diff --git a/CMEPS-interface/CMEPS b/CMEPS-interface/CMEPS index cec8db8d09..9923d6d177 160000 --- a/CMEPS-interface/CMEPS +++ b/CMEPS-interface/CMEPS @@ -1 +1 @@ -Subproject commit cec8db8d09fa0a0b016d197a68edc67cbd100d97 +Subproject commit 9923d6d17700daf502d9a016138bf8eb8aad7f09 diff --git a/FV3 b/FV3 index 791ec9de0d..547f94f5bc 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit 791ec9de0d336687c3f285e1790049624ff6164f +Subproject commit 547f94f5bcc8bbe3c9ace09baf942df0f8ef4580 diff --git a/tests/bl_date.conf b/tests/bl_date.conf index 91ca603eb8..9b5041d249 100644 --- a/tests/bl_date.conf +++ b/tests/bl_date.conf @@ -1,2 +1,2 @@ -export BL_DATE=20230623 +export BL_DATE=20230705 diff --git a/tests/bl_date.ncar.conf b/tests/bl_date.ncar.conf index 2014fc1006..f31a9ebc06 100644 --- a/tests/bl_date.ncar.conf +++ b/tests/bl_date.ncar.conf @@ -1,2 +1,2 @@ -export BL_DATE=20230731 +export BL_DATE=20230929 diff --git a/tests/fv3_conf/compile_qsub.IN_acorn b/tests/fv3_conf/compile_qsub.IN_acorn new file mode 100644 index 0000000000..12aaa9247f --- /dev/null +++ b/tests/fv3_conf/compile_qsub.IN_acorn @@ -0,0 +1,21 @@ +#!/bin/bash + +#PBS -o out +#PBS -e err +#PBS -N @[JBNME] +#PBS -A @[ACCNR] +#PBS -q @[QUEUE] +#PBS -l select=1:ncpus=8:mpiprocs=1:mem=32G +#PBS -l walltime=00:45:00 + +set -eux + +cd $PBS_O_WORKDIR + +echo -n " $( date +%s )," > job_timestamp.txt +echo "Compile started: " `date` + +@[PATHRT]/compile.sh @[MACHINE_ID] "@[MAKE_OPT]" @[COMPILE_NR] @[RT_COMPILER] + +echo "Compile ended: " `date` +echo -n " $( date +%s )," >> job_timestamp.txt diff --git a/tests/fv3_conf/fv3_qsub.IN_acorn b/tests/fv3_conf/fv3_qsub.IN_acorn new file mode 100644 index 0000000000..db6b3f1d12 --- /dev/null +++ b/tests/fv3_conf/fv3_qsub.IN_acorn @@ -0,0 +1,36 @@ +#!/bin/bash + +#PBS -o out +#PBS -e err +#PBS -N @[JBNME] +#PBS -A @[ACCNR] +#PBS -q @[QUEUE] +#PBS -l place=vscatter,select=@[NODES]:ncpus=@[TPN]:mpiprocs=@[TPN]:mem=500G +#PBS -l place=excl +#PBS -l walltime=00:@[WLCLK]:00 + +set -eux +echo -n " $( date +%s )," > job_timestamp.txt + +cd $PBS_O_WORKDIR + +set +x +module use $PWD/modulefiles +module load modules.fv3 +module load cray-pals +module list +set -x + +echo "Model started: " `date` + +export OMP_STACKSIZE=512M +export OMP_NUM_THREADS=@[THRD] +export OMP_PLACES=cores +export ESMF_RUNTIME_COMPLIANCECHECK=OFF:depth=4 +export ESMF_RUNTIME_PROFILE=ON +export ESMF_RUNTIME_PROFILE_OUTPUT="SUMMARY" + +mpiexec -n @[TASKS] -ppn @[TPN] -depth @[THRD] ./fv3.exe + +echo "Model ended: " `date` +echo -n " $( date +%s )," >> job_timestamp.txt diff --git a/tests/fv3_conf/fv3_slurm.IN_gaea b/tests/fv3_conf/fv3_slurm.IN_gaea index d72b0407ec..ba8c72cc6d 100644 --- a/tests/fv3_conf/fv3_slurm.IN_gaea +++ b/tests/fv3_conf/fv3_slurm.IN_gaea @@ -3,7 +3,7 @@ #SBATCH -o out #SBATCH --job-name="@[JBNME]" #SBATCH --account=@[ACCNR] -#SBATCH --qos=@[QUEUE] +##SBATCH --qos=@[QUEUE] #SBATCH --clusters=@[PARTITION] #SBATCH --nodes=@[NODES] #SBATCH --ntasks-per-node=@[TPN] diff --git a/tests/logs/RegressionTests_hera.log b/tests/logs/RegressionTests_hera.log index 9489bfe2c3..a7702c9509 100644 --- a/tests/logs/RegressionTests_hera.log +++ b/tests/logs/RegressionTests_hera.log @@ -1,73 +1,74 @@ -Wed Sep 6 16:30:13 UTC 2023 +Mon Oct 2 20:31:41 UTC 2023 Start Regression test -Testing UFSWM Hash: 78ebaefda53bdd08b30b2727227ce74135ba97a3 +Testing UFSWM Hash: 36ffc34633ed67bf6a391bc120849cc68c3710b6 Testing With Submodule Hashes: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 ../AQM (v0.2.0-37-g37cbb7d) 2aa6bfbb62ebeecd7da964b8074f6c3c41c7d1eb ../CDEPS-interface/CDEPS (cdeps0.4.17-38-g2aa6bfb) 5840cd1931e2e32b9dfded0c19049d0f1ec3d04c ../CICE-interface/CICE (CICE6.0.0-440-g5840cd1) - cec8db8d09fa0a0b016d197a68edc67cbd100d97 ../CMEPS-interface/CMEPS (cmeps_v0.4.1-1401-gcec8db8) + 9923d6d17700daf502d9a016138bf8eb8aad7f09 ../CMEPS-interface/CMEPS (cmeps_v0.4.1-1402-g9923d6d) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 ../CMakeModules (v1.0.0-28-gcabd775) - 881fee8800f7eebcc4f087fd900756875efd69ea ../FV3 (EP4-45-g881fee8) + ffbfea62163d92964cfa97fbf45c0623f66829a4 ../FV3 (EP4-56-gffbfea6) b94145fca46169bbc53ec6b8d4ed849715dc5130 ../GOCART (rt-v5_29_1_BPL91_1-exRT4-514-gb94145f) 24437531dcf8580aadaf6ebeb9de544ccfc674f9 ../HYCOM-interface/HYCOM (2.3.00-120-g2443753) fdbfa2523650b81a0771f3fb1791ea3e3dce66db ../MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-9713-gfdbfa2523) e1260f1ee711f66a1141010d13511a69c0f8637b ../NOAHMP-interface/noahmp (v3.7.1-292-ge1260f1) c4b116886b5ef9af5fb4942d7161074df3402732 ../WW3 (6.07.1-325-gc4b11688) 3bfa4468d85e5b63980c28434f494967f38b10a3 ../stochastic_physics (ufs-v2.0.0-171-g3bfa446) -Compile 001 elapsed time 709 seconds. -DAPP=S2SWA -D32BIT=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 002 elapsed time 730 seconds. -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 003 elapsed time 703 seconds. -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 004 elapsed time 286 seconds. -DAPP=S2SWA -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile 005 elapsed time 294 seconds. -DAPP=S2SW -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile 006 elapsed time 665 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 666 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 008 elapsed time 771 seconds. -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 009 elapsed time 968 seconds. -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DPDLIB=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 010 elapsed time 299 seconds. -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DPDLIB=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile 011 elapsed time 601 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v16_flake,FV3_GFS_v17_p8,FV3_GFS_v17_p8_rrtmgp,FV3_GFS_v15_thompson_mynn_lam3km,FV3_WoFS_v0,FV3_GFS_v17_p8_mynn -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 013 elapsed time 548 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 014 elapsed time 546 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_csawmg,FV3_GFS_v16_ras -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 015 elapsed time 498 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 016 elapsed time 532 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v17_p8,FV3_GFS_v15_thompson_mynn_lam3km -D32BIT=ON -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 017 elapsed time 227 seconds. -DAPP=ATM -DDEBUG=ON -D32BIT=ON -DCCPP_SUITES=FV3_HRRR,FV3_GFS_v16,FV3_GFS_v16_csawmg,FV3_GFS_v16_ras,FV3_GFS_v17_p8,FV3_GFS_v15_thompson_mynn_lam3km,FV3_RAP,FV3_RAP_unified_ugwp,FV3_RAP_cires_ugwp,FV3_RAP_flake,FV3_RAP_clm_lake,FV3_RAP_noah,FV3_RAP_sfcdiff,FV3_RAP_noah_sfcdiff_cires_ugwp,FV3_RRFS_v1beta -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 018 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 019 elapsed time 511 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -D32BIT=ON -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 020 elapsed time 519 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 021 elapsed time 188 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -D32BIT=ON -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 022 elapsed time 176 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 023 elapsed time 579 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 024 elapsed time 187 seconds. -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v1_gfdlmp_tedmf_nonsst -D32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 025 elapsed time 588 seconds. -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v1_gfdlmp_tedmf_nonsst -D32BIT=ON -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 026 elapsed time 582 seconds. -DAPP=HAFS-ALL -DCCPP_SUITES=FV3_HAFS_v1_gfdlmp_tedmf,FV3_HAFS_v1_gfdlmp_tedmf_nonsst -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 027 elapsed time 175 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 028 elapsed time 104 seconds. -DAPP=NG-GODAS -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile 029 elapsed time 182 seconds. -DAPP=NG-GODAS -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 030 elapsed time 52 seconds. -DAPP=LND -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 031 elapsed time 529 seconds. -DAPP=ATML -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v17_p8,FV3_GFS_v15_thompson_mynn_lam3km -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 032 elapsed time 577 seconds. -DAPP=ATMW -DCCPP_SUITES=FV3_GFS_v17_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 033 elapsed time 581 seconds. -DAPP=ATMWM -DCCPP_SUITES=FV3_GFS_v16 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 034 elapsed time 527 seconds. -DAPP=ATMAERO -DCCPP_SUITES=FV3_GFS_v17_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 035 elapsed time 514 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 036 elapsed time 174 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -DDEBUG=ON -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 037 elapsed time 542 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -DFASTER=ON -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 038 elapsed time 197 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 039 elapsed time 197 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_RRFS_v1beta -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 040 elapsed time 169 seconds. -DAPP=ATM -D32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 041 elapsed time 97 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 042 elapsed time 194 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -D32BIT=ON -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 043 elapsed time 262 seconds. -DAPP=ATM -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 044 elapsed time 173 seconds. -DAPP=ATM -D32BIT=ON -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 045 elapsed time 169 seconds. -DAPP=ATM -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 046 elapsed time 255 seconds. -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 047 elapsed time 222 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 048 elapsed time 137 seconds. -DAPP=S2SWA -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile 049 elapsed time 239 seconds. -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DPDLIB=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 050 elapsed time 127 seconds. -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DPDLIB=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile 051 elapsed time 111 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON - -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/cpld_control_p8_mixedmode_intel -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/cpld_control_p8_mixedmode_intel +Compile atmaero_intel elapsed time 526 seconds. -DAPP=ATMAERO -DCCPP_SUITES=FV3_GFS_v17_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile atmaq_debug_intel elapsed time 167 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -DDEBUG=ON -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile atmaq_faster_intel elapsed time 541 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -DFASTER=ON -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile atmaq_intel elapsed time 510 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile atm_debug_dyn32_intel elapsed time 217 seconds. -DAPP=ATM -DDEBUG=ON -D32BIT=ON -DCCPP_SUITES=FV3_HRRR,FV3_GFS_v16,FV3_GFS_v16_csawmg,FV3_GFS_v16_ras,FV3_GFS_v17_p8,FV3_GFS_v15_thompson_mynn_lam3km,FV3_RAP,FV3_RAP_unified_ugwp,FV3_RAP_cires_ugwp,FV3_RAP_flake,FV3_RAP_clm_lake,FV3_RAP_noah,FV3_RAP_sfcdiff,FV3_RAP_noah_sfcdiff_cires_ugwp,FV3_RRFS_v1beta -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile atm_dyn32_debug_gnu elapsed time 169 seconds. -DAPP=ATM -D32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile atm_dyn32_intel elapsed time 591 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v16_flake,FV3_GFS_v17_p8,FV3_GFS_v17_p8_rrtmgp,FV3_GFS_v15_thompson_mynn_lam3km,FV3_WoFS_v0,FV3_GFS_v17_p8_mynn -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile atm_dyn32_phy32_debug_gnu elapsed time 174 seconds. -DAPP=ATM -D32BIT=ON -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile atm_dyn64_phy32_debug_gnu elapsed time 173 seconds. -DAPP=ATM -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile atm_dyn64_phy32_gnu elapsed time 266 seconds. -DAPP=ATM -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile atm_faster_dyn32_intel elapsed time 541 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v17_p8,FV3_GFS_v15_thompson_mynn_lam3km -D32BIT=ON -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile atm_gnu elapsed time 202 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v16_flake,FV3_GFS_v16_ras,FV3_GFS_v17_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile atml_intel elapsed time 558 seconds. -DAPP=ATML -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v17_p8,FV3_GFS_v15_thompson_mynn_lam3km -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile atmw_intel elapsed time 561 seconds. -DAPP=ATMW -DCCPP_SUITES=FV3_GFS_v17_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile atmwm_intel elapsed time 576 seconds. -DAPP=ATMWM -DCCPP_SUITES=FV3_GFS_v16 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile csawmg_intel elapsed time 517 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_csawmg,FV3_GFS_v16_ras -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile datm_cdeps_debug_intel elapsed time 102 seconds. -DAPP=NG-GODAS -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile datm_cdeps_faster_intel elapsed time 181 seconds. -DAPP=NG-GODAS -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile datm_cdeps_gnu elapsed time 119 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile datm_cdeps_intel elapsed time 177 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile datm_cdeps_land_intel elapsed time 51 seconds. -DAPP=LND -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile hafs_all_intel elapsed time 592 seconds. -DAPP=HAFS-ALL -DCCPP_SUITES=FV3_HAFS_v1_gfdlmp_tedmf,FV3_HAFS_v1_gfdlmp_tedmf_nonsst -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile hafsw_debug_intel elapsed time 191 seconds. -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v1_gfdlmp_tedmf_nonsst -D32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile hafsw_faster_intel elapsed time 612 seconds. -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v1_gfdlmp_tedmf_nonsst -D32BIT=ON -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile hafsw_intel elapsed time 572 seconds. -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v1_gfdlmp_tedmf,FV3_HAFS_v1_gfdlmp_tedmf_nonsst,FV3_HAFS_v1_thompson_tedmf_gfdlsf -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile rrfs_dyn32_phy32_debug_intel elapsed time 192 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -D32BIT=ON -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile rrfs_dyn32_phy32_faster_intel elapsed time 635 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -D32BIT=ON -DCCPP_32BIT=ON -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile rrfs_dyn32_phy32_gnu elapsed time 197 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -D32BIT=ON -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile rrfs_dyn32_phy32_intel elapsed time 505 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -D32BIT=ON -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile rrfs_dyn64_phy32_debug_intel elapsed time 192 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile rrfs_dyn64_phy32_intel elapsed time 513 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile rrfs_gnu elapsed time 195 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_RRFS_v1beta -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile rrfs_intel elapsed time 552 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_RRFS_v1beta,FV3_RRFS_v1nssl -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile s2s_aoflux_intel elapsed time 574 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8_sfcocn -DCMEPS_AOFLUX=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile s2s_gnu elapsed time 224 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile s2s_intel elapsed time 574 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile s2swa_32bit_intel elapsed time 655 seconds. -DAPP=S2SWA -D32BIT=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile s2swa_debug_gnu elapsed time 138 seconds. -DAPP=S2SWA -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile s2swa_debug_intel elapsed time 234 seconds. -DAPP=S2SWA -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile s2swa_faster_intel elapsed time 675 seconds. -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile s2swa_gnu elapsed time 269 seconds. -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile s2swa_intel elapsed time 663 seconds. -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile s2sw_debug_intel elapsed time 218 seconds. -DAPP=S2SW -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile s2sw_intel elapsed time 615 seconds. -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile s2sw_pdlib_debug_gnu elapsed time 124 seconds. -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DPDLIB=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile s2sw_pdlib_debug_intel elapsed time 221 seconds. -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DPDLIB=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile s2sw_pdlib_gnu elapsed time 244 seconds. -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DPDLIB=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile s2sw_pdlib_intel elapsed time 901 seconds. -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DPDLIB=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile wam_debug_gnu elapsed time 97 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile wam_debug_intel elapsed time 164 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile wam_intel elapsed time 503 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release + +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/cpld_control_p8_mixedmode_intel +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/cpld_control_p8_mixedmode_intel Checking test 001 cpld_control_p8_mixedmode_intel results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -132,14 +133,14 @@ Checking test 001 cpld_control_p8_mixedmode_intel results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 307.769364 - 0: The maximum resident set size (KB) = 3136880 + 0: The total amount of wall time = 308.104277 + 0: The maximum resident set size (KB) = 3141824 Test 001 cpld_control_p8_mixedmode_intel PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/cpld_control_gfsv17_intel -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/cpld_control_gfsv17_intel +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/cpld_control_gfsv17_intel +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/cpld_control_gfsv17_intel Checking test 002 cpld_control_gfsv17_intel results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -203,14 +204,14 @@ Checking test 002 cpld_control_gfsv17_intel results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 217.437694 - 0: The maximum resident set size (KB) = 1685804 + 0: The total amount of wall time = 220.697782 + 0: The maximum resident set size (KB) = 1677576 Test 002 cpld_control_gfsv17_intel PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/cpld_control_p8_intel -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/cpld_control_p8_intel +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/cpld_control_p8_intel +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/cpld_control_p8_intel Checking test 003 cpld_control_p8_intel results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -275,14 +276,14 @@ Checking test 003 cpld_control_p8_intel results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 336.285644 - 0: The maximum resident set size (KB) = 3178020 + 0: The total amount of wall time = 341.095766 + 0: The maximum resident set size (KB) = 3157452 Test 003 cpld_control_p8_intel PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/cpld_control_p8_intel -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/cpld_restart_p8_intel +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/cpld_control_p8_intel +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/cpld_restart_p8_intel Checking test 004 cpld_restart_p8_intel results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -335,14 +336,14 @@ Checking test 004 cpld_restart_p8_intel results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 192.822298 - 0: The maximum resident set size (KB) = 3052356 + 0: The total amount of wall time = 197.083844 + 0: The maximum resident set size (KB) = 3033176 Test 004 cpld_restart_p8_intel PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/cpld_control_p8_intel -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/cpld_control_qr_p8_intel +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/cpld_control_p8_intel +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/cpld_control_qr_p8_intel Checking test 005 cpld_control_qr_p8_intel results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -407,14 +408,14 @@ Checking test 005 cpld_control_qr_p8_intel results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 336.568781 - 0: The maximum resident set size (KB) = 3193844 + 0: The total amount of wall time = 347.254546 + 0: The maximum resident set size (KB) = 3184060 Test 005 cpld_control_qr_p8_intel PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/cpld_control_p8_intel -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/cpld_restart_qr_p8_intel +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/cpld_control_p8_intel +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/cpld_restart_qr_p8_intel Checking test 006 cpld_restart_qr_p8_intel results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -467,14 +468,14 @@ Checking test 006 cpld_restart_qr_p8_intel results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 196.422659 - 0: The maximum resident set size (KB) = 3058228 + 0: The total amount of wall time = 200.533603 + 0: The maximum resident set size (KB) = 3055340 Test 006 cpld_restart_qr_p8_intel PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/cpld_control_p8_intel -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/cpld_2threads_p8_intel +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/cpld_control_p8_intel +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/cpld_2threads_p8_intel Checking test 007 cpld_2threads_p8_intel results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -527,14 +528,14 @@ Checking test 007 cpld_2threads_p8_intel results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 345.413816 - 0: The maximum resident set size (KB) = 3514792 + 0: The total amount of wall time = 350.488645 + 0: The maximum resident set size (KB) = 3497752 Test 007 cpld_2threads_p8_intel PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/cpld_control_p8_intel -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/cpld_decomp_p8_intel +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/cpld_control_p8_intel +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/cpld_decomp_p8_intel Checking test 008 cpld_decomp_p8_intel results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -587,14 +588,14 @@ Checking test 008 cpld_decomp_p8_intel results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 338.794788 - 0: The maximum resident set size (KB) = 3167516 + 0: The total amount of wall time = 340.224465 + 0: The maximum resident set size (KB) = 3152924 Test 008 cpld_decomp_p8_intel PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/cpld_control_p8_intel -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/cpld_mpi_p8_intel +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/cpld_control_p8_intel +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/cpld_mpi_p8_intel Checking test 009 cpld_mpi_p8_intel results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -647,14 +648,14 @@ Checking test 009 cpld_mpi_p8_intel results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 277.916892 - 0: The maximum resident set size (KB) = 3026644 + 0: The total amount of wall time = 282.374119 + 0: The maximum resident set size (KB) = 2971300 Test 009 cpld_mpi_p8_intel PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/cpld_control_ciceC_p8_intel -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/cpld_control_ciceC_p8_intel +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/cpld_control_ciceC_p8_intel +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/cpld_control_ciceC_p8_intel Checking test 010 cpld_control_ciceC_p8_intel results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -719,14 +720,14 @@ Checking test 010 cpld_control_ciceC_p8_intel results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 336.516922 - 0: The maximum resident set size (KB) = 3177760 + 0: The total amount of wall time = 345.890995 + 0: The maximum resident set size (KB) = 3153552 Test 010 cpld_control_ciceC_p8_intel PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/cpld_control_c192_p8_intel -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/cpld_control_c192_p8_intel +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/cpld_control_c192_p8_intel +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/cpld_control_c192_p8_intel Checking test 011 cpld_control_c192_p8_intel results .... Comparing sfcf030.tile1.nc .........OK Comparing sfcf030.tile2.nc .........OK @@ -779,14 +780,14 @@ Checking test 011 cpld_control_c192_p8_intel results .... Comparing 20210323.120000.out_grd.ww3 .........OK Comparing 20210323.120000.out_pnt.ww3 .........OK - 0: The total amount of wall time = 589.908619 - 0: The maximum resident set size (KB) = 3258340 + 0: The total amount of wall time = 595.989606 + 0: The maximum resident set size (KB) = 3239692 Test 011 cpld_control_c192_p8_intel PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/cpld_control_c192_p8_intel -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/cpld_restart_c192_p8_intel +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/cpld_control_c192_p8_intel +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/cpld_restart_c192_p8_intel Checking test 012 cpld_restart_c192_p8_intel results .... Comparing sfcf030.tile1.nc .........OK Comparing sfcf030.tile2.nc .........OK @@ -839,14 +840,14 @@ Checking test 012 cpld_restart_c192_p8_intel results .... Comparing 20210323.120000.out_grd.ww3 .........OK Comparing 20210323.120000.out_pnt.ww3 .........OK - 0: The total amount of wall time = 386.555060 - 0: The maximum resident set size (KB) = 3153800 + 0: The total amount of wall time = 398.983494 + 0: The maximum resident set size (KB) = 3110084 Test 012 cpld_restart_c192_p8_intel PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/cpld_bmark_p8_intel -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/cpld_bmark_p8_intel +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/cpld_bmark_p8_intel +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/cpld_bmark_p8_intel Checking test 013 cpld_bmark_p8_intel results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK @@ -894,14 +895,14 @@ Checking test 013 cpld_bmark_p8_intel results .... Comparing 20130401.060000.out_pnt.ww3 .........OK Comparing 20130401.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 714.290237 - 0: The maximum resident set size (KB) = 4036408 + 0: The total amount of wall time = 736.446009 + 0: The maximum resident set size (KB) = 4007116 Test 013 cpld_bmark_p8_intel PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/cpld_bmark_p8_intel -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/cpld_restart_bmark_p8_intel +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/cpld_bmark_p8_intel +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/cpld_restart_bmark_p8_intel Checking test 014 cpld_restart_bmark_p8_intel results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK @@ -949,14 +950,14 @@ Checking test 014 cpld_restart_bmark_p8_intel results .... Comparing 20130401.060000.out_pnt.ww3 .........OK Comparing 20130401.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 460.720935 - 0: The maximum resident set size (KB) = 3963048 + 0: The total amount of wall time = 463.943992 + 0: The maximum resident set size (KB) = 3944992 Test 014 cpld_restart_bmark_p8_intel PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/cpld_control_noaero_p8_intel -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/cpld_control_noaero_p8_intel +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/cpld_control_noaero_p8_intel +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/cpld_control_noaero_p8_intel Checking test 015 cpld_control_noaero_p8_intel results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -1020,14 +1021,14 @@ Checking test 015 cpld_control_noaero_p8_intel results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 263.916359 - 0: The maximum resident set size (KB) = 1720744 + 0: The total amount of wall time = 264.907323 + 0: The maximum resident set size (KB) = 1709776 Test 015 cpld_control_noaero_p8_intel PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/cpld_control_c96_noaero_p8_intel -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/cpld_control_nowave_noaero_p8_intel +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/cpld_control_c96_noaero_p8_intel +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/cpld_control_nowave_noaero_p8_intel Checking test 016 cpld_control_nowave_noaero_p8_intel results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -1089,14 +1090,14 @@ Checking test 016 cpld_control_nowave_noaero_p8_intel results .... Comparing RESTART/iced.2021-03-23-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK - 0: The total amount of wall time = 257.221509 - 0: The maximum resident set size (KB) = 1765612 + 0: The total amount of wall time = 265.976558 + 0: The maximum resident set size (KB) = 1759812 Test 016 cpld_control_nowave_noaero_p8_intel PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/cpld_debug_p8_intel -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/cpld_debug_p8_intel +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/cpld_debug_p8_intel +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/cpld_debug_p8_intel Checking test 017 cpld_debug_p8_intel results .... Comparing sfcf003.tile1.nc .........OK Comparing sfcf003.tile2.nc .........OK @@ -1149,14 +1150,14 @@ Checking test 017 cpld_debug_p8_intel results .... Comparing 20210322.090000.out_pnt.ww3 .........OK Comparing 20210322.090000.out_grd.ww3 .........OK - 0: The total amount of wall time = 513.077627 - 0: The maximum resident set size (KB) = 3237428 + 0: The total amount of wall time = 532.357312 + 0: The maximum resident set size (KB) = 3230604 Test 017 cpld_debug_p8_intel PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/cpld_debug_noaero_p8_intel -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/cpld_debug_noaero_p8_intel +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/cpld_debug_noaero_p8_intel +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/cpld_debug_noaero_p8_intel Checking test 018 cpld_debug_noaero_p8_intel results .... Comparing sfcf003.tile1.nc .........OK Comparing sfcf003.tile2.nc .........OK @@ -1208,14 +1209,14 @@ Checking test 018 cpld_debug_noaero_p8_intel results .... Comparing 20210322.090000.out_pnt.ww3 .........OK Comparing 20210322.090000.out_grd.ww3 .........OK - 0: The total amount of wall time = 354.901322 - 0: The maximum resident set size (KB) = 1731356 + 0: The total amount of wall time = 362.836044 + 0: The maximum resident set size (KB) = 1708384 Test 018 cpld_debug_noaero_p8_intel PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/cpld_control_noaero_p8_agrid_intel -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/cpld_control_noaero_p8_agrid_intel +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/cpld_control_noaero_p8_agrid_intel +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/cpld_control_noaero_p8_agrid_intel Checking test 019 cpld_control_noaero_p8_agrid_intel results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -1277,14 +1278,14 @@ Checking test 019 cpld_control_noaero_p8_agrid_intel results .... Comparing RESTART/iced.2021-03-23-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK - 0: The total amount of wall time = 268.005591 - 0: The maximum resident set size (KB) = 1764176 + 0: The total amount of wall time = 273.243122 + 0: The maximum resident set size (KB) = 1717068 Test 019 cpld_control_noaero_p8_agrid_intel PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/cpld_control_c48_intel -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/cpld_control_c48_intel +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/cpld_control_c48_intel +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/cpld_control_c48_intel Checking test 020 cpld_control_c48_intel results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -1334,129 +1335,15 @@ Checking test 020 cpld_control_c48_intel results .... Comparing RESTART/iced.2021-03-23-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK - 0: The total amount of wall time = 581.832638 - 0: The maximum resident set size (KB) = 2803508 + 0: The total amount of wall time = 574.873080 + 0: The maximum resident set size (KB) = 2800516 Test 020 cpld_control_c48_intel PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/cpld_warmstart_c48_intel -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/cpld_warmstart_c48_intel -Checking test 021 cpld_warmstart_c48_intel results .... - Comparing sfcf006.tile1.nc .........OK - Comparing sfcf006.tile2.nc .........OK - Comparing sfcf006.tile3.nc .........OK - Comparing sfcf006.tile4.nc .........OK - Comparing sfcf006.tile5.nc .........OK - Comparing sfcf006.tile6.nc .........OK - Comparing atmf006.tile1.nc .........OK - Comparing atmf006.tile2.nc .........OK - Comparing atmf006.tile3.nc .........OK - Comparing atmf006.tile4.nc .........OK - Comparing atmf006.tile5.nc .........OK - Comparing atmf006.tile6.nc .........OK - Comparing RESTART/20210323.120000.coupler.res .........OK - Comparing RESTART/20210323.120000.fv_core.res.nc .........OK - Comparing RESTART/20210323.120000.fv_core.res.tile1.nc .........OK - Comparing RESTART/20210323.120000.fv_core.res.tile2.nc .........OK - Comparing RESTART/20210323.120000.fv_core.res.tile3.nc .........OK - Comparing RESTART/20210323.120000.fv_core.res.tile4.nc .........OK - Comparing RESTART/20210323.120000.fv_core.res.tile5.nc .........OK - Comparing RESTART/20210323.120000.fv_core.res.tile6.nc .........OK - Comparing RESTART/20210323.120000.fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/20210323.120000.fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/20210323.120000.fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/20210323.120000.fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/20210323.120000.fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/20210323.120000.fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/20210323.120000.fv_tracer.res.tile1.nc .........OK - Comparing RESTART/20210323.120000.fv_tracer.res.tile2.nc .........OK - Comparing RESTART/20210323.120000.fv_tracer.res.tile3.nc .........OK - Comparing RESTART/20210323.120000.fv_tracer.res.tile4.nc .........OK - Comparing RESTART/20210323.120000.fv_tracer.res.tile5.nc .........OK - Comparing RESTART/20210323.120000.fv_tracer.res.tile6.nc .........OK - Comparing RESTART/20210323.120000.phy_data.tile1.nc .........OK - Comparing RESTART/20210323.120000.phy_data.tile2.nc .........OK - Comparing RESTART/20210323.120000.phy_data.tile3.nc .........OK - Comparing RESTART/20210323.120000.phy_data.tile4.nc .........OK - Comparing RESTART/20210323.120000.phy_data.tile5.nc .........OK - Comparing RESTART/20210323.120000.phy_data.tile6.nc .........OK - Comparing RESTART/20210323.120000.sfc_data.tile1.nc .........OK - Comparing RESTART/20210323.120000.sfc_data.tile2.nc .........OK - Comparing RESTART/20210323.120000.sfc_data.tile3.nc .........OK - Comparing RESTART/20210323.120000.sfc_data.tile4.nc .........OK - Comparing RESTART/20210323.120000.sfc_data.tile5.nc .........OK - Comparing RESTART/20210323.120000.sfc_data.tile6.nc .........OK - Comparing RESTART/20210323.120000.MOM.res.nc .........OK - Comparing RESTART/iced.2021-03-23-43200.nc .........OK - Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-43200.nc .........OK - - 0: The total amount of wall time = 154.531760 - 0: The maximum resident set size (KB) = 2795284 - -Test 021 cpld_warmstart_c48_intel PASS - - -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/cpld_warmstart_c48_intel -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/cpld_restart_c48_intel -Checking test 022 cpld_restart_c48_intel results .... - Comparing sfcf006.tile1.nc .........OK - Comparing sfcf006.tile2.nc .........OK - Comparing sfcf006.tile3.nc .........OK - Comparing sfcf006.tile4.nc .........OK - Comparing sfcf006.tile5.nc .........OK - Comparing sfcf006.tile6.nc .........OK - Comparing atmf006.tile1.nc .........OK - Comparing atmf006.tile2.nc .........OK - Comparing atmf006.tile3.nc .........OK - Comparing atmf006.tile4.nc .........OK - Comparing atmf006.tile5.nc .........OK - Comparing atmf006.tile6.nc .........OK - Comparing RESTART/20210323.120000.coupler.res .........OK - Comparing RESTART/20210323.120000.fv_core.res.nc .........OK - Comparing RESTART/20210323.120000.fv_core.res.tile1.nc .........OK - Comparing RESTART/20210323.120000.fv_core.res.tile2.nc .........OK - Comparing RESTART/20210323.120000.fv_core.res.tile3.nc .........OK - Comparing RESTART/20210323.120000.fv_core.res.tile4.nc .........OK - Comparing RESTART/20210323.120000.fv_core.res.tile5.nc .........OK - Comparing RESTART/20210323.120000.fv_core.res.tile6.nc .........OK - Comparing RESTART/20210323.120000.fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/20210323.120000.fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/20210323.120000.fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/20210323.120000.fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/20210323.120000.fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/20210323.120000.fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/20210323.120000.fv_tracer.res.tile1.nc .........OK - Comparing RESTART/20210323.120000.fv_tracer.res.tile2.nc .........OK - Comparing RESTART/20210323.120000.fv_tracer.res.tile3.nc .........OK - Comparing RESTART/20210323.120000.fv_tracer.res.tile4.nc .........OK - Comparing RESTART/20210323.120000.fv_tracer.res.tile5.nc .........OK - Comparing RESTART/20210323.120000.fv_tracer.res.tile6.nc .........OK - Comparing RESTART/20210323.120000.phy_data.tile1.nc .........OK - Comparing RESTART/20210323.120000.phy_data.tile2.nc .........OK - Comparing RESTART/20210323.120000.phy_data.tile3.nc .........OK - Comparing RESTART/20210323.120000.phy_data.tile4.nc .........OK - Comparing RESTART/20210323.120000.phy_data.tile5.nc .........OK - Comparing RESTART/20210323.120000.phy_data.tile6.nc .........OK - Comparing RESTART/20210323.120000.sfc_data.tile1.nc .........OK - Comparing RESTART/20210323.120000.sfc_data.tile2.nc .........OK - Comparing RESTART/20210323.120000.sfc_data.tile3.nc .........OK - Comparing RESTART/20210323.120000.sfc_data.tile4.nc .........OK - Comparing RESTART/20210323.120000.sfc_data.tile5.nc .........OK - Comparing RESTART/20210323.120000.sfc_data.tile6.nc .........OK - Comparing RESTART/20210323.120000.MOM.res.nc .........OK - Comparing RESTART/iced.2021-03-23-43200.nc .........OK - Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-43200.nc .........OK - - 0: The total amount of wall time = 81.334364 - 0: The maximum resident set size (KB) = 2239336 - -Test 022 cpld_restart_c48_intel PASS - - -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/cpld_control_p8_faster_intel -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/cpld_control_p8_faster_intel -Checking test 023 cpld_control_p8_faster_intel results .... +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/cpld_control_p8_faster_intel +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/cpld_control_p8_faster_intel +Checking test 021 cpld_control_p8_faster_intel results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK Comparing sfcf021.tile3.nc .........OK @@ -1520,15 +1407,15 @@ Checking test 023 cpld_control_p8_faster_intel results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 318.493021 - 0: The maximum resident set size (KB) = 3172296 + 0: The total amount of wall time = 323.305300 + 0: The maximum resident set size (KB) = 3169940 -Test 023 cpld_control_p8_faster_intel PASS +Test 021 cpld_control_p8_faster_intel PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/cpld_control_pdlib_p8_intel -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/cpld_control_pdlib_p8_intel -Checking test 024 cpld_control_pdlib_p8_intel results .... +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/cpld_control_pdlib_p8_intel +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/cpld_control_pdlib_p8_intel +Checking test 022 cpld_control_pdlib_p8_intel results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK Comparing sfcf021.tile3.nc .........OK @@ -1591,15 +1478,15 @@ Checking test 024 cpld_control_pdlib_p8_intel results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 1185.949917 - 0: The maximum resident set size (KB) = 1753040 + 0: The total amount of wall time = 1198.698265 + 0: The maximum resident set size (KB) = 1734368 -Test 024 cpld_control_pdlib_p8_intel PASS +Test 022 cpld_control_pdlib_p8_intel PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/cpld_control_pdlib_p8_intel -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/cpld_restart_pdlib_p8_intel -Checking test 025 cpld_restart_pdlib_p8_intel results .... +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/cpld_control_pdlib_p8_intel +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/cpld_restart_pdlib_p8_intel +Checking test 023 cpld_restart_pdlib_p8_intel results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK Comparing sfcf024.tile3.nc .........OK @@ -1650,15 +1537,15 @@ Checking test 025 cpld_restart_pdlib_p8_intel results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 563.180809 - 0: The maximum resident set size (KB) = 1034056 + 0: The total amount of wall time = 572.772733 + 0: The maximum resident set size (KB) = 1024120 -Test 025 cpld_restart_pdlib_p8_intel PASS +Test 023 cpld_restart_pdlib_p8_intel PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/cpld_control_pdlib_p8_intel -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/cpld_mpi_pdlib_p8_intel -Checking test 026 cpld_mpi_pdlib_p8_intel results .... +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/cpld_control_pdlib_p8_intel +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/cpld_mpi_pdlib_p8_intel +Checking test 024 cpld_mpi_pdlib_p8_intel results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK Comparing sfcf021.tile3.nc .........OK @@ -1721,15 +1608,15 @@ Checking test 026 cpld_mpi_pdlib_p8_intel results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 1070.025142 - 0: The maximum resident set size (KB) = 1652448 + 0: The total amount of wall time = 1078.241751 + 0: The maximum resident set size (KB) = 1642036 -Test 026 cpld_mpi_pdlib_p8_intel PASS +Test 024 cpld_mpi_pdlib_p8_intel PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/cpld_debug_pdlib_p8_intel -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/cpld_debug_pdlib_p8_intel -Checking test 027 cpld_debug_pdlib_p8_intel results .... +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/cpld_debug_pdlib_p8_intel +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/cpld_debug_pdlib_p8_intel +Checking test 025 cpld_debug_pdlib_p8_intel results .... Comparing sfcf003.tile1.nc .........OK Comparing sfcf003.tile2.nc .........OK Comparing sfcf003.tile3.nc .........OK @@ -1780,15 +1667,15 @@ Checking test 027 cpld_debug_pdlib_p8_intel results .... Comparing 20210322.090000.out_pnt.ww3 .........OK Comparing 20210322.090000.out_grd.ww3 .........OK - 0: The total amount of wall time = 1402.210051 - 0: The maximum resident set size (KB) = 1697768 + 0: The total amount of wall time = 1384.052770 + 0: The maximum resident set size (KB) = 1692456 -Test 027 cpld_debug_pdlib_p8_intel PASS +Test 025 cpld_debug_pdlib_p8_intel PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/control_flake_intel -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/control_flake_intel -Checking test 028 control_flake_intel results .... +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/control_flake_intel +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/control_flake_intel +Checking test 026 control_flake_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -1798,15 +1685,15 @@ Checking test 028 control_flake_intel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 187.738929 - 0: The maximum resident set size (KB) = 676196 + 0: The total amount of wall time = 186.904233 + 0: The maximum resident set size (KB) = 661604 -Test 028 control_flake_intel PASS +Test 026 control_flake_intel PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/control_CubedSphereGrid_intel -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/control_CubedSphereGrid_intel -Checking test 029 control_CubedSphereGrid_intel results .... +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/control_CubedSphereGrid_intel +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/control_CubedSphereGrid_intel +Checking test 027 control_CubedSphereGrid_intel results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK Comparing sfcf000.tile3.nc .........OK @@ -1832,29 +1719,29 @@ Checking test 029 control_CubedSphereGrid_intel results .... Comparing atmf024.tile5.nc .........OK Comparing atmf024.tile6.nc .........OK - 0: The total amount of wall time = 129.334442 - 0: The maximum resident set size (KB) = 625492 + 0: The total amount of wall time = 129.761667 + 0: The maximum resident set size (KB) = 624568 -Test 029 control_CubedSphereGrid_intel PASS +Test 027 control_CubedSphereGrid_intel PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/control_CubedSphereGrid_parallel_intel -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/control_CubedSphereGrid_parallel_intel -Checking test 030 control_CubedSphereGrid_parallel_intel results .... - Comparing sfcf000.nc ............ALT CHECK......OK +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/control_CubedSphereGrid_parallel_intel +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/control_CubedSphereGrid_parallel_intel +Checking test 028 control_CubedSphereGrid_parallel_intel results .... + Comparing sfcf000.nc .........OK Comparing sfcf024.nc ............ALT CHECK......OK Comparing atmf000.nc .........OK - Comparing atmf024.nc .........OK + Comparing atmf024.nc ............ALT CHECK......OK - 0: The total amount of wall time = 129.043653 - 0: The maximum resident set size (KB) = 624896 + 0: The total amount of wall time = 127.424205 + 0: The maximum resident set size (KB) = 626448 -Test 030 control_CubedSphereGrid_parallel_intel PASS +Test 028 control_CubedSphereGrid_parallel_intel PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/control_latlon_intel -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/control_latlon_intel -Checking test 031 control_latlon_intel results .... +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/control_latlon_intel +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/control_latlon_intel +Checking test 029 control_latlon_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -1864,15 +1751,15 @@ Checking test 031 control_latlon_intel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 132.322193 - 0: The maximum resident set size (KB) = 623928 + 0: The total amount of wall time = 133.437214 + 0: The maximum resident set size (KB) = 628320 -Test 031 control_latlon_intel PASS +Test 029 control_latlon_intel PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/control_wrtGauss_netcdf_parallel_intel -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/control_wrtGauss_netcdf_parallel_intel -Checking test 032 control_wrtGauss_netcdf_parallel_intel results .... +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/control_wrtGauss_netcdf_parallel_intel +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/control_wrtGauss_netcdf_parallel_intel +Checking test 030 control_wrtGauss_netcdf_parallel_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -1882,15 +1769,15 @@ Checking test 032 control_wrtGauss_netcdf_parallel_intel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 135.123833 - 0: The maximum resident set size (KB) = 635076 + 0: The total amount of wall time = 136.644760 + 0: The maximum resident set size (KB) = 596532 -Test 032 control_wrtGauss_netcdf_parallel_intel PASS +Test 030 control_wrtGauss_netcdf_parallel_intel PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/control_c48_intel -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/control_c48_intel -Checking test 033 control_c48_intel results .... +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/control_c48_intel +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/control_c48_intel +Checking test 031 control_c48_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -1928,15 +1815,15 @@ Checking test 033 control_c48_intel results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -0: The total amount of wall time = 366.182250 -0: The maximum resident set size (KB) = 823752 +0: The total amount of wall time = 366.266823 +0: The maximum resident set size (KB) = 820672 -Test 033 control_c48_intel PASS +Test 031 control_c48_intel PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/control_c192_intel -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/control_c192_intel -Checking test 034 control_c192_intel results .... +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/control_c192_intel +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/control_c192_intel +Checking test 032 control_c192_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -1946,15 +1833,15 @@ Checking test 034 control_c192_intel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 522.161059 - 0: The maximum resident set size (KB) = 765080 + 0: The total amount of wall time = 525.612132 + 0: The maximum resident set size (KB) = 743840 -Test 034 control_c192_intel PASS +Test 032 control_c192_intel PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/control_c384_intel -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/control_c384_intel -Checking test 035 control_c384_intel results .... +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/control_c384_intel +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/control_c384_intel +Checking test 033 control_c384_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK Comparing atmf000.nc .........OK @@ -1964,15 +1851,15 @@ Checking test 035 control_c384_intel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 524.552562 - 0: The maximum resident set size (KB) = 1267764 + 0: The total amount of wall time = 520.746204 + 0: The maximum resident set size (KB) = 1254636 -Test 035 control_c384_intel PASS +Test 033 control_c384_intel PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/control_c384gdas_intel -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/control_c384gdas_intel -Checking test 036 control_c384gdas_intel results .... +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/control_c384gdas_intel +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/control_c384gdas_intel +Checking test 034 control_c384gdas_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf006.nc .........OK Comparing atmf000.nc .........OK @@ -2014,15 +1901,15 @@ Checking test 036 control_c384gdas_intel results .... Comparing RESTART/20210322.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210322.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 452.150004 - 0: The maximum resident set size (KB) = 1379756 + 0: The total amount of wall time = 456.825243 + 0: The maximum resident set size (KB) = 1380352 -Test 036 control_c384gdas_intel PASS +Test 034 control_c384gdas_intel PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/control_stochy_intel -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/control_stochy_intel -Checking test 037 control_stochy_intel results .... +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/control_stochy_intel +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/control_stochy_intel +Checking test 035 control_stochy_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK Comparing atmf000.nc .........OK @@ -2032,29 +1919,29 @@ Checking test 037 control_stochy_intel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 87.634196 - 0: The maximum resident set size (KB) = 632440 + 0: The total amount of wall time = 88.698584 + 0: The maximum resident set size (KB) = 632612 -Test 037 control_stochy_intel PASS +Test 035 control_stochy_intel PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/control_stochy_intel -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/control_stochy_restart_intel -Checking test 038 control_stochy_restart_intel results .... +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/control_stochy_intel +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/control_stochy_restart_intel +Checking test 036 control_stochy_restart_intel results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK Comparing GFSFLX.GrbF12 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 47.613287 - 0: The maximum resident set size (KB) = 477576 + 0: The total amount of wall time = 48.004053 + 0: The maximum resident set size (KB) = 484460 -Test 038 control_stochy_restart_intel PASS +Test 036 control_stochy_restart_intel PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/control_lndp_intel -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/control_lndp_intel -Checking test 039 control_lndp_intel results .... +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/control_lndp_intel +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/control_lndp_intel +Checking test 037 control_lndp_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK Comparing atmf000.nc .........OK @@ -2064,15 +1951,15 @@ Checking test 039 control_lndp_intel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 82.774335 - 0: The maximum resident set size (KB) = 636056 + 0: The total amount of wall time = 81.936004 + 0: The maximum resident set size (KB) = 625020 -Test 039 control_lndp_intel PASS +Test 037 control_lndp_intel PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/control_iovr4_intel -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/control_iovr4_intel -Checking test 040 control_iovr4_intel results .... +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/control_iovr4_intel +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/control_iovr4_intel +Checking test 038 control_iovr4_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -2086,15 +1973,15 @@ Checking test 040 control_iovr4_intel results .... Comparing GFSPRS.GrbF21 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 136.281304 - 0: The maximum resident set size (KB) = 624496 + 0: The total amount of wall time = 135.706163 + 0: The maximum resident set size (KB) = 621344 -Test 040 control_iovr4_intel PASS +Test 038 control_iovr4_intel PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/control_iovr5_intel -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/control_iovr5_intel -Checking test 041 control_iovr5_intel results .... +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/control_iovr5_intel +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/control_iovr5_intel +Checking test 039 control_iovr5_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -2108,15 +1995,15 @@ Checking test 041 control_iovr5_intel results .... Comparing GFSPRS.GrbF21 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 139.086984 - 0: The maximum resident set size (KB) = 622048 + 0: The total amount of wall time = 135.210864 + 0: The maximum resident set size (KB) = 624020 -Test 041 control_iovr5_intel PASS +Test 039 control_iovr5_intel PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/control_p8_intel -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/control_p8_intel -Checking test 042 control_p8_intel results .... +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/control_p8_intel +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/control_p8_intel +Checking test 040 control_p8_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -2162,15 +2049,15 @@ Checking test 042 control_p8_intel results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 167.389924 - 0: The maximum resident set size (KB) = 1592348 + 0: The total amount of wall time = 166.356160 + 0: The maximum resident set size (KB) = 1610596 -Test 042 control_p8_intel PASS +Test 040 control_p8_intel PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/control_p8_intel -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/control_restart_p8_intel -Checking test 043 control_restart_p8_intel results .... +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/control_p8_intel +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/control_restart_p8_intel +Checking test 041 control_restart_p8_intel results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK Comparing GFSFLX.GrbF24 .........OK @@ -2208,15 +2095,15 @@ Checking test 043 control_restart_p8_intel results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 88.136829 - 0: The maximum resident set size (KB) = 873708 + 0: The total amount of wall time = 88.443090 + 0: The maximum resident set size (KB) = 872692 -Test 043 control_restart_p8_intel PASS +Test 041 control_restart_p8_intel PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/control_p8_intel -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/control_qr_p8_intel -Checking test 044 control_qr_p8_intel results .... +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/control_p8_intel +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/control_qr_p8_intel +Checking test 042 control_qr_p8_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -2262,15 +2149,15 @@ Checking test 044 control_qr_p8_intel results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc ............ALT CHECK......OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc ............ALT CHECK......OK - 0: The total amount of wall time = 165.962959 - 0: The maximum resident set size (KB) = 1605760 + 0: The total amount of wall time = 168.514108 + 0: The maximum resident set size (KB) = 1598536 -Test 044 control_qr_p8_intel PASS +Test 042 control_qr_p8_intel PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/control_p8_intel -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/control_restart_qr_p8_intel -Checking test 045 control_restart_qr_p8_intel results .... +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/control_p8_intel +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/control_restart_qr_p8_intel +Checking test 043 control_restart_qr_p8_intel results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK Comparing GFSFLX.GrbF24 .........OK @@ -2308,15 +2195,15 @@ Checking test 045 control_restart_qr_p8_intel results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc ............ALT CHECK......OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc ............ALT CHECK......OK - 0: The total amount of wall time = 90.252111 - 0: The maximum resident set size (KB) = 865444 + 0: The total amount of wall time = 90.941657 + 0: The maximum resident set size (KB) = 857872 -Test 045 control_restart_qr_p8_intel PASS +Test 043 control_restart_qr_p8_intel PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/control_p8_intel -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/control_decomp_p8_intel -Checking test 046 control_decomp_p8_intel results .... +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/control_p8_intel +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/control_decomp_p8_intel +Checking test 044 control_decomp_p8_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -2358,15 +2245,15 @@ Checking test 046 control_decomp_p8_intel results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 171.777324 - 0: The maximum resident set size (KB) = 1587924 + 0: The total amount of wall time = 173.680968 + 0: The maximum resident set size (KB) = 1580924 -Test 046 control_decomp_p8_intel PASS +Test 044 control_decomp_p8_intel PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/control_p8_intel -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/control_2threads_p8_intel -Checking test 047 control_2threads_p8_intel results .... +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/control_p8_intel +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/control_2threads_p8_intel +Checking test 045 control_2threads_p8_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -2408,15 +2295,15 @@ Checking test 047 control_2threads_p8_intel results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 155.165671 - 0: The maximum resident set size (KB) = 1686924 + 0: The total amount of wall time = 156.542717 + 0: The maximum resident set size (KB) = 1675772 -Test 047 control_2threads_p8_intel PASS +Test 045 control_2threads_p8_intel PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/control_p8_lndp_intel -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/control_p8_lndp_intel -Checking test 048 control_p8_lndp_intel results .... +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/control_p8_lndp_intel +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/control_p8_lndp_intel +Checking test 046 control_p8_lndp_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -2434,15 +2321,15 @@ Checking test 048 control_p8_lndp_intel results .... Comparing GFSPRS.GrbF24 .........OK Comparing GFSPRS.GrbF48 .........OK - 0: The total amount of wall time = 310.181607 - 0: The maximum resident set size (KB) = 1610524 + 0: The total amount of wall time = 319.027635 + 0: The maximum resident set size (KB) = 1593448 -Test 048 control_p8_lndp_intel PASS +Test 046 control_p8_lndp_intel PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/control_p8_rrtmgp_intel -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/control_p8_rrtmgp_intel -Checking test 049 control_p8_rrtmgp_intel results .... +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/control_p8_rrtmgp_intel +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/control_p8_rrtmgp_intel +Checking test 047 control_p8_rrtmgp_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -2488,15 +2375,15 @@ Checking test 049 control_p8_rrtmgp_intel results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 221.464766 - 0: The maximum resident set size (KB) = 1673968 + 0: The total amount of wall time = 225.969853 + 0: The maximum resident set size (KB) = 1658536 -Test 049 control_p8_rrtmgp_intel PASS +Test 047 control_p8_rrtmgp_intel PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/control_p8_mynn_intel -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/control_p8_mynn_intel -Checking test 050 control_p8_mynn_intel results .... +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/control_p8_mynn_intel +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/control_p8_mynn_intel +Checking test 048 control_p8_mynn_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -2542,15 +2429,15 @@ Checking test 050 control_p8_mynn_intel results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 169.167196 - 0: The maximum resident set size (KB) = 1612652 + 0: The total amount of wall time = 172.492948 + 0: The maximum resident set size (KB) = 1587148 -Test 050 control_p8_mynn_intel PASS +Test 048 control_p8_mynn_intel PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/merra2_thompson_intel -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/merra2_thompson_intel -Checking test 051 merra2_thompson_intel results .... +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/merra2_thompson_intel +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/merra2_thompson_intel +Checking test 049 merra2_thompson_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -2596,15 +2483,15 @@ Checking test 051 merra2_thompson_intel results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 188.137710 - 0: The maximum resident set size (KB) = 1614836 + 0: The total amount of wall time = 191.338408 + 0: The maximum resident set size (KB) = 1572344 -Test 051 merra2_thompson_intel PASS +Test 049 merra2_thompson_intel PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/regional_control_intel -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/regional_control_intel -Checking test 052 regional_control_intel results .... +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/regional_control_intel +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/regional_control_intel +Checking test 050 regional_control_intel results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK Comparing phyf000.nc .........OK @@ -2614,29 +2501,29 @@ Checking test 052 regional_control_intel results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 291.460427 - 0: The maximum resident set size (KB) = 869512 + 0: The total amount of wall time = 295.665207 + 0: The maximum resident set size (KB) = 845160 -Test 052 regional_control_intel PASS +Test 050 regional_control_intel PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/regional_control_intel -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/regional_restart_intel -Checking test 053 regional_restart_intel results .... +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/regional_control_intel +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/regional_restart_intel +Checking test 051 regional_restart_intel results .... Comparing dynf006.nc .........OK Comparing phyf006.nc .........OK Comparing PRSLEV.GrbF06 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 147.111772 - 0: The maximum resident set size (KB) = 862536 + 0: The total amount of wall time = 149.411148 + 0: The maximum resident set size (KB) = 834972 -Test 053 regional_restart_intel PASS +Test 051 regional_restart_intel PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/regional_control_intel -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/regional_control_qr_intel -Checking test 054 regional_control_qr_intel results .... +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/regional_control_intel +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/regional_control_qr_intel +Checking test 052 regional_control_qr_intel results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK Comparing phyf000.nc .........OK @@ -2646,29 +2533,29 @@ Checking test 054 regional_control_qr_intel results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 290.461420 - 0: The maximum resident set size (KB) = 864800 + 0: The total amount of wall time = 296.792449 + 0: The maximum resident set size (KB) = 865320 -Test 054 regional_control_qr_intel PASS +Test 052 regional_control_qr_intel PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/regional_control_intel -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/regional_restart_qr_intel -Checking test 055 regional_restart_qr_intel results .... +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/regional_control_intel +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/regional_restart_qr_intel +Checking test 053 regional_restart_qr_intel results .... Comparing dynf006.nc .........OK Comparing phyf006.nc .........OK Comparing PRSLEV.GrbF06 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 149.394495 - 0: The maximum resident set size (KB) = 864032 + 0: The total amount of wall time = 148.222999 + 0: The maximum resident set size (KB) = 858508 -Test 055 regional_restart_qr_intel PASS +Test 053 regional_restart_qr_intel PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/regional_control_intel -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/regional_decomp_intel -Checking test 056 regional_decomp_intel results .... +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/regional_control_intel +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/regional_decomp_intel +Checking test 054 regional_decomp_intel results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK Comparing phyf000.nc .........OK @@ -2678,15 +2565,15 @@ Checking test 056 regional_decomp_intel results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 305.157642 - 0: The maximum resident set size (KB) = 862960 + 0: The total amount of wall time = 304.365083 + 0: The maximum resident set size (KB) = 861424 -Test 056 regional_decomp_intel PASS +Test 054 regional_decomp_intel PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/regional_control_intel -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/regional_2threads_intel -Checking test 057 regional_2threads_intel results .... +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/regional_control_intel +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/regional_2threads_intel +Checking test 055 regional_2threads_intel results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK Comparing phyf000.nc .........OK @@ -2696,44 +2583,44 @@ Checking test 057 regional_2threads_intel results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 173.978566 - 0: The maximum resident set size (KB) = 846344 + 0: The total amount of wall time = 178.795335 + 0: The maximum resident set size (KB) = 845648 -Test 057 regional_2threads_intel PASS +Test 055 regional_2threads_intel PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/regional_noquilt_intel -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/regional_noquilt_intel -Checking test 058 regional_noquilt_intel results .... +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/regional_noquilt_intel +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/regional_noquilt_intel +Checking test 056 regional_noquilt_intel results .... Comparing atmos_4xdaily.nc .........OK Comparing fv3_history2d.nc .........OK Comparing fv3_history.nc .........OK Comparing RESTART/fv_core.res.tile1_new.nc .........OK Comparing RESTART/fv_tracer.res.tile1_new.nc .........OK - 0: The total amount of wall time = 288.813520 - 0: The maximum resident set size (KB) = 857132 + 0: The total amount of wall time = 292.422296 + 0: The maximum resident set size (KB) = 853480 -Test 058 regional_noquilt_intel PASS +Test 056 regional_noquilt_intel PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/regional_netcdf_parallel_intel -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/regional_netcdf_parallel_intel -Checking test 059 regional_netcdf_parallel_intel results .... +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/regional_netcdf_parallel_intel +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/regional_netcdf_parallel_intel +Checking test 057 regional_netcdf_parallel_intel results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK Comparing phyf000.nc .........OK Comparing phyf006.nc .........OK - 0: The total amount of wall time = 285.330144 - 0: The maximum resident set size (KB) = 865020 + 0: The total amount of wall time = 292.209049 + 0: The maximum resident set size (KB) = 860884 -Test 059 regional_netcdf_parallel_intel PASS +Test 057 regional_netcdf_parallel_intel PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/regional_control_intel -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/regional_2dwrtdecomp_intel -Checking test 060 regional_2dwrtdecomp_intel results .... +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/regional_control_intel +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/regional_2dwrtdecomp_intel +Checking test 058 regional_2dwrtdecomp_intel results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK Comparing phyf000.nc .........OK @@ -2743,15 +2630,15 @@ Checking test 060 regional_2dwrtdecomp_intel results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 290.350188 - 0: The maximum resident set size (KB) = 866620 + 0: The total amount of wall time = 295.294579 + 0: The maximum resident set size (KB) = 836588 -Test 060 regional_2dwrtdecomp_intel PASS +Test 058 regional_2dwrtdecomp_intel PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/fv3_regional_wofs_intel -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/regional_wofs_intel -Checking test 061 regional_wofs_intel results .... +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/fv3_regional_wofs_intel +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/regional_wofs_intel +Checking test 059 regional_wofs_intel results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK Comparing phyf000.nc .........OK @@ -2761,15 +2648,15 @@ Checking test 061 regional_wofs_intel results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 370.711647 - 0: The maximum resident set size (KB) = 627592 + 0: The total amount of wall time = 373.105005 + 0: The maximum resident set size (KB) = 591416 -Test 061 regional_wofs_intel PASS +Test 059 regional_wofs_intel PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/rap_control_intel -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/rap_control_intel -Checking test 062 rap_control_intel results .... +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/rap_control_intel +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/rap_control_intel +Checking test 060 rap_control_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -2815,15 +2702,15 @@ Checking test 062 rap_control_intel results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 446.274327 - 0: The maximum resident set size (KB) = 1057816 + 0: The total amount of wall time = 446.757285 + 0: The maximum resident set size (KB) = 1053576 -Test 062 rap_control_intel PASS +Test 060 rap_control_intel PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/regional_spp_sppt_shum_skeb_intel -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/regional_spp_sppt_shum_skeb_intel -Checking test 063 regional_spp_sppt_shum_skeb_intel results .... +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/regional_spp_sppt_shum_skeb_intel +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/regional_spp_sppt_shum_skeb_intel +Checking test 061 regional_spp_sppt_shum_skeb_intel results .... Comparing dynf000.nc .........OK Comparing dynf001.nc .........OK Comparing phyf000.nc .........OK @@ -2833,15 +2720,15 @@ Checking test 063 regional_spp_sppt_shum_skeb_intel results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF01 .........OK - 0: The total amount of wall time = 227.224123 - 0: The maximum resident set size (KB) = 1191284 + 0: The total amount of wall time = 234.972998 + 0: The maximum resident set size (KB) = 1173592 -Test 063 regional_spp_sppt_shum_skeb_intel PASS +Test 061 regional_spp_sppt_shum_skeb_intel PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/rap_control_intel -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/rap_decomp_intel -Checking test 064 rap_decomp_intel results .... +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/rap_control_intel +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/rap_decomp_intel +Checking test 062 rap_decomp_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -2887,15 +2774,15 @@ Checking test 064 rap_decomp_intel results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 461.622050 - 0: The maximum resident set size (KB) = 1007224 + 0: The total amount of wall time = 463.141136 + 0: The maximum resident set size (KB) = 994488 -Test 064 rap_decomp_intel PASS +Test 062 rap_decomp_intel PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/rap_control_intel -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/rap_2threads_intel -Checking test 065 rap_2threads_intel results .... +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/rap_control_intel +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/rap_2threads_intel +Checking test 063 rap_2threads_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -2941,15 +2828,15 @@ Checking test 065 rap_2threads_intel results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 415.247748 - 0: The maximum resident set size (KB) = 1140308 + 0: The total amount of wall time = 419.229738 + 0: The maximum resident set size (KB) = 1101304 -Test 065 rap_2threads_intel PASS +Test 063 rap_2threads_intel PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/rap_control_intel -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/rap_restart_intel -Checking test 066 rap_restart_intel results .... +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/rap_control_intel +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/rap_restart_intel +Checking test 064 rap_restart_intel results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK Comparing GFSFLX.GrbF24 .........OK @@ -2987,15 +2874,15 @@ Checking test 066 rap_restart_intel results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 227.307642 - 0: The maximum resident set size (KB) = 957112 + 0: The total amount of wall time = 226.523726 + 0: The maximum resident set size (KB) = 954976 -Test 066 rap_restart_intel PASS +Test 064 rap_restart_intel PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/rap_sfcdiff_intel -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/rap_sfcdiff_intel -Checking test 067 rap_sfcdiff_intel results .... +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/rap_sfcdiff_intel +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/rap_sfcdiff_intel +Checking test 065 rap_sfcdiff_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -3041,15 +2928,15 @@ Checking test 067 rap_sfcdiff_intel results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 445.692988 - 0: The maximum resident set size (KB) = 1056300 + 0: The total amount of wall time = 446.775436 + 0: The maximum resident set size (KB) = 1064260 -Test 067 rap_sfcdiff_intel PASS +Test 065 rap_sfcdiff_intel PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/rap_sfcdiff_intel -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/rap_sfcdiff_decomp_intel -Checking test 068 rap_sfcdiff_decomp_intel results .... +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/rap_sfcdiff_intel +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/rap_sfcdiff_decomp_intel +Checking test 066 rap_sfcdiff_decomp_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -3095,15 +2982,15 @@ Checking test 068 rap_sfcdiff_decomp_intel results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 470.339053 - 0: The maximum resident set size (KB) = 1000392 + 0: The total amount of wall time = 469.479358 + 0: The maximum resident set size (KB) = 991900 -Test 068 rap_sfcdiff_decomp_intel PASS +Test 066 rap_sfcdiff_decomp_intel PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/rap_sfcdiff_intel -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/rap_sfcdiff_restart_intel -Checking test 069 rap_sfcdiff_restart_intel results .... +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/rap_sfcdiff_intel +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/rap_sfcdiff_restart_intel +Checking test 067 rap_sfcdiff_restart_intel results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK Comparing GFSFLX.GrbF12 .........OK @@ -3141,69 +3028,15 @@ Checking test 069 rap_sfcdiff_restart_intel results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 331.326486 - 0: The maximum resident set size (KB) = 992124 - -Test 069 rap_sfcdiff_restart_intel PASS - - -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/hrrr_control_intel -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/hrrr_control_intel -Checking test 070 hrrr_control_intel 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 ............ALT CHECK......OK - Comparing RESTART/20210322.120000.fv_core.res.tile2.nc ............ALT CHECK......OK - Comparing RESTART/20210322.120000.fv_core.res.tile3.nc ............ALT CHECK......OK - Comparing RESTART/20210322.120000.fv_core.res.tile4.nc ............ALT CHECK......OK - Comparing RESTART/20210322.120000.fv_core.res.tile5.nc ............ALT CHECK......OK - Comparing RESTART/20210322.120000.fv_core.res.tile6.nc ............ALT CHECK......OK - Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile1.nc ............ALT CHECK......OK - Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile2.nc ............ALT CHECK......OK - Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile3.nc ............ALT CHECK......OK - Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile4.nc ............ALT CHECK......OK - Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile5.nc ............ALT CHECK......OK - Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile6.nc ............ALT CHECK......OK - Comparing RESTART/20210322.120000.fv_tracer.res.tile1.nc ............ALT CHECK......OK - Comparing RESTART/20210322.120000.fv_tracer.res.tile2.nc ............ALT CHECK......OK - Comparing RESTART/20210322.120000.fv_tracer.res.tile3.nc ............ALT CHECK......OK - Comparing RESTART/20210322.120000.fv_tracer.res.tile4.nc ............ALT CHECK......OK - Comparing RESTART/20210322.120000.fv_tracer.res.tile5.nc ............ALT CHECK......OK - Comparing RESTART/20210322.120000.fv_tracer.res.tile6.nc ............ALT CHECK......OK - Comparing RESTART/20210322.120000.phy_data.tile1.nc ............ALT CHECK......OK - Comparing RESTART/20210322.120000.phy_data.tile2.nc ............ALT CHECK......OK - Comparing RESTART/20210322.120000.phy_data.tile3.nc ............ALT CHECK......OK - Comparing RESTART/20210322.120000.phy_data.tile4.nc ............ALT CHECK......OK - Comparing RESTART/20210322.120000.phy_data.tile5.nc ............ALT CHECK......OK - Comparing RESTART/20210322.120000.phy_data.tile6.nc ............ALT CHECK......OK - Comparing RESTART/20210322.120000.sfc_data.tile1.nc ............ALT CHECK......OK - Comparing RESTART/20210322.120000.sfc_data.tile2.nc ............ALT CHECK......OK - Comparing RESTART/20210322.120000.sfc_data.tile3.nc ............ALT CHECK......OK - Comparing RESTART/20210322.120000.sfc_data.tile4.nc ............ALT CHECK......OK - Comparing RESTART/20210322.120000.sfc_data.tile5.nc ............ALT CHECK......OK - Comparing RESTART/20210322.120000.sfc_data.tile6.nc ............ALT CHECK......OK - - 0: The total amount of wall time = 428.563709 - 0: The maximum resident set size (KB) = 1056644 + 0: The total amount of wall time = 333.667891 + 0: The maximum resident set size (KB) = 958868 -Test 070 hrrr_control_intel PASS +Test 067 rap_sfcdiff_restart_intel PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/hrrr_control_intel -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/hrrr_control_qr_intel -Checking test 071 hrrr_control_qr_intel results .... +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/hrrr_control_intel +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/hrrr_control_intel +Checking test 068 hrrr_control_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -3249,15 +3082,15 @@ Checking test 071 hrrr_control_qr_intel results .... Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 424.056034 - 0: The maximum resident set size (KB) = 1060492 + 0: The total amount of wall time = 429.297240 + 0: The maximum resident set size (KB) = 1049156 -Test 071 hrrr_control_qr_intel PASS +Test 068 hrrr_control_intel PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/hrrr_control_intel -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/hrrr_control_decomp_intel -Checking test 072 hrrr_control_decomp_intel results .... +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/hrrr_control_intel +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/hrrr_control_qr_intel +Checking test 069 hrrr_control_qr_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -3303,15 +3136,15 @@ Checking test 072 hrrr_control_decomp_intel results .... Comparing RESTART/20210322.120000.sfc_data.tile5.nc ............ALT CHECK......OK Comparing RESTART/20210322.120000.sfc_data.tile6.nc ............ALT CHECK......OK - 0: The total amount of wall time = 445.698201 - 0: The maximum resident set size (KB) = 1000384 + 0: The total amount of wall time = 430.355648 + 0: The maximum resident set size (KB) = 1054764 -Test 072 hrrr_control_decomp_intel PASS +Test 069 hrrr_control_qr_intel PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/hrrr_control_intel -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/hrrr_control_2threads_intel -Checking test 073 hrrr_control_2threads_intel results .... +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/hrrr_control_intel +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/hrrr_control_decomp_intel +Checking test 070 hrrr_control_decomp_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -3326,74 +3159,128 @@ Checking test 073 hrrr_control_2threads_intel results .... 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 ............ALT CHECK......OK - Comparing RESTART/20210322.120000.fv_core.res.tile2.nc ............ALT CHECK......OK - Comparing RESTART/20210322.120000.fv_core.res.tile3.nc ............ALT CHECK......OK - Comparing RESTART/20210322.120000.fv_core.res.tile4.nc ............ALT CHECK......OK - Comparing RESTART/20210322.120000.fv_core.res.tile5.nc ............ALT CHECK......OK - Comparing RESTART/20210322.120000.fv_core.res.tile6.nc ............ALT CHECK......OK - Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile1.nc ............ALT CHECK......OK - Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile2.nc ............ALT CHECK......OK - Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile3.nc ............ALT CHECK......OK - Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile4.nc ............ALT CHECK......OK - Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile5.nc ............ALT CHECK......OK - Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile6.nc ............ALT CHECK......OK - Comparing RESTART/20210322.120000.fv_tracer.res.tile1.nc ............ALT CHECK......OK - Comparing RESTART/20210322.120000.fv_tracer.res.tile2.nc ............ALT CHECK......OK - Comparing RESTART/20210322.120000.fv_tracer.res.tile3.nc ............ALT CHECK......OK - Comparing RESTART/20210322.120000.fv_tracer.res.tile4.nc ............ALT CHECK......OK - Comparing RESTART/20210322.120000.fv_tracer.res.tile5.nc ............ALT CHECK......OK - Comparing RESTART/20210322.120000.fv_tracer.res.tile6.nc ............ALT CHECK......OK - Comparing RESTART/20210322.120000.phy_data.tile1.nc ............ALT CHECK......OK - Comparing RESTART/20210322.120000.phy_data.tile2.nc ............ALT CHECK......OK - Comparing RESTART/20210322.120000.phy_data.tile3.nc ............ALT CHECK......OK - Comparing RESTART/20210322.120000.phy_data.tile4.nc ............ALT CHECK......OK - Comparing RESTART/20210322.120000.phy_data.tile5.nc ............ALT CHECK......OK - Comparing RESTART/20210322.120000.phy_data.tile6.nc ............ALT CHECK......OK - Comparing RESTART/20210322.120000.sfc_data.tile1.nc ............ALT CHECK......OK - Comparing RESTART/20210322.120000.sfc_data.tile2.nc ............ALT CHECK......OK - Comparing RESTART/20210322.120000.sfc_data.tile3.nc ............ALT CHECK......OK - Comparing RESTART/20210322.120000.sfc_data.tile4.nc ............ALT CHECK......OK - Comparing RESTART/20210322.120000.sfc_data.tile5.nc ............ALT CHECK......OK - Comparing RESTART/20210322.120000.sfc_data.tile6.nc ............ALT CHECK......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 = 393.173024 - 0: The maximum resident set size (KB) = 1071596 + 0: The total amount of wall time = 446.502793 + 0: The maximum resident set size (KB) = 992392 -Test 073 hrrr_control_2threads_intel PASS +Test 070 hrrr_control_decomp_intel PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/hrrr_control_intel -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/hrrr_control_restart_intel -Checking test 074 hrrr_control_restart_intel results .... +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/hrrr_control_intel +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/hrrr_control_2threads_intel +Checking test 071 hrrr_control_2threads_intel 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 = 318.154999 - 0: The maximum resident set size (KB) = 980948 + 0: The total amount of wall time = 396.549940 + 0: The maximum resident set size (KB) = 1063140 -Test 074 hrrr_control_restart_intel PASS +Test 071 hrrr_control_2threads_intel PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/hrrr_control_intel -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/hrrr_control_restart_qr_intel -Checking test 075 hrrr_control_restart_qr_intel results .... +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/hrrr_control_intel +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/hrrr_control_restart_intel +Checking test 072 hrrr_control_restart_intel results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK Comparing GFSFLX.GrbF12 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 322.004227 - 0: The maximum resident set size (KB) = 994092 + 0: The total amount of wall time = 321.215985 + 0: The maximum resident set size (KB) = 978156 -Test 075 hrrr_control_restart_qr_intel PASS +Test 072 hrrr_control_restart_intel PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/rrfs_v1beta_intel -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/rrfs_v1beta_intel -Checking test 076 rrfs_v1beta_intel results .... +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/hrrr_control_intel +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/hrrr_control_restart_qr_intel +Checking test 073 hrrr_control_restart_qr_intel results .... + Comparing sfcf012.nc .........OK + Comparing atmf012.nc .........OK + Comparing GFSFLX.GrbF12 .........OK + Comparing GFSPRS.GrbF12 .........OK + + 0: The total amount of wall time = 323.652305 + 0: The maximum resident set size (KB) = 979324 + +Test 073 hrrr_control_restart_qr_intel PASS + + +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/rrfs_v1beta_intel +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/rrfs_v1beta_intel +Checking test 074 rrfs_v1beta_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -3439,15 +3326,15 @@ Checking test 076 rrfs_v1beta_intel results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 438.281068 - 0: The maximum resident set size (KB) = 1050668 + 0: The total amount of wall time = 439.633181 + 0: The maximum resident set size (KB) = 1047540 -Test 076 rrfs_v1beta_intel PASS +Test 074 rrfs_v1beta_intel PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/rrfs_v1nssl_intel -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/rrfs_v1nssl_intel -Checking test 077 rrfs_v1nssl_intel results .... +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/rrfs_v1nssl_intel +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/rrfs_v1nssl_intel +Checking test 075 rrfs_v1nssl_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -3461,15 +3348,15 @@ Checking test 077 rrfs_v1nssl_intel results .... Comparing GFSPRS.GrbF09 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 522.380936 - 0: The maximum resident set size (KB) = 696252 + 0: The total amount of wall time = 519.530752 + 0: The maximum resident set size (KB) = 671160 -Test 077 rrfs_v1nssl_intel PASS +Test 075 rrfs_v1nssl_intel PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/rrfs_v1nssl_nohailnoccn_intel -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/rrfs_v1nssl_nohailnoccn_intel -Checking test 078 rrfs_v1nssl_nohailnoccn_intel results .... +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/rrfs_v1nssl_nohailnoccn_intel +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/rrfs_v1nssl_nohailnoccn_intel +Checking test 076 rrfs_v1nssl_nohailnoccn_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -3483,15 +3370,15 @@ Checking test 078 rrfs_v1nssl_nohailnoccn_intel results .... Comparing GFSPRS.GrbF09 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 508.043669 - 0: The maximum resident set size (KB) = 760380 + 0: The total amount of wall time = 507.087173 + 0: The maximum resident set size (KB) = 755820 -Test 078 rrfs_v1nssl_nohailnoccn_intel PASS +Test 076 rrfs_v1nssl_nohailnoccn_intel PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/rrfs_smoke_conus13km_hrrr_warm_intel -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/rrfs_smoke_conus13km_hrrr_warm_intel -Checking test 079 rrfs_smoke_conus13km_hrrr_warm_intel results .... +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/rrfs_smoke_conus13km_hrrr_warm_intel +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/rrfs_smoke_conus13km_hrrr_warm_intel +Checking test 077 rrfs_smoke_conus13km_hrrr_warm_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing sfcf002.nc .........OK @@ -3506,31 +3393,54 @@ Checking test 079 rrfs_smoke_conus13km_hrrr_warm_intel results .... Comparing RESTART/20210512.170000.phy_data.nc .........OK Comparing RESTART/20210512.170000.sfc_data.nc .........OK - 0: The total amount of wall time = 148.171889 - 0: The maximum resident set size (KB) = 1037060 + 0: The total amount of wall time = 150.298877 + 0: The maximum resident set size (KB) = 1017780 -Test 079 rrfs_smoke_conus13km_hrrr_warm_intel PASS +Test 077 rrfs_smoke_conus13km_hrrr_warm_intel PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/rrfs_smoke_conus13km_hrrr_warm_intel -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/rrfs_smoke_conus13km_hrrr_warm_2threads_intel -Checking test 080 rrfs_smoke_conus13km_hrrr_warm_2threads_intel results .... +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/rrfs_smoke_conus13km_hrrr_warm_intel +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/rrfs_smoke_conus13km_hrrr_warm_qr_intel +Checking test 078 rrfs_smoke_conus13km_hrrr_warm_qr_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing sfcf002.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK + Comparing RESTART/20210512.170000.coupler.res .........OK + Comparing RESTART/20210512.170000.fv_core.res.nc .........OK + Comparing RESTART/20210512.170000.fv_core.res.tile1.nc ............ALT CHECK......OK + Comparing RESTART/20210512.170000.fv_srf_wnd.res.tile1.nc ............ALT CHECK......OK + Comparing RESTART/20210512.170000.fv_tracer.res.tile1.nc ............ALT CHECK......OK + Comparing RESTART/20210512.170000.phy_data.nc ............ALT CHECK......OK + Comparing RESTART/20210512.170000.sfc_data.nc ............ALT CHECK......OK - 0: The total amount of wall time = 90.545553 - 0: The maximum resident set size (KB) = 949828 + 0: The total amount of wall time = 144.635868 + 0: The maximum resident set size (KB) = 981388 -Test 080 rrfs_smoke_conus13km_hrrr_warm_2threads_intel PASS +Test 078 rrfs_smoke_conus13km_hrrr_warm_qr_intel PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/rrfs_conus13km_hrrr_warm_intel -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/rrfs_conus13km_hrrr_warm_intel -Checking test 081 rrfs_conus13km_hrrr_warm_intel results .... +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/rrfs_smoke_conus13km_hrrr_warm_intel +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/rrfs_smoke_conus13km_hrrr_warm_2threads_intel +Checking test 079 rrfs_smoke_conus13km_hrrr_warm_2threads_intel results .... + Comparing sfcf000.nc .........OK + Comparing sfcf001.nc .........OK + Comparing sfcf002.nc .........OK + Comparing atmf000.nc .........OK + Comparing atmf001.nc .........OK + Comparing atmf002.nc .........OK + + 0: The total amount of wall time = 92.081926 + 0: The maximum resident set size (KB) = 947376 + +Test 079 rrfs_smoke_conus13km_hrrr_warm_2threads_intel PASS + + +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/rrfs_conus13km_hrrr_warm_intel +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/rrfs_conus13km_hrrr_warm_intel +Checking test 080 rrfs_conus13km_hrrr_warm_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing sfcf002.nc .........OK @@ -3545,15 +3455,15 @@ Checking test 081 rrfs_conus13km_hrrr_warm_intel results .... Comparing RESTART/20210512.170000.phy_data.nc .........OK Comparing RESTART/20210512.170000.sfc_data.nc .........OK - 0: The total amount of wall time = 131.731675 - 0: The maximum resident set size (KB) = 993576 + 0: The total amount of wall time = 131.822566 + 0: The maximum resident set size (KB) = 985304 -Test 081 rrfs_conus13km_hrrr_warm_intel PASS +Test 080 rrfs_conus13km_hrrr_warm_intel PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/rrfs_smoke_conus13km_hrrr_warm_radar_tten_intel -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/rrfs_smoke_conus13km_radar_tten_warm_intel -Checking test 082 rrfs_smoke_conus13km_radar_tten_warm_intel results .... +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/rrfs_smoke_conus13km_hrrr_warm_radar_tten_intel +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/rrfs_smoke_conus13km_radar_tten_warm_intel +Checking test 081 rrfs_smoke_conus13km_radar_tten_warm_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing sfcf002.nc .........OK @@ -3561,26 +3471,38 @@ Checking test 082 rrfs_smoke_conus13km_radar_tten_warm_intel results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 148.094438 - 0: The maximum resident set size (KB) = 1039212 + 0: The total amount of wall time = 150.860926 + 0: The maximum resident set size (KB) = 1031368 -Test 082 rrfs_smoke_conus13km_radar_tten_warm_intel PASS +Test 081 rrfs_smoke_conus13km_radar_tten_warm_intel PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/rrfs_smoke_conus13km_hrrr_warm_restart_mismatch_intel -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/rrfs_smoke_conus13km_hrrr_warm_restart_mismatch_intel -Checking test 083 rrfs_smoke_conus13km_hrrr_warm_restart_mismatch_intel results .... +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/rrfs_smoke_conus13km_hrrr_warm_restart_mismatch_intel +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/rrfs_smoke_conus13km_hrrr_warm_restart_mismatch_intel +Checking test 082 rrfs_smoke_conus13km_hrrr_warm_restart_mismatch_intel results .... Comparing sfcf002.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 82.849402 - 0: The maximum resident set size (KB) = 1034396 + 0: The total amount of wall time = 85.531254 + 0: The maximum resident set size (KB) = 1019684 + +Test 082 rrfs_smoke_conus13km_hrrr_warm_restart_mismatch_intel PASS + + +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/rrfs_smoke_conus13km_hrrr_warm_restart_mismatch_intel +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/rrfs_smoke_conus13km_hrrr_warm_restart_qr_mismatch_intel +Checking test 083 rrfs_smoke_conus13km_hrrr_warm_restart_qr_mismatch_intel results .... + Comparing sfcf002.nc .........OK + Comparing atmf002.nc .........OK -Test 083 rrfs_smoke_conus13km_hrrr_warm_restart_mismatch_intel PASS + 0: The total amount of wall time = 92.606787 + 0: The maximum resident set size (KB) = 1004060 +Test 083 rrfs_smoke_conus13km_hrrr_warm_restart_qr_mismatch_intel PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/control_csawmg_intel -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/control_csawmg_intel + +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/control_csawmg_intel +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/control_csawmg_intel Checking test 084 control_csawmg_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -3591,14 +3513,14 @@ Checking test 084 control_csawmg_intel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 334.050843 - 0: The maximum resident set size (KB) = 724984 + 0: The total amount of wall time = 338.828025 + 0: The maximum resident set size (KB) = 727144 Test 084 control_csawmg_intel PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/control_csawmgt_intel -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/control_csawmgt_intel +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/control_csawmgt_intel +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/control_csawmgt_intel Checking test 085 control_csawmgt_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -3609,14 +3531,14 @@ Checking test 085 control_csawmgt_intel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 332.635785 - 0: The maximum resident set size (KB) = 718088 + 0: The total amount of wall time = 335.063710 + 0: The maximum resident set size (KB) = 723716 Test 085 control_csawmgt_intel PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/control_ras_intel -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/control_ras_intel +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/control_ras_intel +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/control_ras_intel Checking test 086 control_ras_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -3627,26 +3549,26 @@ Checking test 086 control_ras_intel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 181.293124 - 0: The maximum resident set size (KB) = 716628 + 0: The total amount of wall time = 184.716878 + 0: The maximum resident set size (KB) = 722904 Test 086 control_ras_intel PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/control_wam_intel -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/control_wam_intel +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/control_wam_intel +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/control_wam_intel Checking test 087 control_wam_intel results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK - 0: The total amount of wall time = 110.674280 - 0: The maximum resident set size (KB) = 636716 + 0: The total amount of wall time = 112.143693 + 0: The maximum resident set size (KB) = 643808 Test 087 control_wam_intel PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/control_p8_faster_intel -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/control_p8_faster_intel +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/control_p8_faster_intel +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/control_p8_faster_intel Checking test 088 control_p8_faster_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -3693,14 +3615,14 @@ Checking test 088 control_p8_faster_intel results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 152.918519 - 0: The maximum resident set size (KB) = 1608268 + 0: The total amount of wall time = 155.157121 + 0: The maximum resident set size (KB) = 1574776 Test 088 control_p8_faster_intel PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/regional_control_faster_intel -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/regional_control_faster_intel +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/regional_control_faster_intel +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/regional_control_faster_intel Checking test 089 regional_control_faster_intel results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK @@ -3711,56 +3633,56 @@ Checking test 089 regional_control_faster_intel results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 266.912379 - 0: The maximum resident set size (KB) = 868428 + 0: The total amount of wall time = 266.095993 + 0: The maximum resident set size (KB) = 863452 Test 089 regional_control_faster_intel PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/rrfs_smoke_conus13km_hrrr_warm_debug_intel -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/rrfs_smoke_conus13km_hrrr_warm_debug_intel +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/rrfs_smoke_conus13km_hrrr_warm_debug_intel +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/rrfs_smoke_conus13km_hrrr_warm_debug_intel Checking test 090 rrfs_smoke_conus13km_hrrr_warm_debug_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 840.688978 - 0: The maximum resident set size (KB) = 1060152 + 0: The total amount of wall time = 817.233518 + 0: The maximum resident set size (KB) = 1048488 Test 090 rrfs_smoke_conus13km_hrrr_warm_debug_intel PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/rrfs_smoke_conus13km_hrrr_warm_debug_intel -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/rrfs_smoke_conus13km_hrrr_warm_debug_2threads_intel +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/rrfs_smoke_conus13km_hrrr_warm_debug_intel +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/rrfs_smoke_conus13km_hrrr_warm_debug_2threads_intel Checking test 091 rrfs_smoke_conus13km_hrrr_warm_debug_2threads_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 458.263507 - 0: The maximum resident set size (KB) = 975052 + 0: The total amount of wall time = 461.876720 + 0: The maximum resident set size (KB) = 974376 Test 091 rrfs_smoke_conus13km_hrrr_warm_debug_2threads_intel PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/rrfs_conus13km_hrrr_warm_debugs_intel -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/rrfs_conus13km_hrrr_warm_debug_intel +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/rrfs_conus13km_hrrr_warm_debugs_intel +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/rrfs_conus13km_hrrr_warm_debug_intel Checking test 092 rrfs_conus13km_hrrr_warm_debug_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 740.674956 - 0: The maximum resident set size (KB) = 1022832 + 0: The total amount of wall time = 736.908152 + 0: The maximum resident set size (KB) = 1011560 Test 092 rrfs_conus13km_hrrr_warm_debug_intel PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/control_CubedSphereGrid_debug_intel -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/control_CubedSphereGrid_debug_intel +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/control_CubedSphereGrid_debug_intel +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/control_CubedSphereGrid_debug_intel Checking test 093 control_CubedSphereGrid_debug_intel results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK @@ -3787,348 +3709,348 @@ Checking test 093 control_CubedSphereGrid_debug_intel results .... Comparing atmf001.tile5.nc .........OK Comparing atmf001.tile6.nc .........OK - 0: The total amount of wall time = 146.002902 - 0: The maximum resident set size (KB) = 791836 + 0: The total amount of wall time = 142.714336 + 0: The maximum resident set size (KB) = 792680 Test 093 control_CubedSphereGrid_debug_intel PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/control_wrtGauss_netcdf_parallel_debug_intel -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/control_wrtGauss_netcdf_parallel_debug_intel +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/control_wrtGauss_netcdf_parallel_debug_intel +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/control_wrtGauss_netcdf_parallel_debug_intel Checking test 094 control_wrtGauss_netcdf_parallel_debug_intel results .... - Comparing sfcf000.nc .........OK + Comparing sfcf000.nc ............ALT CHECK......OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 144.092808 - 0: The maximum resident set size (KB) = 792240 + 0: The total amount of wall time = 147.496200 + 0: The maximum resident set size (KB) = 785288 Test 094 control_wrtGauss_netcdf_parallel_debug_intel PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/control_stochy_debug_intel -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/control_stochy_debug_intel +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/control_stochy_debug_intel +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/control_stochy_debug_intel Checking test 095 control_stochy_debug_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 159.925675 - 0: The maximum resident set size (KB) = 800452 + 0: The total amount of wall time = 164.455190 + 0: The maximum resident set size (KB) = 798484 Test 095 control_stochy_debug_intel PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/control_lndp_debug_intel -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/control_lndp_debug_intel +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/control_lndp_debug_intel +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/control_lndp_debug_intel Checking test 096 control_lndp_debug_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 141.633464 - 0: The maximum resident set size (KB) = 802244 + 0: The total amount of wall time = 148.064482 + 0: The maximum resident set size (KB) = 793268 Test 096 control_lndp_debug_intel PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/control_csawmg_debug_intel -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/control_csawmg_debug_intel +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/control_csawmg_debug_intel +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/control_csawmg_debug_intel Checking test 097 control_csawmg_debug_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 224.657111 - 0: The maximum resident set size (KB) = 839656 + 0: The total amount of wall time = 226.624356 + 0: The maximum resident set size (KB) = 837928 Test 097 control_csawmg_debug_intel PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/control_csawmgt_debug_intel -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/control_csawmgt_debug_intel +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/control_csawmgt_debug_intel +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/control_csawmgt_debug_intel Checking test 098 control_csawmgt_debug_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 220.952382 - 0: The maximum resident set size (KB) = 839416 + 0: The total amount of wall time = 224.943668 + 0: The maximum resident set size (KB) = 838752 Test 098 control_csawmgt_debug_intel PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/control_ras_debug_intel -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/control_ras_debug_intel +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/control_ras_debug_intel +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/control_ras_debug_intel Checking test 099 control_ras_debug_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 143.759753 - 0: The maximum resident set size (KB) = 805696 + 0: The total amount of wall time = 150.678347 + 0: The maximum resident set size (KB) = 804568 Test 099 control_ras_debug_intel PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/control_diag_debug_intel -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/control_diag_debug_intel +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/control_diag_debug_intel +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/control_diag_debug_intel Checking test 100 control_diag_debug_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 152.063917 - 0: The maximum resident set size (KB) = 847700 + 0: The total amount of wall time = 153.634236 + 0: The maximum resident set size (KB) = 822732 Test 100 control_diag_debug_intel PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/control_debug_p8_intel -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/control_debug_p8_intel +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/control_debug_p8_intel +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/control_debug_p8_intel Checking test 101 control_debug_p8_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 163.490315 - 0: The maximum resident set size (KB) = 1627128 + 0: The total amount of wall time = 169.269218 + 0: The maximum resident set size (KB) = 1615096 Test 101 control_debug_p8_intel PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/regional_debug_intel -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/regional_debug_intel +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/regional_debug_intel +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/regional_debug_intel Checking test 102 regional_debug_intel results .... Comparing dynf000.nc .........OK Comparing dynf001.nc .........OK Comparing phyf000.nc .........OK Comparing phyf001.nc .........OK - 0: The total amount of wall time = 944.145335 - 0: The maximum resident set size (KB) = 886860 + 0: The total amount of wall time = 954.018307 + 0: The maximum resident set size (KB) = 862768 Test 102 regional_debug_intel PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/rap_control_debug_intel -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/rap_control_debug_intel +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/rap_control_debug_intel +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/rap_control_debug_intel Checking test 103 rap_control_debug_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 266.462145 - 0: The maximum resident set size (KB) = 1174588 + 0: The total amount of wall time = 277.347119 + 0: The maximum resident set size (KB) = 1161624 Test 103 rap_control_debug_intel PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/hrrr_control_debug_intel -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/hrrr_control_debug_intel +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/hrrr_control_debug_intel +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/hrrr_control_debug_intel Checking test 104 hrrr_control_debug_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 262.100413 - 0: The maximum resident set size (KB) = 1166568 + 0: The total amount of wall time = 267.994342 + 0: The maximum resident set size (KB) = 1161336 Test 104 hrrr_control_debug_intel PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/rap_control_debug_intel -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/rap_unified_drag_suite_debug_intel +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/rap_control_debug_intel +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/rap_unified_drag_suite_debug_intel Checking test 105 rap_unified_drag_suite_debug_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 260.481423 - 0: The maximum resident set size (KB) = 1172156 + 0: The total amount of wall time = 274.524156 + 0: The maximum resident set size (KB) = 1169380 Test 105 rap_unified_drag_suite_debug_intel PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/rap_diag_debug_intel -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/rap_diag_debug_intel +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/rap_diag_debug_intel +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/rap_diag_debug_intel Checking test 106 rap_diag_debug_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 282.018138 - 0: The maximum resident set size (KB) = 1256076 + 0: The total amount of wall time = 292.325863 + 0: The maximum resident set size (KB) = 1249908 Test 106 rap_diag_debug_intel PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/rap_cires_ugwp_debug_intel -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/rap_cires_ugwp_debug_intel +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/rap_cires_ugwp_debug_intel +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/rap_cires_ugwp_debug_intel Checking test 107 rap_cires_ugwp_debug_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 268.809924 - 0: The maximum resident set size (KB) = 1168856 + 0: The total amount of wall time = 279.614340 + 0: The maximum resident set size (KB) = 1167812 Test 107 rap_cires_ugwp_debug_intel PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/rap_cires_ugwp_debug_intel -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/rap_unified_ugwp_debug_intel +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/rap_cires_ugwp_debug_intel +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/rap_unified_ugwp_debug_intel Checking test 108 rap_unified_ugwp_debug_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 272.949355 - 0: The maximum resident set size (KB) = 1175780 + 0: The total amount of wall time = 282.412819 + 0: The maximum resident set size (KB) = 1150616 Test 108 rap_unified_ugwp_debug_intel PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/rap_lndp_debug_intel -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/rap_lndp_debug_intel +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/rap_lndp_debug_intel +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/rap_lndp_debug_intel Checking test 109 rap_lndp_debug_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 267.985393 - 0: The maximum resident set size (KB) = 1168992 + 0: The total amount of wall time = 283.660756 + 0: The maximum resident set size (KB) = 1140336 Test 109 rap_lndp_debug_intel PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/rap_progcld_thompson_debug_intel -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/rap_progcld_thompson_debug_intel +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/rap_progcld_thompson_debug_intel +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/rap_progcld_thompson_debug_intel Checking test 110 rap_progcld_thompson_debug_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 265.168086 - 0: The maximum resident set size (KB) = 1171368 + 0: The total amount of wall time = 275.654219 + 0: The maximum resident set size (KB) = 1166812 Test 110 rap_progcld_thompson_debug_intel PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/rap_noah_debug_intel -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/rap_noah_debug_intel +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/rap_noah_debug_intel +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/rap_noah_debug_intel Checking test 111 rap_noah_debug_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 260.912432 - 0: The maximum resident set size (KB) = 1176696 + 0: The total amount of wall time = 274.040375 + 0: The maximum resident set size (KB) = 1167528 Test 111 rap_noah_debug_intel PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/rap_sfcdiff_debug_intel -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/rap_sfcdiff_debug_intel +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/rap_sfcdiff_debug_intel +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/rap_sfcdiff_debug_intel Checking test 112 rap_sfcdiff_debug_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 267.274122 - 0: The maximum resident set size (KB) = 1171264 + 0: The total amount of wall time = 275.468832 + 0: The maximum resident set size (KB) = 1168404 Test 112 rap_sfcdiff_debug_intel PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/rap_noah_sfcdiff_cires_ugwp_debug_intel -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/rap_noah_sfcdiff_cires_ugwp_debug_intel +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/rap_noah_sfcdiff_cires_ugwp_debug_intel +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/rap_noah_sfcdiff_cires_ugwp_debug_intel Checking test 113 rap_noah_sfcdiff_cires_ugwp_debug_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 442.892373 - 0: The maximum resident set size (KB) = 1173684 + 0: The total amount of wall time = 453.489821 + 0: The maximum resident set size (KB) = 1166224 Test 113 rap_noah_sfcdiff_cires_ugwp_debug_intel PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/rrfs_v1beta_debug_intel -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/rrfs_v1beta_debug_intel +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/rrfs_v1beta_debug_intel +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/rrfs_v1beta_debug_intel Checking test 114 rrfs_v1beta_debug_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 264.085846 - 0: The maximum resident set size (KB) = 1173452 + 0: The total amount of wall time = 271.324756 + 0: The maximum resident set size (KB) = 1168564 Test 114 rrfs_v1beta_debug_intel PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/rap_clm_lake_debug_intel -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/rap_clm_lake_debug_intel +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/rap_clm_lake_debug_intel +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/rap_clm_lake_debug_intel Checking test 115 rap_clm_lake_debug_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 343.965721 - 0: The maximum resident set size (KB) = 1178044 + 0: The total amount of wall time = 346.203294 + 0: The maximum resident set size (KB) = 1160032 Test 115 rap_clm_lake_debug_intel PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/rap_flake_debug_intel -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/rap_flake_debug_intel +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/rap_flake_debug_intel +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/rap_flake_debug_intel Checking test 116 rap_flake_debug_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 268.160818 - 0: The maximum resident set size (KB) = 1176720 + 0: The total amount of wall time = 274.330438 + 0: The maximum resident set size (KB) = 1168556 Test 116 rap_flake_debug_intel PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/control_wam_debug_intel -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/control_wam_debug_intel +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/control_wam_debug_intel +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/control_wam_debug_intel Checking test 117 control_wam_debug_intel results .... Comparing sfcf019.nc .........OK Comparing atmf019.nc .........OK - 0: The total amount of wall time = 271.987815 - 0: The maximum resident set size (KB) = 530864 + 0: The total amount of wall time = 272.968993 + 0: The maximum resident set size (KB) = 527520 Test 117 control_wam_debug_intel PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/regional_spp_sppt_shum_skeb_dyn32_phy32_intel -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/regional_spp_sppt_shum_skeb_dyn32_phy32_intel +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/regional_spp_sppt_shum_skeb_dyn32_phy32_intel +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/regional_spp_sppt_shum_skeb_dyn32_phy32_intel Checking test 118 regional_spp_sppt_shum_skeb_dyn32_phy32_intel results .... Comparing dynf000.nc .........OK Comparing dynf001.nc .........OK @@ -4139,14 +4061,14 @@ Checking test 118 regional_spp_sppt_shum_skeb_dyn32_phy32_intel results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF01 .........OK - 0: The total amount of wall time = 212.291550 - 0: The maximum resident set size (KB) = 1071320 + 0: The total amount of wall time = 221.023354 + 0: The maximum resident set size (KB) = 1070408 Test 118 regional_spp_sppt_shum_skeb_dyn32_phy32_intel PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/rap_control_dyn32_phy32_intel -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/rap_control_dyn32_phy32_intel +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/rap_control_dyn32_phy32_intel +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/rap_control_dyn32_phy32_intel Checking test 119 rap_control_dyn32_phy32_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -4193,14 +4115,14 @@ Checking test 119 rap_control_dyn32_phy32_intel results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 367.559463 - 0: The maximum resident set size (KB) = 996680 + 0: The total amount of wall time = 372.309584 + 0: The maximum resident set size (KB) = 996940 Test 119 rap_control_dyn32_phy32_intel PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/hrrr_control_dyn32_phy32_intel -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/hrrr_control_dyn32_phy32_intel +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/hrrr_control_dyn32_phy32_intel +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/hrrr_control_dyn32_phy32_intel Checking test 120 hrrr_control_dyn32_phy32_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -4247,14 +4169,14 @@ Checking test 120 hrrr_control_dyn32_phy32_intel results .... Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 192.453544 - 0: The maximum resident set size (KB) = 955752 + 0: The total amount of wall time = 191.241094 + 0: The maximum resident set size (KB) = 951156 Test 120 hrrr_control_dyn32_phy32_intel PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/hrrr_control_qr_dyn32_phy32_intel -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/hrrr_control_qr_dyn32_phy32_intel +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/hrrr_control_qr_dyn32_phy32_intel +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/hrrr_control_qr_dyn32_phy32_intel Checking test 121 hrrr_control_qr_dyn32_phy32_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -4301,14 +4223,14 @@ Checking test 121 hrrr_control_qr_dyn32_phy32_intel results .... Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 191.091642 - 0: The maximum resident set size (KB) = 962308 + 0: The total amount of wall time = 191.072938 + 0: The maximum resident set size (KB) = 964348 Test 121 hrrr_control_qr_dyn32_phy32_intel PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/rap_control_dyn32_phy32_intel -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/rap_2threads_dyn32_phy32_intel +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/rap_control_dyn32_phy32_intel +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/rap_2threads_dyn32_phy32_intel Checking test 122 rap_2threads_dyn32_phy32_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -4355,14 +4277,14 @@ Checking test 122 rap_2threads_dyn32_phy32_intel results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 344.725209 - 0: The maximum resident set size (KB) = 1021744 + 0: The total amount of wall time = 355.253271 + 0: The maximum resident set size (KB) = 983144 Test 122 rap_2threads_dyn32_phy32_intel PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/hrrr_control_dyn32_phy32_intel -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/hrrr_control_2threads_dyn32_phy32_intel +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/hrrr_control_dyn32_phy32_intel +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/hrrr_control_2threads_dyn32_phy32_intel Checking test 123 hrrr_control_2threads_dyn32_phy32_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -4409,14 +4331,14 @@ Checking test 123 hrrr_control_2threads_dyn32_phy32_intel results .... Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 175.978495 - 0: The maximum resident set size (KB) = 933344 + 0: The total amount of wall time = 178.306000 + 0: The maximum resident set size (KB) = 931328 Test 123 hrrr_control_2threads_dyn32_phy32_intel PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/hrrr_control_dyn32_phy32_intel -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/hrrr_control_decomp_dyn32_phy32_intel +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/hrrr_control_dyn32_phy32_intel +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/hrrr_control_decomp_dyn32_phy32_intel Checking test 124 hrrr_control_decomp_dyn32_phy32_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -4463,14 +4385,14 @@ Checking test 124 hrrr_control_decomp_dyn32_phy32_intel results .... Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 198.876078 - 0: The maximum resident set size (KB) = 901940 + 0: The total amount of wall time = 202.249821 + 0: The maximum resident set size (KB) = 889348 Test 124 hrrr_control_decomp_dyn32_phy32_intel PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/rap_control_dyn32_phy32_intel -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/rap_restart_dyn32_phy32_intel +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/rap_control_dyn32_phy32_intel +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/rap_restart_dyn32_phy32_intel Checking test 125 rap_restart_dyn32_phy32_intel results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK @@ -4509,43 +4431,113 @@ Checking test 125 rap_restart_dyn32_phy32_intel results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 273.460129 - 0: The maximum resident set size (KB) = 951480 + 0: The total amount of wall time = 275.861253 + 0: The maximum resident set size (KB) = 915024 Test 125 rap_restart_dyn32_phy32_intel PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/hrrr_control_dyn32_phy32_intel -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/hrrr_control_restart_dyn32_phy32_intel +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/hrrr_control_dyn32_phy32_intel +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/hrrr_control_restart_dyn32_phy32_intel Checking test 126 hrrr_control_restart_dyn32_phy32_intel results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK Comparing GFSFLX.GrbF12 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 100.032401 - 0: The maximum resident set size (KB) = 863876 + 0: The total amount of wall time = 99.125693 + 0: The maximum resident set size (KB) = 850668 Test 126 hrrr_control_restart_dyn32_phy32_intel PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/hrrr_control_qr_dyn32_phy32_intel -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/hrrr_control_restart_qr_dyn32_phy32_intel +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/hrrr_control_qr_dyn32_phy32_intel +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/hrrr_control_restart_qr_dyn32_phy32_intel Checking test 127 hrrr_control_restart_qr_dyn32_phy32_intel results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK Comparing GFSFLX.GrbF12 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 101.444655 - 0: The maximum resident set size (KB) = 876308 + 0: The total amount of wall time = 100.037950 + 0: The maximum resident set size (KB) = 871628 Test 127 hrrr_control_restart_qr_dyn32_phy32_intel PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/rap_control_dyn64_phy32_intel -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/rap_control_dyn64_phy32_intel -Checking test 128 rap_control_dyn64_phy32_intel results .... +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/rrfs_smoke_conus13km_fast_phy32_intel +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/rrfs_smoke_conus13km_fast_phy32_intel +Checking test 128 rrfs_smoke_conus13km_fast_phy32_intel results .... + Comparing sfcf000.nc .........OK + Comparing sfcf001.nc .........OK + Comparing sfcf002.nc .........OK + Comparing atmf000.nc .........OK + Comparing atmf001.nc .........OK + Comparing atmf002.nc .........OK + Comparing RESTART/20210512.170000.coupler.res .........OK + Comparing RESTART/20210512.170000.fv_core.res.nc .........OK + Comparing RESTART/20210512.170000.fv_core.res.tile1.nc .........OK + Comparing RESTART/20210512.170000.fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/20210512.170000.fv_tracer.res.tile1.nc .........OK + Comparing RESTART/20210512.170000.phy_data.nc .........OK + Comparing RESTART/20210512.170000.sfc_data.nc .........OK + + 0: The total amount of wall time = 116.998768 + 0: The maximum resident set size (KB) = 883200 + +Test 128 rrfs_smoke_conus13km_fast_phy32_intel PASS + + +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/rrfs_smoke_conus13km_fast_phy32_qr_intel +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/rrfs_smoke_conus13km_fast_phy32_qr_intel +Checking test 129 rrfs_smoke_conus13km_fast_phy32_qr_intel results .... + Comparing sfcf000.nc .........OK + Comparing sfcf001.nc .........OK + Comparing sfcf002.nc .........OK + Comparing atmf000.nc .........OK + Comparing atmf001.nc .........OK + Comparing atmf002.nc .........OK + Comparing RESTART/20210512.170000.coupler.res .........OK + Comparing RESTART/20210512.170000.fv_core.res.nc .........OK + Comparing RESTART/20210512.170000.fv_core.res.tile1.nc .........OK + Comparing RESTART/20210512.170000.fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/20210512.170000.fv_tracer.res.tile1.nc .........OK + Comparing RESTART/20210512.170000.phy_data.nc .........OK + Comparing RESTART/20210512.170000.sfc_data.nc .........OK + + 0: The total amount of wall time = 112.447433 + 0: The maximum resident set size (KB) = 928220 + +Test 129 rrfs_smoke_conus13km_fast_phy32_qr_intel PASS + + +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/rrfs_smoke_conus13km_fast_phy32_restart_mismatch_intel +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/rrfs_smoke_conus13km_fast_phy32_restart_mismatch_intel +Checking test 130 rrfs_smoke_conus13km_fast_phy32_restart_mismatch_intel results .... + Comparing sfcf002.nc .........OK + Comparing atmf002.nc .........OK + + 0: The total amount of wall time = 65.620240 + 0: The maximum resident set size (KB) = 899360 + +Test 130 rrfs_smoke_conus13km_fast_phy32_restart_mismatch_intel PASS + + +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/rrfs_smoke_conus13km_fast_phy32_restart_mismatch_intel +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/rrfs_smoke_conus13km_fast_phy32_restart_qr_mismatch_intel +Checking test 131 rrfs_smoke_conus13km_fast_phy32_restart_qr_mismatch_intel results .... + Comparing sfcf002.nc .........OK + Comparing atmf002.nc .........OK + + 0: The total amount of wall time = 69.984832 + 0: The maximum resident set size (KB) = 918640 + +Test 131 rrfs_smoke_conus13km_fast_phy32_restart_qr_mismatch_intel PASS + + +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/rap_control_dyn64_phy32_intel +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/rap_control_dyn64_phy32_intel +Checking test 132 rap_control_dyn64_phy32_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -4591,82 +4583,82 @@ Checking test 128 rap_control_dyn64_phy32_intel results .... Comparing RESTART/20210322.180000.sfc_data.tile5.nc .........OK Comparing RESTART/20210322.180000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 239.348781 - 0: The maximum resident set size (KB) = 965756 + 0: The total amount of wall time = 242.544087 + 0: The maximum resident set size (KB) = 961452 -Test 128 rap_control_dyn64_phy32_intel PASS +Test 132 rap_control_dyn64_phy32_intel PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/rap_control_debug_dyn32_phy32_intel -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/rap_control_debug_dyn32_phy32_intel -Checking test 129 rap_control_debug_dyn32_phy32_intel results .... +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/rap_control_debug_dyn32_phy32_intel +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/rap_control_debug_dyn32_phy32_intel +Checking test 133 rap_control_debug_dyn32_phy32_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 262.647608 - 0: The maximum resident set size (KB) = 1053536 + 0: The total amount of wall time = 268.837308 + 0: The maximum resident set size (KB) = 1051664 -Test 129 rap_control_debug_dyn32_phy32_intel PASS +Test 133 rap_control_debug_dyn32_phy32_intel PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/hrrr_control_debug_dyn32_phy32_intel -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/hrrr_control_debug_dyn32_phy32_intel -Checking test 130 hrrr_control_debug_dyn32_phy32_intel results .... +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/hrrr_control_debug_dyn32_phy32_intel +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/hrrr_control_debug_dyn32_phy32_intel +Checking test 134 hrrr_control_debug_dyn32_phy32_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 257.080693 - 0: The maximum resident set size (KB) = 1054952 + 0: The total amount of wall time = 263.718321 + 0: The maximum resident set size (KB) = 1035612 -Test 130 hrrr_control_debug_dyn32_phy32_intel PASS +Test 134 hrrr_control_debug_dyn32_phy32_intel PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/rap_control_debug_dyn64_phy32_intel -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/rap_control_dyn64_phy32_debug_intel -Checking test 131 rap_control_dyn64_phy32_debug_intel results .... +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/rap_control_debug_dyn64_phy32_intel +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/rap_control_dyn64_phy32_debug_intel +Checking test 135 rap_control_dyn64_phy32_debug_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 264.327032 - 0: The maximum resident set size (KB) = 1096412 + 0: The total amount of wall time = 273.276398 + 0: The maximum resident set size (KB) = 1090616 -Test 131 rap_control_dyn64_phy32_debug_intel PASS +Test 135 rap_control_dyn64_phy32_debug_intel PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/hafs_regional_atm_intel -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/hafs_regional_atm_intel -Checking test 132 hafs_regional_atm_intel results .... +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/hafs_regional_atm_intel +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/hafs_regional_atm_intel +Checking test 136 hafs_regional_atm_intel results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing HURPRS.GrbF06 .........OK - 0: The total amount of wall time = 221.843143 - 0: The maximum resident set size (KB) = 1040792 + 0: The total amount of wall time = 226.810846 + 0: The maximum resident set size (KB) = 1048944 -Test 132 hafs_regional_atm_intel PASS +Test 136 hafs_regional_atm_intel PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/hafs_regional_atm_thompson_gfdlsf_intel -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/hafs_regional_atm_thompson_gfdlsf_intel -Checking test 133 hafs_regional_atm_thompson_gfdlsf_intel results .... +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/hafs_regional_atm_thompson_gfdlsf_intel +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/hafs_regional_atm_thompson_gfdlsf_intel +Checking test 137 hafs_regional_atm_thompson_gfdlsf_intel results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK - 0: The total amount of wall time = 327.140966 - 0: The maximum resident set size (KB) = 1419256 + 0: The total amount of wall time = 320.242804 + 0: The maximum resident set size (KB) = 1404964 -Test 133 hafs_regional_atm_thompson_gfdlsf_intel PASS +Test 137 hafs_regional_atm_thompson_gfdlsf_intel PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/hafs_regional_atm_ocn_intel -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/hafs_regional_atm_ocn_intel -Checking test 134 hafs_regional_atm_ocn_intel results .... +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/hafs_regional_atm_ocn_intel +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/hafs_regional_atm_ocn_intel +Checking test 138 hafs_regional_atm_ocn_intel results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing archv.2019_241_06.a .........OK @@ -4674,15 +4666,15 @@ Checking test 134 hafs_regional_atm_ocn_intel results .... Comparing ufs.hafs.cpl.hi.2019-08-29-21600.nc .........OK Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK - 0: The total amount of wall time = 379.059750 - 0: The maximum resident set size (KB) = 1222884 + 0: The total amount of wall time = 381.901287 + 0: The maximum resident set size (KB) = 1213856 -Test 134 hafs_regional_atm_ocn_intel PASS +Test 138 hafs_regional_atm_ocn_intel PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/hafs_regional_atm_wav_intel -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/hafs_regional_atm_wav_intel -Checking test 135 hafs_regional_atm_wav_intel results .... +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/hafs_regional_atm_wav_intel +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/hafs_regional_atm_wav_intel +Checking test 139 hafs_regional_atm_wav_intel results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing 20190829.060000.out_grd.ww3 .........OK @@ -4690,15 +4682,15 @@ Checking test 135 hafs_regional_atm_wav_intel results .... Comparing ufs.hafs.ww3.r.2019-08-29-21600 .........OK Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK - 0: The total amount of wall time = 737.485321 - 0: The maximum resident set size (KB) = 1238764 + 0: The total amount of wall time = 739.204061 + 0: The maximum resident set size (KB) = 1249380 -Test 135 hafs_regional_atm_wav_intel PASS +Test 139 hafs_regional_atm_wav_intel PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/hafs_regional_atm_ocn_wav_intel -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/hafs_regional_atm_ocn_wav_intel -Checking test 136 hafs_regional_atm_ocn_wav_intel results .... +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/hafs_regional_atm_ocn_wav_intel +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/hafs_regional_atm_ocn_wav_intel +Checking test 140 hafs_regional_atm_ocn_wav_intel results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing archv.2019_241_06.a .........OK @@ -4708,15 +4700,15 @@ Checking test 136 hafs_regional_atm_ocn_wav_intel results .... Comparing ufs.hafs.ww3.r.2019-08-29-21600 .........OK Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK - 0: The total amount of wall time = 839.844951 - 0: The maximum resident set size (KB) = 1267988 + 0: The total amount of wall time = 842.572269 + 0: The maximum resident set size (KB) = 1272528 -Test 136 hafs_regional_atm_ocn_wav_intel PASS +Test 140 hafs_regional_atm_ocn_wav_intel PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/hafs_regional_1nest_atm_intel -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/hafs_regional_1nest_atm_intel -Checking test 137 hafs_regional_1nest_atm_intel results .... +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/hafs_regional_1nest_atm_intel +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/hafs_regional_1nest_atm_intel +Checking test 141 hafs_regional_1nest_atm_intel results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK @@ -4737,15 +4729,15 @@ Checking test 137 hafs_regional_1nest_atm_intel results .... Comparing RESTART/fv_BC_ne.res.nest02.nc .........OK Comparing RESTART/fv_BC_sw.res.nest02.nc .........OK - 0: The total amount of wall time = 296.552830 - 0: The maximum resident set size (KB) = 502956 + 0: The total amount of wall time = 297.770719 + 0: The maximum resident set size (KB) = 500380 -Test 137 hafs_regional_1nest_atm_intel PASS +Test 141 hafs_regional_1nest_atm_intel PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/hafs_regional_1nest_atm_intel -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/hafs_regional_1nest_atm_qr_intel -Checking test 138 hafs_regional_1nest_atm_qr_intel results .... +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/hafs_regional_1nest_atm_intel +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/hafs_regional_1nest_atm_qr_intel +Checking test 142 hafs_regional_1nest_atm_qr_intel results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK @@ -4766,15 +4758,15 @@ Checking test 138 hafs_regional_1nest_atm_qr_intel results .... Comparing RESTART/fv_BC_ne.res.nest02.nc .........OK Comparing RESTART/fv_BC_sw.res.nest02.nc .........OK - 0: The total amount of wall time = 308.527217 - 0: The maximum resident set size (KB) = 467484 + 0: The total amount of wall time = 308.253672 + 0: The maximum resident set size (KB) = 469496 -Test 138 hafs_regional_1nest_atm_qr_intel PASS +Test 142 hafs_regional_1nest_atm_qr_intel PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/hafs_regional_telescopic_2nests_atm_intel -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/hafs_regional_telescopic_2nests_atm_intel -Checking test 139 hafs_regional_telescopic_2nests_atm_intel results .... +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/hafs_regional_telescopic_2nests_atm_intel +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/hafs_regional_telescopic_2nests_atm_intel +Checking test 143 hafs_regional_telescopic_2nests_atm_intel results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK @@ -4782,15 +4774,15 @@ Checking test 139 hafs_regional_telescopic_2nests_atm_intel results .... Comparing atm.nest03.f006.nc .........OK Comparing sfc.nest03.f006.nc .........OK - 0: The total amount of wall time = 337.815480 - 0: The maximum resident set size (KB) = 511848 + 0: The total amount of wall time = 341.029206 + 0: The maximum resident set size (KB) = 511996 -Test 139 hafs_regional_telescopic_2nests_atm_intel PASS +Test 143 hafs_regional_telescopic_2nests_atm_intel PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/hafs_global_1nest_atm_intel -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/hafs_global_1nest_atm_intel -Checking test 140 hafs_global_1nest_atm_intel results .... +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/hafs_global_1nest_atm_intel +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/hafs_global_1nest_atm_intel +Checking test 144 hafs_global_1nest_atm_intel results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK @@ -4836,15 +4828,15 @@ Checking test 140 hafs_global_1nest_atm_intel results .... Comparing RESTART/fv_BC_ne.res.nest02.nc .........OK Comparing RESTART/fv_BC_sw.res.nest02.nc .........OK - 0: The total amount of wall time = 136.277685 - 0: The maximum resident set size (KB) = 351780 + 0: The total amount of wall time = 138.069927 + 0: The maximum resident set size (KB) = 349120 -Test 140 hafs_global_1nest_atm_intel PASS +Test 144 hafs_global_1nest_atm_intel PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/hafs_global_1nest_atm_intel -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/hafs_global_1nest_atm_qr_intel -Checking test 141 hafs_global_1nest_atm_qr_intel results .... +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/hafs_global_1nest_atm_intel +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/hafs_global_1nest_atm_qr_intel +Checking test 145 hafs_global_1nest_atm_qr_intel results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK @@ -4890,15 +4882,15 @@ Checking test 141 hafs_global_1nest_atm_qr_intel results .... Comparing RESTART/fv_BC_ne.res.nest02.nc .........OK Comparing RESTART/fv_BC_sw.res.nest02.nc .........OK - 0: The total amount of wall time = 143.413519 - 0: The maximum resident set size (KB) = 350548 + 0: The total amount of wall time = 144.516402 + 0: The maximum resident set size (KB) = 340080 -Test 141 hafs_global_1nest_atm_qr_intel PASS +Test 145 hafs_global_1nest_atm_qr_intel PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/hafs_global_multiple_4nests_atm_intel -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/hafs_global_multiple_4nests_atm_intel -Checking test 142 hafs_global_multiple_4nests_atm_intel results .... +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/hafs_global_multiple_4nests_atm_intel +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/hafs_global_multiple_4nests_atm_intel +Checking test 146 hafs_global_multiple_4nests_atm_intel results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK @@ -4979,15 +4971,15 @@ Checking test 142 hafs_global_multiple_4nests_atm_intel results .... Comparing RESTART/fv_BC_sw.res.nest04.nc .........OK Comparing RESTART/fv_BC_sw.res.nest05.nc .........OK - 0: The total amount of wall time = 383.542962 - 0: The maximum resident set size (KB) = 450240 + 0: The total amount of wall time = 384.081522 + 0: The maximum resident set size (KB) = 452648 -Test 142 hafs_global_multiple_4nests_atm_intel PASS +Test 146 hafs_global_multiple_4nests_atm_intel PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/hafs_global_multiple_4nests_atm_intel -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/hafs_global_multiple_4nests_atm_qr_intel -Checking test 143 hafs_global_multiple_4nests_atm_qr_intel results .... +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/hafs_global_multiple_4nests_atm_intel +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/hafs_global_multiple_4nests_atm_qr_intel +Checking test 147 hafs_global_multiple_4nests_atm_qr_intel results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK @@ -5068,15 +5060,15 @@ Checking test 143 hafs_global_multiple_4nests_atm_qr_intel results .... Comparing RESTART/fv_BC_sw.res.nest04.nc .........OK Comparing RESTART/fv_BC_sw.res.nest05.nc .........OK - 0: The total amount of wall time = 423.296940 - 0: The maximum resident set size (KB) = 445764 + 0: The total amount of wall time = 416.083251 + 0: The maximum resident set size (KB) = 441972 -Test 143 hafs_global_multiple_4nests_atm_qr_intel PASS +Test 147 hafs_global_multiple_4nests_atm_qr_intel PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/hafs_regional_specified_moving_1nest_atm_intel -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/hafs_regional_specified_moving_1nest_atm_intel -Checking test 144 hafs_regional_specified_moving_1nest_atm_intel results .... +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/hafs_regional_specified_moving_1nest_atm_intel +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/hafs_regional_specified_moving_1nest_atm_intel +Checking test 148 hafs_regional_specified_moving_1nest_atm_intel results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK @@ -5084,15 +5076,15 @@ Checking test 144 hafs_regional_specified_moving_1nest_atm_intel results .... Comparing HURPRS.GrbF06 .........OK Comparing HURPRS.GrbF06.nest02 .........OK - 0: The total amount of wall time = 191.617101 - 0: The maximum resident set size (KB) = 518924 + 0: The total amount of wall time = 190.173849 + 0: The maximum resident set size (KB) = 519976 -Test 144 hafs_regional_specified_moving_1nest_atm_intel PASS +Test 148 hafs_regional_specified_moving_1nest_atm_intel PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/hafs_regional_storm_following_1nest_atm_intel -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/hafs_regional_storm_following_1nest_atm_intel -Checking test 145 hafs_regional_storm_following_1nest_atm_intel results .... +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/hafs_regional_storm_following_1nest_atm_intel +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/hafs_regional_storm_following_1nest_atm_intel +Checking test 149 hafs_regional_storm_following_1nest_atm_intel results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK @@ -5113,15 +5105,15 @@ Checking test 145 hafs_regional_storm_following_1nest_atm_intel results .... Comparing RESTART/fv_BC_ne.res.nest02.nc .........OK Comparing RESTART/fv_BC_sw.res.nest02.nc .........OK - 0: The total amount of wall time = 179.611165 - 0: The maximum resident set size (KB) = 518316 + 0: The total amount of wall time = 178.687862 + 0: The maximum resident set size (KB) = 488776 -Test 145 hafs_regional_storm_following_1nest_atm_intel PASS +Test 149 hafs_regional_storm_following_1nest_atm_intel PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/hafs_regional_storm_following_1nest_atm_intel -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/hafs_regional_storm_following_1nest_atm_qr_intel -Checking test 146 hafs_regional_storm_following_1nest_atm_qr_intel results .... +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/hafs_regional_storm_following_1nest_atm_intel +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/hafs_regional_storm_following_1nest_atm_qr_intel +Checking test 150 hafs_regional_storm_following_1nest_atm_qr_intel results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK @@ -5142,15 +5134,15 @@ Checking test 146 hafs_regional_storm_following_1nest_atm_qr_intel results .... Comparing RESTART/fv_BC_ne.res.nest02.nc .........OK Comparing RESTART/fv_BC_sw.res.nest02.nc .........OK - 0: The total amount of wall time = 197.024043 - 0: The maximum resident set size (KB) = 501204 + 0: The total amount of wall time = 194.317385 + 0: The maximum resident set size (KB) = 497696 -Test 146 hafs_regional_storm_following_1nest_atm_qr_intel PASS +Test 150 hafs_regional_storm_following_1nest_atm_qr_intel PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/hafs_regional_storm_following_1nest_atm_ocn_intel -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/hafs_regional_storm_following_1nest_atm_ocn_intel -Checking test 147 hafs_regional_storm_following_1nest_atm_ocn_intel results .... +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/hafs_regional_storm_following_1nest_atm_ocn_intel +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/hafs_regional_storm_following_1nest_atm_ocn_intel +Checking test 151 hafs_regional_storm_following_1nest_atm_ocn_intel results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK @@ -5158,43 +5150,43 @@ Checking test 147 hafs_regional_storm_following_1nest_atm_ocn_intel results .... Comparing archv.2020_238_18.a .........OK Comparing archs.2020_238_18.a .........OK - 0: The total amount of wall time = 218.176993 - 0: The maximum resident set size (KB) = 565420 + 0: The total amount of wall time = 219.370614 + 0: The maximum resident set size (KB) = 561516 -Test 147 hafs_regional_storm_following_1nest_atm_ocn_intel PASS +Test 151 hafs_regional_storm_following_1nest_atm_ocn_intel PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/hafs_global_storm_following_1nest_atm_intel -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/hafs_global_storm_following_1nest_atm_intel -Checking test 148 hafs_global_storm_following_1nest_atm_intel results .... +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/hafs_global_storm_following_1nest_atm_intel +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/hafs_global_storm_following_1nest_atm_intel +Checking test 152 hafs_global_storm_following_1nest_atm_intel results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK Comparing sfc.nest02.f006.nc .........OK - 0: The total amount of wall time = 54.671950 - 0: The maximum resident set size (KB) = 362264 + 0: The total amount of wall time = 55.247712 + 0: The maximum resident set size (KB) = 365980 -Test 148 hafs_global_storm_following_1nest_atm_intel PASS +Test 152 hafs_global_storm_following_1nest_atm_intel PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/hafs_regional_storm_following_1nest_atm_ocn_debug_intel -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/hafs_regional_storm_following_1nest_atm_ocn_debug_intel -Checking test 149 hafs_regional_storm_following_1nest_atm_ocn_debug_intel results .... +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/hafs_regional_storm_following_1nest_atm_ocn_debug_intel +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/hafs_regional_storm_following_1nest_atm_ocn_debug_intel +Checking test 153 hafs_regional_storm_following_1nest_atm_ocn_debug_intel results .... Comparing atmf001.nc .........OK Comparing sfcf001.nc .........OK Comparing atm.nest02.f001.nc .........OK Comparing sfc.nest02.f001.nc .........OK - 0: The total amount of wall time = 707.823807 - 0: The maximum resident set size (KB) = 582916 + 0: The total amount of wall time = 715.830651 + 0: The maximum resident set size (KB) = 583924 -Test 149 hafs_regional_storm_following_1nest_atm_ocn_debug_intel PASS +Test 153 hafs_regional_storm_following_1nest_atm_ocn_debug_intel PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/hafs_regional_storm_following_1nest_atm_ocn_wav_intel -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/hafs_regional_storm_following_1nest_atm_ocn_wav_intel -Checking test 150 hafs_regional_storm_following_1nest_atm_ocn_wav_intel results .... +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/hafs_regional_storm_following_1nest_atm_ocn_wav_intel +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/hafs_regional_storm_following_1nest_atm_ocn_wav_intel +Checking test 154 hafs_regional_storm_following_1nest_atm_ocn_wav_intel results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK @@ -5204,162 +5196,162 @@ Checking test 150 hafs_regional_storm_following_1nest_atm_ocn_wav_intel results Comparing 20200825.180000.out_grd.ww3 .........OK Comparing 20200825.180000.out_pnt.ww3 .........OK - 0: The total amount of wall time = 478.464913 - 0: The maximum resident set size (KB) = 618424 + 0: The total amount of wall time = 483.660744 + 0: The maximum resident set size (KB) = 629504 -Test 150 hafs_regional_storm_following_1nest_atm_ocn_wav_intel PASS +Test 154 hafs_regional_storm_following_1nest_atm_ocn_wav_intel PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/hafs_regional_docn_intel -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/hafs_regional_docn_intel -Checking test 151 hafs_regional_docn_intel results .... +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/hafs_regional_docn_intel +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/hafs_regional_docn_intel +Checking test 155 hafs_regional_docn_intel results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing ufs.hafs.cpl.hi.2019-08-29-21600.nc .........OK Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK Comparing ufs.hafs.docn.r.2019-08-29-21600.nc .........OK - 0: The total amount of wall time = 344.177709 - 0: The maximum resident set size (KB) = 1230108 + 0: The total amount of wall time = 339.512192 + 0: The maximum resident set size (KB) = 1204008 -Test 151 hafs_regional_docn_intel PASS +Test 155 hafs_regional_docn_intel PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/hafs_regional_docn_oisst_intel -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/hafs_regional_docn_oisst_intel -Checking test 152 hafs_regional_docn_oisst_intel results .... +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/hafs_regional_docn_oisst_intel +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/hafs_regional_docn_oisst_intel +Checking test 156 hafs_regional_docn_oisst_intel results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing ufs.hafs.cpl.hi.2019-08-29-21600.nc .........OK Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK Comparing ufs.hafs.docn.r.2019-08-29-21600.nc .........OK - 0: The total amount of wall time = 339.415698 - 0: The maximum resident set size (KB) = 1221800 + 0: The total amount of wall time = 345.598664 + 0: The maximum resident set size (KB) = 1213572 -Test 152 hafs_regional_docn_oisst_intel PASS +Test 156 hafs_regional_docn_oisst_intel PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/hafs_regional_datm_cdeps_intel -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/hafs_regional_datm_cdeps_intel -Checking test 153 hafs_regional_datm_cdeps_intel results .... +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/hafs_regional_datm_cdeps_intel +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/hafs_regional_datm_cdeps_intel +Checking test 157 hafs_regional_datm_cdeps_intel results .... Comparing ufs.hafs.cpl.hi.2019-08-30-00000.nc .........OK Comparing ufs.hafs.cpl.r.2019-08-30-00000.nc .........OK Comparing ufs.hafs.datm.r.2019-08-30-00000.nc .........OK - 0: The total amount of wall time = 951.007868 - 0: The maximum resident set size (KB) = 1041908 + 0: The total amount of wall time = 955.835895 + 0: The maximum resident set size (KB) = 1039392 -Test 153 hafs_regional_datm_cdeps_intel PASS +Test 157 hafs_regional_datm_cdeps_intel PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/datm_cdeps_control_cfsr_intel -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/datm_cdeps_control_cfsr_intel -Checking test 154 datm_cdeps_control_cfsr_intel results .... +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/datm_cdeps_control_cfsr_intel +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/datm_cdeps_control_cfsr_intel +Checking test 158 datm_cdeps_control_cfsr_intel results .... Comparing RESTART/20111002.000000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 156.629025 - 0: The maximum resident set size (KB) = 1072136 + 0: The total amount of wall time = 151.448722 + 0: The maximum resident set size (KB) = 1064564 -Test 154 datm_cdeps_control_cfsr_intel PASS +Test 158 datm_cdeps_control_cfsr_intel PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/datm_cdeps_control_cfsr_intel -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/datm_cdeps_restart_cfsr_intel -Checking test 155 datm_cdeps_restart_cfsr_intel results .... +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/datm_cdeps_control_cfsr_intel +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/datm_cdeps_restart_cfsr_intel +Checking test 159 datm_cdeps_restart_cfsr_intel results .... Comparing RESTART/20111002.000000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 88.543128 - 0: The maximum resident set size (KB) = 1008300 + 0: The total amount of wall time = 91.921269 + 0: The maximum resident set size (KB) = 999280 -Test 155 datm_cdeps_restart_cfsr_intel PASS +Test 159 datm_cdeps_restart_cfsr_intel PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/datm_cdeps_control_gefs_intel -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/datm_cdeps_control_gefs_intel -Checking test 156 datm_cdeps_control_gefs_intel results .... +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/datm_cdeps_control_gefs_intel +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/datm_cdeps_control_gefs_intel +Checking test 160 datm_cdeps_control_gefs_intel results .... Comparing RESTART/20111002.000000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS_NEW.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 148.363721 - 0: The maximum resident set size (KB) = 972052 + 0: The total amount of wall time = 147.829071 + 0: The maximum resident set size (KB) = 955992 -Test 156 datm_cdeps_control_gefs_intel PASS +Test 160 datm_cdeps_control_gefs_intel PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/datm_cdeps_iau_gefs_intel -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/datm_cdeps_iau_gefs_intel -Checking test 157 datm_cdeps_iau_gefs_intel results .... +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/datm_cdeps_iau_gefs_intel +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/datm_cdeps_iau_gefs_intel +Checking test 161 datm_cdeps_iau_gefs_intel results .... Comparing RESTART/20111002.000000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS_NEW.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 148.987991 - 0: The maximum resident set size (KB) = 960532 + 0: The total amount of wall time = 153.199979 + 0: The maximum resident set size (KB) = 962596 -Test 157 datm_cdeps_iau_gefs_intel PASS +Test 161 datm_cdeps_iau_gefs_intel PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/datm_cdeps_stochy_gefs_intel -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/datm_cdeps_stochy_gefs_intel -Checking test 158 datm_cdeps_stochy_gefs_intel results .... +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/datm_cdeps_stochy_gefs_intel +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/datm_cdeps_stochy_gefs_intel +Checking test 162 datm_cdeps_stochy_gefs_intel results .... Comparing RESTART/20111002.000000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS_NEW.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 149.584632 - 0: The maximum resident set size (KB) = 958924 + 0: The total amount of wall time = 149.024262 + 0: The maximum resident set size (KB) = 960428 -Test 158 datm_cdeps_stochy_gefs_intel PASS +Test 162 datm_cdeps_stochy_gefs_intel PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/datm_cdeps_ciceC_cfsr_intel -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/datm_cdeps_ciceC_cfsr_intel -Checking test 159 datm_cdeps_ciceC_cfsr_intel results .... +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/datm_cdeps_ciceC_cfsr_intel +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/datm_cdeps_ciceC_cfsr_intel +Checking test 163 datm_cdeps_ciceC_cfsr_intel results .... Comparing RESTART/20111002.000000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 150.818554 - 0: The maximum resident set size (KB) = 1066888 + 0: The total amount of wall time = 149.757091 + 0: The maximum resident set size (KB) = 1071568 -Test 159 datm_cdeps_ciceC_cfsr_intel PASS +Test 163 datm_cdeps_ciceC_cfsr_intel PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/datm_cdeps_bulk_cfsr_intel -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/datm_cdeps_bulk_cfsr_intel -Checking test 160 datm_cdeps_bulk_cfsr_intel results .... +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/datm_cdeps_bulk_cfsr_intel +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/datm_cdeps_bulk_cfsr_intel +Checking test 164 datm_cdeps_bulk_cfsr_intel results .... Comparing RESTART/20111002.000000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 153.225491 - 0: The maximum resident set size (KB) = 1061812 + 0: The total amount of wall time = 152.214450 + 0: The maximum resident set size (KB) = 1051984 -Test 160 datm_cdeps_bulk_cfsr_intel PASS +Test 164 datm_cdeps_bulk_cfsr_intel PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/datm_cdeps_bulk_gefs_intel -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/datm_cdeps_bulk_gefs_intel -Checking test 161 datm_cdeps_bulk_gefs_intel results .... +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/datm_cdeps_bulk_gefs_intel +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/datm_cdeps_bulk_gefs_intel +Checking test 165 datm_cdeps_bulk_gefs_intel results .... Comparing RESTART/20111002.000000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS_NEW.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 142.733901 - 0: The maximum resident set size (KB) = 956936 + 0: The total amount of wall time = 150.182234 + 0: The maximum resident set size (KB) = 955952 -Test 161 datm_cdeps_bulk_gefs_intel PASS +Test 165 datm_cdeps_bulk_gefs_intel PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/datm_cdeps_mx025_cfsr_intel -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/datm_cdeps_mx025_cfsr_intel -Checking test 162 datm_cdeps_mx025_cfsr_intel results .... +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/datm_cdeps_mx025_cfsr_intel +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/datm_cdeps_mx025_cfsr_intel +Checking test 166 datm_cdeps_mx025_cfsr_intel results .... Comparing RESTART/20111001.120000.MOM.res.nc .........OK Comparing RESTART/20111001.120000.MOM.res_1.nc .........OK Comparing RESTART/20111001.120000.MOM.res_2.nc .........OK @@ -5367,15 +5359,15 @@ Checking test 162 datm_cdeps_mx025_cfsr_intel results .... Comparing RESTART/iced.2011-10-01-43200.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-01-43200.nc .........OK - 0: The total amount of wall time = 431.818471 - 0: The maximum resident set size (KB) = 873484 + 0: The total amount of wall time = 425.405963 + 0: The maximum resident set size (KB) = 880156 -Test 162 datm_cdeps_mx025_cfsr_intel PASS +Test 166 datm_cdeps_mx025_cfsr_intel PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/datm_cdeps_mx025_gefs_intel -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/datm_cdeps_mx025_gefs_intel -Checking test 163 datm_cdeps_mx025_gefs_intel results .... +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/datm_cdeps_mx025_gefs_intel +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/datm_cdeps_mx025_gefs_intel +Checking test 167 datm_cdeps_mx025_gefs_intel results .... Comparing RESTART/20111001.120000.MOM.res.nc .........OK Comparing RESTART/20111001.120000.MOM.res_1.nc .........OK Comparing RESTART/20111001.120000.MOM.res_2.nc .........OK @@ -5383,78 +5375,78 @@ Checking test 163 datm_cdeps_mx025_gefs_intel results .... Comparing RESTART/iced.2011-10-01-43200.nc .........OK Comparing RESTART/DATM_GEFS_NEW.cpl.r.2011-10-01-43200.nc .........OK - 0: The total amount of wall time = 427.688438 - 0: The maximum resident set size (KB) = 926536 + 0: The total amount of wall time = 419.930521 + 0: The maximum resident set size (KB) = 911204 -Test 163 datm_cdeps_mx025_gefs_intel PASS +Test 167 datm_cdeps_mx025_gefs_intel PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/datm_cdeps_control_cfsr_intel -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/datm_cdeps_multiple_files_cfsr_intel -Checking test 164 datm_cdeps_multiple_files_cfsr_intel results .... +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/datm_cdeps_control_cfsr_intel +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/datm_cdeps_multiple_files_cfsr_intel +Checking test 168 datm_cdeps_multiple_files_cfsr_intel results .... Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 149.794264 - 0: The maximum resident set size (KB) = 1067772 + 0: The total amount of wall time = 155.262061 + 0: The maximum resident set size (KB) = 1058308 -Test 164 datm_cdeps_multiple_files_cfsr_intel PASS +Test 168 datm_cdeps_multiple_files_cfsr_intel PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/datm_cdeps_3072x1536_cfsr_intel -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/datm_cdeps_3072x1536_cfsr_intel -Checking test 165 datm_cdeps_3072x1536_cfsr_intel results .... +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/datm_cdeps_3072x1536_cfsr_intel +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/datm_cdeps_3072x1536_cfsr_intel +Checking test 169 datm_cdeps_3072x1536_cfsr_intel results .... Comparing RESTART/20111002.000000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR3072x1536.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 222.389607 - 0: The maximum resident set size (KB) = 2294396 + 0: The total amount of wall time = 211.540137 + 0: The maximum resident set size (KB) = 2358996 -Test 165 datm_cdeps_3072x1536_cfsr_intel PASS +Test 169 datm_cdeps_3072x1536_cfsr_intel PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/datm_cdeps_gfs_intel -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/datm_cdeps_gfs_intel -Checking test 166 datm_cdeps_gfs_intel results .... +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/datm_cdeps_gfs_intel +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/datm_cdeps_gfs_intel +Checking test 170 datm_cdeps_gfs_intel results .... Comparing RESTART/20210323.060000.MOM.res.nc .........OK Comparing RESTART/iced.2021-03-23-21600.nc .........OK Comparing RESTART/DATM_GFS.cpl.r.2021-03-23-21600.nc .........OK - 0: The total amount of wall time = 215.168135 - 0: The maximum resident set size (KB) = 2364552 + 0: The total amount of wall time = 217.461605 + 0: The maximum resident set size (KB) = 2293948 -Test 166 datm_cdeps_gfs_intel PASS +Test 170 datm_cdeps_gfs_intel PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/datm_cdeps_debug_cfsr_intel -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/datm_cdeps_debug_cfsr_intel -Checking test 167 datm_cdeps_debug_cfsr_intel results .... +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/datm_cdeps_debug_cfsr_intel +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/datm_cdeps_debug_cfsr_intel +Checking test 171 datm_cdeps_debug_cfsr_intel results .... Comparing RESTART/20111001.060000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-01-21600.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-01-21600.nc .........OK - 0: The total amount of wall time = 354.227136 - 0: The maximum resident set size (KB) = 1002424 + 0: The total amount of wall time = 351.483373 + 0: The maximum resident set size (KB) = 998804 -Test 167 datm_cdeps_debug_cfsr_intel PASS +Test 171 datm_cdeps_debug_cfsr_intel PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/datm_cdeps_control_cfsr_faster_intel -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/datm_cdeps_control_cfsr_faster_intel -Checking test 168 datm_cdeps_control_cfsr_faster_intel results .... +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/datm_cdeps_control_cfsr_faster_intel +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/datm_cdeps_control_cfsr_faster_intel +Checking test 172 datm_cdeps_control_cfsr_faster_intel results .... Comparing RESTART/20111002.000000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 150.591346 - 0: The maximum resident set size (KB) = 1055448 + 0: The total amount of wall time = 150.660733 + 0: The maximum resident set size (KB) = 1054552 -Test 168 datm_cdeps_control_cfsr_faster_intel PASS +Test 172 datm_cdeps_control_cfsr_faster_intel PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/datm_cdeps_lnd_gswp3_intel -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/datm_cdeps_lnd_gswp3_intel -Checking test 169 datm_cdeps_lnd_gswp3_intel results .... +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/datm_cdeps_lnd_gswp3_intel +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/datm_cdeps_lnd_gswp3_intel +Checking test 173 datm_cdeps_lnd_gswp3_intel results .... Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile1.nc .........OK Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile2.nc .........OK Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile3.nc .........OK @@ -5462,15 +5454,15 @@ Checking test 169 datm_cdeps_lnd_gswp3_intel results .... Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile5.nc .........OK Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile6.nc .........OK - 0: The total amount of wall time = 7.708112 - 0: The maximum resident set size (KB) = 253916 + 0: The total amount of wall time = 6.803614 + 0: The maximum resident set size (KB) = 248672 -Test 169 datm_cdeps_lnd_gswp3_intel PASS +Test 173 datm_cdeps_lnd_gswp3_intel PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/datm_cdeps_lnd_gswp3_intel -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/datm_cdeps_lnd_gswp3_rst_intel -Checking test 170 datm_cdeps_lnd_gswp3_rst_intel results .... +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/datm_cdeps_lnd_gswp3_intel +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/datm_cdeps_lnd_gswp3_rst_intel +Checking test 174 datm_cdeps_lnd_gswp3_rst_intel results .... Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile1.nc .........OK Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile2.nc .........OK Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile3.nc .........OK @@ -5478,15 +5470,15 @@ Checking test 170 datm_cdeps_lnd_gswp3_rst_intel results .... Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile5.nc .........OK Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile6.nc .........OK - 0: The total amount of wall time = 12.143914 - 0: The maximum resident set size (KB) = 266564 + 0: The total amount of wall time = 12.463000 + 0: The maximum resident set size (KB) = 261632 -Test 170 datm_cdeps_lnd_gswp3_rst_intel PASS +Test 174 datm_cdeps_lnd_gswp3_rst_intel PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/control_p8_atmlnd_sbs_intel -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/control_p8_atmlnd_sbs_intel -Checking test 171 control_p8_atmlnd_sbs_intel results .... +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/control_p8_atmlnd_sbs_intel +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/control_p8_atmlnd_sbs_intel +Checking test 175 control_p8_atmlnd_sbs_intel results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK Comparing sfcf000.tile3.nc .........OK @@ -5570,15 +5562,15 @@ Checking test 171 control_p8_atmlnd_sbs_intel results .... Comparing ufs.cpld.lnd.out.2021-03-23-21600.tile5.nc .........OK Comparing ufs.cpld.lnd.out.2021-03-23-21600.tile6.nc .........OK - 0: The total amount of wall time = 201.974277 - 0: The maximum resident set size (KB) = 1620020 + 0: The total amount of wall time = 205.052755 + 0: The maximum resident set size (KB) = 1603988 -Test 171 control_p8_atmlnd_sbs_intel PASS +Test 175 control_p8_atmlnd_sbs_intel PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/atmwav_control_noaero_p8_intel -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/atmwav_control_noaero_p8_intel -Checking test 172 atmwav_control_noaero_p8_intel results .... +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/atmwav_control_noaero_p8_intel +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/atmwav_control_noaero_p8_intel +Checking test 176 atmwav_control_noaero_p8_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK Comparing atmf000.nc .........OK @@ -5620,15 +5612,15 @@ Checking test 172 atmwav_control_noaero_p8_intel results .... Comparing 20210322.180000.out_grd.ww3 .........OK Comparing ufs.atmw.ww3.r.2021-03-22-64800 .........OK - 0: The total amount of wall time = 93.539627 - 0: The maximum resident set size (KB) = 1628588 + 0: The total amount of wall time = 96.158317 + 0: The maximum resident set size (KB) = 1636176 -Test 172 atmwav_control_noaero_p8_intel PASS +Test 176 atmwav_control_noaero_p8_intel PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/control_atmwav_intel -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/control_atmwav_intel -Checking test 173 control_atmwav_intel results .... +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/control_atmwav_intel +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/control_atmwav_intel +Checking test 177 control_atmwav_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK Comparing atmf000.nc .........OK @@ -5671,15 +5663,15 @@ Checking test 173 control_atmwav_intel results .... Comparing RESTART/20210322.180000.sfc_data.tile6.nc .........OK Comparing 20210322.180000.restart.glo_1deg .........OK - 0: The total amount of wall time = 87.046644 - 0: The maximum resident set size (KB) = 656788 + 0: The total amount of wall time = 90.034001 + 0: The maximum resident set size (KB) = 627644 -Test 173 control_atmwav_intel PASS +Test 177 control_atmwav_intel PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/atmaero_control_p8_intel -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/atmaero_control_p8_intel -Checking test 174 atmaero_control_p8_intel results .... +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/atmaero_control_p8_intel +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/atmaero_control_p8_intel +Checking test 178 atmaero_control_p8_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -5722,15 +5714,15 @@ Checking test 174 atmaero_control_p8_intel results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 227.253579 - 0: The maximum resident set size (KB) = 2981472 + 0: The total amount of wall time = 234.948704 + 0: The maximum resident set size (KB) = 2963932 -Test 174 atmaero_control_p8_intel PASS +Test 178 atmaero_control_p8_intel PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/atmaero_control_p8_rad_intel -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/atmaero_control_p8_rad_intel -Checking test 175 atmaero_control_p8_rad_intel results .... +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/atmaero_control_p8_rad_intel +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/atmaero_control_p8_rad_intel +Checking test 179 atmaero_control_p8_rad_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -5773,15 +5765,15 @@ Checking test 175 atmaero_control_p8_rad_intel results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 283.231854 - 0: The maximum resident set size (KB) = 3035980 + 0: The total amount of wall time = 283.700893 + 0: The maximum resident set size (KB) = 3032256 -Test 175 atmaero_control_p8_rad_intel PASS +Test 179 atmaero_control_p8_rad_intel PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/atmaero_control_p8_rad_micro_intel -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/atmaero_control_p8_rad_micro_intel -Checking test 176 atmaero_control_p8_rad_micro_intel results .... +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/atmaero_control_p8_rad_micro_intel +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/atmaero_control_p8_rad_micro_intel +Checking test 180 atmaero_control_p8_rad_micro_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -5824,15 +5816,15 @@ Checking test 176 atmaero_control_p8_rad_micro_intel results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 286.584538 - 0: The maximum resident set size (KB) = 3045428 + 0: The total amount of wall time = 281.967076 + 0: The maximum resident set size (KB) = 3019772 -Test 176 atmaero_control_p8_rad_micro_intel PASS +Test 180 atmaero_control_p8_rad_micro_intel PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/regional_atmaq_intel -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/regional_atmaq_intel -Checking test 177 regional_atmaq_intel results .... +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/regional_atmaq_intel +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/regional_atmaq_intel +Checking test 181 regional_atmaq_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf003.nc .........OK Comparing sfcf006.nc .........OK @@ -5847,15 +5839,15 @@ Checking test 177 regional_atmaq_intel results .... Comparing RESTART/20190801.180000.phy_data.nc .........OK Comparing RESTART/20190801.180000.sfc_data.nc .........OK - 0: The total amount of wall time = 638.601366 - 0: The maximum resident set size (KB) = 1471216 + 0: The total amount of wall time = 648.153560 + 0: The maximum resident set size (KB) = 1419732 -Test 177 regional_atmaq_intel PASS +Test 181 regional_atmaq_intel PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/regional_atmaq_debug_intel -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/regional_atmaq_debug_intel -Checking test 178 regional_atmaq_debug_intel results .... +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/regional_atmaq_debug_intel +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/regional_atmaq_debug_intel +Checking test 182 regional_atmaq_debug_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK @@ -5868,15 +5860,15 @@ Checking test 178 regional_atmaq_debug_intel results .... Comparing RESTART/20190801.130000.phy_data.nc .........OK Comparing RESTART/20190801.130000.sfc_data.nc .........OK - 0: The total amount of wall time = 1162.517684 - 0: The maximum resident set size (KB) = 1422760 + 0: The total amount of wall time = 1184.759026 + 0: The maximum resident set size (KB) = 1385796 -Test 178 regional_atmaq_debug_intel PASS +Test 182 regional_atmaq_debug_intel PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/regional_atmaq_faster_intel -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/regional_atmaq_faster_intel -Checking test 179 regional_atmaq_faster_intel results .... +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/regional_atmaq_faster_intel +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/regional_atmaq_faster_intel +Checking test 183 regional_atmaq_faster_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf003.nc .........OK Comparing sfcf006.nc .........OK @@ -5891,15 +5883,15 @@ Checking test 179 regional_atmaq_faster_intel results .... Comparing RESTART/20190801.180000.phy_data.nc .........OK Comparing RESTART/20190801.180000.sfc_data.nc .........OK - 0: The total amount of wall time = 552.888843 - 0: The maximum resident set size (KB) = 1455984 + 0: The total amount of wall time = 557.875943 + 0: The maximum resident set size (KB) = 1372556 -Test 179 regional_atmaq_faster_intel PASS +Test 183 regional_atmaq_faster_intel PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/control_c48_gnu -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/control_c48_gnu -Checking test 180 control_c48_gnu results .... +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/control_c48_gnu +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/control_c48_gnu +Checking test 184 control_c48_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -5937,15 +5929,15 @@ Checking test 180 control_c48_gnu results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -0: The total amount of wall time = 682.092350 -0: The maximum resident set size (KB) = 702292 +0: The total amount of wall time = 684.567692 +0: The maximum resident set size (KB) = 701832 -Test 180 control_c48_gnu PASS +Test 184 control_c48_gnu PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/control_stochy_gnu -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/control_stochy_gnu -Checking test 181 control_stochy_gnu results .... +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/control_stochy_gnu +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/control_stochy_gnu +Checking test 185 control_stochy_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK Comparing atmf000.nc .........OK @@ -5955,15 +5947,15 @@ Checking test 181 control_stochy_gnu results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 663.552140 - 0: The maximum resident set size (KB) = 479012 + 0: The total amount of wall time = 645.318974 + 0: The maximum resident set size (KB) = 475184 -Test 181 control_stochy_gnu PASS +Test 185 control_stochy_gnu PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/control_ras_gnu -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/control_ras_gnu -Checking test 182 control_ras_gnu results .... +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/control_ras_gnu +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/control_ras_gnu +Checking test 186 control_ras_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -5973,15 +5965,15 @@ Checking test 182 control_ras_gnu results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 826.024000 - 0: The maximum resident set size (KB) = 486172 + 0: The total amount of wall time = 851.347732 + 0: The maximum resident set size (KB) = 482328 -Test 182 control_ras_gnu PASS +Test 186 control_ras_gnu PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/control_p8_gnu -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/control_p8_gnu -Checking test 183 control_p8_gnu results .... +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/control_p8_gnu +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/control_p8_gnu +Checking test 187 control_p8_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -6027,15 +6019,15 @@ Checking test 183 control_p8_gnu results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 897.158785 - 0: The maximum resident set size (KB) = 1236708 + 0: The total amount of wall time = 914.793879 + 0: The maximum resident set size (KB) = 1232828 -Test 183 control_p8_gnu PASS +Test 187 control_p8_gnu PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/control_flake_gnu -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/control_flake_gnu -Checking test 184 control_flake_gnu results .... +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/control_flake_gnu +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/control_flake_gnu +Checking test 188 control_flake_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -6045,15 +6037,15 @@ Checking test 184 control_flake_gnu results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 1617.222383 - 0: The maximum resident set size (KB) = 521804 + 0: The total amount of wall time = 1582.707076 + 0: The maximum resident set size (KB) = 524616 -Test 184 control_flake_gnu PASS +Test 188 control_flake_gnu PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/rap_control_gnu -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/rap_control_gnu -Checking test 185 rap_control_gnu results .... +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/rap_control_gnu +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/rap_control_gnu +Checking test 189 rap_control_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -6099,15 +6091,15 @@ Checking test 185 rap_control_gnu results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 1509.984634 - 0: The maximum resident set size (KB) = 830000 + 0: The total amount of wall time = 1429.832858 + 0: The maximum resident set size (KB) = 829916 -Test 185 rap_control_gnu PASS +Test 189 rap_control_gnu PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/rap_control_gnu -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/rap_decomp_gnu -Checking test 186 rap_decomp_gnu results .... +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/rap_control_gnu +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/rap_decomp_gnu +Checking test 190 rap_decomp_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -6153,15 +6145,15 @@ Checking test 186 rap_decomp_gnu results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 1478.327134 - 0: The maximum resident set size (KB) = 829624 + 0: The total amount of wall time = 1495.548738 + 0: The maximum resident set size (KB) = 830880 -Test 186 rap_decomp_gnu PASS +Test 190 rap_decomp_gnu PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/rap_control_gnu -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/rap_2threads_gnu -Checking test 187 rap_2threads_gnu results .... +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/rap_control_gnu +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/rap_2threads_gnu +Checking test 191 rap_2threads_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -6207,15 +6199,15 @@ Checking test 187 rap_2threads_gnu results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 1346.746487 - 0: The maximum resident set size (KB) = 899000 + 0: The total amount of wall time = 1336.501497 + 0: The maximum resident set size (KB) = 890740 -Test 187 rap_2threads_gnu PASS +Test 191 rap_2threads_gnu PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/rap_control_gnu -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/rap_restart_gnu -Checking test 188 rap_restart_gnu results .... +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/rap_control_gnu +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/rap_restart_gnu +Checking test 192 rap_restart_gnu results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK Comparing GFSFLX.GrbF24 .........OK @@ -6253,15 +6245,15 @@ Checking test 188 rap_restart_gnu results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 721.075554 - 0: The maximum resident set size (KB) = 547220 + 0: The total amount of wall time = 711.109939 + 0: The maximum resident set size (KB) = 546152 -Test 188 rap_restart_gnu PASS +Test 192 rap_restart_gnu PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/rap_sfcdiff_gnu -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/rap_sfcdiff_gnu -Checking test 189 rap_sfcdiff_gnu results .... +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/rap_sfcdiff_gnu +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/rap_sfcdiff_gnu +Checking test 193 rap_sfcdiff_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -6307,15 +6299,15 @@ Checking test 189 rap_sfcdiff_gnu results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 1487.668262 - 0: The maximum resident set size (KB) = 828940 + 0: The total amount of wall time = 1478.065105 + 0: The maximum resident set size (KB) = 825944 -Test 189 rap_sfcdiff_gnu PASS +Test 193 rap_sfcdiff_gnu PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/rap_sfcdiff_gnu -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/rap_sfcdiff_decomp_gnu -Checking test 190 rap_sfcdiff_decomp_gnu results .... +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/rap_sfcdiff_gnu +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/rap_sfcdiff_decomp_gnu +Checking test 194 rap_sfcdiff_decomp_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -6361,15 +6353,15 @@ Checking test 190 rap_sfcdiff_decomp_gnu results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 1426.433993 - 0: The maximum resident set size (KB) = 832292 + 0: The total amount of wall time = 1451.404490 + 0: The maximum resident set size (KB) = 826560 -Test 190 rap_sfcdiff_decomp_gnu PASS +Test 194 rap_sfcdiff_decomp_gnu PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/rap_sfcdiff_gnu -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/rap_sfcdiff_restart_gnu -Checking test 191 rap_sfcdiff_restart_gnu results .... +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/rap_sfcdiff_gnu +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/rap_sfcdiff_restart_gnu +Checking test 195 rap_sfcdiff_restart_gnu results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK Comparing GFSFLX.GrbF12 .........OK @@ -6407,15 +6399,15 @@ Checking test 191 rap_sfcdiff_restart_gnu results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 1058.141583 - 0: The maximum resident set size (KB) = 554048 + 0: The total amount of wall time = 1052.036924 + 0: The maximum resident set size (KB) = 549472 -Test 191 rap_sfcdiff_restart_gnu PASS +Test 195 rap_sfcdiff_restart_gnu PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/hrrr_control_gnu -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/hrrr_control_gnu -Checking test 192 hrrr_control_gnu results .... +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/hrrr_control_gnu +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/hrrr_control_gnu +Checking test 196 hrrr_control_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -6461,15 +6453,15 @@ Checking test 192 hrrr_control_gnu results .... Comparing RESTART/20210322.120000.sfc_data.tile5.nc ............ALT CHECK......OK Comparing RESTART/20210322.120000.sfc_data.tile6.nc ............ALT CHECK......OK - 0: The total amount of wall time = 1443.682134 - 0: The maximum resident set size (KB) = 825984 + 0: The total amount of wall time = 1436.799623 + 0: The maximum resident set size (KB) = 821320 -Test 192 hrrr_control_gnu PASS +Test 196 hrrr_control_gnu PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/hrrr_control_gnu -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/hrrr_control_qr_gnu -Checking test 193 hrrr_control_qr_gnu results .... +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/hrrr_control_gnu +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/hrrr_control_qr_gnu +Checking test 197 hrrr_control_qr_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -6515,15 +6507,15 @@ Checking test 193 hrrr_control_qr_gnu results .... Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 1450.841027 - 0: The maximum resident set size (KB) = 842668 + 0: The total amount of wall time = 1452.417261 + 0: The maximum resident set size (KB) = 837196 -Test 193 hrrr_control_qr_gnu PASS +Test 197 hrrr_control_qr_gnu PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/hrrr_control_gnu -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/hrrr_control_2threads_gnu -Checking test 194 hrrr_control_2threads_gnu results .... +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/hrrr_control_gnu +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/hrrr_control_2threads_gnu +Checking test 198 hrrr_control_2threads_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -6569,15 +6561,15 @@ Checking test 194 hrrr_control_2threads_gnu results .... Comparing RESTART/20210322.120000.sfc_data.tile5.nc ............ALT CHECK......OK Comparing RESTART/20210322.120000.sfc_data.tile6.nc ............ALT CHECK......OK - 0: The total amount of wall time = 1511.237210 - 0: The maximum resident set size (KB) = 893600 + 0: The total amount of wall time = 1499.290043 + 0: The maximum resident set size (KB) = 893132 -Test 194 hrrr_control_2threads_gnu PASS +Test 198 hrrr_control_2threads_gnu PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/hrrr_control_gnu -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/hrrr_control_decomp_gnu -Checking test 195 hrrr_control_decomp_gnu results .... +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/hrrr_control_gnu +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/hrrr_control_decomp_gnu +Checking test 199 hrrr_control_decomp_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -6623,43 +6615,43 @@ Checking test 195 hrrr_control_decomp_gnu results .... Comparing RESTART/20210322.120000.sfc_data.tile5.nc ............ALT CHECK......OK Comparing RESTART/20210322.120000.sfc_data.tile6.nc ............ALT CHECK......OK - 0: The total amount of wall time = 1477.873407 - 0: The maximum resident set size (KB) = 826936 + 0: The total amount of wall time = 1422.953563 + 0: The maximum resident set size (KB) = 822260 -Test 195 hrrr_control_decomp_gnu PASS +Test 199 hrrr_control_decomp_gnu PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/hrrr_control_gnu -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/hrrr_control_restart_gnu -Checking test 196 hrrr_control_restart_gnu results .... +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/hrrr_control_gnu +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/hrrr_control_restart_gnu +Checking test 200 hrrr_control_restart_gnu results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK Comparing GFSFLX.GrbF12 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 1062.918781 - 0: The maximum resident set size (KB) = 546212 + 0: The total amount of wall time = 1080.603839 + 0: The maximum resident set size (KB) = 544636 -Test 196 hrrr_control_restart_gnu PASS +Test 200 hrrr_control_restart_gnu PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/hrrr_control_gnu -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/hrrr_control_restart_qr_gnu -Checking test 197 hrrr_control_restart_qr_gnu results .... +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/hrrr_control_gnu +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/hrrr_control_restart_qr_gnu +Checking test 201 hrrr_control_restart_qr_gnu results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK Comparing GFSFLX.GrbF12 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 1086.306772 - 0: The maximum resident set size (KB) = 562112 + 0: The total amount of wall time = 1058.285883 + 0: The maximum resident set size (KB) = 564256 -Test 197 hrrr_control_restart_qr_gnu PASS +Test 201 hrrr_control_restart_qr_gnu PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/rrfs_v1beta_gnu -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/rrfs_v1beta_gnu -Checking test 198 rrfs_v1beta_gnu results .... +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/rrfs_v1beta_gnu +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/rrfs_v1beta_gnu +Checking test 202 rrfs_v1beta_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -6705,15 +6697,15 @@ Checking test 198 rrfs_v1beta_gnu results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 1474.924861 - 0: The maximum resident set size (KB) = 830236 + 0: The total amount of wall time = 1454.477386 + 0: The maximum resident set size (KB) = 825420 -Test 198 rrfs_v1beta_gnu PASS +Test 202 rrfs_v1beta_gnu PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/rrfs_smoke_conus13km_hrrr_warm_gnu -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/rrfs_smoke_conus13km_hrrr_warm_gnu -Checking test 199 rrfs_smoke_conus13km_hrrr_warm_gnu results .... +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/rrfs_smoke_conus13km_hrrr_warm_gnu +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/rrfs_smoke_conus13km_hrrr_warm_gnu +Checking test 203 rrfs_smoke_conus13km_hrrr_warm_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing sfcf002.nc .........OK @@ -6728,15 +6720,38 @@ Checking test 199 rrfs_smoke_conus13km_hrrr_warm_gnu results .... Comparing RESTART/20210512.170000.phy_data.nc .........OK Comparing RESTART/20210512.170000.sfc_data.nc .........OK - 0: The total amount of wall time = 810.152337 - 0: The maximum resident set size (KB) = 665356 + 0: The total amount of wall time = 826.622401 + 0: The maximum resident set size (KB) = 664036 + +Test 203 rrfs_smoke_conus13km_hrrr_warm_gnu PASS + + +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/rrfs_smoke_conus13km_hrrr_warm_gnu +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/rrfs_smoke_conus13km_hrrr_warm_qr_gnu +Checking test 204 rrfs_smoke_conus13km_hrrr_warm_qr_gnu results .... + Comparing sfcf000.nc .........OK + Comparing sfcf001.nc .........OK + Comparing sfcf002.nc .........OK + Comparing atmf000.nc .........OK + Comparing atmf001.nc .........OK + Comparing atmf002.nc .........OK + Comparing RESTART/20210512.170000.coupler.res .........OK + Comparing RESTART/20210512.170000.fv_core.res.nc .........OK + Comparing RESTART/20210512.170000.fv_core.res.tile1.nc ............ALT CHECK......OK + Comparing RESTART/20210512.170000.fv_srf_wnd.res.tile1.nc ............ALT CHECK......OK + Comparing RESTART/20210512.170000.fv_tracer.res.tile1.nc ............ALT CHECK......OK + Comparing RESTART/20210512.170000.phy_data.nc ............ALT CHECK......OK + Comparing RESTART/20210512.170000.sfc_data.nc ............ALT CHECK......OK + + 0: The total amount of wall time = 831.483103 + 0: The maximum resident set size (KB) = 617224 -Test 199 rrfs_smoke_conus13km_hrrr_warm_gnu PASS +Test 204 rrfs_smoke_conus13km_hrrr_warm_qr_gnu PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/rrfs_smoke_conus13km_hrrr_warm_gnu -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/rrfs_smoke_conus13km_hrrr_warm_2threads_gnu -Checking test 200 rrfs_smoke_conus13km_hrrr_warm_2threads_gnu results .... +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/rrfs_smoke_conus13km_hrrr_warm_gnu +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/rrfs_smoke_conus13km_hrrr_warm_2threads_gnu +Checking test 205 rrfs_smoke_conus13km_hrrr_warm_2threads_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing sfcf002.nc .........OK @@ -6744,15 +6759,15 @@ Checking test 200 rrfs_smoke_conus13km_hrrr_warm_2threads_gnu results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 1107.618019 - 0: The maximum resident set size (KB) = 662192 + 0: The total amount of wall time = 1075.965396 + 0: The maximum resident set size (KB) = 662100 -Test 200 rrfs_smoke_conus13km_hrrr_warm_2threads_gnu PASS +Test 205 rrfs_smoke_conus13km_hrrr_warm_2threads_gnu PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/rrfs_smoke_conus13km_hrrr_warm_radar_tten_gnu -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/rrfs_smoke_conus13km_radar_tten_warm_gnu -Checking test 201 rrfs_smoke_conus13km_radar_tten_warm_gnu results .... +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/rrfs_smoke_conus13km_hrrr_warm_radar_tten_gnu +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/rrfs_smoke_conus13km_radar_tten_warm_gnu +Checking test 206 rrfs_smoke_conus13km_radar_tten_warm_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing sfcf002.nc .........OK @@ -6760,15 +6775,15 @@ Checking test 201 rrfs_smoke_conus13km_radar_tten_warm_gnu results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 842.869822 - 0: The maximum resident set size (KB) = 667820 + 0: The total amount of wall time = 829.312300 + 0: The maximum resident set size (KB) = 665136 -Test 201 rrfs_smoke_conus13km_radar_tten_warm_gnu PASS +Test 206 rrfs_smoke_conus13km_radar_tten_warm_gnu PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/rrfs_conus13km_hrrr_warm_gnu -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/rrfs_conus13km_hrrr_warm_gnu -Checking test 202 rrfs_conus13km_hrrr_warm_gnu results .... +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/rrfs_conus13km_hrrr_warm_gnu +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/rrfs_conus13km_hrrr_warm_gnu +Checking test 207 rrfs_conus13km_hrrr_warm_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing sfcf002.nc .........OK @@ -6783,263 +6798,275 @@ Checking test 202 rrfs_conus13km_hrrr_warm_gnu results .... Comparing RESTART/20210512.170000.phy_data.nc .........OK Comparing RESTART/20210512.170000.sfc_data.nc .........OK - 0: The total amount of wall time = 770.842932 - 0: The maximum resident set size (KB) = 642868 + 0: The total amount of wall time = 765.420464 + 0: The maximum resident set size (KB) = 642848 + +Test 207 rrfs_conus13km_hrrr_warm_gnu PASS + + +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/rrfs_smoke_conus13km_hrrr_warm_restart_mismatch_gnu +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/rrfs_smoke_conus13km_hrrr_warm_restart_mismatch_gnu +Checking test 208 rrfs_smoke_conus13km_hrrr_warm_restart_mismatch_gnu results .... + Comparing sfcf002.nc .........OK + Comparing atmf002.nc .........OK + + 0: The total amount of wall time = 412.824607 + 0: The maximum resident set size (KB) = 653820 -Test 202 rrfs_conus13km_hrrr_warm_gnu PASS +Test 208 rrfs_smoke_conus13km_hrrr_warm_restart_mismatch_gnu PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/rrfs_smoke_conus13km_hrrr_warm_restart_mismatch_gnu -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/rrfs_smoke_conus13km_hrrr_warm_restart_mismatch_gnu -Checking test 203 rrfs_smoke_conus13km_hrrr_warm_restart_mismatch_gnu results .... +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/rrfs_smoke_conus13km_hrrr_warm_restart_mismatch_gnu +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/rrfs_smoke_conus13km_hrrr_warm_restart_qr_mismatch_gnu +Checking test 209 rrfs_smoke_conus13km_hrrr_warm_restart_qr_mismatch_gnu results .... Comparing sfcf002.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 432.368065 - 0: The maximum resident set size (KB) = 652036 + 0: The total amount of wall time = 478.541782 + 0: The maximum resident set size (KB) = 678848 -Test 203 rrfs_smoke_conus13km_hrrr_warm_restart_mismatch_gnu PASS +Test 209 rrfs_smoke_conus13km_hrrr_warm_restart_qr_mismatch_gnu PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/control_diag_debug_gnu -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/control_diag_debug_gnu -Checking test 204 control_diag_debug_gnu results .... +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/control_diag_debug_gnu +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/control_diag_debug_gnu +Checking test 210 control_diag_debug_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 124.023779 - 0: The maximum resident set size (KB) = 533408 + 0: The total amount of wall time = 123.923733 + 0: The maximum resident set size (KB) = 524856 -Test 204 control_diag_debug_gnu PASS +Test 210 control_diag_debug_gnu PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/regional_debug_gnu -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/regional_debug_gnu -Checking test 205 regional_debug_gnu results .... +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/regional_debug_gnu +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/regional_debug_gnu +Checking test 211 regional_debug_gnu results .... Comparing dynf000.nc .........OK Comparing dynf001.nc .........OK Comparing phyf000.nc .........OK Comparing phyf001.nc .........OK - 0: The total amount of wall time = 595.384596 - 0: The maximum resident set size (KB) = 591988 + 0: The total amount of wall time = 685.530672 + 0: The maximum resident set size (KB) = 588920 -Test 205 regional_debug_gnu PASS +Test 211 regional_debug_gnu PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/rap_control_debug_gnu -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/rap_control_debug_gnu -Checking test 206 rap_control_debug_gnu results .... +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/rap_control_debug_gnu +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/rap_control_debug_gnu +Checking test 212 rap_control_debug_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 175.213502 - 0: The maximum resident set size (KB) = 845028 + 0: The total amount of wall time = 175.890103 + 0: The maximum resident set size (KB) = 835424 -Test 206 rap_control_debug_gnu PASS +Test 212 rap_control_debug_gnu PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/hrrr_control_debug_gnu -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/hrrr_control_debug_gnu -Checking test 207 hrrr_control_debug_gnu results .... +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/hrrr_control_debug_gnu +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/hrrr_control_debug_gnu +Checking test 213 hrrr_control_debug_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 169.778272 - 0: The maximum resident set size (KB) = 841712 + 0: The total amount of wall time = 168.105160 + 0: The maximum resident set size (KB) = 836216 -Test 207 hrrr_control_debug_gnu PASS +Test 213 hrrr_control_debug_gnu PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/rap_diag_debug_gnu -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/rap_diag_debug_gnu -Checking test 208 rap_diag_debug_gnu results .... +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/rap_diag_debug_gnu +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/rap_diag_debug_gnu +Checking test 214 rap_diag_debug_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 209.768529 - 0: The maximum resident set size (KB) = 927916 + 0: The total amount of wall time = 212.382801 + 0: The maximum resident set size (KB) = 918328 -Test 208 rap_diag_debug_gnu PASS +Test 214 rap_diag_debug_gnu PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/rap_noah_sfcdiff_cires_ugwp_debug_gnu -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/rap_noah_sfcdiff_cires_ugwp_debug_gnu -Checking test 209 rap_noah_sfcdiff_cires_ugwp_debug_gnu results .... +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/rap_noah_sfcdiff_cires_ugwp_debug_gnu +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/rap_noah_sfcdiff_cires_ugwp_debug_gnu +Checking test 215 rap_noah_sfcdiff_cires_ugwp_debug_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 270.616618 - 0: The maximum resident set size (KB) = 845788 + 0: The total amount of wall time = 267.304108 + 0: The maximum resident set size (KB) = 830396 -Test 209 rap_noah_sfcdiff_cires_ugwp_debug_gnu PASS +Test 215 rap_noah_sfcdiff_cires_ugwp_debug_gnu PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/rap_progcld_thompson_debug_gnu -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/rap_progcld_thompson_debug_gnu -Checking test 210 rap_progcld_thompson_debug_gnu results .... +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/rap_progcld_thompson_debug_gnu +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/rap_progcld_thompson_debug_gnu +Checking test 216 rap_progcld_thompson_debug_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 175.856016 - 0: The maximum resident set size (KB) = 848136 + 0: The total amount of wall time = 173.107864 + 0: The maximum resident set size (KB) = 833424 -Test 210 rap_progcld_thompson_debug_gnu PASS +Test 216 rap_progcld_thompson_debug_gnu PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/rrfs_v1beta_debug_gnu -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/rrfs_v1beta_debug_gnu -Checking test 211 rrfs_v1beta_debug_gnu results .... +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/rrfs_v1beta_debug_gnu +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/rrfs_v1beta_debug_gnu +Checking test 217 rrfs_v1beta_debug_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 171.513774 - 0: The maximum resident set size (KB) = 840652 + 0: The total amount of wall time = 171.285950 + 0: The maximum resident set size (KB) = 831948 -Test 211 rrfs_v1beta_debug_gnu PASS +Test 217 rrfs_v1beta_debug_gnu PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/control_ras_debug_gnu -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/control_ras_debug_gnu -Checking test 212 control_ras_debug_gnu results .... +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/control_ras_debug_gnu +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/control_ras_debug_gnu +Checking test 218 control_ras_debug_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 101.092230 - 0: The maximum resident set size (KB) = 488296 + 0: The total amount of wall time = 101.157819 + 0: The maximum resident set size (KB) = 475496 -Test 212 control_ras_debug_gnu PASS +Test 218 control_ras_debug_gnu PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/control_stochy_debug_gnu -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/control_stochy_debug_gnu -Checking test 213 control_stochy_debug_gnu results .... +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/control_stochy_debug_gnu +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/control_stochy_debug_gnu +Checking test 219 control_stochy_debug_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 113.679745 - 0: The maximum resident set size (KB) = 477768 + 0: The total amount of wall time = 118.241024 + 0: The maximum resident set size (KB) = 469128 -Test 213 control_stochy_debug_gnu PASS +Test 219 control_stochy_debug_gnu PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/control_debug_p8_gnu -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/control_debug_p8_gnu -Checking test 214 control_debug_p8_gnu results .... +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/control_debug_p8_gnu +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/control_debug_p8_gnu +Checking test 220 control_debug_p8_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 115.467840 - 0: The maximum resident set size (KB) = 1232956 + 0: The total amount of wall time = 117.355250 + 0: The maximum resident set size (KB) = 1223144 -Test 214 control_debug_p8_gnu PASS +Test 220 control_debug_p8_gnu PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/rrfs_smoke_conus13km_hrrr_warm_debug_gnu -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/rrfs_smoke_conus13km_hrrr_warm_debug_gnu -Checking test 215 rrfs_smoke_conus13km_hrrr_warm_debug_gnu results .... +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/rrfs_smoke_conus13km_hrrr_warm_debug_gnu +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/rrfs_smoke_conus13km_hrrr_warm_debug_gnu +Checking test 221 rrfs_smoke_conus13km_hrrr_warm_debug_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 643.764951 - 0: The maximum resident set size (KB) = 681420 + 0: The total amount of wall time = 636.802962 + 0: The maximum resident set size (KB) = 679516 -Test 215 rrfs_smoke_conus13km_hrrr_warm_debug_gnu PASS +Test 221 rrfs_smoke_conus13km_hrrr_warm_debug_gnu PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/rrfs_smoke_conus13km_hrrr_warm_debug_gnu -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/rrfs_smoke_conus13km_hrrr_warm_debug_2threads_gnu -Checking test 216 rrfs_smoke_conus13km_hrrr_warm_debug_2threads_gnu results .... +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/rrfs_smoke_conus13km_hrrr_warm_debug_gnu +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/rrfs_smoke_conus13km_hrrr_warm_debug_2threads_gnu +Checking test 222 rrfs_smoke_conus13km_hrrr_warm_debug_2threads_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 752.675407 - 0: The maximum resident set size (KB) = 681860 + 0: The total amount of wall time = 753.313880 + 0: The maximum resident set size (KB) = 677620 -Test 216 rrfs_smoke_conus13km_hrrr_warm_debug_2threads_gnu PASS +Test 222 rrfs_smoke_conus13km_hrrr_warm_debug_2threads_gnu PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/rrfs_conus13km_hrrr_warm_debugs_gnu -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/rrfs_conus13km_hrrr_warm_debug_gnu -Checking test 217 rrfs_conus13km_hrrr_warm_debug_gnu results .... +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/rrfs_conus13km_hrrr_warm_debugs_gnu +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/rrfs_conus13km_hrrr_warm_debug_gnu +Checking test 223 rrfs_conus13km_hrrr_warm_debug_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 591.099701 - 0: The maximum resident set size (KB) = 658840 + 0: The total amount of wall time = 603.815866 + 0: The maximum resident set size (KB) = 650404 -Test 217 rrfs_conus13km_hrrr_warm_debug_gnu PASS +Test 223 rrfs_conus13km_hrrr_warm_debug_gnu PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/rap_flake_debug_gnu -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/rap_flake_debug_gnu -Checking test 218 rap_flake_debug_gnu results .... +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/rap_flake_debug_gnu +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/rap_flake_debug_gnu +Checking test 224 rap_flake_debug_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 172.945790 - 0: The maximum resident set size (KB) = 844044 + 0: The total amount of wall time = 176.894831 + 0: The maximum resident set size (KB) = 835264 -Test 218 rap_flake_debug_gnu PASS +Test 224 rap_flake_debug_gnu PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/rap_clm_lake_debug_gnu -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/rap_clm_lake_debug_gnu -Checking test 219 rap_clm_lake_debug_gnu results .... +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/rap_clm_lake_debug_gnu +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/rap_clm_lake_debug_gnu +Checking test 225 rap_clm_lake_debug_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 193.709463 - 0: The maximum resident set size (KB) = 849916 + 0: The total amount of wall time = 194.123600 + 0: The maximum resident set size (KB) = 840172 -Test 219 rap_clm_lake_debug_gnu PASS +Test 225 rap_clm_lake_debug_gnu PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/control_wam_debug_gnu -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/control_wam_debug_gnu -Checking test 220 control_wam_debug_gnu results .... +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/control_wam_debug_gnu +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/control_wam_debug_gnu +Checking test 226 control_wam_debug_gnu results .... Comparing sfcf019.nc .........OK Comparing atmf019.nc .........OK - 0: The total amount of wall time = 186.458554 - 0: The maximum resident set size (KB) = 194856 + 0: The total amount of wall time = 182.200499 + 0: The maximum resident set size (KB) = 191052 -Test 220 control_wam_debug_gnu PASS +Test 226 control_wam_debug_gnu PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/rap_control_dyn32_phy32_gnu -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/rap_control_dyn32_phy32_gnu -Checking test 221 rap_control_dyn32_phy32_gnu results .... +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/rap_control_dyn32_phy32_gnu +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/rap_control_dyn32_phy32_gnu +Checking test 227 rap_control_dyn32_phy32_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -7085,15 +7112,15 @@ Checking test 221 rap_control_dyn32_phy32_gnu results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 1498.559920 - 0: The maximum resident set size (KB) = 683656 + 0: The total amount of wall time = 1463.180735 + 0: The maximum resident set size (KB) = 681832 -Test 221 rap_control_dyn32_phy32_gnu PASS +Test 227 rap_control_dyn32_phy32_gnu PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/hrrr_control_dyn32_phy32_gnu -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/hrrr_control_dyn32_phy32_gnu -Checking test 222 hrrr_control_dyn32_phy32_gnu results .... +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/hrrr_control_dyn32_phy32_gnu +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/hrrr_control_dyn32_phy32_gnu +Checking test 228 hrrr_control_dyn32_phy32_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -7139,15 +7166,15 @@ Checking test 222 hrrr_control_dyn32_phy32_gnu results .... Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 734.780266 - 0: The maximum resident set size (KB) = 684236 + 0: The total amount of wall time = 730.361532 + 0: The maximum resident set size (KB) = 680004 -Test 222 hrrr_control_dyn32_phy32_gnu PASS +Test 228 hrrr_control_dyn32_phy32_gnu PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/hrrr_control_qr_dyn32_phy32_gnu -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/hrrr_control_qr_dyn32_phy32_gnu -Checking test 223 hrrr_control_qr_dyn32_phy32_gnu results .... +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/hrrr_control_qr_dyn32_phy32_gnu +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/hrrr_control_qr_dyn32_phy32_gnu +Checking test 229 hrrr_control_qr_dyn32_phy32_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -7193,15 +7220,15 @@ Checking test 223 hrrr_control_qr_dyn32_phy32_gnu results .... Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 750.411548 - 0: The maximum resident set size (KB) = 691684 + 0: The total amount of wall time = 747.606027 + 0: The maximum resident set size (KB) = 687704 -Test 223 hrrr_control_qr_dyn32_phy32_gnu PASS +Test 229 hrrr_control_qr_dyn32_phy32_gnu PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/rap_control_dyn32_phy32_gnu -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/rap_2threads_dyn32_phy32_gnu -Checking test 224 rap_2threads_dyn32_phy32_gnu results .... +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/rap_control_dyn32_phy32_gnu +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/rap_2threads_dyn32_phy32_gnu +Checking test 230 rap_2threads_dyn32_phy32_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -7247,15 +7274,15 @@ Checking test 224 rap_2threads_dyn32_phy32_gnu results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 1335.293447 - 0: The maximum resident set size (KB) = 730904 + 0: The total amount of wall time = 1369.641755 + 0: The maximum resident set size (KB) = 728904 -Test 224 rap_2threads_dyn32_phy32_gnu PASS +Test 230 rap_2threads_dyn32_phy32_gnu PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/hrrr_control_dyn32_phy32_gnu -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/hrrr_control_2threads_dyn32_phy32_gnu -Checking test 225 hrrr_control_2threads_dyn32_phy32_gnu results .... +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/hrrr_control_dyn32_phy32_gnu +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/hrrr_control_2threads_dyn32_phy32_gnu +Checking test 231 hrrr_control_2threads_dyn32_phy32_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -7301,15 +7328,15 @@ Checking test 225 hrrr_control_2threads_dyn32_phy32_gnu results .... Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 791.233551 - 0: The maximum resident set size (KB) = 730280 + 0: The total amount of wall time = 790.479162 + 0: The maximum resident set size (KB) = 726592 -Test 225 hrrr_control_2threads_dyn32_phy32_gnu PASS +Test 231 hrrr_control_2threads_dyn32_phy32_gnu PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/hrrr_control_dyn32_phy32_gnu -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/hrrr_control_decomp_dyn32_phy32_gnu -Checking test 226 hrrr_control_decomp_dyn32_phy32_gnu results .... +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/hrrr_control_dyn32_phy32_gnu +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/hrrr_control_decomp_dyn32_phy32_gnu +Checking test 232 hrrr_control_decomp_dyn32_phy32_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -7355,15 +7382,15 @@ Checking test 226 hrrr_control_decomp_dyn32_phy32_gnu results .... Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 751.167763 - 0: The maximum resident set size (KB) = 687824 + 0: The total amount of wall time = 715.179535 + 0: The maximum resident set size (KB) = 684528 -Test 226 hrrr_control_decomp_dyn32_phy32_gnu PASS +Test 232 hrrr_control_decomp_dyn32_phy32_gnu PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/rap_control_dyn32_phy32_gnu -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/rap_restart_dyn32_phy32_gnu -Checking test 227 rap_restart_dyn32_phy32_gnu results .... +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/rap_control_dyn32_phy32_gnu +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/rap_restart_dyn32_phy32_gnu +Checking test 233 rap_restart_dyn32_phy32_gnu results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK Comparing GFSFLX.GrbF12 .........OK @@ -7401,43 +7428,113 @@ Checking test 227 rap_restart_dyn32_phy32_gnu results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 1058.519809 - 0: The maximum resident set size (KB) = 516224 + 0: The total amount of wall time = 1079.446234 + 0: The maximum resident set size (KB) = 510348 -Test 227 rap_restart_dyn32_phy32_gnu PASS +Test 233 rap_restart_dyn32_phy32_gnu PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/hrrr_control_dyn32_phy32_gnu -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/hrrr_control_restart_dyn32_phy32_gnu -Checking test 228 hrrr_control_restart_dyn32_phy32_gnu results .... +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/hrrr_control_dyn32_phy32_gnu +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/hrrr_control_restart_dyn32_phy32_gnu +Checking test 234 hrrr_control_restart_dyn32_phy32_gnu results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK Comparing GFSFLX.GrbF12 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 364.460404 - 0: The maximum resident set size (KB) = 505656 + 0: The total amount of wall time = 371.937720 + 0: The maximum resident set size (KB) = 507120 -Test 228 hrrr_control_restart_dyn32_phy32_gnu PASS +Test 234 hrrr_control_restart_dyn32_phy32_gnu PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/hrrr_control_qr_dyn32_phy32_gnu -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/hrrr_control_restart_qr_dyn32_phy32_gnu -Checking test 229 hrrr_control_restart_qr_dyn32_phy32_gnu results .... +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/hrrr_control_qr_dyn32_phy32_gnu +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/hrrr_control_restart_qr_dyn32_phy32_gnu +Checking test 235 hrrr_control_restart_qr_dyn32_phy32_gnu results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK Comparing GFSFLX.GrbF12 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 373.689624 - 0: The maximum resident set size (KB) = 528032 + 0: The total amount of wall time = 375.047783 + 0: The maximum resident set size (KB) = 521304 + +Test 235 hrrr_control_restart_qr_dyn32_phy32_gnu PASS + + +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/rrfs_smoke_conus13km_phy32_gnu +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/rrfs_smoke_conus13km_phy32_gnu +Checking test 236 rrfs_smoke_conus13km_phy32_gnu results .... + Comparing sfcf000.nc .........OK + Comparing sfcf001.nc .........OK + Comparing sfcf002.nc .........OK + Comparing atmf000.nc .........OK + Comparing atmf001.nc .........OK + Comparing atmf002.nc .........OK + Comparing RESTART/20210512.170000.coupler.res .........OK + Comparing RESTART/20210512.170000.fv_core.res.nc .........OK + Comparing RESTART/20210512.170000.fv_core.res.tile1.nc .........OK + Comparing RESTART/20210512.170000.fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/20210512.170000.fv_tracer.res.tile1.nc .........OK + Comparing RESTART/20210512.170000.phy_data.nc .........OK + Comparing RESTART/20210512.170000.sfc_data.nc .........OK + + 0: The total amount of wall time = 812.594061 + 0: The maximum resident set size (KB) = 581848 + +Test 236 rrfs_smoke_conus13km_phy32_gnu PASS + + +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/rrfs_smoke_conus13km_phy32_qr_gnu +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/rrfs_smoke_conus13km_phy32_qr_gnu +Checking test 237 rrfs_smoke_conus13km_phy32_qr_gnu results .... + Comparing sfcf000.nc .........OK + Comparing sfcf001.nc .........OK + Comparing sfcf002.nc .........OK + Comparing atmf000.nc .........OK + Comparing atmf001.nc .........OK + Comparing atmf002.nc .........OK + Comparing RESTART/20210512.170000.coupler.res .........OK + Comparing RESTART/20210512.170000.fv_core.res.nc .........OK + Comparing RESTART/20210512.170000.fv_core.res.tile1.nc .........OK + Comparing RESTART/20210512.170000.fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/20210512.170000.fv_tracer.res.tile1.nc ............ALT CHECK......OK + Comparing RESTART/20210512.170000.phy_data.nc .........OK + Comparing RESTART/20210512.170000.sfc_data.nc .........OK + + 0: The total amount of wall time = 767.861597 + 0: The maximum resident set size (KB) = 576288 + +Test 237 rrfs_smoke_conus13km_phy32_qr_gnu PASS + + +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/rrfs_smoke_conus13km_phy32_restart_mismatch_gnu +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/rrfs_smoke_conus13km_phy32_restart_mismatch_gnu +Checking test 238 rrfs_smoke_conus13km_phy32_restart_mismatch_gnu results .... + Comparing sfcf002.nc .........OK + Comparing atmf002.nc .........OK + + 0: The total amount of wall time = 392.971839 + 0: The maximum resident set size (KB) = 573112 + +Test 238 rrfs_smoke_conus13km_phy32_restart_mismatch_gnu PASS + + +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/rrfs_smoke_conus13km_phy32_restart_mismatch_gnu +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/rrfs_smoke_conus13km_phy32_restart_qr_mismatch_gnu +Checking test 239 rrfs_smoke_conus13km_phy32_restart_qr_mismatch_gnu results .... + Comparing sfcf002.nc .........OK + Comparing atmf002.nc .........OK + + 0: The total amount of wall time = 410.520613 + 0: The maximum resident set size (KB) = 591664 -Test 229 hrrr_control_restart_qr_dyn32_phy32_gnu PASS +Test 239 rrfs_smoke_conus13km_phy32_restart_qr_mismatch_gnu PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/rap_control_dyn64_phy32_gnu -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/rap_control_dyn64_phy32_gnu -Checking test 230 rap_control_dyn64_phy32_gnu results .... +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/rap_control_dyn64_phy32_gnu +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/rap_control_dyn64_phy32_gnu +Checking test 240 rap_control_dyn64_phy32_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -7483,57 +7580,57 @@ Checking test 230 rap_control_dyn64_phy32_gnu results .... Comparing RESTART/20210322.180000.sfc_data.tile5.nc .........OK Comparing RESTART/20210322.180000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 1080.908088 - 0: The maximum resident set size (KB) = 712764 + 0: The total amount of wall time = 1059.389322 + 0: The maximum resident set size (KB) = 704240 -Test 230 rap_control_dyn64_phy32_gnu PASS +Test 240 rap_control_dyn64_phy32_gnu PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/rap_control_debug_dyn32_phy32_gnu -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/rap_control_debug_dyn32_phy32_gnu -Checking test 231 rap_control_debug_dyn32_phy32_gnu results .... +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/rap_control_debug_dyn32_phy32_gnu +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/rap_control_debug_dyn32_phy32_gnu +Checking test 241 rap_control_debug_dyn32_phy32_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 169.630636 - 0: The maximum resident set size (KB) = 700416 + 0: The total amount of wall time = 171.205877 + 0: The maximum resident set size (KB) = 700980 -Test 231 rap_control_debug_dyn32_phy32_gnu PASS +Test 241 rap_control_debug_dyn32_phy32_gnu PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/hrrr_control_debug_dyn32_phy32_gnu -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/hrrr_control_debug_dyn32_phy32_gnu -Checking test 232 hrrr_control_debug_dyn32_phy32_gnu results .... +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/hrrr_control_debug_dyn32_phy32_gnu +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/hrrr_control_debug_dyn32_phy32_gnu +Checking test 242 hrrr_control_debug_dyn32_phy32_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 170.373432 - 0: The maximum resident set size (KB) = 703848 + 0: The total amount of wall time = 166.571406 + 0: The maximum resident set size (KB) = 688712 -Test 232 hrrr_control_debug_dyn32_phy32_gnu PASS +Test 242 hrrr_control_debug_dyn32_phy32_gnu PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/rap_control_debug_dyn64_phy32_gnu -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/rap_control_dyn64_phy32_debug_gnu -Checking test 233 rap_control_dyn64_phy32_debug_gnu results .... +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/rap_control_debug_dyn64_phy32_gnu +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/rap_control_dyn64_phy32_debug_gnu +Checking test 243 rap_control_dyn64_phy32_debug_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 205.112322 - 0: The maximum resident set size (KB) = 721112 + 0: The total amount of wall time = 206.536073 + 0: The maximum resident set size (KB) = 715328 -Test 233 rap_control_dyn64_phy32_debug_gnu PASS +Test 243 rap_control_dyn64_phy32_debug_gnu PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/cpld_control_p8_gnu -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/cpld_control_p8_gnu -Checking test 234 cpld_control_p8_gnu results .... +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/cpld_control_p8_gnu +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/cpld_control_p8_gnu +Checking test 244 cpld_control_p8_gnu results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK Comparing sfcf021.tile3.nc .........OK @@ -7597,15 +7694,15 @@ Checking test 234 cpld_control_p8_gnu results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 1701.050285 - 0: The maximum resident set size (KB) = 1426456 + 0: The total amount of wall time = 1792.946471 + 0: The maximum resident set size (KB) = 1417476 -Test 234 cpld_control_p8_gnu PASS +Test 244 cpld_control_p8_gnu PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/cpld_control_c96_noaero_p8_gnu -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/cpld_control_nowave_noaero_p8_gnu -Checking test 235 cpld_control_nowave_noaero_p8_gnu results .... +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/cpld_control_c96_noaero_p8_gnu +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/cpld_control_nowave_noaero_p8_gnu +Checking test 245 cpld_control_nowave_noaero_p8_gnu results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK Comparing sfcf021.tile3.nc .........OK @@ -7666,15 +7763,15 @@ Checking test 235 cpld_control_nowave_noaero_p8_gnu results .... Comparing RESTART/iced.2021-03-23-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK - 0: The total amount of wall time = 1247.248223 - 0: The maximum resident set size (KB) = 1332608 + 0: The total amount of wall time = 1236.812400 + 0: The maximum resident set size (KB) = 1326980 -Test 235 cpld_control_nowave_noaero_p8_gnu PASS +Test 245 cpld_control_nowave_noaero_p8_gnu PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/cpld_debug_p8_gnu -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/cpld_debug_p8_gnu -Checking test 236 cpld_debug_p8_gnu results .... +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/cpld_debug_p8_gnu +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/cpld_debug_p8_gnu +Checking test 246 cpld_debug_p8_gnu results .... Comparing sfcf003.tile1.nc .........OK Comparing sfcf003.tile2.nc .........OK Comparing sfcf003.tile3.nc .........OK @@ -7726,15 +7823,15 @@ Checking test 236 cpld_debug_p8_gnu results .... Comparing 20210322.090000.out_pnt.ww3 .........OK Comparing 20210322.090000.out_grd.ww3 .........OK - 0: The total amount of wall time = 787.520227 - 0: The maximum resident set size (KB) = 1437740 + 0: The total amount of wall time = 1472.022934 + 0: The maximum resident set size (KB) = 1431228 -Test 236 cpld_debug_p8_gnu PASS +Test 246 cpld_debug_p8_gnu PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/cpld_control_pdlib_p8_gnu -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/cpld_control_pdlib_p8_gnu -Checking test 237 cpld_control_pdlib_p8_gnu results .... +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/cpld_control_pdlib_p8_gnu +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/cpld_control_pdlib_p8_gnu +Checking test 247 cpld_control_pdlib_p8_gnu results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK Comparing sfcf021.tile3.nc .........OK @@ -7797,15 +7894,15 @@ Checking test 237 cpld_control_pdlib_p8_gnu results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 1697.907677 - 0: The maximum resident set size (KB) = 1292932 + 0: The total amount of wall time = 1693.190937 + 0: The maximum resident set size (KB) = 1293928 -Test 237 cpld_control_pdlib_p8_gnu PASS +Test 247 cpld_control_pdlib_p8_gnu PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/cpld_debug_pdlib_p8_gnu -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/cpld_debug_pdlib_p8_gnu -Checking test 238 cpld_debug_pdlib_p8_gnu results .... +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/cpld_debug_pdlib_p8_gnu +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/cpld_debug_pdlib_p8_gnu +Checking test 248 cpld_debug_pdlib_p8_gnu results .... Comparing sfcf003.tile1.nc .........OK Comparing sfcf003.tile2.nc .........OK Comparing sfcf003.tile3.nc .........OK @@ -7856,25 +7953,25 @@ Checking test 238 cpld_debug_pdlib_p8_gnu results .... Comparing 20210322.090000.out_pnt.ww3 .........OK Comparing 20210322.090000.out_grd.ww3 .........OK - 0: The total amount of wall time = 900.908715 - 0: The maximum resident set size (KB) = 1302156 + 0: The total amount of wall time = 904.480026 + 0: The maximum resident set size (KB) = 1300132 -Test 238 cpld_debug_pdlib_p8_gnu PASS +Test 248 cpld_debug_pdlib_p8_gnu PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230731/datm_cdeps_control_cfsr_gnu -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_27195/datm_cdeps_control_cfsr_gnu -Checking test 239 datm_cdeps_control_cfsr_gnu results .... +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230929/datm_cdeps_control_cfsr_gnu +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_2903/datm_cdeps_control_cfsr_gnu +Checking test 249 datm_cdeps_control_cfsr_gnu results .... Comparing RESTART/20111002.000000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 173.311637 - 0: The maximum resident set size (KB) = 663216 + 0: The total amount of wall time = 179.276096 + 0: The maximum resident set size (KB) = 664220 -Test 239 datm_cdeps_control_cfsr_gnu PASS +Test 249 datm_cdeps_control_cfsr_gnu PASS REGRESSION TEST WAS SUCCESSFUL -Thu Sep 7 00:01:18 UTC 2023 -Elapsed time: 07h:31m:05s. Have a nice day! +Mon Oct 2 22:32:42 UTC 2023 +Elapsed time: 02h:01m:05s. Have a nice day! diff --git a/tests/opnReqTest b/tests/opnReqTest index f1f77ca31c..acc8a0b448 100755 --- a/tests/opnReqTest +++ b/tests/opnReqTest @@ -137,16 +137,13 @@ build_opnReqTests() { run_opnReqTests() { JOB_NR=0 for rc in $run_case; do - # load default variables and override as necessary - source default_vars.sh - source ${PATHRT}/tests/$TEST_NAME # if TEST_NAME specifies WARM_START true, error and exit + source ${PATHRT}/tests/$TEST_NAME if [[ ${WARM_START} == .T. ]]; then error "test-name cannot be a restart run (i.e. WARM_START=.T.)" fi - application='' if [[ $TEST_NAME =~ regional ]]; then application=regional elif [[ $TEST_NAME =~ cpld ]]; then @@ -251,6 +248,7 @@ run_opnReqTests() { export skip_check_results=${skip_check_results} export delete_rundir=${delete_rundir} export RT_COMPILER=${RT_COMPILER} + export WLCLK=${WLCLK} EOF if [[ $ECFLOW == true ]]; then @@ -345,8 +343,6 @@ if [[ $MACHINE_ID = hera ]]; then STMP=${dprefix}/stmp4 PTMP=${dprefix}/stmp2 SCHEDULER=slurm - cp fv3_conf/fv3_slurm.IN_hera fv3_conf/fv3_slurm.IN - cp fv3_conf/compile_slurm.IN_hera fv3_conf/compile_slurm.IN elif [[ $MACHINE_ID = orion ]]; then @@ -364,8 +360,6 @@ elif [[ $MACHINE_ID = orion ]]; then STMP=$dprefix/stmp PTMP=$dprefix/stmp SCHEDULER=slurm - cp fv3_conf/fv3_slurm.IN_orion fv3_conf/fv3_slurm.IN - cp fv3_conf/compile_slurm.IN_orion fv3_conf/compile_slurm.IN elif [[ $MACHINE_ID = linux ]]; then @@ -468,6 +462,9 @@ if [[ $dbg_compare == true && ! $test_case =~ dbg ]]; then error "$program: debug reproducibility test requires specifying dbg" fi +# load default variables and override as necessary +source default_vars.sh + # enumerate which case to compile and run compile_case= run_case= @@ -547,11 +544,6 @@ if [[ $ECFLOW == true ]]; then error "ecflow is not supported on this machine $MACHINE_ID" fi - if [[ $MACHINE_ID == hera ]] && [[ ! $HOSTNAME == hecflow* ]]; then - echo "ERROR: To use ECFlow on Hera please use the 'hecflow01' login node: ssh hecflow01." - exit 1 - fi - fi opnreqtest_log=${PATHRT}/logs/OpnReqTests_${TEST_NAME}_$MACHINE_ID.log diff --git a/tests/parm/fd_nems.yaml b/tests/parm/fd_nems.yaml index d5d70f28f1..4b8c276331 100644 --- a/tests/parm/fd_nems.yaml +++ b/tests/parm/fd_nems.yaml @@ -763,6 +763,8 @@ canonical_units: N m-2 - standard_name: inst_laten_heat_flx canonical_units: N m-2 + - standard_name: inst_evap_rate + canonical_units: kg m-2 s-1 - standard_name: inst_tracer_mass_frac canonical_units: 1 - standard_name: inst_tracer_up_surface_flx diff --git a/tests/parm/model_configure_rrfs_conus13km.IN b/tests/parm/model_configure_rrfs_conus13km.IN index 5be098edfb..6feac2c081 100644 --- a/tests/parm/model_configure_rrfs_conus13km.IN +++ b/tests/parm/model_configure_rrfs_conus13km.IN @@ -12,6 +12,7 @@ restart_interval: @[RESTART_INTERVAL] output_1st_tstep_rst: .false. quilting: @[QUILTING] +quilting_restart: @[QUILTING_RESTART] write_groups: @[WRITE_GROUP] write_tasks_per_group: @[WRTTASK_PER_GROUP] output_history: @[OUTPUT_HISTORY] diff --git a/tests/rt.conf b/tests/rt.conf index 92ca7b232f..92e9ffb91b 100644 --- a/tests/rt.conf +++ b/tests/rt.conf @@ -1,7 +1,8 @@ ### RT.CONF FORMATTING ### # COMPILE Line ( Items separated by a | ) # Item 1: COMPILE - This tells rt.conf the following information is to be used in setting up a compile job -# Item 2: Compile number - must be sequential in rt.conf - use as a reference for compile failures +# Item 2: Compile name - The rt.sh will add _gnu or _intel to it. There must be no duplicate names for each compiler. +# If two compilations are identical except compiler, please use the same name for each. # Item 3: Compiler to use in build (intel or gnu) # Item 4: CMAKE Options - Provide all CMAKE options for the build # Item 5: Machines to run on (- is used to ignore specified machines, + is used to only run on specified machines) @@ -20,11 +21,11 @@ ### Intel Tests ### ### S2S tests ### -COMPILE | 1 | intel | -DAPP=S2SWA -D32BIT=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 | | fv3 | +COMPILE | s2swa_32bit | intel | -DAPP=S2SWA -D32BIT=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 | | fv3 | RUN | cpld_control_p8_mixedmode | | baseline | RUN | cpld_control_gfsv17 | | baseline | -COMPILE | 2 | intel | -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 | | fv3 | +COMPILE | s2swa | intel | -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 | | fv3 | RUN | cpld_control_p8 | | baseline | RUN | cpld_restart_p8 | | | cpld_control_p8 RUN | cpld_control_qr_p8 | | | @@ -39,39 +40,39 @@ RUN | cpld_restart_c192_p8 | - wcoss2 jet acorn gae RUN | cpld_bmark_p8 | - s4 jet cheyenne acorn | baseline | RUN | cpld_restart_bmark_p8 | - s4 jet cheyenne acorn | | cpld_bmark_p8 -COMPILE | 3 | intel | -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 | | fv3 | +COMPILE | s2sw | intel | -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 | | fv3 | RUN | cpld_control_noaero_p8 | | baseline | RUN | cpld_control_nowave_noaero_p8 | | baseline | -COMPILE | 4 | intel | -DAPP=S2SWA -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 | - wcoss2 acorn | fv3 | +COMPILE | s2swa_debug | intel | -DAPP=S2SWA -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 | - wcoss2 acorn | fv3 | RUN | cpld_debug_p8 | - wcoss2 acorn | baseline | -COMPILE | 5 | intel | -DAPP=S2SW -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 | - wcoss2 acorn | fv3 | +COMPILE | s2sw_debug | intel | -DAPP=S2SW -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 | - wcoss2 acorn | fv3 | RUN | cpld_debug_noaero_p8 | - wcoss2 acorn | baseline | # Waves and aerosol off for computing fluxes in mediator -COMPILE | 6 | intel | -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8_sfcocn -DCMEPS_AOFLUX=ON | | fv3 | +COMPILE | s2s_aoflux | intel | -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8_sfcocn -DCMEPS_AOFLUX=ON | | fv3 | RUN | cpld_control_noaero_p8_agrid | | baseline | -COMPILE | 7 | intel | -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 | | fv3 | +COMPILE | s2s | intel | -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 | | fv3 | RUN | cpld_control_c48 | | baseline | -RUN | cpld_warmstart_c48 | | baseline | -RUN | cpld_restart_c48 | | | cpld_warmstart_c48 +#RUN | cpld_warmstart_c48 | | baseline | +#RUN | cpld_restart_c48 | | | cpld_warmstart_c48 -COMPILE | 8 | intel | -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DFASTER=ON | - cheyenne | fv3 | +COMPILE | s2swa_faster | intel | -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DFASTER=ON | - cheyenne | fv3 | RUN | cpld_control_p8_faster | - cheyenne | baseline | # Unstructured WW3 mesh -COMPILE | 9 | intel | -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DPDLIB=ON | + hera orion cheyenne | fv3 | +COMPILE | s2sw_pdlib | intel | -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DPDLIB=ON | + hera orion cheyenne | fv3 | RUN | cpld_control_pdlib_p8 | + hera orion cheyenne | baseline | RUN | cpld_restart_pdlib_p8 | + hera orion cheyenne | | cpld_control_pdlib_p8 RUN | cpld_mpi_pdlib_p8 | + hera orion cheyenne | | cpld_control_pdlib_p8 -COMPILE | 10 | intel | -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DPDLIB=ON -DDEBUG=ON | + hera orion cheyenne | fv3 | +COMPILE | s2sw_pdlib_debug | intel | -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DPDLIB=ON -DDEBUG=ON | + hera orion cheyenne | fv3 | RUN | cpld_debug_pdlib_p8 | + hera orion cheyenne | baseline | ### ATM tests ### -COMPILE | 11 | intel | -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v16_flake,FV3_GFS_v17_p8,FV3_GFS_v17_p8_rrtmgp,FV3_GFS_v15_thompson_mynn_lam3km,FV3_WoFS_v0,FV3_GFS_v17_p8_mynn -D32BIT=ON | | fv3 | +COMPILE | atm_dyn32 | intel | -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v16_flake,FV3_GFS_v17_p8,FV3_GFS_v17_p8_rrtmgp,FV3_GFS_v15_thompson_mynn_lam3km,FV3_WoFS_v0,FV3_GFS_v17_p8_mynn -D32BIT=ON | | fv3 | RUN | control_flake | | baseline | RUN | control_CubedSphereGrid | | baseline | RUN | control_CubedSphereGrid_parallel | - wcoss2 acorn | baseline | @@ -107,12 +108,12 @@ RUN | regional_netcdf_parallel | - acorn RUN | regional_2dwrtdecomp | | | RUN | regional_wofs | - jet s4 | baseline | -COMPILE | 12 | intel | -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v15_thompson_mynn_lam3km -D32BIT=ON -DREQUIRE_IFI=ON | + acorn | fv3 | +COMPILE | ifi | intel | -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v15_thompson_mynn_lam3km -D32BIT=ON -DREQUIRE_IFI=ON | + acorn | fv3 | RUN | regional_ifi_control | + acorn | baseline | RUN | regional_ifi_decomp | + acorn | | RUN | regional_ifi_2threads | + acorn | | -COMPILE | 13 | intel | -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_RRFS_v1beta,FV3_RRFS_v1nssl -D32BIT=ON | | fv3 | +COMPILE | rrfs | intel | -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_RRFS_v1beta,FV3_RRFS_v1nssl -D32BIT=ON | | fv3 | RUN | rap_control | | baseline | RUN | regional_spp_sppt_shum_skeb | | baseline | RUN | rap_decomp | | | @@ -121,17 +122,17 @@ RUN | rap_restart | RUN | rap_sfcdiff | | baseline | RUN | rap_sfcdiff_decomp | | | RUN | rap_sfcdiff_restart | | | rap_sfcdiff -RUN | hrrr_control | | baseline | -RUN | hrrr_control_qr | | baseline | -RUN | hrrr_control_decomp | | | -RUN | hrrr_control_2threads | | | -RUN | hrrr_control_restart | | | hrrr_control -RUN | hrrr_control_restart_qr | | | hrrr_control_qr +RUN | hrrr_control | - wcoss2 | baseline | +RUN | hrrr_control_qr | - wcoss2 | baseline | +RUN | hrrr_control_decomp | - wcoss2 | | +RUN | hrrr_control_2threads | - wcoss2 | | +RUN | hrrr_control_restart | - wcoss2 | | hrrr_control +RUN | hrrr_control_restart_qr | - wcoss2 | | hrrr_control_qr RUN | rrfs_v1beta | | baseline | RUN | rrfs_v1nssl | | baseline | RUN | rrfs_v1nssl_nohailnoccn | | baseline | RUN | rrfs_smoke_conus13km_hrrr_warm | | baseline | -#RUN | rrfs_smoke_conus13km_hrrr_warm_qr | | | +RUN | rrfs_smoke_conus13km_hrrr_warm_qr | | | RUN | rrfs_smoke_conus13km_hrrr_warm_2threads | | | RUN | rrfs_conus13km_hrrr_warm | | baseline | RUN | rrfs_smoke_conus13km_radar_tten_warm | | baseline | @@ -140,23 +141,23 @@ RUN | rrfs_smoke_conus13km_radar_tten_warm | #RUN | rrfs_smoke_conus13km_hrrr_warm_restart | | | rrfs_smoke_conus13km_hrrr_warm # Just to make sure restart doesn't crash again: RUN | rrfs_smoke_conus13km_hrrr_warm_restart_mismatch | | baseline | rrfs_smoke_conus13km_hrrr_warm -#RUN | rrfs_smoke_conus13km_hrrr_warm_restart_qr_mismatch | | | rrfs_smoke_conus13km_hrrr_warm_qr +RUN | rrfs_smoke_conus13km_hrrr_warm_restart_qr_mismatch | | | rrfs_smoke_conus13km_hrrr_warm_qr -COMPILE | 14 | intel | -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_csawmg,FV3_GFS_v16_ras | | fv3 | +COMPILE | csawmg | intel | -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_csawmg,FV3_GFS_v16_ras | | fv3 | RUN | control_csawmg | - gaea.intel | baseline | RUN | control_csawmgt | | baseline | RUN | control_ras | | baseline | # Run WAM test in REPRO mode to avoid numerical instability in the deep atmosphere -COMPILE | 15 | intel | -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON | | fv3 | +COMPILE | wam | intel | -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON | | fv3 | RUN | control_wam | | baseline | -COMPILE | 16 | intel | -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v17_p8,FV3_GFS_v15_thompson_mynn_lam3km -D32BIT=ON -DFASTER=ON | | fv3 | +COMPILE | atm_faster_dyn32 | intel | -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v17_p8,FV3_GFS_v15_thompson_mynn_lam3km -D32BIT=ON -DFASTER=ON | | fv3 | RUN | control_p8_faster | | baseline | RUN | regional_control_faster | | baseline | ### DEBUG ATM tests ### -COMPILE | 17 | intel | -DAPP=ATM -DDEBUG=ON -D32BIT=ON -DCCPP_SUITES=FV3_HRRR,FV3_GFS_v16,FV3_GFS_v16_csawmg,FV3_GFS_v16_ras,FV3_GFS_v17_p8,FV3_GFS_v15_thompson_mynn_lam3km,FV3_RAP,FV3_RAP_unified_ugwp,FV3_RAP_cires_ugwp,FV3_RAP_flake,FV3_RAP_clm_lake,FV3_RAP_noah,FV3_RAP_sfcdiff,FV3_RAP_noah_sfcdiff_cires_ugwp,FV3_RRFS_v1beta | | fv3 | +COMPILE | atm_debug_dyn32 | intel | -DAPP=ATM -DDEBUG=ON -D32BIT=ON -DCCPP_SUITES=FV3_HRRR,FV3_GFS_v16,FV3_GFS_v16_csawmg,FV3_GFS_v16_ras,FV3_GFS_v17_p8,FV3_GFS_v15_thompson_mynn_lam3km,FV3_RAP,FV3_RAP_unified_ugwp,FV3_RAP_cires_ugwp,FV3_RAP_flake,FV3_RAP_clm_lake,FV3_RAP_noah,FV3_RAP_sfcdiff,FV3_RAP_noah_sfcdiff_cires_ugwp,FV3_RRFS_v1beta | | fv3 | RUN | rrfs_smoke_conus13km_hrrr_warm_debug | | baseline | RUN | rrfs_smoke_conus13km_hrrr_warm_debug_2threads | | | RUN | rrfs_conus13km_hrrr_warm_debug | | baseline | @@ -187,11 +188,11 @@ RUN | rrfs_v1beta_debug | RUN | rap_clm_lake_debug | | baseline | RUN | rap_flake_debug | | baseline | -COMPILE | 18 | intel | -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DDEBUG=ON | | fv3 | +COMPILE | wam_debug | intel | -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DDEBUG=ON | | fv3 | RUN | control_wam_debug | | baseline | ### 32-bit physics tests ### -COMPILE | 19 | intel | -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -D32BIT=ON -DCCPP_32BIT=ON | | fv3 | +COMPILE | rrfs_dyn32_phy32 | intel | -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -D32BIT=ON -DCCPP_32BIT=ON | | fv3 | RUN | regional_spp_sppt_shum_skeb_dyn32_phy32 | | baseline | RUN | rap_control_dyn32_phy32 | | baseline | RUN | hrrr_control_dyn32_phy32 | | baseline | @@ -203,18 +204,24 @@ RUN | rap_restart_dyn32_phy32 | RUN | hrrr_control_restart_dyn32_phy32 | | | hrrr_control_dyn32_phy32 RUN | hrrr_control_restart_qr_dyn32_phy32 | | | hrrr_control_qr_dyn32_phy32 -COMPILE | 20 | intel | -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -DCCPP_32BIT=ON | | fv3 | +COMPILE | rrfs_dyn32_phy32_faster | intel | -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -D32BIT=ON -DCCPP_32BIT=ON -DFASTER=ON | | fv3 | +RUN | rrfs_smoke_conus13km_fast_phy32 | | baseline | +RUN | rrfs_smoke_conus13km_fast_phy32_qr | | baseline | +RUN | rrfs_smoke_conus13km_fast_phy32_restart_mismatch | | baseline | rrfs_smoke_conus13km_fast_phy32 +RUN | rrfs_smoke_conus13km_fast_phy32_restart_qr_mismatch | | | rrfs_smoke_conus13km_fast_phy32_qr + +COMPILE | rrfs_dyn64_phy32 | intel | -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -DCCPP_32BIT=ON | | fv3 | RUN | rap_control_dyn64_phy32 | | baseline | -COMPILE | 21 | intel | -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -D32BIT=ON -DCCPP_32BIT=ON -DDEBUG=ON | | fv3 | +COMPILE | rrfs_dyn32_phy32_debug | intel | -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -D32BIT=ON -DCCPP_32BIT=ON -DDEBUG=ON | | fv3 | RUN | rap_control_debug_dyn32_phy32 | | baseline | RUN | hrrr_control_debug_dyn32_phy32 | | baseline | -COMPILE | 22 | intel | -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -DCCPP_32BIT=ON -DDEBUG=ON | | fv3 | +COMPILE | rrfs_dyn64_phy32_debug | intel | -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -DCCPP_32BIT=ON -DDEBUG=ON | | fv3 | RUN | rap_control_dyn64_phy32_debug | | baseline | ### HAFS tests ### -COMPILE | 23 | intel | -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 | | fv3 | +COMPILE | hafsw | intel | -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 | | fv3 | RUN | hafs_regional_atm | | baseline | RUN | hafs_regional_atm_thompson_gfdlsf | | baseline | RUN | hafs_regional_atm_ocn | | baseline | @@ -233,19 +240,19 @@ RUN | hafs_regional_storm_following_1nest_atm_qr | - jet s4 cheyenne RUN | hafs_regional_storm_following_1nest_atm_ocn | - jet s4 | baseline | RUN | hafs_global_storm_following_1nest_atm | - jet s4 | baseline | -COMPILE | 24 | intel | -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v1_gfdlmp_tedmf_nonsst -D32BIT=ON -DDEBUG=ON | - jet s4 | fv3 | +COMPILE | hafsw_debug | intel | -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v1_gfdlmp_tedmf_nonsst -D32BIT=ON -DDEBUG=ON | - jet s4 | fv3 | RUN | hafs_regional_storm_following_1nest_atm_ocn_debug | - jet s4 | baseline | -COMPILE | 25 | intel | -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v1_gfdlmp_tedmf_nonsst -D32BIT=ON -DFASTER=ON | -jet s4 | fv3 | +COMPILE | hafsw_faster | intel | -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v1_gfdlmp_tedmf_nonsst -D32BIT=ON -DFASTER=ON | -jet s4 | fv3 | RUN | hafs_regional_storm_following_1nest_atm_ocn_wav | - jet s4 | baseline | -COMPILE | 26 | intel | -DAPP=HAFS-ALL -DCCPP_SUITES=FV3_HAFS_v1_gfdlmp_tedmf,FV3_HAFS_v1_gfdlmp_tedmf_nonsst -D32BIT=ON | - wcoss2 | fv3 | +COMPILE | hafs_all | intel | -DAPP=HAFS-ALL -DCCPP_SUITES=FV3_HAFS_v1_gfdlmp_tedmf,FV3_HAFS_v1_gfdlmp_tedmf_nonsst -D32BIT=ON | - wcoss2 | fv3 | RUN | hafs_regional_docn | - wcoss2 | baseline | RUN | hafs_regional_docn_oisst | - wcoss2 | baseline | RUN | hafs_regional_datm_cdeps | - wcoss2 -jet s4 | baseline | ### CDEPS Data Atmosphere tests ### -COMPILE | 27 | intel | -DAPP=NG-GODAS | - wcoss2 | fv3 | +COMPILE | datm_cdeps | intel | -DAPP=NG-GODAS | - wcoss2 | fv3 | RUN | datm_cdeps_control_cfsr | - wcoss2 | baseline | RUN | datm_cdeps_restart_cfsr | - wcoss2 | | datm_cdeps_control_cfsr RUN | datm_cdeps_control_gefs | - wcoss2 | baseline | @@ -260,58 +267,58 @@ RUN | datm_cdeps_multiple_files_cfsr | - wcoss2 RUN | datm_cdeps_3072x1536_cfsr | - wcoss2 | baseline | RUN | datm_cdeps_gfs | - wcoss2 | baseline | -COMPILE | 28 | intel | -DAPP=NG-GODAS -DDEBUG=ON | - wcoss2 acorn | fv3 | +COMPILE | datm_cdeps_debug | intel | -DAPP=NG-GODAS -DDEBUG=ON | - wcoss2 acorn | fv3 | RUN | datm_cdeps_debug_cfsr | - wcoss2 acorn | baseline | -COMPILE | 29 | intel | -DAPP=NG-GODAS -DFASTER=ON | - wcoss2 | fv3 | +COMPILE | datm_cdeps_faster | intel | -DAPP=NG-GODAS -DFASTER=ON | - wcoss2 | fv3 | RUN | datm_cdeps_control_cfsr_faster | - wcoss2 | baseline | ### CDEPS Data Atmosphere tests with LND ### -COMPILE | 30 | intel | -DAPP=LND | - wcoss2 | fv3 | +COMPILE | datm_cdeps_land | intel | -DAPP=LND | - wcoss2 | fv3 | RUN | datm_cdeps_lnd_gswp3 | - wcoss2 | baseline | RUN | datm_cdeps_lnd_gswp3_rst | - wcoss2 | | datm_cdeps_lnd_gswp3 ### ATM-LND tests, -D32BIT=ON has issue and NoahMP reuires r8 libraries ### -COMPILE | 31 | intel | -DAPP=ATML -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v17_p8,FV3_GFS_v15_thompson_mynn_lam3km | | fv3 | +COMPILE | atml | intel | -DAPP=ATML -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v17_p8,FV3_GFS_v15_thompson_mynn_lam3km | | fv3 | RUN | control_p8_atmlnd_sbs | | baseline | ### ATM-WAV tests ### #mediator (cmeps) -COMPILE | 32 | intel | -DAPP=ATMW -DCCPP_SUITES=FV3_GFS_v17_p8 -D32BIT=ON | - wcoss2 | fv3 | +COMPILE | atmw | intel | -DAPP=ATMW -DCCPP_SUITES=FV3_GFS_v17_p8 -D32BIT=ON | - wcoss2 | fv3 | RUN | atmwav_control_noaero_p8 | - wcoss2 | baseline | #connectors (wmesmf) -COMPILE | 33 | intel | -DAPP=ATMWM -DCCPP_SUITES=FV3_GFS_v16 -D32BIT=ON | - wcoss2 | fv3 | +COMPILE | atmwm | intel | -DAPP=ATMWM -DCCPP_SUITES=FV3_GFS_v16 -D32BIT=ON | - wcoss2 | fv3 | RUN | control_atmwav | - wcoss2 | baseline | #RUN | control_c384gdas_wav | - jet cheyenne wcoss2 | baseline | ### ATM-GOCART tests ### -COMPILE | 34 | intel | -DAPP=ATMAERO -DCCPP_SUITES=FV3_GFS_v17_p8 -D32BIT=ON | | fv3 | +COMPILE | atmaero | intel | -DAPP=ATMAERO -DCCPP_SUITES=FV3_GFS_v17_p8 -D32BIT=ON | | fv3 | RUN | atmaero_control_p8 | | baseline | RUN | atmaero_control_p8_rad | | baseline | RUN | atmaero_control_p8_rad_micro | | baseline | ### ATM-CMAQ tests ### -COMPILE | 35 | intel | -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -D32BIT=ON | - jet s4 | fv3 | +COMPILE | atmaq | intel | -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -D32BIT=ON | - jet s4 | fv3 | RUN | regional_atmaq | - jet s4 | baseline | -COMPILE | 36 | intel | -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -DDEBUG=ON -D32BIT=ON | - jet gaea cheyenne s4 | fv3 | +COMPILE | atmaq_debug | intel | -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -DDEBUG=ON -D32BIT=ON | - jet gaea cheyenne s4 | fv3 | RUN | regional_atmaq_debug | - jet gaea cheyenne s4 | baseline | -COMPILE | 37 | intel | -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -DFASTER=ON -D32BIT=ON | - jet wcoss2 acorn s4 | fv3 | +COMPILE | atmaq_faster | intel | -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -DFASTER=ON -D32BIT=ON | - jet wcoss2 acorn s4 | fv3 | RUN | regional_atmaq_faster | - jet wcoss2 acorn s4 | baseline | ### GNU TESTS ### ### CCPP PROD tests ### -COMPILE | 38 | gnu | -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v16_flake,FV3_GFS_v16_ras,FV3_GFS_v17_p8 | + hera cheyenne | fv3 | +COMPILE | atm | gnu | -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v16_flake,FV3_GFS_v16_ras,FV3_GFS_v17_p8 | + hera cheyenne | fv3 | RUN | control_c48 | + hera cheyenne | baseline | RUN | control_stochy | + hera cheyenne | baseline | RUN | control_ras | + hera cheyenne | baseline | RUN | control_p8 | + hera cheyenne | baseline | RUN | control_flake | + hera cheyenne | baseline | -COMPILE | 39 | gnu | -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_RRFS_v1beta -D32BIT=ON | + hera cheyenne | fv3 | +COMPILE | rrfs | gnu | -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_RRFS_v1beta -D32BIT=ON | + hera cheyenne | fv3 | RUN | rap_control | + hera cheyenne | baseline | RUN | rap_decomp | + hera cheyenne | | RUN | rap_2threads | + hera cheyenne | | @@ -327,7 +334,7 @@ RUN | hrrr_control_restart | + hera cheyenne RUN | hrrr_control_restart_qr | + hera cheyenne | | hrrr_control_qr RUN | rrfs_v1beta | + hera cheyenne | baseline | RUN | rrfs_smoke_conus13km_hrrr_warm | + hera cheyenne | baseline | -#RUN | rrfs_smoke_conus13km_hrrr_warm_qr | + hera cheyenne | | +RUN | rrfs_smoke_conus13km_hrrr_warm_qr | + hera cheyenne | | RUN | rrfs_smoke_conus13km_hrrr_warm_2threads | + hera cheyenne | | RUN | rrfs_smoke_conus13km_radar_tten_warm | + hera cheyenne | baseline | RUN | rrfs_conus13km_hrrr_warm | + hera cheyenne | baseline | @@ -336,11 +343,11 @@ RUN | rrfs_conus13km_hrrr_warm | + hera cheyenne #RUN | rrfs_smoke_conus13km_hrrr_warm_restart | + hera cheyenne | | rrfs_smoke_conus13km_hrrr_warm # Just to make sure restart doesn't crash again: RUN | rrfs_smoke_conus13km_hrrr_warm_restart_mismatch | + hera cheyenne | baseline | rrfs_smoke_conus13km_hrrr_warm -#RUN | rrfs_smoke_conus13km_hrrr_warm_restart_qr_mismatch | + hera cheyenne | | rrfs_smoke_conus13km_hrrr_warm_qr +RUN | rrfs_smoke_conus13km_hrrr_warm_restart_qr_mismatch | + hera cheyenne | | rrfs_smoke_conus13km_hrrr_warm_qr ### CCPP DEBUG tests ### # Exercise compilation without specifying suites (i.e. compile all suites) in DEBUG mode (faster than in PROD mode) -COMPILE | 40 | gnu | -DAPP=ATM -D32BIT=ON -DDEBUG=ON | + hera cheyenne | fv3 | +COMPILE | atm_dyn32_debug | gnu | -DAPP=ATM -D32BIT=ON -DDEBUG=ON | + hera cheyenne | fv3 | RUN | control_diag_debug | + hera cheyenne | baseline | RUN | regional_debug | + hera cheyenne | baseline | RUN | rap_control_debug | + hera cheyenne | baseline | @@ -360,12 +367,12 @@ RUN | rrfs_conus13km_hrrr_warm_debug | + hera cheyenne RUN | rap_flake_debug | + hera cheyenne | baseline | RUN | rap_clm_lake_debug | + hera cheyenne | baseline | -COMPILE | 41 | gnu | -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DDEBUG=ON | + hera cheyenne | fv3 | +COMPILE | wam_debug | gnu | -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DDEBUG=ON | + hera cheyenne | fv3 | RUN | control_wam_debug | + hera cheyenne | baseline | ### 32-bit physics tests ### -COMPILE | 42 | gnu | -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -D32BIT=ON -DCCPP_32BIT=ON | + hera cheyenne | fv3 | +COMPILE | rrfs_dyn32_phy32 | gnu | -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -D32BIT=ON -DCCPP_32BIT=ON | + hera cheyenne | fv3 | RUN | rap_control_dyn32_phy32 | + hera cheyenne | baseline | RUN | hrrr_control_dyn32_phy32 | + hera cheyenne | baseline | RUN | hrrr_control_qr_dyn32_phy32 | + hera cheyenne | baseline | @@ -375,34 +382,38 @@ RUN | hrrr_control_decomp_dyn32_phy32 | + hera cheyenne RUN | rap_restart_dyn32_phy32 | + hera cheyenne | | rap_control_dyn32_phy32 RUN | hrrr_control_restart_dyn32_phy32 | + hera cheyenne | | hrrr_control_dyn32_phy32 RUN | hrrr_control_restart_qr_dyn32_phy32 | + hera cheyenne | | hrrr_control_qr_dyn32_phy32 +RUN | rrfs_smoke_conus13km_phy32 | + hera cheyenne | baseline | +RUN | rrfs_smoke_conus13km_phy32_qr | + hera cheyenne | baseline | +RUN | rrfs_smoke_conus13km_phy32_restart_mismatch | + hera cheyenne | baseline | rrfs_smoke_conus13km_phy32 +RUN | rrfs_smoke_conus13km_phy32_restart_qr_mismatch | + hera cheyenne | | rrfs_smoke_conus13km_phy32_qr -COMPILE | 43 | gnu | -DAPP=ATM -DCCPP_32BIT=ON | + hera cheyenne | fv3 | +COMPILE | atm_dyn64_phy32 | gnu | -DAPP=ATM -DCCPP_32BIT=ON | + hera cheyenne | fv3 | RUN | rap_control_dyn64_phy32 | + hera cheyenne | baseline | -COMPILE | 44 | gnu | -DAPP=ATM -D32BIT=ON -DCCPP_32BIT=ON -DDEBUG=ON | + hera cheyenne | fv3 | +COMPILE | atm_dyn32_phy32_debug | gnu | -DAPP=ATM -D32BIT=ON -DCCPP_32BIT=ON -DDEBUG=ON | + hera cheyenne | fv3 | RUN | rap_control_debug_dyn32_phy32 | + hera cheyenne | baseline | RUN | hrrr_control_debug_dyn32_phy32 | + hera cheyenne | baseline | -COMPILE | 45 | gnu | -DAPP=ATM -DCCPP_32BIT=ON -DDEBUG=ON | + hera cheyenne | fv3 | +COMPILE | atm_dyn64_phy32_debug | gnu | -DAPP=ATM -DCCPP_32BIT=ON -DDEBUG=ON | + hera cheyenne | fv3 | RUN | rap_control_dyn64_phy32_debug | + hera cheyenne | baseline | ### S2S tests ### -COMPILE | 46 | gnu | -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 | + hera cheyenne | fv3 | +COMPILE | s2swa | gnu | -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 | + hera cheyenne | fv3 | RUN | cpld_control_p8 | + hera cheyenne | baseline | -COMPILE | 47 | gnu | -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 | + hera cheyenne | fv3 | +COMPILE | s2s | gnu | -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 | + hera cheyenne | fv3 | RUN | cpld_control_nowave_noaero_p8 | + hera cheyenne | baseline | -COMPILE | 48 | gnu | -DAPP=S2SWA -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 | + hera cheyenne | fv3 | +COMPILE | s2swa_debug | gnu | -DAPP=S2SWA -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 | + hera cheyenne | fv3 | RUN | cpld_debug_p8 | + hera cheyenne | baseline | # Unstructured WW3 -COMPILE | 49 | gnu | -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DPDLIB=ON | + hera cheyenne | fv3 | +COMPILE | s2sw_pdlib | gnu | -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DPDLIB=ON | + hera cheyenne | fv3 | RUN | cpld_control_pdlib_p8 | + hera cheyenne | baseline | -COMPILE | 50 | gnu | -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DPDLIB=ON -DDEBUG=ON | + hera cheyenne | fv3 | +COMPILE | s2sw_pdlib_debug | gnu | -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DPDLIB=ON -DDEBUG=ON | + hera cheyenne | fv3 | RUN | cpld_debug_pdlib_p8 | + hera cheyenne | baseline | ### CDEPS Data Atmosphere test ### -COMPILE | 51 | gnu | -DAPP=NG-GODAS | + hera cheyenne | fv3 | +COMPILE | datm_cdeps | gnu | -DAPP=NG-GODAS | + hera cheyenne | fv3 | RUN | datm_cdeps_control_cfsr | + hera cheyenne | baseline | diff --git a/tests/rt.ncar.sh b/tests/rt.ncar.sh index caaf46b1f3..71c71f0a1c 100755 --- a/tests/rt.ncar.sh +++ b/tests/rt.ncar.sh @@ -129,9 +129,98 @@ readonly RT_SINGLE_CONF='rt_single.conf' source detect_machine.sh # Note: this does not set ACCNR. The "if" block below does. source rt_utils.sh - source module-setup.sh +CREATE_BASELINE=false +ROCOTO=false +ECFLOW=false +KEEP_RUNDIR=false +SINGLE_NAME='' +TEST_35D=false +export skip_check_results=false +export delete_rundir=false +SKIP_ORDER=false +RTPWD_NEW_BASELINE=false +TESTS_FILE='rt.conf' +ACCNR=${ACCNR:-""} + +while getopts ":a:cl:mn:dwkreh" opt; do + case $opt in + a) + ACCNR=$OPTARG + ;; + c) + CREATE_BASELINE=true + ;; + l) + TESTS_FILE=$OPTARG + SKIP_ORDER=true + ;; + m) + # redefine RTPWD to point to newly created baseline outputs + RTPWD_NEW_BASELINE=true + ;; + n) + SINGLE_OPTS=("$OPTARG") + until [[ $(eval "echo \${$OPTIND}") =~ ^-.* ]] || [ -z $(eval "echo \${$OPTIND}") ]; do + SINGLE_OPTS+=($(eval "echo \${$OPTIND}")) + OPTIND=$((OPTIND + 1)) + done + + if [[ ${#SINGLE_OPTS[@]} != 2 ]]; then + echo "The -n option needs AND , i.e. -n control_p8 intel" + exit 1 + fi + SINGLE_NAME=${SINGLE_OPTS[0],,} + export RT_COMPILER=${SINGLE_OPTS[1],,} + + if [[ "$RT_COMPILER" == "intel" ]] || [[ "$RT_COMPILER" == "gnu" ]]; then + echo "COMPILER set to ${RT_COMPILER}" + else + echo "Compiler must be either 'intel' or 'gnu'." + exit 1 + fi + ;; + d) + export delete_rundir=true + awk -F "|" '{print $5}' rt.conf | grep "\S" > keep_tests.tmp + ;; + w) + export skip_check_results=true + ;; + k) + KEEP_RUNDIR=true + ;; + r) + ROCOTO=true + ECFLOW=false + ;; + e) + ECFLOW=true + ROCOTO=false + ;; + h) + usage + ;; + \?) + usage + die "Invalid option: -$OPTARG" + ;; + :) + usage + die "Option -$OPTARG requires an argument." + ;; + esac +done + +if [[ -z "$ACCNR" ]]; then + echo "Please use -a to set group account to use on HPC" + exit 1 +fi + +# Display the machine and account using the format detect_machine.sh used: +echo "Machine: " $MACHINE_ID " Account: " $ACCNR + if [[ $MACHINE_ID = wcoss2 ]]; then #module use /usrx/local/dev/emc_rocoto/modulefiles @@ -158,8 +247,6 @@ if [[ $MACHINE_ID = wcoss2 ]]; then STMP=/lfs/h2/emc/ptmp PTMP=/lfs/h2/emc/ptmp SCHEDULER=pbs - cp fv3_conf/fv3_qsub.IN_wcoss2 fv3_conf/fv3_qsub.IN - cp fv3_conf/compile_qsub.IN_wcoss2 fv3_conf/compile_qsub.IN elif [[ $MACHINE_ID = acorn ]]; then @@ -180,8 +267,6 @@ elif [[ $MACHINE_ID = acorn ]]; then STMP=/lfs/h2/emc/ptmp PTMP=/lfs/h2/emc/ptmp SCHEDULER=pbs - cp fv3_conf/fv3_qsub.IN_wcoss2 fv3_conf/fv3_qsub.IN - cp fv3_conf/compile_qsub.IN_wcoss2 fv3_conf/compile_qsub.IN elif [[ $MACHINE_ID = gaea ]]; then @@ -198,8 +283,6 @@ elif [[ $MACHINE_ID = gaea ]]; then PTMP=/lustre/f2/scratch SCHEDULER=slurm - cp fv3_conf/fv3_slurm.IN_gaea fv3_conf/fv3_slurm.IN - cp fv3_conf/compile_slurm.IN_gaea fv3_conf/compile_slurm.IN elif [[ $MACHINE_ID = hera ]]; then @@ -227,8 +310,6 @@ elif [[ $MACHINE_ID = hera ]]; then PTMP=$dprefix/RT/stmp2 SCHEDULER=slurm - cp fv3_conf/fv3_slurm.IN_hera fv3_conf/fv3_slurm.IN - cp fv3_conf/compile_slurm.IN_hera fv3_conf/compile_slurm.IN elif [[ $MACHINE_ID = orion ]]; then @@ -254,8 +335,6 @@ elif [[ $MACHINE_ID = orion ]]; then PTMP=$dprefix/stmp SCHEDULER=slurm - cp fv3_conf/fv3_slurm.IN_orion fv3_conf/fv3_slurm.IN - cp fv3_conf/compile_slurm.IN_orion fv3_conf/compile_slurm.IN elif [[ $MACHINE_ID = jet ]]; then @@ -279,8 +358,6 @@ elif [[ $MACHINE_ID = jet ]]; then PTMP=${PTMP:-$dprefix/RT_RUNDIRS} SCHEDULER=slurm - cp fv3_conf/fv3_slurm.IN_jet fv3_conf/fv3_slurm.IN - cp fv3_conf/compile_slurm.IN_jet fv3_conf/compile_slurm.IN elif [[ $MACHINE_ID = s4 ]]; then @@ -305,8 +382,6 @@ elif [[ $MACHINE_ID = s4 ]]; then PTMP=/scratch/users SCHEDULER=slurm - cp fv3_conf/fv3_slurm.IN_s4 fv3_conf/fv3_slurm.IN - cp fv3_conf/compile_slurm.IN_s4 fv3_conf/compile_slurm.IN elif [[ $MACHINE_ID = cheyenne ]]; then @@ -324,8 +399,6 @@ elif [[ $MACHINE_ID = cheyenne ]]; then STMP=$dprefix PTMP=$dprefix SCHEDULER=pbs - cp fv3_conf/fv3_qsub.IN_cheyenne fv3_conf/fv3_qsub.IN - cp fv3_conf/compile_qsub.IN_cheyenne fv3_conf/compile_qsub.IN elif [[ $MACHINE_ID = stampede ]]; then @@ -341,7 +414,6 @@ elif [[ $MACHINE_ID = stampede ]]; then SCHEDULER=slurm MPIEXEC=ibrun MPIEXECOPTS= - cp fv3_conf/fv3_slurm.IN_stampede fv3_conf/fv3_slurm.IN elif [[ $MACHINE_ID = expanse ]]; then @@ -355,7 +427,6 @@ elif [[ $MACHINE_ID = expanse ]]; then STMP=$dprefix PTMP=$dprefix SCHEDULER=slurm - cp fv3_conf/fv3_slurm.IN_expanse fv3_conf/fv3_slurm.IN elif [[ $MACHINE_ID = noaacloud.* ]]; then @@ -375,8 +446,6 @@ elif [[ $MACHINE_ID = expanse ]]; then STMP=$dprefix/stmp4 PTMP=$dprefix/stmp2 SCHEDULER=slurm - cp fv3_conf/fv3_slurm.IN_noaacloud fv3_conf/fv3_slurm.IN - cp fv3_conf/compile_slurm.IN_noaacloud fv3_conf/compile_slurm.IN else @@ -391,96 +460,6 @@ NEW_BASELINE=${STMP}/${USER}/FV3_RT/REGRESSION_TEST RUNDIR_ROOT=${RUNDIR_ROOT:-${PTMP}/${USER}/FV3_RT}/rt_$$ mkdir -p ${RUNDIR_ROOT} -CREATE_BASELINE=false -ROCOTO=false -ECFLOW=false -KEEP_RUNDIR=false -SINGLE_NAME='' -TEST_35D=false -export skip_check_results=false -export delete_rundir=false -SKIP_ORDER=false - -TESTS_FILE='rt.conf' - -while getopts ":a:cl:mn:dwkreh" opt; do - case $opt in - a) - ACCNR=$OPTARG - ;; - c) - CREATE_BASELINE=true - ;; - l) - TESTS_FILE=$OPTARG - SKIP_ORDER=true - ;; - m) - # redefine RTPWD to point to newly created baseline outputs - RTPWD=${NEW_BASELINE} - ;; - n) - SINGLE_OPTS=("$OPTARG") - until [[ $(eval "echo \${$OPTIND}") =~ ^-.* ]] || [ -z $(eval "echo \${$OPTIND}") ]; do - SINGLE_OPTS+=($(eval "echo \${$OPTIND}")) - OPTIND=$((OPTIND + 1)) - done - - if [[ ${#SINGLE_OPTS[@]} != 2 ]]; then - echo "The -n option needs AND , i.e. -n control_p8 intel" - exit 1 - fi - SINGLE_NAME=${SINGLE_OPTS[0],,} - export RT_COMPILER=${SINGLE_OPTS[1],,} - - if [[ "$RT_COMPILER" == "intel" ]] || [[ "$RT_COMPILER" == "gnu" ]]; then - echo "COMPILER set to ${RT_COMPILER}" - else - echo "Compiler must be either 'intel' or 'gnu'." - exit 1 - fi - ;; - d) - export delete_rundir=true - awk -F "|" '{print $5}' rt.conf | grep "\S" > keep_tests.tmp - ;; - w) - export skip_check_results=true - ;; - k) - KEEP_RUNDIR=true - ;; - r) - ROCOTO=true - ECFLOW=false - ;; - e) - ECFLOW=true - ROCOTO=false - ;; - h) - usage - ;; - \?) - usage - die "Invalid option: -$OPTARG" - ;; - :) - usage - die "Option -$OPTARG requires an argument." - ;; - esac -done - -ACCNR=${ACCNR:-""} -if [[ -z "$ACCNR" ]]; then - echo "Please use -a to set group account to use on HPC" - exit 1 -fi - -# Display the machine and account using the format detect_machine.sh used: -echo "Machine: " $MACHINE_ID " Account: " $ACCNR - if [[ $SINGLE_NAME != '' ]]; then rt_single TESTS_FILE=$RT_SINGLE_CONF @@ -492,7 +471,11 @@ fi source bl_date.ncar.conf -RTPWD=${RTPWD:-$DISKNM/NCAR/main-${BL_DATE}} +if [[ "$RTPWD_NEW_BASELINE" == true ]] ; then + RTPWD=${NEW_BASELINE} +else + RTPWD=${RTPWD:-$DISKNM/NCAR/main-${BL_DATE}} +fi INPUTDATA_ROOT=${INPUTDATA_ROOT:-$DISKNM/NCAR/input-data-20221101} INPUTDATA_ROOT_WW3=${INPUTDATA_ROOT}/WW3_input_data_20220624 @@ -656,6 +639,10 @@ in_metatask=false [[ -f $TESTS_FILE ]] || die "$TESTS_FILE does not exist" +LAST_COMPILER_NR=-9999 + +declare -A compiles + while read -r line || [ "$line" ]; do line="${line#"${line%%[![:space:]]*}"}" @@ -666,24 +653,21 @@ while read -r line || [ "$line" ]; do if [[ $line == COMPILE* ]]; then - COMPILE_NR=$( echo $line | cut -d'|' -f2 | sed -e 's/^ *//' -e 's/ *$//') + COMPILE_NAME=$( echo $line | cut -d'|' -f2 | sed -e 's/^ *//' -e 's/ *$//') RT_COMPILER=$(echo $line | cut -d'|' -f3 | sed -e 's/^ *//' -e 's/ *$//') MAKE_OPT=$( echo $line | cut -d'|' -f4 | sed -e 's/^ *//' -e 's/ *$//') MACHINES=$( echo $line | cut -d'|' -f5 | sed -e 's/^ *//' -e 's/ *$//') CB=$( echo $line | cut -d'|' -f6) - - COMPILE_COUNTER=$( printf '%03d' $(( 10#$COMPILE_COUNTER + 1 )) ) - COMPILE_NR=$( printf '%03d' $(( 10#$COMPILE_NR )) ) - echo "COMPILER_COUNTER: " $COMPILE_COUNTER - echo "COMPILER_NR: " $COMPILE_NR - if [[ ${SKIP_ORDER} == false ]]; then - if [[ ${SINGLE_NAME} == '' ]]; then - if [[ ! $COMPILE_COUNTER == $COMPILE_NR ]]; then - echo "Compile numbers in '.conf' file are not in order" - exit 1 - fi - fi + COMPILE_NR=${COMPILE_NAME}_${RT_COMPILER} + + set +u + if [[ ! -z ${compiles[$COMPILE_NR]} ]] ; then + echo "Error! Duplicated compilation $COMPILE_NAME for compiler $RT_COMPILER!" + exit 1 fi + set -u + compiles[$COMPILE_NR]=$COMPILE_NR + echo "COMPILING ${compiles[${COMPILE_NR}]}" [[ $CREATE_BASELINE == true && $CB != *fv3* ]] && continue @@ -807,6 +791,7 @@ EOF export DEP_RUN=${DEP_RUN} export skip_check_results=${skip_check_results} export delete_rundir=${delete_rundir} + export WLCLK=${WLCLK} EOF if [[ $MACHINE_ID = jet ]]; then cat << EOF >> ${RUNDIR_ROOT}/run_test_${TEST_NR}.env diff --git a/tests/rt.sh b/tests/rt.sh index 8ecd5094f8..456a33a883 100755 --- a/tests/rt.sh +++ b/tests/rt.sh @@ -129,9 +129,98 @@ readonly RT_SINGLE_CONF='rt_single.conf' source detect_machine.sh # Note: this does not set ACCNR. The "if" block below does. source rt_utils.sh - source module-setup.sh +CREATE_BASELINE=false +ROCOTO=false +ECFLOW=false +KEEP_RUNDIR=false +SINGLE_NAME='' +TEST_35D=false +export skip_check_results=false +export delete_rundir=false +SKIP_ORDER=false +RTPWD_NEW_BASELINE=false +TESTS_FILE='rt.conf' +ACCNR=${ACCNR:-""} + +while getopts ":a:cl:mn:dwkreh" opt; do + case $opt in + a) + ACCNR=$OPTARG + ;; + c) + CREATE_BASELINE=true + ;; + l) + TESTS_FILE=$OPTARG + SKIP_ORDER=true + ;; + m) + # redefine RTPWD to point to newly created baseline outputs + RTPWD_NEW_BASELINE=true + ;; + n) + SINGLE_OPTS=("$OPTARG") + until [[ $(eval "echo \${$OPTIND}") =~ ^-.* ]] || [ -z $(eval "echo \${$OPTIND}") ]; do + SINGLE_OPTS+=($(eval "echo \${$OPTIND}")) + OPTIND=$((OPTIND + 1)) + done + + if [[ ${#SINGLE_OPTS[@]} != 2 ]]; then + echo "The -n option needs AND , i.e. -n control_p8 intel" + exit 1 + fi + SINGLE_NAME=${SINGLE_OPTS[0],,} + export RT_COMPILER=${SINGLE_OPTS[1],,} + + if [[ "$RT_COMPILER" == "intel" ]] || [[ "$RT_COMPILER" == "gnu" ]]; then + echo "COMPILER set to ${RT_COMPILER}" + else + echo "Compiler must be either 'intel' or 'gnu'." + exit 1 + fi + ;; + d) + export delete_rundir=true + awk -F "|" '{print $5}' rt.conf | grep "\S" > keep_tests.tmp + ;; + w) + export skip_check_results=true + ;; + k) + KEEP_RUNDIR=true + ;; + r) + ROCOTO=true + ECFLOW=false + ;; + e) + ECFLOW=true + ROCOTO=false + ;; + h) + usage + ;; + \?) + usage + die "Invalid option: -$OPTARG" + ;; + :) + usage + die "Option -$OPTARG requires an argument." + ;; + esac +done + +if [[ -z "$ACCNR" ]]; then + echo "Please use -a to set group account to use on HPC" + exit 1 +fi + +# Display the machine and account using the format detect_machine.sh used: +echo "Machine: " $MACHINE_ID " Account: " $ACCNR + if [[ $MACHINE_ID = wcoss2 ]]; then #module use /usrx/local/dev/emc_rocoto/modulefiles @@ -158,8 +247,6 @@ if [[ $MACHINE_ID = wcoss2 ]]; then STMP=/lfs/h2/emc/ptmp PTMP=/lfs/h2/emc/ptmp SCHEDULER=pbs - cp fv3_conf/fv3_qsub.IN_wcoss2 fv3_conf/fv3_qsub.IN - cp fv3_conf/compile_qsub.IN_wcoss2 fv3_conf/compile_qsub.IN elif [[ $MACHINE_ID = acorn ]]; then @@ -180,8 +267,6 @@ elif [[ $MACHINE_ID = acorn ]]; then STMP=/lfs/h2/emc/ptmp PTMP=/lfs/h2/emc/ptmp SCHEDULER=pbs - cp fv3_conf/fv3_qsub.IN_wcoss2 fv3_conf/fv3_qsub.IN - cp fv3_conf/compile_qsub.IN_wcoss2 fv3_conf/compile_qsub.IN elif [[ $MACHINE_ID = gaea ]]; then @@ -198,8 +283,6 @@ elif [[ $MACHINE_ID = gaea ]]; then PTMP=/lustre/f2/scratch SCHEDULER=slurm - cp fv3_conf/fv3_slurm.IN_gaea fv3_conf/fv3_slurm.IN - cp fv3_conf/compile_slurm.IN_gaea fv3_conf/compile_slurm.IN elif [[ $MACHINE_ID = hera ]]; then @@ -226,8 +309,6 @@ elif [[ $MACHINE_ID = hera ]]; then PTMP=$dprefix/stmp2 SCHEDULER=slurm - cp fv3_conf/fv3_slurm.IN_hera fv3_conf/fv3_slurm.IN - cp fv3_conf/compile_slurm.IN_hera fv3_conf/compile_slurm.IN elif [[ $MACHINE_ID = orion ]]; then @@ -253,8 +334,6 @@ elif [[ $MACHINE_ID = orion ]]; then PTMP=$dprefix/stmp SCHEDULER=slurm - cp fv3_conf/fv3_slurm.IN_orion fv3_conf/fv3_slurm.IN - cp fv3_conf/compile_slurm.IN_orion fv3_conf/compile_slurm.IN elif [[ $MACHINE_ID = jet ]]; then @@ -278,8 +357,6 @@ elif [[ $MACHINE_ID = jet ]]; then PTMP=${PTMP:-$dprefix/RT_RUNDIRS} SCHEDULER=slurm - cp fv3_conf/fv3_slurm.IN_jet fv3_conf/fv3_slurm.IN - cp fv3_conf/compile_slurm.IN_jet fv3_conf/compile_slurm.IN elif [[ $MACHINE_ID = s4 ]]; then @@ -304,8 +381,6 @@ elif [[ $MACHINE_ID = s4 ]]; then PTMP=/scratch/users SCHEDULER=slurm - cp fv3_conf/fv3_slurm.IN_s4 fv3_conf/fv3_slurm.IN - cp fv3_conf/compile_slurm.IN_s4 fv3_conf/compile_slurm.IN elif [[ $MACHINE_ID = cheyenne ]]; then @@ -322,8 +397,6 @@ elif [[ $MACHINE_ID = cheyenne ]]; then STMP=$dprefix PTMP=$dprefix SCHEDULER=pbs - cp fv3_conf/fv3_qsub.IN_cheyenne fv3_conf/fv3_qsub.IN - cp fv3_conf/compile_qsub.IN_cheyenne fv3_conf/compile_qsub.IN elif [[ $MACHINE_ID = stampede ]]; then @@ -339,7 +412,6 @@ elif [[ $MACHINE_ID = stampede ]]; then SCHEDULER=slurm MPIEXEC=ibrun MPIEXECOPTS= - cp fv3_conf/fv3_slurm.IN_stampede fv3_conf/fv3_slurm.IN elif [[ $MACHINE_ID = expanse ]]; then @@ -353,7 +425,6 @@ elif [[ $MACHINE_ID = expanse ]]; then STMP=$dprefix PTMP=$dprefix SCHEDULER=slurm - cp fv3_conf/fv3_slurm.IN_expanse fv3_conf/fv3_slurm.IN elif [[ $MACHINE_ID = noaacloud.* ]]; then @@ -373,8 +444,6 @@ elif [[ $MACHINE_ID = expanse ]]; then STMP=$dprefix/stmp4 PTMP=$dprefix/stmp2 SCHEDULER=slurm - cp fv3_conf/fv3_slurm.IN_noaacloud fv3_conf/fv3_slurm.IN - cp fv3_conf/compile_slurm.IN_noaacloud fv3_conf/compile_slurm.IN else @@ -389,96 +458,6 @@ NEW_BASELINE=${STMP}/${USER}/FV3_RT/REGRESSION_TEST RUNDIR_ROOT=${RUNDIR_ROOT:-${PTMP}/${USER}/FV3_RT}/rt_$$ mkdir -p ${RUNDIR_ROOT} -CREATE_BASELINE=false -ROCOTO=false -ECFLOW=false -KEEP_RUNDIR=false -SINGLE_NAME='' -TEST_35D=false -export skip_check_results=false -export delete_rundir=false -SKIP_ORDER=false - -TESTS_FILE='rt.conf' - -while getopts ":a:cl:mn:dwkreh" opt; do - case $opt in - a) - ACCNR=$OPTARG - ;; - c) - CREATE_BASELINE=true - ;; - l) - TESTS_FILE=$OPTARG - SKIP_ORDER=true - ;; - m) - # redefine RTPWD to point to newly created baseline outputs - RTPWD=${NEW_BASELINE} - ;; - n) - SINGLE_OPTS=("$OPTARG") - until [[ $(eval "echo \${$OPTIND}") =~ ^-.* ]] || [ -z $(eval "echo \${$OPTIND}") ]; do - SINGLE_OPTS+=($(eval "echo \${$OPTIND}")) - OPTIND=$((OPTIND + 1)) - done - - if [[ ${#SINGLE_OPTS[@]} != 2 ]]; then - echo "The -n option needs AND , i.e. -n control_p8 intel" - exit 1 - fi - SINGLE_NAME=${SINGLE_OPTS[0],,} - export RT_COMPILER=${SINGLE_OPTS[1],,} - - if [[ "$RT_COMPILER" == "intel" ]] || [[ "$RT_COMPILER" == "gnu" ]]; then - echo "COMPILER set to ${RT_COMPILER}" - else - echo "Compiler must be either 'intel' or 'gnu'." - exit 1 - fi - ;; - d) - export delete_rundir=true - awk -F "|" '{print $5}' rt.conf | grep "\S" > keep_tests.tmp - ;; - w) - export skip_check_results=true - ;; - k) - KEEP_RUNDIR=true - ;; - r) - ROCOTO=true - ECFLOW=false - ;; - e) - ECFLOW=true - ROCOTO=false - ;; - h) - usage - ;; - \?) - usage - die "Invalid option: -$OPTARG" - ;; - :) - usage - die "Option -$OPTARG requires an argument." - ;; - esac -done - -ACCNR=${ACCNR:-""} -if [[ -z "$ACCNR" ]]; then - echo "Please use -a to set group account to use on HPC" - exit 1 -fi - -# Display the machine and account using the format detect_machine.sh used: -echo "Machine: " $MACHINE_ID " Account: " $ACCNR - if [[ $SINGLE_NAME != '' ]]; then rt_single TESTS_FILE=$RT_SINGLE_CONF @@ -490,7 +469,12 @@ fi source bl_date.conf -RTPWD=${RTPWD:-$DISKNM/NEMSfv3gfs/develop-${BL_DATE}} +if [[ "$RTPWD_NEW_BASELINE" == true ]] ; then + RTPWD=${NEW_BASELINE} +else + RTPWD=${RTPWD:-$DISKNM/NEMSfv3gfs/develop-${BL_DATE}} +fi + INPUTDATA_ROOT=${INPUTDATA_ROOT:-$DISKNM/NEMSfv3gfs/input-data-20221101} INPUTDATA_ROOT_WW3=${INPUTDATA_ROOT}/WW3_input_data_20220624 @@ -654,6 +638,10 @@ in_metatask=false [[ -f $TESTS_FILE ]] || die "$TESTS_FILE does not exist" +LAST_COMPILER_NR=-9999 + +declare -A compiles + while read -r line || [ "$line" ]; do line="${line#"${line%%[![:space:]]*}"}" @@ -664,24 +652,21 @@ while read -r line || [ "$line" ]; do if [[ $line == COMPILE* ]]; then - COMPILE_NR=$( echo $line | cut -d'|' -f2 | sed -e 's/^ *//' -e 's/ *$//') + COMPILE_NAME=$( echo $line | cut -d'|' -f2 | sed -e 's/^ *//' -e 's/ *$//') RT_COMPILER=$(echo $line | cut -d'|' -f3 | sed -e 's/^ *//' -e 's/ *$//') MAKE_OPT=$( echo $line | cut -d'|' -f4 | sed -e 's/^ *//' -e 's/ *$//') MACHINES=$( echo $line | cut -d'|' -f5 | sed -e 's/^ *//' -e 's/ *$//') CB=$( echo $line | cut -d'|' -f6) - - COMPILE_COUNTER=$( printf '%03d' $(( 10#$COMPILE_COUNTER + 1 )) ) - COMPILE_NR=$( printf '%03d' $(( 10#$COMPILE_NR )) ) - echo "COMPILER_COUNTER: " $COMPILE_COUNTER - echo "COMPILER_NR: " $COMPILE_NR - if [[ ${SKIP_ORDER} == false ]]; then - if [[ ${SINGLE_NAME} == '' ]]; then - if [[ ! $COMPILE_COUNTER == $COMPILE_NR ]]; then - echo "Compile numbers in '.conf' file are not in order" - exit 1 - fi - fi + COMPILE_NR=${COMPILE_NAME}_${RT_COMPILER} + + set +u + if [[ ! -z ${compiles[$COMPILE_NR]} ]] ; then + echo "Error! Duplicated compilation $COMPILE_NAME for compiler $RT_COMPILER!" + exit 1 fi + set -u + compiles[$COMPILE_NR]=$COMPILE_NR + echo "COMPILING ${compiles[${COMPILE_NR}]}" [[ $CREATE_BASELINE == true && $CB != *fv3* ]] && continue @@ -805,6 +790,7 @@ EOF export DEP_RUN=${DEP_RUN} export skip_check_results=${skip_check_results} export delete_rundir=${delete_rundir} + export WLCLK=${WLCLK} EOF if [[ $MACHINE_ID = jet ]]; then cat << EOF >> ${RUNDIR_ROOT}/run_test_${TEST_NR}.env diff --git a/tests/run_compile.sh b/tests/run_compile.sh index 4e89cbccb7..1d8d6254f0 100755 --- a/tests/run_compile.sh +++ b/tests/run_compile.sh @@ -39,6 +39,8 @@ remove_fail_test [[ -e ${RUNDIR_ROOT}/compile_${COMPILE_NR}.env ]] && source ${RUNDIR_ROOT}/compile_${COMPILE_NR}.env source default_vars.sh +[[ -e ${RUNDIR_ROOT}/compile_${COMPILE_NR}.env ]] && source ${RUNDIR_ROOT}/compile_${COMPILE_NR}.env + export TEST_NAME=compile @@ -57,12 +59,27 @@ rm -rf ${RUNDIR} mkdir -p ${RUNDIR} cd $RUNDIR -if [[ $SCHEDULER = 'slurm' ]]; then - atparse < $PATHRT/fv3_conf/compile_slurm.IN > job_card +if [[ $SCHEDULER = 'pbs' ]]; then + if [[ -e $PATHRT/fv3_conf/compile_qsub.IN_${MACHINE_ID} ]]; then + atparse < $PATHRT/fv3_conf/compile_qsub.IN_${MACHINE_ID} > job_card + else + echo "Looking for fv3_conf/compile_qsub.IN_${MACHINE_ID} but it is not found. Exiting" + exit 1 + fi +elif [[ $SCHEDULER = 'slurm' ]]; then + if [[ -e $PATHRT/fv3_conf/compile_slurm.IN_${MACHINE_ID} ]]; then + atparse < $PATHRT/fv3_conf/compile_slurm.IN_${MACHINE_ID} > job_card + else + echo "Looking for fv3_conf/compile_slurm.IN_${MACHINE_ID} but it is not found. Exiting" + exit 1 + fi elif [[ $SCHEDULER = 'lsf' ]]; then - atparse < $PATHRT/fv3_conf/compile_bsub.IN > job_card -elif [[ $SCHEDULER = 'pbs' ]]; then - atparse < $PATHRT/fv3_conf/compile_qsub.IN > job_card + if [[ -e $PATHRT/fv3_conf/compile_bsub.IN_${MACHINE_ID} ]]; then + atparse < $PATHRT/fv3_conf/compile_bsub.IN_${MACHINE_ID} > job_card + else + echo "Looking for fv3_conf/compile_bsub.IN_${MACHINE_ID} but it is not found. Exiting" + exit 1 + fi fi ################################################################################ diff --git a/tests/run_test.sh b/tests/run_test.sh index 8081dfd011..5556ec150a 100755 --- a/tests/run_test.sh +++ b/tests/run_test.sh @@ -49,6 +49,7 @@ unset NEMS_CONFIGURE [[ -e ${RUNDIR_ROOT}/run_test_${TEST_NR}.env ]] && source ${RUNDIR_ROOT}/run_test_${TEST_NR}.env source default_vars.sh +[[ -e ${RUNDIR_ROOT}/run_test_${TEST_NR}.env ]] && source ${RUNDIR_ROOT}/run_test_${TEST_NR}.env source tests/$TEST_NAME remove_fail_test @@ -67,7 +68,6 @@ export JBNME=$(basename $RUNDIR_ROOT)_${TEST_NR} echo -n "${TEST_NAME}_${RT_COMPILER}, $( date +%s )," > ${LOG_DIR}/job_${JOB_NR}_timestamp.txt export RT_LOG=${LOG_DIR}/rt_${TEST_NR}_${TEST_NAME}_${RT_COMPILER}${RT_SUFFIX}.log - echo "Test ${TEST_NR} ${TEST_NAME}_${RT_COMPILER} ${TEST_DESCR}" source rt_utils.sh @@ -282,11 +282,26 @@ TASKS=$(( NODES * TPN )) export TASKS if [[ $SCHEDULER = 'pbs' ]]; then - atparse < $PATHRT/fv3_conf/fv3_qsub.IN > job_card + if [[ -e $PATHRT/fv3_conf/fv3_qsub.IN_${MACHINE_ID} ]]; then + atparse < $PATHRT/fv3_conf/fv3_qsub.IN_${MACHINE_ID} > job_card + else + echo "Looking for fv3_conf/fv3_qsub.IN_${MACHINE_ID} but it is not found. Exiting" + exit 1 + fi elif [[ $SCHEDULER = 'slurm' ]]; then - atparse < $PATHRT/fv3_conf/fv3_slurm.IN > job_card + if [[ -e $PATHRT/fv3_conf/fv3_slurm.IN_${MACHINE_ID} ]]; then + atparse < $PATHRT/fv3_conf/fv3_slurm.IN_${MACHINE_ID} > job_card + else + echo "Looking for fv3_conf/fv3_slurm.IN_${MACHINE_ID} but it is not found. Exiting" + exit 1 + fi elif [[ $SCHEDULER = 'lsf' ]]; then - atparse < $PATHRT/fv3_conf/fv3_bsub.IN > job_card + if [[ -e $PATHRT/fv3_conf/fv3_bsub.IN_${MACHINE_ID} ]]; then + atparse < $PATHRT/fv3_conf/fv3_bsub.IN_${MACHINE_ID} > job_card + else + echo "Looking for fv3_conf/fv3_bsub.IN_${MACHINE_ID} but it is not found. Exiting" + exit 1 + fi fi ################################################################################ diff --git a/tests/tests/rrfs_smoke_conus13km_fast_phy32 b/tests/tests/rrfs_smoke_conus13km_fast_phy32 new file mode 100644 index 0000000000..95b298ce7d --- /dev/null +++ b/tests/tests/rrfs_smoke_conus13km_fast_phy32 @@ -0,0 +1,120 @@ +############################################################################### +# +# HRRR smoke physics on 13km domain, quilt 32-bit FASTER=ON control run +# +############################################################################### + +# This configuration is supposed to match the rrfs_dev1 parallel, so +# do not change the namelist without checking the current parallel. + +export TEST_DESCR="HRRR smoke physics on 13km domain, quilt 32-bit FASTER=ON" + +export CNTL_DIR=rrfs_smoke_conus13km_fast_phy32 + +export LIST_FILES="sfcf000.nc \ + sfcf001.nc \ + sfcf002.nc \ + atmf000.nc \ + atmf001.nc \ + atmf002.nc \ + RESTART/20210512.170000.coupler.res \ + RESTART/20210512.170000.fv_core.res.nc \ + RESTART/20210512.170000.fv_core.res.tile1.nc \ + RESTART/20210512.170000.fv_srf_wnd.res.tile1.nc \ + RESTART/20210512.170000.fv_tracer.res.tile1.nc \ + RESTART/20210512.170000.phy_data.nc \ + RESTART/20210512.170000.sfc_data.nc" + +export_fv3 + +export SYEAR=2021 +export SMONTH=5 +export SDAY=12 +export SHOUR=16 +export FHMAX=2 +export DT_ATMOS=120 +export RESTART_INTERVAL=1 +export QUILTING=.true. +export WRITE_GROUP=1 +export WRTTASK_PER_GROUP=6 +export NTILES=1 +export WRITE_DOPOST=.false. +export OUTPUT_HISTORY=.true. +export OUTPUT_GRID=lambert_conformal +export OUTPUT_FILE="'netcdf'" + +# Revert these two to GFS_typedefs defaults to avoid a crash: +export SEDI_SEMI=.false. +export DECFL=8 + +export RRFS_SMOKE=.true. +export SEAS_OPT=0 + +export LKM=1 +export IOPT_LAKE=2 +export SFCLAY_COMPUTE_FLUX=.true. +export IALB=2 +export ICLIQ_SW=2 +export IEMS=2 +export IOVR=3 +export KICE=9 +export LSM=3 +export LSOIL_LSM=9 +export DO_MYNNSFCLAY=.true. +export DO_MYNNEDMF=.true. +export DO_MYJPBL=.true +export HYBEDMF=.false. +export SHAL_CNV=.false. +export DO_SAT_ADJ=.false. +export DO_DEEP=.false. +export CCPP_SUITE='FV3_HRRR' +export INPES=12 +export JNPES=12 +export NPX=397 +export NPY=233 +export NPZ=65 +export MAKE_NH=.false. +export NA_INIT=0 +export DNATS=0 +export EXTERNAL_IC=.false. +export NGGPS_IC=.false. +export MOUNTAIN=.true. +export WARM_START=.true. +export READ_INCREMENT=.false. +export RES_LATLON_DYNAMICS="'fv3_increment.nc'" +export NPZP=66 +export FHZERO=1.0 +export IMP_PHYSICS=8 +export LDIAG3D=.false. +export QDIAG3D=.false. +export PRINT_DIFF_PGR=.true. +export FHCYC=0.0 +export IAER=1011 +export LHEATSTRG=.false. +export RANDOM_CLDS=.false. +export CNVCLD=.false. +export IMFSHALCNV=-1 +export IMFDEEPCNV=-1 +export CDMBWD='3.5,1.0' +export DO_SPPT=.false. +export DO_SHUM=.false. +export DO_SKEB=.false. +export LNDP_TYPE=0 +export N_VAR_LNDP=0 + +export GWD_OPT=3 +export DO_UGWP_V0=.false. +export DO_UGWP_V0_OROG_ONLY=.false. +export DO_GSL_DRAG_LS_BL=.true. +export DO_GSL_DRAG_SS=.true. +export DO_GSL_DRAG_TOFD=.true. +export DO_UGWP_V1=.false. +export DO_UGWP_V1_OROG_ONLY=.false. + +export FV3_RUN=rrfs_warm_run.IN +export INPUT_NML=rrfs_conus13km_hrrr.nml.IN +export FIELD_TABLE=field_table_thompson_aero_tke_smoke +export DIAG_TABLE=diag_table_hrrr +export MODEL_CONFIGURE=model_configure_rrfs_conus13km.IN +export DIAG_TABLE_ADDITIONAL=diag_additional_rrfs_smoke +export FRAC_ICE=.true. diff --git a/tests/tests/rrfs_smoke_conus13km_fast_phy32_qr b/tests/tests/rrfs_smoke_conus13km_fast_phy32_qr new file mode 100644 index 0000000000..9795ef8fba --- /dev/null +++ b/tests/tests/rrfs_smoke_conus13km_fast_phy32_qr @@ -0,0 +1,121 @@ +############################################################################### +# +# HRRR smoke physics on 13km domain, quilt 32-bit FASTER=ON control run +# +############################################################################### + +# This configuration is supposed to match the rrfs_dev1 parallel, so +# do not change the namelist without checking the current parallel. + +export TEST_DESCR="HRRR smoke physics on 13km domain, quilt 32-bit FASTER=ON" + +export CNTL_DIR=rrfs_smoke_conus13km_fast_phy32_qr + +export LIST_FILES="sfcf000.nc \ + sfcf001.nc \ + sfcf002.nc \ + atmf000.nc \ + atmf001.nc \ + atmf002.nc \ + RESTART/20210512.170000.coupler.res \ + RESTART/20210512.170000.fv_core.res.nc \ + RESTART/20210512.170000.fv_core.res.tile1.nc \ + RESTART/20210512.170000.fv_srf_wnd.res.tile1.nc \ + RESTART/20210512.170000.fv_tracer.res.tile1.nc \ + RESTART/20210512.170000.phy_data.nc \ + RESTART/20210512.170000.sfc_data.nc" + +export_fv3 + +export SYEAR=2021 +export SMONTH=5 +export SDAY=12 +export SHOUR=16 +export FHMAX=2 +export DT_ATMOS=120 +export RESTART_INTERVAL=1 +export QUILTING=.true. +export WRITE_GROUP=1 +export WRTTASK_PER_GROUP=6 +export NTILES=1 +export WRITE_DOPOST=.false. +export OUTPUT_HISTORY=.true. +export OUTPUT_GRID=lambert_conformal +export OUTPUT_FILE="'netcdf'" +export QUILTING_RESTART=.true. + +# Revert these two to GFS_typedefs defaults to avoid a crash: +export SEDI_SEMI=.false. +export DECFL=8 + +export RRFS_SMOKE=.true. +export SEAS_OPT=0 + +export LKM=1 +export IOPT_LAKE=2 +export SFCLAY_COMPUTE_FLUX=.true. +export IALB=2 +export ICLIQ_SW=2 +export IEMS=2 +export IOVR=3 +export KICE=9 +export LSM=3 +export LSOIL_LSM=9 +export DO_MYNNSFCLAY=.true. +export DO_MYNNEDMF=.true. +export DO_MYJPBL=.true +export HYBEDMF=.false. +export SHAL_CNV=.false. +export DO_SAT_ADJ=.false. +export DO_DEEP=.false. +export CCPP_SUITE='FV3_HRRR' +export INPES=12 +export JNPES=12 +export NPX=397 +export NPY=233 +export NPZ=65 +export MAKE_NH=.false. +export NA_INIT=0 +export DNATS=0 +export EXTERNAL_IC=.false. +export NGGPS_IC=.false. +export MOUNTAIN=.true. +export WARM_START=.true. +export READ_INCREMENT=.false. +export RES_LATLON_DYNAMICS="'fv3_increment.nc'" +export NPZP=66 +export FHZERO=1.0 +export IMP_PHYSICS=8 +export LDIAG3D=.false. +export QDIAG3D=.false. +export PRINT_DIFF_PGR=.true. +export FHCYC=0.0 +export IAER=1011 +export LHEATSTRG=.false. +export RANDOM_CLDS=.false. +export CNVCLD=.false. +export IMFSHALCNV=-1 +export IMFDEEPCNV=-1 +export CDMBWD='3.5,1.0' +export DO_SPPT=.false. +export DO_SHUM=.false. +export DO_SKEB=.false. +export LNDP_TYPE=0 +export N_VAR_LNDP=0 + +export GWD_OPT=3 +export DO_UGWP_V0=.false. +export DO_UGWP_V0_OROG_ONLY=.false. +export DO_GSL_DRAG_LS_BL=.true. +export DO_GSL_DRAG_SS=.true. +export DO_GSL_DRAG_TOFD=.true. +export DO_UGWP_V1=.false. +export DO_UGWP_V1_OROG_ONLY=.false. + +export FV3_RUN=rrfs_warm_run.IN +export INPUT_NML=rrfs_conus13km_hrrr.nml.IN +export FIELD_TABLE=field_table_thompson_aero_tke_smoke +export DIAG_TABLE=diag_table_hrrr +export MODEL_CONFIGURE=model_configure_rrfs_conus13km.IN +export DIAG_TABLE_ADDITIONAL=diag_additional_rrfs_smoke +export FRAC_ICE=.true. diff --git a/tests/tests/rrfs_smoke_conus13km_fast_phy32_restart_mismatch b/tests/tests/rrfs_smoke_conus13km_fast_phy32_restart_mismatch new file mode 100644 index 0000000000..d02f5316b4 --- /dev/null +++ b/tests/tests/rrfs_smoke_conus13km_fast_phy32_restart_mismatch @@ -0,0 +1,112 @@ +############################################################################### +# +# HRRR smoke physics on 13km domain, quilt 32-bit FASTER=ON control run +# +############################################################################### + +# This configuration is supposed to match the rrfs_dev1 parallel, so +# do not change the namelist without checking the current parallel. + +export TEST_DESCR="HRRR smoke physics on 13km domain, quilt 32-bit FASTER=ON restart run" + +export CNTL_DIR=rrfs_smoke_conus13km_fast_phy32_restart_mismatch + +export LIST_FILES="sfcf002.nc \ + atmf002.nc" + +export_fv3 + +export SYEAR=2021 +export SMONTH=05 +export SDAY=12 +export SHOUR=16 +export FHMAX=2 +export DT_ATMOS=120 +export QUILTING=.true. +export WRITE_GROUP=1 +export WRTTASK_PER_GROUP=6 +export NTILES=1 +export WRITE_DOPOST=.false. +export OUTPUT_HISTORY=.true. +export OUTPUT_GRID=lambert_conformal +export OUTPUT_FILE="'netcdf'" + +export FHROT=1 +export RESTART_FILE_PREFIX="${SYEAR}${SMONTH}${SDAY}.$(printf "%02d" $(( ${SHOUR} + ${FHROT} )))0000" +export RRFS_RESTART=YES + +# Revert these two to GFS_typedefs defaults to avoid a crash: +export SEDI_SEMI=.false. +export DECFL=8 + +export RRFS_SMOKE=.true. +export SEAS_OPT=0 + +export LKM=1 +export SFCLAY_COMPUTE_FLUX=.true. +export IALB=2 +export ICLIQ_SW=2 +export IEMS=2 +export IOVR=3 +export KICE=9 +export LSM=3 +export LSOIL_LSM=9 +export DO_MYNNSFCLAY=.true. +export DO_MYNNEDMF=.true. +export DO_MYJPBL=.true +export HYBEDMF=.false. +export SHAL_CNV=.false. +export DO_SAT_ADJ=.false. +export DO_DEEP=.false. +export CCPP_SUITE='FV3_HRRR' +export INPES=12 +export JNPES=12 +export NPX=397 +export NPY=233 +export NPZ=65 +export MAKE_NH=.false. +export NA_INIT=0 +export DNATS=0 +export EXTERNAL_IC=.false. +export NGGPS_IC=.false. +export MOUNTAIN=.true. +export WARM_START=.true. +export READ_INCREMENT=.false. +export RES_LATLON_DYNAMICS="'fv3_increment.nc'" +export NPZP=66 +export FHZERO=1.0 +export IMP_PHYSICS=8 +export LDIAG3D=.false. +export QDIAG3D=.false. +export PRINT_DIFF_PGR=.true. +export FHCYC=0.0 +export IAER=1011 +export LHEATSTRG=.false. +export RANDOM_CLDS=.false. +export CNVCLD=.false. +export IMFSHALCNV=-1 +export IMFDEEPCNV=-1 +export CDMBWD='3.5,1.0' +export DO_SPPT=.false. +export DO_SHUM=.false. +export DO_SKEB=.false. +export LNDP_TYPE=0 +export N_VAR_LNDP=0 + +export GWD_OPT=3 +export DO_UGWP_V0=.false. +export DO_UGWP_V0_OROG_ONLY=.false. +export DO_GSL_DRAG_LS_BL=.true. +export DO_GSL_DRAG_SS=.true. +export DO_GSL_DRAG_TOFD=.true. +export DO_UGWP_V1=.false. +export DO_UGWP_V1_OROG_ONLY=.false. + +export FV3_RUN=rrfs_warm_run.IN +export INPUT_NML=rrfs_conus13km_hrrr.nml.IN +export FIELD_TABLE=field_table_thompson_aero_tke_smoke +export DIAG_TABLE=diag_table_hrrr +export MODEL_CONFIGURE=model_configure_rrfs_conus13km.IN +export DIAG_TABLE_ADDITIONAL=diag_additional_rrfs_smoke + +export FRAC_ICE=.true. diff --git a/tests/tests/rrfs_smoke_conus13km_fast_phy32_restart_qr_mismatch b/tests/tests/rrfs_smoke_conus13km_fast_phy32_restart_qr_mismatch new file mode 100644 index 0000000000..a7e3f2f04b --- /dev/null +++ b/tests/tests/rrfs_smoke_conus13km_fast_phy32_restart_qr_mismatch @@ -0,0 +1,112 @@ +############################################################################### +# +# HRRR smoke physics on 13km domain, quilt 32-bit FASTER=ON control run +# +############################################################################### + +# This configuration is supposed to match the rrfs_dev1 parallel, so +# do not change the namelist without checking the current parallel. + +export TEST_DESCR="HRRR smoke physics on 13km domain, quilt 32-bit FASTER=ON restart run" + +export CNTL_DIR=rrfs_smoke_conus13km_fast_phy32_restart_mismatch + +export LIST_FILES="sfcf002.nc \ + atmf002.nc" + +export_fv3 + +export SYEAR=2021 +export SMONTH=05 +export SDAY=12 +export SHOUR=16 +export FHMAX=2 +export DT_ATMOS=120 +export QUILTING=.true. +export WRITE_GROUP=1 +export WRTTASK_PER_GROUP=6 +export NTILES=1 +export WRITE_DOPOST=.false. +export OUTPUT_HISTORY=.true. +export OUTPUT_GRID=lambert_conformal +export OUTPUT_FILE="'netcdf'" +export QUILTING_RESTART=.true. +export FHROT=1 +export RESTART_FILE_PREFIX="${SYEAR}${SMONTH}${SDAY}.$(printf "%02d" $(( ${SHOUR} + ${FHROT} )))0000" +export RRFS_RESTART=YES + +# Revert these two to GFS_typedefs defaults to avoid a crash: +export SEDI_SEMI=.false. +export DECFL=8 + +export RRFS_SMOKE=.true. +export SEAS_OPT=0 + +export LKM=1 +export SFCLAY_COMPUTE_FLUX=.true. +export IALB=2 +export ICLIQ_SW=2 +export IEMS=2 +export IOVR=3 +export KICE=9 +export LSM=3 +export LSOIL_LSM=9 +export DO_MYNNSFCLAY=.true. +export DO_MYNNEDMF=.true. +export DO_MYJPBL=.true +export HYBEDMF=.false. +export SHAL_CNV=.false. +export DO_SAT_ADJ=.false. +export DO_DEEP=.false. +export CCPP_SUITE='FV3_HRRR' +export INPES=12 +export JNPES=12 +export NPX=397 +export NPY=233 +export NPZ=65 +export MAKE_NH=.false. +export NA_INIT=0 +export DNATS=0 +export EXTERNAL_IC=.false. +export NGGPS_IC=.false. +export MOUNTAIN=.true. +export WARM_START=.true. +export READ_INCREMENT=.false. +export RES_LATLON_DYNAMICS="'fv3_increment.nc'" +export NPZP=66 +export FHZERO=1.0 +export IMP_PHYSICS=8 +export LDIAG3D=.false. +export QDIAG3D=.false. +export PRINT_DIFF_PGR=.true. +export FHCYC=0.0 +export IAER=1011 +export LHEATSTRG=.false. +export RANDOM_CLDS=.false. +export CNVCLD=.false. +export IMFSHALCNV=-1 +export IMFDEEPCNV=-1 +export CDMBWD='3.5,1.0' +export DO_SPPT=.false. +export DO_SHUM=.false. +export DO_SKEB=.false. +export LNDP_TYPE=0 +export N_VAR_LNDP=0 + +export GWD_OPT=3 +export DO_UGWP_V0=.false. +export DO_UGWP_V0_OROG_ONLY=.false. +export DO_GSL_DRAG_LS_BL=.true. +export DO_GSL_DRAG_SS=.true. +export DO_GSL_DRAG_TOFD=.true. +export DO_UGWP_V1=.false. +export DO_UGWP_V1_OROG_ONLY=.false. + +export FV3_RUN=rrfs_warm_run.IN +export INPUT_NML=rrfs_conus13km_hrrr.nml.IN +export FIELD_TABLE=field_table_thompson_aero_tke_smoke +export DIAG_TABLE=diag_table_hrrr +export MODEL_CONFIGURE=model_configure_rrfs_conus13km.IN +export DIAG_TABLE_ADDITIONAL=diag_additional_rrfs_smoke + +export FRAC_ICE=.true. diff --git a/tests/tests/rrfs_smoke_conus13km_phy32 b/tests/tests/rrfs_smoke_conus13km_phy32 new file mode 100644 index 0000000000..e158ceb073 --- /dev/null +++ b/tests/tests/rrfs_smoke_conus13km_phy32 @@ -0,0 +1,120 @@ +############################################################################### +# +# HRRR smoke physics on 13km domain, quilt 32-bit control run +# +############################################################################### + +# This configuration is supposed to match the rrfs_dev1 parallel, so +# do not change the namelist without checking the current parallel. + +export TEST_DESCR="HRRR smoke physics on 13km domain, quilt FASTER=ON" + +export CNTL_DIR=rrfs_smoke_conus13km_phy32 + +export LIST_FILES="sfcf000.nc \ + sfcf001.nc \ + sfcf002.nc \ + atmf000.nc \ + atmf001.nc \ + atmf002.nc \ + RESTART/20210512.170000.coupler.res \ + RESTART/20210512.170000.fv_core.res.nc \ + RESTART/20210512.170000.fv_core.res.tile1.nc \ + RESTART/20210512.170000.fv_srf_wnd.res.tile1.nc \ + RESTART/20210512.170000.fv_tracer.res.tile1.nc \ + RESTART/20210512.170000.phy_data.nc \ + RESTART/20210512.170000.sfc_data.nc" + +export_fv3 + +export SYEAR=2021 +export SMONTH=5 +export SDAY=12 +export SHOUR=16 +export FHMAX=2 +export DT_ATMOS=120 +export RESTART_INTERVAL=1 +export QUILTING=.true. +export WRITE_GROUP=1 +export WRTTASK_PER_GROUP=6 +export NTILES=1 +export WRITE_DOPOST=.false. +export OUTPUT_HISTORY=.true. +export OUTPUT_GRID=lambert_conformal +export OUTPUT_FILE="'netcdf'" + +# Revert these two to GFS_typedefs defaults to avoid a crash: +export SEDI_SEMI=.false. +export DECFL=8 + +export RRFS_SMOKE=.true. +export SEAS_OPT=0 + +export LKM=1 +export IOPT_LAKE=2 +export SFCLAY_COMPUTE_FLUX=.true. +export IALB=2 +export ICLIQ_SW=2 +export IEMS=2 +export IOVR=3 +export KICE=9 +export LSM=3 +export LSOIL_LSM=9 +export DO_MYNNSFCLAY=.true. +export DO_MYNNEDMF=.true. +export DO_MYJPBL=.true +export HYBEDMF=.false. +export SHAL_CNV=.false. +export DO_SAT_ADJ=.false. +export DO_DEEP=.false. +export CCPP_SUITE='FV3_HRRR' +export INPES=12 +export JNPES=12 +export NPX=397 +export NPY=233 +export NPZ=65 +export MAKE_NH=.false. +export NA_INIT=0 +export DNATS=0 +export EXTERNAL_IC=.false. +export NGGPS_IC=.false. +export MOUNTAIN=.true. +export WARM_START=.true. +export READ_INCREMENT=.false. +export RES_LATLON_DYNAMICS="'fv3_increment.nc'" +export NPZP=66 +export FHZERO=1.0 +export IMP_PHYSICS=8 +export LDIAG3D=.false. +export QDIAG3D=.false. +export PRINT_DIFF_PGR=.true. +export FHCYC=0.0 +export IAER=1011 +export LHEATSTRG=.false. +export RANDOM_CLDS=.false. +export CNVCLD=.false. +export IMFSHALCNV=-1 +export IMFDEEPCNV=-1 +export CDMBWD='3.5,1.0' +export DO_SPPT=.false. +export DO_SHUM=.false. +export DO_SKEB=.false. +export LNDP_TYPE=0 +export N_VAR_LNDP=0 + +export GWD_OPT=3 +export DO_UGWP_V0=.false. +export DO_UGWP_V0_OROG_ONLY=.false. +export DO_GSL_DRAG_LS_BL=.true. +export DO_GSL_DRAG_SS=.true. +export DO_GSL_DRAG_TOFD=.true. +export DO_UGWP_V1=.false. +export DO_UGWP_V1_OROG_ONLY=.false. + +export FV3_RUN=rrfs_warm_run.IN +export INPUT_NML=rrfs_conus13km_hrrr.nml.IN +export FIELD_TABLE=field_table_thompson_aero_tke_smoke +export DIAG_TABLE=diag_table_hrrr +export MODEL_CONFIGURE=model_configure_rrfs_conus13km.IN +export DIAG_TABLE_ADDITIONAL=diag_additional_rrfs_smoke +export FRAC_ICE=.true. diff --git a/tests/tests/rrfs_smoke_conus13km_phy32_qr b/tests/tests/rrfs_smoke_conus13km_phy32_qr new file mode 100644 index 0000000000..46b2794c05 --- /dev/null +++ b/tests/tests/rrfs_smoke_conus13km_phy32_qr @@ -0,0 +1,121 @@ +############################################################################### +# +# HRRR smoke physics on 13km domain, quilt 32-bit control run +# +############################################################################### + +# This configuration is supposed to match the rrfs_dev1 parallel, so +# do not change the namelist without checking the current parallel. + +export TEST_DESCR="HRRR smoke physics on 13km domain, quilt FASTER=ON" + +export CNTL_DIR=rrfs_smoke_conus13km_phy32_qr + +export LIST_FILES="sfcf000.nc \ + sfcf001.nc \ + sfcf002.nc \ + atmf000.nc \ + atmf001.nc \ + atmf002.nc \ + RESTART/20210512.170000.coupler.res \ + RESTART/20210512.170000.fv_core.res.nc \ + RESTART/20210512.170000.fv_core.res.tile1.nc \ + RESTART/20210512.170000.fv_srf_wnd.res.tile1.nc \ + RESTART/20210512.170000.fv_tracer.res.tile1.nc \ + RESTART/20210512.170000.phy_data.nc \ + RESTART/20210512.170000.sfc_data.nc" + +export_fv3 + +export SYEAR=2021 +export SMONTH=5 +export SDAY=12 +export SHOUR=16 +export FHMAX=2 +export DT_ATMOS=120 +export RESTART_INTERVAL=1 +export QUILTING=.true. +export WRITE_GROUP=1 +export WRTTASK_PER_GROUP=6 +export NTILES=1 +export WRITE_DOPOST=.false. +export OUTPUT_HISTORY=.true. +export OUTPUT_GRID=lambert_conformal +export OUTPUT_FILE="'netcdf'" +export QUILTING_RESTART=.true. + +# Revert these two to GFS_typedefs defaults to avoid a crash: +export SEDI_SEMI=.false. +export DECFL=8 + +export RRFS_SMOKE=.true. +export SEAS_OPT=0 + +export LKM=1 +export IOPT_LAKE=2 +export SFCLAY_COMPUTE_FLUX=.true. +export IALB=2 +export ICLIQ_SW=2 +export IEMS=2 +export IOVR=3 +export KICE=9 +export LSM=3 +export LSOIL_LSM=9 +export DO_MYNNSFCLAY=.true. +export DO_MYNNEDMF=.true. +export DO_MYJPBL=.true +export HYBEDMF=.false. +export SHAL_CNV=.false. +export DO_SAT_ADJ=.false. +export DO_DEEP=.false. +export CCPP_SUITE='FV3_HRRR' +export INPES=12 +export JNPES=12 +export NPX=397 +export NPY=233 +export NPZ=65 +export MAKE_NH=.false. +export NA_INIT=0 +export DNATS=0 +export EXTERNAL_IC=.false. +export NGGPS_IC=.false. +export MOUNTAIN=.true. +export WARM_START=.true. +export READ_INCREMENT=.false. +export RES_LATLON_DYNAMICS="'fv3_increment.nc'" +export NPZP=66 +export FHZERO=1.0 +export IMP_PHYSICS=8 +export LDIAG3D=.false. +export QDIAG3D=.false. +export PRINT_DIFF_PGR=.true. +export FHCYC=0.0 +export IAER=1011 +export LHEATSTRG=.false. +export RANDOM_CLDS=.false. +export CNVCLD=.false. +export IMFSHALCNV=-1 +export IMFDEEPCNV=-1 +export CDMBWD='3.5,1.0' +export DO_SPPT=.false. +export DO_SHUM=.false. +export DO_SKEB=.false. +export LNDP_TYPE=0 +export N_VAR_LNDP=0 + +export GWD_OPT=3 +export DO_UGWP_V0=.false. +export DO_UGWP_V0_OROG_ONLY=.false. +export DO_GSL_DRAG_LS_BL=.true. +export DO_GSL_DRAG_SS=.true. +export DO_GSL_DRAG_TOFD=.true. +export DO_UGWP_V1=.false. +export DO_UGWP_V1_OROG_ONLY=.false. + +export FV3_RUN=rrfs_warm_run.IN +export INPUT_NML=rrfs_conus13km_hrrr.nml.IN +export FIELD_TABLE=field_table_thompson_aero_tke_smoke +export DIAG_TABLE=diag_table_hrrr +export MODEL_CONFIGURE=model_configure_rrfs_conus13km.IN +export DIAG_TABLE_ADDITIONAL=diag_additional_rrfs_smoke +export FRAC_ICE=.true. diff --git a/tests/tests/rrfs_smoke_conus13km_phy32_restart_mismatch b/tests/tests/rrfs_smoke_conus13km_phy32_restart_mismatch new file mode 100644 index 0000000000..2114c53d5d --- /dev/null +++ b/tests/tests/rrfs_smoke_conus13km_phy32_restart_mismatch @@ -0,0 +1,111 @@ +############################################################################### +# +# HRRR smoke physics on 13km domain, quilt 32-bit control run +# +############################################################################### + +# This configuration is supposed to match the rrfs_dev1 parallel, so +# do not change the namelist without checking the current parallel. + +export TEST_DESCR="HRRR smoke physics on 13km domain, quilt 32-bit restart run" + +export CNTL_DIR=rrfs_smoke_conus13km_phy32_restart_mismatch + +export LIST_FILES="sfcf002.nc \ + atmf002.nc" + +export_fv3 + +export SYEAR=2021 +export SMONTH=05 +export SDAY=12 +export SHOUR=16 +export FHMAX=2 +export DT_ATMOS=120 +export QUILTING=.true. +export WRITE_GROUP=1 +export WRTTASK_PER_GROUP=6 +export NTILES=1 +export WRITE_DOPOST=.false. +export OUTPUT_HISTORY=.true. +export OUTPUT_GRID=lambert_conformal +export OUTPUT_FILE="'netcdf'" +export FHROT=1 +export RESTART_FILE_PREFIX="${SYEAR}${SMONTH}${SDAY}.$(printf "%02d" $(( ${SHOUR} + ${FHROT} )))0000" +export RRFS_RESTART=YES + +# Revert these two to GFS_typedefs defaults to avoid a crash: +export SEDI_SEMI=.false. +export DECFL=8 + +export RRFS_SMOKE=.true. +export SEAS_OPT=0 + +export LKM=1 +export SFCLAY_COMPUTE_FLUX=.true. +export IALB=2 +export ICLIQ_SW=2 +export IEMS=2 +export IOVR=3 +export KICE=9 +export LSM=3 +export LSOIL_LSM=9 +export DO_MYNNSFCLAY=.true. +export DO_MYNNEDMF=.true. +export DO_MYJPBL=.true +export HYBEDMF=.false. +export SHAL_CNV=.false. +export DO_SAT_ADJ=.false. +export DO_DEEP=.false. +export CCPP_SUITE='FV3_HRRR' +export INPES=12 +export JNPES=12 +export NPX=397 +export NPY=233 +export NPZ=65 +export MAKE_NH=.false. +export NA_INIT=0 +export DNATS=0 +export EXTERNAL_IC=.false. +export NGGPS_IC=.false. +export MOUNTAIN=.true. +export WARM_START=.true. +export READ_INCREMENT=.false. +export RES_LATLON_DYNAMICS="'fv3_increment.nc'" +export NPZP=66 +export FHZERO=1.0 +export IMP_PHYSICS=8 +export LDIAG3D=.false. +export QDIAG3D=.false. +export PRINT_DIFF_PGR=.true. +export FHCYC=0.0 +export IAER=1011 +export LHEATSTRG=.false. +export RANDOM_CLDS=.false. +export CNVCLD=.false. +export IMFSHALCNV=-1 +export IMFDEEPCNV=-1 +export CDMBWD='3.5,1.0' +export DO_SPPT=.false. +export DO_SHUM=.false. +export DO_SKEB=.false. +export LNDP_TYPE=0 +export N_VAR_LNDP=0 + +export GWD_OPT=3 +export DO_UGWP_V0=.false. +export DO_UGWP_V0_OROG_ONLY=.false. +export DO_GSL_DRAG_LS_BL=.true. +export DO_GSL_DRAG_SS=.true. +export DO_GSL_DRAG_TOFD=.true. +export DO_UGWP_V1=.false. +export DO_UGWP_V1_OROG_ONLY=.false. + +export FV3_RUN=rrfs_warm_run.IN +export INPUT_NML=rrfs_conus13km_hrrr.nml.IN +export FIELD_TABLE=field_table_thompson_aero_tke_smoke +export DIAG_TABLE=diag_table_hrrr +export MODEL_CONFIGURE=model_configure_rrfs_conus13km.IN +export DIAG_TABLE_ADDITIONAL=diag_additional_rrfs_smoke + +export FRAC_ICE=.true. diff --git a/tests/tests/rrfs_smoke_conus13km_phy32_restart_qr_mismatch b/tests/tests/rrfs_smoke_conus13km_phy32_restart_qr_mismatch new file mode 100644 index 0000000000..d989d3a760 --- /dev/null +++ b/tests/tests/rrfs_smoke_conus13km_phy32_restart_qr_mismatch @@ -0,0 +1,112 @@ +############################################################################### +# +# HRRR smoke physics on 13km domain, quilt 32-bit control run +# +############################################################################### + +# This configuration is supposed to match the rrfs_dev1 parallel, so +# do not change the namelist without checking the current parallel. + +export TEST_DESCR="HRRR smoke physics on 13km domain, quilt 32-bit restart run" + +export CNTL_DIR=rrfs_smoke_conus13km_phy32_restart_mismatch + +export LIST_FILES="sfcf002.nc \ + atmf002.nc" + +export_fv3 + +export SYEAR=2021 +export SMONTH=05 +export SDAY=12 +export SHOUR=16 +export FHMAX=2 +export DT_ATMOS=120 +export QUILTING=.true. +export WRITE_GROUP=1 +export WRTTASK_PER_GROUP=6 +export NTILES=1 +export WRITE_DOPOST=.false. +export OUTPUT_HISTORY=.true. +export OUTPUT_GRID=lambert_conformal +export OUTPUT_FILE="'netcdf'" +export QUILTING_RESTART=.true. +export FHROT=1 +export RESTART_FILE_PREFIX="${SYEAR}${SMONTH}${SDAY}.$(printf "%02d" $(( ${SHOUR} + ${FHROT} )))0000" +export RRFS_RESTART=YES + +# Revert these two to GFS_typedefs defaults to avoid a crash: +export SEDI_SEMI=.false. +export DECFL=8 + +export RRFS_SMOKE=.true. +export SEAS_OPT=0 + +export LKM=1 +export SFCLAY_COMPUTE_FLUX=.true. +export IALB=2 +export ICLIQ_SW=2 +export IEMS=2 +export IOVR=3 +export KICE=9 +export LSM=3 +export LSOIL_LSM=9 +export DO_MYNNSFCLAY=.true. +export DO_MYNNEDMF=.true. +export DO_MYJPBL=.true +export HYBEDMF=.false. +export SHAL_CNV=.false. +export DO_SAT_ADJ=.false. +export DO_DEEP=.false. +export CCPP_SUITE='FV3_HRRR' +export INPES=12 +export JNPES=12 +export NPX=397 +export NPY=233 +export NPZ=65 +export MAKE_NH=.false. +export NA_INIT=0 +export DNATS=0 +export EXTERNAL_IC=.false. +export NGGPS_IC=.false. +export MOUNTAIN=.true. +export WARM_START=.true. +export READ_INCREMENT=.false. +export RES_LATLON_DYNAMICS="'fv3_increment.nc'" +export NPZP=66 +export FHZERO=1.0 +export IMP_PHYSICS=8 +export LDIAG3D=.false. +export QDIAG3D=.false. +export PRINT_DIFF_PGR=.true. +export FHCYC=0.0 +export IAER=1011 +export LHEATSTRG=.false. +export RANDOM_CLDS=.false. +export CNVCLD=.false. +export IMFSHALCNV=-1 +export IMFDEEPCNV=-1 +export CDMBWD='3.5,1.0' +export DO_SPPT=.false. +export DO_SHUM=.false. +export DO_SKEB=.false. +export LNDP_TYPE=0 +export N_VAR_LNDP=0 + +export GWD_OPT=3 +export DO_UGWP_V0=.false. +export DO_UGWP_V0_OROG_ONLY=.false. +export DO_GSL_DRAG_LS_BL=.true. +export DO_GSL_DRAG_SS=.true. +export DO_GSL_DRAG_TOFD=.true. +export DO_UGWP_V1=.false. +export DO_UGWP_V1_OROG_ONLY=.false. + +export FV3_RUN=rrfs_warm_run.IN +export INPUT_NML=rrfs_conus13km_hrrr.nml.IN +export FIELD_TABLE=field_table_thompson_aero_tke_smoke +export DIAG_TABLE=diag_table_hrrr +export MODEL_CONFIGURE=model_configure_rrfs_conus13km.IN +export DIAG_TABLE_ADDITIONAL=diag_additional_rrfs_smoke + +export FRAC_ICE=.true.