From 59ee47318934e9f526507110ab048a8de4ea566c Mon Sep 17 00:00:00 2001 From: "Chunxi.Zhang-NOAA" Date: Mon, 3 Jan 2022 23:31:40 +0000 Subject: [PATCH 01/17] Added a new regression test for HAFS. This new regression test is the same as the hafs_regional_atm except with a different physics suite. This new physics suite used the legacy HWRF GFDL surface layer scheme and the Thompson MP scheme. The new SDF is suite_FV3_HAFS_v0_thompson_tedmf_gfdlsf.xml. --- tests/fv3_conf/hafs_fv3_run.IN | 8 + .../field_table/field_table_hafs_hwrf_suite | 65 ++++ .../input_regional_hafs_hwrf_suite.nml.IN | 357 ++++++++++++++++++ tests/rt.conf | 3 +- tests/tests/hafs_regional_atm_hwrf_suite | 95 +++++ 5 files changed, 527 insertions(+), 1 deletion(-) create mode 100644 tests/parm/field_table/field_table_hafs_hwrf_suite create mode 100644 tests/parm/input_regional_hafs_hwrf_suite.nml.IN create mode 100644 tests/tests/hafs_regional_atm_hwrf_suite diff --git a/tests/fv3_conf/hafs_fv3_run.IN b/tests/fv3_conf/hafs_fv3_run.IN index 28a5485a29..10ccd3c0ff 100644 --- a/tests/fv3_conf/hafs_fv3_run.IN +++ b/tests/fv3_conf/hafs_fv3_run.IN @@ -6,6 +6,7 @@ for file in $(find @[INPUTDATA_ROOT]/FV3_hafs_input_data/ -maxdepth 1 -type f); done if [ ${CNTL_DIR} = "hafs_regional_atm" ] || \ + [ ${CNTL_DIR} = "hafs_regional_atm_hwrf_suite" ] || \ [ ${CNTL_DIR} = "hafs_regional_atm_ocn" ] || \ [ ${CNTL_DIR} = "hafs_regional_atm_wav" ] || \ [ ${CNTL_DIR} = "hafs_regional_atm_ocn_wav" ] || \ @@ -20,3 +21,10 @@ elif [ ${CNTL_DIR} = "hafs_regional_1nest_atm" ] || \ else echo "Error: unsupported experiments ${CNTL_DIR}" fi + +if [ ${CNTL_DIR} = "hafs_regional_atm_hwrf_suite" ]; then + cp @[INPUTDATA_ROOT]/FV3_input_data_gsd/qr_acr_qsV2.dat . + cp @[INPUTDATA_ROOT]/FV3_input_data_gsd/qr_acr_qgV2.dat . + cp @[INPUTDATA_ROOT]/FV3_input_data_gsd/freezeH2O.dat . + cp @[INPUTDATA_ROOT]/FV3_input_data_gsd/CCN_ACTIVATE.BIN . +fi diff --git a/tests/parm/field_table/field_table_hafs_hwrf_suite b/tests/parm/field_table/field_table_hafs_hwrf_suite new file mode 100644 index 0000000000..bc96278faa --- /dev/null +++ b/tests/parm/field_table/field_table_hafs_hwrf_suite @@ -0,0 +1,65 @@ +# added by FRE: sphum must be present in atmos +# specific humidity for moist runs + "TRACER", "atmos_mod", "sphum" + "longname", "specific humidity" + "units", "kg/kg" + "profile_type", "fixed", "surface_value=3.e-6" / +# prognostic cloud water mixing ratio + "TRACER", "atmos_mod", "liq_wat" + "longname", "cloud water mixing ratio" + "units", "kg/kg" + "profile_type", "fixed", "surface_value=1.e30" / +# prognostic ice water mixing ratio + "TRACER", "atmos_mod", "ice_wat" + "longname", "cloud ice mixing ratio" + "units", "kg/kg" + "profile_type", "fixed", "surface_value=1.e30" / +# prognostic rain water mixing ratio + "TRACER", "atmos_mod", "rainwat" + "longname", "rain water mixing ratio" + "units", "kg/kg" + "profile_type", "fixed", "surface_value=1.e30" / +# prognostic snow water mixing ratio + "TRACER", "atmos_mod", "snowwat" + "longname", "snow water mixing ratio" + "units", "kg/kg" + "profile_type", "fixed", "surface_value=1.e30" / +# prognostic Grau water mixing ratio + "TRACER", "atmos_mod", "graupel" + "longname", "graupel mixing ratio" + "units", "kg/kg" + "profile_type", "fixed", "surface_value=1.e30" / +# prognostic cloud water number concentration - not for non-aerosol runs +# "TRACER", "atmos_mod", "water_nc" +# "longname", "cloud liquid water number concentration" +# "units", "/kg" +# "profile_type", "fixed", "surface_value=0.0" / +# prognostic cloud ice number concentration + "TRACER", "atmos_mod", "ice_nc" + "longname", "cloud ice water number concentration" + "units", "/kg" + "profile_type", "fixed", "surface_value=0.0" / +# prognostic rain number concentration + "TRACER", "atmos_mod", "rain_nc" + "longname", "rain number concentration" + "units", "/kg" + "profile_type", "fixed", "surface_value=0.0" / +# prognostic ozone mixing ratio tracer + "TRACER", "atmos_mod", "o3mr" + "longname", "ozone mixing ratio" + "units", "kg/kg" + "profile_type", "fixed", "surface_value=1.e30" / +# water- and ice-friendly aerosols (Thompson) - not for non-aerosol runs +# "TRACER", "atmos_mod", "liq_aero" +# "longname", "water-friendly aerosol number concentration" +# "units", "/kg" +# "profile_type", "fixed", "surface_value=0.0" / +# "TRACER", "atmos_mod", "ice_aero" +# "longname", "ice-friendly aerosol number concentration" +# "units", "/kg" +# "profile_type", "fixed", "surface_value=0.0" / +# prognostic subgrid scale turbulent kinetic energy + "TRACER", "atmos_mod", "sgs_tke" + "longname", "subgrid scale turbulent kinetic energy" + "units", "m2/s2" + "profile_type", "fixed", "surface_value=0.0" / diff --git a/tests/parm/input_regional_hafs_hwrf_suite.nml.IN b/tests/parm/input_regional_hafs_hwrf_suite.nml.IN new file mode 100644 index 0000000000..6cc22e2dfe --- /dev/null +++ b/tests/parm/input_regional_hafs_hwrf_suite.nml.IN @@ -0,0 +1,357 @@ + &atmos_model_nml + blocksize = @[BLOCKSIZE] + chksum_debug = .false. + dycore_only = .false. + avg_max_length = 3600. + ccpp_suite = '@[CCPP_SUITE]' +/ + + &diag_manager_nml + prepend_date = .false. +/ + + &mpp_io_nml + header_buffer_val = 16384, + global_field_on_root_pe = .true., + io_clocks_on = .false., + shuffle = 0, + deflate_level = @[DEFLATE_LEVEL], + cf_compliance = .false. +/ + + &fms_io_nml + checksum_required = .false. + max_files_r = 100, + max_files_w = 100, +/ + + &fms_nml + clock_grain = 'ROUTINE', + domains_stack_size = 30000000, + print_memory_usage = .false. +/ + + &fv_grid_nml + grid_file = 'INPUT/grid_spec.nc' +/ + + &fv_core_nml + layout = @[INPES],@[JNPES] + io_layout = 1,1 + npx = @[NPX] + npy = @[NPY] + ntiles = 1 + npz = @[NPZ] + !grid_type = -1 + make_nh = .false. + fv_debug = .false. + range_warn = .true. + reset_eta = .false. + n_sponge = 24 + nudge_qv = .false. + nudge_dz = .false. + tau = 5. + rf_cutoff = 50.e2 + d2_bg_k1 = 0.20 + d2_bg_k2 = 0.15 + kord_tm = -11 + kord_mt = 11 + kord_wz = 11 + kord_tr = 11 + hydrostatic = .false. + phys_hydrostatic = .false. + use_hydro_pressure = .false. + beta = 0. + a_imp = 1. + p_fac = 0.1 + k_split = @[K_SPLIT] + n_split = @[N_SPLIT] + nwat = @[NWAT] + na_init = @[NA_INIT] + d_ext = 0.0 + dnats = 0 + fv_sg_adj = 300 + d2_bg = 0. + nord = 2 + dddmp = 0.1 + d4_bg = 0.15 + vtdm4 = 0.04 + delt_max = 0.008 + ke_bg = 0. + do_vort_damp = .true. + external_ic = @[EXTERNAL_IC] + external_eta = .true. + gfs_phil = .false. + nggps_ic = @[NGGPS_IC] + mountain = @[MOUNTAIN] + ncep_ic = .false. + d_con = 1.0 + hord_mt = 6 + hord_vt = 6 + hord_tm = 6 + hord_dp = -6 + hord_tr = 8 + adjust_dry_mass = .false. + consv_te = 0. + do_sat_adj = .false. + consv_am = .false. + fill = .true. + dwind_2d = .false. + print_freq = 3 + warm_start = @[WARM_START] + no_dycore = .false. + z_tracer = .true. + agrid_vel_rst = .true. + read_increment = .false. + res_latlon_dynamics = "fv3_increment.nc" + write_3d_diags = .true. + + do_schmidt = .true. + target_lat = @[TARGET_LAT] + target_lon = @[TARGET_LON] + stretch_fac = @[STRETCH_FAC] + + regional = @[REGIONAL] + bc_update_interval = @[BC_UPDATE_INTERVAL] + nrows_blend = @[NROWS_BLEND] + + full_zs_filter = @[FULL_ZS_FILTER] + n_zs_filter = @[N_ZS_FILTER] + nord_zs_filter = 4 +/ + + &fv_nest_nml + grid_pes = @[GRID_PES] + tile_coarse = @[TILE_COARSE] + num_tile_top = @[NUM_TILE_TOP] + p_split = 1 + nest_refine = @[NEST_REFINE] + nest_ioffsets= @[NEST_IOFFSETS] + nest_joffsets= @[NEST_JOFFSETS] +/ + + &surf_map_nml + zero_ocean = .false. + cd4 = 0.15 + cd2 = -1 + n_del2_strong = 0 + n_del2_weak = 15 + n_del4 = 2 + max_slope = 0.4 + peak_fac = 1. +/ + + &external_ic_nml + filtered_terrain = .true. + levp = @[NPZP] + gfs_dwinds = .true. + checker_tr = .false. + nt_checker = 0 +/ + + &gfs_physics_nml + fhzero = 3. + ldiag3d = .false. + lradar = .true. + avg_max_length = 3600. + h2o_phys = .true. + fhcyc = @[FHCYC] + use_ufo = .true. + pre_rad = .false. + imp_physics = 8 + ltaerosol = .false. + lradar = .true. + ttendlim = 0.004 + sedi_semi = .false. + ext_diag_thompson = .false. + pdfcld = .false. + fhswr = @[FHSWR] + fhlwr = @[FHLWR] + ialb = 1 + iems = 1 + iaer = 111 + ico2 = 2 + isubc_sw = 2 + isubc_lw = 2 + isol = 2 + lwhtr = .true. + swhtr = .true. + cnvgwd = .false. + shal_cnv = .true. !Shallow convection + cal_pre = .false. + redrag = .true. + dspheat = .true. + hybedmf = .false. + hurr_pbl = .true. ! HWRF moninedmf + moninq_fac = -1.0 ! HWRF_moninedmf + satmedmf = .true. + isatmedmf = 1 + rlmx = 300. + elmx = 300. + sfc_rlm = 1 + random_clds = .false. + trans_trac = .true. + cnvcld = .true. + imfshalcnv = 2 + imfdeepcnv = 2 + cdmbgwd = 0.88,0.04 + sfc_z0_type = 6 + prslrd0 = 0. + ivegsrc = 1 + isot = 1 + lsm = 1 + iopt_dveg = 2 + iopt_crs = 1 + iopt_btr = 1 + iopt_run = 1 + iopt_sfc = 1 + iopt_frz = 1 + iopt_inf = 1 + iopt_rad = 1 + iopt_alb = 2 + iopt_snf = 4 + iopt_tbot = 2 + iopt_stc = 1 + debug = .false. + oz_phys = .false. + oz_phys_2015 = .true. + nst_anl = .true. + nstf_name = @[NSTF_NAME] + cplflx = @[CPLFLX] + cplice = .false. + cplocn2atm = @[CPLOCN2ATM] + cplwav = @[CPLWAV] + cplwav2atm = @[CPLWAV2ATM] + cpl_imp_mrg = @[CPL_IMP_MRG] + psautco = 0.0008, 0.0005 + prautco = 0.00015, 0.00015 + iau_delthrs = 6 + iaufhrs = 30 + iau_inc_files = '' + iau_drymassfixer = .false. + do_deep = .true. + lgfdlmprad = .true. + effr_in = .true. + do_sppt = .false. + do_shum = .false. + do_skeb = .false. + lndp_type = 0 + n_var_lndp = 0 +/ + + &gfdl_cloud_microphysics_nml + sedi_transport = .false. + do_sedi_heat = .false. + rad_snow = .true. + rad_graupel = .true. + rad_rain = .true. + const_vi = .false. + const_vs = .false. + const_vg = .false. + const_vr = .false. + vi_max = 1. + vs_max = 2. + vg_max = 12. + vr_max = 12. + qi_lim = 1. + prog_ccn = .false. + do_qa = .true. + fast_sat_adj = .true. + tau_l2v = 180. + tau_v2l = 90. + tau_g2v = 900. + rthresh = 10.e-6 ! This is a key parameter for cloud water + dw_land = 0.16 + dw_ocean = 0.10 + ql_gen = 1.0e-3 + ql_mlt = 1.0e-3 + qi0_crt = 8.0E-5 + qs0_crt = 1.0e-3 + tau_i2s = 1000. + c_psaci = 0.05 + c_pgacs = 0.01 + rh_inc = 0.30 + rh_inr = 0.30 + rh_ins = 0.30 + ccn_l = 300. + ccn_o = 100. + c_paut = 0.5 + c_cracw = 0.8 + use_ppm = .false. + use_ccn = .true. + mono_prof = .true. + z_slope_liq = .true. + z_slope_ice = .true. + de_ice = .false. + fix_negative = .true. + icloud_f = 1 + mp_time = 90. +/ + + &interpolator_nml + interp_method = 'conserve_great_circle' +/ + + &namsfc + FNGLAC = "global_glacier.2x2.grb", + FNMXIC = "global_maxice.2x2.grb", + FNTSFC = "RTGSST.1982.2012.monthly.clim.grb", + FNSNOC = "global_snoclim.1.875.grb", + FNZORC = "igbp" + !FNZORC = "global_zorclim.1x1.grb", + FNALBC = "global_snowfree_albedo.bosu.t1534.3072.1536.rg.grb", + FNALBC2 = "global_albedo4.1x1.grb", + FNAISC = "CFSR.SEAICE.1982.2012.monthly.clim.grb", + FNTG3C = "global_tg3clim.2.6x1.5.grb", + FNVEGC = "global_vegfrac.0.144.decpercent.grb", + FNVETC = "global_vegtype.igbp.t1534.3072.1536.rg.grb", + FNSOTC = "global_soiltype.statsgo.t1534.3072.1536.rg.grb", + FNSMCC = "global_soilmgldas.t1534.3072.1536.grb", + FNMSKH = "seaice_newland.grb", + FNTSFA = "", + FNACNA = "", + FNSNOA = "", + FNVMNC = "global_shdmin.0.144x0.144.grb", + FNVMXC = "global_shdmax.0.144x0.144.grb", + FNSLPC = "global_slope.1x1.grb", + FNABSC = "global_mxsnoalb.uariz.t1534.3072.1536.rg.grb", + LDEBUG =.true., + FSMCL(2) = 99999 + FSMCL(3) = 99999 + FSMCL(4) = 99999 + FTSFS = 90 + FAISS = 99999 + FSNOL = 99999 + FSICL = 99999 + FTSFL = 99999 + FAISL = 99999 + FVETL = 99999, + FSOTL = 99999, + FvmnL = 99999, + FvmxL = 99999, + FSLPL = 99999, + FABSL = 99999, + FSNOS = 99999, + FSICS = 99999, +/ + + &nam_stochy +/ + + &nam_sfcperts +/ + + &cires_ugwp_nml + knob_ugwp_solver = 2 + knob_ugwp_source = 1,1,0,0 + knob_ugwp_wvspec = 1,25,25,25 + knob_ugwp_azdir = 2,4,4,4 + knob_ugwp_stoch = 0,0,0,0 + knob_ugwp_effac = 1,1,1,1 + knob_ugwp_doaxyz = 1 + knob_ugwp_doheat = 1 + knob_ugwp_dokdis = 1 + knob_ugwp_ndx4lh = 1 + knob_ugwp_version = 0 + launch_level = 25 +/ diff --git a/tests/rt.conf b/tests/rt.conf index 3bc2bd819a..276735bd56 100644 --- a/tests/rt.conf +++ b/tests/rt.conf @@ -142,8 +142,9 @@ RUN | control_wam_debug # HAFS tests # ################################################################################################################################################################################### # -COMPILE | -DAPP=HAFSW -DCCPP_SUITES=FV3_HAFS_v0_gfdlmp_tedmf,FV3_HAFS_v0_gfdlmp_tedmf_nonsst -D32BIT=ON | - wcoss2 | fv3 | +COMPILE | -DAPP=HAFSW -DCCPP_SUITES=FV3_HAFS_v0_gfdlmp_tedmf,FV3_HAFS_v0_thompson_tedmf_gfdlsf,FV3_HAFS_v0_gfdlmp_tedmf_nonsst -D32BIT=ON | - wcoss2 | fv3 | RUN | hafs_regional_atm | - wcoss2 | fv3 | +RUN | hafs_regional_atm_hwrf_suite | - wcoss2 | fv3 | RUN | hafs_regional_atm_ocn | - wcoss2 | fv3 | RUN | hafs_regional_atm_wav | - wcoss2 | fv3 | RUN | hafs_regional_atm_ocn_wav | - wcoss2 | fv3 | diff --git a/tests/tests/hafs_regional_atm_hwrf_suite b/tests/tests/hafs_regional_atm_hwrf_suite new file mode 100644 index 0000000000..edc87486f8 --- /dev/null +++ b/tests/tests/hafs_regional_atm_hwrf_suite @@ -0,0 +1,95 @@ +############################################################################### +# +# HAFS regional atmosphere only +# +############################################################################### + +export TEST_DESCR="Compare HAFS regional atmosphere only results with previous trunk version" + +export CNTL_DIR=hafs_regional_atm_hwrf_suite + +export LIST_FILES="atmf006.nc \ + sfcf006.nc" + +export_fv3 + +export HAFS=true +export FHMAX=6 +export RESTART_N=${FHMAX} +export TASKS=300 +export THRD=2 +export TPN=$TPN_thrd +export CEN_LON=-62.0 +export CEN_LAT=22.0 +export LON1=-116.90 +export LAT1=-14.45 +export LON2=-7.10 +export LAT2=58.45 +export DLON=0.1 +export DLAT=0.1 +export DT_ATMOS=180 +export IDEFLATE=1 +export NFHMAX_HF=-1 +export NFHOUT_HF=3 +export NFHOUT=3 +export OUTPUT_FILE="'netcdf_parallel' 'netcdf_parallel'" +export OUTPUT_GRID='regional_latlon' +export SDAY=29 +export SHOUR=00 +export SMONTH=08 +export SYEAR=2019 +export WRTTASK_PER_GROUP=60 + +export BLOCKSIZE=40 +export CCPP_SUITE="FV3_HAFS_v0_thompson_tedmf_gfdlsf" +export DEFLATE_LEVEL=-1 +export INPES=20 +export JNPES=12 +export NPX=721 +export NPY=601 +export NPZ=91 +export NPZP=$(($NPZ + 1)) +export K_SPLIT=2 +export N_SPLIT=5 +export NWAT=6 +export NA_INIT=1 +export EXTERNAL_IC=.true. +export NGGPS_IC=.true. +export MOUNTAIN=.false. +export WARM_START=.false. +export TARGET_LAT="22.0" +export TARGET_LON="-62.0" +export STRETCH_FAC=1.0001 +export REGIONAL=.true. +export BC_UPDATE_INTERVAL=3 +export NROWS_BLEND=10 +export FULL_ZS_FILTER=.false. +export N_ZS_FILTER=0 + +export GRID_PES="240" +export TILE_COARSE="0" +export NUM_TILE_TOP=1 +export NEST_REFINE="0" +export NEST_IOFFSETS="999" +export NEST_JOFFSETS="999" + +export FHCYC=0 +export FHSWR=1800 +export FHLWR=1800 +export NSTF_NAME=2,0,0,0,0 +export CPLFLX=.false. +export CPLOCN2ATM=.true. +export CPLWAV=.false. +export CPLWAV2ATM=.false. +export CPL_IMP_MRG=.false. + +export CMEPS=false +export RUNTYPE="startup" +export USE_COLDSTART="false" + +export FIELD_TABLE=field_table_hafs_hwrf_suite +export DIAG_TABLE=diag_table_hafs_template +export INPUT_NML=input_regional_hafs_hwrf_suite.nml.IN +export MODEL_CONFIGURE="model_configure_hafs_shared.IN" +export NEMS_CONFIGURE="nems.configure.hafs_atm.IN" +export FV3_RUN="hafs_fv3_run.IN" From e89d192c2a1b2654f3a08c65ffe77168b4b55b4c Mon Sep 17 00:00:00 2001 From: "Chunxi.Zhang-NOAA" Date: Tue, 4 Jan 2022 14:40:57 +0000 Subject: [PATCH 02/17] Update submodule FV3 to point to the feature/hwrf_legacy branch --- .gitmodules | 6 ++++-- FV3 | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.gitmodules b/.gitmodules index a963b019d8..02eb4c814e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,7 +1,9 @@ [submodule "FV3"] path = FV3 - url = https://github.com/NOAA-EMC/fv3atm - branch = develop + #url = https://github.com/NOAA-EMC/fv3atm + #branch = develop + url = https://github.com/ChunxiZhang-NOAA/fv3atm + branch = feature/hwrf_legacy [submodule "WW3"] path = WW3 url = https://github.com/NOAA-EMC/WW3 diff --git a/FV3 b/FV3 index edcdfc551e..721a7345d6 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit edcdfc551e0b3f35ff6315f854c3aa81a0800331 +Subproject commit 721a7345d60dab883058f0e5a9b486015773aa32 From 26a3b483892cb944dc9257ed066a5315b5888ff0 Mon Sep 17 00:00:00 2001 From: "Chunxi.Zhang-NOAA" Date: Tue, 4 Jan 2022 14:53:21 +0000 Subject: [PATCH 03/17] Update submodule FV3 --- FV3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FV3 b/FV3 index 721a7345d6..10b7196b94 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit 721a7345d60dab883058f0e5a9b486015773aa32 +Subproject commit 10b7196b942bb1dd9728ac1130a80e1c9029e990 From 3c534644ff51d31ca3d922b11020e6b3ff187232 Mon Sep 17 00:00:00 2001 From: David Huber Date: Tue, 4 Jan 2022 18:49:38 +0000 Subject: [PATCH 04/17] Fixed the S4 RT template job card. #991 --- tests/fv3_conf/fv3_slurm.IN_s4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/fv3_conf/fv3_slurm.IN_s4 b/tests/fv3_conf/fv3_slurm.IN_s4 index 71ef4578b3..066e11438a 100644 --- a/tests/fv3_conf/fv3_slurm.IN_s4 +++ b/tests/fv3_conf/fv3_slurm.IN_s4 @@ -14,7 +14,7 @@ set -eux echo -n " $( date +%s )," > job_timestamp.txt set +x -MACHINE_ID = s4 +MACHINE_ID=s4 source ./module-setup.sh module use $( pwd -P ) module load modules.fv3 From 4f1eb84b3bf3802401a3e6896860ae25f9081804 Mon Sep 17 00:00:00 2001 From: "Chunxi.Zhang-NOAA" Date: Tue, 4 Jan 2022 22:41:11 +0000 Subject: [PATCH 05/17] Modified some files from last commit. Renamed *hwrf_suite* to *thompson_gfdlsf*. --- tests/fv3_conf/hafs_fv3_run.IN | 4 +- ...s_hwrf_suite => field_table_hafs_thompson} | 0 tests/parm/input_regional_hafs.nml.IN | 11 +- .../input_regional_hafs_hwrf_suite.nml.IN | 357 ------------------ tests/rt.conf | 4 +- ...uite => hafs_regional_atm_thompson_gfdlsf} | 9 +- 6 files changed, 18 insertions(+), 367 deletions(-) rename tests/parm/field_table/{field_table_hafs_hwrf_suite => field_table_hafs_thompson} (100%) delete mode 100644 tests/parm/input_regional_hafs_hwrf_suite.nml.IN rename tests/tests/{hafs_regional_atm_hwrf_suite => hafs_regional_atm_thompson_gfdlsf} (91%) diff --git a/tests/fv3_conf/hafs_fv3_run.IN b/tests/fv3_conf/hafs_fv3_run.IN index 10ccd3c0ff..3a377ae3ba 100644 --- a/tests/fv3_conf/hafs_fv3_run.IN +++ b/tests/fv3_conf/hafs_fv3_run.IN @@ -6,7 +6,7 @@ for file in $(find @[INPUTDATA_ROOT]/FV3_hafs_input_data/ -maxdepth 1 -type f); done if [ ${CNTL_DIR} = "hafs_regional_atm" ] || \ - [ ${CNTL_DIR} = "hafs_regional_atm_hwrf_suite" ] || \ + [ ${CNTL_DIR} = "hafs_regional_atm_thompson_gfdlsf" ] || \ [ ${CNTL_DIR} = "hafs_regional_atm_ocn" ] || \ [ ${CNTL_DIR} = "hafs_regional_atm_wav" ] || \ [ ${CNTL_DIR} = "hafs_regional_atm_ocn_wav" ] || \ @@ -22,7 +22,7 @@ else echo "Error: unsupported experiments ${CNTL_DIR}" fi -if [ ${CNTL_DIR} = "hafs_regional_atm_hwrf_suite" ]; then +if [ ${CNTL_DIR} = "hafs_regional_atm_thompson_gfdlsf" ]; then cp @[INPUTDATA_ROOT]/FV3_input_data_gsd/qr_acr_qsV2.dat . cp @[INPUTDATA_ROOT]/FV3_input_data_gsd/qr_acr_qgV2.dat . cp @[INPUTDATA_ROOT]/FV3_input_data_gsd/freezeH2O.dat . diff --git a/tests/parm/field_table/field_table_hafs_hwrf_suite b/tests/parm/field_table/field_table_hafs_thompson similarity index 100% rename from tests/parm/field_table/field_table_hafs_hwrf_suite rename to tests/parm/field_table/field_table_hafs_thompson diff --git a/tests/parm/input_regional_hafs.nml.IN b/tests/parm/input_regional_hafs.nml.IN index 966adc2630..87beae25d4 100644 --- a/tests/parm/input_regional_hafs.nml.IN +++ b/tests/parm/input_regional_hafs.nml.IN @@ -69,7 +69,7 @@ nwat = @[NWAT] na_init = @[NA_INIT] d_ext = 0.0 - dnats = 1 + dnats = @[DNATS] fv_sg_adj = 300 d2_bg = 0. nord = 2 @@ -93,7 +93,7 @@ hord_tr = 8 adjust_dry_mass = .false. consv_te = 0. - do_sat_adj = .true. + do_sat_adj = @[DO_SAT_ADJ] consv_am = .false. fill = .true. dwind_2d = .false. @@ -158,7 +158,12 @@ fhcyc = @[FHCYC] use_ufo = .true. pre_rad = .false. - imp_physics = 11 + imp_physics = @[IMP_PHYSICS] + ltaerosol = .false. + lradar = .true. + ttendlim = 0.004 + sedi_semi = .false. + ext_diag_thompson = .false. pdfcld = .false. fhswr = @[FHSWR] fhlwr = @[FHLWR] diff --git a/tests/parm/input_regional_hafs_hwrf_suite.nml.IN b/tests/parm/input_regional_hafs_hwrf_suite.nml.IN deleted file mode 100644 index 6cc22e2dfe..0000000000 --- a/tests/parm/input_regional_hafs_hwrf_suite.nml.IN +++ /dev/null @@ -1,357 +0,0 @@ - &atmos_model_nml - blocksize = @[BLOCKSIZE] - chksum_debug = .false. - dycore_only = .false. - avg_max_length = 3600. - ccpp_suite = '@[CCPP_SUITE]' -/ - - &diag_manager_nml - prepend_date = .false. -/ - - &mpp_io_nml - header_buffer_val = 16384, - global_field_on_root_pe = .true., - io_clocks_on = .false., - shuffle = 0, - deflate_level = @[DEFLATE_LEVEL], - cf_compliance = .false. -/ - - &fms_io_nml - checksum_required = .false. - max_files_r = 100, - max_files_w = 100, -/ - - &fms_nml - clock_grain = 'ROUTINE', - domains_stack_size = 30000000, - print_memory_usage = .false. -/ - - &fv_grid_nml - grid_file = 'INPUT/grid_spec.nc' -/ - - &fv_core_nml - layout = @[INPES],@[JNPES] - io_layout = 1,1 - npx = @[NPX] - npy = @[NPY] - ntiles = 1 - npz = @[NPZ] - !grid_type = -1 - make_nh = .false. - fv_debug = .false. - range_warn = .true. - reset_eta = .false. - n_sponge = 24 - nudge_qv = .false. - nudge_dz = .false. - tau = 5. - rf_cutoff = 50.e2 - d2_bg_k1 = 0.20 - d2_bg_k2 = 0.15 - kord_tm = -11 - kord_mt = 11 - kord_wz = 11 - kord_tr = 11 - hydrostatic = .false. - phys_hydrostatic = .false. - use_hydro_pressure = .false. - beta = 0. - a_imp = 1. - p_fac = 0.1 - k_split = @[K_SPLIT] - n_split = @[N_SPLIT] - nwat = @[NWAT] - na_init = @[NA_INIT] - d_ext = 0.0 - dnats = 0 - fv_sg_adj = 300 - d2_bg = 0. - nord = 2 - dddmp = 0.1 - d4_bg = 0.15 - vtdm4 = 0.04 - delt_max = 0.008 - ke_bg = 0. - do_vort_damp = .true. - external_ic = @[EXTERNAL_IC] - external_eta = .true. - gfs_phil = .false. - nggps_ic = @[NGGPS_IC] - mountain = @[MOUNTAIN] - ncep_ic = .false. - d_con = 1.0 - hord_mt = 6 - hord_vt = 6 - hord_tm = 6 - hord_dp = -6 - hord_tr = 8 - adjust_dry_mass = .false. - consv_te = 0. - do_sat_adj = .false. - consv_am = .false. - fill = .true. - dwind_2d = .false. - print_freq = 3 - warm_start = @[WARM_START] - no_dycore = .false. - z_tracer = .true. - agrid_vel_rst = .true. - read_increment = .false. - res_latlon_dynamics = "fv3_increment.nc" - write_3d_diags = .true. - - do_schmidt = .true. - target_lat = @[TARGET_LAT] - target_lon = @[TARGET_LON] - stretch_fac = @[STRETCH_FAC] - - regional = @[REGIONAL] - bc_update_interval = @[BC_UPDATE_INTERVAL] - nrows_blend = @[NROWS_BLEND] - - full_zs_filter = @[FULL_ZS_FILTER] - n_zs_filter = @[N_ZS_FILTER] - nord_zs_filter = 4 -/ - - &fv_nest_nml - grid_pes = @[GRID_PES] - tile_coarse = @[TILE_COARSE] - num_tile_top = @[NUM_TILE_TOP] - p_split = 1 - nest_refine = @[NEST_REFINE] - nest_ioffsets= @[NEST_IOFFSETS] - nest_joffsets= @[NEST_JOFFSETS] -/ - - &surf_map_nml - zero_ocean = .false. - cd4 = 0.15 - cd2 = -1 - n_del2_strong = 0 - n_del2_weak = 15 - n_del4 = 2 - max_slope = 0.4 - peak_fac = 1. -/ - - &external_ic_nml - filtered_terrain = .true. - levp = @[NPZP] - gfs_dwinds = .true. - checker_tr = .false. - nt_checker = 0 -/ - - &gfs_physics_nml - fhzero = 3. - ldiag3d = .false. - lradar = .true. - avg_max_length = 3600. - h2o_phys = .true. - fhcyc = @[FHCYC] - use_ufo = .true. - pre_rad = .false. - imp_physics = 8 - ltaerosol = .false. - lradar = .true. - ttendlim = 0.004 - sedi_semi = .false. - ext_diag_thompson = .false. - pdfcld = .false. - fhswr = @[FHSWR] - fhlwr = @[FHLWR] - ialb = 1 - iems = 1 - iaer = 111 - ico2 = 2 - isubc_sw = 2 - isubc_lw = 2 - isol = 2 - lwhtr = .true. - swhtr = .true. - cnvgwd = .false. - shal_cnv = .true. !Shallow convection - cal_pre = .false. - redrag = .true. - dspheat = .true. - hybedmf = .false. - hurr_pbl = .true. ! HWRF moninedmf - moninq_fac = -1.0 ! HWRF_moninedmf - satmedmf = .true. - isatmedmf = 1 - rlmx = 300. - elmx = 300. - sfc_rlm = 1 - random_clds = .false. - trans_trac = .true. - cnvcld = .true. - imfshalcnv = 2 - imfdeepcnv = 2 - cdmbgwd = 0.88,0.04 - sfc_z0_type = 6 - prslrd0 = 0. - ivegsrc = 1 - isot = 1 - lsm = 1 - iopt_dveg = 2 - iopt_crs = 1 - iopt_btr = 1 - iopt_run = 1 - iopt_sfc = 1 - iopt_frz = 1 - iopt_inf = 1 - iopt_rad = 1 - iopt_alb = 2 - iopt_snf = 4 - iopt_tbot = 2 - iopt_stc = 1 - debug = .false. - oz_phys = .false. - oz_phys_2015 = .true. - nst_anl = .true. - nstf_name = @[NSTF_NAME] - cplflx = @[CPLFLX] - cplice = .false. - cplocn2atm = @[CPLOCN2ATM] - cplwav = @[CPLWAV] - cplwav2atm = @[CPLWAV2ATM] - cpl_imp_mrg = @[CPL_IMP_MRG] - psautco = 0.0008, 0.0005 - prautco = 0.00015, 0.00015 - iau_delthrs = 6 - iaufhrs = 30 - iau_inc_files = '' - iau_drymassfixer = .false. - do_deep = .true. - lgfdlmprad = .true. - effr_in = .true. - do_sppt = .false. - do_shum = .false. - do_skeb = .false. - lndp_type = 0 - n_var_lndp = 0 -/ - - &gfdl_cloud_microphysics_nml - sedi_transport = .false. - do_sedi_heat = .false. - rad_snow = .true. - rad_graupel = .true. - rad_rain = .true. - const_vi = .false. - const_vs = .false. - const_vg = .false. - const_vr = .false. - vi_max = 1. - vs_max = 2. - vg_max = 12. - vr_max = 12. - qi_lim = 1. - prog_ccn = .false. - do_qa = .true. - fast_sat_adj = .true. - tau_l2v = 180. - tau_v2l = 90. - tau_g2v = 900. - rthresh = 10.e-6 ! This is a key parameter for cloud water - dw_land = 0.16 - dw_ocean = 0.10 - ql_gen = 1.0e-3 - ql_mlt = 1.0e-3 - qi0_crt = 8.0E-5 - qs0_crt = 1.0e-3 - tau_i2s = 1000. - c_psaci = 0.05 - c_pgacs = 0.01 - rh_inc = 0.30 - rh_inr = 0.30 - rh_ins = 0.30 - ccn_l = 300. - ccn_o = 100. - c_paut = 0.5 - c_cracw = 0.8 - use_ppm = .false. - use_ccn = .true. - mono_prof = .true. - z_slope_liq = .true. - z_slope_ice = .true. - de_ice = .false. - fix_negative = .true. - icloud_f = 1 - mp_time = 90. -/ - - &interpolator_nml - interp_method = 'conserve_great_circle' -/ - - &namsfc - FNGLAC = "global_glacier.2x2.grb", - FNMXIC = "global_maxice.2x2.grb", - FNTSFC = "RTGSST.1982.2012.monthly.clim.grb", - FNSNOC = "global_snoclim.1.875.grb", - FNZORC = "igbp" - !FNZORC = "global_zorclim.1x1.grb", - FNALBC = "global_snowfree_albedo.bosu.t1534.3072.1536.rg.grb", - FNALBC2 = "global_albedo4.1x1.grb", - FNAISC = "CFSR.SEAICE.1982.2012.monthly.clim.grb", - FNTG3C = "global_tg3clim.2.6x1.5.grb", - FNVEGC = "global_vegfrac.0.144.decpercent.grb", - FNVETC = "global_vegtype.igbp.t1534.3072.1536.rg.grb", - FNSOTC = "global_soiltype.statsgo.t1534.3072.1536.rg.grb", - FNSMCC = "global_soilmgldas.t1534.3072.1536.grb", - FNMSKH = "seaice_newland.grb", - FNTSFA = "", - FNACNA = "", - FNSNOA = "", - FNVMNC = "global_shdmin.0.144x0.144.grb", - FNVMXC = "global_shdmax.0.144x0.144.grb", - FNSLPC = "global_slope.1x1.grb", - FNABSC = "global_mxsnoalb.uariz.t1534.3072.1536.rg.grb", - LDEBUG =.true., - FSMCL(2) = 99999 - FSMCL(3) = 99999 - FSMCL(4) = 99999 - FTSFS = 90 - FAISS = 99999 - FSNOL = 99999 - FSICL = 99999 - FTSFL = 99999 - FAISL = 99999 - FVETL = 99999, - FSOTL = 99999, - FvmnL = 99999, - FvmxL = 99999, - FSLPL = 99999, - FABSL = 99999, - FSNOS = 99999, - FSICS = 99999, -/ - - &nam_stochy -/ - - &nam_sfcperts -/ - - &cires_ugwp_nml - knob_ugwp_solver = 2 - knob_ugwp_source = 1,1,0,0 - knob_ugwp_wvspec = 1,25,25,25 - knob_ugwp_azdir = 2,4,4,4 - knob_ugwp_stoch = 0,0,0,0 - knob_ugwp_effac = 1,1,1,1 - knob_ugwp_doaxyz = 1 - knob_ugwp_doheat = 1 - knob_ugwp_dokdis = 1 - knob_ugwp_ndx4lh = 1 - knob_ugwp_version = 0 - launch_level = 25 -/ diff --git a/tests/rt.conf b/tests/rt.conf index 276735bd56..eebd67bb63 100644 --- a/tests/rt.conf +++ b/tests/rt.conf @@ -142,9 +142,9 @@ RUN | control_wam_debug # HAFS tests # ################################################################################################################################################################################### # -COMPILE | -DAPP=HAFSW -DCCPP_SUITES=FV3_HAFS_v0_gfdlmp_tedmf,FV3_HAFS_v0_thompson_tedmf_gfdlsf,FV3_HAFS_v0_gfdlmp_tedmf_nonsst -D32BIT=ON | - wcoss2 | fv3 | +COMPILE | -DAPP=HAFSW -DCCPP_SUITES=FV3_HAFS_v0_gfdlmp_tedmf,FV3_HAFS_v0_thompson_tedmf_gfdlsf,FV3_HAFS_v0_thompson_tedmf_gfdlsf_nonsst,FV3_HAFS_v0_gfdlmp_tedmf_nonsst -D32BIT=ON | - wcoss2 | fv3 | RUN | hafs_regional_atm | - wcoss2 | fv3 | -RUN | hafs_regional_atm_hwrf_suite | - wcoss2 | fv3 | +RUN | hafs_regional_atm_thompson_gfdlsf | - wcoss2 | fv3 | RUN | hafs_regional_atm_ocn | - wcoss2 | fv3 | RUN | hafs_regional_atm_wav | - wcoss2 | fv3 | RUN | hafs_regional_atm_ocn_wav | - wcoss2 | fv3 | diff --git a/tests/tests/hafs_regional_atm_hwrf_suite b/tests/tests/hafs_regional_atm_thompson_gfdlsf similarity index 91% rename from tests/tests/hafs_regional_atm_hwrf_suite rename to tests/tests/hafs_regional_atm_thompson_gfdlsf index edc87486f8..bad8307b92 100644 --- a/tests/tests/hafs_regional_atm_hwrf_suite +++ b/tests/tests/hafs_regional_atm_thompson_gfdlsf @@ -6,7 +6,7 @@ export TEST_DESCR="Compare HAFS regional atmosphere only results with previous trunk version" -export CNTL_DIR=hafs_regional_atm_hwrf_suite +export CNTL_DIR=hafs_regional_atm_thompson_gfdlsf export LIST_FILES="atmf006.nc \ sfcf006.nc" @@ -65,6 +65,8 @@ export BC_UPDATE_INTERVAL=3 export NROWS_BLEND=10 export FULL_ZS_FILTER=.false. export N_ZS_FILTER=0 +export DNATS=0 +export DO_SAT_ADJ=.false. export GRID_PES="240" export TILE_COARSE="0" @@ -76,6 +78,7 @@ export NEST_JOFFSETS="999" export FHCYC=0 export FHSWR=1800 export FHLWR=1800 +export IMP_PHYSICS=8 export NSTF_NAME=2,0,0,0,0 export CPLFLX=.false. export CPLOCN2ATM=.true. @@ -87,9 +90,9 @@ export CMEPS=false export RUNTYPE="startup" export USE_COLDSTART="false" -export FIELD_TABLE=field_table_hafs_hwrf_suite +export FIELD_TABLE=field_table_hafs_thompson export DIAG_TABLE=diag_table_hafs_template -export INPUT_NML=input_regional_hafs_hwrf_suite.nml.IN +export INPUT_NML=input_regional_hafs.nml.IN export MODEL_CONFIGURE="model_configure_hafs_shared.IN" export NEMS_CONFIGURE="nems.configure.hafs_atm.IN" export FV3_RUN="hafs_fv3_run.IN" From 7ebef102df058485db3033f9beca353ffac8c31a Mon Sep 17 00:00:00 2001 From: "Chunxi.Zhang-NOAA" Date: Mon, 10 Jan 2022 15:20:42 +0000 Subject: [PATCH 06/17] Modified the order of suite names in COMPILE for the HAFS in rt.conf and modified the description of the tests in hafs_regional_atm_thompson_gfdlsf --- tests/rt.conf | 2 +- tests/tests/hafs_regional_atm_thompson_gfdlsf | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/rt.conf b/tests/rt.conf index eebd67bb63..178827cb95 100644 --- a/tests/rt.conf +++ b/tests/rt.conf @@ -142,7 +142,7 @@ RUN | control_wam_debug # HAFS tests # ################################################################################################################################################################################### # -COMPILE | -DAPP=HAFSW -DCCPP_SUITES=FV3_HAFS_v0_gfdlmp_tedmf,FV3_HAFS_v0_thompson_tedmf_gfdlsf,FV3_HAFS_v0_thompson_tedmf_gfdlsf_nonsst,FV3_HAFS_v0_gfdlmp_tedmf_nonsst -D32BIT=ON | - wcoss2 | fv3 | +COMPILE | -DAPP=HAFSW -DCCPP_SUITES=FV3_HAFS_v0_gfdlmp_tedmf,FV3_HAFS_v0_gfdlmp_tedmf_nonsst,FV3_HAFS_v0_thompson_tedmf_gfdlsf,FV3_HAFS_v0_thompson_tedmf_gfdlsf_nonsst -D32BIT=ON | - wcoss2 | fv3 | RUN | hafs_regional_atm | - wcoss2 | fv3 | RUN | hafs_regional_atm_thompson_gfdlsf | - wcoss2 | fv3 | RUN | hafs_regional_atm_ocn | - wcoss2 | fv3 | diff --git a/tests/tests/hafs_regional_atm_thompson_gfdlsf b/tests/tests/hafs_regional_atm_thompson_gfdlsf index bad8307b92..d9e77fb6a0 100644 --- a/tests/tests/hafs_regional_atm_thompson_gfdlsf +++ b/tests/tests/hafs_regional_atm_thompson_gfdlsf @@ -1,10 +1,10 @@ ############################################################################### # -# HAFS regional atmosphere only +# HAFS regional atmosphere only using the Thompson microphysics scheme and GFDL surface layer scheme # ############################################################################### -export TEST_DESCR="Compare HAFS regional atmosphere only results with previous trunk version" +export TEST_DESCR="Compare the results from HAFS regional atmosphere only using the Thompson microphysics scheme and GFDL surface layer scheme with previous trunk version" export CNTL_DIR=hafs_regional_atm_thompson_gfdlsf From f12530c4d2867b636c69e3af75abfc2d7c9b31b4 Mon Sep 17 00:00:00 2001 From: "Chunxi.Zhang-NOAA" Date: Tue, 18 Jan 2022 21:21:37 +0000 Subject: [PATCH 07/17] Removed FV3_HAFS_v0_thompson_tedmf_gfdlsf_nonsst suite from PR#995 --- FV3 | 2 +- tests/rt.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/FV3 b/FV3 index 5e95995d3d..af5499222f 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit 5e95995d3d50bca68552a427567df8c89703e2b4 +Subproject commit af5499222f8a64cf8747f5704a44832fff029a77 diff --git a/tests/rt.conf b/tests/rt.conf index 69de6aecdb..c05d8cb526 100644 --- a/tests/rt.conf +++ b/tests/rt.conf @@ -143,7 +143,7 @@ RUN | control_wam_debug # HAFS tests # ################################################################################################################################################################################### # -COMPILE | -DAPP=HAFSW -DCCPP_SUITES=FV3_HAFS_v0_gfdlmp_tedmf,FV3_HAFS_v0_gfdlmp_tedmf_nonsst,FV3_HAFS_v0_thompson_tedmf_gfdlsf,FV3_HAFS_v0_thompson_tedmf_gfdlsf_nonsst -D32BIT=ON | - wcoss2 | fv3 | +COMPILE | -DAPP=HAFSW -DCCPP_SUITES=FV3_HAFS_v0_gfdlmp_tedmf,FV3_HAFS_v0_gfdlmp_tedmf_nonsst,FV3_HAFS_v0_thompson_tedmf_gfdlsf -D32BIT=ON | - wcoss2 | fv3 | RUN | hafs_regional_atm | - wcoss2 | fv3 | RUN | hafs_regional_atm_thompson_gfdlsf | - wcoss2 | fv3 | RUN | hafs_regional_atm_ocn | - wcoss2 | fv3 | From 84200b2685b39bae4e5c23e15cfe4376e46445d7 Mon Sep 17 00:00:00 2001 From: Brian Curtis Date: Wed, 19 Jan 2022 01:45:37 +0000 Subject: [PATCH 08/17] RT JOBS PASSED: hera.gnu. Log file uploaded. on-behalf-of @ufs-community --- tests/RegressionTests_hera.gnu.log | 234 ++++++++++++++--------------- 1 file changed, 117 insertions(+), 117 deletions(-) diff --git a/tests/RegressionTests_hera.gnu.log b/tests/RegressionTests_hera.gnu.log index 3590600f3a..938997e4b3 100644 --- a/tests/RegressionTests_hera.gnu.log +++ b/tests/RegressionTests_hera.gnu.log @@ -1,15 +1,15 @@ -Fri Jan 14 03:45:07 UTC 2022 +Wed Jan 19 00:32:15 UTC 2022 Start Regression test -Compile 001 elapsed time 195 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v16_flake,FV3_GFS_v16_RRTMGP,FV3_GFS_v16_thompson,FV3_GFS_v16_ras,FV3_GFS_v16_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 002 elapsed time 189 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_RRFS_v1beta -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 003 elapsed time 275 seconds. -DAPP=ATM -D32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 004 elapsed time 93 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 005 elapsed time 217 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v16_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 006 elapsed time 116 seconds. -DAPP=S2S -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v16_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile 001 elapsed time 190 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v16_flake,FV3_GFS_v16_RRTMGP,FV3_GFS_v16_thompson,FV3_GFS_v16_ras,FV3_GFS_v16_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 002 elapsed time 187 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_RRFS_v1beta -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 003 elapsed time 277 seconds. -DAPP=ATM -D32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 004 elapsed time 94 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 005 elapsed time 219 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v16_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 006 elapsed time 114 seconds. -DAPP=S2S -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v16_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/GNU/control -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_15554/control +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_13483/control Checking test 001 control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -56,14 +56,14 @@ Checking test 001 control results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 791.363187 - 0: The maximum resident set size (KB) = 441932 + 0: The total amount of wall time = 814.491279 + 0: The maximum resident set size (KB) = 442416 Test 001 control PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/GNU/control -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_15554/control_restart +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_13483/control_restart Checking test 002 control_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -102,14 +102,14 @@ Checking test 002 control_restart results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 388.755016 - 0: The maximum resident set size (KB) = 180368 + 0: The total amount of wall time = 393.380990 + 0: The maximum resident set size (KB) = 178616 Test 002 control_restart PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/GNU/control_c48 -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_15554/control_c48 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_13483/control_c48 Checking test 003 control_c48 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -148,14 +148,14 @@ Checking test 003 control_c48 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0: The total amount of wall time = 676.004569 -0: The maximum resident set size (KB) = 693936 +0: The total amount of wall time = 674.188572 +0: The maximum resident set size (KB) = 693200 Test 003 control_c48 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/GNU/control_stochy -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_15554/control_stochy +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_13483/control_stochy Checking test 004 control_stochy results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -166,14 +166,14 @@ Checking test 004 control_stochy results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 616.530032 - 0: The maximum resident set size (KB) = 447680 + 0: The total amount of wall time = 625.268099 + 0: The maximum resident set size (KB) = 447204 Test 004 control_stochy PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/GNU/control_flake -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_15554/control_flake +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_13483/control_flake Checking test 005 control_flake results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -184,14 +184,14 @@ Checking test 005 control_flake results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 1351.257391 - 0: The maximum resident set size (KB) = 491828 + 0: The total amount of wall time = 1419.236722 + 0: The maximum resident set size (KB) = 490396 Test 005 control_flake PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/GNU/control_rrtmgp -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_15554/control_rrtmgp +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_13483/control_rrtmgp Checking test 006 control_rrtmgp results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -202,14 +202,14 @@ Checking test 006 control_rrtmgp results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 833.550167 - 0: The maximum resident set size (KB) = 539028 + 0: The total amount of wall time = 835.920626 + 0: The maximum resident set size (KB) = 540468 Test 006 control_rrtmgp PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/GNU/control_thompson -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_15554/control_thompson +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_13483/control_thompson Checking test 007 control_thompson results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -220,14 +220,14 @@ Checking test 007 control_thompson results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 985.551006 - 0: The maximum resident set size (KB) = 805624 + 0: The total amount of wall time = 1009.931123 + 0: The maximum resident set size (KB) = 802064 Test 007 control_thompson PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/GNU/control_thompson_no_aero -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_15554/control_thompson_no_aero +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_13483/control_thompson_no_aero Checking test 008 control_thompson_no_aero results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -238,14 +238,14 @@ Checking test 008 control_thompson_no_aero results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 984.481692 - 0: The maximum resident set size (KB) = 794428 + 0: The total amount of wall time = 968.020601 + 0: The maximum resident set size (KB) = 799412 Test 008 control_thompson_no_aero PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/GNU/control_ras -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_15554/control_ras +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_13483/control_ras Checking test 009 control_ras results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -256,14 +256,14 @@ Checking test 009 control_ras results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 798.346050 - 0: The maximum resident set size (KB) = 450628 + 0: The total amount of wall time = 803.424232 + 0: The maximum resident set size (KB) = 446988 Test 009 control_ras PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/GNU/control_p8 -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_15554/control_p8 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_13483/control_p8 Checking test 010 control_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -310,14 +310,14 @@ Checking test 010 control_p8 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 806.633179 - 0: The maximum resident set size (KB) = 477724 + 0: The total amount of wall time = 812.364841 + 0: The maximum resident set size (KB) = 480084 Test 010 control_p8 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/GNU/rap_control -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_15554/rap_control +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_13483/rap_control Checking test 011 rap_control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -364,14 +364,14 @@ Checking test 011 rap_control results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 1387.876642 - 0: The maximum resident set size (KB) = 784744 + 0: The total amount of wall time = 1380.422533 + 0: The maximum resident set size (KB) = 788604 Test 011 rap_control PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/GNU/rap_control -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_15554/rap_2threads +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_13483/rap_2threads Checking test 012 rap_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -418,14 +418,14 @@ Checking test 012 rap_2threads results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 1434.051669 - 0: The maximum resident set size (KB) = 845388 + 0: The total amount of wall time = 1417.531136 + 0: The maximum resident set size (KB) = 851072 Test 012 rap_2threads PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/GNU/rap_control -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_15554/rap_restart +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_13483/rap_restart Checking test 013 rap_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -464,14 +464,14 @@ Checking test 013 rap_restart results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 690.693051 - 0: The maximum resident set size (KB) = 533260 + 0: The total amount of wall time = 665.257908 + 0: The maximum resident set size (KB) = 533176 Test 013 rap_restart PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/GNU/rap_sfcdiff -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_15554/rap_sfcdiff +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_13483/rap_sfcdiff Checking test 014 rap_sfcdiff results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -518,14 +518,14 @@ Checking test 014 rap_sfcdiff results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 1373.471766 - 0: The maximum resident set size (KB) = 787016 + 0: The total amount of wall time = 1327.191693 + 0: The maximum resident set size (KB) = 786308 Test 014 rap_sfcdiff PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/GNU/rap_sfcdiff -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_15554/rap_sfcdiff_restart +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_13483/rap_sfcdiff_restart Checking test 015 rap_sfcdiff_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -564,14 +564,14 @@ Checking test 015 rap_sfcdiff_restart results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 674.130664 - 0: The maximum resident set size (KB) = 532560 + 0: The total amount of wall time = 662.654493 + 0: The maximum resident set size (KB) = 533284 Test 015 rap_sfcdiff_restart PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/GNU/hrrr_control -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_15554/hrrr_control +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_13483/hrrr_control Checking test 016 hrrr_control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -618,14 +618,14 @@ Checking test 016 hrrr_control results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 1330.044908 - 0: The maximum resident set size (KB) = 787248 + 0: The total amount of wall time = 1341.921993 + 0: The maximum resident set size (KB) = 788152 Test 016 hrrr_control PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/GNU/rrfs_v1beta -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_15554/rrfs_v1beta +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_13483/rrfs_v1beta Checking test 017 rrfs_v1beta results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -672,14 +672,14 @@ Checking test 017 rrfs_v1beta results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 1363.701307 - 0: The maximum resident set size (KB) = 785340 + 0: The total amount of wall time = 1399.594504 + 0: The maximum resident set size (KB) = 782944 Test 017 rrfs_v1beta PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/GNU/rrfs_conus13km_hrrr_warm -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_15554/rrfs_conus13km_hrrr_warm +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_13483/rrfs_conus13km_hrrr_warm Checking test 018 rrfs_conus13km_hrrr_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -688,14 +688,14 @@ Checking test 018 rrfs_conus13km_hrrr_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 1568.251970 - 0: The maximum resident set size (KB) = 627144 + 0: The total amount of wall time = 1540.666636 + 0: The maximum resident set size (KB) = 626040 Test 018 rrfs_conus13km_hrrr_warm PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/GNU/rrfs_conus13km_radar_tten_warm -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_15554/rrfs_conus13km_radar_tten_warm +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_13483/rrfs_conus13km_radar_tten_warm Checking test 019 rrfs_conus13km_radar_tten_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -704,222 +704,222 @@ Checking test 019 rrfs_conus13km_radar_tten_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 1528.683926 - 0: The maximum resident set size (KB) = 630540 + 0: The total amount of wall time = 1515.553541 + 0: The maximum resident set size (KB) = 633200 Test 019 rrfs_conus13km_radar_tten_warm PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/GNU/control_debug -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_15554/control_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_13483/control_debug Checking test 020 control_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 99.903285 - 0: The maximum resident set size (KB) = 434620 + 0: The total amount of wall time = 98.023843 + 0: The maximum resident set size (KB) = 437944 Test 020 control_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/GNU/control_diag_debug -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_15554/control_diag_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_13483/control_diag_debug Checking test 021 control_diag_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 124.317391 - 0: The maximum resident set size (KB) = 494304 + 0: The total amount of wall time = 122.470656 + 0: The maximum resident set size (KB) = 496656 Test 021 control_diag_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/GNU/fv3_regional_debug -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_15554/regional_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_13483/regional_debug Checking test 022 regional_debug results .... Comparing dynf000.nc .........OK Comparing dynf001.nc .........OK Comparing phyf000.nc .........OK Comparing phyf001.nc .........OK - 0: The total amount of wall time = 125.159497 - 0: The maximum resident set size (KB) = 544844 + 0: The total amount of wall time = 125.200836 + 0: The maximum resident set size (KB) = 546768 Test 022 regional_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/GNU/rap_control_debug -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_15554/rap_control_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_13483/rap_control_debug Checking test 023 rap_control_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 166.765074 - 0: The maximum resident set size (KB) = 802412 + 0: The total amount of wall time = 166.088462 + 0: The maximum resident set size (KB) = 808844 Test 023 rap_control_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/GNU/rap_diag_debug -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_15554/rap_diag_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_13483/rap_diag_debug Checking test 024 rap_diag_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 204.139845 - 0: The maximum resident set size (KB) = 889812 + 0: The total amount of wall time = 206.463311 + 0: The maximum resident set size (KB) = 886336 Test 024 rap_diag_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/GNU/rap_noah_sfcdiff_cires_ugwp_debug -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_15554/rap_noah_sfcdiff_cires_ugwp_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_13483/rap_noah_sfcdiff_cires_ugwp_debug Checking test 025 rap_noah_sfcdiff_cires_ugwp_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 262.243670 - 0: The maximum resident set size (KB) = 801896 + 0: The total amount of wall time = 261.866227 + 0: The maximum resident set size (KB) = 805844 Test 025 rap_noah_sfcdiff_cires_ugwp_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/GNU/rrfs_v1beta_debug -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_15554/rrfs_v1beta_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_13483/rrfs_v1beta_debug Checking test 026 rrfs_v1beta_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 168.583726 - 0: The maximum resident set size (KB) = 798176 + 0: The total amount of wall time = 167.810327 + 0: The maximum resident set size (KB) = 804680 Test 026 rrfs_v1beta_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/GNU/control_thompson_debug -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_15554/control_thompson_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_13483/control_thompson_debug Checking test 027 control_thompson_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 113.596162 - 0: The maximum resident set size (KB) = 793564 + 0: The total amount of wall time = 115.830482 + 0: The maximum resident set size (KB) = 799424 Test 027 control_thompson_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/GNU/control_thompson_no_aero_debug -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_15554/control_thompson_no_aero_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_13483/control_thompson_no_aero_debug Checking test 028 control_thompson_no_aero_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 111.122660 - 0: The maximum resident set size (KB) = 792160 + 0: The total amount of wall time = 111.199868 + 0: The maximum resident set size (KB) = 794264 Test 028 control_thompson_no_aero_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/GNU/control_thompson_debug_extdiag -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_15554/control_thompson_extdiag_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_13483/control_thompson_extdiag_debug Checking test 029 control_thompson_extdiag_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 133.511506 - 0: The maximum resident set size (KB) = 826308 + 0: The total amount of wall time = 132.392920 + 0: The maximum resident set size (KB) = 830508 Test 029 control_thompson_extdiag_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/GNU/control_rrtmgp_debug -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_15554/control_rrtmgp_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_13483/control_rrtmgp_debug Checking test 030 control_rrtmgp_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 106.776116 - 0: The maximum resident set size (KB) = 534492 + 0: The total amount of wall time = 106.950884 + 0: The maximum resident set size (KB) = 539592 Test 030 control_rrtmgp_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/GNU/control_ras_debug -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_15554/control_ras_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_13483/control_ras_debug Checking test 031 control_ras_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 99.965586 - 0: The maximum resident set size (KB) = 446244 + 0: The total amount of wall time = 103.078193 + 0: The maximum resident set size (KB) = 451356 Test 031 control_ras_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/GNU/control_stochy_debug -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_15554/control_stochy_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_13483/control_stochy_debug Checking test 032 control_stochy_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 115.734254 - 0: The maximum resident set size (KB) = 439220 + 0: The total amount of wall time = 115.054392 + 0: The maximum resident set size (KB) = 444336 Test 032 control_stochy_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/GNU/control_debug_p8 -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_15554/control_debug_p8 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_13483/control_debug_p8 Checking test 033 control_debug_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 107.196497 - 0: The maximum resident set size (KB) = 471704 + 0: The total amount of wall time = 104.894551 + 0: The maximum resident set size (KB) = 474756 Test 033 control_debug_p8 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/GNU/control_wam_debug -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_15554/control_wam_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_13483/control_wam_debug Checking test 034 control_wam_debug results .... Comparing sfcf019.nc .........OK Comparing atmf019.nc .........OK - 0: The total amount of wall time = 182.322558 - 0: The maximum resident set size (KB) = 183048 + 0: The total amount of wall time = 179.110527 + 0: The maximum resident set size (KB) = 187460 Test 034 control_wam_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/GNU/cpld_control_c96_p8 -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_15554/cpld_control_c96_p8 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_13483/cpld_control_c96_p8 Checking test 035 cpld_control_c96_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -969,14 +969,14 @@ Checking test 035 cpld_control_c96_p8 results .... Comparing RESTART/iced.2021-03-23-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK - 0: The total amount of wall time = 1091.806072 - 0: The maximum resident set size (KB) = 502688 + 0: The total amount of wall time = 1079.473198 + 0: The maximum resident set size (KB) = 503976 Test 035 cpld_control_c96_p8 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/GNU/cpld_debug_p8 -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_15554/cpld_debug_p8 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_13483/cpld_debug_p8 Checking test 036 cpld_debug_p8 results .... Comparing sfcf006.tile1.nc .........OK Comparing sfcf006.tile2.nc .........OK @@ -1026,12 +1026,12 @@ Checking test 036 cpld_debug_p8 results .... Comparing RESTART/iced.2021-03-22-43200.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-22-43200.nc .........OK - 0: The total amount of wall time = 557.280092 - 0: The maximum resident set size (KB) = 512696 + 0: The total amount of wall time = 550.412478 + 0: The maximum resident set size (KB) = 510020 Test 036 cpld_debug_p8 PASS REGRESSION TEST WAS SUCCESSFUL -Fri Jan 14 05:39:12 UTC 2022 -Elapsed time: 01h:54m:06s. Have a nice day! +Wed Jan 19 01:45:36 UTC 2022 +Elapsed time: 01h:13m:21s. Have a nice day! From 7fd0850c43ce8ee126738f766efcc43ab4d64eab Mon Sep 17 00:00:00 2001 From: Brian Curtis Date: Wed, 19 Jan 2022 01:48:41 +0000 Subject: [PATCH 09/17] RT JOBS PASSED: hera.intel. Log file uploaded. on-behalf-of @ufs-community --- tests/RegressionTests_hera.intel.log | 836 ++++++++++++++------------- 1 file changed, 424 insertions(+), 412 deletions(-) diff --git a/tests/RegressionTests_hera.intel.log b/tests/RegressionTests_hera.intel.log index 4385f412a0..517bb28847 100644 --- a/tests/RegressionTests_hera.intel.log +++ b/tests/RegressionTests_hera.intel.log @@ -1,24 +1,24 @@ -Fri Jan 14 02:31:43 UTC 2022 +Wed Jan 19 00:16:48 UTC 2022 Start Regression test -Compile 001 elapsed time 618 seconds. -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v16_coupled_nsstNoahmpUGWPv1,FV3_GFS_v16_coupled_p7_rrtmgp,FV3_GFS_v16_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 002 elapsed time 175 seconds. -DAPP=S2S -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v16_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile 003 elapsed time 392 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v15_thompson_mynn,FV3_GFS_v15_thompson_mynn_RRTMGP,FV3_GFS_v16_p7_rrtmgp,FV3_GFS_v16_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 004 elapsed time 357 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_RRFS_v1beta -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 005 elapsed time 373 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_RRTMGP,FV3_GFS_v16_csawmg,FV3_GFS_v16_flake,FV3_GFS_v16_ugwpv1,FV3_GFS_v16_ras,FV3_GFS_v16_thompson,FV3_GFS_v16_noahmp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 006 elapsed time 517 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DREPRO=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -Compile 007 elapsed time 199 seconds. -DAPP=ATM -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v16_RRTMGP,FV3_GFS_v16_csawmg,FV3_GFS_v16_flake,FV3_GFS_v16_ugwpv1,FV3_GFS_v16_ras,FV3_GFS_v16_noahmp,FV3_GFS_v16_thompson,FV3_GFS_v15_thompson_mynn,FV3_GFS_v16_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 008 elapsed time 225 seconds. -DAPP=ATM -DDEBUG=ON -DCCPP_SUITES=FV3_RAP,FV3_RAP_cires_ugwp,FV3_RAP_unified_ugwp,FV3_RAP_noah,FV3_RAP_RRTMGP,FV3_RAP_sfcdiff,FV3_RAP_flake,FV3_RAP_noah_sfcdiff_cires_ugwp,FV3_RRFS_v1beta -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 009 elapsed time 206 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 010 elapsed time 379 seconds. -DAPP=HAFSW -DCCPP_SUITES=FV3_HAFS_v0_gfdlmp_tedmf,FV3_HAFS_v0_gfdlmp_tedmf_nonsst -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 011 elapsed time 402 seconds. -DAPP=HAFS-ALL -DCCPP_SUITES=FV3_HAFS_v0_gfdlmp_tedmf,FV3_HAFS_v0_gfdlmp_tedmf_nonsst -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 012 elapsed time 182 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 013 elapsed time 153 seconds. -DAPP=NG-GODAS -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile 014 elapsed time 384 seconds. -DAPP=ATMW -DCCPP_SUITES=FV3_GFS_v16 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 015 elapsed time 406 seconds. -DAPP=ATMAERO -DCCPP_SUITES=FV3_GFS_v16 -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 001 elapsed time 444 seconds. -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v16_coupled_nsstNoahmpUGWPv1,FV3_GFS_v16_coupled_p7_rrtmgp,FV3_GFS_v16_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 002 elapsed time 189 seconds. -DAPP=S2S -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v16_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile 003 elapsed time 365 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v15_thompson_mynn,FV3_GFS_v15_thompson_mynn_RRTMGP,FV3_GFS_v16_p7_rrtmgp,FV3_GFS_v16_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 004 elapsed time 354 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_RRFS_v1beta -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 005 elapsed time 375 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_RRTMGP,FV3_GFS_v16_csawmg,FV3_GFS_v16_flake,FV3_GFS_v16_ugwpv1,FV3_GFS_v16_ras,FV3_GFS_v16_thompson,FV3_GFS_v16_noahmp -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 006 elapsed time 339 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DREPRO=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit +Compile 007 elapsed time 169 seconds. -DAPP=ATM -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v16_RRTMGP,FV3_GFS_v16_csawmg,FV3_GFS_v16_flake,FV3_GFS_v16_ugwpv1,FV3_GFS_v16_ras,FV3_GFS_v16_noahmp,FV3_GFS_v16_thompson,FV3_GFS_v15_thompson_mynn,FV3_GFS_v16_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 008 elapsed time 163 seconds. -DAPP=ATM -DDEBUG=ON -DCCPP_SUITES=FV3_RAP,FV3_RAP_cires_ugwp,FV3_RAP_unified_ugwp,FV3_RAP_noah,FV3_RAP_RRTMGP,FV3_RAP_sfcdiff,FV3_RAP_flake,FV3_RAP_noah_sfcdiff_cires_ugwp,FV3_RRFS_v1beta -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 009 elapsed time 146 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 010 elapsed time 386 seconds. -DAPP=HAFSW -DCCPP_SUITES=FV3_HAFS_v0_gfdlmp_tedmf,FV3_HAFS_v0_gfdlmp_tedmf_nonsst,FV3_HAFS_v0_thompson_tedmf_gfdlsf -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 011 elapsed time 405 seconds. -DAPP=HAFS-ALL -DCCPP_SUITES=FV3_HAFS_v0_gfdlmp_tedmf,FV3_HAFS_v0_gfdlmp_tedmf_nonsst -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 012 elapsed time 181 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 013 elapsed time 95 seconds. -DAPP=NG-GODAS -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile 014 elapsed time 372 seconds. -DAPP=ATMW -DCCPP_SUITES=FV3_GFS_v16 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 015 elapsed time 401 seconds. -DAPP=ATMAERO -DCCPP_SUITES=FV3_GFS_v16 -DMPI=ON -DCMAKE_BUILD_TYPE=Release baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/cpld_control_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10180/cpld_control_p8 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_3647/cpld_control_p8 Checking test 001 cpld_control_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -71,14 +71,14 @@ Checking test 001 cpld_control_p8 results .... Comparing 20210323.060000.out_pnt.points .........OK Comparing 20210323.060000.restart.glo_1deg .........OK - 0: The total amount of wall time = 207.931256 - 0: The maximum resident set size (KB) = 627828 + 0: The total amount of wall time = 207.507683 + 0: The maximum resident set size (KB) = 627128 Test 001 cpld_control_p8 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/cpld_control_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10180/cpld_2threads_p8 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_3647/cpld_2threads_p8 Checking test 002 cpld_2threads_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -131,14 +131,14 @@ Checking test 002 cpld_2threads_p8 results .... Comparing 20210323.060000.out_pnt.points .........OK Comparing 20210323.060000.restart.glo_1deg .........OK - 0: The total amount of wall time = 237.828019 - 0: The maximum resident set size (KB) = 685256 + 0: The total amount of wall time = 237.971519 + 0: The maximum resident set size (KB) = 688552 Test 002 cpld_2threads_p8 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/cpld_control_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10180/cpld_decomp_p8 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_3647/cpld_decomp_p8 Checking test 003 cpld_decomp_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -191,14 +191,14 @@ Checking test 003 cpld_decomp_p8 results .... Comparing 20210323.060000.out_pnt.points .........OK Comparing 20210323.060000.restart.glo_1deg .........OK - 0: The total amount of wall time = 207.736517 - 0: The maximum resident set size (KB) = 627836 + 0: The total amount of wall time = 209.199157 + 0: The maximum resident set size (KB) = 625932 Test 003 cpld_decomp_p8 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/cpld_control_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10180/cpld_mpi_p8 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_3647/cpld_mpi_p8 Checking test 004 cpld_mpi_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -251,14 +251,14 @@ Checking test 004 cpld_mpi_p8 results .... Comparing 20210323.060000.out_pnt.points .........OK Comparing 20210323.060000.restart.glo_1deg .........OK - 0: The total amount of wall time = 175.160224 - 0: The maximum resident set size (KB) = 615212 + 0: The total amount of wall time = 173.580620 + 0: The maximum resident set size (KB) = 614120 Test 004 cpld_mpi_p8 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/cpld_control_p7_rrtmgp -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10180/cpld_control_p7_rrtmgp +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_3647/cpld_control_p7_rrtmgp Checking test 005 cpld_control_p7_rrtmgp results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -311,14 +311,14 @@ Checking test 005 cpld_control_p7_rrtmgp results .... Comparing 20210323.060000.out_pnt.points .........OK Comparing 20210323.060000.restart.glo_1deg .........OK - 0: The total amount of wall time = 248.333131 - 0: The maximum resident set size (KB) = 727224 + 0: The total amount of wall time = 246.105887 + 0: The maximum resident set size (KB) = 727256 Test 005 cpld_control_p7_rrtmgp PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/cpld_bmark_p7 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10180/cpld_bmark_p7 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_3647/cpld_bmark_p7 Checking test 006 cpld_bmark_p7 results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK @@ -363,14 +363,14 @@ Checking test 006 cpld_bmark_p7 results .... Comparing RESTART/iced.2013-04-01-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2013-04-01-21600.nc .........OK - 0: The total amount of wall time = 871.182865 - 0: The maximum resident set size (KB) = 1381616 + 0: The total amount of wall time = 874.498996 + 0: The maximum resident set size (KB) = 1382648 Test 006 cpld_bmark_p7 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/cpld_bmark_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10180/cpld_bmark_p8 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_3647/cpld_bmark_p8 Checking test 007 cpld_bmark_p8 results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK @@ -415,14 +415,14 @@ Checking test 007 cpld_bmark_p8 results .... Comparing RESTART/iced.2013-04-01-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2013-04-01-21600.nc .........OK - 0: The total amount of wall time = 879.711338 - 0: The maximum resident set size (KB) = 1380576 + 0: The total amount of wall time = 897.721204 + 0: The maximum resident set size (KB) = 1379732 Test 007 cpld_bmark_p8 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/cpld_bmark_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10180/cpld_bmark_mpi_p8 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_3647/cpld_bmark_mpi_p8 Checking test 008 cpld_bmark_mpi_p8 results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK @@ -467,14 +467,14 @@ Checking test 008 cpld_bmark_mpi_p8 results .... Comparing RESTART/iced.2013-04-01-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2013-04-01-21600.nc .........OK - 0: The total amount of wall time = 851.947283 - 0: The maximum resident set size (KB) = 1387492 + 0: The total amount of wall time = 835.479707 + 0: The maximum resident set size (KB) = 1385204 Test 008 cpld_bmark_mpi_p8 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/cpld_control_c96_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10180/cpld_control_c96_p8 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_3647/cpld_control_c96_p8 Checking test 009 cpld_control_c96_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -524,14 +524,14 @@ Checking test 009 cpld_control_c96_p8 results .... Comparing RESTART/iced.2021-03-23-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK - 0: The total amount of wall time = 200.241733 - 0: The maximum resident set size (KB) = 618028 + 0: The total amount of wall time = 198.463196 + 0: The maximum resident set size (KB) = 615656 Test 009 cpld_control_c96_p8 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/cpld_control_c96_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10180/cpld_restart_c96_p8 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_3647/cpld_restart_c96_p8 Checking test 010 cpld_restart_c96_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -581,14 +581,14 @@ Checking test 010 cpld_restart_c96_p8 results .... Comparing RESTART/iced.2021-03-23-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK - 0: The total amount of wall time = 108.772327 - 0: The maximum resident set size (KB) = 376032 + 0: The total amount of wall time = 108.014580 + 0: The maximum resident set size (KB) = 377164 Test 010 cpld_restart_c96_p8 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/cpld_control_c192_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10180/cpld_control_c192_p8 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_3647/cpld_control_c192_p8 Checking test 011 cpld_control_c192_p8 results .... Comparing sfcf036.tile1.nc .........OK Comparing sfcf036.tile2.nc .........OK @@ -638,14 +638,14 @@ Checking test 011 cpld_control_c192_p8 results .... Comparing RESTART/iced.2021-03-23-64800.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-64800.nc .........OK - 0: The total amount of wall time = 834.857734 - 0: The maximum resident set size (KB) = 798456 + 0: The total amount of wall time = 836.673472 + 0: The maximum resident set size (KB) = 799496 Test 011 cpld_control_c192_p8 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/cpld_control_c192_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10180/cpld_restart_c192_p8 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_3647/cpld_restart_c192_p8 Checking test 012 cpld_restart_c192_p8 results .... Comparing sfcf036.tile1.nc .........OK Comparing sfcf036.tile2.nc .........OK @@ -695,14 +695,14 @@ Checking test 012 cpld_restart_c192_p8 results .... Comparing RESTART/iced.2021-03-23-64800.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-64800.nc .........OK - 0: The total amount of wall time = 565.061965 - 0: The maximum resident set size (KB) = 900408 + 0: The total amount of wall time = 558.126616 + 0: The maximum resident set size (KB) = 899280 Test 012 cpld_restart_c192_p8 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/cpld_control_c384_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10180/cpld_control_c384_p8 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_3647/cpld_control_c384_p8 Checking test 013 cpld_control_c384_p8 results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK @@ -745,14 +745,14 @@ Checking test 013 cpld_control_c384_p8 results .... Comparing RESTART/iced.2021-03-22-43200.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-22-43200.nc .........OK - 0: The total amount of wall time = 1016.781088 - 0: The maximum resident set size (KB) = 1350228 + 0: The total amount of wall time = 1015.046497 + 0: The maximum resident set size (KB) = 1364972 Test 013 cpld_control_c384_p8 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/cpld_control_c384_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10180/cpld_restart_c384_p8 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_3647/cpld_restart_c384_p8 Checking test 014 cpld_restart_c384_p8 results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK @@ -795,14 +795,14 @@ Checking test 014 cpld_restart_c384_p8 results .... Comparing RESTART/iced.2021-03-22-43200.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-22-43200.nc .........OK - 0: The total amount of wall time = 562.222653 - 0: The maximum resident set size (KB) = 1308820 + 0: The total amount of wall time = 556.641553 + 0: The maximum resident set size (KB) = 1306312 Test 014 cpld_restart_c384_p8 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/cpld_debug_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10180/cpld_debug_p8 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_3647/cpld_debug_p8 Checking test 015 cpld_debug_p8 results .... Comparing sfcf006.tile1.nc .........OK Comparing sfcf006.tile2.nc .........OK @@ -852,14 +852,14 @@ Checking test 015 cpld_debug_p8 results .... Comparing RESTART/iced.2021-03-22-43200.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-22-43200.nc .........OK - 0: The total amount of wall time = 610.884733 - 0: The maximum resident set size (KB) = 676304 + 0: The total amount of wall time = 616.777657 + 0: The maximum resident set size (KB) = 674064 -Test 015 cpld_debug_p8 PASS Tries: 2 +Test 015 cpld_debug_p8 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10180/control +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_3647/control Checking test 016 control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -906,14 +906,14 @@ Checking test 016 control results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 120.461855 - 0: The maximum resident set size (KB) = 490864 + 0: The total amount of wall time = 120.240828 + 0: The maximum resident set size (KB) = 494896 Test 016 control PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10180/control_decomp +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_3647/control_decomp Checking test 017 control_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -956,14 +956,14 @@ Checking test 017 control_decomp results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 126.238249 - 0: The maximum resident set size (KB) = 490736 + 0: The total amount of wall time = 126.265773 + 0: The maximum resident set size (KB) = 488952 -Test 017 control_decomp PASS Tries: 2 +Test 017 control_decomp PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10180/control_2threads +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_3647/control_2threads Checking test 018 control_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1006,14 +1006,14 @@ Checking test 018 control_2threads results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 148.179159 - 0: The maximum resident set size (KB) = 534464 + 0: The total amount of wall time = 146.827028 + 0: The maximum resident set size (KB) = 537196 Test 018 control_2threads PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10180/control_restart +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_3647/control_restart Checking test 019 control_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -1052,14 +1052,14 @@ Checking test 019 control_restart results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 63.570818 - 0: The maximum resident set size (KB) = 232972 + 0: The total amount of wall time = 63.234040 + 0: The maximum resident set size (KB) = 232476 Test 019 control_restart PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10180/control_fhzero +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_3647/control_fhzero Checking test 020 control_fhzero results .... Comparing sfcf000.nc ............ALT CHECK......OK Comparing sfcf021.nc ............ALT CHECK......OK @@ -1102,14 +1102,14 @@ Checking test 020 control_fhzero results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 111.702776 - 0: The maximum resident set size (KB) = 490876 + 0: The total amount of wall time = 112.636702 + 0: The maximum resident set size (KB) = 492464 Test 020 control_fhzero PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/control_CubedSphereGrid -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10180/control_CubedSphereGrid +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_3647/control_CubedSphereGrid Checking test 021 control_CubedSphereGrid results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK @@ -1136,14 +1136,14 @@ Checking test 021 control_CubedSphereGrid results .... Comparing atmf024.tile5.nc .........OK Comparing atmf024.tile6.nc .........OK - 0: The total amount of wall time = 114.104275 - 0: The maximum resident set size (KB) = 487756 + 0: The total amount of wall time = 115.604213 + 0: The maximum resident set size (KB) = 488524 Test 021 control_CubedSphereGrid PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/control_latlon -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10180/control_latlon +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_3647/control_latlon Checking test 022 control_latlon results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1154,14 +1154,14 @@ Checking test 022 control_latlon results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 116.940952 - 0: The maximum resident set size (KB) = 491076 + 0: The total amount of wall time = 117.108689 + 0: The maximum resident set size (KB) = 494760 Test 022 control_latlon PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/control_wrtGauss_netcdf_parallel -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10180/control_wrtGauss_netcdf_parallel +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_3647/control_wrtGauss_netcdf_parallel Checking test 023 control_wrtGauss_netcdf_parallel results .... Comparing sfcf000.nc ............ALT CHECK......OK Comparing sfcf024.nc ............ALT CHECK......OK @@ -1172,14 +1172,14 @@ Checking test 023 control_wrtGauss_netcdf_parallel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 120.010686 - 0: The maximum resident set size (KB) = 490380 + 0: The total amount of wall time = 119.653865 + 0: The maximum resident set size (KB) = 491692 Test 023 control_wrtGauss_netcdf_parallel PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/control_c48 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10180/control_c48 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_3647/control_c48 Checking test 024 control_c48 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1218,14 +1218,14 @@ Checking test 024 control_c48 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0: The total amount of wall time = 317.674649 -0: The maximum resident set size (KB) = 676128 +0: The total amount of wall time = 315.395730 +0: The maximum resident set size (KB) = 673184 Test 024 control_c48 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/control_c192 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10180/control_c192 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_3647/control_c192 Checking test 025 control_c192 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1236,14 +1236,14 @@ Checking test 025 control_c192 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 455.222899 - 0: The maximum resident set size (KB) = 592916 + 0: The total amount of wall time = 454.101483 + 0: The maximum resident set size (KB) = 591344 Test 025 control_c192 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/control_c384 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10180/control_c384 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_3647/control_c384 Checking test 026 control_c384 results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -1254,14 +1254,14 @@ Checking test 026 control_c384 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 772.260160 - 0: The maximum resident set size (KB) = 855088 + 0: The total amount of wall time = 774.117929 + 0: The maximum resident set size (KB) = 862348 Test 026 control_c384 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/control_c384gdas -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10180/control_c384gdas +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_3647/control_c384gdas Checking test 027 control_c384gdas results .... Comparing sfcf000.nc .........OK Comparing sfcf006.nc .........OK @@ -1304,14 +1304,14 @@ Checking test 027 control_c384gdas results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 666.701851 - 0: The maximum resident set size (KB) = 1005124 + 0: The total amount of wall time = 665.143995 + 0: The maximum resident set size (KB) = 1001556 Test 027 control_c384gdas PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/control_stochy -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10180/control_stochy +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_3647/control_stochy Checking test 028 control_stochy results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -1322,28 +1322,28 @@ Checking test 028 control_stochy results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 78.338928 - 0: The maximum resident set size (KB) = 495116 + 0: The total amount of wall time = 78.416744 + 0: The maximum resident set size (KB) = 495860 Test 028 control_stochy PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/control_stochy -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10180/control_stochy_restart +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_3647/control_stochy_restart Checking test 029 control_stochy_restart results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK Comparing GFSFLX.GrbF12 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 43.062103 - 0: The maximum resident set size (KB) = 277924 + 0: The total amount of wall time = 42.664154 + 0: The maximum resident set size (KB) = 277364 Test 029 control_stochy_restart PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/control_lndp -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10180/control_lndp +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_3647/control_lndp Checking test 030 control_lndp results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -1354,14 +1354,14 @@ Checking test 030 control_lndp results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 72.025356 - 0: The maximum resident set size (KB) = 495796 + 0: The total amount of wall time = 72.013639 + 0: The maximum resident set size (KB) = 498936 Test 030 control_lndp PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/control_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10180/control_p8 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_3647/control_p8 Checking test 031 control_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1408,14 +1408,14 @@ Checking test 031 control_p8 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 133.208543 - 0: The maximum resident set size (KB) = 521136 + 0: The total amount of wall time = 132.709427 + 0: The maximum resident set size (KB) = 516220 Test 031 control_p8 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/control_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10180/control_restart_p8 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_3647/control_restart_p8 Checking test 032 control_restart_p8 results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -1454,14 +1454,14 @@ Checking test 032 control_restart_p8 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 72.141120 - 0: The maximum resident set size (KB) = 337960 + 0: The total amount of wall time = 72.059121 + 0: The maximum resident set size (KB) = 340968 Test 032 control_restart_p8 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/control_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10180/control_decomp_p8 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_3647/control_decomp_p8 Checking test 033 control_decomp_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1504,14 +1504,14 @@ Checking test 033 control_decomp_p8 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 139.725036 - 0: The maximum resident set size (KB) = 512784 + 0: The total amount of wall time = 140.174728 + 0: The maximum resident set size (KB) = 512276 Test 033 control_decomp_p8 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/control_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10180/control_2threads_p8 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_3647/control_2threads_p8 Checking test 034 control_2threads_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1554,14 +1554,14 @@ Checking test 034 control_2threads_p8 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 165.929615 - 0: The maximum resident set size (KB) = 589180 + 0: The total amount of wall time = 164.852697 + 0: The maximum resident set size (KB) = 585316 Test 034 control_2threads_p8 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/control_p7_rrtmgp -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10180/control_p7_rrtmgp +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_3647/control_p7_rrtmgp Checking test 035 control_p7_rrtmgp results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1608,14 +1608,14 @@ Checking test 035 control_p7_rrtmgp results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 171.315095 - 0: The maximum resident set size (KB) = 613880 + 0: The total amount of wall time = 172.259127 + 0: The maximum resident set size (KB) = 614344 Test 035 control_p7_rrtmgp PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/fv3_regional_control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10180/regional_control +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_3647/regional_control Checking test 036 regional_control results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK @@ -1626,28 +1626,28 @@ Checking test 036 regional_control results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF24 .........OK - 0: The total amount of wall time = 294.543272 - 0: The maximum resident set size (KB) = 605852 + 0: The total amount of wall time = 294.216366 + 0: The maximum resident set size (KB) = 606064 Test 036 regional_control PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/fv3_regional_control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10180/regional_restart +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_3647/regional_restart Checking test 037 regional_restart results .... Comparing dynf024.nc .........OK Comparing phyf024.nc .........OK Comparing PRSLEV.GrbF24 .........OK Comparing NATLEV.GrbF24 .........OK - 0: The total amount of wall time = 164.047293 - 0: The maximum resident set size (KB) = 607840 + 0: The total amount of wall time = 165.189832 + 0: The maximum resident set size (KB) = 610784 Test 037 regional_restart PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/fv3_regional_noquilt -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10180/regional_noquilt +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_3647/regional_noquilt Checking test 038 regional_noquilt results .... Comparing atmos_4xdaily.nc .........OK Comparing fv3_history2d.nc .........OK @@ -1655,14 +1655,14 @@ Checking test 038 regional_noquilt results .... Comparing RESTART/fv_core.res.tile1_new.nc .........OK Comparing RESTART/fv_tracer.res.tile1_new.nc .........OK - 0: The total amount of wall time = 304.433934 - 0: The maximum resident set size (KB) = 618796 + 0: The total amount of wall time = 303.451946 + 0: The maximum resident set size (KB) = 618928 Test 038 regional_noquilt PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/fv3_regional_control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10180/regional_2threads +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_3647/regional_2threads Checking test 039 regional_2threads results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK @@ -1673,14 +1673,14 @@ Checking test 039 regional_2threads results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF24 .........OK - 0: The total amount of wall time = 215.512567 - 0: The maximum resident set size (KB) = 621560 + 0: The total amount of wall time = 215.277348 + 0: The maximum resident set size (KB) = 624116 Test 039 regional_2threads PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/fv3_regional_hafs -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10180/regional_hafs +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_3647/regional_hafs Checking test 040 regional_hafs results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK @@ -1689,28 +1689,28 @@ Checking test 040 regional_hafs results .... Comparing HURPRS.GrbF00 .........OK Comparing HURPRS.GrbF24 .........OK - 0: The total amount of wall time = 293.503701 - 0: The maximum resident set size (KB) = 604728 + 0: The total amount of wall time = 292.303653 + 0: The maximum resident set size (KB) = 605988 Test 040 regional_hafs PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/fv3_regional_netcdf_parallel -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10180/regional_netcdf_parallel +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_3647/regional_netcdf_parallel Checking test 041 regional_netcdf_parallel results .... Comparing dynf000.nc ............ALT CHECK......OK - Comparing dynf024.nc ............ALT CHECK......OK + Comparing dynf024.nc .........OK Comparing phyf000.nc ............ALT CHECK......OK Comparing phyf024.nc ............ALT CHECK......OK - 0: The total amount of wall time = 292.566164 - 0: The maximum resident set size (KB) = 606420 + 0: The total amount of wall time = 291.288811 + 0: The maximum resident set size (KB) = 607268 Test 041 regional_netcdf_parallel PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/fv3_regional_RRTMGP -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10180/regional_RRTMGP +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_3647/regional_RRTMGP Checking test 042 regional_RRTMGP results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK @@ -1721,14 +1721,14 @@ Checking test 042 regional_RRTMGP results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF24 .........OK - 0: The total amount of wall time = 371.603931 - 0: The maximum resident set size (KB) = 727060 + 0: The total amount of wall time = 370.650116 + 0: The maximum resident set size (KB) = 724848 Test 042 regional_RRTMGP PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/rap_control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10180/rap_control +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_3647/rap_control Checking test 043 rap_control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1775,14 +1775,14 @@ Checking test 043 rap_control results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 339.977444 - 0: The maximum resident set size (KB) = 864392 + 0: The total amount of wall time = 339.442327 + 0: The maximum resident set size (KB) = 864576 Test 043 rap_control PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/rap_control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10180/rap_2threads +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_3647/rap_2threads Checking test 044 rap_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1829,14 +1829,14 @@ Checking test 044 rap_2threads results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 422.604770 - 0: The maximum resident set size (KB) = 920000 + 0: The total amount of wall time = 430.614991 + 0: The maximum resident set size (KB) = 918396 Test 044 rap_2threads PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/rap_control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10180/rap_restart +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_3647/rap_restart Checking test 045 rap_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -1875,14 +1875,14 @@ Checking test 045 rap_restart results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 174.159662 - 0: The maximum resident set size (KB) = 613236 + 0: The total amount of wall time = 174.014390 + 0: The maximum resident set size (KB) = 615280 Test 045 rap_restart PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/rap_sfcdiff -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10180/rap_sfcdiff +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_3647/rap_sfcdiff Checking test 046 rap_sfcdiff results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1929,14 +1929,14 @@ Checking test 046 rap_sfcdiff results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 340.519867 - 0: The maximum resident set size (KB) = 858652 + 0: The total amount of wall time = 340.052807 + 0: The maximum resident set size (KB) = 864856 Test 046 rap_sfcdiff PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/rap_sfcdiff -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10180/rap_sfcdiff_restart +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_3647/rap_sfcdiff_restart Checking test 047 rap_sfcdiff_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -1975,14 +1975,14 @@ Checking test 047 rap_sfcdiff_restart results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 174.767179 - 0: The maximum resident set size (KB) = 612564 + 0: The total amount of wall time = 173.717036 + 0: The maximum resident set size (KB) = 615480 Test 047 rap_sfcdiff_restart PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/hrrr_control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10180/hrrr_control +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_3647/hrrr_control Checking test 048 hrrr_control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -2029,14 +2029,14 @@ Checking test 048 hrrr_control results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 330.437698 - 0: The maximum resident set size (KB) = 858652 + 0: The total amount of wall time = 329.792739 + 0: The maximum resident set size (KB) = 858620 Test 048 hrrr_control PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/rrfs_v1beta -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10180/rrfs_v1beta +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_3647/rrfs_v1beta Checking test 049 rrfs_v1beta results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -2083,14 +2083,14 @@ Checking test 049 rrfs_v1beta results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 334.314712 - 0: The maximum resident set size (KB) = 861380 + 0: The total amount of wall time = 334.717294 + 0: The maximum resident set size (KB) = 863488 Test 049 rrfs_v1beta PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/rrfs_conus13km_hrrr_warm -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10180/rrfs_conus13km_hrrr_warm +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_3647/rrfs_conus13km_hrrr_warm Checking test 050 rrfs_conus13km_hrrr_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -2099,14 +2099,14 @@ Checking test 050 rrfs_conus13km_hrrr_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 163.839109 - 0: The maximum resident set size (KB) = 774748 + 0: The total amount of wall time = 162.932064 + 0: The maximum resident set size (KB) = 777572 Test 050 rrfs_conus13km_hrrr_warm PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/rrfs_conus13km_radar_tten_warm -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10180/rrfs_conus13km_radar_tten_warm +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_3647/rrfs_conus13km_radar_tten_warm Checking test 051 rrfs_conus13km_radar_tten_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -2115,14 +2115,14 @@ Checking test 051 rrfs_conus13km_radar_tten_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 166.891998 - 0: The maximum resident set size (KB) = 778276 + 0: The total amount of wall time = 164.299232 + 0: The maximum resident set size (KB) = 782160 Test 051 rrfs_conus13km_radar_tten_warm PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/control_rrtmgp -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10180/control_rrtmgp +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_3647/control_rrtmgp Checking test 052 control_rrtmgp results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2133,14 +2133,14 @@ Checking test 052 control_rrtmgp results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 185.916739 - 0: The maximum resident set size (KB) = 613752 + 0: The total amount of wall time = 186.271830 + 0: The maximum resident set size (KB) = 613236 Test 052 control_rrtmgp PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/control_rrtmgp_c192 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10180/control_rrtmgp_c192 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_3647/control_rrtmgp_c192 Checking test 053 control_rrtmgp_c192 results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -2151,14 +2151,14 @@ Checking test 053 control_rrtmgp_c192 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 506.225423 - 0: The maximum resident set size (KB) = 822580 + 0: The total amount of wall time = 510.864265 + 0: The maximum resident set size (KB) = 822796 Test 053 control_rrtmgp_c192 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/control_csawmg -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10180/control_csawmg +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_3647/control_csawmg Checking test 054 control_csawmg results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2169,14 +2169,14 @@ Checking test 054 control_csawmg results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 304.666588 - 0: The maximum resident set size (KB) = 555776 + 0: The total amount of wall time = 303.463806 + 0: The maximum resident set size (KB) = 554436 Test 054 control_csawmg PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/control_csawmgt -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10180/control_csawmgt +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_3647/control_csawmgt Checking test 055 control_csawmgt results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2187,14 +2187,14 @@ Checking test 055 control_csawmgt results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 299.561440 - 0: The maximum resident set size (KB) = 553856 + 0: The total amount of wall time = 299.446996 + 0: The maximum resident set size (KB) = 554052 Test 055 control_csawmgt PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/control_flake -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10180/control_flake +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_3647/control_flake Checking test 056 control_flake results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2205,14 +2205,14 @@ Checking test 056 control_flake results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 212.545071 - 0: The maximum resident set size (KB) = 565140 + 0: The total amount of wall time = 212.309634 + 0: The maximum resident set size (KB) = 563288 Test 056 control_flake PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/control_ras -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10180/control_ras +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_3647/control_ras Checking test 057 control_ras results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2223,14 +2223,14 @@ Checking test 057 control_ras results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 162.561597 - 0: The maximum resident set size (KB) = 521508 + 0: The total amount of wall time = 163.355124 + 0: The maximum resident set size (KB) = 524676 Test 057 control_ras PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/control_thompson -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10180/control_thompson +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_3647/control_thompson Checking test 058 control_thompson results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2241,14 +2241,14 @@ Checking test 058 control_thompson results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 203.945051 - 0: The maximum resident set size (KB) = 877720 + 0: The total amount of wall time = 204.726951 + 0: The maximum resident set size (KB) = 879092 Test 058 control_thompson PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/control_thompson_no_aero -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10180/control_thompson_no_aero +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_3647/control_thompson_no_aero Checking test 059 control_thompson_no_aero results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2259,54 +2259,54 @@ Checking test 059 control_thompson_no_aero results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 193.940052 - 0: The maximum resident set size (KB) = 868132 + 0: The total amount of wall time = 195.165828 + 0: The maximum resident set size (KB) = 869860 Test 059 control_thompson_no_aero PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/control_wam_repro -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10180/control_wam_repro +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_3647/control_wam_repro Checking test 060 control_wam results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK - 0: The total amount of wall time = 108.546402 - 0: The maximum resident set size (KB) = 258356 + 0: The total amount of wall time = 108.970826 + 0: The maximum resident set size (KB) = 257256 Test 060 control_wam PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/control_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10180/control_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_3647/control_debug Checking test 061 control_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 145.408842 - 0: The maximum resident set size (KB) = 564160 + 0: The total amount of wall time = 143.548807 + 0: The maximum resident set size (KB) = 562724 Test 061 control_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/control_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10180/control_2threads_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_3647/control_2threads_debug Checking test 062 control_2threads_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 212.107323 - 0: The maximum resident set size (KB) = 609716 + 0: The total amount of wall time = 211.237406 + 0: The maximum resident set size (KB) = 612884 Test 062 control_2threads_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/control_CubedSphereGrid_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10180/control_CubedSphereGrid_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_3647/control_CubedSphereGrid_debug Checking test 063 control_CubedSphereGrid_debug results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK @@ -2333,419 +2333,431 @@ Checking test 063 control_CubedSphereGrid_debug results .... Comparing atmf001.tile5.nc .........OK Comparing atmf001.tile6.nc .........OK - 0: The total amount of wall time = 155.743801 - 0: The maximum resident set size (KB) = 558860 + 0: The total amount of wall time = 153.608839 + 0: The maximum resident set size (KB) = 556808 Test 063 control_CubedSphereGrid_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/control_wrtGauss_netcdf_parallel_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10180/control_wrtGauss_netcdf_parallel_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_3647/control_wrtGauss_netcdf_parallel_debug Checking test 064 control_wrtGauss_netcdf_parallel_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc ............ALT CHECK......OK Comparing atmf000.nc .........OK Comparing atmf001.nc ............ALT CHECK......OK - 0: The total amount of wall time = 143.524454 - 0: The maximum resident set size (KB) = 560340 + 0: The total amount of wall time = 144.137523 + 0: The maximum resident set size (KB) = 559616 Test 064 control_wrtGauss_netcdf_parallel_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/control_stochy_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10180/control_stochy_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_3647/control_stochy_debug Checking test 065 control_stochy_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 163.219697 - 0: The maximum resident set size (KB) = 566524 + 0: The total amount of wall time = 163.885701 + 0: The maximum resident set size (KB) = 567236 Test 065 control_stochy_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/control_lndp_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10180/control_lndp_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_3647/control_lndp_debug Checking test 066 control_lndp_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 147.879603 - 0: The maximum resident set size (KB) = 563296 + 0: The total amount of wall time = 144.386212 + 0: The maximum resident set size (KB) = 563632 Test 066 control_lndp_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/control_rrtmgp_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10180/control_rrtmgp_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_3647/control_rrtmgp_debug Checking test 067 control_rrtmgp_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 159.685514 - 0: The maximum resident set size (KB) = 659892 + 0: The total amount of wall time = 157.687395 + 0: The maximum resident set size (KB) = 660052 Test 067 control_rrtmgp_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/control_csawmg_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10180/control_csawmg_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_3647/control_csawmg_debug Checking test 068 control_csawmg_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 221.090049 - 0: The maximum resident set size (KB) = 593648 + 0: The total amount of wall time = 224.215153 + 0: The maximum resident set size (KB) = 592680 Test 068 control_csawmg_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/control_csawmgt_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10180/control_csawmgt_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_3647/control_csawmgt_debug Checking test 069 control_csawmgt_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 218.562947 - 0: The maximum resident set size (KB) = 596740 + 0: The total amount of wall time = 220.757065 + 0: The maximum resident set size (KB) = 599028 Test 069 control_csawmgt_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/control_ras_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10180/control_ras_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_3647/control_ras_debug Checking test 070 control_ras_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 148.139422 - 0: The maximum resident set size (KB) = 572784 + 0: The total amount of wall time = 150.803614 + 0: The maximum resident set size (KB) = 572072 Test 070 control_ras_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/control_diag_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10180/control_diag_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_3647/control_diag_debug Checking test 071 control_diag_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 154.045600 - 0: The maximum resident set size (KB) = 619428 + 0: The total amount of wall time = 155.947002 + 0: The maximum resident set size (KB) = 616528 Test 071 control_diag_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/control_debug_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10180/control_debug_p8 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_3647/control_debug_p8 Checking test 072 control_debug_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 153.725971 - 0: The maximum resident set size (KB) = 577812 + 0: The total amount of wall time = 154.171289 + 0: The maximum resident set size (KB) = 580728 Test 072 control_debug_p8 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/control_thompson_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10180/control_thompson_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_3647/control_thompson_debug Checking test 073 control_thompson_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 170.284713 - 0: The maximum resident set size (KB) = 921424 + 0: The total amount of wall time = 168.410710 + 0: The maximum resident set size (KB) = 923712 Test 073 control_thompson_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/control_thompson_no_aero_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10180/control_thompson_no_aero_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_3647/control_thompson_no_aero_debug Checking test 074 control_thompson_no_aero_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 162.266774 - 0: The maximum resident set size (KB) = 915112 + 0: The total amount of wall time = 164.028865 + 0: The maximum resident set size (KB) = 912272 Test 074 control_thompson_no_aero_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/control_thompson_debug_extdiag -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10180/control_thompson_extdiag_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_3647/control_thompson_extdiag_debug Checking test 075 control_thompson_extdiag_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 180.772409 - 0: The maximum resident set size (KB) = 948492 + 0: The total amount of wall time = 178.341474 + 0: The maximum resident set size (KB) = 952936 Test 075 control_thompson_extdiag_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/fv3_regional_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10180/regional_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_3647/regional_debug Checking test 076 regional_debug results .... Comparing dynf000.nc .........OK Comparing dynf001.nc .........OK Comparing phyf000.nc .........OK Comparing phyf001.nc .........OK - 0: The total amount of wall time = 242.764948 - 0: The maximum resident set size (KB) = 633216 + 0: The total amount of wall time = 237.466276 + 0: The maximum resident set size (KB) = 632604 Test 076 regional_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/rap_control_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10180/rap_control_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_3647/rap_control_debug Checking test 077 rap_control_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 258.853770 - 0: The maximum resident set size (KB) = 927988 + 0: The total amount of wall time = 259.988018 + 0: The maximum resident set size (KB) = 930972 Test 077 rap_control_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/rap_control_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10180/rap_unified_drag_suite_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_3647/rap_unified_drag_suite_debug Checking test 078 rap_unified_drag_suite_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 261.397242 - 0: The maximum resident set size (KB) = 926860 + 0: The total amount of wall time = 260.210273 + 0: The maximum resident set size (KB) = 928716 Test 078 rap_unified_drag_suite_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/rap_diag_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10180/rap_diag_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_3647/rap_diag_debug Checking test 079 rap_diag_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 279.524823 - 0: The maximum resident set size (KB) = 1012752 + 0: The total amount of wall time = 275.344213 + 0: The maximum resident set size (KB) = 1014952 Test 079 rap_diag_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/rap_cires_ugwp_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10180/rap_cires_ugwp_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_3647/rap_cires_ugwp_debug Checking test 080 rap_cires_ugwp_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 263.515888 - 0: The maximum resident set size (KB) = 929088 + 0: The total amount of wall time = 265.671847 + 0: The maximum resident set size (KB) = 930600 Test 080 rap_cires_ugwp_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/rap_cires_ugwp_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10180/rap_unified_ugwp_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_3647/rap_unified_ugwp_debug Checking test 081 rap_unified_ugwp_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 268.172581 - 0: The maximum resident set size (KB) = 927200 + 0: The total amount of wall time = 267.813140 + 0: The maximum resident set size (KB) = 930648 Test 081 rap_unified_ugwp_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/rap_noah_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10180/rap_noah_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_3647/rap_noah_debug Checking test 082 rap_noah_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 258.015081 - 0: The maximum resident set size (KB) = 927768 + 0: The total amount of wall time = 259.974005 + 0: The maximum resident set size (KB) = 928820 Test 082 rap_noah_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/rap_rrtmgp_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10180/rap_rrtmgp_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_3647/rap_rrtmgp_debug Checking test 083 rap_rrtmgp_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 445.803401 - 0: The maximum resident set size (KB) = 1027988 + 0: The total amount of wall time = 442.136986 + 0: The maximum resident set size (KB) = 1027088 Test 083 rap_rrtmgp_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/rap_lndp_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10180/rap_lndp_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_3647/rap_lndp_debug Checking test 084 rap_lndp_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 259.576666 - 0: The maximum resident set size (KB) = 933884 + 0: The total amount of wall time = 264.558936 + 0: The maximum resident set size (KB) = 929140 Test 084 rap_lndp_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/rap_sfcdiff_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10180/rap_sfcdiff_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_3647/rap_sfcdiff_debug Checking test 085 rap_sfcdiff_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 257.015753 - 0: The maximum resident set size (KB) = 931672 + 0: The total amount of wall time = 265.152874 + 0: The maximum resident set size (KB) = 928540 Test 085 rap_sfcdiff_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/rap_flake_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10180/rap_flake_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_3647/rap_flake_debug Checking test 086 rap_flake_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 262.096922 - 0: The maximum resident set size (KB) = 930836 + 0: The total amount of wall time = 259.142487 + 0: The maximum resident set size (KB) = 930736 Test 086 rap_flake_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/rap_noah_sfcdiff_cires_ugwp_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10180/rap_noah_sfcdiff_cires_ugwp_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_3647/rap_noah_sfcdiff_cires_ugwp_debug Checking test 087 rap_noah_sfcdiff_cires_ugwp_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 432.346055 - 0: The maximum resident set size (KB) = 928840 + 0: The total amount of wall time = 437.412118 + 0: The maximum resident set size (KB) = 930340 Test 087 rap_noah_sfcdiff_cires_ugwp_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/rrfs_v1beta_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10180/rrfs_v1beta_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_3647/rrfs_v1beta_debug Checking test 088 rrfs_v1beta_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 258.660171 - 0: The maximum resident set size (KB) = 929536 + 0: The total amount of wall time = 264.043902 + 0: The maximum resident set size (KB) = 926176 Test 088 rrfs_v1beta_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/control_wam_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10180/control_wam_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_3647/control_wam_debug Checking test 089 control_wam_debug results .... Comparing sfcf019.nc .........OK Comparing atmf019.nc .........OK - 0: The total amount of wall time = 278.966184 - 0: The maximum resident set size (KB) = 278540 + 0: The total amount of wall time = 284.028303 + 0: The maximum resident set size (KB) = 281624 Test 089 control_wam_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/hafs_regional_atm -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10180/hafs_regional_atm +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_3647/hafs_regional_atm Checking test 090 hafs_regional_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc ............ALT CHECK......OK - 0: The total amount of wall time = 261.013495 - 0: The maximum resident set size (KB) = 865728 + 0: The total amount of wall time = 268.098137 + 0: The maximum resident set size (KB) = 864728 Test 090 hafs_regional_atm PASS +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/hafs_regional_atm_thompson_gfdlsf +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_3647/hafs_regional_atm_thompson_gfdlsf +Checking test 091 hafs_regional_atm_thompson_gfdlsf results .... + Comparing atmf006.nc .........OK + Comparing sfcf006.nc ............ALT CHECK......OK + + 0: The total amount of wall time = 313.944119 + 0: The maximum resident set size (KB) = 1221232 + +Test 091 hafs_regional_atm_thompson_gfdlsf PASS + + baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/hafs_regional_atm_ocn -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10180/hafs_regional_atm_ocn -Checking test 091 hafs_regional_atm_ocn results .... - Comparing atmf006.nc ............ALT CHECK......OK +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_3647/hafs_regional_atm_ocn +Checking test 092 hafs_regional_atm_ocn results .... + Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing archv.2019_241_06.a .........OK Comparing archs.2019_241_06.a .........OK Comparing ufs.hafs.cpl.hi.2019-08-29-21600.nc .........OK Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK - 0: The total amount of wall time = 363.978802 - 0: The maximum resident set size (KB) = 889544 + 0: The total amount of wall time = 360.558082 + 0: The maximum resident set size (KB) = 893484 -Test 091 hafs_regional_atm_ocn PASS +Test 092 hafs_regional_atm_ocn PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/hafs_regional_atm_wav -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10180/hafs_regional_atm_wav -Checking test 092 hafs_regional_atm_wav results .... +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_3647/hafs_regional_atm_wav +Checking test 093 hafs_regional_atm_wav results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc ............ALT CHECK......OK Comparing out_grd.ww3 .........OK Comparing out_pnt.ww3 .........OK - 0: The total amount of wall time = 719.449006 - 0: The maximum resident set size (KB) = 889516 + 0: The total amount of wall time = 738.611892 + 0: The maximum resident set size (KB) = 888280 -Test 092 hafs_regional_atm_wav PASS +Test 093 hafs_regional_atm_wav PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/hafs_regional_atm_ocn_wav -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10180/hafs_regional_atm_ocn_wav -Checking test 093 hafs_regional_atm_ocn_wav results .... +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_3647/hafs_regional_atm_ocn_wav +Checking test 094 hafs_regional_atm_ocn_wav results .... Comparing atmf006.nc ............ALT CHECK......OK Comparing sfcf006.nc .........OK Comparing archv.2019_241_06.a .........OK @@ -2753,184 +2765,184 @@ Checking test 093 hafs_regional_atm_ocn_wav results .... Comparing out_grd.ww3 .........OK Comparing out_pnt.ww3 .........OK - 0: The total amount of wall time = 834.832540 - 0: The maximum resident set size (KB) = 888508 + 0: The total amount of wall time = 822.370810 + 0: The maximum resident set size (KB) = 884388 -Test 093 hafs_regional_atm_ocn_wav PASS +Test 094 hafs_regional_atm_ocn_wav PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/hafs_regional_1nest_atm -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10180/hafs_regional_1nest_atm -Checking test 094 hafs_regional_1nest_atm results .... +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_3647/hafs_regional_1nest_atm +Checking test 095 hafs_regional_1nest_atm results .... Comparing atmf006.nc ............ALT CHECK......OK Comparing sfcf006.nc .........OK - 0: The total amount of wall time = 401.163381 - 0: The maximum resident set size (KB) = 381840 + 0: The total amount of wall time = 398.320152 + 0: The maximum resident set size (KB) = 379700 -Test 094 hafs_regional_1nest_atm PASS +Test 095 hafs_regional_1nest_atm PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/hafs_regional_telescopic_2nests_atm -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10180/hafs_regional_telescopic_2nests_atm -Checking test 095 hafs_regional_telescopic_2nests_atm results .... +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_3647/hafs_regional_telescopic_2nests_atm +Checking test 096 hafs_regional_telescopic_2nests_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc ............ALT CHECK......OK - 0: The total amount of wall time = 421.887431 - 0: The maximum resident set size (KB) = 385452 + 0: The total amount of wall time = 422.245896 + 0: The maximum resident set size (KB) = 381988 -Test 095 hafs_regional_telescopic_2nests_atm PASS +Test 096 hafs_regional_telescopic_2nests_atm PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/hafs_global_1nest_atm -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10180/hafs_global_1nest_atm -Checking test 096 hafs_global_1nest_atm results .... +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_3647/hafs_global_1nest_atm +Checking test 097 hafs_global_1nest_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc ............ALT CHECK......OK - 0: The total amount of wall time = 196.112493 - 0: The maximum resident set size (KB) = 236232 + 0: The total amount of wall time = 196.854037 + 0: The maximum resident set size (KB) = 235636 -Test 096 hafs_global_1nest_atm PASS +Test 097 hafs_global_1nest_atm PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/hafs_global_multiple_4nests_atm -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10180/hafs_global_multiple_4nests_atm -Checking test 097 hafs_global_multiple_4nests_atm results .... +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_3647/hafs_global_multiple_4nests_atm +Checking test 098 hafs_global_multiple_4nests_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc ............ALT CHECK......OK - 0: The total amount of wall time = 433.699910 - 0: The maximum resident set size (KB) = 337796 + 0: The total amount of wall time = 430.712969 + 0: The maximum resident set size (KB) = 329932 -Test 097 hafs_global_multiple_4nests_atm PASS +Test 098 hafs_global_multiple_4nests_atm PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/hafs_regional_docn -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10180/hafs_regional_docn -Checking test 098 hafs_regional_docn results .... +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_3647/hafs_regional_docn +Checking test 099 hafs_regional_docn results .... Comparing atmf006.nc ............ALT CHECK......OK Comparing sfcf006.nc .........OK Comparing ufs.hafs.cpl.hi.2019-08-29-21600.nc .........OK Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK Comparing ufs.hafs.docn.r.2019-08-29-21600.nc .........OK - 0: The total amount of wall time = 346.315281 - 0: The maximum resident set size (KB) = 887076 + 0: The total amount of wall time = 342.072408 + 0: The maximum resident set size (KB) = 886284 -Test 098 hafs_regional_docn PASS +Test 099 hafs_regional_docn PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/hafs_regional_docn_oisst -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10180/hafs_regional_docn_oisst -Checking test 099 hafs_regional_docn_oisst results .... +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_3647/hafs_regional_docn_oisst +Checking test 100 hafs_regional_docn_oisst results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing ufs.hafs.cpl.hi.2019-08-29-21600.nc .........OK Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK Comparing ufs.hafs.docn.r.2019-08-29-21600.nc .........OK - 0: The total amount of wall time = 348.320255 - 0: The maximum resident set size (KB) = 893496 + 0: The total amount of wall time = 344.700289 + 0: The maximum resident set size (KB) = 891552 -Test 099 hafs_regional_docn_oisst PASS +Test 100 hafs_regional_docn_oisst PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/hafs_regional_datm_cdeps -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10180/hafs_regional_datm_cdeps -Checking test 100 hafs_regional_datm_cdeps results .... +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_3647/hafs_regional_datm_cdeps +Checking test 101 hafs_regional_datm_cdeps results .... Comparing ufs.hafs.cpl.hi.2019-08-30-00000.nc .........OK Comparing ufs.hafs.cpl.r.2019-08-30-00000.nc .........OK Comparing ufs.hafs.datm.r.2019-08-30-00000.nc .........OK - 0: The total amount of wall time = 954.911353 - 0: The maximum resident set size (KB) = 873780 + 0: The total amount of wall time = 918.930530 + 0: The maximum resident set size (KB) = 871288 -Test 100 hafs_regional_datm_cdeps PASS +Test 101 hafs_regional_datm_cdeps PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/datm_cdeps_control_cfsr -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10180/datm_cdeps_control_cfsr -Checking test 101 datm_cdeps_control_cfsr results .... +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_3647/datm_cdeps_control_cfsr +Checking test 102 datm_cdeps_control_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 141.731269 - 0: The maximum resident set size (KB) = 741412 + 0: The total amount of wall time = 139.430742 + 0: The maximum resident set size (KB) = 759168 -Test 101 datm_cdeps_control_cfsr PASS +Test 102 datm_cdeps_control_cfsr PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/datm_cdeps_control_cfsr -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10180/datm_cdeps_restart_cfsr -Checking test 102 datm_cdeps_restart_cfsr results .... +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_3647/datm_cdeps_restart_cfsr +Checking test 103 datm_cdeps_restart_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 91.342974 - 0: The maximum resident set size (KB) = 740556 + 0: The total amount of wall time = 93.655315 + 0: The maximum resident set size (KB) = 740564 -Test 102 datm_cdeps_restart_cfsr PASS +Test 103 datm_cdeps_restart_cfsr PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/datm_cdeps_control_gefs -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10180/datm_cdeps_control_gefs -Checking test 103 datm_cdeps_control_gefs results .... +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_3647/datm_cdeps_control_gefs +Checking test 104 datm_cdeps_control_gefs results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 135.726344 - 0: The maximum resident set size (KB) = 641220 + 0: The total amount of wall time = 136.660509 + 0: The maximum resident set size (KB) = 641356 -Test 103 datm_cdeps_control_gefs PASS +Test 104 datm_cdeps_control_gefs PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/datm_cdeps_stochy_gefs -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10180/datm_cdeps_stochy_gefs -Checking test 104 datm_cdeps_stochy_gefs results .... +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_3647/datm_cdeps_stochy_gefs +Checking test 105 datm_cdeps_stochy_gefs results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 139.513062 - 0: The maximum resident set size (KB) = 641128 + 0: The total amount of wall time = 134.996860 + 0: The maximum resident set size (KB) = 642544 -Test 104 datm_cdeps_stochy_gefs PASS +Test 105 datm_cdeps_stochy_gefs PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/datm_cdeps_bulk_cfsr -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10180/datm_cdeps_bulk_cfsr -Checking test 105 datm_cdeps_bulk_cfsr results .... +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_3647/datm_cdeps_bulk_cfsr +Checking test 106 datm_cdeps_bulk_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 142.493437 - 0: The maximum resident set size (KB) = 740528 + 0: The total amount of wall time = 141.370889 + 0: The maximum resident set size (KB) = 740048 -Test 105 datm_cdeps_bulk_cfsr PASS +Test 106 datm_cdeps_bulk_cfsr PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/datm_cdeps_bulk_gefs -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10180/datm_cdeps_bulk_gefs -Checking test 106 datm_cdeps_bulk_gefs results .... +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_3647/datm_cdeps_bulk_gefs +Checking test 107 datm_cdeps_bulk_gefs results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 141.004166 - 0: The maximum resident set size (KB) = 639540 + 0: The total amount of wall time = 137.389437 + 0: The maximum resident set size (KB) = 642612 -Test 106 datm_cdeps_bulk_gefs PASS +Test 107 datm_cdeps_bulk_gefs PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/datm_cdeps_mx025_cfsr -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10180/datm_cdeps_mx025_cfsr -Checking test 107 datm_cdeps_mx025_cfsr results .... +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_3647/datm_cdeps_mx025_cfsr +Checking test 108 datm_cdeps_mx025_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/MOM.res_1.nc .........OK Comparing RESTART/MOM.res_2.nc .........OK @@ -2938,15 +2950,15 @@ Checking test 107 datm_cdeps_mx025_cfsr results .... Comparing RESTART/iced.2011-10-01-43200.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-01-43200.nc .........OK - 0: The total amount of wall time = 305.779447 - 0: The maximum resident set size (KB) = 622448 + 0: The total amount of wall time = 304.023576 + 0: The maximum resident set size (KB) = 618312 -Test 107 datm_cdeps_mx025_cfsr PASS +Test 108 datm_cdeps_mx025_cfsr PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/datm_cdeps_mx025_gefs -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10180/datm_cdeps_mx025_gefs -Checking test 108 datm_cdeps_mx025_gefs results .... +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_3647/datm_cdeps_mx025_gefs +Checking test 109 datm_cdeps_mx025_gefs results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/MOM.res_1.nc .........OK Comparing RESTART/MOM.res_2.nc .........OK @@ -2954,52 +2966,52 @@ Checking test 108 datm_cdeps_mx025_gefs results .... Comparing RESTART/iced.2011-10-01-43200.nc .........OK Comparing RESTART/DATM_GEFS.cpl.r.2011-10-01-43200.nc .........OK - 0: The total amount of wall time = 299.047173 - 0: The maximum resident set size (KB) = 587520 + 0: The total amount of wall time = 301.875223 + 0: The maximum resident set size (KB) = 589448 -Test 108 datm_cdeps_mx025_gefs PASS +Test 109 datm_cdeps_mx025_gefs PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/datm_cdeps_control_cfsr -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10180/datm_cdeps_multiple_files_cfsr -Checking test 109 datm_cdeps_multiple_files_cfsr results .... +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_3647/datm_cdeps_multiple_files_cfsr +Checking test 110 datm_cdeps_multiple_files_cfsr results .... Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 139.899272 - 0: The maximum resident set size (KB) = 740732 + 0: The total amount of wall time = 142.606772 + 0: The maximum resident set size (KB) = 739972 -Test 109 datm_cdeps_multiple_files_cfsr PASS +Test 110 datm_cdeps_multiple_files_cfsr PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/datm_cdeps_3072x1536_cfsr -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10180/datm_cdeps_3072x1536_cfsr -Checking test 110 datm_cdeps_3072x1536_cfsr results .... +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_3647/datm_cdeps_3072x1536_cfsr +Checking test 111 datm_cdeps_3072x1536_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR3072x1536.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 195.351833 - 0: The maximum resident set size (KB) = 1851716 + 0: The total amount of wall time = 193.722592 + 0: The maximum resident set size (KB) = 1855348 -Test 110 datm_cdeps_3072x1536_cfsr PASS +Test 111 datm_cdeps_3072x1536_cfsr PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/datm_cdeps_debug_cfsr -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10180/datm_cdeps_debug_cfsr -Checking test 111 datm_cdeps_debug_cfsr results .... +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_3647/datm_cdeps_debug_cfsr +Checking test 112 datm_cdeps_debug_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-01-21600.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-01-21600.nc .........OK - 0: The total amount of wall time = 435.737511 - 0: The maximum resident set size (KB) = 744192 + 0: The total amount of wall time = 436.887056 + 0: The maximum resident set size (KB) = 744016 -Test 111 datm_cdeps_debug_cfsr PASS +Test 112 datm_cdeps_debug_cfsr PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/control_atmwav -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10180/control_atmwav -Checking test 112 control_atmwav results .... +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_3647/control_atmwav +Checking test 113 control_atmwav results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK Comparing atmf000.nc .........OK @@ -3042,15 +3054,15 @@ Checking test 112 control_atmwav results .... Comparing RESTART/sfc_data.tile6.nc .........OK Comparing 20210322.180000.restart.glo_1deg .........OK - 0: The total amount of wall time = 77.453942 - 0: The maximum resident set size (KB) = 535248 + 0: The total amount of wall time = 78.712265 + 0: The maximum resident set size (KB) = 539176 -Test 112 control_atmwav PASS +Test 113 control_atmwav PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/control_c384gdas_wav -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10180/control_c384gdas_wav -Checking test 113 control_c384gdas_wav results .... +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_3647/control_c384gdas_wav +Checking test 114 control_c384gdas_wav results .... Comparing sfcf000.nc .........OK Comparing sfcf003.nc .........OK Comparing atmf000.nc .........OK @@ -3095,15 +3107,15 @@ Checking test 113 control_c384gdas_wav results .... Comparing 20210322.030000.restart.gnh_10m .........OK Comparing 20210322.030000.restart.gsh_15m .........OK - 0: The total amount of wall time = 672.640244 - 0: The maximum resident set size (KB) = 1151956 + 0: The total amount of wall time = 672.816557 + 0: The maximum resident set size (KB) = 1148492 -Test 113 control_c384gdas_wav PASS +Test 114 control_c384gdas_wav PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/control_atm_aerosols -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10180/control_atm_aerosols -Checking test 114 control_atm_aerosols results .... +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_3647/control_atm_aerosols +Checking test 115 control_atm_aerosols results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -3149,12 +3161,12 @@ Checking test 114 control_atm_aerosols results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 271.411446 - 0: The maximum resident set size (KB) = 924552 + 0: The total amount of wall time = 272.484037 + 0: The maximum resident set size (KB) = 923592 -Test 114 control_atm_aerosols PASS +Test 115 control_atm_aerosols PASS REGRESSION TEST WAS SUCCESSFUL -Fri Jan 14 04:49:57 UTC 2022 -Elapsed time: 02h:18m:15s. Have a nice day! +Wed Jan 19 01:48:40 UTC 2022 +Elapsed time: 01h:31m:53s. Have a nice day! From 2a792339addf0afab1db308f22c4e565a5f1d959 Mon Sep 17 00:00:00 2001 From: Brian Curtis Date: Tue, 18 Jan 2022 20:48:02 -0700 Subject: [PATCH 10/17] RT JOBS PASSED: cheyenne.gnu. Log file uploaded. on-behalf-of @ufs-community --- tests/RegressionTests_cheyenne.gnu.log | 234 ++++++++++++------------- 1 file changed, 117 insertions(+), 117 deletions(-) diff --git a/tests/RegressionTests_cheyenne.gnu.log b/tests/RegressionTests_cheyenne.gnu.log index 7ec580661a..d13f478dc9 100644 --- a/tests/RegressionTests_cheyenne.gnu.log +++ b/tests/RegressionTests_cheyenne.gnu.log @@ -1,15 +1,15 @@ -Fri Jan 14 07:00:58 MST 2022 +Tue Jan 18 20:16:25 MST 2022 Start Regression test -Compile 001 elapsed time 397 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v16_flake,FV3_GFS_v16_RRTMGP,FV3_GFS_v16_thompson,FV3_GFS_v16_ras,FV3_GFS_v16_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 002 elapsed time 379 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_RRFS_v1beta -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 003 elapsed time 739 seconds. -DAPP=ATM -D32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 004 elapsed time 186 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 005 elapsed time 480 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v16_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 006 elapsed time 258 seconds. -DAPP=S2S -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v16_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile 001 elapsed time 395 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v16_flake,FV3_GFS_v16_RRTMGP,FV3_GFS_v16_thompson,FV3_GFS_v16_ras,FV3_GFS_v16_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 002 elapsed time 375 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_RRFS_v1beta -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 003 elapsed time 740 seconds. -DAPP=ATM -D32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 004 elapsed time 185 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 005 elapsed time 508 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v16_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 006 elapsed time 269 seconds. -DAPP=S2S -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v16_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220113/GNU/control -working dir = /glade/scratch/worthen/FV3_RT/rt_18408/control +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_25629/control Checking test 001 control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -56,14 +56,14 @@ Checking test 001 control results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 274.586847 -0:The maximum resident set size (KB) = 433440 +0:The total amount of wall time = 269.705314 +0:The maximum resident set size (KB) = 433488 Test 001 control PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220113/GNU/control -working dir = /glade/scratch/worthen/FV3_RT/rt_18408/control_restart +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_25629/control_restart Checking test 002 control_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -102,14 +102,14 @@ Checking test 002 control_restart results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 137.943363 -0:The maximum resident set size (KB) = 183080 +0:The total amount of wall time = 138.031969 +0:The maximum resident set size (KB) = 183172 Test 002 control_restart PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220113/GNU/control_c48 -working dir = /glade/scratch/worthen/FV3_RT/rt_18408/control_c48 +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_25629/control_c48 Checking test 003 control_c48 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -148,14 +148,14 @@ Checking test 003 control_c48 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 818.504630 -0:The maximum resident set size (KB) = 669156 +0:The total amount of wall time = 819.133921 +0:The maximum resident set size (KB) = 669196 Test 003 control_c48 PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220113/GNU/control_stochy -working dir = /glade/scratch/worthen/FV3_RT/rt_18408/control_stochy +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_25629/control_stochy Checking test 004 control_stochy results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -166,14 +166,14 @@ Checking test 004 control_stochy results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK -0:The total amount of wall time = 174.902112 -0:The maximum resident set size (KB) = 427432 +0:The total amount of wall time = 172.614764 +0:The maximum resident set size (KB) = 427596 Test 004 control_stochy PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220113/GNU/control_flake -working dir = /glade/scratch/worthen/FV3_RT/rt_18408/control_flake +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_25629/control_flake Checking test 005 control_flake results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -184,14 +184,14 @@ Checking test 005 control_flake results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -0:The total amount of wall time = 340.397964 -0:The maximum resident set size (KB) = 485504 +0:The total amount of wall time = 328.292005 +0:The maximum resident set size (KB) = 485312 Test 005 control_flake PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220113/GNU/control_rrtmgp -working dir = /glade/scratch/worthen/FV3_RT/rt_18408/control_rrtmgp +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_25629/control_rrtmgp Checking test 006 control_rrtmgp results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -202,14 +202,14 @@ Checking test 006 control_rrtmgp results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -0:The total amount of wall time = 341.003643 -0:The maximum resident set size (KB) = 530260 +0:The total amount of wall time = 324.793683 +0:The maximum resident set size (KB) = 529784 Test 006 control_rrtmgp PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220113/GNU/control_thompson -working dir = /glade/scratch/worthen/FV3_RT/rt_18408/control_thompson +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_25629/control_thompson Checking test 007 control_thompson results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -220,14 +220,14 @@ Checking test 007 control_thompson results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -0:The total amount of wall time = 365.122034 -0:The maximum resident set size (KB) = 795316 +0:The total amount of wall time = 357.247033 +0:The maximum resident set size (KB) = 795472 Test 007 control_thompson PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220113/GNU/control_thompson_no_aero -working dir = /glade/scratch/worthen/FV3_RT/rt_18408/control_thompson_no_aero +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_25629/control_thompson_no_aero Checking test 008 control_thompson_no_aero results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -238,14 +238,14 @@ Checking test 008 control_thompson_no_aero results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -0:The total amount of wall time = 349.503270 -0:The maximum resident set size (KB) = 789316 +0:The total amount of wall time = 342.807870 +0:The maximum resident set size (KB) = 789332 Test 008 control_thompson_no_aero PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220113/GNU/control_ras -working dir = /glade/scratch/worthen/FV3_RT/rt_18408/control_ras +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_25629/control_ras Checking test 009 control_ras results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -256,14 +256,14 @@ Checking test 009 control_ras results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -0:The total amount of wall time = 295.233228 -0:The maximum resident set size (KB) = 446020 +0:The total amount of wall time = 285.694671 +0:The maximum resident set size (KB) = 446040 Test 009 control_ras PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220113/GNU/control_p8 -working dir = /glade/scratch/worthen/FV3_RT/rt_18408/control_p8 +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_25629/control_p8 Checking test 010 control_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -310,14 +310,14 @@ Checking test 010 control_p8 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 285.194809 -0:The maximum resident set size (KB) = 490936 +0:The total amount of wall time = 281.010328 +0:The maximum resident set size (KB) = 490988 Test 010 control_p8 PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220113/GNU/rap_control -working dir = /glade/scratch/worthen/FV3_RT/rt_18408/rap_control +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_25629/rap_control Checking test 011 rap_control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -364,14 +364,14 @@ Checking test 011 rap_control results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 685.304002 -0:The maximum resident set size (KB) = 773556 +0:The total amount of wall time = 689.164524 +0:The maximum resident set size (KB) = 773620 Test 011 rap_control PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220113/GNU/rap_control -working dir = /glade/scratch/worthen/FV3_RT/rt_18408/rap_2threads +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_25629/rap_2threads Checking test 012 rap_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -418,14 +418,14 @@ Checking test 012 rap_2threads results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 1203.628260 -0:The maximum resident set size (KB) = 838948 +0:The total amount of wall time = 1205.199081 +0:The maximum resident set size (KB) = 839088 Test 012 rap_2threads PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220113/GNU/rap_control -working dir = /glade/scratch/worthen/FV3_RT/rt_18408/rap_restart +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_25629/rap_restart Checking test 013 rap_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -464,14 +464,14 @@ Checking test 013 rap_restart results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 345.960216 -0:The maximum resident set size (KB) = 520984 +0:The total amount of wall time = 342.346710 +0:The maximum resident set size (KB) = 521052 Test 013 rap_restart PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220113/GNU/rap_sfcdiff -working dir = /glade/scratch/worthen/FV3_RT/rt_18408/rap_sfcdiff +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_25629/rap_sfcdiff Checking test 014 rap_sfcdiff results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -518,14 +518,14 @@ Checking test 014 rap_sfcdiff results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 685.171250 -0:The maximum resident set size (KB) = 773440 +0:The total amount of wall time = 688.308074 +0:The maximum resident set size (KB) = 773432 Test 014 rap_sfcdiff PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220113/GNU/rap_sfcdiff -working dir = /glade/scratch/worthen/FV3_RT/rt_18408/rap_sfcdiff_restart +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_25629/rap_sfcdiff_restart Checking test 015 rap_sfcdiff_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -564,14 +564,14 @@ Checking test 015 rap_sfcdiff_restart results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 343.825394 -0:The maximum resident set size (KB) = 520580 +0:The total amount of wall time = 343.893012 +0:The maximum resident set size (KB) = 520684 Test 015 rap_sfcdiff_restart PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220113/GNU/hrrr_control -working dir = /glade/scratch/worthen/FV3_RT/rt_18408/hrrr_control +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_25629/hrrr_control Checking test 016 hrrr_control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -618,14 +618,14 @@ Checking test 016 hrrr_control results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 663.700043 -0:The maximum resident set size (KB) = 771380 +0:The total amount of wall time = 663.021494 +0:The maximum resident set size (KB) = 771444 Test 016 hrrr_control PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220113/GNU/rrfs_v1beta -working dir = /glade/scratch/worthen/FV3_RT/rt_18408/rrfs_v1beta +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_25629/rrfs_v1beta Checking test 017 rrfs_v1beta results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -672,14 +672,14 @@ Checking test 017 rrfs_v1beta results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 678.966721 -0:The maximum resident set size (KB) = 771040 +0:The total amount of wall time = 683.118054 +0:The maximum resident set size (KB) = 771076 Test 017 rrfs_v1beta PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220113/GNU/rrfs_conus13km_hrrr_warm -working dir = /glade/scratch/worthen/FV3_RT/rt_18408/rrfs_conus13km_hrrr_warm +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_25629/rrfs_conus13km_hrrr_warm Checking test 018 rrfs_conus13km_hrrr_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -688,14 +688,14 @@ Checking test 018 rrfs_conus13km_hrrr_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK -0:The total amount of wall time = 315.312697 -0:The maximum resident set size (KB) = 589880 +0:The total amount of wall time = 318.207614 +0:The maximum resident set size (KB) = 590116 Test 018 rrfs_conus13km_hrrr_warm PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220113/GNU/rrfs_conus13km_radar_tten_warm -working dir = /glade/scratch/worthen/FV3_RT/rt_18408/rrfs_conus13km_radar_tten_warm +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_25629/rrfs_conus13km_radar_tten_warm Checking test 019 rrfs_conus13km_radar_tten_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -704,222 +704,222 @@ Checking test 019 rrfs_conus13km_radar_tten_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK -0:The total amount of wall time = 317.663573 -0:The maximum resident set size (KB) = 592708 +0:The total amount of wall time = 321.288646 +0:The maximum resident set size (KB) = 592824 Test 019 rrfs_conus13km_radar_tten_warm PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220113/GNU/control_debug -working dir = /glade/scratch/worthen/FV3_RT/rt_18408/control_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_25629/control_debug Checking test 020 control_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 79.035499 -0:The maximum resident set size (KB) = 423792 +0:The total amount of wall time = 79.991280 +0:The maximum resident set size (KB) = 423888 Test 020 control_debug PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220113/GNU/control_diag_debug -working dir = /glade/scratch/worthen/FV3_RT/rt_18408/control_diag_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_25629/control_diag_debug Checking test 021 control_diag_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 86.010851 -0:The maximum resident set size (KB) = 482120 +0:The total amount of wall time = 86.963519 +0:The maximum resident set size (KB) = 481512 Test 021 control_diag_debug PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220113/GNU/fv3_regional_debug -working dir = /glade/scratch/worthen/FV3_RT/rt_18408/regional_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_25629/regional_debug Checking test 022 regional_debug results .... Comparing dynf000.nc .........OK Comparing dynf001.nc .........OK Comparing phyf000.nc .........OK Comparing phyf001.nc .........OK -0:The total amount of wall time = 129.662408 -0:The maximum resident set size (KB) = 534344 +0:The total amount of wall time = 131.268905 +0:The maximum resident set size (KB) = 534332 Test 022 regional_debug PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220113/GNU/rap_control_debug -working dir = /glade/scratch/worthen/FV3_RT/rt_18408/rap_control_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_25629/rap_control_debug Checking test 023 rap_control_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 142.498738 -0:The maximum resident set size (KB) = 795620 +0:The total amount of wall time = 144.302627 +0:The maximum resident set size (KB) = 795676 Test 023 rap_control_debug PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220113/GNU/rap_diag_debug -working dir = /glade/scratch/worthen/FV3_RT/rt_18408/rap_diag_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_25629/rap_diag_debug Checking test 024 rap_diag_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 152.032506 -0:The maximum resident set size (KB) = 878840 +0:The total amount of wall time = 153.826611 +0:The maximum resident set size (KB) = 878848 Test 024 rap_diag_debug PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220113/GNU/rap_noah_sfcdiff_cires_ugwp_debug -working dir = /glade/scratch/worthen/FV3_RT/rt_18408/rap_noah_sfcdiff_cires_ugwp_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_25629/rap_noah_sfcdiff_cires_ugwp_debug Checking test 025 rap_noah_sfcdiff_cires_ugwp_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 231.476830 -0:The maximum resident set size (KB) = 794184 +0:The total amount of wall time = 233.998857 +0:The maximum resident set size (KB) = 794300 Test 025 rap_noah_sfcdiff_cires_ugwp_debug PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220113/GNU/rrfs_v1beta_debug -working dir = /glade/scratch/worthen/FV3_RT/rt_18408/rrfs_v1beta_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_25629/rrfs_v1beta_debug Checking test 026 rrfs_v1beta_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 142.203245 -0:The maximum resident set size (KB) = 790556 +0:The total amount of wall time = 143.700155 +0:The maximum resident set size (KB) = 790612 Test 026 rrfs_v1beta_debug PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220113/GNU/control_thompson_debug -working dir = /glade/scratch/worthen/FV3_RT/rt_18408/control_thompson_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_25629/control_thompson_debug Checking test 027 control_thompson_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 92.604876 -0:The maximum resident set size (KB) = 781648 +0:The total amount of wall time = 93.797624 +0:The maximum resident set size (KB) = 781744 Test 027 control_thompson_debug PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220113/GNU/control_thompson_no_aero_debug -working dir = /glade/scratch/worthen/FV3_RT/rt_18408/control_thompson_no_aero_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_25629/control_thompson_no_aero_debug Checking test 028 control_thompson_no_aero_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 93.540897 -0:The maximum resident set size (KB) = 777120 +0:The total amount of wall time = 90.500086 +0:The maximum resident set size (KB) = 777148 Test 028 control_thompson_no_aero_debug PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220113/GNU/control_thompson_debug_extdiag -working dir = /glade/scratch/worthen/FV3_RT/rt_18408/control_thompson_extdiag_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_25629/control_thompson_extdiag_debug Checking test 029 control_thompson_extdiag_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 99.740825 -0:The maximum resident set size (KB) = 823492 +0:The total amount of wall time = 101.035959 +0:The maximum resident set size (KB) = 823248 Test 029 control_thompson_extdiag_debug PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220113/GNU/control_rrtmgp_debug -working dir = /glade/scratch/worthen/FV3_RT/rt_18408/control_rrtmgp_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_25629/control_rrtmgp_debug Checking test 030 control_rrtmgp_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 87.659985 -0:The maximum resident set size (KB) = 519384 +0:The total amount of wall time = 86.422636 +0:The maximum resident set size (KB) = 519248 Test 030 control_rrtmgp_debug PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220113/GNU/control_ras_debug -working dir = /glade/scratch/worthen/FV3_RT/rt_18408/control_ras_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_25629/control_ras_debug Checking test 031 control_ras_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 82.461677 -0:The maximum resident set size (KB) = 433764 +0:The total amount of wall time = 82.779959 +0:The maximum resident set size (KB) = 433832 Test 031 control_ras_debug PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220113/GNU/control_stochy_debug -working dir = /glade/scratch/worthen/FV3_RT/rt_18408/control_stochy_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_25629/control_stochy_debug Checking test 032 control_stochy_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 89.942911 -0:The maximum resident set size (KB) = 427724 +0:The total amount of wall time = 93.163496 +0:The maximum resident set size (KB) = 427764 Test 032 control_stochy_debug PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220113/GNU/control_debug_p8 -working dir = /glade/scratch/worthen/FV3_RT/rt_18408/control_debug_p8 +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_25629/control_debug_p8 Checking test 033 control_debug_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 87.034317 -0:The maximum resident set size (KB) = 484204 +0:The total amount of wall time = 94.058114 +0:The maximum resident set size (KB) = 484220 Test 033 control_debug_p8 PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220113/GNU/control_wam_debug -working dir = /glade/scratch/worthen/FV3_RT/rt_18408/control_wam_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_25629/control_wam_debug Checking test 034 control_wam_debug results .... Comparing sfcf019.nc .........OK Comparing atmf019.nc .........OK -0:The total amount of wall time = 142.775467 -0:The maximum resident set size (KB) = 170112 +0:The total amount of wall time = 142.919222 +0:The maximum resident set size (KB) = 170456 Test 034 control_wam_debug PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220113/GNU/cpld_control_c96_p8 -working dir = /glade/scratch/worthen/FV3_RT/rt_18408/cpld_control_c96_p8 +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_25629/cpld_control_c96_p8 Checking test 035 cpld_control_c96_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -969,14 +969,14 @@ Checking test 035 cpld_control_c96_p8 results .... Comparing RESTART/iced.2021-03-23-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK -0:The total amount of wall time = 366.221393 -0:The maximum resident set size (KB) = 517644 +0:The total amount of wall time = 366.472613 +0:The maximum resident set size (KB) = 517708 Test 035 cpld_control_c96_p8 PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220113/GNU/cpld_debug_p8 -working dir = /glade/scratch/worthen/FV3_RT/rt_18408/cpld_debug_p8 +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_25629/cpld_debug_p8 Checking test 036 cpld_debug_p8 results .... Comparing sfcf006.tile1.nc .........OK Comparing sfcf006.tile2.nc .........OK @@ -1026,12 +1026,12 @@ Checking test 036 cpld_debug_p8 results .... Comparing RESTART/iced.2021-03-22-43200.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-22-43200.nc .........OK -0:The total amount of wall time = 334.018799 -0:The maximum resident set size (KB) = 535200 +0:The total amount of wall time = 333.667398 +0:The maximum resident set size (KB) = 535408 Test 036 cpld_debug_p8 PASS REGRESSION TEST WAS SUCCESSFUL -Fri Jan 14 07:30:14 MST 2022 -Elapsed time: 00h:29m:16s. Have a nice day! +Tue Jan 18 20:48:00 MST 2022 +Elapsed time: 00h:31m:36s. Have a nice day! From d357d9126d0d9757a9eacf86fbba06c72f48a6dd Mon Sep 17 00:00:00 2001 From: Brian Curtis Date: Tue, 18 Jan 2022 22:09:51 -0600 Subject: [PATCH 11/17] RT JOBS PASSED: orion.intel. Log file uploaded. on-behalf-of @ufs-community --- tests/RegressionTests_orion.intel.log | 816 +++++++++++++------------- 1 file changed, 414 insertions(+), 402 deletions(-) diff --git a/tests/RegressionTests_orion.intel.log b/tests/RegressionTests_orion.intel.log index 5bd8940b2d..05b51a8c82 100644 --- a/tests/RegressionTests_orion.intel.log +++ b/tests/RegressionTests_orion.intel.log @@ -1,23 +1,23 @@ -Thu Jan 13 20:46:59 CST 2022 +Tue Jan 18 21:16:34 CST 2022 Start Regression test -Compile 001 elapsed time 515 seconds. -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v16_coupled_nsstNoahmpUGWPv1,FV3_GFS_v16_coupled_p7_rrtmgp,FV3_GFS_v16_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 002 elapsed time 184 seconds. -DAPP=S2S -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v16_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile 003 elapsed time 432 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v15_thompson_mynn,FV3_GFS_v15_thompson_mynn_RRTMGP,FV3_GFS_v16_p7_rrtmgp,FV3_GFS_v16_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 004 elapsed time 392 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_RRFS_v1beta -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 005 elapsed time 420 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_RRTMGP,FV3_GFS_v16_csawmg,FV3_GFS_v16_flake,FV3_GFS_v16_ugwpv1,FV3_GFS_v16_ras,FV3_GFS_v16_thompson,FV3_GFS_v16_noahmp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 006 elapsed time 367 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DREPRO=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -Compile 007 elapsed time 187 seconds. -DAPP=ATM -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v16_RRTMGP,FV3_GFS_v16_csawmg,FV3_GFS_v16_flake,FV3_GFS_v16_ugwpv1,FV3_GFS_v16_ras,FV3_GFS_v16_noahmp,FV3_GFS_v16_thompson,FV3_GFS_v15_thompson_mynn,FV3_GFS_v16_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 008 elapsed time 175 seconds. -DAPP=ATM -DDEBUG=ON -DCCPP_SUITES=FV3_RAP,FV3_RAP_cires_ugwp,FV3_RAP_unified_ugwp,FV3_RAP_noah,FV3_RAP_RRTMGP,FV3_RAP_sfcdiff,FV3_RAP_flake,FV3_RAP_noah_sfcdiff_cires_ugwp,FV3_RRFS_v1beta -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 009 elapsed time 159 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 010 elapsed time 415 seconds. -DAPP=HAFSW -DCCPP_SUITES=FV3_HAFS_v0_gfdlmp_tedmf,FV3_HAFS_v0_gfdlmp_tedmf_nonsst -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 011 elapsed time 436 seconds. -DAPP=HAFS-ALL -DCCPP_SUITES=FV3_HAFS_v0_gfdlmp_tedmf,FV3_HAFS_v0_gfdlmp_tedmf_nonsst -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 012 elapsed time 192 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 013 elapsed time 97 seconds. -DAPP=NG-GODAS -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile 014 elapsed time 502 seconds. -DAPP=ATMW -DCCPP_SUITES=FV3_GFS_v16 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 001 elapsed time 554 seconds. -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v16_coupled_nsstNoahmpUGWPv1,FV3_GFS_v16_coupled_p7_rrtmgp,FV3_GFS_v16_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 002 elapsed time 277 seconds. -DAPP=S2S -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v16_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile 003 elapsed time 394 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v15_thompson_mynn,FV3_GFS_v15_thompson_mynn_RRTMGP,FV3_GFS_v16_p7_rrtmgp,FV3_GFS_v16_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 004 elapsed time 451 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_RRFS_v1beta -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 005 elapsed time 430 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_RRTMGP,FV3_GFS_v16_csawmg,FV3_GFS_v16_flake,FV3_GFS_v16_ugwpv1,FV3_GFS_v16_ras,FV3_GFS_v16_thompson,FV3_GFS_v16_noahmp -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 006 elapsed time 358 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DREPRO=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit +Compile 007 elapsed time 279 seconds. -DAPP=ATM -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v16_RRTMGP,FV3_GFS_v16_csawmg,FV3_GFS_v16_flake,FV3_GFS_v16_ugwpv1,FV3_GFS_v16_ras,FV3_GFS_v16_noahmp,FV3_GFS_v16_thompson,FV3_GFS_v15_thompson_mynn,FV3_GFS_v16_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 008 elapsed time 264 seconds. -DAPP=ATM -DDEBUG=ON -DCCPP_SUITES=FV3_RAP,FV3_RAP_cires_ugwp,FV3_RAP_unified_ugwp,FV3_RAP_noah,FV3_RAP_RRTMGP,FV3_RAP_sfcdiff,FV3_RAP_flake,FV3_RAP_noah_sfcdiff_cires_ugwp,FV3_RRFS_v1beta -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 009 elapsed time 183 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 010 elapsed time 414 seconds. -DAPP=HAFSW -DCCPP_SUITES=FV3_HAFS_v0_gfdlmp_tedmf,FV3_HAFS_v0_gfdlmp_tedmf_nonsst,FV3_HAFS_v0_thompson_tedmf_gfdlsf -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 011 elapsed time 411 seconds. -DAPP=HAFS-ALL -DCCPP_SUITES=FV3_HAFS_v0_gfdlmp_tedmf,FV3_HAFS_v0_gfdlmp_tedmf_nonsst -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 012 elapsed time 212 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 013 elapsed time 100 seconds. -DAPP=NG-GODAS -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile 014 elapsed time 400 seconds. -DAPP=ATMW -DCCPP_SUITES=FV3_GFS_v16 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/cpld_control_p8 -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_150241/cpld_control_p8 +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_373703/cpld_control_p8 Checking test 001 cpld_control_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -70,14 +70,14 @@ Checking test 001 cpld_control_p8 results .... Comparing 20210323.060000.out_pnt.points .........OK Comparing 20210323.060000.restart.glo_1deg .........OK - 0: The total amount of wall time = 228.750847 - 0: The maximum resident set size (KB) = 644096 + 0: The total amount of wall time = 214.491245 + 0: The maximum resident set size (KB) = 643660 Test 001 cpld_control_p8 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/cpld_control_p8 -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_150241/cpld_2threads_p8 +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_373703/cpld_2threads_p8 Checking test 002 cpld_2threads_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -130,14 +130,14 @@ Checking test 002 cpld_2threads_p8 results .... Comparing 20210323.060000.out_pnt.points .........OK Comparing 20210323.060000.restart.glo_1deg .........OK - 0: The total amount of wall time = 260.196220 - 0: The maximum resident set size (KB) = 690896 + 0: The total amount of wall time = 246.112268 + 0: The maximum resident set size (KB) = 691060 Test 002 cpld_2threads_p8 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/cpld_control_p8 -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_150241/cpld_decomp_p8 +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_373703/cpld_decomp_p8 Checking test 003 cpld_decomp_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -190,14 +190,14 @@ Checking test 003 cpld_decomp_p8 results .... Comparing 20210323.060000.out_pnt.points .........OK Comparing 20210323.060000.restart.glo_1deg .........OK - 0: The total amount of wall time = 220.589448 - 0: The maximum resident set size (KB) = 637244 + 0: The total amount of wall time = 214.046534 + 0: The maximum resident set size (KB) = 639364 Test 003 cpld_decomp_p8 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/cpld_control_p8 -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_150241/cpld_mpi_p8 +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_373703/cpld_mpi_p8 Checking test 004 cpld_mpi_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -250,14 +250,14 @@ Checking test 004 cpld_mpi_p8 results .... Comparing 20210323.060000.out_pnt.points .........OK Comparing 20210323.060000.restart.glo_1deg .........OK - 0: The total amount of wall time = 278.854614 - 0: The maximum resident set size (KB) = 651048 + 0: The total amount of wall time = 185.953905 + 0: The maximum resident set size (KB) = 649476 Test 004 cpld_mpi_p8 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/cpld_control_p7_rrtmgp -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_150241/cpld_control_p7_rrtmgp +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_373703/cpld_control_p7_rrtmgp Checking test 005 cpld_control_p7_rrtmgp results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -310,14 +310,14 @@ Checking test 005 cpld_control_p7_rrtmgp results .... Comparing 20210323.060000.out_pnt.points .........OK Comparing 20210323.060000.restart.glo_1deg .........OK - 0: The total amount of wall time = 268.254703 - 0: The maximum resident set size (KB) = 742092 + 0: The total amount of wall time = 249.538489 + 0: The maximum resident set size (KB) = 740668 Test 005 cpld_control_p7_rrtmgp PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/cpld_bmark_p7 -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_150241/cpld_bmark_p7 +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_373703/cpld_bmark_p7 Checking test 006 cpld_bmark_p7 results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK @@ -362,14 +362,14 @@ Checking test 006 cpld_bmark_p7 results .... Comparing RESTART/iced.2013-04-01-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2013-04-01-21600.nc .........OK - 0: The total amount of wall time = 908.841411 - 0: The maximum resident set size (KB) = 1465816 + 0: The total amount of wall time = 878.040966 + 0: The maximum resident set size (KB) = 1475228 Test 006 cpld_bmark_p7 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/cpld_bmark_p8 -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_150241/cpld_bmark_p8 +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_373703/cpld_bmark_p8 Checking test 007 cpld_bmark_p8 results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK @@ -414,14 +414,14 @@ Checking test 007 cpld_bmark_p8 results .... Comparing RESTART/iced.2013-04-01-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2013-04-01-21600.nc .........OK - 0: The total amount of wall time = 905.328889 - 0: The maximum resident set size (KB) = 1475528 + 0: The total amount of wall time = 886.338161 + 0: The maximum resident set size (KB) = 1473148 Test 007 cpld_bmark_p8 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/cpld_bmark_p8 -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_150241/cpld_bmark_mpi_p8 +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_373703/cpld_bmark_mpi_p8 Checking test 008 cpld_bmark_mpi_p8 results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK @@ -466,14 +466,14 @@ Checking test 008 cpld_bmark_mpi_p8 results .... Comparing RESTART/iced.2013-04-01-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2013-04-01-21600.nc .........OK - 0: The total amount of wall time = 936.421338 - 0: The maximum resident set size (KB) = 1481928 + 0: The total amount of wall time = 882.298095 + 0: The maximum resident set size (KB) = 1493828 Test 008 cpld_bmark_mpi_p8 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/cpld_control_c96_p8 -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_150241/cpld_control_c96_p8 +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_373703/cpld_control_c96_p8 Checking test 009 cpld_control_c96_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -523,14 +523,14 @@ Checking test 009 cpld_control_c96_p8 results .... Comparing RESTART/iced.2021-03-23-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK - 0: The total amount of wall time = 225.554282 - 0: The maximum resident set size (KB) = 627052 + 0: The total amount of wall time = 206.284657 + 0: The maximum resident set size (KB) = 626308 Test 009 cpld_control_c96_p8 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/cpld_control_c96_p8 -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_150241/cpld_restart_c96_p8 +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_373703/cpld_restart_c96_p8 Checking test 010 cpld_restart_c96_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -580,14 +580,14 @@ Checking test 010 cpld_restart_c96_p8 results .... Comparing RESTART/iced.2021-03-23-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK - 0: The total amount of wall time = 115.228591 - 0: The maximum resident set size (KB) = 393160 + 0: The total amount of wall time = 115.319556 + 0: The maximum resident set size (KB) = 391556 Test 010 cpld_restart_c96_p8 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/cpld_control_c192_p8 -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_150241/cpld_control_c192_p8 +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_373703/cpld_control_c192_p8 Checking test 011 cpld_control_c192_p8 results .... Comparing sfcf036.tile1.nc .........OK Comparing sfcf036.tile2.nc .........OK @@ -637,14 +637,14 @@ Checking test 011 cpld_control_c192_p8 results .... Comparing RESTART/iced.2021-03-23-64800.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-64800.nc .........OK - 0: The total amount of wall time = 876.724965 - 0: The maximum resident set size (KB) = 846908 + 0: The total amount of wall time = 862.603662 + 0: The maximum resident set size (KB) = 848748 Test 011 cpld_control_c192_p8 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/cpld_control_c192_p8 -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_150241/cpld_restart_c192_p8 +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_373703/cpld_restart_c192_p8 Checking test 012 cpld_restart_c192_p8 results .... Comparing sfcf036.tile1.nc .........OK Comparing sfcf036.tile2.nc .........OK @@ -694,14 +694,14 @@ Checking test 012 cpld_restart_c192_p8 results .... Comparing RESTART/iced.2021-03-23-64800.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-64800.nc .........OK - 0: The total amount of wall time = 649.839114 - 0: The maximum resident set size (KB) = 915920 + 0: The total amount of wall time = 605.250254 + 0: The maximum resident set size (KB) = 914124 Test 012 cpld_restart_c192_p8 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/cpld_control_c384_p8 -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_150241/cpld_control_c384_p8 +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_373703/cpld_control_c384_p8 Checking test 013 cpld_control_c384_p8 results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK @@ -744,14 +744,14 @@ Checking test 013 cpld_control_c384_p8 results .... Comparing RESTART/iced.2021-03-22-43200.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-22-43200.nc .........OK - 0: The total amount of wall time = 1035.525988 - 0: The maximum resident set size (KB) = 1440636 + 0: The total amount of wall time = 1015.489741 + 0: The maximum resident set size (KB) = 1439360 Test 013 cpld_control_c384_p8 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/cpld_control_c384_p8 -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_150241/cpld_restart_c384_p8 +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_373703/cpld_restart_c384_p8 Checking test 014 cpld_restart_c384_p8 results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK @@ -794,14 +794,14 @@ Checking test 014 cpld_restart_c384_p8 results .... Comparing RESTART/iced.2021-03-22-43200.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-22-43200.nc .........OK - 0: The total amount of wall time = 566.510949 - 0: The maximum resident set size (KB) = 1396412 + 0: The total amount of wall time = 556.199038 + 0: The maximum resident set size (KB) = 1394628 Test 014 cpld_restart_c384_p8 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/cpld_debug_p8 -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_150241/cpld_debug_p8 +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_373703/cpld_debug_p8 Checking test 015 cpld_debug_p8 results .... Comparing sfcf006.tile1.nc .........OK Comparing sfcf006.tile2.nc .........OK @@ -851,14 +851,14 @@ Checking test 015 cpld_debug_p8 results .... Comparing RESTART/iced.2021-03-22-43200.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-22-43200.nc .........OK - 0: The total amount of wall time = 620.538086 - 0: The maximum resident set size (KB) = 686968 + 0: The total amount of wall time = 640.663695 + 0: The maximum resident set size (KB) = 689268 Test 015 cpld_debug_p8 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/control -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_150241/control +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_373703/control Checking test 016 control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -905,14 +905,14 @@ Checking test 016 control results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 123.092695 - 0: The maximum resident set size (KB) = 484136 + 0: The total amount of wall time = 120.544988 + 0: The maximum resident set size (KB) = 487308 Test 016 control PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/control -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_150241/control_decomp +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_373703/control_decomp Checking test 017 control_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -955,14 +955,14 @@ Checking test 017 control_decomp results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 129.587939 - 0: The maximum resident set size (KB) = 488704 + 0: The total amount of wall time = 128.874795 + 0: The maximum resident set size (KB) = 484824 Test 017 control_decomp PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/control -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_150241/control_2threads +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_373703/control_2threads Checking test 018 control_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1005,14 +1005,14 @@ Checking test 018 control_2threads results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 148.853665 - 0: The maximum resident set size (KB) = 528976 + 0: The total amount of wall time = 144.040965 + 0: The maximum resident set size (KB) = 525496 Test 018 control_2threads PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/control -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_150241/control_restart +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_373703/control_restart Checking test 019 control_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -1051,14 +1051,14 @@ Checking test 019 control_restart results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 67.605985 - 0: The maximum resident set size (KB) = 225552 + 0: The total amount of wall time = 66.713547 + 0: The maximum resident set size (KB) = 220868 Test 019 control_restart PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/control -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_150241/control_fhzero +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_373703/control_fhzero Checking test 020 control_fhzero results .... Comparing sfcf000.nc ............ALT CHECK......OK Comparing sfcf021.nc ............ALT CHECK......OK @@ -1101,14 +1101,14 @@ Checking test 020 control_fhzero results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 129.889868 - 0: The maximum resident set size (KB) = 485252 + 0: The total amount of wall time = 114.185100 + 0: The maximum resident set size (KB) = 486344 Test 020 control_fhzero PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/control_CubedSphereGrid -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_150241/control_CubedSphereGrid +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_373703/control_CubedSphereGrid Checking test 021 control_CubedSphereGrid results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK @@ -1135,14 +1135,14 @@ Checking test 021 control_CubedSphereGrid results .... Comparing atmf024.tile5.nc .........OK Comparing atmf024.tile6.nc .........OK - 0: The total amount of wall time = 126.326770 - 0: The maximum resident set size (KB) = 485132 + 0: The total amount of wall time = 120.241333 + 0: The maximum resident set size (KB) = 485368 Test 021 control_CubedSphereGrid PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/control_latlon -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_150241/control_latlon +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_373703/control_latlon Checking test 022 control_latlon results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1153,14 +1153,14 @@ Checking test 022 control_latlon results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 119.954775 - 0: The maximum resident set size (KB) = 486076 + 0: The total amount of wall time = 120.727798 + 0: The maximum resident set size (KB) = 484104 Test 022 control_latlon PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/control_wrtGauss_netcdf_parallel -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_150241/control_wrtGauss_netcdf_parallel +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_373703/control_wrtGauss_netcdf_parallel Checking test 023 control_wrtGauss_netcdf_parallel results .... Comparing sfcf000.nc ............ALT CHECK......OK Comparing sfcf024.nc ............ALT CHECK......OK @@ -1171,14 +1171,14 @@ Checking test 023 control_wrtGauss_netcdf_parallel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 122.449925 - 0: The maximum resident set size (KB) = 484520 + 0: The total amount of wall time = 122.005318 + 0: The maximum resident set size (KB) = 484988 Test 023 control_wrtGauss_netcdf_parallel PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/control_c48 -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_150241/control_c48 +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_373703/control_c48 Checking test 024 control_c48 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1217,14 +1217,14 @@ Checking test 024 control_c48 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0: The total amount of wall time = 307.610650 -0: The maximum resident set size (KB) = 653472 +0: The total amount of wall time = 309.542827 +0: The maximum resident set size (KB) = 653512 Test 024 control_c48 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/control_c192 -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_150241/control_c192 +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_373703/control_c192 Checking test 025 control_c192 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1235,14 +1235,14 @@ Checking test 025 control_c192 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 462.960454 - 0: The maximum resident set size (KB) = 588380 + 0: The total amount of wall time = 460.010487 + 0: The maximum resident set size (KB) = 588740 Test 025 control_c192 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/control_c384 -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_150241/control_c384 +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_373703/control_c384 Checking test 026 control_c384 results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -1253,14 +1253,14 @@ Checking test 026 control_c384 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 827.011687 - 0: The maximum resident set size (KB) = 883160 + 0: The total amount of wall time = 783.799784 + 0: The maximum resident set size (KB) = 864060 Test 026 control_c384 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/control_c384gdas -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_150241/control_c384gdas +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_373703/control_c384gdas Checking test 027 control_c384gdas results .... Comparing sfcf000.nc .........OK Comparing sfcf006.nc .........OK @@ -1303,14 +1303,14 @@ Checking test 027 control_c384gdas results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 694.944610 - 0: The maximum resident set size (KB) = 1000432 + 0: The total amount of wall time = 664.102309 + 0: The maximum resident set size (KB) = 998388 Test 027 control_c384gdas PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/control_stochy -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_150241/control_stochy +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_373703/control_stochy Checking test 028 control_stochy results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -1321,28 +1321,28 @@ Checking test 028 control_stochy results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 81.563346 - 0: The maximum resident set size (KB) = 487424 + 0: The total amount of wall time = 79.658532 + 0: The maximum resident set size (KB) = 485840 Test 028 control_stochy PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/control_stochy -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_150241/control_stochy_restart +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_373703/control_stochy_restart Checking test 029 control_stochy_restart results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK Comparing GFSFLX.GrbF12 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 45.916260 - 0: The maximum resident set size (KB) = 264624 + 0: The total amount of wall time = 45.803570 + 0: The maximum resident set size (KB) = 267624 Test 029 control_stochy_restart PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/control_lndp -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_150241/control_lndp +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_373703/control_lndp Checking test 030 control_lndp results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -1353,14 +1353,14 @@ Checking test 030 control_lndp results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 73.942264 - 0: The maximum resident set size (KB) = 490352 + 0: The total amount of wall time = 74.004472 + 0: The maximum resident set size (KB) = 491820 Test 030 control_lndp PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/control_p8 -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_150241/control_p8 +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_373703/control_p8 Checking test 031 control_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1407,14 +1407,14 @@ Checking test 031 control_p8 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 135.091286 - 0: The maximum resident set size (KB) = 509044 + 0: The total amount of wall time = 134.416136 + 0: The maximum resident set size (KB) = 507900 Test 031 control_p8 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/control_p8 -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_150241/control_restart_p8 +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_373703/control_restart_p8 Checking test 032 control_restart_p8 results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -1453,14 +1453,14 @@ Checking test 032 control_restart_p8 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 78.579351 - 0: The maximum resident set size (KB) = 298748 + 0: The total amount of wall time = 75.756976 + 0: The maximum resident set size (KB) = 299136 Test 032 control_restart_p8 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/control_p8 -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_150241/control_decomp_p8 +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_373703/control_decomp_p8 Checking test 033 control_decomp_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1503,14 +1503,14 @@ Checking test 033 control_decomp_p8 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 143.925543 - 0: The maximum resident set size (KB) = 507180 + 0: The total amount of wall time = 142.460098 + 0: The maximum resident set size (KB) = 507344 Test 033 control_decomp_p8 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/control_p8 -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_150241/control_2threads_p8 +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_373703/control_2threads_p8 Checking test 034 control_2threads_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1553,14 +1553,14 @@ Checking test 034 control_2threads_p8 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 163.053928 - 0: The maximum resident set size (KB) = 578392 + 0: The total amount of wall time = 164.567564 + 0: The maximum resident set size (KB) = 578332 Test 034 control_2threads_p8 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/control_p7_rrtmgp -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_150241/control_p7_rrtmgp +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_373703/control_p7_rrtmgp Checking test 035 control_p7_rrtmgp results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1607,14 +1607,14 @@ Checking test 035 control_p7_rrtmgp results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 171.264055 - 0: The maximum resident set size (KB) = 612544 + 0: The total amount of wall time = 171.617020 + 0: The maximum resident set size (KB) = 608588 Test 035 control_p7_rrtmgp PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/fv3_regional_control -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_150241/regional_control +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_373703/regional_control Checking test 036 regional_control results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK @@ -1625,28 +1625,28 @@ Checking test 036 regional_control results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF24 .........OK - 0: The total amount of wall time = 426.421819 - 0: The maximum resident set size (KB) = 588364 + 0: The total amount of wall time = 297.886600 + 0: The maximum resident set size (KB) = 590896 Test 036 regional_control PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/fv3_regional_control -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_150241/regional_restart +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_373703/regional_restart Checking test 037 regional_restart results .... Comparing dynf024.nc .........OK Comparing phyf024.nc .........OK Comparing PRSLEV.GrbF24 .........OK Comparing NATLEV.GrbF24 .........OK - 0: The total amount of wall time = 171.176713 - 0: The maximum resident set size (KB) = 587432 + 0: The total amount of wall time = 170.673192 + 0: The maximum resident set size (KB) = 591664 Test 037 regional_restart PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/fv3_regional_noquilt -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_150241/regional_noquilt +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_373703/regional_noquilt Checking test 038 regional_noquilt results .... Comparing atmos_4xdaily.nc .........OK Comparing fv3_history2d.nc .........OK @@ -1654,14 +1654,14 @@ Checking test 038 regional_noquilt results .... Comparing RESTART/fv_core.res.tile1_new.nc .........OK Comparing RESTART/fv_tracer.res.tile1_new.nc .........OK - 0: The total amount of wall time = 301.934232 - 0: The maximum resident set size (KB) = 604784 + 0: The total amount of wall time = 300.742219 + 0: The maximum resident set size (KB) = 603616 Test 038 regional_noquilt PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/fv3_regional_control -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_150241/regional_2threads +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_373703/regional_2threads Checking test 039 regional_2threads results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK @@ -1672,14 +1672,14 @@ Checking test 039 regional_2threads results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF24 .........OK - 0: The total amount of wall time = 213.043439 - 0: The maximum resident set size (KB) = 598588 + 0: The total amount of wall time = 212.638498 + 0: The maximum resident set size (KB) = 611004 Test 039 regional_2threads PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/fv3_regional_hafs -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_150241/regional_hafs +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_373703/regional_hafs Checking test 040 regional_hafs results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK @@ -1688,28 +1688,28 @@ Checking test 040 regional_hafs results .... Comparing HURPRS.GrbF00 .........OK Comparing HURPRS.GrbF24 .........OK - 0: The total amount of wall time = 298.147262 - 0: The maximum resident set size (KB) = 588188 + 0: The total amount of wall time = 298.064758 + 0: The maximum resident set size (KB) = 588872 Test 040 regional_hafs PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/fv3_regional_netcdf_parallel -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_150241/regional_netcdf_parallel +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_373703/regional_netcdf_parallel Checking test 041 regional_netcdf_parallel results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK Comparing phyf000.nc ............ALT CHECK......OK Comparing phyf024.nc ............ALT CHECK......OK - 0: The total amount of wall time = 407.825183 - 0: The maximum resident set size (KB) = 587460 + 0: The total amount of wall time = 295.701986 + 0: The maximum resident set size (KB) = 586600 Test 041 regional_netcdf_parallel PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/fv3_regional_RRTMGP -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_150241/regional_RRTMGP +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_373703/regional_RRTMGP Checking test 042 regional_RRTMGP results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK @@ -1720,14 +1720,14 @@ Checking test 042 regional_RRTMGP results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF24 .........OK - 0: The total amount of wall time = 375.116595 - 0: The maximum resident set size (KB) = 712076 + 0: The total amount of wall time = 373.240899 + 0: The maximum resident set size (KB) = 715548 Test 042 regional_RRTMGP PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/rap_control -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_150241/rap_control +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_373703/rap_control Checking test 043 rap_control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1774,14 +1774,14 @@ Checking test 043 rap_control results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 342.621363 - 0: The maximum resident set size (KB) = 854040 + 0: The total amount of wall time = 341.410313 + 0: The maximum resident set size (KB) = 854672 Test 043 rap_control PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/rap_control -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_150241/rap_2threads +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_373703/rap_2threads Checking test 044 rap_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1828,14 +1828,14 @@ Checking test 044 rap_2threads results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 412.983689 - 0: The maximum resident set size (KB) = 916356 + 0: The total amount of wall time = 410.677877 + 0: The maximum resident set size (KB) = 911116 Test 044 rap_2threads PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/rap_control -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_150241/rap_restart +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_373703/rap_restart Checking test 045 rap_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -1874,14 +1874,14 @@ Checking test 045 rap_restart results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 197.066171 - 0: The maximum resident set size (KB) = 606504 + 0: The total amount of wall time = 175.622213 + 0: The maximum resident set size (KB) = 606824 Test 045 rap_restart PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/rap_sfcdiff -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_150241/rap_sfcdiff +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_373703/rap_sfcdiff Checking test 046 rap_sfcdiff results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1928,14 +1928,14 @@ Checking test 046 rap_sfcdiff results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 340.777555 - 0: The maximum resident set size (KB) = 855012 + 0: The total amount of wall time = 343.674653 + 0: The maximum resident set size (KB) = 850756 Test 046 rap_sfcdiff PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/rap_sfcdiff -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_150241/rap_sfcdiff_restart +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_373703/rap_sfcdiff_restart Checking test 047 rap_sfcdiff_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -1974,14 +1974,14 @@ Checking test 047 rap_sfcdiff_restart results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 178.546381 - 0: The maximum resident set size (KB) = 607044 + 0: The total amount of wall time = 175.322741 + 0: The maximum resident set size (KB) = 605228 Test 047 rap_sfcdiff_restart PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/hrrr_control -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_150241/hrrr_control +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_373703/hrrr_control Checking test 048 hrrr_control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -2028,14 +2028,14 @@ Checking test 048 hrrr_control results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 332.150217 - 0: The maximum resident set size (KB) = 854076 + 0: The total amount of wall time = 329.621679 + 0: The maximum resident set size (KB) = 854388 Test 048 hrrr_control PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/rrfs_v1beta -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_150241/rrfs_v1beta +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_373703/rrfs_v1beta Checking test 049 rrfs_v1beta results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -2082,14 +2082,14 @@ Checking test 049 rrfs_v1beta results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 337.875278 - 0: The maximum resident set size (KB) = 852816 + 0: The total amount of wall time = 334.747991 + 0: The maximum resident set size (KB) = 851508 Test 049 rrfs_v1beta PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/rrfs_conus13km_hrrr_warm -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_150241/rrfs_conus13km_hrrr_warm +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_373703/rrfs_conus13km_hrrr_warm Checking test 050 rrfs_conus13km_hrrr_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -2098,14 +2098,14 @@ Checking test 050 rrfs_conus13km_hrrr_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 167.381928 - 0: The maximum resident set size (KB) = 713220 + 0: The total amount of wall time = 162.311896 + 0: The maximum resident set size (KB) = 711628 Test 050 rrfs_conus13km_hrrr_warm PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/rrfs_conus13km_radar_tten_warm -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_150241/rrfs_conus13km_radar_tten_warm +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_373703/rrfs_conus13km_radar_tten_warm Checking test 051 rrfs_conus13km_radar_tten_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -2114,14 +2114,14 @@ Checking test 051 rrfs_conus13km_radar_tten_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 165.968499 - 0: The maximum resident set size (KB) = 717516 + 0: The total amount of wall time = 164.776362 + 0: The maximum resident set size (KB) = 715408 Test 051 rrfs_conus13km_radar_tten_warm PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/control_rrtmgp -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_150241/control_rrtmgp +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_373703/control_rrtmgp Checking test 052 control_rrtmgp results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2132,14 +2132,14 @@ Checking test 052 control_rrtmgp results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 187.875252 - 0: The maximum resident set size (KB) = 603796 + 0: The total amount of wall time = 185.322123 + 0: The maximum resident set size (KB) = 603332 Test 052 control_rrtmgp PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/control_rrtmgp_c192 -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_150241/control_rrtmgp_c192 +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_373703/control_rrtmgp_c192 Checking test 053 control_rrtmgp_c192 results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -2150,14 +2150,14 @@ Checking test 053 control_rrtmgp_c192 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 510.524665 - 0: The maximum resident set size (KB) = 807192 + 0: The total amount of wall time = 505.366196 + 0: The maximum resident set size (KB) = 806908 Test 053 control_rrtmgp_c192 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/control_csawmg -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_150241/control_csawmg +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_373703/control_csawmg Checking test 054 control_csawmg results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2168,14 +2168,14 @@ Checking test 054 control_csawmg results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 311.141947 - 0: The maximum resident set size (KB) = 544548 + 0: The total amount of wall time = 306.887590 + 0: The maximum resident set size (KB) = 545280 Test 054 control_csawmg PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/control_csawmgt -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_150241/control_csawmgt +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_373703/control_csawmgt Checking test 055 control_csawmgt results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2186,14 +2186,14 @@ Checking test 055 control_csawmgt results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 305.422262 - 0: The maximum resident set size (KB) = 545720 + 0: The total amount of wall time = 301.269141 + 0: The maximum resident set size (KB) = 546604 Test 055 control_csawmgt PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/control_flake -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_150241/control_flake +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_373703/control_flake Checking test 056 control_flake results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2204,14 +2204,14 @@ Checking test 056 control_flake results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 215.204042 - 0: The maximum resident set size (KB) = 558272 + 0: The total amount of wall time = 214.613700 + 0: The maximum resident set size (KB) = 555052 Test 056 control_flake PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/control_ras -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_150241/control_ras +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_373703/control_ras Checking test 057 control_ras results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2222,14 +2222,14 @@ Checking test 057 control_ras results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 165.558478 - 0: The maximum resident set size (KB) = 514464 + 0: The total amount of wall time = 165.781076 + 0: The maximum resident set size (KB) = 515492 Test 057 control_ras PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/control_thompson -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_150241/control_thompson +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_373703/control_thompson Checking test 058 control_thompson results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2240,14 +2240,14 @@ Checking test 058 control_thompson results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 206.098658 - 0: The maximum resident set size (KB) = 867728 + 0: The total amount of wall time = 207.739854 + 0: The maximum resident set size (KB) = 870680 Test 058 control_thompson PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/control_thompson_no_aero -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_150241/control_thompson_no_aero +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_373703/control_thompson_no_aero Checking test 059 control_thompson_no_aero results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2258,54 +2258,54 @@ Checking test 059 control_thompson_no_aero results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 210.077617 - 0: The maximum resident set size (KB) = 865660 + 0: The total amount of wall time = 198.551187 + 0: The maximum resident set size (KB) = 866352 Test 059 control_thompson_no_aero PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/control_wam_repro -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_150241/control_wam_repro +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_373703/control_wam_repro Checking test 060 control_wam results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK - 0: The total amount of wall time = 114.070802 - 0: The maximum resident set size (KB) = 252752 + 0: The total amount of wall time = 112.065850 + 0: The maximum resident set size (KB) = 251220 Test 060 control_wam PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/control_debug -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_150241/control_debug +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_373703/control_debug Checking test 061 control_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 152.993750 - 0: The maximum resident set size (KB) = 544256 + 0: The total amount of wall time = 155.330918 + 0: The maximum resident set size (KB) = 550148 Test 061 control_debug PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/control_debug -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_150241/control_2threads_debug +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_373703/control_2threads_debug Checking test 062 control_2threads_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 226.784597 - 0: The maximum resident set size (KB) = 586404 + 0: The total amount of wall time = 230.319547 + 0: The maximum resident set size (KB) = 594060 Test 062 control_2threads_debug PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/control_CubedSphereGrid_debug -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_150241/control_CubedSphereGrid_debug +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_373703/control_CubedSphereGrid_debug Checking test 063 control_CubedSphereGrid_debug results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK @@ -2332,389 +2332,401 @@ Checking test 063 control_CubedSphereGrid_debug results .... Comparing atmf001.tile5.nc .........OK Comparing atmf001.tile6.nc .........OK - 0: The total amount of wall time = 166.089761 - 0: The maximum resident set size (KB) = 543648 + 0: The total amount of wall time = 162.680445 + 0: The maximum resident set size (KB) = 548196 Test 063 control_CubedSphereGrid_debug PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/control_wrtGauss_netcdf_parallel_debug -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_150241/control_wrtGauss_netcdf_parallel_debug +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_373703/control_wrtGauss_netcdf_parallel_debug Checking test 064 control_wrtGauss_netcdf_parallel_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc ............ALT CHECK......OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 159.497267 - 0: The maximum resident set size (KB) = 546844 + 0: The total amount of wall time = 157.133577 + 0: The maximum resident set size (KB) = 550296 Test 064 control_wrtGauss_netcdf_parallel_debug PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/control_stochy_debug -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_150241/control_stochy_debug +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_373703/control_stochy_debug Checking test 065 control_stochy_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 177.319400 - 0: The maximum resident set size (KB) = 548936 + 0: The total amount of wall time = 172.934421 + 0: The maximum resident set size (KB) = 548696 Test 065 control_stochy_debug PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/control_lndp_debug -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_150241/control_lndp_debug +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_373703/control_lndp_debug Checking test 066 control_lndp_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 153.521703 - 0: The maximum resident set size (KB) = 559696 + 0: The total amount of wall time = 159.418162 + 0: The maximum resident set size (KB) = 562868 Test 066 control_lndp_debug PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/control_rrtmgp_debug -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_150241/control_rrtmgp_debug +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_373703/control_rrtmgp_debug Checking test 067 control_rrtmgp_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 172.398542 - 0: The maximum resident set size (KB) = 640240 + 0: The total amount of wall time = 168.982878 + 0: The maximum resident set size (KB) = 644584 Test 067 control_rrtmgp_debug PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/control_csawmg_debug -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_150241/control_csawmg_debug +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_373703/control_csawmg_debug Checking test 068 control_csawmg_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 233.873965 - 0: The maximum resident set size (KB) = 575712 + 0: The total amount of wall time = 233.870401 + 0: The maximum resident set size (KB) = 579836 Test 068 control_csawmg_debug PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/control_csawmgt_debug -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_150241/control_csawmgt_debug +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_373703/control_csawmgt_debug Checking test 069 control_csawmgt_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 240.448463 - 0: The maximum resident set size (KB) = 574584 + 0: The total amount of wall time = 234.010645 + 0: The maximum resident set size (KB) = 578788 Test 069 control_csawmgt_debug PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/control_ras_debug -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_150241/control_ras_debug +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_373703/control_ras_debug Checking test 070 control_ras_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 153.823986 - 0: The maximum resident set size (KB) = 556852 + 0: The total amount of wall time = 161.744679 + 0: The maximum resident set size (KB) = 544516 Test 070 control_ras_debug PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/control_diag_debug -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_150241/control_diag_debug +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_373703/control_diag_debug Checking test 071 control_diag_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 163.539116 - 0: The maximum resident set size (KB) = 606408 + 0: The total amount of wall time = 166.038111 + 0: The maximum resident set size (KB) = 603688 Test 071 control_diag_debug PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/control_debug_p8 -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_150241/control_debug_p8 +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_373703/control_debug_p8 Checking test 072 control_debug_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 161.981597 - 0: The maximum resident set size (KB) = 571984 + 0: The total amount of wall time = 168.038009 + 0: The maximum resident set size (KB) = 575196 Test 072 control_debug_p8 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/control_thompson_debug -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_150241/control_thompson_debug +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_373703/control_thompson_debug Checking test 073 control_thompson_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 271.404976 - 0: The maximum resident set size (KB) = 905744 + 0: The total amount of wall time = 177.495925 + 0: The maximum resident set size (KB) = 905756 Test 073 control_thompson_debug PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/control_thompson_no_aero_debug -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_150241/control_thompson_no_aero_debug +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_373703/control_thompson_no_aero_debug Checking test 074 control_thompson_no_aero_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 171.599519 - 0: The maximum resident set size (KB) = 901668 + 0: The total amount of wall time = 174.034802 + 0: The maximum resident set size (KB) = 901416 Test 074 control_thompson_no_aero_debug PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/control_thompson_debug_extdiag -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_150241/control_thompson_extdiag_debug +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_373703/control_thompson_extdiag_debug Checking test 075 control_thompson_extdiag_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 191.145198 - 0: The maximum resident set size (KB) = 946336 + 0: The total amount of wall time = 187.027122 + 0: The maximum resident set size (KB) = 948852 Test 075 control_thompson_extdiag_debug PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/fv3_regional_debug -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_150241/regional_debug +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_373703/regional_debug Checking test 076 regional_debug results .... Comparing dynf000.nc .........OK Comparing dynf001.nc .........OK Comparing phyf000.nc .........OK Comparing phyf001.nc .........OK - 0: The total amount of wall time = 249.032285 - 0: The maximum resident set size (KB) = 625964 + 0: The total amount of wall time = 248.669624 + 0: The maximum resident set size (KB) = 615184 Test 076 regional_debug PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/rap_control_debug -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_150241/rap_control_debug +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_373703/rap_control_debug Checking test 077 rap_control_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 270.221714 - 0: The maximum resident set size (KB) = 913200 + 0: The total amount of wall time = 280.527392 + 0: The maximum resident set size (KB) = 907432 Test 077 rap_control_debug PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/rap_control_debug -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_150241/rap_unified_drag_suite_debug +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_373703/rap_unified_drag_suite_debug Checking test 078 rap_unified_drag_suite_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 275.963653 - 0: The maximum resident set size (KB) = 913948 + 0: The total amount of wall time = 275.215153 + 0: The maximum resident set size (KB) = 908560 Test 078 rap_unified_drag_suite_debug PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/rap_diag_debug -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_150241/rap_diag_debug +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_373703/rap_diag_debug Checking test 079 rap_diag_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 300.234271 - 0: The maximum resident set size (KB) = 1009660 + 0: The total amount of wall time = 287.318664 + 0: The maximum resident set size (KB) = 1005668 Test 079 rap_diag_debug PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/rap_cires_ugwp_debug -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_150241/rap_cires_ugwp_debug +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_373703/rap_cires_ugwp_debug Checking test 080 rap_cires_ugwp_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 279.614552 - 0: The maximum resident set size (KB) = 916596 + 0: The total amount of wall time = 281.432672 + 0: The maximum resident set size (KB) = 916196 Test 080 rap_cires_ugwp_debug PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/rap_cires_ugwp_debug -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_150241/rap_unified_ugwp_debug +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_373703/rap_unified_ugwp_debug Checking test 081 rap_unified_ugwp_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 277.832908 - 0: The maximum resident set size (KB) = 913908 + 0: The total amount of wall time = 283.474535 + 0: The maximum resident set size (KB) = 911984 Test 081 rap_unified_ugwp_debug PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/rap_noah_debug -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_150241/rap_noah_debug +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_373703/rap_noah_debug Checking test 082 rap_noah_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 273.917498 - 0: The maximum resident set size (KB) = 910440 + 0: The total amount of wall time = 267.347127 + 0: The maximum resident set size (KB) = 907856 Test 082 rap_noah_debug PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/rap_rrtmgp_debug -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_150241/rap_rrtmgp_debug +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_373703/rap_rrtmgp_debug Checking test 083 rap_rrtmgp_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 472.366408 - 0: The maximum resident set size (KB) = 1017224 + 0: The total amount of wall time = 461.292796 + 0: The maximum resident set size (KB) = 1011844 Test 083 rap_rrtmgp_debug PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/rap_lndp_debug -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_150241/rap_lndp_debug +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_373703/rap_lndp_debug Checking test 084 rap_lndp_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 274.808128 - 0: The maximum resident set size (KB) = 911364 + 0: The total amount of wall time = 271.783647 + 0: The maximum resident set size (KB) = 915320 Test 084 rap_lndp_debug PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/rap_sfcdiff_debug -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_150241/rap_sfcdiff_debug +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_373703/rap_sfcdiff_debug Checking test 085 rap_sfcdiff_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 279.145814 - 0: The maximum resident set size (KB) = 911980 + 0: The total amount of wall time = 276.121300 + 0: The maximum resident set size (KB) = 910780 Test 085 rap_sfcdiff_debug PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/rap_flake_debug -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_150241/rap_flake_debug +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_373703/rap_flake_debug Checking test 086 rap_flake_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 270.846609 - 0: The maximum resident set size (KB) = 909748 + 0: The total amount of wall time = 278.242348 + 0: The maximum resident set size (KB) = 913112 Test 086 rap_flake_debug PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/rap_noah_sfcdiff_cires_ugwp_debug -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_150241/rap_noah_sfcdiff_cires_ugwp_debug +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_373703/rap_noah_sfcdiff_cires_ugwp_debug Checking test 087 rap_noah_sfcdiff_cires_ugwp_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 442.833009 - 0: The maximum resident set size (KB) = 911808 + 0: The total amount of wall time = 452.364008 + 0: The maximum resident set size (KB) = 913636 Test 087 rap_noah_sfcdiff_cires_ugwp_debug PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/rrfs_v1beta_debug -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_150241/rrfs_v1beta_debug +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_373703/rrfs_v1beta_debug Checking test 088 rrfs_v1beta_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 272.944968 - 0: The maximum resident set size (KB) = 912092 + 0: The total amount of wall time = 269.441120 + 0: The maximum resident set size (KB) = 909768 Test 088 rrfs_v1beta_debug PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/control_wam_debug -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_150241/control_wam_debug +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_373703/control_wam_debug Checking test 089 control_wam_debug results .... Comparing sfcf019.nc .........OK Comparing atmf019.nc .........OK - 0: The total amount of wall time = 294.205400 - 0: The maximum resident set size (KB) = 275352 + 0: The total amount of wall time = 294.438563 + 0: The maximum resident set size (KB) = 268896 Test 089 control_wam_debug PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/hafs_regional_atm -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_150241/hafs_regional_atm +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_373703/hafs_regional_atm Checking test 090 hafs_regional_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc ............ALT CHECK......OK - 0: The total amount of wall time = 264.500344 - 0: The maximum resident set size (KB) = 851536 + 0: The total amount of wall time = 271.799796 + 0: The maximum resident set size (KB) = 848008 Test 090 hafs_regional_atm PASS +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/hafs_regional_atm_thompson_gfdlsf +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_373703/hafs_regional_atm_thompson_gfdlsf +Checking test 091 hafs_regional_atm_thompson_gfdlsf results .... + Comparing atmf006.nc .........OK + Comparing sfcf006.nc ............ALT CHECK......OK + + 0: The total amount of wall time = 305.308564 + 0: The maximum resident set size (KB) = 1204396 + +Test 091 hafs_regional_atm_thompson_gfdlsf PASS + + baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/hafs_regional_atm_ocn -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_150241/hafs_regional_atm_ocn -Checking test 091 hafs_regional_atm_ocn results .... +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_373703/hafs_regional_atm_ocn +Checking test 092 hafs_regional_atm_ocn results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing archv.2019_241_06.a .........OK @@ -2722,29 +2734,29 @@ Checking test 091 hafs_regional_atm_ocn results .... Comparing ufs.hafs.cpl.hi.2019-08-29-21600.nc .........OK Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK - 0: The total amount of wall time = 361.590560 - 0: The maximum resident set size (KB) = 890380 + 0: The total amount of wall time = 354.000952 + 0: The maximum resident set size (KB) = 887796 -Test 091 hafs_regional_atm_ocn PASS +Test 092 hafs_regional_atm_ocn PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/hafs_regional_atm_wav -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_150241/hafs_regional_atm_wav -Checking test 092 hafs_regional_atm_wav results .... +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_373703/hafs_regional_atm_wav +Checking test 093 hafs_regional_atm_wav results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc ............ALT CHECK......OK Comparing out_grd.ww3 .........OK Comparing out_pnt.ww3 .........OK - 0: The total amount of wall time = 791.726779 - 0: The maximum resident set size (KB) = 892576 + 0: The total amount of wall time = 775.229341 + 0: The maximum resident set size (KB) = 887052 -Test 092 hafs_regional_atm_wav PASS +Test 093 hafs_regional_atm_wav PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/hafs_regional_atm_ocn_wav -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_150241/hafs_regional_atm_ocn_wav -Checking test 093 hafs_regional_atm_ocn_wav results .... +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_373703/hafs_regional_atm_ocn_wav +Checking test 094 hafs_regional_atm_ocn_wav results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing archv.2019_241_06.a .........OK @@ -2752,184 +2764,184 @@ Checking test 093 hafs_regional_atm_ocn_wav results .... Comparing out_grd.ww3 .........OK Comparing out_pnt.ww3 .........OK - 0: The total amount of wall time = 889.474100 - 0: The maximum resident set size (KB) = 896248 + 0: The total amount of wall time = 871.384019 + 0: The maximum resident set size (KB) = 894020 -Test 093 hafs_regional_atm_ocn_wav PASS +Test 094 hafs_regional_atm_ocn_wav PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/hafs_regional_1nest_atm -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_150241/hafs_regional_1nest_atm -Checking test 094 hafs_regional_1nest_atm results .... +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_373703/hafs_regional_1nest_atm +Checking test 095 hafs_regional_1nest_atm results .... Comparing atmf006.nc ............ALT CHECK......OK Comparing sfcf006.nc .........OK - 0: The total amount of wall time = 421.591087 - 0: The maximum resident set size (KB) = 388584 + 0: The total amount of wall time = 423.028625 + 0: The maximum resident set size (KB) = 380712 -Test 094 hafs_regional_1nest_atm PASS +Test 095 hafs_regional_1nest_atm PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/hafs_regional_telescopic_2nests_atm -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_150241/hafs_regional_telescopic_2nests_atm -Checking test 095 hafs_regional_telescopic_2nests_atm results .... +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_373703/hafs_regional_telescopic_2nests_atm +Checking test 096 hafs_regional_telescopic_2nests_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc ............ALT CHECK......OK - 0: The total amount of wall time = 402.496319 - 0: The maximum resident set size (KB) = 396140 + 0: The total amount of wall time = 405.611965 + 0: The maximum resident set size (KB) = 405952 -Test 095 hafs_regional_telescopic_2nests_atm PASS +Test 096 hafs_regional_telescopic_2nests_atm PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/hafs_global_1nest_atm -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_150241/hafs_global_1nest_atm -Checking test 096 hafs_global_1nest_atm results .... +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_373703/hafs_global_1nest_atm +Checking test 097 hafs_global_1nest_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc ............ALT CHECK......OK - 0: The total amount of wall time = 194.893543 - 0: The maximum resident set size (KB) = 247860 + 0: The total amount of wall time = 188.448160 + 0: The maximum resident set size (KB) = 249440 -Test 096 hafs_global_1nest_atm PASS +Test 097 hafs_global_1nest_atm PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/hafs_global_multiple_4nests_atm -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_150241/hafs_global_multiple_4nests_atm -Checking test 097 hafs_global_multiple_4nests_atm results .... +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_373703/hafs_global_multiple_4nests_atm +Checking test 098 hafs_global_multiple_4nests_atm results .... Comparing atmf006.nc ............ALT CHECK......OK Comparing sfcf006.nc ............ALT CHECK......OK - 0: The total amount of wall time = 436.061190 - 0: The maximum resident set size (KB) = 365656 + 0: The total amount of wall time = 424.893661 + 0: The maximum resident set size (KB) = 367296 -Test 097 hafs_global_multiple_4nests_atm PASS +Test 098 hafs_global_multiple_4nests_atm PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/hafs_regional_docn -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_150241/hafs_regional_docn -Checking test 098 hafs_regional_docn results .... +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_373703/hafs_regional_docn +Checking test 099 hafs_regional_docn results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing ufs.hafs.cpl.hi.2019-08-29-21600.nc .........OK Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK Comparing ufs.hafs.docn.r.2019-08-29-21600.nc .........OK - 0: The total amount of wall time = 363.743805 - 0: The maximum resident set size (KB) = 882972 + 0: The total amount of wall time = 341.787426 + 0: The maximum resident set size (KB) = 866324 -Test 098 hafs_regional_docn PASS +Test 099 hafs_regional_docn PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/hafs_regional_docn_oisst -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_150241/hafs_regional_docn_oisst -Checking test 099 hafs_regional_docn_oisst results .... +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_373703/hafs_regional_docn_oisst +Checking test 100 hafs_regional_docn_oisst results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing ufs.hafs.cpl.hi.2019-08-29-21600.nc .........OK Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK Comparing ufs.hafs.docn.r.2019-08-29-21600.nc .........OK - 0: The total amount of wall time = 351.616722 - 0: The maximum resident set size (KB) = 884008 + 0: The total amount of wall time = 342.024015 + 0: The maximum resident set size (KB) = 885280 -Test 099 hafs_regional_docn_oisst PASS +Test 100 hafs_regional_docn_oisst PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/hafs_regional_datm_cdeps -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_150241/hafs_regional_datm_cdeps -Checking test 100 hafs_regional_datm_cdeps results .... +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_373703/hafs_regional_datm_cdeps +Checking test 101 hafs_regional_datm_cdeps results .... Comparing ufs.hafs.cpl.hi.2019-08-30-00000.nc .........OK Comparing ufs.hafs.cpl.r.2019-08-30-00000.nc .........OK Comparing ufs.hafs.datm.r.2019-08-30-00000.nc .........OK - 0: The total amount of wall time = 941.304934 - 0: The maximum resident set size (KB) = 868480 + 0: The total amount of wall time = 915.010008 + 0: The maximum resident set size (KB) = 867464 -Test 100 hafs_regional_datm_cdeps PASS +Test 101 hafs_regional_datm_cdeps PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/datm_cdeps_control_cfsr -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_150241/datm_cdeps_control_cfsr -Checking test 101 datm_cdeps_control_cfsr results .... +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_373703/datm_cdeps_control_cfsr +Checking test 102 datm_cdeps_control_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 139.399298 - 0: The maximum resident set size (KB) = 722696 + 0: The total amount of wall time = 137.783254 + 0: The maximum resident set size (KB) = 722620 -Test 101 datm_cdeps_control_cfsr PASS +Test 102 datm_cdeps_control_cfsr PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/datm_cdeps_control_cfsr -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_150241/datm_cdeps_restart_cfsr -Checking test 102 datm_cdeps_restart_cfsr results .... +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_373703/datm_cdeps_restart_cfsr +Checking test 103 datm_cdeps_restart_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 103.145097 - 0: The maximum resident set size (KB) = 721284 + 0: The total amount of wall time = 102.665161 + 0: The maximum resident set size (KB) = 720284 -Test 102 datm_cdeps_restart_cfsr PASS +Test 103 datm_cdeps_restart_cfsr PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/datm_cdeps_control_gefs -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_150241/datm_cdeps_control_gefs -Checking test 103 datm_cdeps_control_gefs results .... +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_373703/datm_cdeps_control_gefs +Checking test 104 datm_cdeps_control_gefs results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 137.243986 - 0: The maximum resident set size (KB) = 622904 + 0: The total amount of wall time = 134.832105 + 0: The maximum resident set size (KB) = 621876 -Test 103 datm_cdeps_control_gefs PASS +Test 104 datm_cdeps_control_gefs PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/datm_cdeps_stochy_gefs -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_150241/datm_cdeps_stochy_gefs -Checking test 104 datm_cdeps_stochy_gefs results .... +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_373703/datm_cdeps_stochy_gefs +Checking test 105 datm_cdeps_stochy_gefs results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 137.833840 - 0: The maximum resident set size (KB) = 621440 + 0: The total amount of wall time = 135.594476 + 0: The maximum resident set size (KB) = 620324 -Test 104 datm_cdeps_stochy_gefs PASS +Test 105 datm_cdeps_stochy_gefs PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/datm_cdeps_bulk_cfsr -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_150241/datm_cdeps_bulk_cfsr -Checking test 105 datm_cdeps_bulk_cfsr results .... +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_373703/datm_cdeps_bulk_cfsr +Checking test 106 datm_cdeps_bulk_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 139.489134 - 0: The maximum resident set size (KB) = 722680 + 0: The total amount of wall time = 138.709553 + 0: The maximum resident set size (KB) = 723036 -Test 105 datm_cdeps_bulk_cfsr PASS +Test 106 datm_cdeps_bulk_cfsr PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/datm_cdeps_bulk_gefs -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_150241/datm_cdeps_bulk_gefs -Checking test 106 datm_cdeps_bulk_gefs results .... +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_373703/datm_cdeps_bulk_gefs +Checking test 107 datm_cdeps_bulk_gefs results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 135.175972 - 0: The maximum resident set size (KB) = 624660 + 0: The total amount of wall time = 137.886274 + 0: The maximum resident set size (KB) = 622392 -Test 106 datm_cdeps_bulk_gefs PASS +Test 107 datm_cdeps_bulk_gefs PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/datm_cdeps_mx025_cfsr -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_150241/datm_cdeps_mx025_cfsr -Checking test 107 datm_cdeps_mx025_cfsr results .... +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_373703/datm_cdeps_mx025_cfsr +Checking test 108 datm_cdeps_mx025_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/MOM.res_1.nc .........OK Comparing RESTART/MOM.res_2.nc .........OK @@ -2937,15 +2949,15 @@ Checking test 107 datm_cdeps_mx025_cfsr results .... Comparing RESTART/iced.2011-10-01-43200.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-01-43200.nc .........OK - 0: The total amount of wall time = 300.314980 - 0: The maximum resident set size (KB) = 626368 + 0: The total amount of wall time = 294.659190 + 0: The maximum resident set size (KB) = 630880 -Test 107 datm_cdeps_mx025_cfsr PASS +Test 108 datm_cdeps_mx025_cfsr PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/datm_cdeps_mx025_gefs -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_150241/datm_cdeps_mx025_gefs -Checking test 108 datm_cdeps_mx025_gefs results .... +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_373703/datm_cdeps_mx025_gefs +Checking test 109 datm_cdeps_mx025_gefs results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/MOM.res_1.nc .........OK Comparing RESTART/MOM.res_2.nc .........OK @@ -2953,52 +2965,52 @@ Checking test 108 datm_cdeps_mx025_gefs results .... Comparing RESTART/iced.2011-10-01-43200.nc .........OK Comparing RESTART/DATM_GEFS.cpl.r.2011-10-01-43200.nc .........OK - 0: The total amount of wall time = 292.977541 - 0: The maximum resident set size (KB) = 595352 + 0: The total amount of wall time = 294.250805 + 0: The maximum resident set size (KB) = 600172 -Test 108 datm_cdeps_mx025_gefs PASS +Test 109 datm_cdeps_mx025_gefs PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/datm_cdeps_control_cfsr -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_150241/datm_cdeps_multiple_files_cfsr -Checking test 109 datm_cdeps_multiple_files_cfsr results .... +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_373703/datm_cdeps_multiple_files_cfsr +Checking test 110 datm_cdeps_multiple_files_cfsr results .... Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 137.230119 - 0: The maximum resident set size (KB) = 721640 + 0: The total amount of wall time = 137.892704 + 0: The maximum resident set size (KB) = 719392 -Test 109 datm_cdeps_multiple_files_cfsr PASS +Test 110 datm_cdeps_multiple_files_cfsr PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/datm_cdeps_3072x1536_cfsr -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_150241/datm_cdeps_3072x1536_cfsr -Checking test 110 datm_cdeps_3072x1536_cfsr results .... +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_373703/datm_cdeps_3072x1536_cfsr +Checking test 111 datm_cdeps_3072x1536_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR3072x1536.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 197.556176 - 0: The maximum resident set size (KB) = 1835364 + 0: The total amount of wall time = 183.890210 + 0: The maximum resident set size (KB) = 1835588 -Test 110 datm_cdeps_3072x1536_cfsr PASS +Test 111 datm_cdeps_3072x1536_cfsr PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/datm_cdeps_debug_cfsr -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_150241/datm_cdeps_debug_cfsr -Checking test 111 datm_cdeps_debug_cfsr results .... +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_373703/datm_cdeps_debug_cfsr +Checking test 112 datm_cdeps_debug_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-01-21600.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-01-21600.nc .........OK - 0: The total amount of wall time = 470.609842 - 0: The maximum resident set size (KB) = 728348 + 0: The total amount of wall time = 449.888902 + 0: The maximum resident set size (KB) = 726780 -Test 111 datm_cdeps_debug_cfsr PASS +Test 112 datm_cdeps_debug_cfsr PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/control_atmwav -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_150241/control_atmwav -Checking test 112 control_atmwav results .... +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_373703/control_atmwav +Checking test 113 control_atmwav results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK Comparing atmf000.nc .........OK @@ -3041,15 +3053,15 @@ Checking test 112 control_atmwav results .... Comparing RESTART/sfc_data.tile6.nc .........OK Comparing 20210322.180000.restart.glo_1deg .........OK - 0: The total amount of wall time = 81.745226 - 0: The maximum resident set size (KB) = 569444 + 0: The total amount of wall time = 80.487107 + 0: The maximum resident set size (KB) = 571236 -Test 112 control_atmwav PASS +Test 113 control_atmwav PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/control_c384gdas_wav -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_150241/control_c384gdas_wav -Checking test 113 control_c384gdas_wav results .... +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_373703/control_c384gdas_wav +Checking test 114 control_c384gdas_wav results .... Comparing sfcf000.nc .........OK Comparing sfcf003.nc .........OK Comparing atmf000.nc .........OK @@ -3094,12 +3106,12 @@ Checking test 113 control_c384gdas_wav results .... Comparing 20210322.030000.restart.gnh_10m .........OK Comparing 20210322.030000.restart.gsh_15m .........OK - 0: The total amount of wall time = 678.936051 - 0: The maximum resident set size (KB) = 1206040 + 0: The total amount of wall time = 682.266844 + 0: The maximum resident set size (KB) = 1210536 -Test 113 control_c384gdas_wav PASS +Test 114 control_c384gdas_wav PASS REGRESSION TEST WAS SUCCESSFUL -Thu Jan 13 21:42:27 CST 2022 -Elapsed time: 00h:55m:29s. Have a nice day! +Tue Jan 18 22:09:45 CST 2022 +Elapsed time: 00h:53m:11s. Have a nice day! From eef6024d547c9dbe23ec2a2e53c1123ab5e6af49 Mon Sep 17 00:00:00 2001 From: Brian Curtis Date: Wed, 19 Jan 2022 04:32:39 +0000 Subject: [PATCH 12/17] RT JOBS PASSED: gaea.intel. Log file uploaded. on-behalf-of @ufs-community --- tests/RegressionTests_gaea.intel.log | 810 ++++++++++++++------------- 1 file changed, 411 insertions(+), 399 deletions(-) diff --git a/tests/RegressionTests_gaea.intel.log b/tests/RegressionTests_gaea.intel.log index d1255dbc0c..7ae13e26f2 100644 --- a/tests/RegressionTests_gaea.intel.log +++ b/tests/RegressionTests_gaea.intel.log @@ -1,23 +1,23 @@ -Thu Jan 13 21:57:20 EST 2022 +Tue Jan 18 21:49:48 EST 2022 Start Regression test -Compile 001 elapsed time 611 seconds. -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v16_coupled_nsstNoahmpUGWPv1,FV3_GFS_v16_coupled_p7_rrtmgp,FV3_GFS_v16_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 002 elapsed time 274 seconds. -DAPP=S2S -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v16_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile 003 elapsed time 508 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v15_thompson_mynn,FV3_GFS_v15_thompson_mynn_RRTMGP,FV3_GFS_v16_p7_rrtmgp,FV3_GFS_v16_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 004 elapsed time 487 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_RRFS_v1beta -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 005 elapsed time 523 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_RRTMGP,FV3_GFS_v16_csawmg,FV3_GFS_v16_flake,FV3_GFS_v16_ugwpv1,FV3_GFS_v16_ras,FV3_GFS_v16_thompson,FV3_GFS_v16_noahmp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 006 elapsed time 487 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DREPRO=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -Compile 007 elapsed time 260 seconds. -DAPP=ATM -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v16_RRTMGP,FV3_GFS_v16_csawmg,FV3_GFS_v16_flake,FV3_GFS_v16_ugwpv1,FV3_GFS_v16_ras,FV3_GFS_v16_noahmp,FV3_GFS_v16_thompson,FV3_GFS_v15_thompson_mynn,FV3_GFS_v16_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 008 elapsed time 541 seconds. -DAPP=ATM -DDEBUG=ON -DCCPP_SUITES=FV3_RAP,FV3_RAP_cires_ugwp,FV3_RAP_unified_ugwp,FV3_RAP_noah,FV3_RAP_RRTMGP,FV3_RAP_sfcdiff,FV3_RAP_flake,FV3_RAP_noah_sfcdiff_cires_ugwp,FV3_RRFS_v1beta -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 009 elapsed time 247 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 010 elapsed time 493 seconds. -DAPP=HAFSW -DCCPP_SUITES=FV3_HAFS_v0_gfdlmp_tedmf,FV3_HAFS_v0_gfdlmp_tedmf_nonsst -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 011 elapsed time 511 seconds. -DAPP=HAFS-ALL -DCCPP_SUITES=FV3_HAFS_v0_gfdlmp_tedmf,FV3_HAFS_v0_gfdlmp_tedmf_nonsst -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 012 elapsed time 327 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 013 elapsed time 139 seconds. -DAPP=NG-GODAS -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile 014 elapsed time 451 seconds. -DAPP=ATMW -DCCPP_SUITES=FV3_GFS_v16 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 001 elapsed time 1519 seconds. -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v16_coupled_nsstNoahmpUGWPv1,FV3_GFS_v16_coupled_p7_rrtmgp,FV3_GFS_v16_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 002 elapsed time 926 seconds. -DAPP=S2S -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v16_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile 003 elapsed time 481 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v15_thompson_mynn,FV3_GFS_v15_thompson_mynn_RRTMGP,FV3_GFS_v16_p7_rrtmgp,FV3_GFS_v16_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 004 elapsed time 484 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_RRFS_v1beta -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 005 elapsed time 861 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_RRTMGP,FV3_GFS_v16_csawmg,FV3_GFS_v16_flake,FV3_GFS_v16_ugwpv1,FV3_GFS_v16_ras,FV3_GFS_v16_thompson,FV3_GFS_v16_noahmp -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 006 elapsed time 590 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DREPRO=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit +Compile 007 elapsed time 243 seconds. -DAPP=ATM -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v16_RRTMGP,FV3_GFS_v16_csawmg,FV3_GFS_v16_flake,FV3_GFS_v16_ugwpv1,FV3_GFS_v16_ras,FV3_GFS_v16_noahmp,FV3_GFS_v16_thompson,FV3_GFS_v15_thompson_mynn,FV3_GFS_v16_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 008 elapsed time 242 seconds. -DAPP=ATM -DDEBUG=ON -DCCPP_SUITES=FV3_RAP,FV3_RAP_cires_ugwp,FV3_RAP_unified_ugwp,FV3_RAP_noah,FV3_RAP_RRTMGP,FV3_RAP_sfcdiff,FV3_RAP_flake,FV3_RAP_noah_sfcdiff_cires_ugwp,FV3_RRFS_v1beta -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 009 elapsed time 207 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 010 elapsed time 748 seconds. -DAPP=HAFSW -DCCPP_SUITES=FV3_HAFS_v0_gfdlmp_tedmf,FV3_HAFS_v0_gfdlmp_tedmf_nonsst,FV3_HAFS_v0_thompson_tedmf_gfdlsf -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 011 elapsed time 819 seconds. -DAPP=HAFS-ALL -DCCPP_SUITES=FV3_HAFS_v0_gfdlmp_tedmf,FV3_HAFS_v0_gfdlmp_tedmf_nonsst -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 012 elapsed time 285 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 013 elapsed time 709 seconds. -DAPP=NG-GODAS -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile 014 elapsed time 498 seconds. -DAPP=ATMW -DCCPP_SUITES=FV3_GFS_v16 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/cpld_control_p8 -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29768/cpld_control_p8 +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_21800/cpld_control_p8 Checking test 001 cpld_control_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -70,14 +70,14 @@ Checking test 001 cpld_control_p8 results .... Comparing 20210323.060000.out_pnt.points .........OK Comparing 20210323.060000.restart.glo_1deg .........OK - 0: The total amount of wall time = 247.835735 - 0: The maximum resident set size (KB) = 521116 + 0: The total amount of wall time = 282.549798 + 0: The maximum resident set size (KB) = 495168 Test 001 cpld_control_p8 PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/cpld_control_p8 -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29768/cpld_2threads_p8 +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_21800/cpld_2threads_p8 Checking test 002 cpld_2threads_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -130,14 +130,14 @@ Checking test 002 cpld_2threads_p8 results .... Comparing 20210323.060000.out_pnt.points .........OK Comparing 20210323.060000.restart.glo_1deg .........OK - 0: The total amount of wall time = 312.555087 - 0: The maximum resident set size (KB) = 608792 + 0: The total amount of wall time = 354.577192 + 0: The maximum resident set size (KB) = 612744 Test 002 cpld_2threads_p8 PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/cpld_control_p8 -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29768/cpld_decomp_p8 +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_21800/cpld_decomp_p8 Checking test 003 cpld_decomp_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -190,14 +190,14 @@ Checking test 003 cpld_decomp_p8 results .... Comparing 20210323.060000.out_pnt.points .........OK Comparing 20210323.060000.restart.glo_1deg .........OK - 0: The total amount of wall time = 253.163823 - 0: The maximum resident set size (KB) = 493444 + 0: The total amount of wall time = 285.734874 + 0: The maximum resident set size (KB) = 518896 Test 003 cpld_decomp_p8 PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/cpld_control_p8 -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29768/cpld_mpi_p8 +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_21800/cpld_mpi_p8 Checking test 004 cpld_mpi_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -250,14 +250,14 @@ Checking test 004 cpld_mpi_p8 results .... Comparing 20210323.060000.out_pnt.points .........OK Comparing 20210323.060000.restart.glo_1deg .........OK - 0: The total amount of wall time = 241.370341 - 0: The maximum resident set size (KB) = 499136 + 0: The total amount of wall time = 241.706977 + 0: The maximum resident set size (KB) = 472676 Test 004 cpld_mpi_p8 PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/cpld_control_p7_rrtmgp -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29768/cpld_control_p7_rrtmgp +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_21800/cpld_control_p7_rrtmgp Checking test 005 cpld_control_p7_rrtmgp results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -310,14 +310,14 @@ Checking test 005 cpld_control_p7_rrtmgp results .... Comparing 20210323.060000.out_pnt.points .........OK Comparing 20210323.060000.restart.glo_1deg .........OK - 0: The total amount of wall time = 297.159602 - 0: The maximum resident set size (KB) = 617592 + 0: The total amount of wall time = 334.839753 + 0: The maximum resident set size (KB) = 591524 Test 005 cpld_control_p7_rrtmgp PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/cpld_bmark_p7 -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29768/cpld_bmark_p7 +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_21800/cpld_bmark_p7 Checking test 006 cpld_bmark_p7 results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK @@ -362,14 +362,14 @@ Checking test 006 cpld_bmark_p7 results .... Comparing RESTART/iced.2013-04-01-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2013-04-01-21600.nc .........OK - 0: The total amount of wall time = 962.418758 - 0: The maximum resident set size (KB) = 1161332 + 0: The total amount of wall time = 979.976364 + 0: The maximum resident set size (KB) = 1161716 Test 006 cpld_bmark_p7 PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/cpld_bmark_p8 -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29768/cpld_bmark_p8 +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_21800/cpld_bmark_p8 Checking test 007 cpld_bmark_p8 results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK @@ -414,14 +414,14 @@ Checking test 007 cpld_bmark_p8 results .... Comparing RESTART/iced.2013-04-01-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2013-04-01-21600.nc .........OK - 0: The total amount of wall time = 949.383042 - 0: The maximum resident set size (KB) = 1160216 + 0: The total amount of wall time = 988.419748 + 0: The maximum resident set size (KB) = 1161460 Test 007 cpld_bmark_p8 PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/cpld_bmark_p8 -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29768/cpld_bmark_mpi_p8 +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_21800/cpld_bmark_mpi_p8 Checking test 008 cpld_bmark_mpi_p8 results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK @@ -466,14 +466,14 @@ Checking test 008 cpld_bmark_mpi_p8 results .... Comparing RESTART/iced.2013-04-01-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2013-04-01-21600.nc .........OK - 0: The total amount of wall time = 933.920796 - 0: The maximum resident set size (KB) = 1161840 + 0: The total amount of wall time = 960.192571 + 0: The maximum resident set size (KB) = 1162364 Test 008 cpld_bmark_mpi_p8 PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/cpld_control_c96_p8 -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29768/cpld_control_c96_p8 +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_21800/cpld_control_c96_p8 Checking test 009 cpld_control_c96_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -523,14 +523,14 @@ Checking test 009 cpld_control_c96_p8 results .... Comparing RESTART/iced.2021-03-23-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK - 0: The total amount of wall time = 248.260744 - 0: The maximum resident set size (KB) = 517008 + 0: The total amount of wall time = 239.778061 + 0: The maximum resident set size (KB) = 491576 Test 009 cpld_control_c96_p8 PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/cpld_control_c96_p8 -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29768/cpld_restart_c96_p8 +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_21800/cpld_restart_c96_p8 Checking test 010 cpld_restart_c96_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -580,14 +580,14 @@ Checking test 010 cpld_restart_c96_p8 results .... Comparing RESTART/iced.2021-03-23-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK - 0: The total amount of wall time = 153.870191 - 0: The maximum resident set size (KB) = 322080 + 0: The total amount of wall time = 152.853672 + 0: The maximum resident set size (KB) = 322108 Test 010 cpld_restart_c96_p8 PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/cpld_control_c192_p8 -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29768/cpld_control_c192_p8 +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_21800/cpld_control_c192_p8 Checking test 011 cpld_control_c192_p8 results .... Comparing sfcf036.tile1.nc .........OK Comparing sfcf036.tile2.nc .........OK @@ -637,14 +637,14 @@ Checking test 011 cpld_control_c192_p8 results .... Comparing RESTART/iced.2021-03-23-64800.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-64800.nc .........OK - 0: The total amount of wall time = 979.012650 - 0: The maximum resident set size (KB) = 686956 + 0: The total amount of wall time = 1035.652742 + 0: The maximum resident set size (KB) = 661804 Test 011 cpld_control_c192_p8 PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/cpld_control_c192_p8 -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29768/cpld_restart_c192_p8 +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_21800/cpld_restart_c192_p8 Checking test 012 cpld_restart_c192_p8 results .... Comparing sfcf036.tile1.nc .........OK Comparing sfcf036.tile2.nc .........OK @@ -694,14 +694,14 @@ Checking test 012 cpld_restart_c192_p8 results .... Comparing RESTART/iced.2021-03-23-64800.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-64800.nc .........OK - 0: The total amount of wall time = 690.830001 - 0: The maximum resident set size (KB) = 757340 + 0: The total amount of wall time = 662.373202 + 0: The maximum resident set size (KB) = 757880 Test 012 cpld_restart_c192_p8 PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/cpld_control_c384_p8 -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29768/cpld_control_c384_p8 +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_21800/cpld_control_c384_p8 Checking test 013 cpld_control_c384_p8 results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK @@ -744,14 +744,14 @@ Checking test 013 cpld_control_c384_p8 results .... Comparing RESTART/iced.2021-03-22-43200.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-22-43200.nc .........OK - 0: The total amount of wall time = 1141.763387 - 0: The maximum resident set size (KB) = 1183820 + 0: The total amount of wall time = 1100.004007 + 0: The maximum resident set size (KB) = 1190700 Test 013 cpld_control_c384_p8 PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/cpld_control_c384_p8 -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29768/cpld_restart_c384_p8 +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_21800/cpld_restart_c384_p8 Checking test 014 cpld_restart_c384_p8 results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK @@ -794,14 +794,14 @@ Checking test 014 cpld_restart_c384_p8 results .... Comparing RESTART/iced.2021-03-22-43200.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-22-43200.nc .........OK - 0: The total amount of wall time = 607.462964 - 0: The maximum resident set size (KB) = 1148924 + 0: The total amount of wall time = 593.355077 + 0: The maximum resident set size (KB) = 1148604 Test 014 cpld_restart_c384_p8 PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/cpld_debug_p8 -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29768/cpld_debug_p8 +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_21800/cpld_debug_p8 Checking test 015 cpld_debug_p8 results .... Comparing sfcf006.tile1.nc .........OK Comparing sfcf006.tile2.nc .........OK @@ -851,14 +851,14 @@ Checking test 015 cpld_debug_p8 results .... Comparing RESTART/iced.2021-03-22-43200.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-22-43200.nc .........OK - 0: The total amount of wall time = 638.585866 - 0: The maximum resident set size (KB) = 577616 + 0: The total amount of wall time = 627.847677 + 0: The maximum resident set size (KB) = 578088 Test 015 cpld_debug_p8 PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/control -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29768/control +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_21800/control Checking test 016 control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -905,14 +905,14 @@ Checking test 016 control results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 162.105788 - 0: The maximum resident set size (KB) = 437432 + 0: The total amount of wall time = 164.063475 + 0: The maximum resident set size (KB) = 437528 Test 016 control PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/control -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29768/control_decomp +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_21800/control_decomp Checking test 017 control_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -955,14 +955,14 @@ Checking test 017 control_decomp results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 138.070454 - 0: The maximum resident set size (KB) = 436888 + 0: The total amount of wall time = 146.854634 + 0: The maximum resident set size (KB) = 437008 Test 017 control_decomp PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/control -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29768/control_2threads +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_21800/control_2threads Checking test 018 control_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1005,14 +1005,14 @@ Checking test 018 control_2threads results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 197.409748 - 0: The maximum resident set size (KB) = 489460 + 0: The total amount of wall time = 170.601969 + 0: The maximum resident set size (KB) = 489348 Test 018 control_2threads PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/control -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29768/control_restart +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_21800/control_restart Checking test 019 control_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -1051,14 +1051,14 @@ Checking test 019 control_restart results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 99.318691 - 0: The maximum resident set size (KB) = 170472 + 0: The total amount of wall time = 73.191127 + 0: The maximum resident set size (KB) = 170240 Test 019 control_restart PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/control -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29768/control_fhzero +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_21800/control_fhzero Checking test 020 control_fhzero results .... Comparing sfcf000.nc ............ALT CHECK......OK Comparing sfcf021.nc ............ALT CHECK......OK @@ -1101,14 +1101,14 @@ Checking test 020 control_fhzero results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 151.433170 - 0: The maximum resident set size (KB) = 437540 + 0: The total amount of wall time = 146.220555 + 0: The maximum resident set size (KB) = 437696 Test 020 control_fhzero PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/control_CubedSphereGrid -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29768/control_CubedSphereGrid +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_21800/control_CubedSphereGrid Checking test 021 control_CubedSphereGrid results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK @@ -1135,14 +1135,14 @@ Checking test 021 control_CubedSphereGrid results .... Comparing atmf024.tile5.nc .........OK Comparing atmf024.tile6.nc .........OK - 0: The total amount of wall time = 126.399861 - 0: The maximum resident set size (KB) = 437868 + 0: The total amount of wall time = 151.720082 + 0: The maximum resident set size (KB) = 437832 Test 021 control_CubedSphereGrid PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/control_latlon -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29768/control_latlon +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_21800/control_latlon Checking test 022 control_latlon results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1153,14 +1153,14 @@ Checking test 022 control_latlon results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 129.826010 - 0: The maximum resident set size (KB) = 437572 + 0: The total amount of wall time = 156.561995 + 0: The maximum resident set size (KB) = 437656 Test 022 control_latlon PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/control_wrtGauss_netcdf_parallel -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29768/control_wrtGauss_netcdf_parallel +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_21800/control_wrtGauss_netcdf_parallel Checking test 023 control_wrtGauss_netcdf_parallel results .... Comparing sfcf000.nc ............ALT CHECK......OK Comparing sfcf024.nc .........OK @@ -1171,14 +1171,14 @@ Checking test 023 control_wrtGauss_netcdf_parallel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 166.758250 - 0: The maximum resident set size (KB) = 437724 + 0: The total amount of wall time = 173.451767 + 0: The maximum resident set size (KB) = 437684 Test 023 control_wrtGauss_netcdf_parallel PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/control_c48 -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29768/control_c48 +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_21800/control_c48 Checking test 024 control_c48 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1217,14 +1217,14 @@ Checking test 024 control_c48 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0: The total amount of wall time = 351.821564 -0: The maximum resident set size (KB) = 632188 +0: The total amount of wall time = 353.559834 +0: The maximum resident set size (KB) = 632132 Test 024 control_c48 PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/control_c192 -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29768/control_c192 +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_21800/control_c192 Checking test 025 control_c192 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1235,14 +1235,14 @@ Checking test 025 control_c192 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 535.256113 - 0: The maximum resident set size (KB) = 540536 + 0: The total amount of wall time = 536.518738 + 0: The maximum resident set size (KB) = 540460 Test 025 control_c192 PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/control_c384 -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29768/control_c384 +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_21800/control_c384 Checking test 026 control_c384 results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -1253,14 +1253,14 @@ Checking test 026 control_c384 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 926.511403 - 0: The maximum resident set size (KB) = 803188 + 0: The total amount of wall time = 922.748498 + 0: The maximum resident set size (KB) = 794064 Test 026 control_c384 PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/control_c384gdas -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29768/control_c384gdas +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_21800/control_c384gdas Checking test 027 control_c384gdas results .... Comparing sfcf000.nc .........OK Comparing sfcf006.nc .........OK @@ -1303,14 +1303,14 @@ Checking test 027 control_c384gdas results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 862.578706 - 0: The maximum resident set size (KB) = 937140 + 0: The total amount of wall time = 848.122169 + 0: The maximum resident set size (KB) = 937084 Test 027 control_c384gdas PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/control_stochy -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29768/control_stochy +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_21800/control_stochy Checking test 028 control_stochy results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -1321,28 +1321,28 @@ Checking test 028 control_stochy results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 114.091549 - 0: The maximum resident set size (KB) = 440560 + 0: The total amount of wall time = 117.132853 + 0: The maximum resident set size (KB) = 440576 Test 028 control_stochy PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/control_stochy -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29768/control_stochy_restart +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_21800/control_stochy_restart Checking test 029 control_stochy_restart results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK Comparing GFSFLX.GrbF12 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 77.887615 - 0: The maximum resident set size (KB) = 186740 + 0: The total amount of wall time = 72.560368 + 0: The maximum resident set size (KB) = 186800 Test 029 control_stochy_restart PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/control_lndp -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29768/control_lndp +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_21800/control_lndp Checking test 030 control_lndp results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -1353,14 +1353,14 @@ Checking test 030 control_lndp results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 105.909126 - 0: The maximum resident set size (KB) = 442544 + 0: The total amount of wall time = 107.140428 + 0: The maximum resident set size (KB) = 442632 Test 030 control_lndp PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/control_p8 -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29768/control_p8 +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_21800/control_p8 Checking test 031 control_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1407,14 +1407,14 @@ Checking test 031 control_p8 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 154.013576 + 0: The total amount of wall time = 168.794086 0: The maximum resident set size (KB) = 468368 Test 031 control_p8 PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/control_p8 -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29768/control_restart_p8 +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_21800/control_restart_p8 Checking test 032 control_restart_p8 results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -1453,14 +1453,14 @@ Checking test 032 control_restart_p8 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 91.687474 - 0: The maximum resident set size (KB) = 293192 + 0: The total amount of wall time = 99.586252 + 0: The maximum resident set size (KB) = 293356 Test 032 control_restart_p8 PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/control_p8 -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29768/control_decomp_p8 +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_21800/control_decomp_p8 Checking test 033 control_decomp_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1503,14 +1503,14 @@ Checking test 033 control_decomp_p8 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 175.969077 - 0: The maximum resident set size (KB) = 463044 + 0: The total amount of wall time = 197.168040 + 0: The maximum resident set size (KB) = 463080 Test 033 control_decomp_p8 PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/control_p8 -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29768/control_2threads_p8 +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_21800/control_2threads_p8 Checking test 034 control_2threads_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1553,14 +1553,14 @@ Checking test 034 control_2threads_p8 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 214.746384 - 0: The maximum resident set size (KB) = 543052 + 0: The total amount of wall time = 210.164727 + 0: The maximum resident set size (KB) = 543012 Test 034 control_2threads_p8 PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/control_p7_rrtmgp -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29768/control_p7_rrtmgp +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_21800/control_p7_rrtmgp Checking test 035 control_p7_rrtmgp results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1607,14 +1607,14 @@ Checking test 035 control_p7_rrtmgp results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 218.903362 - 0: The maximum resident set size (KB) = 567672 + 0: The total amount of wall time = 207.176875 + 0: The maximum resident set size (KB) = 567652 Test 035 control_p7_rrtmgp PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/fv3_regional_control -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29768/regional_control +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_21800/regional_control Checking test 036 regional_control results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK @@ -1625,28 +1625,28 @@ Checking test 036 regional_control results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF24 .........OK - 0: The total amount of wall time = 358.779033 - 0: The maximum resident set size (KB) = 540372 + 0: The total amount of wall time = 336.013759 + 0: The maximum resident set size (KB) = 539864 Test 036 regional_control PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/fv3_regional_control -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29768/regional_restart +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_21800/regional_restart Checking test 037 regional_restart results .... Comparing dynf024.nc .........OK Comparing phyf024.nc .........OK Comparing PRSLEV.GrbF24 .........OK Comparing NATLEV.GrbF24 .........OK - 0: The total amount of wall time = 210.494246 - 0: The maximum resident set size (KB) = 537344 + 0: The total amount of wall time = 218.112848 + 0: The maximum resident set size (KB) = 540228 Test 037 regional_restart PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/fv3_regional_noquilt -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29768/regional_noquilt +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_21800/regional_noquilt Checking test 038 regional_noquilt results .... Comparing atmos_4xdaily.nc .........OK Comparing fv3_history2d.nc .........OK @@ -1654,14 +1654,14 @@ Checking test 038 regional_noquilt results .... Comparing RESTART/fv_core.res.tile1_new.nc .........OK Comparing RESTART/fv_tracer.res.tile1_new.nc .........OK - 0: The total amount of wall time = 383.582097 - 0: The maximum resident set size (KB) = 549596 + 0: The total amount of wall time = 357.692161 + 0: The maximum resident set size (KB) = 547424 Test 038 regional_noquilt PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/fv3_regional_control -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29768/regional_2threads +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_21800/regional_2threads Checking test 039 regional_2threads results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK @@ -1672,14 +1672,14 @@ Checking test 039 regional_2threads results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF24 .........OK - 0: The total amount of wall time = 291.038687 - 0: The maximum resident set size (KB) = 542456 + 0: The total amount of wall time = 269.525296 + 0: The maximum resident set size (KB) = 542696 Test 039 regional_2threads PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/fv3_regional_hafs -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29768/regional_hafs +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_21800/regional_hafs Checking test 040 regional_hafs results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK @@ -1688,28 +1688,28 @@ Checking test 040 regional_hafs results .... Comparing HURPRS.GrbF00 .........OK Comparing HURPRS.GrbF24 .........OK - 0: The total amount of wall time = 335.413741 - 0: The maximum resident set size (KB) = 539056 + 0: The total amount of wall time = 332.838789 + 0: The maximum resident set size (KB) = 537732 Test 040 regional_hafs PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/fv3_regional_netcdf_parallel -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29768/regional_netcdf_parallel +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_21800/regional_netcdf_parallel Checking test 041 regional_netcdf_parallel results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK Comparing phyf000.nc .........OK Comparing phyf024.nc .........OK - 0: The total amount of wall time = 380.239900 - 0: The maximum resident set size (KB) = 538224 + 0: The total amount of wall time = 350.314058 + 0: The maximum resident set size (KB) = 536924 Test 041 regional_netcdf_parallel PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/fv3_regional_RRTMGP -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29768/regional_RRTMGP +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_21800/regional_RRTMGP Checking test 042 regional_RRTMGP results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK @@ -1720,14 +1720,14 @@ Checking test 042 regional_RRTMGP results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF24 .........OK - 0: The total amount of wall time = 483.776862 - 0: The maximum resident set size (KB) = 664132 + 0: The total amount of wall time = 450.487309 + 0: The maximum resident set size (KB) = 664912 Test 042 regional_RRTMGP PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/rap_control -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29768/rap_control +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_21800/rap_control Checking test 043 rap_control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1774,14 +1774,14 @@ Checking test 043 rap_control results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 379.515341 - 0: The maximum resident set size (KB) = 803544 + 0: The total amount of wall time = 386.189643 + 0: The maximum resident set size (KB) = 803604 Test 043 rap_control PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/rap_control -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29768/rap_2threads +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_21800/rap_2threads Checking test 044 rap_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1828,14 +1828,14 @@ Checking test 044 rap_2threads results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 499.474421 - 0: The maximum resident set size (KB) = 867560 + 0: The total amount of wall time = 510.467701 + 0: The maximum resident set size (KB) = 867428 Test 044 rap_2threads PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/rap_control -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29768/rap_restart +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_21800/rap_restart Checking test 045 rap_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -1874,14 +1874,14 @@ Checking test 045 rap_restart results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 193.898537 - 0: The maximum resident set size (KB) = 544396 + 0: The total amount of wall time = 223.415421 + 0: The maximum resident set size (KB) = 544284 Test 045 rap_restart PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/rap_sfcdiff -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29768/rap_sfcdiff +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_21800/rap_sfcdiff Checking test 046 rap_sfcdiff results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1928,14 +1928,14 @@ Checking test 046 rap_sfcdiff results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 405.555658 - 0: The maximum resident set size (KB) = 803616 + 0: The total amount of wall time = 411.615105 + 0: The maximum resident set size (KB) = 803404 Test 046 rap_sfcdiff PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/rap_sfcdiff -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29768/rap_sfcdiff_restart +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_21800/rap_sfcdiff_restart Checking test 047 rap_sfcdiff_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -1974,14 +1974,14 @@ Checking test 047 rap_sfcdiff_restart results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 194.401985 - 0: The maximum resident set size (KB) = 543156 + 0: The total amount of wall time = 205.327297 + 0: The maximum resident set size (KB) = 543136 Test 047 rap_sfcdiff_restart PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/hrrr_control -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29768/hrrr_control +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_21800/hrrr_control Checking test 048 hrrr_control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -2028,14 +2028,14 @@ Checking test 048 hrrr_control results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 364.455882 - 0: The maximum resident set size (KB) = 801136 + 0: The total amount of wall time = 390.581229 + 0: The maximum resident set size (KB) = 800996 Test 048 hrrr_control PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/rrfs_v1beta -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29768/rrfs_v1beta +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_21800/rrfs_v1beta Checking test 049 rrfs_v1beta results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -2082,14 +2082,14 @@ Checking test 049 rrfs_v1beta results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 378.927832 - 0: The maximum resident set size (KB) = 800820 + 0: The total amount of wall time = 378.519929 + 0: The maximum resident set size (KB) = 800760 Test 049 rrfs_v1beta PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/rrfs_conus13km_hrrr_warm -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29768/rrfs_conus13km_hrrr_warm +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_21800/rrfs_conus13km_hrrr_warm Checking test 050 rrfs_conus13km_hrrr_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -2098,14 +2098,14 @@ Checking test 050 rrfs_conus13km_hrrr_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 189.780283 - 0: The maximum resident set size (KB) = 611728 + 0: The total amount of wall time = 189.145791 + 0: The maximum resident set size (KB) = 612108 Test 050 rrfs_conus13km_hrrr_warm PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/rrfs_conus13km_radar_tten_warm -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29768/rrfs_conus13km_radar_tten_warm +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_21800/rrfs_conus13km_radar_tten_warm Checking test 051 rrfs_conus13km_radar_tten_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -2114,14 +2114,14 @@ Checking test 051 rrfs_conus13km_radar_tten_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 192.271546 - 0: The maximum resident set size (KB) = 614300 + 0: The total amount of wall time = 190.662268 + 0: The maximum resident set size (KB) = 614188 Test 051 rrfs_conus13km_radar_tten_warm PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/control_rrtmgp -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29768/control_rrtmgp +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_21800/control_rrtmgp Checking test 052 control_rrtmgp results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2132,14 +2132,14 @@ Checking test 052 control_rrtmgp results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 238.057503 - 0: The maximum resident set size (KB) = 564732 + 0: The total amount of wall time = 241.293351 + 0: The maximum resident set size (KB) = 564792 Test 052 control_rrtmgp PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/control_rrtmgp_c192 -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29768/control_rrtmgp_c192 +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_21800/control_rrtmgp_c192 Checking test 053 control_rrtmgp_c192 results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -2150,14 +2150,14 @@ Checking test 053 control_rrtmgp_c192 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 602.446745 - 0: The maximum resident set size (KB) = 775708 + 0: The total amount of wall time = 596.455835 + 0: The maximum resident set size (KB) = 775356 Test 053 control_rrtmgp_c192 PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/control_csawmgt -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29768/control_csawmgt +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_21800/control_csawmgt Checking test 054 control_csawmgt results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2168,14 +2168,14 @@ Checking test 054 control_csawmgt results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 372.294308 - 0: The maximum resident set size (KB) = 504808 + 0: The total amount of wall time = 367.195097 + 0: The maximum resident set size (KB) = 504872 Test 054 control_csawmgt PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/control_flake -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29768/control_flake +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_21800/control_flake Checking test 055 control_flake results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2186,14 +2186,14 @@ Checking test 055 control_flake results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 254.353175 - 0: The maximum resident set size (KB) = 506404 + 0: The total amount of wall time = 252.843824 + 0: The maximum resident set size (KB) = 506644 Test 055 control_flake PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/control_ras -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29768/control_ras +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_21800/control_ras Checking test 056 control_ras results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2204,14 +2204,14 @@ Checking test 056 control_ras results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 181.644882 - 0: The maximum resident set size (KB) = 471252 + 0: The total amount of wall time = 208.910243 + 0: The maximum resident set size (KB) = 471248 Test 056 control_ras PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/control_thompson -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29768/control_thompson +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_21800/control_thompson Checking test 057 control_thompson results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2222,14 +2222,14 @@ Checking test 057 control_thompson results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 258.016259 - 0: The maximum resident set size (KB) = 820592 + 0: The total amount of wall time = 254.109393 + 0: The maximum resident set size (KB) = 820556 Test 057 control_thompson PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/control_thompson_no_aero -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29768/control_thompson_no_aero +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_21800/control_thompson_no_aero Checking test 058 control_thompson_no_aero results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2240,54 +2240,54 @@ Checking test 058 control_thompson_no_aero results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 248.300490 - 0: The maximum resident set size (KB) = 815260 + 0: The total amount of wall time = 243.965748 + 0: The maximum resident set size (KB) = 815120 Test 058 control_thompson_no_aero PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/control_wam_repro -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29768/control_wam_repro +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_21800/control_wam_repro Checking test 059 control_wam results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK - 0: The total amount of wall time = 146.731007 - 0: The maximum resident set size (KB) = 182020 + 0: The total amount of wall time = 144.256833 + 0: The maximum resident set size (KB) = 182072 Test 059 control_wam PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/control_debug -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29768/control_debug +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_21800/control_debug Checking test 060 control_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 149.610408 - 0: The maximum resident set size (KB) = 503756 + 0: The total amount of wall time = 150.096572 + 0: The maximum resident set size (KB) = 503856 Test 060 control_debug PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/control_debug -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29768/control_2threads_debug +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_21800/control_2threads_debug Checking test 061 control_2threads_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 257.241946 - 0: The maximum resident set size (KB) = 554244 + 0: The total amount of wall time = 257.489503 + 0: The maximum resident set size (KB) = 554512 Test 061 control_2threads_debug PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/control_CubedSphereGrid_debug -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29768/control_CubedSphereGrid_debug +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_21800/control_CubedSphereGrid_debug Checking test 062 control_CubedSphereGrid_debug results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK @@ -2314,389 +2314,401 @@ Checking test 062 control_CubedSphereGrid_debug results .... Comparing atmf001.tile5.nc .........OK Comparing atmf001.tile6.nc .........OK - 0: The total amount of wall time = 158.307224 - 0: The maximum resident set size (KB) = 504496 + 0: The total amount of wall time = 156.016426 + 0: The maximum resident set size (KB) = 504980 Test 062 control_CubedSphereGrid_debug PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/control_wrtGauss_netcdf_parallel_debug -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29768/control_wrtGauss_netcdf_parallel_debug +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_21800/control_wrtGauss_netcdf_parallel_debug Checking test 063 control_wrtGauss_netcdf_parallel_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc ............ALT CHECK......OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 158.803429 - 0: The maximum resident set size (KB) = 503612 + 0: The total amount of wall time = 171.459304 + 0: The maximum resident set size (KB) = 504100 Test 063 control_wrtGauss_netcdf_parallel_debug PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/control_stochy_debug -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29768/control_stochy_debug +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_21800/control_stochy_debug Checking test 064 control_stochy_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 168.093361 - 0: The maximum resident set size (KB) = 508100 + 0: The total amount of wall time = 169.647196 + 0: The maximum resident set size (KB) = 508640 Test 064 control_stochy_debug PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/control_lndp_debug -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29768/control_lndp_debug +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_21800/control_lndp_debug Checking test 065 control_lndp_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 153.458481 - 0: The maximum resident set size (KB) = 509108 + 0: The total amount of wall time = 151.889031 + 0: The maximum resident set size (KB) = 508716 Test 065 control_lndp_debug PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/control_rrtmgp_debug -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29768/control_rrtmgp_debug +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_21800/control_rrtmgp_debug Checking test 066 control_rrtmgp_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 167.437430 - 0: The maximum resident set size (KB) = 608972 + 0: The total amount of wall time = 171.015033 + 0: The maximum resident set size (KB) = 609380 Test 066 control_rrtmgp_debug PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/control_csawmg_debug -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29768/control_csawmg_debug +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_21800/control_csawmg_debug Checking test 067 control_csawmg_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 250.047393 - 0: The maximum resident set size (KB) = 545400 + 0: The total amount of wall time = 256.083410 + 0: The maximum resident set size (KB) = 545548 Test 067 control_csawmg_debug PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/control_csawmgt_debug -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29768/control_csawmgt_debug +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_21800/control_csawmgt_debug Checking test 068 control_csawmgt_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 242.946773 - 0: The maximum resident set size (KB) = 545828 + 0: The total amount of wall time = 250.235118 + 0: The maximum resident set size (KB) = 545644 Test 068 control_csawmgt_debug PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/control_ras_debug -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29768/control_ras_debug +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_21800/control_ras_debug Checking test 069 control_ras_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 155.741371 - 0: The maximum resident set size (KB) = 516908 + 0: The total amount of wall time = 158.675349 + 0: The maximum resident set size (KB) = 517004 Test 069 control_ras_debug PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/control_diag_debug -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29768/control_diag_debug +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_21800/control_diag_debug Checking test 070 control_diag_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 155.673592 - 0: The maximum resident set size (KB) = 561200 + 0: The total amount of wall time = 160.172535 + 0: The maximum resident set size (KB) = 561196 Test 070 control_diag_debug PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/control_debug_p8 -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29768/control_debug_p8 +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_21800/control_debug_p8 Checking test 071 control_debug_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 178.301426 - 0: The maximum resident set size (KB) = 529240 + 0: The total amount of wall time = 181.465224 + 0: The maximum resident set size (KB) = 529552 Test 071 control_debug_p8 PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/control_thompson_debug -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29768/control_thompson_debug +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_21800/control_thompson_debug Checking test 072 control_thompson_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 187.281512 - 0: The maximum resident set size (KB) = 863604 + 0: The total amount of wall time = 194.754742 + 0: The maximum resident set size (KB) = 863588 Test 072 control_thompson_debug PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/control_thompson_no_aero_debug -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29768/control_thompson_no_aero_debug +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_21800/control_thompson_no_aero_debug Checking test 073 control_thompson_no_aero_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 172.951038 - 0: The maximum resident set size (KB) = 858932 + 0: The total amount of wall time = 176.801176 + 0: The maximum resident set size (KB) = 859044 Test 073 control_thompson_no_aero_debug PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/control_thompson_debug_extdiag -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29768/control_thompson_extdiag_debug +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_21800/control_thompson_extdiag_debug Checking test 074 control_thompson_extdiag_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 186.114010 - 0: The maximum resident set size (KB) = 893280 + 0: The total amount of wall time = 183.612106 + 0: The maximum resident set size (KB) = 893572 Test 074 control_thompson_extdiag_debug PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/fv3_regional_debug -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29768/regional_debug +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_21800/regional_debug Checking test 075 regional_debug results .... Comparing dynf000.nc .........OK Comparing dynf001.nc .........OK Comparing phyf000.nc .........OK Comparing phyf001.nc .........OK - 0: The total amount of wall time = 264.329184 - 0: The maximum resident set size (KB) = 564792 + 0: The total amount of wall time = 263.018381 + 0: The maximum resident set size (KB) = 565052 Test 075 regional_debug PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/rap_control_debug -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29768/rap_control_debug +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_21800/rap_control_debug Checking test 076 rap_control_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 276.199035 - 0: The maximum resident set size (KB) = 871396 + 0: The total amount of wall time = 278.492754 + 0: The maximum resident set size (KB) = 871112 Test 076 rap_control_debug PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/rap_control_debug -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29768/rap_unified_drag_suite_debug +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_21800/rap_unified_drag_suite_debug Checking test 077 rap_unified_drag_suite_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 277.951592 - 0: The maximum resident set size (KB) = 871136 + 0: The total amount of wall time = 277.355377 + 0: The maximum resident set size (KB) = 871400 Test 077 rap_unified_drag_suite_debug PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/rap_diag_debug -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29768/rap_diag_debug +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_21800/rap_diag_debug Checking test 078 rap_diag_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 290.388593 - 0: The maximum resident set size (KB) = 952988 + 0: The total amount of wall time = 296.741474 + 0: The maximum resident set size (KB) = 953248 Test 078 rap_diag_debug PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/rap_cires_ugwp_debug -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29768/rap_cires_ugwp_debug +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_21800/rap_cires_ugwp_debug Checking test 079 rap_cires_ugwp_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 279.796505 - 0: The maximum resident set size (KB) = 873012 + 0: The total amount of wall time = 285.992168 + 0: The maximum resident set size (KB) = 872876 Test 079 rap_cires_ugwp_debug PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/rap_cires_ugwp_debug -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29768/rap_unified_ugwp_debug +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_21800/rap_unified_ugwp_debug Checking test 080 rap_unified_ugwp_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 278.644083 - 0: The maximum resident set size (KB) = 871376 + 0: The total amount of wall time = 281.635362 + 0: The maximum resident set size (KB) = 871184 Test 080 rap_unified_ugwp_debug PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/rap_noah_debug -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29768/rap_noah_debug +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_21800/rap_noah_debug Checking test 081 rap_noah_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 272.640322 - 0: The maximum resident set size (KB) = 869944 + 0: The total amount of wall time = 278.344754 + 0: The maximum resident set size (KB) = 869824 Test 081 rap_noah_debug PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/rap_rrtmgp_debug -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29768/rap_rrtmgp_debug +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_21800/rap_rrtmgp_debug Checking test 082 rap_rrtmgp_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 476.012133 - 0: The maximum resident set size (KB) = 976916 + 0: The total amount of wall time = 474.216145 + 0: The maximum resident set size (KB) = 976776 Test 082 rap_rrtmgp_debug PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/rap_lndp_debug -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29768/rap_lndp_debug +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_21800/rap_lndp_debug Checking test 083 rap_lndp_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 275.794110 - 0: The maximum resident set size (KB) = 871532 + 0: The total amount of wall time = 279.220264 + 0: The maximum resident set size (KB) = 871808 Test 083 rap_lndp_debug PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/rap_sfcdiff_debug -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29768/rap_sfcdiff_debug +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_21800/rap_sfcdiff_debug Checking test 084 rap_sfcdiff_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 273.636917 - 0: The maximum resident set size (KB) = 870204 + 0: The total amount of wall time = 277.033276 + 0: The maximum resident set size (KB) = 870228 Test 084 rap_sfcdiff_debug PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/rap_flake_debug -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29768/rap_flake_debug +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_21800/rap_flake_debug Checking test 085 rap_flake_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 276.353486 - 0: The maximum resident set size (KB) = 871128 + 0: The total amount of wall time = 276.525839 + 0: The maximum resident set size (KB) = 871124 Test 085 rap_flake_debug PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/rap_noah_sfcdiff_cires_ugwp_debug -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29768/rap_noah_sfcdiff_cires_ugwp_debug +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_21800/rap_noah_sfcdiff_cires_ugwp_debug Checking test 086 rap_noah_sfcdiff_cires_ugwp_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 466.313202 - 0: The maximum resident set size (KB) = 869420 + 0: The total amount of wall time = 467.956414 + 0: The maximum resident set size (KB) = 869328 Test 086 rap_noah_sfcdiff_cires_ugwp_debug PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/rrfs_v1beta_debug -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29768/rrfs_v1beta_debug +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_21800/rrfs_v1beta_debug Checking test 087 rrfs_v1beta_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 273.954090 - 0: The maximum resident set size (KB) = 868164 + 0: The total amount of wall time = 275.798871 + 0: The maximum resident set size (KB) = 868052 Test 087 rrfs_v1beta_debug PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/control_wam_debug -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29768/control_wam_debug +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_21800/control_wam_debug Checking test 088 control_wam_debug results .... Comparing sfcf019.nc .........OK Comparing atmf019.nc .........OK - 0: The total amount of wall time = 293.160107 - 0: The maximum resident set size (KB) = 211668 + 0: The total amount of wall time = 292.607586 + 0: The maximum resident set size (KB) = 212128 Test 088 control_wam_debug PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/hafs_regional_atm -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29768/hafs_regional_atm +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_21800/hafs_regional_atm Checking test 089 hafs_regional_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK - 0: The total amount of wall time = 369.925518 - 0: The maximum resident set size (KB) = 664368 + 0: The total amount of wall time = 311.780200 + 0: The maximum resident set size (KB) = 658708 Test 089 hafs_regional_atm PASS +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/hafs_regional_atm_thompson_gfdlsf +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_21800/hafs_regional_atm_thompson_gfdlsf +Checking test 090 hafs_regional_atm_thompson_gfdlsf results .... + Comparing atmf006.nc .........OK + Comparing sfcf006.nc .........OK + + 0: The total amount of wall time = 372.091642 + 0: The maximum resident set size (KB) = 1018968 + +Test 090 hafs_regional_atm_thompson_gfdlsf PASS + + baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/hafs_regional_atm_ocn -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29768/hafs_regional_atm_ocn -Checking test 090 hafs_regional_atm_ocn results .... +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_21800/hafs_regional_atm_ocn +Checking test 091 hafs_regional_atm_ocn results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing archv.2019_241_06.a .........OK @@ -2704,214 +2716,214 @@ Checking test 090 hafs_regional_atm_ocn results .... Comparing ufs.hafs.cpl.hi.2019-08-29-21600.nc .........OK Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK - 0: The total amount of wall time = 580.107870 - 0: The maximum resident set size (KB) = 663588 + 0: The total amount of wall time = 422.368268 + 0: The maximum resident set size (KB) = 663712 -Test 090 hafs_regional_atm_ocn PASS +Test 091 hafs_regional_atm_ocn PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/hafs_regional_atm_wav -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29768/hafs_regional_atm_wav -Checking test 091 hafs_regional_atm_wav results .... +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_21800/hafs_regional_atm_wav +Checking test 092 hafs_regional_atm_wav results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing out_grd.ww3 .........OK Comparing out_pnt.ww3 .........OK - 0: The total amount of wall time = 1053.668168 - 0: The maximum resident set size (KB) = 662316 + 0: The total amount of wall time = 873.128903 + 0: The maximum resident set size (KB) = 662280 -Test 091 hafs_regional_atm_wav PASS +Test 092 hafs_regional_atm_wav PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/hafs_regional_atm_ocn_wav -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29768/hafs_regional_atm_ocn_wav -Checking test 092 hafs_regional_atm_ocn_wav results .... - Comparing atmf006.nc ............ALT CHECK......OK +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_21800/hafs_regional_atm_ocn_wav +Checking test 093 hafs_regional_atm_ocn_wav results .... + Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing archv.2019_241_06.a .........OK Comparing archs.2019_241_06.a .........OK Comparing out_grd.ww3 .........OK Comparing out_pnt.ww3 .........OK - 0: The total amount of wall time = 1165.491473 - 0: The maximum resident set size (KB) = 664056 + 0: The total amount of wall time = 1000.848088 + 0: The maximum resident set size (KB) = 664064 -Test 092 hafs_regional_atm_ocn_wav PASS +Test 093 hafs_regional_atm_ocn_wav PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/hafs_regional_1nest_atm -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29768/hafs_regional_1nest_atm -Checking test 093 hafs_regional_1nest_atm results .... +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_21800/hafs_regional_1nest_atm +Checking test 094 hafs_regional_1nest_atm results .... Comparing atmf006.nc ............ALT CHECK......OK Comparing sfcf006.nc .........OK - 0: The total amount of wall time = 541.672560 - 0: The maximum resident set size (KB) = 245532 + 0: The total amount of wall time = 517.096625 + 0: The maximum resident set size (KB) = 246844 -Test 093 hafs_regional_1nest_atm PASS +Test 094 hafs_regional_1nest_atm PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/hafs_regional_telescopic_2nests_atm -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29768/hafs_regional_telescopic_2nests_atm -Checking test 094 hafs_regional_telescopic_2nests_atm results .... +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_21800/hafs_regional_telescopic_2nests_atm +Checking test 095 hafs_regional_telescopic_2nests_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK - 0: The total amount of wall time = 623.827674 - 0: The maximum resident set size (KB) = 253384 + 0: The total amount of wall time = 537.904712 + 0: The maximum resident set size (KB) = 253208 -Test 094 hafs_regional_telescopic_2nests_atm PASS +Test 095 hafs_regional_telescopic_2nests_atm PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/hafs_global_1nest_atm -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29768/hafs_global_1nest_atm -Checking test 095 hafs_global_1nest_atm results .... +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_21800/hafs_global_1nest_atm +Checking test 096 hafs_global_1nest_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK - 0: The total amount of wall time = 304.641137 - 0: The maximum resident set size (KB) = 155800 + 0: The total amount of wall time = 267.200680 + 0: The maximum resident set size (KB) = 155676 -Test 095 hafs_global_1nest_atm PASS +Test 096 hafs_global_1nest_atm PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/hafs_global_multiple_4nests_atm -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29768/hafs_global_multiple_4nests_atm -Checking test 096 hafs_global_multiple_4nests_atm results .... +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_21800/hafs_global_multiple_4nests_atm +Checking test 097 hafs_global_multiple_4nests_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK - 0: The total amount of wall time = 636.947813 - 0: The maximum resident set size (KB) = 184552 + 0: The total amount of wall time = 535.315319 + 0: The maximum resident set size (KB) = 184012 -Test 096 hafs_global_multiple_4nests_atm PASS +Test 097 hafs_global_multiple_4nests_atm PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/hafs_regional_docn -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29768/hafs_regional_docn -Checking test 097 hafs_regional_docn results .... +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_21800/hafs_regional_docn +Checking test 098 hafs_regional_docn results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing ufs.hafs.cpl.hi.2019-08-29-21600.nc .........OK Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK Comparing ufs.hafs.docn.r.2019-08-29-21600.nc .........OK - 0: The total amount of wall time = 661.968705 - 0: The maximum resident set size (KB) = 664464 + 0: The total amount of wall time = 368.921743 + 0: The maximum resident set size (KB) = 664752 -Test 097 hafs_regional_docn PASS +Test 098 hafs_regional_docn PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/hafs_regional_docn_oisst -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29768/hafs_regional_docn_oisst -Checking test 098 hafs_regional_docn_oisst results .... +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_21800/hafs_regional_docn_oisst +Checking test 099 hafs_regional_docn_oisst results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing ufs.hafs.cpl.hi.2019-08-29-21600.nc .........OK Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK Comparing ufs.hafs.docn.r.2019-08-29-21600.nc .........OK - 0: The total amount of wall time = 635.295535 - 0: The maximum resident set size (KB) = 664552 + 0: The total amount of wall time = 359.121693 + 0: The maximum resident set size (KB) = 663780 -Test 098 hafs_regional_docn_oisst PASS +Test 099 hafs_regional_docn_oisst PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/hafs_regional_datm_cdeps -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29768/hafs_regional_datm_cdeps -Checking test 099 hafs_regional_datm_cdeps results .... +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_21800/hafs_regional_datm_cdeps +Checking test 100 hafs_regional_datm_cdeps results .... Comparing ufs.hafs.cpl.hi.2019-08-30-00000.nc .........OK Comparing ufs.hafs.cpl.r.2019-08-30-00000.nc .........OK Comparing ufs.hafs.datm.r.2019-08-30-00000.nc .........OK - 0: The total amount of wall time = 1053.339727 - 0: The maximum resident set size (KB) = 806184 + 0: The total amount of wall time = 1051.479043 + 0: The maximum resident set size (KB) = 806156 -Test 099 hafs_regional_datm_cdeps PASS +Test 100 hafs_regional_datm_cdeps PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/datm_cdeps_control_cfsr -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29768/datm_cdeps_control_cfsr -Checking test 100 datm_cdeps_control_cfsr results .... +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_21800/datm_cdeps_control_cfsr +Checking test 101 datm_cdeps_control_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 152.131316 - 0: The maximum resident set size (KB) = 684140 + 0: The total amount of wall time = 150.839611 + 0: The maximum resident set size (KB) = 684356 -Test 100 datm_cdeps_control_cfsr PASS +Test 101 datm_cdeps_control_cfsr PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/datm_cdeps_control_cfsr -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29768/datm_cdeps_restart_cfsr -Checking test 101 datm_cdeps_restart_cfsr results .... +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_21800/datm_cdeps_restart_cfsr +Checking test 102 datm_cdeps_restart_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 92.326300 - 0: The maximum resident set size (KB) = 684160 + 0: The total amount of wall time = 89.984691 + 0: The maximum resident set size (KB) = 676588 -Test 101 datm_cdeps_restart_cfsr PASS +Test 102 datm_cdeps_restart_cfsr PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/datm_cdeps_control_gefs -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29768/datm_cdeps_control_gefs -Checking test 102 datm_cdeps_control_gefs results .... +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_21800/datm_cdeps_control_gefs +Checking test 103 datm_cdeps_control_gefs results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 172.512001 - 0: The maximum resident set size (KB) = 564380 + 0: The total amount of wall time = 145.791422 + 0: The maximum resident set size (KB) = 568496 -Test 102 datm_cdeps_control_gefs PASS +Test 103 datm_cdeps_control_gefs PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/datm_cdeps_stochy_gefs -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29768/datm_cdeps_stochy_gefs -Checking test 103 datm_cdeps_stochy_gefs results .... +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_21800/datm_cdeps_stochy_gefs +Checking test 104 datm_cdeps_stochy_gefs results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 149.854368 - 0: The maximum resident set size (KB) = 564280 + 0: The total amount of wall time = 144.430530 + 0: The maximum resident set size (KB) = 566556 -Test 103 datm_cdeps_stochy_gefs PASS +Test 104 datm_cdeps_stochy_gefs PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/datm_cdeps_bulk_cfsr -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29768/datm_cdeps_bulk_cfsr -Checking test 104 datm_cdeps_bulk_cfsr results .... +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_21800/datm_cdeps_bulk_cfsr +Checking test 105 datm_cdeps_bulk_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 150.483636 - 0: The maximum resident set size (KB) = 665072 + 0: The total amount of wall time = 146.200791 + 0: The maximum resident set size (KB) = 684140 -Test 104 datm_cdeps_bulk_cfsr PASS +Test 105 datm_cdeps_bulk_cfsr PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/datm_cdeps_bulk_gefs -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29768/datm_cdeps_bulk_gefs -Checking test 105 datm_cdeps_bulk_gefs results .... +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_21800/datm_cdeps_bulk_gefs +Checking test 106 datm_cdeps_bulk_gefs results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 146.018900 - 0: The maximum resident set size (KB) = 564420 + 0: The total amount of wall time = 139.655036 + 0: The maximum resident set size (KB) = 564508 -Test 105 datm_cdeps_bulk_gefs PASS +Test 106 datm_cdeps_bulk_gefs PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/datm_cdeps_mx025_cfsr -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29768/datm_cdeps_mx025_cfsr -Checking test 106 datm_cdeps_mx025_cfsr results .... +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_21800/datm_cdeps_mx025_cfsr +Checking test 107 datm_cdeps_mx025_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/MOM.res_1.nc .........OK Comparing RESTART/MOM.res_2.nc .........OK @@ -2919,15 +2931,15 @@ Checking test 106 datm_cdeps_mx025_cfsr results .... Comparing RESTART/iced.2011-10-01-43200.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-01-43200.nc .........OK - 0: The total amount of wall time = 346.098707 - 0: The maximum resident set size (KB) = 483548 + 0: The total amount of wall time = 378.227729 + 0: The maximum resident set size (KB) = 483660 -Test 106 datm_cdeps_mx025_cfsr PASS +Test 107 datm_cdeps_mx025_cfsr PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/datm_cdeps_mx025_gefs -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29768/datm_cdeps_mx025_gefs -Checking test 107 datm_cdeps_mx025_gefs results .... +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_21800/datm_cdeps_mx025_gefs +Checking test 108 datm_cdeps_mx025_gefs results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/MOM.res_1.nc .........OK Comparing RESTART/MOM.res_2.nc .........OK @@ -2935,52 +2947,52 @@ Checking test 107 datm_cdeps_mx025_gefs results .... Comparing RESTART/iced.2011-10-01-43200.nc .........OK Comparing RESTART/DATM_GEFS.cpl.r.2011-10-01-43200.nc .........OK - 0: The total amount of wall time = 340.295253 - 0: The maximum resident set size (KB) = 451620 + 0: The total amount of wall time = 379.146271 + 0: The maximum resident set size (KB) = 450952 -Test 107 datm_cdeps_mx025_gefs PASS +Test 108 datm_cdeps_mx025_gefs PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/datm_cdeps_control_cfsr -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29768/datm_cdeps_multiple_files_cfsr -Checking test 108 datm_cdeps_multiple_files_cfsr results .... +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_21800/datm_cdeps_multiple_files_cfsr +Checking test 109 datm_cdeps_multiple_files_cfsr results .... Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 151.731781 - 0: The maximum resident set size (KB) = 676628 + 0: The total amount of wall time = 146.580583 + 0: The maximum resident set size (KB) = 689748 -Test 108 datm_cdeps_multiple_files_cfsr PASS +Test 109 datm_cdeps_multiple_files_cfsr PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/datm_cdeps_3072x1536_cfsr -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29768/datm_cdeps_3072x1536_cfsr -Checking test 109 datm_cdeps_3072x1536_cfsr results .... +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_21800/datm_cdeps_3072x1536_cfsr +Checking test 110 datm_cdeps_3072x1536_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR3072x1536.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 199.678376 - 0: The maximum resident set size (KB) = 1840904 + 0: The total amount of wall time = 197.054547 + 0: The maximum resident set size (KB) = 1836308 -Test 109 datm_cdeps_3072x1536_cfsr PASS +Test 110 datm_cdeps_3072x1536_cfsr PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/datm_cdeps_debug_cfsr -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29768/datm_cdeps_debug_cfsr -Checking test 110 datm_cdeps_debug_cfsr results .... +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_21800/datm_cdeps_debug_cfsr +Checking test 111 datm_cdeps_debug_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-01-21600.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-01-21600.nc .........OK - 0: The total amount of wall time = 393.199781 - 0: The maximum resident set size (KB) = 688780 + 0: The total amount of wall time = 361.433210 + 0: The maximum resident set size (KB) = 688852 -Test 110 datm_cdeps_debug_cfsr PASS +Test 111 datm_cdeps_debug_cfsr PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/control_atmwav -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29768/control_atmwav -Checking test 111 control_atmwav results .... +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_21800/control_atmwav +Checking test 112 control_atmwav results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK Comparing atmf000.nc .........OK @@ -3023,15 +3035,15 @@ Checking test 111 control_atmwav results .... Comparing RESTART/sfc_data.tile6.nc .........OK Comparing 20210322.180000.restart.glo_1deg .........OK - 0: The total amount of wall time = 116.399558 - 0: The maximum resident set size (KB) = 449980 + 0: The total amount of wall time = 100.161832 + 0: The maximum resident set size (KB) = 449956 -Test 111 control_atmwav PASS +Test 112 control_atmwav PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/control_c384gdas_wav -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29768/control_c384gdas_wav -Checking test 112 control_c384gdas_wav results .... +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_21800/control_c384gdas_wav +Checking test 113 control_c384gdas_wav results .... Comparing sfcf000.nc .........OK Comparing sfcf003.nc .........OK Comparing atmf000.nc .........OK @@ -3076,12 +3088,12 @@ Checking test 112 control_c384gdas_wav results .... Comparing 20210322.030000.restart.gnh_10m .........OK Comparing 20210322.030000.restart.gsh_15m .........OK - 0: The total amount of wall time = 1466.446913 - 0: The maximum resident set size (KB) = 958020 + 0: The total amount of wall time = 1543.850575 + 0: The maximum resident set size (KB) = 953068 -Test 112 control_c384gdas_wav PASS +Test 113 control_c384gdas_wav PASS REGRESSION TEST WAS SUCCESSFUL -Thu Jan 13 23:42:09 EST 2022 -Elapsed time: 01h:44m:50s. Have a nice day! +Tue Jan 18 23:32:28 EST 2022 +Elapsed time: 01h:42m:41s. Have a nice day! From fbf3e74ac92cd7c6b0139673404a7fb4be9fada8 Mon Sep 17 00:00:00 2001 From: Brian Curtis Date: Wed, 19 Jan 2022 06:49:30 +0000 Subject: [PATCH 13/17] RT JOBS PASSED: jet.intel. Log file uploaded. on-behalf-of @ufs-community --- tests/RegressionTests_jet.intel.log | 750 ++++++++++++++-------------- 1 file changed, 381 insertions(+), 369 deletions(-) diff --git a/tests/RegressionTests_jet.intel.log b/tests/RegressionTests_jet.intel.log index 12154b3d44..47dfe88649 100644 --- a/tests/RegressionTests_jet.intel.log +++ b/tests/RegressionTests_jet.intel.log @@ -1,23 +1,23 @@ -Fri Jan 14 02:59:00 GMT 2022 +Wed Jan 19 04:31:32 GMT 2022 Start Regression test -Compile 001 elapsed time 1626 seconds. -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v16_coupled_nsstNoahmpUGWPv1,FV3_GFS_v16_coupled_p7_rrtmgp,FV3_GFS_v16_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -DMOM6SOLO=ON -Compile 002 elapsed time 228 seconds. -DAPP=S2S -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v16_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile 003 elapsed time 1438 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v15_thompson_mynn,FV3_GFS_v15_thompson_mynn_RRTMGP,FV3_GFS_v16_p7_rrtmgp,FV3_GFS_v16_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -Compile 004 elapsed time 1437 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_RRFS_v1beta -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -Compile 005 elapsed time 1498 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_RRTMGP,FV3_GFS_v16_csawmg,FV3_GFS_v16_flake,FV3_GFS_v16_ugwpv1,FV3_GFS_v16_ras,FV3_GFS_v16_thompson,FV3_GFS_v16_noahmp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -Compile 006 elapsed time 826 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DREPRO=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -Compile 007 elapsed time 241 seconds. -DAPP=ATM -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v16_RRTMGP,FV3_GFS_v16_csawmg,FV3_GFS_v16_flake,FV3_GFS_v16_ugwpv1,FV3_GFS_v16_ras,FV3_GFS_v16_noahmp,FV3_GFS_v16_thompson,FV3_GFS_v15_thompson_mynn,FV3_GFS_v16_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 008 elapsed time 232 seconds. -DAPP=ATM -DDEBUG=ON -DCCPP_SUITES=FV3_RAP,FV3_RAP_cires_ugwp,FV3_RAP_unified_ugwp,FV3_RAP_noah,FV3_RAP_RRTMGP,FV3_RAP_sfcdiff,FV3_RAP_flake,FV3_RAP_noah_sfcdiff_cires_ugwp,FV3_RRFS_v1beta -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 009 elapsed time 206 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 010 elapsed time 1454 seconds. -DAPP=HAFSW -DCCPP_SUITES=FV3_HAFS_v0_gfdlmp_tedmf,FV3_HAFS_v0_gfdlmp_tedmf_nonsst -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -Compile 011 elapsed time 1475 seconds. -DAPP=HAFS-ALL -DCCPP_SUITES=FV3_HAFS_v0_gfdlmp_tedmf,FV3_HAFS_v0_gfdlmp_tedmf_nonsst -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -Compile 012 elapsed time 279 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -DMOM6SOLO=ON -Compile 013 elapsed time 127 seconds. -DAPP=NG-GODAS -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile 014 elapsed time 1422 seconds. -DAPP=ATMW -DCCPP_SUITES=FV3_GFS_v16 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON +Compile 001 elapsed time 1619 seconds. -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v16_coupled_nsstNoahmpUGWPv1,FV3_GFS_v16_coupled_p7_rrtmgp,FV3_GFS_v16_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -DMOM6SOLO=ON +Compile 002 elapsed time 226 seconds. -DAPP=S2S -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v16_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile 003 elapsed time 1435 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v15_thompson_mynn,FV3_GFS_v15_thompson_mynn_RRTMGP,FV3_GFS_v16_p7_rrtmgp,FV3_GFS_v16_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON +Compile 004 elapsed time 1424 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_RRFS_v1beta -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON +Compile 005 elapsed time 1479 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_RRTMGP,FV3_GFS_v16_csawmg,FV3_GFS_v16_flake,FV3_GFS_v16_ugwpv1,FV3_GFS_v16_ras,FV3_GFS_v16_thompson,FV3_GFS_v16_noahmp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON +Compile 006 elapsed time 818 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DREPRO=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit +Compile 007 elapsed time 236 seconds. -DAPP=ATM -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v16_RRTMGP,FV3_GFS_v16_csawmg,FV3_GFS_v16_flake,FV3_GFS_v16_ugwpv1,FV3_GFS_v16_ras,FV3_GFS_v16_noahmp,FV3_GFS_v16_thompson,FV3_GFS_v15_thompson_mynn,FV3_GFS_v16_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 008 elapsed time 228 seconds. -DAPP=ATM -DDEBUG=ON -DCCPP_SUITES=FV3_RAP,FV3_RAP_cires_ugwp,FV3_RAP_unified_ugwp,FV3_RAP_noah,FV3_RAP_RRTMGP,FV3_RAP_sfcdiff,FV3_RAP_flake,FV3_RAP_noah_sfcdiff_cires_ugwp,FV3_RRFS_v1beta -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 009 elapsed time 209 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 010 elapsed time 1457 seconds. -DAPP=HAFSW -DCCPP_SUITES=FV3_HAFS_v0_gfdlmp_tedmf,FV3_HAFS_v0_gfdlmp_tedmf_nonsst,FV3_HAFS_v0_thompson_tedmf_gfdlsf -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON +Compile 011 elapsed time 1467 seconds. -DAPP=HAFS-ALL -DCCPP_SUITES=FV3_HAFS_v0_gfdlmp_tedmf,FV3_HAFS_v0_gfdlmp_tedmf_nonsst -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON +Compile 012 elapsed time 277 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -DMOM6SOLO=ON +Compile 013 elapsed time 125 seconds. -DAPP=NG-GODAS -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile 014 elapsed time 1412 seconds. -DAPP=ATMW -DCCPP_SUITES=FV3_GFS_v16 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/cpld_control_p8 -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_225468/cpld_control_p8 +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_98415/cpld_control_p8 Checking test 001 cpld_control_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -70,14 +70,14 @@ Checking test 001 cpld_control_p8 results .... Comparing 20210323.060000.out_pnt.points .........OK Comparing 20210323.060000.restart.glo_1deg .........OK - 0: The total amount of wall time = 289.926458 - 0: The maximum resident set size (KB) = 598152 + 0: The total amount of wall time = 289.292120 + 0: The maximum resident set size (KB) = 597944 Test 001 cpld_control_p8 PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/cpld_control_p8 -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_225468/cpld_2threads_p8 +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_98415/cpld_2threads_p8 Checking test 002 cpld_2threads_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -130,14 +130,14 @@ Checking test 002 cpld_2threads_p8 results .... Comparing 20210323.060000.out_pnt.points .........OK Comparing 20210323.060000.restart.glo_1deg .........OK - 0: The total amount of wall time = 1003.800989 - 0: The maximum resident set size (KB) = 662808 + 0: The total amount of wall time = 1003.710394 + 0: The maximum resident set size (KB) = 665680 Test 002 cpld_2threads_p8 PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/cpld_control_p8 -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_225468/cpld_mpi_p8 +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_98415/cpld_mpi_p8 Checking test 003 cpld_mpi_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -190,14 +190,14 @@ Checking test 003 cpld_mpi_p8 results .... Comparing 20210323.060000.out_pnt.points .........OK Comparing 20210323.060000.restart.glo_1deg .........OK - 0: The total amount of wall time = 275.875655 - 0: The maximum resident set size (KB) = 595624 + 0: The total amount of wall time = 249.240428 + 0: The maximum resident set size (KB) = 595244 Test 003 cpld_mpi_p8 PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/cpld_control_p7_rrtmgp -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_225468/cpld_control_p7_rrtmgp +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_98415/cpld_control_p7_rrtmgp Checking test 004 cpld_control_p7_rrtmgp results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -250,14 +250,14 @@ Checking test 004 cpld_control_p7_rrtmgp results .... Comparing 20210323.060000.out_pnt.points .........OK Comparing 20210323.060000.restart.glo_1deg .........OK - 0: The total amount of wall time = 334.906093 - 0: The maximum resident set size (KB) = 699340 + 0: The total amount of wall time = 331.381515 + 0: The maximum resident set size (KB) = 697972 Test 004 cpld_control_p7_rrtmgp PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/cpld_bmark_p7 -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_225468/cpld_bmark_p7 +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_98415/cpld_bmark_p7 Checking test 005 cpld_bmark_p7 results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK @@ -302,14 +302,14 @@ Checking test 005 cpld_bmark_p7 results .... Comparing RESTART/iced.2013-04-01-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2013-04-01-21600.nc .........OK - 0: The total amount of wall time = 1182.470015 - 0: The maximum resident set size (KB) = 1359552 + 0: The total amount of wall time = 1168.423810 + 0: The maximum resident set size (KB) = 1362064 Test 005 cpld_bmark_p7 PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/cpld_bmark_p8 -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_225468/cpld_bmark_p8 +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_98415/cpld_bmark_p8 Checking test 006 cpld_bmark_p8 results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK @@ -354,14 +354,14 @@ Checking test 006 cpld_bmark_p8 results .... Comparing RESTART/iced.2013-04-01-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2013-04-01-21600.nc .........OK - 0: The total amount of wall time = 1299.231602 - 0: The maximum resident set size (KB) = 1357628 + 0: The total amount of wall time = 1151.720364 + 0: The maximum resident set size (KB) = 1367692 Test 006 cpld_bmark_p8 PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/cpld_bmark_p8 -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_225468/cpld_bmark_mpi_p8 +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_98415/cpld_bmark_mpi_p8 Checking test 007 cpld_bmark_mpi_p8 results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK @@ -406,14 +406,14 @@ Checking test 007 cpld_bmark_mpi_p8 results .... Comparing RESTART/iced.2013-04-01-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2013-04-01-21600.nc .........OK - 0: The total amount of wall time = 1166.422659 - 0: The maximum resident set size (KB) = 1363844 + 0: The total amount of wall time = 1145.270817 + 0: The maximum resident set size (KB) = 1370188 Test 007 cpld_bmark_mpi_p8 PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/cpld_control_c96_p8 -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_225468/cpld_control_c96_p8 +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_98415/cpld_control_c96_p8 Checking test 008 cpld_control_c96_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -463,14 +463,14 @@ Checking test 008 cpld_control_c96_p8 results .... Comparing RESTART/iced.2021-03-23-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK - 0: The total amount of wall time = 282.379586 - 0: The maximum resident set size (KB) = 591632 + 0: The total amount of wall time = 279.178741 + 0: The maximum resident set size (KB) = 593360 Test 008 cpld_control_c96_p8 PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/cpld_control_c96_p8 -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_225468/cpld_restart_c96_p8 +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_98415/cpld_restart_c96_p8 Checking test 009 cpld_restart_c96_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -520,14 +520,14 @@ Checking test 009 cpld_restart_c96_p8 results .... Comparing RESTART/iced.2021-03-23-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK - 0: The total amount of wall time = 312.487014 - 0: The maximum resident set size (KB) = 399548 + 0: The total amount of wall time = 154.670167 + 0: The maximum resident set size (KB) = 400048 Test 009 cpld_restart_c96_p8 PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/cpld_control_c192_p8 -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_225468/cpld_control_c192_p8 +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_98415/cpld_control_c192_p8 Checking test 010 cpld_control_c192_p8 results .... Comparing sfcf036.tile1.nc .........OK Comparing sfcf036.tile2.nc .........OK @@ -577,14 +577,14 @@ Checking test 010 cpld_control_c192_p8 results .... Comparing RESTART/iced.2021-03-23-64800.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-64800.nc .........OK - 0: The total amount of wall time = 1209.262268 - 0: The maximum resident set size (KB) = 786596 + 0: The total amount of wall time = 1186.979582 + 0: The maximum resident set size (KB) = 784064 Test 010 cpld_control_c192_p8 PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/cpld_control_c192_p8 -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_225468/cpld_restart_c192_p8 +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_98415/cpld_restart_c192_p8 Checking test 011 cpld_restart_c192_p8 results .... Comparing sfcf036.tile1.nc .........OK Comparing sfcf036.tile2.nc .........OK @@ -634,14 +634,14 @@ Checking test 011 cpld_restart_c192_p8 results .... Comparing RESTART/iced.2021-03-23-64800.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-64800.nc .........OK - 0: The total amount of wall time = 801.031896 - 0: The maximum resident set size (KB) = 883332 + 0: The total amount of wall time = 747.851923 + 0: The maximum resident set size (KB) = 884820 Test 011 cpld_restart_c192_p8 PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/cpld_control_c384_p8 -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_225468/cpld_control_c384_p8 +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_98415/cpld_control_c384_p8 Checking test 012 cpld_control_c384_p8 results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK @@ -684,14 +684,14 @@ Checking test 012 cpld_control_c384_p8 results .... Comparing RESTART/iced.2021-03-22-43200.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-22-43200.nc .........OK - 0: The total amount of wall time = 1492.307992 - 0: The maximum resident set size (KB) = 1334468 + 0: The total amount of wall time = 1327.163069 + 0: The maximum resident set size (KB) = 1332932 Test 012 cpld_control_c384_p8 PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/cpld_control_c384_p8 -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_225468/cpld_restart_c384_p8 +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_98415/cpld_restart_c384_p8 Checking test 013 cpld_restart_c384_p8 results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK @@ -734,14 +734,14 @@ Checking test 013 cpld_restart_c384_p8 results .... Comparing RESTART/iced.2021-03-22-43200.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-22-43200.nc .........OK - 0: The total amount of wall time = 755.990056 - 0: The maximum resident set size (KB) = 1290160 + 0: The total amount of wall time = 719.134008 + 0: The maximum resident set size (KB) = 1296408 Test 013 cpld_restart_c384_p8 PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/cpld_debug_p8 -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_225468/cpld_debug_p8 +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_98415/cpld_debug_p8 Checking test 014 cpld_debug_p8 results .... Comparing sfcf006.tile1.nc .........OK Comparing sfcf006.tile2.nc .........OK @@ -791,14 +791,14 @@ Checking test 014 cpld_debug_p8 results .... Comparing RESTART/iced.2021-03-22-43200.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-22-43200.nc .........OK - 0: The total amount of wall time = 801.565584 - 0: The maximum resident set size (KB) = 647516 + 0: The total amount of wall time = 799.931521 + 0: The maximum resident set size (KB) = 646488 Test 014 cpld_debug_p8 PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/control -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_225468/control +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_98415/control Checking test 015 control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -845,14 +845,14 @@ Checking test 015 control results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 170.322085 - 0: The maximum resident set size (KB) = 479656 + 0: The total amount of wall time = 167.740114 + 0: The maximum resident set size (KB) = 479260 Test 015 control PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/control -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_225468/control_decomp +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_98415/control_decomp Checking test 016 control_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -895,14 +895,14 @@ Checking test 016 control_decomp results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 174.975779 - 0: The maximum resident set size (KB) = 476580 + 0: The total amount of wall time = 172.493030 + 0: The maximum resident set size (KB) = 478104 Test 016 control_decomp PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/control -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_225468/control_2threads +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_98415/control_2threads Checking test 017 control_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -945,14 +945,14 @@ Checking test 017 control_2threads results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 777.344426 - 0: The maximum resident set size (KB) = 529824 + 0: The total amount of wall time = 828.548735 + 0: The maximum resident set size (KB) = 526684 Test 017 control_2threads PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/control -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_225468/control_restart +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_98415/control_restart Checking test 018 control_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -991,14 +991,14 @@ Checking test 018 control_restart results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 91.947883 - 0: The maximum resident set size (KB) = 221464 + 0: The total amount of wall time = 90.829083 + 0: The maximum resident set size (KB) = 221304 Test 018 control_restart PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/control -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_225468/control_fhzero +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_98415/control_fhzero Checking test 019 control_fhzero results .... Comparing sfcf000.nc ............ALT CHECK......OK Comparing sfcf021.nc ............ALT CHECK......OK @@ -1041,14 +1041,14 @@ Checking test 019 control_fhzero results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 160.223960 - 0: The maximum resident set size (KB) = 480764 + 0: The total amount of wall time = 158.501441 + 0: The maximum resident set size (KB) = 479884 Test 019 control_fhzero PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/control_CubedSphereGrid -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_225468/control_CubedSphereGrid +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_98415/control_CubedSphereGrid Checking test 020 control_CubedSphereGrid results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK @@ -1075,14 +1075,14 @@ Checking test 020 control_CubedSphereGrid results .... Comparing atmf024.tile5.nc .........OK Comparing atmf024.tile6.nc .........OK - 0: The total amount of wall time = 158.762634 - 0: The maximum resident set size (KB) = 471496 + 0: The total amount of wall time = 162.602323 + 0: The maximum resident set size (KB) = 472832 Test 020 control_CubedSphereGrid PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/control_latlon -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_225468/control_latlon +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_98415/control_latlon Checking test 021 control_latlon results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1093,14 +1093,14 @@ Checking test 021 control_latlon results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 166.328564 - 0: The maximum resident set size (KB) = 482500 + 0: The total amount of wall time = 167.033513 + 0: The maximum resident set size (KB) = 479452 Test 021 control_latlon PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/control_wrtGauss_netcdf_parallel -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_225468/control_wrtGauss_netcdf_parallel +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_98415/control_wrtGauss_netcdf_parallel Checking test 022 control_wrtGauss_netcdf_parallel results .... Comparing sfcf000.nc ............ALT CHECK......OK Comparing sfcf024.nc ............ALT CHECK......OK @@ -1111,14 +1111,14 @@ Checking test 022 control_wrtGauss_netcdf_parallel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 168.498098 - 0: The maximum resident set size (KB) = 479832 + 0: The total amount of wall time = 170.236067 + 0: The maximum resident set size (KB) = 482076 Test 022 control_wrtGauss_netcdf_parallel PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/control_c48 -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_225468/control_c48 +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_98415/control_c48 Checking test 023 control_c48 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1157,14 +1157,14 @@ Checking test 023 control_c48 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0: The total amount of wall time = 541.631284 -0: The maximum resident set size (KB) = 659132 +0: The total amount of wall time = 535.298557 +0: The maximum resident set size (KB) = 665480 Test 023 control_c48 PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/control_c192 -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_225468/control_c192 +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_98415/control_c192 Checking test 024 control_c192 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1175,14 +1175,14 @@ Checking test 024 control_c192 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 647.348192 - 0: The maximum resident set size (KB) = 582920 + 0: The total amount of wall time = 651.369291 + 0: The maximum resident set size (KB) = 582188 Test 024 control_c192 PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/control_c384 -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_225468/control_c384 +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_98415/control_c384 Checking test 025 control_c384 results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -1193,14 +1193,14 @@ Checking test 025 control_c384 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 800.312563 - 0: The maximum resident set size (KB) = 745244 + 0: The total amount of wall time = 801.640901 + 0: The maximum resident set size (KB) = 750080 Test 025 control_c384 PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/control_c384gdas -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_225468/control_c384gdas +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_98415/control_c384gdas Checking test 026 control_c384gdas results .... Comparing sfcf000.nc .........OK Comparing sfcf006.nc .........OK @@ -1243,14 +1243,14 @@ Checking test 026 control_c384gdas results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 756.370933 - 0: The maximum resident set size (KB) = 838424 + 0: The total amount of wall time = 737.887172 + 0: The maximum resident set size (KB) = 832332 Test 026 control_c384gdas PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/control_stochy -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_225468/control_stochy +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_98415/control_stochy Checking test 027 control_stochy results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -1261,28 +1261,28 @@ Checking test 027 control_stochy results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 109.615245 - 0: The maximum resident set size (KB) = 484164 + 0: The total amount of wall time = 109.153711 + 0: The maximum resident set size (KB) = 484072 Test 027 control_stochy PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/control_stochy -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_225468/control_stochy_restart +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_98415/control_stochy_restart Checking test 028 control_stochy_restart results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK Comparing GFSFLX.GrbF12 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 63.171450 - 0: The maximum resident set size (KB) = 241408 + 0: The total amount of wall time = 62.096017 + 0: The maximum resident set size (KB) = 243456 Test 028 control_stochy_restart PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/control_lndp -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_225468/control_lndp +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_98415/control_lndp Checking test 029 control_lndp results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -1293,14 +1293,14 @@ Checking test 029 control_lndp results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 99.303685 - 0: The maximum resident set size (KB) = 484156 + 0: The total amount of wall time = 98.902289 + 0: The maximum resident set size (KB) = 485512 Test 029 control_lndp PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/control_p8 -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_225468/control_p8 +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_98415/control_p8 Checking test 030 control_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1347,14 +1347,14 @@ Checking test 030 control_p8 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 191.057663 - 0: The maximum resident set size (KB) = 503388 + 0: The total amount of wall time = 186.747521 + 0: The maximum resident set size (KB) = 506340 Test 030 control_p8 PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/control_p8 -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_225468/control_restart_p8 +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_98415/control_restart_p8 Checking test 031 control_restart_p8 results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -1393,14 +1393,14 @@ Checking test 031 control_restart_p8 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 103.505618 - 0: The maximum resident set size (KB) = 313484 + 0: The total amount of wall time = 109.270253 + 0: The maximum resident set size (KB) = 311188 Test 031 control_restart_p8 PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/control_p8 -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_225468/control_decomp_p8 +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_98415/control_decomp_p8 Checking test 032 control_decomp_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1443,14 +1443,14 @@ Checking test 032 control_decomp_p8 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 192.757118 - 0: The maximum resident set size (KB) = 495832 + 0: The total amount of wall time = 191.735733 + 0: The maximum resident set size (KB) = 496848 Test 032 control_decomp_p8 PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/control_p8 -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_225468/control_2threads_p8 +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_98415/control_2threads_p8 Checking test 033 control_2threads_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1493,14 +1493,14 @@ Checking test 033 control_2threads_p8 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 899.261093 - 0: The maximum resident set size (KB) = 570728 + 0: The total amount of wall time = 842.487913 + 0: The maximum resident set size (KB) = 571784 Test 033 control_2threads_p8 PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/control_p7_rrtmgp -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_225468/control_p7_rrtmgp +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_98415/control_p7_rrtmgp Checking test 034 control_p7_rrtmgp results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1547,14 +1547,14 @@ Checking test 034 control_p7_rrtmgp results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 233.378460 - 0: The maximum resident set size (KB) = 608652 + 0: The total amount of wall time = 231.631707 + 0: The maximum resident set size (KB) = 606280 Test 034 control_p7_rrtmgp PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/fv3_regional_control -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_225468/regional_control +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_98415/regional_control Checking test 035 regional_control results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK @@ -1565,28 +1565,28 @@ Checking test 035 regional_control results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF24 .........OK - 0: The total amount of wall time = 414.122053 - 0: The maximum resident set size (KB) = 579116 + 0: The total amount of wall time = 413.529968 + 0: The maximum resident set size (KB) = 580036 Test 035 regional_control PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/fv3_regional_control -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_225468/regional_restart +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_98415/regional_restart Checking test 036 regional_restart results .... Comparing dynf024.nc .........OK Comparing phyf024.nc .........OK Comparing PRSLEV.GrbF24 .........OK Comparing NATLEV.GrbF24 .........OK - 0: The total amount of wall time = 235.505591 - 0: The maximum resident set size (KB) = 580532 + 0: The total amount of wall time = 230.379863 + 0: The maximum resident set size (KB) = 584120 Test 036 regional_restart PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/fv3_regional_noquilt -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_225468/regional_noquilt +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_98415/regional_noquilt Checking test 037 regional_noquilt results .... Comparing atmos_4xdaily.nc .........OK Comparing fv3_history2d.nc .........OK @@ -1594,14 +1594,14 @@ Checking test 037 regional_noquilt results .... Comparing RESTART/fv_core.res.tile1_new.nc .........OK Comparing RESTART/fv_tracer.res.tile1_new.nc .........OK - 0: The total amount of wall time = 444.555231 - 0: The maximum resident set size (KB) = 586808 + 0: The total amount of wall time = 441.969735 + 0: The maximum resident set size (KB) = 587992 Test 037 regional_noquilt PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/fv3_regional_hafs -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_225468/regional_hafs +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_98415/regional_hafs Checking test 038 regional_hafs results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK @@ -1610,28 +1610,28 @@ Checking test 038 regional_hafs results .... Comparing HURPRS.GrbF00 .........OK Comparing HURPRS.GrbF24 .........OK - 0: The total amount of wall time = 408.332974 - 0: The maximum resident set size (KB) = 579992 + 0: The total amount of wall time = 406.111220 + 0: The maximum resident set size (KB) = 586904 Test 038 regional_hafs PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/fv3_regional_netcdf_parallel -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_225468/regional_netcdf_parallel +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_98415/regional_netcdf_parallel Checking test 039 regional_netcdf_parallel results .... Comparing dynf000.nc ............ALT CHECK......OK Comparing dynf024.nc .........OK Comparing phyf000.nc ............ALT CHECK......OK Comparing phyf024.nc ............ALT CHECK......OK - 0: The total amount of wall time = 412.799886 - 0: The maximum resident set size (KB) = 579640 + 0: The total amount of wall time = 411.863621 + 0: The maximum resident set size (KB) = 580228 Test 039 regional_netcdf_parallel PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/fv3_regional_RRTMGP -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_225468/regional_RRTMGP +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_98415/regional_RRTMGP Checking test 040 regional_RRTMGP results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK @@ -1642,14 +1642,14 @@ Checking test 040 regional_RRTMGP results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF24 .........OK - 0: The total amount of wall time = 520.516395 - 0: The maximum resident set size (KB) = 705580 + 0: The total amount of wall time = 520.534338 + 0: The maximum resident set size (KB) = 703800 Test 040 regional_RRTMGP PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/rap_control -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_225468/rap_control +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_98415/rap_control Checking test 041 rap_control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1696,14 +1696,14 @@ Checking test 041 rap_control results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 467.952111 - 0: The maximum resident set size (KB) = 844280 + 0: The total amount of wall time = 461.743723 + 0: The maximum resident set size (KB) = 849516 Test 041 rap_control PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/rap_control -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_225468/rap_restart +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_98415/rap_restart Checking test 042 rap_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -1742,14 +1742,14 @@ Checking test 042 rap_restart results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 240.371430 - 0: The maximum resident set size (KB) = 598412 + 0: The total amount of wall time = 239.520187 + 0: The maximum resident set size (KB) = 597344 Test 042 rap_restart PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/rap_sfcdiff -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_225468/rap_sfcdiff +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_98415/rap_sfcdiff Checking test 043 rap_sfcdiff results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1796,14 +1796,14 @@ Checking test 043 rap_sfcdiff results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 468.230479 - 0: The maximum resident set size (KB) = 841488 + 0: The total amount of wall time = 464.036842 + 0: The maximum resident set size (KB) = 849960 Test 043 rap_sfcdiff PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/rap_sfcdiff -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_225468/rap_sfcdiff_restart +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_98415/rap_sfcdiff_restart Checking test 044 rap_sfcdiff_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -1842,14 +1842,14 @@ Checking test 044 rap_sfcdiff_restart results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 243.947627 - 0: The maximum resident set size (KB) = 600516 + 0: The total amount of wall time = 236.958783 + 0: The maximum resident set size (KB) = 600408 Test 044 rap_sfcdiff_restart PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/hrrr_control -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_225468/hrrr_control +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_98415/hrrr_control Checking test 045 hrrr_control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1896,14 +1896,14 @@ Checking test 045 hrrr_control results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 451.015475 - 0: The maximum resident set size (KB) = 841700 + 0: The total amount of wall time = 449.324149 + 0: The maximum resident set size (KB) = 844784 Test 045 hrrr_control PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/rrfs_v1beta -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_225468/rrfs_v1beta +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_98415/rrfs_v1beta Checking test 046 rrfs_v1beta results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1950,14 +1950,14 @@ Checking test 046 rrfs_v1beta results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 458.583756 - 0: The maximum resident set size (KB) = 846164 + 0: The total amount of wall time = 457.095062 + 0: The maximum resident set size (KB) = 850388 Test 046 rrfs_v1beta PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/rrfs_conus13km_hrrr_warm -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_225468/rrfs_conus13km_hrrr_warm +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_98415/rrfs_conus13km_hrrr_warm Checking test 047 rrfs_conus13km_hrrr_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -1966,14 +1966,14 @@ Checking test 047 rrfs_conus13km_hrrr_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 229.105292 - 0: The maximum resident set size (KB) = 684452 + 0: The total amount of wall time = 210.288092 + 0: The maximum resident set size (KB) = 688152 Test 047 rrfs_conus13km_hrrr_warm PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/rrfs_conus13km_radar_tten_warm -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_225468/rrfs_conus13km_radar_tten_warm +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_98415/rrfs_conus13km_radar_tten_warm Checking test 048 rrfs_conus13km_radar_tten_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -1982,14 +1982,14 @@ Checking test 048 rrfs_conus13km_radar_tten_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 230.658203 - 0: The maximum resident set size (KB) = 687936 + 0: The total amount of wall time = 213.738208 + 0: The maximum resident set size (KB) = 689616 Test 048 rrfs_conus13km_radar_tten_warm PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/control_rrtmgp -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_225468/control_rrtmgp +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_98415/control_rrtmgp Checking test 049 control_rrtmgp results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2000,14 +2000,14 @@ Checking test 049 control_rrtmgp results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 251.688045 - 0: The maximum resident set size (KB) = 603728 + 0: The total amount of wall time = 250.395910 + 0: The maximum resident set size (KB) = 600860 Test 049 control_rrtmgp PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/control_rrtmgp_c192 -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_225468/control_rrtmgp_c192 +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_98415/control_rrtmgp_c192 Checking test 050 control_rrtmgp_c192 results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -2018,14 +2018,14 @@ Checking test 050 control_rrtmgp_c192 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 690.169102 - 0: The maximum resident set size (KB) = 811764 + 0: The total amount of wall time = 686.620848 + 0: The maximum resident set size (KB) = 808092 Test 050 control_rrtmgp_c192 PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/control_csawmg -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_225468/control_csawmg +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_98415/control_csawmg Checking test 051 control_csawmg results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2036,14 +2036,14 @@ Checking test 051 control_csawmg results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 421.992564 - 0: The maximum resident set size (KB) = 541212 + 0: The total amount of wall time = 423.330842 + 0: The maximum resident set size (KB) = 538892 Test 051 control_csawmg PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/control_csawmgt -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_225468/control_csawmgt +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_98415/control_csawmgt Checking test 052 control_csawmgt results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2054,14 +2054,14 @@ Checking test 052 control_csawmgt results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 412.752036 - 0: The maximum resident set size (KB) = 539368 + 0: The total amount of wall time = 416.758128 + 0: The maximum resident set size (KB) = 541264 Test 052 control_csawmgt PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/control_flake -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_225468/control_flake +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_98415/control_flake Checking test 053 control_flake results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2072,14 +2072,14 @@ Checking test 053 control_flake results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 278.472074 - 0: The maximum resident set size (KB) = 553480 + 0: The total amount of wall time = 277.456354 + 0: The maximum resident set size (KB) = 548848 Test 053 control_flake PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/control_ras -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_225468/control_ras +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_98415/control_ras Checking test 054 control_ras results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2090,14 +2090,14 @@ Checking test 054 control_ras results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 229.864066 - 0: The maximum resident set size (KB) = 513540 + 0: The total amount of wall time = 224.914435 + 0: The maximum resident set size (KB) = 507632 Test 054 control_ras PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/control_thompson -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_225468/control_thompson +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_98415/control_thompson Checking test 055 control_thompson results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2108,14 +2108,14 @@ Checking test 055 control_thompson results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 282.833567 - 0: The maximum resident set size (KB) = 866484 + 0: The total amount of wall time = 280.436968 + 0: The maximum resident set size (KB) = 864848 Test 055 control_thompson PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/control_thompson_no_aero -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_225468/control_thompson_no_aero +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_98415/control_thompson_no_aero Checking test 056 control_thompson_no_aero results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2126,54 +2126,54 @@ Checking test 056 control_thompson_no_aero results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 268.915768 - 0: The maximum resident set size (KB) = 854336 + 0: The total amount of wall time = 267.938304 + 0: The maximum resident set size (KB) = 860764 Test 056 control_thompson_no_aero PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/control_wam_repro -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_225468/control_wam_repro +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_98415/control_wam_repro Checking test 057 control_wam results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK - 0: The total amount of wall time = 150.438118 - 0: The maximum resident set size (KB) = 241824 + 0: The total amount of wall time = 150.575420 + 0: The maximum resident set size (KB) = 243228 Test 057 control_wam PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/control_debug -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_225468/control_debug +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_98415/control_debug Checking test 058 control_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 188.745001 - 0: The maximum resident set size (KB) = 546020 + 0: The total amount of wall time = 187.638235 + 0: The maximum resident set size (KB) = 547724 Test 058 control_debug PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/control_debug -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_225468/control_2threads_debug +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_98415/control_2threads_debug Checking test 059 control_2threads_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 365.898491 - 0: The maximum resident set size (KB) = 590148 + 0: The total amount of wall time = 360.327743 + 0: The maximum resident set size (KB) = 594792 Test 059 control_2threads_debug PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/control_CubedSphereGrid_debug -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_225468/control_CubedSphereGrid_debug +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_98415/control_CubedSphereGrid_debug Checking test 060 control_CubedSphereGrid_debug results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK @@ -2200,389 +2200,401 @@ Checking test 060 control_CubedSphereGrid_debug results .... Comparing atmf001.tile5.nc .........OK Comparing atmf001.tile6.nc .........OK - 0: The total amount of wall time = 204.744512 - 0: The maximum resident set size (KB) = 544176 + 0: The total amount of wall time = 203.631385 + 0: The maximum resident set size (KB) = 543704 Test 060 control_CubedSphereGrid_debug PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/control_wrtGauss_netcdf_parallel_debug -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_225468/control_wrtGauss_netcdf_parallel_debug +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_98415/control_wrtGauss_netcdf_parallel_debug Checking test 061 control_wrtGauss_netcdf_parallel_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc ............ALT CHECK......OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 192.904445 - 0: The maximum resident set size (KB) = 544712 + 0: The total amount of wall time = 191.876057 + 0: The maximum resident set size (KB) = 554360 Test 061 control_wrtGauss_netcdf_parallel_debug PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/control_stochy_debug -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_225468/control_stochy_debug +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_98415/control_stochy_debug Checking test 062 control_stochy_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 216.930116 - 0: The maximum resident set size (KB) = 548408 + 0: The total amount of wall time = 217.326770 + 0: The maximum resident set size (KB) = 554956 Test 062 control_stochy_debug PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/control_lndp_debug -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_225468/control_lndp_debug +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_98415/control_lndp_debug Checking test 063 control_lndp_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 194.271538 - 0: The maximum resident set size (KB) = 550404 + 0: The total amount of wall time = 194.083074 + 0: The maximum resident set size (KB) = 551904 Test 063 control_lndp_debug PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/control_rrtmgp_debug -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_225468/control_rrtmgp_debug +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_98415/control_rrtmgp_debug Checking test 064 control_rrtmgp_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 210.615842 - 0: The maximum resident set size (KB) = 642204 + 0: The total amount of wall time = 209.693327 + 0: The maximum resident set size (KB) = 645536 Test 064 control_rrtmgp_debug PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/control_csawmg_debug -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_225468/control_csawmg_debug +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_98415/control_csawmg_debug Checking test 065 control_csawmg_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 302.763848 - 0: The maximum resident set size (KB) = 580896 + 0: The total amount of wall time = 302.391512 + 0: The maximum resident set size (KB) = 580552 Test 065 control_csawmg_debug PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/control_csawmgt_debug -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_225468/control_csawmgt_debug +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_98415/control_csawmgt_debug Checking test 066 control_csawmgt_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 297.934885 - 0: The maximum resident set size (KB) = 575940 + 0: The total amount of wall time = 297.269729 + 0: The maximum resident set size (KB) = 584684 Test 066 control_csawmgt_debug PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/control_ras_debug -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_225468/control_ras_debug +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_98415/control_ras_debug Checking test 067 control_ras_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 198.392686 - 0: The maximum resident set size (KB) = 555836 + 0: The total amount of wall time = 195.727023 + 0: The maximum resident set size (KB) = 562916 Test 067 control_ras_debug PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/control_diag_debug -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_225468/control_diag_debug +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_98415/control_diag_debug Checking test 068 control_diag_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 345.936760 - 0: The maximum resident set size (KB) = 603696 + 0: The total amount of wall time = 201.052072 + 0: The maximum resident set size (KB) = 601136 Test 068 control_diag_debug PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/control_debug_p8 -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_225468/control_debug_p8 +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_98415/control_debug_p8 Checking test 069 control_debug_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 355.430326 - 0: The maximum resident set size (KB) = 563444 + 0: The total amount of wall time = 204.367633 + 0: The maximum resident set size (KB) = 567076 Test 069 control_debug_p8 PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/control_thompson_debug -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_225468/control_thompson_debug +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_98415/control_thompson_debug Checking test 070 control_thompson_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 358.086127 - 0: The maximum resident set size (KB) = 904832 + 0: The total amount of wall time = 220.455442 + 0: The maximum resident set size (KB) = 905716 Test 070 control_thompson_debug PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/control_thompson_no_aero_debug -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_225468/control_thompson_no_aero_debug +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_98415/control_thompson_no_aero_debug Checking test 071 control_thompson_no_aero_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 353.714372 - 0: The maximum resident set size (KB) = 907384 + 0: The total amount of wall time = 217.734241 + 0: The maximum resident set size (KB) = 901820 Test 071 control_thompson_no_aero_debug PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/control_thompson_debug_extdiag -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_225468/control_thompson_extdiag_debug +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_98415/control_thompson_extdiag_debug Checking test 072 control_thompson_extdiag_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 364.704824 - 0: The maximum resident set size (KB) = 933668 + 0: The total amount of wall time = 232.759085 + 0: The maximum resident set size (KB) = 938676 Test 072 control_thompson_extdiag_debug PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/fv3_regional_debug -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_225468/regional_debug +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_98415/regional_debug Checking test 073 regional_debug results .... Comparing dynf000.nc .........OK Comparing dynf001.nc .........OK Comparing phyf000.nc .........OK Comparing phyf001.nc .........OK - 0: The total amount of wall time = 434.189697 - 0: The maximum resident set size (KB) = 604140 + 0: The total amount of wall time = 321.010071 + 0: The maximum resident set size (KB) = 607708 Test 073 regional_debug PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/rap_control_debug -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_225468/rap_control_debug +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_98415/rap_control_debug Checking test 074 rap_control_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 347.012334 - 0: The maximum resident set size (KB) = 910120 + 0: The total amount of wall time = 343.591155 + 0: The maximum resident set size (KB) = 912340 Test 074 rap_control_debug PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/rap_control_debug -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_225468/rap_unified_drag_suite_debug +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_98415/rap_unified_drag_suite_debug Checking test 075 rap_unified_drag_suite_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 346.481230 - 0: The maximum resident set size (KB) = 913668 + 0: The total amount of wall time = 344.154992 + 0: The maximum resident set size (KB) = 913004 Test 075 rap_unified_drag_suite_debug PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/rap_diag_debug -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_225468/rap_diag_debug +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_98415/rap_diag_debug Checking test 076 rap_diag_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 365.409654 - 0: The maximum resident set size (KB) = 996576 + 0: The total amount of wall time = 364.151795 + 0: The maximum resident set size (KB) = 995808 Test 076 rap_diag_debug PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/rap_cires_ugwp_debug -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_225468/rap_cires_ugwp_debug +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_98415/rap_cires_ugwp_debug Checking test 077 rap_cires_ugwp_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 351.097398 - 0: The maximum resident set size (KB) = 911028 + 0: The total amount of wall time = 350.030675 + 0: The maximum resident set size (KB) = 913960 Test 077 rap_cires_ugwp_debug PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/rap_cires_ugwp_debug -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_225468/rap_unified_ugwp_debug +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_98415/rap_unified_ugwp_debug Checking test 078 rap_unified_ugwp_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 350.706168 - 0: The maximum resident set size (KB) = 910964 + 0: The total amount of wall time = 350.259649 + 0: The maximum resident set size (KB) = 911268 Test 078 rap_unified_ugwp_debug PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/rap_noah_debug -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_225468/rap_noah_debug +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_98415/rap_noah_debug Checking test 079 rap_noah_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 340.009643 - 0: The maximum resident set size (KB) = 916944 + 0: The total amount of wall time = 339.178856 + 0: The maximum resident set size (KB) = 912960 Test 079 rap_noah_debug PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/rap_rrtmgp_debug -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_225468/rap_rrtmgp_debug +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_98415/rap_rrtmgp_debug Checking test 080 rap_rrtmgp_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 592.515362 - 0: The maximum resident set size (KB) = 1012616 + 0: The total amount of wall time = 583.358804 + 0: The maximum resident set size (KB) = 1012064 Test 080 rap_rrtmgp_debug PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/rap_lndp_debug -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_225468/rap_lndp_debug +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_98415/rap_lndp_debug Checking test 081 rap_lndp_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 349.147299 - 0: The maximum resident set size (KB) = 915480 + 0: The total amount of wall time = 345.957873 + 0: The maximum resident set size (KB) = 913068 Test 081 rap_lndp_debug PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/rap_sfcdiff_debug -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_225468/rap_sfcdiff_debug +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_98415/rap_sfcdiff_debug Checking test 082 rap_sfcdiff_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 348.384858 - 0: The maximum resident set size (KB) = 909748 + 0: The total amount of wall time = 343.571739 + 0: The maximum resident set size (KB) = 919540 Test 082 rap_sfcdiff_debug PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/rap_flake_debug -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_225468/rap_flake_debug +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_98415/rap_flake_debug Checking test 083 rap_flake_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 346.461486 - 0: The maximum resident set size (KB) = 910412 + 0: The total amount of wall time = 342.681143 + 0: The maximum resident set size (KB) = 909512 Test 083 rap_flake_debug PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/rap_noah_sfcdiff_cires_ugwp_debug -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_225468/rap_noah_sfcdiff_cires_ugwp_debug +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_98415/rap_noah_sfcdiff_cires_ugwp_debug Checking test 084 rap_noah_sfcdiff_cires_ugwp_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 573.572264 - 0: The maximum resident set size (KB) = 914364 + 0: The total amount of wall time = 571.257321 + 0: The maximum resident set size (KB) = 908204 Test 084 rap_noah_sfcdiff_cires_ugwp_debug PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/rrfs_v1beta_debug -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_225468/rrfs_v1beta_debug +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_98415/rrfs_v1beta_debug Checking test 085 rrfs_v1beta_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 349.673364 - 0: The maximum resident set size (KB) = 911328 + 0: The total amount of wall time = 341.304075 + 0: The maximum resident set size (KB) = 912204 Test 085 rrfs_v1beta_debug PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/control_wam_debug -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_225468/control_wam_debug +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_98415/control_wam_debug Checking test 086 control_wam_debug results .... Comparing sfcf019.nc .........OK Comparing atmf019.nc .........OK - 0: The total amount of wall time = 367.003046 - 0: The maximum resident set size (KB) = 264232 + 0: The total amount of wall time = 367.835849 + 0: The maximum resident set size (KB) = 267168 Test 086 control_wam_debug PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/hafs_regional_atm -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_225468/hafs_regional_atm +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_98415/hafs_regional_atm Checking test 087 hafs_regional_atm results .... - Comparing atmf006.nc .........OK + Comparing atmf006.nc ............ALT CHECK......OK Comparing sfcf006.nc ............ALT CHECK......OK - 0: The total amount of wall time = 1088.472117 - 0: The maximum resident set size (KB) = 789676 + 0: The total amount of wall time = 1101.948893 + 0: The maximum resident set size (KB) = 780484 Test 087 hafs_regional_atm PASS +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/hafs_regional_atm_thompson_gfdlsf +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_98415/hafs_regional_atm_thompson_gfdlsf +Checking test 088 hafs_regional_atm_thompson_gfdlsf results .... + Comparing atmf006.nc ............ALT CHECK......OK + Comparing sfcf006.nc ............ALT CHECK......OK + + 0: The total amount of wall time = 1206.477070 + 0: The maximum resident set size (KB) = 1148540 + +Test 088 hafs_regional_atm_thompson_gfdlsf PASS + + baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/hafs_regional_atm_ocn -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_225468/hafs_regional_atm_ocn -Checking test 088 hafs_regional_atm_ocn results .... +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_98415/hafs_regional_atm_ocn +Checking test 089 hafs_regional_atm_ocn results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing archv.2019_241_06.a .........OK @@ -2590,29 +2602,29 @@ Checking test 088 hafs_regional_atm_ocn results .... Comparing ufs.hafs.cpl.hi.2019-08-29-21600.nc .........OK Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK - 0: The total amount of wall time = 462.894767 - 0: The maximum resident set size (KB) = 819576 + 0: The total amount of wall time = 450.832457 + 0: The maximum resident set size (KB) = 812996 -Test 088 hafs_regional_atm_ocn PASS +Test 089 hafs_regional_atm_ocn PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/hafs_regional_atm_wav -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_225468/hafs_regional_atm_wav -Checking test 089 hafs_regional_atm_wav results .... +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_98415/hafs_regional_atm_wav +Checking test 090 hafs_regional_atm_wav results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc ............ALT CHECK......OK Comparing out_grd.ww3 .........OK Comparing out_pnt.ww3 .........OK - 0: The total amount of wall time = 917.606197 - 0: The maximum resident set size (KB) = 813956 + 0: The total amount of wall time = 917.139791 + 0: The maximum resident set size (KB) = 811716 -Test 089 hafs_regional_atm_wav PASS +Test 090 hafs_regional_atm_wav PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/hafs_regional_atm_ocn_wav -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_225468/hafs_regional_atm_ocn_wav -Checking test 090 hafs_regional_atm_ocn_wav results .... +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_98415/hafs_regional_atm_ocn_wav +Checking test 091 hafs_regional_atm_ocn_wav results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing archv.2019_241_06.a .........OK @@ -2620,136 +2632,136 @@ Checking test 090 hafs_regional_atm_ocn_wav results .... Comparing out_grd.ww3 .........OK Comparing out_pnt.ww3 .........OK - 0: The total amount of wall time = 1022.842979 - 0: The maximum resident set size (KB) = 816744 + 0: The total amount of wall time = 1013.355680 + 0: The maximum resident set size (KB) = 807104 -Test 090 hafs_regional_atm_ocn_wav PASS +Test 091 hafs_regional_atm_ocn_wav PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/hafs_regional_docn -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_225468/hafs_regional_docn -Checking test 091 hafs_regional_docn results .... +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_98415/hafs_regional_docn +Checking test 092 hafs_regional_docn results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing ufs.hafs.cpl.hi.2019-08-29-21600.nc .........OK Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK Comparing ufs.hafs.docn.r.2019-08-29-21600.nc .........OK - 0: The total amount of wall time = 449.582902 - 0: The maximum resident set size (KB) = 820376 + 0: The total amount of wall time = 438.927852 + 0: The maximum resident set size (KB) = 818672 -Test 091 hafs_regional_docn PASS +Test 092 hafs_regional_docn PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/hafs_regional_docn_oisst -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_225468/hafs_regional_docn_oisst -Checking test 092 hafs_regional_docn_oisst results .... +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_98415/hafs_regional_docn_oisst +Checking test 093 hafs_regional_docn_oisst results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing ufs.hafs.cpl.hi.2019-08-29-21600.nc .........OK Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK Comparing ufs.hafs.docn.r.2019-08-29-21600.nc .........OK - 0: The total amount of wall time = 447.648212 - 0: The maximum resident set size (KB) = 817600 + 0: The total amount of wall time = 436.799215 + 0: The maximum resident set size (KB) = 814504 -Test 092 hafs_regional_docn_oisst PASS +Test 093 hafs_regional_docn_oisst PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/hafs_regional_datm_cdeps -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_225468/hafs_regional_datm_cdeps -Checking test 093 hafs_regional_datm_cdeps results .... +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_98415/hafs_regional_datm_cdeps +Checking test 094 hafs_regional_datm_cdeps results .... Comparing ufs.hafs.cpl.hi.2019-08-30-00000.nc .........OK Comparing ufs.hafs.cpl.r.2019-08-30-00000.nc .........OK Comparing ufs.hafs.datm.r.2019-08-30-00000.nc .........OK - 0: The total amount of wall time = 1217.677007 - 0: The maximum resident set size (KB) = 857076 + 0: The total amount of wall time = 1221.512419 + 0: The maximum resident set size (KB) = 856036 -Test 093 hafs_regional_datm_cdeps PASS +Test 094 hafs_regional_datm_cdeps PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/datm_cdeps_control_cfsr -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_225468/datm_cdeps_control_cfsr -Checking test 094 datm_cdeps_control_cfsr results .... +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_98415/datm_cdeps_control_cfsr +Checking test 095 datm_cdeps_control_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 192.388643 - 0: The maximum resident set size (KB) = 725612 + 0: The total amount of wall time = 189.496178 + 0: The maximum resident set size (KB) = 724936 -Test 094 datm_cdeps_control_cfsr PASS +Test 095 datm_cdeps_control_cfsr PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/datm_cdeps_control_cfsr -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_225468/datm_cdeps_restart_cfsr -Checking test 095 datm_cdeps_restart_cfsr results .... +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_98415/datm_cdeps_restart_cfsr +Checking test 096 datm_cdeps_restart_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 119.306946 - 0: The maximum resident set size (KB) = 726976 + 0: The total amount of wall time = 112.105629 + 0: The maximum resident set size (KB) = 727128 -Test 095 datm_cdeps_restart_cfsr PASS +Test 096 datm_cdeps_restart_cfsr PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/datm_cdeps_control_gefs -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_225468/datm_cdeps_control_gefs -Checking test 096 datm_cdeps_control_gefs results .... +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_98415/datm_cdeps_control_gefs +Checking test 097 datm_cdeps_control_gefs results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 188.463812 - 0: The maximum resident set size (KB) = 628016 + 0: The total amount of wall time = 185.694099 + 0: The maximum resident set size (KB) = 624932 -Test 096 datm_cdeps_control_gefs PASS +Test 097 datm_cdeps_control_gefs PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/datm_cdeps_stochy_gefs -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_225468/datm_cdeps_stochy_gefs -Checking test 097 datm_cdeps_stochy_gefs results .... +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_98415/datm_cdeps_stochy_gefs +Checking test 098 datm_cdeps_stochy_gefs results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 191.611980 - 0: The maximum resident set size (KB) = 627460 + 0: The total amount of wall time = 188.781266 + 0: The maximum resident set size (KB) = 625512 -Test 097 datm_cdeps_stochy_gefs PASS +Test 098 datm_cdeps_stochy_gefs PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/datm_cdeps_bulk_cfsr -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_225468/datm_cdeps_bulk_cfsr -Checking test 098 datm_cdeps_bulk_cfsr results .... +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_98415/datm_cdeps_bulk_cfsr +Checking test 099 datm_cdeps_bulk_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 191.638935 - 0: The maximum resident set size (KB) = 727764 + 0: The total amount of wall time = 190.297965 + 0: The maximum resident set size (KB) = 724592 -Test 098 datm_cdeps_bulk_cfsr PASS +Test 099 datm_cdeps_bulk_cfsr PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/datm_cdeps_bulk_gefs -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_225468/datm_cdeps_bulk_gefs -Checking test 099 datm_cdeps_bulk_gefs results .... +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_98415/datm_cdeps_bulk_gefs +Checking test 100 datm_cdeps_bulk_gefs results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 188.308307 - 0: The maximum resident set size (KB) = 624960 + 0: The total amount of wall time = 185.567401 + 0: The maximum resident set size (KB) = 625684 -Test 099 datm_cdeps_bulk_gefs PASS +Test 100 datm_cdeps_bulk_gefs PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/datm_cdeps_mx025_cfsr -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_225468/datm_cdeps_mx025_cfsr -Checking test 100 datm_cdeps_mx025_cfsr results .... +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_98415/datm_cdeps_mx025_cfsr +Checking test 101 datm_cdeps_mx025_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/MOM.res_1.nc .........OK Comparing RESTART/MOM.res_2.nc .........OK @@ -2757,15 +2769,15 @@ Checking test 100 datm_cdeps_mx025_cfsr results .... Comparing RESTART/iced.2011-10-01-43200.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-01-43200.nc .........OK - 0: The total amount of wall time = 412.416696 - 0: The maximum resident set size (KB) = 600824 + 0: The total amount of wall time = 404.257250 + 0: The maximum resident set size (KB) = 593472 -Test 100 datm_cdeps_mx025_cfsr PASS +Test 101 datm_cdeps_mx025_cfsr PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/datm_cdeps_mx025_gefs -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_225468/datm_cdeps_mx025_gefs -Checking test 101 datm_cdeps_mx025_gefs results .... +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_98415/datm_cdeps_mx025_gefs +Checking test 102 datm_cdeps_mx025_gefs results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/MOM.res_1.nc .........OK Comparing RESTART/MOM.res_2.nc .........OK @@ -2773,52 +2785,52 @@ Checking test 101 datm_cdeps_mx025_gefs results .... Comparing RESTART/iced.2011-10-01-43200.nc .........OK Comparing RESTART/DATM_GEFS.cpl.r.2011-10-01-43200.nc .........OK - 0: The total amount of wall time = 405.883244 - 0: The maximum resident set size (KB) = 565912 + 0: The total amount of wall time = 401.536219 + 0: The maximum resident set size (KB) = 562720 -Test 101 datm_cdeps_mx025_gefs PASS +Test 102 datm_cdeps_mx025_gefs PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/datm_cdeps_control_cfsr -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_225468/datm_cdeps_multiple_files_cfsr -Checking test 102 datm_cdeps_multiple_files_cfsr results .... +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_98415/datm_cdeps_multiple_files_cfsr +Checking test 103 datm_cdeps_multiple_files_cfsr results .... Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 190.574486 - 0: The maximum resident set size (KB) = 727812 + 0: The total amount of wall time = 188.855790 + 0: The maximum resident set size (KB) = 727188 -Test 102 datm_cdeps_multiple_files_cfsr PASS +Test 103 datm_cdeps_multiple_files_cfsr PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/datm_cdeps_3072x1536_cfsr -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_225468/datm_cdeps_3072x1536_cfsr -Checking test 103 datm_cdeps_3072x1536_cfsr results .... +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_98415/datm_cdeps_3072x1536_cfsr +Checking test 104 datm_cdeps_3072x1536_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR3072x1536.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 265.461267 - 0: The maximum resident set size (KB) = 1903768 + 0: The total amount of wall time = 261.539907 + 0: The maximum resident set size (KB) = 1839844 -Test 103 datm_cdeps_3072x1536_cfsr PASS +Test 104 datm_cdeps_3072x1536_cfsr PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/datm_cdeps_debug_cfsr -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_225468/datm_cdeps_debug_cfsr -Checking test 104 datm_cdeps_debug_cfsr results .... +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_98415/datm_cdeps_debug_cfsr +Checking test 105 datm_cdeps_debug_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-01-21600.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-01-21600.nc .........OK - 0: The total amount of wall time = 569.704060 - 0: The maximum resident set size (KB) = 734736 + 0: The total amount of wall time = 566.740271 + 0: The maximum resident set size (KB) = 731624 -Test 104 datm_cdeps_debug_cfsr PASS +Test 105 datm_cdeps_debug_cfsr PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/INTEL/control_atmwav -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_225468/control_atmwav -Checking test 105 control_atmwav results .... +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_98415/control_atmwav +Checking test 106 control_atmwav results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK Comparing atmf000.nc .........OK @@ -2861,12 +2873,12 @@ Checking test 105 control_atmwav results .... Comparing RESTART/sfc_data.tile6.nc .........OK Comparing 20210322.180000.restart.glo_1deg .........OK - 0: The total amount of wall time = 117.238952 - 0: The maximum resident set size (KB) = 524036 + 0: The total amount of wall time = 111.627517 + 0: The maximum resident set size (KB) = 526456 -Test 105 control_atmwav PASS +Test 106 control_atmwav PASS REGRESSION TEST WAS SUCCESSFUL -Fri Jan 14 05:45:04 GMT 2022 -Elapsed time: 02h:46m:05s. Have a nice day! +Wed Jan 19 06:49:24 GMT 2022 +Elapsed time: 02h:17m:52s. Have a nice day! From 65f2e98b8c912ccc9e277662a2dab3739254a9cc Mon Sep 17 00:00:00 2001 From: "Chunxi.Zhang-NOAA" Date: Wed, 19 Jan 2022 15:36:16 +0000 Subject: [PATCH 14/17] Added regression test log file for Cray and Dell, respectively. --- tests/RegressionTests_wcoss_cray.log | 491 +++++++------- tests/RegressionTests_wcoss_dell_p3.log | 835 ++++++++++++------------ 2 files changed, 675 insertions(+), 651 deletions(-) diff --git a/tests/RegressionTests_wcoss_cray.log b/tests/RegressionTests_wcoss_cray.log index e94c2d1d3f..797037d05f 100644 --- a/tests/RegressionTests_wcoss_cray.log +++ b/tests/RegressionTests_wcoss_cray.log @@ -1,17 +1,18 @@ -Thu Jan 13 20:30:45 UTC 2022 +Wed Jan 19 10:40:40 UTC 2022 Start Regression test -Compile 001 elapsed time 753 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v15_thompson_mynn,FV3_GFS_v15_thompson_mynn_RRTMGP,FV3_GFS_v16_p7_rrtmgp,FV3_GFS_v16_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 002 elapsed time 735 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_RRFS_v1beta -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 003 elapsed time 813 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_RRTMGP,FV3_GFS_v16_csawmg,FV3_GFS_v16_flake,FV3_GFS_v16_ugwpv1,FV3_GFS_v16_ras,FV3_GFS_v16_thompson,FV3_GFS_v16_noahmp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 004 elapsed time 729 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DREPRO=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -Compile 005 elapsed time 527 seconds. -DAPP=ATM -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v16_RRTMGP,FV3_GFS_v16_csawmg,FV3_GFS_v16_flake,FV3_GFS_v16_ugwpv1,FV3_GFS_v16_ras,FV3_GFS_v16_noahmp,FV3_GFS_v16_thompson,FV3_GFS_v15_thompson_mynn,FV3_GFS_v16_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 006 elapsed time 531 seconds. -DAPP=ATM -DDEBUG=ON -DCCPP_SUITES=FV3_RAP,FV3_RAP_cires_ugwp,FV3_RAP_unified_ugwp,FV3_RAP_noah,FV3_RAP_RRTMGP,FV3_RAP_sfcdiff,FV3_RAP_flake,FV3_RAP_noah_sfcdiff_cires_ugwp,FV3_RRFS_v1beta -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 007 elapsed time 482 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 008 elapsed time 837 seconds. -DAPP=HAFSW -DCCPP_SUITES=FV3_HAFS_v0_gfdlmp_tedmf,FV3_HAFS_v0_gfdlmp_tedmf_nonsst -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 001 elapsed time 730 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v15_thompson_mynn,FV3_GFS_v15_thompson_mynn_RRTMGP,FV3_GFS_v16_p7_rrtmgp,FV3_GFS_v16_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 002 elapsed time 772 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_RRFS_v1beta -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 003 elapsed time 751 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_RRTMGP,FV3_GFS_v16_csawmg,FV3_GFS_v16_flake,FV3_GFS_v16_ugwpv1,FV3_GFS_v16_ras,FV3_GFS_v16_thompson,FV3_GFS_v16_noahmp -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 004 elapsed time 715 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DREPRO=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit +Compile 005 elapsed time 514 seconds. -DAPP=ATM -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v16_RRTMGP,FV3_GFS_v16_csawmg,FV3_GFS_v16_flake,FV3_GFS_v16_ugwpv1,FV3_GFS_v16_ras,FV3_GFS_v16_noahmp,FV3_GFS_v16_thompson,FV3_GFS_v15_thompson_mynn,FV3_GFS_v16_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 006 elapsed time 504 seconds. -DAPP=ATM -DDEBUG=ON -DCCPP_SUITES=FV3_RAP,FV3_RAP_cires_ugwp,FV3_RAP_unified_ugwp,FV3_RAP_noah,FV3_RAP_RRTMGP,FV3_RAP_sfcdiff,FV3_RAP_flake,FV3_RAP_noah_sfcdiff_cires_ugwp,FV3_RRFS_v1beta -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 007 elapsed time 458 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 008 elapsed time 815 seconds. -DAPP=HAFSW -DCCPP_SUITES=FV3_HAFS_v0_gfdlmp_tedmf,FV3_HAFS_v0_gfdlmp_tedmf_nonsst,FV3_HAFS_v0_thompson_tedmf_gfdlsf -D32BIT=ON -DMPI=ON +-DCMAKE_BUILD_TYPE=Release baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/control -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_3517/control +working dir = /gpfs/hps3/stmp/Bin.Li/FV3_RT/rt_42439/control Checking test 001 control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -58,14 +59,14 @@ Checking test 001 control results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 151.862013 -The maximum resident set size (KB) = 423584 +The total amount of wall time = 140.747198 +The maximum resident set size (KB) = 423452 Test 001 control PASS baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/control -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_3517/control_decomp +working dir = /gpfs/hps3/stmp/Bin.Li/FV3_RT/rt_42439/control_decomp Checking test 002 control_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -108,14 +109,14 @@ Checking test 002 control_decomp results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 151.601908 -The maximum resident set size (KB) = 422456 +The total amount of wall time = 151.041892 +The maximum resident set size (KB) = 422400 Test 002 control_decomp PASS baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/control -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_3517/control_restart +working dir = /gpfs/hps3/stmp/Bin.Li/FV3_RT/rt_42439/control_restart Checking test 003 control_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -154,14 +155,14 @@ Checking test 003 control_restart results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 79.761860 -The maximum resident set size (KB) = 156132 +The total amount of wall time = 77.369196 +The maximum resident set size (KB) = 156348 Test 003 control_restart PASS baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/control -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_3517/control_fhzero +working dir = /gpfs/hps3/stmp/Bin.Li/FV3_RT/rt_42439/control_fhzero Checking test 004 control_fhzero results .... Comparing sfcf000.nc ............ALT CHECK......OK Comparing sfcf021.nc ............ALT CHECK......OK @@ -204,14 +205,14 @@ Checking test 004 control_fhzero results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 138.037157 -The maximum resident set size (KB) = 423532 +The total amount of wall time = 130.135312 +The maximum resident set size (KB) = 423508 Test 004 control_fhzero PASS baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/control_CubedSphereGrid -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_3517/control_CubedSphereGrid +working dir = /gpfs/hps3/stmp/Bin.Li/FV3_RT/rt_42439/control_CubedSphereGrid Checking test 005 control_CubedSphereGrid results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK @@ -238,14 +239,14 @@ Checking test 005 control_CubedSphereGrid results .... Comparing atmf024.tile5.nc .........OK Comparing atmf024.tile6.nc .........OK -The total amount of wall time = 143.292096 -The maximum resident set size (KB) = 423760 +The total amount of wall time = 138.343541 +The maximum resident set size (KB) = 423524 Test 005 control_CubedSphereGrid PASS baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/control_latlon -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_3517/control_latlon +working dir = /gpfs/hps3/stmp/Bin.Li/FV3_RT/rt_42439/control_latlon Checking test 006 control_latlon results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -256,14 +257,14 @@ Checking test 006 control_latlon results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -The total amount of wall time = 143.707374 -The maximum resident set size (KB) = 423532 +The total amount of wall time = 136.829668 +The maximum resident set size (KB) = 423368 Test 006 control_latlon PASS baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/control_wrtGauss_netcdf_parallel -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_3517/control_wrtGauss_netcdf_parallel +working dir = /gpfs/hps3/stmp/Bin.Li/FV3_RT/rt_42439/control_wrtGauss_netcdf_parallel Checking test 007 control_wrtGauss_netcdf_parallel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -274,14 +275,14 @@ Checking test 007 control_wrtGauss_netcdf_parallel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -The total amount of wall time = 146.939520 -The maximum resident set size (KB) = 423568 +The total amount of wall time = 137.768219 +The maximum resident set size (KB) = 423592 Test 007 control_wrtGauss_netcdf_parallel PASS baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/control_c48 -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_3517/control_c48 +working dir = /gpfs/hps3/stmp/Bin.Li/FV3_RT/rt_42439/control_c48 Checking test 008 control_c48 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -320,14 +321,14 @@ Checking test 008 control_c48 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 432.258609 -The maximum resident set size (KB) = 630660 +The total amount of wall time = 430.031208 +The maximum resident set size (KB) = 630672 Test 008 control_c48 PASS baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/control_c192 -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_3517/control_c192 +working dir = /gpfs/hps3/stmp/Bin.Li/FV3_RT/rt_42439/control_c192 Checking test 009 control_c192 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -338,14 +339,14 @@ Checking test 009 control_c192 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -The total amount of wall time = 544.870811 -The maximum resident set size (KB) = 524072 +The total amount of wall time = 540.599436 +The maximum resident set size (KB) = 524044 Test 009 control_c192 PASS baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/control_stochy -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_3517/control_stochy +working dir = /gpfs/hps3/stmp/Bin.Li/FV3_RT/rt_42439/control_stochy Checking test 010 control_stochy results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -356,28 +357,28 @@ Checking test 010 control_stochy results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK -The total amount of wall time = 97.959322 -The maximum resident set size (KB) = 426648 +The total amount of wall time = 92.855709 +The maximum resident set size (KB) = 426576 Test 010 control_stochy PASS baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/control_stochy -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_3517/control_stochy_restart +working dir = /gpfs/hps3/stmp/Bin.Li/FV3_RT/rt_42439/control_stochy_restart Checking test 011 control_stochy_restart results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK Comparing GFSFLX.GrbF12 .........OK Comparing GFSPRS.GrbF12 .........OK -The total amount of wall time = 58.753903 -The maximum resident set size (KB) = 176180 +The total amount of wall time = 55.171388 +The maximum resident set size (KB) = 175892 Test 011 control_stochy_restart PASS baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/control_lndp -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_3517/control_lndp +working dir = /gpfs/hps3/stmp/Bin.Li/FV3_RT/rt_42439/control_lndp Checking test 012 control_lndp results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -388,14 +389,14 @@ Checking test 012 control_lndp results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK -The total amount of wall time = 89.445850 -The maximum resident set size (KB) = 428180 +The total amount of wall time = 88.139128 +The maximum resident set size (KB) = 428060 Test 012 control_lndp PASS baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/control_p8 -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_3517/control_p8 +working dir = /gpfs/hps3/stmp/Bin.Li/FV3_RT/rt_42439/control_p8 Checking test 013 control_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -442,14 +443,14 @@ Checking test 013 control_p8 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 171.077473 -The maximum resident set size (KB) = 455912 +The total amount of wall time = 165.033452 +The maximum resident set size (KB) = 455652 Test 013 control_p8 PASS baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/control_p8 -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_3517/control_restart_p8 +working dir = /gpfs/hps3/stmp/Bin.Li/FV3_RT/rt_42439/control_restart_p8 Checking test 014 control_restart_p8 results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -488,14 +489,14 @@ Checking test 014 control_restart_p8 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 96.586058 -The maximum resident set size (KB) = 269740 +The total amount of wall time = 92.409361 +The maximum resident set size (KB) = 269712 Test 014 control_restart_p8 PASS baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/control_p8 -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_3517/control_decomp_p8 +working dir = /gpfs/hps3/stmp/Bin.Li/FV3_RT/rt_42439/control_decomp_p8 Checking test 015 control_decomp_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -538,14 +539,14 @@ Checking test 015 control_decomp_p8 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 171.128237 -The maximum resident set size (KB) = 448872 +The total amount of wall time = 161.863446 +The maximum resident set size (KB) = 449072 Test 015 control_decomp_p8 PASS baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/control_p7_rrtmgp -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_3517/control_p7_rrtmgp +working dir = /gpfs/hps3/stmp/Bin.Li/FV3_RT/rt_42439/control_p7_rrtmgp Checking test 016 control_p7_rrtmgp results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -592,14 +593,14 @@ Checking test 016 control_p7_rrtmgp results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 211.371788 -The maximum resident set size (KB) = 550376 +The total amount of wall time = 200.702136 +The maximum resident set size (KB) = 553412 Test 016 control_p7_rrtmgp PASS baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/fv3_regional_control -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_3517/regional_control +working dir = /gpfs/hps3/stmp/Bin.Li/FV3_RT/rt_42439/regional_control Checking test 017 regional_control results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK @@ -610,28 +611,28 @@ Checking test 017 regional_control results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF24 .........OK -The total amount of wall time = 371.413434 -The maximum resident set size (KB) = 531744 +The total amount of wall time = 340.766118 +The maximum resident set size (KB) = 531736 Test 017 regional_control PASS baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/fv3_regional_control -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_3517/regional_restart +working dir = /gpfs/hps3/stmp/Bin.Li/FV3_RT/rt_42439/regional_restart Checking test 018 regional_restart results .... Comparing dynf024.nc .........OK Comparing phyf024.nc .........OK Comparing PRSLEV.GrbF24 .........OK Comparing NATLEV.GrbF24 .........OK -The total amount of wall time = 221.789146 -The maximum resident set size (KB) = 526144 +The total amount of wall time = 217.076699 +The maximum resident set size (KB) = 525792 Test 018 regional_restart PASS baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/fv3_regional_noquilt -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_3517/regional_noquilt +working dir = /gpfs/hps3/stmp/Bin.Li/FV3_RT/rt_42439/regional_noquilt Checking test 019 regional_noquilt results .... Comparing atmos_4xdaily.nc .........OK Comparing fv3_history2d.nc .........OK @@ -639,14 +640,14 @@ Checking test 019 regional_noquilt results .... Comparing RESTART/fv_core.res.tile1_new.nc .........OK Comparing RESTART/fv_tracer.res.tile1_new.nc .........OK -The total amount of wall time = 396.827143 -The maximum resident set size (KB) = 536124 +The total amount of wall time = 375.067473 +The maximum resident set size (KB) = 534392 Test 019 regional_noquilt PASS baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/fv3_regional_hafs -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_3517/regional_hafs +working dir = /gpfs/hps3/stmp/Bin.Li/FV3_RT/rt_42439/regional_hafs Checking test 020 regional_hafs results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK @@ -655,28 +656,28 @@ Checking test 020 regional_hafs results .... Comparing HURPRS.GrbF00 .........OK Comparing HURPRS.GrbF24 .........OK -The total amount of wall time = 366.413047 -The maximum resident set size (KB) = 527492 +The total amount of wall time = 360.736367 +The maximum resident set size (KB) = 527264 Test 020 regional_hafs PASS baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/fv3_regional_netcdf_parallel -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_3517/regional_netcdf_parallel +working dir = /gpfs/hps3/stmp/Bin.Li/FV3_RT/rt_42439/regional_netcdf_parallel Checking test 021 regional_netcdf_parallel results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK Comparing phyf000.nc .........OK Comparing phyf024.nc .........OK -The total amount of wall time = 361.002541 -The maximum resident set size (KB) = 526576 +The total amount of wall time = 358.285223 +The maximum resident set size (KB) = 526612 Test 021 regional_netcdf_parallel PASS baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/fv3_regional_RRTMGP -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_3517/regional_RRTMGP +working dir = /gpfs/hps3/stmp/Bin.Li/FV3_RT/rt_42439/regional_RRTMGP Checking test 022 regional_RRTMGP results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK @@ -687,14 +688,14 @@ Checking test 022 regional_RRTMGP results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF24 .........OK -The total amount of wall time = 455.618583 -The maximum resident set size (KB) = 652668 +The total amount of wall time = 424.697221 +The maximum resident set size (KB) = 654208 Test 022 regional_RRTMGP PASS baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/rap_control -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_3517/rap_control +working dir = /gpfs/hps3/stmp/Bin.Li/FV3_RT/rt_42439/rap_control Checking test 023 rap_control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -741,14 +742,14 @@ Checking test 023 rap_control results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 391.746583 -The maximum resident set size (KB) = 788932 +The total amount of wall time = 381.481124 +The maximum resident set size (KB) = 788992 Test 023 rap_control PASS baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/rap_control -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_3517/rap_restart +working dir = /gpfs/hps3/stmp/Bin.Li/FV3_RT/rt_42439/rap_restart Checking test 024 rap_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -787,14 +788,14 @@ Checking test 024 rap_restart results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 203.941954 -The maximum resident set size (KB) = 530180 +The total amount of wall time = 197.940844 +The maximum resident set size (KB) = 529892 Test 024 rap_restart PASS baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/rap_sfcdiff -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_3517/rap_sfcdiff +working dir = /gpfs/hps3/stmp/Bin.Li/FV3_RT/rt_42439/rap_sfcdiff Checking test 025 rap_sfcdiff results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -841,14 +842,14 @@ Checking test 025 rap_sfcdiff results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 393.097867 -The maximum resident set size (KB) = 788880 +The total amount of wall time = 377.598471 +The maximum resident set size (KB) = 788884 Test 025 rap_sfcdiff PASS baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/rap_sfcdiff -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_3517/rap_sfcdiff_restart +working dir = /gpfs/hps3/stmp/Bin.Li/FV3_RT/rt_42439/rap_sfcdiff_restart Checking test 026 rap_sfcdiff_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -887,14 +888,14 @@ Checking test 026 rap_sfcdiff_restart results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 206.821213 -The maximum resident set size (KB) = 529736 +The total amount of wall time = 198.988275 +The maximum resident set size (KB) = 529712 Test 026 rap_sfcdiff_restart PASS baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/hrrr_control -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_3517/hrrr_control +working dir = /gpfs/hps3/stmp/Bin.Li/FV3_RT/rt_42439/hrrr_control Checking test 027 hrrr_control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -941,14 +942,14 @@ Checking test 027 hrrr_control results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 379.392503 -The maximum resident set size (KB) = 786948 +The total amount of wall time = 364.753313 +The maximum resident set size (KB) = 786572 Test 027 hrrr_control PASS baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/rrfs_v1beta -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_3517/rrfs_v1beta +working dir = /gpfs/hps3/stmp/Bin.Li/FV3_RT/rt_42439/rrfs_v1beta Checking test 028 rrfs_v1beta results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -995,14 +996,14 @@ Checking test 028 rrfs_v1beta results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 388.014187 -The maximum resident set size (KB) = 787320 +The total amount of wall time = 371.416138 +The maximum resident set size (KB) = 786088 Test 028 rrfs_v1beta PASS baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/rrfs_conus13km_hrrr_warm -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_3517/rrfs_conus13km_hrrr_warm +working dir = /gpfs/hps3/stmp/Bin.Li/FV3_RT/rt_42439/rrfs_conus13km_hrrr_warm Checking test 029 rrfs_conus13km_hrrr_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -1011,14 +1012,14 @@ Checking test 029 rrfs_conus13km_hrrr_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK -The total amount of wall time = 256.420505 -The maximum resident set size (KB) = 596740 +The total amount of wall time = 255.653557 +The maximum resident set size (KB) = 596676 Test 029 rrfs_conus13km_hrrr_warm PASS baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/rrfs_conus13km_radar_tten_warm -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_3517/rrfs_conus13km_radar_tten_warm +working dir = /gpfs/hps3/stmp/Bin.Li/FV3_RT/rt_42439/rrfs_conus13km_radar_tten_warm Checking test 030 rrfs_conus13km_radar_tten_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -1027,14 +1028,14 @@ Checking test 030 rrfs_conus13km_radar_tten_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK -The total amount of wall time = 269.592516 -The maximum resident set size (KB) = 599452 +The total amount of wall time = 275.588573 +The maximum resident set size (KB) = 599328 Test 030 rrfs_conus13km_radar_tten_warm PASS baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/control_rrtmgp -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_3517/control_rrtmgp +working dir = /gpfs/hps3/stmp/Bin.Li/FV3_RT/rt_42439/control_rrtmgp Checking test 031 control_rrtmgp results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1045,14 +1046,14 @@ Checking test 031 control_rrtmgp results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -The total amount of wall time = 223.658042 -The maximum resident set size (KB) = 550096 +The total amount of wall time = 213.096371 +The maximum resident set size (KB) = 549992 Test 031 control_rrtmgp PASS baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/control_rrtmgp_c192 -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_3517/control_rrtmgp_c192 +working dir = /gpfs/hps3/stmp/Bin.Li/FV3_RT/rt_42439/control_rrtmgp_c192 Checking test 032 control_rrtmgp_c192 results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -1063,14 +1064,14 @@ Checking test 032 control_rrtmgp_c192 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK -The total amount of wall time = 592.265153 -The maximum resident set size (KB) = 760104 +The total amount of wall time = 585.375646 +The maximum resident set size (KB) = 759892 Test 032 control_rrtmgp_c192 PASS baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/control_csawmg -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_3517/control_csawmg +working dir = /gpfs/hps3/stmp/Bin.Li/FV3_RT/rt_42439/control_csawmg Checking test 033 control_csawmg results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1081,14 +1082,14 @@ Checking test 033 control_csawmg results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -The total amount of wall time = 363.537185 -The maximum resident set size (KB) = 491152 +The total amount of wall time = 350.032548 +The maximum resident set size (KB) = 491100 Test 033 control_csawmg PASS baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/control_csawmgt -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_3517/control_csawmgt +working dir = /gpfs/hps3/stmp/Bin.Li/FV3_RT/rt_42439/control_csawmgt Checking test 034 control_csawmgt results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1099,14 +1100,14 @@ Checking test 034 control_csawmgt results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -The total amount of wall time = 361.954030 -The maximum resident set size (KB) = 491204 +The total amount of wall time = 349.042895 +The maximum resident set size (KB) = 491816 Test 034 control_csawmgt PASS baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/control_flake -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_3517/control_flake +working dir = /gpfs/hps3/stmp/Bin.Li/FV3_RT/rt_42439/control_flake Checking test 035 control_flake results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1117,14 +1118,14 @@ Checking test 035 control_flake results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -The total amount of wall time = 233.439961 -The maximum resident set size (KB) = 492292 +The total amount of wall time = 231.220836 +The maximum resident set size (KB) = 492220 Test 035 control_flake PASS baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/control_ras -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_3517/control_ras +working dir = /gpfs/hps3/stmp/Bin.Li/FV3_RT/rt_42439/control_ras Checking test 036 control_ras results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1135,40 +1136,40 @@ Checking test 036 control_ras results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -The total amount of wall time = 191.833847 -The maximum resident set size (KB) = 456708 +The total amount of wall time = 193.389806 +The maximum resident set size (KB) = 456580 Test 036 control_ras PASS baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/control_wam_repro -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_3517/control_wam_repro +working dir = /gpfs/hps3/stmp/Bin.Li/FV3_RT/rt_42439/control_wam_repro Checking test 037 control_wam results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK -The total amount of wall time = 123.441500 -The maximum resident set size (KB) = 167356 +The total amount of wall time = 117.447374 +The maximum resident set size (KB) = 167056 Test 037 control_wam PASS baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/control_debug -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_3517/control_debug +working dir = /gpfs/hps3/stmp/Bin.Li/FV3_RT/rt_42439/control_debug Checking test 038 control_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 142.423845 -The maximum resident set size (KB) = 489700 +The total amount of wall time = 143.526046 +The maximum resident set size (KB) = 490728 Test 038 control_debug PASS baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/control_CubedSphereGrid_debug -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_3517/control_CubedSphereGrid_debug +working dir = /gpfs/hps3/stmp/Bin.Li/FV3_RT/rt_42439/control_CubedSphereGrid_debug Checking test 039 control_CubedSphereGrid_debug results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK @@ -1195,389 +1196,401 @@ Checking test 039 control_CubedSphereGrid_debug results .... Comparing atmf001.tile5.nc .........OK Comparing atmf001.tile6.nc .........OK -The total amount of wall time = 151.003840 -The maximum resident set size (KB) = 489916 +The total amount of wall time = 147.862268 +The maximum resident set size (KB) = 490840 Test 039 control_CubedSphereGrid_debug PASS baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/control_wrtGauss_netcdf_parallel_debug -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_3517/control_wrtGauss_netcdf_parallel_debug +working dir = /gpfs/hps3/stmp/Bin.Li/FV3_RT/rt_42439/control_wrtGauss_netcdf_parallel_debug Checking test 040 control_wrtGauss_netcdf_parallel_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 143.680602 -The maximum resident set size (KB) = 489916 +The total amount of wall time = 143.305910 +The maximum resident set size (KB) = 490704 Test 040 control_wrtGauss_netcdf_parallel_debug PASS baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/control_stochy_debug -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_3517/control_stochy_debug +working dir = /gpfs/hps3/stmp/Bin.Li/FV3_RT/rt_42439/control_stochy_debug Checking test 041 control_stochy_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 163.585624 -The maximum resident set size (KB) = 494096 +The total amount of wall time = 159.972765 +The maximum resident set size (KB) = 494024 Test 041 control_stochy_debug PASS baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/control_lndp_debug -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_3517/control_lndp_debug +working dir = /gpfs/hps3/stmp/Bin.Li/FV3_RT/rt_42439/control_lndp_debug Checking test 042 control_lndp_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 146.076839 -The maximum resident set size (KB) = 494632 +The total amount of wall time = 144.787219 +The maximum resident set size (KB) = 494412 Test 042 control_lndp_debug PASS baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/control_rrtmgp_debug -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_3517/control_rrtmgp_debug +working dir = /gpfs/hps3/stmp/Bin.Li/FV3_RT/rt_42439/control_rrtmgp_debug Checking test 043 control_rrtmgp_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 158.236820 -The maximum resident set size (KB) = 594916 +The total amount of wall time = 157.017775 +The maximum resident set size (KB) = 594772 Test 043 control_rrtmgp_debug PASS baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/control_csawmg_debug -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_3517/control_csawmg_debug +working dir = /gpfs/hps3/stmp/Bin.Li/FV3_RT/rt_42439/control_csawmg_debug Checking test 044 control_csawmg_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 231.537897 -The maximum resident set size (KB) = 531600 +The total amount of wall time = 230.437351 +The maximum resident set size (KB) = 531432 Test 044 control_csawmg_debug PASS baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/control_csawmgt_debug -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_3517/control_csawmgt_debug +working dir = /gpfs/hps3/stmp/Bin.Li/FV3_RT/rt_42439/control_csawmgt_debug Checking test 045 control_csawmgt_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 228.565743 -The maximum resident set size (KB) = 531452 +The total amount of wall time = 232.240972 +The maximum resident set size (KB) = 531108 Test 045 control_csawmgt_debug PASS baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/control_ras_debug -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_3517/control_ras_debug +working dir = /gpfs/hps3/stmp/Bin.Li/FV3_RT/rt_42439/control_ras_debug Checking test 046 control_ras_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 147.671798 -The maximum resident set size (KB) = 502720 +The total amount of wall time = 146.850067 +The maximum resident set size (KB) = 502376 Test 046 control_ras_debug PASS baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/control_diag_debug -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_3517/control_diag_debug +working dir = /gpfs/hps3/stmp/Bin.Li/FV3_RT/rt_42439/control_diag_debug Checking test 047 control_diag_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 151.842167 -The maximum resident set size (KB) = 546980 +The total amount of wall time = 149.982645 +The maximum resident set size (KB) = 546896 Test 047 control_diag_debug PASS baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/control_debug_p8 -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_3517/control_debug_p8 +working dir = /gpfs/hps3/stmp/Bin.Li/FV3_RT/rt_42439/control_debug_p8 Checking test 048 control_debug_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 157.304356 -The maximum resident set size (KB) = 514348 +The total amount of wall time = 157.930740 +The maximum resident set size (KB) = 514308 Test 048 control_debug_p8 PASS baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/control_thompson_debug -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_3517/control_thompson_debug +working dir = /gpfs/hps3/stmp/Bin.Li/FV3_RT/rt_42439/control_thompson_debug Checking test 049 control_thompson_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 172.148758 -The maximum resident set size (KB) = 850548 +The total amount of wall time = 170.675736 +The maximum resident set size (KB) = 850468 Test 049 control_thompson_debug PASS baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/control_thompson_no_aero_debug -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_3517/control_thompson_no_aero_debug +working dir = /gpfs/hps3/stmp/Bin.Li/FV3_RT/rt_42439/control_thompson_no_aero_debug Checking test 050 control_thompson_no_aero_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 161.245832 -The maximum resident set size (KB) = 845016 +The total amount of wall time = 159.213761 +The maximum resident set size (KB) = 844992 Test 050 control_thompson_no_aero_debug PASS baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/control_thompson_debug_extdiag -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_3517/control_thompson_extdiag_debug +working dir = /gpfs/hps3/stmp/Bin.Li/FV3_RT/rt_42439/control_thompson_extdiag_debug Checking test 051 control_thompson_extdiag_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 179.914251 -The maximum resident set size (KB) = 878308 +The total amount of wall time = 177.268304 +The maximum resident set size (KB) = 878252 Test 051 control_thompson_extdiag_debug PASS baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/fv3_regional_debug -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_3517/regional_debug +working dir = /gpfs/hps3/stmp/Bin.Li/FV3_RT/rt_42439/regional_debug Checking test 052 regional_debug results .... Comparing dynf000.nc .........OK Comparing dynf001.nc .........OK Comparing phyf000.nc .........OK Comparing phyf001.nc .........OK -The total amount of wall time = 251.920756 -The maximum resident set size (KB) = 553844 +The total amount of wall time = 248.273372 +The maximum resident set size (KB) = 553568 Test 052 regional_debug PASS baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/rap_control_debug -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_3517/rap_control_debug +working dir = /gpfs/hps3/stmp/Bin.Li/FV3_RT/rt_42439/rap_control_debug Checking test 053 rap_control_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 268.580472 -The maximum resident set size (KB) = 856376 +The total amount of wall time = 263.407006 +The maximum resident set size (KB) = 856296 Test 053 rap_control_debug PASS baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/rap_control_debug -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_3517/rap_unified_drag_suite_debug +working dir = /gpfs/hps3/stmp/Bin.Li/FV3_RT/rt_42439/rap_unified_drag_suite_debug Checking test 054 rap_unified_drag_suite_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 272.556437 -The maximum resident set size (KB) = 856452 +The total amount of wall time = 263.334697 +The maximum resident set size (KB) = 856344 Test 054 rap_unified_drag_suite_debug PASS baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/rap_diag_debug -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_3517/rap_diag_debug +working dir = /gpfs/hps3/stmp/Bin.Li/FV3_RT/rt_42439/rap_diag_debug Checking test 055 rap_diag_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 292.169237 -The maximum resident set size (KB) = 938776 +The total amount of wall time = 278.330898 +The maximum resident set size (KB) = 938816 Test 055 rap_diag_debug PASS baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/rap_cires_ugwp_debug -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_3517/rap_cires_ugwp_debug +working dir = /gpfs/hps3/stmp/Bin.Li/FV3_RT/rt_42439/rap_cires_ugwp_debug Checking test 056 rap_cires_ugwp_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 275.503125 -The maximum resident set size (KB) = 858420 +The total amount of wall time = 272.434292 +The maximum resident set size (KB) = 858268 Test 056 rap_cires_ugwp_debug PASS baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/rap_cires_ugwp_debug -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_3517/rap_unified_ugwp_debug +working dir = /gpfs/hps3/stmp/Bin.Li/FV3_RT/rt_42439/rap_unified_ugwp_debug Checking test 057 rap_unified_ugwp_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 275.644908 -The maximum resident set size (KB) = 856484 +The total amount of wall time = 271.113685 +The maximum resident set size (KB) = 856452 Test 057 rap_unified_ugwp_debug PASS baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/rap_noah_debug -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_3517/rap_noah_debug +working dir = /gpfs/hps3/stmp/Bin.Li/FV3_RT/rt_42439/rap_noah_debug Checking test 058 rap_noah_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 267.025278 -The maximum resident set size (KB) = 854992 +The total amount of wall time = 258.838978 +The maximum resident set size (KB) = 854936 Test 058 rap_noah_debug PASS baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/rap_rrtmgp_debug -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_3517/rap_rrtmgp_debug +working dir = /gpfs/hps3/stmp/Bin.Li/FV3_RT/rt_42439/rap_rrtmgp_debug Checking test 059 rap_rrtmgp_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 454.884705 -The maximum resident set size (KB) = 962952 +The total amount of wall time = 445.585960 +The maximum resident set size (KB) = 962944 Test 059 rap_rrtmgp_debug PASS baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/rap_lndp_debug -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_3517/rap_lndp_debug +working dir = /gpfs/hps3/stmp/Bin.Li/FV3_RT/rt_42439/rap_lndp_debug Checking test 060 rap_lndp_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 271.263057 -The maximum resident set size (KB) = 858088 +The total amount of wall time = 265.849558 +The maximum resident set size (KB) = 857344 Test 060 rap_lndp_debug PASS baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/rap_sfcdiff_debug -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_3517/rap_sfcdiff_debug +working dir = /gpfs/hps3/stmp/Bin.Li/FV3_RT/rt_42439/rap_sfcdiff_debug Checking test 061 rap_sfcdiff_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 269.680517 -The maximum resident set size (KB) = 855632 +The total amount of wall time = 264.020215 +The maximum resident set size (KB) = 855540 Test 061 rap_sfcdiff_debug PASS baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/rap_flake_debug -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_3517/rap_flake_debug +working dir = /gpfs/hps3/stmp/Bin.Li/FV3_RT/rt_42439/rap_flake_debug Checking test 062 rap_flake_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 271.438096 -The maximum resident set size (KB) = 856404 +The total amount of wall time = 264.425077 +The maximum resident set size (KB) = 856448 Test 062 rap_flake_debug PASS baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/rap_noah_sfcdiff_cires_ugwp_debug -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_3517/rap_noah_sfcdiff_cires_ugwp_debug +working dir = /gpfs/hps3/stmp/Bin.Li/FV3_RT/rt_42439/rap_noah_sfcdiff_cires_ugwp_debug Checking test 063 rap_noah_sfcdiff_cires_ugwp_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 439.970665 -The maximum resident set size (KB) = 855336 +The total amount of wall time = 437.255124 +The maximum resident set size (KB) = 855216 Test 063 rap_noah_sfcdiff_cires_ugwp_debug PASS baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/rrfs_v1beta_debug -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_3517/rrfs_v1beta_debug +working dir = /gpfs/hps3/stmp/Bin.Li/FV3_RT/rt_42439/rrfs_v1beta_debug Checking test 064 rrfs_v1beta_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 265.752480 -The maximum resident set size (KB) = 854280 +The total amount of wall time = 262.660036 +The maximum resident set size (KB) = 854036 Test 064 rrfs_v1beta_debug PASS baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/control_wam_debug -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_3517/control_wam_debug +working dir = /gpfs/hps3/stmp/Bin.Li/FV3_RT/rt_42439/control_wam_debug Checking test 065 control_wam_debug results .... Comparing sfcf019.nc .........OK Comparing atmf019.nc .........OK -The total amount of wall time = 273.625834 -The maximum resident set size (KB) = 197324 +The total amount of wall time = 275.298960 +The maximum resident set size (KB) = 197264 Test 065 control_wam_debug PASS baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/hafs_regional_atm -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_3517/hafs_regional_atm +working dir = /gpfs/hps3/stmp/Bin.Li/FV3_RT/rt_42439/hafs_regional_atm Checking test 066 hafs_regional_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK -The total amount of wall time = 350.743372 -The maximum resident set size (KB) = 640948 +The total amount of wall time = 317.628813 +The maximum resident set size (KB) = 640956 Test 066 hafs_regional_atm PASS +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/hafs_regional_atm_thompson_gfdlsf +working dir = /gpfs/hps3/stmp/Bin.Li/FV3_RT/rt_42439/hafs_regional_atm_thompson_gfdlsf +Checking test 067 hafs_regional_atm_thompson_gfdlsf results .... + Comparing atmf006.nc .........OK + Comparing sfcf006.nc .........OK + +The total amount of wall time = 360.460753 +The maximum resident set size (KB) = 1000148 + +Test 067 hafs_regional_atm_thompson_gfdlsf PASS + + baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/hafs_regional_atm_ocn -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_3517/hafs_regional_atm_ocn -Checking test 067 hafs_regional_atm_ocn results .... +working dir = /gpfs/hps3/stmp/Bin.Li/FV3_RT/rt_42439/hafs_regional_atm_ocn +Checking test 068 hafs_regional_atm_ocn results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing archv.2019_241_06.a .........OK @@ -1585,29 +1598,29 @@ Checking test 067 hafs_regional_atm_ocn results .... Comparing ufs.hafs.cpl.hi.2019-08-29-21600.nc .........OK Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK -The total amount of wall time = 519.415964 -The maximum resident set size (KB) = 642040 +The total amount of wall time = 490.495400 +The maximum resident set size (KB) = 642068 -Test 067 hafs_regional_atm_ocn PASS +Test 068 hafs_regional_atm_ocn PASS baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/hafs_regional_atm_wav -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_3517/hafs_regional_atm_wav -Checking test 068 hafs_regional_atm_wav results .... +working dir = /gpfs/hps3/stmp/Bin.Li/FV3_RT/rt_42439/hafs_regional_atm_wav +Checking test 069 hafs_regional_atm_wav results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing out_grd.ww3 .........OK Comparing out_pnt.ww3 .........OK -The total amount of wall time = 930.332291 -The maximum resident set size (KB) = 643284 +The total amount of wall time = 886.615509 +The maximum resident set size (KB) = 643464 -Test 068 hafs_regional_atm_wav PASS +Test 069 hafs_regional_atm_wav PASS baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/hafs_regional_atm_ocn_wav -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_3517/hafs_regional_atm_ocn_wav -Checking test 069 hafs_regional_atm_ocn_wav results .... +working dir = /gpfs/hps3/stmp/Bin.Li/FV3_RT/rt_42439/hafs_regional_atm_ocn_wav +Checking test 070 hafs_regional_atm_ocn_wav results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing archv.2019_241_06.a .........OK @@ -1615,48 +1628,46 @@ Checking test 069 hafs_regional_atm_ocn_wav results .... Comparing out_grd.ww3 .........OK Comparing out_pnt.ww3 .........OK -The total amount of wall time = 992.835269 -The maximum resident set size (KB) = 641008 +The total amount of wall time = 952.157064 +The maximum resident set size (KB) = 640968 -Test 069 hafs_regional_atm_ocn_wav PASS +Test 070 hafs_regional_atm_ocn_wav PASS baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/hafs_regional_1nest_atm -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_3517/hafs_regional_1nest_atm -Checking test 070 hafs_regional_1nest_atm results .... +working dir = /gpfs/hps3/stmp/Bin.Li/FV3_RT/rt_42439/hafs_regional_1nest_atm +Checking test 071 hafs_regional_1nest_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK -The total amount of wall time = 355.461770 -The maximum resident set size (KB) = 236692 +The total amount of wall time = 347.467951 +The maximum resident set size (KB) = 237336 -Test 070 hafs_regional_1nest_atm PASS +Test 071 hafs_regional_1nest_atm PASS baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/hafs_regional_telescopic_2nests_atm -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_3517/hafs_regional_telescopic_2nests_atm -Checking test 071 hafs_regional_telescopic_2nests_atm results .... +working dir = /gpfs/hps3/stmp/Bin.Li/FV3_RT/rt_42439/hafs_regional_telescopic_2nests_atm +Checking test 072 hafs_regional_telescopic_2nests_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK -The total amount of wall time = 370.150758 -The maximum resident set size (KB) = 232228 +The total amount of wall time = 363.689165 +The maximum resident set size (KB) = 231900 -Test 071 hafs_regional_telescopic_2nests_atm PASS +Test 072 hafs_regional_telescopic_2nests_atm PASS baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/hafs_global_1nest_atm -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_3517/hafs_global_1nest_atm -Checking test 072 hafs_global_1nest_atm results .... +working dir = /gpfs/hps3/stmp/Bin.Li/FV3_RT/rt_42439/hafs_global_1nest_atm +Checking test 073 hafs_global_1nest_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK -The total amount of wall time = 167.005289 -The maximum resident set size (KB) = 138936 - -Test 072 hafs_global_1nest_atm PASS +The total amount of wall time = 166.032694 +The maximum resident set size (KB) = 141324 +Test 073 hafs_global_1nest_atm PASS REGRESSION TEST WAS SUCCESSFUL -Thu Jan 13 21:07:52 UTC 2022 -Elapsed time: 00h:37m:08s. Have a nice day! +Wed Jan 19 11:34:05 UTC 2022 diff --git a/tests/RegressionTests_wcoss_dell_p3.log b/tests/RegressionTests_wcoss_dell_p3.log index 176200de55..c25f9dd973 100644 --- a/tests/RegressionTests_wcoss_dell_p3.log +++ b/tests/RegressionTests_wcoss_dell_p3.log @@ -1,23 +1,24 @@ -Thu Jan 13 20:35:00 UTC 2022 +Wed Jan 19 04:17:08 UTC 2022 Start Regression test -Compile 001 elapsed time 1738 seconds. -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v16_coupled_nsstNoahmpUGWPv1,FV3_GFS_v16_coupled_p7_rrtmgp,FV3_GFS_v16_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 002 elapsed time 520 seconds. -DAPP=S2S -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v16_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile 003 elapsed time 1157 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v15_thompson_mynn,FV3_GFS_v15_thompson_mynn_RRTMGP,FV3_GFS_v16_p7_rrtmgp,FV3_GFS_v16_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 004 elapsed time 1084 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_RRFS_v1beta -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 005 elapsed time 1295 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_RRTMGP,FV3_GFS_v16_csawmg,FV3_GFS_v16_flake,FV3_GFS_v16_ugwpv1,FV3_GFS_v16_ras,FV3_GFS_v16_thompson,FV3_GFS_v16_noahmp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 006 elapsed time 868 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DREPRO=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -Compile 007 elapsed time 578 seconds. -DAPP=ATM -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v16_RRTMGP,FV3_GFS_v16_csawmg,FV3_GFS_v16_flake,FV3_GFS_v16_ugwpv1,FV3_GFS_v16_ras,FV3_GFS_v16_noahmp,FV3_GFS_v16_thompson,FV3_GFS_v15_thompson_mynn,FV3_GFS_v16_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 008 elapsed time 460 seconds. -DAPP=ATM -DDEBUG=ON -DCCPP_SUITES=FV3_RAP,FV3_RAP_cires_ugwp,FV3_RAP_unified_ugwp,FV3_RAP_noah,FV3_RAP_RRTMGP,FV3_RAP_sfcdiff,FV3_RAP_flake,FV3_RAP_noah_sfcdiff_cires_ugwp,FV3_RRFS_v1beta -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 009 elapsed time 279 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 010 elapsed time 1158 seconds. -DAPP=HAFSW -DCCPP_SUITES=FV3_HAFS_v0_gfdlmp_tedmf,FV3_HAFS_v0_gfdlmp_tedmf_nonsst -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 011 elapsed time 1200 seconds. -DAPP=HAFS-ALL -DCCPP_SUITES=FV3_HAFS_v0_gfdlmp_tedmf,FV3_HAFS_v0_gfdlmp_tedmf_nonsst -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 012 elapsed time 790 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 013 elapsed time 322 seconds. -DAPP=NG-GODAS -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile 014 elapsed time 962 seconds. -DAPP=ATMW -DCCPP_SUITES=FV3_GFS_v16 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 001 elapsed time 1696 seconds. -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v16_coupled_nsstNoahmpUGWPv1,FV3_GFS_v16_coupled_p7_rrtmgp,FV3_GFS_v16_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 002 elapsed time 517 seconds. -DAPP=S2S -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v16_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile 003 elapsed time 1139 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v15_thompson_mynn,FV3_GFS_v15_thompson_mynn_RRTMGP,FV3_GFS_v16_p7_rrtmgp,FV3_GFS_v16_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 004 elapsed time 1090 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_RRFS_v1beta -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 005 elapsed time 1307 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_RRTMGP,FV3_GFS_v16_csawmg,FV3_GFS_v16_flake,FV3_GFS_v16_ugwpv1,FV3_GFS_v16_ras,FV3_GFS_v16_thompson,FV3_GFS_v16_noahmp -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 006 elapsed time 865 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DREPRO=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit +Compile 007 elapsed time 446 seconds. -DAPP=ATM -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v16_RRTMGP,FV3_GFS_v16_csawmg,FV3_GFS_v16_flake,FV3_GFS_v16_ugwpv1,FV3_GFS_v16_ras,FV3_GFS_v16_noahmp,FV3_GFS_v16_thompson,FV3_GFS_v15_thompson_mynn,FV3_GFS_v16_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 008 elapsed time 454 seconds. -DAPP=ATM -DDEBUG=ON -DCCPP_SUITES=FV3_RAP,FV3_RAP_cires_ugwp,FV3_RAP_unified_ugwp,FV3_RAP_noah,FV3_RAP_RRTMGP,FV3_RAP_sfcdiff,FV3_RAP_flake,FV +3_RAP_noah_sfcdiff_cires_ugwp,FV3_RRFS_v1beta -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 009 elapsed time 277 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 010 elapsed time 1213 seconds. -DAPP=HAFSW -DCCPP_SUITES=FV3_HAFS_v0_gfdlmp_tedmf,FV3_HAFS_v0_gfdlmp_tedmf_nonsst,FV3_HAFS_v0_thompson_tedmf_gfdlsf -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 011 elapsed time 1202 seconds. -DAPP=HAFS-ALL -DCCPP_SUITES=FV3_HAFS_v0_gfdlmp_tedmf,FV3_HAFS_v0_gfdlmp_tedmf_nonsst -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 012 elapsed time 787 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 013 elapsed time 319 seconds. -DAPP=NG-GODAS -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile 014 elapsed time 915 seconds. -DAPP=ATMW -DCCPP_SUITES=FV3_GFS_v16 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/cpld_control_p8 -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_29049/cpld_control_p8 +working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_17519/cpld_control_p8 Checking test 001 cpld_control_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -70,14 +71,14 @@ Checking test 001 cpld_control_p8 results .... Comparing 20210323.060000.out_pnt.points .........OK Comparing 20210323.060000.restart.glo_1deg .........OK -[0] The total amount of wall time = 246.408046 -[0] The maximum resident set size (KB) = 561648 +[0] The total amount of wall time = 244.763646 +[0] The maximum resident set size (KB) = 560872 Test 001 cpld_control_p8 PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/cpld_control_p8 -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_29049/cpld_2threads_p8 +working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_17519/cpld_2threads_p8 Checking test 002 cpld_2threads_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -130,14 +131,14 @@ Checking test 002 cpld_2threads_p8 results .... Comparing 20210323.060000.out_pnt.points .........OK Comparing 20210323.060000.restart.glo_1deg .........OK -[0] The total amount of wall time = 232.835747 -[0] The maximum resident set size (KB) = 651780 +[0] The total amount of wall time = 229.688322 +[0] The maximum resident set size (KB) = 643240 Test 002 cpld_2threads_p8 PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/cpld_control_p8 -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_29049/cpld_decomp_p8 +working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_17519/cpld_decomp_p8 Checking test 003 cpld_decomp_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -190,14 +191,14 @@ Checking test 003 cpld_decomp_p8 results .... Comparing 20210323.060000.out_pnt.points .........OK Comparing 20210323.060000.restart.glo_1deg .........OK -[0] The total amount of wall time = 247.723388 -[0] The maximum resident set size (KB) = 559228 +[0] The total amount of wall time = 246.245769 +[0] The maximum resident set size (KB) = 560664 Test 003 cpld_decomp_p8 PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/cpld_control_p8 -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_29049/cpld_mpi_p8 +working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_17519/cpld_mpi_p8 Checking test 004 cpld_mpi_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -250,14 +251,14 @@ Checking test 004 cpld_mpi_p8 results .... Comparing 20210323.060000.out_pnt.points .........OK Comparing 20210323.060000.restart.glo_1deg .........OK -[0] The total amount of wall time = 211.515963 -[0] The maximum resident set size (KB) = 546532 +[0] The total amount of wall time = 209.570803 +[0] The maximum resident set size (KB) = 548188 Test 004 cpld_mpi_p8 PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/cpld_control_p7_rrtmgp -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_29049/cpld_control_p7_rrtmgp +working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_17519/cpld_control_p7_rrtmgp Checking test 005 cpld_control_p7_rrtmgp results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -310,14 +311,14 @@ Checking test 005 cpld_control_p7_rrtmgp results .... Comparing 20210323.060000.out_pnt.points .........OK Comparing 20210323.060000.restart.glo_1deg .........OK -[0] The total amount of wall time = 291.572809 -[0] The maximum resident set size (KB) = 660724 +[0] The total amount of wall time = 290.336071 +[0] The maximum resident set size (KB) = 660476 Test 005 cpld_control_p7_rrtmgp PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/cpld_bmark_p7 -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_29049/cpld_bmark_p7 +working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_17519/cpld_bmark_p7 Checking test 006 cpld_bmark_p7 results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK @@ -362,14 +363,14 @@ Checking test 006 cpld_bmark_p7 results .... Comparing RESTART/iced.2013-04-01-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2013-04-01-21600.nc .........OK -[0] The total amount of wall time = 1023.399469 -[0] The maximum resident set size (KB) = 1278004 +[0] The total amount of wall time = 1030.214575 +[0] The maximum resident set size (KB) = 1276240 Test 006 cpld_bmark_p7 PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/cpld_bmark_p8 -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_29049/cpld_bmark_p8 +working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_17519/cpld_bmark_p8 Checking test 007 cpld_bmark_p8 results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK @@ -414,14 +415,14 @@ Checking test 007 cpld_bmark_p8 results .... Comparing RESTART/iced.2013-04-01-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2013-04-01-21600.nc .........OK -[0] The total amount of wall time = 1033.892796 -[0] The maximum resident set size (KB) = 1277688 +[0] The total amount of wall time = 1034.630681 +[0] The maximum resident set size (KB) = 1276112 Test 007 cpld_bmark_p8 PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/cpld_bmark_p8 -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_29049/cpld_bmark_mpi_p8 +working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_17519/cpld_bmark_mpi_p8 Checking test 008 cpld_bmark_mpi_p8 results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK @@ -466,14 +467,14 @@ Checking test 008 cpld_bmark_mpi_p8 results .... Comparing RESTART/iced.2013-04-01-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2013-04-01-21600.nc .........OK -[0] The total amount of wall time = 1033.964234 -[0] The maximum resident set size (KB) = 1283740 +[0] The total amount of wall time = 998.220050 +[0] The maximum resident set size (KB) = 1283444 Test 008 cpld_bmark_mpi_p8 PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/cpld_control_c96_p8 -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_29049/cpld_control_c96_p8 +working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_17519/cpld_control_c96_p8 Checking test 009 cpld_control_c96_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -523,14 +524,14 @@ Checking test 009 cpld_control_c96_p8 results .... Comparing RESTART/iced.2021-03-23-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK -[0] The total amount of wall time = 237.308753 -[0] The maximum resident set size (KB) = 555004 +[0] The total amount of wall time = 233.326322 +[0] The maximum resident set size (KB) = 557560 Test 009 cpld_control_c96_p8 PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/cpld_control_c96_p8 -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_29049/cpld_restart_c96_p8 +working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_17519/cpld_restart_c96_p8 Checking test 010 cpld_restart_c96_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -580,14 +581,14 @@ Checking test 010 cpld_restart_c96_p8 results .... Comparing RESTART/iced.2021-03-23-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK -[0] The total amount of wall time = 129.977881 -[0] The maximum resident set size (KB) = 356852 +[0] The total amount of wall time = 126.572074 +[0] The maximum resident set size (KB) = 342664 Test 010 cpld_restart_c96_p8 PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/cpld_control_c192_p8 -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_29049/cpld_control_c192_p8 +working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_17519/cpld_control_c192_p8 Checking test 011 cpld_control_c192_p8 results .... Comparing sfcf036.tile1.nc .........OK Comparing sfcf036.tile2.nc .........OK @@ -637,14 +638,14 @@ Checking test 011 cpld_control_c192_p8 results .... Comparing RESTART/iced.2021-03-23-64800.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-64800.nc .........OK -[0] The total amount of wall time = 999.112514 -[0] The maximum resident set size (KB) = 743292 +[0] The total amount of wall time = 990.340958 +[0] The maximum resident set size (KB) = 745792 Test 011 cpld_control_c192_p8 PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/cpld_control_c192_p8 -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_29049/cpld_restart_c192_p8 +working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_17519/cpld_restart_c192_p8 Checking test 012 cpld_restart_c192_p8 results .... Comparing sfcf036.tile1.nc .........OK Comparing sfcf036.tile2.nc .........OK @@ -694,14 +695,14 @@ Checking test 012 cpld_restart_c192_p8 results .... Comparing RESTART/iced.2021-03-23-64800.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-64800.nc .........OK -[0] The total amount of wall time = 629.002655 -[0] The maximum resident set size (KB) = 841652 +[0] The total amount of wall time = 618.471757 +[0] The maximum resident set size (KB) = 836952 Test 012 cpld_restart_c192_p8 PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/cpld_control_c384_p8 -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_29049/cpld_control_c384_p8 +working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_17519/cpld_control_c384_p8 Checking test 013 cpld_control_c384_p8 results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK @@ -744,14 +745,14 @@ Checking test 013 cpld_control_c384_p8 results .... Comparing RESTART/iced.2021-03-22-43200.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-22-43200.nc .........OK -[0] The total amount of wall time = 1111.080165 -[0] The maximum resident set size (KB) = 1281780 +[0] The total amount of wall time = 1109.845944 +[0] The maximum resident set size (KB) = 1283328 Test 013 cpld_control_c384_p8 PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/cpld_control_c384_p8 -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_29049/cpld_restart_c384_p8 +working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_17519/cpld_restart_c384_p8 Checking test 014 cpld_restart_c384_p8 results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK @@ -794,14 +795,14 @@ Checking test 014 cpld_restart_c384_p8 results .... Comparing RESTART/iced.2021-03-22-43200.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-22-43200.nc .........OK -[0] The total amount of wall time = 607.546617 -[0] The maximum resident set size (KB) = 1239852 +[0] The total amount of wall time = 599.805977 +[0] The maximum resident set size (KB) = 1239380 Test 014 cpld_restart_c384_p8 PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/cpld_debug_p8 -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_29049/cpld_debug_p8 +working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_17519/cpld_debug_p8 Checking test 015 cpld_debug_p8 results .... Comparing sfcf006.tile1.nc .........OK Comparing sfcf006.tile2.nc .........OK @@ -851,14 +852,14 @@ Checking test 015 cpld_debug_p8 results .... Comparing RESTART/iced.2021-03-22-43200.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-22-43200.nc .........OK -[0] The total amount of wall time = 706.689214 -[0] The maximum resident set size (KB) = 611612 +[0] The total amount of wall time = 707.962274 +[0] The maximum resident set size (KB) = 608740 Test 015 cpld_debug_p8 PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/control -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_29049/control +working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_17519/control Checking test 016 control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -905,14 +906,14 @@ Checking test 016 control results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -[0] The total amount of wall time = 140.467120 -[0] The maximum resident set size (KB) = 470672 +[0] The total amount of wall time = 139.908357 +[0] The maximum resident set size (KB) = 472160 Test 016 control PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/control -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_29049/control_decomp +working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_17519/control_decomp Checking test 017 control_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -955,14 +956,14 @@ Checking test 017 control_decomp results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -[0] The total amount of wall time = 147.857756 -[0] The maximum resident set size (KB) = 469004 +[0] The total amount of wall time = 146.267158 +[0] The maximum resident set size (KB) = 467816 Test 017 control_decomp PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/control -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_29049/control_2threads +working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_17519/control_2threads Checking test 018 control_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1005,14 +1006,14 @@ Checking test 018 control_2threads results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -[0] The total amount of wall time = 131.221114 -[0] The maximum resident set size (KB) = 514212 +[0] The total amount of wall time = 129.644795 +[0] The maximum resident set size (KB) = 507672 Test 018 control_2threads PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/control -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_29049/control_restart +working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_17519/control_restart Checking test 019 control_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -1051,14 +1052,14 @@ Checking test 019 control_restart results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -[0] The total amount of wall time = 76.242157 -[0] The maximum resident set size (KB) = 212064 +[0] The total amount of wall time = 75.283236 +[0] The maximum resident set size (KB) = 213924 Test 019 control_restart PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/control -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_29049/control_fhzero +working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_17519/control_fhzero Checking test 020 control_fhzero results .... Comparing sfcf000.nc ............ALT CHECK......OK Comparing sfcf021.nc ............ALT CHECK......OK @@ -1101,14 +1102,14 @@ Checking test 020 control_fhzero results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -[0] The total amount of wall time = 133.512324 -[0] The maximum resident set size (KB) = 471860 +[0] The total amount of wall time = 131.069771 +[0] The maximum resident set size (KB) = 470448 Test 020 control_fhzero PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/control_CubedSphereGrid -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_29049/control_CubedSphereGrid +working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_17519/control_CubedSphereGrid Checking test 021 control_CubedSphereGrid results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK @@ -1135,14 +1136,14 @@ Checking test 021 control_CubedSphereGrid results .... Comparing atmf024.tile5.nc .........OK Comparing atmf024.tile6.nc .........OK -[0] The total amount of wall time = 136.315145 -[0] The maximum resident set size (KB) = 472132 +[0] The total amount of wall time = 135.668391 +[0] The maximum resident set size (KB) = 471468 Test 021 control_CubedSphereGrid PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/control_latlon -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_29049/control_latlon +working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_17519/control_latlon Checking test 022 control_latlon results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1153,32 +1154,32 @@ Checking test 022 control_latlon results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -[0] The total amount of wall time = 137.653278 -[0] The maximum resident set size (KB) = 470976 +[0] The total amount of wall time = 138.928301 +[0] The maximum resident set size (KB) = 471024 Test 022 control_latlon PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/control_wrtGauss_netcdf_parallel -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_29049/control_wrtGauss_netcdf_parallel +working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_17519/control_wrtGauss_netcdf_parallel Checking test 023 control_wrtGauss_netcdf_parallel results .... Comparing sfcf000.nc ............ALT CHECK......OK Comparing sfcf024.nc .........OK - Comparing atmf000.nc ............ALT CHECK......OK - Comparing atmf024.nc ............ALT CHECK......OK + Comparing atmf000.nc .........OK + Comparing atmf024.nc .........OK Comparing GFSFLX.GrbF00 .........OK Comparing GFSFLX.GrbF24 .........OK Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -[0] The total amount of wall time = 143.238237 -[0] The maximum resident set size (KB) = 471064 +[0] The total amount of wall time = 140.527380 +[0] The maximum resident set size (KB) = 470244 Test 023 control_wrtGauss_netcdf_parallel PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/control_c48 -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_29049/control_c48 +working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_17519/control_c48 Checking test 024 control_c48 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1217,14 +1218,14 @@ Checking test 024 control_c48 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -[0] The total amount of wall time = 438.626955 -[0] The maximum resident set size (KB) = 659012 +[0] The total amount of wall time = 435.786272 +[0] The maximum resident set size (KB) = 659184 Test 024 control_c48 PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/control_c192 -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_29049/control_c192 +working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_17519/control_c192 Checking test 025 control_c192 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1235,14 +1236,14 @@ Checking test 025 control_c192 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -[0] The total amount of wall time = 552.172148 -[0] The maximum resident set size (KB) = 574788 +[0] The total amount of wall time = 549.552284 +[0] The maximum resident set size (KB) = 574708 Test 025 control_c192 PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/control_c384 -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_29049/control_c384 +working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_17519/control_c384 Checking test 026 control_c384 results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -1253,14 +1254,14 @@ Checking test 026 control_c384 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK -[0] The total amount of wall time = 1035.612087 -[0] The maximum resident set size (KB) = 855836 +[0] The total amount of wall time = 1025.847962 +[0] The maximum resident set size (KB) = 861864 Test 026 control_c384 PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/control_c384gdas -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_29049/control_c384gdas +working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_17519/control_c384gdas Checking test 027 control_c384gdas results .... Comparing sfcf000.nc .........OK Comparing sfcf006.nc .........OK @@ -1303,14 +1304,14 @@ Checking test 027 control_c384gdas results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -[0] The total amount of wall time = 915.257970 -[0] The maximum resident set size (KB) = 994460 +[0] The total amount of wall time = 911.267923 +[0] The maximum resident set size (KB) = 995728 Test 027 control_c384gdas PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/control_stochy -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_29049/control_stochy +working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_17519/control_stochy Checking test 028 control_stochy results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -1321,28 +1322,28 @@ Checking test 028 control_stochy results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK -[0] The total amount of wall time = 92.745263 -[0] The maximum resident set size (KB) = 473676 +[0] The total amount of wall time = 91.832092 +[0] The maximum resident set size (KB) = 475760 Test 028 control_stochy PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/control_stochy -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_29049/control_stochy_restart +working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_17519/control_stochy_restart Checking test 029 control_stochy_restart results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK Comparing GFSFLX.GrbF12 .........OK Comparing GFSPRS.GrbF12 .........OK -[0] The total amount of wall time = 50.782392 -[0] The maximum resident set size (KB) = 268744 +[0] The total amount of wall time = 50.366065 +[0] The maximum resident set size (KB) = 269988 Test 029 control_stochy_restart PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/control_lndp -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_29049/control_lndp +working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_17519/control_lndp Checking test 030 control_lndp results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -1353,14 +1354,14 @@ Checking test 030 control_lndp results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK -[0] The total amount of wall time = 85.115548 -[0] The maximum resident set size (KB) = 474684 +[0] The total amount of wall time = 85.064428 +[0] The maximum resident set size (KB) = 474748 Test 030 control_lndp PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/control_p8 -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_29049/control_p8 +working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_17519/control_p8 Checking test 031 control_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1407,14 +1408,14 @@ Checking test 031 control_p8 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -[0] The total amount of wall time = 159.091119 -[0] The maximum resident set size (KB) = 493476 +[0] The total amount of wall time = 153.837493 +[0] The maximum resident set size (KB) = 497848 Test 031 control_p8 PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/control_p8 -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_29049/control_restart_p8 +working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_17519/control_restart_p8 Checking test 032 control_restart_p8 results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -1453,14 +1454,14 @@ Checking test 032 control_restart_p8 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -[0] The total amount of wall time = 85.766144 -[0] The maximum resident set size (KB) = 310976 +[0] The total amount of wall time = 83.549748 +[0] The maximum resident set size (KB) = 313304 Test 032 control_restart_p8 PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/control_p8 -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_29049/control_decomp_p8 +working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_17519/control_decomp_p8 Checking test 033 control_decomp_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1503,14 +1504,14 @@ Checking test 033 control_decomp_p8 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -[0] The total amount of wall time = 165.135266 -[0] The maximum resident set size (KB) = 490080 +[0] The total amount of wall time = 162.069955 +[0] The maximum resident set size (KB) = 490488 Test 033 control_decomp_p8 PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/control_p8 -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_29049/control_2threads_p8 +working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_17519/control_2threads_p8 Checking test 034 control_2threads_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1553,14 +1554,14 @@ Checking test 034 control_2threads_p8 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -[0] The total amount of wall time = 146.032494 -[0] The maximum resident set size (KB) = 561500 +[0] The total amount of wall time = 143.221891 +[0] The maximum resident set size (KB) = 566488 Test 034 control_2threads_p8 PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/control_p7_rrtmgp -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_29049/control_p7_rrtmgp +working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_17519/control_p7_rrtmgp Checking test 035 control_p7_rrtmgp results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1607,14 +1608,14 @@ Checking test 035 control_p7_rrtmgp results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -[0] The total amount of wall time = 207.666231 -[0] The maximum resident set size (KB) = 593096 +[0] The total amount of wall time = 206.347108 +[0] The maximum resident set size (KB) = 593456 Test 035 control_p7_rrtmgp PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/fv3_regional_control -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_29049/regional_control +working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_17519/regional_control Checking test 036 regional_control results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK @@ -1625,28 +1626,28 @@ Checking test 036 regional_control results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF24 .........OK -[0] The total amount of wall time = 348.397136 -[0] The maximum resident set size (KB) = 569988 +[0] The total amount of wall time = 348.000292 +[0] The maximum resident set size (KB) = 570028 Test 036 regional_control PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/fv3_regional_control -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_29049/regional_restart +working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_17519/regional_restart Checking test 037 regional_restart results .... Comparing dynf024.nc .........OK Comparing phyf024.nc .........OK Comparing PRSLEV.GrbF24 .........OK Comparing NATLEV.GrbF24 .........OK -[0] The total amount of wall time = 192.170557 -[0] The maximum resident set size (KB) = 568720 +[0] The total amount of wall time = 188.710499 +[0] The maximum resident set size (KB) = 571560 Test 037 regional_restart PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/fv3_regional_noquilt -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_29049/regional_noquilt +working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_17519/regional_noquilt Checking test 038 regional_noquilt results .... Comparing atmos_4xdaily.nc .........OK Comparing fv3_history2d.nc .........OK @@ -1654,14 +1655,14 @@ Checking test 038 regional_noquilt results .... Comparing RESTART/fv_core.res.tile1_new.nc .........OK Comparing RESTART/fv_tracer.res.tile1_new.nc .........OK -[0] The total amount of wall time = 372.001814 -[0] The maximum resident set size (KB) = 607432 +[0] The total amount of wall time = 366.876838 +[0] The maximum resident set size (KB) = 605580 Test 038 regional_noquilt PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/fv3_regional_control -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_29049/regional_2threads +working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_17519/regional_2threads Checking test 039 regional_2threads results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK @@ -1672,14 +1673,14 @@ Checking test 039 regional_2threads results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF24 .........OK -[0] The total amount of wall time = 197.609933 -[0] The maximum resident set size (KB) = 573196 +[0] The total amount of wall time = 196.512034 +[0] The maximum resident set size (KB) = 573068 Test 039 regional_2threads PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/fv3_regional_hafs -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_29049/regional_hafs +working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_17519/regional_hafs Checking test 040 regional_hafs results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK @@ -1688,28 +1689,28 @@ Checking test 040 regional_hafs results .... Comparing HURPRS.GrbF00 .........OK Comparing HURPRS.GrbF24 .........OK -[0] The total amount of wall time = 345.230735 -[0] The maximum resident set size (KB) = 569960 +[0] The total amount of wall time = 346.940653 +[0] The maximum resident set size (KB) = 567188 Test 040 regional_hafs PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/fv3_regional_netcdf_parallel -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_29049/regional_netcdf_parallel +working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_17519/regional_netcdf_parallel Checking test 041 regional_netcdf_parallel results .... - Comparing dynf000.nc .........OK + Comparing dynf000.nc ............ALT CHECK......OK Comparing dynf024.nc ............ALT CHECK......OK Comparing phyf000.nc ............ALT CHECK......OK - Comparing phyf024.nc ............ALT CHECK......OK + Comparing phyf024.nc .........OK -[0] The total amount of wall time = 347.485602 -[0] The maximum resident set size (KB) = 569140 +[0] The total amount of wall time = 344.269834 +[0] The maximum resident set size (KB) = 568168 Test 041 regional_netcdf_parallel PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/fv3_regional_RRTMGP -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_29049/regional_RRTMGP +working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_17519/regional_RRTMGP Checking test 042 regional_RRTMGP results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK @@ -1720,14 +1721,14 @@ Checking test 042 regional_RRTMGP results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF24 .........OK -[0] The total amount of wall time = 452.723065 -[0] The maximum resident set size (KB) = 691692 +[0] The total amount of wall time = 452.792926 +[0] The maximum resident set size (KB) = 693424 Test 042 regional_RRTMGP PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/rap_control -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_29049/rap_control +working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_17519/rap_control Checking test 043 rap_control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1774,14 +1775,14 @@ Checking test 043 rap_control results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -[0] The total amount of wall time = 401.477709 -[0] The maximum resident set size (KB) = 840308 +[0] The total amount of wall time = 402.763544 +[0] The maximum resident set size (KB) = 841536 Test 043 rap_control PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/rap_control -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_29049/rap_2threads +working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_17519/rap_2threads Checking test 044 rap_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1828,14 +1829,14 @@ Checking test 044 rap_2threads results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -[0] The total amount of wall time = 374.752763 -[0] The maximum resident set size (KB) = 896544 +[0] The total amount of wall time = 374.358205 +[0] The maximum resident set size (KB) = 895920 Test 044 rap_2threads PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/rap_control -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_29049/rap_restart +working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_17519/rap_restart Checking test 045 rap_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -1874,14 +1875,14 @@ Checking test 045 rap_restart results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -[0] The total amount of wall time = 202.593679 -[0] The maximum resident set size (KB) = 594860 +[0] The total amount of wall time = 201.672747 +[0] The maximum resident set size (KB) = 591024 Test 045 rap_restart PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/rap_sfcdiff -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_29049/rap_sfcdiff +working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_17519/rap_sfcdiff Checking test 046 rap_sfcdiff results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1928,14 +1929,14 @@ Checking test 046 rap_sfcdiff results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -[0] The total amount of wall time = 397.926974 -[0] The maximum resident set size (KB) = 843196 +[0] The total amount of wall time = 394.640030 +[0] The maximum resident set size (KB) = 841000 Test 046 rap_sfcdiff PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/rap_sfcdiff -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_29049/rap_sfcdiff_restart +working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_17519/rap_sfcdiff_restart Checking test 047 rap_sfcdiff_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -1974,14 +1975,14 @@ Checking test 047 rap_sfcdiff_restart results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -[0] The total amount of wall time = 204.260237 -[0] The maximum resident set size (KB) = 590648 +[0] The total amount of wall time = 202.370809 +[0] The maximum resident set size (KB) = 589416 Test 047 rap_sfcdiff_restart PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/hrrr_control -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_29049/hrrr_control +working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_17519/hrrr_control Checking test 048 hrrr_control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -2028,14 +2029,14 @@ Checking test 048 hrrr_control results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -[0] The total amount of wall time = 385.657608 -[0] The maximum resident set size (KB) = 838736 +[0] The total amount of wall time = 382.600642 +[0] The maximum resident set size (KB) = 838440 Test 048 hrrr_control PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/rrfs_v1beta -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_29049/rrfs_v1beta +working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_17519/rrfs_v1beta Checking test 049 rrfs_v1beta results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -2082,14 +2083,14 @@ Checking test 049 rrfs_v1beta results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -[0] The total amount of wall time = 391.708800 -[0] The maximum resident set size (KB) = 839892 +[0] The total amount of wall time = 387.667437 +[0] The maximum resident set size (KB) = 835600 Test 049 rrfs_v1beta PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/rrfs_conus13km_hrrr_warm -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_29049/rrfs_conus13km_hrrr_warm +working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_17519/rrfs_conus13km_hrrr_warm Checking test 050 rrfs_conus13km_hrrr_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -2098,14 +2099,14 @@ Checking test 050 rrfs_conus13km_hrrr_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK -[0] The total amount of wall time = 182.037325 -[0] The maximum resident set size (KB) = 657572 +[0] The total amount of wall time = 177.727207 +[0] The maximum resident set size (KB) = 656128 Test 050 rrfs_conus13km_hrrr_warm PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/rrfs_conus13km_radar_tten_warm -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_29049/rrfs_conus13km_radar_tten_warm +working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_17519/rrfs_conus13km_radar_tten_warm Checking test 051 rrfs_conus13km_radar_tten_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -2114,14 +2115,14 @@ Checking test 051 rrfs_conus13km_radar_tten_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK -[0] The total amount of wall time = 186.291938 -[0] The maximum resident set size (KB) = 665288 +[0] The total amount of wall time = 180.648457 +[0] The maximum resident set size (KB) = 665752 Test 051 rrfs_conus13km_radar_tten_warm PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/control_rrtmgp -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_29049/control_rrtmgp +working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_17519/control_rrtmgp Checking test 052 control_rrtmgp results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2132,14 +2133,14 @@ Checking test 052 control_rrtmgp results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -[0] The total amount of wall time = 227.355690 -[0] The maximum resident set size (KB) = 589060 +[0] The total amount of wall time = 224.381981 +[0] The maximum resident set size (KB) = 592460 Test 052 control_rrtmgp PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/control_rrtmgp_c192 -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_29049/control_rrtmgp_c192 +working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_17519/control_rrtmgp_c192 Checking test 053 control_rrtmgp_c192 results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -2150,14 +2151,14 @@ Checking test 053 control_rrtmgp_c192 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK -[0] The total amount of wall time = 612.895885 -[0] The maximum resident set size (KB) = 802528 +[0] The total amount of wall time = 609.692977 +[0] The maximum resident set size (KB) = 801276 Test 053 control_rrtmgp_c192 PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/control_csawmg -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_29049/control_csawmg +working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_17519/control_csawmg Checking test 054 control_csawmg results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2168,14 +2169,14 @@ Checking test 054 control_csawmg results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -[0] The total amount of wall time = 372.529653 -[0] The maximum resident set size (KB) = 530356 +[0] The total amount of wall time = 365.097114 +[0] The maximum resident set size (KB) = 529860 Test 054 control_csawmg PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/control_csawmgt -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_29049/control_csawmgt +working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_17519/control_csawmgt Checking test 055 control_csawmgt results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2186,14 +2187,14 @@ Checking test 055 control_csawmgt results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -[0] The total amount of wall time = 367.508584 -[0] The maximum resident set size (KB) = 533116 +[0] The total amount of wall time = 363.315552 +[0] The maximum resident set size (KB) = 530072 Test 055 control_csawmgt PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/control_flake -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_29049/control_flake +working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_17519/control_flake Checking test 056 control_flake results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2204,14 +2205,14 @@ Checking test 056 control_flake results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -[0] The total amount of wall time = 247.329648 -[0] The maximum resident set size (KB) = 543628 +[0] The total amount of wall time = 244.795754 +[0] The maximum resident set size (KB) = 541848 Test 056 control_flake PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/control_ras -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_29049/control_ras +working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_17519/control_ras Checking test 057 control_ras results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2222,14 +2223,14 @@ Checking test 057 control_ras results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -[0] The total amount of wall time = 192.136562 -[0] The maximum resident set size (KB) = 501864 +[0] The total amount of wall time = 191.529018 +[0] The maximum resident set size (KB) = 499724 Test 057 control_ras PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/control_thompson -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_29049/control_thompson +working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_17519/control_thompson Checking test 058 control_thompson results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2240,14 +2241,14 @@ Checking test 058 control_thompson results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -[0] The total amount of wall time = 241.720770 -[0] The maximum resident set size (KB) = 853980 +[0] The total amount of wall time = 240.935869 +[0] The maximum resident set size (KB) = 856848 Test 058 control_thompson PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/control_thompson_no_aero -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_29049/control_thompson_no_aero +working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_17519/control_thompson_no_aero Checking test 059 control_thompson_no_aero results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2258,54 +2259,54 @@ Checking test 059 control_thompson_no_aero results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -[0] The total amount of wall time = 232.920613 -[0] The maximum resident set size (KB) = 848676 +[0] The total amount of wall time = 231.004353 +[0] The maximum resident set size (KB) = 849300 Test 059 control_thompson_no_aero PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/control_wam_repro -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_29049/control_wam_repro +working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_17519/control_wam_repro Checking test 060 control_wam results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK -[0] The total amount of wall time = 126.986052 -[0] The maximum resident set size (KB) = 236564 +[0] The total amount of wall time = 127.256783 +[0] The maximum resident set size (KB) = 232716 Test 060 control_wam PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/control_debug -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_29049/control_debug +working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_17519/control_debug Checking test 061 control_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -[0] The total amount of wall time = 167.254635 -[0] The maximum resident set size (KB) = 543452 +[0] The total amount of wall time = 167.217849 +[0] The maximum resident set size (KB) = 539584 Test 061 control_debug PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/control_debug -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_29049/control_2threads_debug +working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_17519/control_2threads_debug Checking test 062 control_2threads_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -[0] The total amount of wall time = 155.016629 -[0] The maximum resident set size (KB) = 585568 +[0] The total amount of wall time = 154.714203 +[0] The maximum resident set size (KB) = 587096 Test 062 control_2threads_debug PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/control_CubedSphereGrid_debug -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_29049/control_CubedSphereGrid_debug +working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_17519/control_CubedSphereGrid_debug Checking test 063 control_CubedSphereGrid_debug results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK @@ -2332,419 +2333,431 @@ Checking test 063 control_CubedSphereGrid_debug results .... Comparing atmf001.tile5.nc .........OK Comparing atmf001.tile6.nc .........OK -[0] The total amount of wall time = 181.945779 -[0] The maximum resident set size (KB) = 544104 +[0] The total amount of wall time = 181.355284 +[0] The maximum resident set size (KB) = 543328 Test 063 control_CubedSphereGrid_debug PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/control_wrtGauss_netcdf_parallel_debug -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_29049/control_wrtGauss_netcdf_parallel_debug +working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_17519/control_wrtGauss_netcdf_parallel_debug Checking test 064 control_wrtGauss_netcdf_parallel_debug results .... - Comparing sfcf000.nc .........OK + Comparing sfcf000.nc ............ALT CHECK......OK Comparing sfcf001.nc ............ALT CHECK......OK - Comparing atmf000.nc ............ALT CHECK......OK + Comparing atmf000.nc .........OK Comparing atmf001.nc ............ALT CHECK......OK -[0] The total amount of wall time = 170.858398 -[0] The maximum resident set size (KB) = 543196 +[0] The total amount of wall time = 171.155769 +[0] The maximum resident set size (KB) = 542684 Test 064 control_wrtGauss_netcdf_parallel_debug PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/control_stochy_debug -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_29049/control_stochy_debug +working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_17519/control_stochy_debug Checking test 065 control_stochy_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -[0] The total amount of wall time = 191.415722 -[0] The maximum resident set size (KB) = 546732 +[0] The total amount of wall time = 191.028796 +[0] The maximum resident set size (KB) = 547100 Test 065 control_stochy_debug PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/control_lndp_debug -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_29049/control_lndp_debug +working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_17519/control_lndp_debug Checking test 066 control_lndp_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -[0] The total amount of wall time = 172.192296 -[0] The maximum resident set size (KB) = 547864 +[0] The total amount of wall time = 171.884914 +[0] The maximum resident set size (KB) = 543784 Test 066 control_lndp_debug PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/control_rrtmgp_debug -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_29049/control_rrtmgp_debug +working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_17519/control_rrtmgp_debug Checking test 067 control_rrtmgp_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -[0] The total amount of wall time = 186.204210 -[0] The maximum resident set size (KB) = 641288 +[0] The total amount of wall time = 186.387195 +[0] The maximum resident set size (KB) = 637720 Test 067 control_rrtmgp_debug PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/control_csawmg_debug -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_29049/control_csawmg_debug +working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_17519/control_csawmg_debug Checking test 068 control_csawmg_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -[0] The total amount of wall time = 269.485153 -[0] The maximum resident set size (KB) = 580520 +[0] The total amount of wall time = 269.265241 +[0] The maximum resident set size (KB) = 576356 Test 068 control_csawmg_debug PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/control_csawmgt_debug -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_29049/control_csawmgt_debug +working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_17519/control_csawmgt_debug Checking test 069 control_csawmgt_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -[0] The total amount of wall time = 265.183226 -[0] The maximum resident set size (KB) = 576260 +[0] The total amount of wall time = 265.885649 +[0] The maximum resident set size (KB) = 579544 Test 069 control_csawmgt_debug PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/control_ras_debug -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_29049/control_ras_debug +working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_17519/control_ras_debug Checking test 070 control_ras_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -[0] The total amount of wall time = 174.174347 -[0] The maximum resident set size (KB) = 552812 +[0] The total amount of wall time = 174.141358 +[0] The maximum resident set size (KB) = 553464 Test 070 control_ras_debug PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/control_diag_debug -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_29049/control_diag_debug +working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_17519/control_diag_debug Checking test 071 control_diag_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -[0] The total amount of wall time = 177.388430 -[0] The maximum resident set size (KB) = 597808 +[0] The total amount of wall time = 176.632667 +[0] The maximum resident set size (KB) = 599888 Test 071 control_diag_debug PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/control_debug_p8 -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_29049/control_debug_p8 +working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_17519/control_debug_p8 Checking test 072 control_debug_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -[0] The total amount of wall time = 184.262878 -[0] The maximum resident set size (KB) = 560024 +[0] The total amount of wall time = 183.890909 +[0] The maximum resident set size (KB) = 560476 Test 072 control_debug_p8 PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/control_thompson_debug -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_29049/control_thompson_debug +working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_17519/control_thompson_debug Checking test 073 control_thompson_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -[0] The total amount of wall time = 197.882751 -[0] The maximum resident set size (KB) = 907340 +[0] The total amount of wall time = 197.484316 +[0] The maximum resident set size (KB) = 904724 Test 073 control_thompson_debug PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/control_thompson_no_aero_debug -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_29049/control_thompson_no_aero_debug +working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_17519/control_thompson_no_aero_debug Checking test 074 control_thompson_no_aero_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -[0] The total amount of wall time = 189.967146 -[0] The maximum resident set size (KB) = 896964 +[0] The total amount of wall time = 189.659980 +[0] The maximum resident set size (KB) = 895244 Test 074 control_thompson_no_aero_debug PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/control_thompson_debug_extdiag -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_29049/control_thompson_extdiag_debug +working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_17519/control_thompson_extdiag_debug Checking test 075 control_thompson_extdiag_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -[0] The total amount of wall time = 207.561513 -[0] The maximum resident set size (KB) = 938588 +[0] The total amount of wall time = 207.028071 +[0] The maximum resident set size (KB) = 935540 Test 075 control_thompson_extdiag_debug PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/fv3_regional_debug -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_29049/regional_debug +working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_17519/regional_debug Checking test 076 regional_debug results .... Comparing dynf000.nc .........OK Comparing dynf001.nc .........OK Comparing phyf000.nc .........OK Comparing phyf001.nc .........OK -[0] The total amount of wall time = 283.274224 -[0] The maximum resident set size (KB) = 597272 +[0] The total amount of wall time = 283.313891 +[0] The maximum resident set size (KB) = 597128 Test 076 regional_debug PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/rap_control_debug -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_29049/rap_control_debug +working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_17519/rap_control_debug Checking test 077 rap_control_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -[0] The total amount of wall time = 305.685656 -[0] The maximum resident set size (KB) = 909468 +[0] The total amount of wall time = 305.486053 +[0] The maximum resident set size (KB) = 905616 Test 077 rap_control_debug PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/rap_control_debug -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_29049/rap_unified_drag_suite_debug +working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_17519/rap_unified_drag_suite_debug Checking test 078 rap_unified_drag_suite_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -[0] The total amount of wall time = 305.385035 -[0] The maximum resident set size (KB) = 905292 +[0] The total amount of wall time = 305.350546 +[0] The maximum resident set size (KB) = 909564 Test 078 rap_unified_drag_suite_debug PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/rap_diag_debug -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_29049/rap_diag_debug +working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_17519/rap_diag_debug Checking test 079 rap_diag_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -[0] The total amount of wall time = 321.613808 -[0] The maximum resident set size (KB) = 987428 +[0] The total amount of wall time = 321.705964 +[0] The maximum resident set size (KB) = 991496 Test 079 rap_diag_debug PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/rap_cires_ugwp_debug -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_29049/rap_cires_ugwp_debug +working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_17519/rap_cires_ugwp_debug Checking test 080 rap_cires_ugwp_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -[0] The total amount of wall time = 312.137964 -[0] The maximum resident set size (KB) = 909124 +[0] The total amount of wall time = 311.181462 +[0] The maximum resident set size (KB) = 907056 Test 080 rap_cires_ugwp_debug PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/rap_cires_ugwp_debug -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_29049/rap_unified_ugwp_debug +working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_17519/rap_unified_ugwp_debug Checking test 081 rap_unified_ugwp_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -[0] The total amount of wall time = 311.581558 -[0] The maximum resident set size (KB) = 904896 +[0] The total amount of wall time = 312.783717 +[0] The maximum resident set size (KB) = 907412 Test 081 rap_unified_ugwp_debug PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/rap_noah_debug -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_29049/rap_noah_debug +working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_17519/rap_noah_debug Checking test 082 rap_noah_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -[0] The total amount of wall time = 302.191872 -[0] The maximum resident set size (KB) = 905292 +[0] The total amount of wall time = 302.763385 +[0] The maximum resident set size (KB) = 909572 Test 082 rap_noah_debug PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/rap_rrtmgp_debug -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_29049/rap_rrtmgp_debug +working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_17519/rap_rrtmgp_debug Checking test 083 rap_rrtmgp_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -[0] The total amount of wall time = 520.621627 -[0] The maximum resident set size (KB) = 1005572 +[0] The total amount of wall time = 519.790765 +[0] The maximum resident set size (KB) = 1006468 Test 083 rap_rrtmgp_debug PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/rap_lndp_debug -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_29049/rap_lndp_debug +working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_17519/rap_lndp_debug Checking test 084 rap_lndp_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -[0] The total amount of wall time = 307.399434 -[0] The maximum resident set size (KB) = 908392 +[0] The total amount of wall time = 308.130938 +[0] The maximum resident set size (KB) = 908436 Test 084 rap_lndp_debug PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/rap_sfcdiff_debug -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_29049/rap_sfcdiff_debug +working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_17519/rap_sfcdiff_debug Checking test 085 rap_sfcdiff_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -[0] The total amount of wall time = 305.751928 -[0] The maximum resident set size (KB) = 906784 +[0] The total amount of wall time = 305.263131 +[0] The maximum resident set size (KB) = 907284 Test 085 rap_sfcdiff_debug PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/rap_flake_debug -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_29049/rap_flake_debug +working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_17519/rap_flake_debug Checking test 086 rap_flake_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -[0] The total amount of wall time = 304.521134 -[0] The maximum resident set size (KB) = 908400 +[0] The total amount of wall time = 305.545312 +[0] The maximum resident set size (KB) = 908036 Test 086 rap_flake_debug PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/rap_noah_sfcdiff_cires_ugwp_debug -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_29049/rap_noah_sfcdiff_cires_ugwp_debug +working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_17519/rap_noah_sfcdiff_cires_ugwp_debug Checking test 087 rap_noah_sfcdiff_cires_ugwp_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -[0] The total amount of wall time = 507.735668 -[0] The maximum resident set size (KB) = 905872 +[0] The total amount of wall time = 507.294847 +[0] The maximum resident set size (KB) = 906952 Test 087 rap_noah_sfcdiff_cires_ugwp_debug PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/rrfs_v1beta_debug -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_29049/rrfs_v1beta_debug +working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_17519/rrfs_v1beta_debug Checking test 088 rrfs_v1beta_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -[0] The total amount of wall time = 302.903551 -[0] The maximum resident set size (KB) = 908936 +[0] The total amount of wall time = 304.470566 +[0] The maximum resident set size (KB) = 904656 Test 088 rrfs_v1beta_debug PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/control_wam_debug -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_29049/control_wam_debug +working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_17519/control_wam_debug Checking test 089 control_wam_debug results .... Comparing sfcf019.nc .........OK Comparing atmf019.nc .........OK -[0] The total amount of wall time = 322.777820 -[0] The maximum resident set size (KB) = 259708 +[0] The total amount of wall time = 322.700335 +[0] The maximum resident set size (KB) = 260760 Test 089 control_wam_debug PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/hafs_regional_atm -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_29049/hafs_regional_atm +working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_17519/hafs_regional_atm Checking test 090 hafs_regional_atm results .... Comparing atmf006.nc ............ALT CHECK......OK Comparing sfcf006.nc ............ALT CHECK......OK -[0] The total amount of wall time = 607.942121 -[0] The maximum resident set size (KB) = 726424 +[0] The total amount of wall time = 603.463087 +[0] The maximum resident set size (KB) = 725136 Test 090 hafs_regional_atm PASS +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/hafs_regional_atm_thompson_gfdlsf +working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_17519/hafs_regional_atm_thompson_gfdlsf +Checking test 091 hafs_regional_atm_thompson_gfdlsf results .... + Comparing atmf006.nc .........OK + Comparing sfcf006.nc ............ALT CHECK......OK + +[0] The total amount of wall time = 596.246432 +[0] The maximum resident set size (KB) = 1090196 + +Test 091 hafs_regional_atm_thompson_gfdlsf PASS + + baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/hafs_regional_atm_ocn -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_29049/hafs_regional_atm_ocn -Checking test 091 hafs_regional_atm_ocn results .... - Comparing atmf006.nc ............ALT CHECK......OK +working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_17519/hafs_regional_atm_ocn +Checking test 092 hafs_regional_atm_ocn results .... + Comparing atmf006.nc .........OK Comparing sfcf006.nc ............ALT CHECK......OK Comparing archv.2019_241_06.a .........OK Comparing archs.2019_241_06.a .........OK Comparing ufs.hafs.cpl.hi.2019-08-29-21600.nc .........OK Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK -[0] The total amount of wall time = 597.516456 -[0] The maximum resident set size (KB) = 746228 +[0] The total amount of wall time = 592.937563 +[0] The maximum resident set size (KB) = 739988 -Test 091 hafs_regional_atm_ocn PASS +Test 092 hafs_regional_atm_ocn PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/hafs_regional_atm_wav -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_29049/hafs_regional_atm_wav -Checking test 092 hafs_regional_atm_wav results .... +working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_17519/hafs_regional_atm_wav +Checking test 093 hafs_regional_atm_wav results .... Comparing atmf006.nc ............ALT CHECK......OK Comparing sfcf006.nc .........OK Comparing out_grd.ww3 .........OK Comparing out_pnt.ww3 .........OK -[0] The total amount of wall time = 983.192903 -[0] The maximum resident set size (KB) = 743784 +[0] The total amount of wall time = 978.237118 +[0] The maximum resident set size (KB) = 740540 -Test 092 hafs_regional_atm_wav PASS +Test 093 hafs_regional_atm_wav PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/hafs_regional_atm_ocn_wav -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_29049/hafs_regional_atm_ocn_wav -Checking test 093 hafs_regional_atm_ocn_wav results .... +working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_17519/hafs_regional_atm_ocn_wav +Checking test 094 hafs_regional_atm_ocn_wav results .... Comparing atmf006.nc ............ALT CHECK......OK Comparing sfcf006.nc ............ALT CHECK......OK Comparing archv.2019_241_06.a .........OK @@ -2752,184 +2765,184 @@ Checking test 093 hafs_regional_atm_ocn_wav results .... Comparing out_grd.ww3 .........OK Comparing out_pnt.ww3 .........OK -[0] The total amount of wall time = 1043.723416 -[0] The maximum resident set size (KB) = 746980 +[0] The total amount of wall time = 1035.471205 +[0] The maximum resident set size (KB) = 737736 -Test 093 hafs_regional_atm_ocn_wav PASS +Test 094 hafs_regional_atm_ocn_wav PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/hafs_regional_1nest_atm -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_29049/hafs_regional_1nest_atm -Checking test 094 hafs_regional_1nest_atm results .... - Comparing atmf006.nc ............ALT CHECK......OK +working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_17519/hafs_regional_1nest_atm +Checking test 095 hafs_regional_1nest_atm results .... + Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK -[0] The total amount of wall time = 386.693152 -[0] The maximum resident set size (KB) = 306664 +[0] The total amount of wall time = 384.235385 +[0] The maximum resident set size (KB) = 304896 -Test 094 hafs_regional_1nest_atm PASS +Test 095 hafs_regional_1nest_atm PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/hafs_regional_telescopic_2nests_atm -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_29049/hafs_regional_telescopic_2nests_atm -Checking test 095 hafs_regional_telescopic_2nests_atm results .... +working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_17519/hafs_regional_telescopic_2nests_atm +Checking test 096 hafs_regional_telescopic_2nests_atm results .... Comparing atmf006.nc ............ALT CHECK......OK Comparing sfcf006.nc ............ALT CHECK......OK -[0] The total amount of wall time = 672.289494 -[0] The maximum resident set size (KB) = 314440 +[0] The total amount of wall time = 666.205527 +[0] The maximum resident set size (KB) = 312688 -Test 095 hafs_regional_telescopic_2nests_atm PASS +Test 096 hafs_regional_telescopic_2nests_atm PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/hafs_global_1nest_atm -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_29049/hafs_global_1nest_atm -Checking test 096 hafs_global_1nest_atm results .... +working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_17519/hafs_global_1nest_atm +Checking test 097 hafs_global_1nest_atm results .... Comparing atmf006.nc ............ALT CHECK......OK - Comparing sfcf006.nc .........OK + Comparing sfcf006.nc ............ALT CHECK......OK -[0] The total amount of wall time = 653.118240 -[0] The maximum resident set size (KB) = 213768 +[0] The total amount of wall time = 647.204439 +[0] The maximum resident set size (KB) = 211988 -Test 096 hafs_global_1nest_atm PASS +Test 097 hafs_global_1nest_atm PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/hafs_global_multiple_4nests_atm -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_29049/hafs_global_multiple_4nests_atm -Checking test 097 hafs_global_multiple_4nests_atm results .... +working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_17519/hafs_global_multiple_4nests_atm +Checking test 098 hafs_global_multiple_4nests_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc ............ALT CHECK......OK -[0] The total amount of wall time = 670.402340 -[0] The maximum resident set size (KB) = 257176 +[0] The total amount of wall time = 660.827205 +[0] The maximum resident set size (KB) = 252376 -Test 097 hafs_global_multiple_4nests_atm PASS +Test 098 hafs_global_multiple_4nests_atm PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/hafs_regional_docn -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_29049/hafs_regional_docn -Checking test 098 hafs_regional_docn results .... +working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_17519/hafs_regional_docn +Checking test 099 hafs_regional_docn results .... Comparing atmf006.nc ............ALT CHECK......OK Comparing sfcf006.nc ............ALT CHECK......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 = 598.606315 -[0] The maximum resident set size (KB) = 740620 +[0] The total amount of wall time = 589.379697 +[0] The maximum resident set size (KB) = 740164 -Test 098 hafs_regional_docn PASS +Test 099 hafs_regional_docn PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/hafs_regional_docn_oisst -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_29049/hafs_regional_docn_oisst -Checking test 099 hafs_regional_docn_oisst results .... +working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_17519/hafs_regional_docn_oisst +Checking test 100 hafs_regional_docn_oisst results .... Comparing atmf006.nc ............ALT CHECK......OK Comparing sfcf006.nc ............ALT CHECK......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 = 595.472052 -[0] The maximum resident set size (KB) = 741048 +[0] The total amount of wall time = 589.147164 +[0] The maximum resident set size (KB) = 738796 -Test 099 hafs_regional_docn_oisst PASS +Test 100 hafs_regional_docn_oisst PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/hafs_regional_datm_cdeps -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_29049/hafs_regional_datm_cdeps -Checking test 100 hafs_regional_datm_cdeps results .... +working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_17519/hafs_regional_datm_cdeps +Checking test 101 hafs_regional_datm_cdeps results .... Comparing ufs.hafs.cpl.hi.2019-08-30-00000.nc .........OK Comparing ufs.hafs.cpl.r.2019-08-30-00000.nc .........OK Comparing ufs.hafs.datm.r.2019-08-30-00000.nc .........OK -[0] The total amount of wall time = 1086.067370 -[0] The maximum resident set size (KB) = 893092 +[0] The total amount of wall time = 1086.753779 +[0] The maximum resident set size (KB) = 894252 -Test 100 hafs_regional_datm_cdeps PASS +Test 101 hafs_regional_datm_cdeps PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/datm_cdeps_control_cfsr -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_29049/datm_cdeps_control_cfsr -Checking test 101 datm_cdeps_control_cfsr results .... +working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_17519/datm_cdeps_control_cfsr +Checking test 102 datm_cdeps_control_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK -[0] The total amount of wall time = 170.271876 -[0] The maximum resident set size (KB) = 725644 +[0] The total amount of wall time = 168.687136 +[0] The maximum resident set size (KB) = 725624 -Test 101 datm_cdeps_control_cfsr PASS +Test 102 datm_cdeps_control_cfsr PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/datm_cdeps_control_cfsr -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_29049/datm_cdeps_restart_cfsr -Checking test 102 datm_cdeps_restart_cfsr results .... +working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_17519/datm_cdeps_restart_cfsr +Checking test 103 datm_cdeps_restart_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK -[0] The total amount of wall time = 116.024233 -[0] The maximum resident set size (KB) = 722020 +[0] The total amount of wall time = 117.240882 +[0] The maximum resident set size (KB) = 721584 -Test 102 datm_cdeps_restart_cfsr PASS +Test 103 datm_cdeps_restart_cfsr PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/datm_cdeps_control_gefs -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_29049/datm_cdeps_control_gefs -Checking test 103 datm_cdeps_control_gefs results .... +working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_17519/datm_cdeps_control_gefs +Checking test 104 datm_cdeps_control_gefs results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS.cpl.r.2011-10-02-00000.nc .........OK -[0] The total amount of wall time = 165.805513 -[0] The maximum resident set size (KB) = 626344 +[0] The total amount of wall time = 163.962980 +[0] The maximum resident set size (KB) = 626596 -Test 103 datm_cdeps_control_gefs PASS +Test 104 datm_cdeps_control_gefs PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/datm_cdeps_stochy_gefs -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_29049/datm_cdeps_stochy_gefs -Checking test 104 datm_cdeps_stochy_gefs results .... +working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_17519/datm_cdeps_stochy_gefs +Checking test 105 datm_cdeps_stochy_gefs results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS.cpl.r.2011-10-02-00000.nc .........OK -[0] The total amount of wall time = 165.738593 -[0] The maximum resident set size (KB) = 626576 +[0] The total amount of wall time = 166.752013 +[0] The maximum resident set size (KB) = 627276 -Test 104 datm_cdeps_stochy_gefs PASS +Test 105 datm_cdeps_stochy_gefs PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/datm_cdeps_bulk_cfsr -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_29049/datm_cdeps_bulk_cfsr -Checking test 105 datm_cdeps_bulk_cfsr results .... +working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_17519/datm_cdeps_bulk_cfsr +Checking test 106 datm_cdeps_bulk_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK -[0] The total amount of wall time = 169.174909 -[0] The maximum resident set size (KB) = 724752 +[0] The total amount of wall time = 171.122120 +[0] The maximum resident set size (KB) = 724984 -Test 105 datm_cdeps_bulk_cfsr PASS +Test 106 datm_cdeps_bulk_cfsr PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/datm_cdeps_bulk_gefs -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_29049/datm_cdeps_bulk_gefs -Checking test 106 datm_cdeps_bulk_gefs results .... +working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_17519/datm_cdeps_bulk_gefs +Checking test 107 datm_cdeps_bulk_gefs results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS.cpl.r.2011-10-02-00000.nc .........OK -[0] The total amount of wall time = 163.877527 -[0] The maximum resident set size (KB) = 628144 +[0] The total amount of wall time = 165.759898 +[0] The maximum resident set size (KB) = 626880 -Test 106 datm_cdeps_bulk_gefs PASS +Test 107 datm_cdeps_bulk_gefs PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/datm_cdeps_mx025_cfsr -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_29049/datm_cdeps_mx025_cfsr -Checking test 107 datm_cdeps_mx025_cfsr results .... +working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_17519/datm_cdeps_mx025_cfsr +Checking test 108 datm_cdeps_mx025_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/MOM.res_1.nc .........OK Comparing RESTART/MOM.res_2.nc .........OK @@ -2937,15 +2950,15 @@ Checking test 107 datm_cdeps_mx025_cfsr results .... Comparing RESTART/iced.2011-10-01-43200.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-01-43200.nc .........OK -[0] The total amount of wall time = 348.789827 -[0] The maximum resident set size (KB) = 577224 +[0] The total amount of wall time = 345.523836 +[0] The maximum resident set size (KB) = 567576 -Test 107 datm_cdeps_mx025_cfsr PASS +Test 108 datm_cdeps_mx025_cfsr PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/datm_cdeps_mx025_gefs -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_29049/datm_cdeps_mx025_gefs -Checking test 108 datm_cdeps_mx025_gefs results .... +working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_17519/datm_cdeps_mx025_gefs +Checking test 109 datm_cdeps_mx025_gefs results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/MOM.res_1.nc .........OK Comparing RESTART/MOM.res_2.nc .........OK @@ -2953,52 +2966,52 @@ Checking test 108 datm_cdeps_mx025_gefs results .... Comparing RESTART/iced.2011-10-01-43200.nc .........OK Comparing RESTART/DATM_GEFS.cpl.r.2011-10-01-43200.nc .........OK -[0] The total amount of wall time = 347.856957 -[0] The maximum resident set size (KB) = 541880 +[0] The total amount of wall time = 337.270661 +[0] The maximum resident set size (KB) = 540204 -Test 108 datm_cdeps_mx025_gefs PASS +Test 109 datm_cdeps_mx025_gefs PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/datm_cdeps_control_cfsr -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_29049/datm_cdeps_multiple_files_cfsr -Checking test 109 datm_cdeps_multiple_files_cfsr results .... +working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_17519/datm_cdeps_multiple_files_cfsr +Checking test 110 datm_cdeps_multiple_files_cfsr results .... Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK -[0] The total amount of wall time = 169.993012 -[0] The maximum resident set size (KB) = 723752 +[0] The total amount of wall time = 168.647340 +[0] The maximum resident set size (KB) = 721452 -Test 109 datm_cdeps_multiple_files_cfsr PASS +Test 110 datm_cdeps_multiple_files_cfsr PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/datm_cdeps_3072x1536_cfsr -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_29049/datm_cdeps_3072x1536_cfsr -Checking test 110 datm_cdeps_3072x1536_cfsr results .... +working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_17519/datm_cdeps_3072x1536_cfsr +Checking test 111 datm_cdeps_3072x1536_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR3072x1536.cpl.r.2011-10-02-00000.nc .........OK -[0] The total amount of wall time = 246.112676 -[0] The maximum resident set size (KB) = 1836428 +[0] The total amount of wall time = 245.306808 +[0] The maximum resident set size (KB) = 1835920 -Test 110 datm_cdeps_3072x1536_cfsr PASS +Test 111 datm_cdeps_3072x1536_cfsr PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/datm_cdeps_debug_cfsr -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_29049/datm_cdeps_debug_cfsr -Checking test 111 datm_cdeps_debug_cfsr results .... +working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_17519/datm_cdeps_debug_cfsr +Checking test 112 datm_cdeps_debug_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-01-21600.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-01-21600.nc .........OK -[0] The total amount of wall time = 495.532423 -[0] The maximum resident set size (KB) = 729940 +[0] The total amount of wall time = 495.886717 +[0] The maximum resident set size (KB) = 730692 -Test 111 datm_cdeps_debug_cfsr PASS +Test 112 datm_cdeps_debug_cfsr PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/control_atmwav -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_29049/control_atmwav -Checking test 112 control_atmwav results .... +working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_17519/control_atmwav +Checking test 113 control_atmwav results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK Comparing atmf000.nc .........OK @@ -3041,15 +3054,15 @@ Checking test 112 control_atmwav results .... Comparing RESTART/sfc_data.tile6.nc .........OK Comparing 20210322.180000.restart.glo_1deg .........OK -[0] The total amount of wall time = 92.903562 -[0] The maximum resident set size (KB) = 491360 +[0] The total amount of wall time = 92.626090 +[0] The maximum resident set size (KB) = 492300 -Test 112 control_atmwav PASS +Test 113 control_atmwav PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220113/control_c384gdas_wav -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_29049/control_c384gdas_wav -Checking test 113 control_c384gdas_wav results .... +working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_17519/control_c384gdas_wav +Checking test 114 control_c384gdas_wav results .... Comparing sfcf000.nc .........OK Comparing sfcf003.nc .........OK Comparing atmf000.nc .........OK @@ -3094,12 +3107,12 @@ Checking test 113 control_c384gdas_wav results .... Comparing 20210322.030000.restart.gnh_10m .........OK Comparing 20210322.030000.restart.gsh_15m .........OK -[0] The total amount of wall time = 623.334607 -[0] The maximum resident set size (KB) = 1050432 +[0] The total amount of wall time = 615.260322 +[0] The maximum resident set size (KB) = 1049376 -Test 113 control_c384gdas_wav PASS +Test 114 control_c384gdas_wav PASS REGRESSION TEST WAS SUCCESSFUL -Thu Jan 13 22:17:36 UTC 2022 -Elapsed time: 01h:42m:39s. Have a nice day! +Wed Jan 19 06:03:32 UTC 2022 +Elapsed time: 01h:46m:27s. Have a nice day! From 9e2a3ecc663f31847ed2aed3a7fe3b3b12c3bab1 Mon Sep 17 00:00:00 2001 From: Brian Curtis Date: Wed, 19 Jan 2022 09:48:48 -0700 Subject: [PATCH 15/17] RT JOBS PASSED: cheyenne.intel. Log file uploaded. on-behalf-of @ufs-community --- tests/RegressionTests_cheyenne.intel.log | 808 ++++++++++++----------- 1 file changed, 410 insertions(+), 398 deletions(-) diff --git a/tests/RegressionTests_cheyenne.intel.log b/tests/RegressionTests_cheyenne.intel.log index 5b33f426a9..d883870806 100644 --- a/tests/RegressionTests_cheyenne.intel.log +++ b/tests/RegressionTests_cheyenne.intel.log @@ -1,23 +1,23 @@ -Fri Jan 14 15:01:26 MST 2022 +Wed Jan 19 08:40:59 MST 2022 Start Regression test -Compile 001 elapsed time 978 seconds. -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v16_coupled_nsstNoahmpUGWPv1,FV3_GFS_v16_coupled_p7_rrtmgp,FV3_GFS_v16_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 002 elapsed time 401 seconds. -DAPP=S2S -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v16_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile 003 elapsed time 734 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v15_thompson_mynn,FV3_GFS_v15_thompson_mynn_RRTMGP,FV3_GFS_v16_p7_rrtmgp,FV3_GFS_v16_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 001 elapsed time 989 seconds. -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v16_coupled_nsstNoahmpUGWPv1,FV3_GFS_v16_coupled_p7_rrtmgp,FV3_GFS_v16_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 002 elapsed time 398 seconds. -DAPP=S2S -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v16_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile 003 elapsed time 731 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v15_thompson_mynn,FV3_GFS_v15_thompson_mynn_RRTMGP,FV3_GFS_v16_p7_rrtmgp,FV3_GFS_v16_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release Compile 004 elapsed time 692 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_RRFS_v1beta -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 005 elapsed time 788 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_RRTMGP,FV3_GFS_v16_csawmg,FV3_GFS_v16_flake,FV3_GFS_v16_ugwpv1,FV3_GFS_v16_ras,FV3_GFS_v16_thompson,FV3_GFS_v16_noahmp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 006 elapsed time 574 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DREPRO=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -Compile 007 elapsed time 362 seconds. -DAPP=ATM -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v16_RRTMGP,FV3_GFS_v16_csawmg,FV3_GFS_v16_flake,FV3_GFS_v16_ugwpv1,FV3_GFS_v16_ras,FV3_GFS_v16_noahmp,FV3_GFS_v16_thompson,FV3_GFS_v15_thompson_mynn,FV3_GFS_v16_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 008 elapsed time 352 seconds. -DAPP=ATM -DDEBUG=ON -DCCPP_SUITES=FV3_RAP,FV3_RAP_cires_ugwp,FV3_RAP_unified_ugwp,FV3_RAP_noah,FV3_RAP_RRTMGP,FV3_RAP_sfcdiff,FV3_RAP_flake,FV3_RAP_noah_sfcdiff_cires_ugwp,FV3_RRFS_v1beta -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 009 elapsed time 276 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 010 elapsed time 695 seconds. -DAPP=HAFSW -DCCPP_SUITES=FV3_HAFS_v0_gfdlmp_tedmf,FV3_HAFS_v0_gfdlmp_tedmf_nonsst -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 011 elapsed time 711 seconds. -DAPP=HAFS-ALL -DCCPP_SUITES=FV3_HAFS_v0_gfdlmp_tedmf,FV3_HAFS_v0_gfdlmp_tedmf_nonsst -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 012 elapsed time 429 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 013 elapsed time 222 seconds. -DAPP=NG-GODAS -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile 014 elapsed time 593 seconds. -DAPP=ATMW -DCCPP_SUITES=FV3_GFS_v16 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 005 elapsed time 799 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_RRTMGP,FV3_GFS_v16_csawmg,FV3_GFS_v16_flake,FV3_GFS_v16_ugwpv1,FV3_GFS_v16_ras,FV3_GFS_v16_thompson,FV3_GFS_v16_noahmp -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 006 elapsed time 589 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DREPRO=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit +Compile 007 elapsed time 388 seconds. -DAPP=ATM -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v16_RRTMGP,FV3_GFS_v16_csawmg,FV3_GFS_v16_flake,FV3_GFS_v16_ugwpv1,FV3_GFS_v16_ras,FV3_GFS_v16_noahmp,FV3_GFS_v16_thompson,FV3_GFS_v15_thompson_mynn,FV3_GFS_v16_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 008 elapsed time 363 seconds. -DAPP=ATM -DDEBUG=ON -DCCPP_SUITES=FV3_RAP,FV3_RAP_cires_ugwp,FV3_RAP_unified_ugwp,FV3_RAP_noah,FV3_RAP_RRTMGP,FV3_RAP_sfcdiff,FV3_RAP_flake,FV3_RAP_noah_sfcdiff_cires_ugwp,FV3_RRFS_v1beta -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 009 elapsed time 290 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 010 elapsed time 713 seconds. -DAPP=HAFSW -DCCPP_SUITES=FV3_HAFS_v0_gfdlmp_tedmf,FV3_HAFS_v0_gfdlmp_tedmf_nonsst,FV3_HAFS_v0_thompson_tedmf_gfdlsf -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 011 elapsed time 717 seconds. -DAPP=HAFS-ALL -DCCPP_SUITES=FV3_HAFS_v0_gfdlmp_tedmf,FV3_HAFS_v0_gfdlmp_tedmf_nonsst -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 012 elapsed time 446 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 013 elapsed time 224 seconds. -DAPP=NG-GODAS -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile 014 elapsed time 605 seconds. -DAPP=ATMW -DCCPP_SUITES=FV3_GFS_v16 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220113/INTEL/cpld_control_p8 -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_41044/cpld_control_p8 +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_40151/cpld_control_p8 Checking test 001 cpld_control_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -70,14 +70,14 @@ Checking test 001 cpld_control_p8 results .... Comparing 20210323.060000.out_pnt.points .........OK Comparing 20210323.060000.restart.glo_1deg .........OK -0:The total amount of wall time = 248.514551 -0:The maximum resident set size (KB) = 535752 +0:The total amount of wall time = 250.983025 +0:The maximum resident set size (KB) = 535652 Test 001 cpld_control_p8 PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220113/INTEL/cpld_control_p8 -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_41044/cpld_2threads_p8 +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_40151/cpld_2threads_p8 Checking test 002 cpld_2threads_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -130,14 +130,14 @@ Checking test 002 cpld_2threads_p8 results .... Comparing 20210323.060000.out_pnt.points .........OK Comparing 20210323.060000.restart.glo_1deg .........OK -0:The total amount of wall time = 475.721958 -0:The maximum resident set size (KB) = 629760 +0:The total amount of wall time = 476.903738 +0:The maximum resident set size (KB) = 629752 Test 002 cpld_2threads_p8 PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220113/INTEL/cpld_control_p8 -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_41044/cpld_decomp_p8 +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_40151/cpld_decomp_p8 Checking test 003 cpld_decomp_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -190,14 +190,14 @@ Checking test 003 cpld_decomp_p8 results .... Comparing 20210323.060000.out_pnt.points .........OK Comparing 20210323.060000.restart.glo_1deg .........OK -0:The total amount of wall time = 237.089207 -0:The maximum resident set size (KB) = 531472 +0:The total amount of wall time = 245.595867 +0:The maximum resident set size (KB) = 531308 Test 003 cpld_decomp_p8 PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220113/INTEL/cpld_control_p8 -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_41044/cpld_mpi_p8 +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_40151/cpld_mpi_p8 Checking test 004 cpld_mpi_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -250,14 +250,14 @@ Checking test 004 cpld_mpi_p8 results .... Comparing 20210323.060000.out_pnt.points .........OK Comparing 20210323.060000.restart.glo_1deg .........OK -0:The total amount of wall time = 214.554399 -0:The maximum resident set size (KB) = 506232 +0:The total amount of wall time = 217.393361 +0:The maximum resident set size (KB) = 506224 Test 004 cpld_mpi_p8 PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220113/INTEL/cpld_control_p7_rrtmgp -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_41044/cpld_control_p7_rrtmgp +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_40151/cpld_control_p7_rrtmgp Checking test 005 cpld_control_p7_rrtmgp results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -310,14 +310,14 @@ Checking test 005 cpld_control_p7_rrtmgp results .... Comparing 20210323.060000.out_pnt.points .........OK Comparing 20210323.060000.restart.glo_1deg .........OK -0:The total amount of wall time = 313.926477 -0:The maximum resident set size (KB) = 634472 +0:The total amount of wall time = 311.647881 +0:The maximum resident set size (KB) = 634324 Test 005 cpld_control_p7_rrtmgp PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220113/INTEL/cpld_bmark_p7 -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_41044/cpld_bmark_p7 +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_40151/cpld_bmark_p7 Checking test 006 cpld_bmark_p7 results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK @@ -362,14 +362,14 @@ Checking test 006 cpld_bmark_p7 results .... Comparing RESTART/iced.2013-04-01-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2013-04-01-21600.nc .........OK -0:The total amount of wall time = 945.975683 -0:The maximum resident set size (KB) = 1206100 +0:The total amount of wall time = 974.159217 +0:The maximum resident set size (KB) = 1205868 Test 006 cpld_bmark_p7 PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220113/INTEL/cpld_bmark_p8 -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_41044/cpld_bmark_p8 +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_40151/cpld_bmark_p8 Checking test 007 cpld_bmark_p8 results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK @@ -414,14 +414,14 @@ Checking test 007 cpld_bmark_p8 results .... Comparing RESTART/iced.2013-04-01-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2013-04-01-21600.nc .........OK -0:The total amount of wall time = 972.391331 -0:The maximum resident set size (KB) = 1206280 +0:The total amount of wall time = 963.653317 +0:The maximum resident set size (KB) = 1206192 Test 007 cpld_bmark_p8 PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220113/INTEL/cpld_bmark_p8 -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_41044/cpld_bmark_mpi_p8 +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_40151/cpld_bmark_mpi_p8 Checking test 008 cpld_bmark_mpi_p8 results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK @@ -466,14 +466,14 @@ Checking test 008 cpld_bmark_mpi_p8 results .... Comparing RESTART/iced.2013-04-01-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2013-04-01-21600.nc .........OK -0:The total amount of wall time = 927.955407 -0:The maximum resident set size (KB) = 1208264 +0:The total amount of wall time = 954.128607 +0:The maximum resident set size (KB) = 1207976 Test 008 cpld_bmark_mpi_p8 PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220113/INTEL/cpld_control_c96_p8 -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_41044/cpld_control_c96_p8 +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_40151/cpld_control_c96_p8 Checking test 009 cpld_control_c96_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -523,14 +523,14 @@ Checking test 009 cpld_control_c96_p8 results .... Comparing RESTART/iced.2021-03-23-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK -0:The total amount of wall time = 244.391034 -0:The maximum resident set size (KB) = 522068 +0:The total amount of wall time = 242.140660 +0:The maximum resident set size (KB) = 522156 Test 009 cpld_control_c96_p8 PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220113/INTEL/cpld_control_c96_p8 -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_41044/cpld_restart_c96_p8 +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_40151/cpld_restart_c96_p8 Checking test 010 cpld_restart_c96_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -580,14 +580,14 @@ Checking test 010 cpld_restart_c96_p8 results .... Comparing RESTART/iced.2021-03-23-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK -0:The total amount of wall time = 127.472039 -0:The maximum resident set size (KB) = 314052 +0:The total amount of wall time = 128.638954 +0:The maximum resident set size (KB) = 314056 Test 010 cpld_restart_c96_p8 PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220113/INTEL/cpld_control_c192_p8 -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_41044/cpld_control_c192_p8 +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_40151/cpld_control_c192_p8 Checking test 011 cpld_control_c192_p8 results .... Comparing sfcf036.tile1.nc .........OK Comparing sfcf036.tile2.nc .........OK @@ -637,14 +637,14 @@ Checking test 011 cpld_control_c192_p8 results .... Comparing RESTART/iced.2021-03-23-64800.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-64800.nc .........OK -0:The total amount of wall time = 1027.721554 -0:The maximum resident set size (KB) = 694048 +0:The total amount of wall time = 1026.812434 +0:The maximum resident set size (KB) = 694104 Test 011 cpld_control_c192_p8 PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220113/INTEL/cpld_control_c192_p8 -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_41044/cpld_restart_c192_p8 +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_40151/cpld_restart_c192_p8 Checking test 012 cpld_restart_c192_p8 results .... Comparing sfcf036.tile1.nc .........OK Comparing sfcf036.tile2.nc .........OK @@ -694,14 +694,14 @@ Checking test 012 cpld_restart_c192_p8 results .... Comparing RESTART/iced.2021-03-23-64800.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-64800.nc .........OK -0:The total amount of wall time = 650.714017 -0:The maximum resident set size (KB) = 755232 +0:The total amount of wall time = 646.858930 +0:The maximum resident set size (KB) = 754712 Test 012 cpld_restart_c192_p8 PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220113/INTEL/cpld_control_c384_p8 -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_41044/cpld_control_c384_p8 +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_40151/cpld_control_c384_p8 Checking test 013 cpld_control_c384_p8 results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK @@ -744,14 +744,14 @@ Checking test 013 cpld_control_c384_p8 results .... Comparing RESTART/iced.2021-03-22-43200.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-22-43200.nc .........OK -0:The total amount of wall time = 1098.159242 -0:The maximum resident set size (KB) = 1233308 +0:The total amount of wall time = 1097.957842 +0:The maximum resident set size (KB) = 1233660 Test 013 cpld_control_c384_p8 PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220113/INTEL/cpld_control_c384_p8 -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_41044/cpld_restart_c384_p8 +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_40151/cpld_restart_c384_p8 Checking test 014 cpld_restart_c384_p8 results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK @@ -794,14 +794,14 @@ Checking test 014 cpld_restart_c384_p8 results .... Comparing RESTART/iced.2021-03-22-43200.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-22-43200.nc .........OK -0:The total amount of wall time = 578.399161 -0:The maximum resident set size (KB) = 1180460 +0:The total amount of wall time = 595.499416 +0:The maximum resident set size (KB) = 1180976 Test 014 cpld_restart_c384_p8 PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220113/INTEL/cpld_debug_p8 -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_41044/cpld_debug_p8 +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_40151/cpld_debug_p8 Checking test 015 cpld_debug_p8 results .... Comparing sfcf006.tile1.nc .........OK Comparing sfcf006.tile2.nc .........OK @@ -851,14 +851,14 @@ Checking test 015 cpld_debug_p8 results .... Comparing RESTART/iced.2021-03-22-43200.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-22-43200.nc .........OK -0:The total amount of wall time = 649.902332 -0:The maximum resident set size (KB) = 589896 +0:The total amount of wall time = 653.377111 +0:The maximum resident set size (KB) = 590056 Test 015 cpld_debug_p8 PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220113/INTEL/control -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_41044/control +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_40151/control Checking test 016 control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -905,14 +905,14 @@ Checking test 016 control results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 146.425221 -0:The maximum resident set size (KB) = 446372 +0:The total amount of wall time = 147.449231 +0:The maximum resident set size (KB) = 446232 Test 016 control PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220113/INTEL/control -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_41044/control_decomp +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_40151/control_decomp Checking test 017 control_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -955,14 +955,14 @@ Checking test 017 control_decomp results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 150.785460 -0:The maximum resident set size (KB) = 444160 +0:The total amount of wall time = 151.006110 +0:The maximum resident set size (KB) = 444144 Test 017 control_decomp PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220113/INTEL/control -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_41044/control_2threads +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_40151/control_2threads Checking test 018 control_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1005,14 +1005,14 @@ Checking test 018 control_2threads results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 318.455713 -0:The maximum resident set size (KB) = 491668 +0:The total amount of wall time = 318.400362 +0:The maximum resident set size (KB) = 491596 Test 018 control_2threads PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220113/INTEL/control -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_41044/control_restart +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_40151/control_restart Checking test 019 control_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -1051,14 +1051,14 @@ Checking test 019 control_restart results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 75.919008 -0:The maximum resident set size (KB) = 188208 +0:The total amount of wall time = 78.980850 +0:The maximum resident set size (KB) = 188000 Test 019 control_restart PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220113/INTEL/control -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_41044/control_fhzero +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_40151/control_fhzero Checking test 020 control_fhzero results .... Comparing sfcf000.nc ............ALT CHECK......OK Comparing sfcf021.nc ............ALT CHECK......OK @@ -1101,14 +1101,14 @@ Checking test 020 control_fhzero results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 137.732559 -0:The maximum resident set size (KB) = 446324 +0:The total amount of wall time = 137.846069 +0:The maximum resident set size (KB) = 446332 Test 020 control_fhzero PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220113/INTEL/control_CubedSphereGrid -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_41044/control_CubedSphereGrid +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_40151/control_CubedSphereGrid Checking test 021 control_CubedSphereGrid results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK @@ -1135,14 +1135,14 @@ Checking test 021 control_CubedSphereGrid results .... Comparing atmf024.tile5.nc .........OK Comparing atmf024.tile6.nc .........OK -0:The total amount of wall time = 141.211970 -0:The maximum resident set size (KB) = 445816 +0:The total amount of wall time = 141.959125 +0:The maximum resident set size (KB) = 445780 Test 021 control_CubedSphereGrid PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220113/INTEL/control_latlon -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_41044/control_latlon +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_40151/control_latlon Checking test 022 control_latlon results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1153,32 +1153,32 @@ Checking test 022 control_latlon results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -0:The total amount of wall time = 153.180183 -0:The maximum resident set size (KB) = 445564 +0:The total amount of wall time = 145.787684 +0:The maximum resident set size (KB) = 445608 Test 022 control_latlon PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220113/INTEL/control_wrtGauss_netcdf_parallel -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_41044/control_wrtGauss_netcdf_parallel +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_40151/control_wrtGauss_netcdf_parallel Checking test 023 control_wrtGauss_netcdf_parallel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc ............ALT CHECK......OK Comparing atmf000.nc .........OK - Comparing atmf024.nc ............ALT CHECK......OK + Comparing atmf024.nc .........OK Comparing GFSFLX.GrbF00 .........OK Comparing GFSFLX.GrbF24 .........OK Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -0:The total amount of wall time = 146.949191 -0:The maximum resident set size (KB) = 446216 +0:The total amount of wall time = 147.303763 +0:The maximum resident set size (KB) = 446212 Test 023 control_wrtGauss_netcdf_parallel PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220113/INTEL/control_c48 -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_41044/control_c48 +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_40151/control_c48 Checking test 024 control_c48 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1217,14 +1217,14 @@ Checking test 024 control_c48 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 421.969132 -0:The maximum resident set size (KB) = 629512 +0:The total amount of wall time = 420.949204 +0:The maximum resident set size (KB) = 629492 Test 024 control_c48 PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220113/INTEL/control_c192 -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_41044/control_c192 +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_40151/control_c192 Checking test 025 control_c192 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1235,14 +1235,14 @@ Checking test 025 control_c192 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -0:The total amount of wall time = 589.341059 -0:The maximum resident set size (KB) = 539856 +0:The total amount of wall time = 589.277401 +0:The maximum resident set size (KB) = 539812 Test 025 control_c192 PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220113/INTEL/control_c384 -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_41044/control_c384 +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_40151/control_c384 Checking test 026 control_c384 results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -1253,14 +1253,14 @@ Checking test 026 control_c384 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK -0:The total amount of wall time = 1090.043412 -0:The maximum resident set size (KB) = 795856 +0:The total amount of wall time = 1092.029623 +0:The maximum resident set size (KB) = 795836 Test 026 control_c384 PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220113/INTEL/control_c384gdas -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_41044/control_c384gdas +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_40151/control_c384gdas Checking test 027 control_c384gdas results .... Comparing sfcf000.nc .........OK Comparing sfcf006.nc .........OK @@ -1303,14 +1303,14 @@ Checking test 027 control_c384gdas results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 937.643016 -0:The maximum resident set size (KB) = 947208 +0:The total amount of wall time = 941.370396 +0:The maximum resident set size (KB) = 947000 Test 027 control_c384gdas PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220113/INTEL/control_stochy -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_41044/control_stochy +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_40151/control_stochy Checking test 028 control_stochy results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -1321,28 +1321,28 @@ Checking test 028 control_stochy results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK -0:The total amount of wall time = 96.716952 -0:The maximum resident set size (KB) = 447380 +0:The total amount of wall time = 96.874795 +0:The maximum resident set size (KB) = 447520 Test 028 control_stochy PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220113/INTEL/control_stochy -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_41044/control_stochy_restart +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_40151/control_stochy_restart Checking test 029 control_stochy_restart results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK Comparing GFSFLX.GrbF12 .........OK Comparing GFSPRS.GrbF12 .........OK -0:The total amount of wall time = 52.608847 -0:The maximum resident set size (KB) = 221176 +0:The total amount of wall time = 51.239469 +0:The maximum resident set size (KB) = 221472 Test 029 control_stochy_restart PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220113/INTEL/control_lndp -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_41044/control_lndp +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_40151/control_lndp Checking test 030 control_lndp results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -1353,14 +1353,14 @@ Checking test 030 control_lndp results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK -0:The total amount of wall time = 86.969053 -0:The maximum resident set size (KB) = 450972 +0:The total amount of wall time = 88.030675 +0:The maximum resident set size (KB) = 450828 Test 030 control_lndp PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220113/INTEL/control_p8 -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_41044/control_p8 +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_40151/control_p8 Checking test 031 control_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1407,14 +1407,14 @@ Checking test 031 control_p8 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 163.541084 -0:The maximum resident set size (KB) = 485920 +0:The total amount of wall time = 164.012537 +0:The maximum resident set size (KB) = 485880 Test 031 control_p8 PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220113/INTEL/control_p8 -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_41044/control_restart_p8 +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_40151/control_restart_p8 Checking test 032 control_restart_p8 results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -1453,14 +1453,14 @@ Checking test 032 control_restart_p8 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 87.123115 -0:The maximum resident set size (KB) = 292348 +0:The total amount of wall time = 86.734190 +0:The maximum resident set size (KB) = 292416 Test 032 control_restart_p8 PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220113/INTEL/control_p8 -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_41044/control_decomp_p8 +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_40151/control_decomp_p8 Checking test 033 control_decomp_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1503,14 +1503,14 @@ Checking test 033 control_decomp_p8 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 165.453290 -0:The maximum resident set size (KB) = 478812 +0:The total amount of wall time = 166.193536 +0:The maximum resident set size (KB) = 478804 Test 033 control_decomp_p8 PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220113/INTEL/control_p8 -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_41044/control_2threads_p8 +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_40151/control_2threads_p8 Checking test 034 control_2threads_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1553,14 +1553,14 @@ Checking test 034 control_2threads_p8 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 359.032600 -0:The maximum resident set size (KB) = 566108 +0:The total amount of wall time = 357.045964 +0:The maximum resident set size (KB) = 566192 Test 034 control_2threads_p8 PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220113/INTEL/control_p7_rrtmgp -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_41044/control_p7_rrtmgp +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_40151/control_p7_rrtmgp Checking test 035 control_p7_rrtmgp results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1607,14 +1607,14 @@ Checking test 035 control_p7_rrtmgp results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 232.410916 -0:The maximum resident set size (KB) = 586528 +0:The total amount of wall time = 231.835168 +0:The maximum resident set size (KB) = 586596 Test 035 control_p7_rrtmgp PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220113/INTEL/fv3_regional_control -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_41044/regional_control +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_40151/regional_control Checking test 036 regional_control results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK @@ -1625,28 +1625,28 @@ Checking test 036 regional_control results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF24 .........OK -0:The total amount of wall time = 343.792679 -0:The maximum resident set size (KB) = 568012 +0:The total amount of wall time = 348.674835 +0:The maximum resident set size (KB) = 568180 Test 036 regional_control PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220113/INTEL/fv3_regional_control -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_41044/regional_restart +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_40151/regional_restart Checking test 037 regional_restart results .... Comparing dynf024.nc .........OK Comparing phyf024.nc .........OK Comparing PRSLEV.GrbF24 .........OK Comparing NATLEV.GrbF24 .........OK -0:The total amount of wall time = 192.323262 -0:The maximum resident set size (KB) = 558880 +0:The total amount of wall time = 191.048619 +0:The maximum resident set size (KB) = 559032 Test 037 regional_restart PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220113/INTEL/fv3_regional_noquilt -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_41044/regional_noquilt +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_40151/regional_noquilt Checking test 038 regional_noquilt results .... Comparing atmos_4xdaily.nc .........OK Comparing fv3_history2d.nc .........OK @@ -1654,14 +1654,14 @@ Checking test 038 regional_noquilt results .... Comparing RESTART/fv_core.res.tile1_new.nc .........OK Comparing RESTART/fv_tracer.res.tile1_new.nc .........OK -0:The total amount of wall time = 367.783594 -0:The maximum resident set size (KB) = 575148 +0:The total amount of wall time = 371.323469 +0:The maximum resident set size (KB) = 575092 Test 038 regional_noquilt PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220113/INTEL/fv3_regional_control -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_41044/regional_2threads +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_40151/regional_2threads Checking test 039 regional_2threads results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK @@ -1672,14 +1672,14 @@ Checking test 039 regional_2threads results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF24 .........OK -0:The total amount of wall time = 930.458187 -0:The maximum resident set size (KB) = 553488 +0:The total amount of wall time = 934.014511 +0:The maximum resident set size (KB) = 553292 Test 039 regional_2threads PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220113/INTEL/fv3_regional_hafs -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_41044/regional_hafs +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_40151/regional_hafs Checking test 040 regional_hafs results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK @@ -1688,28 +1688,28 @@ Checking test 040 regional_hafs results .... Comparing HURPRS.GrbF00 .........OK Comparing HURPRS.GrbF24 .........OK -0:The total amount of wall time = 350.778388 -0:The maximum resident set size (KB) = 557936 +0:The total amount of wall time = 355.153243 +0:The maximum resident set size (KB) = 557948 Test 040 regional_hafs PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220113/INTEL/fv3_regional_netcdf_parallel -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_41044/regional_netcdf_parallel +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_40151/regional_netcdf_parallel Checking test 041 regional_netcdf_parallel results .... Comparing dynf000.nc .........OK - Comparing dynf024.nc ............ALT CHECK......OK + Comparing dynf024.nc .........OK Comparing phyf000.nc ............ALT CHECK......OK Comparing phyf024.nc ............ALT CHECK......OK -0:The total amount of wall time = 347.999142 -0:The maximum resident set size (KB) = 558076 +0:The total amount of wall time = 345.819831 +0:The maximum resident set size (KB) = 558128 Test 041 regional_netcdf_parallel PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220113/INTEL/fv3_regional_RRTMGP -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_41044/regional_RRTMGP +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_40151/regional_RRTMGP Checking test 042 regional_RRTMGP results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK @@ -1720,14 +1720,14 @@ Checking test 042 regional_RRTMGP results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF24 .........OK -0:The total amount of wall time = 504.064485 -0:The maximum resident set size (KB) = 681672 +0:The total amount of wall time = 470.029556 +0:The maximum resident set size (KB) = 681696 Test 042 regional_RRTMGP PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220113/INTEL/rap_control -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_41044/rap_control +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_40151/rap_control Checking test 043 rap_control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1774,14 +1774,14 @@ Checking test 043 rap_control results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 407.642336 -0:The maximum resident set size (KB) = 808660 +0:The total amount of wall time = 408.989754 +0:The maximum resident set size (KB) = 808520 Test 043 rap_control PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220113/INTEL/rap_control -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_41044/rap_2threads +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_40151/rap_2threads Checking test 044 rap_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1828,14 +1828,14 @@ Checking test 044 rap_2threads results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 869.990312 -0:The maximum resident set size (KB) = 870464 +0:The total amount of wall time = 871.783816 +0:The maximum resident set size (KB) = 870420 Test 044 rap_2threads PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220113/INTEL/rap_control -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_41044/rap_restart +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_40151/rap_restart Checking test 045 rap_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -1874,14 +1874,14 @@ Checking test 045 rap_restart results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 207.224206 -0:The maximum resident set size (KB) = 562764 +0:The total amount of wall time = 206.074217 +0:The maximum resident set size (KB) = 562248 Test 045 rap_restart PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220113/INTEL/rap_sfcdiff -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_41044/rap_sfcdiff +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_40151/rap_sfcdiff Checking test 046 rap_sfcdiff results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1928,14 +1928,14 @@ Checking test 046 rap_sfcdiff results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 409.821417 -0:The maximum resident set size (KB) = 808592 +0:The total amount of wall time = 407.572484 +0:The maximum resident set size (KB) = 808608 Test 046 rap_sfcdiff PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220113/INTEL/rap_sfcdiff -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_41044/rap_sfcdiff_restart +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_40151/rap_sfcdiff_restart Checking test 047 rap_sfcdiff_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -1974,14 +1974,14 @@ Checking test 047 rap_sfcdiff_restart results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 205.627940 -0:The maximum resident set size (KB) = 562556 +0:The total amount of wall time = 207.824813 +0:The maximum resident set size (KB) = 562728 Test 047 rap_sfcdiff_restart PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220113/INTEL/hrrr_control -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_41044/hrrr_control +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_40151/hrrr_control Checking test 048 hrrr_control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -2028,14 +2028,14 @@ Checking test 048 hrrr_control results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 393.821935 -0:The maximum resident set size (KB) = 808948 +0:The total amount of wall time = 398.397383 +0:The maximum resident set size (KB) = 809076 Test 048 hrrr_control PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220113/INTEL/rrfs_v1beta -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_41044/rrfs_v1beta +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_40151/rrfs_v1beta Checking test 049 rrfs_v1beta results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -2082,14 +2082,14 @@ Checking test 049 rrfs_v1beta results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 395.029334 -0:The maximum resident set size (KB) = 806808 +0:The total amount of wall time = 401.628239 +0:The maximum resident set size (KB) = 807012 Test 049 rrfs_v1beta PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220113/INTEL/rrfs_conus13km_hrrr_warm -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_41044/rrfs_conus13km_hrrr_warm +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_40151/rrfs_conus13km_hrrr_warm Checking test 050 rrfs_conus13km_hrrr_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -2098,14 +2098,14 @@ Checking test 050 rrfs_conus13km_hrrr_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK -0:The total amount of wall time = 184.078015 -0:The maximum resident set size (KB) = 636392 +0:The total amount of wall time = 182.137148 +0:The maximum resident set size (KB) = 636420 Test 050 rrfs_conus13km_hrrr_warm PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220113/INTEL/rrfs_conus13km_radar_tten_warm -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_41044/rrfs_conus13km_radar_tten_warm +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_40151/rrfs_conus13km_radar_tten_warm Checking test 051 rrfs_conus13km_radar_tten_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -2114,14 +2114,14 @@ Checking test 051 rrfs_conus13km_radar_tten_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK -0:The total amount of wall time = 185.268912 -0:The maximum resident set size (KB) = 639808 +0:The total amount of wall time = 183.596849 +0:The maximum resident set size (KB) = 639724 Test 051 rrfs_conus13km_radar_tten_warm PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220113/INTEL/control_rrtmgp -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_41044/control_rrtmgp +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_40151/control_rrtmgp Checking test 052 control_rrtmgp results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2132,14 +2132,14 @@ Checking test 052 control_rrtmgp results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -0:The total amount of wall time = 262.373696 -0:The maximum resident set size (KB) = 579700 +0:The total amount of wall time = 260.528104 +0:The maximum resident set size (KB) = 579408 Test 052 control_rrtmgp PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220113/INTEL/control_rrtmgp_c192 -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_41044/control_rrtmgp_c192 +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_40151/control_rrtmgp_c192 Checking test 053 control_rrtmgp_c192 results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -2150,14 +2150,14 @@ Checking test 053 control_rrtmgp_c192 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK -0:The total amount of wall time = 694.479681 +0:The total amount of wall time = 698.505360 0:The maximum resident set size (KB) = 781316 Test 053 control_rrtmgp_c192 PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220113/INTEL/control_csawmg -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_41044/control_csawmg +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_40151/control_csawmg Checking test 054 control_csawmg results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2168,14 +2168,14 @@ Checking test 054 control_csawmg results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -0:The total amount of wall time = 405.380160 -0:The maximum resident set size (KB) = 520364 +0:The total amount of wall time = 401.697586 +0:The maximum resident set size (KB) = 520388 Test 054 control_csawmg PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220113/INTEL/control_csawmgt -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_41044/control_csawmgt +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_40151/control_csawmgt Checking test 055 control_csawmgt results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2186,14 +2186,14 @@ Checking test 055 control_csawmgt results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -0:The total amount of wall time = 400.024483 -0:The maximum resident set size (KB) = 520328 +0:The total amount of wall time = 400.878830 +0:The maximum resident set size (KB) = 520336 Test 055 control_csawmgt PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220113/INTEL/control_flake -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_41044/control_flake +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_40151/control_flake Checking test 056 control_flake results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2204,14 +2204,14 @@ Checking test 056 control_flake results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -0:The total amount of wall time = 264.055456 -0:The maximum resident set size (KB) = 516408 +0:The total amount of wall time = 266.303998 +0:The maximum resident set size (KB) = 516524 Test 056 control_flake PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220113/INTEL/control_ras -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_41044/control_ras +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_40151/control_ras Checking test 057 control_ras results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2222,14 +2222,14 @@ Checking test 057 control_ras results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -0:The total amount of wall time = 206.019730 -0:The maximum resident set size (KB) = 479288 +0:The total amount of wall time = 207.054551 +0:The maximum resident set size (KB) = 479560 Test 057 control_ras PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220113/INTEL/control_thompson -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_41044/control_thompson +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_40151/control_thompson Checking test 058 control_thompson results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2240,14 +2240,14 @@ Checking test 058 control_thompson results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -0:The total amount of wall time = 261.334110 -0:The maximum resident set size (KB) = 830208 +0:The total amount of wall time = 260.155425 +0:The maximum resident set size (KB) = 830444 Test 058 control_thompson PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220113/INTEL/control_thompson_no_aero -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_41044/control_thompson_no_aero +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_40151/control_thompson_no_aero Checking test 059 control_thompson_no_aero results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2258,54 +2258,54 @@ Checking test 059 control_thompson_no_aero results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -0:The total amount of wall time = 246.968517 -0:The maximum resident set size (KB) = 823196 +0:The total amount of wall time = 248.977465 +0:The maximum resident set size (KB) = 823600 Test 059 control_thompson_no_aero PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220113/INTEL/control_wam_repro -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_41044/control_wam_repro +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_40151/control_wam_repro Checking test 060 control_wam results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK -0:The total amount of wall time = 138.019079 -0:The maximum resident set size (KB) = 201924 +0:The total amount of wall time = 140.101170 +0:The maximum resident set size (KB) = 202472 Test 060 control_wam PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220113/INTEL/control_debug -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_41044/control_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_40151/control_debug Checking test 061 control_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 154.401914 -0:The maximum resident set size (KB) = 508936 +0:The total amount of wall time = 155.256241 +0:The maximum resident set size (KB) = 508908 Test 061 control_debug PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220113/INTEL/control_debug -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_41044/control_2threads_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_40151/control_2threads_debug Checking test 062 control_2threads_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 272.680473 -0:The maximum resident set size (KB) = 555104 +0:The total amount of wall time = 272.890158 +0:The maximum resident set size (KB) = 555584 Test 062 control_2threads_debug PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220113/INTEL/control_CubedSphereGrid_debug -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_41044/control_CubedSphereGrid_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_40151/control_CubedSphereGrid_debug Checking test 063 control_CubedSphereGrid_debug results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK @@ -2332,389 +2332,401 @@ Checking test 063 control_CubedSphereGrid_debug results .... Comparing atmf001.tile5.nc .........OK Comparing atmf001.tile6.nc .........OK -0:The total amount of wall time = 168.346671 -0:The maximum resident set size (KB) = 507836 +0:The total amount of wall time = 169.076542 +0:The maximum resident set size (KB) = 507844 Test 063 control_CubedSphereGrid_debug PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220113/INTEL/control_wrtGauss_netcdf_parallel_debug -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_41044/control_wrtGauss_netcdf_parallel_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_40151/control_wrtGauss_netcdf_parallel_debug Checking test 064 control_wrtGauss_netcdf_parallel_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc ............ALT CHECK......OK -0:The total amount of wall time = 157.019854 -0:The maximum resident set size (KB) = 508668 +0:The total amount of wall time = 157.970743 +0:The maximum resident set size (KB) = 508760 Test 064 control_wrtGauss_netcdf_parallel_debug PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220113/INTEL/control_stochy_debug -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_41044/control_stochy_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_40151/control_stochy_debug Checking test 065 control_stochy_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 176.551376 -0:The maximum resident set size (KB) = 511324 +0:The total amount of wall time = 177.025530 +0:The maximum resident set size (KB) = 511024 Test 065 control_stochy_debug PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220113/INTEL/control_lndp_debug -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_41044/control_lndp_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_40151/control_lndp_debug Checking test 066 control_lndp_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 159.369136 -0:The maximum resident set size (KB) = 521040 +0:The total amount of wall time = 159.153440 +0:The maximum resident set size (KB) = 521036 Test 066 control_lndp_debug PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220113/INTEL/control_rrtmgp_debug -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_41044/control_rrtmgp_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_40151/control_rrtmgp_debug Checking test 067 control_rrtmgp_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 183.937625 -0:The maximum resident set size (KB) = 617264 +0:The total amount of wall time = 172.819730 +0:The maximum resident set size (KB) = 617388 Test 067 control_rrtmgp_debug PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220113/INTEL/control_csawmg_debug -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_41044/control_csawmg_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_40151/control_csawmg_debug Checking test 068 control_csawmg_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 250.238399 -0:The maximum resident set size (KB) = 554960 +0:The total amount of wall time = 251.668323 +0:The maximum resident set size (KB) = 555096 Test 068 control_csawmg_debug PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220113/INTEL/control_csawmgt_debug -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_41044/control_csawmgt_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_40151/control_csawmgt_debug Checking test 069 control_csawmgt_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 245.114448 -0:The maximum resident set size (KB) = 554764 +0:The total amount of wall time = 246.101754 +0:The maximum resident set size (KB) = 554864 Test 069 control_csawmgt_debug PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220113/INTEL/control_ras_debug -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_41044/control_ras_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_40151/control_ras_debug Checking test 070 control_ras_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 161.062879 -0:The maximum resident set size (KB) = 517760 +0:The total amount of wall time = 163.125721 +0:The maximum resident set size (KB) = 517680 Test 070 control_ras_debug PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220113/INTEL/control_diag_debug -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_41044/control_diag_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_40151/control_diag_debug Checking test 071 control_diag_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 164.060369 -0:The maximum resident set size (KB) = 563004 +0:The total amount of wall time = 166.186523 +0:The maximum resident set size (KB) = 562940 Test 071 control_diag_debug PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220113/INTEL/control_debug_p8 -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_41044/control_debug_p8 +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_40151/control_debug_p8 Checking test 072 control_debug_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 169.290296 -0:The maximum resident set size (KB) = 548916 +0:The total amount of wall time = 170.142960 +0:The maximum resident set size (KB) = 548864 Test 072 control_debug_p8 PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220113/INTEL/control_thompson_debug -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_41044/control_thompson_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_40151/control_thompson_debug Checking test 073 control_thompson_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 181.707162 -0:The maximum resident set size (KB) = 864604 +0:The total amount of wall time = 182.094740 +0:The maximum resident set size (KB) = 864608 Test 073 control_thompson_debug PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220113/INTEL/control_thompson_no_aero_debug -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_41044/control_thompson_no_aero_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_40151/control_thompson_no_aero_debug Checking test 074 control_thompson_no_aero_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 175.266978 -0:The maximum resident set size (KB) = 862304 +0:The total amount of wall time = 175.513535 +0:The maximum resident set size (KB) = 862324 Test 074 control_thompson_no_aero_debug PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220113/INTEL/control_thompson_debug_extdiag -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_41044/control_thompson_extdiag_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_40151/control_thompson_extdiag_debug Checking test 075 control_thompson_extdiag_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 194.450337 -0:The maximum resident set size (KB) = 904712 +0:The total amount of wall time = 191.486508 +0:The maximum resident set size (KB) = 904728 Test 075 control_thompson_extdiag_debug PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220113/INTEL/fv3_regional_debug -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_41044/regional_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_40151/regional_debug Checking test 076 regional_debug results .... Comparing dynf000.nc .........OK Comparing dynf001.nc .........OK Comparing phyf000.nc .........OK Comparing phyf001.nc .........OK -0:The total amount of wall time = 259.126757 +0:The total amount of wall time = 259.187023 0:The maximum resident set size (KB) = 590900 Test 076 regional_debug PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220113/INTEL/rap_control_debug -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_41044/rap_control_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_40151/rap_control_debug Checking test 077 rap_control_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 282.252801 -0:The maximum resident set size (KB) = 872244 +0:The total amount of wall time = 282.129909 +0:The maximum resident set size (KB) = 872172 Test 077 rap_control_debug PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220113/INTEL/rap_control_debug -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_41044/rap_unified_drag_suite_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_40151/rap_unified_drag_suite_debug Checking test 078 rap_unified_drag_suite_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 281.835491 -0:The maximum resident set size (KB) = 872276 +0:The total amount of wall time = 282.287106 +0:The maximum resident set size (KB) = 872168 Test 078 rap_unified_drag_suite_debug PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220113/INTEL/rap_diag_debug -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_41044/rap_diag_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_40151/rap_diag_debug Checking test 079 rap_diag_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 297.325966 -0:The maximum resident set size (KB) = 966364 +0:The total amount of wall time = 296.685226 +0:The maximum resident set size (KB) = 966276 Test 079 rap_diag_debug PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220113/INTEL/rap_cires_ugwp_debug -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_41044/rap_cires_ugwp_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_40151/rap_cires_ugwp_debug Checking test 080 rap_cires_ugwp_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 291.783229 -0:The maximum resident set size (KB) = 876532 +0:The total amount of wall time = 287.481615 +0:The maximum resident set size (KB) = 876572 Test 080 rap_cires_ugwp_debug PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220113/INTEL/rap_cires_ugwp_debug -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_41044/rap_unified_ugwp_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_40151/rap_unified_ugwp_debug Checking test 081 rap_unified_ugwp_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 292.530608 -0:The maximum resident set size (KB) = 872300 +0:The total amount of wall time = 287.402789 +0:The maximum resident set size (KB) = 872128 Test 081 rap_unified_ugwp_debug PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220113/INTEL/rap_noah_debug -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_41044/rap_noah_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_40151/rap_noah_debug Checking test 082 rap_noah_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 278.067487 -0:The maximum resident set size (KB) = 872004 +0:The total amount of wall time = 279.462491 +0:The maximum resident set size (KB) = 871924 Test 082 rap_noah_debug PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220113/INTEL/rap_rrtmgp_debug -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_41044/rap_rrtmgp_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_40151/rap_rrtmgp_debug Checking test 083 rap_rrtmgp_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 480.234651 -0:The maximum resident set size (KB) = 986016 +0:The total amount of wall time = 484.861312 +0:The maximum resident set size (KB) = 986124 Test 083 rap_rrtmgp_debug PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220113/INTEL/rap_lndp_debug -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_41044/rap_lndp_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_40151/rap_lndp_debug Checking test 084 rap_lndp_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 284.575418 -0:The maximum resident set size (KB) = 873060 +0:The total amount of wall time = 284.578073 +0:The maximum resident set size (KB) = 873072 Test 084 rap_lndp_debug PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220113/INTEL/rap_sfcdiff_debug -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_41044/rap_sfcdiff_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_40151/rap_sfcdiff_debug Checking test 085 rap_sfcdiff_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 288.760935 -0:The maximum resident set size (KB) = 872088 +0:The total amount of wall time = 283.907997 +0:The maximum resident set size (KB) = 871864 Test 085 rap_sfcdiff_debug PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220113/INTEL/rap_flake_debug -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_41044/rap_flake_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_40151/rap_flake_debug Checking test 086 rap_flake_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 281.831807 -0:The maximum resident set size (KB) = 872292 +0:The total amount of wall time = 282.142630 +0:The maximum resident set size (KB) = 872196 Test 086 rap_flake_debug PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220113/INTEL/rap_noah_sfcdiff_cires_ugwp_debug -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_41044/rap_noah_sfcdiff_cires_ugwp_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_40151/rap_noah_sfcdiff_cires_ugwp_debug Checking test 087 rap_noah_sfcdiff_cires_ugwp_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 468.842869 -0:The maximum resident set size (KB) = 871032 +0:The total amount of wall time = 470.676807 +0:The maximum resident set size (KB) = 871348 Test 087 rap_noah_sfcdiff_cires_ugwp_debug PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220113/INTEL/rrfs_v1beta_debug -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_41044/rrfs_v1beta_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_40151/rrfs_v1beta_debug Checking test 088 rrfs_v1beta_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 282.738291 -0:The maximum resident set size (KB) = 870364 +0:The total amount of wall time = 279.876386 +0:The maximum resident set size (KB) = 870196 Test 088 rrfs_v1beta_debug PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220113/INTEL/control_wam_debug -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_41044/control_wam_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_40151/control_wam_debug Checking test 089 control_wam_debug results .... Comparing sfcf019.nc .........OK Comparing atmf019.nc .........OK -0:The total amount of wall time = 298.210807 -0:The maximum resident set size (KB) = 233168 +0:The total amount of wall time = 296.188190 +0:The maximum resident set size (KB) = 232972 Test 089 control_wam_debug PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220113/INTEL/hafs_regional_atm -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_41044/hafs_regional_atm +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_40151/hafs_regional_atm Checking test 090 hafs_regional_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc ............ALT CHECK......OK -0:The total amount of wall time = 504.560989 -0:The maximum resident set size (KB) = 668844 +0:The total amount of wall time = 505.096649 +0:The maximum resident set size (KB) = 669096 Test 090 hafs_regional_atm PASS +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220113/INTEL/hafs_regional_atm_thompson_gfdlsf +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_40151/hafs_regional_atm_thompson_gfdlsf +Checking test 091 hafs_regional_atm_thompson_gfdlsf results .... + Comparing atmf006.nc .........OK + Comparing sfcf006.nc ............ALT CHECK......OK + +0:The total amount of wall time = 584.981268 +0:The maximum resident set size (KB) = 1032016 + +Test 091 hafs_regional_atm_thompson_gfdlsf PASS + + baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220113/INTEL/hafs_regional_atm_ocn -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_41044/hafs_regional_atm_ocn -Checking test 091 hafs_regional_atm_ocn results .... +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_40151/hafs_regional_atm_ocn +Checking test 092 hafs_regional_atm_ocn results .... Comparing atmf006.nc ............ALT CHECK......OK Comparing sfcf006.nc ............ALT CHECK......OK Comparing archv.2019_241_06.a .........OK @@ -2722,214 +2734,214 @@ Checking test 091 hafs_regional_atm_ocn results .... Comparing ufs.hafs.cpl.hi.2019-08-29-21600.nc .........OK Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK -0:The total amount of wall time = 412.014564 -0:The maximum resident set size (KB) = 688304 +0:The total amount of wall time = 409.441634 +0:The maximum resident set size (KB) = 688056 -Test 091 hafs_regional_atm_ocn PASS +Test 092 hafs_regional_atm_ocn PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220113/INTEL/hafs_regional_atm_wav -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_41044/hafs_regional_atm_wav -Checking test 092 hafs_regional_atm_wav results .... +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_40151/hafs_regional_atm_wav +Checking test 093 hafs_regional_atm_wav results .... Comparing atmf006.nc ............ALT CHECK......OK Comparing sfcf006.nc ............ALT CHECK......OK Comparing out_grd.ww3 .........OK Comparing out_pnt.ww3 .........OK -0:The total amount of wall time = 946.020740 -0:The maximum resident set size (KB) = 682704 +0:The total amount of wall time = 963.473917 +0:The maximum resident set size (KB) = 683672 -Test 092 hafs_regional_atm_wav PASS +Test 093 hafs_regional_atm_wav PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220113/INTEL/hafs_regional_atm_ocn_wav -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_41044/hafs_regional_atm_ocn_wav -Checking test 093 hafs_regional_atm_ocn_wav results .... +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_40151/hafs_regional_atm_ocn_wav +Checking test 094 hafs_regional_atm_ocn_wav results .... Comparing atmf006.nc ............ALT CHECK......OK - Comparing sfcf006.nc .........OK + Comparing sfcf006.nc ............ALT CHECK......OK Comparing archv.2019_241_06.a .........OK Comparing archs.2019_241_06.a .........OK Comparing out_grd.ww3 .........OK Comparing out_pnt.ww3 .........OK -0:The total amount of wall time = 1026.781145 -0:The maximum resident set size (KB) = 686356 +0:The total amount of wall time = 1042.724495 +0:The maximum resident set size (KB) = 685640 -Test 093 hafs_regional_atm_ocn_wav PASS +Test 094 hafs_regional_atm_ocn_wav PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220113/INTEL/hafs_regional_1nest_atm -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_41044/hafs_regional_1nest_atm -Checking test 094 hafs_regional_1nest_atm results .... +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_40151/hafs_regional_1nest_atm +Checking test 095 hafs_regional_1nest_atm results .... Comparing atmf006.nc ............ALT CHECK......OK Comparing sfcf006.nc .........OK -0:The total amount of wall time = 1009.496011 -0:The maximum resident set size (KB) = 260948 +0:The total amount of wall time = 1008.386286 +0:The maximum resident set size (KB) = 261576 -Test 094 hafs_regional_1nest_atm PASS +Test 095 hafs_regional_1nest_atm PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220113/INTEL/hafs_regional_telescopic_2nests_atm -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_41044/hafs_regional_telescopic_2nests_atm -Checking test 095 hafs_regional_telescopic_2nests_atm results .... +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_40151/hafs_regional_telescopic_2nests_atm +Checking test 096 hafs_regional_telescopic_2nests_atm results .... Comparing atmf006.nc ............ALT CHECK......OK Comparing sfcf006.nc ............ALT CHECK......OK -0:The total amount of wall time = 1055.932388 -0:The maximum resident set size (KB) = 261064 +0:The total amount of wall time = 1054.868390 +0:The maximum resident set size (KB) = 260780 -Test 095 hafs_regional_telescopic_2nests_atm PASS +Test 096 hafs_regional_telescopic_2nests_atm PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220113/INTEL/hafs_global_1nest_atm -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_41044/hafs_global_1nest_atm -Checking test 096 hafs_global_1nest_atm results .... +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_40151/hafs_global_1nest_atm +Checking test 097 hafs_global_1nest_atm results .... Comparing atmf006.nc ............ALT CHECK......OK Comparing sfcf006.nc ............ALT CHECK......OK -0:The total amount of wall time = 672.214064 -0:The maximum resident set size (KB) = 161824 +0:The total amount of wall time = 671.771894 +0:The maximum resident set size (KB) = 162188 -Test 096 hafs_global_1nest_atm PASS +Test 097 hafs_global_1nest_atm PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220113/INTEL/hafs_global_multiple_4nests_atm -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_41044/hafs_global_multiple_4nests_atm -Checking test 097 hafs_global_multiple_4nests_atm results .... +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_40151/hafs_global_multiple_4nests_atm +Checking test 098 hafs_global_multiple_4nests_atm results .... Comparing atmf006.nc ............ALT CHECK......OK Comparing sfcf006.nc ............ALT CHECK......OK -0:The total amount of wall time = 1119.080438 -0:The maximum resident set size (KB) = 198936 +0:The total amount of wall time = 1119.336893 +0:The maximum resident set size (KB) = 197608 -Test 097 hafs_global_multiple_4nests_atm PASS +Test 098 hafs_global_multiple_4nests_atm PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220113/INTEL/hafs_regional_docn -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_41044/hafs_regional_docn -Checking test 098 hafs_regional_docn results .... - Comparing atmf006.nc ............ALT CHECK......OK +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_40151/hafs_regional_docn +Checking test 099 hafs_regional_docn results .... + Comparing atmf006.nc .........OK Comparing sfcf006.nc ............ALT CHECK......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.496338 -0:The maximum resident set size (KB) = 685604 +0:The total amount of wall time = 358.397751 +0:The maximum resident set size (KB) = 685456 -Test 098 hafs_regional_docn PASS +Test 099 hafs_regional_docn PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220113/INTEL/hafs_regional_docn_oisst -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_41044/hafs_regional_docn_oisst -Checking test 099 hafs_regional_docn_oisst results .... +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_40151/hafs_regional_docn_oisst +Checking test 100 hafs_regional_docn_oisst results .... Comparing atmf006.nc ............ALT CHECK......OK Comparing sfcf006.nc ............ALT CHECK......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 = 355.619543 -0:The maximum resident set size (KB) = 685460 +0:The total amount of wall time = 356.195975 +0:The maximum resident set size (KB) = 684820 -Test 099 hafs_regional_docn_oisst PASS +Test 100 hafs_regional_docn_oisst PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220113/INTEL/hafs_regional_datm_cdeps -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_41044/hafs_regional_datm_cdeps -Checking test 100 hafs_regional_datm_cdeps results .... +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_40151/hafs_regional_datm_cdeps +Checking test 101 hafs_regional_datm_cdeps results .... Comparing ufs.hafs.cpl.hi.2019-08-30-00000.nc .........OK Comparing ufs.hafs.cpl.r.2019-08-30-00000.nc .........OK Comparing ufs.hafs.datm.r.2019-08-30-00000.nc .........OK -0:The total amount of wall time = 1287.346447 -0:The maximum resident set size (KB) = 868216 +0:The total amount of wall time = 1296.025176 +0:The maximum resident set size (KB) = 868356 -Test 100 hafs_regional_datm_cdeps PASS +Test 101 hafs_regional_datm_cdeps PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220113/INTEL/datm_cdeps_control_cfsr -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_41044/datm_cdeps_control_cfsr -Checking test 101 datm_cdeps_control_cfsr results .... +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_40151/datm_cdeps_control_cfsr +Checking test 102 datm_cdeps_control_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK -0:The total amount of wall time = 161.363046 -0:The maximum resident set size (KB) = 704392 +0:The total amount of wall time = 160.803434 +0:The maximum resident set size (KB) = 703352 -Test 101 datm_cdeps_control_cfsr PASS +Test 102 datm_cdeps_control_cfsr PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220113/INTEL/datm_cdeps_control_cfsr -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_41044/datm_cdeps_restart_cfsr -Checking test 102 datm_cdeps_restart_cfsr results .... +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_40151/datm_cdeps_restart_cfsr +Checking test 103 datm_cdeps_restart_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK -0:The total amount of wall time = 95.385548 -0:The maximum resident set size (KB) = 692308 +0:The total amount of wall time = 98.683908 +0:The maximum resident set size (KB) = 692540 -Test 102 datm_cdeps_restart_cfsr PASS +Test 103 datm_cdeps_restart_cfsr PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220113/INTEL/datm_cdeps_control_gefs -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_41044/datm_cdeps_control_gefs -Checking test 103 datm_cdeps_control_gefs results .... +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_40151/datm_cdeps_control_gefs +Checking test 104 datm_cdeps_control_gefs results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS.cpl.r.2011-10-02-00000.nc .........OK -0:The total amount of wall time = 154.994969 -0:The maximum resident set size (KB) = 590312 +0:The total amount of wall time = 148.708387 +0:The maximum resident set size (KB) = 590140 -Test 103 datm_cdeps_control_gefs PASS +Test 104 datm_cdeps_control_gefs PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220113/INTEL/datm_cdeps_stochy_gefs -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_41044/datm_cdeps_stochy_gefs -Checking test 104 datm_cdeps_stochy_gefs results .... +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_40151/datm_cdeps_stochy_gefs +Checking test 105 datm_cdeps_stochy_gefs results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS.cpl.r.2011-10-02-00000.nc .........OK -0:The total amount of wall time = 151.565424 -0:The maximum resident set size (KB) = 589720 +0:The total amount of wall time = 150.126845 +0:The maximum resident set size (KB) = 590020 -Test 104 datm_cdeps_stochy_gefs PASS +Test 105 datm_cdeps_stochy_gefs PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220113/INTEL/datm_cdeps_bulk_cfsr -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_41044/datm_cdeps_bulk_cfsr -Checking test 105 datm_cdeps_bulk_cfsr results .... +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_40151/datm_cdeps_bulk_cfsr +Checking test 106 datm_cdeps_bulk_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK -0:The total amount of wall time = 162.297796 -0:The maximum resident set size (KB) = 703584 +0:The total amount of wall time = 155.116374 +0:The maximum resident set size (KB) = 692508 -Test 105 datm_cdeps_bulk_cfsr PASS +Test 106 datm_cdeps_bulk_cfsr PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220113/INTEL/datm_cdeps_bulk_gefs -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_41044/datm_cdeps_bulk_gefs -Checking test 106 datm_cdeps_bulk_gefs results .... +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_40151/datm_cdeps_bulk_gefs +Checking test 107 datm_cdeps_bulk_gefs results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS.cpl.r.2011-10-02-00000.nc .........OK -0:The total amount of wall time = 154.556837 -0:The maximum resident set size (KB) = 589944 +0:The total amount of wall time = 148.735454 +0:The maximum resident set size (KB) = 589600 -Test 106 datm_cdeps_bulk_gefs PASS +Test 107 datm_cdeps_bulk_gefs PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220113/INTEL/datm_cdeps_mx025_cfsr -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_41044/datm_cdeps_mx025_cfsr -Checking test 107 datm_cdeps_mx025_cfsr results .... +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_40151/datm_cdeps_mx025_cfsr +Checking test 108 datm_cdeps_mx025_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/MOM.res_1.nc .........OK Comparing RESTART/MOM.res_2.nc .........OK @@ -2937,15 +2949,15 @@ Checking test 107 datm_cdeps_mx025_cfsr results .... Comparing RESTART/iced.2011-10-01-43200.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-01-43200.nc .........OK -0:The total amount of wall time = 341.815102 -0:The maximum resident set size (KB) = 513424 +0:The total amount of wall time = 343.320942 +0:The maximum resident set size (KB) = 520588 -Test 107 datm_cdeps_mx025_cfsr PASS +Test 108 datm_cdeps_mx025_cfsr PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220113/INTEL/datm_cdeps_mx025_gefs -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_41044/datm_cdeps_mx025_gefs -Checking test 108 datm_cdeps_mx025_gefs results .... +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_40151/datm_cdeps_mx025_gefs +Checking test 109 datm_cdeps_mx025_gefs results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/MOM.res_1.nc .........OK Comparing RESTART/MOM.res_2.nc .........OK @@ -2953,52 +2965,52 @@ Checking test 108 datm_cdeps_mx025_gefs results .... Comparing RESTART/iced.2011-10-01-43200.nc .........OK Comparing RESTART/DATM_GEFS.cpl.r.2011-10-01-43200.nc .........OK -0:The total amount of wall time = 338.631372 -0:The maximum resident set size (KB) = 495224 +0:The total amount of wall time = 338.421939 +0:The maximum resident set size (KB) = 495060 -Test 108 datm_cdeps_mx025_gefs PASS +Test 109 datm_cdeps_mx025_gefs PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220113/INTEL/datm_cdeps_control_cfsr -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_41044/datm_cdeps_multiple_files_cfsr -Checking test 109 datm_cdeps_multiple_files_cfsr results .... +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_40151/datm_cdeps_multiple_files_cfsr +Checking test 110 datm_cdeps_multiple_files_cfsr results .... Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK -0:The total amount of wall time = 155.239071 -0:The maximum resident set size (KB) = 692556 +0:The total amount of wall time = 155.147410 +0:The maximum resident set size (KB) = 692388 -Test 109 datm_cdeps_multiple_files_cfsr PASS +Test 110 datm_cdeps_multiple_files_cfsr PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220113/INTEL/datm_cdeps_3072x1536_cfsr -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_41044/datm_cdeps_3072x1536_cfsr -Checking test 110 datm_cdeps_3072x1536_cfsr results .... +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_40151/datm_cdeps_3072x1536_cfsr +Checking test 111 datm_cdeps_3072x1536_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR3072x1536.cpl.r.2011-10-02-00000.nc .........OK -0:The total amount of wall time = 255.334184 -0:The maximum resident set size (KB) = 1841960 +0:The total amount of wall time = 249.353033 +0:The maximum resident set size (KB) = 1842228 -Test 110 datm_cdeps_3072x1536_cfsr PASS +Test 111 datm_cdeps_3072x1536_cfsr PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220113/INTEL/datm_cdeps_debug_cfsr -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_41044/datm_cdeps_debug_cfsr -Checking test 111 datm_cdeps_debug_cfsr results .... +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_40151/datm_cdeps_debug_cfsr +Checking test 112 datm_cdeps_debug_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-01-21600.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-01-21600.nc .........OK -0:The total amount of wall time = 452.221108 -0:The maximum resident set size (KB) = 700144 +0:The total amount of wall time = 453.581248 +0:The maximum resident set size (KB) = 700168 -Test 111 datm_cdeps_debug_cfsr PASS +Test 112 datm_cdeps_debug_cfsr PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220113/INTEL/control_atmwav -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_41044/control_atmwav -Checking test 112 control_atmwav results .... +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_40151/control_atmwav +Checking test 113 control_atmwav results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK Comparing atmf000.nc .........OK @@ -3041,12 +3053,12 @@ Checking test 112 control_atmwav results .... Comparing RESTART/sfc_data.tile6.nc .........OK Comparing 20210322.180000.restart.glo_1deg .........OK -0:The total amount of wall time = 133.162333 -0:The maximum resident set size (KB) = 465128 +0:The total amount of wall time = 133.369897 +0:The maximum resident set size (KB) = 465160 -Test 112 control_atmwav PASS +Test 113 control_atmwav PASS REGRESSION TEST WAS SUCCESSFUL -Fri Jan 14 16:09:08 MST 2022 -Elapsed time: 01h:07m:42s. Have a nice day! +Wed Jan 19 09:48:46 MST 2022 +Elapsed time: 01h:07m:47s. Have a nice day! From c7bfd09d508f6fdcbc6b0fde5d3826148b90273e Mon Sep 17 00:00:00 2001 From: "Chunxi.Zhang-NOAA" Date: Wed, 19 Jan 2022 17:34:11 +0000 Subject: [PATCH 16/17] Modified .gitmodules to point to the develop branch --- .gitmodules | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.gitmodules b/.gitmodules index 02eb4c814e..a963b019d8 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,9 +1,7 @@ [submodule "FV3"] path = FV3 - #url = https://github.com/NOAA-EMC/fv3atm - #branch = develop - url = https://github.com/ChunxiZhang-NOAA/fv3atm - branch = feature/hwrf_legacy + url = https://github.com/NOAA-EMC/fv3atm + branch = develop [submodule "WW3"] path = WW3 url = https://github.com/NOAA-EMC/WW3 From 63e0dd6c0ea406f3703b8c1ba89d1057132c9d97 Mon Sep 17 00:00:00 2001 From: "Chunxi.Zhang-NOAA" Date: Wed, 19 Jan 2022 18:36:15 +0000 Subject: [PATCH 17/17] update fv3 --- FV3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FV3 b/FV3 index af5499222f..f1a35e1ddd 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit af5499222f8a64cf8747f5704a44832fff029a77 +Subproject commit f1a35e1ddd81dffbc703595d2b87d7e9fc15b68a