From f28a32c6b72c2dc1e33fc121aa28b023e9430c6d Mon Sep 17 00:00:00 2001 From: "Yihua.Wu" Date: Mon, 8 Aug 2022 14:18:10 +0000 Subject: [PATCH 001/152] Updated flake physics and modified related files --- .gitmodules | 4 ++-- FV3 | 2 +- tests/parm/control_flake.nml.IN | 1 + tests/tests/control_flake | 2 +- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.gitmodules b/.gitmodules index 5ece87098e..2ddefc04cc 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,7 +1,7 @@ [submodule "FV3"] path = FV3 - url = https://github.com/NOAA-EMC/fv3atm - branch = develop + url = https://github.com/YihuaWu-NOAA/fv3atm + branch = flake.v9 [submodule "WW3"] path = WW3 url = https://github.com/NOAA-EMC/WW3 diff --git a/FV3 b/FV3 index dc74ab1aa8..704174e8d4 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit dc74ab1aa8329cb5e239ce2328c9b71c461b41c1 +Subproject commit 704174e8d4a6ce8fd7ecc9376ba3ad68557fab04 diff --git a/tests/parm/control_flake.nml.IN b/tests/parm/control_flake.nml.IN index 8c637562c8..339ed20f8e 100644 --- a/tests/parm/control_flake.nml.IN +++ b/tests/parm/control_flake.nml.IN @@ -147,6 +147,7 @@ deflate_level=1 ivegsrc = 1 isot = 1 lsoil = 4 + lkm = 1 lsm = 1 iopt_dveg = 1 iopt_crs = 1 diff --git a/tests/tests/control_flake b/tests/tests/control_flake index cb3df6e9a6..7e2d758fa8 100644 --- a/tests/tests/control_flake +++ b/tests/tests/control_flake @@ -34,6 +34,6 @@ export DO_SPPT=.true. export DO_SHUM=.true. export DO_SKEB=.true. -export FV3_RUN=control_run.IN +export FV3_RUN=flake_control_run.IN export CCPP_SUITE=FV3_GFS_v16_flake export INPUT_NML=control_flake.nml.IN From 412ffab6e21827eaddbf709f58a8785ef4ea2ec1 Mon Sep 17 00:00:00 2001 From: HelinWei-NOAA <48133472+HelinWei-NOAA@users.noreply.github.com> Date: Wed, 10 Aug 2022 10:25:13 -0400 Subject: [PATCH 002/152] Update rt.conf setup RT for flake --- tests/rt.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/rt.conf b/tests/rt.conf index 0239e49376..101eabbdc7 100644 --- a/tests/rt.conf +++ b/tests/rt.conf @@ -42,8 +42,9 @@ RUN | cpld_restart_c48 # ATM tests # ################################################################################################################################################################################### -COMPILE | -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 | | fv3 | +COMPILE | -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v15_thompson_mynn,FV3_GFS_v16_flake,FV3_GFS_v17_p8,FV3_GFS_v17_p8_rrtmgp,FV3_GFS_v15_thompson_mynn_lam3km -D32BIT=ON || fv3 | RUN | control | | fv3 | +RUN | control_flake | | fv3 | RUN | control_decomp | | | RUN | control_2dwrtdecomp | | | RUN | control_2threads | | | @@ -140,7 +141,6 @@ RUN | rap_diag_debug RUN | rap_cires_ugwp_debug | | fv3 | RUN | rap_unified_ugwp_debug | | | RUN | rap_lndp_debug | | fv3 | -RUN | rap_flake_debug | | fv3 | RUN | rap_progcld_thompson_debug | | fv3 | RUN | rap_noah_debug | | fv3 | RUN | rap_rrtmgp_debug | | fv3 | From afd653f8dee9e914aea1a6ae8c0a33db33a12424 Mon Sep 17 00:00:00 2001 From: HelinWei-NOAA <48133472+HelinWei-NOAA@users.noreply.github.com> Date: Wed, 10 Aug 2022 10:27:43 -0400 Subject: [PATCH 003/152] Update .gitmodules update FV3 repository --- .gitmodules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index 2ddefc04cc..85e5221519 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,7 +1,7 @@ [submodule "FV3"] path = FV3 - url = https://github.com/YihuaWu-NOAA/fv3atm - branch = flake.v9 + url = https://github.com/HelinWei-NOAA/fv3atm + branch = flake [submodule "WW3"] path = WW3 url = https://github.com/NOAA-EMC/WW3 From 7c74a0c980a60cb7ee5a6300d4bff5995481622c Mon Sep 17 00:00:00 2001 From: Helin Wei Date: Wed, 10 Aug 2022 14:30:38 -0400 Subject: [PATCH 004/152] add fv3-conf for flake --- tests/fv3_conf/flake_control_run.IN | 143 ++++++++++++++++++++++++++++ 1 file changed, 143 insertions(+) create mode 100644 tests/fv3_conf/flake_control_run.IN diff --git a/tests/fv3_conf/flake_control_run.IN b/tests/fv3_conf/flake_control_run.IN new file mode 100644 index 0000000000..0cf4bbe172 --- /dev/null +++ b/tests/fv3_conf/flake_control_run.IN @@ -0,0 +1,143 @@ +rm -fr INPUT RESTART +if [ $NPX = 97 ]; then + inputdir=FV3_input_data +elif [ $NPX = 49 ]; then + inputdir=FV3_input_data48 +elif [ $NPX = 193 ]; then + inputdir=FV3_input_data192 +elif [ $NPX = 385 ]; then + inputdir=FV3_input_data384 +elif [ $NPX = 769 ]; then + inputdir=FV3_input_data768 +fi +echo "inputdir=$inputdir,NPX=$NPX" + +OPNREQ_TEST=${OPNREQ_TEST:-false} +SUFFIX=${RT_SUFFIX} +if [ $WARM_START = .false. ]; then + mkdir INPUT RESTART + cp -r @[INPUTDATA_ROOT]/${inputdir}/INPUT_L127/* ./INPUT/. +# cp -r @[INPUTDATA_ROOT]/${inputdir}/ORO_FLAKE/* ./INPUT/. + cp /scratch1/BMC/gsd-fv3-dev/fv3data/lake_p8_water_fraction2020/oro_C96.mx100.tile1.nc ./INPUT/oro_data.tile1.nc + cp /scratch1/BMC/gsd-fv3-dev/fv3data/lake_p8_water_fraction2020/oro_C96.mx100.tile2.nc ./INPUT/oro_data.tile2.nc + cp /scratch1/BMC/gsd-fv3-dev/fv3data/lake_p8_water_fraction2020/oro_C96.mx100.tile3.nc ./INPUT/oro_data.tile3.nc + cp /scratch1/BMC/gsd-fv3-dev/fv3data/lake_p8_water_fraction2020/oro_C96.mx100.tile4.nc ./INPUT/oro_data.tile4.nc + cp /scratch1/BMC/gsd-fv3-dev/fv3data/lake_p8_water_fraction2020/oro_C96.mx100.tile5.nc ./INPUT/oro_data.tile5.nc + cp /scratch1/BMC/gsd-fv3-dev/fv3data/lake_p8_water_fraction2020/oro_C96.mx100.tile6.nc ./INPUT/oro_data.tile6.nc +else + mkdir INPUT RESTART + + if [[ ${OPNREQ_TEST} == true ]]; then + SUFFIX=${BL_SUFFIX} + fi + + if [ $MODEL_INITIALIZATION = false ]; then + #read_inc and iau tests restart from fh=24 + CURRDIR=`pwd` + FILEDIR=${CURRDIR}/../${DEP_RUN}${SUFFIX}/RESTART + else + #for warm start from initialiation time + FILEDIR=@[INPUTDATA_ROOT]/${inputdir}/INPUT_L127_GDAS + fi + + if [[ ${IAU_OFFSET} != 0 ]] || [[ $READ_INCREMENT = .true. ]]; then + + if [ $MODEL_INITIALIZATION = false ]; then + cp ${FILEDIR}/../INPUT/fv3_increment.nc INPUT/. + cp ${FILEDIR}/../INPUT/grid_spec.nc INPUT/. + cp ${FILEDIR}/../INPUT/*_grid.tile*.nc INPUT/. + cp ${FILEDIR}/../INPUT/oro_data.tile*.nc INPUT/. + else + cp ${FILEDIR}/fv_increment*.nc INPUT/. + cp ${FILEDIR}/grid_spec.nc INPUT/. + cp ${FILEDIR}/*_grid.tile*.nc INPUT/. + cp ${FILEDIR}/oro_data.tile*.nc INPUT/. + fi + cp ${FILEDIR}/coupler.res INPUT/. + cp ${FILEDIR}/fv_core.res.* INPUT/. + cp ${FILEDIR}/fv_srf_wnd.res.* INPUT/. + cp ${FILEDIR}/fv_tracer.* INPUT/. + cp ${FILEDIR}/phy_data.* INPUT/. + cp ${FILEDIR}/sfc_data.* INPUT/. + else + #restart test start from fh FHROT + 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 ${FILEDIR}/../INPUT/grid_spec.nc INPUT/. + cp ${FILEDIR}/../INPUT/*_grid.tile*.nc INPUT/. + cp ${FILEDIR}/../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 + fi + +fi + +if [ $TILEDFIX = .true. ]; then + cp @[INPUTDATA_ROOT]/FV3_fix_tiled/@[ATMRES]/@[ATMRES]*.nc . + cp @[INPUTDATA_ROOT]/FV3_fix/global_glacier.2x2.grb . + cp @[INPUTDATA_ROOT]/FV3_fix/global_maxice.2x2.grb . + cp @[INPUTDATA_ROOT]/FV3_fix/RTGSST.1982.2012.monthly.clim.grb . + cp @[INPUTDATA_ROOT]/FV3_fix/global_snoclim.1.875.grb . + cp @[INPUTDATA_ROOT]/FV3_fix/CFSR.SEAICE.1982.2012.monthly.clim.grb . + cp @[INPUTDATA_ROOT]/${inputdir}/@[FNSMCC] . + cp @[INPUTDATA_ROOT]/${inputdir}/@[FNMSKH_control] . +else + cp @[INPUTDATA_ROOT]/${inputdir}/*grb . +fi + +if [ $CPLWAV = .true. ]; then + cp @[INPUTDATA_ROOT_WW3]/mod_def.* . + cp @[INPUTDATA_ROOT_WW3]/rmp_src* . +fi + +#inline post +if [[ $POSTAPP = 'global' ]]; then + cp ${PATHRT}/parm/post_itag itag + cp ${PATHRT}/parm/postxconfig-NT.txt postxconfig-NT.txt + cp ${PATHRT}/parm/postxconfig-NT_FH00.txt postxconfig-NT_FH00.txt + cp ${PATHRT}/parm/params_grib2_tbl_new params_grib2_tbl_new +fi + +#rrtmgp +if [ $DO_RRTMGP = .true. ]; then + cp @[INPUTDATA_ROOT]/FV3_input_data_RRTMGP/* . +fi + +#merra2 +if [ $USE_MERRA2 = .true. ]; then + for n in 01 02 03 04 05 06 07 08 09 10 11 12; do + cp @[INPUTDATA_ROOT]/FV3_input_data_INCCN_aeroclim/MERRA2/merra2.aerclim.2003-2014.m${n}.nc aeroclim.m${n}.nc + done + cp @[INPUTDATA_ROOT]/FV3_input_data_INCCN_aeroclim/aer_data/LUTS/optics_BC.v1_3.dat optics_BC.dat + cp @[INPUTDATA_ROOT]/FV3_input_data_INCCN_aeroclim/aer_data/LUTS/optics_OC.v1_3.dat optics_OC.dat + cp @[INPUTDATA_ROOT]/FV3_input_data_INCCN_aeroclim/aer_data/LUTS/optics_DU.v15_3.dat optics_DU.dat + cp @[INPUTDATA_ROOT]/FV3_input_data_INCCN_aeroclim/aer_data/LUTS/optics_SS.v3_3.dat optics_SS.dat + cp @[INPUTDATA_ROOT]/FV3_input_data_INCCN_aeroclim/aer_data/LUTS/optics_SU.v1_3.dat optics_SU.dat +fi + +#ugwpv1 +if [ $DO_UGWP_V1 = .true. ]; then + cp @[INPUTDATA_ROOT]/FV3_input_data/ugwp_c384_tau.nc ./ugwp_limb_tau.nc +fi + +#Thompson +if [ $IMP_PHYSICS = 8 ]; then + cp @[INPUTDATA_ROOT]/FV3_input_data_gsd/qr_acr_qsV2.dat . + cp @[INPUTDATA_ROOT]/FV3_input_data_gsd/qr_acr_qgV2.dat . + cp @[INPUTDATA_ROOT]/FV3_input_data_gsd/freezeH2O.dat . + cp @[INPUTDATA_ROOT]/FV3_input_data_gsd/CCN_ACTIVATE.BIN . +fi + +#prognostic aerosols +if [ $CPLCHM = .true. ]; then + cp ${PATHRT}/parm/gocart/*.rc . + ln -sf @[INPUTDATA_ROOT]/GOCART/ExtData . +fi From 5e28546bb2f6155dd5477b0520ef7a62b2598197 Mon Sep 17 00:00:00 2001 From: Helin Wei Date: Wed, 10 Aug 2022 14:40:15 -0400 Subject: [PATCH 005/152] update FV3 repo --- FV3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FV3 b/FV3 index 94d4027ced..fe17599d4f 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit 94d4027ced64634db04007a4eb1a5355f5ca38ff +Subproject commit fe17599d4f41cc1e62a55e80358e5739956ee357 From 0c2fae1a16318379dfe0e837169b218dbdcfdeb4 Mon Sep 17 00:00:00 2001 From: Helin Wei Date: Wed, 10 Aug 2022 19:04:18 -0400 Subject: [PATCH 006/152] update FV3 repo --- FV3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FV3 b/FV3 index fe17599d4f..a37d41b017 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit fe17599d4f41cc1e62a55e80358e5739956ee357 +Subproject commit a37d41b017e7d4875cae63f52b75c535ad5e3a65 From d5e0b31347295df4b735dbb95ba55cc70481e88c Mon Sep 17 00:00:00 2001 From: "samuel.trahan" Date: Thu, 11 Aug 2022 20:29:21 +0000 Subject: [PATCH 007/152] add clm lake to FV3 --- FV3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FV3 b/FV3 index a37d41b017..9486b54edf 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit a37d41b017e7d4875cae63f52b75c535ad5e3a65 +Subproject commit 9486b54edf79f4af0b0b6ca596024539eec983fd From 4690dd608ab7dd3b441e0553265e22ce059b9c6e Mon Sep 17 00:00:00 2001 From: "samuel.trahan" Date: Tue, 16 Aug 2022 22:48:55 +0000 Subject: [PATCH 008/152] bug fixes, clm lake restart, and clm lake suite --- FV3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FV3 b/FV3 index 9486b54edf..f8e6405358 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit 9486b54edf79f4af0b0b6ca596024539eec983fd +Subproject commit f8e6405358f9a22b082102c786d11c9a1f30c59b From a6f02c5c46a7b293fb3f556212da22ead43a2830 Mon Sep 17 00:00:00 2001 From: "samuel.trahan" Date: Thu, 18 Aug 2022 22:03:59 +0000 Subject: [PATCH 009/152] bug fixes for gfortran and "all suites" build --- FV3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FV3 b/FV3 index f8e6405358..2ddec59103 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit f8e6405358f9a22b082102c786d11c9a1f30c59b +Subproject commit 2ddec5910302e5f541c48d49d425421519d0502b From 569171f457fe42374d7a2128ea4da255a9c4344f Mon Sep 17 00:00:00 2001 From: "samuel.trahan" Date: Thu, 25 Aug 2022 18:34:44 +0000 Subject: [PATCH 010/152] various snow bug fixes --- FV3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FV3 b/FV3 index 2ddec59103..69a63f3100 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit 2ddec5910302e5f541c48d49d425421519d0502b +Subproject commit 69a63f3100cb62750f91b2a2eb8b36c5307de272 From d30c4542adf0fbc3e521b5fa3c6cfc6fa1c6ab9a Mon Sep 17 00:00:00 2001 From: Samuel Trahan Date: Thu, 25 Aug 2022 19:11:55 +0000 Subject: [PATCH 011/152] rainnc and rainc do not exist --- FV3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FV3 b/FV3 index 69a63f3100..647496c8a8 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit 69a63f3100cb62750f91b2a2eb8b36c5307de272 +Subproject commit 647496c8a8ad39142c1d183eb7b342a0f8fae483 From cbc0e3fa177d9b76f3e99fedf9ad02978877110a Mon Sep 17 00:00:00 2001 From: "samuel.trahan" Date: Thu, 25 Aug 2022 19:37:52 +0000 Subject: [PATCH 012/152] remove bad unit conversion --- FV3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FV3 b/FV3 index 69a63f3100..a73b636d6e 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit 69a63f3100cb62750f91b2a2eb8b36c5307de272 +Subproject commit a73b636d6e9cfb3d09a76c544771faaf61116d8c From fd461f1ae667ea37fedcd664b18b2e620f0c3185 Mon Sep 17 00:00:00 2001 From: Samuel Trahan Date: Thu, 25 Aug 2022 20:24:28 +0000 Subject: [PATCH 013/152] unit conversion issue --- FV3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FV3 b/FV3 index a73b636d6e..23ff88b4ce 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit a73b636d6e9cfb3d09a76c544771faaf61116d8c +Subproject commit 23ff88b4cef1f54bf696027734234d0f5d4d20ad From 6441b55bb7ffc368bfb561b3abdd220a96d49d52 Mon Sep 17 00:00:00 2001 From: "samuel.trahan" Date: Thu, 25 Aug 2022 21:20:45 +0000 Subject: [PATCH 014/152] LAKEDEBUG is now clm_lake_debug namelist parameter --- FV3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FV3 b/FV3 index 23ff88b4ce..9bb06265d7 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit 23ff88b4cef1f54bf696027734234d0f5d4d20ad +Subproject commit 9bb06265d72aea46373e5fcdcc154b20faf9b17a From e2987db87d54fd9801f6f5c5027319dd4b10f49a Mon Sep 17 00:00:00 2001 From: Samuel Trahan Date: Fri, 26 Aug 2022 19:30:36 +0000 Subject: [PATCH 015/152] tweaks for salty lakes --- FV3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FV3 b/FV3 index 9bb06265d7..b96563c211 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit 9bb06265d72aea46373e5fcdcc154b20faf9b17a +Subproject commit b96563c211d2dde978fad9b420d097127b123120 From 4c6f0375a84d510926985ad712cd5b215f7e2374 Mon Sep 17 00:00:00 2001 From: Samuel Trahan Date: Fri, 26 Aug 2022 20:37:31 +0000 Subject: [PATCH 016/152] fix bugs in salty code and add Caspian & Dead seas --- FV3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FV3 b/FV3 index b96563c211..32dabe183e 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit b96563c211d2dde978fad9b420d097127b123120 +Subproject commit 32dabe183e6a00a6b57fb9b2a6906cf502ef405a From 3c1eb22dcef05b3d8b41ced5cc66fb7a6099e0cc Mon Sep 17 00:00:00 2001 From: Samuel Trahan Date: Fri, 2 Sep 2022 12:52:37 +0000 Subject: [PATCH 017/152] control_clm_lake regression test (totally untested) --- tests/default_vars.sh | 7 ++++-- tests/parm/control_flake.nml.IN | 7 +++++- tests/tests/control_clm_lake | 44 +++++++++++++++++++++++++++++++++ tests/tests/control_flake | 3 +++ 4 files changed, 58 insertions(+), 3 deletions(-) create mode 100644 tests/tests/control_clm_lake diff --git a/tests/default_vars.sh b/tests/default_vars.sh index 39b8e36aee..676aada20e 100755 --- a/tests/default_vars.sh +++ b/tests/default_vars.sh @@ -446,8 +446,11 @@ export OZ_PHYS_OLD=.true. export OZ_PHYS_NEW=.false. export H2O_PHYS=.false. -# Flake model -export LKM=0 +# Lake models +export LKM=0 # 0=no lake, 1=run lake model, 2=run both lake and nsst on lake points +export IOPT_LAKE=1 # 1=flake, 2=clm lake +export LAKEFRAC_THRESHOLD=0.0 # lake fraction must be higher for lake model to run it +export LAKEDEPTH_THRESHOLD=1.0 # lake must be deeper (in meters) for a lake model to run it export CPL=.false. export CPLCHM=.false. diff --git a/tests/parm/control_flake.nml.IN b/tests/parm/control_flake.nml.IN index 339ed20f8e..8855c40d72 100644 --- a/tests/parm/control_flake.nml.IN +++ b/tests/parm/control_flake.nml.IN @@ -106,6 +106,12 @@ deflate_level=1 / &gfs_physics_nml + lkm = @[LKM] + iopt_lake = @[IOPT_LAKE] + lakefrac_threshold = @[LAKEFRAC_THRESHOLD] ! 0.15 + lakedepth_threshold = @[LAKEDEPTH_THRESHOLD] ! 0.5 + clm_lake_debug = .false. + fhzero = 6 h2o_phys = .true. ldiag3d = .false. @@ -147,7 +153,6 @@ deflate_level=1 ivegsrc = 1 isot = 1 lsoil = 4 - lkm = 1 lsm = 1 iopt_dveg = 1 iopt_crs = 1 diff --git a/tests/tests/control_clm_lake b/tests/tests/control_clm_lake new file mode 100644 index 0000000000..a55018cf12 --- /dev/null +++ b/tests/tests/control_clm_lake @@ -0,0 +1,44 @@ +############################################################################### +# +# Global control with clm lake model test +# +############################################################################### + +export TEST_DESCR="Compare global control (with clm lake model) results with previous trunk version" + +export CNTL_DIR=control_flake + +export LIST_FILES="sfcf000.nc \ + sfcf024.nc \ + atmf000.nc \ + atmf024.nc \ + GFSFLX.GrbF00 \ + GFSFLX.GrbF24 \ + GFSPRS.GrbF00 \ + GFSPRS.GrbF24" + +export_fv3 +export NPZ=127 +export NPZP=128 +export DT_ATMOS=720 +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 LKM=1 +export IOPT_LAKE=2 +export LAKEFRAC_THRESHOLD=0.15 +export LAKEDEPTH_THRESHOLD=0.5 + +export DO_SPPT=.true. +export DO_SHUM=.true. +export DO_SKEB=.true. + +export FV3_RUN=flake_control_run.IN +export CCPP_SUITE=FV3_GFS_v16_flake +export INPUT_NML=control_flake.nml.IN diff --git a/tests/tests/control_flake b/tests/tests/control_flake index 7e2d758fa8..c48093416c 100644 --- a/tests/tests/control_flake +++ b/tests/tests/control_flake @@ -30,6 +30,9 @@ export NSTF_NAME='2,0,0,0,0' export WRITE_DOPOST=.true. export IAER=5111 +export LKM=1 +export IOPT_LAKE=1 + export DO_SPPT=.true. export DO_SHUM=.true. export DO_SKEB=.true. From 1bdeda37b12afdc986eb7cd3b255e6a545140d97 Mon Sep 17 00:00:00 2001 From: "samuel.trahan" Date: Fri, 16 Sep 2022 00:57:42 +0000 Subject: [PATCH 018/152] lake regression tests, lake restarts in sfc file, add and remove some bugs --- FV3 | 2 +- tests/fv3_conf/flake_control_run.IN | 9 +- tests/lake.conf | 28 +++++ tests/parm/rap.nml.IN | 1 + tests/tests/control_clm_lake | 44 ++++++- tests/tests/control_clm_lake_2threads | 82 +++++++++++++ tests/tests/control_clm_lake_debug | 41 +++++++ tests/tests/control_clm_lake_decomp | 80 ++++++++++++ tests/tests/control_clm_lake_restart | 81 +++++++++++++ tests/tests/hrrr_clm_lake | 108 +++++++++++++++++ tests/tests/hrrr_clm_lake_2threads | 114 ++++++++++++++++++ tests/tests/hrrr_clm_lake_debug | 67 ++++++++++ tests/tests/hrrr_clm_lake_decomp | 111 +++++++++++++++++ tests/tests/hrrr_clm_lake_restart | 107 ++++++++++++++++ tests/tests/hrrr_control | 2 +- tests/tests/hrrr_control_2threads | 2 +- tests/tests/hrrr_control_2threads_dyn32_phy32 | 2 +- tests/tests/hrrr_control_debug | 2 +- tests/tests/hrrr_control_debug_dyn32_phy32 | 2 +- tests/tests/hrrr_control_decomp | 2 +- tests/tests/hrrr_control_decomp_dyn32_phy32 | 2 +- tests/tests/hrrr_control_dyn32_phy32 | 2 +- tests/tests/hrrr_control_restart | 2 +- tests/tests/hrrr_control_restart_dyn32_phy32 | 2 +- 24 files changed, 880 insertions(+), 15 deletions(-) create mode 100644 tests/lake.conf create mode 100644 tests/tests/control_clm_lake_2threads create mode 100644 tests/tests/control_clm_lake_debug create mode 100644 tests/tests/control_clm_lake_decomp create mode 100644 tests/tests/control_clm_lake_restart create mode 100644 tests/tests/hrrr_clm_lake create mode 100644 tests/tests/hrrr_clm_lake_2threads create mode 100644 tests/tests/hrrr_clm_lake_debug create mode 100644 tests/tests/hrrr_clm_lake_decomp create mode 100644 tests/tests/hrrr_clm_lake_restart diff --git a/FV3 b/FV3 index 32dabe183e..6fdf62ea32 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit 32dabe183e6a00a6b57fb9b2a6906cf502ef405a +Subproject commit 6fdf62ea32f930fdffd465e1f83ed241d1738ecc diff --git a/tests/fv3_conf/flake_control_run.IN b/tests/fv3_conf/flake_control_run.IN index 0cf4bbe172..d53a989831 100644 --- a/tests/fv3_conf/flake_control_run.IN +++ b/tests/fv3_conf/flake_control_run.IN @@ -51,7 +51,14 @@ else cp ${FILEDIR}/fv_increment*.nc INPUT/. cp ${FILEDIR}/grid_spec.nc INPUT/. cp ${FILEDIR}/*_grid.tile*.nc INPUT/. - cp ${FILEDIR}/oro_data.tile*.nc INPUT/. + cp -r @[INPUTDATA_ROOT]/${inputdir}/INPUT_L127/* ./INPUT/. +# cp -r @[INPUTDATA_ROOT]/${inputdir}/ORO_FLAKE/* ./INPUT/. + cp /scratch1/BMC/gsd-fv3-dev/fv3data/lake_p8_water_fraction2020/oro_C96.mx100.tile1.nc ./INPUT/oro_data.tile1.nc + cp /scratch1/BMC/gsd-fv3-dev/fv3data/lake_p8_water_fraction2020/oro_C96.mx100.tile2.nc ./INPUT/oro_data.tile2.nc + cp /scratch1/BMC/gsd-fv3-dev/fv3data/lake_p8_water_fraction2020/oro_C96.mx100.tile3.nc ./INPUT/oro_data.tile3.nc + cp /scratch1/BMC/gsd-fv3-dev/fv3data/lake_p8_water_fraction2020/oro_C96.mx100.tile4.nc ./INPUT/oro_data.tile4.nc + cp /scratch1/BMC/gsd-fv3-dev/fv3data/lake_p8_water_fraction2020/oro_C96.mx100.tile5.nc ./INPUT/oro_data.tile5.nc + cp /scratch1/BMC/gsd-fv3-dev/fv3data/lake_p8_water_fraction2020/oro_C96.mx100.tile6.nc ./INPUT/oro_data.tile6.nc fi cp ${FILEDIR}/coupler.res INPUT/. cp ${FILEDIR}/fv_core.res.* INPUT/. diff --git a/tests/lake.conf b/tests/lake.conf new file mode 100644 index 0000000000..2a46ad603b --- /dev/null +++ b/tests/lake.conf @@ -0,0 +1,28 @@ +COMPILE | -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v15_thompson_mynn,FV3_GFS_v16_flake,FV3_GFS_v16_clm_lake,FV3_GFS_v17_p8,FV3_GFS_v17_p8_rrtmgp,FV3_GFS_v15_thompson_mynn_lam3km -D32BIT=ON || fv3 | +RUN | control | | fv3 | +RUN | control_decomp | | | +RUN | control_2threads | | | +RUN | control_restart | | | control + +RUN | control_flake | | fv3 | + +RUN | control_clm_lake | | fv3 | +RUN | control_clm_lake_decomp | | | +RUN | control_clm_lake_2threads | | | +RUN | control_clm_lake_restart | | | control_clm_lake + + +COMPILE | -DAPP=ATM -DDEBUG=ON -D32BIT=ON | | fv3 | +RUN | control_debug | | fv3 | +RUN | control_clm_lake_debug | | fv3 | + +COMPILE | -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_RRTMGP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_HRRR_clm_lake,FV3_HRRR_smoke,FV3_RRFS_v1beta,FV3_RRFS_v1nssl -D32BIT=ON | | fv3 | + +RUN | hrrr_clm_lake | | fv3 | +RUN | hrrr_clm_lake_decomp | | | +RUN | hrrr_clm_lake_2threads | | | +RUN | hrrr_clm_lake_restart | | | hrrr_clm_lake + +COMPILE | -DAPP=ATM -DDEBUG=ON -D32BIT=ON | | fv3 | +RUN | hrrr_control_debug | | fv3 | +RUN | hrrr_clm_lake_debug | | fv3 | diff --git a/tests/parm/rap.nml.IN b/tests/parm/rap.nml.IN index 428cc0fe84..7591d7d9be 100644 --- a/tests/parm/rap.nml.IN +++ b/tests/parm/rap.nml.IN @@ -190,6 +190,7 @@ deflate_level=1 nstf_name = 2,0,0,0,0 nst_anl = .true. lkm = @[LKM] + iopt_lake = @[IOPT_LAKE] psautco = 0.0008,0.0005 prautco = 0.00015,0.00015 lgfdlmprad = .true. diff --git a/tests/tests/control_clm_lake b/tests/tests/control_clm_lake index a55018cf12..330d527ff9 100644 --- a/tests/tests/control_clm_lake +++ b/tests/tests/control_clm_lake @@ -6,16 +6,52 @@ export TEST_DESCR="Compare global control (with clm lake model) results with previous trunk version" -export CNTL_DIR=control_flake +export CNTL_DIR=control_clm_lake export LIST_FILES="sfcf000.nc \ + sfcf021.nc \ sfcf024.nc \ atmf000.nc \ + atmf021.nc \ atmf024.nc \ GFSFLX.GrbF00 \ + GFSFLX.GrbF21 \ GFSFLX.GrbF24 \ GFSPRS.GrbF00 \ - GFSPRS.GrbF24" + 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 @@ -25,10 +61,12 @@ 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 LKM=1 export IOPT_LAKE=2 @@ -40,5 +78,5 @@ export DO_SHUM=.true. export DO_SKEB=.true. export FV3_RUN=flake_control_run.IN -export CCPP_SUITE=FV3_GFS_v16_flake +export CCPP_SUITE=FV3_GFS_v16_clm_lake export INPUT_NML=control_flake.nml.IN diff --git a/tests/tests/control_clm_lake_2threads b/tests/tests/control_clm_lake_2threads new file mode 100644 index 0000000000..63adb09fdd --- /dev/null +++ b/tests/tests/control_clm_lake_2threads @@ -0,0 +1,82 @@ +############################################################################### +# +# Global control with clm lake model test +# +############################################################################### + +export TEST_DESCR="Compare global control (with clm lake model) results with previous trunk version" + +export CNTL_DIR=control_clm_lake + +export LIST_FILES="sfcf000.nc \ + sfcf024.nc \ + atmf000.nc \ + atmf024.nc \ + GFSFLX.GrbF00 \ + GFSFLX.GrbF24 \ + GFSPRS.GrbF00 \ + 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=720 +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 THRD=2 +export TASKS=$TASKS_thrd +export INPES=$INPES_thrd +export JNPES=$JNPES_thrd +export WRTTASK_PER_GROUP=6 + +export LKM=1 +export IOPT_LAKE=2 +export LAKEFRAC_THRESHOLD=0.15 +export LAKEDEPTH_THRESHOLD=0.5 + +export DO_SPPT=.true. +export DO_SHUM=.true. +export DO_SKEB=.true. + +export FV3_RUN=flake_control_run.IN +export CCPP_SUITE=FV3_GFS_v16_clm_lake +export INPUT_NML=control_flake.nml.IN diff --git a/tests/tests/control_clm_lake_debug b/tests/tests/control_clm_lake_debug new file mode 100644 index 0000000000..f2c2cf3e22 --- /dev/null +++ b/tests/tests/control_clm_lake_debug @@ -0,0 +1,41 @@ +############################################################################### +# +# Global control with clm lake model test +# +############################################################################### + +export TEST_DESCR="Compare global control (with clm lake model) debug results with previous trunk version" + +export CNTL_DIR=control_clm_lake_debug + +export LIST_FILES="sfcf000.nc \ + sfcf001.nc \ + atmf000.nc \ + atmf001.nc" + +export_fv3 +export NPZ=127 +export NPZP=128 +export DT_ATMOS=720 +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 FHMAX=1 +export OUTPUT_FH="0 1" + +export LKM=1 +export IOPT_LAKE=2 +export LAKEFRAC_THRESHOLD=0.15 +export LAKEDEPTH_THRESHOLD=0.5 + +export DO_SPPT=.true. +export DO_SHUM=.true. +export DO_SKEB=.true. + +export FV3_RUN=flake_control_run.IN +export CCPP_SUITE=FV3_GFS_v16_clm_lake +export INPUT_NML=control_flake.nml.IN diff --git a/tests/tests/control_clm_lake_decomp b/tests/tests/control_clm_lake_decomp new file mode 100644 index 0000000000..c3f8853e95 --- /dev/null +++ b/tests/tests/control_clm_lake_decomp @@ -0,0 +1,80 @@ +############################################################################### +# +# Global control with clm lake model test +# +############################################################################### + +export TEST_DESCR="Compare global control (with clm lake model) results with previous trunk version" + +export CNTL_DIR=control_clm_lake + +export LIST_FILES="sfcf000.nc \ + sfcf024.nc \ + atmf000.nc \ + atmf024.nc \ + GFSFLX.GrbF00 \ + GFSFLX.GrbF24 \ + GFSPRS.GrbF00 \ + 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=720 +export SYEAR=2021 +export SMONTH=03 +export SDAY=22 +export SHOUR=06 +export RESTART_INTERVAL=0 +export OUTPUT_GRID='gaussian_grid' +export NSTF_NAME='2,0,0,0,0' +export WRITE_DOPOST=.true. +export IAER=5111 + +export INPES=6 +export JNPES=4 + +export LKM=1 +export IOPT_LAKE=2 +export LAKEFRAC_THRESHOLD=0.15 +export LAKEDEPTH_THRESHOLD=0.5 + +export DO_SPPT=.true. +export DO_SHUM=.true. +export DO_SKEB=.true. + +export FV3_RUN=flake_control_run.IN +export CCPP_SUITE=FV3_GFS_v16_clm_lake +export INPUT_NML=control_flake.nml.IN diff --git a/tests/tests/control_clm_lake_restart b/tests/tests/control_clm_lake_restart new file mode 100644 index 0000000000..57a2f32617 --- /dev/null +++ b/tests/tests/control_clm_lake_restart @@ -0,0 +1,81 @@ +############################################################################### +# +# Global control with clm lake model test +# +############################################################################### + +export TEST_DESCR="Compare global control (with clm lake model) results with previous trunk version" + +export CNTL_DIR=control_clm_lake + +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=720 +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 LKM=1 +export IOPT_LAKE=2 +export LAKEFRAC_THRESHOLD=0.15 +export LAKEDEPTH_THRESHOLD=0.5 + +export DO_SPPT=.true. +export DO_SHUM=.true. +export DO_SKEB=.true. + +export FV3_RUN=flake_control_run.IN +export CCPP_SUITE=FV3_GFS_v16_clm_lake +export INPUT_NML=control_flake.nml.IN +export RESTART_FILE_PREFIX="${SYEAR}${SMONTH}${SDAY}.$(printf "%02d" $(( ${SHOUR} + ${FHROT} )))0000" diff --git a/tests/tests/hrrr_clm_lake b/tests/tests/hrrr_clm_lake new file mode 100644 index 0000000000..9857996b68 --- /dev/null +++ b/tests/tests/hrrr_clm_lake @@ -0,0 +1,108 @@ +############################################################################### +# +# HRRR control test: atmosphere only at C96L127 +# +############################################################################### + +export TEST_DESCR="Compare HRRR CLM Lake results with previous trunk version" + +export CNTL_DIR=hrrr_clm lake + +export LIST_FILES="sfcf000.nc \ + sfcf009.nc \ + sfcf012.nc \ + atmf000.nc \ + atmf009.nc \ + atmf012.nc \ + GFSFLX.GrbF00 \ + GFSFLX.GrbF09 \ + GFSFLX.GrbF12 \ + GFSPRS.GrbF00 \ + GFSPRS.GrbF09 \ + GFSPRS.GrbF12 \ + RESTART/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="6 -1" +export OUTPUT_GRID='gaussian_grid' +export NSTF_NAME='2,0,0,0,0' +export WRITE_DOPOST=.true. +export IAER=5111 +export OUTPUT_FH='0 09 12' + +export FV3_RUN=flake_control_run.IN +export CCPP_SUITE=FV3_HRRR_clm_lake +export INPUT_NML=rap.nml.IN +export FIELD_TABLE=field_table_thompson_aero_tke +export NEW_DIAGTABLE=diag_table_rap + +export SFCLAY_COMPUTE_FLUX=.true. + +export LKM=1 +export IOPT_LAKE=2 +export IMP_PHYSICS=8 +export DNATS=0 +export DO_SAT_ADJ=.false. +export LRADAR=.true. +export LTAEROSOL=.true. +export IALB=2 +export IEMS=2 +export HYBEDMF=.false. +export DO_MYNNEDMF=.true. +export DO_MYNNSFCLAY=.true. +export DO_DEEP=.false. +export SHAL_CNV=.false. +export IMFSHALCNV=-1 +export IMFDEEPCNV=-1 +export LHEATSTRG=.false. +export LSM=3 +export LSOIL_LSM=9 +export KICE=9 + +export GWD_OPT=3 +export DO_UGWP_V0=.false. +export DO_UGWP_V0_OROG_ONLY=.false. +export DO_GSL_DRAG_LS_BL=.true. +export DO_GSL_DRAG_SS=.true. +export DO_GSL_DRAG_TOFD=.true. +export DO_UGWP_V1=.false. +export DO_UGWP_V1_OROG_ONLY=.false. + diff --git a/tests/tests/hrrr_clm_lake_2threads b/tests/tests/hrrr_clm_lake_2threads new file mode 100644 index 0000000000..ec3b2b3483 --- /dev/null +++ b/tests/tests/hrrr_clm_lake_2threads @@ -0,0 +1,114 @@ +############################################################################### +# +# HRRR control with 2 threads test +# +############################################################################### + +export TEST_DESCR="Compare HRRR CLM Lake with 2 threads results with control test" + +export CNTL_DIR=hrrr_clm_lake + +export LIST_FILES="sfcf000.nc \ + sfcf009.nc \ + sfcf012.nc \ + atmf000.nc \ + atmf009.nc \ + atmf012.nc \ + GFSFLX.GrbF00 \ + GFSFLX.GrbF09 \ + GFSFLX.GrbF12 \ + GFSPRS.GrbF00 \ + GFSPRS.GrbF09 \ + GFSPRS.GrbF12 \ + RESTART/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="6 -1" +export OUTPUT_GRID='gaussian_grid' +export NSTF_NAME='2,0,0,0,0' +export WRITE_DOPOST=.true. +export IAER=5111 +export OUTPUT_FH='0 09 12' + +export THRD=2 +export TASKS=$TASKS_thrd +export INPES=$INPES_thrd +export JNPES=$JNPES_thrd +export WRTTASK_PER_GROUP=6 + +export FV3_RUN=flake_control_run.IN +export CCPP_SUITE=FV3_HRRR_clm_lake +export INPUT_NML=rap.nml.IN +export FIELD_TABLE=field_table_thompson_aero_tke +export NEW_DIAGTABLE=diag_table_rap + +export SFCLAY_COMPUTE_FLUX=.true. + +export LKM=1 +export IOPT_LAKE=2 +export IMP_PHYSICS=8 +export DNATS=0 +export DO_SAT_ADJ=.false. +export LRADAR=.true. +export LTAEROSOL=.true. +export IALB=2 +export IEMS=2 +export HYBEDMF=.false. +export DO_MYNNEDMF=.true. +export DO_MYNNSFCLAY=.true. +export DO_DEEP=.false. +export SHAL_CNV=.false. +export IMFSHALCNV=-1 +export IMFDEEPCNV=-1 +export LHEATSTRG=.false. +export LSM=3 +export LSOIL_LSM=9 +export KICE=9 + +export GWD_OPT=3 +export DO_UGWP_V0=.false. +export DO_UGWP_V0_OROG_ONLY=.false. +export DO_GSL_DRAG_LS_BL=.true. +export DO_GSL_DRAG_SS=.true. +export DO_GSL_DRAG_TOFD=.true. +export DO_UGWP_V1=.false. +export DO_UGWP_V1_OROG_ONLY=.false. + diff --git a/tests/tests/hrrr_clm_lake_debug b/tests/tests/hrrr_clm_lake_debug new file mode 100644 index 0000000000..38849c4ea1 --- /dev/null +++ b/tests/tests/hrrr_clm_lake_debug @@ -0,0 +1,67 @@ +############################################################################## +# +# HRRR debug control test: atmosphere only at C96L127 +# +############################################################################### + +export TEST_DESCR="Compare HRRR CLM Lake debug results with previous trunk version" + +export CNTL_DIR=hrrr_clm_lake_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=flake_control_run.IN +export CCPP_SUITE=FV3_HRRR_clm_lake +export INPUT_NML=rap.nml.IN +export FIELD_TABLE=field_table_thompson_aero_tke +export NEW_DIAGTABLE=diag_table_rap + +export SFCLAY_COMPUTE_FLUX=.true. + +export LKM=1 +export IOPT_LAKE=2 +export IMP_PHYSICS=8 +export DNATS=0 +export DO_SAT_ADJ=.false. +export LRADAR=.true. +export LTAEROSOL=.true. +export IALB=2 +export IEMS=2 +export HYBEDMF=.false. +export DO_MYNNEDMF=.true. +export DO_MYNNSFCLAY=.true. +export DO_DEEP=.false. +export SHAL_CNV=.false. +export IMFSHALCNV=-1 +export IMFDEEPCNV=-1 +export LHEATSTRG=.false. +export LSM=3 +export LSOIL_LSM=9 +export KICE=9 + +export GWD_OPT=3 +export DO_UGWP_V0=.false. +export DO_UGWP_V0_OROG_ONLY=.false. +export DO_GSL_DRAG_LS_BL=.true. +export DO_GSL_DRAG_SS=.true. +export DO_GSL_DRAG_TOFD=.true. +export DO_UGWP_V1=.false. +export DO_UGWP_V1_OROG_ONLY=.false. + diff --git a/tests/tests/hrrr_clm_lake_decomp b/tests/tests/hrrr_clm_lake_decomp new file mode 100644 index 0000000000..6bcda7073c --- /dev/null +++ b/tests/tests/hrrr_clm_lake_decomp @@ -0,0 +1,111 @@ +############################################################################### +# +# HRRR control test with different PEs +# +############################################################################### + +export TEST_DESCR="Compare HRRR CLM Lake decomp results with control" + +export CNTL_DIR=hrrr_clm_lake + +export LIST_FILES="sfcf000.nc \ + sfcf009.nc \ + sfcf012.nc \ + atmf000.nc \ + atmf009.nc \ + atmf012.nc \ + GFSFLX.GrbF00 \ + GFSFLX.GrbF09 \ + GFSFLX.GrbF12 \ + GFSPRS.GrbF00 \ + GFSPRS.GrbF09 \ + GFSPRS.GrbF12 \ + RESTART/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="6 -1" +export OUTPUT_GRID='gaussian_grid' +export NSTF_NAME='2,0,0,0,0' +export WRITE_DOPOST=.true. +export IAER=5111 +export OUTPUT_FH='0 09 12' + +export INPES=6 +export JNPES=4 + +export FV3_RUN=flake_control_run.IN +export CCPP_SUITE=FV3_HRRR_clm_lake +export INPUT_NML=rap.nml.IN +export FIELD_TABLE=field_table_thompson_aero_tke +export NEW_DIAGTABLE=diag_table_rap + +export SFCLAY_COMPUTE_FLUX=.true. + +export LKM=1 +export IOPT_LAKE=2 +export IMP_PHYSICS=8 +export DNATS=0 +export DO_SAT_ADJ=.false. +export LRADAR=.true. +export LTAEROSOL=.true. +export IALB=2 +export IEMS=2 +export HYBEDMF=.false. +export DO_MYNNEDMF=.true. +export DO_MYNNSFCLAY=.true. +export DO_DEEP=.false. +export SHAL_CNV=.false. +export IMFSHALCNV=-1 +export IMFDEEPCNV=-1 +export LHEATSTRG=.false. +export LSM=3 +export LSOIL_LSM=9 +export KICE=9 + +export GWD_OPT=3 +export DO_UGWP_V0=.false. +export DO_UGWP_V0_OROG_ONLY=.false. +export DO_GSL_DRAG_LS_BL=.true. +export DO_GSL_DRAG_SS=.true. +export DO_GSL_DRAG_TOFD=.true. +export DO_UGWP_V1=.false. +export DO_UGWP_V1_OROG_ONLY=.false. + diff --git a/tests/tests/hrrr_clm_lake_restart b/tests/tests/hrrr_clm_lake_restart new file mode 100644 index 0000000000..34770375bf --- /dev/null +++ b/tests/tests/hrrr_clm_lake_restart @@ -0,0 +1,107 @@ +############################################################################### +# +# HRRR restart test +# +############################################################################### + +export TEST_DESCR="Compare HRRR CLM Lake restart results with control" + +export CNTL_DIR=hrrr_clm_lake + +export LIST_FILES="sfcf012.nc \ + atmf012.nc \ + GFSFLX.GrbF12 \ + GFSPRS.GrbF12 \ + 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=6 + +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=flake_control_run.IN +export CCPP_SUITE=FV3_HRRR_clm_lake +export INPUT_NML=rap.nml.IN +export FIELD_TABLE=field_table_thompson_aero_tke +export NEW_DIAGTABLE=diag_table_rap +export RESTART_FILE_PREFIX="${SYEAR}${SMONTH}${SDAY}.$(printf "%02d" $(( ${SHOUR} + ${FHROT} )))0000" + +export SFCLAY_COMPUTE_FLUX=.true. + +export LKM=1 +export IOPT_LAKE=2 +export IMP_PHYSICS=8 +export DNATS=0 +export DO_SAT_ADJ=.false. +export LRADAR=.true. +export LTAEROSOL=.true. +export IALB=2 +export IEMS=2 +export HYBEDMF=.false. +export DO_MYNNEDMF=.true. +export DO_MYNNSFCLAY=.true. +export DO_DEEP=.false. +export SHAL_CNV=.false. +export IMFSHALCNV=-1 +export IMFDEEPCNV=-1 +export LHEATSTRG=.false. +export LSM=3 +export LSOIL_LSM=9 +export KICE=9 + +export GWD_OPT=3 +export DO_UGWP_V0=.false. +export DO_UGWP_V0_OROG_ONLY=.false. +export DO_GSL_DRAG_LS_BL=.true. +export DO_GSL_DRAG_SS=.true. +export DO_GSL_DRAG_TOFD=.true. +export DO_UGWP_V1=.false. +export DO_UGWP_V1_OROG_ONLY=.false. + diff --git a/tests/tests/hrrr_control b/tests/tests/hrrr_control index 037effe8fe..b4eaf32a3a 100644 --- a/tests/tests/hrrr_control +++ b/tests/tests/hrrr_control @@ -68,7 +68,7 @@ export WRITE_DOPOST=.true. export IAER=5111 export OUTPUT_FH='0 09 12' -export FV3_RUN=control_run.IN +export FV3_RUN=flake_control_run.IN export CCPP_SUITE=FV3_HRRR export INPUT_NML=rap.nml.IN export FIELD_TABLE=field_table_thompson_aero_tke diff --git a/tests/tests/hrrr_control_2threads b/tests/tests/hrrr_control_2threads index 9fa52f1a29..d87d96051e 100644 --- a/tests/tests/hrrr_control_2threads +++ b/tests/tests/hrrr_control_2threads @@ -74,7 +74,7 @@ export INPES=$INPES_thrd export JNPES=$JNPES_thrd export WRTTASK_PER_GROUP=6 -export FV3_RUN=control_run.IN +export FV3_RUN=flake_control_run.IN export CCPP_SUITE=FV3_HRRR export INPUT_NML=rap.nml.IN export FIELD_TABLE=field_table_thompson_aero_tke diff --git a/tests/tests/hrrr_control_2threads_dyn32_phy32 b/tests/tests/hrrr_control_2threads_dyn32_phy32 index 68f0962dc2..0f89f979fc 100644 --- a/tests/tests/hrrr_control_2threads_dyn32_phy32 +++ b/tests/tests/hrrr_control_2threads_dyn32_phy32 @@ -75,7 +75,7 @@ export INPES=$INPES_thrd export JNPES=$JNPES_thrd export WRTTASK_PER_GROUP=6 -export FV3_RUN=control_run.IN +export FV3_RUN=flake_control_run.IN export CCPP_SUITE=FV3_HRRR export INPUT_NML=rap.nml.IN export FIELD_TABLE=field_table_thompson_aero_tke diff --git a/tests/tests/hrrr_control_debug b/tests/tests/hrrr_control_debug index 8695b6dd8e..d7f02e85e0 100644 --- a/tests/tests/hrrr_control_debug +++ b/tests/tests/hrrr_control_debug @@ -27,7 +27,7 @@ export IAER=5111 export OUTPUT_FH='0 1' export FHMAX=1 -export FV3_RUN=control_run.IN +export FV3_RUN=flake_control_run.IN export CCPP_SUITE=FV3_HRRR export INPUT_NML=rap.nml.IN export FIELD_TABLE=field_table_thompson_aero_tke diff --git a/tests/tests/hrrr_control_debug_dyn32_phy32 b/tests/tests/hrrr_control_debug_dyn32_phy32 index 842e73ab68..fb830806c7 100644 --- a/tests/tests/hrrr_control_debug_dyn32_phy32 +++ b/tests/tests/hrrr_control_debug_dyn32_phy32 @@ -27,7 +27,7 @@ export IAER=5111 export OUTPUT_FH='0 1' export FHMAX=1 -export FV3_RUN=control_run.IN +export FV3_RUN=flake_control_run.IN export CCPP_SUITE=FV3_HRRR export INPUT_NML=rap.nml.IN export FIELD_TABLE=field_table_thompson_aero_tke diff --git a/tests/tests/hrrr_control_decomp b/tests/tests/hrrr_control_decomp index ad295a85d4..62761d2f7b 100644 --- a/tests/tests/hrrr_control_decomp +++ b/tests/tests/hrrr_control_decomp @@ -71,7 +71,7 @@ export OUTPUT_FH='0 09 12' export INPES=6 export JNPES=4 -export FV3_RUN=control_run.IN +export FV3_RUN=flake_control_run.IN export CCPP_SUITE=FV3_HRRR export INPUT_NML=rap.nml.IN export FIELD_TABLE=field_table_thompson_aero_tke diff --git a/tests/tests/hrrr_control_decomp_dyn32_phy32 b/tests/tests/hrrr_control_decomp_dyn32_phy32 index 2cff191ce7..5d14d3a7eb 100644 --- a/tests/tests/hrrr_control_decomp_dyn32_phy32 +++ b/tests/tests/hrrr_control_decomp_dyn32_phy32 @@ -72,7 +72,7 @@ export FHMAX=12 export INPES=6 export JNPES=4 -export FV3_RUN=control_run.IN +export FV3_RUN=flake_control_run.IN export CCPP_SUITE=FV3_HRRR export INPUT_NML=rap.nml.IN export FIELD_TABLE=field_table_thompson_aero_tke diff --git a/tests/tests/hrrr_control_dyn32_phy32 b/tests/tests/hrrr_control_dyn32_phy32 index 48eb3a9dc1..3703e7a2ad 100644 --- a/tests/tests/hrrr_control_dyn32_phy32 +++ b/tests/tests/hrrr_control_dyn32_phy32 @@ -69,7 +69,7 @@ export IAER=5111 export OUTPUT_FH='0 09 12' export FHMAX=12 -export FV3_RUN=control_run.IN +export FV3_RUN=flake_control_run.IN export CCPP_SUITE=FV3_HRRR export INPUT_NML=rap.nml.IN export FIELD_TABLE=field_table_thompson_aero_tke diff --git a/tests/tests/hrrr_control_restart b/tests/tests/hrrr_control_restart index 359489ee78..e0f9b1cdd9 100644 --- a/tests/tests/hrrr_control_restart +++ b/tests/tests/hrrr_control_restart @@ -66,7 +66,7 @@ export MAKE_NH=.false. export MOUNTAIN=.true. export NA_INIT=0 -export FV3_RUN=control_run.IN +export FV3_RUN=flake_control_run.IN export CCPP_SUITE=FV3_HRRR export INPUT_NML=rap.nml.IN export FIELD_TABLE=field_table_thompson_aero_tke diff --git a/tests/tests/hrrr_control_restart_dyn32_phy32 b/tests/tests/hrrr_control_restart_dyn32_phy32 index 15c87d9e5d..67d43cf8e3 100644 --- a/tests/tests/hrrr_control_restart_dyn32_phy32 +++ b/tests/tests/hrrr_control_restart_dyn32_phy32 @@ -67,7 +67,7 @@ export MAKE_NH=.false. export MOUNTAIN=.true. export NA_INIT=0 -export FV3_RUN=control_run.IN +export FV3_RUN=flake_control_run.IN export CCPP_SUITE=FV3_HRRR export INPUT_NML=rap.nml.IN export FIELD_TABLE=field_table_thompson_aero_tke From bb91aab6083b86293d6a0cf6b4ae2786e6c620df Mon Sep 17 00:00:00 2001 From: "samuel.trahan" Date: Mon, 19 Sep 2022 22:05:22 +0000 Subject: [PATCH 019/152] set roughness length over ice & water in clm lake model --- FV3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FV3 b/FV3 index 6fdf62ea32..cbcd70a15f 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit 6fdf62ea32f930fdffd465e1f83ed241d1738ecc +Subproject commit cbcd70a15f76d9e2558c9be589def67eb7dc96e6 From f83011f24aff021392ce506e84a2b2f37d7f853e Mon Sep 17 00:00:00 2001 From: "samuel.trahan" Date: Tue, 11 Oct 2022 18:50:00 +0000 Subject: [PATCH 020/152] several fixes to initialization --- FV3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FV3 b/FV3 index cbcd70a15f..7b9486b30a 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit cbcd70a15f76d9e2558c9be589def67eb7dc96e6 +Subproject commit 7b9486b30a37d5890ecea7323b0442ca521f6e5d From b70ea92d4da6c4452b8b1af8993cd6646815084d Mon Sep 17 00:00:00 2001 From: "samuel.trahan" Date: Tue, 11 Oct 2022 18:51:14 +0000 Subject: [PATCH 021/152] several fixes to initialization --- tests/default_vars.sh | 1 + tests/parm/rap.nml.IN | 1 + tests/parm/rrfs_conus13km_hrrr.nml.IN | 1 + tests/tests/control_clm_lake | 3 +++ tests/tests/control_clm_lake_2threads | 3 +++ tests/tests/control_clm_lake_debug | 3 +++ tests/tests/control_clm_lake_decomp | 3 +++ tests/tests/control_clm_lake_restart | 3 +++ tests/tests/hrrr_clm_lake | 3 +++ tests/tests/hrrr_clm_lake_2threads | 3 +++ tests/tests/hrrr_clm_lake_debug | 3 +++ tests/tests/hrrr_clm_lake_decomp | 3 +++ tests/tests/hrrr_clm_lake_restart | 3 +++ tests/tests/hrrr_control | 3 +++ tests/tests/hrrr_control_2threads | 3 +++ tests/tests/hrrr_control_2threads_dyn32_phy32 | 3 +++ tests/tests/hrrr_control_debug | 3 +++ tests/tests/hrrr_control_debug_dyn32_phy32 | 3 +++ tests/tests/hrrr_control_decomp | 3 +++ tests/tests/hrrr_control_decomp_dyn32_phy32 | 3 +++ tests/tests/hrrr_control_dyn32_phy32 | 3 +++ tests/tests/hrrr_control_restart | 3 +++ tests/tests/hrrr_control_restart_dyn32_phy32 | 3 +++ 23 files changed, 63 insertions(+) diff --git a/tests/default_vars.sh b/tests/default_vars.sh index 676aada20e..919c46ac28 100755 --- a/tests/default_vars.sh +++ b/tests/default_vars.sh @@ -651,6 +651,7 @@ export MULTIGRID=false # FV3 defaults export FRAC_GRID=.true. +export FRAC_ICE=.false. export CCPP_SUITE=FV3_GFS_v17_coupled_p8 export INPUT_NML=cpld_control.nml.IN export FIELD_TABLE=field_table_thompson_noaero_tke_GOCART diff --git a/tests/parm/rap.nml.IN b/tests/parm/rap.nml.IN index 7591d7d9be..d7bf9150e2 100644 --- a/tests/parm/rap.nml.IN +++ b/tests/parm/rap.nml.IN @@ -132,6 +132,7 @@ deflate_level=1 pdfcld = .false. fhswr = 3600. fhlwr = 3600. + frac_ice = @[FRAC_ICE] ialb = @[IALB] iems = @[IEMS] iaer = @[IAER] diff --git a/tests/parm/rrfs_conus13km_hrrr.nml.IN b/tests/parm/rrfs_conus13km_hrrr.nml.IN index a78268f090..4f4e070715 100644 --- a/tests/parm/rrfs_conus13km_hrrr.nml.IN +++ b/tests/parm/rrfs_conus13km_hrrr.nml.IN @@ -190,6 +190,7 @@ fhlwr = 1200.0 fhswr = 1200.0 fhzero = @[FHZERO] + frac_ice = @[FRAC_ICE] ! fscav_aero = @[FSCAV_AERO] gwd_opt = @[GWD_OPT] h2o_phys = .true. diff --git a/tests/tests/control_clm_lake b/tests/tests/control_clm_lake index 330d527ff9..d148dc10a0 100644 --- a/tests/tests/control_clm_lake +++ b/tests/tests/control_clm_lake @@ -68,6 +68,9 @@ export WRITE_DOPOST=.true. export IAER=5111 export OUTPUT_FH='0 21 24' +export FRAC_GRID=.false. +export FRAC_ICE=.true. + export LKM=1 export IOPT_LAKE=2 export LAKEFRAC_THRESHOLD=0.15 diff --git a/tests/tests/control_clm_lake_2threads b/tests/tests/control_clm_lake_2threads index 63adb09fdd..89f8d790e9 100644 --- a/tests/tests/control_clm_lake_2threads +++ b/tests/tests/control_clm_lake_2threads @@ -62,6 +62,9 @@ export NSTF_NAME='2,0,0,0,0' export WRITE_DOPOST=.true. export IAER=5111 +export FRAC_GRID=.false. +export FRAC_ICE=.true. + export THRD=2 export TASKS=$TASKS_thrd export INPES=$INPES_thrd diff --git a/tests/tests/control_clm_lake_debug b/tests/tests/control_clm_lake_debug index f2c2cf3e22..d02998c63f 100644 --- a/tests/tests/control_clm_lake_debug +++ b/tests/tests/control_clm_lake_debug @@ -27,6 +27,9 @@ export IAER=5111 export FHMAX=1 export OUTPUT_FH="0 1" +export FRAC_GRID=.false. +export FRAC_ICE=.true. + export LKM=1 export IOPT_LAKE=2 export LAKEFRAC_THRESHOLD=0.15 diff --git a/tests/tests/control_clm_lake_decomp b/tests/tests/control_clm_lake_decomp index c3f8853e95..8563c681ee 100644 --- a/tests/tests/control_clm_lake_decomp +++ b/tests/tests/control_clm_lake_decomp @@ -63,6 +63,9 @@ export NSTF_NAME='2,0,0,0,0' export WRITE_DOPOST=.true. export IAER=5111 +export FRAC_GRID=.false. +export FRAC_ICE=.true. + export INPES=6 export JNPES=4 diff --git a/tests/tests/control_clm_lake_restart b/tests/tests/control_clm_lake_restart index 57a2f32617..fd22370a58 100644 --- a/tests/tests/control_clm_lake_restart +++ b/tests/tests/control_clm_lake_restart @@ -59,6 +59,9 @@ export WRITE_DOPOST=.true. export IAER=5111 export FHROT=12 +export FRAC_GRID=.false. +export FRAC_ICE=.true. + export WARM_START=.true. export NGGPS_IC=.false. export EXTERNAL_IC=.false. diff --git a/tests/tests/hrrr_clm_lake b/tests/tests/hrrr_clm_lake index 9857996b68..322454b942 100644 --- a/tests/tests/hrrr_clm_lake +++ b/tests/tests/hrrr_clm_lake @@ -68,6 +68,9 @@ export WRITE_DOPOST=.true. export IAER=5111 export OUTPUT_FH='0 09 12' +export FRAC_GRID=.false. +export FRAC_ICE=.true. + export FV3_RUN=flake_control_run.IN export CCPP_SUITE=FV3_HRRR_clm_lake export INPUT_NML=rap.nml.IN diff --git a/tests/tests/hrrr_clm_lake_2threads b/tests/tests/hrrr_clm_lake_2threads index ec3b2b3483..738cf9498f 100644 --- a/tests/tests/hrrr_clm_lake_2threads +++ b/tests/tests/hrrr_clm_lake_2threads @@ -68,6 +68,9 @@ export WRITE_DOPOST=.true. export IAER=5111 export OUTPUT_FH='0 09 12' +export FRAC_GRID=.false. +export FRAC_ICE=.true. + export THRD=2 export TASKS=$TASKS_thrd export INPES=$INPES_thrd diff --git a/tests/tests/hrrr_clm_lake_debug b/tests/tests/hrrr_clm_lake_debug index 38849c4ea1..e08cb1ea98 100644 --- a/tests/tests/hrrr_clm_lake_debug +++ b/tests/tests/hrrr_clm_lake_debug @@ -27,6 +27,9 @@ export IAER=5111 export OUTPUT_FH='0 1' export FHMAX=1 +export FRAC_GRID=.false. +export FRAC_ICE=.true. + export FV3_RUN=flake_control_run.IN export CCPP_SUITE=FV3_HRRR_clm_lake export INPUT_NML=rap.nml.IN diff --git a/tests/tests/hrrr_clm_lake_decomp b/tests/tests/hrrr_clm_lake_decomp index 6bcda7073c..8306788b53 100644 --- a/tests/tests/hrrr_clm_lake_decomp +++ b/tests/tests/hrrr_clm_lake_decomp @@ -68,6 +68,9 @@ export WRITE_DOPOST=.true. export IAER=5111 export OUTPUT_FH='0 09 12' +export FRAC_GRID=.false. +export FRAC_ICE=.true. + export INPES=6 export JNPES=4 diff --git a/tests/tests/hrrr_clm_lake_restart b/tests/tests/hrrr_clm_lake_restart index 34770375bf..f64314b49d 100644 --- a/tests/tests/hrrr_clm_lake_restart +++ b/tests/tests/hrrr_clm_lake_restart @@ -59,6 +59,9 @@ export WRITE_DOPOST=.true. export IAER=5111 export FHROT=6 +export FRAC_GRID=.false. +export FRAC_ICE=.true. + export WARM_START=.true. export NGGPS_IC=.false. export EXTERNAL_IC=.false. diff --git a/tests/tests/hrrr_control b/tests/tests/hrrr_control index b4eaf32a3a..24d4f7769c 100644 --- a/tests/tests/hrrr_control +++ b/tests/tests/hrrr_control @@ -68,6 +68,9 @@ export WRITE_DOPOST=.true. export IAER=5111 export OUTPUT_FH='0 09 12' +export FRAC_GRID=.false. +export FRAC_ICE=.true. + export FV3_RUN=flake_control_run.IN export CCPP_SUITE=FV3_HRRR export INPUT_NML=rap.nml.IN diff --git a/tests/tests/hrrr_control_2threads b/tests/tests/hrrr_control_2threads index d87d96051e..26bf4d0b4c 100644 --- a/tests/tests/hrrr_control_2threads +++ b/tests/tests/hrrr_control_2threads @@ -68,6 +68,9 @@ export WRITE_DOPOST=.true. export IAER=5111 export OUTPUT_FH='0 09 12' +export FRAC_GRID=.false. +export FRAC_ICE=.true. + export THRD=2 export TASKS=$TASKS_thrd export INPES=$INPES_thrd diff --git a/tests/tests/hrrr_control_2threads_dyn32_phy32 b/tests/tests/hrrr_control_2threads_dyn32_phy32 index 0f89f979fc..bff242782e 100644 --- a/tests/tests/hrrr_control_2threads_dyn32_phy32 +++ b/tests/tests/hrrr_control_2threads_dyn32_phy32 @@ -69,6 +69,9 @@ export IAER=5111 export OUTPUT_FH='0 09 12' export FHMAX=12 +export FRAC_GRID=.false. +export FRAC_ICE=.true. + export THRD=2 export TASKS=$TASKS_thrd export INPES=$INPES_thrd diff --git a/tests/tests/hrrr_control_debug b/tests/tests/hrrr_control_debug index d7f02e85e0..a47f706b9e 100644 --- a/tests/tests/hrrr_control_debug +++ b/tests/tests/hrrr_control_debug @@ -27,6 +27,9 @@ export IAER=5111 export OUTPUT_FH='0 1' export FHMAX=1 +export FRAC_GRID=.false. +export FRAC_ICE=.true. + export FV3_RUN=flake_control_run.IN export CCPP_SUITE=FV3_HRRR export INPUT_NML=rap.nml.IN diff --git a/tests/tests/hrrr_control_debug_dyn32_phy32 b/tests/tests/hrrr_control_debug_dyn32_phy32 index fb830806c7..67ff6f08db 100644 --- a/tests/tests/hrrr_control_debug_dyn32_phy32 +++ b/tests/tests/hrrr_control_debug_dyn32_phy32 @@ -27,6 +27,9 @@ export IAER=5111 export OUTPUT_FH='0 1' export FHMAX=1 +export FRAC_GRID=.false. +export FRAC_ICE=.true. + export FV3_RUN=flake_control_run.IN export CCPP_SUITE=FV3_HRRR export INPUT_NML=rap.nml.IN diff --git a/tests/tests/hrrr_control_decomp b/tests/tests/hrrr_control_decomp index 62761d2f7b..edd9d932a9 100644 --- a/tests/tests/hrrr_control_decomp +++ b/tests/tests/hrrr_control_decomp @@ -68,6 +68,9 @@ export WRITE_DOPOST=.true. export IAER=5111 export OUTPUT_FH='0 09 12' +export FRAC_GRID=.false. +export FRAC_ICE=.true. + export INPES=6 export JNPES=4 diff --git a/tests/tests/hrrr_control_decomp_dyn32_phy32 b/tests/tests/hrrr_control_decomp_dyn32_phy32 index 5d14d3a7eb..6a87bd8e61 100644 --- a/tests/tests/hrrr_control_decomp_dyn32_phy32 +++ b/tests/tests/hrrr_control_decomp_dyn32_phy32 @@ -69,6 +69,9 @@ export IAER=5111 export OUTPUT_FH='0 09 12' export FHMAX=12 +export FRAC_GRID=.false. +export FRAC_ICE=.true. + export INPES=6 export JNPES=4 diff --git a/tests/tests/hrrr_control_dyn32_phy32 b/tests/tests/hrrr_control_dyn32_phy32 index 3703e7a2ad..fa9ae2ed19 100644 --- a/tests/tests/hrrr_control_dyn32_phy32 +++ b/tests/tests/hrrr_control_dyn32_phy32 @@ -69,6 +69,9 @@ export IAER=5111 export OUTPUT_FH='0 09 12' export FHMAX=12 +export FRAC_GRID=.false. +export FRAC_ICE=.true. + export FV3_RUN=flake_control_run.IN export CCPP_SUITE=FV3_HRRR export INPUT_NML=rap.nml.IN diff --git a/tests/tests/hrrr_control_restart b/tests/tests/hrrr_control_restart index e0f9b1cdd9..9bb60165b0 100644 --- a/tests/tests/hrrr_control_restart +++ b/tests/tests/hrrr_control_restart @@ -59,6 +59,9 @@ export WRITE_DOPOST=.true. export IAER=5111 export FHROT=6 +export FRAC_GRID=.false. +export FRAC_ICE=.true. + export WARM_START=.true. export NGGPS_IC=.false. export EXTERNAL_IC=.false. diff --git a/tests/tests/hrrr_control_restart_dyn32_phy32 b/tests/tests/hrrr_control_restart_dyn32_phy32 index 67d43cf8e3..7a8ba3913d 100644 --- a/tests/tests/hrrr_control_restart_dyn32_phy32 +++ b/tests/tests/hrrr_control_restart_dyn32_phy32 @@ -60,6 +60,9 @@ export IAER=5111 export FHROT=6 export FHMAX=12 +export FRAC_GRID=.false. +export FRAC_ICE=.true. + export WARM_START=.true. export NGGPS_IC=.false. export EXTERNAL_IC=.false. From a095fdf86b415239f2379636db580d8b394c0296 Mon Sep 17 00:00:00 2001 From: "samuel.trahan" Date: Tue, 11 Oct 2022 18:57:00 +0000 Subject: [PATCH 022/152] update FV3 hash --- FV3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FV3 b/FV3 index 7b9486b30a..58da3a81a6 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit 7b9486b30a37d5890ecea7323b0442ca521f6e5d +Subproject commit 58da3a81a6781360dba76238e8bc8f33a290c7b9 From 94c0ab6e10d9f5cc3f7e3a6eb245e5a3b6b894f3 Mon Sep 17 00:00:00 2001 From: "samuel.trahan" Date: Mon, 17 Oct 2022 22:31:17 +0000 Subject: [PATCH 023/152] more updates from tanya --- FV3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FV3 b/FV3 index 7b9486b30a..4d41faa3bd 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit 7b9486b30a37d5890ecea7323b0442ca521f6e5d +Subproject commit 4d41faa3bd19f87370862d62920111dffa247d0c From a8ee5de61f5884566ddeabe46ced4d5f78569c6f Mon Sep 17 00:00:00 2001 From: "samuel.trahan" Date: Thu, 20 Oct 2022 16:53:03 +0000 Subject: [PATCH 024/152] rework lake variables and add fractional ice --- FV3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FV3 b/FV3 index 4d41faa3bd..e6b139e415 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit 4d41faa3bd19f87370862d62920111dffa247d0c +Subproject commit e6b139e41516b50bcfc357310947c8f189e8bbea From cdd701fea7d63d2adb5cc50c301dc71dd1e97e3e Mon Sep 17 00:00:00 2001 From: "samuel.trahan" Date: Thu, 20 Oct 2022 17:07:01 +0000 Subject: [PATCH 025/152] FV3_HRRR_clm_lake suite --- FV3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FV3 b/FV3 index e6b139e415..6098130156 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit e6b139e41516b50bcfc357310947c8f189e8bbea +Subproject commit 60981301561aa6556d8f2a4c62d8de6f0f3c0aad From 68b45a5eaa86047dbf9619f8fed29b631366e99e Mon Sep 17 00:00:00 2001 From: "samuel.trahan" Date: Thu, 20 Oct 2022 19:53:28 +0000 Subject: [PATCH 026/152] bug fixes to get fractional ice working --- FV3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FV3 b/FV3 index 6098130156..aec741393b 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit 60981301561aa6556d8f2a4c62d8de6f0f3c0aad +Subproject commit aec741393bf7cf1a8143311f5ecc7701b9df2320 From b4c691b881b512509e353cd9962f0c7f4731607b Mon Sep 17 00:00:00 2001 From: "samuel.trahan" Date: Mon, 24 Oct 2022 19:31:39 +0000 Subject: [PATCH 027/152] fix typo in hrrr_clm_lake CNTL_DIR that broke the test --- FV3 | 2 +- tests/tests/hrrr_clm_lake | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/FV3 b/FV3 index aec741393b..b558b8c8f3 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit aec741393bf7cf1a8143311f5ecc7701b9df2320 +Subproject commit b558b8c8f37094c3d9cf0594815417a7ded31509 diff --git a/tests/tests/hrrr_clm_lake b/tests/tests/hrrr_clm_lake index 322454b942..f72d57deb1 100644 --- a/tests/tests/hrrr_clm_lake +++ b/tests/tests/hrrr_clm_lake @@ -6,7 +6,7 @@ export TEST_DESCR="Compare HRRR CLM Lake results with previous trunk version" -export CNTL_DIR=hrrr_clm lake +export CNTL_DIR=hrrr_clm_lake export LIST_FILES="sfcf000.nc \ sfcf009.nc \ From 1d2e671886c78c38e46c9c3272dea79c1e7122db Mon Sep 17 00:00:00 2001 From: "samuel.trahan" Date: Mon, 24 Oct 2022 21:43:39 +0000 Subject: [PATCH 028/152] clm_lake changes for CCPP_32BIT support --- FV3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FV3 b/FV3 index b558b8c8f3..fc146ac167 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit b558b8c8f37094c3d9cf0594815417a7ded31509 +Subproject commit fc146ac1677ce5b1c79905e9c73b9ebae17cba21 From 9cdf16d5b45b371b47429fb0a589a34be2d1903b Mon Sep 17 00:00:00 2001 From: "samuel.trahan" Date: Wed, 23 Nov 2022 02:54:05 +0000 Subject: [PATCH 029/152] correct space-padding and remove changes that broke stuff --- FV3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FV3 b/FV3 index faaf445cc5..bae1630926 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit faaf445cc569ab8534f91e118b9fa7448f590d37 +Subproject commit bae1630926d3a4b8fb6c726b1af7ad83d6b81e04 From 1471960f6a5b8727a9ce4fac476b37bc78a1582b Mon Sep 17 00:00:00 2001 From: "samuel.trahan" Date: Wed, 23 Nov 2022 02:54:20 +0000 Subject: [PATCH 030/152] FRAC_ICE=.false. default was set in the wrong place --- tests/default_vars.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/default_vars.sh b/tests/default_vars.sh index 0a804fbe41..25cd509377 100755 --- a/tests/default_vars.sh +++ b/tests/default_vars.sh @@ -452,6 +452,7 @@ export LKM=0 # 0=no lake, 1=run lake model, 2=run both lake and nsst on lake poi export IOPT_LAKE=1 # 1=flake, 2=clm lake export LAKEFRAC_THRESHOLD=0.0 # lake fraction must be higher for lake model to run it export LAKEDEPTH_THRESHOLD=1.0 # lake must be deeper (in meters) for a lake model to run it +export FRAC_ICE=.false. export CPL=.false. export CPLCHM=.false. @@ -653,7 +654,6 @@ export MULTIGRID=false # FV3 defaults export FRAC_GRID=.true. -export FRAC_ICE=.false. export CCPP_SUITE=FV3_GFS_v17_coupled_p8 export INPUT_NML=cpld_control.nml.IN export FIELD_TABLE=field_table_thompson_noaero_tke_GOCART From 778c5eafcac7179d31edd9d8f5b1eca16f226333 Mon Sep 17 00:00:00 2001 From: "samuel.trahan" Date: Tue, 29 Nov 2022 22:31:45 +0000 Subject: [PATCH 031/152] hera tests passed --- tests/RegressionTests_hera.gnu.log | 342 +++--- tests/RegressionTests_hera.intel.log | 1598 +++++++++++++------------- 2 files changed, 979 insertions(+), 961 deletions(-) diff --git a/tests/RegressionTests_hera.gnu.log b/tests/RegressionTests_hera.gnu.log index 7234e6ecf9..11855ba18b 100644 --- a/tests/RegressionTests_hera.gnu.log +++ b/tests/RegressionTests_hera.gnu.log @@ -1,21 +1,21 @@ -Fri Nov 18 20:02:34 UTC 2022 +Mon Nov 28 23:32:19 UTC 2022 Start Regression test -Compile 001 elapsed time 186 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v16_ras,FV3_GFS_v17_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 002 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 003 elapsed time 304 seconds. -DAPP=ATM -D32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 004 elapsed time 99 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 190 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -D32BIT=ON -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 006 elapsed time 380 seconds. -DAPP=ATM -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 007 elapsed time 305 seconds. -DAPP=ATM -D32BIT=ON -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 008 elapsed time 305 seconds. -DAPP=ATM -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 009 elapsed time 265 seconds. -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 010 elapsed time 231 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 011 elapsed time 140 seconds. -DAPP=S2SWA -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile 012 elapsed time 115 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 001 elapsed time 193 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v16_ras,FV3_GFS_v17_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 002 elapsed time 194 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 320 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 191 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -D32BIT=ON -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 006 elapsed time 395 seconds. -DAPP=ATM -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 007 elapsed time 314 seconds. -DAPP=ATM -D32BIT=ON -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 008 elapsed time 317 seconds. -DAPP=ATM -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 009 elapsed time 266 seconds. -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 010 elapsed time 241 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 011 elapsed time 144 seconds. -DAPP=S2SWA -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile 012 elapsed time 114 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/GNU/control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_11407/control +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_197605/control Checking test 001 control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -62,14 +62,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 = 839.402957 - 0: The maximum resident set size (KB) = 474668 + 0: The total amount of wall time = 824.179819 + 0: The maximum resident set size (KB) = 475244 Test 001 control PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/GNU/control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_11407/control_restart +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_197605/control_restart Checking test 002 control_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -108,14 +108,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 = 407.526033 - 0: The maximum resident set size (KB) = 185148 + 0: The total amount of wall time = 404.135286 + 0: The maximum resident set size (KB) = 179276 Test 002 control_restart PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/GNU/control_c48 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_11407/control_c48 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_197605/control_c48 Checking test 003 control_c48 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -154,14 +154,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 = 672.995337 -0: The maximum resident set size (KB) = 703192 +0: The total amount of wall time = 673.342784 +0: The maximum resident set size (KB) = 698956 Test 003 control_c48 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/GNU/control_stochy -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_11407/control_stochy +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_197605/control_stochy Checking test 004 control_stochy results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -172,14 +172,14 @@ Checking test 004 control_stochy results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 645.969726 - 0: The maximum resident set size (KB) = 478344 + 0: The total amount of wall time = 647.903676 + 0: The maximum resident set size (KB) = 478192 Test 004 control_stochy PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/GNU/control_ras -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_11407/control_ras +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_197605/control_ras Checking test 005 control_ras results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -190,14 +190,14 @@ Checking test 005 control_ras results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 828.738008 - 0: The maximum resident set size (KB) = 488484 + 0: The total amount of wall time = 834.365252 + 0: The maximum resident set size (KB) = 486188 Test 005 control_ras PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/GNU/control_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_11407/control_p8 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_197605/control_p8 Checking test 006 control_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -244,14 +244,14 @@ Checking test 006 control_p8 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 889.551693 - 0: The maximum resident set size (KB) = 1235572 + 0: The total amount of wall time = 888.762057 + 0: The maximum resident set size (KB) = 1234976 Test 006 control_p8 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/GNU/rap_control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_11407/rap_control +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_197605/rap_control Checking test 007 rap_control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -298,14 +298,14 @@ Checking test 007 rap_control results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 1439.577952 - 0: The maximum resident set size (KB) = 827312 + 0: The total amount of wall time = 1411.367758 + 0: The maximum resident set size (KB) = 829004 Test 007 rap_control PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/GNU/rap_control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_11407/rap_decomp +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_197605/rap_decomp Checking test 008 rap_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -352,14 +352,14 @@ Checking test 008 rap_decomp results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 1422.404146 - 0: The maximum resident set size (KB) = 828024 + 0: The total amount of wall time = 1396.790316 + 0: The maximum resident set size (KB) = 825548 Test 008 rap_decomp PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/GNU/rap_control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_11407/rap_2threads +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_197605/rap_2threads Checking test 009 rap_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -406,14 +406,14 @@ Checking test 009 rap_2threads results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 1468.345732 - 0: The maximum resident set size (KB) = 897420 + 0: The total amount of wall time = 1463.960212 + 0: The maximum resident set size (KB) = 895884 Test 009 rap_2threads PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/GNU/rap_control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_11407/rap_restart +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_197605/rap_restart Checking test 010 rap_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -452,14 +452,14 @@ Checking test 010 rap_restart results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 722.216709 - 0: The maximum resident set size (KB) = 542028 + 0: The total amount of wall time = 709.400112 + 0: The maximum resident set size (KB) = 543652 Test 010 rap_restart PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/GNU/rap_sfcdiff -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_11407/rap_sfcdiff +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_197605/rap_sfcdiff Checking test 011 rap_sfcdiff results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -506,14 +506,14 @@ Checking test 011 rap_sfcdiff results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 1454.791230 - 0: The maximum resident set size (KB) = 832672 + 0: The total amount of wall time = 1448.796715 + 0: The maximum resident set size (KB) = 830072 Test 011 rap_sfcdiff PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/GNU/rap_sfcdiff -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_11407/rap_sfcdiff_decomp +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_197605/rap_sfcdiff_decomp Checking test 012 rap_sfcdiff_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -560,14 +560,14 @@ Checking test 012 rap_sfcdiff_decomp results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 1434.786454 - 0: The maximum resident set size (KB) = 830360 + 0: The total amount of wall time = 1481.137749 + 0: The maximum resident set size (KB) = 827380 Test 012 rap_sfcdiff_decomp PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/GNU/rap_sfcdiff -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_11407/rap_sfcdiff_restart +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_197605/rap_sfcdiff_restart Checking test 013 rap_sfcdiff_restart results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK @@ -606,14 +606,14 @@ Checking test 013 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 = 1076.791761 - 0: The maximum resident set size (KB) = 540516 + 0: The total amount of wall time = 1055.230045 + 0: The maximum resident set size (KB) = 540312 Test 013 rap_sfcdiff_restart PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/GNU/hrrr_control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_11407/hrrr_control +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_197605/hrrr_control Checking test 014 hrrr_control results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -660,14 +660,14 @@ Checking test 014 hrrr_control results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 1396.511770 - 0: The maximum resident set size (KB) = 825532 + 0: The total amount of wall time = 1431.979010 + 0: The maximum resident set size (KB) = 826776 Test 014 hrrr_control PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/GNU/hrrr_control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_11407/hrrr_control_2threads +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_197605/hrrr_control_2threads Checking test 015 hrrr_control_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -714,14 +714,14 @@ Checking test 015 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 = 1435.012375 - 0: The maximum resident set size (KB) = 891756 + 0: The total amount of wall time = 1437.642729 + 0: The maximum resident set size (KB) = 890904 Test 015 hrrr_control_2threads PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/GNU/hrrr_control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_11407/hrrr_control_decomp +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_197605/hrrr_control_decomp Checking test 016 hrrr_control_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -768,14 +768,14 @@ Checking test 016 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 = 1432.844191 - 0: The maximum resident set size (KB) = 827628 + 0: The total amount of wall time = 1403.209870 + 0: The maximum resident set size (KB) = 824684 Test 016 hrrr_control_decomp PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/GNU/hrrr_control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_11407/hrrr_control_restart +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_197605/hrrr_control_restart Checking test 017 hrrr_control_restart results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK @@ -814,14 +814,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 = 1013.589119 - 0: The maximum resident set size (KB) = 540012 + 0: The total amount of wall time = 1049.833496 + 0: The maximum resident set size (KB) = 537632 Test 017 hrrr_control_restart PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/GNU/rrfs_v1beta -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_11407/rrfs_v1beta +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_197605/rrfs_v1beta Checking test 018 rrfs_v1beta results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -868,14 +868,14 @@ Checking test 018 rrfs_v1beta results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 1449.515622 - 0: The maximum resident set size (KB) = 830204 + 0: The total amount of wall time = 1430.783344 + 0: The maximum resident set size (KB) = 826192 Test 018 rrfs_v1beta PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/GNU/rrfs_conus13km_hrrr_warm -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_11407/rrfs_conus13km_hrrr_warm +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_197605/rrfs_conus13km_hrrr_warm Checking test 019 rrfs_conus13km_hrrr_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -884,14 +884,14 @@ Checking test 019 rrfs_conus13km_hrrr_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 742.018032 - 0: The maximum resident set size (KB) = 634780 + 0: The total amount of wall time = 762.980449 + 0: The maximum resident set size (KB) = 637612 Test 019 rrfs_conus13km_hrrr_warm PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/GNU/rrfs_smoke_conus13km_hrrr_warm -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_11407/rrfs_smoke_conus13km_hrrr_warm +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_197605/rrfs_smoke_conus13km_hrrr_warm Checking test 020 rrfs_smoke_conus13km_hrrr_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -900,14 +900,14 @@ Checking test 020 rrfs_smoke_conus13km_hrrr_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 767.628379 - 0: The maximum resident set size (KB) = 650364 + 0: The total amount of wall time = 777.900770 + 0: The maximum resident set size (KB) = 651044 Test 020 rrfs_smoke_conus13km_hrrr_warm PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/GNU/rrfs_conus13km_radar_tten_warm -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_11407/rrfs_conus13km_radar_tten_warm +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_197605/rrfs_conus13km_radar_tten_warm Checking test 021 rrfs_conus13km_radar_tten_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -916,14 +916,14 @@ Checking test 021 rrfs_conus13km_radar_tten_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 767.084462 - 0: The maximum resident set size (KB) = 640612 + 0: The total amount of wall time = 776.656450 + 0: The maximum resident set size (KB) = 639152 Test 021 rrfs_conus13km_radar_tten_warm PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/GNU/rrfs_conus13km_radar_tten_warm -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_11407/rrfs_conus13km_radar_tten_warm_2threads +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_197605/rrfs_conus13km_radar_tten_warm_2threads Checking test 022 rrfs_conus13km_radar_tten_warm_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -932,222 +932,222 @@ Checking test 022 rrfs_conus13km_radar_tten_warm_2threads results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 1037.977093 - 0: The maximum resident set size (KB) = 636184 + 0: The total amount of wall time = 974.456435 + 0: The maximum resident set size (KB) = 634152 Test 022 rrfs_conus13km_radar_tten_warm_2threads PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/GNU/control_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_11407/control_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_197605/control_debug Checking test 023 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 = 102.625572 - 0: The maximum resident set size (KB) = 478160 + 0: The total amount of wall time = 103.731615 + 0: The maximum resident set size (KB) = 475256 Test 023 control_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/GNU/control_diag_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_11407/control_diag_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_197605/control_diag_debug Checking test 024 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 = 130.983192 - 0: The maximum resident set size (KB) = 532528 + 0: The total amount of wall time = 127.212304 + 0: The maximum resident set size (KB) = 531344 Test 024 control_diag_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/GNU/regional_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_11407/regional_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_197605/regional_debug Checking test 025 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 = 616.785014 - 0: The maximum resident set size (KB) = 590120 + 0: The total amount of wall time = 692.744285 + 0: The maximum resident set size (KB) = 589776 Test 025 regional_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/GNU/rap_control_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_11407/rap_control_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_197605/rap_control_debug Checking test 026 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 = 171.220326 - 0: The maximum resident set size (KB) = 844420 + 0: The total amount of wall time = 173.279483 + 0: The maximum resident set size (KB) = 846564 Test 026 rap_control_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/GNU/hrrr_control_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_11407/hrrr_control_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_197605/hrrr_control_debug Checking test 027 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 = 169.281179 - 0: The maximum resident set size (KB) = 846376 + 0: The total amount of wall time = 168.053250 + 0: The maximum resident set size (KB) = 841648 Test 027 hrrr_control_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/GNU/rap_diag_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_11407/rap_diag_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_197605/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 = 211.511985 - 0: The maximum resident set size (KB) = 929856 + 0: The total amount of wall time = 212.393154 + 0: The maximum resident set size (KB) = 927552 Test 028 rap_diag_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/GNU/rap_noah_sfcdiff_cires_ugwp_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_11407/rap_noah_sfcdiff_cires_ugwp_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_197605/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 = 276.389234 - 0: The maximum resident set size (KB) = 843668 + 0: The total amount of wall time = 272.806548 + 0: The maximum resident set size (KB) = 844352 Test 029 rap_noah_sfcdiff_cires_ugwp_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/GNU/rap_progcld_thompson_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_11407/rap_progcld_thompson_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_197605/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.711507 - 0: The maximum resident set size (KB) = 847596 + 0: The total amount of wall time = 170.886306 + 0: The maximum resident set size (KB) = 847468 Test 030 rap_progcld_thompson_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/GNU/rrfs_v1beta_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_11407/rrfs_v1beta_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_197605/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 = 171.626152 - 0: The maximum resident set size (KB) = 840976 + 0: The total amount of wall time = 172.408897 + 0: The maximum resident set size (KB) = 840216 Test 031 rrfs_v1beta_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/GNU/control_ras_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_11407/control_ras_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_197605/control_ras_debug Checking test 032 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 = 106.053260 - 0: The maximum resident set size (KB) = 487120 + 0: The total amount of wall time = 105.390348 + 0: The maximum resident set size (KB) = 481348 Test 032 control_ras_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/GNU/control_stochy_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_11407/control_stochy_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_197605/control_stochy_debug Checking test 033 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 = 118.453452 - 0: The maximum resident set size (KB) = 478680 + 0: The total amount of wall time = 119.111269 + 0: The maximum resident set size (KB) = 477592 Test 033 control_stochy_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/GNU/control_debug_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_11407/control_debug_p8 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_197605/control_debug_p8 Checking test 034 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 = 117.867941 - 0: The maximum resident set size (KB) = 1236524 + 0: The total amount of wall time = 120.299586 + 0: The maximum resident set size (KB) = 1235000 Test 034 control_debug_p8 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/GNU/rrfs_conus13km_hrrr_warm_debugs -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_11407/rrfs_conus13km_hrrr_warm_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_197605/rrfs_conus13km_hrrr_warm_debug Checking test 035 rrfs_conus13km_hrrr_warm_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 = 556.264115 - 0: The maximum resident set size (KB) = 648376 + 0: The total amount of wall time = 557.269765 + 0: The maximum resident set size (KB) = 648036 Test 035 rrfs_conus13km_hrrr_warm_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/GNU/rrfs_conus13km_radar_tten_warm_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_11407/rrfs_conus13km_radar_tten_warm_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_197605/rrfs_conus13km_radar_tten_warm_debug Checking test 036 rrfs_conus13km_radar_tten_warm_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 = 567.037806 - 0: The maximum resident set size (KB) = 652024 + 0: The total amount of wall time = 557.255025 + 0: The maximum resident set size (KB) = 651656 Test 036 rrfs_conus13km_radar_tten_warm_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/GNU/control_wam_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_11407/control_wam_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_197605/control_wam_debug Checking test 037 control_wam_debug results .... Comparing sfcf019.nc .........OK Comparing atmf019.nc .........OK - 0: The total amount of wall time = 185.833260 - 0: The maximum resident set size (KB) = 191988 + 0: The total amount of wall time = 187.251474 + 0: The maximum resident set size (KB) = 191196 Test 037 control_wam_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/GNU/rap_control_dyn32_phy32 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_11407/rap_control_dyn32_phy32 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_197605/rap_control_dyn32_phy32 Checking test 038 rap_control_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -1194,14 +1194,14 @@ Checking test 038 rap_control_dyn32_phy32 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 1451.223461 - 0: The maximum resident set size (KB) = 690976 + 0: The total amount of wall time = 1427.223856 + 0: The maximum resident set size (KB) = 687492 Test 038 rap_control_dyn32_phy32 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/GNU/hrrr_control_dyn32_phy32 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_11407/hrrr_control_dyn32_phy32 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_197605/hrrr_control_dyn32_phy32 Checking test 039 hrrr_control_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -1248,14 +1248,14 @@ Checking test 039 hrrr_control_dyn32_phy32 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 733.915566 - 0: The maximum resident set size (KB) = 683740 + 0: The total amount of wall time = 730.282556 + 0: The maximum resident set size (KB) = 681236 Test 039 hrrr_control_dyn32_phy32 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/GNU/rap_control_dyn32_phy32 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_11407/rap_2threads_dyn32_phy32 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_197605/rap_2threads_dyn32_phy32 Checking test 040 rap_2threads_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -1302,14 +1302,14 @@ Checking test 040 rap_2threads_dyn32_phy32 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 1457.066181 - 0: The maximum resident set size (KB) = 731392 + 0: The total amount of wall time = 1409.488573 + 0: The maximum resident set size (KB) = 727220 Test 040 rap_2threads_dyn32_phy32 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/GNU/hrrr_control_dyn32_phy32 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_11407/hrrr_control_2threads_dyn32_phy32 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_197605/hrrr_control_2threads_dyn32_phy32 Checking test 041 hrrr_control_2threads_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -1356,14 +1356,14 @@ Checking test 041 hrrr_control_2threads_dyn32_phy32 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 723.392108 - 0: The maximum resident set size (KB) = 727236 + 0: The total amount of wall time = 706.146991 + 0: The maximum resident set size (KB) = 726728 Test 041 hrrr_control_2threads_dyn32_phy32 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/GNU/hrrr_control_dyn32_phy32 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_11407/hrrr_control_decomp_dyn32_phy32 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_197605/hrrr_control_decomp_dyn32_phy32 Checking test 042 hrrr_control_decomp_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -1410,14 +1410,14 @@ Checking test 042 hrrr_control_decomp_dyn32_phy32 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 723.429222 - 0: The maximum resident set size (KB) = 683700 + 0: The total amount of wall time = 716.346256 + 0: The maximum resident set size (KB) = 687852 Test 042 hrrr_control_decomp_dyn32_phy32 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/GNU/rap_control_dyn32_phy32 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_11407/rap_restart_dyn32_phy32 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_197605/rap_restart_dyn32_phy32 Checking test 043 rap_restart_dyn32_phy32 results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK @@ -1456,14 +1456,14 @@ Checking test 043 rap_restart_dyn32_phy32 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 1063.224831 - 0: The maximum resident set size (KB) = 513212 + 0: The total amount of wall time = 1054.214948 + 0: The maximum resident set size (KB) = 507436 Test 043 rap_restart_dyn32_phy32 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/GNU/hrrr_control_dyn32_phy32 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_11407/hrrr_control_restart_dyn32_phy32 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_197605/hrrr_control_restart_dyn32_phy32 Checking test 044 hrrr_control_restart_dyn32_phy32 results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK @@ -1502,14 +1502,14 @@ Checking test 044 hrrr_control_restart_dyn32_phy32 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 349.059042 - 0: The maximum resident set size (KB) = 505116 + 0: The total amount of wall time = 353.463284 + 0: The maximum resident set size (KB) = 508116 Test 044 hrrr_control_restart_dyn32_phy32 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/GNU/rap_control_dyn64_phy32 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_11407/rap_control_dyn64_phy32 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_197605/rap_control_dyn64_phy32 Checking test 045 rap_control_dyn64_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -1556,56 +1556,56 @@ Checking test 045 rap_control_dyn64_phy32 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 1049.194304 - 0: The maximum resident set size (KB) = 705636 + 0: The total amount of wall time = 1085.509974 + 0: The maximum resident set size (KB) = 710652 Test 045 rap_control_dyn64_phy32 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/GNU/rap_control_debug_dyn32_phy32 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_11407/rap_control_debug_dyn32_phy32 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_197605/rap_control_debug_dyn32_phy32 Checking test 046 rap_control_debug_dyn32_phy32 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.420644 - 0: The maximum resident set size (KB) = 706264 + 0: The total amount of wall time = 174.177693 + 0: The maximum resident set size (KB) = 698128 Test 046 rap_control_debug_dyn32_phy32 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/GNU/hrrr_control_debug_dyn32_phy32 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_11407/hrrr_control_debug_dyn32_phy32 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_197605/hrrr_control_debug_dyn32_phy32 Checking test 047 hrrr_control_debug_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 172.028207 - 0: The maximum resident set size (KB) = 703388 + 0: The total amount of wall time = 170.662893 + 0: The maximum resident set size (KB) = 696368 Test 047 hrrr_control_debug_dyn32_phy32 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/GNU/rap_control_debug_dyn64_phy32 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_11407/rap_control_dyn64_phy32_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_197605/rap_control_dyn64_phy32_debug Checking test 048 rap_control_dyn64_phy32_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 = 198.593227 - 0: The maximum resident set size (KB) = 722628 + 0: The total amount of wall time = 205.941741 + 0: The maximum resident set size (KB) = 715560 Test 048 rap_control_dyn64_phy32_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/GNU/cpld_control_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_11407/cpld_control_p8 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_197605/cpld_control_p8 Checking test 049 cpld_control_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -1670,14 +1670,14 @@ Checking test 049 cpld_control_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 1708.538467 - 0: The maximum resident set size (KB) = 1430232 + 0: The total amount of wall time = 1652.889689 + 0: The maximum resident set size (KB) = 1429124 Test 049 cpld_control_p8 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/GNU/cpld_control_c96_noaero_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_11407/cpld_control_nowave_noaero_p8 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_197605/cpld_control_nowave_noaero_p8 Checking test 050 cpld_control_nowave_noaero_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -1739,14 +1739,14 @@ Checking test 050 cpld_control_nowave_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 = 1230.647818 - 0: The maximum resident set size (KB) = 1330116 + 0: The total amount of wall time = 1206.298158 + 0: The maximum resident set size (KB) = 1327900 Test 050 cpld_control_nowave_noaero_p8 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/GNU/cpld_debug_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_11407/cpld_debug_p8 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_197605/cpld_debug_p8 Checking test 051 cpld_debug_p8 results .... Comparing sfcf003.tile1.nc .........OK Comparing sfcf003.tile2.nc .........OK @@ -1799,25 +1799,25 @@ Checking test 051 cpld_debug_p8 results .... Comparing 20210322.090000.out_pnt.ww3 .........OK Comparing 20210322.090000.out_grd.ww3 .........OK - 0: The total amount of wall time = 852.393495 - 0: The maximum resident set size (KB) = 1443992 + 0: The total amount of wall time = 1149.501142 + 0: The maximum resident set size (KB) = 1441300 Test 051 cpld_debug_p8 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/GNU/datm_cdeps_control_cfsr -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_11407/datm_cdeps_control_cfsr +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_197605/datm_cdeps_control_cfsr Checking test 052 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 = 178.447705 - 0: The maximum resident set size (KB) = 667512 + 0: The total amount of wall time = 176.224867 + 0: The maximum resident set size (KB) = 661408 Test 052 datm_cdeps_control_cfsr PASS REGRESSION TEST WAS SUCCESSFUL -Fri Nov 18 21:01:10 UTC 2022 -Elapsed time: 00h:58m:36s. Have a nice day! +Tue Nov 29 01:50:52 UTC 2022 +Elapsed time: 02h:18m:34s. Have a nice day! diff --git a/tests/RegressionTests_hera.intel.log b/tests/RegressionTests_hera.intel.log index 8418ddb770..227d040a8c 100644 --- a/tests/RegressionTests_hera.intel.log +++ b/tests/RegressionTests_hera.intel.log @@ -1,34 +1,34 @@ -Fri Nov 18 19:47:32 UTC 2022 +Tue Nov 29 02:02:35 UTC 2022 Start Regression test -Compile 001 elapsed time 594 seconds. -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 002 elapsed time 598 seconds. -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 003 elapsed time 212 seconds. -DAPP=S2SWA -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile 004 elapsed time 192 seconds. -DAPP=S2SW -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile 005 elapsed time 390 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8_sfcocn -DCMEPS_AOFLUX=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 006 elapsed time 379 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 007 elapsed time 360 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,FV3_WoFS_v0 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 008 elapsed time 349 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 009 elapsed time 335 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_csawmg,FV3_GFS_v16_ugwpv1,FV3_GFS_v16_ras,FV3_GFS_v16_noahmp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 010 elapsed time 309 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 011 elapsed time 682 seconds. -DAPP=ATM -DDEBUG=ON -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 012 elapsed time 150 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 013 elapsed time 336 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -D32BIT=ON -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 014 elapsed time 339 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 015 elapsed time 160 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -D32BIT=ON -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 016 elapsed time 164 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 017 elapsed time 545 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 018 elapsed time 593 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 019 elapsed time 185 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 020 elapsed time 107 seconds. -DAPP=NG-GODAS -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile 021 elapsed time 53 seconds. -DAPP=LND -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 022 elapsed time 351 seconds. -DAPP=ATML -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 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 023 elapsed time 535 seconds. -DAPP=ATMW -DCCPP_SUITES=FV3_GFS_v16 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 024 elapsed time 352 seconds. -DAPP=ATMAERO -DCCPP_SUITES=FV3_GFS_v17_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 025 elapsed time 330 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 001 elapsed time 568 seconds. -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 002 elapsed time 582 seconds. -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 003 elapsed time 221 seconds. -DAPP=S2SWA -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile 004 elapsed time 195 seconds. -DAPP=S2SW -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile 005 elapsed time 397 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8_sfcocn -DCMEPS_AOFLUX=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 006 elapsed time 393 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 007 elapsed time 373 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v15_thompson_mynn,FV3_GFS_v16_flake,FV3_GFS_v17_p8,FV3_GFS_v17_p8_rrtmgp,FV3_GFS_v15_thompson_mynn_lam3km,FV3_WoFS_v0 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 008 elapsed time 361 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 009 elapsed time 355 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_csawmg,FV3_GFS_v16_ugwpv1,FV3_GFS_v16_ras,FV3_GFS_v16_noahmp -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 010 elapsed time 316 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 011 elapsed time 709 seconds. -DAPP=ATM -DDEBUG=ON -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 012 elapsed time 168 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 013 elapsed time 327 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -D32BIT=ON -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 014 elapsed time 329 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 015 elapsed time 161 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -D32BIT=ON -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 016 elapsed time 161 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 017 elapsed time 564 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 018 elapsed time 591 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 019 elapsed time 195 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 020 elapsed time 116 seconds. -DAPP=NG-GODAS -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile 021 elapsed time 73 seconds. -DAPP=LND -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 022 elapsed time 373 seconds. -DAPP=ATML -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 -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 023 elapsed time 526 seconds. -DAPP=ATMW -DCCPP_SUITES=FV3_GFS_v16 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 024 elapsed time 355 seconds. -DAPP=ATMAERO -DCCPP_SUITES=FV3_GFS_v17_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 025 elapsed time 349 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -DMPI=ON -DCMAKE_BUILD_TYPE=Release baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/cpld_control_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_27934/cpld_control_p8 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/cpld_control_p8 Checking test 001 cpld_control_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -93,14 +93,14 @@ Checking test 001 cpld_control_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 336.253606 - 0: The maximum resident set size (KB) = 3179068 + 0: The total amount of wall time = 333.783683 + 0: The maximum resident set size (KB) = 3178672 Test 001 cpld_control_p8 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/cpld_control_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_27934/cpld_restart_p8 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/cpld_restart_p8 Checking test 002 cpld_restart_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -153,14 +153,14 @@ Checking test 002 cpld_restart_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 194.446107 - 0: The maximum resident set size (KB) = 3050960 + 0: The total amount of wall time = 191.234030 + 0: The maximum resident set size (KB) = 3050172 Test 002 cpld_restart_p8 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/cpld_control_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_27934/cpld_2threads_p8 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/cpld_2threads_p8 Checking test 003 cpld_2threads_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -213,14 +213,14 @@ Checking test 003 cpld_2threads_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 418.811177 - 0: The maximum resident set size (KB) = 3444548 + 0: The total amount of wall time = 426.679502 + 0: The maximum resident set size (KB) = 3450904 Test 003 cpld_2threads_p8 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/cpld_control_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_27934/cpld_esmfthreads_p8 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/cpld_esmfthreads_p8 Checking test 004 cpld_esmfthreads_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -273,14 +273,14 @@ Checking test 004 cpld_esmfthreads_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 357.134478 - 0: The maximum resident set size (KB) = 3515548 + 0: The total amount of wall time = 350.616763 + 0: The maximum resident set size (KB) = 3508584 Test 004 cpld_esmfthreads_p8 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/cpld_control_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_27934/cpld_decomp_p8 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/cpld_decomp_p8 Checking test 005 cpld_decomp_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -333,14 +333,14 @@ Checking test 005 cpld_decomp_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 333.031665 - 0: The maximum resident set size (KB) = 3166904 + 0: The total amount of wall time = 334.535263 + 0: The maximum resident set size (KB) = 3166556 Test 005 cpld_decomp_p8 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/cpld_control_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_27934/cpld_mpi_p8 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/cpld_mpi_p8 Checking test 006 cpld_mpi_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -393,14 +393,14 @@ Checking test 006 cpld_mpi_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 274.377581 - 0: The maximum resident set size (KB) = 3020596 + 0: The total amount of wall time = 276.196621 + 0: The maximum resident set size (KB) = 3025496 Test 006 cpld_mpi_p8 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/cpld_control_ciceC_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_27934/cpld_control_ciceC_p8 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/cpld_control_ciceC_p8 Checking test 007 cpld_control_ciceC_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -465,14 +465,14 @@ Checking test 007 cpld_control_ciceC_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 334.955057 - 0: The maximum resident set size (KB) = 3178136 + 0: The total amount of wall time = 337.757991 + 0: The maximum resident set size (KB) = 3178444 Test 007 cpld_control_ciceC_p8 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/cpld_control_c192_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_27934/cpld_control_c192_p8 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/cpld_control_c192_p8 Checking test 008 cpld_control_c192_p8 results .... Comparing sfcf030.tile1.nc .........OK Comparing sfcf030.tile2.nc .........OK @@ -525,14 +525,14 @@ Checking test 008 cpld_control_c192_p8 results .... Comparing 20210323.120000.out_grd.ww3 .........OK Comparing 20210323.120000.out_pnt.ww3 .........OK - 0: The total amount of wall time = 658.846376 - 0: The maximum resident set size (KB) = 3220464 + 0: The total amount of wall time = 656.997028 + 0: The maximum resident set size (KB) = 3220776 Test 008 cpld_control_c192_p8 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/cpld_control_c192_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_27934/cpld_restart_c192_p8 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/cpld_restart_c192_p8 Checking test 009 cpld_restart_c192_p8 results .... Comparing sfcf030.tile1.nc .........OK Comparing sfcf030.tile2.nc .........OK @@ -585,14 +585,14 @@ Checking test 009 cpld_restart_c192_p8 results .... Comparing 20210323.120000.out_grd.ww3 .........OK Comparing 20210323.120000.out_pnt.ww3 .........OK - 0: The total amount of wall time = 408.493840 - 0: The maximum resident set size (KB) = 3134904 + 0: The total amount of wall time = 414.023108 + 0: The maximum resident set size (KB) = 3134132 Test 009 cpld_restart_c192_p8 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/cpld_bmark_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_27934/cpld_bmark_p8 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/cpld_bmark_p8 Checking test 010 cpld_bmark_p8 results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK @@ -640,14 +640,14 @@ Checking test 010 cpld_bmark_p8 results .... Comparing 20130401.060000.out_pnt.ww3 .........OK Comparing 20130401.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 758.789484 - 0: The maximum resident set size (KB) = 4026944 + 0: The total amount of wall time = 765.810645 + 0: The maximum resident set size (KB) = 4036616 Test 010 cpld_bmark_p8 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/cpld_bmark_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_27934/cpld_restart_bmark_p8 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/cpld_restart_bmark_p8 Checking test 011 cpld_restart_bmark_p8 results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK @@ -695,14 +695,14 @@ Checking test 011 cpld_restart_bmark_p8 results .... Comparing 20130401.060000.out_pnt.ww3 .........OK Comparing 20130401.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 470.987076 - 0: The maximum resident set size (KB) = 3966472 + 0: The total amount of wall time = 475.703674 + 0: The maximum resident set size (KB) = 3979240 Test 011 cpld_restart_bmark_p8 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/cpld_control_noaero_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_27934/cpld_control_noaero_p8 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/cpld_control_noaero_p8 Checking test 012 cpld_control_noaero_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -766,14 +766,14 @@ Checking test 012 cpld_control_noaero_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 231.213041 - 0: The maximum resident set size (KB) = 1733940 + 0: The total amount of wall time = 230.541321 + 0: The maximum resident set size (KB) = 1728348 Test 012 cpld_control_noaero_p8 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/cpld_control_c96_noaero_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_27934/cpld_control_nowave_noaero_p8 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/cpld_control_nowave_noaero_p8 Checking test 013 cpld_control_nowave_noaero_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -835,14 +835,14 @@ Checking test 013 cpld_control_nowave_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 = 253.954922 - 0: The maximum resident set size (KB) = 1767316 + 0: The total amount of wall time = 255.630733 + 0: The maximum resident set size (KB) = 1763028 Test 013 cpld_control_nowave_noaero_p8 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/cpld_debug_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_27934/cpld_debug_p8 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/cpld_debug_p8 Checking test 014 cpld_debug_p8 results .... Comparing sfcf003.tile1.nc .........OK Comparing sfcf003.tile2.nc .........OK @@ -895,14 +895,14 @@ Checking test 014 cpld_debug_p8 results .... Comparing 20210322.090000.out_pnt.ww3 .........OK Comparing 20210322.090000.out_grd.ww3 .........OK - 0: The total amount of wall time = 657.089499 - 0: The maximum resident set size (KB) = 3250312 + 0: The total amount of wall time = 656.823323 + 0: The maximum resident set size (KB) = 3248924 Test 014 cpld_debug_p8 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/cpld_debug_noaero_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_27934/cpld_debug_noaero_p8 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/cpld_debug_noaero_p8 Checking test 015 cpld_debug_noaero_p8 results .... Comparing sfcf003.tile1.nc .........OK Comparing sfcf003.tile2.nc .........OK @@ -954,14 +954,14 @@ Checking test 015 cpld_debug_noaero_p8 results .... Comparing 20210322.090000.out_pnt.ww3 .........OK Comparing 20210322.090000.out_grd.ww3 .........OK - 0: The total amount of wall time = 390.661910 - 0: The maximum resident set size (KB) = 1755704 + 0: The total amount of wall time = 396.556374 + 0: The maximum resident set size (KB) = 1742972 Test 015 cpld_debug_noaero_p8 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/cpld_control_noaero_p8_agrid -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_27934/cpld_control_noaero_p8_agrid +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/cpld_control_noaero_p8_agrid Checking test 016 cpld_control_noaero_p8_agrid results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -1023,14 +1023,14 @@ Checking test 016 cpld_control_noaero_p8_agrid results .... Comparing RESTART/iced.2021-03-23-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK - 0: The total amount of wall time = 262.674500 - 0: The maximum resident set size (KB) = 1754652 + 0: The total amount of wall time = 263.999249 + 0: The maximum resident set size (KB) = 1762100 Test 016 cpld_control_noaero_p8_agrid PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/cpld_control_c48 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_27934/cpld_control_c48 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/cpld_control_c48 Checking test 017 cpld_control_c48 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -1080,14 +1080,14 @@ Checking test 017 cpld_control_c48 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 = 502.517730 - 0: The maximum resident set size (KB) = 2805556 + 0: The total amount of wall time = 499.699875 + 0: The maximum resident set size (KB) = 2791484 Test 017 cpld_control_c48 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/cpld_warmstart_c48 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_27934/cpld_warmstart_c48 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/cpld_warmstart_c48 Checking test 018 cpld_warmstart_c48 results .... Comparing sfcf006.tile1.nc .........OK Comparing sfcf006.tile2.nc .........OK @@ -1137,14 +1137,14 @@ Checking test 018 cpld_warmstart_c48 results .... Comparing RESTART/iced.2021-03-23-43200.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-43200.nc .........OK - 0: The total amount of wall time = 138.033514 - 0: The maximum resident set size (KB) = 2798584 + 0: The total amount of wall time = 132.794492 + 0: The maximum resident set size (KB) = 2803708 Test 018 cpld_warmstart_c48 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/cpld_warmstart_c48 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_27934/cpld_restart_c48 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/cpld_restart_c48 Checking test 019 cpld_restart_c48 results .... Comparing sfcf006.tile1.nc .........OK Comparing sfcf006.tile2.nc .........OK @@ -1194,14 +1194,14 @@ Checking test 019 cpld_restart_c48 results .... Comparing RESTART/iced.2021-03-23-43200.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-43200.nc .........OK - 0: The total amount of wall time = 74.034331 - 0: The maximum resident set size (KB) = 2241700 + 0: The total amount of wall time = 69.533022 + 0: The maximum resident set size (KB) = 2240496 Test 019 cpld_restart_c48 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_27934/control +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/control Checking test 020 control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1248,15 +1248,33 @@ Checking test 020 control results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 134.476149 - 0: The maximum resident set size (KB) = 633268 + 0: The total amount of wall time = 134.583929 + 0: The maximum resident set size (KB) = 631116 Test 020 control PASS +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_INTEL/control_flake +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/control_flake +Checking test 021 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 = 185.330622 + 0: The maximum resident set size (KB) = 667576 + +Test 021 control_flake PASS + + baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_27934/control_decomp -Checking test 021 control_decomp results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/control_decomp +Checking test 022 control_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -1298,15 +1316,15 @@ Checking test 021 control_decomp results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 138.356746 - 0: The maximum resident set size (KB) = 623364 + 0: The total amount of wall time = 139.212263 + 0: The maximum resident set size (KB) = 615300 -Test 021 control_decomp PASS +Test 022 control_decomp PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_27934/control_2dwrtdecomp -Checking test 022 control_2dwrtdecomp results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/control_2dwrtdecomp +Checking test 023 control_2dwrtdecomp results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -1316,15 +1334,15 @@ Checking test 022 control_2dwrtdecomp results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 132.625964 - 0: The maximum resident set size (KB) = 633428 + 0: The total amount of wall time = 131.950526 + 0: The maximum resident set size (KB) = 628204 -Test 022 control_2dwrtdecomp PASS +Test 023 control_2dwrtdecomp PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_27934/control_2threads -Checking test 023 control_2threads results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/control_2threads +Checking test 024 control_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -1366,15 +1384,15 @@ Checking test 023 control_2threads results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 161.916857 - 0: The maximum resident set size (KB) = 677296 + 0: The total amount of wall time = 164.647181 + 0: The maximum resident set size (KB) = 672424 -Test 023 control_2threads PASS +Test 024 control_2threads PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_27934/control_restart -Checking test 024 control_restart results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/control_restart +Checking test 025 control_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK Comparing GFSFLX.GrbF24 .........OK @@ -1412,15 +1430,15 @@ Checking test 024 control_restart results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 70.233126 - 0: The maximum resident set size (KB) = 464088 + 0: The total amount of wall time = 69.130393 + 0: The maximum resident set size (KB) = 460904 -Test 024 control_restart PASS +Test 025 control_restart PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_27934/control_fhzero -Checking test 025 control_fhzero results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/control_fhzero +Checking test 026 control_fhzero results .... Comparing sfcf000.nc ............ALT CHECK......OK Comparing sfcf021.nc ............ALT CHECK......OK Comparing atmf000.nc .........OK @@ -1462,15 +1480,15 @@ Checking test 025 control_fhzero results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 125.269775 - 0: The maximum resident set size (KB) = 632256 + 0: The total amount of wall time = 125.126158 + 0: The maximum resident set size (KB) = 625088 -Test 025 control_fhzero PASS +Test 026 control_fhzero PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/control_CubedSphereGrid -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_27934/control_CubedSphereGrid -Checking test 026 control_CubedSphereGrid results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/control_CubedSphereGrid +Checking test 027 control_CubedSphereGrid results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK Comparing sfcf000.tile3.nc .........OK @@ -1496,29 +1514,29 @@ Checking test 026 control_CubedSphereGrid results .... Comparing atmf024.tile5.nc .........OK Comparing atmf024.tile6.nc .........OK - 0: The total amount of wall time = 127.934884 - 0: The maximum resident set size (KB) = 627820 + 0: The total amount of wall time = 128.173896 + 0: The maximum resident set size (KB) = 633520 -Test 026 control_CubedSphereGrid PASS +Test 027 control_CubedSphereGrid PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/control_CubedSphereGrid_parallel -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_27934/control_CubedSphereGrid_parallel -Checking test 027 control_CubedSphereGrid_parallel results .... - Comparing sfcf000.nc .........OK +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/control_CubedSphereGrid_parallel +Checking test 028 control_CubedSphereGrid_parallel results .... + Comparing sfcf000.nc ............ALT CHECK......OK Comparing sfcf024.nc ............ALT CHECK......OK Comparing atmf000.nc .........OK Comparing atmf024.nc .........OK - 0: The total amount of wall time = 128.219947 - 0: The maximum resident set size (KB) = 632044 + 0: The total amount of wall time = 125.427890 + 0: The maximum resident set size (KB) = 630560 -Test 027 control_CubedSphereGrid_parallel PASS +Test 028 control_CubedSphereGrid_parallel PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/control_latlon -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_27934/control_latlon -Checking test 028 control_latlon results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/control_latlon +Checking test 029 control_latlon results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -1528,33 +1546,33 @@ Checking test 028 control_latlon results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 130.500718 - 0: The maximum resident set size (KB) = 629832 + 0: The total amount of wall time = 132.223804 + 0: The maximum resident set size (KB) = 626088 -Test 028 control_latlon PASS +Test 029 control_latlon PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/control_wrtGauss_netcdf_parallel -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_27934/control_wrtGauss_netcdf_parallel -Checking test 029 control_wrtGauss_netcdf_parallel results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/control_wrtGauss_netcdf_parallel +Checking test 030 control_wrtGauss_netcdf_parallel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK - Comparing atmf000.nc .........OK - Comparing atmf024.nc .........OK + Comparing atmf000.nc ............ALT CHECK......OK + Comparing atmf024.nc ............ALT CHECK......OK Comparing GFSFLX.GrbF00 .........OK Comparing GFSFLX.GrbF24 .........OK Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 135.593193 - 0: The maximum resident set size (KB) = 632580 + 0: The total amount of wall time = 135.041850 + 0: The maximum resident set size (KB) = 626888 -Test 029 control_wrtGauss_netcdf_parallel PASS +Test 030 control_wrtGauss_netcdf_parallel PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/control_c48 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_27934/control_c48 -Checking test 030 control_c48 results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/control_c48 +Checking test 031 control_c48 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -1592,15 +1610,15 @@ Checking test 030 control_c48 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0: The total amount of wall time = 351.844858 -0: The maximum resident set size (KB) = 819288 +0: The total amount of wall time = 343.766691 +0: The maximum resident set size (KB) = 817708 -Test 030 control_c48 PASS +Test 031 control_c48 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/control_c192 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_27934/control_c192 -Checking test 031 control_c192 results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/control_c192 +Checking test 032 control_c192 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -1610,15 +1628,15 @@ Checking test 031 control_c192 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 520.236127 - 0: The maximum resident set size (KB) = 769412 + 0: The total amount of wall time = 522.387181 + 0: The maximum resident set size (KB) = 760684 -Test 031 control_c192 PASS +Test 032 control_c192 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/control_c384 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_27934/control_c384 -Checking test 032 control_c384 results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/control_c384 +Checking test 033 control_c384 results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK Comparing atmf000.nc .........OK @@ -1628,15 +1646,15 @@ Checking test 032 control_c384 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 693.578027 - 0: The maximum resident set size (KB) = 1089120 + 0: The total amount of wall time = 687.786444 + 0: The maximum resident set size (KB) = 1100132 -Test 032 control_c384 PASS +Test 033 control_c384 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/control_c384gdas -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_27934/control_c384gdas -Checking test 033 control_c384gdas results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/control_c384gdas +Checking test 034 control_c384gdas results .... Comparing sfcf000.nc .........OK Comparing sfcf006.nc .........OK Comparing atmf000.nc .........OK @@ -1678,15 +1696,15 @@ Checking test 033 control_c384gdas results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 581.655283 - 0: The maximum resident set size (KB) = 1252204 + 0: The total amount of wall time = 584.208981 + 0: The maximum resident set size (KB) = 1239820 -Test 033 control_c384gdas PASS +Test 034 control_c384gdas PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/control_c384_progsigma -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_27934/control_c384_progsigma -Checking test 034 control_c384_progsigma results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/control_c384_progsigma +Checking test 035 control_c384_progsigma results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK Comparing atmf000.nc .........OK @@ -1696,15 +1714,15 @@ Checking test 034 control_c384_progsigma results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 727.126311 - 0: The maximum resident set size (KB) = 1082780 + 0: The total amount of wall time = 712.427621 + 0: The maximum resident set size (KB) = 1095380 -Test 034 control_c384_progsigma PASS +Test 035 control_c384_progsigma PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/control_stochy -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_27934/control_stochy -Checking test 035 control_stochy results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/control_stochy +Checking test 036 control_stochy results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK Comparing atmf000.nc .........OK @@ -1714,29 +1732,29 @@ Checking test 035 control_stochy results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 86.697703 - 0: The maximum resident set size (KB) = 641948 + 0: The total amount of wall time = 87.714216 + 0: The maximum resident set size (KB) = 636160 -Test 035 control_stochy PASS +Test 036 control_stochy PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/control_stochy -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_27934/control_stochy_restart -Checking test 036 control_stochy_restart results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/control_stochy_restart +Checking test 037 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.785136 - 0: The maximum resident set size (KB) = 487628 + 0: The total amount of wall time = 46.289923 + 0: The maximum resident set size (KB) = 487752 -Test 036 control_stochy_restart PASS +Test 037 control_stochy_restart PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/control_lndp -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_27934/control_lndp -Checking test 037 control_lndp results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/control_lndp +Checking test 038 control_lndp results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK Comparing atmf000.nc .........OK @@ -1746,15 +1764,15 @@ Checking test 037 control_lndp results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 79.320099 - 0: The maximum resident set size (KB) = 637296 + 0: The total amount of wall time = 79.847704 + 0: The maximum resident set size (KB) = 635440 -Test 037 control_lndp PASS +Test 038 control_lndp PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/control_iovr4 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_27934/control_iovr4 -Checking test 038 control_iovr4 results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/control_iovr4 +Checking test 039 control_iovr4 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -1768,15 +1786,15 @@ Checking test 038 control_iovr4 results .... Comparing GFSPRS.GrbF21 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 133.600029 - 0: The maximum resident set size (KB) = 629652 + 0: The total amount of wall time = 134.669005 + 0: The maximum resident set size (KB) = 627200 -Test 038 control_iovr4 PASS +Test 039 control_iovr4 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/control_iovr5 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_27934/control_iovr5 -Checking test 039 control_iovr5 results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/control_iovr5 +Checking test 040 control_iovr5 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -1790,15 +1808,15 @@ Checking test 039 control_iovr5 results .... Comparing GFSPRS.GrbF21 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 133.783913 - 0: The maximum resident set size (KB) = 632060 + 0: The total amount of wall time = 132.956489 + 0: The maximum resident set size (KB) = 627468 -Test 039 control_iovr5 PASS +Test 040 control_iovr5 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/control_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_27934/control_p8 -Checking test 040 control_p8 results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/control_p8 +Checking test 041 control_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -1844,15 +1862,15 @@ Checking test 040 control_p8 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 165.377553 - 0: The maximum resident set size (KB) = 1607828 + 0: The total amount of wall time = 166.491726 + 0: The maximum resident set size (KB) = 1604632 -Test 040 control_p8 PASS +Test 041 control_p8 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/control_p8_lndp -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_27934/control_p8_lndp -Checking test 041 control_p8_lndp results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/control_p8_lndp +Checking test 042 control_p8_lndp results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -1870,15 +1888,15 @@ Checking test 041 control_p8_lndp results .... Comparing GFSPRS.GrbF24 .........OK Comparing GFSPRS.GrbF48 .........OK - 0: The total amount of wall time = 308.929997 - 0: The maximum resident set size (KB) = 1616100 + 0: The total amount of wall time = 311.544443 + 0: The maximum resident set size (KB) = 1603432 -Test 041 control_p8_lndp PASS +Test 042 control_p8_lndp PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/control_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_27934/control_restart_p8 -Checking test 042 control_restart_p8 results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/control_restart_p8 +Checking test 043 control_restart_p8 results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK Comparing GFSFLX.GrbF24 .........OK @@ -1916,15 +1934,15 @@ Checking test 042 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 = 88.039958 - 0: The maximum resident set size (KB) = 869364 + 0: The total amount of wall time = 86.723200 + 0: The maximum resident set size (KB) = 864304 -Test 042 control_restart_p8 PASS +Test 043 control_restart_p8 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/control_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_27934/control_decomp_p8 -Checking test 043 control_decomp_p8 results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/control_decomp_p8 +Checking test 044 control_decomp_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -1966,15 +1984,15 @@ Checking test 043 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 = 170.571101 - 0: The maximum resident set size (KB) = 1591232 + 0: The total amount of wall time = 170.421238 + 0: The maximum resident set size (KB) = 1590592 -Test 043 control_decomp_p8 PASS +Test 044 control_decomp_p8 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/control_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_27934/control_2threads_p8 -Checking test 044 control_2threads_p8 results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/control_2threads_p8 +Checking test 045 control_2threads_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -2016,15 +2034,15 @@ Checking test 044 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 = 200.972224 - 0: The maximum resident set size (KB) = 1668128 + 0: The total amount of wall time = 202.500841 + 0: The maximum resident set size (KB) = 1667104 -Test 044 control_2threads_p8 PASS +Test 045 control_2threads_p8 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/control_p8_rrtmgp -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_27934/control_p8_rrtmgp -Checking test 045 control_p8_rrtmgp results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/control_p8_rrtmgp +Checking test 046 control_p8_rrtmgp results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -2070,15 +2088,15 @@ Checking test 045 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 = 201.610442 - 0: The maximum resident set size (KB) = 1731844 + 0: The total amount of wall time = 200.358363 + 0: The maximum resident set size (KB) = 1722376 -Test 045 control_p8_rrtmgp PASS +Test 046 control_p8_rrtmgp PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/merra2_thompson -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_27934/merra2_thompson -Checking test 046 merra2_thompson results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/merra2_thompson +Checking test 047 merra2_thompson results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -2124,15 +2142,15 @@ Checking test 046 merra2_thompson results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 169.464933 - 0: The maximum resident set size (KB) = 1618508 + 0: The total amount of wall time = 169.098081 + 0: The maximum resident set size (KB) = 1612088 -Test 046 merra2_thompson PASS +Test 047 merra2_thompson PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/regional_control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_27934/regional_control -Checking test 047 regional_control results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/regional_control +Checking test 048 regional_control results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK Comparing phyf000.nc .........OK @@ -2142,29 +2160,29 @@ Checking test 047 regional_control results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 293.447821 - 0: The maximum resident set size (KB) = 864704 + 0: The total amount of wall time = 296.447805 + 0: The maximum resident set size (KB) = 866068 -Test 047 regional_control PASS +Test 048 regional_control PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/regional_control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_27934/regional_restart -Checking test 048 regional_restart results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/regional_restart +Checking test 049 regional_restart results .... Comparing dynf006.nc .........OK Comparing phyf006.nc .........OK Comparing PRSLEV.GrbF06 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 146.910655 - 0: The maximum resident set size (KB) = 861696 + 0: The total amount of wall time = 147.955291 + 0: The maximum resident set size (KB) = 857572 -Test 048 regional_restart PASS +Test 049 regional_restart PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/regional_control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_27934/regional_decomp -Checking test 049 regional_decomp results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/regional_decomp +Checking test 050 regional_decomp results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK Comparing phyf000.nc .........OK @@ -2174,15 +2192,15 @@ Checking test 049 regional_decomp results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 308.945078 - 0: The maximum resident set size (KB) = 859336 + 0: The total amount of wall time = 310.581692 + 0: The maximum resident set size (KB) = 856764 -Test 049 regional_decomp PASS +Test 050 regional_decomp PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/regional_control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_27934/regional_2threads -Checking test 050 regional_2threads results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/regional_2threads +Checking test 051 regional_2threads results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK Comparing phyf000.nc .........OK @@ -2192,44 +2210,44 @@ Checking test 050 regional_2threads results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 228.129235 - 0: The maximum resident set size (KB) = 831100 + 0: The total amount of wall time = 232.605085 + 0: The maximum resident set size (KB) = 824076 -Test 050 regional_2threads PASS +Test 051 regional_2threads PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/regional_noquilt -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_27934/regional_noquilt -Checking test 051 regional_noquilt results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/regional_noquilt +Checking test 052 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 = 320.122326 - 0: The maximum resident set size (KB) = 859596 + 0: The total amount of wall time = 323.763209 + 0: The maximum resident set size (KB) = 862636 -Test 051 regional_noquilt PASS +Test 052 regional_noquilt PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/regional_netcdf_parallel -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_27934/regional_netcdf_parallel -Checking test 052 regional_netcdf_parallel results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/regional_netcdf_parallel +Checking test 053 regional_netcdf_parallel results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK - Comparing phyf000.nc .........OK - Comparing phyf006.nc ............ALT CHECK......OK + Comparing phyf000.nc ............ALT CHECK......OK + Comparing phyf006.nc .........OK - 0: The total amount of wall time = 292.022994 - 0: The maximum resident set size (KB) = 860104 + 0: The total amount of wall time = 294.220486 + 0: The maximum resident set size (KB) = 857060 -Test 052 regional_netcdf_parallel PASS +Test 053 regional_netcdf_parallel PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/regional_control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_27934/regional_2dwrtdecomp -Checking test 053 regional_2dwrtdecomp results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/regional_2dwrtdecomp +Checking test 054 regional_2dwrtdecomp results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK Comparing phyf000.nc .........OK @@ -2239,15 +2257,15 @@ Checking test 053 regional_2dwrtdecomp results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 295.872820 - 0: The maximum resident set size (KB) = 870732 + 0: The total amount of wall time = 296.509968 + 0: The maximum resident set size (KB) = 871700 -Test 053 regional_2dwrtdecomp PASS +Test 054 regional_2dwrtdecomp PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/fv3_regional_wofs -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_27934/regional_wofs -Checking test 054 regional_wofs results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/regional_wofs +Checking test 055 regional_wofs results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK Comparing phyf000.nc .........OK @@ -2257,15 +2275,15 @@ Checking test 054 regional_wofs results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 373.931243 - 0: The maximum resident set size (KB) = 623700 + 0: The total amount of wall time = 371.751716 + 0: The maximum resident set size (KB) = 619796 -Test 054 regional_wofs PASS +Test 055 regional_wofs PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/rap_control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_27934/rap_control -Checking test 055 rap_control results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/rap_control +Checking test 056 rap_control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -2311,15 +2329,15 @@ Checking test 055 rap_control results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 440.993902 - 0: The maximum resident set size (KB) = 1046064 + 0: The total amount of wall time = 439.378145 + 0: The maximum resident set size (KB) = 1041528 -Test 055 rap_control PASS +Test 056 rap_control PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/rap_rrtmgp -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_27934/rap_rrtmgp -Checking test 056 rap_rrtmgp results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/rap_rrtmgp +Checking test 057 rap_rrtmgp results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -2365,15 +2383,15 @@ Checking test 056 rap_rrtmgp results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 471.821301 - 0: The maximum resident set size (KB) = 1208520 + 0: The total amount of wall time = 473.420332 + 0: The maximum resident set size (KB) = 1209796 -Test 056 rap_rrtmgp PASS +Test 057 rap_rrtmgp PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/regional_spp_sppt_shum_skeb -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_27934/regional_spp_sppt_shum_skeb -Checking test 057 regional_spp_sppt_shum_skeb results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/regional_spp_sppt_shum_skeb +Checking test 058 regional_spp_sppt_shum_skeb results .... Comparing dynf000.nc .........OK Comparing dynf001.nc .........OK Comparing phyf000.nc .........OK @@ -2383,15 +2401,15 @@ Checking test 057 regional_spp_sppt_shum_skeb results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF01 .........OK - 0: The total amount of wall time = 297.885136 - 0: The maximum resident set size (KB) = 1179256 + 0: The total amount of wall time = 294.467995 + 0: The maximum resident set size (KB) = 1174292 -Test 057 regional_spp_sppt_shum_skeb PASS +Test 058 regional_spp_sppt_shum_skeb PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/rap_control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_27934/rap_decomp -Checking test 058 rap_decomp results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/rap_decomp +Checking test 059 rap_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -2437,15 +2455,15 @@ Checking test 058 rap_decomp results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 461.000220 - 0: The maximum resident set size (KB) = 998128 + 0: The total amount of wall time = 462.616205 + 0: The maximum resident set size (KB) = 999952 -Test 058 rap_decomp PASS +Test 059 rap_decomp PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/rap_control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_27934/rap_2threads -Checking test 059 rap_2threads results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/rap_2threads +Checking test 060 rap_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -2491,15 +2509,15 @@ Checking test 059 rap_2threads results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 526.760109 - 0: The maximum resident set size (KB) = 1057220 + 0: The total amount of wall time = 524.199247 + 0: The maximum resident set size (KB) = 1060384 -Test 059 rap_2threads PASS +Test 060 rap_2threads PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/rap_control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_27934/rap_restart -Checking test 060 rap_restart results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/rap_restart +Checking test 061 rap_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK Comparing GFSFLX.GrbF24 .........OK @@ -2537,15 +2555,15 @@ Checking test 060 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.520303 - 0: The maximum resident set size (KB) = 963912 + 0: The total amount of wall time = 222.632885 + 0: The maximum resident set size (KB) = 963560 -Test 060 rap_restart PASS +Test 061 rap_restart PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/rap_sfcdiff -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_27934/rap_sfcdiff -Checking test 061 rap_sfcdiff results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/rap_sfcdiff +Checking test 062 rap_sfcdiff results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -2591,15 +2609,15 @@ Checking test 061 rap_sfcdiff results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 437.662337 - 0: The maximum resident set size (KB) = 1061008 + 0: The total amount of wall time = 438.765786 + 0: The maximum resident set size (KB) = 1057900 -Test 061 rap_sfcdiff PASS +Test 062 rap_sfcdiff PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/rap_sfcdiff -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_27934/rap_sfcdiff_decomp -Checking test 062 rap_sfcdiff_decomp results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/rap_sfcdiff_decomp +Checking test 063 rap_sfcdiff_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -2645,15 +2663,15 @@ Checking test 062 rap_sfcdiff_decomp results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 460.796300 - 0: The maximum resident set size (KB) = 998212 + 0: The total amount of wall time = 464.433283 + 0: The maximum resident set size (KB) = 1000668 -Test 062 rap_sfcdiff_decomp PASS +Test 063 rap_sfcdiff_decomp PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/rap_sfcdiff -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_27934/rap_sfcdiff_restart -Checking test 063 rap_sfcdiff_restart results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/rap_sfcdiff_restart +Checking test 064 rap_sfcdiff_restart results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK Comparing GFSFLX.GrbF12 .........OK @@ -2691,15 +2709,15 @@ Checking test 063 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 = 328.233240 - 0: The maximum resident set size (KB) = 985280 + 0: The total amount of wall time = 328.873088 + 0: The maximum resident set size (KB) = 987688 -Test 063 rap_sfcdiff_restart PASS +Test 064 rap_sfcdiff_restart PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/hrrr_control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_27934/hrrr_control -Checking test 064 hrrr_control results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/hrrr_control +Checking test 065 hrrr_control results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -2745,15 +2763,15 @@ Checking test 064 hrrr_control results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 422.223384 - 0: The maximum resident set size (KB) = 1060420 + 0: The total amount of wall time = 421.230832 + 0: The maximum resident set size (KB) = 1047560 -Test 064 hrrr_control PASS +Test 065 hrrr_control PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/hrrr_control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_27934/hrrr_control_decomp -Checking test 065 hrrr_control_decomp results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/hrrr_control_decomp +Checking test 066 hrrr_control_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -2799,15 +2817,15 @@ Checking test 065 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 = 441.406284 - 0: The maximum resident set size (KB) = 999520 + 0: The total amount of wall time = 441.312663 + 0: The maximum resident set size (KB) = 996020 -Test 065 hrrr_control_decomp PASS +Test 066 hrrr_control_decomp PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/hrrr_control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_27934/hrrr_control_2threads -Checking test 066 hrrr_control_2threads results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/hrrr_control_2threads +Checking test 067 hrrr_control_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -2853,15 +2871,15 @@ Checking test 066 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 = 496.417335 - 0: The maximum resident set size (KB) = 1059968 + 0: The total amount of wall time = 492.888097 + 0: The maximum resident set size (KB) = 1057640 -Test 066 hrrr_control_2threads PASS +Test 067 hrrr_control_2threads PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/hrrr_control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_27934/hrrr_control_restart -Checking test 067 hrrr_control_restart results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/hrrr_control_restart +Checking test 068 hrrr_control_restart results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK Comparing GFSFLX.GrbF12 .........OK @@ -2899,15 +2917,15 @@ Checking test 067 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 = 317.561464 - 0: The maximum resident set size (KB) = 979532 + 0: The total amount of wall time = 316.457914 + 0: The maximum resident set size (KB) = 980208 -Test 067 hrrr_control_restart PASS +Test 068 hrrr_control_restart PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/rrfs_v1beta -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_27934/rrfs_v1beta -Checking test 068 rrfs_v1beta results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/rrfs_v1beta +Checking test 069 rrfs_v1beta results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -2953,15 +2971,15 @@ Checking test 068 rrfs_v1beta results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 432.873723 - 0: The maximum resident set size (KB) = 1048972 + 0: The total amount of wall time = 431.276789 + 0: The maximum resident set size (KB) = 1046456 -Test 068 rrfs_v1beta PASS +Test 069 rrfs_v1beta PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/rrfs_v1nssl -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_27934/rrfs_v1nssl -Checking test 069 rrfs_v1nssl results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/rrfs_v1nssl +Checking test 070 rrfs_v1nssl results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -2975,15 +2993,15 @@ Checking test 069 rrfs_v1nssl results .... Comparing GFSPRS.GrbF09 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 516.202891 - 0: The maximum resident set size (KB) = 687152 + 0: The total amount of wall time = 514.395197 + 0: The maximum resident set size (KB) = 688012 -Test 069 rrfs_v1nssl PASS +Test 070 rrfs_v1nssl PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/rrfs_v1nssl_nohailnoccn -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_27934/rrfs_v1nssl_nohailnoccn -Checking test 070 rrfs_v1nssl_nohailnoccn results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/rrfs_v1nssl_nohailnoccn +Checking test 071 rrfs_v1nssl_nohailnoccn results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -2997,15 +3015,15 @@ Checking test 070 rrfs_v1nssl_nohailnoccn results .... Comparing GFSPRS.GrbF09 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 499.671996 - 0: The maximum resident set size (KB) = 746960 + 0: The total amount of wall time = 502.077088 + 0: The maximum resident set size (KB) = 752640 -Test 070 rrfs_v1nssl_nohailnoccn PASS +Test 071 rrfs_v1nssl_nohailnoccn PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/rrfs_conus13km_hrrr_warm -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_27934/rrfs_conus13km_hrrr_warm -Checking test 071 rrfs_conus13km_hrrr_warm results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/rrfs_conus13km_hrrr_warm +Checking test 072 rrfs_conus13km_hrrr_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing sfcf002.nc .........OK @@ -3013,15 +3031,15 @@ Checking test 071 rrfs_conus13km_hrrr_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 124.928901 - 0: The maximum resident set size (KB) = 925572 + 0: The total amount of wall time = 127.344308 + 0: The maximum resident set size (KB) = 924260 -Test 071 rrfs_conus13km_hrrr_warm PASS +Test 072 rrfs_conus13km_hrrr_warm PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/rrfs_smoke_conus13km_hrrr_warm -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_27934/rrfs_smoke_conus13km_hrrr_warm -Checking test 072 rrfs_smoke_conus13km_hrrr_warm results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/rrfs_smoke_conus13km_hrrr_warm +Checking test 073 rrfs_smoke_conus13km_hrrr_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing sfcf002.nc .........OK @@ -3029,15 +3047,15 @@ Checking test 072 rrfs_smoke_conus13km_hrrr_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 143.484595 - 0: The maximum resident set size (KB) = 956928 + 0: The total amount of wall time = 142.456734 + 0: The maximum resident set size (KB) = 961200 -Test 072 rrfs_smoke_conus13km_hrrr_warm PASS +Test 073 rrfs_smoke_conus13km_hrrr_warm PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/rrfs_conus13km_radar_tten_warm -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_27934/rrfs_conus13km_radar_tten_warm -Checking test 073 rrfs_conus13km_radar_tten_warm results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/rrfs_conus13km_radar_tten_warm +Checking test 074 rrfs_conus13km_radar_tten_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing sfcf002.nc .........OK @@ -3045,15 +3063,15 @@ Checking test 073 rrfs_conus13km_radar_tten_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 125.897445 - 0: The maximum resident set size (KB) = 934304 + 0: The total amount of wall time = 128.626754 + 0: The maximum resident set size (KB) = 931860 -Test 073 rrfs_conus13km_radar_tten_warm PASS +Test 074 rrfs_conus13km_radar_tten_warm PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/rrfs_conus13km_hrrr_warm -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_27934/rrfs_conus13km_hrrr_warm_2threads -Checking test 074 rrfs_conus13km_hrrr_warm_2threads results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/rrfs_conus13km_hrrr_warm_2threads +Checking test 075 rrfs_conus13km_hrrr_warm_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing sfcf002.nc .........OK @@ -3061,15 +3079,15 @@ Checking test 074 rrfs_conus13km_hrrr_warm_2threads results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 94.848570 - 0: The maximum resident set size (KB) = 894392 + 0: The total amount of wall time = 95.631661 + 0: The maximum resident set size (KB) = 905428 -Test 074 rrfs_conus13km_hrrr_warm_2threads PASS +Test 075 rrfs_conus13km_hrrr_warm_2threads PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/rrfs_conus13km_radar_tten_warm -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_27934/rrfs_conus13km_radar_tten_warm_2threads -Checking test 075 rrfs_conus13km_radar_tten_warm_2threads results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/rrfs_conus13km_radar_tten_warm_2threads +Checking test 076 rrfs_conus13km_radar_tten_warm_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing sfcf002.nc .........OK @@ -3077,15 +3095,15 @@ Checking test 075 rrfs_conus13km_radar_tten_warm_2threads results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 96.110703 - 0: The maximum resident set size (KB) = 901708 + 0: The total amount of wall time = 96.897435 + 0: The maximum resident set size (KB) = 898256 -Test 075 rrfs_conus13km_radar_tten_warm_2threads PASS +Test 076 rrfs_conus13km_radar_tten_warm_2threads PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/control_csawmg -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_27934/control_csawmg -Checking test 076 control_csawmg results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/control_csawmg +Checking test 077 control_csawmg results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -3095,15 +3113,15 @@ Checking test 076 control_csawmg results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 339.454428 - 0: The maximum resident set size (KB) = 726276 + 0: The total amount of wall time = 338.245787 + 0: The maximum resident set size (KB) = 720376 -Test 076 control_csawmg PASS +Test 077 control_csawmg PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/control_csawmgt -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_27934/control_csawmgt -Checking test 077 control_csawmgt results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/control_csawmgt +Checking test 078 control_csawmgt results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -3113,15 +3131,15 @@ Checking test 077 control_csawmgt results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 334.292292 - 0: The maximum resident set size (KB) = 726200 + 0: The total amount of wall time = 337.371481 + 0: The maximum resident set size (KB) = 722268 -Test 077 control_csawmgt PASS +Test 078 control_csawmgt PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/control_ras -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_27934/control_ras -Checking test 078 control_ras results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/control_ras +Checking test 079 control_ras results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -3131,83 +3149,83 @@ Checking test 078 control_ras results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 176.775163 - 0: The maximum resident set size (KB) = 718844 + 0: The total amount of wall time = 178.578949 + 0: The maximum resident set size (KB) = 710636 -Test 078 control_ras PASS +Test 079 control_ras PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/control_wam -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_27934/control_wam -Checking test 079 control_wam results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/control_wam +Checking test 080 control_wam results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK - 0: The total amount of wall time = 110.260776 - 0: The maximum resident set size (KB) = 632476 + 0: The total amount of wall time = 111.413593 + 0: The maximum resident set size (KB) = 632036 -Test 079 control_wam PASS +Test 080 control_wam PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/rrfs_conus13km_hrrr_warm_debugs -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_27934/rrfs_conus13km_hrrr_warm_debug -Checking test 080 rrfs_conus13km_hrrr_warm_debug results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/rrfs_conus13km_hrrr_warm_debug +Checking test 081 rrfs_conus13km_hrrr_warm_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 = 721.912387 - 0: The maximum resident set size (KB) = 949556 + 0: The total amount of wall time = 724.878071 + 0: The maximum resident set size (KB) = 954836 -Test 080 rrfs_conus13km_hrrr_warm_debug PASS +Test 081 rrfs_conus13km_hrrr_warm_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/rrfs_conus13km_radar_tten_warm_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_27934/rrfs_conus13km_radar_tten_warm_debug -Checking test 081 rrfs_conus13km_radar_tten_warm_debug results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/rrfs_conus13km_radar_tten_warm_debug +Checking test 082 rrfs_conus13km_radar_tten_warm_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 = 717.452913 - 0: The maximum resident set size (KB) = 961852 + 0: The total amount of wall time = 728.740742 + 0: The maximum resident set size (KB) = 971220 -Test 081 rrfs_conus13km_radar_tten_warm_debug PASS +Test 082 rrfs_conus13km_radar_tten_warm_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/control_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_27934/control_debug -Checking test 082 control_debug results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/control_debug +Checking test 083 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 = 151.869501 - 0: The maximum resident set size (KB) = 797148 + 0: The total amount of wall time = 154.395559 + 0: The maximum resident set size (KB) = 792876 -Test 082 control_debug PASS +Test 083 control_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/control_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_27934/control_2threads_debug -Checking test 083 control_2threads_debug results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/control_2threads_debug +Checking test 084 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 = 214.074938 - 0: The maximum resident set size (KB) = 831040 + 0: The total amount of wall time = 215.701079 + 0: The maximum resident set size (KB) = 831444 -Test 083 control_2threads_debug PASS +Test 084 control_2threads_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/control_CubedSphereGrid_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_27934/control_CubedSphereGrid_debug -Checking test 084 control_CubedSphereGrid_debug results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/control_CubedSphereGrid_debug +Checking test 085 control_CubedSphereGrid_debug results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK Comparing sfcf000.tile3.nc .........OK @@ -3233,349 +3251,349 @@ Checking test 084 control_CubedSphereGrid_debug results .... Comparing atmf001.tile5.nc .........OK Comparing atmf001.tile6.nc .........OK - 0: The total amount of wall time = 164.549272 - 0: The maximum resident set size (KB) = 793032 + 0: The total amount of wall time = 169.135334 + 0: The maximum resident set size (KB) = 798824 -Test 084 control_CubedSphereGrid_debug PASS +Test 085 control_CubedSphereGrid_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/control_wrtGauss_netcdf_parallel_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_27934/control_wrtGauss_netcdf_parallel_debug -Checking test 085 control_wrtGauss_netcdf_parallel_debug results .... - Comparing sfcf000.nc .........OK +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/control_wrtGauss_netcdf_parallel_debug +Checking test 086 control_wrtGauss_netcdf_parallel_debug results .... + Comparing sfcf000.nc ............ALT CHECK......OK Comparing sfcf001.nc .........OK - Comparing atmf000.nc ............ALT CHECK......OK + Comparing atmf000.nc .........OK Comparing atmf001.nc ............ALT CHECK......OK - 0: The total amount of wall time = 150.542931 - 0: The maximum resident set size (KB) = 789364 + 0: The total amount of wall time = 153.755843 + 0: The maximum resident set size (KB) = 793152 -Test 085 control_wrtGauss_netcdf_parallel_debug PASS +Test 086 control_wrtGauss_netcdf_parallel_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/control_stochy_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_27934/control_stochy_debug -Checking test 086 control_stochy_debug results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/control_stochy_debug +Checking test 087 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 = 170.304951 - 0: The maximum resident set size (KB) = 805624 + 0: The total amount of wall time = 173.817343 + 0: The maximum resident set size (KB) = 800220 -Test 086 control_stochy_debug PASS +Test 087 control_stochy_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/control_lndp_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_27934/control_lndp_debug -Checking test 087 control_lndp_debug results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/control_lndp_debug +Checking test 088 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 = 154.207157 - 0: The maximum resident set size (KB) = 798932 + 0: The total amount of wall time = 155.609058 + 0: The maximum resident set size (KB) = 803856 -Test 087 control_lndp_debug PASS +Test 088 control_lndp_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/control_csawmg_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_27934/control_csawmg_debug -Checking test 088 control_csawmg_debug results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/control_csawmg_debug +Checking test 089 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 = 235.518952 - 0: The maximum resident set size (KB) = 842500 + 0: The total amount of wall time = 234.972048 + 0: The maximum resident set size (KB) = 849968 -Test 088 control_csawmg_debug PASS +Test 089 control_csawmg_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/control_csawmgt_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_27934/control_csawmgt_debug -Checking test 089 control_csawmgt_debug results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/control_csawmgt_debug +Checking test 090 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 = 232.979521 - 0: The maximum resident set size (KB) = 851608 + 0: The total amount of wall time = 232.235076 + 0: The maximum resident set size (KB) = 853012 -Test 089 control_csawmgt_debug PASS +Test 090 control_csawmgt_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/control_ras_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_27934/control_ras_debug -Checking test 090 control_ras_debug results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/control_ras_debug +Checking test 091 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 = 155.941373 - 0: The maximum resident set size (KB) = 804996 + 0: The total amount of wall time = 160.487044 + 0: The maximum resident set size (KB) = 807680 -Test 090 control_ras_debug PASS +Test 091 control_ras_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/control_diag_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_27934/control_diag_debug -Checking test 091 control_diag_debug results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/control_diag_debug +Checking test 092 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 = 165.133690 - 0: The maximum resident set size (KB) = 847116 + 0: The total amount of wall time = 165.439230 + 0: The maximum resident set size (KB) = 854796 -Test 091 control_diag_debug PASS +Test 092 control_diag_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/control_debug_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_27934/control_debug_p8 -Checking test 092 control_debug_p8 results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/control_debug_p8 +Checking test 093 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 = 174.041003 - 0: The maximum resident set size (KB) = 1632252 + 0: The total amount of wall time = 172.649909 + 0: The maximum resident set size (KB) = 1623088 -Test 092 control_debug_p8 PASS +Test 093 control_debug_p8 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/regional_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_27934/regional_debug -Checking test 093 regional_debug results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/regional_debug +Checking test 094 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 = 968.158469 - 0: The maximum resident set size (KB) = 887488 + 0: The total amount of wall time = 996.605061 + 0: The maximum resident set size (KB) = 881056 -Test 093 regional_debug PASS +Test 094 regional_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/rap_control_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_27934/rap_control_debug -Checking test 094 rap_control_debug results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/rap_control_debug +Checking test 095 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 = 279.717960 - 0: The maximum resident set size (KB) = 1175196 + 0: The total amount of wall time = 279.576082 + 0: The maximum resident set size (KB) = 1169820 -Test 094 rap_control_debug PASS +Test 095 rap_control_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/hrrr_control_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_27934/hrrr_control_debug -Checking test 095 hrrr_control_debug results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/hrrr_control_debug +Checking test 096 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 = 271.731361 - 0: The maximum resident set size (KB) = 1162960 + 0: The total amount of wall time = 271.780057 + 0: The maximum resident set size (KB) = 1173180 -Test 095 hrrr_control_debug PASS +Test 096 hrrr_control_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/rap_control_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_27934/rap_unified_drag_suite_debug -Checking test 096 rap_unified_drag_suite_debug results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/rap_unified_drag_suite_debug +Checking test 097 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 = 272.985665 - 0: The maximum resident set size (KB) = 1169608 + 0: The total amount of wall time = 275.395276 + 0: The maximum resident set size (KB) = 1179948 -Test 096 rap_unified_drag_suite_debug PASS +Test 097 rap_unified_drag_suite_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/rap_diag_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_27934/rap_diag_debug -Checking test 097 rap_diag_debug results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/rap_diag_debug +Checking test 098 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 = 293.899942 - 0: The maximum resident set size (KB) = 1255456 + 0: The total amount of wall time = 295.693803 + 0: The maximum resident set size (KB) = 1262096 -Test 097 rap_diag_debug PASS +Test 098 rap_diag_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/rap_cires_ugwp_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_27934/rap_cires_ugwp_debug -Checking test 098 rap_cires_ugwp_debug results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/rap_cires_ugwp_debug +Checking test 099 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 = 279.669519 - 0: The maximum resident set size (KB) = 1165880 + 0: The total amount of wall time = 283.239323 + 0: The maximum resident set size (KB) = 1172672 -Test 098 rap_cires_ugwp_debug PASS +Test 099 rap_cires_ugwp_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/rap_cires_ugwp_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_27934/rap_unified_ugwp_debug -Checking test 099 rap_unified_ugwp_debug results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/rap_unified_ugwp_debug +Checking test 100 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 = 270.511295 - 0: The maximum resident set size (KB) = 1175588 + 0: The total amount of wall time = 282.870018 + 0: The maximum resident set size (KB) = 1174112 -Test 099 rap_unified_ugwp_debug PASS +Test 100 rap_unified_ugwp_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/rap_lndp_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_27934/rap_lndp_debug -Checking test 100 rap_lndp_debug results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/rap_lndp_debug +Checking test 101 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 = 271.901703 - 0: The maximum resident set size (KB) = 1174044 + 0: The total amount of wall time = 277.495764 + 0: The maximum resident set size (KB) = 1171796 -Test 100 rap_lndp_debug PASS +Test 101 rap_lndp_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/rap_flake_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_27934/rap_flake_debug -Checking test 101 rap_flake_debug results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/rap_flake_debug +Checking test 102 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 = 278.457938 - 0: The maximum resident set size (KB) = 1170520 + 0: The total amount of wall time = 276.050860 + 0: The maximum resident set size (KB) = 1174272 -Test 101 rap_flake_debug PASS +Test 102 rap_flake_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/rap_progcld_thompson_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_27934/rap_progcld_thompson_debug -Checking test 102 rap_progcld_thompson_debug results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/rap_progcld_thompson_debug +Checking test 103 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 = 270.933061 - 0: The maximum resident set size (KB) = 1171000 + 0: The total amount of wall time = 270.134104 + 0: The maximum resident set size (KB) = 1177936 -Test 102 rap_progcld_thompson_debug PASS +Test 103 rap_progcld_thompson_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/rap_noah_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_27934/rap_noah_debug -Checking test 103 rap_noah_debug results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/rap_noah_debug +Checking test 104 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 = 275.344449 - 0: The maximum resident set size (KB) = 1166980 + 0: The total amount of wall time = 272.365128 + 0: The maximum resident set size (KB) = 1173104 -Test 103 rap_noah_debug PASS +Test 104 rap_noah_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/rap_rrtmgp_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_27934/rap_rrtmgp_debug -Checking test 104 rap_rrtmgp_debug results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/rap_rrtmgp_debug +Checking test 105 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 = 465.271947 - 0: The maximum resident set size (KB) = 1300984 + 0: The total amount of wall time = 457.993347 + 0: The maximum resident set size (KB) = 1296480 -Test 104 rap_rrtmgp_debug PASS +Test 105 rap_rrtmgp_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/rap_sfcdiff_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_27934/rap_sfcdiff_debug -Checking test 105 rap_sfcdiff_debug results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/rap_sfcdiff_debug +Checking test 106 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 = 279.604385 - 0: The maximum resident set size (KB) = 1175020 + 0: The total amount of wall time = 276.502492 + 0: The maximum resident set size (KB) = 1180836 -Test 105 rap_sfcdiff_debug PASS +Test 106 rap_sfcdiff_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/rap_noah_sfcdiff_cires_ugwp_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_27934/rap_noah_sfcdiff_cires_ugwp_debug -Checking test 106 rap_noah_sfcdiff_cires_ugwp_debug results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/rap_noah_sfcdiff_cires_ugwp_debug +Checking test 107 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 = 445.433485 - 0: The maximum resident set size (KB) = 1169384 + 0: The total amount of wall time = 450.291646 + 0: The maximum resident set size (KB) = 1164988 -Test 106 rap_noah_sfcdiff_cires_ugwp_debug PASS +Test 107 rap_noah_sfcdiff_cires_ugwp_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/rrfs_v1beta_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_27934/rrfs_v1beta_debug -Checking test 107 rrfs_v1beta_debug results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/rrfs_v1beta_debug +Checking test 108 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 = 275.154016 - 0: The maximum resident set size (KB) = 1168884 + 0: The total amount of wall time = 268.234823 + 0: The maximum resident set size (KB) = 1172080 -Test 107 rrfs_v1beta_debug PASS +Test 108 rrfs_v1beta_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/control_wam_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_27934/control_wam_debug -Checking test 108 control_wam_debug results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/control_wam_debug +Checking test 109 control_wam_debug results .... Comparing sfcf019.nc .........OK Comparing atmf019.nc .........OK - 0: The total amount of wall time = 280.051689 - 0: The maximum resident set size (KB) = 529200 + 0: The total amount of wall time = 277.270189 + 0: The maximum resident set size (KB) = 521008 -Test 108 control_wam_debug PASS +Test 109 control_wam_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/regional_spp_sppt_shum_skeb_dyn32_phy32 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_27934/regional_spp_sppt_shum_skeb_dyn32_phy32 -Checking test 109 regional_spp_sppt_shum_skeb_dyn32_phy32 results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/regional_spp_sppt_shum_skeb_dyn32_phy32 +Checking test 110 regional_spp_sppt_shum_skeb_dyn32_phy32 results .... Comparing dynf000.nc .........OK Comparing dynf001.nc .........OK Comparing phyf000.nc .........OK @@ -3585,15 +3603,15 @@ Checking test 109 regional_spp_sppt_shum_skeb_dyn32_phy32 results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF01 .........OK - 0: The total amount of wall time = 268.503062 - 0: The maximum resident set size (KB) = 1085068 + 0: The total amount of wall time = 268.921698 + 0: The maximum resident set size (KB) = 1080172 -Test 109 regional_spp_sppt_shum_skeb_dyn32_phy32 PASS +Test 110 regional_spp_sppt_shum_skeb_dyn32_phy32 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/rap_control_dyn32_phy32 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_27934/rap_control_dyn32_phy32 -Checking test 110 rap_control_dyn32_phy32 results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/rap_control_dyn32_phy32 +Checking test 111 rap_control_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -3639,15 +3657,15 @@ Checking test 110 rap_control_dyn32_phy32 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 354.041684 - 0: The maximum resident set size (KB) = 1002772 + 0: The total amount of wall time = 354.014853 + 0: The maximum resident set size (KB) = 998164 -Test 110 rap_control_dyn32_phy32 PASS +Test 111 rap_control_dyn32_phy32 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/hrrr_control_dyn32_phy32 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_27934/hrrr_control_dyn32_phy32 -Checking test 111 hrrr_control_dyn32_phy32 results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/hrrr_control_dyn32_phy32 +Checking test 112 hrrr_control_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -3693,15 +3711,15 @@ Checking test 111 hrrr_control_dyn32_phy32 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 184.227959 - 0: The maximum resident set size (KB) = 947648 + 0: The total amount of wall time = 185.004601 + 0: The maximum resident set size (KB) = 951288 -Test 111 hrrr_control_dyn32_phy32 PASS +Test 112 hrrr_control_dyn32_phy32 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/rap_control_dyn32_phy32 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_27934/rap_2threads_dyn32_phy32 -Checking test 112 rap_2threads_dyn32_phy32 results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/rap_2threads_dyn32_phy32 +Checking test 113 rap_2threads_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -3747,15 +3765,15 @@ Checking test 112 rap_2threads_dyn32_phy32 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 431.949438 - 0: The maximum resident set size (KB) = 929412 + 0: The total amount of wall time = 429.645581 + 0: The maximum resident set size (KB) = 926968 -Test 112 rap_2threads_dyn32_phy32 PASS +Test 113 rap_2threads_dyn32_phy32 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/hrrr_control_dyn32_phy32 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_27934/hrrr_control_2threads_dyn32_phy32 -Checking test 113 hrrr_control_2threads_dyn32_phy32 results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/hrrr_control_2threads_dyn32_phy32 +Checking test 114 hrrr_control_2threads_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -3801,15 +3819,15 @@ Checking test 113 hrrr_control_2threads_dyn32_phy32 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 219.471163 - 0: The maximum resident set size (KB) = 925748 + 0: The total amount of wall time = 220.771674 + 0: The maximum resident set size (KB) = 925840 -Test 113 hrrr_control_2threads_dyn32_phy32 PASS +Test 114 hrrr_control_2threads_dyn32_phy32 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/hrrr_control_dyn32_phy32 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_27934/hrrr_control_decomp_dyn32_phy32 -Checking test 114 hrrr_control_decomp_dyn32_phy32 results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/hrrr_control_decomp_dyn32_phy32 +Checking test 115 hrrr_control_decomp_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -3855,15 +3873,15 @@ Checking test 114 hrrr_control_decomp_dyn32_phy32 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 194.885177 - 0: The maximum resident set size (KB) = 893972 + 0: The total amount of wall time = 194.070925 + 0: The maximum resident set size (KB) = 900016 -Test 114 hrrr_control_decomp_dyn32_phy32 PASS +Test 115 hrrr_control_decomp_dyn32_phy32 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/rap_control_dyn32_phy32 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_27934/rap_restart_dyn32_phy32 -Checking test 115 rap_restart_dyn32_phy32 results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/rap_restart_dyn32_phy32 +Checking test 116 rap_restart_dyn32_phy32 results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK Comparing GFSFLX.GrbF12 .........OK @@ -3901,15 +3919,15 @@ Checking test 115 rap_restart_dyn32_phy32 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 278.707771 - 0: The maximum resident set size (KB) = 944596 + 0: The total amount of wall time = 265.578686 + 0: The maximum resident set size (KB) = 945328 -Test 115 rap_restart_dyn32_phy32 PASS +Test 116 rap_restart_dyn32_phy32 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/hrrr_control_dyn32_phy32 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_27934/hrrr_control_restart_dyn32_phy32 -Checking test 116 hrrr_control_restart_dyn32_phy32 results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/hrrr_control_restart_dyn32_phy32 +Checking test 117 hrrr_control_restart_dyn32_phy32 results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK Comparing GFSFLX.GrbF12 .........OK @@ -3947,15 +3965,15 @@ Checking test 116 hrrr_control_restart_dyn32_phy32 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 94.533212 - 0: The maximum resident set size (KB) = 863296 + 0: The total amount of wall time = 94.679299 + 0: The maximum resident set size (KB) = 858560 -Test 116 hrrr_control_restart_dyn32_phy32 PASS +Test 117 hrrr_control_restart_dyn32_phy32 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/rap_control_dyn64_phy32 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_27934/rap_control_dyn64_phy32 -Checking test 117 rap_control_dyn64_phy32 results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/rap_control_dyn64_phy32 +Checking test 118 rap_control_dyn64_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -4001,82 +4019,82 @@ Checking test 117 rap_control_dyn64_phy32 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 230.856236 - 0: The maximum resident set size (KB) = 961148 + 0: The total amount of wall time = 231.379258 + 0: The maximum resident set size (KB) = 968828 -Test 117 rap_control_dyn64_phy32 PASS +Test 118 rap_control_dyn64_phy32 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/rap_control_debug_dyn32_phy32 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_27934/rap_control_debug_dyn32_phy32 -Checking test 118 rap_control_debug_dyn32_phy32 results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/rap_control_debug_dyn32_phy32 +Checking test 119 rap_control_debug_dyn32_phy32 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.267075 - 0: The maximum resident set size (KB) = 1056008 + 0: The total amount of wall time = 269.245350 + 0: The maximum resident set size (KB) = 1055476 -Test 118 rap_control_debug_dyn32_phy32 PASS +Test 119 rap_control_debug_dyn32_phy32 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/hrrr_control_debug_dyn32_phy32 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_27934/hrrr_control_debug_dyn32_phy32 -Checking test 119 hrrr_control_debug_dyn32_phy32 results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/hrrr_control_debug_dyn32_phy32 +Checking test 120 hrrr_control_debug_dyn32_phy32 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.914532 - 0: The maximum resident set size (KB) = 1055372 + 0: The total amount of wall time = 265.376475 + 0: The maximum resident set size (KB) = 1053772 -Test 119 hrrr_control_debug_dyn32_phy32 PASS +Test 120 hrrr_control_debug_dyn32_phy32 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/rap_control_debug_dyn64_phy32 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_27934/rap_control_dyn64_phy32_debug -Checking test 120 rap_control_dyn64_phy32_debug results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/rap_control_dyn64_phy32_debug +Checking test 121 rap_control_dyn64_phy32_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 = 271.743926 - 0: The maximum resident set size (KB) = 1097620 + 0: The total amount of wall time = 280.109764 + 0: The maximum resident set size (KB) = 1104060 -Test 120 rap_control_dyn64_phy32_debug PASS +Test 121 rap_control_dyn64_phy32_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/hafs_regional_atm -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_27934/hafs_regional_atm -Checking test 121 hafs_regional_atm results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/hafs_regional_atm +Checking test 122 hafs_regional_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing HURPRS.GrbF06 .........OK - 0: The total amount of wall time = 306.993668 - 0: The maximum resident set size (KB) = 973408 + 0: The total amount of wall time = 307.887917 + 0: The maximum resident set size (KB) = 974948 -Test 121 hafs_regional_atm PASS +Test 122 hafs_regional_atm PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/hafs_regional_atm_thompson_gfdlsf -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_27934/hafs_regional_atm_thompson_gfdlsf -Checking test 122 hafs_regional_atm_thompson_gfdlsf results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/hafs_regional_atm_thompson_gfdlsf +Checking test 123 hafs_regional_atm_thompson_gfdlsf results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK - 0: The total amount of wall time = 385.569397 - 0: The maximum resident set size (KB) = 1349316 + 0: The total amount of wall time = 386.827403 + 0: The maximum resident set size (KB) = 1342340 -Test 122 hafs_regional_atm_thompson_gfdlsf PASS +Test 123 hafs_regional_atm_thompson_gfdlsf PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/hafs_regional_atm_ocn -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_27934/hafs_regional_atm_ocn -Checking test 123 hafs_regional_atm_ocn results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/hafs_regional_atm_ocn +Checking test 124 hafs_regional_atm_ocn results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing archv.2019_241_06.a .........OK @@ -4084,15 +4102,15 @@ Checking test 123 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 = 385.357811 - 0: The maximum resident set size (KB) = 1198568 + 0: The total amount of wall time = 387.284915 + 0: The maximum resident set size (KB) = 1198152 -Test 123 hafs_regional_atm_ocn PASS +Test 124 hafs_regional_atm_ocn PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/hafs_regional_atm_wav -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_27934/hafs_regional_atm_wav -Checking test 124 hafs_regional_atm_wav results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/hafs_regional_atm_wav +Checking test 125 hafs_regional_atm_wav results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing out_grd.ww3 .........OK @@ -4100,15 +4118,15 @@ Checking test 124 hafs_regional_atm_wav results .... Comparing 20190829.060000.restart.ww3 .........OK Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK - 0: The total amount of wall time = 715.341741 - 0: The maximum resident set size (KB) = 1221696 + 0: The total amount of wall time = 725.414751 + 0: The maximum resident set size (KB) = 1223732 -Test 124 hafs_regional_atm_wav PASS +Test 125 hafs_regional_atm_wav PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/hafs_regional_atm_ocn_wav -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_27934/hafs_regional_atm_ocn_wav -Checking test 125 hafs_regional_atm_ocn_wav results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/hafs_regional_atm_ocn_wav +Checking test 126 hafs_regional_atm_ocn_wav results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing archv.2019_241_06.a .........OK @@ -4118,29 +4136,29 @@ Checking test 125 hafs_regional_atm_ocn_wav results .... Comparing 20190829.060000.restart.ww3 .........OK Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK - 0: The total amount of wall time = 816.032107 - 0: The maximum resident set size (KB) = 1239416 + 0: The total amount of wall time = 811.914285 + 0: The maximum resident set size (KB) = 1243340 -Test 125 hafs_regional_atm_ocn_wav PASS +Test 126 hafs_regional_atm_ocn_wav PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/hafs_regional_1nest_atm -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_27934/hafs_regional_1nest_atm -Checking test 126 hafs_regional_1nest_atm results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/hafs_regional_1nest_atm +Checking test 127 hafs_regional_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 = 468.011149 - 0: The maximum resident set size (KB) = 533784 + 0: The total amount of wall time = 468.001869 + 0: The maximum resident set size (KB) = 534672 -Test 126 hafs_regional_1nest_atm PASS +Test 127 hafs_regional_1nest_atm PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/hafs_regional_telescopic_2nests_atm -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_27934/hafs_regional_telescopic_2nests_atm -Checking test 127 hafs_regional_telescopic_2nests_atm results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/hafs_regional_telescopic_2nests_atm +Checking test 128 hafs_regional_telescopic_2nests_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK @@ -4148,29 +4166,29 @@ Checking test 127 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 = 513.861518 - 0: The maximum resident set size (KB) = 579700 + 0: The total amount of wall time = 516.106080 + 0: The maximum resident set size (KB) = 590308 -Test 127 hafs_regional_telescopic_2nests_atm PASS +Test 128 hafs_regional_telescopic_2nests_atm PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/hafs_global_1nest_atm -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_27934/hafs_global_1nest_atm -Checking test 128 hafs_global_1nest_atm results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/hafs_global_1nest_atm +Checking test 129 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 = 214.129346 - 0: The maximum resident set size (KB) = 382096 + 0: The total amount of wall time = 215.470919 + 0: The maximum resident set size (KB) = 383400 -Test 128 hafs_global_1nest_atm PASS +Test 129 hafs_global_1nest_atm PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/hafs_global_multiple_4nests_atm -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_27934/hafs_global_multiple_4nests_atm -Checking test 129 hafs_global_multiple_4nests_atm results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/hafs_global_multiple_4nests_atm +Checking test 130 hafs_global_multiple_4nests_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK @@ -4187,15 +4205,15 @@ Checking test 129 hafs_global_multiple_4nests_atm results .... Comparing HURPRS.GrbF06.nest04 .........OK Comparing HURPRS.GrbF06.nest05 .........OK - 0: The total amount of wall time = 587.846684 - 0: The maximum resident set size (KB) = 411988 + 0: The total amount of wall time = 586.671671 + 0: The maximum resident set size (KB) = 419748 -Test 129 hafs_global_multiple_4nests_atm PASS +Test 130 hafs_global_multiple_4nests_atm PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/hafs_regional_specified_moving_1nest_atm -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_27934/hafs_regional_specified_moving_1nest_atm -Checking test 130 hafs_regional_specified_moving_1nest_atm results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/hafs_regional_specified_moving_1nest_atm +Checking test 131 hafs_regional_specified_moving_1nest_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK @@ -4203,29 +4221,29 @@ Checking test 130 hafs_regional_specified_moving_1nest_atm results .... Comparing HURPRS.GrbF06 .........OK Comparing HURPRS.GrbF06.nest02 .........OK - 0: The total amount of wall time = 278.106404 - 0: The maximum resident set size (KB) = 535704 + 0: The total amount of wall time = 278.485291 + 0: The maximum resident set size (KB) = 546788 -Test 130 hafs_regional_specified_moving_1nest_atm PASS +Test 131 hafs_regional_specified_moving_1nest_atm PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/hafs_regional_storm_following_1nest_atm -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_27934/hafs_regional_storm_following_1nest_atm -Checking test 131 hafs_regional_storm_following_1nest_atm results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/hafs_regional_storm_following_1nest_atm +Checking test 132 hafs_regional_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 = 266.939615 - 0: The maximum resident set size (KB) = 543124 + 0: The total amount of wall time = 266.737392 + 0: The maximum resident set size (KB) = 544332 -Test 131 hafs_regional_storm_following_1nest_atm PASS +Test 132 hafs_regional_storm_following_1nest_atm PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/hafs_regional_storm_following_1nest_atm_ocn -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_27934/hafs_regional_storm_following_1nest_atm_ocn -Checking test 132 hafs_regional_storm_following_1nest_atm_ocn results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/hafs_regional_storm_following_1nest_atm_ocn +Checking test 133 hafs_regional_storm_following_1nest_atm_ocn results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK @@ -4233,15 +4251,15 @@ Checking test 132 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 = 277.643768 - 0: The maximum resident set size (KB) = 612028 + 0: The total amount of wall time = 272.802520 + 0: The maximum resident set size (KB) = 616828 -Test 132 hafs_regional_storm_following_1nest_atm_ocn PASS +Test 133 hafs_regional_storm_following_1nest_atm_ocn PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/hafs_regional_storm_following_1nest_atm_ocn_wav -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_27934/hafs_regional_storm_following_1nest_atm_ocn_wav -Checking test 133 hafs_regional_storm_following_1nest_atm_ocn_wav results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/hafs_regional_storm_following_1nest_atm_ocn_wav +Checking test 134 hafs_regional_storm_following_1nest_atm_ocn_wav results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK @@ -4251,176 +4269,176 @@ Checking test 133 hafs_regional_storm_following_1nest_atm_ocn_wav results .... Comparing out_grd.ww3 .........OK Comparing out_pnt.ww3 .........OK - 0: The total amount of wall time = 632.056422 - 0: The maximum resident set size (KB) = 615352 + 0: The total amount of wall time = 627.627603 + 0: The maximum resident set size (KB) = 594288 -Test 133 hafs_regional_storm_following_1nest_atm_ocn_wav PASS +Test 134 hafs_regional_storm_following_1nest_atm_ocn_wav PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/hafs_global_storm_following_1nest_atm -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_27934/hafs_global_storm_following_1nest_atm -Checking test 134 hafs_global_storm_following_1nest_atm results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/hafs_global_storm_following_1nest_atm +Checking test 135 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 = 79.678019 - 0: The maximum resident set size (KB) = 392624 + 0: The total amount of wall time = 79.942599 + 0: The maximum resident set size (KB) = 400704 -Test 134 hafs_global_storm_following_1nest_atm PASS +Test 135 hafs_global_storm_following_1nest_atm PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/hafs_regional_docn -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_27934/hafs_regional_docn -Checking test 135 hafs_regional_docn results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/hafs_regional_docn +Checking test 136 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 = 385.152052 - 0: The maximum resident set size (KB) = 1202572 + 0: The total amount of wall time = 386.663446 + 0: The maximum resident set size (KB) = 1202396 -Test 135 hafs_regional_docn PASS +Test 136 hafs_regional_docn PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/hafs_regional_docn_oisst -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_27934/hafs_regional_docn_oisst -Checking test 136 hafs_regional_docn_oisst results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/hafs_regional_docn_oisst +Checking test 137 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 = 385.456800 - 0: The maximum resident set size (KB) = 1194176 + 0: The total amount of wall time = 383.445630 + 0: The maximum resident set size (KB) = 1198932 -Test 136 hafs_regional_docn_oisst PASS +Test 137 hafs_regional_docn_oisst PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/hafs_regional_datm_cdeps -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_27934/hafs_regional_datm_cdeps -Checking test 137 hafs_regional_datm_cdeps results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/hafs_regional_datm_cdeps +Checking test 138 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 = 948.322929 - 0: The maximum resident set size (KB) = 1042532 + 0: The total amount of wall time = 937.216760 + 0: The maximum resident set size (KB) = 1037716 -Test 137 hafs_regional_datm_cdeps PASS +Test 138 hafs_regional_datm_cdeps PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/datm_cdeps_control_cfsr -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_27934/datm_cdeps_control_cfsr -Checking test 138 datm_cdeps_control_cfsr results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/datm_cdeps_control_cfsr +Checking test 139 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 = 157.807104 - 0: The maximum resident set size (KB) = 1066324 + 0: The total amount of wall time = 156.446417 + 0: The maximum resident set size (KB) = 1076372 -Test 138 datm_cdeps_control_cfsr PASS +Test 139 datm_cdeps_control_cfsr PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/datm_cdeps_control_cfsr -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_27934/datm_cdeps_restart_cfsr -Checking test 139 datm_cdeps_restart_cfsr results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/datm_cdeps_restart_cfsr +Checking test 140 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 = 92.142194 - 0: The maximum resident set size (KB) = 1018064 + 0: The total amount of wall time = 92.993115 + 0: The maximum resident set size (KB) = 1019016 -Test 139 datm_cdeps_restart_cfsr PASS +Test 140 datm_cdeps_restart_cfsr PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/datm_cdeps_control_gefs -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_27934/datm_cdeps_control_gefs -Checking test 140 datm_cdeps_control_gefs results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/datm_cdeps_control_gefs +Checking test 141 datm_cdeps_control_gefs results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS_NEW.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 150.175716 - 0: The maximum resident set size (KB) = 960768 + 0: The total amount of wall time = 153.732145 + 0: The maximum resident set size (KB) = 970344 -Test 140 datm_cdeps_control_gefs PASS +Test 141 datm_cdeps_control_gefs PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/datm_cdeps_iau_gefs -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_27934/datm_cdeps_iau_gefs -Checking test 141 datm_cdeps_iau_gefs results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/datm_cdeps_iau_gefs +Checking test 142 datm_cdeps_iau_gefs results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS_NEW.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 151.258348 - 0: The maximum resident set size (KB) = 970464 + 0: The total amount of wall time = 155.942543 + 0: The maximum resident set size (KB) = 965628 -Test 141 datm_cdeps_iau_gefs PASS +Test 142 datm_cdeps_iau_gefs PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/datm_cdeps_stochy_gefs -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_27934/datm_cdeps_stochy_gefs -Checking test 142 datm_cdeps_stochy_gefs results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/datm_cdeps_stochy_gefs +Checking test 143 datm_cdeps_stochy_gefs results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS_NEW.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 152.811143 - 0: The maximum resident set size (KB) = 966080 + 0: The total amount of wall time = 157.469656 + 0: The maximum resident set size (KB) = 967576 -Test 142 datm_cdeps_stochy_gefs PASS +Test 143 datm_cdeps_stochy_gefs PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/datm_cdeps_ciceC_cfsr -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_27934/datm_cdeps_ciceC_cfsr -Checking test 143 datm_cdeps_ciceC_cfsr results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/datm_cdeps_ciceC_cfsr +Checking test 144 datm_cdeps_ciceC_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 = 155.514138 - 0: The maximum resident set size (KB) = 1064660 + 0: The total amount of wall time = 154.851073 + 0: The maximum resident set size (KB) = 1051708 -Test 143 datm_cdeps_ciceC_cfsr PASS +Test 144 datm_cdeps_ciceC_cfsr PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/datm_cdeps_bulk_cfsr -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_27934/datm_cdeps_bulk_cfsr -Checking test 144 datm_cdeps_bulk_cfsr results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/datm_cdeps_bulk_cfsr +Checking test 145 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 = 156.822703 - 0: The maximum resident set size (KB) = 1060228 + 0: The total amount of wall time = 156.455500 + 0: The maximum resident set size (KB) = 1074000 -Test 144 datm_cdeps_bulk_cfsr PASS +Test 145 datm_cdeps_bulk_cfsr PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/datm_cdeps_bulk_gefs -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_27934/datm_cdeps_bulk_gefs -Checking test 145 datm_cdeps_bulk_gefs results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/datm_cdeps_bulk_gefs +Checking test 146 datm_cdeps_bulk_gefs results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS_NEW.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 151.951637 - 0: The maximum resident set size (KB) = 961932 + 0: The total amount of wall time = 148.229541 + 0: The maximum resident set size (KB) = 959372 -Test 145 datm_cdeps_bulk_gefs PASS +Test 146 datm_cdeps_bulk_gefs PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/datm_cdeps_mx025_cfsr -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_27934/datm_cdeps_mx025_cfsr -Checking test 146 datm_cdeps_mx025_cfsr results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/datm_cdeps_mx025_cfsr +Checking test 147 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 @@ -4428,15 +4446,15 @@ Checking test 146 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 = 433.772239 - 0: The maximum resident set size (KB) = 876536 + 0: The total amount of wall time = 428.052723 + 0: The maximum resident set size (KB) = 883312 -Test 146 datm_cdeps_mx025_cfsr PASS +Test 147 datm_cdeps_mx025_cfsr PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/datm_cdeps_mx025_gefs -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_27934/datm_cdeps_mx025_gefs -Checking test 147 datm_cdeps_mx025_gefs results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/datm_cdeps_mx025_gefs +Checking test 148 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 @@ -4444,65 +4462,65 @@ Checking test 147 datm_cdeps_mx025_gefs results .... Comparing RESTART/iced.2011-10-01-43200.nc .........OK Comparing RESTART/DATM_GEFS_NEW.cpl.r.2011-10-01-43200.nc .........OK - 0: The total amount of wall time = 431.739726 - 0: The maximum resident set size (KB) = 942700 + 0: The total amount of wall time = 432.996581 + 0: The maximum resident set size (KB) = 931372 -Test 147 datm_cdeps_mx025_gefs PASS +Test 148 datm_cdeps_mx025_gefs PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/datm_cdeps_control_cfsr -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_27934/datm_cdeps_multiple_files_cfsr -Checking test 148 datm_cdeps_multiple_files_cfsr results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/datm_cdeps_multiple_files_cfsr +Checking test 149 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 = 155.713110 - 0: The maximum resident set size (KB) = 1070976 + 0: The total amount of wall time = 157.584565 + 0: The maximum resident set size (KB) = 1082616 -Test 148 datm_cdeps_multiple_files_cfsr PASS +Test 149 datm_cdeps_multiple_files_cfsr PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/datm_cdeps_3072x1536_cfsr -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_27934/datm_cdeps_3072x1536_cfsr -Checking test 149 datm_cdeps_3072x1536_cfsr results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/datm_cdeps_3072x1536_cfsr +Checking test 150 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 = 206.186245 - 0: The maximum resident set size (KB) = 2361804 + 0: The total amount of wall time = 202.695803 + 0: The maximum resident set size (KB) = 2365740 -Test 149 datm_cdeps_3072x1536_cfsr PASS +Test 150 datm_cdeps_3072x1536_cfsr PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/datm_cdeps_gfs -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_27934/datm_cdeps_gfs -Checking test 150 datm_cdeps_gfs results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/datm_cdeps_gfs +Checking test 151 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 = 217.403455 - 0: The maximum resident set size (KB) = 2309040 + 0: The total amount of wall time = 210.324675 + 0: The maximum resident set size (KB) = 2363572 -Test 150 datm_cdeps_gfs PASS +Test 151 datm_cdeps_gfs PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/datm_cdeps_debug_cfsr -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_27934/datm_cdeps_debug_cfsr -Checking test 151 datm_cdeps_debug_cfsr results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/datm_cdeps_debug_cfsr +Checking test 152 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 = 457.075642 - 0: The maximum resident set size (KB) = 1014616 + 0: The total amount of wall time = 454.517774 + 0: The maximum resident set size (KB) = 991708 -Test 151 datm_cdeps_debug_cfsr PASS +Test 152 datm_cdeps_debug_cfsr PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/datm_cdeps_lnd_gswp3 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_27934/datm_cdeps_lnd_gswp3 -Checking test 152 datm_cdeps_lnd_gswp3 results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/datm_cdeps_lnd_gswp3 +Checking test 153 datm_cdeps_lnd_gswp3 results .... Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile1.nc .........OK Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile2.nc .........OK Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile3.nc .........OK @@ -4510,15 +4528,15 @@ Checking test 152 datm_cdeps_lnd_gswp3 results .... Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile5.nc .........OK Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile6.nc .........OK - 0: The total amount of wall time = 6.245529 - 0: The maximum resident set size (KB) = 257192 + 0: The total amount of wall time = 6.478814 + 0: The maximum resident set size (KB) = 263508 -Test 152 datm_cdeps_lnd_gswp3 PASS +Test 153 datm_cdeps_lnd_gswp3 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/datm_cdeps_lnd_gswp3 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_27934/datm_cdeps_lnd_gswp3_rst -Checking test 153 datm_cdeps_lnd_gswp3_rst results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/datm_cdeps_lnd_gswp3_rst +Checking test 154 datm_cdeps_lnd_gswp3_rst results .... Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile1.nc .........OK Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile2.nc .........OK Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile3.nc .........OK @@ -4526,15 +4544,15 @@ Checking test 153 datm_cdeps_lnd_gswp3_rst results .... Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile5.nc .........OK Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile6.nc .........OK - 0: The total amount of wall time = 12.801793 - 0: The maximum resident set size (KB) = 262148 + 0: The total amount of wall time = 12.061308 + 0: The maximum resident set size (KB) = 262456 -Test 153 datm_cdeps_lnd_gswp3_rst PASS +Test 154 datm_cdeps_lnd_gswp3_rst PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/control_p8_atmlnd_sbs -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_27934/control_p8_atmlnd_sbs -Checking test 154 control_p8_atmlnd_sbs results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/control_p8_atmlnd_sbs +Checking test 155 control_p8_atmlnd_sbs results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK Comparing sfcf000.tile3.nc .........OK @@ -4618,15 +4636,15 @@ Checking test 154 control_p8_atmlnd_sbs results .... Comparing ufs.cpld.lnd.out.2021-03-23-21600.tile5.nc .........OK Comparing ufs.cpld.lnd.out.2021-03-23-21600.tile6.nc .........OK - 0: The total amount of wall time = 198.976625 - 0: The maximum resident set size (KB) = 1608196 + 0: The total amount of wall time = 201.100042 + 0: The maximum resident set size (KB) = 1602156 -Test 154 control_p8_atmlnd_sbs PASS +Test 155 control_p8_atmlnd_sbs PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/control_atmwav -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_27934/control_atmwav -Checking test 155 control_atmwav results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/control_atmwav +Checking test 156 control_atmwav results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK Comparing atmf000.nc .........OK @@ -4669,15 +4687,15 @@ Checking test 155 control_atmwav results .... Comparing RESTART/sfc_data.tile6.nc .........OK Comparing 20210322.180000.restart.glo_1deg .........OK - 0: The total amount of wall time = 85.307507 - 0: The maximum resident set size (KB) = 654752 + 0: The total amount of wall time = 85.072206 + 0: The maximum resident set size (KB) = 658284 -Test 155 control_atmwav PASS +Test 156 control_atmwav PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/atmaero_control_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_27934/atmaero_control_p8 -Checking test 156 atmaero_control_p8 results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/atmaero_control_p8 +Checking test 157 atmaero_control_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -4720,15 +4738,15 @@ Checking test 156 atmaero_control_p8 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 223.463757 - 0: The maximum resident set size (KB) = 2976328 + 0: The total amount of wall time = 225.185018 + 0: The maximum resident set size (KB) = 2976280 -Test 156 atmaero_control_p8 PASS +Test 157 atmaero_control_p8 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/atmaero_control_p8_rad -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_27934/atmaero_control_p8_rad -Checking test 157 atmaero_control_p8_rad results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/atmaero_control_p8_rad +Checking test 158 atmaero_control_p8_rad results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -4771,15 +4789,15 @@ Checking test 157 atmaero_control_p8_rad results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 275.986941 - 0: The maximum resident set size (KB) = 3044660 + 0: The total amount of wall time = 277.264683 + 0: The maximum resident set size (KB) = 3045320 -Test 157 atmaero_control_p8_rad PASS +Test 158 atmaero_control_p8_rad PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/atmaero_control_p8_rad_micro -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_27934/atmaero_control_p8_rad_micro -Checking test 158 atmaero_control_p8_rad_micro results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/atmaero_control_p8_rad_micro +Checking test 159 atmaero_control_p8_rad_micro results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -4822,15 +4840,15 @@ Checking test 158 atmaero_control_p8_rad_micro results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 279.512563 - 0: The maximum resident set size (KB) = 3055560 + 0: The total amount of wall time = 281.215013 + 0: The maximum resident set size (KB) = 3056204 -Test 158 atmaero_control_p8_rad_micro PASS +Test 159 atmaero_control_p8_rad_micro PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/regional_atmaq -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_27934/regional_atmaq -Checking test 159 regional_atmaq results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/regional_atmaq +Checking test 160 regional_atmaq results .... Comparing sfcf000.nc .........OK Comparing sfcf003.nc .........OK Comparing sfcf006.nc .........OK @@ -4845,12 +4863,12 @@ Checking test 159 regional_atmaq results .... Comparing RESTART/phy_data.nc .........OK Comparing RESTART/sfc_data.nc .........OK - 0: The total amount of wall time = 656.993176 - 0: The maximum resident set size (KB) = 1094372 + 0: The total amount of wall time = 661.203845 + 0: The maximum resident set size (KB) = 1085432 -Test 159 regional_atmaq PASS +Test 160 regional_atmaq PASS REGRESSION TEST WAS SUCCESSFUL -Fri Nov 18 20:59:32 UTC 2022 -Elapsed time: 01h:12m:00s. Have a nice day! +Tue Nov 29 21:24:11 UTC 2022 +Elapsed time: 19h:21m:36s. Have a nice day! From 877a426a3c176062d57225b3c83311546514a36c Mon Sep 17 00:00:00 2001 From: "samuel.trahan" Date: Tue, 29 Nov 2022 22:36:50 +0000 Subject: [PATCH 032/152] add clm lake model but not flake --- .gitmodules | 8 ++++---- CMEPS-interface/CMEPS | 2 +- FV3 | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.gitmodules b/.gitmodules index 1b9e5baa78..ed4777819e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,7 +1,7 @@ [submodule "FV3"] path = FV3 - url = https://github.com/HelinWei-NOAA/fv3atm - branch = flake + url = https://github.com/SamuelTrahan-NOAA/fv3atm + branch = clm_lake_revert.v9 [submodule "WW3"] path = WW3 url = https://github.com/NOAA-EMC/WW3 @@ -16,8 +16,8 @@ branch = develop [submodule "CMEPS"] path = CMEPS-interface/CMEPS - url = https://github.com/NOAA-EMC/CMEPS - branch = emc/develop + url = https://github.com/SamuelTrahanNOAA/CMEPS + branch = clm_lake_revert.v9 [submodule "HYCOM"] path = HYCOM-interface/HYCOM url = https://github.com/NOAA-EMC/HYCOM-src diff --git a/CMEPS-interface/CMEPS b/CMEPS-interface/CMEPS index 01decebec7..a7960b4fd7 160000 --- a/CMEPS-interface/CMEPS +++ b/CMEPS-interface/CMEPS @@ -1 +1 @@ -Subproject commit 01decebec7bfe676c1c6dc567834ff1e7aa3c303 +Subproject commit a7960b4fd7f3c5c2b89bcd79819fc472c7b7440e diff --git a/FV3 b/FV3 index bae1630926..53e145b769 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit bae1630926d3a4b8fb6c726b1af7ad83d6b81e04 +Subproject commit 53e145b76924794167791c361231a5075f7884f1 From 59af8cb1d7aa0a5ec8be3a940aa7315ae4f18e5b Mon Sep 17 00:00:00 2001 From: "samuel.trahan" Date: Tue, 29 Nov 2022 22:37:15 +0000 Subject: [PATCH 033/152] do not provide lake data to hrrr tests --- tests/tests/hrrr_control | 2 +- tests/tests/hrrr_control_2threads | 2 +- tests/tests/hrrr_control_2threads_dyn32_phy32 | 2 +- tests/tests/hrrr_control_debug | 2 +- tests/tests/hrrr_control_debug_dyn32_phy32 | 2 +- tests/tests/hrrr_control_decomp | 2 +- tests/tests/hrrr_control_decomp_dyn32_phy32 | 2 +- tests/tests/hrrr_control_dyn32_phy32 | 2 +- tests/tests/hrrr_control_restart | 2 +- tests/tests/hrrr_control_restart_dyn32_phy32 | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/tests/tests/hrrr_control b/tests/tests/hrrr_control index 24d4f7769c..abe8a3dbda 100644 --- a/tests/tests/hrrr_control +++ b/tests/tests/hrrr_control @@ -71,7 +71,7 @@ export OUTPUT_FH='0 09 12' export FRAC_GRID=.false. export FRAC_ICE=.true. -export FV3_RUN=flake_control_run.IN +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 diff --git a/tests/tests/hrrr_control_2threads b/tests/tests/hrrr_control_2threads index 26bf4d0b4c..90b2416455 100644 --- a/tests/tests/hrrr_control_2threads +++ b/tests/tests/hrrr_control_2threads @@ -77,7 +77,7 @@ export INPES=$INPES_thrd export JNPES=$JNPES_thrd export WRTTASK_PER_GROUP=6 -export FV3_RUN=flake_control_run.IN +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 diff --git a/tests/tests/hrrr_control_2threads_dyn32_phy32 b/tests/tests/hrrr_control_2threads_dyn32_phy32 index bff242782e..81226e5179 100644 --- a/tests/tests/hrrr_control_2threads_dyn32_phy32 +++ b/tests/tests/hrrr_control_2threads_dyn32_phy32 @@ -78,7 +78,7 @@ export INPES=$INPES_thrd export JNPES=$JNPES_thrd export WRTTASK_PER_GROUP=6 -export FV3_RUN=flake_control_run.IN +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 diff --git a/tests/tests/hrrr_control_debug b/tests/tests/hrrr_control_debug index a47f706b9e..6edbc96747 100644 --- a/tests/tests/hrrr_control_debug +++ b/tests/tests/hrrr_control_debug @@ -30,7 +30,7 @@ export FHMAX=1 export FRAC_GRID=.false. export FRAC_ICE=.true. -export FV3_RUN=flake_control_run.IN +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 diff --git a/tests/tests/hrrr_control_debug_dyn32_phy32 b/tests/tests/hrrr_control_debug_dyn32_phy32 index 67ff6f08db..d5e50d4c1b 100644 --- a/tests/tests/hrrr_control_debug_dyn32_phy32 +++ b/tests/tests/hrrr_control_debug_dyn32_phy32 @@ -30,7 +30,7 @@ export FHMAX=1 export FRAC_GRID=.false. export FRAC_ICE=.true. -export FV3_RUN=flake_control_run.IN +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 diff --git a/tests/tests/hrrr_control_decomp b/tests/tests/hrrr_control_decomp index edd9d932a9..a3854961ae 100644 --- a/tests/tests/hrrr_control_decomp +++ b/tests/tests/hrrr_control_decomp @@ -74,7 +74,7 @@ export FRAC_ICE=.true. export INPES=6 export JNPES=4 -export FV3_RUN=flake_control_run.IN +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 diff --git a/tests/tests/hrrr_control_decomp_dyn32_phy32 b/tests/tests/hrrr_control_decomp_dyn32_phy32 index 6a87bd8e61..c401873206 100644 --- a/tests/tests/hrrr_control_decomp_dyn32_phy32 +++ b/tests/tests/hrrr_control_decomp_dyn32_phy32 @@ -75,7 +75,7 @@ export FRAC_ICE=.true. export INPES=6 export JNPES=4 -export FV3_RUN=flake_control_run.IN +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 diff --git a/tests/tests/hrrr_control_dyn32_phy32 b/tests/tests/hrrr_control_dyn32_phy32 index fa9ae2ed19..7162d21eac 100644 --- a/tests/tests/hrrr_control_dyn32_phy32 +++ b/tests/tests/hrrr_control_dyn32_phy32 @@ -72,7 +72,7 @@ export FHMAX=12 export FRAC_GRID=.false. export FRAC_ICE=.true. -export FV3_RUN=flake_control_run.IN +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 diff --git a/tests/tests/hrrr_control_restart b/tests/tests/hrrr_control_restart index 9bb60165b0..29480cf258 100644 --- a/tests/tests/hrrr_control_restart +++ b/tests/tests/hrrr_control_restart @@ -69,7 +69,7 @@ export MAKE_NH=.false. export MOUNTAIN=.true. export NA_INIT=0 -export FV3_RUN=flake_control_run.IN +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 diff --git a/tests/tests/hrrr_control_restart_dyn32_phy32 b/tests/tests/hrrr_control_restart_dyn32_phy32 index 7a8ba3913d..f78cf30ad4 100644 --- a/tests/tests/hrrr_control_restart_dyn32_phy32 +++ b/tests/tests/hrrr_control_restart_dyn32_phy32 @@ -70,7 +70,7 @@ export MAKE_NH=.false. export MOUNTAIN=.true. export NA_INIT=0 -export FV3_RUN=flake_control_run.IN +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 From 1c071f0067e4dc563bd5ef4347e0ca72b79c169b Mon Sep 17 00:00:00 2001 From: "samuel.trahan" Date: Tue, 29 Nov 2022 22:38:10 +0000 Subject: [PATCH 034/152] put rap_flake_debug test back in --- tests/rt.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/rt.conf b/tests/rt.conf index be8ab060ea..5a384ff762 100644 --- a/tests/rt.conf +++ b/tests/rt.conf @@ -156,6 +156,7 @@ RUN | rap_diag_debug RUN | rap_cires_ugwp_debug | | fv3 | RUN | rap_unified_ugwp_debug | | | RUN | rap_lndp_debug | | fv3 | +RUN | rap_flake_debug | | fv3 | RUN | rap_progcld_thompson_debug | | fv3 | RUN | rap_noah_debug | | fv3 | RUN | rap_rrtmgp_debug | | fv3 | From bd49df8dc3b1f2e23cb4a70cd636741ab954bd38 Mon Sep 17 00:00:00 2001 From: "samuel.trahan" Date: Wed, 30 Nov 2022 00:43:04 +0000 Subject: [PATCH 035/152] put new flake back in --- FV3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FV3 b/FV3 index 53e145b769..5693728bbe 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit 53e145b76924794167791c361231a5075f7884f1 +Subproject commit 5693728bbec61b82f66ca5c7e7f5cf6a2f498e26 From 51c183dd682f44e94e253e6a5eedcc268b022518 Mon Sep 17 00:00:00 2001 From: "samuel.trahan" Date: Wed, 30 Nov 2022 18:22:16 +0000 Subject: [PATCH 036/152] fv3atm: Need larger DIAG_SIZE for clm lake model --- FV3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FV3 b/FV3 index 5693728bbe..98630dad3b 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit 5693728bbec61b82f66ca5c7e7f5cf6a2f498e26 +Subproject commit 98630dad3b374167e687c3ab1a36ed0c0dcc4044 From d0c200b5f93c6cdb81a522df475718cfb8adb9ed Mon Sep 17 00:00:00 2001 From: "samuel.trahan" Date: Thu, 1 Dec 2022 03:15:31 +0000 Subject: [PATCH 037/152] 32-bit physics clm lake tests --- .../tests/hrrr_clm_lake_2threads_dyn32_phy32 | 118 ++++++++++++++++++ tests/tests/hrrr_clm_lake_debug_dyn32_phy32 | 70 +++++++++++ tests/tests/hrrr_clm_lake_decomp_dyn32_phy32 | 115 +++++++++++++++++ tests/tests/hrrr_clm_lake_dyn32_phy32 | 112 +++++++++++++++++ tests/tests/hrrr_clm_lake_restart_dyn32_phy32 | 111 ++++++++++++++++ 5 files changed, 526 insertions(+) create mode 100644 tests/tests/hrrr_clm_lake_2threads_dyn32_phy32 create mode 100644 tests/tests/hrrr_clm_lake_debug_dyn32_phy32 create mode 100644 tests/tests/hrrr_clm_lake_decomp_dyn32_phy32 create mode 100644 tests/tests/hrrr_clm_lake_dyn32_phy32 create mode 100644 tests/tests/hrrr_clm_lake_restart_dyn32_phy32 diff --git a/tests/tests/hrrr_clm_lake_2threads_dyn32_phy32 b/tests/tests/hrrr_clm_lake_2threads_dyn32_phy32 new file mode 100644 index 0000000000..3058336894 --- /dev/null +++ b/tests/tests/hrrr_clm_lake_2threads_dyn32_phy32 @@ -0,0 +1,118 @@ +############################################################################### +# +# HRRR CLM Lake with 2 threads test +# +############################################################################### + +export TEST_DESCR="Compare HRRR CLM Lake with 2 threads results with control test" + +export CNTL_DIR=hrrr_clm_lake_dyn32_phy32 + +export LIST_FILES="sfcf000.nc \ + sfcf009.nc \ + sfcf012.nc \ + atmf000.nc \ + atmf009.nc \ + atmf012.nc \ + GFSFLX.GrbF00 \ + GFSFLX.GrbF09 \ + GFSFLX.GrbF12 \ + GFSPRS.GrbF00 \ + GFSPRS.GrbF09 \ + GFSPRS.GrbF12 \ + RESTART/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="6 -1" +export OUTPUT_GRID='gaussian_grid' +export NSTF_NAME='2,0,0,0,0' +export WRITE_DOPOST=.true. +export IAER=5111 +export OUTPUT_FH='0 09 12' +export FHMAX=12 + +export FRAC_GRID=.false. +export FRAC_ICE=.true. + +export THRD=2 +export TASKS=$TASKS_thrd +export INPES=$INPES_thrd +export JNPES=$JNPES_thrd +export WRTTASK_PER_GROUP=6 + +export FV3_RUN=flake_control_run.IN +export CCPP_SUITE=FV3_HRRR_clm_lake +export INPUT_NML=rap.nml.IN +export FIELD_TABLE=field_table_thompson_aero_tke +export NEW_DIAGTABLE=diag_table_rap + +export SFCLAY_COMPUTE_FLUX=.true. + +export LKM=1 +export IOPT_LAKE=2 +export IMP_PHYSICS=8 +export DNATS=0 +export DO_SAT_ADJ=.false. +export LRADAR=.true. +export LTAEROSOL=.true. +export IALB=2 +export IEMS=2 +export HYBEDMF=.false. +export DO_MYNNEDMF=.true. +export DO_MYNNSFCLAY=.true. +export DO_DEEP=.false. +export SHAL_CNV=.false. +export IMFSHALCNV=-1 +export IMFDEEPCNV=-1 +export LHEATSTRG=.false. +export LSM=3 +export LSOIL_LSM=9 +export KICE=9 + +export GWD_OPT=3 +export DO_UGWP_V0=.false. +export DO_UGWP_V0_OROG_ONLY=.false. +export DO_GSL_DRAG_LS_BL=.true. +export DO_GSL_DRAG_SS=.true. +export DO_GSL_DRAG_TOFD=.true. +export DO_UGWP_V1=.false. +export DO_UGWP_V1_OROG_ONLY=.false. + diff --git a/tests/tests/hrrr_clm_lake_debug_dyn32_phy32 b/tests/tests/hrrr_clm_lake_debug_dyn32_phy32 new file mode 100644 index 0000000000..0123e87238 --- /dev/null +++ b/tests/tests/hrrr_clm_lake_debug_dyn32_phy32 @@ -0,0 +1,70 @@ +############################################################################## +# +# HRRR debug CLM Lake control test: atmosphere only at C96L127 +# +############################################################################### + +export TEST_DESCR="Compare HRRR CLM Lake debug results with previous trunk version" + +export CNTL_DIR=hrrr_clm_lake_debug_dyn32_phy32 + +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 FRAC_GRID=.false. +export FRAC_ICE=.true. + +export FV3_RUN=flake_control_run.IN +export CCPP_SUITE=FV3_HRRR_clm_lake +export INPUT_NML=rap.nml.IN +export FIELD_TABLE=field_table_thompson_aero_tke +export NEW_DIAGTABLE=diag_table_rap + +export SFCLAY_COMPUTE_FLUX=.true. + +export LKM=1 +export IOPT_LAKE=2 +export IMP_PHYSICS=8 +export DNATS=0 +export DO_SAT_ADJ=.false. +export LRADAR=.true. +export LTAEROSOL=.true. +export IALB=2 +export IEMS=2 +export HYBEDMF=.false. +export DO_MYNNEDMF=.true. +export DO_MYNNSFCLAY=.true. +export DO_DEEP=.false. +export SHAL_CNV=.false. +export IMFSHALCNV=-1 +export IMFDEEPCNV=-1 +export LHEATSTRG=.false. +export LSM=3 +export LSOIL_LSM=9 +export KICE=9 + +export GWD_OPT=3 +export DO_UGWP_V0=.false. +export DO_UGWP_V0_OROG_ONLY=.false. +export DO_GSL_DRAG_LS_BL=.true. +export DO_GSL_DRAG_SS=.true. +export DO_GSL_DRAG_TOFD=.true. +export DO_UGWP_V1=.false. +export DO_UGWP_V1_OROG_ONLY=.false. + diff --git a/tests/tests/hrrr_clm_lake_decomp_dyn32_phy32 b/tests/tests/hrrr_clm_lake_decomp_dyn32_phy32 new file mode 100644 index 0000000000..3548a46e6c --- /dev/null +++ b/tests/tests/hrrr_clm_lake_decomp_dyn32_phy32 @@ -0,0 +1,115 @@ +############################################################################### +# +# HRRR CLM Lake control test with different PEs +# +############################################################################### + +export TEST_DESCR="Compare HRRR CLM Lake decomp results with control" + +export CNTL_DIR=hrrr_clm_lake_dyn32_phy32 + +export LIST_FILES="sfcf000.nc \ + sfcf009.nc \ + sfcf012.nc \ + atmf000.nc \ + atmf009.nc \ + atmf012.nc \ + GFSFLX.GrbF00 \ + GFSFLX.GrbF09 \ + GFSFLX.GrbF12 \ + GFSPRS.GrbF00 \ + GFSPRS.GrbF09 \ + GFSPRS.GrbF12 \ + RESTART/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="6 -1" +export OUTPUT_GRID='gaussian_grid' +export NSTF_NAME='2,0,0,0,0' +export WRITE_DOPOST=.true. +export IAER=5111 +export OUTPUT_FH='0 09 12' +export FHMAX=12 + +export FRAC_GRID=.false. +export FRAC_ICE=.true. + +export INPES=6 +export JNPES=4 + +export FV3_RUN=flake_control_run.IN +export CCPP_SUITE=FV3_HRRR_clm_lake +export INPUT_NML=rap.nml.IN +export FIELD_TABLE=field_table_thompson_aero_tke +export NEW_DIAGTABLE=diag_table_rap + +export SFCLAY_COMPUTE_FLUX=.true. + +export LKM=1 +export IOPT_LAKE=2 +export IMP_PHYSICS=8 +export DNATS=0 +export DO_SAT_ADJ=.false. +export LRADAR=.true. +export LTAEROSOL=.true. +export IALB=2 +export IEMS=2 +export HYBEDMF=.false. +export DO_MYNNEDMF=.true. +export DO_MYNNSFCLAY=.true. +export DO_DEEP=.false. +export SHAL_CNV=.false. +export IMFSHALCNV=-1 +export IMFDEEPCNV=-1 +export LHEATSTRG=.false. +export LSM=3 +export LSOIL_LSM=9 +export KICE=9 + +export GWD_OPT=3 +export DO_UGWP_V0=.false. +export DO_UGWP_V0_OROG_ONLY=.false. +export DO_GSL_DRAG_LS_BL=.true. +export DO_GSL_DRAG_SS=.true. +export DO_GSL_DRAG_TOFD=.true. +export DO_UGWP_V1=.false. +export DO_UGWP_V1_OROG_ONLY=.false. + diff --git a/tests/tests/hrrr_clm_lake_dyn32_phy32 b/tests/tests/hrrr_clm_lake_dyn32_phy32 new file mode 100644 index 0000000000..5aaac26576 --- /dev/null +++ b/tests/tests/hrrr_clm_lake_dyn32_phy32 @@ -0,0 +1,112 @@ +############################################################################### +# +# HRRR clm lake test: atmosphere only at C96L127 +# +############################################################################### + +export TEST_DESCR="Compare HRRR CLM Lake results with previous trunk version" + +export CNTL_DIR=hrrr_clm_lake_dyn32_phy32 + +export LIST_FILES="sfcf000.nc \ + sfcf009.nc \ + sfcf012.nc \ + atmf000.nc \ + atmf009.nc \ + atmf012.nc \ + GFSFLX.GrbF00 \ + GFSFLX.GrbF09 \ + GFSFLX.GrbF12 \ + GFSPRS.GrbF00 \ + GFSPRS.GrbF09 \ + GFSPRS.GrbF12 \ + RESTART/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="6 -1" +export OUTPUT_GRID='gaussian_grid' +export NSTF_NAME='2,0,0,0,0' +export WRITE_DOPOST=.true. +export IAER=5111 +export OUTPUT_FH='0 09 12' +export FHMAX=12 + +export FRAC_GRID=.false. +export FRAC_ICE=.true. + +export FV3_RUN=flake_control_run.IN +export CCPP_SUITE=FV3_HRRR_clm_lake +export INPUT_NML=rap.nml.IN +export FIELD_TABLE=field_table_thompson_aero_tke +export NEW_DIAGTABLE=diag_table_rap + +export SFCLAY_COMPUTE_FLUX=.true. +export LHEATSTRG=.false. +export LKM=1 +export IOPT_LAKE=2 +export IMP_PHYSICS=8 +export DNATS=0 +export DO_SAT_ADJ=.false. +export LRADAR=.true. +export LTAEROSOL=.true. +export IALB=2 +export IEMS=2 +export HYBEDMF=.false. +export DO_MYNNEDMF=.true. +export DO_MYNNSFCLAY=.true. +export DO_DEEP=.false. +export SHAL_CNV=.false. +export IMFSHALCNV=-1 +export IMFDEEPCNV=-1 +export LHEATSTRG=.false. +export LSM=3 +export LSOIL_LSM=9 +export KICE=9 + +export GWD_OPT=3 +export DO_UGWP_V0=.false. +export DO_UGWP_V0_OROG_ONLY=.false. +export DO_GSL_DRAG_LS_BL=.true. +export DO_GSL_DRAG_SS=.true. +export DO_GSL_DRAG_TOFD=.true. +export DO_UGWP_V1=.false. +export DO_UGWP_V1_OROG_ONLY=.false. + diff --git a/tests/tests/hrrr_clm_lake_restart_dyn32_phy32 b/tests/tests/hrrr_clm_lake_restart_dyn32_phy32 new file mode 100644 index 0000000000..47fdef0355 --- /dev/null +++ b/tests/tests/hrrr_clm_lake_restart_dyn32_phy32 @@ -0,0 +1,111 @@ +############################################################################### +# +# HRRR CLM Lake restart test +# +############################################################################### + +export TEST_DESCR="Compare HRRR CLM Lake restart results with control" + +export CNTL_DIR=hrrr_clm_lake_dyn32_phy32 + +export LIST_FILES="sfcf012.nc \ + atmf012.nc \ + GFSFLX.GrbF12 \ + GFSPRS.GrbF12 \ + 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=6 +export FHMAX=12 + +export FRAC_GRID=.false. +export FRAC_ICE=.true. + +export WARM_START=.true. +export NGGPS_IC=.false. +export EXTERNAL_IC=.false. +export MAKE_NH=.false. +export MOUNTAIN=.true. +export NA_INIT=0 + +export FV3_RUN=flake_control_run.IN +export CCPP_SUITE=FV3_HRRR_clm_lake +export INPUT_NML=rap.nml.IN +export FIELD_TABLE=field_table_thompson_aero_tke +export NEW_DIAGTABLE=diag_table_rap +export RESTART_FILE_PREFIX="${SYEAR}${SMONTH}${SDAY}.$(printf "%02d" $(( ${SHOUR} + ${FHROT} )))0000" + +export SFCLAY_COMPUTE_FLUX=.true. +export LHEATSTRG=.false. +export LKM=1 +export IOPT_LAKE=2 +export IMP_PHYSICS=8 +export DNATS=0 +export DO_SAT_ADJ=.false. +export LRADAR=.true. +export LTAEROSOL=.true. +export IALB=2 +export IEMS=2 +export HYBEDMF=.false. +export DO_MYNNEDMF=.true. +export DO_MYNNSFCLAY=.true. +export DO_DEEP=.false. +export SHAL_CNV=.false. +export IMFSHALCNV=-1 +export IMFDEEPCNV=-1 +export LHEATSTRG=.false. +export LSM=3 +export LSOIL_LSM=9 +export KICE=9 + +export GWD_OPT=3 +export DO_UGWP_V0=.false. +export DO_UGWP_V0_OROG_ONLY=.false. +export DO_GSL_DRAG_LS_BL=.true. +export DO_GSL_DRAG_SS=.true. +export DO_GSL_DRAG_TOFD=.true. +export DO_UGWP_V1=.false. +export DO_UGWP_V1_OROG_ONLY=.false. + From 59fe01613402fcdabb9cb8d616b041ad232acfdf Mon Sep 17 00:00:00 2001 From: "samuel.trahan" Date: Thu, 1 Dec 2022 03:50:12 +0000 Subject: [PATCH 038/152] renamed variables --- FV3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FV3 b/FV3 index 98630dad3b..8ab7e21197 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit 98630dad3b374167e687c3ab1a36ed0c0dcc4044 +Subproject commit 8ab7e21197121cfa5fa2f6c0fea3584a9429b319 From 9f94ae974a049e8317a859621b55a277caeaeb7d Mon Sep 17 00:00:00 2001 From: "samuel.trahan" Date: Thu, 1 Dec 2022 03:50:33 +0000 Subject: [PATCH 039/152] add more lake tests --- tests/rt.conf | 31 +++++++++++++++++++++++++++---- tests/rt_gnu.conf | 24 +++++++++++++++++++++--- 2 files changed, 48 insertions(+), 7 deletions(-) diff --git a/tests/rt.conf b/tests/rt.conf index 5a384ff762..a4efd126e5 100644 --- a/tests/rt.conf +++ b/tests/rt.conf @@ -41,9 +41,16 @@ RUN | cpld_restart_c48 # ATM tests # ################################################################################################################################################################################### -COMPILE | -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v15_thompson_mynn,FV3_GFS_v16_flake,FV3_GFS_v17_p8,FV3_GFS_v17_p8_rrtmgp,FV3_GFS_v15_thompson_mynn_lam3km,FV3_WoFS_v0 -D32BIT=ON | | fv3 | +COMPILE | -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v16_clm_lake,FV3_GFS_v16_flake,FV3_GFS_v15_thompson_mynn,FV3_GFS_v16_flake,FV3_GFS_v17_p8,FV3_GFS_v17_p8_rrtmgp,FV3_GFS_v15_thompson_mynn_lam3km,FV3_WoFS_v0 -D32BIT=ON | | fv3 | RUN | control | | fv3 | RUN | control_flake | | fv3 | +RUN | control_clm_lake | | fv3 | +RUN | control_clm_lake_decomp | | | +RUN | control_clm_lake_2threads | | | + +# Lake restart not match control +# RUN | control_clm_lake_restart | | | control_clm_lake + RUN | control_decomp | | | RUN | control_2dwrtdecomp | | | RUN | control_2threads | | | @@ -98,6 +105,13 @@ RUN | hrrr_control RUN | hrrr_control_decomp | | | RUN | hrrr_control_2threads | | | RUN | hrrr_control_restart | | | hrrr_control +RUN | hrrr_clm_lake | | fv3 | +RUN | hrrr_clm_lake_decomp | | | +RUN | hrrr_clm_lake_2threads | | | + +# BAD: lake restart not match control +# RUN | hrrr_clm_lake_restart | | | hrrr_clm_lake + RUN | rrfs_v1beta | | fv3 | RUN | rrfs_v1nssl | | fv3 | RUN | rrfs_v1nssl_nohailnoccn | | fv3 | @@ -136,6 +150,7 @@ RUN | rrfs_conus13km_hrrr_warm_debug RUN | rrfs_conus13km_radar_tten_warm_debug | | fv3 | RUN | control_debug | | fv3 | +RUN | control_clm_lake_debug | | fv3 | RUN | control_2threads_debug | | | RUN | control_CubedSphereGrid_debug | | fv3 | RUN | control_wrtGauss_netcdf_parallel_debug | | fv3 | @@ -151,6 +166,7 @@ RUN | regional_debug RUN | rap_control_debug | | fv3 | RUN | hrrr_control_debug | | fv3 | +RUN | hrrr_clm_lake_debug | | fv3 | RUN | rap_unified_drag_suite_debug | | | RUN | rap_diag_debug | | fv3 | RUN | rap_cires_ugwp_debug | | fv3 | @@ -172,7 +188,7 @@ RUN | control_wam_debug ################################################################################################################################################################################### # -COMPILE | -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -D32BIT=ON -DCCPP_32BIT=ON | | fv3 | +COMPILE | -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR,FV3_HRRR_clm_lake -D32BIT=ON -DCCPP_32BIT=ON | | fv3 | RUN | regional_spp_sppt_shum_skeb_dyn32_phy32 | | fv3 | RUN | rap_control_dyn32_phy32 | | fv3 | RUN | hrrr_control_dyn32_phy32 | | fv3 | @@ -181,15 +197,22 @@ RUN | hrrr_control_2threads_dyn32_phy32 RUN | hrrr_control_decomp_dyn32_phy32 | | | RUN | rap_restart_dyn32_phy32 | | | rap_control_dyn32_phy32 RUN | hrrr_control_restart_dyn32_phy32 | | | hrrr_control_dyn32_phy32 +RUN | hrrr_clm_lake_dyn32_phy32 | | fv3 | +RUN | hrrr_clm_lake_2threads_dyn32_phy32 | - wcoss_cray | | +RUN | hrrr_clm_lake_decomp_dyn32_phy32 | | | + +# Lake restarts do not reproduce control +# RUN | hrrr_clm_lake_restart_dyn32_phy32 | | | hrrr_clm_lake_dyn32_phy32 COMPILE | -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -DCCPP_32BIT=ON | | fv3 | RUN | rap_control_dyn64_phy32 | | fv3 | -COMPILE | -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -D32BIT=ON -DCCPP_32BIT=ON -DDEBUG=ON | | fv3 | +COMPILE | -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR,FV3_HRRR_clm_lake -D32BIT=ON -DCCPP_32BIT=ON -DDEBUG=ON | | fv3 | RUN | rap_control_debug_dyn32_phy32 | | fv3 | RUN | hrrr_control_debug_dyn32_phy32 | | fv3 | +RUN | hrrr_clm_lake_debug_dyn32_phy32 | | fv3 | -COMPILE | -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -DCCPP_32BIT=ON -DDEBUG=ON | | fv3 | +COMPILE | -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR,FV3_HRRR_clm_lake -DCCPP_32BIT=ON -DDEBUG=ON | | fv3 | RUN | rap_control_dyn64_phy32_debug | | fv3 | ################################################################################################################################################################################### diff --git a/tests/rt_gnu.conf b/tests/rt_gnu.conf index 1d637e934a..690bccd772 100644 --- a/tests/rt_gnu.conf +++ b/tests/rt_gnu.conf @@ -2,7 +2,7 @@ # CCPP PROD tests # ################################################################################################################################################################## -COMPILE | -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v16_ras,FV3_GFS_v17_p8 | | fv3 | +COMPILE | -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v16_clm_lake,FV3_GFS_v16_flake,FV3_GFS_v16_ras,FV3_GFS_v17_p8 | | fv3 | RUN | control | | fv3 | RUN | control_restart | | | control @@ -10,8 +10,13 @@ RUN | control_c48 RUN | control_stochy | | fv3 | RUN | control_ras | | fv3 | RUN | control_p8 | | fv3 | +RUN | control_flake | | fv3 | +RUN | control_clm_lake | | fv3 | +RUN | control_clm_lake_decomp | | | +RUN | control_clm_lake_2threads | | | +RUN | control_clm_lake_restart | | | control_clm_lake -COMPILE | -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_HRRR_smoke,FV3_RRFS_v1beta -D32BIT=ON | | fv3 | +COMPILE | -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_HRRR_smoke,FV3_HRRR_clm_lake,FV3_RRFS_v1beta -D32BIT=ON | | fv3 | RUN | rap_control | | fv3 | RUN | rap_decomp | | | @@ -25,6 +30,11 @@ RUN | hrrr_control_2threads RUN | hrrr_control_decomp | | | RUN | hrrr_control_restart | | | hrrr_control RUN | rrfs_v1beta | | fv3 | +RUN | hrrr_clm_lake | | fv3 | +RUN | hrrr_clm_lake_decomp | | | +RUN | hrrr_clm_lake_2threads | | | +# Lake models restarts do not reproduce control +#RUN | hrrr_clm_lake_restart | | | hrrr_clm_lake RUN | rrfs_conus13km_hrrr_warm | | fv3 | RUN | rrfs_smoke_conus13km_hrrr_warm | | fv3 | @@ -43,6 +53,7 @@ RUN | rrfs_conus13km_radar_tten_warm_2threads # Exercise compilation without specifying suites (i.e. compile all suites) in DEBUG mode (faster than in PROD mode) COMPILE | -DAPP=ATM -D32BIT=ON -DDEBUG=ON | | fv3 | RUN | control_debug | | fv3 | +RUN | control_clm_lake_debug | | fv3 | RUN | control_diag_debug | | fv3 | RUN | regional_debug | | fv3 | RUN | rap_control_debug | | fv3 | @@ -66,7 +77,7 @@ RUN | control_wam_debug # 32-bit physics tests # ################################################################################################################################################################## -COMPILE | -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -D32BIT=ON -DCCPP_32BIT=ON | | fv3 | +COMPILE | -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR,FV3_HRRR_clm_lake -D32BIT=ON -DCCPP_32BIT=ON | | fv3 | RUN | rap_control_dyn32_phy32 | | fv3 | RUN | hrrr_control_dyn32_phy32 | | fv3 | RUN | rap_2threads_dyn32_phy32 | | | @@ -74,6 +85,12 @@ RUN | hrrr_control_2threads_dyn32_phy32 RUN | hrrr_control_decomp_dyn32_phy32 | | | RUN | rap_restart_dyn32_phy32 | | | rap_control_dyn32_phy32 RUN | hrrr_control_restart_dyn32_phy32 | | | hrrr_control_dyn32_phy32 +RUN | hrrr_clm_lake_dyn32_phy32 | | fv3 | +RUN | hrrr_clm_lake_2threads_dyn32_phy32 | - wcoss_cray | | +RUN | hrrr_clm_lake_decomp_dyn32_phy32 | | | + +# Lake model restarts do not reproduce control +#RUN | hrrr_clm_lake_restart_dyn32_phy32 | | | hrrr_clm_lake_dyn32_phy32 COMPILE | -DAPP=ATM -DCCPP_32BIT=ON | | fv3 | RUN | rap_control_dyn64_phy32 | | fv3 | @@ -81,6 +98,7 @@ RUN | rap_control_dyn64_phy32 COMPILE | -DAPP=ATM -D32BIT=ON -DCCPP_32BIT=ON -DDEBUG=ON | | fv3 | RUN | rap_control_debug_dyn32_phy32 | | fv3 | RUN | hrrr_control_debug_dyn32_phy32 | | fv3 | +RUN | hrrr_clm_lake_debug_dyn32_phy32 | | fv3 | COMPILE | -DAPP=ATM -DCCPP_32BIT=ON -DDEBUG=ON | | fv3 | RUN | rap_control_dyn64_phy32_debug | | fv3 | From d1534d8b8dc57c54751255d216d75793aa914848 Mon Sep 17 00:00:00 2001 From: "samuel.trahan" Date: Thu, 1 Dec 2022 15:05:42 +0000 Subject: [PATCH 040/152] hera tests passed --- tests/RegressionTests_hera.gnu.log | 1148 ++++++++++++++++++++-------- 1 file changed, 836 insertions(+), 312 deletions(-) diff --git a/tests/RegressionTests_hera.gnu.log b/tests/RegressionTests_hera.gnu.log index 11855ba18b..7dd93cf506 100644 --- a/tests/RegressionTests_hera.gnu.log +++ b/tests/RegressionTests_hera.gnu.log @@ -1,21 +1,21 @@ -Mon Nov 28 23:32:19 UTC 2022 +Thu Dec 1 13:46:26 UTC 2022 Start Regression test -Compile 001 elapsed time 193 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v16_ras,FV3_GFS_v17_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 002 elapsed time 194 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 320 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 191 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -D32BIT=ON -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 006 elapsed time 395 seconds. -DAPP=ATM -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 007 elapsed time 314 seconds. -DAPP=ATM -D32BIT=ON -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 008 elapsed time 317 seconds. -DAPP=ATM -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 009 elapsed time 266 seconds. -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 010 elapsed time 241 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 001 elapsed time 195 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v16_clm_lake,FV3_GFS_v16_flake,FV3_GFS_v16_ras,FV3_GFS_v17_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 002 elapsed time 198 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_HRRR_smoke,FV3_HRRR_clm_lake,FV3_RRFS_v1beta -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 003 elapsed time 310 seconds. -DAPP=ATM -D32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 004 elapsed time 100 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 196 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR,FV3_HRRR_clm_lake -D32BIT=ON -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 006 elapsed time 391 seconds. -DAPP=ATM -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 007 elapsed time 315 seconds. -DAPP=ATM -D32BIT=ON -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 008 elapsed time 310 seconds. -DAPP=ATM -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 009 elapsed time 268 seconds. -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 010 elapsed time 237 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON Compile 011 elapsed time 144 seconds. -DAPP=S2SWA -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON Compile 012 elapsed time 114 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/GNU/control -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_197605/control +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_GNU/control +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_28363/control Checking test 001 control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -62,14 +62,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 = 824.179819 - 0: The maximum resident set size (KB) = 475244 + 0: The total amount of wall time = 827.901171 + 0: The maximum resident set size (KB) = 475720 Test 001 control PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/GNU/control -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_197605/control_restart +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_GNU/control +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_28363/control_restart Checking test 002 control_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -108,14 +108,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 = 404.135286 - 0: The maximum resident set size (KB) = 179276 + 0: The total amount of wall time = 405.243250 + 0: The maximum resident set size (KB) = 183964 Test 002 control_restart PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/GNU/control_c48 -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_197605/control_c48 +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_GNU/control_c48 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_28363/control_c48 Checking test 003 control_c48 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -154,14 +154,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 = 673.342784 -0: The maximum resident set size (KB) = 698956 +0: The total amount of wall time = 675.919944 +0: The maximum resident set size (KB) = 698524 Test 003 control_c48 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/GNU/control_stochy -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_197605/control_stochy +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_GNU/control_stochy +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_28363/control_stochy Checking test 004 control_stochy results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -172,14 +172,14 @@ Checking test 004 control_stochy results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 647.903676 - 0: The maximum resident set size (KB) = 478192 + 0: The total amount of wall time = 656.822489 + 0: The maximum resident set size (KB) = 478424 Test 004 control_stochy PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/GNU/control_ras -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_197605/control_ras +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_GNU/control_ras +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_28363/control_ras Checking test 005 control_ras results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -190,14 +190,14 @@ Checking test 005 control_ras results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 834.365252 - 0: The maximum resident set size (KB) = 486188 + 0: The total amount of wall time = 806.774665 + 0: The maximum resident set size (KB) = 488876 Test 005 control_ras PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/GNU/control_p8 -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_197605/control_p8 +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_GNU/control_p8 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_28363/control_p8 Checking test 006 control_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -244,15 +244,187 @@ Checking test 006 control_p8 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 888.762057 - 0: The maximum resident set size (KB) = 1234976 + 0: The total amount of wall time = 888.450505 + 0: The maximum resident set size (KB) = 1232832 Test 006 control_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/GNU/rap_control -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_197605/rap_control -Checking test 007 rap_control results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_GNU/control_flake +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_28363/control_flake +Checking test 007 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 = 1524.859654 + 0: The maximum resident set size (KB) = 522516 + +Test 007 control_flake PASS + + +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_GNU/control_clm_lake +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_28363/control_clm_lake +Checking test 008 control_clm_lake 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 = 1522.759986 + 0: The maximum resident set size (KB) = 525504 + +Test 008 control_clm_lake PASS + + +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_GNU/control_clm_lake +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_28363/control_clm_lake_decomp +Checking test 009 control_clm_lake_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 ............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 = 1454.725612 + 0: The maximum resident set size (KB) = 523636 + +Test 009 control_clm_lake_decomp PASS + + +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_GNU/control_clm_lake +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_28363/control_clm_lake_2threads +Checking test 010 control_clm_lake_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 ............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 = 1344.521766 + 0: The maximum resident set size (KB) = 613672 + +Test 010 control_clm_lake_2threads PASS + + +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_GNU/rap_control +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_28363/rap_control +Checking test 011 rap_control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -298,15 +470,15 @@ Checking test 007 rap_control results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 1411.367758 - 0: The maximum resident set size (KB) = 829004 + 0: The total amount of wall time = 1451.883549 + 0: The maximum resident set size (KB) = 829680 -Test 007 rap_control PASS +Test 011 rap_control PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/GNU/rap_control -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_197605/rap_decomp -Checking test 008 rap_decomp results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_GNU/rap_control +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_28363/rap_decomp +Checking test 012 rap_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -352,15 +524,15 @@ Checking test 008 rap_decomp results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 1396.790316 - 0: The maximum resident set size (KB) = 825548 + 0: The total amount of wall time = 1440.928785 + 0: The maximum resident set size (KB) = 828592 -Test 008 rap_decomp PASS +Test 012 rap_decomp PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/GNU/rap_control -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_197605/rap_2threads -Checking test 009 rap_2threads results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_GNU/rap_control +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_28363/rap_2threads +Checking test 013 rap_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -406,15 +578,15 @@ Checking test 009 rap_2threads results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 1463.960212 - 0: The maximum resident set size (KB) = 895884 + 0: The total amount of wall time = 1422.219265 + 0: The maximum resident set size (KB) = 894820 -Test 009 rap_2threads PASS +Test 013 rap_2threads PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/GNU/rap_control -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_197605/rap_restart -Checking test 010 rap_restart results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_GNU/rap_control +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_28363/rap_restart +Checking test 014 rap_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK Comparing GFSFLX.GrbF24 .........OK @@ -452,15 +624,15 @@ Checking test 010 rap_restart results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 709.400112 - 0: The maximum resident set size (KB) = 543652 + 0: The total amount of wall time = 723.848204 + 0: The maximum resident set size (KB) = 543284 -Test 010 rap_restart PASS +Test 014 rap_restart PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/GNU/rap_sfcdiff -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_197605/rap_sfcdiff -Checking test 011 rap_sfcdiff results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_GNU/rap_sfcdiff +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_28363/rap_sfcdiff +Checking test 015 rap_sfcdiff results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -506,15 +678,115 @@ Checking test 011 rap_sfcdiff results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 1448.796715 - 0: The maximum resident set size (KB) = 830072 + 0: The total amount of wall time = 1457.772048 + 0: The maximum resident set size (KB) = 833520 + +Test 015 rap_sfcdiff PASS + + +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_GNU/rap_sfcdiff +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_28363/rap_sfcdiff_decomp +Checking test 016 rap_sfcdiff_decomp results .... + Comparing sfcf000.nc .........OK + Comparing sfcf009.nc .........OK + Comparing sfcf012.nc .........OK + Comparing atmf000.nc .........OK + Comparing atmf009.nc .........OK + Comparing atmf012.nc .........OK + Comparing GFSFLX.GrbF00 .........OK + Comparing GFSFLX.GrbF09 .........OK + Comparing GFSFLX.GrbF12 .........OK + Comparing GFSPRS.GrbF00 .........OK + Comparing GFSPRS.GrbF09 .........OK + Comparing GFSPRS.GrbF12 .........OK + Comparing RESTART/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 = 1443.919840 + 0: The maximum resident set size (KB) = 827800 + +Test 016 rap_sfcdiff_decomp PASS + + +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_GNU/rap_sfcdiff +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_28363/rap_sfcdiff_restart +Checking test 017 rap_sfcdiff_restart results .... + Comparing sfcf012.nc .........OK + Comparing atmf012.nc .........OK + Comparing GFSFLX.GrbF12 .........OK + Comparing GFSPRS.GrbF12 .........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 = 1059.655868 + 0: The maximum resident set size (KB) = 543108 -Test 011 rap_sfcdiff PASS +Test 017 rap_sfcdiff_restart PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/GNU/rap_sfcdiff -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_197605/rap_sfcdiff_decomp -Checking test 012 rap_sfcdiff_decomp results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_GNU/hrrr_control +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_28363/hrrr_control +Checking test 018 hrrr_control results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -560,18 +832,26 @@ Checking test 012 rap_sfcdiff_decomp results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 1481.137749 - 0: The maximum resident set size (KB) = 827380 + 0: The total amount of wall time = 1408.161371 + 0: The maximum resident set size (KB) = 826096 -Test 012 rap_sfcdiff_decomp PASS +Test 018 hrrr_control PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/GNU/rap_sfcdiff -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_197605/rap_sfcdiff_restart -Checking test 013 rap_sfcdiff_restart results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_GNU/hrrr_control +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_28363/hrrr_control_2threads +Checking test 019 hrrr_control_2threads results .... + Comparing sfcf000.nc .........OK + Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK + Comparing atmf000.nc .........OK + Comparing atmf009.nc .........OK Comparing atmf012.nc .........OK + Comparing GFSFLX.GrbF00 .........OK + Comparing GFSFLX.GrbF09 .........OK Comparing GFSFLX.GrbF12 .........OK + Comparing GFSPRS.GrbF00 .........OK + Comparing GFSPRS.GrbF09 .........OK Comparing GFSPRS.GrbF12 .........OK Comparing RESTART/coupler.res .........OK Comparing RESTART/fv_core.res.nc ............SKIP for gnu compilers @@ -606,15 +886,15 @@ Checking test 013 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 = 1055.230045 - 0: The maximum resident set size (KB) = 540312 + 0: The total amount of wall time = 1417.185383 + 0: The maximum resident set size (KB) = 887648 -Test 013 rap_sfcdiff_restart PASS +Test 019 hrrr_control_2threads PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/GNU/hrrr_control -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_197605/hrrr_control -Checking test 014 hrrr_control results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_GNU/hrrr_control +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_28363/hrrr_control_decomp +Checking test 020 hrrr_control_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -660,15 +940,61 @@ Checking test 014 hrrr_control results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 1431.979010 - 0: The maximum resident set size (KB) = 826776 + 0: The total amount of wall time = 1443.723855 + 0: The maximum resident set size (KB) = 825840 + +Test 020 hrrr_control_decomp PASS + + +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_GNU/hrrr_control +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_28363/hrrr_control_restart +Checking test 021 hrrr_control_restart results .... + Comparing sfcf012.nc .........OK + Comparing atmf012.nc .........OK + Comparing GFSFLX.GrbF12 .........OK + Comparing GFSPRS.GrbF12 .........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 -Test 014 hrrr_control PASS + 0: The total amount of wall time = 1030.053007 + 0: The maximum resident set size (KB) = 537360 +Test 021 hrrr_control_restart PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/GNU/hrrr_control -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_197605/hrrr_control_2threads -Checking test 015 hrrr_control_2threads results .... + +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_GNU/rrfs_v1beta +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_28363/rrfs_v1beta +Checking test 022 rrfs_v1beta results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -714,15 +1040,15 @@ Checking test 015 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 = 1437.642729 - 0: The maximum resident set size (KB) = 890904 + 0: The total amount of wall time = 1471.533963 + 0: The maximum resident set size (KB) = 821856 -Test 015 hrrr_control_2threads PASS +Test 022 rrfs_v1beta PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/GNU/hrrr_control -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_197605/hrrr_control_decomp -Checking test 016 hrrr_control_decomp results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_GNU/hrrr_clm_lake +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_28363/hrrr_clm_lake +Checking test 023 hrrr_clm_lake results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -768,18 +1094,26 @@ Checking test 016 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 = 1403.209870 - 0: The maximum resident set size (KB) = 824684 + 0: The total amount of wall time = 1394.247405 + 0: The maximum resident set size (KB) = 828068 -Test 016 hrrr_control_decomp PASS +Test 023 hrrr_clm_lake PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/GNU/hrrr_control -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_197605/hrrr_control_restart -Checking test 017 hrrr_control_restart results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_GNU/hrrr_clm_lake +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_28363/hrrr_clm_lake_decomp +Checking test 024 hrrr_clm_lake_decomp results .... + Comparing sfcf000.nc .........OK + Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK + Comparing atmf000.nc .........OK + Comparing atmf009.nc .........OK Comparing atmf012.nc .........OK + Comparing GFSFLX.GrbF00 .........OK + Comparing GFSFLX.GrbF09 .........OK Comparing GFSFLX.GrbF12 .........OK + Comparing GFSPRS.GrbF00 .........OK + Comparing GFSPRS.GrbF09 .........OK Comparing GFSPRS.GrbF12 .........OK Comparing RESTART/coupler.res .........OK Comparing RESTART/fv_core.res.nc ............SKIP for gnu compilers @@ -814,15 +1148,15 @@ 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 = 1049.833496 - 0: The maximum resident set size (KB) = 537632 + 0: The total amount of wall time = 1401.803284 + 0: The maximum resident set size (KB) = 828556 -Test 017 hrrr_control_restart PASS +Test 024 hrrr_clm_lake_decomp PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/GNU/rrfs_v1beta -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_197605/rrfs_v1beta -Checking test 018 rrfs_v1beta results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_GNU/hrrr_clm_lake +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_28363/hrrr_clm_lake_2threads +Checking test 025 hrrr_clm_lake_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -868,15 +1202,15 @@ Checking test 018 rrfs_v1beta results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 1430.783344 - 0: The maximum resident set size (KB) = 826192 + 0: The total amount of wall time = 1411.033299 + 0: The maximum resident set size (KB) = 857792 -Test 018 rrfs_v1beta PASS +Test 025 hrrr_clm_lake_2threads PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/GNU/rrfs_conus13km_hrrr_warm -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_197605/rrfs_conus13km_hrrr_warm -Checking test 019 rrfs_conus13km_hrrr_warm results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_GNU/rrfs_conus13km_hrrr_warm +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_28363/rrfs_conus13km_hrrr_warm +Checking test 026 rrfs_conus13km_hrrr_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing sfcf002.nc .........OK @@ -884,15 +1218,15 @@ Checking test 019 rrfs_conus13km_hrrr_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 762.980449 - 0: The maximum resident set size (KB) = 637612 + 0: The total amount of wall time = 772.091196 + 0: The maximum resident set size (KB) = 636120 -Test 019 rrfs_conus13km_hrrr_warm PASS +Test 026 rrfs_conus13km_hrrr_warm PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/GNU/rrfs_smoke_conus13km_hrrr_warm -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_197605/rrfs_smoke_conus13km_hrrr_warm -Checking test 020 rrfs_smoke_conus13km_hrrr_warm results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_GNU/rrfs_smoke_conus13km_hrrr_warm +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_28363/rrfs_smoke_conus13km_hrrr_warm +Checking test 027 rrfs_smoke_conus13km_hrrr_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing sfcf002.nc .........OK @@ -900,15 +1234,15 @@ Checking test 020 rrfs_smoke_conus13km_hrrr_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 777.900770 - 0: The maximum resident set size (KB) = 651044 + 0: The total amount of wall time = 738.622978 + 0: The maximum resident set size (KB) = 650612 -Test 020 rrfs_smoke_conus13km_hrrr_warm PASS +Test 027 rrfs_smoke_conus13km_hrrr_warm PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/GNU/rrfs_conus13km_radar_tten_warm -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_197605/rrfs_conus13km_radar_tten_warm -Checking test 021 rrfs_conus13km_radar_tten_warm results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_GNU/rrfs_conus13km_radar_tten_warm +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_28363/rrfs_conus13km_radar_tten_warm +Checking test 028 rrfs_conus13km_radar_tten_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing sfcf002.nc .........OK @@ -916,15 +1250,15 @@ Checking test 021 rrfs_conus13km_radar_tten_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 776.656450 + 0: The total amount of wall time = 767.438980 0: The maximum resident set size (KB) = 639152 -Test 021 rrfs_conus13km_radar_tten_warm PASS +Test 028 rrfs_conus13km_radar_tten_warm PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/GNU/rrfs_conus13km_radar_tten_warm -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_197605/rrfs_conus13km_radar_tten_warm_2threads -Checking test 022 rrfs_conus13km_radar_tten_warm_2threads results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_GNU/rrfs_conus13km_radar_tten_warm +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_28363/rrfs_conus13km_radar_tten_warm_2threads +Checking test 029 rrfs_conus13km_radar_tten_warm_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing sfcf002.nc .........OK @@ -932,223 +1266,291 @@ Checking test 022 rrfs_conus13km_radar_tten_warm_2threads results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 974.456435 - 0: The maximum resident set size (KB) = 634152 + 0: The total amount of wall time = 996.139507 + 0: The maximum resident set size (KB) = 637348 + +Test 029 rrfs_conus13km_radar_tten_warm_2threads PASS + + +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_GNU/control_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_28363/control_debug +Checking test 030 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 = 101.733909 + 0: The maximum resident set size (KB) = 472400 -Test 022 rrfs_conus13km_radar_tten_warm_2threads PASS +Test 030 control_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/GNU/control_debug -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_197605/control_debug -Checking test 023 control_debug results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_GNU/control_clm_lake_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_28363/control_clm_lake_debug +Checking test 031 control_clm_lake_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 = 103.731615 - 0: The maximum resident set size (KB) = 475256 + 0: The total amount of wall time = 330.843067 + 0: The maximum resident set size (KB) = 524124 -Test 023 control_debug PASS +Test 031 control_clm_lake_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/GNU/control_diag_debug -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_197605/control_diag_debug -Checking test 024 control_diag_debug results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_GNU/control_diag_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_28363/control_diag_debug +Checking test 032 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 = 127.212304 - 0: The maximum resident set size (KB) = 531344 + 0: The total amount of wall time = 127.377434 + 0: The maximum resident set size (KB) = 534192 -Test 024 control_diag_debug PASS +Test 032 control_diag_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/GNU/regional_debug -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_197605/regional_debug -Checking test 025 regional_debug results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_GNU/regional_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_28363/regional_debug +Checking test 033 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 = 692.744285 - 0: The maximum resident set size (KB) = 589776 + 0: The total amount of wall time = 706.442822 + 0: The maximum resident set size (KB) = 589596 -Test 025 regional_debug PASS +Test 033 regional_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/GNU/rap_control_debug -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_197605/rap_control_debug -Checking test 026 rap_control_debug results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_GNU/rap_control_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_28363/rap_control_debug +Checking test 034 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 = 173.279483 - 0: The maximum resident set size (KB) = 846564 + 0: The total amount of wall time = 172.642936 + 0: The maximum resident set size (KB) = 840508 -Test 026 rap_control_debug PASS +Test 034 rap_control_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/GNU/hrrr_control_debug -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_197605/hrrr_control_debug -Checking test 027 hrrr_control_debug results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_GNU/hrrr_control_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_28363/hrrr_control_debug +Checking test 035 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 = 168.053250 - 0: The maximum resident set size (KB) = 841648 + 0: The total amount of wall time = 171.530259 + 0: The maximum resident set size (KB) = 839680 -Test 027 hrrr_control_debug PASS +Test 035 hrrr_control_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/GNU/rap_diag_debug -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_197605/rap_diag_debug -Checking test 028 rap_diag_debug results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_GNU/rap_diag_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_28363/rap_diag_debug +Checking test 036 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 = 212.393154 - 0: The maximum resident set size (KB) = 927552 + 0: The total amount of wall time = 216.255143 + 0: The maximum resident set size (KB) = 923176 -Test 028 rap_diag_debug PASS +Test 036 rap_diag_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/GNU/rap_noah_sfcdiff_cires_ugwp_debug -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_197605/rap_noah_sfcdiff_cires_ugwp_debug -Checking test 029 rap_noah_sfcdiff_cires_ugwp_debug results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_GNU/rap_noah_sfcdiff_cires_ugwp_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_28363/rap_noah_sfcdiff_cires_ugwp_debug +Checking test 037 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 = 272.806548 - 0: The maximum resident set size (KB) = 844352 + 0: The total amount of wall time = 269.583103 + 0: The maximum resident set size (KB) = 842140 -Test 029 rap_noah_sfcdiff_cires_ugwp_debug PASS +Test 037 rap_noah_sfcdiff_cires_ugwp_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/GNU/rap_progcld_thompson_debug -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_197605/rap_progcld_thompson_debug -Checking test 030 rap_progcld_thompson_debug results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_GNU/rap_progcld_thompson_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_28363/rap_progcld_thompson_debug +Checking test 038 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 = 170.886306 - 0: The maximum resident set size (KB) = 847468 + 0: The total amount of wall time = 170.775539 + 0: The maximum resident set size (KB) = 844752 -Test 030 rap_progcld_thompson_debug PASS +Test 038 rap_progcld_thompson_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/GNU/rrfs_v1beta_debug -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_197605/rrfs_v1beta_debug -Checking test 031 rrfs_v1beta_debug results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_GNU/rrfs_v1beta_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_28363/rrfs_v1beta_debug +Checking test 039 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 = 172.408897 - 0: The maximum resident set size (KB) = 840216 + 0: The total amount of wall time = 170.664206 + 0: The maximum resident set size (KB) = 844800 -Test 031 rrfs_v1beta_debug PASS +Test 039 rrfs_v1beta_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/GNU/control_ras_debug -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_197605/control_ras_debug -Checking test 032 control_ras_debug results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_GNU/control_ras_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_28363/control_ras_debug +Checking test 040 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 = 105.390348 - 0: The maximum resident set size (KB) = 481348 + 0: The total amount of wall time = 105.796420 + 0: The maximum resident set size (KB) = 480500 -Test 032 control_ras_debug PASS +Test 040 control_ras_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/GNU/control_stochy_debug -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_197605/control_stochy_debug -Checking test 033 control_stochy_debug results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_GNU/control_stochy_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_28363/control_stochy_debug +Checking test 041 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 = 119.111269 - 0: The maximum resident set size (KB) = 477592 + 0: The total amount of wall time = 120.520391 + 0: The maximum resident set size (KB) = 475312 -Test 033 control_stochy_debug PASS +Test 041 control_stochy_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/GNU/control_debug_p8 -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_197605/control_debug_p8 -Checking test 034 control_debug_p8 results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_GNU/control_debug_p8 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_28363/control_debug_p8 +Checking test 042 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 = 120.299586 - 0: The maximum resident set size (KB) = 1235000 + 0: The total amount of wall time = 119.682717 + 0: The maximum resident set size (KB) = 1232980 -Test 034 control_debug_p8 PASS +Test 042 control_debug_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/GNU/rrfs_conus13km_hrrr_warm_debugs -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_197605/rrfs_conus13km_hrrr_warm_debug -Checking test 035 rrfs_conus13km_hrrr_warm_debug results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_GNU/rrfs_conus13km_hrrr_warm_debugs +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_28363/rrfs_conus13km_hrrr_warm_debug +Checking test 043 rrfs_conus13km_hrrr_warm_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 = 557.269765 - 0: The maximum resident set size (KB) = 648036 + 0: The total amount of wall time = 548.993465 + 0: The maximum resident set size (KB) = 649544 -Test 035 rrfs_conus13km_hrrr_warm_debug PASS +Test 043 rrfs_conus13km_hrrr_warm_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/GNU/rrfs_conus13km_radar_tten_warm_debug -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_197605/rrfs_conus13km_radar_tten_warm_debug -Checking test 036 rrfs_conus13km_radar_tten_warm_debug results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_GNU/rrfs_conus13km_radar_tten_warm_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_28363/rrfs_conus13km_radar_tten_warm_debug +Checking test 044 rrfs_conus13km_radar_tten_warm_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 = 557.255025 - 0: The maximum resident set size (KB) = 651656 + 0: The total amount of wall time = 563.902288 + 0: The maximum resident set size (KB) = 652832 -Test 036 rrfs_conus13km_radar_tten_warm_debug PASS +Test 044 rrfs_conus13km_radar_tten_warm_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/GNU/control_wam_debug -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_197605/control_wam_debug -Checking test 037 control_wam_debug results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_GNU/control_wam_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_28363/control_wam_debug +Checking test 045 control_wam_debug results .... Comparing sfcf019.nc .........OK Comparing atmf019.nc .........OK - 0: The total amount of wall time = 187.251474 - 0: The maximum resident set size (KB) = 191196 + 0: The total amount of wall time = 186.949802 + 0: The maximum resident set size (KB) = 190988 + +Test 045 control_wam_debug PASS + + +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_GNU/rap_control_dyn32_phy32 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_28363/rap_control_dyn32_phy32 +Checking test 046 rap_control_dyn32_phy32 results .... + Comparing sfcf000.nc .........OK + Comparing sfcf009.nc .........OK + Comparing sfcf012.nc .........OK + Comparing atmf000.nc .........OK + Comparing atmf009.nc .........OK + Comparing atmf012.nc .........OK + Comparing GFSFLX.GrbF00 .........OK + Comparing GFSFLX.GrbF09 .........OK + Comparing GFSFLX.GrbF12 .........OK + Comparing GFSPRS.GrbF00 .........OK + Comparing GFSPRS.GrbF09 .........OK + Comparing GFSPRS.GrbF12 .........OK + Comparing RESTART/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 = 1431.490620 + 0: The maximum resident set size (KB) = 680944 -Test 037 control_wam_debug PASS +Test 046 rap_control_dyn32_phy32 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/GNU/rap_control_dyn32_phy32 -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_197605/rap_control_dyn32_phy32 -Checking test 038 rap_control_dyn32_phy32 results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_GNU/hrrr_control_dyn32_phy32 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_28363/hrrr_control_dyn32_phy32 +Checking test 047 hrrr_control_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -1194,15 +1596,15 @@ Checking test 038 rap_control_dyn32_phy32 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 1427.223856 - 0: The maximum resident set size (KB) = 687492 + 0: The total amount of wall time = 721.572183 + 0: The maximum resident set size (KB) = 685404 -Test 038 rap_control_dyn32_phy32 PASS +Test 047 hrrr_control_dyn32_phy32 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/GNU/hrrr_control_dyn32_phy32 -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_197605/hrrr_control_dyn32_phy32 -Checking test 039 hrrr_control_dyn32_phy32 results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_GNU/rap_control_dyn32_phy32 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_28363/rap_2threads_dyn32_phy32 +Checking test 048 rap_2threads_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -1248,15 +1650,15 @@ Checking test 039 hrrr_control_dyn32_phy32 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 730.282556 - 0: The maximum resident set size (KB) = 681236 + 0: The total amount of wall time = 1429.916578 + 0: The maximum resident set size (KB) = 723660 -Test 039 hrrr_control_dyn32_phy32 PASS +Test 048 rap_2threads_dyn32_phy32 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/GNU/rap_control_dyn32_phy32 -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_197605/rap_2threads_dyn32_phy32 -Checking test 040 rap_2threads_dyn32_phy32 results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_GNU/hrrr_control_dyn32_phy32 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_28363/hrrr_control_2threads_dyn32_phy32 +Checking test 049 hrrr_control_2threads_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -1302,15 +1704,15 @@ Checking test 040 rap_2threads_dyn32_phy32 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 1409.488573 - 0: The maximum resident set size (KB) = 727220 + 0: The total amount of wall time = 717.099862 + 0: The maximum resident set size (KB) = 720364 -Test 040 rap_2threads_dyn32_phy32 PASS +Test 049 hrrr_control_2threads_dyn32_phy32 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/GNU/hrrr_control_dyn32_phy32 -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_197605/hrrr_control_2threads_dyn32_phy32 -Checking test 041 hrrr_control_2threads_dyn32_phy32 results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_GNU/hrrr_control_dyn32_phy32 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_28363/hrrr_control_decomp_dyn32_phy32 +Checking test 050 hrrr_control_decomp_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -1356,15 +1758,107 @@ Checking test 041 hrrr_control_2threads_dyn32_phy32 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 706.146991 - 0: The maximum resident set size (KB) = 726728 + 0: The total amount of wall time = 699.749570 + 0: The maximum resident set size (KB) = 680940 -Test 041 hrrr_control_2threads_dyn32_phy32 PASS +Test 050 hrrr_control_decomp_dyn32_phy32 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/GNU/hrrr_control_dyn32_phy32 -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_197605/hrrr_control_decomp_dyn32_phy32 -Checking test 042 hrrr_control_decomp_dyn32_phy32 results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_GNU/rap_control_dyn32_phy32 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_28363/rap_restart_dyn32_phy32 +Checking test 051 rap_restart_dyn32_phy32 results .... + Comparing sfcf012.nc .........OK + Comparing atmf012.nc .........OK + Comparing GFSFLX.GrbF12 .........OK + Comparing GFSPRS.GrbF12 .........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 = 1043.659670 + 0: The maximum resident set size (KB) = 505512 + +Test 051 rap_restart_dyn32_phy32 PASS + + +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_GNU/hrrr_control_dyn32_phy32 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_28363/hrrr_control_restart_dyn32_phy32 +Checking test 052 hrrr_control_restart_dyn32_phy32 results .... + Comparing sfcf012.nc .........OK + Comparing atmf012.nc .........OK + Comparing GFSFLX.GrbF12 .........OK + Comparing GFSPRS.GrbF12 .........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 = 353.337744 + 0: The maximum resident set size (KB) = 506232 + +Test 052 hrrr_control_restart_dyn32_phy32 PASS + + +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_GNU/hrrr_clm_lake_dyn32_phy32 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_28363/hrrr_clm_lake_dyn32_phy32 +Checking test 053 hrrr_clm_lake_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -1410,18 +1904,26 @@ Checking test 042 hrrr_control_decomp_dyn32_phy32 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 716.346256 - 0: The maximum resident set size (KB) = 687852 + 0: The total amount of wall time = 714.375974 + 0: The maximum resident set size (KB) = 681252 -Test 042 hrrr_control_decomp_dyn32_phy32 PASS +Test 053 hrrr_clm_lake_dyn32_phy32 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/GNU/rap_control_dyn32_phy32 -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_197605/rap_restart_dyn32_phy32 -Checking test 043 rap_restart_dyn32_phy32 results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_GNU/hrrr_clm_lake_dyn32_phy32 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_28363/hrrr_clm_lake_2threads_dyn32_phy32 +Checking test 054 hrrr_clm_lake_2threads_dyn32_phy32 results .... + Comparing sfcf000.nc .........OK + Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK + Comparing atmf000.nc .........OK + Comparing atmf009.nc .........OK Comparing atmf012.nc .........OK + Comparing GFSFLX.GrbF00 .........OK + Comparing GFSFLX.GrbF09 .........OK Comparing GFSFLX.GrbF12 .........OK + Comparing GFSPRS.GrbF00 .........OK + Comparing GFSPRS.GrbF09 .........OK Comparing GFSPRS.GrbF12 .........OK Comparing RESTART/coupler.res .........OK Comparing RESTART/fv_core.res.nc ............SKIP for gnu compilers @@ -1456,18 +1958,26 @@ Checking test 043 rap_restart_dyn32_phy32 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 1054.214948 - 0: The maximum resident set size (KB) = 507436 + 0: The total amount of wall time = 718.737195 + 0: The maximum resident set size (KB) = 725564 -Test 043 rap_restart_dyn32_phy32 PASS +Test 054 hrrr_clm_lake_2threads_dyn32_phy32 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/GNU/hrrr_control_dyn32_phy32 -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_197605/hrrr_control_restart_dyn32_phy32 -Checking test 044 hrrr_control_restart_dyn32_phy32 results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_GNU/hrrr_clm_lake_dyn32_phy32 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_28363/hrrr_clm_lake_decomp_dyn32_phy32 +Checking test 055 hrrr_clm_lake_decomp_dyn32_phy32 results .... + Comparing sfcf000.nc .........OK + Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK + Comparing atmf000.nc .........OK + Comparing atmf009.nc .........OK Comparing atmf012.nc .........OK + Comparing GFSFLX.GrbF00 .........OK + Comparing GFSFLX.GrbF09 .........OK Comparing GFSFLX.GrbF12 .........OK + Comparing GFSPRS.GrbF00 .........OK + Comparing GFSPRS.GrbF09 .........OK Comparing GFSPRS.GrbF12 .........OK Comparing RESTART/coupler.res .........OK Comparing RESTART/fv_core.res.nc ............SKIP for gnu compilers @@ -1502,15 +2012,15 @@ Checking test 044 hrrr_control_restart_dyn32_phy32 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 353.463284 - 0: The maximum resident set size (KB) = 508116 + 0: The total amount of wall time = 708.923421 + 0: The maximum resident set size (KB) = 681716 -Test 044 hrrr_control_restart_dyn32_phy32 PASS +Test 055 hrrr_clm_lake_decomp_dyn32_phy32 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/GNU/rap_control_dyn64_phy32 -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_197605/rap_control_dyn64_phy32 -Checking test 045 rap_control_dyn64_phy32 results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_GNU/rap_control_dyn64_phy32 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_28363/rap_control_dyn64_phy32 +Checking test 056 rap_control_dyn64_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -1556,57 +2066,71 @@ Checking test 045 rap_control_dyn64_phy32 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 1085.509974 - 0: The maximum resident set size (KB) = 710652 + 0: The total amount of wall time = 1043.938506 + 0: The maximum resident set size (KB) = 710688 + +Test 056 rap_control_dyn64_phy32 PASS + + +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_GNU/rap_control_debug_dyn32_phy32 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_28363/rap_control_debug_dyn32_phy32 +Checking test 057 rap_control_debug_dyn32_phy32 results .... + Comparing sfcf000.nc .........OK + Comparing sfcf001.nc .........OK + Comparing atmf000.nc .........OK + Comparing atmf001.nc .........OK + + 0: The total amount of wall time = 170.911513 + 0: The maximum resident set size (KB) = 697600 -Test 045 rap_control_dyn64_phy32 PASS +Test 057 rap_control_debug_dyn32_phy32 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/GNU/rap_control_debug_dyn32_phy32 -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_197605/rap_control_debug_dyn32_phy32 -Checking test 046 rap_control_debug_dyn32_phy32 results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_GNU/hrrr_control_debug_dyn32_phy32 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_28363/hrrr_control_debug_dyn32_phy32 +Checking test 058 hrrr_control_debug_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 174.177693 - 0: The maximum resident set size (KB) = 698128 + 0: The total amount of wall time = 170.641636 + 0: The maximum resident set size (KB) = 702284 -Test 046 rap_control_debug_dyn32_phy32 PASS +Test 058 hrrr_control_debug_dyn32_phy32 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/GNU/hrrr_control_debug_dyn32_phy32 -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_197605/hrrr_control_debug_dyn32_phy32 -Checking test 047 hrrr_control_debug_dyn32_phy32 results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_GNU/hrrr_clm_lake_debug_dyn32_phy32 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_28363/hrrr_clm_lake_debug_dyn32_phy32 +Checking test 059 hrrr_clm_lake_debug_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 170.662893 - 0: The maximum resident set size (KB) = 696368 + 0: The total amount of wall time = 171.869337 + 0: The maximum resident set size (KB) = 702496 -Test 047 hrrr_control_debug_dyn32_phy32 PASS +Test 059 hrrr_clm_lake_debug_dyn32_phy32 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/GNU/rap_control_debug_dyn64_phy32 -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_197605/rap_control_dyn64_phy32_debug -Checking test 048 rap_control_dyn64_phy32_debug results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_GNU/rap_control_debug_dyn64_phy32 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_28363/rap_control_dyn64_phy32_debug +Checking test 060 rap_control_dyn64_phy32_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 = 205.941741 - 0: The maximum resident set size (KB) = 715560 + 0: The total amount of wall time = 199.294370 + 0: The maximum resident set size (KB) = 717336 -Test 048 rap_control_dyn64_phy32_debug PASS +Test 060 rap_control_dyn64_phy32_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/GNU/cpld_control_p8 -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_197605/cpld_control_p8 -Checking test 049 cpld_control_p8 results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_GNU/cpld_control_p8 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_28363/cpld_control_p8 +Checking test 061 cpld_control_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK Comparing sfcf021.tile3.nc .........OK @@ -1670,15 +2194,15 @@ Checking test 049 cpld_control_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 1652.889689 - 0: The maximum resident set size (KB) = 1429124 + 0: The total amount of wall time = 1668.800937 + 0: The maximum resident set size (KB) = 1430032 -Test 049 cpld_control_p8 PASS +Test 061 cpld_control_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/GNU/cpld_control_c96_noaero_p8 -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_197605/cpld_control_nowave_noaero_p8 -Checking test 050 cpld_control_nowave_noaero_p8 results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_GNU/cpld_control_c96_noaero_p8 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_28363/cpld_control_nowave_noaero_p8 +Checking test 062 cpld_control_nowave_noaero_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK Comparing sfcf021.tile3.nc .........OK @@ -1739,15 +2263,15 @@ Checking test 050 cpld_control_nowave_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 = 1206.298158 - 0: The maximum resident set size (KB) = 1327900 + 0: The total amount of wall time = 1201.669021 + 0: The maximum resident set size (KB) = 1331716 -Test 050 cpld_control_nowave_noaero_p8 PASS +Test 062 cpld_control_nowave_noaero_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/GNU/cpld_debug_p8 -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_197605/cpld_debug_p8 -Checking test 051 cpld_debug_p8 results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_GNU/cpld_debug_p8 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_28363/cpld_debug_p8 +Checking test 063 cpld_debug_p8 results .... Comparing sfcf003.tile1.nc .........OK Comparing sfcf003.tile2.nc .........OK Comparing sfcf003.tile3.nc .........OK @@ -1799,25 +2323,25 @@ Checking test 051 cpld_debug_p8 results .... Comparing 20210322.090000.out_pnt.ww3 .........OK Comparing 20210322.090000.out_grd.ww3 .........OK - 0: The total amount of wall time = 1149.501142 - 0: The maximum resident set size (KB) = 1441300 + 0: The total amount of wall time = 838.460797 + 0: The maximum resident set size (KB) = 1444180 -Test 051 cpld_debug_p8 PASS +Test 063 cpld_debug_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/GNU/datm_cdeps_control_cfsr -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_197605/datm_cdeps_control_cfsr -Checking test 052 datm_cdeps_control_cfsr results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_GNU/datm_cdeps_control_cfsr +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_28363/datm_cdeps_control_cfsr +Checking test 064 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 = 176.224867 - 0: The maximum resident set size (KB) = 661408 + 0: The total amount of wall time = 173.250791 + 0: The maximum resident set size (KB) = 665644 -Test 052 datm_cdeps_control_cfsr PASS +Test 064 datm_cdeps_control_cfsr PASS REGRESSION TEST WAS SUCCESSFUL -Tue Nov 29 01:50:52 UTC 2022 -Elapsed time: 02h:18m:34s. Have a nice day! +Thu Dec 1 15:05:30 UTC 2022 +Elapsed time: 01h:19m:05s. Have a nice day! From ffe5442e93f62a403fcf7795aa0502fbeaeb468b Mon Sep 17 00:00:00 2001 From: "samuel.trahan" Date: Thu, 1 Dec 2022 15:07:00 +0000 Subject: [PATCH 041/152] missing FV3_HRRR_clm_lake from one COMPILE line --- tests/rt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/rt.conf b/tests/rt.conf index a4efd126e5..7e85f5efb8 100644 --- a/tests/rt.conf +++ b/tests/rt.conf @@ -90,7 +90,7 @@ RUN | regional_netcdf_parallel RUN | regional_2dwrtdecomp | | | RUN | regional_wofs | | 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 | +COMPILE | -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_RRTMGP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_HRRR_smoke,FV3_HRRR_clm_lake,FV3_RRFS_v1beta,FV3_RRFS_v1nssl -D32BIT=ON | | fv3 | RUN | rap_control | | fv3 | RUN | rap_rrtmgp | | fv3 | From 9f6d1ccaa424be41f9a76e62f2a8371755531a14 Mon Sep 17 00:00:00 2001 From: "samuel.trahan" Date: Thu, 1 Dec 2022 15:07:13 +0000 Subject: [PATCH 042/152] corrections to lake.conf --- tests/lake.conf | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/tests/lake.conf b/tests/lake.conf index 2a46ad603b..06ebfdbde7 100644 --- a/tests/lake.conf +++ b/tests/lake.conf @@ -9,13 +9,24 @@ RUN | control_flake RUN | control_clm_lake | | fv3 | RUN | control_clm_lake_decomp | | | RUN | control_clm_lake_2threads | | | -RUN | control_clm_lake_restart | | | control_clm_lake + +# Lake restarts do not match control. +# RUN | control_clm_lake_restart | | | control_clm_lake COMPILE | -DAPP=ATM -DDEBUG=ON -D32BIT=ON | | fv3 | RUN | control_debug | | fv3 | RUN | control_clm_lake_debug | | fv3 | +COMPILE | -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR,FV3_HRRR_clm_lake -D32BIT=ON -DCCPP_32BIT=ON | | fv3 | +RUN | hrrr_clm_lake_dyn32_phy32 | | fv3 | +RUN | hrrr_clm_lake_2threads_dyn32_phy32 | - wcoss_cray | | +RUN | hrrr_clm_lake_decomp_dyn32_phy32 | | | +RUN | hrrr_clm_lake_restart_dyn32_phy32 | | | hrrr_clm_lake_dyn32_phy32 + +COMPILE | -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR,FV3_HRRR_clm_lake -D32BIT=ON -DCCPP_32BIT=ON -DDEBUG=ON | | fv3 | +RUN | hrrr_clm_lake_debug_dyn32_phy32 | | fv3 | + COMPILE | -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_RRTMGP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_HRRR_clm_lake,FV3_HRRR_smoke,FV3_RRFS_v1beta,FV3_RRFS_v1nssl -D32BIT=ON | | fv3 | RUN | hrrr_clm_lake | | fv3 | From ec0c7ad160481931c0b9e2866f40515dea75376c Mon Sep 17 00:00:00 2001 From: "samuel.trahan" Date: Thu, 1 Dec 2022 15:09:13 +0000 Subject: [PATCH 043/152] hera intel tests passed --- tests/RegressionTests_hera.intel.log | 2422 ++++++++++++++++---------- 1 file changed, 1471 insertions(+), 951 deletions(-) diff --git a/tests/RegressionTests_hera.intel.log b/tests/RegressionTests_hera.intel.log index 227d040a8c..4108a75a00 100644 --- a/tests/RegressionTests_hera.intel.log +++ b/tests/RegressionTests_hera.intel.log @@ -1,34 +1,34 @@ -Tue Nov 29 02:02:35 UTC 2022 +Thu Dec 1 13:46:42 UTC 2022 Start Regression test -Compile 001 elapsed time 568 seconds. -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 002 elapsed time 582 seconds. -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 003 elapsed time 221 seconds. -DAPP=S2SWA -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile 004 elapsed time 195 seconds. -DAPP=S2SW -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile 005 elapsed time 397 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8_sfcocn -DCMEPS_AOFLUX=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 006 elapsed time 393 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 007 elapsed time 373 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v15_thompson_mynn,FV3_GFS_v16_flake,FV3_GFS_v17_p8,FV3_GFS_v17_p8_rrtmgp,FV3_GFS_v15_thompson_mynn_lam3km,FV3_WoFS_v0 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 008 elapsed time 361 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 009 elapsed time 355 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_csawmg,FV3_GFS_v16_ugwpv1,FV3_GFS_v16_ras,FV3_GFS_v16_noahmp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 010 elapsed time 316 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 011 elapsed time 709 seconds. -DAPP=ATM -DDEBUG=ON -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 001 elapsed time 577 seconds. -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 002 elapsed time 570 seconds. -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 003 elapsed time 222 seconds. -DAPP=S2SWA -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile 004 elapsed time 197 seconds. -DAPP=S2SW -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile 005 elapsed time 395 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8_sfcocn -DCMEPS_AOFLUX=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 006 elapsed time 405 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 007 elapsed time 373 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v16_clm_lake,FV3_GFS_v16_flake,FV3_GFS_v15_thompson_mynn,FV3_GFS_v16_flake,FV3_GFS_v17_p8,FV3_GFS_v17_p8_rrtmgp,FV3_GFS_v15_thompson_mynn_lam3km,FV3_WoFS_v0 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 008 elapsed time 378 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_RRTMGP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_HRRR_smoke,FV3_HRRR_clm_lake,FV3_RRFS_v1beta,FV3_RRFS_v1nssl -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 009 elapsed time 345 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_csawmg,FV3_GFS_v16_ugwpv1,FV3_GFS_v16_ras,FV3_GFS_v16_noahmp -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 010 elapsed time 324 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 011 elapsed time 683 seconds. -DAPP=ATM -DDEBUG=ON -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug Compile 012 elapsed time 168 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 013 elapsed time 327 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -D32BIT=ON -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 014 elapsed time 329 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 015 elapsed time 161 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -D32BIT=ON -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 016 elapsed time 161 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 017 elapsed time 564 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 018 elapsed time 591 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 329 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR,FV3_HRRR_clm_lake -D32BIT=ON -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 014 elapsed time 327 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 015 elapsed time 168 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR,FV3_HRRR_clm_lake -D32BIT=ON -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 016 elapsed time 159 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR,FV3_HRRR_clm_lake -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 017 elapsed time 542 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 018 elapsed time 568 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 019 elapsed time 195 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 020 elapsed time 116 seconds. -DAPP=NG-GODAS -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile 021 elapsed time 73 seconds. -DAPP=LND -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 022 elapsed time 373 seconds. -DAPP=ATML -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 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 023 elapsed time 526 seconds. -DAPP=ATMW -DCCPP_SUITES=FV3_GFS_v16 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 024 elapsed time 355 seconds. -DAPP=ATMAERO -DCCPP_SUITES=FV3_GFS_v17_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 025 elapsed time 349 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -DMPI=ON -DCMAKE_BUILD_TYPE=Release - -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/cpld_control_p8 -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/cpld_control_p8 +Compile 020 elapsed time 108 seconds. -DAPP=NG-GODAS -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile 021 elapsed time 81 seconds. -DAPP=LND -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 022 elapsed time 366 seconds. -DAPP=ATML -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 -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 023 elapsed time 576 seconds. -DAPP=ATMW -DCCPP_SUITES=FV3_GFS_v16 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 024 elapsed time 370 seconds. -DAPP=ATMAERO -DCCPP_SUITES=FV3_GFS_v17_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 025 elapsed time 366 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -DMPI=ON -DCMAKE_BUILD_TYPE=Release + +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_INTEL/cpld_control_p8 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_31292/cpld_control_p8 Checking test 001 cpld_control_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -93,14 +93,14 @@ Checking test 001 cpld_control_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 333.783683 - 0: The maximum resident set size (KB) = 3178672 + 0: The total amount of wall time = 335.034499 + 0: The maximum resident set size (KB) = 3177160 Test 001 cpld_control_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/cpld_control_p8 -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/cpld_restart_p8 +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_INTEL/cpld_control_p8 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_31292/cpld_restart_p8 Checking test 002 cpld_restart_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -153,14 +153,14 @@ Checking test 002 cpld_restart_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 191.234030 - 0: The maximum resident set size (KB) = 3050172 + 0: The total amount of wall time = 194.637909 + 0: The maximum resident set size (KB) = 3052712 Test 002 cpld_restart_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/cpld_control_p8 -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/cpld_2threads_p8 +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_INTEL/cpld_control_p8 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_31292/cpld_2threads_p8 Checking test 003 cpld_2threads_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -213,14 +213,14 @@ Checking test 003 cpld_2threads_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 426.679502 - 0: The maximum resident set size (KB) = 3450904 + 0: The total amount of wall time = 417.909718 + 0: The maximum resident set size (KB) = 3452652 Test 003 cpld_2threads_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/cpld_control_p8 -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/cpld_esmfthreads_p8 +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_INTEL/cpld_control_p8 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_31292/cpld_esmfthreads_p8 Checking test 004 cpld_esmfthreads_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -273,14 +273,14 @@ Checking test 004 cpld_esmfthreads_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 350.616763 - 0: The maximum resident set size (KB) = 3508584 + 0: The total amount of wall time = 353.880395 + 0: The maximum resident set size (KB) = 3518400 Test 004 cpld_esmfthreads_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/cpld_control_p8 -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/cpld_decomp_p8 +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_INTEL/cpld_control_p8 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_31292/cpld_decomp_p8 Checking test 005 cpld_decomp_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -333,14 +333,14 @@ Checking test 005 cpld_decomp_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 334.535263 - 0: The maximum resident set size (KB) = 3166556 + 0: The total amount of wall time = 336.135829 + 0: The maximum resident set size (KB) = 3173272 Test 005 cpld_decomp_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/cpld_control_p8 -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/cpld_mpi_p8 +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_INTEL/cpld_control_p8 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_31292/cpld_mpi_p8 Checking test 006 cpld_mpi_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -393,14 +393,14 @@ Checking test 006 cpld_mpi_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 276.196621 - 0: The maximum resident set size (KB) = 3025496 + 0: The total amount of wall time = 274.864217 + 0: The maximum resident set size (KB) = 3020040 Test 006 cpld_mpi_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/cpld_control_ciceC_p8 -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/cpld_control_ciceC_p8 +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_INTEL/cpld_control_ciceC_p8 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_31292/cpld_control_ciceC_p8 Checking test 007 cpld_control_ciceC_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -465,14 +465,14 @@ Checking test 007 cpld_control_ciceC_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 337.757991 - 0: The maximum resident set size (KB) = 3178444 + 0: The total amount of wall time = 335.491920 + 0: The maximum resident set size (KB) = 3177316 Test 007 cpld_control_ciceC_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/cpld_control_c192_p8 -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/cpld_control_c192_p8 +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_INTEL/cpld_control_c192_p8 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_31292/cpld_control_c192_p8 Checking test 008 cpld_control_c192_p8 results .... Comparing sfcf030.tile1.nc .........OK Comparing sfcf030.tile2.nc .........OK @@ -525,14 +525,14 @@ Checking test 008 cpld_control_c192_p8 results .... Comparing 20210323.120000.out_grd.ww3 .........OK Comparing 20210323.120000.out_pnt.ww3 .........OK - 0: The total amount of wall time = 656.997028 - 0: The maximum resident set size (KB) = 3220776 + 0: The total amount of wall time = 655.054194 + 0: The maximum resident set size (KB) = 3226348 Test 008 cpld_control_c192_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/cpld_control_c192_p8 -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/cpld_restart_c192_p8 +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_INTEL/cpld_control_c192_p8 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_31292/cpld_restart_c192_p8 Checking test 009 cpld_restart_c192_p8 results .... Comparing sfcf030.tile1.nc .........OK Comparing sfcf030.tile2.nc .........OK @@ -585,14 +585,14 @@ Checking test 009 cpld_restart_c192_p8 results .... Comparing 20210323.120000.out_grd.ww3 .........OK Comparing 20210323.120000.out_pnt.ww3 .........OK - 0: The total amount of wall time = 414.023108 - 0: The maximum resident set size (KB) = 3134132 + 0: The total amount of wall time = 410.311695 + 0: The maximum resident set size (KB) = 3138040 Test 009 cpld_restart_c192_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/cpld_bmark_p8 -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/cpld_bmark_p8 +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_INTEL/cpld_bmark_p8 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_31292/cpld_bmark_p8 Checking test 010 cpld_bmark_p8 results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK @@ -640,14 +640,14 @@ Checking test 010 cpld_bmark_p8 results .... Comparing 20130401.060000.out_pnt.ww3 .........OK Comparing 20130401.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 765.810645 - 0: The maximum resident set size (KB) = 4036616 + 0: The total amount of wall time = 767.527196 + 0: The maximum resident set size (KB) = 4038768 Test 010 cpld_bmark_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/cpld_bmark_p8 -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/cpld_restart_bmark_p8 +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_INTEL/cpld_bmark_p8 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_31292/cpld_restart_bmark_p8 Checking test 011 cpld_restart_bmark_p8 results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK @@ -695,14 +695,14 @@ Checking test 011 cpld_restart_bmark_p8 results .... Comparing 20130401.060000.out_pnt.ww3 .........OK Comparing 20130401.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 475.703674 - 0: The maximum resident set size (KB) = 3979240 + 0: The total amount of wall time = 475.704676 + 0: The maximum resident set size (KB) = 3975116 Test 011 cpld_restart_bmark_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/cpld_control_noaero_p8 -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/cpld_control_noaero_p8 +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_INTEL/cpld_control_noaero_p8 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_31292/cpld_control_noaero_p8 Checking test 012 cpld_control_noaero_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -766,14 +766,14 @@ Checking test 012 cpld_control_noaero_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 230.541321 - 0: The maximum resident set size (KB) = 1728348 + 0: The total amount of wall time = 233.254534 + 0: The maximum resident set size (KB) = 1729840 Test 012 cpld_control_noaero_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/cpld_control_c96_noaero_p8 -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/cpld_control_nowave_noaero_p8 +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_INTEL/cpld_control_c96_noaero_p8 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_31292/cpld_control_nowave_noaero_p8 Checking test 013 cpld_control_nowave_noaero_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -835,14 +835,14 @@ Checking test 013 cpld_control_nowave_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 = 255.630733 - 0: The maximum resident set size (KB) = 1763028 + 0: The total amount of wall time = 253.544330 + 0: The maximum resident set size (KB) = 1766956 Test 013 cpld_control_nowave_noaero_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/cpld_debug_p8 -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/cpld_debug_p8 +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_INTEL/cpld_debug_p8 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_31292/cpld_debug_p8 Checking test 014 cpld_debug_p8 results .... Comparing sfcf003.tile1.nc .........OK Comparing sfcf003.tile2.nc .........OK @@ -895,14 +895,14 @@ Checking test 014 cpld_debug_p8 results .... Comparing 20210322.090000.out_pnt.ww3 .........OK Comparing 20210322.090000.out_grd.ww3 .........OK - 0: The total amount of wall time = 656.823323 - 0: The maximum resident set size (KB) = 3248924 + 0: The total amount of wall time = 652.778822 + 0: The maximum resident set size (KB) = 3251372 Test 014 cpld_debug_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/cpld_debug_noaero_p8 -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/cpld_debug_noaero_p8 +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_INTEL/cpld_debug_noaero_p8 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_31292/cpld_debug_noaero_p8 Checking test 015 cpld_debug_noaero_p8 results .... Comparing sfcf003.tile1.nc .........OK Comparing sfcf003.tile2.nc .........OK @@ -954,14 +954,14 @@ Checking test 015 cpld_debug_noaero_p8 results .... Comparing 20210322.090000.out_pnt.ww3 .........OK Comparing 20210322.090000.out_grd.ww3 .........OK - 0: The total amount of wall time = 396.556374 - 0: The maximum resident set size (KB) = 1742972 + 0: The total amount of wall time = 395.328515 + 0: The maximum resident set size (KB) = 1753796 Test 015 cpld_debug_noaero_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/cpld_control_noaero_p8_agrid -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/cpld_control_noaero_p8_agrid +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_INTEL/cpld_control_noaero_p8_agrid +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_31292/cpld_control_noaero_p8_agrid Checking test 016 cpld_control_noaero_p8_agrid results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -1023,14 +1023,14 @@ Checking test 016 cpld_control_noaero_p8_agrid results .... Comparing RESTART/iced.2021-03-23-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK - 0: The total amount of wall time = 263.999249 - 0: The maximum resident set size (KB) = 1762100 + 0: The total amount of wall time = 262.873595 + 0: The maximum resident set size (KB) = 1770644 Test 016 cpld_control_noaero_p8_agrid PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/cpld_control_c48 -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/cpld_control_c48 +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_INTEL/cpld_control_c48 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_31292/cpld_control_c48 Checking test 017 cpld_control_c48 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -1080,14 +1080,14 @@ Checking test 017 cpld_control_c48 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 = 499.699875 - 0: The maximum resident set size (KB) = 2791484 + 0: The total amount of wall time = 498.053658 + 0: The maximum resident set size (KB) = 2811036 Test 017 cpld_control_c48 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/cpld_warmstart_c48 -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/cpld_warmstart_c48 +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_INTEL/cpld_warmstart_c48 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_31292/cpld_warmstart_c48 Checking test 018 cpld_warmstart_c48 results .... Comparing sfcf006.tile1.nc .........OK Comparing sfcf006.tile2.nc .........OK @@ -1137,14 +1137,14 @@ Checking test 018 cpld_warmstart_c48 results .... Comparing RESTART/iced.2021-03-23-43200.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-43200.nc .........OK - 0: The total amount of wall time = 132.794492 - 0: The maximum resident set size (KB) = 2803708 + 0: The total amount of wall time = 133.269395 + 0: The maximum resident set size (KB) = 2803380 Test 018 cpld_warmstart_c48 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/cpld_warmstart_c48 -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/cpld_restart_c48 +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_INTEL/cpld_warmstart_c48 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_31292/cpld_restart_c48 Checking test 019 cpld_restart_c48 results .... Comparing sfcf006.tile1.nc .........OK Comparing sfcf006.tile2.nc .........OK @@ -1194,14 +1194,14 @@ Checking test 019 cpld_restart_c48 results .... Comparing RESTART/iced.2021-03-23-43200.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-43200.nc .........OK - 0: The total amount of wall time = 69.533022 - 0: The maximum resident set size (KB) = 2240496 + 0: The total amount of wall time = 69.065964 + 0: The maximum resident set size (KB) = 2239480 Test 019 cpld_restart_c48 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/control -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/control +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_INTEL/control +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_31292/control Checking test 020 control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1248,14 +1248,14 @@ Checking test 020 control results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 134.583929 - 0: The maximum resident set size (KB) = 631116 + 0: The total amount of wall time = 133.700966 + 0: The maximum resident set size (KB) = 633800 Test 020 control PASS baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_INTEL/control_flake -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/control_flake +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_31292/control_flake Checking test 021 control_flake results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1266,15 +1266,169 @@ Checking test 021 control_flake results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 185.330622 - 0: The maximum resident set size (KB) = 667576 + 0: The total amount of wall time = 187.384516 + 0: The maximum resident set size (KB) = 687152 Test 021 control_flake PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/control -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/control_decomp -Checking test 022 control_decomp results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_INTEL/control_clm_lake +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_31292/control_clm_lake +Checking test 022 control_clm_lake 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 = 195.138684 + 0: The maximum resident set size (KB) = 678772 + +Test 022 control_clm_lake PASS + + +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_INTEL/control_clm_lake +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_31292/control_clm_lake_decomp +Checking test 023 control_clm_lake_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 = 193.836160 + 0: The maximum resident set size (KB) = 674280 + +Test 023 control_clm_lake_decomp PASS + + +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_INTEL/control_clm_lake +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_31292/control_clm_lake_2threads +Checking test 024 control_clm_lake_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 = 207.488981 + 0: The maximum resident set size (KB) = 742864 + +Test 024 control_clm_lake_2threads PASS + + +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_INTEL/control +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_31292/control_decomp +Checking test 025 control_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -1316,15 +1470,15 @@ Checking test 022 control_decomp results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 139.212263 - 0: The maximum resident set size (KB) = 615300 + 0: The total amount of wall time = 138.013798 + 0: The maximum resident set size (KB) = 627400 -Test 022 control_decomp PASS +Test 025 control_decomp PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/control -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/control_2dwrtdecomp -Checking test 023 control_2dwrtdecomp results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_INTEL/control +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_31292/control_2dwrtdecomp +Checking test 026 control_2dwrtdecomp results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -1334,15 +1488,15 @@ Checking test 023 control_2dwrtdecomp results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 131.950526 - 0: The maximum resident set size (KB) = 628204 + 0: The total amount of wall time = 132.105541 + 0: The maximum resident set size (KB) = 630840 -Test 023 control_2dwrtdecomp PASS +Test 026 control_2dwrtdecomp PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/control -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/control_2threads -Checking test 024 control_2threads results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_INTEL/control +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_31292/control_2threads +Checking test 027 control_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -1384,15 +1538,15 @@ Checking test 024 control_2threads results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 164.647181 - 0: The maximum resident set size (KB) = 672424 + 0: The total amount of wall time = 161.067758 + 0: The maximum resident set size (KB) = 669544 -Test 024 control_2threads PASS +Test 027 control_2threads PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/control -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/control_restart -Checking test 025 control_restart results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_INTEL/control +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_31292/control_restart +Checking test 028 control_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK Comparing GFSFLX.GrbF24 .........OK @@ -1430,15 +1584,15 @@ Checking test 025 control_restart results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 69.130393 - 0: The maximum resident set size (KB) = 460904 + 0: The total amount of wall time = 68.850157 + 0: The maximum resident set size (KB) = 471008 -Test 025 control_restart PASS +Test 028 control_restart PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/control -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/control_fhzero -Checking test 026 control_fhzero results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_INTEL/control +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_31292/control_fhzero +Checking test 029 control_fhzero results .... Comparing sfcf000.nc ............ALT CHECK......OK Comparing sfcf021.nc ............ALT CHECK......OK Comparing atmf000.nc .........OK @@ -1480,15 +1634,15 @@ Checking test 026 control_fhzero results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 125.126158 - 0: The maximum resident set size (KB) = 625088 + 0: The total amount of wall time = 126.070803 + 0: The maximum resident set size (KB) = 633768 -Test 026 control_fhzero PASS +Test 029 control_fhzero PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/control_CubedSphereGrid -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/control_CubedSphereGrid -Checking test 027 control_CubedSphereGrid results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_INTEL/control_CubedSphereGrid +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_31292/control_CubedSphereGrid +Checking test 030 control_CubedSphereGrid results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK Comparing sfcf000.tile3.nc .........OK @@ -1514,29 +1668,29 @@ Checking test 027 control_CubedSphereGrid results .... Comparing atmf024.tile5.nc .........OK Comparing atmf024.tile6.nc .........OK - 0: The total amount of wall time = 128.173896 - 0: The maximum resident set size (KB) = 633520 + 0: The total amount of wall time = 128.390725 + 0: The maximum resident set size (KB) = 637168 -Test 027 control_CubedSphereGrid PASS +Test 030 control_CubedSphereGrid PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/control_CubedSphereGrid_parallel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/control_CubedSphereGrid_parallel -Checking test 028 control_CubedSphereGrid_parallel results .... - Comparing sfcf000.nc ............ALT CHECK......OK - Comparing sfcf024.nc ............ALT CHECK......OK +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_INTEL/control_CubedSphereGrid_parallel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_31292/control_CubedSphereGrid_parallel +Checking test 031 control_CubedSphereGrid_parallel results .... + Comparing sfcf000.nc .........OK + Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK Comparing atmf024.nc .........OK - 0: The total amount of wall time = 125.427890 - 0: The maximum resident set size (KB) = 630560 + 0: The total amount of wall time = 126.016978 + 0: The maximum resident set size (KB) = 628836 -Test 028 control_CubedSphereGrid_parallel PASS +Test 031 control_CubedSphereGrid_parallel PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/control_latlon -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/control_latlon -Checking test 029 control_latlon results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_INTEL/control_latlon +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_31292/control_latlon +Checking test 032 control_latlon results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -1546,33 +1700,33 @@ Checking test 029 control_latlon results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 132.223804 - 0: The maximum resident set size (KB) = 626088 + 0: The total amount of wall time = 131.756578 + 0: The maximum resident set size (KB) = 637752 -Test 029 control_latlon PASS +Test 032 control_latlon PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/control_wrtGauss_netcdf_parallel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/control_wrtGauss_netcdf_parallel -Checking test 030 control_wrtGauss_netcdf_parallel results .... - Comparing sfcf000.nc .........OK - Comparing sfcf024.nc .........OK +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_INTEL/control_wrtGauss_netcdf_parallel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_31292/control_wrtGauss_netcdf_parallel +Checking test 033 control_wrtGauss_netcdf_parallel results .... + Comparing sfcf000.nc ............ALT CHECK......OK + Comparing sfcf024.nc ............ALT CHECK......OK Comparing atmf000.nc ............ALT CHECK......OK - Comparing atmf024.nc ............ALT CHECK......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 = 135.041850 - 0: The maximum resident set size (KB) = 626888 + 0: The total amount of wall time = 135.770286 + 0: The maximum resident set size (KB) = 633020 -Test 030 control_wrtGauss_netcdf_parallel PASS +Test 033 control_wrtGauss_netcdf_parallel PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/control_c48 -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/control_c48 -Checking test 031 control_c48 results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_INTEL/control_c48 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_31292/control_c48 +Checking test 034 control_c48 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -1610,15 +1764,15 @@ Checking test 031 control_c48 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0: The total amount of wall time = 343.766691 -0: The maximum resident set size (KB) = 817708 +0: The total amount of wall time = 345.819568 +0: The maximum resident set size (KB) = 827880 -Test 031 control_c48 PASS +Test 034 control_c48 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/control_c192 -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/control_c192 -Checking test 032 control_c192 results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_INTEL/control_c192 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_31292/control_c192 +Checking test 035 control_c192 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -1628,15 +1782,15 @@ Checking test 032 control_c192 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 522.387181 - 0: The maximum resident set size (KB) = 760684 + 0: The total amount of wall time = 523.746468 + 0: The maximum resident set size (KB) = 765412 -Test 032 control_c192 PASS +Test 035 control_c192 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/control_c384 -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/control_c384 -Checking test 033 control_c384 results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_INTEL/control_c384 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_31292/control_c384 +Checking test 036 control_c384 results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK Comparing atmf000.nc .........OK @@ -1646,15 +1800,15 @@ Checking test 033 control_c384 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 687.786444 - 0: The maximum resident set size (KB) = 1100132 + 0: The total amount of wall time = 689.785378 + 0: The maximum resident set size (KB) = 1104016 -Test 033 control_c384 PASS +Test 036 control_c384 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/control_c384gdas -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/control_c384gdas -Checking test 034 control_c384gdas results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_INTEL/control_c384gdas +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_31292/control_c384gdas +Checking test 037 control_c384gdas results .... Comparing sfcf000.nc .........OK Comparing sfcf006.nc .........OK Comparing atmf000.nc .........OK @@ -1696,15 +1850,15 @@ Checking test 034 control_c384gdas results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 584.208981 - 0: The maximum resident set size (KB) = 1239820 + 0: The total amount of wall time = 581.090349 + 0: The maximum resident set size (KB) = 1242648 -Test 034 control_c384gdas PASS +Test 037 control_c384gdas PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/control_c384_progsigma -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/control_c384_progsigma -Checking test 035 control_c384_progsigma results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_INTEL/control_c384_progsigma +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_31292/control_c384_progsigma +Checking test 038 control_c384_progsigma results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK Comparing atmf000.nc .........OK @@ -1714,15 +1868,15 @@ Checking test 035 control_c384_progsigma results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 712.427621 - 0: The maximum resident set size (KB) = 1095380 + 0: The total amount of wall time = 704.346754 + 0: The maximum resident set size (KB) = 1095384 -Test 035 control_c384_progsigma PASS +Test 038 control_c384_progsigma PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/control_stochy -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/control_stochy -Checking test 036 control_stochy results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_INTEL/control_stochy +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_31292/control_stochy +Checking test 039 control_stochy results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK Comparing atmf000.nc .........OK @@ -1732,29 +1886,29 @@ Checking test 036 control_stochy results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 87.714216 - 0: The maximum resident set size (KB) = 636160 + 0: The total amount of wall time = 89.183235 + 0: The maximum resident set size (KB) = 632984 -Test 036 control_stochy PASS +Test 039 control_stochy PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/control_stochy -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/control_stochy_restart -Checking test 037 control_stochy_restart results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_INTEL/control_stochy +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_31292/control_stochy_restart +Checking test 040 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.289923 - 0: The maximum resident set size (KB) = 487752 + 0: The total amount of wall time = 46.012399 + 0: The maximum resident set size (KB) = 486840 -Test 037 control_stochy_restart PASS +Test 040 control_stochy_restart PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/control_lndp -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/control_lndp -Checking test 038 control_lndp results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_INTEL/control_lndp +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_31292/control_lndp +Checking test 041 control_lndp results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK Comparing atmf000.nc .........OK @@ -1764,15 +1918,15 @@ Checking test 038 control_lndp results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 79.847704 - 0: The maximum resident set size (KB) = 635440 + 0: The total amount of wall time = 79.979293 + 0: The maximum resident set size (KB) = 633852 -Test 038 control_lndp PASS +Test 041 control_lndp PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/control_iovr4 -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/control_iovr4 -Checking test 039 control_iovr4 results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_INTEL/control_iovr4 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_31292/control_iovr4 +Checking test 042 control_iovr4 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -1786,15 +1940,15 @@ Checking test 039 control_iovr4 results .... Comparing GFSPRS.GrbF21 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 134.669005 - 0: The maximum resident set size (KB) = 627200 + 0: The total amount of wall time = 133.895724 + 0: The maximum resident set size (KB) = 636244 -Test 039 control_iovr4 PASS +Test 042 control_iovr4 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/control_iovr5 -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/control_iovr5 -Checking test 040 control_iovr5 results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_INTEL/control_iovr5 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_31292/control_iovr5 +Checking test 043 control_iovr5 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -1808,15 +1962,15 @@ Checking test 040 control_iovr5 results .... Comparing GFSPRS.GrbF21 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 132.956489 - 0: The maximum resident set size (KB) = 627468 + 0: The total amount of wall time = 133.412932 + 0: The maximum resident set size (KB) = 633668 -Test 040 control_iovr5 PASS +Test 043 control_iovr5 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/control_p8 -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/control_p8 -Checking test 041 control_p8 results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_INTEL/control_p8 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_31292/control_p8 +Checking test 044 control_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -1862,15 +2016,15 @@ Checking test 041 control_p8 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 166.491726 - 0: The maximum resident set size (KB) = 1604632 + 0: The total amount of wall time = 168.424856 + 0: The maximum resident set size (KB) = 1611072 -Test 041 control_p8 PASS +Test 044 control_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/control_p8_lndp -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/control_p8_lndp -Checking test 042 control_p8_lndp results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_INTEL/control_p8_lndp +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_31292/control_p8_lndp +Checking test 045 control_p8_lndp results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -1888,15 +2042,15 @@ Checking test 042 control_p8_lndp results .... Comparing GFSPRS.GrbF24 .........OK Comparing GFSPRS.GrbF48 .........OK - 0: The total amount of wall time = 311.544443 - 0: The maximum resident set size (KB) = 1603432 + 0: The total amount of wall time = 310.146171 + 0: The maximum resident set size (KB) = 1605996 -Test 042 control_p8_lndp PASS +Test 045 control_p8_lndp PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/control_p8 -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/control_restart_p8 -Checking test 043 control_restart_p8 results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_INTEL/control_p8 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_31292/control_restart_p8 +Checking test 046 control_restart_p8 results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK Comparing GFSFLX.GrbF24 .........OK @@ -1934,15 +2088,15 @@ Checking test 043 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 = 86.723200 - 0: The maximum resident set size (KB) = 864304 + 0: The total amount of wall time = 88.037553 + 0: The maximum resident set size (KB) = 865124 -Test 043 control_restart_p8 PASS +Test 046 control_restart_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/control_p8 -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/control_decomp_p8 -Checking test 044 control_decomp_p8 results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_INTEL/control_p8 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_31292/control_decomp_p8 +Checking test 047 control_decomp_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -1984,15 +2138,15 @@ Checking test 044 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 = 170.421238 - 0: The maximum resident set size (KB) = 1590592 + 0: The total amount of wall time = 171.429824 + 0: The maximum resident set size (KB) = 1589624 -Test 044 control_decomp_p8 PASS +Test 047 control_decomp_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/control_p8 -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/control_2threads_p8 -Checking test 045 control_2threads_p8 results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_INTEL/control_p8 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_31292/control_2threads_p8 +Checking test 048 control_2threads_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -2034,15 +2188,15 @@ Checking test 045 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 = 202.500841 - 0: The maximum resident set size (KB) = 1667104 + 0: The total amount of wall time = 202.191459 + 0: The maximum resident set size (KB) = 1662588 -Test 045 control_2threads_p8 PASS +Test 048 control_2threads_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/control_p8_rrtmgp -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/control_p8_rrtmgp -Checking test 046 control_p8_rrtmgp results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_INTEL/control_p8_rrtmgp +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_31292/control_p8_rrtmgp +Checking test 049 control_p8_rrtmgp results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -2088,15 +2242,15 @@ Checking test 046 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 = 200.358363 - 0: The maximum resident set size (KB) = 1722376 + 0: The total amount of wall time = 201.576236 + 0: The maximum resident set size (KB) = 1726068 -Test 046 control_p8_rrtmgp PASS +Test 049 control_p8_rrtmgp PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/merra2_thompson -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/merra2_thompson -Checking test 047 merra2_thompson results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_INTEL/merra2_thompson +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_31292/merra2_thompson +Checking test 050 merra2_thompson results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -2142,15 +2296,15 @@ Checking test 047 merra2_thompson results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 169.098081 - 0: The maximum resident set size (KB) = 1612088 + 0: The total amount of wall time = 169.435118 + 0: The maximum resident set size (KB) = 1615612 -Test 047 merra2_thompson PASS +Test 050 merra2_thompson PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/regional_control -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/regional_control -Checking test 048 regional_control results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_INTEL/regional_control +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_31292/regional_control +Checking test 051 regional_control results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK Comparing phyf000.nc .........OK @@ -2160,29 +2314,29 @@ Checking test 048 regional_control results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 296.447805 - 0: The maximum resident set size (KB) = 866068 + 0: The total amount of wall time = 293.159899 + 0: The maximum resident set size (KB) = 867896 -Test 048 regional_control PASS +Test 051 regional_control PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/regional_control -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/regional_restart -Checking test 049 regional_restart results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_INTEL/regional_control +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_31292/regional_restart +Checking test 052 regional_restart results .... Comparing dynf006.nc .........OK Comparing phyf006.nc .........OK Comparing PRSLEV.GrbF06 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 147.955291 - 0: The maximum resident set size (KB) = 857572 + 0: The total amount of wall time = 150.125055 + 0: The maximum resident set size (KB) = 866792 -Test 049 regional_restart PASS +Test 052 regional_restart PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/regional_control -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/regional_decomp -Checking test 050 regional_decomp results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_INTEL/regional_control +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_31292/regional_decomp +Checking test 053 regional_decomp results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK Comparing phyf000.nc .........OK @@ -2192,15 +2346,15 @@ Checking test 050 regional_decomp results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 310.581692 - 0: The maximum resident set size (KB) = 856764 + 0: The total amount of wall time = 312.778696 + 0: The maximum resident set size (KB) = 859716 -Test 050 regional_decomp PASS +Test 053 regional_decomp PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/regional_control -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/regional_2threads -Checking test 051 regional_2threads results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_INTEL/regional_control +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_31292/regional_2threads +Checking test 054 regional_2threads results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK Comparing phyf000.nc .........OK @@ -2210,44 +2364,44 @@ Checking test 051 regional_2threads results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 232.605085 - 0: The maximum resident set size (KB) = 824076 + 0: The total amount of wall time = 229.624891 + 0: The maximum resident set size (KB) = 836360 -Test 051 regional_2threads PASS +Test 054 regional_2threads PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/regional_noquilt -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/regional_noquilt -Checking test 052 regional_noquilt results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_INTEL/regional_noquilt +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_31292/regional_noquilt +Checking test 055 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 = 323.763209 - 0: The maximum resident set size (KB) = 862636 + 0: The total amount of wall time = 325.691283 + 0: The maximum resident set size (KB) = 860880 -Test 052 regional_noquilt PASS +Test 055 regional_noquilt PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/regional_netcdf_parallel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/regional_netcdf_parallel -Checking test 053 regional_netcdf_parallel results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_INTEL/regional_netcdf_parallel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_31292/regional_netcdf_parallel +Checking test 056 regional_netcdf_parallel results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK Comparing phyf000.nc ............ALT CHECK......OK Comparing phyf006.nc .........OK - 0: The total amount of wall time = 294.220486 - 0: The maximum resident set size (KB) = 857060 + 0: The total amount of wall time = 292.175775 + 0: The maximum resident set size (KB) = 858824 -Test 053 regional_netcdf_parallel PASS +Test 056 regional_netcdf_parallel PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/regional_control -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/regional_2dwrtdecomp -Checking test 054 regional_2dwrtdecomp results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_INTEL/regional_control +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_31292/regional_2dwrtdecomp +Checking test 057 regional_2dwrtdecomp results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK Comparing phyf000.nc .........OK @@ -2257,15 +2411,15 @@ Checking test 054 regional_2dwrtdecomp results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 296.509968 - 0: The maximum resident set size (KB) = 871700 + 0: The total amount of wall time = 298.141976 + 0: The maximum resident set size (KB) = 873208 -Test 054 regional_2dwrtdecomp PASS +Test 057 regional_2dwrtdecomp PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/fv3_regional_wofs -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/regional_wofs -Checking test 055 regional_wofs results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_INTEL/fv3_regional_wofs +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_31292/regional_wofs +Checking test 058 regional_wofs results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK Comparing phyf000.nc .........OK @@ -2275,15 +2429,15 @@ Checking test 055 regional_wofs results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 371.751716 - 0: The maximum resident set size (KB) = 619796 + 0: The total amount of wall time = 373.978673 + 0: The maximum resident set size (KB) = 626736 -Test 055 regional_wofs PASS +Test 058 regional_wofs PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/rap_control -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/rap_control -Checking test 056 rap_control results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_INTEL/rap_control +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_31292/rap_control +Checking test 059 rap_control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -2329,15 +2483,15 @@ Checking test 056 rap_control results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 439.378145 - 0: The maximum resident set size (KB) = 1041528 + 0: The total amount of wall time = 441.814268 + 0: The maximum resident set size (KB) = 1057184 -Test 056 rap_control PASS +Test 059 rap_control PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/rap_rrtmgp -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/rap_rrtmgp -Checking test 057 rap_rrtmgp results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_INTEL/rap_rrtmgp +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_31292/rap_rrtmgp +Checking test 060 rap_rrtmgp results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -2383,15 +2537,15 @@ Checking test 057 rap_rrtmgp results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 473.420332 - 0: The maximum resident set size (KB) = 1209796 + 0: The total amount of wall time = 471.406129 + 0: The maximum resident set size (KB) = 1211064 -Test 057 rap_rrtmgp PASS +Test 060 rap_rrtmgp PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/regional_spp_sppt_shum_skeb -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/regional_spp_sppt_shum_skeb -Checking test 058 regional_spp_sppt_shum_skeb results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_INTEL/regional_spp_sppt_shum_skeb +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_31292/regional_spp_sppt_shum_skeb +Checking test 061 regional_spp_sppt_shum_skeb results .... Comparing dynf000.nc .........OK Comparing dynf001.nc .........OK Comparing phyf000.nc .........OK @@ -2401,15 +2555,15 @@ Checking test 058 regional_spp_sppt_shum_skeb results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF01 .........OK - 0: The total amount of wall time = 294.467995 - 0: The maximum resident set size (KB) = 1174292 + 0: The total amount of wall time = 299.153658 + 0: The maximum resident set size (KB) = 1174860 -Test 058 regional_spp_sppt_shum_skeb PASS +Test 061 regional_spp_sppt_shum_skeb PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/rap_control -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/rap_decomp -Checking test 059 rap_decomp results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_INTEL/rap_control +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_31292/rap_decomp +Checking test 062 rap_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -2455,15 +2609,15 @@ Checking test 059 rap_decomp results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 462.616205 - 0: The maximum resident set size (KB) = 999952 + 0: The total amount of wall time = 462.511146 + 0: The maximum resident set size (KB) = 999080 -Test 059 rap_decomp PASS +Test 062 rap_decomp PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/rap_control -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/rap_2threads -Checking test 060 rap_2threads results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_INTEL/rap_control +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_31292/rap_2threads +Checking test 063 rap_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -2509,15 +2663,15 @@ Checking test 060 rap_2threads results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 524.199247 - 0: The maximum resident set size (KB) = 1060384 + 0: The total amount of wall time = 519.235298 + 0: The maximum resident set size (KB) = 1058848 -Test 060 rap_2threads PASS +Test 063 rap_2threads PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/rap_control -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/rap_restart -Checking test 061 rap_restart results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_INTEL/rap_control +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_31292/rap_restart +Checking test 064 rap_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK Comparing GFSFLX.GrbF24 .........OK @@ -2555,15 +2709,15 @@ Checking test 061 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.632885 - 0: The maximum resident set size (KB) = 963560 + 0: The total amount of wall time = 223.166578 + 0: The maximum resident set size (KB) = 955160 -Test 061 rap_restart PASS +Test 064 rap_restart PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/rap_sfcdiff -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/rap_sfcdiff -Checking test 062 rap_sfcdiff results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_INTEL/rap_sfcdiff +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_31292/rap_sfcdiff +Checking test 065 rap_sfcdiff results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -2609,15 +2763,115 @@ Checking test 062 rap_sfcdiff results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 438.765786 - 0: The maximum resident set size (KB) = 1057900 + 0: The total amount of wall time = 438.649176 + 0: The maximum resident set size (KB) = 1062212 + +Test 065 rap_sfcdiff PASS + + +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_INTEL/rap_sfcdiff +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_31292/rap_sfcdiff_decomp +Checking test 066 rap_sfcdiff_decomp results .... + Comparing sfcf000.nc .........OK + Comparing sfcf009.nc .........OK + Comparing sfcf012.nc .........OK + Comparing atmf000.nc .........OK + Comparing atmf009.nc .........OK + Comparing atmf012.nc .........OK + Comparing GFSFLX.GrbF00 .........OK + Comparing GFSFLX.GrbF09 .........OK + Comparing GFSFLX.GrbF12 .........OK + Comparing GFSPRS.GrbF00 .........OK + Comparing GFSPRS.GrbF09 .........OK + Comparing GFSPRS.GrbF12 .........OK + Comparing RESTART/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 = 464.151448 + 0: The maximum resident set size (KB) = 998916 + +Test 066 rap_sfcdiff_decomp PASS + + +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_INTEL/rap_sfcdiff +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_31292/rap_sfcdiff_restart +Checking test 067 rap_sfcdiff_restart results .... + Comparing sfcf012.nc .........OK + Comparing atmf012.nc .........OK + Comparing GFSFLX.GrbF12 .........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 + + 0: The total amount of wall time = 326.028344 + 0: The maximum resident set size (KB) = 980784 -Test 062 rap_sfcdiff PASS +Test 067 rap_sfcdiff_restart PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/rap_sfcdiff -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/rap_sfcdiff_decomp -Checking test 063 rap_sfcdiff_decomp results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_INTEL/hrrr_control +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_31292/hrrr_control +Checking test 068 hrrr_control results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -2663,18 +2917,26 @@ Checking test 063 rap_sfcdiff_decomp results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 464.433283 - 0: The maximum resident set size (KB) = 1000668 + 0: The total amount of wall time = 420.618884 + 0: The maximum resident set size (KB) = 1054924 -Test 063 rap_sfcdiff_decomp PASS +Test 068 hrrr_control PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/rap_sfcdiff -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/rap_sfcdiff_restart -Checking test 064 rap_sfcdiff_restart results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_INTEL/hrrr_control +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_31292/hrrr_control_decomp +Checking test 069 hrrr_control_decomp results .... + Comparing sfcf000.nc .........OK + Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK + Comparing atmf000.nc .........OK + Comparing atmf009.nc .........OK Comparing atmf012.nc .........OK + Comparing GFSFLX.GrbF00 .........OK + Comparing GFSFLX.GrbF09 .........OK Comparing GFSFLX.GrbF12 .........OK + Comparing GFSPRS.GrbF00 .........OK + Comparing GFSPRS.GrbF09 .........OK Comparing GFSPRS.GrbF12 .........OK Comparing RESTART/coupler.res .........OK Comparing RESTART/fv_core.res.nc .........OK @@ -2709,15 +2971,15 @@ Checking test 064 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 = 328.873088 - 0: The maximum resident set size (KB) = 987688 + 0: The total amount of wall time = 442.037963 + 0: The maximum resident set size (KB) = 999152 -Test 064 rap_sfcdiff_restart PASS +Test 069 hrrr_control_decomp PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/hrrr_control -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/hrrr_control -Checking test 065 hrrr_control results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_INTEL/hrrr_control +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_31292/hrrr_control_2threads +Checking test 070 hrrr_control_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -2763,15 +3025,61 @@ Checking test 065 hrrr_control results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 421.230832 - 0: The maximum resident set size (KB) = 1047560 + 0: The total amount of wall time = 490.134195 + 0: The maximum resident set size (KB) = 1056000 + +Test 070 hrrr_control_2threads PASS + + +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_INTEL/hrrr_control +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_31292/hrrr_control_restart +Checking test 071 hrrr_control_restart results .... + Comparing sfcf012.nc .........OK + Comparing atmf012.nc .........OK + Comparing GFSFLX.GrbF12 .........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 + + 0: The total amount of wall time = 315.121033 + 0: The maximum resident set size (KB) = 973984 -Test 065 hrrr_control PASS +Test 071 hrrr_control_restart PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/hrrr_control -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/hrrr_control_decomp -Checking test 066 hrrr_control_decomp results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_INTEL/hrrr_clm_lake +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_31292/hrrr_clm_lake +Checking test 072 hrrr_clm_lake results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -2817,15 +3125,15 @@ Checking test 066 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 = 441.312663 - 0: The maximum resident set size (KB) = 996020 + 0: The total amount of wall time = 423.789892 + 0: The maximum resident set size (KB) = 1052828 -Test 066 hrrr_control_decomp PASS +Test 072 hrrr_clm_lake PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/hrrr_control -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/hrrr_control_2threads -Checking test 067 hrrr_control_2threads results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_INTEL/hrrr_clm_lake +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_31292/hrrr_clm_lake_decomp +Checking test 073 hrrr_clm_lake_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -2871,18 +3179,26 @@ Checking test 067 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 = 492.888097 - 0: The maximum resident set size (KB) = 1057640 + 0: The total amount of wall time = 441.354651 + 0: The maximum resident set size (KB) = 993668 -Test 067 hrrr_control_2threads PASS +Test 073 hrrr_clm_lake_decomp PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/hrrr_control -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/hrrr_control_restart -Checking test 068 hrrr_control_restart results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_INTEL/hrrr_clm_lake +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_31292/hrrr_clm_lake_2threads +Checking test 074 hrrr_clm_lake_2threads results .... + Comparing sfcf000.nc .........OK + Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK + Comparing atmf000.nc .........OK + Comparing atmf009.nc .........OK Comparing atmf012.nc .........OK + Comparing GFSFLX.GrbF00 .........OK + Comparing GFSFLX.GrbF09 .........OK Comparing GFSFLX.GrbF12 .........OK + Comparing GFSPRS.GrbF00 .........OK + Comparing GFSPRS.GrbF09 .........OK Comparing GFSPRS.GrbF12 .........OK Comparing RESTART/coupler.res .........OK Comparing RESTART/fv_core.res.nc .........OK @@ -2917,15 +3233,15 @@ Checking test 068 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 = 316.457914 - 0: The maximum resident set size (KB) = 980208 + 0: The total amount of wall time = 496.419589 + 0: The maximum resident set size (KB) = 1065272 -Test 068 hrrr_control_restart PASS +Test 074 hrrr_clm_lake_2threads PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/rrfs_v1beta -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/rrfs_v1beta -Checking test 069 rrfs_v1beta results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_INTEL/rrfs_v1beta +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_31292/rrfs_v1beta +Checking test 075 rrfs_v1beta results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -2971,15 +3287,15 @@ Checking test 069 rrfs_v1beta results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 431.276789 - 0: The maximum resident set size (KB) = 1046456 + 0: The total amount of wall time = 432.094949 + 0: The maximum resident set size (KB) = 1041464 -Test 069 rrfs_v1beta PASS +Test 075 rrfs_v1beta PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/rrfs_v1nssl -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/rrfs_v1nssl -Checking test 070 rrfs_v1nssl results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_INTEL/rrfs_v1nssl +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_31292/rrfs_v1nssl +Checking test 076 rrfs_v1nssl results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -2993,15 +3309,15 @@ Checking test 070 rrfs_v1nssl results .... Comparing GFSPRS.GrbF09 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 514.395197 - 0: The maximum resident set size (KB) = 688012 + 0: The total amount of wall time = 512.314903 + 0: The maximum resident set size (KB) = 688868 -Test 070 rrfs_v1nssl PASS +Test 076 rrfs_v1nssl PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/rrfs_v1nssl_nohailnoccn -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/rrfs_v1nssl_nohailnoccn -Checking test 071 rrfs_v1nssl_nohailnoccn results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_INTEL/rrfs_v1nssl_nohailnoccn +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_31292/rrfs_v1nssl_nohailnoccn +Checking test 077 rrfs_v1nssl_nohailnoccn results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -3015,15 +3331,15 @@ Checking test 071 rrfs_v1nssl_nohailnoccn results .... Comparing GFSPRS.GrbF09 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 502.077088 - 0: The maximum resident set size (KB) = 752640 + 0: The total amount of wall time = 500.425625 + 0: The maximum resident set size (KB) = 747400 -Test 071 rrfs_v1nssl_nohailnoccn PASS +Test 077 rrfs_v1nssl_nohailnoccn PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/rrfs_conus13km_hrrr_warm -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/rrfs_conus13km_hrrr_warm -Checking test 072 rrfs_conus13km_hrrr_warm results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_INTEL/rrfs_conus13km_hrrr_warm +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_31292/rrfs_conus13km_hrrr_warm +Checking test 078 rrfs_conus13km_hrrr_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing sfcf002.nc .........OK @@ -3031,15 +3347,15 @@ Checking test 072 rrfs_conus13km_hrrr_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 127.344308 - 0: The maximum resident set size (KB) = 924260 + 0: The total amount of wall time = 125.823647 + 0: The maximum resident set size (KB) = 930852 -Test 072 rrfs_conus13km_hrrr_warm PASS +Test 078 rrfs_conus13km_hrrr_warm PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/rrfs_smoke_conus13km_hrrr_warm -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/rrfs_smoke_conus13km_hrrr_warm -Checking test 073 rrfs_smoke_conus13km_hrrr_warm results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_INTEL/rrfs_smoke_conus13km_hrrr_warm +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_31292/rrfs_smoke_conus13km_hrrr_warm +Checking test 079 rrfs_smoke_conus13km_hrrr_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing sfcf002.nc .........OK @@ -3047,15 +3363,15 @@ Checking test 073 rrfs_smoke_conus13km_hrrr_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 142.456734 - 0: The maximum resident set size (KB) = 961200 + 0: The total amount of wall time = 142.627457 + 0: The maximum resident set size (KB) = 956304 -Test 073 rrfs_smoke_conus13km_hrrr_warm PASS +Test 079 rrfs_smoke_conus13km_hrrr_warm PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/rrfs_conus13km_radar_tten_warm -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/rrfs_conus13km_radar_tten_warm -Checking test 074 rrfs_conus13km_radar_tten_warm results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_INTEL/rrfs_conus13km_radar_tten_warm +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_31292/rrfs_conus13km_radar_tten_warm +Checking test 080 rrfs_conus13km_radar_tten_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing sfcf002.nc .........OK @@ -3063,15 +3379,15 @@ Checking test 074 rrfs_conus13km_radar_tten_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 128.626754 - 0: The maximum resident set size (KB) = 931860 + 0: The total amount of wall time = 127.953566 + 0: The maximum resident set size (KB) = 930412 -Test 074 rrfs_conus13km_radar_tten_warm PASS +Test 080 rrfs_conus13km_radar_tten_warm PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/rrfs_conus13km_hrrr_warm -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/rrfs_conus13km_hrrr_warm_2threads -Checking test 075 rrfs_conus13km_hrrr_warm_2threads results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_INTEL/rrfs_conus13km_hrrr_warm +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_31292/rrfs_conus13km_hrrr_warm_2threads +Checking test 081 rrfs_conus13km_hrrr_warm_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing sfcf002.nc .........OK @@ -3079,15 +3395,15 @@ Checking test 075 rrfs_conus13km_hrrr_warm_2threads results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 95.631661 - 0: The maximum resident set size (KB) = 905428 + 0: The total amount of wall time = 95.772498 + 0: The maximum resident set size (KB) = 896556 -Test 075 rrfs_conus13km_hrrr_warm_2threads PASS +Test 081 rrfs_conus13km_hrrr_warm_2threads PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/rrfs_conus13km_radar_tten_warm -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/rrfs_conus13km_radar_tten_warm_2threads -Checking test 076 rrfs_conus13km_radar_tten_warm_2threads results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_INTEL/rrfs_conus13km_radar_tten_warm +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_31292/rrfs_conus13km_radar_tten_warm_2threads +Checking test 082 rrfs_conus13km_radar_tten_warm_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing sfcf002.nc .........OK @@ -3095,15 +3411,15 @@ Checking test 076 rrfs_conus13km_radar_tten_warm_2threads results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 96.897435 - 0: The maximum resident set size (KB) = 898256 + 0: The total amount of wall time = 98.840825 + 0: The maximum resident set size (KB) = 896464 -Test 076 rrfs_conus13km_radar_tten_warm_2threads PASS +Test 082 rrfs_conus13km_radar_tten_warm_2threads PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/control_csawmg -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/control_csawmg -Checking test 077 control_csawmg results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_INTEL/control_csawmg +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_31292/control_csawmg +Checking test 083 control_csawmg results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -3113,15 +3429,15 @@ Checking test 077 control_csawmg results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 338.245787 - 0: The maximum resident set size (KB) = 720376 + 0: The total amount of wall time = 343.127520 + 0: The maximum resident set size (KB) = 725796 -Test 077 control_csawmg PASS +Test 083 control_csawmg PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/control_csawmgt -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/control_csawmgt -Checking test 078 control_csawmgt results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_INTEL/control_csawmgt +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_31292/control_csawmgt +Checking test 084 control_csawmgt results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -3131,15 +3447,15 @@ Checking test 078 control_csawmgt results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 337.371481 - 0: The maximum resident set size (KB) = 722268 + 0: The total amount of wall time = 337.114903 + 0: The maximum resident set size (KB) = 724192 -Test 078 control_csawmgt PASS +Test 084 control_csawmgt PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/control_ras -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/control_ras -Checking test 079 control_ras results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_INTEL/control_ras +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_31292/control_ras +Checking test 085 control_ras results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -3149,83 +3465,97 @@ Checking test 079 control_ras results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 178.578949 - 0: The maximum resident set size (KB) = 710636 + 0: The total amount of wall time = 179.079674 + 0: The maximum resident set size (KB) = 713136 -Test 079 control_ras PASS +Test 085 control_ras PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/control_wam -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/control_wam -Checking test 080 control_wam results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_INTEL/control_wam +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_31292/control_wam +Checking test 086 control_wam results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK - 0: The total amount of wall time = 111.413593 - 0: The maximum resident set size (KB) = 632036 + 0: The total amount of wall time = 112.920890 + 0: The maximum resident set size (KB) = 642208 -Test 080 control_wam PASS +Test 086 control_wam PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/rrfs_conus13km_hrrr_warm_debugs -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/rrfs_conus13km_hrrr_warm_debug -Checking test 081 rrfs_conus13km_hrrr_warm_debug results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_INTEL/rrfs_conus13km_hrrr_warm_debugs +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_31292/rrfs_conus13km_hrrr_warm_debug +Checking test 087 rrfs_conus13km_hrrr_warm_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 = 724.878071 - 0: The maximum resident set size (KB) = 954836 + 0: The total amount of wall time = 699.465725 + 0: The maximum resident set size (KB) = 955280 -Test 081 rrfs_conus13km_hrrr_warm_debug PASS +Test 087 rrfs_conus13km_hrrr_warm_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/rrfs_conus13km_radar_tten_warm_debug -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/rrfs_conus13km_radar_tten_warm_debug -Checking test 082 rrfs_conus13km_radar_tten_warm_debug results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_INTEL/rrfs_conus13km_radar_tten_warm_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_31292/rrfs_conus13km_radar_tten_warm_debug +Checking test 088 rrfs_conus13km_radar_tten_warm_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 = 728.740742 - 0: The maximum resident set size (KB) = 971220 + 0: The total amount of wall time = 707.469650 + 0: The maximum resident set size (KB) = 961208 -Test 082 rrfs_conus13km_radar_tten_warm_debug PASS +Test 088 rrfs_conus13km_radar_tten_warm_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/control_debug -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/control_debug -Checking test 083 control_debug results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_INTEL/control_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_31292/control_debug +Checking test 089 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 = 154.395559 - 0: The maximum resident set size (KB) = 792876 + 0: The total amount of wall time = 150.043508 + 0: The maximum resident set size (KB) = 797976 -Test 083 control_debug PASS +Test 089 control_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/control_debug -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/control_2threads_debug -Checking test 084 control_2threads_debug results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_INTEL/control_clm_lake_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_31292/control_clm_lake_debug +Checking test 090 control_clm_lake_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 = 215.701079 - 0: The maximum resident set size (KB) = 831444 + 0: The total amount of wall time = 222.442692 + 0: The maximum resident set size (KB) = 845692 + +Test 090 control_clm_lake_debug PASS + + +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_INTEL/control_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_31292/control_2threads_debug +Checking test 091 control_2threads_debug results .... + Comparing sfcf000.nc .........OK + Comparing sfcf001.nc .........OK + Comparing atmf000.nc .........OK + Comparing atmf001.nc .........OK -Test 084 control_2threads_debug PASS + 0: The total amount of wall time = 218.812055 + 0: The maximum resident set size (KB) = 846044 +Test 091 control_2threads_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/control_CubedSphereGrid_debug -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/control_CubedSphereGrid_debug -Checking test 085 control_CubedSphereGrid_debug results .... + +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_INTEL/control_CubedSphereGrid_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_31292/control_CubedSphereGrid_debug +Checking test 092 control_CubedSphereGrid_debug results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK Comparing sfcf000.tile3.nc .........OK @@ -3251,349 +3581,363 @@ Checking test 085 control_CubedSphereGrid_debug results .... Comparing atmf001.tile5.nc .........OK Comparing atmf001.tile6.nc .........OK - 0: The total amount of wall time = 169.135334 - 0: The maximum resident set size (KB) = 798824 + 0: The total amount of wall time = 163.578473 + 0: The maximum resident set size (KB) = 793012 -Test 085 control_CubedSphereGrid_debug PASS +Test 092 control_CubedSphereGrid_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/control_wrtGauss_netcdf_parallel_debug -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/control_wrtGauss_netcdf_parallel_debug -Checking test 086 control_wrtGauss_netcdf_parallel_debug results .... - Comparing sfcf000.nc ............ALT CHECK......OK +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_INTEL/control_wrtGauss_netcdf_parallel_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_31292/control_wrtGauss_netcdf_parallel_debug +Checking test 093 control_wrtGauss_netcdf_parallel_debug results .... + Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK - Comparing atmf001.nc ............ALT CHECK......OK + Comparing atmf001.nc .........OK - 0: The total amount of wall time = 153.755843 - 0: The maximum resident set size (KB) = 793152 + 0: The total amount of wall time = 157.838090 + 0: The maximum resident set size (KB) = 791388 -Test 086 control_wrtGauss_netcdf_parallel_debug PASS +Test 093 control_wrtGauss_netcdf_parallel_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/control_stochy_debug -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/control_stochy_debug -Checking test 087 control_stochy_debug results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_INTEL/control_stochy_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_31292/control_stochy_debug +Checking test 094 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 = 173.817343 - 0: The maximum resident set size (KB) = 800220 + 0: The total amount of wall time = 177.730555 + 0: The maximum resident set size (KB) = 800360 -Test 087 control_stochy_debug PASS +Test 094 control_stochy_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/control_lndp_debug -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/control_lndp_debug -Checking test 088 control_lndp_debug results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_INTEL/control_lndp_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_31292/control_lndp_debug +Checking test 095 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 = 155.609058 - 0: The maximum resident set size (KB) = 803856 + 0: The total amount of wall time = 153.266007 + 0: The maximum resident set size (KB) = 798544 -Test 088 control_lndp_debug PASS +Test 095 control_lndp_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/control_csawmg_debug -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/control_csawmg_debug -Checking test 089 control_csawmg_debug results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_INTEL/control_csawmg_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_31292/control_csawmg_debug +Checking test 096 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 = 234.972048 - 0: The maximum resident set size (KB) = 849968 + 0: The total amount of wall time = 230.328386 + 0: The maximum resident set size (KB) = 849828 -Test 089 control_csawmg_debug PASS +Test 096 control_csawmg_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/control_csawmgt_debug -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/control_csawmgt_debug -Checking test 090 control_csawmgt_debug results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_INTEL/control_csawmgt_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_31292/control_csawmgt_debug +Checking test 097 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 = 232.235076 - 0: The maximum resident set size (KB) = 853012 + 0: The total amount of wall time = 229.107837 + 0: The maximum resident set size (KB) = 846436 -Test 090 control_csawmgt_debug PASS +Test 097 control_csawmgt_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/control_ras_debug -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/control_ras_debug -Checking test 091 control_ras_debug results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_INTEL/control_ras_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_31292/control_ras_debug +Checking test 098 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 = 160.487044 - 0: The maximum resident set size (KB) = 807680 + 0: The total amount of wall time = 159.012203 + 0: The maximum resident set size (KB) = 805752 -Test 091 control_ras_debug PASS +Test 098 control_ras_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/control_diag_debug -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/control_diag_debug -Checking test 092 control_diag_debug results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_INTEL/control_diag_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_31292/control_diag_debug +Checking test 099 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 = 165.439230 - 0: The maximum resident set size (KB) = 854796 + 0: The total amount of wall time = 159.813206 + 0: The maximum resident set size (KB) = 852584 -Test 092 control_diag_debug PASS +Test 099 control_diag_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/control_debug_p8 -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/control_debug_p8 -Checking test 093 control_debug_p8 results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_INTEL/control_debug_p8 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_31292/control_debug_p8 +Checking test 100 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 = 172.649909 - 0: The maximum resident set size (KB) = 1623088 + 0: The total amount of wall time = 174.368502 + 0: The maximum resident set size (KB) = 1620128 -Test 093 control_debug_p8 PASS +Test 100 control_debug_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/regional_debug -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/regional_debug -Checking test 094 regional_debug results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_INTEL/regional_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_31292/regional_debug +Checking test 101 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 = 996.605061 - 0: The maximum resident set size (KB) = 881056 + 0: The total amount of wall time = 974.947564 + 0: The maximum resident set size (KB) = 900680 -Test 094 regional_debug PASS +Test 101 regional_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/rap_control_debug -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/rap_control_debug -Checking test 095 rap_control_debug results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_INTEL/rap_control_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_31292/rap_control_debug +Checking test 102 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 = 279.576082 - 0: The maximum resident set size (KB) = 1169820 + 0: The total amount of wall time = 275.824750 + 0: The maximum resident set size (KB) = 1173400 -Test 095 rap_control_debug PASS +Test 102 rap_control_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/hrrr_control_debug -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/hrrr_control_debug -Checking test 096 hrrr_control_debug results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_INTEL/hrrr_control_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_31292/hrrr_control_debug +Checking test 103 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 = 271.780057 - 0: The maximum resident set size (KB) = 1173180 + 0: The total amount of wall time = 275.044417 + 0: The maximum resident set size (KB) = 1170284 -Test 096 hrrr_control_debug PASS +Test 103 hrrr_control_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/rap_control_debug -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/rap_unified_drag_suite_debug -Checking test 097 rap_unified_drag_suite_debug results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_INTEL/hrrr_clm_lake_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_31292/hrrr_clm_lake_debug +Checking test 104 hrrr_clm_lake_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 = 275.395276 - 0: The maximum resident set size (KB) = 1179948 + 0: The total amount of wall time = 274.255339 + 0: The maximum resident set size (KB) = 1174592 -Test 097 rap_unified_drag_suite_debug PASS +Test 104 hrrr_clm_lake_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/rap_diag_debug -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/rap_diag_debug -Checking test 098 rap_diag_debug results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_INTEL/rap_control_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_31292/rap_unified_drag_suite_debug +Checking test 105 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 = 295.693803 - 0: The maximum resident set size (KB) = 1262096 + 0: The total amount of wall time = 279.115288 + 0: The maximum resident set size (KB) = 1174756 -Test 098 rap_diag_debug PASS +Test 105 rap_unified_drag_suite_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/rap_cires_ugwp_debug -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/rap_cires_ugwp_debug -Checking test 099 rap_cires_ugwp_debug results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_INTEL/rap_diag_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_31292/rap_diag_debug +Checking test 106 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 = 283.239323 - 0: The maximum resident set size (KB) = 1172672 + 0: The total amount of wall time = 290.346414 + 0: The maximum resident set size (KB) = 1260052 -Test 099 rap_cires_ugwp_debug PASS +Test 106 rap_diag_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/rap_cires_ugwp_debug -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/rap_unified_ugwp_debug -Checking test 100 rap_unified_ugwp_debug results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_INTEL/rap_cires_ugwp_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_31292/rap_cires_ugwp_debug +Checking test 107 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 = 282.870018 - 0: The maximum resident set size (KB) = 1174112 + 0: The total amount of wall time = 278.156097 + 0: The maximum resident set size (KB) = 1170616 -Test 100 rap_unified_ugwp_debug PASS +Test 107 rap_cires_ugwp_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/rap_lndp_debug -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/rap_lndp_debug -Checking test 101 rap_lndp_debug results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_INTEL/rap_cires_ugwp_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_31292/rap_unified_ugwp_debug +Checking test 108 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 = 277.495764 - 0: The maximum resident set size (KB) = 1171796 + 0: The total amount of wall time = 284.190122 + 0: The maximum resident set size (KB) = 1176976 -Test 101 rap_lndp_debug PASS +Test 108 rap_unified_ugwp_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/rap_flake_debug -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/rap_flake_debug -Checking test 102 rap_flake_debug results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_INTEL/rap_lndp_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_31292/rap_lndp_debug +Checking test 109 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 = 276.050860 - 0: The maximum resident set size (KB) = 1174272 + 0: The total amount of wall time = 286.906959 + 0: The maximum resident set size (KB) = 1173860 -Test 102 rap_flake_debug PASS +Test 109 rap_lndp_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/rap_progcld_thompson_debug -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/rap_progcld_thompson_debug -Checking test 103 rap_progcld_thompson_debug results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_INTEL/rap_flake_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_31292/rap_flake_debug +Checking test 110 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 = 270.134104 - 0: The maximum resident set size (KB) = 1177936 + 0: The total amount of wall time = 277.524571 + 0: The maximum resident set size (KB) = 1174228 -Test 103 rap_progcld_thompson_debug PASS +Test 110 rap_flake_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/rap_noah_debug -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/rap_noah_debug -Checking test 104 rap_noah_debug results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_INTEL/rap_progcld_thompson_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_31292/rap_progcld_thompson_debug +Checking test 111 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 = 272.365128 - 0: The maximum resident set size (KB) = 1173104 + 0: The total amount of wall time = 276.462007 + 0: The maximum resident set size (KB) = 1173892 -Test 104 rap_noah_debug PASS +Test 111 rap_progcld_thompson_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/rap_rrtmgp_debug -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/rap_rrtmgp_debug -Checking test 105 rap_rrtmgp_debug results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_INTEL/rap_noah_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_31292/rap_noah_debug +Checking test 112 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 = 457.993347 - 0: The maximum resident set size (KB) = 1296480 + 0: The total amount of wall time = 269.599233 + 0: The maximum resident set size (KB) = 1171500 -Test 105 rap_rrtmgp_debug PASS +Test 112 rap_noah_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/rap_sfcdiff_debug -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/rap_sfcdiff_debug -Checking test 106 rap_sfcdiff_debug results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_INTEL/rap_rrtmgp_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_31292/rap_rrtmgp_debug +Checking test 113 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 = 276.502492 - 0: The maximum resident set size (KB) = 1180836 + 0: The total amount of wall time = 466.326638 + 0: The maximum resident set size (KB) = 1297220 -Test 106 rap_sfcdiff_debug PASS +Test 113 rap_rrtmgp_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/rap_noah_sfcdiff_cires_ugwp_debug -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/rap_noah_sfcdiff_cires_ugwp_debug -Checking test 107 rap_noah_sfcdiff_cires_ugwp_debug results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_INTEL/rap_sfcdiff_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_31292/rap_sfcdiff_debug +Checking test 114 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 = 450.291646 - 0: The maximum resident set size (KB) = 1164988 + 0: The total amount of wall time = 275.261004 + 0: The maximum resident set size (KB) = 1174996 -Test 107 rap_noah_sfcdiff_cires_ugwp_debug PASS +Test 114 rap_sfcdiff_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/rrfs_v1beta_debug -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/rrfs_v1beta_debug -Checking test 108 rrfs_v1beta_debug results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_INTEL/rap_noah_sfcdiff_cires_ugwp_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_31292/rap_noah_sfcdiff_cires_ugwp_debug +Checking test 115 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.234823 - 0: The maximum resident set size (KB) = 1172080 + 0: The total amount of wall time = 441.353452 + 0: The maximum resident set size (KB) = 1173564 -Test 108 rrfs_v1beta_debug PASS +Test 115 rap_noah_sfcdiff_cires_ugwp_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/control_wam_debug -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/control_wam_debug -Checking test 109 control_wam_debug results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_INTEL/rrfs_v1beta_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_31292/rrfs_v1beta_debug +Checking test 116 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 = 270.423106 + 0: The maximum resident set size (KB) = 1166980 + +Test 116 rrfs_v1beta_debug PASS + + +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_INTEL/control_wam_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_31292/control_wam_debug +Checking test 117 control_wam_debug results .... Comparing sfcf019.nc .........OK Comparing atmf019.nc .........OK - 0: The total amount of wall time = 277.270189 - 0: The maximum resident set size (KB) = 521008 + 0: The total amount of wall time = 271.540897 + 0: The maximum resident set size (KB) = 516524 -Test 109 control_wam_debug PASS +Test 117 control_wam_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/regional_spp_sppt_shum_skeb_dyn32_phy32 -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/regional_spp_sppt_shum_skeb_dyn32_phy32 -Checking test 110 regional_spp_sppt_shum_skeb_dyn32_phy32 results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_INTEL/regional_spp_sppt_shum_skeb_dyn32_phy32 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_31292/regional_spp_sppt_shum_skeb_dyn32_phy32 +Checking test 118 regional_spp_sppt_shum_skeb_dyn32_phy32 results .... Comparing dynf000.nc .........OK Comparing dynf001.nc .........OK Comparing phyf000.nc .........OK @@ -3603,15 +3947,69 @@ Checking test 110 regional_spp_sppt_shum_skeb_dyn32_phy32 results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF01 .........OK - 0: The total amount of wall time = 268.921698 - 0: The maximum resident set size (KB) = 1080172 + 0: The total amount of wall time = 268.206388 + 0: The maximum resident set size (KB) = 1074976 + +Test 118 regional_spp_sppt_shum_skeb_dyn32_phy32 PASS + + +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_INTEL/rap_control_dyn32_phy32 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_31292/rap_control_dyn32_phy32 +Checking test 119 rap_control_dyn32_phy32 results .... + Comparing sfcf000.nc .........OK + Comparing sfcf009.nc .........OK + Comparing sfcf012.nc .........OK + Comparing atmf000.nc .........OK + Comparing atmf009.nc .........OK + Comparing atmf012.nc .........OK + Comparing GFSFLX.GrbF00 .........OK + Comparing GFSFLX.GrbF09 .........OK + Comparing GFSFLX.GrbF12 .........OK + Comparing GFSPRS.GrbF00 .........OK + Comparing GFSPRS.GrbF09 .........OK + Comparing GFSPRS.GrbF12 .........OK + Comparing RESTART/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 = 354.425704 + 0: The maximum resident set size (KB) = 997948 -Test 110 regional_spp_sppt_shum_skeb_dyn32_phy32 PASS +Test 119 rap_control_dyn32_phy32 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/rap_control_dyn32_phy32 -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/rap_control_dyn32_phy32 -Checking test 111 rap_control_dyn32_phy32 results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_INTEL/hrrr_control_dyn32_phy32 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_31292/hrrr_control_dyn32_phy32 +Checking test 120 hrrr_control_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -3657,15 +4055,15 @@ Checking test 111 rap_control_dyn32_phy32 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 354.014853 - 0: The maximum resident set size (KB) = 998164 + 0: The total amount of wall time = 184.229610 + 0: The maximum resident set size (KB) = 942980 -Test 111 rap_control_dyn32_phy32 PASS +Test 120 hrrr_control_dyn32_phy32 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/hrrr_control_dyn32_phy32 -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/hrrr_control_dyn32_phy32 -Checking test 112 hrrr_control_dyn32_phy32 results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_INTEL/rap_control_dyn32_phy32 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_31292/rap_2threads_dyn32_phy32 +Checking test 121 rap_2threads_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -3711,15 +4109,15 @@ Checking test 112 hrrr_control_dyn32_phy32 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 185.004601 - 0: The maximum resident set size (KB) = 951288 + 0: The total amount of wall time = 429.766222 + 0: The maximum resident set size (KB) = 925644 -Test 112 hrrr_control_dyn32_phy32 PASS +Test 121 rap_2threads_dyn32_phy32 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/rap_control_dyn32_phy32 -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/rap_2threads_dyn32_phy32 -Checking test 113 rap_2threads_dyn32_phy32 results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_INTEL/hrrr_control_dyn32_phy32 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_31292/hrrr_control_2threads_dyn32_phy32 +Checking test 122 hrrr_control_2threads_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -3765,15 +4163,15 @@ Checking test 113 rap_2threads_dyn32_phy32 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 429.645581 - 0: The maximum resident set size (KB) = 926968 + 0: The total amount of wall time = 219.099977 + 0: The maximum resident set size (KB) = 921776 -Test 113 rap_2threads_dyn32_phy32 PASS +Test 122 hrrr_control_2threads_dyn32_phy32 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/hrrr_control_dyn32_phy32 -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/hrrr_control_2threads_dyn32_phy32 -Checking test 114 hrrr_control_2threads_dyn32_phy32 results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_INTEL/hrrr_control_dyn32_phy32 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_31292/hrrr_control_decomp_dyn32_phy32 +Checking test 123 hrrr_control_decomp_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -3819,15 +4217,107 @@ Checking test 114 hrrr_control_2threads_dyn32_phy32 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 220.771674 - 0: The maximum resident set size (KB) = 925840 + 0: The total amount of wall time = 195.965125 + 0: The maximum resident set size (KB) = 901080 + +Test 123 hrrr_control_decomp_dyn32_phy32 PASS + + +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_INTEL/rap_control_dyn32_phy32 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_31292/rap_restart_dyn32_phy32 +Checking test 124 rap_restart_dyn32_phy32 results .... + Comparing sfcf012.nc .........OK + Comparing atmf012.nc .........OK + Comparing GFSFLX.GrbF12 .........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 + + 0: The total amount of wall time = 266.429757 + 0: The maximum resident set size (KB) = 947868 -Test 114 hrrr_control_2threads_dyn32_phy32 PASS +Test 124 rap_restart_dyn32_phy32 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/hrrr_control_dyn32_phy32 -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/hrrr_control_decomp_dyn32_phy32 -Checking test 115 hrrr_control_decomp_dyn32_phy32 results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_INTEL/hrrr_control_dyn32_phy32 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_31292/hrrr_control_restart_dyn32_phy32 +Checking test 125 hrrr_control_restart_dyn32_phy32 results .... + Comparing sfcf012.nc .........OK + Comparing atmf012.nc .........OK + Comparing GFSFLX.GrbF12 .........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 + + 0: The total amount of wall time = 96.155609 + 0: The maximum resident set size (KB) = 858964 + +Test 125 hrrr_control_restart_dyn32_phy32 PASS + + +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_INTEL/hrrr_clm_lake_dyn32_phy32 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_31292/hrrr_clm_lake_dyn32_phy32 +Checking test 126 hrrr_clm_lake_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -3873,18 +4363,26 @@ Checking test 115 hrrr_control_decomp_dyn32_phy32 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 194.070925 - 0: The maximum resident set size (KB) = 900016 + 0: The total amount of wall time = 183.826788 + 0: The maximum resident set size (KB) = 955120 -Test 115 hrrr_control_decomp_dyn32_phy32 PASS +Test 126 hrrr_clm_lake_dyn32_phy32 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/rap_control_dyn32_phy32 -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/rap_restart_dyn32_phy32 -Checking test 116 rap_restart_dyn32_phy32 results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_INTEL/hrrr_clm_lake_dyn32_phy32 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_31292/hrrr_clm_lake_2threads_dyn32_phy32 +Checking test 127 hrrr_clm_lake_2threads_dyn32_phy32 results .... + Comparing sfcf000.nc .........OK + Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK + Comparing atmf000.nc .........OK + Comparing atmf009.nc .........OK Comparing atmf012.nc .........OK + Comparing GFSFLX.GrbF00 .........OK + Comparing GFSFLX.GrbF09 .........OK Comparing GFSFLX.GrbF12 .........OK + Comparing GFSPRS.GrbF00 .........OK + Comparing GFSPRS.GrbF09 .........OK Comparing GFSPRS.GrbF12 .........OK Comparing RESTART/coupler.res .........OK Comparing RESTART/fv_core.res.nc .........OK @@ -3919,18 +4417,26 @@ Checking test 116 rap_restart_dyn32_phy32 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 265.578686 - 0: The maximum resident set size (KB) = 945328 + 0: The total amount of wall time = 219.456670 + 0: The maximum resident set size (KB) = 923044 -Test 116 rap_restart_dyn32_phy32 PASS +Test 127 hrrr_clm_lake_2threads_dyn32_phy32 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/hrrr_control_dyn32_phy32 -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/hrrr_control_restart_dyn32_phy32 -Checking test 117 hrrr_control_restart_dyn32_phy32 results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_INTEL/hrrr_clm_lake_dyn32_phy32 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_31292/hrrr_clm_lake_decomp_dyn32_phy32 +Checking test 128 hrrr_clm_lake_decomp_dyn32_phy32 results .... + Comparing sfcf000.nc .........OK + Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK + Comparing atmf000.nc .........OK + Comparing atmf009.nc .........OK Comparing atmf012.nc .........OK + Comparing GFSFLX.GrbF00 .........OK + Comparing GFSFLX.GrbF09 .........OK Comparing GFSFLX.GrbF12 .........OK + Comparing GFSPRS.GrbF00 .........OK + Comparing GFSPRS.GrbF09 .........OK Comparing GFSPRS.GrbF12 .........OK Comparing RESTART/coupler.res .........OK Comparing RESTART/fv_core.res.nc .........OK @@ -3965,15 +4471,15 @@ Checking test 117 hrrr_control_restart_dyn32_phy32 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 94.679299 - 0: The maximum resident set size (KB) = 858560 + 0: The total amount of wall time = 195.096212 + 0: The maximum resident set size (KB) = 894348 -Test 117 hrrr_control_restart_dyn32_phy32 PASS +Test 128 hrrr_clm_lake_decomp_dyn32_phy32 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/rap_control_dyn64_phy32 -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/rap_control_dyn64_phy32 -Checking test 118 rap_control_dyn64_phy32 results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_INTEL/rap_control_dyn64_phy32 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_31292/rap_control_dyn64_phy32 +Checking test 129 rap_control_dyn64_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -4019,82 +4525,96 @@ Checking test 118 rap_control_dyn64_phy32 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 231.379258 - 0: The maximum resident set size (KB) = 968828 + 0: The total amount of wall time = 231.433204 + 0: The maximum resident set size (KB) = 960948 + +Test 129 rap_control_dyn64_phy32 PASS + + +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_INTEL/rap_control_debug_dyn32_phy32 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_31292/rap_control_debug_dyn32_phy32 +Checking test 130 rap_control_debug_dyn32_phy32 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.714297 + 0: The maximum resident set size (KB) = 1058332 -Test 118 rap_control_dyn64_phy32 PASS +Test 130 rap_control_debug_dyn32_phy32 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/rap_control_debug_dyn32_phy32 -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/rap_control_debug_dyn32_phy32 -Checking test 119 rap_control_debug_dyn32_phy32 results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_INTEL/hrrr_control_debug_dyn32_phy32 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_31292/hrrr_control_debug_dyn32_phy32 +Checking test 131 hrrr_control_debug_dyn32_phy32 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.245350 - 0: The maximum resident set size (KB) = 1055476 + 0: The total amount of wall time = 263.183775 + 0: The maximum resident set size (KB) = 1057720 -Test 119 rap_control_debug_dyn32_phy32 PASS +Test 131 hrrr_control_debug_dyn32_phy32 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/hrrr_control_debug_dyn32_phy32 -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/hrrr_control_debug_dyn32_phy32 -Checking test 120 hrrr_control_debug_dyn32_phy32 results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_INTEL/hrrr_clm_lake_debug_dyn32_phy32 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_31292/hrrr_clm_lake_debug_dyn32_phy32 +Checking test 132 hrrr_clm_lake_debug_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 265.376475 - 0: The maximum resident set size (KB) = 1053772 + 0: The total amount of wall time = 259.331147 + 0: The maximum resident set size (KB) = 1057892 -Test 120 hrrr_control_debug_dyn32_phy32 PASS +Test 132 hrrr_clm_lake_debug_dyn32_phy32 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/rap_control_debug_dyn64_phy32 -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/rap_control_dyn64_phy32_debug -Checking test 121 rap_control_dyn64_phy32_debug results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_INTEL/rap_control_debug_dyn64_phy32 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_31292/rap_control_dyn64_phy32_debug +Checking test 133 rap_control_dyn64_phy32_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 = 280.109764 - 0: The maximum resident set size (KB) = 1104060 + 0: The total amount of wall time = 278.911467 + 0: The maximum resident set size (KB) = 1104324 -Test 121 rap_control_dyn64_phy32_debug PASS +Test 133 rap_control_dyn64_phy32_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/hafs_regional_atm -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/hafs_regional_atm -Checking test 122 hafs_regional_atm results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_INTEL/hafs_regional_atm +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_31292/hafs_regional_atm +Checking test 134 hafs_regional_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing HURPRS.GrbF06 .........OK - 0: The total amount of wall time = 307.887917 - 0: The maximum resident set size (KB) = 974948 + 0: The total amount of wall time = 307.419313 + 0: The maximum resident set size (KB) = 977228 -Test 122 hafs_regional_atm PASS +Test 134 hafs_regional_atm PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/hafs_regional_atm_thompson_gfdlsf -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/hafs_regional_atm_thompson_gfdlsf -Checking test 123 hafs_regional_atm_thompson_gfdlsf results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_INTEL/hafs_regional_atm_thompson_gfdlsf +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_31292/hafs_regional_atm_thompson_gfdlsf +Checking test 135 hafs_regional_atm_thompson_gfdlsf results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK - 0: The total amount of wall time = 386.827403 - 0: The maximum resident set size (KB) = 1342340 + 0: The total amount of wall time = 382.021572 + 0: The maximum resident set size (KB) = 1340144 -Test 123 hafs_regional_atm_thompson_gfdlsf PASS +Test 135 hafs_regional_atm_thompson_gfdlsf PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/hafs_regional_atm_ocn -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/hafs_regional_atm_ocn -Checking test 124 hafs_regional_atm_ocn results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_INTEL/hafs_regional_atm_ocn +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_31292/hafs_regional_atm_ocn +Checking test 136 hafs_regional_atm_ocn results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing archv.2019_241_06.a .........OK @@ -4102,15 +4622,15 @@ Checking test 124 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 = 387.284915 - 0: The maximum resident set size (KB) = 1198152 + 0: The total amount of wall time = 383.830571 + 0: The maximum resident set size (KB) = 1200924 -Test 124 hafs_regional_atm_ocn PASS +Test 136 hafs_regional_atm_ocn PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/hafs_regional_atm_wav -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/hafs_regional_atm_wav -Checking test 125 hafs_regional_atm_wav results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_INTEL/hafs_regional_atm_wav +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_31292/hafs_regional_atm_wav +Checking test 137 hafs_regional_atm_wav results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing out_grd.ww3 .........OK @@ -4118,15 +4638,15 @@ Checking test 125 hafs_regional_atm_wav results .... Comparing 20190829.060000.restart.ww3 .........OK Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK - 0: The total amount of wall time = 725.414751 - 0: The maximum resident set size (KB) = 1223732 + 0: The total amount of wall time = 715.325097 + 0: The maximum resident set size (KB) = 1219240 -Test 125 hafs_regional_atm_wav PASS +Test 137 hafs_regional_atm_wav PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/hafs_regional_atm_ocn_wav -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/hafs_regional_atm_ocn_wav -Checking test 126 hafs_regional_atm_ocn_wav results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_INTEL/hafs_regional_atm_ocn_wav +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_31292/hafs_regional_atm_ocn_wav +Checking test 138 hafs_regional_atm_ocn_wav results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing archv.2019_241_06.a .........OK @@ -4136,29 +4656,29 @@ Checking test 126 hafs_regional_atm_ocn_wav results .... Comparing 20190829.060000.restart.ww3 .........OK Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK - 0: The total amount of wall time = 811.914285 - 0: The maximum resident set size (KB) = 1243340 + 0: The total amount of wall time = 827.161692 + 0: The maximum resident set size (KB) = 1247296 -Test 126 hafs_regional_atm_ocn_wav PASS +Test 138 hafs_regional_atm_ocn_wav PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/hafs_regional_1nest_atm -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/hafs_regional_1nest_atm -Checking test 127 hafs_regional_1nest_atm results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_INTEL/hafs_regional_1nest_atm +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_31292/hafs_regional_1nest_atm +Checking test 139 hafs_regional_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 = 468.001869 - 0: The maximum resident set size (KB) = 534672 + 0: The total amount of wall time = 464.863860 + 0: The maximum resident set size (KB) = 532092 -Test 127 hafs_regional_1nest_atm PASS +Test 139 hafs_regional_1nest_atm PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/hafs_regional_telescopic_2nests_atm -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/hafs_regional_telescopic_2nests_atm -Checking test 128 hafs_regional_telescopic_2nests_atm results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_INTEL/hafs_regional_telescopic_2nests_atm +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_31292/hafs_regional_telescopic_2nests_atm +Checking test 140 hafs_regional_telescopic_2nests_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK @@ -4166,29 +4686,29 @@ Checking test 128 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 = 516.106080 - 0: The maximum resident set size (KB) = 590308 + 0: The total amount of wall time = 510.540733 + 0: The maximum resident set size (KB) = 589916 -Test 128 hafs_regional_telescopic_2nests_atm PASS +Test 140 hafs_regional_telescopic_2nests_atm PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/hafs_global_1nest_atm -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/hafs_global_1nest_atm -Checking test 129 hafs_global_1nest_atm results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_INTEL/hafs_global_1nest_atm +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_31292/hafs_global_1nest_atm +Checking test 141 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 = 215.470919 - 0: The maximum resident set size (KB) = 383400 + 0: The total amount of wall time = 212.249306 + 0: The maximum resident set size (KB) = 381552 -Test 129 hafs_global_1nest_atm PASS +Test 141 hafs_global_1nest_atm PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/hafs_global_multiple_4nests_atm -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/hafs_global_multiple_4nests_atm -Checking test 130 hafs_global_multiple_4nests_atm results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_INTEL/hafs_global_multiple_4nests_atm +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_31292/hafs_global_multiple_4nests_atm +Checking test 142 hafs_global_multiple_4nests_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK @@ -4205,15 +4725,15 @@ Checking test 130 hafs_global_multiple_4nests_atm results .... Comparing HURPRS.GrbF06.nest04 .........OK Comparing HURPRS.GrbF06.nest05 .........OK - 0: The total amount of wall time = 586.671671 - 0: The maximum resident set size (KB) = 419748 + 0: The total amount of wall time = 590.839612 + 0: The maximum resident set size (KB) = 391884 -Test 130 hafs_global_multiple_4nests_atm PASS +Test 142 hafs_global_multiple_4nests_atm PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/hafs_regional_specified_moving_1nest_atm -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/hafs_regional_specified_moving_1nest_atm -Checking test 131 hafs_regional_specified_moving_1nest_atm results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_INTEL/hafs_regional_specified_moving_1nest_atm +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_31292/hafs_regional_specified_moving_1nest_atm +Checking test 143 hafs_regional_specified_moving_1nest_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK @@ -4221,29 +4741,29 @@ Checking test 131 hafs_regional_specified_moving_1nest_atm results .... Comparing HURPRS.GrbF06 .........OK Comparing HURPRS.GrbF06.nest02 .........OK - 0: The total amount of wall time = 278.485291 - 0: The maximum resident set size (KB) = 546788 + 0: The total amount of wall time = 278.731691 + 0: The maximum resident set size (KB) = 547488 -Test 131 hafs_regional_specified_moving_1nest_atm PASS +Test 143 hafs_regional_specified_moving_1nest_atm PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/hafs_regional_storm_following_1nest_atm -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/hafs_regional_storm_following_1nest_atm -Checking test 132 hafs_regional_storm_following_1nest_atm results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_INTEL/hafs_regional_storm_following_1nest_atm +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_31292/hafs_regional_storm_following_1nest_atm +Checking test 144 hafs_regional_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 = 266.737392 - 0: The maximum resident set size (KB) = 544332 + 0: The total amount of wall time = 267.443403 + 0: The maximum resident set size (KB) = 540548 -Test 132 hafs_regional_storm_following_1nest_atm PASS +Test 144 hafs_regional_storm_following_1nest_atm PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/hafs_regional_storm_following_1nest_atm_ocn -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/hafs_regional_storm_following_1nest_atm_ocn -Checking test 133 hafs_regional_storm_following_1nest_atm_ocn results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_INTEL/hafs_regional_storm_following_1nest_atm_ocn +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_31292/hafs_regional_storm_following_1nest_atm_ocn +Checking test 145 hafs_regional_storm_following_1nest_atm_ocn results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK @@ -4251,15 +4771,15 @@ Checking test 133 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 = 272.802520 - 0: The maximum resident set size (KB) = 616828 + 0: The total amount of wall time = 273.683911 + 0: The maximum resident set size (KB) = 616456 -Test 133 hafs_regional_storm_following_1nest_atm_ocn PASS +Test 145 hafs_regional_storm_following_1nest_atm_ocn PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/hafs_regional_storm_following_1nest_atm_ocn_wav -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/hafs_regional_storm_following_1nest_atm_ocn_wav -Checking test 134 hafs_regional_storm_following_1nest_atm_ocn_wav results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_INTEL/hafs_regional_storm_following_1nest_atm_ocn_wav +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_31292/hafs_regional_storm_following_1nest_atm_ocn_wav +Checking test 146 hafs_regional_storm_following_1nest_atm_ocn_wav results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK @@ -4269,176 +4789,176 @@ Checking test 134 hafs_regional_storm_following_1nest_atm_ocn_wav results .... Comparing out_grd.ww3 .........OK Comparing out_pnt.ww3 .........OK - 0: The total amount of wall time = 627.627603 - 0: The maximum resident set size (KB) = 594288 + 0: The total amount of wall time = 637.555737 + 0: The maximum resident set size (KB) = 598180 -Test 134 hafs_regional_storm_following_1nest_atm_ocn_wav PASS +Test 146 hafs_regional_storm_following_1nest_atm_ocn_wav PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/hafs_global_storm_following_1nest_atm -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/hafs_global_storm_following_1nest_atm -Checking test 135 hafs_global_storm_following_1nest_atm results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_INTEL/hafs_global_storm_following_1nest_atm +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_31292/hafs_global_storm_following_1nest_atm +Checking test 147 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 = 79.942599 - 0: The maximum resident set size (KB) = 400704 + 0: The total amount of wall time = 79.622655 + 0: The maximum resident set size (KB) = 404404 -Test 135 hafs_global_storm_following_1nest_atm PASS +Test 147 hafs_global_storm_following_1nest_atm PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/hafs_regional_docn -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/hafs_regional_docn -Checking test 136 hafs_regional_docn results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_INTEL/hafs_regional_docn +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_31292/hafs_regional_docn +Checking test 148 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 = 386.663446 - 0: The maximum resident set size (KB) = 1202396 + 0: The total amount of wall time = 380.338789 + 0: The maximum resident set size (KB) = 1209428 -Test 136 hafs_regional_docn PASS +Test 148 hafs_regional_docn PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/hafs_regional_docn_oisst -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/hafs_regional_docn_oisst -Checking test 137 hafs_regional_docn_oisst results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_INTEL/hafs_regional_docn_oisst +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_31292/hafs_regional_docn_oisst +Checking test 149 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 = 383.445630 - 0: The maximum resident set size (KB) = 1198932 + 0: The total amount of wall time = 386.513471 + 0: The maximum resident set size (KB) = 1187804 -Test 137 hafs_regional_docn_oisst PASS +Test 149 hafs_regional_docn_oisst PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/hafs_regional_datm_cdeps -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/hafs_regional_datm_cdeps -Checking test 138 hafs_regional_datm_cdeps results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_INTEL/hafs_regional_datm_cdeps +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_31292/hafs_regional_datm_cdeps +Checking test 150 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 = 937.216760 - 0: The maximum resident set size (KB) = 1037716 + 0: The total amount of wall time = 946.230886 + 0: The maximum resident set size (KB) = 1040448 -Test 138 hafs_regional_datm_cdeps PASS +Test 150 hafs_regional_datm_cdeps PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/datm_cdeps_control_cfsr -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/datm_cdeps_control_cfsr -Checking test 139 datm_cdeps_control_cfsr results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_INTEL/datm_cdeps_control_cfsr +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_31292/datm_cdeps_control_cfsr +Checking test 151 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 = 156.446417 - 0: The maximum resident set size (KB) = 1076372 + 0: The total amount of wall time = 151.257501 + 0: The maximum resident set size (KB) = 1051288 -Test 139 datm_cdeps_control_cfsr PASS +Test 151 datm_cdeps_control_cfsr PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/datm_cdeps_control_cfsr -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/datm_cdeps_restart_cfsr -Checking test 140 datm_cdeps_restart_cfsr results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_INTEL/datm_cdeps_control_cfsr +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_31292/datm_cdeps_restart_cfsr +Checking test 152 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 = 92.993115 - 0: The maximum resident set size (KB) = 1019016 + 0: The total amount of wall time = 89.019810 + 0: The maximum resident set size (KB) = 1020784 -Test 140 datm_cdeps_restart_cfsr PASS +Test 152 datm_cdeps_restart_cfsr PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/datm_cdeps_control_gefs -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/datm_cdeps_control_gefs -Checking test 141 datm_cdeps_control_gefs results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_INTEL/datm_cdeps_control_gefs +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_31292/datm_cdeps_control_gefs +Checking test 153 datm_cdeps_control_gefs results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS_NEW.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 153.732145 - 0: The maximum resident set size (KB) = 970344 + 0: The total amount of wall time = 150.802029 + 0: The maximum resident set size (KB) = 969080 -Test 141 datm_cdeps_control_gefs PASS +Test 153 datm_cdeps_control_gefs PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/datm_cdeps_iau_gefs -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/datm_cdeps_iau_gefs -Checking test 142 datm_cdeps_iau_gefs results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_INTEL/datm_cdeps_iau_gefs +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_31292/datm_cdeps_iau_gefs +Checking test 154 datm_cdeps_iau_gefs results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS_NEW.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 155.942543 - 0: The maximum resident set size (KB) = 965628 + 0: The total amount of wall time = 151.367684 + 0: The maximum resident set size (KB) = 963360 -Test 142 datm_cdeps_iau_gefs PASS +Test 154 datm_cdeps_iau_gefs PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/datm_cdeps_stochy_gefs -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/datm_cdeps_stochy_gefs -Checking test 143 datm_cdeps_stochy_gefs results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_INTEL/datm_cdeps_stochy_gefs +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_31292/datm_cdeps_stochy_gefs +Checking test 155 datm_cdeps_stochy_gefs results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS_NEW.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 157.469656 - 0: The maximum resident set size (KB) = 967576 + 0: The total amount of wall time = 148.265516 + 0: The maximum resident set size (KB) = 962940 -Test 143 datm_cdeps_stochy_gefs PASS +Test 155 datm_cdeps_stochy_gefs PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/datm_cdeps_ciceC_cfsr -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/datm_cdeps_ciceC_cfsr -Checking test 144 datm_cdeps_ciceC_cfsr results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_INTEL/datm_cdeps_ciceC_cfsr +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_31292/datm_cdeps_ciceC_cfsr +Checking test 156 datm_cdeps_ciceC_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 = 154.851073 - 0: The maximum resident set size (KB) = 1051708 + 0: The total amount of wall time = 153.876355 + 0: The maximum resident set size (KB) = 1065404 -Test 144 datm_cdeps_ciceC_cfsr PASS +Test 156 datm_cdeps_ciceC_cfsr PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/datm_cdeps_bulk_cfsr -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/datm_cdeps_bulk_cfsr -Checking test 145 datm_cdeps_bulk_cfsr results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_INTEL/datm_cdeps_bulk_cfsr +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_31292/datm_cdeps_bulk_cfsr +Checking test 157 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 = 156.455500 - 0: The maximum resident set size (KB) = 1074000 + 0: The total amount of wall time = 154.375261 + 0: The maximum resident set size (KB) = 1066232 -Test 145 datm_cdeps_bulk_cfsr PASS +Test 157 datm_cdeps_bulk_cfsr PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/datm_cdeps_bulk_gefs -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/datm_cdeps_bulk_gefs -Checking test 146 datm_cdeps_bulk_gefs results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_INTEL/datm_cdeps_bulk_gefs +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_31292/datm_cdeps_bulk_gefs +Checking test 158 datm_cdeps_bulk_gefs results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS_NEW.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 148.229541 - 0: The maximum resident set size (KB) = 959372 + 0: The total amount of wall time = 148.269897 + 0: The maximum resident set size (KB) = 960532 -Test 146 datm_cdeps_bulk_gefs PASS +Test 158 datm_cdeps_bulk_gefs PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/datm_cdeps_mx025_cfsr -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/datm_cdeps_mx025_cfsr -Checking test 147 datm_cdeps_mx025_cfsr results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_INTEL/datm_cdeps_mx025_cfsr +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_31292/datm_cdeps_mx025_cfsr +Checking test 159 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 @@ -4446,15 +4966,15 @@ Checking test 147 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 = 428.052723 - 0: The maximum resident set size (KB) = 883312 + 0: The total amount of wall time = 428.753319 + 0: The maximum resident set size (KB) = 876896 -Test 147 datm_cdeps_mx025_cfsr PASS +Test 159 datm_cdeps_mx025_cfsr PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/datm_cdeps_mx025_gefs -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/datm_cdeps_mx025_gefs -Checking test 148 datm_cdeps_mx025_gefs results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_INTEL/datm_cdeps_mx025_gefs +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_31292/datm_cdeps_mx025_gefs +Checking test 160 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 @@ -4462,65 +4982,65 @@ Checking test 148 datm_cdeps_mx025_gefs results .... Comparing RESTART/iced.2011-10-01-43200.nc .........OK Comparing RESTART/DATM_GEFS_NEW.cpl.r.2011-10-01-43200.nc .........OK - 0: The total amount of wall time = 432.996581 - 0: The maximum resident set size (KB) = 931372 + 0: The total amount of wall time = 430.678167 + 0: The maximum resident set size (KB) = 933900 -Test 148 datm_cdeps_mx025_gefs PASS +Test 160 datm_cdeps_mx025_gefs PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/datm_cdeps_control_cfsr -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/datm_cdeps_multiple_files_cfsr -Checking test 149 datm_cdeps_multiple_files_cfsr results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_INTEL/datm_cdeps_control_cfsr +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_31292/datm_cdeps_multiple_files_cfsr +Checking test 161 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 = 157.584565 - 0: The maximum resident set size (KB) = 1082616 + 0: The total amount of wall time = 157.666237 + 0: The maximum resident set size (KB) = 1054332 -Test 149 datm_cdeps_multiple_files_cfsr PASS +Test 161 datm_cdeps_multiple_files_cfsr PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/datm_cdeps_3072x1536_cfsr -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/datm_cdeps_3072x1536_cfsr -Checking test 150 datm_cdeps_3072x1536_cfsr results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_INTEL/datm_cdeps_3072x1536_cfsr +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_31292/datm_cdeps_3072x1536_cfsr +Checking test 162 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 = 202.695803 - 0: The maximum resident set size (KB) = 2365740 + 0: The total amount of wall time = 206.741658 + 0: The maximum resident set size (KB) = 2370728 -Test 150 datm_cdeps_3072x1536_cfsr PASS +Test 162 datm_cdeps_3072x1536_cfsr PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/datm_cdeps_gfs -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/datm_cdeps_gfs -Checking test 151 datm_cdeps_gfs results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_INTEL/datm_cdeps_gfs +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_31292/datm_cdeps_gfs +Checking test 163 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 = 210.324675 - 0: The maximum resident set size (KB) = 2363572 + 0: The total amount of wall time = 204.144670 + 0: The maximum resident set size (KB) = 2363568 -Test 151 datm_cdeps_gfs PASS +Test 163 datm_cdeps_gfs PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/datm_cdeps_debug_cfsr -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/datm_cdeps_debug_cfsr -Checking test 152 datm_cdeps_debug_cfsr results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_INTEL/datm_cdeps_debug_cfsr +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_31292/datm_cdeps_debug_cfsr +Checking test 164 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 = 454.517774 - 0: The maximum resident set size (KB) = 991708 + 0: The total amount of wall time = 448.602656 + 0: The maximum resident set size (KB) = 997804 -Test 152 datm_cdeps_debug_cfsr PASS +Test 164 datm_cdeps_debug_cfsr PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/datm_cdeps_lnd_gswp3 -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/datm_cdeps_lnd_gswp3 -Checking test 153 datm_cdeps_lnd_gswp3 results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_INTEL/datm_cdeps_lnd_gswp3 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_31292/datm_cdeps_lnd_gswp3 +Checking test 165 datm_cdeps_lnd_gswp3 results .... Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile1.nc .........OK Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile2.nc .........OK Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile3.nc .........OK @@ -4528,15 +5048,15 @@ Checking test 153 datm_cdeps_lnd_gswp3 results .... Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile5.nc .........OK Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile6.nc .........OK - 0: The total amount of wall time = 6.478814 - 0: The maximum resident set size (KB) = 263508 + 0: The total amount of wall time = 6.234170 + 0: The maximum resident set size (KB) = 261188 -Test 153 datm_cdeps_lnd_gswp3 PASS +Test 165 datm_cdeps_lnd_gswp3 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/datm_cdeps_lnd_gswp3 -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/datm_cdeps_lnd_gswp3_rst -Checking test 154 datm_cdeps_lnd_gswp3_rst results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_INTEL/datm_cdeps_lnd_gswp3 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_31292/datm_cdeps_lnd_gswp3_rst +Checking test 166 datm_cdeps_lnd_gswp3_rst results .... Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile1.nc .........OK Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile2.nc .........OK Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile3.nc .........OK @@ -4544,15 +5064,15 @@ Checking test 154 datm_cdeps_lnd_gswp3_rst results .... Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile5.nc .........OK Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile6.nc .........OK - 0: The total amount of wall time = 12.061308 - 0: The maximum resident set size (KB) = 262456 + 0: The total amount of wall time = 11.680642 + 0: The maximum resident set size (KB) = 248224 -Test 154 datm_cdeps_lnd_gswp3_rst PASS +Test 166 datm_cdeps_lnd_gswp3_rst PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/control_p8_atmlnd_sbs -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/control_p8_atmlnd_sbs -Checking test 155 control_p8_atmlnd_sbs results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_INTEL/control_p8_atmlnd_sbs +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_31292/control_p8_atmlnd_sbs +Checking test 167 control_p8_atmlnd_sbs results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK Comparing sfcf000.tile3.nc .........OK @@ -4636,15 +5156,15 @@ Checking test 155 control_p8_atmlnd_sbs results .... Comparing ufs.cpld.lnd.out.2021-03-23-21600.tile5.nc .........OK Comparing ufs.cpld.lnd.out.2021-03-23-21600.tile6.nc .........OK - 0: The total amount of wall time = 201.100042 - 0: The maximum resident set size (KB) = 1602156 + 0: The total amount of wall time = 200.966158 + 0: The maximum resident set size (KB) = 1601384 -Test 155 control_p8_atmlnd_sbs PASS +Test 167 control_p8_atmlnd_sbs PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/control_atmwav -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/control_atmwav -Checking test 156 control_atmwav results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_INTEL/control_atmwav +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_31292/control_atmwav +Checking test 168 control_atmwav results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK Comparing atmf000.nc .........OK @@ -4687,15 +5207,15 @@ Checking test 156 control_atmwav results .... Comparing RESTART/sfc_data.tile6.nc .........OK Comparing 20210322.180000.restart.glo_1deg .........OK - 0: The total amount of wall time = 85.072206 - 0: The maximum resident set size (KB) = 658284 + 0: The total amount of wall time = 84.714429 + 0: The maximum resident set size (KB) = 658164 -Test 156 control_atmwav PASS +Test 168 control_atmwav PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/atmaero_control_p8 -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/atmaero_control_p8 -Checking test 157 atmaero_control_p8 results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_INTEL/atmaero_control_p8 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_31292/atmaero_control_p8 +Checking test 169 atmaero_control_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -4738,15 +5258,15 @@ Checking test 157 atmaero_control_p8 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 225.185018 - 0: The maximum resident set size (KB) = 2976280 + 0: The total amount of wall time = 222.669605 + 0: The maximum resident set size (KB) = 2977272 -Test 157 atmaero_control_p8 PASS +Test 169 atmaero_control_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/atmaero_control_p8_rad -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/atmaero_control_p8_rad -Checking test 158 atmaero_control_p8_rad results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_INTEL/atmaero_control_p8_rad +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_31292/atmaero_control_p8_rad +Checking test 170 atmaero_control_p8_rad results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -4789,15 +5309,15 @@ Checking test 158 atmaero_control_p8_rad results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 277.264683 - 0: The maximum resident set size (KB) = 3045320 + 0: The total amount of wall time = 276.206430 + 0: The maximum resident set size (KB) = 3045724 -Test 158 atmaero_control_p8_rad PASS +Test 170 atmaero_control_p8_rad PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/atmaero_control_p8_rad_micro -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/atmaero_control_p8_rad_micro -Checking test 159 atmaero_control_p8_rad_micro results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_INTEL/atmaero_control_p8_rad_micro +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_31292/atmaero_control_p8_rad_micro +Checking test 171 atmaero_control_p8_rad_micro results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -4840,15 +5360,15 @@ Checking test 159 atmaero_control_p8_rad_micro results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 281.215013 - 0: The maximum resident set size (KB) = 3056204 + 0: The total amount of wall time = 279.486489 + 0: The maximum resident set size (KB) = 3052948 -Test 159 atmaero_control_p8_rad_micro PASS +Test 171 atmaero_control_p8_rad_micro PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20221116/INTEL/regional_atmaq -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_120084/regional_atmaq -Checking test 160 regional_atmaq results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_INTEL/regional_atmaq +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_31292/regional_atmaq +Checking test 172 regional_atmaq results .... Comparing sfcf000.nc .........OK Comparing sfcf003.nc .........OK Comparing sfcf006.nc .........OK @@ -4863,12 +5383,12 @@ Checking test 160 regional_atmaq results .... Comparing RESTART/phy_data.nc .........OK Comparing RESTART/sfc_data.nc .........OK - 0: The total amount of wall time = 661.203845 - 0: The maximum resident set size (KB) = 1085432 + 0: The total amount of wall time = 659.095223 + 0: The maximum resident set size (KB) = 1082176 -Test 160 regional_atmaq PASS +Test 172 regional_atmaq PASS REGRESSION TEST WAS SUCCESSFUL -Tue Nov 29 21:24:11 UTC 2022 -Elapsed time: 19h:21m:36s. Have a nice day! +Thu Dec 1 15:07:48 UTC 2022 +Elapsed time: 01h:21m:07s. Have a nice day! From bc4abf0d72b28ac5720f2a9a4a377c0dcb327302 Mon Sep 17 00:00:00 2001 From: "samuel.trahan" Date: Thu, 1 Dec 2022 15:10:08 +0000 Subject: [PATCH 044/152] corrections to rt_gnu.conf --- tests/rt_gnu.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/rt_gnu.conf b/tests/rt_gnu.conf index 690bccd772..dd6f3b1940 100644 --- a/tests/rt_gnu.conf +++ b/tests/rt_gnu.conf @@ -14,7 +14,7 @@ RUN | control_flake RUN | control_clm_lake | | fv3 | RUN | control_clm_lake_decomp | | | RUN | control_clm_lake_2threads | | | -RUN | control_clm_lake_restart | | | control_clm_lake +# RUN | control_clm_lake_restart | | | control_clm_lake COMPILE | -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_HRRR_smoke,FV3_HRRR_clm_lake,FV3_RRFS_v1beta -D32BIT=ON | | fv3 | From 8606df84af24574f45fa7ac5b32415a839196829 Mon Sep 17 00:00:00 2001 From: "samuel.trahan" Date: Wed, 7 Dec 2022 15:53:55 +0000 Subject: [PATCH 045/152] hera gnu tests passed again --- tests/RegressionTests_hera.gnu.log | 870 +++++++++++++---------------- 1 file changed, 378 insertions(+), 492 deletions(-) diff --git a/tests/RegressionTests_hera.gnu.log b/tests/RegressionTests_hera.gnu.log index 7dd93cf506..028b46cf2e 100644 --- a/tests/RegressionTests_hera.gnu.log +++ b/tests/RegressionTests_hera.gnu.log @@ -1,122 +1,22 @@ -Thu Dec 1 13:46:26 UTC 2022 +Mon Dec 5 23:12:47 UTC 2022 Start Regression test -Compile 001 elapsed time 195 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v16_clm_lake,FV3_GFS_v16_flake,FV3_GFS_v16_ras,FV3_GFS_v17_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 002 elapsed time 198 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_HRRR_smoke,FV3_HRRR_clm_lake,FV3_RRFS_v1beta -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 001 elapsed time 193 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v16_clm_lake,FV3_GFS_v16_flake,FV3_GFS_v16_ras,FV3_GFS_v17_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 002 elapsed time 194 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_HRRR_smoke,FV3_HRRR_clm_lake,FV3_RRFS_v1beta -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release Compile 003 elapsed time 310 seconds. -DAPP=ATM -D32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 004 elapsed time 100 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 196 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR,FV3_HRRR_clm_lake -D32BIT=ON -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 006 elapsed time 391 seconds. -DAPP=ATM -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 007 elapsed time 315 seconds. -DAPP=ATM -D32BIT=ON -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 008 elapsed time 310 seconds. -DAPP=ATM -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 009 elapsed time 268 seconds. -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 010 elapsed time 237 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 004 elapsed time 99 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 197 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR,FV3_HRRR_clm_lake -D32BIT=ON -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 006 elapsed time 392 seconds. -DAPP=ATM -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 007 elapsed time 311 seconds. -DAPP=ATM -D32BIT=ON -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 008 elapsed time 314 seconds. -DAPP=ATM -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 009 elapsed time 267 seconds. -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 010 elapsed time 235 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON Compile 011 elapsed time 144 seconds. -DAPP=S2SWA -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON Compile 012 elapsed time 114 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_GNU/control -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_28363/control -Checking test 001 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 = 827.901171 - 0: The maximum resident set size (KB) = 475720 - -Test 001 control PASS - - -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_GNU/control -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_28363/control_restart -Checking test 002 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 = 405.243250 - 0: The maximum resident set size (KB) = 183964 - -Test 002 control_restart PASS - - -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_GNU/control_c48 -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_28363/control_c48 -Checking test 003 control_c48 results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE2_RT/REGRESSION_TEST_GNU/control_c48 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE2_RT/rt_206958/control_c48 +Checking test 001 control_c48 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -154,15 +54,15 @@ 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 = 675.919944 -0: The maximum resident set size (KB) = 698524 +0: The total amount of wall time = 673.976660 +0: The maximum resident set size (KB) = 699024 -Test 003 control_c48 PASS +Test 001 control_c48 PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_GNU/control_stochy -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_28363/control_stochy -Checking test 004 control_stochy results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE2_RT/REGRESSION_TEST_GNU/control_stochy +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE2_RT/rt_206958/control_stochy +Checking test 002 control_stochy results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK Comparing atmf000.nc .........OK @@ -172,15 +72,15 @@ Checking test 004 control_stochy results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 656.822489 - 0: The maximum resident set size (KB) = 478424 + 0: The total amount of wall time = 649.551119 + 0: The maximum resident set size (KB) = 477028 -Test 004 control_stochy PASS +Test 002 control_stochy PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_GNU/control_ras -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_28363/control_ras -Checking test 005 control_ras results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE2_RT/REGRESSION_TEST_GNU/control_ras +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE2_RT/rt_206958/control_ras +Checking test 003 control_ras results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -190,15 +90,15 @@ Checking test 005 control_ras results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 806.774665 - 0: The maximum resident set size (KB) = 488876 + 0: The total amount of wall time = 824.213736 + 0: The maximum resident set size (KB) = 485136 -Test 005 control_ras PASS +Test 003 control_ras PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_GNU/control_p8 -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_28363/control_p8 -Checking test 006 control_p8 results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE2_RT/REGRESSION_TEST_GNU/control_p8 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE2_RT/rt_206958/control_p8 +Checking test 004 control_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -244,15 +144,15 @@ Checking test 006 control_p8 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 888.450505 - 0: The maximum resident set size (KB) = 1232832 + 0: The total amount of wall time = 897.919393 + 0: The maximum resident set size (KB) = 1237100 -Test 006 control_p8 PASS +Test 004 control_p8 PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_GNU/control_flake -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_28363/control_flake -Checking test 007 control_flake results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE2_RT/REGRESSION_TEST_GNU/control_flake +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE2_RT/rt_206958/control_flake +Checking test 005 control_flake results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -262,15 +162,15 @@ Checking test 007 control_flake results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 1524.859654 - 0: The maximum resident set size (KB) = 522516 + 0: The total amount of wall time = 1504.689656 + 0: The maximum resident set size (KB) = 521712 -Test 007 control_flake PASS +Test 005 control_flake PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_GNU/control_clm_lake -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_28363/control_clm_lake -Checking test 008 control_clm_lake results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE2_RT/REGRESSION_TEST_GNU/control_clm_lake +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE2_RT/rt_206958/control_clm_lake +Checking test 006 control_clm_lake results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -316,15 +216,15 @@ Checking test 008 control_clm_lake results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 1522.759986 - 0: The maximum resident set size (KB) = 525504 + 0: The total amount of wall time = 1573.325937 + 0: The maximum resident set size (KB) = 525584 -Test 008 control_clm_lake PASS +Test 006 control_clm_lake PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_GNU/control_clm_lake -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_28363/control_clm_lake_decomp -Checking test 009 control_clm_lake_decomp results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE2_RT/REGRESSION_TEST_GNU/control_clm_lake +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE2_RT/rt_206958/control_clm_lake_decomp +Checking test 007 control_clm_lake_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -366,15 +266,15 @@ Checking test 009 control_clm_lake_decomp results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 1454.725612 - 0: The maximum resident set size (KB) = 523636 + 0: The total amount of wall time = 1428.994333 + 0: The maximum resident set size (KB) = 526208 -Test 009 control_clm_lake_decomp PASS +Test 007 control_clm_lake_decomp PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_GNU/control_clm_lake -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_28363/control_clm_lake_2threads -Checking test 010 control_clm_lake_2threads results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE2_RT/REGRESSION_TEST_GNU/control_clm_lake +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE2_RT/rt_206958/control_clm_lake_2threads +Checking test 008 control_clm_lake_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -416,15 +316,15 @@ Checking test 010 control_clm_lake_2threads results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 1344.521766 - 0: The maximum resident set size (KB) = 613672 + 0: The total amount of wall time = 1388.188812 + 0: The maximum resident set size (KB) = 614252 -Test 010 control_clm_lake_2threads PASS +Test 008 control_clm_lake_2threads PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_GNU/rap_control -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_28363/rap_control -Checking test 011 rap_control results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE2_RT/REGRESSION_TEST_GNU/rap_control +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE2_RT/rt_206958/rap_control +Checking test 009 rap_control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -470,15 +370,15 @@ 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 = 1451.883549 - 0: The maximum resident set size (KB) = 829680 + 0: The total amount of wall time = 1472.363713 + 0: The maximum resident set size (KB) = 830156 -Test 011 rap_control PASS +Test 009 rap_control PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_GNU/rap_control -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_28363/rap_decomp -Checking test 012 rap_decomp results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE2_RT/REGRESSION_TEST_GNU/rap_control +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE2_RT/rt_206958/rap_decomp +Checking test 010 rap_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -524,15 +424,15 @@ Checking test 012 rap_decomp results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 1440.928785 - 0: The maximum resident set size (KB) = 828592 + 0: The total amount of wall time = 1434.335089 + 0: The maximum resident set size (KB) = 827076 -Test 012 rap_decomp PASS +Test 010 rap_decomp PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_GNU/rap_control -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_28363/rap_2threads -Checking test 013 rap_2threads results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE2_RT/REGRESSION_TEST_GNU/rap_control +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE2_RT/rt_206958/rap_2threads +Checking test 011 rap_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -578,15 +478,15 @@ Checking test 013 rap_2threads results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 1422.219265 - 0: The maximum resident set size (KB) = 894820 + 0: The total amount of wall time = 1432.700958 + 0: The maximum resident set size (KB) = 893012 -Test 013 rap_2threads PASS +Test 011 rap_2threads PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_GNU/rap_control -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_28363/rap_restart -Checking test 014 rap_restart results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE2_RT/REGRESSION_TEST_GNU/rap_control +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE2_RT/rt_206958/rap_restart +Checking test 012 rap_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK Comparing GFSFLX.GrbF24 .........OK @@ -624,15 +524,15 @@ Checking test 014 rap_restart results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 723.848204 - 0: The maximum resident set size (KB) = 543284 + 0: The total amount of wall time = 719.520610 + 0: The maximum resident set size (KB) = 543852 -Test 014 rap_restart PASS +Test 012 rap_restart PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_GNU/rap_sfcdiff -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_28363/rap_sfcdiff -Checking test 015 rap_sfcdiff results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE2_RT/REGRESSION_TEST_GNU/rap_sfcdiff +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE2_RT/rt_206958/rap_sfcdiff +Checking test 013 rap_sfcdiff results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -678,15 +578,15 @@ Checking test 015 rap_sfcdiff results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 1457.772048 - 0: The maximum resident set size (KB) = 833520 + 0: The total amount of wall time = 1470.746271 + 0: The maximum resident set size (KB) = 829828 -Test 015 rap_sfcdiff PASS +Test 013 rap_sfcdiff PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_GNU/rap_sfcdiff -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_28363/rap_sfcdiff_decomp -Checking test 016 rap_sfcdiff_decomp results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE2_RT/REGRESSION_TEST_GNU/rap_sfcdiff +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE2_RT/rt_206958/rap_sfcdiff_decomp +Checking test 014 rap_sfcdiff_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -732,15 +632,15 @@ Checking test 016 rap_sfcdiff_decomp results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 1443.919840 - 0: The maximum resident set size (KB) = 827800 + 0: The total amount of wall time = 1440.175395 + 0: The maximum resident set size (KB) = 830492 -Test 016 rap_sfcdiff_decomp PASS +Test 014 rap_sfcdiff_decomp PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_GNU/rap_sfcdiff -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_28363/rap_sfcdiff_restart -Checking test 017 rap_sfcdiff_restart results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE2_RT/REGRESSION_TEST_GNU/rap_sfcdiff +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE2_RT/rt_206958/rap_sfcdiff_restart +Checking test 015 rap_sfcdiff_restart results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK Comparing GFSFLX.GrbF12 .........OK @@ -778,15 +678,15 @@ Checking test 017 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 = 1059.655868 - 0: The maximum resident set size (KB) = 543108 + 0: The total amount of wall time = 1079.741608 + 0: The maximum resident set size (KB) = 540456 -Test 017 rap_sfcdiff_restart PASS +Test 015 rap_sfcdiff_restart PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_GNU/hrrr_control -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_28363/hrrr_control -Checking test 018 hrrr_control results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE2_RT/REGRESSION_TEST_GNU/hrrr_control +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE2_RT/rt_206958/hrrr_control +Checking test 016 hrrr_control results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -832,15 +732,15 @@ Checking test 018 hrrr_control results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 1408.161371 - 0: The maximum resident set size (KB) = 826096 + 0: The total amount of wall time = 1426.607152 + 0: The maximum resident set size (KB) = 827860 -Test 018 hrrr_control PASS +Test 016 hrrr_control PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_GNU/hrrr_control -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_28363/hrrr_control_2threads -Checking test 019 hrrr_control_2threads results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE2_RT/REGRESSION_TEST_GNU/hrrr_control +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE2_RT/rt_206958/hrrr_control_2threads +Checking test 017 hrrr_control_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -886,15 +786,15 @@ 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 = 1417.185383 - 0: The maximum resident set size (KB) = 887648 + 0: The total amount of wall time = 1419.628204 + 0: The maximum resident set size (KB) = 885876 -Test 019 hrrr_control_2threads PASS +Test 017 hrrr_control_2threads PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_GNU/hrrr_control -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_28363/hrrr_control_decomp -Checking test 020 hrrr_control_decomp results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE2_RT/REGRESSION_TEST_GNU/hrrr_control +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE2_RT/rt_206958/hrrr_control_decomp +Checking test 018 hrrr_control_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -940,15 +840,15 @@ Checking test 020 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 = 1443.723855 - 0: The maximum resident set size (KB) = 825840 + 0: The total amount of wall time = 1427.536874 + 0: The maximum resident set size (KB) = 829760 -Test 020 hrrr_control_decomp PASS +Test 018 hrrr_control_decomp PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_GNU/hrrr_control -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_28363/hrrr_control_restart -Checking test 021 hrrr_control_restart results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE2_RT/REGRESSION_TEST_GNU/hrrr_control +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE2_RT/rt_206958/hrrr_control_restart +Checking test 019 hrrr_control_restart results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK Comparing GFSFLX.GrbF12 .........OK @@ -986,15 +886,15 @@ Checking test 021 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 = 1030.053007 - 0: The maximum resident set size (KB) = 537360 + 0: The total amount of wall time = 1044.202285 + 0: The maximum resident set size (KB) = 537776 -Test 021 hrrr_control_restart PASS +Test 019 hrrr_control_restart PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_GNU/rrfs_v1beta -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_28363/rrfs_v1beta -Checking test 022 rrfs_v1beta results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE2_RT/REGRESSION_TEST_GNU/rrfs_v1beta +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE2_RT/rt_206958/rrfs_v1beta +Checking test 020 rrfs_v1beta results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -1040,15 +940,15 @@ Checking test 022 rrfs_v1beta results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 1471.533963 - 0: The maximum resident set size (KB) = 821856 + 0: The total amount of wall time = 1437.130967 + 0: The maximum resident set size (KB) = 822408 -Test 022 rrfs_v1beta PASS +Test 020 rrfs_v1beta PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_GNU/hrrr_clm_lake -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_28363/hrrr_clm_lake -Checking test 023 hrrr_clm_lake results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE2_RT/REGRESSION_TEST_GNU/hrrr_clm_lake +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE2_RT/rt_206958/hrrr_clm_lake +Checking test 021 hrrr_clm_lake results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -1094,15 +994,15 @@ Checking test 023 hrrr_clm_lake results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 1394.247405 - 0: The maximum resident set size (KB) = 828068 + 0: The total amount of wall time = 1415.939153 + 0: The maximum resident set size (KB) = 825096 -Test 023 hrrr_clm_lake PASS +Test 021 hrrr_clm_lake PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_GNU/hrrr_clm_lake -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_28363/hrrr_clm_lake_decomp -Checking test 024 hrrr_clm_lake_decomp results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE2_RT/REGRESSION_TEST_GNU/hrrr_clm_lake +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE2_RT/rt_206958/hrrr_clm_lake_decomp +Checking test 022 hrrr_clm_lake_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -1148,15 +1048,15 @@ Checking test 024 hrrr_clm_lake_decomp results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 1401.803284 - 0: The maximum resident set size (KB) = 828556 + 0: The total amount of wall time = 1450.823466 + 0: The maximum resident set size (KB) = 823944 -Test 024 hrrr_clm_lake_decomp PASS +Test 022 hrrr_clm_lake_decomp PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_GNU/hrrr_clm_lake -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_28363/hrrr_clm_lake_2threads -Checking test 025 hrrr_clm_lake_2threads results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE2_RT/REGRESSION_TEST_GNU/hrrr_clm_lake +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE2_RT/rt_206958/hrrr_clm_lake_2threads +Checking test 023 hrrr_clm_lake_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -1202,15 +1102,15 @@ Checking test 025 hrrr_clm_lake_2threads results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 1411.033299 - 0: The maximum resident set size (KB) = 857792 + 0: The total amount of wall time = 1448.941892 + 0: The maximum resident set size (KB) = 855936 -Test 025 hrrr_clm_lake_2threads PASS +Test 023 hrrr_clm_lake_2threads PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_GNU/rrfs_conus13km_hrrr_warm -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_28363/rrfs_conus13km_hrrr_warm -Checking test 026 rrfs_conus13km_hrrr_warm results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE2_RT/REGRESSION_TEST_GNU/rrfs_conus13km_hrrr_warm +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE2_RT/rt_206958/rrfs_conus13km_hrrr_warm +Checking test 024 rrfs_conus13km_hrrr_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing sfcf002.nc .........OK @@ -1218,15 +1118,15 @@ Checking test 026 rrfs_conus13km_hrrr_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 772.091196 - 0: The maximum resident set size (KB) = 636120 + 0: The total amount of wall time = 725.228790 + 0: The maximum resident set size (KB) = 634728 -Test 026 rrfs_conus13km_hrrr_warm PASS +Test 024 rrfs_conus13km_hrrr_warm PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_GNU/rrfs_smoke_conus13km_hrrr_warm -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_28363/rrfs_smoke_conus13km_hrrr_warm -Checking test 027 rrfs_smoke_conus13km_hrrr_warm results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE2_RT/REGRESSION_TEST_GNU/rrfs_smoke_conus13km_hrrr_warm +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE2_RT/rt_206958/rrfs_smoke_conus13km_hrrr_warm +Checking test 025 rrfs_smoke_conus13km_hrrr_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing sfcf002.nc .........OK @@ -1234,15 +1134,15 @@ Checking test 027 rrfs_smoke_conus13km_hrrr_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 738.622978 - 0: The maximum resident set size (KB) = 650612 + 0: The total amount of wall time = 767.443926 + 0: The maximum resident set size (KB) = 651676 -Test 027 rrfs_smoke_conus13km_hrrr_warm PASS +Test 025 rrfs_smoke_conus13km_hrrr_warm PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_GNU/rrfs_conus13km_radar_tten_warm -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_28363/rrfs_conus13km_radar_tten_warm -Checking test 028 rrfs_conus13km_radar_tten_warm results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE2_RT/REGRESSION_TEST_GNU/rrfs_conus13km_radar_tten_warm +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE2_RT/rt_206958/rrfs_conus13km_radar_tten_warm +Checking test 026 rrfs_conus13km_radar_tten_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing sfcf002.nc .........OK @@ -1250,15 +1150,15 @@ Checking test 028 rrfs_conus13km_radar_tten_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 767.438980 - 0: The maximum resident set size (KB) = 639152 + 0: The total amount of wall time = 750.082913 + 0: The maximum resident set size (KB) = 640876 -Test 028 rrfs_conus13km_radar_tten_warm PASS +Test 026 rrfs_conus13km_radar_tten_warm PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_GNU/rrfs_conus13km_radar_tten_warm -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_28363/rrfs_conus13km_radar_tten_warm_2threads -Checking test 029 rrfs_conus13km_radar_tten_warm_2threads results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE2_RT/REGRESSION_TEST_GNU/rrfs_conus13km_radar_tten_warm +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE2_RT/rt_206958/rrfs_conus13km_radar_tten_warm_2threads +Checking test 027 rrfs_conus13km_radar_tten_warm_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing sfcf002.nc .........OK @@ -1266,237 +1166,223 @@ Checking test 029 rrfs_conus13km_radar_tten_warm_2threads results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 996.139507 - 0: The maximum resident set size (KB) = 637348 - -Test 029 rrfs_conus13km_radar_tten_warm_2threads PASS - - -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_GNU/control_debug -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_28363/control_debug -Checking test 030 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 = 101.733909 - 0: The maximum resident set size (KB) = 472400 + 0: The total amount of wall time = 1014.276357 + 0: The maximum resident set size (KB) = 634716 -Test 030 control_debug PASS +Test 027 rrfs_conus13km_radar_tten_warm_2threads PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_GNU/control_clm_lake_debug -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_28363/control_clm_lake_debug -Checking test 031 control_clm_lake_debug results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE2_RT/REGRESSION_TEST_GNU/control_clm_lake_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE2_RT/rt_206958/control_clm_lake_debug +Checking test 028 control_clm_lake_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 = 330.843067 - 0: The maximum resident set size (KB) = 524124 + 0: The total amount of wall time = 313.528153 + 0: The maximum resident set size (KB) = 521792 -Test 031 control_clm_lake_debug PASS +Test 028 control_clm_lake_debug PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_GNU/control_diag_debug -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_28363/control_diag_debug -Checking test 032 control_diag_debug results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE2_RT/REGRESSION_TEST_GNU/control_diag_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE2_RT/rt_206958/control_diag_debug +Checking test 029 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 = 127.377434 - 0: The maximum resident set size (KB) = 534192 + 0: The total amount of wall time = 130.574135 + 0: The maximum resident set size (KB) = 526160 -Test 032 control_diag_debug PASS +Test 029 control_diag_debug PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_GNU/regional_debug -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_28363/regional_debug -Checking test 033 regional_debug results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE2_RT/REGRESSION_TEST_GNU/regional_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE2_RT/rt_206958/regional_debug +Checking test 030 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 = 706.442822 - 0: The maximum resident set size (KB) = 589596 + 0: The total amount of wall time = 712.458631 + 0: The maximum resident set size (KB) = 587412 -Test 033 regional_debug PASS +Test 030 regional_debug PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_GNU/rap_control_debug -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_28363/rap_control_debug -Checking test 034 rap_control_debug results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE2_RT/REGRESSION_TEST_GNU/rap_control_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE2_RT/rt_206958/rap_control_debug +Checking test 031 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 = 172.642936 - 0: The maximum resident set size (KB) = 840508 + 0: The total amount of wall time = 174.325836 + 0: The maximum resident set size (KB) = 844472 -Test 034 rap_control_debug PASS +Test 031 rap_control_debug PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_GNU/hrrr_control_debug -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_28363/hrrr_control_debug -Checking test 035 hrrr_control_debug results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE2_RT/REGRESSION_TEST_GNU/hrrr_control_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE2_RT/rt_206958/hrrr_control_debug +Checking test 032 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 = 171.530259 - 0: The maximum resident set size (KB) = 839680 + 0: The total amount of wall time = 172.546817 + 0: The maximum resident set size (KB) = 837668 -Test 035 hrrr_control_debug PASS +Test 032 hrrr_control_debug PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_GNU/rap_diag_debug -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_28363/rap_diag_debug -Checking test 036 rap_diag_debug results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE2_RT/REGRESSION_TEST_GNU/rap_diag_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE2_RT/rt_206958/rap_diag_debug +Checking test 033 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 = 216.255143 - 0: The maximum resident set size (KB) = 923176 + 0: The total amount of wall time = 215.017856 + 0: The maximum resident set size (KB) = 924248 -Test 036 rap_diag_debug PASS +Test 033 rap_diag_debug PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_GNU/rap_noah_sfcdiff_cires_ugwp_debug -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_28363/rap_noah_sfcdiff_cires_ugwp_debug -Checking test 037 rap_noah_sfcdiff_cires_ugwp_debug results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE2_RT/REGRESSION_TEST_GNU/rap_noah_sfcdiff_cires_ugwp_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE2_RT/rt_206958/rap_noah_sfcdiff_cires_ugwp_debug +Checking test 034 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 = 269.583103 - 0: The maximum resident set size (KB) = 842140 + 0: The total amount of wall time = 270.219891 + 0: The maximum resident set size (KB) = 839224 -Test 037 rap_noah_sfcdiff_cires_ugwp_debug PASS +Test 034 rap_noah_sfcdiff_cires_ugwp_debug PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_GNU/rap_progcld_thompson_debug -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_28363/rap_progcld_thompson_debug -Checking test 038 rap_progcld_thompson_debug results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE2_RT/REGRESSION_TEST_GNU/rap_progcld_thompson_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE2_RT/rt_206958/rap_progcld_thompson_debug +Checking test 035 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 = 170.775539 - 0: The maximum resident set size (KB) = 844752 + 0: The total amount of wall time = 174.025728 + 0: The maximum resident set size (KB) = 838564 -Test 038 rap_progcld_thompson_debug PASS +Test 035 rap_progcld_thompson_debug PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_GNU/rrfs_v1beta_debug -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_28363/rrfs_v1beta_debug -Checking test 039 rrfs_v1beta_debug results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE2_RT/REGRESSION_TEST_GNU/rrfs_v1beta_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE2_RT/rt_206958/rrfs_v1beta_debug +Checking test 036 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 = 170.664206 - 0: The maximum resident set size (KB) = 844800 + 0: The total amount of wall time = 173.241274 + 0: The maximum resident set size (KB) = 835672 -Test 039 rrfs_v1beta_debug PASS +Test 036 rrfs_v1beta_debug PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_GNU/control_ras_debug -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_28363/control_ras_debug -Checking test 040 control_ras_debug results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE2_RT/REGRESSION_TEST_GNU/control_ras_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE2_RT/rt_206958/control_ras_debug +Checking test 037 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 = 105.796420 - 0: The maximum resident set size (KB) = 480500 + 0: The total amount of wall time = 106.518263 + 0: The maximum resident set size (KB) = 485360 -Test 040 control_ras_debug PASS +Test 037 control_ras_debug PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_GNU/control_stochy_debug -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_28363/control_stochy_debug -Checking test 041 control_stochy_debug results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE2_RT/REGRESSION_TEST_GNU/control_stochy_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE2_RT/rt_206958/control_stochy_debug +Checking test 038 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 = 120.520391 - 0: The maximum resident set size (KB) = 475312 + 0: The total amount of wall time = 123.582627 + 0: The maximum resident set size (KB) = 474304 -Test 041 control_stochy_debug PASS +Test 038 control_stochy_debug PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_GNU/control_debug_p8 -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_28363/control_debug_p8 -Checking test 042 control_debug_p8 results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE2_RT/REGRESSION_TEST_GNU/control_debug_p8 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE2_RT/rt_206958/control_debug_p8 +Checking test 039 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 = 119.682717 - 0: The maximum resident set size (KB) = 1232980 + 0: The total amount of wall time = 118.106371 + 0: The maximum resident set size (KB) = 1229752 -Test 042 control_debug_p8 PASS +Test 039 control_debug_p8 PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_GNU/rrfs_conus13km_hrrr_warm_debugs -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_28363/rrfs_conus13km_hrrr_warm_debug -Checking test 043 rrfs_conus13km_hrrr_warm_debug results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE2_RT/REGRESSION_TEST_GNU/rrfs_conus13km_hrrr_warm_debugs +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE2_RT/rt_206958/rrfs_conus13km_hrrr_warm_debug +Checking test 040 rrfs_conus13km_hrrr_warm_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 = 548.993465 - 0: The maximum resident set size (KB) = 649544 + 0: The total amount of wall time = 549.314615 + 0: The maximum resident set size (KB) = 643400 -Test 043 rrfs_conus13km_hrrr_warm_debug PASS +Test 040 rrfs_conus13km_hrrr_warm_debug PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_GNU/rrfs_conus13km_radar_tten_warm_debug -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_28363/rrfs_conus13km_radar_tten_warm_debug -Checking test 044 rrfs_conus13km_radar_tten_warm_debug results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE2_RT/REGRESSION_TEST_GNU/rrfs_conus13km_radar_tten_warm_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE2_RT/rt_206958/rrfs_conus13km_radar_tten_warm_debug +Checking test 041 rrfs_conus13km_radar_tten_warm_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 = 563.902288 - 0: The maximum resident set size (KB) = 652832 + 0: The total amount of wall time = 564.910922 + 0: The maximum resident set size (KB) = 649284 -Test 044 rrfs_conus13km_radar_tten_warm_debug PASS +Test 041 rrfs_conus13km_radar_tten_warm_debug PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_GNU/control_wam_debug -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_28363/control_wam_debug -Checking test 045 control_wam_debug results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE2_RT/REGRESSION_TEST_GNU/control_wam_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE2_RT/rt_206958/control_wam_debug +Checking test 042 control_wam_debug results .... Comparing sfcf019.nc .........OK Comparing atmf019.nc .........OK - 0: The total amount of wall time = 186.949802 - 0: The maximum resident set size (KB) = 190988 + 0: The total amount of wall time = 179.199939 + 0: The maximum resident set size (KB) = 192816 -Test 045 control_wam_debug PASS +Test 042 control_wam_debug PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_GNU/rap_control_dyn32_phy32 -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_28363/rap_control_dyn32_phy32 -Checking test 046 rap_control_dyn32_phy32 results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE2_RT/REGRESSION_TEST_GNU/rap_control_dyn32_phy32 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE2_RT/rt_206958/rap_control_dyn32_phy32 +Checking test 043 rap_control_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -1542,15 +1428,15 @@ Checking test 046 rap_control_dyn32_phy32 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 1431.490620 - 0: The maximum resident set size (KB) = 680944 + 0: The total amount of wall time = 1428.624781 + 0: The maximum resident set size (KB) = 680864 -Test 046 rap_control_dyn32_phy32 PASS +Test 043 rap_control_dyn32_phy32 PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_GNU/hrrr_control_dyn32_phy32 -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_28363/hrrr_control_dyn32_phy32 -Checking test 047 hrrr_control_dyn32_phy32 results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE2_RT/REGRESSION_TEST_GNU/hrrr_control_dyn32_phy32 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE2_RT/rt_206958/hrrr_control_dyn32_phy32 +Checking test 044 hrrr_control_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -1596,15 +1482,15 @@ Checking test 047 hrrr_control_dyn32_phy32 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 721.572183 - 0: The maximum resident set size (KB) = 685404 + 0: The total amount of wall time = 705.235503 + 0: The maximum resident set size (KB) = 682320 -Test 047 hrrr_control_dyn32_phy32 PASS +Test 044 hrrr_control_dyn32_phy32 PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_GNU/rap_control_dyn32_phy32 -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_28363/rap_2threads_dyn32_phy32 -Checking test 048 rap_2threads_dyn32_phy32 results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE2_RT/REGRESSION_TEST_GNU/rap_control_dyn32_phy32 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE2_RT/rt_206958/rap_2threads_dyn32_phy32 +Checking test 045 rap_2threads_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -1650,15 +1536,15 @@ Checking test 048 rap_2threads_dyn32_phy32 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 1429.916578 - 0: The maximum resident set size (KB) = 723660 + 0: The total amount of wall time = 1425.712523 + 0: The maximum resident set size (KB) = 721308 -Test 048 rap_2threads_dyn32_phy32 PASS +Test 045 rap_2threads_dyn32_phy32 PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_GNU/hrrr_control_dyn32_phy32 -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_28363/hrrr_control_2threads_dyn32_phy32 -Checking test 049 hrrr_control_2threads_dyn32_phy32 results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE2_RT/REGRESSION_TEST_GNU/hrrr_control_dyn32_phy32 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE2_RT/rt_206958/hrrr_control_2threads_dyn32_phy32 +Checking test 046 hrrr_control_2threads_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -1704,15 +1590,15 @@ Checking test 049 hrrr_control_2threads_dyn32_phy32 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 717.099862 - 0: The maximum resident set size (KB) = 720364 + 0: The total amount of wall time = 691.875054 + 0: The maximum resident set size (KB) = 720164 -Test 049 hrrr_control_2threads_dyn32_phy32 PASS +Test 046 hrrr_control_2threads_dyn32_phy32 PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_GNU/hrrr_control_dyn32_phy32 -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_28363/hrrr_control_decomp_dyn32_phy32 -Checking test 050 hrrr_control_decomp_dyn32_phy32 results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE2_RT/REGRESSION_TEST_GNU/hrrr_control_dyn32_phy32 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE2_RT/rt_206958/hrrr_control_decomp_dyn32_phy32 +Checking test 047 hrrr_control_decomp_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -1758,15 +1644,15 @@ Checking test 050 hrrr_control_decomp_dyn32_phy32 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 699.749570 - 0: The maximum resident set size (KB) = 680940 + 0: The total amount of wall time = 710.447504 + 0: The maximum resident set size (KB) = 680292 -Test 050 hrrr_control_decomp_dyn32_phy32 PASS +Test 047 hrrr_control_decomp_dyn32_phy32 PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_GNU/rap_control_dyn32_phy32 -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_28363/rap_restart_dyn32_phy32 -Checking test 051 rap_restart_dyn32_phy32 results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE2_RT/REGRESSION_TEST_GNU/rap_control_dyn32_phy32 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE2_RT/rt_206958/rap_restart_dyn32_phy32 +Checking test 048 rap_restart_dyn32_phy32 results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK Comparing GFSFLX.GrbF12 .........OK @@ -1804,15 +1690,15 @@ Checking test 051 rap_restart_dyn32_phy32 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 1043.659670 - 0: The maximum resident set size (KB) = 505512 + 0: The total amount of wall time = 1075.107791 + 0: The maximum resident set size (KB) = 507488 -Test 051 rap_restart_dyn32_phy32 PASS +Test 048 rap_restart_dyn32_phy32 PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_GNU/hrrr_control_dyn32_phy32 -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_28363/hrrr_control_restart_dyn32_phy32 -Checking test 052 hrrr_control_restart_dyn32_phy32 results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE2_RT/REGRESSION_TEST_GNU/hrrr_control_dyn32_phy32 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE2_RT/rt_206958/hrrr_control_restart_dyn32_phy32 +Checking test 049 hrrr_control_restart_dyn32_phy32 results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK Comparing GFSFLX.GrbF12 .........OK @@ -1850,15 +1736,15 @@ Checking test 052 hrrr_control_restart_dyn32_phy32 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 353.337744 - 0: The maximum resident set size (KB) = 506232 + 0: The total amount of wall time = 361.222109 + 0: The maximum resident set size (KB) = 503972 -Test 052 hrrr_control_restart_dyn32_phy32 PASS +Test 049 hrrr_control_restart_dyn32_phy32 PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_GNU/hrrr_clm_lake_dyn32_phy32 -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_28363/hrrr_clm_lake_dyn32_phy32 -Checking test 053 hrrr_clm_lake_dyn32_phy32 results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE2_RT/REGRESSION_TEST_GNU/hrrr_clm_lake_dyn32_phy32 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE2_RT/rt_206958/hrrr_clm_lake_dyn32_phy32 +Checking test 050 hrrr_clm_lake_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -1904,15 +1790,15 @@ Checking test 053 hrrr_clm_lake_dyn32_phy32 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 714.375974 - 0: The maximum resident set size (KB) = 681252 + 0: The total amount of wall time = 711.100899 + 0: The maximum resident set size (KB) = 681484 -Test 053 hrrr_clm_lake_dyn32_phy32 PASS +Test 050 hrrr_clm_lake_dyn32_phy32 PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_GNU/hrrr_clm_lake_dyn32_phy32 -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_28363/hrrr_clm_lake_2threads_dyn32_phy32 -Checking test 054 hrrr_clm_lake_2threads_dyn32_phy32 results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE2_RT/REGRESSION_TEST_GNU/hrrr_clm_lake_dyn32_phy32 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE2_RT/rt_206958/hrrr_clm_lake_2threads_dyn32_phy32 +Checking test 051 hrrr_clm_lake_2threads_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -1958,15 +1844,15 @@ Checking test 054 hrrr_clm_lake_2threads_dyn32_phy32 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 718.737195 - 0: The maximum resident set size (KB) = 725564 + 0: The total amount of wall time = 717.716068 + 0: The maximum resident set size (KB) = 721048 -Test 054 hrrr_clm_lake_2threads_dyn32_phy32 PASS +Test 051 hrrr_clm_lake_2threads_dyn32_phy32 PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_GNU/hrrr_clm_lake_dyn32_phy32 -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_28363/hrrr_clm_lake_decomp_dyn32_phy32 -Checking test 055 hrrr_clm_lake_decomp_dyn32_phy32 results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE2_RT/REGRESSION_TEST_GNU/hrrr_clm_lake_dyn32_phy32 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE2_RT/rt_206958/hrrr_clm_lake_decomp_dyn32_phy32 +Checking test 052 hrrr_clm_lake_decomp_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -2012,15 +1898,15 @@ Checking test 055 hrrr_clm_lake_decomp_dyn32_phy32 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 708.923421 - 0: The maximum resident set size (KB) = 681716 + 0: The total amount of wall time = 695.203454 + 0: The maximum resident set size (KB) = 680744 -Test 055 hrrr_clm_lake_decomp_dyn32_phy32 PASS +Test 052 hrrr_clm_lake_decomp_dyn32_phy32 PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_GNU/rap_control_dyn64_phy32 -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_28363/rap_control_dyn64_phy32 -Checking test 056 rap_control_dyn64_phy32 results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE2_RT/REGRESSION_TEST_GNU/rap_control_dyn64_phy32 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE2_RT/rt_206958/rap_control_dyn64_phy32 +Checking test 053 rap_control_dyn64_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -2066,71 +1952,71 @@ Checking test 056 rap_control_dyn64_phy32 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 1043.938506 - 0: The maximum resident set size (KB) = 710688 + 0: The total amount of wall time = 1053.960528 + 0: The maximum resident set size (KB) = 709360 -Test 056 rap_control_dyn64_phy32 PASS +Test 053 rap_control_dyn64_phy32 PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_GNU/rap_control_debug_dyn32_phy32 -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_28363/rap_control_debug_dyn32_phy32 -Checking test 057 rap_control_debug_dyn32_phy32 results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE2_RT/REGRESSION_TEST_GNU/rap_control_debug_dyn32_phy32 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE2_RT/rt_206958/rap_control_debug_dyn32_phy32 +Checking test 054 rap_control_debug_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 170.911513 - 0: The maximum resident set size (KB) = 697600 + 0: The total amount of wall time = 171.766476 + 0: The maximum resident set size (KB) = 698064 -Test 057 rap_control_debug_dyn32_phy32 PASS +Test 054 rap_control_debug_dyn32_phy32 PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_GNU/hrrr_control_debug_dyn32_phy32 -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_28363/hrrr_control_debug_dyn32_phy32 -Checking test 058 hrrr_control_debug_dyn32_phy32 results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE2_RT/REGRESSION_TEST_GNU/hrrr_control_debug_dyn32_phy32 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE2_RT/rt_206958/hrrr_control_debug_dyn32_phy32 +Checking test 055 hrrr_control_debug_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 170.641636 - 0: The maximum resident set size (KB) = 702284 + 0: The total amount of wall time = 171.033890 + 0: The maximum resident set size (KB) = 696268 -Test 058 hrrr_control_debug_dyn32_phy32 PASS +Test 055 hrrr_control_debug_dyn32_phy32 PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_GNU/hrrr_clm_lake_debug_dyn32_phy32 -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_28363/hrrr_clm_lake_debug_dyn32_phy32 -Checking test 059 hrrr_clm_lake_debug_dyn32_phy32 results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE2_RT/REGRESSION_TEST_GNU/hrrr_clm_lake_debug_dyn32_phy32 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE2_RT/rt_206958/hrrr_clm_lake_debug_dyn32_phy32 +Checking test 056 hrrr_clm_lake_debug_dyn32_phy32 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.869337 - 0: The maximum resident set size (KB) = 702496 + 0: The total amount of wall time = 168.345811 + 0: The maximum resident set size (KB) = 703332 -Test 059 hrrr_clm_lake_debug_dyn32_phy32 PASS +Test 056 hrrr_clm_lake_debug_dyn32_phy32 PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_GNU/rap_control_debug_dyn64_phy32 -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_28363/rap_control_dyn64_phy32_debug -Checking test 060 rap_control_dyn64_phy32_debug results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE2_RT/REGRESSION_TEST_GNU/rap_control_debug_dyn64_phy32 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE2_RT/rt_206958/rap_control_dyn64_phy32_debug +Checking test 057 rap_control_dyn64_phy32_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 = 199.294370 - 0: The maximum resident set size (KB) = 717336 + 0: The total amount of wall time = 198.443194 + 0: The maximum resident set size (KB) = 717964 -Test 060 rap_control_dyn64_phy32_debug PASS +Test 057 rap_control_dyn64_phy32_debug PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_GNU/cpld_control_p8 -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_28363/cpld_control_p8 -Checking test 061 cpld_control_p8 results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE2_RT/REGRESSION_TEST_GNU/cpld_control_p8 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE2_RT/rt_206958/cpld_control_p8 +Checking test 058 cpld_control_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK Comparing sfcf021.tile3.nc .........OK @@ -2194,15 +2080,15 @@ Checking test 061 cpld_control_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 1668.800937 - 0: The maximum resident set size (KB) = 1430032 + 0: The total amount of wall time = 1738.169127 + 0: The maximum resident set size (KB) = 1426448 -Test 061 cpld_control_p8 PASS +Test 058 cpld_control_p8 PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_GNU/cpld_control_c96_noaero_p8 -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_28363/cpld_control_nowave_noaero_p8 -Checking test 062 cpld_control_nowave_noaero_p8 results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE2_RT/REGRESSION_TEST_GNU/cpld_control_c96_noaero_p8 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE2_RT/rt_206958/cpld_control_nowave_noaero_p8 +Checking test 059 cpld_control_nowave_noaero_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK Comparing sfcf021.tile3.nc .........OK @@ -2263,15 +2149,15 @@ Checking test 062 cpld_control_nowave_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 = 1201.669021 - 0: The maximum resident set size (KB) = 1331716 + 0: The total amount of wall time = 1208.746650 + 0: The maximum resident set size (KB) = 1330004 -Test 062 cpld_control_nowave_noaero_p8 PASS +Test 059 cpld_control_nowave_noaero_p8 PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_GNU/cpld_debug_p8 -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_28363/cpld_debug_p8 -Checking test 063 cpld_debug_p8 results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE2_RT/REGRESSION_TEST_GNU/cpld_debug_p8 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE2_RT/rt_206958/cpld_debug_p8 +Checking test 060 cpld_debug_p8 results .... Comparing sfcf003.tile1.nc .........OK Comparing sfcf003.tile2.nc .........OK Comparing sfcf003.tile3.nc .........OK @@ -2323,25 +2209,25 @@ Checking test 063 cpld_debug_p8 results .... Comparing 20210322.090000.out_pnt.ww3 .........OK Comparing 20210322.090000.out_grd.ww3 .........OK - 0: The total amount of wall time = 838.460797 - 0: The maximum resident set size (KB) = 1444180 + 0: The total amount of wall time = 832.077619 + 0: The maximum resident set size (KB) = 1443600 -Test 063 cpld_debug_p8 PASS +Test 060 cpld_debug_p8 PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE_RT/REGRESSION_TEST_GNU/datm_cdeps_control_cfsr -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE_RT/rt_28363/datm_cdeps_control_cfsr -Checking test 064 datm_cdeps_control_cfsr results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/LAKE2_RT/REGRESSION_TEST_GNU/datm_cdeps_control_cfsr +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/LAKE2_RT/rt_206958/datm_cdeps_control_cfsr +Checking test 061 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 = 173.250791 - 0: The maximum resident set size (KB) = 665644 + 0: The total amount of wall time = 180.372958 + 0: The maximum resident set size (KB) = 664236 -Test 064 datm_cdeps_control_cfsr PASS +Test 061 datm_cdeps_control_cfsr PASS REGRESSION TEST WAS SUCCESSFUL -Thu Dec 1 15:05:30 UTC 2022 -Elapsed time: 01h:19m:05s. Have a nice day! +Tue Dec 6 00:30:01 UTC 2022 +Elapsed time: 01h:17m:15s. Have a nice day! From 00258cb556e190a53680ac098b28c10a3adc8567 Mon Sep 17 00:00:00 2001 From: "samuel.trahan" Date: Tue, 13 Dec 2022 01:50:50 +0000 Subject: [PATCH 046/152] correct path to fv3 --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index ed4777819e..3d6e9fff7e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,6 @@ [submodule "FV3"] path = FV3 - url = https://github.com/SamuelTrahan-NOAA/fv3atm + url = https://github.com/SamuelTrahanNOAA/fv3atm branch = clm_lake_revert.v9 [submodule "WW3"] path = WW3 From adb2fbd27925ccc3be4834696de2264a59ea89a2 Mon Sep 17 00:00:00 2001 From: Samuel Trahan Date: Wed, 1 Mar 2023 13:47:53 +0000 Subject: [PATCH 047/152] remove departed lake cases --- tests/lake.conf | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/tests/lake.conf b/tests/lake.conf index 06ebfdbde7..0a74e99f6f 100644 --- a/tests/lake.conf +++ b/tests/lake.conf @@ -1,8 +1,8 @@ COMPILE | -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v15_thompson_mynn,FV3_GFS_v16_flake,FV3_GFS_v16_clm_lake,FV3_GFS_v17_p8,FV3_GFS_v17_p8_rrtmgp,FV3_GFS_v15_thompson_mynn_lam3km -D32BIT=ON || fv3 | -RUN | control | | fv3 | -RUN | control_decomp | | | -RUN | control_2threads | | | -RUN | control_restart | | | control +#RUN | control | | fv3 | +#RUN | control_decomp | | | +#RUN | control_2threads | | | +#RUN | control_restart | | | control RUN | control_flake | | fv3 | @@ -11,11 +11,11 @@ RUN | control_clm_lake_decomp RUN | control_clm_lake_2threads | | | # Lake restarts do not match control. -# RUN | control_clm_lake_restart | | | control_clm_lake +RUN | control_clm_lake_restart | | | control_clm_lake COMPILE | -DAPP=ATM -DDEBUG=ON -D32BIT=ON | | fv3 | -RUN | control_debug | | fv3 | +#RUN | control_debug | | fv3 | RUN | control_clm_lake_debug | | fv3 | COMPILE | -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR,FV3_HRRR_clm_lake -D32BIT=ON -DCCPP_32BIT=ON | | fv3 | From 194751361e36b691192b599f794f492850c8b4a4 Mon Sep 17 00:00:00 2001 From: "samuel.trahan" Date: Wed, 1 Mar 2023 20:29:50 +0000 Subject: [PATCH 048/152] bug fix: fill restart input with prior values --- FV3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FV3 b/FV3 index 1199438620..aed44899ba 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit 1199438620a865e0781562f600b8ce072e36df98 +Subproject commit aed44899ba4b1bb7a363501f2f336418f5532314 From 8c1bcc1aa96d807144e58112ba7f946a507e8640 Mon Sep 17 00:00:00 2001 From: "samuel.trahan" Date: Wed, 1 Mar 2023 21:32:16 +0000 Subject: [PATCH 049/152] correction to a comment in clm_lake.f90 --- FV3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FV3 b/FV3 index aed44899ba..b907a592a4 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit aed44899ba4b1bb7a363501f2f336418f5532314 +Subproject commit b907a592a4d3bcb95dce66a3b89340c07669c27a From d523dc938da4699fe25cf72015d33bbd84497e15 Mon Sep 17 00:00:00 2001 From: "samuel.trahan" Date: Thu, 2 Mar 2023 14:02:30 +0000 Subject: [PATCH 050/152] restart works with FV3_HRRR suite --- FV3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FV3 b/FV3 index b907a592a4..c205d9463c 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit b907a592a4d3bcb95dce66a3b89340c07669c27a +Subproject commit c205d9463c3d54f0c3582aa5b8972f0490a955ea From 835e1f37d2d346e64085a76022baa39af171dd2a Mon Sep 17 00:00:00 2001 From: "samuel.trahan" Date: Thu, 2 Mar 2023 15:20:59 +0000 Subject: [PATCH 051/152] do not freeze great salt lakes --- FV3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FV3 b/FV3 index c205d9463c..c3b980706b 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit c205d9463c3d54f0c3582aa5b8972f0490a955ea +Subproject commit c3b980706b3c676bee037043917e8ae32cf05f35 From a693e6d8983c67ccbbc11cf9d31ad1ebbacb43e0 Mon Sep 17 00:00:00 2001 From: "samuel.trahan" Date: Thu, 2 Mar 2023 16:31:24 +0000 Subject: [PATCH 052/152] address reviewer comments --- FV3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FV3 b/FV3 index c3b980706b..14b16b6de1 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit c3b980706b3c676bee037043917e8ae32cf05f35 +Subproject commit 14b16b6de1dbd2bc43b982b96ffd823ca7662b2e From ad1211882cca1d0760fe8289148022aa708e2ce4 Mon Sep 17 00:00:00 2001 From: "samuel.trahan" Date: Thu, 2 Mar 2023 16:41:51 +0000 Subject: [PATCH 053/152] comment in clm_lake.f90 to resolve reviewer confusion --- FV3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FV3 b/FV3 index 14b16b6de1..d00e98b4cf 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit 14b16b6de1dbd2bc43b982b96ffd823ca7662b2e +Subproject commit d00e98b4cf2e53c7b0352f44a361f7434773188a From 644b5b24a3387cd1b3ae5e284576c2077c9ecdbb Mon Sep 17 00:00:00 2001 From: "samuel.trahan" Date: Thu, 2 Mar 2023 17:17:13 +0000 Subject: [PATCH 054/152] remove gfs v16 clm lake tests --- tests/lake.conf | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/tests/lake.conf b/tests/lake.conf index 0a74e99f6f..a4142866c4 100644 --- a/tests/lake.conf +++ b/tests/lake.conf @@ -6,17 +6,17 @@ COMPILE | -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v15_thompson_mynn,FV3_GFS_ RUN | control_flake | | fv3 | -RUN | control_clm_lake | | fv3 | -RUN | control_clm_lake_decomp | | | -RUN | control_clm_lake_2threads | | | +# RUN | control_clm_lake | | fv3 | +# RUN | control_clm_lake_decomp | | | +# RUN | control_clm_lake_2threads | | | -# Lake restarts do not match control. -RUN | control_clm_lake_restart | | | control_clm_lake +# gfs v16 clm lake does not match restart +#RUN | control_clm_lake_restart | | | control_clm_lake -COMPILE | -DAPP=ATM -DDEBUG=ON -D32BIT=ON | | fv3 | +# COMPILE | -DAPP=ATM -DDEBUG=ON -D32BIT=ON | | fv3 | #RUN | control_debug | | fv3 | -RUN | control_clm_lake_debug | | fv3 | +# RUN | control_clm_lake_debug | | fv3 | COMPILE | -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR,FV3_HRRR_clm_lake -D32BIT=ON -DCCPP_32BIT=ON | | fv3 | RUN | hrrr_clm_lake_dyn32_phy32 | | fv3 | From f3684805435b1d96e879721f8dbb5fe1d96df532 Mon Sep 17 00:00:00 2001 From: "samuel.trahan" Date: Thu, 2 Mar 2023 17:41:22 +0000 Subject: [PATCH 055/152] change missed in merge & CLM Lake is the default --- FV3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FV3 b/FV3 index 1a9c12052d..ed6f862159 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit 1a9c12052dbdfde26907e1f62aa33a2144540105 +Subproject commit ed6f862159812027279d9111119926fe006d250b From 9e5e13c577b2d060f00b54b3be064110860115fa Mon Sep 17 00:00:00 2001 From: "samuel.trahan" Date: Thu, 2 Mar 2023 17:47:41 +0000 Subject: [PATCH 056/152] clm lake is default --- tests/default_vars.sh | 2 +- tests/tests/control_clm_lake | 85 ------------------- tests/tests/control_clm_lake_2threads | 85 ------------------- tests/tests/control_clm_lake_debug | 44 ---------- tests/tests/control_clm_lake_decomp | 83 ------------------ tests/tests/control_clm_lake_restart | 84 ------------------ tests/tests/hrrr_clm_lake_2threads | 2 +- .../tests/hrrr_clm_lake_2threads_dyn32_phy32 | 2 +- tests/tests/hrrr_control | 1 + tests/tests/hrrr_control_2threads | 1 + tests/tests/hrrr_control_2threads_dyn32_phy32 | 1 + tests/tests/hrrr_control_debug | 1 + tests/tests/hrrr_control_debug_dyn32_phy32 | 1 + tests/tests/hrrr_control_decomp | 1 + tests/tests/hrrr_control_decomp_dyn32_phy32 | 1 + tests/tests/hrrr_control_dyn32_phy32 | 1 + tests/tests/hrrr_control_restart | 1 + tests/tests/hrrr_control_restart_dyn32_phy32 | 1 + tests/tests/rap_flake_debug | 1 + 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 + 30 files changed, 25 insertions(+), 384 deletions(-) delete mode 100644 tests/tests/control_clm_lake delete mode 100644 tests/tests/control_clm_lake_2threads delete mode 100644 tests/tests/control_clm_lake_debug delete mode 100644 tests/tests/control_clm_lake_decomp delete mode 100644 tests/tests/control_clm_lake_restart diff --git a/tests/default_vars.sh b/tests/default_vars.sh index 502587c75c..b871438120 100755 --- a/tests/default_vars.sh +++ b/tests/default_vars.sh @@ -456,7 +456,7 @@ export H2O_PHYS=.false. # Lake models export LKM=0 # 0=no lake, 1=run lake model, 2=run both lake and nsst on lake points -export IOPT_LAKE=1 # 1=flake, 2=clm lake +export IOPT_LAKE=2 # 1=flake, 2=clm lake export LAKEFRAC_THRESHOLD=0.0 # lake fraction must be higher for lake model to run it export LAKEDEPTH_THRESHOLD=1.0 # lake must be deeper (in meters) for a lake model to run it export FRAC_ICE=.false. diff --git a/tests/tests/control_clm_lake b/tests/tests/control_clm_lake deleted file mode 100644 index d148dc10a0..0000000000 --- a/tests/tests/control_clm_lake +++ /dev/null @@ -1,85 +0,0 @@ -############################################################################### -# -# Global control with clm lake model test -# -############################################################################### - -export TEST_DESCR="Compare global control (with clm lake model) results with previous trunk version" - -export CNTL_DIR=control_clm_lake - -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=720 -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 FRAC_GRID=.false. -export FRAC_ICE=.true. - -export LKM=1 -export IOPT_LAKE=2 -export LAKEFRAC_THRESHOLD=0.15 -export LAKEDEPTH_THRESHOLD=0.5 - -export DO_SPPT=.true. -export DO_SHUM=.true. -export DO_SKEB=.true. - -export FV3_RUN=flake_control_run.IN -export CCPP_SUITE=FV3_GFS_v16_clm_lake -export INPUT_NML=control_flake.nml.IN diff --git a/tests/tests/control_clm_lake_2threads b/tests/tests/control_clm_lake_2threads deleted file mode 100644 index 89f8d790e9..0000000000 --- a/tests/tests/control_clm_lake_2threads +++ /dev/null @@ -1,85 +0,0 @@ -############################################################################### -# -# Global control with clm lake model test -# -############################################################################### - -export TEST_DESCR="Compare global control (with clm lake model) results with previous trunk version" - -export CNTL_DIR=control_clm_lake - -export LIST_FILES="sfcf000.nc \ - sfcf024.nc \ - atmf000.nc \ - atmf024.nc \ - GFSFLX.GrbF00 \ - GFSFLX.GrbF24 \ - GFSPRS.GrbF00 \ - 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=720 -export SYEAR=2021 -export SMONTH=03 -export SDAY=22 -export SHOUR=06 -export OUTPUT_GRID='gaussian_grid' -export NSTF_NAME='2,0,0,0,0' -export WRITE_DOPOST=.true. -export IAER=5111 - -export FRAC_GRID=.false. -export FRAC_ICE=.true. - -export THRD=2 -export TASKS=$TASKS_thrd -export INPES=$INPES_thrd -export JNPES=$JNPES_thrd -export WRTTASK_PER_GROUP=6 - -export LKM=1 -export IOPT_LAKE=2 -export LAKEFRAC_THRESHOLD=0.15 -export LAKEDEPTH_THRESHOLD=0.5 - -export DO_SPPT=.true. -export DO_SHUM=.true. -export DO_SKEB=.true. - -export FV3_RUN=flake_control_run.IN -export CCPP_SUITE=FV3_GFS_v16_clm_lake -export INPUT_NML=control_flake.nml.IN diff --git a/tests/tests/control_clm_lake_debug b/tests/tests/control_clm_lake_debug deleted file mode 100644 index d02998c63f..0000000000 --- a/tests/tests/control_clm_lake_debug +++ /dev/null @@ -1,44 +0,0 @@ -############################################################################### -# -# Global control with clm lake model test -# -############################################################################### - -export TEST_DESCR="Compare global control (with clm lake model) debug results with previous trunk version" - -export CNTL_DIR=control_clm_lake_debug - -export LIST_FILES="sfcf000.nc \ - sfcf001.nc \ - atmf000.nc \ - atmf001.nc" - -export_fv3 -export NPZ=127 -export NPZP=128 -export DT_ATMOS=720 -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 FHMAX=1 -export OUTPUT_FH="0 1" - -export FRAC_GRID=.false. -export FRAC_ICE=.true. - -export LKM=1 -export IOPT_LAKE=2 -export LAKEFRAC_THRESHOLD=0.15 -export LAKEDEPTH_THRESHOLD=0.5 - -export DO_SPPT=.true. -export DO_SHUM=.true. -export DO_SKEB=.true. - -export FV3_RUN=flake_control_run.IN -export CCPP_SUITE=FV3_GFS_v16_clm_lake -export INPUT_NML=control_flake.nml.IN diff --git a/tests/tests/control_clm_lake_decomp b/tests/tests/control_clm_lake_decomp deleted file mode 100644 index 8563c681ee..0000000000 --- a/tests/tests/control_clm_lake_decomp +++ /dev/null @@ -1,83 +0,0 @@ -############################################################################### -# -# Global control with clm lake model test -# -############################################################################### - -export TEST_DESCR="Compare global control (with clm lake model) results with previous trunk version" - -export CNTL_DIR=control_clm_lake - -export LIST_FILES="sfcf000.nc \ - sfcf024.nc \ - atmf000.nc \ - atmf024.nc \ - GFSFLX.GrbF00 \ - GFSFLX.GrbF24 \ - GFSPRS.GrbF00 \ - 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=720 -export SYEAR=2021 -export SMONTH=03 -export SDAY=22 -export SHOUR=06 -export RESTART_INTERVAL=0 -export OUTPUT_GRID='gaussian_grid' -export NSTF_NAME='2,0,0,0,0' -export WRITE_DOPOST=.true. -export IAER=5111 - -export FRAC_GRID=.false. -export FRAC_ICE=.true. - -export INPES=6 -export JNPES=4 - -export LKM=1 -export IOPT_LAKE=2 -export LAKEFRAC_THRESHOLD=0.15 -export LAKEDEPTH_THRESHOLD=0.5 - -export DO_SPPT=.true. -export DO_SHUM=.true. -export DO_SKEB=.true. - -export FV3_RUN=flake_control_run.IN -export CCPP_SUITE=FV3_GFS_v16_clm_lake -export INPUT_NML=control_flake.nml.IN diff --git a/tests/tests/control_clm_lake_restart b/tests/tests/control_clm_lake_restart deleted file mode 100644 index fd22370a58..0000000000 --- a/tests/tests/control_clm_lake_restart +++ /dev/null @@ -1,84 +0,0 @@ -############################################################################### -# -# Global control with clm lake model test -# -############################################################################### - -export TEST_DESCR="Compare global control (with clm lake model) results with previous trunk version" - -export CNTL_DIR=control_clm_lake - -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=720 -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 FRAC_GRID=.false. -export FRAC_ICE=.true. - -export WARM_START=.true. -export NGGPS_IC=.false. -export EXTERNAL_IC=.false. -export MAKE_NH=.false. -export MOUNTAIN=.true. -export NA_INIT=0 - -export LKM=1 -export IOPT_LAKE=2 -export LAKEFRAC_THRESHOLD=0.15 -export LAKEDEPTH_THRESHOLD=0.5 - -export DO_SPPT=.true. -export DO_SHUM=.true. -export DO_SKEB=.true. - -export FV3_RUN=flake_control_run.IN -export CCPP_SUITE=FV3_GFS_v16_clm_lake -export INPUT_NML=control_flake.nml.IN -export RESTART_FILE_PREFIX="${SYEAR}${SMONTH}${SDAY}.$(printf "%02d" $(( ${SHOUR} + ${FHROT} )))0000" diff --git a/tests/tests/hrrr_clm_lake_2threads b/tests/tests/hrrr_clm_lake_2threads index 738cf9498f..459d295e15 100644 --- a/tests/tests/hrrr_clm_lake_2threads +++ b/tests/tests/hrrr_clm_lake_2threads @@ -72,7 +72,7 @@ export FRAC_GRID=.false. export FRAC_ICE=.true. export THRD=2 -export TASKS=$TASKS_thrd +export atm_omp_num_threads=2 export INPES=$INPES_thrd export JNPES=$JNPES_thrd export WRTTASK_PER_GROUP=6 diff --git a/tests/tests/hrrr_clm_lake_2threads_dyn32_phy32 b/tests/tests/hrrr_clm_lake_2threads_dyn32_phy32 index 3058336894..bc771564c2 100644 --- a/tests/tests/hrrr_clm_lake_2threads_dyn32_phy32 +++ b/tests/tests/hrrr_clm_lake_2threads_dyn32_phy32 @@ -73,7 +73,7 @@ export FRAC_GRID=.false. export FRAC_ICE=.true. export THRD=2 -export TASKS=$TASKS_thrd +export atm_omp_num_threads=2 export INPES=$INPES_thrd export JNPES=$JNPES_thrd export WRTTASK_PER_GROUP=6 diff --git a/tests/tests/hrrr_control b/tests/tests/hrrr_control index 24b6484bff..3b95fe9863 100644 --- a/tests/tests/hrrr_control +++ b/tests/tests/hrrr_control @@ -80,6 +80,7 @@ export DIAG_TABLE=diag_table_rap export SFCLAY_COMPUTE_FLUX=.true. export LKM=1 +export IOPT_LAKE=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 a7273ae6d4..5fadf6f939 100644 --- a/tests/tests/hrrr_control_2threads +++ b/tests/tests/hrrr_control_2threads @@ -86,6 +86,7 @@ export DIAG_TABLE=diag_table_rap export SFCLAY_COMPUTE_FLUX=.true. export LKM=1 +export IOPT_LAKE=1 export IMP_PHYSICS=8 export DNATS=0 export DO_SAT_ADJ=.false. diff --git a/tests/tests/hrrr_control_2threads_dyn32_phy32 b/tests/tests/hrrr_control_2threads_dyn32_phy32 index 3772701ed8..035c407aa2 100644 --- a/tests/tests/hrrr_control_2threads_dyn32_phy32 +++ b/tests/tests/hrrr_control_2threads_dyn32_phy32 @@ -87,6 +87,7 @@ export DIAG_TABLE=diag_table_rap export SFCLAY_COMPUTE_FLUX=.true. export LKM=1 +export IOPT_LAKE=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 7468e5832e..0993e2bf19 100644 --- a/tests/tests/hrrr_control_debug +++ b/tests/tests/hrrr_control_debug @@ -39,6 +39,7 @@ export DIAG_TABLE=diag_table_rap export SFCLAY_COMPUTE_FLUX=.true. export LKM=1 +export IOPT_LAKE=1 export IMP_PHYSICS=8 export DNATS=0 export DO_SAT_ADJ=.false. diff --git a/tests/tests/hrrr_control_debug_dyn32_phy32 b/tests/tests/hrrr_control_debug_dyn32_phy32 index f18ea42374..e114ef1f82 100644 --- a/tests/tests/hrrr_control_debug_dyn32_phy32 +++ b/tests/tests/hrrr_control_debug_dyn32_phy32 @@ -39,6 +39,7 @@ export DIAG_TABLE=diag_table_rap export SFCLAY_COMPUTE_FLUX=.true. export LKM=1 +export IOPT_LAKE=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 233c57aec0..46f514e4e4 100644 --- a/tests/tests/hrrr_control_decomp +++ b/tests/tests/hrrr_control_decomp @@ -83,6 +83,7 @@ export DIAG_TABLE=diag_table_rap export SFCLAY_COMPUTE_FLUX=.true. export LKM=1 +export IOPT_LAKE=1 export IMP_PHYSICS=8 export DNATS=0 export DO_SAT_ADJ=.false. diff --git a/tests/tests/hrrr_control_decomp_dyn32_phy32 b/tests/tests/hrrr_control_decomp_dyn32_phy32 index 4bf4561632..adea5f49fe 100644 --- a/tests/tests/hrrr_control_decomp_dyn32_phy32 +++ b/tests/tests/hrrr_control_decomp_dyn32_phy32 @@ -84,6 +84,7 @@ export DIAG_TABLE=diag_table_rap export SFCLAY_COMPUTE_FLUX=.true. export LKM=1 +export IOPT_LAKE=1 export IMP_PHYSICS=8 export DNATS=0 export DO_SAT_ADJ=.false. diff --git a/tests/tests/hrrr_control_dyn32_phy32 b/tests/tests/hrrr_control_dyn32_phy32 index 4c1dbcf3d3..78daab18f0 100644 --- a/tests/tests/hrrr_control_dyn32_phy32 +++ b/tests/tests/hrrr_control_dyn32_phy32 @@ -81,6 +81,7 @@ export DIAG_TABLE=diag_table_rap export SFCLAY_COMPUTE_FLUX=.true. export LHEATSTRG=.false. export LKM=1 +export IOPT_LAKE=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 2bc9fbdad7..4137bb3847 100644 --- a/tests/tests/hrrr_control_restart +++ b/tests/tests/hrrr_control_restart @@ -79,6 +79,7 @@ export RESTART_FILE_PREFIX="${SYEAR}${SMONTH}${SDAY}.$(printf "%02d" $(( ${SHOUR export SFCLAY_COMPUTE_FLUX=.true. export LKM=1 +export IOPT_LAKE=1 export IMP_PHYSICS=8 export DNATS=0 export DO_SAT_ADJ=.false. diff --git a/tests/tests/hrrr_control_restart_dyn32_phy32 b/tests/tests/hrrr_control_restart_dyn32_phy32 index e9f3c433f2..ffcb9b4060 100644 --- a/tests/tests/hrrr_control_restart_dyn32_phy32 +++ b/tests/tests/hrrr_control_restart_dyn32_phy32 @@ -80,6 +80,7 @@ export RESTART_FILE_PREFIX="${SYEAR}${SMONTH}${SDAY}.$(printf "%02d" $(( ${SHOUR export SFCLAY_COMPUTE_FLUX=.true. export LHEATSTRG=.false. export LKM=1 +export IOPT_LAKE=1 export IMP_PHYSICS=8 export DNATS=0 export DO_SAT_ADJ=.false. diff --git a/tests/tests/rap_flake_debug b/tests/tests/rap_flake_debug index 39b90e85f1..25fb86b5f2 100644 --- a/tests/tests/rap_flake_debug +++ b/tests/tests/rap_flake_debug @@ -51,6 +51,7 @@ export LSM=3 export LSOIL_LSM=9 export KICE=9 export LKM=1 +export IOPT_LAKE=1 export GWD_OPT=3 export DO_UGWP_V0=.false. diff --git a/tests/tests/rrfs_conus13km_hrrr_warm b/tests/tests/rrfs_conus13km_hrrr_warm index daa4830575..9d5cc1acb8 100644 --- a/tests/tests/rrfs_conus13km_hrrr_warm +++ b/tests/tests/rrfs_conus13km_hrrr_warm @@ -41,6 +41,7 @@ export SEDI_SEMI=.false. export DECFL=8 export LKM=1 +export IOPT_LAKE=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 77a147a665..814ef64bda 100644 --- a/tests/tests/rrfs_conus13km_hrrr_warm_2threads +++ b/tests/tests/rrfs_conus13km_hrrr_warm_2threads @@ -46,6 +46,7 @@ export SEDI_SEMI=.false. export DECFL=8 export LKM=1 +export IOPT_LAKE=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 014c3eed8d..e37cd46e93 100644 --- a/tests/tests/rrfs_conus13km_hrrr_warm_debug +++ b/tests/tests/rrfs_conus13km_hrrr_warm_debug @@ -39,6 +39,7 @@ export SEDI_SEMI=.false. export DECFL=8 export LKM=1 +export IOPT_LAKE=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 bf77d3a7e7..550900872a 100644 --- a/tests/tests/rrfs_conus13km_hrrr_warm_decomp +++ b/tests/tests/rrfs_conus13km_hrrr_warm_decomp @@ -44,6 +44,7 @@ export SEDI_SEMI=.false. export DECFL=8 export LKM=1 +export IOPT_LAKE=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 916aa940b5..0b6c158528 100644 --- a/tests/tests/rrfs_conus13km_hrrr_warm_restart +++ b/tests/tests/rrfs_conus13km_hrrr_warm_restart @@ -40,6 +40,7 @@ export SEDI_SEMI=.false. export DECFL=8 export LKM=1 +export IOPT_LAKE=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 82389f595e..2f1796e0c9 100644 --- a/tests/tests/rrfs_conus13km_radar_tten_warm +++ b/tests/tests/rrfs_conus13km_radar_tten_warm @@ -43,6 +43,7 @@ export SEDI_SEMI=.false. export DECFL=8 export LKM=1 +export IOPT_LAKE=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 32b5cbd374..ec3b0f160e 100644 --- a/tests/tests/rrfs_conus13km_radar_tten_warm_2threads +++ b/tests/tests/rrfs_conus13km_radar_tten_warm_2threads @@ -48,6 +48,7 @@ export SEDI_SEMI=.false. export DECFL=8 export LKM=1 +export IOPT_LAKE=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 fb1eeff8fc..63e84ae46b 100644 --- a/tests/tests/rrfs_conus13km_radar_tten_warm_debug +++ b/tests/tests/rrfs_conus13km_radar_tten_warm_debug @@ -41,6 +41,7 @@ export SEDI_SEMI=.false. export DECFL=8 export LKM=1 +export IOPT_LAKE=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 38a9ad5f36..87b9e942d4 100644 --- a/tests/tests/rrfs_conus13km_radar_tten_warm_decomp +++ b/tests/tests/rrfs_conus13km_radar_tten_warm_decomp @@ -46,6 +46,7 @@ export SEDI_SEMI=.false. export DECFL=8 export LKM=1 +export IOPT_LAKE=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 1ae6524575..b4b1547670 100644 --- a/tests/tests/rrfs_conus13km_radar_tten_warm_restart +++ b/tests/tests/rrfs_conus13km_radar_tten_warm_restart @@ -42,6 +42,7 @@ export SEDI_SEMI=.false. export DECFL=8 export LKM=1 +export IOPT_LAKE=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 99e6c40728..9d7d4dc774 100644 --- a/tests/tests/rrfs_smoke_conus13km_hrrr_warm +++ b/tests/tests/rrfs_smoke_conus13km_hrrr_warm @@ -44,6 +44,7 @@ export RRFS_SMOKE=.true. export SEAS_OPT=0 export LKM=1 +export IOPT_LAKE=1 export SFCLAY_COMPUTE_FLUX=.true. export IALB=2 export ICLIQ_SW=2 From b6181845a83dcfbae047219c3e0d86fd030ff8e1 Mon Sep 17 00:00:00 2001 From: "samuel.trahan" Date: Thu, 2 Mar 2023 17:48:02 +0000 Subject: [PATCH 057/152] hrrr flake tests --- tests/tests/hrrr_flake | 111 ++++++++++++++++++ tests/tests/hrrr_flake_2threads | 117 +++++++++++++++++++ tests/tests/hrrr_flake_2threads_dyn32_phy32 | 118 ++++++++++++++++++++ tests/tests/hrrr_flake_debug | 70 ++++++++++++ tests/tests/hrrr_flake_debug_dyn32_phy32 | 70 ++++++++++++ tests/tests/hrrr_flake_decomp | 114 +++++++++++++++++++ tests/tests/hrrr_flake_decomp_dyn32_phy32 | 115 +++++++++++++++++++ tests/tests/hrrr_flake_dyn32_phy32 | 112 +++++++++++++++++++ tests/tests/hrrr_flake_restart | 110 ++++++++++++++++++ tests/tests/hrrr_flake_restart_dyn32_phy32 | 111 ++++++++++++++++++ 10 files changed, 1048 insertions(+) create mode 100644 tests/tests/hrrr_flake create mode 100644 tests/tests/hrrr_flake_2threads create mode 100644 tests/tests/hrrr_flake_2threads_dyn32_phy32 create mode 100644 tests/tests/hrrr_flake_debug create mode 100644 tests/tests/hrrr_flake_debug_dyn32_phy32 create mode 100644 tests/tests/hrrr_flake_decomp create mode 100644 tests/tests/hrrr_flake_decomp_dyn32_phy32 create mode 100644 tests/tests/hrrr_flake_dyn32_phy32 create mode 100644 tests/tests/hrrr_flake_restart create mode 100644 tests/tests/hrrr_flake_restart_dyn32_phy32 diff --git a/tests/tests/hrrr_flake b/tests/tests/hrrr_flake new file mode 100644 index 0000000000..ceacf1f5e6 --- /dev/null +++ b/tests/tests/hrrr_flake @@ -0,0 +1,111 @@ +############################################################################### +# +# HRRR control test: atmosphere only at C96L127 +# +############################################################################### + +export TEST_DESCR="Compare HRRR Flake results with previous trunk version" + +export CNTL_DIR=hrrr_flake + +export LIST_FILES="sfcf000.nc \ + sfcf009.nc \ + sfcf012.nc \ + atmf000.nc \ + atmf009.nc \ + atmf012.nc \ + GFSFLX.GrbF00 \ + GFSFLX.GrbF09 \ + GFSFLX.GrbF12 \ + GFSPRS.GrbF00 \ + GFSPRS.GrbF09 \ + GFSPRS.GrbF12 \ + RESTART/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="6 -1" +export OUTPUT_GRID='gaussian_grid' +export NSTF_NAME='2,0,0,0,0' +export WRITE_DOPOST=.true. +export IAER=5111 +export OUTPUT_FH='0 09 12' + +export FRAC_GRID=.false. +export FRAC_ICE=.true. + +export FV3_RUN=flake_control_run.IN +export CCPP_SUITE=FV3_HRRR +export INPUT_NML=rap.nml.IN +export FIELD_TABLE=field_table_thompson_aero_tke +export NEW_DIAGTABLE=diag_table_rap + +export SFCLAY_COMPUTE_FLUX=.true. + +export LKM=1 +export IOPT_LAKE=1 +export IMP_PHYSICS=8 +export DNATS=0 +export DO_SAT_ADJ=.false. +export LRADAR=.true. +export LTAEROSOL=.true. +export IALB=2 +export IEMS=2 +export HYBEDMF=.false. +export DO_MYNNEDMF=.true. +export DO_MYNNSFCLAY=.true. +export DO_DEEP=.false. +export SHAL_CNV=.false. +export IMFSHALCNV=-1 +export IMFDEEPCNV=-1 +export LHEATSTRG=.false. +export LSM=3 +export LSOIL_LSM=9 +export KICE=9 + +export GWD_OPT=3 +export DO_UGWP_V0=.false. +export DO_UGWP_V0_OROG_ONLY=.false. +export DO_GSL_DRAG_LS_BL=.true. +export DO_GSL_DRAG_SS=.true. +export DO_GSL_DRAG_TOFD=.true. +export DO_UGWP_V1=.false. +export DO_UGWP_V1_OROG_ONLY=.false. + diff --git a/tests/tests/hrrr_flake_2threads b/tests/tests/hrrr_flake_2threads new file mode 100644 index 0000000000..b840000f98 --- /dev/null +++ b/tests/tests/hrrr_flake_2threads @@ -0,0 +1,117 @@ +############################################################################### +# +# HRRR control with 2 threads test +# +############################################################################### + +export TEST_DESCR="Compare HRRR Flake with 2 threads results with control test" + +export CNTL_DIR=hrrr_flake + +export LIST_FILES="sfcf000.nc \ + sfcf009.nc \ + sfcf012.nc \ + atmf000.nc \ + atmf009.nc \ + atmf012.nc \ + GFSFLX.GrbF00 \ + GFSFLX.GrbF09 \ + GFSFLX.GrbF12 \ + GFSPRS.GrbF00 \ + GFSPRS.GrbF09 \ + GFSPRS.GrbF12 \ + RESTART/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="6 -1" +export OUTPUT_GRID='gaussian_grid' +export NSTF_NAME='2,0,0,0,0' +export WRITE_DOPOST=.true. +export IAER=5111 +export OUTPUT_FH='0 09 12' + +export FRAC_GRID=.false. +export FRAC_ICE=.true. + +export THRD=2 +export atm_omp_num_threads=2 +export INPES=$INPES_thrd +export JNPES=$JNPES_thrd +export WRTTASK_PER_GROUP=6 + +export FV3_RUN=flake_control_run.IN +export CCPP_SUITE=FV3_HRRR +export INPUT_NML=rap.nml.IN +export FIELD_TABLE=field_table_thompson_aero_tke +export NEW_DIAGTABLE=diag_table_rap + +export SFCLAY_COMPUTE_FLUX=.true. + +export LKM=1 +export IOPT_LAKE=1 +export IMP_PHYSICS=8 +export DNATS=0 +export DO_SAT_ADJ=.false. +export LRADAR=.true. +export LTAEROSOL=.true. +export IALB=2 +export IEMS=2 +export HYBEDMF=.false. +export DO_MYNNEDMF=.true. +export DO_MYNNSFCLAY=.true. +export DO_DEEP=.false. +export SHAL_CNV=.false. +export IMFSHALCNV=-1 +export IMFDEEPCNV=-1 +export LHEATSTRG=.false. +export LSM=3 +export LSOIL_LSM=9 +export KICE=9 + +export GWD_OPT=3 +export DO_UGWP_V0=.false. +export DO_UGWP_V0_OROG_ONLY=.false. +export DO_GSL_DRAG_LS_BL=.true. +export DO_GSL_DRAG_SS=.true. +export DO_GSL_DRAG_TOFD=.true. +export DO_UGWP_V1=.false. +export DO_UGWP_V1_OROG_ONLY=.false. + diff --git a/tests/tests/hrrr_flake_2threads_dyn32_phy32 b/tests/tests/hrrr_flake_2threads_dyn32_phy32 new file mode 100644 index 0000000000..41e438a655 --- /dev/null +++ b/tests/tests/hrrr_flake_2threads_dyn32_phy32 @@ -0,0 +1,118 @@ +############################################################################### +# +# HRRR Flake with 2 threads test +# +############################################################################### + +export TEST_DESCR="Compare HRRR Flake with 2 threads results with control test" + +export CNTL_DIR=hrrr_flake_dyn32_phy32 + +export LIST_FILES="sfcf000.nc \ + sfcf009.nc \ + sfcf012.nc \ + atmf000.nc \ + atmf009.nc \ + atmf012.nc \ + GFSFLX.GrbF00 \ + GFSFLX.GrbF09 \ + GFSFLX.GrbF12 \ + GFSPRS.GrbF00 \ + GFSPRS.GrbF09 \ + GFSPRS.GrbF12 \ + RESTART/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="6 -1" +export OUTPUT_GRID='gaussian_grid' +export NSTF_NAME='2,0,0,0,0' +export WRITE_DOPOST=.true. +export IAER=5111 +export OUTPUT_FH='0 09 12' +export FHMAX=12 + +export FRAC_GRID=.false. +export FRAC_ICE=.true. + +export THRD=2 +export atm_omp_num_threads=2 +export INPES=$INPES_thrd +export JNPES=$JNPES_thrd +export WRTTASK_PER_GROUP=6 + +export FV3_RUN=flake_control_run.IN +export CCPP_SUITE=FV3_HRRR +export INPUT_NML=rap.nml.IN +export FIELD_TABLE=field_table_thompson_aero_tke +export NEW_DIAGTABLE=diag_table_rap + +export SFCLAY_COMPUTE_FLUX=.true. + +export LKM=1 +export IOPT_LAKE=1 +export IMP_PHYSICS=8 +export DNATS=0 +export DO_SAT_ADJ=.false. +export LRADAR=.true. +export LTAEROSOL=.true. +export IALB=2 +export IEMS=2 +export HYBEDMF=.false. +export DO_MYNNEDMF=.true. +export DO_MYNNSFCLAY=.true. +export DO_DEEP=.false. +export SHAL_CNV=.false. +export IMFSHALCNV=-1 +export IMFDEEPCNV=-1 +export LHEATSTRG=.false. +export LSM=3 +export LSOIL_LSM=9 +export KICE=9 + +export GWD_OPT=3 +export DO_UGWP_V0=.false. +export DO_UGWP_V0_OROG_ONLY=.false. +export DO_GSL_DRAG_LS_BL=.true. +export DO_GSL_DRAG_SS=.true. +export DO_GSL_DRAG_TOFD=.true. +export DO_UGWP_V1=.false. +export DO_UGWP_V1_OROG_ONLY=.false. + diff --git a/tests/tests/hrrr_flake_debug b/tests/tests/hrrr_flake_debug new file mode 100644 index 0000000000..456e22c308 --- /dev/null +++ b/tests/tests/hrrr_flake_debug @@ -0,0 +1,70 @@ +############################################################################## +# +# HRRR debug control test: atmosphere only at C96L127 +# +############################################################################### + +export TEST_DESCR="Compare HRRR Flake debug results with previous trunk version" + +export CNTL_DIR=hrrr_flake_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 FRAC_GRID=.false. +export FRAC_ICE=.true. + +export FV3_RUN=flake_control_run.IN +export CCPP_SUITE=FV3_HRRR +export INPUT_NML=rap.nml.IN +export FIELD_TABLE=field_table_thompson_aero_tke +export NEW_DIAGTABLE=diag_table_rap + +export SFCLAY_COMPUTE_FLUX=.true. + +export LKM=1 +export IOPT_LAKE=1 +export IMP_PHYSICS=8 +export DNATS=0 +export DO_SAT_ADJ=.false. +export LRADAR=.true. +export LTAEROSOL=.true. +export IALB=2 +export IEMS=2 +export HYBEDMF=.false. +export DO_MYNNEDMF=.true. +export DO_MYNNSFCLAY=.true. +export DO_DEEP=.false. +export SHAL_CNV=.false. +export IMFSHALCNV=-1 +export IMFDEEPCNV=-1 +export LHEATSTRG=.false. +export LSM=3 +export LSOIL_LSM=9 +export KICE=9 + +export GWD_OPT=3 +export DO_UGWP_V0=.false. +export DO_UGWP_V0_OROG_ONLY=.false. +export DO_GSL_DRAG_LS_BL=.true. +export DO_GSL_DRAG_SS=.true. +export DO_GSL_DRAG_TOFD=.true. +export DO_UGWP_V1=.false. +export DO_UGWP_V1_OROG_ONLY=.false. + diff --git a/tests/tests/hrrr_flake_debug_dyn32_phy32 b/tests/tests/hrrr_flake_debug_dyn32_phy32 new file mode 100644 index 0000000000..5d24ee0948 --- /dev/null +++ b/tests/tests/hrrr_flake_debug_dyn32_phy32 @@ -0,0 +1,70 @@ +############################################################################## +# +# HRRR debug Flake control test: atmosphere only at C96L127 +# +############################################################################### + +export TEST_DESCR="Compare HRRR Flake debug results with previous trunk version" + +export CNTL_DIR=hrrr_flake_debug_dyn32_phy32 + +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 FRAC_GRID=.false. +export FRAC_ICE=.true. + +export FV3_RUN=flake_control_run.IN +export CCPP_SUITE=FV3_HRRR +export INPUT_NML=rap.nml.IN +export FIELD_TABLE=field_table_thompson_aero_tke +export NEW_DIAGTABLE=diag_table_rap + +export SFCLAY_COMPUTE_FLUX=.true. + +export LKM=1 +export IOPT_LAKE=1 +export IMP_PHYSICS=8 +export DNATS=0 +export DO_SAT_ADJ=.false. +export LRADAR=.true. +export LTAEROSOL=.true. +export IALB=2 +export IEMS=2 +export HYBEDMF=.false. +export DO_MYNNEDMF=.true. +export DO_MYNNSFCLAY=.true. +export DO_DEEP=.false. +export SHAL_CNV=.false. +export IMFSHALCNV=-1 +export IMFDEEPCNV=-1 +export LHEATSTRG=.false. +export LSM=3 +export LSOIL_LSM=9 +export KICE=9 + +export GWD_OPT=3 +export DO_UGWP_V0=.false. +export DO_UGWP_V0_OROG_ONLY=.false. +export DO_GSL_DRAG_LS_BL=.true. +export DO_GSL_DRAG_SS=.true. +export DO_GSL_DRAG_TOFD=.true. +export DO_UGWP_V1=.false. +export DO_UGWP_V1_OROG_ONLY=.false. + diff --git a/tests/tests/hrrr_flake_decomp b/tests/tests/hrrr_flake_decomp new file mode 100644 index 0000000000..f92588bee9 --- /dev/null +++ b/tests/tests/hrrr_flake_decomp @@ -0,0 +1,114 @@ +############################################################################### +# +# HRRR control test with different PEs +# +############################################################################### + +export TEST_DESCR="Compare HRRR Flake decomp results with control" + +export CNTL_DIR=hrrr_flake + +export LIST_FILES="sfcf000.nc \ + sfcf009.nc \ + sfcf012.nc \ + atmf000.nc \ + atmf009.nc \ + atmf012.nc \ + GFSFLX.GrbF00 \ + GFSFLX.GrbF09 \ + GFSFLX.GrbF12 \ + GFSPRS.GrbF00 \ + GFSPRS.GrbF09 \ + GFSPRS.GrbF12 \ + RESTART/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="6 -1" +export OUTPUT_GRID='gaussian_grid' +export NSTF_NAME='2,0,0,0,0' +export WRITE_DOPOST=.true. +export IAER=5111 +export OUTPUT_FH='0 09 12' + +export FRAC_GRID=.false. +export FRAC_ICE=.true. + +export INPES=6 +export JNPES=4 + +export FV3_RUN=flake_control_run.IN +export CCPP_SUITE=FV3_HRRR +export INPUT_NML=rap.nml.IN +export FIELD_TABLE=field_table_thompson_aero_tke +export NEW_DIAGTABLE=diag_table_rap + +export SFCLAY_COMPUTE_FLUX=.true. + +export LKM=1 +export IOPT_LAKE=1 +export IMP_PHYSICS=8 +export DNATS=0 +export DO_SAT_ADJ=.false. +export LRADAR=.true. +export LTAEROSOL=.true. +export IALB=2 +export IEMS=2 +export HYBEDMF=.false. +export DO_MYNNEDMF=.true. +export DO_MYNNSFCLAY=.true. +export DO_DEEP=.false. +export SHAL_CNV=.false. +export IMFSHALCNV=-1 +export IMFDEEPCNV=-1 +export LHEATSTRG=.false. +export LSM=3 +export LSOIL_LSM=9 +export KICE=9 + +export GWD_OPT=3 +export DO_UGWP_V0=.false. +export DO_UGWP_V0_OROG_ONLY=.false. +export DO_GSL_DRAG_LS_BL=.true. +export DO_GSL_DRAG_SS=.true. +export DO_GSL_DRAG_TOFD=.true. +export DO_UGWP_V1=.false. +export DO_UGWP_V1_OROG_ONLY=.false. + diff --git a/tests/tests/hrrr_flake_decomp_dyn32_phy32 b/tests/tests/hrrr_flake_decomp_dyn32_phy32 new file mode 100644 index 0000000000..f9d74d34da --- /dev/null +++ b/tests/tests/hrrr_flake_decomp_dyn32_phy32 @@ -0,0 +1,115 @@ +############################################################################### +# +# HRRR Flake control test with different PEs +# +############################################################################### + +export TEST_DESCR="Compare HRRR Flake decomp results with control" + +export CNTL_DIR=hrrr_flake_dyn32_phy32 + +export LIST_FILES="sfcf000.nc \ + sfcf009.nc \ + sfcf012.nc \ + atmf000.nc \ + atmf009.nc \ + atmf012.nc \ + GFSFLX.GrbF00 \ + GFSFLX.GrbF09 \ + GFSFLX.GrbF12 \ + GFSPRS.GrbF00 \ + GFSPRS.GrbF09 \ + GFSPRS.GrbF12 \ + RESTART/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="6 -1" +export OUTPUT_GRID='gaussian_grid' +export NSTF_NAME='2,0,0,0,0' +export WRITE_DOPOST=.true. +export IAER=5111 +export OUTPUT_FH='0 09 12' +export FHMAX=12 + +export FRAC_GRID=.false. +export FRAC_ICE=.true. + +export INPES=6 +export JNPES=4 + +export FV3_RUN=flake_control_run.IN +export CCPP_SUITE=FV3_HRRR +export INPUT_NML=rap.nml.IN +export FIELD_TABLE=field_table_thompson_aero_tke +export NEW_DIAGTABLE=diag_table_rap + +export SFCLAY_COMPUTE_FLUX=.true. + +export LKM=1 +export IOPT_LAKE=1 +export IMP_PHYSICS=8 +export DNATS=0 +export DO_SAT_ADJ=.false. +export LRADAR=.true. +export LTAEROSOL=.true. +export IALB=2 +export IEMS=2 +export HYBEDMF=.false. +export DO_MYNNEDMF=.true. +export DO_MYNNSFCLAY=.true. +export DO_DEEP=.false. +export SHAL_CNV=.false. +export IMFSHALCNV=-1 +export IMFDEEPCNV=-1 +export LHEATSTRG=.false. +export LSM=3 +export LSOIL_LSM=9 +export KICE=9 + +export GWD_OPT=3 +export DO_UGWP_V0=.false. +export DO_UGWP_V0_OROG_ONLY=.false. +export DO_GSL_DRAG_LS_BL=.true. +export DO_GSL_DRAG_SS=.true. +export DO_GSL_DRAG_TOFD=.true. +export DO_UGWP_V1=.false. +export DO_UGWP_V1_OROG_ONLY=.false. + diff --git a/tests/tests/hrrr_flake_dyn32_phy32 b/tests/tests/hrrr_flake_dyn32_phy32 new file mode 100644 index 0000000000..73fd0fb9a2 --- /dev/null +++ b/tests/tests/hrrr_flake_dyn32_phy32 @@ -0,0 +1,112 @@ +############################################################################### +# +# HRRR flake test: atmosphere only at C96L127 +# +############################################################################### + +export TEST_DESCR="Compare HRRR Flake results with previous trunk version" + +export CNTL_DIR=hrrr_flake_dyn32_phy32 + +export LIST_FILES="sfcf000.nc \ + sfcf009.nc \ + sfcf012.nc \ + atmf000.nc \ + atmf009.nc \ + atmf012.nc \ + GFSFLX.GrbF00 \ + GFSFLX.GrbF09 \ + GFSFLX.GrbF12 \ + GFSPRS.GrbF00 \ + GFSPRS.GrbF09 \ + GFSPRS.GrbF12 \ + RESTART/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="6 -1" +export OUTPUT_GRID='gaussian_grid' +export NSTF_NAME='2,0,0,0,0' +export WRITE_DOPOST=.true. +export IAER=5111 +export OUTPUT_FH='0 09 12' +export FHMAX=12 + +export FRAC_GRID=.false. +export FRAC_ICE=.true. + +export FV3_RUN=flake_control_run.IN +export CCPP_SUITE=FV3_HRRR +export INPUT_NML=rap.nml.IN +export FIELD_TABLE=field_table_thompson_aero_tke +export NEW_DIAGTABLE=diag_table_rap + +export SFCLAY_COMPUTE_FLUX=.true. +export LHEATSTRG=.false. +export LKM=1 +export IOPT_LAKE=1 +export IMP_PHYSICS=8 +export DNATS=0 +export DO_SAT_ADJ=.false. +export LRADAR=.true. +export LTAEROSOL=.true. +export IALB=2 +export IEMS=2 +export HYBEDMF=.false. +export DO_MYNNEDMF=.true. +export DO_MYNNSFCLAY=.true. +export DO_DEEP=.false. +export SHAL_CNV=.false. +export IMFSHALCNV=-1 +export IMFDEEPCNV=-1 +export LHEATSTRG=.false. +export LSM=3 +export LSOIL_LSM=9 +export KICE=9 + +export GWD_OPT=3 +export DO_UGWP_V0=.false. +export DO_UGWP_V0_OROG_ONLY=.false. +export DO_GSL_DRAG_LS_BL=.true. +export DO_GSL_DRAG_SS=.true. +export DO_GSL_DRAG_TOFD=.true. +export DO_UGWP_V1=.false. +export DO_UGWP_V1_OROG_ONLY=.false. + diff --git a/tests/tests/hrrr_flake_restart b/tests/tests/hrrr_flake_restart new file mode 100644 index 0000000000..a7544993ca --- /dev/null +++ b/tests/tests/hrrr_flake_restart @@ -0,0 +1,110 @@ +############################################################################### +# +# HRRR restart test +# +############################################################################### + +export TEST_DESCR="Compare HRRR Flake restart results with control" + +export CNTL_DIR=hrrr_flake + +export LIST_FILES="sfcf012.nc \ + atmf012.nc \ + GFSFLX.GrbF12 \ + GFSPRS.GrbF12 \ + 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=6 + +export FRAC_GRID=.false. +export FRAC_ICE=.true. + +export WARM_START=.true. +export NGGPS_IC=.false. +export EXTERNAL_IC=.false. +export MAKE_NH=.false. +export MOUNTAIN=.true. +export NA_INIT=0 + +export FV3_RUN=flake_control_run.IN +export CCPP_SUITE=FV3_HRRR +export INPUT_NML=rap.nml.IN +export FIELD_TABLE=field_table_thompson_aero_tke +export NEW_DIAGTABLE=diag_table_rap +export RESTART_FILE_PREFIX="${SYEAR}${SMONTH}${SDAY}.$(printf "%02d" $(( ${SHOUR} + ${FHROT} )))0000" + +export SFCLAY_COMPUTE_FLUX=.true. + +export LKM=1 +export IOPT_LAKE=1 +export IMP_PHYSICS=8 +export DNATS=0 +export DO_SAT_ADJ=.false. +export LRADAR=.true. +export LTAEROSOL=.true. +export IALB=2 +export IEMS=2 +export HYBEDMF=.false. +export DO_MYNNEDMF=.true. +export DO_MYNNSFCLAY=.true. +export DO_DEEP=.false. +export SHAL_CNV=.false. +export IMFSHALCNV=-1 +export IMFDEEPCNV=-1 +export LHEATSTRG=.false. +export LSM=3 +export LSOIL_LSM=9 +export KICE=9 + +export GWD_OPT=3 +export DO_UGWP_V0=.false. +export DO_UGWP_V0_OROG_ONLY=.false. +export DO_GSL_DRAG_LS_BL=.true. +export DO_GSL_DRAG_SS=.true. +export DO_GSL_DRAG_TOFD=.true. +export DO_UGWP_V1=.false. +export DO_UGWP_V1_OROG_ONLY=.false. + diff --git a/tests/tests/hrrr_flake_restart_dyn32_phy32 b/tests/tests/hrrr_flake_restart_dyn32_phy32 new file mode 100644 index 0000000000..62d81c36e3 --- /dev/null +++ b/tests/tests/hrrr_flake_restart_dyn32_phy32 @@ -0,0 +1,111 @@ +############################################################################### +# +# HRRR Flake restart test +# +############################################################################### + +export TEST_DESCR="Compare HRRR Flake restart results with control" + +export CNTL_DIR=hrrr_flake_dyn32_phy32 + +export LIST_FILES="sfcf012.nc \ + atmf012.nc \ + GFSFLX.GrbF12 \ + GFSPRS.GrbF12 \ + 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=6 +export FHMAX=12 + +export FRAC_GRID=.false. +export FRAC_ICE=.true. + +export WARM_START=.true. +export NGGPS_IC=.false. +export EXTERNAL_IC=.false. +export MAKE_NH=.false. +export MOUNTAIN=.true. +export NA_INIT=0 + +export FV3_RUN=flake_control_run.IN +export CCPP_SUITE=FV3_HRRR +export INPUT_NML=rap.nml.IN +export FIELD_TABLE=field_table_thompson_aero_tke +export NEW_DIAGTABLE=diag_table_rap +export RESTART_FILE_PREFIX="${SYEAR}${SMONTH}${SDAY}.$(printf "%02d" $(( ${SHOUR} + ${FHROT} )))0000" + +export SFCLAY_COMPUTE_FLUX=.true. +export LHEATSTRG=.false. +export LKM=1 +export IOPT_LAKE=1 +export IMP_PHYSICS=8 +export DNATS=0 +export DO_SAT_ADJ=.false. +export LRADAR=.true. +export LTAEROSOL=.true. +export IALB=2 +export IEMS=2 +export HYBEDMF=.false. +export DO_MYNNEDMF=.true. +export DO_MYNNSFCLAY=.true. +export DO_DEEP=.false. +export SHAL_CNV=.false. +export IMFSHALCNV=-1 +export IMFDEEPCNV=-1 +export LHEATSTRG=.false. +export LSM=3 +export LSOIL_LSM=9 +export KICE=9 + +export GWD_OPT=3 +export DO_UGWP_V0=.false. +export DO_UGWP_V0_OROG_ONLY=.false. +export DO_GSL_DRAG_LS_BL=.true. +export DO_GSL_DRAG_SS=.true. +export DO_GSL_DRAG_TOFD=.true. +export DO_UGWP_V1=.false. +export DO_UGWP_V1_OROG_ONLY=.false. + From 66b82b74cd9339d98d2e91ae3966bb02cf7ab96c Mon Sep 17 00:00:00 2001 From: "samuel.trahan" Date: Thu, 2 Mar 2023 18:37:22 +0000 Subject: [PATCH 058/152] remove gfs v16 clm lake tests and add a missing , --- tests/rt_gnu.conf | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/tests/rt_gnu.conf b/tests/rt_gnu.conf index 787464a818..54885f234d 100644 --- a/tests/rt_gnu.conf +++ b/tests/rt_gnu.conf @@ -9,12 +9,8 @@ RUN | control_stochy RUN | control_ras | | fv3 | RUN | control_p8 | | fv3 | RUN | control_flake | | fv3 | -RUN | control_clm_lake | | fv3 | -RUN | control_clm_lake_decomp | | | -RUN | control_clm_lake_2threads | | | -# RUN | control_clm_lake_restart | | | control_clm_lake -COMPILE | -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_HRRR_smoke,FV3_HRRR_clm_lakeFV3_RRFS_v1beta -D32BIT=ON | | fv3 | +COMPILE | -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_HRRR_smoke,FV3_HRRR_clm_lake,FV3_RRFS_v1beta -D32BIT=ON | | fv3 | RUN | rap_control | | fv3 | RUN | rap_decomp | | | @@ -50,7 +46,6 @@ RUN | rrfs_conus13km_radar_tten_warm_2threads # Exercise compilation without specifying suites (i.e. compile all suites) in DEBUG mode (faster than in PROD mode) COMPILE | -DAPP=ATM -D32BIT=ON -DDEBUG=ON | | fv3 | -RUN | control_clm_lake_debug | | fv3 | RUN | control_diag_debug | | fv3 | RUN | regional_debug | | fv3 | RUN | rap_control_debug | | fv3 | From 3dc189649a5d9b353379f35d171bc79d7c2c39c7 Mon Sep 17 00:00:00 2001 From: "samuel.trahan" Date: Thu, 2 Mar 2023 18:37:43 +0000 Subject: [PATCH 059/152] add a missing , in three places --- tests/rt.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/rt.conf b/tests/rt.conf index 707cfbc2b7..9058fea57f 100644 --- a/tests/rt.conf +++ b/tests/rt.conf @@ -43,7 +43,7 @@ RUN | cpld_restart_c48 # ATM tests # ################################################################################################################################################################################### -COMPILE | -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v16_clm_lakeFV3_GFS_v15_thompson_mynn,FV3_GFS_v17_p8,FV3_GFS_v17_p8_rrtmgp,FV3_GFS_v15_thompson_mynn_lam3km,FV3_WoFS_v0 -D32BIT=ON | | fv3 | +COMPILE | -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v16_clm_lake,FV3_GFS_v15_thompson_mynn,FV3_GFS_v17_p8,FV3_GFS_v17_p8_rrtmgp,FV3_GFS_v15_thompson_mynn_lam3km,FV3_WoFS_v0 -D32BIT=ON | | fv3 | RUN | control_flake | | fv3 | RUN | control_CubedSphereGrid | | fv3 | RUN | control_CubedSphereGrid_parallel | - wcoss2.intel acorn.intel | fv3 | @@ -78,7 +78,7 @@ RUN | regional_netcdf_parallel RUN | regional_2dwrtdecomp | | | RUN | regional_wofs | | fv3 | -COMPILE | -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_HRRR_smoke,FV3_HRRR_clm_lakeFV3_RRFS_v1beta,FV3_RRFS_v1nssl -D32BIT=ON | | fv3 | +COMPILE | -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_HRRR_smoke,FV3_HRRR_clm_lake,FV3_RRFS_v1beta,FV3_RRFS_v1nssl -D32BIT=ON | | fv3 | RUN | rap_control | | fv3 | RUN | regional_spp_sppt_shum_skeb | | fv3 | @@ -131,7 +131,7 @@ RUN | control_wam # DEBUG ATM tests # ################################################################################################################################################################################### -COMPILE | -DAPP=ATM -DDEBUG=ON -D32BIT=ON -DCCPP_SUITES=FV3_HRRR,FV3_GFS_v16,FV3_GFS_v16_csawmg,FV3_GFS_v16_ras,FV3_GFS_v17_p8,FV3_GFS_v15_thompson_mynn_lam3km,FV3_RAP,FV3_HRRR,FV3_RAP_unified_ugwp,FV3_RAP_cires_ugwp,FV3_RAP_flake,FV3_RAP_noah,FV3_RAP_sfcdiff,FV3_RAP_noah_sfcdiff_cires_ugwp,FV3_RRFS_v1beta | | fv3 | +COMPILE | -DAPP=ATM -DDEBUG=ON -D32BIT=ON -DCCPP_SUITES=FV3_HRRR,FV3_HRRR_clm_lake,FV3_GFS_v16,FV3_GFS_v16_csawmg,FV3_GFS_v16_ras,FV3_GFS_v17_p8,FV3_GFS_v15_thompson_mynn_lam3km,FV3_RAP,FV3_HRRR,FV3_RAP_unified_ugwp,FV3_RAP_cires_ugwp,FV3_RAP_flake,FV3_RAP_noah,FV3_RAP_sfcdiff,FV3_RAP_noah_sfcdiff_cires_ugwp,FV3_RRFS_v1beta | | fv3 | RUN | rrfs_conus13km_hrrr_warm_debug | | fv3 | RUN | rrfs_conus13km_radar_tten_warm_debug | | fv3 | From 1f86aa02a5ebd475d16bea57b57379fd620eff95 Mon Sep 17 00:00:00 2001 From: "samuel.trahan" Date: Thu, 2 Mar 2023 18:38:23 +0000 Subject: [PATCH 060/152] incorrect active= for two variables --- FV3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FV3 b/FV3 index ed6f862159..a74281eea8 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit ed6f862159812027279d9111119926fe006d250b +Subproject commit a74281eea8eb481ce07a7fda2899dbf0ea16a114 From f8f94939059f0572753e00b8981e4d4069b27a73 Mon Sep 17 00:00:00 2001 From: Samuel Trahan Date: Thu, 2 Mar 2023 18:56:40 +0000 Subject: [PATCH 061/152] specify lake data path on jet and hera --- tests/fv3_conf/flake_control_run.IN | 24 ++++++++++++------------ tests/rt.sh | 6 ++++++ 2 files changed, 18 insertions(+), 12 deletions(-) diff --git a/tests/fv3_conf/flake_control_run.IN b/tests/fv3_conf/flake_control_run.IN index d53a989831..94e4d4b2ee 100644 --- a/tests/fv3_conf/flake_control_run.IN +++ b/tests/fv3_conf/flake_control_run.IN @@ -18,12 +18,12 @@ if [ $WARM_START = .false. ]; then mkdir INPUT RESTART cp -r @[INPUTDATA_ROOT]/${inputdir}/INPUT_L127/* ./INPUT/. # cp -r @[INPUTDATA_ROOT]/${inputdir}/ORO_FLAKE/* ./INPUT/. - cp /scratch1/BMC/gsd-fv3-dev/fv3data/lake_p8_water_fraction2020/oro_C96.mx100.tile1.nc ./INPUT/oro_data.tile1.nc - cp /scratch1/BMC/gsd-fv3-dev/fv3data/lake_p8_water_fraction2020/oro_C96.mx100.tile2.nc ./INPUT/oro_data.tile2.nc - cp /scratch1/BMC/gsd-fv3-dev/fv3data/lake_p8_water_fraction2020/oro_C96.mx100.tile3.nc ./INPUT/oro_data.tile3.nc - cp /scratch1/BMC/gsd-fv3-dev/fv3data/lake_p8_water_fraction2020/oro_C96.mx100.tile4.nc ./INPUT/oro_data.tile4.nc - cp /scratch1/BMC/gsd-fv3-dev/fv3data/lake_p8_water_fraction2020/oro_C96.mx100.tile5.nc ./INPUT/oro_data.tile5.nc - cp /scratch1/BMC/gsd-fv3-dev/fv3data/lake_p8_water_fraction2020/oro_C96.mx100.tile6.nc ./INPUT/oro_data.tile6.nc + cp $LAKE_DATA_PATH/oro_C96.mx100.tile1.nc ./INPUT/oro_data.tile1.nc + cp $LAKE_DATA_PATH/oro_C96.mx100.tile2.nc ./INPUT/oro_data.tile2.nc + cp $LAKE_DATA_PATH/oro_C96.mx100.tile3.nc ./INPUT/oro_data.tile3.nc + cp $LAKE_DATA_PATH/oro_C96.mx100.tile4.nc ./INPUT/oro_data.tile4.nc + cp $LAKE_DATA_PATH/oro_C96.mx100.tile5.nc ./INPUT/oro_data.tile5.nc + cp $LAKE_DATA_PATH/oro_C96.mx100.tile6.nc ./INPUT/oro_data.tile6.nc else mkdir INPUT RESTART @@ -53,12 +53,12 @@ else cp ${FILEDIR}/*_grid.tile*.nc INPUT/. cp -r @[INPUTDATA_ROOT]/${inputdir}/INPUT_L127/* ./INPUT/. # cp -r @[INPUTDATA_ROOT]/${inputdir}/ORO_FLAKE/* ./INPUT/. - cp /scratch1/BMC/gsd-fv3-dev/fv3data/lake_p8_water_fraction2020/oro_C96.mx100.tile1.nc ./INPUT/oro_data.tile1.nc - cp /scratch1/BMC/gsd-fv3-dev/fv3data/lake_p8_water_fraction2020/oro_C96.mx100.tile2.nc ./INPUT/oro_data.tile2.nc - cp /scratch1/BMC/gsd-fv3-dev/fv3data/lake_p8_water_fraction2020/oro_C96.mx100.tile3.nc ./INPUT/oro_data.tile3.nc - cp /scratch1/BMC/gsd-fv3-dev/fv3data/lake_p8_water_fraction2020/oro_C96.mx100.tile4.nc ./INPUT/oro_data.tile4.nc - cp /scratch1/BMC/gsd-fv3-dev/fv3data/lake_p8_water_fraction2020/oro_C96.mx100.tile5.nc ./INPUT/oro_data.tile5.nc - cp /scratch1/BMC/gsd-fv3-dev/fv3data/lake_p8_water_fraction2020/oro_C96.mx100.tile6.nc ./INPUT/oro_data.tile6.nc + cp $LAKE_DATA_PATH/oro_C96.mx100.tile1.nc ./INPUT/oro_data.tile1.nc + cp $LAKE_DATA_PATH/oro_C96.mx100.tile2.nc ./INPUT/oro_data.tile2.nc + cp $LAKE_DATA_PATH/oro_C96.mx100.tile3.nc ./INPUT/oro_data.tile3.nc + cp $LAKE_DATA_PATH/oro_C96.mx100.tile4.nc ./INPUT/oro_data.tile4.nc + cp $LAKE_DATA_PATH/oro_C96.mx100.tile5.nc ./INPUT/oro_data.tile5.nc + cp $LAKE_DATA_PATH/oro_C96.mx100.tile6.nc ./INPUT/oro_data.tile6.nc fi cp ${FILEDIR}/coupler.res INPUT/. cp ${FILEDIR}/fv_core.res.* INPUT/. diff --git a/tests/rt.sh b/tests/rt.sh index f62fcef7f6..6235969f8c 100755 --- a/tests/rt.sh +++ b/tests/rt.sh @@ -130,6 +130,8 @@ source rt_utils.sh source module-setup.sh +export LAKE_DATA_PATH=/no/lake/data + if [[ $MACHINE_ID = wcoss2.* ]]; then #module use /usrx/local/dev/emc_rocoto/modulefiles @@ -214,6 +216,8 @@ elif [[ $MACHINE_ID = hera.* ]]; then export PATH=$PYTHONHOME/bin:$PATH export PYTHONPATH=$PYTHONHOME/lib/python3.7/site-packages + export LAKE_DATA_PATH=/scratch1/BMC/gsd-fv3-dev/fv3data/lake_p8_water_fraction2020 + module load ecflow ECFLOW_START=ecflow_start.sh @@ -269,6 +273,8 @@ elif [[ $MACHINE_ID = jet.* ]]; then module load ecflow ECFLOW_START=/apps/ecflow/5.5.3/bin/ecflow_start.sh + export LAKE_DATA_PATH=/lfs4/BMC/gsd-fv3-dev/fv3data/lake_p8_water_fraction2020 + QUEUE=batch COMPILE_QUEUE=batch ACCNR="${ACCNR:-h-nems}" From 5b00f765d55278f1cc2c490b7fb972f5ed8b6014 Mon Sep 17 00:00:00 2001 From: Samuel Trahan Date: Thu, 2 Mar 2023 19:05:54 +0000 Subject: [PATCH 062/152] remove FV3_RAP_RRTMGP from lake.conf --- tests/lake.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/lake.conf b/tests/lake.conf index a4142866c4..6c1c19b33f 100644 --- a/tests/lake.conf +++ b/tests/lake.conf @@ -27,7 +27,7 @@ RUN | hrrr_clm_lake_restart_dyn32_phy32 COMPILE | -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR,FV3_HRRR_clm_lake -D32BIT=ON -DCCPP_32BIT=ON -DDEBUG=ON | | fv3 | RUN | hrrr_clm_lake_debug_dyn32_phy32 | | fv3 | -COMPILE | -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_RRTMGP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_HRRR_clm_lake,FV3_HRRR_smoke,FV3_RRFS_v1beta,FV3_RRFS_v1nssl -D32BIT=ON | | fv3 | +COMPILE | -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_HRRR_clm_lake,FV3_HRRR_smoke,FV3_RRFS_v1beta,FV3_RRFS_v1nssl -D32BIT=ON | | fv3 | RUN | hrrr_clm_lake | | fv3 | RUN | hrrr_clm_lake_decomp | | | From 33be2eda28a02ffb42ce2ce519bcf1af40a963d3 Mon Sep 17 00:00:00 2001 From: "samuel.trahan" Date: Thu, 2 Mar 2023 19:10:15 +0000 Subject: [PATCH 063/152] send LAKE_DATA_PATH --- tests/rt.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/rt.sh b/tests/rt.sh index 6235969f8c..722ec11edc 100755 --- a/tests/rt.sh +++ b/tests/rt.sh @@ -755,6 +755,7 @@ EOF export REGRESSIONTEST_LOG=${REGRESSIONTEST_LOG} export LOG_DIR=${LOG_DIR} export DEP_RUN=${DEP_RUN} + export LAKE_DATA_PATH=${LAKE_DATA_PATH} export skip_check_results=${skip_check_results} export delete_rundir=${delete_rundir} EOF From 69455836064057a5457371ddc77736d7c058200c Mon Sep 17 00:00:00 2001 From: "samuel.trahan" Date: Thu, 2 Mar 2023 19:24:05 +0000 Subject: [PATCH 064/152] intel cannot compile all suites --- tests/lake.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/lake.conf b/tests/lake.conf index 6c1c19b33f..4e228e7fb2 100644 --- a/tests/lake.conf +++ b/tests/lake.conf @@ -34,6 +34,6 @@ RUN | hrrr_clm_lake_decomp RUN | hrrr_clm_lake_2threads | | | RUN | hrrr_clm_lake_restart | | | hrrr_clm_lake -COMPILE | -DAPP=ATM -DDEBUG=ON -D32BIT=ON | | fv3 | +COMPILE | -DAPP=ATM -DDEBUG=ON -D32BIT=ON -DCCPP_SUITES=FV3_HRRR,FV3_HRRR_clm_lake | | fv3 | RUN | hrrr_control_debug | | fv3 | RUN | hrrr_clm_lake_debug | | fv3 | From eded6e52985b2889386d7dcb244b416a56a1e6cf Mon Sep 17 00:00:00 2001 From: "samuel.trahan" Date: Thu, 2 Mar 2023 19:52:32 +0000 Subject: [PATCH 065/152] restart file names changed --- tests/tests/hrrr_clm_lake | 64 +++++++++---------- tests/tests/hrrr_clm_lake_2threads | 64 +++++++++---------- .../tests/hrrr_clm_lake_2threads_dyn32_phy32 | 64 +++++++++---------- tests/tests/hrrr_clm_lake_decomp | 64 +++++++++---------- tests/tests/hrrr_clm_lake_decomp_dyn32_phy32 | 64 +++++++++---------- tests/tests/hrrr_clm_lake_dyn32_phy32 | 64 +++++++++---------- tests/tests/hrrr_clm_lake_restart | 64 +++++++++---------- tests/tests/hrrr_clm_lake_restart_dyn32_phy32 | 64 +++++++++---------- 8 files changed, 256 insertions(+), 256 deletions(-) diff --git a/tests/tests/hrrr_clm_lake b/tests/tests/hrrr_clm_lake index f72d57deb1..b4b62fb699 100644 --- a/tests/tests/hrrr_clm_lake +++ b/tests/tests/hrrr_clm_lake @@ -20,38 +20,38 @@ export LIST_FILES="sfcf000.nc \ GFSPRS.GrbF00 \ GFSPRS.GrbF09 \ GFSPRS.GrbF12 \ - 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" + RESTART/20210323.060000.coupler.res \ + RESTART/20210323.060000.fv_core.res.nc \ + RESTART/20210323.060000.fv_core.res.tile1.nc \ + RESTART/20210323.060000.fv_core.res.tile2.nc \ + RESTART/20210323.060000.fv_core.res.tile3.nc \ + RESTART/20210323.060000.fv_core.res.tile4.nc \ + RESTART/20210323.060000.fv_core.res.tile5.nc \ + RESTART/20210323.060000.fv_core.res.tile6.nc \ + RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc \ + RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc \ + RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc \ + RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc \ + RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc \ + RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc \ + RESTART/20210323.060000.fv_tracer.res.tile1.nc \ + RESTART/20210323.060000.fv_tracer.res.tile2.nc \ + RESTART/20210323.060000.fv_tracer.res.tile3.nc \ + RESTART/20210323.060000.fv_tracer.res.tile4.nc \ + RESTART/20210323.060000.fv_tracer.res.tile5.nc \ + RESTART/20210323.060000.fv_tracer.res.tile6.nc \ + RESTART/20210323.060000.phy_data.tile1.nc \ + RESTART/20210323.060000.phy_data.tile2.nc \ + RESTART/20210323.060000.phy_data.tile3.nc \ + RESTART/20210323.060000.phy_data.tile4.nc \ + RESTART/20210323.060000.phy_data.tile5.nc \ + RESTART/20210323.060000.phy_data.tile6.nc \ + RESTART/20210323.060000.sfc_data.tile1.nc \ + RESTART/20210323.060000.sfc_data.tile2.nc \ + RESTART/20210323.060000.sfc_data.tile3.nc \ + RESTART/20210323.060000.sfc_data.tile4.nc \ + RESTART/20210323.060000.sfc_data.tile5.nc \ + RESTART/20210323.060000.sfc_data.tile6.nc" export_fv3 export NPZ=127 diff --git a/tests/tests/hrrr_clm_lake_2threads b/tests/tests/hrrr_clm_lake_2threads index 459d295e15..e3ba5549cb 100644 --- a/tests/tests/hrrr_clm_lake_2threads +++ b/tests/tests/hrrr_clm_lake_2threads @@ -20,38 +20,38 @@ export LIST_FILES="sfcf000.nc \ GFSPRS.GrbF00 \ GFSPRS.GrbF09 \ GFSPRS.GrbF12 \ - 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" + RESTART/20210323.060000.coupler.res \ + RESTART/20210323.060000.fv_core.res.nc \ + RESTART/20210323.060000.fv_core.res.tile1.nc \ + RESTART/20210323.060000.fv_core.res.tile2.nc \ + RESTART/20210323.060000.fv_core.res.tile3.nc \ + RESTART/20210323.060000.fv_core.res.tile4.nc \ + RESTART/20210323.060000.fv_core.res.tile5.nc \ + RESTART/20210323.060000.fv_core.res.tile6.nc \ + RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc \ + RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc \ + RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc \ + RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc \ + RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc \ + RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc \ + RESTART/20210323.060000.fv_tracer.res.tile1.nc \ + RESTART/20210323.060000.fv_tracer.res.tile2.nc \ + RESTART/20210323.060000.fv_tracer.res.tile3.nc \ + RESTART/20210323.060000.fv_tracer.res.tile4.nc \ + RESTART/20210323.060000.fv_tracer.res.tile5.nc \ + RESTART/20210323.060000.fv_tracer.res.tile6.nc \ + RESTART/20210323.060000.phy_data.tile1.nc \ + RESTART/20210323.060000.phy_data.tile2.nc \ + RESTART/20210323.060000.phy_data.tile3.nc \ + RESTART/20210323.060000.phy_data.tile4.nc \ + RESTART/20210323.060000.phy_data.tile5.nc \ + RESTART/20210323.060000.phy_data.tile6.nc \ + RESTART/20210323.060000.sfc_data.tile1.nc \ + RESTART/20210323.060000.sfc_data.tile2.nc \ + RESTART/20210323.060000.sfc_data.tile3.nc \ + RESTART/20210323.060000.sfc_data.tile4.nc \ + RESTART/20210323.060000.sfc_data.tile5.nc \ + RESTART/20210323.060000.sfc_data.tile6.nc" export_fv3 export NPZ=127 diff --git a/tests/tests/hrrr_clm_lake_2threads_dyn32_phy32 b/tests/tests/hrrr_clm_lake_2threads_dyn32_phy32 index bc771564c2..e59747335f 100644 --- a/tests/tests/hrrr_clm_lake_2threads_dyn32_phy32 +++ b/tests/tests/hrrr_clm_lake_2threads_dyn32_phy32 @@ -20,38 +20,38 @@ export LIST_FILES="sfcf000.nc \ GFSPRS.GrbF00 \ GFSPRS.GrbF09 \ GFSPRS.GrbF12 \ - 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" + RESTART/20210323.060000.coupler.res \ + RESTART/20210323.060000.fv_core.res.nc \ + RESTART/20210323.060000.fv_core.res.tile1.nc \ + RESTART/20210323.060000.fv_core.res.tile2.nc \ + RESTART/20210323.060000.fv_core.res.tile3.nc \ + RESTART/20210323.060000.fv_core.res.tile4.nc \ + RESTART/20210323.060000.fv_core.res.tile5.nc \ + RESTART/20210323.060000.fv_core.res.tile6.nc \ + RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc \ + RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc \ + RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc \ + RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc \ + RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc \ + RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc \ + RESTART/20210323.060000.fv_tracer.res.tile1.nc \ + RESTART/20210323.060000.fv_tracer.res.tile2.nc \ + RESTART/20210323.060000.fv_tracer.res.tile3.nc \ + RESTART/20210323.060000.fv_tracer.res.tile4.nc \ + RESTART/20210323.060000.fv_tracer.res.tile5.nc \ + RESTART/20210323.060000.fv_tracer.res.tile6.nc \ + RESTART/20210323.060000.phy_data.tile1.nc \ + RESTART/20210323.060000.phy_data.tile2.nc \ + RESTART/20210323.060000.phy_data.tile3.nc \ + RESTART/20210323.060000.phy_data.tile4.nc \ + RESTART/20210323.060000.phy_data.tile5.nc \ + RESTART/20210323.060000.phy_data.tile6.nc \ + RESTART/20210323.060000.sfc_data.tile1.nc \ + RESTART/20210323.060000.sfc_data.tile2.nc \ + RESTART/20210323.060000.sfc_data.tile3.nc \ + RESTART/20210323.060000.sfc_data.tile4.nc \ + RESTART/20210323.060000.sfc_data.tile5.nc \ + RESTART/20210323.060000.sfc_data.tile6.nc" export_fv3 export NPZ=127 diff --git a/tests/tests/hrrr_clm_lake_decomp b/tests/tests/hrrr_clm_lake_decomp index 8306788b53..52ce73fc4d 100644 --- a/tests/tests/hrrr_clm_lake_decomp +++ b/tests/tests/hrrr_clm_lake_decomp @@ -20,38 +20,38 @@ export LIST_FILES="sfcf000.nc \ GFSPRS.GrbF00 \ GFSPRS.GrbF09 \ GFSPRS.GrbF12 \ - 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" + RESTART/20210323.060000.coupler.res \ + RESTART/20210323.060000.fv_core.res.nc \ + RESTART/20210323.060000.fv_core.res.tile1.nc \ + RESTART/20210323.060000.fv_core.res.tile2.nc \ + RESTART/20210323.060000.fv_core.res.tile3.nc \ + RESTART/20210323.060000.fv_core.res.tile4.nc \ + RESTART/20210323.060000.fv_core.res.tile5.nc \ + RESTART/20210323.060000.fv_core.res.tile6.nc \ + RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc \ + RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc \ + RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc \ + RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc \ + RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc \ + RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc \ + RESTART/20210323.060000.fv_tracer.res.tile1.nc \ + RESTART/20210323.060000.fv_tracer.res.tile2.nc \ + RESTART/20210323.060000.fv_tracer.res.tile3.nc \ + RESTART/20210323.060000.fv_tracer.res.tile4.nc \ + RESTART/20210323.060000.fv_tracer.res.tile5.nc \ + RESTART/20210323.060000.fv_tracer.res.tile6.nc \ + RESTART/20210323.060000.phy_data.tile1.nc \ + RESTART/20210323.060000.phy_data.tile2.nc \ + RESTART/20210323.060000.phy_data.tile3.nc \ + RESTART/20210323.060000.phy_data.tile4.nc \ + RESTART/20210323.060000.phy_data.tile5.nc \ + RESTART/20210323.060000.phy_data.tile6.nc \ + RESTART/20210323.060000.sfc_data.tile1.nc \ + RESTART/20210323.060000.sfc_data.tile2.nc \ + RESTART/20210323.060000.sfc_data.tile3.nc \ + RESTART/20210323.060000.sfc_data.tile4.nc \ + RESTART/20210323.060000.sfc_data.tile5.nc \ + RESTART/20210323.060000.sfc_data.tile6.nc" export_fv3 export NPZ=127 diff --git a/tests/tests/hrrr_clm_lake_decomp_dyn32_phy32 b/tests/tests/hrrr_clm_lake_decomp_dyn32_phy32 index 3548a46e6c..8f89f5e85f 100644 --- a/tests/tests/hrrr_clm_lake_decomp_dyn32_phy32 +++ b/tests/tests/hrrr_clm_lake_decomp_dyn32_phy32 @@ -20,38 +20,38 @@ export LIST_FILES="sfcf000.nc \ GFSPRS.GrbF00 \ GFSPRS.GrbF09 \ GFSPRS.GrbF12 \ - 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" + RESTART/20210323.060000.coupler.res \ + RESTART/20210323.060000.fv_core.res.nc \ + RESTART/20210323.060000.fv_core.res.tile1.nc \ + RESTART/20210323.060000.fv_core.res.tile2.nc \ + RESTART/20210323.060000.fv_core.res.tile3.nc \ + RESTART/20210323.060000.fv_core.res.tile4.nc \ + RESTART/20210323.060000.fv_core.res.tile5.nc \ + RESTART/20210323.060000.fv_core.res.tile6.nc \ + RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc \ + RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc \ + RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc \ + RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc \ + RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc \ + RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc \ + RESTART/20210323.060000.fv_tracer.res.tile1.nc \ + RESTART/20210323.060000.fv_tracer.res.tile2.nc \ + RESTART/20210323.060000.fv_tracer.res.tile3.nc \ + RESTART/20210323.060000.fv_tracer.res.tile4.nc \ + RESTART/20210323.060000.fv_tracer.res.tile5.nc \ + RESTART/20210323.060000.fv_tracer.res.tile6.nc \ + RESTART/20210323.060000.phy_data.tile1.nc \ + RESTART/20210323.060000.phy_data.tile2.nc \ + RESTART/20210323.060000.phy_data.tile3.nc \ + RESTART/20210323.060000.phy_data.tile4.nc \ + RESTART/20210323.060000.phy_data.tile5.nc \ + RESTART/20210323.060000.phy_data.tile6.nc \ + RESTART/20210323.060000.sfc_data.tile1.nc \ + RESTART/20210323.060000.sfc_data.tile2.nc \ + RESTART/20210323.060000.sfc_data.tile3.nc \ + RESTART/20210323.060000.sfc_data.tile4.nc \ + RESTART/20210323.060000.sfc_data.tile5.nc \ + RESTART/20210323.060000.sfc_data.tile6.nc" export_fv3 export NPZ=127 diff --git a/tests/tests/hrrr_clm_lake_dyn32_phy32 b/tests/tests/hrrr_clm_lake_dyn32_phy32 index 5aaac26576..0015bbfd7a 100644 --- a/tests/tests/hrrr_clm_lake_dyn32_phy32 +++ b/tests/tests/hrrr_clm_lake_dyn32_phy32 @@ -20,38 +20,38 @@ export LIST_FILES="sfcf000.nc \ GFSPRS.GrbF00 \ GFSPRS.GrbF09 \ GFSPRS.GrbF12 \ - 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" + RESTART/20210323.060000.coupler.res \ + RESTART/20210323.060000.fv_core.res.nc \ + RESTART/20210323.060000.fv_core.res.tile1.nc \ + RESTART/20210323.060000.fv_core.res.tile2.nc \ + RESTART/20210323.060000.fv_core.res.tile3.nc \ + RESTART/20210323.060000.fv_core.res.tile4.nc \ + RESTART/20210323.060000.fv_core.res.tile5.nc \ + RESTART/20210323.060000.fv_core.res.tile6.nc \ + RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc \ + RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc \ + RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc \ + RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc \ + RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc \ + RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc \ + RESTART/20210323.060000.fv_tracer.res.tile1.nc \ + RESTART/20210323.060000.fv_tracer.res.tile2.nc \ + RESTART/20210323.060000.fv_tracer.res.tile3.nc \ + RESTART/20210323.060000.fv_tracer.res.tile4.nc \ + RESTART/20210323.060000.fv_tracer.res.tile5.nc \ + RESTART/20210323.060000.fv_tracer.res.tile6.nc \ + RESTART/20210323.060000.phy_data.tile1.nc \ + RESTART/20210323.060000.phy_data.tile2.nc \ + RESTART/20210323.060000.phy_data.tile3.nc \ + RESTART/20210323.060000.phy_data.tile4.nc \ + RESTART/20210323.060000.phy_data.tile5.nc \ + RESTART/20210323.060000.phy_data.tile6.nc \ + RESTART/20210323.060000.sfc_data.tile1.nc \ + RESTART/20210323.060000.sfc_data.tile2.nc \ + RESTART/20210323.060000.sfc_data.tile3.nc \ + RESTART/20210323.060000.sfc_data.tile4.nc \ + RESTART/20210323.060000.sfc_data.tile5.nc \ + RESTART/20210323.060000.sfc_data.tile6.nc" export_fv3 export NPZ=127 diff --git a/tests/tests/hrrr_clm_lake_restart b/tests/tests/hrrr_clm_lake_restart index f64314b49d..475ca54f74 100644 --- a/tests/tests/hrrr_clm_lake_restart +++ b/tests/tests/hrrr_clm_lake_restart @@ -12,38 +12,38 @@ export LIST_FILES="sfcf012.nc \ atmf012.nc \ GFSFLX.GrbF12 \ GFSPRS.GrbF12 \ - 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" + RESTART/20210323.060000.coupler.res \ + RESTART/20210323.060000.fv_core.res.nc \ + RESTART/20210323.060000.fv_core.res.tile1.nc \ + RESTART/20210323.060000.fv_core.res.tile2.nc \ + RESTART/20210323.060000.fv_core.res.tile3.nc \ + RESTART/20210323.060000.fv_core.res.tile4.nc \ + RESTART/20210323.060000.fv_core.res.tile5.nc \ + RESTART/20210323.060000.fv_core.res.tile6.nc \ + RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc \ + RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc \ + RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc \ + RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc \ + RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc \ + RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc \ + RESTART/20210323.060000.fv_tracer.res.tile1.nc \ + RESTART/20210323.060000.fv_tracer.res.tile2.nc \ + RESTART/20210323.060000.fv_tracer.res.tile3.nc \ + RESTART/20210323.060000.fv_tracer.res.tile4.nc \ + RESTART/20210323.060000.fv_tracer.res.tile5.nc \ + RESTART/20210323.060000.fv_tracer.res.tile6.nc \ + RESTART/20210323.060000.phy_data.tile1.nc \ + RESTART/20210323.060000.phy_data.tile2.nc \ + RESTART/20210323.060000.phy_data.tile3.nc \ + RESTART/20210323.060000.phy_data.tile4.nc \ + RESTART/20210323.060000.phy_data.tile5.nc \ + RESTART/20210323.060000.phy_data.tile6.nc \ + RESTART/20210323.060000.sfc_data.tile1.nc \ + RESTART/20210323.060000.sfc_data.tile2.nc \ + RESTART/20210323.060000.sfc_data.tile3.nc \ + RESTART/20210323.060000.sfc_data.tile4.nc \ + RESTART/20210323.060000.sfc_data.tile5.nc \ + RESTART/20210323.060000.sfc_data.tile6.nc" export_fv3 export NPZ=127 diff --git a/tests/tests/hrrr_clm_lake_restart_dyn32_phy32 b/tests/tests/hrrr_clm_lake_restart_dyn32_phy32 index 47fdef0355..79d1a635b5 100644 --- a/tests/tests/hrrr_clm_lake_restart_dyn32_phy32 +++ b/tests/tests/hrrr_clm_lake_restart_dyn32_phy32 @@ -12,38 +12,38 @@ export LIST_FILES="sfcf012.nc \ atmf012.nc \ GFSFLX.GrbF12 \ GFSPRS.GrbF12 \ - 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" + RESTART/20210323.060000.coupler.res \ + RESTART/20210323.060000.fv_core.res.nc \ + RESTART/20210323.060000.fv_core.res.tile1.nc \ + RESTART/20210323.060000.fv_core.res.tile2.nc \ + RESTART/20210323.060000.fv_core.res.tile3.nc \ + RESTART/20210323.060000.fv_core.res.tile4.nc \ + RESTART/20210323.060000.fv_core.res.tile5.nc \ + RESTART/20210323.060000.fv_core.res.tile6.nc \ + RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc \ + RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc \ + RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc \ + RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc \ + RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc \ + RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc \ + RESTART/20210323.060000.fv_tracer.res.tile1.nc \ + RESTART/20210323.060000.fv_tracer.res.tile2.nc \ + RESTART/20210323.060000.fv_tracer.res.tile3.nc \ + RESTART/20210323.060000.fv_tracer.res.tile4.nc \ + RESTART/20210323.060000.fv_tracer.res.tile5.nc \ + RESTART/20210323.060000.fv_tracer.res.tile6.nc \ + RESTART/20210323.060000.phy_data.tile1.nc \ + RESTART/20210323.060000.phy_data.tile2.nc \ + RESTART/20210323.060000.phy_data.tile3.nc \ + RESTART/20210323.060000.phy_data.tile4.nc \ + RESTART/20210323.060000.phy_data.tile5.nc \ + RESTART/20210323.060000.phy_data.tile6.nc \ + RESTART/20210323.060000.sfc_data.tile1.nc \ + RESTART/20210323.060000.sfc_data.tile2.nc \ + RESTART/20210323.060000.sfc_data.tile3.nc \ + RESTART/20210323.060000.sfc_data.tile4.nc \ + RESTART/20210323.060000.sfc_data.tile5.nc \ + RESTART/20210323.060000.sfc_data.tile6.nc" export_fv3 export NPZ=127 From 96034d3076400fe0dc49388b707ec094af15056c Mon Sep 17 00:00:00 2001 From: "samuel.trahan" Date: Thu, 2 Mar 2023 19:52:47 +0000 Subject: [PATCH 066/152] add control_flake_restart to lake.conf --- tests/lake.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/lake.conf b/tests/lake.conf index 4e228e7fb2..09d1c5debf 100644 --- a/tests/lake.conf +++ b/tests/lake.conf @@ -5,6 +5,7 @@ COMPILE | -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v15_thompson_mynn,FV3_GFS_ #RUN | control_restart | | | control RUN | control_flake | | fv3 | +RUN | control_flake_restart | | | control_flake # RUN | control_clm_lake | | fv3 | # RUN | control_clm_lake_decomp | | | From 19652adc71a8498e62a44873ce00308229546c81 Mon Sep 17 00:00:00 2001 From: "samuel.trahan" Date: Thu, 2 Mar 2023 20:22:07 +0000 Subject: [PATCH 067/152] add control_flake_restart to lake.conf --- tests/lake.conf | 1 + tests/tests/control_flake_restart | 51 +++++++++++++++++++++++++++++++ 2 files changed, 52 insertions(+) create mode 100644 tests/tests/control_flake_restart diff --git a/tests/lake.conf b/tests/lake.conf index a4142866c4..fce260b17b 100644 --- a/tests/lake.conf +++ b/tests/lake.conf @@ -5,6 +5,7 @@ COMPILE | -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v15_thompson_mynn,FV3_GFS_ #RUN | control_restart | | | control RUN | control_flake | | fv3 | +RUN | control_flake_restart | | | control_flake # RUN | control_clm_lake | | fv3 | # RUN | control_clm_lake_decomp | | | diff --git a/tests/tests/control_flake_restart b/tests/tests/control_flake_restart new file mode 100644 index 0000000000..0051281660 --- /dev/null +++ b/tests/tests/control_flake_restart @@ -0,0 +1,51 @@ +############################################################################### +# +# Global control with flake test +# +############################################################################### + +export TEST_DESCR="Compare global control flake results with previous trunk version" + +export CNTL_DIR=control_flake + +export LIST_FILES="sfcf000.nc \ + sfcf024.nc \ + atmf000.nc \ + atmf024.nc \ + GFSFLX.GrbF00 \ + GFSFLX.GrbF24 \ + GFSPRS.GrbF00 \ + GFSPRS.GrbF24" + +export_fv3 +export NPZ=127 +export NPZP=128 +export DT_ATMOS=720 +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 RESTART_FILE_PREFIX="${SYEAR}${SMONTH}${SDAY}.$(printf "%02d" $(( ${SHOUR} + ${FHROT} )))0000" + +export WARM_START=.true. +export NGGPS_IC=.false. +export EXTERNAL_IC=.false. +export MAKE_NH=.false. +export MOUNTAIN=.true. +export NA_INIT=0 + +export LKM=1 +export IOPT_LAKE=1 + +export DO_SPPT=.true. +export DO_SHUM=.true. +export DO_SKEB=.true. + +export FV3_RUN=flake_control_run.IN +export CCPP_SUITE=FV3_GFS_v16_flake +export INPUT_NML=control_flake.nml.IN From d69ab9cea8a1c1f9a3af6fb3d7544fae3d22b69a Mon Sep 17 00:00:00 2001 From: "samuel.trahan" Date: Thu, 2 Mar 2023 21:12:32 +0000 Subject: [PATCH 068/152] corrections to flake & clm lake tests --- tests/tests/control_flake | 1 + tests/tests/control_flake_restart | 2 +- tests/tests/hrrr_clm_lake | 64 +++++++++---------- tests/tests/hrrr_clm_lake_2threads | 64 +++++++++---------- .../tests/hrrr_clm_lake_2threads_dyn32_phy32 | 64 +++++++++---------- tests/tests/hrrr_clm_lake_decomp | 64 +++++++++---------- tests/tests/hrrr_clm_lake_decomp_dyn32_phy32 | 64 +++++++++---------- tests/tests/hrrr_clm_lake_dyn32_phy32 | 64 +++++++++---------- tests/tests/hrrr_clm_lake_restart | 34 +--------- tests/tests/hrrr_clm_lake_restart_dyn32_phy32 | 34 +--------- 10 files changed, 196 insertions(+), 259 deletions(-) diff --git a/tests/tests/control_flake b/tests/tests/control_flake index c48093416c..d325be5acd 100644 --- a/tests/tests/control_flake +++ b/tests/tests/control_flake @@ -29,6 +29,7 @@ export OUTPUT_GRID='gaussian_grid' export NSTF_NAME='2,0,0,0,0' export WRITE_DOPOST=.true. export IAER=5111 +export RESTART_INTERVAL=6 export LKM=1 export IOPT_LAKE=1 diff --git a/tests/tests/control_flake_restart b/tests/tests/control_flake_restart index 0051281660..f7e93fc84c 100644 --- a/tests/tests/control_flake_restart +++ b/tests/tests/control_flake_restart @@ -29,7 +29,7 @@ export OUTPUT_GRID='gaussian_grid' export NSTF_NAME='2,0,0,0,0' export WRITE_DOPOST=.true. export IAER=5111 -export FHROT=12 +export FHROT=6 export RESTART_FILE_PREFIX="${SYEAR}${SMONTH}${SDAY}.$(printf "%02d" $(( ${SHOUR} + ${FHROT} )))0000" export WARM_START=.true. diff --git a/tests/tests/hrrr_clm_lake b/tests/tests/hrrr_clm_lake index b4b62fb699..723aee9006 100644 --- a/tests/tests/hrrr_clm_lake +++ b/tests/tests/hrrr_clm_lake @@ -20,38 +20,38 @@ export LIST_FILES="sfcf000.nc \ GFSPRS.GrbF00 \ GFSPRS.GrbF09 \ GFSPRS.GrbF12 \ - RESTART/20210323.060000.coupler.res \ - RESTART/20210323.060000.fv_core.res.nc \ - RESTART/20210323.060000.fv_core.res.tile1.nc \ - RESTART/20210323.060000.fv_core.res.tile2.nc \ - RESTART/20210323.060000.fv_core.res.tile3.nc \ - RESTART/20210323.060000.fv_core.res.tile4.nc \ - RESTART/20210323.060000.fv_core.res.tile5.nc \ - RESTART/20210323.060000.fv_core.res.tile6.nc \ - RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc \ - RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc \ - RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc \ - RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc \ - RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc \ - RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc \ - RESTART/20210323.060000.fv_tracer.res.tile1.nc \ - RESTART/20210323.060000.fv_tracer.res.tile2.nc \ - RESTART/20210323.060000.fv_tracer.res.tile3.nc \ - RESTART/20210323.060000.fv_tracer.res.tile4.nc \ - RESTART/20210323.060000.fv_tracer.res.tile5.nc \ - RESTART/20210323.060000.fv_tracer.res.tile6.nc \ - RESTART/20210323.060000.phy_data.tile1.nc \ - RESTART/20210323.060000.phy_data.tile2.nc \ - RESTART/20210323.060000.phy_data.tile3.nc \ - RESTART/20210323.060000.phy_data.tile4.nc \ - RESTART/20210323.060000.phy_data.tile5.nc \ - RESTART/20210323.060000.phy_data.tile6.nc \ - RESTART/20210323.060000.sfc_data.tile1.nc \ - RESTART/20210323.060000.sfc_data.tile2.nc \ - RESTART/20210323.060000.sfc_data.tile3.nc \ - RESTART/20210323.060000.sfc_data.tile4.nc \ - RESTART/20210323.060000.sfc_data.tile5.nc \ - RESTART/20210323.060000.sfc_data.tile6.nc" + RESTART/20210322.120000.coupler.res \ + RESTART/20210322.120000.fv_core.res.nc \ + RESTART/20210322.120000.fv_core.res.tile1.nc \ + RESTART/20210322.120000.fv_core.res.tile2.nc \ + RESTART/20210322.120000.fv_core.res.tile3.nc \ + RESTART/20210322.120000.fv_core.res.tile4.nc \ + RESTART/20210322.120000.fv_core.res.tile5.nc \ + RESTART/20210322.120000.fv_core.res.tile6.nc \ + RESTART/20210322.120000.fv_srf_wnd.res.tile1.nc \ + RESTART/20210322.120000.fv_srf_wnd.res.tile2.nc \ + RESTART/20210322.120000.fv_srf_wnd.res.tile3.nc \ + RESTART/20210322.120000.fv_srf_wnd.res.tile4.nc \ + RESTART/20210322.120000.fv_srf_wnd.res.tile5.nc \ + RESTART/20210322.120000.fv_srf_wnd.res.tile6.nc \ + RESTART/20210322.120000.fv_tracer.res.tile1.nc \ + RESTART/20210322.120000.fv_tracer.res.tile2.nc \ + RESTART/20210322.120000.fv_tracer.res.tile3.nc \ + RESTART/20210322.120000.fv_tracer.res.tile4.nc \ + RESTART/20210322.120000.fv_tracer.res.tile5.nc \ + RESTART/20210322.120000.fv_tracer.res.tile6.nc \ + RESTART/20210322.120000.phy_data.tile1.nc \ + RESTART/20210322.120000.phy_data.tile2.nc \ + RESTART/20210322.120000.phy_data.tile3.nc \ + RESTART/20210322.120000.phy_data.tile4.nc \ + RESTART/20210322.120000.phy_data.tile5.nc \ + RESTART/20210322.120000.phy_data.tile6.nc \ + RESTART/20210322.120000.sfc_data.tile1.nc \ + RESTART/20210322.120000.sfc_data.tile2.nc \ + RESTART/20210322.120000.sfc_data.tile3.nc \ + RESTART/20210322.120000.sfc_data.tile4.nc \ + RESTART/20210322.120000.sfc_data.tile5.nc \ + RESTART/20210322.120000.sfc_data.tile6.nc" export_fv3 export NPZ=127 diff --git a/tests/tests/hrrr_clm_lake_2threads b/tests/tests/hrrr_clm_lake_2threads index e3ba5549cb..123e0ed62b 100644 --- a/tests/tests/hrrr_clm_lake_2threads +++ b/tests/tests/hrrr_clm_lake_2threads @@ -20,38 +20,38 @@ export LIST_FILES="sfcf000.nc \ GFSPRS.GrbF00 \ GFSPRS.GrbF09 \ GFSPRS.GrbF12 \ - RESTART/20210323.060000.coupler.res \ - RESTART/20210323.060000.fv_core.res.nc \ - RESTART/20210323.060000.fv_core.res.tile1.nc \ - RESTART/20210323.060000.fv_core.res.tile2.nc \ - RESTART/20210323.060000.fv_core.res.tile3.nc \ - RESTART/20210323.060000.fv_core.res.tile4.nc \ - RESTART/20210323.060000.fv_core.res.tile5.nc \ - RESTART/20210323.060000.fv_core.res.tile6.nc \ - RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc \ - RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc \ - RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc \ - RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc \ - RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc \ - RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc \ - RESTART/20210323.060000.fv_tracer.res.tile1.nc \ - RESTART/20210323.060000.fv_tracer.res.tile2.nc \ - RESTART/20210323.060000.fv_tracer.res.tile3.nc \ - RESTART/20210323.060000.fv_tracer.res.tile4.nc \ - RESTART/20210323.060000.fv_tracer.res.tile5.nc \ - RESTART/20210323.060000.fv_tracer.res.tile6.nc \ - RESTART/20210323.060000.phy_data.tile1.nc \ - RESTART/20210323.060000.phy_data.tile2.nc \ - RESTART/20210323.060000.phy_data.tile3.nc \ - RESTART/20210323.060000.phy_data.tile4.nc \ - RESTART/20210323.060000.phy_data.tile5.nc \ - RESTART/20210323.060000.phy_data.tile6.nc \ - RESTART/20210323.060000.sfc_data.tile1.nc \ - RESTART/20210323.060000.sfc_data.tile2.nc \ - RESTART/20210323.060000.sfc_data.tile3.nc \ - RESTART/20210323.060000.sfc_data.tile4.nc \ - RESTART/20210323.060000.sfc_data.tile5.nc \ - RESTART/20210323.060000.sfc_data.tile6.nc" + RESTART/20210322.120000.coupler.res \ + RESTART/20210322.120000.fv_core.res.nc \ + RESTART/20210322.120000.fv_core.res.tile1.nc \ + RESTART/20210322.120000.fv_core.res.tile2.nc \ + RESTART/20210322.120000.fv_core.res.tile3.nc \ + RESTART/20210322.120000.fv_core.res.tile4.nc \ + RESTART/20210322.120000.fv_core.res.tile5.nc \ + RESTART/20210322.120000.fv_core.res.tile6.nc \ + RESTART/20210322.120000.fv_srf_wnd.res.tile1.nc \ + RESTART/20210322.120000.fv_srf_wnd.res.tile2.nc \ + RESTART/20210322.120000.fv_srf_wnd.res.tile3.nc \ + RESTART/20210322.120000.fv_srf_wnd.res.tile4.nc \ + RESTART/20210322.120000.fv_srf_wnd.res.tile5.nc \ + RESTART/20210322.120000.fv_srf_wnd.res.tile6.nc \ + RESTART/20210322.120000.fv_tracer.res.tile1.nc \ + RESTART/20210322.120000.fv_tracer.res.tile2.nc \ + RESTART/20210322.120000.fv_tracer.res.tile3.nc \ + RESTART/20210322.120000.fv_tracer.res.tile4.nc \ + RESTART/20210322.120000.fv_tracer.res.tile5.nc \ + RESTART/20210322.120000.fv_tracer.res.tile6.nc \ + RESTART/20210322.120000.phy_data.tile1.nc \ + RESTART/20210322.120000.phy_data.tile2.nc \ + RESTART/20210322.120000.phy_data.tile3.nc \ + RESTART/20210322.120000.phy_data.tile4.nc \ + RESTART/20210322.120000.phy_data.tile5.nc \ + RESTART/20210322.120000.phy_data.tile6.nc \ + RESTART/20210322.120000.sfc_data.tile1.nc \ + RESTART/20210322.120000.sfc_data.tile2.nc \ + RESTART/20210322.120000.sfc_data.tile3.nc \ + RESTART/20210322.120000.sfc_data.tile4.nc \ + RESTART/20210322.120000.sfc_data.tile5.nc \ + RESTART/20210322.120000.sfc_data.tile6.nc" export_fv3 export NPZ=127 diff --git a/tests/tests/hrrr_clm_lake_2threads_dyn32_phy32 b/tests/tests/hrrr_clm_lake_2threads_dyn32_phy32 index e59747335f..28d02907c9 100644 --- a/tests/tests/hrrr_clm_lake_2threads_dyn32_phy32 +++ b/tests/tests/hrrr_clm_lake_2threads_dyn32_phy32 @@ -20,38 +20,38 @@ export LIST_FILES="sfcf000.nc \ GFSPRS.GrbF00 \ GFSPRS.GrbF09 \ GFSPRS.GrbF12 \ - RESTART/20210323.060000.coupler.res \ - RESTART/20210323.060000.fv_core.res.nc \ - RESTART/20210323.060000.fv_core.res.tile1.nc \ - RESTART/20210323.060000.fv_core.res.tile2.nc \ - RESTART/20210323.060000.fv_core.res.tile3.nc \ - RESTART/20210323.060000.fv_core.res.tile4.nc \ - RESTART/20210323.060000.fv_core.res.tile5.nc \ - RESTART/20210323.060000.fv_core.res.tile6.nc \ - RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc \ - RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc \ - RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc \ - RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc \ - RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc \ - RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc \ - RESTART/20210323.060000.fv_tracer.res.tile1.nc \ - RESTART/20210323.060000.fv_tracer.res.tile2.nc \ - RESTART/20210323.060000.fv_tracer.res.tile3.nc \ - RESTART/20210323.060000.fv_tracer.res.tile4.nc \ - RESTART/20210323.060000.fv_tracer.res.tile5.nc \ - RESTART/20210323.060000.fv_tracer.res.tile6.nc \ - RESTART/20210323.060000.phy_data.tile1.nc \ - RESTART/20210323.060000.phy_data.tile2.nc \ - RESTART/20210323.060000.phy_data.tile3.nc \ - RESTART/20210323.060000.phy_data.tile4.nc \ - RESTART/20210323.060000.phy_data.tile5.nc \ - RESTART/20210323.060000.phy_data.tile6.nc \ - RESTART/20210323.060000.sfc_data.tile1.nc \ - RESTART/20210323.060000.sfc_data.tile2.nc \ - RESTART/20210323.060000.sfc_data.tile3.nc \ - RESTART/20210323.060000.sfc_data.tile4.nc \ - RESTART/20210323.060000.sfc_data.tile5.nc \ - RESTART/20210323.060000.sfc_data.tile6.nc" + RESTART/20210322.120000.coupler.res \ + RESTART/20210322.120000.fv_core.res.nc \ + RESTART/20210322.120000.fv_core.res.tile1.nc \ + RESTART/20210322.120000.fv_core.res.tile2.nc \ + RESTART/20210322.120000.fv_core.res.tile3.nc \ + RESTART/20210322.120000.fv_core.res.tile4.nc \ + RESTART/20210322.120000.fv_core.res.tile5.nc \ + RESTART/20210322.120000.fv_core.res.tile6.nc \ + RESTART/20210322.120000.fv_srf_wnd.res.tile1.nc \ + RESTART/20210322.120000.fv_srf_wnd.res.tile2.nc \ + RESTART/20210322.120000.fv_srf_wnd.res.tile3.nc \ + RESTART/20210322.120000.fv_srf_wnd.res.tile4.nc \ + RESTART/20210322.120000.fv_srf_wnd.res.tile5.nc \ + RESTART/20210322.120000.fv_srf_wnd.res.tile6.nc \ + RESTART/20210322.120000.fv_tracer.res.tile1.nc \ + RESTART/20210322.120000.fv_tracer.res.tile2.nc \ + RESTART/20210322.120000.fv_tracer.res.tile3.nc \ + RESTART/20210322.120000.fv_tracer.res.tile4.nc \ + RESTART/20210322.120000.fv_tracer.res.tile5.nc \ + RESTART/20210322.120000.fv_tracer.res.tile6.nc \ + RESTART/20210322.120000.phy_data.tile1.nc \ + RESTART/20210322.120000.phy_data.tile2.nc \ + RESTART/20210322.120000.phy_data.tile3.nc \ + RESTART/20210322.120000.phy_data.tile4.nc \ + RESTART/20210322.120000.phy_data.tile5.nc \ + RESTART/20210322.120000.phy_data.tile6.nc \ + RESTART/20210322.120000.sfc_data.tile1.nc \ + RESTART/20210322.120000.sfc_data.tile2.nc \ + RESTART/20210322.120000.sfc_data.tile3.nc \ + RESTART/20210322.120000.sfc_data.tile4.nc \ + RESTART/20210322.120000.sfc_data.tile5.nc \ + RESTART/20210322.120000.sfc_data.tile6.nc" export_fv3 export NPZ=127 diff --git a/tests/tests/hrrr_clm_lake_decomp b/tests/tests/hrrr_clm_lake_decomp index 52ce73fc4d..ae2c0d70fb 100644 --- a/tests/tests/hrrr_clm_lake_decomp +++ b/tests/tests/hrrr_clm_lake_decomp @@ -20,38 +20,38 @@ export LIST_FILES="sfcf000.nc \ GFSPRS.GrbF00 \ GFSPRS.GrbF09 \ GFSPRS.GrbF12 \ - RESTART/20210323.060000.coupler.res \ - RESTART/20210323.060000.fv_core.res.nc \ - RESTART/20210323.060000.fv_core.res.tile1.nc \ - RESTART/20210323.060000.fv_core.res.tile2.nc \ - RESTART/20210323.060000.fv_core.res.tile3.nc \ - RESTART/20210323.060000.fv_core.res.tile4.nc \ - RESTART/20210323.060000.fv_core.res.tile5.nc \ - RESTART/20210323.060000.fv_core.res.tile6.nc \ - RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc \ - RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc \ - RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc \ - RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc \ - RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc \ - RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc \ - RESTART/20210323.060000.fv_tracer.res.tile1.nc \ - RESTART/20210323.060000.fv_tracer.res.tile2.nc \ - RESTART/20210323.060000.fv_tracer.res.tile3.nc \ - RESTART/20210323.060000.fv_tracer.res.tile4.nc \ - RESTART/20210323.060000.fv_tracer.res.tile5.nc \ - RESTART/20210323.060000.fv_tracer.res.tile6.nc \ - RESTART/20210323.060000.phy_data.tile1.nc \ - RESTART/20210323.060000.phy_data.tile2.nc \ - RESTART/20210323.060000.phy_data.tile3.nc \ - RESTART/20210323.060000.phy_data.tile4.nc \ - RESTART/20210323.060000.phy_data.tile5.nc \ - RESTART/20210323.060000.phy_data.tile6.nc \ - RESTART/20210323.060000.sfc_data.tile1.nc \ - RESTART/20210323.060000.sfc_data.tile2.nc \ - RESTART/20210323.060000.sfc_data.tile3.nc \ - RESTART/20210323.060000.sfc_data.tile4.nc \ - RESTART/20210323.060000.sfc_data.tile5.nc \ - RESTART/20210323.060000.sfc_data.tile6.nc" + RESTART/20210322.120000.coupler.res \ + RESTART/20210322.120000.fv_core.res.nc \ + RESTART/20210322.120000.fv_core.res.tile1.nc \ + RESTART/20210322.120000.fv_core.res.tile2.nc \ + RESTART/20210322.120000.fv_core.res.tile3.nc \ + RESTART/20210322.120000.fv_core.res.tile4.nc \ + RESTART/20210322.120000.fv_core.res.tile5.nc \ + RESTART/20210322.120000.fv_core.res.tile6.nc \ + RESTART/20210322.120000.fv_srf_wnd.res.tile1.nc \ + RESTART/20210322.120000.fv_srf_wnd.res.tile2.nc \ + RESTART/20210322.120000.fv_srf_wnd.res.tile3.nc \ + RESTART/20210322.120000.fv_srf_wnd.res.tile4.nc \ + RESTART/20210322.120000.fv_srf_wnd.res.tile5.nc \ + RESTART/20210322.120000.fv_srf_wnd.res.tile6.nc \ + RESTART/20210322.120000.fv_tracer.res.tile1.nc \ + RESTART/20210322.120000.fv_tracer.res.tile2.nc \ + RESTART/20210322.120000.fv_tracer.res.tile3.nc \ + RESTART/20210322.120000.fv_tracer.res.tile4.nc \ + RESTART/20210322.120000.fv_tracer.res.tile5.nc \ + RESTART/20210322.120000.fv_tracer.res.tile6.nc \ + RESTART/20210322.120000.phy_data.tile1.nc \ + RESTART/20210322.120000.phy_data.tile2.nc \ + RESTART/20210322.120000.phy_data.tile3.nc \ + RESTART/20210322.120000.phy_data.tile4.nc \ + RESTART/20210322.120000.phy_data.tile5.nc \ + RESTART/20210322.120000.phy_data.tile6.nc \ + RESTART/20210322.120000.sfc_data.tile1.nc \ + RESTART/20210322.120000.sfc_data.tile2.nc \ + RESTART/20210322.120000.sfc_data.tile3.nc \ + RESTART/20210322.120000.sfc_data.tile4.nc \ + RESTART/20210322.120000.sfc_data.tile5.nc \ + RESTART/20210322.120000.sfc_data.tile6.nc" export_fv3 export NPZ=127 diff --git a/tests/tests/hrrr_clm_lake_decomp_dyn32_phy32 b/tests/tests/hrrr_clm_lake_decomp_dyn32_phy32 index 8f89f5e85f..bf21e4a873 100644 --- a/tests/tests/hrrr_clm_lake_decomp_dyn32_phy32 +++ b/tests/tests/hrrr_clm_lake_decomp_dyn32_phy32 @@ -20,38 +20,38 @@ export LIST_FILES="sfcf000.nc \ GFSPRS.GrbF00 \ GFSPRS.GrbF09 \ GFSPRS.GrbF12 \ - RESTART/20210323.060000.coupler.res \ - RESTART/20210323.060000.fv_core.res.nc \ - RESTART/20210323.060000.fv_core.res.tile1.nc \ - RESTART/20210323.060000.fv_core.res.tile2.nc \ - RESTART/20210323.060000.fv_core.res.tile3.nc \ - RESTART/20210323.060000.fv_core.res.tile4.nc \ - RESTART/20210323.060000.fv_core.res.tile5.nc \ - RESTART/20210323.060000.fv_core.res.tile6.nc \ - RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc \ - RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc \ - RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc \ - RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc \ - RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc \ - RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc \ - RESTART/20210323.060000.fv_tracer.res.tile1.nc \ - RESTART/20210323.060000.fv_tracer.res.tile2.nc \ - RESTART/20210323.060000.fv_tracer.res.tile3.nc \ - RESTART/20210323.060000.fv_tracer.res.tile4.nc \ - RESTART/20210323.060000.fv_tracer.res.tile5.nc \ - RESTART/20210323.060000.fv_tracer.res.tile6.nc \ - RESTART/20210323.060000.phy_data.tile1.nc \ - RESTART/20210323.060000.phy_data.tile2.nc \ - RESTART/20210323.060000.phy_data.tile3.nc \ - RESTART/20210323.060000.phy_data.tile4.nc \ - RESTART/20210323.060000.phy_data.tile5.nc \ - RESTART/20210323.060000.phy_data.tile6.nc \ - RESTART/20210323.060000.sfc_data.tile1.nc \ - RESTART/20210323.060000.sfc_data.tile2.nc \ - RESTART/20210323.060000.sfc_data.tile3.nc \ - RESTART/20210323.060000.sfc_data.tile4.nc \ - RESTART/20210323.060000.sfc_data.tile5.nc \ - RESTART/20210323.060000.sfc_data.tile6.nc" + RESTART/20210322.120000.coupler.res \ + RESTART/20210322.120000.fv_core.res.nc \ + RESTART/20210322.120000.fv_core.res.tile1.nc \ + RESTART/20210322.120000.fv_core.res.tile2.nc \ + RESTART/20210322.120000.fv_core.res.tile3.nc \ + RESTART/20210322.120000.fv_core.res.tile4.nc \ + RESTART/20210322.120000.fv_core.res.tile5.nc \ + RESTART/20210322.120000.fv_core.res.tile6.nc \ + RESTART/20210322.120000.fv_srf_wnd.res.tile1.nc \ + RESTART/20210322.120000.fv_srf_wnd.res.tile2.nc \ + RESTART/20210322.120000.fv_srf_wnd.res.tile3.nc \ + RESTART/20210322.120000.fv_srf_wnd.res.tile4.nc \ + RESTART/20210322.120000.fv_srf_wnd.res.tile5.nc \ + RESTART/20210322.120000.fv_srf_wnd.res.tile6.nc \ + RESTART/20210322.120000.fv_tracer.res.tile1.nc \ + RESTART/20210322.120000.fv_tracer.res.tile2.nc \ + RESTART/20210322.120000.fv_tracer.res.tile3.nc \ + RESTART/20210322.120000.fv_tracer.res.tile4.nc \ + RESTART/20210322.120000.fv_tracer.res.tile5.nc \ + RESTART/20210322.120000.fv_tracer.res.tile6.nc \ + RESTART/20210322.120000.phy_data.tile1.nc \ + RESTART/20210322.120000.phy_data.tile2.nc \ + RESTART/20210322.120000.phy_data.tile3.nc \ + RESTART/20210322.120000.phy_data.tile4.nc \ + RESTART/20210322.120000.phy_data.tile5.nc \ + RESTART/20210322.120000.phy_data.tile6.nc \ + RESTART/20210322.120000.sfc_data.tile1.nc \ + RESTART/20210322.120000.sfc_data.tile2.nc \ + RESTART/20210322.120000.sfc_data.tile3.nc \ + RESTART/20210322.120000.sfc_data.tile4.nc \ + RESTART/20210322.120000.sfc_data.tile5.nc \ + RESTART/20210322.120000.sfc_data.tile6.nc" export_fv3 export NPZ=127 diff --git a/tests/tests/hrrr_clm_lake_dyn32_phy32 b/tests/tests/hrrr_clm_lake_dyn32_phy32 index 0015bbfd7a..b5fd243fbb 100644 --- a/tests/tests/hrrr_clm_lake_dyn32_phy32 +++ b/tests/tests/hrrr_clm_lake_dyn32_phy32 @@ -20,38 +20,38 @@ export LIST_FILES="sfcf000.nc \ GFSPRS.GrbF00 \ GFSPRS.GrbF09 \ GFSPRS.GrbF12 \ - RESTART/20210323.060000.coupler.res \ - RESTART/20210323.060000.fv_core.res.nc \ - RESTART/20210323.060000.fv_core.res.tile1.nc \ - RESTART/20210323.060000.fv_core.res.tile2.nc \ - RESTART/20210323.060000.fv_core.res.tile3.nc \ - RESTART/20210323.060000.fv_core.res.tile4.nc \ - RESTART/20210323.060000.fv_core.res.tile5.nc \ - RESTART/20210323.060000.fv_core.res.tile6.nc \ - RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc \ - RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc \ - RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc \ - RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc \ - RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc \ - RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc \ - RESTART/20210323.060000.fv_tracer.res.tile1.nc \ - RESTART/20210323.060000.fv_tracer.res.tile2.nc \ - RESTART/20210323.060000.fv_tracer.res.tile3.nc \ - RESTART/20210323.060000.fv_tracer.res.tile4.nc \ - RESTART/20210323.060000.fv_tracer.res.tile5.nc \ - RESTART/20210323.060000.fv_tracer.res.tile6.nc \ - RESTART/20210323.060000.phy_data.tile1.nc \ - RESTART/20210323.060000.phy_data.tile2.nc \ - RESTART/20210323.060000.phy_data.tile3.nc \ - RESTART/20210323.060000.phy_data.tile4.nc \ - RESTART/20210323.060000.phy_data.tile5.nc \ - RESTART/20210323.060000.phy_data.tile6.nc \ - RESTART/20210323.060000.sfc_data.tile1.nc \ - RESTART/20210323.060000.sfc_data.tile2.nc \ - RESTART/20210323.060000.sfc_data.tile3.nc \ - RESTART/20210323.060000.sfc_data.tile4.nc \ - RESTART/20210323.060000.sfc_data.tile5.nc \ - RESTART/20210323.060000.sfc_data.tile6.nc" + RESTART/20210322.120000.coupler.res \ + RESTART/20210322.120000.fv_core.res.nc \ + RESTART/20210322.120000.fv_core.res.tile1.nc \ + RESTART/20210322.120000.fv_core.res.tile2.nc \ + RESTART/20210322.120000.fv_core.res.tile3.nc \ + RESTART/20210322.120000.fv_core.res.tile4.nc \ + RESTART/20210322.120000.fv_core.res.tile5.nc \ + RESTART/20210322.120000.fv_core.res.tile6.nc \ + RESTART/20210322.120000.fv_srf_wnd.res.tile1.nc \ + RESTART/20210322.120000.fv_srf_wnd.res.tile2.nc \ + RESTART/20210322.120000.fv_srf_wnd.res.tile3.nc \ + RESTART/20210322.120000.fv_srf_wnd.res.tile4.nc \ + RESTART/20210322.120000.fv_srf_wnd.res.tile5.nc \ + RESTART/20210322.120000.fv_srf_wnd.res.tile6.nc \ + RESTART/20210322.120000.fv_tracer.res.tile1.nc \ + RESTART/20210322.120000.fv_tracer.res.tile2.nc \ + RESTART/20210322.120000.fv_tracer.res.tile3.nc \ + RESTART/20210322.120000.fv_tracer.res.tile4.nc \ + RESTART/20210322.120000.fv_tracer.res.tile5.nc \ + RESTART/20210322.120000.fv_tracer.res.tile6.nc \ + RESTART/20210322.120000.phy_data.tile1.nc \ + RESTART/20210322.120000.phy_data.tile2.nc \ + RESTART/20210322.120000.phy_data.tile3.nc \ + RESTART/20210322.120000.phy_data.tile4.nc \ + RESTART/20210322.120000.phy_data.tile5.nc \ + RESTART/20210322.120000.phy_data.tile6.nc \ + RESTART/20210322.120000.sfc_data.tile1.nc \ + RESTART/20210322.120000.sfc_data.tile2.nc \ + RESTART/20210322.120000.sfc_data.tile3.nc \ + RESTART/20210322.120000.sfc_data.tile4.nc \ + RESTART/20210322.120000.sfc_data.tile5.nc \ + RESTART/20210322.120000.sfc_data.tile6.nc" export_fv3 export NPZ=127 diff --git a/tests/tests/hrrr_clm_lake_restart b/tests/tests/hrrr_clm_lake_restart index 475ca54f74..0b0cf3b984 100644 --- a/tests/tests/hrrr_clm_lake_restart +++ b/tests/tests/hrrr_clm_lake_restart @@ -11,39 +11,7 @@ export CNTL_DIR=hrrr_clm_lake export LIST_FILES="sfcf012.nc \ atmf012.nc \ GFSFLX.GrbF12 \ - GFSPRS.GrbF12 \ - RESTART/20210323.060000.coupler.res \ - RESTART/20210323.060000.fv_core.res.nc \ - RESTART/20210323.060000.fv_core.res.tile1.nc \ - RESTART/20210323.060000.fv_core.res.tile2.nc \ - RESTART/20210323.060000.fv_core.res.tile3.nc \ - RESTART/20210323.060000.fv_core.res.tile4.nc \ - RESTART/20210323.060000.fv_core.res.tile5.nc \ - RESTART/20210323.060000.fv_core.res.tile6.nc \ - RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc \ - RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc \ - RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc \ - RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc \ - RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc \ - RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc \ - RESTART/20210323.060000.fv_tracer.res.tile1.nc \ - RESTART/20210323.060000.fv_tracer.res.tile2.nc \ - RESTART/20210323.060000.fv_tracer.res.tile3.nc \ - RESTART/20210323.060000.fv_tracer.res.tile4.nc \ - RESTART/20210323.060000.fv_tracer.res.tile5.nc \ - RESTART/20210323.060000.fv_tracer.res.tile6.nc \ - RESTART/20210323.060000.phy_data.tile1.nc \ - RESTART/20210323.060000.phy_data.tile2.nc \ - RESTART/20210323.060000.phy_data.tile3.nc \ - RESTART/20210323.060000.phy_data.tile4.nc \ - RESTART/20210323.060000.phy_data.tile5.nc \ - RESTART/20210323.060000.phy_data.tile6.nc \ - RESTART/20210323.060000.sfc_data.tile1.nc \ - RESTART/20210323.060000.sfc_data.tile2.nc \ - RESTART/20210323.060000.sfc_data.tile3.nc \ - RESTART/20210323.060000.sfc_data.tile4.nc \ - RESTART/20210323.060000.sfc_data.tile5.nc \ - RESTART/20210323.060000.sfc_data.tile6.nc" + GFSPRS.GrbF12" export_fv3 export NPZ=127 diff --git a/tests/tests/hrrr_clm_lake_restart_dyn32_phy32 b/tests/tests/hrrr_clm_lake_restart_dyn32_phy32 index 79d1a635b5..e9db1279d5 100644 --- a/tests/tests/hrrr_clm_lake_restart_dyn32_phy32 +++ b/tests/tests/hrrr_clm_lake_restart_dyn32_phy32 @@ -11,39 +11,7 @@ export CNTL_DIR=hrrr_clm_lake_dyn32_phy32 export LIST_FILES="sfcf012.nc \ atmf012.nc \ GFSFLX.GrbF12 \ - GFSPRS.GrbF12 \ - RESTART/20210323.060000.coupler.res \ - RESTART/20210323.060000.fv_core.res.nc \ - RESTART/20210323.060000.fv_core.res.tile1.nc \ - RESTART/20210323.060000.fv_core.res.tile2.nc \ - RESTART/20210323.060000.fv_core.res.tile3.nc \ - RESTART/20210323.060000.fv_core.res.tile4.nc \ - RESTART/20210323.060000.fv_core.res.tile5.nc \ - RESTART/20210323.060000.fv_core.res.tile6.nc \ - RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc \ - RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc \ - RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc \ - RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc \ - RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc \ - RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc \ - RESTART/20210323.060000.fv_tracer.res.tile1.nc \ - RESTART/20210323.060000.fv_tracer.res.tile2.nc \ - RESTART/20210323.060000.fv_tracer.res.tile3.nc \ - RESTART/20210323.060000.fv_tracer.res.tile4.nc \ - RESTART/20210323.060000.fv_tracer.res.tile5.nc \ - RESTART/20210323.060000.fv_tracer.res.tile6.nc \ - RESTART/20210323.060000.phy_data.tile1.nc \ - RESTART/20210323.060000.phy_data.tile2.nc \ - RESTART/20210323.060000.phy_data.tile3.nc \ - RESTART/20210323.060000.phy_data.tile4.nc \ - RESTART/20210323.060000.phy_data.tile5.nc \ - RESTART/20210323.060000.phy_data.tile6.nc \ - RESTART/20210323.060000.sfc_data.tile1.nc \ - RESTART/20210323.060000.sfc_data.tile2.nc \ - RESTART/20210323.060000.sfc_data.tile3.nc \ - RESTART/20210323.060000.sfc_data.tile4.nc \ - RESTART/20210323.060000.sfc_data.tile5.nc \ - RESTART/20210323.060000.sfc_data.tile6.nc" + GFSPRS.GrbF12" export_fv3 export NPZ=127 From 86886928a44ba6d564f89d02e05cd724742e2387 Mon Sep 17 00:00:00 2001 From: Samuel Trahan Date: Thu, 2 Mar 2023 21:26:04 +0000 Subject: [PATCH 069/152] further updates from tanya --- FV3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FV3 b/FV3 index c3b980706b..45c9a8e715 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit c3b980706b3c676bee037043917e8ae32cf05f35 +Subproject commit 45c9a8e715f21d8e9aa6a8b22abefd03b56af809 From cc49a61c6441accffcde19236e3dc4253361df71 Mon Sep 17 00:00:00 2001 From: Samuel Trahan Date: Thu, 2 Mar 2023 21:33:00 +0000 Subject: [PATCH 070/152] disable wordy warning without LAKEDEBUG --- FV3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FV3 b/FV3 index a74281eea8..ec1f18d631 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit a74281eea8eb481ce07a7fda2899dbf0ea16a114 +Subproject commit ec1f18d6317e31683e9e5029303ab5881de6ac0e From da8ac6d1898aa31da715e49c01d596cfd611a54b Mon Sep 17 00:00:00 2001 From: "samuel.trahan" Date: Thu, 2 Mar 2023 22:28:06 +0000 Subject: [PATCH 071/152] remove old hrrr_flake tests --- tests/tests/hrrr_flake | 111 ------------------ tests/tests/hrrr_flake_2threads | 117 ------------------- tests/tests/hrrr_flake_2threads_dyn32_phy32 | 118 -------------------- tests/tests/hrrr_flake_debug | 70 ------------ tests/tests/hrrr_flake_debug_dyn32_phy32 | 70 ------------ tests/tests/hrrr_flake_decomp | 114 ------------------- tests/tests/hrrr_flake_decomp_dyn32_phy32 | 115 ------------------- tests/tests/hrrr_flake_dyn32_phy32 | 112 ------------------- tests/tests/hrrr_flake_restart | 110 ------------------ tests/tests/hrrr_flake_restart_dyn32_phy32 | 111 ------------------ 10 files changed, 1048 deletions(-) delete mode 100644 tests/tests/hrrr_flake delete mode 100644 tests/tests/hrrr_flake_2threads delete mode 100644 tests/tests/hrrr_flake_2threads_dyn32_phy32 delete mode 100644 tests/tests/hrrr_flake_debug delete mode 100644 tests/tests/hrrr_flake_debug_dyn32_phy32 delete mode 100644 tests/tests/hrrr_flake_decomp delete mode 100644 tests/tests/hrrr_flake_decomp_dyn32_phy32 delete mode 100644 tests/tests/hrrr_flake_dyn32_phy32 delete mode 100644 tests/tests/hrrr_flake_restart delete mode 100644 tests/tests/hrrr_flake_restart_dyn32_phy32 diff --git a/tests/tests/hrrr_flake b/tests/tests/hrrr_flake deleted file mode 100644 index ceacf1f5e6..0000000000 --- a/tests/tests/hrrr_flake +++ /dev/null @@ -1,111 +0,0 @@ -############################################################################### -# -# HRRR control test: atmosphere only at C96L127 -# -############################################################################### - -export TEST_DESCR="Compare HRRR Flake results with previous trunk version" - -export CNTL_DIR=hrrr_flake - -export LIST_FILES="sfcf000.nc \ - sfcf009.nc \ - sfcf012.nc \ - atmf000.nc \ - atmf009.nc \ - atmf012.nc \ - GFSFLX.GrbF00 \ - GFSFLX.GrbF09 \ - GFSFLX.GrbF12 \ - GFSPRS.GrbF00 \ - GFSPRS.GrbF09 \ - GFSPRS.GrbF12 \ - RESTART/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="6 -1" -export OUTPUT_GRID='gaussian_grid' -export NSTF_NAME='2,0,0,0,0' -export WRITE_DOPOST=.true. -export IAER=5111 -export OUTPUT_FH='0 09 12' - -export FRAC_GRID=.false. -export FRAC_ICE=.true. - -export FV3_RUN=flake_control_run.IN -export CCPP_SUITE=FV3_HRRR -export INPUT_NML=rap.nml.IN -export FIELD_TABLE=field_table_thompson_aero_tke -export NEW_DIAGTABLE=diag_table_rap - -export SFCLAY_COMPUTE_FLUX=.true. - -export LKM=1 -export IOPT_LAKE=1 -export IMP_PHYSICS=8 -export DNATS=0 -export DO_SAT_ADJ=.false. -export LRADAR=.true. -export LTAEROSOL=.true. -export IALB=2 -export IEMS=2 -export HYBEDMF=.false. -export DO_MYNNEDMF=.true. -export DO_MYNNSFCLAY=.true. -export DO_DEEP=.false. -export SHAL_CNV=.false. -export IMFSHALCNV=-1 -export IMFDEEPCNV=-1 -export LHEATSTRG=.false. -export LSM=3 -export LSOIL_LSM=9 -export KICE=9 - -export GWD_OPT=3 -export DO_UGWP_V0=.false. -export DO_UGWP_V0_OROG_ONLY=.false. -export DO_GSL_DRAG_LS_BL=.true. -export DO_GSL_DRAG_SS=.true. -export DO_GSL_DRAG_TOFD=.true. -export DO_UGWP_V1=.false. -export DO_UGWP_V1_OROG_ONLY=.false. - diff --git a/tests/tests/hrrr_flake_2threads b/tests/tests/hrrr_flake_2threads deleted file mode 100644 index b840000f98..0000000000 --- a/tests/tests/hrrr_flake_2threads +++ /dev/null @@ -1,117 +0,0 @@ -############################################################################### -# -# HRRR control with 2 threads test -# -############################################################################### - -export TEST_DESCR="Compare HRRR Flake with 2 threads results with control test" - -export CNTL_DIR=hrrr_flake - -export LIST_FILES="sfcf000.nc \ - sfcf009.nc \ - sfcf012.nc \ - atmf000.nc \ - atmf009.nc \ - atmf012.nc \ - GFSFLX.GrbF00 \ - GFSFLX.GrbF09 \ - GFSFLX.GrbF12 \ - GFSPRS.GrbF00 \ - GFSPRS.GrbF09 \ - GFSPRS.GrbF12 \ - RESTART/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="6 -1" -export OUTPUT_GRID='gaussian_grid' -export NSTF_NAME='2,0,0,0,0' -export WRITE_DOPOST=.true. -export IAER=5111 -export OUTPUT_FH='0 09 12' - -export FRAC_GRID=.false. -export FRAC_ICE=.true. - -export THRD=2 -export atm_omp_num_threads=2 -export INPES=$INPES_thrd -export JNPES=$JNPES_thrd -export WRTTASK_PER_GROUP=6 - -export FV3_RUN=flake_control_run.IN -export CCPP_SUITE=FV3_HRRR -export INPUT_NML=rap.nml.IN -export FIELD_TABLE=field_table_thompson_aero_tke -export NEW_DIAGTABLE=diag_table_rap - -export SFCLAY_COMPUTE_FLUX=.true. - -export LKM=1 -export IOPT_LAKE=1 -export IMP_PHYSICS=8 -export DNATS=0 -export DO_SAT_ADJ=.false. -export LRADAR=.true. -export LTAEROSOL=.true. -export IALB=2 -export IEMS=2 -export HYBEDMF=.false. -export DO_MYNNEDMF=.true. -export DO_MYNNSFCLAY=.true. -export DO_DEEP=.false. -export SHAL_CNV=.false. -export IMFSHALCNV=-1 -export IMFDEEPCNV=-1 -export LHEATSTRG=.false. -export LSM=3 -export LSOIL_LSM=9 -export KICE=9 - -export GWD_OPT=3 -export DO_UGWP_V0=.false. -export DO_UGWP_V0_OROG_ONLY=.false. -export DO_GSL_DRAG_LS_BL=.true. -export DO_GSL_DRAG_SS=.true. -export DO_GSL_DRAG_TOFD=.true. -export DO_UGWP_V1=.false. -export DO_UGWP_V1_OROG_ONLY=.false. - diff --git a/tests/tests/hrrr_flake_2threads_dyn32_phy32 b/tests/tests/hrrr_flake_2threads_dyn32_phy32 deleted file mode 100644 index 41e438a655..0000000000 --- a/tests/tests/hrrr_flake_2threads_dyn32_phy32 +++ /dev/null @@ -1,118 +0,0 @@ -############################################################################### -# -# HRRR Flake with 2 threads test -# -############################################################################### - -export TEST_DESCR="Compare HRRR Flake with 2 threads results with control test" - -export CNTL_DIR=hrrr_flake_dyn32_phy32 - -export LIST_FILES="sfcf000.nc \ - sfcf009.nc \ - sfcf012.nc \ - atmf000.nc \ - atmf009.nc \ - atmf012.nc \ - GFSFLX.GrbF00 \ - GFSFLX.GrbF09 \ - GFSFLX.GrbF12 \ - GFSPRS.GrbF00 \ - GFSPRS.GrbF09 \ - GFSPRS.GrbF12 \ - RESTART/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="6 -1" -export OUTPUT_GRID='gaussian_grid' -export NSTF_NAME='2,0,0,0,0' -export WRITE_DOPOST=.true. -export IAER=5111 -export OUTPUT_FH='0 09 12' -export FHMAX=12 - -export FRAC_GRID=.false. -export FRAC_ICE=.true. - -export THRD=2 -export atm_omp_num_threads=2 -export INPES=$INPES_thrd -export JNPES=$JNPES_thrd -export WRTTASK_PER_GROUP=6 - -export FV3_RUN=flake_control_run.IN -export CCPP_SUITE=FV3_HRRR -export INPUT_NML=rap.nml.IN -export FIELD_TABLE=field_table_thompson_aero_tke -export NEW_DIAGTABLE=diag_table_rap - -export SFCLAY_COMPUTE_FLUX=.true. - -export LKM=1 -export IOPT_LAKE=1 -export IMP_PHYSICS=8 -export DNATS=0 -export DO_SAT_ADJ=.false. -export LRADAR=.true. -export LTAEROSOL=.true. -export IALB=2 -export IEMS=2 -export HYBEDMF=.false. -export DO_MYNNEDMF=.true. -export DO_MYNNSFCLAY=.true. -export DO_DEEP=.false. -export SHAL_CNV=.false. -export IMFSHALCNV=-1 -export IMFDEEPCNV=-1 -export LHEATSTRG=.false. -export LSM=3 -export LSOIL_LSM=9 -export KICE=9 - -export GWD_OPT=3 -export DO_UGWP_V0=.false. -export DO_UGWP_V0_OROG_ONLY=.false. -export DO_GSL_DRAG_LS_BL=.true. -export DO_GSL_DRAG_SS=.true. -export DO_GSL_DRAG_TOFD=.true. -export DO_UGWP_V1=.false. -export DO_UGWP_V1_OROG_ONLY=.false. - diff --git a/tests/tests/hrrr_flake_debug b/tests/tests/hrrr_flake_debug deleted file mode 100644 index 456e22c308..0000000000 --- a/tests/tests/hrrr_flake_debug +++ /dev/null @@ -1,70 +0,0 @@ -############################################################################## -# -# HRRR debug control test: atmosphere only at C96L127 -# -############################################################################### - -export TEST_DESCR="Compare HRRR Flake debug results with previous trunk version" - -export CNTL_DIR=hrrr_flake_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 FRAC_GRID=.false. -export FRAC_ICE=.true. - -export FV3_RUN=flake_control_run.IN -export CCPP_SUITE=FV3_HRRR -export INPUT_NML=rap.nml.IN -export FIELD_TABLE=field_table_thompson_aero_tke -export NEW_DIAGTABLE=diag_table_rap - -export SFCLAY_COMPUTE_FLUX=.true. - -export LKM=1 -export IOPT_LAKE=1 -export IMP_PHYSICS=8 -export DNATS=0 -export DO_SAT_ADJ=.false. -export LRADAR=.true. -export LTAEROSOL=.true. -export IALB=2 -export IEMS=2 -export HYBEDMF=.false. -export DO_MYNNEDMF=.true. -export DO_MYNNSFCLAY=.true. -export DO_DEEP=.false. -export SHAL_CNV=.false. -export IMFSHALCNV=-1 -export IMFDEEPCNV=-1 -export LHEATSTRG=.false. -export LSM=3 -export LSOIL_LSM=9 -export KICE=9 - -export GWD_OPT=3 -export DO_UGWP_V0=.false. -export DO_UGWP_V0_OROG_ONLY=.false. -export DO_GSL_DRAG_LS_BL=.true. -export DO_GSL_DRAG_SS=.true. -export DO_GSL_DRAG_TOFD=.true. -export DO_UGWP_V1=.false. -export DO_UGWP_V1_OROG_ONLY=.false. - diff --git a/tests/tests/hrrr_flake_debug_dyn32_phy32 b/tests/tests/hrrr_flake_debug_dyn32_phy32 deleted file mode 100644 index 5d24ee0948..0000000000 --- a/tests/tests/hrrr_flake_debug_dyn32_phy32 +++ /dev/null @@ -1,70 +0,0 @@ -############################################################################## -# -# HRRR debug Flake control test: atmosphere only at C96L127 -# -############################################################################### - -export TEST_DESCR="Compare HRRR Flake debug results with previous trunk version" - -export CNTL_DIR=hrrr_flake_debug_dyn32_phy32 - -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 FRAC_GRID=.false. -export FRAC_ICE=.true. - -export FV3_RUN=flake_control_run.IN -export CCPP_SUITE=FV3_HRRR -export INPUT_NML=rap.nml.IN -export FIELD_TABLE=field_table_thompson_aero_tke -export NEW_DIAGTABLE=diag_table_rap - -export SFCLAY_COMPUTE_FLUX=.true. - -export LKM=1 -export IOPT_LAKE=1 -export IMP_PHYSICS=8 -export DNATS=0 -export DO_SAT_ADJ=.false. -export LRADAR=.true. -export LTAEROSOL=.true. -export IALB=2 -export IEMS=2 -export HYBEDMF=.false. -export DO_MYNNEDMF=.true. -export DO_MYNNSFCLAY=.true. -export DO_DEEP=.false. -export SHAL_CNV=.false. -export IMFSHALCNV=-1 -export IMFDEEPCNV=-1 -export LHEATSTRG=.false. -export LSM=3 -export LSOIL_LSM=9 -export KICE=9 - -export GWD_OPT=3 -export DO_UGWP_V0=.false. -export DO_UGWP_V0_OROG_ONLY=.false. -export DO_GSL_DRAG_LS_BL=.true. -export DO_GSL_DRAG_SS=.true. -export DO_GSL_DRAG_TOFD=.true. -export DO_UGWP_V1=.false. -export DO_UGWP_V1_OROG_ONLY=.false. - diff --git a/tests/tests/hrrr_flake_decomp b/tests/tests/hrrr_flake_decomp deleted file mode 100644 index f92588bee9..0000000000 --- a/tests/tests/hrrr_flake_decomp +++ /dev/null @@ -1,114 +0,0 @@ -############################################################################### -# -# HRRR control test with different PEs -# -############################################################################### - -export TEST_DESCR="Compare HRRR Flake decomp results with control" - -export CNTL_DIR=hrrr_flake - -export LIST_FILES="sfcf000.nc \ - sfcf009.nc \ - sfcf012.nc \ - atmf000.nc \ - atmf009.nc \ - atmf012.nc \ - GFSFLX.GrbF00 \ - GFSFLX.GrbF09 \ - GFSFLX.GrbF12 \ - GFSPRS.GrbF00 \ - GFSPRS.GrbF09 \ - GFSPRS.GrbF12 \ - RESTART/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="6 -1" -export OUTPUT_GRID='gaussian_grid' -export NSTF_NAME='2,0,0,0,0' -export WRITE_DOPOST=.true. -export IAER=5111 -export OUTPUT_FH='0 09 12' - -export FRAC_GRID=.false. -export FRAC_ICE=.true. - -export INPES=6 -export JNPES=4 - -export FV3_RUN=flake_control_run.IN -export CCPP_SUITE=FV3_HRRR -export INPUT_NML=rap.nml.IN -export FIELD_TABLE=field_table_thompson_aero_tke -export NEW_DIAGTABLE=diag_table_rap - -export SFCLAY_COMPUTE_FLUX=.true. - -export LKM=1 -export IOPT_LAKE=1 -export IMP_PHYSICS=8 -export DNATS=0 -export DO_SAT_ADJ=.false. -export LRADAR=.true. -export LTAEROSOL=.true. -export IALB=2 -export IEMS=2 -export HYBEDMF=.false. -export DO_MYNNEDMF=.true. -export DO_MYNNSFCLAY=.true. -export DO_DEEP=.false. -export SHAL_CNV=.false. -export IMFSHALCNV=-1 -export IMFDEEPCNV=-1 -export LHEATSTRG=.false. -export LSM=3 -export LSOIL_LSM=9 -export KICE=9 - -export GWD_OPT=3 -export DO_UGWP_V0=.false. -export DO_UGWP_V0_OROG_ONLY=.false. -export DO_GSL_DRAG_LS_BL=.true. -export DO_GSL_DRAG_SS=.true. -export DO_GSL_DRAG_TOFD=.true. -export DO_UGWP_V1=.false. -export DO_UGWP_V1_OROG_ONLY=.false. - diff --git a/tests/tests/hrrr_flake_decomp_dyn32_phy32 b/tests/tests/hrrr_flake_decomp_dyn32_phy32 deleted file mode 100644 index f9d74d34da..0000000000 --- a/tests/tests/hrrr_flake_decomp_dyn32_phy32 +++ /dev/null @@ -1,115 +0,0 @@ -############################################################################### -# -# HRRR Flake control test with different PEs -# -############################################################################### - -export TEST_DESCR="Compare HRRR Flake decomp results with control" - -export CNTL_DIR=hrrr_flake_dyn32_phy32 - -export LIST_FILES="sfcf000.nc \ - sfcf009.nc \ - sfcf012.nc \ - atmf000.nc \ - atmf009.nc \ - atmf012.nc \ - GFSFLX.GrbF00 \ - GFSFLX.GrbF09 \ - GFSFLX.GrbF12 \ - GFSPRS.GrbF00 \ - GFSPRS.GrbF09 \ - GFSPRS.GrbF12 \ - RESTART/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="6 -1" -export OUTPUT_GRID='gaussian_grid' -export NSTF_NAME='2,0,0,0,0' -export WRITE_DOPOST=.true. -export IAER=5111 -export OUTPUT_FH='0 09 12' -export FHMAX=12 - -export FRAC_GRID=.false. -export FRAC_ICE=.true. - -export INPES=6 -export JNPES=4 - -export FV3_RUN=flake_control_run.IN -export CCPP_SUITE=FV3_HRRR -export INPUT_NML=rap.nml.IN -export FIELD_TABLE=field_table_thompson_aero_tke -export NEW_DIAGTABLE=diag_table_rap - -export SFCLAY_COMPUTE_FLUX=.true. - -export LKM=1 -export IOPT_LAKE=1 -export IMP_PHYSICS=8 -export DNATS=0 -export DO_SAT_ADJ=.false. -export LRADAR=.true. -export LTAEROSOL=.true. -export IALB=2 -export IEMS=2 -export HYBEDMF=.false. -export DO_MYNNEDMF=.true. -export DO_MYNNSFCLAY=.true. -export DO_DEEP=.false. -export SHAL_CNV=.false. -export IMFSHALCNV=-1 -export IMFDEEPCNV=-1 -export LHEATSTRG=.false. -export LSM=3 -export LSOIL_LSM=9 -export KICE=9 - -export GWD_OPT=3 -export DO_UGWP_V0=.false. -export DO_UGWP_V0_OROG_ONLY=.false. -export DO_GSL_DRAG_LS_BL=.true. -export DO_GSL_DRAG_SS=.true. -export DO_GSL_DRAG_TOFD=.true. -export DO_UGWP_V1=.false. -export DO_UGWP_V1_OROG_ONLY=.false. - diff --git a/tests/tests/hrrr_flake_dyn32_phy32 b/tests/tests/hrrr_flake_dyn32_phy32 deleted file mode 100644 index 73fd0fb9a2..0000000000 --- a/tests/tests/hrrr_flake_dyn32_phy32 +++ /dev/null @@ -1,112 +0,0 @@ -############################################################################### -# -# HRRR flake test: atmosphere only at C96L127 -# -############################################################################### - -export TEST_DESCR="Compare HRRR Flake results with previous trunk version" - -export CNTL_DIR=hrrr_flake_dyn32_phy32 - -export LIST_FILES="sfcf000.nc \ - sfcf009.nc \ - sfcf012.nc \ - atmf000.nc \ - atmf009.nc \ - atmf012.nc \ - GFSFLX.GrbF00 \ - GFSFLX.GrbF09 \ - GFSFLX.GrbF12 \ - GFSPRS.GrbF00 \ - GFSPRS.GrbF09 \ - GFSPRS.GrbF12 \ - RESTART/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="6 -1" -export OUTPUT_GRID='gaussian_grid' -export NSTF_NAME='2,0,0,0,0' -export WRITE_DOPOST=.true. -export IAER=5111 -export OUTPUT_FH='0 09 12' -export FHMAX=12 - -export FRAC_GRID=.false. -export FRAC_ICE=.true. - -export FV3_RUN=flake_control_run.IN -export CCPP_SUITE=FV3_HRRR -export INPUT_NML=rap.nml.IN -export FIELD_TABLE=field_table_thompson_aero_tke -export NEW_DIAGTABLE=diag_table_rap - -export SFCLAY_COMPUTE_FLUX=.true. -export LHEATSTRG=.false. -export LKM=1 -export IOPT_LAKE=1 -export IMP_PHYSICS=8 -export DNATS=0 -export DO_SAT_ADJ=.false. -export LRADAR=.true. -export LTAEROSOL=.true. -export IALB=2 -export IEMS=2 -export HYBEDMF=.false. -export DO_MYNNEDMF=.true. -export DO_MYNNSFCLAY=.true. -export DO_DEEP=.false. -export SHAL_CNV=.false. -export IMFSHALCNV=-1 -export IMFDEEPCNV=-1 -export LHEATSTRG=.false. -export LSM=3 -export LSOIL_LSM=9 -export KICE=9 - -export GWD_OPT=3 -export DO_UGWP_V0=.false. -export DO_UGWP_V0_OROG_ONLY=.false. -export DO_GSL_DRAG_LS_BL=.true. -export DO_GSL_DRAG_SS=.true. -export DO_GSL_DRAG_TOFD=.true. -export DO_UGWP_V1=.false. -export DO_UGWP_V1_OROG_ONLY=.false. - diff --git a/tests/tests/hrrr_flake_restart b/tests/tests/hrrr_flake_restart deleted file mode 100644 index a7544993ca..0000000000 --- a/tests/tests/hrrr_flake_restart +++ /dev/null @@ -1,110 +0,0 @@ -############################################################################### -# -# HRRR restart test -# -############################################################################### - -export TEST_DESCR="Compare HRRR Flake restart results with control" - -export CNTL_DIR=hrrr_flake - -export LIST_FILES="sfcf012.nc \ - atmf012.nc \ - GFSFLX.GrbF12 \ - GFSPRS.GrbF12 \ - 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=6 - -export FRAC_GRID=.false. -export FRAC_ICE=.true. - -export WARM_START=.true. -export NGGPS_IC=.false. -export EXTERNAL_IC=.false. -export MAKE_NH=.false. -export MOUNTAIN=.true. -export NA_INIT=0 - -export FV3_RUN=flake_control_run.IN -export CCPP_SUITE=FV3_HRRR -export INPUT_NML=rap.nml.IN -export FIELD_TABLE=field_table_thompson_aero_tke -export NEW_DIAGTABLE=diag_table_rap -export RESTART_FILE_PREFIX="${SYEAR}${SMONTH}${SDAY}.$(printf "%02d" $(( ${SHOUR} + ${FHROT} )))0000" - -export SFCLAY_COMPUTE_FLUX=.true. - -export LKM=1 -export IOPT_LAKE=1 -export IMP_PHYSICS=8 -export DNATS=0 -export DO_SAT_ADJ=.false. -export LRADAR=.true. -export LTAEROSOL=.true. -export IALB=2 -export IEMS=2 -export HYBEDMF=.false. -export DO_MYNNEDMF=.true. -export DO_MYNNSFCLAY=.true. -export DO_DEEP=.false. -export SHAL_CNV=.false. -export IMFSHALCNV=-1 -export IMFDEEPCNV=-1 -export LHEATSTRG=.false. -export LSM=3 -export LSOIL_LSM=9 -export KICE=9 - -export GWD_OPT=3 -export DO_UGWP_V0=.false. -export DO_UGWP_V0_OROG_ONLY=.false. -export DO_GSL_DRAG_LS_BL=.true. -export DO_GSL_DRAG_SS=.true. -export DO_GSL_DRAG_TOFD=.true. -export DO_UGWP_V1=.false. -export DO_UGWP_V1_OROG_ONLY=.false. - diff --git a/tests/tests/hrrr_flake_restart_dyn32_phy32 b/tests/tests/hrrr_flake_restart_dyn32_phy32 deleted file mode 100644 index 62d81c36e3..0000000000 --- a/tests/tests/hrrr_flake_restart_dyn32_phy32 +++ /dev/null @@ -1,111 +0,0 @@ -############################################################################### -# -# HRRR Flake restart test -# -############################################################################### - -export TEST_DESCR="Compare HRRR Flake restart results with control" - -export CNTL_DIR=hrrr_flake_dyn32_phy32 - -export LIST_FILES="sfcf012.nc \ - atmf012.nc \ - GFSFLX.GrbF12 \ - GFSPRS.GrbF12 \ - 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=6 -export FHMAX=12 - -export FRAC_GRID=.false. -export FRAC_ICE=.true. - -export WARM_START=.true. -export NGGPS_IC=.false. -export EXTERNAL_IC=.false. -export MAKE_NH=.false. -export MOUNTAIN=.true. -export NA_INIT=0 - -export FV3_RUN=flake_control_run.IN -export CCPP_SUITE=FV3_HRRR -export INPUT_NML=rap.nml.IN -export FIELD_TABLE=field_table_thompson_aero_tke -export NEW_DIAGTABLE=diag_table_rap -export RESTART_FILE_PREFIX="${SYEAR}${SMONTH}${SDAY}.$(printf "%02d" $(( ${SHOUR} + ${FHROT} )))0000" - -export SFCLAY_COMPUTE_FLUX=.true. -export LHEATSTRG=.false. -export LKM=1 -export IOPT_LAKE=1 -export IMP_PHYSICS=8 -export DNATS=0 -export DO_SAT_ADJ=.false. -export LRADAR=.true. -export LTAEROSOL=.true. -export IALB=2 -export IEMS=2 -export HYBEDMF=.false. -export DO_MYNNEDMF=.true. -export DO_MYNNSFCLAY=.true. -export DO_DEEP=.false. -export SHAL_CNV=.false. -export IMFSHALCNV=-1 -export IMFDEEPCNV=-1 -export LHEATSTRG=.false. -export LSM=3 -export LSOIL_LSM=9 -export KICE=9 - -export GWD_OPT=3 -export DO_UGWP_V0=.false. -export DO_UGWP_V0_OROG_ONLY=.false. -export DO_GSL_DRAG_LS_BL=.true. -export DO_GSL_DRAG_SS=.true. -export DO_GSL_DRAG_TOFD=.true. -export DO_UGWP_V1=.false. -export DO_UGWP_V1_OROG_ONLY=.false. - From 343c846d512e7e44c56e22add565493364531fb1 Mon Sep 17 00:00:00 2001 From: "samuel.trahan" Date: Thu, 2 Mar 2023 22:28:21 +0000 Subject: [PATCH 072/152] rrfs_conus13km tests use clm_lake --- tests/tests/rrfs_conus13km_hrrr_warm | 2 +- tests/tests/rrfs_conus13km_hrrr_warm_2threads | 2 +- tests/tests/rrfs_conus13km_hrrr_warm_debug | 2 +- tests/tests/rrfs_conus13km_hrrr_warm_decomp | 2 +- tests/tests/rrfs_conus13km_hrrr_warm_restart | 2 +- tests/tests/rrfs_conus13km_radar_tten_warm | 2 +- tests/tests/rrfs_conus13km_radar_tten_warm_2threads | 2 +- tests/tests/rrfs_conus13km_radar_tten_warm_debug | 2 +- tests/tests/rrfs_conus13km_radar_tten_warm_decomp | 2 +- tests/tests/rrfs_conus13km_radar_tten_warm_restart | 2 +- tests/tests/rrfs_smoke_conus13km_hrrr_warm | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) diff --git a/tests/tests/rrfs_conus13km_hrrr_warm b/tests/tests/rrfs_conus13km_hrrr_warm index 9d5cc1acb8..70f0328f8c 100644 --- a/tests/tests/rrfs_conus13km_hrrr_warm +++ b/tests/tests/rrfs_conus13km_hrrr_warm @@ -41,7 +41,7 @@ export SEDI_SEMI=.false. export DECFL=8 export LKM=1 -export IOPT_LAKE=1 +export IOPT_LAKE=2 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 814ef64bda..e13cd91a89 100644 --- a/tests/tests/rrfs_conus13km_hrrr_warm_2threads +++ b/tests/tests/rrfs_conus13km_hrrr_warm_2threads @@ -46,7 +46,7 @@ export SEDI_SEMI=.false. export DECFL=8 export LKM=1 -export IOPT_LAKE=1 +export IOPT_LAKE=2 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 e37cd46e93..d81b01f134 100644 --- a/tests/tests/rrfs_conus13km_hrrr_warm_debug +++ b/tests/tests/rrfs_conus13km_hrrr_warm_debug @@ -39,7 +39,7 @@ export SEDI_SEMI=.false. export DECFL=8 export LKM=1 -export IOPT_LAKE=1 +export IOPT_LAKE=2 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 550900872a..b382cbe35e 100644 --- a/tests/tests/rrfs_conus13km_hrrr_warm_decomp +++ b/tests/tests/rrfs_conus13km_hrrr_warm_decomp @@ -44,7 +44,7 @@ export SEDI_SEMI=.false. export DECFL=8 export LKM=1 -export IOPT_LAKE=1 +export IOPT_LAKE=2 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 0b6c158528..948c633e83 100644 --- a/tests/tests/rrfs_conus13km_hrrr_warm_restart +++ b/tests/tests/rrfs_conus13km_hrrr_warm_restart @@ -40,7 +40,7 @@ export SEDI_SEMI=.false. export DECFL=8 export LKM=1 -export IOPT_LAKE=1 +export IOPT_LAKE=2 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 2f1796e0c9..f2bcaa80b0 100644 --- a/tests/tests/rrfs_conus13km_radar_tten_warm +++ b/tests/tests/rrfs_conus13km_radar_tten_warm @@ -43,7 +43,7 @@ export SEDI_SEMI=.false. export DECFL=8 export LKM=1 -export IOPT_LAKE=1 +export IOPT_LAKE=2 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 ec3b0f160e..b15e810ee5 100644 --- a/tests/tests/rrfs_conus13km_radar_tten_warm_2threads +++ b/tests/tests/rrfs_conus13km_radar_tten_warm_2threads @@ -48,7 +48,7 @@ export SEDI_SEMI=.false. export DECFL=8 export LKM=1 -export IOPT_LAKE=1 +export IOPT_LAKE=2 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 63e84ae46b..c4ef1cf586 100644 --- a/tests/tests/rrfs_conus13km_radar_tten_warm_debug +++ b/tests/tests/rrfs_conus13km_radar_tten_warm_debug @@ -41,7 +41,7 @@ export SEDI_SEMI=.false. export DECFL=8 export LKM=1 -export IOPT_LAKE=1 +export IOPT_LAKE=2 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 87b9e942d4..5af2501562 100644 --- a/tests/tests/rrfs_conus13km_radar_tten_warm_decomp +++ b/tests/tests/rrfs_conus13km_radar_tten_warm_decomp @@ -46,7 +46,7 @@ export SEDI_SEMI=.false. export DECFL=8 export LKM=1 -export IOPT_LAKE=1 +export IOPT_LAKE=2 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 b4b1547670..1247e92e0d 100644 --- a/tests/tests/rrfs_conus13km_radar_tten_warm_restart +++ b/tests/tests/rrfs_conus13km_radar_tten_warm_restart @@ -42,7 +42,7 @@ export SEDI_SEMI=.false. export DECFL=8 export LKM=1 -export IOPT_LAKE=1 +export IOPT_LAKE=2 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 9d7d4dc774..a4f9555109 100644 --- a/tests/tests/rrfs_smoke_conus13km_hrrr_warm +++ b/tests/tests/rrfs_smoke_conus13km_hrrr_warm @@ -44,7 +44,7 @@ export RRFS_SMOKE=.true. export SEAS_OPT=0 export LKM=1 -export IOPT_LAKE=1 +export IOPT_LAKE=2 export SFCLAY_COMPUTE_FLUX=.true. export IALB=2 export ICLIQ_SW=2 From f0989a5db7a5b1e3d69a1f52d17777f32866db32 Mon Sep 17 00:00:00 2001 From: "samuel.trahan" Date: Thu, 2 Mar 2023 22:28:40 +0000 Subject: [PATCH 073/152] no 0 hour output for flake restart --- tests/tests/control_flake_restart | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/tests/tests/control_flake_restart b/tests/tests/control_flake_restart index f7e93fc84c..d27f644dab 100644 --- a/tests/tests/control_flake_restart +++ b/tests/tests/control_flake_restart @@ -8,13 +8,9 @@ export TEST_DESCR="Compare global control flake results with previous trunk vers export CNTL_DIR=control_flake -export LIST_FILES="sfcf000.nc \ - sfcf024.nc \ - atmf000.nc \ +export LIST_FILES="sfcf024.nc \ atmf024.nc \ - GFSFLX.GrbF00 \ GFSFLX.GrbF24 \ - GFSPRS.GrbF00 \ GFSPRS.GrbF24" export_fv3 From 953e1811e833fda0521ebb2061659a3e02105be2 Mon Sep 17 00:00:00 2001 From: "samuel.trahan" Date: Thu, 2 Mar 2023 22:32:14 +0000 Subject: [PATCH 074/152] hrrr control uses clm lake --- tests/tests/hrrr_clm_lake | 111 ---------------- tests/tests/hrrr_clm_lake_2threads | 117 ----------------- .../tests/hrrr_clm_lake_2threads_dyn32_phy32 | 118 ------------------ tests/tests/hrrr_clm_lake_debug | 70 ----------- tests/tests/hrrr_clm_lake_debug_dyn32_phy32 | 70 ----------- tests/tests/hrrr_clm_lake_decomp | 114 ----------------- tests/tests/hrrr_clm_lake_decomp_dyn32_phy32 | 115 ----------------- tests/tests/hrrr_clm_lake_dyn32_phy32 | 112 ----------------- tests/tests/hrrr_clm_lake_restart | 78 ------------ tests/tests/hrrr_clm_lake_restart_dyn32_phy32 | 79 ------------ tests/tests/hrrr_control | 76 +++++------ tests/tests/hrrr_control_2threads | 76 +++++------ tests/tests/hrrr_control_2threads_dyn32_phy32 | 78 ++++++------ tests/tests/hrrr_control_debug | 12 +- tests/tests/hrrr_control_debug_dyn32_phy32 | 14 +-- tests/tests/hrrr_control_decomp | 76 +++++------ tests/tests/hrrr_control_decomp_dyn32_phy32 | 78 ++++++------ tests/tests/hrrr_control_dyn32_phy32 | 78 ++++++------ tests/tests/hrrr_control_restart | 46 ++----- tests/tests/hrrr_control_restart_dyn32_phy32 | 48 ++----- 20 files changed, 259 insertions(+), 1307 deletions(-) delete mode 100644 tests/tests/hrrr_clm_lake delete mode 100644 tests/tests/hrrr_clm_lake_2threads delete mode 100644 tests/tests/hrrr_clm_lake_2threads_dyn32_phy32 delete mode 100644 tests/tests/hrrr_clm_lake_debug delete mode 100644 tests/tests/hrrr_clm_lake_debug_dyn32_phy32 delete mode 100644 tests/tests/hrrr_clm_lake_decomp delete mode 100644 tests/tests/hrrr_clm_lake_decomp_dyn32_phy32 delete mode 100644 tests/tests/hrrr_clm_lake_dyn32_phy32 delete mode 100644 tests/tests/hrrr_clm_lake_restart delete mode 100644 tests/tests/hrrr_clm_lake_restart_dyn32_phy32 diff --git a/tests/tests/hrrr_clm_lake b/tests/tests/hrrr_clm_lake deleted file mode 100644 index 723aee9006..0000000000 --- a/tests/tests/hrrr_clm_lake +++ /dev/null @@ -1,111 +0,0 @@ -############################################################################### -# -# HRRR control test: atmosphere only at C96L127 -# -############################################################################### - -export TEST_DESCR="Compare HRRR CLM Lake results with previous trunk version" - -export CNTL_DIR=hrrr_clm_lake - -export LIST_FILES="sfcf000.nc \ - sfcf009.nc \ - sfcf012.nc \ - atmf000.nc \ - atmf009.nc \ - atmf012.nc \ - GFSFLX.GrbF00 \ - GFSFLX.GrbF09 \ - GFSFLX.GrbF12 \ - GFSPRS.GrbF00 \ - GFSPRS.GrbF09 \ - GFSPRS.GrbF12 \ - RESTART/20210322.120000.coupler.res \ - RESTART/20210322.120000.fv_core.res.nc \ - RESTART/20210322.120000.fv_core.res.tile1.nc \ - RESTART/20210322.120000.fv_core.res.tile2.nc \ - RESTART/20210322.120000.fv_core.res.tile3.nc \ - RESTART/20210322.120000.fv_core.res.tile4.nc \ - RESTART/20210322.120000.fv_core.res.tile5.nc \ - RESTART/20210322.120000.fv_core.res.tile6.nc \ - RESTART/20210322.120000.fv_srf_wnd.res.tile1.nc \ - RESTART/20210322.120000.fv_srf_wnd.res.tile2.nc \ - RESTART/20210322.120000.fv_srf_wnd.res.tile3.nc \ - RESTART/20210322.120000.fv_srf_wnd.res.tile4.nc \ - RESTART/20210322.120000.fv_srf_wnd.res.tile5.nc \ - RESTART/20210322.120000.fv_srf_wnd.res.tile6.nc \ - RESTART/20210322.120000.fv_tracer.res.tile1.nc \ - RESTART/20210322.120000.fv_tracer.res.tile2.nc \ - RESTART/20210322.120000.fv_tracer.res.tile3.nc \ - RESTART/20210322.120000.fv_tracer.res.tile4.nc \ - RESTART/20210322.120000.fv_tracer.res.tile5.nc \ - RESTART/20210322.120000.fv_tracer.res.tile6.nc \ - RESTART/20210322.120000.phy_data.tile1.nc \ - RESTART/20210322.120000.phy_data.tile2.nc \ - RESTART/20210322.120000.phy_data.tile3.nc \ - RESTART/20210322.120000.phy_data.tile4.nc \ - RESTART/20210322.120000.phy_data.tile5.nc \ - RESTART/20210322.120000.phy_data.tile6.nc \ - RESTART/20210322.120000.sfc_data.tile1.nc \ - RESTART/20210322.120000.sfc_data.tile2.nc \ - RESTART/20210322.120000.sfc_data.tile3.nc \ - RESTART/20210322.120000.sfc_data.tile4.nc \ - RESTART/20210322.120000.sfc_data.tile5.nc \ - RESTART/20210322.120000.sfc_data.tile6.nc" - -export_fv3 -export NPZ=127 -export NPZP=128 -export DT_ATMOS=300 -export SYEAR=2021 -export SMONTH=03 -export SDAY=22 -export SHOUR=06 -export RESTART_INTERVAL="6 -1" -export OUTPUT_GRID='gaussian_grid' -export NSTF_NAME='2,0,0,0,0' -export WRITE_DOPOST=.true. -export IAER=5111 -export OUTPUT_FH='0 09 12' - -export FRAC_GRID=.false. -export FRAC_ICE=.true. - -export FV3_RUN=flake_control_run.IN -export CCPP_SUITE=FV3_HRRR_clm_lake -export INPUT_NML=rap.nml.IN -export FIELD_TABLE=field_table_thompson_aero_tke -export NEW_DIAGTABLE=diag_table_rap - -export SFCLAY_COMPUTE_FLUX=.true. - -export LKM=1 -export IOPT_LAKE=2 -export IMP_PHYSICS=8 -export DNATS=0 -export DO_SAT_ADJ=.false. -export LRADAR=.true. -export LTAEROSOL=.true. -export IALB=2 -export IEMS=2 -export HYBEDMF=.false. -export DO_MYNNEDMF=.true. -export DO_MYNNSFCLAY=.true. -export DO_DEEP=.false. -export SHAL_CNV=.false. -export IMFSHALCNV=-1 -export IMFDEEPCNV=-1 -export LHEATSTRG=.false. -export LSM=3 -export LSOIL_LSM=9 -export KICE=9 - -export GWD_OPT=3 -export DO_UGWP_V0=.false. -export DO_UGWP_V0_OROG_ONLY=.false. -export DO_GSL_DRAG_LS_BL=.true. -export DO_GSL_DRAG_SS=.true. -export DO_GSL_DRAG_TOFD=.true. -export DO_UGWP_V1=.false. -export DO_UGWP_V1_OROG_ONLY=.false. - diff --git a/tests/tests/hrrr_clm_lake_2threads b/tests/tests/hrrr_clm_lake_2threads deleted file mode 100644 index 123e0ed62b..0000000000 --- a/tests/tests/hrrr_clm_lake_2threads +++ /dev/null @@ -1,117 +0,0 @@ -############################################################################### -# -# HRRR control with 2 threads test -# -############################################################################### - -export TEST_DESCR="Compare HRRR CLM Lake with 2 threads results with control test" - -export CNTL_DIR=hrrr_clm_lake - -export LIST_FILES="sfcf000.nc \ - sfcf009.nc \ - sfcf012.nc \ - atmf000.nc \ - atmf009.nc \ - atmf012.nc \ - GFSFLX.GrbF00 \ - GFSFLX.GrbF09 \ - GFSFLX.GrbF12 \ - GFSPRS.GrbF00 \ - GFSPRS.GrbF09 \ - GFSPRS.GrbF12 \ - RESTART/20210322.120000.coupler.res \ - RESTART/20210322.120000.fv_core.res.nc \ - RESTART/20210322.120000.fv_core.res.tile1.nc \ - RESTART/20210322.120000.fv_core.res.tile2.nc \ - RESTART/20210322.120000.fv_core.res.tile3.nc \ - RESTART/20210322.120000.fv_core.res.tile4.nc \ - RESTART/20210322.120000.fv_core.res.tile5.nc \ - RESTART/20210322.120000.fv_core.res.tile6.nc \ - RESTART/20210322.120000.fv_srf_wnd.res.tile1.nc \ - RESTART/20210322.120000.fv_srf_wnd.res.tile2.nc \ - RESTART/20210322.120000.fv_srf_wnd.res.tile3.nc \ - RESTART/20210322.120000.fv_srf_wnd.res.tile4.nc \ - RESTART/20210322.120000.fv_srf_wnd.res.tile5.nc \ - RESTART/20210322.120000.fv_srf_wnd.res.tile6.nc \ - RESTART/20210322.120000.fv_tracer.res.tile1.nc \ - RESTART/20210322.120000.fv_tracer.res.tile2.nc \ - RESTART/20210322.120000.fv_tracer.res.tile3.nc \ - RESTART/20210322.120000.fv_tracer.res.tile4.nc \ - RESTART/20210322.120000.fv_tracer.res.tile5.nc \ - RESTART/20210322.120000.fv_tracer.res.tile6.nc \ - RESTART/20210322.120000.phy_data.tile1.nc \ - RESTART/20210322.120000.phy_data.tile2.nc \ - RESTART/20210322.120000.phy_data.tile3.nc \ - RESTART/20210322.120000.phy_data.tile4.nc \ - RESTART/20210322.120000.phy_data.tile5.nc \ - RESTART/20210322.120000.phy_data.tile6.nc \ - RESTART/20210322.120000.sfc_data.tile1.nc \ - RESTART/20210322.120000.sfc_data.tile2.nc \ - RESTART/20210322.120000.sfc_data.tile3.nc \ - RESTART/20210322.120000.sfc_data.tile4.nc \ - RESTART/20210322.120000.sfc_data.tile5.nc \ - RESTART/20210322.120000.sfc_data.tile6.nc" - -export_fv3 -export NPZ=127 -export NPZP=128 -export DT_ATMOS=300 -export SYEAR=2021 -export SMONTH=03 -export SDAY=22 -export SHOUR=06 -export RESTART_INTERVAL="6 -1" -export OUTPUT_GRID='gaussian_grid' -export NSTF_NAME='2,0,0,0,0' -export WRITE_DOPOST=.true. -export IAER=5111 -export OUTPUT_FH='0 09 12' - -export FRAC_GRID=.false. -export FRAC_ICE=.true. - -export THRD=2 -export atm_omp_num_threads=2 -export INPES=$INPES_thrd -export JNPES=$JNPES_thrd -export WRTTASK_PER_GROUP=6 - -export FV3_RUN=flake_control_run.IN -export CCPP_SUITE=FV3_HRRR_clm_lake -export INPUT_NML=rap.nml.IN -export FIELD_TABLE=field_table_thompson_aero_tke -export NEW_DIAGTABLE=diag_table_rap - -export SFCLAY_COMPUTE_FLUX=.true. - -export LKM=1 -export IOPT_LAKE=2 -export IMP_PHYSICS=8 -export DNATS=0 -export DO_SAT_ADJ=.false. -export LRADAR=.true. -export LTAEROSOL=.true. -export IALB=2 -export IEMS=2 -export HYBEDMF=.false. -export DO_MYNNEDMF=.true. -export DO_MYNNSFCLAY=.true. -export DO_DEEP=.false. -export SHAL_CNV=.false. -export IMFSHALCNV=-1 -export IMFDEEPCNV=-1 -export LHEATSTRG=.false. -export LSM=3 -export LSOIL_LSM=9 -export KICE=9 - -export GWD_OPT=3 -export DO_UGWP_V0=.false. -export DO_UGWP_V0_OROG_ONLY=.false. -export DO_GSL_DRAG_LS_BL=.true. -export DO_GSL_DRAG_SS=.true. -export DO_GSL_DRAG_TOFD=.true. -export DO_UGWP_V1=.false. -export DO_UGWP_V1_OROG_ONLY=.false. - diff --git a/tests/tests/hrrr_clm_lake_2threads_dyn32_phy32 b/tests/tests/hrrr_clm_lake_2threads_dyn32_phy32 deleted file mode 100644 index 28d02907c9..0000000000 --- a/tests/tests/hrrr_clm_lake_2threads_dyn32_phy32 +++ /dev/null @@ -1,118 +0,0 @@ -############################################################################### -# -# HRRR CLM Lake with 2 threads test -# -############################################################################### - -export TEST_DESCR="Compare HRRR CLM Lake with 2 threads results with control test" - -export CNTL_DIR=hrrr_clm_lake_dyn32_phy32 - -export LIST_FILES="sfcf000.nc \ - sfcf009.nc \ - sfcf012.nc \ - atmf000.nc \ - atmf009.nc \ - atmf012.nc \ - GFSFLX.GrbF00 \ - GFSFLX.GrbF09 \ - GFSFLX.GrbF12 \ - GFSPRS.GrbF00 \ - GFSPRS.GrbF09 \ - GFSPRS.GrbF12 \ - RESTART/20210322.120000.coupler.res \ - RESTART/20210322.120000.fv_core.res.nc \ - RESTART/20210322.120000.fv_core.res.tile1.nc \ - RESTART/20210322.120000.fv_core.res.tile2.nc \ - RESTART/20210322.120000.fv_core.res.tile3.nc \ - RESTART/20210322.120000.fv_core.res.tile4.nc \ - RESTART/20210322.120000.fv_core.res.tile5.nc \ - RESTART/20210322.120000.fv_core.res.tile6.nc \ - RESTART/20210322.120000.fv_srf_wnd.res.tile1.nc \ - RESTART/20210322.120000.fv_srf_wnd.res.tile2.nc \ - RESTART/20210322.120000.fv_srf_wnd.res.tile3.nc \ - RESTART/20210322.120000.fv_srf_wnd.res.tile4.nc \ - RESTART/20210322.120000.fv_srf_wnd.res.tile5.nc \ - RESTART/20210322.120000.fv_srf_wnd.res.tile6.nc \ - RESTART/20210322.120000.fv_tracer.res.tile1.nc \ - RESTART/20210322.120000.fv_tracer.res.tile2.nc \ - RESTART/20210322.120000.fv_tracer.res.tile3.nc \ - RESTART/20210322.120000.fv_tracer.res.tile4.nc \ - RESTART/20210322.120000.fv_tracer.res.tile5.nc \ - RESTART/20210322.120000.fv_tracer.res.tile6.nc \ - RESTART/20210322.120000.phy_data.tile1.nc \ - RESTART/20210322.120000.phy_data.tile2.nc \ - RESTART/20210322.120000.phy_data.tile3.nc \ - RESTART/20210322.120000.phy_data.tile4.nc \ - RESTART/20210322.120000.phy_data.tile5.nc \ - RESTART/20210322.120000.phy_data.tile6.nc \ - RESTART/20210322.120000.sfc_data.tile1.nc \ - RESTART/20210322.120000.sfc_data.tile2.nc \ - RESTART/20210322.120000.sfc_data.tile3.nc \ - RESTART/20210322.120000.sfc_data.tile4.nc \ - RESTART/20210322.120000.sfc_data.tile5.nc \ - RESTART/20210322.120000.sfc_data.tile6.nc" - -export_fv3 -export NPZ=127 -export NPZP=128 -export DT_ATMOS=300 -export SYEAR=2021 -export SMONTH=03 -export SDAY=22 -export SHOUR=06 -export RESTART_INTERVAL="6 -1" -export OUTPUT_GRID='gaussian_grid' -export NSTF_NAME='2,0,0,0,0' -export WRITE_DOPOST=.true. -export IAER=5111 -export OUTPUT_FH='0 09 12' -export FHMAX=12 - -export FRAC_GRID=.false. -export FRAC_ICE=.true. - -export THRD=2 -export atm_omp_num_threads=2 -export INPES=$INPES_thrd -export JNPES=$JNPES_thrd -export WRTTASK_PER_GROUP=6 - -export FV3_RUN=flake_control_run.IN -export CCPP_SUITE=FV3_HRRR_clm_lake -export INPUT_NML=rap.nml.IN -export FIELD_TABLE=field_table_thompson_aero_tke -export NEW_DIAGTABLE=diag_table_rap - -export SFCLAY_COMPUTE_FLUX=.true. - -export LKM=1 -export IOPT_LAKE=2 -export IMP_PHYSICS=8 -export DNATS=0 -export DO_SAT_ADJ=.false. -export LRADAR=.true. -export LTAEROSOL=.true. -export IALB=2 -export IEMS=2 -export HYBEDMF=.false. -export DO_MYNNEDMF=.true. -export DO_MYNNSFCLAY=.true. -export DO_DEEP=.false. -export SHAL_CNV=.false. -export IMFSHALCNV=-1 -export IMFDEEPCNV=-1 -export LHEATSTRG=.false. -export LSM=3 -export LSOIL_LSM=9 -export KICE=9 - -export GWD_OPT=3 -export DO_UGWP_V0=.false. -export DO_UGWP_V0_OROG_ONLY=.false. -export DO_GSL_DRAG_LS_BL=.true. -export DO_GSL_DRAG_SS=.true. -export DO_GSL_DRAG_TOFD=.true. -export DO_UGWP_V1=.false. -export DO_UGWP_V1_OROG_ONLY=.false. - diff --git a/tests/tests/hrrr_clm_lake_debug b/tests/tests/hrrr_clm_lake_debug deleted file mode 100644 index e08cb1ea98..0000000000 --- a/tests/tests/hrrr_clm_lake_debug +++ /dev/null @@ -1,70 +0,0 @@ -############################################################################## -# -# HRRR debug control test: atmosphere only at C96L127 -# -############################################################################### - -export TEST_DESCR="Compare HRRR CLM Lake debug results with previous trunk version" - -export CNTL_DIR=hrrr_clm_lake_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 FRAC_GRID=.false. -export FRAC_ICE=.true. - -export FV3_RUN=flake_control_run.IN -export CCPP_SUITE=FV3_HRRR_clm_lake -export INPUT_NML=rap.nml.IN -export FIELD_TABLE=field_table_thompson_aero_tke -export NEW_DIAGTABLE=diag_table_rap - -export SFCLAY_COMPUTE_FLUX=.true. - -export LKM=1 -export IOPT_LAKE=2 -export IMP_PHYSICS=8 -export DNATS=0 -export DO_SAT_ADJ=.false. -export LRADAR=.true. -export LTAEROSOL=.true. -export IALB=2 -export IEMS=2 -export HYBEDMF=.false. -export DO_MYNNEDMF=.true. -export DO_MYNNSFCLAY=.true. -export DO_DEEP=.false. -export SHAL_CNV=.false. -export IMFSHALCNV=-1 -export IMFDEEPCNV=-1 -export LHEATSTRG=.false. -export LSM=3 -export LSOIL_LSM=9 -export KICE=9 - -export GWD_OPT=3 -export DO_UGWP_V0=.false. -export DO_UGWP_V0_OROG_ONLY=.false. -export DO_GSL_DRAG_LS_BL=.true. -export DO_GSL_DRAG_SS=.true. -export DO_GSL_DRAG_TOFD=.true. -export DO_UGWP_V1=.false. -export DO_UGWP_V1_OROG_ONLY=.false. - diff --git a/tests/tests/hrrr_clm_lake_debug_dyn32_phy32 b/tests/tests/hrrr_clm_lake_debug_dyn32_phy32 deleted file mode 100644 index 0123e87238..0000000000 --- a/tests/tests/hrrr_clm_lake_debug_dyn32_phy32 +++ /dev/null @@ -1,70 +0,0 @@ -############################################################################## -# -# HRRR debug CLM Lake control test: atmosphere only at C96L127 -# -############################################################################### - -export TEST_DESCR="Compare HRRR CLM Lake debug results with previous trunk version" - -export CNTL_DIR=hrrr_clm_lake_debug_dyn32_phy32 - -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 FRAC_GRID=.false. -export FRAC_ICE=.true. - -export FV3_RUN=flake_control_run.IN -export CCPP_SUITE=FV3_HRRR_clm_lake -export INPUT_NML=rap.nml.IN -export FIELD_TABLE=field_table_thompson_aero_tke -export NEW_DIAGTABLE=diag_table_rap - -export SFCLAY_COMPUTE_FLUX=.true. - -export LKM=1 -export IOPT_LAKE=2 -export IMP_PHYSICS=8 -export DNATS=0 -export DO_SAT_ADJ=.false. -export LRADAR=.true. -export LTAEROSOL=.true. -export IALB=2 -export IEMS=2 -export HYBEDMF=.false. -export DO_MYNNEDMF=.true. -export DO_MYNNSFCLAY=.true. -export DO_DEEP=.false. -export SHAL_CNV=.false. -export IMFSHALCNV=-1 -export IMFDEEPCNV=-1 -export LHEATSTRG=.false. -export LSM=3 -export LSOIL_LSM=9 -export KICE=9 - -export GWD_OPT=3 -export DO_UGWP_V0=.false. -export DO_UGWP_V0_OROG_ONLY=.false. -export DO_GSL_DRAG_LS_BL=.true. -export DO_GSL_DRAG_SS=.true. -export DO_GSL_DRAG_TOFD=.true. -export DO_UGWP_V1=.false. -export DO_UGWP_V1_OROG_ONLY=.false. - diff --git a/tests/tests/hrrr_clm_lake_decomp b/tests/tests/hrrr_clm_lake_decomp deleted file mode 100644 index ae2c0d70fb..0000000000 --- a/tests/tests/hrrr_clm_lake_decomp +++ /dev/null @@ -1,114 +0,0 @@ -############################################################################### -# -# HRRR control test with different PEs -# -############################################################################### - -export TEST_DESCR="Compare HRRR CLM Lake decomp results with control" - -export CNTL_DIR=hrrr_clm_lake - -export LIST_FILES="sfcf000.nc \ - sfcf009.nc \ - sfcf012.nc \ - atmf000.nc \ - atmf009.nc \ - atmf012.nc \ - GFSFLX.GrbF00 \ - GFSFLX.GrbF09 \ - GFSFLX.GrbF12 \ - GFSPRS.GrbF00 \ - GFSPRS.GrbF09 \ - GFSPRS.GrbF12 \ - RESTART/20210322.120000.coupler.res \ - RESTART/20210322.120000.fv_core.res.nc \ - RESTART/20210322.120000.fv_core.res.tile1.nc \ - RESTART/20210322.120000.fv_core.res.tile2.nc \ - RESTART/20210322.120000.fv_core.res.tile3.nc \ - RESTART/20210322.120000.fv_core.res.tile4.nc \ - RESTART/20210322.120000.fv_core.res.tile5.nc \ - RESTART/20210322.120000.fv_core.res.tile6.nc \ - RESTART/20210322.120000.fv_srf_wnd.res.tile1.nc \ - RESTART/20210322.120000.fv_srf_wnd.res.tile2.nc \ - RESTART/20210322.120000.fv_srf_wnd.res.tile3.nc \ - RESTART/20210322.120000.fv_srf_wnd.res.tile4.nc \ - RESTART/20210322.120000.fv_srf_wnd.res.tile5.nc \ - RESTART/20210322.120000.fv_srf_wnd.res.tile6.nc \ - RESTART/20210322.120000.fv_tracer.res.tile1.nc \ - RESTART/20210322.120000.fv_tracer.res.tile2.nc \ - RESTART/20210322.120000.fv_tracer.res.tile3.nc \ - RESTART/20210322.120000.fv_tracer.res.tile4.nc \ - RESTART/20210322.120000.fv_tracer.res.tile5.nc \ - RESTART/20210322.120000.fv_tracer.res.tile6.nc \ - RESTART/20210322.120000.phy_data.tile1.nc \ - RESTART/20210322.120000.phy_data.tile2.nc \ - RESTART/20210322.120000.phy_data.tile3.nc \ - RESTART/20210322.120000.phy_data.tile4.nc \ - RESTART/20210322.120000.phy_data.tile5.nc \ - RESTART/20210322.120000.phy_data.tile6.nc \ - RESTART/20210322.120000.sfc_data.tile1.nc \ - RESTART/20210322.120000.sfc_data.tile2.nc \ - RESTART/20210322.120000.sfc_data.tile3.nc \ - RESTART/20210322.120000.sfc_data.tile4.nc \ - RESTART/20210322.120000.sfc_data.tile5.nc \ - RESTART/20210322.120000.sfc_data.tile6.nc" - -export_fv3 -export NPZ=127 -export NPZP=128 -export DT_ATMOS=300 -export SYEAR=2021 -export SMONTH=03 -export SDAY=22 -export SHOUR=06 -export RESTART_INTERVAL="6 -1" -export OUTPUT_GRID='gaussian_grid' -export NSTF_NAME='2,0,0,0,0' -export WRITE_DOPOST=.true. -export IAER=5111 -export OUTPUT_FH='0 09 12' - -export FRAC_GRID=.false. -export FRAC_ICE=.true. - -export INPES=6 -export JNPES=4 - -export FV3_RUN=flake_control_run.IN -export CCPP_SUITE=FV3_HRRR_clm_lake -export INPUT_NML=rap.nml.IN -export FIELD_TABLE=field_table_thompson_aero_tke -export NEW_DIAGTABLE=diag_table_rap - -export SFCLAY_COMPUTE_FLUX=.true. - -export LKM=1 -export IOPT_LAKE=2 -export IMP_PHYSICS=8 -export DNATS=0 -export DO_SAT_ADJ=.false. -export LRADAR=.true. -export LTAEROSOL=.true. -export IALB=2 -export IEMS=2 -export HYBEDMF=.false. -export DO_MYNNEDMF=.true. -export DO_MYNNSFCLAY=.true. -export DO_DEEP=.false. -export SHAL_CNV=.false. -export IMFSHALCNV=-1 -export IMFDEEPCNV=-1 -export LHEATSTRG=.false. -export LSM=3 -export LSOIL_LSM=9 -export KICE=9 - -export GWD_OPT=3 -export DO_UGWP_V0=.false. -export DO_UGWP_V0_OROG_ONLY=.false. -export DO_GSL_DRAG_LS_BL=.true. -export DO_GSL_DRAG_SS=.true. -export DO_GSL_DRAG_TOFD=.true. -export DO_UGWP_V1=.false. -export DO_UGWP_V1_OROG_ONLY=.false. - diff --git a/tests/tests/hrrr_clm_lake_decomp_dyn32_phy32 b/tests/tests/hrrr_clm_lake_decomp_dyn32_phy32 deleted file mode 100644 index bf21e4a873..0000000000 --- a/tests/tests/hrrr_clm_lake_decomp_dyn32_phy32 +++ /dev/null @@ -1,115 +0,0 @@ -############################################################################### -# -# HRRR CLM Lake control test with different PEs -# -############################################################################### - -export TEST_DESCR="Compare HRRR CLM Lake decomp results with control" - -export CNTL_DIR=hrrr_clm_lake_dyn32_phy32 - -export LIST_FILES="sfcf000.nc \ - sfcf009.nc \ - sfcf012.nc \ - atmf000.nc \ - atmf009.nc \ - atmf012.nc \ - GFSFLX.GrbF00 \ - GFSFLX.GrbF09 \ - GFSFLX.GrbF12 \ - GFSPRS.GrbF00 \ - GFSPRS.GrbF09 \ - GFSPRS.GrbF12 \ - RESTART/20210322.120000.coupler.res \ - RESTART/20210322.120000.fv_core.res.nc \ - RESTART/20210322.120000.fv_core.res.tile1.nc \ - RESTART/20210322.120000.fv_core.res.tile2.nc \ - RESTART/20210322.120000.fv_core.res.tile3.nc \ - RESTART/20210322.120000.fv_core.res.tile4.nc \ - RESTART/20210322.120000.fv_core.res.tile5.nc \ - RESTART/20210322.120000.fv_core.res.tile6.nc \ - RESTART/20210322.120000.fv_srf_wnd.res.tile1.nc \ - RESTART/20210322.120000.fv_srf_wnd.res.tile2.nc \ - RESTART/20210322.120000.fv_srf_wnd.res.tile3.nc \ - RESTART/20210322.120000.fv_srf_wnd.res.tile4.nc \ - RESTART/20210322.120000.fv_srf_wnd.res.tile5.nc \ - RESTART/20210322.120000.fv_srf_wnd.res.tile6.nc \ - RESTART/20210322.120000.fv_tracer.res.tile1.nc \ - RESTART/20210322.120000.fv_tracer.res.tile2.nc \ - RESTART/20210322.120000.fv_tracer.res.tile3.nc \ - RESTART/20210322.120000.fv_tracer.res.tile4.nc \ - RESTART/20210322.120000.fv_tracer.res.tile5.nc \ - RESTART/20210322.120000.fv_tracer.res.tile6.nc \ - RESTART/20210322.120000.phy_data.tile1.nc \ - RESTART/20210322.120000.phy_data.tile2.nc \ - RESTART/20210322.120000.phy_data.tile3.nc \ - RESTART/20210322.120000.phy_data.tile4.nc \ - RESTART/20210322.120000.phy_data.tile5.nc \ - RESTART/20210322.120000.phy_data.tile6.nc \ - RESTART/20210322.120000.sfc_data.tile1.nc \ - RESTART/20210322.120000.sfc_data.tile2.nc \ - RESTART/20210322.120000.sfc_data.tile3.nc \ - RESTART/20210322.120000.sfc_data.tile4.nc \ - RESTART/20210322.120000.sfc_data.tile5.nc \ - RESTART/20210322.120000.sfc_data.tile6.nc" - -export_fv3 -export NPZ=127 -export NPZP=128 -export DT_ATMOS=300 -export SYEAR=2021 -export SMONTH=03 -export SDAY=22 -export SHOUR=06 -export RESTART_INTERVAL="6 -1" -export OUTPUT_GRID='gaussian_grid' -export NSTF_NAME='2,0,0,0,0' -export WRITE_DOPOST=.true. -export IAER=5111 -export OUTPUT_FH='0 09 12' -export FHMAX=12 - -export FRAC_GRID=.false. -export FRAC_ICE=.true. - -export INPES=6 -export JNPES=4 - -export FV3_RUN=flake_control_run.IN -export CCPP_SUITE=FV3_HRRR_clm_lake -export INPUT_NML=rap.nml.IN -export FIELD_TABLE=field_table_thompson_aero_tke -export NEW_DIAGTABLE=diag_table_rap - -export SFCLAY_COMPUTE_FLUX=.true. - -export LKM=1 -export IOPT_LAKE=2 -export IMP_PHYSICS=8 -export DNATS=0 -export DO_SAT_ADJ=.false. -export LRADAR=.true. -export LTAEROSOL=.true. -export IALB=2 -export IEMS=2 -export HYBEDMF=.false. -export DO_MYNNEDMF=.true. -export DO_MYNNSFCLAY=.true. -export DO_DEEP=.false. -export SHAL_CNV=.false. -export IMFSHALCNV=-1 -export IMFDEEPCNV=-1 -export LHEATSTRG=.false. -export LSM=3 -export LSOIL_LSM=9 -export KICE=9 - -export GWD_OPT=3 -export DO_UGWP_V0=.false. -export DO_UGWP_V0_OROG_ONLY=.false. -export DO_GSL_DRAG_LS_BL=.true. -export DO_GSL_DRAG_SS=.true. -export DO_GSL_DRAG_TOFD=.true. -export DO_UGWP_V1=.false. -export DO_UGWP_V1_OROG_ONLY=.false. - diff --git a/tests/tests/hrrr_clm_lake_dyn32_phy32 b/tests/tests/hrrr_clm_lake_dyn32_phy32 deleted file mode 100644 index b5fd243fbb..0000000000 --- a/tests/tests/hrrr_clm_lake_dyn32_phy32 +++ /dev/null @@ -1,112 +0,0 @@ -############################################################################### -# -# HRRR clm lake test: atmosphere only at C96L127 -# -############################################################################### - -export TEST_DESCR="Compare HRRR CLM Lake results with previous trunk version" - -export CNTL_DIR=hrrr_clm_lake_dyn32_phy32 - -export LIST_FILES="sfcf000.nc \ - sfcf009.nc \ - sfcf012.nc \ - atmf000.nc \ - atmf009.nc \ - atmf012.nc \ - GFSFLX.GrbF00 \ - GFSFLX.GrbF09 \ - GFSFLX.GrbF12 \ - GFSPRS.GrbF00 \ - GFSPRS.GrbF09 \ - GFSPRS.GrbF12 \ - RESTART/20210322.120000.coupler.res \ - RESTART/20210322.120000.fv_core.res.nc \ - RESTART/20210322.120000.fv_core.res.tile1.nc \ - RESTART/20210322.120000.fv_core.res.tile2.nc \ - RESTART/20210322.120000.fv_core.res.tile3.nc \ - RESTART/20210322.120000.fv_core.res.tile4.nc \ - RESTART/20210322.120000.fv_core.res.tile5.nc \ - RESTART/20210322.120000.fv_core.res.tile6.nc \ - RESTART/20210322.120000.fv_srf_wnd.res.tile1.nc \ - RESTART/20210322.120000.fv_srf_wnd.res.tile2.nc \ - RESTART/20210322.120000.fv_srf_wnd.res.tile3.nc \ - RESTART/20210322.120000.fv_srf_wnd.res.tile4.nc \ - RESTART/20210322.120000.fv_srf_wnd.res.tile5.nc \ - RESTART/20210322.120000.fv_srf_wnd.res.tile6.nc \ - RESTART/20210322.120000.fv_tracer.res.tile1.nc \ - RESTART/20210322.120000.fv_tracer.res.tile2.nc \ - RESTART/20210322.120000.fv_tracer.res.tile3.nc \ - RESTART/20210322.120000.fv_tracer.res.tile4.nc \ - RESTART/20210322.120000.fv_tracer.res.tile5.nc \ - RESTART/20210322.120000.fv_tracer.res.tile6.nc \ - RESTART/20210322.120000.phy_data.tile1.nc \ - RESTART/20210322.120000.phy_data.tile2.nc \ - RESTART/20210322.120000.phy_data.tile3.nc \ - RESTART/20210322.120000.phy_data.tile4.nc \ - RESTART/20210322.120000.phy_data.tile5.nc \ - RESTART/20210322.120000.phy_data.tile6.nc \ - RESTART/20210322.120000.sfc_data.tile1.nc \ - RESTART/20210322.120000.sfc_data.tile2.nc \ - RESTART/20210322.120000.sfc_data.tile3.nc \ - RESTART/20210322.120000.sfc_data.tile4.nc \ - RESTART/20210322.120000.sfc_data.tile5.nc \ - RESTART/20210322.120000.sfc_data.tile6.nc" - -export_fv3 -export NPZ=127 -export NPZP=128 -export DT_ATMOS=300 -export SYEAR=2021 -export SMONTH=03 -export SDAY=22 -export SHOUR=06 -export RESTART_INTERVAL="6 -1" -export OUTPUT_GRID='gaussian_grid' -export NSTF_NAME='2,0,0,0,0' -export WRITE_DOPOST=.true. -export IAER=5111 -export OUTPUT_FH='0 09 12' -export FHMAX=12 - -export FRAC_GRID=.false. -export FRAC_ICE=.true. - -export FV3_RUN=flake_control_run.IN -export CCPP_SUITE=FV3_HRRR_clm_lake -export INPUT_NML=rap.nml.IN -export FIELD_TABLE=field_table_thompson_aero_tke -export NEW_DIAGTABLE=diag_table_rap - -export SFCLAY_COMPUTE_FLUX=.true. -export LHEATSTRG=.false. -export LKM=1 -export IOPT_LAKE=2 -export IMP_PHYSICS=8 -export DNATS=0 -export DO_SAT_ADJ=.false. -export LRADAR=.true. -export LTAEROSOL=.true. -export IALB=2 -export IEMS=2 -export HYBEDMF=.false. -export DO_MYNNEDMF=.true. -export DO_MYNNSFCLAY=.true. -export DO_DEEP=.false. -export SHAL_CNV=.false. -export IMFSHALCNV=-1 -export IMFDEEPCNV=-1 -export LHEATSTRG=.false. -export LSM=3 -export LSOIL_LSM=9 -export KICE=9 - -export GWD_OPT=3 -export DO_UGWP_V0=.false. -export DO_UGWP_V0_OROG_ONLY=.false. -export DO_GSL_DRAG_LS_BL=.true. -export DO_GSL_DRAG_SS=.true. -export DO_GSL_DRAG_TOFD=.true. -export DO_UGWP_V1=.false. -export DO_UGWP_V1_OROG_ONLY=.false. - diff --git a/tests/tests/hrrr_clm_lake_restart b/tests/tests/hrrr_clm_lake_restart deleted file mode 100644 index 0b0cf3b984..0000000000 --- a/tests/tests/hrrr_clm_lake_restart +++ /dev/null @@ -1,78 +0,0 @@ -############################################################################### -# -# HRRR restart test -# -############################################################################### - -export TEST_DESCR="Compare HRRR CLM Lake restart results with control" - -export CNTL_DIR=hrrr_clm_lake - -export LIST_FILES="sfcf012.nc \ - atmf012.nc \ - GFSFLX.GrbF12 \ - GFSPRS.GrbF12" - -export_fv3 -export NPZ=127 -export NPZP=128 -export DT_ATMOS=300 -export SYEAR=2021 -export SMONTH=03 -export SDAY=22 -export SHOUR=06 -export OUTPUT_GRID='gaussian_grid' -export NSTF_NAME='2,0,0,0,0' -export WRITE_DOPOST=.true. -export IAER=5111 -export FHROT=6 - -export FRAC_GRID=.false. -export FRAC_ICE=.true. - -export WARM_START=.true. -export NGGPS_IC=.false. -export EXTERNAL_IC=.false. -export MAKE_NH=.false. -export MOUNTAIN=.true. -export NA_INIT=0 - -export FV3_RUN=flake_control_run.IN -export CCPP_SUITE=FV3_HRRR_clm_lake -export INPUT_NML=rap.nml.IN -export FIELD_TABLE=field_table_thompson_aero_tke -export NEW_DIAGTABLE=diag_table_rap -export RESTART_FILE_PREFIX="${SYEAR}${SMONTH}${SDAY}.$(printf "%02d" $(( ${SHOUR} + ${FHROT} )))0000" - -export SFCLAY_COMPUTE_FLUX=.true. - -export LKM=1 -export IOPT_LAKE=2 -export IMP_PHYSICS=8 -export DNATS=0 -export DO_SAT_ADJ=.false. -export LRADAR=.true. -export LTAEROSOL=.true. -export IALB=2 -export IEMS=2 -export HYBEDMF=.false. -export DO_MYNNEDMF=.true. -export DO_MYNNSFCLAY=.true. -export DO_DEEP=.false. -export SHAL_CNV=.false. -export IMFSHALCNV=-1 -export IMFDEEPCNV=-1 -export LHEATSTRG=.false. -export LSM=3 -export LSOIL_LSM=9 -export KICE=9 - -export GWD_OPT=3 -export DO_UGWP_V0=.false. -export DO_UGWP_V0_OROG_ONLY=.false. -export DO_GSL_DRAG_LS_BL=.true. -export DO_GSL_DRAG_SS=.true. -export DO_GSL_DRAG_TOFD=.true. -export DO_UGWP_V1=.false. -export DO_UGWP_V1_OROG_ONLY=.false. - diff --git a/tests/tests/hrrr_clm_lake_restart_dyn32_phy32 b/tests/tests/hrrr_clm_lake_restart_dyn32_phy32 deleted file mode 100644 index e9db1279d5..0000000000 --- a/tests/tests/hrrr_clm_lake_restart_dyn32_phy32 +++ /dev/null @@ -1,79 +0,0 @@ -############################################################################### -# -# HRRR CLM Lake restart test -# -############################################################################### - -export TEST_DESCR="Compare HRRR CLM Lake restart results with control" - -export CNTL_DIR=hrrr_clm_lake_dyn32_phy32 - -export LIST_FILES="sfcf012.nc \ - atmf012.nc \ - GFSFLX.GrbF12 \ - GFSPRS.GrbF12" - -export_fv3 -export NPZ=127 -export NPZP=128 -export DT_ATMOS=300 -export SYEAR=2021 -export SMONTH=03 -export SDAY=22 -export SHOUR=06 -export OUTPUT_GRID='gaussian_grid' -export NSTF_NAME='2,0,0,0,0' -export WRITE_DOPOST=.true. -export IAER=5111 -export FHROT=6 -export FHMAX=12 - -export FRAC_GRID=.false. -export FRAC_ICE=.true. - -export WARM_START=.true. -export NGGPS_IC=.false. -export EXTERNAL_IC=.false. -export MAKE_NH=.false. -export MOUNTAIN=.true. -export NA_INIT=0 - -export FV3_RUN=flake_control_run.IN -export CCPP_SUITE=FV3_HRRR_clm_lake -export INPUT_NML=rap.nml.IN -export FIELD_TABLE=field_table_thompson_aero_tke -export NEW_DIAGTABLE=diag_table_rap -export RESTART_FILE_PREFIX="${SYEAR}${SMONTH}${SDAY}.$(printf "%02d" $(( ${SHOUR} + ${FHROT} )))0000" - -export SFCLAY_COMPUTE_FLUX=.true. -export LHEATSTRG=.false. -export LKM=1 -export IOPT_LAKE=2 -export IMP_PHYSICS=8 -export DNATS=0 -export DO_SAT_ADJ=.false. -export LRADAR=.true. -export LTAEROSOL=.true. -export IALB=2 -export IEMS=2 -export HYBEDMF=.false. -export DO_MYNNEDMF=.true. -export DO_MYNNSFCLAY=.true. -export DO_DEEP=.false. -export SHAL_CNV=.false. -export IMFSHALCNV=-1 -export IMFDEEPCNV=-1 -export LHEATSTRG=.false. -export LSM=3 -export LSOIL_LSM=9 -export KICE=9 - -export GWD_OPT=3 -export DO_UGWP_V0=.false. -export DO_UGWP_V0_OROG_ONLY=.false. -export DO_GSL_DRAG_LS_BL=.true. -export DO_GSL_DRAG_SS=.true. -export DO_GSL_DRAG_TOFD=.true. -export DO_UGWP_V1=.false. -export DO_UGWP_V1_OROG_ONLY=.false. - diff --git a/tests/tests/hrrr_control b/tests/tests/hrrr_control index 3b95fe9863..723aee9006 100644 --- a/tests/tests/hrrr_control +++ b/tests/tests/hrrr_control @@ -4,9 +4,9 @@ # ############################################################################### -export TEST_DESCR="Compare HRRR results with previous trunk version" +export TEST_DESCR="Compare HRRR CLM Lake results with previous trunk version" -export CNTL_DIR=hrrr_control +export CNTL_DIR=hrrr_clm_lake export LIST_FILES="sfcf000.nc \ sfcf009.nc \ @@ -20,38 +20,38 @@ export LIST_FILES="sfcf000.nc \ GFSPRS.GrbF00 \ GFSPRS.GrbF09 \ GFSPRS.GrbF12 \ - RESTART/20210323.060000.coupler.res \ - RESTART/20210323.060000.fv_core.res.nc \ - RESTART/20210323.060000.fv_core.res.tile1.nc \ - RESTART/20210323.060000.fv_core.res.tile2.nc \ - RESTART/20210323.060000.fv_core.res.tile3.nc \ - RESTART/20210323.060000.fv_core.res.tile4.nc \ - RESTART/20210323.060000.fv_core.res.tile5.nc \ - RESTART/20210323.060000.fv_core.res.tile6.nc \ - RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc \ - RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc \ - RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc \ - RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc \ - RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc \ - RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc \ - RESTART/20210323.060000.fv_tracer.res.tile1.nc \ - RESTART/20210323.060000.fv_tracer.res.tile2.nc \ - RESTART/20210323.060000.fv_tracer.res.tile3.nc \ - RESTART/20210323.060000.fv_tracer.res.tile4.nc \ - RESTART/20210323.060000.fv_tracer.res.tile5.nc \ - RESTART/20210323.060000.fv_tracer.res.tile6.nc \ - RESTART/20210323.060000.phy_data.tile1.nc \ - RESTART/20210323.060000.phy_data.tile2.nc \ - RESTART/20210323.060000.phy_data.tile3.nc \ - RESTART/20210323.060000.phy_data.tile4.nc \ - RESTART/20210323.060000.phy_data.tile5.nc \ - RESTART/20210323.060000.phy_data.tile6.nc \ - RESTART/20210323.060000.sfc_data.tile1.nc \ - RESTART/20210323.060000.sfc_data.tile2.nc \ - RESTART/20210323.060000.sfc_data.tile3.nc \ - RESTART/20210323.060000.sfc_data.tile4.nc \ - RESTART/20210323.060000.sfc_data.tile5.nc \ - RESTART/20210323.060000.sfc_data.tile6.nc" + RESTART/20210322.120000.coupler.res \ + RESTART/20210322.120000.fv_core.res.nc \ + RESTART/20210322.120000.fv_core.res.tile1.nc \ + RESTART/20210322.120000.fv_core.res.tile2.nc \ + RESTART/20210322.120000.fv_core.res.tile3.nc \ + RESTART/20210322.120000.fv_core.res.tile4.nc \ + RESTART/20210322.120000.fv_core.res.tile5.nc \ + RESTART/20210322.120000.fv_core.res.tile6.nc \ + RESTART/20210322.120000.fv_srf_wnd.res.tile1.nc \ + RESTART/20210322.120000.fv_srf_wnd.res.tile2.nc \ + RESTART/20210322.120000.fv_srf_wnd.res.tile3.nc \ + RESTART/20210322.120000.fv_srf_wnd.res.tile4.nc \ + RESTART/20210322.120000.fv_srf_wnd.res.tile5.nc \ + RESTART/20210322.120000.fv_srf_wnd.res.tile6.nc \ + RESTART/20210322.120000.fv_tracer.res.tile1.nc \ + RESTART/20210322.120000.fv_tracer.res.tile2.nc \ + RESTART/20210322.120000.fv_tracer.res.tile3.nc \ + RESTART/20210322.120000.fv_tracer.res.tile4.nc \ + RESTART/20210322.120000.fv_tracer.res.tile5.nc \ + RESTART/20210322.120000.fv_tracer.res.tile6.nc \ + RESTART/20210322.120000.phy_data.tile1.nc \ + RESTART/20210322.120000.phy_data.tile2.nc \ + RESTART/20210322.120000.phy_data.tile3.nc \ + RESTART/20210322.120000.phy_data.tile4.nc \ + RESTART/20210322.120000.phy_data.tile5.nc \ + RESTART/20210322.120000.phy_data.tile6.nc \ + RESTART/20210322.120000.sfc_data.tile1.nc \ + RESTART/20210322.120000.sfc_data.tile2.nc \ + RESTART/20210322.120000.sfc_data.tile3.nc \ + RESTART/20210322.120000.sfc_data.tile4.nc \ + RESTART/20210322.120000.sfc_data.tile5.nc \ + RESTART/20210322.120000.sfc_data.tile6.nc" export_fv3 export NPZ=127 @@ -71,16 +71,16 @@ export OUTPUT_FH='0 09 12' export FRAC_GRID=.false. export FRAC_ICE=.true. -export FV3_RUN=control_run.IN -export CCPP_SUITE=FV3_HRRR +export FV3_RUN=flake_control_run.IN +export CCPP_SUITE=FV3_HRRR_clm_lake export INPUT_NML=rap.nml.IN export FIELD_TABLE=field_table_thompson_aero_tke -export DIAG_TABLE=diag_table_rap +export NEW_DIAGTABLE=diag_table_rap export SFCLAY_COMPUTE_FLUX=.true. export LKM=1 -export IOPT_LAKE=1 +export IOPT_LAKE=2 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 5fadf6f939..123e0ed62b 100644 --- a/tests/tests/hrrr_control_2threads +++ b/tests/tests/hrrr_control_2threads @@ -4,9 +4,9 @@ # ############################################################################### -export TEST_DESCR="Compare HRRR with 2 threads results with control test" +export TEST_DESCR="Compare HRRR CLM Lake with 2 threads results with control test" -export CNTL_DIR=hrrr_control +export CNTL_DIR=hrrr_clm_lake export LIST_FILES="sfcf000.nc \ sfcf009.nc \ @@ -20,38 +20,38 @@ export LIST_FILES="sfcf000.nc \ GFSPRS.GrbF00 \ GFSPRS.GrbF09 \ GFSPRS.GrbF12 \ - RESTART/20210323.060000.coupler.res \ - RESTART/20210323.060000.fv_core.res.nc \ - RESTART/20210323.060000.fv_core.res.tile1.nc \ - RESTART/20210323.060000.fv_core.res.tile2.nc \ - RESTART/20210323.060000.fv_core.res.tile3.nc \ - RESTART/20210323.060000.fv_core.res.tile4.nc \ - RESTART/20210323.060000.fv_core.res.tile5.nc \ - RESTART/20210323.060000.fv_core.res.tile6.nc \ - RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc \ - RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc \ - RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc \ - RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc \ - RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc \ - RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc \ - RESTART/20210323.060000.fv_tracer.res.tile1.nc \ - RESTART/20210323.060000.fv_tracer.res.tile2.nc \ - RESTART/20210323.060000.fv_tracer.res.tile3.nc \ - RESTART/20210323.060000.fv_tracer.res.tile4.nc \ - RESTART/20210323.060000.fv_tracer.res.tile5.nc \ - RESTART/20210323.060000.fv_tracer.res.tile6.nc \ - RESTART/20210323.060000.phy_data.tile1.nc \ - RESTART/20210323.060000.phy_data.tile2.nc \ - RESTART/20210323.060000.phy_data.tile3.nc \ - RESTART/20210323.060000.phy_data.tile4.nc \ - RESTART/20210323.060000.phy_data.tile5.nc \ - RESTART/20210323.060000.phy_data.tile6.nc \ - RESTART/20210323.060000.sfc_data.tile1.nc \ - RESTART/20210323.060000.sfc_data.tile2.nc \ - RESTART/20210323.060000.sfc_data.tile3.nc \ - RESTART/20210323.060000.sfc_data.tile4.nc \ - RESTART/20210323.060000.sfc_data.tile5.nc \ - RESTART/20210323.060000.sfc_data.tile6.nc" + RESTART/20210322.120000.coupler.res \ + RESTART/20210322.120000.fv_core.res.nc \ + RESTART/20210322.120000.fv_core.res.tile1.nc \ + RESTART/20210322.120000.fv_core.res.tile2.nc \ + RESTART/20210322.120000.fv_core.res.tile3.nc \ + RESTART/20210322.120000.fv_core.res.tile4.nc \ + RESTART/20210322.120000.fv_core.res.tile5.nc \ + RESTART/20210322.120000.fv_core.res.tile6.nc \ + RESTART/20210322.120000.fv_srf_wnd.res.tile1.nc \ + RESTART/20210322.120000.fv_srf_wnd.res.tile2.nc \ + RESTART/20210322.120000.fv_srf_wnd.res.tile3.nc \ + RESTART/20210322.120000.fv_srf_wnd.res.tile4.nc \ + RESTART/20210322.120000.fv_srf_wnd.res.tile5.nc \ + RESTART/20210322.120000.fv_srf_wnd.res.tile6.nc \ + RESTART/20210322.120000.fv_tracer.res.tile1.nc \ + RESTART/20210322.120000.fv_tracer.res.tile2.nc \ + RESTART/20210322.120000.fv_tracer.res.tile3.nc \ + RESTART/20210322.120000.fv_tracer.res.tile4.nc \ + RESTART/20210322.120000.fv_tracer.res.tile5.nc \ + RESTART/20210322.120000.fv_tracer.res.tile6.nc \ + RESTART/20210322.120000.phy_data.tile1.nc \ + RESTART/20210322.120000.phy_data.tile2.nc \ + RESTART/20210322.120000.phy_data.tile3.nc \ + RESTART/20210322.120000.phy_data.tile4.nc \ + RESTART/20210322.120000.phy_data.tile5.nc \ + RESTART/20210322.120000.phy_data.tile6.nc \ + RESTART/20210322.120000.sfc_data.tile1.nc \ + RESTART/20210322.120000.sfc_data.tile2.nc \ + RESTART/20210322.120000.sfc_data.tile3.nc \ + RESTART/20210322.120000.sfc_data.tile4.nc \ + RESTART/20210322.120000.sfc_data.tile5.nc \ + RESTART/20210322.120000.sfc_data.tile6.nc" export_fv3 export NPZ=127 @@ -77,16 +77,16 @@ 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 FV3_RUN=flake_control_run.IN +export CCPP_SUITE=FV3_HRRR_clm_lake export INPUT_NML=rap.nml.IN export FIELD_TABLE=field_table_thompson_aero_tke -export DIAG_TABLE=diag_table_rap +export NEW_DIAGTABLE=diag_table_rap export SFCLAY_COMPUTE_FLUX=.true. export LKM=1 -export IOPT_LAKE=1 +export IOPT_LAKE=2 export IMP_PHYSICS=8 export DNATS=0 export DO_SAT_ADJ=.false. diff --git a/tests/tests/hrrr_control_2threads_dyn32_phy32 b/tests/tests/hrrr_control_2threads_dyn32_phy32 index 035c407aa2..28d02907c9 100644 --- a/tests/tests/hrrr_control_2threads_dyn32_phy32 +++ b/tests/tests/hrrr_control_2threads_dyn32_phy32 @@ -1,12 +1,12 @@ ############################################################################### # -# HRRR control with 2 threads test +# HRRR CLM Lake with 2 threads test # ############################################################################### -export TEST_DESCR="Compare HRRR with 2 threads results with control test" +export TEST_DESCR="Compare HRRR CLM Lake with 2 threads results with control test" -export CNTL_DIR=hrrr_control_dyn32_phy32 +export CNTL_DIR=hrrr_clm_lake_dyn32_phy32 export LIST_FILES="sfcf000.nc \ sfcf009.nc \ @@ -20,38 +20,38 @@ export LIST_FILES="sfcf000.nc \ GFSPRS.GrbF00 \ GFSPRS.GrbF09 \ GFSPRS.GrbF12 \ - RESTART/20210322.180000.coupler.res \ - RESTART/20210322.180000.fv_core.res.nc \ - RESTART/20210322.180000.fv_core.res.tile1.nc \ - RESTART/20210322.180000.fv_core.res.tile2.nc \ - RESTART/20210322.180000.fv_core.res.tile3.nc \ - RESTART/20210322.180000.fv_core.res.tile4.nc \ - RESTART/20210322.180000.fv_core.res.tile5.nc \ - RESTART/20210322.180000.fv_core.res.tile6.nc \ - RESTART/20210322.180000.fv_srf_wnd.res.tile1.nc \ - RESTART/20210322.180000.fv_srf_wnd.res.tile2.nc \ - RESTART/20210322.180000.fv_srf_wnd.res.tile3.nc \ - RESTART/20210322.180000.fv_srf_wnd.res.tile4.nc \ - RESTART/20210322.180000.fv_srf_wnd.res.tile5.nc \ - RESTART/20210322.180000.fv_srf_wnd.res.tile6.nc \ - RESTART/20210322.180000.fv_tracer.res.tile1.nc \ - RESTART/20210322.180000.fv_tracer.res.tile2.nc \ - RESTART/20210322.180000.fv_tracer.res.tile3.nc \ - RESTART/20210322.180000.fv_tracer.res.tile4.nc \ - RESTART/20210322.180000.fv_tracer.res.tile5.nc \ - RESTART/20210322.180000.fv_tracer.res.tile6.nc \ - RESTART/20210322.180000.phy_data.tile1.nc \ - RESTART/20210322.180000.phy_data.tile2.nc \ - RESTART/20210322.180000.phy_data.tile3.nc \ - RESTART/20210322.180000.phy_data.tile4.nc \ - RESTART/20210322.180000.phy_data.tile5.nc \ - RESTART/20210322.180000.phy_data.tile6.nc \ - RESTART/20210322.180000.sfc_data.tile1.nc \ - RESTART/20210322.180000.sfc_data.tile2.nc \ - RESTART/20210322.180000.sfc_data.tile3.nc \ - RESTART/20210322.180000.sfc_data.tile4.nc \ - RESTART/20210322.180000.sfc_data.tile5.nc \ - RESTART/20210322.180000.sfc_data.tile6.nc" + RESTART/20210322.120000.coupler.res \ + RESTART/20210322.120000.fv_core.res.nc \ + RESTART/20210322.120000.fv_core.res.tile1.nc \ + RESTART/20210322.120000.fv_core.res.tile2.nc \ + RESTART/20210322.120000.fv_core.res.tile3.nc \ + RESTART/20210322.120000.fv_core.res.tile4.nc \ + RESTART/20210322.120000.fv_core.res.tile5.nc \ + RESTART/20210322.120000.fv_core.res.tile6.nc \ + RESTART/20210322.120000.fv_srf_wnd.res.tile1.nc \ + RESTART/20210322.120000.fv_srf_wnd.res.tile2.nc \ + RESTART/20210322.120000.fv_srf_wnd.res.tile3.nc \ + RESTART/20210322.120000.fv_srf_wnd.res.tile4.nc \ + RESTART/20210322.120000.fv_srf_wnd.res.tile5.nc \ + RESTART/20210322.120000.fv_srf_wnd.res.tile6.nc \ + RESTART/20210322.120000.fv_tracer.res.tile1.nc \ + RESTART/20210322.120000.fv_tracer.res.tile2.nc \ + RESTART/20210322.120000.fv_tracer.res.tile3.nc \ + RESTART/20210322.120000.fv_tracer.res.tile4.nc \ + RESTART/20210322.120000.fv_tracer.res.tile5.nc \ + RESTART/20210322.120000.fv_tracer.res.tile6.nc \ + RESTART/20210322.120000.phy_data.tile1.nc \ + RESTART/20210322.120000.phy_data.tile2.nc \ + RESTART/20210322.120000.phy_data.tile3.nc \ + RESTART/20210322.120000.phy_data.tile4.nc \ + RESTART/20210322.120000.phy_data.tile5.nc \ + RESTART/20210322.120000.phy_data.tile6.nc \ + RESTART/20210322.120000.sfc_data.tile1.nc \ + RESTART/20210322.120000.sfc_data.tile2.nc \ + RESTART/20210322.120000.sfc_data.tile3.nc \ + RESTART/20210322.120000.sfc_data.tile4.nc \ + RESTART/20210322.120000.sfc_data.tile5.nc \ + RESTART/20210322.120000.sfc_data.tile6.nc" export_fv3 export NPZ=127 @@ -78,16 +78,16 @@ 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 FV3_RUN=flake_control_run.IN +export CCPP_SUITE=FV3_HRRR_clm_lake export INPUT_NML=rap.nml.IN export FIELD_TABLE=field_table_thompson_aero_tke -export DIAG_TABLE=diag_table_rap +export NEW_DIAGTABLE=diag_table_rap export SFCLAY_COMPUTE_FLUX=.true. export LKM=1 -export IOPT_LAKE=1 +export IOPT_LAKE=2 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 0993e2bf19..e08cb1ea98 100644 --- a/tests/tests/hrrr_control_debug +++ b/tests/tests/hrrr_control_debug @@ -4,9 +4,9 @@ # ############################################################################### -export TEST_DESCR="Compare HRRR debug results with previous trunk version" +export TEST_DESCR="Compare HRRR CLM Lake debug results with previous trunk version" -export CNTL_DIR=hrrr_control_debug +export CNTL_DIR=hrrr_clm_lake_debug export LIST_FILES="sfcf000.nc \ sfcf001.nc \ @@ -30,16 +30,16 @@ export FHMAX=1 export FRAC_GRID=.false. export FRAC_ICE=.true. -export FV3_RUN=control_run.IN -export CCPP_SUITE=FV3_HRRR +export FV3_RUN=flake_control_run.IN +export CCPP_SUITE=FV3_HRRR_clm_lake export INPUT_NML=rap.nml.IN export FIELD_TABLE=field_table_thompson_aero_tke -export DIAG_TABLE=diag_table_rap +export NEW_DIAGTABLE=diag_table_rap export SFCLAY_COMPUTE_FLUX=.true. export LKM=1 -export IOPT_LAKE=1 +export IOPT_LAKE=2 export IMP_PHYSICS=8 export DNATS=0 export DO_SAT_ADJ=.false. diff --git a/tests/tests/hrrr_control_debug_dyn32_phy32 b/tests/tests/hrrr_control_debug_dyn32_phy32 index e114ef1f82..0123e87238 100644 --- a/tests/tests/hrrr_control_debug_dyn32_phy32 +++ b/tests/tests/hrrr_control_debug_dyn32_phy32 @@ -1,12 +1,12 @@ ############################################################################## # -# HRRR debug control test: atmosphere only at C96L127 +# HRRR debug CLM Lake control test: atmosphere only at C96L127 # ############################################################################### -export TEST_DESCR="Compare HRRR debug results with previous trunk version" +export TEST_DESCR="Compare HRRR CLM Lake debug results with previous trunk version" -export CNTL_DIR=hrrr_control_debug_dyn32_phy32 +export CNTL_DIR=hrrr_clm_lake_debug_dyn32_phy32 export LIST_FILES="sfcf000.nc \ sfcf001.nc \ @@ -30,16 +30,16 @@ export FHMAX=1 export FRAC_GRID=.false. export FRAC_ICE=.true. -export FV3_RUN=control_run.IN -export CCPP_SUITE=FV3_HRRR +export FV3_RUN=flake_control_run.IN +export CCPP_SUITE=FV3_HRRR_clm_lake export INPUT_NML=rap.nml.IN export FIELD_TABLE=field_table_thompson_aero_tke -export DIAG_TABLE=diag_table_rap +export NEW_DIAGTABLE=diag_table_rap export SFCLAY_COMPUTE_FLUX=.true. export LKM=1 -export IOPT_LAKE=1 +export IOPT_LAKE=2 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 46f514e4e4..ae2c0d70fb 100644 --- a/tests/tests/hrrr_control_decomp +++ b/tests/tests/hrrr_control_decomp @@ -4,9 +4,9 @@ # ############################################################################### -export TEST_DESCR="Compare HRRR decomp results with control" +export TEST_DESCR="Compare HRRR CLM Lake decomp results with control" -export CNTL_DIR=hrrr_control +export CNTL_DIR=hrrr_clm_lake export LIST_FILES="sfcf000.nc \ sfcf009.nc \ @@ -20,38 +20,38 @@ export LIST_FILES="sfcf000.nc \ GFSPRS.GrbF00 \ GFSPRS.GrbF09 \ GFSPRS.GrbF12 \ - RESTART/20210323.060000.coupler.res \ - RESTART/20210323.060000.fv_core.res.nc \ - RESTART/20210323.060000.fv_core.res.tile1.nc \ - RESTART/20210323.060000.fv_core.res.tile2.nc \ - RESTART/20210323.060000.fv_core.res.tile3.nc \ - RESTART/20210323.060000.fv_core.res.tile4.nc \ - RESTART/20210323.060000.fv_core.res.tile5.nc \ - RESTART/20210323.060000.fv_core.res.tile6.nc \ - RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc \ - RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc \ - RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc \ - RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc \ - RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc \ - RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc \ - RESTART/20210323.060000.fv_tracer.res.tile1.nc \ - RESTART/20210323.060000.fv_tracer.res.tile2.nc \ - RESTART/20210323.060000.fv_tracer.res.tile3.nc \ - RESTART/20210323.060000.fv_tracer.res.tile4.nc \ - RESTART/20210323.060000.fv_tracer.res.tile5.nc \ - RESTART/20210323.060000.fv_tracer.res.tile6.nc \ - RESTART/20210323.060000.phy_data.tile1.nc \ - RESTART/20210323.060000.phy_data.tile2.nc \ - RESTART/20210323.060000.phy_data.tile3.nc \ - RESTART/20210323.060000.phy_data.tile4.nc \ - RESTART/20210323.060000.phy_data.tile5.nc \ - RESTART/20210323.060000.phy_data.tile6.nc \ - RESTART/20210323.060000.sfc_data.tile1.nc \ - RESTART/20210323.060000.sfc_data.tile2.nc \ - RESTART/20210323.060000.sfc_data.tile3.nc \ - RESTART/20210323.060000.sfc_data.tile4.nc \ - RESTART/20210323.060000.sfc_data.tile5.nc \ - RESTART/20210323.060000.sfc_data.tile6.nc" + RESTART/20210322.120000.coupler.res \ + RESTART/20210322.120000.fv_core.res.nc \ + RESTART/20210322.120000.fv_core.res.tile1.nc \ + RESTART/20210322.120000.fv_core.res.tile2.nc \ + RESTART/20210322.120000.fv_core.res.tile3.nc \ + RESTART/20210322.120000.fv_core.res.tile4.nc \ + RESTART/20210322.120000.fv_core.res.tile5.nc \ + RESTART/20210322.120000.fv_core.res.tile6.nc \ + RESTART/20210322.120000.fv_srf_wnd.res.tile1.nc \ + RESTART/20210322.120000.fv_srf_wnd.res.tile2.nc \ + RESTART/20210322.120000.fv_srf_wnd.res.tile3.nc \ + RESTART/20210322.120000.fv_srf_wnd.res.tile4.nc \ + RESTART/20210322.120000.fv_srf_wnd.res.tile5.nc \ + RESTART/20210322.120000.fv_srf_wnd.res.tile6.nc \ + RESTART/20210322.120000.fv_tracer.res.tile1.nc \ + RESTART/20210322.120000.fv_tracer.res.tile2.nc \ + RESTART/20210322.120000.fv_tracer.res.tile3.nc \ + RESTART/20210322.120000.fv_tracer.res.tile4.nc \ + RESTART/20210322.120000.fv_tracer.res.tile5.nc \ + RESTART/20210322.120000.fv_tracer.res.tile6.nc \ + RESTART/20210322.120000.phy_data.tile1.nc \ + RESTART/20210322.120000.phy_data.tile2.nc \ + RESTART/20210322.120000.phy_data.tile3.nc \ + RESTART/20210322.120000.phy_data.tile4.nc \ + RESTART/20210322.120000.phy_data.tile5.nc \ + RESTART/20210322.120000.phy_data.tile6.nc \ + RESTART/20210322.120000.sfc_data.tile1.nc \ + RESTART/20210322.120000.sfc_data.tile2.nc \ + RESTART/20210322.120000.sfc_data.tile3.nc \ + RESTART/20210322.120000.sfc_data.tile4.nc \ + RESTART/20210322.120000.sfc_data.tile5.nc \ + RESTART/20210322.120000.sfc_data.tile6.nc" export_fv3 export NPZ=127 @@ -74,16 +74,16 @@ export FRAC_ICE=.true. export INPES=6 export JNPES=4 -export FV3_RUN=control_run.IN -export CCPP_SUITE=FV3_HRRR +export FV3_RUN=flake_control_run.IN +export CCPP_SUITE=FV3_HRRR_clm_lake export INPUT_NML=rap.nml.IN export FIELD_TABLE=field_table_thompson_aero_tke -export DIAG_TABLE=diag_table_rap +export NEW_DIAGTABLE=diag_table_rap export SFCLAY_COMPUTE_FLUX=.true. export LKM=1 -export IOPT_LAKE=1 +export IOPT_LAKE=2 export IMP_PHYSICS=8 export DNATS=0 export DO_SAT_ADJ=.false. diff --git a/tests/tests/hrrr_control_decomp_dyn32_phy32 b/tests/tests/hrrr_control_decomp_dyn32_phy32 index adea5f49fe..bf21e4a873 100644 --- a/tests/tests/hrrr_control_decomp_dyn32_phy32 +++ b/tests/tests/hrrr_control_decomp_dyn32_phy32 @@ -1,12 +1,12 @@ ############################################################################### # -# HRRR control test with different PEs +# HRRR CLM Lake control test with different PEs # ############################################################################### -export TEST_DESCR="Compare HRRR decomp results with control" +export TEST_DESCR="Compare HRRR CLM Lake decomp results with control" -export CNTL_DIR=hrrr_control_dyn32_phy32 +export CNTL_DIR=hrrr_clm_lake_dyn32_phy32 export LIST_FILES="sfcf000.nc \ sfcf009.nc \ @@ -20,38 +20,38 @@ export LIST_FILES="sfcf000.nc \ GFSPRS.GrbF00 \ GFSPRS.GrbF09 \ GFSPRS.GrbF12 \ - RESTART/20210322.180000.coupler.res \ - RESTART/20210322.180000.fv_core.res.nc \ - RESTART/20210322.180000.fv_core.res.tile1.nc \ - RESTART/20210322.180000.fv_core.res.tile2.nc \ - RESTART/20210322.180000.fv_core.res.tile3.nc \ - RESTART/20210322.180000.fv_core.res.tile4.nc \ - RESTART/20210322.180000.fv_core.res.tile5.nc \ - RESTART/20210322.180000.fv_core.res.tile6.nc \ - RESTART/20210322.180000.fv_srf_wnd.res.tile1.nc \ - RESTART/20210322.180000.fv_srf_wnd.res.tile2.nc \ - RESTART/20210322.180000.fv_srf_wnd.res.tile3.nc \ - RESTART/20210322.180000.fv_srf_wnd.res.tile4.nc \ - RESTART/20210322.180000.fv_srf_wnd.res.tile5.nc \ - RESTART/20210322.180000.fv_srf_wnd.res.tile6.nc \ - RESTART/20210322.180000.fv_tracer.res.tile1.nc \ - RESTART/20210322.180000.fv_tracer.res.tile2.nc \ - RESTART/20210322.180000.fv_tracer.res.tile3.nc \ - RESTART/20210322.180000.fv_tracer.res.tile4.nc \ - RESTART/20210322.180000.fv_tracer.res.tile5.nc \ - RESTART/20210322.180000.fv_tracer.res.tile6.nc \ - RESTART/20210322.180000.phy_data.tile1.nc \ - RESTART/20210322.180000.phy_data.tile2.nc \ - RESTART/20210322.180000.phy_data.tile3.nc \ - RESTART/20210322.180000.phy_data.tile4.nc \ - RESTART/20210322.180000.phy_data.tile5.nc \ - RESTART/20210322.180000.phy_data.tile6.nc \ - RESTART/20210322.180000.sfc_data.tile1.nc \ - RESTART/20210322.180000.sfc_data.tile2.nc \ - RESTART/20210322.180000.sfc_data.tile3.nc \ - RESTART/20210322.180000.sfc_data.tile4.nc \ - RESTART/20210322.180000.sfc_data.tile5.nc \ - RESTART/20210322.180000.sfc_data.tile6.nc" + RESTART/20210322.120000.coupler.res \ + RESTART/20210322.120000.fv_core.res.nc \ + RESTART/20210322.120000.fv_core.res.tile1.nc \ + RESTART/20210322.120000.fv_core.res.tile2.nc \ + RESTART/20210322.120000.fv_core.res.tile3.nc \ + RESTART/20210322.120000.fv_core.res.tile4.nc \ + RESTART/20210322.120000.fv_core.res.tile5.nc \ + RESTART/20210322.120000.fv_core.res.tile6.nc \ + RESTART/20210322.120000.fv_srf_wnd.res.tile1.nc \ + RESTART/20210322.120000.fv_srf_wnd.res.tile2.nc \ + RESTART/20210322.120000.fv_srf_wnd.res.tile3.nc \ + RESTART/20210322.120000.fv_srf_wnd.res.tile4.nc \ + RESTART/20210322.120000.fv_srf_wnd.res.tile5.nc \ + RESTART/20210322.120000.fv_srf_wnd.res.tile6.nc \ + RESTART/20210322.120000.fv_tracer.res.tile1.nc \ + RESTART/20210322.120000.fv_tracer.res.tile2.nc \ + RESTART/20210322.120000.fv_tracer.res.tile3.nc \ + RESTART/20210322.120000.fv_tracer.res.tile4.nc \ + RESTART/20210322.120000.fv_tracer.res.tile5.nc \ + RESTART/20210322.120000.fv_tracer.res.tile6.nc \ + RESTART/20210322.120000.phy_data.tile1.nc \ + RESTART/20210322.120000.phy_data.tile2.nc \ + RESTART/20210322.120000.phy_data.tile3.nc \ + RESTART/20210322.120000.phy_data.tile4.nc \ + RESTART/20210322.120000.phy_data.tile5.nc \ + RESTART/20210322.120000.phy_data.tile6.nc \ + RESTART/20210322.120000.sfc_data.tile1.nc \ + RESTART/20210322.120000.sfc_data.tile2.nc \ + RESTART/20210322.120000.sfc_data.tile3.nc \ + RESTART/20210322.120000.sfc_data.tile4.nc \ + RESTART/20210322.120000.sfc_data.tile5.nc \ + RESTART/20210322.120000.sfc_data.tile6.nc" export_fv3 export NPZ=127 @@ -75,16 +75,16 @@ export FRAC_ICE=.true. export INPES=6 export JNPES=4 -export FV3_RUN=control_run.IN -export CCPP_SUITE=FV3_HRRR +export FV3_RUN=flake_control_run.IN +export CCPP_SUITE=FV3_HRRR_clm_lake export INPUT_NML=rap.nml.IN export FIELD_TABLE=field_table_thompson_aero_tke -export DIAG_TABLE=diag_table_rap +export NEW_DIAGTABLE=diag_table_rap export SFCLAY_COMPUTE_FLUX=.true. export LKM=1 -export IOPT_LAKE=1 +export IOPT_LAKE=2 export IMP_PHYSICS=8 export DNATS=0 export DO_SAT_ADJ=.false. diff --git a/tests/tests/hrrr_control_dyn32_phy32 b/tests/tests/hrrr_control_dyn32_phy32 index 78daab18f0..b5fd243fbb 100644 --- a/tests/tests/hrrr_control_dyn32_phy32 +++ b/tests/tests/hrrr_control_dyn32_phy32 @@ -1,12 +1,12 @@ ############################################################################### # -# HRRR control test: atmosphere only at C96L127 +# HRRR clm lake test: atmosphere only at C96L127 # ############################################################################### -export TEST_DESCR="Compare HRRR results with previous trunk version" +export TEST_DESCR="Compare HRRR CLM Lake results with previous trunk version" -export CNTL_DIR=hrrr_control_dyn32_phy32 +export CNTL_DIR=hrrr_clm_lake_dyn32_phy32 export LIST_FILES="sfcf000.nc \ sfcf009.nc \ @@ -20,38 +20,38 @@ export LIST_FILES="sfcf000.nc \ GFSPRS.GrbF00 \ GFSPRS.GrbF09 \ GFSPRS.GrbF12 \ - RESTART/20210322.180000.coupler.res \ - RESTART/20210322.180000.fv_core.res.nc \ - RESTART/20210322.180000.fv_core.res.tile1.nc \ - RESTART/20210322.180000.fv_core.res.tile2.nc \ - RESTART/20210322.180000.fv_core.res.tile3.nc \ - RESTART/20210322.180000.fv_core.res.tile4.nc \ - RESTART/20210322.180000.fv_core.res.tile5.nc \ - RESTART/20210322.180000.fv_core.res.tile6.nc \ - RESTART/20210322.180000.fv_srf_wnd.res.tile1.nc \ - RESTART/20210322.180000.fv_srf_wnd.res.tile2.nc \ - RESTART/20210322.180000.fv_srf_wnd.res.tile3.nc \ - RESTART/20210322.180000.fv_srf_wnd.res.tile4.nc \ - RESTART/20210322.180000.fv_srf_wnd.res.tile5.nc \ - RESTART/20210322.180000.fv_srf_wnd.res.tile6.nc \ - RESTART/20210322.180000.fv_tracer.res.tile1.nc \ - RESTART/20210322.180000.fv_tracer.res.tile2.nc \ - RESTART/20210322.180000.fv_tracer.res.tile3.nc \ - RESTART/20210322.180000.fv_tracer.res.tile4.nc \ - RESTART/20210322.180000.fv_tracer.res.tile5.nc \ - RESTART/20210322.180000.fv_tracer.res.tile6.nc \ - RESTART/20210322.180000.phy_data.tile1.nc \ - RESTART/20210322.180000.phy_data.tile2.nc \ - RESTART/20210322.180000.phy_data.tile3.nc \ - RESTART/20210322.180000.phy_data.tile4.nc \ - RESTART/20210322.180000.phy_data.tile5.nc \ - RESTART/20210322.180000.phy_data.tile6.nc \ - RESTART/20210322.180000.sfc_data.tile1.nc \ - RESTART/20210322.180000.sfc_data.tile2.nc \ - RESTART/20210322.180000.sfc_data.tile3.nc \ - RESTART/20210322.180000.sfc_data.tile4.nc \ - RESTART/20210322.180000.sfc_data.tile5.nc \ - RESTART/20210322.180000.sfc_data.tile6.nc" + RESTART/20210322.120000.coupler.res \ + RESTART/20210322.120000.fv_core.res.nc \ + RESTART/20210322.120000.fv_core.res.tile1.nc \ + RESTART/20210322.120000.fv_core.res.tile2.nc \ + RESTART/20210322.120000.fv_core.res.tile3.nc \ + RESTART/20210322.120000.fv_core.res.tile4.nc \ + RESTART/20210322.120000.fv_core.res.tile5.nc \ + RESTART/20210322.120000.fv_core.res.tile6.nc \ + RESTART/20210322.120000.fv_srf_wnd.res.tile1.nc \ + RESTART/20210322.120000.fv_srf_wnd.res.tile2.nc \ + RESTART/20210322.120000.fv_srf_wnd.res.tile3.nc \ + RESTART/20210322.120000.fv_srf_wnd.res.tile4.nc \ + RESTART/20210322.120000.fv_srf_wnd.res.tile5.nc \ + RESTART/20210322.120000.fv_srf_wnd.res.tile6.nc \ + RESTART/20210322.120000.fv_tracer.res.tile1.nc \ + RESTART/20210322.120000.fv_tracer.res.tile2.nc \ + RESTART/20210322.120000.fv_tracer.res.tile3.nc \ + RESTART/20210322.120000.fv_tracer.res.tile4.nc \ + RESTART/20210322.120000.fv_tracer.res.tile5.nc \ + RESTART/20210322.120000.fv_tracer.res.tile6.nc \ + RESTART/20210322.120000.phy_data.tile1.nc \ + RESTART/20210322.120000.phy_data.tile2.nc \ + RESTART/20210322.120000.phy_data.tile3.nc \ + RESTART/20210322.120000.phy_data.tile4.nc \ + RESTART/20210322.120000.phy_data.tile5.nc \ + RESTART/20210322.120000.phy_data.tile6.nc \ + RESTART/20210322.120000.sfc_data.tile1.nc \ + RESTART/20210322.120000.sfc_data.tile2.nc \ + RESTART/20210322.120000.sfc_data.tile3.nc \ + RESTART/20210322.120000.sfc_data.tile4.nc \ + RESTART/20210322.120000.sfc_data.tile5.nc \ + RESTART/20210322.120000.sfc_data.tile6.nc" export_fv3 export NPZ=127 @@ -72,16 +72,16 @@ export FHMAX=12 export FRAC_GRID=.false. export FRAC_ICE=.true. -export FV3_RUN=control_run.IN -export CCPP_SUITE=FV3_HRRR +export FV3_RUN=flake_control_run.IN +export CCPP_SUITE=FV3_HRRR_clm_lake export INPUT_NML=rap.nml.IN export FIELD_TABLE=field_table_thompson_aero_tke -export DIAG_TABLE=diag_table_rap +export NEW_DIAGTABLE=diag_table_rap export SFCLAY_COMPUTE_FLUX=.true. export LHEATSTRG=.false. export LKM=1 -export IOPT_LAKE=1 +export IOPT_LAKE=2 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 4137bb3847..0b0cf3b984 100644 --- a/tests/tests/hrrr_control_restart +++ b/tests/tests/hrrr_control_restart @@ -4,46 +4,14 @@ # ############################################################################### -export TEST_DESCR="Compare HRRR restart results with control" +export TEST_DESCR="Compare HRRR CLM Lake restart results with control" -export CNTL_DIR=hrrr_control +export CNTL_DIR=hrrr_clm_lake export LIST_FILES="sfcf012.nc \ atmf012.nc \ GFSFLX.GrbF12 \ - GFSPRS.GrbF12 \ - RESTART/20210323.060000.coupler.res \ - RESTART/20210323.060000.fv_core.res.nc \ - RESTART/20210323.060000.fv_core.res.tile1.nc \ - RESTART/20210323.060000.fv_core.res.tile2.nc \ - RESTART/20210323.060000.fv_core.res.tile3.nc \ - RESTART/20210323.060000.fv_core.res.tile4.nc \ - RESTART/20210323.060000.fv_core.res.tile5.nc \ - RESTART/20210323.060000.fv_core.res.tile6.nc \ - RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc \ - RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc \ - RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc \ - RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc \ - RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc \ - RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc \ - RESTART/20210323.060000.fv_tracer.res.tile1.nc \ - RESTART/20210323.060000.fv_tracer.res.tile2.nc \ - RESTART/20210323.060000.fv_tracer.res.tile3.nc \ - RESTART/20210323.060000.fv_tracer.res.tile4.nc \ - RESTART/20210323.060000.fv_tracer.res.tile5.nc \ - RESTART/20210323.060000.fv_tracer.res.tile6.nc \ - RESTART/20210323.060000.phy_data.tile1.nc \ - RESTART/20210323.060000.phy_data.tile2.nc \ - RESTART/20210323.060000.phy_data.tile3.nc \ - RESTART/20210323.060000.phy_data.tile4.nc \ - RESTART/20210323.060000.phy_data.tile5.nc \ - RESTART/20210323.060000.phy_data.tile6.nc \ - RESTART/20210323.060000.sfc_data.tile1.nc \ - RESTART/20210323.060000.sfc_data.tile2.nc \ - RESTART/20210323.060000.sfc_data.tile3.nc \ - RESTART/20210323.060000.sfc_data.tile4.nc \ - RESTART/20210323.060000.sfc_data.tile5.nc \ - RESTART/20210323.060000.sfc_data.tile6.nc" + GFSPRS.GrbF12" export_fv3 export NPZ=127 @@ -69,17 +37,17 @@ export MAKE_NH=.false. export MOUNTAIN=.true. export NA_INIT=0 -export FV3_RUN=control_run.IN -export CCPP_SUITE=FV3_HRRR +export FV3_RUN=flake_control_run.IN +export CCPP_SUITE=FV3_HRRR_clm_lake export INPUT_NML=rap.nml.IN export FIELD_TABLE=field_table_thompson_aero_tke -export DIAG_TABLE=diag_table_rap +export NEW_DIAGTABLE=diag_table_rap export RESTART_FILE_PREFIX="${SYEAR}${SMONTH}${SDAY}.$(printf "%02d" $(( ${SHOUR} + ${FHROT} )))0000" export SFCLAY_COMPUTE_FLUX=.true. export LKM=1 -export IOPT_LAKE=1 +export IOPT_LAKE=2 export IMP_PHYSICS=8 export DNATS=0 export DO_SAT_ADJ=.false. diff --git a/tests/tests/hrrr_control_restart_dyn32_phy32 b/tests/tests/hrrr_control_restart_dyn32_phy32 index ffcb9b4060..e9db1279d5 100644 --- a/tests/tests/hrrr_control_restart_dyn32_phy32 +++ b/tests/tests/hrrr_control_restart_dyn32_phy32 @@ -1,49 +1,17 @@ ############################################################################### # -# HRRR restart test +# HRRR CLM Lake restart test # ############################################################################### -export TEST_DESCR="Compare HRRR restart results with control" +export TEST_DESCR="Compare HRRR CLM Lake restart results with control" -export CNTL_DIR=hrrr_control_dyn32_phy32 +export CNTL_DIR=hrrr_clm_lake_dyn32_phy32 export LIST_FILES="sfcf012.nc \ atmf012.nc \ GFSFLX.GrbF12 \ - GFSPRS.GrbF12 \ - RESTART/20210322.180000.coupler.res \ - RESTART/20210322.180000.fv_core.res.nc \ - RESTART/20210322.180000.fv_core.res.tile1.nc \ - RESTART/20210322.180000.fv_core.res.tile2.nc \ - RESTART/20210322.180000.fv_core.res.tile3.nc \ - RESTART/20210322.180000.fv_core.res.tile4.nc \ - RESTART/20210322.180000.fv_core.res.tile5.nc \ - RESTART/20210322.180000.fv_core.res.tile6.nc \ - RESTART/20210322.180000.fv_srf_wnd.res.tile1.nc \ - RESTART/20210322.180000.fv_srf_wnd.res.tile2.nc \ - RESTART/20210322.180000.fv_srf_wnd.res.tile3.nc \ - RESTART/20210322.180000.fv_srf_wnd.res.tile4.nc \ - RESTART/20210322.180000.fv_srf_wnd.res.tile5.nc \ - RESTART/20210322.180000.fv_srf_wnd.res.tile6.nc \ - RESTART/20210322.180000.fv_tracer.res.tile1.nc \ - RESTART/20210322.180000.fv_tracer.res.tile2.nc \ - RESTART/20210322.180000.fv_tracer.res.tile3.nc \ - RESTART/20210322.180000.fv_tracer.res.tile4.nc \ - RESTART/20210322.180000.fv_tracer.res.tile5.nc \ - RESTART/20210322.180000.fv_tracer.res.tile6.nc \ - RESTART/20210322.180000.phy_data.tile1.nc \ - RESTART/20210322.180000.phy_data.tile2.nc \ - RESTART/20210322.180000.phy_data.tile3.nc \ - RESTART/20210322.180000.phy_data.tile4.nc \ - RESTART/20210322.180000.phy_data.tile5.nc \ - RESTART/20210322.180000.phy_data.tile6.nc \ - RESTART/20210322.180000.sfc_data.tile1.nc \ - RESTART/20210322.180000.sfc_data.tile2.nc \ - RESTART/20210322.180000.sfc_data.tile3.nc \ - RESTART/20210322.180000.sfc_data.tile4.nc \ - RESTART/20210322.180000.sfc_data.tile5.nc \ - RESTART/20210322.180000.sfc_data.tile6.nc" + GFSPRS.GrbF12" export_fv3 export NPZ=127 @@ -70,17 +38,17 @@ export MAKE_NH=.false. export MOUNTAIN=.true. export NA_INIT=0 -export FV3_RUN=control_run.IN -export CCPP_SUITE=FV3_HRRR +export FV3_RUN=flake_control_run.IN +export CCPP_SUITE=FV3_HRRR_clm_lake export INPUT_NML=rap.nml.IN export FIELD_TABLE=field_table_thompson_aero_tke -export DIAG_TABLE=diag_table_rap +export NEW_DIAGTABLE=diag_table_rap export RESTART_FILE_PREFIX="${SYEAR}${SMONTH}${SDAY}.$(printf "%02d" $(( ${SHOUR} + ${FHROT} )))0000" export SFCLAY_COMPUTE_FLUX=.true. export LHEATSTRG=.false. export LKM=1 -export IOPT_LAKE=1 +export IOPT_LAKE=2 export IMP_PHYSICS=8 export DNATS=0 export DO_SAT_ADJ=.false. From 5614202b8456a228c25371c7fde5780b218fd9f7 Mon Sep 17 00:00:00 2001 From: "samuel.trahan" Date: Thu, 2 Mar 2023 22:45:12 +0000 Subject: [PATCH 075/152] update rt_gnu.conf to match modified suites, and add some rap tests --- tests/rt_gnu.conf | 21 ++++++--------------- 1 file changed, 6 insertions(+), 15 deletions(-) diff --git a/tests/rt_gnu.conf b/tests/rt_gnu.conf index 54885f234d..325704380d 100644 --- a/tests/rt_gnu.conf +++ b/tests/rt_gnu.conf @@ -2,7 +2,7 @@ # CCPP PROD tests # ################################################################################################################################################################## -COMPILE | -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v16_clm_lake,FV3_GFS_v16_flake,FV3_GFS_v16_ras,FV3_GFS_v17_p8 | | fv3 | +COMPILE | -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v16_flake,FV3_GFS_v16_ras,FV3_GFS_v17_p8 | | fv3 | RUN | control_c48 | | fv3 | RUN | control_stochy | | fv3 | @@ -10,7 +10,7 @@ RUN | control_ras RUN | control_p8 | | fv3 | RUN | control_flake | | fv3 | -COMPILE | -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_HRRR_smoke,FV3_HRRR_clm_lake,FV3_RRFS_v1beta -D32BIT=ON | | 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 | RUN | rap_decomp | | | @@ -24,11 +24,6 @@ RUN | hrrr_control_2threads RUN | hrrr_control_decomp | | | RUN | hrrr_control_restart | | | hrrr_control RUN | rrfs_v1beta | | fv3 | -RUN | hrrr_clm_lake | | fv3 | -RUN | hrrr_clm_lake_decomp | | | -RUN | hrrr_clm_lake_2threads | | | -# Lake models restarts do not reproduce control -#RUN | hrrr_clm_lake_restart | | | hrrr_clm_lake RUN | rrfs_conus13km_hrrr_warm | | fv3 | RUN | rrfs_smoke_conus13km_hrrr_warm | | fv3 | @@ -61,6 +56,9 @@ RUN | control_debug_p8 RUN | rrfs_conus13km_hrrr_warm_debug | | fv3 | RUN | rrfs_conus13km_radar_tten_warm_debug | | fv3 | +RUN | rap_clm_lake_debug | | fv3 | +RUN | rap_flake_debug | | fv3 | + COMPILE | -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DDEBUG=ON | | fv3 | RUN | control_wam_debug | | fv3 | @@ -69,7 +67,7 @@ RUN | control_wam_debug # 32-bit physics tests # ################################################################################################################################################################## -COMPILE | -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR,FV3_HRRR_clm_lake -D32BIT=ON -DCCPP_32BIT=ON | | fv3 | +COMPILE | -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR,FV3_HRRR_flake -D32BIT=ON -DCCPP_32BIT=ON | | fv3 | RUN | rap_control_dyn32_phy32 | | fv3 | RUN | hrrr_control_dyn32_phy32 | | fv3 | RUN | rap_2threads_dyn32_phy32 | | | @@ -77,12 +75,6 @@ RUN | hrrr_control_2threads_dyn32_phy32 RUN | hrrr_control_decomp_dyn32_phy32 | | | RUN | rap_restart_dyn32_phy32 | | | rap_control_dyn32_phy32 RUN | hrrr_control_restart_dyn32_phy32 | | | hrrr_control_dyn32_phy32 -RUN | hrrr_clm_lake_dyn32_phy32 | | fv3 | -RUN | hrrr_clm_lake_2threads_dyn32_phy32 | - wcoss_cray | | -RUN | hrrr_clm_lake_decomp_dyn32_phy32 | | | - -# Lake model restarts do not reproduce control -#RUN | hrrr_clm_lake_restart_dyn32_phy32 | | | hrrr_clm_lake_dyn32_phy32 COMPILE | -DAPP=ATM -DCCPP_32BIT=ON | | fv3 | RUN | rap_control_dyn64_phy32 | | fv3 | @@ -90,7 +82,6 @@ RUN | rap_control_dyn64_phy32 COMPILE | -DAPP=ATM -D32BIT=ON -DCCPP_32BIT=ON -DDEBUG=ON | | fv3 | RUN | rap_control_debug_dyn32_phy32 | | fv3 | RUN | hrrr_control_debug_dyn32_phy32 | | fv3 | -RUN | hrrr_clm_lake_debug_dyn32_phy32 | | fv3 | COMPILE | -DAPP=ATM -DCCPP_32BIT=ON -DDEBUG=ON | | fv3 | RUN | rap_control_dyn64_phy32_debug | | fv3 | From 40f591b04e2ea5dcc044cb26151bb7aeb0e9ffae Mon Sep 17 00:00:00 2001 From: "samuel.trahan" Date: Thu, 2 Mar 2023 22:46:13 +0000 Subject: [PATCH 076/152] update rt.conf for modified suites and add rap tests --- tests/rt.conf | 30 +++++++++--------------------- 1 file changed, 9 insertions(+), 21 deletions(-) diff --git a/tests/rt.conf b/tests/rt.conf index 9058fea57f..8b1c6e60f2 100644 --- a/tests/rt.conf +++ b/tests/rt.conf @@ -43,7 +43,7 @@ RUN | cpld_restart_c48 # ATM tests # ################################################################################################################################################################################### -COMPILE | -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v16_clm_lake,FV3_GFS_v15_thompson_mynn,FV3_GFS_v17_p8,FV3_GFS_v17_p8_rrtmgp,FV3_GFS_v15_thompson_mynn_lam3km,FV3_WoFS_v0 -D32BIT=ON | | fv3 | +COMPILE | -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,FV3_WoFS_v0 -D32BIT=ON | | fv3 | RUN | control_flake | | fv3 | RUN | control_CubedSphereGrid | | fv3 | RUN | control_CubedSphereGrid_parallel | - wcoss2.intel acorn.intel | fv3 | @@ -78,7 +78,7 @@ RUN | regional_netcdf_parallel RUN | regional_2dwrtdecomp | | | RUN | regional_wofs | | fv3 | -COMPILE | -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_HRRR_smoke,FV3_HRRR_clm_lake,FV3_RRFS_v1beta,FV3_RRFS_v1nssl -D32BIT=ON | | fv3 | +COMPILE | -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_HRRR_smoke,FV3_HRRR_flake,FV3_RRFS_v1beta,FV3_RRFS_v1nssl -D32BIT=ON | | fv3 | RUN | rap_control | | fv3 | RUN | regional_spp_sppt_shum_skeb | | fv3 | @@ -92,12 +92,6 @@ RUN | hrrr_control RUN | hrrr_control_decomp | | | RUN | hrrr_control_2threads | | | RUN | hrrr_control_restart | | | hrrr_control -RUN | hrrr_clm_lake | | fv3 | -RUN | hrrr_clm_lake_decomp | | | -RUN | hrrr_clm_lake_2threads | | | - -# BAD: lake restart not match control -# RUN | hrrr_clm_lake_restart | | | hrrr_clm_lake RUN | rrfs_v1beta | | fv3 | RUN | rrfs_v1nssl | | fv3 | @@ -131,7 +125,7 @@ RUN | control_wam # DEBUG ATM tests # ################################################################################################################################################################################### -COMPILE | -DAPP=ATM -DDEBUG=ON -D32BIT=ON -DCCPP_SUITES=FV3_HRRR,FV3_HRRR_clm_lake,FV3_GFS_v16,FV3_GFS_v16_csawmg,FV3_GFS_v16_ras,FV3_GFS_v17_p8,FV3_GFS_v15_thompson_mynn_lam3km,FV3_RAP,FV3_HRRR,FV3_RAP_unified_ugwp,FV3_RAP_cires_ugwp,FV3_RAP_flake,FV3_RAP_noah,FV3_RAP_sfcdiff,FV3_RAP_noah_sfcdiff_cires_ugwp,FV3_RRFS_v1beta | | fv3 | +COMPILE | -DAPP=ATM -DDEBUG=ON -D32BIT=ON -DCCPP_SUITES=FV3_HRRR,FV3_HRRR_flake,FV3_GFS_v16,FV3_GFS_v16_csawmg,FV3_GFS_v16_ras,FV3_GFS_v17_p8,FV3_GFS_v15_thompson_mynn_lam3km,FV3_RAP,FV3_HRRR,FV3_RAP_unified_ugwp,FV3_RAP_cires_ugwp,FV3_RAP_flake,FV3_RAP_clm_lake,FV3_RAP_noah,FV3_RAP_sfcdiff,FV3_RAP_noah_sfcdiff_cires_ugwp,FV3_RRFS_v1beta | | fv3 | RUN | rrfs_conus13km_hrrr_warm_debug | | fv3 | RUN | rrfs_conus13km_radar_tten_warm_debug | | fv3 | @@ -150,19 +144,20 @@ RUN | regional_debug RUN | rap_control_debug | | fv3 | RUN | hrrr_control_debug | | fv3 | -RUN | hrrr_clm_lake_debug | | fv3 | RUN | rap_unified_drag_suite_debug | | | RUN | rap_diag_debug | | fv3 | RUN | rap_cires_ugwp_debug | | fv3 | RUN | rap_unified_ugwp_debug | | | RUN | rap_lndp_debug | | fv3 | -RUN | rap_flake_debug | | fv3 | RUN | rap_progcld_thompson_debug | | fv3 | RUN | rap_noah_debug | | fv3 | RUN | rap_sfcdiff_debug | | fv3 | RUN | rap_noah_sfcdiff_cires_ugwp_debug | | fv3 | RUN | rrfs_v1beta_debug | | fv3 | +RUN | rap_clm_lake_debug | | fv3 | +RUN | rap_flake | | fv3 | + COMPILE | -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DDEBUG=ON | | fv3 | RUN | control_wam_debug | | fv3 | @@ -171,7 +166,7 @@ RUN | control_wam_debug ################################################################################################################################################################################### # -COMPILE | -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR,FV3_HRRR_clm_lake -D32BIT=ON -DCCPP_32BIT=ON | | fv3 | +COMPILE | -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR,FV3_HRRR_flake -D32BIT=ON -DCCPP_32BIT=ON | | fv3 | RUN | regional_spp_sppt_shum_skeb_dyn32_phy32 | | fv3 | RUN | rap_control_dyn32_phy32 | | fv3 | RUN | hrrr_control_dyn32_phy32 | | fv3 | @@ -180,22 +175,15 @@ RUN | hrrr_control_2threads_dyn32_phy32 RUN | hrrr_control_decomp_dyn32_phy32 | | | RUN | rap_restart_dyn32_phy32 | | | rap_control_dyn32_phy32 RUN | hrrr_control_restart_dyn32_phy32 | | | hrrr_control_dyn32_phy32 -RUN | hrrr_clm_lake_dyn32_phy32 | | fv3 | -RUN | hrrr_clm_lake_2threads_dyn32_phy32 | - wcoss_cray | | -RUN | hrrr_clm_lake_decomp_dyn32_phy32 | | | - -# Lake restarts do not reproduce control -# RUN | hrrr_clm_lake_restart_dyn32_phy32 | | | hrrr_clm_lake_dyn32_phy32 COMPILE | -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -DCCPP_32BIT=ON | | fv3 | RUN | rap_control_dyn64_phy32 | | fv3 | -COMPILE | -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR,FV3_HRRR_clm_lake -D32BIT=ON -DCCPP_32BIT=ON -DDEBUG=ON | | fv3 | +COMPILE | -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR,FV3_HRRR_flake -D32BIT=ON -DCCPP_32BIT=ON -DDEBUG=ON | | fv3 | RUN | rap_control_debug_dyn32_phy32 | | fv3 | RUN | hrrr_control_debug_dyn32_phy32 | | fv3 | -RUN | hrrr_clm_lake_debug_dyn32_phy32 | | fv3 | -COMPILE | -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR,FV3_HRRR_clm_lake -DCCPP_32BIT=ON -DDEBUG=ON | | fv3 | +COMPILE | -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR,FV3_HRRR_flake -DCCPP_32BIT=ON -DDEBUG=ON | | fv3 | RUN | rap_control_dyn64_phy32_debug | | fv3 | ################################################################################################################################################################################### From 293da302f7cb71d852e8c2869a1e58f4d1ac1da0 Mon Sep 17 00:00:00 2001 From: "samuel.trahan" Date: Thu, 2 Mar 2023 22:52:26 +0000 Subject: [PATCH 077/152] correct suite in hrrr control tests --- tests/tests/hrrr_control | 2 +- tests/tests/hrrr_control_2threads | 2 +- tests/tests/hrrr_control_2threads_dyn32_phy32 | 2 +- tests/tests/hrrr_control_debug | 2 +- tests/tests/hrrr_control_debug_dyn32_phy32 | 2 +- tests/tests/hrrr_control_decomp | 2 +- tests/tests/hrrr_control_decomp_dyn32_phy32 | 2 +- tests/tests/hrrr_control_dyn32_phy32 | 2 +- tests/tests/hrrr_control_restart | 2 +- tests/tests/hrrr_control_restart_dyn32_phy32 | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/tests/tests/hrrr_control b/tests/tests/hrrr_control index 723aee9006..bf7c4ea025 100644 --- a/tests/tests/hrrr_control +++ b/tests/tests/hrrr_control @@ -72,7 +72,7 @@ export FRAC_GRID=.false. export FRAC_ICE=.true. export FV3_RUN=flake_control_run.IN -export CCPP_SUITE=FV3_HRRR_clm_lake +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 diff --git a/tests/tests/hrrr_control_2threads b/tests/tests/hrrr_control_2threads index 123e0ed62b..381c3383fa 100644 --- a/tests/tests/hrrr_control_2threads +++ b/tests/tests/hrrr_control_2threads @@ -78,7 +78,7 @@ export JNPES=$JNPES_thrd export WRTTASK_PER_GROUP=6 export FV3_RUN=flake_control_run.IN -export CCPP_SUITE=FV3_HRRR_clm_lake +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 diff --git a/tests/tests/hrrr_control_2threads_dyn32_phy32 b/tests/tests/hrrr_control_2threads_dyn32_phy32 index 28d02907c9..604f5fafe1 100644 --- a/tests/tests/hrrr_control_2threads_dyn32_phy32 +++ b/tests/tests/hrrr_control_2threads_dyn32_phy32 @@ -79,7 +79,7 @@ export JNPES=$JNPES_thrd export WRTTASK_PER_GROUP=6 export FV3_RUN=flake_control_run.IN -export CCPP_SUITE=FV3_HRRR_clm_lake +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 diff --git a/tests/tests/hrrr_control_debug b/tests/tests/hrrr_control_debug index e08cb1ea98..1b8299cfaf 100644 --- a/tests/tests/hrrr_control_debug +++ b/tests/tests/hrrr_control_debug @@ -31,7 +31,7 @@ export FRAC_GRID=.false. export FRAC_ICE=.true. export FV3_RUN=flake_control_run.IN -export CCPP_SUITE=FV3_HRRR_clm_lake +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 diff --git a/tests/tests/hrrr_control_debug_dyn32_phy32 b/tests/tests/hrrr_control_debug_dyn32_phy32 index 0123e87238..6b81c068c7 100644 --- a/tests/tests/hrrr_control_debug_dyn32_phy32 +++ b/tests/tests/hrrr_control_debug_dyn32_phy32 @@ -31,7 +31,7 @@ export FRAC_GRID=.false. export FRAC_ICE=.true. export FV3_RUN=flake_control_run.IN -export CCPP_SUITE=FV3_HRRR_clm_lake +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 diff --git a/tests/tests/hrrr_control_decomp b/tests/tests/hrrr_control_decomp index ae2c0d70fb..024b0b68cc 100644 --- a/tests/tests/hrrr_control_decomp +++ b/tests/tests/hrrr_control_decomp @@ -75,7 +75,7 @@ export INPES=6 export JNPES=4 export FV3_RUN=flake_control_run.IN -export CCPP_SUITE=FV3_HRRR_clm_lake +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 diff --git a/tests/tests/hrrr_control_decomp_dyn32_phy32 b/tests/tests/hrrr_control_decomp_dyn32_phy32 index bf21e4a873..c206fd9c45 100644 --- a/tests/tests/hrrr_control_decomp_dyn32_phy32 +++ b/tests/tests/hrrr_control_decomp_dyn32_phy32 @@ -76,7 +76,7 @@ export INPES=6 export JNPES=4 export FV3_RUN=flake_control_run.IN -export CCPP_SUITE=FV3_HRRR_clm_lake +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 diff --git a/tests/tests/hrrr_control_dyn32_phy32 b/tests/tests/hrrr_control_dyn32_phy32 index b5fd243fbb..3f0110d161 100644 --- a/tests/tests/hrrr_control_dyn32_phy32 +++ b/tests/tests/hrrr_control_dyn32_phy32 @@ -73,7 +73,7 @@ export FRAC_GRID=.false. export FRAC_ICE=.true. export FV3_RUN=flake_control_run.IN -export CCPP_SUITE=FV3_HRRR_clm_lake +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 diff --git a/tests/tests/hrrr_control_restart b/tests/tests/hrrr_control_restart index 0b0cf3b984..3a33f13dc2 100644 --- a/tests/tests/hrrr_control_restart +++ b/tests/tests/hrrr_control_restart @@ -38,7 +38,7 @@ export MOUNTAIN=.true. export NA_INIT=0 export FV3_RUN=flake_control_run.IN -export CCPP_SUITE=FV3_HRRR_clm_lake +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 diff --git a/tests/tests/hrrr_control_restart_dyn32_phy32 b/tests/tests/hrrr_control_restart_dyn32_phy32 index e9db1279d5..1d830d65db 100644 --- a/tests/tests/hrrr_control_restart_dyn32_phy32 +++ b/tests/tests/hrrr_control_restart_dyn32_phy32 @@ -39,7 +39,7 @@ export MOUNTAIN=.true. export NA_INIT=0 export FV3_RUN=flake_control_run.IN -export CCPP_SUITE=FV3_HRRR_clm_lake +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 From 92f8a79cf06ff7c0a218e2918453bee5ba45283d Mon Sep 17 00:00:00 2001 From: "samuel.trahan" Date: Thu, 2 Mar 2023 22:52:57 +0000 Subject: [PATCH 078/152] better FV3_RUN for rap_flake_debug --- tests/tests/rap_flake_debug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/tests/rap_flake_debug b/tests/tests/rap_flake_debug index 25fb86b5f2..519c9d500b 100644 --- a/tests/tests/rap_flake_debug +++ b/tests/tests/rap_flake_debug @@ -28,7 +28,7 @@ export FHMAX=1 export OUTPUT_FH="0 1" #export WRITE_DOPOST=.true. -export FV3_RUN=control_run.IN +export FV3_RUN=flake_control_run.IN export CCPP_SUITE=FV3_RAP_flake export INPUT_NML=rap.nml.IN export FIELD_TABLE=field_table_thompson_aero_tke From a3421f5671bf70ad65900986b2bae06ef84c62a5 Mon Sep 17 00:00:00 2001 From: "samuel.trahan" Date: Thu, 2 Mar 2023 22:54:03 +0000 Subject: [PATCH 079/152] FV3: FV3_HRRR uses clm lake; new FV3_HRRR_flake for flake --- FV3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FV3 b/FV3 index 0eb233d78e..363625ec94 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit 0eb233d78eb5032db65f2d5b15544e7cce0b288f +Subproject commit 363625ec941113ba48ee1a33cc9ae8b6741af8ca From cba407e24966a6be3e7b3ec03b73a790d202ef01 Mon Sep 17 00:00:00 2001 From: "samuel.trahan" Date: Thu, 2 Mar 2023 22:56:21 +0000 Subject: [PATCH 080/152] flake_control_run.IN => lake_control_run.IN --- tests/fv3_conf/{flake_control_run.IN => lake_control_run.IN} | 0 tests/tests/control_flake | 2 +- tests/tests/control_flake_restart | 2 +- tests/tests/hrrr_control | 2 +- tests/tests/hrrr_control_2threads | 2 +- tests/tests/hrrr_control_2threads_dyn32_phy32 | 2 +- tests/tests/hrrr_control_debug | 2 +- tests/tests/hrrr_control_debug_dyn32_phy32 | 2 +- tests/tests/hrrr_control_decomp | 2 +- tests/tests/hrrr_control_decomp_dyn32_phy32 | 2 +- tests/tests/hrrr_control_dyn32_phy32 | 2 +- tests/tests/hrrr_control_restart | 2 +- tests/tests/hrrr_control_restart_dyn32_phy32 | 2 +- tests/tests/rap_flake_debug | 2 +- 14 files changed, 13 insertions(+), 13 deletions(-) rename tests/fv3_conf/{flake_control_run.IN => lake_control_run.IN} (100%) diff --git a/tests/fv3_conf/flake_control_run.IN b/tests/fv3_conf/lake_control_run.IN similarity index 100% rename from tests/fv3_conf/flake_control_run.IN rename to tests/fv3_conf/lake_control_run.IN diff --git a/tests/tests/control_flake b/tests/tests/control_flake index d325be5acd..7a732aa695 100644 --- a/tests/tests/control_flake +++ b/tests/tests/control_flake @@ -38,6 +38,6 @@ export DO_SPPT=.true. export DO_SHUM=.true. export DO_SKEB=.true. -export FV3_RUN=flake_control_run.IN +export FV3_RUN=lake_control_run.IN export CCPP_SUITE=FV3_GFS_v16_flake export INPUT_NML=control_flake.nml.IN diff --git a/tests/tests/control_flake_restart b/tests/tests/control_flake_restart index d27f644dab..6ef471bc63 100644 --- a/tests/tests/control_flake_restart +++ b/tests/tests/control_flake_restart @@ -42,6 +42,6 @@ export DO_SPPT=.true. export DO_SHUM=.true. export DO_SKEB=.true. -export FV3_RUN=flake_control_run.IN +export FV3_RUN=lake_control_run.IN export CCPP_SUITE=FV3_GFS_v16_flake export INPUT_NML=control_flake.nml.IN diff --git a/tests/tests/hrrr_control b/tests/tests/hrrr_control index bf7c4ea025..7c8cb85e7f 100644 --- a/tests/tests/hrrr_control +++ b/tests/tests/hrrr_control @@ -71,7 +71,7 @@ export OUTPUT_FH='0 09 12' export FRAC_GRID=.false. export FRAC_ICE=.true. -export FV3_RUN=flake_control_run.IN +export FV3_RUN=lake_control_run.IN export CCPP_SUITE=FV3_HRRR export INPUT_NML=rap.nml.IN export FIELD_TABLE=field_table_thompson_aero_tke diff --git a/tests/tests/hrrr_control_2threads b/tests/tests/hrrr_control_2threads index 381c3383fa..9622f14d3b 100644 --- a/tests/tests/hrrr_control_2threads +++ b/tests/tests/hrrr_control_2threads @@ -77,7 +77,7 @@ export INPES=$INPES_thrd export JNPES=$JNPES_thrd export WRTTASK_PER_GROUP=6 -export FV3_RUN=flake_control_run.IN +export FV3_RUN=lake_control_run.IN export CCPP_SUITE=FV3_HRRR export INPUT_NML=rap.nml.IN export FIELD_TABLE=field_table_thompson_aero_tke diff --git a/tests/tests/hrrr_control_2threads_dyn32_phy32 b/tests/tests/hrrr_control_2threads_dyn32_phy32 index 604f5fafe1..a08fabbbdd 100644 --- a/tests/tests/hrrr_control_2threads_dyn32_phy32 +++ b/tests/tests/hrrr_control_2threads_dyn32_phy32 @@ -78,7 +78,7 @@ export INPES=$INPES_thrd export JNPES=$JNPES_thrd export WRTTASK_PER_GROUP=6 -export FV3_RUN=flake_control_run.IN +export FV3_RUN=lake_control_run.IN export CCPP_SUITE=FV3_HRRR export INPUT_NML=rap.nml.IN export FIELD_TABLE=field_table_thompson_aero_tke diff --git a/tests/tests/hrrr_control_debug b/tests/tests/hrrr_control_debug index 1b8299cfaf..e37339c02b 100644 --- a/tests/tests/hrrr_control_debug +++ b/tests/tests/hrrr_control_debug @@ -30,7 +30,7 @@ export FHMAX=1 export FRAC_GRID=.false. export FRAC_ICE=.true. -export FV3_RUN=flake_control_run.IN +export FV3_RUN=lake_control_run.IN export CCPP_SUITE=FV3_HRRR export INPUT_NML=rap.nml.IN export FIELD_TABLE=field_table_thompson_aero_tke diff --git a/tests/tests/hrrr_control_debug_dyn32_phy32 b/tests/tests/hrrr_control_debug_dyn32_phy32 index 6b81c068c7..5d00e01477 100644 --- a/tests/tests/hrrr_control_debug_dyn32_phy32 +++ b/tests/tests/hrrr_control_debug_dyn32_phy32 @@ -30,7 +30,7 @@ export FHMAX=1 export FRAC_GRID=.false. export FRAC_ICE=.true. -export FV3_RUN=flake_control_run.IN +export FV3_RUN=lake_control_run.IN export CCPP_SUITE=FV3_HRRR export INPUT_NML=rap.nml.IN export FIELD_TABLE=field_table_thompson_aero_tke diff --git a/tests/tests/hrrr_control_decomp b/tests/tests/hrrr_control_decomp index 024b0b68cc..a83490da2d 100644 --- a/tests/tests/hrrr_control_decomp +++ b/tests/tests/hrrr_control_decomp @@ -74,7 +74,7 @@ export FRAC_ICE=.true. export INPES=6 export JNPES=4 -export FV3_RUN=flake_control_run.IN +export FV3_RUN=lake_control_run.IN export CCPP_SUITE=FV3_HRRR export INPUT_NML=rap.nml.IN export FIELD_TABLE=field_table_thompson_aero_tke diff --git a/tests/tests/hrrr_control_decomp_dyn32_phy32 b/tests/tests/hrrr_control_decomp_dyn32_phy32 index c206fd9c45..dd1a2ffc39 100644 --- a/tests/tests/hrrr_control_decomp_dyn32_phy32 +++ b/tests/tests/hrrr_control_decomp_dyn32_phy32 @@ -75,7 +75,7 @@ export FRAC_ICE=.true. export INPES=6 export JNPES=4 -export FV3_RUN=flake_control_run.IN +export FV3_RUN=lake_control_run.IN export CCPP_SUITE=FV3_HRRR export INPUT_NML=rap.nml.IN export FIELD_TABLE=field_table_thompson_aero_tke diff --git a/tests/tests/hrrr_control_dyn32_phy32 b/tests/tests/hrrr_control_dyn32_phy32 index 3f0110d161..6cd168128b 100644 --- a/tests/tests/hrrr_control_dyn32_phy32 +++ b/tests/tests/hrrr_control_dyn32_phy32 @@ -72,7 +72,7 @@ export FHMAX=12 export FRAC_GRID=.false. export FRAC_ICE=.true. -export FV3_RUN=flake_control_run.IN +export FV3_RUN=lake_control_run.IN export CCPP_SUITE=FV3_HRRR export INPUT_NML=rap.nml.IN export FIELD_TABLE=field_table_thompson_aero_tke diff --git a/tests/tests/hrrr_control_restart b/tests/tests/hrrr_control_restart index 3a33f13dc2..1e74df2530 100644 --- a/tests/tests/hrrr_control_restart +++ b/tests/tests/hrrr_control_restart @@ -37,7 +37,7 @@ export MAKE_NH=.false. export MOUNTAIN=.true. export NA_INIT=0 -export FV3_RUN=flake_control_run.IN +export FV3_RUN=lake_control_run.IN export CCPP_SUITE=FV3_HRRR export INPUT_NML=rap.nml.IN export FIELD_TABLE=field_table_thompson_aero_tke diff --git a/tests/tests/hrrr_control_restart_dyn32_phy32 b/tests/tests/hrrr_control_restart_dyn32_phy32 index 1d830d65db..33d0230f85 100644 --- a/tests/tests/hrrr_control_restart_dyn32_phy32 +++ b/tests/tests/hrrr_control_restart_dyn32_phy32 @@ -38,7 +38,7 @@ export MAKE_NH=.false. export MOUNTAIN=.true. export NA_INIT=0 -export FV3_RUN=flake_control_run.IN +export FV3_RUN=lake_control_run.IN export CCPP_SUITE=FV3_HRRR export INPUT_NML=rap.nml.IN export FIELD_TABLE=field_table_thompson_aero_tke diff --git a/tests/tests/rap_flake_debug b/tests/tests/rap_flake_debug index 519c9d500b..5f6d19f77a 100644 --- a/tests/tests/rap_flake_debug +++ b/tests/tests/rap_flake_debug @@ -28,7 +28,7 @@ export FHMAX=1 export OUTPUT_FH="0 1" #export WRITE_DOPOST=.true. -export FV3_RUN=flake_control_run.IN +export FV3_RUN=lake_control_run.IN export CCPP_SUITE=FV3_RAP_flake export INPUT_NML=rap.nml.IN export FIELD_TABLE=field_table_thompson_aero_tke From f1b8e0744eefa3761822e06edb9642e6d3d11a2c Mon Sep 17 00:00:00 2001 From: "samuel.trahan" Date: Thu, 2 Mar 2023 23:01:22 +0000 Subject: [PATCH 081/152] missing tests --- tests/tests/rap_clm_lake | 63 ++++++++++++++++++++++++++++++++++ tests/tests/rap_clm_lake_debug | 63 ++++++++++++++++++++++++++++++++++ 2 files changed, 126 insertions(+) create mode 100644 tests/tests/rap_clm_lake create mode 100644 tests/tests/rap_clm_lake_debug diff --git a/tests/tests/rap_clm_lake b/tests/tests/rap_clm_lake new file mode 100644 index 0000000000..80201709b2 --- /dev/null +++ b/tests/tests/rap_clm_lake @@ -0,0 +1,63 @@ +############################################################################### +# +# RAP with CLM Lake test: atmosphere only at C96L127 in mode +# +############################################################################### + +export TEST_DESCR="Compare RAP with CLM Lake results with previous trunk version" + +export CNTL_DIR=rap_clm_lake + +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 FHMAX=1 +export OUTPUT_FH="0 1" +#export WRITE_DOPOST=.true. + +export FV3_RUN=lake_control_run.IN +export CCPP_SUITE=FV3_RAP_clm_lake +export INPUT_NML=rap.nml.IN +export FIELD_TABLE=field_table_thompson_aero_tke +export DIAG_TABLE=diag_table_rap + +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 IMFSHALCNV=3 +export IMFDEEPCNV=3 +export LHEATSTRG=.false. +export LSM=3 +export LSOIL_LSM=9 +export KICE=9 +export LKM=1 +export IOPT_LAKE=2 + +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/rap_clm_lake_debug b/tests/tests/rap_clm_lake_debug new file mode 100644 index 0000000000..a1b0b75397 --- /dev/null +++ b/tests/tests/rap_clm_lake_debug @@ -0,0 +1,63 @@ +############################################################################### +# +# RAP with CLM Lake debug test: atmosphere only at C96L127 in debug mode +# +############################################################################### + +export TEST_DESCR="Compare RAP with CLM Lake debug results with previous trunk version" + +export CNTL_DIR=rap_clm_lake_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 FHMAX=1 +export OUTPUT_FH="0 1" +#export WRITE_DOPOST=.true. + +export FV3_RUN=lake_control_run.IN +export CCPP_SUITE=FV3_RAP_clm_lake +export INPUT_NML=rap.nml.IN +export FIELD_TABLE=field_table_thompson_aero_tke +export DIAG_TABLE=diag_table_rap + +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 IMFSHALCNV=3 +export IMFDEEPCNV=3 +export LHEATSTRG=.false. +export LSM=3 +export LSOIL_LSM=9 +export KICE=9 +export LKM=1 +export IOPT_LAKE=2 + +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. From 83effd1b618557b2cfea81c0f4de8fd1440b37dd Mon Sep 17 00:00:00 2001 From: "samuel.trahan" Date: Thu, 2 Mar 2023 23:01:56 +0000 Subject: [PATCH 082/152] missing tests --- tests/tests/rap_clm_lake | 105 +++++++++++++++++++++++++++++++++ tests/tests/rap_clm_lake_debug | 105 +++++++++++++++++++++++++++++++++ 2 files changed, 210 insertions(+) create mode 100644 tests/tests/rap_clm_lake create mode 100644 tests/tests/rap_clm_lake_debug diff --git a/tests/tests/rap_clm_lake b/tests/tests/rap_clm_lake new file mode 100644 index 0000000000..475ae32c2f --- /dev/null +++ b/tests/tests/rap_clm_lake @@ -0,0 +1,105 @@ +############################################################################### +# +# RAP control test: lake coupled at C96L127 +# +############################################################################### + +export TEST_DESCR="Compare RAP lake coupled results with previous trunk version" + +export CNTL_DIR=rap_clm_lake + +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/20210323.060000.coupler.res \ + RESTART/20210323.060000.fv_core.res.nc \ + RESTART/20210323.060000.fv_core.res.tile1.nc \ + RESTART/20210323.060000.fv_core.res.tile2.nc \ + RESTART/20210323.060000.fv_core.res.tile3.nc \ + RESTART/20210323.060000.fv_core.res.tile4.nc \ + RESTART/20210323.060000.fv_core.res.tile5.nc \ + RESTART/20210323.060000.fv_core.res.tile6.nc \ + RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc \ + RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc \ + RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc \ + RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc \ + RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc \ + RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc \ + RESTART/20210323.060000.fv_tracer.res.tile1.nc \ + RESTART/20210323.060000.fv_tracer.res.tile2.nc \ + RESTART/20210323.060000.fv_tracer.res.tile3.nc \ + RESTART/20210323.060000.fv_tracer.res.tile4.nc \ + RESTART/20210323.060000.fv_tracer.res.tile5.nc \ + RESTART/20210323.060000.fv_tracer.res.tile6.nc \ + RESTART/20210323.060000.phy_data.tile1.nc \ + RESTART/20210323.060000.phy_data.tile2.nc \ + RESTART/20210323.060000.phy_data.tile3.nc \ + RESTART/20210323.060000.phy_data.tile4.nc \ + RESTART/20210323.060000.phy_data.tile5.nc \ + RESTART/20210323.060000.phy_data.tile6.nc \ + RESTART/20210323.060000.sfc_data.tile1.nc \ + RESTART/20210323.060000.sfc_data.tile2.nc \ + RESTART/20210323.060000.sfc_data.tile3.nc \ + RESTART/20210323.060000.sfc_data.tile4.nc \ + RESTART/20210323.060000.sfc_data.tile5.nc \ + RESTART/20210323.060000.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 FV3_RUN=lake_control_run.IN +export CCPP_SUITE=FV3_RAP +export INPUT_NML=rap.nml.IN +export FIELD_TABLE=field_table_thompson_aero_tke +export DIAG_TABLE=diag_table_rap + +export LKM=1 +export IOPT_LAKE=2 + +export LHEATSTRG=.false. +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 IMFSHALCNV=3 +export IMFDEEPCNV=3 +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/rap_clm_lake_debug b/tests/tests/rap_clm_lake_debug new file mode 100644 index 0000000000..b77b622574 --- /dev/null +++ b/tests/tests/rap_clm_lake_debug @@ -0,0 +1,105 @@ +############################################################################### +# +# RAP control test: lake coupled at C96L127 (debug mode) +# +############################################################################### + +export TEST_DESCR="Compare RAP lake coupled results in debug mode with previous trunk version" + +export CNTL_DIR=rap_clm_lake + +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/20210323.060000.coupler.res \ + RESTART/20210323.060000.fv_core.res.nc \ + RESTART/20210323.060000.fv_core.res.tile1.nc \ + RESTART/20210323.060000.fv_core.res.tile2.nc \ + RESTART/20210323.060000.fv_core.res.tile3.nc \ + RESTART/20210323.060000.fv_core.res.tile4.nc \ + RESTART/20210323.060000.fv_core.res.tile5.nc \ + RESTART/20210323.060000.fv_core.res.tile6.nc \ + RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc \ + RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc \ + RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc \ + RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc \ + RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc \ + RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc \ + RESTART/20210323.060000.fv_tracer.res.tile1.nc \ + RESTART/20210323.060000.fv_tracer.res.tile2.nc \ + RESTART/20210323.060000.fv_tracer.res.tile3.nc \ + RESTART/20210323.060000.fv_tracer.res.tile4.nc \ + RESTART/20210323.060000.fv_tracer.res.tile5.nc \ + RESTART/20210323.060000.fv_tracer.res.tile6.nc \ + RESTART/20210323.060000.phy_data.tile1.nc \ + RESTART/20210323.060000.phy_data.tile2.nc \ + RESTART/20210323.060000.phy_data.tile3.nc \ + RESTART/20210323.060000.phy_data.tile4.nc \ + RESTART/20210323.060000.phy_data.tile5.nc \ + RESTART/20210323.060000.phy_data.tile6.nc \ + RESTART/20210323.060000.sfc_data.tile1.nc \ + RESTART/20210323.060000.sfc_data.tile2.nc \ + RESTART/20210323.060000.sfc_data.tile3.nc \ + RESTART/20210323.060000.sfc_data.tile4.nc \ + RESTART/20210323.060000.sfc_data.tile5.nc \ + RESTART/20210323.060000.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 FV3_RUN=lake_control_run.IN +export CCPP_SUITE=FV3_RAP +export INPUT_NML=rap.nml.IN +export FIELD_TABLE=field_table_thompson_aero_tke +export DIAG_TABLE=diag_table_rap + +export LKM=1 +export IOPT_LAKE=2 + +export LHEATSTRG=.false. +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 IMFSHALCNV=3 +export IMFDEEPCNV=3 +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. + From 0fec52bd607a477b4695714ff5f437a288211c5b Mon Sep 17 00:00:00 2001 From: "samuel.trahan" Date: Thu, 2 Mar 2023 23:08:45 +0000 Subject: [PATCH 083/152] FV3_RAP_clm_lake suite --- FV3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FV3 b/FV3 index 363625ec94..14d06257f6 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit 363625ec941113ba48ee1a33cc9ae8b6741af8ca +Subproject commit 14d06257f6aed89212c6233a55d86b6e8f741a15 From 4088c7ad8925f662aada214b2657d24ae4fc3a2f Mon Sep 17 00:00:00 2001 From: "samuel.trahan" Date: Thu, 2 Mar 2023 23:10:18 +0000 Subject: [PATCH 084/152] FV3_RAP_clm_lake suite correctly --- FV3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FV3 b/FV3 index 363625ec94..2913a54f89 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit 363625ec941113ba48ee1a33cc9ae8b6741af8ca +Subproject commit 2913a54f89aa2468ab777c77956731d9fce15b63 From 0411254d368386e3a34469875229942c19e9f354 Mon Sep 17 00:00:00 2001 From: "samuel.trahan" Date: Fri, 3 Mar 2023 03:26:26 +0000 Subject: [PATCH 085/152] note about upp failure in rap_clm_lake_debug --- tests/rt_gnu.conf | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/tests/rt_gnu.conf b/tests/rt_gnu.conf index 325704380d..e18bcaeef9 100644 --- a/tests/rt_gnu.conf +++ b/tests/rt_gnu.conf @@ -56,9 +56,14 @@ RUN | control_debug_p8 RUN | rrfs_conus13km_hrrr_warm_debug | | fv3 | RUN | rrfs_conus13km_radar_tten_warm_debug | | fv3 | -RUN | rap_clm_lake_debug | | fv3 | RUN | rap_flake_debug | | fv3 | +# An out-of-bounds access in UPP (unrelated to CLM Lake) causes the +# GNU compiler to abort in debug mode, since it detects the access. +# I cannot guess why this happens only with rap_clm_lake_debug. +# https://github.com/NOAA-EMC/UPP/issues/651 +#RUN | rap_clm_lake_debug | | fv3 | + COMPILE | -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DDEBUG=ON | | fv3 | RUN | control_wam_debug | | fv3 | From f31595a66bb523bbbeaafb03dd87a3b33607029b Mon Sep 17 00:00:00 2001 From: "samuel.trahan" Date: Fri, 3 Mar 2023 03:26:43 +0000 Subject: [PATCH 086/152] wrong name in rt.conf --- tests/rt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/rt.conf b/tests/rt.conf index 8b1c6e60f2..b15d0d7a72 100644 --- a/tests/rt.conf +++ b/tests/rt.conf @@ -156,7 +156,7 @@ RUN | rap_noah_sfcdiff_cires_ugwp_debug RUN | rrfs_v1beta_debug | | fv3 | RUN | rap_clm_lake_debug | | fv3 | -RUN | rap_flake | | fv3 | +RUN | rap_flake_debug | | fv3 | COMPILE | -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DDEBUG=ON | | fv3 | RUN | control_wam_debug | | fv3 | From 8983498725fb4e26964c0f0b6f5948438b680389 Mon Sep 17 00:00:00 2001 From: "samuel.trahan" Date: Fri, 3 Mar 2023 05:01:50 +0000 Subject: [PATCH 087/152] use 64 bits for lake and disable broken coare code --- FV3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FV3 b/FV3 index 2913a54f89..6bf5138232 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit 2913a54f89aa2468ab777c77956731d9fce15b63 +Subproject commit 6bf5138232964b98a8bbd55fd6a941925ce51aad From a0f0d664bbb85088b1376bb6e13a3e1ce2fd4031 Mon Sep 17 00:00:00 2001 From: "samuel.trahan" Date: Fri, 3 Mar 2023 17:49:44 +0000 Subject: [PATCH 088/152] Eliminate an out-of-bounds access in MDLFLD.f in UPP. This UPP bug is triggered by one of the new regression tests. --- FV3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FV3 b/FV3 index 6bf5138232..d57b67a80e 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit 6bf5138232964b98a8bbd55fd6a941925ce51aad +Subproject commit d57b67a80e36070dfafde5bb9415d0191667a47e From 647f7b4951bfbce7ab08d3fe5e5bd08bcaab0b17 Mon Sep 17 00:00:00 2001 From: "samuel.trahan" Date: Fri, 3 Mar 2023 17:56:06 +0000 Subject: [PATCH 089/152] missing suite in compile line in rt.conf --- tests/rt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/rt.conf b/tests/rt.conf index b15d0d7a72..f2abac112a 100644 --- a/tests/rt.conf +++ b/tests/rt.conf @@ -43,7 +43,7 @@ RUN | cpld_restart_c48 # ATM tests # ################################################################################################################################################################################### -COMPILE | -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,FV3_WoFS_v0 -D32BIT=ON | | fv3 | +COMPILE | -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v16_flake,FV3_GFS_v15_thompson_mynn,FV3_GFS_v17_p8,FV3_GFS_v17_p8_rrtmgp,FV3_GFS_v15_thompson_mynn_lam3km,FV3_WoFS_v0 -D32BIT=ON | | fv3 | RUN | control_flake | | fv3 | RUN | control_CubedSphereGrid | | fv3 | RUN | control_CubedSphereGrid_parallel | - wcoss2.intel acorn.intel | fv3 | From 0d43f71a0386a18c2d040b1c3523c109ee7e364e Mon Sep 17 00:00:00 2001 From: "samuel.trahan" Date: Fri, 3 Mar 2023 17:56:36 +0000 Subject: [PATCH 090/152] remove unneeded test from tests/lake.conf --- tests/lake.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/lake.conf b/tests/lake.conf index 09d1c5debf..fcd98fd200 100644 --- a/tests/lake.conf +++ b/tests/lake.conf @@ -5,7 +5,7 @@ COMPILE | -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v15_thompson_mynn,FV3_GFS_ #RUN | control_restart | | | control RUN | control_flake | | fv3 | -RUN | control_flake_restart | | | control_flake +#RUN | control_flake_restart | | | control_flake # RUN | control_clm_lake | | fv3 | # RUN | control_clm_lake_decomp | | | From e1dd93566c1d9a264e42c22b37147e5dc93a7e72 Mon Sep 17 00:00:00 2001 From: "samuel.trahan" Date: Fri, 3 Mar 2023 18:09:58 +0000 Subject: [PATCH 091/152] UPP: update author changelog --- FV3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FV3 b/FV3 index d57b67a80e..3e31be3e96 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit d57b67a80e36070dfafde5bb9415d0191667a47e +Subproject commit 3e31be3e967e8044949167c1db73c93363a2d043 From dee7406a1fe9dbd2c32af42e826a18c5a91a2efe Mon Sep 17 00:00:00 2001 From: "samuel.trahan" Date: Fri, 3 Mar 2023 18:13:00 +0000 Subject: [PATCH 092/152] correct forecast length & output time in rap_clm_lake_debug --- tests/tests/rap_clm_lake_debug | 50 ++++------------------------------ 1 file changed, 5 insertions(+), 45 deletions(-) diff --git a/tests/tests/rap_clm_lake_debug b/tests/tests/rap_clm_lake_debug index 016d51d233..ffffe72b61 100644 --- a/tests/tests/rap_clm_lake_debug +++ b/tests/tests/rap_clm_lake_debug @@ -6,52 +6,12 @@ export TEST_DESCR="Compare RAP lake coupled results in debug mode with previous trunk version" -export CNTL_DIR=rap_clm_lake +export CNTL_DIR=rap_clm_lake_debug export LIST_FILES="sfcf000.nc \ - sfcf021.nc \ - sfcf024.nc \ + sfcf001.nc \ atmf000.nc \ - atmf021.nc \ - atmf024.nc \ - GFSFLX.GrbF00 \ - GFSFLX.GrbF21 \ - GFSFLX.GrbF24 \ - GFSPRS.GrbF00 \ - GFSPRS.GrbF21 \ - GFSPRS.GrbF24 \ - RESTART/20210323.060000.coupler.res \ - RESTART/20210323.060000.fv_core.res.nc \ - RESTART/20210323.060000.fv_core.res.tile1.nc \ - RESTART/20210323.060000.fv_core.res.tile2.nc \ - RESTART/20210323.060000.fv_core.res.tile3.nc \ - RESTART/20210323.060000.fv_core.res.tile4.nc \ - RESTART/20210323.060000.fv_core.res.tile5.nc \ - RESTART/20210323.060000.fv_core.res.tile6.nc \ - RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc \ - RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc \ - RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc \ - RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc \ - RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc \ - RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc \ - RESTART/20210323.060000.fv_tracer.res.tile1.nc \ - RESTART/20210323.060000.fv_tracer.res.tile2.nc \ - RESTART/20210323.060000.fv_tracer.res.tile3.nc \ - RESTART/20210323.060000.fv_tracer.res.tile4.nc \ - RESTART/20210323.060000.fv_tracer.res.tile5.nc \ - RESTART/20210323.060000.fv_tracer.res.tile6.nc \ - RESTART/20210323.060000.phy_data.tile1.nc \ - RESTART/20210323.060000.phy_data.tile2.nc \ - RESTART/20210323.060000.phy_data.tile3.nc \ - RESTART/20210323.060000.phy_data.tile4.nc \ - RESTART/20210323.060000.phy_data.tile5.nc \ - RESTART/20210323.060000.phy_data.tile6.nc \ - RESTART/20210323.060000.sfc_data.tile1.nc \ - RESTART/20210323.060000.sfc_data.tile2.nc \ - RESTART/20210323.060000.sfc_data.tile3.nc \ - RESTART/20210323.060000.sfc_data.tile4.nc \ - RESTART/20210323.060000.sfc_data.tile5.nc \ - RESTART/20210323.060000.sfc_data.tile6.nc" + atmf001.nc" export_fv3 export NPZ=127 @@ -61,12 +21,12 @@ 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 OUTPUT_FH='0 1' +export FHMAX=1 export FV3_RUN=lake_control_run.IN export CCPP_SUITE=FV3_RAP_clm_lake From e6a80aa087fb508f29810fe1fd511586e0cfe25c Mon Sep 17 00:00:00 2001 From: "samuel.trahan" Date: Fri, 3 Mar 2023 18:20:25 +0000 Subject: [PATCH 093/152] update merged FV3 & ccpp/physics --- FV3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FV3 b/FV3 index 3e31be3e96..9c44530e44 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit 3e31be3e967e8044949167c1db73c93363a2d043 +Subproject commit 9c44530e44435cd5a04f7e923777737b44f4408a From d6e049238bd65a5fdf523dac4419db52d6fab93b Mon Sep 17 00:00:00 2001 From: "samuel.trahan" Date: Fri, 3 Mar 2023 19:47:46 +0000 Subject: [PATCH 094/152] point to upp develop now that bug is fixed --- FV3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FV3 b/FV3 index 9c44530e44..d9da6fb972 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit 9c44530e44435cd5a04f7e923777737b44f4408a +Subproject commit d9da6fb972a210d1f39ca23d88782197348a1536 From 7797a3376d0e63e83a31605ed989dab7a81f6f6f Mon Sep 17 00:00:00 2001 From: "samuel.trahan" Date: Thu, 9 Mar 2023 00:56:10 +0000 Subject: [PATCH 095/152] more flake tests --- tests/tests/control_flake_2threads | 48 ++++++++++++++++++++++++++++++ tests/tests/control_flake_debug | 40 +++++++++++++++++++++++++ tests/tests/control_flake_decomp | 46 ++++++++++++++++++++++++++++ 3 files changed, 134 insertions(+) create mode 100644 tests/tests/control_flake_2threads create mode 100644 tests/tests/control_flake_debug create mode 100644 tests/tests/control_flake_decomp diff --git a/tests/tests/control_flake_2threads b/tests/tests/control_flake_2threads new file mode 100644 index 0000000000..1e6ec429a4 --- /dev/null +++ b/tests/tests/control_flake_2threads @@ -0,0 +1,48 @@ +############################################################################### +# +# Global control with flake test +# +############################################################################### + +export TEST_DESCR="Compare global control flake results with previous trunk version" + +export CNTL_DIR=control_flake + +export LIST_FILES="sfcf000.nc \ + sfcf024.nc \ + atmf000.nc \ + atmf024.nc \ + GFSFLX.GrbF00 \ + GFSFLX.GrbF24 \ + GFSPRS.GrbF00 \ + GFSPRS.GrbF24" + +export_fv3 +export NPZ=127 +export NPZP=128 +export DT_ATMOS=720 +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 RESTART_INTERVAL=6 + +export INPES=$INPES_thrd +export JNPES=$JNPES_thrd + +export atm_omp_num_threads=2 + +export LKM=1 +export IOPT_LAKE=1 + +export DO_SPPT=.true. +export DO_SHUM=.true. +export DO_SKEB=.true. + +export FV3_RUN=lake_control_run.IN +export CCPP_SUITE=FV3_GFS_v16_flake +export INPUT_NML=control_flake.nml.IN diff --git a/tests/tests/control_flake_debug b/tests/tests/control_flake_debug new file mode 100644 index 0000000000..b5403e8c85 --- /dev/null +++ b/tests/tests/control_flake_debug @@ -0,0 +1,40 @@ +############################################################################### +# +# Global control with flake test +# +############################################################################### + +export TEST_DESCR="Compare global control flake results with previous trunk version" + +export CNTL_DIR=control_flake_debug + +export LIST_FILES="sfcf000.nc \ + sfcf001.nc \ + atmf000.nc \ + atmf001.nc" + +export_fv3 +export NPZ=127 +export NPZP=128 +export DT_ATMOS=720 +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 FHMAX=1 +export OUTPUT_FH="0 1" + +export LKM=1 +export IOPT_LAKE=1 + +export DO_SPPT=.true. +export DO_SHUM=.true. +export DO_SKEB=.true. + +export FV3_RUN=lake_control_run.IN +export CCPP_SUITE=FV3_GFS_v16_flake +export INPUT_NML=control_flake.nml.IN diff --git a/tests/tests/control_flake_decomp b/tests/tests/control_flake_decomp new file mode 100644 index 0000000000..a407ee1010 --- /dev/null +++ b/tests/tests/control_flake_decomp @@ -0,0 +1,46 @@ +############################################################################### +# +# Global control with flake test +# +############################################################################### + +export TEST_DESCR="Compare global control flake results with previous trunk version" + +export CNTL_DIR=control_flake + +export LIST_FILES="sfcf000.nc \ + sfcf024.nc \ + atmf000.nc \ + atmf024.nc \ + GFSFLX.GrbF00 \ + GFSFLX.GrbF24 \ + GFSPRS.GrbF00 \ + GFSPRS.GrbF24" + +export_fv3 +export NPZ=127 +export NPZP=128 +export DT_ATMOS=720 +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 RESTART_INTERVAL=6 + +export INPES=6 +export JNPES=4 + +export LKM=1 +export IOPT_LAKE=1 + +export DO_SPPT=.true. +export DO_SHUM=.true. +export DO_SKEB=.true. + +export FV3_RUN=lake_control_run.IN +export CCPP_SUITE=FV3_GFS_v16_flake +export INPUT_NML=control_flake.nml.IN From 15a07d4a8e797a997e989b97f8acd70737ae8631 Mon Sep 17 00:00:00 2001 From: "samuel.trahan" Date: Thu, 9 Mar 2023 00:56:31 +0000 Subject: [PATCH 096/152] only enable flake tests in lake.conf --- tests/lake.conf | 49 ++++++++++++++++++++++++------------------------- 1 file changed, 24 insertions(+), 25 deletions(-) diff --git a/tests/lake.conf b/tests/lake.conf index fcd98fd200..3e5f55d577 100644 --- a/tests/lake.conf +++ b/tests/lake.conf @@ -1,40 +1,39 @@ COMPILE | -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v15_thompson_mynn,FV3_GFS_v16_flake,FV3_GFS_v16_clm_lake,FV3_GFS_v17_p8,FV3_GFS_v17_p8_rrtmgp,FV3_GFS_v15_thompson_mynn_lam3km -D32BIT=ON || fv3 | -#RUN | control | | fv3 | -#RUN | control_decomp | | | -#RUN | control_2threads | | | -#RUN | control_restart | | | control - RUN | control_flake | | fv3 | -#RUN | control_flake_restart | | | control_flake +RUN | control_flake_decomp | | | +RUN | control_flake_2threads | | | +RUN | control_flake_restart | | | control_flake # RUN | control_clm_lake | | fv3 | # RUN | control_clm_lake_decomp | | | # RUN | control_clm_lake_2threads | | | +# RUN | control_clm_lake_restart | | | control_clm_lake + + +COMPILE | -DAPP=ATM -DDEBUG=ON -D32BIT=ON | | fv3 | +RUN | control_flake_debug | | fv3 | + -# gfs v16 clm lake does not match restart -#RUN | control_clm_lake_restart | | | control_clm_lake -# COMPILE | -DAPP=ATM -DDEBUG=ON -D32BIT=ON | | fv3 | -#RUN | control_debug | | fv3 | # RUN | control_clm_lake_debug | | fv3 | -COMPILE | -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR,FV3_HRRR_clm_lake -D32BIT=ON -DCCPP_32BIT=ON | | fv3 | -RUN | hrrr_clm_lake_dyn32_phy32 | | fv3 | -RUN | hrrr_clm_lake_2threads_dyn32_phy32 | - wcoss_cray | | -RUN | hrrr_clm_lake_decomp_dyn32_phy32 | | | -RUN | hrrr_clm_lake_restart_dyn32_phy32 | | | hrrr_clm_lake_dyn32_phy32 +# COMPILE | -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR,FV3_HRRR_clm_lake -D32BIT=ON -DCCPP_32BIT=ON | | fv3 | +# RUN | hrrr_clm_lake_dyn32_phy32 | | fv3 | +# RUN | hrrr_clm_lake_2threads_dyn32_phy32 | - wcoss_cray | | +# RUN | hrrr_clm_lake_decomp_dyn32_phy32 | | | +# RUN | hrrr_clm_lake_restart_dyn32_phy32 | | | hrrr_clm_lake_dyn32_phy32 -COMPILE | -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR,FV3_HRRR_clm_lake -D32BIT=ON -DCCPP_32BIT=ON -DDEBUG=ON | | fv3 | -RUN | hrrr_clm_lake_debug_dyn32_phy32 | | fv3 | +# COMPILE | -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR,FV3_HRRR_clm_lake -D32BIT=ON -DCCPP_32BIT=ON -DDEBUG=ON | | fv3 | +# RUN | hrrr_clm_lake_debug_dyn32_phy32 | | fv3 | -COMPILE | -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_HRRR_clm_lake,FV3_HRRR_smoke,FV3_RRFS_v1beta,FV3_RRFS_v1nssl -D32BIT=ON | | fv3 | +# COMPILE | -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_HRRR_clm_lake,FV3_HRRR_smoke,FV3_RRFS_v1beta,FV3_RRFS_v1nssl -D32BIT=ON | | fv3 | -RUN | hrrr_clm_lake | | fv3 | -RUN | hrrr_clm_lake_decomp | | | -RUN | hrrr_clm_lake_2threads | | | -RUN | hrrr_clm_lake_restart | | | hrrr_clm_lake +# RUN | hrrr_clm_lake | | fv3 | +# RUN | hrrr_clm_lake_decomp | | | +# RUN | hrrr_clm_lake_2threads | | | +# RUN | hrrr_clm_lake_restart | | | hrrr_clm_lake -COMPILE | -DAPP=ATM -DDEBUG=ON -D32BIT=ON -DCCPP_SUITES=FV3_HRRR,FV3_HRRR_clm_lake | | fv3 | -RUN | hrrr_control_debug | | fv3 | -RUN | hrrr_clm_lake_debug | | fv3 | +# COMPILE | -DAPP=ATM -DDEBUG=ON -D32BIT=ON -DCCPP_SUITES=FV3_HRRR,FV3_HRRR_clm_lake | | fv3 | +# RUN | hrrr_control_debug | | fv3 | +# RUN | hrrr_clm_lake_debug | | fv3 | From 80337a59829ef1a641f207eea1a7d2ee0d067694 Mon Sep 17 00:00:00 2001 From: "samuel.trahan" Date: Thu, 9 Mar 2023 00:57:21 +0000 Subject: [PATCH 097/152] flake.conf only has gfs v16 tests --- tests/flake.conf | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 tests/flake.conf diff --git a/tests/flake.conf b/tests/flake.conf new file mode 100644 index 0000000000..620c66d247 --- /dev/null +++ b/tests/flake.conf @@ -0,0 +1,8 @@ +COMPILE | -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v15_thompson_mynn,FV3_GFS_v16_flake,FV3_GFS_v16_clm_lake,FV3_GFS_v17_p8,FV3_GFS_v17_p8_rrtmgp,FV3_GFS_v15_thompson_mynn_lam3km -D32BIT=ON || fv3 | +RUN | control_flake | | fv3 | +RUN | control_flake_decomp | | | +RUN | control_flake_2threads | | | +RUN | control_flake_restart | | | control_flake + +COMPILE | -DAPP=ATM -DDEBUG=ON -D32BIT=ON | | fv3 | +RUN | control_flake_debug | | fv3 | From 5e4e939cb9cd1bf520865ca55e9b65a540265382 Mon Sep 17 00:00:00 2001 From: "samuel.trahan" Date: Thu, 9 Mar 2023 00:57:55 +0000 Subject: [PATCH 098/152] bug fix: iopt_lake in rrfs_conus13km_hrrr.nml namelist --- tests/parm/rrfs_conus13km_hrrr.nml.IN | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/parm/rrfs_conus13km_hrrr.nml.IN b/tests/parm/rrfs_conus13km_hrrr.nml.IN index 564fce0b89..759b5089d6 100644 --- a/tests/parm/rrfs_conus13km_hrrr.nml.IN +++ b/tests/parm/rrfs_conus13km_hrrr.nml.IN @@ -236,6 +236,7 @@ ! lfnc_p0 = @[LFNC_P0] lheatstrg = @[LHEATSTRG] lkm = @[LKM] + iopt_lake = @[IOPT_LAKE] lndp_type = @[LNDP_TYPE] lradar = @[LRADAR] lrefres = .true. From bf62d16e79b2a01c5cbfcdfcdc0ca280b71808ca Mon Sep 17 00:00:00 2001 From: "samuel.trahan" Date: Thu, 9 Mar 2023 00:58:28 +0000 Subject: [PATCH 099/152] add fields to diag_table_hrrr for test purposes, to track down reason for 2threads failure --- tests/parm/diag_table/diag_table_hrrr | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/tests/parm/diag_table/diag_table_hrrr b/tests/parm/diag_table/diag_table_hrrr index ec67502b39..66f481dce4 100644 --- a/tests/parm/diag_table/diag_table_hrrr +++ b/tests/parm/diag_table/diag_table_hrrr @@ -332,6 +332,14 @@ "gfs_phys", "skebv_wts", "skebv_wts", "fv3_history", "all", .false., "none", 2 "gfs_phys", "shum_wts", "shum_wts", "fv3_history", "all", .false., "none", 2 + +"gfs_phys", "total_albedo", "total_albedo", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "tsflw", "tsflw", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "sfcdlw", "sfcdlw", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "htrlw", "htrlw", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "lwhc", "lwhc", "fv3_history2d", "all", .false., "none", 2 + + #============================================================================================= # #====> This file can be used with diag_manager/v2.0a (or higher) <==== From 7f31273bcddc92c20b45e0a873ea84eaa69b7928 Mon Sep 17 00:00:00 2001 From: "samuel.trahan" Date: Thu, 9 Mar 2023 01:01:42 +0000 Subject: [PATCH 100/152] clm lake & flake bug fixes and more diagnostics to track down 2threads issue --- FV3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FV3 b/FV3 index d9da6fb972..ee377329fe 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit d9da6fb972a210d1f39ca23d88782197348a1536 +Subproject commit ee377329feaa367bf729e020dd50181a8f082f04 From 34a85b79d63be4959ed3ee60d7aaee4c802d53d6 Mon Sep 17 00:00:00 2001 From: "samuel.trahan" Date: Thu, 9 Mar 2023 16:09:22 +0000 Subject: [PATCH 101/152] more rrfs variants --- tests/rrfs.conf | 28 +++++ ...s_conus13km_radar_tten_warm_2threads_debug | 113 +++++++++++++++++ ...rfs_conus13km_radar_tten_warm_decomp_debug | 111 +++++++++++++++++ .../rrfs_conus13km_radar_tten_warm_flake | 110 +++++++++++++++++ ...s_conus13km_radar_tten_warm_flake_2threads | 115 ++++++++++++++++++ ...s13km_radar_tten_warm_flake_2threads_debug | 113 +++++++++++++++++ ...rrfs_conus13km_radar_tten_warm_flake_debug | 108 ++++++++++++++++ ...rfs_conus13km_radar_tten_warm_flake_decomp | 111 +++++++++++++++++ ...nus13km_radar_tten_warm_flake_decomp_debug | 111 +++++++++++++++++ ...fs_conus13km_radar_tten_warm_flake_restart | 109 +++++++++++++++++ .../rrfs_conus13km_radar_tten_warm_no_lake | 109 +++++++++++++++++ ...conus13km_radar_tten_warm_no_lake_2threads | 114 +++++++++++++++++ ...3km_radar_tten_warm_no_lake_2threads_debug | 112 +++++++++++++++++ ...fs_conus13km_radar_tten_warm_no_lake_debug | 107 ++++++++++++++++ ...s_conus13km_radar_tten_warm_no_lake_decomp | 110 +++++++++++++++++ ...s13km_radar_tten_warm_no_lake_decomp_debug | 110 +++++++++++++++++ ..._conus13km_radar_tten_warm_no_lake_restart | 108 ++++++++++++++++ 17 files changed, 1799 insertions(+) create mode 100644 tests/rrfs.conf create mode 100644 tests/tests/rrfs_conus13km_radar_tten_warm_2threads_debug create mode 100644 tests/tests/rrfs_conus13km_radar_tten_warm_decomp_debug create mode 100644 tests/tests/rrfs_conus13km_radar_tten_warm_flake create mode 100644 tests/tests/rrfs_conus13km_radar_tten_warm_flake_2threads create mode 100644 tests/tests/rrfs_conus13km_radar_tten_warm_flake_2threads_debug create mode 100644 tests/tests/rrfs_conus13km_radar_tten_warm_flake_debug create mode 100644 tests/tests/rrfs_conus13km_radar_tten_warm_flake_decomp create mode 100644 tests/tests/rrfs_conus13km_radar_tten_warm_flake_decomp_debug create mode 100644 tests/tests/rrfs_conus13km_radar_tten_warm_flake_restart create mode 100644 tests/tests/rrfs_conus13km_radar_tten_warm_no_lake create mode 100644 tests/tests/rrfs_conus13km_radar_tten_warm_no_lake_2threads create mode 100644 tests/tests/rrfs_conus13km_radar_tten_warm_no_lake_2threads_debug create mode 100644 tests/tests/rrfs_conus13km_radar_tten_warm_no_lake_debug create mode 100644 tests/tests/rrfs_conus13km_radar_tten_warm_no_lake_decomp create mode 100644 tests/tests/rrfs_conus13km_radar_tten_warm_no_lake_decomp_debug create mode 100644 tests/tests/rrfs_conus13km_radar_tten_warm_no_lake_restart diff --git a/tests/rrfs.conf b/tests/rrfs.conf new file mode 100644 index 0000000000..a37e8b6ed8 --- /dev/null +++ b/tests/rrfs.conf @@ -0,0 +1,28 @@ +COMPILE | -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v15_thompson_mynn,FV3_GFS_v16_flake,FV3_GFS_v16_clm_lake,FV3_GFS_v17_p8,FV3_GFS_v17_p8_rrtmgp,FV3_GFS_v15_thompson_mynn_lam3km,FV3_HRRR,FV3_HRRR_flake -D32BIT=ON || fv3 | +RUN | rrfs_conus13km_radar_tten_warm_flake | | fv3 | +RUN | rrfs_conus13km_radar_tten_warm_flake_decomp | | | +RUN | rrfs_conus13km_radar_tten_warm_flake_2threads | | | +RUN | rrfs_conus13km_radar_tten_warm_flake_restart | | | rrfs_conus13km_radar_tten_warm_flake + +RUN | rrfs_conus13km_radar_tten_warm | | fv3 | +RUN | rrfs_conus13km_radar_tten_warm_decomp | | | +RUN | rrfs_conus13km_radar_tten_warm_2threads | | | +RUN | rrfs_conus13km_radar_tten_warm_restart | | | rrfs_conus13km_radar_tten_warm + +RUN | rrfs_conus13km_radar_tten_warm_no_lake | | fv3 | +RUN | rrfs_conus13km_radar_tten_warm_no_lake_decomp | | | +RUN | rrfs_conus13km_radar_tten_warm_no_lake_2threads | | | +RUN | rrfs_conus13km_radar_tten_warm_no_lake_restart | | | rrfs_conus13km_radar_tten_warm_no_lake + +COMPILE | -DAPP=ATM -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v15_thompson_mynn,FV3_GFS_v16_flake,FV3_GFS_v16_clm_lake,FV3_GFS_v17_p8,FV3_GFS_v17_p8_rrtmgp,FV3_GFS_v15_thompson_mynn_lam3km,FV3_HRRR,FV3_HRRR_flake -D32BIT=ON || fv3 | +RUN | rrfs_conus13km_radar_tten_warm_debug | | | +RUN | rrfs_conus13km_radar_tten_warm_decomp_debug | | | +RUN | rrfs_conus13km_radar_tten_warm_2threads_debug | | | + +RUN | rrfs_conus13km_radar_tten_warm_flake_debug | | | +RUN | rrfs_conus13km_radar_tten_warm_flake_decomp_debug | | | +RUN | rrfs_conus13km_radar_tten_warm_flake_2threads_debug | | | + +RUN | rrfs_conus13km_radar_tten_warm_no_lake_debug | | | +RUN | rrfs_conus13km_radar_tten_warm_no_lake_decomp_debug | | | +RUN | rrfs_conus13km_radar_tten_warm_no_lake_2threads_debug | | | diff --git a/tests/tests/rrfs_conus13km_radar_tten_warm_2threads_debug b/tests/tests/rrfs_conus13km_radar_tten_warm_2threads_debug new file mode 100644 index 0000000000..07b82a4b76 --- /dev/null +++ b/tests/tests/rrfs_conus13km_radar_tten_warm_2threads_debug @@ -0,0 +1,113 @@ +############################################################################### +# +# HRRR physics on 13km domain, with radar-derived MP temperature tendencies for 1 hour, debug run +# +############################################################################### + +# This configuration is supposed to match the rrfs_dev1 parallel, so +# do not change the namelist without checking the current parallel. + +export TEST_DESCR="HRRR physics on 13km domain, with radar-derived MP temperature tendencies for 1 hour, debug run" + +export CNTL_DIR=rrfs_conus13km_radar_tten_warm_debug + +export LIST_FILES="sfcf000.nc \ + sfcf001.nc \ + atmf000.nc \ + atmf001.nc" + +export_fv3 + +export FH_DFI_RADAR='0.0, 0.125, 0.25, 0.375, 0.5' + +export SYEAR=2021 +export SMONTH=5 +export SDAY=12 +export SHOUR=16 +export FHMAX=1 +export DT_ATMOS=120 +export RESTART_INTERVAL=1 +export QUILTING=.true. +export WRITE_GROUP=1 +export WRTTASK_PER_GROUP=6 +export NTILES=1 +export WRITE_DOPOST=.false. +export OUTPUT_HISTORY=.true. +export OUTPUT_GRID=lambert_conformal +export OUTPUT_FILE="'netcdf'" + +export atm_omp_num_threads=2 +export INPES=$INPES_thrd +export JNPES=$JNPES_thrd +export WRTTASK_PER_GROUP=6 + +# Revert these two to GFS_typedefs defaults to avoid a crash: +export SEDI_SEMI=.false. +export DECFL=8 + +export LKM=1 +export IOPT_LAKE=2 +export SFCLAY_COMPUTE_FLUX=.true. +export IALB=2 +export ICLIQ_SW=2 +export IEMS=2 +export IOVR=3 +export KICE=9 +export LSM=3 +export LSOIL_LSM=9 +export DO_MYNNSFCLAY=.true. +export DO_MYNNEDMF=.true. +export DO_MYJPBL=.true +export HYBEDMF=.false. +export SHAL_CNV=.false. +export DO_SAT_ADJ=.false. +export DO_DEEP=.false. +export CCPP_SUITE='FV3_HRRR' +export INPES=12 +export JNPES=12 +export NPX=397 +export NPY=233 +export NPZ=65 +export MAKE_NH=.false. +export NA_INIT=0 +export DNATS=0 +export EXTERNAL_IC=.false. +export NGGPS_IC=.false. +export MOUNTAIN=.true. +export WARM_START=.true. +export READ_INCREMENT=.false. +export RES_LATLON_DYNAMICS="'fv3_increment.nc'" +export NPZP=66 +export FHZERO=1.0 +export IMP_PHYSICS=8 +export LDIAG3D=.false. +export QDIAG3D=.false. +export PRINT_DIFF_PGR=.true. +export FHCYC=0.0 +export IAER=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_debug b/tests/tests/rrfs_conus13km_radar_tten_warm_decomp_debug new file mode 100644 index 0000000000..83ad626898 --- /dev/null +++ b/tests/tests/rrfs_conus13km_radar_tten_warm_decomp_debug @@ -0,0 +1,111 @@ +############################################################################### +# +# HRRR physics on 13km domain, with radar-derived MP temperature tendencies for 1 hour, different PEs, debug mode +# +############################################################################### + +# This configuration is supposed to match the rrfs_dev1 parallel, so +# do not change the namelist without checking the current parallel. + +export TEST_DESCR="HRRR physics on 13km domain, with radar-derived MP temperature tendencies for 1 hour, different PEs, debug mode" + +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=120 +export RESTART_INTERVAL=1 +export QUILTING=.true. +export WRITE_GROUP=1 +export WRTTASK_PER_GROUP=6 +export NTILES=1 +export WRITE_DOPOST=.false. +export OUTPUT_HISTORY=.true. +export OUTPUT_GRID=lambert_conformal +export OUTPUT_FILE="'netcdf'" + +export INPES=16 +export JNPES=9 + +# Revert these two to GFS_typedefs defaults to avoid a crash: +export SEDI_SEMI=.false. +export DECFL=8 + +export LKM=1 +export IOPT_LAKE=2 +export SFCLAY_COMPUTE_FLUX=.true. +export IALB=2 +export ICLIQ_SW=2 +export IEMS=2 +export IOVR=3 +export KICE=9 +export LSM=3 +export LSOIL_LSM=9 +export DO_MYNNSFCLAY=.true. +export DO_MYNNEDMF=.true. +export DO_MYJPBL=.true +export HYBEDMF=.false. +export SHAL_CNV=.false. +export DO_SAT_ADJ=.false. +export DO_DEEP=.false. +export CCPP_SUITE='FV3_HRRR' +export NPX=397 +export NPY=233 +export NPZ=65 +export MAKE_NH=.false. +export NA_INIT=0 +export DNATS=0 +export EXTERNAL_IC=.false. +export NGGPS_IC=.false. +export MOUNTAIN=.true. +export WARM_START=.true. +export READ_INCREMENT=.false. +export RES_LATLON_DYNAMICS="'fv3_increment.nc'" +export NPZP=66 +export FHZERO=1.0 +export IMP_PHYSICS=8 +export LDIAG3D=.false. +export QDIAG3D=.false. +export PRINT_DIFF_PGR=.true. +export FHCYC=0.0 +export IAER=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_flake b/tests/tests/rrfs_conus13km_radar_tten_warm_flake new file mode 100644 index 0000000000..f4b4508477 --- /dev/null +++ b/tests/tests/rrfs_conus13km_radar_tten_warm_flake @@ -0,0 +1,110 @@ +############################################################################### +# +# HRRR physics with Flake 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 with Flake on 13km domain, with radar-derived MP temperature tendencies for 1 hour" + +export CNTL_DIR=rrfs_conus13km_radar_tten_warm + +export LIST_FILES="sfcf000.nc \ + sfcf001.nc \ + sfcf002.nc \ + atmf000.nc \ + atmf001.nc \ + atmf002.nc" + +export_fv3 + +export FH_DFI_RADAR='0.0, 0.25, 0.50, 0.75, 1.0' + +export SYEAR=2021 +export SMONTH=5 +export SDAY=12 +export SHOUR=16 +export FHMAX=2 +export DT_ATMOS=120 +export RESTART_INTERVAL=1 +export QUILTING=.true. +export WRITE_GROUP=1 +export WRTTASK_PER_GROUP=6 +export NTILES=1 +export WRITE_DOPOST=.false. +export OUTPUT_HISTORY=.true. +export OUTPUT_GRID=lambert_conformal +export OUTPUT_FILE="'netcdf'" + +# Revert these two to GFS_typedefs defaults to avoid a crash: +export SEDI_SEMI=.false. +export DECFL=8 + +export LKM=1 +export IOPT_LAKE=1 +export SFCLAY_COMPUTE_FLUX=.true. +export IALB=2 +export ICLIQ_SW=2 +export IEMS=2 +export IOVR=3 +export KICE=9 +export LSM=3 +export LSOIL_LSM=9 +export DO_MYNNSFCLAY=.true. +export DO_MYNNEDMF=.true. +export DO_MYJPBL=.true +export HYBEDMF=.false. +export SHAL_CNV=.false. +export DO_SAT_ADJ=.false. +export DO_DEEP=.false. +export CCPP_SUITE='FV3_HRRR_flake' +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_flake_2threads b/tests/tests/rrfs_conus13km_radar_tten_warm_flake_2threads new file mode 100644 index 0000000000..360ef0475c --- /dev/null +++ b/tests/tests/rrfs_conus13km_radar_tten_warm_flake_2threads @@ -0,0 +1,115 @@ +############################################################################### +# +# HRRR physics with Flake on 13km domain, with radar-derived MP temperature tendencies for 1 hour, different threads +# +############################################################################### + +# This configuration is supposed to match the rrfs_dev1 parallel, so +# do not change the namelist without checking the current parallel. + +export TEST_DESCR="HRRR physics with Flake on 13km domain, with radar-derived MP temperature tendencies for 1 hour, different threads" + +export CNTL_DIR=rrfs_conus13km_radar_tten_flake_warm + +export LIST_FILES="sfcf000.nc \ + sfcf001.nc \ + sfcf002.nc \ + atmf000.nc \ + atmf001.nc \ + atmf002.nc" + +export_fv3 + +export FH_DFI_RADAR='0.0, 0.25, 0.50, 0.75, 1.0' + +export SYEAR=2021 +export SMONTH=5 +export SDAY=12 +export SHOUR=16 +export FHMAX=2 +export DT_ATMOS=120 +export RESTART_INTERVAL=1 +export QUILTING=.true. +export WRITE_GROUP=1 +export WRTTASK_PER_GROUP=6 +export NTILES=1 +export WRITE_DOPOST=.false. +export OUTPUT_HISTORY=.true. +export OUTPUT_GRID=lambert_conformal +export OUTPUT_FILE="'netcdf'" + +export atm_omp_num_threads=2 +export INPES=$INPES_thrd +export JNPES=$JNPES_thrd +export WRTTASK_PER_GROUP=6 + +# Revert these two to GFS_typedefs defaults to avoid a crash: +export SEDI_SEMI=.false. +export DECFL=8 + +export LKM=1 +export IOPT_LAKE=1 +export SFCLAY_COMPUTE_FLUX=.true. +export IALB=2 +export ICLIQ_SW=2 +export IEMS=2 +export IOVR=3 +export KICE=9 +export LSM=3 +export LSOIL_LSM=9 +export DO_MYNNSFCLAY=.true. +export DO_MYNNEDMF=.true. +export DO_MYJPBL=.true +export HYBEDMF=.false. +export SHAL_CNV=.false. +export DO_SAT_ADJ=.false. +export DO_DEEP=.false. +export CCPP_SUITE='FV3_HRRR_flake' +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_flake_2threads_debug b/tests/tests/rrfs_conus13km_radar_tten_warm_flake_2threads_debug new file mode 100644 index 0000000000..47dc404e29 --- /dev/null +++ b/tests/tests/rrfs_conus13km_radar_tten_warm_flake_2threads_debug @@ -0,0 +1,113 @@ +############################################################################### +# +# HRRR physics with Flake on 13km domain, with radar-derived MP temperature tendencies for 1 hour, debug run +# +############################################################################### + +# This configuration is supposed to match the rrfs_dev1 parallel, so +# do not change the namelist without checking the current parallel. + +export TEST_DESCR="HRRR physics with Flake on 13km domain, with radar-derived MP temperature tendencies for 1 hour, debug run" + +export CNTL_DIR=rrfs_conus13km_radar_tten_warm_flake_debug + +export LIST_FILES="sfcf000.nc \ + sfcf001.nc \ + atmf000.nc \ + atmf001.nc" + +export_fv3 + +export FH_DFI_RADAR='0.0, 0.125, 0.25, 0.375, 0.5' + +export SYEAR=2021 +export SMONTH=5 +export SDAY=12 +export SHOUR=16 +export FHMAX=1 +export DT_ATMOS=120 +export RESTART_INTERVAL=1 +export QUILTING=.true. +export WRITE_GROUP=1 +export WRTTASK_PER_GROUP=6 +export NTILES=1 +export WRITE_DOPOST=.false. +export OUTPUT_HISTORY=.true. +export OUTPUT_GRID=lambert_conformal +export OUTPUT_FILE="'netcdf'" + +export atm_omp_num_threads=2 +export INPES=$INPES_thrd +export JNPES=$JNPES_thrd +export WRTTASK_PER_GROUP=6 + +# Revert these two to GFS_typedefs defaults to avoid a crash: +export SEDI_SEMI=.false. +export DECFL=8 + +export LKM=1 +export IOPT_LAKE=1 +export SFCLAY_COMPUTE_FLUX=.true. +export IALB=2 +export ICLIQ_SW=2 +export IEMS=2 +export IOVR=3 +export KICE=9 +export LSM=3 +export LSOIL_LSM=9 +export DO_MYNNSFCLAY=.true. +export DO_MYNNEDMF=.true. +export DO_MYJPBL=.true +export HYBEDMF=.false. +export SHAL_CNV=.false. +export DO_SAT_ADJ=.false. +export DO_DEEP=.false. +export CCPP_SUITE='FV3_HRRR_flake' +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_flake_debug b/tests/tests/rrfs_conus13km_radar_tten_warm_flake_debug new file mode 100644 index 0000000000..d6deb66ecb --- /dev/null +++ b/tests/tests/rrfs_conus13km_radar_tten_warm_flake_debug @@ -0,0 +1,108 @@ +############################################################################### +# +# HRRR physics with Flake on 13km domain, with radar-derived MP temperature tendencies for 1 hour, debug run +# +############################################################################### + +# This configuration is supposed to match the rrfs_dev1 parallel, so +# do not change the namelist without checking the current parallel. + +export TEST_DESCR="HRRR physics with Flake on 13km domain, with radar-derived MP temperature tendencies for 1 hour, debug run" + +export CNTL_DIR=rrfs_conus13km_radar_tten_warm_flake_debug + +export LIST_FILES="sfcf000.nc \ + sfcf001.nc \ + atmf000.nc \ + atmf001.nc" + +export_fv3 + +export FH_DFI_RADAR='0.0, 0.125, 0.25, 0.375, 0.5' + +export SYEAR=2021 +export SMONTH=5 +export SDAY=12 +export SHOUR=16 +export FHMAX=1 +export DT_ATMOS=120 +export RESTART_INTERVAL=1 +export QUILTING=.true. +export WRITE_GROUP=1 +export WRTTASK_PER_GROUP=6 +export NTILES=1 +export WRITE_DOPOST=.false. +export OUTPUT_HISTORY=.true. +export OUTPUT_GRID=lambert_conformal +export OUTPUT_FILE="'netcdf'" + +# Revert these two to GFS_typedefs defaults to avoid a crash: +export SEDI_SEMI=.false. +export DECFL=8 + +export LKM=1 +export IOPT_LAKE=1 +export SFCLAY_COMPUTE_FLUX=.true. +export IALB=2 +export ICLIQ_SW=2 +export IEMS=2 +export IOVR=3 +export KICE=9 +export LSM=3 +export LSOIL_LSM=9 +export DO_MYNNSFCLAY=.true. +export DO_MYNNEDMF=.true. +export DO_MYJPBL=.true +export HYBEDMF=.false. +export SHAL_CNV=.false. +export DO_SAT_ADJ=.false. +export DO_DEEP=.false. +export CCPP_SUITE='FV3_HRRR_flake' +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_flake_decomp b/tests/tests/rrfs_conus13km_radar_tten_warm_flake_decomp new file mode 100644 index 0000000000..b42f168949 --- /dev/null +++ b/tests/tests/rrfs_conus13km_radar_tten_warm_flake_decomp @@ -0,0 +1,111 @@ +############################################################################### +# +# HRRR physics with Flake on 13km domain, with radar-derived MP temperature tendencies for 1 hour, different PEs +# +############################################################################### + +# This configuration is supposed to match the rrfs_dev1 parallel, so +# do not change the namelist without checking the current parallel. + +export TEST_DESCR="HRRR physics with Flake on 13km domain, with radar-derived MP temperature tendencies for 1 hour, different PEs" + +export CNTL_DIR=rrfs_conus13km_radar_tten_warm_flake + +export LIST_FILES="sfcf000.nc \ + sfcf001.nc \ + sfcf002.nc \ + atmf000.nc \ + atmf001.nc \ + atmf002.nc" + +export_fv3 + +export FH_DFI_RADAR='0.0, 0.25, 0.50, 0.75, 1.0' + +export SYEAR=2021 +export SMONTH=5 +export SDAY=12 +export SHOUR=16 +export FHMAX=2 +export DT_ATMOS=120 +export RESTART_INTERVAL=1 +export QUILTING=.true. +export WRITE_GROUP=1 +export WRTTASK_PER_GROUP=6 +export NTILES=1 +export WRITE_DOPOST=.false. +export OUTPUT_HISTORY=.true. +export OUTPUT_GRID=lambert_conformal +export OUTPUT_FILE="'netcdf'" + +export INPES=16 +export JNPES=9 + +# Revert these two to GFS_typedefs defaults to avoid a crash: +export SEDI_SEMI=.false. +export DECFL=8 + +export LKM=1 +export IOPT_LAKE=1 +export SFCLAY_COMPUTE_FLUX=.true. +export IALB=2 +export ICLIQ_SW=2 +export IEMS=2 +export IOVR=3 +export KICE=9 +export LSM=3 +export LSOIL_LSM=9 +export DO_MYNNSFCLAY=.true. +export DO_MYNNEDMF=.true. +export DO_MYJPBL=.true +export HYBEDMF=.false. +export SHAL_CNV=.false. +export DO_SAT_ADJ=.false. +export DO_DEEP=.false. +export CCPP_SUITE='FV3_HRRR_flake' +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_flake_decomp_debug b/tests/tests/rrfs_conus13km_radar_tten_warm_flake_decomp_debug new file mode 100644 index 0000000000..6603b5f476 --- /dev/null +++ b/tests/tests/rrfs_conus13km_radar_tten_warm_flake_decomp_debug @@ -0,0 +1,111 @@ +############################################################################### +# +# HRRR physics with Flake on 13km domain, with radar-derived MP temperature tendencies for 1 hour, different PEs, debug mode +# +############################################################################### + +# 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 with Flake on 13km domain, with radar-derived MP temperature tendencies for 1 hour, different PEs, debug mode" + +export CNTL_DIR=rrfs_conus13km_radar_tten_warm_flake_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=120 +export RESTART_INTERVAL=1 +export QUILTING=.true. +export WRITE_GROUP=1 +export WRTTASK_PER_GROUP=6 +export NTILES=1 +export WRITE_DOPOST=.false. +export OUTPUT_HISTORY=.true. +export OUTPUT_GRID=lambert_conformal +export OUTPUT_FILE="'netcdf'" + +export INPES=16 +export JNPES=9 + +# Revert these two to GFS_typedefs defaults to avoid a crash: +export SEDI_SEMI=.false. +export DECFL=8 + +export LKM=1 +export IOPT_LAKE=1 +export SFCLAY_COMPUTE_FLUX=.true. +export IALB=2 +export ICLIQ_SW=2 +export IEMS=2 +export IOVR=3 +export KICE=9 +export LSM=3 +export LSOIL_LSM=9 +export DO_MYNNSFCLAY=.true. +export DO_MYNNEDMF=.true. +export DO_MYJPBL=.true +export HYBEDMF=.false. +export SHAL_CNV=.false. +export DO_SAT_ADJ=.false. +export DO_DEEP=.false. +export CCPP_SUITE='FV3_HRRR_flake' +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_flake_restart b/tests/tests/rrfs_conus13km_radar_tten_warm_flake_restart new file mode 100644 index 0000000000..f26deb7f2b --- /dev/null +++ b/tests/tests/rrfs_conus13km_radar_tten_warm_flake_restart @@ -0,0 +1,109 @@ +############################################################################### +# +# HRRR physics with flake 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 with flake on 13km domain, with radar-derived MP temperature tendencies for 1 hour" + +export CNTL_DIR=rrfs_conus13km_radar_tten_warm_flake + +export LIST_FILES="sfcf002.nc \ + atmf002.nc" + +export_fv3 + +export FH_DFI_RADAR='0.0, 0.25, 0.50, 0.75, 1.0' + +export SYEAR=2021 +export SMONTH=5 +export SDAY=12 +export SHOUR=16 +export FHMAX=2 +export DT_ATMOS=120 +export QUILTING=.true. +export WRITE_GROUP=1 +export WRTTASK_PER_GROUP=6 +export NTILES=1 +export WRITE_DOPOST=.false. +export OUTPUT_HISTORY=.true. +export OUTPUT_GRID=lambert_conformal +export OUTPUT_FILE="'netcdf'" + +export FHROT=1 +export RESTART_FILE_PREFIX=$( printf %04d%02d%02d.%02d0000 $SYEAR $SMONTH $SDAY $(( SHOUR+FHROT )) ) +export RRFS_RESTART=YES + +# Revert these two to GFS_typedefs defaults to avoid a crash: +export SEDI_SEMI=.false. +export DECFL=8 + +export LKM=1 +export IOPT_LAKE=1 +export SFCLAY_COMPUTE_FLUX=.true. +export IALB=2 +export ICLIQ_SW=2 +export IEMS=2 +export IOVR=3 +export KICE=9 +export LSM=3 +export LSOIL_LSM=9 +export DO_MYNNSFCLAY=.true. +export DO_MYNNEDMF=.true. +export DO_MYJPBL=.true +export HYBEDMF=.false. +export SHAL_CNV=.false. +export DO_SAT_ADJ=.false. +export DO_DEEP=.false. +export CCPP_SUITE='FV3_HRRR_flake' +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_no_lake b/tests/tests/rrfs_conus13km_radar_tten_warm_no_lake new file mode 100644 index 0000000000..5805ac49aa --- /dev/null +++ b/tests/tests/rrfs_conus13km_radar_tten_warm_no_lake @@ -0,0 +1,109 @@ +############################################################################### +# +# HRRR physics with No Lake 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 with No Lake on 13km domain, with radar-derived MP temperature tendencies for 1 hour" + +export CNTL_DIR=rrfs_conus13km_radar_tten_warm_no_lake + +export LIST_FILES="sfcf000.nc \ + sfcf001.nc \ + sfcf002.nc \ + atmf000.nc \ + atmf001.nc \ + atmf002.nc" + +export_fv3 + +export FH_DFI_RADAR='0.0, 0.25, 0.50, 0.75, 1.0' + +export SYEAR=2021 +export SMONTH=5 +export SDAY=12 +export SHOUR=16 +export FHMAX=2 +export DT_ATMOS=120 +export RESTART_INTERVAL=1 +export QUILTING=.true. +export WRITE_GROUP=1 +export WRTTASK_PER_GROUP=6 +export NTILES=1 +export WRITE_DOPOST=.false. +export OUTPUT_HISTORY=.true. +export OUTPUT_GRID=lambert_conformal +export OUTPUT_FILE="'netcdf'" + +# Revert these two to GFS_typedefs defaults to avoid a crash: +export SEDI_SEMI=.false. +export DECFL=8 + +export LKM=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' +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_no_lake_2threads b/tests/tests/rrfs_conus13km_radar_tten_warm_no_lake_2threads new file mode 100644 index 0000000000..411db1f403 --- /dev/null +++ b/tests/tests/rrfs_conus13km_radar_tten_warm_no_lake_2threads @@ -0,0 +1,114 @@ +############################################################################### +# +# HRRR physics with No Lake on 13km domain, with radar-derived MP temperature tendencies for 1 hour, different threads +# +############################################################################### + +# This configuration is supposed to match the rrfs_dev1 parallel, so +# do not change the namelist without checking the current parallel. + +export TEST_DESCR="HRRR physics with No Lake on 13km domain, with radar-derived MP temperature tendencies for 1 hour, different threads" + +export CNTL_DIR=rrfs_conus13km_radar_tten_no_lake_warm + +export LIST_FILES="sfcf000.nc \ + sfcf001.nc \ + sfcf002.nc \ + atmf000.nc \ + atmf001.nc \ + atmf002.nc" + +export_fv3 + +export FH_DFI_RADAR='0.0, 0.25, 0.50, 0.75, 1.0' + +export SYEAR=2021 +export SMONTH=5 +export SDAY=12 +export SHOUR=16 +export FHMAX=2 +export DT_ATMOS=120 +export RESTART_INTERVAL=1 +export QUILTING=.true. +export WRITE_GROUP=1 +export WRTTASK_PER_GROUP=6 +export NTILES=1 +export WRITE_DOPOST=.false. +export OUTPUT_HISTORY=.true. +export OUTPUT_GRID=lambert_conformal +export OUTPUT_FILE="'netcdf'" + +export atm_omp_num_threads=2 +export INPES=$INPES_thrd +export JNPES=$JNPES_thrd +export WRTTASK_PER_GROUP=6 + +# Revert these two to GFS_typedefs defaults to avoid a crash: +export SEDI_SEMI=.false. +export DECFL=8 + +export LKM=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' +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_no_lake_2threads_debug b/tests/tests/rrfs_conus13km_radar_tten_warm_no_lake_2threads_debug new file mode 100644 index 0000000000..5ec0cdf8d7 --- /dev/null +++ b/tests/tests/rrfs_conus13km_radar_tten_warm_no_lake_2threads_debug @@ -0,0 +1,112 @@ +############################################################################### +# +# HRRR physics with No Lake on 13km domain, with radar-derived MP temperature tendencies for 1 hour, debug run +# +############################################################################### + +# This configuration is supposed to match the rrfs_dev1 parallel, so +# do not change the namelist without checking the current parallel. + +export TEST_DESCR="HRRR physics with No Lake on 13km domain, with radar-derived MP temperature tendencies for 1 hour, debug run" + +export CNTL_DIR=rrfs_conus13km_radar_tten_warm_no_lake_debug + +export LIST_FILES="sfcf000.nc \ + sfcf001.nc \ + atmf000.nc \ + atmf001.nc" + +export_fv3 + +export FH_DFI_RADAR='0.0, 0.125, 0.25, 0.375, 0.5' + +export SYEAR=2021 +export SMONTH=5 +export SDAY=12 +export SHOUR=16 +export FHMAX=1 +export DT_ATMOS=120 +export RESTART_INTERVAL=1 +export QUILTING=.true. +export WRITE_GROUP=1 +export WRTTASK_PER_GROUP=6 +export NTILES=1 +export WRITE_DOPOST=.false. +export OUTPUT_HISTORY=.true. +export OUTPUT_GRID=lambert_conformal +export OUTPUT_FILE="'netcdf'" + +export atm_omp_num_threads=2 +export INPES=$INPES_thrd +export JNPES=$JNPES_thrd +export WRTTASK_PER_GROUP=6 + +# Revert these two to GFS_typedefs defaults to avoid a crash: +export SEDI_SEMI=.false. +export DECFL=8 + +export LKM=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' +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_no_lake_debug b/tests/tests/rrfs_conus13km_radar_tten_warm_no_lake_debug new file mode 100644 index 0000000000..79f7bf154c --- /dev/null +++ b/tests/tests/rrfs_conus13km_radar_tten_warm_no_lake_debug @@ -0,0 +1,107 @@ +############################################################################### +# +# HRRR physics with No Lake on 13km domain, with radar-derived MP temperature tendencies for 1 hour, debug run +# +############################################################################### + +# This configuration is supposed to match the rrfs_dev1 parallel, so +# do not change the namelist without checking the current parallel. + +export TEST_DESCR="HRRR physics with No Lake on 13km domain, with radar-derived MP temperature tendencies for 1 hour, debug run" + +export CNTL_DIR=rrfs_conus13km_radar_tten_warm_no_lake_debug + +export LIST_FILES="sfcf000.nc \ + sfcf001.nc \ + atmf000.nc \ + atmf001.nc" + +export_fv3 + +export FH_DFI_RADAR='0.0, 0.125, 0.25, 0.375, 0.5' + +export SYEAR=2021 +export SMONTH=5 +export SDAY=12 +export SHOUR=16 +export FHMAX=1 +export DT_ATMOS=120 +export RESTART_INTERVAL=1 +export QUILTING=.true. +export WRITE_GROUP=1 +export WRTTASK_PER_GROUP=6 +export NTILES=1 +export WRITE_DOPOST=.false. +export OUTPUT_HISTORY=.true. +export OUTPUT_GRID=lambert_conformal +export OUTPUT_FILE="'netcdf'" + +# Revert these two to GFS_typedefs defaults to avoid a crash: +export SEDI_SEMI=.false. +export DECFL=8 + +export LKM=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' +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_no_lake_decomp b/tests/tests/rrfs_conus13km_radar_tten_warm_no_lake_decomp new file mode 100644 index 0000000000..6e80a88cea --- /dev/null +++ b/tests/tests/rrfs_conus13km_radar_tten_warm_no_lake_decomp @@ -0,0 +1,110 @@ +############################################################################### +# +# HRRR physics with No Lake on 13km domain, with radar-derived MP temperature tendencies for 1 hour, different PEs +# +############################################################################### + +# This configuration is supposed to match the rrfs_dev1 parallel, so +# do not change the namelist without checking the current parallel. + +export TEST_DESCR="HRRR physics with No Lake on 13km domain, with radar-derived MP temperature tendencies for 1 hour, different PEs" + +export CNTL_DIR=rrfs_conus13km_radar_tten_warm_no_lake + +export LIST_FILES="sfcf000.nc \ + sfcf001.nc \ + sfcf002.nc \ + atmf000.nc \ + atmf001.nc \ + atmf002.nc" + +export_fv3 + +export FH_DFI_RADAR='0.0, 0.25, 0.50, 0.75, 1.0' + +export SYEAR=2021 +export SMONTH=5 +export SDAY=12 +export SHOUR=16 +export FHMAX=2 +export DT_ATMOS=120 +export RESTART_INTERVAL=1 +export QUILTING=.true. +export WRITE_GROUP=1 +export WRTTASK_PER_GROUP=6 +export NTILES=1 +export WRITE_DOPOST=.false. +export OUTPUT_HISTORY=.true. +export OUTPUT_GRID=lambert_conformal +export OUTPUT_FILE="'netcdf'" + +export INPES=16 +export JNPES=9 + +# Revert these two to GFS_typedefs defaults to avoid a crash: +export SEDI_SEMI=.false. +export DECFL=8 + +export LKM=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' +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_no_lake_decomp_debug b/tests/tests/rrfs_conus13km_radar_tten_warm_no_lake_decomp_debug new file mode 100644 index 0000000000..5a3dd95a31 --- /dev/null +++ b/tests/tests/rrfs_conus13km_radar_tten_warm_no_lake_decomp_debug @@ -0,0 +1,110 @@ +############################################################################### +# +# HRRR physics with No Lake on 13km domain, with radar-derived MP temperature tendencies for 1 hour, different PEs, debug mode +# +############################################################################### + +# 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 with No Lake on 13km domain, with radar-derived MP temperature tendencies for 1 hour, different PEs, debug mode" + +export CNTL_DIR=rrfs_conus13km_radar_tten_warm_no_lake_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=120 +export RESTART_INTERVAL=1 +export QUILTING=.true. +export WRITE_GROUP=1 +export WRTTASK_PER_GROUP=6 +export NTILES=1 +export WRITE_DOPOST=.false. +export OUTPUT_HISTORY=.true. +export OUTPUT_GRID=lambert_conformal +export OUTPUT_FILE="'netcdf'" + +export INPES=16 +export JNPES=9 + +# Revert these two to GFS_typedefs defaults to avoid a crash: +export SEDI_SEMI=.false. +export DECFL=8 + +export LKM=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' +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_no_lake_restart b/tests/tests/rrfs_conus13km_radar_tten_warm_no_lake_restart new file mode 100644 index 0000000000..c2590eb43b --- /dev/null +++ b/tests/tests/rrfs_conus13km_radar_tten_warm_no_lake_restart @@ -0,0 +1,108 @@ +############################################################################### +# +# HRRR physics with no lake 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 with no lake on 13km domain, with radar-derived MP temperature tendencies for 1 hour" + +export CNTL_DIR=rrfs_conus13km_radar_tten_warm_no_lake + +export LIST_FILES="sfcf002.nc \ + atmf002.nc" + +export_fv3 + +export FH_DFI_RADAR='0.0, 0.25, 0.50, 0.75, 1.0' + +export SYEAR=2021 +export SMONTH=5 +export SDAY=12 +export SHOUR=16 +export FHMAX=2 +export DT_ATMOS=120 +export QUILTING=.true. +export WRITE_GROUP=1 +export WRTTASK_PER_GROUP=6 +export NTILES=1 +export WRITE_DOPOST=.false. +export OUTPUT_HISTORY=.true. +export OUTPUT_GRID=lambert_conformal +export OUTPUT_FILE="'netcdf'" + +export FHROT=1 +export RESTART_FILE_PREFIX=$( printf %04d%02d%02d.%02d0000 $SYEAR $SMONTH $SDAY $(( SHOUR+FHROT )) ) +export RRFS_RESTART=YES + +# Revert these two to GFS_typedefs defaults to avoid a crash: +export SEDI_SEMI=.false. +export DECFL=8 + +export LKM=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' +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 From cdf72168f207adccfd9f8a53d39d0d8d29dd27de Mon Sep 17 00:00:00 2001 From: "samuel.trahan" Date: Thu, 9 Mar 2023 18:28:27 +0000 Subject: [PATCH 102/152] bug fixes to suites & meta --- FV3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FV3 b/FV3 index ee377329fe..1fd14279a4 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit ee377329feaa367bf729e020dd50181a8f082f04 +Subproject commit 1fd14279a4c7c7d481116e2ebf248df2a4e09d2c From 17d01c0b1b8c17146453d8b121d24afa16ac5b8f Mon Sep 17 00:00:00 2001 From: "samuel.trahan" Date: Thu, 9 Mar 2023 18:28:45 +0000 Subject: [PATCH 103/152] wrong control in four new tests --- tests/tests/rrfs_conus13km_radar_tten_warm_flake | 2 +- tests/tests/rrfs_conus13km_radar_tten_warm_flake_2threads | 2 +- tests/tests/rrfs_conus13km_radar_tten_warm_no_lake_2threads | 2 +- tests/tests/rrfs_conus13km_radar_tten_warm_no_lake_decomp_debug | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/tests/rrfs_conus13km_radar_tten_warm_flake b/tests/tests/rrfs_conus13km_radar_tten_warm_flake index f4b4508477..b6b4eb20ac 100644 --- a/tests/tests/rrfs_conus13km_radar_tten_warm_flake +++ b/tests/tests/rrfs_conus13km_radar_tten_warm_flake @@ -9,7 +9,7 @@ export TEST_DESCR="HRRR physics with Flake on 13km domain, with radar-derived MP temperature tendencies for 1 hour" -export CNTL_DIR=rrfs_conus13km_radar_tten_warm +export CNTL_DIR=rrfs_conus13km_radar_tten_warm_flake export LIST_FILES="sfcf000.nc \ sfcf001.nc \ diff --git a/tests/tests/rrfs_conus13km_radar_tten_warm_flake_2threads b/tests/tests/rrfs_conus13km_radar_tten_warm_flake_2threads index 360ef0475c..842124674f 100644 --- a/tests/tests/rrfs_conus13km_radar_tten_warm_flake_2threads +++ b/tests/tests/rrfs_conus13km_radar_tten_warm_flake_2threads @@ -9,7 +9,7 @@ export TEST_DESCR="HRRR physics with Flake on 13km domain, with radar-derived MP temperature tendencies for 1 hour, different threads" -export CNTL_DIR=rrfs_conus13km_radar_tten_flake_warm +export CNTL_DIR=rrfs_conus13km_radar_tten_flake_flake export LIST_FILES="sfcf000.nc \ sfcf001.nc \ diff --git a/tests/tests/rrfs_conus13km_radar_tten_warm_no_lake_2threads b/tests/tests/rrfs_conus13km_radar_tten_warm_no_lake_2threads index 411db1f403..84308761a5 100644 --- a/tests/tests/rrfs_conus13km_radar_tten_warm_no_lake_2threads +++ b/tests/tests/rrfs_conus13km_radar_tten_warm_no_lake_2threads @@ -9,7 +9,7 @@ export TEST_DESCR="HRRR physics with No Lake on 13km domain, with radar-derived MP temperature tendencies for 1 hour, different threads" -export CNTL_DIR=rrfs_conus13km_radar_tten_no_lake_warm +export CNTL_DIR=rrfs_conus13km_radar_tten_warm_no_lake export LIST_FILES="sfcf000.nc \ sfcf001.nc \ diff --git a/tests/tests/rrfs_conus13km_radar_tten_warm_no_lake_decomp_debug b/tests/tests/rrfs_conus13km_radar_tten_warm_no_lake_decomp_debug index 5a3dd95a31..0e139b54de 100644 --- a/tests/tests/rrfs_conus13km_radar_tten_warm_no_lake_decomp_debug +++ b/tests/tests/rrfs_conus13km_radar_tten_warm_no_lake_decomp_debug @@ -26,7 +26,7 @@ export SYEAR=2021 export SMONTH=5 export SDAY=12 export SHOUR=16 -export FHMAX=2 +export FHMAX=1 export DT_ATMOS=120 export RESTART_INTERVAL=1 export QUILTING=.true. From bde61bd29296878f1459d40384e8d1fd51a82706 Mon Sep 17 00:00:00 2001 From: "samuel.trahan" Date: Thu, 9 Mar 2023 18:29:05 +0000 Subject: [PATCH 104/152] debug tests must produce baseline --- tests/rrfs.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/rrfs.conf b/tests/rrfs.conf index a37e8b6ed8..d6c10ed57a 100644 --- a/tests/rrfs.conf +++ b/tests/rrfs.conf @@ -15,14 +15,14 @@ RUN | rrfs_conus13km_radar_tten_warm_no_lake_2threads RUN | rrfs_conus13km_radar_tten_warm_no_lake_restart | | | rrfs_conus13km_radar_tten_warm_no_lake COMPILE | -DAPP=ATM -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v15_thompson_mynn,FV3_GFS_v16_flake,FV3_GFS_v16_clm_lake,FV3_GFS_v17_p8,FV3_GFS_v17_p8_rrtmgp,FV3_GFS_v15_thompson_mynn_lam3km,FV3_HRRR,FV3_HRRR_flake -D32BIT=ON || fv3 | -RUN | rrfs_conus13km_radar_tten_warm_debug | | | +RUN | rrfs_conus13km_radar_tten_warm_debug | | fv3 | RUN | rrfs_conus13km_radar_tten_warm_decomp_debug | | | RUN | rrfs_conus13km_radar_tten_warm_2threads_debug | | | -RUN | rrfs_conus13km_radar_tten_warm_flake_debug | | | +RUN | rrfs_conus13km_radar_tten_warm_flake_debug | | fv3 | RUN | rrfs_conus13km_radar_tten_warm_flake_decomp_debug | | | RUN | rrfs_conus13km_radar_tten_warm_flake_2threads_debug | | | -RUN | rrfs_conus13km_radar_tten_warm_no_lake_debug | | | +RUN | rrfs_conus13km_radar_tten_warm_no_lake_debug | | fv3 | RUN | rrfs_conus13km_radar_tten_warm_no_lake_decomp_debug | | | RUN | rrfs_conus13km_radar_tten_warm_no_lake_2threads_debug | | | From 1c29a1565a9fde9c9864894cb6c5c6e2ed9c3d4b Mon Sep 17 00:00:00 2001 From: "samuel.trahan" Date: Thu, 9 Mar 2023 22:24:53 +0000 Subject: [PATCH 105/152] replace lake.conf with hrrr tests --- tests/lake.conf | 47 +++++++++++++++++++++-------------------------- 1 file changed, 21 insertions(+), 26 deletions(-) diff --git a/tests/lake.conf b/tests/lake.conf index 3e5f55d577..f05e53c1dd 100644 --- a/tests/lake.conf +++ b/tests/lake.conf @@ -1,8 +1,8 @@ -COMPILE | -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v15_thompson_mynn,FV3_GFS_v16_flake,FV3_GFS_v16_clm_lake,FV3_GFS_v17_p8,FV3_GFS_v17_p8_rrtmgp,FV3_GFS_v15_thompson_mynn_lam3km -D32BIT=ON || fv3 | -RUN | control_flake | | fv3 | -RUN | control_flake_decomp | | | -RUN | control_flake_2threads | | | -RUN | control_flake_restart | | | control_flake +# COMPILE | -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v15_thompson_mynn,FV3_GFS_v16_flake,FV3_GFS_v16_clm_lake,FV3_GFS_v17_p8,FV3_GFS_v17_p8_rrtmgp,FV3_GFS_v15_thompson_mynn_lam3km -D32BIT=ON || fv3 | +# RUN | control_flake | | fv3 | +# RUN | control_flake_decomp | | | +# RUN | control_flake_2threads | | | +# RUN | control_flake_restart | | | control_flake # RUN | control_clm_lake | | fv3 | # RUN | control_clm_lake_decomp | | | @@ -10,30 +10,25 @@ RUN | control_flake_restart # RUN | control_clm_lake_restart | | | control_clm_lake -COMPILE | -DAPP=ATM -DDEBUG=ON -D32BIT=ON | | fv3 | -RUN | control_flake_debug | | fv3 | - - - - +# COMPILE | -DAPP=ATM -DDEBUG=ON -D32BIT=ON | | fv3 | +# RUN | control_flake_debug | | fv3 | # RUN | control_clm_lake_debug | | fv3 | -# COMPILE | -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR,FV3_HRRR_clm_lake -D32BIT=ON -DCCPP_32BIT=ON | | fv3 | -# RUN | hrrr_clm_lake_dyn32_phy32 | | fv3 | -# RUN | hrrr_clm_lake_2threads_dyn32_phy32 | - wcoss_cray | | -# RUN | hrrr_clm_lake_decomp_dyn32_phy32 | | | -# RUN | hrrr_clm_lake_restart_dyn32_phy32 | | | hrrr_clm_lake_dyn32_phy32 +COMPILE | -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR,FV3_HRRR_flake -D32BIT=ON -DCCPP_32BIT=ON | | fv3 | +RUN | hrrr_control_dyn32_phy32 | | fv3 | +RUN | hrrr_control_2threads_dyn32_phy32 | - wcoss_cray | | +RUN | hrrr_control_decomp_dyn32_phy32 | | | +RUN | hrrr_control_restart_dyn32_phy32 | | | hrrr_control_dyn32_phy32 -# COMPILE | -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR,FV3_HRRR_clm_lake -D32BIT=ON -DCCPP_32BIT=ON -DDEBUG=ON | | fv3 | -# RUN | hrrr_clm_lake_debug_dyn32_phy32 | | fv3 | +COMPILE | -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR,FV3_HRRR_flake -D32BIT=ON -DCCPP_32BIT=ON -DDEBUG=ON | | fv3 | +RUN | hrrr_control_debug_dyn32_phy32 | | fv3 | -# COMPILE | -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_HRRR_clm_lake,FV3_HRRR_smoke,FV3_RRFS_v1beta,FV3_RRFS_v1nssl -D32BIT=ON | | fv3 | +COMPILE | -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_HRRR_flake,FV3_HRRR_smoke,FV3_RRFS_v1beta,FV3_RRFS_v1nssl -D32BIT=ON | | fv3 | -# RUN | hrrr_clm_lake | | fv3 | -# RUN | hrrr_clm_lake_decomp | | | -# RUN | hrrr_clm_lake_2threads | | | -# RUN | hrrr_clm_lake_restart | | | hrrr_clm_lake +RUN | hrrr_control | | fv3 | +RUN | hrrr_control_decomp | | | +RUN | hrrr_control_2threads | | | +RUN | hrrr_control_restart | | | hrrr_control -# COMPILE | -DAPP=ATM -DDEBUG=ON -D32BIT=ON -DCCPP_SUITES=FV3_HRRR,FV3_HRRR_clm_lake | | fv3 | -# RUN | hrrr_control_debug | | fv3 | -# RUN | hrrr_clm_lake_debug | | fv3 | +COMPILE | -DAPP=ATM -DDEBUG=ON -D32BIT=ON -DCCPP_SUITES=FV3_HRRR,FV3_HRRR_flake | | fv3 | +RUN | hrrr_control_debug | | fv3 | From 2ea2076bdfbe4bc8dab080a1a436db15aa724433 Mon Sep 17 00:00:00 2001 From: "samuel.trahan" Date: Thu, 9 Mar 2023 22:25:07 +0000 Subject: [PATCH 106/152] lake.conf => hrrr.conf --- tests/{lake.conf => hrrr.conf} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename tests/{lake.conf => hrrr.conf} (100%) diff --git a/tests/lake.conf b/tests/hrrr.conf similarity index 100% rename from tests/lake.conf rename to tests/hrrr.conf From a808930765bf3d861dbe5b031e37a14a21cfecbd Mon Sep 17 00:00:00 2001 From: "samuel.trahan" Date: Thu, 9 Mar 2023 22:25:51 +0000 Subject: [PATCH 107/152] hrrr.conf -> hrrr_clm_lake.conf --- tests/{hrrr.conf => hrrr_clm_lake.conf} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename tests/{hrrr.conf => hrrr_clm_lake.conf} (100%) diff --git a/tests/hrrr.conf b/tests/hrrr_clm_lake.conf similarity index 100% rename from tests/hrrr.conf rename to tests/hrrr_clm_lake.conf From fb9789bc2f72086004a9e9782e0354798d56fb84 Mon Sep 17 00:00:00 2001 From: "samuel.trahan" Date: Thu, 9 Mar 2023 22:26:20 +0000 Subject: [PATCH 108/152] more flake tests in flake.conf --- tests/flake.conf | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/tests/flake.conf b/tests/flake.conf index 620c66d247..ee2bf79e9f 100644 --- a/tests/flake.conf +++ b/tests/flake.conf @@ -1,8 +1,13 @@ -COMPILE | -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v15_thompson_mynn,FV3_GFS_v16_flake,FV3_GFS_v16_clm_lake,FV3_GFS_v17_p8,FV3_GFS_v17_p8_rrtmgp,FV3_GFS_v15_thompson_mynn_lam3km -D32BIT=ON || fv3 | +COMPILE | -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v15_thompson_mynn,FV3_GFS_v16_flake,FV3_GFS_v16_clm_lake,FV3_GFS_v17_p8,FV3_GFS_v17_p8_rrtmgp,FV3_GFS_v15_thompson_mynn_lam3km,FV3_HRRR,FV3_HRRR_flake -D32BIT=ON || fv3 | RUN | control_flake | | fv3 | RUN | control_flake_decomp | | | RUN | control_flake_2threads | | | RUN | control_flake_restart | | | control_flake +RUN | rrfs_conus13km_radar_tten_warm_flake | | fv3 | +RUN | rrfs_conus13km_radar_tten_warm_flake_decomp | | | +RUN | rrfs_conus13km_radar_tten_warm_flake_2threads | | | +RUN | rrfs_conus13km_radar_tten_warm_flake_restart | | | control_flake COMPILE | -DAPP=ATM -DDEBUG=ON -D32BIT=ON | | fv3 | -RUN | control_flake_debug | | fv3 | +RUN | control_flake_debug | | | +RUN | rrfs_conus13km_radar_tten_warm_flake_debug | | | From 055f4addc12ae222ffce103a207dae8e760d5cef Mon Sep 17 00:00:00 2001 From: "samuel.trahan" Date: Thu, 9 Mar 2023 22:50:36 +0000 Subject: [PATCH 109/152] correct dir name in hrrr_control* --- tests/tests/hrrr_control | 2 +- tests/tests/hrrr_control_2threads | 2 +- tests/tests/hrrr_control_2threads_dyn32_phy32 | 2 +- tests/tests/hrrr_control_debug | 2 +- tests/tests/hrrr_control_debug_dyn32_phy32 | 2 +- tests/tests/hrrr_control_decomp | 2 +- tests/tests/hrrr_control_decomp_dyn32_phy32 | 2 +- tests/tests/hrrr_control_dyn32_phy32 | 2 +- tests/tests/hrrr_control_restart | 2 +- tests/tests/hrrr_control_restart_dyn32_phy32 | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/tests/tests/hrrr_control b/tests/tests/hrrr_control index 7c8cb85e7f..7e78491304 100644 --- a/tests/tests/hrrr_control +++ b/tests/tests/hrrr_control @@ -6,7 +6,7 @@ export TEST_DESCR="Compare HRRR CLM Lake results with previous trunk version" -export CNTL_DIR=hrrr_clm_lake +export CNTL_DIR=hrrr_control export LIST_FILES="sfcf000.nc \ sfcf009.nc \ diff --git a/tests/tests/hrrr_control_2threads b/tests/tests/hrrr_control_2threads index 9622f14d3b..008ca80846 100644 --- a/tests/tests/hrrr_control_2threads +++ b/tests/tests/hrrr_control_2threads @@ -6,7 +6,7 @@ export TEST_DESCR="Compare HRRR CLM Lake with 2 threads results with control test" -export CNTL_DIR=hrrr_clm_lake +export CNTL_DIR=hrrr_control export LIST_FILES="sfcf000.nc \ sfcf009.nc \ diff --git a/tests/tests/hrrr_control_2threads_dyn32_phy32 b/tests/tests/hrrr_control_2threads_dyn32_phy32 index a08fabbbdd..a53cdd4a5c 100644 --- a/tests/tests/hrrr_control_2threads_dyn32_phy32 +++ b/tests/tests/hrrr_control_2threads_dyn32_phy32 @@ -6,7 +6,7 @@ export TEST_DESCR="Compare HRRR CLM Lake with 2 threads results with control test" -export CNTL_DIR=hrrr_clm_lake_dyn32_phy32 +export CNTL_DIR=hrrr_control_dyn32_phy32 export LIST_FILES="sfcf000.nc \ sfcf009.nc \ diff --git a/tests/tests/hrrr_control_debug b/tests/tests/hrrr_control_debug index e37339c02b..c03bd04b3e 100644 --- a/tests/tests/hrrr_control_debug +++ b/tests/tests/hrrr_control_debug @@ -6,7 +6,7 @@ export TEST_DESCR="Compare HRRR CLM Lake debug results with previous trunk version" -export CNTL_DIR=hrrr_clm_lake_debug +export CNTL_DIR=hrrr_control_debug export LIST_FILES="sfcf000.nc \ sfcf001.nc \ diff --git a/tests/tests/hrrr_control_debug_dyn32_phy32 b/tests/tests/hrrr_control_debug_dyn32_phy32 index 5d00e01477..e0b1820c88 100644 --- a/tests/tests/hrrr_control_debug_dyn32_phy32 +++ b/tests/tests/hrrr_control_debug_dyn32_phy32 @@ -6,7 +6,7 @@ export TEST_DESCR="Compare HRRR CLM Lake debug results with previous trunk version" -export CNTL_DIR=hrrr_clm_lake_debug_dyn32_phy32 +export CNTL_DIR=hrrr_control_debug_dyn32_phy32 export LIST_FILES="sfcf000.nc \ sfcf001.nc \ diff --git a/tests/tests/hrrr_control_decomp b/tests/tests/hrrr_control_decomp index a83490da2d..ff5a897919 100644 --- a/tests/tests/hrrr_control_decomp +++ b/tests/tests/hrrr_control_decomp @@ -6,7 +6,7 @@ export TEST_DESCR="Compare HRRR CLM Lake decomp results with control" -export CNTL_DIR=hrrr_clm_lake +export CNTL_DIR=hrrr_control export LIST_FILES="sfcf000.nc \ sfcf009.nc \ diff --git a/tests/tests/hrrr_control_decomp_dyn32_phy32 b/tests/tests/hrrr_control_decomp_dyn32_phy32 index dd1a2ffc39..d4b1c516df 100644 --- a/tests/tests/hrrr_control_decomp_dyn32_phy32 +++ b/tests/tests/hrrr_control_decomp_dyn32_phy32 @@ -6,7 +6,7 @@ export TEST_DESCR="Compare HRRR CLM Lake decomp results with control" -export CNTL_DIR=hrrr_clm_lake_dyn32_phy32 +export CNTL_DIR=hrrr_control_dyn32_phy32 export LIST_FILES="sfcf000.nc \ sfcf009.nc \ diff --git a/tests/tests/hrrr_control_dyn32_phy32 b/tests/tests/hrrr_control_dyn32_phy32 index 6cd168128b..04669a8a64 100644 --- a/tests/tests/hrrr_control_dyn32_phy32 +++ b/tests/tests/hrrr_control_dyn32_phy32 @@ -6,7 +6,7 @@ export TEST_DESCR="Compare HRRR CLM Lake results with previous trunk version" -export CNTL_DIR=hrrr_clm_lake_dyn32_phy32 +export CNTL_DIR=hrrr_control_dyn32_phy32 export LIST_FILES="sfcf000.nc \ sfcf009.nc \ diff --git a/tests/tests/hrrr_control_restart b/tests/tests/hrrr_control_restart index 1e74df2530..c37a7510bc 100644 --- a/tests/tests/hrrr_control_restart +++ b/tests/tests/hrrr_control_restart @@ -6,7 +6,7 @@ export TEST_DESCR="Compare HRRR CLM Lake restart results with control" -export CNTL_DIR=hrrr_clm_lake +export CNTL_DIR=hrrr_control export LIST_FILES="sfcf012.nc \ atmf012.nc \ diff --git a/tests/tests/hrrr_control_restart_dyn32_phy32 b/tests/tests/hrrr_control_restart_dyn32_phy32 index 33d0230f85..3edf8beb15 100644 --- a/tests/tests/hrrr_control_restart_dyn32_phy32 +++ b/tests/tests/hrrr_control_restart_dyn32_phy32 @@ -6,7 +6,7 @@ export TEST_DESCR="Compare HRRR CLM Lake restart results with control" -export CNTL_DIR=hrrr_clm_lake_dyn32_phy32 +export CNTL_DIR=hrrr_control_dyn32_phy32 export LIST_FILES="sfcf012.nc \ atmf012.nc \ From aa516f73c3e6d666301a2bffaa23d85964442629 Mon Sep 17 00:00:00 2001 From: "samuel.trahan" Date: Thu, 16 Mar 2023 22:11:42 +0000 Subject: [PATCH 110/152] corrections to flake.conf --- tests/flake.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/flake.conf b/tests/flake.conf index ee2bf79e9f..6e487a0e60 100644 --- a/tests/flake.conf +++ b/tests/flake.conf @@ -6,8 +6,8 @@ RUN | control_flake_restart RUN | rrfs_conus13km_radar_tten_warm_flake | | fv3 | RUN | rrfs_conus13km_radar_tten_warm_flake_decomp | | | RUN | rrfs_conus13km_radar_tten_warm_flake_2threads | | | -RUN | rrfs_conus13km_radar_tten_warm_flake_restart | | | control_flake +RUN | rrfs_conus13km_radar_tten_warm_flake_restart | | | rrfs_conus13km_radar_tten_warm_flake -COMPILE | -DAPP=ATM -DDEBUG=ON -D32BIT=ON | | fv3 | -RUN | control_flake_debug | | | -RUN | rrfs_conus13km_radar_tten_warm_flake_debug | | | +COMPILE | -DDEBUG=ON -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v15_thompson_mynn,FV3_GFS_v16_flake,FV3_GFS_v16_clm_lake,FV3_GFS_v17_p8,FV3_GFS_v17_p8_rrtmgp,FV3_GFS_v15_thompson_mynn_lam3km,FV3_HRRR,FV3_HRRR_flake -D32BIT=ON || fv3 | +RUN | control_flake_debug | | fv3 | +RUN | rrfs_conus13km_radar_tten_warm_flake_debug | | fv3 | From 75c951f7463dcfea0694f7d2dd09a87e2054712d Mon Sep 17 00:00:00 2001 From: "samuel.trahan" Date: Mon, 3 Apr 2023 20:15:32 +0000 Subject: [PATCH 111/152] CMEPS: merge emc/develop --- CMEPS-interface/CMEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMEPS-interface/CMEPS b/CMEPS-interface/CMEPS index f883072b88..05984bb823 160000 --- a/CMEPS-interface/CMEPS +++ b/CMEPS-interface/CMEPS @@ -1 +1 @@ -Subproject commit f883072b886c7f8010b8927dcbb969142b046902 +Subproject commit 05984bb823cda5c544461b8e73f83a4f78ea0140 From 2c8bff860d30ae4c9b86238f7423a181254382c3 Mon Sep 17 00:00:00 2001 From: "samuel.trahan" Date: Tue, 4 Apr 2023 01:01:39 +0000 Subject: [PATCH 112/152] fix problems in merge of submodules --- FV3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FV3 b/FV3 index 00ea61ce40..8f2b0e90c8 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit 00ea61ce404ace615f542992def249c671d61329 +Subproject commit 8f2b0e90c87e79df772d0820d05989c149210133 From 377922df018988522095ede36a382cb7da1c593a Mon Sep 17 00:00:00 2001 From: "samuel.trahan" Date: Tue, 4 Apr 2023 01:51:09 +0000 Subject: [PATCH 113/152] fix yet more problems in merge --- FV3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FV3 b/FV3 index 8f2b0e90c8..a2d5a9a1bc 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit 8f2b0e90c87e79df772d0820d05989c149210133 +Subproject commit a2d5a9a1bcf54bcd421e1e8546c1507c7e090b9e From bec7730d83f10466b859281f400bc301e2cb9e1a Mon Sep 17 00:00:00 2001 From: "samuel.trahan" Date: Tue, 4 Apr 2023 05:07:53 +0000 Subject: [PATCH 114/152] get it to compile and run --- FV3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FV3 b/FV3 index a2d5a9a1bc..5f46d40f10 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit a2d5a9a1bcf54bcd421e1e8546c1507c7e090b9e +Subproject commit 5f46d40f10282a0d68327d8a50d1041d068c14de From 7acc85e0f602d96cd8dbe9c94092fa495241ac36 Mon Sep 17 00:00:00 2001 From: "samuel.trahan" Date: Tue, 11 Apr 2023 14:17:18 +0000 Subject: [PATCH 115/152] bug fix for 2threads support in conus13km tests --- FV3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FV3 b/FV3 index 5f46d40f10..ab1c36e476 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit 5f46d40f10282a0d68327d8a50d1041d068c14de +Subproject commit ab1c36e476e805793e404ef84646925511aab5fb From 8aa562f4e2d77b7e6828c7403d771a1ce0ad05c4 Mon Sep 17 00:00:00 2001 From: "samuel.trahan" Date: Tue, 11 Apr 2023 15:32:00 +0000 Subject: [PATCH 116/152] revert changes to diag_table_hrrr only needed for testing --- tests/parm/diag_table/diag_table_hrrr | 6 ------ 1 file changed, 6 deletions(-) diff --git a/tests/parm/diag_table/diag_table_hrrr b/tests/parm/diag_table/diag_table_hrrr index ac997b8fa8..2a7edd84c9 100644 --- a/tests/parm/diag_table/diag_table_hrrr +++ b/tests/parm/diag_table/diag_table_hrrr @@ -332,12 +332,6 @@ "gfs_phys", "skebv_wts", "skebv_wts", "fv3_history", "all", .false., "none", 2 "gfs_phys", "shum_wts", "shum_wts", "fv3_history", "all", .false., "none", 2 -# These five are for debugging lake - can remove later -"gfs_phys", "total_albedo", "total_albedo", "fv3_history2d", "all", .false., "none", 2 -"gfs_phys", "tsflw", "tsflw", "fv3_history2d", "all", .false., "none", 2 -"gfs_phys", "sfcdlw", "sfcdlw", "fv3_history2d", "all", .false., "none", 2 -"gfs_phys", "htrlw", "htrlw", "fv3_history2d", "all", .false., "none", 2 -"gfs_phys", "lwhc", "lwhc", "fv3_history2d", "all", .false., "none", 2 # Lightning threat indexes "gfs_sfc", "ltg1_max", "ltg1_max", "fv3_history2d", "all", .false., "none", 2 From 75071c38b00bc46244cd8619d4962b282b4cf949 Mon Sep 17 00:00:00 2001 From: "samuel.trahan" Date: Tue, 11 Apr 2023 15:32:29 +0000 Subject: [PATCH 117/152] FRAC_ICE=.true. in conus13km tests --- tests/tests/rrfs_conus13km_hrrr_warm | 2 ++ tests/tests/rrfs_conus13km_hrrr_warm_2threads | 3 +++ tests/tests/rrfs_conus13km_hrrr_warm_debug | 2 ++ tests/tests/rrfs_conus13km_hrrr_warm_decomp | 2 ++ tests/tests/rrfs_conus13km_hrrr_warm_restart | 2 ++ tests/tests/rrfs_conus13km_hrrr_warm_restart_mismatch | 2 ++ tests/tests/rrfs_conus13km_radar_tten_warm | 2 ++ tests/tests/rrfs_conus13km_radar_tten_warm_2threads | 2 ++ tests/tests/rrfs_conus13km_radar_tten_warm_2threads_debug | 2 ++ tests/tests/rrfs_conus13km_radar_tten_warm_debug | 2 ++ tests/tests/rrfs_conus13km_radar_tten_warm_decomp | 2 ++ tests/tests/rrfs_conus13km_radar_tten_warm_decomp_debug | 2 ++ tests/tests/rrfs_conus13km_radar_tten_warm_flake | 2 ++ tests/tests/rrfs_conus13km_radar_tten_warm_flake_2threads | 2 ++ .../tests/rrfs_conus13km_radar_tten_warm_flake_2threads_debug | 2 ++ tests/tests/rrfs_conus13km_radar_tten_warm_flake_debug | 2 ++ tests/tests/rrfs_conus13km_radar_tten_warm_flake_decomp | 2 ++ tests/tests/rrfs_conus13km_radar_tten_warm_flake_decomp_debug | 2 ++ tests/tests/rrfs_conus13km_radar_tten_warm_flake_restart | 2 ++ tests/tests/rrfs_conus13km_radar_tten_warm_no_lake | 2 ++ tests/tests/rrfs_conus13km_radar_tten_warm_no_lake_2threads | 2 ++ .../rrfs_conus13km_radar_tten_warm_no_lake_2threads_debug | 2 ++ tests/tests/rrfs_conus13km_radar_tten_warm_no_lake_debug | 2 ++ tests/tests/rrfs_conus13km_radar_tten_warm_no_lake_decomp | 2 ++ .../tests/rrfs_conus13km_radar_tten_warm_no_lake_decomp_debug | 2 ++ tests/tests/rrfs_conus13km_radar_tten_warm_no_lake_restart | 2 ++ tests/tests/rrfs_conus13km_radar_tten_warm_restart | 2 ++ tests/tests/rrfs_smoke_conus13km_hrrr_warm | 3 ++- tests/tests/rrfs_smoke_conus13km_hrrr_warm_2threads | 2 ++ tests/tests/rrfs_smoke_conus13km_hrrr_warm_debug | 2 ++ tests/tests/rrfs_smoke_conus13km_hrrr_warm_debug_2threads | 2 ++ tests/tests/rrfs_smoke_conus13km_hrrr_warm_debug_decomp | 2 ++ tests/tests/rrfs_smoke_conus13km_hrrr_warm_decomp | 2 ++ tests/tests/rrfs_smoke_conus13km_hrrr_warm_restart | 2 ++ tests/tests/rrfs_smoke_conus13km_radar_tten_warm | 2 ++ 35 files changed, 71 insertions(+), 1 deletion(-) diff --git a/tests/tests/rrfs_conus13km_hrrr_warm b/tests/tests/rrfs_conus13km_hrrr_warm index 0c5caf6b9a..aee7ecbe8e 100644 --- a/tests/tests/rrfs_conus13km_hrrr_warm +++ b/tests/tests/rrfs_conus13km_hrrr_warm @@ -106,3 +106,5 @@ export INPUT_NML=rrfs_conus13km_hrrr.nml.IN export FIELD_TABLE=field_table_thompson_aero_tke export DIAG_TABLE=diag_table_hrrr export MODEL_CONFIGURE=model_configure_rrfs_conus13km.IN + +export FRAC_ICE=.true. diff --git a/tests/tests/rrfs_conus13km_hrrr_warm_2threads b/tests/tests/rrfs_conus13km_hrrr_warm_2threads index de394423b0..7bcb6927a3 100644 --- a/tests/tests/rrfs_conus13km_hrrr_warm_2threads +++ b/tests/tests/rrfs_conus13km_hrrr_warm_2threads @@ -111,3 +111,6 @@ export INPUT_NML=rrfs_conus13km_hrrr.nml.IN export FIELD_TABLE=field_table_thompson_aero_tke export DIAG_TABLE=diag_table_hrrr export MODEL_CONFIGURE=model_configure_rrfs_conus13km.IN + + +export FRAC_ICE=.true. diff --git a/tests/tests/rrfs_conus13km_hrrr_warm_debug b/tests/tests/rrfs_conus13km_hrrr_warm_debug index 2c85c626a4..af160182e3 100644 --- a/tests/tests/rrfs_conus13km_hrrr_warm_debug +++ b/tests/tests/rrfs_conus13km_hrrr_warm_debug @@ -104,3 +104,5 @@ export INPUT_NML=rrfs_conus13km_hrrr.nml.IN export FIELD_TABLE=field_table_thompson_aero_tke export DIAG_TABLE=diag_table_hrrr export MODEL_CONFIGURE=model_configure_rrfs_conus13km.IN + +export FRAC_ICE=.true. diff --git a/tests/tests/rrfs_conus13km_hrrr_warm_decomp b/tests/tests/rrfs_conus13km_hrrr_warm_decomp index fb21eb2b05..ee84b2e021 100644 --- a/tests/tests/rrfs_conus13km_hrrr_warm_decomp +++ b/tests/tests/rrfs_conus13km_hrrr_warm_decomp @@ -107,3 +107,5 @@ export INPUT_NML=rrfs_conus13km_hrrr.nml.IN export FIELD_TABLE=field_table_thompson_aero_tke export DIAG_TABLE=diag_table_hrrr export MODEL_CONFIGURE=model_configure_rrfs_conus13km.IN + +export FRAC_ICE=.true. diff --git a/tests/tests/rrfs_conus13km_hrrr_warm_restart b/tests/tests/rrfs_conus13km_hrrr_warm_restart index 4f6a271788..20caf15e1e 100644 --- a/tests/tests/rrfs_conus13km_hrrr_warm_restart +++ b/tests/tests/rrfs_conus13km_hrrr_warm_restart @@ -105,3 +105,5 @@ export INPUT_NML=rrfs_conus13km_hrrr.nml.IN export FIELD_TABLE=field_table_thompson_aero_tke export DIAG_TABLE=diag_table_hrrr export MODEL_CONFIGURE=model_configure_rrfs_conus13km.IN + +export FRAC_ICE=.true. diff --git a/tests/tests/rrfs_conus13km_hrrr_warm_restart_mismatch b/tests/tests/rrfs_conus13km_hrrr_warm_restart_mismatch index 9c31539088..b2703d1481 100644 --- a/tests/tests/rrfs_conus13km_hrrr_warm_restart_mismatch +++ b/tests/tests/rrfs_conus13km_hrrr_warm_restart_mismatch @@ -104,3 +104,5 @@ export INPUT_NML=rrfs_conus13km_hrrr.nml.IN export FIELD_TABLE=field_table_thompson_aero_tke export DIAG_TABLE=diag_table_hrrr export MODEL_CONFIGURE=model_configure_rrfs_conus13km.IN + +export FRAC_ICE=.true. diff --git a/tests/tests/rrfs_conus13km_radar_tten_warm b/tests/tests/rrfs_conus13km_radar_tten_warm index 9ffbf26c76..346907349d 100644 --- a/tests/tests/rrfs_conus13km_radar_tten_warm +++ b/tests/tests/rrfs_conus13km_radar_tten_warm @@ -108,3 +108,5 @@ export INPUT_NML=rrfs_conus13km_hrrr.nml.IN export FIELD_TABLE=field_table_thompson_aero_tke export DIAG_TABLE=diag_table_hrrr export MODEL_CONFIGURE=model_configure_rrfs_conus13km.IN + +export FRAC_ICE=.true. diff --git a/tests/tests/rrfs_conus13km_radar_tten_warm_2threads b/tests/tests/rrfs_conus13km_radar_tten_warm_2threads index 5f043df1d4..3f5ab71ddc 100644 --- a/tests/tests/rrfs_conus13km_radar_tten_warm_2threads +++ b/tests/tests/rrfs_conus13km_radar_tten_warm_2threads @@ -113,3 +113,5 @@ export INPUT_NML=rrfs_conus13km_hrrr.nml.IN export FIELD_TABLE=field_table_thompson_aero_tke export DIAG_TABLE=diag_table_hrrr export MODEL_CONFIGURE=model_configure_rrfs_conus13km.IN + +export FRAC_ICE=.true. diff --git a/tests/tests/rrfs_conus13km_radar_tten_warm_2threads_debug b/tests/tests/rrfs_conus13km_radar_tten_warm_2threads_debug index 07b82a4b76..19280b229e 100644 --- a/tests/tests/rrfs_conus13km_radar_tten_warm_2threads_debug +++ b/tests/tests/rrfs_conus13km_radar_tten_warm_2threads_debug @@ -111,3 +111,5 @@ export INPUT_NML=rrfs_conus13km_hrrr.nml.IN export FIELD_TABLE=field_table_thompson_aero_tke export DIAG_TABLE=diag_table_hrrr export MODEL_CONFIGURE=model_configure_rrfs_conus13km.IN + +export FRAC_ICE=.true. diff --git a/tests/tests/rrfs_conus13km_radar_tten_warm_debug b/tests/tests/rrfs_conus13km_radar_tten_warm_debug index 75204d8f89..46736e8cfc 100644 --- a/tests/tests/rrfs_conus13km_radar_tten_warm_debug +++ b/tests/tests/rrfs_conus13km_radar_tten_warm_debug @@ -106,3 +106,5 @@ export INPUT_NML=rrfs_conus13km_hrrr.nml.IN export FIELD_TABLE=field_table_thompson_aero_tke export DIAG_TABLE=diag_table_hrrr export MODEL_CONFIGURE=model_configure_rrfs_conus13km.IN + +export FRAC_ICE=.true. diff --git a/tests/tests/rrfs_conus13km_radar_tten_warm_decomp b/tests/tests/rrfs_conus13km_radar_tten_warm_decomp index f8bc304b14..18eb6c3374 100644 --- a/tests/tests/rrfs_conus13km_radar_tten_warm_decomp +++ b/tests/tests/rrfs_conus13km_radar_tten_warm_decomp @@ -109,3 +109,5 @@ export INPUT_NML=rrfs_conus13km_hrrr.nml.IN export FIELD_TABLE=field_table_thompson_aero_tke export DIAG_TABLE=diag_table_hrrr export MODEL_CONFIGURE=model_configure_rrfs_conus13km.IN + +export FRAC_ICE=.true. diff --git a/tests/tests/rrfs_conus13km_radar_tten_warm_decomp_debug b/tests/tests/rrfs_conus13km_radar_tten_warm_decomp_debug index 83ad626898..0d5e1cb918 100644 --- a/tests/tests/rrfs_conus13km_radar_tten_warm_decomp_debug +++ b/tests/tests/rrfs_conus13km_radar_tten_warm_decomp_debug @@ -109,3 +109,5 @@ export INPUT_NML=rrfs_conus13km_hrrr.nml.IN export FIELD_TABLE=field_table_thompson_aero_tke export DIAG_TABLE=diag_table_hrrr export MODEL_CONFIGURE=model_configure_rrfs_conus13km.IN + +export FRAC_ICE=.true. diff --git a/tests/tests/rrfs_conus13km_radar_tten_warm_flake b/tests/tests/rrfs_conus13km_radar_tten_warm_flake index b6b4eb20ac..48f89b6c7d 100644 --- a/tests/tests/rrfs_conus13km_radar_tten_warm_flake +++ b/tests/tests/rrfs_conus13km_radar_tten_warm_flake @@ -108,3 +108,5 @@ export INPUT_NML=rrfs_conus13km_hrrr.nml.IN export FIELD_TABLE=field_table_thompson_aero_tke export DIAG_TABLE=diag_table_hrrr export MODEL_CONFIGURE=model_configure_rrfs_conus13km.IN + +export FRAC_ICE=.true. diff --git a/tests/tests/rrfs_conus13km_radar_tten_warm_flake_2threads b/tests/tests/rrfs_conus13km_radar_tten_warm_flake_2threads index 842124674f..038b92ddb5 100644 --- a/tests/tests/rrfs_conus13km_radar_tten_warm_flake_2threads +++ b/tests/tests/rrfs_conus13km_radar_tten_warm_flake_2threads @@ -113,3 +113,5 @@ export INPUT_NML=rrfs_conus13km_hrrr.nml.IN export FIELD_TABLE=field_table_thompson_aero_tke export DIAG_TABLE=diag_table_hrrr export MODEL_CONFIGURE=model_configure_rrfs_conus13km.IN + +export FRAC_ICE=.true. diff --git a/tests/tests/rrfs_conus13km_radar_tten_warm_flake_2threads_debug b/tests/tests/rrfs_conus13km_radar_tten_warm_flake_2threads_debug index 47dc404e29..d58f681466 100644 --- a/tests/tests/rrfs_conus13km_radar_tten_warm_flake_2threads_debug +++ b/tests/tests/rrfs_conus13km_radar_tten_warm_flake_2threads_debug @@ -111,3 +111,5 @@ export INPUT_NML=rrfs_conus13km_hrrr.nml.IN export FIELD_TABLE=field_table_thompson_aero_tke export DIAG_TABLE=diag_table_hrrr export MODEL_CONFIGURE=model_configure_rrfs_conus13km.IN + +export FRAC_ICE=.true. diff --git a/tests/tests/rrfs_conus13km_radar_tten_warm_flake_debug b/tests/tests/rrfs_conus13km_radar_tten_warm_flake_debug index d6deb66ecb..96836cc05a 100644 --- a/tests/tests/rrfs_conus13km_radar_tten_warm_flake_debug +++ b/tests/tests/rrfs_conus13km_radar_tten_warm_flake_debug @@ -106,3 +106,5 @@ export INPUT_NML=rrfs_conus13km_hrrr.nml.IN export FIELD_TABLE=field_table_thompson_aero_tke export DIAG_TABLE=diag_table_hrrr export MODEL_CONFIGURE=model_configure_rrfs_conus13km.IN + +export FRAC_ICE=.true. diff --git a/tests/tests/rrfs_conus13km_radar_tten_warm_flake_decomp b/tests/tests/rrfs_conus13km_radar_tten_warm_flake_decomp index b42f168949..fd278cc588 100644 --- a/tests/tests/rrfs_conus13km_radar_tten_warm_flake_decomp +++ b/tests/tests/rrfs_conus13km_radar_tten_warm_flake_decomp @@ -109,3 +109,5 @@ export INPUT_NML=rrfs_conus13km_hrrr.nml.IN export FIELD_TABLE=field_table_thompson_aero_tke export DIAG_TABLE=diag_table_hrrr export MODEL_CONFIGURE=model_configure_rrfs_conus13km.IN + +export FRAC_ICE=.true. diff --git a/tests/tests/rrfs_conus13km_radar_tten_warm_flake_decomp_debug b/tests/tests/rrfs_conus13km_radar_tten_warm_flake_decomp_debug index 6603b5f476..fa10eaa908 100644 --- a/tests/tests/rrfs_conus13km_radar_tten_warm_flake_decomp_debug +++ b/tests/tests/rrfs_conus13km_radar_tten_warm_flake_decomp_debug @@ -109,3 +109,5 @@ export INPUT_NML=rrfs_conus13km_hrrr.nml.IN export FIELD_TABLE=field_table_thompson_aero_tke export DIAG_TABLE=diag_table_hrrr export MODEL_CONFIGURE=model_configure_rrfs_conus13km.IN + +export FRAC_ICE=.true. diff --git a/tests/tests/rrfs_conus13km_radar_tten_warm_flake_restart b/tests/tests/rrfs_conus13km_radar_tten_warm_flake_restart index f26deb7f2b..bdadc083f8 100644 --- a/tests/tests/rrfs_conus13km_radar_tten_warm_flake_restart +++ b/tests/tests/rrfs_conus13km_radar_tten_warm_flake_restart @@ -107,3 +107,5 @@ export INPUT_NML=rrfs_conus13km_hrrr.nml.IN export FIELD_TABLE=field_table_thompson_aero_tke export DIAG_TABLE=diag_table_hrrr export MODEL_CONFIGURE=model_configure_rrfs_conus13km.IN + +export FRAC_ICE=.true. diff --git a/tests/tests/rrfs_conus13km_radar_tten_warm_no_lake b/tests/tests/rrfs_conus13km_radar_tten_warm_no_lake index 5805ac49aa..b69c80bc54 100644 --- a/tests/tests/rrfs_conus13km_radar_tten_warm_no_lake +++ b/tests/tests/rrfs_conus13km_radar_tten_warm_no_lake @@ -107,3 +107,5 @@ export INPUT_NML=rrfs_conus13km_hrrr.nml.IN export FIELD_TABLE=field_table_thompson_aero_tke export DIAG_TABLE=diag_table_hrrr export MODEL_CONFIGURE=model_configure_rrfs_conus13km.IN + +export FRAC_ICE=.true. diff --git a/tests/tests/rrfs_conus13km_radar_tten_warm_no_lake_2threads b/tests/tests/rrfs_conus13km_radar_tten_warm_no_lake_2threads index 84308761a5..3a231d79e0 100644 --- a/tests/tests/rrfs_conus13km_radar_tten_warm_no_lake_2threads +++ b/tests/tests/rrfs_conus13km_radar_tten_warm_no_lake_2threads @@ -112,3 +112,5 @@ export INPUT_NML=rrfs_conus13km_hrrr.nml.IN export FIELD_TABLE=field_table_thompson_aero_tke export DIAG_TABLE=diag_table_hrrr export MODEL_CONFIGURE=model_configure_rrfs_conus13km.IN + +export FRAC_ICE=.true. diff --git a/tests/tests/rrfs_conus13km_radar_tten_warm_no_lake_2threads_debug b/tests/tests/rrfs_conus13km_radar_tten_warm_no_lake_2threads_debug index 5ec0cdf8d7..580410cc6b 100644 --- a/tests/tests/rrfs_conus13km_radar_tten_warm_no_lake_2threads_debug +++ b/tests/tests/rrfs_conus13km_radar_tten_warm_no_lake_2threads_debug @@ -110,3 +110,5 @@ export INPUT_NML=rrfs_conus13km_hrrr.nml.IN export FIELD_TABLE=field_table_thompson_aero_tke export DIAG_TABLE=diag_table_hrrr export MODEL_CONFIGURE=model_configure_rrfs_conus13km.IN + +export FRAC_ICE=.true. diff --git a/tests/tests/rrfs_conus13km_radar_tten_warm_no_lake_debug b/tests/tests/rrfs_conus13km_radar_tten_warm_no_lake_debug index 79f7bf154c..a0d50fac6e 100644 --- a/tests/tests/rrfs_conus13km_radar_tten_warm_no_lake_debug +++ b/tests/tests/rrfs_conus13km_radar_tten_warm_no_lake_debug @@ -105,3 +105,5 @@ export INPUT_NML=rrfs_conus13km_hrrr.nml.IN export FIELD_TABLE=field_table_thompson_aero_tke export DIAG_TABLE=diag_table_hrrr export MODEL_CONFIGURE=model_configure_rrfs_conus13km.IN + +export FRAC_ICE=.true. diff --git a/tests/tests/rrfs_conus13km_radar_tten_warm_no_lake_decomp b/tests/tests/rrfs_conus13km_radar_tten_warm_no_lake_decomp index 6e80a88cea..2bd4282e42 100644 --- a/tests/tests/rrfs_conus13km_radar_tten_warm_no_lake_decomp +++ b/tests/tests/rrfs_conus13km_radar_tten_warm_no_lake_decomp @@ -108,3 +108,5 @@ export INPUT_NML=rrfs_conus13km_hrrr.nml.IN export FIELD_TABLE=field_table_thompson_aero_tke export DIAG_TABLE=diag_table_hrrr export MODEL_CONFIGURE=model_configure_rrfs_conus13km.IN + +export FRAC_ICE=.true. diff --git a/tests/tests/rrfs_conus13km_radar_tten_warm_no_lake_decomp_debug b/tests/tests/rrfs_conus13km_radar_tten_warm_no_lake_decomp_debug index 0e139b54de..f62bbe9965 100644 --- a/tests/tests/rrfs_conus13km_radar_tten_warm_no_lake_decomp_debug +++ b/tests/tests/rrfs_conus13km_radar_tten_warm_no_lake_decomp_debug @@ -108,3 +108,5 @@ export INPUT_NML=rrfs_conus13km_hrrr.nml.IN export FIELD_TABLE=field_table_thompson_aero_tke export DIAG_TABLE=diag_table_hrrr export MODEL_CONFIGURE=model_configure_rrfs_conus13km.IN + +export FRAC_ICE=.true. diff --git a/tests/tests/rrfs_conus13km_radar_tten_warm_no_lake_restart b/tests/tests/rrfs_conus13km_radar_tten_warm_no_lake_restart index c2590eb43b..56a0ce8688 100644 --- a/tests/tests/rrfs_conus13km_radar_tten_warm_no_lake_restart +++ b/tests/tests/rrfs_conus13km_radar_tten_warm_no_lake_restart @@ -106,3 +106,5 @@ export INPUT_NML=rrfs_conus13km_hrrr.nml.IN export FIELD_TABLE=field_table_thompson_aero_tke export DIAG_TABLE=diag_table_hrrr export MODEL_CONFIGURE=model_configure_rrfs_conus13km.IN + +export FRAC_ICE=.true. diff --git a/tests/tests/rrfs_conus13km_radar_tten_warm_restart b/tests/tests/rrfs_conus13km_radar_tten_warm_restart index f63d79af5e..52233523f1 100644 --- a/tests/tests/rrfs_conus13km_radar_tten_warm_restart +++ b/tests/tests/rrfs_conus13km_radar_tten_warm_restart @@ -107,3 +107,5 @@ export INPUT_NML=rrfs_conus13km_hrrr.nml.IN export FIELD_TABLE=field_table_thompson_aero_tke export DIAG_TABLE=diag_table_hrrr export MODEL_CONFIGURE=model_configure_rrfs_conus13km.IN + +export FRAC_ICE=.true. diff --git a/tests/tests/rrfs_smoke_conus13km_hrrr_warm b/tests/tests/rrfs_smoke_conus13km_hrrr_warm index be8cc395c9..b3d41a2f02 100644 --- a/tests/tests/rrfs_smoke_conus13km_hrrr_warm +++ b/tests/tests/rrfs_smoke_conus13km_hrrr_warm @@ -109,4 +109,5 @@ 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 +export DIAG_TABLE_ADDITIONAL=diag_additional_rrfs_smoke +export FRAC_ICE=.true. diff --git a/tests/tests/rrfs_smoke_conus13km_hrrr_warm_2threads b/tests/tests/rrfs_smoke_conus13km_hrrr_warm_2threads index 9d70a75128..df8f023822 100644 --- a/tests/tests/rrfs_smoke_conus13km_hrrr_warm_2threads +++ b/tests/tests/rrfs_smoke_conus13km_hrrr_warm_2threads @@ -114,3 +114,5 @@ export FIELD_TABLE=field_table_thompson_aero_tke_smoke export DIAG_TABLE=diag_table_hrrr export MODEL_CONFIGURE=model_configure_rrfs_conus13km.IN export DIAG_TABLE_ADDITIONAL=diag_additional_rrfs_smoke + +export FRAC_ICE=.true. diff --git a/tests/tests/rrfs_smoke_conus13km_hrrr_warm_debug b/tests/tests/rrfs_smoke_conus13km_hrrr_warm_debug index 661fff7ca7..14950bfbbf 100644 --- a/tests/tests/rrfs_smoke_conus13km_hrrr_warm_debug +++ b/tests/tests/rrfs_smoke_conus13km_hrrr_warm_debug @@ -107,3 +107,5 @@ export FIELD_TABLE=field_table_thompson_aero_tke_smoke export DIAG_TABLE=diag_table_hrrr export MODEL_CONFIGURE=model_configure_rrfs_conus13km.IN export DIAG_TABLE_ADDITIONAL=diag_additional_rrfs_smoke + +export FRAC_ICE=.true. diff --git a/tests/tests/rrfs_smoke_conus13km_hrrr_warm_debug_2threads b/tests/tests/rrfs_smoke_conus13km_hrrr_warm_debug_2threads index 124e93de52..1fde465f1b 100644 --- a/tests/tests/rrfs_smoke_conus13km_hrrr_warm_debug_2threads +++ b/tests/tests/rrfs_smoke_conus13km_hrrr_warm_debug_2threads @@ -112,3 +112,5 @@ export FIELD_TABLE=field_table_thompson_aero_tke_smoke export DIAG_TABLE=diag_table_hrrr export MODEL_CONFIGURE=model_configure_rrfs_conus13km.IN export DIAG_TABLE_ADDITIONAL=diag_additional_rrfs_smoke + +export FRAC_ICE=.true. diff --git a/tests/tests/rrfs_smoke_conus13km_hrrr_warm_debug_decomp b/tests/tests/rrfs_smoke_conus13km_hrrr_warm_debug_decomp index 2031fc77d1..4860e9e67d 100644 --- a/tests/tests/rrfs_smoke_conus13km_hrrr_warm_debug_decomp +++ b/tests/tests/rrfs_smoke_conus13km_hrrr_warm_debug_decomp @@ -108,3 +108,5 @@ export FIELD_TABLE=field_table_thompson_aero_tke_smoke export DIAG_TABLE=diag_table_hrrr export MODEL_CONFIGURE=model_configure_rrfs_conus13km.IN export DIAG_TABLE_ADDITIONAL=diag_additional_rrfs_smoke + +export FRAC_ICE=.true. diff --git a/tests/tests/rrfs_smoke_conus13km_hrrr_warm_decomp b/tests/tests/rrfs_smoke_conus13km_hrrr_warm_decomp index 58b07b3ea4..cbffadb7c4 100644 --- a/tests/tests/rrfs_smoke_conus13km_hrrr_warm_decomp +++ b/tests/tests/rrfs_smoke_conus13km_hrrr_warm_decomp @@ -110,3 +110,5 @@ export FIELD_TABLE=field_table_thompson_aero_tke_smoke export DIAG_TABLE=diag_table_hrrr export MODEL_CONFIGURE=model_configure_rrfs_conus13km.IN export DIAG_TABLE_ADDITIONAL=diag_additional_rrfs_smoke + +export FRAC_ICE=.true. diff --git a/tests/tests/rrfs_smoke_conus13km_hrrr_warm_restart b/tests/tests/rrfs_smoke_conus13km_hrrr_warm_restart index efd07b9fab..a7df19d269 100644 --- a/tests/tests/rrfs_smoke_conus13km_hrrr_warm_restart +++ b/tests/tests/rrfs_smoke_conus13km_hrrr_warm_restart @@ -108,3 +108,5 @@ export FIELD_TABLE=field_table_thompson_aero_tke_smoke export DIAG_TABLE=diag_table_hrrr export MODEL_CONFIGURE=model_configure_rrfs_conus13km.IN export DIAG_TABLE_ADDITIONAL=diag_additional_rrfs_smoke + +export FRAC_ICE=.true. diff --git a/tests/tests/rrfs_smoke_conus13km_radar_tten_warm b/tests/tests/rrfs_smoke_conus13km_radar_tten_warm index 1366e3462c..6e47ece44b 100644 --- a/tests/tests/rrfs_smoke_conus13km_radar_tten_warm +++ b/tests/tests/rrfs_smoke_conus13km_radar_tten_warm @@ -111,3 +111,5 @@ export FIELD_TABLE=field_table_thompson_aero_tke_smoke export DIAG_TABLE=diag_table_hrrr export MODEL_CONFIGURE=model_configure_rrfs_conus13km.IN export DIAG_TABLE_ADDITIONAL=diag_additional_rrfs_smoke + +export FRAC_ICE=.true. From d04d147385aca809be51ca07d227b17e3263e8c7 Mon Sep 17 00:00:00 2001 From: "samuel.trahan" Date: Tue, 11 Apr 2023 17:35:23 +0000 Subject: [PATCH 118/152] remove unneeded conf files --- tests/flake.conf | 13 ------------- tests/hrrr_clm_lake.conf | 34 ---------------------------------- 2 files changed, 47 deletions(-) delete mode 100644 tests/flake.conf delete mode 100644 tests/hrrr_clm_lake.conf diff --git a/tests/flake.conf b/tests/flake.conf deleted file mode 100644 index 6e487a0e60..0000000000 --- a/tests/flake.conf +++ /dev/null @@ -1,13 +0,0 @@ -COMPILE | -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v15_thompson_mynn,FV3_GFS_v16_flake,FV3_GFS_v16_clm_lake,FV3_GFS_v17_p8,FV3_GFS_v17_p8_rrtmgp,FV3_GFS_v15_thompson_mynn_lam3km,FV3_HRRR,FV3_HRRR_flake -D32BIT=ON || fv3 | -RUN | control_flake | | fv3 | -RUN | control_flake_decomp | | | -RUN | control_flake_2threads | | | -RUN | control_flake_restart | | | control_flake -RUN | rrfs_conus13km_radar_tten_warm_flake | | fv3 | -RUN | rrfs_conus13km_radar_tten_warm_flake_decomp | | | -RUN | rrfs_conus13km_radar_tten_warm_flake_2threads | | | -RUN | rrfs_conus13km_radar_tten_warm_flake_restart | | | rrfs_conus13km_radar_tten_warm_flake - -COMPILE | -DDEBUG=ON -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v15_thompson_mynn,FV3_GFS_v16_flake,FV3_GFS_v16_clm_lake,FV3_GFS_v17_p8,FV3_GFS_v17_p8_rrtmgp,FV3_GFS_v15_thompson_mynn_lam3km,FV3_HRRR,FV3_HRRR_flake -D32BIT=ON || fv3 | -RUN | control_flake_debug | | fv3 | -RUN | rrfs_conus13km_radar_tten_warm_flake_debug | | fv3 | diff --git a/tests/hrrr_clm_lake.conf b/tests/hrrr_clm_lake.conf deleted file mode 100644 index f05e53c1dd..0000000000 --- a/tests/hrrr_clm_lake.conf +++ /dev/null @@ -1,34 +0,0 @@ -# COMPILE | -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v15_thompson_mynn,FV3_GFS_v16_flake,FV3_GFS_v16_clm_lake,FV3_GFS_v17_p8,FV3_GFS_v17_p8_rrtmgp,FV3_GFS_v15_thompson_mynn_lam3km -D32BIT=ON || fv3 | -# RUN | control_flake | | fv3 | -# RUN | control_flake_decomp | | | -# RUN | control_flake_2threads | | | -# RUN | control_flake_restart | | | control_flake - -# RUN | control_clm_lake | | fv3 | -# RUN | control_clm_lake_decomp | | | -# RUN | control_clm_lake_2threads | | | -# RUN | control_clm_lake_restart | | | control_clm_lake - - -# COMPILE | -DAPP=ATM -DDEBUG=ON -D32BIT=ON | | fv3 | -# RUN | control_flake_debug | | fv3 | -# RUN | control_clm_lake_debug | | fv3 | - -COMPILE | -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR,FV3_HRRR_flake -D32BIT=ON -DCCPP_32BIT=ON | | fv3 | -RUN | hrrr_control_dyn32_phy32 | | fv3 | -RUN | hrrr_control_2threads_dyn32_phy32 | - wcoss_cray | | -RUN | hrrr_control_decomp_dyn32_phy32 | | | -RUN | hrrr_control_restart_dyn32_phy32 | | | hrrr_control_dyn32_phy32 - -COMPILE | -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR,FV3_HRRR_flake -D32BIT=ON -DCCPP_32BIT=ON -DDEBUG=ON | | fv3 | -RUN | hrrr_control_debug_dyn32_phy32 | | fv3 | - -COMPILE | -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_HRRR_flake,FV3_HRRR_smoke,FV3_RRFS_v1beta,FV3_RRFS_v1nssl -D32BIT=ON | | fv3 | - -RUN | hrrr_control | | fv3 | -RUN | hrrr_control_decomp | | | -RUN | hrrr_control_2threads | | | -RUN | hrrr_control_restart | | | hrrr_control - -COMPILE | -DAPP=ATM -DDEBUG=ON -D32BIT=ON -DCCPP_SUITES=FV3_HRRR,FV3_HRRR_flake | | fv3 | -RUN | hrrr_control_debug | | fv3 | From f187283fa36b92354b94625744b47691d589b5ba Mon Sep 17 00:00:00 2001 From: "samuel.trahan" Date: Tue, 11 Apr 2023 17:47:28 +0000 Subject: [PATCH 119/152] remove test file --- tests/rrfs.conf | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 tests/rrfs.conf diff --git a/tests/rrfs.conf b/tests/rrfs.conf deleted file mode 100644 index d6c10ed57a..0000000000 --- a/tests/rrfs.conf +++ /dev/null @@ -1,28 +0,0 @@ -COMPILE | -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v15_thompson_mynn,FV3_GFS_v16_flake,FV3_GFS_v16_clm_lake,FV3_GFS_v17_p8,FV3_GFS_v17_p8_rrtmgp,FV3_GFS_v15_thompson_mynn_lam3km,FV3_HRRR,FV3_HRRR_flake -D32BIT=ON || fv3 | -RUN | rrfs_conus13km_radar_tten_warm_flake | | fv3 | -RUN | rrfs_conus13km_radar_tten_warm_flake_decomp | | | -RUN | rrfs_conus13km_radar_tten_warm_flake_2threads | | | -RUN | rrfs_conus13km_radar_tten_warm_flake_restart | | | rrfs_conus13km_radar_tten_warm_flake - -RUN | rrfs_conus13km_radar_tten_warm | | fv3 | -RUN | rrfs_conus13km_radar_tten_warm_decomp | | | -RUN | rrfs_conus13km_radar_tten_warm_2threads | | | -RUN | rrfs_conus13km_radar_tten_warm_restart | | | rrfs_conus13km_radar_tten_warm - -RUN | rrfs_conus13km_radar_tten_warm_no_lake | | fv3 | -RUN | rrfs_conus13km_radar_tten_warm_no_lake_decomp | | | -RUN | rrfs_conus13km_radar_tten_warm_no_lake_2threads | | | -RUN | rrfs_conus13km_radar_tten_warm_no_lake_restart | | | rrfs_conus13km_radar_tten_warm_no_lake - -COMPILE | -DAPP=ATM -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v15_thompson_mynn,FV3_GFS_v16_flake,FV3_GFS_v16_clm_lake,FV3_GFS_v17_p8,FV3_GFS_v17_p8_rrtmgp,FV3_GFS_v15_thompson_mynn_lam3km,FV3_HRRR,FV3_HRRR_flake -D32BIT=ON || fv3 | -RUN | rrfs_conus13km_radar_tten_warm_debug | | fv3 | -RUN | rrfs_conus13km_radar_tten_warm_decomp_debug | | | -RUN | rrfs_conus13km_radar_tten_warm_2threads_debug | | | - -RUN | rrfs_conus13km_radar_tten_warm_flake_debug | | fv3 | -RUN | rrfs_conus13km_radar_tten_warm_flake_decomp_debug | | | -RUN | rrfs_conus13km_radar_tten_warm_flake_2threads_debug | | | - -RUN | rrfs_conus13km_radar_tten_warm_no_lake_debug | | fv3 | -RUN | rrfs_conus13km_radar_tten_warm_no_lake_decomp_debug | | | -RUN | rrfs_conus13km_radar_tten_warm_no_lake_2threads_debug | | | From 28f1b912c2d37e45d7dcc5dda100ec755ded62d9 Mon Sep 17 00:00:00 2001 From: "samuel.trahan" Date: Tue, 11 Apr 2023 18:19:15 +0000 Subject: [PATCH 120/152] remove unneeded tests --- ...s_conus13km_radar_tten_warm_flake_2threads | 117 ------------------ ...s13km_radar_tten_warm_flake_2threads_debug | 115 ----------------- ...rfs_conus13km_radar_tten_warm_flake_decomp | 113 ----------------- ...nus13km_radar_tten_warm_flake_decomp_debug | 113 ----------------- ...fs_conus13km_radar_tten_warm_flake_restart | 111 ----------------- .../rrfs_conus13km_radar_tten_warm_no_lake | 111 ----------------- ...conus13km_radar_tten_warm_no_lake_2threads | 116 ----------------- ...3km_radar_tten_warm_no_lake_2threads_debug | 114 ----------------- ...fs_conus13km_radar_tten_warm_no_lake_debug | 109 ---------------- ...s_conus13km_radar_tten_warm_no_lake_decomp | 112 ----------------- ...s13km_radar_tten_warm_no_lake_decomp_debug | 112 ----------------- ..._conus13km_radar_tten_warm_no_lake_restart | 110 ---------------- 12 files changed, 1353 deletions(-) delete mode 100644 tests/tests/rrfs_conus13km_radar_tten_warm_flake_2threads delete mode 100644 tests/tests/rrfs_conus13km_radar_tten_warm_flake_2threads_debug delete mode 100644 tests/tests/rrfs_conus13km_radar_tten_warm_flake_decomp delete mode 100644 tests/tests/rrfs_conus13km_radar_tten_warm_flake_decomp_debug delete mode 100644 tests/tests/rrfs_conus13km_radar_tten_warm_flake_restart delete mode 100644 tests/tests/rrfs_conus13km_radar_tten_warm_no_lake delete mode 100644 tests/tests/rrfs_conus13km_radar_tten_warm_no_lake_2threads delete mode 100644 tests/tests/rrfs_conus13km_radar_tten_warm_no_lake_2threads_debug delete mode 100644 tests/tests/rrfs_conus13km_radar_tten_warm_no_lake_debug delete mode 100644 tests/tests/rrfs_conus13km_radar_tten_warm_no_lake_decomp delete mode 100644 tests/tests/rrfs_conus13km_radar_tten_warm_no_lake_decomp_debug delete mode 100644 tests/tests/rrfs_conus13km_radar_tten_warm_no_lake_restart diff --git a/tests/tests/rrfs_conus13km_radar_tten_warm_flake_2threads b/tests/tests/rrfs_conus13km_radar_tten_warm_flake_2threads deleted file mode 100644 index 038b92ddb5..0000000000 --- a/tests/tests/rrfs_conus13km_radar_tten_warm_flake_2threads +++ /dev/null @@ -1,117 +0,0 @@ -############################################################################### -# -# HRRR physics with Flake on 13km domain, with radar-derived MP temperature tendencies for 1 hour, different threads -# -############################################################################### - -# This configuration is supposed to match the rrfs_dev1 parallel, so -# do not change the namelist without checking the current parallel. - -export TEST_DESCR="HRRR physics with Flake on 13km domain, with radar-derived MP temperature tendencies for 1 hour, different threads" - -export CNTL_DIR=rrfs_conus13km_radar_tten_flake_flake - -export LIST_FILES="sfcf000.nc \ - sfcf001.nc \ - sfcf002.nc \ - atmf000.nc \ - atmf001.nc \ - atmf002.nc" - -export_fv3 - -export FH_DFI_RADAR='0.0, 0.25, 0.50, 0.75, 1.0' - -export SYEAR=2021 -export SMONTH=5 -export SDAY=12 -export SHOUR=16 -export FHMAX=2 -export DT_ATMOS=120 -export RESTART_INTERVAL=1 -export QUILTING=.true. -export WRITE_GROUP=1 -export WRTTASK_PER_GROUP=6 -export NTILES=1 -export WRITE_DOPOST=.false. -export OUTPUT_HISTORY=.true. -export OUTPUT_GRID=lambert_conformal -export OUTPUT_FILE="'netcdf'" - -export atm_omp_num_threads=2 -export INPES=$INPES_thrd -export JNPES=$JNPES_thrd -export WRTTASK_PER_GROUP=6 - -# Revert these two to GFS_typedefs defaults to avoid a crash: -export SEDI_SEMI=.false. -export DECFL=8 - -export LKM=1 -export IOPT_LAKE=1 -export SFCLAY_COMPUTE_FLUX=.true. -export IALB=2 -export ICLIQ_SW=2 -export IEMS=2 -export IOVR=3 -export KICE=9 -export LSM=3 -export LSOIL_LSM=9 -export DO_MYNNSFCLAY=.true. -export DO_MYNNEDMF=.true. -export DO_MYJPBL=.true -export HYBEDMF=.false. -export SHAL_CNV=.false. -export DO_SAT_ADJ=.false. -export DO_DEEP=.false. -export CCPP_SUITE='FV3_HRRR_flake' -export INPES=12 -export JNPES=12 -export NPX=397 -export NPY=233 -export NPZ=65 -export MAKE_NH=.false. -export NA_INIT=0 -export DNATS=0 -export EXTERNAL_IC=.false. -export NGGPS_IC=.false. -export MOUNTAIN=.true. -export WARM_START=.true. -export READ_INCREMENT=.false. -export RES_LATLON_DYNAMICS="'fv3_increment.nc'" -export NPZP=66 -export FHZERO=1.0 -export IMP_PHYSICS=8 -export LDIAG3D=.false. -export QDIAG3D=.false. -export PRINT_DIFF_PGR=.true. -export FHCYC=0.0 -export IAER=5111 -export LHEATSTRG=.false. -export RANDOM_CLDS=.false. -export CNVCLD=.false. -export IMFSHALCNV=-1 -export IMFDEEPCNV=-1 -export CDMBWD='3.5,1.0' -export DO_SPPT=.false. -export DO_SHUM=.false. -export DO_SKEB=.false. -export LNDP_TYPE=0 -export N_VAR_LNDP=0 - -export GWD_OPT=3 -export DO_UGWP_V0=.false. -export DO_UGWP_V0_OROG_ONLY=.false. -export DO_GSL_DRAG_LS_BL=.true. -export DO_GSL_DRAG_SS=.true. -export DO_GSL_DRAG_TOFD=.true. -export DO_UGWP_V1=.false. -export DO_UGWP_V1_OROG_ONLY=.false. - -export FV3_RUN=rrfs_warm_run.IN -export INPUT_NML=rrfs_conus13km_hrrr.nml.IN -export FIELD_TABLE=field_table_thompson_aero_tke -export DIAG_TABLE=diag_table_hrrr -export MODEL_CONFIGURE=model_configure_rrfs_conus13km.IN - -export FRAC_ICE=.true. diff --git a/tests/tests/rrfs_conus13km_radar_tten_warm_flake_2threads_debug b/tests/tests/rrfs_conus13km_radar_tten_warm_flake_2threads_debug deleted file mode 100644 index d58f681466..0000000000 --- a/tests/tests/rrfs_conus13km_radar_tten_warm_flake_2threads_debug +++ /dev/null @@ -1,115 +0,0 @@ -############################################################################### -# -# HRRR physics with Flake on 13km domain, with radar-derived MP temperature tendencies for 1 hour, debug run -# -############################################################################### - -# This configuration is supposed to match the rrfs_dev1 parallel, so -# do not change the namelist without checking the current parallel. - -export TEST_DESCR="HRRR physics with Flake on 13km domain, with radar-derived MP temperature tendencies for 1 hour, debug run" - -export CNTL_DIR=rrfs_conus13km_radar_tten_warm_flake_debug - -export LIST_FILES="sfcf000.nc \ - sfcf001.nc \ - atmf000.nc \ - atmf001.nc" - -export_fv3 - -export FH_DFI_RADAR='0.0, 0.125, 0.25, 0.375, 0.5' - -export SYEAR=2021 -export SMONTH=5 -export SDAY=12 -export SHOUR=16 -export FHMAX=1 -export DT_ATMOS=120 -export RESTART_INTERVAL=1 -export QUILTING=.true. -export WRITE_GROUP=1 -export WRTTASK_PER_GROUP=6 -export NTILES=1 -export WRITE_DOPOST=.false. -export OUTPUT_HISTORY=.true. -export OUTPUT_GRID=lambert_conformal -export OUTPUT_FILE="'netcdf'" - -export atm_omp_num_threads=2 -export INPES=$INPES_thrd -export JNPES=$JNPES_thrd -export WRTTASK_PER_GROUP=6 - -# Revert these two to GFS_typedefs defaults to avoid a crash: -export SEDI_SEMI=.false. -export DECFL=8 - -export LKM=1 -export IOPT_LAKE=1 -export SFCLAY_COMPUTE_FLUX=.true. -export IALB=2 -export ICLIQ_SW=2 -export IEMS=2 -export IOVR=3 -export KICE=9 -export LSM=3 -export LSOIL_LSM=9 -export DO_MYNNSFCLAY=.true. -export DO_MYNNEDMF=.true. -export DO_MYJPBL=.true -export HYBEDMF=.false. -export SHAL_CNV=.false. -export DO_SAT_ADJ=.false. -export DO_DEEP=.false. -export CCPP_SUITE='FV3_HRRR_flake' -export INPES=12 -export JNPES=12 -export NPX=397 -export NPY=233 -export NPZ=65 -export MAKE_NH=.false. -export NA_INIT=0 -export DNATS=0 -export EXTERNAL_IC=.false. -export NGGPS_IC=.false. -export MOUNTAIN=.true. -export WARM_START=.true. -export READ_INCREMENT=.false. -export RES_LATLON_DYNAMICS="'fv3_increment.nc'" -export NPZP=66 -export FHZERO=1.0 -export IMP_PHYSICS=8 -export LDIAG3D=.false. -export QDIAG3D=.false. -export PRINT_DIFF_PGR=.true. -export FHCYC=0.0 -export IAER=5111 -export LHEATSTRG=.false. -export RANDOM_CLDS=.false. -export CNVCLD=.false. -export IMFSHALCNV=-1 -export IMFDEEPCNV=-1 -export CDMBWD='3.5,1.0' -export DO_SPPT=.false. -export DO_SHUM=.false. -export DO_SKEB=.false. -export LNDP_TYPE=0 -export N_VAR_LNDP=0 - -export GWD_OPT=3 -export DO_UGWP_V0=.false. -export DO_UGWP_V0_OROG_ONLY=.false. -export DO_GSL_DRAG_LS_BL=.true. -export DO_GSL_DRAG_SS=.true. -export DO_GSL_DRAG_TOFD=.true. -export DO_UGWP_V1=.false. -export DO_UGWP_V1_OROG_ONLY=.false. - -export FV3_RUN=rrfs_warm_run.IN -export INPUT_NML=rrfs_conus13km_hrrr.nml.IN -export FIELD_TABLE=field_table_thompson_aero_tke -export DIAG_TABLE=diag_table_hrrr -export MODEL_CONFIGURE=model_configure_rrfs_conus13km.IN - -export FRAC_ICE=.true. diff --git a/tests/tests/rrfs_conus13km_radar_tten_warm_flake_decomp b/tests/tests/rrfs_conus13km_radar_tten_warm_flake_decomp deleted file mode 100644 index fd278cc588..0000000000 --- a/tests/tests/rrfs_conus13km_radar_tten_warm_flake_decomp +++ /dev/null @@ -1,113 +0,0 @@ -############################################################################### -# -# HRRR physics with Flake on 13km domain, with radar-derived MP temperature tendencies for 1 hour, different PEs -# -############################################################################### - -# This configuration is supposed to match the rrfs_dev1 parallel, so -# do not change the namelist without checking the current parallel. - -export TEST_DESCR="HRRR physics with Flake on 13km domain, with radar-derived MP temperature tendencies for 1 hour, different PEs" - -export CNTL_DIR=rrfs_conus13km_radar_tten_warm_flake - -export LIST_FILES="sfcf000.nc \ - sfcf001.nc \ - sfcf002.nc \ - atmf000.nc \ - atmf001.nc \ - atmf002.nc" - -export_fv3 - -export FH_DFI_RADAR='0.0, 0.25, 0.50, 0.75, 1.0' - -export SYEAR=2021 -export SMONTH=5 -export SDAY=12 -export SHOUR=16 -export FHMAX=2 -export DT_ATMOS=120 -export RESTART_INTERVAL=1 -export QUILTING=.true. -export WRITE_GROUP=1 -export WRTTASK_PER_GROUP=6 -export NTILES=1 -export WRITE_DOPOST=.false. -export OUTPUT_HISTORY=.true. -export OUTPUT_GRID=lambert_conformal -export OUTPUT_FILE="'netcdf'" - -export INPES=16 -export JNPES=9 - -# Revert these two to GFS_typedefs defaults to avoid a crash: -export SEDI_SEMI=.false. -export DECFL=8 - -export LKM=1 -export IOPT_LAKE=1 -export SFCLAY_COMPUTE_FLUX=.true. -export IALB=2 -export ICLIQ_SW=2 -export IEMS=2 -export IOVR=3 -export KICE=9 -export LSM=3 -export LSOIL_LSM=9 -export DO_MYNNSFCLAY=.true. -export DO_MYNNEDMF=.true. -export DO_MYJPBL=.true -export HYBEDMF=.false. -export SHAL_CNV=.false. -export DO_SAT_ADJ=.false. -export DO_DEEP=.false. -export CCPP_SUITE='FV3_HRRR_flake' -export NPX=397 -export NPY=233 -export NPZ=65 -export MAKE_NH=.false. -export NA_INIT=0 -export DNATS=0 -export EXTERNAL_IC=.false. -export NGGPS_IC=.false. -export MOUNTAIN=.true. -export WARM_START=.true. -export READ_INCREMENT=.false. -export RES_LATLON_DYNAMICS="'fv3_increment.nc'" -export NPZP=66 -export FHZERO=1.0 -export IMP_PHYSICS=8 -export LDIAG3D=.false. -export QDIAG3D=.false. -export PRINT_DIFF_PGR=.true. -export FHCYC=0.0 -export IAER=5111 -export LHEATSTRG=.false. -export RANDOM_CLDS=.false. -export CNVCLD=.false. -export IMFSHALCNV=-1 -export IMFDEEPCNV=-1 -export CDMBWD='3.5,1.0' -export DO_SPPT=.false. -export DO_SHUM=.false. -export DO_SKEB=.false. -export LNDP_TYPE=0 -export N_VAR_LNDP=0 - -export GWD_OPT=3 -export DO_UGWP_V0=.false. -export DO_UGWP_V0_OROG_ONLY=.false. -export DO_GSL_DRAG_LS_BL=.true. -export DO_GSL_DRAG_SS=.true. -export DO_GSL_DRAG_TOFD=.true. -export DO_UGWP_V1=.false. -export DO_UGWP_V1_OROG_ONLY=.false. - -export FV3_RUN=rrfs_warm_run.IN -export INPUT_NML=rrfs_conus13km_hrrr.nml.IN -export FIELD_TABLE=field_table_thompson_aero_tke -export DIAG_TABLE=diag_table_hrrr -export MODEL_CONFIGURE=model_configure_rrfs_conus13km.IN - -export FRAC_ICE=.true. diff --git a/tests/tests/rrfs_conus13km_radar_tten_warm_flake_decomp_debug b/tests/tests/rrfs_conus13km_radar_tten_warm_flake_decomp_debug deleted file mode 100644 index fa10eaa908..0000000000 --- a/tests/tests/rrfs_conus13km_radar_tten_warm_flake_decomp_debug +++ /dev/null @@ -1,113 +0,0 @@ -############################################################################### -# -# HRRR physics with Flake on 13km domain, with radar-derived MP temperature tendencies for 1 hour, different PEs, debug mode -# -############################################################################### - -# 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 with Flake on 13km domain, with radar-derived MP temperature tendencies for 1 hour, different PEs, debug mode" - -export CNTL_DIR=rrfs_conus13km_radar_tten_warm_flake_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=120 -export RESTART_INTERVAL=1 -export QUILTING=.true. -export WRITE_GROUP=1 -export WRTTASK_PER_GROUP=6 -export NTILES=1 -export WRITE_DOPOST=.false. -export OUTPUT_HISTORY=.true. -export OUTPUT_GRID=lambert_conformal -export OUTPUT_FILE="'netcdf'" - -export INPES=16 -export JNPES=9 - -# Revert these two to GFS_typedefs defaults to avoid a crash: -export SEDI_SEMI=.false. -export DECFL=8 - -export LKM=1 -export IOPT_LAKE=1 -export SFCLAY_COMPUTE_FLUX=.true. -export IALB=2 -export ICLIQ_SW=2 -export IEMS=2 -export IOVR=3 -export KICE=9 -export LSM=3 -export LSOIL_LSM=9 -export DO_MYNNSFCLAY=.true. -export DO_MYNNEDMF=.true. -export DO_MYJPBL=.true -export HYBEDMF=.false. -export SHAL_CNV=.false. -export DO_SAT_ADJ=.false. -export DO_DEEP=.false. -export CCPP_SUITE='FV3_HRRR_flake' -export NPX=397 -export NPY=233 -export NPZ=65 -export MAKE_NH=.false. -export NA_INIT=0 -export DNATS=0 -export EXTERNAL_IC=.false. -export NGGPS_IC=.false. -export MOUNTAIN=.true. -export WARM_START=.true. -export READ_INCREMENT=.false. -export RES_LATLON_DYNAMICS="'fv3_increment.nc'" -export NPZP=66 -export FHZERO=1.0 -export IMP_PHYSICS=8 -export LDIAG3D=.false. -export QDIAG3D=.false. -export PRINT_DIFF_PGR=.true. -export FHCYC=0.0 -export IAER=5111 -export LHEATSTRG=.false. -export RANDOM_CLDS=.false. -export CNVCLD=.false. -export IMFSHALCNV=-1 -export IMFDEEPCNV=-1 -export CDMBWD='3.5,1.0' -export DO_SPPT=.false. -export DO_SHUM=.false. -export DO_SKEB=.false. -export LNDP_TYPE=0 -export N_VAR_LNDP=0 - -export GWD_OPT=3 -export DO_UGWP_V0=.false. -export DO_UGWP_V0_OROG_ONLY=.false. -export DO_GSL_DRAG_LS_BL=.true. -export DO_GSL_DRAG_SS=.true. -export DO_GSL_DRAG_TOFD=.true. -export DO_UGWP_V1=.false. -export DO_UGWP_V1_OROG_ONLY=.false. - -export FV3_RUN=rrfs_warm_run.IN -export INPUT_NML=rrfs_conus13km_hrrr.nml.IN -export FIELD_TABLE=field_table_thompson_aero_tke -export DIAG_TABLE=diag_table_hrrr -export MODEL_CONFIGURE=model_configure_rrfs_conus13km.IN - -export FRAC_ICE=.true. diff --git a/tests/tests/rrfs_conus13km_radar_tten_warm_flake_restart b/tests/tests/rrfs_conus13km_radar_tten_warm_flake_restart deleted file mode 100644 index bdadc083f8..0000000000 --- a/tests/tests/rrfs_conus13km_radar_tten_warm_flake_restart +++ /dev/null @@ -1,111 +0,0 @@ -############################################################################### -# -# HRRR physics with flake 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 with flake on 13km domain, with radar-derived MP temperature tendencies for 1 hour" - -export CNTL_DIR=rrfs_conus13km_radar_tten_warm_flake - -export LIST_FILES="sfcf002.nc \ - atmf002.nc" - -export_fv3 - -export FH_DFI_RADAR='0.0, 0.25, 0.50, 0.75, 1.0' - -export SYEAR=2021 -export SMONTH=5 -export SDAY=12 -export SHOUR=16 -export FHMAX=2 -export DT_ATMOS=120 -export QUILTING=.true. -export WRITE_GROUP=1 -export WRTTASK_PER_GROUP=6 -export NTILES=1 -export WRITE_DOPOST=.false. -export OUTPUT_HISTORY=.true. -export OUTPUT_GRID=lambert_conformal -export OUTPUT_FILE="'netcdf'" - -export FHROT=1 -export RESTART_FILE_PREFIX=$( printf %04d%02d%02d.%02d0000 $SYEAR $SMONTH $SDAY $(( SHOUR+FHROT )) ) -export RRFS_RESTART=YES - -# Revert these two to GFS_typedefs defaults to avoid a crash: -export SEDI_SEMI=.false. -export DECFL=8 - -export LKM=1 -export IOPT_LAKE=1 -export SFCLAY_COMPUTE_FLUX=.true. -export IALB=2 -export ICLIQ_SW=2 -export IEMS=2 -export IOVR=3 -export KICE=9 -export LSM=3 -export LSOIL_LSM=9 -export DO_MYNNSFCLAY=.true. -export DO_MYNNEDMF=.true. -export DO_MYJPBL=.true -export HYBEDMF=.false. -export SHAL_CNV=.false. -export DO_SAT_ADJ=.false. -export DO_DEEP=.false. -export CCPP_SUITE='FV3_HRRR_flake' -export INPES=12 -export JNPES=12 -export NPX=397 -export NPY=233 -export NPZ=65 -export MAKE_NH=.false. -export NA_INIT=0 -export DNATS=0 -export EXTERNAL_IC=.false. -export NGGPS_IC=.false. -export MOUNTAIN=.true. -export WARM_START=.true. -export READ_INCREMENT=.false. -export RES_LATLON_DYNAMICS="'fv3_increment.nc'" -export NPZP=66 -export FHZERO=1.0 -export IMP_PHYSICS=8 -export LDIAG3D=.false. -export QDIAG3D=.false. -export PRINT_DIFF_PGR=.true. -export FHCYC=0.0 -export IAER=5111 -export LHEATSTRG=.false. -export RANDOM_CLDS=.false. -export CNVCLD=.false. -export IMFSHALCNV=-1 -export IMFDEEPCNV=-1 -export CDMBWD='3.5,1.0' -export DO_SPPT=.false. -export DO_SHUM=.false. -export DO_SKEB=.false. -export LNDP_TYPE=0 -export N_VAR_LNDP=0 - -export GWD_OPT=3 -export DO_UGWP_V0=.false. -export DO_UGWP_V0_OROG_ONLY=.false. -export DO_GSL_DRAG_LS_BL=.true. -export DO_GSL_DRAG_SS=.true. -export DO_GSL_DRAG_TOFD=.true. -export DO_UGWP_V1=.false. -export DO_UGWP_V1_OROG_ONLY=.false. - -export FV3_RUN=rrfs_warm_run.IN -export INPUT_NML=rrfs_conus13km_hrrr.nml.IN -export FIELD_TABLE=field_table_thompson_aero_tke -export DIAG_TABLE=diag_table_hrrr -export MODEL_CONFIGURE=model_configure_rrfs_conus13km.IN - -export FRAC_ICE=.true. diff --git a/tests/tests/rrfs_conus13km_radar_tten_warm_no_lake b/tests/tests/rrfs_conus13km_radar_tten_warm_no_lake deleted file mode 100644 index b69c80bc54..0000000000 --- a/tests/tests/rrfs_conus13km_radar_tten_warm_no_lake +++ /dev/null @@ -1,111 +0,0 @@ -############################################################################### -# -# HRRR physics with No Lake 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 with No Lake on 13km domain, with radar-derived MP temperature tendencies for 1 hour" - -export CNTL_DIR=rrfs_conus13km_radar_tten_warm_no_lake - -export LIST_FILES="sfcf000.nc \ - sfcf001.nc \ - sfcf002.nc \ - atmf000.nc \ - atmf001.nc \ - atmf002.nc" - -export_fv3 - -export FH_DFI_RADAR='0.0, 0.25, 0.50, 0.75, 1.0' - -export SYEAR=2021 -export SMONTH=5 -export SDAY=12 -export SHOUR=16 -export FHMAX=2 -export DT_ATMOS=120 -export RESTART_INTERVAL=1 -export QUILTING=.true. -export WRITE_GROUP=1 -export WRTTASK_PER_GROUP=6 -export NTILES=1 -export WRITE_DOPOST=.false. -export OUTPUT_HISTORY=.true. -export OUTPUT_GRID=lambert_conformal -export OUTPUT_FILE="'netcdf'" - -# Revert these two to GFS_typedefs defaults to avoid a crash: -export SEDI_SEMI=.false. -export DECFL=8 - -export LKM=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' -export INPES=12 -export JNPES=12 -export NPX=397 -export NPY=233 -export NPZ=65 -export MAKE_NH=.false. -export NA_INIT=0 -export DNATS=0 -export EXTERNAL_IC=.false. -export NGGPS_IC=.false. -export MOUNTAIN=.true. -export WARM_START=.true. -export READ_INCREMENT=.false. -export RES_LATLON_DYNAMICS="'fv3_increment.nc'" -export NPZP=66 -export FHZERO=1.0 -export IMP_PHYSICS=8 -export LDIAG3D=.false. -export QDIAG3D=.false. -export PRINT_DIFF_PGR=.true. -export FHCYC=0.0 -export IAER=5111 -export LHEATSTRG=.false. -export RANDOM_CLDS=.false. -export CNVCLD=.false. -export IMFSHALCNV=-1 -export IMFDEEPCNV=-1 -export CDMBWD='3.5,1.0' -export DO_SPPT=.false. -export DO_SHUM=.false. -export DO_SKEB=.false. -export LNDP_TYPE=0 -export N_VAR_LNDP=0 - -export GWD_OPT=3 -export DO_UGWP_V0=.false. -export DO_UGWP_V0_OROG_ONLY=.false. -export DO_GSL_DRAG_LS_BL=.true. -export DO_GSL_DRAG_SS=.true. -export DO_GSL_DRAG_TOFD=.true. -export DO_UGWP_V1=.false. -export DO_UGWP_V1_OROG_ONLY=.false. - -export FV3_RUN=rrfs_warm_run.IN -export INPUT_NML=rrfs_conus13km_hrrr.nml.IN -export FIELD_TABLE=field_table_thompson_aero_tke -export DIAG_TABLE=diag_table_hrrr -export MODEL_CONFIGURE=model_configure_rrfs_conus13km.IN - -export FRAC_ICE=.true. diff --git a/tests/tests/rrfs_conus13km_radar_tten_warm_no_lake_2threads b/tests/tests/rrfs_conus13km_radar_tten_warm_no_lake_2threads deleted file mode 100644 index 3a231d79e0..0000000000 --- a/tests/tests/rrfs_conus13km_radar_tten_warm_no_lake_2threads +++ /dev/null @@ -1,116 +0,0 @@ -############################################################################### -# -# HRRR physics with No Lake on 13km domain, with radar-derived MP temperature tendencies for 1 hour, different threads -# -############################################################################### - -# This configuration is supposed to match the rrfs_dev1 parallel, so -# do not change the namelist without checking the current parallel. - -export TEST_DESCR="HRRR physics with No Lake on 13km domain, with radar-derived MP temperature tendencies for 1 hour, different threads" - -export CNTL_DIR=rrfs_conus13km_radar_tten_warm_no_lake - -export LIST_FILES="sfcf000.nc \ - sfcf001.nc \ - sfcf002.nc \ - atmf000.nc \ - atmf001.nc \ - atmf002.nc" - -export_fv3 - -export FH_DFI_RADAR='0.0, 0.25, 0.50, 0.75, 1.0' - -export SYEAR=2021 -export SMONTH=5 -export SDAY=12 -export SHOUR=16 -export FHMAX=2 -export DT_ATMOS=120 -export RESTART_INTERVAL=1 -export QUILTING=.true. -export WRITE_GROUP=1 -export WRTTASK_PER_GROUP=6 -export NTILES=1 -export WRITE_DOPOST=.false. -export OUTPUT_HISTORY=.true. -export OUTPUT_GRID=lambert_conformal -export OUTPUT_FILE="'netcdf'" - -export atm_omp_num_threads=2 -export INPES=$INPES_thrd -export JNPES=$JNPES_thrd -export WRTTASK_PER_GROUP=6 - -# Revert these two to GFS_typedefs defaults to avoid a crash: -export SEDI_SEMI=.false. -export DECFL=8 - -export LKM=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' -export INPES=12 -export JNPES=12 -export NPX=397 -export NPY=233 -export NPZ=65 -export MAKE_NH=.false. -export NA_INIT=0 -export DNATS=0 -export EXTERNAL_IC=.false. -export NGGPS_IC=.false. -export MOUNTAIN=.true. -export WARM_START=.true. -export READ_INCREMENT=.false. -export RES_LATLON_DYNAMICS="'fv3_increment.nc'" -export NPZP=66 -export FHZERO=1.0 -export IMP_PHYSICS=8 -export LDIAG3D=.false. -export QDIAG3D=.false. -export PRINT_DIFF_PGR=.true. -export FHCYC=0.0 -export IAER=5111 -export LHEATSTRG=.false. -export RANDOM_CLDS=.false. -export CNVCLD=.false. -export IMFSHALCNV=-1 -export IMFDEEPCNV=-1 -export CDMBWD='3.5,1.0' -export DO_SPPT=.false. -export DO_SHUM=.false. -export DO_SKEB=.false. -export LNDP_TYPE=0 -export N_VAR_LNDP=0 - -export GWD_OPT=3 -export DO_UGWP_V0=.false. -export DO_UGWP_V0_OROG_ONLY=.false. -export DO_GSL_DRAG_LS_BL=.true. -export DO_GSL_DRAG_SS=.true. -export DO_GSL_DRAG_TOFD=.true. -export DO_UGWP_V1=.false. -export DO_UGWP_V1_OROG_ONLY=.false. - -export FV3_RUN=rrfs_warm_run.IN -export INPUT_NML=rrfs_conus13km_hrrr.nml.IN -export FIELD_TABLE=field_table_thompson_aero_tke -export DIAG_TABLE=diag_table_hrrr -export MODEL_CONFIGURE=model_configure_rrfs_conus13km.IN - -export FRAC_ICE=.true. diff --git a/tests/tests/rrfs_conus13km_radar_tten_warm_no_lake_2threads_debug b/tests/tests/rrfs_conus13km_radar_tten_warm_no_lake_2threads_debug deleted file mode 100644 index 580410cc6b..0000000000 --- a/tests/tests/rrfs_conus13km_radar_tten_warm_no_lake_2threads_debug +++ /dev/null @@ -1,114 +0,0 @@ -############################################################################### -# -# HRRR physics with No Lake on 13km domain, with radar-derived MP temperature tendencies for 1 hour, debug run -# -############################################################################### - -# This configuration is supposed to match the rrfs_dev1 parallel, so -# do not change the namelist without checking the current parallel. - -export TEST_DESCR="HRRR physics with No Lake on 13km domain, with radar-derived MP temperature tendencies for 1 hour, debug run" - -export CNTL_DIR=rrfs_conus13km_radar_tten_warm_no_lake_debug - -export LIST_FILES="sfcf000.nc \ - sfcf001.nc \ - atmf000.nc \ - atmf001.nc" - -export_fv3 - -export FH_DFI_RADAR='0.0, 0.125, 0.25, 0.375, 0.5' - -export SYEAR=2021 -export SMONTH=5 -export SDAY=12 -export SHOUR=16 -export FHMAX=1 -export DT_ATMOS=120 -export RESTART_INTERVAL=1 -export QUILTING=.true. -export WRITE_GROUP=1 -export WRTTASK_PER_GROUP=6 -export NTILES=1 -export WRITE_DOPOST=.false. -export OUTPUT_HISTORY=.true. -export OUTPUT_GRID=lambert_conformal -export OUTPUT_FILE="'netcdf'" - -export atm_omp_num_threads=2 -export INPES=$INPES_thrd -export JNPES=$JNPES_thrd -export WRTTASK_PER_GROUP=6 - -# Revert these two to GFS_typedefs defaults to avoid a crash: -export SEDI_SEMI=.false. -export DECFL=8 - -export LKM=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' -export INPES=12 -export JNPES=12 -export NPX=397 -export NPY=233 -export NPZ=65 -export MAKE_NH=.false. -export NA_INIT=0 -export DNATS=0 -export EXTERNAL_IC=.false. -export NGGPS_IC=.false. -export MOUNTAIN=.true. -export WARM_START=.true. -export READ_INCREMENT=.false. -export RES_LATLON_DYNAMICS="'fv3_increment.nc'" -export NPZP=66 -export FHZERO=1.0 -export IMP_PHYSICS=8 -export LDIAG3D=.false. -export QDIAG3D=.false. -export PRINT_DIFF_PGR=.true. -export FHCYC=0.0 -export IAER=5111 -export LHEATSTRG=.false. -export RANDOM_CLDS=.false. -export CNVCLD=.false. -export IMFSHALCNV=-1 -export IMFDEEPCNV=-1 -export CDMBWD='3.5,1.0' -export DO_SPPT=.false. -export DO_SHUM=.false. -export DO_SKEB=.false. -export LNDP_TYPE=0 -export N_VAR_LNDP=0 - -export GWD_OPT=3 -export DO_UGWP_V0=.false. -export DO_UGWP_V0_OROG_ONLY=.false. -export DO_GSL_DRAG_LS_BL=.true. -export DO_GSL_DRAG_SS=.true. -export DO_GSL_DRAG_TOFD=.true. -export DO_UGWP_V1=.false. -export DO_UGWP_V1_OROG_ONLY=.false. - -export FV3_RUN=rrfs_warm_run.IN -export INPUT_NML=rrfs_conus13km_hrrr.nml.IN -export FIELD_TABLE=field_table_thompson_aero_tke -export DIAG_TABLE=diag_table_hrrr -export MODEL_CONFIGURE=model_configure_rrfs_conus13km.IN - -export FRAC_ICE=.true. diff --git a/tests/tests/rrfs_conus13km_radar_tten_warm_no_lake_debug b/tests/tests/rrfs_conus13km_radar_tten_warm_no_lake_debug deleted file mode 100644 index a0d50fac6e..0000000000 --- a/tests/tests/rrfs_conus13km_radar_tten_warm_no_lake_debug +++ /dev/null @@ -1,109 +0,0 @@ -############################################################################### -# -# HRRR physics with No Lake on 13km domain, with radar-derived MP temperature tendencies for 1 hour, debug run -# -############################################################################### - -# This configuration is supposed to match the rrfs_dev1 parallel, so -# do not change the namelist without checking the current parallel. - -export TEST_DESCR="HRRR physics with No Lake on 13km domain, with radar-derived MP temperature tendencies for 1 hour, debug run" - -export CNTL_DIR=rrfs_conus13km_radar_tten_warm_no_lake_debug - -export LIST_FILES="sfcf000.nc \ - sfcf001.nc \ - atmf000.nc \ - atmf001.nc" - -export_fv3 - -export FH_DFI_RADAR='0.0, 0.125, 0.25, 0.375, 0.5' - -export SYEAR=2021 -export SMONTH=5 -export SDAY=12 -export SHOUR=16 -export FHMAX=1 -export DT_ATMOS=120 -export RESTART_INTERVAL=1 -export QUILTING=.true. -export WRITE_GROUP=1 -export WRTTASK_PER_GROUP=6 -export NTILES=1 -export WRITE_DOPOST=.false. -export OUTPUT_HISTORY=.true. -export OUTPUT_GRID=lambert_conformal -export OUTPUT_FILE="'netcdf'" - -# Revert these two to GFS_typedefs defaults to avoid a crash: -export SEDI_SEMI=.false. -export DECFL=8 - -export LKM=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' -export INPES=12 -export JNPES=12 -export NPX=397 -export NPY=233 -export NPZ=65 -export MAKE_NH=.false. -export NA_INIT=0 -export DNATS=0 -export EXTERNAL_IC=.false. -export NGGPS_IC=.false. -export MOUNTAIN=.true. -export WARM_START=.true. -export READ_INCREMENT=.false. -export RES_LATLON_DYNAMICS="'fv3_increment.nc'" -export NPZP=66 -export FHZERO=1.0 -export IMP_PHYSICS=8 -export LDIAG3D=.false. -export QDIAG3D=.false. -export PRINT_DIFF_PGR=.true. -export FHCYC=0.0 -export IAER=5111 -export LHEATSTRG=.false. -export RANDOM_CLDS=.false. -export CNVCLD=.false. -export IMFSHALCNV=-1 -export IMFDEEPCNV=-1 -export CDMBWD='3.5,1.0' -export DO_SPPT=.false. -export DO_SHUM=.false. -export DO_SKEB=.false. -export LNDP_TYPE=0 -export N_VAR_LNDP=0 - -export GWD_OPT=3 -export DO_UGWP_V0=.false. -export DO_UGWP_V0_OROG_ONLY=.false. -export DO_GSL_DRAG_LS_BL=.true. -export DO_GSL_DRAG_SS=.true. -export DO_GSL_DRAG_TOFD=.true. -export DO_UGWP_V1=.false. -export DO_UGWP_V1_OROG_ONLY=.false. - -export FV3_RUN=rrfs_warm_run.IN -export INPUT_NML=rrfs_conus13km_hrrr.nml.IN -export FIELD_TABLE=field_table_thompson_aero_tke -export DIAG_TABLE=diag_table_hrrr -export MODEL_CONFIGURE=model_configure_rrfs_conus13km.IN - -export FRAC_ICE=.true. diff --git a/tests/tests/rrfs_conus13km_radar_tten_warm_no_lake_decomp b/tests/tests/rrfs_conus13km_radar_tten_warm_no_lake_decomp deleted file mode 100644 index 2bd4282e42..0000000000 --- a/tests/tests/rrfs_conus13km_radar_tten_warm_no_lake_decomp +++ /dev/null @@ -1,112 +0,0 @@ -############################################################################### -# -# HRRR physics with No Lake on 13km domain, with radar-derived MP temperature tendencies for 1 hour, different PEs -# -############################################################################### - -# This configuration is supposed to match the rrfs_dev1 parallel, so -# do not change the namelist without checking the current parallel. - -export TEST_DESCR="HRRR physics with No Lake on 13km domain, with radar-derived MP temperature tendencies for 1 hour, different PEs" - -export CNTL_DIR=rrfs_conus13km_radar_tten_warm_no_lake - -export LIST_FILES="sfcf000.nc \ - sfcf001.nc \ - sfcf002.nc \ - atmf000.nc \ - atmf001.nc \ - atmf002.nc" - -export_fv3 - -export FH_DFI_RADAR='0.0, 0.25, 0.50, 0.75, 1.0' - -export SYEAR=2021 -export SMONTH=5 -export SDAY=12 -export SHOUR=16 -export FHMAX=2 -export DT_ATMOS=120 -export RESTART_INTERVAL=1 -export QUILTING=.true. -export WRITE_GROUP=1 -export WRTTASK_PER_GROUP=6 -export NTILES=1 -export WRITE_DOPOST=.false. -export OUTPUT_HISTORY=.true. -export OUTPUT_GRID=lambert_conformal -export OUTPUT_FILE="'netcdf'" - -export INPES=16 -export JNPES=9 - -# Revert these two to GFS_typedefs defaults to avoid a crash: -export SEDI_SEMI=.false. -export DECFL=8 - -export LKM=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' -export NPX=397 -export NPY=233 -export NPZ=65 -export MAKE_NH=.false. -export NA_INIT=0 -export DNATS=0 -export EXTERNAL_IC=.false. -export NGGPS_IC=.false. -export MOUNTAIN=.true. -export WARM_START=.true. -export READ_INCREMENT=.false. -export RES_LATLON_DYNAMICS="'fv3_increment.nc'" -export NPZP=66 -export FHZERO=1.0 -export IMP_PHYSICS=8 -export LDIAG3D=.false. -export QDIAG3D=.false. -export PRINT_DIFF_PGR=.true. -export FHCYC=0.0 -export IAER=5111 -export LHEATSTRG=.false. -export RANDOM_CLDS=.false. -export CNVCLD=.false. -export IMFSHALCNV=-1 -export IMFDEEPCNV=-1 -export CDMBWD='3.5,1.0' -export DO_SPPT=.false. -export DO_SHUM=.false. -export DO_SKEB=.false. -export LNDP_TYPE=0 -export N_VAR_LNDP=0 - -export GWD_OPT=3 -export DO_UGWP_V0=.false. -export DO_UGWP_V0_OROG_ONLY=.false. -export DO_GSL_DRAG_LS_BL=.true. -export DO_GSL_DRAG_SS=.true. -export DO_GSL_DRAG_TOFD=.true. -export DO_UGWP_V1=.false. -export DO_UGWP_V1_OROG_ONLY=.false. - -export FV3_RUN=rrfs_warm_run.IN -export INPUT_NML=rrfs_conus13km_hrrr.nml.IN -export FIELD_TABLE=field_table_thompson_aero_tke -export DIAG_TABLE=diag_table_hrrr -export MODEL_CONFIGURE=model_configure_rrfs_conus13km.IN - -export FRAC_ICE=.true. diff --git a/tests/tests/rrfs_conus13km_radar_tten_warm_no_lake_decomp_debug b/tests/tests/rrfs_conus13km_radar_tten_warm_no_lake_decomp_debug deleted file mode 100644 index f62bbe9965..0000000000 --- a/tests/tests/rrfs_conus13km_radar_tten_warm_no_lake_decomp_debug +++ /dev/null @@ -1,112 +0,0 @@ -############################################################################### -# -# HRRR physics with No Lake on 13km domain, with radar-derived MP temperature tendencies for 1 hour, different PEs, debug mode -# -############################################################################### - -# 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 with No Lake on 13km domain, with radar-derived MP temperature tendencies for 1 hour, different PEs, debug mode" - -export CNTL_DIR=rrfs_conus13km_radar_tten_warm_no_lake_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=1 -export DT_ATMOS=120 -export RESTART_INTERVAL=1 -export QUILTING=.true. -export WRITE_GROUP=1 -export WRTTASK_PER_GROUP=6 -export NTILES=1 -export WRITE_DOPOST=.false. -export OUTPUT_HISTORY=.true. -export OUTPUT_GRID=lambert_conformal -export OUTPUT_FILE="'netcdf'" - -export INPES=16 -export JNPES=9 - -# Revert these two to GFS_typedefs defaults to avoid a crash: -export SEDI_SEMI=.false. -export DECFL=8 - -export LKM=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' -export NPX=397 -export NPY=233 -export NPZ=65 -export MAKE_NH=.false. -export NA_INIT=0 -export DNATS=0 -export EXTERNAL_IC=.false. -export NGGPS_IC=.false. -export MOUNTAIN=.true. -export WARM_START=.true. -export READ_INCREMENT=.false. -export RES_LATLON_DYNAMICS="'fv3_increment.nc'" -export NPZP=66 -export FHZERO=1.0 -export IMP_PHYSICS=8 -export LDIAG3D=.false. -export QDIAG3D=.false. -export PRINT_DIFF_PGR=.true. -export FHCYC=0.0 -export IAER=5111 -export LHEATSTRG=.false. -export RANDOM_CLDS=.false. -export CNVCLD=.false. -export IMFSHALCNV=-1 -export IMFDEEPCNV=-1 -export CDMBWD='3.5,1.0' -export DO_SPPT=.false. -export DO_SHUM=.false. -export DO_SKEB=.false. -export LNDP_TYPE=0 -export N_VAR_LNDP=0 - -export GWD_OPT=3 -export DO_UGWP_V0=.false. -export DO_UGWP_V0_OROG_ONLY=.false. -export DO_GSL_DRAG_LS_BL=.true. -export DO_GSL_DRAG_SS=.true. -export DO_GSL_DRAG_TOFD=.true. -export DO_UGWP_V1=.false. -export DO_UGWP_V1_OROG_ONLY=.false. - -export FV3_RUN=rrfs_warm_run.IN -export INPUT_NML=rrfs_conus13km_hrrr.nml.IN -export FIELD_TABLE=field_table_thompson_aero_tke -export DIAG_TABLE=diag_table_hrrr -export MODEL_CONFIGURE=model_configure_rrfs_conus13km.IN - -export FRAC_ICE=.true. diff --git a/tests/tests/rrfs_conus13km_radar_tten_warm_no_lake_restart b/tests/tests/rrfs_conus13km_radar_tten_warm_no_lake_restart deleted file mode 100644 index 56a0ce8688..0000000000 --- a/tests/tests/rrfs_conus13km_radar_tten_warm_no_lake_restart +++ /dev/null @@ -1,110 +0,0 @@ -############################################################################### -# -# HRRR physics with no lake 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 with no lake on 13km domain, with radar-derived MP temperature tendencies for 1 hour" - -export CNTL_DIR=rrfs_conus13km_radar_tten_warm_no_lake - -export LIST_FILES="sfcf002.nc \ - atmf002.nc" - -export_fv3 - -export FH_DFI_RADAR='0.0, 0.25, 0.50, 0.75, 1.0' - -export SYEAR=2021 -export SMONTH=5 -export SDAY=12 -export SHOUR=16 -export FHMAX=2 -export DT_ATMOS=120 -export QUILTING=.true. -export WRITE_GROUP=1 -export WRTTASK_PER_GROUP=6 -export NTILES=1 -export WRITE_DOPOST=.false. -export OUTPUT_HISTORY=.true. -export OUTPUT_GRID=lambert_conformal -export OUTPUT_FILE="'netcdf'" - -export FHROT=1 -export RESTART_FILE_PREFIX=$( printf %04d%02d%02d.%02d0000 $SYEAR $SMONTH $SDAY $(( SHOUR+FHROT )) ) -export RRFS_RESTART=YES - -# Revert these two to GFS_typedefs defaults to avoid a crash: -export SEDI_SEMI=.false. -export DECFL=8 - -export LKM=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' -export INPES=12 -export JNPES=12 -export NPX=397 -export NPY=233 -export NPZ=65 -export MAKE_NH=.false. -export NA_INIT=0 -export DNATS=0 -export EXTERNAL_IC=.false. -export NGGPS_IC=.false. -export MOUNTAIN=.true. -export WARM_START=.true. -export READ_INCREMENT=.false. -export RES_LATLON_DYNAMICS="'fv3_increment.nc'" -export NPZP=66 -export FHZERO=1.0 -export IMP_PHYSICS=8 -export LDIAG3D=.false. -export QDIAG3D=.false. -export PRINT_DIFF_PGR=.true. -export FHCYC=0.0 -export IAER=5111 -export LHEATSTRG=.false. -export RANDOM_CLDS=.false. -export CNVCLD=.false. -export IMFSHALCNV=-1 -export IMFDEEPCNV=-1 -export CDMBWD='3.5,1.0' -export DO_SPPT=.false. -export DO_SHUM=.false. -export DO_SKEB=.false. -export LNDP_TYPE=0 -export N_VAR_LNDP=0 - -export GWD_OPT=3 -export DO_UGWP_V0=.false. -export DO_UGWP_V0_OROG_ONLY=.false. -export DO_GSL_DRAG_LS_BL=.true. -export DO_GSL_DRAG_SS=.true. -export DO_GSL_DRAG_TOFD=.true. -export DO_UGWP_V1=.false. -export DO_UGWP_V1_OROG_ONLY=.false. - -export FV3_RUN=rrfs_warm_run.IN -export INPUT_NML=rrfs_conus13km_hrrr.nml.IN -export FIELD_TABLE=field_table_thompson_aero_tke -export DIAG_TABLE=diag_table_hrrr -export MODEL_CONFIGURE=model_configure_rrfs_conus13km.IN - -export FRAC_ICE=.true. From 96036a536bc15ba2281753d4c5b4a9570939ae7d Mon Sep 17 00:00:00 2001 From: "samuel.trahan" Date: Tue, 11 Apr 2023 18:21:06 +0000 Subject: [PATCH 121/152] remove three more unneeded tests --- ...s_conus13km_radar_tten_warm_2threads_debug | 115 ------------------ ...rfs_conus13km_radar_tten_warm_decomp_debug | 113 ----------------- ...rrfs_conus13km_radar_tten_warm_flake_debug | 110 ----------------- 3 files changed, 338 deletions(-) delete mode 100644 tests/tests/rrfs_conus13km_radar_tten_warm_2threads_debug delete mode 100644 tests/tests/rrfs_conus13km_radar_tten_warm_decomp_debug delete mode 100644 tests/tests/rrfs_conus13km_radar_tten_warm_flake_debug diff --git a/tests/tests/rrfs_conus13km_radar_tten_warm_2threads_debug b/tests/tests/rrfs_conus13km_radar_tten_warm_2threads_debug deleted file mode 100644 index 19280b229e..0000000000 --- a/tests/tests/rrfs_conus13km_radar_tten_warm_2threads_debug +++ /dev/null @@ -1,115 +0,0 @@ -############################################################################### -# -# HRRR physics on 13km domain, with radar-derived MP temperature tendencies for 1 hour, debug run -# -############################################################################### - -# This configuration is supposed to match the rrfs_dev1 parallel, so -# do not change the namelist without checking the current parallel. - -export TEST_DESCR="HRRR physics on 13km domain, with radar-derived MP temperature tendencies for 1 hour, debug run" - -export CNTL_DIR=rrfs_conus13km_radar_tten_warm_debug - -export LIST_FILES="sfcf000.nc \ - sfcf001.nc \ - atmf000.nc \ - atmf001.nc" - -export_fv3 - -export FH_DFI_RADAR='0.0, 0.125, 0.25, 0.375, 0.5' - -export SYEAR=2021 -export SMONTH=5 -export SDAY=12 -export SHOUR=16 -export FHMAX=1 -export DT_ATMOS=120 -export RESTART_INTERVAL=1 -export QUILTING=.true. -export WRITE_GROUP=1 -export WRTTASK_PER_GROUP=6 -export NTILES=1 -export WRITE_DOPOST=.false. -export OUTPUT_HISTORY=.true. -export OUTPUT_GRID=lambert_conformal -export OUTPUT_FILE="'netcdf'" - -export atm_omp_num_threads=2 -export INPES=$INPES_thrd -export JNPES=$JNPES_thrd -export WRTTASK_PER_GROUP=6 - -# Revert these two to GFS_typedefs defaults to avoid a crash: -export SEDI_SEMI=.false. -export DECFL=8 - -export LKM=1 -export IOPT_LAKE=2 -export SFCLAY_COMPUTE_FLUX=.true. -export IALB=2 -export ICLIQ_SW=2 -export IEMS=2 -export IOVR=3 -export KICE=9 -export LSM=3 -export LSOIL_LSM=9 -export DO_MYNNSFCLAY=.true. -export DO_MYNNEDMF=.true. -export DO_MYJPBL=.true -export HYBEDMF=.false. -export SHAL_CNV=.false. -export DO_SAT_ADJ=.false. -export DO_DEEP=.false. -export CCPP_SUITE='FV3_HRRR' -export INPES=12 -export JNPES=12 -export NPX=397 -export NPY=233 -export NPZ=65 -export MAKE_NH=.false. -export NA_INIT=0 -export DNATS=0 -export EXTERNAL_IC=.false. -export NGGPS_IC=.false. -export MOUNTAIN=.true. -export WARM_START=.true. -export READ_INCREMENT=.false. -export RES_LATLON_DYNAMICS="'fv3_increment.nc'" -export NPZP=66 -export FHZERO=1.0 -export IMP_PHYSICS=8 -export LDIAG3D=.false. -export QDIAG3D=.false. -export PRINT_DIFF_PGR=.true. -export FHCYC=0.0 -export IAER=5111 -export LHEATSTRG=.false. -export RANDOM_CLDS=.false. -export CNVCLD=.false. -export IMFSHALCNV=-1 -export IMFDEEPCNV=-1 -export CDMBWD='3.5,1.0' -export DO_SPPT=.false. -export DO_SHUM=.false. -export DO_SKEB=.false. -export LNDP_TYPE=0 -export N_VAR_LNDP=0 - -export GWD_OPT=3 -export DO_UGWP_V0=.false. -export DO_UGWP_V0_OROG_ONLY=.false. -export DO_GSL_DRAG_LS_BL=.true. -export DO_GSL_DRAG_SS=.true. -export DO_GSL_DRAG_TOFD=.true. -export DO_UGWP_V1=.false. -export DO_UGWP_V1_OROG_ONLY=.false. - -export FV3_RUN=rrfs_warm_run.IN -export INPUT_NML=rrfs_conus13km_hrrr.nml.IN -export FIELD_TABLE=field_table_thompson_aero_tke -export DIAG_TABLE=diag_table_hrrr -export MODEL_CONFIGURE=model_configure_rrfs_conus13km.IN - -export FRAC_ICE=.true. diff --git a/tests/tests/rrfs_conus13km_radar_tten_warm_decomp_debug b/tests/tests/rrfs_conus13km_radar_tten_warm_decomp_debug deleted file mode 100644 index 0d5e1cb918..0000000000 --- a/tests/tests/rrfs_conus13km_radar_tten_warm_decomp_debug +++ /dev/null @@ -1,113 +0,0 @@ -############################################################################### -# -# HRRR physics on 13km domain, with radar-derived MP temperature tendencies for 1 hour, different PEs, debug mode -# -############################################################################### - -# This configuration is supposed to match the rrfs_dev1 parallel, so -# do not change the namelist without checking the current parallel. - -export TEST_DESCR="HRRR physics on 13km domain, with radar-derived MP temperature tendencies for 1 hour, different PEs, debug mode" - -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=120 -export RESTART_INTERVAL=1 -export QUILTING=.true. -export WRITE_GROUP=1 -export WRTTASK_PER_GROUP=6 -export NTILES=1 -export WRITE_DOPOST=.false. -export OUTPUT_HISTORY=.true. -export OUTPUT_GRID=lambert_conformal -export OUTPUT_FILE="'netcdf'" - -export INPES=16 -export JNPES=9 - -# Revert these two to GFS_typedefs defaults to avoid a crash: -export SEDI_SEMI=.false. -export DECFL=8 - -export LKM=1 -export IOPT_LAKE=2 -export SFCLAY_COMPUTE_FLUX=.true. -export IALB=2 -export ICLIQ_SW=2 -export IEMS=2 -export IOVR=3 -export KICE=9 -export LSM=3 -export LSOIL_LSM=9 -export DO_MYNNSFCLAY=.true. -export DO_MYNNEDMF=.true. -export DO_MYJPBL=.true -export HYBEDMF=.false. -export SHAL_CNV=.false. -export DO_SAT_ADJ=.false. -export DO_DEEP=.false. -export CCPP_SUITE='FV3_HRRR' -export NPX=397 -export NPY=233 -export NPZ=65 -export MAKE_NH=.false. -export NA_INIT=0 -export DNATS=0 -export EXTERNAL_IC=.false. -export NGGPS_IC=.false. -export MOUNTAIN=.true. -export WARM_START=.true. -export READ_INCREMENT=.false. -export RES_LATLON_DYNAMICS="'fv3_increment.nc'" -export NPZP=66 -export FHZERO=1.0 -export IMP_PHYSICS=8 -export LDIAG3D=.false. -export QDIAG3D=.false. -export PRINT_DIFF_PGR=.true. -export FHCYC=0.0 -export IAER=5111 -export LHEATSTRG=.false. -export RANDOM_CLDS=.false. -export CNVCLD=.false. -export IMFSHALCNV=-1 -export IMFDEEPCNV=-1 -export CDMBWD='3.5,1.0' -export DO_SPPT=.false. -export DO_SHUM=.false. -export DO_SKEB=.false. -export LNDP_TYPE=0 -export N_VAR_LNDP=0 - -export GWD_OPT=3 -export DO_UGWP_V0=.false. -export DO_UGWP_V0_OROG_ONLY=.false. -export DO_GSL_DRAG_LS_BL=.true. -export DO_GSL_DRAG_SS=.true. -export DO_GSL_DRAG_TOFD=.true. -export DO_UGWP_V1=.false. -export DO_UGWP_V1_OROG_ONLY=.false. - -export FV3_RUN=rrfs_warm_run.IN -export INPUT_NML=rrfs_conus13km_hrrr.nml.IN -export FIELD_TABLE=field_table_thompson_aero_tke -export DIAG_TABLE=diag_table_hrrr -export MODEL_CONFIGURE=model_configure_rrfs_conus13km.IN - -export FRAC_ICE=.true. diff --git a/tests/tests/rrfs_conus13km_radar_tten_warm_flake_debug b/tests/tests/rrfs_conus13km_radar_tten_warm_flake_debug deleted file mode 100644 index 96836cc05a..0000000000 --- a/tests/tests/rrfs_conus13km_radar_tten_warm_flake_debug +++ /dev/null @@ -1,110 +0,0 @@ -############################################################################### -# -# HRRR physics with Flake on 13km domain, with radar-derived MP temperature tendencies for 1 hour, debug run -# -############################################################################### - -# This configuration is supposed to match the rrfs_dev1 parallel, so -# do not change the namelist without checking the current parallel. - -export TEST_DESCR="HRRR physics with Flake on 13km domain, with radar-derived MP temperature tendencies for 1 hour, debug run" - -export CNTL_DIR=rrfs_conus13km_radar_tten_warm_flake_debug - -export LIST_FILES="sfcf000.nc \ - sfcf001.nc \ - atmf000.nc \ - atmf001.nc" - -export_fv3 - -export FH_DFI_RADAR='0.0, 0.125, 0.25, 0.375, 0.5' - -export SYEAR=2021 -export SMONTH=5 -export SDAY=12 -export SHOUR=16 -export FHMAX=1 -export DT_ATMOS=120 -export RESTART_INTERVAL=1 -export QUILTING=.true. -export WRITE_GROUP=1 -export WRTTASK_PER_GROUP=6 -export NTILES=1 -export WRITE_DOPOST=.false. -export OUTPUT_HISTORY=.true. -export OUTPUT_GRID=lambert_conformal -export OUTPUT_FILE="'netcdf'" - -# Revert these two to GFS_typedefs defaults to avoid a crash: -export SEDI_SEMI=.false. -export DECFL=8 - -export LKM=1 -export IOPT_LAKE=1 -export SFCLAY_COMPUTE_FLUX=.true. -export IALB=2 -export ICLIQ_SW=2 -export IEMS=2 -export IOVR=3 -export KICE=9 -export LSM=3 -export LSOIL_LSM=9 -export DO_MYNNSFCLAY=.true. -export DO_MYNNEDMF=.true. -export DO_MYJPBL=.true -export HYBEDMF=.false. -export SHAL_CNV=.false. -export DO_SAT_ADJ=.false. -export DO_DEEP=.false. -export CCPP_SUITE='FV3_HRRR_flake' -export INPES=12 -export JNPES=12 -export NPX=397 -export NPY=233 -export NPZ=65 -export MAKE_NH=.false. -export NA_INIT=0 -export DNATS=0 -export EXTERNAL_IC=.false. -export NGGPS_IC=.false. -export MOUNTAIN=.true. -export WARM_START=.true. -export READ_INCREMENT=.false. -export RES_LATLON_DYNAMICS="'fv3_increment.nc'" -export NPZP=66 -export FHZERO=1.0 -export IMP_PHYSICS=8 -export LDIAG3D=.false. -export QDIAG3D=.false. -export PRINT_DIFF_PGR=.true. -export FHCYC=0.0 -export IAER=5111 -export LHEATSTRG=.false. -export RANDOM_CLDS=.false. -export CNVCLD=.false. -export IMFSHALCNV=-1 -export IMFDEEPCNV=-1 -export CDMBWD='3.5,1.0' -export DO_SPPT=.false. -export DO_SHUM=.false. -export DO_SKEB=.false. -export LNDP_TYPE=0 -export N_VAR_LNDP=0 - -export GWD_OPT=3 -export DO_UGWP_V0=.false. -export DO_UGWP_V0_OROG_ONLY=.false. -export DO_GSL_DRAG_LS_BL=.true. -export DO_GSL_DRAG_SS=.true. -export DO_GSL_DRAG_TOFD=.true. -export DO_UGWP_V1=.false. -export DO_UGWP_V1_OROG_ONLY=.false. - -export FV3_RUN=rrfs_warm_run.IN -export INPUT_NML=rrfs_conus13km_hrrr.nml.IN -export FIELD_TABLE=field_table_thompson_aero_tke -export DIAG_TABLE=diag_table_hrrr -export MODEL_CONFIGURE=model_configure_rrfs_conus13km.IN - -export FRAC_ICE=.true. From cbf0ad60c2c8cc0b88660714ae92d32fefc3679f Mon Sep 17 00:00:00 2001 From: "samuel.trahan" Date: Tue, 11 Apr 2023 18:24:24 +0000 Subject: [PATCH 122/152] remove unneeded test --- .../rrfs_conus13km_radar_tten_warm_flake | 112 ------------------ 1 file changed, 112 deletions(-) delete mode 100644 tests/tests/rrfs_conus13km_radar_tten_warm_flake diff --git a/tests/tests/rrfs_conus13km_radar_tten_warm_flake b/tests/tests/rrfs_conus13km_radar_tten_warm_flake deleted file mode 100644 index 48f89b6c7d..0000000000 --- a/tests/tests/rrfs_conus13km_radar_tten_warm_flake +++ /dev/null @@ -1,112 +0,0 @@ -############################################################################### -# -# HRRR physics with Flake 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 with Flake on 13km domain, with radar-derived MP temperature tendencies for 1 hour" - -export CNTL_DIR=rrfs_conus13km_radar_tten_warm_flake - -export LIST_FILES="sfcf000.nc \ - sfcf001.nc \ - sfcf002.nc \ - atmf000.nc \ - atmf001.nc \ - atmf002.nc" - -export_fv3 - -export FH_DFI_RADAR='0.0, 0.25, 0.50, 0.75, 1.0' - -export SYEAR=2021 -export SMONTH=5 -export SDAY=12 -export SHOUR=16 -export FHMAX=2 -export DT_ATMOS=120 -export RESTART_INTERVAL=1 -export QUILTING=.true. -export WRITE_GROUP=1 -export WRTTASK_PER_GROUP=6 -export NTILES=1 -export WRITE_DOPOST=.false. -export OUTPUT_HISTORY=.true. -export OUTPUT_GRID=lambert_conformal -export OUTPUT_FILE="'netcdf'" - -# Revert these two to GFS_typedefs defaults to avoid a crash: -export SEDI_SEMI=.false. -export DECFL=8 - -export LKM=1 -export IOPT_LAKE=1 -export SFCLAY_COMPUTE_FLUX=.true. -export IALB=2 -export ICLIQ_SW=2 -export IEMS=2 -export IOVR=3 -export KICE=9 -export LSM=3 -export LSOIL_LSM=9 -export DO_MYNNSFCLAY=.true. -export DO_MYNNEDMF=.true. -export DO_MYJPBL=.true -export HYBEDMF=.false. -export SHAL_CNV=.false. -export DO_SAT_ADJ=.false. -export DO_DEEP=.false. -export CCPP_SUITE='FV3_HRRR_flake' -export INPES=12 -export JNPES=12 -export NPX=397 -export NPY=233 -export NPZ=65 -export MAKE_NH=.false. -export NA_INIT=0 -export DNATS=0 -export EXTERNAL_IC=.false. -export NGGPS_IC=.false. -export MOUNTAIN=.true. -export WARM_START=.true. -export READ_INCREMENT=.false. -export RES_LATLON_DYNAMICS="'fv3_increment.nc'" -export NPZP=66 -export FHZERO=1.0 -export IMP_PHYSICS=8 -export LDIAG3D=.false. -export QDIAG3D=.false. -export PRINT_DIFF_PGR=.true. -export FHCYC=0.0 -export IAER=5111 -export LHEATSTRG=.false. -export RANDOM_CLDS=.false. -export CNVCLD=.false. -export IMFSHALCNV=-1 -export IMFDEEPCNV=-1 -export CDMBWD='3.5,1.0' -export DO_SPPT=.false. -export DO_SHUM=.false. -export DO_SKEB=.false. -export LNDP_TYPE=0 -export N_VAR_LNDP=0 - -export GWD_OPT=3 -export DO_UGWP_V0=.false. -export DO_UGWP_V0_OROG_ONLY=.false. -export DO_GSL_DRAG_LS_BL=.true. -export DO_GSL_DRAG_SS=.true. -export DO_GSL_DRAG_TOFD=.true. -export DO_UGWP_V1=.false. -export DO_UGWP_V1_OROG_ONLY=.false. - -export FV3_RUN=rrfs_warm_run.IN -export INPUT_NML=rrfs_conus13km_hrrr.nml.IN -export FIELD_TABLE=field_table_thompson_aero_tke -export DIAG_TABLE=diag_table_hrrr -export MODEL_CONFIGURE=model_configure_rrfs_conus13km.IN - -export FRAC_ICE=.true. From 0dc377c98fc7ab3feba2a3c48538955b7f0a14ab Mon Sep 17 00:00:00 2001 From: "samuel.trahan" Date: Tue, 11 Apr 2023 18:26:30 +0000 Subject: [PATCH 123/152] remove three unused tests --- tests/tests/control_flake_2threads | 48 ------------------------------ tests/tests/control_flake_decomp | 46 ---------------------------- tests/tests/control_flake_restart | 47 ----------------------------- 3 files changed, 141 deletions(-) delete mode 100644 tests/tests/control_flake_2threads delete mode 100644 tests/tests/control_flake_decomp delete mode 100644 tests/tests/control_flake_restart diff --git a/tests/tests/control_flake_2threads b/tests/tests/control_flake_2threads deleted file mode 100644 index 1e6ec429a4..0000000000 --- a/tests/tests/control_flake_2threads +++ /dev/null @@ -1,48 +0,0 @@ -############################################################################### -# -# Global control with flake test -# -############################################################################### - -export TEST_DESCR="Compare global control flake results with previous trunk version" - -export CNTL_DIR=control_flake - -export LIST_FILES="sfcf000.nc \ - sfcf024.nc \ - atmf000.nc \ - atmf024.nc \ - GFSFLX.GrbF00 \ - GFSFLX.GrbF24 \ - GFSPRS.GrbF00 \ - GFSPRS.GrbF24" - -export_fv3 -export NPZ=127 -export NPZP=128 -export DT_ATMOS=720 -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 RESTART_INTERVAL=6 - -export INPES=$INPES_thrd -export JNPES=$JNPES_thrd - -export atm_omp_num_threads=2 - -export LKM=1 -export IOPT_LAKE=1 - -export DO_SPPT=.true. -export DO_SHUM=.true. -export DO_SKEB=.true. - -export FV3_RUN=lake_control_run.IN -export CCPP_SUITE=FV3_GFS_v16_flake -export INPUT_NML=control_flake.nml.IN diff --git a/tests/tests/control_flake_decomp b/tests/tests/control_flake_decomp deleted file mode 100644 index a407ee1010..0000000000 --- a/tests/tests/control_flake_decomp +++ /dev/null @@ -1,46 +0,0 @@ -############################################################################### -# -# Global control with flake test -# -############################################################################### - -export TEST_DESCR="Compare global control flake results with previous trunk version" - -export CNTL_DIR=control_flake - -export LIST_FILES="sfcf000.nc \ - sfcf024.nc \ - atmf000.nc \ - atmf024.nc \ - GFSFLX.GrbF00 \ - GFSFLX.GrbF24 \ - GFSPRS.GrbF00 \ - GFSPRS.GrbF24" - -export_fv3 -export NPZ=127 -export NPZP=128 -export DT_ATMOS=720 -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 RESTART_INTERVAL=6 - -export INPES=6 -export JNPES=4 - -export LKM=1 -export IOPT_LAKE=1 - -export DO_SPPT=.true. -export DO_SHUM=.true. -export DO_SKEB=.true. - -export FV3_RUN=lake_control_run.IN -export CCPP_SUITE=FV3_GFS_v16_flake -export INPUT_NML=control_flake.nml.IN diff --git a/tests/tests/control_flake_restart b/tests/tests/control_flake_restart deleted file mode 100644 index 6ef471bc63..0000000000 --- a/tests/tests/control_flake_restart +++ /dev/null @@ -1,47 +0,0 @@ -############################################################################### -# -# Global control with flake test -# -############################################################################### - -export TEST_DESCR="Compare global control flake results with previous trunk version" - -export CNTL_DIR=control_flake - -export LIST_FILES="sfcf024.nc \ - atmf024.nc \ - GFSFLX.GrbF24 \ - GFSPRS.GrbF24" - -export_fv3 -export NPZ=127 -export NPZP=128 -export DT_ATMOS=720 -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=6 -export RESTART_FILE_PREFIX="${SYEAR}${SMONTH}${SDAY}.$(printf "%02d" $(( ${SHOUR} + ${FHROT} )))0000" - -export WARM_START=.true. -export NGGPS_IC=.false. -export EXTERNAL_IC=.false. -export MAKE_NH=.false. -export MOUNTAIN=.true. -export NA_INIT=0 - -export LKM=1 -export IOPT_LAKE=1 - -export DO_SPPT=.true. -export DO_SHUM=.true. -export DO_SKEB=.true. - -export FV3_RUN=lake_control_run.IN -export CCPP_SUITE=FV3_GFS_v16_flake -export INPUT_NML=control_flake.nml.IN From a6707d96ed265099a9462fd6f00fa3081d2717d4 Mon Sep 17 00:00:00 2001 From: "samuel.trahan" Date: Tue, 11 Apr 2023 18:26:52 +0000 Subject: [PATCH 124/152] rap clm lake tests use fractional ice --- tests/tests/rap_clm_lake | 1 + tests/tests/rap_clm_lake_debug | 1 + 2 files changed, 2 insertions(+) diff --git a/tests/tests/rap_clm_lake b/tests/tests/rap_clm_lake index 04610cadde..c424fbb196 100644 --- a/tests/tests/rap_clm_lake +++ b/tests/tests/rap_clm_lake @@ -76,6 +76,7 @@ export DIAG_TABLE=diag_table_rap export LKM=1 export IOPT_LAKE=2 +export FRAC_ICE=.true. export LHEATSTRG=.false. export IMP_PHYSICS=8 diff --git a/tests/tests/rap_clm_lake_debug b/tests/tests/rap_clm_lake_debug index ffffe72b61..79a5d70d63 100644 --- a/tests/tests/rap_clm_lake_debug +++ b/tests/tests/rap_clm_lake_debug @@ -36,6 +36,7 @@ export DIAG_TABLE=diag_table_rap export LKM=1 export IOPT_LAKE=2 +export FRAC_ICE=.true. export LHEATSTRG=.false. export IMP_PHYSICS=8 From ae729ec5b981f22bd049e6e9237f44e2452cba41 Mon Sep 17 00:00:00 2001 From: "samuel.trahan" Date: Tue, 11 Apr 2023 18:29:09 +0000 Subject: [PATCH 125/152] =.false. should be =0 in CMEPS --- CMEPS-interface/CMEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMEPS-interface/CMEPS b/CMEPS-interface/CMEPS index a2caa2fe08..80da72c8dd 160000 --- a/CMEPS-interface/CMEPS +++ b/CMEPS-interface/CMEPS @@ -1 +1 @@ -Subproject commit a2caa2fe082fb82e30dd80cd3af5e87b75b099e2 +Subproject commit 80da72c8dd24dd1da23d9c2fe3694dd082bb0da8 From cdd0e548a0f4a61c437ff3c9cb700652b08f2b8e Mon Sep 17 00:00:00 2001 From: "samuel.trahan" Date: Tue, 11 Apr 2023 18:31:40 +0000 Subject: [PATCH 126/152] lake_control_run.IN -> control_run.IN and remove external lake data directory --- tests/fv3_conf/control_run.IN | 35 +++- tests/fv3_conf/lake_control_run.IN | 150 ------------------ tests/rt.sh | 7 - tests/tests/control_flake | 2 +- tests/tests/control_flake_2threads | 48 ------ tests/tests/control_flake_debug | 2 +- tests/tests/control_flake_decomp | 46 ------ tests/tests/control_flake_restart | 47 ------ tests/tests/hrrr_control | 2 +- tests/tests/hrrr_control_2threads | 2 +- tests/tests/hrrr_control_2threads_dyn32_phy32 | 2 +- tests/tests/hrrr_control_debug | 2 +- tests/tests/hrrr_control_debug_dyn32_phy32 | 2 +- tests/tests/hrrr_control_decomp | 2 +- tests/tests/hrrr_control_decomp_dyn32_phy32 | 2 +- tests/tests/hrrr_control_dyn32_phy32 | 2 +- tests/tests/hrrr_control_restart | 2 +- tests/tests/hrrr_control_restart_dyn32_phy32 | 2 +- tests/tests/rap_clm_lake | 2 +- tests/tests/rap_clm_lake_debug | 2 +- tests/tests/rap_flake_debug | 2 +- 21 files changed, 46 insertions(+), 317 deletions(-) delete mode 100644 tests/fv3_conf/lake_control_run.IN delete mode 100644 tests/tests/control_flake_2threads delete mode 100644 tests/tests/control_flake_decomp delete mode 100644 tests/tests/control_flake_restart diff --git a/tests/fv3_conf/control_run.IN b/tests/fv3_conf/control_run.IN index 3367102115..935987aa15 100644 --- a/tests/fv3_conf/control_run.IN +++ b/tests/fv3_conf/control_run.IN @@ -12,6 +12,16 @@ elif [ $NPX = 769 ]; then fi echo "inputdir=$inputdir,NPX=$NPX" +copy_lake_oro() { + local lakeC + local laketile + lakeC=C$(( NPX - 1 )) + for laketile in 1 2 3 4 5 6 ; do + cp @[INPUTDATA_ROOT]/lake_p8_water_fraction2020/oro_${lakeC}.mx100.tile${laketile}.nc \ + ./INPUT/oro_data.tile${laketile}.nc + done +} + OPNREQ_TEST=${OPNREQ_TEST:-false} SUFFIX=${RT_SUFFIX} if [ $WARM_START = .false. ]; then @@ -39,12 +49,21 @@ else cp ${FILEDIR}/../INPUT/fv3_increment.nc INPUT/. cp ${FILEDIR}/../INPUT/grid_spec.nc INPUT/. cp ${FILEDIR}/../INPUT/*_grid.tile*.nc INPUT/. - cp ${FILEDIR}/../INPUT/oro_data.tile*.nc INPUT/. + + if [ ${LKM:-0} != 0 ] ; then + copy_lake_oro + else + cp ${FILEDIR}/../INPUT/oro_data.tile*.nc INPUT/. + fi else cp ${FILEDIR}/fv_increment*.nc INPUT/. cp ${FILEDIR}/grid_spec.nc INPUT/. cp ${FILEDIR}/*_grid.tile*.nc INPUT/. - cp ${FILEDIR}/oro_data.tile*.nc INPUT/. + if [ ${LKM:-0} != 0 ] ; then + copy_lake_oro + else + cp ${FILEDIR}/oro_data.tile*.nc INPUT/. + fi fi cp ${FILEDIR}/coupler.res INPUT/. cp ${FILEDIR}/fv_core.res.* INPUT/. @@ -62,7 +81,11 @@ else rm -f INPUT/sfc_data.* cp ${FILEDIR}/../INPUT/grid_spec.nc INPUT/. cp ${FILEDIR}/../INPUT/*_grid.tile*.nc INPUT/. - cp ${FILEDIR}/../INPUT/oro_data*.nc INPUT/. + if [ ${LKM:-0} != 0 ] ; then + copy_lake_oro + else + cp ${FILEDIR}/../INPUT/oro_data*.nc INPUT/. + fi for RFILE in ../${DEP_RUN}${SUFFIX}/RESTART/${RESTART_FILE_PREFIX}.*; do [ -e $RFILE ] || exit 1 RFILE_OLD=$(basename $RFILE) @@ -83,7 +106,11 @@ if [ $TILEDFIX = .true. ]; then cp @[INPUTDATA_ROOT]/FV3_fix/global_maxice.2x2.grb . cp @[INPUTDATA_ROOT]/FV3_fix/RTGSST.1982.2012.monthly.clim.grb . cp @[INPUTDATA_ROOT]/FV3_fix/global_snoclim.1.875.grb . - cp @[INPUTDATA_ROOT]/FV3_fix/IMS-NIC.blended.ice.monthly.clim.grb . + if [ ${LKM:-0} != 0 ] ; then + cp @[INPUTDATA_ROOT]/FV3_fix/CFSR.SEAICE.1982.2012.monthly.clim.grb . + else + cp @[INPUTDATA_ROOT]/FV3_fix/IMS-NIC.blended.ice.monthly.clim.grb . + fi cp @[INPUTDATA_ROOT]/${inputdir}/@[FNSMCC] . cp @[INPUTDATA_ROOT]/${inputdir}/@[FNMSKH_control] . else diff --git a/tests/fv3_conf/lake_control_run.IN b/tests/fv3_conf/lake_control_run.IN deleted file mode 100644 index 94e4d4b2ee..0000000000 --- a/tests/fv3_conf/lake_control_run.IN +++ /dev/null @@ -1,150 +0,0 @@ -rm -fr INPUT RESTART -if [ $NPX = 97 ]; then - inputdir=FV3_input_data -elif [ $NPX = 49 ]; then - inputdir=FV3_input_data48 -elif [ $NPX = 193 ]; then - inputdir=FV3_input_data192 -elif [ $NPX = 385 ]; then - inputdir=FV3_input_data384 -elif [ $NPX = 769 ]; then - inputdir=FV3_input_data768 -fi -echo "inputdir=$inputdir,NPX=$NPX" - -OPNREQ_TEST=${OPNREQ_TEST:-false} -SUFFIX=${RT_SUFFIX} -if [ $WARM_START = .false. ]; then - mkdir INPUT RESTART - cp -r @[INPUTDATA_ROOT]/${inputdir}/INPUT_L127/* ./INPUT/. -# cp -r @[INPUTDATA_ROOT]/${inputdir}/ORO_FLAKE/* ./INPUT/. - cp $LAKE_DATA_PATH/oro_C96.mx100.tile1.nc ./INPUT/oro_data.tile1.nc - cp $LAKE_DATA_PATH/oro_C96.mx100.tile2.nc ./INPUT/oro_data.tile2.nc - cp $LAKE_DATA_PATH/oro_C96.mx100.tile3.nc ./INPUT/oro_data.tile3.nc - cp $LAKE_DATA_PATH/oro_C96.mx100.tile4.nc ./INPUT/oro_data.tile4.nc - cp $LAKE_DATA_PATH/oro_C96.mx100.tile5.nc ./INPUT/oro_data.tile5.nc - cp $LAKE_DATA_PATH/oro_C96.mx100.tile6.nc ./INPUT/oro_data.tile6.nc -else - mkdir INPUT RESTART - - if [[ ${OPNREQ_TEST} == true ]]; then - SUFFIX=${BL_SUFFIX} - fi - - if [ $MODEL_INITIALIZATION = false ]; then - #read_inc and iau tests restart from fh=24 - CURRDIR=`pwd` - FILEDIR=${CURRDIR}/../${DEP_RUN}${SUFFIX}/RESTART - else - #for warm start from initialiation time - FILEDIR=@[INPUTDATA_ROOT]/${inputdir}/INPUT_L127_GDAS - fi - - if [[ ${IAU_OFFSET} != 0 ]] || [[ $READ_INCREMENT = .true. ]]; then - - if [ $MODEL_INITIALIZATION = false ]; then - cp ${FILEDIR}/../INPUT/fv3_increment.nc INPUT/. - cp ${FILEDIR}/../INPUT/grid_spec.nc INPUT/. - cp ${FILEDIR}/../INPUT/*_grid.tile*.nc INPUT/. - cp ${FILEDIR}/../INPUT/oro_data.tile*.nc INPUT/. - else - cp ${FILEDIR}/fv_increment*.nc INPUT/. - cp ${FILEDIR}/grid_spec.nc INPUT/. - cp ${FILEDIR}/*_grid.tile*.nc INPUT/. - cp -r @[INPUTDATA_ROOT]/${inputdir}/INPUT_L127/* ./INPUT/. -# cp -r @[INPUTDATA_ROOT]/${inputdir}/ORO_FLAKE/* ./INPUT/. - cp $LAKE_DATA_PATH/oro_C96.mx100.tile1.nc ./INPUT/oro_data.tile1.nc - cp $LAKE_DATA_PATH/oro_C96.mx100.tile2.nc ./INPUT/oro_data.tile2.nc - cp $LAKE_DATA_PATH/oro_C96.mx100.tile3.nc ./INPUT/oro_data.tile3.nc - cp $LAKE_DATA_PATH/oro_C96.mx100.tile4.nc ./INPUT/oro_data.tile4.nc - cp $LAKE_DATA_PATH/oro_C96.mx100.tile5.nc ./INPUT/oro_data.tile5.nc - cp $LAKE_DATA_PATH/oro_C96.mx100.tile6.nc ./INPUT/oro_data.tile6.nc - fi - cp ${FILEDIR}/coupler.res INPUT/. - cp ${FILEDIR}/fv_core.res.* INPUT/. - cp ${FILEDIR}/fv_srf_wnd.res.* INPUT/. - cp ${FILEDIR}/fv_tracer.* INPUT/. - cp ${FILEDIR}/phy_data.* INPUT/. - cp ${FILEDIR}/sfc_data.* INPUT/. - else - #restart test start from fh FHROT - 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 ${FILEDIR}/../INPUT/grid_spec.nc INPUT/. - cp ${FILEDIR}/../INPUT/*_grid.tile*.nc INPUT/. - cp ${FILEDIR}/../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 - fi - -fi - -if [ $TILEDFIX = .true. ]; then - cp @[INPUTDATA_ROOT]/FV3_fix_tiled/@[ATMRES]/@[ATMRES]*.nc . - cp @[INPUTDATA_ROOT]/FV3_fix/global_glacier.2x2.grb . - cp @[INPUTDATA_ROOT]/FV3_fix/global_maxice.2x2.grb . - cp @[INPUTDATA_ROOT]/FV3_fix/RTGSST.1982.2012.monthly.clim.grb . - cp @[INPUTDATA_ROOT]/FV3_fix/global_snoclim.1.875.grb . - cp @[INPUTDATA_ROOT]/FV3_fix/CFSR.SEAICE.1982.2012.monthly.clim.grb . - cp @[INPUTDATA_ROOT]/${inputdir}/@[FNSMCC] . - cp @[INPUTDATA_ROOT]/${inputdir}/@[FNMSKH_control] . -else - cp @[INPUTDATA_ROOT]/${inputdir}/*grb . -fi - -if [ $CPLWAV = .true. ]; then - cp @[INPUTDATA_ROOT_WW3]/mod_def.* . - cp @[INPUTDATA_ROOT_WW3]/rmp_src* . -fi - -#inline post -if [[ $POSTAPP = 'global' ]]; then - cp ${PATHRT}/parm/post_itag itag - cp ${PATHRT}/parm/postxconfig-NT.txt postxconfig-NT.txt - cp ${PATHRT}/parm/postxconfig-NT_FH00.txt postxconfig-NT_FH00.txt - cp ${PATHRT}/parm/params_grib2_tbl_new params_grib2_tbl_new -fi - -#rrtmgp -if [ $DO_RRTMGP = .true. ]; then - cp @[INPUTDATA_ROOT]/FV3_input_data_RRTMGP/* . -fi - -#merra2 -if [ $USE_MERRA2 = .true. ]; then - for n in 01 02 03 04 05 06 07 08 09 10 11 12; do - cp @[INPUTDATA_ROOT]/FV3_input_data_INCCN_aeroclim/MERRA2/merra2.aerclim.2003-2014.m${n}.nc aeroclim.m${n}.nc - done - cp @[INPUTDATA_ROOT]/FV3_input_data_INCCN_aeroclim/aer_data/LUTS/optics_BC.v1_3.dat optics_BC.dat - cp @[INPUTDATA_ROOT]/FV3_input_data_INCCN_aeroclim/aer_data/LUTS/optics_OC.v1_3.dat optics_OC.dat - cp @[INPUTDATA_ROOT]/FV3_input_data_INCCN_aeroclim/aer_data/LUTS/optics_DU.v15_3.dat optics_DU.dat - cp @[INPUTDATA_ROOT]/FV3_input_data_INCCN_aeroclim/aer_data/LUTS/optics_SS.v3_3.dat optics_SS.dat - cp @[INPUTDATA_ROOT]/FV3_input_data_INCCN_aeroclim/aer_data/LUTS/optics_SU.v1_3.dat optics_SU.dat -fi - -#ugwpv1 -if [ $DO_UGWP_V1 = .true. ]; then - cp @[INPUTDATA_ROOT]/FV3_input_data/ugwp_c384_tau.nc ./ugwp_limb_tau.nc -fi - -#Thompson -if [ $IMP_PHYSICS = 8 ]; then - cp @[INPUTDATA_ROOT]/FV3_input_data_gsd/qr_acr_qsV2.dat . - cp @[INPUTDATA_ROOT]/FV3_input_data_gsd/qr_acr_qgV2.dat . - cp @[INPUTDATA_ROOT]/FV3_input_data_gsd/freezeH2O.dat . - cp @[INPUTDATA_ROOT]/FV3_input_data_gsd/CCN_ACTIVATE.BIN . -fi - -#prognostic aerosols -if [ $CPLCHM = .true. ]; then - cp ${PATHRT}/parm/gocart/*.rc . - ln -sf @[INPUTDATA_ROOT]/GOCART/ExtData . -fi diff --git a/tests/rt.sh b/tests/rt.sh index 87d6baae32..bfd2469992 100755 --- a/tests/rt.sh +++ b/tests/rt.sh @@ -130,8 +130,6 @@ source rt_utils.sh source module-setup.sh -export LAKE_DATA_PATH=/no/lake/data - if [[ $MACHINE_ID = wcoss2.* ]]; then #module use /usrx/local/dev/emc_rocoto/modulefiles @@ -216,8 +214,6 @@ elif [[ $MACHINE_ID = hera.* ]]; then export PATH=$PYTHONHOME/bin:$PATH export PYTHONPATH=$PYTHONHOME/lib/python3.7/site-packages - export LAKE_DATA_PATH=/scratch1/BMC/gsd-fv3-dev/fv3data/lake_p8_water_fraction2020 - module load ecflow ECFLOW_START=ecflow_start.sh @@ -273,8 +269,6 @@ elif [[ $MACHINE_ID = jet.* ]]; then module load ecflow ECFLOW_START=/apps/ecflow/5.5.3/bin/ecflow_start.sh - export LAKE_DATA_PATH=/lfs4/BMC/gsd-fv3-dev/fv3data/lake_p8_water_fraction2020 - QUEUE=batch COMPILE_QUEUE=batch ACCNR="${ACCNR:-h-nems}" @@ -755,7 +749,6 @@ EOF export REGRESSIONTEST_LOG=${REGRESSIONTEST_LOG} export LOG_DIR=${LOG_DIR} export DEP_RUN=${DEP_RUN} - export LAKE_DATA_PATH=${LAKE_DATA_PATH} export skip_check_results=${skip_check_results} export delete_rundir=${delete_rundir} EOF diff --git a/tests/tests/control_flake b/tests/tests/control_flake index 7a732aa695..c70cd6f7be 100644 --- a/tests/tests/control_flake +++ b/tests/tests/control_flake @@ -38,6 +38,6 @@ export DO_SPPT=.true. export DO_SHUM=.true. export DO_SKEB=.true. -export FV3_RUN=lake_control_run.IN +export FV3_RUN=control_run.IN export CCPP_SUITE=FV3_GFS_v16_flake export INPUT_NML=control_flake.nml.IN diff --git a/tests/tests/control_flake_2threads b/tests/tests/control_flake_2threads deleted file mode 100644 index 1e6ec429a4..0000000000 --- a/tests/tests/control_flake_2threads +++ /dev/null @@ -1,48 +0,0 @@ -############################################################################### -# -# Global control with flake test -# -############################################################################### - -export TEST_DESCR="Compare global control flake results with previous trunk version" - -export CNTL_DIR=control_flake - -export LIST_FILES="sfcf000.nc \ - sfcf024.nc \ - atmf000.nc \ - atmf024.nc \ - GFSFLX.GrbF00 \ - GFSFLX.GrbF24 \ - GFSPRS.GrbF00 \ - GFSPRS.GrbF24" - -export_fv3 -export NPZ=127 -export NPZP=128 -export DT_ATMOS=720 -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 RESTART_INTERVAL=6 - -export INPES=$INPES_thrd -export JNPES=$JNPES_thrd - -export atm_omp_num_threads=2 - -export LKM=1 -export IOPT_LAKE=1 - -export DO_SPPT=.true. -export DO_SHUM=.true. -export DO_SKEB=.true. - -export FV3_RUN=lake_control_run.IN -export CCPP_SUITE=FV3_GFS_v16_flake -export INPUT_NML=control_flake.nml.IN diff --git a/tests/tests/control_flake_debug b/tests/tests/control_flake_debug index b5403e8c85..b902dd4b3b 100644 --- a/tests/tests/control_flake_debug +++ b/tests/tests/control_flake_debug @@ -35,6 +35,6 @@ export DO_SPPT=.true. export DO_SHUM=.true. export DO_SKEB=.true. -export FV3_RUN=lake_control_run.IN +export FV3_RUN=control_run.IN export CCPP_SUITE=FV3_GFS_v16_flake export INPUT_NML=control_flake.nml.IN diff --git a/tests/tests/control_flake_decomp b/tests/tests/control_flake_decomp deleted file mode 100644 index a407ee1010..0000000000 --- a/tests/tests/control_flake_decomp +++ /dev/null @@ -1,46 +0,0 @@ -############################################################################### -# -# Global control with flake test -# -############################################################################### - -export TEST_DESCR="Compare global control flake results with previous trunk version" - -export CNTL_DIR=control_flake - -export LIST_FILES="sfcf000.nc \ - sfcf024.nc \ - atmf000.nc \ - atmf024.nc \ - GFSFLX.GrbF00 \ - GFSFLX.GrbF24 \ - GFSPRS.GrbF00 \ - GFSPRS.GrbF24" - -export_fv3 -export NPZ=127 -export NPZP=128 -export DT_ATMOS=720 -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 RESTART_INTERVAL=6 - -export INPES=6 -export JNPES=4 - -export LKM=1 -export IOPT_LAKE=1 - -export DO_SPPT=.true. -export DO_SHUM=.true. -export DO_SKEB=.true. - -export FV3_RUN=lake_control_run.IN -export CCPP_SUITE=FV3_GFS_v16_flake -export INPUT_NML=control_flake.nml.IN diff --git a/tests/tests/control_flake_restart b/tests/tests/control_flake_restart deleted file mode 100644 index 6ef471bc63..0000000000 --- a/tests/tests/control_flake_restart +++ /dev/null @@ -1,47 +0,0 @@ -############################################################################### -# -# Global control with flake test -# -############################################################################### - -export TEST_DESCR="Compare global control flake results with previous trunk version" - -export CNTL_DIR=control_flake - -export LIST_FILES="sfcf024.nc \ - atmf024.nc \ - GFSFLX.GrbF24 \ - GFSPRS.GrbF24" - -export_fv3 -export NPZ=127 -export NPZP=128 -export DT_ATMOS=720 -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=6 -export RESTART_FILE_PREFIX="${SYEAR}${SMONTH}${SDAY}.$(printf "%02d" $(( ${SHOUR} + ${FHROT} )))0000" - -export WARM_START=.true. -export NGGPS_IC=.false. -export EXTERNAL_IC=.false. -export MAKE_NH=.false. -export MOUNTAIN=.true. -export NA_INIT=0 - -export LKM=1 -export IOPT_LAKE=1 - -export DO_SPPT=.true. -export DO_SHUM=.true. -export DO_SKEB=.true. - -export FV3_RUN=lake_control_run.IN -export CCPP_SUITE=FV3_GFS_v16_flake -export INPUT_NML=control_flake.nml.IN diff --git a/tests/tests/hrrr_control b/tests/tests/hrrr_control index 7e78491304..782f2ec53a 100644 --- a/tests/tests/hrrr_control +++ b/tests/tests/hrrr_control @@ -71,7 +71,7 @@ export OUTPUT_FH='0 09 12' export FRAC_GRID=.false. export FRAC_ICE=.true. -export FV3_RUN=lake_control_run.IN +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 diff --git a/tests/tests/hrrr_control_2threads b/tests/tests/hrrr_control_2threads index 008ca80846..b719fe1cc5 100644 --- a/tests/tests/hrrr_control_2threads +++ b/tests/tests/hrrr_control_2threads @@ -77,7 +77,7 @@ export INPES=$INPES_thrd export JNPES=$JNPES_thrd export WRTTASK_PER_GROUP=6 -export FV3_RUN=lake_control_run.IN +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 diff --git a/tests/tests/hrrr_control_2threads_dyn32_phy32 b/tests/tests/hrrr_control_2threads_dyn32_phy32 index a53cdd4a5c..ac13e0855d 100644 --- a/tests/tests/hrrr_control_2threads_dyn32_phy32 +++ b/tests/tests/hrrr_control_2threads_dyn32_phy32 @@ -78,7 +78,7 @@ export INPES=$INPES_thrd export JNPES=$JNPES_thrd export WRTTASK_PER_GROUP=6 -export FV3_RUN=lake_control_run.IN +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 diff --git a/tests/tests/hrrr_control_debug b/tests/tests/hrrr_control_debug index c03bd04b3e..e5c60b41d2 100644 --- a/tests/tests/hrrr_control_debug +++ b/tests/tests/hrrr_control_debug @@ -30,7 +30,7 @@ export FHMAX=1 export FRAC_GRID=.false. export FRAC_ICE=.true. -export FV3_RUN=lake_control_run.IN +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 diff --git a/tests/tests/hrrr_control_debug_dyn32_phy32 b/tests/tests/hrrr_control_debug_dyn32_phy32 index e0b1820c88..4d5f64066e 100644 --- a/tests/tests/hrrr_control_debug_dyn32_phy32 +++ b/tests/tests/hrrr_control_debug_dyn32_phy32 @@ -30,7 +30,7 @@ export FHMAX=1 export FRAC_GRID=.false. export FRAC_ICE=.true. -export FV3_RUN=lake_control_run.IN +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 diff --git a/tests/tests/hrrr_control_decomp b/tests/tests/hrrr_control_decomp index ff5a897919..0adca231da 100644 --- a/tests/tests/hrrr_control_decomp +++ b/tests/tests/hrrr_control_decomp @@ -74,7 +74,7 @@ export FRAC_ICE=.true. export INPES=6 export JNPES=4 -export FV3_RUN=lake_control_run.IN +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 diff --git a/tests/tests/hrrr_control_decomp_dyn32_phy32 b/tests/tests/hrrr_control_decomp_dyn32_phy32 index d4b1c516df..6945f23794 100644 --- a/tests/tests/hrrr_control_decomp_dyn32_phy32 +++ b/tests/tests/hrrr_control_decomp_dyn32_phy32 @@ -75,7 +75,7 @@ export FRAC_ICE=.true. export INPES=6 export JNPES=4 -export FV3_RUN=lake_control_run.IN +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 diff --git a/tests/tests/hrrr_control_dyn32_phy32 b/tests/tests/hrrr_control_dyn32_phy32 index 04669a8a64..0410578e49 100644 --- a/tests/tests/hrrr_control_dyn32_phy32 +++ b/tests/tests/hrrr_control_dyn32_phy32 @@ -72,7 +72,7 @@ export FHMAX=12 export FRAC_GRID=.false. export FRAC_ICE=.true. -export FV3_RUN=lake_control_run.IN +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 diff --git a/tests/tests/hrrr_control_restart b/tests/tests/hrrr_control_restart index c37a7510bc..fd66f8d1c3 100644 --- a/tests/tests/hrrr_control_restart +++ b/tests/tests/hrrr_control_restart @@ -37,7 +37,7 @@ export MAKE_NH=.false. export MOUNTAIN=.true. export NA_INIT=0 -export FV3_RUN=lake_control_run.IN +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 diff --git a/tests/tests/hrrr_control_restart_dyn32_phy32 b/tests/tests/hrrr_control_restart_dyn32_phy32 index 3edf8beb15..427d1391d4 100644 --- a/tests/tests/hrrr_control_restart_dyn32_phy32 +++ b/tests/tests/hrrr_control_restart_dyn32_phy32 @@ -38,7 +38,7 @@ export MAKE_NH=.false. export MOUNTAIN=.true. export NA_INIT=0 -export FV3_RUN=lake_control_run.IN +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 diff --git a/tests/tests/rap_clm_lake b/tests/tests/rap_clm_lake index 04610cadde..e97927e555 100644 --- a/tests/tests/rap_clm_lake +++ b/tests/tests/rap_clm_lake @@ -68,7 +68,7 @@ export WRITE_DOPOST=.true. export IAER=5111 export OUTPUT_FH='0 21 24' -export FV3_RUN=lake_control_run.IN +export FV3_RUN=control_run.IN export CCPP_SUITE=FV3_RAP_clm_lake export INPUT_NML=rap.nml.IN export FIELD_TABLE=field_table_thompson_aero_tke diff --git a/tests/tests/rap_clm_lake_debug b/tests/tests/rap_clm_lake_debug index ffffe72b61..c1da08e407 100644 --- a/tests/tests/rap_clm_lake_debug +++ b/tests/tests/rap_clm_lake_debug @@ -28,7 +28,7 @@ export IAER=5111 export OUTPUT_FH='0 1' export FHMAX=1 -export FV3_RUN=lake_control_run.IN +export FV3_RUN=control_run.IN export CCPP_SUITE=FV3_RAP_clm_lake export INPUT_NML=rap.nml.IN export FIELD_TABLE=field_table_thompson_aero_tke diff --git a/tests/tests/rap_flake_debug b/tests/tests/rap_flake_debug index 5f6d19f77a..25fb86b5f2 100644 --- a/tests/tests/rap_flake_debug +++ b/tests/tests/rap_flake_debug @@ -28,7 +28,7 @@ export FHMAX=1 export OUTPUT_FH="0 1" #export WRITE_DOPOST=.true. -export FV3_RUN=lake_control_run.IN +export FV3_RUN=control_run.IN export CCPP_SUITE=FV3_RAP_flake export INPUT_NML=rap.nml.IN export FIELD_TABLE=field_table_thompson_aero_tke From b4aac8d89333a26035d204e987749ec067c97756 Mon Sep 17 00:00:00 2001 From: "samuel.trahan" Date: Tue, 11 Apr 2023 18:39:27 +0000 Subject: [PATCH 127/152] put back in a test that was failing due to a UPP bug that is now fixed --- tests/rt_gnu.conf | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/tests/rt_gnu.conf b/tests/rt_gnu.conf index 5c21cb9702..c0145a8456 100644 --- a/tests/rt_gnu.conf +++ b/tests/rt_gnu.conf @@ -62,12 +62,7 @@ RUN | rrfs_conus13km_hrrr_warm_debug #RUN | rrfs_smoke_conus13km_hrrr_warm_debug_decomp | | | RUN | rap_flake_debug | | fv3 | - -# An out-of-bounds access in UPP (unrelated to CLM Lake) causes the -# GNU compiler to abort in debug mode, since it detects the access. -# I cannot guess why this happens only with rap_clm_lake_debug. -# https://github.com/NOAA-EMC/UPP/issues/651 -#RUN | rap_clm_lake_debug | | fv3 | +RUN | rap_clm_lake_debug | | fv3 | COMPILE | -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DDEBUG=ON | | fv3 | RUN | control_wam_debug | | fv3 | From 74528b1410ce7c36dc9c420e69a31c40bfc28d1b Mon Sep 17 00:00:00 2001 From: "samuel.trahan" Date: Tue, 11 Apr 2023 20:56:22 +0000 Subject: [PATCH 128/152] revert changes that broke restart --- tests/fv3_conf/control_run.IN | 35 +--- tests/fv3_conf/lake_control_run.IN | 150 ++++++++++++++++++ tests/tests/control_flake | 2 +- tests/tests/control_flake_debug | 2 +- tests/tests/hrrr_control | 2 +- tests/tests/hrrr_control_2threads | 2 +- tests/tests/hrrr_control_2threads_dyn32_phy32 | 2 +- tests/tests/hrrr_control_debug | 2 +- tests/tests/hrrr_control_debug_dyn32_phy32 | 2 +- tests/tests/hrrr_control_decomp | 2 +- tests/tests/hrrr_control_decomp_dyn32_phy32 | 2 +- tests/tests/hrrr_control_dyn32_phy32 | 2 +- tests/tests/hrrr_control_restart | 2 +- tests/tests/hrrr_control_restart_dyn32_phy32 | 2 +- tests/tests/rap_clm_lake | 2 +- tests/tests/rap_clm_lake_debug | 2 +- tests/tests/rap_flake_debug | 2 +- 17 files changed, 169 insertions(+), 46 deletions(-) create mode 100644 tests/fv3_conf/lake_control_run.IN diff --git a/tests/fv3_conf/control_run.IN b/tests/fv3_conf/control_run.IN index 935987aa15..3367102115 100644 --- a/tests/fv3_conf/control_run.IN +++ b/tests/fv3_conf/control_run.IN @@ -12,16 +12,6 @@ elif [ $NPX = 769 ]; then fi echo "inputdir=$inputdir,NPX=$NPX" -copy_lake_oro() { - local lakeC - local laketile - lakeC=C$(( NPX - 1 )) - for laketile in 1 2 3 4 5 6 ; do - cp @[INPUTDATA_ROOT]/lake_p8_water_fraction2020/oro_${lakeC}.mx100.tile${laketile}.nc \ - ./INPUT/oro_data.tile${laketile}.nc - done -} - OPNREQ_TEST=${OPNREQ_TEST:-false} SUFFIX=${RT_SUFFIX} if [ $WARM_START = .false. ]; then @@ -49,21 +39,12 @@ else cp ${FILEDIR}/../INPUT/fv3_increment.nc INPUT/. cp ${FILEDIR}/../INPUT/grid_spec.nc INPUT/. cp ${FILEDIR}/../INPUT/*_grid.tile*.nc INPUT/. - - if [ ${LKM:-0} != 0 ] ; then - copy_lake_oro - else - cp ${FILEDIR}/../INPUT/oro_data.tile*.nc INPUT/. - fi + cp ${FILEDIR}/../INPUT/oro_data.tile*.nc INPUT/. else cp ${FILEDIR}/fv_increment*.nc INPUT/. cp ${FILEDIR}/grid_spec.nc INPUT/. cp ${FILEDIR}/*_grid.tile*.nc INPUT/. - if [ ${LKM:-0} != 0 ] ; then - copy_lake_oro - else - cp ${FILEDIR}/oro_data.tile*.nc INPUT/. - fi + cp ${FILEDIR}/oro_data.tile*.nc INPUT/. fi cp ${FILEDIR}/coupler.res INPUT/. cp ${FILEDIR}/fv_core.res.* INPUT/. @@ -81,11 +62,7 @@ else rm -f INPUT/sfc_data.* cp ${FILEDIR}/../INPUT/grid_spec.nc INPUT/. cp ${FILEDIR}/../INPUT/*_grid.tile*.nc INPUT/. - if [ ${LKM:-0} != 0 ] ; then - copy_lake_oro - else - cp ${FILEDIR}/../INPUT/oro_data*.nc INPUT/. - fi + cp ${FILEDIR}/../INPUT/oro_data*.nc INPUT/. for RFILE in ../${DEP_RUN}${SUFFIX}/RESTART/${RESTART_FILE_PREFIX}.*; do [ -e $RFILE ] || exit 1 RFILE_OLD=$(basename $RFILE) @@ -106,11 +83,7 @@ if [ $TILEDFIX = .true. ]; then cp @[INPUTDATA_ROOT]/FV3_fix/global_maxice.2x2.grb . cp @[INPUTDATA_ROOT]/FV3_fix/RTGSST.1982.2012.monthly.clim.grb . cp @[INPUTDATA_ROOT]/FV3_fix/global_snoclim.1.875.grb . - if [ ${LKM:-0} != 0 ] ; then - cp @[INPUTDATA_ROOT]/FV3_fix/CFSR.SEAICE.1982.2012.monthly.clim.grb . - else - cp @[INPUTDATA_ROOT]/FV3_fix/IMS-NIC.blended.ice.monthly.clim.grb . - fi + cp @[INPUTDATA_ROOT]/FV3_fix/IMS-NIC.blended.ice.monthly.clim.grb . cp @[INPUTDATA_ROOT]/${inputdir}/@[FNSMCC] . cp @[INPUTDATA_ROOT]/${inputdir}/@[FNMSKH_control] . else diff --git a/tests/fv3_conf/lake_control_run.IN b/tests/fv3_conf/lake_control_run.IN new file mode 100644 index 0000000000..94e4d4b2ee --- /dev/null +++ b/tests/fv3_conf/lake_control_run.IN @@ -0,0 +1,150 @@ +rm -fr INPUT RESTART +if [ $NPX = 97 ]; then + inputdir=FV3_input_data +elif [ $NPX = 49 ]; then + inputdir=FV3_input_data48 +elif [ $NPX = 193 ]; then + inputdir=FV3_input_data192 +elif [ $NPX = 385 ]; then + inputdir=FV3_input_data384 +elif [ $NPX = 769 ]; then + inputdir=FV3_input_data768 +fi +echo "inputdir=$inputdir,NPX=$NPX" + +OPNREQ_TEST=${OPNREQ_TEST:-false} +SUFFIX=${RT_SUFFIX} +if [ $WARM_START = .false. ]; then + mkdir INPUT RESTART + cp -r @[INPUTDATA_ROOT]/${inputdir}/INPUT_L127/* ./INPUT/. +# cp -r @[INPUTDATA_ROOT]/${inputdir}/ORO_FLAKE/* ./INPUT/. + cp $LAKE_DATA_PATH/oro_C96.mx100.tile1.nc ./INPUT/oro_data.tile1.nc + cp $LAKE_DATA_PATH/oro_C96.mx100.tile2.nc ./INPUT/oro_data.tile2.nc + cp $LAKE_DATA_PATH/oro_C96.mx100.tile3.nc ./INPUT/oro_data.tile3.nc + cp $LAKE_DATA_PATH/oro_C96.mx100.tile4.nc ./INPUT/oro_data.tile4.nc + cp $LAKE_DATA_PATH/oro_C96.mx100.tile5.nc ./INPUT/oro_data.tile5.nc + cp $LAKE_DATA_PATH/oro_C96.mx100.tile6.nc ./INPUT/oro_data.tile6.nc +else + mkdir INPUT RESTART + + if [[ ${OPNREQ_TEST} == true ]]; then + SUFFIX=${BL_SUFFIX} + fi + + if [ $MODEL_INITIALIZATION = false ]; then + #read_inc and iau tests restart from fh=24 + CURRDIR=`pwd` + FILEDIR=${CURRDIR}/../${DEP_RUN}${SUFFIX}/RESTART + else + #for warm start from initialiation time + FILEDIR=@[INPUTDATA_ROOT]/${inputdir}/INPUT_L127_GDAS + fi + + if [[ ${IAU_OFFSET} != 0 ]] || [[ $READ_INCREMENT = .true. ]]; then + + if [ $MODEL_INITIALIZATION = false ]; then + cp ${FILEDIR}/../INPUT/fv3_increment.nc INPUT/. + cp ${FILEDIR}/../INPUT/grid_spec.nc INPUT/. + cp ${FILEDIR}/../INPUT/*_grid.tile*.nc INPUT/. + cp ${FILEDIR}/../INPUT/oro_data.tile*.nc INPUT/. + else + cp ${FILEDIR}/fv_increment*.nc INPUT/. + cp ${FILEDIR}/grid_spec.nc INPUT/. + cp ${FILEDIR}/*_grid.tile*.nc INPUT/. + cp -r @[INPUTDATA_ROOT]/${inputdir}/INPUT_L127/* ./INPUT/. +# cp -r @[INPUTDATA_ROOT]/${inputdir}/ORO_FLAKE/* ./INPUT/. + cp $LAKE_DATA_PATH/oro_C96.mx100.tile1.nc ./INPUT/oro_data.tile1.nc + cp $LAKE_DATA_PATH/oro_C96.mx100.tile2.nc ./INPUT/oro_data.tile2.nc + cp $LAKE_DATA_PATH/oro_C96.mx100.tile3.nc ./INPUT/oro_data.tile3.nc + cp $LAKE_DATA_PATH/oro_C96.mx100.tile4.nc ./INPUT/oro_data.tile4.nc + cp $LAKE_DATA_PATH/oro_C96.mx100.tile5.nc ./INPUT/oro_data.tile5.nc + cp $LAKE_DATA_PATH/oro_C96.mx100.tile6.nc ./INPUT/oro_data.tile6.nc + fi + cp ${FILEDIR}/coupler.res INPUT/. + cp ${FILEDIR}/fv_core.res.* INPUT/. + cp ${FILEDIR}/fv_srf_wnd.res.* INPUT/. + cp ${FILEDIR}/fv_tracer.* INPUT/. + cp ${FILEDIR}/phy_data.* INPUT/. + cp ${FILEDIR}/sfc_data.* INPUT/. + else + #restart test start from fh FHROT + 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 ${FILEDIR}/../INPUT/grid_spec.nc INPUT/. + cp ${FILEDIR}/../INPUT/*_grid.tile*.nc INPUT/. + cp ${FILEDIR}/../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 + fi + +fi + +if [ $TILEDFIX = .true. ]; then + cp @[INPUTDATA_ROOT]/FV3_fix_tiled/@[ATMRES]/@[ATMRES]*.nc . + cp @[INPUTDATA_ROOT]/FV3_fix/global_glacier.2x2.grb . + cp @[INPUTDATA_ROOT]/FV3_fix/global_maxice.2x2.grb . + cp @[INPUTDATA_ROOT]/FV3_fix/RTGSST.1982.2012.monthly.clim.grb . + cp @[INPUTDATA_ROOT]/FV3_fix/global_snoclim.1.875.grb . + cp @[INPUTDATA_ROOT]/FV3_fix/CFSR.SEAICE.1982.2012.monthly.clim.grb . + cp @[INPUTDATA_ROOT]/${inputdir}/@[FNSMCC] . + cp @[INPUTDATA_ROOT]/${inputdir}/@[FNMSKH_control] . +else + cp @[INPUTDATA_ROOT]/${inputdir}/*grb . +fi + +if [ $CPLWAV = .true. ]; then + cp @[INPUTDATA_ROOT_WW3]/mod_def.* . + cp @[INPUTDATA_ROOT_WW3]/rmp_src* . +fi + +#inline post +if [[ $POSTAPP = 'global' ]]; then + cp ${PATHRT}/parm/post_itag itag + cp ${PATHRT}/parm/postxconfig-NT.txt postxconfig-NT.txt + cp ${PATHRT}/parm/postxconfig-NT_FH00.txt postxconfig-NT_FH00.txt + cp ${PATHRT}/parm/params_grib2_tbl_new params_grib2_tbl_new +fi + +#rrtmgp +if [ $DO_RRTMGP = .true. ]; then + cp @[INPUTDATA_ROOT]/FV3_input_data_RRTMGP/* . +fi + +#merra2 +if [ $USE_MERRA2 = .true. ]; then + for n in 01 02 03 04 05 06 07 08 09 10 11 12; do + cp @[INPUTDATA_ROOT]/FV3_input_data_INCCN_aeroclim/MERRA2/merra2.aerclim.2003-2014.m${n}.nc aeroclim.m${n}.nc + done + cp @[INPUTDATA_ROOT]/FV3_input_data_INCCN_aeroclim/aer_data/LUTS/optics_BC.v1_3.dat optics_BC.dat + cp @[INPUTDATA_ROOT]/FV3_input_data_INCCN_aeroclim/aer_data/LUTS/optics_OC.v1_3.dat optics_OC.dat + cp @[INPUTDATA_ROOT]/FV3_input_data_INCCN_aeroclim/aer_data/LUTS/optics_DU.v15_3.dat optics_DU.dat + cp @[INPUTDATA_ROOT]/FV3_input_data_INCCN_aeroclim/aer_data/LUTS/optics_SS.v3_3.dat optics_SS.dat + cp @[INPUTDATA_ROOT]/FV3_input_data_INCCN_aeroclim/aer_data/LUTS/optics_SU.v1_3.dat optics_SU.dat +fi + +#ugwpv1 +if [ $DO_UGWP_V1 = .true. ]; then + cp @[INPUTDATA_ROOT]/FV3_input_data/ugwp_c384_tau.nc ./ugwp_limb_tau.nc +fi + +#Thompson +if [ $IMP_PHYSICS = 8 ]; then + cp @[INPUTDATA_ROOT]/FV3_input_data_gsd/qr_acr_qsV2.dat . + cp @[INPUTDATA_ROOT]/FV3_input_data_gsd/qr_acr_qgV2.dat . + cp @[INPUTDATA_ROOT]/FV3_input_data_gsd/freezeH2O.dat . + cp @[INPUTDATA_ROOT]/FV3_input_data_gsd/CCN_ACTIVATE.BIN . +fi + +#prognostic aerosols +if [ $CPLCHM = .true. ]; then + cp ${PATHRT}/parm/gocart/*.rc . + ln -sf @[INPUTDATA_ROOT]/GOCART/ExtData . +fi diff --git a/tests/tests/control_flake b/tests/tests/control_flake index c70cd6f7be..7a732aa695 100644 --- a/tests/tests/control_flake +++ b/tests/tests/control_flake @@ -38,6 +38,6 @@ export DO_SPPT=.true. export DO_SHUM=.true. export DO_SKEB=.true. -export FV3_RUN=control_run.IN +export FV3_RUN=lake_control_run.IN export CCPP_SUITE=FV3_GFS_v16_flake export INPUT_NML=control_flake.nml.IN diff --git a/tests/tests/control_flake_debug b/tests/tests/control_flake_debug index b902dd4b3b..b5403e8c85 100644 --- a/tests/tests/control_flake_debug +++ b/tests/tests/control_flake_debug @@ -35,6 +35,6 @@ export DO_SPPT=.true. export DO_SHUM=.true. export DO_SKEB=.true. -export FV3_RUN=control_run.IN +export FV3_RUN=lake_control_run.IN export CCPP_SUITE=FV3_GFS_v16_flake export INPUT_NML=control_flake.nml.IN diff --git a/tests/tests/hrrr_control b/tests/tests/hrrr_control index 782f2ec53a..7e78491304 100644 --- a/tests/tests/hrrr_control +++ b/tests/tests/hrrr_control @@ -71,7 +71,7 @@ export OUTPUT_FH='0 09 12' export FRAC_GRID=.false. export FRAC_ICE=.true. -export FV3_RUN=control_run.IN +export FV3_RUN=lake_control_run.IN export CCPP_SUITE=FV3_HRRR export INPUT_NML=rap.nml.IN export FIELD_TABLE=field_table_thompson_aero_tke diff --git a/tests/tests/hrrr_control_2threads b/tests/tests/hrrr_control_2threads index b719fe1cc5..008ca80846 100644 --- a/tests/tests/hrrr_control_2threads +++ b/tests/tests/hrrr_control_2threads @@ -77,7 +77,7 @@ export INPES=$INPES_thrd export JNPES=$JNPES_thrd export WRTTASK_PER_GROUP=6 -export FV3_RUN=control_run.IN +export FV3_RUN=lake_control_run.IN export CCPP_SUITE=FV3_HRRR export INPUT_NML=rap.nml.IN export FIELD_TABLE=field_table_thompson_aero_tke diff --git a/tests/tests/hrrr_control_2threads_dyn32_phy32 b/tests/tests/hrrr_control_2threads_dyn32_phy32 index ac13e0855d..a53cdd4a5c 100644 --- a/tests/tests/hrrr_control_2threads_dyn32_phy32 +++ b/tests/tests/hrrr_control_2threads_dyn32_phy32 @@ -78,7 +78,7 @@ export INPES=$INPES_thrd export JNPES=$JNPES_thrd export WRTTASK_PER_GROUP=6 -export FV3_RUN=control_run.IN +export FV3_RUN=lake_control_run.IN export CCPP_SUITE=FV3_HRRR export INPUT_NML=rap.nml.IN export FIELD_TABLE=field_table_thompson_aero_tke diff --git a/tests/tests/hrrr_control_debug b/tests/tests/hrrr_control_debug index e5c60b41d2..c03bd04b3e 100644 --- a/tests/tests/hrrr_control_debug +++ b/tests/tests/hrrr_control_debug @@ -30,7 +30,7 @@ export FHMAX=1 export FRAC_GRID=.false. export FRAC_ICE=.true. -export FV3_RUN=control_run.IN +export FV3_RUN=lake_control_run.IN export CCPP_SUITE=FV3_HRRR export INPUT_NML=rap.nml.IN export FIELD_TABLE=field_table_thompson_aero_tke diff --git a/tests/tests/hrrr_control_debug_dyn32_phy32 b/tests/tests/hrrr_control_debug_dyn32_phy32 index 4d5f64066e..e0b1820c88 100644 --- a/tests/tests/hrrr_control_debug_dyn32_phy32 +++ b/tests/tests/hrrr_control_debug_dyn32_phy32 @@ -30,7 +30,7 @@ export FHMAX=1 export FRAC_GRID=.false. export FRAC_ICE=.true. -export FV3_RUN=control_run.IN +export FV3_RUN=lake_control_run.IN export CCPP_SUITE=FV3_HRRR export INPUT_NML=rap.nml.IN export FIELD_TABLE=field_table_thompson_aero_tke diff --git a/tests/tests/hrrr_control_decomp b/tests/tests/hrrr_control_decomp index 0adca231da..ff5a897919 100644 --- a/tests/tests/hrrr_control_decomp +++ b/tests/tests/hrrr_control_decomp @@ -74,7 +74,7 @@ export FRAC_ICE=.true. export INPES=6 export JNPES=4 -export FV3_RUN=control_run.IN +export FV3_RUN=lake_control_run.IN export CCPP_SUITE=FV3_HRRR export INPUT_NML=rap.nml.IN export FIELD_TABLE=field_table_thompson_aero_tke diff --git a/tests/tests/hrrr_control_decomp_dyn32_phy32 b/tests/tests/hrrr_control_decomp_dyn32_phy32 index 6945f23794..d4b1c516df 100644 --- a/tests/tests/hrrr_control_decomp_dyn32_phy32 +++ b/tests/tests/hrrr_control_decomp_dyn32_phy32 @@ -75,7 +75,7 @@ export FRAC_ICE=.true. export INPES=6 export JNPES=4 -export FV3_RUN=control_run.IN +export FV3_RUN=lake_control_run.IN export CCPP_SUITE=FV3_HRRR export INPUT_NML=rap.nml.IN export FIELD_TABLE=field_table_thompson_aero_tke diff --git a/tests/tests/hrrr_control_dyn32_phy32 b/tests/tests/hrrr_control_dyn32_phy32 index 0410578e49..04669a8a64 100644 --- a/tests/tests/hrrr_control_dyn32_phy32 +++ b/tests/tests/hrrr_control_dyn32_phy32 @@ -72,7 +72,7 @@ export FHMAX=12 export FRAC_GRID=.false. export FRAC_ICE=.true. -export FV3_RUN=control_run.IN +export FV3_RUN=lake_control_run.IN export CCPP_SUITE=FV3_HRRR export INPUT_NML=rap.nml.IN export FIELD_TABLE=field_table_thompson_aero_tke diff --git a/tests/tests/hrrr_control_restart b/tests/tests/hrrr_control_restart index fd66f8d1c3..c37a7510bc 100644 --- a/tests/tests/hrrr_control_restart +++ b/tests/tests/hrrr_control_restart @@ -37,7 +37,7 @@ export MAKE_NH=.false. export MOUNTAIN=.true. export NA_INIT=0 -export FV3_RUN=control_run.IN +export FV3_RUN=lake_control_run.IN export CCPP_SUITE=FV3_HRRR export INPUT_NML=rap.nml.IN export FIELD_TABLE=field_table_thompson_aero_tke diff --git a/tests/tests/hrrr_control_restart_dyn32_phy32 b/tests/tests/hrrr_control_restart_dyn32_phy32 index 427d1391d4..3edf8beb15 100644 --- a/tests/tests/hrrr_control_restart_dyn32_phy32 +++ b/tests/tests/hrrr_control_restart_dyn32_phy32 @@ -38,7 +38,7 @@ export MAKE_NH=.false. export MOUNTAIN=.true. export NA_INIT=0 -export FV3_RUN=control_run.IN +export FV3_RUN=lake_control_run.IN export CCPP_SUITE=FV3_HRRR export INPUT_NML=rap.nml.IN export FIELD_TABLE=field_table_thompson_aero_tke diff --git a/tests/tests/rap_clm_lake b/tests/tests/rap_clm_lake index 8f27d3f25f..c424fbb196 100644 --- a/tests/tests/rap_clm_lake +++ b/tests/tests/rap_clm_lake @@ -68,7 +68,7 @@ export WRITE_DOPOST=.true. export IAER=5111 export OUTPUT_FH='0 21 24' -export FV3_RUN=control_run.IN +export FV3_RUN=lake_control_run.IN export CCPP_SUITE=FV3_RAP_clm_lake export INPUT_NML=rap.nml.IN export FIELD_TABLE=field_table_thompson_aero_tke diff --git a/tests/tests/rap_clm_lake_debug b/tests/tests/rap_clm_lake_debug index f18b1fbc35..79a5d70d63 100644 --- a/tests/tests/rap_clm_lake_debug +++ b/tests/tests/rap_clm_lake_debug @@ -28,7 +28,7 @@ export IAER=5111 export OUTPUT_FH='0 1' export FHMAX=1 -export FV3_RUN=control_run.IN +export FV3_RUN=lake_control_run.IN export CCPP_SUITE=FV3_RAP_clm_lake export INPUT_NML=rap.nml.IN export FIELD_TABLE=field_table_thompson_aero_tke diff --git a/tests/tests/rap_flake_debug b/tests/tests/rap_flake_debug index 25fb86b5f2..5f6d19f77a 100644 --- a/tests/tests/rap_flake_debug +++ b/tests/tests/rap_flake_debug @@ -28,7 +28,7 @@ export FHMAX=1 export OUTPUT_FH="0 1" #export WRITE_DOPOST=.true. -export FV3_RUN=control_run.IN +export FV3_RUN=lake_control_run.IN export CCPP_SUITE=FV3_RAP_flake export INPUT_NML=rap.nml.IN export FIELD_TABLE=field_table_thompson_aero_tke From 386ebaf19366d26e5c28c356fc198faf9645ec11 Mon Sep 17 00:00:00 2001 From: "samuel.trahan" Date: Tue, 11 Apr 2023 21:05:09 +0000 Subject: [PATCH 129/152] LAKE_DATA_PATH unset --- tests/fv3_conf/lake_control_run.IN | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/fv3_conf/lake_control_run.IN b/tests/fv3_conf/lake_control_run.IN index 94e4d4b2ee..9b80be01c2 100644 --- a/tests/fv3_conf/lake_control_run.IN +++ b/tests/fv3_conf/lake_control_run.IN @@ -12,6 +12,8 @@ elif [ $NPX = 769 ]; then fi echo "inputdir=$inputdir,NPX=$NPX" +LAKE_DATA_PATH=@[INPUTDATA_ROOT]/lake_p8_water_fraction2020 + OPNREQ_TEST=${OPNREQ_TEST:-false} SUFFIX=${RT_SUFFIX} if [ $WARM_START = .false. ]; then From 98c954191e8d49bd8905b7db351b5b8c916edc7a Mon Sep 17 00:00:00 2001 From: "samuel.trahan" Date: Wed, 12 Apr 2023 15:20:15 +0000 Subject: [PATCH 130/152] hera tests passed --- tests/RegressionTests_hera.intel.log | 2803 ++++++++++++-------------- 1 file changed, 1284 insertions(+), 1519 deletions(-) diff --git a/tests/RegressionTests_hera.intel.log b/tests/RegressionTests_hera.intel.log index 6a278cbc0b..5d09811d15 100644 --- a/tests/RegressionTests_hera.intel.log +++ b/tests/RegressionTests_hera.intel.log @@ -1,43 +1,43 @@ -Sat Apr 8 12:44:01 UTC 2023 +Tue Apr 11 22:11:00 UTC 2023 Start Regression test -Compile 001 elapsed time 613 seconds. -DAPP=S2SWA -D32BIT=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 002 elapsed time 614 seconds. -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 003 elapsed time 574 seconds. -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 004 elapsed time 261 seconds. -DAPP=S2SWA -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile 005 elapsed time 202 seconds. -DAPP=S2SW -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile 006 elapsed time 522 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8_sfcocn -DCMEPS_AOFLUX=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 007 elapsed time 520 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 008 elapsed time 719 seconds. -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 009 elapsed time 544 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,FV3_WoFS_v0,FV3_GFS_v17_p8_mynn -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 010 elapsed time 514 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_RRFS_v1beta,FV3_RRFS_v1nssl -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 011 elapsed time 521 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_csawmg,FV3_GFS_v16_ugwpv1,FV3_GFS_v16_ras,FV3_GFS_v16_noahmp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 012 elapsed time 459 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 013 elapsed time 602 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,FV3_WoFS_v0 -D32BIT=ON -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 014 elapsed time 226 seconds. -DAPP=ATM -DDEBUG=ON -D32BIT=ON -DCCPP_SUITES=FV3_HRRR,FV3_GFS_v16,FV3_GFS_v16_csawmg,FV3_GFS_v16_ras,FV3_GFS_v17_p8,FV3_GFS_v15_thompson_mynn_lam3km,FV3_RAP,FV3_HRRR,FV3_RAP_unified_ugwp,FV3_RAP_cires_ugwp,FV3_RAP_flake,FV3_RAP_noah,FV3_RAP_sfcdiff,FV3_RAP_noah_sfcdiff_cires_ugwp,FV3_RRFS_v1beta -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 015 elapsed time 182 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 016 elapsed time 488 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -D32BIT=ON -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 017 elapsed time 487 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 018 elapsed time 205 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -D32BIT=ON -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 019 elapsed time 198 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 020 elapsed time 566 seconds. -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v1_gfdlmp_tedmf,FV3_HAFS_v1_gfdlmp_tedmf_nonsst,FV3_HAFS_v1_thompson_tedmf_gfdlsf -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 021 elapsed time 205 seconds. -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v1_gfdlmp_tedmf,FV3_HAFS_v1_gfdlmp_tedmf_nonsst,FV3_HAFS_v1_thompson_tedmf_gfdlsf -D32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 022 elapsed time 645 seconds. -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v1_thompson_noahmp_nonsst,FV3_HAFS_v1_thompson_noahmp,FV3_HAFS_v1_thompson_nonsst,FV3_HAFS_v1_thompson,FV3_HAFS_v1_gfdlmp_tedmf_nonsst,FV3_HAFS_v1_gfdlmp_tedmf,FV3_HAFS_v1_thompson_tedmf_gfdlsf -D32BIT=ON -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 023 elapsed time 580 seconds. -DAPP=HAFS-ALL -DCCPP_SUITES=FV3_HAFS_v1_gfdlmp_tedmf,FV3_HAFS_v1_gfdlmp_tedmf_nonsst -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 024 elapsed time 190 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 025 elapsed time 109 seconds. -DAPP=NG-GODAS -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile 026 elapsed time 182 seconds. -DAPP=NG-GODAS -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 027 elapsed time 52 seconds. -DAPP=LND -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 028 elapsed time 496 seconds. -DAPP=ATML -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v15_thompson_mynn,FV3_GFS_v17_p8,FV3_GFS_v15_thompson_mynn_lam3km -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 029 elapsed time 533 seconds. -DAPP=ATMW -DCCPP_SUITES=FV3_GFS_v17_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 030 elapsed time 548 seconds. -DAPP=ATMWM -DCCPP_SUITES=FV3_GFS_v16 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 031 elapsed time 508 seconds. -DAPP=ATMAERO -DCCPP_SUITES=FV3_GFS_v17_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 032 elapsed time 465 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 033 elapsed time 180 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -DDEBUG=ON -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 034 elapsed time 566 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -DFASTER=ON -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release - -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/INTEL/cpld_control_p8_mixedmode -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_3264/cpld_control_p8_mixedmode +Compile 001 elapsed time 662 seconds. -DAPP=S2SWA -D32BIT=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 002 elapsed time 670 seconds. -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 003 elapsed time 604 seconds. -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 004 elapsed time 240 seconds. -DAPP=S2SWA -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile 005 elapsed time 217 seconds. -DAPP=S2SW -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile 006 elapsed time 567 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8_sfcocn -DCMEPS_AOFLUX=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 007 elapsed time 571 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 008 elapsed time 761 seconds. -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 009 elapsed time 573 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v16_flake,FV3_GFS_v15_thompson_mynn,FV3_GFS_v17_p8,FV3_GFS_v17_p8_rrtmgp,FV3_GFS_v15_thompson_mynn_lam3km,FV3_WoFS_v0,FV3_GFS_v17_p8_mynn -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 010 elapsed time 534 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_HRRR_flake,FV3_RRFS_v1beta,FV3_RRFS_v1nssl -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 011 elapsed time 517 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_csawmg,FV3_GFS_v16_ugwpv1,FV3_GFS_v16_ras,FV3_GFS_v16_noahmp -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 012 elapsed time 476 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 013 elapsed time 638 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,FV3_WoFS_v0 -D32BIT=ON -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 014 elapsed time 242 seconds. -DAPP=ATM -DDEBUG=ON -D32BIT=ON -DCCPP_SUITES=FV3_HRRR,FV3_HRRR_flake,FV3_GFS_v16,FV3_GFS_v16_csawmg,FV3_GFS_v16_ras,FV3_GFS_v17_p8,FV3_GFS_v15_thompson_mynn_lam3km,FV3_RAP,FV3_HRRR,FV3_RAP_unified_ugwp,FV3_RAP_cires_ugwp,FV3_RAP_flake,FV3_RAP_clm_lake,FV3_RAP_noah,FV3_RAP_sfcdiff,FV3_RAP_noah_sfcdiff_cires_ugwp,FV3_RRFS_v1beta -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 015 elapsed time 179 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 016 elapsed time 499 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR,FV3_HRRR_flake -D32BIT=ON -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 017 elapsed time 492 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 018 elapsed time 176 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR,FV3_HRRR_flake -D32BIT=ON -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 019 elapsed time 174 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR,FV3_HRRR_flake -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 020 elapsed time 600 seconds. -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v1_gfdlmp_tedmf,FV3_HAFS_v1_gfdlmp_tedmf_nonsst,FV3_HAFS_v1_thompson_tedmf_gfdlsf -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 021 elapsed time 217 seconds. -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v1_gfdlmp_tedmf,FV3_HAFS_v1_gfdlmp_tedmf_nonsst,FV3_HAFS_v1_thompson_tedmf_gfdlsf -D32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 022 elapsed time 724 seconds. -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v1_thompson_noahmp_nonsst,FV3_HAFS_v1_thompson_noahmp,FV3_HAFS_v1_thompson_nonsst,FV3_HAFS_v1_thompson,FV3_HAFS_v1_gfdlmp_tedmf_nonsst,FV3_HAFS_v1_gfdlmp_tedmf,FV3_HAFS_v1_thompson_tedmf_gfdlsf -D32BIT=ON -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 023 elapsed time 568 seconds. -DAPP=HAFS-ALL -DCCPP_SUITES=FV3_HAFS_v1_gfdlmp_tedmf,FV3_HAFS_v1_gfdlmp_tedmf_nonsst -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 024 elapsed time 185 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 025 elapsed time 111 seconds. -DAPP=NG-GODAS -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile 026 elapsed time 190 seconds. -DAPP=NG-GODAS -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 027 elapsed time 62 seconds. -DAPP=LND -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 028 elapsed time 524 seconds. -DAPP=ATML -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v15_thompson_mynn,FV3_GFS_v17_p8,FV3_GFS_v15_thompson_mynn_lam3km -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 029 elapsed time 552 seconds. -DAPP=ATMW -DCCPP_SUITES=FV3_GFS_v17_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 030 elapsed time 544 seconds. -DAPP=ATMWM -DCCPP_SUITES=FV3_GFS_v16 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 031 elapsed time 516 seconds. -DAPP=ATMAERO -DCCPP_SUITES=FV3_GFS_v17_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 032 elapsed time 513 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 033 elapsed time 185 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -DDEBUG=ON -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 034 elapsed time 611 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -DFASTER=ON -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release + +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/INTEL/cpld_control_p8_mixedmode +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_161099/cpld_control_p8_mixedmode Checking test 001 cpld_control_p8_mixedmode results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -102,14 +102,14 @@ Checking test 001 cpld_control_p8_mixedmode results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 320.512849 - 0: The maximum resident set size (KB) = 3151120 + 0: The total amount of wall time = 329.051002 + 0: The maximum resident set size (KB) = 3127184 Test 001 cpld_control_p8_mixedmode PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/INTEL/cpld_control_gfsv17 -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_3264/cpld_control_gfsv17 +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/INTEL/cpld_control_gfsv17 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_161099/cpld_control_gfsv17 Checking test 002 cpld_control_gfsv17 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -173,14 +173,14 @@ Checking test 002 cpld_control_gfsv17 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 230.528972 - 0: The maximum resident set size (KB) = 1728100 + 0: The total amount of wall time = 239.706502 + 0: The maximum resident set size (KB) = 1702824 Test 002 cpld_control_gfsv17 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/INTEL/cpld_control_p8 -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_3264/cpld_control_p8 +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/INTEL/cpld_control_p8 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_161099/cpld_control_p8 Checking test 003 cpld_control_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -245,14 +245,14 @@ Checking test 003 cpld_control_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 351.124459 - 0: The maximum resident set size (KB) = 3184232 + 0: The total amount of wall time = 359.903214 + 0: The maximum resident set size (KB) = 3168312 Test 003 cpld_control_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/INTEL/cpld_control_p8 -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_3264/cpld_restart_p8 +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/INTEL/cpld_control_p8 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_161099/cpld_restart_p8 Checking test 004 cpld_restart_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -305,14 +305,14 @@ Checking test 004 cpld_restart_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 202.950526 - 0: The maximum resident set size (KB) = 3046856 + 0: The total amount of wall time = 208.302789 + 0: The maximum resident set size (KB) = 3037164 Test 004 cpld_restart_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/INTEL/cpld_control_p8 -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_3264/cpld_control_qr_p8 +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/INTEL/cpld_control_p8 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_161099/cpld_control_qr_p8 Checking test 005 cpld_control_qr_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -377,14 +377,14 @@ Checking test 005 cpld_control_qr_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 351.573717 - 0: The maximum resident set size (KB) = 3192140 + 0: The total amount of wall time = 363.405900 + 0: The maximum resident set size (KB) = 3186652 Test 005 cpld_control_qr_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/INTEL/cpld_control_p8 -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_3264/cpld_restart_qr_p8 +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/INTEL/cpld_control_p8 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_161099/cpld_restart_qr_p8 Checking test 006 cpld_restart_qr_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -437,14 +437,14 @@ Checking test 006 cpld_restart_qr_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 208.799130 - 0: The maximum resident set size (KB) = 3061768 + 0: The total amount of wall time = 208.560275 + 0: The maximum resident set size (KB) = 3051908 Test 006 cpld_restart_qr_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/INTEL/cpld_control_p8 -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_3264/cpld_2threads_p8 +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/INTEL/cpld_control_p8 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_161099/cpld_2threads_p8 Checking test 007 cpld_2threads_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -497,14 +497,14 @@ Checking test 007 cpld_2threads_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 360.319264 - 0: The maximum resident set size (KB) = 3508496 + 0: The total amount of wall time = 363.438326 + 0: The maximum resident set size (KB) = 3508368 Test 007 cpld_2threads_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/INTEL/cpld_control_p8 -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_3264/cpld_decomp_p8 +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/INTEL/cpld_control_p8 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_161099/cpld_decomp_p8 Checking test 008 cpld_decomp_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -557,14 +557,14 @@ Checking test 008 cpld_decomp_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 351.431101 - 0: The maximum resident set size (KB) = 3171768 + 0: The total amount of wall time = 370.299486 + 0: The maximum resident set size (KB) = 3144352 Test 008 cpld_decomp_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/INTEL/cpld_control_p8 -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_3264/cpld_mpi_p8 +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/INTEL/cpld_control_p8 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_161099/cpld_mpi_p8 Checking test 009 cpld_mpi_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -617,14 +617,14 @@ Checking test 009 cpld_mpi_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 291.696563 - 0: The maximum resident set size (KB) = 3026744 + 0: The total amount of wall time = 287.586095 + 0: The maximum resident set size (KB) = 3024092 Test 009 cpld_mpi_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/INTEL/cpld_control_ciceC_p8 -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_3264/cpld_control_ciceC_p8 +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/INTEL/cpld_control_ciceC_p8 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_161099/cpld_control_ciceC_p8 Checking test 010 cpld_control_ciceC_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -689,14 +689,14 @@ Checking test 010 cpld_control_ciceC_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 346.355572 - 0: The maximum resident set size (KB) = 3182688 + 0: The total amount of wall time = 353.355425 + 0: The maximum resident set size (KB) = 3184220 Test 010 cpld_control_ciceC_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/INTEL/cpld_control_c192_p8 -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_3264/cpld_control_c192_p8 +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/INTEL/cpld_control_c192_p8 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_161099/cpld_control_c192_p8 Checking test 011 cpld_control_c192_p8 results .... Comparing sfcf030.tile1.nc .........OK Comparing sfcf030.tile2.nc .........OK @@ -749,14 +749,14 @@ Checking test 011 cpld_control_c192_p8 results .... Comparing 20210323.120000.out_grd.ww3 .........OK Comparing 20210323.120000.out_pnt.ww3 .........OK - 0: The total amount of wall time = 615.375237 - 0: The maximum resident set size (KB) = 3258192 + 0: The total amount of wall time = 607.235700 + 0: The maximum resident set size (KB) = 3244536 Test 011 cpld_control_c192_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/INTEL/cpld_control_c192_p8 -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_3264/cpld_restart_c192_p8 +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/INTEL/cpld_control_c192_p8 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_161099/cpld_restart_c192_p8 Checking test 012 cpld_restart_c192_p8 results .... Comparing sfcf030.tile1.nc .........OK Comparing sfcf030.tile2.nc .........OK @@ -809,14 +809,14 @@ Checking test 012 cpld_restart_c192_p8 results .... Comparing 20210323.120000.out_grd.ww3 .........OK Comparing 20210323.120000.out_pnt.ww3 .........OK - 0: The total amount of wall time = 395.915836 - 0: The maximum resident set size (KB) = 3160012 + 0: The total amount of wall time = 405.191112 + 0: The maximum resident set size (KB) = 3147216 Test 012 cpld_restart_c192_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/INTEL/cpld_bmark_p8 -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_3264/cpld_bmark_p8 +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/INTEL/cpld_bmark_p8 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_161099/cpld_bmark_p8 Checking test 013 cpld_bmark_p8 results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK @@ -864,14 +864,14 @@ Checking test 013 cpld_bmark_p8 results .... Comparing 20130401.060000.out_pnt.ww3 .........OK Comparing 20130401.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 763.461169 - 0: The maximum resident set size (KB) = 4042340 + 0: The total amount of wall time = 752.464931 + 0: The maximum resident set size (KB) = 4015404 Test 013 cpld_bmark_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/INTEL/cpld_bmark_p8 -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_3264/cpld_restart_bmark_p8 +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/INTEL/cpld_bmark_p8 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_161099/cpld_restart_bmark_p8 Checking test 014 cpld_restart_bmark_p8 results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK @@ -919,14 +919,14 @@ Checking test 014 cpld_restart_bmark_p8 results .... Comparing 20130401.060000.out_pnt.ww3 .........OK Comparing 20130401.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 473.456361 - 0: The maximum resident set size (KB) = 3994644 + 0: The total amount of wall time = 481.277540 + 0: The maximum resident set size (KB) = 3947592 Test 014 cpld_restart_bmark_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/INTEL/cpld_control_noaero_p8 -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_3264/cpld_control_noaero_p8 +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/INTEL/cpld_control_noaero_p8 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_161099/cpld_control_noaero_p8 Checking test 015 cpld_control_noaero_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -990,14 +990,14 @@ Checking test 015 cpld_control_noaero_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 274.038288 - 0: The maximum resident set size (KB) = 1720656 + 0: The total amount of wall time = 271.676434 + 0: The maximum resident set size (KB) = 1701764 Test 015 cpld_control_noaero_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/INTEL/cpld_control_c96_noaero_p8 -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_3264/cpld_control_nowave_noaero_p8 +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/INTEL/cpld_control_c96_noaero_p8 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_161099/cpld_control_nowave_noaero_p8 Checking test 016 cpld_control_nowave_noaero_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -1059,14 +1059,14 @@ Checking test 016 cpld_control_nowave_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 = 268.762500 - 0: The maximum resident set size (KB) = 1761392 + 0: The total amount of wall time = 271.226356 + 0: The maximum resident set size (KB) = 1746680 Test 016 cpld_control_nowave_noaero_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/INTEL/cpld_debug_p8 -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_3264/cpld_debug_p8 +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/INTEL/cpld_debug_p8 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_161099/cpld_debug_p8 Checking test 017 cpld_debug_p8 results .... Comparing sfcf003.tile1.nc .........OK Comparing sfcf003.tile2.nc .........OK @@ -1119,14 +1119,14 @@ Checking test 017 cpld_debug_p8 results .... Comparing 20210322.090000.out_pnt.ww3 .........OK Comparing 20210322.090000.out_grd.ww3 .........OK - 0: The total amount of wall time = 533.055960 - 0: The maximum resident set size (KB) = 3232256 + 0: The total amount of wall time = 545.915548 + 0: The maximum resident set size (KB) = 3207136 Test 017 cpld_debug_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/INTEL/cpld_debug_noaero_p8 -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_3264/cpld_debug_noaero_p8 +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/INTEL/cpld_debug_noaero_p8 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_161099/cpld_debug_noaero_p8 Checking test 018 cpld_debug_noaero_p8 results .... Comparing sfcf003.tile1.nc .........OK Comparing sfcf003.tile2.nc .........OK @@ -1178,14 +1178,14 @@ Checking test 018 cpld_debug_noaero_p8 results .... Comparing 20210322.090000.out_pnt.ww3 .........OK Comparing 20210322.090000.out_grd.ww3 .........OK - 0: The total amount of wall time = 362.818277 - 0: The maximum resident set size (KB) = 1739516 + 0: The total amount of wall time = 370.052164 + 0: The maximum resident set size (KB) = 1703840 Test 018 cpld_debug_noaero_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/INTEL/cpld_control_noaero_p8_agrid -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_3264/cpld_control_noaero_p8_agrid +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/INTEL/cpld_control_noaero_p8_agrid +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_161099/cpld_control_noaero_p8_agrid Checking test 019 cpld_control_noaero_p8_agrid results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -1247,14 +1247,14 @@ Checking test 019 cpld_control_noaero_p8_agrid 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 = 284.712328 - 0: The maximum resident set size (KB) = 1750324 + 0: The total amount of wall time = 284.953438 + 0: The maximum resident set size (KB) = 1742964 Test 019 cpld_control_noaero_p8_agrid PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/INTEL/cpld_control_c48 -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_3264/cpld_control_c48 +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/INTEL/cpld_control_c48 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_161099/cpld_control_c48 Checking test 020 cpld_control_c48 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -1304,14 +1304,14 @@ Checking test 020 cpld_control_c48 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 = 575.010290 - 0: The maximum resident set size (KB) = 2807436 + 0: The total amount of wall time = 579.543744 + 0: The maximum resident set size (KB) = 2805136 Test 020 cpld_control_c48 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/INTEL/cpld_warmstart_c48 -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_3264/cpld_warmstart_c48 +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/INTEL/cpld_warmstart_c48 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_161099/cpld_warmstart_c48 Checking test 021 cpld_warmstart_c48 results .... Comparing sfcf006.tile1.nc .........OK Comparing sfcf006.tile2.nc .........OK @@ -1361,14 +1361,14 @@ Checking test 021 cpld_warmstart_c48 results .... Comparing RESTART/iced.2021-03-23-43200.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-43200.nc .........OK - 0: The total amount of wall time = 160.844179 - 0: The maximum resident set size (KB) = 2805032 + 0: The total amount of wall time = 154.049022 + 0: The maximum resident set size (KB) = 2802372 Test 021 cpld_warmstart_c48 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/INTEL/cpld_warmstart_c48 -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_3264/cpld_restart_c48 +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/INTEL/cpld_warmstart_c48 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_161099/cpld_restart_c48 Checking test 022 cpld_restart_c48 results .... Comparing sfcf006.tile1.nc .........OK Comparing sfcf006.tile2.nc .........OK @@ -1418,14 +1418,14 @@ Checking test 022 cpld_restart_c48 results .... Comparing RESTART/iced.2021-03-23-43200.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-43200.nc .........OK - 0: The total amount of wall time = 83.419255 - 0: The maximum resident set size (KB) = 2245728 + 0: The total amount of wall time = 83.717783 + 0: The maximum resident set size (KB) = 2242692 Test 022 cpld_restart_c48 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/INTEL/cpld_control_p8_faster -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_3264/cpld_control_p8_faster +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/INTEL/cpld_control_p8_faster +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_161099/cpld_control_p8_faster Checking test 023 cpld_control_p8_faster results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -1490,15 +1490,33 @@ Checking test 023 cpld_control_p8_faster results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 329.982144 - 0: The maximum resident set size (KB) = 3182432 + 0: The total amount of wall time = 356.626159 + 0: The maximum resident set size (KB) = 3165252 Test 023 cpld_control_p8_faster PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/INTEL/control_CubedSphereGrid -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_3264/control_CubedSphereGrid -Checking test 024 control_CubedSphereGrid results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/INTEL/control_flake +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_161099/control_flake +Checking test 024 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 = 191.358566 + 0: The maximum resident set size (KB) = 681776 + +Test 024 control_flake PASS + + +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/INTEL/control_CubedSphereGrid +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_161099/control_CubedSphereGrid +Checking test 025 control_CubedSphereGrid results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK Comparing sfcf000.tile3.nc .........OK @@ -1524,29 +1542,29 @@ Checking test 024 control_CubedSphereGrid results .... Comparing atmf024.tile5.nc .........OK Comparing atmf024.tile6.nc .........OK - 0: The total amount of wall time = 132.329449 - 0: The maximum resident set size (KB) = 631940 + 0: The total amount of wall time = 130.112363 + 0: The maximum resident set size (KB) = 624640 -Test 024 control_CubedSphereGrid PASS +Test 025 control_CubedSphereGrid PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/INTEL/control_CubedSphereGrid_parallel -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_3264/control_CubedSphereGrid_parallel -Checking test 025 control_CubedSphereGrid_parallel results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/INTEL/control_CubedSphereGrid_parallel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_161099/control_CubedSphereGrid_parallel +Checking test 026 control_CubedSphereGrid_parallel results .... Comparing sfcf000.nc ............ALT CHECK......OK - Comparing sfcf024.nc ............ALT CHECK......OK + Comparing sfcf024.nc .........OK Comparing atmf000.nc ............ALT CHECK......OK Comparing atmf024.nc .........OK - 0: The total amount of wall time = 129.942276 - 0: The maximum resident set size (KB) = 632156 + 0: The total amount of wall time = 130.468898 + 0: The maximum resident set size (KB) = 629084 -Test 025 control_CubedSphereGrid_parallel PASS +Test 026 control_CubedSphereGrid_parallel PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/INTEL/control_latlon -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_3264/control_latlon -Checking test 026 control_latlon results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/INTEL/control_latlon +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_161099/control_latlon +Checking test 027 control_latlon results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -1556,16 +1574,16 @@ Checking test 026 control_latlon results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 134.439580 - 0: The maximum resident set size (KB) = 639144 + 0: The total amount of wall time = 135.726744 + 0: The maximum resident set size (KB) = 626628 -Test 026 control_latlon PASS +Test 027 control_latlon PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/INTEL/control_wrtGauss_netcdf_parallel -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_3264/control_wrtGauss_netcdf_parallel -Checking test 027 control_wrtGauss_netcdf_parallel results .... - Comparing sfcf000.nc ............ALT CHECK......OK +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/INTEL/control_wrtGauss_netcdf_parallel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_161099/control_wrtGauss_netcdf_parallel +Checking test 028 control_wrtGauss_netcdf_parallel results .... + Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK Comparing atmf024.nc .........OK @@ -1574,15 +1592,15 @@ Checking test 027 control_wrtGauss_netcdf_parallel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 137.474737 - 0: The maximum resident set size (KB) = 630904 + 0: The total amount of wall time = 137.937685 + 0: The maximum resident set size (KB) = 631160 -Test 027 control_wrtGauss_netcdf_parallel PASS +Test 028 control_wrtGauss_netcdf_parallel PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/INTEL/control_c48 -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_3264/control_c48 -Checking test 028 control_c48 results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/INTEL/control_c48 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_161099/control_c48 +Checking test 029 control_c48 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -1620,15 +1638,15 @@ Checking test 028 control_c48 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -0: The total amount of wall time = 371.067379 -0: The maximum resident set size (KB) = 808208 +0: The total amount of wall time = 374.240149 +0: The maximum resident set size (KB) = 821912 -Test 028 control_c48 PASS +Test 029 control_c48 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/INTEL/control_c192 -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_3264/control_c192 -Checking test 029 control_c192 results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/INTEL/control_c192 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_161099/control_c192 +Checking test 030 control_c192 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -1638,15 +1656,15 @@ Checking test 029 control_c192 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 531.907423 - 0: The maximum resident set size (KB) = 773272 + 0: The total amount of wall time = 532.572768 + 0: The maximum resident set size (KB) = 769080 -Test 029 control_c192 PASS +Test 030 control_c192 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/INTEL/control_c384 -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_3264/control_c384 -Checking test 030 control_c384 results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/INTEL/control_c384 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_161099/control_c384 +Checking test 031 control_c384 results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK Comparing atmf000.nc .........OK @@ -1656,15 +1674,15 @@ Checking test 030 control_c384 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 529.906850 - 0: The maximum resident set size (KB) = 1270980 + 0: The total amount of wall time = 534.968249 + 0: The maximum resident set size (KB) = 1263880 -Test 030 control_c384 PASS +Test 031 control_c384 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/INTEL/control_c384gdas -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_3264/control_c384gdas -Checking test 031 control_c384gdas results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/INTEL/control_c384gdas +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_161099/control_c384gdas +Checking test 032 control_c384gdas results .... Comparing sfcf000.nc .........OK Comparing sfcf006.nc .........OK Comparing atmf000.nc .........OK @@ -1706,15 +1724,15 @@ Checking test 031 control_c384gdas results .... Comparing RESTART/20210322.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210322.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 467.586973 - 0: The maximum resident set size (KB) = 1384000 + 0: The total amount of wall time = 474.964071 + 0: The maximum resident set size (KB) = 1381204 -Test 031 control_c384gdas PASS +Test 032 control_c384gdas PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/INTEL/control_stochy -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_3264/control_stochy -Checking test 032 control_stochy results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/INTEL/control_stochy +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_161099/control_stochy +Checking test 033 control_stochy results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK Comparing atmf000.nc .........OK @@ -1724,29 +1742,29 @@ Checking test 032 control_stochy results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 87.971136 - 0: The maximum resident set size (KB) = 633272 + 0: The total amount of wall time = 91.369672 + 0: The maximum resident set size (KB) = 630808 -Test 032 control_stochy PASS +Test 033 control_stochy PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/INTEL/control_stochy -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_3264/control_stochy_restart -Checking test 033 control_stochy_restart results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/INTEL/control_stochy +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_161099/control_stochy_restart +Checking test 034 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 = 48.853826 - 0: The maximum resident set size (KB) = 490064 + 0: The total amount of wall time = 49.524080 + 0: The maximum resident set size (KB) = 483192 -Test 033 control_stochy_restart PASS +Test 034 control_stochy_restart PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/INTEL/control_lndp -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_3264/control_lndp -Checking test 034 control_lndp results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/INTEL/control_lndp +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_161099/control_lndp +Checking test 035 control_lndp results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK Comparing atmf000.nc .........OK @@ -1756,15 +1774,15 @@ Checking test 034 control_lndp results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 82.359901 - 0: The maximum resident set size (KB) = 642832 + 0: The total amount of wall time = 83.522053 + 0: The maximum resident set size (KB) = 631472 -Test 034 control_lndp PASS +Test 035 control_lndp PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/INTEL/control_iovr4 -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_3264/control_iovr4 -Checking test 035 control_iovr4 results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/INTEL/control_iovr4 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_161099/control_iovr4 +Checking test 036 control_iovr4 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -1778,15 +1796,15 @@ Checking test 035 control_iovr4 results .... Comparing GFSPRS.GrbF21 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 136.918877 - 0: The maximum resident set size (KB) = 631316 + 0: The total amount of wall time = 140.873928 + 0: The maximum resident set size (KB) = 628652 -Test 035 control_iovr4 PASS +Test 036 control_iovr4 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/INTEL/control_iovr5 -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_3264/control_iovr5 -Checking test 036 control_iovr5 results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/INTEL/control_iovr5 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_161099/control_iovr5 +Checking test 037 control_iovr5 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -1800,15 +1818,15 @@ Checking test 036 control_iovr5 results .... Comparing GFSPRS.GrbF21 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 137.383411 - 0: The maximum resident set size (KB) = 635484 + 0: The total amount of wall time = 138.783873 + 0: The maximum resident set size (KB) = 627264 -Test 036 control_iovr5 PASS +Test 037 control_iovr5 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/INTEL/control_p8 -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_3264/control_p8 -Checking test 037 control_p8 results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/INTEL/control_p8 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_161099/control_p8 +Checking test 038 control_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -1854,15 +1872,15 @@ Checking test 037 control_p8 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 171.784108 - 0: The maximum resident set size (KB) = 1603932 + 0: The total amount of wall time = 174.951420 + 0: The maximum resident set size (KB) = 1598580 -Test 037 control_p8 PASS +Test 038 control_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/INTEL/control_p8 -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_3264/control_restart_p8 -Checking test 038 control_restart_p8 results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/INTEL/control_p8 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_161099/control_restart_p8 +Checking test 039 control_restart_p8 results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK Comparing GFSFLX.GrbF24 .........OK @@ -1900,15 +1918,15 @@ Checking test 038 control_restart_p8 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 92.262942 - 0: The maximum resident set size (KB) = 868036 + 0: The total amount of wall time = 91.264100 + 0: The maximum resident set size (KB) = 875812 -Test 038 control_restart_p8 PASS +Test 039 control_restart_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/INTEL/control_p8 -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_3264/control_qr_p8 -Checking test 039 control_qr_p8 results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/INTEL/control_p8 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_161099/control_qr_p8 +Checking test 040 control_qr_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -1954,15 +1972,15 @@ Checking test 039 control_qr_p8 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc ............ALT CHECK......OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc ............ALT CHECK......OK - 0: The total amount of wall time = 170.920530 - 0: The maximum resident set size (KB) = 1603460 + 0: The total amount of wall time = 179.884524 + 0: The maximum resident set size (KB) = 1588288 -Test 039 control_qr_p8 PASS +Test 040 control_qr_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/INTEL/control_p8 -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_3264/control_restart_qr_p8 -Checking test 040 control_restart_qr_p8 results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/INTEL/control_p8 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_161099/control_restart_qr_p8 +Checking test 041 control_restart_qr_p8 results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK Comparing GFSFLX.GrbF24 .........OK @@ -2000,15 +2018,15 @@ Checking test 040 control_restart_qr_p8 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc ............ALT CHECK......OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc ............ALT CHECK......OK - 0: The total amount of wall time = 93.422263 - 0: The maximum resident set size (KB) = 866236 + 0: The total amount of wall time = 92.801022 + 0: The maximum resident set size (KB) = 874824 -Test 040 control_restart_qr_p8 PASS +Test 041 control_restart_qr_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/INTEL/control_p8 -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_3264/control_decomp_p8 -Checking test 041 control_decomp_p8 results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/INTEL/control_p8 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_161099/control_decomp_p8 +Checking test 042 control_decomp_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -2050,15 +2068,15 @@ Checking test 041 control_decomp_p8 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 180.007812 - 0: The maximum resident set size (KB) = 1587036 + 0: The total amount of wall time = 178.846652 + 0: The maximum resident set size (KB) = 1586320 -Test 041 control_decomp_p8 PASS +Test 042 control_decomp_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/INTEL/control_p8 -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_3264/control_2threads_p8 -Checking test 042 control_2threads_p8 results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/INTEL/control_p8 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_161099/control_2threads_p8 +Checking test 043 control_2threads_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -2100,15 +2118,15 @@ Checking test 042 control_2threads_p8 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 161.262969 - 0: The maximum resident set size (KB) = 1693320 + 0: The total amount of wall time = 164.356674 + 0: The maximum resident set size (KB) = 1688416 -Test 042 control_2threads_p8 PASS +Test 043 control_2threads_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/INTEL/control_p8_lndp -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_3264/control_p8_lndp -Checking test 043 control_p8_lndp results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/INTEL/control_p8_lndp +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_161099/control_p8_lndp +Checking test 044 control_p8_lndp results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -2126,15 +2144,15 @@ Checking test 043 control_p8_lndp results .... Comparing GFSPRS.GrbF24 .........OK Comparing GFSPRS.GrbF48 .........OK - 0: The total amount of wall time = 321.514843 - 0: The maximum resident set size (KB) = 1603616 + 0: The total amount of wall time = 320.511411 + 0: The maximum resident set size (KB) = 1604600 -Test 043 control_p8_lndp PASS +Test 044 control_p8_lndp PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/INTEL/control_p8_rrtmgp -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_3264/control_p8_rrtmgp -Checking test 044 control_p8_rrtmgp results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/INTEL/control_p8_rrtmgp +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_161099/control_p8_rrtmgp +Checking test 045 control_p8_rrtmgp results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -2180,15 +2198,15 @@ Checking test 044 control_p8_rrtmgp results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 229.234406 - 0: The maximum resident set size (KB) = 1663172 + 0: The total amount of wall time = 237.376267 + 0: The maximum resident set size (KB) = 1658728 -Test 044 control_p8_rrtmgp PASS +Test 045 control_p8_rrtmgp PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/INTEL/control_p8_mynn -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_3264/control_p8_mynn -Checking test 045 control_p8_mynn results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/INTEL/control_p8_mynn +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_161099/control_p8_mynn +Checking test 046 control_p8_mynn results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -2234,15 +2252,15 @@ Checking test 045 control_p8_mynn results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 179.707611 - 0: The maximum resident set size (KB) = 1600948 + 0: The total amount of wall time = 175.063657 + 0: The maximum resident set size (KB) = 1610880 -Test 045 control_p8_mynn PASS +Test 046 control_p8_mynn PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/INTEL/merra2_thompson -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_3264/merra2_thompson -Checking test 046 merra2_thompson results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/INTEL/merra2_thompson +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_161099/merra2_thompson +Checking test 047 merra2_thompson results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -2288,15 +2306,15 @@ Checking test 046 merra2_thompson results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 197.662018 - 0: The maximum resident set size (KB) = 1607996 + 0: The total amount of wall time = 196.421759 + 0: The maximum resident set size (KB) = 1610968 -Test 046 merra2_thompson PASS +Test 047 merra2_thompson PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/INTEL/regional_control -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_3264/regional_control -Checking test 047 regional_control results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/INTEL/regional_control +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_161099/regional_control +Checking test 048 regional_control results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK Comparing phyf000.nc .........OK @@ -2306,29 +2324,29 @@ Checking test 047 regional_control results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 304.920983 - 0: The maximum resident set size (KB) = 872388 + 0: The total amount of wall time = 303.648062 + 0: The maximum resident set size (KB) = 870916 -Test 047 regional_control PASS +Test 048 regional_control PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/INTEL/regional_control -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_3264/regional_restart -Checking test 048 regional_restart results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/INTEL/regional_control +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_161099/regional_restart +Checking test 049 regional_restart results .... Comparing dynf006.nc .........OK Comparing phyf006.nc .........OK Comparing PRSLEV.GrbF06 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 155.847927 - 0: The maximum resident set size (KB) = 863884 + 0: The total amount of wall time = 156.541068 + 0: The maximum resident set size (KB) = 864308 -Test 048 regional_restart PASS +Test 049 regional_restart PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/INTEL/regional_control -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_3264/regional_control_qr -Checking test 049 regional_control_qr results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/INTEL/regional_control +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_161099/regional_control_qr +Checking test 050 regional_control_qr results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK Comparing phyf000.nc .........OK @@ -2338,29 +2356,29 @@ Checking test 049 regional_control_qr results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 307.685686 - 0: The maximum resident set size (KB) = 870700 + 0: The total amount of wall time = 304.243708 + 0: The maximum resident set size (KB) = 870064 -Test 049 regional_control_qr PASS +Test 050 regional_control_qr PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/INTEL/regional_control -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_3264/regional_restart_qr -Checking test 050 regional_restart_qr results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/INTEL/regional_control +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_161099/regional_restart_qr +Checking test 051 regional_restart_qr results .... Comparing dynf006.nc .........OK Comparing phyf006.nc .........OK Comparing PRSLEV.GrbF06 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 154.981841 - 0: The maximum resident set size (KB) = 862876 + 0: The total amount of wall time = 156.405891 + 0: The maximum resident set size (KB) = 864192 -Test 050 regional_restart_qr PASS +Test 051 regional_restart_qr PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/INTEL/regional_control -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_3264/regional_decomp -Checking test 051 regional_decomp results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/INTEL/regional_control +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_161099/regional_decomp +Checking test 052 regional_decomp results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK Comparing phyf000.nc .........OK @@ -2370,15 +2388,15 @@ Checking test 051 regional_decomp results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 316.794006 - 0: The maximum resident set size (KB) = 864692 + 0: The total amount of wall time = 320.439474 + 0: The maximum resident set size (KB) = 855944 -Test 051 regional_decomp PASS +Test 052 regional_decomp PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/INTEL/regional_control -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_3264/regional_2threads -Checking test 052 regional_2threads results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/INTEL/regional_control +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_161099/regional_2threads +Checking test 053 regional_2threads results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK Comparing phyf000.nc .........OK @@ -2388,44 +2406,44 @@ Checking test 052 regional_2threads results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 190.240027 - 0: The maximum resident set size (KB) = 860620 + 0: The total amount of wall time = 190.724445 + 0: The maximum resident set size (KB) = 843140 -Test 052 regional_2threads PASS +Test 053 regional_2threads PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/INTEL/regional_noquilt -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_3264/regional_noquilt -Checking test 053 regional_noquilt results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/INTEL/regional_noquilt +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_161099/regional_noquilt +Checking test 054 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 = 327.541693 - 0: The maximum resident set size (KB) = 859788 + 0: The total amount of wall time = 326.295605 + 0: The maximum resident set size (KB) = 860908 -Test 053 regional_noquilt PASS +Test 054 regional_noquilt PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/INTEL/regional_netcdf_parallel -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_3264/regional_netcdf_parallel -Checking test 054 regional_netcdf_parallel results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/INTEL/regional_netcdf_parallel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_161099/regional_netcdf_parallel +Checking test 055 regional_netcdf_parallel results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK Comparing phyf000.nc .........OK Comparing phyf006.nc .........OK - 0: The total amount of wall time = 300.714231 - 0: The maximum resident set size (KB) = 867032 + 0: The total amount of wall time = 300.418203 + 0: The maximum resident set size (KB) = 865308 -Test 054 regional_netcdf_parallel PASS +Test 055 regional_netcdf_parallel PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/INTEL/regional_control -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_3264/regional_2dwrtdecomp -Checking test 055 regional_2dwrtdecomp results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/INTEL/regional_control +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_161099/regional_2dwrtdecomp +Checking test 056 regional_2dwrtdecomp results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK Comparing phyf000.nc .........OK @@ -2435,15 +2453,15 @@ Checking test 055 regional_2dwrtdecomp results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 307.180559 - 0: The maximum resident set size (KB) = 872192 + 0: The total amount of wall time = 304.779349 + 0: The maximum resident set size (KB) = 866160 -Test 055 regional_2dwrtdecomp PASS +Test 056 regional_2dwrtdecomp PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/INTEL/fv3_regional_wofs -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_3264/regional_wofs -Checking test 056 regional_wofs results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/INTEL/fv3_regional_wofs +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_161099/regional_wofs +Checking test 057 regional_wofs results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK Comparing phyf000.nc .........OK @@ -2453,15 +2471,15 @@ Checking test 056 regional_wofs results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 378.841243 - 0: The maximum resident set size (KB) = 629480 + 0: The total amount of wall time = 378.064901 + 0: The maximum resident set size (KB) = 629576 -Test 056 regional_wofs PASS +Test 057 regional_wofs PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/INTEL/rap_control -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_3264/rap_control -Checking test 057 rap_control results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/INTEL/rap_control +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_161099/rap_control +Checking test 058 rap_control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -2507,15 +2525,15 @@ Checking test 057 rap_control results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 463.815522 - 0: The maximum resident set size (KB) = 1057208 + 0: The total amount of wall time = 460.860108 + 0: The maximum resident set size (KB) = 1045008 -Test 057 rap_control PASS +Test 058 rap_control PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/INTEL/regional_spp_sppt_shum_skeb -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_3264/regional_spp_sppt_shum_skeb -Checking test 058 regional_spp_sppt_shum_skeb results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/INTEL/regional_spp_sppt_shum_skeb +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_161099/regional_spp_sppt_shum_skeb +Checking test 059 regional_spp_sppt_shum_skeb results .... Comparing dynf000.nc .........OK Comparing dynf001.nc .........OK Comparing phyf000.nc .........OK @@ -2525,15 +2543,15 @@ Checking test 058 regional_spp_sppt_shum_skeb results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF01 .........OK - 0: The total amount of wall time = 243.826609 - 0: The maximum resident set size (KB) = 1179468 + 0: The total amount of wall time = 237.062309 + 0: The maximum resident set size (KB) = 1181820 -Test 058 regional_spp_sppt_shum_skeb PASS +Test 059 regional_spp_sppt_shum_skeb PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/INTEL/rap_control -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_3264/rap_decomp -Checking test 059 rap_decomp results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/INTEL/rap_control +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_161099/rap_decomp +Checking test 060 rap_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -2579,15 +2597,15 @@ Checking test 059 rap_decomp results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 483.342857 - 0: The maximum resident set size (KB) = 992800 + 0: The total amount of wall time = 481.427283 + 0: The maximum resident set size (KB) = 1000756 -Test 059 rap_decomp PASS +Test 060 rap_decomp PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/INTEL/rap_control -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_3264/rap_2threads -Checking test 060 rap_2threads results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/INTEL/rap_control +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_161099/rap_2threads +Checking test 061 rap_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -2633,15 +2651,15 @@ Checking test 060 rap_2threads results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 439.727649 - 0: The maximum resident set size (KB) = 1147120 + 0: The total amount of wall time = 434.612861 + 0: The maximum resident set size (KB) = 1131236 -Test 060 rap_2threads PASS +Test 061 rap_2threads PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/INTEL/rap_control -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_3264/rap_restart -Checking test 061 rap_restart results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/INTEL/rap_control +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_161099/rap_restart +Checking test 062 rap_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK Comparing GFSFLX.GrbF24 .........OK @@ -2679,15 +2697,15 @@ Checking test 061 rap_restart results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 235.010290 - 0: The maximum resident set size (KB) = 963432 + 0: The total amount of wall time = 233.931262 + 0: The maximum resident set size (KB) = 965280 -Test 061 rap_restart PASS +Test 062 rap_restart PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/INTEL/rap_sfcdiff -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_3264/rap_sfcdiff -Checking test 062 rap_sfcdiff results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/INTEL/rap_sfcdiff +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_161099/rap_sfcdiff +Checking test 063 rap_sfcdiff results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -2733,15 +2751,15 @@ Checking test 062 rap_sfcdiff results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 464.684087 - 0: The maximum resident set size (KB) = 1054776 + 0: The total amount of wall time = 464.279003 + 0: The maximum resident set size (KB) = 1059500 -Test 062 rap_sfcdiff PASS +Test 063 rap_sfcdiff PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/INTEL/rap_sfcdiff -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_3264/rap_sfcdiff_decomp -Checking test 063 rap_sfcdiff_decomp results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/INTEL/rap_sfcdiff +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_161099/rap_sfcdiff_decomp +Checking test 064 rap_sfcdiff_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -2787,15 +2805,15 @@ Checking test 063 rap_sfcdiff_decomp results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 486.014311 - 0: The maximum resident set size (KB) = 1002412 + 0: The total amount of wall time = 485.834343 + 0: The maximum resident set size (KB) = 1001900 -Test 063 rap_sfcdiff_decomp PASS +Test 064 rap_sfcdiff_decomp PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/INTEL/rap_sfcdiff -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_3264/rap_sfcdiff_restart -Checking test 064 rap_sfcdiff_restart results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/INTEL/rap_sfcdiff +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_161099/rap_sfcdiff_restart +Checking test 065 rap_sfcdiff_restart results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK Comparing GFSFLX.GrbF12 .........OK @@ -2833,15 +2851,15 @@ Checking test 064 rap_sfcdiff_restart results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 344.241875 - 0: The maximum resident set size (KB) = 989724 + 0: The total amount of wall time = 342.302389 + 0: The maximum resident set size (KB) = 985984 -Test 064 rap_sfcdiff_restart PASS +Test 065 rap_sfcdiff_restart PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/INTEL/hrrr_control -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_3264/hrrr_control -Checking test 065 hrrr_control results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/INTEL/hrrr_control +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_161099/hrrr_control +Checking test 066 hrrr_control results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -2854,48 +2872,48 @@ Checking test 065 hrrr_control results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF09 .........OK Comparing GFSPRS.GrbF12 .........OK - Comparing RESTART/20210323.060000.coupler.res .........OK - Comparing RESTART/20210323.060000.fv_core.res.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile1.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile2.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile3.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile4.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile5.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile6.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile1.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile2.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile3.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile4.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - - 0: The total amount of wall time = 448.710638 - 0: The maximum resident set size (KB) = 1052796 - -Test 065 hrrr_control PASS - - -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/INTEL/hrrr_control -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_3264/hrrr_control_decomp -Checking test 066 hrrr_control_decomp results .... + Comparing RESTART/20210322.120000.coupler.res .........OK + Comparing RESTART/20210322.120000.fv_core.res.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile6.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK + + 0: The total amount of wall time = 434.019911 + 0: The maximum resident set size (KB) = 1054188 + +Test 066 hrrr_control PASS + + +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/INTEL/hrrr_control +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_161099/hrrr_control_decomp +Checking test 067 hrrr_control_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -2908,48 +2926,48 @@ Checking test 066 hrrr_control_decomp results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF09 .........OK Comparing GFSPRS.GrbF12 .........OK - Comparing RESTART/20210323.060000.coupler.res .........OK - Comparing RESTART/20210323.060000.fv_core.res.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile1.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile2.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile3.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile4.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile5.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile6.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile1.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile2.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile3.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile4.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - - 0: The total amount of wall time = 469.581422 - 0: The maximum resident set size (KB) = 997560 - -Test 066 hrrr_control_decomp PASS - - -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/INTEL/hrrr_control -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_3264/hrrr_control_2threads -Checking test 067 hrrr_control_2threads results .... + Comparing RESTART/20210322.120000.coupler.res .........OK + Comparing RESTART/20210322.120000.fv_core.res.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile6.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK + + 0: The total amount of wall time = 451.930000 + 0: The maximum resident set size (KB) = 989340 + +Test 067 hrrr_control_decomp PASS + + +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/INTEL/hrrr_control +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_161099/hrrr_control_2threads +Checking test 068 hrrr_control_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -2962,94 +2980,62 @@ Checking test 067 hrrr_control_2threads results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF09 .........OK Comparing GFSPRS.GrbF12 .........OK - Comparing RESTART/20210323.060000.coupler.res .........OK - Comparing RESTART/20210323.060000.fv_core.res.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile1.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile2.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile3.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile4.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile5.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile6.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile1.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile2.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile3.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile4.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - - 0: The total amount of wall time = 421.945929 - 0: The maximum resident set size (KB) = 1139932 - -Test 067 hrrr_control_2threads PASS - - -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/INTEL/hrrr_control -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_3264/hrrr_control_restart -Checking test 068 hrrr_control_restart results .... + Comparing RESTART/20210322.120000.coupler.res .........OK + Comparing RESTART/20210322.120000.fv_core.res.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile6.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK + + 0: The total amount of wall time = 398.775921 + 0: The maximum resident set size (KB) = 1076740 + +Test 068 hrrr_control_2threads PASS + + +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/INTEL/hrrr_control +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_161099/hrrr_control_restart +Checking test 069 hrrr_control_restart results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK Comparing GFSFLX.GrbF12 .........OK Comparing GFSPRS.GrbF12 .........OK - Comparing RESTART/20210323.060000.coupler.res .........OK - Comparing RESTART/20210323.060000.fv_core.res.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile1.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile2.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile3.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile4.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile5.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile6.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile1.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile2.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile3.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile4.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 332.211222 - 0: The maximum resident set size (KB) = 977128 + 0: The total amount of wall time = 321.185235 + 0: The maximum resident set size (KB) = 986704 -Test 068 hrrr_control_restart PASS +Test 069 hrrr_control_restart PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/INTEL/rrfs_v1beta -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_3264/rrfs_v1beta -Checking test 069 rrfs_v1beta results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/INTEL/rrfs_v1beta +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_161099/rrfs_v1beta +Checking test 070 rrfs_v1beta results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -3095,15 +3081,15 @@ Checking test 069 rrfs_v1beta results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 462.324968 - 0: The maximum resident set size (KB) = 1062536 + 0: The total amount of wall time = 458.762403 + 0: The maximum resident set size (KB) = 1058576 -Test 069 rrfs_v1beta PASS +Test 070 rrfs_v1beta PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/INTEL/rrfs_v1nssl -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_3264/rrfs_v1nssl -Checking test 070 rrfs_v1nssl results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/INTEL/rrfs_v1nssl +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_161099/rrfs_v1nssl +Checking test 071 rrfs_v1nssl results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -3117,15 +3103,15 @@ Checking test 070 rrfs_v1nssl results .... Comparing GFSPRS.GrbF09 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 540.468275 - 0: The maximum resident set size (KB) = 696916 + 0: The total amount of wall time = 538.549080 + 0: The maximum resident set size (KB) = 694344 -Test 070 rrfs_v1nssl PASS +Test 071 rrfs_v1nssl PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/INTEL/rrfs_v1nssl_nohailnoccn -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_3264/rrfs_v1nssl_nohailnoccn -Checking test 071 rrfs_v1nssl_nohailnoccn results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/INTEL/rrfs_v1nssl_nohailnoccn +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_161099/rrfs_v1nssl_nohailnoccn +Checking test 072 rrfs_v1nssl_nohailnoccn results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -3139,15 +3125,15 @@ Checking test 071 rrfs_v1nssl_nohailnoccn results .... Comparing GFSPRS.GrbF09 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 525.322207 - 0: The maximum resident set size (KB) = 756236 + 0: The total amount of wall time = 525.405828 + 0: The maximum resident set size (KB) = 757848 -Test 071 rrfs_v1nssl_nohailnoccn PASS +Test 072 rrfs_v1nssl_nohailnoccn PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/INTEL/rrfs_smoke_conus13km_hrrr_warm -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_3264/rrfs_smoke_conus13km_hrrr_warm -Checking test 072 rrfs_smoke_conus13km_hrrr_warm results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/INTEL/rrfs_smoke_conus13km_hrrr_warm +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_161099/rrfs_smoke_conus13km_hrrr_warm +Checking test 073 rrfs_smoke_conus13km_hrrr_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing sfcf002.nc .........OK @@ -3155,15 +3141,15 @@ Checking test 072 rrfs_smoke_conus13km_hrrr_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 151.842061 - 0: The maximum resident set size (KB) = 1030716 + 0: The total amount of wall time = 154.181235 + 0: The maximum resident set size (KB) = 1032924 -Test 072 rrfs_smoke_conus13km_hrrr_warm PASS +Test 073 rrfs_smoke_conus13km_hrrr_warm PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/INTEL/rrfs_smoke_conus13km_hrrr_warm -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_3264/rrfs_smoke_conus13km_hrrr_warm_2threads -Checking test 073 rrfs_smoke_conus13km_hrrr_warm_2threads results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/INTEL/rrfs_smoke_conus13km_hrrr_warm +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_161099/rrfs_smoke_conus13km_hrrr_warm_2threads +Checking test 074 rrfs_smoke_conus13km_hrrr_warm_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing sfcf002.nc .........OK @@ -3171,15 +3157,15 @@ Checking test 073 rrfs_smoke_conus13km_hrrr_warm_2threads results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 99.316415 - 0: The maximum resident set size (KB) = 942868 + 0: The total amount of wall time = 96.616298 + 0: The maximum resident set size (KB) = 934684 -Test 073 rrfs_smoke_conus13km_hrrr_warm_2threads PASS +Test 074 rrfs_smoke_conus13km_hrrr_warm_2threads PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/INTEL/rrfs_conus13km_hrrr_warm -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_3264/rrfs_conus13km_hrrr_warm -Checking test 074 rrfs_conus13km_hrrr_warm results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/INTEL/rrfs_conus13km_hrrr_warm +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_161099/rrfs_conus13km_hrrr_warm +Checking test 075 rrfs_conus13km_hrrr_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing sfcf002.nc .........OK @@ -3187,15 +3173,15 @@ Checking test 074 rrfs_conus13km_hrrr_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 136.832338 - 0: The maximum resident set size (KB) = 946760 + 0: The total amount of wall time = 133.369466 + 0: The maximum resident set size (KB) = 987688 -Test 074 rrfs_conus13km_hrrr_warm PASS +Test 075 rrfs_conus13km_hrrr_warm PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/INTEL/rrfs_smoke_conus13km_hrrr_warm_radar_tten -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_3264/rrfs_smoke_conus13km_radar_tten_warm -Checking test 075 rrfs_smoke_conus13km_radar_tten_warm results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/INTEL/rrfs_smoke_conus13km_hrrr_warm_radar_tten +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_161099/rrfs_smoke_conus13km_radar_tten_warm +Checking test 076 rrfs_smoke_conus13km_radar_tten_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing sfcf002.nc .........OK @@ -3203,27 +3189,27 @@ Checking test 075 rrfs_smoke_conus13km_radar_tten_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 153.037213 - 0: The maximum resident set size (KB) = 1042324 + 0: The total amount of wall time = 153.780096 + 0: The maximum resident set size (KB) = 1041196 -Test 075 rrfs_smoke_conus13km_radar_tten_warm PASS +Test 076 rrfs_smoke_conus13km_radar_tten_warm PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/INTEL/rrfs_conus13km_hrrr_warm_restart_mismatch -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_3264/rrfs_conus13km_hrrr_warm_restart_mismatch -Checking test 076 rrfs_conus13km_hrrr_warm_restart_mismatch results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/INTEL/rrfs_conus13km_hrrr_warm_restart_mismatch +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_161099/rrfs_conus13km_hrrr_warm_restart_mismatch +Checking test 077 rrfs_conus13km_hrrr_warm_restart_mismatch results .... Comparing sfcf002.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 73.047279 - 0: The maximum resident set size (KB) = 935436 + 0: The total amount of wall time = 71.682102 + 0: The maximum resident set size (KB) = 976812 -Test 076 rrfs_conus13km_hrrr_warm_restart_mismatch PASS +Test 077 rrfs_conus13km_hrrr_warm_restart_mismatch PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/INTEL/control_csawmg -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_3264/control_csawmg -Checking test 077 control_csawmg results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/INTEL/control_csawmg +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_161099/control_csawmg +Checking test 078 control_csawmg results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -3233,15 +3219,15 @@ Checking test 077 control_csawmg results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 350.447274 - 0: The maximum resident set size (KB) = 725192 + 0: The total amount of wall time = 347.220694 + 0: The maximum resident set size (KB) = 724400 -Test 077 control_csawmg PASS +Test 078 control_csawmg PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/INTEL/control_csawmgt -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_3264/control_csawmgt -Checking test 078 control_csawmgt results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/INTEL/control_csawmgt +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_161099/control_csawmgt +Checking test 079 control_csawmgt results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -3251,15 +3237,15 @@ Checking test 078 control_csawmgt results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 344.550615 - 0: The maximum resident set size (KB) = 719276 + 0: The total amount of wall time = 344.480876 + 0: The maximum resident set size (KB) = 723568 -Test 078 control_csawmgt PASS +Test 079 control_csawmgt PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/INTEL/control_ras -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_3264/control_ras -Checking test 079 control_ras results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/INTEL/control_ras +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_161099/control_ras +Checking test 080 control_ras results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -3269,27 +3255,27 @@ Checking test 079 control_ras results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 181.563143 - 0: The maximum resident set size (KB) = 723980 + 0: The total amount of wall time = 182.133159 + 0: The maximum resident set size (KB) = 719160 -Test 079 control_ras PASS +Test 080 control_ras PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/INTEL/control_wam -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_3264/control_wam -Checking test 080 control_wam results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/INTEL/control_wam +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_161099/control_wam +Checking test 081 control_wam results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK - 0: The total amount of wall time = 112.369330 - 0: The maximum resident set size (KB) = 640416 + 0: The total amount of wall time = 115.362214 + 0: The maximum resident set size (KB) = 640040 -Test 080 control_wam PASS +Test 081 control_wam PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/INTEL/control_p8_faster -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_3264/control_p8_faster -Checking test 081 control_p8_faster results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/INTEL/control_p8_faster +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_161099/control_p8_faster +Checking test 082 control_p8_faster results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -3335,15 +3321,15 @@ Checking test 081 control_p8_faster results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 159.219679 - 0: The maximum resident set size (KB) = 1597144 + 0: The total amount of wall time = 157.095842 + 0: The maximum resident set size (KB) = 1602808 -Test 081 control_p8_faster PASS +Test 082 control_p8_faster PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/INTEL/regional_control_faster -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_3264/regional_control_faster -Checking test 082 regional_control_faster results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/INTEL/regional_control_faster +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_161099/regional_control_faster +Checking test 083 regional_control_faster results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK Comparing phyf000.nc .........OK @@ -3353,57 +3339,57 @@ Checking test 082 regional_control_faster results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 276.231661 - 0: The maximum resident set size (KB) = 868300 + 0: The total amount of wall time = 280.290283 + 0: The maximum resident set size (KB) = 865468 -Test 082 regional_control_faster PASS +Test 083 regional_control_faster PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/INTEL/rrfs_smoke_conus13km_hrrr_warm_debug -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_3264/rrfs_smoke_conus13km_hrrr_warm_debug -Checking test 083 rrfs_smoke_conus13km_hrrr_warm_debug results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/INTEL/rrfs_smoke_conus13km_hrrr_warm_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_161099/rrfs_smoke_conus13km_hrrr_warm_debug +Checking test 084 rrfs_smoke_conus13km_hrrr_warm_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 = 845.521170 - 0: The maximum resident set size (KB) = 1007828 + 0: The total amount of wall time = 841.995804 + 0: The maximum resident set size (KB) = 1053372 -Test 083 rrfs_smoke_conus13km_hrrr_warm_debug PASS +Test 084 rrfs_smoke_conus13km_hrrr_warm_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/INTEL/rrfs_smoke_conus13km_hrrr_warm_debug -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_3264/rrfs_smoke_conus13km_hrrr_warm_debug_2threads -Checking test 084 rrfs_smoke_conus13km_hrrr_warm_debug_2threads results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/INTEL/rrfs_smoke_conus13km_hrrr_warm_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_161099/rrfs_smoke_conus13km_hrrr_warm_debug_2threads +Checking test 085 rrfs_smoke_conus13km_hrrr_warm_debug_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 473.260206 - 0: The maximum resident set size (KB) = 927220 + 0: The total amount of wall time = 472.190638 + 0: The maximum resident set size (KB) = 966804 -Test 084 rrfs_smoke_conus13km_hrrr_warm_debug_2threads PASS +Test 085 rrfs_smoke_conus13km_hrrr_warm_debug_2threads PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/INTEL/rrfs_conus13km_hrrr_warm_debugs -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_3264/rrfs_conus13km_hrrr_warm_debug -Checking test 085 rrfs_conus13km_hrrr_warm_debug results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/INTEL/rrfs_conus13km_hrrr_warm_debugs +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_161099/rrfs_conus13km_hrrr_warm_debug +Checking test 086 rrfs_conus13km_hrrr_warm_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 = 729.580350 - 0: The maximum resident set size (KB) = 965040 + 0: The total amount of wall time = 752.059577 + 0: The maximum resident set size (KB) = 1009900 -Test 085 rrfs_conus13km_hrrr_warm_debug PASS +Test 086 rrfs_conus13km_hrrr_warm_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/INTEL/control_CubedSphereGrid_debug -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_3264/control_CubedSphereGrid_debug -Checking test 086 control_CubedSphereGrid_debug results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/INTEL/control_CubedSphereGrid_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_161099/control_CubedSphereGrid_debug +Checking test 087 control_CubedSphereGrid_debug results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK Comparing sfcf000.tile3.nc .........OK @@ -3429,335 +3415,349 @@ Checking test 086 control_CubedSphereGrid_debug results .... Comparing atmf001.tile5.nc .........OK Comparing atmf001.tile6.nc .........OK - 0: The total amount of wall time = 144.084839 - 0: The maximum resident set size (KB) = 791116 + 0: The total amount of wall time = 145.453870 + 0: The maximum resident set size (KB) = 786032 -Test 086 control_CubedSphereGrid_debug PASS +Test 087 control_CubedSphereGrid_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/INTEL/control_wrtGauss_netcdf_parallel_debug -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_3264/control_wrtGauss_netcdf_parallel_debug -Checking test 087 control_wrtGauss_netcdf_parallel_debug results .... - Comparing sfcf000.nc ............ALT CHECK......OK +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/INTEL/control_wrtGauss_netcdf_parallel_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_161099/control_wrtGauss_netcdf_parallel_debug +Checking test 088 control_wrtGauss_netcdf_parallel_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 = 145.344748 - 0: The maximum resident set size (KB) = 786940 + 0: The total amount of wall time = 145.828914 + 0: The maximum resident set size (KB) = 793312 -Test 087 control_wrtGauss_netcdf_parallel_debug PASS +Test 088 control_wrtGauss_netcdf_parallel_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/INTEL/control_stochy_debug -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_3264/control_stochy_debug -Checking test 088 control_stochy_debug results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/INTEL/control_stochy_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_161099/control_stochy_debug +Checking test 089 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.883024 - 0: The maximum resident set size (KB) = 799692 + 0: The total amount of wall time = 166.374905 + 0: The maximum resident set size (KB) = 798708 -Test 088 control_stochy_debug PASS +Test 089 control_stochy_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/INTEL/control_lndp_debug -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_3264/control_lndp_debug -Checking test 089 control_lndp_debug results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/INTEL/control_lndp_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_161099/control_lndp_debug +Checking test 090 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 = 147.105979 - 0: The maximum resident set size (KB) = 794552 + 0: The total amount of wall time = 150.204658 + 0: The maximum resident set size (KB) = 788904 -Test 089 control_lndp_debug PASS +Test 090 control_lndp_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/INTEL/control_csawmg_debug -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_3264/control_csawmg_debug -Checking test 090 control_csawmg_debug results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/INTEL/control_csawmg_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_161099/control_csawmg_debug +Checking test 091 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 = 227.449229 - 0: The maximum resident set size (KB) = 843604 + 0: The total amount of wall time = 229.156381 + 0: The maximum resident set size (KB) = 840160 -Test 090 control_csawmg_debug PASS +Test 091 control_csawmg_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/INTEL/control_csawmgt_debug -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_3264/control_csawmgt_debug -Checking test 091 control_csawmgt_debug results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/INTEL/control_csawmgt_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_161099/control_csawmgt_debug +Checking test 092 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 = 227.235742 - 0: The maximum resident set size (KB) = 840076 + 0: The total amount of wall time = 221.594362 + 0: The maximum resident set size (KB) = 836700 -Test 091 control_csawmgt_debug PASS +Test 092 control_csawmgt_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/INTEL/control_ras_debug -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_3264/control_ras_debug -Checking test 092 control_ras_debug results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/INTEL/control_ras_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_161099/control_ras_debug +Checking test 093 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 = 149.868635 - 0: The maximum resident set size (KB) = 803020 + 0: The total amount of wall time = 150.807675 + 0: The maximum resident set size (KB) = 803712 -Test 092 control_ras_debug PASS +Test 093 control_ras_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/INTEL/control_diag_debug -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_3264/control_diag_debug -Checking test 093 control_diag_debug results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/INTEL/control_diag_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_161099/control_diag_debug +Checking test 094 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 = 151.960007 - 0: The maximum resident set size (KB) = 850660 + 0: The total amount of wall time = 157.023707 + 0: The maximum resident set size (KB) = 841740 -Test 093 control_diag_debug PASS +Test 094 control_diag_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/INTEL/control_debug_p8 -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_3264/control_debug_p8 -Checking test 094 control_debug_p8 results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/INTEL/control_debug_p8 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_161099/control_debug_p8 +Checking test 095 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 = 166.719999 - 0: The maximum resident set size (KB) = 1612668 + 0: The total amount of wall time = 169.958976 + 0: The maximum resident set size (KB) = 1627876 -Test 094 control_debug_p8 PASS +Test 095 control_debug_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/INTEL/regional_debug -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_3264/regional_debug -Checking test 095 regional_debug results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/INTEL/regional_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_161099/regional_debug +Checking test 096 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 = 972.721894 - 0: The maximum resident set size (KB) = 880180 + 0: The total amount of wall time = 1003.511461 + 0: The maximum resident set size (KB) = 880460 -Test 095 regional_debug PASS +Test 096 regional_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/INTEL/rap_control_debug -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_3264/rap_control_debug -Checking test 096 rap_control_debug results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/INTEL/rap_control_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_161099/rap_control_debug +Checking test 097 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 = 271.847053 - 0: The maximum resident set size (KB) = 1170184 + 0: The total amount of wall time = 271.908886 + 0: The maximum resident set size (KB) = 1168140 -Test 096 rap_control_debug PASS +Test 097 rap_control_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/INTEL/hrrr_control_debug -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_3264/hrrr_control_debug -Checking test 097 hrrr_control_debug results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/INTEL/hrrr_control_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_161099/hrrr_control_debug +Checking test 098 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 = 264.952427 - 0: The maximum resident set size (KB) = 1168604 + 0: The total amount of wall time = 279.644410 + 0: The maximum resident set size (KB) = 1167436 -Test 097 hrrr_control_debug PASS +Test 098 hrrr_control_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/INTEL/rap_control_debug -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_3264/rap_unified_drag_suite_debug -Checking test 098 rap_unified_drag_suite_debug results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/INTEL/rap_control_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_161099/rap_unified_drag_suite_debug +Checking test 099 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 = 267.583059 - 0: The maximum resident set size (KB) = 1166864 + 0: The total amount of wall time = 275.010295 + 0: The maximum resident set size (KB) = 1169776 -Test 098 rap_unified_drag_suite_debug PASS +Test 099 rap_unified_drag_suite_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/INTEL/rap_diag_debug -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_3264/rap_diag_debug -Checking test 099 rap_diag_debug results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/INTEL/rap_diag_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_161099/rap_diag_debug +Checking test 100 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 = 281.461793 - 0: The maximum resident set size (KB) = 1243840 + 0: The total amount of wall time = 282.961850 + 0: The maximum resident set size (KB) = 1252404 -Test 099 rap_diag_debug PASS +Test 100 rap_diag_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/INTEL/rap_cires_ugwp_debug -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_3264/rap_cires_ugwp_debug -Checking test 100 rap_cires_ugwp_debug results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/INTEL/rap_cires_ugwp_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_161099/rap_cires_ugwp_debug +Checking test 101 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 = 279.133528 - 0: The maximum resident set size (KB) = 1161196 + 0: The total amount of wall time = 284.083456 + 0: The maximum resident set size (KB) = 1167856 -Test 100 rap_cires_ugwp_debug PASS +Test 101 rap_cires_ugwp_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/INTEL/rap_cires_ugwp_debug -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_3264/rap_unified_ugwp_debug -Checking test 101 rap_unified_ugwp_debug results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/INTEL/rap_cires_ugwp_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_161099/rap_unified_ugwp_debug +Checking test 102 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 = 271.042762 - 0: The maximum resident set size (KB) = 1175772 + 0: The total amount of wall time = 276.032685 + 0: The maximum resident set size (KB) = 1169244 -Test 101 rap_unified_ugwp_debug PASS +Test 102 rap_unified_ugwp_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/INTEL/rap_lndp_debug -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_3264/rap_lndp_debug -Checking test 102 rap_lndp_debug results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/INTEL/rap_lndp_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_161099/rap_lndp_debug +Checking test 103 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.195757 - 0: The maximum resident set size (KB) = 1166120 + 0: The total amount of wall time = 276.285024 + 0: The maximum resident set size (KB) = 1172292 -Test 102 rap_lndp_debug PASS +Test 103 rap_lndp_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/INTEL/rap_flake_debug -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_3264/rap_flake_debug -Checking test 103 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 = 271.961257 - 0: The maximum resident set size (KB) = 1173568 - -Test 103 rap_flake_debug PASS - - -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/INTEL/rap_progcld_thompson_debug -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_3264/rap_progcld_thompson_debug +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/INTEL/rap_progcld_thompson_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_161099/rap_progcld_thompson_debug Checking test 104 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 = 265.426317 - 0: The maximum resident set size (KB) = 1172016 + 0: The total amount of wall time = 275.529436 + 0: The maximum resident set size (KB) = 1170488 Test 104 rap_progcld_thompson_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/INTEL/rap_noah_debug -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_3264/rap_noah_debug +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/INTEL/rap_noah_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_161099/rap_noah_debug Checking test 105 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 = 267.152305 - 0: The maximum resident set size (KB) = 1168076 + 0: The total amount of wall time = 268.161395 + 0: The maximum resident set size (KB) = 1169356 Test 105 rap_noah_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/INTEL/rap_sfcdiff_debug -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_3264/rap_sfcdiff_debug +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/INTEL/rap_sfcdiff_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_161099/rap_sfcdiff_debug Checking test 106 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 = 265.098137 - 0: The maximum resident set size (KB) = 1169028 + 0: The total amount of wall time = 278.218311 + 0: The maximum resident set size (KB) = 1170872 Test 106 rap_sfcdiff_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/INTEL/rap_noah_sfcdiff_cires_ugwp_debug -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_3264/rap_noah_sfcdiff_cires_ugwp_debug +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/INTEL/rap_noah_sfcdiff_cires_ugwp_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_161099/rap_noah_sfcdiff_cires_ugwp_debug Checking test 107 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 = 445.186206 - 0: The maximum resident set size (KB) = 1168168 + 0: The total amount of wall time = 448.040605 + 0: The maximum resident set size (KB) = 1160200 Test 107 rap_noah_sfcdiff_cires_ugwp_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/INTEL/rrfs_v1beta_debug -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_3264/rrfs_v1beta_debug +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/INTEL/rrfs_v1beta_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_161099/rrfs_v1beta_debug Checking test 108 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 = 275.675929 - 0: The maximum resident set size (KB) = 1158452 + 0: The total amount of wall time = 270.863725 + 0: The maximum resident set size (KB) = 1167596 Test 108 rrfs_v1beta_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/INTEL/control_wam_debug -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_3264/control_wam_debug -Checking test 109 control_wam_debug results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/INTEL/rap_clm_lake_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_161099/rap_clm_lake_debug +Checking test 109 rap_clm_lake_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 = 333.086690 + 0: The maximum resident set size (KB) = 1174324 + +Test 109 rap_clm_lake_debug PASS + + +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/INTEL/rap_flake_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_161099/rap_flake_debug +Checking test 110 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 = 281.463402 + 0: The maximum resident set size (KB) = 1169368 + +Test 110 rap_flake_debug PASS + + +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/INTEL/control_wam_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_161099/control_wam_debug +Checking test 111 control_wam_debug results .... Comparing sfcf019.nc .........OK Comparing atmf019.nc .........OK - 0: The total amount of wall time = 272.827124 - 0: The maximum resident set size (KB) = 534972 + 0: The total amount of wall time = 283.088032 + 0: The maximum resident set size (KB) = 514108 -Test 109 control_wam_debug PASS +Test 111 control_wam_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/INTEL/regional_spp_sppt_shum_skeb_dyn32_phy32 -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_3264/regional_spp_sppt_shum_skeb_dyn32_phy32 -Checking test 110 regional_spp_sppt_shum_skeb_dyn32_phy32 results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/INTEL/regional_spp_sppt_shum_skeb_dyn32_phy32 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_161099/regional_spp_sppt_shum_skeb_dyn32_phy32 +Checking test 112 regional_spp_sppt_shum_skeb_dyn32_phy32 results .... Comparing dynf000.nc .........OK Comparing dynf001.nc .........OK Comparing phyf000.nc .........OK @@ -3767,15 +3767,15 @@ Checking test 110 regional_spp_sppt_shum_skeb_dyn32_phy32 results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF01 .........OK - 0: The total amount of wall time = 223.473777 - 0: The maximum resident set size (KB) = 1075636 + 0: The total amount of wall time = 228.071574 + 0: The maximum resident set size (KB) = 1079772 -Test 110 regional_spp_sppt_shum_skeb_dyn32_phy32 PASS +Test 112 regional_spp_sppt_shum_skeb_dyn32_phy32 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/INTEL/rap_control_dyn32_phy32 -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_3264/rap_control_dyn32_phy32 -Checking test 111 rap_control_dyn32_phy32 results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/INTEL/rap_control_dyn32_phy32 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_161099/rap_control_dyn32_phy32 +Checking test 113 rap_control_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -3821,15 +3821,15 @@ Checking test 111 rap_control_dyn32_phy32 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 384.036256 - 0: The maximum resident set size (KB) = 997316 + 0: The total amount of wall time = 385.167006 + 0: The maximum resident set size (KB) = 997936 -Test 111 rap_control_dyn32_phy32 PASS +Test 113 rap_control_dyn32_phy32 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/INTEL/hrrr_control_dyn32_phy32 -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_3264/hrrr_control_dyn32_phy32 -Checking test 112 hrrr_control_dyn32_phy32 results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/INTEL/hrrr_control_dyn32_phy32 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_161099/hrrr_control_dyn32_phy32 +Checking test 114 hrrr_control_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -3842,48 +3842,48 @@ Checking test 112 hrrr_control_dyn32_phy32 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF09 .........OK Comparing GFSPRS.GrbF12 .........OK - Comparing RESTART/20210322.180000.coupler.res .........OK - Comparing RESTART/20210322.180000.fv_core.res.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile1.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile2.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile3.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile4.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile5.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile6.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile1.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile2.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile3.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile4.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile5.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile6.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile1.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile2.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile3.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile4.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile5.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile6.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile1.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile2.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile3.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile4.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile5.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile6.nc .........OK - - 0: The total amount of wall time = 198.942338 - 0: The maximum resident set size (KB) = 959744 - -Test 112 hrrr_control_dyn32_phy32 PASS - - -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/INTEL/rap_control_dyn32_phy32 -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_3264/rap_2threads_dyn32_phy32 -Checking test 113 rap_2threads_dyn32_phy32 results .... + Comparing RESTART/20210322.120000.coupler.res .........OK + Comparing RESTART/20210322.120000.fv_core.res.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile6.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK + + 0: The total amount of wall time = 191.924789 + 0: The maximum resident set size (KB) = 956240 + +Test 114 hrrr_control_dyn32_phy32 PASS + + +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/INTEL/rap_control_dyn32_phy32 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_161099/rap_2threads_dyn32_phy32 +Checking test 115 rap_2threads_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -3929,15 +3929,15 @@ Checking test 113 rap_2threads_dyn32_phy32 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 368.681951 - 0: The maximum resident set size (KB) = 1020948 + 0: The total amount of wall time = 365.723951 + 0: The maximum resident set size (KB) = 1022072 -Test 113 rap_2threads_dyn32_phy32 PASS +Test 115 rap_2threads_dyn32_phy32 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/INTEL/hrrr_control_dyn32_phy32 -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_3264/hrrr_control_2threads_dyn32_phy32 -Checking test 114 hrrr_control_2threads_dyn32_phy32 results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/INTEL/hrrr_control_dyn32_phy32 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_161099/hrrr_control_2threads_dyn32_phy32 +Checking test 116 hrrr_control_2threads_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -3950,48 +3950,48 @@ Checking test 114 hrrr_control_2threads_dyn32_phy32 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF09 .........OK Comparing GFSPRS.GrbF12 .........OK - Comparing RESTART/20210322.180000.coupler.res .........OK - Comparing RESTART/20210322.180000.fv_core.res.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile1.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile2.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile3.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile4.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile5.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile6.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile1.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile2.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile3.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile4.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile5.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile6.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile1.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile2.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile3.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile4.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile5.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile6.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile1.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile2.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile3.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile4.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile5.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile6.nc .........OK - - 0: The total amount of wall time = 190.081749 - 0: The maximum resident set size (KB) = 1002736 - -Test 114 hrrr_control_2threads_dyn32_phy32 PASS - - -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/INTEL/hrrr_control_dyn32_phy32 -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_3264/hrrr_control_decomp_dyn32_phy32 -Checking test 115 hrrr_control_decomp_dyn32_phy32 results .... + Comparing RESTART/20210322.120000.coupler.res .........OK + Comparing RESTART/20210322.120000.fv_core.res.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile6.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK + + 0: The total amount of wall time = 183.606009 + 0: The maximum resident set size (KB) = 931672 + +Test 116 hrrr_control_2threads_dyn32_phy32 PASS + + +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/INTEL/hrrr_control_dyn32_phy32 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_161099/hrrr_control_decomp_dyn32_phy32 +Checking test 117 hrrr_control_decomp_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -4004,48 +4004,48 @@ Checking test 115 hrrr_control_decomp_dyn32_phy32 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF09 .........OK Comparing GFSPRS.GrbF12 .........OK - Comparing RESTART/20210322.180000.coupler.res .........OK - Comparing RESTART/20210322.180000.fv_core.res.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile1.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile2.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile3.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile4.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile5.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile6.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile1.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile2.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile3.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile4.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile5.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile6.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile1.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile2.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile3.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile4.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile5.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile6.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile1.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile2.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile3.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile4.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile5.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile6.nc .........OK - - 0: The total amount of wall time = 210.316114 - 0: The maximum resident set size (KB) = 898408 - -Test 115 hrrr_control_decomp_dyn32_phy32 PASS - - -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/INTEL/rap_control_dyn32_phy32 -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_3264/rap_restart_dyn32_phy32 -Checking test 116 rap_restart_dyn32_phy32 results .... + Comparing RESTART/20210322.120000.coupler.res .........OK + Comparing RESTART/20210322.120000.fv_core.res.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile6.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK + + 0: The total amount of wall time = 202.806616 + 0: The maximum resident set size (KB) = 904536 + +Test 117 hrrr_control_decomp_dyn32_phy32 PASS + + +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/INTEL/rap_control_dyn32_phy32 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_161099/rap_restart_dyn32_phy32 +Checking test 118 rap_restart_dyn32_phy32 results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK Comparing GFSFLX.GrbF12 .........OK @@ -4083,61 +4083,29 @@ Checking test 116 rap_restart_dyn32_phy32 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 284.911401 - 0: The maximum resident set size (KB) = 952032 + 0: The total amount of wall time = 287.144255 + 0: The maximum resident set size (KB) = 955252 -Test 116 rap_restart_dyn32_phy32 PASS +Test 118 rap_restart_dyn32_phy32 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/INTEL/hrrr_control_dyn32_phy32 -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_3264/hrrr_control_restart_dyn32_phy32 -Checking test 117 hrrr_control_restart_dyn32_phy32 results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/INTEL/hrrr_control_dyn32_phy32 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_161099/hrrr_control_restart_dyn32_phy32 +Checking test 119 hrrr_control_restart_dyn32_phy32 results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK Comparing GFSFLX.GrbF12 .........OK Comparing GFSPRS.GrbF12 .........OK - Comparing RESTART/20210322.180000.coupler.res .........OK - Comparing RESTART/20210322.180000.fv_core.res.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile1.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile2.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile3.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile4.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile5.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile6.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile1.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile2.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile3.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile4.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile5.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile6.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile1.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile2.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile3.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile4.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile5.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile6.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile1.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile2.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile3.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile4.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile5.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 104.808353 - 0: The maximum resident set size (KB) = 862572 + 0: The total amount of wall time = 102.309982 + 0: The maximum resident set size (KB) = 864152 -Test 117 hrrr_control_restart_dyn32_phy32 PASS +Test 119 hrrr_control_restart_dyn32_phy32 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/INTEL/rap_control_dyn64_phy32 -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_3264/rap_control_dyn64_phy32 -Checking test 118 rap_control_dyn64_phy32 results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/INTEL/rap_control_dyn64_phy32 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_161099/rap_control_dyn64_phy32 +Checking test 120 rap_control_dyn64_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -4183,82 +4151,82 @@ Checking test 118 rap_control_dyn64_phy32 results .... Comparing RESTART/20210322.180000.sfc_data.tile5.nc .........OK Comparing RESTART/20210322.180000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 246.010903 - 0: The maximum resident set size (KB) = 966028 + 0: The total amount of wall time = 246.878603 + 0: The maximum resident set size (KB) = 969320 -Test 118 rap_control_dyn64_phy32 PASS +Test 120 rap_control_dyn64_phy32 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/INTEL/rap_control_debug_dyn32_phy32 -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_3264/rap_control_debug_dyn32_phy32 -Checking test 119 rap_control_debug_dyn32_phy32 results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/INTEL/rap_control_debug_dyn32_phy32 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_161099/rap_control_debug_dyn32_phy32 +Checking test 121 rap_control_debug_dyn32_phy32 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.652796 - 0: The maximum resident set size (KB) = 1061656 + 0: The total amount of wall time = 265.700026 + 0: The maximum resident set size (KB) = 1058016 -Test 119 rap_control_debug_dyn32_phy32 PASS +Test 121 rap_control_debug_dyn32_phy32 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/INTEL/hrrr_control_debug_dyn32_phy32 -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_3264/hrrr_control_debug_dyn32_phy32 -Checking test 120 hrrr_control_debug_dyn32_phy32 results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/INTEL/hrrr_control_debug_dyn32_phy32 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_161099/hrrr_control_debug_dyn32_phy32 +Checking test 122 hrrr_control_debug_dyn32_phy32 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.168364 - 0: The maximum resident set size (KB) = 1049452 + 0: The total amount of wall time = 266.696530 + 0: The maximum resident set size (KB) = 1045640 -Test 120 hrrr_control_debug_dyn32_phy32 PASS +Test 122 hrrr_control_debug_dyn32_phy32 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/INTEL/rap_control_debug_dyn64_phy32 -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_3264/rap_control_dyn64_phy32_debug -Checking test 121 rap_control_dyn64_phy32_debug results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/INTEL/rap_control_debug_dyn64_phy32 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_161099/rap_control_dyn64_phy32_debug +Checking test 123 rap_control_dyn64_phy32_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 = 275.697611 - 0: The maximum resident set size (KB) = 1093748 + 0: The total amount of wall time = 278.713917 + 0: The maximum resident set size (KB) = 1092396 -Test 121 rap_control_dyn64_phy32_debug PASS +Test 123 rap_control_dyn64_phy32_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/INTEL/hafs_regional_atm -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_3264/hafs_regional_atm -Checking test 122 hafs_regional_atm results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/INTEL/hafs_regional_atm +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_161099/hafs_regional_atm +Checking test 124 hafs_regional_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing HURPRS.GrbF06 .........OK - 0: The total amount of wall time = 244.311614 - 0: The maximum resident set size (KB) = 1045520 + 0: The total amount of wall time = 240.529625 + 0: The maximum resident set size (KB) = 1026640 -Test 122 hafs_regional_atm PASS +Test 124 hafs_regional_atm PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/INTEL/hafs_regional_atm_thompson_gfdlsf -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_3264/hafs_regional_atm_thompson_gfdlsf -Checking test 123 hafs_regional_atm_thompson_gfdlsf results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/INTEL/hafs_regional_atm_thompson_gfdlsf +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_161099/hafs_regional_atm_thompson_gfdlsf +Checking test 125 hafs_regional_atm_thompson_gfdlsf results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK - 0: The total amount of wall time = 367.804284 - 0: The maximum resident set size (KB) = 1421784 + 0: The total amount of wall time = 336.296962 + 0: The maximum resident set size (KB) = 1404592 -Test 123 hafs_regional_atm_thompson_gfdlsf PASS +Test 125 hafs_regional_atm_thompson_gfdlsf PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/INTEL/hafs_regional_atm_ocn -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_3264/hafs_regional_atm_ocn -Checking test 124 hafs_regional_atm_ocn results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/INTEL/hafs_regional_atm_ocn +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_161099/hafs_regional_atm_ocn +Checking test 126 hafs_regional_atm_ocn results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing archv.2019_241_06.a .........OK @@ -4266,63 +4234,63 @@ Checking test 124 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 = 386.845780 - 0: The maximum resident set size (KB) = 1216688 + 0: The total amount of wall time = 391.001878 + 0: The maximum resident set size (KB) = 1210868 -Test 124 hafs_regional_atm_ocn PASS +Test 126 hafs_regional_atm_ocn PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/INTEL/hafs_regional_atm_wav -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_3264/hafs_regional_atm_wav -Checking test 125 hafs_regional_atm_wav results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/INTEL/hafs_regional_atm_wav +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_161099/hafs_regional_atm_wav +Checking test 127 hafs_regional_atm_wav results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK - Comparing 20190829.060000.out_grd.ww3 ............MISSING baseline - Comparing 20190829.060000.out_pnt.ww3 ............MISSING baseline + Comparing 20190829.060000.out_grd.ww3 .........OK + Comparing 20190829.060000.out_pnt.ww3 .........OK Comparing ufs.hafs.ww3.r.2019-08-29-21600 .........OK Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK - 0: The total amount of wall time = 749.179086 - 0: The maximum resident set size (KB) = 1259244 + 0: The total amount of wall time = 755.894121 + 0: The maximum resident set size (KB) = 1248924 -Test 125 hafs_regional_atm_wav FAIL Tries: 2 +Test 127 hafs_regional_atm_wav PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/INTEL/hafs_regional_atm_ocn_wav -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_3264/hafs_regional_atm_ocn_wav -Checking test 126 hafs_regional_atm_ocn_wav results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/INTEL/hafs_regional_atm_ocn_wav +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_161099/hafs_regional_atm_ocn_wav +Checking test 128 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 20200825.180000.out_grd.ww3 ............MISSING file - Comparing 20200825.180000.out_pnt.ww3 ............MISSING file + Comparing 20190829.060000.out_grd.ww3 .........OK + Comparing 20190829.060000.out_pnt.ww3 .........OK Comparing ufs.hafs.ww3.r.2019-08-29-21600 .........OK Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK - 0: The total amount of wall time = 849.252606 - 0: The maximum resident set size (KB) = 1260364 + 0: The total amount of wall time = 850.210253 + 0: The maximum resident set size (KB) = 1272404 -Test 126 hafs_regional_atm_ocn_wav FAIL Tries: 2 +Test 128 hafs_regional_atm_ocn_wav PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/INTEL/hafs_regional_1nest_atm -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_3264/hafs_regional_1nest_atm -Checking test 127 hafs_regional_1nest_atm results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/INTEL/hafs_regional_1nest_atm +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_161099/hafs_regional_1nest_atm +Checking test 129 hafs_regional_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 = 321.596384 - 0: The maximum resident set size (KB) = 508592 + 0: The total amount of wall time = 317.032160 + 0: The maximum resident set size (KB) = 502104 -Test 127 hafs_regional_1nest_atm PASS +Test 129 hafs_regional_1nest_atm PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/INTEL/hafs_regional_telescopic_2nests_atm -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_3264/hafs_regional_telescopic_2nests_atm -Checking test 128 hafs_regional_telescopic_2nests_atm results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/INTEL/hafs_regional_telescopic_2nests_atm +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_161099/hafs_regional_telescopic_2nests_atm +Checking test 130 hafs_regional_telescopic_2nests_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK @@ -4330,29 +4298,29 @@ Checking test 128 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 = 369.683236 - 0: The maximum resident set size (KB) = 514548 + 0: The total amount of wall time = 363.461576 + 0: The maximum resident set size (KB) = 513484 -Test 128 hafs_regional_telescopic_2nests_atm PASS +Test 130 hafs_regional_telescopic_2nests_atm PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/INTEL/hafs_global_1nest_atm -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_3264/hafs_global_1nest_atm -Checking test 129 hafs_global_1nest_atm results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/INTEL/hafs_global_1nest_atm +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_161099/hafs_global_1nest_atm +Checking test 131 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 = 147.084732 - 0: The maximum resident set size (KB) = 352428 + 0: The total amount of wall time = 147.334690 + 0: The maximum resident set size (KB) = 349528 -Test 129 hafs_global_1nest_atm PASS +Test 131 hafs_global_1nest_atm PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/INTEL/hafs_global_multiple_4nests_atm -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_3264/hafs_global_multiple_4nests_atm -Checking test 130 hafs_global_multiple_4nests_atm results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/INTEL/hafs_global_multiple_4nests_atm +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_161099/hafs_global_multiple_4nests_atm +Checking test 132 hafs_global_multiple_4nests_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK @@ -4369,15 +4337,15 @@ Checking test 130 hafs_global_multiple_4nests_atm results .... Comparing HURPRS.GrbF06.nest04 .........OK Comparing HURPRS.GrbF06.nest05 .........OK - 0: The total amount of wall time = 418.391922 - 0: The maximum resident set size (KB) = 432220 + 0: The total amount of wall time = 416.583839 + 0: The maximum resident set size (KB) = 418916 -Test 130 hafs_global_multiple_4nests_atm PASS +Test 132 hafs_global_multiple_4nests_atm PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/INTEL/hafs_regional_specified_moving_1nest_atm -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_3264/hafs_regional_specified_moving_1nest_atm -Checking test 131 hafs_regional_specified_moving_1nest_atm results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/INTEL/hafs_regional_specified_moving_1nest_atm +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_161099/hafs_regional_specified_moving_1nest_atm +Checking test 133 hafs_regional_specified_moving_1nest_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK @@ -4385,29 +4353,29 @@ Checking test 131 hafs_regional_specified_moving_1nest_atm results .... Comparing HURPRS.GrbF06 .........OK Comparing HURPRS.GrbF06.nest02 .........OK - 0: The total amount of wall time = 205.556676 - 0: The maximum resident set size (KB) = 524988 + 0: The total amount of wall time = 203.148925 + 0: The maximum resident set size (KB) = 519364 -Test 131 hafs_regional_specified_moving_1nest_atm PASS +Test 133 hafs_regional_specified_moving_1nest_atm PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/INTEL/hafs_regional_storm_following_1nest_atm -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_3264/hafs_regional_storm_following_1nest_atm -Checking test 132 hafs_regional_storm_following_1nest_atm results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/INTEL/hafs_regional_storm_following_1nest_atm +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_161099/hafs_regional_storm_following_1nest_atm +Checking test 134 hafs_regional_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 = 194.450855 - 0: The maximum resident set size (KB) = 519056 + 0: The total amount of wall time = 192.804378 + 0: The maximum resident set size (KB) = 517148 -Test 132 hafs_regional_storm_following_1nest_atm PASS +Test 134 hafs_regional_storm_following_1nest_atm PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/INTEL/hafs_regional_storm_following_1nest_atm_ocn -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_3264/hafs_regional_storm_following_1nest_atm_ocn -Checking test 133 hafs_regional_storm_following_1nest_atm_ocn results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/INTEL/hafs_regional_storm_following_1nest_atm_ocn +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_161099/hafs_regional_storm_following_1nest_atm_ocn +Checking test 135 hafs_regional_storm_following_1nest_atm_ocn results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK @@ -4415,208 +4383,208 @@ Checking test 133 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 = 228.225873 - 0: The maximum resident set size (KB) = 565860 + 0: The total amount of wall time = 228.979693 + 0: The maximum resident set size (KB) = 562620 -Test 133 hafs_regional_storm_following_1nest_atm_ocn PASS +Test 135 hafs_regional_storm_following_1nest_atm_ocn PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/INTEL/hafs_global_storm_following_1nest_atm -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_3264/hafs_global_storm_following_1nest_atm -Checking test 134 hafs_global_storm_following_1nest_atm results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/INTEL/hafs_global_storm_following_1nest_atm +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_161099/hafs_global_storm_following_1nest_atm +Checking test 136 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 = 59.983442 - 0: The maximum resident set size (KB) = 372876 + 0: The total amount of wall time = 59.635975 + 0: The maximum resident set size (KB) = 366148 -Test 134 hafs_global_storm_following_1nest_atm PASS +Test 136 hafs_global_storm_following_1nest_atm PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/INTEL/hafs_regional_storm_following_1nest_atm_ocn_debug -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_3264/hafs_regional_storm_following_1nest_atm_ocn_debug -Checking test 135 hafs_regional_storm_following_1nest_atm_ocn_debug results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/INTEL/hafs_regional_storm_following_1nest_atm_ocn_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_161099/hafs_regional_storm_following_1nest_atm_ocn_debug +Checking test 137 hafs_regional_storm_following_1nest_atm_ocn_debug results .... Comparing atmf001.nc .........OK Comparing sfcf001.nc .........OK Comparing atm.nest02.f001.nc .........OK Comparing sfc.nest02.f001.nc .........OK - 0: The total amount of wall time = 724.749289 - 0: The maximum resident set size (KB) = 581788 + 0: The total amount of wall time = 712.915644 + 0: The maximum resident set size (KB) = 586880 -Test 135 hafs_regional_storm_following_1nest_atm_ocn_debug PASS +Test 137 hafs_regional_storm_following_1nest_atm_ocn_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/INTEL/hafs_regional_storm_following_1nest_atm_ocn_wav -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_3264/hafs_regional_storm_following_1nest_atm_ocn_wav -Checking test 136 hafs_regional_storm_following_1nest_atm_ocn_wav results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/INTEL/hafs_regional_storm_following_1nest_atm_ocn_wav +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_161099/hafs_regional_storm_following_1nest_atm_ocn_wav +Checking test 138 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 .........OK Comparing archv.2020_238_18.a .........OK Comparing archs.2020_238_18.a .........OK - Comparing 20200825.180000.out_grd.ww3 ............MISSING baseline - Comparing 20200825.180000.out_pnt.ww3 ............MISSING baseline + Comparing 20200825.180000.out_grd.ww3 .........OK + Comparing 20200825.180000.out_pnt.ww3 .........OK - 0: The total amount of wall time = 482.658441 - 0: The maximum resident set size (KB) = 622448 + 0: The total amount of wall time = 486.645653 + 0: The maximum resident set size (KB) = 620024 -Test 136 hafs_regional_storm_following_1nest_atm_ocn_wav FAIL Tries: 2 +Test 138 hafs_regional_storm_following_1nest_atm_ocn_wav PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/INTEL/hafs_regional_docn -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_3264/hafs_regional_docn -Checking test 137 hafs_regional_docn results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/INTEL/hafs_regional_docn +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_161099/hafs_regional_docn +Checking test 139 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 = 359.526389 - 0: The maximum resident set size (KB) = 1227528 + 0: The total amount of wall time = 367.690732 + 0: The maximum resident set size (KB) = 1232276 -Test 137 hafs_regional_docn PASS +Test 139 hafs_regional_docn PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/INTEL/hafs_regional_docn_oisst -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_3264/hafs_regional_docn_oisst -Checking test 138 hafs_regional_docn_oisst results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/INTEL/hafs_regional_docn_oisst +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_161099/hafs_regional_docn_oisst +Checking test 140 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 = 365.467935 - 0: The maximum resident set size (KB) = 1214824 + 0: The total amount of wall time = 364.652115 + 0: The maximum resident set size (KB) = 1218592 -Test 138 hafs_regional_docn_oisst PASS +Test 140 hafs_regional_docn_oisst PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/INTEL/hafs_regional_datm_cdeps -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_3264/hafs_regional_datm_cdeps -Checking test 139 hafs_regional_datm_cdeps results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/INTEL/hafs_regional_datm_cdeps +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_161099/hafs_regional_datm_cdeps +Checking test 141 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 = 929.374832 - 0: The maximum resident set size (KB) = 1037748 + 0: The total amount of wall time = 968.081471 + 0: The maximum resident set size (KB) = 1033428 -Test 139 hafs_regional_datm_cdeps PASS +Test 141 hafs_regional_datm_cdeps PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/INTEL/datm_cdeps_control_cfsr -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_3264/datm_cdeps_control_cfsr -Checking test 140 datm_cdeps_control_cfsr results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/INTEL/datm_cdeps_control_cfsr +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_161099/datm_cdeps_control_cfsr +Checking test 142 datm_cdeps_control_cfsr results .... Comparing RESTART/20111002.000000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 162.952467 - 0: The maximum resident set size (KB) = 1053056 + 0: The total amount of wall time = 156.973746 + 0: The maximum resident set size (KB) = 1056184 -Test 140 datm_cdeps_control_cfsr PASS +Test 142 datm_cdeps_control_cfsr PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/INTEL/datm_cdeps_control_cfsr -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_3264/datm_cdeps_restart_cfsr -Checking test 141 datm_cdeps_restart_cfsr results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/INTEL/datm_cdeps_control_cfsr +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_161099/datm_cdeps_restart_cfsr +Checking test 143 datm_cdeps_restart_cfsr results .... Comparing RESTART/20111002.000000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 100.641495 - 0: The maximum resident set size (KB) = 1020712 + 0: The total amount of wall time = 88.997142 + 0: The maximum resident set size (KB) = 1013572 -Test 141 datm_cdeps_restart_cfsr PASS +Test 143 datm_cdeps_restart_cfsr PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/INTEL/datm_cdeps_control_gefs -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_3264/datm_cdeps_control_gefs -Checking test 142 datm_cdeps_control_gefs results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/INTEL/datm_cdeps_control_gefs +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_161099/datm_cdeps_control_gefs +Checking test 144 datm_cdeps_control_gefs results .... Comparing RESTART/20111002.000000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS_NEW.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 152.527719 - 0: The maximum resident set size (KB) = 968952 + 0: The total amount of wall time = 147.353874 + 0: The maximum resident set size (KB) = 963920 -Test 142 datm_cdeps_control_gefs PASS +Test 144 datm_cdeps_control_gefs PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/INTEL/datm_cdeps_iau_gefs -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_3264/datm_cdeps_iau_gefs -Checking test 143 datm_cdeps_iau_gefs results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/INTEL/datm_cdeps_iau_gefs +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_161099/datm_cdeps_iau_gefs +Checking test 145 datm_cdeps_iau_gefs results .... Comparing RESTART/20111002.000000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS_NEW.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 157.369561 - 0: The maximum resident set size (KB) = 971316 + 0: The total amount of wall time = 150.036912 + 0: The maximum resident set size (KB) = 956028 -Test 143 datm_cdeps_iau_gefs PASS +Test 145 datm_cdeps_iau_gefs PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/INTEL/datm_cdeps_stochy_gefs -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_3264/datm_cdeps_stochy_gefs -Checking test 144 datm_cdeps_stochy_gefs results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/INTEL/datm_cdeps_stochy_gefs +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_161099/datm_cdeps_stochy_gefs +Checking test 146 datm_cdeps_stochy_gefs results .... Comparing RESTART/20111002.000000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS_NEW.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 151.663613 - 0: The maximum resident set size (KB) = 969812 + 0: The total amount of wall time = 150.257965 + 0: The maximum resident set size (KB) = 962660 -Test 144 datm_cdeps_stochy_gefs PASS +Test 146 datm_cdeps_stochy_gefs PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/INTEL/datm_cdeps_ciceC_cfsr -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_3264/datm_cdeps_ciceC_cfsr -Checking test 145 datm_cdeps_ciceC_cfsr results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/INTEL/datm_cdeps_ciceC_cfsr +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_161099/datm_cdeps_ciceC_cfsr +Checking test 147 datm_cdeps_ciceC_cfsr results .... Comparing RESTART/20111002.000000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 157.162281 - 0: The maximum resident set size (KB) = 1059412 + 0: The total amount of wall time = 152.939598 + 0: The maximum resident set size (KB) = 1054292 -Test 145 datm_cdeps_ciceC_cfsr PASS +Test 147 datm_cdeps_ciceC_cfsr PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/INTEL/datm_cdeps_bulk_cfsr -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_3264/datm_cdeps_bulk_cfsr -Checking test 146 datm_cdeps_bulk_cfsr results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/INTEL/datm_cdeps_bulk_cfsr +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_161099/datm_cdeps_bulk_cfsr +Checking test 148 datm_cdeps_bulk_cfsr results .... Comparing RESTART/20111002.000000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 158.686954 - 0: The maximum resident set size (KB) = 1071292 + 0: The total amount of wall time = 152.458813 + 0: The maximum resident set size (KB) = 1062300 -Test 146 datm_cdeps_bulk_cfsr PASS +Test 148 datm_cdeps_bulk_cfsr PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/INTEL/datm_cdeps_bulk_gefs -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_3264/datm_cdeps_bulk_gefs -Checking test 147 datm_cdeps_bulk_gefs results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/INTEL/datm_cdeps_bulk_gefs +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_161099/datm_cdeps_bulk_gefs +Checking test 149 datm_cdeps_bulk_gefs results .... Comparing RESTART/20111002.000000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS_NEW.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 148.132524 - 0: The maximum resident set size (KB) = 968316 + 0: The total amount of wall time = 145.278089 + 0: The maximum resident set size (KB) = 953320 -Test 147 datm_cdeps_bulk_gefs PASS +Test 149 datm_cdeps_bulk_gefs PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/INTEL/datm_cdeps_mx025_cfsr -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_3264/datm_cdeps_mx025_cfsr -Checking test 148 datm_cdeps_mx025_cfsr results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/INTEL/datm_cdeps_mx025_cfsr +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_161099/datm_cdeps_mx025_cfsr +Checking test 150 datm_cdeps_mx025_cfsr results .... Comparing RESTART/20111001.120000.MOM.res.nc .........OK Comparing RESTART/20111001.120000.MOM.res_1.nc .........OK Comparing RESTART/20111001.120000.MOM.res_2.nc .........OK @@ -4624,15 +4592,15 @@ Checking test 148 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 = 440.795779 - 0: The maximum resident set size (KB) = 892340 + 0: The total amount of wall time = 413.470642 + 0: The maximum resident set size (KB) = 875116 -Test 148 datm_cdeps_mx025_cfsr PASS +Test 150 datm_cdeps_mx025_cfsr PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/INTEL/datm_cdeps_mx025_gefs -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_3264/datm_cdeps_mx025_gefs -Checking test 149 datm_cdeps_mx025_gefs results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/INTEL/datm_cdeps_mx025_gefs +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_161099/datm_cdeps_mx025_gefs +Checking test 151 datm_cdeps_mx025_gefs results .... Comparing RESTART/20111001.120000.MOM.res.nc .........OK Comparing RESTART/20111001.120000.MOM.res_1.nc .........OK Comparing RESTART/20111001.120000.MOM.res_2.nc .........OK @@ -4640,78 +4608,78 @@ Checking test 149 datm_cdeps_mx025_gefs results .... Comparing RESTART/iced.2011-10-01-43200.nc .........OK Comparing RESTART/DATM_GEFS_NEW.cpl.r.2011-10-01-43200.nc .........OK - 0: The total amount of wall time = 442.219621 - 0: The maximum resident set size (KB) = 932108 + 0: The total amount of wall time = 422.872121 + 0: The maximum resident set size (KB) = 936708 -Test 149 datm_cdeps_mx025_gefs PASS +Test 151 datm_cdeps_mx025_gefs PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/INTEL/datm_cdeps_control_cfsr -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_3264/datm_cdeps_multiple_files_cfsr -Checking test 150 datm_cdeps_multiple_files_cfsr results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/INTEL/datm_cdeps_control_cfsr +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_161099/datm_cdeps_multiple_files_cfsr +Checking test 152 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 = 156.856165 - 0: The maximum resident set size (KB) = 1060024 + 0: The total amount of wall time = 154.075092 + 0: The maximum resident set size (KB) = 1060296 -Test 150 datm_cdeps_multiple_files_cfsr PASS +Test 152 datm_cdeps_multiple_files_cfsr PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/INTEL/datm_cdeps_3072x1536_cfsr -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_3264/datm_cdeps_3072x1536_cfsr -Checking test 151 datm_cdeps_3072x1536_cfsr results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/INTEL/datm_cdeps_3072x1536_cfsr +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_161099/datm_cdeps_3072x1536_cfsr +Checking test 153 datm_cdeps_3072x1536_cfsr results .... Comparing RESTART/20111002.000000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR3072x1536.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 227.400905 - 0: The maximum resident set size (KB) = 2298812 + 0: The total amount of wall time = 215.716516 + 0: The maximum resident set size (KB) = 2362304 -Test 151 datm_cdeps_3072x1536_cfsr PASS +Test 153 datm_cdeps_3072x1536_cfsr PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/INTEL/datm_cdeps_gfs -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_3264/datm_cdeps_gfs -Checking test 152 datm_cdeps_gfs results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/INTEL/datm_cdeps_gfs +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_161099/datm_cdeps_gfs +Checking test 154 datm_cdeps_gfs results .... Comparing RESTART/20210323.060000.MOM.res.nc .........OK Comparing RESTART/iced.2021-03-23-21600.nc .........OK Comparing RESTART/DATM_GFS.cpl.r.2021-03-23-21600.nc .........OK - 0: The total amount of wall time = 241.184947 - 0: The maximum resident set size (KB) = 2356428 + 0: The total amount of wall time = 220.829469 + 0: The maximum resident set size (KB) = 2357884 -Test 152 datm_cdeps_gfs PASS +Test 154 datm_cdeps_gfs PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/INTEL/datm_cdeps_debug_cfsr -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_3264/datm_cdeps_debug_cfsr -Checking test 153 datm_cdeps_debug_cfsr results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/INTEL/datm_cdeps_debug_cfsr +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_161099/datm_cdeps_debug_cfsr +Checking test 155 datm_cdeps_debug_cfsr results .... Comparing RESTART/20111001.060000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-01-21600.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-01-21600.nc .........OK - 0: The total amount of wall time = 356.146139 - 0: The maximum resident set size (KB) = 988676 + 0: The total amount of wall time = 364.630800 + 0: The maximum resident set size (KB) = 973192 -Test 153 datm_cdeps_debug_cfsr PASS +Test 155 datm_cdeps_debug_cfsr PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/INTEL/datm_cdeps_control_cfsr_faster -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_3264/datm_cdeps_control_cfsr_faster -Checking test 154 datm_cdeps_control_cfsr_faster results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/INTEL/datm_cdeps_control_cfsr_faster +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_161099/datm_cdeps_control_cfsr_faster +Checking test 156 datm_cdeps_control_cfsr_faster results .... Comparing RESTART/20111002.000000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 158.893601 - 0: The maximum resident set size (KB) = 1045860 + 0: The total amount of wall time = 151.820984 + 0: The maximum resident set size (KB) = 1067116 -Test 154 datm_cdeps_control_cfsr_faster PASS +Test 156 datm_cdeps_control_cfsr_faster PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/INTEL/datm_cdeps_lnd_gswp3 -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_3264/datm_cdeps_lnd_gswp3 -Checking test 155 datm_cdeps_lnd_gswp3 results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/INTEL/datm_cdeps_lnd_gswp3 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_161099/datm_cdeps_lnd_gswp3 +Checking test 157 datm_cdeps_lnd_gswp3 results .... Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile1.nc .........OK Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile2.nc .........OK Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile3.nc .........OK @@ -4719,15 +4687,15 @@ Checking test 155 datm_cdeps_lnd_gswp3 results .... Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile5.nc .........OK Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile6.nc .........OK - 0: The total amount of wall time = 8.480319 - 0: The maximum resident set size (KB) = 261416 + 0: The total amount of wall time = 7.639830 + 0: The maximum resident set size (KB) = 262448 -Test 155 datm_cdeps_lnd_gswp3 PASS +Test 157 datm_cdeps_lnd_gswp3 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/INTEL/datm_cdeps_lnd_gswp3 -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_3264/datm_cdeps_lnd_gswp3_rst -Checking test 156 datm_cdeps_lnd_gswp3_rst results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/INTEL/datm_cdeps_lnd_gswp3 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_161099/datm_cdeps_lnd_gswp3_rst +Checking test 158 datm_cdeps_lnd_gswp3_rst results .... Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile1.nc .........OK Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile2.nc .........OK Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile3.nc .........OK @@ -4735,15 +4703,15 @@ Checking test 156 datm_cdeps_lnd_gswp3_rst results .... Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile5.nc .........OK Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile6.nc .........OK - 0: The total amount of wall time = 14.559003 - 0: The maximum resident set size (KB) = 258832 + 0: The total amount of wall time = 12.891058 + 0: The maximum resident set size (KB) = 265960 -Test 156 datm_cdeps_lnd_gswp3_rst PASS +Test 158 datm_cdeps_lnd_gswp3_rst PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/INTEL/control_p8_atmlnd_sbs -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_3264/control_p8_atmlnd_sbs -Checking test 157 control_p8_atmlnd_sbs results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/INTEL/control_p8_atmlnd_sbs +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_161099/control_p8_atmlnd_sbs +Checking test 159 control_p8_atmlnd_sbs results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK Comparing sfcf000.tile3.nc .........OK @@ -4827,65 +4795,65 @@ Checking test 157 control_p8_atmlnd_sbs results .... Comparing ufs.cpld.lnd.out.2021-03-23-21600.tile5.nc .........OK Comparing ufs.cpld.lnd.out.2021-03-23-21600.tile6.nc .........OK - 0: The total amount of wall time = 211.040428 - 0: The maximum resident set size (KB) = 1602332 - -Test 157 control_p8_atmlnd_sbs PASS - - -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/INTEL/atmwav_control_noaero_p8 -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_3264/atmwav_control_noaero_p8 -Checking test 158 atmwav_control_noaero_p8 results .... - Comparing sfcf000.nc ............MISSING baseline - Comparing sfcf018.nc ............MISSING file - Comparing atmf000.nc ............MISSING baseline - Comparing atmf018.nc ............MISSING file - Comparing RESTART/20210322.180000.coupler.res ............MISSING baseline - Comparing RESTART/20210322.180000.fv_core.res.nc ............MISSING baseline - Comparing RESTART/20210322.180000.fv_core.res.tile1.nc ............MISSING baseline - Comparing RESTART/20210322.180000.fv_core.res.tile2.nc ............MISSING baseline - Comparing RESTART/20210322.180000.fv_core.res.tile3.nc ............MISSING baseline - Comparing RESTART/20210322.180000.fv_core.res.tile4.nc ............MISSING baseline - Comparing RESTART/20210322.180000.fv_core.res.tile5.nc ............MISSING baseline - Comparing RESTART/20210322.180000.fv_core.res.tile6.nc ............MISSING baseline - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile1.nc ............MISSING baseline - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile2.nc ............MISSING baseline - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile3.nc ............MISSING baseline - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile4.nc ............MISSING baseline - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile5.nc ............MISSING baseline - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile6.nc ............MISSING baseline - Comparing RESTART/20210322.180000.fv_tracer.res.tile1.nc ............MISSING baseline - Comparing RESTART/20210322.180000.fv_tracer.res.tile2.nc ............MISSING baseline - Comparing RESTART/20210322.180000.fv_tracer.res.tile3.nc ............MISSING baseline - Comparing RESTART/20210322.180000.fv_tracer.res.tile4.nc ............MISSING baseline - Comparing RESTART/20210322.180000.fv_tracer.res.tile5.nc ............MISSING baseline - Comparing RESTART/20210322.180000.fv_tracer.res.tile6.nc ............MISSING baseline - Comparing RESTART/20210322.180000.phy_data.tile1.nc ............MISSING baseline - Comparing RESTART/20210322.180000.phy_data.tile2.nc ............MISSING baseline - Comparing RESTART/20210322.180000.phy_data.tile3.nc ............MISSING baseline - Comparing RESTART/20210322.180000.phy_data.tile4.nc ............MISSING baseline - Comparing RESTART/20210322.180000.phy_data.tile5.nc ............MISSING baseline - Comparing RESTART/20210322.180000.phy_data.tile6.nc ............MISSING baseline - Comparing RESTART/20210322.180000.sfc_data.tile1.nc ............MISSING baseline - Comparing RESTART/20210322.180000.sfc_data.tile2.nc ............MISSING baseline - Comparing RESTART/20210322.180000.sfc_data.tile3.nc ............MISSING baseline - Comparing RESTART/20210322.180000.sfc_data.tile4.nc ............MISSING baseline - Comparing RESTART/20210322.180000.sfc_data.tile5.nc ............MISSING baseline - Comparing RESTART/20210322.180000.sfc_data.tile6.nc ............MISSING baseline - Comparing RESTART/ufs.atmw.cpl.r.2021-03-22-64800.nc ............MISSING baseline - Comparing 20210322.180000.out_pnt.ww3 ............MISSING baseline - Comparing 20210322.180000.out_grd.ww3 ............MISSING baseline - Comparing ufs.atmw.ww3.r.2021-03-22-64800 ............MISSING file - - 0: The total amount of wall time = 96.616794 - 0: The maximum resident set size (KB) = 1634220 - -Test 158 atmwav_control_noaero_p8 FAIL Tries: 2 - - -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/INTEL/control_atmwav -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_3264/control_atmwav -Checking test 159 control_atmwav results .... + 0: The total amount of wall time = 213.666996 + 0: The maximum resident set size (KB) = 1586140 + +Test 159 control_p8_atmlnd_sbs PASS + + +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/INTEL/atmwav_control_noaero_p8 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_161099/atmwav_control_noaero_p8 +Checking test 160 atmwav_control_noaero_p8 results .... + Comparing sfcf000.nc .........OK + Comparing sfcf012.nc .........OK + Comparing atmf000.nc .........OK + Comparing atmf012.nc .........OK + Comparing RESTART/20210322.180000.coupler.res .........OK + Comparing RESTART/20210322.180000.fv_core.res.nc .........OK + Comparing RESTART/20210322.180000.fv_core.res.tile1.nc .........OK + Comparing RESTART/20210322.180000.fv_core.res.tile2.nc .........OK + Comparing RESTART/20210322.180000.fv_core.res.tile3.nc .........OK + Comparing RESTART/20210322.180000.fv_core.res.tile4.nc .........OK + Comparing RESTART/20210322.180000.fv_core.res.tile5.nc .........OK + Comparing RESTART/20210322.180000.fv_core.res.tile6.nc .........OK + Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/20210322.180000.fv_tracer.res.tile1.nc .........OK + Comparing RESTART/20210322.180000.fv_tracer.res.tile2.nc .........OK + Comparing RESTART/20210322.180000.fv_tracer.res.tile3.nc .........OK + Comparing RESTART/20210322.180000.fv_tracer.res.tile4.nc .........OK + Comparing RESTART/20210322.180000.fv_tracer.res.tile5.nc .........OK + Comparing RESTART/20210322.180000.fv_tracer.res.tile6.nc .........OK + Comparing RESTART/20210322.180000.phy_data.tile1.nc .........OK + Comparing RESTART/20210322.180000.phy_data.tile2.nc .........OK + Comparing RESTART/20210322.180000.phy_data.tile3.nc .........OK + Comparing RESTART/20210322.180000.phy_data.tile4.nc .........OK + Comparing RESTART/20210322.180000.phy_data.tile5.nc .........OK + Comparing RESTART/20210322.180000.phy_data.tile6.nc .........OK + Comparing RESTART/20210322.180000.sfc_data.tile1.nc .........OK + Comparing RESTART/20210322.180000.sfc_data.tile2.nc .........OK + Comparing RESTART/20210322.180000.sfc_data.tile3.nc .........OK + Comparing RESTART/20210322.180000.sfc_data.tile4.nc .........OK + Comparing RESTART/20210322.180000.sfc_data.tile5.nc .........OK + Comparing RESTART/20210322.180000.sfc_data.tile6.nc .........OK + Comparing RESTART/ufs.atmw.cpl.r.2021-03-22-64800.nc .........OK + Comparing 20210322.180000.out_pnt.ww3 .........OK + Comparing 20210322.180000.out_grd.ww3 .........OK + Comparing ufs.atmw.ww3.r.2021-03-22-64800 .........OK + + 0: The total amount of wall time = 98.872211 + 0: The maximum resident set size (KB) = 1626384 + +Test 160 atmwav_control_noaero_p8 PASS + + +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/INTEL/control_atmwav +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_161099/control_atmwav +Checking test 161 control_atmwav results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK Comparing atmf000.nc .........OK @@ -4928,15 +4896,15 @@ Checking test 159 control_atmwav results .... Comparing RESTART/20210322.180000.sfc_data.tile6.nc .........OK Comparing 20210322.180000.restart.glo_1deg .........OK - 0: The total amount of wall time = 89.562203 - 0: The maximum resident set size (KB) = 662472 + 0: The total amount of wall time = 91.153281 + 0: The maximum resident set size (KB) = 661940 -Test 159 control_atmwav PASS +Test 161 control_atmwav PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/INTEL/atmaero_control_p8 -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_3264/atmaero_control_p8 -Checking test 160 atmaero_control_p8 results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/INTEL/atmaero_control_p8 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_161099/atmaero_control_p8 +Checking test 162 atmaero_control_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -4979,15 +4947,15 @@ Checking test 160 atmaero_control_p8 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 235.336876 - 0: The maximum resident set size (KB) = 2969524 + 0: The total amount of wall time = 244.724836 + 0: The maximum resident set size (KB) = 2966004 -Test 160 atmaero_control_p8 PASS +Test 162 atmaero_control_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/INTEL/atmaero_control_p8_rad -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_3264/atmaero_control_p8_rad -Checking test 161 atmaero_control_p8_rad results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/INTEL/atmaero_control_p8_rad +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_161099/atmaero_control_p8_rad +Checking test 163 atmaero_control_p8_rad results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -5030,15 +4998,15 @@ Checking test 161 atmaero_control_p8_rad results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 284.384856 - 0: The maximum resident set size (KB) = 3041624 + 0: The total amount of wall time = 288.963815 + 0: The maximum resident set size (KB) = 3028072 -Test 161 atmaero_control_p8_rad PASS +Test 163 atmaero_control_p8_rad PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/INTEL/atmaero_control_p8_rad_micro -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_3264/atmaero_control_p8_rad_micro -Checking test 162 atmaero_control_p8_rad_micro results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/INTEL/atmaero_control_p8_rad_micro +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_161099/atmaero_control_p8_rad_micro +Checking test 164 atmaero_control_p8_rad_micro results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -5081,15 +5049,15 @@ Checking test 162 atmaero_control_p8_rad_micro results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 286.744769 - 0: The maximum resident set size (KB) = 3047988 + 0: The total amount of wall time = 290.077077 + 0: The maximum resident set size (KB) = 3049616 -Test 162 atmaero_control_p8_rad_micro PASS +Test 164 atmaero_control_p8_rad_micro PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/INTEL/regional_atmaq -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_3264/regional_atmaq -Checking test 163 regional_atmaq results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/INTEL/regional_atmaq +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_161099/regional_atmaq +Checking test 165 regional_atmaq results .... Comparing sfcf000.nc .........OK Comparing sfcf003.nc .........OK Comparing sfcf006.nc .........OK @@ -5104,15 +5072,15 @@ Checking test 163 regional_atmaq results .... Comparing RESTART/20190801.180000.phy_data.nc .........OK Comparing RESTART/20190801.180000.sfc_data.nc .........OK - 0: The total amount of wall time = 643.270683 - 0: The maximum resident set size (KB) = 1465132 + 0: The total amount of wall time = 654.534459 + 0: The maximum resident set size (KB) = 1336692 -Test 163 regional_atmaq PASS +Test 165 regional_atmaq PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/INTEL/regional_atmaq_debug -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_3264/regional_atmaq_debug -Checking test 164 regional_atmaq_debug results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/INTEL/regional_atmaq_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_161099/regional_atmaq_debug +Checking test 166 regional_atmaq_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK @@ -5125,15 +5093,15 @@ Checking test 164 regional_atmaq_debug results .... Comparing RESTART/20190801.130000.phy_data.nc .........OK Comparing RESTART/20190801.130000.sfc_data.nc .........OK - 0: The total amount of wall time = 1217.026848 - 0: The maximum resident set size (KB) = 1393996 + 0: The total amount of wall time = 1192.132336 + 0: The maximum resident set size (KB) = 1386776 -Test 164 regional_atmaq_debug PASS +Test 166 regional_atmaq_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/INTEL/regional_atmaq_faster -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_3264/regional_atmaq_faster -Checking test 165 regional_atmaq_faster results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/INTEL/regional_atmaq_faster +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_161099/regional_atmaq_faster +Checking test 167 regional_atmaq_faster results .... Comparing sfcf000.nc .........OK Comparing sfcf003.nc .........OK Comparing sfcf006.nc .........OK @@ -5148,215 +5116,12 @@ Checking test 165 regional_atmaq_faster results .... Comparing RESTART/20190801.180000.phy_data.nc .........OK Comparing RESTART/20190801.180000.sfc_data.nc .........OK - 0: The total amount of wall time = 581.229420 - 0: The maximum resident set size (KB) = 1294844 - -Test 165 regional_atmaq_faster PASS - -FAILED TESTS: -Test hafs_regional_atm_wav 125 failed in check_result failed -Test hafs_regional_atm_wav 125 failed in run_test failed -Test hafs_regional_atm_ocn_wav 126 failed in check_result failed -Test hafs_regional_atm_ocn_wav 126 failed in run_test failed -Test hafs_regional_storm_following_1nest_atm_ocn_wav 136 failed in check_result failed -Test hafs_regional_storm_following_1nest_atm_ocn_wav 136 failed in run_test failed -Test atmwav_control_noaero_p8 158 failed in check_result failed -Test atmwav_control_noaero_p8 158 failed in run_test failed - -REGRESSION TEST FAILED -Sat Apr 8 14:00:22 UTC 2023 -Elapsed time: 01h:16m:21s. Have a nice day! -Sat Apr 8 23:19:51 UTC 2023 -Start Regression test - -Compile 001 elapsed time 575 seconds. -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v1_gfdlmp_tedmf,FV3_HAFS_v1_gfdlmp_tedmf_nonsst,FV3_HAFS_v1_thompson_tedmf_gfdlsf -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 002 elapsed time 658 seconds. -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v1_thompson_noahmp_nonsst,FV3_HAFS_v1_thompson_noahmp,FV3_HAFS_v1_thompson_nonsst,FV3_HAFS_v1_thompson,FV3_HAFS_v1_gfdlmp_tedmf_nonsst,FV3_HAFS_v1_gfdlmp_tedmf,FV3_HAFS_v1_thompson_tedmf_gfdlsf -D32BIT=ON -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 003 elapsed time 536 seconds. -DAPP=ATMW -DCCPP_SUITES=FV3_GFS_v17_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release - -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/INTEL/hafs_regional_atm_wav -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_16222/hafs_regional_atm_wav -Checking test 001 hafs_regional_atm_wav results .... - Comparing atmf006.nc .........OK - Comparing sfcf006.nc .........OK - Comparing 20190829.060000.out_grd.ww3 .........OK - Comparing 20190829.060000.out_pnt.ww3 .........OK - Comparing ufs.hafs.ww3.r.2019-08-29-21600 .........OK - Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK - - 0: The total amount of wall time = 744.361811 - 0: The maximum resident set size (KB) = 1256720 - -Test 001 hafs_regional_atm_wav PASS - - -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/INTEL/hafs_regional_atm_ocn_wav -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_16222/hafs_regional_atm_ocn_wav -Checking test 002 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 20200825.180000.out_grd.ww3 ............MISSING file - Comparing 20200825.180000.out_pnt.ww3 ............MISSING file - Comparing ufs.hafs.ww3.r.2019-08-29-21600 .........OK - Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK - - 0: The total amount of wall time = 848.110154 - 0: The maximum resident set size (KB) = 1278072 - -Test 002 hafs_regional_atm_ocn_wav FAIL Tries: 2 - - -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/INTEL/hafs_regional_storm_following_1nest_atm_ocn_wav -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_16222/hafs_regional_storm_following_1nest_atm_ocn_wav -Checking test 003 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 .........OK - Comparing archv.2020_238_18.a .........OK - Comparing archs.2020_238_18.a .........OK - Comparing 20200825.180000.out_grd.ww3 .........OK - Comparing 20200825.180000.out_pnt.ww3 .........OK - - 0: The total amount of wall time = 497.036363 - 0: The maximum resident set size (KB) = 618532 - -Test 003 hafs_regional_storm_following_1nest_atm_ocn_wav PASS - - -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/INTEL/atmwav_control_noaero_p8 -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_16222/atmwav_control_noaero_p8 -Checking test 004 atmwav_control_noaero_p8 results .... - Comparing sfcf000.nc .........OK - Comparing sfcf018.nc ............MISSING file - Comparing atmf000.nc .........OK - Comparing atmf018.nc ............MISSING file - Comparing RESTART/20210322.180000.coupler.res .........OK - Comparing RESTART/20210322.180000.fv_core.res.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile1.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile2.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile3.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile4.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile5.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile6.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile1.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile2.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile3.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile4.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile5.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile6.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile1.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile2.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile3.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile4.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile5.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile6.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile1.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile2.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile3.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile4.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile5.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile6.nc .........OK - Comparing RESTART/ufs.atmw.cpl.r.2021-03-22-64800.nc .........OK - Comparing 20210322.180000.out_pnt.ww3 .........OK - Comparing 20210322.180000.out_grd.ww3 .........OK - Comparing ufs.atmw.ww3.r.2021-03-22-64800 ............MISSING file - - 0: The total amount of wall time = 97.086828 - 0: The maximum resident set size (KB) = 1630260 - -Test 004 atmwav_control_noaero_p8 FAIL Tries: 2 - -FAILED TESTS: -Test hafs_regional_atm_ocn_wav 002 failed in check_result failed -Test hafs_regional_atm_ocn_wav 002 failed in run_test failed -Test atmwav_control_noaero_p8 004 failed in check_result failed -Test atmwav_control_noaero_p8 004 failed in run_test failed - -REGRESSION TEST FAILED -Sun Apr 9 00:06:02 UTC 2023 -Elapsed time: 00h:46m:11s. Have a nice day! -Sun Apr 9 22:34:50 UTC 2023 -Start Regression test - -Compile 001 elapsed time 614 seconds. -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v1_gfdlmp_tedmf,FV3_HAFS_v1_gfdlmp_tedmf_nonsst,FV3_HAFS_v1_thompson_tedmf_gfdlsf -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 002 elapsed time 544 seconds. -DAPP=ATMW -DCCPP_SUITES=FV3_GFS_v17_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release - -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/INTEL/hafs_regional_atm_ocn_wav -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_32111/hafs_regional_atm_ocn_wav -Checking test 001 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 20190829.060000.out_grd.ww3 .........OK - Comparing 20190829.060000.out_pnt.ww3 .........OK - Comparing ufs.hafs.ww3.r.2019-08-29-21600 .........OK - Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK - - 0: The total amount of wall time = 851.817293 - 0: The maximum resident set size (KB) = 1273716 - -Test 001 hafs_regional_atm_ocn_wav PASS - - -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/INTEL/atmwav_control_noaero_p8 -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_32111/atmwav_control_noaero_p8 -Checking test 002 atmwav_control_noaero_p8 results .... - Comparing sfcf000.nc .........OK - Comparing sfcf012.nc .........OK - Comparing atmf000.nc .........OK - Comparing atmf012.nc .........OK - Comparing RESTART/20210322.180000.coupler.res .........OK - Comparing RESTART/20210322.180000.fv_core.res.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile1.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile2.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile3.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile4.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile5.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile6.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile1.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile2.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile3.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile4.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile5.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile6.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile1.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile2.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile3.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile4.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile5.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile6.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile1.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile2.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile3.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile4.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile5.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile6.nc .........OK - Comparing RESTART/ufs.atmw.cpl.r.2021-03-22-64800.nc .........OK - Comparing 20210322.180000.out_pnt.ww3 .........OK - Comparing 20210322.180000.out_grd.ww3 .........OK - Comparing ufs.atmw.ww3.r.2021-03-22-64800 .........OK - - 0: The total amount of wall time = 100.600586 - 0: The maximum resident set size (KB) = 1630908 + 0: The total amount of wall time = 580.691553 + 0: The maximum resident set size (KB) = 1449248 -Test 002 atmwav_control_noaero_p8 PASS +Test 167 regional_atmaq_faster PASS REGRESSION TEST WAS SUCCESSFUL -Sun Apr 9 23:05:08 UTC 2023 -Elapsed time: 00h:30m:20s. Have a nice day! +Wed Apr 12 15:18:51 UTC 2023 +Elapsed time: 17h:07m:52s. Have a nice day! From 257b490855b061bde0c5714a6113124c31791469 Mon Sep 17 00:00:00 2001 From: "samuel.trahan" Date: Wed, 12 Apr 2023 16:06:54 +0000 Subject: [PATCH 131/152] hera.gnu tests passed --- tests/RegressionTests_hera.gnu.log | 1170 ++++++++++++++-------------- 1 file changed, 576 insertions(+), 594 deletions(-) diff --git a/tests/RegressionTests_hera.gnu.log b/tests/RegressionTests_hera.gnu.log index dfda91dc72..5feb494a95 100644 --- a/tests/RegressionTests_hera.gnu.log +++ b/tests/RegressionTests_hera.gnu.log @@ -1,21 +1,21 @@ -Sat Apr 8 14:04:21 UTC 2023 +Tue Apr 11 22:59:59 UTC 2023 Start Regression test -Compile 001 elapsed time 191 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v16_ras,FV3_GFS_v17_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 002 elapsed time 194 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_RRFS_v1beta -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 003 elapsed time 372 seconds. -DAPP=ATM -D32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 004 elapsed time 104 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 005 elapsed time 200 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -D32BIT=ON -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 006 elapsed time 439 seconds. -DAPP=ATM -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 007 elapsed time 377 seconds. -DAPP=ATM -D32BIT=ON -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 008 elapsed time 386 seconds. -DAPP=ATM -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 009 elapsed time 287 seconds. -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 010 elapsed time 252 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 011 elapsed time 153 seconds. -DAPP=S2SWA -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile 012 elapsed time 121 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON - -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/GNU/control_c48 -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_24313/control_c48 +Compile 001 elapsed time 198 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v16_flake,FV3_GFS_v16_ras,FV3_GFS_v17_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 002 elapsed time 198 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_RRFS_v1beta -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 003 elapsed time 365 seconds. -DAPP=ATM -D32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 004 elapsed time 117 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 205 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR,FV3_HRRR_flake -D32BIT=ON -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 006 elapsed time 431 seconds. -DAPP=ATM -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 007 elapsed time 366 seconds. -DAPP=ATM -D32BIT=ON -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 008 elapsed time 359 seconds. -DAPP=ATM -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 009 elapsed time 280 seconds. -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 010 elapsed time 249 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 011 elapsed time 162 seconds. -DAPP=S2SWA -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile 012 elapsed time 131 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON + +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/GNU/control_c48 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_170277/control_c48 Checking test 001 control_c48 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -54,14 +54,14 @@ Checking test 001 control_c48 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -0: The total amount of wall time = 686.577006 -0: The maximum resident set size (KB) = 703248 +0: The total amount of wall time = 690.814835 +0: The maximum resident set size (KB) = 706568 Test 001 control_c48 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/GNU/control_stochy -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_24313/control_stochy +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/GNU/control_stochy +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_170277/control_stochy Checking test 002 control_stochy results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -72,14 +72,14 @@ Checking test 002 control_stochy results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 664.122921 - 0: The maximum resident set size (KB) = 479404 + 0: The total amount of wall time = 663.460813 + 0: The maximum resident set size (KB) = 484020 Test 002 control_stochy PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/GNU/control_ras -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_24313/control_ras +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/GNU/control_ras +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_170277/control_ras Checking test 003 control_ras results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -90,14 +90,14 @@ Checking test 003 control_ras results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 849.549283 - 0: The maximum resident set size (KB) = 486288 + 0: The total amount of wall time = 834.145661 + 0: The maximum resident set size (KB) = 487412 Test 003 control_ras PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/GNU/control_p8 -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_24313/control_p8 +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/GNU/control_p8 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_170277/control_p8 Checking test 004 control_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -144,15 +144,33 @@ Checking test 004 control_p8 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 914.661100 - 0: The maximum resident set size (KB) = 1235816 + 0: The total amount of wall time = 917.915702 + 0: The maximum resident set size (KB) = 1236048 Test 004 control_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/GNU/rap_control -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_24313/rap_control -Checking test 005 rap_control results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/GNU/control_flake +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_170277/control_flake +Checking test 005 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 = 1558.242033 + 0: The maximum resident set size (KB) = 526016 + +Test 005 control_flake PASS + + +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/GNU/rap_control +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_170277/rap_control +Checking test 006 rap_control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -198,15 +216,15 @@ Checking test 005 rap_control results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 1487.045259 - 0: The maximum resident set size (KB) = 830828 + 0: The total amount of wall time = 1477.315209 + 0: The maximum resident set size (KB) = 833396 -Test 005 rap_control PASS +Test 006 rap_control PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/GNU/rap_control -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_24313/rap_decomp -Checking test 006 rap_decomp results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/GNU/rap_control +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_170277/rap_decomp +Checking test 007 rap_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -252,15 +270,15 @@ Checking test 006 rap_decomp results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 1498.854819 - 0: The maximum resident set size (KB) = 836368 + 0: The total amount of wall time = 1446.656834 + 0: The maximum resident set size (KB) = 830968 -Test 006 rap_decomp PASS +Test 007 rap_decomp PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/GNU/rap_control -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_24313/rap_2threads -Checking test 007 rap_2threads results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/GNU/rap_control +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_170277/rap_2threads +Checking test 008 rap_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -306,15 +324,15 @@ Checking test 007 rap_2threads results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 1397.209368 - 0: The maximum resident set size (KB) = 901940 + 0: The total amount of wall time = 1342.142508 + 0: The maximum resident set size (KB) = 900332 -Test 007 rap_2threads PASS +Test 008 rap_2threads PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/GNU/rap_control -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_24313/rap_restart -Checking test 008 rap_restart results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/GNU/rap_control +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_170277/rap_restart +Checking test 009 rap_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK Comparing GFSFLX.GrbF24 .........OK @@ -352,15 +370,15 @@ Checking test 008 rap_restart results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 732.202082 - 0: The maximum resident set size (KB) = 545092 + 0: The total amount of wall time = 734.123808 + 0: The maximum resident set size (KB) = 550688 -Test 008 rap_restart PASS +Test 009 rap_restart PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/GNU/rap_sfcdiff -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_24313/rap_sfcdiff -Checking test 009 rap_sfcdiff results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/GNU/rap_sfcdiff +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_170277/rap_sfcdiff +Checking test 010 rap_sfcdiff results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -406,15 +424,15 @@ Checking test 009 rap_sfcdiff results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 1512.812298 - 0: The maximum resident set size (KB) = 835920 + 0: The total amount of wall time = 1480.257138 + 0: The maximum resident set size (KB) = 825080 -Test 009 rap_sfcdiff PASS +Test 010 rap_sfcdiff PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/GNU/rap_sfcdiff -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_24313/rap_sfcdiff_decomp -Checking test 010 rap_sfcdiff_decomp results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/GNU/rap_sfcdiff +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_170277/rap_sfcdiff_decomp +Checking test 011 rap_sfcdiff_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -460,15 +478,15 @@ Checking test 010 rap_sfcdiff_decomp results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 1524.748869 - 0: The maximum resident set size (KB) = 826756 + 0: The total amount of wall time = 1461.983459 + 0: The maximum resident set size (KB) = 827192 -Test 010 rap_sfcdiff_decomp PASS +Test 011 rap_sfcdiff_decomp PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/GNU/rap_sfcdiff -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_24313/rap_sfcdiff_restart -Checking test 011 rap_sfcdiff_restart results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/GNU/rap_sfcdiff +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_170277/rap_sfcdiff_restart +Checking test 012 rap_sfcdiff_restart results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK Comparing GFSFLX.GrbF12 .........OK @@ -506,15 +524,15 @@ Checking test 011 rap_sfcdiff_restart results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 1065.432003 - 0: The maximum resident set size (KB) = 553376 + 0: The total amount of wall time = 1084.109932 + 0: The maximum resident set size (KB) = 551428 -Test 011 rap_sfcdiff_restart PASS +Test 012 rap_sfcdiff_restart PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/GNU/hrrr_control -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_24313/hrrr_control -Checking test 012 hrrr_control results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/GNU/hrrr_control +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_170277/hrrr_control +Checking test 013 hrrr_control results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -527,48 +545,48 @@ Checking test 012 hrrr_control results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF09 .........OK Comparing GFSPRS.GrbF12 .........OK - Comparing RESTART/20210323.060000.coupler.res .........OK - Comparing RESTART/20210323.060000.fv_core.res.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile1.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile2.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile3.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile4.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile5.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile6.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile1.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile2.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile3.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile4.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - - 0: The total amount of wall time = 1435.606762 - 0: The maximum resident set size (KB) = 829756 - -Test 012 hrrr_control PASS - - -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/GNU/hrrr_control -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_24313/hrrr_control_2threads -Checking test 013 hrrr_control_2threads results .... + Comparing RESTART/20210322.120000.coupler.res .........OK + Comparing RESTART/20210322.120000.fv_core.res.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile6.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK + + 0: The total amount of wall time = 1450.025136 + 0: The maximum resident set size (KB) = 825680 + +Test 013 hrrr_control PASS + + +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/GNU/hrrr_control +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_170277/hrrr_control_2threads +Checking test 014 hrrr_control_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -581,48 +599,48 @@ Checking test 013 hrrr_control_2threads results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF09 .........OK Comparing GFSPRS.GrbF12 .........OK - Comparing RESTART/20210323.060000.coupler.res .........OK - Comparing RESTART/20210323.060000.fv_core.res.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile1.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile2.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile3.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile4.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile5.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile6.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile1.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile2.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile3.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile4.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - - 0: The total amount of wall time = 1359.523585 - 0: The maximum resident set size (KB) = 895288 - -Test 013 hrrr_control_2threads PASS - - -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/GNU/hrrr_control -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_24313/hrrr_control_decomp -Checking test 014 hrrr_control_decomp results .... + Comparing RESTART/20210322.120000.coupler.res .........OK + Comparing RESTART/20210322.120000.fv_core.res.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile6.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK + + 0: The total amount of wall time = 1458.454177 + 0: The maximum resident set size (KB) = 894792 + +Test 014 hrrr_control_2threads PASS + + +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/GNU/hrrr_control +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_170277/hrrr_control_decomp +Checking test 015 hrrr_control_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -635,94 +653,62 @@ Checking test 014 hrrr_control_decomp results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF09 .........OK Comparing GFSPRS.GrbF12 .........OK - Comparing RESTART/20210323.060000.coupler.res .........OK - Comparing RESTART/20210323.060000.fv_core.res.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile1.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile2.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile3.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile4.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile5.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile6.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile1.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile2.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile3.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile4.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - - 0: The total amount of wall time = 1515.352799 - 0: The maximum resident set size (KB) = 829112 - -Test 014 hrrr_control_decomp PASS - - -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/GNU/hrrr_control -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_24313/hrrr_control_restart -Checking test 015 hrrr_control_restart results .... + Comparing RESTART/20210322.120000.coupler.res .........OK + Comparing RESTART/20210322.120000.fv_core.res.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile6.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK + + 0: The total amount of wall time = 1420.395932 + 0: The maximum resident set size (KB) = 828428 + +Test 015 hrrr_control_decomp PASS + + +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/GNU/hrrr_control +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_170277/hrrr_control_restart +Checking test 016 hrrr_control_restart results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK Comparing GFSFLX.GrbF12 .........OK Comparing GFSPRS.GrbF12 .........OK - Comparing RESTART/20210323.060000.coupler.res .........OK - Comparing RESTART/20210323.060000.fv_core.res.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile1.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile2.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile3.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile4.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile5.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile6.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile1.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile2.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile3.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile4.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 1057.532712 - 0: The maximum resident set size (KB) = 548948 + 0: The total amount of wall time = 1054.334979 + 0: The maximum resident set size (KB) = 551856 -Test 015 hrrr_control_restart PASS +Test 016 hrrr_control_restart PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/GNU/rrfs_v1beta -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_24313/rrfs_v1beta -Checking test 016 rrfs_v1beta results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/GNU/rrfs_v1beta +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_170277/rrfs_v1beta +Checking test 017 rrfs_v1beta results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -768,15 +754,15 @@ Checking test 016 rrfs_v1beta results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 1473.537040 - 0: The maximum resident set size (KB) = 827964 + 0: The total amount of wall time = 1453.753685 + 0: The maximum resident set size (KB) = 831584 -Test 016 rrfs_v1beta PASS +Test 017 rrfs_v1beta PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/GNU/rrfs_smoke_conus13km_hrrr_warm -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_24313/rrfs_smoke_conus13km_hrrr_warm -Checking test 017 rrfs_smoke_conus13km_hrrr_warm results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/GNU/rrfs_smoke_conus13km_hrrr_warm +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_170277/rrfs_smoke_conus13km_hrrr_warm +Checking test 018 rrfs_smoke_conus13km_hrrr_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing sfcf002.nc .........OK @@ -784,15 +770,15 @@ Checking test 017 rrfs_smoke_conus13km_hrrr_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 808.717373 - 0: The maximum resident set size (KB) = 672104 + 0: The total amount of wall time = 824.227662 + 0: The maximum resident set size (KB) = 672728 -Test 017 rrfs_smoke_conus13km_hrrr_warm PASS +Test 018 rrfs_smoke_conus13km_hrrr_warm PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/GNU/rrfs_smoke_conus13km_hrrr_warm -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_24313/rrfs_smoke_conus13km_hrrr_warm_2threads -Checking test 018 rrfs_smoke_conus13km_hrrr_warm_2threads results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/GNU/rrfs_smoke_conus13km_hrrr_warm +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_170277/rrfs_smoke_conus13km_hrrr_warm_2threads +Checking test 019 rrfs_smoke_conus13km_hrrr_warm_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing sfcf002.nc .........OK @@ -800,15 +786,15 @@ Checking test 018 rrfs_smoke_conus13km_hrrr_warm_2threads results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 1039.352181 - 0: The maximum resident set size (KB) = 664276 + 0: The total amount of wall time = 1078.240206 + 0: The maximum resident set size (KB) = 673084 -Test 018 rrfs_smoke_conus13km_hrrr_warm_2threads PASS +Test 019 rrfs_smoke_conus13km_hrrr_warm_2threads PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/GNU/rrfs_conus13km_hrrr_warm -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_24313/rrfs_conus13km_hrrr_warm -Checking test 019 rrfs_conus13km_hrrr_warm results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/GNU/rrfs_conus13km_hrrr_warm +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_170277/rrfs_conus13km_hrrr_warm +Checking test 020 rrfs_conus13km_hrrr_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing sfcf002.nc .........OK @@ -816,15 +802,15 @@ Checking test 019 rrfs_conus13km_hrrr_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 780.394501 - 0: The maximum resident set size (KB) = 646928 + 0: The total amount of wall time = 779.119540 + 0: The maximum resident set size (KB) = 650388 -Test 019 rrfs_conus13km_hrrr_warm PASS +Test 020 rrfs_conus13km_hrrr_warm PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/GNU/rrfs_smoke_conus13km_hrrr_warm_radar_tten -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_24313/rrfs_smoke_conus13km_radar_tten_warm -Checking test 020 rrfs_smoke_conus13km_radar_tten_warm results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/GNU/rrfs_smoke_conus13km_hrrr_warm_radar_tten +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_170277/rrfs_smoke_conus13km_radar_tten_warm +Checking test 021 rrfs_smoke_conus13km_radar_tten_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing sfcf002.nc .........OK @@ -832,235 +818,263 @@ Checking test 020 rrfs_smoke_conus13km_radar_tten_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 796.553248 - 0: The maximum resident set size (KB) = 675656 + 0: The total amount of wall time = 820.623659 + 0: The maximum resident set size (KB) = 676536 -Test 020 rrfs_smoke_conus13km_radar_tten_warm PASS +Test 021 rrfs_smoke_conus13km_radar_tten_warm PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/GNU/rrfs_conus13km_hrrr_warm_restart_mismatch -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_24313/rrfs_conus13km_hrrr_warm_restart_mismatch -Checking test 021 rrfs_conus13km_hrrr_warm_restart_mismatch results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/GNU/rrfs_conus13km_hrrr_warm_restart_mismatch +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_170277/rrfs_conus13km_hrrr_warm_restart_mismatch +Checking test 022 rrfs_conus13km_hrrr_warm_restart_mismatch results .... Comparing sfcf002.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 402.908470 - 0: The maximum resident set size (KB) = 634932 + 0: The total amount of wall time = 395.861150 + 0: The maximum resident set size (KB) = 637988 -Test 021 rrfs_conus13km_hrrr_warm_restart_mismatch PASS +Test 022 rrfs_conus13km_hrrr_warm_restart_mismatch PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/GNU/control_diag_debug -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_24313/control_diag_debug -Checking test 022 control_diag_debug results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/GNU/control_diag_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_170277/control_diag_debug +Checking test 023 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.273510 - 0: The maximum resident set size (KB) = 523420 + 0: The total amount of wall time = 123.046242 + 0: The maximum resident set size (KB) = 527492 -Test 022 control_diag_debug PASS +Test 023 control_diag_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/GNU/regional_debug -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_24313/regional_debug -Checking test 023 regional_debug results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/GNU/regional_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_170277/regional_debug +Checking test 024 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 = 743.717923 - 0: The maximum resident set size (KB) = 590180 + 0: The total amount of wall time = 735.232787 + 0: The maximum resident set size (KB) = 589576 + +Test 024 regional_debug PASS + -Test 023 regional_debug PASS +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/GNU/rap_control_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_170277/rap_control_debug +Checking test 025 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 = 174.601518 + 0: The maximum resident set size (KB) = 842684 + +Test 025 rap_control_debug PASS + + +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/GNU/hrrr_control_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_170277/hrrr_control_debug +Checking test 026 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 = 171.728584 + 0: The maximum resident set size (KB) = 839916 +Test 026 hrrr_control_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/GNU/rap_control_debug -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_24313/rap_control_debug -Checking test 024 rap_control_debug results .... + +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/GNU/rap_diag_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_170277/rap_diag_debug +Checking test 027 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 = 178.017867 - 0: The maximum resident set size (KB) = 837892 + 0: The total amount of wall time = 210.660047 + 0: The maximum resident set size (KB) = 920648 -Test 024 rap_control_debug PASS +Test 027 rap_diag_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/GNU/hrrr_control_debug -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_24313/hrrr_control_debug -Checking test 025 hrrr_control_debug results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/GNU/rap_noah_sfcdiff_cires_ugwp_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_170277/rap_noah_sfcdiff_cires_ugwp_debug +Checking test 028 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 = 175.191321 - 0: The maximum resident set size (KB) = 835644 + 0: The total amount of wall time = 281.771000 + 0: The maximum resident set size (KB) = 838288 -Test 025 hrrr_control_debug PASS +Test 028 rap_noah_sfcdiff_cires_ugwp_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/GNU/rap_diag_debug -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_24313/rap_diag_debug -Checking test 026 rap_diag_debug results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/GNU/rap_progcld_thompson_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_170277/rap_progcld_thompson_debug +Checking test 029 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 = 214.551309 - 0: The maximum resident set size (KB) = 921480 + 0: The total amount of wall time = 174.004739 + 0: The maximum resident set size (KB) = 846084 -Test 026 rap_diag_debug PASS +Test 029 rap_progcld_thompson_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/GNU/rap_noah_sfcdiff_cires_ugwp_debug -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_24313/rap_noah_sfcdiff_cires_ugwp_debug -Checking test 027 rap_noah_sfcdiff_cires_ugwp_debug results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/GNU/rrfs_v1beta_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_170277/rrfs_v1beta_debug +Checking test 030 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 = 277.666092 - 0: The maximum resident set size (KB) = 842848 + 0: The total amount of wall time = 178.002253 + 0: The maximum resident set size (KB) = 844180 -Test 027 rap_noah_sfcdiff_cires_ugwp_debug PASS +Test 030 rrfs_v1beta_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/GNU/rap_progcld_thompson_debug -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_24313/rap_progcld_thompson_debug -Checking test 028 rap_progcld_thompson_debug results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/GNU/control_ras_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_170277/control_ras_debug +Checking test 031 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 = 177.435141 - 0: The maximum resident set size (KB) = 840796 + 0: The total amount of wall time = 106.063267 + 0: The maximum resident set size (KB) = 482344 -Test 028 rap_progcld_thompson_debug PASS +Test 031 control_ras_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/GNU/rrfs_v1beta_debug -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_24313/rrfs_v1beta_debug -Checking test 029 rrfs_v1beta_debug results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/GNU/control_stochy_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_170277/control_stochy_debug +Checking test 032 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 = 176.736851 - 0: The maximum resident set size (KB) = 837076 + 0: The total amount of wall time = 121.002961 + 0: The maximum resident set size (KB) = 475124 -Test 029 rrfs_v1beta_debug PASS +Test 032 control_stochy_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/GNU/control_ras_debug -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_24313/control_ras_debug -Checking test 030 control_ras_debug results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/GNU/control_debug_p8 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_170277/control_debug_p8 +Checking test 033 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 = 105.219531 - 0: The maximum resident set size (KB) = 479384 + 0: The total amount of wall time = 122.839635 + 0: The maximum resident set size (KB) = 1230204 -Test 030 control_ras_debug PASS +Test 033 control_debug_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/GNU/control_stochy_debug -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_24313/control_stochy_debug -Checking test 031 control_stochy_debug results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/GNU/rrfs_smoke_conus13km_hrrr_warm_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_170277/rrfs_smoke_conus13km_hrrr_warm_debug +Checking test 034 rrfs_smoke_conus13km_hrrr_warm_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 = 121.594167 - 0: The maximum resident set size (KB) = 473180 + 0: The total amount of wall time = 650.624570 + 0: The maximum resident set size (KB) = 680812 -Test 031 control_stochy_debug PASS +Test 034 rrfs_smoke_conus13km_hrrr_warm_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/GNU/control_debug_p8 -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_24313/control_debug_p8 -Checking test 032 control_debug_p8 results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/GNU/rrfs_smoke_conus13km_hrrr_warm_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_170277/rrfs_smoke_conus13km_hrrr_warm_debug_2threads +Checking test 035 rrfs_smoke_conus13km_hrrr_warm_debug_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 117.931940 - 0: The maximum resident set size (KB) = 1228492 + 0: The total amount of wall time = 772.675772 + 0: The maximum resident set size (KB) = 682600 -Test 032 control_debug_p8 PASS +Test 035 rrfs_smoke_conus13km_hrrr_warm_debug_2threads PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/GNU/rrfs_smoke_conus13km_hrrr_warm_debug -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_24313/rrfs_smoke_conus13km_hrrr_warm_debug -Checking test 033 rrfs_smoke_conus13km_hrrr_warm_debug results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/GNU/rrfs_conus13km_hrrr_warm_debugs +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_170277/rrfs_conus13km_hrrr_warm_debug +Checking test 036 rrfs_conus13km_hrrr_warm_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 = 602.811813 - 0: The maximum resident set size (KB) = 683924 + 0: The total amount of wall time = 613.473872 + 0: The maximum resident set size (KB) = 660928 -Test 033 rrfs_smoke_conus13km_hrrr_warm_debug PASS +Test 036 rrfs_conus13km_hrrr_warm_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/GNU/rrfs_smoke_conus13km_hrrr_warm_debug -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_24313/rrfs_smoke_conus13km_hrrr_warm_debug_2threads -Checking test 034 rrfs_smoke_conus13km_hrrr_warm_debug_2threads results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/GNU/rap_flake_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_170277/rap_flake_debug +Checking test 037 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 = 764.912887 - 0: The maximum resident set size (KB) = 680172 + 0: The total amount of wall time = 177.648586 + 0: The maximum resident set size (KB) = 847468 -Test 034 rrfs_smoke_conus13km_hrrr_warm_debug_2threads PASS +Test 037 rap_flake_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/GNU/rrfs_conus13km_hrrr_warm_debugs -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_24313/rrfs_conus13km_hrrr_warm_debug -Checking test 035 rrfs_conus13km_hrrr_warm_debug results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/GNU/rap_clm_lake_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_170277/rap_clm_lake_debug +Checking test 038 rap_clm_lake_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 = 584.313887 - 0: The maximum resident set size (KB) = 656816 + 0: The total amount of wall time = 195.913252 + 0: The maximum resident set size (KB) = 840864 -Test 035 rrfs_conus13km_hrrr_warm_debug PASS +Test 038 rap_clm_lake_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/GNU/control_wam_debug -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_24313/control_wam_debug -Checking test 036 control_wam_debug results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/GNU/control_wam_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_170277/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 = 178.776248 - 0: The maximum resident set size (KB) = 189028 + 0: The total amount of wall time = 182.162596 + 0: The maximum resident set size (KB) = 192972 -Test 036 control_wam_debug PASS +Test 039 control_wam_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/GNU/rap_control_dyn32_phy32 -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_24313/rap_control_dyn32_phy32 -Checking test 037 rap_control_dyn32_phy32 results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/GNU/rap_control_dyn32_phy32 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_170277/rap_control_dyn32_phy32 +Checking test 040 rap_control_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -1106,15 +1120,15 @@ Checking test 037 rap_control_dyn32_phy32 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 1517.891473 - 0: The maximum resident set size (KB) = 682420 + 0: The total amount of wall time = 1470.438664 + 0: The maximum resident set size (KB) = 689552 -Test 037 rap_control_dyn32_phy32 PASS +Test 040 rap_control_dyn32_phy32 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/GNU/hrrr_control_dyn32_phy32 -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_24313/hrrr_control_dyn32_phy32 -Checking test 038 hrrr_control_dyn32_phy32 results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/GNU/hrrr_control_dyn32_phy32 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_170277/hrrr_control_dyn32_phy32 +Checking test 041 hrrr_control_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -1127,48 +1141,48 @@ Checking test 038 hrrr_control_dyn32_phy32 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF09 .........OK Comparing GFSPRS.GrbF12 .........OK - Comparing RESTART/20210322.180000.coupler.res .........OK - Comparing RESTART/20210322.180000.fv_core.res.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile1.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile2.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile3.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile4.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile5.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile6.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile1.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile2.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile3.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile4.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile5.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile6.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile1.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile2.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile3.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile4.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile5.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile6.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile1.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile2.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile3.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile4.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile5.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile6.nc .........OK - - 0: The total amount of wall time = 736.688457 - 0: The maximum resident set size (KB) = 681388 - -Test 038 hrrr_control_dyn32_phy32 PASS - - -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/GNU/rap_control_dyn32_phy32 -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_24313/rap_2threads_dyn32_phy32 -Checking test 039 rap_2threads_dyn32_phy32 results .... + Comparing RESTART/20210322.120000.coupler.res .........OK + Comparing RESTART/20210322.120000.fv_core.res.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile6.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK + + 0: The total amount of wall time = 733.016927 + 0: The maximum resident set size (KB) = 690868 + +Test 041 hrrr_control_dyn32_phy32 PASS + + +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/GNU/rap_control_dyn32_phy32 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_170277/rap_2threads_dyn32_phy32 +Checking test 042 rap_2threads_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -1214,15 +1228,15 @@ Checking test 039 rap_2threads_dyn32_phy32 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 1380.276936 - 0: The maximum resident set size (KB) = 729068 + 0: The total amount of wall time = 1322.221524 + 0: The maximum resident set size (KB) = 735232 -Test 039 rap_2threads_dyn32_phy32 PASS +Test 042 rap_2threads_dyn32_phy32 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/GNU/hrrr_control_dyn32_phy32 -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_24313/hrrr_control_2threads_dyn32_phy32 -Checking test 040 hrrr_control_2threads_dyn32_phy32 results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/GNU/hrrr_control_dyn32_phy32 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_170277/hrrr_control_2threads_dyn32_phy32 +Checking test 043 hrrr_control_2threads_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -1235,48 +1249,48 @@ Checking test 040 hrrr_control_2threads_dyn32_phy32 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF09 .........OK Comparing GFSPRS.GrbF12 .........OK - Comparing RESTART/20210322.180000.coupler.res .........OK - Comparing RESTART/20210322.180000.fv_core.res.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile1.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile2.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile3.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile4.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile5.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile6.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile1.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile2.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile3.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile4.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile5.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile6.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile1.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile2.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile3.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile4.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile5.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile6.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile1.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile2.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile3.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile4.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile5.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile6.nc .........OK - - 0: The total amount of wall time = 721.578905 - 0: The maximum resident set size (KB) = 730844 - -Test 040 hrrr_control_2threads_dyn32_phy32 PASS - - -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/GNU/hrrr_control_dyn32_phy32 -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_24313/hrrr_control_decomp_dyn32_phy32 -Checking test 041 hrrr_control_decomp_dyn32_phy32 results .... + Comparing RESTART/20210322.120000.coupler.res .........OK + Comparing RESTART/20210322.120000.fv_core.res.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile6.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK + + 0: The total amount of wall time = 776.219138 + 0: The maximum resident set size (KB) = 723252 + +Test 043 hrrr_control_2threads_dyn32_phy32 PASS + + +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/GNU/hrrr_control_dyn32_phy32 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_170277/hrrr_control_decomp_dyn32_phy32 +Checking test 044 hrrr_control_decomp_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -1289,48 +1303,48 @@ Checking test 041 hrrr_control_decomp_dyn32_phy32 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF09 .........OK Comparing GFSPRS.GrbF12 .........OK - Comparing RESTART/20210322.180000.coupler.res .........OK - Comparing RESTART/20210322.180000.fv_core.res.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile1.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile2.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile3.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile4.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile5.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile6.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile1.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile2.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile3.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile4.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile5.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile6.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile1.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile2.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile3.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile4.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile5.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile6.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile1.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile2.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile3.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile4.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile5.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile6.nc .........OK - - 0: The total amount of wall time = 744.387652 - 0: The maximum resident set size (KB) = 685336 - -Test 041 hrrr_control_decomp_dyn32_phy32 PASS - - -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/GNU/rap_control_dyn32_phy32 -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_24313/rap_restart_dyn32_phy32 -Checking test 042 rap_restart_dyn32_phy32 results .... + Comparing RESTART/20210322.120000.coupler.res .........OK + Comparing RESTART/20210322.120000.fv_core.res.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile6.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK + + 0: The total amount of wall time = 725.241641 + 0: The maximum resident set size (KB) = 685996 + +Test 044 hrrr_control_decomp_dyn32_phy32 PASS + + +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/GNU/rap_control_dyn32_phy32 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_170277/rap_restart_dyn32_phy32 +Checking test 045 rap_restart_dyn32_phy32 results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK Comparing GFSFLX.GrbF12 .........OK @@ -1368,61 +1382,29 @@ Checking test 042 rap_restart_dyn32_phy32 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 1063.949930 - 0: The maximum resident set size (KB) = 509900 + 0: The total amount of wall time = 1068.369567 + 0: The maximum resident set size (KB) = 512200 -Test 042 rap_restart_dyn32_phy32 PASS +Test 045 rap_restart_dyn32_phy32 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/GNU/hrrr_control_dyn32_phy32 -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_24313/hrrr_control_restart_dyn32_phy32 -Checking test 043 hrrr_control_restart_dyn32_phy32 results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/GNU/hrrr_control_dyn32_phy32 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_170277/hrrr_control_restart_dyn32_phy32 +Checking test 046 hrrr_control_restart_dyn32_phy32 results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK Comparing GFSFLX.GrbF12 .........OK Comparing GFSPRS.GrbF12 .........OK - Comparing RESTART/20210322.180000.coupler.res .........OK - Comparing RESTART/20210322.180000.fv_core.res.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile1.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile2.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile3.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile4.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile5.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile6.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile1.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile2.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile3.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile4.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile5.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile6.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile1.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile2.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile3.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile4.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile5.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile6.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile1.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile2.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile3.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile4.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile5.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 363.723751 - 0: The maximum resident set size (KB) = 508972 + 0: The total amount of wall time = 368.547895 + 0: The maximum resident set size (KB) = 508940 -Test 043 hrrr_control_restart_dyn32_phy32 PASS +Test 046 hrrr_control_restart_dyn32_phy32 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/GNU/rap_control_dyn64_phy32 -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_24313/rap_control_dyn64_phy32 -Checking test 044 rap_control_dyn64_phy32 results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/GNU/rap_control_dyn64_phy32 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_170277/rap_control_dyn64_phy32 +Checking test 047 rap_control_dyn64_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -1468,57 +1450,57 @@ Checking test 044 rap_control_dyn64_phy32 results .... Comparing RESTART/20210322.180000.sfc_data.tile5.nc .........OK Comparing RESTART/20210322.180000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 1073.922865 - 0: The maximum resident set size (KB) = 709512 + 0: The total amount of wall time = 1057.699160 + 0: The maximum resident set size (KB) = 708852 -Test 044 rap_control_dyn64_phy32 PASS +Test 047 rap_control_dyn64_phy32 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/GNU/rap_control_debug_dyn32_phy32 -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_24313/rap_control_debug_dyn32_phy32 -Checking test 045 rap_control_debug_dyn32_phy32 results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/GNU/rap_control_debug_dyn32_phy32 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_170277/rap_control_debug_dyn32_phy32 +Checking test 048 rap_control_debug_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 175.026470 - 0: The maximum resident set size (KB) = 696324 + 0: The total amount of wall time = 172.589601 + 0: The maximum resident set size (KB) = 702984 -Test 045 rap_control_debug_dyn32_phy32 PASS +Test 048 rap_control_debug_dyn32_phy32 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/GNU/hrrr_control_debug_dyn32_phy32 -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_24313/hrrr_control_debug_dyn32_phy32 -Checking test 046 hrrr_control_debug_dyn32_phy32 results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/GNU/hrrr_control_debug_dyn32_phy32 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_170277/hrrr_control_debug_dyn32_phy32 +Checking test 049 hrrr_control_debug_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 174.688954 - 0: The maximum resident set size (KB) = 699760 + 0: The total amount of wall time = 171.838805 + 0: The maximum resident set size (KB) = 701344 -Test 046 hrrr_control_debug_dyn32_phy32 PASS +Test 049 hrrr_control_debug_dyn32_phy32 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/GNU/rap_control_debug_dyn64_phy32 -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_24313/rap_control_dyn64_phy32_debug -Checking test 047 rap_control_dyn64_phy32_debug results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/GNU/rap_control_debug_dyn64_phy32 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_170277/rap_control_dyn64_phy32_debug +Checking test 050 rap_control_dyn64_phy32_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 = 203.794717 - 0: The maximum resident set size (KB) = 718868 + 0: The total amount of wall time = 209.897541 + 0: The maximum resident set size (KB) = 711108 -Test 047 rap_control_dyn64_phy32_debug PASS +Test 050 rap_control_dyn64_phy32_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/GNU/cpld_control_p8 -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_24313/cpld_control_p8 -Checking test 048 cpld_control_p8 results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/GNU/cpld_control_p8 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_170277/cpld_control_p8 +Checking test 051 cpld_control_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK Comparing sfcf021.tile3.nc .........OK @@ -1582,15 +1564,15 @@ Checking test 048 cpld_control_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 1712.920489 - 0: The maximum resident set size (KB) = 1432332 + 0: The total amount of wall time = 1726.294317 + 0: The maximum resident set size (KB) = 1433068 -Test 048 cpld_control_p8 PASS +Test 051 cpld_control_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/GNU/cpld_control_c96_noaero_p8 -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_24313/cpld_control_nowave_noaero_p8 -Checking test 049 cpld_control_nowave_noaero_p8 results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/GNU/cpld_control_c96_noaero_p8 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_170277/cpld_control_nowave_noaero_p8 +Checking test 052 cpld_control_nowave_noaero_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK Comparing sfcf021.tile3.nc .........OK @@ -1651,15 +1633,15 @@ Checking test 049 cpld_control_nowave_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 = 1254.898301 - 0: The maximum resident set size (KB) = 1333572 + 0: The total amount of wall time = 1219.667052 + 0: The maximum resident set size (KB) = 1334304 -Test 049 cpld_control_nowave_noaero_p8 PASS +Test 052 cpld_control_nowave_noaero_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/GNU/cpld_debug_p8 -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_24313/cpld_debug_p8 -Checking test 050 cpld_debug_p8 results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/GNU/cpld_debug_p8 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_170277/cpld_debug_p8 +Checking test 053 cpld_debug_p8 results .... Comparing sfcf003.tile1.nc .........OK Comparing sfcf003.tile2.nc .........OK Comparing sfcf003.tile3.nc .........OK @@ -1711,25 +1693,25 @@ Checking test 050 cpld_debug_p8 results .... Comparing 20210322.090000.out_pnt.ww3 .........OK Comparing 20210322.090000.out_grd.ww3 .........OK - 0: The total amount of wall time = 778.860640 - 0: The maximum resident set size (KB) = 1442796 + 0: The total amount of wall time = 1499.187698 + 0: The maximum resident set size (KB) = 1435040 -Test 050 cpld_debug_p8 PASS +Test 053 cpld_debug_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230407/GNU/datm_cdeps_control_cfsr -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_24313/datm_cdeps_control_cfsr -Checking test 051 datm_cdeps_control_cfsr results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230407/GNU/datm_cdeps_control_cfsr +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_170277/datm_cdeps_control_cfsr +Checking test 054 datm_cdeps_control_cfsr results .... Comparing RESTART/20111002.000000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 175.228746 - 0: The maximum resident set size (KB) = 669312 + 0: The total amount of wall time = 175.500329 + 0: The maximum resident set size (KB) = 666008 -Test 051 datm_cdeps_control_cfsr PASS +Test 054 datm_cdeps_control_cfsr PASS REGRESSION TEST WAS SUCCESSFUL -Sat Apr 8 15:00:24 UTC 2023 -Elapsed time: 00h:56m:03s. Have a nice day! +Wed Apr 12 15:52:28 UTC 2023 +Elapsed time: 16h:52m:30s. Have a nice day! From a1e918293b2b2b1fd7375fe5d64dac1d13564d49 Mon Sep 17 00:00:00 2001 From: "samuel.trahan" Date: Fri, 14 Apr 2023 19:56:26 +0000 Subject: [PATCH 132/152] reviewer suggestions in CMEPS --- CMEPS-interface/CMEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMEPS-interface/CMEPS b/CMEPS-interface/CMEPS index a2caa2fe08..80da72c8dd 160000 --- a/CMEPS-interface/CMEPS +++ b/CMEPS-interface/CMEPS @@ -1 +1 @@ -Subproject commit a2caa2fe082fb82e30dd80cd3af5e87b75b099e2 +Subproject commit 80da72c8dd24dd1da23d9c2fe3694dd082bb0da8 From fa50adb3524b8f918cc72ea34d27e7cb435b1c2b Mon Sep 17 00:00:00 2001 From: "samuel.trahan" Date: Fri, 14 Apr 2023 19:58:03 +0000 Subject: [PATCH 133/152] update ccpp-physics hash --- FV3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FV3 b/FV3 index dda3468e17..cf2c7b97c5 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit dda3468e175442a54982fb03bc4ba6c5335d0a28 +Subproject commit cf2c7b97c50eda81ddee4d2208a8c83da86dcc83 From 97ba82ae74e66f4d53c18dc66eaa9ad1e66fdda9 Mon Sep 17 00:00:00 2001 From: "samuel.trahan" Date: Fri, 14 Apr 2023 21:53:47 +0000 Subject: [PATCH 134/152] remove test code from clm_lake.f90 --- FV3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FV3 b/FV3 index cf2c7b97c5..994d373020 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit cf2c7b97c50eda81ddee4d2208a8c83da86dcc83 +Subproject commit 994d37302067cd709237b3ac0c0c40acff4d115b From ee03e0cef5308fed87e6ac3628a8254c67d45d9c Mon Sep 17 00:00:00 2001 From: "samuel.trahan" Date: Wed, 19 Apr 2023 18:26:06 +0000 Subject: [PATCH 135/152] remove redundant .not.have_2m in ccpp-physics sfc_diag.f --- FV3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FV3 b/FV3 index 953bbf61f4..d6322109e2 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit 953bbf61f494f8a4f1794f75d9ae6a1cff95f26c +Subproject commit d6322109e2d553c091e37ad6f535ddd4147c9f59 From a8c9ff25a4757d772df27ded86e5a2ddcc0d6248 Mon Sep 17 00:00:00 2001 From: "samuel.trahan" Date: Wed, 19 Apr 2023 18:29:40 +0000 Subject: [PATCH 136/152] ccpp-physics clm_lake.f90: explain why kind_lake exists --- FV3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FV3 b/FV3 index d6322109e2..b82a38b168 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit d6322109e2d553c091e37ad6f535ddd4147c9f59 +Subproject commit b82a38b168db4c2efb283839d19c042219d246ac From 9862469219f6c957c45214e641da9db4c93381da Mon Sep 17 00:00:00 2001 From: "samuel.trahan" Date: Wed, 19 Apr 2023 21:14:02 +0000 Subject: [PATCH 137/152] new filenames for post --- tests/fv3_conf/lake_control_run.IN | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/fv3_conf/lake_control_run.IN b/tests/fv3_conf/lake_control_run.IN index 9b80be01c2..7d34e82e23 100644 --- a/tests/fv3_conf/lake_control_run.IN +++ b/tests/fv3_conf/lake_control_run.IN @@ -109,9 +109,9 @@ fi #inline post if [[ $POSTAPP = 'global' ]]; then - cp ${PATHRT}/parm/post_itag itag - cp ${PATHRT}/parm/postxconfig-NT.txt postxconfig-NT.txt - cp ${PATHRT}/parm/postxconfig-NT_FH00.txt postxconfig-NT_FH00.txt + cp ${PATHRT}/parm/post_itag_gfs itag + cp ${PATHRT}/parm/postxconfig-NT-gfs.txt postxconfig-NT.txt + cp ${PATHRT}/parm/postxconfig-NT-gfs_FH00.txt postxconfig-NT_FH00.txt cp ${PATHRT}/parm/params_grib2_tbl_new params_grib2_tbl_new fi From cf8a7709315b50c316d423f966fe8958610973a4 Mon Sep 17 00:00:00 2001 From: "samuel.trahan" Date: Wed, 19 Apr 2023 22:47:33 +0000 Subject: [PATCH 138/152] hera.gnu tests passed again --- tests/RegressionTests_hera.gnu.log | 1170 ++++++++++++++-------------- 1 file changed, 576 insertions(+), 594 deletions(-) diff --git a/tests/RegressionTests_hera.gnu.log b/tests/RegressionTests_hera.gnu.log index 78f95405c4..b50c37913c 100644 --- a/tests/RegressionTests_hera.gnu.log +++ b/tests/RegressionTests_hera.gnu.log @@ -1,21 +1,21 @@ -Sat Apr 15 00:18:29 UTC 2023 +Wed Apr 19 19:34:13 UTC 2023 Start Regression test -Compile 001 elapsed time 183 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v16_ras,FV3_GFS_v17_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 002 elapsed time 189 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_RRFS_v1beta -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 003 elapsed time 328 seconds. -DAPP=ATM -D32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 004 elapsed time 99 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 191 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -D32BIT=ON -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 006 elapsed time 410 seconds. -DAPP=ATM -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 007 elapsed time 330 seconds. -DAPP=ATM -D32BIT=ON -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 008 elapsed time 333 seconds. -DAPP=ATM -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 009 elapsed time 265 seconds. -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 010 elapsed time 229 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 011 elapsed time 149 seconds. -DAPP=S2SWA -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile 012 elapsed time 112 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON - -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230413/GNU/control_c48 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10709/control_c48 +Compile 001 elapsed time 193 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v16_flake,FV3_GFS_v16_ras,FV3_GFS_v17_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 002 elapsed time 199 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_RRFS_v1beta -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 003 elapsed time 366 seconds. -DAPP=ATM -D32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 004 elapsed time 105 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 192 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR,FV3_HRRR_flake -D32BIT=ON -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 006 elapsed time 428 seconds. -DAPP=ATM -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 007 elapsed time 366 seconds. -DAPP=ATM -D32BIT=ON -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 008 elapsed time 361 seconds. -DAPP=ATM -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 009 elapsed time 268 seconds. -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 010 elapsed time 238 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 011 elapsed time 152 seconds. -DAPP=S2SWA -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile 012 elapsed time 119 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON + +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/GNU/control_c48 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_130684/control_c48 Checking test 001 control_c48 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -54,14 +54,14 @@ Checking test 001 control_c48 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -0: The total amount of wall time = 688.444396 -0: The maximum resident set size (KB) = 704520 +0: The total amount of wall time = 690.476140 +0: The maximum resident set size (KB) = 704600 Test 001 control_c48 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230413/GNU/control_stochy -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10709/control_stochy +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/GNU/control_stochy +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_130684/control_stochy Checking test 002 control_stochy results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -72,14 +72,14 @@ Checking test 002 control_stochy results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 639.540681 - 0: The maximum resident set size (KB) = 479828 + 0: The total amount of wall time = 645.455370 + 0: The maximum resident set size (KB) = 480092 Test 002 control_stochy PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230413/GNU/control_ras -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10709/control_ras +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/GNU/control_ras +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_130684/control_ras Checking test 003 control_ras results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -90,14 +90,14 @@ Checking test 003 control_ras results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 830.562443 - 0: The maximum resident set size (KB) = 486676 + 0: The total amount of wall time = 832.465526 + 0: The maximum resident set size (KB) = 486996 Test 003 control_ras PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230413/GNU/control_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10709/control_p8 +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/GNU/control_p8 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_130684/control_p8 Checking test 004 control_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -144,15 +144,33 @@ Checking test 004 control_p8 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 894.765008 - 0: The maximum resident set size (KB) = 1234336 + 0: The total amount of wall time = 889.234522 + 0: The maximum resident set size (KB) = 1234560 Test 004 control_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230413/GNU/rap_control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10709/rap_control -Checking test 005 rap_control results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/GNU/control_flake +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_130684/control_flake +Checking test 005 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 = 1532.060482 + 0: The maximum resident set size (KB) = 524124 + +Test 005 control_flake PASS + + +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/GNU/rap_control +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_130684/rap_control +Checking test 006 rap_control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -198,15 +216,15 @@ Checking test 005 rap_control results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 1470.481292 - 0: The maximum resident set size (KB) = 825764 + 0: The total amount of wall time = 1475.989743 + 0: The maximum resident set size (KB) = 826224 -Test 005 rap_control PASS +Test 006 rap_control PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230413/GNU/rap_control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10709/rap_decomp -Checking test 006 rap_decomp results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/GNU/rap_control +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_130684/rap_decomp +Checking test 007 rap_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -252,15 +270,15 @@ Checking test 006 rap_decomp results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 1434.327766 - 0: The maximum resident set size (KB) = 828428 + 0: The total amount of wall time = 1452.920186 + 0: The maximum resident set size (KB) = 834168 -Test 006 rap_decomp PASS +Test 007 rap_decomp PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230413/GNU/rap_control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10709/rap_2threads -Checking test 007 rap_2threads results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/GNU/rap_control +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_130684/rap_2threads +Checking test 008 rap_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -306,15 +324,15 @@ Checking test 007 rap_2threads results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 1368.464408 - 0: The maximum resident set size (KB) = 891292 + 0: The total amount of wall time = 1318.261425 + 0: The maximum resident set size (KB) = 898444 -Test 007 rap_2threads PASS +Test 008 rap_2threads PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230413/GNU/rap_control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10709/rap_restart -Checking test 008 rap_restart results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/GNU/rap_control +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_130684/rap_restart +Checking test 009 rap_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK Comparing GFSFLX.GrbF24 .........OK @@ -352,15 +370,15 @@ Checking test 008 rap_restart results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 719.522610 - 0: The maximum resident set size (KB) = 545684 + 0: The total amount of wall time = 724.482499 + 0: The maximum resident set size (KB) = 546016 -Test 008 rap_restart PASS +Test 009 rap_restart PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230413/GNU/rap_sfcdiff -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10709/rap_sfcdiff -Checking test 009 rap_sfcdiff results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/GNU/rap_sfcdiff +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_130684/rap_sfcdiff +Checking test 010 rap_sfcdiff results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -406,15 +424,15 @@ Checking test 009 rap_sfcdiff results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 1516.033568 - 0: The maximum resident set size (KB) = 822740 + 0: The total amount of wall time = 1495.914602 + 0: The maximum resident set size (KB) = 836840 -Test 009 rap_sfcdiff PASS +Test 010 rap_sfcdiff PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230413/GNU/rap_sfcdiff -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10709/rap_sfcdiff_decomp -Checking test 010 rap_sfcdiff_decomp results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/GNU/rap_sfcdiff +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_130684/rap_sfcdiff_decomp +Checking test 011 rap_sfcdiff_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -460,15 +478,15 @@ Checking test 010 rap_sfcdiff_decomp results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 1484.628876 - 0: The maximum resident set size (KB) = 825692 + 0: The total amount of wall time = 1461.948056 + 0: The maximum resident set size (KB) = 827868 -Test 010 rap_sfcdiff_decomp PASS +Test 011 rap_sfcdiff_decomp PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230413/GNU/rap_sfcdiff -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10709/rap_sfcdiff_restart -Checking test 011 rap_sfcdiff_restart results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/GNU/rap_sfcdiff +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_130684/rap_sfcdiff_restart +Checking test 012 rap_sfcdiff_restart results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK Comparing GFSFLX.GrbF12 .........OK @@ -506,15 +524,15 @@ Checking test 011 rap_sfcdiff_restart results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 1065.712953 - 0: The maximum resident set size (KB) = 550132 + 0: The total amount of wall time = 1090.498562 + 0: The maximum resident set size (KB) = 551504 -Test 011 rap_sfcdiff_restart PASS +Test 012 rap_sfcdiff_restart PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230413/GNU/hrrr_control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10709/hrrr_control -Checking test 012 hrrr_control results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/GNU/hrrr_control +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_130684/hrrr_control +Checking test 013 hrrr_control results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -527,48 +545,48 @@ Checking test 012 hrrr_control results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF09 .........OK Comparing GFSPRS.GrbF12 .........OK - Comparing RESTART/20210323.060000.coupler.res .........OK - Comparing RESTART/20210323.060000.fv_core.res.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile1.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile2.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile3.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile4.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile5.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile6.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile1.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile2.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile3.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile4.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - - 0: The total amount of wall time = 1458.424499 - 0: The maximum resident set size (KB) = 826020 - -Test 012 hrrr_control PASS - - -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230413/GNU/hrrr_control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10709/hrrr_control_2threads -Checking test 013 hrrr_control_2threads results .... + Comparing RESTART/20210322.120000.coupler.res .........OK + Comparing RESTART/20210322.120000.fv_core.res.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile6.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK + + 0: The total amount of wall time = 1408.591512 + 0: The maximum resident set size (KB) = 821524 + +Test 013 hrrr_control PASS + + +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/GNU/hrrr_control +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_130684/hrrr_control_2threads +Checking test 014 hrrr_control_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -581,48 +599,48 @@ Checking test 013 hrrr_control_2threads results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF09 .........OK Comparing GFSPRS.GrbF12 .........OK - Comparing RESTART/20210323.060000.coupler.res .........OK - Comparing RESTART/20210323.060000.fv_core.res.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile1.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile2.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile3.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile4.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile5.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile6.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile1.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile2.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile3.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile4.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - - 0: The total amount of wall time = 1306.572428 - 0: The maximum resident set size (KB) = 893232 - -Test 013 hrrr_control_2threads PASS - - -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230413/GNU/hrrr_control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10709/hrrr_control_decomp -Checking test 014 hrrr_control_decomp results .... + Comparing RESTART/20210322.120000.coupler.res .........OK + Comparing RESTART/20210322.120000.fv_core.res.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile6.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK + + 0: The total amount of wall time = 1457.144938 + 0: The maximum resident set size (KB) = 886924 + +Test 014 hrrr_control_2threads PASS + + +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/GNU/hrrr_control +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_130684/hrrr_control_decomp +Checking test 015 hrrr_control_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -635,94 +653,62 @@ Checking test 014 hrrr_control_decomp results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF09 .........OK Comparing GFSPRS.GrbF12 .........OK - Comparing RESTART/20210323.060000.coupler.res .........OK - Comparing RESTART/20210323.060000.fv_core.res.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile1.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile2.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile3.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile4.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile5.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile6.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile1.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile2.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile3.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile4.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - - 0: The total amount of wall time = 1453.462076 - 0: The maximum resident set size (KB) = 822100 - -Test 014 hrrr_control_decomp PASS - - -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230413/GNU/hrrr_control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10709/hrrr_control_restart -Checking test 015 hrrr_control_restart results .... + Comparing RESTART/20210322.120000.coupler.res .........OK + Comparing RESTART/20210322.120000.fv_core.res.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile6.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK + + 0: The total amount of wall time = 1426.252835 + 0: The maximum resident set size (KB) = 822164 + +Test 015 hrrr_control_decomp PASS + + +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/GNU/hrrr_control +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_130684/hrrr_control_restart +Checking test 016 hrrr_control_restart results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK Comparing GFSFLX.GrbF12 .........OK Comparing GFSPRS.GrbF12 .........OK - Comparing RESTART/20210323.060000.coupler.res .........OK - Comparing RESTART/20210323.060000.fv_core.res.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile1.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile2.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile3.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile4.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile5.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile6.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile1.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile2.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile3.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile4.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 1053.715977 - 0: The maximum resident set size (KB) = 549548 + 0: The total amount of wall time = 1031.656208 + 0: The maximum resident set size (KB) = 547600 -Test 015 hrrr_control_restart PASS +Test 016 hrrr_control_restart PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230413/GNU/rrfs_v1beta -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10709/rrfs_v1beta -Checking test 016 rrfs_v1beta results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/GNU/rrfs_v1beta +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_130684/rrfs_v1beta +Checking test 017 rrfs_v1beta results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -768,15 +754,15 @@ Checking test 016 rrfs_v1beta results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 1465.966281 - 0: The maximum resident set size (KB) = 820428 + 0: The total amount of wall time = 1439.678113 + 0: The maximum resident set size (KB) = 831528 -Test 016 rrfs_v1beta PASS +Test 017 rrfs_v1beta PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230413/GNU/rrfs_smoke_conus13km_hrrr_warm -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10709/rrfs_smoke_conus13km_hrrr_warm -Checking test 017 rrfs_smoke_conus13km_hrrr_warm results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/GNU/rrfs_smoke_conus13km_hrrr_warm +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_130684/rrfs_smoke_conus13km_hrrr_warm +Checking test 018 rrfs_smoke_conus13km_hrrr_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing sfcf002.nc .........OK @@ -784,15 +770,15 @@ Checking test 017 rrfs_smoke_conus13km_hrrr_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 817.280885 - 0: The maximum resident set size (KB) = 668100 + 0: The total amount of wall time = 814.318251 + 0: The maximum resident set size (KB) = 670928 -Test 017 rrfs_smoke_conus13km_hrrr_warm PASS +Test 018 rrfs_smoke_conus13km_hrrr_warm PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230413/GNU/rrfs_smoke_conus13km_hrrr_warm -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10709/rrfs_smoke_conus13km_hrrr_warm_2threads -Checking test 018 rrfs_smoke_conus13km_hrrr_warm_2threads results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/GNU/rrfs_smoke_conus13km_hrrr_warm +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_130684/rrfs_smoke_conus13km_hrrr_warm_2threads +Checking test 019 rrfs_smoke_conus13km_hrrr_warm_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing sfcf002.nc .........OK @@ -800,15 +786,15 @@ Checking test 018 rrfs_smoke_conus13km_hrrr_warm_2threads results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 1055.436352 - 0: The maximum resident set size (KB) = 670708 + 0: The total amount of wall time = 1065.032515 + 0: The maximum resident set size (KB) = 669596 -Test 018 rrfs_smoke_conus13km_hrrr_warm_2threads PASS +Test 019 rrfs_smoke_conus13km_hrrr_warm_2threads PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230413/GNU/rrfs_conus13km_hrrr_warm -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10709/rrfs_conus13km_hrrr_warm -Checking test 019 rrfs_conus13km_hrrr_warm results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/GNU/rrfs_conus13km_hrrr_warm +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_130684/rrfs_conus13km_hrrr_warm +Checking test 020 rrfs_conus13km_hrrr_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing sfcf002.nc .........OK @@ -816,15 +802,15 @@ Checking test 019 rrfs_conus13km_hrrr_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 733.871623 - 0: The maximum resident set size (KB) = 644452 + 0: The total amount of wall time = 764.820475 + 0: The maximum resident set size (KB) = 649980 -Test 019 rrfs_conus13km_hrrr_warm PASS +Test 020 rrfs_conus13km_hrrr_warm PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230413/GNU/rrfs_smoke_conus13km_hrrr_warm_radar_tten -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10709/rrfs_smoke_conus13km_radar_tten_warm -Checking test 020 rrfs_smoke_conus13km_radar_tten_warm results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/GNU/rrfs_smoke_conus13km_hrrr_warm_radar_tten +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_130684/rrfs_smoke_conus13km_radar_tten_warm +Checking test 021 rrfs_smoke_conus13km_radar_tten_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing sfcf002.nc .........OK @@ -832,235 +818,263 @@ Checking test 020 rrfs_smoke_conus13km_radar_tten_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 836.590679 - 0: The maximum resident set size (KB) = 672632 + 0: The total amount of wall time = 817.888780 + 0: The maximum resident set size (KB) = 677224 -Test 020 rrfs_smoke_conus13km_radar_tten_warm PASS +Test 021 rrfs_smoke_conus13km_radar_tten_warm PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230413/GNU/rrfs_conus13km_hrrr_warm_restart_mismatch -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10709/rrfs_conus13km_hrrr_warm_restart_mismatch -Checking test 021 rrfs_conus13km_hrrr_warm_restart_mismatch results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/GNU/rrfs_conus13km_hrrr_warm_restart_mismatch +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_130684/rrfs_conus13km_hrrr_warm_restart_mismatch +Checking test 022 rrfs_conus13km_hrrr_warm_restart_mismatch results .... Comparing sfcf002.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 396.295421 - 0: The maximum resident set size (KB) = 630868 + 0: The total amount of wall time = 395.828064 + 0: The maximum resident set size (KB) = 636168 -Test 021 rrfs_conus13km_hrrr_warm_restart_mismatch PASS +Test 022 rrfs_conus13km_hrrr_warm_restart_mismatch PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230413/GNU/control_diag_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10709/control_diag_debug -Checking test 022 control_diag_debug results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/GNU/control_diag_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_130684/control_diag_debug +Checking test 023 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 = 119.823720 - 0: The maximum resident set size (KB) = 530776 + 0: The total amount of wall time = 122.248862 + 0: The maximum resident set size (KB) = 521892 -Test 022 control_diag_debug PASS +Test 023 control_diag_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230413/GNU/regional_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10709/regional_debug -Checking test 023 regional_debug results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/GNU/regional_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_130684/regional_debug +Checking test 024 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 = 613.304912 - 0: The maximum resident set size (KB) = 589396 + 0: The total amount of wall time = 683.432758 + 0: The maximum resident set size (KB) = 589820 + +Test 024 regional_debug PASS + -Test 023 regional_debug PASS +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/GNU/rap_control_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_130684/rap_control_debug +Checking test 025 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 = 177.508554 + 0: The maximum resident set size (KB) = 839332 + +Test 025 rap_control_debug PASS + + +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/GNU/hrrr_control_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_130684/hrrr_control_debug +Checking test 026 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 = 170.490950 + 0: The maximum resident set size (KB) = 837324 +Test 026 hrrr_control_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230413/GNU/rap_control_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10709/rap_control_debug -Checking test 024 rap_control_debug results .... + +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/GNU/rap_diag_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_130684/rap_diag_debug +Checking test 027 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 = 177.491382 - 0: The maximum resident set size (KB) = 846968 + 0: The total amount of wall time = 211.731297 + 0: The maximum resident set size (KB) = 920564 -Test 024 rap_control_debug PASS +Test 027 rap_diag_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230413/GNU/hrrr_control_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10709/hrrr_control_debug -Checking test 025 hrrr_control_debug results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/GNU/rap_noah_sfcdiff_cires_ugwp_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_130684/rap_noah_sfcdiff_cires_ugwp_debug +Checking test 028 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 = 170.217454 - 0: The maximum resident set size (KB) = 843124 + 0: The total amount of wall time = 271.931245 + 0: The maximum resident set size (KB) = 833820 -Test 025 hrrr_control_debug PASS +Test 028 rap_noah_sfcdiff_cires_ugwp_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230413/GNU/rap_diag_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10709/rap_diag_debug -Checking test 026 rap_diag_debug results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/GNU/rap_progcld_thompson_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_130684/rap_progcld_thompson_debug +Checking test 029 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 = 206.427203 - 0: The maximum resident set size (KB) = 923936 + 0: The total amount of wall time = 174.517210 + 0: The maximum resident set size (KB) = 838168 -Test 026 rap_diag_debug PASS +Test 029 rap_progcld_thompson_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230413/GNU/rap_noah_sfcdiff_cires_ugwp_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10709/rap_noah_sfcdiff_cires_ugwp_debug -Checking test 027 rap_noah_sfcdiff_cires_ugwp_debug results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/GNU/rrfs_v1beta_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_130684/rrfs_v1beta_debug +Checking test 030 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 = 281.464548 - 0: The maximum resident set size (KB) = 842076 + 0: The total amount of wall time = 171.574503 + 0: The maximum resident set size (KB) = 837424 -Test 027 rap_noah_sfcdiff_cires_ugwp_debug PASS +Test 030 rrfs_v1beta_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230413/GNU/rap_progcld_thompson_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10709/rap_progcld_thompson_debug -Checking test 028 rap_progcld_thompson_debug results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/GNU/control_ras_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_130684/control_ras_debug +Checking test 031 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 = 175.128691 - 0: The maximum resident set size (KB) = 844652 + 0: The total amount of wall time = 103.109097 + 0: The maximum resident set size (KB) = 478716 -Test 028 rap_progcld_thompson_debug PASS +Test 031 control_ras_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230413/GNU/rrfs_v1beta_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10709/rrfs_v1beta_debug -Checking test 029 rrfs_v1beta_debug results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/GNU/control_stochy_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_130684/control_stochy_debug +Checking test 032 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 = 173.679958 - 0: The maximum resident set size (KB) = 843812 + 0: The total amount of wall time = 119.262474 + 0: The maximum resident set size (KB) = 473280 -Test 029 rrfs_v1beta_debug PASS +Test 032 control_stochy_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230413/GNU/control_ras_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10709/control_ras_debug -Checking test 030 control_ras_debug results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/GNU/control_debug_p8 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_130684/control_debug_p8 +Checking test 033 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 = 104.513399 - 0: The maximum resident set size (KB) = 483500 + 0: The total amount of wall time = 119.201659 + 0: The maximum resident set size (KB) = 1223600 -Test 030 control_ras_debug PASS +Test 033 control_debug_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230413/GNU/control_stochy_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10709/control_stochy_debug -Checking test 031 control_stochy_debug results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/GNU/rrfs_smoke_conus13km_hrrr_warm_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_130684/rrfs_smoke_conus13km_hrrr_warm_debug +Checking test 034 rrfs_smoke_conus13km_hrrr_warm_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.770323 - 0: The maximum resident set size (KB) = 475300 + 0: The total amount of wall time = 672.172529 + 0: The maximum resident set size (KB) = 686840 -Test 031 control_stochy_debug PASS +Test 034 rrfs_smoke_conus13km_hrrr_warm_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230413/GNU/control_debug_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10709/control_debug_p8 -Checking test 032 control_debug_p8 results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/GNU/rrfs_smoke_conus13km_hrrr_warm_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_130684/rrfs_smoke_conus13km_hrrr_warm_debug_2threads +Checking test 035 rrfs_smoke_conus13km_hrrr_warm_debug_2threads 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.307628 - 0: The maximum resident set size (KB) = 1225080 + 0: The total amount of wall time = 751.956643 + 0: The maximum resident set size (KB) = 681356 -Test 032 control_debug_p8 PASS +Test 035 rrfs_smoke_conus13km_hrrr_warm_debug_2threads PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230413/GNU/rrfs_smoke_conus13km_hrrr_warm_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10709/rrfs_smoke_conus13km_hrrr_warm_debug -Checking test 033 rrfs_smoke_conus13km_hrrr_warm_debug results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/GNU/rrfs_conus13km_hrrr_warm_debugs +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_130684/rrfs_conus13km_hrrr_warm_debug +Checking test 036 rrfs_conus13km_hrrr_warm_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 = 640.871673 - 0: The maximum resident set size (KB) = 682184 + 0: The total amount of wall time = 593.046745 + 0: The maximum resident set size (KB) = 661728 -Test 033 rrfs_smoke_conus13km_hrrr_warm_debug PASS +Test 036 rrfs_conus13km_hrrr_warm_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230413/GNU/rrfs_smoke_conus13km_hrrr_warm_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10709/rrfs_smoke_conus13km_hrrr_warm_debug_2threads -Checking test 034 rrfs_smoke_conus13km_hrrr_warm_debug_2threads results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/GNU/rap_flake_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_130684/rap_flake_debug +Checking test 037 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 = 756.816082 - 0: The maximum resident set size (KB) = 681592 + 0: The total amount of wall time = 175.306277 + 0: The maximum resident set size (KB) = 836308 -Test 034 rrfs_smoke_conus13km_hrrr_warm_debug_2threads PASS +Test 037 rap_flake_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230413/GNU/rrfs_conus13km_hrrr_warm_debugs -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10709/rrfs_conus13km_hrrr_warm_debug -Checking test 035 rrfs_conus13km_hrrr_warm_debug results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/GNU/rap_clm_lake_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_130684/rap_clm_lake_debug +Checking test 038 rap_clm_lake_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 = 597.779363 - 0: The maximum resident set size (KB) = 657700 + 0: The total amount of wall time = 194.346539 + 0: The maximum resident set size (KB) = 838764 -Test 035 rrfs_conus13km_hrrr_warm_debug PASS +Test 038 rap_clm_lake_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230413/GNU/control_wam_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10709/control_wam_debug -Checking test 036 control_wam_debug results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/GNU/control_wam_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_130684/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 = 182.247826 - 0: The maximum resident set size (KB) = 194956 + 0: The total amount of wall time = 183.308600 + 0: The maximum resident set size (KB) = 191808 -Test 036 control_wam_debug PASS +Test 039 control_wam_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230413/GNU/rap_control_dyn32_phy32 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10709/rap_control_dyn32_phy32 -Checking test 037 rap_control_dyn32_phy32 results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/GNU/rap_control_dyn32_phy32 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_130684/rap_control_dyn32_phy32 +Checking test 040 rap_control_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -1106,15 +1120,15 @@ Checking test 037 rap_control_dyn32_phy32 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 1514.418016 - 0: The maximum resident set size (KB) = 687112 + 0: The total amount of wall time = 1467.240922 + 0: The maximum resident set size (KB) = 684760 -Test 037 rap_control_dyn32_phy32 PASS +Test 040 rap_control_dyn32_phy32 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230413/GNU/hrrr_control_dyn32_phy32 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10709/hrrr_control_dyn32_phy32 -Checking test 038 hrrr_control_dyn32_phy32 results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/GNU/hrrr_control_dyn32_phy32 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_130684/hrrr_control_dyn32_phy32 +Checking test 041 hrrr_control_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -1127,48 +1141,48 @@ Checking test 038 hrrr_control_dyn32_phy32 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF09 .........OK Comparing GFSPRS.GrbF12 .........OK - Comparing RESTART/20210322.180000.coupler.res .........OK - Comparing RESTART/20210322.180000.fv_core.res.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile1.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile2.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile3.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile4.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile5.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile6.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile1.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile2.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile3.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile4.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile5.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile6.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile1.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile2.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile3.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile4.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile5.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile6.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile1.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile2.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile3.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile4.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile5.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile6.nc .........OK - - 0: The total amount of wall time = 763.473595 - 0: The maximum resident set size (KB) = 688592 - -Test 038 hrrr_control_dyn32_phy32 PASS - - -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230413/GNU/rap_control_dyn32_phy32 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10709/rap_2threads_dyn32_phy32 -Checking test 039 rap_2threads_dyn32_phy32 results .... + Comparing RESTART/20210322.120000.coupler.res .........OK + Comparing RESTART/20210322.120000.fv_core.res.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile6.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK + + 0: The total amount of wall time = 739.174888 + 0: The maximum resident set size (KB) = 681136 + +Test 041 hrrr_control_dyn32_phy32 PASS + + +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/GNU/rap_control_dyn32_phy32 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_130684/rap_2threads_dyn32_phy32 +Checking test 042 rap_2threads_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -1214,15 +1228,15 @@ Checking test 039 rap_2threads_dyn32_phy32 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 1315.008385 - 0: The maximum resident set size (KB) = 728644 + 0: The total amount of wall time = 1363.133946 + 0: The maximum resident set size (KB) = 731036 -Test 039 rap_2threads_dyn32_phy32 PASS +Test 042 rap_2threads_dyn32_phy32 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230413/GNU/hrrr_control_dyn32_phy32 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10709/hrrr_control_2threads_dyn32_phy32 -Checking test 040 hrrr_control_2threads_dyn32_phy32 results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/GNU/hrrr_control_dyn32_phy32 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_130684/hrrr_control_2threads_dyn32_phy32 +Checking test 043 hrrr_control_2threads_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -1235,48 +1249,48 @@ Checking test 040 hrrr_control_2threads_dyn32_phy32 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF09 .........OK Comparing GFSPRS.GrbF12 .........OK - Comparing RESTART/20210322.180000.coupler.res .........OK - Comparing RESTART/20210322.180000.fv_core.res.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile1.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile2.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile3.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile4.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile5.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile6.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile1.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile2.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile3.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile4.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile5.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile6.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile1.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile2.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile3.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile4.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile5.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile6.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile1.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile2.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile3.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile4.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile5.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile6.nc .........OK - - 0: The total amount of wall time = 704.527657 - 0: The maximum resident set size (KB) = 726356 - -Test 040 hrrr_control_2threads_dyn32_phy32 PASS - - -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230413/GNU/hrrr_control_dyn32_phy32 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10709/hrrr_control_decomp_dyn32_phy32 -Checking test 041 hrrr_control_decomp_dyn32_phy32 results .... + Comparing RESTART/20210322.120000.coupler.res .........OK + Comparing RESTART/20210322.120000.fv_core.res.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile6.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK + + 0: The total amount of wall time = 770.412641 + 0: The maximum resident set size (KB) = 727192 + +Test 043 hrrr_control_2threads_dyn32_phy32 PASS + + +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/GNU/hrrr_control_dyn32_phy32 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_130684/hrrr_control_decomp_dyn32_phy32 +Checking test 044 hrrr_control_decomp_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -1289,48 +1303,48 @@ Checking test 041 hrrr_control_decomp_dyn32_phy32 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF09 .........OK Comparing GFSPRS.GrbF12 .........OK - Comparing RESTART/20210322.180000.coupler.res .........OK - Comparing RESTART/20210322.180000.fv_core.res.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile1.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile2.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile3.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile4.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile5.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile6.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile1.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile2.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile3.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile4.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile5.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile6.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile1.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile2.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile3.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile4.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile5.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile6.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile1.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile2.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile3.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile4.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile5.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile6.nc .........OK - - 0: The total amount of wall time = 739.922095 - 0: The maximum resident set size (KB) = 684164 - -Test 041 hrrr_control_decomp_dyn32_phy32 PASS - - -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230413/GNU/rap_control_dyn32_phy32 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10709/rap_restart_dyn32_phy32 -Checking test 042 rap_restart_dyn32_phy32 results .... + Comparing RESTART/20210322.120000.coupler.res .........OK + Comparing RESTART/20210322.120000.fv_core.res.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile6.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK + + 0: The total amount of wall time = 710.533590 + 0: The maximum resident set size (KB) = 682664 + +Test 044 hrrr_control_decomp_dyn32_phy32 PASS + + +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/GNU/rap_control_dyn32_phy32 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_130684/rap_restart_dyn32_phy32 +Checking test 045 rap_restart_dyn32_phy32 results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK Comparing GFSFLX.GrbF12 .........OK @@ -1368,61 +1382,29 @@ Checking test 042 rap_restart_dyn32_phy32 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 1059.491879 - 0: The maximum resident set size (KB) = 512268 + 0: The total amount of wall time = 1078.940616 + 0: The maximum resident set size (KB) = 511432 -Test 042 rap_restart_dyn32_phy32 PASS +Test 045 rap_restart_dyn32_phy32 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230413/GNU/hrrr_control_dyn32_phy32 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10709/hrrr_control_restart_dyn32_phy32 -Checking test 043 hrrr_control_restart_dyn32_phy32 results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/GNU/hrrr_control_dyn32_phy32 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_130684/hrrr_control_restart_dyn32_phy32 +Checking test 046 hrrr_control_restart_dyn32_phy32 results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK Comparing GFSFLX.GrbF12 .........OK Comparing GFSPRS.GrbF12 .........OK - Comparing RESTART/20210322.180000.coupler.res .........OK - Comparing RESTART/20210322.180000.fv_core.res.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile1.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile2.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile3.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile4.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile5.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile6.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile1.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile2.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile3.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile4.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile5.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile6.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile1.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile2.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile3.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile4.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile5.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile6.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile1.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile2.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile3.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile4.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile5.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 357.266984 - 0: The maximum resident set size (KB) = 513140 + 0: The total amount of wall time = 358.026463 + 0: The maximum resident set size (KB) = 506816 -Test 043 hrrr_control_restart_dyn32_phy32 PASS +Test 046 hrrr_control_restart_dyn32_phy32 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230413/GNU/rap_control_dyn64_phy32 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10709/rap_control_dyn64_phy32 -Checking test 044 rap_control_dyn64_phy32 results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/GNU/rap_control_dyn64_phy32 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_130684/rap_control_dyn64_phy32 +Checking test 047 rap_control_dyn64_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -1468,57 +1450,57 @@ Checking test 044 rap_control_dyn64_phy32 results .... Comparing RESTART/20210322.180000.sfc_data.tile5.nc .........OK Comparing RESTART/20210322.180000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 1067.149970 - 0: The maximum resident set size (KB) = 708788 + 0: The total amount of wall time = 1072.038240 + 0: The maximum resident set size (KB) = 704960 -Test 044 rap_control_dyn64_phy32 PASS +Test 047 rap_control_dyn64_phy32 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230413/GNU/rap_control_debug_dyn32_phy32 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10709/rap_control_debug_dyn32_phy32 -Checking test 045 rap_control_debug_dyn32_phy32 results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/GNU/rap_control_debug_dyn32_phy32 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_130684/rap_control_debug_dyn32_phy32 +Checking test 048 rap_control_debug_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 180.521505 - 0: The maximum resident set size (KB) = 696696 + 0: The total amount of wall time = 175.509190 + 0: The maximum resident set size (KB) = 691864 -Test 045 rap_control_debug_dyn32_phy32 PASS +Test 048 rap_control_debug_dyn32_phy32 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230413/GNU/hrrr_control_debug_dyn32_phy32 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10709/hrrr_control_debug_dyn32_phy32 -Checking test 046 hrrr_control_debug_dyn32_phy32 results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/GNU/hrrr_control_debug_dyn32_phy32 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_130684/hrrr_control_debug_dyn32_phy32 +Checking test 049 hrrr_control_debug_dyn32_phy32 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.782527 - 0: The maximum resident set size (KB) = 701440 + 0: The total amount of wall time = 172.363942 + 0: The maximum resident set size (KB) = 696328 -Test 046 hrrr_control_debug_dyn32_phy32 PASS +Test 049 hrrr_control_debug_dyn32_phy32 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230413/GNU/rap_control_debug_dyn64_phy32 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10709/rap_control_dyn64_phy32_debug -Checking test 047 rap_control_dyn64_phy32_debug results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/GNU/rap_control_debug_dyn64_phy32 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_130684/rap_control_dyn64_phy32_debug +Checking test 050 rap_control_dyn64_phy32_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.809577 - 0: The maximum resident set size (KB) = 719120 + 0: The total amount of wall time = 204.118458 + 0: The maximum resident set size (KB) = 719744 -Test 047 rap_control_dyn64_phy32_debug PASS +Test 050 rap_control_dyn64_phy32_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230413/GNU/cpld_control_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10709/cpld_control_p8 -Checking test 048 cpld_control_p8 results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/GNU/cpld_control_p8 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_130684/cpld_control_p8 +Checking test 051 cpld_control_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK Comparing sfcf021.tile3.nc .........OK @@ -1582,15 +1564,15 @@ Checking test 048 cpld_control_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 1686.007318 - 0: The maximum resident set size (KB) = 1430476 + 0: The total amount of wall time = 1769.909411 + 0: The maximum resident set size (KB) = 1427816 -Test 048 cpld_control_p8 PASS +Test 051 cpld_control_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230413/GNU/cpld_control_c96_noaero_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10709/cpld_control_nowave_noaero_p8 -Checking test 049 cpld_control_nowave_noaero_p8 results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/GNU/cpld_control_c96_noaero_p8 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_130684/cpld_control_nowave_noaero_p8 +Checking test 052 cpld_control_nowave_noaero_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK Comparing sfcf021.tile3.nc .........OK @@ -1651,15 +1633,15 @@ Checking test 049 cpld_control_nowave_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 = 1219.333808 - 0: The maximum resident set size (KB) = 1333876 + 0: The total amount of wall time = 1222.655271 + 0: The maximum resident set size (KB) = 1327640 -Test 049 cpld_control_nowave_noaero_p8 PASS +Test 052 cpld_control_nowave_noaero_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230413/GNU/cpld_debug_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10709/cpld_debug_p8 -Checking test 050 cpld_debug_p8 results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/GNU/cpld_debug_p8 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_130684/cpld_debug_p8 +Checking test 053 cpld_debug_p8 results .... Comparing sfcf003.tile1.nc .........OK Comparing sfcf003.tile2.nc .........OK Comparing sfcf003.tile3.nc .........OK @@ -1711,25 +1693,25 @@ Checking test 050 cpld_debug_p8 results .... Comparing 20210322.090000.out_pnt.ww3 .........OK Comparing 20210322.090000.out_grd.ww3 .........OK - 0: The total amount of wall time = 1197.090742 - 0: The maximum resident set size (KB) = 1435496 + 0: The total amount of wall time = 1014.147678 + 0: The maximum resident set size (KB) = 1426392 -Test 050 cpld_debug_p8 PASS +Test 053 cpld_debug_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230413/GNU/datm_cdeps_control_cfsr -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10709/datm_cdeps_control_cfsr -Checking test 051 datm_cdeps_control_cfsr results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/GNU/datm_cdeps_control_cfsr +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_130684/datm_cdeps_control_cfsr +Checking test 054 datm_cdeps_control_cfsr results .... Comparing RESTART/20111002.000000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 178.344507 - 0: The maximum resident set size (KB) = 664004 + 0: The total amount of wall time = 179.282353 + 0: The maximum resident set size (KB) = 657432 -Test 051 datm_cdeps_control_cfsr PASS +Test 054 datm_cdeps_control_cfsr PASS REGRESSION TEST WAS SUCCESSFUL -Sat Apr 15 01:40:21 UTC 2023 -Elapsed time: 01h:21m:53s. Have a nice day! +Wed Apr 19 22:41:59 UTC 2023 +Elapsed time: 03h:07m:46s. Have a nice day! From 6e081f634d280d36bfa0d5834114fd15257e98fa Mon Sep 17 00:00:00 2001 From: "samuel.trahan" Date: Wed, 19 Apr 2023 23:23:30 +0000 Subject: [PATCH 139/152] hera.intel passed again --- tests/RegressionTests_hera.intel.log | 2486 +++++++++++++------------- 1 file changed, 1227 insertions(+), 1259 deletions(-) diff --git a/tests/RegressionTests_hera.intel.log b/tests/RegressionTests_hera.intel.log index 77a529e647..06e21ed1f9 100644 --- a/tests/RegressionTests_hera.intel.log +++ b/tests/RegressionTests_hera.intel.log @@ -1,43 +1,43 @@ -Sat Apr 15 00:03:48 UTC 2023 +Wed Apr 19 21:26:45 UTC 2023 Start Regression test -Compile 001 elapsed time 663 seconds. -DAPP=S2SWA -D32BIT=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 002 elapsed time 626 seconds. -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 001 elapsed time 650 seconds. -DAPP=S2SWA -D32BIT=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 002 elapsed time 646 seconds. -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON Compile 003 elapsed time 607 seconds. -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 004 elapsed time 235 seconds. -DAPP=S2SWA -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile 005 elapsed time 221 seconds. -DAPP=S2SW -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile 006 elapsed time 533 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8_sfcocn -DCMEPS_AOFLUX=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 007 elapsed time 531 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 008 elapsed time 711 seconds. -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 009 elapsed time 531 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,FV3_WoFS_v0,FV3_GFS_v17_p8_mynn -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 010 elapsed time 488 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_RRFS_v1beta,FV3_RRFS_v1nssl -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 011 elapsed time 475 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_csawmg,FV3_GFS_v16_ugwpv1,FV3_GFS_v16_ras,FV3_GFS_v16_noahmp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 012 elapsed time 434 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 013 elapsed time 579 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,FV3_WoFS_v0 -D32BIT=ON -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 014 elapsed time 204 seconds. -DAPP=ATM -DDEBUG=ON -D32BIT=ON -DCCPP_SUITES=FV3_HRRR,FV3_GFS_v16,FV3_GFS_v16_csawmg,FV3_GFS_v16_ras,FV3_GFS_v17_p8,FV3_GFS_v15_thompson_mynn_lam3km,FV3_RAP,FV3_HRRR,FV3_RAP_unified_ugwp,FV3_RAP_cires_ugwp,FV3_RAP_flake,FV3_RAP_noah,FV3_RAP_sfcdiff,FV3_RAP_noah_sfcdiff_cires_ugwp,FV3_RRFS_v1beta -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 015 elapsed time 156 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 016 elapsed time 460 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -D32BIT=ON -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 017 elapsed time 462 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 018 elapsed time 163 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -D32BIT=ON -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 019 elapsed time 164 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 020 elapsed time 543 seconds. -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v1_gfdlmp_tedmf,FV3_HAFS_v1_gfdlmp_tedmf_nonsst,FV3_HAFS_v1_thompson_tedmf_gfdlsf -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 004 elapsed time 240 seconds. -DAPP=S2SWA -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile 005 elapsed time 204 seconds. -DAPP=S2SW -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile 006 elapsed time 565 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8_sfcocn -DCMEPS_AOFLUX=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 007 elapsed time 574 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 008 elapsed time 735 seconds. -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 009 elapsed time 586 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v16_flake,FV3_GFS_v15_thompson_mynn,FV3_GFS_v17_p8,FV3_GFS_v17_p8_rrtmgp,FV3_GFS_v15_thompson_mynn_lam3km,FV3_WoFS_v0,FV3_GFS_v17_p8_mynn -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 010 elapsed time 531 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_HRRR_flake,FV3_RRFS_v1beta,FV3_RRFS_v1nssl -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 011 elapsed time 520 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_csawmg,FV3_GFS_v16_ugwpv1,FV3_GFS_v16_ras,FV3_GFS_v16_noahmp -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 012 elapsed time 506 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 013 elapsed time 626 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,FV3_WoFS_v0 -D32BIT=ON -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 014 elapsed time 235 seconds. -DAPP=ATM -DDEBUG=ON -D32BIT=ON -DCCPP_SUITES=FV3_HRRR,FV3_HRRR_flake,FV3_GFS_v16,FV3_GFS_v16_csawmg,FV3_GFS_v16_ras,FV3_GFS_v17_p8,FV3_GFS_v15_thompson_mynn_lam3km,FV3_RAP,FV3_HRRR,FV3_RAP_unified_ugwp,FV3_RAP_cires_ugwp,FV3_RAP_flake,FV3_RAP_clm_lake,FV3_RAP_noah,FV3_RAP_sfcdiff,FV3_RAP_noah_sfcdiff_cires_ugwp,FV3_RRFS_v1beta -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 015 elapsed time 171 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 016 elapsed time 505 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR,FV3_HRRR_flake -D32BIT=ON -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 017 elapsed time 509 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 018 elapsed time 174 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR,FV3_HRRR_flake -D32BIT=ON -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 019 elapsed time 182 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR,FV3_HRRR_flake -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 020 elapsed time 562 seconds. -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v1_gfdlmp_tedmf,FV3_HAFS_v1_gfdlmp_tedmf_nonsst,FV3_HAFS_v1_thompson_tedmf_gfdlsf -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release Compile 021 elapsed time 192 seconds. -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v1_gfdlmp_tedmf,FV3_HAFS_v1_gfdlmp_tedmf_nonsst,FV3_HAFS_v1_thompson_tedmf_gfdlsf -D32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 022 elapsed time 640 seconds. -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v1_thompson_noahmp_nonsst,FV3_HAFS_v1_thompson_noahmp,FV3_HAFS_v1_thompson_nonsst,FV3_HAFS_v1_thompson,FV3_HAFS_v1_gfdlmp_tedmf_nonsst,FV3_HAFS_v1_gfdlmp_tedmf,FV3_HAFS_v1_thompson_tedmf_gfdlsf -D32BIT=ON -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 023 elapsed time 565 seconds. -DAPP=HAFS-ALL -DCCPP_SUITES=FV3_HAFS_v1_gfdlmp_tedmf,FV3_HAFS_v1_gfdlmp_tedmf_nonsst -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 024 elapsed time 180 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 025 elapsed time 112 seconds. -DAPP=NG-GODAS -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile 026 elapsed time 182 seconds. -DAPP=NG-GODAS -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 027 elapsed time 68 seconds. -DAPP=LND -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 028 elapsed time 506 seconds. -DAPP=ATML -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v15_thompson_mynn,FV3_GFS_v17_p8,FV3_GFS_v15_thompson_mynn_lam3km -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 029 elapsed time 517 seconds. -DAPP=ATMW -DCCPP_SUITES=FV3_GFS_v17_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 030 elapsed time 534 seconds. -DAPP=ATMWM -DCCPP_SUITES=FV3_GFS_v16 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 031 elapsed time 474 seconds. -DAPP=ATMAERO -DCCPP_SUITES=FV3_GFS_v17_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 032 elapsed time 463 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 033 elapsed time 168 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -DDEBUG=ON -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 034 elapsed time 539 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -DFASTER=ON -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release - -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230413/INTEL/cpld_control_p8_mixedmode -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29106/cpld_control_p8_mixedmode +Compile 022 elapsed time 677 seconds. -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v1_thompson_noahmp_nonsst,FV3_HAFS_v1_thompson_noahmp,FV3_HAFS_v1_thompson_nonsst,FV3_HAFS_v1_thompson,FV3_HAFS_v1_gfdlmp_tedmf_nonsst,FV3_HAFS_v1_gfdlmp_tedmf,FV3_HAFS_v1_thompson_tedmf_gfdlsf -D32BIT=ON -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 023 elapsed time 579 seconds. -DAPP=HAFS-ALL -DCCPP_SUITES=FV3_HAFS_v1_gfdlmp_tedmf,FV3_HAFS_v1_gfdlmp_tedmf_nonsst -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 024 elapsed time 181 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 025 elapsed time 109 seconds. -DAPP=NG-GODAS -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile 026 elapsed time 185 seconds. -DAPP=NG-GODAS -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 027 elapsed time 57 seconds. -DAPP=LND -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 028 elapsed time 526 seconds. -DAPP=ATML -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v15_thompson_mynn,FV3_GFS_v17_p8,FV3_GFS_v15_thompson_mynn_lam3km -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 029 elapsed time 546 seconds. -DAPP=ATMW -DCCPP_SUITES=FV3_GFS_v17_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 030 elapsed time 551 seconds. -DAPP=ATMWM -DCCPP_SUITES=FV3_GFS_v16 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 031 elapsed time 521 seconds. -DAPP=ATMAERO -DCCPP_SUITES=FV3_GFS_v17_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 032 elapsed time 504 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 033 elapsed time 172 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -DDEBUG=ON -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 034 elapsed time 598 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -DFASTER=ON -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release + +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/INTEL/cpld_control_p8_mixedmode +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_45167/cpld_control_p8_mixedmode Checking test 001 cpld_control_p8_mixedmode results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -102,14 +102,14 @@ Checking test 001 cpld_control_p8_mixedmode results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 310.253047 - 0: The maximum resident set size (KB) = 3143368 + 0: The total amount of wall time = 312.718007 + 0: The maximum resident set size (KB) = 3121836 Test 001 cpld_control_p8_mixedmode PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230413/INTEL/cpld_control_gfsv17 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29106/cpld_control_gfsv17 +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/INTEL/cpld_control_gfsv17 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_45167/cpld_control_gfsv17 Checking test 002 cpld_control_gfsv17 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -173,14 +173,14 @@ Checking test 002 cpld_control_gfsv17 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 229.561089 - 0: The maximum resident set size (KB) = 1715344 + 0: The total amount of wall time = 227.857703 + 0: The maximum resident set size (KB) = 1708312 Test 002 cpld_control_gfsv17 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230413/INTEL/cpld_control_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29106/cpld_control_p8 +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/INTEL/cpld_control_p8 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_45167/cpld_control_p8 Checking test 003 cpld_control_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -245,14 +245,14 @@ Checking test 003 cpld_control_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 347.354855 - 0: The maximum resident set size (KB) = 3170736 + 0: The total amount of wall time = 352.501458 + 0: The maximum resident set size (KB) = 3170772 Test 003 cpld_control_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230413/INTEL/cpld_control_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29106/cpld_restart_p8 +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/INTEL/cpld_control_p8 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_45167/cpld_restart_p8 Checking test 004 cpld_restart_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -305,14 +305,14 @@ Checking test 004 cpld_restart_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 199.946636 - 0: The maximum resident set size (KB) = 3054660 + 0: The total amount of wall time = 196.288375 + 0: The maximum resident set size (KB) = 3039480 Test 004 cpld_restart_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230413/INTEL/cpld_control_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29106/cpld_control_qr_p8 +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/INTEL/cpld_control_p8 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_45167/cpld_control_qr_p8 Checking test 005 cpld_control_qr_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -377,14 +377,14 @@ Checking test 005 cpld_control_qr_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 347.605650 - 0: The maximum resident set size (KB) = 3184040 + 0: The total amount of wall time = 348.540414 + 0: The maximum resident set size (KB) = 3161036 Test 005 cpld_control_qr_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230413/INTEL/cpld_control_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29106/cpld_restart_qr_p8 +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/INTEL/cpld_control_p8 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_45167/cpld_restart_qr_p8 Checking test 006 cpld_restart_qr_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -437,14 +437,14 @@ Checking test 006 cpld_restart_qr_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 196.713572 - 0: The maximum resident set size (KB) = 3057888 + 0: The total amount of wall time = 211.724341 + 0: The maximum resident set size (KB) = 3057876 Test 006 cpld_restart_qr_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230413/INTEL/cpld_control_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29106/cpld_2threads_p8 +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/INTEL/cpld_control_p8 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_45167/cpld_2threads_p8 Checking test 007 cpld_2threads_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -497,14 +497,14 @@ Checking test 007 cpld_2threads_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 353.348775 - 0: The maximum resident set size (KB) = 3524352 + 0: The total amount of wall time = 350.177156 + 0: The maximum resident set size (KB) = 3502044 Test 007 cpld_2threads_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230413/INTEL/cpld_control_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29106/cpld_decomp_p8 +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/INTEL/cpld_control_p8 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_45167/cpld_decomp_p8 Checking test 008 cpld_decomp_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -557,14 +557,14 @@ Checking test 008 cpld_decomp_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 351.343799 - 0: The maximum resident set size (KB) = 3144364 + 0: The total amount of wall time = 345.618874 + 0: The maximum resident set size (KB) = 3152540 Test 008 cpld_decomp_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230413/INTEL/cpld_control_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29106/cpld_mpi_p8 +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/INTEL/cpld_control_p8 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_45167/cpld_mpi_p8 Checking test 009 cpld_mpi_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -617,14 +617,14 @@ Checking test 009 cpld_mpi_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 289.839445 - 0: The maximum resident set size (KB) = 3016012 + 0: The total amount of wall time = 286.581854 + 0: The maximum resident set size (KB) = 3003292 Test 009 cpld_mpi_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230413/INTEL/cpld_control_ciceC_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29106/cpld_control_ciceC_p8 +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/INTEL/cpld_control_ciceC_p8 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_45167/cpld_control_ciceC_p8 Checking test 010 cpld_control_ciceC_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -689,14 +689,14 @@ Checking test 010 cpld_control_ciceC_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 345.364330 - 0: The maximum resident set size (KB) = 3170616 + 0: The total amount of wall time = 344.177454 + 0: The maximum resident set size (KB) = 3167020 Test 010 cpld_control_ciceC_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230413/INTEL/cpld_control_c192_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29106/cpld_control_c192_p8 +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/INTEL/cpld_control_c192_p8 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_45167/cpld_control_c192_p8 Checking test 011 cpld_control_c192_p8 results .... Comparing sfcf030.tile1.nc .........OK Comparing sfcf030.tile2.nc .........OK @@ -749,14 +749,14 @@ Checking test 011 cpld_control_c192_p8 results .... Comparing 20210323.120000.out_grd.ww3 .........OK Comparing 20210323.120000.out_pnt.ww3 .........OK - 0: The total amount of wall time = 605.507629 - 0: The maximum resident set size (KB) = 3260872 + 0: The total amount of wall time = 593.398733 + 0: The maximum resident set size (KB) = 3238716 Test 011 cpld_control_c192_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230413/INTEL/cpld_control_c192_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29106/cpld_restart_c192_p8 +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/INTEL/cpld_control_c192_p8 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_45167/cpld_restart_c192_p8 Checking test 012 cpld_restart_c192_p8 results .... Comparing sfcf030.tile1.nc .........OK Comparing sfcf030.tile2.nc .........OK @@ -809,14 +809,14 @@ Checking test 012 cpld_restart_c192_p8 results .... Comparing 20210323.120000.out_grd.ww3 .........OK Comparing 20210323.120000.out_pnt.ww3 .........OK - 0: The total amount of wall time = 389.566032 - 0: The maximum resident set size (KB) = 3146636 + 0: The total amount of wall time = 394.424446 + 0: The maximum resident set size (KB) = 3141340 Test 012 cpld_restart_c192_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230413/INTEL/cpld_bmark_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29106/cpld_bmark_p8 +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/INTEL/cpld_bmark_p8 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_45167/cpld_bmark_p8 Checking test 013 cpld_bmark_p8 results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK @@ -864,14 +864,14 @@ Checking test 013 cpld_bmark_p8 results .... Comparing 20130401.060000.out_pnt.ww3 .........OK Comparing 20130401.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 746.302898 - 0: The maximum resident set size (KB) = 4026992 + 0: The total amount of wall time = 745.295649 + 0: The maximum resident set size (KB) = 4013256 Test 013 cpld_bmark_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230413/INTEL/cpld_bmark_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29106/cpld_restart_bmark_p8 +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/INTEL/cpld_bmark_p8 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_45167/cpld_restart_bmark_p8 Checking test 014 cpld_restart_bmark_p8 results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK @@ -919,14 +919,14 @@ Checking test 014 cpld_restart_bmark_p8 results .... Comparing 20130401.060000.out_pnt.ww3 .........OK Comparing 20130401.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 465.353316 - 0: The maximum resident set size (KB) = 3972208 + 0: The total amount of wall time = 479.885028 + 0: The maximum resident set size (KB) = 3953860 Test 014 cpld_restart_bmark_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230413/INTEL/cpld_control_noaero_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29106/cpld_control_noaero_p8 +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/INTEL/cpld_control_noaero_p8 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_45167/cpld_control_noaero_p8 Checking test 015 cpld_control_noaero_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -990,14 +990,14 @@ Checking test 015 cpld_control_noaero_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 273.793013 - 0: The maximum resident set size (KB) = 1727484 + 0: The total amount of wall time = 267.169200 + 0: The maximum resident set size (KB) = 1701892 Test 015 cpld_control_noaero_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230413/INTEL/cpld_control_c96_noaero_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29106/cpld_control_nowave_noaero_p8 +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/INTEL/cpld_control_c96_noaero_p8 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_45167/cpld_control_nowave_noaero_p8 Checking test 016 cpld_control_nowave_noaero_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -1059,14 +1059,14 @@ Checking test 016 cpld_control_nowave_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 = 264.854911 - 0: The maximum resident set size (KB) = 1756356 + 0: The total amount of wall time = 263.458593 + 0: The maximum resident set size (KB) = 1754860 Test 016 cpld_control_nowave_noaero_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230413/INTEL/cpld_debug_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29106/cpld_debug_p8 +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/INTEL/cpld_debug_p8 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_45167/cpld_debug_p8 Checking test 017 cpld_debug_p8 results .... Comparing sfcf003.tile1.nc .........OK Comparing sfcf003.tile2.nc .........OK @@ -1119,14 +1119,14 @@ Checking test 017 cpld_debug_p8 results .... Comparing 20210322.090000.out_pnt.ww3 .........OK Comparing 20210322.090000.out_grd.ww3 .........OK - 0: The total amount of wall time = 511.081174 - 0: The maximum resident set size (KB) = 3233152 + 0: The total amount of wall time = 538.797867 + 0: The maximum resident set size (KB) = 3204848 Test 017 cpld_debug_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230413/INTEL/cpld_debug_noaero_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29106/cpld_debug_noaero_p8 +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/INTEL/cpld_debug_noaero_p8 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_45167/cpld_debug_noaero_p8 Checking test 018 cpld_debug_noaero_p8 results .... Comparing sfcf003.tile1.nc .........OK Comparing sfcf003.tile2.nc .........OK @@ -1178,14 +1178,14 @@ Checking test 018 cpld_debug_noaero_p8 results .... Comparing 20210322.090000.out_pnt.ww3 .........OK Comparing 20210322.090000.out_grd.ww3 .........OK - 0: The total amount of wall time = 360.355697 - 0: The maximum resident set size (KB) = 1736024 + 0: The total amount of wall time = 370.090571 + 0: The maximum resident set size (KB) = 1728680 Test 018 cpld_debug_noaero_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230413/INTEL/cpld_control_noaero_p8_agrid -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29106/cpld_control_noaero_p8_agrid +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/INTEL/cpld_control_noaero_p8_agrid +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_45167/cpld_control_noaero_p8_agrid Checking test 019 cpld_control_noaero_p8_agrid results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -1247,14 +1247,14 @@ Checking test 019 cpld_control_noaero_p8_agrid 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 = 272.210058 - 0: The maximum resident set size (KB) = 1756244 + 0: The total amount of wall time = 277.326429 + 0: The maximum resident set size (KB) = 1751664 Test 019 cpld_control_noaero_p8_agrid PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230413/INTEL/cpld_control_c48 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29106/cpld_control_c48 +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/INTEL/cpld_control_c48 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_45167/cpld_control_c48 Checking test 020 cpld_control_c48 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -1304,14 +1304,14 @@ Checking test 020 cpld_control_c48 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 = 582.592739 - 0: The maximum resident set size (KB) = 2803240 + 0: The total amount of wall time = 577.155428 + 0: The maximum resident set size (KB) = 2798892 Test 020 cpld_control_c48 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230413/INTEL/cpld_warmstart_c48 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29106/cpld_warmstart_c48 +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/INTEL/cpld_warmstart_c48 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_45167/cpld_warmstart_c48 Checking test 021 cpld_warmstart_c48 results .... Comparing sfcf006.tile1.nc .........OK Comparing sfcf006.tile2.nc .........OK @@ -1361,14 +1361,14 @@ Checking test 021 cpld_warmstart_c48 results .... Comparing RESTART/iced.2021-03-23-43200.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-43200.nc .........OK - 0: The total amount of wall time = 154.596794 - 0: The maximum resident set size (KB) = 2797352 + 0: The total amount of wall time = 153.119555 + 0: The maximum resident set size (KB) = 2797812 Test 021 cpld_warmstart_c48 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230413/INTEL/cpld_warmstart_c48 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29106/cpld_restart_c48 +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/INTEL/cpld_warmstart_c48 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_45167/cpld_restart_c48 Checking test 022 cpld_restart_c48 results .... Comparing sfcf006.tile1.nc .........OK Comparing sfcf006.tile2.nc .........OK @@ -1418,14 +1418,14 @@ Checking test 022 cpld_restart_c48 results .... Comparing RESTART/iced.2021-03-23-43200.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-43200.nc .........OK - 0: The total amount of wall time = 80.725447 - 0: The maximum resident set size (KB) = 2239520 + 0: The total amount of wall time = 78.959292 + 0: The maximum resident set size (KB) = 2233580 Test 022 cpld_restart_c48 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230413/INTEL/cpld_control_p8_faster -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29106/cpld_control_p8_faster +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/INTEL/cpld_control_p8_faster +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_45167/cpld_control_p8_faster Checking test 023 cpld_control_p8_faster results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -1490,15 +1490,33 @@ Checking test 023 cpld_control_p8_faster results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 319.340212 - 0: The maximum resident set size (KB) = 3177432 + 0: The total amount of wall time = 327.013645 + 0: The maximum resident set size (KB) = 3158204 Test 023 cpld_control_p8_faster PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230413/INTEL/control_CubedSphereGrid -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29106/control_CubedSphereGrid -Checking test 024 control_CubedSphereGrid results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/INTEL/control_flake +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_45167/control_flake +Checking test 024 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 = 187.780527 + 0: The maximum resident set size (KB) = 675696 + +Test 024 control_flake PASS + + +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/INTEL/control_CubedSphereGrid +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_45167/control_CubedSphereGrid +Checking test 025 control_CubedSphereGrid results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK Comparing sfcf000.tile3.nc .........OK @@ -1524,29 +1542,29 @@ Checking test 024 control_CubedSphereGrid results .... Comparing atmf024.tile5.nc .........OK Comparing atmf024.tile6.nc .........OK - 0: The total amount of wall time = 131.095746 - 0: The maximum resident set size (KB) = 626524 + 0: The total amount of wall time = 133.495143 + 0: The maximum resident set size (KB) = 624328 -Test 024 control_CubedSphereGrid PASS +Test 025 control_CubedSphereGrid PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230413/INTEL/control_CubedSphereGrid_parallel -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29106/control_CubedSphereGrid_parallel -Checking test 025 control_CubedSphereGrid_parallel results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/INTEL/control_CubedSphereGrid_parallel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_45167/control_CubedSphereGrid_parallel +Checking test 026 control_CubedSphereGrid_parallel results .... Comparing sfcf000.nc ............ALT CHECK......OK Comparing sfcf024.nc ............ALT CHECK......OK Comparing atmf000.nc .........OK Comparing atmf024.nc ............ALT CHECK......OK - 0: The total amount of wall time = 127.868128 - 0: The maximum resident set size (KB) = 628408 + 0: The total amount of wall time = 130.691319 + 0: The maximum resident set size (KB) = 631184 -Test 025 control_CubedSphereGrid_parallel PASS +Test 026 control_CubedSphereGrid_parallel PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230413/INTEL/control_latlon -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29106/control_latlon -Checking test 026 control_latlon results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/INTEL/control_latlon +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_45167/control_latlon +Checking test 027 control_latlon results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -1556,15 +1574,15 @@ Checking test 026 control_latlon results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 133.615443 - 0: The maximum resident set size (KB) = 626560 + 0: The total amount of wall time = 134.201616 + 0: The maximum resident set size (KB) = 628080 -Test 026 control_latlon PASS +Test 027 control_latlon PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230413/INTEL/control_wrtGauss_netcdf_parallel -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29106/control_wrtGauss_netcdf_parallel -Checking test 027 control_wrtGauss_netcdf_parallel results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/INTEL/control_wrtGauss_netcdf_parallel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_45167/control_wrtGauss_netcdf_parallel +Checking test 028 control_wrtGauss_netcdf_parallel results .... Comparing sfcf000.nc ............ALT CHECK......OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -1574,15 +1592,15 @@ Checking test 027 control_wrtGauss_netcdf_parallel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 138.115671 - 0: The maximum resident set size (KB) = 628436 + 0: The total amount of wall time = 139.822509 + 0: The maximum resident set size (KB) = 628764 -Test 027 control_wrtGauss_netcdf_parallel PASS +Test 028 control_wrtGauss_netcdf_parallel PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230413/INTEL/control_c48 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29106/control_c48 -Checking test 028 control_c48 results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/INTEL/control_c48 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_45167/control_c48 +Checking test 029 control_c48 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -1620,15 +1638,15 @@ Checking test 028 control_c48 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -0: The total amount of wall time = 371.733019 -0: The maximum resident set size (KB) = 818056 +0: The total amount of wall time = 372.150355 +0: The maximum resident set size (KB) = 821368 -Test 028 control_c48 PASS +Test 029 control_c48 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230413/INTEL/control_c192 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29106/control_c192 -Checking test 029 control_c192 results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/INTEL/control_c192 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_45167/control_c192 +Checking test 030 control_c192 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -1638,15 +1656,15 @@ Checking test 029 control_c192 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 526.080637 - 0: The maximum resident set size (KB) = 768608 + 0: The total amount of wall time = 528.201191 + 0: The maximum resident set size (KB) = 764352 -Test 029 control_c192 PASS +Test 030 control_c192 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230413/INTEL/control_c384 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29106/control_c384 -Checking test 030 control_c384 results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/INTEL/control_c384 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_45167/control_c384 +Checking test 031 control_c384 results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK Comparing atmf000.nc .........OK @@ -1656,15 +1674,15 @@ Checking test 030 control_c384 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 522.989536 - 0: The maximum resident set size (KB) = 1265920 + 0: The total amount of wall time = 524.040224 + 0: The maximum resident set size (KB) = 1268212 -Test 030 control_c384 PASS +Test 031 control_c384 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230413/INTEL/control_c384gdas -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29106/control_c384gdas -Checking test 031 control_c384gdas results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/INTEL/control_c384gdas +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_45167/control_c384gdas +Checking test 032 control_c384gdas results .... Comparing sfcf000.nc .........OK Comparing sfcf006.nc .........OK Comparing atmf000.nc .........OK @@ -1706,15 +1724,15 @@ Checking test 031 control_c384gdas results .... Comparing RESTART/20210322.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210322.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 461.874479 - 0: The maximum resident set size (KB) = 1378916 + 0: The total amount of wall time = 458.940067 + 0: The maximum resident set size (KB) = 1343556 -Test 031 control_c384gdas PASS +Test 032 control_c384gdas PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230413/INTEL/control_stochy -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29106/control_stochy -Checking test 032 control_stochy results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/INTEL/control_stochy +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_45167/control_stochy +Checking test 033 control_stochy results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK Comparing atmf000.nc .........OK @@ -1724,29 +1742,29 @@ Checking test 032 control_stochy results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 88.456108 - 0: The maximum resident set size (KB) = 634744 + 0: The total amount of wall time = 87.870670 + 0: The maximum resident set size (KB) = 631344 -Test 032 control_stochy PASS +Test 033 control_stochy PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230413/INTEL/control_stochy -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29106/control_stochy_restart -Checking test 033 control_stochy_restart results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/INTEL/control_stochy +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_45167/control_stochy_restart +Checking test 034 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 = 49.029293 - 0: The maximum resident set size (KB) = 483796 + 0: The total amount of wall time = 48.570893 + 0: The maximum resident set size (KB) = 457824 -Test 033 control_stochy_restart PASS +Test 034 control_stochy_restart PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230413/INTEL/control_lndp -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29106/control_lndp -Checking test 034 control_lndp results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/INTEL/control_lndp +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_45167/control_lndp +Checking test 035 control_lndp results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK Comparing atmf000.nc .........OK @@ -1756,15 +1774,15 @@ Checking test 034 control_lndp results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 82.138040 - 0: The maximum resident set size (KB) = 631016 + 0: The total amount of wall time = 82.323402 + 0: The maximum resident set size (KB) = 630016 -Test 034 control_lndp PASS +Test 035 control_lndp PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230413/INTEL/control_iovr4 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29106/control_iovr4 -Checking test 035 control_iovr4 results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/INTEL/control_iovr4 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_45167/control_iovr4 +Checking test 036 control_iovr4 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -1778,15 +1796,15 @@ Checking test 035 control_iovr4 results .... Comparing GFSPRS.GrbF21 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 137.609886 - 0: The maximum resident set size (KB) = 627768 + 0: The total amount of wall time = 136.605552 + 0: The maximum resident set size (KB) = 627268 -Test 035 control_iovr4 PASS +Test 036 control_iovr4 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230413/INTEL/control_iovr5 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29106/control_iovr5 -Checking test 036 control_iovr5 results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/INTEL/control_iovr5 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_45167/control_iovr5 +Checking test 037 control_iovr5 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -1800,15 +1818,15 @@ Checking test 036 control_iovr5 results .... Comparing GFSPRS.GrbF21 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 138.361453 - 0: The maximum resident set size (KB) = 628108 + 0: The total amount of wall time = 136.462474 + 0: The maximum resident set size (KB) = 628952 -Test 036 control_iovr5 PASS +Test 037 control_iovr5 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230413/INTEL/control_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29106/control_p8 -Checking test 037 control_p8 results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/INTEL/control_p8 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_45167/control_p8 +Checking test 038 control_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -1854,15 +1872,15 @@ Checking test 037 control_p8 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 171.782933 - 0: The maximum resident set size (KB) = 1602892 + 0: The total amount of wall time = 173.032409 + 0: The maximum resident set size (KB) = 1590372 -Test 037 control_p8 PASS +Test 038 control_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230413/INTEL/control_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29106/control_restart_p8 -Checking test 038 control_restart_p8 results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/INTEL/control_p8 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_45167/control_restart_p8 +Checking test 039 control_restart_p8 results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK Comparing GFSFLX.GrbF24 .........OK @@ -1900,15 +1918,15 @@ Checking test 038 control_restart_p8 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 95.416434 - 0: The maximum resident set size (KB) = 867780 + 0: The total amount of wall time = 88.863484 + 0: The maximum resident set size (KB) = 861080 -Test 038 control_restart_p8 PASS +Test 039 control_restart_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230413/INTEL/control_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29106/control_qr_p8 -Checking test 039 control_qr_p8 results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/INTEL/control_p8 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_45167/control_qr_p8 +Checking test 040 control_qr_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -1954,15 +1972,15 @@ Checking test 039 control_qr_p8 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc ............ALT CHECK......OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc ............ALT CHECK......OK - 0: The total amount of wall time = 176.149877 - 0: The maximum resident set size (KB) = 1595940 + 0: The total amount of wall time = 171.437609 + 0: The maximum resident set size (KB) = 1599992 -Test 039 control_qr_p8 PASS +Test 040 control_qr_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230413/INTEL/control_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29106/control_restart_qr_p8 -Checking test 040 control_restart_qr_p8 results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/INTEL/control_p8 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_45167/control_restart_qr_p8 +Checking test 041 control_restart_qr_p8 results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK Comparing GFSFLX.GrbF24 .........OK @@ -2000,15 +2018,15 @@ Checking test 040 control_restart_qr_p8 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc ............ALT CHECK......OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc ............ALT CHECK......OK - 0: The total amount of wall time = 90.035820 - 0: The maximum resident set size (KB) = 866100 + 0: The total amount of wall time = 90.779435 + 0: The maximum resident set size (KB) = 863356 -Test 040 control_restart_qr_p8 PASS +Test 041 control_restart_qr_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230413/INTEL/control_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29106/control_decomp_p8 -Checking test 041 control_decomp_p8 results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/INTEL/control_p8 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_45167/control_decomp_p8 +Checking test 042 control_decomp_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -2050,15 +2068,15 @@ Checking test 041 control_decomp_p8 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 175.990417 - 0: The maximum resident set size (KB) = 1582696 + 0: The total amount of wall time = 179.283012 + 0: The maximum resident set size (KB) = 1558000 -Test 041 control_decomp_p8 PASS +Test 042 control_decomp_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230413/INTEL/control_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29106/control_2threads_p8 -Checking test 042 control_2threads_p8 results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/INTEL/control_p8 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_45167/control_2threads_p8 +Checking test 043 control_2threads_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -2100,15 +2118,15 @@ Checking test 042 control_2threads_p8 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 159.313441 - 0: The maximum resident set size (KB) = 1673148 + 0: The total amount of wall time = 159.927465 + 0: The maximum resident set size (KB) = 1694496 -Test 042 control_2threads_p8 PASS +Test 043 control_2threads_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230413/INTEL/control_p8_lndp -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29106/control_p8_lndp -Checking test 043 control_p8_lndp results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/INTEL/control_p8_lndp +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_45167/control_p8_lndp +Checking test 044 control_p8_lndp results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -2126,15 +2144,15 @@ Checking test 043 control_p8_lndp results .... Comparing GFSPRS.GrbF24 .........OK Comparing GFSPRS.GrbF48 .........OK - 0: The total amount of wall time = 319.892162 - 0: The maximum resident set size (KB) = 1595656 + 0: The total amount of wall time = 319.401995 + 0: The maximum resident set size (KB) = 1585180 -Test 043 control_p8_lndp PASS +Test 044 control_p8_lndp PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230413/INTEL/control_p8_rrtmgp -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29106/control_p8_rrtmgp -Checking test 044 control_p8_rrtmgp results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/INTEL/control_p8_rrtmgp +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_45167/control_p8_rrtmgp +Checking test 045 control_p8_rrtmgp results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -2180,15 +2198,15 @@ Checking test 044 control_p8_rrtmgp results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 230.169231 - 0: The maximum resident set size (KB) = 1660324 + 0: The total amount of wall time = 228.240496 + 0: The maximum resident set size (KB) = 1653960 -Test 044 control_p8_rrtmgp PASS +Test 045 control_p8_rrtmgp PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230413/INTEL/control_p8_mynn -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29106/control_p8_mynn -Checking test 045 control_p8_mynn results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/INTEL/control_p8_mynn +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_45167/control_p8_mynn +Checking test 046 control_p8_mynn results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -2234,15 +2252,15 @@ Checking test 045 control_p8_mynn results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 182.533338 - 0: The maximum resident set size (KB) = 1600952 + 0: The total amount of wall time = 173.593984 + 0: The maximum resident set size (KB) = 1587160 -Test 045 control_p8_mynn PASS +Test 046 control_p8_mynn PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230413/INTEL/merra2_thompson -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29106/merra2_thompson -Checking test 046 merra2_thompson results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/INTEL/merra2_thompson +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_45167/merra2_thompson +Checking test 047 merra2_thompson results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -2288,15 +2306,15 @@ Checking test 046 merra2_thompson results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 196.664480 - 0: The maximum resident set size (KB) = 1601100 + 0: The total amount of wall time = 196.704269 + 0: The maximum resident set size (KB) = 1594088 -Test 046 merra2_thompson PASS +Test 047 merra2_thompson PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230413/INTEL/regional_control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29106/regional_control -Checking test 047 regional_control results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/INTEL/regional_control +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_45167/regional_control +Checking test 048 regional_control results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK Comparing phyf000.nc .........OK @@ -2306,29 +2324,29 @@ Checking test 047 regional_control results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 301.912604 - 0: The maximum resident set size (KB) = 869444 + 0: The total amount of wall time = 299.209765 + 0: The maximum resident set size (KB) = 867140 -Test 047 regional_control PASS +Test 048 regional_control PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230413/INTEL/regional_control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29106/regional_restart -Checking test 048 regional_restart results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/INTEL/regional_control +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_45167/regional_restart +Checking test 049 regional_restart results .... Comparing dynf006.nc .........OK Comparing phyf006.nc .........OK Comparing PRSLEV.GrbF06 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 150.526252 - 0: The maximum resident set size (KB) = 867720 + 0: The total amount of wall time = 152.909991 + 0: The maximum resident set size (KB) = 846860 -Test 048 regional_restart PASS +Test 049 regional_restart PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230413/INTEL/regional_control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29106/regional_control_qr -Checking test 049 regional_control_qr results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/INTEL/regional_control +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_45167/regional_control_qr +Checking test 050 regional_control_qr results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK Comparing phyf000.nc .........OK @@ -2338,29 +2356,29 @@ Checking test 049 regional_control_qr results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 298.981486 - 0: The maximum resident set size (KB) = 870988 + 0: The total amount of wall time = 299.114054 + 0: The maximum resident set size (KB) = 867428 -Test 049 regional_control_qr PASS +Test 050 regional_control_qr PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230413/INTEL/regional_control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29106/regional_restart_qr -Checking test 050 regional_restart_qr results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/INTEL/regional_control +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_45167/regional_restart_qr +Checking test 051 regional_restart_qr results .... Comparing dynf006.nc .........OK Comparing phyf006.nc .........OK Comparing PRSLEV.GrbF06 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 150.727427 - 0: The maximum resident set size (KB) = 859576 + 0: The total amount of wall time = 153.878227 + 0: The maximum resident set size (KB) = 863096 -Test 050 regional_restart_qr PASS +Test 051 regional_restart_qr PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230413/INTEL/regional_control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29106/regional_decomp -Checking test 051 regional_decomp results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/INTEL/regional_control +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_45167/regional_decomp +Checking test 052 regional_decomp results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK Comparing phyf000.nc .........OK @@ -2370,15 +2388,15 @@ Checking test 051 regional_decomp results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 319.804791 - 0: The maximum resident set size (KB) = 862140 + 0: The total amount of wall time = 314.877615 + 0: The maximum resident set size (KB) = 862668 -Test 051 regional_decomp PASS +Test 052 regional_decomp PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230413/INTEL/regional_control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29106/regional_2threads -Checking test 052 regional_2threads results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/INTEL/regional_control +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_45167/regional_2threads +Checking test 053 regional_2threads results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK Comparing phyf000.nc .........OK @@ -2388,44 +2406,44 @@ Checking test 052 regional_2threads results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 189.291434 - 0: The maximum resident set size (KB) = 856404 + 0: The total amount of wall time = 181.286587 + 0: The maximum resident set size (KB) = 848684 -Test 052 regional_2threads PASS +Test 053 regional_2threads PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230413/INTEL/regional_noquilt -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29106/regional_noquilt -Checking test 053 regional_noquilt results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/INTEL/regional_noquilt +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_45167/regional_noquilt +Checking test 054 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 = 322.056972 - 0: The maximum resident set size (KB) = 856088 + 0: The total amount of wall time = 322.839667 + 0: The maximum resident set size (KB) = 856600 -Test 053 regional_noquilt PASS +Test 054 regional_noquilt PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230413/INTEL/regional_netcdf_parallel -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29106/regional_netcdf_parallel -Checking test 054 regional_netcdf_parallel results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/INTEL/regional_netcdf_parallel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_45167/regional_netcdf_parallel +Checking test 055 regional_netcdf_parallel results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK Comparing phyf000.nc .........OK Comparing phyf006.nc .........OK - 0: The total amount of wall time = 297.498248 - 0: The maximum resident set size (KB) = 866000 + 0: The total amount of wall time = 295.769814 + 0: The maximum resident set size (KB) = 863800 -Test 054 regional_netcdf_parallel PASS +Test 055 regional_netcdf_parallel PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230413/INTEL/regional_control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29106/regional_2dwrtdecomp -Checking test 055 regional_2dwrtdecomp results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/INTEL/regional_control +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_45167/regional_2dwrtdecomp +Checking test 056 regional_2dwrtdecomp results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK Comparing phyf000.nc .........OK @@ -2435,15 +2453,15 @@ Checking test 055 regional_2dwrtdecomp results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 305.680905 - 0: The maximum resident set size (KB) = 873076 + 0: The total amount of wall time = 301.245566 + 0: The maximum resident set size (KB) = 869172 -Test 055 regional_2dwrtdecomp PASS +Test 056 regional_2dwrtdecomp PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230413/INTEL/fv3_regional_wofs -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29106/regional_wofs -Checking test 056 regional_wofs results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/INTEL/fv3_regional_wofs +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_45167/regional_wofs +Checking test 057 regional_wofs results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK Comparing phyf000.nc .........OK @@ -2453,15 +2471,15 @@ Checking test 056 regional_wofs results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 376.681536 - 0: The maximum resident set size (KB) = 626536 + 0: The total amount of wall time = 378.772089 + 0: The maximum resident set size (KB) = 626912 -Test 056 regional_wofs PASS +Test 057 regional_wofs PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230413/INTEL/rap_control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29106/rap_control -Checking test 057 rap_control results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/INTEL/rap_control +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_45167/rap_control +Checking test 058 rap_control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -2507,15 +2525,15 @@ Checking test 057 rap_control results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 461.586118 - 0: The maximum resident set size (KB) = 1055296 + 0: The total amount of wall time = 461.907044 + 0: The maximum resident set size (KB) = 1055788 -Test 057 rap_control PASS +Test 058 rap_control PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230413/INTEL/regional_spp_sppt_shum_skeb -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29106/regional_spp_sppt_shum_skeb -Checking test 058 regional_spp_sppt_shum_skeb results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/INTEL/regional_spp_sppt_shum_skeb +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_45167/regional_spp_sppt_shum_skeb +Checking test 059 regional_spp_sppt_shum_skeb results .... Comparing dynf000.nc .........OK Comparing dynf001.nc .........OK Comparing phyf000.nc .........OK @@ -2525,15 +2543,15 @@ Checking test 058 regional_spp_sppt_shum_skeb results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF01 .........OK - 0: The total amount of wall time = 235.133173 - 0: The maximum resident set size (KB) = 1183704 + 0: The total amount of wall time = 236.036445 + 0: The maximum resident set size (KB) = 1179040 -Test 058 regional_spp_sppt_shum_skeb PASS +Test 059 regional_spp_sppt_shum_skeb PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230413/INTEL/rap_control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29106/rap_decomp -Checking test 059 rap_decomp results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/INTEL/rap_control +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_45167/rap_decomp +Checking test 060 rap_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -2579,15 +2597,15 @@ Checking test 059 rap_decomp results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 477.742752 - 0: The maximum resident set size (KB) = 994892 + 0: The total amount of wall time = 478.003738 + 0: The maximum resident set size (KB) = 993172 -Test 059 rap_decomp PASS +Test 060 rap_decomp PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230413/INTEL/rap_control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29106/rap_2threads -Checking test 060 rap_2threads results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/INTEL/rap_control +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_45167/rap_2threads +Checking test 061 rap_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -2633,15 +2651,15 @@ Checking test 060 rap_2threads results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 436.405364 - 0: The maximum resident set size (KB) = 1135080 + 0: The total amount of wall time = 433.964133 + 0: The maximum resident set size (KB) = 1131316 -Test 060 rap_2threads PASS +Test 061 rap_2threads PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230413/INTEL/rap_control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29106/rap_restart -Checking test 061 rap_restart results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/INTEL/rap_control +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_45167/rap_restart +Checking test 062 rap_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK Comparing GFSFLX.GrbF24 .........OK @@ -2679,15 +2697,15 @@ Checking test 061 rap_restart results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 231.174538 - 0: The maximum resident set size (KB) = 964948 + 0: The total amount of wall time = 232.673757 + 0: The maximum resident set size (KB) = 956660 -Test 061 rap_restart PASS +Test 062 rap_restart PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230413/INTEL/rap_sfcdiff -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29106/rap_sfcdiff -Checking test 062 rap_sfcdiff results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/INTEL/rap_sfcdiff +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_45167/rap_sfcdiff +Checking test 063 rap_sfcdiff results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -2733,15 +2751,15 @@ Checking test 062 rap_sfcdiff results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 462.937970 - 0: The maximum resident set size (KB) = 1059744 + 0: The total amount of wall time = 460.196321 + 0: The maximum resident set size (KB) = 1060060 -Test 062 rap_sfcdiff PASS +Test 063 rap_sfcdiff PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230413/INTEL/rap_sfcdiff -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29106/rap_sfcdiff_decomp -Checking test 063 rap_sfcdiff_decomp results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/INTEL/rap_sfcdiff +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_45167/rap_sfcdiff_decomp +Checking test 064 rap_sfcdiff_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -2787,15 +2805,15 @@ Checking test 063 rap_sfcdiff_decomp results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 483.942982 - 0: The maximum resident set size (KB) = 1003772 + 0: The total amount of wall time = 485.114711 + 0: The maximum resident set size (KB) = 993372 -Test 063 rap_sfcdiff_decomp PASS +Test 064 rap_sfcdiff_decomp PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230413/INTEL/rap_sfcdiff -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29106/rap_sfcdiff_restart -Checking test 064 rap_sfcdiff_restart results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/INTEL/rap_sfcdiff +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_45167/rap_sfcdiff_restart +Checking test 065 rap_sfcdiff_restart results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK Comparing GFSFLX.GrbF12 .........OK @@ -2833,15 +2851,15 @@ Checking test 064 rap_sfcdiff_restart results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 340.624296 - 0: The maximum resident set size (KB) = 994128 + 0: The total amount of wall time = 342.177539 + 0: The maximum resident set size (KB) = 982604 -Test 064 rap_sfcdiff_restart PASS +Test 065 rap_sfcdiff_restart PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230413/INTEL/hrrr_control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29106/hrrr_control -Checking test 065 hrrr_control results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/INTEL/hrrr_control +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_45167/hrrr_control +Checking test 066 hrrr_control results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -2854,48 +2872,48 @@ Checking test 065 hrrr_control results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF09 .........OK Comparing GFSPRS.GrbF12 .........OK - Comparing RESTART/20210323.060000.coupler.res .........OK - Comparing RESTART/20210323.060000.fv_core.res.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile1.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile2.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile3.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile4.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile5.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile6.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile1.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile2.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile3.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile4.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - - 0: The total amount of wall time = 445.626377 - 0: The maximum resident set size (KB) = 1047744 - -Test 065 hrrr_control PASS - - -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230413/INTEL/hrrr_control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29106/hrrr_control_decomp -Checking test 066 hrrr_control_decomp results .... + Comparing RESTART/20210322.120000.coupler.res .........OK + Comparing RESTART/20210322.120000.fv_core.res.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile6.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK + + 0: The total amount of wall time = 427.221949 + 0: The maximum resident set size (KB) = 1050264 + +Test 066 hrrr_control PASS + + +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/INTEL/hrrr_control +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_45167/hrrr_control_decomp +Checking test 067 hrrr_control_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -2908,48 +2926,48 @@ Checking test 066 hrrr_control_decomp results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF09 .........OK Comparing GFSPRS.GrbF12 .........OK - Comparing RESTART/20210323.060000.coupler.res .........OK - Comparing RESTART/20210323.060000.fv_core.res.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile1.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile2.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile3.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile4.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile5.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile6.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile1.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile2.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile3.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile4.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - - 0: The total amount of wall time = 463.815303 - 0: The maximum resident set size (KB) = 990768 - -Test 066 hrrr_control_decomp PASS - - -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230413/INTEL/hrrr_control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29106/hrrr_control_2threads -Checking test 067 hrrr_control_2threads results .... + Comparing RESTART/20210322.120000.coupler.res .........OK + Comparing RESTART/20210322.120000.fv_core.res.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile6.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK + + 0: The total amount of wall time = 450.211497 + 0: The maximum resident set size (KB) = 977280 + +Test 067 hrrr_control_decomp PASS + + +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/INTEL/hrrr_control +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_45167/hrrr_control_2threads +Checking test 068 hrrr_control_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -2962,94 +2980,62 @@ Checking test 067 hrrr_control_2threads results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF09 .........OK Comparing GFSPRS.GrbF12 .........OK - Comparing RESTART/20210323.060000.coupler.res .........OK - Comparing RESTART/20210323.060000.fv_core.res.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile1.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile2.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile3.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile4.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile5.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile6.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile1.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile2.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile3.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile4.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - - 0: The total amount of wall time = 419.303949 - 0: The maximum resident set size (KB) = 1139612 - -Test 067 hrrr_control_2threads PASS - - -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230413/INTEL/hrrr_control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29106/hrrr_control_restart -Checking test 068 hrrr_control_restart results .... + Comparing RESTART/20210322.120000.coupler.res .........OK + Comparing RESTART/20210322.120000.fv_core.res.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile6.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK + + 0: The total amount of wall time = 399.247025 + 0: The maximum resident set size (KB) = 1073292 + +Test 068 hrrr_control_2threads PASS + + +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/INTEL/hrrr_control +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_45167/hrrr_control_restart +Checking test 069 hrrr_control_restart results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK Comparing GFSFLX.GrbF12 .........OK Comparing GFSPRS.GrbF12 .........OK - Comparing RESTART/20210323.060000.coupler.res .........OK - Comparing RESTART/20210323.060000.fv_core.res.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile1.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile2.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile3.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile4.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile5.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile6.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile1.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile2.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile3.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile4.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 329.169982 - 0: The maximum resident set size (KB) = 975600 + 0: The total amount of wall time = 317.851153 + 0: The maximum resident set size (KB) = 980200 -Test 068 hrrr_control_restart PASS +Test 069 hrrr_control_restart PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230413/INTEL/rrfs_v1beta -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29106/rrfs_v1beta -Checking test 069 rrfs_v1beta results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/INTEL/rrfs_v1beta +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_45167/rrfs_v1beta +Checking test 070 rrfs_v1beta results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -3095,15 +3081,15 @@ Checking test 069 rrfs_v1beta results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 457.727775 - 0: The maximum resident set size (KB) = 1062848 + 0: The total amount of wall time = 458.877954 + 0: The maximum resident set size (KB) = 1041864 -Test 069 rrfs_v1beta PASS +Test 070 rrfs_v1beta PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230413/INTEL/rrfs_v1nssl -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29106/rrfs_v1nssl -Checking test 070 rrfs_v1nssl results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/INTEL/rrfs_v1nssl +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_45167/rrfs_v1nssl +Checking test 071 rrfs_v1nssl results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -3117,15 +3103,15 @@ Checking test 070 rrfs_v1nssl results .... Comparing GFSPRS.GrbF09 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 539.724532 - 0: The maximum resident set size (KB) = 696804 + 0: The total amount of wall time = 536.191174 + 0: The maximum resident set size (KB) = 694928 -Test 070 rrfs_v1nssl PASS +Test 071 rrfs_v1nssl PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230413/INTEL/rrfs_v1nssl_nohailnoccn -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29106/rrfs_v1nssl_nohailnoccn -Checking test 071 rrfs_v1nssl_nohailnoccn results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/INTEL/rrfs_v1nssl_nohailnoccn +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_45167/rrfs_v1nssl_nohailnoccn +Checking test 072 rrfs_v1nssl_nohailnoccn results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -3139,15 +3125,15 @@ Checking test 071 rrfs_v1nssl_nohailnoccn results .... Comparing GFSPRS.GrbF09 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 526.714730 - 0: The maximum resident set size (KB) = 760228 + 0: The total amount of wall time = 526.067458 + 0: The maximum resident set size (KB) = 753836 -Test 071 rrfs_v1nssl_nohailnoccn PASS +Test 072 rrfs_v1nssl_nohailnoccn PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230413/INTEL/rrfs_smoke_conus13km_hrrr_warm -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29106/rrfs_smoke_conus13km_hrrr_warm -Checking test 072 rrfs_smoke_conus13km_hrrr_warm results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/INTEL/rrfs_smoke_conus13km_hrrr_warm +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_45167/rrfs_smoke_conus13km_hrrr_warm +Checking test 073 rrfs_smoke_conus13km_hrrr_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing sfcf002.nc .........OK @@ -3155,15 +3141,15 @@ Checking test 072 rrfs_smoke_conus13km_hrrr_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 149.059276 - 0: The maximum resident set size (KB) = 1029260 + 0: The total amount of wall time = 148.045038 + 0: The maximum resident set size (KB) = 1029140 -Test 072 rrfs_smoke_conus13km_hrrr_warm PASS +Test 073 rrfs_smoke_conus13km_hrrr_warm PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230413/INTEL/rrfs_smoke_conus13km_hrrr_warm -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29106/rrfs_smoke_conus13km_hrrr_warm_2threads -Checking test 073 rrfs_smoke_conus13km_hrrr_warm_2threads results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/INTEL/rrfs_smoke_conus13km_hrrr_warm +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_45167/rrfs_smoke_conus13km_hrrr_warm_2threads +Checking test 074 rrfs_smoke_conus13km_hrrr_warm_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing sfcf002.nc .........OK @@ -3171,15 +3157,15 @@ Checking test 073 rrfs_smoke_conus13km_hrrr_warm_2threads results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 91.978635 - 0: The maximum resident set size (KB) = 945612 + 0: The total amount of wall time = 91.072230 + 0: The maximum resident set size (KB) = 940316 -Test 073 rrfs_smoke_conus13km_hrrr_warm_2threads PASS +Test 074 rrfs_smoke_conus13km_hrrr_warm_2threads PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230413/INTEL/rrfs_conus13km_hrrr_warm -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29106/rrfs_conus13km_hrrr_warm -Checking test 074 rrfs_conus13km_hrrr_warm results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/INTEL/rrfs_conus13km_hrrr_warm +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_45167/rrfs_conus13km_hrrr_warm +Checking test 075 rrfs_conus13km_hrrr_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing sfcf002.nc .........OK @@ -3187,15 +3173,15 @@ Checking test 074 rrfs_conus13km_hrrr_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 130.922759 - 0: The maximum resident set size (KB) = 945232 + 0: The total amount of wall time = 132.369554 + 0: The maximum resident set size (KB) = 988028 -Test 074 rrfs_conus13km_hrrr_warm PASS +Test 075 rrfs_conus13km_hrrr_warm PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230413/INTEL/rrfs_smoke_conus13km_hrrr_warm_radar_tten -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29106/rrfs_smoke_conus13km_radar_tten_warm -Checking test 075 rrfs_smoke_conus13km_radar_tten_warm results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/INTEL/rrfs_smoke_conus13km_hrrr_warm_radar_tten +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_45167/rrfs_smoke_conus13km_radar_tten_warm +Checking test 076 rrfs_smoke_conus13km_radar_tten_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing sfcf002.nc .........OK @@ -3203,27 +3189,27 @@ Checking test 075 rrfs_smoke_conus13km_radar_tten_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 147.786827 - 0: The maximum resident set size (KB) = 994272 + 0: The total amount of wall time = 150.786248 + 0: The maximum resident set size (KB) = 1035984 -Test 075 rrfs_smoke_conus13km_radar_tten_warm PASS +Test 076 rrfs_smoke_conus13km_radar_tten_warm PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230413/INTEL/rrfs_conus13km_hrrr_warm_restart_mismatch -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29106/rrfs_conus13km_hrrr_warm_restart_mismatch -Checking test 076 rrfs_conus13km_hrrr_warm_restart_mismatch results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/INTEL/rrfs_conus13km_hrrr_warm_restart_mismatch +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_45167/rrfs_conus13km_hrrr_warm_restart_mismatch +Checking test 077 rrfs_conus13km_hrrr_warm_restart_mismatch results .... Comparing sfcf002.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 70.471778 - 0: The maximum resident set size (KB) = 935336 + 0: The total amount of wall time = 71.543353 + 0: The maximum resident set size (KB) = 976284 -Test 076 rrfs_conus13km_hrrr_warm_restart_mismatch PASS +Test 077 rrfs_conus13km_hrrr_warm_restart_mismatch PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230413/INTEL/control_csawmg -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29106/control_csawmg -Checking test 077 control_csawmg results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/INTEL/control_csawmg +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_45167/control_csawmg +Checking test 078 control_csawmg results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -3233,15 +3219,15 @@ Checking test 077 control_csawmg results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 345.585870 - 0: The maximum resident set size (KB) = 719804 + 0: The total amount of wall time = 344.490577 + 0: The maximum resident set size (KB) = 723688 -Test 077 control_csawmg PASS +Test 078 control_csawmg PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230413/INTEL/control_csawmgt -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29106/control_csawmgt -Checking test 078 control_csawmgt results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/INTEL/control_csawmgt +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_45167/control_csawmgt +Checking test 079 control_csawmgt results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -3251,15 +3237,15 @@ Checking test 078 control_csawmgt results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 339.587006 - 0: The maximum resident set size (KB) = 722688 + 0: The total amount of wall time = 339.246306 + 0: The maximum resident set size (KB) = 726036 -Test 078 control_csawmgt PASS +Test 079 control_csawmgt PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230413/INTEL/control_ras -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29106/control_ras -Checking test 079 control_ras results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/INTEL/control_ras +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_45167/control_ras +Checking test 080 control_ras results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -3269,27 +3255,27 @@ Checking test 079 control_ras results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 183.586261 - 0: The maximum resident set size (KB) = 718184 + 0: The total amount of wall time = 181.585669 + 0: The maximum resident set size (KB) = 722332 -Test 079 control_ras PASS +Test 080 control_ras PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230413/INTEL/control_wam -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29106/control_wam -Checking test 080 control_wam results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/INTEL/control_wam +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_45167/control_wam +Checking test 081 control_wam results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK - 0: The total amount of wall time = 111.463960 - 0: The maximum resident set size (KB) = 643612 + 0: The total amount of wall time = 113.304474 + 0: The maximum resident set size (KB) = 642504 -Test 080 control_wam PASS +Test 081 control_wam PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230413/INTEL/control_p8_faster -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29106/control_p8_faster -Checking test 081 control_p8_faster results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/INTEL/control_p8_faster +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_45167/control_p8_faster +Checking test 082 control_p8_faster results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -3335,15 +3321,15 @@ Checking test 081 control_p8_faster results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 155.540986 - 0: The maximum resident set size (KB) = 1594772 + 0: The total amount of wall time = 157.842670 + 0: The maximum resident set size (KB) = 1589072 -Test 081 control_p8_faster PASS +Test 082 control_p8_faster PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230413/INTEL/regional_control_faster -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29106/regional_control_faster -Checking test 082 regional_control_faster results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/INTEL/regional_control_faster +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_45167/regional_control_faster +Checking test 083 regional_control_faster results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK Comparing phyf000.nc .........OK @@ -3353,57 +3339,57 @@ Checking test 082 regional_control_faster results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 273.255028 - 0: The maximum resident set size (KB) = 870332 + 0: The total amount of wall time = 274.669820 + 0: The maximum resident set size (KB) = 866332 -Test 082 regional_control_faster PASS +Test 083 regional_control_faster PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230413/INTEL/rrfs_smoke_conus13km_hrrr_warm_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29106/rrfs_smoke_conus13km_hrrr_warm_debug -Checking test 083 rrfs_smoke_conus13km_hrrr_warm_debug results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/INTEL/rrfs_smoke_conus13km_hrrr_warm_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_45167/rrfs_smoke_conus13km_hrrr_warm_debug +Checking test 084 rrfs_smoke_conus13km_hrrr_warm_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 = 832.190417 - 0: The maximum resident set size (KB) = 1057532 + 0: The total amount of wall time = 847.940183 + 0: The maximum resident set size (KB) = 1065896 -Test 083 rrfs_smoke_conus13km_hrrr_warm_debug PASS +Test 084 rrfs_smoke_conus13km_hrrr_warm_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230413/INTEL/rrfs_smoke_conus13km_hrrr_warm_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29106/rrfs_smoke_conus13km_hrrr_warm_debug_2threads -Checking test 084 rrfs_smoke_conus13km_hrrr_warm_debug_2threads results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/INTEL/rrfs_smoke_conus13km_hrrr_warm_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_45167/rrfs_smoke_conus13km_hrrr_warm_debug_2threads +Checking test 085 rrfs_smoke_conus13km_hrrr_warm_debug_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 466.283283 - 0: The maximum resident set size (KB) = 929784 + 0: The total amount of wall time = 469.211678 + 0: The maximum resident set size (KB) = 965980 -Test 084 rrfs_smoke_conus13km_hrrr_warm_debug_2threads PASS +Test 085 rrfs_smoke_conus13km_hrrr_warm_debug_2threads PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230413/INTEL/rrfs_conus13km_hrrr_warm_debugs -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29106/rrfs_conus13km_hrrr_warm_debug -Checking test 085 rrfs_conus13km_hrrr_warm_debug results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/INTEL/rrfs_conus13km_hrrr_warm_debugs +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_45167/rrfs_conus13km_hrrr_warm_debug +Checking test 086 rrfs_conus13km_hrrr_warm_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 = 720.121386 - 0: The maximum resident set size (KB) = 970056 + 0: The total amount of wall time = 740.295967 + 0: The maximum resident set size (KB) = 1014840 -Test 085 rrfs_conus13km_hrrr_warm_debug PASS +Test 086 rrfs_conus13km_hrrr_warm_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230413/INTEL/control_CubedSphereGrid_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29106/control_CubedSphereGrid_debug -Checking test 086 control_CubedSphereGrid_debug results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/INTEL/control_CubedSphereGrid_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_45167/control_CubedSphereGrid_debug +Checking test 087 control_CubedSphereGrid_debug results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK Comparing sfcf000.tile3.nc .........OK @@ -3429,335 +3415,349 @@ Checking test 086 control_CubedSphereGrid_debug results .... Comparing atmf001.tile5.nc .........OK Comparing atmf001.tile6.nc .........OK - 0: The total amount of wall time = 147.263500 - 0: The maximum resident set size (KB) = 790644 + 0: The total amount of wall time = 144.556812 + 0: The maximum resident set size (KB) = 787920 -Test 086 control_CubedSphereGrid_debug PASS +Test 087 control_CubedSphereGrid_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230413/INTEL/control_wrtGauss_netcdf_parallel_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29106/control_wrtGauss_netcdf_parallel_debug -Checking test 087 control_wrtGauss_netcdf_parallel_debug results .... - Comparing sfcf000.nc ............ALT CHECK......OK +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/INTEL/control_wrtGauss_netcdf_parallel_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_45167/control_wrtGauss_netcdf_parallel_debug +Checking test 088 control_wrtGauss_netcdf_parallel_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.581224 - 0: The maximum resident set size (KB) = 793844 + 0: The total amount of wall time = 145.476155 + 0: The maximum resident set size (KB) = 785812 -Test 087 control_wrtGauss_netcdf_parallel_debug PASS +Test 088 control_wrtGauss_netcdf_parallel_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230413/INTEL/control_stochy_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29106/control_stochy_debug -Checking test 088 control_stochy_debug results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/INTEL/control_stochy_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_45167/control_stochy_debug +Checking test 089 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 = 165.405216 - 0: The maximum resident set size (KB) = 799584 + 0: The total amount of wall time = 162.070346 + 0: The maximum resident set size (KB) = 798228 -Test 088 control_stochy_debug PASS +Test 089 control_stochy_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230413/INTEL/control_lndp_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29106/control_lndp_debug -Checking test 089 control_lndp_debug results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/INTEL/control_lndp_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_45167/control_lndp_debug +Checking test 090 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.364424 - 0: The maximum resident set size (KB) = 793036 + 0: The total amount of wall time = 146.466018 + 0: The maximum resident set size (KB) = 797120 -Test 089 control_lndp_debug PASS +Test 090 control_lndp_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230413/INTEL/control_csawmg_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29106/control_csawmg_debug -Checking test 090 control_csawmg_debug results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/INTEL/control_csawmg_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_45167/control_csawmg_debug +Checking test 091 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 = 228.884937 - 0: The maximum resident set size (KB) = 843520 + 0: The total amount of wall time = 226.866540 + 0: The maximum resident set size (KB) = 836648 -Test 090 control_csawmg_debug PASS +Test 091 control_csawmg_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230413/INTEL/control_csawmgt_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29106/control_csawmgt_debug -Checking test 091 control_csawmgt_debug results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/INTEL/control_csawmgt_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_45167/control_csawmgt_debug +Checking test 092 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 = 221.202463 - 0: The maximum resident set size (KB) = 834444 + 0: The total amount of wall time = 227.203988 + 0: The maximum resident set size (KB) = 833648 -Test 091 control_csawmgt_debug PASS +Test 092 control_csawmgt_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230413/INTEL/control_ras_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29106/control_ras_debug -Checking test 092 control_ras_debug results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/INTEL/control_ras_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_45167/control_ras_debug +Checking test 093 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 = 150.217758 - 0: The maximum resident set size (KB) = 807232 + 0: The total amount of wall time = 146.590916 + 0: The maximum resident set size (KB) = 804104 -Test 092 control_ras_debug PASS +Test 093 control_ras_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230413/INTEL/control_diag_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29106/control_diag_debug -Checking test 093 control_diag_debug results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/INTEL/control_diag_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_45167/control_diag_debug +Checking test 094 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.747462 - 0: The maximum resident set size (KB) = 846688 + 0: The total amount of wall time = 150.192947 + 0: The maximum resident set size (KB) = 844952 -Test 093 control_diag_debug PASS +Test 094 control_diag_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230413/INTEL/control_debug_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29106/control_debug_p8 -Checking test 094 control_debug_p8 results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/INTEL/control_debug_p8 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_45167/control_debug_p8 +Checking test 095 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 = 166.828052 - 0: The maximum resident set size (KB) = 1617488 + 0: The total amount of wall time = 167.307865 + 0: The maximum resident set size (KB) = 1610236 -Test 094 control_debug_p8 PASS +Test 095 control_debug_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230413/INTEL/regional_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29106/regional_debug -Checking test 095 regional_debug results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/INTEL/regional_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_45167/regional_debug +Checking test 096 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 = 984.573637 - 0: The maximum resident set size (KB) = 882116 - -Test 095 regional_debug PASS - - -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230413/INTEL/rap_control_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29106/rap_control_debug -Checking test 096 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 = 275.047635 - 0: The maximum resident set size (KB) = 1174356 + 0: The total amount of wall time = 972.654235 + 0: The maximum resident set size (KB) = 882724 -Test 096 rap_control_debug PASS +Test 096 regional_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230413/INTEL/hrrr_control_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29106/hrrr_control_debug -Checking test 097 hrrr_control_debug results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/INTEL/rap_control_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_45167/rap_control_debug +Checking test 097 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 = 270.212098 - 0: The maximum resident set size (KB) = 1165580 + 0: The total amount of wall time = 274.521530 + 0: The maximum resident set size (KB) = 1166372 -Test 097 hrrr_control_debug PASS +Test 097 rap_control_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230413/INTEL/rap_control_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29106/rap_unified_drag_suite_debug -Checking test 098 rap_unified_drag_suite_debug results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/INTEL/hrrr_control_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_45167/hrrr_control_debug +Checking test 098 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 = 270.195169 - 0: The maximum resident set size (KB) = 1171548 + 0: The total amount of wall time = 267.972457 + 0: The maximum resident set size (KB) = 1163668 -Test 098 rap_unified_drag_suite_debug PASS +Test 098 hrrr_control_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230413/INTEL/rap_diag_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29106/rap_diag_debug -Checking test 099 rap_diag_debug results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/INTEL/rap_control_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_45167/rap_unified_drag_suite_debug +Checking test 099 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 = 285.184371 - 0: The maximum resident set size (KB) = 1254224 + 0: The total amount of wall time = 264.431211 + 0: The maximum resident set size (KB) = 1164164 -Test 099 rap_diag_debug PASS +Test 099 rap_unified_drag_suite_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230413/INTEL/rap_cires_ugwp_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29106/rap_cires_ugwp_debug -Checking test 100 rap_cires_ugwp_debug results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/INTEL/rap_diag_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_45167/rap_diag_debug +Checking test 100 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 = 281.424479 - 0: The maximum resident set size (KB) = 1166540 + 0: The total amount of wall time = 284.493435 + 0: The maximum resident set size (KB) = 1256740 -Test 100 rap_cires_ugwp_debug PASS +Test 100 rap_diag_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230413/INTEL/rap_cires_ugwp_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29106/rap_unified_ugwp_debug -Checking test 101 rap_unified_ugwp_debug results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/INTEL/rap_cires_ugwp_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_45167/rap_cires_ugwp_debug +Checking test 101 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 = 281.142134 - 0: The maximum resident set size (KB) = 1171496 + 0: The total amount of wall time = 273.604255 + 0: The maximum resident set size (KB) = 1170192 -Test 101 rap_unified_ugwp_debug PASS +Test 101 rap_cires_ugwp_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230413/INTEL/rap_lndp_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29106/rap_lndp_debug -Checking test 102 rap_lndp_debug results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/INTEL/rap_cires_ugwp_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_45167/rap_unified_ugwp_debug +Checking test 102 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 = 271.580953 - 0: The maximum resident set size (KB) = 1169964 + 0: The total amount of wall time = 277.347531 + 0: The maximum resident set size (KB) = 1165448 -Test 102 rap_lndp_debug PASS +Test 102 rap_unified_ugwp_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230413/INTEL/rap_flake_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29106/rap_flake_debug -Checking test 103 rap_flake_debug results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/INTEL/rap_lndp_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_45167/rap_lndp_debug +Checking test 103 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 = 268.145146 - 0: The maximum resident set size (KB) = 1174136 + 0: The total amount of wall time = 276.161633 + 0: The maximum resident set size (KB) = 1167656 -Test 103 rap_flake_debug PASS +Test 103 rap_lndp_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230413/INTEL/rap_progcld_thompson_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29106/rap_progcld_thompson_debug +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/INTEL/rap_progcld_thompson_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_45167/rap_progcld_thompson_debug Checking test 104 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 = 273.691359 - 0: The maximum resident set size (KB) = 1167008 + 0: The total amount of wall time = 273.478130 + 0: The maximum resident set size (KB) = 1165648 Test 104 rap_progcld_thompson_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230413/INTEL/rap_noah_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29106/rap_noah_debug +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/INTEL/rap_noah_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_45167/rap_noah_debug Checking test 105 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 = 269.581697 - 0: The maximum resident set size (KB) = 1164816 + 0: The total amount of wall time = 264.927162 + 0: The maximum resident set size (KB) = 1164644 Test 105 rap_noah_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230413/INTEL/rap_sfcdiff_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29106/rap_sfcdiff_debug +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/INTEL/rap_sfcdiff_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_45167/rap_sfcdiff_debug Checking test 106 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 = 271.099556 - 0: The maximum resident set size (KB) = 1167168 + 0: The total amount of wall time = 277.834046 + 0: The maximum resident set size (KB) = 1165452 Test 106 rap_sfcdiff_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230413/INTEL/rap_noah_sfcdiff_cires_ugwp_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29106/rap_noah_sfcdiff_cires_ugwp_debug +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/INTEL/rap_noah_sfcdiff_cires_ugwp_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_45167/rap_noah_sfcdiff_cires_ugwp_debug Checking test 107 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 = 467.669503 - 0: The maximum resident set size (KB) = 1165268 + 0: The total amount of wall time = 448.165363 + 0: The maximum resident set size (KB) = 1165808 Test 107 rap_noah_sfcdiff_cires_ugwp_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230413/INTEL/rrfs_v1beta_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29106/rrfs_v1beta_debug +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/INTEL/rrfs_v1beta_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_45167/rrfs_v1beta_debug Checking test 108 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 = 268.096513 - 0: The maximum resident set size (KB) = 1166520 + 0: The total amount of wall time = 263.835282 + 0: The maximum resident set size (KB) = 1162292 Test 108 rrfs_v1beta_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230413/INTEL/control_wam_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29106/control_wam_debug -Checking test 109 control_wam_debug results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/INTEL/rap_clm_lake_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_45167/rap_clm_lake_debug +Checking test 109 rap_clm_lake_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 = 332.789444 + 0: The maximum resident set size (KB) = 1166924 + +Test 109 rap_clm_lake_debug PASS + + +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/INTEL/rap_flake_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_45167/rap_flake_debug +Checking test 110 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 = 277.188098 + 0: The maximum resident set size (KB) = 1168036 + +Test 110 rap_flake_debug PASS + + +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/INTEL/control_wam_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_45167/control_wam_debug +Checking test 111 control_wam_debug results .... Comparing sfcf019.nc .........OK Comparing atmf019.nc .........OK - 0: The total amount of wall time = 275.773070 - 0: The maximum resident set size (KB) = 518988 + 0: The total amount of wall time = 271.704265 + 0: The maximum resident set size (KB) = 519556 -Test 109 control_wam_debug PASS +Test 111 control_wam_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230413/INTEL/regional_spp_sppt_shum_skeb_dyn32_phy32 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29106/regional_spp_sppt_shum_skeb_dyn32_phy32 -Checking test 110 regional_spp_sppt_shum_skeb_dyn32_phy32 results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/INTEL/regional_spp_sppt_shum_skeb_dyn32_phy32 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_45167/regional_spp_sppt_shum_skeb_dyn32_phy32 +Checking test 112 regional_spp_sppt_shum_skeb_dyn32_phy32 results .... Comparing dynf000.nc .........OK Comparing dynf001.nc .........OK Comparing phyf000.nc .........OK @@ -3767,15 +3767,15 @@ Checking test 110 regional_spp_sppt_shum_skeb_dyn32_phy32 results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF01 .........OK - 0: The total amount of wall time = 220.379884 - 0: The maximum resident set size (KB) = 1081036 + 0: The total amount of wall time = 217.209798 + 0: The maximum resident set size (KB) = 1077948 -Test 110 regional_spp_sppt_shum_skeb_dyn32_phy32 PASS +Test 112 regional_spp_sppt_shum_skeb_dyn32_phy32 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230413/INTEL/rap_control_dyn32_phy32 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29106/rap_control_dyn32_phy32 -Checking test 111 rap_control_dyn32_phy32 results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/INTEL/rap_control_dyn32_phy32 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_45167/rap_control_dyn32_phy32 +Checking test 113 rap_control_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -3821,15 +3821,15 @@ Checking test 111 rap_control_dyn32_phy32 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 385.574647 - 0: The maximum resident set size (KB) = 997532 + 0: The total amount of wall time = 382.105134 + 0: The maximum resident set size (KB) = 1001576 -Test 111 rap_control_dyn32_phy32 PASS +Test 113 rap_control_dyn32_phy32 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230413/INTEL/hrrr_control_dyn32_phy32 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29106/hrrr_control_dyn32_phy32 -Checking test 112 hrrr_control_dyn32_phy32 results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/INTEL/hrrr_control_dyn32_phy32 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_45167/hrrr_control_dyn32_phy32 +Checking test 114 hrrr_control_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -3842,48 +3842,48 @@ Checking test 112 hrrr_control_dyn32_phy32 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF09 .........OK Comparing GFSPRS.GrbF12 .........OK - Comparing RESTART/20210322.180000.coupler.res .........OK - Comparing RESTART/20210322.180000.fv_core.res.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile1.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile2.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile3.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile4.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile5.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile6.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile1.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile2.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile3.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile4.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile5.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile6.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile1.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile2.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile3.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile4.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile5.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile6.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile1.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile2.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile3.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile4.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile5.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile6.nc .........OK - - 0: The total amount of wall time = 202.333812 - 0: The maximum resident set size (KB) = 954824 - -Test 112 hrrr_control_dyn32_phy32 PASS - - -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230413/INTEL/rap_control_dyn32_phy32 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29106/rap_2threads_dyn32_phy32 -Checking test 113 rap_2threads_dyn32_phy32 results .... + Comparing RESTART/20210322.120000.coupler.res .........OK + Comparing RESTART/20210322.120000.fv_core.res.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile6.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK + + 0: The total amount of wall time = 191.086761 + 0: The maximum resident set size (KB) = 956752 + +Test 114 hrrr_control_dyn32_phy32 PASS + + +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/INTEL/rap_control_dyn32_phy32 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_45167/rap_2threads_dyn32_phy32 +Checking test 115 rap_2threads_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -3929,15 +3929,15 @@ Checking test 113 rap_2threads_dyn32_phy32 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 372.956212 - 0: The maximum resident set size (KB) = 1028516 + 0: The total amount of wall time = 362.546289 + 0: The maximum resident set size (KB) = 1012120 -Test 113 rap_2threads_dyn32_phy32 PASS +Test 115 rap_2threads_dyn32_phy32 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230413/INTEL/hrrr_control_dyn32_phy32 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29106/hrrr_control_2threads_dyn32_phy32 -Checking test 114 hrrr_control_2threads_dyn32_phy32 results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/INTEL/hrrr_control_dyn32_phy32 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_45167/hrrr_control_2threads_dyn32_phy32 +Checking test 116 hrrr_control_2threads_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -3950,48 +3950,48 @@ Checking test 114 hrrr_control_2threads_dyn32_phy32 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF09 .........OK Comparing GFSPRS.GrbF12 .........OK - Comparing RESTART/20210322.180000.coupler.res .........OK - Comparing RESTART/20210322.180000.fv_core.res.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile1.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile2.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile3.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile4.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile5.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile6.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile1.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile2.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile3.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile4.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile5.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile6.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile1.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile2.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile3.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile4.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile5.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile6.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile1.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile2.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile3.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile4.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile5.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile6.nc .........OK - - 0: The total amount of wall time = 189.425036 - 0: The maximum resident set size (KB) = 1004052 - -Test 114 hrrr_control_2threads_dyn32_phy32 PASS - - -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230413/INTEL/hrrr_control_dyn32_phy32 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29106/hrrr_control_decomp_dyn32_phy32 -Checking test 115 hrrr_control_decomp_dyn32_phy32 results .... + Comparing RESTART/20210322.120000.coupler.res .........OK + Comparing RESTART/20210322.120000.fv_core.res.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile6.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK + + 0: The total amount of wall time = 176.521089 + 0: The maximum resident set size (KB) = 932400 + +Test 116 hrrr_control_2threads_dyn32_phy32 PASS + + +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/INTEL/hrrr_control_dyn32_phy32 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_45167/hrrr_control_decomp_dyn32_phy32 +Checking test 117 hrrr_control_decomp_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -4004,48 +4004,48 @@ Checking test 115 hrrr_control_decomp_dyn32_phy32 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF09 .........OK Comparing GFSPRS.GrbF12 .........OK - Comparing RESTART/20210322.180000.coupler.res .........OK - Comparing RESTART/20210322.180000.fv_core.res.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile1.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile2.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile3.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile4.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile5.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile6.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile1.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile2.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile3.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile4.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile5.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile6.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile1.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile2.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile3.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile4.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile5.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile6.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile1.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile2.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile3.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile4.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile5.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile6.nc .........OK - - 0: The total amount of wall time = 210.344535 - 0: The maximum resident set size (KB) = 893256 - -Test 115 hrrr_control_decomp_dyn32_phy32 PASS - - -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230413/INTEL/rap_control_dyn32_phy32 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29106/rap_restart_dyn32_phy32 -Checking test 116 rap_restart_dyn32_phy32 results .... + Comparing RESTART/20210322.120000.coupler.res .........OK + Comparing RESTART/20210322.120000.fv_core.res.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile6.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK + + 0: The total amount of wall time = 200.530598 + 0: The maximum resident set size (KB) = 893656 + +Test 117 hrrr_control_decomp_dyn32_phy32 PASS + + +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/INTEL/rap_control_dyn32_phy32 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_45167/rap_restart_dyn32_phy32 +Checking test 118 rap_restart_dyn32_phy32 results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK Comparing GFSFLX.GrbF12 .........OK @@ -4083,61 +4083,29 @@ Checking test 116 rap_restart_dyn32_phy32 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 284.387394 - 0: The maximum resident set size (KB) = 949164 + 0: The total amount of wall time = 282.165098 + 0: The maximum resident set size (KB) = 935948 -Test 116 rap_restart_dyn32_phy32 PASS +Test 118 rap_restart_dyn32_phy32 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230413/INTEL/hrrr_control_dyn32_phy32 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29106/hrrr_control_restart_dyn32_phy32 -Checking test 117 hrrr_control_restart_dyn32_phy32 results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/INTEL/hrrr_control_dyn32_phy32 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_45167/hrrr_control_restart_dyn32_phy32 +Checking test 119 hrrr_control_restart_dyn32_phy32 results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK Comparing GFSFLX.GrbF12 .........OK Comparing GFSPRS.GrbF12 .........OK - Comparing RESTART/20210322.180000.coupler.res .........OK - Comparing RESTART/20210322.180000.fv_core.res.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile1.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile2.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile3.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile4.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile5.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile6.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile1.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile2.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile3.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile4.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile5.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile6.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile1.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile2.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile3.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile4.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile5.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile6.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile1.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile2.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile3.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile4.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile5.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 104.603132 - 0: The maximum resident set size (KB) = 861240 + 0: The total amount of wall time = 99.306249 + 0: The maximum resident set size (KB) = 860676 -Test 117 hrrr_control_restart_dyn32_phy32 PASS +Test 119 hrrr_control_restart_dyn32_phy32 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230413/INTEL/rap_control_dyn64_phy32 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29106/rap_control_dyn64_phy32 -Checking test 118 rap_control_dyn64_phy32 results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/INTEL/rap_control_dyn64_phy32 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_45167/rap_control_dyn64_phy32 +Checking test 120 rap_control_dyn64_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -4183,82 +4151,82 @@ Checking test 118 rap_control_dyn64_phy32 results .... Comparing RESTART/20210322.180000.sfc_data.tile5.nc .........OK Comparing RESTART/20210322.180000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 245.027251 - 0: The maximum resident set size (KB) = 962360 + 0: The total amount of wall time = 245.195404 + 0: The maximum resident set size (KB) = 964152 -Test 118 rap_control_dyn64_phy32 PASS +Test 120 rap_control_dyn64_phy32 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230413/INTEL/rap_control_debug_dyn32_phy32 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29106/rap_control_debug_dyn32_phy32 -Checking test 119 rap_control_debug_dyn32_phy32 results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/INTEL/rap_control_debug_dyn32_phy32 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_45167/rap_control_debug_dyn32_phy32 +Checking test 121 rap_control_debug_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 272.879112 - 0: The maximum resident set size (KB) = 1053196 + 0: The total amount of wall time = 269.812431 + 0: The maximum resident set size (KB) = 1023160 -Test 119 rap_control_debug_dyn32_phy32 PASS +Test 121 rap_control_debug_dyn32_phy32 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230413/INTEL/hrrr_control_debug_dyn32_phy32 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29106/hrrr_control_debug_dyn32_phy32 -Checking test 120 hrrr_control_debug_dyn32_phy32 results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/INTEL/hrrr_control_debug_dyn32_phy32 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_45167/hrrr_control_debug_dyn32_phy32 +Checking test 122 hrrr_control_debug_dyn32_phy32 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.426408 - 0: The maximum resident set size (KB) = 1052596 + 0: The total amount of wall time = 267.607719 + 0: The maximum resident set size (KB) = 1043404 -Test 120 hrrr_control_debug_dyn32_phy32 PASS +Test 122 hrrr_control_debug_dyn32_phy32 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230413/INTEL/rap_control_debug_dyn64_phy32 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29106/rap_control_dyn64_phy32_debug -Checking test 121 rap_control_dyn64_phy32_debug results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/INTEL/rap_control_debug_dyn64_phy32 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_45167/rap_control_dyn64_phy32_debug +Checking test 123 rap_control_dyn64_phy32_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 = 276.602846 - 0: The maximum resident set size (KB) = 1092532 + 0: The total amount of wall time = 279.434054 + 0: The maximum resident set size (KB) = 1090812 -Test 121 rap_control_dyn64_phy32_debug PASS +Test 123 rap_control_dyn64_phy32_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230413/INTEL/hafs_regional_atm -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29106/hafs_regional_atm -Checking test 122 hafs_regional_atm results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/INTEL/hafs_regional_atm +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_45167/hafs_regional_atm +Checking test 124 hafs_regional_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing HURPRS.GrbF06 .........OK - 0: The total amount of wall time = 238.582597 - 0: The maximum resident set size (KB) = 1051860 + 0: The total amount of wall time = 235.147663 + 0: The maximum resident set size (KB) = 1044052 -Test 122 hafs_regional_atm PASS +Test 124 hafs_regional_atm PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230413/INTEL/hafs_regional_atm_thompson_gfdlsf -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29106/hafs_regional_atm_thompson_gfdlsf -Checking test 123 hafs_regional_atm_thompson_gfdlsf results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/INTEL/hafs_regional_atm_thompson_gfdlsf +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_45167/hafs_regional_atm_thompson_gfdlsf +Checking test 125 hafs_regional_atm_thompson_gfdlsf results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK - 0: The total amount of wall time = 377.576967 - 0: The maximum resident set size (KB) = 1400704 + 0: The total amount of wall time = 317.986788 + 0: The maximum resident set size (KB) = 1414100 -Test 123 hafs_regional_atm_thompson_gfdlsf PASS +Test 125 hafs_regional_atm_thompson_gfdlsf PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230413/INTEL/hafs_regional_atm_ocn -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29106/hafs_regional_atm_ocn -Checking test 124 hafs_regional_atm_ocn results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/INTEL/hafs_regional_atm_ocn +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_45167/hafs_regional_atm_ocn +Checking test 126 hafs_regional_atm_ocn results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing archv.2019_241_06.a .........OK @@ -4266,15 +4234,15 @@ Checking test 124 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 = 381.519255 - 0: The maximum resident set size (KB) = 1223032 + 0: The total amount of wall time = 382.347713 + 0: The maximum resident set size (KB) = 1221556 -Test 124 hafs_regional_atm_ocn PASS +Test 126 hafs_regional_atm_ocn PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230413/INTEL/hafs_regional_atm_wav -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29106/hafs_regional_atm_wav -Checking test 125 hafs_regional_atm_wav results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/INTEL/hafs_regional_atm_wav +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_45167/hafs_regional_atm_wav +Checking test 127 hafs_regional_atm_wav results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing 20190829.060000.out_grd.ww3 .........OK @@ -4282,15 +4250,15 @@ Checking test 125 hafs_regional_atm_wav results .... Comparing ufs.hafs.ww3.r.2019-08-29-21600 .........OK Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK - 0: The total amount of wall time = 744.239842 - 0: The maximum resident set size (KB) = 1254428 + 0: The total amount of wall time = 743.658060 + 0: The maximum resident set size (KB) = 1255760 -Test 125 hafs_regional_atm_wav PASS +Test 127 hafs_regional_atm_wav PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230413/INTEL/hafs_regional_atm_ocn_wav -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29106/hafs_regional_atm_ocn_wav -Checking test 126 hafs_regional_atm_ocn_wav results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/INTEL/hafs_regional_atm_ocn_wav +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_45167/hafs_regional_atm_ocn_wav +Checking test 128 hafs_regional_atm_ocn_wav results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing archv.2019_241_06.a .........OK @@ -4300,29 +4268,29 @@ Checking test 126 hafs_regional_atm_ocn_wav results .... Comparing ufs.hafs.ww3.r.2019-08-29-21600 .........OK Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK - 0: The total amount of wall time = 850.827433 - 0: The maximum resident set size (KB) = 1296924 + 0: The total amount of wall time = 847.649393 + 0: The maximum resident set size (KB) = 1267068 -Test 126 hafs_regional_atm_ocn_wav PASS +Test 128 hafs_regional_atm_ocn_wav PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230413/INTEL/hafs_regional_1nest_atm -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29106/hafs_regional_1nest_atm -Checking test 127 hafs_regional_1nest_atm results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/INTEL/hafs_regional_1nest_atm +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_45167/hafs_regional_1nest_atm +Checking test 129 hafs_regional_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 = 317.600628 - 0: The maximum resident set size (KB) = 506424 + 0: The total amount of wall time = 321.338326 + 0: The maximum resident set size (KB) = 501468 -Test 127 hafs_regional_1nest_atm PASS +Test 129 hafs_regional_1nest_atm PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230413/INTEL/hafs_regional_telescopic_2nests_atm -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29106/hafs_regional_telescopic_2nests_atm -Checking test 128 hafs_regional_telescopic_2nests_atm results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/INTEL/hafs_regional_telescopic_2nests_atm +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_45167/hafs_regional_telescopic_2nests_atm +Checking test 130 hafs_regional_telescopic_2nests_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK @@ -4330,29 +4298,29 @@ Checking test 128 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 = 366.063089 - 0: The maximum resident set size (KB) = 511596 + 0: The total amount of wall time = 368.695208 + 0: The maximum resident set size (KB) = 509220 -Test 128 hafs_regional_telescopic_2nests_atm PASS +Test 130 hafs_regional_telescopic_2nests_atm PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230413/INTEL/hafs_global_1nest_atm -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29106/hafs_global_1nest_atm -Checking test 129 hafs_global_1nest_atm results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/INTEL/hafs_global_1nest_atm +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_45167/hafs_global_1nest_atm +Checking test 131 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 = 147.569273 - 0: The maximum resident set size (KB) = 346468 + 0: The total amount of wall time = 146.108120 + 0: The maximum resident set size (KB) = 349940 -Test 129 hafs_global_1nest_atm PASS +Test 131 hafs_global_1nest_atm PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230413/INTEL/hafs_global_multiple_4nests_atm -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29106/hafs_global_multiple_4nests_atm -Checking test 130 hafs_global_multiple_4nests_atm results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/INTEL/hafs_global_multiple_4nests_atm +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_45167/hafs_global_multiple_4nests_atm +Checking test 132 hafs_global_multiple_4nests_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK @@ -4369,15 +4337,15 @@ Checking test 130 hafs_global_multiple_4nests_atm results .... Comparing HURPRS.GrbF06.nest04 .........OK Comparing HURPRS.GrbF06.nest05 .........OK - 0: The total amount of wall time = 416.988309 - 0: The maximum resident set size (KB) = 422808 + 0: The total amount of wall time = 410.411140 + 0: The maximum resident set size (KB) = 423676 -Test 130 hafs_global_multiple_4nests_atm PASS +Test 132 hafs_global_multiple_4nests_atm PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230413/INTEL/hafs_regional_specified_moving_1nest_atm -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29106/hafs_regional_specified_moving_1nest_atm -Checking test 131 hafs_regional_specified_moving_1nest_atm results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/INTEL/hafs_regional_specified_moving_1nest_atm +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_45167/hafs_regional_specified_moving_1nest_atm +Checking test 133 hafs_regional_specified_moving_1nest_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK @@ -4385,29 +4353,29 @@ Checking test 131 hafs_regional_specified_moving_1nest_atm results .... Comparing HURPRS.GrbF06 .........OK Comparing HURPRS.GrbF06.nest02 .........OK - 0: The total amount of wall time = 204.479559 - 0: The maximum resident set size (KB) = 514944 + 0: The total amount of wall time = 208.817206 + 0: The maximum resident set size (KB) = 521100 -Test 131 hafs_regional_specified_moving_1nest_atm PASS +Test 133 hafs_regional_specified_moving_1nest_atm PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230413/INTEL/hafs_regional_storm_following_1nest_atm -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29106/hafs_regional_storm_following_1nest_atm -Checking test 132 hafs_regional_storm_following_1nest_atm results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/INTEL/hafs_regional_storm_following_1nest_atm +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_45167/hafs_regional_storm_following_1nest_atm +Checking test 134 hafs_regional_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 = 191.433782 - 0: The maximum resident set size (KB) = 518924 + 0: The total amount of wall time = 192.862638 + 0: The maximum resident set size (KB) = 520464 -Test 132 hafs_regional_storm_following_1nest_atm PASS +Test 134 hafs_regional_storm_following_1nest_atm PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230413/INTEL/hafs_regional_storm_following_1nest_atm_ocn -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29106/hafs_regional_storm_following_1nest_atm_ocn -Checking test 133 hafs_regional_storm_following_1nest_atm_ocn results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/INTEL/hafs_regional_storm_following_1nest_atm_ocn +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_45167/hafs_regional_storm_following_1nest_atm_ocn +Checking test 135 hafs_regional_storm_following_1nest_atm_ocn results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK @@ -4415,43 +4383,43 @@ Checking test 133 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 = 226.943458 - 0: The maximum resident set size (KB) = 568348 + 0: The total amount of wall time = 223.675313 + 0: The maximum resident set size (KB) = 539764 -Test 133 hafs_regional_storm_following_1nest_atm_ocn PASS +Test 135 hafs_regional_storm_following_1nest_atm_ocn PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230413/INTEL/hafs_global_storm_following_1nest_atm -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29106/hafs_global_storm_following_1nest_atm -Checking test 134 hafs_global_storm_following_1nest_atm results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/INTEL/hafs_global_storm_following_1nest_atm +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_45167/hafs_global_storm_following_1nest_atm +Checking test 136 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 = 61.245809 - 0: The maximum resident set size (KB) = 367972 + 0: The total amount of wall time = 60.481685 + 0: The maximum resident set size (KB) = 366600 -Test 134 hafs_global_storm_following_1nest_atm PASS +Test 136 hafs_global_storm_following_1nest_atm PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230413/INTEL/hafs_regional_storm_following_1nest_atm_ocn_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29106/hafs_regional_storm_following_1nest_atm_ocn_debug -Checking test 135 hafs_regional_storm_following_1nest_atm_ocn_debug results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/INTEL/hafs_regional_storm_following_1nest_atm_ocn_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_45167/hafs_regional_storm_following_1nest_atm_ocn_debug +Checking test 137 hafs_regional_storm_following_1nest_atm_ocn_debug results .... Comparing atmf001.nc .........OK Comparing sfcf001.nc .........OK Comparing atm.nest02.f001.nc .........OK Comparing sfc.nest02.f001.nc .........OK - 0: The total amount of wall time = 699.276796 - 0: The maximum resident set size (KB) = 580516 + 0: The total amount of wall time = 706.090028 + 0: The maximum resident set size (KB) = 583904 -Test 135 hafs_regional_storm_following_1nest_atm_ocn_debug PASS +Test 137 hafs_regional_storm_following_1nest_atm_ocn_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230413/INTEL/hafs_regional_storm_following_1nest_atm_ocn_wav -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29106/hafs_regional_storm_following_1nest_atm_ocn_wav -Checking test 136 hafs_regional_storm_following_1nest_atm_ocn_wav results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/INTEL/hafs_regional_storm_following_1nest_atm_ocn_wav +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_45167/hafs_regional_storm_following_1nest_atm_ocn_wav +Checking test 138 hafs_regional_storm_following_1nest_atm_ocn_wav results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK @@ -4461,162 +4429,162 @@ Checking test 136 hafs_regional_storm_following_1nest_atm_ocn_wav results .... Comparing 20200825.180000.out_grd.ww3 .........OK Comparing 20200825.180000.out_pnt.ww3 .........OK - 0: The total amount of wall time = 485.668241 - 0: The maximum resident set size (KB) = 614204 + 0: The total amount of wall time = 480.919880 + 0: The maximum resident set size (KB) = 619880 -Test 136 hafs_regional_storm_following_1nest_atm_ocn_wav PASS +Test 138 hafs_regional_storm_following_1nest_atm_ocn_wav PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230413/INTEL/hafs_regional_docn -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29106/hafs_regional_docn -Checking test 137 hafs_regional_docn results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/INTEL/hafs_regional_docn +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_45167/hafs_regional_docn +Checking test 139 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 = 359.661891 - 0: The maximum resident set size (KB) = 1228080 + 0: The total amount of wall time = 357.554042 + 0: The maximum resident set size (KB) = 1229292 -Test 137 hafs_regional_docn PASS +Test 139 hafs_regional_docn PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230413/INTEL/hafs_regional_docn_oisst -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29106/hafs_regional_docn_oisst -Checking test 138 hafs_regional_docn_oisst results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/INTEL/hafs_regional_docn_oisst +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_45167/hafs_regional_docn_oisst +Checking test 140 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 = 360.727019 - 0: The maximum resident set size (KB) = 1217052 + 0: The total amount of wall time = 361.689010 + 0: The maximum resident set size (KB) = 1208488 -Test 138 hafs_regional_docn_oisst PASS +Test 140 hafs_regional_docn_oisst PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230413/INTEL/hafs_regional_datm_cdeps -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29106/hafs_regional_datm_cdeps -Checking test 139 hafs_regional_datm_cdeps results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/INTEL/hafs_regional_datm_cdeps +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_45167/hafs_regional_datm_cdeps +Checking test 141 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 = 956.926185 - 0: The maximum resident set size (KB) = 1041848 + 0: The total amount of wall time = 958.609890 + 0: The maximum resident set size (KB) = 1039736 -Test 139 hafs_regional_datm_cdeps PASS +Test 141 hafs_regional_datm_cdeps PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230413/INTEL/datm_cdeps_control_cfsr -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29106/datm_cdeps_control_cfsr -Checking test 140 datm_cdeps_control_cfsr results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/INTEL/datm_cdeps_control_cfsr +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_45167/datm_cdeps_control_cfsr +Checking test 142 datm_cdeps_control_cfsr results .... Comparing RESTART/20111002.000000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 159.990943 - 0: The maximum resident set size (KB) = 1067788 + 0: The total amount of wall time = 153.784137 + 0: The maximum resident set size (KB) = 1070728 -Test 140 datm_cdeps_control_cfsr PASS +Test 142 datm_cdeps_control_cfsr PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230413/INTEL/datm_cdeps_control_cfsr -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29106/datm_cdeps_restart_cfsr -Checking test 141 datm_cdeps_restart_cfsr results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/INTEL/datm_cdeps_control_cfsr +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_45167/datm_cdeps_restart_cfsr +Checking test 143 datm_cdeps_restart_cfsr results .... Comparing RESTART/20111002.000000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 90.562493 - 0: The maximum resident set size (KB) = 1015136 + 0: The total amount of wall time = 94.084467 + 0: The maximum resident set size (KB) = 1012428 -Test 141 datm_cdeps_restart_cfsr PASS +Test 143 datm_cdeps_restart_cfsr PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230413/INTEL/datm_cdeps_control_gefs -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29106/datm_cdeps_control_gefs -Checking test 142 datm_cdeps_control_gefs results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/INTEL/datm_cdeps_control_gefs +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_45167/datm_cdeps_control_gefs +Checking test 144 datm_cdeps_control_gefs results .... Comparing RESTART/20111002.000000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS_NEW.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 155.518636 - 0: The maximum resident set size (KB) = 963356 + 0: The total amount of wall time = 152.409887 + 0: The maximum resident set size (KB) = 938780 -Test 142 datm_cdeps_control_gefs PASS +Test 144 datm_cdeps_control_gefs PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230413/INTEL/datm_cdeps_iau_gefs -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29106/datm_cdeps_iau_gefs -Checking test 143 datm_cdeps_iau_gefs results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/INTEL/datm_cdeps_iau_gefs +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_45167/datm_cdeps_iau_gefs +Checking test 145 datm_cdeps_iau_gefs results .... Comparing RESTART/20111002.000000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS_NEW.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 156.205883 - 0: The maximum resident set size (KB) = 985776 + 0: The total amount of wall time = 150.439329 + 0: The maximum resident set size (KB) = 959332 -Test 143 datm_cdeps_iau_gefs PASS +Test 145 datm_cdeps_iau_gefs PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230413/INTEL/datm_cdeps_stochy_gefs -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29106/datm_cdeps_stochy_gefs -Checking test 144 datm_cdeps_stochy_gefs results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/INTEL/datm_cdeps_stochy_gefs +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_45167/datm_cdeps_stochy_gefs +Checking test 146 datm_cdeps_stochy_gefs results .... Comparing RESTART/20111002.000000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS_NEW.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 152.741466 - 0: The maximum resident set size (KB) = 966524 + 0: The total amount of wall time = 149.898179 + 0: The maximum resident set size (KB) = 964828 -Test 144 datm_cdeps_stochy_gefs PASS +Test 146 datm_cdeps_stochy_gefs PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230413/INTEL/datm_cdeps_ciceC_cfsr -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29106/datm_cdeps_ciceC_cfsr -Checking test 145 datm_cdeps_ciceC_cfsr results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/INTEL/datm_cdeps_ciceC_cfsr +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_45167/datm_cdeps_ciceC_cfsr +Checking test 147 datm_cdeps_ciceC_cfsr results .... Comparing RESTART/20111002.000000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 152.236268 - 0: The maximum resident set size (KB) = 1054804 + 0: The total amount of wall time = 154.724955 + 0: The maximum resident set size (KB) = 1072420 -Test 145 datm_cdeps_ciceC_cfsr PASS +Test 147 datm_cdeps_ciceC_cfsr PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230413/INTEL/datm_cdeps_bulk_cfsr -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29106/datm_cdeps_bulk_cfsr -Checking test 146 datm_cdeps_bulk_cfsr results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/INTEL/datm_cdeps_bulk_cfsr +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_45167/datm_cdeps_bulk_cfsr +Checking test 148 datm_cdeps_bulk_cfsr results .... Comparing RESTART/20111002.000000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 156.334722 - 0: The maximum resident set size (KB) = 1072472 + 0: The total amount of wall time = 156.336256 + 0: The maximum resident set size (KB) = 1068628 -Test 146 datm_cdeps_bulk_cfsr PASS +Test 148 datm_cdeps_bulk_cfsr PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230413/INTEL/datm_cdeps_bulk_gefs -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29106/datm_cdeps_bulk_gefs -Checking test 147 datm_cdeps_bulk_gefs results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/INTEL/datm_cdeps_bulk_gefs +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_45167/datm_cdeps_bulk_gefs +Checking test 149 datm_cdeps_bulk_gefs results .... Comparing RESTART/20111002.000000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS_NEW.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 148.858996 - 0: The maximum resident set size (KB) = 965468 + 0: The total amount of wall time = 146.610772 + 0: The maximum resident set size (KB) = 967440 -Test 147 datm_cdeps_bulk_gefs PASS +Test 149 datm_cdeps_bulk_gefs PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230413/INTEL/datm_cdeps_mx025_cfsr -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29106/datm_cdeps_mx025_cfsr -Checking test 148 datm_cdeps_mx025_cfsr results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/INTEL/datm_cdeps_mx025_cfsr +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_45167/datm_cdeps_mx025_cfsr +Checking test 150 datm_cdeps_mx025_cfsr results .... Comparing RESTART/20111001.120000.MOM.res.nc .........OK Comparing RESTART/20111001.120000.MOM.res_1.nc .........OK Comparing RESTART/20111001.120000.MOM.res_2.nc .........OK @@ -4624,15 +4592,15 @@ Checking test 148 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 = 454.761229 - 0: The maximum resident set size (KB) = 879920 + 0: The total amount of wall time = 419.811433 + 0: The maximum resident set size (KB) = 876812 -Test 148 datm_cdeps_mx025_cfsr PASS +Test 150 datm_cdeps_mx025_cfsr PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230413/INTEL/datm_cdeps_mx025_gefs -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29106/datm_cdeps_mx025_gefs -Checking test 149 datm_cdeps_mx025_gefs results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/INTEL/datm_cdeps_mx025_gefs +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_45167/datm_cdeps_mx025_gefs +Checking test 151 datm_cdeps_mx025_gefs results .... Comparing RESTART/20111001.120000.MOM.res.nc .........OK Comparing RESTART/20111001.120000.MOM.res_1.nc .........OK Comparing RESTART/20111001.120000.MOM.res_2.nc .........OK @@ -4640,78 +4608,78 @@ Checking test 149 datm_cdeps_mx025_gefs results .... Comparing RESTART/iced.2011-10-01-43200.nc .........OK Comparing RESTART/DATM_GEFS_NEW.cpl.r.2011-10-01-43200.nc .........OK - 0: The total amount of wall time = 405.970647 - 0: The maximum resident set size (KB) = 935500 + 0: The total amount of wall time = 421.375647 + 0: The maximum resident set size (KB) = 935048 -Test 149 datm_cdeps_mx025_gefs PASS +Test 151 datm_cdeps_mx025_gefs PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230413/INTEL/datm_cdeps_control_cfsr -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29106/datm_cdeps_multiple_files_cfsr -Checking test 150 datm_cdeps_multiple_files_cfsr results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/INTEL/datm_cdeps_control_cfsr +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_45167/datm_cdeps_multiple_files_cfsr +Checking test 152 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 = 154.723749 - 0: The maximum resident set size (KB) = 1070536 + 0: The total amount of wall time = 154.946618 + 0: The maximum resident set size (KB) = 1066192 -Test 150 datm_cdeps_multiple_files_cfsr PASS +Test 152 datm_cdeps_multiple_files_cfsr PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230413/INTEL/datm_cdeps_3072x1536_cfsr -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29106/datm_cdeps_3072x1536_cfsr -Checking test 151 datm_cdeps_3072x1536_cfsr results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/INTEL/datm_cdeps_3072x1536_cfsr +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_45167/datm_cdeps_3072x1536_cfsr +Checking test 153 datm_cdeps_3072x1536_cfsr results .... Comparing RESTART/20111002.000000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR3072x1536.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 220.828151 - 0: The maximum resident set size (KB) = 2358140 + 0: The total amount of wall time = 218.584712 + 0: The maximum resident set size (KB) = 2358912 -Test 151 datm_cdeps_3072x1536_cfsr PASS +Test 153 datm_cdeps_3072x1536_cfsr PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230413/INTEL/datm_cdeps_gfs -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29106/datm_cdeps_gfs -Checking test 152 datm_cdeps_gfs results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/INTEL/datm_cdeps_gfs +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_45167/datm_cdeps_gfs +Checking test 154 datm_cdeps_gfs results .... Comparing RESTART/20210323.060000.MOM.res.nc .........OK Comparing RESTART/iced.2021-03-23-21600.nc .........OK Comparing RESTART/DATM_GFS.cpl.r.2021-03-23-21600.nc .........OK - 0: The total amount of wall time = 222.139467 - 0: The maximum resident set size (KB) = 2378300 + 0: The total amount of wall time = 211.432827 + 0: The maximum resident set size (KB) = 2362876 -Test 152 datm_cdeps_gfs PASS +Test 154 datm_cdeps_gfs PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230413/INTEL/datm_cdeps_debug_cfsr -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29106/datm_cdeps_debug_cfsr -Checking test 153 datm_cdeps_debug_cfsr results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/INTEL/datm_cdeps_debug_cfsr +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_45167/datm_cdeps_debug_cfsr +Checking test 155 datm_cdeps_debug_cfsr results .... Comparing RESTART/20111001.060000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-01-21600.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-01-21600.nc .........OK - 0: The total amount of wall time = 343.912246 - 0: The maximum resident set size (KB) = 1002108 + 0: The total amount of wall time = 352.332254 + 0: The maximum resident set size (KB) = 983012 -Test 153 datm_cdeps_debug_cfsr PASS +Test 155 datm_cdeps_debug_cfsr PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230413/INTEL/datm_cdeps_control_cfsr_faster -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29106/datm_cdeps_control_cfsr_faster -Checking test 154 datm_cdeps_control_cfsr_faster results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/INTEL/datm_cdeps_control_cfsr_faster +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_45167/datm_cdeps_control_cfsr_faster +Checking test 156 datm_cdeps_control_cfsr_faster results .... Comparing RESTART/20111002.000000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 151.828832 - 0: The maximum resident set size (KB) = 1053688 + 0: The total amount of wall time = 155.543877 + 0: The maximum resident set size (KB) = 1060204 -Test 154 datm_cdeps_control_cfsr_faster PASS +Test 156 datm_cdeps_control_cfsr_faster PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230413/INTEL/datm_cdeps_lnd_gswp3 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29106/datm_cdeps_lnd_gswp3 -Checking test 155 datm_cdeps_lnd_gswp3 results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/INTEL/datm_cdeps_lnd_gswp3 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_45167/datm_cdeps_lnd_gswp3 +Checking test 157 datm_cdeps_lnd_gswp3 results .... Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile1.nc .........OK Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile2.nc .........OK Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile3.nc .........OK @@ -4719,15 +4687,15 @@ Checking test 155 datm_cdeps_lnd_gswp3 results .... Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile5.nc .........OK Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile6.nc .........OK - 0: The total amount of wall time = 6.913405 - 0: The maximum resident set size (KB) = 264552 + 0: The total amount of wall time = 7.094311 + 0: The maximum resident set size (KB) = 255816 -Test 155 datm_cdeps_lnd_gswp3 PASS +Test 157 datm_cdeps_lnd_gswp3 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230413/INTEL/datm_cdeps_lnd_gswp3 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29106/datm_cdeps_lnd_gswp3_rst -Checking test 156 datm_cdeps_lnd_gswp3_rst results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/INTEL/datm_cdeps_lnd_gswp3 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_45167/datm_cdeps_lnd_gswp3_rst +Checking test 158 datm_cdeps_lnd_gswp3_rst results .... Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile1.nc .........OK Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile2.nc .........OK Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile3.nc .........OK @@ -4735,15 +4703,15 @@ Checking test 156 datm_cdeps_lnd_gswp3_rst results .... Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile5.nc .........OK Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile6.nc .........OK - 0: The total amount of wall time = 15.006843 - 0: The maximum resident set size (KB) = 264688 + 0: The total amount of wall time = 12.207160 + 0: The maximum resident set size (KB) = 260328 -Test 156 datm_cdeps_lnd_gswp3_rst PASS +Test 158 datm_cdeps_lnd_gswp3_rst PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230413/INTEL/control_p8_atmlnd_sbs -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29106/control_p8_atmlnd_sbs -Checking test 157 control_p8_atmlnd_sbs results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/INTEL/control_p8_atmlnd_sbs +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_45167/control_p8_atmlnd_sbs +Checking test 159 control_p8_atmlnd_sbs results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK Comparing sfcf000.tile3.nc .........OK @@ -4827,15 +4795,15 @@ Checking test 157 control_p8_atmlnd_sbs results .... Comparing ufs.cpld.lnd.out.2021-03-23-21600.tile5.nc .........OK Comparing ufs.cpld.lnd.out.2021-03-23-21600.tile6.nc .........OK - 0: The total amount of wall time = 211.725980 - 0: The maximum resident set size (KB) = 1602920 + 0: The total amount of wall time = 208.144296 + 0: The maximum resident set size (KB) = 1594720 -Test 157 control_p8_atmlnd_sbs PASS +Test 159 control_p8_atmlnd_sbs PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230413/INTEL/atmwav_control_noaero_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29106/atmwav_control_noaero_p8 -Checking test 158 atmwav_control_noaero_p8 results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/INTEL/atmwav_control_noaero_p8 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_45167/atmwav_control_noaero_p8 +Checking test 160 atmwav_control_noaero_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK Comparing atmf000.nc .........OK @@ -4877,15 +4845,15 @@ Checking test 158 atmwav_control_noaero_p8 results .... Comparing 20210322.180000.out_grd.ww3 .........OK Comparing ufs.atmw.ww3.r.2021-03-22-64800 .........OK - 0: The total amount of wall time = 97.600929 - 0: The maximum resident set size (KB) = 1626460 + 0: The total amount of wall time = 95.938528 + 0: The maximum resident set size (KB) = 1623708 -Test 158 atmwav_control_noaero_p8 PASS +Test 160 atmwav_control_noaero_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230413/INTEL/control_atmwav -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29106/control_atmwav -Checking test 159 control_atmwav results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/INTEL/control_atmwav +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_45167/control_atmwav +Checking test 161 control_atmwav results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK Comparing atmf000.nc .........OK @@ -4928,15 +4896,15 @@ Checking test 159 control_atmwav results .... Comparing RESTART/20210322.180000.sfc_data.tile6.nc .........OK Comparing 20210322.180000.restart.glo_1deg .........OK - 0: The total amount of wall time = 87.674124 - 0: The maximum resident set size (KB) = 657656 + 0: The total amount of wall time = 87.897369 + 0: The maximum resident set size (KB) = 658976 -Test 159 control_atmwav PASS +Test 161 control_atmwav PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230413/INTEL/atmaero_control_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29106/atmaero_control_p8 -Checking test 160 atmaero_control_p8 results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/INTEL/atmaero_control_p8 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_45167/atmaero_control_p8 +Checking test 162 atmaero_control_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -4979,15 +4947,15 @@ Checking test 160 atmaero_control_p8 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 234.858158 - 0: The maximum resident set size (KB) = 2957700 + 0: The total amount of wall time = 232.260631 + 0: The maximum resident set size (KB) = 2962524 -Test 160 atmaero_control_p8 PASS +Test 162 atmaero_control_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230413/INTEL/atmaero_control_p8_rad -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29106/atmaero_control_p8_rad -Checking test 161 atmaero_control_p8_rad results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/INTEL/atmaero_control_p8_rad +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_45167/atmaero_control_p8_rad +Checking test 163 atmaero_control_p8_rad results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -5030,15 +4998,15 @@ Checking test 161 atmaero_control_p8_rad results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 285.767511 - 0: The maximum resident set size (KB) = 3042524 + 0: The total amount of wall time = 282.624657 + 0: The maximum resident set size (KB) = 3031844 -Test 161 atmaero_control_p8_rad PASS +Test 163 atmaero_control_p8_rad PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230413/INTEL/atmaero_control_p8_rad_micro -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29106/atmaero_control_p8_rad_micro -Checking test 162 atmaero_control_p8_rad_micro results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/INTEL/atmaero_control_p8_rad_micro +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_45167/atmaero_control_p8_rad_micro +Checking test 164 atmaero_control_p8_rad_micro results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -5081,15 +5049,15 @@ Checking test 162 atmaero_control_p8_rad_micro results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 291.834444 - 0: The maximum resident set size (KB) = 3049700 + 0: The total amount of wall time = 293.386519 + 0: The maximum resident set size (KB) = 3035824 -Test 162 atmaero_control_p8_rad_micro PASS +Test 164 atmaero_control_p8_rad_micro PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230413/INTEL/regional_atmaq -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29106/regional_atmaq -Checking test 163 regional_atmaq results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/INTEL/regional_atmaq +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_45167/regional_atmaq +Checking test 165 regional_atmaq results .... Comparing sfcf000.nc .........OK Comparing sfcf003.nc .........OK Comparing sfcf006.nc .........OK @@ -5104,15 +5072,15 @@ Checking test 163 regional_atmaq results .... Comparing RESTART/20190801.180000.phy_data.nc .........OK Comparing RESTART/20190801.180000.sfc_data.nc .........OK - 0: The total amount of wall time = 653.319830 - 0: The maximum resident set size (KB) = 1444244 + 0: The total amount of wall time = 651.007081 + 0: The maximum resident set size (KB) = 1455028 -Test 163 regional_atmaq PASS +Test 165 regional_atmaq PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230413/INTEL/regional_atmaq_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29106/regional_atmaq_debug -Checking test 164 regional_atmaq_debug results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/INTEL/regional_atmaq_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_45167/regional_atmaq_debug +Checking test 166 regional_atmaq_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK @@ -5125,15 +5093,15 @@ Checking test 164 regional_atmaq_debug results .... Comparing RESTART/20190801.130000.phy_data.nc .........OK Comparing RESTART/20190801.130000.sfc_data.nc .........OK - 0: The total amount of wall time = 1202.296664 - 0: The maximum resident set size (KB) = 1380568 + 0: The total amount of wall time = 1196.346045 + 0: The maximum resident set size (KB) = 1381328 -Test 164 regional_atmaq_debug PASS +Test 166 regional_atmaq_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230413/INTEL/regional_atmaq_faster -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29106/regional_atmaq_faster -Checking test 165 regional_atmaq_faster results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230413/INTEL/regional_atmaq_faster +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_45167/regional_atmaq_faster +Checking test 167 regional_atmaq_faster results .... Comparing sfcf000.nc .........OK Comparing sfcf003.nc .........OK Comparing sfcf006.nc .........OK @@ -5148,12 +5116,12 @@ Checking test 165 regional_atmaq_faster results .... Comparing RESTART/20190801.180000.phy_data.nc .........OK Comparing RESTART/20190801.180000.sfc_data.nc .........OK - 0: The total amount of wall time = 565.035102 - 0: The maximum resident set size (KB) = 1467608 + 0: The total amount of wall time = 556.374465 + 0: The maximum resident set size (KB) = 1459452 -Test 165 regional_atmaq_faster PASS +Test 167 regional_atmaq_faster PASS REGRESSION TEST WAS SUCCESSFUL -Sat Apr 15 01:50:42 UTC 2023 -Elapsed time: 01h:46m:55s. Have a nice day! +Wed Apr 19 23:19:26 UTC 2023 +Elapsed time: 01h:52m:42s. Have a nice day! From faacab5404c2346109811c06bf93bcb31983f6b3 Mon Sep 17 00:00:00 2001 From: "samuel.trahan" Date: Fri, 21 Apr 2023 17:35:01 +0000 Subject: [PATCH 140/152] hera.intel passed again --- tests/RegressionTests_hera.intel.log | 2496 +++++++++++++------------- 1 file changed, 1232 insertions(+), 1264 deletions(-) diff --git a/tests/RegressionTests_hera.intel.log b/tests/RegressionTests_hera.intel.log index 7547bba493..b8d04d125a 100644 --- a/tests/RegressionTests_hera.intel.log +++ b/tests/RegressionTests_hera.intel.log @@ -1,43 +1,43 @@ -Wed Apr 19 05:14:13 UTC 2023 +Fri Apr 21 13:55:41 UTC 2023 Start Regression test -Compile 001 elapsed time 607 seconds. -DAPP=S2SWA -D32BIT=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 002 elapsed time 608 seconds. -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 003 elapsed time 568 seconds. -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 004 elapsed time 231 seconds. -DAPP=S2SWA -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile 005 elapsed time 204 seconds. -DAPP=S2SW -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile 006 elapsed time 515 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8_sfcocn -DCMEPS_AOFLUX=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 007 elapsed time 517 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 008 elapsed time 698 seconds. -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 009 elapsed time 529 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,FV3_WoFS_v0,FV3_GFS_v17_p8_mynn -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 010 elapsed time 499 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_RRFS_v1beta,FV3_RRFS_v1nssl -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 011 elapsed time 468 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_csawmg,FV3_GFS_v16_ugwpv1,FV3_GFS_v16_ras,FV3_GFS_v16_noahmp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 012 elapsed time 447 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 013 elapsed time 624 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,FV3_WoFS_v0 -D32BIT=ON -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 014 elapsed time 206 seconds. -DAPP=ATM -DDEBUG=ON -D32BIT=ON -DCCPP_SUITES=FV3_HRRR,FV3_GFS_v16,FV3_GFS_v16_csawmg,FV3_GFS_v16_ras,FV3_GFS_v17_p8,FV3_GFS_v15_thompson_mynn_lam3km,FV3_RAP,FV3_HRRR,FV3_RAP_unified_ugwp,FV3_RAP_cires_ugwp,FV3_RAP_flake,FV3_RAP_noah,FV3_RAP_sfcdiff,FV3_RAP_noah_sfcdiff_cires_ugwp,FV3_RRFS_v1beta -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 015 elapsed time 170 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 016 elapsed time 491 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -D32BIT=ON -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 017 elapsed time 492 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 018 elapsed time 181 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -D32BIT=ON -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 019 elapsed time 159 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 020 elapsed time 561 seconds. -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v1_gfdlmp_tedmf,FV3_HAFS_v1_gfdlmp_tedmf_nonsst,FV3_HAFS_v1_thompson_tedmf_gfdlsf -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 021 elapsed time 190 seconds. -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v1_gfdlmp_tedmf,FV3_HAFS_v1_gfdlmp_tedmf_nonsst,FV3_HAFS_v1_thompson_tedmf_gfdlsf -D32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 022 elapsed time 637 seconds. -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v1_thompson_noahmp_nonsst,FV3_HAFS_v1_thompson_noahmp,FV3_HAFS_v1_thompson_nonsst,FV3_HAFS_v1_thompson,FV3_HAFS_v1_gfdlmp_tedmf_nonsst,FV3_HAFS_v1_gfdlmp_tedmf,FV3_HAFS_v1_thompson_tedmf_gfdlsf -D32BIT=ON -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 023 elapsed time 565 seconds. -DAPP=HAFS-ALL -DCCPP_SUITES=FV3_HAFS_v1_gfdlmp_tedmf,FV3_HAFS_v1_gfdlmp_tedmf_nonsst -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 024 elapsed time 187 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 025 elapsed time 105 seconds. -DAPP=NG-GODAS -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile 026 elapsed time 186 seconds. -DAPP=NG-GODAS -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 027 elapsed time 54 seconds. -DAPP=LND -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 028 elapsed time 480 seconds. -DAPP=ATML -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v15_thompson_mynn,FV3_GFS_v17_p8,FV3_GFS_v15_thompson_mynn_lam3km -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 029 elapsed time 570 seconds. -DAPP=ATMW -DCCPP_SUITES=FV3_GFS_v17_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 030 elapsed time 588 seconds. -DAPP=ATMWM -DCCPP_SUITES=FV3_GFS_v16 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 031 elapsed time 501 seconds. -DAPP=ATMAERO -DCCPP_SUITES=FV3_GFS_v17_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 032 elapsed time 477 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 033 elapsed time 172 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -DDEBUG=ON -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 034 elapsed time 540 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -DFASTER=ON -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release - -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/cpld_control_p8_mixedmode -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_5348/cpld_control_p8_mixedmode +Compile 001 elapsed time 646 seconds. -DAPP=S2SWA -D32BIT=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 002 elapsed time 646 seconds. -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 003 elapsed time 604 seconds. -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 004 elapsed time 234 seconds. -DAPP=S2SWA -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile 005 elapsed time 208 seconds. -DAPP=S2SW -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile 006 elapsed time 552 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8_sfcocn -DCMEPS_AOFLUX=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 007 elapsed time 550 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 008 elapsed time 729 seconds. -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 009 elapsed time 585 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v16_flake,FV3_GFS_v15_thompson_mynn,FV3_GFS_v17_p8,FV3_GFS_v17_p8_rrtmgp,FV3_GFS_v15_thompson_mynn_lam3km,FV3_WoFS_v0,FV3_GFS_v17_p8_mynn -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 010 elapsed time 534 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_HRRR_flake,FV3_RRFS_v1beta,FV3_RRFS_v1nssl -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 011 elapsed time 511 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_csawmg,FV3_GFS_v16_ugwpv1,FV3_GFS_v16_ras,FV3_GFS_v16_noahmp -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 012 elapsed time 478 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 013 elapsed time 619 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,FV3_WoFS_v0 -D32BIT=ON -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 014 elapsed time 222 seconds. -DAPP=ATM -DDEBUG=ON -D32BIT=ON -DCCPP_SUITES=FV3_HRRR,FV3_HRRR_flake,FV3_GFS_v16,FV3_GFS_v16_csawmg,FV3_GFS_v16_ras,FV3_GFS_v17_p8,FV3_GFS_v15_thompson_mynn_lam3km,FV3_RAP,FV3_HRRR,FV3_RAP_unified_ugwp,FV3_RAP_cires_ugwp,FV3_RAP_flake,FV3_RAP_clm_lake,FV3_RAP_noah,FV3_RAP_sfcdiff,FV3_RAP_noah_sfcdiff_cires_ugwp,FV3_RRFS_v1beta -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 015 elapsed time 162 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 016 elapsed time 501 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR,FV3_HRRR_flake -D32BIT=ON -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 017 elapsed time 495 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 018 elapsed time 172 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR,FV3_HRRR_flake -D32BIT=ON -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 019 elapsed time 173 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR,FV3_HRRR_flake -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 020 elapsed time 580 seconds. -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v1_gfdlmp_tedmf,FV3_HAFS_v1_gfdlmp_tedmf_nonsst,FV3_HAFS_v1_thompson_tedmf_gfdlsf -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 021 elapsed time 207 seconds. -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v1_gfdlmp_tedmf,FV3_HAFS_v1_gfdlmp_tedmf_nonsst,FV3_HAFS_v1_thompson_tedmf_gfdlsf -D32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 022 elapsed time 658 seconds. -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v1_thompson_noahmp_nonsst,FV3_HAFS_v1_thompson_noahmp,FV3_HAFS_v1_thompson_nonsst,FV3_HAFS_v1_thompson,FV3_HAFS_v1_gfdlmp_tedmf_nonsst,FV3_HAFS_v1_gfdlmp_tedmf,FV3_HAFS_v1_thompson_tedmf_gfdlsf -D32BIT=ON -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 023 elapsed time 555 seconds. -DAPP=HAFS-ALL -DCCPP_SUITES=FV3_HAFS_v1_gfdlmp_tedmf,FV3_HAFS_v1_gfdlmp_tedmf_nonsst -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 024 elapsed time 182 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 025 elapsed time 107 seconds. -DAPP=NG-GODAS -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile 026 elapsed time 182 seconds. -DAPP=NG-GODAS -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 027 elapsed time 53 seconds. -DAPP=LND -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 028 elapsed time 525 seconds. -DAPP=ATML -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v15_thompson_mynn,FV3_GFS_v17_p8,FV3_GFS_v15_thompson_mynn_lam3km -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 029 elapsed time 544 seconds. -DAPP=ATMW -DCCPP_SUITES=FV3_GFS_v17_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 030 elapsed time 532 seconds. -DAPP=ATMWM -DCCPP_SUITES=FV3_GFS_v16 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 031 elapsed time 506 seconds. -DAPP=ATMAERO -DCCPP_SUITES=FV3_GFS_v17_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 032 elapsed time 504 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 033 elapsed time 170 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -DDEBUG=ON -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 034 elapsed time 575 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -DFASTER=ON -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release + +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230418/INTEL/cpld_control_p8_mixedmode +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_131948/cpld_control_p8_mixedmode Checking test 001 cpld_control_p8_mixedmode results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -102,14 +102,14 @@ Checking test 001 cpld_control_p8_mixedmode results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 315.048700 - 0: The maximum resident set size (KB) = 3125044 + 0: The total amount of wall time = 311.957482 + 0: The maximum resident set size (KB) = 3127596 Test 001 cpld_control_p8_mixedmode PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/cpld_control_gfsv17 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_5348/cpld_control_gfsv17 +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230418/INTEL/cpld_control_gfsv17 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_131948/cpld_control_gfsv17 Checking test 002 cpld_control_gfsv17 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -173,14 +173,14 @@ Checking test 002 cpld_control_gfsv17 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 227.857809 - 0: The maximum resident set size (KB) = 1718772 + 0: The total amount of wall time = 225.359829 + 0: The maximum resident set size (KB) = 1707804 Test 002 cpld_control_gfsv17 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/cpld_control_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_5348/cpld_control_p8 +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230418/INTEL/cpld_control_p8 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_131948/cpld_control_p8 Checking test 003 cpld_control_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -245,14 +245,14 @@ Checking test 003 cpld_control_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 345.569251 - 0: The maximum resident set size (KB) = 3171912 + 0: The total amount of wall time = 342.994040 + 0: The maximum resident set size (KB) = 3152036 Test 003 cpld_control_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/cpld_control_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_5348/cpld_restart_p8 +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230418/INTEL/cpld_control_p8 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_131948/cpld_restart_p8 Checking test 004 cpld_restart_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -305,14 +305,14 @@ Checking test 004 cpld_restart_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 200.852386 - 0: The maximum resident set size (KB) = 3046024 + 0: The total amount of wall time = 197.484848 + 0: The maximum resident set size (KB) = 3041604 Test 004 cpld_restart_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/cpld_control_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_5348/cpld_control_qr_p8 +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230418/INTEL/cpld_control_p8 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_131948/cpld_control_qr_p8 Checking test 005 cpld_control_qr_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -377,14 +377,14 @@ Checking test 005 cpld_control_qr_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 346.830725 - 0: The maximum resident set size (KB) = 3197504 + 0: The total amount of wall time = 344.829211 + 0: The maximum resident set size (KB) = 3168276 Test 005 cpld_control_qr_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/cpld_control_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_5348/cpld_restart_qr_p8 +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230418/INTEL/cpld_control_p8 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_131948/cpld_restart_qr_p8 Checking test 006 cpld_restart_qr_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -437,14 +437,14 @@ Checking test 006 cpld_restart_qr_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 213.488305 - 0: The maximum resident set size (KB) = 3059564 + 0: The total amount of wall time = 197.979004 + 0: The maximum resident set size (KB) = 3056584 Test 006 cpld_restart_qr_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/cpld_control_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_5348/cpld_2threads_p8 +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230418/INTEL/cpld_control_p8 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_131948/cpld_2threads_p8 Checking test 007 cpld_2threads_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -497,14 +497,14 @@ Checking test 007 cpld_2threads_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 353.930570 - 0: The maximum resident set size (KB) = 3507132 + 0: The total amount of wall time = 350.998737 + 0: The maximum resident set size (KB) = 3503956 Test 007 cpld_2threads_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/cpld_control_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_5348/cpld_decomp_p8 +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230418/INTEL/cpld_control_p8 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_131948/cpld_decomp_p8 Checking test 008 cpld_decomp_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -557,14 +557,14 @@ Checking test 008 cpld_decomp_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 345.914323 - 0: The maximum resident set size (KB) = 3161776 + 0: The total amount of wall time = 344.953215 + 0: The maximum resident set size (KB) = 3160912 Test 008 cpld_decomp_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/cpld_control_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_5348/cpld_mpi_p8 +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230418/INTEL/cpld_control_p8 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_131948/cpld_mpi_p8 Checking test 009 cpld_mpi_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -617,14 +617,14 @@ Checking test 009 cpld_mpi_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 289.861282 - 0: The maximum resident set size (KB) = 3010656 + 0: The total amount of wall time = 281.667263 + 0: The maximum resident set size (KB) = 3012084 Test 009 cpld_mpi_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/cpld_control_ciceC_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_5348/cpld_control_ciceC_p8 +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230418/INTEL/cpld_control_ciceC_p8 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_131948/cpld_control_ciceC_p8 Checking test 010 cpld_control_ciceC_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -689,14 +689,14 @@ Checking test 010 cpld_control_ciceC_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 345.767329 - 0: The maximum resident set size (KB) = 3172388 + 0: The total amount of wall time = 342.781049 + 0: The maximum resident set size (KB) = 3150212 Test 010 cpld_control_ciceC_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/cpld_control_c192_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_5348/cpld_control_c192_p8 +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230418/INTEL/cpld_control_c192_p8 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_131948/cpld_control_c192_p8 Checking test 011 cpld_control_c192_p8 results .... Comparing sfcf030.tile1.nc .........OK Comparing sfcf030.tile2.nc .........OK @@ -749,14 +749,14 @@ Checking test 011 cpld_control_c192_p8 results .... Comparing 20210323.120000.out_grd.ww3 .........OK Comparing 20210323.120000.out_pnt.ww3 .........OK - 0: The total amount of wall time = 590.644271 - 0: The maximum resident set size (KB) = 3260324 + 0: The total amount of wall time = 599.428407 + 0: The maximum resident set size (KB) = 3243324 Test 011 cpld_control_c192_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/cpld_control_c192_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_5348/cpld_restart_c192_p8 +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230418/INTEL/cpld_control_c192_p8 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_131948/cpld_restart_c192_p8 Checking test 012 cpld_restart_c192_p8 results .... Comparing sfcf030.tile1.nc .........OK Comparing sfcf030.tile2.nc .........OK @@ -809,14 +809,14 @@ Checking test 012 cpld_restart_c192_p8 results .... Comparing 20210323.120000.out_grd.ww3 .........OK Comparing 20210323.120000.out_pnt.ww3 .........OK - 0: The total amount of wall time = 402.702727 - 0: The maximum resident set size (KB) = 3146812 + 0: The total amount of wall time = 399.893375 + 0: The maximum resident set size (KB) = 3143116 Test 012 cpld_restart_c192_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/cpld_bmark_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_5348/cpld_bmark_p8 +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230418/INTEL/cpld_bmark_p8 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_131948/cpld_bmark_p8 Checking test 013 cpld_bmark_p8 results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK @@ -864,14 +864,14 @@ Checking test 013 cpld_bmark_p8 results .... Comparing 20130401.060000.out_pnt.ww3 .........OK Comparing 20130401.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 737.980807 - 0: The maximum resident set size (KB) = 4018056 + 0: The total amount of wall time = 724.347856 + 0: The maximum resident set size (KB) = 4022168 Test 013 cpld_bmark_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/cpld_bmark_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_5348/cpld_restart_bmark_p8 +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230418/INTEL/cpld_bmark_p8 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_131948/cpld_restart_bmark_p8 Checking test 014 cpld_restart_bmark_p8 results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK @@ -919,14 +919,14 @@ Checking test 014 cpld_restart_bmark_p8 results .... Comparing 20130401.060000.out_pnt.ww3 .........OK Comparing 20130401.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 458.395467 - 0: The maximum resident set size (KB) = 3956160 + 0: The total amount of wall time = 518.305350 + 0: The maximum resident set size (KB) = 3957016 Test 014 cpld_restart_bmark_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/cpld_control_noaero_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_5348/cpld_control_noaero_p8 +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230418/INTEL/cpld_control_noaero_p8 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_131948/cpld_control_noaero_p8 Checking test 015 cpld_control_noaero_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -990,14 +990,14 @@ Checking test 015 cpld_control_noaero_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 263.693705 - 0: The maximum resident set size (KB) = 1714236 + 0: The total amount of wall time = 265.872461 + 0: The maximum resident set size (KB) = 1710236 Test 015 cpld_control_noaero_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/cpld_control_c96_noaero_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_5348/cpld_control_nowave_noaero_p8 +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230418/INTEL/cpld_control_c96_noaero_p8 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_131948/cpld_control_nowave_noaero_p8 Checking test 016 cpld_control_nowave_noaero_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -1059,14 +1059,14 @@ Checking test 016 cpld_control_nowave_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 = 261.027192 - 0: The maximum resident set size (KB) = 1743512 + 0: The total amount of wall time = 260.947619 + 0: The maximum resident set size (KB) = 1754016 Test 016 cpld_control_nowave_noaero_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/cpld_debug_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_5348/cpld_debug_p8 +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230418/INTEL/cpld_debug_p8 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_131948/cpld_debug_p8 Checking test 017 cpld_debug_p8 results .... Comparing sfcf003.tile1.nc .........OK Comparing sfcf003.tile2.nc .........OK @@ -1119,14 +1119,14 @@ Checking test 017 cpld_debug_p8 results .... Comparing 20210322.090000.out_pnt.ww3 .........OK Comparing 20210322.090000.out_grd.ww3 .........OK - 0: The total amount of wall time = 520.383815 - 0: The maximum resident set size (KB) = 3225088 + 0: The total amount of wall time = 533.914852 + 0: The maximum resident set size (KB) = 3209776 Test 017 cpld_debug_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/cpld_debug_noaero_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_5348/cpld_debug_noaero_p8 +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230418/INTEL/cpld_debug_noaero_p8 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_131948/cpld_debug_noaero_p8 Checking test 018 cpld_debug_noaero_p8 results .... Comparing sfcf003.tile1.nc .........OK Comparing sfcf003.tile2.nc .........OK @@ -1178,14 +1178,14 @@ Checking test 018 cpld_debug_noaero_p8 results .... Comparing 20210322.090000.out_pnt.ww3 .........OK Comparing 20210322.090000.out_grd.ww3 .........OK - 0: The total amount of wall time = 366.193999 - 0: The maximum resident set size (KB) = 1720992 + 0: The total amount of wall time = 365.154972 + 0: The maximum resident set size (KB) = 1728536 Test 018 cpld_debug_noaero_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/cpld_control_noaero_p8_agrid -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_5348/cpld_control_noaero_p8_agrid +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230418/INTEL/cpld_control_noaero_p8_agrid +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_131948/cpld_control_noaero_p8_agrid Checking test 019 cpld_control_noaero_p8_agrid results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -1247,14 +1247,14 @@ Checking test 019 cpld_control_noaero_p8_agrid 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 = 267.137714 - 0: The maximum resident set size (KB) = 1758644 + 0: The total amount of wall time = 269.544503 + 0: The maximum resident set size (KB) = 1751376 Test 019 cpld_control_noaero_p8_agrid PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/cpld_control_c48 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_5348/cpld_control_c48 +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230418/INTEL/cpld_control_c48 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_131948/cpld_control_c48 Checking test 020 cpld_control_c48 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -1304,14 +1304,14 @@ Checking test 020 cpld_control_c48 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 = 586.299489 - 0: The maximum resident set size (KB) = 2808376 + 0: The total amount of wall time = 579.093357 + 0: The maximum resident set size (KB) = 2806656 Test 020 cpld_control_c48 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/cpld_warmstart_c48 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_5348/cpld_warmstart_c48 +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230418/INTEL/cpld_warmstart_c48 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_131948/cpld_warmstart_c48 Checking test 021 cpld_warmstart_c48 results .... Comparing sfcf006.tile1.nc .........OK Comparing sfcf006.tile2.nc .........OK @@ -1361,14 +1361,14 @@ Checking test 021 cpld_warmstart_c48 results .... Comparing RESTART/iced.2021-03-23-43200.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-43200.nc .........OK - 0: The total amount of wall time = 156.009819 - 0: The maximum resident set size (KB) = 2791888 + 0: The total amount of wall time = 153.265013 + 0: The maximum resident set size (KB) = 2798872 Test 021 cpld_warmstart_c48 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/cpld_warmstart_c48 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_5348/cpld_restart_c48 +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230418/INTEL/cpld_warmstart_c48 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_131948/cpld_restart_c48 Checking test 022 cpld_restart_c48 results .... Comparing sfcf006.tile1.nc .........OK Comparing sfcf006.tile2.nc .........OK @@ -1418,14 +1418,14 @@ Checking test 022 cpld_restart_c48 results .... Comparing RESTART/iced.2021-03-23-43200.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-43200.nc .........OK - 0: The total amount of wall time = 84.165865 - 0: The maximum resident set size (KB) = 2230360 + 0: The total amount of wall time = 78.190549 + 0: The maximum resident set size (KB) = 2243180 Test 022 cpld_restart_c48 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/cpld_control_p8_faster -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_5348/cpld_control_p8_faster +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230418/INTEL/cpld_control_p8_faster +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_131948/cpld_control_p8_faster Checking test 023 cpld_control_p8_faster results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -1490,15 +1490,33 @@ Checking test 023 cpld_control_p8_faster results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 329.077420 - 0: The maximum resident set size (KB) = 3166148 + 0: The total amount of wall time = 321.510256 + 0: The maximum resident set size (KB) = 3160180 Test 023 cpld_control_p8_faster PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/control_CubedSphereGrid -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_5348/control_CubedSphereGrid -Checking test 024 control_CubedSphereGrid results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230418/INTEL/control_flake +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_131948/control_flake +Checking test 024 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 = 186.372000 + 0: The maximum resident set size (KB) = 672364 + +Test 024 control_flake PASS + + +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230418/INTEL/control_CubedSphereGrid +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_131948/control_CubedSphereGrid +Checking test 025 control_CubedSphereGrid results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK Comparing sfcf000.tile3.nc .........OK @@ -1524,29 +1542,29 @@ Checking test 024 control_CubedSphereGrid results .... Comparing atmf024.tile5.nc .........OK Comparing atmf024.tile6.nc .........OK - 0: The total amount of wall time = 133.420675 - 0: The maximum resident set size (KB) = 626220 + 0: The total amount of wall time = 130.130133 + 0: The maximum resident set size (KB) = 626280 -Test 024 control_CubedSphereGrid PASS +Test 025 control_CubedSphereGrid PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/control_CubedSphereGrid_parallel -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_5348/control_CubedSphereGrid_parallel -Checking test 025 control_CubedSphereGrid_parallel results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230418/INTEL/control_CubedSphereGrid_parallel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_131948/control_CubedSphereGrid_parallel +Checking test 026 control_CubedSphereGrid_parallel results .... Comparing sfcf000.nc ............ALT CHECK......OK Comparing sfcf024.nc ............ALT CHECK......OK - Comparing atmf000.nc ............ALT CHECK......OK - Comparing atmf024.nc .........OK + Comparing atmf000.nc .........OK + Comparing atmf024.nc ............ALT CHECK......OK - 0: The total amount of wall time = 129.668250 - 0: The maximum resident set size (KB) = 634132 + 0: The total amount of wall time = 127.971836 + 0: The maximum resident set size (KB) = 634672 -Test 025 control_CubedSphereGrid_parallel PASS +Test 026 control_CubedSphereGrid_parallel PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/control_latlon -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_5348/control_latlon -Checking test 026 control_latlon results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230418/INTEL/control_latlon +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_131948/control_latlon +Checking test 027 control_latlon results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -1556,16 +1574,16 @@ Checking test 026 control_latlon results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 134.839381 - 0: The maximum resident set size (KB) = 631216 + 0: The total amount of wall time = 132.877023 + 0: The maximum resident set size (KB) = 624908 -Test 026 control_latlon PASS +Test 027 control_latlon PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/control_wrtGauss_netcdf_parallel -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_5348/control_wrtGauss_netcdf_parallel -Checking test 027 control_wrtGauss_netcdf_parallel results .... - Comparing sfcf000.nc ............ALT CHECK......OK +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230418/INTEL/control_wrtGauss_netcdf_parallel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_131948/control_wrtGauss_netcdf_parallel +Checking test 028 control_wrtGauss_netcdf_parallel results .... + Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK Comparing atmf024.nc .........OK @@ -1574,15 +1592,15 @@ Checking test 027 control_wrtGauss_netcdf_parallel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 136.364210 - 0: The maximum resident set size (KB) = 629728 + 0: The total amount of wall time = 136.012898 + 0: The maximum resident set size (KB) = 625400 -Test 027 control_wrtGauss_netcdf_parallel PASS +Test 028 control_wrtGauss_netcdf_parallel PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/control_c48 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_5348/control_c48 -Checking test 028 control_c48 results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230418/INTEL/control_c48 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_131948/control_c48 +Checking test 029 control_c48 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -1620,15 +1638,15 @@ Checking test 028 control_c48 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -0: The total amount of wall time = 364.696485 -0: The maximum resident set size (KB) = 820352 +0: The total amount of wall time = 369.139875 +0: The maximum resident set size (KB) = 822976 -Test 028 control_c48 PASS +Test 029 control_c48 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/control_c192 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_5348/control_c192 -Checking test 029 control_c192 results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230418/INTEL/control_c192 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_131948/control_c192 +Checking test 030 control_c192 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -1638,15 +1656,15 @@ Checking test 029 control_c192 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 525.736386 - 0: The maximum resident set size (KB) = 767184 + 0: The total amount of wall time = 525.415836 + 0: The maximum resident set size (KB) = 768496 -Test 029 control_c192 PASS +Test 030 control_c192 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/control_c384 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_5348/control_c384 -Checking test 030 control_c384 results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230418/INTEL/control_c384 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_131948/control_c384 +Checking test 031 control_c384 results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK Comparing atmf000.nc .........OK @@ -1656,15 +1674,15 @@ Checking test 030 control_c384 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 524.519196 - 0: The maximum resident set size (KB) = 1260496 + 0: The total amount of wall time = 525.796236 + 0: The maximum resident set size (KB) = 1262728 -Test 030 control_c384 PASS +Test 031 control_c384 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/control_c384gdas -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_5348/control_c384gdas -Checking test 031 control_c384gdas results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230418/INTEL/control_c384gdas +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_131948/control_c384gdas +Checking test 032 control_c384gdas results .... Comparing sfcf000.nc .........OK Comparing sfcf006.nc .........OK Comparing atmf000.nc .........OK @@ -1706,15 +1724,15 @@ Checking test 031 control_c384gdas results .... Comparing RESTART/20210322.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210322.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 461.313605 - 0: The maximum resident set size (KB) = 1379948 + 0: The total amount of wall time = 457.552364 + 0: The maximum resident set size (KB) = 1381756 -Test 031 control_c384gdas PASS +Test 032 control_c384gdas PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/control_stochy -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_5348/control_stochy -Checking test 032 control_stochy results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230418/INTEL/control_stochy +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_131948/control_stochy +Checking test 033 control_stochy results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK Comparing atmf000.nc .........OK @@ -1724,29 +1742,29 @@ Checking test 032 control_stochy results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 90.799079 - 0: The maximum resident set size (KB) = 634436 + 0: The total amount of wall time = 87.570959 + 0: The maximum resident set size (KB) = 627664 -Test 032 control_stochy PASS +Test 033 control_stochy PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/control_stochy -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_5348/control_stochy_restart -Checking test 033 control_stochy_restart results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230418/INTEL/control_stochy +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_131948/control_stochy_restart +Checking test 034 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 = 48.687137 - 0: The maximum resident set size (KB) = 483236 + 0: The total amount of wall time = 49.211351 + 0: The maximum resident set size (KB) = 482152 -Test 033 control_stochy_restart PASS +Test 034 control_stochy_restart PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/control_lndp -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_5348/control_lndp -Checking test 034 control_lndp results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230418/INTEL/control_lndp +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_131948/control_lndp +Checking test 035 control_lndp results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK Comparing atmf000.nc .........OK @@ -1756,15 +1774,15 @@ Checking test 034 control_lndp results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 86.720044 - 0: The maximum resident set size (KB) = 628380 + 0: The total amount of wall time = 81.489076 + 0: The maximum resident set size (KB) = 628944 -Test 034 control_lndp PASS +Test 035 control_lndp PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/control_iovr4 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_5348/control_iovr4 -Checking test 035 control_iovr4 results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230418/INTEL/control_iovr4 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_131948/control_iovr4 +Checking test 036 control_iovr4 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -1778,15 +1796,15 @@ Checking test 035 control_iovr4 results .... Comparing GFSPRS.GrbF21 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 138.386728 - 0: The maximum resident set size (KB) = 625980 + 0: The total amount of wall time = 135.423707 + 0: The maximum resident set size (KB) = 632716 -Test 035 control_iovr4 PASS +Test 036 control_iovr4 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/control_iovr5 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_5348/control_iovr5 -Checking test 036 control_iovr5 results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230418/INTEL/control_iovr5 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_131948/control_iovr5 +Checking test 037 control_iovr5 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -1800,15 +1818,15 @@ Checking test 036 control_iovr5 results .... Comparing GFSPRS.GrbF21 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 139.586866 - 0: The maximum resident set size (KB) = 628564 + 0: The total amount of wall time = 135.066952 + 0: The maximum resident set size (KB) = 632224 -Test 036 control_iovr5 PASS +Test 037 control_iovr5 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/control_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_5348/control_p8 -Checking test 037 control_p8 results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230418/INTEL/control_p8 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_131948/control_p8 +Checking test 038 control_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -1854,15 +1872,15 @@ Checking test 037 control_p8 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 172.215430 - 0: The maximum resident set size (KB) = 1578756 + 0: The total amount of wall time = 171.614188 + 0: The maximum resident set size (KB) = 1584580 -Test 037 control_p8 PASS +Test 038 control_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/control_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_5348/control_restart_p8 -Checking test 038 control_restart_p8 results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230418/INTEL/control_p8 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_131948/control_restart_p8 +Checking test 039 control_restart_p8 results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK Comparing GFSFLX.GrbF24 .........OK @@ -1900,15 +1918,15 @@ Checking test 038 control_restart_p8 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 91.303210 - 0: The maximum resident set size (KB) = 859616 + 0: The total amount of wall time = 88.613953 + 0: The maximum resident set size (KB) = 876168 -Test 038 control_restart_p8 PASS +Test 039 control_restart_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/control_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_5348/control_qr_p8 -Checking test 039 control_qr_p8 results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230418/INTEL/control_p8 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_131948/control_qr_p8 +Checking test 040 control_qr_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -1954,15 +1972,15 @@ Checking test 039 control_qr_p8 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc ............ALT CHECK......OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc ............ALT CHECK......OK - 0: The total amount of wall time = 170.706263 - 0: The maximum resident set size (KB) = 1590428 + 0: The total amount of wall time = 171.067521 + 0: The maximum resident set size (KB) = 1594720 -Test 039 control_qr_p8 PASS +Test 040 control_qr_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/control_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_5348/control_restart_qr_p8 -Checking test 040 control_restart_qr_p8 results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230418/INTEL/control_p8 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_131948/control_restart_qr_p8 +Checking test 041 control_restart_qr_p8 results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK Comparing GFSFLX.GrbF24 .........OK @@ -2000,15 +2018,15 @@ Checking test 040 control_restart_qr_p8 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc ............ALT CHECK......OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc ............ALT CHECK......OK - 0: The total amount of wall time = 91.153834 - 0: The maximum resident set size (KB) = 858800 + 0: The total amount of wall time = 89.703877 + 0: The maximum resident set size (KB) = 861160 -Test 040 control_restart_qr_p8 PASS +Test 041 control_restart_qr_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/control_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_5348/control_decomp_p8 -Checking test 041 control_decomp_p8 results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230418/INTEL/control_p8 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_131948/control_decomp_p8 +Checking test 042 control_decomp_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -2050,15 +2068,15 @@ Checking test 041 control_decomp_p8 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 177.236236 - 0: The maximum resident set size (KB) = 1582176 + 0: The total amount of wall time = 176.868019 + 0: The maximum resident set size (KB) = 1578332 -Test 041 control_decomp_p8 PASS +Test 042 control_decomp_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/control_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_5348/control_2threads_p8 -Checking test 042 control_2threads_p8 results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230418/INTEL/control_p8 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_131948/control_2threads_p8 +Checking test 043 control_2threads_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -2100,15 +2118,15 @@ Checking test 042 control_2threads_p8 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 160.341601 - 0: The maximum resident set size (KB) = 1677604 + 0: The total amount of wall time = 158.867008 + 0: The maximum resident set size (KB) = 1685104 -Test 042 control_2threads_p8 PASS +Test 043 control_2threads_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/control_p8_lndp -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_5348/control_p8_lndp -Checking test 043 control_p8_lndp results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230418/INTEL/control_p8_lndp +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_131948/control_p8_lndp +Checking test 044 control_p8_lndp results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -2126,15 +2144,15 @@ Checking test 043 control_p8_lndp results .... Comparing GFSPRS.GrbF24 .........OK Comparing GFSPRS.GrbF48 .........OK - 0: The total amount of wall time = 317.278428 - 0: The maximum resident set size (KB) = 1593348 + 0: The total amount of wall time = 316.407546 + 0: The maximum resident set size (KB) = 1585796 -Test 043 control_p8_lndp PASS +Test 044 control_p8_lndp PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/control_p8_rrtmgp -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_5348/control_p8_rrtmgp -Checking test 044 control_p8_rrtmgp results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230418/INTEL/control_p8_rrtmgp +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_131948/control_p8_rrtmgp +Checking test 045 control_p8_rrtmgp results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -2180,15 +2198,15 @@ Checking test 044 control_p8_rrtmgp results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 229.501157 - 0: The maximum resident set size (KB) = 1656576 + 0: The total amount of wall time = 228.744986 + 0: The maximum resident set size (KB) = 1675532 -Test 044 control_p8_rrtmgp PASS +Test 045 control_p8_rrtmgp PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/control_p8_mynn -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_5348/control_p8_mynn -Checking test 045 control_p8_mynn results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230418/INTEL/control_p8_mynn +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_131948/control_p8_mynn +Checking test 046 control_p8_mynn results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -2234,15 +2252,15 @@ Checking test 045 control_p8_mynn results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 174.142754 - 0: The maximum resident set size (KB) = 1610620 + 0: The total amount of wall time = 174.156404 + 0: The maximum resident set size (KB) = 1585168 -Test 045 control_p8_mynn PASS +Test 046 control_p8_mynn PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/merra2_thompson -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_5348/merra2_thompson -Checking test 046 merra2_thompson results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230418/INTEL/merra2_thompson +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_131948/merra2_thompson +Checking test 047 merra2_thompson results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -2288,15 +2306,15 @@ Checking test 046 merra2_thompson results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 193.661732 - 0: The maximum resident set size (KB) = 1598528 + 0: The total amount of wall time = 194.173034 + 0: The maximum resident set size (KB) = 1593848 -Test 046 merra2_thompson PASS +Test 047 merra2_thompson PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/regional_control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_5348/regional_control -Checking test 047 regional_control results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230418/INTEL/regional_control +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_131948/regional_control +Checking test 048 regional_control results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK Comparing phyf000.nc .........OK @@ -2306,29 +2324,29 @@ Checking test 047 regional_control results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 299.271674 - 0: The maximum resident set size (KB) = 868120 + 0: The total amount of wall time = 297.223932 + 0: The maximum resident set size (KB) = 870196 -Test 047 regional_control PASS +Test 048 regional_control PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/regional_control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_5348/regional_restart -Checking test 048 regional_restart results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230418/INTEL/regional_control +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_131948/regional_restart +Checking test 049 regional_restart results .... Comparing dynf006.nc .........OK Comparing phyf006.nc .........OK Comparing PRSLEV.GrbF06 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 157.281345 - 0: The maximum resident set size (KB) = 861608 + 0: The total amount of wall time = 153.258595 + 0: The maximum resident set size (KB) = 860932 -Test 048 regional_restart PASS +Test 049 regional_restart PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/regional_control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_5348/regional_control_qr -Checking test 049 regional_control_qr results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230418/INTEL/regional_control +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_131948/regional_control_qr +Checking test 050 regional_control_qr results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK Comparing phyf000.nc .........OK @@ -2338,29 +2356,29 @@ Checking test 049 regional_control_qr results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 301.818400 - 0: The maximum resident set size (KB) = 867480 + 0: The total amount of wall time = 297.870431 + 0: The maximum resident set size (KB) = 867416 -Test 049 regional_control_qr PASS +Test 050 regional_control_qr PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/regional_control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_5348/regional_restart_qr -Checking test 050 regional_restart_qr results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230418/INTEL/regional_control +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_131948/regional_restart_qr +Checking test 051 regional_restart_qr results .... Comparing dynf006.nc .........OK Comparing phyf006.nc .........OK Comparing PRSLEV.GrbF06 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 152.539828 - 0: The maximum resident set size (KB) = 861632 + 0: The total amount of wall time = 152.654437 + 0: The maximum resident set size (KB) = 862316 -Test 050 regional_restart_qr PASS +Test 051 regional_restart_qr PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/regional_control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_5348/regional_decomp -Checking test 051 regional_decomp results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230418/INTEL/regional_control +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_131948/regional_decomp +Checking test 052 regional_decomp results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK Comparing phyf000.nc .........OK @@ -2370,15 +2388,15 @@ Checking test 051 regional_decomp results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 316.239723 - 0: The maximum resident set size (KB) = 859244 + 0: The total amount of wall time = 313.002190 + 0: The maximum resident set size (KB) = 866116 -Test 051 regional_decomp PASS +Test 052 regional_decomp PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/regional_control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_5348/regional_2threads -Checking test 052 regional_2threads results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230418/INTEL/regional_control +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_131948/regional_2threads +Checking test 053 regional_2threads results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK Comparing phyf000.nc .........OK @@ -2388,44 +2406,44 @@ Checking test 052 regional_2threads results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 185.827407 - 0: The maximum resident set size (KB) = 851908 + 0: The total amount of wall time = 180.654866 + 0: The maximum resident set size (KB) = 856308 -Test 052 regional_2threads PASS +Test 053 regional_2threads PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/regional_noquilt -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_5348/regional_noquilt -Checking test 053 regional_noquilt results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230418/INTEL/regional_noquilt +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_131948/regional_noquilt +Checking test 054 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 = 324.296149 - 0: The maximum resident set size (KB) = 854096 + 0: The total amount of wall time = 318.257112 + 0: The maximum resident set size (KB) = 855624 -Test 053 regional_noquilt PASS +Test 054 regional_noquilt PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/regional_netcdf_parallel -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_5348/regional_netcdf_parallel -Checking test 054 regional_netcdf_parallel results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230418/INTEL/regional_netcdf_parallel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_131948/regional_netcdf_parallel +Checking test 055 regional_netcdf_parallel results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK Comparing phyf000.nc .........OK Comparing phyf006.nc .........OK - 0: The total amount of wall time = 297.267587 - 0: The maximum resident set size (KB) = 859588 + 0: The total amount of wall time = 294.356838 + 0: The maximum resident set size (KB) = 861796 -Test 054 regional_netcdf_parallel PASS +Test 055 regional_netcdf_parallel PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/regional_control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_5348/regional_2dwrtdecomp -Checking test 055 regional_2dwrtdecomp results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230418/INTEL/regional_control +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_131948/regional_2dwrtdecomp +Checking test 056 regional_2dwrtdecomp results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK Comparing phyf000.nc .........OK @@ -2435,15 +2453,15 @@ Checking test 055 regional_2dwrtdecomp results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 301.187933 - 0: The maximum resident set size (KB) = 869104 + 0: The total amount of wall time = 298.117362 + 0: The maximum resident set size (KB) = 867244 -Test 055 regional_2dwrtdecomp PASS +Test 056 regional_2dwrtdecomp PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/fv3_regional_wofs -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_5348/regional_wofs -Checking test 056 regional_wofs results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230418/INTEL/fv3_regional_wofs +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_131948/regional_wofs +Checking test 057 regional_wofs results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK Comparing phyf000.nc .........OK @@ -2453,15 +2471,15 @@ Checking test 056 regional_wofs results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 377.693710 - 0: The maximum resident set size (KB) = 627636 + 0: The total amount of wall time = 376.064224 + 0: The maximum resident set size (KB) = 630984 -Test 056 regional_wofs PASS +Test 057 regional_wofs PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/rap_control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_5348/rap_control -Checking test 057 rap_control results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230418/INTEL/rap_control +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_131948/rap_control +Checking test 058 rap_control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -2507,15 +2525,15 @@ Checking test 057 rap_control results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 464.204313 - 0: The maximum resident set size (KB) = 1047036 + 0: The total amount of wall time = 462.353602 + 0: The maximum resident set size (KB) = 1054588 -Test 057 rap_control PASS +Test 058 rap_control PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/regional_spp_sppt_shum_skeb -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_5348/regional_spp_sppt_shum_skeb -Checking test 058 regional_spp_sppt_shum_skeb results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230418/INTEL/regional_spp_sppt_shum_skeb +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_131948/regional_spp_sppt_shum_skeb +Checking test 059 regional_spp_sppt_shum_skeb results .... Comparing dynf000.nc .........OK Comparing dynf001.nc .........OK Comparing phyf000.nc .........OK @@ -2525,15 +2543,15 @@ Checking test 058 regional_spp_sppt_shum_skeb results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF01 .........OK - 0: The total amount of wall time = 232.324710 - 0: The maximum resident set size (KB) = 1181092 + 0: The total amount of wall time = 232.546074 + 0: The maximum resident set size (KB) = 1176988 -Test 058 regional_spp_sppt_shum_skeb PASS +Test 059 regional_spp_sppt_shum_skeb PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/rap_control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_5348/rap_decomp -Checking test 059 rap_decomp results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230418/INTEL/rap_control +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_131948/rap_decomp +Checking test 060 rap_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -2579,15 +2597,15 @@ Checking test 059 rap_decomp results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 481.746454 - 0: The maximum resident set size (KB) = 997152 + 0: The total amount of wall time = 482.095235 + 0: The maximum resident set size (KB) = 1000896 -Test 059 rap_decomp PASS +Test 060 rap_decomp PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/rap_control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_5348/rap_2threads -Checking test 060 rap_2threads results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230418/INTEL/rap_control +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_131948/rap_2threads +Checking test 061 rap_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -2633,15 +2651,15 @@ Checking test 060 rap_2threads results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 436.195100 - 0: The maximum resident set size (KB) = 1133276 + 0: The total amount of wall time = 435.489818 + 0: The maximum resident set size (KB) = 1135412 -Test 060 rap_2threads PASS +Test 061 rap_2threads PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/rap_control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_5348/rap_restart -Checking test 061 rap_restart results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230418/INTEL/rap_control +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_131948/rap_restart +Checking test 062 rap_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK Comparing GFSFLX.GrbF24 .........OK @@ -2679,15 +2697,15 @@ Checking test 061 rap_restart results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 236.462214 - 0: The maximum resident set size (KB) = 969252 + 0: The total amount of wall time = 232.448281 + 0: The maximum resident set size (KB) = 972924 -Test 061 rap_restart PASS +Test 062 rap_restart PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/rap_sfcdiff -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_5348/rap_sfcdiff -Checking test 062 rap_sfcdiff results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230418/INTEL/rap_sfcdiff +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_131948/rap_sfcdiff +Checking test 063 rap_sfcdiff results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -2733,15 +2751,15 @@ Checking test 062 rap_sfcdiff results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 462.069547 - 0: The maximum resident set size (KB) = 1060728 + 0: The total amount of wall time = 458.646905 + 0: The maximum resident set size (KB) = 1057708 -Test 062 rap_sfcdiff PASS +Test 063 rap_sfcdiff PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/rap_sfcdiff -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_5348/rap_sfcdiff_decomp -Checking test 063 rap_sfcdiff_decomp results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230418/INTEL/rap_sfcdiff +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_131948/rap_sfcdiff_decomp +Checking test 064 rap_sfcdiff_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -2787,15 +2805,15 @@ Checking test 063 rap_sfcdiff_decomp results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 486.585766 - 0: The maximum resident set size (KB) = 996448 + 0: The total amount of wall time = 484.372379 + 0: The maximum resident set size (KB) = 987748 -Test 063 rap_sfcdiff_decomp PASS +Test 064 rap_sfcdiff_decomp PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/rap_sfcdiff -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_5348/rap_sfcdiff_restart -Checking test 064 rap_sfcdiff_restart results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230418/INTEL/rap_sfcdiff +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_131948/rap_sfcdiff_restart +Checking test 065 rap_sfcdiff_restart results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK Comparing GFSFLX.GrbF12 .........OK @@ -2833,15 +2851,15 @@ Checking test 064 rap_sfcdiff_restart results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 343.315234 - 0: The maximum resident set size (KB) = 981628 + 0: The total amount of wall time = 341.902124 + 0: The maximum resident set size (KB) = 990768 -Test 064 rap_sfcdiff_restart PASS +Test 065 rap_sfcdiff_restart PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/hrrr_control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_5348/hrrr_control -Checking test 065 hrrr_control results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230418/INTEL/hrrr_control +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_131948/hrrr_control +Checking test 066 hrrr_control results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -2854,48 +2872,48 @@ Checking test 065 hrrr_control results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF09 .........OK Comparing GFSPRS.GrbF12 .........OK - Comparing RESTART/20210323.060000.coupler.res .........OK - Comparing RESTART/20210323.060000.fv_core.res.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile1.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile2.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile3.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile4.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile5.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile6.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile1.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile2.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile3.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile4.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - - 0: The total amount of wall time = 443.629352 - 0: The maximum resident set size (KB) = 1051872 - -Test 065 hrrr_control PASS - - -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/hrrr_control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_5348/hrrr_control_decomp -Checking test 066 hrrr_control_decomp results .... + Comparing RESTART/20210322.120000.coupler.res .........OK + Comparing RESTART/20210322.120000.fv_core.res.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile6.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK + + 0: The total amount of wall time = 429.165705 + 0: The maximum resident set size (KB) = 1044924 + +Test 066 hrrr_control PASS + + +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230418/INTEL/hrrr_control +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_131948/hrrr_control_decomp +Checking test 067 hrrr_control_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -2908,48 +2926,48 @@ Checking test 066 hrrr_control_decomp results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF09 .........OK Comparing GFSPRS.GrbF12 .........OK - Comparing RESTART/20210323.060000.coupler.res .........OK - Comparing RESTART/20210323.060000.fv_core.res.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile1.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile2.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile3.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile4.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile5.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile6.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile1.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile2.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile3.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile4.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - - 0: The total amount of wall time = 467.562913 - 0: The maximum resident set size (KB) = 993224 - -Test 066 hrrr_control_decomp PASS - - -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/hrrr_control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_5348/hrrr_control_2threads -Checking test 067 hrrr_control_2threads results .... + Comparing RESTART/20210322.120000.coupler.res .........OK + Comparing RESTART/20210322.120000.fv_core.res.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile6.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK + + 0: The total amount of wall time = 445.599437 + 0: The maximum resident set size (KB) = 994620 + +Test 067 hrrr_control_decomp PASS + + +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230418/INTEL/hrrr_control +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_131948/hrrr_control_2threads +Checking test 068 hrrr_control_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -2962,94 +2980,62 @@ Checking test 067 hrrr_control_2threads results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF09 .........OK Comparing GFSPRS.GrbF12 .........OK - Comparing RESTART/20210323.060000.coupler.res .........OK - Comparing RESTART/20210323.060000.fv_core.res.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile1.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile2.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile3.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile4.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile5.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile6.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile1.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile2.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile3.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile4.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - - 0: The total amount of wall time = 421.500288 - 0: The maximum resident set size (KB) = 1134808 - -Test 067 hrrr_control_2threads PASS - - -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/hrrr_control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_5348/hrrr_control_restart -Checking test 068 hrrr_control_restart results .... + Comparing RESTART/20210322.120000.coupler.res .........OK + Comparing RESTART/20210322.120000.fv_core.res.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile6.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK + + 0: The total amount of wall time = 394.623690 + 0: The maximum resident set size (KB) = 1076716 + +Test 068 hrrr_control_2threads PASS + + +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230418/INTEL/hrrr_control +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_131948/hrrr_control_restart +Checking test 069 hrrr_control_restart results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK Comparing GFSFLX.GrbF12 .........OK Comparing GFSPRS.GrbF12 .........OK - Comparing RESTART/20210323.060000.coupler.res .........OK - Comparing RESTART/20210323.060000.fv_core.res.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile1.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile2.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile3.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile4.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile5.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile6.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile1.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile2.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile3.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile4.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 333.840204 - 0: The maximum resident set size (KB) = 972344 + 0: The total amount of wall time = 317.891028 + 0: The maximum resident set size (KB) = 981636 -Test 068 hrrr_control_restart PASS +Test 069 hrrr_control_restart PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/rrfs_v1beta -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_5348/rrfs_v1beta -Checking test 069 rrfs_v1beta results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230418/INTEL/rrfs_v1beta +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_131948/rrfs_v1beta +Checking test 070 rrfs_v1beta results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -3095,15 +3081,15 @@ Checking test 069 rrfs_v1beta results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 455.975900 - 0: The maximum resident set size (KB) = 1060044 + 0: The total amount of wall time = 453.561881 + 0: The maximum resident set size (KB) = 1052168 -Test 069 rrfs_v1beta PASS +Test 070 rrfs_v1beta PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/rrfs_v1nssl -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_5348/rrfs_v1nssl -Checking test 070 rrfs_v1nssl results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230418/INTEL/rrfs_v1nssl +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_131948/rrfs_v1nssl +Checking test 071 rrfs_v1nssl results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -3117,15 +3103,15 @@ Checking test 070 rrfs_v1nssl results .... Comparing GFSPRS.GrbF09 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 538.559210 - 0: The maximum resident set size (KB) = 692212 + 0: The total amount of wall time = 533.381419 + 0: The maximum resident set size (KB) = 687808 -Test 070 rrfs_v1nssl PASS +Test 071 rrfs_v1nssl PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/rrfs_v1nssl_nohailnoccn -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_5348/rrfs_v1nssl_nohailnoccn -Checking test 071 rrfs_v1nssl_nohailnoccn results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230418/INTEL/rrfs_v1nssl_nohailnoccn +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_131948/rrfs_v1nssl_nohailnoccn +Checking test 072 rrfs_v1nssl_nohailnoccn results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -3139,15 +3125,15 @@ Checking test 071 rrfs_v1nssl_nohailnoccn results .... Comparing GFSPRS.GrbF09 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 524.111181 - 0: The maximum resident set size (KB) = 755484 + 0: The total amount of wall time = 523.144351 + 0: The maximum resident set size (KB) = 756952 -Test 071 rrfs_v1nssl_nohailnoccn PASS +Test 072 rrfs_v1nssl_nohailnoccn PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/rrfs_smoke_conus13km_hrrr_warm -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_5348/rrfs_smoke_conus13km_hrrr_warm -Checking test 072 rrfs_smoke_conus13km_hrrr_warm results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230418/INTEL/rrfs_smoke_conus13km_hrrr_warm +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_131948/rrfs_smoke_conus13km_hrrr_warm +Checking test 073 rrfs_smoke_conus13km_hrrr_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing sfcf002.nc .........OK @@ -3155,15 +3141,15 @@ Checking test 072 rrfs_smoke_conus13km_hrrr_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 147.509812 - 0: The maximum resident set size (KB) = 1028244 + 0: The total amount of wall time = 148.264217 + 0: The maximum resident set size (KB) = 1031288 -Test 072 rrfs_smoke_conus13km_hrrr_warm PASS +Test 073 rrfs_smoke_conus13km_hrrr_warm PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/rrfs_smoke_conus13km_hrrr_warm -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_5348/rrfs_smoke_conus13km_hrrr_warm_2threads -Checking test 073 rrfs_smoke_conus13km_hrrr_warm_2threads results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230418/INTEL/rrfs_smoke_conus13km_hrrr_warm +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_131948/rrfs_smoke_conus13km_hrrr_warm_2threads +Checking test 074 rrfs_smoke_conus13km_hrrr_warm_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing sfcf002.nc .........OK @@ -3171,15 +3157,15 @@ Checking test 073 rrfs_smoke_conus13km_hrrr_warm_2threads results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 91.055677 - 0: The maximum resident set size (KB) = 937808 + 0: The total amount of wall time = 91.071497 + 0: The maximum resident set size (KB) = 931660 -Test 073 rrfs_smoke_conus13km_hrrr_warm_2threads PASS +Test 074 rrfs_smoke_conus13km_hrrr_warm_2threads PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/rrfs_conus13km_hrrr_warm -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_5348/rrfs_conus13km_hrrr_warm -Checking test 074 rrfs_conus13km_hrrr_warm results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230418/INTEL/rrfs_conus13km_hrrr_warm +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_131948/rrfs_conus13km_hrrr_warm +Checking test 075 rrfs_conus13km_hrrr_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing sfcf002.nc .........OK @@ -3187,15 +3173,15 @@ Checking test 074 rrfs_conus13km_hrrr_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 129.916751 - 0: The maximum resident set size (KB) = 942284 + 0: The total amount of wall time = 129.720094 + 0: The maximum resident set size (KB) = 986252 -Test 074 rrfs_conus13km_hrrr_warm PASS +Test 075 rrfs_conus13km_hrrr_warm PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/rrfs_smoke_conus13km_hrrr_warm_radar_tten -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_5348/rrfs_smoke_conus13km_radar_tten_warm -Checking test 075 rrfs_smoke_conus13km_radar_tten_warm results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230418/INTEL/rrfs_smoke_conus13km_hrrr_warm_radar_tten +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_131948/rrfs_smoke_conus13km_radar_tten_warm +Checking test 076 rrfs_smoke_conus13km_radar_tten_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing sfcf002.nc .........OK @@ -3203,27 +3189,27 @@ Checking test 075 rrfs_smoke_conus13km_radar_tten_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 148.482604 - 0: The maximum resident set size (KB) = 1037388 + 0: The total amount of wall time = 149.185324 + 0: The maximum resident set size (KB) = 1030748 -Test 075 rrfs_smoke_conus13km_radar_tten_warm PASS +Test 076 rrfs_smoke_conus13km_radar_tten_warm PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/rrfs_conus13km_hrrr_warm_restart_mismatch -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_5348/rrfs_conus13km_hrrr_warm_restart_mismatch -Checking test 076 rrfs_conus13km_hrrr_warm_restart_mismatch results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230418/INTEL/rrfs_conus13km_hrrr_warm_restart_mismatch +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_131948/rrfs_conus13km_hrrr_warm_restart_mismatch +Checking test 077 rrfs_conus13km_hrrr_warm_restart_mismatch results .... Comparing sfcf002.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 70.072787 - 0: The maximum resident set size (KB) = 930520 + 0: The total amount of wall time = 69.802315 + 0: The maximum resident set size (KB) = 973920 -Test 076 rrfs_conus13km_hrrr_warm_restart_mismatch PASS +Test 077 rrfs_conus13km_hrrr_warm_restart_mismatch PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/control_csawmg -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_5348/control_csawmg -Checking test 077 control_csawmg results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230418/INTEL/control_csawmg +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_131948/control_csawmg +Checking test 078 control_csawmg results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -3233,15 +3219,15 @@ Checking test 077 control_csawmg results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 343.175962 - 0: The maximum resident set size (KB) = 722900 + 0: The total amount of wall time = 342.955237 + 0: The maximum resident set size (KB) = 722480 -Test 077 control_csawmg PASS +Test 078 control_csawmg PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/control_csawmgt -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_5348/control_csawmgt -Checking test 078 control_csawmgt results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230418/INTEL/control_csawmgt +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_131948/control_csawmgt +Checking test 079 control_csawmgt results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -3251,15 +3237,15 @@ Checking test 078 control_csawmgt results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 343.691959 - 0: The maximum resident set size (KB) = 720208 + 0: The total amount of wall time = 338.811891 + 0: The maximum resident set size (KB) = 721580 -Test 078 control_csawmgt PASS +Test 079 control_csawmgt PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/control_ras -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_5348/control_ras -Checking test 079 control_ras results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230418/INTEL/control_ras +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_131948/control_ras +Checking test 080 control_ras results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -3269,27 +3255,27 @@ Checking test 079 control_ras results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 181.027985 - 0: The maximum resident set size (KB) = 715624 + 0: The total amount of wall time = 182.296399 + 0: The maximum resident set size (KB) = 724476 -Test 079 control_ras PASS +Test 080 control_ras PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/control_wam -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_5348/control_wam -Checking test 080 control_wam results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230418/INTEL/control_wam +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_131948/control_wam +Checking test 081 control_wam results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK - 0: The total amount of wall time = 112.087068 - 0: The maximum resident set size (KB) = 634292 + 0: The total amount of wall time = 111.469057 + 0: The maximum resident set size (KB) = 636720 -Test 080 control_wam PASS +Test 081 control_wam PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/control_p8_faster -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_5348/control_p8_faster -Checking test 081 control_p8_faster results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230418/INTEL/control_p8_faster +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_131948/control_p8_faster +Checking test 082 control_p8_faster results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -3335,15 +3321,15 @@ Checking test 081 control_p8_faster results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 157.466000 - 0: The maximum resident set size (KB) = 1592160 + 0: The total amount of wall time = 152.972658 + 0: The maximum resident set size (KB) = 1594060 -Test 081 control_p8_faster PASS +Test 082 control_p8_faster PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/regional_control_faster -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_5348/regional_control_faster -Checking test 082 regional_control_faster results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230418/INTEL/regional_control_faster +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_131948/regional_control_faster +Checking test 083 regional_control_faster results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK Comparing phyf000.nc .........OK @@ -3353,57 +3339,57 @@ Checking test 082 regional_control_faster results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 273.233782 - 0: The maximum resident set size (KB) = 862644 + 0: The total amount of wall time = 273.695177 + 0: The maximum resident set size (KB) = 870904 -Test 082 regional_control_faster PASS +Test 083 regional_control_faster PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/rrfs_smoke_conus13km_hrrr_warm_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_5348/rrfs_smoke_conus13km_hrrr_warm_debug -Checking test 083 rrfs_smoke_conus13km_hrrr_warm_debug results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230418/INTEL/rrfs_smoke_conus13km_hrrr_warm_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_131948/rrfs_smoke_conus13km_hrrr_warm_debug +Checking test 084 rrfs_smoke_conus13km_hrrr_warm_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 = 840.624263 - 0: The maximum resident set size (KB) = 1013340 + 0: The total amount of wall time = 848.318466 + 0: The maximum resident set size (KB) = 1056236 -Test 083 rrfs_smoke_conus13km_hrrr_warm_debug PASS +Test 084 rrfs_smoke_conus13km_hrrr_warm_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/rrfs_smoke_conus13km_hrrr_warm_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_5348/rrfs_smoke_conus13km_hrrr_warm_debug_2threads -Checking test 084 rrfs_smoke_conus13km_hrrr_warm_debug_2threads results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230418/INTEL/rrfs_smoke_conus13km_hrrr_warm_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_131948/rrfs_smoke_conus13km_hrrr_warm_debug_2threads +Checking test 085 rrfs_smoke_conus13km_hrrr_warm_debug_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 473.675723 - 0: The maximum resident set size (KB) = 968352 + 0: The total amount of wall time = 470.633491 + 0: The maximum resident set size (KB) = 968264 -Test 084 rrfs_smoke_conus13km_hrrr_warm_debug_2threads PASS +Test 085 rrfs_smoke_conus13km_hrrr_warm_debug_2threads PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/rrfs_conus13km_hrrr_warm_debugs -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_5348/rrfs_conus13km_hrrr_warm_debug -Checking test 085 rrfs_conus13km_hrrr_warm_debug results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230418/INTEL/rrfs_conus13km_hrrr_warm_debugs +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_131948/rrfs_conus13km_hrrr_warm_debug +Checking test 086 rrfs_conus13km_hrrr_warm_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 = 738.151979 - 0: The maximum resident set size (KB) = 969632 + 0: The total amount of wall time = 738.900268 + 0: The maximum resident set size (KB) = 1009068 -Test 085 rrfs_conus13km_hrrr_warm_debug PASS +Test 086 rrfs_conus13km_hrrr_warm_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/control_CubedSphereGrid_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_5348/control_CubedSphereGrid_debug -Checking test 086 control_CubedSphereGrid_debug results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230418/INTEL/control_CubedSphereGrid_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_131948/control_CubedSphereGrid_debug +Checking test 087 control_CubedSphereGrid_debug results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK Comparing sfcf000.tile3.nc .........OK @@ -3429,335 +3415,349 @@ Checking test 086 control_CubedSphereGrid_debug results .... Comparing atmf001.tile5.nc .........OK Comparing atmf001.tile6.nc .........OK - 0: The total amount of wall time = 144.101932 - 0: The maximum resident set size (KB) = 792896 + 0: The total amount of wall time = 149.155735 + 0: The maximum resident set size (KB) = 777164 -Test 086 control_CubedSphereGrid_debug PASS +Test 087 control_CubedSphereGrid_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/control_wrtGauss_netcdf_parallel_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_5348/control_wrtGauss_netcdf_parallel_debug -Checking test 087 control_wrtGauss_netcdf_parallel_debug results .... - Comparing sfcf000.nc ............ALT CHECK......OK +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230418/INTEL/control_wrtGauss_netcdf_parallel_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_131948/control_wrtGauss_netcdf_parallel_debug +Checking test 088 control_wrtGauss_netcdf_parallel_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 = 145.113523 - 0: The maximum resident set size (KB) = 788500 + 0: The total amount of wall time = 145.289504 + 0: The maximum resident set size (KB) = 793636 -Test 087 control_wrtGauss_netcdf_parallel_debug PASS +Test 088 control_wrtGauss_netcdf_parallel_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/control_stochy_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_5348/control_stochy_debug -Checking test 088 control_stochy_debug results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230418/INTEL/control_stochy_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_131948/control_stochy_debug +Checking test 089 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.860949 - 0: The maximum resident set size (KB) = 791884 + 0: The total amount of wall time = 161.442896 + 0: The maximum resident set size (KB) = 798272 -Test 088 control_stochy_debug PASS +Test 089 control_stochy_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/control_lndp_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_5348/control_lndp_debug -Checking test 089 control_lndp_debug results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230418/INTEL/control_lndp_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_131948/control_lndp_debug +Checking test 090 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 = 142.649745 - 0: The maximum resident set size (KB) = 795276 + 0: The total amount of wall time = 145.324440 + 0: The maximum resident set size (KB) = 796632 -Test 089 control_lndp_debug PASS +Test 090 control_lndp_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/control_csawmg_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_5348/control_csawmg_debug -Checking test 090 control_csawmg_debug results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230418/INTEL/control_csawmg_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_131948/control_csawmg_debug +Checking test 091 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 = 231.559604 - 0: The maximum resident set size (KB) = 835188 + 0: The total amount of wall time = 226.353553 + 0: The maximum resident set size (KB) = 835048 -Test 090 control_csawmg_debug PASS +Test 091 control_csawmg_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/control_csawmgt_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_5348/control_csawmgt_debug -Checking test 091 control_csawmgt_debug results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230418/INTEL/control_csawmgt_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_131948/control_csawmgt_debug +Checking test 092 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 = 225.969750 - 0: The maximum resident set size (KB) = 836856 + 0: The total amount of wall time = 224.485232 + 0: The maximum resident set size (KB) = 834652 -Test 091 control_csawmgt_debug PASS +Test 092 control_csawmgt_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/control_ras_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_5348/control_ras_debug -Checking test 092 control_ras_debug results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230418/INTEL/control_ras_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_131948/control_ras_debug +Checking test 093 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.664144 - 0: The maximum resident set size (KB) = 805260 + 0: The total amount of wall time = 149.072772 + 0: The maximum resident set size (KB) = 801156 -Test 092 control_ras_debug PASS +Test 093 control_ras_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/control_diag_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_5348/control_diag_debug -Checking test 093 control_diag_debug results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230418/INTEL/control_diag_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_131948/control_diag_debug +Checking test 094 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 = 152.950665 - 0: The maximum resident set size (KB) = 845144 + 0: The total amount of wall time = 151.479929 + 0: The maximum resident set size (KB) = 848156 -Test 093 control_diag_debug PASS +Test 094 control_diag_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/control_debug_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_5348/control_debug_p8 -Checking test 094 control_debug_p8 results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230418/INTEL/control_debug_p8 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_131948/control_debug_p8 +Checking test 095 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 = 166.691400 - 0: The maximum resident set size (KB) = 1624156 + 0: The total amount of wall time = 166.928287 + 0: The maximum resident set size (KB) = 1617416 -Test 094 control_debug_p8 PASS +Test 095 control_debug_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/regional_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_5348/regional_debug -Checking test 095 regional_debug results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230418/INTEL/regional_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_131948/regional_debug +Checking test 096 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 = 1002.366942 - 0: The maximum resident set size (KB) = 870188 - -Test 095 regional_debug PASS - - -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/rap_control_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_5348/rap_control_debug -Checking test 096 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 = 271.861251 - 0: The maximum resident set size (KB) = 1166156 + 0: The total amount of wall time = 990.204242 + 0: The maximum resident set size (KB) = 853560 -Test 096 rap_control_debug PASS +Test 096 regional_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/hrrr_control_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_5348/hrrr_control_debug -Checking test 097 hrrr_control_debug results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230418/INTEL/rap_control_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_131948/rap_control_debug +Checking test 097 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 = 269.695126 - 0: The maximum resident set size (KB) = 1169136 + 0: The total amount of wall time = 276.068268 + 0: The maximum resident set size (KB) = 1164096 -Test 097 hrrr_control_debug PASS +Test 097 rap_control_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/rap_control_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_5348/rap_unified_drag_suite_debug -Checking test 098 rap_unified_drag_suite_debug results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230418/INTEL/hrrr_control_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_131948/hrrr_control_debug +Checking test 098 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 = 271.922701 - 0: The maximum resident set size (KB) = 1168752 + 0: The total amount of wall time = 266.180892 + 0: The maximum resident set size (KB) = 1168132 -Test 098 rap_unified_drag_suite_debug PASS +Test 098 hrrr_control_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/rap_diag_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_5348/rap_diag_debug -Checking test 099 rap_diag_debug results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230418/INTEL/rap_control_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_131948/rap_unified_drag_suite_debug +Checking test 099 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 = 286.682045 - 0: The maximum resident set size (KB) = 1253452 + 0: The total amount of wall time = 270.844399 + 0: The maximum resident set size (KB) = 1167436 -Test 099 rap_diag_debug PASS +Test 099 rap_unified_drag_suite_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/rap_cires_ugwp_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_5348/rap_cires_ugwp_debug -Checking test 100 rap_cires_ugwp_debug results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230418/INTEL/rap_diag_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_131948/rap_diag_debug +Checking test 100 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 = 275.082130 - 0: The maximum resident set size (KB) = 1164392 + 0: The total amount of wall time = 286.613397 + 0: The maximum resident set size (KB) = 1256592 -Test 100 rap_cires_ugwp_debug PASS +Test 100 rap_diag_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/rap_cires_ugwp_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_5348/rap_unified_ugwp_debug -Checking test 101 rap_unified_ugwp_debug results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230418/INTEL/rap_cires_ugwp_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_131948/rap_cires_ugwp_debug +Checking test 101 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 = 279.960523 - 0: The maximum resident set size (KB) = 1175156 + 0: The total amount of wall time = 279.066014 + 0: The maximum resident set size (KB) = 1137388 -Test 101 rap_unified_ugwp_debug PASS +Test 101 rap_cires_ugwp_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/rap_lndp_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_5348/rap_lndp_debug -Checking test 102 rap_lndp_debug results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230418/INTEL/rap_cires_ugwp_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_131948/rap_unified_ugwp_debug +Checking test 102 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 = 276.654489 - 0: The maximum resident set size (KB) = 1165472 + 0: The total amount of wall time = 278.481179 + 0: The maximum resident set size (KB) = 1167820 -Test 102 rap_lndp_debug PASS +Test 102 rap_unified_ugwp_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/rap_flake_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_5348/rap_flake_debug -Checking test 103 rap_flake_debug results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230418/INTEL/rap_lndp_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_131948/rap_lndp_debug +Checking test 103 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 = 275.416473 - 0: The maximum resident set size (KB) = 1167328 + 0: The total amount of wall time = 278.041454 + 0: The maximum resident set size (KB) = 1168960 -Test 103 rap_flake_debug PASS +Test 103 rap_lndp_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/rap_progcld_thompson_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_5348/rap_progcld_thompson_debug +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230418/INTEL/rap_progcld_thompson_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_131948/rap_progcld_thompson_debug Checking test 104 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 = 274.038652 - 0: The maximum resident set size (KB) = 1171944 + 0: The total amount of wall time = 274.913037 + 0: The maximum resident set size (KB) = 1165244 Test 104 rap_progcld_thompson_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/rap_noah_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_5348/rap_noah_debug +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230418/INTEL/rap_noah_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_131948/rap_noah_debug Checking test 105 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 = 268.892311 - 0: The maximum resident set size (KB) = 1169852 + 0: The total amount of wall time = 266.366115 + 0: The maximum resident set size (KB) = 1165000 Test 105 rap_noah_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/rap_sfcdiff_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_5348/rap_sfcdiff_debug +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230418/INTEL/rap_sfcdiff_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_131948/rap_sfcdiff_debug Checking test 106 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 = 276.593414 - 0: The maximum resident set size (KB) = 1163856 + 0: The total amount of wall time = 270.926432 + 0: The maximum resident set size (KB) = 1168200 Test 106 rap_sfcdiff_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/rap_noah_sfcdiff_cires_ugwp_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_5348/rap_noah_sfcdiff_cires_ugwp_debug +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230418/INTEL/rap_noah_sfcdiff_cires_ugwp_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_131948/rap_noah_sfcdiff_cires_ugwp_debug Checking test 107 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 = 449.732704 - 0: The maximum resident set size (KB) = 1167232 + 0: The total amount of wall time = 443.010119 + 0: The maximum resident set size (KB) = 1162660 Test 107 rap_noah_sfcdiff_cires_ugwp_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/rrfs_v1beta_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_5348/rrfs_v1beta_debug +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230418/INTEL/rrfs_v1beta_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_131948/rrfs_v1beta_debug Checking test 108 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 = 271.161664 - 0: The maximum resident set size (KB) = 1161140 + 0: The total amount of wall time = 266.081543 + 0: The maximum resident set size (KB) = 1159096 Test 108 rrfs_v1beta_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/control_wam_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_5348/control_wam_debug -Checking test 109 control_wam_debug results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230418/INTEL/rap_clm_lake_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_131948/rap_clm_lake_debug +Checking test 109 rap_clm_lake_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 = 333.721972 + 0: The maximum resident set size (KB) = 1167964 + +Test 109 rap_clm_lake_debug PASS + + +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230418/INTEL/rap_flake_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_131948/rap_flake_debug +Checking test 110 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 = 270.734722 + 0: The maximum resident set size (KB) = 1161952 + +Test 110 rap_flake_debug PASS + + +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230418/INTEL/control_wam_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_131948/control_wam_debug +Checking test 111 control_wam_debug results .... Comparing sfcf019.nc .........OK Comparing atmf019.nc .........OK - 0: The total amount of wall time = 281.008746 - 0: The maximum resident set size (KB) = 523532 + 0: The total amount of wall time = 278.704838 + 0: The maximum resident set size (KB) = 521604 -Test 109 control_wam_debug PASS +Test 111 control_wam_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/regional_spp_sppt_shum_skeb_dyn32_phy32 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_5348/regional_spp_sppt_shum_skeb_dyn32_phy32 -Checking test 110 regional_spp_sppt_shum_skeb_dyn32_phy32 results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230418/INTEL/regional_spp_sppt_shum_skeb_dyn32_phy32 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_131948/regional_spp_sppt_shum_skeb_dyn32_phy32 +Checking test 112 regional_spp_sppt_shum_skeb_dyn32_phy32 results .... Comparing dynf000.nc .........OK Comparing dynf001.nc .........OK Comparing phyf000.nc .........OK @@ -3767,15 +3767,15 @@ Checking test 110 regional_spp_sppt_shum_skeb_dyn32_phy32 results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF01 .........OK - 0: The total amount of wall time = 225.365730 - 0: The maximum resident set size (KB) = 1071196 + 0: The total amount of wall time = 219.595008 + 0: The maximum resident set size (KB) = 1077728 -Test 110 regional_spp_sppt_shum_skeb_dyn32_phy32 PASS +Test 112 regional_spp_sppt_shum_skeb_dyn32_phy32 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/rap_control_dyn32_phy32 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_5348/rap_control_dyn32_phy32 -Checking test 111 rap_control_dyn32_phy32 results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230418/INTEL/rap_control_dyn32_phy32 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_131948/rap_control_dyn32_phy32 +Checking test 113 rap_control_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -3821,15 +3821,15 @@ Checking test 111 rap_control_dyn32_phy32 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 385.392330 - 0: The maximum resident set size (KB) = 995660 + 0: The total amount of wall time = 382.098414 + 0: The maximum resident set size (KB) = 998576 -Test 111 rap_control_dyn32_phy32 PASS +Test 113 rap_control_dyn32_phy32 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/hrrr_control_dyn32_phy32 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_5348/hrrr_control_dyn32_phy32 -Checking test 112 hrrr_control_dyn32_phy32 results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230418/INTEL/hrrr_control_dyn32_phy32 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_131948/hrrr_control_dyn32_phy32 +Checking test 114 hrrr_control_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -3842,48 +3842,48 @@ Checking test 112 hrrr_control_dyn32_phy32 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF09 .........OK Comparing GFSPRS.GrbF12 .........OK - Comparing RESTART/20210322.180000.coupler.res .........OK - Comparing RESTART/20210322.180000.fv_core.res.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile1.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile2.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile3.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile4.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile5.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile6.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile1.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile2.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile3.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile4.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile5.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile6.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile1.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile2.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile3.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile4.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile5.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile6.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile1.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile2.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile3.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile4.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile5.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile6.nc .........OK - - 0: The total amount of wall time = 201.459526 - 0: The maximum resident set size (KB) = 954592 - -Test 112 hrrr_control_dyn32_phy32 PASS - - -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/rap_control_dyn32_phy32 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_5348/rap_2threads_dyn32_phy32 -Checking test 113 rap_2threads_dyn32_phy32 results .... + Comparing RESTART/20210322.120000.coupler.res .........OK + Comparing RESTART/20210322.120000.fv_core.res.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile6.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK + + 0: The total amount of wall time = 189.300761 + 0: The maximum resident set size (KB) = 948388 + +Test 114 hrrr_control_dyn32_phy32 PASS + + +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230418/INTEL/rap_control_dyn32_phy32 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_131948/rap_2threads_dyn32_phy32 +Checking test 115 rap_2threads_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -3929,15 +3929,15 @@ Checking test 113 rap_2threads_dyn32_phy32 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 372.407213 - 0: The maximum resident set size (KB) = 1020964 + 0: The total amount of wall time = 366.390314 + 0: The maximum resident set size (KB) = 1018768 -Test 113 rap_2threads_dyn32_phy32 PASS +Test 115 rap_2threads_dyn32_phy32 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/hrrr_control_dyn32_phy32 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_5348/hrrr_control_2threads_dyn32_phy32 -Checking test 114 hrrr_control_2threads_dyn32_phy32 results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230418/INTEL/hrrr_control_dyn32_phy32 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_131948/hrrr_control_2threads_dyn32_phy32 +Checking test 116 hrrr_control_2threads_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -3950,48 +3950,48 @@ Checking test 114 hrrr_control_2threads_dyn32_phy32 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF09 .........OK Comparing GFSPRS.GrbF12 .........OK - Comparing RESTART/20210322.180000.coupler.res .........OK - Comparing RESTART/20210322.180000.fv_core.res.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile1.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile2.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile3.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile4.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile5.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile6.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile1.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile2.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile3.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile4.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile5.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile6.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile1.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile2.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile3.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile4.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile5.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile6.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile1.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile2.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile3.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile4.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile5.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile6.nc .........OK - - 0: The total amount of wall time = 190.703510 - 0: The maximum resident set size (KB) = 1001412 - -Test 114 hrrr_control_2threads_dyn32_phy32 PASS - - -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/hrrr_control_dyn32_phy32 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_5348/hrrr_control_decomp_dyn32_phy32 -Checking test 115 hrrr_control_decomp_dyn32_phy32 results .... + Comparing RESTART/20210322.120000.coupler.res .........OK + Comparing RESTART/20210322.120000.fv_core.res.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile6.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK + + 0: The total amount of wall time = 176.013178 + 0: The maximum resident set size (KB) = 925556 + +Test 116 hrrr_control_2threads_dyn32_phy32 PASS + + +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230418/INTEL/hrrr_control_dyn32_phy32 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_131948/hrrr_control_decomp_dyn32_phy32 +Checking test 117 hrrr_control_decomp_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -4004,48 +4004,48 @@ Checking test 115 hrrr_control_decomp_dyn32_phy32 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF09 .........OK Comparing GFSPRS.GrbF12 .........OK - Comparing RESTART/20210322.180000.coupler.res .........OK - Comparing RESTART/20210322.180000.fv_core.res.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile1.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile2.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile3.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile4.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile5.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile6.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile1.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile2.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile3.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile4.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile5.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile6.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile1.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile2.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile3.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile4.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile5.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile6.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile1.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile2.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile3.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile4.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile5.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile6.nc .........OK - - 0: The total amount of wall time = 210.478155 - 0: The maximum resident set size (KB) = 899796 - -Test 115 hrrr_control_decomp_dyn32_phy32 PASS - - -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/rap_control_dyn32_phy32 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_5348/rap_restart_dyn32_phy32 -Checking test 116 rap_restart_dyn32_phy32 results .... + Comparing RESTART/20210322.120000.coupler.res .........OK + Comparing RESTART/20210322.120000.fv_core.res.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile6.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK + + 0: The total amount of wall time = 200.607584 + 0: The maximum resident set size (KB) = 892492 + +Test 117 hrrr_control_decomp_dyn32_phy32 PASS + + +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230418/INTEL/rap_control_dyn32_phy32 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_131948/rap_restart_dyn32_phy32 +Checking test 118 rap_restart_dyn32_phy32 results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK Comparing GFSFLX.GrbF12 .........OK @@ -4083,61 +4083,29 @@ Checking test 116 rap_restart_dyn32_phy32 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 283.566555 - 0: The maximum resident set size (KB) = 949384 + 0: The total amount of wall time = 284.887796 + 0: The maximum resident set size (KB) = 942892 -Test 116 rap_restart_dyn32_phy32 PASS +Test 118 rap_restart_dyn32_phy32 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/hrrr_control_dyn32_phy32 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_5348/hrrr_control_restart_dyn32_phy32 -Checking test 117 hrrr_control_restart_dyn32_phy32 results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230418/INTEL/hrrr_control_dyn32_phy32 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_131948/hrrr_control_restart_dyn32_phy32 +Checking test 119 hrrr_control_restart_dyn32_phy32 results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK Comparing GFSFLX.GrbF12 .........OK Comparing GFSPRS.GrbF12 .........OK - Comparing RESTART/20210322.180000.coupler.res .........OK - Comparing RESTART/20210322.180000.fv_core.res.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile1.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile2.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile3.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile4.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile5.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile6.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile1.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile2.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile3.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile4.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile5.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile6.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile1.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile2.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile3.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile4.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile5.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile6.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile1.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile2.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile3.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile4.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile5.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 104.071311 - 0: The maximum resident set size (KB) = 861900 + 0: The total amount of wall time = 98.668306 + 0: The maximum resident set size (KB) = 854380 -Test 117 hrrr_control_restart_dyn32_phy32 PASS +Test 119 hrrr_control_restart_dyn32_phy32 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/rap_control_dyn64_phy32 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_5348/rap_control_dyn64_phy32 -Checking test 118 rap_control_dyn64_phy32 results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230418/INTEL/rap_control_dyn64_phy32 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_131948/rap_control_dyn64_phy32 +Checking test 120 rap_control_dyn64_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -4183,82 +4151,82 @@ Checking test 118 rap_control_dyn64_phy32 results .... Comparing RESTART/20210322.180000.sfc_data.tile5.nc .........OK Comparing RESTART/20210322.180000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 247.505389 - 0: The maximum resident set size (KB) = 971420 + 0: The total amount of wall time = 244.363532 + 0: The maximum resident set size (KB) = 966336 -Test 118 rap_control_dyn64_phy32 PASS +Test 120 rap_control_dyn64_phy32 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/rap_control_debug_dyn32_phy32 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_5348/rap_control_debug_dyn32_phy32 -Checking test 119 rap_control_debug_dyn32_phy32 results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230418/INTEL/rap_control_debug_dyn32_phy32 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_131948/rap_control_debug_dyn32_phy32 +Checking test 121 rap_control_debug_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 271.880986 - 0: The maximum resident set size (KB) = 1055564 + 0: The total amount of wall time = 268.176617 + 0: The maximum resident set size (KB) = 1059496 -Test 119 rap_control_debug_dyn32_phy32 PASS +Test 121 rap_control_debug_dyn32_phy32 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/hrrr_control_debug_dyn32_phy32 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_5348/hrrr_control_debug_dyn32_phy32 -Checking test 120 hrrr_control_debug_dyn32_phy32 results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230418/INTEL/hrrr_control_debug_dyn32_phy32 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_131948/hrrr_control_debug_dyn32_phy32 +Checking test 122 hrrr_control_debug_dyn32_phy32 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.198500 - 0: The maximum resident set size (KB) = 1052700 + 0: The total amount of wall time = 264.208519 + 0: The maximum resident set size (KB) = 1052052 -Test 120 hrrr_control_debug_dyn32_phy32 PASS +Test 122 hrrr_control_debug_dyn32_phy32 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/rap_control_debug_dyn64_phy32 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_5348/rap_control_dyn64_phy32_debug -Checking test 121 rap_control_dyn64_phy32_debug results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230418/INTEL/rap_control_debug_dyn64_phy32 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_131948/rap_control_dyn64_phy32_debug +Checking test 123 rap_control_dyn64_phy32_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.931268 - 0: The maximum resident set size (KB) = 1092084 + 0: The total amount of wall time = 273.959816 + 0: The maximum resident set size (KB) = 1093732 -Test 121 rap_control_dyn64_phy32_debug PASS +Test 123 rap_control_dyn64_phy32_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/hafs_regional_atm -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_5348/hafs_regional_atm -Checking test 122 hafs_regional_atm results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230418/INTEL/hafs_regional_atm +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_131948/hafs_regional_atm +Checking test 124 hafs_regional_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing HURPRS.GrbF06 .........OK - 0: The total amount of wall time = 236.081060 - 0: The maximum resident set size (KB) = 1045108 + 0: The total amount of wall time = 238.351916 + 0: The maximum resident set size (KB) = 1053156 -Test 122 hafs_regional_atm PASS +Test 124 hafs_regional_atm PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/hafs_regional_atm_thompson_gfdlsf -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_5348/hafs_regional_atm_thompson_gfdlsf -Checking test 123 hafs_regional_atm_thompson_gfdlsf results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230418/INTEL/hafs_regional_atm_thompson_gfdlsf +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_131948/hafs_regional_atm_thompson_gfdlsf +Checking test 125 hafs_regional_atm_thompson_gfdlsf results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK - 0: The total amount of wall time = 324.796742 - 0: The maximum resident set size (KB) = 1414292 + 0: The total amount of wall time = 311.183253 + 0: The maximum resident set size (KB) = 1415152 -Test 123 hafs_regional_atm_thompson_gfdlsf PASS +Test 125 hafs_regional_atm_thompson_gfdlsf PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/hafs_regional_atm_ocn -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_5348/hafs_regional_atm_ocn -Checking test 124 hafs_regional_atm_ocn results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230418/INTEL/hafs_regional_atm_ocn +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_131948/hafs_regional_atm_ocn +Checking test 126 hafs_regional_atm_ocn results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing archv.2019_241_06.a .........OK @@ -4266,15 +4234,15 @@ Checking test 124 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 = 387.538532 - 0: The maximum resident set size (KB) = 1223576 + 0: The total amount of wall time = 380.681123 + 0: The maximum resident set size (KB) = 1220120 -Test 124 hafs_regional_atm_ocn PASS +Test 126 hafs_regional_atm_ocn PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/hafs_regional_atm_wav -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_5348/hafs_regional_atm_wav -Checking test 125 hafs_regional_atm_wav results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230418/INTEL/hafs_regional_atm_wav +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_131948/hafs_regional_atm_wav +Checking test 127 hafs_regional_atm_wav results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing 20190829.060000.out_grd.ww3 .........OK @@ -4282,15 +4250,15 @@ Checking test 125 hafs_regional_atm_wav results .... Comparing ufs.hafs.ww3.r.2019-08-29-21600 .........OK Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK - 0: The total amount of wall time = 743.235256 - 0: The maximum resident set size (KB) = 1245540 + 0: The total amount of wall time = 743.207678 + 0: The maximum resident set size (KB) = 1253372 -Test 125 hafs_regional_atm_wav PASS +Test 127 hafs_regional_atm_wav PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/hafs_regional_atm_ocn_wav -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_5348/hafs_regional_atm_ocn_wav -Checking test 126 hafs_regional_atm_ocn_wav results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230418/INTEL/hafs_regional_atm_ocn_wav +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_131948/hafs_regional_atm_ocn_wav +Checking test 128 hafs_regional_atm_ocn_wav results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing archv.2019_241_06.a .........OK @@ -4300,29 +4268,29 @@ Checking test 126 hafs_regional_atm_ocn_wav results .... Comparing ufs.hafs.ww3.r.2019-08-29-21600 .........OK Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK - 0: The total amount of wall time = 847.568297 - 0: The maximum resident set size (KB) = 1271868 + 0: The total amount of wall time = 844.874912 + 0: The maximum resident set size (KB) = 1266460 -Test 126 hafs_regional_atm_ocn_wav PASS +Test 128 hafs_regional_atm_ocn_wav PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/hafs_regional_1nest_atm -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_5348/hafs_regional_1nest_atm -Checking test 127 hafs_regional_1nest_atm results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230418/INTEL/hafs_regional_1nest_atm +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_131948/hafs_regional_1nest_atm +Checking test 129 hafs_regional_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 = 320.685898 - 0: The maximum resident set size (KB) = 499744 + 0: The total amount of wall time = 318.129666 + 0: The maximum resident set size (KB) = 503096 -Test 127 hafs_regional_1nest_atm PASS +Test 129 hafs_regional_1nest_atm PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/hafs_regional_telescopic_2nests_atm -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_5348/hafs_regional_telescopic_2nests_atm -Checking test 128 hafs_regional_telescopic_2nests_atm results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230418/INTEL/hafs_regional_telescopic_2nests_atm +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_131948/hafs_regional_telescopic_2nests_atm +Checking test 130 hafs_regional_telescopic_2nests_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK @@ -4330,29 +4298,29 @@ Checking test 128 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 = 366.681780 - 0: The maximum resident set size (KB) = 509456 + 0: The total amount of wall time = 362.089813 + 0: The maximum resident set size (KB) = 509664 -Test 128 hafs_regional_telescopic_2nests_atm PASS +Test 130 hafs_regional_telescopic_2nests_atm PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/hafs_global_1nest_atm -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_5348/hafs_global_1nest_atm -Checking test 129 hafs_global_1nest_atm results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230418/INTEL/hafs_global_1nest_atm +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_131948/hafs_global_1nest_atm +Checking test 131 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 = 149.243943 - 0: The maximum resident set size (KB) = 348240 + 0: The total amount of wall time = 146.170822 + 0: The maximum resident set size (KB) = 353100 -Test 129 hafs_global_1nest_atm PASS +Test 131 hafs_global_1nest_atm PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/hafs_global_multiple_4nests_atm -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_5348/hafs_global_multiple_4nests_atm -Checking test 130 hafs_global_multiple_4nests_atm results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230418/INTEL/hafs_global_multiple_4nests_atm +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_131948/hafs_global_multiple_4nests_atm +Checking test 132 hafs_global_multiple_4nests_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK @@ -4369,15 +4337,15 @@ Checking test 130 hafs_global_multiple_4nests_atm results .... Comparing HURPRS.GrbF06.nest04 .........OK Comparing HURPRS.GrbF06.nest05 .........OK - 0: The total amount of wall time = 413.666357 - 0: The maximum resident set size (KB) = 451952 + 0: The total amount of wall time = 409.075852 + 0: The maximum resident set size (KB) = 422772 -Test 130 hafs_global_multiple_4nests_atm PASS +Test 132 hafs_global_multiple_4nests_atm PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/hafs_regional_specified_moving_1nest_atm -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_5348/hafs_regional_specified_moving_1nest_atm -Checking test 131 hafs_regional_specified_moving_1nest_atm results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230418/INTEL/hafs_regional_specified_moving_1nest_atm +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_131948/hafs_regional_specified_moving_1nest_atm +Checking test 133 hafs_regional_specified_moving_1nest_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK @@ -4385,29 +4353,29 @@ Checking test 131 hafs_regional_specified_moving_1nest_atm results .... Comparing HURPRS.GrbF06 .........OK Comparing HURPRS.GrbF06.nest02 .........OK - 0: The total amount of wall time = 204.399616 - 0: The maximum resident set size (KB) = 522440 + 0: The total amount of wall time = 201.237338 + 0: The maximum resident set size (KB) = 521076 -Test 131 hafs_regional_specified_moving_1nest_atm PASS +Test 133 hafs_regional_specified_moving_1nest_atm PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/hafs_regional_storm_following_1nest_atm -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_5348/hafs_regional_storm_following_1nest_atm -Checking test 132 hafs_regional_storm_following_1nest_atm results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230418/INTEL/hafs_regional_storm_following_1nest_atm +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_131948/hafs_regional_storm_following_1nest_atm +Checking test 134 hafs_regional_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 = 191.385448 - 0: The maximum resident set size (KB) = 524480 + 0: The total amount of wall time = 190.613428 + 0: The maximum resident set size (KB) = 518660 -Test 132 hafs_regional_storm_following_1nest_atm PASS +Test 134 hafs_regional_storm_following_1nest_atm PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/hafs_regional_storm_following_1nest_atm_ocn -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_5348/hafs_regional_storm_following_1nest_atm_ocn -Checking test 133 hafs_regional_storm_following_1nest_atm_ocn results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230418/INTEL/hafs_regional_storm_following_1nest_atm_ocn +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_131948/hafs_regional_storm_following_1nest_atm_ocn +Checking test 135 hafs_regional_storm_following_1nest_atm_ocn results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK @@ -4415,43 +4383,43 @@ Checking test 133 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 = 225.239918 - 0: The maximum resident set size (KB) = 558700 + 0: The total amount of wall time = 222.044859 + 0: The maximum resident set size (KB) = 562416 -Test 133 hafs_regional_storm_following_1nest_atm_ocn PASS +Test 135 hafs_regional_storm_following_1nest_atm_ocn PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/hafs_global_storm_following_1nest_atm -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_5348/hafs_global_storm_following_1nest_atm -Checking test 134 hafs_global_storm_following_1nest_atm results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230418/INTEL/hafs_global_storm_following_1nest_atm +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_131948/hafs_global_storm_following_1nest_atm +Checking test 136 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 = 58.478480 - 0: The maximum resident set size (KB) = 371540 + 0: The total amount of wall time = 58.884469 + 0: The maximum resident set size (KB) = 370044 -Test 134 hafs_global_storm_following_1nest_atm PASS +Test 136 hafs_global_storm_following_1nest_atm PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/hafs_regional_storm_following_1nest_atm_ocn_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_5348/hafs_regional_storm_following_1nest_atm_ocn_debug -Checking test 135 hafs_regional_storm_following_1nest_atm_ocn_debug results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230418/INTEL/hafs_regional_storm_following_1nest_atm_ocn_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_131948/hafs_regional_storm_following_1nest_atm_ocn_debug +Checking test 137 hafs_regional_storm_following_1nest_atm_ocn_debug results .... Comparing atmf001.nc .........OK Comparing sfcf001.nc .........OK Comparing atm.nest02.f001.nc .........OK Comparing sfc.nest02.f001.nc .........OK - 0: The total amount of wall time = 709.842285 - 0: The maximum resident set size (KB) = 580008 + 0: The total amount of wall time = 714.069048 + 0: The maximum resident set size (KB) = 585180 -Test 135 hafs_regional_storm_following_1nest_atm_ocn_debug PASS +Test 137 hafs_regional_storm_following_1nest_atm_ocn_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/hafs_regional_storm_following_1nest_atm_ocn_wav -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_5348/hafs_regional_storm_following_1nest_atm_ocn_wav -Checking test 136 hafs_regional_storm_following_1nest_atm_ocn_wav results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230418/INTEL/hafs_regional_storm_following_1nest_atm_ocn_wav +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_131948/hafs_regional_storm_following_1nest_atm_ocn_wav +Checking test 138 hafs_regional_storm_following_1nest_atm_ocn_wav results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK @@ -4461,162 +4429,162 @@ Checking test 136 hafs_regional_storm_following_1nest_atm_ocn_wav results .... Comparing 20200825.180000.out_grd.ww3 .........OK Comparing 20200825.180000.out_pnt.ww3 .........OK - 0: The total amount of wall time = 483.505918 - 0: The maximum resident set size (KB) = 618044 + 0: The total amount of wall time = 480.496386 + 0: The maximum resident set size (KB) = 631548 -Test 136 hafs_regional_storm_following_1nest_atm_ocn_wav PASS +Test 138 hafs_regional_storm_following_1nest_atm_ocn_wav PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/hafs_regional_docn -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_5348/hafs_regional_docn -Checking test 137 hafs_regional_docn results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230418/INTEL/hafs_regional_docn +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_131948/hafs_regional_docn +Checking test 139 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 = 358.455072 - 0: The maximum resident set size (KB) = 1234820 + 0: The total amount of wall time = 358.358539 + 0: The maximum resident set size (KB) = 1238144 -Test 137 hafs_regional_docn PASS +Test 139 hafs_regional_docn PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/hafs_regional_docn_oisst -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_5348/hafs_regional_docn_oisst -Checking test 138 hafs_regional_docn_oisst results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230418/INTEL/hafs_regional_docn_oisst +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_131948/hafs_regional_docn_oisst +Checking test 140 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 = 360.612792 - 0: The maximum resident set size (KB) = 1218460 + 0: The total amount of wall time = 362.552226 + 0: The maximum resident set size (KB) = 1210596 -Test 138 hafs_regional_docn_oisst PASS +Test 140 hafs_regional_docn_oisst PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/hafs_regional_datm_cdeps -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_5348/hafs_regional_datm_cdeps -Checking test 139 hafs_regional_datm_cdeps results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230418/INTEL/hafs_regional_datm_cdeps +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_131948/hafs_regional_datm_cdeps +Checking test 141 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 = 965.447061 - 0: The maximum resident set size (KB) = 1040256 + 0: The total amount of wall time = 948.563874 + 0: The maximum resident set size (KB) = 1038028 -Test 139 hafs_regional_datm_cdeps PASS +Test 141 hafs_regional_datm_cdeps PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/datm_cdeps_control_cfsr -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_5348/datm_cdeps_control_cfsr -Checking test 140 datm_cdeps_control_cfsr results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230418/INTEL/datm_cdeps_control_cfsr +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_131948/datm_cdeps_control_cfsr +Checking test 142 datm_cdeps_control_cfsr results .... Comparing RESTART/20111002.000000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 155.127299 - 0: The maximum resident set size (KB) = 1058584 + 0: The total amount of wall time = 150.697296 + 0: The maximum resident set size (KB) = 1070360 -Test 140 datm_cdeps_control_cfsr PASS +Test 142 datm_cdeps_control_cfsr PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/datm_cdeps_control_cfsr -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_5348/datm_cdeps_restart_cfsr -Checking test 141 datm_cdeps_restart_cfsr results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230418/INTEL/datm_cdeps_control_cfsr +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_131948/datm_cdeps_restart_cfsr +Checking test 143 datm_cdeps_restart_cfsr results .... Comparing RESTART/20111002.000000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 92.649635 - 0: The maximum resident set size (KB) = 1017456 + 0: The total amount of wall time = 87.992510 + 0: The maximum resident set size (KB) = 1005928 -Test 141 datm_cdeps_restart_cfsr PASS +Test 143 datm_cdeps_restart_cfsr PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/datm_cdeps_control_gefs -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_5348/datm_cdeps_control_gefs -Checking test 142 datm_cdeps_control_gefs results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230418/INTEL/datm_cdeps_control_gefs +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_131948/datm_cdeps_control_gefs +Checking test 144 datm_cdeps_control_gefs results .... Comparing RESTART/20111002.000000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS_NEW.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 151.026390 - 0: The maximum resident set size (KB) = 963592 + 0: The total amount of wall time = 147.978211 + 0: The maximum resident set size (KB) = 962448 -Test 142 datm_cdeps_control_gefs PASS +Test 144 datm_cdeps_control_gefs PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/datm_cdeps_iau_gefs -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_5348/datm_cdeps_iau_gefs -Checking test 143 datm_cdeps_iau_gefs results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230418/INTEL/datm_cdeps_iau_gefs +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_131948/datm_cdeps_iau_gefs +Checking test 145 datm_cdeps_iau_gefs results .... Comparing RESTART/20111002.000000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS_NEW.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 152.152208 - 0: The maximum resident set size (KB) = 968144 + 0: The total amount of wall time = 152.304922 + 0: The maximum resident set size (KB) = 963964 -Test 143 datm_cdeps_iau_gefs PASS +Test 145 datm_cdeps_iau_gefs PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/datm_cdeps_stochy_gefs -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_5348/datm_cdeps_stochy_gefs -Checking test 144 datm_cdeps_stochy_gefs results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230418/INTEL/datm_cdeps_stochy_gefs +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_131948/datm_cdeps_stochy_gefs +Checking test 146 datm_cdeps_stochy_gefs results .... Comparing RESTART/20111002.000000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS_NEW.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 154.195511 - 0: The maximum resident set size (KB) = 969552 + 0: The total amount of wall time = 148.531933 + 0: The maximum resident set size (KB) = 965768 -Test 144 datm_cdeps_stochy_gefs PASS +Test 146 datm_cdeps_stochy_gefs PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/datm_cdeps_ciceC_cfsr -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_5348/datm_cdeps_ciceC_cfsr -Checking test 145 datm_cdeps_ciceC_cfsr results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230418/INTEL/datm_cdeps_ciceC_cfsr +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_131948/datm_cdeps_ciceC_cfsr +Checking test 147 datm_cdeps_ciceC_cfsr results .... Comparing RESTART/20111002.000000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 158.554497 - 0: The maximum resident set size (KB) = 1064436 + 0: The total amount of wall time = 152.343288 + 0: The maximum resident set size (KB) = 1056164 -Test 145 datm_cdeps_ciceC_cfsr PASS +Test 147 datm_cdeps_ciceC_cfsr PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/datm_cdeps_bulk_cfsr -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_5348/datm_cdeps_bulk_cfsr -Checking test 146 datm_cdeps_bulk_cfsr results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230418/INTEL/datm_cdeps_bulk_cfsr +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_131948/datm_cdeps_bulk_cfsr +Checking test 148 datm_cdeps_bulk_cfsr results .... Comparing RESTART/20111002.000000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 157.035213 - 0: The maximum resident set size (KB) = 1062288 + 0: The total amount of wall time = 154.854702 + 0: The maximum resident set size (KB) = 1073276 -Test 146 datm_cdeps_bulk_cfsr PASS +Test 148 datm_cdeps_bulk_cfsr PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/datm_cdeps_bulk_gefs -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_5348/datm_cdeps_bulk_gefs -Checking test 147 datm_cdeps_bulk_gefs results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230418/INTEL/datm_cdeps_bulk_gefs +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_131948/datm_cdeps_bulk_gefs +Checking test 149 datm_cdeps_bulk_gefs results .... Comparing RESTART/20111002.000000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS_NEW.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 150.895376 - 0: The maximum resident set size (KB) = 967068 + 0: The total amount of wall time = 144.932112 + 0: The maximum resident set size (KB) = 958584 -Test 147 datm_cdeps_bulk_gefs PASS +Test 149 datm_cdeps_bulk_gefs PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/datm_cdeps_mx025_cfsr -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_5348/datm_cdeps_mx025_cfsr -Checking test 148 datm_cdeps_mx025_cfsr results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230418/INTEL/datm_cdeps_mx025_cfsr +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_131948/datm_cdeps_mx025_cfsr +Checking test 150 datm_cdeps_mx025_cfsr results .... Comparing RESTART/20111001.120000.MOM.res.nc .........OK Comparing RESTART/20111001.120000.MOM.res_1.nc .........OK Comparing RESTART/20111001.120000.MOM.res_2.nc .........OK @@ -4624,15 +4592,15 @@ Checking test 148 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 = 458.002044 - 0: The maximum resident set size (KB) = 879412 + 0: The total amount of wall time = 432.647201 + 0: The maximum resident set size (KB) = 870880 -Test 148 datm_cdeps_mx025_cfsr PASS +Test 150 datm_cdeps_mx025_cfsr PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/datm_cdeps_mx025_gefs -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_5348/datm_cdeps_mx025_gefs -Checking test 149 datm_cdeps_mx025_gefs results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230418/INTEL/datm_cdeps_mx025_gefs +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_131948/datm_cdeps_mx025_gefs +Checking test 151 datm_cdeps_mx025_gefs results .... Comparing RESTART/20111001.120000.MOM.res.nc .........OK Comparing RESTART/20111001.120000.MOM.res_1.nc .........OK Comparing RESTART/20111001.120000.MOM.res_2.nc .........OK @@ -4640,78 +4608,78 @@ Checking test 149 datm_cdeps_mx025_gefs results .... Comparing RESTART/iced.2011-10-01-43200.nc .........OK Comparing RESTART/DATM_GEFS_NEW.cpl.r.2011-10-01-43200.nc .........OK - 0: The total amount of wall time = 459.538249 - 0: The maximum resident set size (KB) = 935800 + 0: The total amount of wall time = 426.117489 + 0: The maximum resident set size (KB) = 930676 -Test 149 datm_cdeps_mx025_gefs PASS +Test 151 datm_cdeps_mx025_gefs PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/datm_cdeps_control_cfsr -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_5348/datm_cdeps_multiple_files_cfsr -Checking test 150 datm_cdeps_multiple_files_cfsr results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230418/INTEL/datm_cdeps_control_cfsr +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_131948/datm_cdeps_multiple_files_cfsr +Checking test 152 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 = 153.093055 - 0: The maximum resident set size (KB) = 1059268 + 0: The total amount of wall time = 152.781660 + 0: The maximum resident set size (KB) = 1055984 -Test 150 datm_cdeps_multiple_files_cfsr PASS +Test 152 datm_cdeps_multiple_files_cfsr PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/datm_cdeps_3072x1536_cfsr -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_5348/datm_cdeps_3072x1536_cfsr -Checking test 151 datm_cdeps_3072x1536_cfsr results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230418/INTEL/datm_cdeps_3072x1536_cfsr +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_131948/datm_cdeps_3072x1536_cfsr +Checking test 153 datm_cdeps_3072x1536_cfsr results .... Comparing RESTART/20111002.000000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR3072x1536.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 217.838480 - 0: The maximum resident set size (KB) = 2306744 + 0: The total amount of wall time = 213.825131 + 0: The maximum resident set size (KB) = 2361868 -Test 151 datm_cdeps_3072x1536_cfsr PASS +Test 153 datm_cdeps_3072x1536_cfsr PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/datm_cdeps_gfs -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_5348/datm_cdeps_gfs -Checking test 152 datm_cdeps_gfs results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230418/INTEL/datm_cdeps_gfs +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_131948/datm_cdeps_gfs +Checking test 154 datm_cdeps_gfs results .... Comparing RESTART/20210323.060000.MOM.res.nc .........OK Comparing RESTART/iced.2021-03-23-21600.nc .........OK Comparing RESTART/DATM_GFS.cpl.r.2021-03-23-21600.nc .........OK - 0: The total amount of wall time = 219.263927 - 0: The maximum resident set size (KB) = 2354212 + 0: The total amount of wall time = 229.612711 + 0: The maximum resident set size (KB) = 2362232 -Test 152 datm_cdeps_gfs PASS +Test 154 datm_cdeps_gfs PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/datm_cdeps_debug_cfsr -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_5348/datm_cdeps_debug_cfsr -Checking test 153 datm_cdeps_debug_cfsr results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230418/INTEL/datm_cdeps_debug_cfsr +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_131948/datm_cdeps_debug_cfsr +Checking test 155 datm_cdeps_debug_cfsr results .... Comparing RESTART/20111001.060000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-01-21600.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-01-21600.nc .........OK - 0: The total amount of wall time = 360.530708 - 0: The maximum resident set size (KB) = 980596 + 0: The total amount of wall time = 355.847867 + 0: The maximum resident set size (KB) = 984332 -Test 153 datm_cdeps_debug_cfsr PASS +Test 155 datm_cdeps_debug_cfsr PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/datm_cdeps_control_cfsr_faster -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_5348/datm_cdeps_control_cfsr_faster -Checking test 154 datm_cdeps_control_cfsr_faster results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230418/INTEL/datm_cdeps_control_cfsr_faster +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_131948/datm_cdeps_control_cfsr_faster +Checking test 156 datm_cdeps_control_cfsr_faster results .... Comparing RESTART/20111002.000000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 153.623201 - 0: The maximum resident set size (KB) = 1062244 + 0: The total amount of wall time = 151.544220 + 0: The maximum resident set size (KB) = 1074096 -Test 154 datm_cdeps_control_cfsr_faster PASS +Test 156 datm_cdeps_control_cfsr_faster PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/datm_cdeps_lnd_gswp3 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_5348/datm_cdeps_lnd_gswp3 -Checking test 155 datm_cdeps_lnd_gswp3 results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230418/INTEL/datm_cdeps_lnd_gswp3 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_131948/datm_cdeps_lnd_gswp3 +Checking test 157 datm_cdeps_lnd_gswp3 results .... Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile1.nc .........OK Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile2.nc .........OK Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile3.nc .........OK @@ -4719,15 +4687,15 @@ Checking test 155 datm_cdeps_lnd_gswp3 results .... Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile5.nc .........OK Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile6.nc .........OK - 0: The total amount of wall time = 7.768949 - 0: The maximum resident set size (KB) = 258304 + 0: The total amount of wall time = 6.695938 + 0: The maximum resident set size (KB) = 259216 -Test 155 datm_cdeps_lnd_gswp3 PASS +Test 157 datm_cdeps_lnd_gswp3 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/datm_cdeps_lnd_gswp3 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_5348/datm_cdeps_lnd_gswp3_rst -Checking test 156 datm_cdeps_lnd_gswp3_rst results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230418/INTEL/datm_cdeps_lnd_gswp3 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_131948/datm_cdeps_lnd_gswp3_rst +Checking test 158 datm_cdeps_lnd_gswp3_rst results .... Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile1.nc .........OK Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile2.nc .........OK Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile3.nc .........OK @@ -4735,15 +4703,15 @@ Checking test 156 datm_cdeps_lnd_gswp3_rst results .... Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile5.nc .........OK Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile6.nc .........OK - 0: The total amount of wall time = 13.298967 - 0: The maximum resident set size (KB) = 265548 + 0: The total amount of wall time = 12.235577 + 0: The maximum resident set size (KB) = 262768 -Test 156 datm_cdeps_lnd_gswp3_rst PASS +Test 158 datm_cdeps_lnd_gswp3_rst PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/control_p8_atmlnd_sbs -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_5348/control_p8_atmlnd_sbs -Checking test 157 control_p8_atmlnd_sbs results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230418/INTEL/control_p8_atmlnd_sbs +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_131948/control_p8_atmlnd_sbs +Checking test 159 control_p8_atmlnd_sbs results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK Comparing sfcf000.tile3.nc .........OK @@ -4827,15 +4795,15 @@ Checking test 157 control_p8_atmlnd_sbs results .... Comparing ufs.cpld.lnd.out.2021-03-23-21600.tile5.nc .........OK Comparing ufs.cpld.lnd.out.2021-03-23-21600.tile6.nc .........OK - 0: The total amount of wall time = 206.961914 - 0: The maximum resident set size (KB) = 1587552 + 0: The total amount of wall time = 208.736174 + 0: The maximum resident set size (KB) = 1601112 -Test 157 control_p8_atmlnd_sbs PASS +Test 159 control_p8_atmlnd_sbs PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/atmwav_control_noaero_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_5348/atmwav_control_noaero_p8 -Checking test 158 atmwav_control_noaero_p8 results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230418/INTEL/atmwav_control_noaero_p8 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_131948/atmwav_control_noaero_p8 +Checking test 160 atmwav_control_noaero_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK Comparing atmf000.nc .........OK @@ -4877,15 +4845,15 @@ Checking test 158 atmwav_control_noaero_p8 results .... Comparing 20210322.180000.out_grd.ww3 .........OK Comparing ufs.atmw.ww3.r.2021-03-22-64800 .........OK - 0: The total amount of wall time = 96.375286 - 0: The maximum resident set size (KB) = 1607224 + 0: The total amount of wall time = 99.018290 + 0: The maximum resident set size (KB) = 1619832 -Test 158 atmwav_control_noaero_p8 PASS +Test 160 atmwav_control_noaero_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/control_atmwav -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_5348/control_atmwav -Checking test 159 control_atmwav results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230418/INTEL/control_atmwav +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_131948/control_atmwav +Checking test 161 control_atmwav results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK Comparing atmf000.nc .........OK @@ -4928,15 +4896,15 @@ Checking test 159 control_atmwav results .... Comparing RESTART/20210322.180000.sfc_data.tile6.nc .........OK Comparing 20210322.180000.restart.glo_1deg .........OK - 0: The total amount of wall time = 89.163925 - 0: The maximum resident set size (KB) = 660180 + 0: The total amount of wall time = 86.610614 + 0: The maximum resident set size (KB) = 660996 -Test 159 control_atmwav PASS +Test 161 control_atmwav PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/atmaero_control_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_5348/atmaero_control_p8 -Checking test 160 atmaero_control_p8 results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230418/INTEL/atmaero_control_p8 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_131948/atmaero_control_p8 +Checking test 162 atmaero_control_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -4979,15 +4947,15 @@ Checking test 160 atmaero_control_p8 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 229.371520 - 0: The maximum resident set size (KB) = 2978856 + 0: The total amount of wall time = 229.935646 + 0: The maximum resident set size (KB) = 2966820 -Test 160 atmaero_control_p8 PASS +Test 162 atmaero_control_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/atmaero_control_p8_rad -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_5348/atmaero_control_p8_rad -Checking test 161 atmaero_control_p8_rad results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230418/INTEL/atmaero_control_p8_rad +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_131948/atmaero_control_p8_rad +Checking test 163 atmaero_control_p8_rad results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -5030,15 +4998,15 @@ Checking test 161 atmaero_control_p8_rad results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 282.810634 - 0: The maximum resident set size (KB) = 3044764 + 0: The total amount of wall time = 284.823801 + 0: The maximum resident set size (KB) = 3023824 -Test 161 atmaero_control_p8_rad PASS +Test 163 atmaero_control_p8_rad PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/atmaero_control_p8_rad_micro -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_5348/atmaero_control_p8_rad_micro -Checking test 162 atmaero_control_p8_rad_micro results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230418/INTEL/atmaero_control_p8_rad_micro +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_131948/atmaero_control_p8_rad_micro +Checking test 164 atmaero_control_p8_rad_micro results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -5081,15 +5049,15 @@ Checking test 162 atmaero_control_p8_rad_micro results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 290.275001 - 0: The maximum resident set size (KB) = 3048520 + 0: The total amount of wall time = 289.815078 + 0: The maximum resident set size (KB) = 3047712 -Test 162 atmaero_control_p8_rad_micro PASS +Test 164 atmaero_control_p8_rad_micro PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/regional_atmaq -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_5348/regional_atmaq -Checking test 163 regional_atmaq results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230418/INTEL/regional_atmaq +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_131948/regional_atmaq +Checking test 165 regional_atmaq results .... Comparing sfcf000.nc .........OK Comparing sfcf003.nc .........OK Comparing sfcf006.nc .........OK @@ -5104,15 +5072,15 @@ Checking test 163 regional_atmaq results .... Comparing RESTART/20190801.180000.phy_data.nc .........OK Comparing RESTART/20190801.180000.sfc_data.nc .........OK - 0: The total amount of wall time = 645.763304 - 0: The maximum resident set size (KB) = 1451852 + 0: The total amount of wall time = 632.072513 + 0: The maximum resident set size (KB) = 1466448 -Test 163 regional_atmaq PASS +Test 165 regional_atmaq PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/regional_atmaq_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_5348/regional_atmaq_debug -Checking test 164 regional_atmaq_debug results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230418/INTEL/regional_atmaq_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_131948/regional_atmaq_debug +Checking test 166 regional_atmaq_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK @@ -5125,15 +5093,15 @@ Checking test 164 regional_atmaq_debug results .... Comparing RESTART/20190801.130000.phy_data.nc .........OK Comparing RESTART/20190801.130000.sfc_data.nc .........OK - 0: The total amount of wall time = 1197.774812 - 0: The maximum resident set size (KB) = 1378572 + 0: The total amount of wall time = 1169.001322 + 0: The maximum resident set size (KB) = 1266556 -Test 164 regional_atmaq_debug PASS +Test 166 regional_atmaq_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/regional_atmaq_faster -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_5348/regional_atmaq_faster -Checking test 165 regional_atmaq_faster results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230418/INTEL/regional_atmaq_faster +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_131948/regional_atmaq_faster +Checking test 167 regional_atmaq_faster results .... Comparing sfcf000.nc .........OK Comparing sfcf003.nc .........OK Comparing sfcf006.nc .........OK @@ -5148,12 +5116,12 @@ Checking test 165 regional_atmaq_faster results .... Comparing RESTART/20190801.180000.phy_data.nc .........OK Comparing RESTART/20190801.180000.sfc_data.nc .........OK - 0: The total amount of wall time = 559.468073 - 0: The maximum resident set size (KB) = 1438220 + 0: The total amount of wall time = 557.134844 + 0: The maximum resident set size (KB) = 1462364 -Test 165 regional_atmaq_faster PASS +Test 167 regional_atmaq_faster PASS REGRESSION TEST WAS SUCCESSFUL -Wed Apr 19 06:43:42 UTC 2023 -Elapsed time: 01h:29m:30s. Have a nice day! +Fri Apr 21 15:19:35 UTC 2023 +Elapsed time: 01h:23m:55s. Have a nice day! From c99db2b73286a943998b0661357debae8af2cf05 Mon Sep 17 00:00:00 2001 From: zach1221 <99902696+zach1221@users.noreply.github.com> Date: Mon, 24 Apr 2023 15:26:04 -0400 Subject: [PATCH 141/152] Update rt.sh --- tests/rt.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/rt.sh b/tests/rt.sh index 7848d35455..df6885638e 100755 --- a/tests/rt.sh +++ b/tests/rt.sh @@ -446,7 +446,7 @@ if [[ $TESTS_FILE =~ '35d' ]] || [[ $TESTS_FILE =~ 'weekly' ]]; then fi -BL_DATE=20230418 +BL_DATE=20230424 RTPWD=${RTPWD:-$DISKNM/NEMSfv3gfs/develop-${BL_DATE}/${RT_COMPILER^^}} From bc286e005d695deb217399985c0f8d6c7f241f2d Mon Sep 17 00:00:00 2001 From: Brian Curtis Date: Tue, 25 Apr 2023 10:18:20 +0000 Subject: [PATCH 142/152] Acorn Intel RT Log --- tests/RegressionTests_acorn.intel.log | 2436 ++++++++++++------------- 1 file changed, 1202 insertions(+), 1234 deletions(-) diff --git a/tests/RegressionTests_acorn.intel.log b/tests/RegressionTests_acorn.intel.log index f55b10487e..9dedcd48f0 100644 --- a/tests/RegressionTests_acorn.intel.log +++ b/tests/RegressionTests_acorn.intel.log @@ -1,41 +1,41 @@ -Fri Apr 21 18:25:24 UTC 2023 +Tue Apr 25 01:35:00 UTC 2023 Start Regression test -Compile 001 elapsed time 1024 seconds. -DAPP=S2SWA -D32BIT=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 002 elapsed time 546 seconds. -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 003 elapsed time 1026 seconds. -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 004 elapsed time 937 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8_sfcocn -DCMEPS_AOFLUX=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 005 elapsed time 479 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 006 elapsed time 624 seconds. -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 007 elapsed time 488 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,FV3_WoFS_v0,FV3_GFS_v17_p8_mynn -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 008 elapsed time 1014 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,FV3_WoFS_v0 -D32BIT=ON -DREQUIRE_IFI=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 009 elapsed time 1470 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_RRFS_v1beta,FV3_RRFS_v1nssl -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 010 elapsed time 455 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_csawmg,FV3_GFS_v16_ugwpv1,FV3_GFS_v16_ras,FV3_GFS_v16_noahmp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 011 elapsed time 539 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 012 elapsed time 1124 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,FV3_WoFS_v0 -D32BIT=ON -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 013 elapsed time 736 seconds. -DAPP=ATM -DDEBUG=ON -D32BIT=ON -DCCPP_SUITES=FV3_HRRR,FV3_GFS_v16,FV3_GFS_v16_csawmg,FV3_GFS_v16_ras,FV3_GFS_v17_p8,FV3_GFS_v15_thompson_mynn_lam3km,FV3_RAP,FV3_HRRR,FV3_RAP_unified_ugwp,FV3_RAP_cires_ugwp,FV3_RAP_flake,FV3_RAP_noah,FV3_RAP_sfcdiff,FV3_RAP_noah_sfcdiff_cires_ugwp,FV3_RRFS_v1beta -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 014 elapsed time 781 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 015 elapsed time 428 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -D32BIT=ON -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 016 elapsed time 562 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 017 elapsed time 276 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -D32BIT=ON -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 018 elapsed time 366 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 019 elapsed time 601 seconds. -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v1_gfdlmp_tedmf,FV3_HAFS_v1_gfdlmp_tedmf_nonsst,FV3_HAFS_v1_thompson_tedmf_gfdlsf -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 020 elapsed time 326 seconds. -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v1_gfdlmp_tedmf,FV3_HAFS_v1_gfdlmp_tedmf_nonsst,FV3_HAFS_v1_thompson_tedmf_gfdlsf -D32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 021 elapsed time 996 seconds. -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v1_thompson_noahmp_nonsst,FV3_HAFS_v1_thompson_noahmp,FV3_HAFS_v1_thompson_nonsst,FV3_HAFS_v1_thompson,FV3_HAFS_v1_gfdlmp_tedmf_nonsst,FV3_HAFS_v1_gfdlmp_tedmf,FV3_HAFS_v1_thompson_tedmf_gfdlsf -D32BIT=ON -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 022 elapsed time 701 seconds. -DAPP=HAFS-ALL -DCCPP_SUITES=FV3_HAFS_v1_gfdlmp_tedmf,FV3_HAFS_v1_gfdlmp_tedmf_nonsst -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 023 elapsed time 256 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 024 elapsed time 228 seconds. -DAPP=NG-GODAS -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 025 elapsed time 56 seconds. -DAPP=LND -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 026 elapsed time 482 seconds. -DAPP=ATML -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v15_thompson_mynn,FV3_GFS_v17_p8,FV3_GFS_v15_thompson_mynn_lam3km -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 027 elapsed time 606 seconds. -DAPP=ATMW -DCCPP_SUITES=FV3_GFS_v17_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 028 elapsed time 936 seconds. -DAPP=ATMWM -DCCPP_SUITES=FV3_GFS_v16 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 029 elapsed time 522 seconds. -DAPP=ATMAERO -DCCPP_SUITES=FV3_GFS_v17_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 030 elapsed time 949 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 031 elapsed time 492 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -DDEBUG=ON -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 032 elapsed time 855 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -DFASTER=ON -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release - -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/cpld_control_p8_mixedmode -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_27838/cpld_control_p8_mixedmode +Compile 001 elapsed time 725 seconds. -DAPP=S2SWA -D32BIT=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 002 elapsed time 1304 seconds. -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 003 elapsed time 539 seconds. -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 004 elapsed time 518 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8_sfcocn -DCMEPS_AOFLUX=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 005 elapsed time 1046 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 006 elapsed time 663 seconds. -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 007 elapsed time 540 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v16_flake,FV3_GFS_v15_thompson_mynn,FV3_GFS_v17_p8,FV3_GFS_v17_p8_rrtmgp,FV3_GFS_v15_thompson_mynn_lam3km,FV3_WoFS_v0,FV3_GFS_v17_p8_mynn -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 008 elapsed time 1274 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,FV3_WoFS_v0 -D32BIT=ON -DREQUIRE_IFI=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 009 elapsed time 1043 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_HRRR_flake,FV3_RRFS_v1beta,FV3_RRFS_v1nssl -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 010 elapsed time 1147 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_csawmg,FV3_GFS_v16_ugwpv1,FV3_GFS_v16_ras,FV3_GFS_v16_noahmp -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 011 elapsed time 975 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 012 elapsed time 1163 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,FV3_WoFS_v0 -D32BIT=ON -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 013 elapsed time 690 seconds. -DAPP=ATM -DDEBUG=ON -D32BIT=ON -DCCPP_SUITES=FV3_HRRR,FV3_HRRR_flake,FV3_GFS_v16,FV3_GFS_v16_csawmg,FV3_GFS_v16_ras,FV3_GFS_v17_p8,FV3_GFS_v15_thompson_mynn_lam3km,FV3_RAP,FV3_HRRR,FV3_RAP_unified_ugwp,FV3_RAP_cires_ugwp,FV3_RAP_flake,FV3_RAP_clm_lake,FV3_RAP_noah,FV3_RAP_sfcdiff,FV3_RAP_noah_sfcdiff_cires_ugwp,FV3_RRFS_v1beta -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 014 elapsed time 512 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 015 elapsed time 981 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR,FV3_HRRR_flake -D32BIT=ON -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 016 elapsed time 653 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 017 elapsed time 572 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR,FV3_HRRR_flake -D32BIT=ON -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 018 elapsed time 542 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR,FV3_HRRR_flake -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 019 elapsed time 505 seconds. -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v1_gfdlmp_tedmf,FV3_HAFS_v1_gfdlmp_tedmf_nonsst,FV3_HAFS_v1_thompson_tedmf_gfdlsf -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 020 elapsed time 303 seconds. -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v1_gfdlmp_tedmf,FV3_HAFS_v1_gfdlmp_tedmf_nonsst,FV3_HAFS_v1_thompson_tedmf_gfdlsf -D32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 021 elapsed time 1007 seconds. -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v1_thompson_noahmp_nonsst,FV3_HAFS_v1_thompson_noahmp,FV3_HAFS_v1_thompson_nonsst,FV3_HAFS_v1_thompson,FV3_HAFS_v1_gfdlmp_tedmf_nonsst,FV3_HAFS_v1_gfdlmp_tedmf,FV3_HAFS_v1_thompson_tedmf_gfdlsf -D32BIT=ON -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 022 elapsed time 745 seconds. -DAPP=HAFS-ALL -DCCPP_SUITES=FV3_HAFS_v1_gfdlmp_tedmf,FV3_HAFS_v1_gfdlmp_tedmf_nonsst -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 023 elapsed time 200 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 024 elapsed time 202 seconds. -DAPP=NG-GODAS -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 025 elapsed time 265 seconds. -DAPP=LND -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 026 elapsed time 499 seconds. -DAPP=ATML -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v15_thompson_mynn,FV3_GFS_v17_p8,FV3_GFS_v15_thompson_mynn_lam3km -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 027 elapsed time 971 seconds. -DAPP=ATMW -DCCPP_SUITES=FV3_GFS_v17_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 028 elapsed time 490 seconds. -DAPP=ATMWM -DCCPP_SUITES=FV3_GFS_v16 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 029 elapsed time 903 seconds. -DAPP=ATMAERO -DCCPP_SUITES=FV3_GFS_v17_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 030 elapsed time 537 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 031 elapsed time 585 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -DDEBUG=ON -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 032 elapsed time 960 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -DFASTER=ON -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release + +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/cpld_control_p8_mixedmode +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_22465/cpld_control_p8_mixedmode Checking test 001 cpld_control_p8_mixedmode results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -100,14 +100,14 @@ Checking test 001 cpld_control_p8_mixedmode results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK -The total amount of wall time = 331.582242 -The maximum resident set size (KB) = 2951024 +The total amount of wall time = 332.503414 +The maximum resident set size (KB) = 2946220 Test 001 cpld_control_p8_mixedmode PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/cpld_control_gfsv17 -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_27838/cpld_control_gfsv17 +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/cpld_control_gfsv17 +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_22465/cpld_control_gfsv17 Checking test 002 cpld_control_gfsv17 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -171,14 +171,14 @@ Checking test 002 cpld_control_gfsv17 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK -The total amount of wall time = 259.108988 -The maximum resident set size (KB) = 1575816 +The total amount of wall time = 259.036510 +The maximum resident set size (KB) = 1575492 Test 002 cpld_control_gfsv17 PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/cpld_control_p8 -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_27838/cpld_control_p8 +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/cpld_control_p8 +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_22465/cpld_control_p8 Checking test 003 cpld_control_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -243,14 +243,14 @@ Checking test 003 cpld_control_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK -The total amount of wall time = 386.264368 -The maximum resident set size (KB) = 2978804 +The total amount of wall time = 386.852413 +The maximum resident set size (KB) = 2979948 Test 003 cpld_control_p8 PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/cpld_control_p8 -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_27838/cpld_restart_p8 +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/cpld_control_p8 +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_22465/cpld_restart_p8 Checking test 004 cpld_restart_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -303,14 +303,14 @@ Checking test 004 cpld_restart_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK -The total amount of wall time = 229.481995 -The maximum resident set size (KB) = 2866968 +The total amount of wall time = 228.843863 +The maximum resident set size (KB) = 2863488 Test 004 cpld_restart_p8 PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/cpld_control_p8 -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_27838/cpld_control_qr_p8 +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/cpld_control_p8 +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_22465/cpld_control_qr_p8 Checking test 005 cpld_control_qr_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -375,14 +375,14 @@ Checking test 005 cpld_control_qr_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK -The total amount of wall time = 384.311437 -The maximum resident set size (KB) = 2990136 +The total amount of wall time = 385.434544 +The maximum resident set size (KB) = 2991160 Test 005 cpld_control_qr_p8 PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/cpld_control_p8 -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_27838/cpld_restart_qr_p8 +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/cpld_control_p8 +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_22465/cpld_restart_qr_p8 Checking test 006 cpld_restart_qr_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -435,14 +435,14 @@ Checking test 006 cpld_restart_qr_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK -The total amount of wall time = 231.849493 -The maximum resident set size (KB) = 2876676 +The total amount of wall time = 232.030900 +The maximum resident set size (KB) = 2878164 Test 006 cpld_restart_qr_p8 PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/cpld_control_p8 -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_27838/cpld_2threads_p8 +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/cpld_control_p8 +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_22465/cpld_2threads_p8 Checking test 007 cpld_2threads_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -495,14 +495,14 @@ Checking test 007 cpld_2threads_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK -The total amount of wall time = 367.367543 -The maximum resident set size (KB) = 3279320 +The total amount of wall time = 364.696515 +The maximum resident set size (KB) = 3280884 Test 007 cpld_2threads_p8 PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/cpld_control_p8 -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_27838/cpld_decomp_p8 +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/cpld_control_p8 +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_22465/cpld_decomp_p8 Checking test 008 cpld_decomp_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -555,14 +555,14 @@ Checking test 008 cpld_decomp_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK -The total amount of wall time = 378.417634 -The maximum resident set size (KB) = 2978040 +The total amount of wall time = 377.377611 +The maximum resident set size (KB) = 2977248 Test 008 cpld_decomp_p8 PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/cpld_control_p8 -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_27838/cpld_mpi_p8 +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/cpld_control_p8 +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_22465/cpld_mpi_p8 Checking test 009 cpld_mpi_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -615,14 +615,14 @@ Checking test 009 cpld_mpi_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK -The total amount of wall time = 315.918666 -The maximum resident set size (KB) = 2905528 +The total amount of wall time = 317.477901 +The maximum resident set size (KB) = 2908888 Test 009 cpld_mpi_p8 PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/cpld_control_ciceC_p8 -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_27838/cpld_control_ciceC_p8 +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/cpld_control_ciceC_p8 +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_22465/cpld_control_ciceC_p8 Checking test 010 cpld_control_ciceC_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -687,14 +687,14 @@ Checking test 010 cpld_control_ciceC_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK -The total amount of wall time = 384.920105 -The maximum resident set size (KB) = 2977536 +The total amount of wall time = 383.074433 +The maximum resident set size (KB) = 2978716 Test 010 cpld_control_ciceC_p8 PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/cpld_control_noaero_p8 -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_27838/cpld_control_noaero_p8 +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/cpld_control_noaero_p8 +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_22465/cpld_control_noaero_p8 Checking test 011 cpld_control_noaero_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -758,14 +758,14 @@ Checking test 011 cpld_control_noaero_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK -The total amount of wall time = 279.741473 -The maximum resident set size (KB) = 1572204 +The total amount of wall time = 280.923937 +The maximum resident set size (KB) = 1567880 Test 011 cpld_control_noaero_p8 PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/cpld_control_c96_noaero_p8 -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_27838/cpld_control_nowave_noaero_p8 +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/cpld_control_c96_noaero_p8 +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_22465/cpld_control_nowave_noaero_p8 Checking test 012 cpld_control_nowave_noaero_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -827,14 +827,14 @@ Checking test 012 cpld_control_nowave_noaero_p8 results .... Comparing RESTART/iced.2021-03-23-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK -The total amount of wall time = 298.370361 -The maximum resident set size (KB) = 1629996 +The total amount of wall time = 299.076175 +The maximum resident set size (KB) = 1629640 Test 012 cpld_control_nowave_noaero_p8 PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/cpld_control_noaero_p8_agrid -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_27838/cpld_control_noaero_p8_agrid +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/cpld_control_noaero_p8_agrid +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_22465/cpld_control_noaero_p8_agrid Checking test 013 cpld_control_noaero_p8_agrid results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -896,14 +896,14 @@ Checking test 013 cpld_control_noaero_p8_agrid results .... Comparing RESTART/iced.2021-03-23-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK -The total amount of wall time = 307.973812 -The maximum resident set size (KB) = 1623124 +The total amount of wall time = 306.489492 +The maximum resident set size (KB) = 1621068 Test 013 cpld_control_noaero_p8_agrid PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/cpld_control_c48 -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_27838/cpld_control_c48 +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/cpld_control_c48 +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_22465/cpld_control_c48 Checking test 014 cpld_control_c48 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -953,14 +953,14 @@ Checking test 014 cpld_control_c48 results .... Comparing RESTART/iced.2021-03-23-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK -The total amount of wall time = 430.905899 -The maximum resident set size (KB) = 2634940 +The total amount of wall time = 432.714083 +The maximum resident set size (KB) = 2637688 Test 014 cpld_control_c48 PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/cpld_warmstart_c48 -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_27838/cpld_warmstart_c48 +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/cpld_warmstart_c48 +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_22465/cpld_warmstart_c48 Checking test 015 cpld_warmstart_c48 results .... Comparing sfcf006.tile1.nc .........OK Comparing sfcf006.tile2.nc .........OK @@ -1010,14 +1010,14 @@ Checking test 015 cpld_warmstart_c48 results .... Comparing RESTART/iced.2021-03-23-43200.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-43200.nc .........OK -The total amount of wall time = 119.347991 -The maximum resident set size (KB) = 2652492 +The total amount of wall time = 121.209738 +The maximum resident set size (KB) = 2647960 Test 015 cpld_warmstart_c48 PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/cpld_warmstart_c48 -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_27838/cpld_restart_c48 +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/cpld_warmstart_c48 +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_22465/cpld_restart_c48 Checking test 016 cpld_restart_c48 results .... Comparing sfcf006.tile1.nc .........OK Comparing sfcf006.tile2.nc .........OK @@ -1067,14 +1067,14 @@ Checking test 016 cpld_restart_c48 results .... Comparing RESTART/iced.2021-03-23-43200.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-43200.nc .........OK -The total amount of wall time = 67.101041 -The maximum resident set size (KB) = 2066324 +The total amount of wall time = 66.663834 +The maximum resident set size (KB) = 2072020 Test 016 cpld_restart_c48 PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/cpld_control_p8_faster -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_27838/cpld_control_p8_faster +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/cpld_control_p8_faster +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_22465/cpld_control_p8_faster Checking test 017 cpld_control_p8_faster results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -1139,15 +1139,33 @@ Checking test 017 cpld_control_p8_faster results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK -The total amount of wall time = 375.862362 -The maximum resident set size (KB) = 2974656 +The total amount of wall time = 378.047782 +The maximum resident set size (KB) = 2975272 Test 017 cpld_control_p8_faster PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/control_CubedSphereGrid -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_27838/control_CubedSphereGrid -Checking test 018 control_CubedSphereGrid results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/control_flake +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_22465/control_flake +Checking test 018 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 + +The total amount of wall time = 213.026507 +The maximum resident set size (KB) = 559700 + +Test 018 control_flake PASS + + +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/control_CubedSphereGrid +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_22465/control_CubedSphereGrid +Checking test 019 control_CubedSphereGrid results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK Comparing sfcf000.tile3.nc .........OK @@ -1173,15 +1191,15 @@ Checking test 018 control_CubedSphereGrid results .... Comparing atmf024.tile5.nc .........OK Comparing atmf024.tile6.nc .........OK -The total amount of wall time = 129.414193 -The maximum resident set size (KB) = 510980 +The total amount of wall time = 129.698798 +The maximum resident set size (KB) = 511524 -Test 018 control_CubedSphereGrid PASS +Test 019 control_CubedSphereGrid PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/control_latlon -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_27838/control_latlon -Checking test 019 control_latlon results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/control_latlon +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_22465/control_latlon +Checking test 020 control_latlon results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -1191,15 +1209,15 @@ Checking test 019 control_latlon results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -The total amount of wall time = 132.238436 -The maximum resident set size (KB) = 516596 +The total amount of wall time = 133.161425 +The maximum resident set size (KB) = 512560 -Test 019 control_latlon PASS +Test 020 control_latlon PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/control_wrtGauss_netcdf_parallel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_27838/control_wrtGauss_netcdf_parallel -Checking test 020 control_wrtGauss_netcdf_parallel results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/control_wrtGauss_netcdf_parallel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_22465/control_wrtGauss_netcdf_parallel +Checking test 021 control_wrtGauss_netcdf_parallel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -1209,15 +1227,15 @@ Checking test 020 control_wrtGauss_netcdf_parallel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -The total amount of wall time = 134.145144 -The maximum resident set size (KB) = 513400 +The total amount of wall time = 135.047327 +The maximum resident set size (KB) = 514576 -Test 020 control_wrtGauss_netcdf_parallel PASS +Test 021 control_wrtGauss_netcdf_parallel PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/control_c48 -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_27838/control_c48 -Checking test 021 control_c48 results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/control_c48 +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_22465/control_c48 +Checking test 022 control_c48 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -1255,15 +1273,15 @@ Checking test 021 control_c48 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -The total amount of wall time = 329.204999 -The maximum resident set size (KB) = 672672 +The total amount of wall time = 329.457511 +The maximum resident set size (KB) = 675008 -Test 021 control_c48 PASS +Test 022 control_c48 PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/control_c192 -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_27838/control_c192 -Checking test 022 control_c192 results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/control_c192 +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_22465/control_c192 +Checking test 023 control_c192 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -1273,15 +1291,15 @@ Checking test 022 control_c192 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -The total amount of wall time = 527.214117 -The maximum resident set size (KB) = 611560 +The total amount of wall time = 528.534169 +The maximum resident set size (KB) = 614968 -Test 022 control_c192 PASS +Test 023 control_c192 PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/control_c384 -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_27838/control_c384 -Checking test 023 control_c384 results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/control_c384 +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_22465/control_c384 +Checking test 024 control_c384 results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK Comparing atmf000.nc .........OK @@ -1291,15 +1309,15 @@ Checking test 023 control_c384 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK -The total amount of wall time = 563.207618 -The maximum resident set size (KB) = 925368 +The total amount of wall time = 568.087683 +The maximum resident set size (KB) = 924148 -Test 023 control_c384 PASS +Test 024 control_c384 PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/control_c384gdas -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_27838/control_c384gdas -Checking test 024 control_c384gdas results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/control_c384gdas +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_22465/control_c384gdas +Checking test 025 control_c384gdas results .... Comparing sfcf000.nc .........OK Comparing sfcf006.nc .........OK Comparing atmf000.nc .........OK @@ -1341,15 +1359,15 @@ Checking test 024 control_c384gdas results .... Comparing RESTART/20210322.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210322.060000.sfc_data.tile6.nc .........OK -The total amount of wall time = 514.113576 -The maximum resident set size (KB) = 1054512 +The total amount of wall time = 500.756593 +The maximum resident set size (KB) = 1060456 -Test 024 control_c384gdas PASS +Test 025 control_c384gdas PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/control_stochy -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_27838/control_stochy -Checking test 025 control_stochy results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/control_stochy +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_22465/control_stochy +Checking test 026 control_stochy results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK Comparing atmf000.nc .........OK @@ -1359,29 +1377,29 @@ Checking test 025 control_stochy results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK -The total amount of wall time = 90.149320 -The maximum resident set size (KB) = 517076 +The total amount of wall time = 89.539990 +The maximum resident set size (KB) = 516012 -Test 025 control_stochy PASS +Test 026 control_stochy PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/control_stochy -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_27838/control_stochy_restart -Checking test 026 control_stochy_restart results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/control_stochy +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_22465/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 -The total amount of wall time = 48.894612 -The maximum resident set size (KB) = 284936 +The total amount of wall time = 49.292419 +The maximum resident set size (KB) = 288652 -Test 026 control_stochy_restart PASS +Test 027 control_stochy_restart PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/control_lndp -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_27838/control_lndp -Checking test 027 control_lndp results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/control_lndp +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_22465/control_lndp +Checking test 028 control_lndp results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK Comparing atmf000.nc .........OK @@ -1391,15 +1409,15 @@ Checking test 027 control_lndp results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK -The total amount of wall time = 83.082812 -The maximum resident set size (KB) = 519156 +The total amount of wall time = 83.965880 +The maximum resident set size (KB) = 519356 -Test 027 control_lndp PASS +Test 028 control_lndp PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/control_iovr4 -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_27838/control_iovr4 -Checking test 028 control_iovr4 results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/control_iovr4 +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_22465/control_iovr4 +Checking test 029 control_iovr4 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -1413,15 +1431,15 @@ Checking test 028 control_iovr4 results .... Comparing GFSPRS.GrbF21 .........OK Comparing GFSPRS.GrbF24 .........OK -The total amount of wall time = 135.015795 -The maximum resident set size (KB) = 513020 +The total amount of wall time = 137.054505 +The maximum resident set size (KB) = 513868 -Test 028 control_iovr4 PASS +Test 029 control_iovr4 PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/control_iovr5 -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_27838/control_iovr5 -Checking test 029 control_iovr5 results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/control_iovr5 +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_22465/control_iovr5 +Checking test 030 control_iovr5 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -1435,15 +1453,15 @@ Checking test 029 control_iovr5 results .... Comparing GFSPRS.GrbF21 .........OK Comparing GFSPRS.GrbF24 .........OK -The total amount of wall time = 135.803998 -The maximum resident set size (KB) = 513844 +The total amount of wall time = 135.542871 +The maximum resident set size (KB) = 515444 -Test 029 control_iovr5 PASS +Test 030 control_iovr5 PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/control_p8 -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_27838/control_p8 -Checking test 030 control_p8 results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/control_p8 +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_22465/control_p8 +Checking test 031 control_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -1489,15 +1507,15 @@ Checking test 030 control_p8 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -The total amount of wall time = 180.427691 -The maximum resident set size (KB) = 1487188 +The total amount of wall time = 177.910423 +The maximum resident set size (KB) = 1485196 -Test 030 control_p8 PASS +Test 031 control_p8 PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/control_p8 -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_27838/control_restart_p8 -Checking test 031 control_restart_p8 results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/control_p8 +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_22465/control_restart_p8 +Checking test 032 control_restart_p8 results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK Comparing GFSFLX.GrbF24 .........OK @@ -1535,15 +1553,15 @@ Checking test 031 control_restart_p8 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -The total amount of wall time = 97.965837 -The maximum resident set size (KB) = 655032 +The total amount of wall time = 99.868718 +The maximum resident set size (KB) = 651492 -Test 031 control_restart_p8 PASS +Test 032 control_restart_p8 PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/control_p8 -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_27838/control_qr_p8 -Checking test 032 control_qr_p8 results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/control_p8 +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_22465/control_qr_p8 +Checking test 033 control_qr_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -1589,15 +1607,15 @@ Checking test 032 control_qr_p8 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc ............ALT CHECK......OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc ............ALT CHECK......OK -The total amount of wall time = 175.176275 -The maximum resident set size (KB) = 1494332 +The total amount of wall time = 176.198411 +The maximum resident set size (KB) = 1495060 -Test 032 control_qr_p8 PASS +Test 033 control_qr_p8 PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/control_p8 -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_27838/control_restart_qr_p8 -Checking test 033 control_restart_qr_p8 results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/control_p8 +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_22465/control_restart_qr_p8 +Checking test 034 control_restart_qr_p8 results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK Comparing GFSFLX.GrbF24 .........OK @@ -1635,15 +1653,15 @@ Checking test 033 control_restart_qr_p8 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc ............ALT CHECK......OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc ............ALT CHECK......OK -The total amount of wall time = 98.702188 -The maximum resident set size (KB) = 665008 +The total amount of wall time = 100.776790 +The maximum resident set size (KB) = 668700 -Test 033 control_restart_qr_p8 PASS +Test 034 control_restart_qr_p8 PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/control_p8 -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_27838/control_decomp_p8 -Checking test 034 control_decomp_p8 results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/control_p8 +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_22465/control_decomp_p8 +Checking test 035 control_decomp_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -1685,15 +1703,15 @@ Checking test 034 control_decomp_p8 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -The total amount of wall time = 181.027532 -The maximum resident set size (KB) = 1482816 +The total amount of wall time = 180.922074 +The maximum resident set size (KB) = 1472136 -Test 034 control_decomp_p8 PASS +Test 035 control_decomp_p8 PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/control_p8 -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_27838/control_2threads_p8 -Checking test 035 control_2threads_p8 results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/control_p8 +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_22465/control_2threads_p8 +Checking test 036 control_2threads_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -1735,15 +1753,15 @@ Checking test 035 control_2threads_p8 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -The total amount of wall time = 155.313352 -The maximum resident set size (KB) = 1565920 +The total amount of wall time = 156.641468 +The maximum resident set size (KB) = 1563452 -Test 035 control_2threads_p8 PASS +Test 036 control_2threads_p8 PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/control_p8_lndp -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_27838/control_p8_lndp -Checking test 036 control_p8_lndp results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/control_p8_lndp +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_22465/control_p8_lndp +Checking test 037 control_p8_lndp results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -1761,15 +1779,15 @@ Checking test 036 control_p8_lndp results .... Comparing GFSPRS.GrbF24 .........OK Comparing GFSPRS.GrbF48 .........OK -The total amount of wall time = 322.089296 -The maximum resident set size (KB) = 1488012 +The total amount of wall time = 324.749760 +The maximum resident set size (KB) = 1482376 -Test 036 control_p8_lndp PASS +Test 037 control_p8_lndp PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/control_p8_rrtmgp -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_27838/control_p8_rrtmgp -Checking test 037 control_p8_rrtmgp results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/control_p8_rrtmgp +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_22465/control_p8_rrtmgp +Checking test 038 control_p8_rrtmgp results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -1815,15 +1833,15 @@ Checking test 037 control_p8_rrtmgp results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -The total amount of wall time = 234.218193 -The maximum resident set size (KB) = 1545180 +The total amount of wall time = 234.183749 +The maximum resident set size (KB) = 1539732 -Test 037 control_p8_rrtmgp PASS +Test 038 control_p8_rrtmgp PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/control_p8_mynn -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_27838/control_p8_mynn -Checking test 038 control_p8_mynn results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/control_p8_mynn +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_22465/control_p8_mynn +Checking test 039 control_p8_mynn results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -1869,15 +1887,15 @@ Checking test 038 control_p8_mynn results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -The total amount of wall time = 181.393015 -The maximum resident set size (KB) = 1481864 +The total amount of wall time = 179.273121 +The maximum resident set size (KB) = 1480620 -Test 038 control_p8_mynn PASS +Test 039 control_p8_mynn PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/merra2_thompson -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_27838/merra2_thompson -Checking test 039 merra2_thompson results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/merra2_thompson +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_22465/merra2_thompson +Checking test 040 merra2_thompson results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -1923,15 +1941,15 @@ Checking test 039 merra2_thompson results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -The total amount of wall time = 203.669168 -The maximum resident set size (KB) = 1488632 +The total amount of wall time = 202.877962 +The maximum resident set size (KB) = 1492004 -Test 039 merra2_thompson PASS +Test 040 merra2_thompson PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/regional_control -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_27838/regional_control -Checking test 040 regional_control results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/regional_control +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_22465/regional_control +Checking test 041 regional_control results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK Comparing phyf000.nc .........OK @@ -1941,29 +1959,29 @@ Checking test 040 regional_control results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK -The total amount of wall time = 286.412370 -The maximum resident set size (KB) = 651160 +The total amount of wall time = 286.966050 +The maximum resident set size (KB) = 652712 -Test 040 regional_control PASS +Test 041 regional_control PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/regional_control -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_27838/regional_restart -Checking test 041 regional_restart results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/regional_control +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_22465/regional_restart +Checking test 042 regional_restart results .... Comparing dynf006.nc .........OK Comparing phyf006.nc .........OK Comparing PRSLEV.GrbF06 .........OK Comparing NATLEV.GrbF06 .........OK -The total amount of wall time = 155.036567 -The maximum resident set size (KB) = 648828 +The total amount of wall time = 153.659323 +The maximum resident set size (KB) = 648624 -Test 041 regional_restart PASS +Test 042 regional_restart PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/regional_control -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_27838/regional_control_qr -Checking test 042 regional_control_qr results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/regional_control +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_22465/regional_control_qr +Checking test 043 regional_control_qr results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK Comparing phyf000.nc .........OK @@ -1973,29 +1991,29 @@ Checking test 042 regional_control_qr results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK -The total amount of wall time = 288.780784 -The maximum resident set size (KB) = 647092 +The total amount of wall time = 288.187873 +The maximum resident set size (KB) = 649640 -Test 042 regional_control_qr PASS +Test 043 regional_control_qr PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/regional_control -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_27838/regional_restart_qr -Checking test 043 regional_restart_qr results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/regional_control +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_22465/regional_restart_qr +Checking test 044 regional_restart_qr results .... Comparing dynf006.nc .........OK Comparing phyf006.nc .........OK Comparing PRSLEV.GrbF06 .........OK Comparing NATLEV.GrbF06 .........OK -The total amount of wall time = 155.881848 -The maximum resident set size (KB) = 647456 +The total amount of wall time = 158.270760 +The maximum resident set size (KB) = 648028 -Test 043 regional_restart_qr PASS +Test 044 regional_restart_qr PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/regional_control -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_27838/regional_decomp -Checking test 044 regional_decomp results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/regional_control +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_22465/regional_decomp +Checking test 045 regional_decomp results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK Comparing phyf000.nc .........OK @@ -2005,15 +2023,15 @@ Checking test 044 regional_decomp results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK -The total amount of wall time = 303.450971 -The maximum resident set size (KB) = 654968 +The total amount of wall time = 304.625717 +The maximum resident set size (KB) = 651556 -Test 044 regional_decomp PASS +Test 045 regional_decomp PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/regional_control -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_27838/regional_2threads -Checking test 045 regional_2threads results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/regional_control +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_22465/regional_2threads +Checking test 046 regional_2threads results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK Comparing phyf000.nc .........OK @@ -2023,30 +2041,30 @@ Checking test 045 regional_2threads results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK -The total amount of wall time = 175.718814 -The maximum resident set size (KB) = 696160 +The total amount of wall time = 176.752243 +The maximum resident set size (KB) = 696880 -Test 045 regional_2threads PASS +Test 046 regional_2threads PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/regional_noquilt -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_27838/regional_noquilt -Checking test 046 regional_noquilt results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/regional_noquilt +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_22465/regional_noquilt +Checking test 047 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 -The total amount of wall time = 309.693332 -The maximum resident set size (KB) = 640660 +The total amount of wall time = 308.783888 +The maximum resident set size (KB) = 644044 -Test 046 regional_noquilt PASS +Test 047 regional_noquilt PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/regional_control -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_27838/regional_2dwrtdecomp -Checking test 047 regional_2dwrtdecomp results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/regional_control +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_22465/regional_2dwrtdecomp +Checking test 048 regional_2dwrtdecomp results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK Comparing phyf000.nc .........OK @@ -2056,15 +2074,15 @@ Checking test 047 regional_2dwrtdecomp results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK -The total amount of wall time = 288.539089 -The maximum resident set size (KB) = 650860 +The total amount of wall time = 287.392399 +The maximum resident set size (KB) = 653068 -Test 047 regional_2dwrtdecomp PASS +Test 048 regional_2dwrtdecomp PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/fv3_regional_wofs -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_27838/regional_wofs -Checking test 048 regional_wofs results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/fv3_regional_wofs +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_22465/regional_wofs +Checking test 049 regional_wofs results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK Comparing phyf000.nc .........OK @@ -2074,15 +2092,15 @@ Checking test 048 regional_wofs results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK -The total amount of wall time = 361.432385 -The maximum resident set size (KB) = 340632 +The total amount of wall time = 365.704319 +The maximum resident set size (KB) = 338960 -Test 048 regional_wofs PASS +Test 049 regional_wofs PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/regional_ifi_control -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_27838/regional_ifi_control -Checking test 049 regional_ifi_control results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/regional_ifi_control +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_22465/regional_ifi_control +Checking test 050 regional_ifi_control results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK Comparing phyf000.nc .........OK @@ -2092,15 +2110,15 @@ Checking test 049 regional_ifi_control results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK -The total amount of wall time = 321.803922 -The maximum resident set size (KB) = 655388 +The total amount of wall time = 317.408957 +The maximum resident set size (KB) = 651740 -Test 049 regional_ifi_control PASS +Test 050 regional_ifi_control PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/regional_ifi_control -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_27838/regional_ifi_decomp -Checking test 050 regional_ifi_decomp results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/regional_ifi_control +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_22465/regional_ifi_decomp +Checking test 051 regional_ifi_decomp results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK Comparing phyf000.nc .........OK @@ -2110,15 +2128,15 @@ Checking test 050 regional_ifi_decomp results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK -The total amount of wall time = 335.468450 -The maximum resident set size (KB) = 652780 +The total amount of wall time = 332.072259 +The maximum resident set size (KB) = 655852 -Test 050 regional_ifi_decomp PASS +Test 051 regional_ifi_decomp PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/regional_ifi_control -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_27838/regional_ifi_2threads -Checking test 051 regional_ifi_2threads results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/regional_ifi_control +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_22465/regional_ifi_2threads +Checking test 052 regional_ifi_2threads results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK Comparing phyf000.nc .........OK @@ -2128,15 +2146,15 @@ Checking test 051 regional_ifi_2threads results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK -The total amount of wall time = 198.442606 -The maximum resident set size (KB) = 694520 +The total amount of wall time = 196.301940 +The maximum resident set size (KB) = 698424 -Test 051 regional_ifi_2threads PASS +Test 052 regional_ifi_2threads PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/rap_control -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_27838/rap_control -Checking test 052 rap_control results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/rap_control +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_22465/rap_control +Checking test 053 rap_control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -2182,15 +2200,15 @@ Checking test 052 rap_control results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -The total amount of wall time = 418.048586 -The maximum resident set size (KB) = 893248 +The total amount of wall time = 419.306486 +The maximum resident set size (KB) = 889028 -Test 052 rap_control PASS +Test 053 rap_control PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/regional_spp_sppt_shum_skeb -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_27838/regional_spp_sppt_shum_skeb -Checking test 053 regional_spp_sppt_shum_skeb results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/regional_spp_sppt_shum_skeb +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_22465/regional_spp_sppt_shum_skeb +Checking test 054 regional_spp_sppt_shum_skeb results .... Comparing dynf000.nc .........OK Comparing dynf001.nc .........OK Comparing phyf000.nc .........OK @@ -2200,15 +2218,15 @@ Checking test 053 regional_spp_sppt_shum_skeb results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF01 .........OK -The total amount of wall time = 242.384099 -The maximum resident set size (KB) = 989380 +The total amount of wall time = 241.788012 +The maximum resident set size (KB) = 977936 -Test 053 regional_spp_sppt_shum_skeb PASS +Test 054 regional_spp_sppt_shum_skeb PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/rap_control -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_27838/rap_decomp -Checking test 054 rap_decomp results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/rap_control +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_22465/rap_decomp +Checking test 055 rap_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -2254,15 +2272,15 @@ Checking test 054 rap_decomp results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -The total amount of wall time = 433.829698 -The maximum resident set size (KB) = 890796 +The total amount of wall time = 432.484372 +The maximum resident set size (KB) = 890056 -Test 054 rap_decomp PASS +Test 055 rap_decomp PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/rap_control -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_27838/rap_2threads -Checking test 055 rap_2threads results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/rap_control +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_22465/rap_2threads +Checking test 056 rap_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -2308,15 +2326,15 @@ Checking test 055 rap_2threads results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -The total amount of wall time = 387.603142 -The maximum resident set size (KB) = 965208 +The total amount of wall time = 387.586093 +The maximum resident set size (KB) = 966468 -Test 055 rap_2threads PASS +Test 056 rap_2threads PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/rap_control -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_27838/rap_restart -Checking test 056 rap_restart results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/rap_control +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_22465/rap_restart +Checking test 057 rap_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK Comparing GFSFLX.GrbF24 .........OK @@ -2354,15 +2372,15 @@ Checking test 056 rap_restart results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -The total amount of wall time = 212.414988 -The maximum resident set size (KB) = 644560 +The total amount of wall time = 212.238369 +The maximum resident set size (KB) = 644096 -Test 056 rap_restart PASS +Test 057 rap_restart PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/rap_sfcdiff -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_27838/rap_sfcdiff -Checking test 057 rap_sfcdiff results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/rap_sfcdiff +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_22465/rap_sfcdiff +Checking test 058 rap_sfcdiff results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -2408,15 +2426,15 @@ Checking test 057 rap_sfcdiff results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -The total amount of wall time = 421.444590 -The maximum resident set size (KB) = 889104 +The total amount of wall time = 420.611038 +The maximum resident set size (KB) = 890376 -Test 057 rap_sfcdiff PASS +Test 058 rap_sfcdiff PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/rap_sfcdiff -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_27838/rap_sfcdiff_decomp -Checking test 058 rap_sfcdiff_decomp results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/rap_sfcdiff +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_22465/rap_sfcdiff_decomp +Checking test 059 rap_sfcdiff_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -2462,15 +2480,15 @@ Checking test 058 rap_sfcdiff_decomp results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -The total amount of wall time = 436.968936 -The maximum resident set size (KB) = 890376 +The total amount of wall time = 438.881814 +The maximum resident set size (KB) = 890716 -Test 058 rap_sfcdiff_decomp PASS +Test 059 rap_sfcdiff_decomp PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/rap_sfcdiff -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_27838/rap_sfcdiff_restart -Checking test 059 rap_sfcdiff_restart results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/rap_sfcdiff +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_22465/rap_sfcdiff_restart +Checking test 060 rap_sfcdiff_restart results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK Comparing GFSFLX.GrbF12 .........OK @@ -2508,15 +2526,15 @@ Checking test 059 rap_sfcdiff_restart results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -The total amount of wall time = 310.051931 -The maximum resident set size (KB) = 642744 +The total amount of wall time = 310.123551 +The maximum resident set size (KB) = 640896 -Test 059 rap_sfcdiff_restart PASS +Test 060 rap_sfcdiff_restart PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/hrrr_control -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_27838/hrrr_control -Checking test 060 hrrr_control results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/hrrr_control +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_22465/hrrr_control +Checking test 061 hrrr_control results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -2529,48 +2547,48 @@ Checking test 060 hrrr_control results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF09 .........OK Comparing GFSPRS.GrbF12 .........OK - Comparing RESTART/20210323.060000.coupler.res .........OK - Comparing RESTART/20210323.060000.fv_core.res.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile1.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile2.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile3.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile4.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile5.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile6.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile1.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile2.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile3.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile4.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - -The total amount of wall time = 405.586453 -The maximum resident set size (KB) = 891236 - -Test 060 hrrr_control PASS - - -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/hrrr_control -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_27838/hrrr_control_decomp -Checking test 061 hrrr_control_decomp results .... + Comparing RESTART/20210322.120000.coupler.res .........OK + Comparing RESTART/20210322.120000.fv_core.res.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile6.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK + +The total amount of wall time = 390.106892 +The maximum resident set size (KB) = 884644 + +Test 061 hrrr_control PASS + + +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/hrrr_control +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_22465/hrrr_control_decomp +Checking test 062 hrrr_control_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -2583,48 +2601,48 @@ Checking test 061 hrrr_control_decomp results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF09 .........OK Comparing GFSPRS.GrbF12 .........OK - Comparing RESTART/20210323.060000.coupler.res .........OK - Comparing RESTART/20210323.060000.fv_core.res.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile1.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile2.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile3.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile4.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile5.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile6.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile1.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile2.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile3.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile4.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - -The total amount of wall time = 419.341317 -The maximum resident set size (KB) = 888492 - -Test 061 hrrr_control_decomp PASS - - -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/hrrr_control -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_27838/hrrr_control_2threads -Checking test 062 hrrr_control_2threads results .... + Comparing RESTART/20210322.120000.coupler.res .........OK + Comparing RESTART/20210322.120000.fv_core.res.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile6.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK + +The total amount of wall time = 404.226075 +The maximum resident set size (KB) = 885404 + +Test 062 hrrr_control_decomp PASS + + +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/hrrr_control +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_22465/hrrr_control_2threads +Checking test 063 hrrr_control_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -2637,94 +2655,62 @@ Checking test 062 hrrr_control_2threads results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF09 .........OK Comparing GFSPRS.GrbF12 .........OK - Comparing RESTART/20210323.060000.coupler.res .........OK - Comparing RESTART/20210323.060000.fv_core.res.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile1.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile2.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile3.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile4.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile5.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile6.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile1.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile2.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile3.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile4.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - -The total amount of wall time = 372.858619 -The maximum resident set size (KB) = 959816 - -Test 062 hrrr_control_2threads PASS - - -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/hrrr_control -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_27838/hrrr_control_restart -Checking test 063 hrrr_control_restart results .... + Comparing RESTART/20210322.120000.coupler.res .........OK + Comparing RESTART/20210322.120000.fv_core.res.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile6.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK + +The total amount of wall time = 350.207711 +The maximum resident set size (KB) = 954528 + +Test 063 hrrr_control_2threads PASS + + +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/hrrr_control +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_22465/hrrr_control_restart +Checking test 064 hrrr_control_restart results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK Comparing GFSFLX.GrbF12 .........OK Comparing GFSPRS.GrbF12 .........OK - Comparing RESTART/20210323.060000.coupler.res .........OK - Comparing RESTART/20210323.060000.fv_core.res.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile1.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile2.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile3.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile4.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile5.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile6.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile1.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile2.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile3.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile4.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -The total amount of wall time = 297.300262 -The maximum resident set size (KB) = 640660 +The total amount of wall time = 285.898651 +The maximum resident set size (KB) = 637304 -Test 063 hrrr_control_restart PASS +Test 064 hrrr_control_restart PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/rrfs_v1beta -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_27838/rrfs_v1beta -Checking test 064 rrfs_v1beta results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/rrfs_v1beta +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_22465/rrfs_v1beta +Checking test 065 rrfs_v1beta results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -2770,15 +2756,15 @@ Checking test 064 rrfs_v1beta results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -The total amount of wall time = 416.513921 -The maximum resident set size (KB) = 887692 +The total amount of wall time = 417.404808 +The maximum resident set size (KB) = 885696 -Test 064 rrfs_v1beta PASS +Test 065 rrfs_v1beta PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/rrfs_v1nssl -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_27838/rrfs_v1nssl -Checking test 065 rrfs_v1nssl results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/rrfs_v1nssl +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_22465/rrfs_v1nssl +Checking test 066 rrfs_v1nssl results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -2792,15 +2778,15 @@ Checking test 065 rrfs_v1nssl results .... Comparing GFSPRS.GrbF09 .........OK Comparing GFSPRS.GrbF12 .........OK -The total amount of wall time = 480.644688 -The maximum resident set size (KB) = 576232 +The total amount of wall time = 479.621658 +The maximum resident set size (KB) = 579844 -Test 065 rrfs_v1nssl PASS +Test 066 rrfs_v1nssl PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/rrfs_v1nssl_nohailnoccn -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_27838/rrfs_v1nssl_nohailnoccn -Checking test 066 rrfs_v1nssl_nohailnoccn results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/rrfs_v1nssl_nohailnoccn +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_22465/rrfs_v1nssl_nohailnoccn +Checking test 067 rrfs_v1nssl_nohailnoccn results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -2814,15 +2800,15 @@ Checking test 066 rrfs_v1nssl_nohailnoccn results .... Comparing GFSPRS.GrbF09 .........OK Comparing GFSPRS.GrbF12 .........OK -The total amount of wall time = 470.967129 -The maximum resident set size (KB) = 567760 +The total amount of wall time = 469.530701 +The maximum resident set size (KB) = 571032 -Test 066 rrfs_v1nssl_nohailnoccn PASS +Test 067 rrfs_v1nssl_nohailnoccn PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/rrfs_smoke_conus13km_hrrr_warm -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_27838/rrfs_smoke_conus13km_hrrr_warm -Checking test 067 rrfs_smoke_conus13km_hrrr_warm results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/rrfs_smoke_conus13km_hrrr_warm +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_22465/rrfs_smoke_conus13km_hrrr_warm +Checking test 068 rrfs_smoke_conus13km_hrrr_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing sfcf002.nc .........OK @@ -2830,15 +2816,15 @@ Checking test 067 rrfs_smoke_conus13km_hrrr_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK -The total amount of wall time = 146.010392 -The maximum resident set size (KB) = 800996 +The total amount of wall time = 143.957309 +The maximum resident set size (KB) = 796576 -Test 067 rrfs_smoke_conus13km_hrrr_warm PASS +Test 068 rrfs_smoke_conus13km_hrrr_warm PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/rrfs_smoke_conus13km_hrrr_warm -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_27838/rrfs_smoke_conus13km_hrrr_warm_2threads -Checking test 068 rrfs_smoke_conus13km_hrrr_warm_2threads results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/rrfs_smoke_conus13km_hrrr_warm +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_22465/rrfs_smoke_conus13km_hrrr_warm_2threads +Checking test 069 rrfs_smoke_conus13km_hrrr_warm_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing sfcf002.nc .........OK @@ -2846,15 +2832,15 @@ Checking test 068 rrfs_smoke_conus13km_hrrr_warm_2threads results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK -The total amount of wall time = 101.246999 -The maximum resident set size (KB) = 799884 +The total amount of wall time = 104.106063 +The maximum resident set size (KB) = 802808 -Test 068 rrfs_smoke_conus13km_hrrr_warm_2threads PASS +Test 069 rrfs_smoke_conus13km_hrrr_warm_2threads PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/rrfs_conus13km_hrrr_warm -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_27838/rrfs_conus13km_hrrr_warm -Checking test 069 rrfs_conus13km_hrrr_warm results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/rrfs_conus13km_hrrr_warm +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_22465/rrfs_conus13km_hrrr_warm +Checking test 070 rrfs_conus13km_hrrr_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing sfcf002.nc .........OK @@ -2862,15 +2848,15 @@ Checking test 069 rrfs_conus13km_hrrr_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK -The total amount of wall time = 131.510862 -The maximum resident set size (KB) = 778988 +The total amount of wall time = 130.540335 +The maximum resident set size (KB) = 790348 -Test 069 rrfs_conus13km_hrrr_warm PASS +Test 070 rrfs_conus13km_hrrr_warm PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/rrfs_smoke_conus13km_hrrr_warm_radar_tten -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_27838/rrfs_smoke_conus13km_radar_tten_warm -Checking test 070 rrfs_smoke_conus13km_radar_tten_warm results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/rrfs_smoke_conus13km_hrrr_warm_radar_tten +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_22465/rrfs_smoke_conus13km_radar_tten_warm +Checking test 071 rrfs_smoke_conus13km_radar_tten_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing sfcf002.nc .........OK @@ -2878,27 +2864,27 @@ Checking test 070 rrfs_smoke_conus13km_radar_tten_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK -The total amount of wall time = 144.499730 -The maximum resident set size (KB) = 803228 +The total amount of wall time = 146.531610 +The maximum resident set size (KB) = 797540 -Test 070 rrfs_smoke_conus13km_radar_tten_warm PASS +Test 071 rrfs_smoke_conus13km_radar_tten_warm PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/rrfs_conus13km_hrrr_warm_restart_mismatch -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_27838/rrfs_conus13km_hrrr_warm_restart_mismatch -Checking test 071 rrfs_conus13km_hrrr_warm_restart_mismatch results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/rrfs_conus13km_hrrr_warm_restart_mismatch +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_22465/rrfs_conus13km_hrrr_warm_restart_mismatch +Checking test 072 rrfs_conus13km_hrrr_warm_restart_mismatch results .... Comparing sfcf002.nc .........OK Comparing atmf002.nc .........OK -The total amount of wall time = 67.164080 -The maximum resident set size (KB) = 758444 +The total amount of wall time = 68.509058 +The maximum resident set size (KB) = 768776 -Test 071 rrfs_conus13km_hrrr_warm_restart_mismatch PASS +Test 072 rrfs_conus13km_hrrr_warm_restart_mismatch PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/control_csawmg -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_27838/control_csawmg -Checking test 072 control_csawmg results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/control_csawmg +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_22465/control_csawmg +Checking test 073 control_csawmg results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -2908,15 +2894,15 @@ Checking test 072 control_csawmg results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -The total amount of wall time = 346.180026 -The maximum resident set size (KB) = 582100 +The total amount of wall time = 346.330929 +The maximum resident set size (KB) = 582456 -Test 072 control_csawmg PASS +Test 073 control_csawmg PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/control_csawmgt -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_27838/control_csawmgt -Checking test 073 control_csawmgt results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/control_csawmgt +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_22465/control_csawmgt +Checking test 074 control_csawmgt results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -2926,15 +2912,15 @@ Checking test 073 control_csawmgt results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -The total amount of wall time = 342.665613 -The maximum resident set size (KB) = 582968 +The total amount of wall time = 341.911782 +The maximum resident set size (KB) = 582172 -Test 073 control_csawmgt PASS +Test 074 control_csawmgt PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/control_ras -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_27838/control_ras -Checking test 074 control_ras results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/control_ras +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_22465/control_ras +Checking test 075 control_ras results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -2944,27 +2930,27 @@ Checking test 074 control_ras results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -The total amount of wall time = 181.041377 -The maximum resident set size (KB) = 547612 +The total amount of wall time = 181.158071 +The maximum resident set size (KB) = 547152 -Test 074 control_ras PASS +Test 075 control_ras PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/control_wam -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_27838/control_wam -Checking test 075 control_wam results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/control_wam +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_22465/control_wam +Checking test 076 control_wam results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK -The total amount of wall time = 117.211320 -The maximum resident set size (KB) = 271684 +The total amount of wall time = 117.841629 +The maximum resident set size (KB) = 272352 -Test 075 control_wam PASS +Test 076 control_wam PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/control_p8_faster -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_27838/control_p8_faster -Checking test 076 control_p8_faster results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/control_p8_faster +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_22465/control_p8_faster +Checking test 077 control_p8_faster results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -3010,15 +2996,15 @@ Checking test 076 control_p8_faster results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -The total amount of wall time = 173.332285 -The maximum resident set size (KB) = 1484804 +The total amount of wall time = 172.885917 +The maximum resident set size (KB) = 1482732 -Test 076 control_p8_faster PASS +Test 077 control_p8_faster PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/regional_control_faster -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_27838/regional_control_faster -Checking test 077 regional_control_faster results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/regional_control_faster +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_22465/regional_control_faster +Checking test 078 regional_control_faster results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK Comparing phyf000.nc .........OK @@ -3028,57 +3014,57 @@ Checking test 077 regional_control_faster results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK -The total amount of wall time = 279.710705 -The maximum resident set size (KB) = 655256 +The total amount of wall time = 276.966803 +The maximum resident set size (KB) = 649328 -Test 077 regional_control_faster PASS +Test 078 regional_control_faster PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/rrfs_smoke_conus13km_hrrr_warm_debug -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_27838/rrfs_smoke_conus13km_hrrr_warm_debug -Checking test 078 rrfs_smoke_conus13km_hrrr_warm_debug results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/rrfs_smoke_conus13km_hrrr_warm_debug +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_22465/rrfs_smoke_conus13km_hrrr_warm_debug +Checking test 079 rrfs_smoke_conus13km_hrrr_warm_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 914.958329 -The maximum resident set size (KB) = 823828 +The total amount of wall time = 898.773687 +The maximum resident set size (KB) = 827256 -Test 078 rrfs_smoke_conus13km_hrrr_warm_debug PASS +Test 079 rrfs_smoke_conus13km_hrrr_warm_debug PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/rrfs_smoke_conus13km_hrrr_warm_debug -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_27838/rrfs_smoke_conus13km_hrrr_warm_debug_2threads -Checking test 079 rrfs_smoke_conus13km_hrrr_warm_debug_2threads results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/rrfs_smoke_conus13km_hrrr_warm_debug +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_22465/rrfs_smoke_conus13km_hrrr_warm_debug_2threads +Checking test 080 rrfs_smoke_conus13km_hrrr_warm_debug_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 527.044834 -The maximum resident set size (KB) = 827536 +The total amount of wall time = 517.095439 +The maximum resident set size (KB) = 829636 -Test 079 rrfs_smoke_conus13km_hrrr_warm_debug_2threads PASS +Test 080 rrfs_smoke_conus13km_hrrr_warm_debug_2threads PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/rrfs_conus13km_hrrr_warm_debugs -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_27838/rrfs_conus13km_hrrr_warm_debug -Checking test 080 rrfs_conus13km_hrrr_warm_debug results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/rrfs_conus13km_hrrr_warm_debugs +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_22465/rrfs_conus13km_hrrr_warm_debug +Checking test 081 rrfs_conus13km_hrrr_warm_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 807.833776 -The maximum resident set size (KB) = 805132 +The total amount of wall time = 807.998591 +The maximum resident set size (KB) = 826152 -Test 080 rrfs_conus13km_hrrr_warm_debug PASS +Test 081 rrfs_conus13km_hrrr_warm_debug PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/control_CubedSphereGrid_debug -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_27838/control_CubedSphereGrid_debug -Checking test 081 control_CubedSphereGrid_debug results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/control_CubedSphereGrid_debug +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_22465/control_CubedSphereGrid_debug +Checking test 082 control_CubedSphereGrid_debug results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK Comparing sfcf000.tile3.nc .........OK @@ -3104,335 +3090,349 @@ Checking test 081 control_CubedSphereGrid_debug results .... Comparing atmf001.tile5.nc .........OK Comparing atmf001.tile6.nc .........OK -The total amount of wall time = 158.407891 -The maximum resident set size (KB) = 672244 +The total amount of wall time = 157.428852 +The maximum resident set size (KB) = 673832 -Test 081 control_CubedSphereGrid_debug PASS +Test 082 control_CubedSphereGrid_debug PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/control_wrtGauss_netcdf_parallel_debug -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_27838/control_wrtGauss_netcdf_parallel_debug -Checking test 082 control_wrtGauss_netcdf_parallel_debug results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/control_wrtGauss_netcdf_parallel_debug +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_22465/control_wrtGauss_netcdf_parallel_debug +Checking test 083 control_wrtGauss_netcdf_parallel_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 159.045584 -The maximum resident set size (KB) = 673604 +The total amount of wall time = 156.907810 +The maximum resident set size (KB) = 678680 -Test 082 control_wrtGauss_netcdf_parallel_debug PASS +Test 083 control_wrtGauss_netcdf_parallel_debug PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/control_stochy_debug -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_27838/control_stochy_debug -Checking test 083 control_stochy_debug results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/control_stochy_debug +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_22465/control_stochy_debug +Checking test 084 control_stochy_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 179.498776 -The maximum resident set size (KB) = 680308 +The total amount of wall time = 176.423371 +The maximum resident set size (KB) = 679172 -Test 083 control_stochy_debug PASS +Test 084 control_stochy_debug PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/control_lndp_debug -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_27838/control_lndp_debug -Checking test 084 control_lndp_debug results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/control_lndp_debug +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_22465/control_lndp_debug +Checking test 085 control_lndp_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 160.482226 -The maximum resident set size (KB) = 685060 +The total amount of wall time = 159.359116 +The maximum resident set size (KB) = 687076 -Test 084 control_lndp_debug PASS +Test 085 control_lndp_debug PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/control_csawmg_debug -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_27838/control_csawmg_debug -Checking test 085 control_csawmg_debug results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/control_csawmg_debug +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_22465/control_csawmg_debug +Checking test 086 control_csawmg_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 255.086397 -The maximum resident set size (KB) = 716044 +The total amount of wall time = 252.793712 +The maximum resident set size (KB) = 715632 -Test 085 control_csawmg_debug PASS +Test 086 control_csawmg_debug PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/control_csawmgt_debug -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_27838/control_csawmgt_debug -Checking test 086 control_csawmgt_debug results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/control_csawmgt_debug +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_22465/control_csawmgt_debug +Checking test 087 control_csawmgt_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 249.234783 -The maximum resident set size (KB) = 718668 +The total amount of wall time = 250.510955 +The maximum resident set size (KB) = 718940 -Test 086 control_csawmgt_debug PASS +Test 087 control_csawmgt_debug PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/control_ras_debug -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_27838/control_ras_debug -Checking test 087 control_ras_debug results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/control_ras_debug +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_22465/control_ras_debug +Checking test 088 control_ras_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 161.181065 -The maximum resident set size (KB) = 687884 +The total amount of wall time = 160.005396 +The maximum resident set size (KB) = 688996 -Test 087 control_ras_debug PASS +Test 088 control_ras_debug PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/control_diag_debug -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_27838/control_diag_debug -Checking test 088 control_diag_debug results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/control_diag_debug +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_22465/control_diag_debug +Checking test 089 control_diag_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 162.298793 -The maximum resident set size (KB) = 734668 +The total amount of wall time = 161.503499 +The maximum resident set size (KB) = 734364 -Test 088 control_diag_debug PASS +Test 089 control_diag_debug PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/control_debug_p8 -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_27838/control_debug_p8 -Checking test 089 control_debug_p8 results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/control_debug_p8 +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_22465/control_debug_p8 +Checking test 090 control_debug_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 185.025616 -The maximum resident set size (KB) = 1502004 +The total amount of wall time = 184.336125 +The maximum resident set size (KB) = 1496300 -Test 089 control_debug_p8 PASS +Test 090 control_debug_p8 PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/regional_debug -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_27838/regional_debug -Checking test 090 regional_debug results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/regional_debug +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_22465/regional_debug +Checking test 091 regional_debug results .... Comparing dynf000.nc .........OK Comparing dynf001.nc .........OK Comparing phyf000.nc .........OK Comparing phyf001.nc .........OK -The total amount of wall time = 1044.948003 -The maximum resident set size (KB) = 673288 - -Test 090 regional_debug PASS - - -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/rap_control_debug -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_27838/rap_control_debug -Checking test 091 rap_control_debug results .... - Comparing sfcf000.nc .........OK - Comparing sfcf001.nc .........OK - Comparing atmf000.nc .........OK - Comparing atmf001.nc .........OK - -The total amount of wall time = 300.436440 -The maximum resident set size (KB) = 1051488 +The total amount of wall time = 1039.669373 +The maximum resident set size (KB) = 676040 -Test 091 rap_control_debug PASS +Test 091 regional_debug PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/hrrr_control_debug -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_27838/hrrr_control_debug -Checking test 092 hrrr_control_debug results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/rap_control_debug +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_22465/rap_control_debug +Checking test 092 rap_control_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 292.714908 -The maximum resident set size (KB) = 1049364 +The total amount of wall time = 295.044246 +The maximum resident set size (KB) = 1051288 -Test 092 hrrr_control_debug PASS +Test 092 rap_control_debug PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/rap_control_debug -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_27838/rap_unified_drag_suite_debug -Checking test 093 rap_unified_drag_suite_debug results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/hrrr_control_debug +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_22465/hrrr_control_debug +Checking test 093 hrrr_control_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 299.164924 -The maximum resident set size (KB) = 1052696 +The total amount of wall time = 288.530139 +The maximum resident set size (KB) = 1044764 -Test 093 rap_unified_drag_suite_debug PASS +Test 093 hrrr_control_debug PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/rap_diag_debug -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_27838/rap_diag_debug -Checking test 094 rap_diag_debug results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/rap_control_debug +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_22465/rap_unified_drag_suite_debug +Checking test 094 rap_unified_drag_suite_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 308.319810 -The maximum resident set size (KB) = 1134268 +The total amount of wall time = 295.111154 +The maximum resident set size (KB) = 1053420 -Test 094 rap_diag_debug PASS +Test 094 rap_unified_drag_suite_debug PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/rap_cires_ugwp_debug -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_27838/rap_cires_ugwp_debug -Checking test 095 rap_cires_ugwp_debug results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/rap_diag_debug +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_22465/rap_diag_debug +Checking test 095 rap_diag_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 304.514229 -The maximum resident set size (KB) = 1051200 +The total amount of wall time = 305.298835 +The maximum resident set size (KB) = 1131004 -Test 095 rap_cires_ugwp_debug PASS +Test 095 rap_diag_debug PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/rap_cires_ugwp_debug -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_27838/rap_unified_ugwp_debug -Checking test 096 rap_unified_ugwp_debug results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/rap_cires_ugwp_debug +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_22465/rap_cires_ugwp_debug +Checking test 096 rap_cires_ugwp_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 303.920430 -The maximum resident set size (KB) = 1051016 +The total amount of wall time = 300.930620 +The maximum resident set size (KB) = 1050688 -Test 096 rap_unified_ugwp_debug PASS +Test 096 rap_cires_ugwp_debug PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/rap_lndp_debug -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_27838/rap_lndp_debug -Checking test 097 rap_lndp_debug results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/rap_cires_ugwp_debug +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_22465/rap_unified_ugwp_debug +Checking test 097 rap_unified_ugwp_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 300.552875 -The maximum resident set size (KB) = 1050516 +The total amount of wall time = 302.975966 +The maximum resident set size (KB) = 1052692 -Test 097 rap_lndp_debug PASS +Test 097 rap_unified_ugwp_debug PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/rap_flake_debug -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_27838/rap_flake_debug -Checking test 098 rap_flake_debug results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/rap_lndp_debug +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_22465/rap_lndp_debug +Checking test 098 rap_lndp_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 297.098938 -The maximum resident set size (KB) = 1052628 +The total amount of wall time = 298.119052 +The maximum resident set size (KB) = 1047880 -Test 098 rap_flake_debug PASS +Test 098 rap_lndp_debug PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/rap_progcld_thompson_debug -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_27838/rap_progcld_thompson_debug +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/rap_progcld_thompson_debug +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_22465/rap_progcld_thompson_debug Checking test 099 rap_progcld_thompson_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 298.247219 -The maximum resident set size (KB) = 1048592 +The total amount of wall time = 295.505475 +The maximum resident set size (KB) = 1052332 Test 099 rap_progcld_thompson_debug PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/rap_noah_debug -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_27838/rap_noah_debug +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/rap_noah_debug +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_22465/rap_noah_debug Checking test 100 rap_noah_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 293.100562 -The maximum resident set size (KB) = 1046260 +The total amount of wall time = 289.453663 +The maximum resident set size (KB) = 1052164 Test 100 rap_noah_debug PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/rap_sfcdiff_debug -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_27838/rap_sfcdiff_debug +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/rap_sfcdiff_debug +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_22465/rap_sfcdiff_debug Checking test 101 rap_sfcdiff_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 298.368443 -The maximum resident set size (KB) = 1050976 +The total amount of wall time = 295.922589 +The maximum resident set size (KB) = 1053244 Test 101 rap_sfcdiff_debug PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/rap_noah_sfcdiff_cires_ugwp_debug -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_27838/rap_noah_sfcdiff_cires_ugwp_debug +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/rap_noah_sfcdiff_cires_ugwp_debug +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_22465/rap_noah_sfcdiff_cires_ugwp_debug Checking test 102 rap_noah_sfcdiff_cires_ugwp_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 488.159756 -The maximum resident set size (KB) = 1052528 +The total amount of wall time = 484.283430 +The maximum resident set size (KB) = 1049332 Test 102 rap_noah_sfcdiff_cires_ugwp_debug PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/rrfs_v1beta_debug -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_27838/rrfs_v1beta_debug +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/rrfs_v1beta_debug +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_22465/rrfs_v1beta_debug Checking test 103 rrfs_v1beta_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 292.284380 -The maximum resident set size (KB) = 1046112 +The total amount of wall time = 291.339331 +The maximum resident set size (KB) = 1047748 Test 103 rrfs_v1beta_debug PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/control_wam_debug -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_27838/control_wam_debug -Checking test 104 control_wam_debug results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/rap_clm_lake_debug +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_22465/rap_clm_lake_debug +Checking test 104 rap_clm_lake_debug results .... + Comparing sfcf000.nc .........OK + Comparing sfcf001.nc .........OK + Comparing atmf000.nc .........OK + Comparing atmf001.nc .........OK + +The total amount of wall time = 352.745001 +The maximum resident set size (KB) = 1051968 + +Test 104 rap_clm_lake_debug PASS + + +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/rap_flake_debug +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_22465/rap_flake_debug +Checking test 105 rap_flake_debug results .... + Comparing sfcf000.nc .........OK + Comparing sfcf001.nc .........OK + Comparing atmf000.nc .........OK + Comparing atmf001.nc .........OK + +The total amount of wall time = 295.869833 +The maximum resident set size (KB) = 1050468 + +Test 105 rap_flake_debug PASS + + +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/control_wam_debug +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_22465/control_wam_debug +Checking test 106 control_wam_debug results .... Comparing sfcf019.nc .........OK Comparing atmf019.nc .........OK -The total amount of wall time = 296.277054 -The maximum resident set size (KB) = 299056 +The total amount of wall time = 293.001947 +The maximum resident set size (KB) = 301660 -Test 104 control_wam_debug PASS +Test 106 control_wam_debug PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/regional_spp_sppt_shum_skeb_dyn32_phy32 -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_27838/regional_spp_sppt_shum_skeb_dyn32_phy32 -Checking test 105 regional_spp_sppt_shum_skeb_dyn32_phy32 results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/regional_spp_sppt_shum_skeb_dyn32_phy32 +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_22465/regional_spp_sppt_shum_skeb_dyn32_phy32 +Checking test 107 regional_spp_sppt_shum_skeb_dyn32_phy32 results .... Comparing dynf000.nc .........OK Comparing dynf001.nc .........OK Comparing phyf000.nc .........OK @@ -3442,15 +3442,15 @@ Checking test 105 regional_spp_sppt_shum_skeb_dyn32_phy32 results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF01 .........OK -The total amount of wall time = 231.757094 -The maximum resident set size (KB) = 878708 +The total amount of wall time = 231.387745 +The maximum resident set size (KB) = 893092 -Test 105 regional_spp_sppt_shum_skeb_dyn32_phy32 PASS +Test 107 regional_spp_sppt_shum_skeb_dyn32_phy32 PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/rap_control_dyn32_phy32 -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_27838/rap_control_dyn32_phy32 -Checking test 106 rap_control_dyn32_phy32 results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/rap_control_dyn32_phy32 +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_22465/rap_control_dyn32_phy32 +Checking test 108 rap_control_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -3496,15 +3496,15 @@ Checking test 106 rap_control_dyn32_phy32 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -The total amount of wall time = 352.043171 -The maximum resident set size (KB) = 772360 +The total amount of wall time = 352.014813 +The maximum resident set size (KB) = 774556 -Test 106 rap_control_dyn32_phy32 PASS +Test 108 rap_control_dyn32_phy32 PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/hrrr_control_dyn32_phy32 -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_27838/hrrr_control_dyn32_phy32 -Checking test 107 hrrr_control_dyn32_phy32 results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/hrrr_control_dyn32_phy32 +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_22465/hrrr_control_dyn32_phy32 +Checking test 109 hrrr_control_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -3517,48 +3517,48 @@ Checking test 107 hrrr_control_dyn32_phy32 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF09 .........OK Comparing GFSPRS.GrbF12 .........OK - Comparing RESTART/20210322.180000.coupler.res .........OK - Comparing RESTART/20210322.180000.fv_core.res.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile1.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile2.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile3.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile4.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile5.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile6.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile1.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile2.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile3.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile4.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile5.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile6.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile1.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile2.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile3.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile4.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile5.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile6.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile1.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile2.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile3.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile4.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile5.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile6.nc .........OK - -The total amount of wall time = 186.963977 -The maximum resident set size (KB) = 774084 - -Test 107 hrrr_control_dyn32_phy32 PASS - - -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/rap_control_dyn32_phy32 -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_27838/rap_2threads_dyn32_phy32 -Checking test 108 rap_2threads_dyn32_phy32 results .... + Comparing RESTART/20210322.120000.coupler.res .........OK + Comparing RESTART/20210322.120000.fv_core.res.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile6.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK + +The total amount of wall time = 178.345427 +The maximum resident set size (KB) = 774948 + +Test 109 hrrr_control_dyn32_phy32 PASS + + +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/rap_control_dyn32_phy32 +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_22465/rap_2threads_dyn32_phy32 +Checking test 110 rap_2threads_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -3604,15 +3604,15 @@ Checking test 108 rap_2threads_dyn32_phy32 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -The total amount of wall time = 328.576386 -The maximum resident set size (KB) = 828660 +The total amount of wall time = 328.593921 +The maximum resident set size (KB) = 828668 -Test 108 rap_2threads_dyn32_phy32 PASS +Test 110 rap_2threads_dyn32_phy32 PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/hrrr_control_dyn32_phy32 -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_27838/hrrr_control_2threads_dyn32_phy32 -Checking test 109 hrrr_control_2threads_dyn32_phy32 results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/hrrr_control_dyn32_phy32 +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_22465/hrrr_control_2threads_dyn32_phy32 +Checking test 111 hrrr_control_2threads_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -3625,48 +3625,48 @@ Checking test 109 hrrr_control_2threads_dyn32_phy32 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF09 .........OK Comparing GFSPRS.GrbF12 .........OK - Comparing RESTART/20210322.180000.coupler.res .........OK - Comparing RESTART/20210322.180000.fv_core.res.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile1.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile2.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile3.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile4.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile5.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile6.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile1.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile2.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile3.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile4.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile5.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile6.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile1.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile2.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile3.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile4.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile5.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile6.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile1.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile2.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile3.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile4.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile5.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile6.nc .........OK - -The total amount of wall time = 171.878221 -The maximum resident set size (KB) = 826784 - -Test 109 hrrr_control_2threads_dyn32_phy32 PASS - - -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/hrrr_control_dyn32_phy32 -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_27838/hrrr_control_decomp_dyn32_phy32 -Checking test 110 hrrr_control_decomp_dyn32_phy32 results .... + Comparing RESTART/20210322.120000.coupler.res .........OK + Comparing RESTART/20210322.120000.fv_core.res.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile6.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK + +The total amount of wall time = 161.145695 +The maximum resident set size (KB) = 821972 + +Test 111 hrrr_control_2threads_dyn32_phy32 PASS + + +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/hrrr_control_dyn32_phy32 +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_22465/hrrr_control_decomp_dyn32_phy32 +Checking test 112 hrrr_control_decomp_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -3679,48 +3679,48 @@ Checking test 110 hrrr_control_decomp_dyn32_phy32 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF09 .........OK Comparing GFSPRS.GrbF12 .........OK - Comparing RESTART/20210322.180000.coupler.res .........OK - Comparing RESTART/20210322.180000.fv_core.res.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile1.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile2.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile3.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile4.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile5.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile6.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile1.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile2.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile3.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile4.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile5.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile6.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile1.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile2.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile3.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile4.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile5.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile6.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile1.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile2.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile3.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile4.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile5.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile6.nc .........OK - -The total amount of wall time = 194.008348 -The maximum resident set size (KB) = 771816 - -Test 110 hrrr_control_decomp_dyn32_phy32 PASS - - -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/rap_control_dyn32_phy32 -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_27838/rap_restart_dyn32_phy32 -Checking test 111 rap_restart_dyn32_phy32 results .... + Comparing RESTART/20210322.120000.coupler.res .........OK + Comparing RESTART/20210322.120000.fv_core.res.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile6.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK + +The total amount of wall time = 186.871536 +The maximum resident set size (KB) = 775740 + +Test 112 hrrr_control_decomp_dyn32_phy32 PASS + + +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/rap_control_dyn32_phy32 +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_22465/rap_restart_dyn32_phy32 +Checking test 113 rap_restart_dyn32_phy32 results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK Comparing GFSFLX.GrbF12 .........OK @@ -3758,61 +3758,29 @@ Checking test 111 rap_restart_dyn32_phy32 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -The total amount of wall time = 257.683723 -The maximum resident set size (KB) = 613972 +The total amount of wall time = 257.699055 +The maximum resident set size (KB) = 610188 -Test 111 rap_restart_dyn32_phy32 PASS +Test 113 rap_restart_dyn32_phy32 PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/hrrr_control_dyn32_phy32 -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_27838/hrrr_control_restart_dyn32_phy32 -Checking test 112 hrrr_control_restart_dyn32_phy32 results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/hrrr_control_dyn32_phy32 +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_22465/hrrr_control_restart_dyn32_phy32 +Checking test 114 hrrr_control_restart_dyn32_phy32 results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK Comparing GFSFLX.GrbF12 .........OK Comparing GFSPRS.GrbF12 .........OK - Comparing RESTART/20210322.180000.coupler.res .........OK - Comparing RESTART/20210322.180000.fv_core.res.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile1.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile2.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile3.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile4.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile5.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile6.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile1.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile2.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile3.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile4.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile5.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile6.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile1.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile2.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile3.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile4.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile5.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile6.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile1.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile2.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile3.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile4.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile5.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile6.nc .........OK -The total amount of wall time = 96.413932 -The maximum resident set size (KB) = 604336 +The total amount of wall time = 93.053785 +The maximum resident set size (KB) = 606640 -Test 112 hrrr_control_restart_dyn32_phy32 PASS +Test 114 hrrr_control_restart_dyn32_phy32 PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/rap_control_dyn64_phy32 -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_27838/rap_control_dyn64_phy32 -Checking test 113 rap_control_dyn64_phy32 results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/rap_control_dyn64_phy32 +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_22465/rap_control_dyn64_phy32 +Checking test 115 rap_control_dyn64_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -3858,82 +3826,82 @@ Checking test 113 rap_control_dyn64_phy32 results .... Comparing RESTART/20210322.180000.sfc_data.tile5.nc .........OK Comparing RESTART/20210322.180000.sfc_data.tile6.nc .........OK -The total amount of wall time = 235.180562 -The maximum resident set size (KB) = 793688 +The total amount of wall time = 233.962423 +The maximum resident set size (KB) = 792368 -Test 113 rap_control_dyn64_phy32 PASS +Test 115 rap_control_dyn64_phy32 PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/rap_control_debug_dyn32_phy32 -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_27838/rap_control_debug_dyn32_phy32 -Checking test 114 rap_control_debug_dyn32_phy32 results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/rap_control_debug_dyn32_phy32 +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_22465/rap_control_debug_dyn32_phy32 +Checking test 116 rap_control_debug_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 293.441295 -The maximum resident set size (KB) = 935524 +The total amount of wall time = 289.606467 +The maximum resident set size (KB) = 930800 -Test 114 rap_control_debug_dyn32_phy32 PASS +Test 116 rap_control_debug_dyn32_phy32 PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/hrrr_control_debug_dyn32_phy32 -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_27838/hrrr_control_debug_dyn32_phy32 -Checking test 115 hrrr_control_debug_dyn32_phy32 results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/hrrr_control_debug_dyn32_phy32 +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_22465/hrrr_control_debug_dyn32_phy32 +Checking test 117 hrrr_control_debug_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 287.792674 -The maximum resident set size (KB) = 938172 +The total amount of wall time = 283.080337 +The maximum resident set size (KB) = 931004 -Test 115 hrrr_control_debug_dyn32_phy32 PASS +Test 117 hrrr_control_debug_dyn32_phy32 PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/rap_control_debug_dyn64_phy32 -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_27838/rap_control_dyn64_phy32_debug -Checking test 116 rap_control_dyn64_phy32_debug results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/rap_control_debug_dyn64_phy32 +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_22465/rap_control_dyn64_phy32_debug +Checking test 118 rap_control_dyn64_phy32_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 292.082353 -The maximum resident set size (KB) = 953204 +The total amount of wall time = 290.912371 +The maximum resident set size (KB) = 952872 -Test 116 rap_control_dyn64_phy32_debug PASS +Test 118 rap_control_dyn64_phy32_debug PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/hafs_regional_atm -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_27838/hafs_regional_atm -Checking test 117 hafs_regional_atm results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/hafs_regional_atm +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_22465/hafs_regional_atm +Checking test 119 hafs_regional_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing HURPRS.GrbF06 .........OK -The total amount of wall time = 270.115105 -The maximum resident set size (KB) = 825684 +The total amount of wall time = 271.131951 +The maximum resident set size (KB) = 818776 -Test 117 hafs_regional_atm PASS +Test 119 hafs_regional_atm PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/hafs_regional_atm_thompson_gfdlsf -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_27838/hafs_regional_atm_thompson_gfdlsf -Checking test 118 hafs_regional_atm_thompson_gfdlsf results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/hafs_regional_atm_thompson_gfdlsf +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_22465/hafs_regional_atm_thompson_gfdlsf +Checking test 120 hafs_regional_atm_thompson_gfdlsf results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK -The total amount of wall time = 313.085230 -The maximum resident set size (KB) = 1175724 +The total amount of wall time = 312.502017 +The maximum resident set size (KB) = 1175900 -Test 118 hafs_regional_atm_thompson_gfdlsf PASS +Test 120 hafs_regional_atm_thompson_gfdlsf PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/hafs_regional_atm_ocn -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_27838/hafs_regional_atm_ocn -Checking test 119 hafs_regional_atm_ocn results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/hafs_regional_atm_ocn +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_22465/hafs_regional_atm_ocn +Checking test 121 hafs_regional_atm_ocn results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing archv.2019_241_06.a .........OK @@ -3941,15 +3909,15 @@ Checking test 119 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 -The total amount of wall time = 387.693127 -The maximum resident set size (KB) = 858284 +The total amount of wall time = 387.807990 +The maximum resident set size (KB) = 857720 -Test 119 hafs_regional_atm_ocn PASS +Test 121 hafs_regional_atm_ocn PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/hafs_regional_atm_wav -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_27838/hafs_regional_atm_wav -Checking test 120 hafs_regional_atm_wav results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/hafs_regional_atm_wav +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_22465/hafs_regional_atm_wav +Checking test 122 hafs_regional_atm_wav results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing 20190829.060000.out_grd.ww3 .........OK @@ -3957,15 +3925,15 @@ Checking test 120 hafs_regional_atm_wav results .... Comparing ufs.hafs.ww3.r.2019-08-29-21600 .........OK Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK -The total amount of wall time = 701.529293 -The maximum resident set size (KB) = 883988 +The total amount of wall time = 707.475831 +The maximum resident set size (KB) = 888400 -Test 120 hafs_regional_atm_wav PASS +Test 122 hafs_regional_atm_wav PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/hafs_regional_atm_ocn_wav -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_27838/hafs_regional_atm_ocn_wav -Checking test 121 hafs_regional_atm_ocn_wav results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/hafs_regional_atm_ocn_wav +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_22465/hafs_regional_atm_ocn_wav +Checking test 123 hafs_regional_atm_ocn_wav results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing archv.2019_241_06.a .........OK @@ -3975,29 +3943,29 @@ Checking test 121 hafs_regional_atm_ocn_wav results .... Comparing ufs.hafs.ww3.r.2019-08-29-21600 .........OK Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK -The total amount of wall time = 904.871763 -The maximum resident set size (KB) = 914000 +The total amount of wall time = 894.137436 +The maximum resident set size (KB) = 910144 -Test 121 hafs_regional_atm_ocn_wav PASS +Test 123 hafs_regional_atm_ocn_wav PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/hafs_regional_1nest_atm -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_27838/hafs_regional_1nest_atm -Checking test 122 hafs_regional_1nest_atm results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/hafs_regional_1nest_atm +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_22465/hafs_regional_1nest_atm +Checking test 124 hafs_regional_1nest_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK Comparing sfc.nest02.f006.nc .........OK -The total amount of wall time = 333.029548 -The maximum resident set size (KB) = 392492 +The total amount of wall time = 335.647488 +The maximum resident set size (KB) = 395032 -Test 122 hafs_regional_1nest_atm PASS +Test 124 hafs_regional_1nest_atm PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/hafs_regional_telescopic_2nests_atm -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_27838/hafs_regional_telescopic_2nests_atm -Checking test 123 hafs_regional_telescopic_2nests_atm results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/hafs_regional_telescopic_2nests_atm +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_22465/hafs_regional_telescopic_2nests_atm +Checking test 125 hafs_regional_telescopic_2nests_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK @@ -4005,29 +3973,29 @@ Checking test 123 hafs_regional_telescopic_2nests_atm results .... Comparing atm.nest03.f006.nc .........OK Comparing sfc.nest03.f006.nc .........OK -The total amount of wall time = 404.887674 -The maximum resident set size (KB) = 400760 +The total amount of wall time = 405.381878 +The maximum resident set size (KB) = 401444 -Test 123 hafs_regional_telescopic_2nests_atm PASS +Test 125 hafs_regional_telescopic_2nests_atm PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/hafs_global_1nest_atm -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_27838/hafs_global_1nest_atm -Checking test 124 hafs_global_1nest_atm results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/hafs_global_1nest_atm +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_22465/hafs_global_1nest_atm +Checking test 126 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 -The total amount of wall time = 171.342424 -The maximum resident set size (KB) = 268960 +The total amount of wall time = 172.021684 +The maximum resident set size (KB) = 260832 -Test 124 hafs_global_1nest_atm PASS +Test 126 hafs_global_1nest_atm PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/hafs_global_multiple_4nests_atm -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_27838/hafs_global_multiple_4nests_atm -Checking test 125 hafs_global_multiple_4nests_atm results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/hafs_global_multiple_4nests_atm +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_22465/hafs_global_multiple_4nests_atm +Checking test 127 hafs_global_multiple_4nests_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK @@ -4044,15 +4012,15 @@ Checking test 125 hafs_global_multiple_4nests_atm results .... Comparing HURPRS.GrbF06.nest04 .........OK Comparing HURPRS.GrbF06.nest05 .........OK -The total amount of wall time = 490.328657 -The maximum resident set size (KB) = 344904 +The total amount of wall time = 492.537257 +The maximum resident set size (KB) = 346392 -Test 125 hafs_global_multiple_4nests_atm PASS +Test 127 hafs_global_multiple_4nests_atm PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/hafs_regional_specified_moving_1nest_atm -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_27838/hafs_regional_specified_moving_1nest_atm -Checking test 126 hafs_regional_specified_moving_1nest_atm results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/hafs_regional_specified_moving_1nest_atm +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_22465/hafs_regional_specified_moving_1nest_atm +Checking test 128 hafs_regional_specified_moving_1nest_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK @@ -4060,29 +4028,29 @@ Checking test 126 hafs_regional_specified_moving_1nest_atm results .... Comparing HURPRS.GrbF06 .........OK Comparing HURPRS.GrbF06.nest02 .........OK -The total amount of wall time = 217.769907 -The maximum resident set size (KB) = 405108 +The total amount of wall time = 217.972996 +The maximum resident set size (KB) = 403008 -Test 126 hafs_regional_specified_moving_1nest_atm PASS +Test 128 hafs_regional_specified_moving_1nest_atm PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/hafs_regional_storm_following_1nest_atm -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_27838/hafs_regional_storm_following_1nest_atm -Checking test 127 hafs_regional_storm_following_1nest_atm results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/hafs_regional_storm_following_1nest_atm +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_22465/hafs_regional_storm_following_1nest_atm +Checking test 129 hafs_regional_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 -The total amount of wall time = 206.435489 -The maximum resident set size (KB) = 406156 +The total amount of wall time = 206.918285 +The maximum resident set size (KB) = 403260 -Test 127 hafs_regional_storm_following_1nest_atm PASS +Test 129 hafs_regional_storm_following_1nest_atm PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/hafs_regional_storm_following_1nest_atm_ocn -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_27838/hafs_regional_storm_following_1nest_atm_ocn -Checking test 128 hafs_regional_storm_following_1nest_atm_ocn results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/hafs_regional_storm_following_1nest_atm_ocn +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_22465/hafs_regional_storm_following_1nest_atm_ocn +Checking test 130 hafs_regional_storm_following_1nest_atm_ocn results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK @@ -4090,43 +4058,43 @@ Checking test 128 hafs_regional_storm_following_1nest_atm_ocn results .... Comparing archv.2020_238_18.a .........OK Comparing archs.2020_238_18.a .........OK -The total amount of wall time = 252.757236 -The maximum resident set size (KB) = 469328 +The total amount of wall time = 252.375631 +The maximum resident set size (KB) = 466172 -Test 128 hafs_regional_storm_following_1nest_atm_ocn PASS +Test 130 hafs_regional_storm_following_1nest_atm_ocn PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/hafs_global_storm_following_1nest_atm -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_27838/hafs_global_storm_following_1nest_atm -Checking test 129 hafs_global_storm_following_1nest_atm results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/hafs_global_storm_following_1nest_atm +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_22465/hafs_global_storm_following_1nest_atm +Checking test 131 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 -The total amount of wall time = 84.877538 -The maximum resident set size (KB) = 277536 +The total amount of wall time = 84.842896 +The maximum resident set size (KB) = 277996 -Test 129 hafs_global_storm_following_1nest_atm PASS +Test 131 hafs_global_storm_following_1nest_atm PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/hafs_regional_storm_following_1nest_atm_ocn_debug -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_27838/hafs_regional_storm_following_1nest_atm_ocn_debug -Checking test 130 hafs_regional_storm_following_1nest_atm_ocn_debug results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/hafs_regional_storm_following_1nest_atm_ocn_debug +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_22465/hafs_regional_storm_following_1nest_atm_ocn_debug +Checking test 132 hafs_regional_storm_following_1nest_atm_ocn_debug results .... Comparing atmf001.nc .........OK Comparing sfcf001.nc .........OK Comparing atm.nest02.f001.nc .........OK Comparing sfc.nest02.f001.nc .........OK -The total amount of wall time = 804.051280 -The maximum resident set size (KB) = 488372 +The total amount of wall time = 809.358704 +The maximum resident set size (KB) = 487016 -Test 130 hafs_regional_storm_following_1nest_atm_ocn_debug PASS +Test 132 hafs_regional_storm_following_1nest_atm_ocn_debug PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/hafs_regional_storm_following_1nest_atm_ocn_wav -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_27838/hafs_regional_storm_following_1nest_atm_ocn_wav -Checking test 131 hafs_regional_storm_following_1nest_atm_ocn_wav results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/hafs_regional_storm_following_1nest_atm_ocn_wav +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_22465/hafs_regional_storm_following_1nest_atm_ocn_wav +Checking test 133 hafs_regional_storm_following_1nest_atm_ocn_wav results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK @@ -4136,162 +4104,162 @@ Checking test 131 hafs_regional_storm_following_1nest_atm_ocn_wav results .... Comparing 20200825.180000.out_grd.ww3 .........OK Comparing 20200825.180000.out_pnt.ww3 .........OK -The total amount of wall time = 501.620933 -The maximum resident set size (KB) = 522196 +The total amount of wall time = 502.807302 +The maximum resident set size (KB) = 517888 -Test 131 hafs_regional_storm_following_1nest_atm_ocn_wav PASS +Test 133 hafs_regional_storm_following_1nest_atm_ocn_wav PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/hafs_regional_docn -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_27838/hafs_regional_docn -Checking test 132 hafs_regional_docn results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/hafs_regional_docn +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_22465/hafs_regional_docn +Checking test 134 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 -The total amount of wall time = 368.600146 -The maximum resident set size (KB) = 861524 +The total amount of wall time = 367.059310 +The maximum resident set size (KB) = 862016 -Test 132 hafs_regional_docn PASS +Test 134 hafs_regional_docn PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/hafs_regional_docn_oisst -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_27838/hafs_regional_docn_oisst -Checking test 133 hafs_regional_docn_oisst results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/hafs_regional_docn_oisst +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_22465/hafs_regional_docn_oisst +Checking test 135 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 -The total amount of wall time = 369.860078 -The maximum resident set size (KB) = 847960 +The total amount of wall time = 371.148902 +The maximum resident set size (KB) = 849032 -Test 133 hafs_regional_docn_oisst PASS +Test 135 hafs_regional_docn_oisst PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/hafs_regional_datm_cdeps -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_27838/hafs_regional_datm_cdeps -Checking test 134 hafs_regional_datm_cdeps results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/hafs_regional_datm_cdeps +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_22465/hafs_regional_datm_cdeps +Checking test 136 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 -The total amount of wall time = 947.106246 -The maximum resident set size (KB) = 833556 +The total amount of wall time = 942.119798 +The maximum resident set size (KB) = 833000 -Test 134 hafs_regional_datm_cdeps PASS +Test 136 hafs_regional_datm_cdeps PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/datm_cdeps_control_cfsr -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_27838/datm_cdeps_control_cfsr -Checking test 135 datm_cdeps_control_cfsr results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/datm_cdeps_control_cfsr +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_22465/datm_cdeps_control_cfsr +Checking test 137 datm_cdeps_control_cfsr results .... Comparing RESTART/20111002.000000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK -The total amount of wall time = 140.666616 -The maximum resident set size (KB) = 732108 +The total amount of wall time = 140.744837 +The maximum resident set size (KB) = 732924 -Test 135 datm_cdeps_control_cfsr PASS +Test 137 datm_cdeps_control_cfsr PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/datm_cdeps_control_cfsr -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_27838/datm_cdeps_restart_cfsr -Checking test 136 datm_cdeps_restart_cfsr results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/datm_cdeps_control_cfsr +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_22465/datm_cdeps_restart_cfsr +Checking test 138 datm_cdeps_restart_cfsr results .... Comparing RESTART/20111002.000000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK -The total amount of wall time = 86.019297 -The maximum resident set size (KB) = 728436 +The total amount of wall time = 85.758098 +The maximum resident set size (KB) = 728424 -Test 136 datm_cdeps_restart_cfsr PASS +Test 138 datm_cdeps_restart_cfsr PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/datm_cdeps_control_gefs -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_27838/datm_cdeps_control_gefs -Checking test 137 datm_cdeps_control_gefs results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/datm_cdeps_control_gefs +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_22465/datm_cdeps_control_gefs +Checking test 139 datm_cdeps_control_gefs results .... Comparing RESTART/20111002.000000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS_NEW.cpl.r.2011-10-02-00000.nc .........OK -The total amount of wall time = 133.766182 -The maximum resident set size (KB) = 612892 +The total amount of wall time = 132.665571 +The maximum resident set size (KB) = 613748 -Test 137 datm_cdeps_control_gefs PASS +Test 139 datm_cdeps_control_gefs PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/datm_cdeps_iau_gefs -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_27838/datm_cdeps_iau_gefs -Checking test 138 datm_cdeps_iau_gefs results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/datm_cdeps_iau_gefs +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_22465/datm_cdeps_iau_gefs +Checking test 140 datm_cdeps_iau_gefs results .... Comparing RESTART/20111002.000000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS_NEW.cpl.r.2011-10-02-00000.nc .........OK -The total amount of wall time = 135.660432 -The maximum resident set size (KB) = 611276 +The total amount of wall time = 135.610741 +The maximum resident set size (KB) = 613776 -Test 138 datm_cdeps_iau_gefs PASS +Test 140 datm_cdeps_iau_gefs PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/datm_cdeps_stochy_gefs -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_27838/datm_cdeps_stochy_gefs -Checking test 139 datm_cdeps_stochy_gefs results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/datm_cdeps_stochy_gefs +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_22465/datm_cdeps_stochy_gefs +Checking test 141 datm_cdeps_stochy_gefs results .... Comparing RESTART/20111002.000000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS_NEW.cpl.r.2011-10-02-00000.nc .........OK -The total amount of wall time = 136.805751 -The maximum resident set size (KB) = 615576 +The total amount of wall time = 137.605773 +The maximum resident set size (KB) = 612372 -Test 139 datm_cdeps_stochy_gefs PASS +Test 141 datm_cdeps_stochy_gefs PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/datm_cdeps_ciceC_cfsr -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_27838/datm_cdeps_ciceC_cfsr -Checking test 140 datm_cdeps_ciceC_cfsr results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/datm_cdeps_ciceC_cfsr +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_22465/datm_cdeps_ciceC_cfsr +Checking test 142 datm_cdeps_ciceC_cfsr results .... Comparing RESTART/20111002.000000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK -The total amount of wall time = 140.957978 -The maximum resident set size (KB) = 733384 +The total amount of wall time = 140.783842 +The maximum resident set size (KB) = 733972 -Test 140 datm_cdeps_ciceC_cfsr PASS +Test 142 datm_cdeps_ciceC_cfsr PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/datm_cdeps_bulk_cfsr -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_27838/datm_cdeps_bulk_cfsr -Checking test 141 datm_cdeps_bulk_cfsr results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/datm_cdeps_bulk_cfsr +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_22465/datm_cdeps_bulk_cfsr +Checking test 143 datm_cdeps_bulk_cfsr results .... Comparing RESTART/20111002.000000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK -The total amount of wall time = 141.875323 -The maximum resident set size (KB) = 732476 +The total amount of wall time = 140.738749 +The maximum resident set size (KB) = 723820 -Test 141 datm_cdeps_bulk_cfsr PASS +Test 143 datm_cdeps_bulk_cfsr PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/datm_cdeps_bulk_gefs -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_27838/datm_cdeps_bulk_gefs -Checking test 142 datm_cdeps_bulk_gefs results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/datm_cdeps_bulk_gefs +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_22465/datm_cdeps_bulk_gefs +Checking test 144 datm_cdeps_bulk_gefs results .... Comparing RESTART/20111002.000000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS_NEW.cpl.r.2011-10-02-00000.nc .........OK -The total amount of wall time = 132.955777 -The maximum resident set size (KB) = 620428 +The total amount of wall time = 133.743134 +The maximum resident set size (KB) = 616560 -Test 142 datm_cdeps_bulk_gefs PASS +Test 144 datm_cdeps_bulk_gefs PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/datm_cdeps_mx025_cfsr -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_27838/datm_cdeps_mx025_cfsr -Checking test 143 datm_cdeps_mx025_cfsr results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/datm_cdeps_mx025_cfsr +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_22465/datm_cdeps_mx025_cfsr +Checking test 145 datm_cdeps_mx025_cfsr results .... Comparing RESTART/20111001.120000.MOM.res.nc .........OK Comparing RESTART/20111001.120000.MOM.res_1.nc .........OK Comparing RESTART/20111001.120000.MOM.res_2.nc .........OK @@ -4299,15 +4267,15 @@ Checking test 143 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 -The total amount of wall time = 428.530056 -The maximum resident set size (KB) = 570824 +The total amount of wall time = 426.950148 +The maximum resident set size (KB) = 570208 -Test 143 datm_cdeps_mx025_cfsr PASS +Test 145 datm_cdeps_mx025_cfsr PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/datm_cdeps_mx025_gefs -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_27838/datm_cdeps_mx025_gefs -Checking test 144 datm_cdeps_mx025_gefs results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/datm_cdeps_mx025_gefs +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_22465/datm_cdeps_mx025_gefs +Checking test 146 datm_cdeps_mx025_gefs results .... Comparing RESTART/20111001.120000.MOM.res.nc .........OK Comparing RESTART/20111001.120000.MOM.res_1.nc .........OK Comparing RESTART/20111001.120000.MOM.res_2.nc .........OK @@ -4315,65 +4283,65 @@ Checking test 144 datm_cdeps_mx025_gefs results .... Comparing RESTART/iced.2011-10-01-43200.nc .........OK Comparing RESTART/DATM_GEFS_NEW.cpl.r.2011-10-01-43200.nc .........OK -The total amount of wall time = 426.819736 -The maximum resident set size (KB) = 553144 +The total amount of wall time = 428.380634 +The maximum resident set size (KB) = 547092 -Test 144 datm_cdeps_mx025_gefs PASS +Test 146 datm_cdeps_mx025_gefs PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/datm_cdeps_control_cfsr -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_27838/datm_cdeps_multiple_files_cfsr -Checking test 145 datm_cdeps_multiple_files_cfsr results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/datm_cdeps_control_cfsr +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_22465/datm_cdeps_multiple_files_cfsr +Checking test 147 datm_cdeps_multiple_files_cfsr results .... Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK -The total amount of wall time = 140.881794 -The maximum resident set size (KB) = 734144 +The total amount of wall time = 140.054176 +The maximum resident set size (KB) = 732480 -Test 145 datm_cdeps_multiple_files_cfsr PASS +Test 147 datm_cdeps_multiple_files_cfsr PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/datm_cdeps_3072x1536_cfsr -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_27838/datm_cdeps_3072x1536_cfsr -Checking test 146 datm_cdeps_3072x1536_cfsr results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/datm_cdeps_3072x1536_cfsr +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_22465/datm_cdeps_3072x1536_cfsr +Checking test 148 datm_cdeps_3072x1536_cfsr results .... Comparing RESTART/20111002.000000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR3072x1536.cpl.r.2011-10-02-00000.nc .........OK -The total amount of wall time = 256.993785 -The maximum resident set size (KB) = 1981204 +The total amount of wall time = 255.988311 +The maximum resident set size (KB) = 1980344 -Test 146 datm_cdeps_3072x1536_cfsr PASS +Test 148 datm_cdeps_3072x1536_cfsr PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/datm_cdeps_gfs -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_27838/datm_cdeps_gfs -Checking test 147 datm_cdeps_gfs results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/datm_cdeps_gfs +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_22465/datm_cdeps_gfs +Checking test 149 datm_cdeps_gfs results .... Comparing RESTART/20210323.060000.MOM.res.nc .........OK Comparing RESTART/iced.2021-03-23-21600.nc .........OK Comparing RESTART/DATM_GFS.cpl.r.2021-03-23-21600.nc .........OK -The total amount of wall time = 256.582588 -The maximum resident set size (KB) = 1979332 +The total amount of wall time = 256.805003 +The maximum resident set size (KB) = 1981228 -Test 147 datm_cdeps_gfs PASS +Test 149 datm_cdeps_gfs PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/datm_cdeps_control_cfsr_faster -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_27838/datm_cdeps_control_cfsr_faster -Checking test 148 datm_cdeps_control_cfsr_faster results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/datm_cdeps_control_cfsr_faster +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_22465/datm_cdeps_control_cfsr_faster +Checking test 150 datm_cdeps_control_cfsr_faster results .... Comparing RESTART/20111002.000000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK -The total amount of wall time = 141.095571 -The maximum resident set size (KB) = 731608 +The total amount of wall time = 140.595927 +The maximum resident set size (KB) = 723600 -Test 148 datm_cdeps_control_cfsr_faster PASS +Test 150 datm_cdeps_control_cfsr_faster PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/datm_cdeps_lnd_gswp3 -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_27838/datm_cdeps_lnd_gswp3 -Checking test 149 datm_cdeps_lnd_gswp3 results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/datm_cdeps_lnd_gswp3 +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_22465/datm_cdeps_lnd_gswp3 +Checking test 151 datm_cdeps_lnd_gswp3 results .... Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile1.nc .........OK Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile2.nc .........OK Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile3.nc .........OK @@ -4381,15 +4349,15 @@ Checking test 149 datm_cdeps_lnd_gswp3 results .... Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile5.nc .........OK Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile6.nc .........OK -The total amount of wall time = 22.096349 -The maximum resident set size (KB) = 227292 +The total amount of wall time = 22.288985 +The maximum resident set size (KB) = 225776 -Test 149 datm_cdeps_lnd_gswp3 PASS +Test 151 datm_cdeps_lnd_gswp3 PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/datm_cdeps_lnd_gswp3 -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_27838/datm_cdeps_lnd_gswp3_rst -Checking test 150 datm_cdeps_lnd_gswp3_rst results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/datm_cdeps_lnd_gswp3 +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_22465/datm_cdeps_lnd_gswp3_rst +Checking test 152 datm_cdeps_lnd_gswp3_rst results .... Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile1.nc .........OK Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile2.nc .........OK Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile3.nc .........OK @@ -4397,15 +4365,15 @@ Checking test 150 datm_cdeps_lnd_gswp3_rst results .... Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile5.nc .........OK Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile6.nc .........OK -The total amount of wall time = 26.982569 -The maximum resident set size (KB) = 229492 +The total amount of wall time = 27.563774 +The maximum resident set size (KB) = 232556 -Test 150 datm_cdeps_lnd_gswp3_rst PASS +Test 152 datm_cdeps_lnd_gswp3_rst PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/control_p8_atmlnd_sbs -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_27838/control_p8_atmlnd_sbs -Checking test 151 control_p8_atmlnd_sbs results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/control_p8_atmlnd_sbs +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_22465/control_p8_atmlnd_sbs +Checking test 153 control_p8_atmlnd_sbs results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK Comparing sfcf000.tile3.nc .........OK @@ -4489,15 +4457,15 @@ Checking test 151 control_p8_atmlnd_sbs results .... Comparing ufs.cpld.lnd.out.2021-03-23-21600.tile5.nc .........OK Comparing ufs.cpld.lnd.out.2021-03-23-21600.tile6.nc .........OK -The total amount of wall time = 236.289314 -The maximum resident set size (KB) = 1536408 +The total amount of wall time = 234.701639 +The maximum resident set size (KB) = 1542144 -Test 151 control_p8_atmlnd_sbs PASS +Test 153 control_p8_atmlnd_sbs PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/atmwav_control_noaero_p8 -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_27838/atmwav_control_noaero_p8 -Checking test 152 atmwav_control_noaero_p8 results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/atmwav_control_noaero_p8 +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_22465/atmwav_control_noaero_p8 +Checking test 154 atmwav_control_noaero_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK Comparing atmf000.nc .........OK @@ -4539,15 +4507,15 @@ Checking test 152 atmwav_control_noaero_p8 results .... Comparing 20210322.180000.out_grd.ww3 .........OK Comparing ufs.atmw.ww3.r.2021-03-22-64800 .........OK -The total amount of wall time = 110.290917 -The maximum resident set size (KB) = 1530272 +The total amount of wall time = 107.050699 +The maximum resident set size (KB) = 1528808 -Test 152 atmwav_control_noaero_p8 PASS +Test 154 atmwav_control_noaero_p8 PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/control_atmwav -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_27838/control_atmwav -Checking test 153 control_atmwav results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/control_atmwav +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_22465/control_atmwav +Checking test 155 control_atmwav results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK Comparing atmf000.nc .........OK @@ -4590,15 +4558,15 @@ Checking test 153 control_atmwav results .... Comparing RESTART/20210322.180000.sfc_data.tile6.nc .........OK Comparing 20210322.180000.restart.glo_1deg .........OK -The total amount of wall time = 92.120639 -The maximum resident set size (KB) = 541620 +The total amount of wall time = 90.784628 +The maximum resident set size (KB) = 544164 -Test 153 control_atmwav PASS +Test 155 control_atmwav PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/atmaero_control_p8 -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_27838/atmaero_control_p8 -Checking test 154 atmaero_control_p8 results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/atmaero_control_p8 +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_22465/atmaero_control_p8 +Checking test 156 atmaero_control_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -4641,15 +4609,15 @@ Checking test 154 atmaero_control_p8 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -The total amount of wall time = 243.632715 -The maximum resident set size (KB) = 2812396 +The total amount of wall time = 243.583357 +The maximum resident set size (KB) = 2815320 -Test 154 atmaero_control_p8 PASS +Test 156 atmaero_control_p8 PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/atmaero_control_p8_rad -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_27838/atmaero_control_p8_rad -Checking test 155 atmaero_control_p8_rad results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/atmaero_control_p8_rad +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_22465/atmaero_control_p8_rad +Checking test 157 atmaero_control_p8_rad results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -4692,15 +4660,15 @@ Checking test 155 atmaero_control_p8_rad results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -The total amount of wall time = 282.829081 -The maximum resident set size (KB) = 2878356 +The total amount of wall time = 282.632257 +The maximum resident set size (KB) = 2876660 -Test 155 atmaero_control_p8_rad PASS +Test 157 atmaero_control_p8_rad PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/atmaero_control_p8_rad_micro -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_27838/atmaero_control_p8_rad_micro -Checking test 156 atmaero_control_p8_rad_micro results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/atmaero_control_p8_rad_micro +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_22465/atmaero_control_p8_rad_micro +Checking test 158 atmaero_control_p8_rad_micro results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -4743,15 +4711,15 @@ Checking test 156 atmaero_control_p8_rad_micro results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -The total amount of wall time = 287.878626 -The maximum resident set size (KB) = 2885196 +The total amount of wall time = 287.932948 +The maximum resident set size (KB) = 2886296 -Test 156 atmaero_control_p8_rad_micro PASS +Test 158 atmaero_control_p8_rad_micro PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/regional_atmaq -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_27838/regional_atmaq -Checking test 157 regional_atmaq results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/regional_atmaq +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_22465/regional_atmaq +Checking test 159 regional_atmaq results .... Comparing sfcf000.nc .........OK Comparing sfcf003.nc .........OK Comparing sfcf006.nc .........OK @@ -4766,15 +4734,15 @@ Checking test 157 regional_atmaq results .... Comparing RESTART/20190801.180000.phy_data.nc .........OK Comparing RESTART/20190801.180000.sfc_data.nc .........OK -The total amount of wall time = 682.977333 -The maximum resident set size (KB) = 1257296 +The total amount of wall time = 681.071942 +The maximum resident set size (KB) = 1253668 -Test 157 regional_atmaq PASS +Test 159 regional_atmaq PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/regional_atmaq_debug -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_27838/regional_atmaq_debug -Checking test 158 regional_atmaq_debug results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/regional_atmaq_debug +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_22465/regional_atmaq_debug +Checking test 160 regional_atmaq_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK @@ -4787,15 +4755,15 @@ Checking test 158 regional_atmaq_debug results .... Comparing RESTART/20190801.130000.phy_data.nc .........OK Comparing RESTART/20190801.130000.sfc_data.nc .........OK -The total amount of wall time = 1307.193464 -The maximum resident set size (KB) = 1291952 +The total amount of wall time = 1305.593756 +The maximum resident set size (KB) = 1288544 -Test 158 regional_atmaq_debug PASS +Test 160 regional_atmaq_debug PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/regional_atmaq_faster -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_27838/regional_atmaq_faster -Checking test 159 regional_atmaq_faster results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/regional_atmaq_faster +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_22465/regional_atmaq_faster +Checking test 161 regional_atmaq_faster results .... Comparing sfcf000.nc .........OK Comparing sfcf003.nc .........OK Comparing sfcf006.nc .........OK @@ -4810,12 +4778,12 @@ Checking test 159 regional_atmaq_faster results .... Comparing RESTART/20190801.180000.phy_data.nc .........OK Comparing RESTART/20190801.180000.sfc_data.nc .........OK -The total amount of wall time = 632.615419 -The maximum resident set size (KB) = 1255852 +The total amount of wall time = 641.423207 +The maximum resident set size (KB) = 1248804 -Test 159 regional_atmaq_faster PASS +Test 161 regional_atmaq_faster PASS REGRESSION TEST WAS SUCCESSFUL -Fri Apr 21 19:55:36 UTC 2023 -Elapsed time: 01h:30m:13s. Have a nice day! +Tue Apr 25 03:06:56 UTC 2023 +Elapsed time: 01h:31m:56s. Have a nice day! From e73c7e49a44ec6bfb9b4ca6f0668ef0974bb1bd6 Mon Sep 17 00:00:00 2001 From: Brian Curtis Date: Tue, 25 Apr 2023 10:18:56 +0000 Subject: [PATCH 143/152] WCOSS2 Intel RT Log --- tests/RegressionTests_wcoss2.intel.log | 3209 ++++++++++++------------ 1 file changed, 1539 insertions(+), 1670 deletions(-) diff --git a/tests/RegressionTests_wcoss2.intel.log b/tests/RegressionTests_wcoss2.intel.log index 529b8cf657..5cff1d5ace 100644 --- a/tests/RegressionTests_wcoss2.intel.log +++ b/tests/RegressionTests_wcoss2.intel.log @@ -1,35 +1,34 @@ -Mon Apr 24 12:59:32 UTC 2023 +Tue Apr 25 01:34:50 UTC 2023 Start Regression test -Test 012 compile FAIL - -Compile 001 elapsed time 589 seconds. -DAPP=S2SWA -D32BIT=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 002 elapsed time 1114 seconds. -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 003 elapsed time 2263 seconds. -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 004 elapsed time 510 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8_sfcocn -DCMEPS_AOFLUX=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 005 elapsed time 1121 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 006 elapsed time 873 seconds. -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 007 elapsed time 525 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,FV3_WoFS_v0,FV3_GFS_v17_p8_mynn -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 008 elapsed time 962 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_RRFS_v1beta,FV3_RRFS_v1nssl -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 009 elapsed time 471 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_csawmg,FV3_GFS_v16_ugwpv1,FV3_GFS_v16_ras,FV3_GFS_v16_noahmp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 010 elapsed time 1422 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 011 elapsed time 1739 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,FV3_WoFS_v0 -D32BIT=ON -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 013 elapsed time 568 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 014 elapsed time 803 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -D32BIT=ON -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 015 elapsed time 1088 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 016 elapsed time 2135 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -D32BIT=ON -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 017 elapsed time 2220 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 018 elapsed time 1673 seconds. -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v1_gfdlmp_tedmf,FV3_HAFS_v1_gfdlmp_tedmf_nonsst,FV3_HAFS_v1_thompson_tedmf_gfdlsf -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 019 elapsed time 1175 seconds. -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v1_gfdlmp_tedmf,FV3_HAFS_v1_gfdlmp_tedmf_nonsst,FV3_HAFS_v1_thompson_tedmf_gfdlsf -D32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 020 elapsed time 1515 seconds. -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v1_thompson_noahmp_nonsst,FV3_HAFS_v1_thompson_noahmp,FV3_HAFS_v1_thompson_nonsst,FV3_HAFS_v1_thompson,FV3_HAFS_v1_gfdlmp_tedmf_nonsst,FV3_HAFS_v1_gfdlmp_tedmf,FV3_HAFS_v1_thompson_tedmf_gfdlsf -D32BIT=ON -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 021 elapsed time 2527 seconds. -DAPP=ATML -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v15_thompson_mynn,FV3_GFS_v17_p8,FV3_GFS_v15_thompson_mynn_lam3km -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 022 elapsed time 1329 seconds. -DAPP=ATMAERO -DCCPP_SUITES=FV3_GFS_v17_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 023 elapsed time 2053 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 024 elapsed time 1049 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -DDEBUG=ON -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 025 elapsed time 1437 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -DFASTER=ON -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release - -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/cpld_control_p8_mixedmode -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_207441/cpld_control_p8_mixedmode +Compile 001 elapsed time 813 seconds. -DAPP=S2SWA -D32BIT=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 002 elapsed time 1766 seconds. -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 003 elapsed time 632 seconds. -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 004 elapsed time 533 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8_sfcocn -DCMEPS_AOFLUX=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 005 elapsed time 1901 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 006 elapsed time 982 seconds. -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 007 elapsed time 1045 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v16_flake,FV3_GFS_v15_thompson_mynn,FV3_GFS_v17_p8,FV3_GFS_v17_p8_rrtmgp,FV3_GFS_v15_thompson_mynn_lam3km,FV3_WoFS_v0,FV3_GFS_v17_p8_mynn -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 008 elapsed time 1163 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_HRRR_flake,FV3_RRFS_v1beta,FV3_RRFS_v1nssl -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 009 elapsed time 493 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_csawmg,FV3_GFS_v16_ugwpv1,FV3_GFS_v16_ras,FV3_GFS_v16_noahmp -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 010 elapsed time 1046 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 011 elapsed time 696 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,FV3_WoFS_v0 -D32BIT=ON -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 012 elapsed time 826 seconds. -DAPP=ATM -DDEBUG=ON -D32BIT=ON -DCCPP_SUITES=FV3_HRRR,FV3_HRRR_flake,FV3_GFS_v16,FV3_GFS_v16_csawmg,FV3_GFS_v16_ras,FV3_GFS_v17_p8,FV3_GFS_v15_thompson_mynn_lam3km,FV3_RAP,FV3_HRRR,FV3_RAP_unified_ugwp,FV3_RAP_cires_ugwp,FV3_RAP_flake,FV3_RAP_clm_lake,FV3_RAP_noah,FV3_RAP_sfcdiff,FV3_RAP_noah_sfcdiff_cires_ugwp,FV3_RRFS_v1beta -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 013 elapsed time 310 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 014 elapsed time 772 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR,FV3_HRRR_flake -D32BIT=ON -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 015 elapsed time 632 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 016 elapsed time 225 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR,FV3_HRRR_flake -D32BIT=ON -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 017 elapsed time 680 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR,FV3_HRRR_flake -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 018 elapsed time 987 seconds. -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v1_gfdlmp_tedmf,FV3_HAFS_v1_gfdlmp_tedmf_nonsst,FV3_HAFS_v1_thompson_tedmf_gfdlsf -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 019 elapsed time 423 seconds. -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v1_gfdlmp_tedmf,FV3_HAFS_v1_gfdlmp_tedmf_nonsst,FV3_HAFS_v1_thompson_tedmf_gfdlsf -D32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 020 elapsed time 1122 seconds. -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v1_thompson_noahmp_nonsst,FV3_HAFS_v1_thompson_noahmp,FV3_HAFS_v1_thompson_nonsst,FV3_HAFS_v1_thompson,FV3_HAFS_v1_gfdlmp_tedmf_nonsst,FV3_HAFS_v1_gfdlmp_tedmf,FV3_HAFS_v1_thompson_tedmf_gfdlsf -D32BIT=ON -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 021 elapsed time 1149 seconds. -DAPP=ATML -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v15_thompson_mynn,FV3_GFS_v17_p8,FV3_GFS_v15_thompson_mynn_lam3km -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 022 elapsed time 826 seconds. -DAPP=ATMAERO -DCCPP_SUITES=FV3_GFS_v17_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 023 elapsed time 497 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 024 elapsed time 457 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -DDEBUG=ON -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 025 elapsed time 970 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -DFASTER=ON -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release + +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/cpld_control_p8_mixedmode +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_45909/cpld_control_p8_mixedmode Checking test 001 cpld_control_p8_mixedmode results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -94,14 +93,14 @@ Checking test 001 cpld_control_p8_mixedmode results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK -The total amount of wall time = 332.786944 -The maximum resident set size (KB) = 2954188 +The total amount of wall time = 340.001886 +The maximum resident set size (KB) = 2953484 Test 001 cpld_control_p8_mixedmode PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/cpld_control_p8 -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_207441/cpld_control_p8 +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/cpld_control_p8 +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_45909/cpld_control_p8 Checking test 002 cpld_control_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -166,14 +165,14 @@ Checking test 002 cpld_control_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK -The total amount of wall time = 384.428658 -The maximum resident set size (KB) = 2981552 +The total amount of wall time = 391.877435 +The maximum resident set size (KB) = 2983508 Test 002 cpld_control_p8 PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/cpld_control_p8 -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_207441/cpld_restart_p8 +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/cpld_control_p8 +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_45909/cpld_restart_p8 Checking test 003 cpld_restart_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -226,14 +225,14 @@ Checking test 003 cpld_restart_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK -The total amount of wall time = 235.382308 -The maximum resident set size (KB) = 2871276 +The total amount of wall time = 235.956127 +The maximum resident set size (KB) = 2873452 Test 003 cpld_restart_p8 PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/cpld_control_p8 -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_207441/cpld_control_qr_p8 +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/cpld_control_p8 +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_45909/cpld_control_qr_p8 Checking test 004 cpld_control_qr_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -298,14 +297,14 @@ Checking test 004 cpld_control_qr_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK -The total amount of wall time = 384.675576 -The maximum resident set size (KB) = 2993652 +The total amount of wall time = 393.197844 +The maximum resident set size (KB) = 2994132 Test 004 cpld_control_qr_p8 PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/cpld_control_p8 -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_207441/cpld_restart_qr_p8 +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/cpld_control_p8 +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_45909/cpld_restart_qr_p8 Checking test 005 cpld_restart_qr_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -358,14 +357,14 @@ Checking test 005 cpld_restart_qr_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK -The total amount of wall time = 245.986310 -The maximum resident set size (KB) = 2880060 +The total amount of wall time = 235.985489 +The maximum resident set size (KB) = 2884632 Test 005 cpld_restart_qr_p8 PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/cpld_control_p8 -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_207441/cpld_2threads_p8 +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/cpld_control_p8 +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_45909/cpld_2threads_p8 Checking test 006 cpld_2threads_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -418,14 +417,14 @@ Checking test 006 cpld_2threads_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK -The total amount of wall time = 367.611283 -The maximum resident set size (KB) = 3283632 +The total amount of wall time = 372.954929 +The maximum resident set size (KB) = 3286324 Test 006 cpld_2threads_p8 PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/cpld_control_p8 -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_207441/cpld_decomp_p8 +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/cpld_control_p8 +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_45909/cpld_decomp_p8 Checking test 007 cpld_decomp_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -478,14 +477,14 @@ Checking test 007 cpld_decomp_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK -The total amount of wall time = 383.471617 -The maximum resident set size (KB) = 2977728 +The total amount of wall time = 386.889054 +The maximum resident set size (KB) = 2982984 Test 007 cpld_decomp_p8 PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/cpld_control_p8 -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_207441/cpld_mpi_p8 +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/cpld_control_p8 +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_45909/cpld_mpi_p8 Checking test 008 cpld_mpi_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -538,14 +537,14 @@ Checking test 008 cpld_mpi_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK -The total amount of wall time = 316.137772 -The maximum resident set size (KB) = 2910048 +The total amount of wall time = 318.863659 +The maximum resident set size (KB) = 2922880 Test 008 cpld_mpi_p8 PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/cpld_control_ciceC_p8 -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_207441/cpld_control_ciceC_p8 +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/cpld_control_ciceC_p8 +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_45909/cpld_control_ciceC_p8 Checking test 009 cpld_control_ciceC_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -610,14 +609,14 @@ Checking test 009 cpld_control_ciceC_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK -The total amount of wall time = 386.377634 -The maximum resident set size (KB) = 2980368 +The total amount of wall time = 390.747703 +The maximum resident set size (KB) = 2987300 Test 009 cpld_control_ciceC_p8 PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/cpld_bmark_p8 -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_207441/cpld_bmark_p8 +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/cpld_bmark_p8 +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_45909/cpld_bmark_p8 Checking test 010 cpld_bmark_p8 results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK @@ -665,14 +664,14 @@ Checking test 010 cpld_bmark_p8 results .... Comparing 20130401.060000.out_pnt.ww3 .........OK Comparing 20130401.060000.out_grd.ww3 .........OK -The total amount of wall time = 936.996522 -The maximum resident set size (KB) = 3920880 +The total amount of wall time = 945.765071 +The maximum resident set size (KB) = 3922176 Test 010 cpld_bmark_p8 PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/cpld_bmark_p8 -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_207441/cpld_restart_bmark_p8 +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/cpld_bmark_p8 +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_45909/cpld_restart_bmark_p8 Checking test 011 cpld_restart_bmark_p8 results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK @@ -720,14 +719,14 @@ Checking test 011 cpld_restart_bmark_p8 results .... Comparing 20130401.060000.out_pnt.ww3 .........OK Comparing 20130401.060000.out_grd.ww3 .........OK -The total amount of wall time = 651.935188 -The maximum resident set size (KB) = 3896992 +The total amount of wall time = 671.830979 +The maximum resident set size (KB) = 3896688 Test 011 cpld_restart_bmark_p8 PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/cpld_control_noaero_p8 -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_207441/cpld_control_noaero_p8 +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/cpld_control_noaero_p8 +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_45909/cpld_control_noaero_p8 Checking test 012 cpld_control_noaero_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -791,14 +790,14 @@ Checking test 012 cpld_control_noaero_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK -The total amount of wall time = 281.641551 -The maximum resident set size (KB) = 1575968 +The total amount of wall time = 284.112706 +The maximum resident set size (KB) = 1575508 Test 012 cpld_control_noaero_p8 PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/cpld_control_c96_noaero_p8 -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_207441/cpld_control_nowave_noaero_p8 +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/cpld_control_c96_noaero_p8 +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_45909/cpld_control_nowave_noaero_p8 Checking test 013 cpld_control_nowave_noaero_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -860,14 +859,14 @@ Checking test 013 cpld_control_nowave_noaero_p8 results .... Comparing RESTART/iced.2021-03-23-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK -The total amount of wall time = 298.902385 -The maximum resident set size (KB) = 1635732 +The total amount of wall time = 302.515510 +The maximum resident set size (KB) = 1628184 Test 013 cpld_control_nowave_noaero_p8 PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/cpld_control_noaero_p8_agrid -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_207441/cpld_control_noaero_p8_agrid +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/cpld_control_noaero_p8_agrid +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_45909/cpld_control_noaero_p8_agrid Checking test 014 cpld_control_noaero_p8_agrid results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -929,14 +928,14 @@ Checking test 014 cpld_control_noaero_p8_agrid results .... Comparing RESTART/iced.2021-03-23-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK -The total amount of wall time = 306.436427 -The maximum resident set size (KB) = 1628592 +The total amount of wall time = 308.277910 +The maximum resident set size (KB) = 1623840 Test 014 cpld_control_noaero_p8_agrid PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/cpld_control_c48 -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_207441/cpld_control_c48 +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/cpld_control_c48 +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_45909/cpld_control_c48 Checking test 015 cpld_control_c48 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -986,14 +985,14 @@ Checking test 015 cpld_control_c48 results .... Comparing RESTART/iced.2021-03-23-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK -The total amount of wall time = 433.637237 -The maximum resident set size (KB) = 2636848 +The total amount of wall time = 440.804071 +The maximum resident set size (KB) = 2640584 Test 015 cpld_control_c48 PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/cpld_warmstart_c48 -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_207441/cpld_warmstart_c48 +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/cpld_warmstart_c48 +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_45909/cpld_warmstart_c48 Checking test 016 cpld_warmstart_c48 results .... Comparing sfcf006.tile1.nc .........OK Comparing sfcf006.tile2.nc .........OK @@ -1043,14 +1042,14 @@ Checking test 016 cpld_warmstart_c48 results .... Comparing RESTART/iced.2021-03-23-43200.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-43200.nc .........OK -The total amount of wall time = 122.526893 -The maximum resident set size (KB) = 2654352 +The total amount of wall time = 125.741119 +The maximum resident set size (KB) = 2656936 Test 016 cpld_warmstart_c48 PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/cpld_warmstart_c48 -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_207441/cpld_restart_c48 +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/cpld_warmstart_c48 +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_45909/cpld_restart_c48 Checking test 017 cpld_restart_c48 results .... Comparing sfcf006.tile1.nc .........OK Comparing sfcf006.tile2.nc .........OK @@ -1100,14 +1099,14 @@ Checking test 017 cpld_restart_c48 results .... Comparing RESTART/iced.2021-03-23-43200.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-43200.nc .........OK -The total amount of wall time = 68.401655 -The maximum resident set size (KB) = 2072660 +The total amount of wall time = 71.214394 +The maximum resident set size (KB) = 2071140 Test 017 cpld_restart_c48 PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/cpld_control_p8_faster -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_207441/cpld_control_p8_faster +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/cpld_control_p8_faster +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_45909/cpld_control_p8_faster Checking test 018 cpld_control_p8_faster results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -1172,15 +1171,33 @@ Checking test 018 cpld_control_p8_faster results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK -The total amount of wall time = 382.884060 -The maximum resident set size (KB) = 2979692 +The total amount of wall time = 384.508364 +The maximum resident set size (KB) = 2985052 Test 018 cpld_control_p8_faster PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/control_CubedSphereGrid -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_207441/control_CubedSphereGrid -Checking test 019 control_CubedSphereGrid results .... +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/control_flake +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_45909/control_flake +Checking test 019 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 + +The total amount of wall time = 215.676452 +The maximum resident set size (KB) = 568584 + +Test 019 control_flake PASS + + +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/control_CubedSphereGrid +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_45909/control_CubedSphereGrid +Checking test 020 control_CubedSphereGrid results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK Comparing sfcf000.tile3.nc .........OK @@ -1206,15 +1223,15 @@ Checking test 019 control_CubedSphereGrid results .... Comparing atmf024.tile5.nc .........OK Comparing atmf024.tile6.nc .........OK -The total amount of wall time = 131.389203 -The maximum resident set size (KB) = 518472 +The total amount of wall time = 130.713541 +The maximum resident set size (KB) = 520448 -Test 019 control_CubedSphereGrid PASS +Test 020 control_CubedSphereGrid PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/control_latlon -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_207441/control_latlon -Checking test 020 control_latlon results .... +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/control_latlon +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_45909/control_latlon +Checking test 021 control_latlon results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -1224,15 +1241,15 @@ Checking test 020 control_latlon results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -The total amount of wall time = 132.968888 -The maximum resident set size (KB) = 517172 +The total amount of wall time = 133.657363 +The maximum resident set size (KB) = 519504 -Test 020 control_latlon PASS +Test 021 control_latlon PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/control_wrtGauss_netcdf_parallel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_207441/control_wrtGauss_netcdf_parallel -Checking test 021 control_wrtGauss_netcdf_parallel results .... +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/control_wrtGauss_netcdf_parallel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_45909/control_wrtGauss_netcdf_parallel +Checking test 022 control_wrtGauss_netcdf_parallel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -1242,15 +1259,15 @@ Checking test 021 control_wrtGauss_netcdf_parallel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -The total amount of wall time = 135.753891 -The maximum resident set size (KB) = 513400 +The total amount of wall time = 135.388301 +The maximum resident set size (KB) = 517448 -Test 021 control_wrtGauss_netcdf_parallel PASS +Test 022 control_wrtGauss_netcdf_parallel PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/control_c48 -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_207441/control_c48 -Checking test 022 control_c48 results .... +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/control_c48 +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_45909/control_c48 +Checking test 023 control_c48 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -1288,15 +1305,15 @@ Checking test 022 control_c48 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -The total amount of wall time = 327.610061 -The maximum resident set size (KB) = 673976 +The total amount of wall time = 327.192590 +The maximum resident set size (KB) = 680900 -Test 022 control_c48 PASS +Test 023 control_c48 PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/control_c192 -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_207441/control_c192 -Checking test 023 control_c192 results .... +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/control_c192 +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_45909/control_c192 +Checking test 024 control_c192 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -1306,15 +1323,15 @@ Checking test 023 control_c192 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -The total amount of wall time = 531.961170 -The maximum resident set size (KB) = 616828 +The total amount of wall time = 528.809717 +The maximum resident set size (KB) = 621520 -Test 023 control_c192 PASS +Test 024 control_c192 PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/control_c384 -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_207441/control_c384 -Checking test 024 control_c384 results .... +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/control_c384 +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_45909/control_c384 +Checking test 025 control_c384 results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK Comparing atmf000.nc .........OK @@ -1324,15 +1341,15 @@ Checking test 024 control_c384 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK -The total amount of wall time = 589.700932 -The maximum resident set size (KB) = 920804 +The total amount of wall time = 566.547287 +The maximum resident set size (KB) = 935640 -Test 024 control_c384 PASS +Test 025 control_c384 PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/control_c384gdas -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_207441/control_c384gdas -Checking test 025 control_c384gdas results .... +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/control_c384gdas +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_45909/control_c384gdas +Checking test 026 control_c384gdas results .... Comparing sfcf000.nc .........OK Comparing sfcf006.nc .........OK Comparing atmf000.nc .........OK @@ -1374,15 +1391,15 @@ Checking test 025 control_c384gdas results .... Comparing RESTART/20210322.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210322.060000.sfc_data.tile6.nc .........OK -The total amount of wall time = 498.218990 -The maximum resident set size (KB) = 1064028 +The total amount of wall time = 495.644387 +The maximum resident set size (KB) = 1064724 -Test 025 control_c384gdas PASS +Test 026 control_c384gdas PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/control_stochy -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_207441/control_stochy -Checking test 026 control_stochy results .... +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/control_stochy +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_45909/control_stochy +Checking test 027 control_stochy results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK Comparing atmf000.nc .........OK @@ -1392,29 +1409,29 @@ Checking test 026 control_stochy results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK -The total amount of wall time = 90.417520 -The maximum resident set size (KB) = 522660 +The total amount of wall time = 90.294792 +The maximum resident set size (KB) = 525916 -Test 026 control_stochy PASS +Test 027 control_stochy PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/control_stochy -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_207441/control_stochy_restart -Checking test 027 control_stochy_restart results .... +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/control_stochy +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_45909/control_stochy_restart +Checking test 028 control_stochy_restart results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK Comparing GFSFLX.GrbF12 .........OK Comparing GFSPRS.GrbF12 .........OK -The total amount of wall time = 49.242742 -The maximum resident set size (KB) = 290832 +The total amount of wall time = 50.322031 +The maximum resident set size (KB) = 296000 -Test 027 control_stochy_restart PASS +Test 028 control_stochy_restart PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/control_lndp -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_207441/control_lndp -Checking test 028 control_lndp results .... +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/control_lndp +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_45909/control_lndp +Checking test 029 control_lndp results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK Comparing atmf000.nc .........OK @@ -1424,15 +1441,15 @@ Checking test 028 control_lndp results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK -The total amount of wall time = 83.451979 -The maximum resident set size (KB) = 520864 +The total amount of wall time = 83.224283 +The maximum resident set size (KB) = 522204 -Test 028 control_lndp PASS +Test 029 control_lndp PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/control_iovr4 -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_207441/control_iovr4 -Checking test 029 control_iovr4 results .... +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/control_iovr4 +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_45909/control_iovr4 +Checking test 030 control_iovr4 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -1446,15 +1463,15 @@ Checking test 029 control_iovr4 results .... Comparing GFSPRS.GrbF21 .........OK Comparing GFSPRS.GrbF24 .........OK -The total amount of wall time = 136.424906 -The maximum resident set size (KB) = 516640 +The total amount of wall time = 136.468942 +The maximum resident set size (KB) = 520820 -Test 029 control_iovr4 PASS +Test 030 control_iovr4 PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/control_iovr5 -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_207441/control_iovr5 -Checking test 030 control_iovr5 results .... +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/control_iovr5 +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_45909/control_iovr5 +Checking test 031 control_iovr5 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -1468,15 +1485,15 @@ Checking test 030 control_iovr5 results .... Comparing GFSPRS.GrbF21 .........OK Comparing GFSPRS.GrbF24 .........OK -The total amount of wall time = 136.648895 -The maximum resident set size (KB) = 519496 +The total amount of wall time = 135.818032 +The maximum resident set size (KB) = 522432 -Test 030 control_iovr5 PASS +Test 031 control_iovr5 PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/control_p8 -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_207441/control_p8 -Checking test 031 control_p8 results .... +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/control_p8 +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_45909/control_p8 +Checking test 032 control_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -1522,15 +1539,15 @@ Checking test 031 control_p8 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -The total amount of wall time = 191.641218 -The maximum resident set size (KB) = 1485720 +The total amount of wall time = 180.231538 +The maximum resident set size (KB) = 1488380 -Test 031 control_p8 PASS +Test 032 control_p8 PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/control_p8 -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_207441/control_restart_p8 -Checking test 032 control_restart_p8 results .... +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/control_p8 +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_45909/control_restart_p8 +Checking test 033 control_restart_p8 results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK Comparing GFSFLX.GrbF24 .........OK @@ -1568,15 +1585,15 @@ Checking test 032 control_restart_p8 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -The total amount of wall time = 101.539990 -The maximum resident set size (KB) = 656120 +The total amount of wall time = 105.972900 +The maximum resident set size (KB) = 659764 -Test 032 control_restart_p8 PASS +Test 033 control_restart_p8 PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/control_p8 -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_207441/control_qr_p8 -Checking test 033 control_qr_p8 results .... +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/control_p8 +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_45909/control_qr_p8 +Checking test 034 control_qr_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -1622,15 +1639,15 @@ Checking test 033 control_qr_p8 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc ............ALT CHECK......OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc ............ALT CHECK......OK -The total amount of wall time = 179.926871 -The maximum resident set size (KB) = 1498956 +The total amount of wall time = 179.075772 +The maximum resident set size (KB) = 1494784 -Test 033 control_qr_p8 PASS +Test 034 control_qr_p8 PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/control_p8 -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_207441/control_restart_qr_p8 -Checking test 034 control_restart_qr_p8 results .... +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/control_p8 +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_45909/control_restart_qr_p8 +Checking test 035 control_restart_qr_p8 results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK Comparing GFSFLX.GrbF24 .........OK @@ -1668,15 +1685,15 @@ Checking test 034 control_restart_qr_p8 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc ............ALT CHECK......OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc ............ALT CHECK......OK -The total amount of wall time = 101.997620 -The maximum resident set size (KB) = 666896 +The total amount of wall time = 105.970015 +The maximum resident set size (KB) = 668788 -Test 034 control_restart_qr_p8 PASS +Test 035 control_restart_qr_p8 PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/control_p8 -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_207441/control_decomp_p8 -Checking test 035 control_decomp_p8 results .... +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/control_p8 +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_45909/control_decomp_p8 +Checking test 036 control_decomp_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -1718,15 +1735,15 @@ Checking test 035 control_decomp_p8 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -The total amount of wall time = 200.108793 -The maximum resident set size (KB) = 1479360 +The total amount of wall time = 182.475428 +The maximum resident set size (KB) = 1489336 -Test 035 control_decomp_p8 PASS +Test 036 control_decomp_p8 PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/control_p8 -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_207441/control_2threads_p8 -Checking test 036 control_2threads_p8 results .... +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/control_p8 +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_45909/control_2threads_p8 +Checking test 037 control_2threads_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -1768,15 +1785,15 @@ Checking test 036 control_2threads_p8 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -The total amount of wall time = 176.135736 -The maximum resident set size (KB) = 1580672 +The total amount of wall time = 157.310533 +The maximum resident set size (KB) = 1575452 -Test 036 control_2threads_p8 PASS +Test 037 control_2threads_p8 PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/control_p8_lndp -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_207441/control_p8_lndp -Checking test 037 control_p8_lndp results .... +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/control_p8_lndp +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_45909/control_p8_lndp +Checking test 038 control_p8_lndp results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -1794,15 +1811,15 @@ Checking test 037 control_p8_lndp results .... Comparing GFSPRS.GrbF24 .........OK Comparing GFSPRS.GrbF48 .........OK -The total amount of wall time = 330.925937 -The maximum resident set size (KB) = 1488000 +The total amount of wall time = 321.669075 +The maximum resident set size (KB) = 1487980 -Test 037 control_p8_lndp PASS +Test 038 control_p8_lndp PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/control_p8_rrtmgp -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_207441/control_p8_rrtmgp -Checking test 038 control_p8_rrtmgp results .... +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/control_p8_rrtmgp +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_45909/control_p8_rrtmgp +Checking test 039 control_p8_rrtmgp results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -1848,15 +1865,15 @@ Checking test 038 control_p8_rrtmgp results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -The total amount of wall time = 251.732612 -The maximum resident set size (KB) = 1547224 +The total amount of wall time = 236.029674 +The maximum resident set size (KB) = 1550064 -Test 038 control_p8_rrtmgp PASS +Test 039 control_p8_rrtmgp PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/control_p8_mynn -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_207441/control_p8_mynn -Checking test 039 control_p8_mynn results .... +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/control_p8_mynn +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_45909/control_p8_mynn +Checking test 040 control_p8_mynn results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -1902,15 +1919,15 @@ Checking test 039 control_p8_mynn results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -The total amount of wall time = 195.904170 -The maximum resident set size (KB) = 1498264 +The total amount of wall time = 181.534677 +The maximum resident set size (KB) = 1486308 -Test 039 control_p8_mynn PASS +Test 040 control_p8_mynn PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/merra2_thompson -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_207441/merra2_thompson -Checking test 040 merra2_thompson results .... +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/merra2_thompson +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_45909/merra2_thompson +Checking test 041 merra2_thompson results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -1956,15 +1973,15 @@ Checking test 040 merra2_thompson results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -The total amount of wall time = 208.681940 -The maximum resident set size (KB) = 1491160 +The total amount of wall time = 205.300003 +The maximum resident set size (KB) = 1497852 -Test 040 merra2_thompson PASS +Test 041 merra2_thompson PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/regional_control -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_207441/regional_control -Checking test 041 regional_control results .... +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/regional_control +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_45909/regional_control +Checking test 042 regional_control results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK Comparing phyf000.nc .........OK @@ -1974,29 +1991,29 @@ Checking test 041 regional_control results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK -The total amount of wall time = 311.992347 -The maximum resident set size (KB) = 657496 +The total amount of wall time = 292.945252 +The maximum resident set size (KB) = 660052 -Test 041 regional_control PASS +Test 042 regional_control PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/regional_control -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_207441/regional_restart -Checking test 042 regional_restart results .... +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/regional_control +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_45909/regional_restart +Checking test 043 regional_restart results .... Comparing dynf006.nc .........OK Comparing phyf006.nc .........OK Comparing PRSLEV.GrbF06 .........OK Comparing NATLEV.GrbF06 .........OK -The total amount of wall time = 155.597256 -The maximum resident set size (KB) = 653292 +The total amount of wall time = 164.919689 +The maximum resident set size (KB) = 654936 -Test 042 regional_restart PASS +Test 043 regional_restart PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/regional_control -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_207441/regional_control_qr -Checking test 043 regional_control_qr results .... +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/regional_control +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_45909/regional_control_qr +Checking test 044 regional_control_qr results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK Comparing phyf000.nc .........OK @@ -2006,29 +2023,29 @@ Checking test 043 regional_control_qr results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK -The total amount of wall time = 308.573372 -The maximum resident set size (KB) = 653556 +The total amount of wall time = 293.707452 +The maximum resident set size (KB) = 659648 -Test 043 regional_control_qr PASS +Test 044 regional_control_qr PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/regional_control -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_207441/regional_restart_qr -Checking test 044 regional_restart_qr results .... +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/regional_control +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_45909/regional_restart_qr +Checking test 045 regional_restart_qr results .... Comparing dynf006.nc .........OK Comparing phyf006.nc .........OK Comparing PRSLEV.GrbF06 .........OK Comparing NATLEV.GrbF06 .........OK -The total amount of wall time = 156.610277 -The maximum resident set size (KB) = 653332 +The total amount of wall time = 161.915663 +The maximum resident set size (KB) = 660728 -Test 044 regional_restart_qr PASS +Test 045 regional_restart_qr PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/regional_control -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_207441/regional_decomp -Checking test 045 regional_decomp results .... +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/regional_control +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_45909/regional_decomp +Checking test 046 regional_decomp results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK Comparing phyf000.nc .........OK @@ -2038,15 +2055,15 @@ Checking test 045 regional_decomp results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK -The total amount of wall time = 325.659223 -The maximum resident set size (KB) = 654516 +The total amount of wall time = 310.196459 +The maximum resident set size (KB) = 658016 -Test 045 regional_decomp PASS +Test 046 regional_decomp PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/regional_control -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_207441/regional_2threads -Checking test 046 regional_2threads results .... +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/regional_control +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_45909/regional_2threads +Checking test 047 regional_2threads results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK Comparing phyf000.nc .........OK @@ -2056,44 +2073,44 @@ Checking test 046 regional_2threads results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK -The total amount of wall time = 193.509057 -The maximum resident set size (KB) = 693768 +The total amount of wall time = 181.326331 +The maximum resident set size (KB) = 697080 -Test 046 regional_2threads PASS +Test 047 regional_2threads PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/regional_noquilt -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_207441/regional_noquilt -Checking test 047 regional_noquilt results .... +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/regional_noquilt +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_45909/regional_noquilt +Checking test 048 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 -The total amount of wall time = 315.075000 -The maximum resident set size (KB) = 650708 +The total amount of wall time = 317.633157 +The maximum resident set size (KB) = 651488 -Test 047 regional_noquilt PASS +Test 048 regional_noquilt PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/regional_netcdf_parallel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_207441/regional_netcdf_parallel -Checking test 048 regional_netcdf_parallel results .... +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/regional_netcdf_parallel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_45909/regional_netcdf_parallel +Checking test 049 regional_netcdf_parallel results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK Comparing phyf000.nc .........OK Comparing phyf006.nc .........OK -The total amount of wall time = 290.159693 -The maximum resident set size (KB) = 650444 +The total amount of wall time = 286.236683 +The maximum resident set size (KB) = 654196 -Test 048 regional_netcdf_parallel PASS +Test 049 regional_netcdf_parallel PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/regional_control -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_207441/regional_2dwrtdecomp -Checking test 049 regional_2dwrtdecomp results .... +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/regional_control +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_45909/regional_2dwrtdecomp +Checking test 050 regional_2dwrtdecomp results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK Comparing phyf000.nc .........OK @@ -2103,15 +2120,15 @@ Checking test 049 regional_2dwrtdecomp results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK -The total amount of wall time = 306.258222 -The maximum resident set size (KB) = 654280 +The total amount of wall time = 290.824230 +The maximum resident set size (KB) = 655852 -Test 049 regional_2dwrtdecomp PASS +Test 050 regional_2dwrtdecomp PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/fv3_regional_wofs -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_207441/regional_wofs -Checking test 050 regional_wofs results .... +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/fv3_regional_wofs +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_45909/regional_wofs +Checking test 051 regional_wofs results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK Comparing phyf000.nc .........OK @@ -2121,15 +2138,15 @@ Checking test 050 regional_wofs results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK -The total amount of wall time = 366.468870 -The maximum resident set size (KB) = 342520 +The total amount of wall time = 370.850743 +The maximum resident set size (KB) = 346728 -Test 050 regional_wofs PASS +Test 051 regional_wofs PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/rap_control -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_207441/rap_control -Checking test 051 rap_control results .... +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/rap_control +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_45909/rap_control +Checking test 052 rap_control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -2175,15 +2192,15 @@ Checking test 051 rap_control results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -The total amount of wall time = 418.516176 -The maximum resident set size (KB) = 891092 +The total amount of wall time = 426.408955 +The maximum resident set size (KB) = 897632 -Test 051 rap_control PASS +Test 052 rap_control PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/regional_spp_sppt_shum_skeb -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_207441/regional_spp_sppt_shum_skeb -Checking test 052 regional_spp_sppt_shum_skeb results .... +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/regional_spp_sppt_shum_skeb +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_45909/regional_spp_sppt_shum_skeb +Checking test 053 regional_spp_sppt_shum_skeb results .... Comparing dynf000.nc .........OK Comparing dynf001.nc .........OK Comparing phyf000.nc .........OK @@ -2193,15 +2210,15 @@ Checking test 052 regional_spp_sppt_shum_skeb results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF01 .........OK -The total amount of wall time = 245.803208 -The maximum resident set size (KB) = 990588 +The total amount of wall time = 246.958778 +The maximum resident set size (KB) = 983776 -Test 052 regional_spp_sppt_shum_skeb PASS +Test 053 regional_spp_sppt_shum_skeb PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/rap_control -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_207441/rap_decomp -Checking test 053 rap_decomp results .... +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/rap_control +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_45909/rap_decomp +Checking test 054 rap_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -2247,15 +2264,15 @@ Checking test 053 rap_decomp results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -The total amount of wall time = 433.654119 -The maximum resident set size (KB) = 896048 +The total amount of wall time = 435.465914 +The maximum resident set size (KB) = 898648 -Test 053 rap_decomp PASS +Test 054 rap_decomp PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/rap_control -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_207441/rap_2threads -Checking test 054 rap_2threads results .... +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/rap_control +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_45909/rap_2threads +Checking test 055 rap_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -2301,15 +2318,15 @@ Checking test 054 rap_2threads results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -The total amount of wall time = 388.907757 -The maximum resident set size (KB) = 970204 +The total amount of wall time = 387.026344 +The maximum resident set size (KB) = 973852 -Test 054 rap_2threads PASS +Test 055 rap_2threads PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/rap_control -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_207441/rap_restart -Checking test 055 rap_restart results .... +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/rap_control +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_45909/rap_restart +Checking test 056 rap_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK Comparing GFSFLX.GrbF24 .........OK @@ -2347,15 +2364,15 @@ Checking test 055 rap_restart results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -The total amount of wall time = 213.645148 -The maximum resident set size (KB) = 649556 +The total amount of wall time = 214.220548 +The maximum resident set size (KB) = 648204 -Test 055 rap_restart PASS +Test 056 rap_restart PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/rap_sfcdiff -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_207441/rap_sfcdiff -Checking test 056 rap_sfcdiff results .... +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/rap_sfcdiff +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_45909/rap_sfcdiff +Checking test 057 rap_sfcdiff results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -2401,15 +2418,15 @@ Checking test 056 rap_sfcdiff results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -The total amount of wall time = 423.262494 -The maximum resident set size (KB) = 894008 +The total amount of wall time = 421.484752 +The maximum resident set size (KB) = 893364 -Test 056 rap_sfcdiff PASS +Test 057 rap_sfcdiff PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/rap_sfcdiff -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_207441/rap_sfcdiff_decomp -Checking test 057 rap_sfcdiff_decomp results .... +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/rap_sfcdiff +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_45909/rap_sfcdiff_decomp +Checking test 058 rap_sfcdiff_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -2455,15 +2472,15 @@ Checking test 057 rap_sfcdiff_decomp results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -The total amount of wall time = 439.354757 -The maximum resident set size (KB) = 894784 +The total amount of wall time = 439.361313 +The maximum resident set size (KB) = 898140 -Test 057 rap_sfcdiff_decomp PASS +Test 058 rap_sfcdiff_decomp PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/rap_sfcdiff -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_207441/rap_sfcdiff_restart -Checking test 058 rap_sfcdiff_restart results .... +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/rap_sfcdiff +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_45909/rap_sfcdiff_restart +Checking test 059 rap_sfcdiff_restart results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK Comparing GFSFLX.GrbF12 .........OK @@ -2501,15 +2518,15 @@ Checking test 058 rap_sfcdiff_restart results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -The total amount of wall time = 310.769795 -The maximum resident set size (KB) = 645264 +The total amount of wall time = 311.059053 +The maximum resident set size (KB) = 647844 -Test 058 rap_sfcdiff_restart PASS +Test 059 rap_sfcdiff_restart PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/hrrr_control -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_207441/hrrr_control -Checking test 059 hrrr_control results .... +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/hrrr_control +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_45909/hrrr_control +Checking test 060 hrrr_control results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -2522,48 +2539,48 @@ Checking test 059 hrrr_control results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF09 .........OK Comparing GFSPRS.GrbF12 .........OK - Comparing RESTART/20210323.060000.coupler.res .........OK - Comparing RESTART/20210323.060000.fv_core.res.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile1.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile2.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile3.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile4.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile5.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile6.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile1.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile2.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile3.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile4.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - -The total amount of wall time = 406.789067 -The maximum resident set size (KB) = 895696 - -Test 059 hrrr_control PASS - - -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/hrrr_control -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_207441/hrrr_control_decomp -Checking test 060 hrrr_control_decomp results .... + Comparing RESTART/20210322.120000.coupler.res .........OK + Comparing RESTART/20210322.120000.fv_core.res.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile6.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK + +The total amount of wall time = 391.966938 +The maximum resident set size (KB) = 892764 + +Test 060 hrrr_control PASS + + +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/hrrr_control +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_45909/hrrr_control_decomp +Checking test 061 hrrr_control_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -2576,48 +2593,48 @@ Checking test 060 hrrr_control_decomp results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF09 .........OK Comparing GFSPRS.GrbF12 .........OK - Comparing RESTART/20210323.060000.coupler.res .........OK - Comparing RESTART/20210323.060000.fv_core.res.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile1.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile2.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile3.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile4.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile5.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile6.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile1.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile2.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile3.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile4.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - -The total amount of wall time = 421.128381 -The maximum resident set size (KB) = 894680 - -Test 060 hrrr_control_decomp PASS - - -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/hrrr_control -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_207441/hrrr_control_2threads -Checking test 061 hrrr_control_2threads results .... + Comparing RESTART/20210322.120000.coupler.res .........OK + Comparing RESTART/20210322.120000.fv_core.res.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile6.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK + +The total amount of wall time = 406.295730 +The maximum resident set size (KB) = 891460 + +Test 061 hrrr_control_decomp PASS + + +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/hrrr_control +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_45909/hrrr_control_2threads +Checking test 062 hrrr_control_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -2630,94 +2647,62 @@ Checking test 061 hrrr_control_2threads results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF09 .........OK Comparing GFSPRS.GrbF12 .........OK - Comparing RESTART/20210323.060000.coupler.res .........OK - Comparing RESTART/20210323.060000.fv_core.res.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile1.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile2.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile3.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile4.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile5.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile6.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile1.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile2.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile3.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile4.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - -The total amount of wall time = 374.072111 -The maximum resident set size (KB) = 961276 - -Test 061 hrrr_control_2threads PASS - - -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/hrrr_control -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_207441/hrrr_control_restart -Checking test 062 hrrr_control_restart results .... + Comparing RESTART/20210322.120000.coupler.res .........OK + Comparing RESTART/20210322.120000.fv_core.res.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile6.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK + +The total amount of wall time = 352.018282 +The maximum resident set size (KB) = 959628 + +Test 062 hrrr_control_2threads PASS + + +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/hrrr_control +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_45909/hrrr_control_restart +Checking test 063 hrrr_control_restart results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK Comparing GFSFLX.GrbF12 .........OK Comparing GFSPRS.GrbF12 .........OK - Comparing RESTART/20210323.060000.coupler.res .........OK - Comparing RESTART/20210323.060000.fv_core.res.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile1.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile2.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile3.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile4.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile5.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile6.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile1.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile2.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile3.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile4.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -The total amount of wall time = 298.532114 -The maximum resident set size (KB) = 640484 +The total amount of wall time = 287.085873 +The maximum resident set size (KB) = 645640 -Test 062 hrrr_control_restart PASS +Test 063 hrrr_control_restart PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/rrfs_v1beta -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_207441/rrfs_v1beta -Checking test 063 rrfs_v1beta results .... +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/rrfs_v1beta +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_45909/rrfs_v1beta +Checking test 064 rrfs_v1beta results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -2763,15 +2748,15 @@ Checking test 063 rrfs_v1beta results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -The total amount of wall time = 417.091979 -The maximum resident set size (KB) = 894008 +The total amount of wall time = 422.205324 +The maximum resident set size (KB) = 895836 -Test 063 rrfs_v1beta PASS +Test 064 rrfs_v1beta PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/rrfs_v1nssl -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_207441/rrfs_v1nssl -Checking test 064 rrfs_v1nssl results .... +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/rrfs_v1nssl +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_45909/rrfs_v1nssl +Checking test 065 rrfs_v1nssl results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -2785,15 +2770,15 @@ Checking test 064 rrfs_v1nssl results .... Comparing GFSPRS.GrbF09 .........OK Comparing GFSPRS.GrbF12 .........OK -The total amount of wall time = 481.173609 -The maximum resident set size (KB) = 579812 +The total amount of wall time = 482.519029 +The maximum resident set size (KB) = 585844 -Test 064 rrfs_v1nssl PASS +Test 065 rrfs_v1nssl PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/rrfs_v1nssl_nohailnoccn -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_207441/rrfs_v1nssl_nohailnoccn -Checking test 065 rrfs_v1nssl_nohailnoccn results .... +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/rrfs_v1nssl_nohailnoccn +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_45909/rrfs_v1nssl_nohailnoccn +Checking test 066 rrfs_v1nssl_nohailnoccn results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -2807,15 +2792,15 @@ Checking test 065 rrfs_v1nssl_nohailnoccn results .... Comparing GFSPRS.GrbF09 .........OK Comparing GFSPRS.GrbF12 .........OK -The total amount of wall time = 473.839734 -The maximum resident set size (KB) = 573532 +The total amount of wall time = 473.651330 +The maximum resident set size (KB) = 574552 -Test 065 rrfs_v1nssl_nohailnoccn PASS +Test 066 rrfs_v1nssl_nohailnoccn PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/rrfs_smoke_conus13km_hrrr_warm -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_207441/rrfs_smoke_conus13km_hrrr_warm -Checking test 066 rrfs_smoke_conus13km_hrrr_warm results .... +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/rrfs_smoke_conus13km_hrrr_warm +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_45909/rrfs_smoke_conus13km_hrrr_warm +Checking test 067 rrfs_smoke_conus13km_hrrr_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing sfcf002.nc .........OK @@ -2823,15 +2808,15 @@ Checking test 066 rrfs_smoke_conus13km_hrrr_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK -The total amount of wall time = 149.146413 -The maximum resident set size (KB) = 802528 +The total amount of wall time = 145.634869 +The maximum resident set size (KB) = 801492 -Test 066 rrfs_smoke_conus13km_hrrr_warm PASS +Test 067 rrfs_smoke_conus13km_hrrr_warm PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/rrfs_smoke_conus13km_hrrr_warm -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_207441/rrfs_smoke_conus13km_hrrr_warm_2threads -Checking test 067 rrfs_smoke_conus13km_hrrr_warm_2threads results .... +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/rrfs_smoke_conus13km_hrrr_warm +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_45909/rrfs_smoke_conus13km_hrrr_warm_2threads +Checking test 068 rrfs_smoke_conus13km_hrrr_warm_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing sfcf002.nc .........OK @@ -2839,15 +2824,15 @@ Checking test 067 rrfs_smoke_conus13km_hrrr_warm_2threads results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK -The total amount of wall time = 106.625431 -The maximum resident set size (KB) = 806268 +The total amount of wall time = 103.969064 +The maximum resident set size (KB) = 803560 -Test 067 rrfs_smoke_conus13km_hrrr_warm_2threads PASS +Test 068 rrfs_smoke_conus13km_hrrr_warm_2threads PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/rrfs_conus13km_hrrr_warm -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_207441/rrfs_conus13km_hrrr_warm -Checking test 068 rrfs_conus13km_hrrr_warm results .... +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/rrfs_conus13km_hrrr_warm +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_45909/rrfs_conus13km_hrrr_warm +Checking test 069 rrfs_conus13km_hrrr_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing sfcf002.nc .........OK @@ -2855,15 +2840,15 @@ Checking test 068 rrfs_conus13km_hrrr_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK -The total amount of wall time = 138.435385 -The maximum resident set size (KB) = 783120 +The total amount of wall time = 140.189998 +The maximum resident set size (KB) = 795300 -Test 068 rrfs_conus13km_hrrr_warm PASS +Test 069 rrfs_conus13km_hrrr_warm PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/rrfs_smoke_conus13km_hrrr_warm_radar_tten -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_207441/rrfs_smoke_conus13km_radar_tten_warm -Checking test 069 rrfs_smoke_conus13km_radar_tten_warm results .... +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/rrfs_smoke_conus13km_hrrr_warm_radar_tten +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_45909/rrfs_smoke_conus13km_radar_tten_warm +Checking test 070 rrfs_smoke_conus13km_radar_tten_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing sfcf002.nc .........OK @@ -2871,27 +2856,27 @@ Checking test 069 rrfs_smoke_conus13km_radar_tten_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK -The total amount of wall time = 150.744601 -The maximum resident set size (KB) = 806468 +The total amount of wall time = 155.268933 +The maximum resident set size (KB) = 807192 -Test 069 rrfs_smoke_conus13km_radar_tten_warm PASS +Test 070 rrfs_smoke_conus13km_radar_tten_warm PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/rrfs_conus13km_hrrr_warm_restart_mismatch -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_207441/rrfs_conus13km_hrrr_warm_restart_mismatch -Checking test 070 rrfs_conus13km_hrrr_warm_restart_mismatch results .... +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/rrfs_conus13km_hrrr_warm_restart_mismatch +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_45909/rrfs_conus13km_hrrr_warm_restart_mismatch +Checking test 071 rrfs_conus13km_hrrr_warm_restart_mismatch results .... Comparing sfcf002.nc .........OK Comparing atmf002.nc .........OK -The total amount of wall time = 69.626581 -The maximum resident set size (KB) = 767764 +The total amount of wall time = 68.620298 +The maximum resident set size (KB) = 771980 -Test 070 rrfs_conus13km_hrrr_warm_restart_mismatch PASS +Test 071 rrfs_conus13km_hrrr_warm_restart_mismatch PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/control_csawmg -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_207441/control_csawmg -Checking test 071 control_csawmg results .... +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/control_csawmg +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_45909/control_csawmg +Checking test 072 control_csawmg results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -2901,15 +2886,15 @@ Checking test 071 control_csawmg results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -The total amount of wall time = 349.275207 -The maximum resident set size (KB) = 584444 +The total amount of wall time = 352.731147 +The maximum resident set size (KB) = 585948 -Test 071 control_csawmg PASS +Test 072 control_csawmg PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/control_csawmgt -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_207441/control_csawmgt -Checking test 072 control_csawmgt results .... +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/control_csawmgt +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_45909/control_csawmgt +Checking test 073 control_csawmgt results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -2919,15 +2904,15 @@ Checking test 072 control_csawmgt results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -The total amount of wall time = 364.245652 -The maximum resident set size (KB) = 583840 +The total amount of wall time = 347.335254 +The maximum resident set size (KB) = 585900 -Test 072 control_csawmgt PASS +Test 073 control_csawmgt PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/control_ras -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_207441/control_ras -Checking test 073 control_ras results .... +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/control_ras +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_45909/control_ras +Checking test 074 control_ras results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -2937,27 +2922,27 @@ Checking test 073 control_ras results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -The total amount of wall time = 181.458349 -The maximum resident set size (KB) = 552340 +The total amount of wall time = 189.592706 +The maximum resident set size (KB) = 552880 -Test 073 control_ras PASS +Test 074 control_ras PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/control_wam -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_207441/control_wam -Checking test 074 control_wam results .... +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/control_wam +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_45909/control_wam +Checking test 075 control_wam results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK -The total amount of wall time = 118.067153 -The maximum resident set size (KB) = 275504 +The total amount of wall time = 118.717535 +The maximum resident set size (KB) = 275452 -Test 074 control_wam PASS +Test 075 control_wam PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/control_p8_faster -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_207441/control_p8_faster -Checking test 075 control_p8_faster results .... +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/control_p8_faster +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_45909/control_p8_faster +Checking test 076 control_p8_faster results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -3003,15 +2988,15 @@ Checking test 075 control_p8_faster results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -The total amount of wall time = 188.289726 -The maximum resident set size (KB) = 1493756 +The total amount of wall time = 178.549647 +The maximum resident set size (KB) = 1487340 -Test 075 control_p8_faster PASS +Test 076 control_p8_faster PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/regional_control_faster -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_207441/regional_control_faster -Checking test 076 regional_control_faster results .... +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/regional_control_faster +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_45909/regional_control_faster +Checking test 077 regional_control_faster results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK Comparing phyf000.nc .........OK @@ -3021,775 +3006,455 @@ Checking test 076 regional_control_faster results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK -The total amount of wall time = 295.851219 -The maximum resident set size (KB) = 653092 +The total amount of wall time = 286.845675 +The maximum resident set size (KB) = 659584 -Test 076 regional_control_faster PASS +Test 077 regional_control_faster PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/control_wam_debug -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_207441/control_wam_debug -Checking test 103 control_wam_debug results .... - Comparing sfcf019.nc .........OK - Comparing atmf019.nc .........OK +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/rrfs_smoke_conus13km_hrrr_warm_debug +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_45909/rrfs_smoke_conus13km_hrrr_warm_debug +Checking test 078 rrfs_smoke_conus13km_hrrr_warm_debug results .... + Comparing sfcf000.nc .........OK + Comparing sfcf001.nc .........OK + Comparing atmf000.nc .........OK + Comparing atmf001.nc .........OK -The total amount of wall time = 297.294187 -The maximum resident set size (KB) = 302664 +The total amount of wall time = 918.267553 +The maximum resident set size (KB) = 834056 -Test 103 control_wam_debug PASS +Test 078 rrfs_smoke_conus13km_hrrr_warm_debug PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/regional_spp_sppt_shum_skeb_dyn32_phy32 -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_207441/regional_spp_sppt_shum_skeb_dyn32_phy32 -Checking test 104 regional_spp_sppt_shum_skeb_dyn32_phy32 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 = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/rrfs_smoke_conus13km_hrrr_warm_debug +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_45909/rrfs_smoke_conus13km_hrrr_warm_debug_2threads +Checking test 079 rrfs_smoke_conus13km_hrrr_warm_debug_2threads results .... + Comparing sfcf000.nc .........OK + Comparing sfcf001.nc .........OK + Comparing atmf000.nc .........OK + Comparing atmf001.nc .........OK -The total amount of wall time = 232.449938 -The maximum resident set size (KB) = 887800 +The total amount of wall time = 527.116577 +The maximum resident set size (KB) = 831224 -Test 104 regional_spp_sppt_shum_skeb_dyn32_phy32 PASS +Test 079 rrfs_smoke_conus13km_hrrr_warm_debug_2threads PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/rap_control_dyn32_phy32 -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_207441/rap_control_dyn32_phy32 -Checking test 105 rap_control_dyn32_phy32 results .... +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/rrfs_conus13km_hrrr_warm_debugs +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_45909/rrfs_conus13km_hrrr_warm_debug +Checking test 080 rrfs_conus13km_hrrr_warm_debug results .... Comparing sfcf000.nc .........OK - Comparing sfcf009.nc .........OK - Comparing sfcf012.nc .........OK + Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK - Comparing atmf009.nc .........OK - Comparing atmf012.nc .........OK - Comparing GFSFLX.GrbF00 .........OK - Comparing GFSFLX.GrbF09 .........OK - Comparing GFSFLX.GrbF12 .........OK - Comparing GFSPRS.GrbF00 .........OK - Comparing GFSPRS.GrbF09 .........OK - Comparing GFSPRS.GrbF12 .........OK - Comparing RESTART/20210323.060000.coupler.res .........OK - Comparing RESTART/20210323.060000.fv_core.res.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile1.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile2.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile3.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile4.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile5.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile6.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile1.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile2.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile3.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile4.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK + Comparing atmf001.nc .........OK + +The total amount of wall time = 815.262939 +The maximum resident set size (KB) = 822580 + +Test 080 rrfs_conus13km_hrrr_warm_debug PASS + + +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/control_CubedSphereGrid_debug +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_45909/control_CubedSphereGrid_debug +Checking test 081 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 -The total amount of wall time = 353.386201 -The maximum resident set size (KB) = 782124 +The total amount of wall time = 159.833838 +The maximum resident set size (KB) = 680304 -Test 105 rap_control_dyn32_phy32 PASS +Test 081 control_CubedSphereGrid_debug PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/hrrr_control_dyn32_phy32 -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_207441/hrrr_control_dyn32_phy32 -Checking test 106 hrrr_control_dyn32_phy32 results .... +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/control_wrtGauss_netcdf_parallel_debug +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_45909/control_wrtGauss_netcdf_parallel_debug +Checking test 082 control_wrtGauss_netcdf_parallel_debug results .... Comparing sfcf000.nc .........OK - Comparing sfcf009.nc .........OK - Comparing sfcf012.nc .........OK + Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK - Comparing atmf009.nc .........OK - Comparing atmf012.nc .........OK - Comparing GFSFLX.GrbF00 .........OK - Comparing GFSFLX.GrbF09 .........OK - Comparing GFSFLX.GrbF12 .........OK - Comparing GFSPRS.GrbF00 .........OK - Comparing GFSPRS.GrbF09 .........OK - Comparing GFSPRS.GrbF12 .........OK - Comparing RESTART/20210322.180000.coupler.res .........OK - Comparing RESTART/20210322.180000.fv_core.res.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile1.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile2.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile3.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile4.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile5.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile6.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile1.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile2.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile3.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile4.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile5.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile6.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile1.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile2.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile3.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile4.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile5.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile6.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile1.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile2.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile3.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile4.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile5.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile6.nc .........OK + Comparing atmf001.nc .........OK -The total amount of wall time = 188.356154 -The maximum resident set size (KB) = 776808 +The total amount of wall time = 159.720755 +The maximum resident set size (KB) = 683876 -Test 106 hrrr_control_dyn32_phy32 PASS +Test 082 control_wrtGauss_netcdf_parallel_debug PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/rap_control_dyn32_phy32 -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_207441/rap_2threads_dyn32_phy32 -Checking test 107 rap_2threads_dyn32_phy32 results .... +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/control_stochy_debug +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_45909/control_stochy_debug +Checking test 083 control_stochy_debug results .... Comparing sfcf000.nc .........OK - Comparing sfcf009.nc .........OK - Comparing sfcf012.nc .........OK + Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK - Comparing atmf009.nc .........OK - Comparing atmf012.nc .........OK - Comparing GFSFLX.GrbF00 .........OK - Comparing GFSFLX.GrbF09 .........OK - Comparing GFSFLX.GrbF12 .........OK - Comparing GFSPRS.GrbF00 .........OK - Comparing GFSPRS.GrbF09 .........OK - Comparing GFSPRS.GrbF12 .........OK - Comparing RESTART/20210323.060000.coupler.res .........OK - Comparing RESTART/20210323.060000.fv_core.res.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile1.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile2.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile3.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile4.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile5.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile6.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile1.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile2.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile3.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile4.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK + Comparing atmf001.nc .........OK -The total amount of wall time = 332.172607 -The maximum resident set size (KB) = 833488 +The total amount of wall time = 180.842088 +The maximum resident set size (KB) = 687104 -Test 107 rap_2threads_dyn32_phy32 PASS +Test 083 control_stochy_debug PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/hrrr_control_dyn32_phy32 -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_207441/hrrr_control_2threads_dyn32_phy32 -Checking test 108 hrrr_control_2threads_dyn32_phy32 results .... +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/control_lndp_debug +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_45909/control_lndp_debug +Checking test 084 control_lndp_debug results .... Comparing sfcf000.nc .........OK - Comparing sfcf009.nc .........OK - Comparing sfcf012.nc .........OK + Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK - Comparing atmf009.nc .........OK - Comparing atmf012.nc .........OK - Comparing GFSFLX.GrbF00 .........OK - Comparing GFSFLX.GrbF09 .........OK - Comparing GFSFLX.GrbF12 .........OK - Comparing GFSPRS.GrbF00 .........OK - Comparing GFSPRS.GrbF09 .........OK - Comparing GFSPRS.GrbF12 .........OK - Comparing RESTART/20210322.180000.coupler.res .........OK - Comparing RESTART/20210322.180000.fv_core.res.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile1.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile2.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile3.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile4.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile5.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile6.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile1.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile2.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile3.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile4.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile5.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile6.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile1.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile2.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile3.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile4.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile5.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile6.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile1.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile2.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile3.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile4.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile5.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile6.nc .........OK + Comparing atmf001.nc .........OK -The total amount of wall time = 173.043021 -The maximum resident set size (KB) = 832080 +The total amount of wall time = 162.417269 +The maximum resident set size (KB) = 686040 -Test 108 hrrr_control_2threads_dyn32_phy32 PASS +Test 084 control_lndp_debug PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/hrrr_control_dyn32_phy32 -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_207441/hrrr_control_decomp_dyn32_phy32 -Checking test 109 hrrr_control_decomp_dyn32_phy32 results .... +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/control_csawmg_debug +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_45909/control_csawmg_debug +Checking test 085 control_csawmg_debug results .... Comparing sfcf000.nc .........OK - Comparing sfcf009.nc .........OK - Comparing sfcf012.nc .........OK + Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK - Comparing atmf009.nc .........OK - Comparing atmf012.nc .........OK - Comparing GFSFLX.GrbF00 .........OK - Comparing GFSFLX.GrbF09 .........OK - Comparing GFSFLX.GrbF12 .........OK - Comparing GFSPRS.GrbF00 .........OK - Comparing GFSPRS.GrbF09 .........OK - Comparing GFSPRS.GrbF12 .........OK - Comparing RESTART/20210322.180000.coupler.res .........OK - Comparing RESTART/20210322.180000.fv_core.res.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile1.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile2.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile3.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile4.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile5.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile6.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile1.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile2.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile3.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile4.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile5.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile6.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile1.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile2.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile3.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile4.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile5.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile6.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile1.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile2.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile3.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile4.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile5.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile6.nc .........OK - -The total amount of wall time = 195.623567 -The maximum resident set size (KB) = 777624 - -Test 109 hrrr_control_decomp_dyn32_phy32 PASS - - -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/rap_control_dyn32_phy32 -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_207441/rap_restart_dyn32_phy32 -Checking test 110 rap_restart_dyn32_phy32 results .... - Comparing sfcf012.nc .........OK - Comparing atmf012.nc .........OK - Comparing GFSFLX.GrbF12 .........OK - Comparing GFSPRS.GrbF12 .........OK - Comparing RESTART/20210323.060000.coupler.res .........OK - Comparing RESTART/20210323.060000.fv_core.res.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile1.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile2.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile3.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile4.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile5.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile6.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile1.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile2.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile3.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile4.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK + Comparing atmf001.nc .........OK -The total amount of wall time = 260.245192 -The maximum resident set size (KB) = 615148 +The total amount of wall time = 255.902153 +The maximum resident set size (KB) = 727928 -Test 110 rap_restart_dyn32_phy32 PASS +Test 085 control_csawmg_debug PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/hrrr_control_dyn32_phy32 -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_207441/hrrr_control_restart_dyn32_phy32 -Checking test 111 hrrr_control_restart_dyn32_phy32 results .... - Comparing sfcf012.nc .........OK - Comparing atmf012.nc .........OK - Comparing GFSFLX.GrbF12 .........OK - Comparing GFSPRS.GrbF12 .........OK - Comparing RESTART/20210322.180000.coupler.res .........OK - Comparing RESTART/20210322.180000.fv_core.res.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile1.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile2.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile3.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile4.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile5.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile6.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile1.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile2.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile3.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile4.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile5.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile6.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile1.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile2.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile3.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile4.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile5.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile6.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile1.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile2.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile3.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile4.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile5.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile6.nc .........OK +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/control_csawmgt_debug +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_45909/control_csawmgt_debug +Checking test 086 control_csawmgt_debug results .... + Comparing sfcf000.nc .........OK + Comparing sfcf001.nc .........OK + Comparing atmf000.nc .........OK + Comparing atmf001.nc .........OK -The total amount of wall time = 96.968978 -The maximum resident set size (KB) = 607968 +The total amount of wall time = 252.671875 +The maximum resident set size (KB) = 723872 -Test 111 hrrr_control_restart_dyn32_phy32 PASS +Test 086 control_csawmgt_debug PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/rap_control_dyn64_phy32 -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_207441/rap_control_dyn64_phy32 -Checking test 112 rap_control_dyn64_phy32 results .... +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/control_ras_debug +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_45909/control_ras_debug +Checking test 087 control_ras_debug results .... Comparing sfcf000.nc .........OK - Comparing sfcf009.nc .........OK - Comparing sfcf012.nc .........OK + Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK - Comparing atmf009.nc .........OK - Comparing atmf012.nc .........OK - Comparing GFSFLX.GrbF00 .........OK - Comparing GFSFLX.GrbF09 .........OK - Comparing GFSFLX.GrbF12 .........OK - Comparing GFSPRS.GrbF00 .........OK - Comparing GFSPRS.GrbF09 .........OK - Comparing GFSPRS.GrbF12 .........OK - Comparing RESTART/20210322.180000.coupler.res .........OK - Comparing RESTART/20210322.180000.fv_core.res.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile1.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile2.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile3.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile4.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile5.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile6.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile1.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile2.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile3.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile4.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile5.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile6.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile1.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile2.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile3.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile4.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile5.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile6.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile1.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile2.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile3.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile4.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile5.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile6.nc .........OK + Comparing atmf001.nc .........OK -The total amount of wall time = 245.604524 -The maximum resident set size (KB) = 793952 +The total amount of wall time = 163.427095 +The maximum resident set size (KB) = 694096 -Test 112 rap_control_dyn64_phy32 PASS +Test 087 control_ras_debug PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/rap_control_debug_dyn32_phy32 -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_207441/rap_control_debug_dyn32_phy32 -Checking test 113 rap_control_debug_dyn32_phy32 results .... +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/control_diag_debug +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_45909/control_diag_debug +Checking test 088 control_diag_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 289.219485 -The maximum resident set size (KB) = 942148 +The total amount of wall time = 164.735275 +The maximum resident set size (KB) = 740324 -Test 113 rap_control_debug_dyn32_phy32 PASS +Test 088 control_diag_debug PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/hrrr_control_debug_dyn32_phy32 -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_207441/hrrr_control_debug_dyn32_phy32 -Checking test 114 hrrr_control_debug_dyn32_phy32 results .... +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/control_debug_p8 +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_45909/control_debug_p8 +Checking test 089 control_debug_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 285.418426 -The maximum resident set size (KB) = 934880 +The total amount of wall time = 186.244542 +The maximum resident set size (KB) = 1510392 + +Test 089 control_debug_p8 PASS + + +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/regional_debug +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_45909/regional_debug +Checking test 090 regional_debug results .... + Comparing dynf000.nc .........OK + Comparing dynf001.nc .........OK + Comparing phyf000.nc .........OK + Comparing phyf001.nc .........OK + +The total amount of wall time = 1047.339132 +The maximum resident set size (KB) = 681656 -Test 114 hrrr_control_debug_dyn32_phy32 PASS +Test 090 regional_debug PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/rap_control_debug_dyn64_phy32 -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_207441/rap_control_dyn64_phy32_debug -Checking test 115 rap_control_dyn64_phy32_debug results .... +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/rap_control_debug +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_45909/rap_control_debug +Checking test 091 rap_control_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 295.636388 -The maximum resident set size (KB) = 955432 +The total amount of wall time = 308.379621 +The maximum resident set size (KB) = 1055756 -Test 115 rap_control_dyn64_phy32_debug PASS +Test 091 rap_control_debug PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/hafs_regional_atm -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_207441/hafs_regional_atm -Checking test 116 hafs_regional_atm results .... - Comparing atmf006.nc .........OK - Comparing sfcf006.nc .........OK - Comparing HURPRS.GrbF06 .........OK +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/hrrr_control_debug +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_45909/hrrr_control_debug +Checking test 092 hrrr_control_debug results .... + Comparing sfcf000.nc .........OK + Comparing sfcf001.nc .........OK + Comparing atmf000.nc .........OK + Comparing atmf001.nc .........OK -The total amount of wall time = 275.096473 -The maximum resident set size (KB) = 825000 +The total amount of wall time = 291.861001 +The maximum resident set size (KB) = 1050644 -Test 116 hafs_regional_atm PASS +Test 092 hrrr_control_debug PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/hafs_regional_atm_thompson_gfdlsf -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_207441/hafs_regional_atm_thompson_gfdlsf -Checking test 117 hafs_regional_atm_thompson_gfdlsf results .... - Comparing atmf006.nc .........OK - Comparing sfcf006.nc .........OK +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/rap_control_debug +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_45909/rap_unified_drag_suite_debug +Checking test 093 rap_unified_drag_suite_debug results .... + Comparing sfcf000.nc .........OK + Comparing sfcf001.nc .........OK + Comparing atmf000.nc .........OK + Comparing atmf001.nc .........OK -The total amount of wall time = 316.464386 -The maximum resident set size (KB) = 1185620 +The total amount of wall time = 299.846912 +The maximum resident set size (KB) = 1055600 -Test 117 hafs_regional_atm_thompson_gfdlsf PASS +Test 093 rap_unified_drag_suite_debug PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/hafs_regional_atm_ocn -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_207441/hafs_regional_atm_ocn -Checking test 118 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 +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/rap_diag_debug +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_45909/rap_diag_debug +Checking test 094 rap_diag_debug results .... + Comparing sfcf000.nc .........OK + Comparing sfcf001.nc .........OK + Comparing atmf000.nc .........OK + Comparing atmf001.nc .........OK -The total amount of wall time = 391.437555 -The maximum resident set size (KB) = 858736 +The total amount of wall time = 311.695973 +The maximum resident set size (KB) = 1140584 -Test 118 hafs_regional_atm_ocn PASS +Test 094 rap_diag_debug PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/hafs_regional_atm_wav -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_207441/hafs_regional_atm_wav -Checking test 119 hafs_regional_atm_wav results .... - Comparing atmf006.nc .........OK - Comparing sfcf006.nc .........OK - Comparing 20190829.060000.out_grd.ww3 .........OK - Comparing 20190829.060000.out_pnt.ww3 .........OK - Comparing ufs.hafs.ww3.r.2019-08-29-21600 .........OK - Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/rap_cires_ugwp_debug +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_45909/rap_cires_ugwp_debug +Checking test 095 rap_cires_ugwp_debug results .... + Comparing sfcf000.nc .........OK + Comparing sfcf001.nc .........OK + Comparing atmf000.nc .........OK + Comparing atmf001.nc .........OK -The total amount of wall time = 705.815195 -The maximum resident set size (KB) = 890876 +The total amount of wall time = 309.185274 +The maximum resident set size (KB) = 1058516 -Test 119 hafs_regional_atm_wav PASS +Test 095 rap_cires_ugwp_debug PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/hafs_regional_atm_ocn_wav -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_207441/hafs_regional_atm_ocn_wav -Checking test 120 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 20190829.060000.out_grd.ww3 .........OK - Comparing 20190829.060000.out_pnt.ww3 .........OK - Comparing ufs.hafs.ww3.r.2019-08-29-21600 .........OK - Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/rap_cires_ugwp_debug +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_45909/rap_unified_ugwp_debug +Checking test 096 rap_unified_ugwp_debug results .... + Comparing sfcf000.nc .........OK + Comparing sfcf001.nc .........OK + Comparing atmf000.nc .........OK + Comparing atmf001.nc .........OK -The total amount of wall time = 899.418705 -The maximum resident set size (KB) = 915200 +The total amount of wall time = 306.960885 +The maximum resident set size (KB) = 1059620 -Test 120 hafs_regional_atm_ocn_wav PASS +Test 096 rap_unified_ugwp_debug PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/hafs_regional_1nest_atm -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_207441/hafs_regional_1nest_atm -Checking test 121 hafs_regional_1nest_atm results .... - Comparing atmf006.nc .........OK - Comparing sfcf006.nc .........OK - Comparing atm.nest02.f006.nc .........OK - Comparing sfc.nest02.f006.nc .........OK +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/rap_lndp_debug +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_45909/rap_lndp_debug +Checking test 097 rap_lndp_debug results .... + Comparing sfcf000.nc .........OK + Comparing sfcf001.nc .........OK + Comparing atmf000.nc .........OK + Comparing atmf001.nc .........OK -The total amount of wall time = 338.143935 -The maximum resident set size (KB) = 395516 +The total amount of wall time = 303.343090 +The maximum resident set size (KB) = 1056380 -Test 121 hafs_regional_1nest_atm PASS +Test 097 rap_lndp_debug PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/hafs_regional_telescopic_2nests_atm -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_207441/hafs_regional_telescopic_2nests_atm -Checking test 122 hafs_regional_telescopic_2nests_atm results .... - Comparing atmf006.nc .........OK - Comparing sfcf006.nc .........OK - Comparing atm.nest02.f006.nc .........OK - Comparing sfc.nest02.f006.nc .........OK - Comparing atm.nest03.f006.nc .........OK - Comparing sfc.nest03.f006.nc .........OK +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/rap_progcld_thompson_debug +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_45909/rap_progcld_thompson_debug +Checking test 098 rap_progcld_thompson_debug results .... + Comparing sfcf000.nc .........OK + Comparing sfcf001.nc .........OK + Comparing atmf000.nc .........OK + Comparing atmf001.nc .........OK -The total amount of wall time = 404.011449 -The maximum resident set size (KB) = 405352 +The total amount of wall time = 301.167759 +The maximum resident set size (KB) = 1056728 -Test 122 hafs_regional_telescopic_2nests_atm PASS +Test 098 rap_progcld_thompson_debug PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/hafs_global_1nest_atm -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_207441/hafs_global_1nest_atm -Checking test 123 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 +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/rap_noah_debug +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_45909/rap_noah_debug +Checking test 099 rap_noah_debug results .... + Comparing sfcf000.nc .........OK + Comparing sfcf001.nc .........OK + Comparing atmf000.nc .........OK + Comparing atmf001.nc .........OK -The total amount of wall time = 173.408393 -The maximum resident set size (KB) = 266360 +The total amount of wall time = 294.755934 +The maximum resident set size (KB) = 1051408 -Test 123 hafs_global_1nest_atm PASS +Test 099 rap_noah_debug PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/hafs_global_multiple_4nests_atm -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_207441/hafs_global_multiple_4nests_atm -Checking test 124 hafs_global_multiple_4nests_atm results .... - Comparing atmf006.nc .........OK - Comparing sfcf006.nc .........OK - Comparing atm.nest02.f006.nc .........OK - Comparing sfc.nest02.f006.nc .........OK - Comparing atm.nest03.f006.nc .........OK - Comparing sfc.nest03.f006.nc .........OK - Comparing atm.nest04.f006.nc .........OK - Comparing sfc.nest04.f006.nc .........OK - Comparing atm.nest05.f006.nc .........OK - Comparing sfc.nest05.f006.nc .........OK - Comparing HURPRS.GrbF06 .........OK - Comparing HURPRS.GrbF06.nest02 .........OK - Comparing HURPRS.GrbF06.nest03 .........OK - Comparing HURPRS.GrbF06.nest04 .........OK - Comparing HURPRS.GrbF06.nest05 .........OK +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/rap_sfcdiff_debug +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_45909/rap_sfcdiff_debug +Checking test 100 rap_sfcdiff_debug results .... + Comparing sfcf000.nc .........OK + Comparing sfcf001.nc .........OK + Comparing atmf000.nc .........OK + Comparing atmf001.nc .........OK -The total amount of wall time = 490.282445 -The maximum resident set size (KB) = 350360 +The total amount of wall time = 300.759388 +The maximum resident set size (KB) = 1060788 -Test 124 hafs_global_multiple_4nests_atm PASS +Test 100 rap_sfcdiff_debug PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/hafs_regional_specified_moving_1nest_atm -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_207441/hafs_regional_specified_moving_1nest_atm -Checking test 125 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 .........OK - Comparing HURPRS.GrbF06 .........OK - Comparing HURPRS.GrbF06.nest02 .........OK +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/rap_noah_sfcdiff_cires_ugwp_debug +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_45909/rap_noah_sfcdiff_cires_ugwp_debug +Checking test 101 rap_noah_sfcdiff_cires_ugwp_debug results .... + Comparing sfcf000.nc .........OK + Comparing sfcf001.nc .........OK + Comparing atmf000.nc .........OK + Comparing atmf001.nc .........OK -The total amount of wall time = 219.430252 -The maximum resident set size (KB) = 408844 +The total amount of wall time = 495.085353 +The maximum resident set size (KB) = 1058112 -Test 125 hafs_regional_specified_moving_1nest_atm PASS +Test 101 rap_noah_sfcdiff_cires_ugwp_debug PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/hafs_regional_storm_following_1nest_atm -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_207441/hafs_regional_storm_following_1nest_atm -Checking test 126 hafs_regional_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 +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/rrfs_v1beta_debug +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_45909/rrfs_v1beta_debug +Checking test 102 rrfs_v1beta_debug results .... + Comparing sfcf000.nc .........OK + Comparing sfcf001.nc .........OK + Comparing atmf000.nc .........OK + Comparing atmf001.nc .........OK -The total amount of wall time = 213.039662 -The maximum resident set size (KB) = 408800 +The total amount of wall time = 298.325036 +The maximum resident set size (KB) = 1049944 -Test 126 hafs_regional_storm_following_1nest_atm PASS +Test 102 rrfs_v1beta_debug PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/hafs_regional_storm_following_1nest_atm_ocn -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_207441/hafs_regional_storm_following_1nest_atm_ocn -Checking test 127 hafs_regional_storm_following_1nest_atm_ocn results .... - Comparing atmf006.nc .........OK - Comparing sfcf006.nc .........OK - Comparing atm.nest02.f006.nc .........OK - Comparing sfc.nest02.f006.nc .........OK - Comparing archv.2020_238_18.a .........OK - Comparing archs.2020_238_18.a .........OK +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/rap_clm_lake_debug +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_45909/rap_clm_lake_debug +Checking test 103 rap_clm_lake_debug results .... + Comparing sfcf000.nc .........OK + Comparing sfcf001.nc .........OK + Comparing atmf000.nc .........OK + Comparing atmf001.nc .........OK -The total amount of wall time = 254.164521 -The maximum resident set size (KB) = 495172 +The total amount of wall time = 379.757465 +The maximum resident set size (KB) = 1057800 -Test 127 hafs_regional_storm_following_1nest_atm_ocn PASS +Test 103 rap_clm_lake_debug PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/hafs_global_storm_following_1nest_atm -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_207441/hafs_global_storm_following_1nest_atm -Checking test 128 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 +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/rap_flake_debug +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_45909/rap_flake_debug +Checking test 104 rap_flake_debug results .... + Comparing sfcf000.nc .........OK + Comparing sfcf001.nc .........OK + Comparing atmf000.nc .........OK + Comparing atmf001.nc .........OK -The total amount of wall time = 85.543090 -The maximum resident set size (KB) = 291076 +The total amount of wall time = 300.856289 +The maximum resident set size (KB) = 1059060 -Test 128 hafs_global_storm_following_1nest_atm PASS +Test 104 rap_flake_debug PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/hafs_regional_storm_following_1nest_atm_ocn_debug -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_207441/hafs_regional_storm_following_1nest_atm_ocn_debug -Checking test 129 hafs_regional_storm_following_1nest_atm_ocn_debug results .... - Comparing atmf001.nc .........OK - Comparing sfcf001.nc .........OK - Comparing atm.nest02.f001.nc .........OK - Comparing sfc.nest02.f001.nc .........OK +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/control_wam_debug +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_45909/control_wam_debug +Checking test 105 control_wam_debug results .... + Comparing sfcf019.nc .........OK + Comparing atmf019.nc .........OK -The total amount of wall time = 805.965424 -The maximum resident set size (KB) = 491240 +The total amount of wall time = 295.989475 +The maximum resident set size (KB) = 306264 -Test 129 hafs_regional_storm_following_1nest_atm_ocn_debug PASS +Test 105 control_wam_debug PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/hafs_regional_storm_following_1nest_atm_ocn_wav -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_207441/hafs_regional_storm_following_1nest_atm_ocn_wav -Checking test 130 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 .........OK - Comparing archv.2020_238_18.a .........OK - Comparing archs.2020_238_18.a .........OK - Comparing 20200825.180000.out_grd.ww3 .........OK - Comparing 20200825.180000.out_pnt.ww3 .........OK +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/regional_spp_sppt_shum_skeb_dyn32_phy32 +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_45909/regional_spp_sppt_shum_skeb_dyn32_phy32 +Checking test 106 regional_spp_sppt_shum_skeb_dyn32_phy32 results .... + Comparing dynf000.nc .........OK + Comparing dynf001.nc .........OK + Comparing phyf000.nc .........OK + Comparing phyf001.nc .........OK + Comparing PRSLEV.GrbF00 .........OK + Comparing PRSLEV.GrbF01 .........OK + Comparing NATLEV.GrbF00 .........OK + Comparing NATLEV.GrbF01 .........OK -The total amount of wall time = 506.890615 -The maximum resident set size (KB) = 529368 +The total amount of wall time = 235.339661 +The maximum resident set size (KB) = 904664 -Test 130 hafs_regional_storm_following_1nest_atm_ocn_wav PASS +Test 106 regional_spp_sppt_shum_skeb_dyn32_phy32 PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/control_p8_atmlnd_sbs -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_207441/control_p8_atmlnd_sbs -Checking test 131 control_p8_atmlnd_sbs 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 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 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 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 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 +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/rap_control_dyn32_phy32 +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_45909/rap_control_dyn32_phy32 +Checking test 107 rap_control_dyn32_phy32 results .... + Comparing sfcf000.nc .........OK + Comparing sfcf009.nc .........OK + Comparing sfcf012.nc .........OK + Comparing atmf000.nc .........OK + Comparing atmf009.nc .........OK + Comparing atmf012.nc .........OK + Comparing GFSFLX.GrbF00 .........OK + Comparing GFSFLX.GrbF09 .........OK + Comparing GFSFLX.GrbF12 .........OK + Comparing GFSPRS.GrbF00 .........OK + Comparing GFSPRS.GrbF09 .........OK + Comparing GFSPRS.GrbF12 .........OK Comparing RESTART/20210323.060000.coupler.res .........OK Comparing RESTART/20210323.060000.fv_core.res.nc .........OK Comparing RESTART/20210323.060000.fv_core.res.tile1.nc .........OK @@ -3822,77 +3487,82 @@ Checking test 131 control_p8_atmlnd_sbs results .... Comparing RESTART/20210323.060000.sfc_data.tile4.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - Comparing ufs.cpld.cpl.hi.lnd.2021-03-22-43200.nc .........OK - Comparing ufs.cpld.cpl.hi.lnd.2021-03-23-21600.nc .........OK - Comparing ufs.cpld.lnd.out.2021-03-22-43200.tile1.nc .........OK - Comparing ufs.cpld.lnd.out.2021-03-22-43200.tile2.nc .........OK - Comparing ufs.cpld.lnd.out.2021-03-22-43200.tile3.nc .........OK - Comparing ufs.cpld.lnd.out.2021-03-22-43200.tile4.nc .........OK - Comparing ufs.cpld.lnd.out.2021-03-22-43200.tile5.nc .........OK - Comparing ufs.cpld.lnd.out.2021-03-22-43200.tile6.nc .........OK - Comparing ufs.cpld.lnd.out.2021-03-23-21600.tile1.nc .........OK - Comparing ufs.cpld.lnd.out.2021-03-23-21600.tile2.nc .........OK - Comparing ufs.cpld.lnd.out.2021-03-23-21600.tile3.nc .........OK - Comparing ufs.cpld.lnd.out.2021-03-23-21600.tile4.nc .........OK - Comparing ufs.cpld.lnd.out.2021-03-23-21600.tile5.nc .........OK - Comparing ufs.cpld.lnd.out.2021-03-23-21600.tile6.nc .........OK -The total amount of wall time = 254.506716 -The maximum resident set size (KB) = 1541332 +The total amount of wall time = 356.195688 +The maximum resident set size (KB) = 777196 -Test 131 control_p8_atmlnd_sbs PASS +Test 107 rap_control_dyn32_phy32 PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/atmaero_control_p8 -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_207441/atmaero_control_p8 -Checking test 132 atmaero_control_p8 results .... +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/hrrr_control_dyn32_phy32 +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_45909/hrrr_control_dyn32_phy32 +Checking test 108 hrrr_control_dyn32_phy32 results .... Comparing sfcf000.nc .........OK - Comparing sfcf024.nc .........OK + Comparing sfcf009.nc .........OK + Comparing sfcf012.nc .........OK Comparing atmf000.nc .........OK - Comparing atmf024.nc .........OK + Comparing atmf009.nc .........OK + Comparing atmf012.nc .........OK Comparing GFSFLX.GrbF00 .........OK - Comparing GFSFLX.GrbF24 .........OK + Comparing GFSFLX.GrbF09 .........OK + Comparing GFSFLX.GrbF12 .........OK Comparing GFSPRS.GrbF00 .........OK - Comparing GFSPRS.GrbF24 .........OK - Comparing gocart.inst_aod.20210323_0600z.nc4 .........OK - Comparing RESTART/20210323.060000.coupler.res .........OK - Comparing RESTART/20210323.060000.fv_core.res.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile1.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile2.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile3.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile4.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile5.nc ............ALT CHECK......ERROR - -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/atmaero_control_p8_rad -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_207441/atmaero_control_p8_rad -Checking test 133 atmaero_control_p8_rad results .... + Comparing GFSPRS.GrbF09 .........OK + Comparing GFSPRS.GrbF12 .........OK + Comparing RESTART/20210322.120000.coupler.res .........OK + Comparing RESTART/20210322.120000.fv_core.res.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile6.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK + +The total amount of wall time = 181.081766 +The maximum resident set size (KB) = 781356 + +Test 108 hrrr_control_dyn32_phy32 PASS + + +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/rap_control_dyn32_phy32 +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_45909/rap_2threads_dyn32_phy32 +Checking test 109 rap_2threads_dyn32_phy32 results .... Comparing sfcf000.nc .........OK - Comparing sfcf024.nc .........OK + Comparing sfcf009.nc .........OK + Comparing sfcf012.nc .........OK Comparing atmf000.nc .........OK - Comparing atmf024.nc .........OK + Comparing atmf009.nc .........OK + Comparing atmf012.nc .........OK Comparing GFSFLX.GrbF00 .........OK - Comparing GFSFLX.GrbF24 .........OK + Comparing GFSFLX.GrbF09 .........OK + Comparing GFSFLX.GrbF12 .........OK Comparing GFSPRS.GrbF00 .........OK - Comparing GFSPRS.GrbF24 .........OK - Comparing gocart.inst_aod.20210323_0600z.nc4 .........OK + Comparing GFSPRS.GrbF09 .........OK + Comparing GFSPRS.GrbF12 .........OK Comparing RESTART/20210323.060000.coupler.res .........OK Comparing RESTART/20210323.060000.fv_core.res.nc .........OK Comparing RESTART/20210323.060000.fv_core.res.tile1.nc .........OK @@ -3926,24 +3596,127 @@ Checking test 133 atmaero_control_p8_rad results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -The total amount of wall time = 283.990505 -The maximum resident set size (KB) = 2879264 +The total amount of wall time = 332.278035 +The maximum resident set size (KB) = 836116 -Test 133 atmaero_control_p8_rad PASS +Test 109 rap_2threads_dyn32_phy32 PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/atmaero_control_p8_rad_micro -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_207441/atmaero_control_p8_rad_micro -Checking test 134 atmaero_control_p8_rad_micro results .... +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/hrrr_control_dyn32_phy32 +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_45909/hrrr_control_2threads_dyn32_phy32 +Checking test 110 hrrr_control_2threads_dyn32_phy32 results .... + Comparing sfcf000.nc .........OK + Comparing sfcf009.nc .........OK + Comparing sfcf012.nc .........OK + Comparing atmf000.nc .........OK + Comparing atmf009.nc .........OK + Comparing atmf012.nc .........OK + Comparing GFSFLX.GrbF00 .........OK + Comparing GFSFLX.GrbF09 .........OK + Comparing GFSFLX.GrbF12 .........OK + Comparing GFSPRS.GrbF00 .........OK + Comparing GFSPRS.GrbF09 .........OK + Comparing GFSPRS.GrbF12 .........OK + Comparing RESTART/20210322.120000.coupler.res .........OK + Comparing RESTART/20210322.120000.fv_core.res.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile6.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK + +The total amount of wall time = 163.037889 +The maximum resident set size (KB) = 822404 + +Test 110 hrrr_control_2threads_dyn32_phy32 PASS + + +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/hrrr_control_dyn32_phy32 +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_45909/hrrr_control_decomp_dyn32_phy32 +Checking test 111 hrrr_control_decomp_dyn32_phy32 results .... Comparing sfcf000.nc .........OK - Comparing sfcf024.nc .........OK + Comparing sfcf009.nc .........OK + Comparing sfcf012.nc .........OK Comparing atmf000.nc .........OK - Comparing atmf024.nc .........OK + Comparing atmf009.nc .........OK + Comparing atmf012.nc .........OK Comparing GFSFLX.GrbF00 .........OK - Comparing GFSFLX.GrbF24 .........OK + Comparing GFSFLX.GrbF09 .........OK + Comparing GFSFLX.GrbF12 .........OK Comparing GFSPRS.GrbF00 .........OK - Comparing GFSPRS.GrbF24 .........OK - Comparing gocart.inst_aod.20210323_0600z.nc4 .........OK + Comparing GFSPRS.GrbF09 .........OK + Comparing GFSPRS.GrbF12 .........OK + Comparing RESTART/20210322.120000.coupler.res .........OK + Comparing RESTART/20210322.120000.fv_core.res.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile6.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK + +The total amount of wall time = 188.921828 +The maximum resident set size (KB) = 775188 + +Test 111 hrrr_control_decomp_dyn32_phy32 PASS + + +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/rap_control_dyn32_phy32 +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_45909/rap_restart_dyn32_phy32 +Checking test 112 rap_restart_dyn32_phy32 results .... + Comparing sfcf012.nc .........OK + Comparing atmf012.nc .........OK + Comparing GFSFLX.GrbF12 .........OK + Comparing GFSPRS.GrbF12 .........OK Comparing RESTART/20210323.060000.coupler.res .........OK Comparing RESTART/20210323.060000.fv_core.res.nc .........OK Comparing RESTART/20210323.060000.fv_core.res.tile1.nc .........OK @@ -3977,478 +3750,504 @@ Checking test 134 atmaero_control_p8_rad_micro results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -The total amount of wall time = 295.965472 -The maximum resident set size (KB) = 2886548 - -Test 134 atmaero_control_p8_rad_micro PASS - - -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/regional_atmaq -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_207441/regional_atmaq -Checking test 135 regional_atmaq results .... - Comparing sfcf000.nc .........OK - Comparing sfcf003.nc .........OK - Comparing sfcf006.nc .........OK - Comparing atmf000.nc .........OK - Comparing atmf003.nc .........OK - Comparing atmf006.nc .........OK - Comparing RESTART/20190801.180000.coupler.res .........OK - Comparing RESTART/20190801.180000.fv_core.res.nc .........OK - Comparing RESTART/20190801.180000.fv_core.res.tile1.nc .........OK - Comparing RESTART/20190801.180000.fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/20190801.180000.fv_tracer.res.tile1.nc .........OK - Comparing RESTART/20190801.180000.phy_data.nc .........OK - Comparing RESTART/20190801.180000.sfc_data.nc .........OK - -The total amount of wall time = 988.702540 -The maximum resident set size (KB) = 1259292 - -Test 135 regional_atmaq PASS - - -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/regional_atmaq_debug -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_207441/regional_atmaq_debug -Checking test 136 regional_atmaq_debug results .... - Comparing sfcf000.nc .........OK - Comparing sfcf001.nc .........OK - Comparing atmf000.nc .........OK - Comparing atmf001.nc .........OK - Comparing RESTART/20190801.130000.coupler.res .........OK - Comparing RESTART/20190801.130000.fv_core.res.nc .........OK - Comparing RESTART/20190801.130000.fv_core.res.tile1.nc .........OK - Comparing RESTART/20190801.130000.fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/20190801.130000.fv_tracer.res.tile1.nc .........OK - Comparing RESTART/20190801.130000.phy_data.nc .........OK - Comparing RESTART/20190801.130000.sfc_data.nc .........OK - -The total amount of wall time = 1329.841478 -The maximum resident set size (KB) = 1289728 - -Test 136 regional_atmaq_debug PASS - - -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/regional_atmaq_faster -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_207441/regional_atmaq_faster -Checking test 137 regional_atmaq_faster results .... - Comparing sfcf000.nc .........OK - Comparing sfcf003.nc .........OK - Comparing sfcf006.nc .........OK - Comparing atmf000.nc .........OK - Comparing atmf003.nc .........OK - Comparing atmf006.nc .........OK - Comparing RESTART/20190801.180000.coupler.res .........OK - Comparing RESTART/20190801.180000.fv_core.res.nc .........OK - Comparing RESTART/20190801.180000.fv_core.res.tile1.nc .........OK - Comparing RESTART/20190801.180000.fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/20190801.180000.fv_tracer.res.tile1.nc .........OK - Comparing RESTART/20190801.180000.phy_data.nc .........OK - Comparing RESTART/20190801.180000.sfc_data.nc .........OK - -The total amount of wall time = 764.609880 -The maximum resident set size (KB) = 1258652 - -Test 137 regional_atmaq_faster PASS - -FAILED TESTS: -Test atmaero_control_p8 132 failed in run_test failed -Test compile_012 failed in run_compile failed - -REGRESSION TEST FAILED -Mon Apr 24 14:34:04 UTC 2023 -Elapsed time: 01h:34m:33s. Have a nice day! -Mon Apr 24 14:37:59 UTC 2023 -Start Regression test - -Compile 001 elapsed time 209 seconds. -DAPP=ATM -DDEBUG=ON -D32BIT=ON -DCCPP_SUITES=FV3_HRRR,FV3_GFS_v16,FV3_GFS_v16_csawmg,FV3_GFS_v16_ras,FV3_GFS_v17_p8,FV3_GFS_v15_thompson_mynn_lam3km,FV3_RAP,FV3_HRRR,FV3_RAP_unified_ugwp,FV3_RAP_cires_ugwp,FV3_RAP_flake,FV3_RAP_noah,FV3_RAP_sfcdiff,FV3_RAP_noah_sfcdiff_cires_ugwp,FV3_RRFS_v1beta -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 002 elapsed time 465 seconds. -DAPP=ATMAERO -DCCPP_SUITES=FV3_GFS_v17_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release - -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/rrfs_smoke_conus13km_hrrr_warm_debug -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_66056/rrfs_smoke_conus13km_hrrr_warm_debug -Checking test 001 rrfs_smoke_conus13km_hrrr_warm_debug results .... - Comparing sfcf000.nc .........OK - Comparing sfcf001.nc .........OK - Comparing atmf000.nc .........OK - Comparing atmf001.nc .........OK - -The total amount of wall time = 907.828960 -The maximum resident set size (KB) = 834208 - -Test 001 rrfs_smoke_conus13km_hrrr_warm_debug PASS - - -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/rrfs_smoke_conus13km_hrrr_warm_debug -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_66056/rrfs_smoke_conus13km_hrrr_warm_debug_2threads -Checking test 002 rrfs_smoke_conus13km_hrrr_warm_debug_2threads results .... - Comparing sfcf000.nc .........OK - Comparing sfcf001.nc .........OK - Comparing atmf000.nc .........OK - Comparing atmf001.nc .........OK - -The total amount of wall time = 523.101721 -The maximum resident set size (KB) = 830936 - -Test 002 rrfs_smoke_conus13km_hrrr_warm_debug_2threads PASS +The total amount of wall time = 270.255535 +The maximum resident set size (KB) = 619432 +Test 112 rap_restart_dyn32_phy32 PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/rrfs_conus13km_hrrr_warm_debugs -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_66056/rrfs_conus13km_hrrr_warm_debug -Checking test 003 rrfs_conus13km_hrrr_warm_debug results .... - Comparing sfcf000.nc .........OK - Comparing sfcf001.nc .........OK - Comparing atmf000.nc .........OK - Comparing atmf001.nc .........OK -The total amount of wall time = 810.772608 -The maximum resident set size (KB) = 802388 - -Test 003 rrfs_conus13km_hrrr_warm_debug PASS - - -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/control_CubedSphereGrid_debug -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_66056/control_CubedSphereGrid_debug -Checking test 004 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 +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/hrrr_control_dyn32_phy32 +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_45909/hrrr_control_restart_dyn32_phy32 +Checking test 113 hrrr_control_restart_dyn32_phy32 results .... + Comparing sfcf012.nc .........OK + Comparing atmf012.nc .........OK + Comparing GFSFLX.GrbF12 .........OK + Comparing GFSPRS.GrbF12 .........OK -The total amount of wall time = 158.821739 -The maximum resident set size (KB) = 673868 +The total amount of wall time = 94.862429 +The maximum resident set size (KB) = 604820 -Test 004 control_CubedSphereGrid_debug PASS +Test 113 hrrr_control_restart_dyn32_phy32 PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/control_wrtGauss_netcdf_parallel_debug -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_66056/control_wrtGauss_netcdf_parallel_debug -Checking test 005 control_wrtGauss_netcdf_parallel_debug results .... +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/rap_control_dyn64_phy32 +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_45909/rap_control_dyn64_phy32 +Checking test 114 rap_control_dyn64_phy32 results .... Comparing sfcf000.nc .........OK - Comparing sfcf001.nc .........OK + Comparing sfcf009.nc .........OK + Comparing sfcf012.nc .........OK Comparing atmf000.nc .........OK - Comparing atmf001.nc .........OK + Comparing atmf009.nc .........OK + Comparing atmf012.nc .........OK + Comparing GFSFLX.GrbF00 .........OK + Comparing GFSFLX.GrbF09 .........OK + Comparing GFSFLX.GrbF12 .........OK + Comparing GFSPRS.GrbF00 .........OK + Comparing GFSPRS.GrbF09 .........OK + Comparing GFSPRS.GrbF12 .........OK + Comparing RESTART/20210322.180000.coupler.res .........OK + Comparing RESTART/20210322.180000.fv_core.res.nc .........OK + Comparing RESTART/20210322.180000.fv_core.res.tile1.nc .........OK + Comparing RESTART/20210322.180000.fv_core.res.tile2.nc .........OK + Comparing RESTART/20210322.180000.fv_core.res.tile3.nc .........OK + Comparing RESTART/20210322.180000.fv_core.res.tile4.nc .........OK + Comparing RESTART/20210322.180000.fv_core.res.tile5.nc .........OK + Comparing RESTART/20210322.180000.fv_core.res.tile6.nc .........OK + Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/20210322.180000.fv_tracer.res.tile1.nc .........OK + Comparing RESTART/20210322.180000.fv_tracer.res.tile2.nc .........OK + Comparing RESTART/20210322.180000.fv_tracer.res.tile3.nc .........OK + Comparing RESTART/20210322.180000.fv_tracer.res.tile4.nc .........OK + Comparing RESTART/20210322.180000.fv_tracer.res.tile5.nc .........OK + Comparing RESTART/20210322.180000.fv_tracer.res.tile6.nc .........OK + Comparing RESTART/20210322.180000.phy_data.tile1.nc .........OK + Comparing RESTART/20210322.180000.phy_data.tile2.nc .........OK + Comparing RESTART/20210322.180000.phy_data.tile3.nc .........OK + Comparing RESTART/20210322.180000.phy_data.tile4.nc .........OK + Comparing RESTART/20210322.180000.phy_data.tile5.nc .........OK + Comparing RESTART/20210322.180000.phy_data.tile6.nc .........OK + Comparing RESTART/20210322.180000.sfc_data.tile1.nc .........OK + Comparing RESTART/20210322.180000.sfc_data.tile2.nc .........OK + Comparing RESTART/20210322.180000.sfc_data.tile3.nc .........OK + Comparing RESTART/20210322.180000.sfc_data.tile4.nc .........OK + Comparing RESTART/20210322.180000.sfc_data.tile5.nc .........OK + Comparing RESTART/20210322.180000.sfc_data.tile6.nc .........OK -The total amount of wall time = 158.668342 -The maximum resident set size (KB) = 677184 +The total amount of wall time = 236.226549 +The maximum resident set size (KB) = 793204 -Test 005 control_wrtGauss_netcdf_parallel_debug PASS +Test 114 rap_control_dyn64_phy32 PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/control_stochy_debug -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_66056/control_stochy_debug -Checking test 006 control_stochy_debug results .... +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/rap_control_debug_dyn32_phy32 +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_45909/rap_control_debug_dyn32_phy32 +Checking test 115 rap_control_debug_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 179.640409 -The maximum resident set size (KB) = 685172 +The total amount of wall time = 295.116520 +The maximum resident set size (KB) = 940488 -Test 006 control_stochy_debug PASS +Test 115 rap_control_debug_dyn32_phy32 PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/control_lndp_debug -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_66056/control_lndp_debug -Checking test 007 control_lndp_debug results .... +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/hrrr_control_debug_dyn32_phy32 +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_45909/hrrr_control_debug_dyn32_phy32 +Checking test 116 hrrr_control_debug_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 160.334670 -The maximum resident set size (KB) = 682840 +The total amount of wall time = 288.227537 +The maximum resident set size (KB) = 939648 -Test 007 control_lndp_debug PASS +Test 116 hrrr_control_debug_dyn32_phy32 PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/control_csawmg_debug -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_66056/control_csawmg_debug -Checking test 008 control_csawmg_debug results .... +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/rap_control_debug_dyn64_phy32 +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_45909/rap_control_dyn64_phy32_debug +Checking test 117 rap_control_dyn64_phy32_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 256.294985 -The maximum resident set size (KB) = 719888 +The total amount of wall time = 297.757859 +The maximum resident set size (KB) = 957784 -Test 008 control_csawmg_debug PASS +Test 117 rap_control_dyn64_phy32_debug PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/control_csawmgt_debug -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_66056/control_csawmgt_debug -Checking test 009 control_csawmgt_debug results .... - Comparing sfcf000.nc .........OK - Comparing sfcf001.nc .........OK - Comparing atmf000.nc .........OK - Comparing atmf001.nc .........OK +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/hafs_regional_atm +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_45909/hafs_regional_atm +Checking test 118 hafs_regional_atm results .... + Comparing atmf006.nc .........OK + Comparing sfcf006.nc .........OK + Comparing HURPRS.GrbF06 .........OK -The total amount of wall time = 252.602767 -The maximum resident set size (KB) = 722360 +The total amount of wall time = 276.613477 +The maximum resident set size (KB) = 824016 -Test 009 control_csawmgt_debug PASS +Test 118 hafs_regional_atm PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/control_ras_debug -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_66056/control_ras_debug -Checking test 010 control_ras_debug results .... - Comparing sfcf000.nc .........OK - Comparing sfcf001.nc .........OK - Comparing atmf000.nc .........OK - Comparing atmf001.nc .........OK +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/hafs_regional_atm_thompson_gfdlsf +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_45909/hafs_regional_atm_thompson_gfdlsf +Checking test 119 hafs_regional_atm_thompson_gfdlsf results .... + Comparing atmf006.nc .........OK + Comparing sfcf006.nc .........OK -The total amount of wall time = 162.257201 -The maximum resident set size (KB) = 694868 +The total amount of wall time = 330.753986 +The maximum resident set size (KB) = 1183320 -Test 010 control_ras_debug PASS +Test 119 hafs_regional_atm_thompson_gfdlsf PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/control_diag_debug -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_66056/control_diag_debug -Checking test 011 control_diag_debug results .... - Comparing sfcf000.nc .........OK - Comparing sfcf001.nc .........OK - Comparing atmf000.nc .........OK - Comparing atmf001.nc .........OK +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/hafs_regional_atm_ocn +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_45909/hafs_regional_atm_ocn +Checking test 120 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 -The total amount of wall time = 164.961975 -The maximum resident set size (KB) = 737296 +The total amount of wall time = 399.785582 +The maximum resident set size (KB) = 860852 -Test 011 control_diag_debug PASS +Test 120 hafs_regional_atm_ocn PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/control_debug_p8 -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_66056/control_debug_p8 -Checking test 012 control_debug_p8 results .... - Comparing sfcf000.nc .........OK - Comparing sfcf001.nc .........OK - Comparing atmf000.nc .........OK - Comparing atmf001.nc .........OK +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/hafs_regional_atm_wav +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_45909/hafs_regional_atm_wav +Checking test 121 hafs_regional_atm_wav results .... + Comparing atmf006.nc .........OK + Comparing sfcf006.nc .........OK + Comparing 20190829.060000.out_grd.ww3 .........OK + Comparing 20190829.060000.out_pnt.ww3 .........OK + Comparing ufs.hafs.ww3.r.2019-08-29-21600 .........OK + Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK -The total amount of wall time = 186.065222 -The maximum resident set size (KB) = 1505676 +The total amount of wall time = 712.474343 +The maximum resident set size (KB) = 896568 -Test 012 control_debug_p8 PASS +Test 121 hafs_regional_atm_wav PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/regional_debug -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_66056/regional_debug -Checking test 013 regional_debug results .... - Comparing dynf000.nc .........OK - Comparing dynf001.nc .........OK - Comparing phyf000.nc .........OK - Comparing phyf001.nc .........OK +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/hafs_regional_atm_ocn_wav +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_45909/hafs_regional_atm_ocn_wav +Checking test 122 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 20190829.060000.out_grd.ww3 .........OK + Comparing 20190829.060000.out_pnt.ww3 .........OK + Comparing ufs.hafs.ww3.r.2019-08-29-21600 .........OK + Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK -The total amount of wall time = 1037.325789 -The maximum resident set size (KB) = 677636 +The total amount of wall time = 902.081405 +The maximum resident set size (KB) = 919484 -Test 013 regional_debug PASS +Test 122 hafs_regional_atm_ocn_wav PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/rap_control_debug -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_66056/rap_control_debug -Checking test 014 rap_control_debug results .... - Comparing sfcf000.nc .........OK - Comparing sfcf001.nc .........OK - Comparing atmf000.nc .........OK - Comparing atmf001.nc .........OK +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/hafs_regional_1nest_atm +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_45909/hafs_regional_1nest_atm +Checking test 123 hafs_regional_1nest_atm results .... + Comparing atmf006.nc .........OK + Comparing sfcf006.nc .........OK + Comparing atm.nest02.f006.nc .........OK + Comparing sfc.nest02.f006.nc .........OK -The total amount of wall time = 296.944590 -The maximum resident set size (KB) = 1054700 +The total amount of wall time = 335.720823 +The maximum resident set size (KB) = 396212 -Test 014 rap_control_debug PASS +Test 123 hafs_regional_1nest_atm PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/hrrr_control_debug -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_66056/hrrr_control_debug -Checking test 015 hrrr_control_debug results .... - Comparing sfcf000.nc .........OK - Comparing sfcf001.nc .........OK - Comparing atmf000.nc .........OK - Comparing atmf001.nc .........OK +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/hafs_regional_telescopic_2nests_atm +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_45909/hafs_regional_telescopic_2nests_atm +Checking test 124 hafs_regional_telescopic_2nests_atm results .... + Comparing atmf006.nc .........OK + Comparing sfcf006.nc .........OK + Comparing atm.nest02.f006.nc .........OK + Comparing sfc.nest02.f006.nc .........OK + Comparing atm.nest03.f006.nc .........OK + Comparing sfc.nest03.f006.nc .........OK -The total amount of wall time = 290.306582 -The maximum resident set size (KB) = 1047212 +The total amount of wall time = 404.645006 +The maximum resident set size (KB) = 403824 -Test 015 hrrr_control_debug PASS +Test 124 hafs_regional_telescopic_2nests_atm PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/rap_control_debug -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_66056/rap_unified_drag_suite_debug -Checking test 016 rap_unified_drag_suite_debug results .... - Comparing sfcf000.nc .........OK - Comparing sfcf001.nc .........OK - Comparing atmf000.nc .........OK - Comparing atmf001.nc .........OK +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/hafs_global_1nest_atm +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_45909/hafs_global_1nest_atm +Checking test 125 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 -The total amount of wall time = 296.234072 -The maximum resident set size (KB) = 1057256 +The total amount of wall time = 174.475008 +The maximum resident set size (KB) = 270900 -Test 016 rap_unified_drag_suite_debug PASS +Test 125 hafs_global_1nest_atm PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/rap_diag_debug -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_66056/rap_diag_debug -Checking test 017 rap_diag_debug results .... - Comparing sfcf000.nc .........OK - Comparing sfcf001.nc .........OK - Comparing atmf000.nc .........OK - Comparing atmf001.nc .........OK +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/hafs_global_multiple_4nests_atm +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_45909/hafs_global_multiple_4nests_atm +Checking test 126 hafs_global_multiple_4nests_atm results .... + Comparing atmf006.nc .........OK + Comparing sfcf006.nc .........OK + Comparing atm.nest02.f006.nc .........OK + Comparing sfc.nest02.f006.nc .........OK + Comparing atm.nest03.f006.nc .........OK + Comparing sfc.nest03.f006.nc .........OK + Comparing atm.nest04.f006.nc .........OK + Comparing sfc.nest04.f006.nc .........OK + Comparing atm.nest05.f006.nc .........OK + Comparing sfc.nest05.f006.nc .........OK + Comparing HURPRS.GrbF06 .........OK + Comparing HURPRS.GrbF06.nest02 .........OK + Comparing HURPRS.GrbF06.nest03 .........OK + Comparing HURPRS.GrbF06.nest04 .........OK + Comparing HURPRS.GrbF06.nest05 .........OK -The total amount of wall time = 307.911077 -The maximum resident set size (KB) = 1135276 +The total amount of wall time = 490.421231 +The maximum resident set size (KB) = 347856 -Test 017 rap_diag_debug PASS +Test 126 hafs_global_multiple_4nests_atm PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/rap_cires_ugwp_debug -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_66056/rap_cires_ugwp_debug -Checking test 018 rap_cires_ugwp_debug results .... - Comparing sfcf000.nc .........OK - Comparing sfcf001.nc .........OK - Comparing atmf000.nc .........OK - Comparing atmf001.nc .........OK +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/hafs_regional_specified_moving_1nest_atm +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_45909/hafs_regional_specified_moving_1nest_atm +Checking test 127 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 .........OK + Comparing HURPRS.GrbF06 .........OK + Comparing HURPRS.GrbF06.nest02 .........OK -The total amount of wall time = 302.521620 -The maximum resident set size (KB) = 1053676 +The total amount of wall time = 220.197761 +The maximum resident set size (KB) = 411776 -Test 018 rap_cires_ugwp_debug PASS +Test 127 hafs_regional_specified_moving_1nest_atm PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/rap_cires_ugwp_debug -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_66056/rap_unified_ugwp_debug -Checking test 019 rap_unified_ugwp_debug results .... - Comparing sfcf000.nc .........OK - Comparing sfcf001.nc .........OK - Comparing atmf000.nc .........OK - Comparing atmf001.nc .........OK +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/hafs_regional_storm_following_1nest_atm +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_45909/hafs_regional_storm_following_1nest_atm +Checking test 128 hafs_regional_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 -The total amount of wall time = 303.310686 -The maximum resident set size (KB) = 1056240 +The total amount of wall time = 206.943437 +The maximum resident set size (KB) = 413628 -Test 019 rap_unified_ugwp_debug PASS +Test 128 hafs_regional_storm_following_1nest_atm PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/rap_lndp_debug -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_66056/rap_lndp_debug -Checking test 020 rap_lndp_debug results .... - Comparing sfcf000.nc .........OK - Comparing sfcf001.nc .........OK - Comparing atmf000.nc .........OK - Comparing atmf001.nc .........OK +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/hafs_regional_storm_following_1nest_atm_ocn +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_45909/hafs_regional_storm_following_1nest_atm_ocn +Checking test 129 hafs_regional_storm_following_1nest_atm_ocn results .... + Comparing atmf006.nc .........OK + Comparing sfcf006.nc .........OK + Comparing atm.nest02.f006.nc .........OK + Comparing sfc.nest02.f006.nc .........OK + Comparing archv.2020_238_18.a .........OK + Comparing archs.2020_238_18.a .........OK -The total amount of wall time = 300.522189 -The maximum resident set size (KB) = 1054548 +The total amount of wall time = 260.872560 +The maximum resident set size (KB) = 471132 -Test 020 rap_lndp_debug PASS +Test 129 hafs_regional_storm_following_1nest_atm_ocn PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/rap_flake_debug -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_66056/rap_flake_debug -Checking test 021 rap_flake_debug results .... - Comparing sfcf000.nc .........OK - Comparing sfcf001.nc .........OK - Comparing atmf000.nc .........OK - Comparing atmf001.nc .........OK +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/hafs_global_storm_following_1nest_atm +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_45909/hafs_global_storm_following_1nest_atm +Checking test 130 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 -The total amount of wall time = 296.139168 -The maximum resident set size (KB) = 1053616 +The total amount of wall time = 86.952880 +The maximum resident set size (KB) = 281604 -Test 021 rap_flake_debug PASS +Test 130 hafs_global_storm_following_1nest_atm PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/rap_progcld_thompson_debug -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_66056/rap_progcld_thompson_debug -Checking test 022 rap_progcld_thompson_debug results .... - Comparing sfcf000.nc .........OK - Comparing sfcf001.nc .........OK - Comparing atmf000.nc .........OK +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/hafs_regional_storm_following_1nest_atm_ocn_debug +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_45909/hafs_regional_storm_following_1nest_atm_ocn_debug +Checking test 131 hafs_regional_storm_following_1nest_atm_ocn_debug results .... Comparing atmf001.nc .........OK - -The total amount of wall time = 297.245024 -The maximum resident set size (KB) = 1057192 - -Test 022 rap_progcld_thompson_debug PASS - - -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/rap_noah_debug -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_66056/rap_noah_debug -Checking test 023 rap_noah_debug results .... - Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK - Comparing atmf000.nc .........OK - Comparing atmf001.nc .........OK + Comparing atm.nest02.f001.nc .........OK + Comparing sfc.nest02.f001.nc .........OK -The total amount of wall time = 291.404869 -The maximum resident set size (KB) = 1048908 +The total amount of wall time = 806.226257 +The maximum resident set size (KB) = 497256 -Test 023 rap_noah_debug PASS +Test 131 hafs_regional_storm_following_1nest_atm_ocn_debug PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/rap_sfcdiff_debug -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_66056/rap_sfcdiff_debug -Checking test 024 rap_sfcdiff_debug results .... - Comparing sfcf000.nc .........OK - Comparing sfcf001.nc .........OK - Comparing atmf000.nc .........OK - Comparing atmf001.nc .........OK +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/hafs_regional_storm_following_1nest_atm_ocn_wav +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_45909/hafs_regional_storm_following_1nest_atm_ocn_wav +Checking test 132 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 .........OK + Comparing archv.2020_238_18.a .........OK + Comparing archs.2020_238_18.a .........OK + Comparing 20200825.180000.out_grd.ww3 .........OK + Comparing 20200825.180000.out_pnt.ww3 .........OK -The total amount of wall time = 297.967733 -The maximum resident set size (KB) = 1052580 +The total amount of wall time = 506.702596 +The maximum resident set size (KB) = 528772 -Test 024 rap_sfcdiff_debug PASS +Test 132 hafs_regional_storm_following_1nest_atm_ocn_wav PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/rap_noah_sfcdiff_cires_ugwp_debug -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_66056/rap_noah_sfcdiff_cires_ugwp_debug -Checking test 025 rap_noah_sfcdiff_cires_ugwp_debug results .... - Comparing sfcf000.nc .........OK - Comparing sfcf001.nc .........OK - Comparing atmf000.nc .........OK - Comparing atmf001.nc .........OK +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/control_p8_atmlnd_sbs +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_45909/control_p8_atmlnd_sbs +Checking test 133 control_p8_atmlnd_sbs 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 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 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 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 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/20210323.060000.coupler.res .........OK + Comparing RESTART/20210323.060000.fv_core.res.nc .........OK + Comparing RESTART/20210323.060000.fv_core.res.tile1.nc .........OK + Comparing RESTART/20210323.060000.fv_core.res.tile2.nc .........OK + Comparing RESTART/20210323.060000.fv_core.res.tile3.nc .........OK + Comparing RESTART/20210323.060000.fv_core.res.tile4.nc .........OK + Comparing RESTART/20210323.060000.fv_core.res.tile5.nc .........OK + Comparing RESTART/20210323.060000.fv_core.res.tile6.nc .........OK + Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/20210323.060000.fv_tracer.res.tile1.nc .........OK + Comparing RESTART/20210323.060000.fv_tracer.res.tile2.nc .........OK + Comparing RESTART/20210323.060000.fv_tracer.res.tile3.nc .........OK + Comparing RESTART/20210323.060000.fv_tracer.res.tile4.nc .........OK + Comparing RESTART/20210323.060000.fv_tracer.res.tile5.nc .........OK + Comparing RESTART/20210323.060000.fv_tracer.res.tile6.nc .........OK + Comparing RESTART/20210323.060000.phy_data.tile1.nc .........OK + Comparing RESTART/20210323.060000.phy_data.tile2.nc .........OK + Comparing RESTART/20210323.060000.phy_data.tile3.nc .........OK + Comparing RESTART/20210323.060000.phy_data.tile4.nc .........OK + Comparing RESTART/20210323.060000.phy_data.tile5.nc .........OK + Comparing RESTART/20210323.060000.phy_data.tile6.nc .........OK + Comparing RESTART/20210323.060000.sfc_data.tile1.nc .........OK + Comparing RESTART/20210323.060000.sfc_data.tile2.nc .........OK + Comparing RESTART/20210323.060000.sfc_data.tile3.nc .........OK + Comparing RESTART/20210323.060000.sfc_data.tile4.nc .........OK + Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK + Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK + Comparing ufs.cpld.cpl.hi.lnd.2021-03-22-43200.nc .........OK + Comparing ufs.cpld.cpl.hi.lnd.2021-03-23-21600.nc .........OK + Comparing ufs.cpld.lnd.out.2021-03-22-43200.tile1.nc .........OK + Comparing ufs.cpld.lnd.out.2021-03-22-43200.tile2.nc .........OK + Comparing ufs.cpld.lnd.out.2021-03-22-43200.tile3.nc .........OK + Comparing ufs.cpld.lnd.out.2021-03-22-43200.tile4.nc .........OK + Comparing ufs.cpld.lnd.out.2021-03-22-43200.tile5.nc .........OK + Comparing ufs.cpld.lnd.out.2021-03-22-43200.tile6.nc .........OK + Comparing ufs.cpld.lnd.out.2021-03-23-21600.tile1.nc .........OK + Comparing ufs.cpld.lnd.out.2021-03-23-21600.tile2.nc .........OK + Comparing ufs.cpld.lnd.out.2021-03-23-21600.tile3.nc .........OK + Comparing ufs.cpld.lnd.out.2021-03-23-21600.tile4.nc .........OK + Comparing ufs.cpld.lnd.out.2021-03-23-21600.tile5.nc .........OK + Comparing ufs.cpld.lnd.out.2021-03-23-21600.tile6.nc .........OK -The total amount of wall time = 487.318256 -The maximum resident set size (KB) = 1051996 +The total amount of wall time = 239.379563 +The maximum resident set size (KB) = 1547396 -Test 025 rap_noah_sfcdiff_cires_ugwp_debug PASS +Test 133 control_p8_atmlnd_sbs PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/rrfs_v1beta_debug -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_66056/rrfs_v1beta_debug -Checking test 026 rrfs_v1beta_debug results .... +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/atmaero_control_p8 +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_45909/atmaero_control_p8 +Checking test 134 atmaero_control_p8 results .... Comparing sfcf000.nc .........OK - Comparing sfcf001.nc .........OK + Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK - Comparing atmf001.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.20210323_0600z.nc4 .........OK + Comparing RESTART/20210323.060000.coupler.res .........OK + Comparing RESTART/20210323.060000.fv_core.res.nc .........OK + Comparing RESTART/20210323.060000.fv_core.res.tile1.nc .........OK + Comparing RESTART/20210323.060000.fv_core.res.tile2.nc .........OK + Comparing RESTART/20210323.060000.fv_core.res.tile3.nc .........OK + Comparing RESTART/20210323.060000.fv_core.res.tile4.nc .........OK + Comparing RESTART/20210323.060000.fv_core.res.tile5.nc .........OK + Comparing RESTART/20210323.060000.fv_core.res.tile6.nc .........OK + Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/20210323.060000.fv_tracer.res.tile1.nc .........OK + Comparing RESTART/20210323.060000.fv_tracer.res.tile2.nc .........OK + Comparing RESTART/20210323.060000.fv_tracer.res.tile3.nc .........OK + Comparing RESTART/20210323.060000.fv_tracer.res.tile4.nc .........OK + Comparing RESTART/20210323.060000.fv_tracer.res.tile5.nc .........OK + Comparing RESTART/20210323.060000.fv_tracer.res.tile6.nc .........OK + Comparing RESTART/20210323.060000.phy_data.tile1.nc .........OK + Comparing RESTART/20210323.060000.phy_data.tile2.nc .........OK + Comparing RESTART/20210323.060000.phy_data.tile3.nc .........OK + Comparing RESTART/20210323.060000.phy_data.tile4.nc .........OK + Comparing RESTART/20210323.060000.phy_data.tile5.nc .........OK + Comparing RESTART/20210323.060000.phy_data.tile6.nc .........OK + Comparing RESTART/20210323.060000.sfc_data.tile1.nc .........OK + Comparing RESTART/20210323.060000.sfc_data.tile2.nc .........OK + Comparing RESTART/20210323.060000.sfc_data.tile3.nc .........OK + Comparing RESTART/20210323.060000.sfc_data.tile4.nc .........OK + Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK + Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -The total amount of wall time = 292.024711 -The maximum resident set size (KB) = 1046360 +The total amount of wall time = 251.143116 +The maximum resident set size (KB) = 2815120 -Test 026 rrfs_v1beta_debug PASS +Test 134 atmaero_control_p8 PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/atmaero_control_p8 -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_66056/atmaero_control_p8 -Checking test 027 atmaero_control_p8 results .... +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/atmaero_control_p8_rad +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_45909/atmaero_control_p8_rad +Checking test 135 atmaero_control_p8_rad results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -4482,21 +4281,24 @@ Checking test 027 atmaero_control_p8 results .... Comparing RESTART/20210323.060000.phy_data.tile2.nc .........OK Comparing RESTART/20210323.060000.phy_data.tile3.nc .........OK Comparing RESTART/20210323.060000.phy_data.tile4.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile5.nc ............ALT CHECK......ERROR -FAILED TESTS: -Test atmaero_control_p8 027 failed in run_test failed - -REGRESSION TEST FAILED -Mon Apr 24 15:02:40 UTC 2023 -Elapsed time: 00h:24m:42s. Have a nice day! -Mon Apr 24 15:55:26 UTC 2023 -Start Regression test + Comparing RESTART/20210323.060000.phy_data.tile5.nc .........OK + Comparing RESTART/20210323.060000.phy_data.tile6.nc .........OK + Comparing RESTART/20210323.060000.sfc_data.tile1.nc .........OK + Comparing RESTART/20210323.060000.sfc_data.tile2.nc .........OK + Comparing RESTART/20210323.060000.sfc_data.tile3.nc .........OK + Comparing RESTART/20210323.060000.sfc_data.tile4.nc .........OK + Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK + Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK + +The total amount of wall time = 285.061763 +The maximum resident set size (KB) = 2878984 -Compile 001 elapsed time 459 seconds. -DAPP=ATMAERO -DCCPP_SUITES=FV3_GFS_v17_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Test 135 atmaero_control_p8_rad PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230418/INTEL/atmaero_control_p8 -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_92479/atmaero_control_p8 -Checking test 001 atmaero_control_p8 results .... + +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/atmaero_control_p8_rad_micro +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_45909/atmaero_control_p8_rad_micro +Checking test 136 atmaero_control_p8_rad_micro results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -4539,12 +4341,79 @@ Checking test 001 atmaero_control_p8 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -The total amount of wall time = 250.529149 -The maximum resident set size (KB) = 2814932 +The total amount of wall time = 290.907880 +The maximum resident set size (KB) = 2885808 + +Test 136 atmaero_control_p8_rad_micro PASS + + +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/regional_atmaq +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_45909/regional_atmaq +Checking test 137 regional_atmaq results .... + Comparing sfcf000.nc .........OK + Comparing sfcf003.nc .........OK + Comparing sfcf006.nc .........OK + Comparing atmf000.nc .........OK + Comparing atmf003.nc .........OK + Comparing atmf006.nc .........OK + Comparing RESTART/20190801.180000.coupler.res .........OK + Comparing RESTART/20190801.180000.fv_core.res.nc .........OK + Comparing RESTART/20190801.180000.fv_core.res.tile1.nc .........OK + Comparing RESTART/20190801.180000.fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/20190801.180000.fv_tracer.res.tile1.nc .........OK + Comparing RESTART/20190801.180000.phy_data.nc .........OK + Comparing RESTART/20190801.180000.sfc_data.nc .........OK + +The total amount of wall time = 697.203483 +The maximum resident set size (KB) = 1261036 + +Test 137 regional_atmaq PASS + + +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/regional_atmaq_debug +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_45909/regional_atmaq_debug +Checking test 138 regional_atmaq_debug results .... + Comparing sfcf000.nc .........OK + Comparing sfcf001.nc .........OK + Comparing atmf000.nc .........OK + Comparing atmf001.nc .........OK + Comparing RESTART/20190801.130000.coupler.res .........OK + Comparing RESTART/20190801.130000.fv_core.res.nc .........OK + Comparing RESTART/20190801.130000.fv_core.res.tile1.nc .........OK + Comparing RESTART/20190801.130000.fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/20190801.130000.fv_tracer.res.tile1.nc .........OK + Comparing RESTART/20190801.130000.phy_data.nc .........OK + Comparing RESTART/20190801.130000.sfc_data.nc .........OK + +The total amount of wall time = 1312.111708 +The maximum resident set size (KB) = 1292148 + +Test 138 regional_atmaq_debug PASS + + +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230424/INTEL/regional_atmaq_faster +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_45909/regional_atmaq_faster +Checking test 139 regional_atmaq_faster results .... + Comparing sfcf000.nc .........OK + Comparing sfcf003.nc .........OK + Comparing sfcf006.nc .........OK + Comparing atmf000.nc .........OK + Comparing atmf003.nc .........OK + Comparing atmf006.nc .........OK + Comparing RESTART/20190801.180000.coupler.res .........OK + Comparing RESTART/20190801.180000.fv_core.res.nc .........OK + Comparing RESTART/20190801.180000.fv_core.res.tile1.nc .........OK + Comparing RESTART/20190801.180000.fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/20190801.180000.fv_tracer.res.tile1.nc .........OK + Comparing RESTART/20190801.180000.phy_data.nc .........OK + Comparing RESTART/20190801.180000.sfc_data.nc .........OK + +The total amount of wall time = 645.223778 +The maximum resident set size (KB) = 1261108 -Test 001 atmaero_control_p8 PASS +Test 139 regional_atmaq_faster PASS REGRESSION TEST WAS SUCCESSFUL -Mon Apr 24 16:11:03 UTC 2023 -Elapsed time: 00h:15m:38s. Have a nice day! +Tue Apr 25 02:45:34 UTC 2023 +Elapsed time: 01h:10m:45s. Have a nice day! From f9b9f9693fd0a89c699ed3ac5ffeac7ef9dae134 Mon Sep 17 00:00:00 2001 From: zach1221 Date: Tue, 25 Apr 2023 11:38:10 -0600 Subject: [PATCH 144/152] add cheyenne.gnu RT logs: passed --- tests/RegressionTests_cheyenne.gnu.log | 1197 ++++++++++++------------ 1 file changed, 604 insertions(+), 593 deletions(-) diff --git a/tests/RegressionTests_cheyenne.gnu.log b/tests/RegressionTests_cheyenne.gnu.log index 6a0f0580cc..8cf097e0da 100644 --- a/tests/RegressionTests_cheyenne.gnu.log +++ b/tests/RegressionTests_cheyenne.gnu.log @@ -1,21 +1,21 @@ -Fri Apr 21 11:14:13 MDT 2023 +Tue Apr 25 09:28:02 MDT 2023 Start Regression test -Compile 001 elapsed time 379 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v16_ras,FV3_GFS_v17_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 001 elapsed time 400 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v16_flake,FV3_GFS_v16_ras,FV3_GFS_v17_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release Compile 002 elapsed time 404 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_RRFS_v1beta -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 003 elapsed time 868 seconds. -DAPP=ATM -D32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 004 elapsed time 187 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 376 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -D32BIT=ON -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 006 elapsed time 1112 seconds. -DAPP=ATM -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 007 elapsed time 863 seconds. -DAPP=ATM -D32BIT=ON -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 008 elapsed time 868 seconds. -DAPP=ATM -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 009 elapsed time 658 seconds. -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 010 elapsed time 570 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 011 elapsed time 350 seconds. -DAPP=S2SWA -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile 012 elapsed time 297 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON - -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230418/GNU/control_c48 -working dir = /glade/scratch/jongkim/rt-1702-gnu/jongkim/FV3_RT/rt_22613/control_c48 +Compile 003 elapsed time 895 seconds. -DAPP=ATM -D32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 004 elapsed time 192 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 394 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR,FV3_HRRR_flake -D32BIT=ON -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 006 elapsed time 1141 seconds. -DAPP=ATM -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 007 elapsed time 900 seconds. -DAPP=ATM -D32BIT=ON -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 008 elapsed time 903 seconds. -DAPP=ATM -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 009 elapsed time 648 seconds. -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 010 elapsed time 577 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 011 elapsed time 356 seconds. -DAPP=S2SWA -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile 012 elapsed time 296 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON + +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/GNU/control_c48 +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_18838/control_c48 Checking test 001 control_c48 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -54,14 +54,14 @@ Checking test 001 control_c48 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -0:The total amount of wall time = 820.092534 -0:The maximum resident set size (KB) = 679748 +0:The total amount of wall time = 821.223042 +0:The maximum resident set size (KB) = 680340 Test 001 control_c48 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230418/GNU/control_stochy -working dir = /glade/scratch/jongkim/rt-1702-gnu/jongkim/FV3_RT/rt_22613/control_stochy +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/GNU/control_stochy +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_18838/control_stochy Checking test 002 control_stochy results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -72,14 +72,14 @@ Checking test 002 control_stochy results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK -0:The total amount of wall time = 178.243191 -0:The maximum resident set size (KB) = 443848 +0:The total amount of wall time = 178.475006 +0:The maximum resident set size (KB) = 443712 Test 002 control_stochy PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230418/GNU/control_ras -working dir = /glade/scratch/jongkim/rt-1702-gnu/jongkim/FV3_RT/rt_22613/control_ras +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/GNU/control_ras +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_18838/control_ras Checking test 003 control_ras results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -90,14 +90,14 @@ Checking test 003 control_ras results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -0:The total amount of wall time = 295.479192 -0:The maximum resident set size (KB) = 452736 +0:The total amount of wall time = 296.635178 +0:The maximum resident set size (KB) = 452768 Test 003 control_ras PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230418/GNU/control_p8 -working dir = /glade/scratch/jongkim/rt-1702-gnu/jongkim/FV3_RT/rt_22613/control_p8 +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/GNU/control_p8 +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_18838/control_p8 Checking test 004 control_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -144,15 +144,33 @@ Checking test 004 control_p8 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -0:The total amount of wall time = 310.005003 -0:The maximum resident set size (KB) = 1226792 +0:The total amount of wall time = 311.342686 +0:The maximum resident set size (KB) = 1225320 Test 004 control_p8 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230418/GNU/rap_control -working dir = /glade/scratch/jongkim/rt-1702-gnu/jongkim/FV3_RT/rt_22613/rap_control -Checking test 005 rap_control results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/GNU/control_flake +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_18838/control_flake +Checking test 005 control_flake results .... + Comparing sfcf000.nc ............ALT CHECK......OK + Comparing sfcf024.nc ............ALT CHECK......OK + Comparing atmf000.nc ............ALT CHECK......OK + Comparing atmf024.nc ............ALT CHECK......OK + Comparing GFSFLX.GrbF00 .........NOT OK + Comparing GFSFLX.GrbF24 .........NOT OK + Comparing GFSPRS.GrbF00 .........NOT OK + Comparing GFSPRS.GrbF24 .........NOT OK + +0:The total amount of wall time = 358.216644 +0:The maximum resident set size (KB) = 490488 + +Test 005 control_flake FAIL Tries: 2 + + +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/GNU/rap_control +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_18838/rap_control +Checking test 006 rap_control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -198,15 +216,15 @@ Checking test 005 rap_control results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -0:The total amount of wall time = 716.233417 -0:The maximum resident set size (KB) = 792492 +0:The total amount of wall time = 715.738660 +0:The maximum resident set size (KB) = 792404 -Test 005 rap_control PASS +Test 006 rap_control PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230418/GNU/rap_control -working dir = /glade/scratch/jongkim/rt-1702-gnu/jongkim/FV3_RT/rt_22613/rap_decomp -Checking test 006 rap_decomp results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/GNU/rap_control +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_18838/rap_decomp +Checking test 007 rap_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -252,15 +270,15 @@ Checking test 006 rap_decomp results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -0:The total amount of wall time = 721.043888 -0:The maximum resident set size (KB) = 791908 +0:The total amount of wall time = 717.271854 +0:The maximum resident set size (KB) = 791724 -Test 006 rap_decomp PASS +Test 007 rap_decomp PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230418/GNU/rap_control -working dir = /glade/scratch/jongkim/rt-1702-gnu/jongkim/FV3_RT/rt_22613/rap_2threads -Checking test 007 rap_2threads results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/GNU/rap_control +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_18838/rap_2threads +Checking test 008 rap_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -306,15 +324,15 @@ Checking test 007 rap_2threads results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -0:The total amount of wall time = 662.309640 -0:The maximum resident set size (KB) = 866600 +0:The total amount of wall time = 654.809101 +0:The maximum resident set size (KB) = 866068 -Test 007 rap_2threads PASS +Test 008 rap_2threads PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230418/GNU/rap_control -working dir = /glade/scratch/jongkim/rt-1702-gnu/jongkim/FV3_RT/rt_22613/rap_restart -Checking test 008 rap_restart results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/GNU/rap_control +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_18838/rap_restart +Checking test 009 rap_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK Comparing GFSFLX.GrbF24 .........OK @@ -352,15 +370,15 @@ Checking test 008 rap_restart results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -0:The total amount of wall time = 356.198531 -0:The maximum resident set size (KB) = 539240 +0:The total amount of wall time = 355.564379 +0:The maximum resident set size (KB) = 539380 -Test 008 rap_restart PASS +Test 009 rap_restart PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230418/GNU/rap_sfcdiff -working dir = /glade/scratch/jongkim/rt-1702-gnu/jongkim/FV3_RT/rt_22613/rap_sfcdiff -Checking test 009 rap_sfcdiff results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/GNU/rap_sfcdiff +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_18838/rap_sfcdiff +Checking test 010 rap_sfcdiff results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -406,15 +424,15 @@ Checking test 009 rap_sfcdiff results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -0:The total amount of wall time = 716.151679 -0:The maximum resident set size (KB) = 792264 +0:The total amount of wall time = 714.598937 +0:The maximum resident set size (KB) = 791844 -Test 009 rap_sfcdiff PASS +Test 010 rap_sfcdiff PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230418/GNU/rap_sfcdiff -working dir = /glade/scratch/jongkim/rt-1702-gnu/jongkim/FV3_RT/rt_22613/rap_sfcdiff_decomp -Checking test 010 rap_sfcdiff_decomp results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/GNU/rap_sfcdiff +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_18838/rap_sfcdiff_decomp +Checking test 011 rap_sfcdiff_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -460,15 +478,15 @@ Checking test 010 rap_sfcdiff_decomp results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -0:The total amount of wall time = 727.586043 -0:The maximum resident set size (KB) = 791596 +0:The total amount of wall time = 725.825589 +0:The maximum resident set size (KB) = 791532 -Test 010 rap_sfcdiff_decomp PASS +Test 011 rap_sfcdiff_decomp PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230418/GNU/rap_sfcdiff -working dir = /glade/scratch/jongkim/rt-1702-gnu/jongkim/FV3_RT/rt_22613/rap_sfcdiff_restart -Checking test 011 rap_sfcdiff_restart results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/GNU/rap_sfcdiff +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_18838/rap_sfcdiff_restart +Checking test 012 rap_sfcdiff_restart results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK Comparing GFSFLX.GrbF12 .........OK @@ -506,15 +524,15 @@ Checking test 011 rap_sfcdiff_restart results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -0:The total amount of wall time = 530.907873 -0:The maximum resident set size (KB) = 545684 +0:The total amount of wall time = 527.180584 +0:The maximum resident set size (KB) = 544448 -Test 011 rap_sfcdiff_restart PASS +Test 012 rap_sfcdiff_restart PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230418/GNU/hrrr_control -working dir = /glade/scratch/jongkim/rt-1702-gnu/jongkim/FV3_RT/rt_22613/hrrr_control -Checking test 012 hrrr_control results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/GNU/hrrr_control +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_18838/hrrr_control +Checking test 013 hrrr_control results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -527,48 +545,48 @@ Checking test 012 hrrr_control results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF09 .........OK Comparing GFSPRS.GrbF12 .........OK - Comparing RESTART/20210323.060000.coupler.res .........OK - Comparing RESTART/20210323.060000.fv_core.res.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile1.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile2.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile3.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile4.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile5.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile6.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile1.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile2.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile3.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile4.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - -0:The total amount of wall time = 692.983137 -0:The maximum resident set size (KB) = 789436 - -Test 012 hrrr_control PASS - - -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230418/GNU/hrrr_control -working dir = /glade/scratch/jongkim/rt-1702-gnu/jongkim/FV3_RT/rt_22613/hrrr_control_2threads -Checking test 013 hrrr_control_2threads results .... + Comparing RESTART/20210322.120000.coupler.res .........OK + Comparing RESTART/20210322.120000.fv_core.res.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile6.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK + +0:The total amount of wall time = 686.636349 +0:The maximum resident set size (KB) = 789196 + +Test 013 hrrr_control PASS + + +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/GNU/hrrr_control +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_18838/hrrr_control_2threads +Checking test 014 hrrr_control_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -581,48 +599,48 @@ Checking test 013 hrrr_control_2threads results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF09 .........OK Comparing GFSPRS.GrbF12 .........OK - Comparing RESTART/20210323.060000.coupler.res .........OK - Comparing RESTART/20210323.060000.fv_core.res.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile1.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile2.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile3.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile4.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile5.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile6.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile1.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile2.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile3.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile4.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - -0:The total amount of wall time = 624.735590 -0:The maximum resident set size (KB) = 860296 - -Test 013 hrrr_control_2threads PASS - - -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230418/GNU/hrrr_control -working dir = /glade/scratch/jongkim/rt-1702-gnu/jongkim/FV3_RT/rt_22613/hrrr_control_decomp -Checking test 014 hrrr_control_decomp results .... + Comparing RESTART/20210322.120000.coupler.res .........OK + Comparing RESTART/20210322.120000.fv_core.res.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile6.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK + +0:The total amount of wall time = 709.930656 +0:The maximum resident set size (KB) = 855972 + +Test 014 hrrr_control_2threads PASS + + +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/GNU/hrrr_control +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_18838/hrrr_control_decomp +Checking test 015 hrrr_control_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -635,94 +653,62 @@ Checking test 014 hrrr_control_decomp results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF09 .........OK Comparing GFSPRS.GrbF12 .........OK - Comparing RESTART/20210323.060000.coupler.res .........OK - Comparing RESTART/20210323.060000.fv_core.res.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile1.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile2.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile3.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile4.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile5.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile6.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile1.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile2.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile3.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile4.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - -0:The total amount of wall time = 693.018683 -0:The maximum resident set size (KB) = 789768 - -Test 014 hrrr_control_decomp PASS - - -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230418/GNU/hrrr_control -working dir = /glade/scratch/jongkim/rt-1702-gnu/jongkim/FV3_RT/rt_22613/hrrr_control_restart -Checking test 015 hrrr_control_restart results .... + Comparing RESTART/20210322.120000.coupler.res .........OK + Comparing RESTART/20210322.120000.fv_core.res.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile6.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK + +0:The total amount of wall time = 684.619393 +0:The maximum resident set size (KB) = 788572 + +Test 015 hrrr_control_decomp PASS + + +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/GNU/hrrr_control +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_18838/hrrr_control_restart +Checking test 016 hrrr_control_restart results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK Comparing GFSFLX.GrbF12 .........OK Comparing GFSPRS.GrbF12 .........OK - Comparing RESTART/20210323.060000.coupler.res .........OK - Comparing RESTART/20210323.060000.fv_core.res.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile1.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile2.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile3.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile4.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile5.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile6.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile1.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile2.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile3.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile4.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -0:The total amount of wall time = 512.158958 -0:The maximum resident set size (KB) = 540528 +0:The total amount of wall time = 507.374280 +0:The maximum resident set size (KB) = 539804 -Test 015 hrrr_control_restart PASS +Test 016 hrrr_control_restart PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230418/GNU/rrfs_v1beta -working dir = /glade/scratch/jongkim/rt-1702-gnu/jongkim/FV3_RT/rt_22613/rrfs_v1beta -Checking test 016 rrfs_v1beta results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/GNU/rrfs_v1beta +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_18838/rrfs_v1beta +Checking test 017 rrfs_v1beta results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -768,15 +754,15 @@ Checking test 016 rrfs_v1beta results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -0:The total amount of wall time = 706.611951 -0:The maximum resident set size (KB) = 789268 +0:The total amount of wall time = 707.089396 +0:The maximum resident set size (KB) = 789656 -Test 016 rrfs_v1beta PASS +Test 017 rrfs_v1beta PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230418/GNU/rrfs_smoke_conus13km_hrrr_warm -working dir = /glade/scratch/jongkim/rt-1702-gnu/jongkim/FV3_RT/rt_22613/rrfs_smoke_conus13km_hrrr_warm -Checking test 017 rrfs_smoke_conus13km_hrrr_warm results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/GNU/rrfs_smoke_conus13km_hrrr_warm +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_18838/rrfs_smoke_conus13km_hrrr_warm +Checking test 018 rrfs_smoke_conus13km_hrrr_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing sfcf002.nc .........OK @@ -784,15 +770,15 @@ Checking test 017 rrfs_smoke_conus13km_hrrr_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK -0:The total amount of wall time = 232.174520 -0:The maximum resident set size (KB) = 636528 +0:The total amount of wall time = 234.040580 +0:The maximum resident set size (KB) = 639548 -Test 017 rrfs_smoke_conus13km_hrrr_warm PASS +Test 018 rrfs_smoke_conus13km_hrrr_warm PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230418/GNU/rrfs_smoke_conus13km_hrrr_warm -working dir = /glade/scratch/jongkim/rt-1702-gnu/jongkim/FV3_RT/rt_22613/rrfs_smoke_conus13km_hrrr_warm_2threads -Checking test 018 rrfs_smoke_conus13km_hrrr_warm_2threads results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/GNU/rrfs_smoke_conus13km_hrrr_warm +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_18838/rrfs_smoke_conus13km_hrrr_warm_2threads +Checking test 019 rrfs_smoke_conus13km_hrrr_warm_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing sfcf002.nc .........OK @@ -800,15 +786,15 @@ Checking test 018 rrfs_smoke_conus13km_hrrr_warm_2threads results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK -0:The total amount of wall time = 146.345291 -0:The maximum resident set size (KB) = 655004 +0:The total amount of wall time = 146.867956 +0:The maximum resident set size (KB) = 658632 -Test 018 rrfs_smoke_conus13km_hrrr_warm_2threads PASS +Test 019 rrfs_smoke_conus13km_hrrr_warm_2threads PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230418/GNU/rrfs_conus13km_hrrr_warm -working dir = /glade/scratch/jongkim/rt-1702-gnu/jongkim/FV3_RT/rt_22613/rrfs_conus13km_hrrr_warm -Checking test 019 rrfs_conus13km_hrrr_warm results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/GNU/rrfs_conus13km_hrrr_warm +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_18838/rrfs_conus13km_hrrr_warm +Checking test 020 rrfs_conus13km_hrrr_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing sfcf002.nc .........OK @@ -816,15 +802,15 @@ Checking test 019 rrfs_conus13km_hrrr_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK -0:The total amount of wall time = 212.502976 -0:The maximum resident set size (KB) = 615824 +0:The total amount of wall time = 212.626743 +0:The maximum resident set size (KB) = 618564 -Test 019 rrfs_conus13km_hrrr_warm PASS +Test 020 rrfs_conus13km_hrrr_warm PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230418/GNU/rrfs_smoke_conus13km_hrrr_warm_radar_tten -working dir = /glade/scratch/jongkim/rt-1702-gnu/jongkim/FV3_RT/rt_22613/rrfs_smoke_conus13km_radar_tten_warm -Checking test 020 rrfs_smoke_conus13km_radar_tten_warm results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/GNU/rrfs_smoke_conus13km_hrrr_warm_radar_tten +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_18838/rrfs_smoke_conus13km_radar_tten_warm +Checking test 021 rrfs_smoke_conus13km_radar_tten_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing sfcf002.nc .........OK @@ -832,235 +818,263 @@ Checking test 020 rrfs_smoke_conus13km_radar_tten_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK -0:The total amount of wall time = 232.774128 -0:The maximum resident set size (KB) = 639292 +0:The total amount of wall time = 231.910875 +0:The maximum resident set size (KB) = 642248 -Test 020 rrfs_smoke_conus13km_radar_tten_warm PASS +Test 021 rrfs_smoke_conus13km_radar_tten_warm PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230418/GNU/rrfs_conus13km_hrrr_warm_restart_mismatch -working dir = /glade/scratch/jongkim/rt-1702-gnu/jongkim/FV3_RT/rt_22613/rrfs_conus13km_hrrr_warm_restart_mismatch -Checking test 021 rrfs_conus13km_hrrr_warm_restart_mismatch results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/GNU/rrfs_conus13km_hrrr_warm_restart_mismatch +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_18838/rrfs_conus13km_hrrr_warm_restart_mismatch +Checking test 022 rrfs_conus13km_hrrr_warm_restart_mismatch results .... Comparing sfcf002.nc .........OK Comparing atmf002.nc .........OK -0:The total amount of wall time = 110.782794 -0:The maximum resident set size (KB) = 596436 +0:The total amount of wall time = 111.802692 +0:The maximum resident set size (KB) = 599640 -Test 021 rrfs_conus13km_hrrr_warm_restart_mismatch PASS +Test 022 rrfs_conus13km_hrrr_warm_restart_mismatch PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230418/GNU/control_diag_debug -working dir = /glade/scratch/jongkim/rt-1702-gnu/jongkim/FV3_RT/rt_22613/control_diag_debug -Checking test 022 control_diag_debug results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/GNU/control_diag_debug +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_18838/control_diag_debug +Checking test 023 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 = 82.945457 -0:The maximum resident set size (KB) = 491476 +0:The total amount of wall time = 82.335787 +0:The maximum resident set size (KB) = 492248 -Test 022 control_diag_debug PASS +Test 023 control_diag_debug PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230418/GNU/regional_debug -working dir = /glade/scratch/jongkim/rt-1702-gnu/jongkim/FV3_RT/rt_22613/regional_debug -Checking test 023 regional_debug results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/GNU/regional_debug +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_18838/regional_debug +Checking test 024 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 = 483.827196 -0:The maximum resident set size (KB) = 567124 +0:The total amount of wall time = 477.611827 +0:The maximum resident set size (KB) = 567596 -Test 023 regional_debug PASS +Test 024 regional_debug PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230418/GNU/rap_control_debug -working dir = /glade/scratch/jongkim/rt-1702-gnu/jongkim/FV3_RT/rt_22613/rap_control_debug -Checking test 024 rap_control_debug results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/GNU/rap_control_debug +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_18838/rap_control_debug +Checking test 025 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 = 147.918625 -0:The maximum resident set size (KB) = 805616 +0:The total amount of wall time = 145.333649 +0:The maximum resident set size (KB) = 806280 -Test 024 rap_control_debug PASS +Test 025 rap_control_debug PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230418/GNU/hrrr_control_debug -working dir = /glade/scratch/jongkim/rt-1702-gnu/jongkim/FV3_RT/rt_22613/hrrr_control_debug -Checking test 025 hrrr_control_debug results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/GNU/hrrr_control_debug +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_18838/hrrr_control_debug +Checking test 026 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 = 144.367559 -0:The maximum resident set size (KB) = 802076 +0:The total amount of wall time = 142.656386 +0:The maximum resident set size (KB) = 801812 -Test 025 hrrr_control_debug PASS +Test 026 hrrr_control_debug PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230418/GNU/rap_diag_debug -working dir = /glade/scratch/jongkim/rt-1702-gnu/jongkim/FV3_RT/rt_22613/rap_diag_debug -Checking test 026 rap_diag_debug results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/GNU/rap_diag_debug +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_18838/rap_diag_debug +Checking test 027 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 = 154.105330 -0:The maximum resident set size (KB) = 888316 +0:The total amount of wall time = 152.308834 +0:The maximum resident set size (KB) = 888396 -Test 026 rap_diag_debug PASS +Test 027 rap_diag_debug PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230418/GNU/rap_noah_sfcdiff_cires_ugwp_debug -working dir = /glade/scratch/jongkim/rt-1702-gnu/jongkim/FV3_RT/rt_22613/rap_noah_sfcdiff_cires_ugwp_debug -Checking test 027 rap_noah_sfcdiff_cires_ugwp_debug results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/GNU/rap_noah_sfcdiff_cires_ugwp_debug +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_18838/rap_noah_sfcdiff_cires_ugwp_debug +Checking test 028 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 = 237.365950 -0:The maximum resident set size (KB) = 804068 +0:The total amount of wall time = 235.155081 +0:The maximum resident set size (KB) = 804660 -Test 027 rap_noah_sfcdiff_cires_ugwp_debug PASS +Test 028 rap_noah_sfcdiff_cires_ugwp_debug PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230418/GNU/rap_progcld_thompson_debug -working dir = /glade/scratch/jongkim/rt-1702-gnu/jongkim/FV3_RT/rt_22613/rap_progcld_thompson_debug -Checking test 028 rap_progcld_thompson_debug results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/GNU/rap_progcld_thompson_debug +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_18838/rap_progcld_thompson_debug +Checking test 029 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 = 146.876353 -0:The maximum resident set size (KB) = 805352 +0:The total amount of wall time = 145.316687 +0:The maximum resident set size (KB) = 806460 -Test 028 rap_progcld_thompson_debug PASS +Test 029 rap_progcld_thompson_debug PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230418/GNU/rrfs_v1beta_debug -working dir = /glade/scratch/jongkim/rt-1702-gnu/jongkim/FV3_RT/rt_22613/rrfs_v1beta_debug -Checking test 029 rrfs_v1beta_debug results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/GNU/rrfs_v1beta_debug +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_18838/rrfs_v1beta_debug +Checking test 030 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 = 145.482124 -0:The maximum resident set size (KB) = 801304 +0:The total amount of wall time = 144.992259 +0:The maximum resident set size (KB) = 801456 -Test 029 rrfs_v1beta_debug PASS +Test 030 rrfs_v1beta_debug PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230418/GNU/control_ras_debug -working dir = /glade/scratch/jongkim/rt-1702-gnu/jongkim/FV3_RT/rt_22613/control_ras_debug -Checking test 030 control_ras_debug results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/GNU/control_ras_debug +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_18838/control_ras_debug +Checking test 031 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 = 81.573920 -0:The maximum resident set size (KB) = 446656 +0:The total amount of wall time = 81.317173 +0:The maximum resident set size (KB) = 446480 -Test 030 control_ras_debug PASS +Test 031 control_ras_debug PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230418/GNU/control_stochy_debug -working dir = /glade/scratch/jongkim/rt-1702-gnu/jongkim/FV3_RT/rt_22613/control_stochy_debug -Checking test 031 control_stochy_debug results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/GNU/control_stochy_debug +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_18838/control_stochy_debug +Checking test 032 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 = 89.961958 -0:The maximum resident set size (KB) = 438112 +0:The total amount of wall time = 88.672079 +0:The maximum resident set size (KB) = 439104 -Test 031 control_stochy_debug PASS +Test 032 control_stochy_debug PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230418/GNU/control_debug_p8 -working dir = /glade/scratch/jongkim/rt-1702-gnu/jongkim/FV3_RT/rt_22613/control_debug_p8 -Checking test 032 control_debug_p8 results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/GNU/control_debug_p8 +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_18838/control_debug_p8 +Checking test 033 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 = 91.862405 -0:The maximum resident set size (KB) = 1221280 +0:The total amount of wall time = 90.781517 +0:The maximum resident set size (KB) = 1223544 -Test 032 control_debug_p8 PASS +Test 033 control_debug_p8 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230418/GNU/rrfs_smoke_conus13km_hrrr_warm_debug -working dir = /glade/scratch/jongkim/rt-1702-gnu/jongkim/FV3_RT/rt_22613/rrfs_smoke_conus13km_hrrr_warm_debug -Checking test 033 rrfs_smoke_conus13km_hrrr_warm_debug results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/GNU/rrfs_smoke_conus13km_hrrr_warm_debug +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_18838/rrfs_smoke_conus13km_hrrr_warm_debug +Checking test 034 rrfs_smoke_conus13km_hrrr_warm_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 = 440.514734 -0:The maximum resident set size (KB) = 641444 +0:The total amount of wall time = 438.337660 +0:The maximum resident set size (KB) = 645168 -Test 033 rrfs_smoke_conus13km_hrrr_warm_debug PASS +Test 034 rrfs_smoke_conus13km_hrrr_warm_debug PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230418/GNU/rrfs_smoke_conus13km_hrrr_warm_debug -working dir = /glade/scratch/jongkim/rt-1702-gnu/jongkim/FV3_RT/rt_22613/rrfs_smoke_conus13km_hrrr_warm_debug_2threads -Checking test 034 rrfs_smoke_conus13km_hrrr_warm_debug_2threads results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/GNU/rrfs_smoke_conus13km_hrrr_warm_debug +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_18838/rrfs_smoke_conus13km_hrrr_warm_debug_2threads +Checking test 035 rrfs_smoke_conus13km_hrrr_warm_debug_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 258.466829 -0:The maximum resident set size (KB) = 665592 +0:The total amount of wall time = 259.779408 +0:The maximum resident set size (KB) = 669872 -Test 034 rrfs_smoke_conus13km_hrrr_warm_debug_2threads PASS +Test 035 rrfs_smoke_conus13km_hrrr_warm_debug_2threads PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230418/GNU/rrfs_conus13km_hrrr_warm_debugs -working dir = /glade/scratch/jongkim/rt-1702-gnu/jongkim/FV3_RT/rt_22613/rrfs_conus13km_hrrr_warm_debug -Checking test 035 rrfs_conus13km_hrrr_warm_debug results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/GNU/rrfs_conus13km_hrrr_warm_debugs +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_18838/rrfs_conus13km_hrrr_warm_debug +Checking test 036 rrfs_conus13km_hrrr_warm_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 = 400.157967 -0:The maximum resident set size (KB) = 619848 +0:The total amount of wall time = 396.828254 +0:The maximum resident set size (KB) = 623964 -Test 035 rrfs_conus13km_hrrr_warm_debug PASS +Test 036 rrfs_conus13km_hrrr_warm_debug PASS + + +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/GNU/rap_flake_debug +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_18838/rap_flake_debug +Checking test 037 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 = 145.651202 +0:The maximum resident set size (KB) = 806384 + +Test 037 rap_flake_debug PASS + + +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/GNU/rap_clm_lake_debug +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_18838/rap_clm_lake_debug +Checking test 038 rap_clm_lake_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.560342 +0:The maximum resident set size (KB) = 808004 -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230418/GNU/control_wam_debug -working dir = /glade/scratch/jongkim/rt-1702-gnu/jongkim/FV3_RT/rt_22613/control_wam_debug -Checking test 036 control_wam_debug results .... +Test 038 rap_clm_lake_debug PASS + + +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/GNU/control_wam_debug +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_18838/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 = 140.125540 -0:The maximum resident set size (KB) = 183548 +0:The total amount of wall time = 140.457916 +0:The maximum resident set size (KB) = 182852 -Test 036 control_wam_debug PASS +Test 039 control_wam_debug PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230418/GNU/rap_control_dyn32_phy32 -working dir = /glade/scratch/jongkim/rt-1702-gnu/jongkim/FV3_RT/rt_22613/rap_control_dyn32_phy32 -Checking test 037 rap_control_dyn32_phy32 results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/GNU/rap_control_dyn32_phy32 +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_18838/rap_control_dyn32_phy32 +Checking test 040 rap_control_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -1106,15 +1120,15 @@ Checking test 037 rap_control_dyn32_phy32 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -0:The total amount of wall time = 703.789376 -0:The maximum resident set size (KB) = 673768 +0:The total amount of wall time = 704.103266 +0:The maximum resident set size (KB) = 672584 -Test 037 rap_control_dyn32_phy32 PASS +Test 040 rap_control_dyn32_phy32 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230418/GNU/hrrr_control_dyn32_phy32 -working dir = /glade/scratch/jongkim/rt-1702-gnu/jongkim/FV3_RT/rt_22613/hrrr_control_dyn32_phy32 -Checking test 038 hrrr_control_dyn32_phy32 results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/GNU/hrrr_control_dyn32_phy32 +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_18838/hrrr_control_dyn32_phy32 +Checking test 041 hrrr_control_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -1127,48 +1141,48 @@ Checking test 038 hrrr_control_dyn32_phy32 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF09 .........OK Comparing GFSPRS.GrbF12 .........OK - Comparing RESTART/20210322.180000.coupler.res .........OK - Comparing RESTART/20210322.180000.fv_core.res.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile1.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile2.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile3.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile4.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile5.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile6.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile1.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile2.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile3.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile4.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile5.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile6.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile1.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile2.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile3.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile4.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile5.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile6.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile1.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile2.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile3.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile4.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile5.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile6.nc .........OK - -0:The total amount of wall time = 355.350362 -0:The maximum resident set size (KB) = 671136 - -Test 038 hrrr_control_dyn32_phy32 PASS - - -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230418/GNU/rap_control_dyn32_phy32 -working dir = /glade/scratch/jongkim/rt-1702-gnu/jongkim/FV3_RT/rt_22613/rap_2threads_dyn32_phy32 -Checking test 039 rap_2threads_dyn32_phy32 results .... + Comparing RESTART/20210322.120000.coupler.res .........OK + Comparing RESTART/20210322.120000.fv_core.res.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile6.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK + +0:The total amount of wall time = 354.097209 +0:The maximum resident set size (KB) = 671196 + +Test 041 hrrr_control_dyn32_phy32 PASS + + +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/GNU/rap_control_dyn32_phy32 +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_18838/rap_2threads_dyn32_phy32 +Checking test 042 rap_2threads_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -1214,15 +1228,15 @@ Checking test 039 rap_2threads_dyn32_phy32 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -0:The total amount of wall time = 645.572568 -0:The maximum resident set size (KB) = 720236 +0:The total amount of wall time = 646.051970 +0:The maximum resident set size (KB) = 720680 -Test 039 rap_2threads_dyn32_phy32 PASS +Test 042 rap_2threads_dyn32_phy32 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230418/GNU/hrrr_control_dyn32_phy32 -working dir = /glade/scratch/jongkim/rt-1702-gnu/jongkim/FV3_RT/rt_22613/hrrr_control_2threads_dyn32_phy32 -Checking test 040 hrrr_control_2threads_dyn32_phy32 results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/GNU/hrrr_control_dyn32_phy32 +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_18838/hrrr_control_2threads_dyn32_phy32 +Checking test 043 hrrr_control_2threads_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -1235,48 +1249,48 @@ Checking test 040 hrrr_control_2threads_dyn32_phy32 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF09 .........OK Comparing GFSPRS.GrbF12 .........OK - Comparing RESTART/20210322.180000.coupler.res .........OK - Comparing RESTART/20210322.180000.fv_core.res.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile1.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile2.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile3.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile4.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile5.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile6.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile1.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile2.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile3.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile4.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile5.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile6.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile1.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile2.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile3.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile4.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile5.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile6.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile1.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile2.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile3.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile4.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile5.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile6.nc .........OK - -0:The total amount of wall time = 322.783525 -0:The maximum resident set size (KB) = 717272 - -Test 040 hrrr_control_2threads_dyn32_phy32 PASS - - -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230418/GNU/hrrr_control_dyn32_phy32 -working dir = /glade/scratch/jongkim/rt-1702-gnu/jongkim/FV3_RT/rt_22613/hrrr_control_decomp_dyn32_phy32 -Checking test 041 hrrr_control_decomp_dyn32_phy32 results .... + Comparing RESTART/20210322.120000.coupler.res .........OK + Comparing RESTART/20210322.120000.fv_core.res.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile6.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK + +0:The total amount of wall time = 402.237329 +0:The maximum resident set size (KB) = 711840 + +Test 043 hrrr_control_2threads_dyn32_phy32 PASS + + +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/GNU/hrrr_control_dyn32_phy32 +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_18838/hrrr_control_decomp_dyn32_phy32 +Checking test 044 hrrr_control_decomp_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -1289,48 +1303,48 @@ Checking test 041 hrrr_control_decomp_dyn32_phy32 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF09 .........OK Comparing GFSPRS.GrbF12 .........OK - Comparing RESTART/20210322.180000.coupler.res .........OK - Comparing RESTART/20210322.180000.fv_core.res.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile1.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile2.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile3.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile4.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile5.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile6.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile1.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile2.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile3.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile4.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile5.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile6.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile1.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile2.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile3.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile4.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile5.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile6.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile1.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile2.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile3.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile4.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile5.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile6.nc .........OK - -0:The total amount of wall time = 356.104222 -0:The maximum resident set size (KB) = 670224 - -Test 041 hrrr_control_decomp_dyn32_phy32 PASS - - -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230418/GNU/rap_control_dyn32_phy32 -working dir = /glade/scratch/jongkim/rt-1702-gnu/jongkim/FV3_RT/rt_22613/rap_restart_dyn32_phy32 -Checking test 042 rap_restart_dyn32_phy32 results .... + Comparing RESTART/20210322.120000.coupler.res .........OK + Comparing RESTART/20210322.120000.fv_core.res.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile6.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK + +0:The total amount of wall time = 351.532691 +0:The maximum resident set size (KB) = 670092 + +Test 044 hrrr_control_decomp_dyn32_phy32 PASS + + +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/GNU/rap_control_dyn32_phy32 +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_18838/rap_restart_dyn32_phy32 +Checking test 045 rap_restart_dyn32_phy32 results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK Comparing GFSFLX.GrbF12 .........OK @@ -1368,61 +1382,29 @@ Checking test 042 rap_restart_dyn32_phy32 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -0:The total amount of wall time = 522.334314 -0:The maximum resident set size (KB) = 512064 +0:The total amount of wall time = 520.605488 +0:The maximum resident set size (KB) = 511860 -Test 042 rap_restart_dyn32_phy32 PASS +Test 045 rap_restart_dyn32_phy32 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230418/GNU/hrrr_control_dyn32_phy32 -working dir = /glade/scratch/jongkim/rt-1702-gnu/jongkim/FV3_RT/rt_22613/hrrr_control_restart_dyn32_phy32 -Checking test 043 hrrr_control_restart_dyn32_phy32 results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/GNU/hrrr_control_dyn32_phy32 +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_18838/hrrr_control_restart_dyn32_phy32 +Checking test 046 hrrr_control_restart_dyn32_phy32 results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK Comparing GFSFLX.GrbF12 .........OK Comparing GFSPRS.GrbF12 .........OK - Comparing RESTART/20210322.180000.coupler.res .........OK - Comparing RESTART/20210322.180000.fv_core.res.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile1.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile2.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile3.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile4.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile5.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile6.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile1.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile2.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile3.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile4.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile5.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile6.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile1.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile2.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile3.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile4.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile5.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile6.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile1.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile2.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile3.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile4.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile5.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile6.nc .........OK -0:The total amount of wall time = 180.613272 -0:The maximum resident set size (KB) = 507152 +0:The total amount of wall time = 178.086046 +0:The maximum resident set size (KB) = 506076 -Test 043 hrrr_control_restart_dyn32_phy32 PASS +Test 046 hrrr_control_restart_dyn32_phy32 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230418/GNU/rap_control_dyn64_phy32 -working dir = /glade/scratch/jongkim/rt-1702-gnu/jongkim/FV3_RT/rt_22613/rap_control_dyn64_phy32 -Checking test 044 rap_control_dyn64_phy32 results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/GNU/rap_control_dyn64_phy32 +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_18838/rap_control_dyn64_phy32 +Checking test 047 rap_control_dyn64_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -1468,57 +1450,57 @@ Checking test 044 rap_control_dyn64_phy32 results .... Comparing RESTART/20210322.180000.sfc_data.tile5.nc .........OK Comparing RESTART/20210322.180000.sfc_data.tile6.nc .........OK -0:The total amount of wall time = 406.288061 -0:The maximum resident set size (KB) = 693588 +0:The total amount of wall time = 406.944035 +0:The maximum resident set size (KB) = 693900 -Test 044 rap_control_dyn64_phy32 PASS +Test 047 rap_control_dyn64_phy32 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230418/GNU/rap_control_debug_dyn32_phy32 -working dir = /glade/scratch/jongkim/rt-1702-gnu/jongkim/FV3_RT/rt_22613/rap_control_debug_dyn32_phy32 -Checking test 045 rap_control_debug_dyn32_phy32 results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/GNU/rap_control_debug_dyn32_phy32 +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_18838/rap_control_debug_dyn32_phy32 +Checking test 048 rap_control_debug_dyn32_phy32 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.064213 -0:The maximum resident set size (KB) = 687732 +0:The total amount of wall time = 143.871322 +0:The maximum resident set size (KB) = 687060 -Test 045 rap_control_debug_dyn32_phy32 PASS +Test 048 rap_control_debug_dyn32_phy32 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230418/GNU/hrrr_control_debug_dyn32_phy32 -working dir = /glade/scratch/jongkim/rt-1702-gnu/jongkim/FV3_RT/rt_22613/hrrr_control_debug_dyn32_phy32 -Checking test 046 hrrr_control_debug_dyn32_phy32 results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/GNU/hrrr_control_debug_dyn32_phy32 +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_18838/hrrr_control_debug_dyn32_phy32 +Checking test 049 hrrr_control_debug_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 143.497782 -0:The maximum resident set size (KB) = 683920 +0:The total amount of wall time = 140.286344 +0:The maximum resident set size (KB) = 684392 -Test 046 hrrr_control_debug_dyn32_phy32 PASS +Test 049 hrrr_control_debug_dyn32_phy32 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230418/GNU/rap_control_debug_dyn64_phy32 -working dir = /glade/scratch/jongkim/rt-1702-gnu/jongkim/FV3_RT/rt_22613/rap_control_dyn64_phy32_debug -Checking test 047 rap_control_dyn64_phy32_debug results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/GNU/rap_control_debug_dyn64_phy32 +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_18838/rap_control_dyn64_phy32_debug +Checking test 050 rap_control_dyn64_phy32_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 = 152.771584 -0:The maximum resident set size (KB) = 707604 +0:The total amount of wall time = 148.716276 +0:The maximum resident set size (KB) = 708252 -Test 047 rap_control_dyn64_phy32_debug PASS +Test 050 rap_control_dyn64_phy32_debug PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230418/GNU/cpld_control_p8 -working dir = /glade/scratch/jongkim/rt-1702-gnu/jongkim/FV3_RT/rt_22613/cpld_control_p8 -Checking test 048 cpld_control_p8 results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/GNU/cpld_control_p8 +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_18838/cpld_control_p8 +Checking test 051 cpld_control_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK Comparing sfcf021.tile3.nc .........OK @@ -1582,15 +1564,15 @@ Checking test 048 cpld_control_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK -0:The total amount of wall time = 500.863330 -0:The maximum resident set size (KB) = 3158608 +0:The total amount of wall time = 493.149174 +0:The maximum resident set size (KB) = 3158640 -Test 048 cpld_control_p8 PASS +Test 051 cpld_control_p8 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230418/GNU/cpld_control_c96_noaero_p8 -working dir = /glade/scratch/jongkim/rt-1702-gnu/jongkim/FV3_RT/rt_22613/cpld_control_nowave_noaero_p8 -Checking test 049 cpld_control_nowave_noaero_p8 results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/GNU/cpld_control_c96_noaero_p8 +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_18838/cpld_control_nowave_noaero_p8 +Checking test 052 cpld_control_nowave_noaero_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK Comparing sfcf021.tile3.nc .........OK @@ -1651,15 +1633,15 @@ Checking test 049 cpld_control_nowave_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 = 251.132624 -0:The maximum resident set size (KB) = 1240572 +0:The total amount of wall time = 248.685388 +0:The maximum resident set size (KB) = 1241160 -Test 049 cpld_control_nowave_noaero_p8 PASS +Test 052 cpld_control_nowave_noaero_p8 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230418/GNU/cpld_debug_p8 -working dir = /glade/scratch/jongkim/rt-1702-gnu/jongkim/FV3_RT/rt_22613/cpld_debug_p8 -Checking test 050 cpld_debug_p8 results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/GNU/cpld_debug_p8 +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_18838/cpld_debug_p8 +Checking test 053 cpld_debug_p8 results .... Comparing sfcf003.tile1.nc .........OK Comparing sfcf003.tile2.nc .........OK Comparing sfcf003.tile3.nc .........OK @@ -1711,25 +1693,54 @@ Checking test 050 cpld_debug_p8 results .... Comparing 20210322.090000.out_pnt.ww3 .........OK Comparing 20210322.090000.out_grd.ww3 .........OK -0:The total amount of wall time = 201.087755 -0:The maximum resident set size (KB) = 3172904 +0:The total amount of wall time = 197.906466 +0:The maximum resident set size (KB) = 3175780 -Test 050 cpld_debug_p8 PASS +Test 053 cpld_debug_p8 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230418/GNU/datm_cdeps_control_cfsr -working dir = /glade/scratch/jongkim/rt-1702-gnu/jongkim/FV3_RT/rt_22613/datm_cdeps_control_cfsr -Checking test 051 datm_cdeps_control_cfsr results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/GNU/datm_cdeps_control_cfsr +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_18838/datm_cdeps_control_cfsr +Checking test 054 datm_cdeps_control_cfsr results .... Comparing RESTART/20111002.000000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK -0:The total amount of wall time = 173.972822 -0:The maximum resident set size (KB) = 673660 +0:The total amount of wall time = 179.628570 +0:The maximum resident set size (KB) = 677408 + +Test 054 datm_cdeps_control_cfsr PASS + +FAILED TESTS: +Test control_flake 005 failed in check_result failed +Test control_flake 005 failed in run_test failed + +REGRESSION TEST FAILED +Tue Apr 25 10:17:24 MDT 2023 +Elapsed time: 00h:49m:23s. Have a nice day! +Tue Apr 25 11:15:27 MDT 2023 +Start Regression test + +Compile 001 elapsed time 441 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v16_flake,FV3_GFS_v15_thompson_mynn,FV3_GFS_v17_p8,FV3_GFS_v17_p8_rrtmgp,FV3_GFS_v15_thompson_mynn_lam3km,FV3_WoFS_v0,FV3_GFS_v17_p8_mynn -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release + +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/GNU/control_flake +working dir = /glade/scratch/zshrader/FV3_RT/rt_55899/control_flake +Checking test 001 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 = 325.583330 +0:The maximum resident set size (KB) = 472880 -Test 051 datm_cdeps_control_cfsr PASS +Test 001 control_flake PASS REGRESSION TEST WAS SUCCESSFUL -Fri Apr 21 11:49:28 MDT 2023 -Elapsed time: 00h:35m:16s. Have a nice day! +Tue Apr 25 11:29:49 MDT 2023 +Elapsed time: 00h:14m:22s. Have a nice day! From ff00e538ce1ed054a7f05c9eee8dffedbac6dc5e Mon Sep 17 00:00:00 2001 From: zach1221 Date: Tue, 25 Apr 2023 19:37:54 +0000 Subject: [PATCH 145/152] add hera.gnu RT logs: passed --- tests/RegressionTests_hera.gnu.log | 1185 ++++++++++++++-------------- 1 file changed, 591 insertions(+), 594 deletions(-) diff --git a/tests/RegressionTests_hera.gnu.log b/tests/RegressionTests_hera.gnu.log index a448ac5e45..8a083e6d31 100644 --- a/tests/RegressionTests_hera.gnu.log +++ b/tests/RegressionTests_hera.gnu.log @@ -1,21 +1,21 @@ -Fri Apr 21 20:03:16 UTC 2023 +Tue Apr 25 17:34:36 UTC 2023 Start Regression test -Compile 001 elapsed time 186 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v16_ras,FV3_GFS_v17_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 002 elapsed time 186 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_RRFS_v1beta -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 003 elapsed time 333 seconds. -DAPP=ATM -D32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 004 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 005 elapsed time 185 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -D32BIT=ON -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 006 elapsed time 405 seconds. -DAPP=ATM -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 007 elapsed time 327 seconds. -DAPP=ATM -D32BIT=ON -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 008 elapsed time 331 seconds. -DAPP=ATM -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 009 elapsed time 252 seconds. -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 010 elapsed time 224 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 011 elapsed time 145 seconds. -DAPP=S2SWA -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile 012 elapsed time 114 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON - -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/GNU/control_c48 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_14118/control_c48 +Compile 001 elapsed time 189 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v16_flake,FV3_GFS_v16_ras,FV3_GFS_v17_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 002 elapsed time 202 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_RRFS_v1beta -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 003 elapsed time 342 seconds. -DAPP=ATM -D32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 004 elapsed time 101 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 199 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR,FV3_HRRR_flake -D32BIT=ON -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 006 elapsed time 434 seconds. -DAPP=ATM -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 007 elapsed time 359 seconds. -DAPP=ATM -D32BIT=ON -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 008 elapsed time 349 seconds. -DAPP=ATM -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 009 elapsed time 278 seconds. -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 010 elapsed time 240 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 011 elapsed time 155 seconds. -DAPP=S2SWA -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile 012 elapsed time 124 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON + +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/GNU/control_c48 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7002/control_c48 Checking test 001 control_c48 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -54,14 +54,14 @@ Checking test 001 control_c48 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -0: The total amount of wall time = 685.754207 -0: The maximum resident set size (KB) = 707088 +0: The total amount of wall time = 685.156530 +0: The maximum resident set size (KB) = 705740 Test 001 control_c48 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/GNU/control_stochy -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_14118/control_stochy +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/GNU/control_stochy +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7002/control_stochy Checking test 002 control_stochy results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -72,14 +72,14 @@ Checking test 002 control_stochy results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 645.658326 - 0: The maximum resident set size (KB) = 478852 + 0: The total amount of wall time = 658.160391 + 0: The maximum resident set size (KB) = 484236 Test 002 control_stochy PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/GNU/control_ras -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_14118/control_ras +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/GNU/control_ras +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7002/control_ras Checking test 003 control_ras results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -90,14 +90,14 @@ Checking test 003 control_ras results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 827.448455 - 0: The maximum resident set size (KB) = 488764 + 0: The total amount of wall time = 809.562433 + 0: The maximum resident set size (KB) = 490012 Test 003 control_ras PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/GNU/control_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_14118/control_p8 +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/GNU/control_p8 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7002/control_p8 Checking test 004 control_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -144,15 +144,20 @@ Checking test 004 control_p8 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 883.943395 - 0: The maximum resident set size (KB) = 1233284 + 0: The total amount of wall time = 894.918791 + 0: The maximum resident set size (KB) = 1240588 Test 004 control_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/GNU/rap_control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_14118/rap_control -Checking test 005 rap_control results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/GNU/control_flake +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7002/control_flake +Checking test 005 control_flake results .... + Comparing sfcf000.nc ............ALT CHECK......ERROR + +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/GNU/rap_control +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7002/rap_control +Checking test 006 rap_control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -198,15 +203,15 @@ Checking test 005 rap_control results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 1461.481846 - 0: The maximum resident set size (KB) = 829732 + 0: The total amount of wall time = 1452.843644 + 0: The maximum resident set size (KB) = 832504 -Test 005 rap_control PASS +Test 006 rap_control PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/GNU/rap_control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_14118/rap_decomp -Checking test 006 rap_decomp results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/GNU/rap_control +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7002/rap_decomp +Checking test 007 rap_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -252,15 +257,15 @@ Checking test 006 rap_decomp results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 1420.600032 - 0: The maximum resident set size (KB) = 832296 + 0: The total amount of wall time = 1452.393206 + 0: The maximum resident set size (KB) = 828192 -Test 006 rap_decomp PASS +Test 007 rap_decomp PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/GNU/rap_control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_14118/rap_2threads -Checking test 007 rap_2threads results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/GNU/rap_control +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7002/rap_2threads +Checking test 008 rap_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -306,15 +311,15 @@ Checking test 007 rap_2threads results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 1320.895143 - 0: The maximum resident set size (KB) = 900324 + 0: The total amount of wall time = 1344.649956 + 0: The maximum resident set size (KB) = 898784 -Test 007 rap_2threads PASS +Test 008 rap_2threads PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/GNU/rap_control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_14118/rap_restart -Checking test 008 rap_restart results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/GNU/rap_control +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7002/rap_restart +Checking test 009 rap_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK Comparing GFSFLX.GrbF24 .........OK @@ -352,15 +357,15 @@ Checking test 008 rap_restart results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 712.371835 - 0: The maximum resident set size (KB) = 550820 + 0: The total amount of wall time = 728.053853 + 0: The maximum resident set size (KB) = 535284 -Test 008 rap_restart PASS +Test 009 rap_restart PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/GNU/rap_sfcdiff -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_14118/rap_sfcdiff -Checking test 009 rap_sfcdiff results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/GNU/rap_sfcdiff +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7002/rap_sfcdiff +Checking test 010 rap_sfcdiff results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -406,15 +411,15 @@ Checking test 009 rap_sfcdiff results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 1460.235117 - 0: The maximum resident set size (KB) = 831300 + 0: The total amount of wall time = 1456.389081 + 0: The maximum resident set size (KB) = 828880 -Test 009 rap_sfcdiff PASS +Test 010 rap_sfcdiff PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/GNU/rap_sfcdiff -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_14118/rap_sfcdiff_decomp -Checking test 010 rap_sfcdiff_decomp results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/GNU/rap_sfcdiff +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7002/rap_sfcdiff_decomp +Checking test 011 rap_sfcdiff_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -460,15 +465,15 @@ Checking test 010 rap_sfcdiff_decomp results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 1450.169646 - 0: The maximum resident set size (KB) = 831856 + 0: The total amount of wall time = 1467.282201 + 0: The maximum resident set size (KB) = 828888 -Test 010 rap_sfcdiff_decomp PASS +Test 011 rap_sfcdiff_decomp PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/GNU/rap_sfcdiff -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_14118/rap_sfcdiff_restart -Checking test 011 rap_sfcdiff_restart results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/GNU/rap_sfcdiff +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7002/rap_sfcdiff_restart +Checking test 012 rap_sfcdiff_restart results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK Comparing GFSFLX.GrbF12 .........OK @@ -506,15 +511,15 @@ Checking test 011 rap_sfcdiff_restart results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 1048.602920 - 0: The maximum resident set size (KB) = 550848 + 0: The total amount of wall time = 1081.510378 + 0: The maximum resident set size (KB) = 554944 -Test 011 rap_sfcdiff_restart PASS +Test 012 rap_sfcdiff_restart PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/GNU/hrrr_control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_14118/hrrr_control -Checking test 012 hrrr_control results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/GNU/hrrr_control +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7002/hrrr_control +Checking test 013 hrrr_control results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -527,48 +532,48 @@ Checking test 012 hrrr_control results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF09 .........OK Comparing GFSPRS.GrbF12 .........OK - Comparing RESTART/20210323.060000.coupler.res .........OK - Comparing RESTART/20210323.060000.fv_core.res.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile1.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile2.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile3.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile4.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile5.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile6.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile1.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile2.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile3.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile4.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - - 0: The total amount of wall time = 1416.628887 - 0: The maximum resident set size (KB) = 826692 - -Test 012 hrrr_control PASS - - -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/GNU/hrrr_control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_14118/hrrr_control_2threads -Checking test 013 hrrr_control_2threads results .... + Comparing RESTART/20210322.120000.coupler.res .........OK + Comparing RESTART/20210322.120000.fv_core.res.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile6.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK + + 0: The total amount of wall time = 1454.785342 + 0: The maximum resident set size (KB) = 828124 + +Test 013 hrrr_control PASS + + +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/GNU/hrrr_control +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7002/hrrr_control_2threads +Checking test 014 hrrr_control_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -581,48 +586,48 @@ Checking test 013 hrrr_control_2threads results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF09 .........OK Comparing GFSPRS.GrbF12 .........OK - Comparing RESTART/20210323.060000.coupler.res .........OK - Comparing RESTART/20210323.060000.fv_core.res.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile1.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile2.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile3.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile4.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile5.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile6.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile1.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile2.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile3.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile4.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - - 0: The total amount of wall time = 1298.646632 - 0: The maximum resident set size (KB) = 893940 - -Test 013 hrrr_control_2threads PASS - - -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/GNU/hrrr_control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_14118/hrrr_control_decomp -Checking test 014 hrrr_control_decomp results .... + Comparing RESTART/20210322.120000.coupler.res .........OK + Comparing RESTART/20210322.120000.fv_core.res.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile6.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK + + 0: The total amount of wall time = 1503.975894 + 0: The maximum resident set size (KB) = 894520 + +Test 014 hrrr_control_2threads PASS + + +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/GNU/hrrr_control +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7002/hrrr_control_decomp +Checking test 015 hrrr_control_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -635,94 +640,62 @@ Checking test 014 hrrr_control_decomp results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF09 .........OK Comparing GFSPRS.GrbF12 .........OK - Comparing RESTART/20210323.060000.coupler.res .........OK - Comparing RESTART/20210323.060000.fv_core.res.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile1.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile2.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile3.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile4.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile5.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile6.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile1.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile2.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile3.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile4.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - - 0: The total amount of wall time = 1407.631640 - 0: The maximum resident set size (KB) = 822928 - -Test 014 hrrr_control_decomp PASS - - -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/GNU/hrrr_control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_14118/hrrr_control_restart -Checking test 015 hrrr_control_restart results .... + Comparing RESTART/20210322.120000.coupler.res .........OK + Comparing RESTART/20210322.120000.fv_core.res.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile6.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK + + 0: The total amount of wall time = 1432.846183 + 0: The maximum resident set size (KB) = 824296 + +Test 015 hrrr_control_decomp PASS + + +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/GNU/hrrr_control +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7002/hrrr_control_restart +Checking test 016 hrrr_control_restart results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK Comparing GFSFLX.GrbF12 .........OK Comparing GFSPRS.GrbF12 .........OK - Comparing RESTART/20210323.060000.coupler.res .........OK - Comparing RESTART/20210323.060000.fv_core.res.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile1.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile2.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile3.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile4.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile5.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile6.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile1.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile2.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile3.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile4.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 1064.019766 - 0: The maximum resident set size (KB) = 551732 + 0: The total amount of wall time = 1062.431919 + 0: The maximum resident set size (KB) = 548812 -Test 015 hrrr_control_restart PASS +Test 016 hrrr_control_restart PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/GNU/rrfs_v1beta -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_14118/rrfs_v1beta -Checking test 016 rrfs_v1beta results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/GNU/rrfs_v1beta +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7002/rrfs_v1beta +Checking test 017 rrfs_v1beta results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -768,15 +741,15 @@ Checking test 016 rrfs_v1beta results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 1473.555726 - 0: The maximum resident set size (KB) = 832336 + 0: The total amount of wall time = 1463.107031 + 0: The maximum resident set size (KB) = 821480 -Test 016 rrfs_v1beta PASS +Test 017 rrfs_v1beta PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/GNU/rrfs_smoke_conus13km_hrrr_warm -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_14118/rrfs_smoke_conus13km_hrrr_warm -Checking test 017 rrfs_smoke_conus13km_hrrr_warm results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/GNU/rrfs_smoke_conus13km_hrrr_warm +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7002/rrfs_smoke_conus13km_hrrr_warm +Checking test 018 rrfs_smoke_conus13km_hrrr_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing sfcf002.nc .........OK @@ -784,15 +757,15 @@ Checking test 017 rrfs_smoke_conus13km_hrrr_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 789.215541 - 0: The maximum resident set size (KB) = 669488 + 0: The total amount of wall time = 783.849939 + 0: The maximum resident set size (KB) = 671872 -Test 017 rrfs_smoke_conus13km_hrrr_warm PASS +Test 018 rrfs_smoke_conus13km_hrrr_warm PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/GNU/rrfs_smoke_conus13km_hrrr_warm -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_14118/rrfs_smoke_conus13km_hrrr_warm_2threads -Checking test 018 rrfs_smoke_conus13km_hrrr_warm_2threads results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/GNU/rrfs_smoke_conus13km_hrrr_warm +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7002/rrfs_smoke_conus13km_hrrr_warm_2threads +Checking test 019 rrfs_smoke_conus13km_hrrr_warm_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing sfcf002.nc .........OK @@ -800,15 +773,15 @@ Checking test 018 rrfs_smoke_conus13km_hrrr_warm_2threads results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 1024.336600 - 0: The maximum resident set size (KB) = 666648 + 0: The total amount of wall time = 1076.271708 + 0: The maximum resident set size (KB) = 669860 -Test 018 rrfs_smoke_conus13km_hrrr_warm_2threads PASS +Test 019 rrfs_smoke_conus13km_hrrr_warm_2threads PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/GNU/rrfs_conus13km_hrrr_warm -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_14118/rrfs_conus13km_hrrr_warm -Checking test 019 rrfs_conus13km_hrrr_warm results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/GNU/rrfs_conus13km_hrrr_warm +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7002/rrfs_conus13km_hrrr_warm +Checking test 020 rrfs_conus13km_hrrr_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing sfcf002.nc .........OK @@ -816,15 +789,15 @@ Checking test 019 rrfs_conus13km_hrrr_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 732.482214 - 0: The maximum resident set size (KB) = 644996 + 0: The total amount of wall time = 757.091492 + 0: The maximum resident set size (KB) = 648220 -Test 019 rrfs_conus13km_hrrr_warm PASS +Test 020 rrfs_conus13km_hrrr_warm PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/GNU/rrfs_smoke_conus13km_hrrr_warm_radar_tten -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_14118/rrfs_smoke_conus13km_radar_tten_warm -Checking test 020 rrfs_smoke_conus13km_radar_tten_warm results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/GNU/rrfs_smoke_conus13km_hrrr_warm_radar_tten +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7002/rrfs_smoke_conus13km_radar_tten_warm +Checking test 021 rrfs_smoke_conus13km_radar_tten_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing sfcf002.nc .........OK @@ -832,235 +805,263 @@ Checking test 020 rrfs_smoke_conus13km_radar_tten_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 778.384203 - 0: The maximum resident set size (KB) = 670092 + 0: The total amount of wall time = 798.274666 + 0: The maximum resident set size (KB) = 675204 -Test 020 rrfs_smoke_conus13km_radar_tten_warm PASS +Test 021 rrfs_smoke_conus13km_radar_tten_warm PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/GNU/rrfs_conus13km_hrrr_warm_restart_mismatch -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_14118/rrfs_conus13km_hrrr_warm_restart_mismatch -Checking test 021 rrfs_conus13km_hrrr_warm_restart_mismatch results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/GNU/rrfs_conus13km_hrrr_warm_restart_mismatch +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7002/rrfs_conus13km_hrrr_warm_restart_mismatch +Checking test 022 rrfs_conus13km_hrrr_warm_restart_mismatch results .... Comparing sfcf002.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 406.540805 - 0: The maximum resident set size (KB) = 632324 + 0: The total amount of wall time = 418.052523 + 0: The maximum resident set size (KB) = 634972 -Test 021 rrfs_conus13km_hrrr_warm_restart_mismatch PASS +Test 022 rrfs_conus13km_hrrr_warm_restart_mismatch PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/GNU/control_diag_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_14118/control_diag_debug -Checking test 022 control_diag_debug results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/GNU/control_diag_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7002/control_diag_debug +Checking test 023 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 = 122.335229 - 0: The maximum resident set size (KB) = 526668 + 0: The total amount of wall time = 128.753604 + 0: The maximum resident set size (KB) = 528288 -Test 022 control_diag_debug PASS +Test 023 control_diag_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/GNU/regional_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_14118/regional_debug -Checking test 023 regional_debug results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/GNU/regional_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7002/regional_debug +Checking test 024 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 = 615.470758 - 0: The maximum resident set size (KB) = 592296 + 0: The total amount of wall time = 656.602924 + 0: The maximum resident set size (KB) = 591856 + +Test 024 regional_debug PASS + + +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/GNU/rap_control_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7002/rap_control_debug +Checking test 025 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 = 178.666019 + 0: The maximum resident set size (KB) = 842860 + +Test 025 rap_control_debug PASS + + +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/GNU/hrrr_control_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7002/hrrr_control_debug +Checking test 026 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 = 167.093889 + 0: The maximum resident set size (KB) = 841524 -Test 023 regional_debug PASS +Test 026 hrrr_control_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/GNU/rap_control_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_14118/rap_control_debug -Checking test 024 rap_control_debug results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/GNU/rap_diag_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7002/rap_diag_debug +Checking test 027 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 = 172.474629 - 0: The maximum resident set size (KB) = 841140 + 0: The total amount of wall time = 214.947296 + 0: The maximum resident set size (KB) = 918936 -Test 024 rap_control_debug PASS +Test 027 rap_diag_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/GNU/hrrr_control_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_14118/hrrr_control_debug -Checking test 025 hrrr_control_debug results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/GNU/rap_noah_sfcdiff_cires_ugwp_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7002/rap_noah_sfcdiff_cires_ugwp_debug +Checking test 028 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 = 168.437426 - 0: The maximum resident set size (KB) = 835852 + 0: The total amount of wall time = 277.289831 + 0: The maximum resident set size (KB) = 833428 -Test 025 hrrr_control_debug PASS +Test 028 rap_noah_sfcdiff_cires_ugwp_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/GNU/rap_diag_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_14118/rap_diag_debug -Checking test 026 rap_diag_debug results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/GNU/rap_progcld_thompson_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7002/rap_progcld_thompson_debug +Checking test 029 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 = 210.682550 - 0: The maximum resident set size (KB) = 922624 + 0: The total amount of wall time = 172.739108 + 0: The maximum resident set size (KB) = 836188 -Test 026 rap_diag_debug PASS +Test 029 rap_progcld_thompson_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/GNU/rap_noah_sfcdiff_cires_ugwp_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_14118/rap_noah_sfcdiff_cires_ugwp_debug -Checking test 027 rap_noah_sfcdiff_cires_ugwp_debug results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/GNU/rrfs_v1beta_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7002/rrfs_v1beta_debug +Checking test 030 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 = 269.877852 - 0: The maximum resident set size (KB) = 840996 + 0: The total amount of wall time = 177.106344 + 0: The maximum resident set size (KB) = 836944 -Test 027 rap_noah_sfcdiff_cires_ugwp_debug PASS +Test 030 rrfs_v1beta_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/GNU/rap_progcld_thompson_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_14118/rap_progcld_thompson_debug -Checking test 028 rap_progcld_thompson_debug results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/GNU/control_ras_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7002/control_ras_debug +Checking test 031 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 = 172.929537 - 0: The maximum resident set size (KB) = 841240 + 0: The total amount of wall time = 105.786286 + 0: The maximum resident set size (KB) = 481264 -Test 028 rap_progcld_thompson_debug PASS +Test 031 control_ras_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/GNU/rrfs_v1beta_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_14118/rrfs_v1beta_debug -Checking test 029 rrfs_v1beta_debug results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/GNU/control_stochy_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7002/control_stochy_debug +Checking test 032 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 = 173.358292 - 0: The maximum resident set size (KB) = 834672 + 0: The total amount of wall time = 121.770821 + 0: The maximum resident set size (KB) = 469640 -Test 029 rrfs_v1beta_debug PASS +Test 032 control_stochy_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/GNU/control_ras_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_14118/control_ras_debug -Checking test 030 control_ras_debug results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/GNU/control_debug_p8 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7002/control_debug_p8 +Checking test 033 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 = 102.810316 - 0: The maximum resident set size (KB) = 484560 + 0: The total amount of wall time = 121.138125 + 0: The maximum resident set size (KB) = 1225048 -Test 030 control_ras_debug PASS +Test 033 control_debug_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/GNU/control_stochy_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_14118/control_stochy_debug -Checking test 031 control_stochy_debug results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/GNU/rrfs_smoke_conus13km_hrrr_warm_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7002/rrfs_smoke_conus13km_hrrr_warm_debug +Checking test 034 rrfs_smoke_conus13km_hrrr_warm_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 = 117.450603 - 0: The maximum resident set size (KB) = 477252 + 0: The total amount of wall time = 615.177272 + 0: The maximum resident set size (KB) = 687344 -Test 031 control_stochy_debug PASS +Test 034 rrfs_smoke_conus13km_hrrr_warm_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/GNU/control_debug_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_14118/control_debug_p8 -Checking test 032 control_debug_p8 results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/GNU/rrfs_smoke_conus13km_hrrr_warm_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7002/rrfs_smoke_conus13km_hrrr_warm_debug_2threads +Checking test 035 rrfs_smoke_conus13km_hrrr_warm_debug_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 117.623415 - 0: The maximum resident set size (KB) = 1226480 + 0: The total amount of wall time = 759.146448 + 0: The maximum resident set size (KB) = 681880 -Test 032 control_debug_p8 PASS +Test 035 rrfs_smoke_conus13km_hrrr_warm_debug_2threads PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/GNU/rrfs_smoke_conus13km_hrrr_warm_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_14118/rrfs_smoke_conus13km_hrrr_warm_debug -Checking test 033 rrfs_smoke_conus13km_hrrr_warm_debug results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/GNU/rrfs_conus13km_hrrr_warm_debugs +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7002/rrfs_conus13km_hrrr_warm_debug +Checking test 036 rrfs_conus13km_hrrr_warm_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 = 624.358942 - 0: The maximum resident set size (KB) = 685308 + 0: The total amount of wall time = 567.952831 + 0: The maximum resident set size (KB) = 662196 -Test 033 rrfs_smoke_conus13km_hrrr_warm_debug PASS +Test 036 rrfs_conus13km_hrrr_warm_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/GNU/rrfs_smoke_conus13km_hrrr_warm_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_14118/rrfs_smoke_conus13km_hrrr_warm_debug_2threads -Checking test 034 rrfs_smoke_conus13km_hrrr_warm_debug_2threads results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/GNU/rap_flake_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7002/rap_flake_debug +Checking test 037 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 = 742.594878 - 0: The maximum resident set size (KB) = 682036 + 0: The total amount of wall time = 178.155110 + 0: The maximum resident set size (KB) = 842000 -Test 034 rrfs_smoke_conus13km_hrrr_warm_debug_2threads PASS +Test 037 rap_flake_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/GNU/rrfs_conus13km_hrrr_warm_debugs -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_14118/rrfs_conus13km_hrrr_warm_debug -Checking test 035 rrfs_conus13km_hrrr_warm_debug results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/GNU/rap_clm_lake_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7002/rap_clm_lake_debug +Checking test 038 rap_clm_lake_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 = 590.182539 - 0: The maximum resident set size (KB) = 658428 + 0: The total amount of wall time = 198.667015 + 0: The maximum resident set size (KB) = 845664 -Test 035 rrfs_conus13km_hrrr_warm_debug PASS +Test 038 rap_clm_lake_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/GNU/control_wam_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_14118/control_wam_debug -Checking test 036 control_wam_debug results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/GNU/control_wam_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7002/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 = 183.796772 - 0: The maximum resident set size (KB) = 194908 + 0: The total amount of wall time = 187.096267 + 0: The maximum resident set size (KB) = 194848 -Test 036 control_wam_debug PASS +Test 039 control_wam_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/GNU/rap_control_dyn32_phy32 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_14118/rap_control_dyn32_phy32 -Checking test 037 rap_control_dyn32_phy32 results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/GNU/rap_control_dyn32_phy32 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7002/rap_control_dyn32_phy32 +Checking test 040 rap_control_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -1106,15 +1107,15 @@ Checking test 037 rap_control_dyn32_phy32 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 1455.594933 - 0: The maximum resident set size (KB) = 686188 + 0: The total amount of wall time = 1487.118979 + 0: The maximum resident set size (KB) = 686908 -Test 037 rap_control_dyn32_phy32 PASS +Test 040 rap_control_dyn32_phy32 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/GNU/hrrr_control_dyn32_phy32 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_14118/hrrr_control_dyn32_phy32 -Checking test 038 hrrr_control_dyn32_phy32 results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/GNU/hrrr_control_dyn32_phy32 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7002/hrrr_control_dyn32_phy32 +Checking test 041 hrrr_control_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -1127,48 +1128,48 @@ Checking test 038 hrrr_control_dyn32_phy32 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF09 .........OK Comparing GFSPRS.GrbF12 .........OK - Comparing RESTART/20210322.180000.coupler.res .........OK - Comparing RESTART/20210322.180000.fv_core.res.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile1.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile2.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile3.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile4.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile5.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile6.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile1.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile2.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile3.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile4.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile5.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile6.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile1.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile2.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile3.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile4.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile5.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile6.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile1.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile2.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile3.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile4.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile5.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile6.nc .........OK - - 0: The total amount of wall time = 751.083337 - 0: The maximum resident set size (KB) = 682424 - -Test 038 hrrr_control_dyn32_phy32 PASS - - -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/GNU/rap_control_dyn32_phy32 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_14118/rap_2threads_dyn32_phy32 -Checking test 039 rap_2threads_dyn32_phy32 results .... + Comparing RESTART/20210322.120000.coupler.res .........OK + Comparing RESTART/20210322.120000.fv_core.res.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile6.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK + + 0: The total amount of wall time = 740.503240 + 0: The maximum resident set size (KB) = 680628 + +Test 041 hrrr_control_dyn32_phy32 PASS + + +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/GNU/rap_control_dyn32_phy32 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7002/rap_2threads_dyn32_phy32 +Checking test 042 rap_2threads_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -1214,15 +1215,15 @@ Checking test 039 rap_2threads_dyn32_phy32 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 1375.653263 - 0: The maximum resident set size (KB) = 727304 + 0: The total amount of wall time = 1344.285233 + 0: The maximum resident set size (KB) = 735344 -Test 039 rap_2threads_dyn32_phy32 PASS +Test 042 rap_2threads_dyn32_phy32 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/GNU/hrrr_control_dyn32_phy32 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_14118/hrrr_control_2threads_dyn32_phy32 -Checking test 040 hrrr_control_2threads_dyn32_phy32 results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/GNU/hrrr_control_dyn32_phy32 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7002/hrrr_control_2threads_dyn32_phy32 +Checking test 043 hrrr_control_2threads_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -1235,48 +1236,48 @@ Checking test 040 hrrr_control_2threads_dyn32_phy32 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF09 .........OK Comparing GFSPRS.GrbF12 .........OK - Comparing RESTART/20210322.180000.coupler.res .........OK - Comparing RESTART/20210322.180000.fv_core.res.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile1.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile2.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile3.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile4.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile5.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile6.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile1.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile2.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile3.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile4.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile5.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile6.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile1.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile2.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile3.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile4.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile5.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile6.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile1.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile2.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile3.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile4.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile5.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile6.nc .........OK - - 0: The total amount of wall time = 670.354670 - 0: The maximum resident set size (KB) = 728912 - -Test 040 hrrr_control_2threads_dyn32_phy32 PASS - - -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/GNU/hrrr_control_dyn32_phy32 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_14118/hrrr_control_decomp_dyn32_phy32 -Checking test 041 hrrr_control_decomp_dyn32_phy32 results .... + Comparing RESTART/20210322.120000.coupler.res .........OK + Comparing RESTART/20210322.120000.fv_core.res.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile6.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK + + 0: The total amount of wall time = 776.035914 + 0: The maximum resident set size (KB) = 728100 + +Test 043 hrrr_control_2threads_dyn32_phy32 PASS + + +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/GNU/hrrr_control_dyn32_phy32 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7002/hrrr_control_decomp_dyn32_phy32 +Checking test 044 hrrr_control_decomp_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -1289,48 +1290,48 @@ Checking test 041 hrrr_control_decomp_dyn32_phy32 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF09 .........OK Comparing GFSPRS.GrbF12 .........OK - Comparing RESTART/20210322.180000.coupler.res .........OK - Comparing RESTART/20210322.180000.fv_core.res.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile1.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile2.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile3.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile4.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile5.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile6.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile1.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile2.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile3.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile4.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile5.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile6.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile1.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile2.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile3.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile4.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile5.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile6.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile1.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile2.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile3.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile4.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile5.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile6.nc .........OK - - 0: The total amount of wall time = 742.760271 - 0: The maximum resident set size (KB) = 684568 - -Test 041 hrrr_control_decomp_dyn32_phy32 PASS - - -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/GNU/rap_control_dyn32_phy32 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_14118/rap_restart_dyn32_phy32 -Checking test 042 rap_restart_dyn32_phy32 results .... + Comparing RESTART/20210322.120000.coupler.res .........OK + Comparing RESTART/20210322.120000.fv_core.res.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile6.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK + + 0: The total amount of wall time = 729.827151 + 0: The maximum resident set size (KB) = 691380 + +Test 044 hrrr_control_decomp_dyn32_phy32 PASS + + +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/GNU/rap_control_dyn32_phy32 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7002/rap_restart_dyn32_phy32 +Checking test 045 rap_restart_dyn32_phy32 results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK Comparing GFSFLX.GrbF12 .........OK @@ -1368,61 +1369,29 @@ Checking test 042 rap_restart_dyn32_phy32 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 1059.836923 - 0: The maximum resident set size (KB) = 511216 + 0: The total amount of wall time = 1101.583583 + 0: The maximum resident set size (KB) = 512732 -Test 042 rap_restart_dyn32_phy32 PASS +Test 045 rap_restart_dyn32_phy32 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/GNU/hrrr_control_dyn32_phy32 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_14118/hrrr_control_restart_dyn32_phy32 -Checking test 043 hrrr_control_restart_dyn32_phy32 results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/GNU/hrrr_control_dyn32_phy32 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7002/hrrr_control_restart_dyn32_phy32 +Checking test 046 hrrr_control_restart_dyn32_phy32 results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK Comparing GFSFLX.GrbF12 .........OK Comparing GFSPRS.GrbF12 .........OK - Comparing RESTART/20210322.180000.coupler.res .........OK - Comparing RESTART/20210322.180000.fv_core.res.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile1.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile2.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile3.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile4.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile5.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile6.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile1.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile2.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile3.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile4.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile5.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile6.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile1.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile2.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile3.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile4.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile5.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile6.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile1.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile2.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile3.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile4.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile5.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 361.944052 - 0: The maximum resident set size (KB) = 512796 + 0: The total amount of wall time = 358.215006 + 0: The maximum resident set size (KB) = 509752 -Test 043 hrrr_control_restart_dyn32_phy32 PASS +Test 046 hrrr_control_restart_dyn32_phy32 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/GNU/rap_control_dyn64_phy32 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_14118/rap_control_dyn64_phy32 -Checking test 044 rap_control_dyn64_phy32 results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/GNU/rap_control_dyn64_phy32 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7002/rap_control_dyn64_phy32 +Checking test 047 rap_control_dyn64_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -1468,57 +1437,57 @@ Checking test 044 rap_control_dyn64_phy32 results .... Comparing RESTART/20210322.180000.sfc_data.tile5.nc .........OK Comparing RESTART/20210322.180000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 1083.345711 - 0: The maximum resident set size (KB) = 708152 + 0: The total amount of wall time = 1075.006151 + 0: The maximum resident set size (KB) = 708312 -Test 044 rap_control_dyn64_phy32 PASS +Test 047 rap_control_dyn64_phy32 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/GNU/rap_control_debug_dyn32_phy32 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_14118/rap_control_debug_dyn32_phy32 -Checking test 045 rap_control_debug_dyn32_phy32 results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/GNU/rap_control_debug_dyn32_phy32 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7002/rap_control_debug_dyn32_phy32 +Checking test 048 rap_control_debug_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 174.573852 - 0: The maximum resident set size (KB) = 703144 + 0: The total amount of wall time = 173.531699 + 0: The maximum resident set size (KB) = 695664 -Test 045 rap_control_debug_dyn32_phy32 PASS +Test 048 rap_control_debug_dyn32_phy32 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/GNU/hrrr_control_debug_dyn32_phy32 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_14118/hrrr_control_debug_dyn32_phy32 -Checking test 046 hrrr_control_debug_dyn32_phy32 results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/GNU/hrrr_control_debug_dyn32_phy32 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7002/hrrr_control_debug_dyn32_phy32 +Checking test 049 hrrr_control_debug_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 172.216297 - 0: The maximum resident set size (KB) = 701488 + 0: The total amount of wall time = 171.532601 + 0: The maximum resident set size (KB) = 703072 -Test 046 hrrr_control_debug_dyn32_phy32 PASS +Test 049 hrrr_control_debug_dyn32_phy32 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/GNU/rap_control_debug_dyn64_phy32 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_14118/rap_control_dyn64_phy32_debug -Checking test 047 rap_control_dyn64_phy32_debug results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/GNU/rap_control_debug_dyn64_phy32 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7002/rap_control_dyn64_phy32_debug +Checking test 050 rap_control_dyn64_phy32_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.191701 - 0: The maximum resident set size (KB) = 720396 + 0: The total amount of wall time = 206.398304 + 0: The maximum resident set size (KB) = 716296 -Test 047 rap_control_dyn64_phy32_debug PASS +Test 050 rap_control_dyn64_phy32_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/GNU/cpld_control_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_14118/cpld_control_p8 -Checking test 048 cpld_control_p8 results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/GNU/cpld_control_p8 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7002/cpld_control_p8 +Checking test 051 cpld_control_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK Comparing sfcf021.tile3.nc .........OK @@ -1582,15 +1551,15 @@ Checking test 048 cpld_control_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 1679.149683 - 0: The maximum resident set size (KB) = 1428860 + 0: The total amount of wall time = 1679.804702 + 0: The maximum resident set size (KB) = 1433244 -Test 048 cpld_control_p8 PASS Tries: 2 +Test 051 cpld_control_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/GNU/cpld_control_c96_noaero_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_14118/cpld_control_nowave_noaero_p8 -Checking test 049 cpld_control_nowave_noaero_p8 results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/GNU/cpld_control_c96_noaero_p8 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7002/cpld_control_nowave_noaero_p8 +Checking test 052 cpld_control_nowave_noaero_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK Comparing sfcf021.tile3.nc .........OK @@ -1651,15 +1620,15 @@ Checking test 049 cpld_control_nowave_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 = 1221.029659 - 0: The maximum resident set size (KB) = 1331116 + 0: The total amount of wall time = 1218.244104 + 0: The maximum resident set size (KB) = 1331088 -Test 049 cpld_control_nowave_noaero_p8 PASS +Test 052 cpld_control_nowave_noaero_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/GNU/cpld_debug_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_14118/cpld_debug_p8 -Checking test 050 cpld_debug_p8 results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/GNU/cpld_debug_p8 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7002/cpld_debug_p8 +Checking test 053 cpld_debug_p8 results .... Comparing sfcf003.tile1.nc .........OK Comparing sfcf003.tile2.nc .........OK Comparing sfcf003.tile3.nc .........OK @@ -1711,25 +1680,53 @@ Checking test 050 cpld_debug_p8 results .... Comparing 20210322.090000.out_pnt.ww3 .........OK Comparing 20210322.090000.out_grd.ww3 .........OK - 0: The total amount of wall time = 806.567312 - 0: The maximum resident set size (KB) = 1436080 + 0: The total amount of wall time = 850.146856 + 0: The maximum resident set size (KB) = 1437136 -Test 050 cpld_debug_p8 PASS Tries: 2 +Test 053 cpld_debug_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/GNU/datm_cdeps_control_cfsr -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_14118/datm_cdeps_control_cfsr -Checking test 051 datm_cdeps_control_cfsr results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/GNU/datm_cdeps_control_cfsr +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7002/datm_cdeps_control_cfsr +Checking test 054 datm_cdeps_control_cfsr results .... Comparing RESTART/20111002.000000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 170.101565 - 0: The maximum resident set size (KB) = 664976 + 0: The total amount of wall time = 179.260979 + 0: The maximum resident set size (KB) = 669436 + +Test 054 datm_cdeps_control_cfsr PASS + +FAILED TESTS: +Test control_flake 005 failed in run_test failed + +REGRESSION TEST FAILED +Tue Apr 25 18:41:19 UTC 2023 +Elapsed time: 01h:06m:44s. Have a nice day! +Tue Apr 25 18:53:32 UTC 2023 +Start Regression test + +Compile 001 elapsed time 209 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v16_flake,FV3_GFS_v15_thompson_mynn,FV3_GFS_v17_p8,FV3_GFS_v17_p8_rrtmgp,FV3_GFS_v15_thompson_mynn_lam3km,FV3_WoFS_v0,FV3_GFS_v17_p8_mynn -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release + +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/GNU/control_flake +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_64771/control_flake +Checking test 001 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 = 1171.856518 + 0: The maximum resident set size (KB) = 511916 -Test 051 datm_cdeps_control_cfsr PASS +Test 001 control_flake PASS REGRESSION TEST WAS SUCCESSFUL -Sat Apr 22 01:34:56 UTC 2023 -Elapsed time: 05h:31m:41s. Have a nice day! +Tue Apr 25 19:24:09 UTC 2023 +Elapsed time: 00h:30m:38s. Have a nice day! From bf2e082a5eb7d24beb00ab5539887268f456f07a Mon Sep 17 00:00:00 2001 From: jkbk2004 Date: Tue, 25 Apr 2023 14:40:32 -0500 Subject: [PATCH 146/152] add orion.intel RT log: passed --- tests/RegressionTests_orion.intel.log | 1074 ++++++++++++------------- 1 file changed, 537 insertions(+), 537 deletions(-) diff --git a/tests/RegressionTests_orion.intel.log b/tests/RegressionTests_orion.intel.log index b246ac86e7..d728fc0316 100755 --- a/tests/RegressionTests_orion.intel.log +++ b/tests/RegressionTests_orion.intel.log @@ -1,43 +1,43 @@ -Sat Apr 22 13:01:49 CDT 2023 +Tue Apr 25 09:03:16 CDT 2023 Start Regression test -Compile 001 elapsed time 804 seconds. -DAPP=S2SWA -D32BIT=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 002 elapsed time 811 seconds. -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 003 elapsed time 816 seconds. -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 004 elapsed time 326 seconds. -DAPP=S2SWA -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile 005 elapsed time 258 seconds. -DAPP=S2SW -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile 006 elapsed time 590 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8_sfcocn -DCMEPS_AOFLUX=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 007 elapsed time 655 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 008 elapsed time 808 seconds. -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 009 elapsed time 672 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,FV3_WoFS_v0,FV3_GFS_v17_p8_mynn -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 010 elapsed time 594 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_RRFS_v1beta,FV3_RRFS_v1nssl -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 011 elapsed time 569 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_csawmg,FV3_GFS_v16_ugwpv1,FV3_GFS_v16_ras,FV3_GFS_v16_noahmp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 012 elapsed time 601 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 013 elapsed time 694 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,FV3_WoFS_v0 -D32BIT=ON -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 014 elapsed time 270 seconds. -DAPP=ATM -DDEBUG=ON -D32BIT=ON -DCCPP_SUITES=FV3_HRRR,FV3_GFS_v16,FV3_GFS_v16_csawmg,FV3_GFS_v16_ras,FV3_GFS_v17_p8,FV3_GFS_v15_thompson_mynn_lam3km,FV3_RAP,FV3_HRRR,FV3_RAP_unified_ugwp,FV3_RAP_cires_ugwp,FV3_RAP_flake,FV3_RAP_noah,FV3_RAP_sfcdiff,FV3_RAP_noah_sfcdiff_cires_ugwp,FV3_RRFS_v1beta -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 015 elapsed time 208 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 016 elapsed time 503 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -D32BIT=ON -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 017 elapsed time 559 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 018 elapsed time 195 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -D32BIT=ON -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 019 elapsed time 177 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 020 elapsed time 634 seconds. -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v1_gfdlmp_tedmf,FV3_HAFS_v1_gfdlmp_tedmf_nonsst,FV3_HAFS_v1_thompson_tedmf_gfdlsf -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 021 elapsed time 206 seconds. -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v1_gfdlmp_tedmf,FV3_HAFS_v1_gfdlmp_tedmf_nonsst,FV3_HAFS_v1_thompson_tedmf_gfdlsf -D32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 022 elapsed time 755 seconds. -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v1_thompson_noahmp_nonsst,FV3_HAFS_v1_thompson_noahmp,FV3_HAFS_v1_thompson_nonsst,FV3_HAFS_v1_thompson,FV3_HAFS_v1_gfdlmp_tedmf_nonsst,FV3_HAFS_v1_gfdlmp_tedmf,FV3_HAFS_v1_thompson_tedmf_gfdlsf -D32BIT=ON -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 023 elapsed time 621 seconds. -DAPP=HAFS-ALL -DCCPP_SUITES=FV3_HAFS_v1_gfdlmp_tedmf,FV3_HAFS_v1_gfdlmp_tedmf_nonsst -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 024 elapsed time 213 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 025 elapsed time 131 seconds. -DAPP=NG-GODAS -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile 026 elapsed time 231 seconds. -DAPP=NG-GODAS -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 027 elapsed time 101 seconds. -DAPP=LND -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 028 elapsed time 603 seconds. -DAPP=ATML -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v15_thompson_mynn,FV3_GFS_v17_p8,FV3_GFS_v15_thompson_mynn_lam3km -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 029 elapsed time 614 seconds. -DAPP=ATMW -DCCPP_SUITES=FV3_GFS_v17_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 030 elapsed time 628 seconds. -DAPP=ATMWM -DCCPP_SUITES=FV3_GFS_v16 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 031 elapsed time 545 seconds. -DAPP=ATMAERO -DCCPP_SUITES=FV3_GFS_v17_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 032 elapsed time 526 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 033 elapsed time 171 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -DDEBUG=ON -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 034 elapsed time 725 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -DFASTER=ON -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 001 elapsed time 690 seconds. -DAPP=S2SWA -D32BIT=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 002 elapsed time 825 seconds. -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 003 elapsed time 664 seconds. -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 004 elapsed time 267 seconds. -DAPP=S2SWA -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile 005 elapsed time 256 seconds. -DAPP=S2SW -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile 006 elapsed time 631 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8_sfcocn -DCMEPS_AOFLUX=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 007 elapsed time 686 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 008 elapsed time 917 seconds. -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 009 elapsed time 633 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,FV3_WoFS_v0,FV3_GFS_v17_p8_mynn -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 010 elapsed time 604 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_RRFS_v1beta,FV3_RRFS_v1nssl -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 011 elapsed time 627 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_csawmg,FV3_GFS_v16_ugwpv1,FV3_GFS_v16_ras,FV3_GFS_v16_noahmp -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 012 elapsed time 574 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 013 elapsed time 672 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,FV3_WoFS_v0 -D32BIT=ON -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 014 elapsed time 329 seconds. -DAPP=ATM -DDEBUG=ON -D32BIT=ON -DCCPP_SUITES=FV3_HRRR,FV3_GFS_v16,FV3_GFS_v16_csawmg,FV3_GFS_v16_ras,FV3_GFS_v17_p8,FV3_GFS_v15_thompson_mynn_lam3km,FV3_RAP,FV3_HRRR,FV3_RAP_unified_ugwp,FV3_RAP_cires_ugwp,FV3_RAP_flake,FV3_RAP_noah,FV3_RAP_sfcdiff,FV3_RAP_noah_sfcdiff_cires_ugwp,FV3_RRFS_v1beta -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 015 elapsed time 206 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 016 elapsed time 577 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -D32BIT=ON -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 017 elapsed time 537 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 018 elapsed time 187 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -D32BIT=ON -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 019 elapsed time 203 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 020 elapsed time 736 seconds. -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v1_gfdlmp_tedmf,FV3_HAFS_v1_gfdlmp_tedmf_nonsst,FV3_HAFS_v1_thompson_tedmf_gfdlsf -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 021 elapsed time 207 seconds. -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v1_gfdlmp_tedmf,FV3_HAFS_v1_gfdlmp_tedmf_nonsst,FV3_HAFS_v1_thompson_tedmf_gfdlsf -D32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 022 elapsed time 818 seconds. -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v1_thompson_noahmp_nonsst,FV3_HAFS_v1_thompson_noahmp,FV3_HAFS_v1_thompson_nonsst,FV3_HAFS_v1_thompson,FV3_HAFS_v1_gfdlmp_tedmf_nonsst,FV3_HAFS_v1_gfdlmp_tedmf,FV3_HAFS_v1_thompson_tedmf_gfdlsf -D32BIT=ON -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 023 elapsed time 664 seconds. -DAPP=HAFS-ALL -DCCPP_SUITES=FV3_HAFS_v1_gfdlmp_tedmf,FV3_HAFS_v1_gfdlmp_tedmf_nonsst -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 024 elapsed time 226 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 025 elapsed time 136 seconds. -DAPP=NG-GODAS -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile 026 elapsed time 196 seconds. -DAPP=NG-GODAS -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 027 elapsed time 54 seconds. -DAPP=LND -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 028 elapsed time 560 seconds. -DAPP=ATML -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v15_thompson_mynn,FV3_GFS_v17_p8,FV3_GFS_v15_thompson_mynn_lam3km -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 029 elapsed time 612 seconds. -DAPP=ATMW -DCCPP_SUITES=FV3_GFS_v17_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 030 elapsed time 621 seconds. -DAPP=ATMWM -DCCPP_SUITES=FV3_GFS_v16 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 031 elapsed time 613 seconds. -DAPP=ATMAERO -DCCPP_SUITES=FV3_GFS_v17_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 032 elapsed time 541 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 033 elapsed time 180 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -DDEBUG=ON -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 034 elapsed time 611 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -DFASTER=ON -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/cpld_control_p8_mixedmode -working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_6350/cpld_control_p8_mixedmode +working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_137759/cpld_control_p8_mixedmode Checking test 001 cpld_control_p8_mixedmode results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -102,14 +102,14 @@ Checking test 001 cpld_control_p8_mixedmode results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 340.349049 - 0: The maximum resident set size (KB) = 3147532 + 0: The total amount of wall time = 323.106602 + 0: The maximum resident set size (KB) = 3142984 Test 001 cpld_control_p8_mixedmode PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/cpld_control_gfsv17 -working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_6350/cpld_control_gfsv17 +working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_137759/cpld_control_gfsv17 Checking test 002 cpld_control_gfsv17 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -173,14 +173,14 @@ Checking test 002 cpld_control_gfsv17 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 223.706663 - 0: The maximum resident set size (KB) = 1724024 + 0: The total amount of wall time = 248.382726 + 0: The maximum resident set size (KB) = 1724444 Test 002 cpld_control_gfsv17 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/cpld_control_p8 -working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_6350/cpld_control_p8 +working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_137759/cpld_control_p8 Checking test 003 cpld_control_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -245,14 +245,14 @@ Checking test 003 cpld_control_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 344.363159 - 0: The maximum resident set size (KB) = 3187464 + 0: The total amount of wall time = 370.301697 + 0: The maximum resident set size (KB) = 3184380 Test 003 cpld_control_p8 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/cpld_control_p8 -working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_6350/cpld_restart_p8 +working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_137759/cpld_restart_p8 Checking test 004 cpld_restart_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -305,14 +305,14 @@ Checking test 004 cpld_restart_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 216.954052 - 0: The maximum resident set size (KB) = 3056136 + 0: The total amount of wall time = 205.956281 + 0: The maximum resident set size (KB) = 3056268 Test 004 cpld_restart_p8 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/cpld_control_p8 -working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_6350/cpld_control_qr_p8 +working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_137759/cpld_control_qr_p8 Checking test 005 cpld_control_qr_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -377,14 +377,14 @@ Checking test 005 cpld_control_qr_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 346.982369 - 0: The maximum resident set size (KB) = 3198052 + 0: The total amount of wall time = 356.262273 + 0: The maximum resident set size (KB) = 3193832 Test 005 cpld_control_qr_p8 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/cpld_control_p8 -working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_6350/cpld_restart_qr_p8 +working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_137759/cpld_restart_qr_p8 Checking test 006 cpld_restart_qr_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -437,14 +437,14 @@ Checking test 006 cpld_restart_qr_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 207.826832 - 0: The maximum resident set size (KB) = 3068292 + 0: The total amount of wall time = 211.512241 + 0: The maximum resident set size (KB) = 3069244 Test 006 cpld_restart_qr_p8 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/cpld_control_p8 -working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_6350/cpld_2threads_p8 +working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_137759/cpld_2threads_p8 Checking test 007 cpld_2threads_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -497,14 +497,14 @@ Checking test 007 cpld_2threads_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 408.547569 - 0: The maximum resident set size (KB) = 3520552 + 0: The total amount of wall time = 425.616415 + 0: The maximum resident set size (KB) = 3516532 Test 007 cpld_2threads_p8 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/cpld_control_p8 -working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_6350/cpld_decomp_p8 +working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_137759/cpld_decomp_p8 Checking test 008 cpld_decomp_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -557,14 +557,14 @@ Checking test 008 cpld_decomp_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 342.283899 - 0: The maximum resident set size (KB) = 3183040 + 0: The total amount of wall time = 362.812632 + 0: The maximum resident set size (KB) = 3176332 Test 008 cpld_decomp_p8 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/cpld_control_p8 -working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_6350/cpld_mpi_p8 +working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_137759/cpld_mpi_p8 Checking test 009 cpld_mpi_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -617,14 +617,14 @@ Checking test 009 cpld_mpi_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 282.510653 - 0: The maximum resident set size (KB) = 3030508 + 0: The total amount of wall time = 319.893227 + 0: The maximum resident set size (KB) = 3021696 Test 009 cpld_mpi_p8 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/cpld_control_ciceC_p8 -working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_6350/cpld_control_ciceC_p8 +working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_137759/cpld_control_ciceC_p8 Checking test 010 cpld_control_ciceC_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -689,14 +689,14 @@ Checking test 010 cpld_control_ciceC_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 341.641213 - 0: The maximum resident set size (KB) = 3186056 + 0: The total amount of wall time = 377.198489 + 0: The maximum resident set size (KB) = 3183676 Test 010 cpld_control_ciceC_p8 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/cpld_control_c192_p8 -working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_6350/cpld_control_c192_p8 +working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_137759/cpld_control_c192_p8 Checking test 011 cpld_control_c192_p8 results .... Comparing sfcf030.tile1.nc .........OK Comparing sfcf030.tile2.nc .........OK @@ -749,14 +749,14 @@ Checking test 011 cpld_control_c192_p8 results .... Comparing 20210323.120000.out_grd.ww3 .........OK Comparing 20210323.120000.out_pnt.ww3 .........OK - 0: The total amount of wall time = 643.549427 - 0: The maximum resident set size (KB) = 3269232 + 0: The total amount of wall time = 703.311087 + 0: The maximum resident set size (KB) = 3262328 -Test 011 cpld_control_c192_p8 PASS +Test 011 cpld_control_c192_p8 PASS Tries: 2 baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/cpld_control_c192_p8 -working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_6350/cpld_restart_c192_p8 +working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_137759/cpld_restart_c192_p8 Checking test 012 cpld_restart_c192_p8 results .... Comparing sfcf030.tile1.nc .........OK Comparing sfcf030.tile2.nc .........OK @@ -809,14 +809,14 @@ Checking test 012 cpld_restart_c192_p8 results .... Comparing 20210323.120000.out_grd.ww3 .........OK Comparing 20210323.120000.out_pnt.ww3 .........OK - 0: The total amount of wall time = 439.877977 - 0: The maximum resident set size (KB) = 3165276 + 0: The total amount of wall time = 445.538689 + 0: The maximum resident set size (KB) = 3165388 Test 012 cpld_restart_c192_p8 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/cpld_bmark_p8 -working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_6350/cpld_bmark_p8 +working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_137759/cpld_bmark_p8 Checking test 013 cpld_bmark_p8 results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK @@ -864,14 +864,14 @@ Checking test 013 cpld_bmark_p8 results .... Comparing 20130401.060000.out_pnt.ww3 .........OK Comparing 20130401.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 880.891270 - 0: The maximum resident set size (KB) = 4042604 + 0: The total amount of wall time = 881.800429 + 0: The maximum resident set size (KB) = 4047640 Test 013 cpld_bmark_p8 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/cpld_bmark_p8 -working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_6350/cpld_restart_bmark_p8 +working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_137759/cpld_restart_bmark_p8 Checking test 014 cpld_restart_bmark_p8 results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK @@ -919,14 +919,14 @@ Checking test 014 cpld_restart_bmark_p8 results .... Comparing 20130401.060000.out_pnt.ww3 .........OK Comparing 20130401.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 545.150846 - 0: The maximum resident set size (KB) = 3980456 + 0: The total amount of wall time = 552.186043 + 0: The maximum resident set size (KB) = 3975660 Test 014 cpld_restart_bmark_p8 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/cpld_control_noaero_p8 -working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_6350/cpld_control_noaero_p8 +working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_137759/cpld_control_noaero_p8 Checking test 015 cpld_control_noaero_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -990,14 +990,14 @@ Checking test 015 cpld_control_noaero_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 283.390650 - 0: The maximum resident set size (KB) = 1718268 + 0: The total amount of wall time = 274.572888 + 0: The maximum resident set size (KB) = 1728336 Test 015 cpld_control_noaero_p8 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/cpld_control_c96_noaero_p8 -working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_6350/cpld_control_nowave_noaero_p8 +working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_137759/cpld_control_nowave_noaero_p8 Checking test 016 cpld_control_nowave_noaero_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -1059,14 +1059,14 @@ Checking test 016 cpld_control_nowave_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 = 261.768945 - 0: The maximum resident set size (KB) = 1766080 + 0: The total amount of wall time = 278.409426 + 0: The maximum resident set size (KB) = 1766920 Test 016 cpld_control_nowave_noaero_p8 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/cpld_debug_p8 -working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_6350/cpld_debug_p8 +working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_137759/cpld_debug_p8 Checking test 017 cpld_debug_p8 results .... Comparing sfcf003.tile1.nc .........OK Comparing sfcf003.tile2.nc .........OK @@ -1119,14 +1119,14 @@ Checking test 017 cpld_debug_p8 results .... Comparing 20210322.090000.out_pnt.ww3 .........OK Comparing 20210322.090000.out_grd.ww3 .........OK - 0: The total amount of wall time = 561.042129 - 0: The maximum resident set size (KB) = 3244036 + 0: The total amount of wall time = 551.928659 + 0: The maximum resident set size (KB) = 3237912 Test 017 cpld_debug_p8 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/cpld_debug_noaero_p8 -working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_6350/cpld_debug_noaero_p8 +working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_137759/cpld_debug_noaero_p8 Checking test 018 cpld_debug_noaero_p8 results .... Comparing sfcf003.tile1.nc .........OK Comparing sfcf003.tile2.nc .........OK @@ -1178,14 +1178,14 @@ Checking test 018 cpld_debug_noaero_p8 results .... Comparing 20210322.090000.out_pnt.ww3 .........OK Comparing 20210322.090000.out_grd.ww3 .........OK - 0: The total amount of wall time = 388.093541 - 0: The maximum resident set size (KB) = 1731364 + 0: The total amount of wall time = 392.698915 + 0: The maximum resident set size (KB) = 1732088 Test 018 cpld_debug_noaero_p8 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/cpld_control_noaero_p8_agrid -working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_6350/cpld_control_noaero_p8_agrid +working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_137759/cpld_control_noaero_p8_agrid Checking test 019 cpld_control_noaero_p8_agrid results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -1247,14 +1247,14 @@ Checking test 019 cpld_control_noaero_p8_agrid results .... Comparing RESTART/iced.2021-03-23-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK - 0: The total amount of wall time = 290.571138 - 0: The maximum resident set size (KB) = 1773020 + 0: The total amount of wall time = 294.424506 + 0: The maximum resident set size (KB) = 1761888 Test 019 cpld_control_noaero_p8_agrid PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/cpld_control_c48 -working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_6350/cpld_control_c48 +working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_137759/cpld_control_c48 Checking test 020 cpld_control_c48 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -1304,14 +1304,14 @@ Checking test 020 cpld_control_c48 results .... Comparing RESTART/iced.2021-03-23-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK - 0: The total amount of wall time = 497.909250 - 0: The maximum resident set size (KB) = 2814372 + 0: The total amount of wall time = 520.686374 + 0: The maximum resident set size (KB) = 2818420 Test 020 cpld_control_c48 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/cpld_warmstart_c48 -working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_6350/cpld_warmstart_c48 +working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_137759/cpld_warmstart_c48 Checking test 021 cpld_warmstart_c48 results .... Comparing sfcf006.tile1.nc .........OK Comparing sfcf006.tile2.nc .........OK @@ -1361,14 +1361,14 @@ Checking test 021 cpld_warmstart_c48 results .... Comparing RESTART/iced.2021-03-23-43200.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-43200.nc .........OK - 0: The total amount of wall time = 141.830701 - 0: The maximum resident set size (KB) = 2801312 + 0: The total amount of wall time = 141.700542 + 0: The maximum resident set size (KB) = 2804892 Test 021 cpld_warmstart_c48 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/cpld_warmstart_c48 -working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_6350/cpld_restart_c48 +working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_137759/cpld_restart_c48 Checking test 022 cpld_restart_c48 results .... Comparing sfcf006.tile1.nc .........OK Comparing sfcf006.tile2.nc .........OK @@ -1418,14 +1418,14 @@ Checking test 022 cpld_restart_c48 results .... Comparing RESTART/iced.2021-03-23-43200.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-43200.nc .........OK - 0: The total amount of wall time = 79.897323 - 0: The maximum resident set size (KB) = 2246568 + 0: The total amount of wall time = 76.173240 + 0: The maximum resident set size (KB) = 2236916 Test 022 cpld_restart_c48 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/cpld_control_p8_faster -working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_6350/cpld_control_p8_faster +working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_137759/cpld_control_p8_faster Checking test 023 cpld_control_p8_faster results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -1490,14 +1490,14 @@ Checking test 023 cpld_control_p8_faster results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 357.242648 - 0: The maximum resident set size (KB) = 3182100 + 0: The total amount of wall time = 322.426920 + 0: The maximum resident set size (KB) = 3180548 Test 023 cpld_control_p8_faster PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/control_CubedSphereGrid -working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_6350/control_CubedSphereGrid +working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_137759/control_CubedSphereGrid Checking test 024 control_CubedSphereGrid results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK @@ -1524,28 +1524,28 @@ Checking test 024 control_CubedSphereGrid results .... Comparing atmf024.tile5.nc .........OK Comparing atmf024.tile6.nc .........OK - 0: The total amount of wall time = 130.933245 - 0: The maximum resident set size (KB) = 631584 + 0: The total amount of wall time = 148.170701 + 0: The maximum resident set size (KB) = 578596 Test 024 control_CubedSphereGrid PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/control_CubedSphereGrid_parallel -working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_6350/control_CubedSphereGrid_parallel +working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_137759/control_CubedSphereGrid_parallel Checking test 025 control_CubedSphereGrid_parallel results .... Comparing sfcf000.nc ............ALT CHECK......OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK Comparing atmf024.nc .........OK - 0: The total amount of wall time = 128.912409 - 0: The maximum resident set size (KB) = 634400 + 0: The total amount of wall time = 145.901836 + 0: The maximum resident set size (KB) = 633116 Test 025 control_CubedSphereGrid_parallel PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/control_latlon -working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_6350/control_latlon +working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_137759/control_latlon Checking test 026 control_latlon results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1556,32 +1556,32 @@ Checking test 026 control_latlon results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 134.141163 - 0: The maximum resident set size (KB) = 634432 + 0: The total amount of wall time = 149.741590 + 0: The maximum resident set size (KB) = 630904 Test 026 control_latlon PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/control_wrtGauss_netcdf_parallel -working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_6350/control_wrtGauss_netcdf_parallel +working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_137759/control_wrtGauss_netcdf_parallel Checking test 027 control_wrtGauss_netcdf_parallel results .... Comparing sfcf000.nc ............ALT CHECK......OK Comparing sfcf024.nc ............ALT CHECK......OK Comparing atmf000.nc .........OK - Comparing atmf024.nc .........OK + Comparing atmf024.nc ............ALT CHECK......OK Comparing GFSFLX.GrbF00 .........OK Comparing GFSFLX.GrbF24 .........OK Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 137.229937 - 0: The maximum resident set size (KB) = 633716 + 0: The total amount of wall time = 156.957944 + 0: The maximum resident set size (KB) = 630060 Test 027 control_wrtGauss_netcdf_parallel PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/control_c48 -working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_6350/control_c48 +working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_137759/control_c48 Checking test 028 control_c48 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1620,14 +1620,14 @@ Checking test 028 control_c48 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -0: The total amount of wall time = 346.639114 -0: The maximum resident set size (KB) = 823652 +0: The total amount of wall time = 349.245605 +0: The maximum resident set size (KB) = 823148 Test 028 control_c48 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/control_c192 -working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_6350/control_c192 +working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_137759/control_c192 Checking test 029 control_c192 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1638,14 +1638,14 @@ Checking test 029 control_c192 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 528.366183 - 0: The maximum resident set size (KB) = 775104 + 0: The total amount of wall time = 533.755254 + 0: The maximum resident set size (KB) = 766260 Test 029 control_c192 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/control_c384 -working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_6350/control_c384 +working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_137759/control_c384 Checking test 030 control_c384 results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -1656,14 +1656,14 @@ Checking test 030 control_c384 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 587.749641 - 0: The maximum resident set size (KB) = 1235512 + 0: The total amount of wall time = 604.947170 + 0: The maximum resident set size (KB) = 1231324 Test 030 control_c384 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/control_c384gdas -working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_6350/control_c384gdas +working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_137759/control_c384gdas Checking test 031 control_c384gdas results .... Comparing sfcf000.nc .........OK Comparing sfcf006.nc .........OK @@ -1706,14 +1706,14 @@ Checking test 031 control_c384gdas results .... Comparing RESTART/20210322.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210322.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 575.456429 - 0: The maximum resident set size (KB) = 1340248 + 0: The total amount of wall time = 536.156230 + 0: The maximum resident set size (KB) = 1340928 Test 031 control_c384gdas PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/control_stochy -working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_6350/control_stochy +working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_137759/control_stochy Checking test 032 control_stochy results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -1724,28 +1724,28 @@ Checking test 032 control_stochy results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 87.940240 - 0: The maximum resident set size (KB) = 639996 + 0: The total amount of wall time = 89.450052 + 0: The maximum resident set size (KB) = 634980 Test 032 control_stochy PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/control_stochy -working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_6350/control_stochy_restart +working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_137759/control_stochy_restart Checking test 033 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 = 56.707512 - 0: The maximum resident set size (KB) = 485732 + 0: The total amount of wall time = 48.982157 + 0: The maximum resident set size (KB) = 485884 Test 033 control_stochy_restart PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/control_lndp -working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_6350/control_lndp +working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_137759/control_lndp Checking test 034 control_lndp results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -1756,14 +1756,14 @@ Checking test 034 control_lndp results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 96.133819 - 0: The maximum resident set size (KB) = 633616 + 0: The total amount of wall time = 83.290984 + 0: The maximum resident set size (KB) = 636244 Test 034 control_lndp PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/control_iovr4 -working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_6350/control_iovr4 +working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_137759/control_iovr4 Checking test 035 control_iovr4 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1778,14 +1778,14 @@ Checking test 035 control_iovr4 results .... Comparing GFSPRS.GrbF21 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 137.304691 - 0: The maximum resident set size (KB) = 634328 + 0: The total amount of wall time = 135.500700 + 0: The maximum resident set size (KB) = 630820 Test 035 control_iovr4 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/control_iovr5 -working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_6350/control_iovr5 +working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_137759/control_iovr5 Checking test 036 control_iovr5 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1800,14 +1800,14 @@ Checking test 036 control_iovr5 results .... Comparing GFSPRS.GrbF21 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 137.709563 - 0: The maximum resident set size (KB) = 628224 + 0: The total amount of wall time = 134.919604 + 0: The maximum resident set size (KB) = 633568 Test 036 control_iovr5 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/control_p8 -working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_6350/control_p8 +working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_137759/control_p8 Checking test 037 control_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1854,14 +1854,14 @@ Checking test 037 control_p8 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 174.704934 - 0: The maximum resident set size (KB) = 1613060 + 0: The total amount of wall time = 169.551815 + 0: The maximum resident set size (KB) = 1598108 Test 037 control_p8 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/control_p8 -working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_6350/control_restart_p8 +working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_137759/control_restart_p8 Checking test 038 control_restart_p8 results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -1900,14 +1900,14 @@ Checking test 038 control_restart_p8 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 90.355714 - 0: The maximum resident set size (KB) = 874280 + 0: The total amount of wall time = 91.276745 + 0: The maximum resident set size (KB) = 873404 Test 038 control_restart_p8 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/control_p8 -working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_6350/control_qr_p8 +working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_137759/control_qr_p8 Checking test 039 control_qr_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1954,14 +1954,14 @@ Checking test 039 control_qr_p8 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc ............ALT CHECK......OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc ............ALT CHECK......OK - 0: The total amount of wall time = 175.870726 - 0: The maximum resident set size (KB) = 1605476 + 0: The total amount of wall time = 171.542917 + 0: The maximum resident set size (KB) = 1594148 Test 039 control_qr_p8 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/control_p8 -working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_6350/control_restart_qr_p8 +working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_137759/control_restart_qr_p8 Checking test 040 control_restart_qr_p8 results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -2000,14 +2000,14 @@ Checking test 040 control_restart_qr_p8 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc ............ALT CHECK......OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc ............ALT CHECK......OK - 0: The total amount of wall time = 91.815738 - 0: The maximum resident set size (KB) = 867680 + 0: The total amount of wall time = 91.370183 + 0: The maximum resident set size (KB) = 869808 Test 040 control_restart_qr_p8 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/control_p8 -working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_6350/control_decomp_p8 +working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_137759/control_decomp_p8 Checking test 041 control_decomp_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2050,14 +2050,14 @@ Checking test 041 control_decomp_p8 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 181.534516 - 0: The maximum resident set size (KB) = 1586024 + 0: The total amount of wall time = 177.732256 + 0: The maximum resident set size (KB) = 1582512 Test 041 control_decomp_p8 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/control_p8 -working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_6350/control_2threads_p8 +working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_137759/control_2threads_p8 Checking test 042 control_2threads_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2100,14 +2100,14 @@ Checking test 042 control_2threads_p8 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 182.436807 - 0: The maximum resident set size (KB) = 1685320 + 0: The total amount of wall time = 179.549417 + 0: The maximum resident set size (KB) = 1683524 Test 042 control_2threads_p8 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/control_p8_lndp -working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_6350/control_p8_lndp +working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_137759/control_p8_lndp Checking test 043 control_p8_lndp results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -2126,14 +2126,14 @@ Checking test 043 control_p8_lndp results .... Comparing GFSPRS.GrbF24 .........OK Comparing GFSPRS.GrbF48 .........OK - 0: The total amount of wall time = 320.134426 - 0: The maximum resident set size (KB) = 1614384 + 0: The total amount of wall time = 314.640049 + 0: The maximum resident set size (KB) = 1609664 Test 043 control_p8_lndp PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/control_p8_rrtmgp -working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_6350/control_p8_rrtmgp +working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_137759/control_p8_rrtmgp Checking test 044 control_p8_rrtmgp results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -2180,14 +2180,14 @@ Checking test 044 control_p8_rrtmgp results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 233.165065 - 0: The maximum resident set size (KB) = 1679124 + 0: The total amount of wall time = 231.649370 + 0: The maximum resident set size (KB) = 1621212 Test 044 control_p8_rrtmgp PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/control_p8_mynn -working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_6350/control_p8_mynn +working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_137759/control_p8_mynn Checking test 045 control_p8_mynn results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -2234,14 +2234,14 @@ Checking test 045 control_p8_mynn results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 177.869777 - 0: The maximum resident set size (KB) = 1603732 + 0: The total amount of wall time = 176.484499 + 0: The maximum resident set size (KB) = 1550612 Test 045 control_p8_mynn PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/merra2_thompson -working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_6350/merra2_thompson +working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_137759/merra2_thompson Checking test 046 merra2_thompson results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -2288,14 +2288,14 @@ Checking test 046 merra2_thompson results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 189.897204 - 0: The maximum resident set size (KB) = 1613224 + 0: The total amount of wall time = 192.275886 + 0: The maximum resident set size (KB) = 1608124 Test 046 merra2_thompson PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/regional_control -working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_6350/regional_control +working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_137759/regional_control Checking test 047 regional_control results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK @@ -2306,28 +2306,28 @@ Checking test 047 regional_control results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 296.250519 - 0: The maximum resident set size (KB) = 872352 + 0: The total amount of wall time = 296.690439 + 0: The maximum resident set size (KB) = 872180 Test 047 regional_control PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/regional_control -working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_6350/regional_restart +working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_137759/regional_restart Checking test 048 regional_restart results .... Comparing dynf006.nc .........OK Comparing phyf006.nc .........OK Comparing PRSLEV.GrbF06 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 150.441789 - 0: The maximum resident set size (KB) = 863096 + 0: The total amount of wall time = 151.850426 + 0: The maximum resident set size (KB) = 838788 Test 048 regional_restart PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/regional_control -working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_6350/regional_control_qr +working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_137759/regional_control_qr Checking test 049 regional_control_qr results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK @@ -2338,28 +2338,28 @@ Checking test 049 regional_control_qr results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 296.284969 - 0: The maximum resident set size (KB) = 871928 + 0: The total amount of wall time = 296.961465 + 0: The maximum resident set size (KB) = 871188 Test 049 regional_control_qr PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/regional_control -working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_6350/regional_restart_qr +working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_137759/regional_restart_qr Checking test 050 regional_restart_qr results .... Comparing dynf006.nc .........OK Comparing phyf006.nc .........OK Comparing PRSLEV.GrbF06 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 150.668417 - 0: The maximum resident set size (KB) = 864368 + 0: The total amount of wall time = 152.661163 + 0: The maximum resident set size (KB) = 859432 Test 050 regional_restart_qr PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/regional_control -working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_6350/regional_decomp +working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_137759/regional_decomp Checking test 051 regional_decomp results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK @@ -2370,14 +2370,14 @@ Checking test 051 regional_decomp results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 314.138155 - 0: The maximum resident set size (KB) = 864560 + 0: The total amount of wall time = 315.103740 + 0: The maximum resident set size (KB) = 860236 Test 051 regional_decomp PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/regional_control -working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_6350/regional_2threads +working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_137759/regional_2threads Checking test 052 regional_2threads results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK @@ -2388,14 +2388,14 @@ Checking test 052 regional_2threads results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 208.330174 - 0: The maximum resident set size (KB) = 847248 + 0: The total amount of wall time = 206.498476 + 0: The maximum resident set size (KB) = 847364 Test 052 regional_2threads PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/regional_noquilt -working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_6350/regional_noquilt +working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_137759/regional_noquilt Checking test 053 regional_noquilt results .... Comparing atmos_4xdaily.nc .........OK Comparing fv3_history2d.nc .........OK @@ -2403,28 +2403,28 @@ Checking test 053 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 = 316.868419 - 0: The maximum resident set size (KB) = 862092 + 0: The total amount of wall time = 319.845043 + 0: The maximum resident set size (KB) = 833288 Test 053 regional_noquilt PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/regional_netcdf_parallel -working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_6350/regional_netcdf_parallel +working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_137759/regional_netcdf_parallel Checking test 054 regional_netcdf_parallel results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK Comparing phyf000.nc .........OK - Comparing phyf006.nc .........OK + Comparing phyf006.nc ............ALT CHECK......OK - 0: The total amount of wall time = 291.317738 - 0: The maximum resident set size (KB) = 872028 + 0: The total amount of wall time = 294.973074 + 0: The maximum resident set size (KB) = 866664 Test 054 regional_netcdf_parallel PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/regional_control -working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_6350/regional_2dwrtdecomp +working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_137759/regional_2dwrtdecomp Checking test 055 regional_2dwrtdecomp results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK @@ -2435,14 +2435,14 @@ Checking test 055 regional_2dwrtdecomp results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 294.729708 - 0: The maximum resident set size (KB) = 865656 + 0: The total amount of wall time = 297.018233 + 0: The maximum resident set size (KB) = 874572 Test 055 regional_2dwrtdecomp PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/fv3_regional_wofs -working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_6350/regional_wofs +working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_137759/regional_wofs Checking test 056 regional_wofs results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK @@ -2453,14 +2453,14 @@ Checking test 056 regional_wofs results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 384.669585 - 0: The maximum resident set size (KB) = 628844 + 0: The total amount of wall time = 379.614371 + 0: The maximum resident set size (KB) = 575228 Test 056 regional_wofs PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/rap_control -working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_6350/rap_control +working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_137759/rap_control Checking test 057 rap_control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -2507,14 +2507,14 @@ Checking test 057 rap_control results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 473.138083 - 0: The maximum resident set size (KB) = 1071160 + 0: The total amount of wall time = 469.605490 + 0: The maximum resident set size (KB) = 1068664 Test 057 rap_control PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/regional_spp_sppt_shum_skeb -working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_6350/regional_spp_sppt_shum_skeb +working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_137759/regional_spp_sppt_shum_skeb Checking test 058 regional_spp_sppt_shum_skeb results .... Comparing dynf000.nc .........OK Comparing dynf001.nc .........OK @@ -2525,14 +2525,14 @@ Checking test 058 regional_spp_sppt_shum_skeb results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF01 .........OK - 0: The total amount of wall time = 287.503634 - 0: The maximum resident set size (KB) = 1188932 + 0: The total amount of wall time = 289.349721 + 0: The maximum resident set size (KB) = 1182808 Test 058 regional_spp_sppt_shum_skeb PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/rap_control -working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_6350/rap_decomp +working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_137759/rap_decomp Checking test 059 rap_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -2579,14 +2579,14 @@ Checking test 059 rap_decomp results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 506.940735 - 0: The maximum resident set size (KB) = 1009544 + 0: The total amount of wall time = 499.494772 + 0: The maximum resident set size (KB) = 1003760 Test 059 rap_decomp PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/rap_control -working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_6350/rap_2threads +working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_137759/rap_2threads Checking test 060 rap_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -2633,14 +2633,14 @@ Checking test 060 rap_2threads results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 495.992707 - 0: The maximum resident set size (KB) = 1143224 + 0: The total amount of wall time = 485.046221 + 0: The maximum resident set size (KB) = 1140412 Test 060 rap_2threads PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/rap_control -working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_6350/rap_restart +working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_137759/rap_restart Checking test 061 rap_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -2679,14 +2679,14 @@ Checking test 061 rap_restart results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 231.469637 - 0: The maximum resident set size (KB) = 979324 + 0: The total amount of wall time = 234.011072 + 0: The maximum resident set size (KB) = 965748 Test 061 rap_restart PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/rap_sfcdiff -working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_6350/rap_sfcdiff +working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_137759/rap_sfcdiff Checking test 062 rap_sfcdiff results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2733,14 +2733,14 @@ Checking test 062 rap_sfcdiff results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 481.524676 - 0: The maximum resident set size (KB) = 1061140 + 0: The total amount of wall time = 462.665207 + 0: The maximum resident set size (KB) = 1047872 Test 062 rap_sfcdiff PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/rap_sfcdiff -working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_6350/rap_sfcdiff_decomp +working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_137759/rap_sfcdiff_decomp Checking test 063 rap_sfcdiff_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2787,14 +2787,14 @@ Checking test 063 rap_sfcdiff_decomp results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 488.616673 - 0: The maximum resident set size (KB) = 1012884 + 0: The total amount of wall time = 510.398029 + 0: The maximum resident set size (KB) = 1005344 Test 063 rap_sfcdiff_decomp PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/rap_sfcdiff -working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_6350/rap_sfcdiff_restart +working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_137759/rap_sfcdiff_restart Checking test 064 rap_sfcdiff_restart results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK @@ -2833,14 +2833,14 @@ Checking test 064 rap_sfcdiff_restart results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 345.169361 - 0: The maximum resident set size (KB) = 995408 + 0: The total amount of wall time = 342.191397 + 0: The maximum resident set size (KB) = 986528 Test 064 rap_sfcdiff_restart PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/hrrr_control -working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_6350/hrrr_control +working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_137759/hrrr_control Checking test 065 hrrr_control results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2887,14 +2887,14 @@ Checking test 065 hrrr_control results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 465.362285 - 0: The maximum resident set size (KB) = 1067784 + 0: The total amount of wall time = 460.724498 + 0: The maximum resident set size (KB) = 1061812 Test 065 hrrr_control PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/hrrr_control -working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_6350/hrrr_control_decomp +working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_137759/hrrr_control_decomp Checking test 066 hrrr_control_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2941,14 +2941,14 @@ Checking test 066 hrrr_control_decomp results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 496.633956 - 0: The maximum resident set size (KB) = 1002428 + 0: The total amount of wall time = 464.284108 + 0: The maximum resident set size (KB) = 1002688 Test 066 hrrr_control_decomp PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/hrrr_control -working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_6350/hrrr_control_2threads +working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_137759/hrrr_control_2threads Checking test 067 hrrr_control_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2995,14 +2995,14 @@ Checking test 067 hrrr_control_2threads results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 472.964130 - 0: The maximum resident set size (KB) = 1146328 + 0: The total amount of wall time = 455.889068 + 0: The maximum resident set size (KB) = 1138292 Test 067 hrrr_control_2threads PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/hrrr_control -working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_6350/hrrr_control_restart +working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_137759/hrrr_control_restart Checking test 068 hrrr_control_restart results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK @@ -3041,14 +3041,14 @@ Checking test 068 hrrr_control_restart results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 338.996321 - 0: The maximum resident set size (KB) = 984604 + 0: The total amount of wall time = 332.436845 + 0: The maximum resident set size (KB) = 983116 Test 068 hrrr_control_restart PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/rrfs_v1beta -working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_6350/rrfs_v1beta +working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_137759/rrfs_v1beta Checking test 069 rrfs_v1beta results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -3095,14 +3095,14 @@ Checking test 069 rrfs_v1beta results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 483.758640 - 0: The maximum resident set size (KB) = 1063556 + 0: The total amount of wall time = 455.915325 + 0: The maximum resident set size (KB) = 1065308 Test 069 rrfs_v1beta PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/rrfs_v1nssl -working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_6350/rrfs_v1nssl +working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_137759/rrfs_v1nssl Checking test 070 rrfs_v1nssl results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -3117,14 +3117,14 @@ Checking test 070 rrfs_v1nssl results .... Comparing GFSPRS.GrbF09 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 557.382468 - 0: The maximum resident set size (KB) = 701552 + 0: The total amount of wall time = 563.364641 + 0: The maximum resident set size (KB) = 698944 Test 070 rrfs_v1nssl PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/rrfs_v1nssl_nohailnoccn -working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_6350/rrfs_v1nssl_nohailnoccn +working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_137759/rrfs_v1nssl_nohailnoccn Checking test 071 rrfs_v1nssl_nohailnoccn results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -3139,14 +3139,14 @@ Checking test 071 rrfs_v1nssl_nohailnoccn results .... Comparing GFSPRS.GrbF09 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 544.909232 - 0: The maximum resident set size (KB) = 763976 + 0: The total amount of wall time = 551.735761 + 0: The maximum resident set size (KB) = 761752 Test 071 rrfs_v1nssl_nohailnoccn PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/rrfs_smoke_conus13km_hrrr_warm -working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_6350/rrfs_smoke_conus13km_hrrr_warm +working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_137759/rrfs_smoke_conus13km_hrrr_warm Checking test 072 rrfs_smoke_conus13km_hrrr_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -3155,14 +3155,14 @@ Checking test 072 rrfs_smoke_conus13km_hrrr_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 155.346733 - 0: The maximum resident set size (KB) = 1004724 + 0: The total amount of wall time = 160.446491 + 0: The maximum resident set size (KB) = 1039692 Test 072 rrfs_smoke_conus13km_hrrr_warm PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/rrfs_smoke_conus13km_hrrr_warm -working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_6350/rrfs_smoke_conus13km_hrrr_warm_2threads +working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_137759/rrfs_smoke_conus13km_hrrr_warm_2threads Checking test 073 rrfs_smoke_conus13km_hrrr_warm_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -3171,14 +3171,14 @@ Checking test 073 rrfs_smoke_conus13km_hrrr_warm_2threads results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 104.178417 - 0: The maximum resident set size (KB) = 914000 + 0: The total amount of wall time = 101.509351 + 0: The maximum resident set size (KB) = 944808 Test 073 rrfs_smoke_conus13km_hrrr_warm_2threads PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/rrfs_conus13km_hrrr_warm -working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_6350/rrfs_conus13km_hrrr_warm +working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_137759/rrfs_conus13km_hrrr_warm Checking test 074 rrfs_conus13km_hrrr_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -3187,14 +3187,14 @@ Checking test 074 rrfs_conus13km_hrrr_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 136.460323 - 0: The maximum resident set size (KB) = 943912 + 0: The total amount of wall time = 143.209510 + 0: The maximum resident set size (KB) = 888420 Test 074 rrfs_conus13km_hrrr_warm PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/rrfs_smoke_conus13km_hrrr_warm_radar_tten -working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_6350/rrfs_smoke_conus13km_radar_tten_warm +working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_137759/rrfs_smoke_conus13km_radar_tten_warm Checking test 075 rrfs_smoke_conus13km_radar_tten_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -3203,26 +3203,26 @@ Checking test 075 rrfs_smoke_conus13km_radar_tten_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 160.257335 - 0: The maximum resident set size (KB) = 1038208 + 0: The total amount of wall time = 152.935807 + 0: The maximum resident set size (KB) = 1003804 Test 075 rrfs_smoke_conus13km_radar_tten_warm PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/rrfs_conus13km_hrrr_warm_restart_mismatch -working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_6350/rrfs_conus13km_hrrr_warm_restart_mismatch +working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_137759/rrfs_conus13km_hrrr_warm_restart_mismatch Checking test 076 rrfs_conus13km_hrrr_warm_restart_mismatch results .... Comparing sfcf002.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 67.900861 - 0: The maximum resident set size (KB) = 935628 + 0: The total amount of wall time = 69.407238 + 0: The maximum resident set size (KB) = 937700 Test 076 rrfs_conus13km_hrrr_warm_restart_mismatch PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/control_csawmg -working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_6350/control_csawmg +working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_137759/control_csawmg Checking test 077 control_csawmg results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -3233,14 +3233,14 @@ Checking test 077 control_csawmg results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 342.601558 - 0: The maximum resident set size (KB) = 725024 + 0: The total amount of wall time = 345.365789 + 0: The maximum resident set size (KB) = 728128 Test 077 control_csawmg PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/control_csawmgt -working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_6350/control_csawmgt +working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_137759/control_csawmgt Checking test 078 control_csawmgt results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -3251,14 +3251,14 @@ Checking test 078 control_csawmgt results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 337.820731 - 0: The maximum resident set size (KB) = 722960 + 0: The total amount of wall time = 341.750828 + 0: The maximum resident set size (KB) = 724340 Test 078 control_csawmgt PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/control_ras -working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_6350/control_ras +working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_137759/control_ras Checking test 079 control_ras results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -3269,26 +3269,26 @@ Checking test 079 control_ras results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 184.159346 - 0: The maximum resident set size (KB) = 726288 + 0: The total amount of wall time = 183.649354 + 0: The maximum resident set size (KB) = 716536 Test 079 control_ras PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/control_wam -working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_6350/control_wam +working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_137759/control_wam Checking test 080 control_wam results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK - 0: The total amount of wall time = 112.182828 - 0: The maximum resident set size (KB) = 648892 + 0: The total amount of wall time = 114.544416 + 0: The maximum resident set size (KB) = 646944 Test 080 control_wam PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/control_p8_faster -working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_6350/control_p8_faster +working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_137759/control_p8_faster Checking test 081 control_p8_faster results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -3335,14 +3335,14 @@ Checking test 081 control_p8_faster results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 153.211896 - 0: The maximum resident set size (KB) = 1601916 + 0: The total amount of wall time = 151.498623 + 0: The maximum resident set size (KB) = 1603504 Test 081 control_p8_faster PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/regional_control_faster -working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_6350/regional_control_faster +working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_137759/regional_control_faster Checking test 082 regional_control_faster results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK @@ -3353,56 +3353,56 @@ Checking test 082 regional_control_faster results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 268.545515 - 0: The maximum resident set size (KB) = 867936 + 0: The total amount of wall time = 268.798068 + 0: The maximum resident set size (KB) = 875568 Test 082 regional_control_faster PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/rrfs_smoke_conus13km_hrrr_warm_debug -working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_6350/rrfs_smoke_conus13km_hrrr_warm_debug +working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_137759/rrfs_smoke_conus13km_hrrr_warm_debug Checking test 083 rrfs_smoke_conus13km_hrrr_warm_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 = 823.938870 - 0: The maximum resident set size (KB) = 1066060 + 0: The total amount of wall time = 838.517845 + 0: The maximum resident set size (KB) = 1061404 Test 083 rrfs_smoke_conus13km_hrrr_warm_debug PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/rrfs_smoke_conus13km_hrrr_warm_debug -working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_6350/rrfs_smoke_conus13km_hrrr_warm_debug_2threads +working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_137759/rrfs_smoke_conus13km_hrrr_warm_debug_2threads Checking test 084 rrfs_smoke_conus13km_hrrr_warm_debug_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 470.623706 - 0: The maximum resident set size (KB) = 979260 + 0: The total amount of wall time = 480.614712 + 0: The maximum resident set size (KB) = 977152 Test 084 rrfs_smoke_conus13km_hrrr_warm_debug_2threads PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/rrfs_conus13km_hrrr_warm_debugs -working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_6350/rrfs_conus13km_hrrr_warm_debug +working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_137759/rrfs_conus13km_hrrr_warm_debug Checking test 085 rrfs_conus13km_hrrr_warm_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 = 753.487954 - 0: The maximum resident set size (KB) = 970608 + 0: The total amount of wall time = 761.187304 + 0: The maximum resident set size (KB) = 969892 Test 085 rrfs_conus13km_hrrr_warm_debug PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/control_CubedSphereGrid_debug -working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_6350/control_CubedSphereGrid_debug +working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_137759/control_CubedSphereGrid_debug Checking test 086 control_CubedSphereGrid_debug results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK @@ -3429,334 +3429,334 @@ Checking test 086 control_CubedSphereGrid_debug results .... Comparing atmf001.tile5.nc .........OK Comparing atmf001.tile6.nc .........OK - 0: The total amount of wall time = 149.832720 - 0: The maximum resident set size (KB) = 796516 + 0: The total amount of wall time = 157.947123 + 0: The maximum resident set size (KB) = 752676 Test 086 control_CubedSphereGrid_debug PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/control_wrtGauss_netcdf_parallel_debug -working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_6350/control_wrtGauss_netcdf_parallel_debug +working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_137759/control_wrtGauss_netcdf_parallel_debug Checking test 087 control_wrtGauss_netcdf_parallel_debug results .... - Comparing sfcf000.nc .........OK + Comparing sfcf000.nc ............ALT CHECK......OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK - Comparing atmf001.nc ............ALT CHECK......OK + Comparing atmf001.nc .........OK - 0: The total amount of wall time = 155.925682 - 0: The maximum resident set size (KB) = 793144 + 0: The total amount of wall time = 152.440084 + 0: The maximum resident set size (KB) = 792668 Test 087 control_wrtGauss_netcdf_parallel_debug PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/control_stochy_debug -working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_6350/control_stochy_debug +working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_137759/control_stochy_debug Checking test 088 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 = 169.063351 - 0: The maximum resident set size (KB) = 804208 + 0: The total amount of wall time = 170.502161 + 0: The maximum resident set size (KB) = 792268 Test 088 control_stochy_debug PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/control_lndp_debug -working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_6350/control_lndp_debug +working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_137759/control_lndp_debug Checking test 089 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 = 190.861094 - 0: The maximum resident set size (KB) = 801584 + 0: The total amount of wall time = 154.166166 + 0: The maximum resident set size (KB) = 793720 Test 089 control_lndp_debug PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/control_csawmg_debug -working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_6350/control_csawmg_debug +working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_137759/control_csawmg_debug Checking test 090 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 = 260.560003 - 0: The maximum resident set size (KB) = 846920 + 0: The total amount of wall time = 225.114471 + 0: The maximum resident set size (KB) = 844876 Test 090 control_csawmg_debug PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/control_csawmgt_debug -working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_6350/control_csawmgt_debug +working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_137759/control_csawmgt_debug Checking test 091 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 = 258.914282 - 0: The maximum resident set size (KB) = 842304 + 0: The total amount of wall time = 235.824733 + 0: The maximum resident set size (KB) = 845956 Test 091 control_csawmgt_debug PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/control_ras_debug -working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_6350/control_ras_debug +working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_137759/control_ras_debug Checking test 092 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 = 179.201496 - 0: The maximum resident set size (KB) = 805632 + 0: The total amount of wall time = 152.362287 + 0: The maximum resident set size (KB) = 797524 Test 092 control_ras_debug PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/control_diag_debug -working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_6350/control_diag_debug +working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_137759/control_diag_debug Checking test 093 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 = 173.877021 - 0: The maximum resident set size (KB) = 848340 + 0: The total amount of wall time = 157.906755 + 0: The maximum resident set size (KB) = 851812 Test 093 control_diag_debug PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/control_debug_p8 -working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_6350/control_debug_p8 +working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_137759/control_debug_p8 Checking test 094 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 = 195.892904 - 0: The maximum resident set size (KB) = 1625116 + 0: The total amount of wall time = 190.383688 + 0: The maximum resident set size (KB) = 1623428 Test 094 control_debug_p8 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/regional_debug -working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_6350/regional_debug +working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_137759/regional_debug Checking test 095 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 = 996.269674 - 0: The maximum resident set size (KB) = 885456 + 0: The total amount of wall time = 1022.742049 + 0: The maximum resident set size (KB) = 887824 Test 095 regional_debug PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/rap_control_debug -working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_6350/rap_control_debug +working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_137759/rap_control_debug Checking test 096 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 = 275.745979 - 0: The maximum resident set size (KB) = 1168932 + 0: The total amount of wall time = 272.642879 + 0: The maximum resident set size (KB) = 1170836 Test 096 rap_control_debug PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/hrrr_control_debug -working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_6350/hrrr_control_debug +working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_137759/hrrr_control_debug Checking test 097 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 = 271.590196 - 0: The maximum resident set size (KB) = 1168596 + 0: The total amount of wall time = 267.970165 + 0: The maximum resident set size (KB) = 1173164 Test 097 hrrr_control_debug PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/rap_control_debug -working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_6350/rap_unified_drag_suite_debug +working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_137759/rap_unified_drag_suite_debug Checking test 098 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 = 280.528576 - 0: The maximum resident set size (KB) = 1173592 + 0: The total amount of wall time = 279.975636 + 0: The maximum resident set size (KB) = 1175140 Test 098 rap_unified_drag_suite_debug PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/rap_diag_debug -working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_6350/rap_diag_debug +working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_137759/rap_diag_debug Checking test 099 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 = 288.454772 - 0: The maximum resident set size (KB) = 1263052 + 0: The total amount of wall time = 295.833705 + 0: The maximum resident set size (KB) = 1260056 Test 099 rap_diag_debug PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/rap_cires_ugwp_debug -working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_6350/rap_cires_ugwp_debug +working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_137759/rap_cires_ugwp_debug Checking test 100 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 = 275.417120 - 0: The maximum resident set size (KB) = 1170928 + 0: The total amount of wall time = 280.861960 + 0: The maximum resident set size (KB) = 1173196 Test 100 rap_cires_ugwp_debug PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/rap_cires_ugwp_debug -working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_6350/rap_unified_ugwp_debug +working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_137759/rap_unified_ugwp_debug Checking test 101 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 = 284.750515 - 0: The maximum resident set size (KB) = 1173148 + 0: The total amount of wall time = 287.140099 + 0: The maximum resident set size (KB) = 1172844 Test 101 rap_unified_ugwp_debug PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/rap_lndp_debug -working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_6350/rap_lndp_debug +working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_137759/rap_lndp_debug Checking test 102 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 = 282.531938 - 0: The maximum resident set size (KB) = 1175336 + 0: The total amount of wall time = 299.775164 + 0: The maximum resident set size (KB) = 1170796 Test 102 rap_lndp_debug PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/rap_flake_debug -working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_6350/rap_flake_debug +working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_137759/rap_flake_debug Checking test 103 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 = 274.982551 - 0: The maximum resident set size (KB) = 1173488 + 0: The total amount of wall time = 278.462184 + 0: The maximum resident set size (KB) = 1172236 Test 103 rap_flake_debug PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/rap_progcld_thompson_debug -working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_6350/rap_progcld_thompson_debug +working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_137759/rap_progcld_thompson_debug Checking test 104 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 = 276.614952 - 0: The maximum resident set size (KB) = 1176848 + 0: The total amount of wall time = 277.910478 + 0: The maximum resident set size (KB) = 1169060 Test 104 rap_progcld_thompson_debug PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/rap_noah_debug -working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_6350/rap_noah_debug +working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_137759/rap_noah_debug Checking test 105 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 = 267.427999 - 0: The maximum resident set size (KB) = 1169628 + 0: The total amount of wall time = 275.583400 + 0: The maximum resident set size (KB) = 1177188 Test 105 rap_noah_debug PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/rap_sfcdiff_debug -working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_6350/rap_sfcdiff_debug +working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_137759/rap_sfcdiff_debug Checking test 106 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 = 276.141650 - 0: The maximum resident set size (KB) = 1173796 + 0: The total amount of wall time = 278.262049 + 0: The maximum resident set size (KB) = 1173512 Test 106 rap_sfcdiff_debug PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/rap_noah_sfcdiff_cires_ugwp_debug -working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_6350/rap_noah_sfcdiff_cires_ugwp_debug +working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_137759/rap_noah_sfcdiff_cires_ugwp_debug Checking test 107 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 = 457.003310 - 0: The maximum resident set size (KB) = 1171896 + 0: The total amount of wall time = 463.974215 + 0: The maximum resident set size (KB) = 1170280 Test 107 rap_noah_sfcdiff_cires_ugwp_debug PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/rrfs_v1beta_debug -working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_6350/rrfs_v1beta_debug +working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_137759/rrfs_v1beta_debug Checking test 108 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 = 275.502771 - 0: The maximum resident set size (KB) = 1178176 + 0: The total amount of wall time = 279.962891 + 0: The maximum resident set size (KB) = 1140912 Test 108 rrfs_v1beta_debug PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/control_wam_debug -working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_6350/control_wam_debug +working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_137759/control_wam_debug Checking test 109 control_wam_debug results .... Comparing sfcf019.nc .........OK Comparing atmf019.nc .........OK - 0: The total amount of wall time = 289.936492 - 0: The maximum resident set size (KB) = 521536 + 0: The total amount of wall time = 310.902856 + 0: The maximum resident set size (KB) = 522836 Test 109 control_wam_debug PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/regional_spp_sppt_shum_skeb_dyn32_phy32 -working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_6350/regional_spp_sppt_shum_skeb_dyn32_phy32 +working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_137759/regional_spp_sppt_shum_skeb_dyn32_phy32 Checking test 110 regional_spp_sppt_shum_skeb_dyn32_phy32 results .... Comparing dynf000.nc .........OK Comparing dynf001.nc .........OK @@ -3767,14 +3767,14 @@ Checking test 110 regional_spp_sppt_shum_skeb_dyn32_phy32 results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF01 .........OK - 0: The total amount of wall time = 252.647918 - 0: The maximum resident set size (KB) = 1087688 + 0: The total amount of wall time = 300.192800 + 0: The maximum resident set size (KB) = 1094528 Test 110 regional_spp_sppt_shum_skeb_dyn32_phy32 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/rap_control_dyn32_phy32 -working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_6350/rap_control_dyn32_phy32 +working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_137759/rap_control_dyn32_phy32 Checking test 111 rap_control_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -3821,14 +3821,14 @@ Checking test 111 rap_control_dyn32_phy32 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 383.758112 - 0: The maximum resident set size (KB) = 1006020 + 0: The total amount of wall time = 409.977149 + 0: The maximum resident set size (KB) = 1001512 Test 111 rap_control_dyn32_phy32 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/hrrr_control_dyn32_phy32 -working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_6350/hrrr_control_dyn32_phy32 +working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_137759/hrrr_control_dyn32_phy32 Checking test 112 hrrr_control_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -3875,14 +3875,14 @@ Checking test 112 hrrr_control_dyn32_phy32 results .... Comparing RESTART/20210322.180000.sfc_data.tile5.nc .........OK Comparing RESTART/20210322.180000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 203.432345 - 0: The maximum resident set size (KB) = 960216 + 0: The total amount of wall time = 199.697349 + 0: The maximum resident set size (KB) = 904376 Test 112 hrrr_control_dyn32_phy32 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/rap_control_dyn32_phy32 -working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_6350/rap_2threads_dyn32_phy32 +working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_137759/rap_2threads_dyn32_phy32 Checking test 113 rap_2threads_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -3929,14 +3929,14 @@ Checking test 113 rap_2threads_dyn32_phy32 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 400.134561 - 0: The maximum resident set size (KB) = 1030680 + 0: The total amount of wall time = 430.549800 + 0: The maximum resident set size (KB) = 1023092 Test 113 rap_2threads_dyn32_phy32 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/hrrr_control_dyn32_phy32 -working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_6350/hrrr_control_2threads_dyn32_phy32 +working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_137759/hrrr_control_2threads_dyn32_phy32 Checking test 114 hrrr_control_2threads_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -3983,14 +3983,14 @@ Checking test 114 hrrr_control_2threads_dyn32_phy32 results .... Comparing RESTART/20210322.180000.sfc_data.tile5.nc .........OK Comparing RESTART/20210322.180000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 206.607952 - 0: The maximum resident set size (KB) = 1006572 + 0: The total amount of wall time = 205.844018 + 0: The maximum resident set size (KB) = 1004944 Test 114 hrrr_control_2threads_dyn32_phy32 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/hrrr_control_dyn32_phy32 -working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_6350/hrrr_control_decomp_dyn32_phy32 +working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_137759/hrrr_control_decomp_dyn32_phy32 Checking test 115 hrrr_control_decomp_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -4037,14 +4037,14 @@ Checking test 115 hrrr_control_decomp_dyn32_phy32 results .... Comparing RESTART/20210322.180000.sfc_data.tile5.nc .........OK Comparing RESTART/20210322.180000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 215.344012 - 0: The maximum resident set size (KB) = 902636 + 0: The total amount of wall time = 210.840531 + 0: The maximum resident set size (KB) = 905488 Test 115 hrrr_control_decomp_dyn32_phy32 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/rap_control_dyn32_phy32 -working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_6350/rap_restart_dyn32_phy32 +working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_137759/rap_restart_dyn32_phy32 Checking test 116 rap_restart_dyn32_phy32 results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK @@ -4083,14 +4083,14 @@ Checking test 116 rap_restart_dyn32_phy32 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 282.287813 - 0: The maximum resident set size (KB) = 954616 + 0: The total amount of wall time = 283.640350 + 0: The maximum resident set size (KB) = 942716 Test 116 rap_restart_dyn32_phy32 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/hrrr_control_dyn32_phy32 -working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_6350/hrrr_control_restart_dyn32_phy32 +working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_137759/hrrr_control_restart_dyn32_phy32 Checking test 117 hrrr_control_restart_dyn32_phy32 results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK @@ -4129,14 +4129,14 @@ Checking test 117 hrrr_control_restart_dyn32_phy32 results .... Comparing RESTART/20210322.180000.sfc_data.tile5.nc .........OK Comparing RESTART/20210322.180000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 103.415718 - 0: The maximum resident set size (KB) = 869096 + 0: The total amount of wall time = 102.336733 + 0: The maximum resident set size (KB) = 868344 Test 117 hrrr_control_restart_dyn32_phy32 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/rap_control_dyn64_phy32 -working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_6350/rap_control_dyn64_phy32 +working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_137759/rap_control_dyn64_phy32 Checking test 118 rap_control_dyn64_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -4183,81 +4183,81 @@ Checking test 118 rap_control_dyn64_phy32 results .... Comparing RESTART/20210322.180000.sfc_data.tile5.nc .........OK Comparing RESTART/20210322.180000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 250.548117 - 0: The maximum resident set size (KB) = 975360 + 0: The total amount of wall time = 276.146607 + 0: The maximum resident set size (KB) = 972832 Test 118 rap_control_dyn64_phy32 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/rap_control_debug_dyn32_phy32 -working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_6350/rap_control_debug_dyn32_phy32 +working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_137759/rap_control_debug_dyn32_phy32 Checking test 119 rap_control_debug_dyn32_phy32 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.325041 - 0: The maximum resident set size (KB) = 1059336 + 0: The total amount of wall time = 275.967615 + 0: The maximum resident set size (KB) = 1060872 Test 119 rap_control_debug_dyn32_phy32 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/hrrr_control_debug_dyn32_phy32 -working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_6350/hrrr_control_debug_dyn32_phy32 +working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_137759/hrrr_control_debug_dyn32_phy32 Checking test 120 hrrr_control_debug_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 282.257416 - 0: The maximum resident set size (KB) = 1053436 + 0: The total amount of wall time = 268.454857 + 0: The maximum resident set size (KB) = 1057460 Test 120 hrrr_control_debug_dyn32_phy32 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/rap_control_debug_dyn64_phy32 -working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_6350/rap_control_dyn64_phy32_debug +working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_137759/rap_control_dyn64_phy32_debug Checking test 121 rap_control_dyn64_phy32_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 = 285.234600 - 0: The maximum resident set size (KB) = 1103200 + 0: The total amount of wall time = 285.853197 + 0: The maximum resident set size (KB) = 1092604 Test 121 rap_control_dyn64_phy32_debug PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/hafs_regional_atm -working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_6350/hafs_regional_atm +working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_137759/hafs_regional_atm Checking test 122 hafs_regional_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing HURPRS.GrbF06 .........OK - 0: The total amount of wall time = 269.737592 - 0: The maximum resident set size (KB) = 1055196 + 0: The total amount of wall time = 312.887134 + 0: The maximum resident set size (KB) = 1053460 Test 122 hafs_regional_atm PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/hafs_regional_atm_thompson_gfdlsf -working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_6350/hafs_regional_atm_thompson_gfdlsf +working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_137759/hafs_regional_atm_thompson_gfdlsf Checking test 123 hafs_regional_atm_thompson_gfdlsf results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK - 0: The total amount of wall time = 398.032081 - 0: The maximum resident set size (KB) = 1422116 + 0: The total amount of wall time = 467.225919 + 0: The maximum resident set size (KB) = 1424704 Test 123 hafs_regional_atm_thompson_gfdlsf PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/hafs_regional_atm_ocn -working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_6350/hafs_regional_atm_ocn +working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_137759/hafs_regional_atm_ocn Checking test 124 hafs_regional_atm_ocn results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -4266,14 +4266,14 @@ Checking test 124 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 = 386.481844 - 0: The maximum resident set size (KB) = 1229488 + 0: The total amount of wall time = 417.792851 + 0: The maximum resident set size (KB) = 1230944 Test 124 hafs_regional_atm_ocn PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/hafs_regional_atm_wav -working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_6350/hafs_regional_atm_wav +working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_137759/hafs_regional_atm_wav Checking test 125 hafs_regional_atm_wav results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -4282,14 +4282,14 @@ Checking test 125 hafs_regional_atm_wav results .... Comparing ufs.hafs.ww3.r.2019-08-29-21600 .........OK Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK - 0: The total amount of wall time = 733.354407 - 0: The maximum resident set size (KB) = 1261740 + 0: The total amount of wall time = 800.225245 + 0: The maximum resident set size (KB) = 1260232 Test 125 hafs_regional_atm_wav PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/hafs_regional_atm_ocn_wav -working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_6350/hafs_regional_atm_ocn_wav +working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_137759/hafs_regional_atm_ocn_wav Checking test 126 hafs_regional_atm_ocn_wav results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -4300,28 +4300,28 @@ Checking test 126 hafs_regional_atm_ocn_wav results .... Comparing ufs.hafs.ww3.r.2019-08-29-21600 .........OK Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK - 0: The total amount of wall time = 832.389094 - 0: The maximum resident set size (KB) = 1282792 + 0: The total amount of wall time = 835.929364 + 0: The maximum resident set size (KB) = 1279908 Test 126 hafs_regional_atm_ocn_wav PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/hafs_regional_1nest_atm -working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_6350/hafs_regional_1nest_atm +working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_137759/hafs_regional_1nest_atm Checking test 127 hafs_regional_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 = 365.599015 - 0: The maximum resident set size (KB) = 513020 + 0: The total amount of wall time = 381.244364 + 0: The maximum resident set size (KB) = 505840 Test 127 hafs_regional_1nest_atm PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/hafs_regional_telescopic_2nests_atm -working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_6350/hafs_regional_telescopic_2nests_atm +working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_137759/hafs_regional_telescopic_2nests_atm Checking test 128 hafs_regional_telescopic_2nests_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -4330,28 +4330,28 @@ Checking test 128 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 = 415.958286 - 0: The maximum resident set size (KB) = 515156 + 0: The total amount of wall time = 414.924558 + 0: The maximum resident set size (KB) = 462512 Test 128 hafs_regional_telescopic_2nests_atm PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/hafs_global_1nest_atm -working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_6350/hafs_global_1nest_atm +working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_137759/hafs_global_1nest_atm Checking test 129 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 = 175.662200 - 0: The maximum resident set size (KB) = 357592 + 0: The total amount of wall time = 177.796777 + 0: The maximum resident set size (KB) = 353644 Test 129 hafs_global_1nest_atm PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/hafs_global_multiple_4nests_atm -working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_6350/hafs_global_multiple_4nests_atm +working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_137759/hafs_global_multiple_4nests_atm Checking test 130 hafs_global_multiple_4nests_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -4369,14 +4369,14 @@ Checking test 130 hafs_global_multiple_4nests_atm results .... Comparing HURPRS.GrbF06.nest04 .........OK Comparing HURPRS.GrbF06.nest05 .........OK - 0: The total amount of wall time = 469.955226 - 0: The maximum resident set size (KB) = 427488 + 0: The total amount of wall time = 458.244974 + 0: The maximum resident set size (KB) = 424220 Test 130 hafs_global_multiple_4nests_atm PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/hafs_regional_specified_moving_1nest_atm -working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_6350/hafs_regional_specified_moving_1nest_atm +working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_137759/hafs_regional_specified_moving_1nest_atm Checking test 131 hafs_regional_specified_moving_1nest_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -4385,28 +4385,28 @@ Checking test 131 hafs_regional_specified_moving_1nest_atm results .... Comparing HURPRS.GrbF06 .........OK Comparing HURPRS.GrbF06.nest02 .........OK - 0: The total amount of wall time = 229.514594 - 0: The maximum resident set size (KB) = 525540 + 0: The total amount of wall time = 228.732503 + 0: The maximum resident set size (KB) = 523224 Test 131 hafs_regional_specified_moving_1nest_atm PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/hafs_regional_storm_following_1nest_atm -working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_6350/hafs_regional_storm_following_1nest_atm +working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_137759/hafs_regional_storm_following_1nest_atm Checking test 132 hafs_regional_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 = 217.383257 - 0: The maximum resident set size (KB) = 520812 + 0: The total amount of wall time = 217.123713 + 0: The maximum resident set size (KB) = 524396 Test 132 hafs_regional_storm_following_1nest_atm PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/hafs_regional_storm_following_1nest_atm_ocn -working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_6350/hafs_regional_storm_following_1nest_atm_ocn +working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_137759/hafs_regional_storm_following_1nest_atm_ocn Checking test 133 hafs_regional_storm_following_1nest_atm_ocn results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -4415,42 +4415,42 @@ Checking test 133 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 = 288.268738 - 0: The maximum resident set size (KB) = 567400 + 0: The total amount of wall time = 286.415148 + 0: The maximum resident set size (KB) = 567684 Test 133 hafs_regional_storm_following_1nest_atm_ocn PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/hafs_global_storm_following_1nest_atm -working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_6350/hafs_global_storm_following_1nest_atm +working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_137759/hafs_global_storm_following_1nest_atm Checking test 134 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 = 67.916198 - 0: The maximum resident set size (KB) = 372756 + 0: The total amount of wall time = 68.068170 + 0: The maximum resident set size (KB) = 372676 Test 134 hafs_global_storm_following_1nest_atm PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/hafs_regional_storm_following_1nest_atm_ocn_debug -working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_6350/hafs_regional_storm_following_1nest_atm_ocn_debug +working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_137759/hafs_regional_storm_following_1nest_atm_ocn_debug Checking test 135 hafs_regional_storm_following_1nest_atm_ocn_debug results .... Comparing atmf001.nc .........OK Comparing sfcf001.nc .........OK Comparing atm.nest02.f001.nc .........OK Comparing sfc.nest02.f001.nc .........OK - 0: The total amount of wall time = 747.687513 - 0: The maximum resident set size (KB) = 587772 + 0: The total amount of wall time = 767.205881 + 0: The maximum resident set size (KB) = 586256 Test 135 hafs_regional_storm_following_1nest_atm_ocn_debug PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/hafs_regional_storm_following_1nest_atm_ocn_wav -working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_6350/hafs_regional_storm_following_1nest_atm_ocn_wav +working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_137759/hafs_regional_storm_following_1nest_atm_ocn_wav Checking test 136 hafs_regional_storm_following_1nest_atm_ocn_wav results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -4461,14 +4461,14 @@ Checking test 136 hafs_regional_storm_following_1nest_atm_ocn_wav results .... Comparing 20200825.180000.out_grd.ww3 .........OK Comparing 20200825.180000.out_pnt.ww3 .........OK - 0: The total amount of wall time = 542.186519 - 0: The maximum resident set size (KB) = 617936 + 0: The total amount of wall time = 535.659874 + 0: The maximum resident set size (KB) = 620276 Test 136 hafs_regional_storm_following_1nest_atm_ocn_wav PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/hafs_regional_docn -working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_6350/hafs_regional_docn +working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_137759/hafs_regional_docn Checking test 137 hafs_regional_docn results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -4476,14 +4476,14 @@ Checking test 137 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 = 360.868688 - 0: The maximum resident set size (KB) = 1231964 + 0: The total amount of wall time = 361.940368 + 0: The maximum resident set size (KB) = 1234596 Test 137 hafs_regional_docn PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/hafs_regional_docn_oisst -working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_6350/hafs_regional_docn_oisst +working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_137759/hafs_regional_docn_oisst Checking test 138 hafs_regional_docn_oisst results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -4491,131 +4491,131 @@ Checking test 138 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 = 359.140965 - 0: The maximum resident set size (KB) = 1230980 + 0: The total amount of wall time = 359.957137 + 0: The maximum resident set size (KB) = 1228128 Test 138 hafs_regional_docn_oisst PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/hafs_regional_datm_cdeps -working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_6350/hafs_regional_datm_cdeps +working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_137759/hafs_regional_datm_cdeps Checking test 139 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 = 945.569260 - 0: The maximum resident set size (KB) = 1045080 + 0: The total amount of wall time = 935.386400 + 0: The maximum resident set size (KB) = 1038440 Test 139 hafs_regional_datm_cdeps PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/datm_cdeps_control_cfsr -working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_6350/datm_cdeps_control_cfsr +working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_137759/datm_cdeps_control_cfsr Checking test 140 datm_cdeps_control_cfsr results .... Comparing RESTART/20111002.000000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 146.198151 - 0: The maximum resident set size (KB) = 1058448 + 0: The total amount of wall time = 146.301524 + 0: The maximum resident set size (KB) = 1069068 Test 140 datm_cdeps_control_cfsr PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/datm_cdeps_control_cfsr -working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_6350/datm_cdeps_restart_cfsr +working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_137759/datm_cdeps_restart_cfsr Checking test 141 datm_cdeps_restart_cfsr results .... Comparing RESTART/20111002.000000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 91.947296 - 0: The maximum resident set size (KB) = 1008020 + 0: The total amount of wall time = 89.795551 + 0: The maximum resident set size (KB) = 1027020 Test 141 datm_cdeps_restart_cfsr PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/datm_cdeps_control_gefs -working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_6350/datm_cdeps_control_gefs +working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_137759/datm_cdeps_control_gefs Checking test 142 datm_cdeps_control_gefs results .... Comparing RESTART/20111002.000000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS_NEW.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 146.022056 - 0: The maximum resident set size (KB) = 959064 + 0: The total amount of wall time = 145.340231 + 0: The maximum resident set size (KB) = 967048 Test 142 datm_cdeps_control_gefs PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/datm_cdeps_iau_gefs -working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_6350/datm_cdeps_iau_gefs +working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_137759/datm_cdeps_iau_gefs Checking test 143 datm_cdeps_iau_gefs results .... Comparing RESTART/20111002.000000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS_NEW.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 145.581507 - 0: The maximum resident set size (KB) = 968112 + 0: The total amount of wall time = 146.731199 + 0: The maximum resident set size (KB) = 960924 Test 143 datm_cdeps_iau_gefs PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/datm_cdeps_stochy_gefs -working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_6350/datm_cdeps_stochy_gefs +working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_137759/datm_cdeps_stochy_gefs Checking test 144 datm_cdeps_stochy_gefs results .... Comparing RESTART/20111002.000000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS_NEW.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 142.841358 - 0: The maximum resident set size (KB) = 976704 + 0: The total amount of wall time = 148.690260 + 0: The maximum resident set size (KB) = 970292 Test 144 datm_cdeps_stochy_gefs PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/datm_cdeps_ciceC_cfsr -working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_6350/datm_cdeps_ciceC_cfsr +working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_137759/datm_cdeps_ciceC_cfsr Checking test 145 datm_cdeps_ciceC_cfsr results .... Comparing RESTART/20111002.000000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 144.747532 - 0: The maximum resident set size (KB) = 1074384 + 0: The total amount of wall time = 146.904658 + 0: The maximum resident set size (KB) = 1065564 Test 145 datm_cdeps_ciceC_cfsr PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/datm_cdeps_bulk_cfsr -working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_6350/datm_cdeps_bulk_cfsr +working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_137759/datm_cdeps_bulk_cfsr Checking test 146 datm_cdeps_bulk_cfsr results .... Comparing RESTART/20111002.000000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 147.278170 - 0: The maximum resident set size (KB) = 1071232 + 0: The total amount of wall time = 144.742426 + 0: The maximum resident set size (KB) = 1077088 Test 146 datm_cdeps_bulk_cfsr PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/datm_cdeps_bulk_gefs -working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_6350/datm_cdeps_bulk_gefs +working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_137759/datm_cdeps_bulk_gefs Checking test 147 datm_cdeps_bulk_gefs results .... Comparing RESTART/20111002.000000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS_NEW.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 146.761412 - 0: The maximum resident set size (KB) = 972640 + 0: The total amount of wall time = 145.280203 + 0: The maximum resident set size (KB) = 964556 Test 147 datm_cdeps_bulk_gefs PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/datm_cdeps_mx025_cfsr -working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_6350/datm_cdeps_mx025_cfsr +working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_137759/datm_cdeps_mx025_cfsr Checking test 148 datm_cdeps_mx025_cfsr results .... Comparing RESTART/20111001.120000.MOM.res.nc .........OK Comparing RESTART/20111001.120000.MOM.res_1.nc .........OK @@ -4624,14 +4624,14 @@ Checking test 148 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 = 446.164853 - 0: The maximum resident set size (KB) = 881144 + 0: The total amount of wall time = 432.216900 + 0: The maximum resident set size (KB) = 883584 Test 148 datm_cdeps_mx025_cfsr PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/datm_cdeps_mx025_gefs -working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_6350/datm_cdeps_mx025_gefs +working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_137759/datm_cdeps_mx025_gefs Checking test 149 datm_cdeps_mx025_gefs results .... Comparing RESTART/20111001.120000.MOM.res.nc .........OK Comparing RESTART/20111001.120000.MOM.res_1.nc .........OK @@ -4640,77 +4640,77 @@ Checking test 149 datm_cdeps_mx025_gefs results .... Comparing RESTART/iced.2011-10-01-43200.nc .........OK Comparing RESTART/DATM_GEFS_NEW.cpl.r.2011-10-01-43200.nc .........OK - 0: The total amount of wall time = 447.343849 - 0: The maximum resident set size (KB) = 926128 + 0: The total amount of wall time = 452.654056 + 0: The maximum resident set size (KB) = 929892 Test 149 datm_cdeps_mx025_gefs PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/datm_cdeps_control_cfsr -working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_6350/datm_cdeps_multiple_files_cfsr +working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_137759/datm_cdeps_multiple_files_cfsr Checking test 150 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 = 149.634590 - 0: The maximum resident set size (KB) = 1055320 + 0: The total amount of wall time = 143.535851 + 0: The maximum resident set size (KB) = 1074024 Test 150 datm_cdeps_multiple_files_cfsr PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/datm_cdeps_3072x1536_cfsr -working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_6350/datm_cdeps_3072x1536_cfsr +working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_137759/datm_cdeps_3072x1536_cfsr Checking test 151 datm_cdeps_3072x1536_cfsr results .... Comparing RESTART/20111002.000000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR3072x1536.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 197.917689 - 0: The maximum resident set size (KB) = 2365664 + 0: The total amount of wall time = 200.885737 + 0: The maximum resident set size (KB) = 2357588 Test 151 datm_cdeps_3072x1536_cfsr PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/datm_cdeps_gfs -working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_6350/datm_cdeps_gfs +working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_137759/datm_cdeps_gfs Checking test 152 datm_cdeps_gfs results .... Comparing RESTART/20210323.060000.MOM.res.nc .........OK Comparing RESTART/iced.2021-03-23-21600.nc .........OK Comparing RESTART/DATM_GFS.cpl.r.2021-03-23-21600.nc .........OK - 0: The total amount of wall time = 198.168709 - 0: The maximum resident set size (KB) = 2359908 + 0: The total amount of wall time = 200.305562 + 0: The maximum resident set size (KB) = 2352240 Test 152 datm_cdeps_gfs PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/datm_cdeps_debug_cfsr -working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_6350/datm_cdeps_debug_cfsr +working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_137759/datm_cdeps_debug_cfsr Checking test 153 datm_cdeps_debug_cfsr results .... Comparing RESTART/20111001.060000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-01-21600.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-01-21600.nc .........OK - 0: The total amount of wall time = 354.017644 - 0: The maximum resident set size (KB) = 991668 + 0: The total amount of wall time = 358.782533 + 0: The maximum resident set size (KB) = 995112 Test 153 datm_cdeps_debug_cfsr PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/datm_cdeps_control_cfsr_faster -working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_6350/datm_cdeps_control_cfsr_faster +working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_137759/datm_cdeps_control_cfsr_faster Checking test 154 datm_cdeps_control_cfsr_faster results .... Comparing RESTART/20111002.000000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 143.991181 - 0: The maximum resident set size (KB) = 1070184 + 0: The total amount of wall time = 151.496396 + 0: The maximum resident set size (KB) = 1028396 Test 154 datm_cdeps_control_cfsr_faster PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/datm_cdeps_lnd_gswp3 -working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_6350/datm_cdeps_lnd_gswp3 +working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_137759/datm_cdeps_lnd_gswp3 Checking test 155 datm_cdeps_lnd_gswp3 results .... Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile1.nc .........OK Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile2.nc .........OK @@ -4719,14 +4719,14 @@ Checking test 155 datm_cdeps_lnd_gswp3 results .... Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile5.nc .........OK Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile6.nc .........OK - 0: The total amount of wall time = 7.030856 - 0: The maximum resident set size (KB) = 261612 + 0: The total amount of wall time = 7.421626 + 0: The maximum resident set size (KB) = 260444 Test 155 datm_cdeps_lnd_gswp3 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/datm_cdeps_lnd_gswp3 -working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_6350/datm_cdeps_lnd_gswp3_rst +working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_137759/datm_cdeps_lnd_gswp3_rst Checking test 156 datm_cdeps_lnd_gswp3_rst results .... Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile1.nc .........OK Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile2.nc .........OK @@ -4735,14 +4735,14 @@ Checking test 156 datm_cdeps_lnd_gswp3_rst results .... Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile5.nc .........OK Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile6.nc .........OK - 0: The total amount of wall time = 13.267089 - 0: The maximum resident set size (KB) = 284856 + 0: The total amount of wall time = 18.881271 + 0: The maximum resident set size (KB) = 273100 Test 156 datm_cdeps_lnd_gswp3_rst PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/control_p8_atmlnd_sbs -working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_6350/control_p8_atmlnd_sbs +working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_137759/control_p8_atmlnd_sbs Checking test 157 control_p8_atmlnd_sbs results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK @@ -4827,14 +4827,14 @@ Checking test 157 control_p8_atmlnd_sbs results .... Comparing ufs.cpld.lnd.out.2021-03-23-21600.tile5.nc .........OK Comparing ufs.cpld.lnd.out.2021-03-23-21600.tile6.nc .........OK - 0: The total amount of wall time = 203.681403 - 0: The maximum resident set size (KB) = 1606260 + 0: The total amount of wall time = 208.973431 + 0: The maximum resident set size (KB) = 1615744 Test 157 control_p8_atmlnd_sbs PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/atmwav_control_noaero_p8 -working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_6350/atmwav_control_noaero_p8 +working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_137759/atmwav_control_noaero_p8 Checking test 158 atmwav_control_noaero_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -4877,14 +4877,14 @@ Checking test 158 atmwav_control_noaero_p8 results .... Comparing 20210322.180000.out_grd.ww3 .........OK Comparing ufs.atmw.ww3.r.2021-03-22-64800 .........OK - 0: The total amount of wall time = 93.705737 - 0: The maximum resident set size (KB) = 1645460 + 0: The total amount of wall time = 95.535265 + 0: The maximum resident set size (KB) = 1637160 Test 158 atmwav_control_noaero_p8 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/control_atmwav -working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_6350/control_atmwav +working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_137759/control_atmwav Checking test 159 control_atmwav results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -4928,14 +4928,14 @@ Checking test 159 control_atmwav results .... Comparing RESTART/20210322.180000.sfc_data.tile6.nc .........OK Comparing 20210322.180000.restart.glo_1deg .........OK - 0: The total amount of wall time = 87.494969 - 0: The maximum resident set size (KB) = 665408 + 0: The total amount of wall time = 88.006758 + 0: The maximum resident set size (KB) = 662596 Test 159 control_atmwav PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/atmaero_control_p8 -working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_6350/atmaero_control_p8 +working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_137759/atmaero_control_p8 Checking test 160 atmaero_control_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -4979,14 +4979,14 @@ Checking test 160 atmaero_control_p8 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 227.145887 - 0: The maximum resident set size (KB) = 2975780 + 0: The total amount of wall time = 231.506948 + 0: The maximum resident set size (KB) = 2901316 Test 160 atmaero_control_p8 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/atmaero_control_p8_rad -working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_6350/atmaero_control_p8_rad +working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_137759/atmaero_control_p8_rad Checking test 161 atmaero_control_p8_rad results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -5030,14 +5030,14 @@ Checking test 161 atmaero_control_p8_rad results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 279.132207 - 0: The maximum resident set size (KB) = 3050592 + 0: The total amount of wall time = 280.125635 + 0: The maximum resident set size (KB) = 3052032 Test 161 atmaero_control_p8_rad PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/atmaero_control_p8_rad_micro -working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_6350/atmaero_control_p8_rad_micro +working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_137759/atmaero_control_p8_rad_micro Checking test 162 atmaero_control_p8_rad_micro results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -5081,14 +5081,14 @@ Checking test 162 atmaero_control_p8_rad_micro results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 286.603984 - 0: The maximum resident set size (KB) = 3055608 + 0: The total amount of wall time = 286.367837 + 0: The maximum resident set size (KB) = 3049360 Test 162 atmaero_control_p8_rad_micro PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/regional_atmaq -working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_6350/regional_atmaq +working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_137759/regional_atmaq Checking test 163 regional_atmaq results .... Comparing sfcf000.nc .........OK Comparing sfcf003.nc .........OK @@ -5104,14 +5104,14 @@ Checking test 163 regional_atmaq results .... Comparing RESTART/20190801.180000.phy_data.nc .........OK Comparing RESTART/20190801.180000.sfc_data.nc .........OK - 0: The total amount of wall time = 615.116390 - 0: The maximum resident set size (KB) = 1478476 + 0: The total amount of wall time = 625.820746 + 0: The maximum resident set size (KB) = 1479892 Test 163 regional_atmaq PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/regional_atmaq_debug -working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_6350/regional_atmaq_debug +working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_137759/regional_atmaq_debug Checking test 164 regional_atmaq_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -5125,14 +5125,14 @@ Checking test 164 regional_atmaq_debug results .... Comparing RESTART/20190801.130000.phy_data.nc .........OK Comparing RESTART/20190801.130000.sfc_data.nc .........OK - 0: The total amount of wall time = 1205.516766 - 0: The maximum resident set size (KB) = 1401464 + 0: The total amount of wall time = 1240.038893 + 0: The maximum resident set size (KB) = 1398692 Test 164 regional_atmaq_debug PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/regional_atmaq_faster -working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_6350/regional_atmaq_faster +working dir = /work/noaa/epic-ps/jongkim/rt-1702/stmp/jongkim/FV3_RT/rt_137759/regional_atmaq_faster Checking test 165 regional_atmaq_faster results .... Comparing sfcf000.nc .........OK Comparing sfcf003.nc .........OK @@ -5148,12 +5148,12 @@ Checking test 165 regional_atmaq_faster results .... Comparing RESTART/20190801.180000.phy_data.nc .........OK Comparing RESTART/20190801.180000.sfc_data.nc .........OK - 0: The total amount of wall time = 541.524071 - 0: The maximum resident set size (KB) = 1474248 + 0: The total amount of wall time = 545.173445 + 0: The maximum resident set size (KB) = 1481952 Test 165 regional_atmaq_faster PASS REGRESSION TEST WAS SUCCESSFUL -Sat Apr 22 14:16:41 CDT 2023 -Elapsed time: 01h:14m:53s. Have a nice day! +Tue Apr 25 10:19:11 CDT 2023 +Elapsed time: 01h:15m:56s. Have a nice day! From 8e80a72db11879426dc17f4281996e4ebf9b0b94 Mon Sep 17 00:00:00 2001 From: zach1221 Date: Tue, 25 Apr 2023 14:41:54 -0600 Subject: [PATCH 147/152] add cheyenne.intel RT logs: passed --- tests/RegressionTests_cheyenne.intel.log | 2461 +++++++++++----------- 1 file changed, 1214 insertions(+), 1247 deletions(-) diff --git a/tests/RegressionTests_cheyenne.intel.log b/tests/RegressionTests_cheyenne.intel.log index 7b27868dd6..be6ab9d4c4 100644 --- a/tests/RegressionTests_cheyenne.intel.log +++ b/tests/RegressionTests_cheyenne.intel.log @@ -1,43 +1,43 @@ -Fri Apr 21 13:23:30 MDT 2023 +Tue Apr 25 09:05:52 MDT 2023 Start Regression test -Compile 001 elapsed time 1474 seconds. -DAPP=S2SWA -D32BIT=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 002 elapsed time 1515 seconds. -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 003 elapsed time 1390 seconds. -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 004 elapsed time 455 seconds. -DAPP=S2SWA -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile 005 elapsed time 390 seconds. -DAPP=S2SW -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile 006 elapsed time 1071 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8_sfcocn -DCMEPS_AOFLUX=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 007 elapsed time 1096 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 008 elapsed time 1804 seconds. -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 009 elapsed time 1075 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,FV3_WoFS_v0,FV3_GFS_v17_p8_mynn -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 010 elapsed time 969 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_RRFS_v1beta,FV3_RRFS_v1nssl -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 011 elapsed time 932 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_csawmg,FV3_GFS_v16_ugwpv1,FV3_GFS_v16_ras,FV3_GFS_v16_noahmp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 012 elapsed time 818 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 013 elapsed time 1263 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,FV3_WoFS_v0 -D32BIT=ON -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 014 elapsed time 397 seconds. -DAPP=ATM -DDEBUG=ON -D32BIT=ON -DCCPP_SUITES=FV3_HRRR,FV3_GFS_v16,FV3_GFS_v16_csawmg,FV3_GFS_v16_ras,FV3_GFS_v17_p8,FV3_GFS_v15_thompson_mynn_lam3km,FV3_RAP,FV3_HRRR,FV3_RAP_unified_ugwp,FV3_RAP_cires_ugwp,FV3_RAP_flake,FV3_RAP_noah,FV3_RAP_sfcdiff,FV3_RAP_noah_sfcdiff_cires_ugwp,FV3_RRFS_v1beta -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 015 elapsed time 262 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 016 elapsed time 833 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -D32BIT=ON -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 017 elapsed time 833 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 018 elapsed time 269 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -D32BIT=ON -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 019 elapsed time 271 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 020 elapsed time 1114 seconds. -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v1_gfdlmp_tedmf,FV3_HAFS_v1_gfdlmp_tedmf_nonsst,FV3_HAFS_v1_thompson_tedmf_gfdlsf -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 021 elapsed time 340 seconds. -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v1_gfdlmp_tedmf,FV3_HAFS_v1_gfdlmp_tedmf_nonsst,FV3_HAFS_v1_thompson_tedmf_gfdlsf -D32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 022 elapsed time 1580 seconds. -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v1_thompson_noahmp_nonsst,FV3_HAFS_v1_thompson_noahmp,FV3_HAFS_v1_thompson_nonsst,FV3_HAFS_v1_thompson,FV3_HAFS_v1_gfdlmp_tedmf_nonsst,FV3_HAFS_v1_gfdlmp_tedmf,FV3_HAFS_v1_thompson_tedmf_gfdlsf -D32BIT=ON -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 023 elapsed time 1105 seconds. -DAPP=HAFS-ALL -DCCPP_SUITES=FV3_HAFS_v1_gfdlmp_tedmf,FV3_HAFS_v1_gfdlmp_tedmf_nonsst -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 024 elapsed time 430 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 025 elapsed time 195 seconds. -DAPP=NG-GODAS -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile 026 elapsed time 429 seconds. -DAPP=NG-GODAS -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 027 elapsed time 110 seconds. -DAPP=LND -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 028 elapsed time 961 seconds. -DAPP=ATML -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v15_thompson_mynn,FV3_GFS_v17_p8,FV3_GFS_v15_thompson_mynn_lam3km -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 029 elapsed time 989 seconds. -DAPP=ATMW -DCCPP_SUITES=FV3_GFS_v17_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 030 elapsed time 1015 seconds. -DAPP=ATMWM -DCCPP_SUITES=FV3_GFS_v16 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 031 elapsed time 907 seconds. -DAPP=ATMAERO -DCCPP_SUITES=FV3_GFS_v17_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 032 elapsed time 873 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 033 elapsed time 288 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -DDEBUG=ON -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 034 elapsed time 1020 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -DFASTER=ON -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release - -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230418/INTEL/cpld_control_p8_mixedmode -working dir = /glade/scratch/epicufsrt/FV3_RT/rt_7309/cpld_control_p8_mixedmode +Compile 001 elapsed time 1574 seconds. -DAPP=S2SWA -D32BIT=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 002 elapsed time 1502 seconds. -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 003 elapsed time 1416 seconds. -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 004 elapsed time 460 seconds. -DAPP=S2SWA -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile 005 elapsed time 397 seconds. -DAPP=S2SW -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile 006 elapsed time 1150 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8_sfcocn -DCMEPS_AOFLUX=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 007 elapsed time 1137 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 008 elapsed time 1507 seconds. -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 009 elapsed time 1157 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v16_flake,FV3_GFS_v15_thompson_mynn,FV3_GFS_v17_p8,FV3_GFS_v17_p8_rrtmgp,FV3_GFS_v15_thompson_mynn_lam3km,FV3_WoFS_v0,FV3_GFS_v17_p8_mynn -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 010 elapsed time 1056 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_HRRR_flake,FV3_RRFS_v1beta,FV3_RRFS_v1nssl -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 011 elapsed time 1009 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_csawmg,FV3_GFS_v16_ugwpv1,FV3_GFS_v16_ras,FV3_GFS_v16_noahmp -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 012 elapsed time 884 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 013 elapsed time 1354 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,FV3_WoFS_v0 -D32BIT=ON -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 014 elapsed time 437 seconds. -DAPP=ATM -DDEBUG=ON -D32BIT=ON -DCCPP_SUITES=FV3_HRRR,FV3_HRRR_flake,FV3_GFS_v16,FV3_GFS_v16_csawmg,FV3_GFS_v16_ras,FV3_GFS_v17_p8,FV3_GFS_v15_thompson_mynn_lam3km,FV3_RAP,FV3_HRRR,FV3_RAP_unified_ugwp,FV3_RAP_cires_ugwp,FV3_RAP_flake,FV3_RAP_clm_lake,FV3_RAP_noah,FV3_RAP_sfcdiff,FV3_RAP_noah_sfcdiff_cires_ugwp,FV3_RRFS_v1beta -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 015 elapsed time 277 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 016 elapsed time 939 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR,FV3_HRRR_flake -D32BIT=ON -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 017 elapsed time 918 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 018 elapsed time 287 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR,FV3_HRRR_flake -D32BIT=ON -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 019 elapsed time 283 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR,FV3_HRRR_flake -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 020 elapsed time 1226 seconds. -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v1_gfdlmp_tedmf,FV3_HAFS_v1_gfdlmp_tedmf_nonsst,FV3_HAFS_v1_thompson_tedmf_gfdlsf -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 021 elapsed time 351 seconds. -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v1_gfdlmp_tedmf,FV3_HAFS_v1_gfdlmp_tedmf_nonsst,FV3_HAFS_v1_thompson_tedmf_gfdlsf -D32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 022 elapsed time 1639 seconds. -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v1_thompson_noahmp_nonsst,FV3_HAFS_v1_thompson_noahmp,FV3_HAFS_v1_thompson_nonsst,FV3_HAFS_v1_thompson,FV3_HAFS_v1_gfdlmp_tedmf_nonsst,FV3_HAFS_v1_gfdlmp_tedmf,FV3_HAFS_v1_thompson_tedmf_gfdlsf -D32BIT=ON -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 023 elapsed time 1196 seconds. -DAPP=HAFS-ALL -DCCPP_SUITES=FV3_HAFS_v1_gfdlmp_tedmf,FV3_HAFS_v1_gfdlmp_tedmf_nonsst -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 024 elapsed time 427 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 025 elapsed time 191 seconds. -DAPP=NG-GODAS -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile 026 elapsed time 424 seconds. -DAPP=NG-GODAS -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 027 elapsed time 105 seconds. -DAPP=LND -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 028 elapsed time 1029 seconds. -DAPP=ATML -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v15_thompson_mynn,FV3_GFS_v17_p8,FV3_GFS_v15_thompson_mynn_lam3km -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 029 elapsed time 1074 seconds. -DAPP=ATMW -DCCPP_SUITES=FV3_GFS_v17_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 030 elapsed time 1093 seconds. -DAPP=ATMWM -DCCPP_SUITES=FV3_GFS_v16 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 031 elapsed time 979 seconds. -DAPP=ATMAERO -DCCPP_SUITES=FV3_GFS_v17_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 032 elapsed time 940 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 033 elapsed time 305 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -DDEBUG=ON -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 034 elapsed time 1102 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -DFASTER=ON -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release + +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/INTEL/cpld_control_p8_mixedmode +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_10010/cpld_control_p8_mixedmode Checking test 001 cpld_control_p8_mixedmode results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -102,14 +102,14 @@ Checking test 001 cpld_control_p8_mixedmode results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK -0:The total amount of wall time = 324.519956 -0:The maximum resident set size (KB) = 2698440 +0:The total amount of wall time = 319.142246 +0:The maximum resident set size (KB) = 2699076 Test 001 cpld_control_p8_mixedmode PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230418/INTEL/cpld_control_gfsv17 -working dir = /glade/scratch/epicufsrt/FV3_RT/rt_7309/cpld_control_gfsv17 +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/INTEL/cpld_control_gfsv17 +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_10010/cpld_control_gfsv17 Checking test 002 cpld_control_gfsv17 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -173,14 +173,14 @@ Checking test 002 cpld_control_gfsv17 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK -0:The total amount of wall time = 283.118296 -0:The maximum resident set size (KB) = 1437688 +0:The total amount of wall time = 282.091307 +0:The maximum resident set size (KB) = 1437752 Test 002 cpld_control_gfsv17 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230418/INTEL/cpld_control_p8 -working dir = /glade/scratch/epicufsrt/FV3_RT/rt_7309/cpld_control_p8 +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/INTEL/cpld_control_p8 +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_10010/cpld_control_p8 Checking test 003 cpld_control_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -245,14 +245,14 @@ Checking test 003 cpld_control_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK -0:The total amount of wall time = 322.808786 -0:The maximum resident set size (KB) = 2715196 +0:The total amount of wall time = 322.872873 +0:The maximum resident set size (KB) = 2715328 Test 003 cpld_control_p8 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230418/INTEL/cpld_control_p8 -working dir = /glade/scratch/epicufsrt/FV3_RT/rt_7309/cpld_restart_p8 +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/INTEL/cpld_control_p8 +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_10010/cpld_restart_p8 Checking test 004 cpld_restart_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -305,14 +305,14 @@ Checking test 004 cpld_restart_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK -0:The total amount of wall time = 186.085532 -0:The maximum resident set size (KB) = 2576488 +0:The total amount of wall time = 179.073898 +0:The maximum resident set size (KB) = 2576904 Test 004 cpld_restart_p8 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230418/INTEL/cpld_control_p8 -working dir = /glade/scratch/epicufsrt/FV3_RT/rt_7309/cpld_control_qr_p8 +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/INTEL/cpld_control_p8 +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_10010/cpld_control_qr_p8 Checking test 005 cpld_control_qr_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -377,14 +377,14 @@ Checking test 005 cpld_control_qr_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK -0:The total amount of wall time = 320.882650 -0:The maximum resident set size (KB) = 2719364 +0:The total amount of wall time = 326.391025 +0:The maximum resident set size (KB) = 2719892 Test 005 cpld_control_qr_p8 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230418/INTEL/cpld_control_p8 -working dir = /glade/scratch/epicufsrt/FV3_RT/rt_7309/cpld_restart_qr_p8 +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/INTEL/cpld_control_p8 +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_10010/cpld_restart_qr_p8 Checking test 006 cpld_restart_qr_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -437,14 +437,14 @@ Checking test 006 cpld_restart_qr_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK -0:The total amount of wall time = 200.080221 -0:The maximum resident set size (KB) = 2593640 +0:The total amount of wall time = 193.005260 +0:The maximum resident set size (KB) = 2593124 Test 006 cpld_restart_qr_p8 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230418/INTEL/cpld_control_p8 -working dir = /glade/scratch/epicufsrt/FV3_RT/rt_7309/cpld_2threads_p8 +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/INTEL/cpld_control_p8 +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_10010/cpld_2threads_p8 Checking test 007 cpld_2threads_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -497,14 +497,14 @@ Checking test 007 cpld_2threads_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK -0:The total amount of wall time = 250.324959 -0:The maximum resident set size (KB) = 3178164 +0:The total amount of wall time = 250.366377 +0:The maximum resident set size (KB) = 3177784 Test 007 cpld_2threads_p8 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230418/INTEL/cpld_control_p8 -working dir = /glade/scratch/epicufsrt/FV3_RT/rt_7309/cpld_decomp_p8 +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/INTEL/cpld_control_p8 +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_10010/cpld_decomp_p8 Checking test 008 cpld_decomp_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -557,14 +557,14 @@ Checking test 008 cpld_decomp_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK -0:The total amount of wall time = 321.796032 -0:The maximum resident set size (KB) = 2720236 +0:The total amount of wall time = 320.186557 +0:The maximum resident set size (KB) = 2720480 Test 008 cpld_decomp_p8 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230418/INTEL/cpld_control_p8 -working dir = /glade/scratch/epicufsrt/FV3_RT/rt_7309/cpld_mpi_p8 +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/INTEL/cpld_control_p8 +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_10010/cpld_mpi_p8 Checking test 009 cpld_mpi_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -617,14 +617,14 @@ Checking test 009 cpld_mpi_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK -0:The total amount of wall time = 278.563096 -0:The maximum resident set size (KB) = 2680208 +0:The total amount of wall time = 268.096945 +0:The maximum resident set size (KB) = 2681604 Test 009 cpld_mpi_p8 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230418/INTEL/cpld_control_ciceC_p8 -working dir = /glade/scratch/epicufsrt/FV3_RT/rt_7309/cpld_control_ciceC_p8 +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/INTEL/cpld_control_ciceC_p8 +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_10010/cpld_control_ciceC_p8 Checking test 010 cpld_control_ciceC_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -689,14 +689,14 @@ Checking test 010 cpld_control_ciceC_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK -0:The total amount of wall time = 322.504974 -0:The maximum resident set size (KB) = 2715312 +0:The total amount of wall time = 311.391171 +0:The maximum resident set size (KB) = 2715320 Test 010 cpld_control_ciceC_p8 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230418/INTEL/cpld_control_c192_p8 -working dir = /glade/scratch/epicufsrt/FV3_RT/rt_7309/cpld_control_c192_p8 +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/INTEL/cpld_control_c192_p8 +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_10010/cpld_control_c192_p8 Checking test 011 cpld_control_c192_p8 results .... Comparing sfcf030.tile1.nc .........OK Comparing sfcf030.tile2.nc .........OK @@ -749,14 +749,14 @@ Checking test 011 cpld_control_c192_p8 results .... Comparing 20210323.120000.out_grd.ww3 .........OK Comparing 20210323.120000.out_pnt.ww3 .........OK -0:The total amount of wall time = 635.473410 -0:The maximum resident set size (KB) = 3351932 +0:The total amount of wall time = 627.702178 +0:The maximum resident set size (KB) = 3352088 Test 011 cpld_control_c192_p8 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230418/INTEL/cpld_control_c192_p8 -working dir = /glade/scratch/epicufsrt/FV3_RT/rt_7309/cpld_restart_c192_p8 +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/INTEL/cpld_control_c192_p8 +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_10010/cpld_restart_c192_p8 Checking test 012 cpld_restart_c192_p8 results .... Comparing sfcf030.tile1.nc .........OK Comparing sfcf030.tile2.nc .........OK @@ -809,14 +809,14 @@ Checking test 012 cpld_restart_c192_p8 results .... Comparing 20210323.120000.out_grd.ww3 .........OK Comparing 20210323.120000.out_pnt.ww3 .........OK -0:The total amount of wall time = 386.942961 -0:The maximum resident set size (KB) = 3276112 +0:The total amount of wall time = 382.339707 +0:The maximum resident set size (KB) = 3276816 Test 012 cpld_restart_c192_p8 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230418/INTEL/cpld_control_noaero_p8 -working dir = /glade/scratch/epicufsrt/FV3_RT/rt_7309/cpld_control_noaero_p8 +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/INTEL/cpld_control_noaero_p8 +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_10010/cpld_control_noaero_p8 Checking test 013 cpld_control_noaero_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -880,14 +880,14 @@ Checking test 013 cpld_control_noaero_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK -0:The total amount of wall time = 287.924072 -0:The maximum resident set size (KB) = 1435696 +0:The total amount of wall time = 294.515743 +0:The maximum resident set size (KB) = 1436000 Test 013 cpld_control_noaero_p8 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230418/INTEL/cpld_control_c96_noaero_p8 -working dir = /glade/scratch/epicufsrt/FV3_RT/rt_7309/cpld_control_nowave_noaero_p8 +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/INTEL/cpld_control_c96_noaero_p8 +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_10010/cpld_control_nowave_noaero_p8 Checking test 014 cpld_control_nowave_noaero_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -949,14 +949,14 @@ Checking test 014 cpld_control_nowave_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 = 198.067762 -0:The maximum resident set size (KB) = 1453008 +0:The total amount of wall time = 189.305163 +0:The maximum resident set size (KB) = 1453540 Test 014 cpld_control_nowave_noaero_p8 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230418/INTEL/cpld_debug_p8 -working dir = /glade/scratch/epicufsrt/FV3_RT/rt_7309/cpld_debug_p8 +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/INTEL/cpld_debug_p8 +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_10010/cpld_debug_p8 Checking test 015 cpld_debug_p8 results .... Comparing sfcf003.tile1.nc .........OK Comparing sfcf003.tile2.nc .........OK @@ -1009,14 +1009,14 @@ Checking test 015 cpld_debug_p8 results .... Comparing 20210322.090000.out_pnt.ww3 .........OK Comparing 20210322.090000.out_grd.ww3 .........OK -0:The total amount of wall time = 351.436859 -0:The maximum resident set size (KB) = 2778756 +0:The total amount of wall time = 354.497090 +0:The maximum resident set size (KB) = 2780228 Test 015 cpld_debug_p8 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230418/INTEL/cpld_debug_noaero_p8 -working dir = /glade/scratch/epicufsrt/FV3_RT/rt_7309/cpld_debug_noaero_p8 +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/INTEL/cpld_debug_noaero_p8 +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_10010/cpld_debug_noaero_p8 Checking test 016 cpld_debug_noaero_p8 results .... Comparing sfcf003.tile1.nc .........OK Comparing sfcf003.tile2.nc .........OK @@ -1068,14 +1068,14 @@ Checking test 016 cpld_debug_noaero_p8 results .... Comparing 20210322.090000.out_pnt.ww3 .........OK Comparing 20210322.090000.out_grd.ww3 .........OK -0:The total amount of wall time = 301.265299 -0:The maximum resident set size (KB) = 1454024 +0:The total amount of wall time = 301.086565 +0:The maximum resident set size (KB) = 1454132 Test 016 cpld_debug_noaero_p8 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230418/INTEL/cpld_control_noaero_p8_agrid -working dir = /glade/scratch/epicufsrt/FV3_RT/rt_7309/cpld_control_noaero_p8_agrid +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/INTEL/cpld_control_noaero_p8_agrid +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_10010/cpld_control_noaero_p8_agrid Checking test 017 cpld_control_noaero_p8_agrid results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -1137,14 +1137,14 @@ Checking test 017 cpld_control_noaero_p8_agrid 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 = 251.765652 -0:The maximum resident set size (KB) = 1456912 +0:The total amount of wall time = 252.488962 +0:The maximum resident set size (KB) = 1457092 Test 017 cpld_control_noaero_p8_agrid PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230418/INTEL/cpld_control_c48 -working dir = /glade/scratch/epicufsrt/FV3_RT/rt_7309/cpld_control_c48 +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/INTEL/cpld_control_c48 +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_10010/cpld_control_c48 Checking test 018 cpld_control_c48 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -1194,14 +1194,14 @@ Checking test 018 cpld_control_c48 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 = 601.613846 -0:The maximum resident set size (KB) = 2586480 +0:The total amount of wall time = 605.315782 +0:The maximum resident set size (KB) = 2587140 Test 018 cpld_control_c48 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230418/INTEL/cpld_warmstart_c48 -working dir = /glade/scratch/epicufsrt/FV3_RT/rt_7309/cpld_warmstart_c48 +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/INTEL/cpld_warmstart_c48 +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_10010/cpld_warmstart_c48 Checking test 019 cpld_warmstart_c48 results .... Comparing sfcf006.tile1.nc .........OK Comparing sfcf006.tile2.nc .........OK @@ -1251,14 +1251,14 @@ Checking test 019 cpld_warmstart_c48 results .... Comparing RESTART/iced.2021-03-23-43200.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-43200.nc .........OK -0:The total amount of wall time = 163.439060 -0:The maximum resident set size (KB) = 2601536 +0:The total amount of wall time = 161.737542 +0:The maximum resident set size (KB) = 2602592 Test 019 cpld_warmstart_c48 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230418/INTEL/cpld_warmstart_c48 -working dir = /glade/scratch/epicufsrt/FV3_RT/rt_7309/cpld_restart_c48 +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/INTEL/cpld_warmstart_c48 +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_10010/cpld_restart_c48 Checking test 020 cpld_restart_c48 results .... Comparing sfcf006.tile1.nc .........OK Comparing sfcf006.tile2.nc .........OK @@ -1308,15 +1308,33 @@ Checking test 020 cpld_restart_c48 results .... Comparing RESTART/iced.2021-03-23-43200.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-43200.nc .........OK -0:The total amount of wall time = 85.281952 -0:The maximum resident set size (KB) = 2019616 +0:The total amount of wall time = 84.844466 +0:The maximum resident set size (KB) = 2020340 Test 020 cpld_restart_c48 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230418/INTEL/control_CubedSphereGrid -working dir = /glade/scratch/epicufsrt/FV3_RT/rt_7309/control_CubedSphereGrid -Checking test 021 control_CubedSphereGrid results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/INTEL/control_flake +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_10010/control_flake +Checking test 021 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 = 221.017367 +0:The maximum resident set size (KB) = 501376 + +Test 021 control_flake PASS + + +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/INTEL/control_CubedSphereGrid +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_10010/control_CubedSphereGrid +Checking test 022 control_CubedSphereGrid results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK Comparing sfcf000.tile3.nc .........OK @@ -1342,29 +1360,29 @@ Checking test 021 control_CubedSphereGrid results .... Comparing atmf024.tile5.nc .........OK Comparing atmf024.tile6.nc .........OK -0:The total amount of wall time = 143.325584 -0:The maximum resident set size (KB) = 454260 +0:The total amount of wall time = 142.593650 +0:The maximum resident set size (KB) = 454496 -Test 021 control_CubedSphereGrid PASS +Test 022 control_CubedSphereGrid PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230418/INTEL/control_CubedSphereGrid_parallel -working dir = /glade/scratch/epicufsrt/FV3_RT/rt_7309/control_CubedSphereGrid_parallel -Checking test 022 control_CubedSphereGrid_parallel results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/INTEL/control_CubedSphereGrid_parallel +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_10010/control_CubedSphereGrid_parallel +Checking test 023 control_CubedSphereGrid_parallel results .... Comparing sfcf000.nc ............ALT CHECK......OK Comparing sfcf024.nc ............ALT CHECK......OK Comparing atmf000.nc ............ALT CHECK......OK Comparing atmf024.nc ............ALT CHECK......OK -0:The total amount of wall time = 140.253719 -0:The maximum resident set size (KB) = 454216 +0:The total amount of wall time = 140.628343 +0:The maximum resident set size (KB) = 454532 -Test 022 control_CubedSphereGrid_parallel PASS +Test 023 control_CubedSphereGrid_parallel PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230418/INTEL/control_latlon -working dir = /glade/scratch/epicufsrt/FV3_RT/rt_7309/control_latlon -Checking test 023 control_latlon results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/INTEL/control_latlon +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_10010/control_latlon +Checking test 024 control_latlon results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -1374,15 +1392,15 @@ Checking test 023 control_latlon results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -0:The total amount of wall time = 147.236305 -0:The maximum resident set size (KB) = 454296 +0:The total amount of wall time = 148.348467 +0:The maximum resident set size (KB) = 454684 -Test 023 control_latlon PASS +Test 024 control_latlon PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230418/INTEL/control_wrtGauss_netcdf_parallel -working dir = /glade/scratch/epicufsrt/FV3_RT/rt_7309/control_wrtGauss_netcdf_parallel -Checking test 024 control_wrtGauss_netcdf_parallel results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/INTEL/control_wrtGauss_netcdf_parallel +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_10010/control_wrtGauss_netcdf_parallel +Checking test 025 control_wrtGauss_netcdf_parallel results .... Comparing sfcf000.nc ............ALT CHECK......OK Comparing sfcf024.nc ............ALT CHECK......OK Comparing atmf000.nc .........OK @@ -1392,15 +1410,15 @@ Checking test 024 control_wrtGauss_netcdf_parallel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -0:The total amount of wall time = 150.193007 -0:The maximum resident set size (KB) = 454288 +0:The total amount of wall time = 150.540535 +0:The maximum resident set size (KB) = 454680 -Test 024 control_wrtGauss_netcdf_parallel PASS +Test 025 control_wrtGauss_netcdf_parallel PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230418/INTEL/control_c48 -working dir = /glade/scratch/epicufsrt/FV3_RT/rt_7309/control_c48 -Checking test 025 control_c48 results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/INTEL/control_c48 +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_10010/control_c48 +Checking test 026 control_c48 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -1438,15 +1456,15 @@ Checking test 025 control_c48 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -0:The total amount of wall time = 444.470436 -0:The maximum resident set size (KB) = 633524 +0:The total amount of wall time = 443.357985 +0:The maximum resident set size (KB) = 634316 -Test 025 control_c48 PASS +Test 026 control_c48 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230418/INTEL/control_c192 -working dir = /glade/scratch/epicufsrt/FV3_RT/rt_7309/control_c192 -Checking test 026 control_c192 results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/INTEL/control_c192 +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_10010/control_c192 +Checking test 027 control_c192 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -1456,15 +1474,15 @@ Checking test 026 control_c192 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -0:The total amount of wall time = 599.519531 -0:The maximum resident set size (KB) = 560304 +0:The total amount of wall time = 597.320944 +0:The maximum resident set size (KB) = 560252 -Test 026 control_c192 PASS +Test 027 control_c192 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230418/INTEL/control_c384 -working dir = /glade/scratch/epicufsrt/FV3_RT/rt_7309/control_c384 -Checking test 027 control_c384 results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/INTEL/control_c384 +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_10010/control_c384 +Checking test 028 control_c384 results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK Comparing atmf000.nc .........OK @@ -1474,15 +1492,15 @@ Checking test 027 control_c384 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK -0:The total amount of wall time = 586.513005 -0:The maximum resident set size (KB) = 899512 +0:The total amount of wall time = 591.531437 +0:The maximum resident set size (KB) = 903324 -Test 027 control_c384 PASS +Test 028 control_c384 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230418/INTEL/control_c384gdas -working dir = /glade/scratch/epicufsrt/FV3_RT/rt_7309/control_c384gdas -Checking test 028 control_c384gdas results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/INTEL/control_c384gdas +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_10010/control_c384gdas +Checking test 029 control_c384gdas results .... Comparing sfcf000.nc .........OK Comparing sfcf006.nc .........OK Comparing atmf000.nc .........OK @@ -1524,15 +1542,15 @@ Checking test 028 control_c384gdas results .... Comparing RESTART/20210322.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210322.060000.sfc_data.tile6.nc .........OK -0:The total amount of wall time = 517.549484 -0:The maximum resident set size (KB) = 1027252 +0:The total amount of wall time = 520.854193 +0:The maximum resident set size (KB) = 1029044 -Test 028 control_c384gdas PASS +Test 029 control_c384gdas PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230418/INTEL/control_stochy -working dir = /glade/scratch/epicufsrt/FV3_RT/rt_7309/control_stochy -Checking test 029 control_stochy results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/INTEL/control_stochy +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_10010/control_stochy +Checking test 030 control_stochy results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK Comparing atmf000.nc .........OK @@ -1542,29 +1560,29 @@ Checking test 029 control_stochy results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK -0:The total amount of wall time = 98.793386 -0:The maximum resident set size (KB) = 459240 +0:The total amount of wall time = 101.169607 +0:The maximum resident set size (KB) = 459428 -Test 029 control_stochy PASS +Test 030 control_stochy PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230418/INTEL/control_stochy -working dir = /glade/scratch/epicufsrt/FV3_RT/rt_7309/control_stochy_restart -Checking test 030 control_stochy_restart results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/INTEL/control_stochy +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_10010/control_stochy_restart +Checking test 031 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 = 53.174056 -0:The maximum resident set size (KB) = 226480 +0:The total amount of wall time = 54.124517 +0:The maximum resident set size (KB) = 227652 -Test 030 control_stochy_restart PASS +Test 031 control_stochy_restart PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230418/INTEL/control_lndp -working dir = /glade/scratch/epicufsrt/FV3_RT/rt_7309/control_lndp -Checking test 031 control_lndp results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/INTEL/control_lndp +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_10010/control_lndp +Checking test 032 control_lndp results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK Comparing atmf000.nc .........OK @@ -1574,15 +1592,15 @@ Checking test 031 control_lndp results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK -0:The total amount of wall time = 90.734473 -0:The maximum resident set size (KB) = 458276 +0:The total amount of wall time = 93.151098 +0:The maximum resident set size (KB) = 459068 -Test 031 control_lndp PASS +Test 032 control_lndp PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230418/INTEL/control_iovr4 -working dir = /glade/scratch/epicufsrt/FV3_RT/rt_7309/control_iovr4 -Checking test 032 control_iovr4 results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/INTEL/control_iovr4 +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_10010/control_iovr4 +Checking test 033 control_iovr4 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -1596,15 +1614,15 @@ Checking test 032 control_iovr4 results .... Comparing GFSPRS.GrbF21 .........OK Comparing GFSPRS.GrbF24 .........OK -0:The total amount of wall time = 147.550293 -0:The maximum resident set size (KB) = 454228 +0:The total amount of wall time = 148.849094 +0:The maximum resident set size (KB) = 454560 -Test 032 control_iovr4 PASS +Test 033 control_iovr4 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230418/INTEL/control_iovr5 -working dir = /glade/scratch/epicufsrt/FV3_RT/rt_7309/control_iovr5 -Checking test 033 control_iovr5 results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/INTEL/control_iovr5 +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_10010/control_iovr5 +Checking test 034 control_iovr5 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -1618,15 +1636,15 @@ Checking test 033 control_iovr5 results .... Comparing GFSPRS.GrbF21 .........OK Comparing GFSPRS.GrbF24 .........OK -0:The total amount of wall time = 148.294688 -0:The maximum resident set size (KB) = 454220 +0:The total amount of wall time = 150.285252 +0:The maximum resident set size (KB) = 454612 -Test 033 control_iovr5 PASS +Test 034 control_iovr5 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230418/INTEL/control_p8 -working dir = /glade/scratch/epicufsrt/FV3_RT/rt_7309/control_p8 -Checking test 034 control_p8 results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/INTEL/control_p8 +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_10010/control_p8 +Checking test 035 control_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -1672,15 +1690,15 @@ Checking test 034 control_p8 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -0:The total amount of wall time = 183.019509 -0:The maximum resident set size (KB) = 1423916 +0:The total amount of wall time = 183.796042 +0:The maximum resident set size (KB) = 1423960 -Test 034 control_p8 PASS +Test 035 control_p8 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230418/INTEL/control_p8 -working dir = /glade/scratch/epicufsrt/FV3_RT/rt_7309/control_restart_p8 -Checking test 035 control_restart_p8 results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/INTEL/control_p8 +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_10010/control_restart_p8 +Checking test 036 control_restart_p8 results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK Comparing GFSFLX.GrbF24 .........OK @@ -1718,15 +1736,15 @@ Checking test 035 control_restart_p8 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -0:The total amount of wall time = 95.944739 -0:The maximum resident set size (KB) = 582868 +0:The total amount of wall time = 97.025329 +0:The maximum resident set size (KB) = 582120 -Test 035 control_restart_p8 PASS +Test 036 control_restart_p8 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230418/INTEL/control_p8 -working dir = /glade/scratch/epicufsrt/FV3_RT/rt_7309/control_qr_p8 -Checking test 036 control_qr_p8 results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/INTEL/control_p8 +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_10010/control_qr_p8 +Checking test 037 control_qr_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -1772,15 +1790,15 @@ Checking test 036 control_qr_p8 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc ............ALT CHECK......OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc ............ALT CHECK......OK -0:The total amount of wall time = 183.529750 -0:The maximum resident set size (KB) = 1427212 +0:The total amount of wall time = 183.158950 +0:The maximum resident set size (KB) = 1427676 -Test 036 control_qr_p8 PASS +Test 037 control_qr_p8 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230418/INTEL/control_p8 -working dir = /glade/scratch/epicufsrt/FV3_RT/rt_7309/control_restart_qr_p8 -Checking test 037 control_restart_qr_p8 results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/INTEL/control_p8 +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_10010/control_restart_qr_p8 +Checking test 038 control_restart_qr_p8 results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK Comparing GFSFLX.GrbF24 .........OK @@ -1818,15 +1836,15 @@ Checking test 037 control_restart_qr_p8 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc ............ALT CHECK......OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc ............ALT CHECK......OK -0:The total amount of wall time = 97.405363 -0:The maximum resident set size (KB) = 596860 +0:The total amount of wall time = 100.841784 +0:The maximum resident set size (KB) = 597252 -Test 037 control_restart_qr_p8 PASS +Test 038 control_restart_qr_p8 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230418/INTEL/control_p8 -working dir = /glade/scratch/epicufsrt/FV3_RT/rt_7309/control_decomp_p8 -Checking test 038 control_decomp_p8 results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/INTEL/control_p8 +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_10010/control_decomp_p8 +Checking test 039 control_decomp_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -1868,15 +1886,15 @@ Checking test 038 control_decomp_p8 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -0:The total amount of wall time = 190.730726 -0:The maximum resident set size (KB) = 1418408 +0:The total amount of wall time = 184.082874 +0:The maximum resident set size (KB) = 1417712 -Test 038 control_decomp_p8 PASS +Test 039 control_decomp_p8 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230418/INTEL/control_p8 -working dir = /glade/scratch/epicufsrt/FV3_RT/rt_7309/control_2threads_p8 -Checking test 039 control_2threads_p8 results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/INTEL/control_p8 +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_10010/control_2threads_p8 +Checking test 040 control_2threads_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -1918,15 +1936,15 @@ Checking test 039 control_2threads_p8 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -0:The total amount of wall time = 171.118969 -0:The maximum resident set size (KB) = 1509200 +0:The total amount of wall time = 169.776354 +0:The maximum resident set size (KB) = 1509436 -Test 039 control_2threads_p8 PASS +Test 040 control_2threads_p8 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230418/INTEL/control_p8_lndp -working dir = /glade/scratch/epicufsrt/FV3_RT/rt_7309/control_p8_lndp -Checking test 040 control_p8_lndp results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/INTEL/control_p8_lndp +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_10010/control_p8_lndp +Checking test 041 control_p8_lndp results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -1944,15 +1962,15 @@ Checking test 040 control_p8_lndp results .... Comparing GFSPRS.GrbF24 .........OK Comparing GFSPRS.GrbF48 .........OK -0:The total amount of wall time = 335.711546 -0:The maximum resident set size (KB) = 1424948 +0:The total amount of wall time = 337.202653 +0:The maximum resident set size (KB) = 1424256 -Test 040 control_p8_lndp PASS +Test 041 control_p8_lndp PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230418/INTEL/control_p8_rrtmgp -working dir = /glade/scratch/epicufsrt/FV3_RT/rt_7309/control_p8_rrtmgp -Checking test 041 control_p8_rrtmgp results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/INTEL/control_p8_rrtmgp +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_10010/control_p8_rrtmgp +Checking test 042 control_p8_rrtmgp results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -1998,15 +2016,15 @@ Checking test 041 control_p8_rrtmgp results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -0:The total amount of wall time = 255.776175 -0:The maximum resident set size (KB) = 1480304 +0:The total amount of wall time = 256.025478 +0:The maximum resident set size (KB) = 1480648 -Test 041 control_p8_rrtmgp PASS +Test 042 control_p8_rrtmgp PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230418/INTEL/control_p8_mynn -working dir = /glade/scratch/epicufsrt/FV3_RT/rt_7309/control_p8_mynn -Checking test 042 control_p8_mynn results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/INTEL/control_p8_mynn +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_10010/control_p8_mynn +Checking test 043 control_p8_mynn results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -2052,15 +2070,15 @@ Checking test 042 control_p8_mynn results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -0:The total amount of wall time = 184.704349 -0:The maximum resident set size (KB) = 1427940 +0:The total amount of wall time = 185.545363 +0:The maximum resident set size (KB) = 1428408 -Test 042 control_p8_mynn PASS +Test 043 control_p8_mynn PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230418/INTEL/merra2_thompson -working dir = /glade/scratch/epicufsrt/FV3_RT/rt_7309/merra2_thompson -Checking test 043 merra2_thompson results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/INTEL/merra2_thompson +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_10010/merra2_thompson +Checking test 044 merra2_thompson results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -2106,15 +2124,15 @@ Checking test 043 merra2_thompson results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -0:The total amount of wall time = 201.847984 -0:The maximum resident set size (KB) = 1429724 +0:The total amount of wall time = 204.690595 +0:The maximum resident set size (KB) = 1429988 -Test 043 merra2_thompson PASS +Test 044 merra2_thompson PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230418/INTEL/regional_control -working dir = /glade/scratch/epicufsrt/FV3_RT/rt_7309/regional_control -Checking test 044 regional_control results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/INTEL/regional_control +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_10010/regional_control +Checking test 045 regional_control results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK Comparing phyf000.nc .........OK @@ -2124,29 +2142,29 @@ Checking test 044 regional_control results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK -0:The total amount of wall time = 340.684976 -0:The maximum resident set size (KB) = 604856 +0:The total amount of wall time = 343.603222 +0:The maximum resident set size (KB) = 605060 -Test 044 regional_control PASS +Test 045 regional_control PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230418/INTEL/regional_control -working dir = /glade/scratch/epicufsrt/FV3_RT/rt_7309/regional_restart -Checking test 045 regional_restart results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/INTEL/regional_control +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_10010/regional_restart +Checking test 046 regional_restart results .... Comparing dynf006.nc .........OK Comparing phyf006.nc .........OK Comparing PRSLEV.GrbF06 .........OK Comparing NATLEV.GrbF06 .........OK -0:The total amount of wall time = 175.307742 -0:The maximum resident set size (KB) = 594236 +0:The total amount of wall time = 178.538046 +0:The maximum resident set size (KB) = 594408 -Test 045 regional_restart PASS +Test 046 regional_restart PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230418/INTEL/regional_control -working dir = /glade/scratch/epicufsrt/FV3_RT/rt_7309/regional_control_qr -Checking test 046 regional_control_qr results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/INTEL/regional_control +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_10010/regional_control_qr +Checking test 047 regional_control_qr results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK Comparing phyf000.nc .........OK @@ -2156,29 +2174,29 @@ Checking test 046 regional_control_qr results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK -0:The total amount of wall time = 341.766730 -0:The maximum resident set size (KB) = 604828 +0:The total amount of wall time = 346.923378 +0:The maximum resident set size (KB) = 605096 -Test 046 regional_control_qr PASS +Test 047 regional_control_qr PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230418/INTEL/regional_control -working dir = /glade/scratch/epicufsrt/FV3_RT/rt_7309/regional_restart_qr -Checking test 047 regional_restart_qr results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/INTEL/regional_control +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_10010/regional_restart_qr +Checking test 048 regional_restart_qr results .... Comparing dynf006.nc .........OK Comparing phyf006.nc .........OK Comparing PRSLEV.GrbF06 .........OK Comparing NATLEV.GrbF06 .........OK -0:The total amount of wall time = 177.924105 -0:The maximum resident set size (KB) = 594172 +0:The total amount of wall time = 176.171623 +0:The maximum resident set size (KB) = 594352 -Test 047 regional_restart_qr PASS +Test 048 regional_restart_qr PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230418/INTEL/regional_control -working dir = /glade/scratch/epicufsrt/FV3_RT/rt_7309/regional_decomp -Checking test 048 regional_decomp results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/INTEL/regional_control +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_10010/regional_decomp +Checking test 049 regional_decomp results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK Comparing phyf000.nc .........OK @@ -2188,15 +2206,15 @@ Checking test 048 regional_decomp results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK -0:The total amount of wall time = 363.628035 -0:The maximum resident set size (KB) = 598888 +0:The total amount of wall time = 359.487914 +0:The maximum resident set size (KB) = 598864 -Test 048 regional_decomp PASS +Test 049 regional_decomp PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230418/INTEL/regional_control -working dir = /glade/scratch/epicufsrt/FV3_RT/rt_7309/regional_2threads -Checking test 049 regional_2threads results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/INTEL/regional_control +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_10010/regional_2threads +Checking test 050 regional_2threads results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK Comparing phyf000.nc .........OK @@ -2206,44 +2224,44 @@ Checking test 049 regional_2threads results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK -0:The total amount of wall time = 204.270757 -0:The maximum resident set size (KB) = 611600 +0:The total amount of wall time = 213.610658 +0:The maximum resident set size (KB) = 611888 -Test 049 regional_2threads PASS +Test 050 regional_2threads PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230418/INTEL/regional_noquilt -working dir = /glade/scratch/epicufsrt/FV3_RT/rt_7309/regional_noquilt -Checking test 050 regional_noquilt results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/INTEL/regional_noquilt +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_10010/regional_noquilt +Checking test 051 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 = 356.822041 -0:The maximum resident set size (KB) = 599032 +0:The total amount of wall time = 369.085155 +0:The maximum resident set size (KB) = 599504 -Test 050 regional_noquilt PASS +Test 051 regional_noquilt PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230418/INTEL/regional_netcdf_parallel -working dir = /glade/scratch/epicufsrt/FV3_RT/rt_7309/regional_netcdf_parallel -Checking test 051 regional_netcdf_parallel results .... - Comparing dynf000.nc .........OK - Comparing dynf006.nc .........OK +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/INTEL/regional_netcdf_parallel +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_10010/regional_netcdf_parallel +Checking test 052 regional_netcdf_parallel results .... + Comparing dynf000.nc ............ALT CHECK......OK + Comparing dynf006.nc ............ALT CHECK......OK Comparing phyf000.nc ............ALT CHECK......OK Comparing phyf006.nc ............ALT CHECK......OK -0:The total amount of wall time = 339.817267 -0:The maximum resident set size (KB) = 596732 +0:The total amount of wall time = 325.509123 +0:The maximum resident set size (KB) = 597000 -Test 051 regional_netcdf_parallel PASS +Test 052 regional_netcdf_parallel PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230418/INTEL/regional_control -working dir = /glade/scratch/epicufsrt/FV3_RT/rt_7309/regional_2dwrtdecomp -Checking test 052 regional_2dwrtdecomp results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/INTEL/regional_control +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_10010/regional_2dwrtdecomp +Checking test 053 regional_2dwrtdecomp results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK Comparing phyf000.nc .........OK @@ -2253,15 +2271,15 @@ Checking test 052 regional_2dwrtdecomp results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK -0:The total amount of wall time = 340.159184 -0:The maximum resident set size (KB) = 604832 +0:The total amount of wall time = 346.086194 +0:The maximum resident set size (KB) = 605088 -Test 052 regional_2dwrtdecomp PASS +Test 053 regional_2dwrtdecomp PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230418/INTEL/fv3_regional_wofs -working dir = /glade/scratch/epicufsrt/FV3_RT/rt_7309/regional_wofs -Checking test 053 regional_wofs results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/INTEL/fv3_regional_wofs +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_10010/regional_wofs +Checking test 054 regional_wofs results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK Comparing phyf000.nc .........OK @@ -2271,15 +2289,15 @@ Checking test 053 regional_wofs results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK -0:The total amount of wall time = 431.846936 -0:The maximum resident set size (KB) = 275892 +0:The total amount of wall time = 437.602462 +0:The maximum resident set size (KB) = 276188 -Test 053 regional_wofs PASS +Test 054 regional_wofs PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230418/INTEL/rap_control -working dir = /glade/scratch/epicufsrt/FV3_RT/rt_7309/rap_control -Checking test 054 rap_control results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/INTEL/rap_control +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_10010/rap_control +Checking test 055 rap_control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -2325,15 +2343,15 @@ Checking test 054 rap_control results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -0:The total amount of wall time = 481.913263 -0:The maximum resident set size (KB) = 823376 +0:The total amount of wall time = 481.614392 +0:The maximum resident set size (KB) = 823904 -Test 054 rap_control PASS +Test 055 rap_control PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230418/INTEL/regional_spp_sppt_shum_skeb -working dir = /glade/scratch/epicufsrt/FV3_RT/rt_7309/regional_spp_sppt_shum_skeb -Checking test 055 regional_spp_sppt_shum_skeb results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/INTEL/regional_spp_sppt_shum_skeb +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_10010/regional_spp_sppt_shum_skeb +Checking test 056 regional_spp_sppt_shum_skeb results .... Comparing dynf000.nc .........OK Comparing dynf001.nc .........OK Comparing phyf000.nc .........OK @@ -2343,15 +2361,15 @@ Checking test 055 regional_spp_sppt_shum_skeb results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF01 .........OK -0:The total amount of wall time = 261.659529 -0:The maximum resident set size (KB) = 952340 +0:The total amount of wall time = 261.943940 +0:The maximum resident set size (KB) = 953608 -Test 055 regional_spp_sppt_shum_skeb PASS +Test 056 regional_spp_sppt_shum_skeb PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230418/INTEL/rap_control -working dir = /glade/scratch/epicufsrt/FV3_RT/rt_7309/rap_decomp -Checking test 056 rap_decomp results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/INTEL/rap_control +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_10010/rap_decomp +Checking test 057 rap_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -2397,15 +2415,15 @@ Checking test 056 rap_decomp results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -0:The total amount of wall time = 504.691957 -0:The maximum resident set size (KB) = 822192 +0:The total amount of wall time = 503.703374 +0:The maximum resident set size (KB) = 822692 -Test 056 rap_decomp PASS +Test 057 rap_decomp PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230418/INTEL/rap_control -working dir = /glade/scratch/epicufsrt/FV3_RT/rt_7309/rap_2threads -Checking test 057 rap_2threads results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/INTEL/rap_control +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_10010/rap_2threads +Checking test 058 rap_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -2451,15 +2469,15 @@ Checking test 057 rap_2threads results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -0:The total amount of wall time = 462.180223 -0:The maximum resident set size (KB) = 893540 +0:The total amount of wall time = 462.323234 +0:The maximum resident set size (KB) = 895540 -Test 057 rap_2threads PASS +Test 058 rap_2threads PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230418/INTEL/rap_control -working dir = /glade/scratch/epicufsrt/FV3_RT/rt_7309/rap_restart -Checking test 058 rap_restart results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/INTEL/rap_control +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_10010/rap_restart +Checking test 059 rap_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK Comparing GFSFLX.GrbF24 .........OK @@ -2497,15 +2515,15 @@ Checking test 058 rap_restart results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -0:The total amount of wall time = 239.216202 -0:The maximum resident set size (KB) = 571332 +0:The total amount of wall time = 244.873261 +0:The maximum resident set size (KB) = 571668 -Test 058 rap_restart PASS +Test 059 rap_restart PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230418/INTEL/rap_sfcdiff -working dir = /glade/scratch/epicufsrt/FV3_RT/rt_7309/rap_sfcdiff -Checking test 059 rap_sfcdiff results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/INTEL/rap_sfcdiff +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_10010/rap_sfcdiff +Checking test 060 rap_sfcdiff results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -2551,15 +2569,15 @@ Checking test 059 rap_sfcdiff results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -0:The total amount of wall time = 484.678902 -0:The maximum resident set size (KB) = 823340 +0:The total amount of wall time = 483.212165 +0:The maximum resident set size (KB) = 823632 -Test 059 rap_sfcdiff PASS +Test 060 rap_sfcdiff PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230418/INTEL/rap_sfcdiff -working dir = /glade/scratch/epicufsrt/FV3_RT/rt_7309/rap_sfcdiff_decomp -Checking test 060 rap_sfcdiff_decomp results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/INTEL/rap_sfcdiff +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_10010/rap_sfcdiff_decomp +Checking test 061 rap_sfcdiff_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -2605,15 +2623,15 @@ Checking test 060 rap_sfcdiff_decomp results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -0:The total amount of wall time = 504.403689 -0:The maximum resident set size (KB) = 822328 +0:The total amount of wall time = 508.142870 +0:The maximum resident set size (KB) = 822596 -Test 060 rap_sfcdiff_decomp PASS +Test 061 rap_sfcdiff_decomp PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230418/INTEL/rap_sfcdiff -working dir = /glade/scratch/epicufsrt/FV3_RT/rt_7309/rap_sfcdiff_restart -Checking test 061 rap_sfcdiff_restart results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/INTEL/rap_sfcdiff +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_10010/rap_sfcdiff_restart +Checking test 062 rap_sfcdiff_restart results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK Comparing GFSFLX.GrbF12 .........OK @@ -2651,15 +2669,15 @@ Checking test 061 rap_sfcdiff_restart results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -0:The total amount of wall time = 359.800845 -0:The maximum resident set size (KB) = 570656 +0:The total amount of wall time = 356.779505 +0:The maximum resident set size (KB) = 571672 -Test 061 rap_sfcdiff_restart PASS +Test 062 rap_sfcdiff_restart PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230418/INTEL/hrrr_control -working dir = /glade/scratch/epicufsrt/FV3_RT/rt_7309/hrrr_control -Checking test 062 hrrr_control results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/INTEL/hrrr_control +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_10010/hrrr_control +Checking test 063 hrrr_control results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -2672,48 +2690,48 @@ Checking test 062 hrrr_control results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF09 .........OK Comparing GFSPRS.GrbF12 .........OK - Comparing RESTART/20210323.060000.coupler.res .........OK - Comparing RESTART/20210323.060000.fv_core.res.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile1.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile2.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile3.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile4.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile5.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile6.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile1.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile2.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile3.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile4.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - -0:The total amount of wall time = 462.437771 -0:The maximum resident set size (KB) = 820816 - -Test 062 hrrr_control PASS - - -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230418/INTEL/hrrr_control -working dir = /glade/scratch/epicufsrt/FV3_RT/rt_7309/hrrr_control_decomp -Checking test 063 hrrr_control_decomp results .... + Comparing RESTART/20210322.120000.coupler.res .........OK + Comparing RESTART/20210322.120000.fv_core.res.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile6.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK + +0:The total amount of wall time = 451.936788 +0:The maximum resident set size (KB) = 820876 + +Test 063 hrrr_control PASS + + +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/INTEL/hrrr_control +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_10010/hrrr_control_decomp +Checking test 064 hrrr_control_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -2726,48 +2744,48 @@ Checking test 063 hrrr_control_decomp results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF09 .........OK Comparing GFSPRS.GrbF12 .........OK - Comparing RESTART/20210323.060000.coupler.res .........OK - Comparing RESTART/20210323.060000.fv_core.res.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile1.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile2.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile3.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile4.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile5.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile6.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile1.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile2.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile3.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile4.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - -0:The total amount of wall time = 485.078210 -0:The maximum resident set size (KB) = 820648 - -Test 063 hrrr_control_decomp PASS - - -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230418/INTEL/hrrr_control -working dir = /glade/scratch/epicufsrt/FV3_RT/rt_7309/hrrr_control_2threads -Checking test 064 hrrr_control_2threads results .... + Comparing RESTART/20210322.120000.coupler.res .........OK + Comparing RESTART/20210322.120000.fv_core.res.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile6.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK + +0:The total amount of wall time = 466.824717 +0:The maximum resident set size (KB) = 820612 + +Test 064 hrrr_control_decomp PASS + + +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/INTEL/hrrr_control +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_10010/hrrr_control_2threads +Checking test 065 hrrr_control_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -2780,94 +2798,62 @@ Checking test 064 hrrr_control_2threads results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF09 .........OK Comparing GFSPRS.GrbF12 .........OK - Comparing RESTART/20210323.060000.coupler.res .........OK - Comparing RESTART/20210323.060000.fv_core.res.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile1.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile2.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile3.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile4.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile5.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile6.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile1.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile2.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile3.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile4.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - -0:The total amount of wall time = 440.016661 -0:The maximum resident set size (KB) = 888408 - -Test 064 hrrr_control_2threads PASS - - -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230418/INTEL/hrrr_control -working dir = /glade/scratch/epicufsrt/FV3_RT/rt_7309/hrrr_control_restart -Checking test 065 hrrr_control_restart results .... + Comparing RESTART/20210322.120000.coupler.res .........OK + Comparing RESTART/20210322.120000.fv_core.res.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile6.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK + +0:The total amount of wall time = 500.394242 +0:The maximum resident set size (KB) = 890476 + +Test 065 hrrr_control_2threads PASS + + +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/INTEL/hrrr_control +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_10010/hrrr_control_restart +Checking test 066 hrrr_control_restart results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK Comparing GFSFLX.GrbF12 .........OK Comparing GFSPRS.GrbF12 .........OK - Comparing RESTART/20210323.060000.coupler.res .........OK - Comparing RESTART/20210323.060000.fv_core.res.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile1.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile2.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile3.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile4.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile5.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile6.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile1.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile2.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile3.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile4.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -0:The total amount of wall time = 343.926956 -0:The maximum resident set size (KB) = 566572 +0:The total amount of wall time = 335.459898 +0:The maximum resident set size (KB) = 567700 -Test 065 hrrr_control_restart PASS +Test 066 hrrr_control_restart PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230418/INTEL/rrfs_v1beta -working dir = /glade/scratch/epicufsrt/FV3_RT/rt_7309/rrfs_v1beta -Checking test 066 rrfs_v1beta results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/INTEL/rrfs_v1beta +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_10010/rrfs_v1beta +Checking test 067 rrfs_v1beta results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -2913,15 +2899,15 @@ Checking test 066 rrfs_v1beta results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -0:The total amount of wall time = 476.645696 -0:The maximum resident set size (KB) = 819472 +0:The total amount of wall time = 480.958742 +0:The maximum resident set size (KB) = 819696 -Test 066 rrfs_v1beta PASS +Test 067 rrfs_v1beta PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230418/INTEL/rrfs_v1nssl -working dir = /glade/scratch/epicufsrt/FV3_RT/rt_7309/rrfs_v1nssl -Checking test 067 rrfs_v1nssl results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/INTEL/rrfs_v1nssl +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_10010/rrfs_v1nssl +Checking test 068 rrfs_v1nssl results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -2935,15 +2921,15 @@ Checking test 067 rrfs_v1nssl results .... Comparing GFSPRS.GrbF09 .........OK Comparing GFSPRS.GrbF12 .........OK -0:The total amount of wall time = 589.871051 -0:The maximum resident set size (KB) = 508796 +0:The total amount of wall time = 588.168385 +0:The maximum resident set size (KB) = 508696 -Test 067 rrfs_v1nssl PASS +Test 068 rrfs_v1nssl PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230418/INTEL/rrfs_v1nssl_nohailnoccn -working dir = /glade/scratch/epicufsrt/FV3_RT/rt_7309/rrfs_v1nssl_nohailnoccn -Checking test 068 rrfs_v1nssl_nohailnoccn results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/INTEL/rrfs_v1nssl_nohailnoccn +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_10010/rrfs_v1nssl_nohailnoccn +Checking test 069 rrfs_v1nssl_nohailnoccn results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -2957,15 +2943,15 @@ Checking test 068 rrfs_v1nssl_nohailnoccn results .... Comparing GFSPRS.GrbF09 .........OK Comparing GFSPRS.GrbF12 .........OK -0:The total amount of wall time = 569.606949 -0:The maximum resident set size (KB) = 502712 +0:The total amount of wall time = 559.822019 +0:The maximum resident set size (KB) = 502952 -Test 068 rrfs_v1nssl_nohailnoccn PASS +Test 069 rrfs_v1nssl_nohailnoccn PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230418/INTEL/rrfs_smoke_conus13km_hrrr_warm -working dir = /glade/scratch/epicufsrt/FV3_RT/rt_7309/rrfs_smoke_conus13km_hrrr_warm -Checking test 069 rrfs_smoke_conus13km_hrrr_warm results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/INTEL/rrfs_smoke_conus13km_hrrr_warm +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_10010/rrfs_smoke_conus13km_hrrr_warm +Checking test 070 rrfs_smoke_conus13km_hrrr_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing sfcf002.nc .........OK @@ -2973,15 +2959,15 @@ Checking test 069 rrfs_smoke_conus13km_hrrr_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK -0:The total amount of wall time = 152.907438 -0:The maximum resident set size (KB) = 675324 +0:The total amount of wall time = 153.433492 +0:The maximum resident set size (KB) = 670996 -Test 069 rrfs_smoke_conus13km_hrrr_warm PASS +Test 070 rrfs_smoke_conus13km_hrrr_warm PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230418/INTEL/rrfs_smoke_conus13km_hrrr_warm -working dir = /glade/scratch/epicufsrt/FV3_RT/rt_7309/rrfs_smoke_conus13km_hrrr_warm_2threads -Checking test 070 rrfs_smoke_conus13km_hrrr_warm_2threads results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/INTEL/rrfs_smoke_conus13km_hrrr_warm +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_10010/rrfs_smoke_conus13km_hrrr_warm_2threads +Checking test 071 rrfs_smoke_conus13km_hrrr_warm_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing sfcf002.nc .........OK @@ -2989,15 +2975,15 @@ Checking test 070 rrfs_smoke_conus13km_hrrr_warm_2threads results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK -0:The total amount of wall time = 93.245534 -0:The maximum resident set size (KB) = 693856 +0:The total amount of wall time = 93.673821 +0:The maximum resident set size (KB) = 692960 -Test 070 rrfs_smoke_conus13km_hrrr_warm_2threads PASS +Test 071 rrfs_smoke_conus13km_hrrr_warm_2threads PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230418/INTEL/rrfs_conus13km_hrrr_warm -working dir = /glade/scratch/epicufsrt/FV3_RT/rt_7309/rrfs_conus13km_hrrr_warm -Checking test 071 rrfs_conus13km_hrrr_warm results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/INTEL/rrfs_conus13km_hrrr_warm +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_10010/rrfs_conus13km_hrrr_warm +Checking test 072 rrfs_conus13km_hrrr_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing sfcf002.nc .........OK @@ -3005,15 +2991,15 @@ Checking test 071 rrfs_conus13km_hrrr_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK -0:The total amount of wall time = 137.550660 -0:The maximum resident set size (KB) = 654104 +0:The total amount of wall time = 137.259061 +0:The maximum resident set size (KB) = 667288 -Test 071 rrfs_conus13km_hrrr_warm PASS +Test 072 rrfs_conus13km_hrrr_warm PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230418/INTEL/rrfs_smoke_conus13km_hrrr_warm_radar_tten -working dir = /glade/scratch/epicufsrt/FV3_RT/rt_7309/rrfs_smoke_conus13km_radar_tten_warm -Checking test 072 rrfs_smoke_conus13km_radar_tten_warm results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/INTEL/rrfs_smoke_conus13km_hrrr_warm_radar_tten +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_10010/rrfs_smoke_conus13km_radar_tten_warm +Checking test 073 rrfs_smoke_conus13km_radar_tten_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing sfcf002.nc .........OK @@ -3021,27 +3007,27 @@ Checking test 072 rrfs_smoke_conus13km_radar_tten_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK -0:The total amount of wall time = 153.935152 -0:The maximum resident set size (KB) = 677920 +0:The total amount of wall time = 152.146323 +0:The maximum resident set size (KB) = 677492 -Test 072 rrfs_smoke_conus13km_radar_tten_warm PASS +Test 073 rrfs_smoke_conus13km_radar_tten_warm PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230418/INTEL/rrfs_conus13km_hrrr_warm_restart_mismatch -working dir = /glade/scratch/epicufsrt/FV3_RT/rt_7309/rrfs_conus13km_hrrr_warm_restart_mismatch -Checking test 073 rrfs_conus13km_hrrr_warm_restart_mismatch results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/INTEL/rrfs_conus13km_hrrr_warm_restart_mismatch +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_10010/rrfs_conus13km_hrrr_warm_restart_mismatch +Checking test 074 rrfs_conus13km_hrrr_warm_restart_mismatch results .... Comparing sfcf002.nc .........OK Comparing atmf002.nc .........OK -0:The total amount of wall time = 70.610874 -0:The maximum resident set size (KB) = 632208 +0:The total amount of wall time = 71.848995 +0:The maximum resident set size (KB) = 640380 -Test 073 rrfs_conus13km_hrrr_warm_restart_mismatch PASS +Test 074 rrfs_conus13km_hrrr_warm_restart_mismatch PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230418/INTEL/control_csawmg -working dir = /glade/scratch/epicufsrt/FV3_RT/rt_7309/control_csawmg -Checking test 074 control_csawmg results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/INTEL/control_csawmg +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_10010/control_csawmg +Checking test 075 control_csawmg results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -3051,15 +3037,15 @@ Checking test 074 control_csawmg results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -0:The total amount of wall time = 400.249782 -0:The maximum resident set size (KB) = 527740 +0:The total amount of wall time = 399.153662 +0:The maximum resident set size (KB) = 528024 -Test 074 control_csawmg PASS +Test 075 control_csawmg PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230418/INTEL/control_csawmgt -working dir = /glade/scratch/epicufsrt/FV3_RT/rt_7309/control_csawmgt -Checking test 075 control_csawmgt results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/INTEL/control_csawmgt +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_10010/control_csawmgt +Checking test 076 control_csawmgt results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -3069,15 +3055,15 @@ Checking test 075 control_csawmgt results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -0:The total amount of wall time = 394.323575 -0:The maximum resident set size (KB) = 528404 +0:The total amount of wall time = 393.571350 +0:The maximum resident set size (KB) = 528864 -Test 075 control_csawmgt PASS +Test 076 control_csawmgt PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230418/INTEL/control_ras -working dir = /glade/scratch/epicufsrt/FV3_RT/rt_7309/control_ras -Checking test 076 control_ras results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/INTEL/control_ras +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_10010/control_ras +Checking test 077 control_ras results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -3087,27 +3073,27 @@ Checking test 076 control_ras results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -0:The total amount of wall time = 205.739704 -0:The maximum resident set size (KB) = 491288 +0:The total amount of wall time = 206.027748 +0:The maximum resident set size (KB) = 491172 -Test 076 control_ras PASS +Test 077 control_ras PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230418/INTEL/control_wam -working dir = /glade/scratch/epicufsrt/FV3_RT/rt_7309/control_wam -Checking test 077 control_wam results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/INTEL/control_wam +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_10010/control_wam +Checking test 078 control_wam results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK -0:The total amount of wall time = 129.525401 -0:The maximum resident set size (KB) = 206292 +0:The total amount of wall time = 129.915771 +0:The maximum resident set size (KB) = 206720 -Test 077 control_wam PASS +Test 078 control_wam PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230418/INTEL/control_p8_faster -working dir = /glade/scratch/epicufsrt/FV3_RT/rt_7309/control_p8_faster -Checking test 078 control_p8_faster results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/INTEL/control_p8_faster +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_10010/control_p8_faster +Checking test 079 control_p8_faster results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -3153,15 +3139,15 @@ Checking test 078 control_p8_faster results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -0:The total amount of wall time = 167.029387 -0:The maximum resident set size (KB) = 1423720 +0:The total amount of wall time = 171.041008 +0:The maximum resident set size (KB) = 1423832 -Test 078 control_p8_faster PASS +Test 079 control_p8_faster PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230418/INTEL/regional_control_faster -working dir = /glade/scratch/epicufsrt/FV3_RT/rt_7309/regional_control_faster -Checking test 079 regional_control_faster results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/INTEL/regional_control_faster +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_10010/regional_control_faster +Checking test 080 regional_control_faster results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK Comparing phyf000.nc .........OK @@ -3171,57 +3157,57 @@ Checking test 079 regional_control_faster results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK -0:The total amount of wall time = 324.581453 -0:The maximum resident set size (KB) = 604708 +0:The total amount of wall time = 320.044249 +0:The maximum resident set size (KB) = 604904 -Test 079 regional_control_faster PASS +Test 080 regional_control_faster PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230418/INTEL/rrfs_smoke_conus13km_hrrr_warm_debug -working dir = /glade/scratch/epicufsrt/FV3_RT/rt_7309/rrfs_smoke_conus13km_hrrr_warm_debug -Checking test 080 rrfs_smoke_conus13km_hrrr_warm_debug results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/INTEL/rrfs_smoke_conus13km_hrrr_warm_debug +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_10010/rrfs_smoke_conus13km_hrrr_warm_debug +Checking test 081 rrfs_smoke_conus13km_hrrr_warm_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 = 871.802541 -0:The maximum resident set size (KB) = 704768 +0:The total amount of wall time = 876.976384 +0:The maximum resident set size (KB) = 704312 -Test 080 rrfs_smoke_conus13km_hrrr_warm_debug PASS +Test 081 rrfs_smoke_conus13km_hrrr_warm_debug PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230418/INTEL/rrfs_smoke_conus13km_hrrr_warm_debug -working dir = /glade/scratch/epicufsrt/FV3_RT/rt_7309/rrfs_smoke_conus13km_hrrr_warm_debug_2threads -Checking test 081 rrfs_smoke_conus13km_hrrr_warm_debug_2threads results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/INTEL/rrfs_smoke_conus13km_hrrr_warm_debug +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_10010/rrfs_smoke_conus13km_hrrr_warm_debug_2threads +Checking test 082 rrfs_smoke_conus13km_hrrr_warm_debug_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 499.740002 -0:The maximum resident set size (KB) = 724256 +0:The total amount of wall time = 500.511114 +0:The maximum resident set size (KB) = 723836 -Test 081 rrfs_smoke_conus13km_hrrr_warm_debug_2threads PASS +Test 082 rrfs_smoke_conus13km_hrrr_warm_debug_2threads PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230418/INTEL/rrfs_conus13km_hrrr_warm_debugs -working dir = /glade/scratch/epicufsrt/FV3_RT/rt_7309/rrfs_conus13km_hrrr_warm_debug -Checking test 082 rrfs_conus13km_hrrr_warm_debug results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/INTEL/rrfs_conus13km_hrrr_warm_debugs +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_10010/rrfs_conus13km_hrrr_warm_debug +Checking test 083 rrfs_conus13km_hrrr_warm_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 = 782.177368 -0:The maximum resident set size (KB) = 683284 +0:The total amount of wall time = 783.249919 +0:The maximum resident set size (KB) = 697548 -Test 082 rrfs_conus13km_hrrr_warm_debug PASS +Test 083 rrfs_conus13km_hrrr_warm_debug PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230418/INTEL/control_CubedSphereGrid_debug -working dir = /glade/scratch/epicufsrt/FV3_RT/rt_7309/control_CubedSphereGrid_debug -Checking test 083 control_CubedSphereGrid_debug results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/INTEL/control_CubedSphereGrid_debug +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_10010/control_CubedSphereGrid_debug +Checking test 084 control_CubedSphereGrid_debug results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK Comparing sfcf000.tile3.nc .........OK @@ -3247,335 +3233,349 @@ Checking test 083 control_CubedSphereGrid_debug results .... Comparing atmf001.tile5.nc .........OK Comparing atmf001.tile6.nc .........OK -0:The total amount of wall time = 157.352526 -0:The maximum resident set size (KB) = 617452 +0:The total amount of wall time = 160.584418 +0:The maximum resident set size (KB) = 618020 -Test 083 control_CubedSphereGrid_debug PASS +Test 084 control_CubedSphereGrid_debug PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230418/INTEL/control_wrtGauss_netcdf_parallel_debug -working dir = /glade/scratch/epicufsrt/FV3_RT/rt_7309/control_wrtGauss_netcdf_parallel_debug -Checking test 084 control_wrtGauss_netcdf_parallel_debug results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/INTEL/control_wrtGauss_netcdf_parallel_debug +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_10010/control_wrtGauss_netcdf_parallel_debug +Checking test 085 control_wrtGauss_netcdf_parallel_debug results .... Comparing sfcf000.nc ............ALT CHECK......OK Comparing sfcf001.nc ............ALT CHECK......OK Comparing atmf000.nc .........OK - Comparing atmf001.nc .........OK + Comparing atmf001.nc ............ALT CHECK......OK -0:The total amount of wall time = 156.062841 -0:The maximum resident set size (KB) = 615548 +0:The total amount of wall time = 157.271955 +0:The maximum resident set size (KB) = 615660 -Test 084 control_wrtGauss_netcdf_parallel_debug PASS +Test 085 control_wrtGauss_netcdf_parallel_debug PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230418/INTEL/control_stochy_debug -working dir = /glade/scratch/epicufsrt/FV3_RT/rt_7309/control_stochy_debug -Checking test 085 control_stochy_debug results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/INTEL/control_stochy_debug +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_10010/control_stochy_debug +Checking test 086 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 = 175.308146 -0:The maximum resident set size (KB) = 621216 +0:The total amount of wall time = 174.521472 +0:The maximum resident set size (KB) = 621116 -Test 085 control_stochy_debug PASS +Test 086 control_stochy_debug PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230418/INTEL/control_lndp_debug -working dir = /glade/scratch/epicufsrt/FV3_RT/rt_7309/control_lndp_debug -Checking test 086 control_lndp_debug results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/INTEL/control_lndp_debug +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_10010/control_lndp_debug +Checking test 087 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 = 157.292235 -0:The maximum resident set size (KB) = 620000 +0:The total amount of wall time = 157.276354 +0:The maximum resident set size (KB) = 620584 -Test 086 control_lndp_debug PASS +Test 087 control_lndp_debug PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230418/INTEL/control_csawmg_debug -working dir = /glade/scratch/epicufsrt/FV3_RT/rt_7309/control_csawmg_debug -Checking test 087 control_csawmg_debug results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/INTEL/control_csawmg_debug +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_10010/control_csawmg_debug +Checking test 088 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 = 248.097119 -0:The maximum resident set size (KB) = 666368 +0:The total amount of wall time = 248.369859 +0:The maximum resident set size (KB) = 666872 -Test 087 control_csawmg_debug PASS +Test 088 control_csawmg_debug PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230418/INTEL/control_csawmgt_debug -working dir = /glade/scratch/epicufsrt/FV3_RT/rt_7309/control_csawmgt_debug -Checking test 088 control_csawmgt_debug results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/INTEL/control_csawmgt_debug +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_10010/control_csawmgt_debug +Checking test 089 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 = 244.860441 -0:The maximum resident set size (KB) = 667372 +0:The total amount of wall time = 244.411680 +0:The maximum resident set size (KB) = 667800 -Test 088 control_csawmgt_debug PASS +Test 089 control_csawmgt_debug PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230418/INTEL/control_ras_debug -working dir = /glade/scratch/epicufsrt/FV3_RT/rt_7309/control_ras_debug -Checking test 089 control_ras_debug results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/INTEL/control_ras_debug +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_10010/control_ras_debug +Checking test 090 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 = 162.424074 -0:The maximum resident set size (KB) = 630328 +0:The total amount of wall time = 158.812406 +0:The maximum resident set size (KB) = 630068 -Test 089 control_ras_debug PASS +Test 090 control_ras_debug PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230418/INTEL/control_diag_debug -working dir = /glade/scratch/epicufsrt/FV3_RT/rt_7309/control_diag_debug -Checking test 090 control_diag_debug results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/INTEL/control_diag_debug +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_10010/control_diag_debug +Checking test 091 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 = 159.185965 -0:The maximum resident set size (KB) = 674836 +0:The total amount of wall time = 159.084354 +0:The maximum resident set size (KB) = 675440 -Test 090 control_diag_debug PASS +Test 091 control_diag_debug PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230418/INTEL/control_debug_p8 -working dir = /glade/scratch/epicufsrt/FV3_RT/rt_7309/control_debug_p8 -Checking test 091 control_debug_p8 results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/INTEL/control_debug_p8 +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_10010/control_debug_p8 +Checking test 092 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 = 176.308639 -0:The maximum resident set size (KB) = 1442356 +0:The total amount of wall time = 174.682814 +0:The maximum resident set size (KB) = 1443456 -Test 091 control_debug_p8 PASS +Test 092 control_debug_p8 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230418/INTEL/regional_debug -working dir = /glade/scratch/epicufsrt/FV3_RT/rt_7309/regional_debug -Checking test 092 regional_debug results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/INTEL/regional_debug +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_10010/regional_debug +Checking test 093 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 = 1036.935412 -0:The maximum resident set size (KB) = 625924 - -Test 092 regional_debug PASS - - -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230418/INTEL/rap_control_debug -working dir = /glade/scratch/epicufsrt/FV3_RT/rt_7309/rap_control_debug -Checking test 093 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 = 287.084698 -0:The maximum resident set size (KB) = 986496 +0:The total amount of wall time = 1033.525203 +0:The maximum resident set size (KB) = 626424 -Test 093 rap_control_debug PASS +Test 093 regional_debug PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230418/INTEL/hrrr_control_debug -working dir = /glade/scratch/epicufsrt/FV3_RT/rt_7309/hrrr_control_debug -Checking test 094 hrrr_control_debug results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/INTEL/rap_control_debug +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_10010/rap_control_debug +Checking test 094 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 = 281.600489 -0:The maximum resident set size (KB) = 984084 +0:The total amount of wall time = 286.025062 +0:The maximum resident set size (KB) = 987052 -Test 094 hrrr_control_debug PASS +Test 094 rap_control_debug PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230418/INTEL/rap_control_debug -working dir = /glade/scratch/epicufsrt/FV3_RT/rt_7309/rap_unified_drag_suite_debug -Checking test 095 rap_unified_drag_suite_debug results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/INTEL/hrrr_control_debug +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_10010/hrrr_control_debug +Checking test 095 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 = 287.472533 -0:The maximum resident set size (KB) = 986652 +0:The total amount of wall time = 279.986715 +0:The maximum resident set size (KB) = 983260 -Test 095 rap_unified_drag_suite_debug PASS +Test 095 hrrr_control_debug PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230418/INTEL/rap_diag_debug -working dir = /glade/scratch/epicufsrt/FV3_RT/rt_7309/rap_diag_debug -Checking test 096 rap_diag_debug results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/INTEL/rap_control_debug +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_10010/rap_unified_drag_suite_debug +Checking test 096 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 = 297.992960 -0:The maximum resident set size (KB) = 1069984 +0:The total amount of wall time = 286.425862 +0:The maximum resident set size (KB) = 987060 -Test 096 rap_diag_debug PASS +Test 096 rap_unified_drag_suite_debug PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230418/INTEL/rap_cires_ugwp_debug -working dir = /glade/scratch/epicufsrt/FV3_RT/rt_7309/rap_cires_ugwp_debug -Checking test 097 rap_cires_ugwp_debug results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/INTEL/rap_diag_debug +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_10010/rap_diag_debug +Checking test 097 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 = 291.742725 -0:The maximum resident set size (KB) = 985792 +0:The total amount of wall time = 297.463093 +0:The maximum resident set size (KB) = 1070312 -Test 097 rap_cires_ugwp_debug PASS +Test 097 rap_diag_debug PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230418/INTEL/rap_cires_ugwp_debug -working dir = /glade/scratch/epicufsrt/FV3_RT/rt_7309/rap_unified_ugwp_debug -Checking test 098 rap_unified_ugwp_debug results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/INTEL/rap_cires_ugwp_debug +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_10010/rap_cires_ugwp_debug +Checking test 098 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 = 295.201147 -0:The maximum resident set size (KB) = 986816 +0:The total amount of wall time = 292.622886 +0:The maximum resident set size (KB) = 986260 -Test 098 rap_unified_ugwp_debug PASS +Test 098 rap_cires_ugwp_debug PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230418/INTEL/rap_lndp_debug -working dir = /glade/scratch/epicufsrt/FV3_RT/rt_7309/rap_lndp_debug -Checking test 099 rap_lndp_debug results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/INTEL/rap_cires_ugwp_debug +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_10010/rap_unified_ugwp_debug +Checking test 099 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 = 290.173800 -0:The maximum resident set size (KB) = 987444 +0:The total amount of wall time = 292.282315 +0:The maximum resident set size (KB) = 987268 -Test 099 rap_lndp_debug PASS +Test 099 rap_unified_ugwp_debug PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230418/INTEL/rap_flake_debug -working dir = /glade/scratch/epicufsrt/FV3_RT/rt_7309/rap_flake_debug -Checking test 100 rap_flake_debug results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/INTEL/rap_lndp_debug +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_10010/rap_lndp_debug +Checking test 100 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 = 287.976333 -0:The maximum resident set size (KB) = 986616 +0:The total amount of wall time = 288.947041 +0:The maximum resident set size (KB) = 987828 -Test 100 rap_flake_debug PASS +Test 100 rap_lndp_debug PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230418/INTEL/rap_progcld_thompson_debug -working dir = /glade/scratch/epicufsrt/FV3_RT/rt_7309/rap_progcld_thompson_debug +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/INTEL/rap_progcld_thompson_debug +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_10010/rap_progcld_thompson_debug Checking test 101 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 = 286.456969 -0:The maximum resident set size (KB) = 986588 +0:The total amount of wall time = 286.892291 +0:The maximum resident set size (KB) = 987112 Test 101 rap_progcld_thompson_debug PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230418/INTEL/rap_noah_debug -working dir = /glade/scratch/epicufsrt/FV3_RT/rt_7309/rap_noah_debug +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/INTEL/rap_noah_debug +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_10010/rap_noah_debug Checking test 102 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 = 282.083508 -0:The maximum resident set size (KB) = 984456 +0:The total amount of wall time = 281.234122 +0:The maximum resident set size (KB) = 985180 Test 102 rap_noah_debug PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230418/INTEL/rap_sfcdiff_debug -working dir = /glade/scratch/epicufsrt/FV3_RT/rt_7309/rap_sfcdiff_debug +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/INTEL/rap_sfcdiff_debug +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_10010/rap_sfcdiff_debug Checking test 103 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 = 286.240114 -0:The maximum resident set size (KB) = 986356 +0:The total amount of wall time = 287.418756 +0:The maximum resident set size (KB) = 986952 Test 103 rap_sfcdiff_debug PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230418/INTEL/rap_noah_sfcdiff_cires_ugwp_debug -working dir = /glade/scratch/epicufsrt/FV3_RT/rt_7309/rap_noah_sfcdiff_cires_ugwp_debug +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/INTEL/rap_noah_sfcdiff_cires_ugwp_debug +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_10010/rap_noah_sfcdiff_cires_ugwp_debug Checking test 104 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 = 474.892403 -0:The maximum resident set size (KB) = 985280 +0:The total amount of wall time = 469.999853 +0:The maximum resident set size (KB) = 985804 Test 104 rap_noah_sfcdiff_cires_ugwp_debug PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230418/INTEL/rrfs_v1beta_debug -working dir = /glade/scratch/epicufsrt/FV3_RT/rt_7309/rrfs_v1beta_debug +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/INTEL/rrfs_v1beta_debug +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_10010/rrfs_v1beta_debug Checking test 105 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 = 282.222650 -0:The maximum resident set size (KB) = 983432 +0:The total amount of wall time = 282.840863 +0:The maximum resident set size (KB) = 983004 Test 105 rrfs_v1beta_debug PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230418/INTEL/control_wam_debug -working dir = /glade/scratch/epicufsrt/FV3_RT/rt_7309/control_wam_debug -Checking test 106 control_wam_debug results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/INTEL/rap_clm_lake_debug +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_10010/rap_clm_lake_debug +Checking test 106 rap_clm_lake_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.130988 +0:The maximum resident set size (KB) = 989996 + +Test 106 rap_clm_lake_debug PASS + + +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/INTEL/rap_flake_debug +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_10010/rap_flake_debug +Checking test 107 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 = 287.902870 +0:The maximum resident set size (KB) = 987348 + +Test 107 rap_flake_debug PASS + + +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/INTEL/control_wam_debug +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_10010/control_wam_debug +Checking test 108 control_wam_debug results .... Comparing sfcf019.nc .........OK Comparing atmf019.nc .........OK -0:The total amount of wall time = 299.066112 -0:The maximum resident set size (KB) = 235296 +0:The total amount of wall time = 290.175655 +0:The maximum resident set size (KB) = 235700 -Test 106 control_wam_debug PASS +Test 108 control_wam_debug PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230418/INTEL/regional_spp_sppt_shum_skeb_dyn32_phy32 -working dir = /glade/scratch/epicufsrt/FV3_RT/rt_7309/regional_spp_sppt_shum_skeb_dyn32_phy32 -Checking test 107 regional_spp_sppt_shum_skeb_dyn32_phy32 results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/INTEL/regional_spp_sppt_shum_skeb_dyn32_phy32 +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_10010/regional_spp_sppt_shum_skeb_dyn32_phy32 +Checking test 109 regional_spp_sppt_shum_skeb_dyn32_phy32 results .... Comparing dynf000.nc .........OK Comparing dynf001.nc .........OK Comparing phyf000.nc .........OK @@ -3585,15 +3585,15 @@ Checking test 107 regional_spp_sppt_shum_skeb_dyn32_phy32 results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF01 .........OK -0:The total amount of wall time = 239.645019 -0:The maximum resident set size (KB) = 851052 +0:The total amount of wall time = 246.296774 +0:The maximum resident set size (KB) = 855112 -Test 107 regional_spp_sppt_shum_skeb_dyn32_phy32 PASS +Test 109 regional_spp_sppt_shum_skeb_dyn32_phy32 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230418/INTEL/rap_control_dyn32_phy32 -working dir = /glade/scratch/epicufsrt/FV3_RT/rt_7309/rap_control_dyn32_phy32 -Checking test 108 rap_control_dyn32_phy32 results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/INTEL/rap_control_dyn32_phy32 +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_10010/rap_control_dyn32_phy32 +Checking test 110 rap_control_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -3639,15 +3639,15 @@ Checking test 108 rap_control_dyn32_phy32 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -0:The total amount of wall time = 402.020825 -0:The maximum resident set size (KB) = 707908 +0:The total amount of wall time = 395.741265 +0:The maximum resident set size (KB) = 708008 -Test 108 rap_control_dyn32_phy32 PASS +Test 110 rap_control_dyn32_phy32 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230418/INTEL/hrrr_control_dyn32_phy32 -working dir = /glade/scratch/epicufsrt/FV3_RT/rt_7309/hrrr_control_dyn32_phy32 -Checking test 109 hrrr_control_dyn32_phy32 results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/INTEL/hrrr_control_dyn32_phy32 +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_10010/hrrr_control_dyn32_phy32 +Checking test 111 hrrr_control_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -3660,48 +3660,48 @@ Checking test 109 hrrr_control_dyn32_phy32 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF09 .........OK Comparing GFSPRS.GrbF12 .........OK - Comparing RESTART/20210322.180000.coupler.res .........OK - Comparing RESTART/20210322.180000.fv_core.res.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile1.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile2.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile3.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile4.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile5.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile6.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile1.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile2.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile3.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile4.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile5.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile6.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile1.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile2.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile3.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile4.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile5.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile6.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile1.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile2.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile3.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile4.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile5.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile6.nc .........OK - -0:The total amount of wall time = 209.381857 -0:The maximum resident set size (KB) = 706424 - -Test 109 hrrr_control_dyn32_phy32 PASS - - -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230418/INTEL/rap_control_dyn32_phy32 -working dir = /glade/scratch/epicufsrt/FV3_RT/rt_7309/rap_2threads_dyn32_phy32 -Checking test 110 rap_2threads_dyn32_phy32 results .... + Comparing RESTART/20210322.120000.coupler.res .........OK + Comparing RESTART/20210322.120000.fv_core.res.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile6.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK + +0:The total amount of wall time = 202.195920 +0:The maximum resident set size (KB) = 707968 + +Test 111 hrrr_control_dyn32_phy32 PASS + + +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/INTEL/rap_control_dyn32_phy32 +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_10010/rap_2threads_dyn32_phy32 +Checking test 112 rap_2threads_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -3747,15 +3747,15 @@ Checking test 110 rap_2threads_dyn32_phy32 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -0:The total amount of wall time = 386.799841 -0:The maximum resident set size (KB) = 759676 +0:The total amount of wall time = 384.915491 +0:The maximum resident set size (KB) = 759788 -Test 110 rap_2threads_dyn32_phy32 PASS +Test 112 rap_2threads_dyn32_phy32 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230418/INTEL/hrrr_control_dyn32_phy32 -working dir = /glade/scratch/epicufsrt/FV3_RT/rt_7309/hrrr_control_2threads_dyn32_phy32 -Checking test 111 hrrr_control_2threads_dyn32_phy32 results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/INTEL/hrrr_control_dyn32_phy32 +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_10010/hrrr_control_2threads_dyn32_phy32 +Checking test 113 hrrr_control_2threads_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -3768,48 +3768,48 @@ Checking test 111 hrrr_control_2threads_dyn32_phy32 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF09 .........OK Comparing GFSPRS.GrbF12 .........OK - Comparing RESTART/20210322.180000.coupler.res .........OK - Comparing RESTART/20210322.180000.fv_core.res.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile1.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile2.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile3.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile4.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile5.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile6.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile1.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile2.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile3.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile4.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile5.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile6.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile1.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile2.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile3.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile4.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile5.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile6.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile1.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile2.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile3.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile4.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile5.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile6.nc .........OK - -0:The total amount of wall time = 201.205524 -0:The maximum resident set size (KB) = 756484 - -Test 111 hrrr_control_2threads_dyn32_phy32 PASS - - -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230418/INTEL/hrrr_control_dyn32_phy32 -working dir = /glade/scratch/epicufsrt/FV3_RT/rt_7309/hrrr_control_decomp_dyn32_phy32 -Checking test 112 hrrr_control_decomp_dyn32_phy32 results .... + Comparing RESTART/20210322.120000.coupler.res .........OK + Comparing RESTART/20210322.120000.fv_core.res.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile6.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK + +0:The total amount of wall time = 274.564757 +0:The maximum resident set size (KB) = 753348 + +Test 113 hrrr_control_2threads_dyn32_phy32 PASS + + +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/INTEL/hrrr_control_dyn32_phy32 +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_10010/hrrr_control_decomp_dyn32_phy32 +Checking test 114 hrrr_control_decomp_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -3822,48 +3822,48 @@ Checking test 112 hrrr_control_decomp_dyn32_phy32 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF09 .........OK Comparing GFSPRS.GrbF12 .........OK - Comparing RESTART/20210322.180000.coupler.res .........OK - Comparing RESTART/20210322.180000.fv_core.res.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile1.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile2.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile3.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile4.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile5.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile6.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile1.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile2.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile3.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile4.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile5.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile6.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile1.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile2.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile3.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile4.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile5.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile6.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile1.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile2.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile3.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile4.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile5.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile6.nc .........OK - -0:The total amount of wall time = 218.799957 -0:The maximum resident set size (KB) = 704432 - -Test 112 hrrr_control_decomp_dyn32_phy32 PASS - - -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230418/INTEL/rap_control_dyn32_phy32 -working dir = /glade/scratch/epicufsrt/FV3_RT/rt_7309/rap_restart_dyn32_phy32 -Checking test 113 rap_restart_dyn32_phy32 results .... + Comparing RESTART/20210322.120000.coupler.res .........OK + Comparing RESTART/20210322.120000.fv_core.res.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile6.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK + +0:The total amount of wall time = 212.351834 +0:The maximum resident set size (KB) = 705864 + +Test 114 hrrr_control_decomp_dyn32_phy32 PASS + + +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/INTEL/rap_control_dyn32_phy32 +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_10010/rap_restart_dyn32_phy32 +Checking test 115 rap_restart_dyn32_phy32 results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK Comparing GFSFLX.GrbF12 .........OK @@ -3901,61 +3901,29 @@ Checking test 113 rap_restart_dyn32_phy32 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -0:The total amount of wall time = 296.595500 -0:The maximum resident set size (KB) = 544672 +0:The total amount of wall time = 297.465616 +0:The maximum resident set size (KB) = 545340 -Test 113 rap_restart_dyn32_phy32 PASS +Test 115 rap_restart_dyn32_phy32 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230418/INTEL/hrrr_control_dyn32_phy32 -working dir = /glade/scratch/epicufsrt/FV3_RT/rt_7309/hrrr_control_restart_dyn32_phy32 -Checking test 114 hrrr_control_restart_dyn32_phy32 results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/INTEL/hrrr_control_dyn32_phy32 +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_10010/hrrr_control_restart_dyn32_phy32 +Checking test 116 hrrr_control_restart_dyn32_phy32 results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK Comparing GFSFLX.GrbF12 .........OK Comparing GFSPRS.GrbF12 .........OK - Comparing RESTART/20210322.180000.coupler.res .........OK - Comparing RESTART/20210322.180000.fv_core.res.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile1.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile2.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile3.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile4.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile5.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile6.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile1.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile2.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile3.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile4.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile5.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile6.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile1.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile2.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile3.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile4.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile5.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile6.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile1.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile2.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile3.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile4.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile5.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile6.nc .........OK -0:The total amount of wall time = 107.270669 -0:The maximum resident set size (KB) = 537424 +0:The total amount of wall time = 103.509032 +0:The maximum resident set size (KB) = 536636 -Test 114 hrrr_control_restart_dyn32_phy32 PASS +Test 116 hrrr_control_restart_dyn32_phy32 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230418/INTEL/rap_control_dyn64_phy32 -working dir = /glade/scratch/epicufsrt/FV3_RT/rt_7309/rap_control_dyn64_phy32 -Checking test 115 rap_control_dyn64_phy32 results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/INTEL/rap_control_dyn64_phy32 +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_10010/rap_control_dyn64_phy32 +Checking test 117 rap_control_dyn64_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -4001,82 +3969,82 @@ Checking test 115 rap_control_dyn64_phy32 results .... Comparing RESTART/20210322.180000.sfc_data.tile5.nc .........OK Comparing RESTART/20210322.180000.sfc_data.tile6.nc .........OK -0:The total amount of wall time = 274.048274 -0:The maximum resident set size (KB) = 730388 +0:The total amount of wall time = 273.628032 +0:The maximum resident set size (KB) = 730556 -Test 115 rap_control_dyn64_phy32 PASS +Test 117 rap_control_dyn64_phy32 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230418/INTEL/rap_control_debug_dyn32_phy32 -working dir = /glade/scratch/epicufsrt/FV3_RT/rt_7309/rap_control_debug_dyn32_phy32 -Checking test 116 rap_control_debug_dyn32_phy32 results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/INTEL/rap_control_debug_dyn32_phy32 +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_10010/rap_control_debug_dyn32_phy32 +Checking test 118 rap_control_debug_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 287.017359 -0:The maximum resident set size (KB) = 872972 +0:The total amount of wall time = 282.128325 +0:The maximum resident set size (KB) = 872220 -Test 116 rap_control_debug_dyn32_phy32 PASS +Test 118 rap_control_debug_dyn32_phy32 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230418/INTEL/hrrr_control_debug_dyn32_phy32 -working dir = /glade/scratch/epicufsrt/FV3_RT/rt_7309/hrrr_control_debug_dyn32_phy32 -Checking test 117 hrrr_control_debug_dyn32_phy32 results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/INTEL/hrrr_control_debug_dyn32_phy32 +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_10010/hrrr_control_debug_dyn32_phy32 +Checking test 119 hrrr_control_debug_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 283.245002 -0:The maximum resident set size (KB) = 871140 +0:The total amount of wall time = 275.179346 +0:The maximum resident set size (KB) = 870928 -Test 117 hrrr_control_debug_dyn32_phy32 PASS +Test 119 hrrr_control_debug_dyn32_phy32 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230418/INTEL/rap_control_debug_dyn64_phy32 -working dir = /glade/scratch/epicufsrt/FV3_RT/rt_7309/rap_control_dyn64_phy32_debug -Checking test 118 rap_control_dyn64_phy32_debug results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/INTEL/rap_control_debug_dyn64_phy32 +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_10010/rap_control_dyn64_phy32_debug +Checking test 120 rap_control_dyn64_phy32_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 = 289.687981 -0:The maximum resident set size (KB) = 890056 +0:The total amount of wall time = 285.197823 +0:The maximum resident set size (KB) = 893076 -Test 118 rap_control_dyn64_phy32_debug PASS +Test 120 rap_control_dyn64_phy32_debug PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230418/INTEL/hafs_regional_atm -working dir = /glade/scratch/epicufsrt/FV3_RT/rt_7309/hafs_regional_atm -Checking test 119 hafs_regional_atm results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/INTEL/hafs_regional_atm +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_10010/hafs_regional_atm +Checking test 121 hafs_regional_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing HURPRS.GrbF06 .........OK -0:The total amount of wall time = 261.333436 -0:The maximum resident set size (KB) = 742668 +0:The total amount of wall time = 259.493244 +0:The maximum resident set size (KB) = 742816 -Test 119 hafs_regional_atm PASS +Test 121 hafs_regional_atm PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230418/INTEL/hafs_regional_atm_thompson_gfdlsf -working dir = /glade/scratch/epicufsrt/FV3_RT/rt_7309/hafs_regional_atm_thompson_gfdlsf -Checking test 120 hafs_regional_atm_thompson_gfdlsf results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/INTEL/hafs_regional_atm_thompson_gfdlsf +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_10010/hafs_regional_atm_thompson_gfdlsf +Checking test 122 hafs_regional_atm_thompson_gfdlsf results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK -0:The total amount of wall time = 294.815274 -0:The maximum resident set size (KB) = 1099664 +0:The total amount of wall time = 293.170057 +0:The maximum resident set size (KB) = 1098432 -Test 120 hafs_regional_atm_thompson_gfdlsf PASS +Test 122 hafs_regional_atm_thompson_gfdlsf PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230418/INTEL/hafs_regional_atm_ocn -working dir = /glade/scratch/epicufsrt/FV3_RT/rt_7309/hafs_regional_atm_ocn -Checking test 121 hafs_regional_atm_ocn results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/INTEL/hafs_regional_atm_ocn +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_10010/hafs_regional_atm_ocn +Checking test 123 hafs_regional_atm_ocn results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing archv.2019_241_06.a .........OK @@ -4084,15 +4052,15 @@ Checking test 121 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 = 454.040584 -0:The maximum resident set size (KB) = 741072 +0:The total amount of wall time = 454.458371 +0:The maximum resident set size (KB) = 743464 -Test 121 hafs_regional_atm_ocn PASS +Test 123 hafs_regional_atm_ocn PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230418/INTEL/hafs_regional_atm_wav -working dir = /glade/scratch/epicufsrt/FV3_RT/rt_7309/hafs_regional_atm_wav -Checking test 122 hafs_regional_atm_wav results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/INTEL/hafs_regional_atm_wav +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_10010/hafs_regional_atm_wav +Checking test 124 hafs_regional_atm_wav results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing 20190829.060000.out_grd.ww3 .........OK @@ -4100,15 +4068,15 @@ Checking test 122 hafs_regional_atm_wav results .... Comparing ufs.hafs.ww3.r.2019-08-29-21600 .........OK Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK -0:The total amount of wall time = 1022.908737 -0:The maximum resident set size (KB) = 768840 +0:The total amount of wall time = 1045.810077 +0:The maximum resident set size (KB) = 772600 -Test 122 hafs_regional_atm_wav PASS +Test 124 hafs_regional_atm_wav PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230418/INTEL/hafs_regional_atm_ocn_wav -working dir = /glade/scratch/epicufsrt/FV3_RT/rt_7309/hafs_regional_atm_ocn_wav -Checking test 123 hafs_regional_atm_ocn_wav results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/INTEL/hafs_regional_atm_ocn_wav +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_10010/hafs_regional_atm_ocn_wav +Checking test 125 hafs_regional_atm_ocn_wav results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing archv.2019_241_06.a .........OK @@ -4118,29 +4086,29 @@ Checking test 123 hafs_regional_atm_ocn_wav results .... Comparing ufs.hafs.ww3.r.2019-08-29-21600 .........OK Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK -0:The total amount of wall time = 1108.879963 -0:The maximum resident set size (KB) = 792712 +0:The total amount of wall time = 1111.222502 +0:The maximum resident set size (KB) = 793424 -Test 123 hafs_regional_atm_ocn_wav PASS +Test 125 hafs_regional_atm_ocn_wav PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230418/INTEL/hafs_regional_1nest_atm -working dir = /glade/scratch/epicufsrt/FV3_RT/rt_7309/hafs_regional_1nest_atm -Checking test 124 hafs_regional_1nest_atm results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/INTEL/hafs_regional_1nest_atm +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_10010/hafs_regional_1nest_atm +Checking test 126 hafs_regional_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 = 377.178905 -0:The maximum resident set size (KB) = 300764 +0:The total amount of wall time = 378.622629 +0:The maximum resident set size (KB) = 301120 -Test 124 hafs_regional_1nest_atm PASS +Test 126 hafs_regional_1nest_atm PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230418/INTEL/hafs_regional_telescopic_2nests_atm -working dir = /glade/scratch/epicufsrt/FV3_RT/rt_7309/hafs_regional_telescopic_2nests_atm -Checking test 125 hafs_regional_telescopic_2nests_atm results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/INTEL/hafs_regional_telescopic_2nests_atm +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_10010/hafs_regional_telescopic_2nests_atm +Checking test 127 hafs_regional_telescopic_2nests_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK @@ -4148,29 +4116,29 @@ Checking test 125 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 = 418.540193 -0:The maximum resident set size (KB) = 320444 +0:The total amount of wall time = 416.035723 +0:The maximum resident set size (KB) = 320820 -Test 125 hafs_regional_telescopic_2nests_atm PASS +Test 127 hafs_regional_telescopic_2nests_atm PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230418/INTEL/hafs_global_1nest_atm -working dir = /glade/scratch/epicufsrt/FV3_RT/rt_7309/hafs_global_1nest_atm -Checking test 126 hafs_global_1nest_atm results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/INTEL/hafs_global_1nest_atm +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_10010/hafs_global_1nest_atm +Checking test 128 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 = 172.018136 -0:The maximum resident set size (KB) = 213700 +0:The total amount of wall time = 171.550175 +0:The maximum resident set size (KB) = 214460 -Test 126 hafs_global_1nest_atm PASS +Test 128 hafs_global_1nest_atm PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230418/INTEL/hafs_global_multiple_4nests_atm -working dir = /glade/scratch/epicufsrt/FV3_RT/rt_7309/hafs_global_multiple_4nests_atm -Checking test 127 hafs_global_multiple_4nests_atm results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/INTEL/hafs_global_multiple_4nests_atm +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_10010/hafs_global_multiple_4nests_atm +Checking test 129 hafs_global_multiple_4nests_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK @@ -4187,15 +4155,15 @@ Checking test 127 hafs_global_multiple_4nests_atm results .... Comparing HURPRS.GrbF06.nest04 .........OK Comparing HURPRS.GrbF06.nest05 .........OK -0:The total amount of wall time = 484.704166 -0:The maximum resident set size (KB) = 302524 +0:The total amount of wall time = 479.916174 +0:The maximum resident set size (KB) = 303304 -Test 127 hafs_global_multiple_4nests_atm PASS +Test 129 hafs_global_multiple_4nests_atm PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230418/INTEL/hafs_regional_specified_moving_1nest_atm -working dir = /glade/scratch/epicufsrt/FV3_RT/rt_7309/hafs_regional_specified_moving_1nest_atm -Checking test 128 hafs_regional_specified_moving_1nest_atm results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/INTEL/hafs_regional_specified_moving_1nest_atm +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_10010/hafs_regional_specified_moving_1nest_atm +Checking test 130 hafs_regional_specified_moving_1nest_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK @@ -4203,29 +4171,29 @@ Checking test 128 hafs_regional_specified_moving_1nest_atm results .... Comparing HURPRS.GrbF06 .........OK Comparing HURPRS.GrbF06.nest02 .........OK -0:The total amount of wall time = 243.374540 -0:The maximum resident set size (KB) = 318936 +0:The total amount of wall time = 241.769804 +0:The maximum resident set size (KB) = 319100 -Test 128 hafs_regional_specified_moving_1nest_atm PASS +Test 130 hafs_regional_specified_moving_1nest_atm PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230418/INTEL/hafs_regional_storm_following_1nest_atm -working dir = /glade/scratch/epicufsrt/FV3_RT/rt_7309/hafs_regional_storm_following_1nest_atm -Checking test 129 hafs_regional_storm_following_1nest_atm results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/INTEL/hafs_regional_storm_following_1nest_atm +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_10010/hafs_regional_storm_following_1nest_atm +Checking test 131 hafs_regional_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 = 227.031099 -0:The maximum resident set size (KB) = 317752 +0:The total amount of wall time = 229.445505 +0:The maximum resident set size (KB) = 318776 -Test 129 hafs_regional_storm_following_1nest_atm PASS +Test 131 hafs_regional_storm_following_1nest_atm PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230418/INTEL/hafs_regional_storm_following_1nest_atm_ocn -working dir = /glade/scratch/epicufsrt/FV3_RT/rt_7309/hafs_regional_storm_following_1nest_atm_ocn -Checking test 130 hafs_regional_storm_following_1nest_atm_ocn results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/INTEL/hafs_regional_storm_following_1nest_atm_ocn +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_10010/hafs_regional_storm_following_1nest_atm_ocn +Checking test 132 hafs_regional_storm_following_1nest_atm_ocn results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK @@ -4233,43 +4201,43 @@ Checking test 130 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 = 282.631944 -0:The maximum resident set size (KB) = 375972 +0:The total amount of wall time = 281.890180 +0:The maximum resident set size (KB) = 375404 -Test 130 hafs_regional_storm_following_1nest_atm_ocn PASS +Test 132 hafs_regional_storm_following_1nest_atm_ocn PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230418/INTEL/hafs_global_storm_following_1nest_atm -working dir = /glade/scratch/epicufsrt/FV3_RT/rt_7309/hafs_global_storm_following_1nest_atm -Checking test 131 hafs_global_storm_following_1nest_atm results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/INTEL/hafs_global_storm_following_1nest_atm +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_10010/hafs_global_storm_following_1nest_atm +Checking test 133 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 = 66.853354 -0:The maximum resident set size (KB) = 234016 +0:The total amount of wall time = 66.496798 +0:The maximum resident set size (KB) = 233716 -Test 131 hafs_global_storm_following_1nest_atm PASS +Test 133 hafs_global_storm_following_1nest_atm PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230418/INTEL/hafs_regional_storm_following_1nest_atm_ocn_debug -working dir = /glade/scratch/epicufsrt/FV3_RT/rt_7309/hafs_regional_storm_following_1nest_atm_ocn_debug -Checking test 132 hafs_regional_storm_following_1nest_atm_ocn_debug results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/INTEL/hafs_regional_storm_following_1nest_atm_ocn_debug +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_10010/hafs_regional_storm_following_1nest_atm_ocn_debug +Checking test 134 hafs_regional_storm_following_1nest_atm_ocn_debug results .... Comparing atmf001.nc .........OK Comparing sfcf001.nc .........OK Comparing atm.nest02.f001.nc .........OK Comparing sfc.nest02.f001.nc .........OK -0:The total amount of wall time = 768.075635 -0:The maximum resident set size (KB) = 402732 +0:The total amount of wall time = 764.056021 +0:The maximum resident set size (KB) = 401668 -Test 132 hafs_regional_storm_following_1nest_atm_ocn_debug PASS +Test 134 hafs_regional_storm_following_1nest_atm_ocn_debug PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230418/INTEL/hafs_regional_storm_following_1nest_atm_ocn_wav -working dir = /glade/scratch/epicufsrt/FV3_RT/rt_7309/hafs_regional_storm_following_1nest_atm_ocn_wav -Checking test 133 hafs_regional_storm_following_1nest_atm_ocn_wav results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/INTEL/hafs_regional_storm_following_1nest_atm_ocn_wav +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_10010/hafs_regional_storm_following_1nest_atm_ocn_wav +Checking test 135 hafs_regional_storm_following_1nest_atm_ocn_wav results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK @@ -4279,162 +4247,162 @@ Checking test 133 hafs_regional_storm_following_1nest_atm_ocn_wav results .... Comparing 20200825.180000.out_grd.ww3 .........OK Comparing 20200825.180000.out_pnt.ww3 .........OK -0:The total amount of wall time = 723.795493 -0:The maximum resident set size (KB) = 426604 +0:The total amount of wall time = 726.646921 +0:The maximum resident set size (KB) = 427572 -Test 133 hafs_regional_storm_following_1nest_atm_ocn_wav PASS +Test 135 hafs_regional_storm_following_1nest_atm_ocn_wav PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230418/INTEL/hafs_regional_docn -working dir = /glade/scratch/epicufsrt/FV3_RT/rt_7309/hafs_regional_docn -Checking test 134 hafs_regional_docn results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/INTEL/hafs_regional_docn +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_10010/hafs_regional_docn +Checking test 136 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 = 389.591145 -0:The maximum resident set size (KB) = 755448 +0:The total amount of wall time = 390.016329 +0:The maximum resident set size (KB) = 756560 -Test 134 hafs_regional_docn PASS +Test 136 hafs_regional_docn PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230418/INTEL/hafs_regional_docn_oisst -working dir = /glade/scratch/epicufsrt/FV3_RT/rt_7309/hafs_regional_docn_oisst -Checking test 135 hafs_regional_docn_oisst results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/INTEL/hafs_regional_docn_oisst +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_10010/hafs_regional_docn_oisst +Checking test 137 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 = 394.331574 -0:The maximum resident set size (KB) = 735456 +0:The total amount of wall time = 383.875071 +0:The maximum resident set size (KB) = 736276 -Test 135 hafs_regional_docn_oisst PASS +Test 137 hafs_regional_docn_oisst PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230418/INTEL/hafs_regional_datm_cdeps -working dir = /glade/scratch/epicufsrt/FV3_RT/rt_7309/hafs_regional_datm_cdeps -Checking test 136 hafs_regional_datm_cdeps results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/INTEL/hafs_regional_datm_cdeps +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_10010/hafs_regional_datm_cdeps +Checking test 138 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 = 1268.985930 -0:The maximum resident set size (KB) = 887848 +0:The total amount of wall time = 1278.174986 +0:The maximum resident set size (KB) = 887836 -Test 136 hafs_regional_datm_cdeps PASS +Test 138 hafs_regional_datm_cdeps PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230418/INTEL/datm_cdeps_control_cfsr -working dir = /glade/scratch/epicufsrt/FV3_RT/rt_7309/datm_cdeps_control_cfsr -Checking test 137 datm_cdeps_control_cfsr results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/INTEL/datm_cdeps_control_cfsr +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_10010/datm_cdeps_control_cfsr +Checking test 139 datm_cdeps_control_cfsr results .... Comparing RESTART/20111002.000000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK -0:The total amount of wall time = 166.872791 -0:The maximum resident set size (KB) = 727772 +0:The total amount of wall time = 167.988598 +0:The maximum resident set size (KB) = 727976 -Test 137 datm_cdeps_control_cfsr PASS +Test 139 datm_cdeps_control_cfsr PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230418/INTEL/datm_cdeps_control_cfsr -working dir = /glade/scratch/epicufsrt/FV3_RT/rt_7309/datm_cdeps_restart_cfsr -Checking test 138 datm_cdeps_restart_cfsr results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/INTEL/datm_cdeps_control_cfsr +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_10010/datm_cdeps_restart_cfsr +Checking test 140 datm_cdeps_restart_cfsr results .... Comparing RESTART/20111002.000000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK -0:The total amount of wall time = 99.624296 -0:The maximum resident set size (KB) = 704856 +0:The total amount of wall time = 101.299942 +0:The maximum resident set size (KB) = 704812 -Test 138 datm_cdeps_restart_cfsr PASS +Test 140 datm_cdeps_restart_cfsr PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230418/INTEL/datm_cdeps_control_gefs -working dir = /glade/scratch/epicufsrt/FV3_RT/rt_7309/datm_cdeps_control_gefs -Checking test 139 datm_cdeps_control_gefs results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/INTEL/datm_cdeps_control_gefs +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_10010/datm_cdeps_control_gefs +Checking test 141 datm_cdeps_control_gefs results .... Comparing RESTART/20111002.000000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS_NEW.cpl.r.2011-10-02-00000.nc .........OK -0:The total amount of wall time = 161.703123 -0:The maximum resident set size (KB) = 607440 +0:The total amount of wall time = 155.804191 +0:The maximum resident set size (KB) = 607488 -Test 139 datm_cdeps_control_gefs PASS +Test 141 datm_cdeps_control_gefs PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230418/INTEL/datm_cdeps_iau_gefs -working dir = /glade/scratch/epicufsrt/FV3_RT/rt_7309/datm_cdeps_iau_gefs -Checking test 140 datm_cdeps_iau_gefs results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/INTEL/datm_cdeps_iau_gefs +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_10010/datm_cdeps_iau_gefs +Checking test 142 datm_cdeps_iau_gefs results .... Comparing RESTART/20111002.000000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS_NEW.cpl.r.2011-10-02-00000.nc .........OK -0:The total amount of wall time = 159.030606 -0:The maximum resident set size (KB) = 607468 +0:The total amount of wall time = 163.732550 +0:The maximum resident set size (KB) = 607436 -Test 140 datm_cdeps_iau_gefs PASS +Test 142 datm_cdeps_iau_gefs PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230418/INTEL/datm_cdeps_stochy_gefs -working dir = /glade/scratch/epicufsrt/FV3_RT/rt_7309/datm_cdeps_stochy_gefs -Checking test 141 datm_cdeps_stochy_gefs results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/INTEL/datm_cdeps_stochy_gefs +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_10010/datm_cdeps_stochy_gefs +Checking test 143 datm_cdeps_stochy_gefs results .... Comparing RESTART/20111002.000000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS_NEW.cpl.r.2011-10-02-00000.nc .........OK -0:The total amount of wall time = 164.820867 -0:The maximum resident set size (KB) = 607456 +0:The total amount of wall time = 164.583837 +0:The maximum resident set size (KB) = 607492 -Test 141 datm_cdeps_stochy_gefs PASS +Test 143 datm_cdeps_stochy_gefs PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230418/INTEL/datm_cdeps_ciceC_cfsr -working dir = /glade/scratch/epicufsrt/FV3_RT/rt_7309/datm_cdeps_ciceC_cfsr -Checking test 142 datm_cdeps_ciceC_cfsr results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/INTEL/datm_cdeps_ciceC_cfsr +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_10010/datm_cdeps_ciceC_cfsr +Checking test 144 datm_cdeps_ciceC_cfsr results .... Comparing RESTART/20111002.000000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK -0:The total amount of wall time = 162.864883 -0:The maximum resident set size (KB) = 716680 +0:The total amount of wall time = 167.462734 +0:The maximum resident set size (KB) = 716676 -Test 142 datm_cdeps_ciceC_cfsr PASS +Test 144 datm_cdeps_ciceC_cfsr PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230418/INTEL/datm_cdeps_bulk_cfsr -working dir = /glade/scratch/epicufsrt/FV3_RT/rt_7309/datm_cdeps_bulk_cfsr -Checking test 143 datm_cdeps_bulk_cfsr results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/INTEL/datm_cdeps_bulk_cfsr +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_10010/datm_cdeps_bulk_cfsr +Checking test 145 datm_cdeps_bulk_cfsr results .... Comparing RESTART/20111002.000000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK -0:The total amount of wall time = 168.512628 -0:The maximum resident set size (KB) = 717176 +0:The total amount of wall time = 168.237363 +0:The maximum resident set size (KB) = 716704 -Test 143 datm_cdeps_bulk_cfsr PASS +Test 145 datm_cdeps_bulk_cfsr PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230418/INTEL/datm_cdeps_bulk_gefs -working dir = /glade/scratch/epicufsrt/FV3_RT/rt_7309/datm_cdeps_bulk_gefs -Checking test 144 datm_cdeps_bulk_gefs results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/INTEL/datm_cdeps_bulk_gefs +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_10010/datm_cdeps_bulk_gefs +Checking test 146 datm_cdeps_bulk_gefs results .... Comparing RESTART/20111002.000000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS_NEW.cpl.r.2011-10-02-00000.nc .........OK -0:The total amount of wall time = 161.004640 -0:The maximum resident set size (KB) = 607492 +0:The total amount of wall time = 160.403618 +0:The maximum resident set size (KB) = 607456 -Test 144 datm_cdeps_bulk_gefs PASS +Test 146 datm_cdeps_bulk_gefs PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230418/INTEL/datm_cdeps_mx025_cfsr -working dir = /glade/scratch/epicufsrt/FV3_RT/rt_7309/datm_cdeps_mx025_cfsr -Checking test 145 datm_cdeps_mx025_cfsr results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/INTEL/datm_cdeps_mx025_cfsr +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_10010/datm_cdeps_mx025_cfsr +Checking test 147 datm_cdeps_mx025_cfsr results .... Comparing RESTART/20111001.120000.MOM.res.nc .........OK Comparing RESTART/20111001.120000.MOM.res_1.nc .........OK Comparing RESTART/20111001.120000.MOM.res_2.nc .........OK @@ -4442,15 +4410,15 @@ Checking test 145 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 = 415.369157 -0:The maximum resident set size (KB) = 514264 +0:The total amount of wall time = 427.807135 +0:The maximum resident set size (KB) = 514356 -Test 145 datm_cdeps_mx025_cfsr PASS +Test 147 datm_cdeps_mx025_cfsr PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230418/INTEL/datm_cdeps_mx025_gefs -working dir = /glade/scratch/epicufsrt/FV3_RT/rt_7309/datm_cdeps_mx025_gefs -Checking test 146 datm_cdeps_mx025_gefs results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/INTEL/datm_cdeps_mx025_gefs +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_10010/datm_cdeps_mx025_gefs +Checking test 148 datm_cdeps_mx025_gefs results .... Comparing RESTART/20111001.120000.MOM.res.nc .........OK Comparing RESTART/20111001.120000.MOM.res_1.nc .........OK Comparing RESTART/20111001.120000.MOM.res_2.nc .........OK @@ -4458,78 +4426,78 @@ Checking test 146 datm_cdeps_mx025_gefs results .... Comparing RESTART/iced.2011-10-01-43200.nc .........OK Comparing RESTART/DATM_GEFS_NEW.cpl.r.2011-10-01-43200.nc .........OK -0:The total amount of wall time = 416.438795 -0:The maximum resident set size (KB) = 494816 +0:The total amount of wall time = 415.046214 +0:The maximum resident set size (KB) = 494796 -Test 146 datm_cdeps_mx025_gefs PASS +Test 148 datm_cdeps_mx025_gefs PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230418/INTEL/datm_cdeps_control_cfsr -working dir = /glade/scratch/epicufsrt/FV3_RT/rt_7309/datm_cdeps_multiple_files_cfsr -Checking test 147 datm_cdeps_multiple_files_cfsr results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/INTEL/datm_cdeps_control_cfsr +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_10010/datm_cdeps_multiple_files_cfsr +Checking test 149 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 = 166.644257 -0:The maximum resident set size (KB) = 716720 +0:The total amount of wall time = 166.806932 +0:The maximum resident set size (KB) = 727832 -Test 147 datm_cdeps_multiple_files_cfsr PASS +Test 149 datm_cdeps_multiple_files_cfsr PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230418/INTEL/datm_cdeps_3072x1536_cfsr -working dir = /glade/scratch/epicufsrt/FV3_RT/rt_7309/datm_cdeps_3072x1536_cfsr -Checking test 148 datm_cdeps_3072x1536_cfsr results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/INTEL/datm_cdeps_3072x1536_cfsr +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_10010/datm_cdeps_3072x1536_cfsr +Checking test 150 datm_cdeps_3072x1536_cfsr results .... Comparing RESTART/20111002.000000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR3072x1536.cpl.r.2011-10-02-00000.nc .........OK -0:The total amount of wall time = 255.611279 -0:The maximum resident set size (KB) = 1910064 +0:The total amount of wall time = 266.848176 +0:The maximum resident set size (KB) = 1940268 -Test 148 datm_cdeps_3072x1536_cfsr PASS +Test 150 datm_cdeps_3072x1536_cfsr PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230418/INTEL/datm_cdeps_gfs -working dir = /glade/scratch/epicufsrt/FV3_RT/rt_7309/datm_cdeps_gfs -Checking test 149 datm_cdeps_gfs results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/INTEL/datm_cdeps_gfs +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_10010/datm_cdeps_gfs +Checking test 151 datm_cdeps_gfs results .... Comparing RESTART/20210323.060000.MOM.res.nc .........OK Comparing RESTART/iced.2021-03-23-21600.nc .........OK Comparing RESTART/DATM_GFS.cpl.r.2021-03-23-21600.nc .........OK -0:The total amount of wall time = 257.571916 -0:The maximum resident set size (KB) = 1941108 +0:The total amount of wall time = 256.226723 +0:The maximum resident set size (KB) = 1940260 -Test 149 datm_cdeps_gfs PASS +Test 151 datm_cdeps_gfs PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230418/INTEL/datm_cdeps_debug_cfsr -working dir = /glade/scratch/epicufsrt/FV3_RT/rt_7309/datm_cdeps_debug_cfsr -Checking test 150 datm_cdeps_debug_cfsr results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/INTEL/datm_cdeps_debug_cfsr +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_10010/datm_cdeps_debug_cfsr +Checking test 152 datm_cdeps_debug_cfsr results .... Comparing RESTART/20111001.060000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-01-21600.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-01-21600.nc .........OK -0:The total amount of wall time = 369.353290 -0:The maximum resident set size (KB) = 700732 +0:The total amount of wall time = 369.686146 +0:The maximum resident set size (KB) = 700692 -Test 150 datm_cdeps_debug_cfsr PASS +Test 152 datm_cdeps_debug_cfsr PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230418/INTEL/datm_cdeps_control_cfsr_faster -working dir = /glade/scratch/epicufsrt/FV3_RT/rt_7309/datm_cdeps_control_cfsr_faster -Checking test 151 datm_cdeps_control_cfsr_faster results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/INTEL/datm_cdeps_control_cfsr_faster +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_10010/datm_cdeps_control_cfsr_faster +Checking test 153 datm_cdeps_control_cfsr_faster results .... Comparing RESTART/20111002.000000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK -0:The total amount of wall time = 166.831336 -0:The maximum resident set size (KB) = 716744 +0:The total amount of wall time = 167.310780 +0:The maximum resident set size (KB) = 727848 -Test 151 datm_cdeps_control_cfsr_faster PASS +Test 153 datm_cdeps_control_cfsr_faster PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230418/INTEL/datm_cdeps_lnd_gswp3 -working dir = /glade/scratch/epicufsrt/FV3_RT/rt_7309/datm_cdeps_lnd_gswp3 -Checking test 152 datm_cdeps_lnd_gswp3 results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/INTEL/datm_cdeps_lnd_gswp3 +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_10010/datm_cdeps_lnd_gswp3 +Checking test 154 datm_cdeps_lnd_gswp3 results .... Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile1.nc .........OK Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile2.nc .........OK Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile3.nc .........OK @@ -4537,15 +4505,15 @@ Checking test 152 datm_cdeps_lnd_gswp3 results .... Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile5.nc .........OK Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile6.nc .........OK -0:The total amount of wall time = 10.709243 -0:The maximum resident set size (KB) = 208688 +0:The total amount of wall time = 10.845983 +0:The maximum resident set size (KB) = 210100 -Test 152 datm_cdeps_lnd_gswp3 PASS +Test 154 datm_cdeps_lnd_gswp3 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230418/INTEL/datm_cdeps_lnd_gswp3 -working dir = /glade/scratch/epicufsrt/FV3_RT/rt_7309/datm_cdeps_lnd_gswp3_rst -Checking test 153 datm_cdeps_lnd_gswp3_rst results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/INTEL/datm_cdeps_lnd_gswp3 +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_10010/datm_cdeps_lnd_gswp3_rst +Checking test 155 datm_cdeps_lnd_gswp3_rst results .... Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile1.nc .........OK Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile2.nc .........OK Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile3.nc .........OK @@ -4553,15 +4521,15 @@ Checking test 153 datm_cdeps_lnd_gswp3_rst results .... Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile5.nc .........OK Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile6.nc .........OK -0:The total amount of wall time = 15.693225 -0:The maximum resident set size (KB) = 208248 +0:The total amount of wall time = 15.741011 +0:The maximum resident set size (KB) = 216400 -Test 153 datm_cdeps_lnd_gswp3_rst PASS +Test 155 datm_cdeps_lnd_gswp3_rst PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230418/INTEL/control_p8_atmlnd_sbs -working dir = /glade/scratch/epicufsrt/FV3_RT/rt_7309/control_p8_atmlnd_sbs -Checking test 154 control_p8_atmlnd_sbs results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/INTEL/control_p8_atmlnd_sbs +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_10010/control_p8_atmlnd_sbs +Checking test 156 control_p8_atmlnd_sbs results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK Comparing sfcf000.tile3.nc .........OK @@ -4645,15 +4613,15 @@ Checking test 154 control_p8_atmlnd_sbs results .... Comparing ufs.cpld.lnd.out.2021-03-23-21600.tile5.nc .........OK Comparing ufs.cpld.lnd.out.2021-03-23-21600.tile6.nc .........OK -0:The total amount of wall time = 237.255222 -0:The maximum resident set size (KB) = 1462940 +0:The total amount of wall time = 234.260114 +0:The maximum resident set size (KB) = 1463200 -Test 154 control_p8_atmlnd_sbs PASS +Test 156 control_p8_atmlnd_sbs PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230418/INTEL/atmwav_control_noaero_p8 -working dir = /glade/scratch/epicufsrt/FV3_RT/rt_7309/atmwav_control_noaero_p8 -Checking test 155 atmwav_control_noaero_p8 results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/INTEL/atmwav_control_noaero_p8 +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_10010/atmwav_control_noaero_p8 +Checking test 157 atmwav_control_noaero_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK Comparing atmf000.nc .........OK @@ -4695,15 +4663,15 @@ Checking test 155 atmwav_control_noaero_p8 results .... Comparing 20210322.180000.out_grd.ww3 .........OK Comparing ufs.atmw.ww3.r.2021-03-22-64800 .........OK -0:The total amount of wall time = 101.540638 -0:The maximum resident set size (KB) = 1434376 +0:The total amount of wall time = 100.975854 +0:The maximum resident set size (KB) = 1434544 -Test 155 atmwav_control_noaero_p8 PASS +Test 157 atmwav_control_noaero_p8 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230418/INTEL/control_atmwav -working dir = /glade/scratch/epicufsrt/FV3_RT/rt_7309/control_atmwav -Checking test 156 control_atmwav results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/INTEL/control_atmwav +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_10010/control_atmwav +Checking test 158 control_atmwav results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK Comparing atmf000.nc .........OK @@ -4746,15 +4714,15 @@ Checking test 156 control_atmwav results .... Comparing RESTART/20210322.180000.sfc_data.tile6.nc .........OK Comparing 20210322.180000.restart.glo_1deg .........OK -0:The total amount of wall time = 101.155118 -0:The maximum resident set size (KB) = 474472 +0:The total amount of wall time = 99.786197 +0:The maximum resident set size (KB) = 475444 -Test 156 control_atmwav PASS +Test 158 control_atmwav PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230418/INTEL/atmaero_control_p8 -working dir = /glade/scratch/epicufsrt/FV3_RT/rt_7309/atmaero_control_p8 -Checking test 157 atmaero_control_p8 results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/INTEL/atmaero_control_p8 +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_10010/atmaero_control_p8 +Checking test 159 atmaero_control_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -4797,15 +4765,15 @@ Checking test 157 atmaero_control_p8 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -0:The total amount of wall time = 243.896824 -0:The maximum resident set size (KB) = 2704068 +0:The total amount of wall time = 252.227823 +0:The maximum resident set size (KB) = 2703964 -Test 157 atmaero_control_p8 PASS +Test 159 atmaero_control_p8 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230418/INTEL/atmaero_control_p8_rad -working dir = /glade/scratch/epicufsrt/FV3_RT/rt_7309/atmaero_control_p8_rad -Checking test 158 atmaero_control_p8_rad results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/INTEL/atmaero_control_p8_rad +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_10010/atmaero_control_p8_rad +Checking test 160 atmaero_control_p8_rad results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -4848,15 +4816,15 @@ Checking test 158 atmaero_control_p8_rad results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -0:The total amount of wall time = 307.088496 -0:The maximum resident set size (KB) = 2757996 +0:The total amount of wall time = 303.601197 +0:The maximum resident set size (KB) = 2758792 -Test 158 atmaero_control_p8_rad PASS +Test 160 atmaero_control_p8_rad PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230418/INTEL/atmaero_control_p8_rad_micro -working dir = /glade/scratch/epicufsrt/FV3_RT/rt_7309/atmaero_control_p8_rad_micro -Checking test 159 atmaero_control_p8_rad_micro results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/INTEL/atmaero_control_p8_rad_micro +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_10010/atmaero_control_p8_rad_micro +Checking test 161 atmaero_control_p8_rad_micro results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -4899,15 +4867,15 @@ Checking test 159 atmaero_control_p8_rad_micro results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -0:The total amount of wall time = 311.157547 -0:The maximum resident set size (KB) = 2764584 +0:The total amount of wall time = 299.300384 +0:The maximum resident set size (KB) = 2765644 -Test 159 atmaero_control_p8_rad_micro PASS +Test 161 atmaero_control_p8_rad_micro PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230418/INTEL/regional_atmaq -working dir = /glade/scratch/epicufsrt/FV3_RT/rt_7309/regional_atmaq -Checking test 160 regional_atmaq results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/INTEL/regional_atmaq +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_10010/regional_atmaq +Checking test 162 regional_atmaq results .... Comparing sfcf000.nc .........OK Comparing sfcf003.nc .........OK Comparing sfcf006.nc .........OK @@ -4922,15 +4890,15 @@ Checking test 160 regional_atmaq results .... Comparing RESTART/20190801.180000.phy_data.nc .........OK Comparing RESTART/20190801.180000.sfc_data.nc .........OK -0:The total amount of wall time = 727.375377 -0:The maximum resident set size (KB) = 999612 +0:The total amount of wall time = 745.669904 +0:The maximum resident set size (KB) = 999632 -Test 160 regional_atmaq PASS +Test 162 regional_atmaq PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230418/INTEL/regional_atmaq_faster -working dir = /glade/scratch/epicufsrt/FV3_RT/rt_7309/regional_atmaq_faster -Checking test 161 regional_atmaq_faster results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230424/INTEL/regional_atmaq_faster +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_10010/regional_atmaq_faster +Checking test 163 regional_atmaq_faster results .... Comparing sfcf000.nc .........OK Comparing sfcf003.nc .........OK Comparing sfcf006.nc .........OK @@ -4945,12 +4913,11 @@ Checking test 161 regional_atmaq_faster results .... Comparing RESTART/20190801.180000.phy_data.nc .........OK Comparing RESTART/20190801.180000.sfc_data.nc .........OK -0:The total amount of wall time = 703.434730 -0:The maximum resident set size (KB) = 999268 - -Test 161 regional_atmaq_faster PASS +0:The total amount of wall time = 696.999379 +0:The maximum resident set size (KB) = 999404 +Test 163 regional_atmaq_faster PASS -REGRESSION TEST WAS SUCCESSFUL -Fri Apr 21 15:17:35 MDT 2023 -Elapsed time: 01h:54m:05s. Have a nice day! +REGRESSION TEST SUCCESSFUL +Tue Apr 25 10:35:04 MDT 2023 +Elapsed time: 01h:29m:12s. Have a nice day! From 6e7a7894b2e0ac2758f94e89214e097cfd1beac0 Mon Sep 17 00:00:00 2001 From: zach1221 Date: Wed, 26 Apr 2023 03:44:54 +0000 Subject: [PATCH 148/152] add hera.intel RT logs: passed --- tests/RegressionTests_hera.intel.log | 2496 +++++++++++++------------- 1 file changed, 1232 insertions(+), 1264 deletions(-) diff --git a/tests/RegressionTests_hera.intel.log b/tests/RegressionTests_hera.intel.log index 09f4a6a267..c174013c8a 100644 --- a/tests/RegressionTests_hera.intel.log +++ b/tests/RegressionTests_hera.intel.log @@ -1,43 +1,43 @@ -Fri Apr 21 19:48:25 UTC 2023 +Tue Apr 25 22:13:17 UTC 2023 Start Regression test -Compile 001 elapsed time 603 seconds. -DAPP=S2SWA -D32BIT=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 002 elapsed time 625 seconds. -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 003 elapsed time 573 seconds. -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 004 elapsed time 219 seconds. -DAPP=S2SWA -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile 005 elapsed time 193 seconds. -DAPP=S2SW -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile 006 elapsed time 516 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8_sfcocn -DCMEPS_AOFLUX=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 007 elapsed time 505 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 008 elapsed time 693 seconds. -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 009 elapsed time 534 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,FV3_WoFS_v0,FV3_GFS_v17_p8_mynn -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 010 elapsed time 496 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_RRFS_v1beta,FV3_RRFS_v1nssl -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 011 elapsed time 477 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_csawmg,FV3_GFS_v16_ugwpv1,FV3_GFS_v16_ras,FV3_GFS_v16_noahmp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 012 elapsed time 428 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 013 elapsed time 595 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,FV3_WoFS_v0 -D32BIT=ON -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 014 elapsed time 221 seconds. -DAPP=ATM -DDEBUG=ON -D32BIT=ON -DCCPP_SUITES=FV3_HRRR,FV3_GFS_v16,FV3_GFS_v16_csawmg,FV3_GFS_v16_ras,FV3_GFS_v17_p8,FV3_GFS_v15_thompson_mynn_lam3km,FV3_RAP,FV3_HRRR,FV3_RAP_unified_ugwp,FV3_RAP_cires_ugwp,FV3_RAP_flake,FV3_RAP_noah,FV3_RAP_sfcdiff,FV3_RAP_noah_sfcdiff_cires_ugwp,FV3_RRFS_v1beta -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 015 elapsed time 154 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 016 elapsed time 460 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -D32BIT=ON -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 017 elapsed time 455 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 018 elapsed time 184 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -D32BIT=ON -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 019 elapsed time 159 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 020 elapsed time 563 seconds. -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v1_gfdlmp_tedmf,FV3_HAFS_v1_gfdlmp_tedmf_nonsst,FV3_HAFS_v1_thompson_tedmf_gfdlsf -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 021 elapsed time 213 seconds. -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v1_gfdlmp_tedmf,FV3_HAFS_v1_gfdlmp_tedmf_nonsst,FV3_HAFS_v1_thompson_tedmf_gfdlsf -D32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 022 elapsed time 656 seconds. -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v1_thompson_noahmp_nonsst,FV3_HAFS_v1_thompson_noahmp,FV3_HAFS_v1_thompson_nonsst,FV3_HAFS_v1_thompson,FV3_HAFS_v1_gfdlmp_tedmf_nonsst,FV3_HAFS_v1_gfdlmp_tedmf,FV3_HAFS_v1_thompson_tedmf_gfdlsf -D32BIT=ON -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 023 elapsed time 572 seconds. -DAPP=HAFS-ALL -DCCPP_SUITES=FV3_HAFS_v1_gfdlmp_tedmf,FV3_HAFS_v1_gfdlmp_tedmf_nonsst -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 024 elapsed time 177 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 025 elapsed time 103 seconds. -DAPP=NG-GODAS -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile 026 elapsed time 179 seconds. -DAPP=NG-GODAS -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 027 elapsed time 52 seconds. -DAPP=LND -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 028 elapsed time 481 seconds. -DAPP=ATML -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v15_thompson_mynn,FV3_GFS_v17_p8,FV3_GFS_v15_thompson_mynn_lam3km -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 029 elapsed time 558 seconds. -DAPP=ATMW -DCCPP_SUITES=FV3_GFS_v17_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 030 elapsed time 581 seconds. -DAPP=ATMWM -DCCPP_SUITES=FV3_GFS_v16 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 031 elapsed time 480 seconds. -DAPP=ATMAERO -DCCPP_SUITES=FV3_GFS_v17_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 032 elapsed time 468 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 033 elapsed time 178 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -DDEBUG=ON -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 034 elapsed time 533 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -DFASTER=ON -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release - -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/cpld_control_p8_mixedmode -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25584/cpld_control_p8_mixedmode +Compile 001 elapsed time 644 seconds. -DAPP=S2SWA -D32BIT=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 002 elapsed time 645 seconds. -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 003 elapsed time 639 seconds. -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 004 elapsed time 262 seconds. -DAPP=S2SWA -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile 005 elapsed time 211 seconds. -DAPP=S2SW -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile 006 elapsed time 583 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8_sfcocn -DCMEPS_AOFLUX=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 007 elapsed time 568 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 008 elapsed time 792 seconds. -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 009 elapsed time 596 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v16_flake,FV3_GFS_v15_thompson_mynn,FV3_GFS_v17_p8,FV3_GFS_v17_p8_rrtmgp,FV3_GFS_v15_thompson_mynn_lam3km,FV3_WoFS_v0,FV3_GFS_v17_p8_mynn -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 010 elapsed time 542 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_HRRR_flake,FV3_RRFS_v1beta,FV3_RRFS_v1nssl -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 011 elapsed time 534 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_csawmg,FV3_GFS_v16_ugwpv1,FV3_GFS_v16_ras,FV3_GFS_v16_noahmp -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 012 elapsed time 481 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 013 elapsed time 616 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,FV3_WoFS_v0 -D32BIT=ON -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 014 elapsed time 227 seconds. -DAPP=ATM -DDEBUG=ON -D32BIT=ON -DCCPP_SUITES=FV3_HRRR,FV3_HRRR_flake,FV3_GFS_v16,FV3_GFS_v16_csawmg,FV3_GFS_v16_ras,FV3_GFS_v17_p8,FV3_GFS_v15_thompson_mynn_lam3km,FV3_RAP,FV3_HRRR,FV3_RAP_unified_ugwp,FV3_RAP_cires_ugwp,FV3_RAP_flake,FV3_RAP_clm_lake,FV3_RAP_noah,FV3_RAP_sfcdiff,FV3_RAP_noah_sfcdiff_cires_ugwp,FV3_RRFS_v1beta -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 015 elapsed time 168 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 016 elapsed time 506 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR,FV3_HRRR_flake -D32BIT=ON -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 017 elapsed time 506 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 018 elapsed time 176 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR,FV3_HRRR_flake -D32BIT=ON -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 019 elapsed time 169 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR,FV3_HRRR_flake -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 020 elapsed time 568 seconds. -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v1_gfdlmp_tedmf,FV3_HAFS_v1_gfdlmp_tedmf_nonsst,FV3_HAFS_v1_thompson_tedmf_gfdlsf -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 021 elapsed time 217 seconds. -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v1_gfdlmp_tedmf,FV3_HAFS_v1_gfdlmp_tedmf_nonsst,FV3_HAFS_v1_thompson_tedmf_gfdlsf -D32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 022 elapsed time 674 seconds. -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v1_thompson_noahmp_nonsst,FV3_HAFS_v1_thompson_noahmp,FV3_HAFS_v1_thompson_nonsst,FV3_HAFS_v1_thompson,FV3_HAFS_v1_gfdlmp_tedmf_nonsst,FV3_HAFS_v1_gfdlmp_tedmf,FV3_HAFS_v1_thompson_tedmf_gfdlsf -D32BIT=ON -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 023 elapsed time 589 seconds. -DAPP=HAFS-ALL -DCCPP_SUITES=FV3_HAFS_v1_gfdlmp_tedmf,FV3_HAFS_v1_gfdlmp_tedmf_nonsst -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 024 elapsed time 180 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 025 elapsed time 106 seconds. -DAPP=NG-GODAS -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile 026 elapsed time 181 seconds. -DAPP=NG-GODAS -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 027 elapsed time 61 seconds. -DAPP=LND -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 028 elapsed time 524 seconds. -DAPP=ATML -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v15_thompson_mynn,FV3_GFS_v17_p8,FV3_GFS_v15_thompson_mynn_lam3km -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 029 elapsed time 566 seconds. -DAPP=ATMW -DCCPP_SUITES=FV3_GFS_v17_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 030 elapsed time 600 seconds. -DAPP=ATMWM -DCCPP_SUITES=FV3_GFS_v16 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 031 elapsed time 527 seconds. -DAPP=ATMAERO -DCCPP_SUITES=FV3_GFS_v17_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 032 elapsed time 503 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 033 elapsed time 175 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -DDEBUG=ON -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 034 elapsed time 583 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -DFASTER=ON -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release + +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/INTEL/cpld_control_p8_mixedmode +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_267113/cpld_control_p8_mixedmode Checking test 001 cpld_control_p8_mixedmode results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -102,14 +102,14 @@ Checking test 001 cpld_control_p8_mixedmode results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 313.845767 - 0: The maximum resident set size (KB) = 3129184 + 0: The total amount of wall time = 315.183618 + 0: The maximum resident set size (KB) = 3137576 Test 001 cpld_control_p8_mixedmode PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/cpld_control_gfsv17 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25584/cpld_control_gfsv17 +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/INTEL/cpld_control_gfsv17 +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_267113/cpld_control_gfsv17 Checking test 002 cpld_control_gfsv17 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -173,14 +173,14 @@ Checking test 002 cpld_control_gfsv17 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 226.885053 - 0: The maximum resident set size (KB) = 1721264 + 0: The total amount of wall time = 229.451630 + 0: The maximum resident set size (KB) = 1704984 Test 002 cpld_control_gfsv17 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/cpld_control_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25584/cpld_control_p8 +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/INTEL/cpld_control_p8 +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_267113/cpld_control_p8 Checking test 003 cpld_control_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -245,14 +245,14 @@ Checking test 003 cpld_control_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 340.722766 - 0: The maximum resident set size (KB) = 3168428 + 0: The total amount of wall time = 345.592919 + 0: The maximum resident set size (KB) = 3178448 Test 003 cpld_control_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/cpld_control_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25584/cpld_restart_p8 +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/INTEL/cpld_control_p8 +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_267113/cpld_restart_p8 Checking test 004 cpld_restart_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -305,14 +305,14 @@ Checking test 004 cpld_restart_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 194.480249 - 0: The maximum resident set size (KB) = 3036384 + 0: The total amount of wall time = 198.057921 + 0: The maximum resident set size (KB) = 3038128 Test 004 cpld_restart_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/cpld_control_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25584/cpld_control_qr_p8 +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/INTEL/cpld_control_p8 +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_267113/cpld_control_qr_p8 Checking test 005 cpld_control_qr_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -377,14 +377,14 @@ Checking test 005 cpld_control_qr_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 342.880460 - 0: The maximum resident set size (KB) = 3182432 + 0: The total amount of wall time = 354.255660 + 0: The maximum resident set size (KB) = 3171588 Test 005 cpld_control_qr_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/cpld_control_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25584/cpld_restart_qr_p8 +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/INTEL/cpld_control_p8 +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_267113/cpld_restart_qr_p8 Checking test 006 cpld_restart_qr_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -437,14 +437,14 @@ Checking test 006 cpld_restart_qr_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 196.493429 - 0: The maximum resident set size (KB) = 3059500 + 0: The total amount of wall time = 201.415772 + 0: The maximum resident set size (KB) = 3048104 Test 006 cpld_restart_qr_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/cpld_control_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25584/cpld_2threads_p8 +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/INTEL/cpld_control_p8 +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_267113/cpld_2threads_p8 Checking test 007 cpld_2threads_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -497,14 +497,14 @@ Checking test 007 cpld_2threads_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 351.206456 - 0: The maximum resident set size (KB) = 3508708 + 0: The total amount of wall time = 370.257514 + 0: The maximum resident set size (KB) = 3505532 Test 007 cpld_2threads_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/cpld_control_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25584/cpld_decomp_p8 +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/INTEL/cpld_control_p8 +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_267113/cpld_decomp_p8 Checking test 008 cpld_decomp_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -557,14 +557,14 @@ Checking test 008 cpld_decomp_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 352.210609 - 0: The maximum resident set size (KB) = 3154860 + 0: The total amount of wall time = 350.298672 + 0: The maximum resident set size (KB) = 3141668 Test 008 cpld_decomp_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/cpld_control_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25584/cpld_mpi_p8 +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/INTEL/cpld_control_p8 +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_267113/cpld_mpi_p8 Checking test 009 cpld_mpi_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -617,14 +617,14 @@ Checking test 009 cpld_mpi_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 286.531103 - 0: The maximum resident set size (KB) = 3014564 + 0: The total amount of wall time = 288.319734 + 0: The maximum resident set size (KB) = 2998240 Test 009 cpld_mpi_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/cpld_control_ciceC_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25584/cpld_control_ciceC_p8 +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/INTEL/cpld_control_ciceC_p8 +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_267113/cpld_control_ciceC_p8 Checking test 010 cpld_control_ciceC_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -689,14 +689,14 @@ Checking test 010 cpld_control_ciceC_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 343.661918 - 0: The maximum resident set size (KB) = 3181744 + 0: The total amount of wall time = 348.116770 + 0: The maximum resident set size (KB) = 3154672 Test 010 cpld_control_ciceC_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/cpld_control_c192_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25584/cpld_control_c192_p8 +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/INTEL/cpld_control_c192_p8 +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_267113/cpld_control_c192_p8 Checking test 011 cpld_control_c192_p8 results .... Comparing sfcf030.tile1.nc .........OK Comparing sfcf030.tile2.nc .........OK @@ -749,14 +749,14 @@ Checking test 011 cpld_control_c192_p8 results .... Comparing 20210323.120000.out_grd.ww3 .........OK Comparing 20210323.120000.out_pnt.ww3 .........OK - 0: The total amount of wall time = 582.103889 - 0: The maximum resident set size (KB) = 3246940 + 0: The total amount of wall time = 594.039399 + 0: The maximum resident set size (KB) = 3253488 Test 011 cpld_control_c192_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/cpld_control_c192_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25584/cpld_restart_c192_p8 +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/INTEL/cpld_control_c192_p8 +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_267113/cpld_restart_c192_p8 Checking test 012 cpld_restart_c192_p8 results .... Comparing sfcf030.tile1.nc .........OK Comparing sfcf030.tile2.nc .........OK @@ -809,14 +809,14 @@ Checking test 012 cpld_restart_c192_p8 results .... Comparing 20210323.120000.out_grd.ww3 .........OK Comparing 20210323.120000.out_pnt.ww3 .........OK - 0: The total amount of wall time = 388.929073 - 0: The maximum resident set size (KB) = 3144876 + 0: The total amount of wall time = 383.620048 + 0: The maximum resident set size (KB) = 3142300 Test 012 cpld_restart_c192_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/cpld_bmark_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25584/cpld_bmark_p8 +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/INTEL/cpld_bmark_p8 +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_267113/cpld_bmark_p8 Checking test 013 cpld_bmark_p8 results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK @@ -864,14 +864,14 @@ Checking test 013 cpld_bmark_p8 results .... Comparing 20130401.060000.out_pnt.ww3 .........OK Comparing 20130401.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 712.878992 - 0: The maximum resident set size (KB) = 4062416 + 0: The total amount of wall time = 735.294895 + 0: The maximum resident set size (KB) = 4009620 Test 013 cpld_bmark_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/cpld_bmark_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25584/cpld_restart_bmark_p8 +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/INTEL/cpld_bmark_p8 +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_267113/cpld_restart_bmark_p8 Checking test 014 cpld_restart_bmark_p8 results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK @@ -919,14 +919,14 @@ Checking test 014 cpld_restart_bmark_p8 results .... Comparing 20130401.060000.out_pnt.ww3 .........OK Comparing 20130401.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 442.544723 - 0: The maximum resident set size (KB) = 3954656 + 0: The total amount of wall time = 458.308375 + 0: The maximum resident set size (KB) = 4010128 Test 014 cpld_restart_bmark_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/cpld_control_noaero_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25584/cpld_control_noaero_p8 +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/INTEL/cpld_control_noaero_p8 +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_267113/cpld_control_noaero_p8 Checking test 015 cpld_control_noaero_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -990,14 +990,14 @@ Checking test 015 cpld_control_noaero_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 263.828328 - 0: The maximum resident set size (KB) = 1710940 + 0: The total amount of wall time = 269.068385 + 0: The maximum resident set size (KB) = 1709312 Test 015 cpld_control_noaero_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/cpld_control_c96_noaero_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25584/cpld_control_nowave_noaero_p8 +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/INTEL/cpld_control_c96_noaero_p8 +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_267113/cpld_control_nowave_noaero_p8 Checking test 016 cpld_control_nowave_noaero_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -1059,14 +1059,14 @@ Checking test 016 cpld_control_nowave_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 = 264.079039 - 0: The maximum resident set size (KB) = 1762972 + 0: The total amount of wall time = 265.190367 + 0: The maximum resident set size (KB) = 1736904 Test 016 cpld_control_nowave_noaero_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/cpld_debug_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25584/cpld_debug_p8 +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/INTEL/cpld_debug_p8 +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_267113/cpld_debug_p8 Checking test 017 cpld_debug_p8 results .... Comparing sfcf003.tile1.nc .........OK Comparing sfcf003.tile2.nc .........OK @@ -1119,14 +1119,14 @@ Checking test 017 cpld_debug_p8 results .... Comparing 20210322.090000.out_pnt.ww3 .........OK Comparing 20210322.090000.out_grd.ww3 .........OK - 0: The total amount of wall time = 520.635401 - 0: The maximum resident set size (KB) = 3229780 + 0: The total amount of wall time = 519.740757 + 0: The maximum resident set size (KB) = 3235040 Test 017 cpld_debug_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/cpld_debug_noaero_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25584/cpld_debug_noaero_p8 +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/INTEL/cpld_debug_noaero_p8 +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_267113/cpld_debug_noaero_p8 Checking test 018 cpld_debug_noaero_p8 results .... Comparing sfcf003.tile1.nc .........OK Comparing sfcf003.tile2.nc .........OK @@ -1178,14 +1178,14 @@ Checking test 018 cpld_debug_noaero_p8 results .... Comparing 20210322.090000.out_pnt.ww3 .........OK Comparing 20210322.090000.out_grd.ww3 .........OK - 0: The total amount of wall time = 356.385664 - 0: The maximum resident set size (KB) = 1733072 + 0: The total amount of wall time = 368.088314 + 0: The maximum resident set size (KB) = 1728088 Test 018 cpld_debug_noaero_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/cpld_control_noaero_p8_agrid -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25584/cpld_control_noaero_p8_agrid +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/INTEL/cpld_control_noaero_p8_agrid +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_267113/cpld_control_noaero_p8_agrid Checking test 019 cpld_control_noaero_p8_agrid results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -1247,14 +1247,14 @@ Checking test 019 cpld_control_noaero_p8_agrid results .... Comparing RESTART/iced.2021-03-23-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK - 0: The total amount of wall time = 275.161546 - 0: The maximum resident set size (KB) = 1716768 + 0: The total amount of wall time = 275.996213 + 0: The maximum resident set size (KB) = 1749016 Test 019 cpld_control_noaero_p8_agrid PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/cpld_control_c48 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25584/cpld_control_c48 +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/INTEL/cpld_control_c48 +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_267113/cpld_control_c48 Checking test 020 cpld_control_c48 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -1304,14 +1304,14 @@ Checking test 020 cpld_control_c48 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 = 576.795053 - 0: The maximum resident set size (KB) = 2796864 + 0: The total amount of wall time = 587.375773 + 0: The maximum resident set size (KB) = 2800592 Test 020 cpld_control_c48 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/cpld_warmstart_c48 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25584/cpld_warmstart_c48 +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/INTEL/cpld_warmstart_c48 +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_267113/cpld_warmstart_c48 Checking test 021 cpld_warmstart_c48 results .... Comparing sfcf006.tile1.nc .........OK Comparing sfcf006.tile2.nc .........OK @@ -1361,14 +1361,14 @@ Checking test 021 cpld_warmstart_c48 results .... Comparing RESTART/iced.2021-03-23-43200.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-43200.nc .........OK - 0: The total amount of wall time = 154.939661 - 0: The maximum resident set size (KB) = 2803208 + 0: The total amount of wall time = 154.960683 + 0: The maximum resident set size (KB) = 2795980 Test 021 cpld_warmstart_c48 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/cpld_warmstart_c48 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25584/cpld_restart_c48 +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/INTEL/cpld_warmstart_c48 +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_267113/cpld_restart_c48 Checking test 022 cpld_restart_c48 results .... Comparing sfcf006.tile1.nc .........OK Comparing sfcf006.tile2.nc .........OK @@ -1418,14 +1418,14 @@ Checking test 022 cpld_restart_c48 results .... Comparing RESTART/iced.2021-03-23-43200.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-43200.nc .........OK - 0: The total amount of wall time = 80.324876 - 0: The maximum resident set size (KB) = 2228680 + 0: The total amount of wall time = 80.520531 + 0: The maximum resident set size (KB) = 2243272 Test 022 cpld_restart_c48 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/cpld_control_p8_faster -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25584/cpld_control_p8_faster +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/INTEL/cpld_control_p8_faster +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_267113/cpld_control_p8_faster Checking test 023 cpld_control_p8_faster results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -1490,15 +1490,33 @@ Checking test 023 cpld_control_p8_faster results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 323.842588 - 0: The maximum resident set size (KB) = 3158164 + 0: The total amount of wall time = 324.037872 + 0: The maximum resident set size (KB) = 3169136 Test 023 cpld_control_p8_faster PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/control_CubedSphereGrid -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25584/control_CubedSphereGrid -Checking test 024 control_CubedSphereGrid results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/INTEL/control_flake +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_267113/control_flake +Checking test 024 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 = 189.314313 + 0: The maximum resident set size (KB) = 684680 + +Test 024 control_flake PASS + + +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/INTEL/control_CubedSphereGrid +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_267113/control_CubedSphereGrid +Checking test 025 control_CubedSphereGrid results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK Comparing sfcf000.tile3.nc .........OK @@ -1524,29 +1542,29 @@ Checking test 024 control_CubedSphereGrid results .... Comparing atmf024.tile5.nc .........OK Comparing atmf024.tile6.nc .........OK - 0: The total amount of wall time = 131.680836 - 0: The maximum resident set size (KB) = 626232 + 0: The total amount of wall time = 131.640550 + 0: The maximum resident set size (KB) = 626472 -Test 024 control_CubedSphereGrid PASS +Test 025 control_CubedSphereGrid PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/control_CubedSphereGrid_parallel -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25584/control_CubedSphereGrid_parallel -Checking test 025 control_CubedSphereGrid_parallel results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/INTEL/control_CubedSphereGrid_parallel +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_267113/control_CubedSphereGrid_parallel +Checking test 026 control_CubedSphereGrid_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 ............ALT CHECK......OK + Comparing atmf024.nc .........OK - 0: The total amount of wall time = 128.308982 - 0: The maximum resident set size (KB) = 623452 + 0: The total amount of wall time = 129.864225 + 0: The maximum resident set size (KB) = 628036 -Test 025 control_CubedSphereGrid_parallel PASS +Test 026 control_CubedSphereGrid_parallel PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/control_latlon -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25584/control_latlon -Checking test 026 control_latlon results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/INTEL/control_latlon +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_267113/control_latlon +Checking test 027 control_latlon results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -1556,15 +1574,15 @@ Checking test 026 control_latlon results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 134.753068 - 0: The maximum resident set size (KB) = 628812 + 0: The total amount of wall time = 136.450335 + 0: The maximum resident set size (KB) = 626432 -Test 026 control_latlon PASS +Test 027 control_latlon PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/control_wrtGauss_netcdf_parallel -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25584/control_wrtGauss_netcdf_parallel -Checking test 027 control_wrtGauss_netcdf_parallel results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/INTEL/control_wrtGauss_netcdf_parallel +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_267113/control_wrtGauss_netcdf_parallel +Checking test 028 control_wrtGauss_netcdf_parallel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -1574,15 +1592,15 @@ Checking test 027 control_wrtGauss_netcdf_parallel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 136.711069 - 0: The maximum resident set size (KB) = 628248 + 0: The total amount of wall time = 137.940196 + 0: The maximum resident set size (KB) = 626312 -Test 027 control_wrtGauss_netcdf_parallel PASS +Test 028 control_wrtGauss_netcdf_parallel PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/control_c48 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25584/control_c48 -Checking test 028 control_c48 results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/INTEL/control_c48 +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_267113/control_c48 +Checking test 029 control_c48 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -1620,15 +1638,15 @@ Checking test 028 control_c48 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -0: The total amount of wall time = 369.811489 -0: The maximum resident set size (KB) = 822568 +0: The total amount of wall time = 368.168598 +0: The maximum resident set size (KB) = 808216 -Test 028 control_c48 PASS +Test 029 control_c48 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/control_c192 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25584/control_c192 -Checking test 029 control_c192 results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/INTEL/control_c192 +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_267113/control_c192 +Checking test 030 control_c192 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -1638,15 +1656,15 @@ Checking test 029 control_c192 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 526.251915 - 0: The maximum resident set size (KB) = 762728 + 0: The total amount of wall time = 526.120028 + 0: The maximum resident set size (KB) = 764116 -Test 029 control_c192 PASS +Test 030 control_c192 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/control_c384 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25584/control_c384 -Checking test 030 control_c384 results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/INTEL/control_c384 +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_267113/control_c384 +Checking test 031 control_c384 results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK Comparing atmf000.nc .........OK @@ -1656,15 +1674,15 @@ Checking test 030 control_c384 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 525.803939 - 0: The maximum resident set size (KB) = 1260384 + 0: The total amount of wall time = 524.038564 + 0: The maximum resident set size (KB) = 1263656 -Test 030 control_c384 PASS +Test 031 control_c384 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/control_c384gdas -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25584/control_c384gdas -Checking test 031 control_c384gdas results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/INTEL/control_c384gdas +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_267113/control_c384gdas +Checking test 032 control_c384gdas results .... Comparing sfcf000.nc .........OK Comparing sfcf006.nc .........OK Comparing atmf000.nc .........OK @@ -1706,15 +1724,15 @@ Checking test 031 control_c384gdas results .... Comparing RESTART/20210322.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210322.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 458.959745 - 0: The maximum resident set size (KB) = 1371616 + 0: The total amount of wall time = 457.624122 + 0: The maximum resident set size (KB) = 1374068 -Test 031 control_c384gdas PASS +Test 032 control_c384gdas PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/control_stochy -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25584/control_stochy -Checking test 032 control_stochy results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/INTEL/control_stochy +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_267113/control_stochy +Checking test 033 control_stochy results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK Comparing atmf000.nc .........OK @@ -1724,29 +1742,29 @@ Checking test 032 control_stochy results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 87.834032 - 0: The maximum resident set size (KB) = 636592 + 0: The total amount of wall time = 91.590453 + 0: The maximum resident set size (KB) = 635544 -Test 032 control_stochy PASS +Test 033 control_stochy PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/control_stochy -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25584/control_stochy_restart -Checking test 033 control_stochy_restart results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/INTEL/control_stochy +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_267113/control_stochy_restart +Checking test 034 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 = 48.443286 - 0: The maximum resident set size (KB) = 489676 + 0: The total amount of wall time = 49.168516 + 0: The maximum resident set size (KB) = 480800 -Test 033 control_stochy_restart PASS +Test 034 control_stochy_restart PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/control_lndp -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25584/control_lndp -Checking test 034 control_lndp results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/INTEL/control_lndp +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_267113/control_lndp +Checking test 035 control_lndp results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK Comparing atmf000.nc .........OK @@ -1756,15 +1774,15 @@ Checking test 034 control_lndp results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 81.306858 - 0: The maximum resident set size (KB) = 630596 + 0: The total amount of wall time = 83.658803 + 0: The maximum resident set size (KB) = 631112 -Test 034 control_lndp PASS +Test 035 control_lndp PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/control_iovr4 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25584/control_iovr4 -Checking test 035 control_iovr4 results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/INTEL/control_iovr4 +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_267113/control_iovr4 +Checking test 036 control_iovr4 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -1778,15 +1796,15 @@ Checking test 035 control_iovr4 results .... Comparing GFSPRS.GrbF21 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 136.631196 - 0: The maximum resident set size (KB) = 631996 + 0: The total amount of wall time = 140.226148 + 0: The maximum resident set size (KB) = 626396 -Test 035 control_iovr4 PASS +Test 036 control_iovr4 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/control_iovr5 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25584/control_iovr5 -Checking test 036 control_iovr5 results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/INTEL/control_iovr5 +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_267113/control_iovr5 +Checking test 037 control_iovr5 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -1800,15 +1818,15 @@ Checking test 036 control_iovr5 results .... Comparing GFSPRS.GrbF21 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 137.055690 - 0: The maximum resident set size (KB) = 630856 + 0: The total amount of wall time = 136.225965 + 0: The maximum resident set size (KB) = 626276 -Test 036 control_iovr5 PASS +Test 037 control_iovr5 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/control_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25584/control_p8 -Checking test 037 control_p8 results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/INTEL/control_p8 +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_267113/control_p8 +Checking test 038 control_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -1854,15 +1872,15 @@ Checking test 037 control_p8 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 168.680255 - 0: The maximum resident set size (KB) = 1589520 + 0: The total amount of wall time = 170.837047 + 0: The maximum resident set size (KB) = 1591312 -Test 037 control_p8 PASS +Test 038 control_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/control_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25584/control_restart_p8 -Checking test 038 control_restart_p8 results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/INTEL/control_p8 +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_267113/control_restart_p8 +Checking test 039 control_restart_p8 results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK Comparing GFSFLX.GrbF24 .........OK @@ -1900,15 +1918,15 @@ Checking test 038 control_restart_p8 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 89.532858 - 0: The maximum resident set size (KB) = 861480 + 0: The total amount of wall time = 90.183683 + 0: The maximum resident set size (KB) = 865516 -Test 038 control_restart_p8 PASS +Test 039 control_restart_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/control_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25584/control_qr_p8 -Checking test 039 control_qr_p8 results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/INTEL/control_p8 +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_267113/control_qr_p8 +Checking test 040 control_qr_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -1954,15 +1972,15 @@ Checking test 039 control_qr_p8 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc ............ALT CHECK......OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc ............ALT CHECK......OK - 0: The total amount of wall time = 169.719193 - 0: The maximum resident set size (KB) = 1597084 + 0: The total amount of wall time = 167.863620 + 0: The maximum resident set size (KB) = 1600688 -Test 039 control_qr_p8 PASS +Test 040 control_qr_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/control_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25584/control_restart_qr_p8 -Checking test 040 control_restart_qr_p8 results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/INTEL/control_p8 +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_267113/control_restart_qr_p8 +Checking test 041 control_restart_qr_p8 results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK Comparing GFSFLX.GrbF24 .........OK @@ -2000,15 +2018,15 @@ Checking test 040 control_restart_qr_p8 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc ............ALT CHECK......OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc ............ALT CHECK......OK - 0: The total amount of wall time = 91.670313 - 0: The maximum resident set size (KB) = 855404 + 0: The total amount of wall time = 93.514471 + 0: The maximum resident set size (KB) = 862568 -Test 040 control_restart_qr_p8 PASS +Test 041 control_restart_qr_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/control_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25584/control_decomp_p8 -Checking test 041 control_decomp_p8 results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/INTEL/control_p8 +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_267113/control_decomp_p8 +Checking test 042 control_decomp_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -2050,15 +2068,15 @@ Checking test 041 control_decomp_p8 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 175.847306 - 0: The maximum resident set size (KB) = 1579652 + 0: The total amount of wall time = 176.426503 + 0: The maximum resident set size (KB) = 1582132 -Test 041 control_decomp_p8 PASS +Test 042 control_decomp_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/control_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25584/control_2threads_p8 -Checking test 042 control_2threads_p8 results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/INTEL/control_p8 +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_267113/control_2threads_p8 +Checking test 043 control_2threads_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -2100,15 +2118,15 @@ Checking test 042 control_2threads_p8 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 160.543874 - 0: The maximum resident set size (KB) = 1674820 + 0: The total amount of wall time = 159.135755 + 0: The maximum resident set size (KB) = 1679788 -Test 042 control_2threads_p8 PASS +Test 043 control_2threads_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/control_p8_lndp -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25584/control_p8_lndp -Checking test 043 control_p8_lndp results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/INTEL/control_p8_lndp +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_267113/control_p8_lndp +Checking test 044 control_p8_lndp results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -2126,15 +2144,15 @@ Checking test 043 control_p8_lndp results .... Comparing GFSPRS.GrbF24 .........OK Comparing GFSPRS.GrbF48 .........OK - 0: The total amount of wall time = 313.431372 - 0: The maximum resident set size (KB) = 1602056 + 0: The total amount of wall time = 318.228252 + 0: The maximum resident set size (KB) = 1599704 -Test 043 control_p8_lndp PASS +Test 044 control_p8_lndp PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/control_p8_rrtmgp -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25584/control_p8_rrtmgp -Checking test 044 control_p8_rrtmgp results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/INTEL/control_p8_rrtmgp +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_267113/control_p8_rrtmgp +Checking test 045 control_p8_rrtmgp results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -2180,15 +2198,15 @@ Checking test 044 control_p8_rrtmgp results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 224.841525 - 0: The maximum resident set size (KB) = 1667828 + 0: The total amount of wall time = 228.704093 + 0: The maximum resident set size (KB) = 1668524 -Test 044 control_p8_rrtmgp PASS +Test 045 control_p8_rrtmgp PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/control_p8_mynn -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25584/control_p8_mynn -Checking test 045 control_p8_mynn results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/INTEL/control_p8_mynn +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_267113/control_p8_mynn +Checking test 046 control_p8_mynn results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -2234,15 +2252,15 @@ Checking test 045 control_p8_mynn results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 173.090905 - 0: The maximum resident set size (KB) = 1586108 + 0: The total amount of wall time = 176.800060 + 0: The maximum resident set size (KB) = 1579352 -Test 045 control_p8_mynn PASS +Test 046 control_p8_mynn PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/merra2_thompson -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25584/merra2_thompson -Checking test 046 merra2_thompson results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/INTEL/merra2_thompson +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_267113/merra2_thompson +Checking test 047 merra2_thompson results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -2288,15 +2306,15 @@ Checking test 046 merra2_thompson results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 193.815663 - 0: The maximum resident set size (KB) = 1597328 + 0: The total amount of wall time = 191.359710 + 0: The maximum resident set size (KB) = 1605316 -Test 046 merra2_thompson PASS +Test 047 merra2_thompson PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/regional_control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25584/regional_control -Checking test 047 regional_control results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/INTEL/regional_control +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_267113/regional_control +Checking test 048 regional_control results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK Comparing phyf000.nc .........OK @@ -2306,29 +2324,29 @@ Checking test 047 regional_control results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 296.130830 - 0: The maximum resident set size (KB) = 865512 + 0: The total amount of wall time = 299.052499 + 0: The maximum resident set size (KB) = 865112 -Test 047 regional_control PASS +Test 048 regional_control PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/regional_control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25584/regional_restart -Checking test 048 regional_restart results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/INTEL/regional_control +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_267113/regional_restart +Checking test 049 regional_restart results .... Comparing dynf006.nc .........OK Comparing phyf006.nc .........OK Comparing PRSLEV.GrbF06 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 150.026495 - 0: The maximum resident set size (KB) = 860736 + 0: The total amount of wall time = 154.386061 + 0: The maximum resident set size (KB) = 861340 -Test 048 regional_restart PASS +Test 049 regional_restart PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/regional_control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25584/regional_control_qr -Checking test 049 regional_control_qr results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/INTEL/regional_control +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_267113/regional_control_qr +Checking test 050 regional_control_qr results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK Comparing phyf000.nc .........OK @@ -2338,29 +2356,29 @@ Checking test 049 regional_control_qr results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 295.435789 - 0: The maximum resident set size (KB) = 867424 + 0: The total amount of wall time = 298.932127 + 0: The maximum resident set size (KB) = 867804 -Test 049 regional_control_qr PASS +Test 050 regional_control_qr PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/regional_control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25584/regional_restart_qr -Checking test 050 regional_restart_qr results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/INTEL/regional_control +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_267113/regional_restart_qr +Checking test 051 regional_restart_qr results .... Comparing dynf006.nc .........OK Comparing phyf006.nc .........OK Comparing PRSLEV.GrbF06 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 151.293518 - 0: The maximum resident set size (KB) = 863980 + 0: The total amount of wall time = 157.222442 + 0: The maximum resident set size (KB) = 859172 -Test 050 regional_restart_qr PASS +Test 051 regional_restart_qr PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/regional_control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25584/regional_decomp -Checking test 051 regional_decomp results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/INTEL/regional_control +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_267113/regional_decomp +Checking test 052 regional_decomp results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK Comparing phyf000.nc .........OK @@ -2370,15 +2388,15 @@ Checking test 051 regional_decomp results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 312.853424 - 0: The maximum resident set size (KB) = 863532 + 0: The total amount of wall time = 316.292250 + 0: The maximum resident set size (KB) = 863720 -Test 051 regional_decomp PASS +Test 052 regional_decomp PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/regional_control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25584/regional_2threads -Checking test 052 regional_2threads results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/INTEL/regional_control +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_267113/regional_2threads +Checking test 053 regional_2threads results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK Comparing phyf000.nc .........OK @@ -2388,44 +2406,44 @@ Checking test 052 regional_2threads results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 181.396503 - 0: The maximum resident set size (KB) = 847156 + 0: The total amount of wall time = 181.841676 + 0: The maximum resident set size (KB) = 841532 -Test 052 regional_2threads PASS +Test 053 regional_2threads PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/regional_noquilt -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25584/regional_noquilt -Checking test 053 regional_noquilt results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/INTEL/regional_noquilt +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_267113/regional_noquilt +Checking test 054 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 = 317.418019 - 0: The maximum resident set size (KB) = 853672 + 0: The total amount of wall time = 327.831040 + 0: The maximum resident set size (KB) = 859448 -Test 053 regional_noquilt PASS +Test 054 regional_noquilt PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/regional_netcdf_parallel -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25584/regional_netcdf_parallel -Checking test 054 regional_netcdf_parallel results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/INTEL/regional_netcdf_parallel +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_267113/regional_netcdf_parallel +Checking test 055 regional_netcdf_parallel results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK Comparing phyf000.nc .........OK Comparing phyf006.nc .........OK - 0: The total amount of wall time = 295.545573 - 0: The maximum resident set size (KB) = 862004 + 0: The total amount of wall time = 294.442566 + 0: The maximum resident set size (KB) = 864764 -Test 054 regional_netcdf_parallel PASS +Test 055 regional_netcdf_parallel PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/regional_control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25584/regional_2dwrtdecomp -Checking test 055 regional_2dwrtdecomp results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/INTEL/regional_control +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_267113/regional_2dwrtdecomp +Checking test 056 regional_2dwrtdecomp results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK Comparing phyf000.nc .........OK @@ -2435,15 +2453,15 @@ Checking test 055 regional_2dwrtdecomp results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 297.919046 - 0: The maximum resident set size (KB) = 864244 + 0: The total amount of wall time = 300.282823 + 0: The maximum resident set size (KB) = 871140 -Test 055 regional_2dwrtdecomp PASS +Test 056 regional_2dwrtdecomp PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/fv3_regional_wofs -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25584/regional_wofs -Checking test 056 regional_wofs results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/INTEL/fv3_regional_wofs +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_267113/regional_wofs +Checking test 057 regional_wofs results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK Comparing phyf000.nc .........OK @@ -2453,15 +2471,15 @@ Checking test 056 regional_wofs results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 379.936380 - 0: The maximum resident set size (KB) = 625532 + 0: The total amount of wall time = 377.751497 + 0: The maximum resident set size (KB) = 627712 -Test 056 regional_wofs PASS +Test 057 regional_wofs PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/rap_control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25584/rap_control -Checking test 057 rap_control results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/INTEL/rap_control +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_267113/rap_control +Checking test 058 rap_control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -2507,15 +2525,15 @@ Checking test 057 rap_control results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 459.236767 - 0: The maximum resident set size (KB) = 1054504 + 0: The total amount of wall time = 462.708787 + 0: The maximum resident set size (KB) = 1052276 -Test 057 rap_control PASS +Test 058 rap_control PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/regional_spp_sppt_shum_skeb -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25584/regional_spp_sppt_shum_skeb -Checking test 058 regional_spp_sppt_shum_skeb results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/INTEL/regional_spp_sppt_shum_skeb +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_267113/regional_spp_sppt_shum_skeb +Checking test 059 regional_spp_sppt_shum_skeb results .... Comparing dynf000.nc .........OK Comparing dynf001.nc .........OK Comparing phyf000.nc .........OK @@ -2525,15 +2543,15 @@ Checking test 058 regional_spp_sppt_shum_skeb results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF01 .........OK - 0: The total amount of wall time = 235.196168 - 0: The maximum resident set size (KB) = 1182864 + 0: The total amount of wall time = 235.447277 + 0: The maximum resident set size (KB) = 1180456 -Test 058 regional_spp_sppt_shum_skeb PASS +Test 059 regional_spp_sppt_shum_skeb PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/rap_control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25584/rap_decomp -Checking test 059 rap_decomp results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/INTEL/rap_control +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_267113/rap_decomp +Checking test 060 rap_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -2579,15 +2597,15 @@ Checking test 059 rap_decomp results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 479.025563 - 0: The maximum resident set size (KB) = 999488 + 0: The total amount of wall time = 481.188620 + 0: The maximum resident set size (KB) = 1003160 -Test 059 rap_decomp PASS +Test 060 rap_decomp PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/rap_control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25584/rap_2threads -Checking test 060 rap_2threads results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/INTEL/rap_control +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_267113/rap_2threads +Checking test 061 rap_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -2633,15 +2651,15 @@ Checking test 060 rap_2threads results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 434.379803 - 0: The maximum resident set size (KB) = 1131304 + 0: The total amount of wall time = 434.336228 + 0: The maximum resident set size (KB) = 1126260 -Test 060 rap_2threads PASS +Test 061 rap_2threads PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/rap_control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25584/rap_restart -Checking test 061 rap_restart results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/INTEL/rap_control +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_267113/rap_restart +Checking test 062 rap_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK Comparing GFSFLX.GrbF24 .........OK @@ -2679,15 +2697,15 @@ Checking test 061 rap_restart results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 232.648211 - 0: The maximum resident set size (KB) = 962296 + 0: The total amount of wall time = 236.071406 + 0: The maximum resident set size (KB) = 965340 -Test 061 rap_restart PASS +Test 062 rap_restart PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/rap_sfcdiff -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25584/rap_sfcdiff -Checking test 062 rap_sfcdiff results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/INTEL/rap_sfcdiff +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_267113/rap_sfcdiff +Checking test 063 rap_sfcdiff results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -2733,15 +2751,15 @@ Checking test 062 rap_sfcdiff results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 460.229518 - 0: The maximum resident set size (KB) = 1038372 + 0: The total amount of wall time = 462.363223 + 0: The maximum resident set size (KB) = 1054892 -Test 062 rap_sfcdiff PASS +Test 063 rap_sfcdiff PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/rap_sfcdiff -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25584/rap_sfcdiff_decomp -Checking test 063 rap_sfcdiff_decomp results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/INTEL/rap_sfcdiff +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_267113/rap_sfcdiff_decomp +Checking test 064 rap_sfcdiff_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -2787,15 +2805,15 @@ Checking test 063 rap_sfcdiff_decomp results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 482.165978 - 0: The maximum resident set size (KB) = 1000240 + 0: The total amount of wall time = 484.210346 + 0: The maximum resident set size (KB) = 987092 -Test 063 rap_sfcdiff_decomp PASS +Test 064 rap_sfcdiff_decomp PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/rap_sfcdiff -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25584/rap_sfcdiff_restart -Checking test 064 rap_sfcdiff_restart results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/INTEL/rap_sfcdiff +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_267113/rap_sfcdiff_restart +Checking test 065 rap_sfcdiff_restart results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK Comparing GFSFLX.GrbF12 .........OK @@ -2833,15 +2851,15 @@ Checking test 064 rap_sfcdiff_restart results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 341.473494 - 0: The maximum resident set size (KB) = 985732 + 0: The total amount of wall time = 341.491706 + 0: The maximum resident set size (KB) = 984580 -Test 064 rap_sfcdiff_restart PASS +Test 065 rap_sfcdiff_restart PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/hrrr_control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25584/hrrr_control -Checking test 065 hrrr_control results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/INTEL/hrrr_control +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_267113/hrrr_control +Checking test 066 hrrr_control results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -2854,48 +2872,48 @@ Checking test 065 hrrr_control results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF09 .........OK Comparing GFSPRS.GrbF12 .........OK - Comparing RESTART/20210323.060000.coupler.res .........OK - Comparing RESTART/20210323.060000.fv_core.res.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile1.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile2.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile3.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile4.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile5.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile6.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile1.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile2.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile3.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile4.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - - 0: The total amount of wall time = 442.898679 - 0: The maximum resident set size (KB) = 1051840 - -Test 065 hrrr_control PASS - - -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/hrrr_control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25584/hrrr_control_decomp -Checking test 066 hrrr_control_decomp results .... + Comparing RESTART/20210322.120000.coupler.res .........OK + Comparing RESTART/20210322.120000.fv_core.res.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile6.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK + + 0: The total amount of wall time = 432.130202 + 0: The maximum resident set size (KB) = 1051188 + +Test 066 hrrr_control PASS + + +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/INTEL/hrrr_control +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_267113/hrrr_control_decomp +Checking test 067 hrrr_control_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -2908,48 +2926,48 @@ Checking test 066 hrrr_control_decomp results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF09 .........OK Comparing GFSPRS.GrbF12 .........OK - Comparing RESTART/20210323.060000.coupler.res .........OK - Comparing RESTART/20210323.060000.fv_core.res.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile1.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile2.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile3.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile4.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile5.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile6.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile1.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile2.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile3.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile4.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - - 0: The total amount of wall time = 465.947576 - 0: The maximum resident set size (KB) = 998636 - -Test 066 hrrr_control_decomp PASS - - -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/hrrr_control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25584/hrrr_control_2threads -Checking test 067 hrrr_control_2threads results .... + Comparing RESTART/20210322.120000.coupler.res .........OK + Comparing RESTART/20210322.120000.fv_core.res.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile6.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK + + 0: The total amount of wall time = 448.726603 + 0: The maximum resident set size (KB) = 992580 + +Test 067 hrrr_control_decomp PASS + + +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/INTEL/hrrr_control +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_267113/hrrr_control_2threads +Checking test 068 hrrr_control_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -2962,94 +2980,62 @@ Checking test 067 hrrr_control_2threads results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF09 .........OK Comparing GFSPRS.GrbF12 .........OK - Comparing RESTART/20210323.060000.coupler.res .........OK - Comparing RESTART/20210323.060000.fv_core.res.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile1.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile2.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile3.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile4.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile5.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile6.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile1.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile2.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile3.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile4.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - - 0: The total amount of wall time = 418.819054 - 0: The maximum resident set size (KB) = 1138980 - -Test 067 hrrr_control_2threads PASS - - -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/hrrr_control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25584/hrrr_control_restart -Checking test 068 hrrr_control_restart results .... + Comparing RESTART/20210322.120000.coupler.res .........OK + Comparing RESTART/20210322.120000.fv_core.res.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile6.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK + + 0: The total amount of wall time = 399.886318 + 0: The maximum resident set size (KB) = 1075320 + +Test 068 hrrr_control_2threads PASS + + +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/INTEL/hrrr_control +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_267113/hrrr_control_restart +Checking test 069 hrrr_control_restart results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK Comparing GFSFLX.GrbF12 .........OK Comparing GFSPRS.GrbF12 .........OK - Comparing RESTART/20210323.060000.coupler.res .........OK - Comparing RESTART/20210323.060000.fv_core.res.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile1.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile2.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile3.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile4.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile5.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile6.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile1.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile2.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile3.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile4.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 329.386755 - 0: The maximum resident set size (KB) = 983252 + 0: The total amount of wall time = 318.569423 + 0: The maximum resident set size (KB) = 983352 -Test 068 hrrr_control_restart PASS +Test 069 hrrr_control_restart PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/rrfs_v1beta -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25584/rrfs_v1beta -Checking test 069 rrfs_v1beta results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/INTEL/rrfs_v1beta +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_267113/rrfs_v1beta +Checking test 070 rrfs_v1beta results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -3095,15 +3081,15 @@ Checking test 069 rrfs_v1beta results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 456.885537 - 0: The maximum resident set size (KB) = 1038784 + 0: The total amount of wall time = 460.259390 + 0: The maximum resident set size (KB) = 1055648 -Test 069 rrfs_v1beta PASS +Test 070 rrfs_v1beta PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/rrfs_v1nssl -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25584/rrfs_v1nssl -Checking test 070 rrfs_v1nssl results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/INTEL/rrfs_v1nssl +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_267113/rrfs_v1nssl +Checking test 071 rrfs_v1nssl results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -3117,15 +3103,15 @@ Checking test 070 rrfs_v1nssl results .... Comparing GFSPRS.GrbF09 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 535.161206 - 0: The maximum resident set size (KB) = 690708 + 0: The total amount of wall time = 538.762571 + 0: The maximum resident set size (KB) = 693484 -Test 070 rrfs_v1nssl PASS +Test 071 rrfs_v1nssl PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/rrfs_v1nssl_nohailnoccn -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25584/rrfs_v1nssl_nohailnoccn -Checking test 071 rrfs_v1nssl_nohailnoccn results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/INTEL/rrfs_v1nssl_nohailnoccn +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_267113/rrfs_v1nssl_nohailnoccn +Checking test 072 rrfs_v1nssl_nohailnoccn results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -3139,15 +3125,15 @@ Checking test 071 rrfs_v1nssl_nohailnoccn results .... Comparing GFSPRS.GrbF09 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 523.267471 - 0: The maximum resident set size (KB) = 753488 + 0: The total amount of wall time = 524.564368 + 0: The maximum resident set size (KB) = 752904 -Test 071 rrfs_v1nssl_nohailnoccn PASS +Test 072 rrfs_v1nssl_nohailnoccn PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/rrfs_smoke_conus13km_hrrr_warm -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25584/rrfs_smoke_conus13km_hrrr_warm -Checking test 072 rrfs_smoke_conus13km_hrrr_warm results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/INTEL/rrfs_smoke_conus13km_hrrr_warm +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_267113/rrfs_smoke_conus13km_hrrr_warm +Checking test 073 rrfs_smoke_conus13km_hrrr_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing sfcf002.nc .........OK @@ -3155,15 +3141,15 @@ Checking test 072 rrfs_smoke_conus13km_hrrr_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 144.706119 - 0: The maximum resident set size (KB) = 1028268 + 0: The total amount of wall time = 149.825040 + 0: The maximum resident set size (KB) = 1024276 -Test 072 rrfs_smoke_conus13km_hrrr_warm PASS +Test 073 rrfs_smoke_conus13km_hrrr_warm PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/rrfs_smoke_conus13km_hrrr_warm -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25584/rrfs_smoke_conus13km_hrrr_warm_2threads -Checking test 073 rrfs_smoke_conus13km_hrrr_warm_2threads results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/INTEL/rrfs_smoke_conus13km_hrrr_warm +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_267113/rrfs_smoke_conus13km_hrrr_warm_2threads +Checking test 074 rrfs_smoke_conus13km_hrrr_warm_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing sfcf002.nc .........OK @@ -3171,15 +3157,15 @@ Checking test 073 rrfs_smoke_conus13km_hrrr_warm_2threads results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 88.963342 - 0: The maximum resident set size (KB) = 942660 + 0: The total amount of wall time = 92.187926 + 0: The maximum resident set size (KB) = 936676 -Test 073 rrfs_smoke_conus13km_hrrr_warm_2threads PASS +Test 074 rrfs_smoke_conus13km_hrrr_warm_2threads PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/rrfs_conus13km_hrrr_warm -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25584/rrfs_conus13km_hrrr_warm -Checking test 074 rrfs_conus13km_hrrr_warm results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/INTEL/rrfs_conus13km_hrrr_warm +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_267113/rrfs_conus13km_hrrr_warm +Checking test 075 rrfs_conus13km_hrrr_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing sfcf002.nc .........OK @@ -3187,15 +3173,15 @@ Checking test 074 rrfs_conus13km_hrrr_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 128.305485 - 0: The maximum resident set size (KB) = 947144 + 0: The total amount of wall time = 131.780477 + 0: The maximum resident set size (KB) = 990572 -Test 074 rrfs_conus13km_hrrr_warm PASS +Test 075 rrfs_conus13km_hrrr_warm PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/rrfs_smoke_conus13km_hrrr_warm_radar_tten -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25584/rrfs_smoke_conus13km_radar_tten_warm -Checking test 075 rrfs_smoke_conus13km_radar_tten_warm results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/INTEL/rrfs_smoke_conus13km_hrrr_warm_radar_tten +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_267113/rrfs_smoke_conus13km_radar_tten_warm +Checking test 076 rrfs_smoke_conus13km_radar_tten_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing sfcf002.nc .........OK @@ -3203,27 +3189,27 @@ Checking test 075 rrfs_smoke_conus13km_radar_tten_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 147.053916 - 0: The maximum resident set size (KB) = 1037472 + 0: The total amount of wall time = 149.429404 + 0: The maximum resident set size (KB) = 1039356 -Test 075 rrfs_smoke_conus13km_radar_tten_warm PASS +Test 076 rrfs_smoke_conus13km_radar_tten_warm PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/rrfs_conus13km_hrrr_warm_restart_mismatch -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25584/rrfs_conus13km_hrrr_warm_restart_mismatch -Checking test 076 rrfs_conus13km_hrrr_warm_restart_mismatch results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/INTEL/rrfs_conus13km_hrrr_warm_restart_mismatch +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_267113/rrfs_conus13km_hrrr_warm_restart_mismatch +Checking test 077 rrfs_conus13km_hrrr_warm_restart_mismatch results .... Comparing sfcf002.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 68.517204 - 0: The maximum resident set size (KB) = 929536 + 0: The total amount of wall time = 71.416792 + 0: The maximum resident set size (KB) = 969692 -Test 076 rrfs_conus13km_hrrr_warm_restart_mismatch PASS +Test 077 rrfs_conus13km_hrrr_warm_restart_mismatch PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/control_csawmg -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25584/control_csawmg -Checking test 077 control_csawmg results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/INTEL/control_csawmg +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_267113/control_csawmg +Checking test 078 control_csawmg results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -3233,15 +3219,15 @@ Checking test 077 control_csawmg results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 340.970335 - 0: The maximum resident set size (KB) = 724540 + 0: The total amount of wall time = 344.586889 + 0: The maximum resident set size (KB) = 723780 -Test 077 control_csawmg PASS +Test 078 control_csawmg PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/control_csawmgt -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25584/control_csawmgt -Checking test 078 control_csawmgt results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/INTEL/control_csawmgt +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_267113/control_csawmgt +Checking test 079 control_csawmgt results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -3251,15 +3237,15 @@ Checking test 078 control_csawmgt results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 337.681849 - 0: The maximum resident set size (KB) = 727608 + 0: The total amount of wall time = 340.288775 + 0: The maximum resident set size (KB) = 727876 -Test 078 control_csawmgt PASS +Test 079 control_csawmgt PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/control_ras -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25584/control_ras -Checking test 079 control_ras results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/INTEL/control_ras +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_267113/control_ras +Checking test 080 control_ras results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -3269,27 +3255,27 @@ Checking test 079 control_ras results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 180.517807 - 0: The maximum resident set size (KB) = 722936 + 0: The total amount of wall time = 184.841316 + 0: The maximum resident set size (KB) = 724532 -Test 079 control_ras PASS +Test 080 control_ras PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/control_wam -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25584/control_wam -Checking test 080 control_wam results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/INTEL/control_wam +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_267113/control_wam +Checking test 081 control_wam results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK - 0: The total amount of wall time = 111.141245 - 0: The maximum resident set size (KB) = 631808 + 0: The total amount of wall time = 113.241081 + 0: The maximum resident set size (KB) = 642320 -Test 080 control_wam PASS +Test 081 control_wam PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/control_p8_faster -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25584/control_p8_faster -Checking test 081 control_p8_faster results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/INTEL/control_p8_faster +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_267113/control_p8_faster +Checking test 082 control_p8_faster results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -3335,15 +3321,15 @@ Checking test 081 control_p8_faster results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 152.497659 - 0: The maximum resident set size (KB) = 1592824 + 0: The total amount of wall time = 154.680591 + 0: The maximum resident set size (KB) = 1594544 -Test 081 control_p8_faster PASS +Test 082 control_p8_faster PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/regional_control_faster -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25584/regional_control_faster -Checking test 082 regional_control_faster results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/INTEL/regional_control_faster +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_267113/regional_control_faster +Checking test 083 regional_control_faster results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK Comparing phyf000.nc .........OK @@ -3353,57 +3339,57 @@ Checking test 082 regional_control_faster results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 271.046891 - 0: The maximum resident set size (KB) = 872680 + 0: The total amount of wall time = 275.730386 + 0: The maximum resident set size (KB) = 866444 -Test 082 regional_control_faster PASS +Test 083 regional_control_faster PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/rrfs_smoke_conus13km_hrrr_warm_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25584/rrfs_smoke_conus13km_hrrr_warm_debug -Checking test 083 rrfs_smoke_conus13km_hrrr_warm_debug results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/INTEL/rrfs_smoke_conus13km_hrrr_warm_debug +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_267113/rrfs_smoke_conus13km_hrrr_warm_debug +Checking test 084 rrfs_smoke_conus13km_hrrr_warm_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 = 830.878579 - 0: The maximum resident set size (KB) = 1019476 + 0: The total amount of wall time = 840.078425 + 0: The maximum resident set size (KB) = 1055204 -Test 083 rrfs_smoke_conus13km_hrrr_warm_debug PASS +Test 084 rrfs_smoke_conus13km_hrrr_warm_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/rrfs_smoke_conus13km_hrrr_warm_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25584/rrfs_smoke_conus13km_hrrr_warm_debug_2threads -Checking test 084 rrfs_smoke_conus13km_hrrr_warm_debug_2threads results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/INTEL/rrfs_smoke_conus13km_hrrr_warm_debug +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_267113/rrfs_smoke_conus13km_hrrr_warm_debug_2threads +Checking test 085 rrfs_smoke_conus13km_hrrr_warm_debug_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 457.687845 - 0: The maximum resident set size (KB) = 966960 + 0: The total amount of wall time = 473.099800 + 0: The maximum resident set size (KB) = 975324 -Test 084 rrfs_smoke_conus13km_hrrr_warm_debug_2threads PASS +Test 085 rrfs_smoke_conus13km_hrrr_warm_debug_2threads PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/rrfs_conus13km_hrrr_warm_debugs -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25584/rrfs_conus13km_hrrr_warm_debug -Checking test 085 rrfs_conus13km_hrrr_warm_debug results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/INTEL/rrfs_conus13km_hrrr_warm_debugs +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_267113/rrfs_conus13km_hrrr_warm_debug +Checking test 086 rrfs_conus13km_hrrr_warm_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 = 738.552028 - 0: The maximum resident set size (KB) = 957460 + 0: The total amount of wall time = 751.351361 + 0: The maximum resident set size (KB) = 1014392 -Test 085 rrfs_conus13km_hrrr_warm_debug PASS +Test 086 rrfs_conus13km_hrrr_warm_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/control_CubedSphereGrid_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25584/control_CubedSphereGrid_debug -Checking test 086 control_CubedSphereGrid_debug results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/INTEL/control_CubedSphereGrid_debug +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_267113/control_CubedSphereGrid_debug +Checking test 087 control_CubedSphereGrid_debug results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK Comparing sfcf000.tile3.nc .........OK @@ -3429,335 +3415,349 @@ Checking test 086 control_CubedSphereGrid_debug results .... Comparing atmf001.tile5.nc .........OK Comparing atmf001.tile6.nc .........OK - 0: The total amount of wall time = 144.480896 - 0: The maximum resident set size (KB) = 788760 + 0: The total amount of wall time = 147.745344 + 0: The maximum resident set size (KB) = 791108 -Test 086 control_CubedSphereGrid_debug PASS +Test 087 control_CubedSphereGrid_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/control_wrtGauss_netcdf_parallel_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25584/control_wrtGauss_netcdf_parallel_debug -Checking test 087 control_wrtGauss_netcdf_parallel_debug results .... - Comparing sfcf000.nc ............ALT CHECK......OK +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/INTEL/control_wrtGauss_netcdf_parallel_debug +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_267113/control_wrtGauss_netcdf_parallel_debug +Checking test 088 control_wrtGauss_netcdf_parallel_debug results .... + Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK - Comparing atmf000.nc .........OK + Comparing atmf000.nc ............ALT CHECK......OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 143.809119 - 0: The maximum resident set size (KB) = 790576 + 0: The total amount of wall time = 147.383087 + 0: The maximum resident set size (KB) = 787604 -Test 087 control_wrtGauss_netcdf_parallel_debug PASS +Test 088 control_wrtGauss_netcdf_parallel_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/control_stochy_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25584/control_stochy_debug -Checking test 088 control_stochy_debug results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/INTEL/control_stochy_debug +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_267113/control_stochy_debug +Checking test 089 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 = 167.012943 - 0: The maximum resident set size (KB) = 797780 + 0: The total amount of wall time = 166.129663 + 0: The maximum resident set size (KB) = 796512 -Test 088 control_stochy_debug PASS +Test 089 control_stochy_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/control_lndp_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25584/control_lndp_debug -Checking test 089 control_lndp_debug results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/INTEL/control_lndp_debug +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_267113/control_lndp_debug +Checking test 090 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 = 144.668339 - 0: The maximum resident set size (KB) = 793716 + 0: The total amount of wall time = 146.156263 + 0: The maximum resident set size (KB) = 793284 -Test 089 control_lndp_debug PASS +Test 090 control_lndp_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/control_csawmg_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25584/control_csawmg_debug -Checking test 090 control_csawmg_debug results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/INTEL/control_csawmg_debug +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_267113/control_csawmg_debug +Checking test 091 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.858928 - 0: The maximum resident set size (KB) = 843500 + 0: The total amount of wall time = 228.587433 + 0: The maximum resident set size (KB) = 840588 -Test 090 control_csawmg_debug PASS +Test 091 control_csawmg_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/control_csawmgt_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25584/control_csawmgt_debug -Checking test 091 control_csawmgt_debug results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/INTEL/control_csawmgt_debug +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_267113/control_csawmgt_debug +Checking test 092 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.361157 - 0: The maximum resident set size (KB) = 838300 + 0: The total amount of wall time = 223.122845 + 0: The maximum resident set size (KB) = 834840 -Test 091 control_csawmgt_debug PASS +Test 092 control_csawmgt_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/control_ras_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25584/control_ras_debug -Checking test 092 control_ras_debug results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/INTEL/control_ras_debug +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_267113/control_ras_debug +Checking test 093 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 = 149.663483 - 0: The maximum resident set size (KB) = 802636 + 0: The total amount of wall time = 149.239354 + 0: The maximum resident set size (KB) = 800920 -Test 092 control_ras_debug PASS +Test 093 control_ras_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/control_diag_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25584/control_diag_debug -Checking test 093 control_diag_debug results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/INTEL/control_diag_debug +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_267113/control_diag_debug +Checking test 094 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 = 150.678206 - 0: The maximum resident set size (KB) = 850308 + 0: The total amount of wall time = 157.313716 + 0: The maximum resident set size (KB) = 852944 -Test 093 control_diag_debug PASS +Test 094 control_diag_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/control_debug_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25584/control_debug_p8 -Checking test 094 control_debug_p8 results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/INTEL/control_debug_p8 +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_267113/control_debug_p8 +Checking test 095 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 = 166.583627 - 0: The maximum resident set size (KB) = 1615572 + 0: The total amount of wall time = 167.045297 + 0: The maximum resident set size (KB) = 1618560 -Test 094 control_debug_p8 PASS +Test 095 control_debug_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/regional_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25584/regional_debug -Checking test 095 regional_debug results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/INTEL/regional_debug +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_267113/regional_debug +Checking test 096 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 = 995.547622 - 0: The maximum resident set size (KB) = 884460 + 0: The total amount of wall time = 996.761045 + 0: The maximum resident set size (KB) = 879080 -Test 095 regional_debug PASS +Test 096 regional_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/rap_control_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25584/rap_control_debug -Checking test 096 rap_control_debug results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/INTEL/rap_control_debug +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_267113/rap_control_debug +Checking test 097 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 = 274.754605 - 0: The maximum resident set size (KB) = 1174144 + 0: The total amount of wall time = 277.482534 + 0: The maximum resident set size (KB) = 1163116 -Test 096 rap_control_debug PASS +Test 097 rap_control_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/hrrr_control_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25584/hrrr_control_debug -Checking test 097 hrrr_control_debug results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/INTEL/hrrr_control_debug +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_267113/hrrr_control_debug +Checking test 098 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 = 269.753968 - 0: The maximum resident set size (KB) = 1164252 + 0: The total amount of wall time = 267.028086 + 0: The maximum resident set size (KB) = 1163324 -Test 097 hrrr_control_debug PASS +Test 098 hrrr_control_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/rap_control_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25584/rap_unified_drag_suite_debug -Checking test 098 rap_unified_drag_suite_debug results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/INTEL/rap_control_debug +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_267113/rap_unified_drag_suite_debug +Checking test 099 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 = 271.010235 - 0: The maximum resident set size (KB) = 1165596 + 0: The total amount of wall time = 275.637171 + 0: The maximum resident set size (KB) = 1166908 -Test 098 rap_unified_drag_suite_debug PASS +Test 099 rap_unified_drag_suite_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/rap_diag_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25584/rap_diag_debug -Checking test 099 rap_diag_debug results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/INTEL/rap_diag_debug +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_267113/rap_diag_debug +Checking test 100 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 = 285.852411 - 0: The maximum resident set size (KB) = 1251032 + 0: The total amount of wall time = 289.463384 + 0: The maximum resident set size (KB) = 1246024 -Test 099 rap_diag_debug PASS +Test 100 rap_diag_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/rap_cires_ugwp_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25584/rap_cires_ugwp_debug -Checking test 100 rap_cires_ugwp_debug results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/INTEL/rap_cires_ugwp_debug +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_267113/rap_cires_ugwp_debug +Checking test 101 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 = 271.675809 - 0: The maximum resident set size (KB) = 1171972 + 0: The total amount of wall time = 281.308504 + 0: The maximum resident set size (KB) = 1163600 -Test 100 rap_cires_ugwp_debug PASS +Test 101 rap_cires_ugwp_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/rap_cires_ugwp_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25584/rap_unified_ugwp_debug -Checking test 101 rap_unified_ugwp_debug results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/INTEL/rap_cires_ugwp_debug +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_267113/rap_unified_ugwp_debug +Checking test 102 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 = 277.955627 - 0: The maximum resident set size (KB) = 1171204 + 0: The total amount of wall time = 275.916348 + 0: The maximum resident set size (KB) = 1164888 -Test 101 rap_unified_ugwp_debug PASS +Test 102 rap_unified_ugwp_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/rap_lndp_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25584/rap_lndp_debug -Checking test 102 rap_lndp_debug results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/INTEL/rap_lndp_debug +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_267113/rap_lndp_debug +Checking test 103 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 = 272.619395 - 0: The maximum resident set size (KB) = 1171592 + 0: The total amount of wall time = 276.631823 + 0: The maximum resident set size (KB) = 1170544 -Test 102 rap_lndp_debug PASS +Test 103 rap_lndp_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/rap_flake_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25584/rap_flake_debug -Checking test 103 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 = 271.007058 - 0: The maximum resident set size (KB) = 1166604 - -Test 103 rap_flake_debug PASS - - -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/rap_progcld_thompson_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25584/rap_progcld_thompson_debug +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/INTEL/rap_progcld_thompson_debug +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_267113/rap_progcld_thompson_debug Checking test 104 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 = 269.649000 - 0: The maximum resident set size (KB) = 1170824 + 0: The total amount of wall time = 276.828171 + 0: The maximum resident set size (KB) = 1163752 Test 104 rap_progcld_thompson_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/rap_noah_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25584/rap_noah_debug +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/INTEL/rap_noah_debug +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_267113/rap_noah_debug Checking test 105 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 = 267.892200 - 0: The maximum resident set size (KB) = 1165860 + 0: The total amount of wall time = 277.208216 + 0: The maximum resident set size (KB) = 1167268 Test 105 rap_noah_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/rap_sfcdiff_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25584/rap_sfcdiff_debug +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/INTEL/rap_sfcdiff_debug +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_267113/rap_sfcdiff_debug Checking test 106 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 = 269.735326 - 0: The maximum resident set size (KB) = 1171156 + 0: The total amount of wall time = 272.646402 + 0: The maximum resident set size (KB) = 1166996 Test 106 rap_sfcdiff_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/rap_noah_sfcdiff_cires_ugwp_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25584/rap_noah_sfcdiff_cires_ugwp_debug +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/INTEL/rap_noah_sfcdiff_cires_ugwp_debug +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_267113/rap_noah_sfcdiff_cires_ugwp_debug Checking test 107 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 = 444.977429 - 0: The maximum resident set size (KB) = 1168224 + 0: The total amount of wall time = 447.682267 + 0: The maximum resident set size (KB) = 1164088 Test 107 rap_noah_sfcdiff_cires_ugwp_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/rrfs_v1beta_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25584/rrfs_v1beta_debug +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/INTEL/rrfs_v1beta_debug +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_267113/rrfs_v1beta_debug Checking test 108 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 = 270.188909 - 0: The maximum resident set size (KB) = 1164980 + 0: The total amount of wall time = 271.611679 + 0: The maximum resident set size (KB) = 1155376 Test 108 rrfs_v1beta_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/control_wam_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25584/control_wam_debug -Checking test 109 control_wam_debug results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/INTEL/rap_clm_lake_debug +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_267113/rap_clm_lake_debug +Checking test 109 rap_clm_lake_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 = 334.996405 + 0: The maximum resident set size (KB) = 1171012 + +Test 109 rap_clm_lake_debug PASS + + +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/INTEL/rap_flake_debug +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_267113/rap_flake_debug +Checking test 110 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 = 276.630306 + 0: The maximum resident set size (KB) = 1164480 + +Test 110 rap_flake_debug PASS + + +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/INTEL/control_wam_debug +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_267113/control_wam_debug +Checking test 111 control_wam_debug results .... Comparing sfcf019.nc .........OK Comparing atmf019.nc .........OK - 0: The total amount of wall time = 271.030404 - 0: The maximum resident set size (KB) = 526028 + 0: The total amount of wall time = 279.416584 + 0: The maximum resident set size (KB) = 519984 -Test 109 control_wam_debug PASS +Test 111 control_wam_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/regional_spp_sppt_shum_skeb_dyn32_phy32 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25584/regional_spp_sppt_shum_skeb_dyn32_phy32 -Checking test 110 regional_spp_sppt_shum_skeb_dyn32_phy32 results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/INTEL/regional_spp_sppt_shum_skeb_dyn32_phy32 +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_267113/regional_spp_sppt_shum_skeb_dyn32_phy32 +Checking test 112 regional_spp_sppt_shum_skeb_dyn32_phy32 results .... Comparing dynf000.nc .........OK Comparing dynf001.nc .........OK Comparing phyf000.nc .........OK @@ -3767,15 +3767,15 @@ Checking test 110 regional_spp_sppt_shum_skeb_dyn32_phy32 results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF01 .........OK - 0: The total amount of wall time = 216.406266 - 0: The maximum resident set size (KB) = 1073684 + 0: The total amount of wall time = 223.885694 + 0: The maximum resident set size (KB) = 1064456 -Test 110 regional_spp_sppt_shum_skeb_dyn32_phy32 PASS +Test 112 regional_spp_sppt_shum_skeb_dyn32_phy32 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/rap_control_dyn32_phy32 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25584/rap_control_dyn32_phy32 -Checking test 111 rap_control_dyn32_phy32 results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/INTEL/rap_control_dyn32_phy32 +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_267113/rap_control_dyn32_phy32 +Checking test 113 rap_control_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -3821,15 +3821,15 @@ Checking test 111 rap_control_dyn32_phy32 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 382.353700 - 0: The maximum resident set size (KB) = 1009100 + 0: The total amount of wall time = 386.579380 + 0: The maximum resident set size (KB) = 992264 -Test 111 rap_control_dyn32_phy32 PASS +Test 113 rap_control_dyn32_phy32 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/hrrr_control_dyn32_phy32 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25584/hrrr_control_dyn32_phy32 -Checking test 112 hrrr_control_dyn32_phy32 results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/INTEL/hrrr_control_dyn32_phy32 +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_267113/hrrr_control_dyn32_phy32 +Checking test 114 hrrr_control_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -3842,48 +3842,48 @@ Checking test 112 hrrr_control_dyn32_phy32 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF09 .........OK Comparing GFSPRS.GrbF12 .........OK - Comparing RESTART/20210322.180000.coupler.res .........OK - Comparing RESTART/20210322.180000.fv_core.res.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile1.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile2.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile3.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile4.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile5.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile6.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile1.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile2.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile3.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile4.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile5.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile6.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile1.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile2.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile3.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile4.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile5.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile6.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile1.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile2.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile3.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile4.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile5.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile6.nc .........OK - - 0: The total amount of wall time = 197.950261 - 0: The maximum resident set size (KB) = 952884 - -Test 112 hrrr_control_dyn32_phy32 PASS - - -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/rap_control_dyn32_phy32 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25584/rap_2threads_dyn32_phy32 -Checking test 113 rap_2threads_dyn32_phy32 results .... + Comparing RESTART/20210322.120000.coupler.res .........OK + Comparing RESTART/20210322.120000.fv_core.res.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile6.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK + + 0: The total amount of wall time = 193.240896 + 0: The maximum resident set size (KB) = 950040 + +Test 114 hrrr_control_dyn32_phy32 PASS + + +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/INTEL/rap_control_dyn32_phy32 +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_267113/rap_2threads_dyn32_phy32 +Checking test 115 rap_2threads_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -3929,15 +3929,15 @@ Checking test 113 rap_2threads_dyn32_phy32 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 363.650138 - 0: The maximum resident set size (KB) = 1025920 + 0: The total amount of wall time = 371.312069 + 0: The maximum resident set size (KB) = 1018388 -Test 113 rap_2threads_dyn32_phy32 PASS +Test 115 rap_2threads_dyn32_phy32 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/hrrr_control_dyn32_phy32 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25584/hrrr_control_2threads_dyn32_phy32 -Checking test 114 hrrr_control_2threads_dyn32_phy32 results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/INTEL/hrrr_control_dyn32_phy32 +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_267113/hrrr_control_2threads_dyn32_phy32 +Checking test 116 hrrr_control_2threads_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -3950,48 +3950,48 @@ Checking test 114 hrrr_control_2threads_dyn32_phy32 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF09 .........OK Comparing GFSPRS.GrbF12 .........OK - Comparing RESTART/20210322.180000.coupler.res .........OK - Comparing RESTART/20210322.180000.fv_core.res.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile1.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile2.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile3.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile4.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile5.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile6.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile1.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile2.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile3.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile4.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile5.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile6.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile1.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile2.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile3.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile4.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile5.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile6.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile1.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile2.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile3.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile4.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile5.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile6.nc .........OK - - 0: The total amount of wall time = 186.947731 - 0: The maximum resident set size (KB) = 1004392 - -Test 114 hrrr_control_2threads_dyn32_phy32 PASS - - -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/hrrr_control_dyn32_phy32 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25584/hrrr_control_decomp_dyn32_phy32 -Checking test 115 hrrr_control_decomp_dyn32_phy32 results .... + Comparing RESTART/20210322.120000.coupler.res .........OK + Comparing RESTART/20210322.120000.fv_core.res.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile6.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK + + 0: The total amount of wall time = 176.885596 + 0: The maximum resident set size (KB) = 921740 + +Test 116 hrrr_control_2threads_dyn32_phy32 PASS + + +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/INTEL/hrrr_control_dyn32_phy32 +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_267113/hrrr_control_decomp_dyn32_phy32 +Checking test 117 hrrr_control_decomp_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -4004,48 +4004,48 @@ Checking test 115 hrrr_control_decomp_dyn32_phy32 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF09 .........OK Comparing GFSPRS.GrbF12 .........OK - Comparing RESTART/20210322.180000.coupler.res .........OK - Comparing RESTART/20210322.180000.fv_core.res.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile1.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile2.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile3.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile4.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile5.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile6.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile1.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile2.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile3.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile4.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile5.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile6.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile1.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile2.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile3.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile4.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile5.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile6.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile1.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile2.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile3.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile4.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile5.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile6.nc .........OK - - 0: The total amount of wall time = 208.407845 - 0: The maximum resident set size (KB) = 902816 - -Test 115 hrrr_control_decomp_dyn32_phy32 PASS - - -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/rap_control_dyn32_phy32 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25584/rap_restart_dyn32_phy32 -Checking test 116 rap_restart_dyn32_phy32 results .... + Comparing RESTART/20210322.120000.coupler.res .........OK + Comparing RESTART/20210322.120000.fv_core.res.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile6.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK + + 0: The total amount of wall time = 201.785846 + 0: The maximum resident set size (KB) = 889692 + +Test 117 hrrr_control_decomp_dyn32_phy32 PASS + + +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/INTEL/rap_control_dyn32_phy32 +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_267113/rap_restart_dyn32_phy32 +Checking test 118 rap_restart_dyn32_phy32 results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK Comparing GFSFLX.GrbF12 .........OK @@ -4083,61 +4083,29 @@ Checking test 116 rap_restart_dyn32_phy32 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 283.072889 - 0: The maximum resident set size (KB) = 941076 + 0: The total amount of wall time = 285.311360 + 0: The maximum resident set size (KB) = 945132 -Test 116 rap_restart_dyn32_phy32 PASS +Test 118 rap_restart_dyn32_phy32 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/hrrr_control_dyn32_phy32 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25584/hrrr_control_restart_dyn32_phy32 -Checking test 117 hrrr_control_restart_dyn32_phy32 results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/INTEL/hrrr_control_dyn32_phy32 +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_267113/hrrr_control_restart_dyn32_phy32 +Checking test 119 hrrr_control_restart_dyn32_phy32 results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK Comparing GFSFLX.GrbF12 .........OK Comparing GFSPRS.GrbF12 .........OK - Comparing RESTART/20210322.180000.coupler.res .........OK - Comparing RESTART/20210322.180000.fv_core.res.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile1.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile2.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile3.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile4.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile5.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile6.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile1.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile2.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile3.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile4.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile5.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile6.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile1.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile2.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile3.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile4.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile5.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile6.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile1.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile2.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile3.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile4.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile5.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 102.184101 - 0: The maximum resident set size (KB) = 862812 + 0: The total amount of wall time = 100.088442 + 0: The maximum resident set size (KB) = 853832 -Test 117 hrrr_control_restart_dyn32_phy32 PASS +Test 119 hrrr_control_restart_dyn32_phy32 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/rap_control_dyn64_phy32 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25584/rap_control_dyn64_phy32 -Checking test 118 rap_control_dyn64_phy32 results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/INTEL/rap_control_dyn64_phy32 +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_267113/rap_control_dyn64_phy32 +Checking test 120 rap_control_dyn64_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -4183,82 +4151,82 @@ Checking test 118 rap_control_dyn64_phy32 results .... Comparing RESTART/20210322.180000.sfc_data.tile5.nc .........OK Comparing RESTART/20210322.180000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 244.578370 - 0: The maximum resident set size (KB) = 967532 + 0: The total amount of wall time = 249.277923 + 0: The maximum resident set size (KB) = 933172 -Test 118 rap_control_dyn64_phy32 PASS +Test 120 rap_control_dyn64_phy32 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/rap_control_debug_dyn32_phy32 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25584/rap_control_debug_dyn32_phy32 -Checking test 119 rap_control_debug_dyn32_phy32 results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/INTEL/rap_control_debug_dyn32_phy32 +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_267113/rap_control_debug_dyn32_phy32 +Checking test 121 rap_control_debug_dyn32_phy32 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.501640 - 0: The maximum resident set size (KB) = 1053432 + 0: The total amount of wall time = 271.077134 + 0: The maximum resident set size (KB) = 1063140 -Test 119 rap_control_debug_dyn32_phy32 PASS +Test 121 rap_control_debug_dyn32_phy32 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/hrrr_control_debug_dyn32_phy32 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25584/hrrr_control_debug_dyn32_phy32 -Checking test 120 hrrr_control_debug_dyn32_phy32 results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/INTEL/hrrr_control_debug_dyn32_phy32 +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_267113/hrrr_control_debug_dyn32_phy32 +Checking test 122 hrrr_control_debug_dyn32_phy32 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.109494 - 0: The maximum resident set size (KB) = 1052128 + 0: The total amount of wall time = 264.013748 + 0: The maximum resident set size (KB) = 1052988 -Test 120 hrrr_control_debug_dyn32_phy32 PASS +Test 122 hrrr_control_debug_dyn32_phy32 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/rap_control_debug_dyn64_phy32 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25584/rap_control_dyn64_phy32_debug -Checking test 121 rap_control_dyn64_phy32_debug results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/INTEL/rap_control_debug_dyn64_phy32 +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_267113/rap_control_dyn64_phy32_debug +Checking test 123 rap_control_dyn64_phy32_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 = 276.013436 - 0: The maximum resident set size (KB) = 1096724 + 0: The total amount of wall time = 271.228853 + 0: The maximum resident set size (KB) = 1092776 -Test 121 rap_control_dyn64_phy32_debug PASS +Test 123 rap_control_dyn64_phy32_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/hafs_regional_atm -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25584/hafs_regional_atm -Checking test 122 hafs_regional_atm results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/INTEL/hafs_regional_atm +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_267113/hafs_regional_atm +Checking test 124 hafs_regional_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing HURPRS.GrbF06 .........OK - 0: The total amount of wall time = 241.110790 - 0: The maximum resident set size (KB) = 1043160 + 0: The total amount of wall time = 239.581316 + 0: The maximum resident set size (KB) = 1044108 -Test 122 hafs_regional_atm PASS +Test 124 hafs_regional_atm PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/hafs_regional_atm_thompson_gfdlsf -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25584/hafs_regional_atm_thompson_gfdlsf -Checking test 123 hafs_regional_atm_thompson_gfdlsf results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/INTEL/hafs_regional_atm_thompson_gfdlsf +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_267113/hafs_regional_atm_thompson_gfdlsf +Checking test 125 hafs_regional_atm_thompson_gfdlsf results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK - 0: The total amount of wall time = 309.118887 - 0: The maximum resident set size (KB) = 1399648 + 0: The total amount of wall time = 353.702716 + 0: The maximum resident set size (KB) = 1400416 -Test 123 hafs_regional_atm_thompson_gfdlsf PASS +Test 125 hafs_regional_atm_thompson_gfdlsf PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/hafs_regional_atm_ocn -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25584/hafs_regional_atm_ocn -Checking test 124 hafs_regional_atm_ocn results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/INTEL/hafs_regional_atm_ocn +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_267113/hafs_regional_atm_ocn +Checking test 126 hafs_regional_atm_ocn results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing archv.2019_241_06.a .........OK @@ -4266,15 +4234,15 @@ Checking test 124 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 = 391.374709 - 0: The maximum resident set size (KB) = 1221612 + 0: The total amount of wall time = 386.047452 + 0: The maximum resident set size (KB) = 1211768 -Test 124 hafs_regional_atm_ocn PASS +Test 126 hafs_regional_atm_ocn PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/hafs_regional_atm_wav -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25584/hafs_regional_atm_wav -Checking test 125 hafs_regional_atm_wav results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/INTEL/hafs_regional_atm_wav +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_267113/hafs_regional_atm_wav +Checking test 127 hafs_regional_atm_wav results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing 20190829.060000.out_grd.ww3 .........OK @@ -4282,15 +4250,15 @@ Checking test 125 hafs_regional_atm_wav results .... Comparing ufs.hafs.ww3.r.2019-08-29-21600 .........OK Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK - 0: The total amount of wall time = 745.023783 - 0: The maximum resident set size (KB) = 1247500 + 0: The total amount of wall time = 742.583049 + 0: The maximum resident set size (KB) = 1247344 -Test 125 hafs_regional_atm_wav PASS +Test 127 hafs_regional_atm_wav PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/hafs_regional_atm_ocn_wav -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25584/hafs_regional_atm_ocn_wav -Checking test 126 hafs_regional_atm_ocn_wav results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/INTEL/hafs_regional_atm_ocn_wav +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_267113/hafs_regional_atm_ocn_wav +Checking test 128 hafs_regional_atm_ocn_wav results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing archv.2019_241_06.a .........OK @@ -4300,29 +4268,29 @@ Checking test 126 hafs_regional_atm_ocn_wav results .... Comparing ufs.hafs.ww3.r.2019-08-29-21600 .........OK Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK - 0: The total amount of wall time = 841.290650 - 0: The maximum resident set size (KB) = 1259688 + 0: The total amount of wall time = 846.225602 + 0: The maximum resident set size (KB) = 1264956 -Test 126 hafs_regional_atm_ocn_wav PASS +Test 128 hafs_regional_atm_ocn_wav PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/hafs_regional_1nest_atm -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25584/hafs_regional_1nest_atm -Checking test 127 hafs_regional_1nest_atm results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/INTEL/hafs_regional_1nest_atm +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_267113/hafs_regional_1nest_atm +Checking test 129 hafs_regional_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 = 318.079058 - 0: The maximum resident set size (KB) = 504332 + 0: The total amount of wall time = 322.933548 + 0: The maximum resident set size (KB) = 499412 -Test 127 hafs_regional_1nest_atm PASS +Test 129 hafs_regional_1nest_atm PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/hafs_regional_telescopic_2nests_atm -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25584/hafs_regional_telescopic_2nests_atm -Checking test 128 hafs_regional_telescopic_2nests_atm results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/INTEL/hafs_regional_telescopic_2nests_atm +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_267113/hafs_regional_telescopic_2nests_atm +Checking test 130 hafs_regional_telescopic_2nests_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK @@ -4330,29 +4298,29 @@ Checking test 128 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 = 363.724567 - 0: The maximum resident set size (KB) = 513708 + 0: The total amount of wall time = 368.772058 + 0: The maximum resident set size (KB) = 511080 -Test 128 hafs_regional_telescopic_2nests_atm PASS +Test 130 hafs_regional_telescopic_2nests_atm PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/hafs_global_1nest_atm -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25584/hafs_global_1nest_atm -Checking test 129 hafs_global_1nest_atm results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/INTEL/hafs_global_1nest_atm +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_267113/hafs_global_1nest_atm +Checking test 131 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 = 148.081087 - 0: The maximum resident set size (KB) = 350400 + 0: The total amount of wall time = 147.881652 + 0: The maximum resident set size (KB) = 348084 -Test 129 hafs_global_1nest_atm PASS +Test 131 hafs_global_1nest_atm PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/hafs_global_multiple_4nests_atm -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25584/hafs_global_multiple_4nests_atm -Checking test 130 hafs_global_multiple_4nests_atm results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/INTEL/hafs_global_multiple_4nests_atm +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_267113/hafs_global_multiple_4nests_atm +Checking test 132 hafs_global_multiple_4nests_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK @@ -4369,15 +4337,15 @@ Checking test 130 hafs_global_multiple_4nests_atm results .... Comparing HURPRS.GrbF06.nest04 .........OK Comparing HURPRS.GrbF06.nest05 .........OK - 0: The total amount of wall time = 411.217716 - 0: The maximum resident set size (KB) = 422552 + 0: The total amount of wall time = 415.990435 + 0: The maximum resident set size (KB) = 448332 -Test 130 hafs_global_multiple_4nests_atm PASS +Test 132 hafs_global_multiple_4nests_atm PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/hafs_regional_specified_moving_1nest_atm -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25584/hafs_regional_specified_moving_1nest_atm -Checking test 131 hafs_regional_specified_moving_1nest_atm results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/INTEL/hafs_regional_specified_moving_1nest_atm +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_267113/hafs_regional_specified_moving_1nest_atm +Checking test 133 hafs_regional_specified_moving_1nest_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK @@ -4385,29 +4353,29 @@ Checking test 131 hafs_regional_specified_moving_1nest_atm results .... Comparing HURPRS.GrbF06 .........OK Comparing HURPRS.GrbF06.nest02 .........OK - 0: The total amount of wall time = 201.418022 - 0: The maximum resident set size (KB) = 520736 + 0: The total amount of wall time = 206.222910 + 0: The maximum resident set size (KB) = 514636 -Test 131 hafs_regional_specified_moving_1nest_atm PASS +Test 133 hafs_regional_specified_moving_1nest_atm PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/hafs_regional_storm_following_1nest_atm -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25584/hafs_regional_storm_following_1nest_atm -Checking test 132 hafs_regional_storm_following_1nest_atm results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/INTEL/hafs_regional_storm_following_1nest_atm +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_267113/hafs_regional_storm_following_1nest_atm +Checking test 134 hafs_regional_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 = 189.602653 - 0: The maximum resident set size (KB) = 519200 + 0: The total amount of wall time = 193.692543 + 0: The maximum resident set size (KB) = 519644 -Test 132 hafs_regional_storm_following_1nest_atm PASS +Test 134 hafs_regional_storm_following_1nest_atm PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/hafs_regional_storm_following_1nest_atm_ocn -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25584/hafs_regional_storm_following_1nest_atm_ocn -Checking test 133 hafs_regional_storm_following_1nest_atm_ocn results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/INTEL/hafs_regional_storm_following_1nest_atm_ocn +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_267113/hafs_regional_storm_following_1nest_atm_ocn +Checking test 135 hafs_regional_storm_following_1nest_atm_ocn results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK @@ -4415,43 +4383,43 @@ Checking test 133 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 = 222.832744 - 0: The maximum resident set size (KB) = 562000 + 0: The total amount of wall time = 224.827045 + 0: The maximum resident set size (KB) = 563056 -Test 133 hafs_regional_storm_following_1nest_atm_ocn PASS +Test 135 hafs_regional_storm_following_1nest_atm_ocn PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/hafs_global_storm_following_1nest_atm -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25584/hafs_global_storm_following_1nest_atm -Checking test 134 hafs_global_storm_following_1nest_atm results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/INTEL/hafs_global_storm_following_1nest_atm +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_267113/hafs_global_storm_following_1nest_atm +Checking test 136 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 = 59.869879 - 0: The maximum resident set size (KB) = 368308 + 0: The total amount of wall time = 59.129524 + 0: The maximum resident set size (KB) = 371752 -Test 134 hafs_global_storm_following_1nest_atm PASS +Test 136 hafs_global_storm_following_1nest_atm PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/hafs_regional_storm_following_1nest_atm_ocn_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25584/hafs_regional_storm_following_1nest_atm_ocn_debug -Checking test 135 hafs_regional_storm_following_1nest_atm_ocn_debug results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/INTEL/hafs_regional_storm_following_1nest_atm_ocn_debug +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_267113/hafs_regional_storm_following_1nest_atm_ocn_debug +Checking test 137 hafs_regional_storm_following_1nest_atm_ocn_debug results .... Comparing atmf001.nc .........OK Comparing sfcf001.nc .........OK Comparing atm.nest02.f001.nc .........OK Comparing sfc.nest02.f001.nc .........OK - 0: The total amount of wall time = 722.447572 - 0: The maximum resident set size (KB) = 578176 + 0: The total amount of wall time = 716.877806 + 0: The maximum resident set size (KB) = 580056 -Test 135 hafs_regional_storm_following_1nest_atm_ocn_debug PASS +Test 137 hafs_regional_storm_following_1nest_atm_ocn_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/hafs_regional_storm_following_1nest_atm_ocn_wav -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25584/hafs_regional_storm_following_1nest_atm_ocn_wav -Checking test 136 hafs_regional_storm_following_1nest_atm_ocn_wav results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/INTEL/hafs_regional_storm_following_1nest_atm_ocn_wav +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_267113/hafs_regional_storm_following_1nest_atm_ocn_wav +Checking test 138 hafs_regional_storm_following_1nest_atm_ocn_wav results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK @@ -4461,162 +4429,162 @@ Checking test 136 hafs_regional_storm_following_1nest_atm_ocn_wav results .... Comparing 20200825.180000.out_grd.ww3 .........OK Comparing 20200825.180000.out_pnt.ww3 .........OK - 0: The total amount of wall time = 483.535901 - 0: The maximum resident set size (KB) = 620020 + 0: The total amount of wall time = 481.579140 + 0: The maximum resident set size (KB) = 624228 -Test 136 hafs_regional_storm_following_1nest_atm_ocn_wav PASS +Test 138 hafs_regional_storm_following_1nest_atm_ocn_wav PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/hafs_regional_docn -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25584/hafs_regional_docn -Checking test 137 hafs_regional_docn results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/INTEL/hafs_regional_docn +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_267113/hafs_regional_docn +Checking test 139 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 = 357.137667 - 0: The maximum resident set size (KB) = 1225568 + 0: The total amount of wall time = 356.774765 + 0: The maximum resident set size (KB) = 1230480 -Test 137 hafs_regional_docn PASS +Test 139 hafs_regional_docn PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/hafs_regional_docn_oisst -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25584/hafs_regional_docn_oisst -Checking test 138 hafs_regional_docn_oisst results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/INTEL/hafs_regional_docn_oisst +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_267113/hafs_regional_docn_oisst +Checking test 140 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 = 356.823961 - 0: The maximum resident set size (KB) = 1212636 + 0: The total amount of wall time = 360.739062 + 0: The maximum resident set size (KB) = 1213380 -Test 138 hafs_regional_docn_oisst PASS +Test 140 hafs_regional_docn_oisst PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/hafs_regional_datm_cdeps -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25584/hafs_regional_datm_cdeps -Checking test 139 hafs_regional_datm_cdeps results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/INTEL/hafs_regional_datm_cdeps +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_267113/hafs_regional_datm_cdeps +Checking test 141 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 = 954.011029 - 0: The maximum resident set size (KB) = 1041504 + 0: The total amount of wall time = 956.806767 + 0: The maximum resident set size (KB) = 1032756 -Test 139 hafs_regional_datm_cdeps PASS +Test 141 hafs_regional_datm_cdeps PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/datm_cdeps_control_cfsr -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25584/datm_cdeps_control_cfsr -Checking test 140 datm_cdeps_control_cfsr results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/INTEL/datm_cdeps_control_cfsr +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_267113/datm_cdeps_control_cfsr +Checking test 142 datm_cdeps_control_cfsr results .... Comparing RESTART/20111002.000000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 152.245264 - 0: The maximum resident set size (KB) = 1070292 + 0: The total amount of wall time = 157.450695 + 0: The maximum resident set size (KB) = 1060548 -Test 140 datm_cdeps_control_cfsr PASS +Test 142 datm_cdeps_control_cfsr PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/datm_cdeps_control_cfsr -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25584/datm_cdeps_restart_cfsr -Checking test 141 datm_cdeps_restart_cfsr results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/INTEL/datm_cdeps_control_cfsr +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_267113/datm_cdeps_restart_cfsr +Checking test 143 datm_cdeps_restart_cfsr results .... Comparing RESTART/20111002.000000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 91.113047 - 0: The maximum resident set size (KB) = 1010236 + 0: The total amount of wall time = 91.114685 + 0: The maximum resident set size (KB) = 1012928 -Test 141 datm_cdeps_restart_cfsr PASS +Test 143 datm_cdeps_restart_cfsr PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/datm_cdeps_control_gefs -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25584/datm_cdeps_control_gefs -Checking test 142 datm_cdeps_control_gefs results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/INTEL/datm_cdeps_control_gefs +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_267113/datm_cdeps_control_gefs +Checking test 144 datm_cdeps_control_gefs results .... Comparing RESTART/20111002.000000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS_NEW.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 149.651808 - 0: The maximum resident set size (KB) = 961348 + 0: The total amount of wall time = 152.826055 + 0: The maximum resident set size (KB) = 955336 -Test 142 datm_cdeps_control_gefs PASS +Test 144 datm_cdeps_control_gefs PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/datm_cdeps_iau_gefs -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25584/datm_cdeps_iau_gefs -Checking test 143 datm_cdeps_iau_gefs results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/INTEL/datm_cdeps_iau_gefs +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_267113/datm_cdeps_iau_gefs +Checking test 145 datm_cdeps_iau_gefs results .... Comparing RESTART/20111002.000000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS_NEW.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 152.982446 - 0: The maximum resident set size (KB) = 959748 + 0: The total amount of wall time = 149.662893 + 0: The maximum resident set size (KB) = 967912 -Test 143 datm_cdeps_iau_gefs PASS +Test 145 datm_cdeps_iau_gefs PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/datm_cdeps_stochy_gefs -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25584/datm_cdeps_stochy_gefs -Checking test 144 datm_cdeps_stochy_gefs results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/INTEL/datm_cdeps_stochy_gefs +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_267113/datm_cdeps_stochy_gefs +Checking test 146 datm_cdeps_stochy_gefs results .... Comparing RESTART/20111002.000000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS_NEW.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 154.464637 - 0: The maximum resident set size (KB) = 960892 + 0: The total amount of wall time = 151.189126 + 0: The maximum resident set size (KB) = 968504 -Test 144 datm_cdeps_stochy_gefs PASS +Test 146 datm_cdeps_stochy_gefs PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/datm_cdeps_ciceC_cfsr -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25584/datm_cdeps_ciceC_cfsr -Checking test 145 datm_cdeps_ciceC_cfsr results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/INTEL/datm_cdeps_ciceC_cfsr +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_267113/datm_cdeps_ciceC_cfsr +Checking test 147 datm_cdeps_ciceC_cfsr results .... Comparing RESTART/20111002.000000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 153.435664 - 0: The maximum resident set size (KB) = 1067460 + 0: The total amount of wall time = 148.977896 + 0: The maximum resident set size (KB) = 1057728 -Test 145 datm_cdeps_ciceC_cfsr PASS +Test 147 datm_cdeps_ciceC_cfsr PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/datm_cdeps_bulk_cfsr -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25584/datm_cdeps_bulk_cfsr -Checking test 146 datm_cdeps_bulk_cfsr results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/INTEL/datm_cdeps_bulk_cfsr +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_267113/datm_cdeps_bulk_cfsr +Checking test 148 datm_cdeps_bulk_cfsr results .... Comparing RESTART/20111002.000000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 152.318899 - 0: The maximum resident set size (KB) = 1054336 + 0: The total amount of wall time = 151.728915 + 0: The maximum resident set size (KB) = 1051604 -Test 146 datm_cdeps_bulk_cfsr PASS +Test 148 datm_cdeps_bulk_cfsr PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/datm_cdeps_bulk_gefs -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25584/datm_cdeps_bulk_gefs -Checking test 147 datm_cdeps_bulk_gefs results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/INTEL/datm_cdeps_bulk_gefs +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_267113/datm_cdeps_bulk_gefs +Checking test 149 datm_cdeps_bulk_gefs results .... Comparing RESTART/20111002.000000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS_NEW.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 150.977234 - 0: The maximum resident set size (KB) = 961736 + 0: The total amount of wall time = 150.705574 + 0: The maximum resident set size (KB) = 956164 -Test 147 datm_cdeps_bulk_gefs PASS +Test 149 datm_cdeps_bulk_gefs PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/datm_cdeps_mx025_cfsr -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25584/datm_cdeps_mx025_cfsr -Checking test 148 datm_cdeps_mx025_cfsr results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/INTEL/datm_cdeps_mx025_cfsr +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_267113/datm_cdeps_mx025_cfsr +Checking test 150 datm_cdeps_mx025_cfsr results .... Comparing RESTART/20111001.120000.MOM.res.nc .........OK Comparing RESTART/20111001.120000.MOM.res_1.nc .........OK Comparing RESTART/20111001.120000.MOM.res_2.nc .........OK @@ -4624,15 +4592,15 @@ Checking test 148 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 = 419.501905 - 0: The maximum resident set size (KB) = 884920 + 0: The total amount of wall time = 416.348860 + 0: The maximum resident set size (KB) = 880104 -Test 148 datm_cdeps_mx025_cfsr PASS +Test 150 datm_cdeps_mx025_cfsr PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/datm_cdeps_mx025_gefs -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25584/datm_cdeps_mx025_gefs -Checking test 149 datm_cdeps_mx025_gefs results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/INTEL/datm_cdeps_mx025_gefs +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_267113/datm_cdeps_mx025_gefs +Checking test 151 datm_cdeps_mx025_gefs results .... Comparing RESTART/20111001.120000.MOM.res.nc .........OK Comparing RESTART/20111001.120000.MOM.res_1.nc .........OK Comparing RESTART/20111001.120000.MOM.res_2.nc .........OK @@ -4640,78 +4608,78 @@ Checking test 149 datm_cdeps_mx025_gefs results .... Comparing RESTART/iced.2011-10-01-43200.nc .........OK Comparing RESTART/DATM_GEFS_NEW.cpl.r.2011-10-01-43200.nc .........OK - 0: The total amount of wall time = 429.839144 - 0: The maximum resident set size (KB) = 936652 + 0: The total amount of wall time = 408.041583 + 0: The maximum resident set size (KB) = 922612 -Test 149 datm_cdeps_mx025_gefs PASS +Test 151 datm_cdeps_mx025_gefs PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/datm_cdeps_control_cfsr -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25584/datm_cdeps_multiple_files_cfsr -Checking test 150 datm_cdeps_multiple_files_cfsr results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/INTEL/datm_cdeps_control_cfsr +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_267113/datm_cdeps_multiple_files_cfsr +Checking test 152 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 = 156.821041 - 0: The maximum resident set size (KB) = 1062268 + 0: The total amount of wall time = 158.920295 + 0: The maximum resident set size (KB) = 1057988 -Test 150 datm_cdeps_multiple_files_cfsr PASS +Test 152 datm_cdeps_multiple_files_cfsr PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/datm_cdeps_3072x1536_cfsr -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25584/datm_cdeps_3072x1536_cfsr -Checking test 151 datm_cdeps_3072x1536_cfsr results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/INTEL/datm_cdeps_3072x1536_cfsr +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_267113/datm_cdeps_3072x1536_cfsr +Checking test 153 datm_cdeps_3072x1536_cfsr results .... Comparing RESTART/20111002.000000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR3072x1536.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 221.703392 - 0: The maximum resident set size (KB) = 2362296 + 0: The total amount of wall time = 221.072229 + 0: The maximum resident set size (KB) = 2367840 -Test 151 datm_cdeps_3072x1536_cfsr PASS +Test 153 datm_cdeps_3072x1536_cfsr PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/datm_cdeps_gfs -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25584/datm_cdeps_gfs -Checking test 152 datm_cdeps_gfs results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/INTEL/datm_cdeps_gfs +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_267113/datm_cdeps_gfs +Checking test 154 datm_cdeps_gfs results .... Comparing RESTART/20210323.060000.MOM.res.nc .........OK Comparing RESTART/iced.2021-03-23-21600.nc .........OK Comparing RESTART/DATM_GFS.cpl.r.2021-03-23-21600.nc .........OK - 0: The total amount of wall time = 222.344843 - 0: The maximum resident set size (KB) = 2360852 + 0: The total amount of wall time = 220.659313 + 0: The maximum resident set size (KB) = 2362488 -Test 152 datm_cdeps_gfs PASS +Test 154 datm_cdeps_gfs PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/datm_cdeps_debug_cfsr -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25584/datm_cdeps_debug_cfsr -Checking test 153 datm_cdeps_debug_cfsr results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/INTEL/datm_cdeps_debug_cfsr +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_267113/datm_cdeps_debug_cfsr +Checking test 155 datm_cdeps_debug_cfsr results .... Comparing RESTART/20111001.060000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-01-21600.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-01-21600.nc .........OK - 0: The total amount of wall time = 356.256004 - 0: The maximum resident set size (KB) = 993768 + 0: The total amount of wall time = 359.627955 + 0: The maximum resident set size (KB) = 978520 -Test 153 datm_cdeps_debug_cfsr PASS +Test 155 datm_cdeps_debug_cfsr PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/datm_cdeps_control_cfsr_faster -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25584/datm_cdeps_control_cfsr_faster -Checking test 154 datm_cdeps_control_cfsr_faster results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/INTEL/datm_cdeps_control_cfsr_faster +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_267113/datm_cdeps_control_cfsr_faster +Checking test 156 datm_cdeps_control_cfsr_faster results .... Comparing RESTART/20111002.000000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 152.167901 - 0: The maximum resident set size (KB) = 1069080 + 0: The total amount of wall time = 153.739606 + 0: The maximum resident set size (KB) = 1060044 -Test 154 datm_cdeps_control_cfsr_faster PASS +Test 156 datm_cdeps_control_cfsr_faster PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/datm_cdeps_lnd_gswp3 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25584/datm_cdeps_lnd_gswp3 -Checking test 155 datm_cdeps_lnd_gswp3 results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/INTEL/datm_cdeps_lnd_gswp3 +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_267113/datm_cdeps_lnd_gswp3 +Checking test 157 datm_cdeps_lnd_gswp3 results .... Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile1.nc .........OK Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile2.nc .........OK Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile3.nc .........OK @@ -4719,15 +4687,15 @@ Checking test 155 datm_cdeps_lnd_gswp3 results .... Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile5.nc .........OK Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile6.nc .........OK - 0: The total amount of wall time = 6.859700 - 0: The maximum resident set size (KB) = 265580 + 0: The total amount of wall time = 7.377264 + 0: The maximum resident set size (KB) = 263692 -Test 155 datm_cdeps_lnd_gswp3 PASS +Test 157 datm_cdeps_lnd_gswp3 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/datm_cdeps_lnd_gswp3 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25584/datm_cdeps_lnd_gswp3_rst -Checking test 156 datm_cdeps_lnd_gswp3_rst results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/INTEL/datm_cdeps_lnd_gswp3 +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_267113/datm_cdeps_lnd_gswp3_rst +Checking test 158 datm_cdeps_lnd_gswp3_rst results .... Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile1.nc .........OK Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile2.nc .........OK Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile3.nc .........OK @@ -4735,15 +4703,15 @@ Checking test 156 datm_cdeps_lnd_gswp3_rst results .... Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile5.nc .........OK Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile6.nc .........OK - 0: The total amount of wall time = 12.597385 - 0: The maximum resident set size (KB) = 265384 + 0: The total amount of wall time = 12.163117 + 0: The maximum resident set size (KB) = 254532 -Test 156 datm_cdeps_lnd_gswp3_rst PASS +Test 158 datm_cdeps_lnd_gswp3_rst PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/control_p8_atmlnd_sbs -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25584/control_p8_atmlnd_sbs -Checking test 157 control_p8_atmlnd_sbs results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/INTEL/control_p8_atmlnd_sbs +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_267113/control_p8_atmlnd_sbs +Checking test 159 control_p8_atmlnd_sbs results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK Comparing sfcf000.tile3.nc .........OK @@ -4827,15 +4795,15 @@ Checking test 157 control_p8_atmlnd_sbs results .... Comparing ufs.cpld.lnd.out.2021-03-23-21600.tile5.nc .........OK Comparing ufs.cpld.lnd.out.2021-03-23-21600.tile6.nc .........OK - 0: The total amount of wall time = 207.654375 - 0: The maximum resident set size (KB) = 1607796 + 0: The total amount of wall time = 209.003053 + 0: The maximum resident set size (KB) = 1604188 -Test 157 control_p8_atmlnd_sbs PASS +Test 159 control_p8_atmlnd_sbs PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/atmwav_control_noaero_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25584/atmwav_control_noaero_p8 -Checking test 158 atmwav_control_noaero_p8 results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/INTEL/atmwav_control_noaero_p8 +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_267113/atmwav_control_noaero_p8 +Checking test 160 atmwav_control_noaero_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK Comparing atmf000.nc .........OK @@ -4877,15 +4845,15 @@ Checking test 158 atmwav_control_noaero_p8 results .... Comparing 20210322.180000.out_grd.ww3 .........OK Comparing ufs.atmw.ww3.r.2021-03-22-64800 .........OK - 0: The total amount of wall time = 92.160044 - 0: The maximum resident set size (KB) = 1629748 + 0: The total amount of wall time = 98.677716 + 0: The maximum resident set size (KB) = 1627084 -Test 158 atmwav_control_noaero_p8 PASS +Test 160 atmwav_control_noaero_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/control_atmwav -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25584/control_atmwav -Checking test 159 control_atmwav results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/INTEL/control_atmwav +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_267113/control_atmwav +Checking test 161 control_atmwav results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK Comparing atmf000.nc .........OK @@ -4928,15 +4896,15 @@ Checking test 159 control_atmwav results .... Comparing RESTART/20210322.180000.sfc_data.tile6.nc .........OK Comparing 20210322.180000.restart.glo_1deg .........OK - 0: The total amount of wall time = 86.575261 - 0: The maximum resident set size (KB) = 662320 + 0: The total amount of wall time = 88.452743 + 0: The maximum resident set size (KB) = 658800 -Test 159 control_atmwav PASS +Test 161 control_atmwav PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/atmaero_control_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25584/atmaero_control_p8 -Checking test 160 atmaero_control_p8 results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/INTEL/atmaero_control_p8 +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_267113/atmaero_control_p8 +Checking test 162 atmaero_control_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -4979,15 +4947,15 @@ Checking test 160 atmaero_control_p8 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 230.038896 - 0: The maximum resident set size (KB) = 2966456 + 0: The total amount of wall time = 235.341280 + 0: The maximum resident set size (KB) = 2958492 -Test 160 atmaero_control_p8 PASS +Test 162 atmaero_control_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/atmaero_control_p8_rad -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25584/atmaero_control_p8_rad -Checking test 161 atmaero_control_p8_rad results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/INTEL/atmaero_control_p8_rad +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_267113/atmaero_control_p8_rad +Checking test 163 atmaero_control_p8_rad results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -5030,15 +4998,15 @@ Checking test 161 atmaero_control_p8_rad results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 288.920746 - 0: The maximum resident set size (KB) = 3049556 + 0: The total amount of wall time = 290.300735 + 0: The maximum resident set size (KB) = 3032992 -Test 161 atmaero_control_p8_rad PASS +Test 163 atmaero_control_p8_rad PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/atmaero_control_p8_rad_micro -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25584/atmaero_control_p8_rad_micro -Checking test 162 atmaero_control_p8_rad_micro results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/INTEL/atmaero_control_p8_rad_micro +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_267113/atmaero_control_p8_rad_micro +Checking test 164 atmaero_control_p8_rad_micro results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -5081,15 +5049,15 @@ Checking test 162 atmaero_control_p8_rad_micro results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 286.236572 - 0: The maximum resident set size (KB) = 3048420 + 0: The total amount of wall time = 291.012058 + 0: The maximum resident set size (KB) = 3047288 -Test 162 atmaero_control_p8_rad_micro PASS +Test 164 atmaero_control_p8_rad_micro PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/regional_atmaq -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25584/regional_atmaq -Checking test 163 regional_atmaq results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/INTEL/regional_atmaq +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_267113/regional_atmaq +Checking test 165 regional_atmaq results .... Comparing sfcf000.nc .........OK Comparing sfcf003.nc .........OK Comparing sfcf006.nc .........OK @@ -5104,15 +5072,15 @@ Checking test 163 regional_atmaq results .... Comparing RESTART/20190801.180000.phy_data.nc .........OK Comparing RESTART/20190801.180000.sfc_data.nc .........OK - 0: The total amount of wall time = 644.020082 - 0: The maximum resident set size (KB) = 1449276 + 0: The total amount of wall time = 648.282718 + 0: The maximum resident set size (KB) = 1471896 -Test 163 regional_atmaq PASS +Test 165 regional_atmaq PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/regional_atmaq_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25584/regional_atmaq_debug -Checking test 164 regional_atmaq_debug results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/INTEL/regional_atmaq_debug +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_267113/regional_atmaq_debug +Checking test 166 regional_atmaq_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK @@ -5125,15 +5093,15 @@ Checking test 164 regional_atmaq_debug results .... Comparing RESTART/20190801.130000.phy_data.nc .........OK Comparing RESTART/20190801.130000.sfc_data.nc .........OK - 0: The total amount of wall time = 1184.873163 - 0: The maximum resident set size (KB) = 1222468 + 0: The total amount of wall time = 1190.509924 + 0: The maximum resident set size (KB) = 1390732 -Test 164 regional_atmaq_debug PASS +Test 166 regional_atmaq_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230418/INTEL/regional_atmaq_faster -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25584/regional_atmaq_faster -Checking test 165 regional_atmaq_faster results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230424/INTEL/regional_atmaq_faster +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_267113/regional_atmaq_faster +Checking test 167 regional_atmaq_faster results .... Comparing sfcf000.nc .........OK Comparing sfcf003.nc .........OK Comparing sfcf006.nc .........OK @@ -5148,12 +5116,12 @@ Checking test 165 regional_atmaq_faster results .... Comparing RESTART/20190801.180000.phy_data.nc .........OK Comparing RESTART/20190801.180000.sfc_data.nc .........OK - 0: The total amount of wall time = 556.870228 - 0: The maximum resident set size (KB) = 1413828 + 0: The total amount of wall time = 568.949091 + 0: The maximum resident set size (KB) = 1392832 -Test 165 regional_atmaq_faster PASS +Test 167 regional_atmaq_faster PASS REGRESSION TEST WAS SUCCESSFUL -Sat Apr 22 01:30:42 UTC 2023 -Elapsed time: 05h:42m:18s. Have a nice day! +Wed Apr 26 01:59:43 UTC 2023 +Elapsed time: 03h:46m:26s. Have a nice day! From 23eb3e99fd5d264fa479f9aaf2e1531fb2286ef6 Mon Sep 17 00:00:00 2001 From: jkbk2004 Date: Wed, 26 Apr 2023 12:58:55 +0000 Subject: [PATCH 149/152] add jet.intel RT log: passed --- tests/RegressionTests_jet.intel.log | 3352 +++++++++++++-------------- 1 file changed, 1671 insertions(+), 1681 deletions(-) diff --git a/tests/RegressionTests_jet.intel.log b/tests/RegressionTests_jet.intel.log index 10e339b92a..795f312ed5 100644 --- a/tests/RegressionTests_jet.intel.log +++ b/tests/RegressionTests_jet.intel.log @@ -1,44 +1,46 @@ -Fri Apr 21 19:23:58 UTC 2023 +Tue Apr 25 22:16:41 UTC 2023 Start Regression test -Compile 001 elapsed time 1992 seconds. -DAPP=S2SWA -D32BIT=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -DMOM6SOLO=ON -Compile 002 elapsed time 2067 seconds. -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -DMOM6SOLO=ON -Compile 003 elapsed time 1863 seconds. -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -DMOM6SOLO=ON -Compile 004 elapsed time 336 seconds. -DAPP=S2SWA -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile 005 elapsed time 280 seconds. -DAPP=S2SW -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile 006 elapsed time 1698 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8_sfcocn -DCMEPS_AOFLUX=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -DMOM6SOLO=ON -Compile 007 elapsed time 1664 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -DMOM6SOLO=ON -Compile 008 elapsed time 3335 seconds. -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -DMOM6SOLO=ON -Compile 009 elapsed time 1751 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,FV3_WoFS_v0,FV3_GFS_v17_p8_mynn -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -Compile 010 elapsed time 1717 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_RRFS_v1beta,FV3_RRFS_v1nssl -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -Compile 011 elapsed time 1664 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_csawmg,FV3_GFS_v16_ugwpv1,FV3_GFS_v16_ras,FV3_GFS_v16_noahmp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -Compile 012 elapsed time 1560 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -Compile 013 elapsed time 1983 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,FV3_WoFS_v0 -D32BIT=ON -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -Compile 014 elapsed time 279 seconds. -DAPP=ATM -DDEBUG=ON -D32BIT=ON -DCCPP_SUITES=FV3_HRRR,FV3_GFS_v16,FV3_GFS_v16_csawmg,FV3_GFS_v16_ras,FV3_GFS_v17_p8,FV3_GFS_v15_thompson_mynn_lam3km,FV3_RAP,FV3_HRRR,FV3_RAP_unified_ugwp,FV3_RAP_cires_ugwp,FV3_RAP_flake,FV3_RAP_noah,FV3_RAP_sfcdiff,FV3_RAP_noah_sfcdiff_cires_ugwp,FV3_RRFS_v1beta -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 015 elapsed time 234 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 016 elapsed time 1596 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -D32BIT=ON -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -Compile 017 elapsed time 1618 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -Compile 018 elapsed time 244 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -D32BIT=ON -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 019 elapsed time 210 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 020 elapsed time 1715 seconds. -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v1_gfdlmp_tedmf,FV3_HAFS_v1_gfdlmp_tedmf_nonsst,FV3_HAFS_v1_thompson_tedmf_gfdlsf -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -Compile 021 elapsed time 286 seconds. -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v1_gfdlmp_tedmf,FV3_HAFS_v1_gfdlmp_tedmf_nonsst,FV3_HAFS_v1_thompson_tedmf_gfdlsf -D32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 022 elapsed time 2119 seconds. -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v1_thompson_noahmp_nonsst,FV3_HAFS_v1_thompson_noahmp,FV3_HAFS_v1_thompson_nonsst,FV3_HAFS_v1_thompson,FV3_HAFS_v1_gfdlmp_tedmf_nonsst,FV3_HAFS_v1_gfdlmp_tedmf,FV3_HAFS_v1_thompson_tedmf_gfdlsf -D32BIT=ON -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -Compile 023 elapsed time 1683 seconds. -DAPP=HAFS-ALL -DCCPP_SUITES=FV3_HAFS_v1_gfdlmp_tedmf,FV3_HAFS_v1_gfdlmp_tedmf_nonsst -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -Compile 024 elapsed time 268 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -DMOM6SOLO=ON -Compile 025 elapsed time 155 seconds. -DAPP=NG-GODAS -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile 026 elapsed time 309 seconds. -DAPP=NG-GODAS -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -DMOM6SOLO=ON -Compile 027 elapsed time 113 seconds. -DAPP=LND -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -Compile 028 elapsed time 1735 seconds. -DAPP=ATML -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v15_thompson_mynn,FV3_GFS_v17_p8,FV3_GFS_v15_thompson_mynn_lam3km -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -Compile 029 elapsed time 1696 seconds. -DAPP=ATMW -DCCPP_SUITES=FV3_GFS_v17_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -Compile 030 elapsed time 1705 seconds. -DAPP=ATMWM -DCCPP_SUITES=FV3_GFS_v16 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -Compile 031 elapsed time 1638 seconds. -DAPP=ATMAERO -DCCPP_SUITES=FV3_GFS_v17_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -Compile 032 elapsed time 1662 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -Compile 033 elapsed time 256 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -DDEBUG=ON -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 034 elapsed time 1822 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -DFASTER=ON -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON - -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230418/INTEL/cpld_control_p8_mixedmode -working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_191324/cpld_control_p8_mixedmode -Checking test 001 cpld_control_p8_mixedmode results .... +Compile 001 elapsed time 2075 seconds. -DAPP=S2SWA -D32BIT=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -DMOM6SOLO=ON +Compile 002 elapsed time 2003 seconds. -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -DMOM6SOLO=ON +Compile 003 elapsed time 1941 seconds. -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -DMOM6SOLO=ON +Compile 004 elapsed time 475 seconds. -DAPP=S2SWA -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile 005 elapsed time 328 seconds. -DAPP=S2SW -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile 006 elapsed time 1839 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8_sfcocn -DCMEPS_AOFLUX=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -DMOM6SOLO=ON +Compile 007 elapsed time 1953 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -DMOM6SOLO=ON +Compile 008 elapsed time 3515 seconds. -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -DMOM6SOLO=ON +Compile 009 elapsed time 1815 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v16_flake,FV3_GFS_v15_thompson_mynn,FV3_GFS_v17_p8,FV3_GFS_v17_p8_rrtmgp,FV3_GFS_v15_thompson_mynn_lam3km,FV3_WoFS_v0,FV3_GFS_v17_p8_mynn -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON +Compile 010 elapsed time 1765 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_HRRR_flake,FV3_RRFS_v1beta,FV3_RRFS_v1nssl -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON +Compile 011 elapsed time 1765 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_csawmg,FV3_GFS_v16_ugwpv1,FV3_GFS_v16_ras,FV3_GFS_v16_noahmp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON +Compile 012 elapsed time 1589 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON +Compile 013 elapsed time 2355 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,FV3_WoFS_v0 -D32BIT=ON -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON +Compile 014 elapsed time 389 seconds. -DAPP=ATM -DDEBUG=ON -D32BIT=ON -DCCPP_SUITES=FV3_HRRR,FV3_HRRR_flake,FV3_GFS_v16,FV3_GFS_v16_csawmg,FV3_GFS_v16_ras,FV3_GFS_v17_p8,FV3_GFS_v15_thompson_mynn_lam3km,FV3_RAP,FV3_HRRR,FV3_RAP_unified_ugwp,FV3_RAP_cires_ugwp,FV3_RAP_flake,FV3_RAP_clm_lake,FV3_RAP_noah,FV3_RAP_sfcdiff,FV3_RAP_noah_sfcdiff_cires_ugwp,FV3_RRFS_v1beta -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 015 elapsed time 206 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 016 elapsed time 1722 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR,FV3_HRRR_flake -D32BIT=ON -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON +Compile 017 elapsed time 1813 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON +Compile 018 elapsed time 613 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR,FV3_HRRR_flake -D32BIT=ON -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 019 elapsed time 520 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR,FV3_HRRR_flake -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 020 elapsed time 2472 seconds. -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v1_gfdlmp_tedmf,FV3_HAFS_v1_gfdlmp_tedmf_nonsst,FV3_HAFS_v1_thompson_tedmf_gfdlsf -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON +Compile 021 elapsed time 282 seconds. -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v1_gfdlmp_tedmf,FV3_HAFS_v1_gfdlmp_tedmf_nonsst,FV3_HAFS_v1_thompson_tedmf_gfdlsf -D32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 022 elapsed time 2387 seconds. -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v1_thompson_noahmp_nonsst,FV3_HAFS_v1_thompson_noahmp,FV3_HAFS_v1_thompson_nonsst,FV3_HAFS_v1_thompson,FV3_HAFS_v1_gfdlmp_tedmf_nonsst,FV3_HAFS_v1_gfdlmp_tedmf,FV3_HAFS_v1_thompson_tedmf_gfdlsf -D32BIT=ON -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON +Compile 023 elapsed time 1645 seconds. -DAPP=HAFS-ALL -DCCPP_SUITES=FV3_HAFS_v1_gfdlmp_tedmf,FV3_HAFS_v1_gfdlmp_tedmf_nonsst -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON +Compile 024 elapsed time 455 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -DMOM6SOLO=ON +Compile 025 elapsed time 202 seconds. -DAPP=NG-GODAS -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile 026 elapsed time 607 seconds. -DAPP=NG-GODAS -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -DMOM6SOLO=ON +Compile 027 elapsed time 499 seconds. -DAPP=LND -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON +Compile 028 elapsed time 2028 seconds. -DAPP=ATML -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v15_thompson_mynn,FV3_GFS_v17_p8,FV3_GFS_v15_thompson_mynn_lam3km -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON +Compile 029 elapsed time 1777 seconds. -DAPP=ATMW -DCCPP_SUITES=FV3_GFS_v17_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON +Compile 030 elapsed time 1730 seconds. -DAPP=ATMWM -DCCPP_SUITES=FV3_GFS_v16 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON +Compile 031 elapsed time 1862 seconds. -DAPP=ATMAERO -DCCPP_SUITES=FV3_GFS_v17_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON +Compile 032 elapsed time 1679 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON +Compile 033 elapsed time 306 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -DDEBUG=ON -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 034 elapsed time 2000 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -DFASTER=ON -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON +Test 001 cpld_control_p8_mixedmode FAIL + + +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230424/INTEL/cpld_control_gfsv17 +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_79320/cpld_control_gfsv17 +Checking test 002 cpld_control_gfsv17 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK Comparing sfcf021.tile3.nc .........OK @@ -63,7 +65,6 @@ Checking test 001 cpld_control_p8_mixedmode results .... 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/20210323.060000.coupler.res .........OK Comparing RESTART/20210323.060000.fv_core.res.nc .........OK Comparing RESTART/20210323.060000.fv_core.res.tile1.nc .........OK @@ -102,15 +103,15 @@ Checking test 001 cpld_control_p8_mixedmode results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 443.630985 - 0: The maximum resident set size (KB) = 1748088 + 0: The total amount of wall time = 541.779936 + 0: The maximum resident set size (KB) = 1613340 -Test 001 cpld_control_p8_mixedmode PASS +Test 002 cpld_control_gfsv17 PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230418/INTEL/cpld_control_gfsv17 -working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_191324/cpld_control_gfsv17 -Checking test 002 cpld_control_gfsv17 results .... +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230424/INTEL/cpld_control_p8 +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_79320/cpld_control_p8 +Checking test 003 cpld_control_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK Comparing sfcf021.tile3.nc .........OK @@ -135,6 +136,7 @@ Checking test 002 cpld_control_gfsv17 results .... 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/20210323.060000.coupler.res .........OK Comparing RESTART/20210323.060000.fv_core.res.nc .........OK Comparing RESTART/20210323.060000.fv_core.res.tile1.nc .........OK @@ -173,27 +175,15 @@ Checking test 002 cpld_control_gfsv17 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 331.183592 - 0: The maximum resident set size (KB) = 1644520 + 0: The total amount of wall time = 834.536963 + 0: The maximum resident set size (KB) = 1795604 -Test 002 cpld_control_gfsv17 PASS +Test 003 cpld_control_p8 PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230418/INTEL/cpld_control_p8 -working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_191324/cpld_control_p8 -Checking test 003 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 +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230424/INTEL/cpld_control_p8 +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_79320/cpld_restart_p8 +Checking test 004 cpld_restart_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK Comparing sfcf024.tile3.nc .........OK @@ -245,15 +235,19 @@ Checking test 003 cpld_control_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 488.318913 - 0: The maximum resident set size (KB) = 1798424 + 0: The total amount of wall time = 797.912968 + 0: The maximum resident set size (KB) = 1491488 -Test 003 cpld_control_p8 PASS +Test 004 cpld_restart_p8 PASS +Test 005 cpld_control_qr_p8 FAIL -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230418/INTEL/cpld_control_p8 -working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_191324/cpld_restart_p8 -Checking test 004 cpld_restart_p8 results .... +Test 007 cpld_2threads_p8 FAIL + + +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230424/INTEL/cpld_control_p8 +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_79320/cpld_decomp_p8 +Checking test 008 cpld_decomp_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK Comparing sfcf024.tile3.nc .........OK @@ -305,15 +299,19 @@ Checking test 004 cpld_restart_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 291.252508 - 0: The maximum resident set size (KB) = 1484524 + 0: The total amount of wall time = 1769.613946 + 0: The maximum resident set size (KB) = 1771260 -Test 004 cpld_restart_p8 PASS +Test 008 cpld_decomp_p8 PASS Tries: 2 + +Test 009 cpld_mpi_p8 FAIL +Test 010 cpld_control_ciceC_p8 FAIL -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230418/INTEL/cpld_control_p8 -working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_191324/cpld_control_qr_p8 -Checking test 005 cpld_control_qr_p8 results .... + +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230424/INTEL/cpld_control_noaero_p8 +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_79320/cpld_control_noaero_p8 +Checking test 011 cpld_control_noaero_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK Comparing sfcf021.tile3.nc .........OK @@ -338,247 +336,6 @@ Checking test 005 cpld_control_qr_p8 results .... 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/20210323.060000.coupler.res .........OK - Comparing RESTART/20210323.060000.fv_core.res.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile1.nc ............ALT CHECK......OK - Comparing RESTART/20210323.060000.fv_core.res.tile2.nc ............ALT CHECK......OK - Comparing RESTART/20210323.060000.fv_core.res.tile3.nc ............ALT CHECK......OK - Comparing RESTART/20210323.060000.fv_core.res.tile4.nc ............ALT CHECK......OK - Comparing RESTART/20210323.060000.fv_core.res.tile5.nc ............ALT CHECK......OK - Comparing RESTART/20210323.060000.fv_core.res.tile6.nc ............ALT CHECK......OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc ............ALT CHECK......OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc ............ALT CHECK......OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc ............ALT CHECK......OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc ............ALT CHECK......OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc ............ALT CHECK......OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc ............ALT CHECK......OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile1.nc ............ALT CHECK......OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile2.nc ............ALT CHECK......OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile3.nc ............ALT CHECK......OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile4.nc ............ALT CHECK......OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile5.nc ............ALT CHECK......OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile6.nc ............ALT CHECK......OK - Comparing RESTART/20210323.060000.phy_data.tile1.nc ............ALT CHECK......OK - Comparing RESTART/20210323.060000.phy_data.tile2.nc ............ALT CHECK......OK - Comparing RESTART/20210323.060000.phy_data.tile3.nc ............ALT CHECK......OK - Comparing RESTART/20210323.060000.phy_data.tile4.nc ............ALT CHECK......OK - Comparing RESTART/20210323.060000.phy_data.tile5.nc ............ALT CHECK......OK - Comparing RESTART/20210323.060000.phy_data.tile6.nc ............ALT CHECK......OK - Comparing RESTART/20210323.060000.sfc_data.tile1.nc ............ALT CHECK......OK - Comparing RESTART/20210323.060000.sfc_data.tile2.nc ............ALT CHECK......OK - Comparing RESTART/20210323.060000.sfc_data.tile3.nc ............ALT CHECK......OK - Comparing RESTART/20210323.060000.sfc_data.tile4.nc ............ALT CHECK......OK - Comparing RESTART/20210323.060000.sfc_data.tile5.nc ............ALT CHECK......OK - Comparing RESTART/20210323.060000.sfc_data.tile6.nc ............ALT CHECK......OK - Comparing RESTART/20210323.060000.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 20210323.060000.out_pnt.ww3 .........OK - Comparing 20210323.060000.out_grd.ww3 .........OK - - 0: The total amount of wall time = 491.324838 - 0: The maximum resident set size (KB) = 1796404 - -Test 005 cpld_control_qr_p8 PASS - - -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230418/INTEL/cpld_control_p8 -working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_191324/cpld_restart_qr_p8 -Checking test 006 cpld_restart_qr_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/20210323.060000.coupler.res .........OK - Comparing RESTART/20210323.060000.fv_core.res.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile1.nc ............ALT CHECK......OK - Comparing RESTART/20210323.060000.fv_core.res.tile2.nc ............ALT CHECK......OK - Comparing RESTART/20210323.060000.fv_core.res.tile3.nc ............ALT CHECK......OK - Comparing RESTART/20210323.060000.fv_core.res.tile4.nc ............ALT CHECK......OK - Comparing RESTART/20210323.060000.fv_core.res.tile5.nc ............ALT CHECK......OK - Comparing RESTART/20210323.060000.fv_core.res.tile6.nc ............ALT CHECK......OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc ............ALT CHECK......OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc ............ALT CHECK......OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc ............ALT CHECK......OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc ............ALT CHECK......OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc ............ALT CHECK......OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc ............ALT CHECK......OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile1.nc ............ALT CHECK......OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile2.nc ............ALT CHECK......OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile3.nc ............ALT CHECK......OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile4.nc ............ALT CHECK......OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile5.nc ............ALT CHECK......OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile6.nc ............ALT CHECK......OK - Comparing RESTART/20210323.060000.phy_data.tile1.nc ............ALT CHECK......OK - Comparing RESTART/20210323.060000.phy_data.tile2.nc ............ALT CHECK......OK - Comparing RESTART/20210323.060000.phy_data.tile3.nc ............ALT CHECK......OK - Comparing RESTART/20210323.060000.phy_data.tile4.nc ............ALT CHECK......OK - Comparing RESTART/20210323.060000.phy_data.tile5.nc ............ALT CHECK......OK - Comparing RESTART/20210323.060000.phy_data.tile6.nc ............ALT CHECK......OK - Comparing RESTART/20210323.060000.sfc_data.tile1.nc ............ALT CHECK......OK - Comparing RESTART/20210323.060000.sfc_data.tile2.nc ............ALT CHECK......OK - Comparing RESTART/20210323.060000.sfc_data.tile3.nc ............ALT CHECK......OK - Comparing RESTART/20210323.060000.sfc_data.tile4.nc ............ALT CHECK......OK - Comparing RESTART/20210323.060000.sfc_data.tile5.nc ............ALT CHECK......OK - Comparing RESTART/20210323.060000.sfc_data.tile6.nc ............ALT CHECK......OK - Comparing RESTART/20210323.060000.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 20210323.060000.out_pnt.ww3 .........OK - Comparing 20210323.060000.out_grd.ww3 .........OK - - 0: The total amount of wall time = 284.363778 - 0: The maximum resident set size (KB) = 1501980 - -Test 006 cpld_restart_qr_p8 PASS - - -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230418/INTEL/cpld_control_p8 -working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_191324/cpld_2threads_p8 -Checking test 007 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 gocart.inst_aod.20210323_0600z.nc4 .........OK - Comparing RESTART/20210323.060000.coupler.res .........OK - Comparing RESTART/20210323.060000.fv_core.res.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile1.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile2.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile3.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile4.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile5.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile6.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile1.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile2.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile3.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile4.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - Comparing RESTART/20210323.060000.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 20210323.060000.out_pnt.ww3 .........OK - Comparing 20210323.060000.out_grd.ww3 .........OK - - 0: The total amount of wall time = 521.611812 - 0: The maximum resident set size (KB) = 2004188 - -Test 007 cpld_2threads_p8 PASS - - -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230418/INTEL/cpld_control_p8 -working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_191324/cpld_decomp_p8 -Checking test 008 cpld_decomp_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/20210323.060000.coupler.res .........OK - Comparing RESTART/20210323.060000.fv_core.res.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile1.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile2.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile3.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile4.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile5.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile6.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile1.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile2.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile3.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile4.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - Comparing RESTART/20210323.060000.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 20210323.060000.out_pnt.ww3 .........OK - Comparing 20210323.060000.out_grd.ww3 .........OK - - 0: The total amount of wall time = 492.194939 - 0: The maximum resident set size (KB) = 1766724 - -Test 008 cpld_decomp_p8 PASS - - -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230418/INTEL/cpld_control_p8 -working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_191324/cpld_mpi_p8 -Checking test 009 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 gocart.inst_aod.20210323_0600z.nc4 .........OK Comparing RESTART/20210323.060000.coupler.res .........OK Comparing RESTART/20210323.060000.fv_core.res.nc .........OK Comparing RESTART/20210323.060000.fv_core.res.tile1.nc .........OK @@ -617,158 +374,15 @@ Checking test 009 cpld_mpi_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 424.448168 - 0: The maximum resident set size (KB) = 1750292 + 0: The total amount of wall time = 789.693138 + 0: The maximum resident set size (KB) = 1634816 -Test 009 cpld_mpi_p8 PASS +Test 011 cpld_control_noaero_p8 PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230418/INTEL/cpld_control_ciceC_p8 -working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_191324/cpld_control_ciceC_p8 -Checking test 010 cpld_control_ciceC_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/20210323.060000.coupler.res .........OK - Comparing RESTART/20210323.060000.fv_core.res.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile1.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile2.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile3.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile4.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile5.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile6.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile1.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile2.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile3.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile4.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - Comparing RESTART/20210323.060000.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 20210323.060000.out_pnt.ww3 .........OK - Comparing 20210323.060000.out_grd.ww3 .........OK - - 0: The total amount of wall time = 494.573432 - 0: The maximum resident set size (KB) = 1808072 - -Test 010 cpld_control_ciceC_p8 PASS - - -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230418/INTEL/cpld_control_noaero_p8 -working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_191324/cpld_control_noaero_p8 -Checking test 011 cpld_control_noaero_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/20210323.060000.coupler.res .........OK - Comparing RESTART/20210323.060000.fv_core.res.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile1.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile2.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile3.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile4.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile5.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile6.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile1.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile2.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile3.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile4.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - Comparing RESTART/20210323.060000.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 20210323.060000.out_pnt.ww3 .........OK - Comparing 20210323.060000.out_grd.ww3 .........OK - - 0: The total amount of wall time = 368.322322 - 0: The maximum resident set size (KB) = 1620016 - -Test 011 cpld_control_noaero_p8 PASS - - -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230418/INTEL/cpld_control_c96_noaero_p8 -working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_191324/cpld_control_nowave_noaero_p8 -Checking test 012 cpld_control_nowave_noaero_p8 results .... +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230424/INTEL/cpld_control_c96_noaero_p8 +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_79320/cpld_control_nowave_noaero_p8 +Checking test 012 cpld_control_nowave_noaero_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK Comparing sfcf021.tile3.nc .........OK @@ -829,14 +443,14 @@ Checking test 012 cpld_control_nowave_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 = 371.515692 - 0: The maximum resident set size (KB) = 1670540 + 0: The total amount of wall time = 555.211943 + 0: The maximum resident set size (KB) = 1677776 Test 012 cpld_control_nowave_noaero_p8 PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230418/INTEL/cpld_debug_p8 -working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_191324/cpld_debug_p8 +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230424/INTEL/cpld_debug_p8 +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_79320/cpld_debug_p8 Checking test 013 cpld_debug_p8 results .... Comparing sfcf003.tile1.nc .........OK Comparing sfcf003.tile2.nc .........OK @@ -889,14 +503,14 @@ Checking test 013 cpld_debug_p8 results .... Comparing 20210322.090000.out_pnt.ww3 .........OK Comparing 20210322.090000.out_grd.ww3 .........OK - 0: The total amount of wall time = 679.826066 - 0: The maximum resident set size (KB) = 1811208 + 0: The total amount of wall time = 705.338038 + 0: The maximum resident set size (KB) = 1816628 Test 013 cpld_debug_p8 PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230418/INTEL/cpld_debug_noaero_p8 -working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_191324/cpld_debug_noaero_p8 +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230424/INTEL/cpld_debug_noaero_p8 +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_79320/cpld_debug_noaero_p8 Checking test 014 cpld_debug_noaero_p8 results .... Comparing sfcf003.tile1.nc .........OK Comparing sfcf003.tile2.nc .........OK @@ -948,14 +562,14 @@ Checking test 014 cpld_debug_noaero_p8 results .... Comparing 20210322.090000.out_pnt.ww3 .........OK Comparing 20210322.090000.out_grd.ww3 .........OK - 0: The total amount of wall time = 474.215220 - 0: The maximum resident set size (KB) = 1633928 + 0: The total amount of wall time = 1139.657658 + 0: The maximum resident set size (KB) = 1650220 Test 014 cpld_debug_noaero_p8 PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230418/INTEL/cpld_control_noaero_p8_agrid -working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_191324/cpld_control_noaero_p8_agrid +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230424/INTEL/cpld_control_noaero_p8_agrid +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_79320/cpld_control_noaero_p8_agrid Checking test 015 cpld_control_noaero_p8_agrid results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -1017,14 +631,14 @@ Checking test 015 cpld_control_noaero_p8_agrid 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 = 406.047024 - 0: The maximum resident set size (KB) = 1672424 + 0: The total amount of wall time = 1669.781823 + 0: The maximum resident set size (KB) = 1686996 Test 015 cpld_control_noaero_p8_agrid PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230418/INTEL/cpld_control_c48 -working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_191324/cpld_control_c48 +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230424/INTEL/cpld_control_c48 +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_79320/cpld_control_c48 Checking test 016 cpld_control_c48 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -1074,14 +688,14 @@ Checking test 016 cpld_control_c48 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 = 798.535254 - 0: The maximum resident set size (KB) = 2766512 + 0: The total amount of wall time = 806.841778 + 0: The maximum resident set size (KB) = 2771108 Test 016 cpld_control_c48 PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230418/INTEL/cpld_warmstart_c48 -working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_191324/cpld_warmstart_c48 +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230424/INTEL/cpld_warmstart_c48 +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_79320/cpld_warmstart_c48 Checking test 017 cpld_warmstart_c48 results .... Comparing sfcf006.tile1.nc .........OK Comparing sfcf006.tile2.nc .........OK @@ -1131,14 +745,14 @@ Checking test 017 cpld_warmstart_c48 results .... Comparing RESTART/iced.2021-03-23-43200.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-43200.nc .........OK - 0: The total amount of wall time = 222.475568 - 0: The maximum resident set size (KB) = 2767428 + 0: The total amount of wall time = 460.772598 + 0: The maximum resident set size (KB) = 2775968 Test 017 cpld_warmstart_c48 PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230418/INTEL/cpld_warmstart_c48 -working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_191324/cpld_restart_c48 +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230424/INTEL/cpld_warmstart_c48 +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_79320/cpld_restart_c48 Checking test 018 cpld_restart_c48 results .... Comparing sfcf006.tile1.nc .........OK Comparing sfcf006.tile2.nc .........OK @@ -1188,14 +802,14 @@ Checking test 018 cpld_restart_c48 results .... Comparing RESTART/iced.2021-03-23-43200.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-43200.nc .........OK - 0: The total amount of wall time = 114.744559 - 0: The maximum resident set size (KB) = 2205308 + 0: The total amount of wall time = 228.536557 + 0: The maximum resident set size (KB) = 2196492 Test 018 cpld_restart_c48 PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230418/INTEL/cpld_control_p8_faster -working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_191324/cpld_control_p8_faster +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230424/INTEL/cpld_control_p8_faster +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_79320/cpld_control_p8_faster Checking test 019 cpld_control_p8_faster results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -1260,15 +874,33 @@ Checking test 019 cpld_control_p8_faster results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 480.888272 - 0: The maximum resident set size (KB) = 1777892 + 0: The total amount of wall time = 606.991522 + 0: The maximum resident set size (KB) = 1771036 + +Test 019 cpld_control_p8_faster PASS Tries: 2 + + +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230424/INTEL/control_flake +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_79320/control_flake +Checking test 020 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 = 508.912055 + 0: The maximum resident set size (KB) = 620532 -Test 019 cpld_control_p8_faster PASS +Test 020 control_flake PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230418/INTEL/control_CubedSphereGrid -working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_191324/control_CubedSphereGrid -Checking test 020 control_CubedSphereGrid results .... +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230424/INTEL/control_CubedSphereGrid +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_79320/control_CubedSphereGrid +Checking test 021 control_CubedSphereGrid results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK Comparing sfcf000.tile3.nc .........OK @@ -1294,29 +926,29 @@ Checking test 020 control_CubedSphereGrid results .... Comparing atmf024.tile5.nc .........OK Comparing atmf024.tile6.nc .........OK - 0: The total amount of wall time = 188.426509 - 0: The maximum resident set size (KB) = 571816 + 0: The total amount of wall time = 1051.291487 + 0: The maximum resident set size (KB) = 573628 -Test 020 control_CubedSphereGrid PASS +Test 021 control_CubedSphereGrid PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230418/INTEL/control_CubedSphereGrid_parallel -working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_191324/control_CubedSphereGrid_parallel -Checking test 021 control_CubedSphereGrid_parallel results .... +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230424/INTEL/control_CubedSphereGrid_parallel +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_79320/control_CubedSphereGrid_parallel +Checking test 022 control_CubedSphereGrid_parallel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc ............ALT CHECK......OK Comparing atmf024.nc .........OK - 0: The total amount of wall time = 188.132647 - 0: The maximum resident set size (KB) = 574228 + 0: The total amount of wall time = 185.824620 + 0: The maximum resident set size (KB) = 568332 -Test 021 control_CubedSphereGrid_parallel PASS +Test 022 control_CubedSphereGrid_parallel PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230418/INTEL/control_latlon -working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_191324/control_latlon -Checking test 022 control_latlon results .... +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230424/INTEL/control_latlon +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_79320/control_latlon +Checking test 023 control_latlon results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -1326,16 +958,16 @@ Checking test 022 control_latlon results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 189.950633 - 0: The maximum resident set size (KB) = 573592 + 0: The total amount of wall time = 299.515628 + 0: The maximum resident set size (KB) = 573160 -Test 022 control_latlon PASS +Test 023 control_latlon PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230418/INTEL/control_wrtGauss_netcdf_parallel -working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_191324/control_wrtGauss_netcdf_parallel -Checking test 023 control_wrtGauss_netcdf_parallel results .... - Comparing sfcf000.nc ............ALT CHECK......OK +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230424/INTEL/control_wrtGauss_netcdf_parallel +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_79320/control_wrtGauss_netcdf_parallel +Checking test 024 control_wrtGauss_netcdf_parallel results .... + Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK Comparing atmf024.nc .........OK @@ -1344,15 +976,15 @@ Checking test 023 control_wrtGauss_netcdf_parallel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 196.680383 - 0: The maximum resident set size (KB) = 570252 + 0: The total amount of wall time = 194.425994 + 0: The maximum resident set size (KB) = 570604 -Test 023 control_wrtGauss_netcdf_parallel PASS +Test 024 control_wrtGauss_netcdf_parallel PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230418/INTEL/control_c48 -working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_191324/control_c48 -Checking test 024 control_c48 results .... +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230424/INTEL/control_c48 +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_79320/control_c48 +Checking test 025 control_c48 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -1390,15 +1022,15 @@ Checking test 024 control_c48 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -0: The total amount of wall time = 603.166283 -0: The maximum resident set size (KB) = 793988 +0: The total amount of wall time = 595.822612 +0: The maximum resident set size (KB) = 798756 -Test 024 control_c48 PASS +Test 025 control_c48 PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230418/INTEL/control_c192 -working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_191324/control_c192 -Checking test 025 control_c192 results .... +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230424/INTEL/control_c192 +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_79320/control_c192 +Checking test 026 control_c192 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -1408,15 +1040,15 @@ Checking test 025 control_c192 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 743.418199 - 0: The maximum resident set size (KB) = 691972 + 0: The total amount of wall time = 1113.792880 + 0: The maximum resident set size (KB) = 694072 -Test 025 control_c192 PASS +Test 026 control_c192 PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230418/INTEL/control_c384 -working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_191324/control_c384 -Checking test 026 control_c384 results .... +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230424/INTEL/control_c384 +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_79320/control_c384 +Checking test 027 control_c384 results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK Comparing atmf000.nc .........OK @@ -1426,65 +1058,17 @@ Checking test 026 control_c384 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 958.148980 - 0: The maximum resident set size (KB) = 1059312 - -Test 026 control_c384 PASS - - -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230418/INTEL/control_c384gdas -working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_191324/control_c384gdas -Checking test 027 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/20210322.060000.coupler.res .........OK - Comparing RESTART/20210322.060000.fv_core.res.nc .........OK - Comparing RESTART/20210322.060000.fv_core.res.tile1.nc .........OK - Comparing RESTART/20210322.060000.fv_core.res.tile2.nc .........OK - Comparing RESTART/20210322.060000.fv_core.res.tile3.nc .........OK - Comparing RESTART/20210322.060000.fv_core.res.tile4.nc .........OK - Comparing RESTART/20210322.060000.fv_core.res.tile5.nc .........OK - Comparing RESTART/20210322.060000.fv_core.res.tile6.nc .........OK - Comparing RESTART/20210322.060000.fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/20210322.060000.fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/20210322.060000.fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/20210322.060000.fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/20210322.060000.fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/20210322.060000.fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/20210322.060000.fv_tracer.res.tile1.nc .........OK - Comparing RESTART/20210322.060000.fv_tracer.res.tile2.nc .........OK - Comparing RESTART/20210322.060000.fv_tracer.res.tile3.nc .........OK - Comparing RESTART/20210322.060000.fv_tracer.res.tile4.nc .........OK - Comparing RESTART/20210322.060000.fv_tracer.res.tile5.nc .........OK - Comparing RESTART/20210322.060000.fv_tracer.res.tile6.nc .........OK - Comparing RESTART/20210322.060000.phy_data.tile1.nc .........OK - Comparing RESTART/20210322.060000.phy_data.tile2.nc .........OK - Comparing RESTART/20210322.060000.phy_data.tile3.nc .........OK - Comparing RESTART/20210322.060000.phy_data.tile4.nc .........OK - Comparing RESTART/20210322.060000.phy_data.tile5.nc .........OK - Comparing RESTART/20210322.060000.phy_data.tile6.nc .........OK - Comparing RESTART/20210322.060000.sfc_data.tile1.nc .........OK - Comparing RESTART/20210322.060000.sfc_data.tile2.nc .........OK - Comparing RESTART/20210322.060000.sfc_data.tile3.nc .........OK - Comparing RESTART/20210322.060000.sfc_data.tile4.nc .........OK - Comparing RESTART/20210322.060000.sfc_data.tile5.nc .........OK - Comparing RESTART/20210322.060000.sfc_data.tile6.nc .........OK + 0: The total amount of wall time = 1515.419402 + 0: The maximum resident set size (KB) = 1076688 - 0: The total amount of wall time = 839.067430 - 0: The maximum resident set size (KB) = 1197748 +Test 027 control_c384 PASS -Test 027 control_c384gdas PASS +Test 028 control_c384gdas FAIL -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230418/INTEL/control_stochy -working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_191324/control_stochy -Checking test 028 control_stochy results .... +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230424/INTEL/control_stochy +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_79320/control_stochy +Checking test 029 control_stochy results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK Comparing atmf000.nc .........OK @@ -1494,29 +1078,29 @@ Checking test 028 control_stochy results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 134.646865 - 0: The maximum resident set size (KB) = 576192 + 0: The total amount of wall time = 245.063296 + 0: The maximum resident set size (KB) = 578296 -Test 028 control_stochy PASS +Test 029 control_stochy PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230418/INTEL/control_stochy -working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_191324/control_stochy_restart -Checking test 029 control_stochy_restart results .... +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230424/INTEL/control_stochy +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_79320/control_stochy_restart +Checking test 030 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 = 69.854432 - 0: The maximum resident set size (KB) = 392044 + 0: The total amount of wall time = 133.125810 + 0: The maximum resident set size (KB) = 390188 -Test 029 control_stochy_restart PASS +Test 030 control_stochy_restart PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230418/INTEL/control_lndp -working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_191324/control_lndp -Checking test 030 control_lndp results .... +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230424/INTEL/control_lndp +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_79320/control_lndp +Checking test 031 control_lndp results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK Comparing atmf000.nc .........OK @@ -1526,15 +1110,15 @@ Checking test 030 control_lndp results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 119.688203 - 0: The maximum resident set size (KB) = 573868 + 0: The total amount of wall time = 205.580808 + 0: The maximum resident set size (KB) = 576512 -Test 030 control_lndp PASS +Test 031 control_lndp PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230418/INTEL/control_iovr4 -working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_191324/control_iovr4 -Checking test 031 control_iovr4 results .... +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230424/INTEL/control_iovr4 +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_79320/control_iovr4 +Checking test 032 control_iovr4 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -1548,15 +1132,15 @@ Checking test 031 control_iovr4 results .... Comparing GFSPRS.GrbF21 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 198.595043 - 0: The maximum resident set size (KB) = 580532 + 0: The total amount of wall time = 239.223917 + 0: The maximum resident set size (KB) = 573032 -Test 031 control_iovr4 PASS +Test 032 control_iovr4 PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230418/INTEL/control_iovr5 -working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_191324/control_iovr5 -Checking test 032 control_iovr5 results .... +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230424/INTEL/control_iovr5 +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_79320/control_iovr5 +Checking test 033 control_iovr5 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -1570,15 +1154,15 @@ Checking test 032 control_iovr5 results .... Comparing GFSPRS.GrbF21 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 194.721438 - 0: The maximum resident set size (KB) = 571220 + 0: The total amount of wall time = 339.643847 + 0: The maximum resident set size (KB) = 570596 -Test 032 control_iovr5 PASS +Test 033 control_iovr5 PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230418/INTEL/control_p8 -working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_191324/control_p8 -Checking test 033 control_p8 results .... +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230424/INTEL/control_p8 +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_79320/control_p8 +Checking test 034 control_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -1624,15 +1208,15 @@ Checking test 033 control_p8 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 240.650993 - 0: The maximum resident set size (KB) = 1546696 + 0: The total amount of wall time = 317.048375 + 0: The maximum resident set size (KB) = 1532832 -Test 033 control_p8 PASS +Test 034 control_p8 PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230418/INTEL/control_p8 -working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_191324/control_restart_p8 -Checking test 034 control_restart_p8 results .... +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230424/INTEL/control_p8 +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_79320/control_restart_p8 +Checking test 035 control_restart_p8 results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK Comparing GFSFLX.GrbF24 .........OK @@ -1670,15 +1254,15 @@ Checking test 034 control_restart_p8 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 126.378364 - 0: The maximum resident set size (KB) = 775728 + 0: The total amount of wall time = 151.038303 + 0: The maximum resident set size (KB) = 774840 -Test 034 control_restart_p8 PASS +Test 035 control_restart_p8 PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230418/INTEL/control_p8 -working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_191324/control_qr_p8 -Checking test 035 control_qr_p8 results .... +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230424/INTEL/control_p8 +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_79320/control_qr_p8 +Checking test 036 control_qr_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -1724,15 +1308,15 @@ Checking test 035 control_qr_p8 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc ............ALT CHECK......OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc ............ALT CHECK......OK - 0: The total amount of wall time = 243.732579 - 0: The maximum resident set size (KB) = 1543412 + 0: The total amount of wall time = 365.105543 + 0: The maximum resident set size (KB) = 1550432 -Test 035 control_qr_p8 PASS +Test 036 control_qr_p8 PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230418/INTEL/control_p8 -working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_191324/control_restart_qr_p8 -Checking test 036 control_restart_qr_p8 results .... +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230424/INTEL/control_p8 +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_79320/control_restart_qr_p8 +Checking test 037 control_restart_qr_p8 results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK Comparing GFSFLX.GrbF24 .........OK @@ -1770,15 +1354,15 @@ Checking test 036 control_restart_qr_p8 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc ............ALT CHECK......OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc ............ALT CHECK......OK - 0: The total amount of wall time = 131.908070 - 0: The maximum resident set size (KB) = 785884 + 0: The total amount of wall time = 177.473479 + 0: The maximum resident set size (KB) = 788036 -Test 036 control_restart_qr_p8 PASS +Test 037 control_restart_qr_p8 PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230418/INTEL/control_p8 -working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_191324/control_decomp_p8 -Checking test 037 control_decomp_p8 results .... +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230424/INTEL/control_p8 +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_79320/control_decomp_p8 +Checking test 038 control_decomp_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -1820,15 +1404,15 @@ Checking test 037 control_decomp_p8 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 241.155908 - 0: The maximum resident set size (KB) = 1521360 + 0: The total amount of wall time = 383.895162 + 0: The maximum resident set size (KB) = 1534016 -Test 037 control_decomp_p8 PASS +Test 038 control_decomp_p8 PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230418/INTEL/control_p8 -working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_191324/control_2threads_p8 -Checking test 038 control_2threads_p8 results .... +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230424/INTEL/control_p8 +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_79320/control_2threads_p8 +Checking test 039 control_2threads_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -1870,15 +1454,15 @@ Checking test 038 control_2threads_p8 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 224.822693 - 0: The maximum resident set size (KB) = 1613368 + 0: The total amount of wall time = 290.672870 + 0: The maximum resident set size (KB) = 1628468 -Test 038 control_2threads_p8 PASS +Test 039 control_2threads_p8 PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230418/INTEL/control_p8_lndp -working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_191324/control_p8_lndp -Checking test 039 control_p8_lndp results .... +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230424/INTEL/control_p8_lndp +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_79320/control_p8_lndp +Checking test 040 control_p8_lndp results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -1896,15 +1480,15 @@ Checking test 039 control_p8_lndp results .... Comparing GFSPRS.GrbF24 .........OK Comparing GFSPRS.GrbF48 .........OK - 0: The total amount of wall time = 435.362457 - 0: The maximum resident set size (KB) = 1536500 + 0: The total amount of wall time = 667.754468 + 0: The maximum resident set size (KB) = 1552944 -Test 039 control_p8_lndp PASS +Test 040 control_p8_lndp PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230418/INTEL/control_p8_rrtmgp -working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_191324/control_p8_rrtmgp -Checking test 040 control_p8_rrtmgp results .... +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230424/INTEL/control_p8_rrtmgp +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_79320/control_p8_rrtmgp +Checking test 041 control_p8_rrtmgp results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -1950,15 +1534,15 @@ Checking test 040 control_p8_rrtmgp results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 320.835062 - 0: The maximum resident set size (KB) = 1602100 + 0: The total amount of wall time = 432.736041 + 0: The maximum resident set size (KB) = 1615992 -Test 040 control_p8_rrtmgp PASS +Test 041 control_p8_rrtmgp PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230418/INTEL/control_p8_mynn -working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_191324/control_p8_mynn -Checking test 041 control_p8_mynn results .... +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230424/INTEL/control_p8_mynn +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_79320/control_p8_mynn +Checking test 042 control_p8_mynn results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -2004,15 +1588,15 @@ Checking test 041 control_p8_mynn results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 242.330984 - 0: The maximum resident set size (KB) = 1535920 + 0: The total amount of wall time = 603.243833 + 0: The maximum resident set size (KB) = 1550964 -Test 041 control_p8_mynn PASS +Test 042 control_p8_mynn PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230418/INTEL/merra2_thompson -working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_191324/merra2_thompson -Checking test 042 merra2_thompson results .... +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230424/INTEL/merra2_thompson +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_79320/merra2_thompson +Checking test 043 merra2_thompson results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -2058,15 +1642,15 @@ Checking test 042 merra2_thompson results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 285.080429 - 0: The maximum resident set size (KB) = 1549260 + 0: The total amount of wall time = 583.475521 + 0: The maximum resident set size (KB) = 1552508 -Test 042 merra2_thompson PASS +Test 043 merra2_thompson PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230418/INTEL/regional_control -working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_191324/regional_control -Checking test 043 regional_control results .... +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230424/INTEL/regional_control +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_79320/regional_control +Checking test 044 regional_control results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK Comparing phyf000.nc .........OK @@ -2076,29 +1660,29 @@ Checking test 043 regional_control results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 442.944459 - 0: The maximum resident set size (KB) = 786948 + 0: The total amount of wall time = 743.416191 + 0: The maximum resident set size (KB) = 783808 -Test 043 regional_control PASS +Test 044 regional_control PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230418/INTEL/regional_control -working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_191324/regional_restart -Checking test 044 regional_restart results .... +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230424/INTEL/regional_control +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_79320/regional_restart +Checking test 045 regional_restart results .... Comparing dynf006.nc .........OK Comparing phyf006.nc .........OK Comparing PRSLEV.GrbF06 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 225.249457 - 0: The maximum resident set size (KB) = 778636 + 0: The total amount of wall time = 334.114614 + 0: The maximum resident set size (KB) = 777284 -Test 044 regional_restart PASS +Test 045 regional_restart PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230418/INTEL/regional_control -working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_191324/regional_control_qr -Checking test 045 regional_control_qr results .... +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230424/INTEL/regional_control +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_79320/regional_control_qr +Checking test 046 regional_control_qr results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK Comparing phyf000.nc .........OK @@ -2108,29 +1692,29 @@ Checking test 045 regional_control_qr results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 414.086159 - 0: The maximum resident set size (KB) = 785144 + 0: The total amount of wall time = 800.304081 + 0: The maximum resident set size (KB) = 785300 -Test 045 regional_control_qr PASS +Test 046 regional_control_qr PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230418/INTEL/regional_control -working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_191324/regional_restart_qr -Checking test 046 regional_restart_qr results .... +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230424/INTEL/regional_control +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_79320/regional_restart_qr +Checking test 047 regional_restart_qr results .... Comparing dynf006.nc .........OK Comparing phyf006.nc .........OK Comparing PRSLEV.GrbF06 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 221.641734 - 0: The maximum resident set size (KB) = 775684 + 0: The total amount of wall time = 284.118304 + 0: The maximum resident set size (KB) = 779844 -Test 046 regional_restart_qr PASS +Test 047 regional_restart_qr PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230418/INTEL/regional_control -working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_191324/regional_decomp -Checking test 047 regional_decomp results .... +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230424/INTEL/regional_control +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_79320/regional_decomp +Checking test 048 regional_decomp results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK Comparing phyf000.nc .........OK @@ -2140,15 +1724,15 @@ Checking test 047 regional_decomp results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 442.557101 - 0: The maximum resident set size (KB) = 787796 + 0: The total amount of wall time = 662.241079 + 0: The maximum resident set size (KB) = 778476 -Test 047 regional_decomp PASS +Test 048 regional_decomp PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230418/INTEL/regional_control -working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_191324/regional_2threads -Checking test 048 regional_2threads results .... +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230424/INTEL/regional_control +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_79320/regional_2threads +Checking test 049 regional_2threads results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK Comparing phyf000.nc .........OK @@ -2158,29 +1742,29 @@ Checking test 048 regional_2threads results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 280.961931 - 0: The maximum resident set size (KB) = 770928 + 0: The total amount of wall time = 770.049625 + 0: The maximum resident set size (KB) = 770296 -Test 048 regional_2threads PASS +Test 049 regional_2threads PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230418/INTEL/regional_netcdf_parallel -working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_191324/regional_netcdf_parallel -Checking test 049 regional_netcdf_parallel results .... +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230424/INTEL/regional_netcdf_parallel +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_79320/regional_netcdf_parallel +Checking test 050 regional_netcdf_parallel results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK - Comparing phyf000.nc ............ALT CHECK......OK - Comparing phyf006.nc .........OK + Comparing phyf000.nc .........OK + Comparing phyf006.nc ............ALT CHECK......OK - 0: The total amount of wall time = 425.871812 - 0: The maximum resident set size (KB) = 782440 + 0: The total amount of wall time = 633.726172 + 0: The maximum resident set size (KB) = 783832 -Test 049 regional_netcdf_parallel PASS +Test 050 regional_netcdf_parallel PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230418/INTEL/regional_control -working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_191324/regional_2dwrtdecomp -Checking test 050 regional_2dwrtdecomp results .... +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230424/INTEL/regional_control +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_79320/regional_2dwrtdecomp +Checking test 051 regional_2dwrtdecomp results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK Comparing phyf000.nc .........OK @@ -2190,15 +1774,15 @@ Checking test 050 regional_2dwrtdecomp results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 426.095455 - 0: The maximum resident set size (KB) = 784424 + 0: The total amount of wall time = 655.020623 + 0: The maximum resident set size (KB) = 784496 -Test 050 regional_2dwrtdecomp PASS +Test 051 regional_2dwrtdecomp PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230418/INTEL/rap_control -working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_191324/rap_control -Checking test 051 rap_control results .... +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230424/INTEL/rap_control +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_79320/rap_control +Checking test 052 rap_control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -2244,15 +1828,15 @@ Checking test 051 rap_control results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 623.215357 - 0: The maximum resident set size (KB) = 960468 + 0: The total amount of wall time = 927.954727 + 0: The maximum resident set size (KB) = 950912 -Test 051 rap_control PASS +Test 052 rap_control PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230418/INTEL/regional_spp_sppt_shum_skeb -working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_191324/regional_spp_sppt_shum_skeb -Checking test 052 regional_spp_sppt_shum_skeb results .... +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230424/INTEL/regional_spp_sppt_shum_skeb +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_79320/regional_spp_sppt_shum_skeb +Checking test 053 regional_spp_sppt_shum_skeb results .... Comparing dynf000.nc .........OK Comparing dynf001.nc .........OK Comparing phyf000.nc .........OK @@ -2262,15 +1846,15 @@ Checking test 052 regional_spp_sppt_shum_skeb results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF01 .........OK - 0: The total amount of wall time = 343.522599 - 0: The maximum resident set size (KB) = 1096248 + 0: The total amount of wall time = 559.897301 + 0: The maximum resident set size (KB) = 1087496 -Test 052 regional_spp_sppt_shum_skeb PASS +Test 053 regional_spp_sppt_shum_skeb PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230418/INTEL/rap_control -working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_191324/rap_decomp -Checking test 053 rap_decomp results .... +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230424/INTEL/rap_control +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_79320/rap_decomp +Checking test 054 rap_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -2316,15 +1900,15 @@ Checking test 053 rap_decomp results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 659.138053 - 0: The maximum resident set size (KB) = 958128 + 0: The total amount of wall time = 1062.252039 + 0: The maximum resident set size (KB) = 944804 -Test 053 rap_decomp PASS +Test 054 rap_decomp PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230418/INTEL/rap_control -working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_191324/rap_2threads -Checking test 054 rap_2threads results .... +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230424/INTEL/rap_control +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_79320/rap_2threads +Checking test 055 rap_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -2370,15 +1954,15 @@ Checking test 054 rap_2threads results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 613.461286 - 0: The maximum resident set size (KB) = 1030120 + 0: The total amount of wall time = 1315.873939 + 0: The maximum resident set size (KB) = 1023132 -Test 054 rap_2threads PASS +Test 055 rap_2threads PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230418/INTEL/rap_control -working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_191324/rap_restart -Checking test 055 rap_restart results .... +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230424/INTEL/rap_control +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_79320/rap_restart +Checking test 056 rap_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK Comparing GFSFLX.GrbF24 .........OK @@ -2416,15 +2000,15 @@ Checking test 055 rap_restart results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 327.493920 - 0: The maximum resident set size (KB) = 835396 + 0: The total amount of wall time = 493.076552 + 0: The maximum resident set size (KB) = 834624 -Test 055 rap_restart PASS +Test 056 rap_restart PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230418/INTEL/rap_sfcdiff -working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_191324/rap_sfcdiff -Checking test 056 rap_sfcdiff results .... +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230424/INTEL/rap_sfcdiff +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_79320/rap_sfcdiff +Checking test 057 rap_sfcdiff results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -2470,15 +2054,15 @@ Checking test 056 rap_sfcdiff results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 647.072706 - 0: The maximum resident set size (KB) = 958632 + 0: The total amount of wall time = 754.096573 + 0: The maximum resident set size (KB) = 951844 -Test 056 rap_sfcdiff PASS +Test 057 rap_sfcdiff PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230418/INTEL/rap_sfcdiff -working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_191324/rap_sfcdiff_decomp -Checking test 057 rap_sfcdiff_decomp results .... +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230424/INTEL/rap_sfcdiff +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_79320/rap_sfcdiff_decomp +Checking test 058 rap_sfcdiff_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -2524,15 +2108,15 @@ Checking test 057 rap_sfcdiff_decomp results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 671.183145 - 0: The maximum resident set size (KB) = 933992 + 0: The total amount of wall time = 1027.122034 + 0: The maximum resident set size (KB) = 945336 -Test 057 rap_sfcdiff_decomp PASS +Test 058 rap_sfcdiff_decomp PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230418/INTEL/rap_sfcdiff -working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_191324/rap_sfcdiff_restart -Checking test 058 rap_sfcdiff_restart results .... +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230424/INTEL/rap_sfcdiff +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_79320/rap_sfcdiff_restart +Checking test 059 rap_sfcdiff_restart results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK Comparing GFSFLX.GrbF12 .........OK @@ -2570,15 +2154,15 @@ Checking test 058 rap_sfcdiff_restart results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 470.966816 - 0: The maximum resident set size (KB) = 845672 + 0: The total amount of wall time = 1174.902766 + 0: The maximum resident set size (KB) = 840276 -Test 058 rap_sfcdiff_restart PASS +Test 059 rap_sfcdiff_restart PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230418/INTEL/hrrr_control -working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_191324/hrrr_control -Checking test 059 hrrr_control results .... +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230424/INTEL/hrrr_control +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_79320/hrrr_control +Checking test 060 hrrr_control results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -2591,48 +2175,170 @@ Checking test 059 hrrr_control results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF09 .........OK Comparing GFSPRS.GrbF12 .........OK - Comparing RESTART/20210323.060000.coupler.res .........OK - Comparing RESTART/20210323.060000.fv_core.res.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile1.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile2.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile3.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile4.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile5.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile6.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile1.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile2.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile3.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile4.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK + Comparing RESTART/20210322.120000.coupler.res .........OK + Comparing RESTART/20210322.120000.fv_core.res.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile6.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK + + 0: The total amount of wall time = 1115.205188 + 0: The maximum resident set size (KB) = 948552 + +Test 060 hrrr_control PASS + + +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230424/INTEL/hrrr_control +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_79320/hrrr_control_decomp +Checking test 061 hrrr_control_decomp results .... + Comparing sfcf000.nc .........OK + Comparing sfcf009.nc .........OK + Comparing sfcf012.nc .........OK + Comparing atmf000.nc .........OK + Comparing atmf009.nc .........OK + Comparing atmf012.nc .........OK + Comparing GFSFLX.GrbF00 .........OK + Comparing GFSFLX.GrbF09 .........OK + Comparing GFSFLX.GrbF12 .........OK + Comparing GFSPRS.GrbF00 .........OK + Comparing GFSPRS.GrbF09 .........OK + Comparing GFSPRS.GrbF12 .........OK + Comparing RESTART/20210322.120000.coupler.res .........OK + Comparing RESTART/20210322.120000.fv_core.res.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile6.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK + + 0: The total amount of wall time = 731.885231 + 0: The maximum resident set size (KB) = 946944 + +Test 061 hrrr_control_decomp PASS + + +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230424/INTEL/hrrr_control +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_79320/hrrr_control_2threads +Checking test 062 hrrr_control_2threads results .... + Comparing sfcf000.nc .........OK + Comparing sfcf009.nc .........OK + Comparing sfcf012.nc .........OK + Comparing atmf000.nc .........OK + Comparing atmf009.nc .........OK + Comparing atmf012.nc .........OK + Comparing GFSFLX.GrbF00 .........OK + Comparing GFSFLX.GrbF09 .........OK + Comparing GFSFLX.GrbF12 .........OK + Comparing GFSPRS.GrbF00 .........OK + Comparing GFSPRS.GrbF09 .........OK + Comparing GFSPRS.GrbF12 .........OK + Comparing RESTART/20210322.120000.coupler.res .........OK + Comparing RESTART/20210322.120000.fv_core.res.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile6.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK + + 0: The total amount of wall time = 872.215900 + 0: The maximum resident set size (KB) = 1012884 + +Test 062 hrrr_control_2threads PASS + + +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230424/INTEL/hrrr_control +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_79320/hrrr_control_restart +Checking test 063 hrrr_control_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 = 598.166330 - 0: The maximum resident set size (KB) = 956280 + 0: The total amount of wall time = 873.892104 + 0: The maximum resident set size (KB) = 837476 -Test 059 hrrr_control PASS +Test 063 hrrr_control_restart PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230418/INTEL/hrrr_control -working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_191324/hrrr_control_decomp -Checking test 060 hrrr_control_decomp results .... +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230424/INTEL/rrfs_v1beta +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_79320/rrfs_v1beta +Checking test 064 rrfs_v1beta results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -2678,169 +2384,15 @@ Checking test 060 hrrr_control_decomp results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 643.000446 - 0: The maximum resident set size (KB) = 951820 + 0: The total amount of wall time = 811.786545 + 0: The maximum resident set size (KB) = 940888 -Test 060 hrrr_control_decomp PASS +Test 064 rrfs_v1beta PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230418/INTEL/hrrr_control -working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_191324/hrrr_control_2threads -Checking test 061 hrrr_control_2threads results .... - Comparing sfcf000.nc .........OK - Comparing sfcf009.nc .........OK - Comparing sfcf012.nc .........OK - Comparing atmf000.nc .........OK - Comparing atmf009.nc .........OK - Comparing atmf012.nc .........OK - Comparing GFSFLX.GrbF00 .........OK - Comparing GFSFLX.GrbF09 .........OK - Comparing GFSFLX.GrbF12 .........OK - Comparing GFSPRS.GrbF00 .........OK - Comparing GFSPRS.GrbF09 .........OK - Comparing GFSPRS.GrbF12 .........OK - Comparing RESTART/20210323.060000.coupler.res .........OK - Comparing RESTART/20210323.060000.fv_core.res.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile1.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile2.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile3.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile4.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile5.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile6.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile1.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile2.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile3.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile4.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - - 0: The total amount of wall time = 586.053537 - 0: The maximum resident set size (KB) = 1021640 - -Test 061 hrrr_control_2threads PASS - - -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230418/INTEL/hrrr_control -working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_191324/hrrr_control_restart -Checking test 062 hrrr_control_restart results .... - Comparing sfcf012.nc .........OK - Comparing atmf012.nc .........OK - Comparing GFSFLX.GrbF12 .........OK - Comparing GFSPRS.GrbF12 .........OK - Comparing RESTART/20210323.060000.coupler.res .........OK - Comparing RESTART/20210323.060000.fv_core.res.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile1.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile2.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile3.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile4.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile5.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile6.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile1.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile2.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile3.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile4.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - - 0: The total amount of wall time = 455.903230 - 0: The maximum resident set size (KB) = 834076 - -Test 062 hrrr_control_restart PASS - - -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230418/INTEL/rrfs_v1beta -working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_191324/rrfs_v1beta -Checking test 063 rrfs_v1beta results .... - Comparing sfcf000.nc .........OK - Comparing sfcf009.nc .........OK - Comparing sfcf012.nc .........OK - Comparing atmf000.nc .........OK - Comparing atmf009.nc .........OK - Comparing atmf012.nc .........OK - Comparing GFSFLX.GrbF00 .........OK - Comparing GFSFLX.GrbF09 .........OK - Comparing GFSFLX.GrbF12 .........OK - Comparing GFSPRS.GrbF00 .........OK - Comparing GFSPRS.GrbF09 .........OK - Comparing GFSPRS.GrbF12 .........OK - Comparing RESTART/20210323.060000.coupler.res .........OK - Comparing RESTART/20210323.060000.fv_core.res.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile1.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile2.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile3.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile4.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile5.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile6.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile1.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile2.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile3.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile4.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - - 0: The total amount of wall time = 635.401598 - 0: The maximum resident set size (KB) = 944528 - -Test 063 rrfs_v1beta PASS - - -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230418/INTEL/rrfs_v1nssl -working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_191324/rrfs_v1nssl -Checking test 064 rrfs_v1nssl results .... +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230424/INTEL/rrfs_v1nssl +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_79320/rrfs_v1nssl +Checking test 065 rrfs_v1nssl results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -2854,15 +2406,15 @@ Checking test 064 rrfs_v1nssl results .... Comparing GFSPRS.GrbF09 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 757.369414 - 0: The maximum resident set size (KB) = 641540 + 0: The total amount of wall time = 1124.703002 + 0: The maximum resident set size (KB) = 633160 -Test 064 rrfs_v1nssl PASS +Test 065 rrfs_v1nssl PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230418/INTEL/rrfs_v1nssl_nohailnoccn -working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_191324/rrfs_v1nssl_nohailnoccn -Checking test 065 rrfs_v1nssl_nohailnoccn results .... +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230424/INTEL/rrfs_v1nssl_nohailnoccn +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_79320/rrfs_v1nssl_nohailnoccn +Checking test 066 rrfs_v1nssl_nohailnoccn results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -2876,15 +2428,15 @@ Checking test 065 rrfs_v1nssl_nohailnoccn results .... Comparing GFSPRS.GrbF09 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 751.446673 - 0: The maximum resident set size (KB) = 637340 + 0: The total amount of wall time = 856.249778 + 0: The maximum resident set size (KB) = 636720 -Test 065 rrfs_v1nssl_nohailnoccn PASS +Test 066 rrfs_v1nssl_nohailnoccn PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230418/INTEL/rrfs_smoke_conus13km_hrrr_warm -working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_191324/rrfs_smoke_conus13km_hrrr_warm -Checking test 066 rrfs_smoke_conus13km_hrrr_warm results .... +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230424/INTEL/rrfs_smoke_conus13km_hrrr_warm +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_79320/rrfs_smoke_conus13km_hrrr_warm +Checking test 067 rrfs_smoke_conus13km_hrrr_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing sfcf002.nc .........OK @@ -2892,15 +2444,15 @@ Checking test 066 rrfs_smoke_conus13km_hrrr_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 206.554490 - 0: The maximum resident set size (KB) = 901300 + 0: The total amount of wall time = 338.718479 + 0: The maximum resident set size (KB) = 906680 -Test 066 rrfs_smoke_conus13km_hrrr_warm PASS +Test 067 rrfs_smoke_conus13km_hrrr_warm PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230418/INTEL/rrfs_smoke_conus13km_hrrr_warm -working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_191324/rrfs_smoke_conus13km_hrrr_warm_2threads -Checking test 067 rrfs_smoke_conus13km_hrrr_warm_2threads results .... +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230424/INTEL/rrfs_smoke_conus13km_hrrr_warm +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_79320/rrfs_smoke_conus13km_hrrr_warm_2threads +Checking test 068 rrfs_smoke_conus13km_hrrr_warm_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing sfcf002.nc .........OK @@ -2908,15 +2460,15 @@ Checking test 067 rrfs_smoke_conus13km_hrrr_warm_2threads results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 136.216368 - 0: The maximum resident set size (KB) = 870144 + 0: The total amount of wall time = 174.563965 + 0: The maximum resident set size (KB) = 863676 -Test 067 rrfs_smoke_conus13km_hrrr_warm_2threads PASS +Test 068 rrfs_smoke_conus13km_hrrr_warm_2threads PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230418/INTEL/rrfs_conus13km_hrrr_warm -working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_191324/rrfs_conus13km_hrrr_warm -Checking test 068 rrfs_conus13km_hrrr_warm results .... +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230424/INTEL/rrfs_conus13km_hrrr_warm +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_79320/rrfs_conus13km_hrrr_warm +Checking test 069 rrfs_conus13km_hrrr_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing sfcf002.nc .........OK @@ -2924,15 +2476,15 @@ Checking test 068 rrfs_conus13km_hrrr_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 182.135329 - 0: The maximum resident set size (KB) = 868064 + 0: The total amount of wall time = 223.039398 + 0: The maximum resident set size (KB) = 882192 -Test 068 rrfs_conus13km_hrrr_warm PASS +Test 069 rrfs_conus13km_hrrr_warm PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230418/INTEL/rrfs_smoke_conus13km_hrrr_warm_radar_tten -working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_191324/rrfs_smoke_conus13km_radar_tten_warm -Checking test 069 rrfs_smoke_conus13km_radar_tten_warm results .... +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230424/INTEL/rrfs_smoke_conus13km_hrrr_warm_radar_tten +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_79320/rrfs_smoke_conus13km_radar_tten_warm +Checking test 070 rrfs_smoke_conus13km_radar_tten_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing sfcf002.nc .........OK @@ -2940,27 +2492,27 @@ Checking test 069 rrfs_smoke_conus13km_radar_tten_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 202.451376 - 0: The maximum resident set size (KB) = 914304 + 0: The total amount of wall time = 338.899824 + 0: The maximum resident set size (KB) = 898532 -Test 069 rrfs_smoke_conus13km_radar_tten_warm PASS +Test 070 rrfs_smoke_conus13km_radar_tten_warm PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230418/INTEL/rrfs_conus13km_hrrr_warm_restart_mismatch -working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_191324/rrfs_conus13km_hrrr_warm_restart_mismatch -Checking test 070 rrfs_conus13km_hrrr_warm_restart_mismatch results .... +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230424/INTEL/rrfs_conus13km_hrrr_warm_restart_mismatch +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_79320/rrfs_conus13km_hrrr_warm_restart_mismatch +Checking test 071 rrfs_conus13km_hrrr_warm_restart_mismatch results .... Comparing sfcf002.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 100.471581 - 0: The maximum resident set size (KB) = 846096 + 0: The total amount of wall time = 420.204096 + 0: The maximum resident set size (KB) = 856272 -Test 070 rrfs_conus13km_hrrr_warm_restart_mismatch PASS +Test 071 rrfs_conus13km_hrrr_warm_restart_mismatch PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230418/INTEL/control_csawmg -working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_191324/control_csawmg -Checking test 071 control_csawmg results .... +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230424/INTEL/control_csawmg +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_79320/control_csawmg +Checking test 072 control_csawmg results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -2970,15 +2522,15 @@ Checking test 071 control_csawmg results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 483.792711 - 0: The maximum resident set size (KB) = 670204 + 0: The total amount of wall time = 498.683014 + 0: The maximum resident set size (KB) = 665156 -Test 071 control_csawmg PASS +Test 072 control_csawmg PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230418/INTEL/control_csawmgt -working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_191324/control_csawmgt -Checking test 072 control_csawmgt results .... +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230424/INTEL/control_csawmgt +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_79320/control_csawmgt +Checking test 073 control_csawmgt results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -2988,15 +2540,15 @@ Checking test 072 control_csawmgt results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 473.206316 - 0: The maximum resident set size (KB) = 670568 + 0: The total amount of wall time = 684.661957 + 0: The maximum resident set size (KB) = 663468 -Test 072 control_csawmgt PASS +Test 073 control_csawmgt PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230418/INTEL/control_ras -working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_191324/control_ras -Checking test 073 control_ras results .... +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230424/INTEL/control_ras +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_79320/control_ras +Checking test 074 control_ras results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -3006,27 +2558,27 @@ Checking test 073 control_ras results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 264.357137 - 0: The maximum resident set size (KB) = 633924 + 0: The total amount of wall time = 473.327202 + 0: The maximum resident set size (KB) = 637404 -Test 073 control_ras PASS +Test 074 control_ras PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230418/INTEL/control_wam -working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_191324/control_wam -Checking test 074 control_wam results .... +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230424/INTEL/control_wam +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_79320/control_wam +Checking test 075 control_wam results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK - 0: The total amount of wall time = 164.899145 - 0: The maximum resident set size (KB) = 480668 + 0: The total amount of wall time = 230.773736 + 0: The maximum resident set size (KB) = 483800 -Test 074 control_wam PASS +Test 075 control_wam PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230418/INTEL/control_p8_faster -working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_191324/control_p8_faster -Checking test 075 control_p8_faster results .... +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230424/INTEL/control_p8_faster +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_79320/control_p8_faster +Checking test 076 control_p8_faster results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -3072,15 +2624,15 @@ Checking test 075 control_p8_faster results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 217.277743 - 0: The maximum resident set size (KB) = 1551652 + 0: The total amount of wall time = 352.158028 + 0: The maximum resident set size (KB) = 1535324 -Test 075 control_p8_faster PASS +Test 076 control_p8_faster PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230418/INTEL/regional_control_faster -working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_191324/regional_control_faster -Checking test 076 regional_control_faster results .... +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230424/INTEL/regional_control_faster +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_79320/regional_control_faster +Checking test 077 regional_control_faster results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK Comparing phyf000.nc .........OK @@ -3090,57 +2642,57 @@ Checking test 076 regional_control_faster results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 389.987092 - 0: The maximum resident set size (KB) = 786368 + 0: The total amount of wall time = 715.145646 + 0: The maximum resident set size (KB) = 782824 -Test 076 regional_control_faster PASS +Test 077 regional_control_faster PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230418/INTEL/rrfs_smoke_conus13km_hrrr_warm_debug -working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_191324/rrfs_smoke_conus13km_hrrr_warm_debug -Checking test 077 rrfs_smoke_conus13km_hrrr_warm_debug results .... +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230424/INTEL/rrfs_smoke_conus13km_hrrr_warm_debug +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_79320/rrfs_smoke_conus13km_hrrr_warm_debug +Checking test 078 rrfs_smoke_conus13km_hrrr_warm_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 = 1082.810865 - 0: The maximum resident set size (KB) = 929788 + 0: The total amount of wall time = 1088.102505 + 0: The maximum resident set size (KB) = 936372 -Test 077 rrfs_smoke_conus13km_hrrr_warm_debug PASS +Test 078 rrfs_smoke_conus13km_hrrr_warm_debug PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230418/INTEL/rrfs_smoke_conus13km_hrrr_warm_debug -working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_191324/rrfs_smoke_conus13km_hrrr_warm_debug_2threads -Checking test 078 rrfs_smoke_conus13km_hrrr_warm_debug_2threads results .... +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230424/INTEL/rrfs_smoke_conus13km_hrrr_warm_debug +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_79320/rrfs_smoke_conus13km_hrrr_warm_debug_2threads +Checking test 079 rrfs_smoke_conus13km_hrrr_warm_debug_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 626.758931 - 0: The maximum resident set size (KB) = 897408 + 0: The total amount of wall time = 806.174740 + 0: The maximum resident set size (KB) = 894316 -Test 078 rrfs_smoke_conus13km_hrrr_warm_debug_2threads PASS +Test 079 rrfs_smoke_conus13km_hrrr_warm_debug_2threads PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230418/INTEL/rrfs_conus13km_hrrr_warm_debugs -working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_191324/rrfs_conus13km_hrrr_warm_debug -Checking test 079 rrfs_conus13km_hrrr_warm_debug results .... +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230424/INTEL/rrfs_conus13km_hrrr_warm_debugs +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_79320/rrfs_conus13km_hrrr_warm_debug +Checking test 080 rrfs_conus13km_hrrr_warm_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 = 968.562793 - 0: The maximum resident set size (KB) = 898912 + 0: The total amount of wall time = 1105.868362 + 0: The maximum resident set size (KB) = 908840 -Test 079 rrfs_conus13km_hrrr_warm_debug PASS +Test 080 rrfs_conus13km_hrrr_warm_debug PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230418/INTEL/control_CubedSphereGrid_debug -working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_191324/control_CubedSphereGrid_debug -Checking test 080 control_CubedSphereGrid_debug results .... +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230424/INTEL/control_CubedSphereGrid_debug +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_79320/control_CubedSphereGrid_debug +Checking test 081 control_CubedSphereGrid_debug results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK Comparing sfcf000.tile3.nc .........OK @@ -3166,335 +2718,349 @@ Checking test 080 control_CubedSphereGrid_debug results .... Comparing atmf001.tile5.nc .........OK Comparing atmf001.tile6.nc .........OK - 0: The total amount of wall time = 189.025535 - 0: The maximum resident set size (KB) = 734512 + 0: The total amount of wall time = 211.440533 + 0: The maximum resident set size (KB) = 731260 -Test 080 control_CubedSphereGrid_debug PASS +Test 081 control_CubedSphereGrid_debug PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230418/INTEL/control_wrtGauss_netcdf_parallel_debug -working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_191324/control_wrtGauss_netcdf_parallel_debug -Checking test 081 control_wrtGauss_netcdf_parallel_debug results .... +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230424/INTEL/control_wrtGauss_netcdf_parallel_debug +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_79320/control_wrtGauss_netcdf_parallel_debug +Checking test 082 control_wrtGauss_netcdf_parallel_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 = 188.753733 - 0: The maximum resident set size (KB) = 730688 + 0: The total amount of wall time = 191.665066 + 0: The maximum resident set size (KB) = 735088 -Test 081 control_wrtGauss_netcdf_parallel_debug PASS +Test 082 control_wrtGauss_netcdf_parallel_debug PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230418/INTEL/control_stochy_debug -working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_191324/control_stochy_debug -Checking test 082 control_stochy_debug results .... +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230424/INTEL/control_stochy_debug +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_79320/control_stochy_debug +Checking test 083 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 = 213.060189 - 0: The maximum resident set size (KB) = 739788 + 0: The total amount of wall time = 245.820533 + 0: The maximum resident set size (KB) = 739840 -Test 082 control_stochy_debug PASS +Test 083 control_stochy_debug PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230418/INTEL/control_lndp_debug -working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_191324/control_lndp_debug -Checking test 083 control_lndp_debug results .... +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230424/INTEL/control_lndp_debug +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_79320/control_lndp_debug +Checking test 084 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 = 190.504080 - 0: The maximum resident set size (KB) = 738304 + 0: The total amount of wall time = 197.293387 + 0: The maximum resident set size (KB) = 740876 -Test 083 control_lndp_debug PASS +Test 084 control_lndp_debug PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230418/INTEL/control_csawmg_debug -working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_191324/control_csawmg_debug -Checking test 084 control_csawmg_debug results .... +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230424/INTEL/control_csawmg_debug +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_79320/control_csawmg_debug +Checking test 085 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 = 302.509403 - 0: The maximum resident set size (KB) = 784688 + 0: The total amount of wall time = 476.377811 + 0: The maximum resident set size (KB) = 781916 -Test 084 control_csawmg_debug PASS +Test 085 control_csawmg_debug PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230418/INTEL/control_csawmgt_debug -working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_191324/control_csawmgt_debug -Checking test 085 control_csawmgt_debug results .... +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230424/INTEL/control_csawmgt_debug +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_79320/control_csawmgt_debug +Checking test 086 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 = 296.951173 - 0: The maximum resident set size (KB) = 780828 + 0: The total amount of wall time = 458.143188 + 0: The maximum resident set size (KB) = 779216 -Test 085 control_csawmgt_debug PASS +Test 086 control_csawmgt_debug PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230418/INTEL/control_ras_debug -working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_191324/control_ras_debug -Checking test 086 control_ras_debug results .... +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230424/INTEL/control_ras_debug +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_79320/control_ras_debug +Checking test 087 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 = 194.856618 - 0: The maximum resident set size (KB) = 747392 + 0: The total amount of wall time = 211.425546 + 0: The maximum resident set size (KB) = 748160 -Test 086 control_ras_debug PASS +Test 087 control_ras_debug PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230418/INTEL/control_diag_debug -working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_191324/control_diag_debug -Checking test 087 control_diag_debug results .... +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230424/INTEL/control_diag_debug +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_79320/control_diag_debug +Checking test 088 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 = 223.965022 - 0: The maximum resident set size (KB) = 790860 + 0: The total amount of wall time = 572.286548 + 0: The maximum resident set size (KB) = 795444 -Test 087 control_diag_debug PASS +Test 088 control_diag_debug PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230418/INTEL/control_debug_p8 -working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_191324/control_debug_p8 -Checking test 088 control_debug_p8 results .... +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230424/INTEL/control_debug_p8 +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_79320/control_debug_p8 +Checking test 089 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 = 214.783883 - 0: The maximum resident set size (KB) = 1556540 + 0: The total amount of wall time = 258.441354 + 0: The maximum resident set size (KB) = 1560508 -Test 088 control_debug_p8 PASS +Test 089 control_debug_p8 PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230418/INTEL/regional_debug -working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_191324/regional_debug -Checking test 089 regional_debug results .... +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230424/INTEL/regional_debug +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_79320/regional_debug +Checking test 090 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 = 1279.188968 - 0: The maximum resident set size (KB) = 806432 - -Test 089 regional_debug PASS - - -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230418/INTEL/rap_control_debug -working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_191324/rap_control_debug -Checking test 090 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 = 351.317247 - 0: The maximum resident set size (KB) = 1108816 + 0: The total amount of wall time = 1567.362872 + 0: The maximum resident set size (KB) = 824032 -Test 090 rap_control_debug PASS +Test 090 regional_debug PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230418/INTEL/hrrr_control_debug -working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_191324/hrrr_control_debug -Checking test 091 hrrr_control_debug results .... +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230424/INTEL/rap_control_debug +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_79320/rap_control_debug +Checking test 091 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 = 345.567716 - 0: The maximum resident set size (KB) = 1105116 + 0: The total amount of wall time = 501.201443 + 0: The maximum resident set size (KB) = 1118216 -Test 091 hrrr_control_debug PASS +Test 091 rap_control_debug PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230418/INTEL/rap_control_debug -working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_191324/rap_unified_drag_suite_debug -Checking test 092 rap_unified_drag_suite_debug results .... +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230424/INTEL/hrrr_control_debug +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_79320/hrrr_control_debug +Checking test 092 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 = 350.868033 - 0: The maximum resident set size (KB) = 1114440 + 0: The total amount of wall time = 420.829692 + 0: The maximum resident set size (KB) = 1106716 -Test 092 rap_unified_drag_suite_debug PASS +Test 092 hrrr_control_debug PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230418/INTEL/rap_diag_debug -working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_191324/rap_diag_debug -Checking test 093 rap_diag_debug results .... +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230424/INTEL/rap_control_debug +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_79320/rap_unified_drag_suite_debug +Checking test 093 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 = 376.442306 - 0: The maximum resident set size (KB) = 1192512 + 0: The total amount of wall time = 511.779501 + 0: The maximum resident set size (KB) = 1115360 -Test 093 rap_diag_debug PASS +Test 093 rap_unified_drag_suite_debug PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230418/INTEL/rap_cires_ugwp_debug -working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_191324/rap_cires_ugwp_debug -Checking test 094 rap_cires_ugwp_debug results .... +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230424/INTEL/rap_diag_debug +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_79320/rap_diag_debug +Checking test 094 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 = 355.569394 - 0: The maximum resident set size (KB) = 1109908 + 0: The total amount of wall time = 686.319565 + 0: The maximum resident set size (KB) = 1194864 -Test 094 rap_cires_ugwp_debug PASS +Test 094 rap_diag_debug PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230418/INTEL/rap_cires_ugwp_debug -working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_191324/rap_unified_ugwp_debug -Checking test 095 rap_unified_ugwp_debug results .... +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230424/INTEL/rap_cires_ugwp_debug +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_79320/rap_cires_ugwp_debug +Checking test 095 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 = 355.065703 - 0: The maximum resident set size (KB) = 1111856 + 0: The total amount of wall time = 488.270366 + 0: The maximum resident set size (KB) = 1112932 -Test 095 rap_unified_ugwp_debug PASS +Test 095 rap_cires_ugwp_debug PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230418/INTEL/rap_lndp_debug -working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_191324/rap_lndp_debug -Checking test 096 rap_lndp_debug results .... +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230424/INTEL/rap_cires_ugwp_debug +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_79320/rap_unified_ugwp_debug +Checking test 096 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 = 366.910950 - 0: The maximum resident set size (KB) = 1109576 + 0: The total amount of wall time = 456.761668 + 0: The maximum resident set size (KB) = 1115652 -Test 096 rap_lndp_debug PASS +Test 096 rap_unified_ugwp_debug PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230418/INTEL/rap_flake_debug -working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_191324/rap_flake_debug -Checking test 097 rap_flake_debug results .... +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230424/INTEL/rap_lndp_debug +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_79320/rap_lndp_debug +Checking test 097 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 = 349.271185 - 0: The maximum resident set size (KB) = 1105132 + 0: The total amount of wall time = 544.037966 + 0: The maximum resident set size (KB) = 1108332 -Test 097 rap_flake_debug PASS +Test 097 rap_lndp_debug PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230418/INTEL/rap_progcld_thompson_debug -working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_191324/rap_progcld_thompson_debug +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230424/INTEL/rap_progcld_thompson_debug +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_79320/rap_progcld_thompson_debug Checking test 098 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.988066 - 0: The maximum resident set size (KB) = 1107632 + 0: The total amount of wall time = 397.107005 + 0: The maximum resident set size (KB) = 1116324 Test 098 rap_progcld_thompson_debug PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230418/INTEL/rap_noah_debug -working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_191324/rap_noah_debug +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230424/INTEL/rap_noah_debug +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_79320/rap_noah_debug Checking test 099 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 = 343.453457 - 0: The maximum resident set size (KB) = 1113380 + 0: The total amount of wall time = 603.725137 + 0: The maximum resident set size (KB) = 1117412 Test 099 rap_noah_debug PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230418/INTEL/rap_sfcdiff_debug -working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_191324/rap_sfcdiff_debug +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230424/INTEL/rap_sfcdiff_debug +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_79320/rap_sfcdiff_debug Checking test 100 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 = 355.031698 - 0: The maximum resident set size (KB) = 1115900 + 0: The total amount of wall time = 386.484029 + 0: The maximum resident set size (KB) = 1113224 Test 100 rap_sfcdiff_debug PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230418/INTEL/rap_noah_sfcdiff_cires_ugwp_debug -working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_191324/rap_noah_sfcdiff_cires_ugwp_debug +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230424/INTEL/rap_noah_sfcdiff_cires_ugwp_debug +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_79320/rap_noah_sfcdiff_cires_ugwp_debug Checking test 101 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 = 577.169911 - 0: The maximum resident set size (KB) = 1113624 + 0: The total amount of wall time = 632.745466 + 0: The maximum resident set size (KB) = 1111456 Test 101 rap_noah_sfcdiff_cires_ugwp_debug PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230418/INTEL/rrfs_v1beta_debug -working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_191324/rrfs_v1beta_debug +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230424/INTEL/rrfs_v1beta_debug +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_79320/rrfs_v1beta_debug Checking test 102 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 = 346.348804 - 0: The maximum resident set size (KB) = 1111072 + 0: The total amount of wall time = 415.418733 + 0: The maximum resident set size (KB) = 1109844 Test 102 rrfs_v1beta_debug PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230418/INTEL/control_wam_debug -working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_191324/control_wam_debug -Checking test 103 control_wam_debug results .... +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230424/INTEL/rap_clm_lake_debug +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_79320/rap_clm_lake_debug +Checking test 103 rap_clm_lake_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 = 565.034853 + 0: The maximum resident set size (KB) = 1116300 + +Test 103 rap_clm_lake_debug PASS + + +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230424/INTEL/rap_flake_debug +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_79320/rap_flake_debug +Checking test 104 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 = 407.386360 + 0: The maximum resident set size (KB) = 1110880 + +Test 104 rap_flake_debug PASS + + +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230424/INTEL/control_wam_debug +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_79320/control_wam_debug +Checking test 105 control_wam_debug results .... Comparing sfcf019.nc .........OK Comparing atmf019.nc .........OK - 0: The total amount of wall time = 364.722562 - 0: The maximum resident set size (KB) = 432968 + 0: The total amount of wall time = 376.883167 + 0: The maximum resident set size (KB) = 436428 -Test 103 control_wam_debug PASS +Test 105 control_wam_debug PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230418/INTEL/regional_spp_sppt_shum_skeb_dyn32_phy32 -working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_191324/regional_spp_sppt_shum_skeb_dyn32_phy32 -Checking test 104 regional_spp_sppt_shum_skeb_dyn32_phy32 results .... +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230424/INTEL/regional_spp_sppt_shum_skeb_dyn32_phy32 +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_79320/regional_spp_sppt_shum_skeb_dyn32_phy32 +Checking test 106 regional_spp_sppt_shum_skeb_dyn32_phy32 results .... Comparing dynf000.nc .........OK Comparing dynf001.nc .........OK Comparing phyf000.nc .........OK @@ -3504,15 +3070,15 @@ Checking test 104 regional_spp_sppt_shum_skeb_dyn32_phy32 results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF01 .........OK - 0: The total amount of wall time = 301.648563 - 0: The maximum resident set size (KB) = 979260 + 0: The total amount of wall time = 465.685516 + 0: The maximum resident set size (KB) = 994832 -Test 104 regional_spp_sppt_shum_skeb_dyn32_phy32 PASS +Test 106 regional_spp_sppt_shum_skeb_dyn32_phy32 PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230418/INTEL/rap_control_dyn32_phy32 -working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_191324/rap_control_dyn32_phy32 -Checking test 105 rap_control_dyn32_phy32 results .... +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230424/INTEL/rap_control_dyn32_phy32 +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_79320/rap_control_dyn32_phy32 +Checking test 107 rap_control_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -3558,15 +3124,15 @@ Checking test 105 rap_control_dyn32_phy32 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 535.712665 - 0: The maximum resident set size (KB) = 839668 + 0: The total amount of wall time = 751.227276 + 0: The maximum resident set size (KB) = 845068 -Test 105 rap_control_dyn32_phy32 PASS +Test 107 rap_control_dyn32_phy32 PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230418/INTEL/hrrr_control_dyn32_phy32 -working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_191324/hrrr_control_dyn32_phy32 -Checking test 106 hrrr_control_dyn32_phy32 results .... +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230424/INTEL/hrrr_control_dyn32_phy32 +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_79320/hrrr_control_dyn32_phy32 +Checking test 108 hrrr_control_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -3579,48 +3145,156 @@ Checking test 106 hrrr_control_dyn32_phy32 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF09 .........OK Comparing GFSPRS.GrbF12 .........OK - Comparing RESTART/20210322.180000.coupler.res .........OK - Comparing RESTART/20210322.180000.fv_core.res.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile1.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile2.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile3.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile4.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile5.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile6.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile1.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile2.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile3.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile4.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile5.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile6.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile1.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile2.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile3.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile4.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile5.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile6.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile1.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile2.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile3.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile4.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile5.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile6.nc .........OK + Comparing RESTART/20210322.120000.coupler.res .........OK + Comparing RESTART/20210322.120000.fv_core.res.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile6.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK + + 0: The total amount of wall time = 345.516802 + 0: The maximum resident set size (KB) = 834272 + +Test 108 hrrr_control_dyn32_phy32 PASS + + +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230424/INTEL/rap_control_dyn32_phy32 +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_79320/rap_2threads_dyn32_phy32 +Checking test 109 rap_2threads_dyn32_phy32 results .... + Comparing sfcf000.nc .........OK + Comparing sfcf009.nc .........OK + Comparing sfcf012.nc .........OK + Comparing atmf000.nc .........OK + Comparing atmf009.nc .........OK + Comparing atmf012.nc .........OK + Comparing GFSFLX.GrbF00 .........OK + Comparing GFSFLX.GrbF09 .........OK + Comparing GFSFLX.GrbF12 .........OK + Comparing GFSPRS.GrbF00 .........OK + Comparing GFSPRS.GrbF09 .........OK + Comparing GFSPRS.GrbF12 .........OK + Comparing RESTART/20210323.060000.coupler.res .........OK + Comparing RESTART/20210323.060000.fv_core.res.nc .........OK + Comparing RESTART/20210323.060000.fv_core.res.tile1.nc .........OK + Comparing RESTART/20210323.060000.fv_core.res.tile2.nc .........OK + Comparing RESTART/20210323.060000.fv_core.res.tile3.nc .........OK + Comparing RESTART/20210323.060000.fv_core.res.tile4.nc .........OK + Comparing RESTART/20210323.060000.fv_core.res.tile5.nc .........OK + Comparing RESTART/20210323.060000.fv_core.res.tile6.nc .........OK + Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/20210323.060000.fv_tracer.res.tile1.nc .........OK + Comparing RESTART/20210323.060000.fv_tracer.res.tile2.nc .........OK + Comparing RESTART/20210323.060000.fv_tracer.res.tile3.nc .........OK + Comparing RESTART/20210323.060000.fv_tracer.res.tile4.nc .........OK + Comparing RESTART/20210323.060000.fv_tracer.res.tile5.nc .........OK + Comparing RESTART/20210323.060000.fv_tracer.res.tile6.nc .........OK + Comparing RESTART/20210323.060000.phy_data.tile1.nc .........OK + Comparing RESTART/20210323.060000.phy_data.tile2.nc .........OK + Comparing RESTART/20210323.060000.phy_data.tile3.nc .........OK + Comparing RESTART/20210323.060000.phy_data.tile4.nc .........OK + Comparing RESTART/20210323.060000.phy_data.tile5.nc .........OK + Comparing RESTART/20210323.060000.phy_data.tile6.nc .........OK + Comparing RESTART/20210323.060000.sfc_data.tile1.nc .........OK + Comparing RESTART/20210323.060000.sfc_data.tile2.nc .........OK + Comparing RESTART/20210323.060000.sfc_data.tile3.nc .........OK + Comparing RESTART/20210323.060000.sfc_data.tile4.nc .........OK + Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK + Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 278.418249 - 0: The maximum resident set size (KB) = 839700 + 0: The total amount of wall time = 651.540258 + 0: The maximum resident set size (KB) = 894192 -Test 106 hrrr_control_dyn32_phy32 PASS +Test 109 rap_2threads_dyn32_phy32 PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230418/INTEL/rap_control_dyn32_phy32 -working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_191324/rap_2threads_dyn32_phy32 -Checking test 107 rap_2threads_dyn32_phy32 results .... +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230424/INTEL/hrrr_control_dyn32_phy32 +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_79320/hrrr_control_2threads_dyn32_phy32 +Checking test 110 hrrr_control_2threads_dyn32_phy32 results .... + Comparing sfcf000.nc .........OK + Comparing sfcf009.nc .........OK + Comparing sfcf012.nc .........OK + Comparing atmf000.nc .........OK + Comparing atmf009.nc .........OK + Comparing atmf012.nc .........OK + Comparing GFSFLX.GrbF00 .........OK + Comparing GFSFLX.GrbF09 .........OK + Comparing GFSFLX.GrbF12 .........OK + Comparing GFSPRS.GrbF00 .........OK + Comparing GFSPRS.GrbF09 .........OK + Comparing GFSPRS.GrbF12 .........OK + Comparing RESTART/20210322.120000.coupler.res .........OK + Comparing RESTART/20210322.120000.fv_core.res.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile6.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK + + 0: The total amount of wall time = 259.621154 + 0: The maximum resident set size (KB) = 871248 + +Test 110 hrrr_control_2threads_dyn32_phy32 PASS + + +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230424/INTEL/hrrr_control_dyn32_phy32 +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_79320/hrrr_control_decomp_dyn32_phy32 +Checking test 111 hrrr_control_decomp_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -3633,6 +3307,52 @@ Checking test 107 rap_2threads_dyn32_phy32 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF09 .........OK Comparing GFSPRS.GrbF12 .........OK + Comparing RESTART/20210322.120000.coupler.res .........OK + Comparing RESTART/20210322.120000.fv_core.res.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile6.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK + + 0: The total amount of wall time = 374.670985 + 0: The maximum resident set size (KB) = 830288 + +Test 111 hrrr_control_decomp_dyn32_phy32 PASS + + +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230424/INTEL/rap_control_dyn32_phy32 +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_79320/rap_restart_dyn32_phy32 +Checking test 112 rap_restart_dyn32_phy32 results .... + Comparing sfcf012.nc .........OK + Comparing atmf012.nc .........OK + Comparing GFSFLX.GrbF12 .........OK + Comparing GFSPRS.GrbF12 .........OK Comparing RESTART/20210323.060000.coupler.res .........OK Comparing RESTART/20210323.060000.fv_core.res.nc .........OK Comparing RESTART/20210323.060000.fv_core.res.tile1.nc .........OK @@ -3666,15 +3386,29 @@ Checking test 107 rap_2threads_dyn32_phy32 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 505.019702 - 0: The maximum resident set size (KB) = 879956 + 0: The total amount of wall time = 483.300853 + 0: The maximum resident set size (KB) = 810520 + +Test 112 rap_restart_dyn32_phy32 PASS + -Test 107 rap_2threads_dyn32_phy32 PASS +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230424/INTEL/hrrr_control_dyn32_phy32 +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_79320/hrrr_control_restart_dyn32_phy32 +Checking test 113 hrrr_control_restart_dyn32_phy32 results .... + Comparing sfcf012.nc .........OK + Comparing atmf012.nc .........OK + Comparing GFSFLX.GrbF12 .........OK + Comparing GFSPRS.GrbF12 .........OK + 0: The total amount of wall time = 198.052056 + 0: The maximum resident set size (KB) = 764000 -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230418/INTEL/hrrr_control_dyn32_phy32 -working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_191324/hrrr_control_2threads_dyn32_phy32 -Checking test 108 hrrr_control_2threads_dyn32_phy32 results .... +Test 113 hrrr_control_restart_dyn32_phy32 PASS + + +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230424/INTEL/rap_control_dyn64_phy32 +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_79320/rap_control_dyn64_phy32 +Checking test 114 rap_control_dyn64_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -3720,282 +3454,72 @@ Checking test 108 hrrr_control_2threads_dyn32_phy32 results .... Comparing RESTART/20210322.180000.sfc_data.tile5.nc .........OK Comparing RESTART/20210322.180000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 269.089527 - 0: The maximum resident set size (KB) = 886724 + 0: The total amount of wall time = 356.289718 + 0: The maximum resident set size (KB) = 872172 -Test 108 hrrr_control_2threads_dyn32_phy32 PASS +Test 114 rap_control_dyn64_phy32 PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230418/INTEL/hrrr_control_dyn32_phy32 -working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_191324/hrrr_control_decomp_dyn32_phy32 -Checking test 109 hrrr_control_decomp_dyn32_phy32 results .... - Comparing sfcf000.nc .........OK - Comparing sfcf009.nc .........OK - Comparing sfcf012.nc .........OK - Comparing atmf000.nc .........OK - Comparing atmf009.nc .........OK - Comparing atmf012.nc .........OK - Comparing GFSFLX.GrbF00 .........OK - Comparing GFSFLX.GrbF09 .........OK - Comparing GFSFLX.GrbF12 .........OK - Comparing GFSPRS.GrbF00 .........OK - Comparing GFSPRS.GrbF09 .........OK - Comparing GFSPRS.GrbF12 .........OK - Comparing RESTART/20210322.180000.coupler.res .........OK - Comparing RESTART/20210322.180000.fv_core.res.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile1.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile2.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile3.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile4.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile5.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile6.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile1.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile2.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile3.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile4.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile5.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile6.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile1.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile2.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile3.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile4.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile5.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile6.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile1.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile2.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile3.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile4.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile5.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile6.nc .........OK - - 0: The total amount of wall time = 298.957549 - 0: The maximum resident set size (KB) = 828132 - -Test 109 hrrr_control_decomp_dyn32_phy32 PASS - - -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230418/INTEL/rap_control_dyn32_phy32 -working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_191324/rap_restart_dyn32_phy32 -Checking test 110 rap_restart_dyn32_phy32 results .... - Comparing sfcf012.nc .........OK - Comparing atmf012.nc .........OK - Comparing GFSFLX.GrbF12 .........OK - Comparing GFSPRS.GrbF12 .........OK - Comparing RESTART/20210323.060000.coupler.res .........OK - Comparing RESTART/20210323.060000.fv_core.res.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile1.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile2.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile3.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile4.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile5.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile6.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile1.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile2.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile3.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile4.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - - 0: The total amount of wall time = 432.291553 - 0: The maximum resident set size (KB) = 807572 - -Test 110 rap_restart_dyn32_phy32 PASS - - -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230418/INTEL/hrrr_control_dyn32_phy32 -working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_191324/hrrr_control_restart_dyn32_phy32 -Checking test 111 hrrr_control_restart_dyn32_phy32 results .... - Comparing sfcf012.nc .........OK - Comparing atmf012.nc .........OK - Comparing GFSFLX.GrbF12 .........OK - Comparing GFSPRS.GrbF12 .........OK - Comparing RESTART/20210322.180000.coupler.res .........OK - Comparing RESTART/20210322.180000.fv_core.res.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile1.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile2.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile3.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile4.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile5.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile6.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile1.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile2.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile3.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile4.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile5.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile6.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile1.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile2.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile3.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile4.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile5.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile6.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile1.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile2.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile3.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile4.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile5.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile6.nc .........OK - - 0: The total amount of wall time = 140.258455 - 0: The maximum resident set size (KB) = 760480 - -Test 111 hrrr_control_restart_dyn32_phy32 PASS - - -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230418/INTEL/rap_control_dyn64_phy32 -working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_191324/rap_control_dyn64_phy32 -Checking test 112 rap_control_dyn64_phy32 results .... - Comparing sfcf000.nc .........OK - Comparing sfcf009.nc .........OK - Comparing sfcf012.nc .........OK - Comparing atmf000.nc .........OK - Comparing atmf009.nc .........OK - Comparing atmf012.nc .........OK - Comparing GFSFLX.GrbF00 .........OK - Comparing GFSFLX.GrbF09 .........OK - Comparing GFSFLX.GrbF12 .........OK - Comparing GFSPRS.GrbF00 .........OK - Comparing GFSPRS.GrbF09 .........OK - Comparing GFSPRS.GrbF12 .........OK - Comparing RESTART/20210322.180000.coupler.res .........OK - Comparing RESTART/20210322.180000.fv_core.res.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile1.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile2.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile3.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile4.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile5.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile6.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile1.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile2.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile3.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile4.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile5.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile6.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile1.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile2.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile3.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile4.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile5.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile6.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile1.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile2.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile3.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile4.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile5.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile6.nc .........OK - - 0: The total amount of wall time = 324.036989 - 0: The maximum resident set size (KB) = 876780 - -Test 112 rap_control_dyn64_phy32 PASS - - -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230418/INTEL/rap_control_debug_dyn32_phy32 -working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_191324/rap_control_debug_dyn32_phy32 -Checking test 113 rap_control_debug_dyn32_phy32 results .... +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230424/INTEL/rap_control_debug_dyn32_phy32 +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_79320/rap_control_debug_dyn32_phy32 +Checking test 115 rap_control_debug_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 347.076640 - 0: The maximum resident set size (KB) = 999008 + 0: The total amount of wall time = 362.162825 + 0: The maximum resident set size (KB) = 999604 -Test 113 rap_control_debug_dyn32_phy32 PASS +Test 115 rap_control_debug_dyn32_phy32 PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230418/INTEL/hrrr_control_debug_dyn32_phy32 -working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_191324/hrrr_control_debug_dyn32_phy32 -Checking test 114 hrrr_control_debug_dyn32_phy32 results .... +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230424/INTEL/hrrr_control_debug_dyn32_phy32 +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_79320/hrrr_control_debug_dyn32_phy32 +Checking test 116 hrrr_control_debug_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 343.078375 - 0: The maximum resident set size (KB) = 992836 + 0: The total amount of wall time = 355.784321 + 0: The maximum resident set size (KB) = 992012 -Test 114 hrrr_control_debug_dyn32_phy32 PASS +Test 116 hrrr_control_debug_dyn32_phy32 PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230418/INTEL/rap_control_debug_dyn64_phy32 -working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_191324/rap_control_dyn64_phy32_debug -Checking test 115 rap_control_dyn64_phy32_debug results .... +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230424/INTEL/rap_control_debug_dyn64_phy32 +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_79320/rap_control_dyn64_phy32_debug +Checking test 117 rap_control_dyn64_phy32_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 = 354.159035 - 0: The maximum resident set size (KB) = 1031380 + 0: The total amount of wall time = 408.706419 + 0: The maximum resident set size (KB) = 1032368 -Test 115 rap_control_dyn64_phy32_debug PASS +Test 117 rap_control_dyn64_phy32_debug PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230418/INTEL/hafs_regional_atm -working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_191324/hafs_regional_atm -Checking test 116 hafs_regional_atm results .... +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230424/INTEL/hafs_regional_atm +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_79320/hafs_regional_atm +Checking test 118 hafs_regional_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing HURPRS.GrbF06 .........OK - 0: The total amount of wall time = 352.464767 - 0: The maximum resident set size (KB) = 1217452 - -Test 116 hafs_regional_atm PASS - + 0: The total amount of wall time = 628.381032 + 0: The maximum resident set size (KB) = 1222092 -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230418/INTEL/hafs_regional_atm_thompson_gfdlsf -working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_191324/hafs_regional_atm_thompson_gfdlsf -Checking test 117 hafs_regional_atm_thompson_gfdlsf results .... - Comparing atmf006.nc .........OK - Comparing sfcf006.nc .........OK +Test 118 hafs_regional_atm PASS - 0: The total amount of wall time = 470.490195 - 0: The maximum resident set size (KB) = 1502108 +Test 119 hafs_regional_atm_thompson_gfdlsf FAIL -Test 117 hafs_regional_atm_thompson_gfdlsf PASS - -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230418/INTEL/hafs_regional_atm_ocn -working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_191324/hafs_regional_atm_ocn -Checking test 118 hafs_regional_atm_ocn results .... +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230424/INTEL/hafs_regional_atm_ocn +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_79320/hafs_regional_atm_ocn +Checking test 120 hafs_regional_atm_ocn results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing archv.2019_241_06.a .........OK @@ -4003,15 +3527,15 @@ Checking test 118 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 = 558.558158 - 0: The maximum resident set size (KB) = 1300624 + 0: The total amount of wall time = 1349.865207 + 0: The maximum resident set size (KB) = 1302916 -Test 118 hafs_regional_atm_ocn PASS +Test 120 hafs_regional_atm_ocn PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230418/INTEL/hafs_regional_atm_wav -working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_191324/hafs_regional_atm_wav -Checking test 119 hafs_regional_atm_wav results .... +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230424/INTEL/hafs_regional_atm_wav +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_79320/hafs_regional_atm_wav +Checking test 121 hafs_regional_atm_wav results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing 20190829.060000.out_grd.ww3 .........OK @@ -4019,15 +3543,15 @@ Checking test 119 hafs_regional_atm_wav results .... Comparing ufs.hafs.ww3.r.2019-08-29-21600 .........OK Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK - 0: The total amount of wall time = 955.608380 - 0: The maximum resident set size (KB) = 1328064 + 0: The total amount of wall time = 1299.885636 + 0: The maximum resident set size (KB) = 1328924 -Test 119 hafs_regional_atm_wav PASS +Test 121 hafs_regional_atm_wav PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230418/INTEL/hafs_regional_atm_ocn_wav -working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_191324/hafs_regional_atm_ocn_wav -Checking test 120 hafs_regional_atm_ocn_wav results .... +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230424/INTEL/hafs_regional_atm_ocn_wav +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_79320/hafs_regional_atm_ocn_wav +Checking test 122 hafs_regional_atm_ocn_wav results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing archv.2019_241_06.a .........OK @@ -4037,149 +3561,149 @@ Checking test 120 hafs_regional_atm_ocn_wav results .... Comparing ufs.hafs.ww3.r.2019-08-29-21600 .........OK Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK - 0: The total amount of wall time = 1075.541877 - 0: The maximum resident set size (KB) = 1350700 + 0: The total amount of wall time = 1461.245429 + 0: The maximum resident set size (KB) = 1340308 -Test 120 hafs_regional_atm_ocn_wav PASS +Test 122 hafs_regional_atm_ocn_wav PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230418/INTEL/hafs_regional_docn -working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_191324/hafs_regional_docn -Checking test 121 hafs_regional_docn results .... +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230424/INTEL/hafs_regional_docn +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_79320/hafs_regional_docn +Checking test 123 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 = 529.489892 - 0: The maximum resident set size (KB) = 1303712 + 0: The total amount of wall time = 1022.530639 + 0: The maximum resident set size (KB) = 1282940 -Test 121 hafs_regional_docn PASS +Test 123 hafs_regional_docn PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230418/INTEL/hafs_regional_docn_oisst -working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_191324/hafs_regional_docn_oisst -Checking test 122 hafs_regional_docn_oisst results .... +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230424/INTEL/hafs_regional_docn_oisst +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_79320/hafs_regional_docn_oisst +Checking test 124 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 = 547.522988 - 0: The maximum resident set size (KB) = 1294196 + 0: The total amount of wall time = 1286.962939 + 0: The maximum resident set size (KB) = 1258744 -Test 122 hafs_regional_docn_oisst PASS +Test 124 hafs_regional_docn_oisst PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230418/INTEL/datm_cdeps_control_cfsr -working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_191324/datm_cdeps_control_cfsr -Checking test 123 datm_cdeps_control_cfsr results .... +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230424/INTEL/datm_cdeps_control_cfsr +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_79320/datm_cdeps_control_cfsr +Checking test 125 datm_cdeps_control_cfsr results .... Comparing RESTART/20111002.000000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 228.220423 - 0: The maximum resident set size (KB) = 979576 + 0: The total amount of wall time = 297.278984 + 0: The maximum resident set size (KB) = 964696 -Test 123 datm_cdeps_control_cfsr PASS +Test 125 datm_cdeps_control_cfsr PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230418/INTEL/datm_cdeps_control_cfsr -working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_191324/datm_cdeps_restart_cfsr -Checking test 124 datm_cdeps_restart_cfsr results .... +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230424/INTEL/datm_cdeps_control_cfsr +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_79320/datm_cdeps_restart_cfsr +Checking test 126 datm_cdeps_restart_cfsr results .... Comparing RESTART/20111002.000000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 148.822474 - 0: The maximum resident set size (KB) = 933456 + 0: The total amount of wall time = 214.970358 + 0: The maximum resident set size (KB) = 935300 -Test 124 datm_cdeps_restart_cfsr PASS +Test 126 datm_cdeps_restart_cfsr PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230418/INTEL/datm_cdeps_control_gefs -working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_191324/datm_cdeps_control_gefs -Checking test 125 datm_cdeps_control_gefs results .... +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230424/INTEL/datm_cdeps_control_gefs +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_79320/datm_cdeps_control_gefs +Checking test 127 datm_cdeps_control_gefs results .... Comparing RESTART/20111002.000000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS_NEW.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 208.932438 - 0: The maximum resident set size (KB) = 861900 + 0: The total amount of wall time = 317.010783 + 0: The maximum resident set size (KB) = 864672 -Test 125 datm_cdeps_control_gefs PASS +Test 127 datm_cdeps_control_gefs PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230418/INTEL/datm_cdeps_iau_gefs -working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_191324/datm_cdeps_iau_gefs -Checking test 126 datm_cdeps_iau_gefs results .... +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230424/INTEL/datm_cdeps_iau_gefs +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_79320/datm_cdeps_iau_gefs +Checking test 128 datm_cdeps_iau_gefs results .... Comparing RESTART/20111002.000000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS_NEW.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 223.586938 - 0: The maximum resident set size (KB) = 856936 + 0: The total amount of wall time = 332.964386 + 0: The maximum resident set size (KB) = 865804 -Test 126 datm_cdeps_iau_gefs PASS +Test 128 datm_cdeps_iau_gefs PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230418/INTEL/datm_cdeps_stochy_gefs -working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_191324/datm_cdeps_stochy_gefs -Checking test 127 datm_cdeps_stochy_gefs results .... +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230424/INTEL/datm_cdeps_stochy_gefs +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_79320/datm_cdeps_stochy_gefs +Checking test 129 datm_cdeps_stochy_gefs results .... Comparing RESTART/20111002.000000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS_NEW.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 221.337956 - 0: The maximum resident set size (KB) = 859412 + 0: The total amount of wall time = 266.961245 + 0: The maximum resident set size (KB) = 854048 -Test 127 datm_cdeps_stochy_gefs PASS +Test 129 datm_cdeps_stochy_gefs PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230418/INTEL/datm_cdeps_ciceC_cfsr -working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_191324/datm_cdeps_ciceC_cfsr -Checking test 128 datm_cdeps_ciceC_cfsr results .... +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230424/INTEL/datm_cdeps_ciceC_cfsr +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_79320/datm_cdeps_ciceC_cfsr +Checking test 130 datm_cdeps_ciceC_cfsr results .... Comparing RESTART/20111002.000000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 232.349424 - 0: The maximum resident set size (KB) = 970596 + 0: The total amount of wall time = 259.351408 + 0: The maximum resident set size (KB) = 972804 -Test 128 datm_cdeps_ciceC_cfsr PASS +Test 130 datm_cdeps_ciceC_cfsr PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230418/INTEL/datm_cdeps_bulk_cfsr -working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_191324/datm_cdeps_bulk_cfsr -Checking test 129 datm_cdeps_bulk_cfsr results .... +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230424/INTEL/datm_cdeps_bulk_cfsr +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_79320/datm_cdeps_bulk_cfsr +Checking test 131 datm_cdeps_bulk_cfsr results .... Comparing RESTART/20111002.000000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 227.914356 - 0: The maximum resident set size (KB) = 956028 + 0: The total amount of wall time = 257.312705 + 0: The maximum resident set size (KB) = 972324 -Test 129 datm_cdeps_bulk_cfsr PASS +Test 131 datm_cdeps_bulk_cfsr PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230418/INTEL/datm_cdeps_bulk_gefs -working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_191324/datm_cdeps_bulk_gefs -Checking test 130 datm_cdeps_bulk_gefs results .... +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230424/INTEL/datm_cdeps_bulk_gefs +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_79320/datm_cdeps_bulk_gefs +Checking test 132 datm_cdeps_bulk_gefs results .... Comparing RESTART/20111002.000000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS_NEW.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 228.414463 - 0: The maximum resident set size (KB) = 862196 + 0: The total amount of wall time = 272.629434 + 0: The maximum resident set size (KB) = 858792 -Test 130 datm_cdeps_bulk_gefs PASS +Test 132 datm_cdeps_bulk_gefs PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230418/INTEL/datm_cdeps_mx025_cfsr -working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_191324/datm_cdeps_mx025_cfsr -Checking test 131 datm_cdeps_mx025_cfsr results .... +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230424/INTEL/datm_cdeps_mx025_cfsr +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_79320/datm_cdeps_mx025_cfsr +Checking test 133 datm_cdeps_mx025_cfsr results .... Comparing RESTART/20111001.120000.MOM.res.nc .........OK Comparing RESTART/20111001.120000.MOM.res_1.nc .........OK Comparing RESTART/20111001.120000.MOM.res_2.nc .........OK @@ -4187,15 +3711,15 @@ Checking test 131 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 = 603.563157 - 0: The maximum resident set size (KB) = 757408 + 0: The total amount of wall time = 906.761663 + 0: The maximum resident set size (KB) = 764436 -Test 131 datm_cdeps_mx025_cfsr PASS +Test 133 datm_cdeps_mx025_cfsr PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230418/INTEL/datm_cdeps_mx025_gefs -working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_191324/datm_cdeps_mx025_gefs -Checking test 132 datm_cdeps_mx025_gefs results .... +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230424/INTEL/datm_cdeps_mx025_gefs +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_79320/datm_cdeps_mx025_gefs +Checking test 134 datm_cdeps_mx025_gefs results .... Comparing RESTART/20111001.120000.MOM.res.nc .........OK Comparing RESTART/20111001.120000.MOM.res_1.nc .........OK Comparing RESTART/20111001.120000.MOM.res_2.nc .........OK @@ -4203,78 +3727,78 @@ Checking test 132 datm_cdeps_mx025_gefs results .... Comparing RESTART/iced.2011-10-01-43200.nc .........OK Comparing RESTART/DATM_GEFS_NEW.cpl.r.2011-10-01-43200.nc .........OK - 0: The total amount of wall time = 583.113448 - 0: The maximum resident set size (KB) = 750000 + 0: The total amount of wall time = 1642.498904 + 0: The maximum resident set size (KB) = 736096 -Test 132 datm_cdeps_mx025_gefs PASS +Test 134 datm_cdeps_mx025_gefs PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230418/INTEL/datm_cdeps_control_cfsr -working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_191324/datm_cdeps_multiple_files_cfsr -Checking test 133 datm_cdeps_multiple_files_cfsr results .... +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230424/INTEL/datm_cdeps_control_cfsr +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_79320/datm_cdeps_multiple_files_cfsr +Checking test 135 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 = 228.381820 - 0: The maximum resident set size (KB) = 965396 + 0: The total amount of wall time = 233.145695 + 0: The maximum resident set size (KB) = 976760 -Test 133 datm_cdeps_multiple_files_cfsr PASS +Test 135 datm_cdeps_multiple_files_cfsr PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230418/INTEL/datm_cdeps_3072x1536_cfsr -working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_191324/datm_cdeps_3072x1536_cfsr -Checking test 134 datm_cdeps_3072x1536_cfsr results .... +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230424/INTEL/datm_cdeps_3072x1536_cfsr +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_79320/datm_cdeps_3072x1536_cfsr +Checking test 136 datm_cdeps_3072x1536_cfsr results .... Comparing RESTART/20111002.000000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR3072x1536.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 298.346503 - 0: The maximum resident set size (KB) = 2255560 + 0: The total amount of wall time = 423.026792 + 0: The maximum resident set size (KB) = 2257768 -Test 134 datm_cdeps_3072x1536_cfsr PASS +Test 136 datm_cdeps_3072x1536_cfsr PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230418/INTEL/datm_cdeps_gfs -working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_191324/datm_cdeps_gfs -Checking test 135 datm_cdeps_gfs results .... +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230424/INTEL/datm_cdeps_gfs +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_79320/datm_cdeps_gfs +Checking test 137 datm_cdeps_gfs results .... Comparing RESTART/20210323.060000.MOM.res.nc .........OK Comparing RESTART/iced.2021-03-23-21600.nc .........OK Comparing RESTART/DATM_GFS.cpl.r.2021-03-23-21600.nc .........OK - 0: The total amount of wall time = 311.796535 - 0: The maximum resident set size (KB) = 2255584 + 0: The total amount of wall time = 948.507121 + 0: The maximum resident set size (KB) = 2255288 -Test 135 datm_cdeps_gfs PASS +Test 137 datm_cdeps_gfs PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230418/INTEL/datm_cdeps_debug_cfsr -working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_191324/datm_cdeps_debug_cfsr -Checking test 136 datm_cdeps_debug_cfsr results .... +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230424/INTEL/datm_cdeps_debug_cfsr +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_79320/datm_cdeps_debug_cfsr +Checking test 138 datm_cdeps_debug_cfsr results .... Comparing RESTART/20111001.060000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-01-21600.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-01-21600.nc .........OK - 0: The total amount of wall time = 465.293722 - 0: The maximum resident set size (KB) = 930700 + 0: The total amount of wall time = 458.967552 + 0: The maximum resident set size (KB) = 917940 -Test 136 datm_cdeps_debug_cfsr PASS +Test 138 datm_cdeps_debug_cfsr PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230418/INTEL/datm_cdeps_control_cfsr_faster -working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_191324/datm_cdeps_control_cfsr_faster -Checking test 137 datm_cdeps_control_cfsr_faster results .... +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230424/INTEL/datm_cdeps_control_cfsr_faster +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_79320/datm_cdeps_control_cfsr_faster +Checking test 139 datm_cdeps_control_cfsr_faster results .... Comparing RESTART/20111002.000000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 217.595538 - 0: The maximum resident set size (KB) = 971744 + 0: The total amount of wall time = 225.698271 + 0: The maximum resident set size (KB) = 956876 -Test 137 datm_cdeps_control_cfsr_faster PASS +Test 139 datm_cdeps_control_cfsr_faster PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230418/INTEL/datm_cdeps_lnd_gswp3 -working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_191324/datm_cdeps_lnd_gswp3 -Checking test 138 datm_cdeps_lnd_gswp3 results .... +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230424/INTEL/datm_cdeps_lnd_gswp3 +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_79320/datm_cdeps_lnd_gswp3 +Checking test 140 datm_cdeps_lnd_gswp3 results .... Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile1.nc .........OK Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile2.nc .........OK Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile3.nc .........OK @@ -4282,15 +3806,15 @@ Checking test 138 datm_cdeps_lnd_gswp3 results .... Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile5.nc .........OK Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile6.nc .........OK - 0: The total amount of wall time = 23.698417 - 0: The maximum resident set size (KB) = 241464 + 0: The total amount of wall time = 19.378989 + 0: The maximum resident set size (KB) = 242748 -Test 138 datm_cdeps_lnd_gswp3 PASS +Test 140 datm_cdeps_lnd_gswp3 PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230418/INTEL/datm_cdeps_lnd_gswp3 -working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_191324/datm_cdeps_lnd_gswp3_rst -Checking test 139 datm_cdeps_lnd_gswp3_rst results .... +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230424/INTEL/datm_cdeps_lnd_gswp3 +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_79320/datm_cdeps_lnd_gswp3_rst +Checking test 141 datm_cdeps_lnd_gswp3_rst results .... Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile1.nc .........OK Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile2.nc .........OK Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile3.nc .........OK @@ -4298,15 +3822,15 @@ Checking test 139 datm_cdeps_lnd_gswp3_rst results .... Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile5.nc .........OK Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile6.nc .........OK - 0: The total amount of wall time = 47.016365 - 0: The maximum resident set size (KB) = 241360 + 0: The total amount of wall time = 40.813832 + 0: The maximum resident set size (KB) = 239924 -Test 139 datm_cdeps_lnd_gswp3_rst PASS +Test 141 datm_cdeps_lnd_gswp3_rst PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230418/INTEL/control_p8_atmlnd_sbs -working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_191324/control_p8_atmlnd_sbs -Checking test 140 control_p8_atmlnd_sbs results .... +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230424/INTEL/control_p8_atmlnd_sbs +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_79320/control_p8_atmlnd_sbs +Checking test 142 control_p8_atmlnd_sbs results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK Comparing sfcf000.tile3.nc .........OK @@ -4390,15 +3914,15 @@ Checking test 140 control_p8_atmlnd_sbs results .... Comparing ufs.cpld.lnd.out.2021-03-23-21600.tile5.nc .........OK Comparing ufs.cpld.lnd.out.2021-03-23-21600.tile6.nc .........OK - 0: The total amount of wall time = 307.760864 - 0: The maximum resident set size (KB) = 1591116 + 0: The total amount of wall time = 481.370458 + 0: The maximum resident set size (KB) = 1584992 -Test 140 control_p8_atmlnd_sbs PASS +Test 142 control_p8_atmlnd_sbs PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230418/INTEL/atmwav_control_noaero_p8 -working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_191324/atmwav_control_noaero_p8 -Checking test 141 atmwav_control_noaero_p8 results .... +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230424/INTEL/atmwav_control_noaero_p8 +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_79320/atmwav_control_noaero_p8 +Checking test 143 atmwav_control_noaero_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK Comparing atmf000.nc .........OK @@ -4440,15 +3964,15 @@ Checking test 141 atmwav_control_noaero_p8 results .... Comparing 20210322.180000.out_grd.ww3 .........OK Comparing ufs.atmw.ww3.r.2021-03-22-64800 .........OK - 0: The total amount of wall time = 137.929911 - 0: The maximum resident set size (KB) = 1570172 + 0: The total amount of wall time = 227.608003 + 0: The maximum resident set size (KB) = 1546600 -Test 141 atmwav_control_noaero_p8 PASS +Test 143 atmwav_control_noaero_p8 PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230418/INTEL/control_atmwav -working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_191324/control_atmwav -Checking test 142 control_atmwav results .... +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230424/INTEL/control_atmwav +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_79320/control_atmwav +Checking test 144 control_atmwav results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK Comparing atmf000.nc .........OK @@ -4491,15 +4015,15 @@ Checking test 142 control_atmwav results .... Comparing RESTART/20210322.180000.sfc_data.tile6.nc .........OK Comparing 20210322.180000.restart.glo_1deg .........OK - 0: The total amount of wall time = 169.980371 - 0: The maximum resident set size (KB) = 593792 + 0: The total amount of wall time = 204.312186 + 0: The maximum resident set size (KB) = 601428 -Test 142 control_atmwav PASS +Test 144 control_atmwav PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230418/INTEL/atmaero_control_p8 -working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_191324/atmaero_control_p8 -Checking test 143 atmaero_control_p8 results .... +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230424/INTEL/atmaero_control_p8 +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_79320/atmaero_control_p8 +Checking test 145 atmaero_control_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -4542,15 +4066,15 @@ Checking test 143 atmaero_control_p8 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 373.495836 - 0: The maximum resident set size (KB) = 1633712 + 0: The total amount of wall time = 620.033504 + 0: The maximum resident set size (KB) = 1649140 -Test 143 atmaero_control_p8 PASS +Test 145 atmaero_control_p8 PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230418/INTEL/atmaero_control_p8_rad -working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_191324/atmaero_control_p8_rad -Checking test 144 atmaero_control_p8_rad results .... +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230424/INTEL/atmaero_control_p8_rad +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_79320/atmaero_control_p8_rad +Checking test 146 atmaero_control_p8_rad results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -4593,15 +4117,15 @@ Checking test 144 atmaero_control_p8_rad results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 451.676386 - 0: The maximum resident set size (KB) = 1658448 + 0: The total amount of wall time = 563.589076 + 0: The maximum resident set size (KB) = 1680404 -Test 144 atmaero_control_p8_rad PASS +Test 146 atmaero_control_p8_rad PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230418/INTEL/atmaero_control_p8_rad_micro -working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_191324/atmaero_control_p8_rad_micro -Checking test 145 atmaero_control_p8_rad_micro results .... +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230424/INTEL/atmaero_control_p8_rad_micro +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_79320/atmaero_control_p8_rad_micro +Checking test 147 atmaero_control_p8_rad_micro results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -4644,12 +4168,478 @@ Checking test 145 atmaero_control_p8_rad_micro results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 424.931475 - 0: The maximum resident set size (KB) = 1668052 + 0: The total amount of wall time = 600.489491 + 0: The maximum resident set size (KB) = 1690404 + +Test 147 atmaero_control_p8_rad_micro PASS + +FAILED TESTS: +Test cpld_control_p8_mixedmode 001 failed in run_test failed +Test cpld_control_qr_p8 005 failed in run_test failed +Test cpld_2threads_p8 007 failed in run_test failed +Test cpld_mpi_p8 009 failed in run_test failed +Test cpld_control_ciceC_p8 010 failed in run_test failed +Test control_c384gdas 028 failed in run_test failed +Test hafs_regional_atm_thompson_gfdlsf 119 failed in run_test failed + +REGRESSION TEST FAILED +Wed Apr 26 05:18:46 UTC 2023 +Elapsed time: 07h:02m:06s. Have a nice day! + +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230424/INTEL/cpld_control_p8_mixedmode +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_67779/cpld_control_p8_mixedmode +Checking test 001 cpld_control_p8_mixedmode 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/20210323.060000.coupler.res .........OK + Comparing RESTART/20210323.060000.fv_core.res.nc .........OK + Comparing RESTART/20210323.060000.fv_core.res.tile1.nc .........OK + Comparing RESTART/20210323.060000.fv_core.res.tile2.nc .........OK + Comparing RESTART/20210323.060000.fv_core.res.tile3.nc .........OK + Comparing RESTART/20210323.060000.fv_core.res.tile4.nc .........OK + Comparing RESTART/20210323.060000.fv_core.res.tile5.nc .........OK + Comparing RESTART/20210323.060000.fv_core.res.tile6.nc .........OK + Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/20210323.060000.fv_tracer.res.tile1.nc .........OK + Comparing RESTART/20210323.060000.fv_tracer.res.tile2.nc .........OK + Comparing RESTART/20210323.060000.fv_tracer.res.tile3.nc .........OK + Comparing RESTART/20210323.060000.fv_tracer.res.tile4.nc .........OK + Comparing RESTART/20210323.060000.fv_tracer.res.tile5.nc .........OK + Comparing RESTART/20210323.060000.fv_tracer.res.tile6.nc .........OK + Comparing RESTART/20210323.060000.phy_data.tile1.nc .........OK + Comparing RESTART/20210323.060000.phy_data.tile2.nc .........OK + Comparing RESTART/20210323.060000.phy_data.tile3.nc .........OK + Comparing RESTART/20210323.060000.phy_data.tile4.nc .........OK + Comparing RESTART/20210323.060000.phy_data.tile5.nc .........OK + Comparing RESTART/20210323.060000.phy_data.tile6.nc .........OK + Comparing RESTART/20210323.060000.sfc_data.tile1.nc .........OK + Comparing RESTART/20210323.060000.sfc_data.tile2.nc .........OK + Comparing RESTART/20210323.060000.sfc_data.tile3.nc .........OK + Comparing RESTART/20210323.060000.sfc_data.tile4.nc .........OK + Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK + Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK + Comparing RESTART/20210323.060000.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 20210323.060000.out_pnt.ww3 .........OK + Comparing 20210323.060000.out_grd.ww3 .........OK + + 0: The total amount of wall time = 477.988262 + 0: The maximum resident set size (KB) = 1750920 + +Test 001 cpld_control_p8_mixedmode PASS + + +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230424/INTEL/cpld_control_p8 +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_67779/cpld_control_qr_p8 +Checking test 002 cpld_control_qr_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/20210323.060000.coupler.res .........OK + Comparing RESTART/20210323.060000.fv_core.res.nc .........OK + Comparing RESTART/20210323.060000.fv_core.res.tile1.nc ............ALT CHECK......OK + Comparing RESTART/20210323.060000.fv_core.res.tile2.nc ............ALT CHECK......OK + Comparing RESTART/20210323.060000.fv_core.res.tile3.nc ............ALT CHECK......OK + Comparing RESTART/20210323.060000.fv_core.res.tile4.nc ............ALT CHECK......OK + Comparing RESTART/20210323.060000.fv_core.res.tile5.nc ............ALT CHECK......OK + Comparing RESTART/20210323.060000.fv_core.res.tile6.nc ............ALT CHECK......OK + Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc ............ALT CHECK......OK + Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc ............ALT CHECK......OK + Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc ............ALT CHECK......OK + Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc ............ALT CHECK......OK + Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc ............ALT CHECK......OK + Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc ............ALT CHECK......OK + Comparing RESTART/20210323.060000.fv_tracer.res.tile1.nc ............ALT CHECK......OK + Comparing RESTART/20210323.060000.fv_tracer.res.tile2.nc ............ALT CHECK......OK + Comparing RESTART/20210323.060000.fv_tracer.res.tile3.nc ............ALT CHECK......OK + Comparing RESTART/20210323.060000.fv_tracer.res.tile4.nc ............ALT CHECK......OK + Comparing RESTART/20210323.060000.fv_tracer.res.tile5.nc ............ALT CHECK......OK + Comparing RESTART/20210323.060000.fv_tracer.res.tile6.nc ............ALT CHECK......OK + Comparing RESTART/20210323.060000.phy_data.tile1.nc ............ALT CHECK......OK + Comparing RESTART/20210323.060000.phy_data.tile2.nc ............ALT CHECK......OK + Comparing RESTART/20210323.060000.phy_data.tile3.nc ............ALT CHECK......OK + Comparing RESTART/20210323.060000.phy_data.tile4.nc ............ALT CHECK......OK + Comparing RESTART/20210323.060000.phy_data.tile5.nc ............ALT CHECK......OK + Comparing RESTART/20210323.060000.phy_data.tile6.nc ............ALT CHECK......OK + Comparing RESTART/20210323.060000.sfc_data.tile1.nc ............ALT CHECK......OK + Comparing RESTART/20210323.060000.sfc_data.tile2.nc ............ALT CHECK......OK + Comparing RESTART/20210323.060000.sfc_data.tile3.nc ............ALT CHECK......OK + Comparing RESTART/20210323.060000.sfc_data.tile4.nc ............ALT CHECK......OK + Comparing RESTART/20210323.060000.sfc_data.tile5.nc ............ALT CHECK......OK + Comparing RESTART/20210323.060000.sfc_data.tile6.nc ............ALT CHECK......OK + Comparing RESTART/20210323.060000.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 20210323.060000.out_pnt.ww3 .........OK + Comparing 20210323.060000.out_grd.ww3 .........OK + + 0: The total amount of wall time = 508.021551 + 0: The maximum resident set size (KB) = 1803772 + +Test 002 cpld_control_qr_p8 PASS + + +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230424/INTEL/cpld_control_p8 +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_67779/cpld_restart_qr_p8 +Checking test 003 cpld_restart_qr_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/20210323.060000.coupler.res .........OK + Comparing RESTART/20210323.060000.fv_core.res.nc .........OK + Comparing RESTART/20210323.060000.fv_core.res.tile1.nc ............ALT CHECK......OK + Comparing RESTART/20210323.060000.fv_core.res.tile2.nc ............ALT CHECK......OK + Comparing RESTART/20210323.060000.fv_core.res.tile3.nc ............ALT CHECK......OK + Comparing RESTART/20210323.060000.fv_core.res.tile4.nc ............ALT CHECK......OK + Comparing RESTART/20210323.060000.fv_core.res.tile5.nc ............ALT CHECK......OK + Comparing RESTART/20210323.060000.fv_core.res.tile6.nc ............ALT CHECK......OK + Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc ............ALT CHECK......OK + Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc ............ALT CHECK......OK + Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc ............ALT CHECK......OK + Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc ............ALT CHECK......OK + Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc ............ALT CHECK......OK + Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc ............ALT CHECK......OK + Comparing RESTART/20210323.060000.fv_tracer.res.tile1.nc ............ALT CHECK......OK + Comparing RESTART/20210323.060000.fv_tracer.res.tile2.nc ............ALT CHECK......OK + Comparing RESTART/20210323.060000.fv_tracer.res.tile3.nc ............ALT CHECK......OK + Comparing RESTART/20210323.060000.fv_tracer.res.tile4.nc ............ALT CHECK......OK + Comparing RESTART/20210323.060000.fv_tracer.res.tile5.nc ............ALT CHECK......OK + Comparing RESTART/20210323.060000.fv_tracer.res.tile6.nc ............ALT CHECK......OK + Comparing RESTART/20210323.060000.phy_data.tile1.nc ............ALT CHECK......OK + Comparing RESTART/20210323.060000.phy_data.tile2.nc ............ALT CHECK......OK + Comparing RESTART/20210323.060000.phy_data.tile3.nc ............ALT CHECK......OK + Comparing RESTART/20210323.060000.phy_data.tile4.nc ............ALT CHECK......OK + Comparing RESTART/20210323.060000.phy_data.tile5.nc ............ALT CHECK......OK + Comparing RESTART/20210323.060000.phy_data.tile6.nc ............ALT CHECK......OK + Comparing RESTART/20210323.060000.sfc_data.tile1.nc ............ALT CHECK......OK + Comparing RESTART/20210323.060000.sfc_data.tile2.nc ............ALT CHECK......OK + Comparing RESTART/20210323.060000.sfc_data.tile3.nc ............ALT CHECK......OK + Comparing RESTART/20210323.060000.sfc_data.tile4.nc ............ALT CHECK......OK + Comparing RESTART/20210323.060000.sfc_data.tile5.nc ............ALT CHECK......OK + Comparing RESTART/20210323.060000.sfc_data.tile6.nc ............ALT CHECK......OK + Comparing RESTART/20210323.060000.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 20210323.060000.out_pnt.ww3 .........OK + Comparing 20210323.060000.out_grd.ww3 .........OK + + 0: The total amount of wall time = 319.322146 + 0: The maximum resident set size (KB) = 1524420 + +Test 003 cpld_restart_qr_p8 PASS + + +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230424/INTEL/cpld_control_p8 +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_67779/cpld_2threads_p8 +Checking test 004 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 gocart.inst_aod.20210323_0600z.nc4 .........OK + Comparing RESTART/20210323.060000.coupler.res .........OK + Comparing RESTART/20210323.060000.fv_core.res.nc .........OK + Comparing RESTART/20210323.060000.fv_core.res.tile1.nc .........OK + Comparing RESTART/20210323.060000.fv_core.res.tile2.nc .........OK + Comparing RESTART/20210323.060000.fv_core.res.tile3.nc .........OK + Comparing RESTART/20210323.060000.fv_core.res.tile4.nc .........OK + Comparing RESTART/20210323.060000.fv_core.res.tile5.nc .........OK + Comparing RESTART/20210323.060000.fv_core.res.tile6.nc .........OK + Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/20210323.060000.fv_tracer.res.tile1.nc .........OK + Comparing RESTART/20210323.060000.fv_tracer.res.tile2.nc .........OK + Comparing RESTART/20210323.060000.fv_tracer.res.tile3.nc .........OK + Comparing RESTART/20210323.060000.fv_tracer.res.tile4.nc .........OK + Comparing RESTART/20210323.060000.fv_tracer.res.tile5.nc .........OK + Comparing RESTART/20210323.060000.fv_tracer.res.tile6.nc .........OK + Comparing RESTART/20210323.060000.phy_data.tile1.nc .........OK + Comparing RESTART/20210323.060000.phy_data.tile2.nc .........OK + Comparing RESTART/20210323.060000.phy_data.tile3.nc .........OK + Comparing RESTART/20210323.060000.phy_data.tile4.nc .........OK + Comparing RESTART/20210323.060000.phy_data.tile5.nc .........OK + Comparing RESTART/20210323.060000.phy_data.tile6.nc .........OK + Comparing RESTART/20210323.060000.sfc_data.tile1.nc .........OK + Comparing RESTART/20210323.060000.sfc_data.tile2.nc .........OK + Comparing RESTART/20210323.060000.sfc_data.tile3.nc .........OK + Comparing RESTART/20210323.060000.sfc_data.tile4.nc .........OK + Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK + Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK + Comparing RESTART/20210323.060000.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 20210323.060000.out_pnt.ww3 .........OK + Comparing 20210323.060000.out_grd.ww3 .........OK + + 0: The total amount of wall time = 547.724249 + 0: The maximum resident set size (KB) = 1984824 + +Test 004 cpld_2threads_p8 PASS + + +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230424/INTEL/cpld_control_p8 +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_67779/cpld_mpi_p8 +Checking test 005 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 gocart.inst_aod.20210323_0600z.nc4 .........OK + Comparing RESTART/20210323.060000.coupler.res .........OK + Comparing RESTART/20210323.060000.fv_core.res.nc .........OK + Comparing RESTART/20210323.060000.fv_core.res.tile1.nc .........OK + Comparing RESTART/20210323.060000.fv_core.res.tile2.nc .........OK + Comparing RESTART/20210323.060000.fv_core.res.tile3.nc .........OK + Comparing RESTART/20210323.060000.fv_core.res.tile4.nc .........OK + Comparing RESTART/20210323.060000.fv_core.res.tile5.nc .........OK + Comparing RESTART/20210323.060000.fv_core.res.tile6.nc .........OK + Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/20210323.060000.fv_tracer.res.tile1.nc .........OK + Comparing RESTART/20210323.060000.fv_tracer.res.tile2.nc .........OK + Comparing RESTART/20210323.060000.fv_tracer.res.tile3.nc .........OK + Comparing RESTART/20210323.060000.fv_tracer.res.tile4.nc .........OK + Comparing RESTART/20210323.060000.fv_tracer.res.tile5.nc .........OK + Comparing RESTART/20210323.060000.fv_tracer.res.tile6.nc .........OK + Comparing RESTART/20210323.060000.phy_data.tile1.nc .........OK + Comparing RESTART/20210323.060000.phy_data.tile2.nc .........OK + Comparing RESTART/20210323.060000.phy_data.tile3.nc .........OK + Comparing RESTART/20210323.060000.phy_data.tile4.nc .........OK + Comparing RESTART/20210323.060000.phy_data.tile5.nc .........OK + Comparing RESTART/20210323.060000.phy_data.tile6.nc .........OK + Comparing RESTART/20210323.060000.sfc_data.tile1.nc .........OK + Comparing RESTART/20210323.060000.sfc_data.tile2.nc .........OK + Comparing RESTART/20210323.060000.sfc_data.tile3.nc .........OK + Comparing RESTART/20210323.060000.sfc_data.tile4.nc .........OK + Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK + Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK + Comparing RESTART/20210323.060000.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 20210323.060000.out_pnt.ww3 .........OK + Comparing 20210323.060000.out_grd.ww3 .........OK + + 0: The total amount of wall time = 441.034900 + 0: The maximum resident set size (KB) = 1735992 + +Test 005 cpld_mpi_p8 PASS + + +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230424/INTEL/cpld_control_ciceC_p8 +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_67779/cpld_control_ciceC_p8 +Checking test 006 cpld_control_ciceC_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/20210323.060000.coupler.res .........OK + Comparing RESTART/20210323.060000.fv_core.res.nc .........OK + Comparing RESTART/20210323.060000.fv_core.res.tile1.nc .........OK + Comparing RESTART/20210323.060000.fv_core.res.tile2.nc .........OK + Comparing RESTART/20210323.060000.fv_core.res.tile3.nc .........OK + Comparing RESTART/20210323.060000.fv_core.res.tile4.nc .........OK + Comparing RESTART/20210323.060000.fv_core.res.tile5.nc .........OK + Comparing RESTART/20210323.060000.fv_core.res.tile6.nc .........OK + Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/20210323.060000.fv_tracer.res.tile1.nc .........OK + Comparing RESTART/20210323.060000.fv_tracer.res.tile2.nc .........OK + Comparing RESTART/20210323.060000.fv_tracer.res.tile3.nc .........OK + Comparing RESTART/20210323.060000.fv_tracer.res.tile4.nc .........OK + Comparing RESTART/20210323.060000.fv_tracer.res.tile5.nc .........OK + Comparing RESTART/20210323.060000.fv_tracer.res.tile6.nc .........OK + Comparing RESTART/20210323.060000.phy_data.tile1.nc .........OK + Comparing RESTART/20210323.060000.phy_data.tile2.nc .........OK + Comparing RESTART/20210323.060000.phy_data.tile3.nc .........OK + Comparing RESTART/20210323.060000.phy_data.tile4.nc .........OK + Comparing RESTART/20210323.060000.phy_data.tile5.nc .........OK + Comparing RESTART/20210323.060000.phy_data.tile6.nc .........OK + Comparing RESTART/20210323.060000.sfc_data.tile1.nc .........OK + Comparing RESTART/20210323.060000.sfc_data.tile2.nc .........OK + Comparing RESTART/20210323.060000.sfc_data.tile3.nc .........OK + Comparing RESTART/20210323.060000.sfc_data.tile4.nc .........OK + Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK + Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK + Comparing RESTART/20210323.060000.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 20210323.060000.out_pnt.ww3 .........OK + Comparing 20210323.060000.out_grd.ww3 .........OK + + 0: The total amount of wall time = 490.429934 + 0: The maximum resident set size (KB) = 1792980 + +Test 006 cpld_control_ciceC_p8 PASS + + +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230424/INTEL/control_c384gdas +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_67779/control_c384gdas +Checking test 007 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/20210322.060000.coupler.res .........OK + Comparing RESTART/20210322.060000.fv_core.res.nc .........OK + Comparing RESTART/20210322.060000.fv_core.res.tile1.nc .........OK + Comparing RESTART/20210322.060000.fv_core.res.tile2.nc .........OK + Comparing RESTART/20210322.060000.fv_core.res.tile3.nc .........OK + Comparing RESTART/20210322.060000.fv_core.res.tile4.nc .........OK + Comparing RESTART/20210322.060000.fv_core.res.tile5.nc .........OK + Comparing RESTART/20210322.060000.fv_core.res.tile6.nc .........OK + Comparing RESTART/20210322.060000.fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/20210322.060000.fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/20210322.060000.fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/20210322.060000.fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/20210322.060000.fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/20210322.060000.fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/20210322.060000.fv_tracer.res.tile1.nc .........OK + Comparing RESTART/20210322.060000.fv_tracer.res.tile2.nc .........OK + Comparing RESTART/20210322.060000.fv_tracer.res.tile3.nc .........OK + Comparing RESTART/20210322.060000.fv_tracer.res.tile4.nc .........OK + Comparing RESTART/20210322.060000.fv_tracer.res.tile5.nc .........OK + Comparing RESTART/20210322.060000.fv_tracer.res.tile6.nc .........OK + Comparing RESTART/20210322.060000.phy_data.tile1.nc .........OK + Comparing RESTART/20210322.060000.phy_data.tile2.nc .........OK + Comparing RESTART/20210322.060000.phy_data.tile3.nc .........OK + Comparing RESTART/20210322.060000.phy_data.tile4.nc .........OK + Comparing RESTART/20210322.060000.phy_data.tile5.nc .........OK + Comparing RESTART/20210322.060000.phy_data.tile6.nc .........OK + Comparing RESTART/20210322.060000.sfc_data.tile1.nc .........OK + Comparing RESTART/20210322.060000.sfc_data.tile2.nc .........OK + Comparing RESTART/20210322.060000.sfc_data.tile3.nc .........OK + Comparing RESTART/20210322.060000.sfc_data.tile4.nc .........OK + Comparing RESTART/20210322.060000.sfc_data.tile5.nc .........OK + Comparing RESTART/20210322.060000.sfc_data.tile6.nc .........OK + + 0: The total amount of wall time = 883.665298 + 0: The maximum resident set size (KB) = 1200448 + +Test 007 control_c384gdas PASS + + +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230424/INTEL/hafs_regional_atm_thompson_gfdlsf +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_67779/hafs_regional_atm_thompson_gfdlsf +Checking test 008 hafs_regional_atm_thompson_gfdlsf results .... + Comparing atmf006.nc .........OK + Comparing sfcf006.nc .........OK -Test 145 atmaero_control_p8_rad_micro PASS + 0: The total amount of wall time = 464.964168 + 0: The maximum resident set size (KB) = 1579828 +Test 008 hafs_regional_atm_thompson_gfdlsf PASS -REGRESSION TEST WAS SUCCESSFUL -Fri Apr 21 22:18:48 UTC 2023 -Elapsed time: 02h:54m:50s. Have a nice day! From 131fa5d9b8b5baf3251cf33310eadd22903b6583 Mon Sep 17 00:00:00 2001 From: "samuel.trahan" Date: Wed, 26 Apr 2023 14:16:28 +0000 Subject: [PATCH 150/152] point ccpp/physics to upstream ufs/dev --- FV3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FV3 b/FV3 index 5d0281d633..9a48191ad7 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit 5d0281d63397b0edd9453b921cde37111670063c +Subproject commit 9a48191ad714fc6ee912923c7c3b022aa133ef85 From 6db28145d63db98edf2e7c89ee6392660b672257 Mon Sep 17 00:00:00 2001 From: "samuel.trahan" Date: Wed, 26 Apr 2023 14:45:32 +0000 Subject: [PATCH 151/152] FV3: remove unintentional blank line --- FV3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FV3 b/FV3 index 9a48191ad7..04dfd91116 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit 9a48191ad714fc6ee912923c7c3b022aa133ef85 +Subproject commit 04dfd91116942e7cfa353363206f31d58747bfc5 From 3db7075ab324f67a03ec14a0075624bc0758a28c Mon Sep 17 00:00:00 2001 From: "samuel.trahan" Date: Wed, 26 Apr 2023 16:27:57 +0000 Subject: [PATCH 152/152] point to develop for FV3 and CMEPS-interface/CMEPS --- .gitmodules | 8 ++++---- CMEPS-interface/CMEPS | 2 +- FV3 | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.gitmodules b/.gitmodules index 3d6e9fff7e..a3775fc12d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,7 +1,7 @@ [submodule "FV3"] path = FV3 - url = https://github.com/SamuelTrahanNOAA/fv3atm - branch = clm_lake_revert.v9 + url = https://github.com/NOAA-EMC/fv3atm + branch = develop [submodule "WW3"] path = WW3 url = https://github.com/NOAA-EMC/WW3 @@ -16,8 +16,8 @@ branch = develop [submodule "CMEPS"] path = CMEPS-interface/CMEPS - url = https://github.com/SamuelTrahanNOAA/CMEPS - branch = clm_lake_revert.v9 + url = https://github.com/NOAA-EMC/CMEPS + branch = emc/develop [submodule "HYCOM"] path = HYCOM-interface/HYCOM url = https://github.com/NOAA-EMC/HYCOM-src diff --git a/CMEPS-interface/CMEPS b/CMEPS-interface/CMEPS index 80da72c8dd..fe2c15820c 160000 --- a/CMEPS-interface/CMEPS +++ b/CMEPS-interface/CMEPS @@ -1 +1 @@ -Subproject commit 80da72c8dd24dd1da23d9c2fe3694dd082bb0da8 +Subproject commit fe2c15820c27808260c313fa5caa0ae69e987dae diff --git a/FV3 b/FV3 index 04dfd91116..33ac26df83 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit 04dfd91116942e7cfa353363206f31d58747bfc5 +Subproject commit 33ac26df83d1eccf2b591392396f9e6682a3d856