From ee1c1f928880a4d37c1e453ab7de228126aae958 Mon Sep 17 00:00:00 2001 From: Jessica Meixner Date: Fri, 19 Nov 2021 18:36:43 +0000 Subject: [PATCH 001/106] point to new ICs for benchmark test cases (p7.2) and update CDMBWD_c384 values to those used in C384 --- tests/default_vars.sh | 2 +- tests/fv3_conf/cpld_control_run.IN | 2 +- tests/rt.sh | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/tests/default_vars.sh b/tests/default_vars.sh index caed958cd1..ac994fbb0f 100755 --- a/tests/default_vars.sh +++ b/tests/default_vars.sh @@ -794,7 +794,7 @@ export DO_UGWP_V1_OROG_ONLY=.false. export CDMBWD_c48='0.071,2.1,1.0,1.0' export CDMBWD_c96='0.14,1.8,1.0,1.0' export CDMBWD_c192='0.23,1.5,1.0,1.0' -export CDMBWD_c384='1.1,0.72,1.0,1.0' +export CDMBWD_c384='1.0,2.2,1.0,1.0' export CDMBWD_c768='4.0,0.15,1.0,1.0' # set default diff --git a/tests/fv3_conf/cpld_control_run.IN b/tests/fv3_conf/cpld_control_run.IN index 7579dece75..c98172f3bb 100644 --- a/tests/fv3_conf/cpld_control_run.IN +++ b/tests/fv3_conf/cpld_control_run.IN @@ -9,7 +9,7 @@ fi ICERES=${OCNRES:0:1}.${OCNRES:1} if [[ $BMIC == .true. ]]; then - FV3_IC=@[INPUTDATA_ROOT_BMIC]/${SYEAR}${SMONTH}${SDAY}${SHOUR}/gfs_p7/@[ATMRES]_L@[NPZ]/INPUT + FV3_IC=@[INPUTDATA_ROOT_BMIC]/${SYEAR}${SMONTH}${SDAY}${SHOUR}/gfs_p7.2/@[ATMRES]_L@[NPZ]/INPUT MOM_IC=@[INPUTDATA_ROOT_BMIC]/${SYEAR}${SMONTH}${SDAY}${SHOUR}/mom6_da ICE_IC=@[INPUTDATA_ROOT_BMIC]/${SYEAR}${SMONTH}${SDAY}${SHOUR}/cpc else diff --git a/tests/rt.sh b/tests/rt.sh index c8d23670b6..4d0d1ef8c7 100755 --- a/tests/rt.sh +++ b/tests/rt.sh @@ -470,6 +470,7 @@ fi INPUTDATA_ROOT=${INPUTDATA_ROOT:-$DISKNM/NEMSfv3gfs/input-data-20210930} INPUTDATA_ROOT_WW3=${INPUTDATA_ROOT}/WW3_input_data_20211113 INPUTDATA_ROOT_BMIC=${INPUTDATA_ROOT_BMIC:-$DISKNM/NEMSfv3gfs/BM_IC-20210717} +INPUTDATA_ROOT_BMIC=/scratch2/NCEPDEV/climate/Jessica.Meixner/p7.2/BM_IC-20211021 shift $((OPTIND-1)) [[ $# -gt 1 ]] && usage From ef7ab9a000991b104b4f20c98ebafc7851691390 Mon Sep 17 00:00:00 2001 From: Raffaele Montuoro Date: Sat, 18 Dec 2021 23:23:13 +0000 Subject: [PATCH 002/106] Add regression test on Hera based on mini prototype 7.2, which includes prognostic aerosols. --- modulefiles/ufs_hera.intel | 4 +- tests/default_vars.sh | 8 +- tests/fv3_conf/cpld_control_run.IN | 6 + tests/parm/cpld_control.nml.IN | 2 +- .../parm/diag_table/diag_table_p7.2_template | 303 ++++++++++++++++++ tests/parm/nems.configure.cpld_aero_wave.IN | 133 ++++++++ tests/rt.conf | 4 + tests/tests/cpld_bmark_p7_aero | 154 +++++++++ 8 files changed, 609 insertions(+), 5 deletions(-) create mode 100644 tests/parm/diag_table/diag_table_p7.2_template create mode 100644 tests/parm/nems.configure.cpld_aero_wave.IN create mode 100644 tests/tests/cpld_bmark_p7_aero diff --git a/modulefiles/ufs_hera.intel b/modulefiles/ufs_hera.intel index df885daf83..b68dbb40ec 100644 --- a/modulefiles/ufs_hera.intel +++ b/modulefiles/ufs_hera.intel @@ -31,5 +31,5 @@ setenv CXX mpiicpc setenv FC mpiifort setenv CMAKE_Platform hera.intel -# use shared memory and OpenFabrics Alliance (OFA) fabric with Intel MPI to circumvent RDMA-related bug in DAPL. -setenv I_MPI_FABRICS shm:ofa +# Intel MPI setting to circumvent RDMA-related bug in DAPL. +setenv I_MPI_DAPL_UD 1 diff --git a/tests/default_vars.sh b/tests/default_vars.sh index 6bd910d05e..b79e07fcb5 100755 --- a/tests/default_vars.sh +++ b/tests/default_vars.sh @@ -242,7 +242,7 @@ elif [[ $MACHINE_ID = hera.* ]]; then TASKS_cpl_dflt=200; TPN_cpl_dflt=40; INPES_cpl_dflt=3; JNPES_cpl_dflt=8 THRD_cpl_dflt=1; WPG_cpl_dflt=6; MPB_cpl_dflt="0 143"; APB_cpl_dflt="0 149" - OPB_cpl_dflt="150 169"; IPB_cpl_dflt="170 179"; WPB_cpl_dflt="180 199" + CHM_cpl_dflt="0 143"; OPB_cpl_dflt="150 169"; IPB_cpl_dflt="170 179"; WPB_cpl_dflt="180 199" NPROC_ICE_cpl_dflt=10 TASKS_cpl_thrd=120; TPN_cpl_thrd=20; INPES_cpl_thrd=3; JNPES_cpl_thrd=4 @@ -267,7 +267,7 @@ elif [[ $MACHINE_ID = hera.* ]]; then TASKS_cpl_bmrk=560; TPN_cpl_bmrk=40; INPES_cpl_bmrk=6; JNPES_cpl_bmrk=8 THRD_cpl_bmrk=1; WPG_cpl_bmrk=24; MPB_cpl_bmrk="0 287"; APB_cpl_bmrk="0 311" - OPB_cpl_bmrk="312 431"; IPB_cpl_bmrk="432 479"; WPB_cpl_bmrk="480 559" + CHM_cpl_bmrk="0 287"; OPB_cpl_bmrk="312 431"; IPB_cpl_bmrk="432 479"; WPB_cpl_bmrk="480 559" NPROC_ICE_cpl_bmrk=48 TASKS_cpl_bmrk_mpi=600; TPN_cpl_bmrk_mpi=40; INPES_cpl_bmrk_mpi=6; JNPES_cpl_bmrk_mpi=8 @@ -1017,6 +1017,8 @@ export NPZ=127 export NPZP=128 # default resources +export DOMAINS_STACK_SIZE=3000000 + export TASKS=$TASKS_cpl_dflt export TPN=$TPN_cpl_dflt export INPES=$INPES_cpl_dflt @@ -1026,6 +1028,7 @@ export WRTTASK_PER_GROUP=$WPG_cpl_dflt export med_petlist_bounds=$MPB_cpl_dflt export atm_petlist_bounds=$APB_cpl_dflt +export chm_petlist_bounds=$CHM_cpl_dflt export ocn_petlist_bounds=$OPB_cpl_dflt export ice_petlist_bounds=$IPB_cpl_dflt export wav_petlist_bounds=$WPB_cpl_dflt @@ -1040,6 +1043,7 @@ export DT_THERM_MOM6=3600 export NEMS_CONFIGURE=nems.configure.cpld_wave.IN export med_model=cmeps export atm_model=fv3 +export chm_model=gocart export ocn_model=mom6 export ice_model=cice6 export wav_model=ww3 diff --git a/tests/fv3_conf/cpld_control_run.IN b/tests/fv3_conf/cpld_control_run.IN index 2adc9c9092..ff9faf881d 100644 --- a/tests/fv3_conf/cpld_control_run.IN +++ b/tests/fv3_conf/cpld_control_run.IN @@ -129,3 +129,9 @@ if [ $DO_UGWP_V1 = .true. ]; then cp @[INPUTDATA_ROOT]/${FV3_DIR}/INPUT_L127/oro_data_ls* ./INPUT cp @[INPUTDATA_ROOT]/${FV3_DIR}/INPUT_L127/oro_data_ss* ./INPUT fi + +#prognostic aerosols +if [ $CPLCHM = .true. ]; then + cp /scratch1/NCEPDEV/nems/Raffaele.Montuoro/emc.nemspara/RT/NEMSfv3gfs/input-data-20211210/GOCART/p7/rc/*.rc . + ln -sf /scratch1/NCEPDEV/nems/Raffaele.Montuoro/emc.nemspara/RT/NEMSfv3gfs/input-data-20211210/GOCART/p7/ExtData . +fi diff --git a/tests/parm/cpld_control.nml.IN b/tests/parm/cpld_control.nml.IN index 1ae06417c5..c09b3b919e 100644 --- a/tests/parm/cpld_control.nml.IN +++ b/tests/parm/cpld_control.nml.IN @@ -23,7 +23,7 @@ deflate_level=1 &fms_nml clock_grain = 'ROUTINE' - domains_stack_size = 3000000 + domains_stack_size = @[DOMAINS_STACK_SIZE] print_memory_usage = .false. / diff --git a/tests/parm/diag_table/diag_table_p7.2_template b/tests/parm/diag_table/diag_table_p7.2_template new file mode 100644 index 0000000000..20e168d4c2 --- /dev/null +++ b/tests/parm/diag_table/diag_table_p7.2_template @@ -0,0 +1,303 @@ +@[SYEAR]@[SMONTH]@[SDAY].@[SHOUR]Z.@[ATMRES].64bit.non-mono +@[SYEAR] @[SMONTH] @[SDAY] @[SHOUR] 0 0 + +"fv3_history", 0, "hours", 1, "hours", "time" +"fv3_history2d", 0, "hours", 1, "hours", "time" +###################### +"ocn%4yr%2mo%2dy%2hr", 6, "hours", 1, "hours", "time", 6, "hours", "1901 1 1 0 0 0" +"SST%4yr%2mo%2dy", 1, "days", 1, "days", "time", 1, "days", "1901 1 1 0 0 0" +############################################## +# static fields + "ocean_model", "geolon", "geolon", "ocn%4yr%2mo%2dy%2hr", "all", .false., "none", 2 + "ocean_model", "geolat", "geolat", "ocn%4yr%2mo%2dy%2hr", "all", .false., "none", 2 + "ocean_model", "geolon_c", "geolon_c", "ocn%4yr%2mo%2dy%2hr", "all", .false., "none", 2 + "ocean_model", "geolat_c", "geolat_c", "ocn%4yr%2mo%2dy%2hr", "all", .false., "none", 2 + "ocean_model", "geolon_u", "geolon_u", "ocn%4yr%2mo%2dy%2hr", "all", .false., "none", 2 + "ocean_model", "geolat_u", "geolat_u", "ocn%4yr%2mo%2dy%2hr", "all", .false., "none", 2 + "ocean_model", "geolon_v", "geolon_v", "ocn%4yr%2mo%2dy%2hr", "all", .false., "none", 2 + "ocean_model", "geolat_v", "geolat_v", "ocn%4yr%2mo%2dy%2hr", "all", .false., "none", 2 +# "ocean_model", "depth_ocean", "depth_ocean", "ocn%4yr%2mo%2dy%2hr", "all", .false., "none", 2 +# "ocean_model", "wet", "wet", "ocn%4yr%2mo%2dy%2hr", "all", .false., "none", 2 + "ocean_model", "wet_c", "wet_c", "ocn%4yr%2mo%2dy%2hr", "all", .false., "none", 2 + "ocean_model", "wet_u", "wet_u", "ocn%4yr%2mo%2dy%2hr", "all", .false., "none", 2 + "ocean_model", "wet_v", "wet_v", "ocn%4yr%2mo%2dy%2hr", "all", .false., "none", 2 + "ocean_model", "sin_rot", "sin_rot", "ocn%4yr%2mo%2dy%2hr", "all", .false., "none", 2 + "ocean_model", "cos_rot", "cos_rot", "ocn%4yr%2mo%2dy%2hr", "all", .false., "none", 2 + +# ocean output TSUV and others + "ocean_model", "SSH", "SSH", "ocn%4yr%2mo%2dy%2hr","all",.true.,"none",2 + "ocean_model", "SST", "SST", "ocn%4yr%2mo%2dy%2hr","all",.true.,"none",2 + "ocean_model", "SSS", "SSS", "ocn%4yr%2mo%2dy%2hr","all",.true.,"none",2 + "ocean_model", "speed", "speed", "ocn%4yr%2mo%2dy%2hr","all",.true.,"none",2 + "ocean_model", "SSU", "SSU", "ocn%4yr%2mo%2dy%2hr","all",.true.,"none",2 + "ocean_model", "SSV", "SSV", "ocn%4yr%2mo%2dy%2hr","all",.true.,"none",2 + "ocean_model", "frazil", "frazil", "ocn%4yr%2mo%2dy%2hr","all",.true.,"none",2 + "ocean_model", "ePBL_h_ML", "ePBL", "ocn%4yr%2mo%2dy%2hr","all",.true.,"none",2 + "ocean_model", "MLD_003", "MLD_003", "ocn%4yr%2mo%2dy%2hr","all",.true.,"none",2 + "ocean_model", "MLD_0125", "MLD_0125", "ocn%4yr%2mo%2dy%2hr","all",.true.,"none",2 + +# save daily SST + "ocean_model", "geolon", "geolon", "SST%4yr%2mo%2dy", "all", .false., "none", 2 + "ocean_model", "geolat", "geolat", "SST%4yr%2mo%2dy", "all", .false., "none", 2 + "ocean_model", "SST", "sst", "SST%4yr%2mo%2dy", "all", .true., "none", 2 + +# Z-Space Fields Provided for CMIP6 (CMOR Names): +#=============================================== + "ocean_model_z","uo","uo" ,"ocn%4yr%2mo%2dy%2hr","all",.true.,"none",2 + "ocean_model_z","vo","vo" ,"ocn%4yr%2mo%2dy%2hr","all",.true.,"none",2 + "ocean_model_z","so","so" ,"ocn%4yr%2mo%2dy%2hr","all",.true.,"none",2 + "ocean_model_z","temp","temp" ,"ocn%4yr%2mo%2dy%2hr","all",.true.,"none",2 + +# forcing + "ocean_model", "taux", "taux", "ocn%4yr%2mo%2dy%2hr","all",.true.,"none",2 + "ocean_model", "tauy", "tauy", "ocn%4yr%2mo%2dy%2hr","all",.true.,"none",2 + "ocean_model", "latent", "latent", "ocn%4yr%2mo%2dy%2hr","all",.true.,"none",2 + "ocean_model", "sensible", "sensible", "ocn%4yr%2mo%2dy%2hr","all",.true.,"none",2 + "ocean_model", "SW", "SW", "ocn%4yr%2mo%2dy%2hr","all",.true.,"none",2 + "ocean_model", "LW", "LW", "ocn%4yr%2mo%2dy%2hr","all",.true.,"none",2 + "ocean_model", "evap", "evap", "ocn%4yr%2mo%2dy%2hr","all",.true.,"none",2 + "ocean_model", "lprec", "lprec", "ocn%4yr%2mo%2dy%2hr","all",.true.,"none",2 + "ocean_model", "lrunoff", "lrunoff", "ocn%4yr%2mo%2dy%2hr","all",.true.,"none",2 +# "ocean_model", "frunoff", "frunoff", "ocn%4yr%2mo%2dy%2hr","all",.true.,"none",2 + "ocean_model", "fprec", "fprec", "ocn%4yr%2mo%2dy%2hr","all",.true.,"none",2 + "ocean_model", "LwLatSens", "LwLatSens", "ocn%4yr%2mo%2dy%2hr","all",.true.,"none",2 + "ocean_model", "Heat_PmE", "Heat_PmE", "ocn%4yr%2mo%2dy%2hr","all",.true.,"none",2 +# +### +# FV3 variabls needed for NGGPS evaluation +### +"gfs_dyn", "ucomp", "ugrd", "fv3_history", "all", .false., "none", 2 +"gfs_dyn", "vcomp", "vgrd", "fv3_history", "all", .false., "none", 2 +"gfs_dyn", "sphum", "spfh", "fv3_history", "all", .false., "none", 2 +"gfs_dyn", "temp", "tmp", "fv3_history", "all", .false., "none", 2 +"gfs_dyn", "liq_wat", "clwmr", "fv3_history", "all", .false., "none", 2 +"gfs_dyn", "o3mr", "o3mr", "fv3_history", "all", .false., "none", 2 +"gfs_dyn", "delp", "dpres", "fv3_history", "all", .false., "none", 2 +"gfs_dyn", "delz", "delz", "fv3_history", "all", .false., "none", 2 +"gfs_dyn", "w", "dzdt", "fv3_history", "all", .false., "none", 2 +"gfs_dyn", "ice_wat", "icmr", "fv3_history", "all", .false., "none", 2 +"gfs_dyn", "rainwat", "rwmr", "fv3_history", "all", .false., "none", 2 +"gfs_dyn", "snowwat", "snmr", "fv3_history", "all", .false., "none", 2 +"gfs_dyn", "graupel", "grle", "fv3_history", "all", .false., "none", 2 +"gfs_dyn", "ps", "pressfc", "fv3_history", "all", .false., "none", 2 +"gfs_dyn", "hs", "hgtsfc", "fv3_history", "all", .false., "none", 2 +#"gfs_dyn", "ice_nc", "nicp", "fv3_history", "all", .false., "none", 2 +#"gfs_dyn", "rain_nc", "ntrnc", "fv3_history", "all", .false., "none", 2 + +# chemical tracers advected by FV3 +"gfs_dyn", "so2", "so2", "fv3_history", "all", .false., "none", 2 +"gfs_dyn", "so4", "so4", "fv3_history", "all", .false., "none", 2 +"gfs_dyn", "dms", "dms", "fv3_history", "all", .false., "none", 2 +"gfs_dyn", "msa", "msa", "fv3_history", "all", .false., "none", 2 +"gfs_dyn", "bc1", "bc1", "fv3_history", "all", .false., "none", 2 +"gfs_dyn", "bc2", "bc2", "fv3_history", "all", .false., "none", 2 +"gfs_dyn", "oc1", "oc1", "fv3_history", "all", .false., "none", 2 +"gfs_dyn", "oc2", "oc2", "fv3_history", "all", .false., "none", 2 +"gfs_dyn", "dust1", "dust1", "fv3_history", "all", .false., "none", 2 +"gfs_dyn", "dust2", "dust2", "fv3_history", "all", .false., "none", 2 +"gfs_dyn", "dust3", "dust3", "fv3_history", "all", .false., "none", 2 +"gfs_dyn", "dust4", "dust4", "fv3_history", "all", .false., "none", 2 +"gfs_dyn", "dust5", "dust5", "fv3_history", "all", .false., "none", 2 +"gfs_dyn", "seas1", "seas1", "fv3_history", "all", .false., "none", 2 +"gfs_dyn", "seas2", "seas2", "fv3_history", "all", .false., "none", 2 +"gfs_dyn", "seas3", "seas3", "fv3_history", "all", .false., "none", 2 +"gfs_dyn", "seas4", "seas4", "fv3_history", "all", .false., "none", 2 +"gfs_dyn", "seas5", "seas5", "fv3_history", "all", .false., "none", 2 +"gfs_dyn", "nh3", "nh3", "fv3_history", "all", .false., "none", 2 +"gfs_dyn", "nh4a", "nh4a", "fv3_history", "all", .false., "none", 2 +"gfs_dyn", "no3an1", "no3an1", "fv3_history", "all", .false., "none", 2 +"gfs_dyn", "no3an2", "no3an2", "fv3_history", "all", .false., "none", 2 +"gfs_dyn", "no3an3", "no3an3", "fv3_history", "all", .false., "none", 2 +"gfs_dyn", "pm25", "pm25", "fv3_history", "all", .false., "none", 2 +"gfs_dyn", "pm10", "pm10", "fv3_history", "all", .false., "none", 2 + +"gfs_phys", "ALBDO_ave", "albdo_ave", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "cnvprcp_ave", "cprat_ave", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "cnvprcpb_ave", "cpratb_ave", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "totprcp_ave", "prate_ave", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "totprcpb_ave", "prateb_ave", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "DLWRF", "dlwrf_ave", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "DLWRFI", "dlwrf", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "ULWRF", "ulwrf_ave", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "ULWRFI", "ulwrf", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "DSWRF", "dswrf_ave", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "DSWRFI", "dswrf", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "USWRF", "uswrf_ave", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "USWRFI", "uswrf", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "DSWRFtoa", "dswrf_avetoa","fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "USWRFtoa", "uswrf_avetoa","fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "ULWRFtoa", "ulwrf_avetoa","fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "gflux_ave", "gflux_ave", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "hpbl", "hpbl", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "lhtfl_ave", "lhtfl_ave", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "shtfl_ave", "shtfl_ave", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "pwat", "pwatclm", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "soilm", "soilm", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "TCDC_aveclm", "tcdc_aveclm", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "TCDC_avebndcl", "tcdc_avebndcl", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "TCDC_avehcl", "tcdc_avehcl", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "TCDC_avelcl", "tcdc_avelcl", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "TCDC_avemcl", "tcdc_avemcl", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "TCDCcnvcl", "tcdccnvcl", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "PREScnvclt", "prescnvclt", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "PREScnvclb", "prescnvclb", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "PRES_avehct", "pres_avehct", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "PRES_avehcb", "pres_avehcb", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "TEMP_avehct", "tmp_avehct", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "PRES_avemct", "pres_avemct", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "PRES_avemcb", "pres_avemcb", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "TEMP_avemct", "tmp_avemct", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "PRES_avelct", "pres_avelct", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "PRES_avelcb", "pres_avelcb", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "TEMP_avelct", "tmp_avelct", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "u-gwd_ave", "u-gwd_ave", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "v-gwd_ave", "v-gwd_ave", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "dusfc", "uflx_ave", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "dvsfc", "vflx_ave", "fv3_history2d", "all", .false., "none", 2 +#"gfs_phys", "cnvw", "cnvcldwat", "fv3_history2d", "all", .false., "none", 2 + +"gfs_phys", "psurf", "pressfc", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "u10m", "ugrd10m", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "v10m", "vgrd10m", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "crain", "crain", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "tprcp", "tprcp", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "hgtsfc", "orog", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "weasd", "weasd", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "f10m", "f10m", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "q2m", "spfh2m", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "t2m", "tmp2m", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "tsfc", "tmpsfc", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "vtype", "vtype", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "stype", "sotyp", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "slmsksfc", "land", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "vfracsfc", "veg", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "zorlsfc", "sfcr", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "uustar", "fricv", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "soilt1", "soilt1" "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "soilt2", "soilt2" "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "soilt3", "soilt3" "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "soilt4", "soilt4" "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "soilw1", "soilw1" "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "soilw2", "soilw2" "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "soilw3", "soilw3" "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "soilw4", "soilw4" "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "slc_1", "soill1", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "slc_2", "soill2", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "slc_3", "soill3", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "slc_4", "soill4", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "slope", "sltyp", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "alnsf", "alnsf", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "alnwf", "alnwf", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "alvsf", "alvsf", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "alvwf", "alvwf", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "canopy", "cnwat", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "facsf", "facsf", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "facwf", "facwf", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "ffhh", "ffhh", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "ffmm", "ffmm", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "fice", "icec", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "hice", "icetk", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "snoalb", "snoalb", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "shdmax", "shdmax", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "shdmin", "shdmin", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "snowd", "snod", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "tg3", "tg3", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "tisfc", "tisfc", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "tref", "tref", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "z_c", "zc", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "c_0", "c0", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "c_d", "cd", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "w_0", "w0", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "w_d", "wd", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "xt", "xt", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "xz", "xz", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "dt_cool", "dtcool", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "xs", "xs", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "xu", "xu", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "xv", "xv", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "xtts", "xtts", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "xzts", "xzts", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "d_conv", "dconv", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "qrain", "qrain", "fv3_history2d", "all", .false., "none", 2 + +"gfs_phys", "acond", "acond", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "cduvb_ave", "cduvb_ave", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "cpofp", "cpofp", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "duvb_ave", "duvb_ave", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "csdlf_ave", "csdlf", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "csusf_ave", "csusf", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "csusf_avetoa", "csusftoa", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "csdsf_ave", "csdsf", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "csulf_ave", "csulf", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "csulf_avetoa", "csulftoa", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "cwork_ave", "cwork_aveclm", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "evbs_ave", "evbs_ave", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "evcw_ave", "evcw_ave", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "fldcp", "fldcp", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "hgt_hyblev1", "hgt_hyblev1", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "spfh_hyblev1", "spfh_hyblev1", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "ugrd_hyblev1", "ugrd_hyblev1", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "vgrd_hyblev1", "vgrd_hyblev1", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "tmp_hyblev1", "tmp_hyblev1", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "gfluxi", "gflux", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "lhtfl", "lhtfl", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "shtfl", "shtfl", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "pevpr", "pevpr", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "pevpr_ave", "pevpr_ave", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "sbsno_ave", "sbsno_ave", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "sfexc", "sfexc", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "snohf", "snohf", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "snowc_ave", "snowc_ave", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "spfhmax2m", "spfhmax_max2m", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "spfhmin2m", "spfhmin_min2m", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "tmpmax2m", "tmax_max2m", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "tmpmin2m", "tmin_min2m", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "ssrun_acc", "ssrun_acc", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "sunsd_acc", "sunsd_acc", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "watr_acc", "watr_acc", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "wilt", "wilt", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "vbdsf_ave", "vbdsf_ave", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "vddsf_ave", "vddsf_ave", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "nbdsf_ave", "nbdsf_ave", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "nddsf_ave", "nddsf_ave", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "trans_ave", "trans_ave", "fv3_history2d", "all", .false., "none", 2 + +"gfs_phys", "AOD_550", "aod550", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "DU_AOD_550", "du_aod550", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "SU_AOD_550", "su_aod550", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "BC_AOD_550", "bc_aod550", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "OC_AOD_550", "oc_aod550", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "SS_AOD_550", "ss_aod550", "fv3_history2d", "all", .false., "none", 2 +#============================================================================================= +# +#====> This file can be used with diag_manager/v2.0a (or higher) <==== +# +# +# FORMATS FOR FILE ENTRIES (not all input values are used) +# ------------------------ +# +#"file_name", output_freq, "output_units", format, "time_units", "long_name", +# +# +#output_freq: > 0 output frequency in "output_units" +# = 0 output frequency every time step +# =-1 output frequency at end of run +# +#output_units = units used for output frequency +# (years, months, days, minutes, hours, seconds) +# +#time_units = units used to label the time axis +# (days, minutes, hours, seconds) +# +# +# FORMAT FOR FIELD ENTRIES (not all input values are used) +# ------------------------ +# +#"module_name", "field_name", "output_name", "file_name" "time_sampling", time_avg, "other_opts", packing +# +#time_avg = .true. or .false. +# +#packing = 1 double precision +# = 2 float +# = 4 packed 16-bit integers +# = 8 packed 1-byte (not tested?) diff --git a/tests/parm/nems.configure.cpld_aero_wave.IN b/tests/parm/nems.configure.cpld_aero_wave.IN new file mode 100644 index 0000000000..3006cd67a3 --- /dev/null +++ b/tests/parm/nems.configure.cpld_aero_wave.IN @@ -0,0 +1,133 @@ +############################################# +#### NEMS Run-Time Configuration File ##### +############################################# + +# EARTH # +EARTH_component_list: MED ATM CHM OCN ICE WAV +EARTH_attributes:: + Verbosity = 0 +:: + +# MED # +MED_model: @[med_model] +MED_petlist_bounds: @[med_petlist_bounds] +:: + +# ATM # +ATM_model: @[atm_model] +ATM_petlist_bounds: @[atm_petlist_bounds] +ATM_attributes:: + Verbosity = 0 + DumpFields = false + ProfileMemory = false + OverwriteSlice = true +:: + +# CHM # +CHM_model: @[chm_model] +CHM_petlist_bounds: @[chm_petlist_bounds] +CHM_attributes:: + Verbosity = 0 +:: + +# OCN # +OCN_model: @[ocn_model] +OCN_petlist_bounds: @[ocn_petlist_bounds] +OCN_attributes:: + Verbosity = 0 + DumpFields = false + ProfileMemory = false + OverwriteSlice = true + mesh_ocn = @[MESHOCN_ICE] +:: + +# ICE # +ICE_model: @[ice_model] +ICE_petlist_bounds: @[ice_petlist_bounds] +ICE_attributes:: + Verbosity = 0 + DumpFields = false + ProfileMemory = false + OverwriteSlice = true + mesh_ice = @[MESHOCN_ICE] + stop_n = @[RESTART_N] + stop_option = nhours + stop_ymd = -999 +:: + +# WAV # +WAV_model: @[wav_model] +WAV_petlist_bounds: @[wav_petlist_bounds] +WAV_attributes:: + Verbosity = 0 + OverwriteSlice = false +:: + +# CMEPS warm run sequence +runSeq:: +@@[coupling_interval_slow_sec] + MED med_phases_prep_ocn_avg + MED -> OCN :remapMethod=redist + OCN -> WAV + WAV -> OCN :srcMaskValues=1 + OCN + @@[coupling_interval_fast_sec] + MED med_phases_prep_atm + MED med_phases_prep_ice + MED -> ATM :remapMethod=redist + MED -> ICE :remapMethod=redist + WAV -> ATM :srcMaskValues=1 + ATM -> WAV + ICE -> WAV + ATM phase1 + ATM -> CHM + CHM + CHM -> ATM + ATM phase2 + ICE + WAV + ATM -> MED :remapMethod=redist + MED med_phases_post_atm + ICE -> MED :remapMethod=redist + MED med_phases_post_ice + MED med_phases_prep_ocn_accum + @ + OCN -> MED :remapMethod=redist + MED med_phases_post_ocn + MED med_phases_restart_write +@ +:: + +# CMEPS variables + +DRIVER_attributes:: +:: + +MED_attributes:: + ATM_model = @[atm_model] + ICE_model = @[ice_model] + OCN_model = @[ocn_model] + history_n = 1 + history_option = nhours + history_ymd = -999 + coupling_mode = @[CPLMODE] +:: +ALLCOMP_attributes:: + ScalarFieldCount = 2 + ScalarFieldIdxGridNX = 1 + ScalarFieldIdxGridNY = 2 + ScalarFieldName = cpl_scalars + start_type = @[RUNTYPE] + restart_dir = RESTART/ + case_name = ufs.cpld + restart_n = @[RESTART_N] + restart_option = nhours + restart_ymd = -999 + dbug_flag = @[cap_dbug_flag] + use_coldstart = @[use_coldstart] + use_mommesh = @[use_mommesh] + eps_imesh = @[eps_imesh] + stop_n = @[FHMAX] + stop_option = nhours + stop_ymd = -999 +:: diff --git a/tests/rt.conf b/tests/rt.conf index c4fe20163a..be5ae3812e 100644 --- a/tests/rt.conf +++ b/tests/rt.conf @@ -26,6 +26,10 @@ RUN | cpld_restart_c384_p7 COMPILE | -DAPP=S2S -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v16_coupled_nsstNoahmpUGWPv1 | - wcoss_cray | fv3 | RUN | cpld_debug_p7 | - wcoss_cray | fv3 | +# Add aerosols (temporary) +COMPILE | -DAPP=S2SW -DUFS_GOCART=ON -DCCPP_SUITES=FV3_GFS_v16_coupled_nsstNoahmpUGWPv1 | + hera.intel | fv3 | +RUN | cpld_bmark_p7_aero | + hera.intel | fv3 | + ################################################################################################################################################################################### # PROD tests # ################################################################################################################################################################################### diff --git a/tests/tests/cpld_bmark_p7_aero b/tests/tests/cpld_bmark_p7_aero new file mode 100644 index 0000000000..2f3c41be13 --- /dev/null +++ b/tests/tests/cpld_bmark_p7_aero @@ -0,0 +1,154 @@ +# +# cpld_bmark_p7_aero test +# +export TEST_DESCR="Fully coupled FV3-CCPP-MOM6-CICE-CMEPS-GOCART-WW3 system - C384L127 MX025 - Benchmark P7.2 test" + +export CNTL_DIR="cpld_bmark_p7" + +export LIST_FILES="sfcf006.nc \ + atmf006.nc \ + gocart.inst_aod.20130401_0600z.nc4 \ + 20130401.060000.out_grd.gwes_30m \ + 20130401.060000.out_pnt.points \ + RESTART/coupler.res \ + RESTART/fv_core.res.nc \ + RESTART/fv_core.res.tile1.nc \ + RESTART/fv_core.res.tile2.nc \ + RESTART/fv_core.res.tile3.nc \ + RESTART/fv_core.res.tile4.nc \ + RESTART/fv_core.res.tile5.nc \ + RESTART/fv_core.res.tile6.nc \ + RESTART/fv_srf_wnd.res.tile1.nc \ + RESTART/fv_srf_wnd.res.tile2.nc \ + RESTART/fv_srf_wnd.res.tile3.nc \ + RESTART/fv_srf_wnd.res.tile4.nc \ + RESTART/fv_srf_wnd.res.tile5.nc \ + RESTART/fv_srf_wnd.res.tile6.nc \ + RESTART/fv_tracer.res.tile1.nc \ + RESTART/fv_tracer.res.tile2.nc \ + RESTART/fv_tracer.res.tile3.nc \ + RESTART/fv_tracer.res.tile4.nc \ + RESTART/fv_tracer.res.tile5.nc \ + RESTART/fv_tracer.res.tile6.nc \ + RESTART/phy_data.tile1.nc \ + RESTART/phy_data.tile2.nc \ + RESTART/phy_data.tile3.nc \ + RESTART/phy_data.tile4.nc \ + RESTART/phy_data.tile5.nc \ + RESTART/phy_data.tile6.nc \ + RESTART/sfc_data.tile1.nc \ + RESTART/sfc_data.tile2.nc \ + RESTART/sfc_data.tile3.nc \ + RESTART/sfc_data.tile4.nc \ + RESTART/sfc_data.tile5.nc \ + RESTART/sfc_data.tile6.nc \ + RESTART/MOM.res.nc \ + RESTART/MOM.res_1.nc \ + RESTART/MOM.res_2.nc \ + RESTART/MOM.res_3.nc \ + RESTART/iced.2013-04-01-21600.nc \ + RESTART/ufs.cpld.cpl.r.2013-04-01-21600.nc" + +export_fv3 +export_cpl + +export SYEAR=2013 +export SMONTH=04 +export SDAY=01 +export SHOUR=00 +export SECS=`expr $SHOUR \* 3600` +export BMIC=.true. + +export DAYS=0.25 +export FHMAX=6 +export RESTART_N=`expr ${FHMAX} - ${FHROT}` +export RESTART_INTERVAL="${RESTART_N} -1" + +export WLCLK=45 + +export DOMAINS_STACK_SIZE=6000000 + +export TASKS=$TASKS_cpl_bmrk +export TPN=$TPN_cpl_bmrk +export INPES=$INPES_cpl_bmrk +export JNPES=$JNPES_cpl_bmrk +export THRD=$THRD_cpl_bmrk +export WRTTASK_PER_GROUP=$WPG_cpl_bmrk + +export med_petlist_bounds=$MPB_cpl_bmrk +export atm_petlist_bounds=$APB_cpl_bmrk +export chm_petlist_bounds=$CHM_cpl_bmrk +export ocn_petlist_bounds=$OPB_cpl_bmrk +export ice_petlist_bounds=$IPB_cpl_bmrk +export wav_petlist_bounds=$WPB_cpl_bmrk + +# atm/ocn/ice resolution +export ATMRES=C384 +export NPX=385 +export NPY=385 +export IMO=1536 +export JMO=768 +export OUTPUT_GRID="'gaussian_grid'" + +export OCNRES=025 +export ICERES=0.25 +export NX_GLB=1440 +export NY_GLB=1080 +export NPROC_ICE=$NPROC_ICE_cpl_bmrk +export np2=`expr $NPROC_ICE / 2` +export BLCKX=`expr $NX_GLB / $np2` +export BLCKY=`expr $NY_GLB / 2` + +# resolution dependent setting +export CDMBWD=${CDMBWD_c384} + +# set component and coupling timesteps +export DT_ATMOS=300 +export DT_CICE=${DT_ATMOS} +export DT_DYNAM_MOM6=900 +export DT_THERM_MOM6=1800 + +export CPLCHM=.true. + +# nems.configure +export NEMS_CONFIGURE=nems.configure.cpld_aero_wave.IN +export coupling_interval_slow_sec=${DT_THERM_MOM6} +export coupling_interval_fast_sec=${DT_ATMOS} + +# resolution dependent files +export MOM_INPUT=MOM_input_template_${OCNRES} +export MESHOCN_ICE=mesh.mx${OCNRES}.nc +export CICEGRID=grid_cice_NEMS_mx${OCNRES}.nc +export CICEMASK=kmtu_cice_NEMS_mx${OCNRES}.nc +export CHLCLIM=seawifs-clim-1997-2010.${NX_GLB}x${NY_GLB}.v20180328.nc +export FRUNOFF=runoff.daitren.clim.${NX_GLB}x${NY_GLB}.v20180328.nc + +export FNALBC="'C384.snowfree_albedo.tileX.nc'" +export FNALBC2="'C384.facsf.tileX.nc'" +export FNTG3C="'C384.substrate_temperature.tileX.nc'" +export FNVEGC="'C384.vegetation_greenness.tileX.nc'" +export FNVETC="'C384.vegetation_type.tileX.nc'" +export FNSOTC="'C384.soil_type.tileX.nc'" +export FNVMNC="'C384.vegetation_greenness.tileX.nc'" +export FNVMXC="'C384.vegetation_greenness.tileX.nc'" +export FNSLPC="'C384.slope_type.tileX.nc'" +export FNABSC="'C384.maximum_snow_albedo.tileX.nc'" + +export MOM6_RIVER_RUNOFF=True +export MOM6_RESTART_SETTING=r + +export WW3GRIDLINE="'gwes_30m' 'no' 'CPL:native' 'CPL:native' 'CPL:native' 'no' 'no' 'no' 'no' 'no' 1 1 0.00 1.00 F" +export WW3RSTDTHR=${FHMAX} +export DT_2_RST="$(printf "%02d" $(( ${WW3RSTDTHR}*3600 )))" +export RUN_BEG="${SYEAR}${SMONTH}${SDAY} $(printf "%02d" $(( ${SHOUR} )))0000" +export RUN_END="2100${SMONTH}${SDAY} $(printf "%02d" $(( ${SHOUR} )))0000" +export OUT_BEG=$RUN_BEG +export OUT_END=$RUN_END +export RST_BEG=$RUN_BEG +export RST_2_BEG=$RUN_BEG +export RST_END=$RUN_END +export RST_2_END=$RUN_END + +export FV3_RUN=cpld_control_run.IN +export FIELD_TABLE=field_table_GOCART +export DIAG_TABLE=diag_table_p7.2_template From cfb9db7449d6ead4ee51968c71ef474a645ea9c8 Mon Sep 17 00:00:00 2001 From: Jessica Meixner Date: Tue, 21 Dec 2021 16:35:34 +0000 Subject: [PATCH 003/106] add domain size for fv3 default section --- tests/default_vars.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/default_vars.sh b/tests/default_vars.sh index b79e07fcb5..74adc2dcde 100755 --- a/tests/default_vars.sh +++ b/tests/default_vars.sh @@ -762,6 +762,8 @@ export JMO=190 export DIAG_TABLE=diag_table_gfsv16 export FIELD_TABLE=field_table_gfsv16 +export DOMAINS_STACK_SIZE=3000000 + # Coldstart/warmstart #rt script for ICs export MODEL_INITIALIZATION=false From 3bbc69e4bd00abe1b3927fd91f8f3aff4dccaf1c Mon Sep 17 00:00:00 2001 From: Jessica Meixner Date: Tue, 21 Dec 2021 20:59:19 +0000 Subject: [PATCH 004/106] update input to their new locations --- tests/fv3_conf/cpld_control_run.IN | 4 ++-- tests/rt.sh | 3 +-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/tests/fv3_conf/cpld_control_run.IN b/tests/fv3_conf/cpld_control_run.IN index ff9faf881d..94952e6912 100644 --- a/tests/fv3_conf/cpld_control_run.IN +++ b/tests/fv3_conf/cpld_control_run.IN @@ -132,6 +132,6 @@ fi #prognostic aerosols if [ $CPLCHM = .true. ]; then - cp /scratch1/NCEPDEV/nems/Raffaele.Montuoro/emc.nemspara/RT/NEMSfv3gfs/input-data-20211210/GOCART/p7/rc/*.rc . - ln -sf /scratch1/NCEPDEV/nems/Raffaele.Montuoro/emc.nemspara/RT/NEMSfv3gfs/input-data-20211210/GOCART/p7/ExtData . + cp @[INPUTDATA_ROOT]/GOCART/p7/rc/*.rc . + ln -sf @[INPUTDATA_ROOT]/GOCART/p7/ExtData . fi diff --git a/tests/rt.sh b/tests/rt.sh index 387db406c9..176d919645 100755 --- a/tests/rt.sh +++ b/tests/rt.sh @@ -474,8 +474,7 @@ fi INPUTDATA_ROOT=${INPUTDATA_ROOT:-$DISKNM/NEMSfv3gfs/input-data-20211210} INPUTDATA_ROOT_WW3=${INPUTDATA_ROOT}/WW3_input_data_20211113 -INPUTDATA_ROOT_BMIC=${INPUTDATA_ROOT_BMIC:-$DISKNM/NEMSfv3gfs/BM_IC-20210717} -INPUTDATA_ROOT_BMIC=/scratch2/NCEPDEV/climate/Jessica.Meixner/p7.2/BM_IC-20211021 +INPUTDATA_ROOT_BMIC=${INPUTDATA_ROOT_BMIC:-$DISKNM/NEMSfv3gfs/BM_IC-20211221} shift $((OPTIND-1)) [[ $# -gt 1 ]] && usage From d9962be00de9b2b624d4346bfd5d55e52bb49c22 Mon Sep 17 00:00:00 2001 From: Jessica Meixner Date: Thu, 3 Feb 2022 16:20:55 +0000 Subject: [PATCH 005/106] update orion for aerosols --- modulefiles/ufs_orion.intel | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modulefiles/ufs_orion.intel b/modulefiles/ufs_orion.intel index 30d8eb23de..3789f1392a 100644 --- a/modulefiles/ufs_orion.intel +++ b/modulefiles/ufs_orion.intel @@ -23,3 +23,5 @@ setenv CC mpiicc setenv CXX mpiicpc setenv FC mpiifort setenv CMAKE_Platform orion.intel + +setenv I_MPI_DAPL_UD 1 From 9d2167065d46c049f414941a6b3754e7d42f5e98 Mon Sep 17 00:00:00 2001 From: Raffaele Montuoro Date: Fri, 4 Feb 2022 18:17:08 -0600 Subject: [PATCH 006/106] Update GOCART submodule. --- GOCART | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GOCART b/GOCART index e3682659c0..40f3bc447c 160000 --- a/GOCART +++ b/GOCART @@ -1 +1 @@ -Subproject commit e3682659c00d317652d4743963a191a5e63ae67f +Subproject commit 40f3bc447c037d45906e354d20e8b6ce70f43047 From cdb0b54204399fdcf54ec7c9b10443a055aba24d Mon Sep 17 00:00:00 2001 From: Jessica Meixner Date: Mon, 7 Feb 2022 17:52:52 +0000 Subject: [PATCH 007/106] add p8b suite files --- .gitmodules | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index a963b019d8..2167f0d4d3 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/Jessicameixner-NOAA/fv3atm + branch = feature/p8b [submodule "WW3"] path = WW3 url = https://github.com/NOAA-EMC/WW3 From 95b167b4fe5efdcf431707a63ff9cc89939000e8 Mon Sep 17 00:00:00 2001 From: Jessica Meixner Date: Mon, 7 Feb 2022 17:53:25 +0000 Subject: [PATCH 008/106] add suite files --update fv3 commit --- FV3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FV3 b/FV3 index e19a77cc48..d35c2e0db7 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit e19a77cc48021e427105c954a15beb8c55dfa34f +Subproject commit d35c2e0db7b48d91b6cfccb117c73b0f6d2f36fc From afab3da885abc64580744b669d181fdc138eafb3 Mon Sep 17 00:00:00 2001 From: Jessica Meixner Date: Mon, 7 Feb 2022 21:05:15 +0000 Subject: [PATCH 009/106] updates for Thompson MP --- tests/default_vars.sh | 13 +++++++++++-- tests/parm/cpld_control.nml.IN | 4 ++++ tests/tests/control_p7_rrtmgp | 2 ++ tests/tests/cpld_bmark_p7 | 3 +++ tests/tests/cpld_bmark_p8 | 2 ++ tests/tests/cpld_bmark_p8_35d | 2 ++ tests/tests/cpld_control_c384_p8 | 2 ++ tests/tests/cpld_control_p7_rrtmgp | 2 ++ 8 files changed, 28 insertions(+), 2 deletions(-) diff --git a/tests/default_vars.sh b/tests/default_vars.sh index 324e556b07..7838958a41 100755 --- a/tests/default_vars.sh +++ b/tests/default_vars.sh @@ -826,8 +826,15 @@ export CDMBWD_c192='0.23,1.5,1.0,1.0' export CDMBWD_c384='1.1,0.72,1.0,1.0' export CDMBWD_c768='4.0,0.15,1.0,1.0' +export DT_INNER_c96='120' +export DT_INNER_c192='120' +export DT_INNER_c384='120' +export DT_INNER_c768='75' + + # set default export CDMBWD=${CDMBWD_c96} +export DT_INNER=${DT_INNER_c96} # PBL export SATMEDMF=.false. @@ -1061,9 +1068,9 @@ export ATMTILESIZE=`expr $NPX - 1` # FV3 defaults export FRAC_GRID=.true. -export CCPP_SUITE=FV3_GFS_v16_coupled_p8 +export CCPP_SUITE=FV3_GFS_v17_coupled_p8b export INPUT_NML=cpld_control.nml.IN -export FIELD_TABLE=field_table_gfsv16 +export FIELD_TABLE=field_table_thompson_noaero_tke export DIAG_TABLE=diag_table_template export DIAG_TABLE_ADDITIONAL='' @@ -1146,6 +1153,8 @@ export FSICL=99999 # P8 export USE_CICE_ALB=.true. export MIN_SEAICE=1.0e-6 +export DNATS=0 +export IMP_PHYSICS=8 # P7 default mushy thermo export KTHERM=2 diff --git a/tests/parm/cpld_control.nml.IN b/tests/parm/cpld_control.nml.IN index 2635b779b3..fbabb8a8ce 100644 --- a/tests/parm/cpld_control.nml.IN +++ b/tests/parm/cpld_control.nml.IN @@ -189,6 +189,10 @@ deflate_level=1 do_sppt = @[DO_SPPT] do_shum = @[DO_SHUM] do_skeb = @[DO_SKEB] + ltaerosol = .false. + lradar = .false. + ttendlim = -999 + dt_inner = @[DT_INNER] lndp_type = @[LNDP_TYPE] n_var_lndp = @[N_VAR_LNDP] fscav_aero = @[FSCAV_AERO] diff --git a/tests/tests/control_p7_rrtmgp b/tests/tests/control_p7_rrtmgp index f2fc14b812..2a90fba404 100644 --- a/tests/tests/control_p7_rrtmgp +++ b/tests/tests/control_p7_rrtmgp @@ -139,6 +139,8 @@ export FSICL=99999 #P7 export IOPT_SFC=1 +export DNATS=1 +export IMP_PHYSICS=11 #required for NML.IN sharing export USE_CICE_ALB=.false. diff --git a/tests/tests/cpld_bmark_p7 b/tests/tests/cpld_bmark_p7 index 445438d934..e2921cc46b 100644 --- a/tests/tests/cpld_bmark_p7 +++ b/tests/tests/cpld_bmark_p7 @@ -131,6 +131,9 @@ export MOM6_RESTART_SETTING=r export USE_CICE_ALB=.false. export MIN_SEAICE=1.0e-11 export IOPT_SFC=1 +export DNATS=1 +export IMP_PHYSICS=11 +export FIELD_TABLE=field_table_gfsv16 export WW3GRIDLINE="'gwes_30m' 'no' 'CPL:native' 'CPL:native' 'CPL:native' 'no' 'no' 'no' 'no' 'no' 1 1 0.00 1.00 F" export WW3RSTDTHR=${FHMAX} diff --git a/tests/tests/cpld_bmark_p8 b/tests/tests/cpld_bmark_p8 index 46cdd1ca6f..a3680baab6 100644 --- a/tests/tests/cpld_bmark_p8 +++ b/tests/tests/cpld_bmark_p8 @@ -124,6 +124,8 @@ export FNVMXC="'C384.vegetation_greenness.tileX.nc'" export FNSLPC="'C384.slope_type.tileX.nc'" export FNABSC="'C384.maximum_snow_albedo.tileX.nc'" +export DT_INNER=${DT_INNER_c384} + export MOM6_RIVER_RUNOFF=True export MOM6_RESTART_SETTING=r diff --git a/tests/tests/cpld_bmark_p8_35d b/tests/tests/cpld_bmark_p8_35d index 38c2ceb6b6..00f79c06b6 100644 --- a/tests/tests/cpld_bmark_p8_35d +++ b/tests/tests/cpld_bmark_p8_35d @@ -83,6 +83,8 @@ export FNVMXC="'C384.vegetation_greenness.tileX.nc'" export FNSLPC="'C384.slope_type.tileX.nc'" export FNABSC="'C384.maximum_snow_albedo.tileX.nc'" +export DT_INNER=${DT_INNER_c384} + export MOM6_RIVER_RUNOFF=True export MOM6_RESTART_SETTING=r diff --git a/tests/tests/cpld_control_c384_p8 b/tests/tests/cpld_control_c384_p8 index fd37f3641e..d6a42a1aad 100644 --- a/tests/tests/cpld_control_c384_p8 +++ b/tests/tests/cpld_control_c384_p8 @@ -116,6 +116,8 @@ export FNVMXC="'C384.vegetation_greenness.tileX.nc'" export FNSLPC="'C384.slope_type.tileX.nc'" export FNABSC="'C384.maximum_snow_albedo.tileX.nc'" +export DT_INNER=${DT_INNER_c384} + export CPLWAV=.false. export CPLWAV2ATM=.false. export MOM6_USE_WAVES=False diff --git a/tests/tests/cpld_control_p7_rrtmgp b/tests/tests/cpld_control_p7_rrtmgp index 38b01f41b7..ef5fd58525 100644 --- a/tests/tests/cpld_control_p7_rrtmgp +++ b/tests/tests/cpld_control_p7_rrtmgp @@ -68,6 +68,8 @@ export eps_imesh=2.5e-1 export USE_CICE_ALB=.false. export MIN_SEAICE=1.0e-11 export IOPT_SFC=1 +export DNATS=1 +export FIELD_TABLE=field_table_gfsv16 export FV3_RUN=cpld_control_run.IN export DO_RRTMGP=.true. From ecf20626207b66824d84e98e29c1f67e486fc15c Mon Sep 17 00:00:00 2001 From: Jessica Meixner Date: Mon, 7 Feb 2022 21:44:14 +0000 Subject: [PATCH 010/106] updates for uGWD for p8b --- tests/default_vars.sh | 12 +++++++++--- tests/parm/cpld_control.nml.IN | 4 ++-- tests/tests/control_p7_rrtmgp | 1 + tests/tests/control_p8 | 11 +++++++---- tests/tests/cpld_bmark_p7 | 6 ++++++ tests/tests/cpld_control_p7_rrtmgp | 5 +++++ 6 files changed, 30 insertions(+), 9 deletions(-) diff --git a/tests/default_vars.sh b/tests/default_vars.sh index 7838958a41..55c6dba166 100755 --- a/tests/default_vars.sh +++ b/tests/default_vars.sh @@ -1108,10 +1108,8 @@ export LSEASPRAY=.true. # P7 UGWP1 export GWD_OPT=2 -export DO_UGWP_V1=.true. export KNOB_UGWP_VERSION=1 export KNOB_UGWP_NSLOPE=1 -export DO_UGWP_V0=.false. export DO_GSL_DRAG_LS_BL=.true. export DO_GSL_DRAG_SS=.true. export DO_GSL_DRAG_TOFD=.true. @@ -1120,6 +1118,11 @@ export DO_UGWP_V0_NST_ONLY=.false. export LDIAG_UGWP=.false. export CDMBWD='1.0,2.2,1.0,1.0' +#P8 UGWD +export DO_UGWP_V0=.true. +export DO_UGWP_V1=.false. +export DO_GSL_DRAG_LS_BL=.false. + # P7 CA export DO_CA=.true. export CA_SGS=.true. @@ -1148,13 +1151,16 @@ export FNVMXC="'C96.vegetation_greenness.tileX.nc'" export FNSLPC="'C96.slope_type.tileX.nc'" export FNABSC="'C96.maximum_snow_albedo.tileX.nc'" export LANDICE=".false." -export FSICL=99999 +#P8 +export FSICL=0 +export FSICS=0 # P8 export USE_CICE_ALB=.true. export MIN_SEAICE=1.0e-6 export DNATS=0 export IMP_PHYSICS=8 +export LGFDLMPRAD=.false. # P7 default mushy thermo export KTHERM=2 diff --git a/tests/parm/cpld_control.nml.IN b/tests/parm/cpld_control.nml.IN index fbabb8a8ce..440ba60752 100644 --- a/tests/parm/cpld_control.nml.IN +++ b/tests/parm/cpld_control.nml.IN @@ -173,7 +173,7 @@ deflate_level=1 nst_anl = .true. psautco = 0.0008,0.0005 prautco = 0.00015,0.00015 - lgfdlmprad = .true. + lgfdlmprad = @[LGFDLMPRAD] cplchm = @[CPLCHM] cplwav = @[CPLWAV] cplwav2atm = @[CPLWAV2ATM] @@ -305,7 +305,7 @@ deflate_level=1 FSNOL = 99999 FSNOS = 99999 FSICL = @[FSICL] - FSICS = 99999 + FSICS = @[FSICS] FTSFL = 99999 FVETL = 99999 FSOTL = 99999 diff --git a/tests/tests/control_p7_rrtmgp b/tests/tests/control_p7_rrtmgp index 2a90fba404..7e03ecfa29 100644 --- a/tests/tests/control_p7_rrtmgp +++ b/tests/tests/control_p7_rrtmgp @@ -136,6 +136,7 @@ export FNSLPC="'C96.slope_type.tileX.nc'" export FNABSC="'C96.maximum_snow_albedo.tileX.nc'" export LANDICE=".false." export FSICL=99999 +export FSICS=99999 #P7 export IOPT_SFC=1 diff --git a/tests/tests/control_p8 b/tests/tests/control_p8 index 12c3bcc827..e8119f8029 100644 --- a/tests/tests/control_p8 +++ b/tests/tests/control_p8 @@ -86,6 +86,7 @@ export DZ_MIN=2 export PSM_BC=1 # P8 export DDDMP=0.1 +export LGFDLMPRAD=.false. # P7 Merra2 Aerosols & NSST export USE_MERRA2=.true. @@ -97,11 +98,11 @@ export LSEASPRAY=.true. # P7 UGWP1 export GWD_OPT=2 -export DO_UGWP_V1=.true. +export DO_UGWP_V1=.false. export KNOB_UGWP_VERSION=1 export KNOB_UGWP_NSLOPE=1 -export DO_UGWP_V0=.false. -export DO_GSL_DRAG_LS_BL=.true. +export DO_UGWP_V0=.true. +export DO_GSL_DRAG_LS_BL=.false. export DO_GSL_DRAG_SS=.true. export DO_GSL_DRAG_TOFD=.true. export DO_UGWP_V1_OROG_ONLY=.false. @@ -138,7 +139,9 @@ export FNVMXC="'C96.vegetation_greenness.tileX.nc'" export FNSLPC="'C96.slope_type.tileX.nc'" export FNABSC="'C96.maximum_snow_albedo.tileX.nc'" export LANDICE=".false." -export FSICL=99999 +export FSICL=0 +export FSICS=0 + #required for NML.IN sharing export MIN_SEAICE=0.15 diff --git a/tests/tests/cpld_bmark_p7 b/tests/tests/cpld_bmark_p7 index e2921cc46b..f3fd7a7ce4 100644 --- a/tests/tests/cpld_bmark_p7 +++ b/tests/tests/cpld_bmark_p7 @@ -134,6 +134,12 @@ export IOPT_SFC=1 export DNATS=1 export IMP_PHYSICS=11 export FIELD_TABLE=field_table_gfsv16 +export LGFDLMPRAD=.true. +export DO_UGWP_V0=.false. +export DO_UGWP_V1=.true. +export DO_GSL_DRAG_LS_BL=.true. +export FSICL=99999 +export FSICS=99999 export WW3GRIDLINE="'gwes_30m' 'no' 'CPL:native' 'CPL:native' 'CPL:native' 'no' 'no' 'no' 'no' 'no' 1 1 0.00 1.00 F" export WW3RSTDTHR=${FHMAX} diff --git a/tests/tests/cpld_control_p7_rrtmgp b/tests/tests/cpld_control_p7_rrtmgp index ef5fd58525..7900cf01e8 100644 --- a/tests/tests/cpld_control_p7_rrtmgp +++ b/tests/tests/cpld_control_p7_rrtmgp @@ -70,6 +70,11 @@ export MIN_SEAICE=1.0e-11 export IOPT_SFC=1 export DNATS=1 export FIELD_TABLE=field_table_gfsv16 +export DO_UGWP_V0=.false. +export DO_UGWP_V1=.true. +export DO_GSL_DRAG_LS_BL=.true. +export FSICL=99999 +export FSICS=99999 export FV3_RUN=cpld_control_run.IN export DO_RRTMGP=.true. From ed9aaa8f13223b4c5a8ee756bf60ed5fedde5b94 Mon Sep 17 00:00:00 2001 From: Jessica Meixner Date: Mon, 7 Feb 2022 23:54:14 +0000 Subject: [PATCH 011/106] p7 tests are passing --- FV3 | 2 +- tests/tests/control_p8 | 3 ++- tests/tests/cpld_bmark_p7 | 1 + 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/FV3 b/FV3 index d35c2e0db7..76db8e688d 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit d35c2e0db7b48d91b6cfccb117c73b0f6d2f36fc +Subproject commit 76db8e688dd82d0e799955d348d2fe172105490f diff --git a/tests/tests/control_p8 b/tests/tests/control_p8 index e8119f8029..0b8436b21a 100644 --- a/tests/tests/control_p8 +++ b/tests/tests/control_p8 @@ -151,7 +151,8 @@ export MOM6_RESTART_SETTING=n export USE_CICE_ALB=.false. export FV3_RUN=control_run.IN -export CCPP_SUITE=FV3_GFS_v16_p8 +export CCPP_SUITE=FV3_GFS_v17_p8 +export FIELD_TABLE=field_table_thompson_noaero_tke export DIAG_TABLE=diag_table_gfsv16_merra2 # use same namelist for standalone,coupled P7 export INPUT_NML=cpld_control.nml.IN diff --git a/tests/tests/cpld_bmark_p7 b/tests/tests/cpld_bmark_p7 index f3fd7a7ce4..0f6bfad2b9 100644 --- a/tests/tests/cpld_bmark_p7 +++ b/tests/tests/cpld_bmark_p7 @@ -133,6 +133,7 @@ export MIN_SEAICE=1.0e-11 export IOPT_SFC=1 export DNATS=1 export IMP_PHYSICS=11 +export CCPP_SUITE=FV3_GFS_v16_coupled_nsstNoahmpUGWPv1 export FIELD_TABLE=field_table_gfsv16 export LGFDLMPRAD=.true. export DO_UGWP_V0=.false. From a857442ad48f8570c6ffdace6c950d936076bf5f Mon Sep 17 00:00:00 2001 From: Jessica Meixner Date: Tue, 8 Feb 2022 14:07:13 +0000 Subject: [PATCH 012/106] p7 still works, p8 still not working but new error --- tests/default_vars.sh | 3 ++- tests/parm/cpld_control.nml.IN | 6 ++++-- tests/tests/control_p7_rrtmgp | 1 + tests/tests/control_p8 | 2 +- tests/tests/cpld_bmark_p7 | 3 +++ tests/tests/cpld_control_p7_rrtmgp | 1 + 6 files changed, 12 insertions(+), 4 deletions(-) diff --git a/tests/default_vars.sh b/tests/default_vars.sh index 55c6dba166..4b2b377513 100755 --- a/tests/default_vars.sh +++ b/tests/default_vars.sh @@ -1108,7 +1108,6 @@ export LSEASPRAY=.true. # P7 UGWP1 export GWD_OPT=2 -export KNOB_UGWP_VERSION=1 export KNOB_UGWP_NSLOPE=1 export DO_GSL_DRAG_LS_BL=.true. export DO_GSL_DRAG_SS=.true. @@ -1122,6 +1121,7 @@ export CDMBWD='1.0,2.2,1.0,1.0' export DO_UGWP_V0=.true. export DO_UGWP_V1=.false. export DO_GSL_DRAG_LS_BL=.false. +export KNOB_UGWP_VERSION=0 # P7 CA export DO_CA=.true. @@ -1161,6 +1161,7 @@ export MIN_SEAICE=1.0e-6 export DNATS=0 export IMP_PHYSICS=8 export LGFDLMPRAD=.false. +export DO_SAT_ADJ=.false. # P7 default mushy thermo export KTHERM=2 diff --git a/tests/parm/cpld_control.nml.IN b/tests/parm/cpld_control.nml.IN index 440ba60752..872814682a 100644 --- a/tests/parm/cpld_control.nml.IN +++ b/tests/parm/cpld_control.nml.IN @@ -87,7 +87,7 @@ deflate_level=1 hord_tr = 8 adjust_dry_mass = .false. consv_te = 1. - do_sat_adj = .true. + do_sat_adj = @[DO_SAT_ADJ] consv_am = .false. fill = .true. dwind_2d = .false. @@ -117,7 +117,7 @@ deflate_level=1 fhcyc = @[FHCYC] use_ufo = .true. pre_rad = .false. - imp_physics = 11 + imp_physics = @[IMP_PHYSICS] pdfcld = .false. fhswr = 3600. fhlwr = 3600. @@ -179,6 +179,7 @@ deflate_level=1 cplwav2atm = @[CPLWAV2ATM] cplflx = @[CPLFLX] cplice = @[CPLICE] + min_lakeice = 0.15 min_seaice = @[MIN_SEAICE] use_cice_alb = @[USE_CICE_ALB] frac_grid = @[FRAC_GRID] @@ -215,6 +216,7 @@ deflate_level=1 do_gsl_drag_ss = @[DO_GSL_DRAG_SS] do_gsl_drag_tofd = @[DO_GSL_DRAG_TOFD] do_ugwp_v1_orog_only = @[DO_UGWP_V1_OROG_ONLY] + do_ugwp_v0_orog_only = .false. do_ugwp_v0_nst_only = @[DO_UGWP_V0_NST_ONLY] / diff --git a/tests/tests/control_p7_rrtmgp b/tests/tests/control_p7_rrtmgp index 7e03ecfa29..bb34ded698 100644 --- a/tests/tests/control_p7_rrtmgp +++ b/tests/tests/control_p7_rrtmgp @@ -142,6 +142,7 @@ export FSICS=99999 export IOPT_SFC=1 export DNATS=1 export IMP_PHYSICS=11 +export KNOB_UGWP_VERSION=1 #required for NML.IN sharing export USE_CICE_ALB=.false. diff --git a/tests/tests/control_p8 b/tests/tests/control_p8 index 0b8436b21a..a87674a992 100644 --- a/tests/tests/control_p8 +++ b/tests/tests/control_p8 @@ -151,7 +151,7 @@ export MOM6_RESTART_SETTING=n export USE_CICE_ALB=.false. export FV3_RUN=control_run.IN -export CCPP_SUITE=FV3_GFS_v17_p8 +export CCPP_SUITE=FV3_GFS_v17_p8b export FIELD_TABLE=field_table_thompson_noaero_tke export DIAG_TABLE=diag_table_gfsv16_merra2 # use same namelist for standalone,coupled P7 diff --git a/tests/tests/cpld_bmark_p7 b/tests/tests/cpld_bmark_p7 index 0f6bfad2b9..c1390e68fc 100644 --- a/tests/tests/cpld_bmark_p7 +++ b/tests/tests/cpld_bmark_p7 @@ -136,11 +136,14 @@ export IMP_PHYSICS=11 export CCPP_SUITE=FV3_GFS_v16_coupled_nsstNoahmpUGWPv1 export FIELD_TABLE=field_table_gfsv16 export LGFDLMPRAD=.true. +export KNOB_UGWP_VERSION=1 export DO_UGWP_V0=.false. export DO_UGWP_V1=.true. export DO_GSL_DRAG_LS_BL=.true. export FSICL=99999 export FSICS=99999 +export DO_SAT_ADJ=.true. + export WW3GRIDLINE="'gwes_30m' 'no' 'CPL:native' 'CPL:native' 'CPL:native' 'no' 'no' 'no' 'no' 'no' 1 1 0.00 1.00 F" export WW3RSTDTHR=${FHMAX} diff --git a/tests/tests/cpld_control_p7_rrtmgp b/tests/tests/cpld_control_p7_rrtmgp index 7900cf01e8..5ae0364bd2 100644 --- a/tests/tests/cpld_control_p7_rrtmgp +++ b/tests/tests/cpld_control_p7_rrtmgp @@ -70,6 +70,7 @@ export MIN_SEAICE=1.0e-11 export IOPT_SFC=1 export DNATS=1 export FIELD_TABLE=field_table_gfsv16 +export KNOB_UGWP_VERSION=1 export DO_UGWP_V0=.false. export DO_UGWP_V1=.true. export DO_GSL_DRAG_LS_BL=.true. From 5de566938350720225f7a419d421397c6ca26a87 Mon Sep 17 00:00:00 2001 From: Jessica Meixner Date: Tue, 8 Feb 2022 20:31:37 +0000 Subject: [PATCH 013/106] remove if for ugwp as these files are used for multiple options --- tests/default_vars.sh | 3 ++- tests/fv3_conf/cpld_control_run.IN | 9 +++------ tests/tests/control_p8 | 6 +++++- tests/tests/cpld_bmark_p7 | 2 +- tests/tests/cpld_bmark_p8 | 1 + tests/tests/cpld_control_c192_p8 | 2 ++ tests/tests/cpld_control_c384_p8 | 1 + tests/tests/cpld_control_p7_rrtmgp | 1 + tests/tests/cpld_restart_c192_p8 | 2 ++ tests/tests/cpld_restart_c384_p8 | 2 ++ 10 files changed, 20 insertions(+), 9 deletions(-) diff --git a/tests/default_vars.sh b/tests/default_vars.sh index 4b2b377513..aa744690e1 100755 --- a/tests/default_vars.sh +++ b/tests/default_vars.sh @@ -1115,7 +1115,8 @@ export DO_GSL_DRAG_TOFD=.true. export DO_UGWP_V1_OROG_ONLY=.false. export DO_UGWP_V0_NST_ONLY=.false. export LDIAG_UGWP=.false. -export CDMBWD='1.0,2.2,1.0,1.0' +#P8 +export CDMBWD=${CDMBWD_c96} #P8 UGWD export DO_UGWP_V0=.true. diff --git a/tests/fv3_conf/cpld_control_run.IN b/tests/fv3_conf/cpld_control_run.IN index a35e62a503..317c4fda83 100644 --- a/tests/fv3_conf/cpld_control_run.IN +++ b/tests/fv3_conf/cpld_control_run.IN @@ -123,9 +123,6 @@ if [ $IAER = 1011 ]; then cp @[INPUTDATA_ROOT]/FV3_input_data_INCCN_aeroclim/aer_data/LUTS/optics_SU.v1_3.dat optics_SU.dat fi -#ugwpv1 -if [ $DO_UGWP_V1 = .true. ]; then - cp @[INPUTDATA_ROOT]/FV3_input_data/ugwp_c384_tau.nc ./ugwp_limb_tau.nc - cp @[INPUTDATA_ROOT]/${FV3_DIR}/INPUT_L127/oro_data_ls* ./INPUT - cp @[INPUTDATA_ROOT]/${FV3_DIR}/INPUT_L127/oro_data_ss* ./INPUT -fi +cp @[INPUTDATA_ROOT]/FV3_input_data/ugwp_c384_tau.nc ./ugwp_limb_tau.nc +cp @[INPUTDATA_ROOT]/${FV3_DIR}/INPUT_L127/oro_data_ls* ./INPUT +cp @[INPUTDATA_ROOT]/${FV3_DIR}/INPUT_L127/oro_data_ss* ./INPUT diff --git a/tests/tests/control_p8 b/tests/tests/control_p8 index a87674a992..2475d04909 100644 --- a/tests/tests/control_p8 +++ b/tests/tests/control_p8 @@ -99,7 +99,7 @@ export LSEASPRAY=.true. # P7 UGWP1 export GWD_OPT=2 export DO_UGWP_V1=.false. -export KNOB_UGWP_VERSION=1 +export KNOB_UGWP_VERSION=0 export KNOB_UGWP_NSLOPE=1 export DO_UGWP_V0=.true. export DO_GSL_DRAG_LS_BL=.false. @@ -142,6 +142,10 @@ export LANDICE=".false." export FSICL=0 export FSICS=0 +export IMP_PHYSICS=8 +export LGFDLMPRAD=.false. +export DO_SAT_ADJ=.false. + #required for NML.IN sharing export MIN_SEAICE=0.15 diff --git a/tests/tests/cpld_bmark_p7 b/tests/tests/cpld_bmark_p7 index c1390e68fc..502cbb2ac4 100644 --- a/tests/tests/cpld_bmark_p7 +++ b/tests/tests/cpld_bmark_p7 @@ -143,7 +143,7 @@ export DO_GSL_DRAG_LS_BL=.true. export FSICL=99999 export FSICS=99999 export DO_SAT_ADJ=.true. - +export CDMBWD='1.0,2.2,1.0,1.0' export WW3GRIDLINE="'gwes_30m' 'no' 'CPL:native' 'CPL:native' 'CPL:native' 'no' 'no' 'no' 'no' 'no' 1 1 0.00 1.00 F" export WW3RSTDTHR=${FHMAX} diff --git a/tests/tests/cpld_bmark_p8 b/tests/tests/cpld_bmark_p8 index a3680baab6..317063d568 100644 --- a/tests/tests/cpld_bmark_p8 +++ b/tests/tests/cpld_bmark_p8 @@ -124,6 +124,7 @@ export FNVMXC="'C384.vegetation_greenness.tileX.nc'" export FNSLPC="'C384.slope_type.tileX.nc'" export FNABSC="'C384.maximum_snow_albedo.tileX.nc'" +export CDMBWD=${CDMBWD_c384} export DT_INNER=${DT_INNER_c384} export MOM6_RIVER_RUNOFF=True diff --git a/tests/tests/cpld_control_c192_p8 b/tests/tests/cpld_control_c192_p8 index 5d2f40b567..74a9a55de5 100644 --- a/tests/tests/cpld_control_c192_p8 +++ b/tests/tests/cpld_control_c192_p8 @@ -120,6 +120,8 @@ export FNVMXC="'C192.vegetation_greenness.tileX.nc'" export FNSLPC="'C192.slope_type.tileX.nc'" export FNABSC="'C192.maximum_snow_albedo.tileX.nc'" +export CDMBWD=${CDMBWD_c192} + export CPLWAV=.false. export CPLWAV2ATM=.false. export MOM6_USE_WAVES=False diff --git a/tests/tests/cpld_control_c384_p8 b/tests/tests/cpld_control_c384_p8 index d6a42a1aad..9faa24c753 100644 --- a/tests/tests/cpld_control_c384_p8 +++ b/tests/tests/cpld_control_c384_p8 @@ -116,6 +116,7 @@ export FNVMXC="'C384.vegetation_greenness.tileX.nc'" export FNSLPC="'C384.slope_type.tileX.nc'" export FNABSC="'C384.maximum_snow_albedo.tileX.nc'" +export CDMBWD=${CDMBWD_c384} export DT_INNER=${DT_INNER_c384} export CPLWAV=.false. diff --git a/tests/tests/cpld_control_p7_rrtmgp b/tests/tests/cpld_control_p7_rrtmgp index 5ae0364bd2..456d77ea7b 100644 --- a/tests/tests/cpld_control_p7_rrtmgp +++ b/tests/tests/cpld_control_p7_rrtmgp @@ -76,6 +76,7 @@ export DO_UGWP_V1=.true. export DO_GSL_DRAG_LS_BL=.true. export FSICL=99999 export FSICS=99999 +export CDMBWD='1.0,2.2,1.0,1.0' export FV3_RUN=cpld_control_run.IN export DO_RRTMGP=.true. diff --git a/tests/tests/cpld_restart_c192_p8 b/tests/tests/cpld_restart_c192_p8 index f143104a2a..4dd097db01 100644 --- a/tests/tests/cpld_restart_c192_p8 +++ b/tests/tests/cpld_restart_c192_p8 @@ -124,6 +124,8 @@ export FNVMXC="'C192.vegetation_greenness.tileX.nc'" export FNSLPC="'C192.slope_type.tileX.nc'" export FNABSC="'C192.maximum_snow_albedo.tileX.nc'" +export CDMBWD=${CDMBWD_c192} + # ATM warm start export WARM_START=.true. export MAKE_NH=.false. diff --git a/tests/tests/cpld_restart_c384_p8 b/tests/tests/cpld_restart_c384_p8 index 26eb7b0404..bc26994ed9 100644 --- a/tests/tests/cpld_restart_c384_p8 +++ b/tests/tests/cpld_restart_c384_p8 @@ -120,6 +120,8 @@ export FNVMXC="'C384.vegetation_greenness.tileX.nc'" export FNSLPC="'C384.slope_type.tileX.nc'" export FNABSC="'C384.maximum_snow_albedo.tileX.nc'" +export CDMBWD=${CDMBWD_c384} + # ATM warm start export WARM_START=.true. export MAKE_NH=.false. From 5b8e113449a25c975da4b4c70fa6651d8b769c5c Mon Sep 17 00:00:00 2001 From: Jessica Meixner Date: Wed, 9 Feb 2022 15:00:58 +0000 Subject: [PATCH 014/106] coupled tests now running --- tests/default_vars.sh | 11 ++-- tests/fv3_conf/cpld_control_run.IN | 7 ++ tests/parm/cpld_control.nml.IN | 100 +++++++++-------------------- tests/tests/control_p8 | 3 +- 4 files changed, 48 insertions(+), 73 deletions(-) diff --git a/tests/default_vars.sh b/tests/default_vars.sh index aa744690e1..d660828163 100755 --- a/tests/default_vars.sh +++ b/tests/default_vars.sh @@ -826,12 +826,12 @@ export CDMBWD_c192='0.23,1.5,1.0,1.0' export CDMBWD_c384='1.1,0.72,1.0,1.0' export CDMBWD_c768='4.0,0.15,1.0,1.0' -export DT_INNER_c96='120' -export DT_INNER_c192='120' +#DT_INNER=(Time step)/2 +export DT_INNER_c96='350' +export DT_INNER_c192='300' export DT_INNER_c384='120' export DT_INNER_c768='75' - # set default export CDMBWD=${CDMBWD_c96} export DT_INNER=${DT_INNER_c96} @@ -1094,10 +1094,13 @@ export IOPT_SFC=3 # FV3 P7 settings export D2_BG_K1=0.20 export D2_BG_K2=0.04 -export DZ_MIN=2 +#export DZ_MIN=2 export PSM_BC=1 export DDDMP=0.1 +#P8 +export DZ_MIN=6 + # P7 Merra2 Aerosols & NSST export USE_MERRA2=.true. export IAER=1011 diff --git a/tests/fv3_conf/cpld_control_run.IN b/tests/fv3_conf/cpld_control_run.IN index 317c4fda83..92d737ccf1 100644 --- a/tests/fv3_conf/cpld_control_run.IN +++ b/tests/fv3_conf/cpld_control_run.IN @@ -126,3 +126,10 @@ fi cp @[INPUTDATA_ROOT]/FV3_input_data/ugwp_c384_tau.nc ./ugwp_limb_tau.nc cp @[INPUTDATA_ROOT]/${FV3_DIR}/INPUT_L127/oro_data_ls* ./INPUT cp @[INPUTDATA_ROOT]/${FV3_DIR}/INPUT_L127/oro_data_ss* ./INPUT + +if [ $IMP_PHYSICS = 8 ]; then + cp @[INPUTDATA_ROOT]/FV3_input_data_gsd/CCN_ACTIVATE.BIN CCN_ACTIVATE.BIN + cp @[INPUTDATA_ROOT]/FV3_input_data_gsd/freezeH2O.dat freezeH2O.dat + cp @[INPUTDATA_ROOT]/FV3_input_data_gsd/qr_acr_qg.dat qr_acr_qg.dat + cp @[INPUTDATA_ROOT]/FV3_input_data_gsd/qr_acr_qs.dat qr_acr_qs.dat +fi diff --git a/tests/parm/cpld_control.nml.IN b/tests/parm/cpld_control.nml.IN index 872814682a..d9d80b746f 100644 --- a/tests/parm/cpld_control.nml.IN +++ b/tests/parm/cpld_control.nml.IN @@ -34,8 +34,6 @@ deflate_level=1 npy = @[NPY] ntiles = 6 npz = @[NPZ] - dz_min = @[DZ_MIN] - psm_bc = @[PSM_BC] grid_type = -1 make_nh = @[MAKE_NH] fv_debug = .false. @@ -55,6 +53,8 @@ deflate_level=1 hydrostatic = .false. phys_hydrostatic = .false. use_hydro_pressure = .false. + dz_min = @[DZ_MIN] + psm_bc = @[PSM_BC] beta = 0. a_imp = 1. p_fac = 0.1 @@ -86,6 +86,7 @@ deflate_level=1 hord_dp = -5 hord_tr = 8 adjust_dry_mass = .false. + dry_mass=98320.0 consv_te = 1. do_sat_adj = @[DO_SAT_ADJ] consv_am = .false. @@ -112,8 +113,6 @@ deflate_level=1 fhzero = @[FHZERO] h2o_phys = .true. ldiag3d = @[LDIAG3D] - qdiag3d = @[QDIAG3D] - print_diff_pgr = @[PRINT_DIFF_PGR] fhcyc = @[FHCYC] use_ufo = .true. pre_rad = .false. @@ -125,7 +124,6 @@ deflate_level=1 iems = @[IEMS] iaer = @[IAER] icliq_sw = 2 - iovr = 3 ico2 = 2 isubc_sw = 2 isubc_lw = 2 @@ -147,7 +145,6 @@ deflate_level=1 cnvcld = @[CNVCLD] imfshalcnv = @[IMFSHALCNV] imfdeepcnv = @[IMFDEEPCNV] - ras = @[RAS] cdmbgwd = @[CDMBWD] prslrd0 = 0. ivegsrc = 1 @@ -167,8 +164,6 @@ deflate_level=1 iopt_tbot = 2 iopt_stc = @[IOPT_STC] debug = .false. - oz_phys = .false. - oz_phys_2015 = .true. nstf_name = @[NSTF_NAME] nst_anl = .true. psautco = 0.0008,0.0005 @@ -187,13 +182,27 @@ deflate_level=1 ldiag_ugwp = @[LDIAG_UGWP] do_ugwp = .false. do_tofd = .false. + gwd_opt = @[GWD_OPT] + do_ugwp_v0 = @[DO_UGWP_V0] + do_ugwp_v1 = @[DO_UGWP_V1] + do_ugwp_v0_orog_only = .false. + do_ugwp_v0_nst_only = @[DO_UGWP_V0_NST_ONLY] + do_gsl_drag_ls_bl = @[DO_GSL_DRAG_LS_BL] + do_gsl_drag_ss = @[DO_GSL_DRAG_SS] + do_gsl_drag_tofd = @[DO_GSL_DRAG_TOFD] + do_ugwp_v1_orog_only = @[DO_UGWP_V1_OROG_ONLY] + ldiag_ugwp = .false. do_sppt = @[DO_SPPT] do_shum = @[DO_SHUM] do_skeb = @[DO_SKEB] + iovr = 3 ltaerosol = .false. lradar = .false. ttendlim = -999 dt_inner = @[DT_INNER] + oz_phys = .false. + oz_phys_2015 = .true. + lsoil_lsm = 4 lndp_type = @[LNDP_TYPE] n_var_lndp = @[N_VAR_LNDP] fscav_aero = @[FSCAV_AERO] @@ -209,15 +218,21 @@ deflate_level=1 ca_trigger = @[CA_TRIGGER] nspinup = @[NSPINUP] iseed_ca = @[ISEED_CA] - gwd_opt = @[GWD_OPT] - do_ugwp_v0 = @[DO_UGWP_V0] - do_ugwp_v1 = @[DO_UGWP_V1] - do_gsl_drag_ls_bl = @[DO_GSL_DRAG_LS_BL] - do_gsl_drag_ss = @[DO_GSL_DRAG_SS] - do_gsl_drag_tofd = @[DO_GSL_DRAG_TOFD] - do_ugwp_v1_orog_only = @[DO_UGWP_V1_OROG_ONLY] - do_ugwp_v0_orog_only = .false. - do_ugwp_v0_nst_only = @[DO_UGWP_V0_NST_ONLY] +/ + +&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 = @[KNOB_UGWP_VERSION] + launch_level = 54 / &gfdl_cloud_microphysics_nml @@ -322,59 +337,9 @@ deflate_level=1 / &nam_stochy - STOCHINI=@[STOCHINI] - SKEBNORM=1 - SKEB_NPASS=30 - SKEB_VDOF=5 - SKEB=@[SKEB] - SKEB_TAU=2.16E4 - SKEB_LSCALE=1000.E3 - SKEBINT=1800 - SHUM=@[SHUM] - SHUM_TAU=21600 - SHUM_LSCALE=500000 - SHUMINT=3600 - SPPT=@[SPPT] - SPPT_TAU=21600 - SPPT_LSCALE=500000 - SPPT_LOGIT=.TRUE. - SPPT_SFCLIMIT=.TRUE. - SPPTINT=1800 - ISEED_SHUM=1 - ISEED_SKEB=2 - ISEED_SPPT=3 / &nam_sfcperts - lndp_type = @[LNDP_TYPE] - LNDP_TAU=21600 - LNDP_LSCALE=500000 - ISEED_LNDP=2010 - lndp_var_list = @[LNDP_VAR_LIST] - lndp_prt_list = @[LNDP_PRT_LIST] -/ - -&cires_ugwp_nml - knob_ugwp_solver = 2 - knob_ugwp_version = @[KNOB_UGWP_VERSION] - 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 = 2 - knob_ugwp_ndx4lh = 4 - knob_ugwp_palaunch = 275.0e2 - knob_ugwp_nslope = @[KNOB_UGWP_NSLOPE] - knob_ugwp_lzmax = 15.750e3 - knob_ugwp_lzmin = 0.75e3 - knob_ugwp_lzstar = 2.0e3 - knob_ugwp_taumin = 0.25e-3 - knob_ugwp_tauamp = 3.0e-3 - knob_ugwp_lhmet = 200.0e3 - knob_ugwp_orosolv = 'pss-1986' / &MOM_input_nml @@ -384,4 +349,3 @@ deflate_level=1 restart_output_dir = 'RESTART/', parameter_filename = 'INPUT/MOM_input', 'INPUT/MOM_override'/ - diff --git a/tests/tests/control_p8 b/tests/tests/control_p8 index 2475d04909..573add071d 100644 --- a/tests/tests/control_p8 +++ b/tests/tests/control_p8 @@ -145,7 +145,8 @@ export FSICS=0 export IMP_PHYSICS=8 export LGFDLMPRAD=.false. export DO_SAT_ADJ=.false. - +export DNATS=0 +export DZ_MIN=6 #required for NML.IN sharing export MIN_SEAICE=0.15 From 347a8d99171dfb5e0cc7b2f13f864ba903cf4843 Mon Sep 17 00:00:00 2001 From: Jessica Meixner Date: Wed, 9 Feb 2022 17:14:54 +0000 Subject: [PATCH 015/106] update all tests to be consistent with new settings --- tests/parm/cpld_control_p7.nml.IN | 381 ++++++++++++++++++++++++++++++ tests/tests/control_2threads_p8 | 22 +- tests/tests/control_debug_p8 | 22 +- tests/tests/control_decomp_p8 | 22 +- tests/tests/control_p8 | 1 - tests/tests/control_restart_p8 | 22 +- tests/tests/cpld_bmark_mpi_p8 | 3 + tests/tests/cpld_bmark_p7 | 1 + tests/tests/cpld_bmark_p8_35d | 1 + tests/tests/cpld_control_c192_p8 | 1 + tests/tests/cpld_restart_c192_p8 | 1 + tests/tests/cpld_restart_c384_p8 | 1 + 12 files changed, 449 insertions(+), 29 deletions(-) create mode 100644 tests/parm/cpld_control_p7.nml.IN diff --git a/tests/parm/cpld_control_p7.nml.IN b/tests/parm/cpld_control_p7.nml.IN new file mode 100644 index 0000000000..2635b779b3 --- /dev/null +++ b/tests/parm/cpld_control_p7.nml.IN @@ -0,0 +1,381 @@ +&atmos_model_nml + blocksize = 32 + chksum_debug = .false. + dycore_only = .false. + ccpp_suite = '@[CCPP_SUITE]' +/ + +&diag_manager_nml + prepend_date = .false. + max_output_fields = @[MAX_OUTPUT_FIELDS] +/ + +&fms_io_nml + checksum_required = .false. + max_files_r = 100 + max_files_w = 100 +/ + +&mpp_io_nml +shuffle=1 +deflate_level=1 +/ + +&fms_nml + clock_grain = 'ROUTINE' + domains_stack_size = 3000000 + print_memory_usage = .false. +/ + +&fv_core_nml + layout = @[INPES],@[JNPES] + io_layout = 1,1 + npx = @[NPX] + npy = @[NPY] + ntiles = 6 + npz = @[NPZ] + dz_min = @[DZ_MIN] + psm_bc = @[PSM_BC] + grid_type = -1 + make_nh = @[MAKE_NH] + fv_debug = .false. + range_warn = .false. + reset_eta = .false. + n_sponge = 42 + nudge_qv = .true. + nudge_dz = .false. + tau = 10. + rf_cutoff = 7.5e2 + d2_bg_k1 = @[D2_BG_K1] + d2_bg_k2 = @[D2_BG_K2] + kord_tm = -9 + kord_mt = 9 + kord_wz = 9 + kord_tr = 9 + hydrostatic = .false. + phys_hydrostatic = .false. + use_hydro_pressure = .false. + beta = 0. + a_imp = 1. + p_fac = 0.1 + k_split = 2 + n_split = 6 + nwat = 6 + na_init = @[NA_INIT] + d_ext = 0. + dnats = @[DNATS] + fv_sg_adj = 450 + d2_bg = 0. + nord = 2 + dddmp = @[DDDMP] + d4_bg = 0.12 + vtdm4 = 0.02 + delt_max = 0.002 + 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. + hord_mt = 5 + hord_vt = 5 + hord_tm = 5 + hord_dp = -5 + hord_tr = 8 + adjust_dry_mass = .false. + consv_te = 1. + do_sat_adj = .true. + consv_am = .false. + fill = .true. + dwind_2d = .false. + print_freq = 6 + warm_start = @[WARM_START] + no_dycore = .false. + z_tracer = .true. + agrid_vel_rst = .true. + read_increment = @[READ_INCREMENT] + res_latlon_dynamics = @[RES_LATLON_DYNAMICS] +/ + +&external_ic_nml + filtered_terrain = .true. + levp = @[NPZP] + gfs_dwinds = .true. + checker_tr = .false. + nt_checker = 0 +/ + +&gfs_physics_nml + fhzero = @[FHZERO] + h2o_phys = .true. + ldiag3d = @[LDIAG3D] + qdiag3d = @[QDIAG3D] + print_diff_pgr = @[PRINT_DIFF_PGR] + fhcyc = @[FHCYC] + use_ufo = .true. + pre_rad = .false. + imp_physics = 11 + pdfcld = .false. + fhswr = 3600. + fhlwr = 3600. + ialb = @[IALB] + iems = @[IEMS] + iaer = @[IAER] + icliq_sw = 2 + iovr = 3 + ico2 = 2 + isubc_sw = 2 + isubc_lw = 2 + isol = 2 + lwhtr = .true. + swhtr = .true. + cnvgwd = .true. + shal_cnv = .true. + cal_pre = .false. + redrag = .true. + dspheat = .true. + hybedmf = .false. + satmedmf = .true. + isatmedmf = 1 + lheatstrg = @[LHEATSTRG] + lseaspray = @[LSEASPRAY] + random_clds = @[RANDOM_CLDS] + trans_trac = .true. + cnvcld = @[CNVCLD] + imfshalcnv = @[IMFSHALCNV] + imfdeepcnv = @[IMFDEEPCNV] + ras = @[RAS] + cdmbgwd = @[CDMBWD] + prslrd0 = 0. + ivegsrc = 1 + isot = 1 + lsoil = 4 + lsm = @[LSM] + iopt_dveg = @[IOPT_DVEG] + iopt_crs = @[IOPT_CRS] + iopt_btr = 1 + iopt_run = 1 + iopt_sfc = @[IOPT_SFC] + iopt_frz = 1 + iopt_inf = 1 + iopt_rad = @[IOPT_RAD] + iopt_alb = @[IOPT_ALB] + iopt_snf = 4 + iopt_tbot = 2 + iopt_stc = @[IOPT_STC] + debug = .false. + oz_phys = .false. + oz_phys_2015 = .true. + nstf_name = @[NSTF_NAME] + nst_anl = .true. + psautco = 0.0008,0.0005 + prautco = 0.00015,0.00015 + lgfdlmprad = .true. + cplchm = @[CPLCHM] + cplwav = @[CPLWAV] + cplwav2atm = @[CPLWAV2ATM] + cplflx = @[CPLFLX] + cplice = @[CPLICE] + min_seaice = @[MIN_SEAICE] + use_cice_alb = @[USE_CICE_ALB] + frac_grid = @[FRAC_GRID] + effr_in = .true. + ldiag_ugwp = @[LDIAG_UGWP] + do_ugwp = .false. + do_tofd = .false. + do_sppt = @[DO_SPPT] + do_shum = @[DO_SHUM] + do_skeb = @[DO_SKEB] + lndp_type = @[LNDP_TYPE] + n_var_lndp = @[N_VAR_LNDP] + fscav_aero = @[FSCAV_AERO] + do_ca = @[DO_CA] + ca_global = @[CA_GLOBAL] + ca_sgs = @[CA_SGS] + nca = @[NCA] + ncells = @[NCELLS] + nlives = @[NLIVES] + nseed = @[NSEED] + nfracseed = @[NFRACSEED] + nthresh = @[NTHRESH] + ca_trigger = @[CA_TRIGGER] + nspinup = @[NSPINUP] + iseed_ca = @[ISEED_CA] + gwd_opt = @[GWD_OPT] + do_ugwp_v0 = @[DO_UGWP_V0] + do_ugwp_v1 = @[DO_UGWP_V1] + do_gsl_drag_ls_bl = @[DO_GSL_DRAG_LS_BL] + do_gsl_drag_ss = @[DO_GSL_DRAG_SS] + do_gsl_drag_tofd = @[DO_GSL_DRAG_TOFD] + do_ugwp_v1_orog_only = @[DO_UGWP_V1_OROG_ONLY] + do_ugwp_v0_nst_only = @[DO_UGWP_V0_NST_ONLY] +/ + +&gfdl_cloud_microphysics_nml + sedi_transport = .true. + 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 = 225. + tau_v2l = 150. + 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 = 150. + reiflag = 2 +/ + +&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' + FNALBC = @[FNALBC] + FNALBC2 = @[FNALBC2] + FNAISC = 'CFSR.SEAICE.1982.2012.monthly.clim.grb' + FNTG3C = @[FNTG3C] + FNVEGC = @[FNVEGC] + FNVETC = @[FNVETC] + FNSOTC = @[FNSOTC] + FNSMCC = @[FNSMCC] + FNMSKH = @[FNMSKH] + FNTSFA = '' + FNACNA = '' + FNSNOA = '' + FNVMNC = @[FNVMNC] + FNVMXC = @[FNVMXC] + FNSLPC = @[FNSLPC] + FNABSC = @[FNABSC] + LDEBUG =.false. + FSMCL(2) = 99999 + FSMCL(3) = 99999 + FSMCL(4) = 99999 + LANDICE = @[LANDICE] + FTSFS = 90 + FAISL = 99999 + FAISS = 99999 + FSNOL = 99999 + FSNOS = 99999 + FSICL = @[FSICL] + FSICS = 99999 + FTSFL = 99999 + FVETL = 99999 + FSOTL = 99999 + FvmnL = 99999 + FvmxL = 99999 + FSLPL = 99999 + FABSL = 99999 +/ + +&fv_grid_nml + grid_file = 'INPUT/grid_spec.nc' +/ + +&nam_stochy + STOCHINI=@[STOCHINI] + SKEBNORM=1 + SKEB_NPASS=30 + SKEB_VDOF=5 + SKEB=@[SKEB] + SKEB_TAU=2.16E4 + SKEB_LSCALE=1000.E3 + SKEBINT=1800 + SHUM=@[SHUM] + SHUM_TAU=21600 + SHUM_LSCALE=500000 + SHUMINT=3600 + SPPT=@[SPPT] + SPPT_TAU=21600 + SPPT_LSCALE=500000 + SPPT_LOGIT=.TRUE. + SPPT_SFCLIMIT=.TRUE. + SPPTINT=1800 + ISEED_SHUM=1 + ISEED_SKEB=2 + ISEED_SPPT=3 +/ + +&nam_sfcperts + lndp_type = @[LNDP_TYPE] + LNDP_TAU=21600 + LNDP_LSCALE=500000 + ISEED_LNDP=2010 + lndp_var_list = @[LNDP_VAR_LIST] + lndp_prt_list = @[LNDP_PRT_LIST] +/ + +&cires_ugwp_nml + knob_ugwp_solver = 2 + knob_ugwp_version = @[KNOB_UGWP_VERSION] + 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 = 2 + knob_ugwp_ndx4lh = 4 + knob_ugwp_palaunch = 275.0e2 + knob_ugwp_nslope = @[KNOB_UGWP_NSLOPE] + knob_ugwp_lzmax = 15.750e3 + knob_ugwp_lzmin = 0.75e3 + knob_ugwp_lzstar = 2.0e3 + knob_ugwp_taumin = 0.25e-3 + knob_ugwp_tauamp = 3.0e-3 + knob_ugwp_lhmet = 200.0e3 + knob_ugwp_orosolv = 'pss-1986' +/ + +&MOM_input_nml + output_directory = 'MOM6_OUTPUT/', + input_filename = '@[MOM6_RESTART_SETTING]' + restart_input_dir = 'INPUT/', + restart_output_dir = 'RESTART/', + parameter_filename = 'INPUT/MOM_input', + 'INPUT/MOM_override'/ + diff --git a/tests/tests/control_2threads_p8 b/tests/tests/control_2threads_p8 index 12216fd348..ba28f44a93 100644 --- a/tests/tests/control_2threads_p8 +++ b/tests/tests/control_2threads_p8 @@ -83,10 +83,10 @@ export IOPT_SFC=3 # FV3 P7 settings export D2_BG_K1=0.20 export D2_BG_K2=0.04 -export DZ_MIN=2 export PSM_BC=1 # P8 export DDDMP=0.1 +export LGFDLMPRAD=.false. # P7 Merra2 Aerosols & NSST export USE_MERRA2=.true. @@ -98,11 +98,11 @@ export LSEASPRAY=.true. # P7 UGWP1 export GWD_OPT=2 -export DO_UGWP_V1=.true. -export KNOB_UGWP_VERSION=1 +export DO_UGWP_V1=.false. +export KNOB_UGWP_VERSION=0 export KNOB_UGWP_NSLOPE=1 -export DO_UGWP_V0=.false. -export DO_GSL_DRAG_LS_BL=.true. +export DO_UGWP_V0=.true. +export DO_GSL_DRAG_LS_BL=.false. export DO_GSL_DRAG_SS=.true. export DO_GSL_DRAG_TOFD=.true. export DO_UGWP_V1_OROG_ONLY=.false. @@ -139,7 +139,14 @@ export FNVMXC="'C96.vegetation_greenness.tileX.nc'" export FNSLPC="'C96.slope_type.tileX.nc'" export FNABSC="'C96.maximum_snow_albedo.tileX.nc'" export LANDICE=".false." -export FSICL=99999 +export FSICL=0 +export FSICS=0 + +export IMP_PHYSICS=8 +export LGFDLMPRAD=.false. +export DO_SAT_ADJ=.false. +export DNATS=0 +export DZ_MIN=6 #required for NML.IN sharing export MIN_SEAICE=0.15 @@ -149,7 +156,8 @@ export MOM6_RESTART_SETTING=n export USE_CICE_ALB=.false. export FV3_RUN=control_run.IN -export CCPP_SUITE=FV3_GFS_v16_p8 +export CCPP_SUITE=FV3_GFS_v17_p8b +export FIELD_TABLE=field_table_thompson_noaero_tke export DIAG_TABLE=diag_table_gfsv16_merra2 # use same namelist for standalone,coupled P7 export INPUT_NML=cpld_control.nml.IN diff --git a/tests/tests/control_debug_p8 b/tests/tests/control_debug_p8 index 77cc239bbb..56d24c934c 100644 --- a/tests/tests/control_debug_p8 +++ b/tests/tests/control_debug_p8 @@ -42,10 +42,10 @@ export IOPT_SFC=3 # FV3 P7 settings export D2_BG_K1=0.20 export D2_BG_K2=0.04 -export DZ_MIN=2 export PSM_BC=1 # P8 export DDDMP=0.1 +export LGFDLMPRAD=.false. # P7 Merra2 Aerosols & NSST export USE_MERRA2=.true. @@ -57,11 +57,11 @@ export LSEASPRAY=.true. # P7 UGWP1 export GWD_OPT=2 -export DO_UGWP_V1=.true. -export KNOB_UGWP_VERSION=1 +export DO_UGWP_V1=.false. +export KNOB_UGWP_VERSION=0 export KNOB_UGWP_NSLOPE=1 -export DO_UGWP_V0=.false. -export DO_GSL_DRAG_LS_BL=.true. +export DO_UGWP_V0=.true. +export DO_GSL_DRAG_LS_BL=.false. export DO_GSL_DRAG_SS=.true. export DO_GSL_DRAG_TOFD=.true. export DO_UGWP_V1_OROG_ONLY=.false. @@ -98,7 +98,14 @@ export FNVMXC="'C96.vegetation_greenness.tileX.nc'" export FNSLPC="'C96.slope_type.tileX.nc'" export FNABSC="'C96.maximum_snow_albedo.tileX.nc'" export LANDICE=".false." -export FSICL=99999 +export FSICL=0 +export FSICS=0 + +export IMP_PHYSICS=8 +export LGFDLMPRAD=.false. +export DO_SAT_ADJ=.false. +export DNATS=0 +export DZ_MIN=6 #required for NML.IN sharing export MIN_SEAICE=0.15 @@ -108,7 +115,8 @@ export MOM6_RESTART_SETTING=n export USE_CICE_ALB=.false. export FV3_RUN=control_run.IN -export CCPP_SUITE=FV3_GFS_v16_p8 +export CCPP_SUITE=FV3_GFS_v17_p8b +export FIELD_TABLE=field_table_thompson_noaero_tke export DIAG_TABLE=diag_table_gfsv16_merra2 # use same namelist for standalone,coupled P7 export INPUT_NML=cpld_control.nml.IN diff --git a/tests/tests/control_decomp_p8 b/tests/tests/control_decomp_p8 index 480f4a166f..cf61ccaa1f 100644 --- a/tests/tests/control_decomp_p8 +++ b/tests/tests/control_decomp_p8 @@ -80,10 +80,10 @@ export IOPT_SFC=3 # FV3 P7 settings export D2_BG_K1=0.20 export D2_BG_K2=0.04 -export DZ_MIN=2 export PSM_BC=1 # P8 export DDDMP=0.1 +export LGFDLMPRAD=.false. # P7 Merra2 Aerosols & NSST export USE_MERRA2=.true. @@ -95,11 +95,11 @@ export LSEASPRAY=.true. # P7 UGWP1 export GWD_OPT=2 -export DO_UGWP_V1=.true. -export KNOB_UGWP_VERSION=1 +export DO_UGWP_V1=.false. +export KNOB_UGWP_VERSION=0 export KNOB_UGWP_NSLOPE=1 -export DO_UGWP_V0=.false. -export DO_GSL_DRAG_LS_BL=.true. +export DO_UGWP_V0=.true. +export DO_GSL_DRAG_LS_BL=.false. export DO_GSL_DRAG_SS=.true. export DO_GSL_DRAG_TOFD=.true. export DO_UGWP_V1_OROG_ONLY=.false. @@ -136,7 +136,14 @@ export FNVMXC="'C96.vegetation_greenness.tileX.nc'" export FNSLPC="'C96.slope_type.tileX.nc'" export FNABSC="'C96.maximum_snow_albedo.tileX.nc'" export LANDICE=".false." -export FSICL=99999 +export FSICL=0 +export FSICS=0 + +export IMP_PHYSICS=8 +export LGFDLMPRAD=.false. +export DO_SAT_ADJ=.false. +export DNATS=0 +export DZ_MIN=6 #required for NML.IN sharing export MIN_SEAICE=0.15 @@ -146,7 +153,8 @@ export MOM6_RESTART_SETTING=n export USE_CICE_ALB=.false. export FV3_RUN=control_run.IN -export CCPP_SUITE=FV3_GFS_v16_p8 +export CCPP_SUITE=FV3_GFS_v17_p8b +export FIELD_TABLE=field_table_thompson_noaero_tke export DIAG_TABLE=diag_table_gfsv16_merra2 # use same namelist for standalone,coupled P7 export INPUT_NML=cpld_control.nml.IN diff --git a/tests/tests/control_p8 b/tests/tests/control_p8 index 573add071d..4e02eeb193 100644 --- a/tests/tests/control_p8 +++ b/tests/tests/control_p8 @@ -82,7 +82,6 @@ export IOPT_SFC=3 # FV3 P7 settings export D2_BG_K1=0.20 export D2_BG_K2=0.04 -export DZ_MIN=2 export PSM_BC=1 # P8 export DDDMP=0.1 diff --git a/tests/tests/control_restart_p8 b/tests/tests/control_restart_p8 index 33e8645cbf..55c9b2b0f5 100644 --- a/tests/tests/control_restart_p8 +++ b/tests/tests/control_restart_p8 @@ -80,10 +80,10 @@ export IOPT_SFC=3 # FV3 P7 settings export D2_BG_K1=0.20 export D2_BG_K2=0.04 -export DZ_MIN=2 export PSM_BC=1 # P8 export DDDMP=0.1 +export LGFDLMPRAD=.false. # P7 Merra2 Aerosols & NSST export USE_MERRA2=.true. @@ -95,11 +95,11 @@ export LSEASPRAY=.true. # P7 UGWP1 export GWD_OPT=2 -export DO_UGWP_V1=.true. -export KNOB_UGWP_VERSION=1 +export DO_UGWP_V1=.false. +export KNOB_UGWP_VERSION=0 export KNOB_UGWP_NSLOPE=1 -export DO_UGWP_V0=.false. -export DO_GSL_DRAG_LS_BL=.true. +export DO_UGWP_V0=.true. +export DO_GSL_DRAG_LS_BL=.false. export DO_GSL_DRAG_SS=.true. export DO_GSL_DRAG_TOFD=.true. export DO_UGWP_V1_OROG_ONLY=.false. @@ -136,7 +136,14 @@ export FNVMXC="'C96.vegetation_greenness.tileX.nc'" export FNSLPC="'C96.slope_type.tileX.nc'" export FNABSC="'C96.maximum_snow_albedo.tileX.nc'" export LANDICE=".false." -export FSICL=99999 +export FSICL=0 +export FSICS=0 + +export IMP_PHYSICS=8 +export LGFDLMPRAD=.false. +export DO_SAT_ADJ=.false. +export DNATS=0 +export DZ_MIN=6 #required for NML.IN sharing export MIN_SEAICE=0.15 @@ -146,7 +153,8 @@ export MOM6_RESTART_SETTING=n export USE_CICE_ALB=.false. export FV3_RUN=control_run.IN -export CCPP_SUITE=FV3_GFS_v16_p8 +export CCPP_SUITE=FV3_GFS_v17_p8b +export FIELD_TABLE=field_table_thompson_noaero_tke export DIAG_TABLE=diag_table_gfsv16_merra2 # use same namelist for standalone,coupled P7 export INPUT_NML=cpld_control.nml.IN diff --git a/tests/tests/cpld_bmark_mpi_p8 b/tests/tests/cpld_bmark_mpi_p8 index 2bc16f65e9..05963bc090 100644 --- a/tests/tests/cpld_bmark_mpi_p8 +++ b/tests/tests/cpld_bmark_mpi_p8 @@ -124,6 +124,9 @@ export FNVMXC="'C384.vegetation_greenness.tileX.nc'" export FNSLPC="'C384.slope_type.tileX.nc'" export FNABSC="'C384.maximum_snow_albedo.tileX.nc'" +export CDMBWD=${CDMBWD_c384} +export DT_INNER=${DT_INNER_c384} + export MOM6_RIVER_RUNOFF=True export MOM6_RESTART_SETTING=r diff --git a/tests/tests/cpld_bmark_p7 b/tests/tests/cpld_bmark_p7 index 502cbb2ac4..87942583d1 100644 --- a/tests/tests/cpld_bmark_p7 +++ b/tests/tests/cpld_bmark_p7 @@ -158,3 +158,4 @@ export RST_END=$RUN_END export RST_2_END=$RUN_END export FV3_RUN=cpld_control_run.IN +export INPUT_NML=cpld_control_p7.nml.IN diff --git a/tests/tests/cpld_bmark_p8_35d b/tests/tests/cpld_bmark_p8_35d index 00f79c06b6..c425b76f29 100644 --- a/tests/tests/cpld_bmark_p8_35d +++ b/tests/tests/cpld_bmark_p8_35d @@ -83,6 +83,7 @@ export FNVMXC="'C384.vegetation_greenness.tileX.nc'" export FNSLPC="'C384.slope_type.tileX.nc'" export FNABSC="'C384.maximum_snow_albedo.tileX.nc'" +export CDMBWD=${CDMBWD_c384} export DT_INNER=${DT_INNER_c384} export MOM6_RIVER_RUNOFF=True diff --git a/tests/tests/cpld_control_c192_p8 b/tests/tests/cpld_control_c192_p8 index 74a9a55de5..9341f472eb 100644 --- a/tests/tests/cpld_control_c192_p8 +++ b/tests/tests/cpld_control_c192_p8 @@ -121,6 +121,7 @@ export FNSLPC="'C192.slope_type.tileX.nc'" export FNABSC="'C192.maximum_snow_albedo.tileX.nc'" export CDMBWD=${CDMBWD_c192} +export DT_INNER=${DT_INNER_c384} export CPLWAV=.false. export CPLWAV2ATM=.false. diff --git a/tests/tests/cpld_restart_c192_p8 b/tests/tests/cpld_restart_c192_p8 index 4dd097db01..7a1cc5bede 100644 --- a/tests/tests/cpld_restart_c192_p8 +++ b/tests/tests/cpld_restart_c192_p8 @@ -125,6 +125,7 @@ export FNSLPC="'C192.slope_type.tileX.nc'" export FNABSC="'C192.maximum_snow_albedo.tileX.nc'" export CDMBWD=${CDMBWD_c192} +export DT_INNER=${DT_INNER_c384} # ATM warm start export WARM_START=.true. diff --git a/tests/tests/cpld_restart_c384_p8 b/tests/tests/cpld_restart_c384_p8 index bc26994ed9..9b0e88ccb2 100644 --- a/tests/tests/cpld_restart_c384_p8 +++ b/tests/tests/cpld_restart_c384_p8 @@ -121,6 +121,7 @@ export FNSLPC="'C384.slope_type.tileX.nc'" export FNABSC="'C384.maximum_snow_albedo.tileX.nc'" export CDMBWD=${CDMBWD_c384} +export DT_INNER=${DT_INNER_c384} # ATM warm start export WARM_START=.true. From b6c91c8813fe22749eb8e5cabbf61e7b4ce64c0a Mon Sep 17 00:00:00 2001 From: Jessica Meixner Date: Wed, 9 Feb 2022 21:56:12 +0000 Subject: [PATCH 016/106] update rt.conf build scripts point to new ICs --- tests/rt.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/rt.sh b/tests/rt.sh index bf195fe98e..52ca7ec52e 100755 --- a/tests/rt.sh +++ b/tests/rt.sh @@ -489,6 +489,7 @@ fi INPUTDATA_ROOT=${INPUTDATA_ROOT:-$DISKNM/NEMSfv3gfs/input-data-20211210} INPUTDATA_ROOT_WW3=${INPUTDATA_ROOT}/WW3_input_data_20211113 INPUTDATA_ROOT_BMIC=${INPUTDATA_ROOT_BMIC:-$DISKNM/NEMSfv3gfs/BM_IC-20210717} +INPUTDATA_ROOT_BMIC=/scratch2/NCEPDEV/climate/Jessica.Meixner/p8b/BM_IC-20220207 shift $((OPTIND-1)) [[ $# -gt 1 ]] && usage From d3870c1c3006f93f7d0d4bbddd0361822a9ad824 Mon Sep 17 00:00:00 2001 From: Jessica Meixner Date: Thu, 10 Feb 2022 03:54:48 +0000 Subject: [PATCH 017/106] update configure and input files --- tests/fv3_conf/cpld_control_run.IN | 2 +- tests/rt.conf | 6 +++--- tests/rt_35d.conf | 2 +- tests/rt_gnu.conf | 6 +++--- tests/rt_weekly.conf | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/tests/fv3_conf/cpld_control_run.IN b/tests/fv3_conf/cpld_control_run.IN index 92d737ccf1..68aa33ab4a 100644 --- a/tests/fv3_conf/cpld_control_run.IN +++ b/tests/fv3_conf/cpld_control_run.IN @@ -9,7 +9,7 @@ fi ICERES=${OCNRES:0:1}.${OCNRES:1} if [[ $BMIC == .true. ]]; then - FV3_IC=@[INPUTDATA_ROOT_BMIC]/${SYEAR}${SMONTH}${SDAY}${SHOUR}/gfs_p7/@[ATMRES]_L@[NPZ]/INPUT + FV3_IC=@[INPUTDATA_ROOT_BMIC]/${SYEAR}${SMONTH}${SDAY}${SHOUR}/gfs_p8a/@[ATMRES]_L@[NPZ]/INPUT MOM_IC=@[INPUTDATA_ROOT_BMIC]/${SYEAR}${SMONTH}${SDAY}${SHOUR}/mom6_da ICE_IC=@[INPUTDATA_ROOT_BMIC]/${SYEAR}${SMONTH}${SDAY}${SHOUR}/cpc else diff --git a/tests/rt.conf b/tests/rt.conf index ca46511dc1..5d5381db94 100644 --- a/tests/rt.conf +++ b/tests/rt.conf @@ -2,7 +2,7 @@ # S2S tests # ################################################################################################################################################################################### -COMPILE | -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v16_coupled_nsstNoahmpUGWPv1,FV3_GFS_v16_coupled_p7_rrtmgp,FV3_GFS_v16_coupled_p8 | - wcoss_cray | fv3 | +COMPILE | -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v16_coupled_nsstNoahmpUGWPv1,FV3_GFS_v16_coupled_p7_rrtmgp,FV3_GFS_v17_coupled_p8b | - wcoss_cray | fv3 | RUN | cpld_control_p8 | - wcoss_cray | fv3 | RUN | cpld_2threads_p8 | - wcoss_cray | | RUN | cpld_decomp_p8 | - wcoss_cray jet.intel | | @@ -30,7 +30,7 @@ RUN | cpld_debug_p8 # PROD tests # ################################################################################################################################################################################### -COMPILE | -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 | | fv3 | +COMPILE | -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_v17_p8b -D32BIT=ON | | fv3 | RUN | control | | fv3 | RUN | control_decomp | | | RUN | control_2dwrtdecomp | | | @@ -104,7 +104,7 @@ RUN | control_wam # DEBUG tests # ################################################################################################################################################################################### -COMPILE | -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 | | fv3 | +COMPILE | -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_v17_p8b -D32BIT=ON | | fv3 | RUN | control_debug | | fv3 | RUN | control_2threads_debug | - wcoss_cray | | diff --git a/tests/rt_35d.conf b/tests/rt_35d.conf index 8b60bad8fd..2a6176f827 100644 --- a/tests/rt_35d.conf +++ b/tests/rt_35d.conf @@ -2,7 +2,7 @@ # CPLD Benchmark 35d tests # ############################################################################################################################################################################### -COMPILE | -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v16_coupled_p8 | + hera.intel | fv3 | | +COMPILE | -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v17_coupled_p8b | + hera.intel | fv3 | | RUN | cpld_bmark_p8_35d | | fv3 | | 2012010100 RUN | cpld_bmark_p8_35d | | fv3 | | 2012040100 RUN | cpld_bmark_p8_35d | | fv3 | | 2012070100 diff --git a/tests/rt_gnu.conf b/tests/rt_gnu.conf index 7aa499eba3..213fa9afc0 100644 --- a/tests/rt_gnu.conf +++ b/tests/rt_gnu.conf @@ -2,7 +2,7 @@ # CCPP PROD tests # ################################################################################################################################################################## -COMPILE | -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v16_flake,FV3_GFS_v16_RRTMGP,FV3_GFS_v16_thompson,FV3_GFS_v16_ras,FV3_GFS_v16_p8 | | fv3 | +COMPILE | -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_v17_p8b | | fv3 | RUN | control | | fv3 | RUN | control_restart | | | control @@ -62,8 +62,8 @@ RUN | control_wam_debug ################################################################################################################################################################## # Waves off -COMPILE | -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v16_coupled_p8 | | fv3 | +COMPILE | -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8b | | fv3 | RUN | cpld_control_c96_p8 | | fv3 | -COMPILE | -DAPP=S2S -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v16_coupled_p8 | | fv3 | +COMPILE | -DAPP=S2S -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8b | | fv3 | RUN | cpld_debug_p8 | | fv3 | diff --git a/tests/rt_weekly.conf b/tests/rt_weekly.conf index 85e25b683b..b020fa5427 100644 --- a/tests/rt_weekly.conf +++ b/tests/rt_weekly.conf @@ -7,7 +7,7 @@ RUN | control_c768 # CPLD Benchmark 35d tests # The length of forecast is 5 days for the weekly tests. -COMPILE | -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v16_coupled_p8 | + hera.intel | fv3 | | +COMPILE | -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v17_coupled_p8b | + hera.intel | fv3 | | RUN | cpld_bmark_p8_35d | | fv3 | | 2012010100 RUN | cpld_bmark_p8_35d | | fv3 | | 2012040100 RUN | cpld_bmark_p8_35d | | fv3 | | 2012070100 From 5839ca4a05c9fc684460677fc5ead30691ee1b4f Mon Sep 17 00:00:00 2001 From: Jessica Meixner Date: Thu, 10 Feb 2022 14:04:53 +0000 Subject: [PATCH 018/106] update build for cpld debug test --- tests/rt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/rt.conf b/tests/rt.conf index 5d5381db94..cba738bf57 100644 --- a/tests/rt.conf +++ b/tests/rt.conf @@ -23,7 +23,7 @@ RUN | cpld_restart_c192_p8 RUN | cpld_control_c384_p8 | - wcoss_cray | fv3 | RUN | cpld_restart_c384_p8 | - wcoss_cray | | cpld_control_c384_p8 -COMPILE | -DAPP=S2S -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v16_coupled_p8 | - wcoss_cray | fv3 | +COMPILE | -DAPP=S2S -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8b | - wcoss_cray | fv3 | RUN | cpld_debug_p8 | - wcoss_cray | fv3 | ################################################################################################################################################################################### From 7ce324a9da87b59b40cb3f238419f23118c84122 Mon Sep 17 00:00:00 2001 From: Jessica Meixner Date: Thu, 10 Feb 2022 20:54:09 +0000 Subject: [PATCH 019/106] use correct cdmbgwd="0.14,1.8,1.0,1.0" for C96 --- tests/tests/control_2threads_p8 | 1 - tests/tests/control_debug_p8 | 1 - tests/tests/control_decomp_p8 | 1 - tests/tests/control_p8 | 1 - tests/tests/control_restart_p8 | 1 - tests/tests/cpld_debug_p8 | 2 ++ 6 files changed, 2 insertions(+), 5 deletions(-) diff --git a/tests/tests/control_2threads_p8 b/tests/tests/control_2threads_p8 index ba28f44a93..5bbcadeb59 100644 --- a/tests/tests/control_2threads_p8 +++ b/tests/tests/control_2threads_p8 @@ -108,7 +108,6 @@ export DO_GSL_DRAG_TOFD=.true. export DO_UGWP_V1_OROG_ONLY=.false. export DO_UGWP_V0_NST_ONLY=.false. export LDIAG_UGWP=.false. -export CDMBWD='1.0,2.2,1.0,1.0' # P7 CA export DO_CA=.true. diff --git a/tests/tests/control_debug_p8 b/tests/tests/control_debug_p8 index 56d24c934c..27a59ecbe6 100644 --- a/tests/tests/control_debug_p8 +++ b/tests/tests/control_debug_p8 @@ -67,7 +67,6 @@ export DO_GSL_DRAG_TOFD=.true. export DO_UGWP_V1_OROG_ONLY=.false. export DO_UGWP_V0_NST_ONLY=.false. export LDIAG_UGWP=.false. -export CDMBWD='1.0,2.2,1.0,1.0' # P7 CA export DO_CA=.true. diff --git a/tests/tests/control_decomp_p8 b/tests/tests/control_decomp_p8 index cf61ccaa1f..90c3d8be01 100644 --- a/tests/tests/control_decomp_p8 +++ b/tests/tests/control_decomp_p8 @@ -105,7 +105,6 @@ export DO_GSL_DRAG_TOFD=.true. export DO_UGWP_V1_OROG_ONLY=.false. export DO_UGWP_V0_NST_ONLY=.false. export LDIAG_UGWP=.false. -export CDMBWD='1.0,2.2,1.0,1.0' # P7 CA export DO_CA=.true. diff --git a/tests/tests/control_p8 b/tests/tests/control_p8 index 4e02eeb193..150083c483 100644 --- a/tests/tests/control_p8 +++ b/tests/tests/control_p8 @@ -107,7 +107,6 @@ export DO_GSL_DRAG_TOFD=.true. export DO_UGWP_V1_OROG_ONLY=.false. export DO_UGWP_V0_NST_ONLY=.false. export LDIAG_UGWP=.false. -export CDMBWD='1.0,2.2,1.0,1.0' # P7 CA export DO_CA=.true. diff --git a/tests/tests/control_restart_p8 b/tests/tests/control_restart_p8 index 55c9b2b0f5..3afa07ad7b 100644 --- a/tests/tests/control_restart_p8 +++ b/tests/tests/control_restart_p8 @@ -105,7 +105,6 @@ export DO_GSL_DRAG_TOFD=.true. export DO_UGWP_V1_OROG_ONLY=.false. export DO_UGWP_V0_NST_ONLY=.false. export LDIAG_UGWP=.false. -export CDMBWD='1.0,2.2,1.0,1.0' # P7 CA export DO_CA=.true. diff --git a/tests/tests/cpld_debug_p8 b/tests/tests/cpld_debug_p8 index 323c148f7e..e663ec32f5 100644 --- a/tests/tests/cpld_debug_p8 +++ b/tests/tests/cpld_debug_p8 @@ -57,6 +57,8 @@ export LIST_FILES="sfcf006.tile1.nc \ export_fv3 export_cpl +export WLCLK=180 + export DAYS=0.25 export FHMAX=6 From 76509e9a9bc9bcc4baf67eee43c44d466427723e Mon Sep 17 00:00:00 2001 From: Jessica Meixner Date: Thu, 10 Feb 2022 23:13:51 +0000 Subject: [PATCH 020/106] updates for aero --- tests/parm/nems.configure.cpld_aero.IN | 123 ++++++++++++++++++ tests/parm/nems.configure.cpld_aero_wave.IN | 4 + ...{cpld_bmark_p7_aero => cpld_bmark_p8_aero} | 0 3 files changed, 127 insertions(+) create mode 100644 tests/parm/nems.configure.cpld_aero.IN rename tests/tests/{cpld_bmark_p7_aero => cpld_bmark_p8_aero} (100%) diff --git a/tests/parm/nems.configure.cpld_aero.IN b/tests/parm/nems.configure.cpld_aero.IN new file mode 100644 index 0000000000..48388bd808 --- /dev/null +++ b/tests/parm/nems.configure.cpld_aero.IN @@ -0,0 +1,123 @@ +############################################# +#### NEMS Run-Time Configuration File ##### +############################################# + +# ESMF # + logKindFlag: ESMF_LOGKIND_MULTI + +# EARTH # +EARTH_component_list: MED ATM CHM OCN ICE +EARTH_attributes:: + Verbosity = 0 +:: + +# MED # +MED_model: @[med_model] +MED_petlist_bounds: @[med_petlist_bounds] +:: + +# ATM # +ATM_model: @[atm_model] +ATM_petlist_bounds: @[atm_petlist_bounds] +ATM_attributes:: + Verbosity = 0 + DumpFields = false + ProfileMemory = false + OverwriteSlice = true +:: + +# CHM # +CHM_model: @[chm_model] +CHM_petlist_bounds: @[chm_petlist_bounds] +CHM_attributes:: + Verbosity = 0 +:: + +# OCN # +OCN_model: @[ocn_model] +OCN_petlist_bounds: @[ocn_petlist_bounds] +OCN_attributes:: + Verbosity = 0 + DumpFields = false + ProfileMemory = false + OverwriteSlice = true + mesh_ocn = @[MESHOCN_ICE] +:: + +# ICE # +ICE_model: @[ice_model] +ICE_petlist_bounds: @[ice_petlist_bounds] +ICE_attributes:: + Verbosity = 0 + DumpFields = false + ProfileMemory = false + OverwriteSlice = true + mesh_ice = @[MESHOCN_ICE] + stop_n = @[RESTART_N] + stop_option = nhours + stop_ymd = -999 +:: + +# CMEPS warm run sequence +runSeq:: +@@[coupling_interval_slow_sec] + MED med_phases_prep_ocn_avg + MED -> OCN :remapMethod=redist + OCN + @@[coupling_interval_fast_sec] + MED med_phases_prep_atm + MED med_phases_prep_ice + MED -> ATM :remapMethod=redist + MED -> ICE :remapMethod=redist + ATM phase1 + ATM -> CHM + CHM + CHM -> ATM + ATM phase2 + ICE + ATM -> MED :remapMethod=redist + MED med_phases_post_atm + ICE -> MED :remapMethod=redist + MED med_phases_post_ice + MED med_phases_prep_ocn_accum + @ + OCN -> MED :remapMethod=redist + MED med_phases_post_ocn + MED med_phases_restart_write +@ +:: + +# CMEPS variables + +DRIVER_attributes:: +:: + +MED_attributes:: + ATM_model = @[atm_model] + ICE_model = @[ice_model] + OCN_model = @[ocn_model] + history_n = 1 + history_option = nhours + history_ymd = -999 + coupling_mode = @[CPLMODE] + history_tile_atm = @[ATMTILESIZE] +:: +ALLCOMP_attributes:: + ScalarFieldCount = 2 + ScalarFieldIdxGridNX = 1 + ScalarFieldIdxGridNY = 2 + ScalarFieldName = cpl_scalars + start_type = @[RUNTYPE] + restart_dir = RESTART/ + case_name = ufs.cpld + restart_n = @[RESTART_N] + restart_option = nhours + restart_ymd = -999 + dbug_flag = @[cap_dbug_flag] + use_coldstart = @[use_coldstart] + use_mommesh = @[use_mommesh] + eps_imesh = @[eps_imesh] + stop_n = @[FHMAX] + stop_option = nhours + stop_ymd = -999 +:: diff --git a/tests/parm/nems.configure.cpld_aero_wave.IN b/tests/parm/nems.configure.cpld_aero_wave.IN index 3006cd67a3..166fa4419a 100644 --- a/tests/parm/nems.configure.cpld_aero_wave.IN +++ b/tests/parm/nems.configure.cpld_aero_wave.IN @@ -2,6 +2,9 @@ #### NEMS Run-Time Configuration File ##### ############################################# +# ESMF # + logKindFlag: ESMF_LOGKIND_MULTI + # EARTH # EARTH_component_list: MED ATM CHM OCN ICE WAV EARTH_attributes:: @@ -111,6 +114,7 @@ MED_attributes:: history_option = nhours history_ymd = -999 coupling_mode = @[CPLMODE] + history_tile_atm = @[ATMTILESIZE] :: ALLCOMP_attributes:: ScalarFieldCount = 2 diff --git a/tests/tests/cpld_bmark_p7_aero b/tests/tests/cpld_bmark_p8_aero similarity index 100% rename from tests/tests/cpld_bmark_p7_aero rename to tests/tests/cpld_bmark_p8_aero From 6d525e515555caf26b6c26cd07c0bae6844faa78 Mon Sep 17 00:00:00 2001 From: Jessica Meixner Date: Thu, 10 Feb 2022 23:24:45 +0000 Subject: [PATCH 021/106] set c384 correctly for cdmbgwd --- tests/default_vars.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/default_vars.sh b/tests/default_vars.sh index 2331029e38..bbd019a008 100755 --- a/tests/default_vars.sh +++ b/tests/default_vars.sh @@ -825,7 +825,7 @@ export DO_UGWP_V1_OROG_ONLY=.false. export CDMBWD_c48='0.071,2.1,1.0,1.0' export CDMBWD_c96='0.14,1.8,1.0,1.0' export CDMBWD_c192='0.23,1.5,1.0,1.0' -export CDMBWD_c384='1.0,2.2,1.0,1.0' +export CDMBWD_c384='1.1,0.72,1.0,1.0' export CDMBWD_c768='4.0,0.15,1.0,1.0' #DT_INNER=(Time step)/2 From fa22cb966bf85ee480cfd5de1394afa495c0cfb6 Mon Sep 17 00:00:00 2001 From: Jessica Meixner Date: Thu, 10 Feb 2022 23:55:52 +0000 Subject: [PATCH 022/106] updates for aero bmk test --- .../field_table_thompson_noaero_tke_GOCART | 197 ++++++++++++++++++ tests/rt.conf | 8 +- tests/tests/cpld_bmark_p8_aero | 2 +- 3 files changed, 201 insertions(+), 6 deletions(-) create mode 100644 tests/parm/field_table/field_table_thompson_noaero_tke_GOCART diff --git a/tests/parm/field_table/field_table_thompson_noaero_tke_GOCART b/tests/parm/field_table/field_table_thompson_noaero_tke_GOCART new file mode 100644 index 0000000000..73b5f7f612 --- /dev/null +++ b/tests/parm/field_table/field_table_thompson_noaero_tke_GOCART @@ -0,0 +1,197 @@ +# 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" / +# prognostic aerosols + "TRACER", "atmos_mod", "so2" + "longname", "so2 mixing ratio" + "units", "ppm" + "tracer_usage", "chemistry" + "profile_type", "fixed", "surface_value=0.0" / + "TRACER", "atmos_mod", "so4" + "longname", "sulfate mixing ratio" + "units", "ug/kg" + "tracer_usage", "chemistry" + "profile_type", "fixed", "surface_value=0.0" / + "TRACER", "atmos_mod", "dms" + "longname", "DMS mixing ratio" + "units", "ppm" + "tracer_usage", "chemistry" + "profile_type", "fixed", "surface_value=0.0" / + "TRACER", "atmos_mod", "msa" + "longname", "msa mixing ratio" + "units", "ppm" + "tracer_usage", "chemistry" + "profile_type", "fixed", "surface_value=0.0" / + "TRACER", "atmos_mod", "bc1" + "longname", "hydrophobic black carbon mixing ratio" + "units", "ug/kg" + "tracer_usage", "chemistry" + "profile_type", "fixed", "surface_value=0.0" / + "TRACER", "atmos_mod", "bc2" + "longname", "hydrophillic black carbon mixing ratio" + "units", "ug/kg" + "tracer_usage", "chemistry" + "profile_type", "fixed", "surface_value=0.0" / + "TRACER", "atmos_mod", "oc1" + "longname", "hydrophobic organic carbon mixing ratio" + "units", "ug/kg" + "tracer_usage", "chemistry" + "profile_type", "fixed", "surface_value=0.0" / + "TRACER", "atmos_mod", "oc2" + "longname", "hydrophillic organic carbon mixing ratio" + "units", "ug/kg" + "tracer_usage", "chemistry" + "profile_type", "fixed", "surface_value=0.0" / + "TRACER", "atmos_mod", "dust1" + "longname", "fine dust1 mixing ratio" + "units", "ug/kg" + "tracer_usage", "chemistry" + "profile_type", "fixed", "surface_value=0.0" / + "TRACER", "atmos_mod", "dust2" + "longname", "fine dust2 mixing ratio" + "units", "ug/kg" + "tracer_usage", "chemistry" + "profile_type", "fixed", "surface_value=0.0" / + "TRACER", "atmos_mod", "dust3" + "longname", "coarse dust3 mixing ratio" + "units", "ug/kg" + "tracer_usage", "chemistry" + "profile_type", "fixed", "surface_value=0.0" / + "TRACER", "atmos_mod", "dust4" + "longname", "coarse dust4 mixing ratio" + "units", "ug/kg" + "tracer_usage", "chemistry" + "profile_type", "fixed", "surface_value=0.0" / + "TRACER", "atmos_mod", "dust5" + "longname", "coarse dust5 mixing ratio" + "units", "ug/kg" + "tracer_usage", "chemistry" + "profile_type", "fixed", "surface_value=0.0" / + "TRACER", "atmos_mod", "seas1" + "longname", "seasalt1 mixing ratio" + "units", "ug/kg" + "tracer_usage", "chemistry" + "profile_type", "fixed", "surface_value=0.0" / + "TRACER", "atmos_mod", "seas2" + "longname", "seasalt2 mixing ratio" + "units", "ug/kg" + "tracer_usage", "chemistry" + "profile_type", "fixed", "surface_value=0.0" / + "TRACER", "atmos_mod", "seas3" + "longname", "seasalt3 mixing ratio" + "units", "ug/kg" + "tracer_usage", "chemistry" + "profile_type", "fixed", "surface_value=0.0" / + "TRACER", "atmos_mod", "seas4" + "longname", "seasalt4 mixing ratio" + "units", "ug/kg" + "tracer_usage", "chemistry" + "profile_type", "fixed", "surface_value=0.0" / + "TRACER", "atmos_mod", "seas5" + "longname", "seasalt5 mixing ratio" + "units", "ug/kg" + "tracer_usage", "chemistry" + "profile_type", "fixed", "surface_value=0.0" / + "TRACER", "atmos_mod", "nh3" + "longname", "primary NH3 mixing ratio" + "units", "ug/kg" + "tracer_usage", "chemistry" + "profile_type", "fixed", "surface_value=0.0" / + "TRACER", "atmos_mod", "nh4a" + "longname", "primary NH4a mixing ratio" + "units", "ug/kg" + "tracer_usage", "chemistry" + "profile_type", "fixed", "surface_value=0.0" / + "TRACER", "atmos_mod", "no3an1" + "longname", "primary NO3an1 mixing ratio" + "units", "ug/kg" + "tracer_usage", "chemistry" + "profile_type", "fixed", "surface_value=0.0" / + "TRACER", "atmos_mod", "no3an2" + "longname", "primary NO3an2 mixing ratio" + "units", "ug/kg" + "tracer_usage", "chemistry" + "profile_type", "fixed", "surface_value=0.0" / + "TRACER", "atmos_mod", "no3an3" + "longname", "primary NO3an3 mixing ratio" + "units", "ug/kg" + "tracer_usage", "chemistry" + "profile_type", "fixed", "surface_value=0.0" / +# diagnostic PM tracers + "TRACER", "atmos_mod", "pm25" + "longname", "primary PM25 mixing ratio" + "units", "ug/m3" + "tracer_usage", "chemistry", "type=diagnostic" + "profile_type", "fixed", "surface_value=0.0" / + "TRACER", "atmos_mod", "pm10" + "longname", "primary PM10 mixing ratio" + "units", "ug/m3" + "tracer_usage", "chemistry", "type=diagnostic" + "profile_type", "fixed", "surface_value=0.0" / +# non-prognostic cloud amount + "TRACER", "atmos_mod", "cld_amt" + "longname", "cloud amount" + "units", "1" + "profile_type", "fixed", "surface_value=0.0" / diff --git a/tests/rt.conf b/tests/rt.conf index 26531e938d..7f544622f0 100644 --- a/tests/rt.conf +++ b/tests/rt.conf @@ -2,7 +2,7 @@ # S2S tests # ################################################################################################################################################################################### -COMPILE | -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v16_coupled_nsstNoahmpUGWPv1,FV3_GFS_v16_coupled_p7_rrtmgp,FV3_GFS_v17_coupled_p8b | - wcoss_cray | fv3 | +COMPILE | -DAPP=S2SW -DUFS_GOCART=ON -DCCPP_SUITES=FV3_GFS_v16_coupled_nsstNoahmpUGWPv1,FV3_GFS_v16_coupled_p7_rrtmgp,FV3_GFS_v17_coupled_p8b | - wcoss_cray | fv3 | RUN | cpld_control_p8 | - wcoss_cray | fv3 | RUN | cpld_2threads_p8 | - wcoss_cray | | RUN | cpld_decomp_p8 | - wcoss_cray jet.intel | | @@ -12,6 +12,7 @@ RUN | cpld_control_p7_rrtmgp RUN | cpld_bmark_p7 | - wcoss_cray | fv3 | RUN | cpld_bmark_p8 | - wcoss_cray | fv3 | RUN | cpld_bmark_mpi_p8 | - wcoss_cray | | +RUN | cpld_bmark_p8_aero | + hera.intel orion.intel | fv3 | # Waves off for restart and debug tests RUN | cpld_control_c96_p8 | - wcoss_cray | fv3 | @@ -23,12 +24,9 @@ RUN | cpld_restart_c192_p8 RUN | cpld_control_c384_p8 | - wcoss_cray | fv3 | RUN | cpld_restart_c384_p8 | - wcoss_cray | | cpld_control_c384_p8 -COMPILE | -DAPP=S2S -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8b | - wcoss_cray | fv3 | +COMPILE | -DAPP=S2S -DDEBUG=ON -DUFS_GOCART=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8b | - wcoss_cray | fv3 | RUN | cpld_debug_p8 | - wcoss_cray | fv3 | -# Add aerosols (temporary) -COMPILE | -DAPP=S2SW -DUFS_GOCART=ON -DCCPP_SUITES=FV3_GFS_v16_coupled_nsstNoahmpUGWPv1 | + hera.intel | fv3 | -RUN | cpld_bmark_p7_aero | + hera.intel | fv3 | ################################################################################################################################################################################### # PROD tests # diff --git a/tests/tests/cpld_bmark_p8_aero b/tests/tests/cpld_bmark_p8_aero index 2f3c41be13..bcf5f9d948 100644 --- a/tests/tests/cpld_bmark_p8_aero +++ b/tests/tests/cpld_bmark_p8_aero @@ -150,5 +150,5 @@ export RST_END=$RUN_END export RST_2_END=$RUN_END export FV3_RUN=cpld_control_run.IN -export FIELD_TABLE=field_table_GOCART +export FIELD_TABLE=field_table_thompson_noaero_tke_GOCART export DIAG_TABLE=diag_table_p7.2_template From 063d1943b96ddf5b3476ee16a9b4d5068aafe2ec Mon Sep 17 00:00:00 2001 From: Jessica Meixner Date: Fri, 11 Feb 2022 00:25:44 +0000 Subject: [PATCH 023/106] add aero into standard tests --- tests/default_vars.sh | 2 +- tests/rt.conf | 6 +- tests/tests/cpld_bmark_p8_aero | 13 +++-- tests/tests/cpld_control_p8_aero | 86 +++++++++++++++++++++++++++++ tests/tests/cpld_debug_p8_aero | 95 ++++++++++++++++++++++++++++++++ 5 files changed, 193 insertions(+), 9 deletions(-) create mode 100644 tests/tests/cpld_control_p8_aero create mode 100644 tests/tests/cpld_debug_p8_aero diff --git a/tests/default_vars.sh b/tests/default_vars.sh index bbd019a008..f0759bb118 100755 --- a/tests/default_vars.sh +++ b/tests/default_vars.sh @@ -237,7 +237,7 @@ elif [[ $MACHINE_ID = hera.* ]]; then TASKS_cpl_c96=192; TPN_cpl_c96=40; INPES_cpl_c96=3; JNPES_cpl_c96=8 THRD_cpl_c96=1; WPG_cpl_c96=6; MPB_cpl_c96="0 143"; APB_cpl_c96="0 149" - OPB_cpl_c96="150 179"; IPB_cpl_c96="180 191" + CHM_cpl_c96="0 143" OPB_cpl_c96="150 179"; IPB_cpl_c96="180 191" NPROC_ICE_cpl_c96=12 TASKS_cpl_dflt=200; TPN_cpl_dflt=40; INPES_cpl_dflt=3; JNPES_cpl_dflt=8 diff --git a/tests/rt.conf b/tests/rt.conf index 7f544622f0..74bf3e5aff 100644 --- a/tests/rt.conf +++ b/tests/rt.conf @@ -8,9 +8,11 @@ RUN | cpld_2threads_p8 RUN | cpld_decomp_p8 | - wcoss_cray jet.intel | | RUN | cpld_mpi_p8 | - wcoss_cray | | RUN | cpld_control_p7_rrtmgp | - wcoss_cray | fv3 | +RUN | cpld_control_p8_aero | - wcoss_cray | fv3 | + RUN | cpld_bmark_p7 | - wcoss_cray | fv3 | -RUN | cpld_bmark_p8 | - wcoss_cray | fv3 | +RUN | cpld_bmark_p8 | - wcoss_cray | | RUN | cpld_bmark_mpi_p8 | - wcoss_cray | | RUN | cpld_bmark_p8_aero | + hera.intel orion.intel | fv3 | @@ -26,7 +28,7 @@ RUN | cpld_restart_c384_p8 COMPILE | -DAPP=S2S -DDEBUG=ON -DUFS_GOCART=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8b | - wcoss_cray | fv3 | RUN | cpld_debug_p8 | - wcoss_cray | fv3 | - +RUN | cpld_debug_p8_aero | - wcoss_cray | fv3 | ################################################################################################################################################################################### # PROD tests # diff --git a/tests/tests/cpld_bmark_p8_aero b/tests/tests/cpld_bmark_p8_aero index bcf5f9d948..4ff8eabd9a 100644 --- a/tests/tests/cpld_bmark_p8_aero +++ b/tests/tests/cpld_bmark_p8_aero @@ -1,9 +1,9 @@ # -# cpld_bmark_p7_aero test +# cpld_bmark_p8_aero test # -export TEST_DESCR="Fully coupled FV3-CCPP-MOM6-CICE-CMEPS-GOCART-WW3 system - C384L127 MX025 - Benchmark P7.2 test" +export TEST_DESCR="Fully coupled FV3-CCPP-MOM6-CICE-CMEPS-GOCART-WW3 system - C384L127 MX025 - Benchmark P8 test" -export CNTL_DIR="cpld_bmark_p7" +export CNTL_DIR="cpld_bmark_p8_aero" export LIST_FILES="sfcf006.nc \ atmf006.nc \ @@ -89,6 +89,7 @@ export NPY=385 export IMO=1536 export JMO=768 export OUTPUT_GRID="'gaussian_grid'" +export ATMTILESIZE=`expr $NPX - 1` export OCNRES=025 export ICERES=0.25 @@ -99,9 +100,6 @@ export np2=`expr $NPROC_ICE / 2` export BLCKX=`expr $NX_GLB / $np2` export BLCKY=`expr $NY_GLB / 2` -# resolution dependent setting -export CDMBWD=${CDMBWD_c384} - # set component and coupling timesteps export DT_ATMOS=300 export DT_CICE=${DT_ATMOS} @@ -134,6 +132,9 @@ export FNVMXC="'C384.vegetation_greenness.tileX.nc'" export FNSLPC="'C384.slope_type.tileX.nc'" export FNABSC="'C384.maximum_snow_albedo.tileX.nc'" +export CDMBWD=${CDMBWD_c384} +export DT_INNER=${DT_INNER_c384} + export MOM6_RIVER_RUNOFF=True export MOM6_RESTART_SETTING=r diff --git a/tests/tests/cpld_control_p8_aero b/tests/tests/cpld_control_p8_aero new file mode 100644 index 0000000000..9a6f668fa1 --- /dev/null +++ b/tests/tests/cpld_control_p8_aero @@ -0,0 +1,86 @@ +# +# cpld_control P8 aero test +# + +export TEST_DESCR="Fully coupled FV3-CCPP-GOCART-MOM6-CICE-CMEPS-WW3 system - C96MX100" + +export CNTL_DIR="cpld_control_p8_aero" + +export LIST_FILES="sfcf021.tile1.nc \ + sfcf021.tile2.nc \ + sfcf021.tile3.nc \ + sfcf021.tile4.nc \ + sfcf021.tile5.nc \ + sfcf021.tile6.nc \ + atmf021.tile1.nc \ + atmf021.tile2.nc \ + atmf021.tile3.nc \ + atmf021.tile4.nc \ + atmf021.tile5.nc \ + atmf021.tile6.nc \ + sfcf024.tile1.nc \ + sfcf024.tile2.nc \ + sfcf024.tile3.nc \ + sfcf024.tile4.nc \ + sfcf024.tile5.nc \ + sfcf024.tile6.nc \ + atmf024.tile1.nc \ + atmf024.tile2.nc \ + atmf024.tile3.nc \ + atmf024.tile4.nc \ + atmf024.tile5.nc \ + atmf024.tile6.nc \ + RESTART/coupler.res \ + RESTART/fv_core.res.nc \ + RESTART/fv_core.res.tile1.nc \ + RESTART/fv_core.res.tile2.nc \ + RESTART/fv_core.res.tile3.nc \ + RESTART/fv_core.res.tile4.nc \ + RESTART/fv_core.res.tile5.nc \ + RESTART/fv_core.res.tile6.nc \ + RESTART/fv_srf_wnd.res.tile1.nc \ + RESTART/fv_srf_wnd.res.tile2.nc \ + RESTART/fv_srf_wnd.res.tile3.nc \ + RESTART/fv_srf_wnd.res.tile4.nc \ + RESTART/fv_srf_wnd.res.tile5.nc \ + RESTART/fv_srf_wnd.res.tile6.nc \ + RESTART/fv_tracer.res.tile1.nc \ + RESTART/fv_tracer.res.tile2.nc \ + RESTART/fv_tracer.res.tile3.nc \ + RESTART/fv_tracer.res.tile4.nc \ + RESTART/fv_tracer.res.tile5.nc \ + RESTART/fv_tracer.res.tile6.nc \ + RESTART/phy_data.tile1.nc \ + RESTART/phy_data.tile2.nc \ + RESTART/phy_data.tile3.nc \ + RESTART/phy_data.tile4.nc \ + RESTART/phy_data.tile5.nc \ + RESTART/phy_data.tile6.nc \ + RESTART/sfc_data.tile1.nc \ + RESTART/sfc_data.tile2.nc \ + RESTART/sfc_data.tile3.nc \ + RESTART/sfc_data.tile4.nc \ + RESTART/sfc_data.tile5.nc \ + RESTART/sfc_data.tile6.nc \ + RESTART/MOM.res.nc \ + RESTART/iced.2021-03-23-21600.nc \ + RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc \ + 20210323.060000.out_grd.glo_1deg \ + 20210323.060000.out_pnt.points \ + 20210323.060000.restart.glo_1deg" + +export_fv3 +export_cpl + +export RESTART_N=12 +export RESTART_INTERVAL="${RESTART_N} -1" +export OUTPUT_FH='0 21 24' + +export CPLCHM=.true. +export NEMS_CONFIGURE=nems.configure.cpld_aero_wave.IN +export FIELD_TABLE=field_table_thompson_noaero_tke_GOCART +export DIAG_TABLE=diag_table_p7.2_template + +export eps_imesh=2.5e-1 + +export FV3_RUN=cpld_control_run.IN diff --git a/tests/tests/cpld_debug_p8_aero b/tests/tests/cpld_debug_p8_aero new file mode 100644 index 0000000000..59b66b5af9 --- /dev/null +++ b/tests/tests/cpld_debug_p8_aero @@ -0,0 +1,95 @@ +# +# cpld_debug_p8 aero test +# + +export TEST_DESCR="Fully coupled FV3-CCPP-GOCART-MOM6-CICE-CMEPS system - C96MX100 - P8 debug" + +export CNTL_DIR="cpld_debug_p8_aero" + +export LIST_FILES="sfcf006.tile1.nc \ + sfcf006.tile2.nc \ + sfcf006.tile3.nc \ + sfcf006.tile4.nc \ + sfcf006.tile5.nc \ + sfcf006.tile6.nc \ + atmf006.tile1.nc \ + atmf006.tile2.nc \ + atmf006.tile3.nc \ + atmf006.tile4.nc \ + atmf006.tile5.nc \ + atmf006.tile6.nc \ + RESTART/coupler.res \ + RESTART/fv_core.res.nc \ + RESTART/fv_core.res.tile1.nc \ + RESTART/fv_core.res.tile2.nc \ + RESTART/fv_core.res.tile3.nc \ + RESTART/fv_core.res.tile4.nc \ + RESTART/fv_core.res.tile5.nc \ + RESTART/fv_core.res.tile6.nc \ + RESTART/fv_srf_wnd.res.tile1.nc \ + RESTART/fv_srf_wnd.res.tile2.nc \ + RESTART/fv_srf_wnd.res.tile3.nc \ + RESTART/fv_srf_wnd.res.tile4.nc \ + RESTART/fv_srf_wnd.res.tile5.nc \ + RESTART/fv_srf_wnd.res.tile6.nc \ + RESTART/fv_tracer.res.tile1.nc \ + RESTART/fv_tracer.res.tile2.nc \ + RESTART/fv_tracer.res.tile3.nc \ + RESTART/fv_tracer.res.tile4.nc \ + RESTART/fv_tracer.res.tile5.nc \ + RESTART/fv_tracer.res.tile6.nc \ + RESTART/phy_data.tile1.nc \ + RESTART/phy_data.tile2.nc \ + RESTART/phy_data.tile3.nc \ + RESTART/phy_data.tile4.nc \ + RESTART/phy_data.tile5.nc \ + RESTART/phy_data.tile6.nc \ + RESTART/sfc_data.tile1.nc \ + RESTART/sfc_data.tile2.nc \ + RESTART/sfc_data.tile3.nc \ + RESTART/sfc_data.tile4.nc \ + RESTART/sfc_data.tile5.nc \ + RESTART/sfc_data.tile6.nc \ + RESTART/MOM.res.nc \ + RESTART/iced.2021-03-22-43200.nc \ + RESTART/ufs.cpld.cpl.r.2021-03-22-43200.nc" + +export_fv3 +export_cpl + +export WLCLK=180 + +export DAYS=0.25 +export FHMAX=6 + +export RESTART_N=${FHMAX} +export eps_imesh=2.5e-1 + +export TASKS=$TASKS_cpl_c96 +export TPN=$TPN_cpl_c96 +export INPES=$INPES_cpl_c96 +export JNPES=$JNPES_cpl_c96 +export THRD=$THRD_cpl_c96 +export WRTTASK_PER_GROUP=$WPG_cpl_c96 + +export NPROC_ICE=$NPROC_ICE_cpl_c96 +export np2=`expr $NPROC_ICE / 2` +export BLCKX=`expr $NX_GLB / $np2` +export BLCKY=`expr $NY_GLB / 2` + +export med_petlist_bounds=$MPB_cpl_c96 +export atm_petlist_bounds=$APB_cpl_c96 +export chm_petlist_bounds=$CHM_cpl_c96 +export ocn_petlist_bounds=$OPB_cpl_c96 +export ice_petlist_bounds=$IPB_cpl_c96 + +export CPLWAV=.false. +export CPLWAV2ATM=.false. +export MOM6_USE_WAVES=False + +export CPLCHM=.true. +export NEMS_CONFIGURE=nems.configure.cpld_aero.IN +export FIELD_TABLE=field_table_thompson_noaero_tke_GOCART +export DIAG_TABLE=diag_table_p7.2_template + +export FV3_RUN=cpld_control_run.IN From 37049463c14f5e57a199bb9c6102ba8c2cec65a2 Mon Sep 17 00:00:00 2001 From: Raffaele Montuoro Date: Fri, 11 Feb 2022 17:25:59 +0000 Subject: [PATCH 024/106] Update GOCART submodule. --- GOCART | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GOCART b/GOCART index 40f3bc447c..b1a06f3f5e 160000 --- a/GOCART +++ b/GOCART @@ -1 +1 @@ -Subproject commit 40f3bc447c037d45906e354d20e8b6ce70f43047 +Subproject commit b1a06f3f5e620329a4ab1af5163407c0bf10d114 From fe8647c78458335397721a53b43c7e10d868fcae Mon Sep 17 00:00:00 2001 From: Raffaele Montuoro Date: Fri, 11 Feb 2022 17:37:46 +0000 Subject: [PATCH 025/106] Update FV3 submodule to point to forked repository. --- .gitmodules | 8 ++++---- FV3 | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitmodules b/.gitmodules index a963b019d8..6f55770775 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,7 +1,3 @@ -[submodule "FV3"] - path = FV3 - url = https://github.com/NOAA-EMC/fv3atm - branch = develop [submodule "WW3"] path = WW3 url = https://github.com/NOAA-EMC/WW3 @@ -38,3 +34,7 @@ path = GOCART url = https://github.com/GEOS-ESM/GOCART branch = develop +[submodule "FV3"] + path = FV3 + url = https://github.com/rmontuoro/fv3atm + branch = develop diff --git a/FV3 b/FV3 index 91836a83e4..5965071803 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit 91836a83e4387a1f7f54aaa5b1fd390edba9a0df +Subproject commit 596507180351d4cbbb4878afdd63f6a49770ca11 From e48134af8121bc0b000a9cba05996f4e443498be Mon Sep 17 00:00:00 2001 From: Raffaele Montuoro Date: Fri, 11 Feb 2022 23:27:03 +0000 Subject: [PATCH 026/106] Update FV3 submodule. --- FV3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FV3 b/FV3 index 5965071803..fa996dffba 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit 596507180351d4cbbb4878afdd63f6a49770ca11 +Subproject commit fa996dffba36c18affe42c8d17c20296992ffc69 From 40bef607d9baa72f9d0ef3b8a640ed5dd6c695f2 Mon Sep 17 00:00:00 2001 From: Raffaele Montuoro Date: Fri, 11 Feb 2022 23:32:22 +0000 Subject: [PATCH 027/106] Update GOCART submodule. --- GOCART | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GOCART b/GOCART index b1a06f3f5e..1ff638919f 160000 --- a/GOCART +++ b/GOCART @@ -1 +1 @@ -Subproject commit b1a06f3f5e620329a4ab1af5163407c0bf10d114 +Subproject commit 1ff638919fad66e79120eef07daf835c6fee12a4 From 7b3c78fc9b003e3861b43067f88a1a57a76aa13a Mon Sep 17 00:00:00 2001 From: Raffaele Montuoro Date: Mon, 14 Feb 2022 01:23:18 +0000 Subject: [PATCH 028/106] Update GOCART configuration files for regression test 'control_atm_aerosols'. --- tests/parm/gocart/AERO_ExtData.rc | 9 +++++++++ tests/parm/gocart/CA2G_instance_CA.bc.rc | 4 ++++ tests/parm/gocart/CA2G_instance_CA.oc.rc | 5 +++++ 3 files changed, 18 insertions(+) diff --git a/tests/parm/gocart/AERO_ExtData.rc b/tests/parm/gocart/AERO_ExtData.rc index 95fbdbf39d..809e7f9b47 100644 --- a/tests/parm/gocart/AERO_ExtData.rc +++ b/tests/parm/gocart/AERO_ExtData.rc @@ -95,6 +95,9 @@ OC_ANTEOC2 NA Y Y %y4-%m2-%d2t12:00:00 none none anteoc2 ExtData/PIESA/sfc/HTAP # EDGAR based ship emissions OC_SHIP NA Y Y %y4-%m2-%d2t12:00:00 none none oc_ship ExtData/PIESA/sfc/HTAP/v2.2/htap-v2.2.emis_oc.ships.x3600_y1800_t12.2010.nc4 +# Aircraft fuel consumption +OC_AIRCRAFT NA N Y %y4-%m2-%d2t12:00:00 none none oc_aviation /dev/null + # Aviation emissions during the three phases of flight OC_AVIATION_LTO NA Y Y %y4-%m2-%d2t12:00:00 none none oc_aviation ExtData/PIESA/sfc/HTAP/v2.2/htap-v2.2.emis_oc.aviation_lto.x3600_y1800_t12.2010.nc4 OC_AVIATION_CDS NA Y Y %y4-%m2-%d2t12:00:00 none none oc_aviation ExtData/PIESA/sfc/HTAP/v2.2/htap-v2.2.emis_oc.aviation_cds.x3600_y1800_t12.2010.nc4 @@ -119,6 +122,9 @@ BC_ANTEBC2 NA Y Y %y4-%m2-%d2t12:00:00 none none antebc2 ExtData/PIESA/sfc/HTAP # EDGAR based ship emissions BC_SHIP NA Y Y %y4-%m2-%d2t12:00:00 none none bc_ship ExtData/PIESA/sfc/HTAP/v2.2/htap-v2.2.emis_bc.ships.x3600_y1800_t12.2010.nc4 +# Aircraft fuel consumption +BC_AIRCRAFT NA N Y %y4-%m2-%d2t12:00:00 none none bc_aviation /dev/null + # Aviation emissions during the LTO, SDC and CRS phases of flight BC_AVIATION_LTO NA Y Y %y4-%m2-%d2t12:00:00 none none bc_aviation ExtData/PIESA/sfc/HTAP/v2.2/htap-v2.2.emis_bc.aviation_lto.x3600_y1800_t12.2010.nc4 BC_AVIATION_CDS NA Y Y %y4-%m2-%d2t12:00:00 none none bc_aviation ExtData/PIESA/sfc/HTAP/v2.2/htap-v2.2.emis_bc.aviation_cds.x3600_y1800_t12.2010.nc4 @@ -143,6 +149,9 @@ BRC_ANTEBRC2 NA Y Y %y4-%m2-%d2t12:00:00 none none anteoc2 /dev/null # EDGAR based ship emissions BRC_SHIP NA Y Y %y4-%m2-%d2t12:00:00 none none oc_ship /dev/null +# Aircraft fuel consumption +BRC_AIRCRAFT NA N Y %y4-%m2-%d2t12:00:00 none none none /dev/null + # Aviation emissions during the three phases of flight BRC_AVIATION_LTO NA Y Y %y4-%m2-%d2t12:00:00 none none oc_aviation /dev/null BRC_AVIATION_CDS NA Y Y %y4-%m2-%d2t12:00:00 none none oc_aviation /dev/null diff --git a/tests/parm/gocart/CA2G_instance_CA.bc.rc b/tests/parm/gocart/CA2G_instance_CA.bc.rc index ef158c5447..f6411e2c9d 100644 --- a/tests/parm/gocart/CA2G_instance_CA.bc.rc +++ b/tests/parm/gocart/CA2G_instance_CA.bc.rc @@ -7,6 +7,9 @@ nbins: 2 aerosol_radBands_optics_file: ExtData/optics/opticsBands_BC.v1_3.RRTMG.nc aerosol_monochromatic_optics_file: ExtData/monochromatic/optics_BC.v1_3.nc +# Aircraft emission factor: convert input unit to kg C +aircraft_fuel_emission_factor: 1.0000 + # Heights [m] of LTO, CDS and CRS aviation emissions layers aviation_vertical_layers: 0.0 100.0 9.0e3 10.0e3 @@ -35,3 +38,4 @@ sigma: 2.0 2.0 pressure_lid_in_hPa: 0.01 +point_emissions_srcfilen: /dev/null diff --git a/tests/parm/gocart/CA2G_instance_CA.oc.rc b/tests/parm/gocart/CA2G_instance_CA.oc.rc index c71608f4a1..6e3f5ef978 100644 --- a/tests/parm/gocart/CA2G_instance_CA.oc.rc +++ b/tests/parm/gocart/CA2G_instance_CA.oc.rc @@ -5,6 +5,9 @@ aerosol_radBands_optics_file: ExtData/optics/opticsBands_OC.v1_3.RRTMG.nc aerosol_monochromatic_optics_file: ExtData/monochromatic/optics_OC.v1_3.nc +# Aircraft emission factor: convert input unit to kg C +aircraft_fuel_emission_factor: 1.0000 + # Heights [m] of LTO, CDS and CRS aviation emissions layers aviation_vertical_layers: 0.0 100.0 9.0e3 10.0e3 @@ -41,3 +44,5 @@ sigma: 2.20 2.20 pressure_lid_in_hPa: 0.01 nbins: 2 + +point_emissions_srcfilen: /dev/null From 019af770c48fd7b08c013224725a3924cba6f308 Mon Sep 17 00:00:00 2001 From: Raffaele Montuoro Date: Mon, 14 Feb 2022 02:47:19 +0000 Subject: [PATCH 029/106] Add regression test log on Hera/Intel. --- tests/RegressionTests_hera.intel.log | 776 +++++++++++++-------------- 1 file changed, 388 insertions(+), 388 deletions(-) diff --git a/tests/RegressionTests_hera.intel.log b/tests/RegressionTests_hera.intel.log index b770598c9f..fcb8f95354 100644 --- a/tests/RegressionTests_hera.intel.log +++ b/tests/RegressionTests_hera.intel.log @@ -1,24 +1,24 @@ -Thu Feb 10 00:47:00 UTC 2022 +Mon Feb 14 01:18:52 UTC 2022 Start Regression test -Compile 001 elapsed time 472 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 240 seconds. -DAPP=S2S -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v16_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile 003 elapsed time 510 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 539 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 494 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 346 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 269 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 296 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 366 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 384 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 433 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 180 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 013 elapsed time 93 seconds. -DAPP=NG-GODAS -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile 014 elapsed time 370 seconds. -DAPP=ATMW -DCCPP_SUITES=FV3_GFS_v16 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 015 elapsed time 389 seconds. -DAPP=ATMAERO -DCCPP_SUITES=FV3_GFS_v16 -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 001 elapsed time 441 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 170 seconds. -DAPP=S2S -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v16_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile 003 elapsed time 539 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v15_thompson_mynn,FV3_GFS_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 358 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 372 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 335 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 164 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 399 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 396 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 183 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 013 elapsed time 248 seconds. -DAPP=NG-GODAS -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile 014 elapsed time 368 seconds. -DAPP=ATMW -DCCPP_SUITES=FV3_GFS_v16 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 015 elapsed time 381 seconds. -DAPP=ATMAERO -DCCPP_SUITES=FV3_GFS_v16 -DMPI=ON -DCMAKE_BUILD_TYPE=Release baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/cpld_control_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10232/cpld_control_p8 +working dir = /scratch1/NCEPDEV/stmp2/Raffaele.Montuoro/FV3_RT/rt_212353/cpld_control_p8 Checking test 001 cpld_control_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -83,14 +83,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 = 210.560101 - 0: The maximum resident set size (KB) = 558188 + 0: The total amount of wall time = 215.287688 + 0: The maximum resident set size (KB) = 558420 Test 001 cpld_control_p8 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/cpld_control_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10232/cpld_2threads_p8 +working dir = /scratch1/NCEPDEV/stmp2/Raffaele.Montuoro/FV3_RT/rt_212353/cpld_2threads_p8 Checking test 002 cpld_2threads_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -143,14 +143,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 = 243.271654 - 0: The maximum resident set size (KB) = 647448 + 0: The total amount of wall time = 243.063585 + 0: The maximum resident set size (KB) = 644808 Test 002 cpld_2threads_p8 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/cpld_control_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10232/cpld_decomp_p8 +working dir = /scratch1/NCEPDEV/stmp2/Raffaele.Montuoro/FV3_RT/rt_212353/cpld_decomp_p8 Checking test 003 cpld_decomp_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -203,14 +203,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 = 210.300094 - 0: The maximum resident set size (KB) = 562996 + 0: The total amount of wall time = 218.003056 + 0: The maximum resident set size (KB) = 560420 Test 003 cpld_decomp_p8 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/cpld_control_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10232/cpld_mpi_p8 +working dir = /scratch1/NCEPDEV/stmp2/Raffaele.Montuoro/FV3_RT/rt_212353/cpld_mpi_p8 Checking test 004 cpld_mpi_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -263,14 +263,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 = 181.501479 - 0: The maximum resident set size (KB) = 538312 + 0: The total amount of wall time = 181.261205 + 0: The maximum resident set size (KB) = 539016 Test 004 cpld_mpi_p8 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/cpld_control_p7_rrtmgp -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10232/cpld_control_p7_rrtmgp +working dir = /scratch1/NCEPDEV/stmp2/Raffaele.Montuoro/FV3_RT/rt_212353/cpld_control_p7_rrtmgp Checking test 005 cpld_control_p7_rrtmgp results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -323,14 +323,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 = 253.102399 - 0: The maximum resident set size (KB) = 664084 + 0: The total amount of wall time = 249.991416 + 0: The maximum resident set size (KB) = 666316 Test 005 cpld_control_p7_rrtmgp PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/cpld_bmark_p7 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10232/cpld_bmark_p7 +working dir = /scratch1/NCEPDEV/stmp2/Raffaele.Montuoro/FV3_RT/rt_212353/cpld_bmark_p7 Checking test 006 cpld_bmark_p7 results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK @@ -375,14 +375,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 = 867.976857 - 0: The maximum resident set size (KB) = 1232224 + 0: The total amount of wall time = 865.004803 + 0: The maximum resident set size (KB) = 1229644 Test 006 cpld_bmark_p7 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/cpld_bmark_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10232/cpld_bmark_p8 +working dir = /scratch1/NCEPDEV/stmp2/Raffaele.Montuoro/FV3_RT/rt_212353/cpld_bmark_p8 Checking test 007 cpld_bmark_p8 results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK @@ -427,14 +427,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 = 858.850239 - 0: The maximum resident set size (KB) = 1233112 + 0: The total amount of wall time = 880.354957 + 0: The maximum resident set size (KB) = 1228344 Test 007 cpld_bmark_p8 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/cpld_bmark_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10232/cpld_bmark_mpi_p8 +working dir = /scratch1/NCEPDEV/stmp2/Raffaele.Montuoro/FV3_RT/rt_212353/cpld_bmark_mpi_p8 Checking test 008 cpld_bmark_mpi_p8 results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK @@ -479,14 +479,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 = 840.220890 - 0: The maximum resident set size (KB) = 1233948 + 0: The total amount of wall time = 841.600321 + 0: The maximum resident set size (KB) = 1232208 Test 008 cpld_bmark_mpi_p8 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/cpld_control_c96_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10232/cpld_control_c96_p8 +working dir = /scratch1/NCEPDEV/stmp2/Raffaele.Montuoro/FV3_RT/rt_212353/cpld_control_c96_p8 Checking test 009 cpld_control_c96_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -548,14 +548,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 = 203.468077 - 0: The maximum resident set size (KB) = 552780 + 0: The total amount of wall time = 211.470778 + 0: The maximum resident set size (KB) = 554944 Test 009 cpld_control_c96_p8 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/cpld_control_c96_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10232/cpld_restart_c96_p8 +working dir = /scratch1/NCEPDEV/stmp2/Raffaele.Montuoro/FV3_RT/rt_212353/cpld_restart_c96_p8 Checking test 010 cpld_restart_c96_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -605,14 +605,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 = 112.419152 - 0: The maximum resident set size (KB) = 325024 + 0: The total amount of wall time = 113.554165 + 0: The maximum resident set size (KB) = 324404 Test 010 cpld_restart_c96_p8 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/cpld_control_c192_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10232/cpld_control_c192_p8 +working dir = /scratch1/NCEPDEV/stmp2/Raffaele.Montuoro/FV3_RT/rt_212353/cpld_control_c192_p8 Checking test 011 cpld_control_c192_p8 results .... Comparing sfcf036.tile1.nc .........OK Comparing sfcf036.tile2.nc .........OK @@ -662,14 +662,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 = 840.954625 - 0: The maximum resident set size (KB) = 725672 + 0: The total amount of wall time = 844.371835 + 0: The maximum resident set size (KB) = 726040 Test 011 cpld_control_c192_p8 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/cpld_control_c192_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10232/cpld_restart_c192_p8 +working dir = /scratch1/NCEPDEV/stmp2/Raffaele.Montuoro/FV3_RT/rt_212353/cpld_restart_c192_p8 Checking test 012 cpld_restart_c192_p8 results .... Comparing sfcf036.tile1.nc .........OK Comparing sfcf036.tile2.nc .........OK @@ -719,14 +719,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 = 555.748322 - 0: The maximum resident set size (KB) = 828532 + 0: The total amount of wall time = 580.573967 + 0: The maximum resident set size (KB) = 827416 Test 012 cpld_restart_c192_p8 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/cpld_control_c384_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10232/cpld_control_c384_p8 +working dir = /scratch1/NCEPDEV/stmp2/Raffaele.Montuoro/FV3_RT/rt_212353/cpld_control_c384_p8 Checking test 013 cpld_control_c384_p8 results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK @@ -769,14 +769,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.307037 - 0: The maximum resident set size (KB) = 1243292 + 0: The total amount of wall time = 1009.020098 + 0: The maximum resident set size (KB) = 1245120 Test 013 cpld_control_c384_p8 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/cpld_control_c384_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10232/cpld_restart_c384_p8 +working dir = /scratch1/NCEPDEV/stmp2/Raffaele.Montuoro/FV3_RT/rt_212353/cpld_restart_c384_p8 Checking test 014 cpld_restart_c384_p8 results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK @@ -819,14 +819,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 = 540.411252 - 0: The maximum resident set size (KB) = 1202100 + 0: The total amount of wall time = 535.773739 + 0: The maximum resident set size (KB) = 1204436 Test 014 cpld_restart_c384_p8 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/cpld_debug_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10232/cpld_debug_p8 +working dir = /scratch1/NCEPDEV/stmp2/Raffaele.Montuoro/FV3_RT/rt_212353/cpld_debug_p8 Checking test 015 cpld_debug_p8 results .... Comparing sfcf006.tile1.nc .........OK Comparing sfcf006.tile2.nc .........OK @@ -876,14 +876,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 = 608.894544 - 0: The maximum resident set size (KB) = 611252 + 0: The total amount of wall time = 608.115861 + 0: The maximum resident set size (KB) = 612948 Test 015 cpld_debug_p8 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10232/control +working dir = /scratch1/NCEPDEV/stmp2/Raffaele.Montuoro/FV3_RT/rt_212353/control Checking test 016 control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -930,14 +930,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 = 122.892826 - 0: The maximum resident set size (KB) = 464668 + 0: The total amount of wall time = 124.092043 + 0: The maximum resident set size (KB) = 459948 Test 016 control PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10232/control_decomp +working dir = /scratch1/NCEPDEV/stmp2/Raffaele.Montuoro/FV3_RT/rt_212353/control_decomp Checking test 017 control_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -980,28 +980,28 @@ 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.497209 - 0: The maximum resident set size (KB) = 464964 + 0: The total amount of wall time = 134.187791 + 0: The maximum resident set size (KB) = 464740 Test 017 control_decomp PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10232/control_2dwrtdecomp +working dir = /scratch1/NCEPDEV/stmp2/Raffaele.Montuoro/FV3_RT/rt_212353/control_2dwrtdecomp Checking test 018 control_2dwrtdecomp results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK Comparing atmf024.nc .........OK - 0: The total amount of wall time = 122.025236 - 0: The maximum resident set size (KB) = 460880 + 0: The total amount of wall time = 117.706155 + 0: The maximum resident set size (KB) = 458492 Test 018 control_2dwrtdecomp PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10232/control_2threads +working dir = /scratch1/NCEPDEV/stmp2/Raffaele.Montuoro/FV3_RT/rt_212353/control_2threads Checking test 019 control_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1044,14 +1044,14 @@ Checking test 019 control_2threads results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 149.525310 - 0: The maximum resident set size (KB) = 513944 + 0: The total amount of wall time = 151.566018 + 0: The maximum resident set size (KB) = 514480 Test 019 control_2threads PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10232/control_restart +working dir = /scratch1/NCEPDEV/stmp2/Raffaele.Montuoro/FV3_RT/rt_212353/control_restart Checking test 020 control_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -1090,14 +1090,14 @@ Checking test 020 control_restart results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 64.459432 - 0: The maximum resident set size (KB) = 201744 + 0: The total amount of wall time = 64.626966 + 0: The maximum resident set size (KB) = 204992 Test 020 control_restart PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10232/control_fhzero +working dir = /scratch1/NCEPDEV/stmp2/Raffaele.Montuoro/FV3_RT/rt_212353/control_fhzero Checking test 021 control_fhzero results .... Comparing sfcf000.nc ............ALT CHECK......OK Comparing sfcf021.nc ............ALT CHECK......OK @@ -1140,14 +1140,14 @@ Checking test 021 control_fhzero results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 120.807808 - 0: The maximum resident set size (KB) = 463044 + 0: The total amount of wall time = 119.518804 + 0: The maximum resident set size (KB) = 463072 Test 021 control_fhzero PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/control_CubedSphereGrid -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10232/control_CubedSphereGrid +working dir = /scratch1/NCEPDEV/stmp2/Raffaele.Montuoro/FV3_RT/rt_212353/control_CubedSphereGrid Checking test 022 control_CubedSphereGrid results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK @@ -1174,14 +1174,14 @@ Checking test 022 control_CubedSphereGrid results .... Comparing atmf024.tile5.nc .........OK Comparing atmf024.tile6.nc .........OK - 0: The total amount of wall time = 120.015305 - 0: The maximum resident set size (KB) = 465652 + 0: The total amount of wall time = 118.784204 + 0: The maximum resident set size (KB) = 462496 Test 022 control_CubedSphereGrid PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/control_latlon -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10232/control_latlon +working dir = /scratch1/NCEPDEV/stmp2/Raffaele.Montuoro/FV3_RT/rt_212353/control_latlon Checking test 023 control_latlon results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1192,17 +1192,17 @@ Checking test 023 control_latlon results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 121.414769 - 0: The maximum resident set size (KB) = 463744 + 0: The total amount of wall time = 120.611588 + 0: The maximum resident set size (KB) = 459548 Test 023 control_latlon PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/control_wrtGauss_netcdf_parallel -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10232/control_wrtGauss_netcdf_parallel +working dir = /scratch1/NCEPDEV/stmp2/Raffaele.Montuoro/FV3_RT/rt_212353/control_wrtGauss_netcdf_parallel Checking test 024 control_wrtGauss_netcdf_parallel results .... Comparing sfcf000.nc ............ALT CHECK......OK - Comparing sfcf024.nc ............ALT CHECK......OK + Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK Comparing atmf024.nc .........OK Comparing GFSFLX.GrbF00 .........OK @@ -1210,14 +1210,14 @@ Checking test 024 control_wrtGauss_netcdf_parallel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 127.349122 - 0: The maximum resident set size (KB) = 461232 + 0: The total amount of wall time = 123.705299 + 0: The maximum resident set size (KB) = 464852 Test 024 control_wrtGauss_netcdf_parallel PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/control_c48 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10232/control_c48 +working dir = /scratch1/NCEPDEV/stmp2/Raffaele.Montuoro/FV3_RT/rt_212353/control_c48 Checking test 025 control_c48 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1256,14 +1256,14 @@ Checking test 025 control_c48 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0: The total amount of wall time = 313.607761 -0: The maximum resident set size (KB) = 663072 +0: The total amount of wall time = 308.619900 +0: The maximum resident set size (KB) = 658476 Test 025 control_c48 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/control_c192 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10232/control_c192 +working dir = /scratch1/NCEPDEV/stmp2/Raffaele.Montuoro/FV3_RT/rt_212353/control_c192 Checking test 026 control_c192 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1274,14 +1274,14 @@ Checking test 026 control_c192 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 462.089905 - 0: The maximum resident set size (KB) = 560696 + 0: The total amount of wall time = 465.169341 + 0: The maximum resident set size (KB) = 558140 Test 026 control_c192 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/control_c384 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10232/control_c384 +working dir = /scratch1/NCEPDEV/stmp2/Raffaele.Montuoro/FV3_RT/rt_212353/control_c384 Checking test 027 control_c384 results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -1292,14 +1292,14 @@ Checking test 027 control_c384 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 775.791623 - 0: The maximum resident set size (KB) = 815936 + 0: The total amount of wall time = 777.067537 + 0: The maximum resident set size (KB) = 823596 Test 027 control_c384 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/control_c384gdas -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10232/control_c384gdas +working dir = /scratch1/NCEPDEV/stmp2/Raffaele.Montuoro/FV3_RT/rt_212353/control_c384gdas Checking test 028 control_c384gdas results .... Comparing sfcf000.nc .........OK Comparing sfcf006.nc .........OK @@ -1342,14 +1342,14 @@ Checking test 028 control_c384gdas results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 673.909796 - 0: The maximum resident set size (KB) = 960076 + 0: The total amount of wall time = 673.355420 + 0: The maximum resident set size (KB) = 963644 Test 028 control_c384gdas PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/control_stochy -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10232/control_stochy +working dir = /scratch1/NCEPDEV/stmp2/Raffaele.Montuoro/FV3_RT/rt_212353/control_stochy Checking test 029 control_stochy results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -1360,28 +1360,28 @@ Checking test 029 control_stochy results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 82.096987 - 0: The maximum resident set size (KB) = 462896 + 0: The total amount of wall time = 81.305178 + 0: The maximum resident set size (KB) = 466604 Test 029 control_stochy PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/control_stochy -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10232/control_stochy_restart +working dir = /scratch1/NCEPDEV/stmp2/Raffaele.Montuoro/FV3_RT/rt_212353/control_stochy_restart Checking test 030 control_stochy_restart results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK Comparing GFSFLX.GrbF12 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 43.237790 - 0: The maximum resident set size (KB) = 247248 + 0: The total amount of wall time = 44.275525 + 0: The maximum resident set size (KB) = 249568 Test 030 control_stochy_restart PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/control_lndp -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10232/control_lndp +working dir = /scratch1/NCEPDEV/stmp2/Raffaele.Montuoro/FV3_RT/rt_212353/control_lndp Checking test 031 control_lndp results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -1392,14 +1392,14 @@ Checking test 031 control_lndp results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 75.067361 - 0: The maximum resident set size (KB) = 468860 + 0: The total amount of wall time = 75.535488 + 0: The maximum resident set size (KB) = 469272 Test 031 control_lndp PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/control_iovr4 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10232/control_iovr4 +working dir = /scratch1/NCEPDEV/stmp2/Raffaele.Montuoro/FV3_RT/rt_212353/control_iovr4 Checking test 032 control_iovr4 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1414,14 +1414,14 @@ Checking test 032 control_iovr4 results .... Comparing GFSPRS.GrbF21 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 123.645826 - 0: The maximum resident set size (KB) = 464440 + 0: The total amount of wall time = 122.934583 + 0: The maximum resident set size (KB) = 462528 Test 032 control_iovr4 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/control_iovr5 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10232/control_iovr5 +working dir = /scratch1/NCEPDEV/stmp2/Raffaele.Montuoro/FV3_RT/rt_212353/control_iovr5 Checking test 033 control_iovr5 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1436,14 +1436,14 @@ Checking test 033 control_iovr5 results .... Comparing GFSPRS.GrbF21 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 121.988502 - 0: The maximum resident set size (KB) = 464192 + 0: The total amount of wall time = 123.920082 + 0: The maximum resident set size (KB) = 464732 Test 033 control_iovr5 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/control_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10232/control_p8 +working dir = /scratch1/NCEPDEV/stmp2/Raffaele.Montuoro/FV3_RT/rt_212353/control_p8 Checking test 034 control_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1490,14 +1490,14 @@ Checking test 034 control_p8 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 137.717369 - 0: The maximum resident set size (KB) = 495452 + 0: The total amount of wall time = 137.973553 + 0: The maximum resident set size (KB) = 490664 Test 034 control_p8 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/control_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10232/control_restart_p8 +working dir = /scratch1/NCEPDEV/stmp2/Raffaele.Montuoro/FV3_RT/rt_212353/control_restart_p8 Checking test 035 control_restart_p8 results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -1536,14 +1536,14 @@ Checking test 035 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 = 75.585489 - 0: The maximum resident set size (KB) = 289376 + 0: The total amount of wall time = 73.704691 + 0: The maximum resident set size (KB) = 286244 Test 035 control_restart_p8 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/control_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10232/control_decomp_p8 +working dir = /scratch1/NCEPDEV/stmp2/Raffaele.Montuoro/FV3_RT/rt_212353/control_decomp_p8 Checking test 036 control_decomp_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1586,14 +1586,14 @@ Checking test 036 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 = 142.932594 - 0: The maximum resident set size (KB) = 491272 + 0: The total amount of wall time = 144.874912 + 0: The maximum resident set size (KB) = 491244 Test 036 control_decomp_p8 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/control_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10232/control_2threads_p8 +working dir = /scratch1/NCEPDEV/stmp2/Raffaele.Montuoro/FV3_RT/rt_212353/control_2threads_p8 Checking test 037 control_2threads_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1636,14 +1636,14 @@ Checking test 037 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 = 171.278653 - 0: The maximum resident set size (KB) = 571408 + 0: The total amount of wall time = 170.218843 + 0: The maximum resident set size (KB) = 568860 Test 037 control_2threads_p8 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/control_p7_rrtmgp -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10232/control_p7_rrtmgp +working dir = /scratch1/NCEPDEV/stmp2/Raffaele.Montuoro/FV3_RT/rt_212353/control_p7_rrtmgp Checking test 038 control_p7_rrtmgp results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1690,14 +1690,14 @@ Checking test 038 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 = 178.954445 - 0: The maximum resident set size (KB) = 590240 + 0: The total amount of wall time = 175.249829 + 0: The maximum resident set size (KB) = 589052 Test 038 control_p7_rrtmgp PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/fv3_regional_control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10232/regional_control +working dir = /scratch1/NCEPDEV/stmp2/Raffaele.Montuoro/FV3_RT/rt_212353/regional_control Checking test 039 regional_control results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK @@ -1708,42 +1708,42 @@ Checking test 039 regional_control results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF24 .........OK - 0: The total amount of wall time = 298.763531 - 0: The maximum resident set size (KB) = 579888 + 0: The total amount of wall time = 300.671677 + 0: The maximum resident set size (KB) = 579248 Test 039 regional_control PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/fv3_regional_control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10232/regional_restart +working dir = /scratch1/NCEPDEV/stmp2/Raffaele.Montuoro/FV3_RT/rt_212353/regional_restart Checking test 040 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 = 167.634759 - 0: The maximum resident set size (KB) = 576108 + 0: The total amount of wall time = 165.177120 + 0: The maximum resident set size (KB) = 571936 Test 040 regional_restart PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/fv3_regional_control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10232/regional_control_2dwrtdecomp +working dir = /scratch1/NCEPDEV/stmp2/Raffaele.Montuoro/FV3_RT/rt_212353/regional_control_2dwrtdecomp Checking test 041 regional_control_2dwrtdecomp results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK Comparing phyf000.nc .........OK Comparing phyf024.nc .........OK - 0: The total amount of wall time = 299.298252 - 0: The maximum resident set size (KB) = 572984 + 0: The total amount of wall time = 300.449207 + 0: The maximum resident set size (KB) = 576320 Test 041 regional_control_2dwrtdecomp PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/fv3_regional_noquilt -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10232/regional_noquilt +working dir = /scratch1/NCEPDEV/stmp2/Raffaele.Montuoro/FV3_RT/rt_212353/regional_noquilt Checking test 042 regional_noquilt results .... Comparing atmos_4xdaily.nc .........OK Comparing fv3_history2d.nc .........OK @@ -1751,14 +1751,14 @@ Checking test 042 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 = 312.074511 - 0: The maximum resident set size (KB) = 589728 + 0: The total amount of wall time = 313.672301 + 0: The maximum resident set size (KB) = 590208 Test 042 regional_noquilt PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/fv3_regional_control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10232/regional_2threads +working dir = /scratch1/NCEPDEV/stmp2/Raffaele.Montuoro/FV3_RT/rt_212353/regional_2threads Checking test 043 regional_2threads results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK @@ -1769,14 +1769,14 @@ Checking test 043 regional_2threads results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF24 .........OK - 0: The total amount of wall time = 227.621512 - 0: The maximum resident set size (KB) = 571608 + 0: The total amount of wall time = 222.362060 + 0: The maximum resident set size (KB) = 578344 Test 043 regional_2threads PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/fv3_regional_hafs -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10232/regional_hafs +working dir = /scratch1/NCEPDEV/stmp2/Raffaele.Montuoro/FV3_RT/rt_212353/regional_hafs Checking test 044 regional_hafs results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK @@ -1785,28 +1785,28 @@ Checking test 044 regional_hafs results .... Comparing HURPRS.GrbF00 .........OK Comparing HURPRS.GrbF24 .........OK - 0: The total amount of wall time = 297.520732 - 0: The maximum resident set size (KB) = 576676 + 0: The total amount of wall time = 301.838778 + 0: The maximum resident set size (KB) = 574760 Test 044 regional_hafs PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/fv3_regional_netcdf_parallel -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10232/regional_netcdf_parallel +working dir = /scratch1/NCEPDEV/stmp2/Raffaele.Montuoro/FV3_RT/rt_212353/regional_netcdf_parallel Checking test 045 regional_netcdf_parallel results .... - Comparing dynf000.nc ............ALT CHECK......OK + Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK Comparing phyf000.nc .........OK Comparing phyf024.nc .........OK - 0: The total amount of wall time = 297.545025 - 0: The maximum resident set size (KB) = 574556 + 0: The total amount of wall time = 300.635509 + 0: The maximum resident set size (KB) = 570548 Test 045 regional_netcdf_parallel PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/fv3_regional_RRTMGP -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10232/regional_RRTMGP +working dir = /scratch1/NCEPDEV/stmp2/Raffaele.Montuoro/FV3_RT/rt_212353/regional_RRTMGP Checking test 046 regional_RRTMGP results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK @@ -1817,14 +1817,14 @@ Checking test 046 regional_RRTMGP results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF24 .........OK - 0: The total amount of wall time = 380.856449 - 0: The maximum resident set size (KB) = 696028 + 0: The total amount of wall time = 376.922848 + 0: The maximum resident set size (KB) = 702756 Test 046 regional_RRTMGP PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/rap_control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10232/rap_control +working dir = /scratch1/NCEPDEV/stmp2/Raffaele.Montuoro/FV3_RT/rt_212353/rap_control Checking test 047 rap_control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1871,14 +1871,14 @@ Checking test 047 rap_control results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 352.904026 - 0: The maximum resident set size (KB) = 834628 + 0: The total amount of wall time = 357.619233 + 0: The maximum resident set size (KB) = 833168 Test 047 rap_control PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/rap_control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10232/rap_2threads +working dir = /scratch1/NCEPDEV/stmp2/Raffaele.Montuoro/FV3_RT/rt_212353/rap_2threads Checking test 048 rap_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1925,14 +1925,14 @@ Checking test 048 rap_2threads results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 438.242353 - 0: The maximum resident set size (KB) = 893808 + 0: The total amount of wall time = 438.370765 + 0: The maximum resident set size (KB) = 904804 Test 048 rap_2threads PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/rap_control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10232/rap_restart +working dir = /scratch1/NCEPDEV/stmp2/Raffaele.Montuoro/FV3_RT/rt_212353/rap_restart Checking test 049 rap_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -1971,14 +1971,14 @@ Checking test 049 rap_restart results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 175.339099 - 0: The maximum resident set size (KB) = 585280 + 0: The total amount of wall time = 176.664732 + 0: The maximum resident set size (KB) = 583960 Test 049 rap_restart PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/rap_sfcdiff -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10232/rap_sfcdiff +working dir = /scratch1/NCEPDEV/stmp2/Raffaele.Montuoro/FV3_RT/rt_212353/rap_sfcdiff Checking test 050 rap_sfcdiff results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -2025,14 +2025,14 @@ Checking test 050 rap_sfcdiff results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 359.338686 - 0: The maximum resident set size (KB) = 833448 + 0: The total amount of wall time = 350.473428 + 0: The maximum resident set size (KB) = 836304 Test 050 rap_sfcdiff PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/rap_sfcdiff -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10232/rap_sfcdiff_restart +working dir = /scratch1/NCEPDEV/stmp2/Raffaele.Montuoro/FV3_RT/rt_212353/rap_sfcdiff_restart Checking test 051 rap_sfcdiff_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -2071,14 +2071,14 @@ Checking test 051 rap_sfcdiff_restart results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 183.934805 - 0: The maximum resident set size (KB) = 586400 + 0: The total amount of wall time = 177.602098 + 0: The maximum resident set size (KB) = 584936 Test 051 rap_sfcdiff_restart PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/hrrr_control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10232/hrrr_control +working dir = /scratch1/NCEPDEV/stmp2/Raffaele.Montuoro/FV3_RT/rt_212353/hrrr_control Checking test 052 hrrr_control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -2125,14 +2125,14 @@ Checking test 052 hrrr_control results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 337.964284 - 0: The maximum resident set size (KB) = 828448 + 0: The total amount of wall time = 347.321923 + 0: The maximum resident set size (KB) = 833412 Test 052 hrrr_control PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/rrfs_v1beta -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10232/rrfs_v1beta +working dir = /scratch1/NCEPDEV/stmp2/Raffaele.Montuoro/FV3_RT/rt_212353/rrfs_v1beta Checking test 053 rrfs_v1beta results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -2179,14 +2179,14 @@ Checking test 053 rrfs_v1beta results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 350.044860 - 0: The maximum resident set size (KB) = 830444 + 0: The total amount of wall time = 343.690409 + 0: The maximum resident set size (KB) = 830128 Test 053 rrfs_v1beta PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/rrfs_conus13km_hrrr_warm -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10232/rrfs_conus13km_hrrr_warm +working dir = /scratch1/NCEPDEV/stmp2/Raffaele.Montuoro/FV3_RT/rt_212353/rrfs_conus13km_hrrr_warm Checking test 054 rrfs_conus13km_hrrr_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -2195,14 +2195,14 @@ Checking test 054 rrfs_conus13km_hrrr_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 176.192928 - 0: The maximum resident set size (KB) = 662844 + 0: The total amount of wall time = 160.235422 + 0: The maximum resident set size (KB) = 662468 Test 054 rrfs_conus13km_hrrr_warm PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/rrfs_conus13km_radar_tten_warm -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10232/rrfs_conus13km_radar_tten_warm +working dir = /scratch1/NCEPDEV/stmp2/Raffaele.Montuoro/FV3_RT/rt_212353/rrfs_conus13km_radar_tten_warm Checking test 055 rrfs_conus13km_radar_tten_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -2211,14 +2211,14 @@ Checking test 055 rrfs_conus13km_radar_tten_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 180.260110 - 0: The maximum resident set size (KB) = 666320 + 0: The total amount of wall time = 162.490284 + 0: The maximum resident set size (KB) = 662884 Test 055 rrfs_conus13km_radar_tten_warm PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/control_rrtmgp -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10232/control_rrtmgp +working dir = /scratch1/NCEPDEV/stmp2/Raffaele.Montuoro/FV3_RT/rt_212353/control_rrtmgp Checking test 056 control_rrtmgp results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2229,14 +2229,14 @@ Checking test 056 control_rrtmgp results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 195.177792 - 0: The maximum resident set size (KB) = 586916 + 0: The total amount of wall time = 195.348284 + 0: The maximum resident set size (KB) = 587056 Test 056 control_rrtmgp PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/control_rrtmgp_c192 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10232/control_rrtmgp_c192 +working dir = /scratch1/NCEPDEV/stmp2/Raffaele.Montuoro/FV3_RT/rt_212353/control_rrtmgp_c192 Checking test 057 control_rrtmgp_c192 results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -2247,14 +2247,14 @@ Checking test 057 control_rrtmgp_c192 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 503.470318 - 0: The maximum resident set size (KB) = 799980 + 0: The total amount of wall time = 508.794751 + 0: The maximum resident set size (KB) = 798264 Test 057 control_rrtmgp_c192 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/control_csawmg -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10232/control_csawmg +working dir = /scratch1/NCEPDEV/stmp2/Raffaele.Montuoro/FV3_RT/rt_212353/control_csawmg Checking test 058 control_csawmg results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2265,14 +2265,14 @@ Checking test 058 control_csawmg results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 306.926752 - 0: The maximum resident set size (KB) = 531884 + 0: The total amount of wall time = 314.818413 + 0: The maximum resident set size (KB) = 534320 Test 058 control_csawmg PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/control_csawmgt -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10232/control_csawmgt +working dir = /scratch1/NCEPDEV/stmp2/Raffaele.Montuoro/FV3_RT/rt_212353/control_csawmgt Checking test 059 control_csawmgt results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2283,14 +2283,14 @@ Checking test 059 control_csawmgt results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 306.026732 - 0: The maximum resident set size (KB) = 529472 + 0: The total amount of wall time = 314.002369 + 0: The maximum resident set size (KB) = 533860 Test 059 control_csawmgt PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/control_flake -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10232/control_flake +working dir = /scratch1/NCEPDEV/stmp2/Raffaele.Montuoro/FV3_RT/rt_212353/control_flake Checking test 060 control_flake results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2301,14 +2301,14 @@ Checking test 060 control_flake results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 227.874951 - 0: The maximum resident set size (KB) = 537528 + 0: The total amount of wall time = 224.915216 + 0: The maximum resident set size (KB) = 532980 Test 060 control_flake PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/control_ras -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10232/control_ras +working dir = /scratch1/NCEPDEV/stmp2/Raffaele.Montuoro/FV3_RT/rt_212353/control_ras Checking test 061 control_ras results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2319,14 +2319,14 @@ Checking test 061 control_ras results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 164.603055 - 0: The maximum resident set size (KB) = 493492 + 0: The total amount of wall time = 163.977770 + 0: The maximum resident set size (KB) = 492372 Test 061 control_ras PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/control_thompson -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10232/control_thompson +working dir = /scratch1/NCEPDEV/stmp2/Raffaele.Montuoro/FV3_RT/rt_212353/control_thompson Checking test 062 control_thompson results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2337,14 +2337,14 @@ Checking test 062 control_thompson results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 214.291033 - 0: The maximum resident set size (KB) = 851048 + 0: The total amount of wall time = 209.110044 + 0: The maximum resident set size (KB) = 848068 Test 062 control_thompson PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/control_thompson_no_aero -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10232/control_thompson_no_aero +working dir = /scratch1/NCEPDEV/stmp2/Raffaele.Montuoro/FV3_RT/rt_212353/control_thompson_no_aero Checking test 063 control_thompson_no_aero results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2355,54 +2355,54 @@ Checking test 063 control_thompson_no_aero results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 196.974241 - 0: The maximum resident set size (KB) = 844628 + 0: The total amount of wall time = 198.553870 + 0: The maximum resident set size (KB) = 842936 Test 063 control_thompson_no_aero PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/control_wam_repro -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10232/control_wam_repro +working dir = /scratch1/NCEPDEV/stmp2/Raffaele.Montuoro/FV3_RT/rt_212353/control_wam_repro Checking test 064 control_wam results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK - 0: The total amount of wall time = 119.216208 - 0: The maximum resident set size (KB) = 226388 + 0: The total amount of wall time = 117.241104 + 0: The maximum resident set size (KB) = 224780 Test 064 control_wam PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/control_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10232/control_debug +working dir = /scratch1/NCEPDEV/stmp2/Raffaele.Montuoro/FV3_RT/rt_212353/control_debug Checking test 065 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 = 141.244472 - 0: The maximum resident set size (KB) = 532076 + 0: The total amount of wall time = 139.402339 + 0: The maximum resident set size (KB) = 529416 Test 065 control_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/control_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10232/control_2threads_debug +working dir = /scratch1/NCEPDEV/stmp2/Raffaele.Montuoro/FV3_RT/rt_212353/control_2threads_debug Checking test 066 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 = 210.093530 - 0: The maximum resident set size (KB) = 583176 + 0: The total amount of wall time = 212.288180 + 0: The maximum resident set size (KB) = 582168 Test 066 control_2threads_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/control_CubedSphereGrid_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10232/control_CubedSphereGrid_debug +working dir = /scratch1/NCEPDEV/stmp2/Raffaele.Montuoro/FV3_RT/rt_212353/control_CubedSphereGrid_debug Checking test 067 control_CubedSphereGrid_debug results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK @@ -2429,458 +2429,458 @@ Checking test 067 control_CubedSphereGrid_debug results .... Comparing atmf001.tile5.nc .........OK Comparing atmf001.tile6.nc .........OK - 0: The total amount of wall time = 151.435986 - 0: The maximum resident set size (KB) = 530364 + 0: The total amount of wall time = 151.764180 + 0: The maximum resident set size (KB) = 533744 Test 067 control_CubedSphereGrid_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/control_wrtGauss_netcdf_parallel_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10232/control_wrtGauss_netcdf_parallel_debug +working dir = /scratch1/NCEPDEV/stmp2/Raffaele.Montuoro/FV3_RT/rt_212353/control_wrtGauss_netcdf_parallel_debug Checking test 068 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 = 145.287044 - 0: The maximum resident set size (KB) = 529524 + 0: The total amount of wall time = 143.082142 + 0: The maximum resident set size (KB) = 529244 Test 068 control_wrtGauss_netcdf_parallel_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/control_stochy_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10232/control_stochy_debug +working dir = /scratch1/NCEPDEV/stmp2/Raffaele.Montuoro/FV3_RT/rt_212353/control_stochy_debug Checking test 069 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 = 162.330749 - 0: The maximum resident set size (KB) = 535140 + 0: The total amount of wall time = 163.853801 + 0: The maximum resident set size (KB) = 534212 Test 069 control_stochy_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/control_lndp_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10232/control_lndp_debug +working dir = /scratch1/NCEPDEV/stmp2/Raffaele.Montuoro/FV3_RT/rt_212353/control_lndp_debug Checking test 070 control_lndp_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 146.533842 - 0: The maximum resident set size (KB) = 537080 + 0: The total amount of wall time = 146.039550 + 0: The maximum resident set size (KB) = 538700 Test 070 control_lndp_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/control_rrtmgp_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10232/control_rrtmgp_debug +working dir = /scratch1/NCEPDEV/stmp2/Raffaele.Montuoro/FV3_RT/rt_212353/control_rrtmgp_debug Checking test 071 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 = 156.137422 - 0: The maximum resident set size (KB) = 640268 + 0: The total amount of wall time = 158.522054 + 0: The maximum resident set size (KB) = 632540 Test 071 control_rrtmgp_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/control_csawmg_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10232/control_csawmg_debug +working dir = /scratch1/NCEPDEV/stmp2/Raffaele.Montuoro/FV3_RT/rt_212353/control_csawmg_debug Checking test 072 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 = 219.493442 - 0: The maximum resident set size (KB) = 570268 + 0: The total amount of wall time = 223.708693 + 0: The maximum resident set size (KB) = 572336 Test 072 control_csawmg_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/control_csawmgt_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10232/control_csawmgt_debug +working dir = /scratch1/NCEPDEV/stmp2/Raffaele.Montuoro/FV3_RT/rt_212353/control_csawmgt_debug Checking test 073 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 = 214.552946 - 0: The maximum resident set size (KB) = 575284 + 0: The total amount of wall time = 221.962354 + 0: The maximum resident set size (KB) = 572516 Test 073 control_csawmgt_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/control_ras_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10232/control_ras_debug +working dir = /scratch1/NCEPDEV/stmp2/Raffaele.Montuoro/FV3_RT/rt_212353/control_ras_debug Checking test 074 control_ras_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 146.983909 - 0: The maximum resident set size (KB) = 545608 + 0: The total amount of wall time = 150.657136 + 0: The maximum resident set size (KB) = 543840 Test 074 control_ras_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/control_diag_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10232/control_diag_debug +working dir = /scratch1/NCEPDEV/stmp2/Raffaele.Montuoro/FV3_RT/rt_212353/control_diag_debug Checking test 075 control_diag_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 151.324560 - 0: The maximum resident set size (KB) = 588532 + 0: The total amount of wall time = 155.050934 + 0: The maximum resident set size (KB) = 587920 Test 075 control_diag_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/control_debug_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10232/control_debug_p8 +working dir = /scratch1/NCEPDEV/stmp2/Raffaele.Montuoro/FV3_RT/rt_212353/control_debug_p8 Checking test 076 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 = 155.992724 - 0: The maximum resident set size (KB) = 557516 + 0: The total amount of wall time = 155.504983 + 0: The maximum resident set size (KB) = 557536 Test 076 control_debug_p8 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/control_thompson_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10232/control_thompson_debug +working dir = /scratch1/NCEPDEV/stmp2/Raffaele.Montuoro/FV3_RT/rt_212353/control_thompson_debug Checking test 077 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 = 164.390700 - 0: The maximum resident set size (KB) = 887072 + 0: The total amount of wall time = 162.356606 + 0: The maximum resident set size (KB) = 890240 Test 077 control_thompson_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/control_thompson_no_aero_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10232/control_thompson_no_aero_debug +working dir = /scratch1/NCEPDEV/stmp2/Raffaele.Montuoro/FV3_RT/rt_212353/control_thompson_no_aero_debug Checking test 078 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 = 158.557171 - 0: The maximum resident set size (KB) = 889096 + 0: The total amount of wall time = 161.672374 + 0: The maximum resident set size (KB) = 888980 Test 078 control_thompson_no_aero_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/control_thompson_debug_extdiag -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10232/control_thompson_extdiag_debug +working dir = /scratch1/NCEPDEV/stmp2/Raffaele.Montuoro/FV3_RT/rt_212353/control_thompson_extdiag_debug Checking test 079 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 = 174.391617 - 0: The maximum resident set size (KB) = 920628 + 0: The total amount of wall time = 176.424195 + 0: The maximum resident set size (KB) = 918408 Test 079 control_thompson_extdiag_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/control_thompson_progcld_thompson_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10232/control_thompson_progcld_thompson_debug +working dir = /scratch1/NCEPDEV/stmp2/Raffaele.Montuoro/FV3_RT/rt_212353/control_thompson_progcld_thompson_debug Checking test 080 control_thompson_progcld_thompson_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 164.595087 - 0: The maximum resident set size (KB) = 891800 + 0: The total amount of wall time = 167.157298 + 0: The maximum resident set size (KB) = 889456 Test 080 control_thompson_progcld_thompson_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/fv3_regional_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10232/regional_debug +working dir = /scratch1/NCEPDEV/stmp2/Raffaele.Montuoro/FV3_RT/rt_212353/regional_debug Checking test 081 regional_debug results .... Comparing dynf000.nc .........OK Comparing dynf001.nc .........OK Comparing phyf000.nc .........OK Comparing phyf001.nc .........OK - 0: The total amount of wall time = 235.950271 - 0: The maximum resident set size (KB) = 611648 + 0: The total amount of wall time = 235.602404 + 0: The maximum resident set size (KB) = 603952 Test 081 regional_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/rap_control_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10232/rap_control_debug +working dir = /scratch1/NCEPDEV/stmp2/Raffaele.Montuoro/FV3_RT/rt_212353/rap_control_debug Checking test 082 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 = 254.488849 - 0: The maximum resident set size (KB) = 895644 + 0: The total amount of wall time = 261.263701 + 0: The maximum resident set size (KB) = 898428 Test 082 rap_control_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/rap_control_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10232/rap_unified_drag_suite_debug +working dir = /scratch1/NCEPDEV/stmp2/Raffaele.Montuoro/FV3_RT/rt_212353/rap_unified_drag_suite_debug Checking test 083 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 = 257.410158 - 0: The maximum resident set size (KB) = 897580 + 0: The total amount of wall time = 260.847092 + 0: The maximum resident set size (KB) = 898932 Test 083 rap_unified_drag_suite_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/rap_diag_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10232/rap_diag_debug +working dir = /scratch1/NCEPDEV/stmp2/Raffaele.Montuoro/FV3_RT/rt_212353/rap_diag_debug Checking test 084 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 = 272.647866 - 0: The maximum resident set size (KB) = 983292 + 0: The total amount of wall time = 271.992892 + 0: The maximum resident set size (KB) = 982404 Test 084 rap_diag_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/rap_cires_ugwp_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10232/rap_cires_ugwp_debug +working dir = /scratch1/NCEPDEV/stmp2/Raffaele.Montuoro/FV3_RT/rt_212353/rap_cires_ugwp_debug Checking test 085 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 = 259.547826 - 0: The maximum resident set size (KB) = 897964 + 0: The total amount of wall time = 263.710457 + 0: The maximum resident set size (KB) = 901084 Test 085 rap_cires_ugwp_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/rap_cires_ugwp_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10232/rap_unified_ugwp_debug +working dir = /scratch1/NCEPDEV/stmp2/Raffaele.Montuoro/FV3_RT/rt_212353/rap_unified_ugwp_debug Checking test 086 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 = 262.130046 - 0: The maximum resident set size (KB) = 900628 + 0: The total amount of wall time = 267.915839 + 0: The maximum resident set size (KB) = 900988 Test 086 rap_unified_ugwp_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/rap_noah_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10232/rap_noah_debug +working dir = /scratch1/NCEPDEV/stmp2/Raffaele.Montuoro/FV3_RT/rt_212353/rap_noah_debug Checking test 087 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 = 254.259143 - 0: The maximum resident set size (KB) = 895528 + 0: The total amount of wall time = 257.102540 + 0: The maximum resident set size (KB) = 899636 Test 087 rap_noah_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/rap_rrtmgp_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10232/rap_rrtmgp_debug +working dir = /scratch1/NCEPDEV/stmp2/Raffaele.Montuoro/FV3_RT/rt_212353/rap_rrtmgp_debug Checking test 088 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 = 446.752439 - 0: The maximum resident set size (KB) = 1006784 + 0: The total amount of wall time = 435.753830 + 0: The maximum resident set size (KB) = 1003424 Test 088 rap_rrtmgp_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/rap_lndp_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10232/rap_lndp_debug +working dir = /scratch1/NCEPDEV/stmp2/Raffaele.Montuoro/FV3_RT/rt_212353/rap_lndp_debug Checking test 089 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 = 264.318182 - 0: The maximum resident set size (KB) = 900664 + 0: The total amount of wall time = 262.578444 + 0: The maximum resident set size (KB) = 901676 Test 089 rap_lndp_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/rap_sfcdiff_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10232/rap_sfcdiff_debug +working dir = /scratch1/NCEPDEV/stmp2/Raffaele.Montuoro/FV3_RT/rt_212353/rap_sfcdiff_debug Checking test 090 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.354343 - 0: The maximum resident set size (KB) = 900936 + 0: The total amount of wall time = 262.318834 + 0: The maximum resident set size (KB) = 894512 Test 090 rap_sfcdiff_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/rap_flake_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10232/rap_flake_debug +working dir = /scratch1/NCEPDEV/stmp2/Raffaele.Montuoro/FV3_RT/rt_212353/rap_flake_debug Checking test 091 rap_flake_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 256.972522 - 0: The maximum resident set size (KB) = 900144 + 0: The total amount of wall time = 258.198827 + 0: The maximum resident set size (KB) = 900224 Test 091 rap_flake_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/rap_noah_sfcdiff_cires_ugwp_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10232/rap_noah_sfcdiff_cires_ugwp_debug +working dir = /scratch1/NCEPDEV/stmp2/Raffaele.Montuoro/FV3_RT/rt_212353/rap_noah_sfcdiff_cires_ugwp_debug Checking test 092 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 = 431.419140 - 0: The maximum resident set size (KB) = 896680 + 0: The total amount of wall time = 430.879500 + 0: The maximum resident set size (KB) = 899672 Test 092 rap_noah_sfcdiff_cires_ugwp_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/rap_progcld_thompson_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10232/rap_progcld_thompson_debug +working dir = /scratch1/NCEPDEV/stmp2/Raffaele.Montuoro/FV3_RT/rt_212353/rap_progcld_thompson_debug Checking test 093 rap_progcld_thompson_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 266.961573 - 0: The maximum resident set size (KB) = 894396 + 0: The total amount of wall time = 255.038304 + 0: The maximum resident set size (KB) = 896268 Test 093 rap_progcld_thompson_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/rrfs_v1beta_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10232/rrfs_v1beta_debug +working dir = /scratch1/NCEPDEV/stmp2/Raffaele.Montuoro/FV3_RT/rt_212353/rrfs_v1beta_debug Checking test 094 rrfs_v1beta_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 270.903834 - 0: The maximum resident set size (KB) = 896820 + 0: The total amount of wall time = 259.053511 + 0: The maximum resident set size (KB) = 894320 Test 094 rrfs_v1beta_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/control_wam_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10232/control_wam_debug +working dir = /scratch1/NCEPDEV/stmp2/Raffaele.Montuoro/FV3_RT/rt_212353/control_wam_debug Checking test 095 control_wam_debug results .... Comparing sfcf019.nc .........OK Comparing atmf019.nc .........OK - 0: The total amount of wall time = 280.478272 - 0: The maximum resident set size (KB) = 263908 + 0: The total amount of wall time = 275.127493 + 0: The maximum resident set size (KB) = 251760 Test 095 control_wam_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/hafs_regional_atm -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10232/hafs_regional_atm +working dir = /scratch1/NCEPDEV/stmp2/Raffaele.Montuoro/FV3_RT/rt_212353/hafs_regional_atm Checking test 096 hafs_regional_atm results .... - Comparing atmf006.nc .........OK - Comparing sfcf006.nc ............ALT CHECK......OK + Comparing atmf006.nc ............ALT CHECK......OK + Comparing sfcf006.nc .........OK - 0: The total amount of wall time = 291.065628 - 0: The maximum resident set size (KB) = 703256 + 0: The total amount of wall time = 248.297918 + 0: The maximum resident set size (KB) = 702736 Test 096 hafs_regional_atm PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/hafs_regional_atm_thompson_gfdlsf -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10232/hafs_regional_atm_thompson_gfdlsf +working dir = /scratch1/NCEPDEV/stmp2/Raffaele.Montuoro/FV3_RT/rt_212353/hafs_regional_atm_thompson_gfdlsf Checking test 097 hafs_regional_atm_thompson_gfdlsf results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK - 0: The total amount of wall time = 319.136739 - 0: The maximum resident set size (KB) = 1061500 + 0: The total amount of wall time = 309.252477 + 0: The maximum resident set size (KB) = 1054064 Test 097 hafs_regional_atm_thompson_gfdlsf PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/hafs_regional_atm_ocn -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10232/hafs_regional_atm_ocn +working dir = /scratch1/NCEPDEV/stmp2/Raffaele.Montuoro/FV3_RT/rt_212353/hafs_regional_atm_ocn Checking test 098 hafs_regional_atm_ocn results .... - Comparing atmf006.nc ............ALT CHECK......OK + 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 = 353.929142 - 0: The maximum resident set size (KB) = 720808 + 0: The total amount of wall time = 339.908220 + 0: The maximum resident set size (KB) = 717972 Test 098 hafs_regional_atm_ocn PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/hafs_regional_atm_wav -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10232/hafs_regional_atm_wav +working dir = /scratch1/NCEPDEV/stmp2/Raffaele.Montuoro/FV3_RT/rt_212353/hafs_regional_atm_wav Checking test 099 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 = 855.414060 - 0: The maximum resident set size (KB) = 718252 + 0: The total amount of wall time = 821.601600 + 0: The maximum resident set size (KB) = 718908 Test 099 hafs_regional_atm_wav PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/hafs_regional_atm_ocn_wav -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10232/hafs_regional_atm_ocn_wav +working dir = /scratch1/NCEPDEV/stmp2/Raffaele.Montuoro/FV3_RT/rt_212353/hafs_regional_atm_ocn_wav Checking test 100 hafs_regional_atm_ocn_wav results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -2889,62 +2889,62 @@ Checking test 100 hafs_regional_atm_ocn_wav results .... Comparing out_grd.ww3 .........OK Comparing out_pnt.ww3 .........OK - 0: The total amount of wall time = 950.245423 - 0: The maximum resident set size (KB) = 720628 + 0: The total amount of wall time = 916.003389 + 0: The maximum resident set size (KB) = 713120 Test 100 hafs_regional_atm_ocn_wav PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/hafs_regional_1nest_atm -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10232/hafs_regional_1nest_atm +working dir = /scratch1/NCEPDEV/stmp2/Raffaele.Montuoro/FV3_RT/rt_212353/hafs_regional_1nest_atm Checking test 101 hafs_regional_1nest_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK - 0: The total amount of wall time = 400.344281 - 0: The maximum resident set size (KB) = 297912 + 0: The total amount of wall time = 398.287221 + 0: The maximum resident set size (KB) = 297488 Test 101 hafs_regional_1nest_atm PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/hafs_regional_telescopic_2nests_atm -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10232/hafs_regional_telescopic_2nests_atm +working dir = /scratch1/NCEPDEV/stmp2/Raffaele.Montuoro/FV3_RT/rt_212353/hafs_regional_telescopic_2nests_atm Checking test 102 hafs_regional_telescopic_2nests_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc ............ALT CHECK......OK - 0: The total amount of wall time = 427.505940 - 0: The maximum resident set size (KB) = 295936 + 0: The total amount of wall time = 423.673695 + 0: The maximum resident set size (KB) = 297092 Test 102 hafs_regional_telescopic_2nests_atm PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/hafs_global_1nest_atm -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10232/hafs_global_1nest_atm +working dir = /scratch1/NCEPDEV/stmp2/Raffaele.Montuoro/FV3_RT/rt_212353/hafs_global_1nest_atm Checking test 103 hafs_global_1nest_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc ............ALT CHECK......OK - 0: The total amount of wall time = 199.974663 - 0: The maximum resident set size (KB) = 189496 + 0: The total amount of wall time = 191.213885 + 0: The maximum resident set size (KB) = 193432 Test 103 hafs_global_1nest_atm PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/hafs_global_multiple_4nests_atm -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10232/hafs_global_multiple_4nests_atm +working dir = /scratch1/NCEPDEV/stmp2/Raffaele.Montuoro/FV3_RT/rt_212353/hafs_global_multiple_4nests_atm Checking test 104 hafs_global_multiple_4nests_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc ............ALT CHECK......OK - 0: The total amount of wall time = 437.749138 - 0: The maximum resident set size (KB) = 237308 + 0: The total amount of wall time = 436.608260 + 0: The maximum resident set size (KB) = 238540 Test 104 hafs_global_multiple_4nests_atm PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/hafs_regional_docn -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10232/hafs_regional_docn +working dir = /scratch1/NCEPDEV/stmp2/Raffaele.Montuoro/FV3_RT/rt_212353/hafs_regional_docn Checking test 105 hafs_regional_docn results .... Comparing atmf006.nc ............ALT CHECK......OK Comparing sfcf006.nc ............ALT CHECK......OK @@ -2952,120 +2952,120 @@ Checking test 105 hafs_regional_docn results .... Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK Comparing ufs.hafs.docn.r.2019-08-29-21600.nc .........OK - 0: The total amount of wall time = 343.846133 - 0: The maximum resident set size (KB) = 714048 + 0: The total amount of wall time = 322.364060 + 0: The maximum resident set size (KB) = 714564 Test 105 hafs_regional_docn PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/hafs_regional_docn_oisst -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10232/hafs_regional_docn_oisst +working dir = /scratch1/NCEPDEV/stmp2/Raffaele.Montuoro/FV3_RT/rt_212353/hafs_regional_docn_oisst Checking test 106 hafs_regional_docn_oisst results .... - Comparing atmf006.nc .........OK - Comparing sfcf006.nc ............ALT CHECK......OK + 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 = 340.571921 - 0: The maximum resident set size (KB) = 713360 + 0: The total amount of wall time = 326.870710 + 0: The maximum resident set size (KB) = 716716 Test 106 hafs_regional_docn_oisst PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/hafs_regional_datm_cdeps -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10232/hafs_regional_datm_cdeps +working dir = /scratch1/NCEPDEV/stmp2/Raffaele.Montuoro/FV3_RT/rt_212353/hafs_regional_datm_cdeps Checking test 107 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 = 947.417951 - 0: The maximum resident set size (KB) = 857492 + 0: The total amount of wall time = 946.393651 + 0: The maximum resident set size (KB) = 851796 Test 107 hafs_regional_datm_cdeps PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/datm_cdeps_control_cfsr -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10232/datm_cdeps_control_cfsr +working dir = /scratch1/NCEPDEV/stmp2/Raffaele.Montuoro/FV3_RT/rt_212353/datm_cdeps_control_cfsr Checking test 108 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 = 142.488845 - 0: The maximum resident set size (KB) = 719332 + 0: The total amount of wall time = 139.383191 + 0: The maximum resident set size (KB) = 739212 Test 108 datm_cdeps_control_cfsr PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/datm_cdeps_control_cfsr -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10232/datm_cdeps_restart_cfsr +working dir = /scratch1/NCEPDEV/stmp2/Raffaele.Montuoro/FV3_RT/rt_212353/datm_cdeps_restart_cfsr Checking test 109 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.814454 - 0: The maximum resident set size (KB) = 720724 + 0: The total amount of wall time = 80.024735 + 0: The maximum resident set size (KB) = 719788 Test 109 datm_cdeps_restart_cfsr PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/datm_cdeps_control_gefs -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10232/datm_cdeps_control_gefs +working dir = /scratch1/NCEPDEV/stmp2/Raffaele.Montuoro/FV3_RT/rt_212353/datm_cdeps_control_gefs Checking test 110 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 = 136.030515 - 0: The maximum resident set size (KB) = 620112 + 0: The total amount of wall time = 137.666544 + 0: The maximum resident set size (KB) = 620180 Test 110 datm_cdeps_control_gefs PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/datm_cdeps_stochy_gefs -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10232/datm_cdeps_stochy_gefs +working dir = /scratch1/NCEPDEV/stmp2/Raffaele.Montuoro/FV3_RT/rt_212353/datm_cdeps_stochy_gefs Checking test 111 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.632176 - 0: The maximum resident set size (KB) = 620276 + 0: The total amount of wall time = 139.623837 + 0: The maximum resident set size (KB) = 621800 Test 111 datm_cdeps_stochy_gefs PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/datm_cdeps_bulk_cfsr -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10232/datm_cdeps_bulk_cfsr +working dir = /scratch1/NCEPDEV/stmp2/Raffaele.Montuoro/FV3_RT/rt_212353/datm_cdeps_bulk_cfsr Checking test 112 datm_cdeps_bulk_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 141.218903 - 0: The maximum resident set size (KB) = 719320 + 0: The total amount of wall time = 141.393800 + 0: The maximum resident set size (KB) = 718844 Test 112 datm_cdeps_bulk_cfsr PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/datm_cdeps_bulk_gefs -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10232/datm_cdeps_bulk_gefs +working dir = /scratch1/NCEPDEV/stmp2/Raffaele.Montuoro/FV3_RT/rt_212353/datm_cdeps_bulk_gefs Checking test 113 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 = 136.876808 - 0: The maximum resident set size (KB) = 619648 + 0: The total amount of wall time = 136.409498 + 0: The maximum resident set size (KB) = 620480 Test 113 datm_cdeps_bulk_gefs PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/datm_cdeps_mx025_cfsr -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10232/datm_cdeps_mx025_cfsr +working dir = /scratch1/NCEPDEV/stmp2/Raffaele.Montuoro/FV3_RT/rt_212353/datm_cdeps_mx025_cfsr Checking test 114 datm_cdeps_mx025_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/MOM.res_1.nc .........OK @@ -3074,14 +3074,14 @@ Checking test 114 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 = 312.755490 - 0: The maximum resident set size (KB) = 561868 + 0: The total amount of wall time = 302.254769 + 0: The maximum resident set size (KB) = 557820 Test 114 datm_cdeps_mx025_cfsr PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/datm_cdeps_mx025_gefs -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10232/datm_cdeps_mx025_gefs +working dir = /scratch1/NCEPDEV/stmp2/Raffaele.Montuoro/FV3_RT/rt_212353/datm_cdeps_mx025_gefs Checking test 115 datm_cdeps_mx025_gefs results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/MOM.res_1.nc .........OK @@ -3090,51 +3090,51 @@ Checking test 115 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 = 301.178991 - 0: The maximum resident set size (KB) = 535428 + 0: The total amount of wall time = 305.101395 + 0: The maximum resident set size (KB) = 528356 Test 115 datm_cdeps_mx025_gefs PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/datm_cdeps_control_cfsr -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10232/datm_cdeps_multiple_files_cfsr +working dir = /scratch1/NCEPDEV/stmp2/Raffaele.Montuoro/FV3_RT/rt_212353/datm_cdeps_multiple_files_cfsr Checking test 116 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 = 141.632752 - 0: The maximum resident set size (KB) = 719248 + 0: The total amount of wall time = 142.499683 + 0: The maximum resident set size (KB) = 719876 Test 116 datm_cdeps_multiple_files_cfsr PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/datm_cdeps_3072x1536_cfsr -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10232/datm_cdeps_3072x1536_cfsr +working dir = /scratch1/NCEPDEV/stmp2/Raffaele.Montuoro/FV3_RT/rt_212353/datm_cdeps_3072x1536_cfsr Checking test 117 datm_cdeps_3072x1536_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR3072x1536.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 189.728509 - 0: The maximum resident set size (KB) = 1835468 + 0: The total amount of wall time = 194.027163 + 0: The maximum resident set size (KB) = 1832600 Test 117 datm_cdeps_3072x1536_cfsr PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/datm_cdeps_debug_cfsr -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10232/datm_cdeps_debug_cfsr +working dir = /scratch1/NCEPDEV/stmp2/Raffaele.Montuoro/FV3_RT/rt_212353/datm_cdeps_debug_cfsr Checking test 118 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 = 443.882130 - 0: The maximum resident set size (KB) = 726048 + 0: The total amount of wall time = 430.009093 + 0: The maximum resident set size (KB) = 724072 Test 118 datm_cdeps_debug_cfsr PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/control_atmwav -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10232/control_atmwav +working dir = /scratch1/NCEPDEV/stmp2/Raffaele.Montuoro/FV3_RT/rt_212353/control_atmwav Checking test 119 control_atmwav results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -3178,14 +3178,14 @@ Checking test 119 control_atmwav results .... Comparing RESTART/sfc_data.tile6.nc .........OK Comparing 20210322.180000.restart.glo_1deg .........OK - 0: The total amount of wall time = 80.847739 - 0: The maximum resident set size (KB) = 494900 + 0: The total amount of wall time = 81.751701 + 0: The maximum resident set size (KB) = 498928 Test 119 control_atmwav PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/control_c384gdas_wav -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10232/control_c384gdas_wav +working dir = /scratch1/NCEPDEV/stmp2/Raffaele.Montuoro/FV3_RT/rt_212353/control_c384gdas_wav Checking test 120 control_c384gdas_wav results .... Comparing sfcf000.nc .........OK Comparing sfcf003.nc .........OK @@ -3231,14 +3231,14 @@ Checking test 120 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 = 696.343829 - 0: The maximum resident set size (KB) = 1041956 + 0: The total amount of wall time = 699.354381 + 0: The maximum resident set size (KB) = 1037184 Test 120 control_c384gdas_wav PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/control_atm_aerosols -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10232/control_atm_aerosols +working dir = /scratch1/NCEPDEV/stmp2/Raffaele.Montuoro/FV3_RT/rt_212353/control_atm_aerosols Checking test 121 control_atm_aerosols results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -3285,12 +3285,12 @@ Checking test 121 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 = 275.789327 - 0: The maximum resident set size (KB) = 897612 + 0: The total amount of wall time = 282.163985 + 0: The maximum resident set size (KB) = 890184 Test 121 control_atm_aerosols PASS REGRESSION TEST WAS SUCCESSFUL -Thu Feb 10 01:39:10 UTC 2022 -Elapsed time: 00h:52m:12s. Have a nice day! +Mon Feb 14 02:22:04 UTC 2022 +Elapsed time: 01h:03m:13s. Have a nice day! From 03bedbc8684d9376b50be0ab520e3bc0984e9caf Mon Sep 17 00:00:00 2001 From: Raffaele Montuoro Date: Sun, 13 Feb 2022 22:42:37 -0600 Subject: [PATCH 030/106] Add regression test log on Orion/Intel. --- tests/RegressionTests_orion.intel.log | 752 +++++++++++++------------- 1 file changed, 376 insertions(+), 376 deletions(-) diff --git a/tests/RegressionTests_orion.intel.log b/tests/RegressionTests_orion.intel.log index cad5f26a57..decedc1836 100644 --- a/tests/RegressionTests_orion.intel.log +++ b/tests/RegressionTests_orion.intel.log @@ -1,23 +1,23 @@ -Wed Feb 9 18:46:36 CST 2022 +Sun Feb 13 20:53:37 CST 2022 Start Regression test -Compile 001 elapsed time 474 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 194 seconds. -DAPP=S2S -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v16_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile 003 elapsed time 396 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 382 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 462 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 188 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 166 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 446 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 189 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 013 elapsed time 122 seconds. -DAPP=NG-GODAS -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile 014 elapsed time 409 seconds. -DAPP=ATMW -DCCPP_SUITES=FV3_GFS_v16 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 001 elapsed time 614 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 206 seconds. -DAPP=S2S -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v16_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile 003 elapsed time 466 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 462 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 593 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 503 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 220 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 219 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 181 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 492 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 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 252 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 013 elapsed time 141 seconds. -DAPP=NG-GODAS -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile 014 elapsed time 465 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-20220207/INTEL/cpld_control_p8 -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_225269/cpld_control_p8 +working dir = /work/noaa/stmp/rmontuor/stmp/rmontuor/FV3_RT/rt_106299/cpld_control_p8 Checking test 001 cpld_control_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -82,14 +82,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 = 223.053048 - 0: The maximum resident set size (KB) = 645536 + 0: The total amount of wall time = 216.193402 + 0: The maximum resident set size (KB) = 644164 Test 001 cpld_control_p8 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/cpld_control_p8 -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_225269/cpld_2threads_p8 +working dir = /work/noaa/stmp/rmontuor/stmp/rmontuor/FV3_RT/rt_106299/cpld_2threads_p8 Checking test 002 cpld_2threads_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -142,14 +142,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 = 278.009135 - 0: The maximum resident set size (KB) = 691416 + 0: The total amount of wall time = 301.944807 + 0: The maximum resident set size (KB) = 692664 Test 002 cpld_2threads_p8 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/cpld_control_p8 -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_225269/cpld_decomp_p8 +working dir = /work/noaa/stmp/rmontuor/stmp/rmontuor/FV3_RT/rt_106299/cpld_decomp_p8 Checking test 003 cpld_decomp_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -202,14 +202,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.871680 - 0: The maximum resident set size (KB) = 640784 + 0: The total amount of wall time = 215.832600 + 0: The maximum resident set size (KB) = 639008 Test 003 cpld_decomp_p8 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/cpld_control_p8 -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_225269/cpld_mpi_p8 +working dir = /work/noaa/stmp/rmontuor/stmp/rmontuor/FV3_RT/rt_106299/cpld_mpi_p8 Checking test 004 cpld_mpi_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -262,14 +262,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 = 208.892283 - 0: The maximum resident set size (KB) = 655168 + 0: The total amount of wall time = 186.574180 + 0: The maximum resident set size (KB) = 652808 Test 004 cpld_mpi_p8 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/cpld_control_p7_rrtmgp -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_225269/cpld_control_p7_rrtmgp +working dir = /work/noaa/stmp/rmontuor/stmp/rmontuor/FV3_RT/rt_106299/cpld_control_p7_rrtmgp Checking test 005 cpld_control_p7_rrtmgp results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -322,14 +322,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 = 276.435437 - 0: The maximum resident set size (KB) = 740212 + 0: The total amount of wall time = 247.684815 + 0: The maximum resident set size (KB) = 742060 Test 005 cpld_control_p7_rrtmgp PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/cpld_bmark_p7 -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_225269/cpld_bmark_p7 +working dir = /work/noaa/stmp/rmontuor/stmp/rmontuor/FV3_RT/rt_106299/cpld_bmark_p7 Checking test 006 cpld_bmark_p7 results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK @@ -374,14 +374,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 = 889.301406 - 0: The maximum resident set size (KB) = 1473464 + 0: The total amount of wall time = 913.649880 + 0: The maximum resident set size (KB) = 1494280 Test 006 cpld_bmark_p7 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/cpld_bmark_p8 -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_225269/cpld_bmark_p8 +working dir = /work/noaa/stmp/rmontuor/stmp/rmontuor/FV3_RT/rt_106299/cpld_bmark_p8 Checking test 007 cpld_bmark_p8 results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK @@ -426,14 +426,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 = 890.434624 - 0: The maximum resident set size (KB) = 1470452 + 0: The total amount of wall time = 928.977263 + 0: The maximum resident set size (KB) = 1471508 Test 007 cpld_bmark_p8 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/cpld_bmark_p8 -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_225269/cpld_bmark_mpi_p8 +working dir = /work/noaa/stmp/rmontuor/stmp/rmontuor/FV3_RT/rt_106299/cpld_bmark_mpi_p8 Checking test 008 cpld_bmark_mpi_p8 results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK @@ -478,14 +478,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 = 865.131694 - 0: The maximum resident set size (KB) = 1506980 + 0: The total amount of wall time = 882.104623 + 0: The maximum resident set size (KB) = 1487004 Test 008 cpld_bmark_mpi_p8 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/cpld_control_c96_p8 -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_225269/cpld_control_c96_p8 +working dir = /work/noaa/stmp/rmontuor/stmp/rmontuor/FV3_RT/rt_106299/cpld_control_c96_p8 Checking test 009 cpld_control_c96_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -547,14 +547,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.235565 - 0: The maximum resident set size (KB) = 630672 + 0: The total amount of wall time = 205.444606 + 0: The maximum resident set size (KB) = 629576 Test 009 cpld_control_c96_p8 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/cpld_control_c96_p8 -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_225269/cpld_restart_c96_p8 +working dir = /work/noaa/stmp/rmontuor/stmp/rmontuor/FV3_RT/rt_106299/cpld_restart_c96_p8 Checking test 010 cpld_restart_c96_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -604,14 +604,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 = 113.926478 - 0: The maximum resident set size (KB) = 392688 + 0: The total amount of wall time = 137.832971 + 0: The maximum resident set size (KB) = 391076 Test 010 cpld_restart_c96_p8 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/cpld_control_c192_p8 -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_225269/cpld_control_c192_p8 +working dir = /work/noaa/stmp/rmontuor/stmp/rmontuor/FV3_RT/rt_106299/cpld_control_c192_p8 Checking test 011 cpld_control_c192_p8 results .... Comparing sfcf036.tile1.nc .........OK Comparing sfcf036.tile2.nc .........OK @@ -661,14 +661,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 = 884.675423 - 0: The maximum resident set size (KB) = 845532 + 0: The total amount of wall time = 878.487928 + 0: The maximum resident set size (KB) = 843728 Test 011 cpld_control_c192_p8 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/cpld_control_c192_p8 -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_225269/cpld_restart_c192_p8 +working dir = /work/noaa/stmp/rmontuor/stmp/rmontuor/FV3_RT/rt_106299/cpld_restart_c192_p8 Checking test 012 cpld_restart_c192_p8 results .... Comparing sfcf036.tile1.nc .........OK Comparing sfcf036.tile2.nc .........OK @@ -718,14 +718,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 = 610.057280 - 0: The maximum resident set size (KB) = 913080 + 0: The total amount of wall time = 594.648261 + 0: The maximum resident set size (KB) = 915200 Test 012 cpld_restart_c192_p8 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/cpld_control_c384_p8 -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_225269/cpld_control_c384_p8 +working dir = /work/noaa/stmp/rmontuor/stmp/rmontuor/FV3_RT/rt_106299/cpld_control_c384_p8 Checking test 013 cpld_control_c384_p8 results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK @@ -768,14 +768,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 = 1047.277856 - 0: The maximum resident set size (KB) = 1444360 + 0: The total amount of wall time = 1025.793054 + 0: The maximum resident set size (KB) = 1435696 Test 013 cpld_control_c384_p8 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/cpld_control_c384_p8 -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_225269/cpld_restart_c384_p8 +working dir = /work/noaa/stmp/rmontuor/stmp/rmontuor/FV3_RT/rt_106299/cpld_restart_c384_p8 Checking test 014 cpld_restart_c384_p8 results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK @@ -818,14 +818,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 = 560.696710 - 0: The maximum resident set size (KB) = 1398812 + 0: The total amount of wall time = 550.226038 + 0: The maximum resident set size (KB) = 1398984 Test 014 cpld_restart_c384_p8 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/cpld_debug_p8 -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_225269/cpld_debug_p8 +working dir = /work/noaa/stmp/rmontuor/stmp/rmontuor/FV3_RT/rt_106299/cpld_debug_p8 Checking test 015 cpld_debug_p8 results .... Comparing sfcf006.tile1.nc .........OK Comparing sfcf006.tile2.nc .........OK @@ -875,14 +875,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 = 637.748379 - 0: The maximum resident set size (KB) = 685040 + 0: The total amount of wall time = 624.892826 + 0: The maximum resident set size (KB) = 689644 Test 015 cpld_debug_p8 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/control -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_225269/control +working dir = /work/noaa/stmp/rmontuor/stmp/rmontuor/FV3_RT/rt_106299/control Checking test 016 control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -929,14 +929,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.828299 - 0: The maximum resident set size (KB) = 488208 + 0: The total amount of wall time = 120.216003 + 0: The maximum resident set size (KB) = 484224 Test 016 control PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/control -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_225269/control_decomp +working dir = /work/noaa/stmp/rmontuor/stmp/rmontuor/FV3_RT/rt_106299/control_decomp Checking test 017 control_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -979,28 +979,28 @@ 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 = 128.276571 - 0: The maximum resident set size (KB) = 484256 + 0: The total amount of wall time = 127.307003 + 0: The maximum resident set size (KB) = 488540 Test 017 control_decomp PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/control -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_225269/control_2dwrtdecomp +working dir = /work/noaa/stmp/rmontuor/stmp/rmontuor/FV3_RT/rt_106299/control_2dwrtdecomp Checking test 018 control_2dwrtdecomp results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK Comparing atmf024.nc .........OK - 0: The total amount of wall time = 114.345028 - 0: The maximum resident set size (KB) = 486312 + 0: The total amount of wall time = 114.709920 + 0: The maximum resident set size (KB) = 488476 Test 018 control_2dwrtdecomp PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/control -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_225269/control_2threads +working dir = /work/noaa/stmp/rmontuor/stmp/rmontuor/FV3_RT/rt_106299/control_2threads Checking test 019 control_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1043,14 +1043,14 @@ Checking test 019 control_2threads results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 145.636193 - 0: The maximum resident set size (KB) = 531468 + 0: The total amount of wall time = 183.595308 + 0: The maximum resident set size (KB) = 536604 Test 019 control_2threads PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/control -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_225269/control_restart +working dir = /work/noaa/stmp/rmontuor/stmp/rmontuor/FV3_RT/rt_106299/control_restart Checking test 020 control_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -1089,14 +1089,14 @@ Checking test 020 control_restart results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 66.550875 - 0: The maximum resident set size (KB) = 227596 + 0: The total amount of wall time = 65.765257 + 0: The maximum resident set size (KB) = 224784 Test 020 control_restart PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/control -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_225269/control_fhzero +working dir = /work/noaa/stmp/rmontuor/stmp/rmontuor/FV3_RT/rt_106299/control_fhzero Checking test 021 control_fhzero results .... Comparing sfcf000.nc ............ALT CHECK......OK Comparing sfcf021.nc ............ALT CHECK......OK @@ -1139,14 +1139,14 @@ Checking test 021 control_fhzero results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 113.276665 - 0: The maximum resident set size (KB) = 487444 + 0: The total amount of wall time = 113.142237 + 0: The maximum resident set size (KB) = 484488 Test 021 control_fhzero PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/control_CubedSphereGrid -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_225269/control_CubedSphereGrid +working dir = /work/noaa/stmp/rmontuor/stmp/rmontuor/FV3_RT/rt_106299/control_CubedSphereGrid Checking test 022 control_CubedSphereGrid results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK @@ -1173,14 +1173,14 @@ Checking test 022 control_CubedSphereGrid results .... Comparing atmf024.tile5.nc .........OK Comparing atmf024.tile6.nc .........OK - 0: The total amount of wall time = 116.654283 - 0: The maximum resident set size (KB) = 487176 + 0: The total amount of wall time = 116.457411 + 0: The maximum resident set size (KB) = 484196 Test 022 control_CubedSphereGrid PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/control_latlon -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_225269/control_latlon +working dir = /work/noaa/stmp/rmontuor/stmp/rmontuor/FV3_RT/rt_106299/control_latlon Checking test 023 control_latlon results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1191,14 +1191,14 @@ Checking test 023 control_latlon results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 149.618101 - 0: The maximum resident set size (KB) = 487368 + 0: The total amount of wall time = 118.079110 + 0: The maximum resident set size (KB) = 487696 Test 023 control_latlon PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/control_wrtGauss_netcdf_parallel -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_225269/control_wrtGauss_netcdf_parallel +working dir = /work/noaa/stmp/rmontuor/stmp/rmontuor/FV3_RT/rt_106299/control_wrtGauss_netcdf_parallel Checking test 024 control_wrtGauss_netcdf_parallel results .... Comparing sfcf000.nc ............ALT CHECK......OK Comparing sfcf024.nc .........OK @@ -1209,14 +1209,14 @@ Checking test 024 control_wrtGauss_netcdf_parallel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 153.009495 - 0: The maximum resident set size (KB) = 487148 + 0: The total amount of wall time = 120.816194 + 0: The maximum resident set size (KB) = 485732 Test 024 control_wrtGauss_netcdf_parallel PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/control_c48 -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_225269/control_c48 +working dir = /work/noaa/stmp/rmontuor/stmp/rmontuor/FV3_RT/rt_106299/control_c48 Checking test 025 control_c48 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1255,14 +1255,14 @@ Checking test 025 control_c48 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0: The total amount of wall time = 305.071086 -0: The maximum resident set size (KB) = 654508 +0: The total amount of wall time = 351.006205 +0: The maximum resident set size (KB) = 653208 Test 025 control_c48 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/control_c192 -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_225269/control_c192 +working dir = /work/noaa/stmp/rmontuor/stmp/rmontuor/FV3_RT/rt_106299/control_c192 Checking test 026 control_c192 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1273,14 +1273,14 @@ Checking test 026 control_c192 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 484.522227 - 0: The maximum resident set size (KB) = 588292 + 0: The total amount of wall time = 485.828657 + 0: The maximum resident set size (KB) = 587948 Test 026 control_c192 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/control_c384 -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_225269/control_c384 +working dir = /work/noaa/stmp/rmontuor/stmp/rmontuor/FV3_RT/rt_106299/control_c384 Checking test 027 control_c384 results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -1291,14 +1291,14 @@ Checking test 027 control_c384 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 797.197960 - 0: The maximum resident set size (KB) = 876836 + 0: The total amount of wall time = 932.107903 + 0: The maximum resident set size (KB) = 881516 Test 027 control_c384 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/control_c384gdas -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_225269/control_c384gdas +working dir = /work/noaa/stmp/rmontuor/stmp/rmontuor/FV3_RT/rt_106299/control_c384gdas Checking test 028 control_c384gdas results .... Comparing sfcf000.nc .........OK Comparing sfcf006.nc .........OK @@ -1341,14 +1341,14 @@ Checking test 028 control_c384gdas results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 688.566435 - 0: The maximum resident set size (KB) = 1000120 + 0: The total amount of wall time = 795.349561 + 0: The maximum resident set size (KB) = 997960 Test 028 control_c384gdas PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/control_stochy -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_225269/control_stochy +working dir = /work/noaa/stmp/rmontuor/stmp/rmontuor/FV3_RT/rt_106299/control_stochy Checking test 029 control_stochy results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -1359,28 +1359,28 @@ Checking test 029 control_stochy results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 78.593703 - 0: The maximum resident set size (KB) = 486308 + 0: The total amount of wall time = 79.156864 + 0: The maximum resident set size (KB) = 486008 Test 029 control_stochy PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/control_stochy -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_225269/control_stochy_restart +working dir = /work/noaa/stmp/rmontuor/stmp/rmontuor/FV3_RT/rt_106299/control_stochy_restart Checking test 030 control_stochy_restart results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK Comparing GFSFLX.GrbF12 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 46.634899 - 0: The maximum resident set size (KB) = 264668 + 0: The total amount of wall time = 44.910393 + 0: The maximum resident set size (KB) = 267700 Test 030 control_stochy_restart PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/control_lndp -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_225269/control_lndp +working dir = /work/noaa/stmp/rmontuor/stmp/rmontuor/FV3_RT/rt_106299/control_lndp Checking test 031 control_lndp results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -1391,14 +1391,14 @@ Checking test 031 control_lndp results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 73.595574 - 0: The maximum resident set size (KB) = 488432 + 0: The total amount of wall time = 73.069541 + 0: The maximum resident set size (KB) = 490344 Test 031 control_lndp PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/control_iovr4 -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_225269/control_iovr4 +working dir = /work/noaa/stmp/rmontuor/stmp/rmontuor/FV3_RT/rt_106299/control_iovr4 Checking test 032 control_iovr4 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1413,14 +1413,14 @@ Checking test 032 control_iovr4 results .... Comparing GFSPRS.GrbF21 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 122.819309 - 0: The maximum resident set size (KB) = 487932 + 0: The total amount of wall time = 122.011542 + 0: The maximum resident set size (KB) = 486100 Test 032 control_iovr4 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/control_iovr5 -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_225269/control_iovr5 +working dir = /work/noaa/stmp/rmontuor/stmp/rmontuor/FV3_RT/rt_106299/control_iovr5 Checking test 033 control_iovr5 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1435,14 +1435,14 @@ Checking test 033 control_iovr5 results .... Comparing GFSPRS.GrbF21 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 122.029018 - 0: The maximum resident set size (KB) = 484136 + 0: The total amount of wall time = 119.994300 + 0: The maximum resident set size (KB) = 486036 Test 033 control_iovr5 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/control_p8 -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_225269/control_p8 +working dir = /work/noaa/stmp/rmontuor/stmp/rmontuor/FV3_RT/rt_106299/control_p8 Checking test 034 control_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1489,14 +1489,14 @@ Checking test 034 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.809928 - 0: The maximum resident set size (KB) = 507584 + 0: The total amount of wall time = 167.518386 + 0: The maximum resident set size (KB) = 509216 Test 034 control_p8 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/control_p8 -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_225269/control_restart_p8 +working dir = /work/noaa/stmp/rmontuor/stmp/rmontuor/FV3_RT/rt_106299/control_restart_p8 Checking test 035 control_restart_p8 results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -1535,14 +1535,14 @@ Checking test 035 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 = 75.286323 - 0: The maximum resident set size (KB) = 290532 + 0: The total amount of wall time = 77.125549 + 0: The maximum resident set size (KB) = 295280 Test 035 control_restart_p8 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/control_p8 -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_225269/control_decomp_p8 +working dir = /work/noaa/stmp/rmontuor/stmp/rmontuor/FV3_RT/rt_106299/control_decomp_p8 Checking test 036 control_decomp_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1585,14 +1585,14 @@ Checking test 036 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 = 142.514007 - 0: The maximum resident set size (KB) = 506092 + 0: The total amount of wall time = 161.199660 + 0: The maximum resident set size (KB) = 507852 Test 036 control_decomp_p8 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/control_p8 -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_225269/control_2threads_p8 +working dir = /work/noaa/stmp/rmontuor/stmp/rmontuor/FV3_RT/rt_106299/control_2threads_p8 Checking test 037 control_2threads_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1635,14 +1635,14 @@ Checking test 037 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.212629 - 0: The maximum resident set size (KB) = 575608 + 0: The total amount of wall time = 244.524234 + 0: The maximum resident set size (KB) = 580272 Test 037 control_2threads_p8 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/control_p7_rrtmgp -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_225269/control_p7_rrtmgp +working dir = /work/noaa/stmp/rmontuor/stmp/rmontuor/FV3_RT/rt_106299/control_p7_rrtmgp Checking test 038 control_p7_rrtmgp results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1689,14 +1689,14 @@ Checking test 038 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 = 170.934449 - 0: The maximum resident set size (KB) = 610740 + 0: The total amount of wall time = 195.753779 + 0: The maximum resident set size (KB) = 610964 Test 038 control_p7_rrtmgp PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/fv3_regional_control -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_225269/regional_control +working dir = /work/noaa/stmp/rmontuor/stmp/rmontuor/FV3_RT/rt_106299/regional_control Checking test 039 regional_control results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK @@ -1707,42 +1707,42 @@ Checking test 039 regional_control results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF24 .........OK - 0: The total amount of wall time = 296.859347 - 0: The maximum resident set size (KB) = 591380 + 0: The total amount of wall time = 316.435167 + 0: The maximum resident set size (KB) = 592092 Test 039 regional_control PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/fv3_regional_control -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_225269/regional_restart +working dir = /work/noaa/stmp/rmontuor/stmp/rmontuor/FV3_RT/rt_106299/regional_restart Checking test 040 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 = 170.092329 - 0: The maximum resident set size (KB) = 590516 + 0: The total amount of wall time = 163.246730 + 0: The maximum resident set size (KB) = 590328 Test 040 regional_restart PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/fv3_regional_control -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_225269/regional_control_2dwrtdecomp +working dir = /work/noaa/stmp/rmontuor/stmp/rmontuor/FV3_RT/rt_106299/regional_control_2dwrtdecomp Checking test 041 regional_control_2dwrtdecomp results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK Comparing phyf000.nc .........OK Comparing phyf024.nc .........OK - 0: The total amount of wall time = 294.095548 - 0: The maximum resident set size (KB) = 587552 + 0: The total amount of wall time = 322.831053 + 0: The maximum resident set size (KB) = 589164 Test 041 regional_control_2dwrtdecomp PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/fv3_regional_noquilt -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_225269/regional_noquilt +working dir = /work/noaa/stmp/rmontuor/stmp/rmontuor/FV3_RT/rt_106299/regional_noquilt Checking test 042 regional_noquilt results .... Comparing atmos_4xdaily.nc .........OK Comparing fv3_history2d.nc .........OK @@ -1750,14 +1750,14 @@ Checking test 042 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 = 298.687076 - 0: The maximum resident set size (KB) = 599856 + 0: The total amount of wall time = 312.198143 + 0: The maximum resident set size (KB) = 601108 Test 042 regional_noquilt PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/fv3_regional_control -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_225269/regional_2threads +working dir = /work/noaa/stmp/rmontuor/stmp/rmontuor/FV3_RT/rt_106299/regional_2threads Checking test 043 regional_2threads results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK @@ -1768,14 +1768,14 @@ Checking test 043 regional_2threads results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF24 .........OK - 0: The total amount of wall time = 211.950721 - 0: The maximum resident set size (KB) = 595308 + 0: The total amount of wall time = 298.093366 + 0: The maximum resident set size (KB) = 605080 Test 043 regional_2threads PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/fv3_regional_hafs -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_225269/regional_hafs +working dir = /work/noaa/stmp/rmontuor/stmp/rmontuor/FV3_RT/rt_106299/regional_hafs Checking test 044 regional_hafs results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK @@ -1784,28 +1784,28 @@ Checking test 044 regional_hafs results .... Comparing HURPRS.GrbF00 .........OK Comparing HURPRS.GrbF24 .........OK - 0: The total amount of wall time = 295.058457 - 0: The maximum resident set size (KB) = 591776 + 0: The total amount of wall time = 317.634914 + 0: The maximum resident set size (KB) = 589696 Test 044 regional_hafs PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/fv3_regional_netcdf_parallel -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_225269/regional_netcdf_parallel +working dir = /work/noaa/stmp/rmontuor/stmp/rmontuor/FV3_RT/rt_106299/regional_netcdf_parallel Checking test 045 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 = 294.984258 - 0: The maximum resident set size (KB) = 585384 + 0: The total amount of wall time = 303.358879 + 0: The maximum resident set size (KB) = 585224 Test 045 regional_netcdf_parallel PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/fv3_regional_RRTMGP -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_225269/regional_RRTMGP +working dir = /work/noaa/stmp/rmontuor/stmp/rmontuor/FV3_RT/rt_106299/regional_RRTMGP Checking test 046 regional_RRTMGP results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK @@ -1816,14 +1816,14 @@ Checking test 046 regional_RRTMGP results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF24 .........OK - 0: The total amount of wall time = 372.144460 - 0: The maximum resident set size (KB) = 715068 + 0: The total amount of wall time = 374.269252 + 0: The maximum resident set size (KB) = 711572 Test 046 regional_RRTMGP PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/rap_control -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_225269/rap_control +working dir = /work/noaa/stmp/rmontuor/stmp/rmontuor/FV3_RT/rt_106299/rap_control Checking test 047 rap_control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1870,14 +1870,14 @@ Checking test 047 rap_control results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 338.583138 - 0: The maximum resident set size (KB) = 851420 + 0: The total amount of wall time = 339.483841 + 0: The maximum resident set size (KB) = 850968 Test 047 rap_control PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/rap_control -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_225269/rap_2threads +working dir = /work/noaa/stmp/rmontuor/stmp/rmontuor/FV3_RT/rt_106299/rap_2threads Checking test 048 rap_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1924,14 +1924,14 @@ Checking test 048 rap_2threads results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 422.446028 - 0: The maximum resident set size (KB) = 915072 + 0: The total amount of wall time = 514.662306 + 0: The maximum resident set size (KB) = 908604 Test 048 rap_2threads PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/rap_control -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_225269/rap_restart +working dir = /work/noaa/stmp/rmontuor/stmp/rmontuor/FV3_RT/rt_106299/rap_restart Checking test 049 rap_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -1970,14 +1970,14 @@ Checking test 049 rap_restart results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 176.342478 - 0: The maximum resident set size (KB) = 605900 + 0: The total amount of wall time = 174.918171 + 0: The maximum resident set size (KB) = 606636 Test 049 rap_restart PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/rap_sfcdiff -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_225269/rap_sfcdiff +working dir = /work/noaa/stmp/rmontuor/stmp/rmontuor/FV3_RT/rt_106299/rap_sfcdiff Checking test 050 rap_sfcdiff results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -2024,14 +2024,14 @@ Checking test 050 rap_sfcdiff results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 339.005957 - 0: The maximum resident set size (KB) = 854536 + 0: The total amount of wall time = 339.614673 + 0: The maximum resident set size (KB) = 854912 Test 050 rap_sfcdiff PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/rap_sfcdiff -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_225269/rap_sfcdiff_restart +working dir = /work/noaa/stmp/rmontuor/stmp/rmontuor/FV3_RT/rt_106299/rap_sfcdiff_restart Checking test 051 rap_sfcdiff_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -2070,14 +2070,14 @@ Checking test 051 rap_sfcdiff_restart results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 174.977718 - 0: The maximum resident set size (KB) = 606464 + 0: The total amount of wall time = 176.601885 + 0: The maximum resident set size (KB) = 609060 Test 051 rap_sfcdiff_restart PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/hrrr_control -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_225269/hrrr_control +working dir = /work/noaa/stmp/rmontuor/stmp/rmontuor/FV3_RT/rt_106299/hrrr_control Checking test 052 hrrr_control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -2124,14 +2124,14 @@ Checking test 052 hrrr_control results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 328.443479 - 0: The maximum resident set size (KB) = 851312 + 0: The total amount of wall time = 327.397345 + 0: The maximum resident set size (KB) = 853816 Test 052 hrrr_control PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/rrfs_v1beta -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_225269/rrfs_v1beta +working dir = /work/noaa/stmp/rmontuor/stmp/rmontuor/FV3_RT/rt_106299/rrfs_v1beta Checking test 053 rrfs_v1beta results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -2178,14 +2178,14 @@ Checking test 053 rrfs_v1beta results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 335.060765 - 0: The maximum resident set size (KB) = 849752 + 0: The total amount of wall time = 336.816503 + 0: The maximum resident set size (KB) = 848328 Test 053 rrfs_v1beta PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/rrfs_conus13km_hrrr_warm -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_225269/rrfs_conus13km_hrrr_warm +working dir = /work/noaa/stmp/rmontuor/stmp/rmontuor/FV3_RT/rt_106299/rrfs_conus13km_hrrr_warm Checking test 054 rrfs_conus13km_hrrr_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -2194,14 +2194,14 @@ Checking test 054 rrfs_conus13km_hrrr_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 163.297347 - 0: The maximum resident set size (KB) = 714296 + 0: The total amount of wall time = 149.030307 + 0: The maximum resident set size (KB) = 712288 Test 054 rrfs_conus13km_hrrr_warm PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/rrfs_conus13km_radar_tten_warm -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_225269/rrfs_conus13km_radar_tten_warm +working dir = /work/noaa/stmp/rmontuor/stmp/rmontuor/FV3_RT/rt_106299/rrfs_conus13km_radar_tten_warm Checking test 055 rrfs_conus13km_radar_tten_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -2210,14 +2210,14 @@ Checking test 055 rrfs_conus13km_radar_tten_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 161.993236 - 0: The maximum resident set size (KB) = 717024 + 0: The total amount of wall time = 150.505040 + 0: The maximum resident set size (KB) = 715832 Test 055 rrfs_conus13km_radar_tten_warm PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/control_rrtmgp -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_225269/control_rrtmgp +working dir = /work/noaa/stmp/rmontuor/stmp/rmontuor/FV3_RT/rt_106299/control_rrtmgp Checking test 056 control_rrtmgp results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2228,14 +2228,14 @@ Checking test 056 control_rrtmgp results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 185.092905 - 0: The maximum resident set size (KB) = 604216 + 0: The total amount of wall time = 184.313218 + 0: The maximum resident set size (KB) = 605032 Test 056 control_rrtmgp PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/control_rrtmgp_c192 -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_225269/control_rrtmgp_c192 +working dir = /work/noaa/stmp/rmontuor/stmp/rmontuor/FV3_RT/rt_106299/control_rrtmgp_c192 Checking test 057 control_rrtmgp_c192 results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -2246,14 +2246,14 @@ Checking test 057 control_rrtmgp_c192 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 531.859113 - 0: The maximum resident set size (KB) = 806924 + 0: The total amount of wall time = 502.645274 + 0: The maximum resident set size (KB) = 806452 Test 057 control_rrtmgp_c192 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/control_csawmg -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_225269/control_csawmg +working dir = /work/noaa/stmp/rmontuor/stmp/rmontuor/FV3_RT/rt_106299/control_csawmg Checking test 058 control_csawmg results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2264,14 +2264,14 @@ Checking test 058 control_csawmg results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 305.594203 - 0: The maximum resident set size (KB) = 545116 + 0: The total amount of wall time = 305.705741 + 0: The maximum resident set size (KB) = 545300 Test 058 control_csawmg PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/control_csawmgt -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_225269/control_csawmgt +working dir = /work/noaa/stmp/rmontuor/stmp/rmontuor/FV3_RT/rt_106299/control_csawmgt Checking test 059 control_csawmgt results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2282,14 +2282,14 @@ Checking test 059 control_csawmgt results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 318.747433 - 0: The maximum resident set size (KB) = 541388 + 0: The total amount of wall time = 303.506389 + 0: The maximum resident set size (KB) = 543144 Test 059 control_csawmgt PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/control_flake -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_225269/control_flake +working dir = /work/noaa/stmp/rmontuor/stmp/rmontuor/FV3_RT/rt_106299/control_flake Checking test 060 control_flake results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2300,14 +2300,14 @@ Checking test 060 control_flake results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 215.887396 - 0: The maximum resident set size (KB) = 558420 + 0: The total amount of wall time = 216.398335 + 0: The maximum resident set size (KB) = 557772 Test 060 control_flake PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/control_ras -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_225269/control_ras +working dir = /work/noaa/stmp/rmontuor/stmp/rmontuor/FV3_RT/rt_106299/control_ras Checking test 061 control_ras results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2318,14 +2318,14 @@ Checking test 061 control_ras results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 165.294088 - 0: The maximum resident set size (KB) = 513908 + 0: The total amount of wall time = 164.694793 + 0: The maximum resident set size (KB) = 515508 Test 061 control_ras PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/control_thompson -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_225269/control_thompson +working dir = /work/noaa/stmp/rmontuor/stmp/rmontuor/FV3_RT/rt_106299/control_thompson Checking test 062 control_thompson results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2336,14 +2336,14 @@ Checking test 062 control_thompson results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 226.882878 - 0: The maximum resident set size (KB) = 871088 + 0: The total amount of wall time = 208.286907 + 0: The maximum resident set size (KB) = 871440 Test 062 control_thompson PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/control_thompson_no_aero -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_225269/control_thompson_no_aero +working dir = /work/noaa/stmp/rmontuor/stmp/rmontuor/FV3_RT/rt_106299/control_thompson_no_aero Checking test 063 control_thompson_no_aero results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2354,54 +2354,54 @@ Checking test 063 control_thompson_no_aero results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 204.886101 - 0: The maximum resident set size (KB) = 863944 + 0: The total amount of wall time = 197.394736 + 0: The maximum resident set size (KB) = 868288 Test 063 control_thompson_no_aero PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/control_wam_repro -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_225269/control_wam_repro +working dir = /work/noaa/stmp/rmontuor/stmp/rmontuor/FV3_RT/rt_106299/control_wam_repro Checking test 064 control_wam results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK - 0: The total amount of wall time = 111.137634 - 0: The maximum resident set size (KB) = 249764 + 0: The total amount of wall time = 112.396473 + 0: The maximum resident set size (KB) = 248976 Test 064 control_wam PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/control_debug -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_225269/control_debug +working dir = /work/noaa/stmp/rmontuor/stmp/rmontuor/FV3_RT/rt_106299/control_debug Checking test 065 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.069423 - 0: The maximum resident set size (KB) = 543704 + 0: The total amount of wall time = 152.638420 + 0: The maximum resident set size (KB) = 546588 Test 065 control_debug PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/control_debug -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_225269/control_2threads_debug +working dir = /work/noaa/stmp/rmontuor/stmp/rmontuor/FV3_RT/rt_106299/control_2threads_debug Checking test 066 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 = 230.975604 - 0: The maximum resident set size (KB) = 589088 + 0: The total amount of wall time = 274.102130 + 0: The maximum resident set size (KB) = 594864 Test 066 control_2threads_debug PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/control_CubedSphereGrid_debug -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_225269/control_CubedSphereGrid_debug +working dir = /work/noaa/stmp/rmontuor/stmp/rmontuor/FV3_RT/rt_106299/control_CubedSphereGrid_debug Checking test 067 control_CubedSphereGrid_debug results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK @@ -2428,428 +2428,428 @@ Checking test 067 control_CubedSphereGrid_debug results .... Comparing atmf001.tile5.nc .........OK Comparing atmf001.tile6.nc .........OK - 0: The total amount of wall time = 165.545095 - 0: The maximum resident set size (KB) = 549368 + 0: The total amount of wall time = 163.045151 + 0: The maximum resident set size (KB) = 543676 Test 067 control_CubedSphereGrid_debug PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/control_wrtGauss_netcdf_parallel_debug -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_225269/control_wrtGauss_netcdf_parallel_debug +working dir = /work/noaa/stmp/rmontuor/stmp/rmontuor/FV3_RT/rt_106299/control_wrtGauss_netcdf_parallel_debug Checking test 068 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 = 155.966476 - 0: The maximum resident set size (KB) = 547472 + 0: The total amount of wall time = 152.494896 + 0: The maximum resident set size (KB) = 547820 Test 068 control_wrtGauss_netcdf_parallel_debug PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/control_stochy_debug -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_225269/control_stochy_debug +working dir = /work/noaa/stmp/rmontuor/stmp/rmontuor/FV3_RT/rt_106299/control_stochy_debug Checking test 069 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 = 174.355298 - 0: The maximum resident set size (KB) = 551540 + 0: The total amount of wall time = 172.135286 + 0: The maximum resident set size (KB) = 548912 Test 069 control_stochy_debug PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/control_lndp_debug -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_225269/control_lndp_debug +working dir = /work/noaa/stmp/rmontuor/stmp/rmontuor/FV3_RT/rt_106299/control_lndp_debug Checking test 070 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 = 156.745111 - 0: The maximum resident set size (KB) = 557244 + 0: The total amount of wall time = 156.219563 + 0: The maximum resident set size (KB) = 558996 Test 070 control_lndp_debug PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/control_rrtmgp_debug -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_225269/control_rrtmgp_debug +working dir = /work/noaa/stmp/rmontuor/stmp/rmontuor/FV3_RT/rt_106299/control_rrtmgp_debug Checking test 071 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 = 174.120928 - 0: The maximum resident set size (KB) = 644224 + 0: The total amount of wall time = 165.130155 + 0: The maximum resident set size (KB) = 640720 Test 071 control_rrtmgp_debug PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/control_csawmg_debug -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_225269/control_csawmg_debug +working dir = /work/noaa/stmp/rmontuor/stmp/rmontuor/FV3_RT/rt_106299/control_csawmg_debug Checking test 072 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 = 255.571095 - 0: The maximum resident set size (KB) = 582264 + 0: The total amount of wall time = 238.257564 + 0: The maximum resident set size (KB) = 581720 Test 072 control_csawmg_debug PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/control_csawmgt_debug -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_225269/control_csawmgt_debug +working dir = /work/noaa/stmp/rmontuor/stmp/rmontuor/FV3_RT/rt_106299/control_csawmgt_debug Checking test 073 control_csawmgt_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 244.204382 - 0: The maximum resident set size (KB) = 580808 + 0: The total amount of wall time = 232.539784 + 0: The maximum resident set size (KB) = 578448 Test 073 control_csawmgt_debug PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/control_ras_debug -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_225269/control_ras_debug +working dir = /work/noaa/stmp/rmontuor/stmp/rmontuor/FV3_RT/rt_106299/control_ras_debug Checking test 074 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.013019 - 0: The maximum resident set size (KB) = 558680 + 0: The total amount of wall time = 157.294120 + 0: The maximum resident set size (KB) = 556924 Test 074 control_ras_debug PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/control_diag_debug -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_225269/control_diag_debug +working dir = /work/noaa/stmp/rmontuor/stmp/rmontuor/FV3_RT/rt_106299/control_diag_debug Checking test 075 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 = 189.933394 - 0: The maximum resident set size (KB) = 605032 + 0: The total amount of wall time = 161.211745 + 0: The maximum resident set size (KB) = 597908 Test 075 control_diag_debug PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/control_debug_p8 -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_225269/control_debug_p8 +working dir = /work/noaa/stmp/rmontuor/stmp/rmontuor/FV3_RT/rt_106299/control_debug_p8 Checking test 076 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 = 165.399665 - 0: The maximum resident set size (KB) = 576076 + 0: The total amount of wall time = 163.959797 + 0: The maximum resident set size (KB) = 573700 Test 076 control_debug_p8 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/control_thompson_debug -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_225269/control_thompson_debug +working dir = /work/noaa/stmp/rmontuor/stmp/rmontuor/FV3_RT/rt_106299/control_thompson_debug Checking test 077 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 = 185.111240 - 0: The maximum resident set size (KB) = 912244 + 0: The total amount of wall time = 179.621011 + 0: The maximum resident set size (KB) = 904120 Test 077 control_thompson_debug PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/control_thompson_no_aero_debug -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_225269/control_thompson_no_aero_debug +working dir = /work/noaa/stmp/rmontuor/stmp/rmontuor/FV3_RT/rt_106299/control_thompson_no_aero_debug Checking test 078 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 = 179.380240 - 0: The maximum resident set size (KB) = 901864 + 0: The total amount of wall time = 172.909478 + 0: The maximum resident set size (KB) = 904424 Test 078 control_thompson_no_aero_debug PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/control_thompson_debug_extdiag -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_225269/control_thompson_extdiag_debug +working dir = /work/noaa/stmp/rmontuor/stmp/rmontuor/FV3_RT/rt_106299/control_thompson_extdiag_debug Checking test 079 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 = 192.470547 - 0: The maximum resident set size (KB) = 950372 + 0: The total amount of wall time = 184.132391 + 0: The maximum resident set size (KB) = 945956 Test 079 control_thompson_extdiag_debug PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/control_thompson_progcld_thompson_debug -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_225269/control_thompson_progcld_thompson_debug +working dir = /work/noaa/stmp/rmontuor/stmp/rmontuor/FV3_RT/rt_106299/control_thompson_progcld_thompson_debug Checking test 080 control_thompson_progcld_thompson_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 183.419450 - 0: The maximum resident set size (KB) = 907372 + 0: The total amount of wall time = 179.041738 + 0: The maximum resident set size (KB) = 903804 Test 080 control_thompson_progcld_thompson_debug PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/fv3_regional_debug -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_225269/regional_debug +working dir = /work/noaa/stmp/rmontuor/stmp/rmontuor/FV3_RT/rt_106299/regional_debug Checking test 081 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 = 320.501524 - 0: The maximum resident set size (KB) = 614408 + 0: The total amount of wall time = 248.666270 + 0: The maximum resident set size (KB) = 613740 Test 081 regional_debug PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/rap_control_debug -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_225269/rap_control_debug +working dir = /work/noaa/stmp/rmontuor/stmp/rmontuor/FV3_RT/rt_106299/rap_control_debug Checking test 082 rap_control_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 274.944487 - 0: The maximum resident set size (KB) = 912228 + 0: The total amount of wall time = 273.433216 + 0: The maximum resident set size (KB) = 913876 Test 082 rap_control_debug PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/rap_control_debug -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_225269/rap_unified_drag_suite_debug +working dir = /work/noaa/stmp/rmontuor/stmp/rmontuor/FV3_RT/rt_106299/rap_unified_drag_suite_debug Checking test 083 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 = 333.845654 - 0: The maximum resident set size (KB) = 912440 + 0: The total amount of wall time = 270.389446 + 0: The maximum resident set size (KB) = 912232 Test 083 rap_unified_drag_suite_debug PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/rap_diag_debug -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_225269/rap_diag_debug +working dir = /work/noaa/stmp/rmontuor/stmp/rmontuor/FV3_RT/rt_106299/rap_diag_debug Checking test 084 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 = 292.622183 - 0: The maximum resident set size (KB) = 1010864 + 0: The total amount of wall time = 287.445031 + 0: The maximum resident set size (KB) = 1008912 Test 084 rap_diag_debug PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/rap_cires_ugwp_debug -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_225269/rap_cires_ugwp_debug +working dir = /work/noaa/stmp/rmontuor/stmp/rmontuor/FV3_RT/rt_106299/rap_cires_ugwp_debug Checking test 085 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 = 286.252267 - 0: The maximum resident set size (KB) = 918552 + 0: The total amount of wall time = 283.964565 + 0: The maximum resident set size (KB) = 918176 Test 085 rap_cires_ugwp_debug PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/rap_cires_ugwp_debug -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_225269/rap_unified_ugwp_debug +working dir = /work/noaa/stmp/rmontuor/stmp/rmontuor/FV3_RT/rt_106299/rap_unified_ugwp_debug Checking test 086 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 = 280.453151 - 0: The maximum resident set size (KB) = 911308 + 0: The total amount of wall time = 276.307036 + 0: The maximum resident set size (KB) = 910092 Test 086 rap_unified_ugwp_debug PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/rap_noah_debug -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_225269/rap_noah_debug +working dir = /work/noaa/stmp/rmontuor/stmp/rmontuor/FV3_RT/rt_106299/rap_noah_debug Checking test 087 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 = 270.519752 - 0: The maximum resident set size (KB) = 910376 + 0: The total amount of wall time = 269.809125 + 0: The maximum resident set size (KB) = 912592 Test 087 rap_noah_debug PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/rap_rrtmgp_debug -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_225269/rap_rrtmgp_debug +working dir = /work/noaa/stmp/rmontuor/stmp/rmontuor/FV3_RT/rt_106299/rap_rrtmgp_debug Checking test 088 rap_rrtmgp_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 465.819981 - 0: The maximum resident set size (KB) = 1011576 + 0: The total amount of wall time = 456.104609 + 0: The maximum resident set size (KB) = 1011800 Test 088 rap_rrtmgp_debug PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/rap_lndp_debug -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_225269/rap_lndp_debug +working dir = /work/noaa/stmp/rmontuor/stmp/rmontuor/FV3_RT/rt_106299/rap_lndp_debug Checking test 089 rap_lndp_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 282.679933 - 0: The maximum resident set size (KB) = 913280 + 0: The total amount of wall time = 272.086173 + 0: The maximum resident set size (KB) = 915124 Test 089 rap_lndp_debug PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/rap_sfcdiff_debug -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_225269/rap_sfcdiff_debug +working dir = /work/noaa/stmp/rmontuor/stmp/rmontuor/FV3_RT/rt_106299/rap_sfcdiff_debug Checking test 090 rap_sfcdiff_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 271.251396 - 0: The maximum resident set size (KB) = 912260 + 0: The total amount of wall time = 274.172653 + 0: The maximum resident set size (KB) = 914708 Test 090 rap_sfcdiff_debug PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/rap_flake_debug -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_225269/rap_flake_debug +working dir = /work/noaa/stmp/rmontuor/stmp/rmontuor/FV3_RT/rt_106299/rap_flake_debug Checking test 091 rap_flake_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 271.784947 - 0: The maximum resident set size (KB) = 912228 + 0: The total amount of wall time = 272.166009 + 0: The maximum resident set size (KB) = 912884 Test 091 rap_flake_debug PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/rap_noah_sfcdiff_cires_ugwp_debug -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_225269/rap_noah_sfcdiff_cires_ugwp_debug +working dir = /work/noaa/stmp/rmontuor/stmp/rmontuor/FV3_RT/rt_106299/rap_noah_sfcdiff_cires_ugwp_debug Checking test 092 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 = 469.049754 - 0: The maximum resident set size (KB) = 913900 + 0: The total amount of wall time = 447.277619 + 0: The maximum resident set size (KB) = 911364 Test 092 rap_noah_sfcdiff_cires_ugwp_debug PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/rap_progcld_thompson_debug -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_225269/rap_progcld_thompson_debug +working dir = /work/noaa/stmp/rmontuor/stmp/rmontuor/FV3_RT/rt_106299/rap_progcld_thompson_debug Checking test 093 rap_progcld_thompson_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 276.273170 - 0: The maximum resident set size (KB) = 912132 + 0: The total amount of wall time = 277.195478 + 0: The maximum resident set size (KB) = 911392 Test 093 rap_progcld_thompson_debug PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/rrfs_v1beta_debug -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_225269/rrfs_v1beta_debug +working dir = /work/noaa/stmp/rmontuor/stmp/rmontuor/FV3_RT/rt_106299/rrfs_v1beta_debug Checking test 094 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.850692 - 0: The maximum resident set size (KB) = 909832 + 0: The total amount of wall time = 268.991387 + 0: The maximum resident set size (KB) = 908160 Test 094 rrfs_v1beta_debug PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/control_wam_debug -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_225269/control_wam_debug +working dir = /work/noaa/stmp/rmontuor/stmp/rmontuor/FV3_RT/rt_106299/control_wam_debug Checking test 095 control_wam_debug results .... Comparing sfcf019.nc .........OK Comparing atmf019.nc .........OK - 0: The total amount of wall time = 292.814085 - 0: The maximum resident set size (KB) = 276084 + 0: The total amount of wall time = 290.200129 + 0: The maximum resident set size (KB) = 275604 Test 095 control_wam_debug PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/hafs_regional_atm -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_225269/hafs_regional_atm +working dir = /work/noaa/stmp/rmontuor/stmp/rmontuor/FV3_RT/rt_106299/hafs_regional_atm Checking test 096 hafs_regional_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK - 0: The total amount of wall time = 252.486421 - 0: The maximum resident set size (KB) = 845536 + 0: The total amount of wall time = 278.930043 + 0: The maximum resident set size (KB) = 842684 Test 096 hafs_regional_atm PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/hafs_regional_atm_thompson_gfdlsf -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_225269/hafs_regional_atm_thompson_gfdlsf +working dir = /work/noaa/stmp/rmontuor/stmp/rmontuor/FV3_RT/rt_106299/hafs_regional_atm_thompson_gfdlsf Checking test 097 hafs_regional_atm_thompson_gfdlsf results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK - 0: The total amount of wall time = 301.286358 - 0: The maximum resident set size (KB) = 1209900 + 0: The total amount of wall time = 341.370040 + 0: The maximum resident set size (KB) = 1203352 Test 097 hafs_regional_atm_thompson_gfdlsf PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/hafs_regional_atm_ocn -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_225269/hafs_regional_atm_ocn +working dir = /work/noaa/stmp/rmontuor/stmp/rmontuor/FV3_RT/rt_106299/hafs_regional_atm_ocn Checking test 098 hafs_regional_atm_ocn results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -2858,28 +2858,28 @@ Checking test 098 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 = 368.006857 - 0: The maximum resident set size (KB) = 890736 + 0: The total amount of wall time = 334.801832 + 0: The maximum resident set size (KB) = 889884 Test 098 hafs_regional_atm_ocn PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/hafs_regional_atm_wav -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_225269/hafs_regional_atm_wav +working dir = /work/noaa/stmp/rmontuor/stmp/rmontuor/FV3_RT/rt_106299/hafs_regional_atm_wav Checking test 099 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 = 767.150444 - 0: The maximum resident set size (KB) = 884456 + 0: The total amount of wall time = 737.526157 + 0: The maximum resident set size (KB) = 888808 Test 099 hafs_regional_atm_wav PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/hafs_regional_atm_ocn_wav -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_225269/hafs_regional_atm_ocn_wav +working dir = /work/noaa/stmp/rmontuor/stmp/rmontuor/FV3_RT/rt_106299/hafs_regional_atm_ocn_wav Checking test 100 hafs_regional_atm_ocn_wav results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -2888,62 +2888,62 @@ Checking test 100 hafs_regional_atm_ocn_wav results .... Comparing out_grd.ww3 .........OK Comparing out_pnt.ww3 .........OK - 0: The total amount of wall time = 906.756755 - 0: The maximum resident set size (KB) = 885248 + 0: The total amount of wall time = 830.826179 + 0: The maximum resident set size (KB) = 889656 Test 100 hafs_regional_atm_ocn_wav PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/hafs_regional_1nest_atm -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_225269/hafs_regional_1nest_atm +working dir = /work/noaa/stmp/rmontuor/stmp/rmontuor/FV3_RT/rt_106299/hafs_regional_1nest_atm Checking test 101 hafs_regional_1nest_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK - 0: The total amount of wall time = 424.112364 - 0: The maximum resident set size (KB) = 372932 + 0: The total amount of wall time = 530.958042 + 0: The maximum resident set size (KB) = 374820 Test 101 hafs_regional_1nest_atm PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/hafs_regional_telescopic_2nests_atm -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_225269/hafs_regional_telescopic_2nests_atm +working dir = /work/noaa/stmp/rmontuor/stmp/rmontuor/FV3_RT/rt_106299/hafs_regional_telescopic_2nests_atm Checking test 102 hafs_regional_telescopic_2nests_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc ............ALT CHECK......OK - 0: The total amount of wall time = 411.383236 - 0: The maximum resident set size (KB) = 389588 + 0: The total amount of wall time = 510.534274 + 0: The maximum resident set size (KB) = 391876 Test 102 hafs_regional_telescopic_2nests_atm PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/hafs_global_1nest_atm -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_225269/hafs_global_1nest_atm +working dir = /work/noaa/stmp/rmontuor/stmp/rmontuor/FV3_RT/rt_106299/hafs_global_1nest_atm Checking test 103 hafs_global_1nest_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc ............ALT CHECK......OK - 0: The total amount of wall time = 213.092516 - 0: The maximum resident set size (KB) = 259968 + 0: The total amount of wall time = 233.155551 + 0: The maximum resident set size (KB) = 247604 Test 103 hafs_global_1nest_atm PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/hafs_global_multiple_4nests_atm -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_225269/hafs_global_multiple_4nests_atm +working dir = /work/noaa/stmp/rmontuor/stmp/rmontuor/FV3_RT/rt_106299/hafs_global_multiple_4nests_atm Checking test 104 hafs_global_multiple_4nests_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK - 0: The total amount of wall time = 438.805256 - 0: The maximum resident set size (KB) = 355428 + 0: The total amount of wall time = 531.806559 + 0: The maximum resident set size (KB) = 360456 Test 104 hafs_global_multiple_4nests_atm PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/hafs_regional_docn -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_225269/hafs_regional_docn +working dir = /work/noaa/stmp/rmontuor/stmp/rmontuor/FV3_RT/rt_106299/hafs_regional_docn Checking test 105 hafs_regional_docn results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -2951,14 +2951,14 @@ Checking test 105 hafs_regional_docn results .... Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK Comparing ufs.hafs.docn.r.2019-08-29-21600.nc .........OK - 0: The total amount of wall time = 339.726878 - 0: The maximum resident set size (KB) = 884728 + 0: The total amount of wall time = 315.357287 + 0: The maximum resident set size (KB) = 886716 Test 105 hafs_regional_docn PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/hafs_regional_docn_oisst -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_225269/hafs_regional_docn_oisst +working dir = /work/noaa/stmp/rmontuor/stmp/rmontuor/FV3_RT/rt_106299/hafs_regional_docn_oisst Checking test 106 hafs_regional_docn_oisst results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -2966,105 +2966,105 @@ Checking test 106 hafs_regional_docn_oisst results .... Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK Comparing ufs.hafs.docn.r.2019-08-29-21600.nc .........OK - 0: The total amount of wall time = 352.785580 - 0: The maximum resident set size (KB) = 888580 + 0: The total amount of wall time = 315.045394 + 0: The maximum resident set size (KB) = 886104 Test 106 hafs_regional_docn_oisst PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/hafs_regional_datm_cdeps -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_225269/hafs_regional_datm_cdeps +working dir = /work/noaa/stmp/rmontuor/stmp/rmontuor/FV3_RT/rt_106299/hafs_regional_datm_cdeps Checking test 107 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 = 928.836170 - 0: The maximum resident set size (KB) = 868612 + 0: The total amount of wall time = 924.578521 + 0: The maximum resident set size (KB) = 865464 Test 107 hafs_regional_datm_cdeps PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/datm_cdeps_control_cfsr -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_225269/datm_cdeps_control_cfsr +working dir = /work/noaa/stmp/rmontuor/stmp/rmontuor/FV3_RT/rt_106299/datm_cdeps_control_cfsr Checking test 108 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 = 140.876786 - 0: The maximum resident set size (KB) = 718728 + 0: The total amount of wall time = 141.504413 + 0: The maximum resident set size (KB) = 744112 Test 108 datm_cdeps_control_cfsr PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/datm_cdeps_control_cfsr -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_225269/datm_cdeps_restart_cfsr +working dir = /work/noaa/stmp/rmontuor/stmp/rmontuor/FV3_RT/rt_106299/datm_cdeps_restart_cfsr Checking test 109 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 = 106.614780 - 0: The maximum resident set size (KB) = 723412 + 0: The total amount of wall time = 81.980503 + 0: The maximum resident set size (KB) = 720348 Test 109 datm_cdeps_restart_cfsr PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/datm_cdeps_control_gefs -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_225269/datm_cdeps_control_gefs +working dir = /work/noaa/stmp/rmontuor/stmp/rmontuor/FV3_RT/rt_106299/datm_cdeps_control_gefs Checking test 110 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.677578 - 0: The maximum resident set size (KB) = 621612 + 0: The total amount of wall time = 140.200602 + 0: The maximum resident set size (KB) = 621452 Test 110 datm_cdeps_control_gefs PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/datm_cdeps_stochy_gefs -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_225269/datm_cdeps_stochy_gefs +working dir = /work/noaa/stmp/rmontuor/stmp/rmontuor/FV3_RT/rt_106299/datm_cdeps_stochy_gefs Checking test 111 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.617312 - 0: The maximum resident set size (KB) = 621668 + 0: The total amount of wall time = 138.821413 + 0: The maximum resident set size (KB) = 621672 Test 111 datm_cdeps_stochy_gefs PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/datm_cdeps_bulk_cfsr -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_225269/datm_cdeps_bulk_cfsr +working dir = /work/noaa/stmp/rmontuor/stmp/rmontuor/FV3_RT/rt_106299/datm_cdeps_bulk_cfsr Checking test 112 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 = 140.781332 - 0: The maximum resident set size (KB) = 718620 + 0: The total amount of wall time = 143.410082 + 0: The maximum resident set size (KB) = 737756 Test 112 datm_cdeps_bulk_cfsr PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/datm_cdeps_bulk_gefs -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_225269/datm_cdeps_bulk_gefs +working dir = /work/noaa/stmp/rmontuor/stmp/rmontuor/FV3_RT/rt_106299/datm_cdeps_bulk_gefs Checking test 113 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 = 137.996956 - 0: The maximum resident set size (KB) = 619796 + 0: The total amount of wall time = 138.902281 + 0: The maximum resident set size (KB) = 621516 Test 113 datm_cdeps_bulk_gefs PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/datm_cdeps_mx025_cfsr -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_225269/datm_cdeps_mx025_cfsr +working dir = /work/noaa/stmp/rmontuor/stmp/rmontuor/FV3_RT/rt_106299/datm_cdeps_mx025_cfsr Checking test 114 datm_cdeps_mx025_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/MOM.res_1.nc .........OK @@ -3073,14 +3073,14 @@ Checking test 114 datm_cdeps_mx025_cfsr results .... Comparing RESTART/iced.2011-10-01-43200.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-01-43200.nc .........OK - 0: The total amount of wall time = 301.085377 - 0: The maximum resident set size (KB) = 633880 + 0: The total amount of wall time = 299.379622 + 0: The maximum resident set size (KB) = 632268 Test 114 datm_cdeps_mx025_cfsr PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/datm_cdeps_mx025_gefs -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_225269/datm_cdeps_mx025_gefs +working dir = /work/noaa/stmp/rmontuor/stmp/rmontuor/FV3_RT/rt_106299/datm_cdeps_mx025_gefs Checking test 115 datm_cdeps_mx025_gefs results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/MOM.res_1.nc .........OK @@ -3089,51 +3089,51 @@ Checking test 115 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.892281 - 0: The maximum resident set size (KB) = 596676 + 0: The total amount of wall time = 328.713270 + 0: The maximum resident set size (KB) = 595084 Test 115 datm_cdeps_mx025_gefs PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/datm_cdeps_control_cfsr -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_225269/datm_cdeps_multiple_files_cfsr +working dir = /work/noaa/stmp/rmontuor/stmp/rmontuor/FV3_RT/rt_106299/datm_cdeps_multiple_files_cfsr Checking test 116 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.147056 + 0: The total amount of wall time = 142.290451 0: The maximum resident set size (KB) = 722860 Test 116 datm_cdeps_multiple_files_cfsr PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/datm_cdeps_3072x1536_cfsr -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_225269/datm_cdeps_3072x1536_cfsr +working dir = /work/noaa/stmp/rmontuor/stmp/rmontuor/FV3_RT/rt_106299/datm_cdeps_3072x1536_cfsr Checking test 117 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 = 193.017060 - 0: The maximum resident set size (KB) = 1833832 + 0: The total amount of wall time = 188.994268 + 0: The maximum resident set size (KB) = 1834336 Test 117 datm_cdeps_3072x1536_cfsr PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/datm_cdeps_debug_cfsr -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_225269/datm_cdeps_debug_cfsr +working dir = /work/noaa/stmp/rmontuor/stmp/rmontuor/FV3_RT/rt_106299/datm_cdeps_debug_cfsr Checking test 118 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 = 446.824725 - 0: The maximum resident set size (KB) = 726632 + 0: The total amount of wall time = 429.876471 + 0: The maximum resident set size (KB) = 727280 Test 118 datm_cdeps_debug_cfsr PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/control_atmwav -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_225269/control_atmwav +working dir = /work/noaa/stmp/rmontuor/stmp/rmontuor/FV3_RT/rt_106299/control_atmwav Checking test 119 control_atmwav results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -3177,14 +3177,14 @@ Checking test 119 control_atmwav results .... Comparing RESTART/sfc_data.tile6.nc .........OK Comparing 20210322.180000.restart.glo_1deg .........OK - 0: The total amount of wall time = 80.222459 - 0: The maximum resident set size (KB) = 570972 + 0: The total amount of wall time = 81.067934 + 0: The maximum resident set size (KB) = 566808 Test 119 control_atmwav PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220207/INTEL/control_c384gdas_wav -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_225269/control_c384gdas_wav +working dir = /work/noaa/stmp/rmontuor/stmp/rmontuor/FV3_RT/rt_106299/control_c384gdas_wav Checking test 120 control_c384gdas_wav results .... Comparing sfcf000.nc .........OK Comparing sfcf003.nc .........OK @@ -3230,12 +3230,12 @@ Checking test 120 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 = 673.768659 - 0: The maximum resident set size (KB) = 1205284 + 0: The total amount of wall time = 801.063679 + 0: The maximum resident set size (KB) = 1192740 Test 120 control_c384gdas_wav PASS REGRESSION TEST WAS SUCCESSFUL -Wed Feb 9 19:38:01 CST 2022 -Elapsed time: 00h:51m:26s. Have a nice day! +Sun Feb 13 22:03:46 CST 2022 +Elapsed time: 01h:10m:10s. Have a nice day! From ddd9ffb2e2aa4741d5b2df41acbe35408da4a7b7 Mon Sep 17 00:00:00 2001 From: Jessica Meixner Date: Mon, 14 Feb 2022 13:43:50 +0000 Subject: [PATCH 031/106] update bmark test for aerosols --- tests/default_vars.sh | 5 +++++ tests/tests/cpld_bmark_p8_aero | 30 +++++++++++++++--------------- 2 files changed, 20 insertions(+), 15 deletions(-) diff --git a/tests/default_vars.sh b/tests/default_vars.sh index f0759bb118..67728facc6 100755 --- a/tests/default_vars.sh +++ b/tests/default_vars.sh @@ -270,6 +270,11 @@ elif [[ $MACHINE_ID = hera.* ]]; then CHM_cpl_bmrk="0 287"; OPB_cpl_bmrk="312 431"; IPB_cpl_bmrk="432 479"; WPB_cpl_bmrk="480 559" NPROC_ICE_cpl_bmrk=48 + TASKS_cpl_bmrk_aero=560; TPN_cpl_bmrk_aero=20; INPES_cpl_bmrk_aero=6; JNPES_cpl_bmrk_aero=8 + THRD_cpl_bmrk_aero=2; WPG_cpl_bmrk_aero=24; MPB_cpl_bmrk_aero="0 287"; APB_cpl_bmrk_aero="0 311" + CHM_cpl_bmrk_aero="0 287"; OPB_cpl_bmrk_aero="312 431"; IPB_cpl_bmrk_aero="432 479"; WPB_cpl_bmrk_aero="480 559" + NPROC_ICE_cpl_bmrk_aero=48 + TASKS_cpl_bmrk_mpi=600; TPN_cpl_bmrk_mpi=40; INPES_cpl_bmrk_mpi=6; JNPES_cpl_bmrk_mpi=8 THRD_cpl_bmrk_mpi=1; WPG_cpl_bmrk_mpi=24; MPB_cpl_bmrk_mpi="0 287"; APB_cpl_bmrk_mpi="0 311" OPB_cpl_bmrk_mpi="312 431"; IPB_cpl_bmrk_mpi="432 479"; WPB_cpl_bmrk_mpi="480 599" diff --git a/tests/tests/cpld_bmark_p8_aero b/tests/tests/cpld_bmark_p8_aero index 4ff8eabd9a..881a974872 100644 --- a/tests/tests/cpld_bmark_p8_aero +++ b/tests/tests/cpld_bmark_p8_aero @@ -66,21 +66,21 @@ export RESTART_INTERVAL="${RESTART_N} -1" export WLCLK=45 -export DOMAINS_STACK_SIZE=6000000 - -export TASKS=$TASKS_cpl_bmrk -export TPN=$TPN_cpl_bmrk -export INPES=$INPES_cpl_bmrk -export JNPES=$JNPES_cpl_bmrk -export THRD=$THRD_cpl_bmrk -export WRTTASK_PER_GROUP=$WPG_cpl_bmrk - -export med_petlist_bounds=$MPB_cpl_bmrk -export atm_petlist_bounds=$APB_cpl_bmrk -export chm_petlist_bounds=$CHM_cpl_bmrk -export ocn_petlist_bounds=$OPB_cpl_bmrk -export ice_petlist_bounds=$IPB_cpl_bmrk -export wav_petlist_bounds=$WPB_cpl_bmrk +export DOMAINS_STACK_SIZE=16000000 + +export TASKS=$TASKS_cpl_bmrk_aero +export TPN=$TPN_cpl_bmrk_aero +export INPES=$INPES_cpl_bmrk_aero +export JNPES=$JNPES_cpl_bmrk_aero +export THRD=$THRD_cpl_bmrk_aero +export WRTTASK_PER_GROUP=$WPG_cpl_bmrk_aero + +export med_petlist_bounds=$MPB_cpl_bmrk_aero +export atm_petlist_bounds=$APB_cpl_bmrk_aero +export chm_petlist_bounds=$CHM_cpl_bmrk_aero +export ocn_petlist_bounds=$OPB_cpl_bmrk_aero +export ice_petlist_bounds=$IPB_cpl_bmrk_aero +export wav_petlist_bounds=$WPB_cpl_bmrk_aero # atm/ocn/ice resolution export ATMRES=C384 From fc1c0f6edaa05cde33d20071b56e219a95644a00 Mon Sep 17 00:00:00 2001 From: Jessica Meixner Date: Tue, 15 Feb 2022 16:16:15 +0000 Subject: [PATCH 032/106] update fv3 with updates for gocart --- .gitmodules | 2 +- FV3 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index 2167f0d4d3..865d71424b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -3,7 +3,7 @@ #url = https://github.com/NOAA-EMC/fv3atm #branch = develop url = https://github.com/Jessicameixner-NOAA/fv3atm - branch = feature/p8b + branch = feature/p8b-aero [submodule "WW3"] path = WW3 url = https://github.com/NOAA-EMC/WW3 diff --git a/FV3 b/FV3 index 2fce1ad549..4105a30e76 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit 2fce1ad54946725e9484a555f2f8e950c5b04848 +Subproject commit 4105a30e76f33c7b8df32a86607448859e2b8ef7 From 42639330d30ca44a0acc9542fab5a98cce5875d4 Mon Sep 17 00:00:00 2001 From: Jessica Meixner Date: Tue, 15 Feb 2022 18:13:37 +0000 Subject: [PATCH 033/106] update FV3 w/develop --- FV3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FV3 b/FV3 index 4105a30e76..340388d2be 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit 4105a30e76f33c7b8df32a86607448859e2b8ef7 +Subproject commit 340388d2be444e97c8c68934d152d93aa4232cdb From 8f3014ace6799b93ac63801a410c2de9fee15cea Mon Sep 17 00:00:00 2001 From: Jessica Meixner Date: Tue, 15 Feb 2022 22:16:48 +0000 Subject: [PATCH 034/106] update for consistency with global-workflow input.nml --- tests/parm/cpld_control.nml.IN | 76 ++++++++++++++++++---------------- 1 file changed, 41 insertions(+), 35 deletions(-) diff --git a/tests/parm/cpld_control.nml.IN b/tests/parm/cpld_control.nml.IN index 955546320c..a8651007da 100644 --- a/tests/parm/cpld_control.nml.IN +++ b/tests/parm/cpld_control.nml.IN @@ -34,6 +34,8 @@ deflate_level=1 npy = @[NPY] ntiles = 6 npz = @[NPZ] + dz_min = @[DZ_MIN] + psm_bc = @[PSM_BC] grid_type = -1 make_nh = @[MAKE_NH] fv_debug = .false. @@ -42,7 +44,7 @@ deflate_level=1 n_sponge = 42 nudge_qv = .true. nudge_dz = .false. - tau = 10. + tau = 10.0 rf_cutoff = 7.5e2 d2_bg_k1 = @[D2_BG_K1] d2_bg_k2 = @[D2_BG_K2] @@ -53,8 +55,6 @@ deflate_level=1 hydrostatic = .false. phys_hydrostatic = .false. use_hydro_pressure = .false. - dz_min = @[DZ_MIN] - psm_bc = @[PSM_BC] beta = 0. a_imp = 1. p_fac = 0.1 @@ -113,10 +113,40 @@ deflate_level=1 fhzero = @[FHZERO] h2o_phys = .true. ldiag3d = @[LDIAG3D] + qdiag3d = @[QDIAG3D] + print_diff_pgr = @[PRINT_DIFF_PGR] fhcyc = @[FHCYC] use_ufo = .true. pre_rad = .false. imp_physics = @[IMP_PHYSICS] + iovr = 3 + ltaerosol = .false. + lradar = .false. + ttendlim = -999 + dt_inner = @[DT_INNER] + oz_phys = .false. + oz_phys_2015 = .true. + lsoil_lsm = 4 + do_mynnedmf = .false. + do_mynnsfclay = .false. + icloud_bl = 1 + bl_mynn_edmf = 1 + bl_mynn_tkeadvect = .true. + bl_mynn_edmf_mom = 1 + do_ugwp = .false. + do_tofd = .false. + gwd_opt = @[GWD_OPT] + do_ugwp_v0 = @[DO_UGWP_V0] + do_ugwp_v1 = @[DO_UGWP_V1] + do_ugwp_v0_orog_only = .false. + do_ugwp_v0_nst_only = @[DO_UGWP_V0_NST_ONLY] + do_gsl_drag_ls_bl = @[DO_GSL_DRAG_LS_BL] + do_gsl_drag_ss = @[DO_GSL_DRAG_SS] + do_gsl_drag_tofd = @[DO_GSL_DRAG_TOFD] + do_ugwp_v1_orog_only = @[DO_UGWP_V1_OROG_ONLY] + min_lakeice = 0.15 + min_seaice = @[MIN_SEAICE] + use_cice_alb = @[USE_CICE_ALB] pdfcld = .false. fhswr = 3600. fhlwr = 3600. @@ -145,6 +175,7 @@ deflate_level=1 cnvcld = @[CNVCLD] imfshalcnv = @[IMFSHALCNV] imfdeepcnv = @[IMFDEEPCNV] + ras = @[RAS] cdmbgwd = @[CDMBWD] prslrd0 = 0. ivegsrc = 1 @@ -169,43 +200,18 @@ deflate_level=1 psautco = 0.0008,0.0005 prautco = 0.00015,0.00015 lgfdlmprad = @[LGFDLMPRAD] - cplchm = @[CPLCHM] - cplwav = @[CPLWAV] - cplwav2atm = @[CPLWAV2ATM] - cplflx = @[CPLFLX] - cplice = @[CPLICE] - min_lakeice = 0.15 - min_seaice = @[MIN_SEAICE] - use_cice_alb = @[USE_CICE_ALB] - frac_grid = @[FRAC_GRID] effr_in = .true. ldiag_ugwp = @[LDIAG_UGWP] - do_ugwp = .false. - do_tofd = .false. - gwd_opt = @[GWD_OPT] - do_ugwp_v0 = @[DO_UGWP_V0] - do_ugwp_v1 = @[DO_UGWP_V1] - do_ugwp_v0_orog_only = .false. - do_ugwp_v0_nst_only = @[DO_UGWP_V0_NST_ONLY] - do_gsl_drag_ls_bl = @[DO_GSL_DRAG_LS_BL] - do_gsl_drag_ss = @[DO_GSL_DRAG_SS] - do_gsl_drag_tofd = @[DO_GSL_DRAG_TOFD] - do_ugwp_v1_orog_only = @[DO_UGWP_V1_OROG_ONLY] - ldiag_ugwp = .false. + fscav_aero = @[FSCAV_AERO] do_sppt = @[DO_SPPT] do_shum = @[DO_SHUM] do_skeb = @[DO_SKEB] - iovr = 3 - ltaerosol = .false. - lradar = .false. - ttendlim = -999 - dt_inner = @[DT_INNER] - oz_phys = .false. - oz_phys_2015 = .true. - lsoil_lsm = 4 - lndp_type = @[LNDP_TYPE] - n_var_lndp = @[N_VAR_LNDP] - fscav_aero = @[FSCAV_AERO] + frac_grid = @[FRAC_GRID] + cplchm = @[CPLCHM] + cplflx = @[CPLFLX] + cplice = @[CPLICE] + cplwav = @[CPLWAV] + cplwav2atm = @[CPLWAV2ATM] do_ca = @[DO_CA] ca_global = @[CA_GLOBAL] ca_sgs = @[CA_SGS] From 4a4a267a571d55c4124d524824d6c3702be5e7a4 Mon Sep 17 00:00:00 2001 From: Jessica Meixner Date: Tue, 15 Feb 2022 22:43:18 +0000 Subject: [PATCH 035/106] DT_INNER=(ATM dt)/2 for C384 --- tests/default_vars.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/default_vars.sh b/tests/default_vars.sh index 1d8b3e2825..4628525fcb 100755 --- a/tests/default_vars.sh +++ b/tests/default_vars.sh @@ -836,7 +836,7 @@ export CDMBWD_c768='4.0,0.15,1.0,1.0' #DT_INNER=(Time step)/2 export DT_INNER_c96='350' export DT_INNER_c192='300' -export DT_INNER_c384='120' +export DT_INNER_c384='150' export DT_INNER_c768='75' # set default From 95668653e60a7711b906f81c7c71852e85a275f6 Mon Sep 17 00:00:00 2001 From: Jessica Meixner Date: Thu, 17 Feb 2022 19:07:54 +0000 Subject: [PATCH 036/106] add all aero tests --- tests/default_vars.sh | 10 +- tests/fv3_conf/cpld_control_run.IN | 6 +- tests/rt.conf | 10 ++ tests/tests/cpld_2threads_p8_aero | 92 +++++++++++++++ tests/tests/cpld_control_c192_p8_aero | 136 ++++++++++++++++++++++ tests/tests/cpld_control_c384_p8_aero | 132 ++++++++++++++++++++++ tests/tests/cpld_control_c96_p8_aero | 106 +++++++++++++++++ tests/tests/cpld_decomp_p8_aero | 92 +++++++++++++++ tests/tests/cpld_mpi_p8_aero | 87 ++++++++++++++ tests/tests/cpld_restart_c192_p8_aero | 157 ++++++++++++++++++++++++++ tests/tests/cpld_restart_c384_p8_aero | 153 +++++++++++++++++++++++++ tests/tests/cpld_restart_c96_p8_aero | 112 ++++++++++++++++++ 12 files changed, 1086 insertions(+), 7 deletions(-) create mode 100644 tests/tests/cpld_2threads_p8_aero create mode 100644 tests/tests/cpld_control_c192_p8_aero create mode 100644 tests/tests/cpld_control_c384_p8_aero create mode 100644 tests/tests/cpld_control_c96_p8_aero create mode 100644 tests/tests/cpld_decomp_p8_aero create mode 100644 tests/tests/cpld_mpi_p8_aero create mode 100644 tests/tests/cpld_restart_c192_p8_aero create mode 100644 tests/tests/cpld_restart_c384_p8_aero create mode 100644 tests/tests/cpld_restart_c96_p8_aero diff --git a/tests/default_vars.sh b/tests/default_vars.sh index 4628525fcb..24df171014 100755 --- a/tests/default_vars.sh +++ b/tests/default_vars.sh @@ -247,22 +247,22 @@ elif [[ $MACHINE_ID = hera.* ]]; then TASKS_cpl_thrd=120; TPN_cpl_thrd=20; INPES_cpl_thrd=3; JNPES_cpl_thrd=4 THRD_cpl_thrd=2; WPG_cpl_thrd=6; MPB_cpl_thrd="0 71"; APB_cpl_thrd="0 77" - OPB_cpl_thrd="78 97"; IPB_cpl_thrd="98 107"; WPB_cpl_thrd="108 119" + CHM_cpl_thrd="0 71"; OPB_cpl_thrd="78 97"; IPB_cpl_thrd="98 107"; WPB_cpl_thrd="108 119" NPROC_ICE_cpl_thrd=10 TASKS_cpl_dcmp=200; TPN_cpl_dcmp=40; INPES_cpl_dcmp=4; JNPES_cpl_dcmp=6 THRD_cpl_dcmp=1; WPG_cpl_dcmp=6; MPB_cpl_dcmp="0 143"; APB_cpl_dcmp="0 149" - OPB_cpl_dcmp="150 169"; IPB_cpl_dcmp="170 179"; WPB_cpl_dcmp="180 199" + CHM_cpl_dcmp="0 143"; OPB_cpl_dcmp="150 169"; IPB_cpl_dcmp="170 179"; WPB_cpl_dcmp="180 199" NPROC_ICE_cpl_dcmp=10 TASKS_cpl_mpi=280; TPN_cpl_mpi=40; INPES_cpl_mpi=4; JNPES_cpl_mpi=8 THRD_cpl_mpi=1; WPG_cpl_mpi=6; MPB_cpl_mpi="0 191"; APB_cpl_mpi="0 197" - OPB_cpl_mpi="198 231"; IPB_cpl_mpi="232 251"; WPB_cpl_mpi="252 279" + CHM_cpl_mpi="0 191"; OPB_cpl_mpi="198 231"; IPB_cpl_mpi="232 251"; WPB_cpl_mpi="252 279" NPROC_ICE_cpl_mpi=20 TASKS_cpl_c384=480; TPN_cpl_c384=40; INPES_cpl_c384=6; JNPES_cpl_c384=8 THRD_cpl_c384=1; WPG_cpl_c384=24; MPB_cpl_c384="0 287"; APB_cpl_c384="0 311" - OPB_cpl_c384="312 431"; IPB_cpl_c384="432 479" + CHM_cpl_c384="0 287"; OPB_cpl_c384="312 431"; IPB_cpl_c384="432 479" NPROC_ICE_cpl_c384=48 TASKS_cpl_bmrk=560; TPN_cpl_bmrk=40; INPES_cpl_bmrk=6; JNPES_cpl_bmrk=8 @@ -282,7 +282,7 @@ elif [[ $MACHINE_ID = hera.* ]]; then TASKS_cpl_c192=288; TPN_cpl_c192=40; INPES_cpl_c192=4; JNPES_cpl_c192=8 THRD_cpl_c192=1; WPG_cpl_c192=12; MPB_cpl_c192="0 191"; APB_cpl_c192="0 203" - OPB_cpl_c192="204 263"; IPB_cpl_c192="264 287" + CHM_cpl_c192="0 191"; OPB_cpl_c192="204 263"; IPB_cpl_c192="264 287" NPROC_ICE_cpl_c192=24 TASKS_cdeps_100=40; TPN_cdeps_100=40 diff --git a/tests/fv3_conf/cpld_control_run.IN b/tests/fv3_conf/cpld_control_run.IN index 37b5545df7..5a97daa5ba 100644 --- a/tests/fv3_conf/cpld_control_run.IN +++ b/tests/fv3_conf/cpld_control_run.IN @@ -136,6 +136,8 @@ fi #prognostic aerosols if [ $CPLCHM = .true. ]; then - cp @[INPUTDATA_ROOT]/GOCART/p7/rc/*.rc . - ln -sf @[INPUTDATA_ROOT]/GOCART/p7/ExtData . +# cp @[INPUTDATA_ROOT]/GOCART/p7/rc/*.rc . +# ln -sf @[INPUTDATA_ROOT]/GOCART/p7/ExtData . + cp /scratch2/NCEPDEV/stmp1/Raffaele.Montuoro/dev/jessica/p8/rc/*.rc . + ln -sf /scratch2/NCEPDEV/stmp1/Raffaele.Montuoro/dev/jessica/p8/ExtData . fi diff --git a/tests/rt.conf b/tests/rt.conf index 74bf3e5aff..c9d6d25efd 100644 --- a/tests/rt.conf +++ b/tests/rt.conf @@ -9,6 +9,9 @@ RUN | cpld_decomp_p8 RUN | cpld_mpi_p8 | - wcoss_cray | | RUN | cpld_control_p7_rrtmgp | - wcoss_cray | fv3 | RUN | cpld_control_p8_aero | - wcoss_cray | fv3 | +RUN | cpld_2threads_p8_aero | - wcoss_cray | | +RUN | cpld_decomp_p8_aero | - wcoss_cray jet.intel | | +RUN | cpld_mpi_p8_aero | - wcoss_cray | | RUN | cpld_bmark_p7 | - wcoss_cray | fv3 | @@ -19,12 +22,19 @@ RUN | cpld_bmark_p8_aero # Waves off for restart and debug tests RUN | cpld_control_c96_p8 | - wcoss_cray | fv3 | RUN | cpld_restart_c96_p8 | - wcoss_cray | | cpld_control_c96_p8 +RUN | cpld_control_c96_p8_aero | - wcoss_cray | fv3 | +RUN | cpld_restart_c96_p8_aero | - wcoss_cray | | cpld_control_c96_p8 + RUN | cpld_control_c192_p8 | - wcoss_cray | fv3 | RUN | cpld_restart_c192_p8 | - wcoss_cray | | cpld_control_c192_p8 +RUN | cpld_control_c192_p8_aero | - wcoss_cray | fv3 | +RUN | cpld_restart_c192_p8_aero | - wcoss_cray | | cpld_control_c192_p8 RUN | cpld_control_c384_p8 | - wcoss_cray | fv3 | RUN | cpld_restart_c384_p8 | - wcoss_cray | | cpld_control_c384_p8 +RUN | cpld_control_c384_p8_aero | - wcoss_cray | fv3 | +RUN | cpld_restart_c384_p8_aero | - wcoss_cray | | cpld_control_c384_p8 COMPILE | -DAPP=S2S -DDEBUG=ON -DUFS_GOCART=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8b | - wcoss_cray | fv3 | RUN | cpld_debug_p8 | - wcoss_cray | fv3 | diff --git a/tests/tests/cpld_2threads_p8_aero b/tests/tests/cpld_2threads_p8_aero new file mode 100644 index 0000000000..6bbc7fad1c --- /dev/null +++ b/tests/tests/cpld_2threads_p8_aero @@ -0,0 +1,92 @@ +# +# cpld_2threads P8 test +# + +export TEST_DESCR="Fully coupled FV3-CCPP-MOM6-CICE-CMEPS-WW3 system - C96MX100 - 2 threads" + +export CNTL_DIR="cpld_control_p8" + +export LIST_FILES="sfcf024.tile1.nc \ + sfcf024.tile2.nc \ + sfcf024.tile3.nc \ + sfcf024.tile4.nc \ + sfcf024.tile5.nc \ + sfcf024.tile6.nc \ + atmf024.tile1.nc \ + atmf024.tile2.nc \ + atmf024.tile3.nc \ + atmf024.tile4.nc \ + atmf024.tile5.nc \ + atmf024.tile6.nc \ + RESTART/coupler.res \ + RESTART/fv_core.res.nc \ + RESTART/fv_core.res.tile1.nc \ + RESTART/fv_core.res.tile2.nc \ + RESTART/fv_core.res.tile3.nc \ + RESTART/fv_core.res.tile4.nc \ + RESTART/fv_core.res.tile5.nc \ + RESTART/fv_core.res.tile6.nc \ + RESTART/fv_srf_wnd.res.tile1.nc \ + RESTART/fv_srf_wnd.res.tile2.nc \ + RESTART/fv_srf_wnd.res.tile3.nc \ + RESTART/fv_srf_wnd.res.tile4.nc \ + RESTART/fv_srf_wnd.res.tile5.nc \ + RESTART/fv_srf_wnd.res.tile6.nc \ + RESTART/fv_tracer.res.tile1.nc \ + RESTART/fv_tracer.res.tile2.nc \ + RESTART/fv_tracer.res.tile3.nc \ + RESTART/fv_tracer.res.tile4.nc \ + RESTART/fv_tracer.res.tile5.nc \ + RESTART/fv_tracer.res.tile6.nc \ + RESTART/phy_data.tile1.nc \ + RESTART/phy_data.tile2.nc \ + RESTART/phy_data.tile3.nc \ + RESTART/phy_data.tile4.nc \ + RESTART/phy_data.tile5.nc \ + RESTART/phy_data.tile6.nc \ + RESTART/sfc_data.tile1.nc \ + RESTART/sfc_data.tile2.nc \ + RESTART/sfc_data.tile3.nc \ + RESTART/sfc_data.tile4.nc \ + RESTART/sfc_data.tile5.nc \ + RESTART/sfc_data.tile6.nc \ + RESTART/MOM.res.nc \ + RESTART/iced.2021-03-23-21600.nc \ + RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc \ + 20210323.060000.out_grd.glo_1deg \ + 20210323.060000.out_pnt.points \ + 20210323.060000.restart.glo_1deg" + +export_fv3 +export_cpl + +export RESTART_N=12 +export RESTART_INTERVAL="${RESTART_N} -1" + +export TASKS=$TASKS_cpl_thrd +export TPN=$TPN_cpl_thrd +export INPES=$INPES_cpl_thrd +export JNPES=$JNPES_cpl_thrd +export THRD=$THRD_cpl_thrd +export WRTTASK_PER_GROUP=$WPG_cpl_thrd + +export med_petlist_bounds=$MPB_cpl_thrd +export atm_petlist_bounds=$APB_cpl_thrd +export chm_petlist_bounds=$CHM_cpl_thrd +export ocn_petlist_bounds=$OPB_cpl_thrd +export ice_petlist_bounds=$IPB_cpl_thrd +export wav_petlist_bounds=$WPB_cpl_thrd + +export NPROC_ICE=$NPROC_ICE_cpl_thrd +export np2=`expr $NPROC_ICE / 2` +export BLCKX=`expr $NX_GLB / $np2` +export BLCKY=`expr $NY_GLB / 2` + +export eps_imesh=2.5e-1 + +export CPLCHM=.true. +export NEMS_CONFIGURE=nems.configure.cpld_aero_wave.IN +export FIELD_TABLE=field_table_thompson_noaero_tke_GOCART +export DIAG_TABLE=diag_table_p7.2_template + +export FV3_RUN=cpld_control_run.IN diff --git a/tests/tests/cpld_control_c192_p8_aero b/tests/tests/cpld_control_c192_p8_aero new file mode 100644 index 0000000000..a33c30de69 --- /dev/null +++ b/tests/tests/cpld_control_c192_p8_aero @@ -0,0 +1,136 @@ +# +# cpld_control_c192_p8 test +# +export TEST_DESCR="Fully coupled FV3-CCPP-MOM6-CICE-CMEPS system - C192 MX050 - P8 test" + +export CNTL_DIR="cpld_control_c192_p8" + +export LIST_FILES="sfcf036.tile1.nc \ + sfcf036.tile2.nc \ + sfcf036.tile3.nc \ + sfcf036.tile4.nc \ + sfcf036.tile5.nc \ + sfcf036.tile6.nc \ + atmf036.tile1.nc \ + atmf036.tile2.nc \ + atmf036.tile3.nc \ + atmf036.tile4.nc \ + atmf036.tile5.nc \ + atmf036.tile6.nc \ + RESTART/coupler.res \ + RESTART/fv_core.res.nc \ + RESTART/fv_core.res.tile1.nc \ + RESTART/fv_core.res.tile2.nc \ + RESTART/fv_core.res.tile3.nc \ + RESTART/fv_core.res.tile4.nc \ + RESTART/fv_core.res.tile5.nc \ + RESTART/fv_core.res.tile6.nc \ + RESTART/fv_srf_wnd.res.tile1.nc \ + RESTART/fv_srf_wnd.res.tile2.nc \ + RESTART/fv_srf_wnd.res.tile3.nc \ + RESTART/fv_srf_wnd.res.tile4.nc \ + RESTART/fv_srf_wnd.res.tile5.nc \ + RESTART/fv_srf_wnd.res.tile6.nc \ + RESTART/fv_tracer.res.tile1.nc \ + RESTART/fv_tracer.res.tile2.nc \ + RESTART/fv_tracer.res.tile3.nc \ + RESTART/fv_tracer.res.tile4.nc \ + RESTART/fv_tracer.res.tile5.nc \ + RESTART/fv_tracer.res.tile6.nc \ + RESTART/phy_data.tile1.nc \ + RESTART/phy_data.tile2.nc \ + RESTART/phy_data.tile3.nc \ + RESTART/phy_data.tile4.nc \ + RESTART/phy_data.tile5.nc \ + RESTART/phy_data.tile6.nc \ + RESTART/sfc_data.tile1.nc \ + RESTART/sfc_data.tile2.nc \ + RESTART/sfc_data.tile3.nc \ + RESTART/sfc_data.tile4.nc \ + RESTART/sfc_data.tile5.nc \ + RESTART/sfc_data.tile6.nc \ + RESTART/MOM.res.nc \ + RESTART/iced.2021-03-23-64800.nc \ + RESTART/ufs.cpld.cpl.r.2021-03-23-64800.nc" + +export_fv3 +export_cpl + +export DAYS=1.5 +export FHMAX=36 +export RESTART_N=12 +export RESTART_INTERVAL="${RESTART_N} -1" + +export TASKS=$TASKS_cpl_c192 +export TPN=$TPN_cpl_c192 +export INPES=$INPES_cpl_c192 +export JNPES=$JNPES_cpl_c192 +export THRD=$THRD_cpl_c192 +export WRTTASK_PER_GROUP=$WPG_cpl_c192 + +export med_petlist_bounds=$MPB_cpl_c192 +export atm_petlist_bounds=$APB_cpl_c192 +export chm_petlist_bounds=$CHM_cpl_c192 +export ocn_petlist_bounds=$OPB_cpl_c192 +export ice_petlist_bounds=$IPB_cpl_c192 + +# atm/ocn/ice resolution +export ATMRES=C192 +export NPX=193 +export NPY=193 +export IMO=768 +export JMO=384 +export ATMTILESIZE=`expr $NPX - 1` + +export OCNRES=050 +export ICERES=0.50 +export NX_GLB=720 +export NY_GLB=576 +export NPROC_ICE=$NPROC_ICE_cpl_c192 +export np2=`expr $NPROC_ICE / 2` +export BLCKX=`expr $NX_GLB / $np2` +export BLCKY=`expr $NY_GLB / 2` + +# set component and coupling timesteps +export DT_ATMOS=600 +export DT_CICE=${DT_ATMOS} +export DT_DYNAM_MOM6=1800 +export DT_THERM_MOM6=3600 + +# nems.configure +export coupling_interval_slow_sec=${DT_THERM_MOM6} +export coupling_interval_fast_sec=${DT_ATMOS} + +# resolution dependent files +export MOM_INPUT=MOM_input_template_${OCNRES} +export MESHOCN_ICE=mesh.mx${OCNRES}.nc +export CICEGRID=grid_cice_NEMS_mx${OCNRES}.nc +export CICEMASK=kmtu_cice_NEMS_mx${OCNRES}.nc +export CHLCLIM=seawifs-clim-1997-2010.${NX_GLB}x${NY_GLB}.v20180328.nc +export FRUNOFF=runoff.daitren.clim.${NX_GLB}x${NY_GLB}.v20180328.nc +export MOM6_RIVER_RUNOFF=True + +export FNALBC="'C192.snowfree_albedo.tileX.nc'" +export FNALBC2="'C192.facsf.tileX.nc'" +export FNTG3C="'C192.substrate_temperature.tileX.nc'" +export FNVEGC="'C192.vegetation_greenness.tileX.nc'" +export FNVETC="'C192.vegetation_type.tileX.nc'" +export FNSOTC="'C192.soil_type.tileX.nc'" +export FNVMNC="'C192.vegetation_greenness.tileX.nc'" +export FNVMXC="'C192.vegetation_greenness.tileX.nc'" +export FNSLPC="'C192.slope_type.tileX.nc'" +export FNABSC="'C192.maximum_snow_albedo.tileX.nc'" + +export CDMBWD=${CDMBWD_c192} +export DT_INNER=${DT_INNER_c384} + +export CPLWAV=.false. +export CPLWAV2ATM=.false. +export MOM6_USE_WAVES=False + +export CPLCHM=.true. +export NEMS_CONFIGURE=nems.configure.cpld_aero.IN +export FIELD_TABLE=field_table_thompson_noaero_tke_GOCART +export DIAG_TABLE=diag_table_p7.2_template + +export FV3_RUN=cpld_control_run.IN diff --git a/tests/tests/cpld_control_c384_p8_aero b/tests/tests/cpld_control_c384_p8_aero new file mode 100644 index 0000000000..3436a1b20d --- /dev/null +++ b/tests/tests/cpld_control_c384_p8_aero @@ -0,0 +1,132 @@ +# +# cpld_control_c384_p8 test +# +export TEST_DESCR="Fully coupled FV3-CCPP-MOM6-CICE-CMEPS system - C384L127 MX025 - P8 test " + +export CNTL_DIR="cpld_control_c384_p8" + +export LIST_FILES="sfcf006.nc \ + atmf006.nc \ + RESTART/coupler.res \ + RESTART/fv_core.res.nc \ + RESTART/fv_core.res.tile1.nc \ + RESTART/fv_core.res.tile2.nc \ + RESTART/fv_core.res.tile3.nc \ + RESTART/fv_core.res.tile4.nc \ + RESTART/fv_core.res.tile5.nc \ + RESTART/fv_core.res.tile6.nc \ + RESTART/fv_srf_wnd.res.tile1.nc \ + RESTART/fv_srf_wnd.res.tile2.nc \ + RESTART/fv_srf_wnd.res.tile3.nc \ + RESTART/fv_srf_wnd.res.tile4.nc \ + RESTART/fv_srf_wnd.res.tile5.nc \ + RESTART/fv_srf_wnd.res.tile6.nc \ + RESTART/fv_tracer.res.tile1.nc \ + RESTART/fv_tracer.res.tile2.nc \ + RESTART/fv_tracer.res.tile3.nc \ + RESTART/fv_tracer.res.tile4.nc \ + RESTART/fv_tracer.res.tile5.nc \ + RESTART/fv_tracer.res.tile6.nc \ + RESTART/phy_data.tile1.nc \ + RESTART/phy_data.tile2.nc \ + RESTART/phy_data.tile3.nc \ + RESTART/phy_data.tile4.nc \ + RESTART/phy_data.tile5.nc \ + RESTART/phy_data.tile6.nc \ + RESTART/sfc_data.tile1.nc \ + RESTART/sfc_data.tile2.nc \ + RESTART/sfc_data.tile3.nc \ + RESTART/sfc_data.tile4.nc \ + RESTART/sfc_data.tile5.nc \ + RESTART/sfc_data.tile6.nc \ + RESTART/MOM.res.nc \ + RESTART/MOM.res_1.nc \ + RESTART/MOM.res_2.nc \ + RESTART/MOM.res_3.nc \ + RESTART/iced.2021-03-22-43200.nc \ + RESTART/ufs.cpld.cpl.r.2021-03-22-43200.nc" + +export_fv3 +export_cpl + +export DAYS=0.25 +export FHMAX=6 +export RESTART_N=3 +export RESTART_INTERVAL="${RESTART_N} -1" +export OUTPUT_FH="3 -1" +export FHZERO=3 + +export TASKS=$TASKS_cpl_c384 +export TPN=$TPN_cpl_c384 +export INPES=$INPES_cpl_c384 +export JNPES=$JNPES_cpl_c384 +export THRD=$THRD_cpl_c384 +export WRTTASK_PER_GROUP=$WPG_cpl_c384 + +export med_petlist_bounds=$MPB_cpl_c384 +export atm_petlist_bounds=$APB_cpl_c384 +export chm_petlist_bounds=$CHM_cpl_c384 +export ocn_petlist_bounds=$OPB_cpl_c384 +export ice_petlist_bounds=$IPB_cpl_c384 + +# atm/ocn/ice resolution +export ATMRES=C384 +export NPX=385 +export NPY=385 +export IMO=1536 +export JMO=768 +export OUTPUT_GRID="'gaussian_grid'" +export ATMTILESIZE=`expr $NPX - 1` + +export OCNRES=025 +export ICERES=0.25 +export NX_GLB=1440 +export NY_GLB=1080 +export NPROC_ICE=$NPROC_ICE_cpl_c384 +export np2=`expr $NPROC_ICE / 2` +export BLCKX=`expr $NX_GLB / $np2` +export BLCKY=`expr $NY_GLB / 2` + +# set component and coupling timesteps +export DT_ATMOS=300 +export DT_CICE=${DT_ATMOS} +export DT_DYNAM_MOM6=900 +export DT_THERM_MOM6=1800 + +# nems.configure +export coupling_interval_slow_sec=${DT_THERM_MOM6} +export coupling_interval_fast_sec=${DT_ATMOS} + +# resolution dependent files +export MOM_INPUT=MOM_input_template_${OCNRES} +export MESHOCN_ICE=mesh.mx${OCNRES}.nc +export CICEGRID=grid_cice_NEMS_mx${OCNRES}.nc +export CICEMASK=kmtu_cice_NEMS_mx${OCNRES}.nc +export CHLCLIM=seawifs-clim-1997-2010.${NX_GLB}x${NY_GLB}.v20180328.nc +export FRUNOFF=runoff.daitren.clim.${NX_GLB}x${NY_GLB}.v20180328.nc +export MOM6_RIVER_RUNOFF=True + +export FNALBC="'C384.snowfree_albedo.tileX.nc'" +export FNALBC2="'C384.facsf.tileX.nc'" +export FNTG3C="'C384.substrate_temperature.tileX.nc'" +export FNVEGC="'C384.vegetation_greenness.tileX.nc'" +export FNVETC="'C384.vegetation_type.tileX.nc'" +export FNSOTC="'C384.soil_type.tileX.nc'" +export FNVMNC="'C384.vegetation_greenness.tileX.nc'" +export FNVMXC="'C384.vegetation_greenness.tileX.nc'" +export FNSLPC="'C384.slope_type.tileX.nc'" +export FNABSC="'C384.maximum_snow_albedo.tileX.nc'" + +export CDMBWD=${CDMBWD_c384} +export DT_INNER=${DT_INNER_c384} + +export CPLWAV=.false. +export CPLWAV2ATM=.false. +export MOM6_USE_WAVES=False + +export CPLCHM=.true. +export NEMS_CONFIGURE=nems.configure.cpld_aero.IN +export FIELD_TABLE=field_table_thompson_noaero_tke_GOCART +export DIAG_TABLE=diag_table_p7.2_template + +export FV3_RUN=cpld_control_run.IN diff --git a/tests/tests/cpld_control_c96_p8_aero b/tests/tests/cpld_control_c96_p8_aero new file mode 100644 index 0000000000..1ecb9d48b3 --- /dev/null +++ b/tests/tests/cpld_control_c96_p8_aero @@ -0,0 +1,106 @@ +# +# cpld_control C96 P8 test +# + +export TEST_DESCR="Fully coupled FV3-CCPP-MOM6-CICE-CMEPS system - C96MX100" + +export CNTL_DIR="cpld_control_c96_p8" + +export LIST_FILES="sfcf021.tile1.nc \ + sfcf021.tile2.nc \ + sfcf021.tile3.nc \ + sfcf021.tile4.nc \ + sfcf021.tile5.nc \ + sfcf021.tile6.nc \ + atmf021.tile1.nc \ + atmf021.tile2.nc \ + atmf021.tile3.nc \ + atmf021.tile4.nc \ + atmf021.tile5.nc \ + atmf021.tile6.nc \ + sfcf024.tile1.nc \ + sfcf024.tile2.nc \ + sfcf024.tile3.nc \ + sfcf024.tile4.nc \ + sfcf024.tile5.nc \ + sfcf024.tile6.nc \ + atmf024.tile1.nc \ + atmf024.tile2.nc \ + atmf024.tile3.nc \ + atmf024.tile4.nc \ + atmf024.tile5.nc \ + atmf024.tile6.nc \ + RESTART/coupler.res \ + RESTART/fv_core.res.nc \ + RESTART/fv_core.res.tile1.nc \ + RESTART/fv_core.res.tile2.nc \ + RESTART/fv_core.res.tile3.nc \ + RESTART/fv_core.res.tile4.nc \ + RESTART/fv_core.res.tile5.nc \ + RESTART/fv_core.res.tile6.nc \ + RESTART/fv_srf_wnd.res.tile1.nc \ + RESTART/fv_srf_wnd.res.tile2.nc \ + RESTART/fv_srf_wnd.res.tile3.nc \ + RESTART/fv_srf_wnd.res.tile4.nc \ + RESTART/fv_srf_wnd.res.tile5.nc \ + RESTART/fv_srf_wnd.res.tile6.nc \ + RESTART/fv_tracer.res.tile1.nc \ + RESTART/fv_tracer.res.tile2.nc \ + RESTART/fv_tracer.res.tile3.nc \ + RESTART/fv_tracer.res.tile4.nc \ + RESTART/fv_tracer.res.tile5.nc \ + RESTART/fv_tracer.res.tile6.nc \ + RESTART/phy_data.tile1.nc \ + RESTART/phy_data.tile2.nc \ + RESTART/phy_data.tile3.nc \ + RESTART/phy_data.tile4.nc \ + RESTART/phy_data.tile5.nc \ + RESTART/phy_data.tile6.nc \ + RESTART/sfc_data.tile1.nc \ + RESTART/sfc_data.tile2.nc \ + RESTART/sfc_data.tile3.nc \ + RESTART/sfc_data.tile4.nc \ + RESTART/sfc_data.tile5.nc \ + RESTART/sfc_data.tile6.nc \ + RESTART/MOM.res.nc \ + RESTART/iced.2021-03-23-21600.nc \ + RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc" + +#TODO: add comparison of CA restart files? + +export_fv3 +export_cpl + +export RESTART_N=12 +export RESTART_INTERVAL="${RESTART_N} -1" +export OUTPUT_FH='0 21 24' + +export TASKS=$TASKS_cpl_c96 +export TPN=$TPN_cpl_c96 +export INPES=$INPES_cpl_c96 +export JNPES=$JNPES_cpl_c96 +export THRD=$THRD_cpl_c96 +export WRTTASK_PER_GROUP=$WPG_cpl_c96 + +export NPROC_ICE=$NPROC_ICE_cpl_c96 +export np2=`expr $NPROC_ICE / 2` +export BLCKX=`expr $NX_GLB / $np2` +export BLCKY=`expr $NY_GLB / 2` + +export med_petlist_bounds=$MPB_cpl_c96 +export atm_petlist_bounds=$APB_cpl_c96 +export chm_petlist_bounds=$CHM_cpl_c96 +export ocn_petlist_bounds=$OPB_cpl_c96 +export ice_petlist_bounds=$IPB_cpl_c96 + +export CPLWAV=.false. +export CPLWAV2ATM=.false. +export MOM6_USE_WAVES=False +export eps_imesh=2.5e-1 + +export CPLCHM=.true. +export NEMS_CONFIGURE=nems.configure.cpld_aero.IN +export FIELD_TABLE=field_table_thompson_noaero_tke_GOCART +export DIAG_TABLE=diag_table_p7.2_template + +export FV3_RUN=cpld_control_run.IN diff --git a/tests/tests/cpld_decomp_p8_aero b/tests/tests/cpld_decomp_p8_aero new file mode 100644 index 0000000000..55abb69b31 --- /dev/null +++ b/tests/tests/cpld_decomp_p8_aero @@ -0,0 +1,92 @@ +# +# cpld_decomp P8 test +# + +export TEST_DESCR="Fully coupled FV3-CCPP-MOM6-CICE-CMEPS-WW3 system - C96MX100 - decomp test" + +export CNTL_DIR="cpld_control_p8" + +export LIST_FILES="sfcf024.tile1.nc \ + sfcf024.tile2.nc \ + sfcf024.tile3.nc \ + sfcf024.tile4.nc \ + sfcf024.tile5.nc \ + sfcf024.tile6.nc \ + atmf024.tile1.nc \ + atmf024.tile2.nc \ + atmf024.tile3.nc \ + atmf024.tile4.nc \ + atmf024.tile5.nc \ + atmf024.tile6.nc \ + RESTART/coupler.res \ + RESTART/fv_core.res.nc \ + RESTART/fv_core.res.tile1.nc \ + RESTART/fv_core.res.tile2.nc \ + RESTART/fv_core.res.tile3.nc \ + RESTART/fv_core.res.tile4.nc \ + RESTART/fv_core.res.tile5.nc \ + RESTART/fv_core.res.tile6.nc \ + RESTART/fv_srf_wnd.res.tile1.nc \ + RESTART/fv_srf_wnd.res.tile2.nc \ + RESTART/fv_srf_wnd.res.tile3.nc \ + RESTART/fv_srf_wnd.res.tile4.nc \ + RESTART/fv_srf_wnd.res.tile5.nc \ + RESTART/fv_srf_wnd.res.tile6.nc \ + RESTART/fv_tracer.res.tile1.nc \ + RESTART/fv_tracer.res.tile2.nc \ + RESTART/fv_tracer.res.tile3.nc \ + RESTART/fv_tracer.res.tile4.nc \ + RESTART/fv_tracer.res.tile5.nc \ + RESTART/fv_tracer.res.tile6.nc \ + RESTART/phy_data.tile1.nc \ + RESTART/phy_data.tile2.nc \ + RESTART/phy_data.tile3.nc \ + RESTART/phy_data.tile4.nc \ + RESTART/phy_data.tile5.nc \ + RESTART/phy_data.tile6.nc \ + RESTART/sfc_data.tile1.nc \ + RESTART/sfc_data.tile2.nc \ + RESTART/sfc_data.tile3.nc \ + RESTART/sfc_data.tile4.nc \ + RESTART/sfc_data.tile5.nc \ + RESTART/sfc_data.tile6.nc \ + RESTART/MOM.res.nc \ + RESTART/iced.2021-03-23-21600.nc \ + RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc \ + 20210323.060000.out_grd.glo_1deg \ + 20210323.060000.out_pnt.points \ + 20210323.060000.restart.glo_1deg" + +export_fv3 +export_cpl + +export RESTART_N=12 +export RESTART_INTERVAL="${RESTART_N} -1" + +export TASKS=$TASKS_cpl_dcmp +export TPN=$TPN_cpl_dcmp +export INPES=$INPES_cpl_dcmp +export JNPES=$JNPES_cpl_dcmp +export THRD=$THRD_cpl_dcmp +export WRTTASK_PER_GROUP=$WPG_cpl_dcmp + +export med_petlist_bounds=$MPB_cpl_dcmp +export atm_petlist_bounds=$APB_cpl_dcmp +export chm_petlist_bounds=$CHM_cpl_dcmp +export ocn_petlist_bounds=$OPB_cpl_dcmp +export ice_petlist_bounds=$IPB_cpl_dcmp +export wav_petlist_bounds=$WPB_cpl_dcmp + +export NPROC_ICE=$NPROC_ICE_cpl_dcmp +export np2=`expr $NPROC_ICE / 2` +export BLCKX=`expr $NX_GLB / $np2` +export BLCKY=`expr $NY_GLB / 2` + +export CPLCHM=.true. +export NEMS_CONFIGURE=nems.configure.cpld_aero_wave.IN +export FIELD_TABLE=field_table_thompson_noaero_tke_GOCART +export DIAG_TABLE=diag_table_p7.2_template + +export eps_imesh=2.5e-1 + +export FV3_RUN=cpld_control_run.IN diff --git a/tests/tests/cpld_mpi_p8_aero b/tests/tests/cpld_mpi_p8_aero new file mode 100644 index 0000000000..af7e985d1a --- /dev/null +++ b/tests/tests/cpld_mpi_p8_aero @@ -0,0 +1,87 @@ +# +# cpld_mpi P8 test +# + +export TEST_DESCR="Fully coupled FV3-CCPP-MOM6-CICE-CMEPS-WW3 system - C96MX100 - change mpi task test" + +export CNTL_DIR="cpld_control_p8" + +export LIST_FILES="sfcf024.tile1.nc \ + sfcf024.tile2.nc \ + sfcf024.tile3.nc \ + sfcf024.tile4.nc \ + sfcf024.tile5.nc \ + sfcf024.tile6.nc \ + atmf024.tile1.nc \ + atmf024.tile2.nc \ + atmf024.tile3.nc \ + atmf024.tile4.nc \ + atmf024.tile5.nc \ + atmf024.tile6.nc \ + RESTART/coupler.res \ + RESTART/fv_core.res.nc \ + RESTART/fv_core.res.tile1.nc \ + RESTART/fv_core.res.tile2.nc \ + RESTART/fv_core.res.tile3.nc \ + RESTART/fv_core.res.tile4.nc \ + RESTART/fv_core.res.tile5.nc \ + RESTART/fv_core.res.tile6.nc \ + RESTART/fv_srf_wnd.res.tile1.nc \ + RESTART/fv_srf_wnd.res.tile2.nc \ + RESTART/fv_srf_wnd.res.tile3.nc \ + RESTART/fv_srf_wnd.res.tile4.nc \ + RESTART/fv_srf_wnd.res.tile5.nc \ + RESTART/fv_srf_wnd.res.tile6.nc \ + RESTART/fv_tracer.res.tile1.nc \ + RESTART/fv_tracer.res.tile2.nc \ + RESTART/fv_tracer.res.tile3.nc \ + RESTART/fv_tracer.res.tile4.nc \ + RESTART/fv_tracer.res.tile5.nc \ + RESTART/fv_tracer.res.tile6.nc \ + RESTART/phy_data.tile1.nc \ + RESTART/phy_data.tile2.nc \ + RESTART/phy_data.tile3.nc \ + RESTART/phy_data.tile4.nc \ + RESTART/phy_data.tile5.nc \ + RESTART/phy_data.tile6.nc \ + RESTART/sfc_data.tile1.nc \ + RESTART/sfc_data.tile2.nc \ + RESTART/sfc_data.tile3.nc \ + RESTART/sfc_data.tile4.nc \ + RESTART/sfc_data.tile5.nc \ + RESTART/sfc_data.tile6.nc \ + RESTART/MOM.res.nc \ + RESTART/iced.2021-03-23-21600.nc \ + RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc \ + 20210323.060000.out_grd.glo_1deg \ + 20210323.060000.out_pnt.points \ + 20210323.060000.restart.glo_1deg" + +export_fv3 +export_cpl + +export RESTART_N=12 +export RESTART_INTERVAL="${RESTART_N} -1" + +export TASKS=$TASKS_cpl_mpi +export TPN=$TPN_cpl_mpi +export INPES=$INPES_cpl_mpi +export JNPES=$JNPES_cpl_mpi +export THRD=$THRD_cpl_mpi +export WRTTASK_PER_GROUP=$WPG_cpl_mpi + +export med_petlist_bounds=$MPB_cpl_mpi +export atm_petlist_bounds=$APB_cpl_mpi +export chm_petlist_bounds=$CHM_cpl_mpi +export ocn_petlist_bounds=$OPB_cpl_mpi +export ice_petlist_bounds=$IPB_cpl_mpi +export wav_petlist_bounds=$WPB_cpl_mpi + +export NPROC_ICE=$NPROC_ICE_cpl_mpi +export np2=`expr $NPROC_ICE / 2` +export BLCKX=`expr $NX_GLB / $np2` +export BLCKY=`expr $NY_GLB / 2` + +export eps_imesh=2.5e-1 + +export FV3_RUN=cpld_control_run.IN diff --git a/tests/tests/cpld_restart_c192_p8_aero b/tests/tests/cpld_restart_c192_p8_aero new file mode 100644 index 0000000000..a6a8c0ad93 --- /dev/null +++ b/tests/tests/cpld_restart_c192_p8_aero @@ -0,0 +1,157 @@ +# +# cpld_restart_c192_p8 test +# +export TEST_DESCR="Fully coupled FV3-CCPP-MOM6-CICE-CMEPS system - C192 MX050 - 24h P8 restart test" + +export CNTL_DIR="cpld_control_c192_p8" + +export LIST_FILES="sfcf036.tile1.nc \ + sfcf036.tile2.nc \ + sfcf036.tile3.nc \ + sfcf036.tile4.nc \ + sfcf036.tile5.nc \ + sfcf036.tile6.nc \ + atmf036.tile1.nc \ + atmf036.tile2.nc \ + atmf036.tile3.nc \ + atmf036.tile4.nc \ + atmf036.tile5.nc \ + atmf036.tile6.nc \ + RESTART/coupler.res \ + RESTART/fv_core.res.nc \ + RESTART/fv_core.res.tile1.nc \ + RESTART/fv_core.res.tile2.nc \ + RESTART/fv_core.res.tile3.nc \ + RESTART/fv_core.res.tile4.nc \ + RESTART/fv_core.res.tile5.nc \ + RESTART/fv_core.res.tile6.nc \ + RESTART/fv_srf_wnd.res.tile1.nc \ + RESTART/fv_srf_wnd.res.tile2.nc \ + RESTART/fv_srf_wnd.res.tile3.nc \ + RESTART/fv_srf_wnd.res.tile4.nc \ + RESTART/fv_srf_wnd.res.tile5.nc \ + RESTART/fv_srf_wnd.res.tile6.nc \ + RESTART/fv_tracer.res.tile1.nc \ + RESTART/fv_tracer.res.tile2.nc \ + RESTART/fv_tracer.res.tile3.nc \ + RESTART/fv_tracer.res.tile4.nc \ + RESTART/fv_tracer.res.tile5.nc \ + RESTART/fv_tracer.res.tile6.nc \ + RESTART/phy_data.tile1.nc \ + RESTART/phy_data.tile2.nc \ + RESTART/phy_data.tile3.nc \ + RESTART/phy_data.tile4.nc \ + RESTART/phy_data.tile5.nc \ + RESTART/phy_data.tile6.nc \ + RESTART/sfc_data.tile1.nc \ + RESTART/sfc_data.tile2.nc \ + RESTART/sfc_data.tile3.nc \ + RESTART/sfc_data.tile4.nc \ + RESTART/sfc_data.tile5.nc \ + RESTART/sfc_data.tile6.nc \ + RESTART/MOM.res.nc \ + RESTART/iced.2021-03-23-64800.nc \ + RESTART/ufs.cpld.cpl.r.2021-03-23-64800.nc" + +export_fv3 +export_cpl + +export DAYS=1.5 +export FHMAX=36 +export FHROT=12 +export RESTART_N=$((FHMAX-$FHROT)) + +export RESTART_FILE_PREFIX="${SYEAR}${SMONTH}${SDAY}.$(printf "%02d" $(( ${FHROT} + ${SHOUR} )))0000" +export RESTART_FILE_SUFFIX_HRS="${SYEAR}-${SMONTH}-${SDAY}-$(printf "%02d" $(( ${FHROT} + ${SHOUR})))" +export RESTART_FILE_SUFFIX_SECS="${SYEAR}-${SMONTH}-${SDAY}-$(printf "%02d" $(( (${FHROT}+ ${SHOUR})*3600 )))" + +export TASKS=$TASKS_cpl_c192 +export TPN=$TPN_cpl_c192 +export INPES=$INPES_cpl_c192 +export JNPES=$JNPES_cpl_c192 +export THRD=$THRD_cpl_c192 +export WRTTASK_PER_GROUP=$WPG_cpl_c192 + +export med_petlist_bounds=$MPB_cpl_c192 +export atm_petlist_bounds=$APB_cpl_c192 +export chm_petlist_bounds=$CHM_cpl_c192 +export ocn_petlist_bounds=$OPB_cpl_c192 +export ice_petlist_bounds=$IPB_cpl_c192 + +# atm/ocn/ice resolution +export ATMRES=C192 +export NPX=193 +export NPY=193 +export IMO=768 +export JMO=384 +export ATMTILESIZE=`expr $NPX - 1` + +export OCNRES=050 +export ICERES=0.50 +export NX_GLB=720 +export NY_GLB=576 +export NPROC_ICE=$NPROC_ICE_cpl_c192 +export np2=`expr $NPROC_ICE / 2` +export BLCKX=`expr $NX_GLB / $np2` +export BLCKY=`expr $NY_GLB / 2` + +# set component and coupling timesteps +export DT_ATMOS=600 +export DT_CICE=${DT_ATMOS} +export DT_DYNAM_MOM6=1800 +export DT_THERM_MOM6=3600 + +# nems.configure +export coupling_interval_slow_sec=${DT_THERM_MOM6} +export coupling_interval_fast_sec=${DT_ATMOS} + +# resolution dependent files +export MOM_INPUT=MOM_input_template_${OCNRES} +export MESHOCN_ICE=mesh.mx${OCNRES}.nc +export CICEGRID=grid_cice_NEMS_mx${OCNRES}.nc +export CICEMASK=kmtu_cice_NEMS_mx${OCNRES}.nc +export CHLCLIM=seawifs-clim-1997-2010.${NX_GLB}x${NY_GLB}.v20180328.nc +export FRUNOFF=runoff.daitren.clim.${NX_GLB}x${NY_GLB}.v20180328.nc +export MOM6_RIVER_RUNOFF=True + +export FNALBC="'C192.snowfree_albedo.tileX.nc'" +export FNALBC2="'C192.facsf.tileX.nc'" +export FNTG3C="'C192.substrate_temperature.tileX.nc'" +export FNVEGC="'C192.vegetation_greenness.tileX.nc'" +export FNVETC="'C192.vegetation_type.tileX.nc'" +export FNSOTC="'C192.soil_type.tileX.nc'" +export FNVMNC="'C192.vegetation_greenness.tileX.nc'" +export FNVMXC="'C192.vegetation_greenness.tileX.nc'" +export FNSLPC="'C192.slope_type.tileX.nc'" +export FNABSC="'C192.maximum_snow_albedo.tileX.nc'" + +export CDMBWD=${CDMBWD_c192} +export DT_INNER=${DT_INNER_c384} + +# ATM warm start +export WARM_START=.true. +export MAKE_NH=.false. +export NA_INIT=0 +export EXTERNAL_IC=.false. +export NGGPS_IC=.false. +export MOUNTAIN=.true. +export NSTF_NAME=2,0,0,0,0 + +# ICE warm start +export CICERUNTYPE=continue +export RUNTYPE=continue +export USE_RESTART_TIME=.true. + +# MOM6 warm start +export MOM6_RESTART_SETTING=r + +export CPLWAV=.false. +export CPLWAV2ATM=.false. +export MOM6_USE_WAVES=False + +export CPLCHM=.true. +export NEMS_CONFIGURE=nems.configure.cpld_aero.IN +export FIELD_TABLE=field_table_thompson_noaero_tke_GOCART +export DIAG_TABLE=diag_table_p7.2_template + +export FV3_RUN=cpld_control_run.IN diff --git a/tests/tests/cpld_restart_c384_p8_aero b/tests/tests/cpld_restart_c384_p8_aero new file mode 100644 index 0000000000..c41053532e --- /dev/null +++ b/tests/tests/cpld_restart_c384_p8_aero @@ -0,0 +1,153 @@ +# +# cpld_restart_c384_p8 test +# +export TEST_DESCR="Fully coupled FV3-CCPP-MOM6-CICE-CMEPS system - C384L127 MX025 - P8 restart" + +export CNTL_DIR="cpld_control_c384_p8" + +export LIST_FILES="sfcf006.nc \ + atmf006.nc \ + RESTART/coupler.res \ + RESTART/fv_core.res.nc \ + RESTART/fv_core.res.tile1.nc \ + RESTART/fv_core.res.tile2.nc \ + RESTART/fv_core.res.tile3.nc \ + RESTART/fv_core.res.tile4.nc \ + RESTART/fv_core.res.tile5.nc \ + RESTART/fv_core.res.tile6.nc \ + RESTART/fv_srf_wnd.res.tile1.nc \ + RESTART/fv_srf_wnd.res.tile2.nc \ + RESTART/fv_srf_wnd.res.tile3.nc \ + RESTART/fv_srf_wnd.res.tile4.nc \ + RESTART/fv_srf_wnd.res.tile5.nc \ + RESTART/fv_srf_wnd.res.tile6.nc \ + RESTART/fv_tracer.res.tile1.nc \ + RESTART/fv_tracer.res.tile2.nc \ + RESTART/fv_tracer.res.tile3.nc \ + RESTART/fv_tracer.res.tile4.nc \ + RESTART/fv_tracer.res.tile5.nc \ + RESTART/fv_tracer.res.tile6.nc \ + RESTART/phy_data.tile1.nc \ + RESTART/phy_data.tile2.nc \ + RESTART/phy_data.tile3.nc \ + RESTART/phy_data.tile4.nc \ + RESTART/phy_data.tile5.nc \ + RESTART/phy_data.tile6.nc \ + RESTART/sfc_data.tile1.nc \ + RESTART/sfc_data.tile2.nc \ + RESTART/sfc_data.tile3.nc \ + RESTART/sfc_data.tile4.nc \ + RESTART/sfc_data.tile5.nc \ + RESTART/sfc_data.tile6.nc \ + RESTART/MOM.res.nc \ + RESTART/MOM.res_1.nc \ + RESTART/MOM.res_2.nc \ + RESTART/MOM.res_3.nc \ + RESTART/iced.2021-03-22-43200.nc \ + RESTART/ufs.cpld.cpl.r.2021-03-22-43200.nc" + +export_fv3 +export_cpl + +export DAYS=0.25 +export FHMAX=6 +export FHROT=3 +export RESTART_N=$((FHMAX-$FHROT)) +export OUTPUT_FH="3 -1" +export FHZERO=3 + +export RESTART_FILE_PREFIX="${SYEAR}${SMONTH}${SDAY}.$(printf "%02d" $(( ${FHROT} + ${SHOUR} )))0000" +export RESTART_FILE_SUFFIX_HRS="${SYEAR}-${SMONTH}-${SDAY}-$(printf "%02d" $(( ${FHROT} + ${SHOUR})))" +export RESTART_FILE_SUFFIX_SECS="${SYEAR}-${SMONTH}-${SDAY}-$(printf "%02d" $(( (${FHROT}+ ${SHOUR})*3600 )))" + +export TASKS=$TASKS_cpl_c384 +export TPN=$TPN_cpl_c384 +export INPES=$INPES_cpl_c384 +export JNPES=$JNPES_cpl_c384 +export THRD=$THRD_cpl_c384 +export WRTTASK_PER_GROUP=$WPG_cpl_c384 + +export med_petlist_bounds=$MPB_cpl_c384 +export atm_petlist_bounds=$APB_cpl_c384 +export chm_petlist_bounds=$CHM_cpl_c384 +export ocn_petlist_bounds=$OPB_cpl_c384 +export ice_petlist_bounds=$IPB_cpl_c384 + +# atm/ocn/ice resolution +export ATMRES=C384 +export NPX=385 +export NPY=385 +export IMO=1536 +export JMO=768 +export OUTPUT_GRID="'gaussian_grid'" +export ATMTILESIZE=`expr $NPX - 1` + +export OCNRES=025 +export ICERES=0.25 +export NX_GLB=1440 +export NY_GLB=1080 +export NPROC_ICE=$NPROC_ICE_cpl_c384 +export np2=`expr $NPROC_ICE / 2` +export BLCKX=`expr $NX_GLB / $np2` +export BLCKY=`expr $NY_GLB / 2` + +# set component and coupling timesteps +export DT_ATMOS=300 +export DT_CICE=${DT_ATMOS} +export DT_DYNAM_MOM6=900 +export DT_THERM_MOM6=1800 + +# nems.configure +export coupling_interval_slow_sec=${DT_THERM_MOM6} +export coupling_interval_fast_sec=${DT_ATMOS} + +# resolution dependent files +export MOM_INPUT=MOM_input_template_${OCNRES} +export MESHOCN_ICE=mesh.mx${OCNRES}.nc +export CICEGRID=grid_cice_NEMS_mx${OCNRES}.nc +export CICEMASK=kmtu_cice_NEMS_mx${OCNRES}.nc +export CHLCLIM=seawifs-clim-1997-2010.${NX_GLB}x${NY_GLB}.v20180328.nc +export FRUNOFF=runoff.daitren.clim.${NX_GLB}x${NY_GLB}.v20180328.nc +export MOM6_RIVER_RUNOFF=True + +export FNALBC="'C384.snowfree_albedo.tileX.nc'" +export FNALBC2="'C384.facsf.tileX.nc'" +export FNTG3C="'C384.substrate_temperature.tileX.nc'" +export FNVEGC="'C384.vegetation_greenness.tileX.nc'" +export FNVETC="'C384.vegetation_type.tileX.nc'" +export FNSOTC="'C384.soil_type.tileX.nc'" +export FNVMNC="'C384.vegetation_greenness.tileX.nc'" +export FNVMXC="'C384.vegetation_greenness.tileX.nc'" +export FNSLPC="'C384.slope_type.tileX.nc'" +export FNABSC="'C384.maximum_snow_albedo.tileX.nc'" + +export CDMBWD=${CDMBWD_c384} +export DT_INNER=${DT_INNER_c384} + +# ATM warm start +export WARM_START=.true. +export MAKE_NH=.false. +export NA_INIT=0 +export EXTERNAL_IC=.false. +export NGGPS_IC=.false. +export MOUNTAIN=.true. +export NSTF_NAME=2,0,0,0,0 + +# ICE warm start +export CICERUNTYPE=continue +export RUNTYPE=continue +export USE_RESTART_TIME=.true. + +# MOM6 warm start +export MOM6_RESTART_SETTING=r + +export CPLWAV=.false. +export CPLWAV2ATM=.false. +export MOM6_USE_WAVES=False + +export CPLCHM=.true. +export NEMS_CONFIGURE=nems.configure.cpld_aero.IN +export FIELD_TABLE=field_table_thompson_noaero_tke_GOCART +export DIAG_TABLE=diag_table_p7.2_template + +export FV3_RUN=cpld_control_run.IN diff --git a/tests/tests/cpld_restart_c96_p8_aero b/tests/tests/cpld_restart_c96_p8_aero new file mode 100644 index 0000000000..d80261b3b2 --- /dev/null +++ b/tests/tests/cpld_restart_c96_p8_aero @@ -0,0 +1,112 @@ +# +# cpld_restart_c96_p8 test +# + +export TEST_DESCR="Fully coupled FV3-CCPP-MOM6-CICE-CMEPS system - C96MX100 - P8 restart" + +export CNTL_DIR="cpld_control_c96_p8" + +export LIST_FILES="sfcf024.tile1.nc \ + sfcf024.tile2.nc \ + sfcf024.tile3.nc \ + sfcf024.tile4.nc \ + sfcf024.tile5.nc \ + sfcf024.tile6.nc \ + atmf024.tile1.nc \ + atmf024.tile2.nc \ + atmf024.tile3.nc \ + atmf024.tile4.nc \ + atmf024.tile5.nc \ + atmf024.tile6.nc \ + RESTART/coupler.res \ + RESTART/fv_core.res.nc \ + RESTART/fv_core.res.tile1.nc \ + RESTART/fv_core.res.tile2.nc \ + RESTART/fv_core.res.tile3.nc \ + RESTART/fv_core.res.tile4.nc \ + RESTART/fv_core.res.tile5.nc \ + RESTART/fv_core.res.tile6.nc \ + RESTART/fv_srf_wnd.res.tile1.nc \ + RESTART/fv_srf_wnd.res.tile2.nc \ + RESTART/fv_srf_wnd.res.tile3.nc \ + RESTART/fv_srf_wnd.res.tile4.nc \ + RESTART/fv_srf_wnd.res.tile5.nc \ + RESTART/fv_srf_wnd.res.tile6.nc \ + RESTART/fv_tracer.res.tile1.nc \ + RESTART/fv_tracer.res.tile2.nc \ + RESTART/fv_tracer.res.tile3.nc \ + RESTART/fv_tracer.res.tile4.nc \ + RESTART/fv_tracer.res.tile5.nc \ + RESTART/fv_tracer.res.tile6.nc \ + RESTART/phy_data.tile1.nc \ + RESTART/phy_data.tile2.nc \ + RESTART/phy_data.tile3.nc \ + RESTART/phy_data.tile4.nc \ + RESTART/phy_data.tile5.nc \ + RESTART/phy_data.tile6.nc \ + RESTART/sfc_data.tile1.nc \ + RESTART/sfc_data.tile2.nc \ + RESTART/sfc_data.tile3.nc \ + RESTART/sfc_data.tile4.nc \ + RESTART/sfc_data.tile5.nc \ + RESTART/sfc_data.tile6.nc \ + RESTART/MOM.res.nc \ + RESTART/iced.2021-03-23-21600.nc \ + RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc" + +export_fv3 +export_cpl + +export FHROT=12 +export RESTART_N=$((FHMAX-$FHROT)) + +export RESTART_FILE_PREFIX="${SYEAR}${SMONTH}${SDAY}.$(printf "%02d" $(( ${FHROT} + ${SHOUR} )))0000" +export RESTART_FILE_SUFFIX_HRS="${SYEAR}-${SMONTH}-${SDAY}-$(printf "%02d" $(( ${FHROT} + ${SHOUR})))" +export RESTART_FILE_SUFFIX_SECS="${SYEAR}-${SMONTH}-${SDAY}-$(printf "%02d" $(( (${FHROT}+ ${SHOUR})*3600 )))" + +# ATM warm start +export WARM_START=.true. +export MAKE_NH=.false. +export NA_INIT=0 +export EXTERNAL_IC=.false. +export NGGPS_IC=.false. +export MOUNTAIN=.true. +export NSTF_NAME=2,0,0,0,0 + +# ICE warm start +export CICERUNTYPE=continue +export RUNTYPE=continue +export USE_RESTART_TIME=.true. + +# MOM6 warm start +export MOM6_RESTART_SETTING=r + +export TASKS=$TASKS_cpl_c96 +export TPN=$TPN_cpl_c96 +export INPES=$INPES_cpl_c96 +export JNPES=$JNPES_cpl_c96 +export THRD=$THRD_cpl_c96 +export WRTTASK_PER_GROUP=$WPG_cpl_c96 + +export NPROC_ICE=$NPROC_ICE_cpl_c96 +export np2=`expr $NPROC_ICE / 2` +export BLCKX=`expr $NX_GLB / $np2` +export BLCKY=`expr $NY_GLB / 2` + +export med_petlist_bounds=$MPB_cpl_c96 +export atm_petlist_bounds=$APB_cpl_c96 +export chm_petlist_bounds=$CHM_cpl_c96 +export ocn_petlist_bounds=$OPB_cpl_c96 +export ice_petlist_bounds=$IPB_cpl_c96 + +export CPLWAV=.false. +export CPLWAV2ATM=.false. +export MOM6_USE_WAVES=False +export eps_imesh=2.5e-1 + +export CPLCHM=.true. +export NEMS_CONFIGURE=nems.configure.cpld_aero.IN +export FIELD_TABLE=field_table_thompson_noaero_tke_GOCART +export DIAG_TABLE=diag_table_p7.2_template + +export FV3_RUN=cpld_control_run.IN From 18e97c53e988dc285e9d39073494fa937571ccf7 Mon Sep 17 00:00:00 2001 From: Jessica Meixner Date: Thu, 17 Feb 2022 19:29:02 +0000 Subject: [PATCH 037/106] add gocart to comparison --- tests/tests/cpld_2threads_p8_aero | 1 + tests/tests/cpld_control_c96_p8_aero | 1 + tests/tests/cpld_control_p8_aero | 1 + tests/tests/cpld_decomp_p8_aero | 1 + tests/tests/cpld_mpi_p8_aero | 1 + tests/tests/cpld_restart_c96_p8_aero | 1 + 6 files changed, 6 insertions(+) diff --git a/tests/tests/cpld_2threads_p8_aero b/tests/tests/cpld_2threads_p8_aero index 6bbc7fad1c..e385543db9 100644 --- a/tests/tests/cpld_2threads_p8_aero +++ b/tests/tests/cpld_2threads_p8_aero @@ -53,6 +53,7 @@ export LIST_FILES="sfcf024.tile1.nc \ RESTART/MOM.res.nc \ RESTART/iced.2021-03-23-21600.nc \ RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc \ + gocart.inst_aod.20210323_0600z.nc4 \ 20210323.060000.out_grd.glo_1deg \ 20210323.060000.out_pnt.points \ 20210323.060000.restart.glo_1deg" diff --git a/tests/tests/cpld_control_c96_p8_aero b/tests/tests/cpld_control_c96_p8_aero index 1ecb9d48b3..7f343a34f4 100644 --- a/tests/tests/cpld_control_c96_p8_aero +++ b/tests/tests/cpld_control_c96_p8_aero @@ -30,6 +30,7 @@ export LIST_FILES="sfcf021.tile1.nc \ atmf024.tile4.nc \ atmf024.tile5.nc \ atmf024.tile6.nc \ + gocart.inst_aod.20210323_0600z.nc4 \ RESTART/coupler.res \ RESTART/fv_core.res.nc \ RESTART/fv_core.res.tile1.nc \ diff --git a/tests/tests/cpld_control_p8_aero b/tests/tests/cpld_control_p8_aero index 9a6f668fa1..8c5ec347a2 100644 --- a/tests/tests/cpld_control_p8_aero +++ b/tests/tests/cpld_control_p8_aero @@ -65,6 +65,7 @@ export LIST_FILES="sfcf021.tile1.nc \ RESTART/MOM.res.nc \ RESTART/iced.2021-03-23-21600.nc \ RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc \ + gocart.inst_aod.20210323_0600z.nc4 \ 20210323.060000.out_grd.glo_1deg \ 20210323.060000.out_pnt.points \ 20210323.060000.restart.glo_1deg" diff --git a/tests/tests/cpld_decomp_p8_aero b/tests/tests/cpld_decomp_p8_aero index 55abb69b31..bcd06fd46d 100644 --- a/tests/tests/cpld_decomp_p8_aero +++ b/tests/tests/cpld_decomp_p8_aero @@ -53,6 +53,7 @@ export LIST_FILES="sfcf024.tile1.nc \ RESTART/MOM.res.nc \ RESTART/iced.2021-03-23-21600.nc \ RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc \ + gocart.inst_aod.20210323_0600z.nc4 \ 20210323.060000.out_grd.glo_1deg \ 20210323.060000.out_pnt.points \ 20210323.060000.restart.glo_1deg" diff --git a/tests/tests/cpld_mpi_p8_aero b/tests/tests/cpld_mpi_p8_aero index af7e985d1a..caa0cb31a4 100644 --- a/tests/tests/cpld_mpi_p8_aero +++ b/tests/tests/cpld_mpi_p8_aero @@ -53,6 +53,7 @@ export LIST_FILES="sfcf024.tile1.nc \ RESTART/MOM.res.nc \ RESTART/iced.2021-03-23-21600.nc \ RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc \ + gocart.inst_aod.20210323_0600z.nc4 \ 20210323.060000.out_grd.glo_1deg \ 20210323.060000.out_pnt.points \ 20210323.060000.restart.glo_1deg" diff --git a/tests/tests/cpld_restart_c96_p8_aero b/tests/tests/cpld_restart_c96_p8_aero index d80261b3b2..50e5ab999d 100644 --- a/tests/tests/cpld_restart_c96_p8_aero +++ b/tests/tests/cpld_restart_c96_p8_aero @@ -18,6 +18,7 @@ export LIST_FILES="sfcf024.tile1.nc \ atmf024.tile4.nc \ atmf024.tile5.nc \ atmf024.tile6.nc \ + gocart.inst_aod.20210323_0600z.nc4 \ RESTART/coupler.res \ RESTART/fv_core.res.nc \ RESTART/fv_core.res.tile1.nc \ From a1db9b4cdfc448b761dc18f1d2a19415d7d1141a Mon Sep 17 00:00:00 2001 From: Jessica Meixner Date: Thu, 17 Feb 2022 20:21:39 +0000 Subject: [PATCH 038/106] update domain stack size for 192/384 tests --- tests/tests/cpld_control_c192_p8_aero | 2 ++ tests/tests/cpld_control_c384_p8_aero | 2 ++ tests/tests/cpld_restart_c192_p8_aero | 2 ++ tests/tests/cpld_restart_c384_p8_aero | 2 ++ 4 files changed, 8 insertions(+) diff --git a/tests/tests/cpld_control_c192_p8_aero b/tests/tests/cpld_control_c192_p8_aero index a33c30de69..2f57486213 100644 --- a/tests/tests/cpld_control_c192_p8_aero +++ b/tests/tests/cpld_control_c192_p8_aero @@ -61,6 +61,8 @@ export FHMAX=36 export RESTART_N=12 export RESTART_INTERVAL="${RESTART_N} -1" +export DOMAINS_STACK_SIZE=16000000 + export TASKS=$TASKS_cpl_c192 export TPN=$TPN_cpl_c192 export INPES=$INPES_cpl_c192 diff --git a/tests/tests/cpld_control_c384_p8_aero b/tests/tests/cpld_control_c384_p8_aero index 3436a1b20d..cf1be86567 100644 --- a/tests/tests/cpld_control_c384_p8_aero +++ b/tests/tests/cpld_control_c384_p8_aero @@ -56,6 +56,8 @@ export RESTART_INTERVAL="${RESTART_N} -1" export OUTPUT_FH="3 -1" export FHZERO=3 +export DOMAINS_STACK_SIZE=16000000 + export TASKS=$TASKS_cpl_c384 export TPN=$TPN_cpl_c384 export INPES=$INPES_cpl_c384 diff --git a/tests/tests/cpld_restart_c192_p8_aero b/tests/tests/cpld_restart_c192_p8_aero index a6a8c0ad93..c44103329f 100644 --- a/tests/tests/cpld_restart_c192_p8_aero +++ b/tests/tests/cpld_restart_c192_p8_aero @@ -65,6 +65,8 @@ export RESTART_FILE_PREFIX="${SYEAR}${SMONTH}${SDAY}.$(printf "%02d" $(( ${FHROT export RESTART_FILE_SUFFIX_HRS="${SYEAR}-${SMONTH}-${SDAY}-$(printf "%02d" $(( ${FHROT} + ${SHOUR})))" export RESTART_FILE_SUFFIX_SECS="${SYEAR}-${SMONTH}-${SDAY}-$(printf "%02d" $(( (${FHROT}+ ${SHOUR})*3600 )))" +export DOMAINS_STACK_SIZE=16000000 + export TASKS=$TASKS_cpl_c192 export TPN=$TPN_cpl_c192 export INPES=$INPES_cpl_c192 diff --git a/tests/tests/cpld_restart_c384_p8_aero b/tests/tests/cpld_restart_c384_p8_aero index c41053532e..ef9c24bf01 100644 --- a/tests/tests/cpld_restart_c384_p8_aero +++ b/tests/tests/cpld_restart_c384_p8_aero @@ -56,6 +56,8 @@ export RESTART_N=$((FHMAX-$FHROT)) export OUTPUT_FH="3 -1" export FHZERO=3 +export DOMAINS_STACK_SIZE=16000000 + export RESTART_FILE_PREFIX="${SYEAR}${SMONTH}${SDAY}.$(printf "%02d" $(( ${FHROT} + ${SHOUR} )))0000" export RESTART_FILE_SUFFIX_HRS="${SYEAR}-${SMONTH}-${SDAY}-$(printf "%02d" $(( ${FHROT} + ${SHOUR})))" export RESTART_FILE_SUFFIX_SECS="${SYEAR}-${SMONTH}-${SDAY}-$(printf "%02d" $(( (${FHROT}+ ${SHOUR})*3600 )))" From 7ad8bcd672f0f9240050d27f435d5f144f1f748e Mon Sep 17 00:00:00 2001 From: Jessica Meixner Date: Thu, 17 Feb 2022 20:25:40 +0000 Subject: [PATCH 039/106] add aero 35 day tests --- tests/tests/cpld_bmark_p8_35d_aero | 110 +++++++++++++++++++++++++++++ 1 file changed, 110 insertions(+) create mode 100644 tests/tests/cpld_bmark_p8_35d_aero diff --git a/tests/tests/cpld_bmark_p8_35d_aero b/tests/tests/cpld_bmark_p8_35d_aero new file mode 100644 index 0000000000..0c70960b91 --- /dev/null +++ b/tests/tests/cpld_bmark_p8_35d_aero @@ -0,0 +1,110 @@ +# +# cpld_bmark_p8 35 day test +# +export TEST_DESCR="Fully coupled FV3-CCPP-MOM6-CICE-CMEPS-WW3 system - C384L127 MX025 - Benchmark P7 35 day test" + +export CNTL_DIR="cpld_bmark_p8" + +export LIST_FILES="" + +export_fv3 +export_cpl + +export SYEAR +export SMONTH +export SDAY=01 +export SHOUR=00 +export SECS=`expr $SHOUR \* 3600` +export BMIC=.true. + +export DAYS=5 +export FHMAX=120 +export RESTART_N=`expr ${FHMAX} - ${FHROT}` +export WLCLK=120 + +export TASKS=1700 +export TPN=$TPN_cpl_thrd +export INPES=12 +export JNPES=16 +export THRD=2 +export WRTTASK_PER_GROUP=88 + +export DOMAINS_STACK_SIZE=16000000 + +export med_petlist_bounds="0 299" +export atm_petlist_bounds="0 1239" +export chm_petlist_bounds="0 1151" +export ocn_petlist_bounds="1240 1459" +export ice_petlist_bounds="1460 1539" +export wav_petlist_bounds="1540 1699" + +# atm/ocn/ice resolution +export ATMRES=C384 +export NPX=385 +export NPY=385 +export IMO=1536 +export JMO=768 +export OUTPUT_GRID="'gaussian_grid'" +export ATMTILESIZE=`expr $NPX - 1` + +export OCNRES=025 +export ICERES=0.25 +export NX_GLB=1440 +export NY_GLB=1080 +export NPROC_ICE=80 +export np2=`expr $NPROC_ICE / 2` +export BLCKX=`expr $NX_GLB / $np2` +export BLCKY=`expr $NY_GLB / 2` + +# set component and coupling timesteps +export DT_ATMOS=300 +export DT_CICE=${DT_ATMOS} +export DT_DYNAM_MOM6=900 +export DT_THERM_MOM6=1800 + +# nems.configure +export CPLCHM=.true. +export NEMS_CONFIGURE=nems.configure.cpld_aero_wave.IN +export coupling_interval_slow_sec=${DT_THERM_MOM6} +export coupling_interval_fast_sec=${DT_ATMOS} + +# resolution dependent files +export MOM_INPUT=MOM_input_template_${OCNRES} +export MESHOCN_ICE=mesh.mx${OCNRES}.nc +export CICEGRID=grid_cice_NEMS_mx${OCNRES}.nc +export CICEMASK=kmtu_cice_NEMS_mx${OCNRES}.nc +export CHLCLIM=seawifs-clim-1997-2010.${NX_GLB}x${NY_GLB}.v20180328.nc +export FRUNOFF=runoff.daitren.clim.${NX_GLB}x${NY_GLB}.v20180328.nc + +export FNALBC="'C384.snowfree_albedo.tileX.nc'" +export FNALBC2="'C384.facsf.tileX.nc'" +export FNTG3C="'C384.substrate_temperature.tileX.nc'" +export FNVEGC="'C384.vegetation_greenness.tileX.nc'" +export FNVETC="'C384.vegetation_type.tileX.nc'" +export FNSOTC="'C384.soil_type.tileX.nc'" +export FNVMNC="'C384.vegetation_greenness.tileX.nc'" +export FNVMXC="'C384.vegetation_greenness.tileX.nc'" +export FNSLPC="'C384.slope_type.tileX.nc'" +export FNABSC="'C384.maximum_snow_albedo.tileX.nc'" + +export CDMBWD=${CDMBWD_c384} +export DT_INNER=${DT_INNER_c384} + +export MOM6_RIVER_RUNOFF=True +export MOM6_RESTART_SETTING=r + +export WW3GRIDLINE="'gwes_30m' 'no' 'CPL:native' 'CPL:native' 'CPL:native' 'no' 'no' 'no' 'no' 'no' 1 1 0.00 1.00 F" +export WW3RSTDTHR=${FHMAX} +export DT_2_RST="$(printf "%02d" $(( ${WW3RSTDTHR}*3600 )))" +export RUN_BEG="${SYEAR}${SMONTH}${SDAY} $(printf "%02d" $(( ${SHOUR} )))0000" +export RUN_END="2100${SMONTH}${SDAY} $(printf "%02d" $(( ${SHOUR} )))0000" +export OUT_BEG=$RUN_BEG +export OUT_END=$RUN_END +export RST_BEG=$RUN_BEG +export RST_2_BEG=$RUN_BEG +export RST_END=$RUN_END +export RST_2_END=$RUN_END + +export FIELD_TABLE=field_table_thompson_noaero_tke_GOCART +export DIAG_TABLE=diag_table_p7.2_template +export FV3_RUN=cpld_control_run.IN From 49a878e652638d44567caaab55b7f638ccf0319a Mon Sep 17 00:00:00 2001 From: Jessica Meixner Date: Thu, 17 Feb 2022 20:41:00 +0000 Subject: [PATCH 040/106] add 35 day tests --- tests/rt_35d.conf | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/tests/rt_35d.conf b/tests/rt_35d.conf index 2a6176f827..d159d0fa9b 100644 --- a/tests/rt_35d.conf +++ b/tests/rt_35d.conf @@ -11,3 +11,15 @@ RUN | cpld_bmark_p8_35d RUN | cpld_bmark_p8_35d | | fv3 | | 2013040100 RUN | cpld_bmark_p8_35d | | fv3 | | 2013070100 RUN | cpld_bmark_p8_35d | | fv3 | | 2013100100 + +COMPILE | -DAPP=S2SW -DUFS_GOCART=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8b | + hera.intel +RUN | cpld_bmark_p8_35d_aero | | fv3 | | 2012010100 +RUN | cpld_bmark_p8_35d_aero | | fv3 | | 2012040100 +RUN | cpld_bmark_p8_35d_aero | | fv3 | | 2012070100 +RUN | cpld_bmark_p8_35d_aero | | fv3 | | 2012100100 +RUN | cpld_bmark_p8_35d_aero | | fv3 | | 2013010100 +RUN | cpld_bmark_p8_35d_aero | | fv3 | | 2013040100 +RUN | cpld_bmark_p8_35d_aero | | fv3 | | 2013070100 +RUN | cpld_bmark_p8_35d_aero | | fv3 | | 2013100100 + + From 1568966c17162901307bc89a126add8ce53be8ed Mon Sep 17 00:00:00 2001 From: Jessica Meixner Date: Thu, 17 Feb 2022 21:38:25 +0000 Subject: [PATCH 041/106] update to have CHM for all platforms --- tests/default_vars.sh | 203 ++++++++++++++++++++++++++---------------- 1 file changed, 124 insertions(+), 79 deletions(-) diff --git a/tests/default_vars.sh b/tests/default_vars.sh index 24df171014..7a61b9a925 100755 --- a/tests/default_vars.sh +++ b/tests/default_vars.sh @@ -33,39 +33,44 @@ elif [[ $MACHINE_ID = wcoss_dell_p3 ]]; then TASKS_cpl_c96=192; TPN_cpl_c96=28; INPES_cpl_c96=3; JNPES_cpl_c96=8 THRD_cpl_c96=1; WPG_cpl_c96=6; MPB_cpl_c96="0 143"; APB_cpl_c96="0 149" - OPB_cpl_c96="150 179"; IPB_cpl_c96="180 191" + CHM_cpl_c96="0 143"; OPB_cpl_c96="150 179"; IPB_cpl_c96="180 191" NPROC_ICE_cpl_c96=12 TASKS_cpl_dflt=196; TPN_cpl_dflt=28; INPES_cpl_dflt=3; JNPES_cpl_dflt=8 THRD_cpl_dflt=1; WPG_cpl_dflt=6; MPB_cpl_dflt="0 143"; APB_cpl_dflt="0 149" - OPB_cpl_dflt="150 169"; IPB_cpl_dflt="170 177"; WPB_cpl_dflt="178 195" + CHM_cpl_dflt="0 143"; OPB_cpl_dflt="150 169"; IPB_cpl_dflt="170 177"; WPB_cpl_dflt="178 195" NPROC_ICE_cpl_dflt=8 TASKS_cpl_thrd=120; TPN_cpl_thrd=14; INPES_cpl_thrd=3; JNPES_cpl_thrd=4 THRD_cpl_thrd=2; WPG_cpl_thrd=6; MPB_cpl_thrd="0 71"; APB_cpl_thrd="0 77" - OPB_cpl_thrd="78 97"; IPB_cpl_thrd="98 107"; WPB_cpl_thrd="108 119" + CHM_cpl_thrd="0 71"; OPB_cpl_thrd="78 97"; IPB_cpl_thrd="98 107"; WPB_cpl_thrd="108 119" NPROC_ICE_cpl_thrd=10 TASKS_cpl_dcmp=196; TPN_cpl_dcmp=28; INPES_cpl_dcmp=4; JNPES_cpl_dcmp=6 THRD_cpl_dcmp=1; WPG_cpl_dcmp=6; MPB_cpl_dcmp="0 143"; APB_cpl_dcmp="0 149" - OPB_cpl_dcmp="150 169"; IPB_cpl_dcmp="170 177"; WPB_cpl_dcmp="178 195" + CHM_cpl_dcmp="0 143"; OPB_cpl_dcmp="150 169"; IPB_cpl_dcmp="170 177"; WPB_cpl_dcmp="178 195" NPROC_ICE_cpl_dcmp=8 TASKS_cpl_mpi=280; TPN_cpl_mpi=28; INPES_cpl_mpi=4; JNPES_cpl_mpi=8 THRD_cpl_mpi=1; WPG_cpl_mpi=6; MPB_cpl_mpi="0 191"; APB_cpl_mpi="0 197" - OPB_cpl_mpi="198 231"; IPB_cpl_mpi="232 251"; WPB_cpl_mpi="252 279" + CHM_cpl_mpi="0 191"; OPB_cpl_mpi="198 231"; IPB_cpl_mpi="232 251"; WPB_cpl_mpi="252 279" NPROC_ICE_cpl_mpi=20 TASKS_cpl_c384=480; TPN_cpl_c384=28; INPES_cpl_c384=6; JNPES_cpl_c384=8 THRD_cpl_c384=1; WPG_cpl_c384=24; MPB_cpl_c384="0 287"; APB_cpl_c384="0 311" - OPB_cpl_c384="312 431"; IPB_cpl_c384="432 479" + CHM_cpl_c384="0 287"; OPB_cpl_c384="312 431"; IPB_cpl_c384="432 479" NPROC_ICE_cpl_c384=48 TASKS_cpl_bmrk=560; TPN_cpl_bmrk=28; INPES_cpl_bmrk=6; JNPES_cpl_bmrk=8 THRD_cpl_bmrk=1; WPG_cpl_bmrk=24; MPB_cpl_bmrk="0 287"; APB_cpl_bmrk="0 311" - OPB_cpl_bmrk="312 431"; IPB_cpl_bmrk="432 479"; WPB_cpl_bmrk="480 559" + MPB_cpl_bmrk="0 287"; OPB_cpl_bmrk="312 431"; IPB_cpl_bmrk="432 479"; WPB_cpl_bmrk="480 559" NPROC_ICE_cpl_bmrk=48 + TASKS_cpl_bmrk_aero=560; TPN_cpl_bmrk_aero=14; INPES_cpl_bmrk_aero=6; JNPES_cpl_bmrk_aero=8 + THRD_cpl_bmrk_aero=2; WPG_cpl_bmrk_aero=24; MPB_cpl_bmrk_aero="0 287"; APB_cpl_bmrk_aero="0 311" + MPB_cpl_bmrk_aero="0 287"; OPB_cpl_bmrk_aero="312 431"; IPB_cpl_bmrk_aero="432 479"; WPB_cpl_bmrk_aero="480 559" + NPROC_ICE_cpl_bmrk_aero=48 + TASKS_cpl_bmrk_mpi=600; TPN_cpl_bmrk_mpi=28; INPES_cpl_bmrk_mpi=6; JNPES_cpl_bmrk_mpi=8 THRD_cpl_bmrk_mpi=1; WPG_cpl_bmrk_mpi=24; MPB_cpl_bmrk_mpi="0 287"; APB_cpl_bmrk_mpi="0 311" OPB_cpl_bmrk_mpi="312 431"; IPB_cpl_bmrk_mpi="432 479"; WPB_cpl_bmrk_mpi="480 599" @@ -73,7 +78,7 @@ elif [[ $MACHINE_ID = wcoss_dell_p3 ]]; then TASKS_cpl_c192=288; TPN_cpl_c192=28; INPES_cpl_c192=4; JNPES_cpl_c192=8 THRD_cpl_c192=1; WPG_cpl_c192=12; MPB_cpl_c192="0 191"; APB_cpl_c192="0 203" - OPB_cpl_c192="204 263"; IPB_cpl_c192="264 287" + CHM_cpl_c192="0 191"; OPB_cpl_c192="204 263"; IPB_cpl_c192="264 287" NPROC_ICE_cpl_c192=24 TASKS_cdeps_100=40; TPN_cdeps_100=28 @@ -101,47 +106,52 @@ elif [[ $MACHINE_ID = wcoss2 ]]; then TASKS_cpl_c96=192; TPN_cpl_c96=128; INPES_cpl_c96=3; JNPES_cpl_c96=8 THRD_cpl_c96=1; WPG_cpl_c96=6; MPB_cpl_c96="0 143"; APB_cpl_c96="0 149" - OPB_cpl_c96="150 179"; IPB_cpl_c96="180 191" + CHM_cpl_c96="0 143"; OPB_cpl_c96="150 179"; IPB_cpl_c96="180 191" NPROC_ICE_cpl_c96=12 TASKS_cpl_dflt=200; TPN_cpl_dflt=128; INPES_cpl_dflt=3; JNPES_cpl_dflt=8 THRD_cpl_dflt=1; WPG_cpl_dflt=6; MPB_cpl_dflt="0 143"; APB_cpl_dflt="0 149" - OPB_cpl_dflt="150 169"; IPB_cpl_dflt="170 179"; WPB_cpl_dflt="180 199" + CHM_cpl_dflt="0 143"; OPB_cpl_dflt="150 169"; IPB_cpl_dflt="170 179"; WPB_cpl_dflt="180 199" NPROC_ICE_cpl_dflt=10 TASKS_cpl_thrd=120; TPN_cpl_thrd=64; INPES_cpl_thrd=3; JNPES_cpl_thrd=4 THRD_cpl_thrd=2; WPG_cpl_thrd=6; MPB_cpl_thrd="0 71"; APB_cpl_thrd="0 77" - OPB_cpl_thrd="78 97"; IPB_cpl_thrd="98 107"; WPB_cpl_thrd="108 119" + CHM_cpl_thrd="0 71"; OPB_cpl_thrd="78 97"; IPB_cpl_thrd="98 107"; WPB_cpl_thrd="108 119" NPROC_ICE_cpl_thrd=10 TASKS_cpl_dcmp=200; TPN_cpl_dcmp=128; INPES_cpl_dcmp=4; JNPES_cpl_dcmp=6 THRD_cpl_dcmp=1; WPG_cpl_dcmp=6; MPB_cpl_dcmp="0 143"; APB_cpl_dcmp="0 149" - OPB_cpl_dcmp="150 169"; IPB_cpl_dcmp="170 179"; WPB_cpl_dcmp="180 199" + CHM_cpl_dcmp="0 143"; OPB_cpl_dcmp="150 169"; IPB_cpl_dcmp="170 179"; WPB_cpl_dcmp="180 199" NPROC_ICE_cpl_dcmp=10 TASKS_cpl_mpi=280; TPN_cpl_mpi=128; INPES_cpl_mpi=4; JNPES_cpl_mpi=8 THRD_cpl_mpi=1; WPG_cpl_mpi=6; MPB_cpl_mpi="0 191"; APB_cpl_mpi="0 197" - OPB_cpl_mpi="198 231"; IPB_cpl_mpi="232 251"; WPB_cpl_mpi="252 279" + CHM_cpl_mpi="0 191"; OPB_cpl_mpi="198 231"; IPB_cpl_mpi="232 251"; WPB_cpl_mpi="252 279" NPROC_ICE_cpl_mpi=20 TASKS_cpl_c384=480; TPN_cpl_c384=128; INPES_cpl_c384=6; JNPES_cpl_c384=8 THRD_cpl_c384=1; WPG_cpl_c384=24; MPB_cpl_c384="0 287"; APB_cpl_c384="0 311" - OPB_cpl_c384="312 431"; IPB_cpl_c384="432 479" + CHM_cpl_c384="0 287"; OPB_cpl_c384="312 431"; IPB_cpl_c384="432 479" NPROC_ICE_cpl_c384=48 TASKS_cpl_bmrk=560; TPN_cpl_bmrk=128; INPES_cpl_bmrk=6; JNPES_cpl_bmrk=8 THRD_cpl_bmrk=1; WPG_cpl_bmrk=24; MPB_cpl_bmrk="0 287"; APB_cpl_bmrk="0 311" - OPB_cpl_bmrk="312 431"; IPB_cpl_bmrk="432 479"; WPB_cpl_bmrk="480 559" + CHM_cpl_bmrk="0 287"; OPB_cpl_bmrk="312 431"; IPB_cpl_bmrk="432 479"; WPB_cpl_bmrk="480 559" NPROC_ICE_cpl_bmrk=48 + TASKS_cpl_bmrk_aero=560; TPN_cpl_bmrk_aero=64; INPES_cpl_bmrk_aero=6; JNPES_cpl_bmrk_aero=8 + THRD_cpl_bmrk_aero=2; WPG_cpl_bmrk_aero=24; MPB_cpl_bmrk_aero="0 287"; APB_cpl_bmrk_aero="0 311" + CHM_cpl_bmrk_aero="0 287"; OPB_cpl_bmrk_aero="312 431"; IPB_cpl_bmrk_aero="432 479"; WPB_cpl_bmrk_aero="480 559" + NPROC_ICE_cpl_bmrk_aero=48 + TASKS_cpl_bmrk_mpi=600; TPN_cpl_bmrk_mpi=40; INPES_cpl_bmrk_mpi=6; JNPES_cpl_bmrk_mpi=8 THRD_cpl_bmrk_mpi=1; WPG_cpl_bmrk_mpi=24; MPB_cpl_bmrk_mpi="0 287"; APB_cpl_bmrk_mpi="0 311" - OPB_cpl_bmrk_mpi="312 431"; IPB_cpl_bmrk_mpi="432 479"; WPB_cpl_bmrk_mpi="480 599" + CHM_cpl_bmrk_mpi="0 287"; OPB_cpl_bmrk_mpi="312 431"; IPB_cpl_bmrk_mpi="432 479"; WPB_cpl_bmrk_mpi="480 599" NPROC_ICE_cpl_bmrk_mpi=48 TASKS_cpl_c192=288; TPN_cpl_c192=128; INPES_cpl_c192=4; JNPES_cpl_c192=8 THRD_cpl_c192=1; WPG_cpl_c192=12; MPB_cpl_c192="0 191"; APB_cpl_c192="0 203" - OPB_cpl_c192="204 263"; IPB_cpl_c192="264 287" + CHM_cpl_c192="0 191"; OPB_cpl_c192="204 263"; IPB_cpl_c192="264 287" NPROC_ICE_cpl_c192=24 TASKS_cdeps_100=40; TPN_cdeps_100=128 @@ -169,39 +179,44 @@ elif [[ $MACHINE_ID = orion.* ]]; then TASKS_cpl_c96=192; TPN_cpl_c96=40; INPES_cpl_c96=3; JNPES_cpl_c96=8 THRD_cpl_c96=1; WPG_cpl_c96=6; MPB_cpl_c96="0 143"; APB_cpl_c96="0 149" - OPB_cpl_c96="150 179"; IPB_cpl_c96="180 191" + CHM_cpl_c96="0 143"; OPB_cpl_c96="150 179"; IPB_cpl_c96="180 191" NPROC_ICE_cpl_c96=12 TASKS_cpl_dflt=200; TPN_cpl_dflt=40; INPES_cpl_dflt=3; JNPES_cpl_dflt=8 THRD_cpl_dflt=1; WPG_cpl_dflt=6; MPB_cpl_dflt="0 143"; APB_cpl_dflt="0 149" - OPB_cpl_dflt="150 169"; IPB_cpl_dflt="170 179"; WPB_cpl_dflt="180 199" + CHM_cpl_dflt="0 143"; OPB_cpl_dflt="150 169"; IPB_cpl_dflt="170 179"; WPB_cpl_dflt="180 199" NPROC_ICE_cpl_dflt=10 TASKS_cpl_thrd=120; TPN_cpl_thrd=20; INPES_cpl_thrd=3; JNPES_cpl_thrd=4 THRD_cpl_thrd=2; WPG_cpl_thrd=6; MPB_cpl_thrd="0 71"; APB_cpl_thrd="0 77" - OPB_cpl_thrd="78 97"; IPB_cpl_thrd="98 107"; WPB_cpl_thrd="108 119" + CHM_cpl_thrd="0 71"; OPB_cpl_thrd="78 97"; IPB_cpl_thrd="98 107"; WPB_cpl_thrd="108 119" NPROC_ICE_cpl_thrd=10 TASKS_cpl_dcmp=200; TPN_cpl_dcmp=40; INPES_cpl_dcmp=4; JNPES_cpl_dcmp=6 THRD_cpl_dcmp=1; WPG_cpl_dcmp=6; MPB_cpl_dcmp="0 143"; APB_cpl_dcmp="0 149" - OPB_cpl_dcmp="150 169"; IPB_cpl_dcmp="170 179"; WPB_cpl_dcmp="180 199" + CHM_cpl_dcmp="0 143"; OPB_cpl_dcmp="150 169"; IPB_cpl_dcmp="170 179"; WPB_cpl_dcmp="180 199" NPROC_ICE_cpl_dcmp=10 TASKS_cpl_mpi=280; TPN_cpl_mpi=40; INPES_cpl_mpi=4; JNPES_cpl_mpi=8 THRD_cpl_mpi=1; WPG_cpl_mpi=6; MPB_cpl_mpi="0 191"; APB_cpl_mpi="0 197" - OPB_cpl_mpi="198 231"; IPB_cpl_mpi="232 251"; WPB_cpl_mpi="252 279" + CHM_cpl_mpi="0 191"; OPB_cpl_mpi="198 231"; IPB_cpl_mpi="232 251"; WPB_cpl_mpi="252 279" NPROC_ICE_cpl_mpi=20 TASKS_cpl_c384=480; TPN_cpl_c384=40; INPES_cpl_c384=6; JNPES_cpl_c384=8 THRD_cpl_c384=1; WPG_cpl_c384=24; MPB_cpl_c384="0 287"; APB_cpl_c384="0 311" - OPB_cpl_c384="312 431"; IPB_cpl_c384="432 479" + CHM_cpl_c384="0 287"; OPB_cpl_c384="312 431"; IPB_cpl_c384="432 479" NPROC_ICE_cpl_c384=48 TASKS_cpl_bmrk=560; TPN_cpl_bmrk=40; INPES_cpl_bmrk=6; JNPES_cpl_bmrk=8 THRD_cpl_bmrk=1; WPG_cpl_bmrk=24; MPB_cpl_bmrk="0 287"; APB_cpl_bmrk="0 311" - OPB_cpl_bmrk="312 431"; IPB_cpl_bmrk="432 479"; WPB_cpl_bmrk="480 559" + CHM_cpl_bmrk="0 287"; OPB_cpl_bmrk="312 431"; IPB_cpl_bmrk="432 479"; WPB_cpl_bmrk="480 559" NPROC_ICE_cpl_bmrk=48 + TASKS_cpl_bmrk_aero=560; TPN_cpl_bmrk_aero=20; INPES_cpl_bmrk_aero=6; JNPES_cpl_bmrk_aero=8 + THRD_cpl_bmrk_aero=2; WPG_cpl_bmrk_aero=24; MPB_cpl_bmrk_aero="0 287"; APB_cpl_bmrk_aero="0 311" + CHM_cpl_bmrk_aero="0 287"; OPB_cpl_bmrk_aero="312 431"; IPB_cpl_bmrk_aero="432 479"; WPB_cpl_bmrk_aero="480 559" + NPROC_ICE_cpl_bmrk_aero=48 + TASKS_cpl_bmrk_mpi=600; TPN_cpl_bmrk_mpi=40; INPES_cpl_bmrk_mpi=6; JNPES_cpl_bmrk_mpi=8 THRD_cpl_bmrk_mpi=1; WPG_cpl_bmrk_mpi=24; MPB_cpl_bmrk_mpi="0 287"; APB_cpl_bmrk_mpi="0 311" OPB_cpl_bmrk_mpi="312 431"; IPB_cpl_bmrk_mpi="432 479"; WPB_cpl_bmrk_mpi="480 599" @@ -209,7 +224,7 @@ elif [[ $MACHINE_ID = orion.* ]]; then TASKS_cpl_c192=288; TPN_cpl_c192=40; INPES_cpl_c192=4; JNPES_cpl_c192=8 THRD_cpl_c192=1; WPG_cpl_c192=12; MPB_cpl_c192="0 191"; APB_cpl_c192="0 203" - OPB_cpl_c192="204 263"; IPB_cpl_c192="264 287" + CHM_cpl_c192="0 191"; OPB_cpl_c192="204 263"; IPB_cpl_c192="264 287" NPROC_ICE_cpl_c192=24 TASKS_cdeps_100=40; TPN_cdeps_100=40 @@ -302,17 +317,17 @@ elif [[ $MACHINE_ID = linux.* ]]; then TASKS_cpl_c96=192; TPN_cpl_c96=40; INPES_cpl_c96=3; JNPES_cpl_c96=8 THRD_cpl_c96=1; WPG_cpl_c96=6; MPB_cpl_c96="0 143"; APB_cpl_c96="0 149" - OPB_cpl_c96="150 179"; IPB_cpl_c96="180 191" + CHM_cpl_c96="0 143"; OPB_cpl_c96="150 179"; IPB_cpl_c96="180 191" NPROC_ICE_cpl_c96=12 TASKS_cpl_dflt=200; TPN_cpl_dflt=40; INPES_cpl_dflt=3; JNPES_cpl_dflt=8 THRD_cpl_dflt=1; WPG_cpl_dflt=6; MPB_cpl_dflt="0 143"; APB_cpl_dflt="0 149" - OPB_cpl_dflt="150 169"; IPB_cpl_dflt="170 179"; WPB_cpl_dflt="180 199" + CHM_cpl_dflt="0 143"; OPB_cpl_dflt="150 169"; IPB_cpl_dflt="170 179"; WPB_cpl_dflt="180 199" NPROC_ICE_cpl_dflt=10 TASKS_cpl_thrd=120; TPN_cpl_thrd=40; INPES_cpl_thrd=3; JNPES_cpl_thrd=4 THRD_cpl_thrd=2; WPG_cpl_thrd=6; MPB_cpl_thrd="0 71"; APB_cpl_thrd="0 77" - OPB_cpl_thrd="78 97"; IPB_cpl_thrd="98 107"; WPB_cpl_thrd="108 119" + CHM_cpl_thrd="0 71"; OPB_cpl_thrd="78 97"; IPB_cpl_thrd="98 107"; WPB_cpl_thrd="108 119" NPROC_ICE_cpl_thrd=10 elif [[ $MACHINE_ID = jet.* ]]; then @@ -332,39 +347,44 @@ elif [[ $MACHINE_ID = jet.* ]]; then TASKS_cpl_c96=192; TPN_cpl_c96=24; INPES_cpl_c96=3; JNPES_cpl_c96=8 THRD_cpl_c96=1; WPG_cpl_c96=6; MPB_cpl_c96="0 143"; APB_cpl_c96="0 149" - OPB_cpl_c96="150 179"; IPB_cpl_c96="180 191" + CHM_cpl_c96="0 143"; OPB_cpl_c96="150 179"; IPB_cpl_c96="180 191" NPROC_ICE_cpl_c96=12 TASKS_cpl_dflt=200; TPN_cpl_dflt=24; INPES_cpl_dflt=3; JNPES_cpl_dflt=8 THRD_cpl_dflt=1; WPG_cpl_dflt=6; MPB_cpl_dflt="0 143"; APB_cpl_dflt="0 149" - OPB_cpl_dflt="150 169"; IPB_cpl_dflt="170 179"; WPB_cpl_dflt="180 199" + CHM_cpl_dflt="0 143"; OPB_cpl_dflt="150 169"; IPB_cpl_dflt="170 179"; WPB_cpl_dflt="180 199" NPROC_ICE_cpl_dflt=10 TASKS_cpl_thrd=120; TPN_cpl_thrd=12; INPES_cpl_thrd=3; JNPES_cpl_thrd=4 THRD_cpl_thrd=2; WPG_cpl_thrd=6; MPB_cpl_thrd="0 71"; APB_cpl_thrd="0 77" - OPB_cpl_thrd="78 97"; IPB_cpl_thrd="98 107"; WPB_cpl_thrd="108 119" + CHM_cpl_thrd="0 71"; OPB_cpl_thrd="78 97"; IPB_cpl_thrd="98 107"; WPB_cpl_thrd="108 119" NPROC_ICE_cpl_thrd=10 TASKS_cpl_dcmp=200; TPN_cpl_dcmp=24; INPES_cpl_dcmp=4; JNPES_cpl_dcmp=6 THRD_cpl_dcmp=1; WPG_cpl_dcmp=6; MPB_cpl_dcmp="0 143"; APB_cpl_dcmp="0 149" - OPB_cpl_dcmp="150 169"; IPB_cpl_dcmp="170 179"; WPB_cpl_dcmp="180 199" + CHM_cpl_dcmp="0 143"; OPB_cpl_dcmp="150 169"; IPB_cpl_dcmp="170 179"; WPB_cpl_dcmp="180 199" NPROC_ICE_cpl_dcmp=10 TASKS_cpl_mpi=280; TPN_cpl_mpi=24; INPES_cpl_mpi=4; JNPES_cpl_mpi=8 THRD_cpl_mpi=1; WPG_cpl_mpi=6; MPB_cpl_mpi="0 191"; APB_cpl_mpi="0 197" - OPB_cpl_mpi="198 231"; IPB_cpl_mpi="232 251"; WPB_cpl_mpi="252 279" + CHM_cpl_mpi="0 191"; OPB_cpl_mpi="198 231"; IPB_cpl_mpi="232 251"; WPB_cpl_mpi="252 279" NPROC_ICE_cpl_mpi=20 TASKS_cpl_c384=480; TPN_cpl_c384=24; INPES_cpl_c384=6; JNPES_cpl_c384=8 THRD_cpl_c384=1; WPG_cpl_c384=24; MPB_cpl_c384="0 287"; APB_cpl_c384="0 311" - OPB_cpl_c384="312 431"; IPB_cpl_c384="432 479" + CHM_cpl_c384="0 287"; OPB_cpl_c384="312 431"; IPB_cpl_c384="432 479" NPROC_ICE_cpl_c384=48 TASKS_cpl_bmrk=560; TPN_cpl_bmrk=24; INPES_cpl_bmrk=6; JNPES_cpl_bmrk=8 THRD_cpl_bmrk=1; WPG_cpl_bmrk=24; MPB_cpl_bmrk="0 287"; APB_cpl_bmrk="0 311" - OPB_cpl_bmrk="312 431"; IPB_cpl_bmrk="432 479"; WPB_cpl_bmrk="480 559" + CHM_cpl_bmrk="0 287"; OPB_cpl_bmrk="312 431"; IPB_cpl_bmrk="432 479"; WPB_cpl_bmrk="480 559" NPROC_ICE_cpl_bmrk=48 + TASKS_cpl_bmrk_aero=560; TPN_cpl_bmrk_aero=12; INPES_cpl_bmrk_aero=6; JNPES_cpl_bmrk_aero=8 + THRD_cpl_bmrk_aero=2; WPG_cpl_bmrk_aero=24; MPB_cpl_bmrk_aero="0 287"; APB_cpl_bmrk_aero="0 311" + CHM_cpl_bmrk_aero="0 287"; OPB_cpl_bmrk_aero="312 431"; IPB_cpl_bmrk_aero="432 479"; WPB_cpl_bmrk_aero="480 559" + NPROC_ICE_cpl_bmrk_aero=48 + TASKS_cpl_bmrk_mpi=600; TPN_cpl_bmrk_mpi=24; INPES_cpl_bmrk_mpi=6; JNPES_cpl_bmrk_mpi=8 THRD_cpl_bmrk_mpi=1; WPG_cpl_bmrk_mpi=24; MPB_cpl_bmrk_mpi="0 287"; APB_cpl_bmrk_mpi="0 311" OPB_cpl_bmrk_mpi="312 431"; IPB_cpl_bmrk_mpi="432 479"; WPB_cpl_bmrk_mpi="480 599" @@ -372,7 +392,7 @@ elif [[ $MACHINE_ID = jet.* ]]; then TASKS_cpl_c192=288; TPN_cpl_c192=24; INPES_cpl_c192=4; JNPES_cpl_c192=8 THRD_cpl_c192=1; WPG_cpl_c192=12; MPB_cpl_c192="0 191"; APB_cpl_c192="0 203" - OPB_cpl_c192="204 263"; IPB_cpl_c192="264 287" + CHM_cpl_c192="0 191"; OPB_cpl_c192="204 263"; IPB_cpl_c192="264 287" NPROC_ICE_cpl_c192=24 TASKS_cdeps_100=40; TPN_cdeps_100=24 @@ -400,39 +420,44 @@ elif [[ $MACHINE_ID = s4.* ]]; then TASKS_cpl_c96=192; TPN_cpl_c96=32; INPES_cpl_c96=3; JNPES_cpl_c96=8 THRD_cpl_c96=1; WPG_cpl_c96=6; MPB_cpl_c96="0 143"; APB_cpl_c96="0 149" - OPB_cpl_c96="150 179"; IPB_cpl_c96="180 191" + CHM_cpl_c96="0 143"; OPB_cpl_c96="150 179"; IPB_cpl_c96="180 191" NPROC_ICE_cpl_c96=12 TASKS_cpl_dflt=200; TPN_cpl_dflt=32; INPES_cpl_dflt=3; JNPES_cpl_dflt=8 THRD_cpl_dflt=1; WPG_cpl_dflt=6; MPB_cpl_dflt="0 143"; APB_cpl_dflt="0 149" - OPB_cpl_dflt="150 169"; IPB_cpl_dflt="170 179"; WPB_cpl_dflt="180 199" + CHM_cpl_dflt="0 143"; OPB_cpl_dflt="150 169"; IPB_cpl_dflt="170 179"; WPB_cpl_dflt="180 199" NPROC_ICE_cpl_dflt=10 TASKS_cpl_thrd=120; TPN_cpl_thrd=16; INPES_cpl_thrd=3; JNPES_cpl_thrd=4 THRD_cpl_thrd=2; WPG_cpl_thrd=6; MPB_cpl_thrd="0 71"; APB_cpl_thrd="0 77" - OPB_cpl_thrd="78 97"; IPB_cpl_thrd="98 107"; WPB_cpl_thrd="108 119" + CHM_cpl_thrd="0 71"; OPB_cpl_thrd="78 97"; IPB_cpl_thrd="98 107"; WPB_cpl_thrd="108 119" NPROC_ICE_cpl_thrd=10 TASKS_cpl_dcmp=200; TPN_cpl_dcmp=32; INPES_cpl_dcmp=4; JNPES_cpl_dcmp=6 THRD_cpl_dcmp=1; WPG_cpl_dcmp=6; MPB_cpl_dcmp="0 143"; APB_cpl_dcmp="0 149" - OPB_cpl_dcmp="150 169"; IPB_cpl_dcmp="170 179"; WPB_cpl_dcmp="180 199" + CHM_cpl_dcmp="0 143"; OPB_cpl_dcmp="150 169"; IPB_cpl_dcmp="170 179"; WPB_cpl_dcmp="180 199" NPROC_ICE_cpl_dcmp=10 TASKS_cpl_mpi=280; TPN_cpl_mpi=32; INPES_cpl_mpi=4; JNPES_cpl_mpi=8 THRD_cpl_mpi=1; WPG_cpl_mpi=6; MPB_cpl_mpi="0 191"; APB_cpl_mpi="0 197" - OPB_cpl_mpi="198 231"; IPB_cpl_mpi="232 251"; WPB_cpl_mpi="252 279" + CHM_cpl_mpi="232 251"; OPB_cpl_mpi="198 231"; IPB_cpl_mpi="232 251"; WPB_cpl_mpi="252 279" NPROC_ICE_cpl_mpi=20 TASKS_cpl_c384=480; TPN_cpl_c384=32; INPES_cpl_c384=6; JNPES_cpl_c384=8 THRD_cpl_c384=1; WPG_cpl_c384=24; MPB_cpl_c384="0 287"; APB_cpl_c384="0 311" - OPB_cpl_c384="312 431"; IPB_cpl_c384="432 479" + CHM_cpl_c384="0 287"; OPB_cpl_c384="312 431"; IPB_cpl_c384="432 479" NPROC_ICE_cpl_c384=48 TASKS_cpl_bmrk=560; TPN_cpl_bmrk=32; INPES_cpl_bmrk=6; JNPES_cpl_bmrk=8 THRD_cpl_bmrk=1; WPG_cpl_bmrk=24; MPB_cpl_bmrk="0 287"; APB_cpl_bmrk="0 311" - OPB_cpl_bmrk="312 431"; IPB_cpl_bmrk="432 479"; WPB_cpl_bmrk="480 559" + CHM_cpl_bmrk="0 287"; OPB_cpl_bmrk="312 431"; IPB_cpl_bmrk="432 479"; WPB_cpl_bmrk="480 559" NPROC_ICE_cpl_bmrk=48 + TASKS_cpl_bmrk_aero=560; TPN_cpl_bmrk_aero=16; INPES_cpl_bmrk_aero=6; JNPES_cpl_bmrk_aero=8 + THRD_cpl_bmrk_aero=2; WPG_cpl_bmrk_aero=24; MPB_cpl_bmrk_aero="0 287"; APB_cpl_bmrk_aero="0 311" + CHM_cpl_bmrk_aero="0 287"; OPB_cpl_bmrk_aero="312 431"; IPB_cpl_bmrk_aero="432 479"; WPB_cpl_bmrk_aero="480 559" + NPROC_ICE_cpl_bmrk_aero=48 + TASKS_cpl_bmrk_mpi=600; TPN_cpl_bmrk_mpi=32; INPES_cpl_bmrk_mpi=6; JNPES_cpl_bmrk_mpi=8 THRD_cpl_bmrk_mpi=1; WPG_cpl_bmrk_mpi=24; MPB_cpl_bmrk_mpi="0 287"; APB_cpl_bmrk_mpi="0 311" OPB_cpl_bmrk_mpi="312 431"; IPB_cpl_bmrk_mpi="432 479"; WPB_cpl_bmrk_mpi="480 599" @@ -440,7 +465,7 @@ elif [[ $MACHINE_ID = s4.* ]]; then TASKS_cpl_c192=288; TPN_cpl_c192=32; INPES_cpl_c192=4; JNPES_cpl_c192=8 THRD_cpl_c192=1; WPG_cpl_c192=12; MPB_cpl_c192="0 191"; APB_cpl_c192="0 203" - OPB_cpl_c192="204 263"; IPB_cpl_c192="264 287" + CHM_cpl_c192="0 191"; OPB_cpl_c192="204 263"; IPB_cpl_c192="264 287" NPROC_ICE_cpl_c192=24 TASKS_cdeps_100=40; TPN_cdeps_100=32 @@ -468,39 +493,44 @@ elif [[ $MACHINE_ID = gaea.* ]]; then TASKS_cpl_c96=192; TPN_cpl_c96=36; INPES_cpl_c96=3; JNPES_cpl_c96=8 THRD_cpl_c96=1; WPG_cpl_c96=6; MPB_cpl_c96="0 143"; APB_cpl_c96="0 149" - OPB_cpl_c96="150 179"; IPB_cpl_c96="180 191" + CHM_cpl_c96="0 143"; OPB_cpl_c96="150 179"; IPB_cpl_c96="180 191" NPROC_ICE_cpl_c96=12 TASKS_cpl_dflt=216; TPN_cpl_dflt=36; INPES_cpl_dflt=3; JNPES_cpl_dflt=8 THRD_cpl_dflt=1; WPG_cpl_dflt=6; MPB_cpl_dflt="0 143"; APB_cpl_dflt="0 149" - OPB_cpl_dflt="150 169"; IPB_cpl_dflt="170 181"; WPB_cpl_dflt="182 215" + CHM_cpl_dflt="0 143"; OPB_cpl_dflt="150 169"; IPB_cpl_dflt="170 181"; WPB_cpl_dflt="182 215" NPROC_ICE_cpl_dflt=12 TASKS_cpl_thrd=120; TPN_cpl_thrd=18; INPES_cpl_thrd=3; JNPES_cpl_thrd=4 THRD_cpl_thrd=2; WPG_cpl_thrd=6; MPB_cpl_thrd="0 71"; APB_cpl_thrd="0 77" - OPB_cpl_thrd="78 97"; IPB_cpl_thrd="98 107"; WPB_cpl_thrd="108 119" + CHM_cpl_thrd="0 71"; OPB_cpl_thrd="78 97"; IPB_cpl_thrd="98 107"; WPB_cpl_thrd="108 119" NPROC_ICE_cpl_thrd=10 TASKS_cpl_dcmp=200; TPN_cpl_dcmp=36; INPES_cpl_dcmp=4; JNPES_cpl_dcmp=6 THRD_cpl_dcmp=1; WPG_cpl_dcmp=6; MPB_cpl_dcmp="0 143"; APB_cpl_dcmp="0 149" - OPB_cpl_dcmp="150 169"; IPB_cpl_dcmp="170 179"; WPB_cpl_dcmp="180 199" + CHM_cpl_dcmp="0 143"; OPB_cpl_dcmp="150 169"; IPB_cpl_dcmp="170 179"; WPB_cpl_dcmp="180 199" NPROC_ICE_cpl_dcmp=10 TASKS_cpl_mpi=280; TPN_cpl_mpi=36; INPES_cpl_mpi=4; JNPES_cpl_mpi=8 THRD_cpl_mpi=1; WPG_cpl_mpi=6; MPB_cpl_mpi="0 191"; APB_cpl_mpi="0 197" - OPB_cpl_mpi="198 231"; IPB_cpl_mpi="232 251"; WPB_cpl_mpi="252 279" + CHM_cpl_mpi="0 191"; OPB_cpl_mpi="198 231"; IPB_cpl_mpi="232 251"; WPB_cpl_mpi="252 279" NPROC_ICE_cpl_mpi=20 TASKS_cpl_c384=480; TPN_cpl_c384=36; INPES_cpl_c384=6; JNPES_cpl_c384=8 THRD_cpl_c384=1; WPG_cpl_c384=24; MPB_cpl_c384="0 287"; APB_cpl_c384="0 311" - OPB_cpl_c384="312 431"; IPB_cpl_c384="432 479" + CHM_cpl_c384="0 287"; OPB_cpl_c384="312 431"; IPB_cpl_c384="432 479" NPROC_ICE_cpl_c384=48 TASKS_cpl_bmrk=560; TPN_cpl_bmrk=36; INPES_cpl_bmrk=6; JNPES_cpl_bmrk=8 THRD_cpl_bmrk=1; WPG_cpl_bmrk=24; MPB_cpl_bmrk="0 287"; APB_cpl_bmrk="0 311" - OPB_cpl_bmrk="312 431"; IPB_cpl_bmrk="432 479"; WPB_cpl_bmrk="480 559" + CHM_cpl_bmrk="0 287"; OPB_cpl_bmrk="312 431"; IPB_cpl_bmrk="432 479"; WPB_cpl_bmrk="480 559" NPROC_ICE_cpl_bmrk=48 + TASKS_cpl_bmrk_aero=560; TPN_cpl_bmrk_aero=36; INPES_cpl_bmrk_aero=6; JNPES_cpl_bmrk_aero=8 + THRD_cpl_bmrk_aero=2; WPG_cpl_bmrk_aero=24; MPB_cpl_bmrk_aero="0 287"; APB_cpl_bmrk_aero="0 311" + CHM_cpl_bmrk_aero="0 287"; OPB_cpl_bmrk_aero="312 431"; IPB_cpl_bmrk_aero="432 479"; WPB_cpl_bmrk_aero="480 559" + NPROC_ICE_cpl_bmrk_aero=48 + TASKS_cpl_bmrk_mpi=600; TPN_cpl_bmrk_mpi=36; INPES_cpl_bmrk_mpi=6; JNPES_cpl_bmrk_mpi=8 THRD_cpl_bmrk_mpi=1; WPG_cpl_bmrk_mpi=24; MPB_cpl_bmrk_mpi="0 287"; APB_cpl_bmrk_mpi="0 311" OPB_cpl_bmrk_mpi="312 431"; IPB_cpl_bmrk_mpi="432 479"; WPB_cpl_bmrk_mpi="480 599" @@ -508,7 +538,7 @@ elif [[ $MACHINE_ID = gaea.* ]]; then TASKS_cpl_c192=288; TPN_cpl_c192=36; INPES_cpl_c192=4; JNPES_cpl_c192=8 THRD_cpl_c192=1; WPG_cpl_c192=12; MPB_cpl_c192="0 191"; APB_cpl_c192="0 203" - OPB_cpl_c192="204 263"; IPB_cpl_c192="264 287" + CHM_cpl_c192="0 191"; OPB_cpl_c192="204 263"; IPB_cpl_c192="264 287" NPROC_ICE_cpl_c192=24 TASKS_cdeps_100=40; TPN_cdeps_100=36 @@ -536,47 +566,52 @@ elif [[ $MACHINE_ID = cheyenne.* ]]; then TASKS_cpl_c96=192; TPN_cpl_c96=36; INPES_cpl_c96=3; JNPES_cpl_c96=8 THRD_cpl_c96=1; WPG_cpl_c96=6; MPB_cpl_c96="0 143"; APB_cpl_c96="0 149" - OPB_cpl_c96="150 179"; IPB_cpl_c96="180 191" + CHM_cpl_c96="0 143"; OPB_cpl_c96="150 179"; IPB_cpl_c96="180 191" NPROC_ICE_cpl_c96=12 TASKS_cpl_dflt=200; TPN_cpl_dflt=36; INPES_cpl_dflt=3; JNPES_cpl_dflt=8 THRD_cpl_dflt=1; WPG_cpl_dflt=6; MPB_cpl_dflt="0 143"; APB_cpl_dflt="0 149" - OPB_cpl_dflt="150 169"; IPB_cpl_dflt="170 179"; WPB_cpl_dflt="180 199" + CHM_cpl_dflt="0 143"; OPB_cpl_dflt="150 169"; IPB_cpl_dflt="170 179"; WPB_cpl_dflt="180 199" NPROC_ICE_cpl_dflt=10 TASKS_cpl_thrd=120; TPN_cpl_thrd=18; INPES_cpl_thrd=3; JNPES_cpl_thrd=4 THRD_cpl_thrd=2; WPG_cpl_thrd=6; MPB_cpl_thrd="0 71"; APB_cpl_thrd="0 77" - OPB_cpl_thrd="78 97"; IPB_cpl_thrd="98 107"; WPB_cpl_thrd="108 119" + CHM_cpl_thrd="0 71"; OPB_cpl_thrd="78 97"; IPB_cpl_thrd="98 107"; WPB_cpl_thrd="108 119" NPROC_ICE_cpl_thrd=10 TASKS_cpl_dcmp=200; TPN_cpl_dcmp=36; INPES_cpl_dcmp=4; JNPES_cpl_dcmp=6 THRD_cpl_dcmp=1; WPG_cpl_dcmp=6; MPB_cpl_dcmp="0 143"; APB_cpl_dcmp="0 149" - OPB_cpl_dcmp="150 169"; IPB_cpl_dcmp="170 179"; WPB_cpl_dcmp="180 199" + CHM_cpl_dcmp="0 143"; OPB_cpl_dcmp="150 169"; IPB_cpl_dcmp="170 179"; WPB_cpl_dcmp="180 199" NPROC_ICE_cpl_dcmp=10 TASKS_cpl_mpi=280; TPN_cpl_mpi=36; INPES_cpl_mpi=4; JNPES_cpl_mpi=8 THRD_cpl_mpi=1; WPG_cpl_mpi=6; MPB_cpl_mpi="0 191"; APB_cpl_mpi="0 197" - OPB_cpl_mpi="198 231"; IPB_cpl_mpi="232 251"; WPB_cpl_mpi="252 279" + CHM_cpl_mpi="0 191"; OPB_cpl_mpi="198 231"; IPB_cpl_mpi="232 251"; WPB_cpl_mpi="252 279" NPROC_ICE_cpl_mpi=20 TASKS_cpl_c384=480; TPN_cpl_c384=36; INPES_cpl_c384=6; JNPES_cpl_c384=8 THRD_cpl_c384=1; WPG_cpl_c384=24; MPB_cpl_c384="0 287"; APB_cpl_c384="0 311" - OPB_cpl_c384="312 431"; IPB_cpl_c384="432 479" + CHM_cpl_c384="0 287"; OPB_cpl_c384="312 431"; IPB_cpl_c384="432 479" NPROC_ICE_cpl_c384=48 TASKS_cpl_bmrk=560; TPN_cpl_bmrk=36; INPES_cpl_bmrk=6; JNPES_cpl_bmrk=8 THRD_cpl_bmrk=1; WPG_cpl_bmrk=24; MPB_cpl_bmrk="0 287"; APB_cpl_bmrk="0 311" - OPB_cpl_bmrk="312 431"; IPB_cpl_bmrk="432 479"; WPB_cpl_bmrk="480 559" + CHM_cpl_bmrk="0 287"; OPB_cpl_bmrk="312 431"; IPB_cpl_bmrk="432 479"; WPB_cpl_bmrk="480 559" NPROC_ICE_cpl_bmrk=48 + TASKS_cpl_bmrk_aero=560; TPN_cpl_bmrk_aero=36; INPES_cpl_bmrk_aero=6; JNPES_cpl_bmrk_aero=8 + THRD_cpl_bmrk_aero=2; WPG_cpl_bmrk_aero=24; MPB_cpl_bmrk_aero="0 287"; APB_cpl_bmrk_aero="0 311" + CHM_cpl_bmrk_aero="0 287"; OPB_cpl_bmrk_aero="312 431"; IPB_cpl_bmrk_aero="432 479"; WPB_cpl_bmrk_aero="480 559" + NPROC_ICE_cpl_bmrk_aero=48 + TASKS_cpl_bmrk_mpi=600; TPN_cpl_bmrk_mpi=36; INPES_cpl_bmrk_mpi=6; JNPES_cpl_bmrk_mpi=8 THRD_cpl_bmrk_mpi=1; WPG_cpl_bmrk_mpi=24; MPB_cpl_bmrk_mpi="0 287"; APB_cpl_bmrk_mpi="0 311" - OPB_cpl_bmrk_mpi="312 431"; IPB_cpl_bmrk_mpi="432 479"; WPB_cpl_bmrk_mpi="480 599" + CHM_cpl_bmrk_mpi="0 287"; OPB_cpl_bmrk_mpi="312 431"; IPB_cpl_bmrk_mpi="432 479"; WPB_cpl_bmrk_mpi="480 599" NPROC_ICE_cpl_bmrk_mpi=48 TASKS_cpl_c192=288; TPN_cpl_c192=36; INPES_cpl_c192=4; JNPES_cpl_c192=8 THRD_cpl_c192=1; WPG_cpl_c192=12; MPB_cpl_c192="0 191"; APB_cpl_c192="0 203" - OPB_cpl_c192="204 263"; IPB_cpl_c192="264 287" + CHM_cpl_c192="0 191"; OPB_cpl_c192="204 263"; IPB_cpl_c192="264 287" NPROC_ICE_cpl_c192=24 TASKS_cdeps_100=40; TPN_cdeps_100=36 @@ -603,47 +638,52 @@ elif [[ $MACHINE_ID = stampede.* ]]; then TASKS_cpl_c96=192; TPN_cpl_c96=48; INPES_cpl_c96=3; JNPES_cpl_c96=8 THRD_cpl_c96=1; WPG_cpl_c96=6; MPB_cpl_c96="0 143"; APB_cpl_c96="0 149" - OPB_cpl_c96="150 179"; IPB_cpl_c96="180 191" + CHM_cpl_c96="0 143"; OPB_cpl_c96="150 179"; IPB_cpl_c96="180 191" NPROC_ICE_cpl_c96=12 TASKS_cpl_dflt=200; TPN_cpl_dflt=48; INPES_cpl_dflt=3; JNPES_cpl_dflt=8 THRD_cpl_dflt=1; WPG_cpl_dflt=6; MPB_cpl_dflt="0 143"; APB_cpl_dflt="0 149" - OPB_cpl_dflt="150 169"; IPB_cpl_dflt="170 179"; WPB_cpl_dflt="180 199" + CHM_cpl_dflt="0 143"; OPB_cpl_dflt="150 169"; IPB_cpl_dflt="170 179"; WPB_cpl_dflt="180 199" NPROC_ICE_cpl_dflt=10 TASKS_cpl_thrd=120; TPN_cpl_thrd=24; INPES_cpl_thrd=3; JNPES_cpl_thrd=4 THRD_cpl_thrd=2; WPG_cpl_thrd=6; MPB_cpl_thrd="0 71"; APB_cpl_thrd="0 77" - OPB_cpl_thrd="78 97"; IPB_cpl_thrd="98 107"; WPB_cpl_thrd="108 119" + CHM_cpl_thrd="0 71"; OPB_cpl_thrd="78 97"; IPB_cpl_thrd="98 107"; WPB_cpl_thrd="108 119" NPROC_ICE_cpl_thrd=10 TASKS_cpl_dcmp=200; TPN_cpl_dcmp=48; INPES_cpl_dcmp=4; JNPES_cpl_dcmp=6 THRD_cpl_dcmp=1; WPG_cpl_dcmp=6; MPB_cpl_dcmp="0 143"; APB_cpl_dcmp="0 149" - OPB_cpl_dcmp="150 169"; IPB_cpl_dcmp="170 179"; WPB_cpl_dcmp="180 199" + CHM_cpl_dcmp="0 143"; OPB_cpl_dcmp="150 169"; IPB_cpl_dcmp="170 179"; WPB_cpl_dcmp="180 199" NPROC_ICE_cpl_dcmp=10 TASKS_cpl_mpi=280; TPN_cpl_mpi=48; INPES_cpl_mpi=4; JNPES_cpl_mpi=8 THRD_cpl_mpi=1; WPG_cpl_mpi=6; MPB_cpl_mpi="0 191"; APB_cpl_mpi="0 197" - OPB_cpl_mpi="198 231"; IPB_cpl_mpi="232 251"; WPB_cpl_mpi="252 279" + CHM_cpl_mpi="0 191"; OPB_cpl_mpi="198 231"; IPB_cpl_mpi="232 251"; WPB_cpl_mpi="252 279" NPROC_ICE_cpl_mpi=20 TASKS_cpl_c384=480; TPN_cpl_c384=48; INPES_cpl_c384=6; JNPES_cpl_c384=8 THRD_cpl_c384=1; WPG_cpl_c384=24; MPB_cpl_c384="0 287"; APB_cpl_c384="0 311" - OPB_cpl_c384="312 431"; IPB_cpl_c384="432 479" + CHM_cpl_c384="0 287"; OPB_cpl_c384="312 431"; IPB_cpl_c384="432 479" NPROC_ICE_cpl_c384=48 TASKS_cpl_bmrk=560; TPN_cpl_bmrk=48; INPES_cpl_bmrk=6; JNPES_cpl_bmrk=8 THRD_cpl_bmrk=1; WPG_cpl_bmrk=24; MPB_cpl_bmrk="0 287"; APB_cpl_bmrk="0 311" - OPB_cpl_bmrk="312 431"; IPB_cpl_bmrk="432 479"; WPB_cpl_bmrk="480 559" + CHM_cpl_bmrk="0 287"; OPB_cpl_bmrk="312 431"; IPB_cpl_bmrk="432 479"; WPB_cpl_bmrk="480 559" NPROC_ICE_cpl_bmrk=48 + TASKS_cpl_bmrk_aero=560; TPN_cpl_bmrk_aero=24; INPES_cpl_bmrk_aero=6; JNPES_cpl_bmrk_aero=8 + THRD_cpl_bmrk_aero=2; WPG_cpl_bmrk_aero=24; MPB_cpl_bmrk_aero="0 287"; APB_cpl_bmrk_aero="0 311" + CHM_cpl_bmrk_aero="0 287"; OPB_cpl_bmrk_aero="312 431"; IPB_cpl_bmrk_aero="432 479"; WPB_cpl_bmrk_aero="480 559" + NPROC_ICE_cpl_bmrk_aero=48 + TASKS_cpl_bmrk_mpi=600; TPN_cpl_bmrk_mpi=40; INPES_cpl_bmrk_mpi=6; JNPES_cpl_bmrk_mpi=8 THRD_cpl_bmrk_mpi=1; WPG_cpl_bmrk_mpi=24; MPB_cpl_bmrk_mpi="0 287"; APB_cpl_bmrk_mpi="0 311" - OPB_cpl_bmrk_mpi="312 431"; IPB_cpl_bmrk_mpi="432 479"; WPB_cpl_bmrk_mpi="480 599" + CHM_cpl_bmrk_mpi="0 287"; OPB_cpl_bmrk_mpi="312 431"; IPB_cpl_bmrk_mpi="432 479"; WPB_cpl_bmrk_mpi="480 599" NPROC_ICE_cpl_bmrk_mpi=48 TASKS_cpl_c192=288; TPN_cpl_c192=48; INPES_cpl_c192=4; JNPES_cpl_c192=8 THRD_cpl_c192=1; WPG_cpl_c192=12; MPB_cpl_c192="0 191"; APB_cpl_c192="0 203" - OPB_cpl_c192="204 263"; IPB_cpl_c192="264 287" + CHM_cpl_c192="0 191"; OPB_cpl_c192="204 263"; IPB_cpl_c192="264 287" NPROC_ICE_cpl_c192=24 TASKS_cdeps_100=40; TPN_cdeps_100=48 @@ -668,37 +708,42 @@ elif [[ $MACHINE_ID = expanse.* ]]; then TASKS_cpl_c96=192; TPN_cpl_c96=64; INPES_cpl_c96=3; JNPES_cpl_c96=8 THRD_cpl_c96=1; WPG_cpl_c96=6; MPB_cpl_c96="0 143"; APB_cpl_c96="0 149" - OPB_cpl_c96="150 179"; IPB_cpl_c96="180 191" + CHM_cpl_c96="0 143"; OPB_cpl_c96="150 179"; IPB_cpl_c96="180 191" NPROC_ICE_cpl_c96=12 TASKS_cpl_dflt=384; TPN_cpl_dflt=64; INPES_cpl_dflt=3; JNPES_cpl_dflt=8 THRD_cpl_dflt=1; WPG_cpl_dflt=6; MPB_cpl_dflt="0 143"; APB_cpl_dflt="0 149" - OPB_cpl_dflt="150 179"; IPB_cpl_dflt="180 191"; WPB_cpl_dflt="192 383" + CHM_cpl_dflt="0 143"; OPB_cpl_dflt="150 179"; IPB_cpl_dflt="180 191"; WPB_cpl_dflt="192 383" NPROC_ICE_cpl_dflt=10 TASKS_cpl_thrd=120; TPN_cpl_thrd=32; INPES_cpl_thrd=3; JNPES_cpl_thrd=4 THRD_cpl_thrd=2; WPG_cpl_thrd=6; MPB_cpl_thrd="0 71"; APB_cpl_thrd="0 77" - OPB_cpl_thrd="78 97"; IPB_cpl_thrd="98 107"; WPB_cpl_thrd="108 119" + CHM_cpl_thrd="0 71"; OPB_cpl_thrd="78 97"; IPB_cpl_thrd="98 107"; WPB_cpl_thrd="108 119" NPROC_ICE_cpl_thrd=10 TASKS_cpl_dcmp=200; TPN_cpl_dcmp=64; INPES_cpl_dcmp=4; JNPES_cpl_dcmp=6 THRD_cpl_dcmp=1; WPG_cpl_dcmp=6; MPB_cpl_dcmp="0 143"; APB_cpl_dcmp="0 149" - OPB_cpl_dcmp="150 169"; IPB_cpl_dcmp="170 179"; WPB_cpl_dcmp="180 199" + CHM_cpl_dcmp="0 143"; OPB_cpl_dcmp="150 169"; IPB_cpl_dcmp="170 179"; WPB_cpl_dcmp="180 199" NPROC_ICE_cpl_dcmp=10 TASKS_cpl_mpi=280; TPN_cpl_mpi=64; INPES_cpl_mpi=4; JNPES_cpl_mpi=8 THRD_cpl_mpi=1; WPG_cpl_mpi=6; MPB_cpl_mpi="0 191"; APB_cpl_mpi="0 197" - OPB_cpl_mpi="198 231"; IPB_cpl_mpi="232 251"; WPB_cpl_mpi="252 279" + CHM_cpl_mpi="0 191"; OPB_cpl_mpi="198 231"; IPB_cpl_mpi="232 251"; WPB_cpl_mpi="252 279" NPROC_ICE_cpl_mpi=20 TASKS_cpl_bmrk=480; TPN_cpl_bmrk=64; INPES_cpl_bmrk=6; JNPES_cpl_bmrk=8 THRD_cpl_bmrk=1; WPG_cpl_bmrk=24; MPB_cpl_bmrk="0 287"; APB_cpl_bmrk="0 311" - OPB_cpl_bmrk="312 431"; IPB_cpl_bmrk="432 479" + CHM_cpl_bmrk="0 287"; OPB_cpl_bmrk="312 431"; IPB_cpl_bmrk="432 479" NPROC_ICE_cpl_bmrk=48 + TASKS_cpl_bmrk_aero=480; TPN_cpl_bmrk_aero=32; INPES_cpl_bmrk_aero=6; JNPES_cpl_bmrk_aero=8 + THRD_cpl_bmrk_aero=2; WPG_cpl_bmrk_aero=24; MPB_cpl_bmrk_aero="0 287"; APB_cpl_bmrk_aero="0 311" + CHM_cpl_bmrk_aero="0 287"; OPB_cpl_bmrk_aero="312 431"; IPB_cpl_bmrk_aero="432 479" + NPROC_ICE_cpl_bmrk_aero=48 + TASKS_cpl_wwav=640; TPN_cpl_wwav=64; INPES_cpl_wwav=6; JNPES_cpl_wwav=8 THRD_cpl_wwav=2; WPG_cpl_wwav=24; MPB_cpl_wwav="0 287"; APB_cpl_wwav="0 311" - OPB_cpl_wwav="312 431"; IPB_cpl_wwav="432 479"; WPB_cpl_wwav="480 639" + CHM_cpl_wwav="0 287"; OPB_cpl_wwav="312 431"; IPB_cpl_wwav="432 479"; WPB_cpl_wwav="480 639" TASKS_cpl_bmrk_mpi=600; TPN_cpl_bmrk_mpi=40; INPES_cpl_bmrk_mpi=6; JNPES_cpl_bmrk_mpi=8 THRD_cpl_bmrk_mpi=1; WPG_cpl_bmrk_mpi=24; MPB_cpl_bmrk_mpi="0 287"; APB_cpl_bmrk_mpi="0 311" @@ -707,12 +752,12 @@ elif [[ $MACHINE_ID = expanse.* ]]; then TASKS_cpl_c192=288; TPN_cpl_c192=64; INPES_cpl_c192=4; JNPES_cpl_c192=8 THRD_cpl_c192=1; WPG_cpl_c192=12; MPB_cpl_c192="0 191"; APB_cpl_c192="0 203" - OPB_cpl_c192="204 263"; IPB_cpl_c192="264 287" + CHM_cpl_c192="0 191"; OPB_cpl_c192="204 263"; IPB_cpl_c192="264 287" NPROC_ICE_cpl_c192=24 TASKS_cpl_c384=318; TPN_cpl_c384=64; INPES_cpl_c384=3; JNPES_cpl_c384=8 THRD_cpl_c384=1; WPG_cpl_c384=6; MPB_cpl_c384="0 143"; APB_cpl_c384="0 149" - OPB_cpl_c384="150 269"; IPB_cpl_c384="270 317" + CHM_cpl_c384="0 143"; OPB_cpl_c384="150 269"; IPB_cpl_c384="270 317" NPROC_ICE_cpl_c384=48 else From 98ecc19d9f79f6a19f697f4a2dd9386a2ae5514a Mon Sep 17 00:00:00 2001 From: Jessica Meixner Date: Thu, 17 Feb 2022 21:48:39 +0000 Subject: [PATCH 042/106] need more memory for c384+aero --- tests/default_vars.sh | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/tests/default_vars.sh b/tests/default_vars.sh index 7a61b9a925..8e1ec4b6ac 100755 --- a/tests/default_vars.sh +++ b/tests/default_vars.sh @@ -56,8 +56,8 @@ elif [[ $MACHINE_ID = wcoss_dell_p3 ]]; then CHM_cpl_mpi="0 191"; OPB_cpl_mpi="198 231"; IPB_cpl_mpi="232 251"; WPB_cpl_mpi="252 279" NPROC_ICE_cpl_mpi=20 - TASKS_cpl_c384=480; TPN_cpl_c384=28; INPES_cpl_c384=6; JNPES_cpl_c384=8 - THRD_cpl_c384=1; WPG_cpl_c384=24; MPB_cpl_c384="0 287"; APB_cpl_c384="0 311" + TASKS_cpl_c384=480; TPN_cpl_c384=14; INPES_cpl_c384=6; JNPES_cpl_c384=8 + THRD_cpl_c384=2; WPG_cpl_c384=24; MPB_cpl_c384="0 287"; APB_cpl_c384="0 311" CHM_cpl_c384="0 287"; OPB_cpl_c384="312 431"; IPB_cpl_c384="432 479" NPROC_ICE_cpl_c384=48 @@ -129,8 +129,8 @@ elif [[ $MACHINE_ID = wcoss2 ]]; then CHM_cpl_mpi="0 191"; OPB_cpl_mpi="198 231"; IPB_cpl_mpi="232 251"; WPB_cpl_mpi="252 279" NPROC_ICE_cpl_mpi=20 - TASKS_cpl_c384=480; TPN_cpl_c384=128; INPES_cpl_c384=6; JNPES_cpl_c384=8 - THRD_cpl_c384=1; WPG_cpl_c384=24; MPB_cpl_c384="0 287"; APB_cpl_c384="0 311" + TASKS_cpl_c384=480; TPN_cpl_c384=64; INPES_cpl_c384=6; JNPES_cpl_c384=8 + THRD_cpl_c384=2; WPG_cpl_c384=24; MPB_cpl_c384="0 287"; APB_cpl_c384="0 311" CHM_cpl_c384="0 287"; OPB_cpl_c384="312 431"; IPB_cpl_c384="432 479" NPROC_ICE_cpl_c384=48 @@ -202,8 +202,8 @@ elif [[ $MACHINE_ID = orion.* ]]; then CHM_cpl_mpi="0 191"; OPB_cpl_mpi="198 231"; IPB_cpl_mpi="232 251"; WPB_cpl_mpi="252 279" NPROC_ICE_cpl_mpi=20 - TASKS_cpl_c384=480; TPN_cpl_c384=40; INPES_cpl_c384=6; JNPES_cpl_c384=8 - THRD_cpl_c384=1; WPG_cpl_c384=24; MPB_cpl_c384="0 287"; APB_cpl_c384="0 311" + TASKS_cpl_c384=480; TPN_cpl_c384=20; INPES_cpl_c384=6; JNPES_cpl_c384=8 + THRD_cpl_c384=2; WPG_cpl_c384=24; MPB_cpl_c384="0 287"; APB_cpl_c384="0 311" CHM_cpl_c384="0 287"; OPB_cpl_c384="312 431"; IPB_cpl_c384="432 479" NPROC_ICE_cpl_c384=48 @@ -275,8 +275,8 @@ elif [[ $MACHINE_ID = hera.* ]]; then CHM_cpl_mpi="0 191"; OPB_cpl_mpi="198 231"; IPB_cpl_mpi="232 251"; WPB_cpl_mpi="252 279" NPROC_ICE_cpl_mpi=20 - TASKS_cpl_c384=480; TPN_cpl_c384=40; INPES_cpl_c384=6; JNPES_cpl_c384=8 - THRD_cpl_c384=1; WPG_cpl_c384=24; MPB_cpl_c384="0 287"; APB_cpl_c384="0 311" + TASKS_cpl_c384=480; TPN_cpl_c384=20; INPES_cpl_c384=6; JNPES_cpl_c384=8 + THRD_cpl_c384=2; WPG_cpl_c384=24; MPB_cpl_c384="0 287"; APB_cpl_c384="0 311" CHM_cpl_c384="0 287"; OPB_cpl_c384="312 431"; IPB_cpl_c384="432 479" NPROC_ICE_cpl_c384=48 @@ -370,8 +370,8 @@ elif [[ $MACHINE_ID = jet.* ]]; then CHM_cpl_mpi="0 191"; OPB_cpl_mpi="198 231"; IPB_cpl_mpi="232 251"; WPB_cpl_mpi="252 279" NPROC_ICE_cpl_mpi=20 - TASKS_cpl_c384=480; TPN_cpl_c384=24; INPES_cpl_c384=6; JNPES_cpl_c384=8 - THRD_cpl_c384=1; WPG_cpl_c384=24; MPB_cpl_c384="0 287"; APB_cpl_c384="0 311" + TASKS_cpl_c384=480; TPN_cpl_c384=12; INPES_cpl_c384=6; JNPES_cpl_c384=8 + THRD_cpl_c384=2; WPG_cpl_c384=24; MPB_cpl_c384="0 287"; APB_cpl_c384="0 311" CHM_cpl_c384="0 287"; OPB_cpl_c384="312 431"; IPB_cpl_c384="432 479" NPROC_ICE_cpl_c384=48 @@ -443,8 +443,8 @@ elif [[ $MACHINE_ID = s4.* ]]; then CHM_cpl_mpi="232 251"; OPB_cpl_mpi="198 231"; IPB_cpl_mpi="232 251"; WPB_cpl_mpi="252 279" NPROC_ICE_cpl_mpi=20 - TASKS_cpl_c384=480; TPN_cpl_c384=32; INPES_cpl_c384=6; JNPES_cpl_c384=8 - THRD_cpl_c384=1; WPG_cpl_c384=24; MPB_cpl_c384="0 287"; APB_cpl_c384="0 311" + TASKS_cpl_c384=480; TPN_cpl_c384=16; INPES_cpl_c384=6; JNPES_cpl_c384=8 + THRD_cpl_c384=2; WPG_cpl_c384=24; MPB_cpl_c384="0 287"; APB_cpl_c384="0 311" CHM_cpl_c384="0 287"; OPB_cpl_c384="312 431"; IPB_cpl_c384="432 479" NPROC_ICE_cpl_c384=48 @@ -516,8 +516,8 @@ elif [[ $MACHINE_ID = gaea.* ]]; then CHM_cpl_mpi="0 191"; OPB_cpl_mpi="198 231"; IPB_cpl_mpi="232 251"; WPB_cpl_mpi="252 279" NPROC_ICE_cpl_mpi=20 - TASKS_cpl_c384=480; TPN_cpl_c384=36; INPES_cpl_c384=6; JNPES_cpl_c384=8 - THRD_cpl_c384=1; WPG_cpl_c384=24; MPB_cpl_c384="0 287"; APB_cpl_c384="0 311" + TASKS_cpl_c384=480; TPN_cpl_c384=18; INPES_cpl_c384=6; JNPES_cpl_c384=8 + THRD_cpl_c384=2; WPG_cpl_c384=24; MPB_cpl_c384="0 287"; APB_cpl_c384="0 311" CHM_cpl_c384="0 287"; OPB_cpl_c384="312 431"; IPB_cpl_c384="432 479" NPROC_ICE_cpl_c384=48 @@ -589,8 +589,8 @@ elif [[ $MACHINE_ID = cheyenne.* ]]; then CHM_cpl_mpi="0 191"; OPB_cpl_mpi="198 231"; IPB_cpl_mpi="232 251"; WPB_cpl_mpi="252 279" NPROC_ICE_cpl_mpi=20 - TASKS_cpl_c384=480; TPN_cpl_c384=36; INPES_cpl_c384=6; JNPES_cpl_c384=8 - THRD_cpl_c384=1; WPG_cpl_c384=24; MPB_cpl_c384="0 287"; APB_cpl_c384="0 311" + TASKS_cpl_c384=480; TPN_cpl_c384=18; INPES_cpl_c384=6; JNPES_cpl_c384=8 + THRD_cpl_c384=2; WPG_cpl_c384=24; MPB_cpl_c384="0 287"; APB_cpl_c384="0 311" CHM_cpl_c384="0 287"; OPB_cpl_c384="312 431"; IPB_cpl_c384="432 479" NPROC_ICE_cpl_c384=48 @@ -661,8 +661,8 @@ elif [[ $MACHINE_ID = stampede.* ]]; then CHM_cpl_mpi="0 191"; OPB_cpl_mpi="198 231"; IPB_cpl_mpi="232 251"; WPB_cpl_mpi="252 279" NPROC_ICE_cpl_mpi=20 - TASKS_cpl_c384=480; TPN_cpl_c384=48; INPES_cpl_c384=6; JNPES_cpl_c384=8 - THRD_cpl_c384=1; WPG_cpl_c384=24; MPB_cpl_c384="0 287"; APB_cpl_c384="0 311" + TASKS_cpl_c384=480; TPN_cpl_c384=24; INPES_cpl_c384=6; JNPES_cpl_c384=8 + THRD_cpl_c384=2; WPG_cpl_c384=24; MPB_cpl_c384="0 287"; APB_cpl_c384="0 311" CHM_cpl_c384="0 287"; OPB_cpl_c384="312 431"; IPB_cpl_c384="432 479" NPROC_ICE_cpl_c384=48 @@ -755,8 +755,8 @@ elif [[ $MACHINE_ID = expanse.* ]]; then CHM_cpl_c192="0 191"; OPB_cpl_c192="204 263"; IPB_cpl_c192="264 287" NPROC_ICE_cpl_c192=24 - TASKS_cpl_c384=318; TPN_cpl_c384=64; INPES_cpl_c384=3; JNPES_cpl_c384=8 - THRD_cpl_c384=1; WPG_cpl_c384=6; MPB_cpl_c384="0 143"; APB_cpl_c384="0 149" + TASKS_cpl_c384=318; TPN_cpl_c384=32; INPES_cpl_c384=3; JNPES_cpl_c384=8 + THRD_cpl_c384=2; WPG_cpl_c384=6; MPB_cpl_c384="0 143"; APB_cpl_c384="0 149" CHM_cpl_c384="0 143"; OPB_cpl_c384="150 269"; IPB_cpl_c384="270 317" NPROC_ICE_cpl_c384=48 From 5cd49d995b1caa26364f75b4dd83c76fff25e480 Mon Sep 17 00:00:00 2001 From: Jessica Meixner Date: Fri, 18 Feb 2022 01:54:25 +0000 Subject: [PATCH 043/106] make sure gocart is compared and is using correct baseline dir --- tests/tests/cpld_2threads_p8_aero | 6 +++--- tests/tests/cpld_control_c192_p8_aero | 7 ++++--- tests/tests/cpld_control_c384_p8_aero | 7 ++++--- tests/tests/cpld_control_c96_p8_aero | 6 +++--- tests/tests/cpld_debug_p8_aero | 1 + tests/tests/cpld_decomp_p8_aero | 6 +++--- tests/tests/cpld_mpi_p8_aero | 4 ++-- tests/tests/cpld_restart_c192_p8_aero | 7 ++++--- tests/tests/cpld_restart_c384_p8_aero | 7 ++++--- tests/tests/cpld_restart_c96_p8_aero | 6 +++--- 10 files changed, 31 insertions(+), 26 deletions(-) diff --git a/tests/tests/cpld_2threads_p8_aero b/tests/tests/cpld_2threads_p8_aero index e385543db9..ac53f3a24b 100644 --- a/tests/tests/cpld_2threads_p8_aero +++ b/tests/tests/cpld_2threads_p8_aero @@ -1,10 +1,10 @@ # -# cpld_2threads P8 test +# cpld_2threads P8 aero test # -export TEST_DESCR="Fully coupled FV3-CCPP-MOM6-CICE-CMEPS-WW3 system - C96MX100 - 2 threads" +export TEST_DESCR="Fully coupled FV3-CCPP-GOCART-MOM6-CICE-CMEPS-WW3 system - C96MX100 - 2 threads" -export CNTL_DIR="cpld_control_p8" +export CNTL_DIR="cpld_control_p8_aero" export LIST_FILES="sfcf024.tile1.nc \ sfcf024.tile2.nc \ diff --git a/tests/tests/cpld_control_c192_p8_aero b/tests/tests/cpld_control_c192_p8_aero index 2f57486213..07038679d7 100644 --- a/tests/tests/cpld_control_c192_p8_aero +++ b/tests/tests/cpld_control_c192_p8_aero @@ -1,9 +1,9 @@ # -# cpld_control_c192_p8 test +# cpld_control_c192_p8 aero test # -export TEST_DESCR="Fully coupled FV3-CCPP-MOM6-CICE-CMEPS system - C192 MX050 - P8 test" +export TEST_DESCR="Fully coupled FV3-CCPP-GOCART-MOM6-CICE-CMEPS system - C192 MX050 - P8 test" -export CNTL_DIR="cpld_control_c192_p8" +export CNTL_DIR="cpld_control_c192_p8_aero" export LIST_FILES="sfcf036.tile1.nc \ sfcf036.tile2.nc \ @@ -17,6 +17,7 @@ export LIST_FILES="sfcf036.tile1.nc \ atmf036.tile4.nc \ atmf036.tile5.nc \ atmf036.tile6.nc \ + gocart.inst_aod.20210323_1800z.nc4 \ RESTART/coupler.res \ RESTART/fv_core.res.nc \ RESTART/fv_core.res.tile1.nc \ diff --git a/tests/tests/cpld_control_c384_p8_aero b/tests/tests/cpld_control_c384_p8_aero index cf1be86567..3c35423538 100644 --- a/tests/tests/cpld_control_c384_p8_aero +++ b/tests/tests/cpld_control_c384_p8_aero @@ -1,12 +1,13 @@ # -# cpld_control_c384_p8 test +# cpld_control_c384_p8_aero test # -export TEST_DESCR="Fully coupled FV3-CCPP-MOM6-CICE-CMEPS system - C384L127 MX025 - P8 test " +export TEST_DESCR="Fully coupled FV3-CCPP-GOCART-MOM6-CICE-CMEPS system - C384L127 MX025 - P8 test " -export CNTL_DIR="cpld_control_c384_p8" +export CNTL_DIR="cpld_control_c384_p8_aero" export LIST_FILES="sfcf006.nc \ atmf006.nc \ + gocart.inst_aod.20210322_1200z.nc4 \ RESTART/coupler.res \ RESTART/fv_core.res.nc \ RESTART/fv_core.res.tile1.nc \ diff --git a/tests/tests/cpld_control_c96_p8_aero b/tests/tests/cpld_control_c96_p8_aero index 7f343a34f4..68ebade39a 100644 --- a/tests/tests/cpld_control_c96_p8_aero +++ b/tests/tests/cpld_control_c96_p8_aero @@ -1,10 +1,10 @@ # -# cpld_control C96 P8 test +# cpld_control C96 P8 aero test # -export TEST_DESCR="Fully coupled FV3-CCPP-MOM6-CICE-CMEPS system - C96MX100" +export TEST_DESCR="Fully coupled FV3-CCPP-GOCART-MOM6-CICE-CMEPS system - C96MX100" -export CNTL_DIR="cpld_control_c96_p8" +export CNTL_DIR="cpld_control_c96_p8_aero" export LIST_FILES="sfcf021.tile1.nc \ sfcf021.tile2.nc \ diff --git a/tests/tests/cpld_debug_p8_aero b/tests/tests/cpld_debug_p8_aero index 59b66b5af9..5469cb59e4 100644 --- a/tests/tests/cpld_debug_p8_aero +++ b/tests/tests/cpld_debug_p8_aero @@ -18,6 +18,7 @@ export LIST_FILES="sfcf006.tile1.nc \ atmf006.tile4.nc \ atmf006.tile5.nc \ atmf006.tile6.nc \ + gocart.inst_aod.20210322_1200z.nc4 \ RESTART/coupler.res \ RESTART/fv_core.res.nc \ RESTART/fv_core.res.tile1.nc \ diff --git a/tests/tests/cpld_decomp_p8_aero b/tests/tests/cpld_decomp_p8_aero index bcd06fd46d..2e7432b3a4 100644 --- a/tests/tests/cpld_decomp_p8_aero +++ b/tests/tests/cpld_decomp_p8_aero @@ -1,10 +1,10 @@ # -# cpld_decomp P8 test +# cpld_decomp P8 aero test # -export TEST_DESCR="Fully coupled FV3-CCPP-MOM6-CICE-CMEPS-WW3 system - C96MX100 - decomp test" +export TEST_DESCR="Fully coupled FV3-CCPP-GOCART-MOM6-CICE-CMEPS-WW3 system - C96MX100 - decomp test" -export CNTL_DIR="cpld_control_p8" +export CNTL_DIR="cpld_control_p8_aero" export LIST_FILES="sfcf024.tile1.nc \ sfcf024.tile2.nc \ diff --git a/tests/tests/cpld_mpi_p8_aero b/tests/tests/cpld_mpi_p8_aero index caa0cb31a4..f5cfcfe1dd 100644 --- a/tests/tests/cpld_mpi_p8_aero +++ b/tests/tests/cpld_mpi_p8_aero @@ -1,8 +1,8 @@ # -# cpld_mpi P8 test +# cpld_mpi P8 aero test # -export TEST_DESCR="Fully coupled FV3-CCPP-MOM6-CICE-CMEPS-WW3 system - C96MX100 - change mpi task test" +export TEST_DESCR="Fully coupled FV3-CCPP-GOCART-MOM6-CICE-CMEPS-WW3 system - C96MX100 - change mpi task test" export CNTL_DIR="cpld_control_p8" diff --git a/tests/tests/cpld_restart_c192_p8_aero b/tests/tests/cpld_restart_c192_p8_aero index c44103329f..b24323a2ae 100644 --- a/tests/tests/cpld_restart_c192_p8_aero +++ b/tests/tests/cpld_restart_c192_p8_aero @@ -1,9 +1,9 @@ # -# cpld_restart_c192_p8 test +# cpld_restart_c192_p8_aero test # -export TEST_DESCR="Fully coupled FV3-CCPP-MOM6-CICE-CMEPS system - C192 MX050 - 24h P8 restart test" +export TEST_DESCR="Fully coupled FV3-CCPP-GOCART-MOM6-CICE-CMEPS system - C192 MX050 - 24h P8 restart test" -export CNTL_DIR="cpld_control_c192_p8" +export CNTL_DIR="cpld_control_c192_p8_aero" export LIST_FILES="sfcf036.tile1.nc \ sfcf036.tile2.nc \ @@ -17,6 +17,7 @@ export LIST_FILES="sfcf036.tile1.nc \ atmf036.tile4.nc \ atmf036.tile5.nc \ atmf036.tile6.nc \ + gocart.inst_aod.20210323_1800z.nc4 \ RESTART/coupler.res \ RESTART/fv_core.res.nc \ RESTART/fv_core.res.tile1.nc \ diff --git a/tests/tests/cpld_restart_c384_p8_aero b/tests/tests/cpld_restart_c384_p8_aero index ef9c24bf01..f6f26e0860 100644 --- a/tests/tests/cpld_restart_c384_p8_aero +++ b/tests/tests/cpld_restart_c384_p8_aero @@ -1,12 +1,13 @@ # -# cpld_restart_c384_p8 test +# cpld_restart_c384_p8_aero test # -export TEST_DESCR="Fully coupled FV3-CCPP-MOM6-CICE-CMEPS system - C384L127 MX025 - P8 restart" +export TEST_DESCR="Fully coupled FV3-CCPP-GOCART-MOM6-CICE-CMEPS system - C384L127 MX025 - P8 restart" -export CNTL_DIR="cpld_control_c384_p8" +export CNTL_DIR="cpld_control_c384_p8_aero" export LIST_FILES="sfcf006.nc \ atmf006.nc \ + gocart.inst_aod.20210322_1200z.nc4 \ RESTART/coupler.res \ RESTART/fv_core.res.nc \ RESTART/fv_core.res.tile1.nc \ diff --git a/tests/tests/cpld_restart_c96_p8_aero b/tests/tests/cpld_restart_c96_p8_aero index 50e5ab999d..a17fc0f916 100644 --- a/tests/tests/cpld_restart_c96_p8_aero +++ b/tests/tests/cpld_restart_c96_p8_aero @@ -1,10 +1,10 @@ # -# cpld_restart_c96_p8 test +# cpld_restart_c96_p8_aero test # -export TEST_DESCR="Fully coupled FV3-CCPP-MOM6-CICE-CMEPS system - C96MX100 - P8 restart" +export TEST_DESCR="Fully coupled FV3-CCPP-GOCART-MOM6-CICE-CMEPS system - C96MX100 - P8 restart" -export CNTL_DIR="cpld_control_c96_p8" +export CNTL_DIR="cpld_control_c96_p8_aero" export LIST_FILES="sfcf024.tile1.nc \ sfcf024.tile2.nc \ From 8164a1fad4730fb36ee1e16d623e4d085a529f46 Mon Sep 17 00:00:00 2001 From: Jessica Meixner Date: Fri, 18 Feb 2022 18:17:51 +0000 Subject: [PATCH 044/106] updates to regtests to make aero tests work --- tests/default_vars.sh | 4 +- tests/rt_35d.conf | 12 ---- tests/tests/cpld_bmark_p8_35d_aero | 110 ----------------------------- tests/tests/cpld_mpi_p8_aero | 2 +- 4 files changed, 3 insertions(+), 125 deletions(-) delete mode 100644 tests/tests/cpld_bmark_p8_35d_aero diff --git a/tests/default_vars.sh b/tests/default_vars.sh index 8e1ec4b6ac..86b94a7bd6 100755 --- a/tests/default_vars.sh +++ b/tests/default_vars.sh @@ -187,8 +187,8 @@ elif [[ $MACHINE_ID = orion.* ]]; then CHM_cpl_dflt="0 143"; OPB_cpl_dflt="150 169"; IPB_cpl_dflt="170 179"; WPB_cpl_dflt="180 199" NPROC_ICE_cpl_dflt=10 - TASKS_cpl_thrd=120; TPN_cpl_thrd=20; INPES_cpl_thrd=3; JNPES_cpl_thrd=4 - THRD_cpl_thrd=2; WPG_cpl_thrd=6; MPB_cpl_thrd="0 71"; APB_cpl_thrd="0 77" + TASKS_cpl_thrd=120; TPN_cpl_thrd=10; INPES_cpl_thrd=3; JNPES_cpl_thrd=4 + THRD_cpl_thrd=4; WPG_cpl_thrd=6; MPB_cpl_thrd="0 71"; APB_cpl_thrd="0 77" CHM_cpl_thrd="0 71"; OPB_cpl_thrd="78 97"; IPB_cpl_thrd="98 107"; WPB_cpl_thrd="108 119" NPROC_ICE_cpl_thrd=10 diff --git a/tests/rt_35d.conf b/tests/rt_35d.conf index d159d0fa9b..2a6176f827 100644 --- a/tests/rt_35d.conf +++ b/tests/rt_35d.conf @@ -11,15 +11,3 @@ RUN | cpld_bmark_p8_35d RUN | cpld_bmark_p8_35d | | fv3 | | 2013040100 RUN | cpld_bmark_p8_35d | | fv3 | | 2013070100 RUN | cpld_bmark_p8_35d | | fv3 | | 2013100100 - -COMPILE | -DAPP=S2SW -DUFS_GOCART=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8b | + hera.intel -RUN | cpld_bmark_p8_35d_aero | | fv3 | | 2012010100 -RUN | cpld_bmark_p8_35d_aero | | fv3 | | 2012040100 -RUN | cpld_bmark_p8_35d_aero | | fv3 | | 2012070100 -RUN | cpld_bmark_p8_35d_aero | | fv3 | | 2012100100 -RUN | cpld_bmark_p8_35d_aero | | fv3 | | 2013010100 -RUN | cpld_bmark_p8_35d_aero | | fv3 | | 2013040100 -RUN | cpld_bmark_p8_35d_aero | | fv3 | | 2013070100 -RUN | cpld_bmark_p8_35d_aero | | fv3 | | 2013100100 - - diff --git a/tests/tests/cpld_bmark_p8_35d_aero b/tests/tests/cpld_bmark_p8_35d_aero deleted file mode 100644 index 0c70960b91..0000000000 --- a/tests/tests/cpld_bmark_p8_35d_aero +++ /dev/null @@ -1,110 +0,0 @@ -# -# cpld_bmark_p8 35 day test -# -export TEST_DESCR="Fully coupled FV3-CCPP-MOM6-CICE-CMEPS-WW3 system - C384L127 MX025 - Benchmark P7 35 day test" - -export CNTL_DIR="cpld_bmark_p8" - -export LIST_FILES="" - -export_fv3 -export_cpl - -export SYEAR -export SMONTH -export SDAY=01 -export SHOUR=00 -export SECS=`expr $SHOUR \* 3600` -export BMIC=.true. - -export DAYS=5 -export FHMAX=120 -export RESTART_N=`expr ${FHMAX} - ${FHROT}` -export WLCLK=120 - -export TASKS=1700 -export TPN=$TPN_cpl_thrd -export INPES=12 -export JNPES=16 -export THRD=2 -export WRTTASK_PER_GROUP=88 - -export DOMAINS_STACK_SIZE=16000000 - -export med_petlist_bounds="0 299" -export atm_petlist_bounds="0 1239" -export chm_petlist_bounds="0 1151" -export ocn_petlist_bounds="1240 1459" -export ice_petlist_bounds="1460 1539" -export wav_petlist_bounds="1540 1699" - -# atm/ocn/ice resolution -export ATMRES=C384 -export NPX=385 -export NPY=385 -export IMO=1536 -export JMO=768 -export OUTPUT_GRID="'gaussian_grid'" -export ATMTILESIZE=`expr $NPX - 1` - -export OCNRES=025 -export ICERES=0.25 -export NX_GLB=1440 -export NY_GLB=1080 -export NPROC_ICE=80 -export np2=`expr $NPROC_ICE / 2` -export BLCKX=`expr $NX_GLB / $np2` -export BLCKY=`expr $NY_GLB / 2` - -# set component and coupling timesteps -export DT_ATMOS=300 -export DT_CICE=${DT_ATMOS} -export DT_DYNAM_MOM6=900 -export DT_THERM_MOM6=1800 - -# nems.configure -export CPLCHM=.true. -export NEMS_CONFIGURE=nems.configure.cpld_aero_wave.IN -export coupling_interval_slow_sec=${DT_THERM_MOM6} -export coupling_interval_fast_sec=${DT_ATMOS} - -# resolution dependent files -export MOM_INPUT=MOM_input_template_${OCNRES} -export MESHOCN_ICE=mesh.mx${OCNRES}.nc -export CICEGRID=grid_cice_NEMS_mx${OCNRES}.nc -export CICEMASK=kmtu_cice_NEMS_mx${OCNRES}.nc -export CHLCLIM=seawifs-clim-1997-2010.${NX_GLB}x${NY_GLB}.v20180328.nc -export FRUNOFF=runoff.daitren.clim.${NX_GLB}x${NY_GLB}.v20180328.nc - -export FNALBC="'C384.snowfree_albedo.tileX.nc'" -export FNALBC2="'C384.facsf.tileX.nc'" -export FNTG3C="'C384.substrate_temperature.tileX.nc'" -export FNVEGC="'C384.vegetation_greenness.tileX.nc'" -export FNVETC="'C384.vegetation_type.tileX.nc'" -export FNSOTC="'C384.soil_type.tileX.nc'" -export FNVMNC="'C384.vegetation_greenness.tileX.nc'" -export FNVMXC="'C384.vegetation_greenness.tileX.nc'" -export FNSLPC="'C384.slope_type.tileX.nc'" -export FNABSC="'C384.maximum_snow_albedo.tileX.nc'" - -export CDMBWD=${CDMBWD_c384} -export DT_INNER=${DT_INNER_c384} - -export MOM6_RIVER_RUNOFF=True -export MOM6_RESTART_SETTING=r - -export WW3GRIDLINE="'gwes_30m' 'no' 'CPL:native' 'CPL:native' 'CPL:native' 'no' 'no' 'no' 'no' 'no' 1 1 0.00 1.00 F" -export WW3RSTDTHR=${FHMAX} -export DT_2_RST="$(printf "%02d" $(( ${WW3RSTDTHR}*3600 )))" -export RUN_BEG="${SYEAR}${SMONTH}${SDAY} $(printf "%02d" $(( ${SHOUR} )))0000" -export RUN_END="2100${SMONTH}${SDAY} $(printf "%02d" $(( ${SHOUR} )))0000" -export OUT_BEG=$RUN_BEG -export OUT_END=$RUN_END -export RST_BEG=$RUN_BEG -export RST_2_BEG=$RUN_BEG -export RST_END=$RUN_END -export RST_2_END=$RUN_END - -export FIELD_TABLE=field_table_thompson_noaero_tke_GOCART -export DIAG_TABLE=diag_table_p7.2_template -export FV3_RUN=cpld_control_run.IN diff --git a/tests/tests/cpld_mpi_p8_aero b/tests/tests/cpld_mpi_p8_aero index f5cfcfe1dd..af02589a92 100644 --- a/tests/tests/cpld_mpi_p8_aero +++ b/tests/tests/cpld_mpi_p8_aero @@ -4,7 +4,7 @@ export TEST_DESCR="Fully coupled FV3-CCPP-GOCART-MOM6-CICE-CMEPS-WW3 system - C96MX100 - change mpi task test" -export CNTL_DIR="cpld_control_p8" +export CNTL_DIR="cpld_control_p8_aero" export LIST_FILES="sfcf024.tile1.nc \ sfcf024.tile2.nc \ From a4bd0382147e0630b62d344e233ba117fc38df34 Mon Sep 17 00:00:00 2001 From: Jessica Meixner Date: Tue, 22 Feb 2022 20:15:19 +0000 Subject: [PATCH 045/106] update tests for restarts --- tests/default_vars.sh | 6 +++--- tests/rt.conf | 6 +++--- tests/tests/cpld_mpi_p8_aero | 5 +++++ 3 files changed, 11 insertions(+), 6 deletions(-) diff --git a/tests/default_vars.sh b/tests/default_vars.sh index 86b94a7bd6..34419bb96e 100755 --- a/tests/default_vars.sh +++ b/tests/default_vars.sh @@ -187,8 +187,8 @@ elif [[ $MACHINE_ID = orion.* ]]; then CHM_cpl_dflt="0 143"; OPB_cpl_dflt="150 169"; IPB_cpl_dflt="170 179"; WPB_cpl_dflt="180 199" NPROC_ICE_cpl_dflt=10 - TASKS_cpl_thrd=120; TPN_cpl_thrd=10; INPES_cpl_thrd=3; JNPES_cpl_thrd=4 - THRD_cpl_thrd=4; WPG_cpl_thrd=6; MPB_cpl_thrd="0 71"; APB_cpl_thrd="0 77" + TASKS_cpl_thrd=120; TPN_cpl_thrd=20; INPES_cpl_thrd=3; JNPES_cpl_thrd=4 + THRD_cpl_thrd=2; WPG_cpl_thrd=6; MPB_cpl_thrd="0 71"; APB_cpl_thrd="0 77" CHM_cpl_thrd="0 71"; OPB_cpl_thrd="78 97"; IPB_cpl_thrd="98 107"; WPB_cpl_thrd="108 119" NPROC_ICE_cpl_thrd=10 @@ -1078,7 +1078,7 @@ export NPZ=127 export NPZP=128 # default resources -export DOMAINS_STACK_SIZE=3000000 +export DOMAINS_STACK_SIZE=8000000 export TASKS=$TASKS_cpl_dflt export TPN=$TPN_cpl_dflt diff --git a/tests/rt.conf b/tests/rt.conf index c9d6d25efd..33bbefcf23 100644 --- a/tests/rt.conf +++ b/tests/rt.conf @@ -15,7 +15,7 @@ RUN | cpld_mpi_p8_aero RUN | cpld_bmark_p7 | - wcoss_cray | fv3 | -RUN | cpld_bmark_p8 | - wcoss_cray | | +RUN | cpld_bmark_p8 | - wcoss_cray | fv3 | RUN | cpld_bmark_mpi_p8 | - wcoss_cray | | RUN | cpld_bmark_p8_aero | + hera.intel orion.intel | fv3 | @@ -29,12 +29,12 @@ RUN | cpld_restart_c96_p8_aero RUN | cpld_control_c192_p8 | - wcoss_cray | fv3 | RUN | cpld_restart_c192_p8 | - wcoss_cray | | cpld_control_c192_p8 RUN | cpld_control_c192_p8_aero | - wcoss_cray | fv3 | -RUN | cpld_restart_c192_p8_aero | - wcoss_cray | | cpld_control_c192_p8 +RUN | cpld_restart_c192_p8_aero | - wcoss_cray | | cpld_control_c192_p8_aero RUN | cpld_control_c384_p8 | - wcoss_cray | fv3 | RUN | cpld_restart_c384_p8 | - wcoss_cray | | cpld_control_c384_p8 RUN | cpld_control_c384_p8_aero | - wcoss_cray | fv3 | -RUN | cpld_restart_c384_p8_aero | - wcoss_cray | | cpld_control_c384_p8 +RUN | cpld_restart_c384_p8_aero | - wcoss_cray | | cpld_control_c384_p8_aero COMPILE | -DAPP=S2S -DDEBUG=ON -DUFS_GOCART=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8b | - wcoss_cray | fv3 | RUN | cpld_debug_p8 | - wcoss_cray | fv3 | diff --git a/tests/tests/cpld_mpi_p8_aero b/tests/tests/cpld_mpi_p8_aero index af02589a92..f347a0ad27 100644 --- a/tests/tests/cpld_mpi_p8_aero +++ b/tests/tests/cpld_mpi_p8_aero @@ -85,4 +85,9 @@ export BLCKY=`expr $NY_GLB / 2` export eps_imesh=2.5e-1 +export CPLCHM=.true. +export NEMS_CONFIGURE=nems.configure.cpld_aero_wave.IN +export FIELD_TABLE=field_table_thompson_noaero_tke_GOCART +export DIAG_TABLE=diag_table_p7.2_template + export FV3_RUN=cpld_control_run.IN From 6363d0a679b682636fb345efac58bbc0ad11ac11 Mon Sep 17 00:00:00 2001 From: Jessica Meixner Date: Tue, 22 Feb 2022 20:19:14 +0000 Subject: [PATCH 046/106] update FV3 --- FV3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FV3 b/FV3 index 8188823a04..ff272026b5 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit 8188823a04dc68db3fddc7d67c8bc8dc0cb62f74 +Subproject commit ff272026b5840af77e91135d98de84f046ae9f77 From b7314e34a98902b20f916e65578867616a2d3951 Mon Sep 17 00:00:00 2001 From: Jessica Meixner Date: Wed, 23 Feb 2022 13:49:58 +0000 Subject: [PATCH 047/106] set rangewarn to true to match workflow --- tests/parm/cpld_control.nml.IN | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/parm/cpld_control.nml.IN b/tests/parm/cpld_control.nml.IN index a8651007da..f5cc2829a9 100644 --- a/tests/parm/cpld_control.nml.IN +++ b/tests/parm/cpld_control.nml.IN @@ -39,7 +39,7 @@ deflate_level=1 grid_type = -1 make_nh = @[MAKE_NH] fv_debug = .false. - range_warn = .false. + range_warn = .true. reset_eta = .false. n_sponge = 42 nudge_qv = .true. From c2f23811cb4cccc804b353d82669853cdb02d9f7 Mon Sep 17 00:00:00 2001 From: Jessica Meixner Date: Wed, 23 Feb 2022 13:57:04 +0000 Subject: [PATCH 048/106] add nsflip to model_configure --- tests/default_vars.sh | 4 ++++ tests/parm/model_configure.IN | 1 + tests/tests/control_2threads_p8 | 2 ++ tests/tests/control_debug_p8 | 2 ++ tests/tests/control_decomp_p8 | 2 ++ tests/tests/control_p8 | 2 ++ tests/tests/control_restart_p8 | 2 ++ 7 files changed, 15 insertions(+) diff --git a/tests/default_vars.sh b/tests/default_vars.sh index 34419bb96e..b0d05f549a 100755 --- a/tests/default_vars.sh +++ b/tests/default_vars.sh @@ -808,6 +808,7 @@ export JCHUNK3D=0 export KCHUNK3D=0 export IMO=384 export JMO=190 +export WRITE_NSFLIP=.false. #input file export DIAG_TABLE=diag_table_gfsv16 @@ -1068,6 +1069,8 @@ export FHMAX=24 export FDIAG=6 export FHZERO=6 +export WRITE_NSFLIP=.true. + # default atm/ocn/ice resolution export ATMRES=C96 export OCNRES=100 @@ -1319,6 +1322,7 @@ export FHMAX=24 export THRD=1 export FHROT=0 export WARM_START=.false. +export WRITE_NSFLIP=.false. # atm/ocn/ice resolution export IATM=1760 diff --git a/tests/parm/model_configure.IN b/tests/parm/model_configure.IN index 9457ba8333..099e4e2d98 100644 --- a/tests/parm/model_configure.IN +++ b/tests/parm/model_configure.IN @@ -18,6 +18,7 @@ write_tasks_per_group: @[WRTTASK_PER_GROUP] itasks: @[ITASKS] output_history: @[OUTPUT_HISTORY] write_dopost: @[WRITE_DOPOST] +write_nsflip: @[WRITE_NSFLIP] num_files: @[NUM_FILES] filename_base: @[FILENAME_BASE] output_grid: @[OUTPUT_GRID] diff --git a/tests/tests/control_2threads_p8 b/tests/tests/control_2threads_p8 index 5bbcadeb59..def1c4e3e7 100644 --- a/tests/tests/control_2threads_p8 +++ b/tests/tests/control_2threads_p8 @@ -154,6 +154,8 @@ export MOM6_RESTART_SETTING=n # P8 (not used for standalone) export USE_CICE_ALB=.false. +export WRITE_NSFLIP=.true. + export FV3_RUN=control_run.IN export CCPP_SUITE=FV3_GFS_v17_p8b export FIELD_TABLE=field_table_thompson_noaero_tke diff --git a/tests/tests/control_debug_p8 b/tests/tests/control_debug_p8 index 27a59ecbe6..106d638414 100644 --- a/tests/tests/control_debug_p8 +++ b/tests/tests/control_debug_p8 @@ -113,6 +113,8 @@ export MOM6_RESTART_SETTING=n # P8 (not used for standalone) export USE_CICE_ALB=.false. +export WRITE_NSFLIP=.true. + export FV3_RUN=control_run.IN export CCPP_SUITE=FV3_GFS_v17_p8b export FIELD_TABLE=field_table_thompson_noaero_tke diff --git a/tests/tests/control_decomp_p8 b/tests/tests/control_decomp_p8 index 90c3d8be01..950f44ba33 100644 --- a/tests/tests/control_decomp_p8 +++ b/tests/tests/control_decomp_p8 @@ -151,6 +151,8 @@ export MOM6_RESTART_SETTING=n # P8 (not used for standalone) export USE_CICE_ALB=.false. +export WRITE_NSFLIP=.true. + export FV3_RUN=control_run.IN export CCPP_SUITE=FV3_GFS_v17_p8b export FIELD_TABLE=field_table_thompson_noaero_tke diff --git a/tests/tests/control_p8 b/tests/tests/control_p8 index 150083c483..2e03e4d1a6 100644 --- a/tests/tests/control_p8 +++ b/tests/tests/control_p8 @@ -153,6 +153,8 @@ export MOM6_RESTART_SETTING=n # P8 (not used for standalone) export USE_CICE_ALB=.false. +export WRITE_NSFLIP=.true. + export FV3_RUN=control_run.IN export CCPP_SUITE=FV3_GFS_v17_p8b export FIELD_TABLE=field_table_thompson_noaero_tke diff --git a/tests/tests/control_restart_p8 b/tests/tests/control_restart_p8 index 3afa07ad7b..9a50807e45 100644 --- a/tests/tests/control_restart_p8 +++ b/tests/tests/control_restart_p8 @@ -151,6 +151,8 @@ export MOM6_RESTART_SETTING=n # P8 (not used for standalone) export USE_CICE_ALB=.false. +export WRITE_NSFLIP=.true. + export FV3_RUN=control_run.IN export CCPP_SUITE=FV3_GFS_v17_p8b export FIELD_TABLE=field_table_thompson_noaero_tke From 9dfd7d85ad1027be142cc743a2705cf523c8f6db Mon Sep 17 00:00:00 2001 From: Jessica Meixner Date: Wed, 23 Feb 2022 14:21:05 +0000 Subject: [PATCH 049/106] update c96 test case for aero restarts --- tests/rt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/rt.conf b/tests/rt.conf index 33bbefcf23..6b0eddfa34 100644 --- a/tests/rt.conf +++ b/tests/rt.conf @@ -23,7 +23,7 @@ RUN | cpld_bmark_p8_aero RUN | cpld_control_c96_p8 | - wcoss_cray | fv3 | RUN | cpld_restart_c96_p8 | - wcoss_cray | | cpld_control_c96_p8 RUN | cpld_control_c96_p8_aero | - wcoss_cray | fv3 | -RUN | cpld_restart_c96_p8_aero | - wcoss_cray | | cpld_control_c96_p8 +RUN | cpld_restart_c96_p8_aero | - wcoss_cray | | cpld_control_c96_p8_aero RUN | cpld_control_c192_p8 | - wcoss_cray | fv3 | From 68b0a21959788585ae27126ba3e5f7daae517418 Mon Sep 17 00:00:00 2001 From: Jessica Meixner Date: Thu, 24 Feb 2022 16:05:15 +0000 Subject: [PATCH 050/106] update aerosol variable DNATS=2 (was 0 for p8 tests) --- tests/default_vars.sh | 2 +- tests/tests/control_p8 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/default_vars.sh b/tests/default_vars.sh index b0d05f549a..78ec6db230 100755 --- a/tests/default_vars.sh +++ b/tests/default_vars.sh @@ -1221,7 +1221,7 @@ export FSICS=0 # P8 export USE_CICE_ALB=.true. export MIN_SEAICE=1.0e-6 -export DNATS=0 +export DNATS=2 export IMP_PHYSICS=8 export LGFDLMPRAD=.false. export DO_SAT_ADJ=.false. diff --git a/tests/tests/control_p8 b/tests/tests/control_p8 index 2e03e4d1a6..4809afd18a 100644 --- a/tests/tests/control_p8 +++ b/tests/tests/control_p8 @@ -143,7 +143,7 @@ export FSICS=0 export IMP_PHYSICS=8 export LGFDLMPRAD=.false. export DO_SAT_ADJ=.false. -export DNATS=0 +export DNATS=2 export DZ_MIN=6 #required for NML.IN sharing From 51b632cbb0fe33acd2b9c1de20fcdd9530e61753 Mon Sep 17 00:00:00 2001 From: Jessica Meixner Date: Thu, 24 Feb 2022 16:06:54 +0000 Subject: [PATCH 051/106] remove cld_amt from field_table_thompson_noaero_tke_GOCART --- .../parm/field_table/field_table_thompson_noaero_tke_GOCART | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tests/parm/field_table/field_table_thompson_noaero_tke_GOCART b/tests/parm/field_table/field_table_thompson_noaero_tke_GOCART index 73b5f7f612..748da1e2c2 100644 --- a/tests/parm/field_table/field_table_thompson_noaero_tke_GOCART +++ b/tests/parm/field_table/field_table_thompson_noaero_tke_GOCART @@ -190,8 +190,3 @@ "units", "ug/m3" "tracer_usage", "chemistry", "type=diagnostic" "profile_type", "fixed", "surface_value=0.0" / -# non-prognostic cloud amount - "TRACER", "atmos_mod", "cld_amt" - "longname", "cloud amount" - "units", "1" - "profile_type", "fixed", "surface_value=0.0" / From 3f06b2e3e1a1ca459eecb7918ffb84c7792b3ae1 Mon Sep 17 00:00:00 2001 From: Jessica Meixner Date: Fri, 25 Feb 2022 21:12:11 +0000 Subject: [PATCH 052/106] point to official locations of inputs --- tests/fv3_conf/cpld_control_run.IN | 6 ++---- tests/rt.sh | 3 +-- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/tests/fv3_conf/cpld_control_run.IN b/tests/fv3_conf/cpld_control_run.IN index 5a97daa5ba..c93e693682 100644 --- a/tests/fv3_conf/cpld_control_run.IN +++ b/tests/fv3_conf/cpld_control_run.IN @@ -136,8 +136,6 @@ fi #prognostic aerosols if [ $CPLCHM = .true. ]; then -# cp @[INPUTDATA_ROOT]/GOCART/p7/rc/*.rc . -# ln -sf @[INPUTDATA_ROOT]/GOCART/p7/ExtData . - cp /scratch2/NCEPDEV/stmp1/Raffaele.Montuoro/dev/jessica/p8/rc/*.rc . - ln -sf /scratch2/NCEPDEV/stmp1/Raffaele.Montuoro/dev/jessica/p8/ExtData . + cp @[INPUTDATA_ROOT]/GOCART/p8/rc/*.rc . + ln -sf @[INPUTDATA_ROOT]/GOCART/p8/ExtData . fi diff --git a/tests/rt.sh b/tests/rt.sh index 8cdb692442..233029ccf7 100755 --- a/tests/rt.sh +++ b/tests/rt.sh @@ -494,8 +494,7 @@ fi INPUTDATA_ROOT=${INPUTDATA_ROOT:-$DISKNM/NEMSfv3gfs/input-data-20211210} INPUTDATA_ROOT_WW3=${INPUTDATA_ROOT}/WW3_input_data_20211113 -INPUTDATA_ROOT_BMIC=${INPUTDATA_ROOT_BMIC:-$DISKNM/NEMSfv3gfs/BM_IC-20210717} -INPUTDATA_ROOT_BMIC=/scratch2/NCEPDEV/climate/Jessica.Meixner/p8b/BM_IC-20220207 +INPUTDATA_ROOT_BMIC=${INPUTDATA_ROOT_BMIC:-$DISKNM/NEMSfv3gfs/BM_IC-20220207} shift $((OPTIND-1)) [[ $# -gt 1 ]] && usage From d2a0540f63d1e39460a79d330a29cef30b9b0a19 Mon Sep 17 00:00:00 2001 From: Jessica Meixner Date: Mon, 28 Feb 2022 15:22:27 +0000 Subject: [PATCH 053/106] move (cpl)_aero tests to (cpl) --- tests/rt.conf | 13 --- tests/tests/cpld_2threads_p8 | 13 ++- tests/tests/cpld_bmark_mpi_p8 | 145 ------------------------------- tests/tests/cpld_bmark_p8 | 40 +++++---- tests/tests/cpld_control_c192_p8 | 15 +++- tests/tests/cpld_control_c384_p8 | 15 +++- tests/tests/cpld_control_c96_p8 | 13 ++- tests/tests/cpld_control_p8 | 12 ++- tests/tests/cpld_debug_p8 | 13 ++- tests/tests/cpld_decomp_p8 | 13 ++- tests/tests/cpld_mpi_p8 | 13 ++- tests/tests/cpld_restart_c192_p8 | 15 +++- tests/tests/cpld_restart_c384_p8 | 15 +++- tests/tests/cpld_restart_c96_p8 | 13 ++- 14 files changed, 135 insertions(+), 213 deletions(-) delete mode 100644 tests/tests/cpld_bmark_mpi_p8 diff --git a/tests/rt.conf b/tests/rt.conf index 39efcf576b..9fc99e155d 100644 --- a/tests/rt.conf +++ b/tests/rt.conf @@ -8,37 +8,24 @@ RUN | cpld_2threads_p8 RUN | cpld_decomp_p8 | - wcoss_cray jet.intel | | RUN | cpld_mpi_p8 | - wcoss_cray | | RUN | cpld_control_p7_rrtmgp | - wcoss_cray | fv3 | -RUN | cpld_control_p8_aero | - wcoss_cray | fv3 | -RUN | cpld_2threads_p8_aero | - wcoss_cray | | -RUN | cpld_decomp_p8_aero | - wcoss_cray jet.intel | | -RUN | cpld_mpi_p8_aero | - wcoss_cray | | RUN | cpld_bmark_p7 | - wcoss_cray | fv3 | RUN | cpld_bmark_p8 | - wcoss_cray | fv3 | -RUN | cpld_bmark_mpi_p8 | - wcoss_cray | | -RUN | cpld_bmark_p8_aero | + hera.intel orion.intel | fv3 | # Waves off for restart and debug tests RUN | cpld_control_c96_p8 | - wcoss_cray | fv3 | RUN | cpld_restart_c96_p8 | - wcoss_cray | | cpld_control_c96_p8 -RUN | cpld_control_c96_p8_aero | - wcoss_cray | fv3 | -RUN | cpld_restart_c96_p8_aero | - wcoss_cray | | cpld_control_c96_p8_aero RUN | cpld_control_c192_p8 | - wcoss_cray | fv3 | RUN | cpld_restart_c192_p8 | - wcoss_cray | | cpld_control_c192_p8 -RUN | cpld_control_c192_p8_aero | - wcoss_cray | fv3 | -RUN | cpld_restart_c192_p8_aero | - wcoss_cray | | cpld_control_c192_p8_aero RUN | cpld_control_c384_p8 | - wcoss_cray | fv3 | RUN | cpld_restart_c384_p8 | - wcoss_cray | | cpld_control_c384_p8 -RUN | cpld_control_c384_p8_aero | - wcoss_cray | fv3 | -RUN | cpld_restart_c384_p8_aero | - wcoss_cray | | cpld_control_c384_p8_aero COMPILE | -DAPP=S2S -DDEBUG=ON -DUFS_GOCART=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8b | - wcoss_cray | fv3 | RUN | cpld_debug_p8 | - wcoss_cray | fv3 | -RUN | cpld_debug_p8_aero | - wcoss_cray | fv3 | ################################################################################################################################################################################### # PROD tests # diff --git a/tests/tests/cpld_2threads_p8 b/tests/tests/cpld_2threads_p8 index addc411bdf..ac53f3a24b 100644 --- a/tests/tests/cpld_2threads_p8 +++ b/tests/tests/cpld_2threads_p8 @@ -1,10 +1,10 @@ # -# cpld_2threads P8 test +# cpld_2threads P8 aero test # -export TEST_DESCR="Fully coupled FV3-CCPP-MOM6-CICE-CMEPS-WW3 system - C96MX100 - 2 threads" +export TEST_DESCR="Fully coupled FV3-CCPP-GOCART-MOM6-CICE-CMEPS-WW3 system - C96MX100 - 2 threads" -export CNTL_DIR="cpld_control_p8" +export CNTL_DIR="cpld_control_p8_aero" export LIST_FILES="sfcf024.tile1.nc \ sfcf024.tile2.nc \ @@ -53,6 +53,7 @@ export LIST_FILES="sfcf024.tile1.nc \ RESTART/MOM.res.nc \ RESTART/iced.2021-03-23-21600.nc \ RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc \ + gocart.inst_aod.20210323_0600z.nc4 \ 20210323.060000.out_grd.glo_1deg \ 20210323.060000.out_pnt.points \ 20210323.060000.restart.glo_1deg" @@ -72,6 +73,7 @@ export WRTTASK_PER_GROUP=$WPG_cpl_thrd export med_petlist_bounds=$MPB_cpl_thrd export atm_petlist_bounds=$APB_cpl_thrd +export chm_petlist_bounds=$CHM_cpl_thrd export ocn_petlist_bounds=$OPB_cpl_thrd export ice_petlist_bounds=$IPB_cpl_thrd export wav_petlist_bounds=$WPB_cpl_thrd @@ -83,4 +85,9 @@ export BLCKY=`expr $NY_GLB / 2` export eps_imesh=2.5e-1 +export CPLCHM=.true. +export NEMS_CONFIGURE=nems.configure.cpld_aero_wave.IN +export FIELD_TABLE=field_table_thompson_noaero_tke_GOCART +export DIAG_TABLE=diag_table_p7.2_template + export FV3_RUN=cpld_control_run.IN diff --git a/tests/tests/cpld_bmark_mpi_p8 b/tests/tests/cpld_bmark_mpi_p8 deleted file mode 100644 index 05963bc090..0000000000 --- a/tests/tests/cpld_bmark_mpi_p8 +++ /dev/null @@ -1,145 +0,0 @@ -# -# cpld_bmark_p8 test WW3 mpi -# -export TEST_DESCR="Fully coupled FV3-CCPP-MOM6-CICE-CMEPS-WW3 system - C384L127 MX025 - Benchmark P8 test - WW3 MPI" - -export CNTL_DIR="cpld_bmark_p8" - -export LIST_FILES="sfcf006.nc \ - atmf006.nc \ - 20130401.060000.out_grd.gwes_30m \ - 20130401.060000.out_pnt.points \ - RESTART/coupler.res \ - RESTART/fv_core.res.nc \ - RESTART/fv_core.res.tile1.nc \ - RESTART/fv_core.res.tile2.nc \ - RESTART/fv_core.res.tile3.nc \ - RESTART/fv_core.res.tile4.nc \ - RESTART/fv_core.res.tile5.nc \ - RESTART/fv_core.res.tile6.nc \ - RESTART/fv_srf_wnd.res.tile1.nc \ - RESTART/fv_srf_wnd.res.tile2.nc \ - RESTART/fv_srf_wnd.res.tile3.nc \ - RESTART/fv_srf_wnd.res.tile4.nc \ - RESTART/fv_srf_wnd.res.tile5.nc \ - RESTART/fv_srf_wnd.res.tile6.nc \ - RESTART/fv_tracer.res.tile1.nc \ - RESTART/fv_tracer.res.tile2.nc \ - RESTART/fv_tracer.res.tile3.nc \ - RESTART/fv_tracer.res.tile4.nc \ - RESTART/fv_tracer.res.tile5.nc \ - RESTART/fv_tracer.res.tile6.nc \ - RESTART/phy_data.tile1.nc \ - RESTART/phy_data.tile2.nc \ - RESTART/phy_data.tile3.nc \ - RESTART/phy_data.tile4.nc \ - RESTART/phy_data.tile5.nc \ - RESTART/phy_data.tile6.nc \ - RESTART/sfc_data.tile1.nc \ - RESTART/sfc_data.tile2.nc \ - RESTART/sfc_data.tile3.nc \ - RESTART/sfc_data.tile4.nc \ - RESTART/sfc_data.tile5.nc \ - RESTART/sfc_data.tile6.nc \ - RESTART/MOM.res.nc \ - RESTART/MOM.res_1.nc \ - RESTART/MOM.res_2.nc \ - RESTART/MOM.res_3.nc \ - RESTART/iced.2013-04-01-21600.nc \ - RESTART/ufs.cpld.cpl.r.2013-04-01-21600.nc" - -export_fv3 -export_cpl - -export SYEAR=2013 -export SMONTH=04 -export SDAY=01 -export SHOUR=00 -export SECS=`expr $SHOUR \* 3600` -export BMIC=.true. - -export DAYS=0.25 -export FHMAX=6 -export RESTART_N=`expr ${FHMAX} - ${FHROT}` -export RESTART_INTERVAL="${RESTART_N} -1" - -export TASKS=$TASKS_cpl_bmrk_mpi -export TPN=$TPN_cpl_bmrk_mpi -export INPES=$INPES_cpl_bmrk_mpi -export JNPES=$JNPES_cpl_bmrk_mpi -export THRD=$THRD_cpl_bmrk_mpi -export WRTTASK_PER_GROUP=$WPG_cpl_bmrk_mpi - -export med_petlist_bounds=$MPB_cpl_bmrk_mpi -export atm_petlist_bounds=$APB_cpl_bmrk_mpi -export ocn_petlist_bounds=$OPB_cpl_bmrk_mpi -export ice_petlist_bounds=$IPB_cpl_bmrk_mpi -export wav_petlist_bounds=$WPB_cpl_bmrk_mpi - -# atm/ocn/ice resolution -export ATMRES=C384 -export NPX=385 -export NPY=385 -export IMO=1536 -export JMO=768 -export OUTPUT_GRID="'gaussian_grid'" -export ATMTILESIZE=`expr $NPX - 1` - -export OCNRES=025 -export ICERES=0.25 -export NX_GLB=1440 -export NY_GLB=1080 -export NPROC_ICE=$NPROC_ICE_cpl_bmrk_mpi -export np2=`expr $NPROC_ICE / 2` -export BLCKX=`expr $NX_GLB / $np2` -export BLCKY=`expr $NY_GLB / 2` - -# set component and coupling timesteps -export DT_ATMOS=300 -export DT_CICE=${DT_ATMOS} -export DT_DYNAM_MOM6=900 -export DT_THERM_MOM6=1800 - -# nems.configure -export NEMS_CONFIGURE=nems.configure.cpld_wave.IN -export coupling_interval_slow_sec=${DT_THERM_MOM6} -export coupling_interval_fast_sec=${DT_ATMOS} - -# resolution dependent files -export MOM_INPUT=MOM_input_template_${OCNRES} -export MESHOCN_ICE=mesh.mx${OCNRES}.nc -export CICEGRID=grid_cice_NEMS_mx${OCNRES}.nc -export CICEMASK=kmtu_cice_NEMS_mx${OCNRES}.nc -export CHLCLIM=seawifs-clim-1997-2010.${NX_GLB}x${NY_GLB}.v20180328.nc -export FRUNOFF=runoff.daitren.clim.${NX_GLB}x${NY_GLB}.v20180328.nc - -export FNALBC="'C384.snowfree_albedo.tileX.nc'" -export FNALBC2="'C384.facsf.tileX.nc'" -export FNTG3C="'C384.substrate_temperature.tileX.nc'" -export FNVEGC="'C384.vegetation_greenness.tileX.nc'" -export FNVETC="'C384.vegetation_type.tileX.nc'" -export FNSOTC="'C384.soil_type.tileX.nc'" -export FNVMNC="'C384.vegetation_greenness.tileX.nc'" -export FNVMXC="'C384.vegetation_greenness.tileX.nc'" -export FNSLPC="'C384.slope_type.tileX.nc'" -export FNABSC="'C384.maximum_snow_albedo.tileX.nc'" - -export CDMBWD=${CDMBWD_c384} -export DT_INNER=${DT_INNER_c384} - -export MOM6_RIVER_RUNOFF=True -export MOM6_RESTART_SETTING=r - -export WW3GRIDLINE="'gwes_30m' 'no' 'CPL:native' 'CPL:native' 'CPL:native' 'no' 'no' 'no' 'no' 'no' 1 1 0.00 1.00 F" -export WW3RSTDTHR=${FHMAX} -export DT_2_RST="$(printf "%02d" $(( ${WW3RSTDTHR}*3600 )))" -export RUN_BEG="${SYEAR}${SMONTH}${SDAY} $(printf "%02d" $(( ${SHOUR} )))0000" -export RUN_END="2100${SMONTH}${SDAY} $(printf "%02d" $(( ${SHOUR} )))0000" -export OUT_BEG=$RUN_BEG -export OUT_END=$RUN_END -export RST_BEG=$RUN_BEG -export RST_2_BEG=$RUN_BEG -export RST_END=$RUN_END -export RST_2_END=$RUN_END - -export FV3_RUN=cpld_control_run.IN diff --git a/tests/tests/cpld_bmark_p8 b/tests/tests/cpld_bmark_p8 index 317063d568..881a974872 100644 --- a/tests/tests/cpld_bmark_p8 +++ b/tests/tests/cpld_bmark_p8 @@ -1,12 +1,13 @@ # -# cpld_bmark_p8 test +# cpld_bmark_p8_aero test # -export TEST_DESCR="Fully coupled FV3-CCPP-MOM6-CICE-CMEPS-WW3 system - C384L127 MX025 - Benchmark P8 test" +export TEST_DESCR="Fully coupled FV3-CCPP-MOM6-CICE-CMEPS-GOCART-WW3 system - C384L127 MX025 - Benchmark P8 test" -export CNTL_DIR="cpld_bmark_p8" +export CNTL_DIR="cpld_bmark_p8_aero" export LIST_FILES="sfcf006.nc \ atmf006.nc \ + gocart.inst_aod.20130401_0600z.nc4 \ 20130401.060000.out_grd.gwes_30m \ 20130401.060000.out_pnt.points \ RESTART/coupler.res \ @@ -63,18 +64,23 @@ export FHMAX=6 export RESTART_N=`expr ${FHMAX} - ${FHROT}` export RESTART_INTERVAL="${RESTART_N} -1" -export TASKS=$TASKS_cpl_bmrk -export TPN=$TPN_cpl_bmrk -export INPES=$INPES_cpl_bmrk -export JNPES=$JNPES_cpl_bmrk -export THRD=$THRD_cpl_bmrk -export WRTTASK_PER_GROUP=$WPG_cpl_bmrk +export WLCLK=45 -export med_petlist_bounds=$MPB_cpl_bmrk -export atm_petlist_bounds=$APB_cpl_bmrk -export ocn_petlist_bounds=$OPB_cpl_bmrk -export ice_petlist_bounds=$IPB_cpl_bmrk -export wav_petlist_bounds=$WPB_cpl_bmrk +export DOMAINS_STACK_SIZE=16000000 + +export TASKS=$TASKS_cpl_bmrk_aero +export TPN=$TPN_cpl_bmrk_aero +export INPES=$INPES_cpl_bmrk_aero +export JNPES=$JNPES_cpl_bmrk_aero +export THRD=$THRD_cpl_bmrk_aero +export WRTTASK_PER_GROUP=$WPG_cpl_bmrk_aero + +export med_petlist_bounds=$MPB_cpl_bmrk_aero +export atm_petlist_bounds=$APB_cpl_bmrk_aero +export chm_petlist_bounds=$CHM_cpl_bmrk_aero +export ocn_petlist_bounds=$OPB_cpl_bmrk_aero +export ice_petlist_bounds=$IPB_cpl_bmrk_aero +export wav_petlist_bounds=$WPB_cpl_bmrk_aero # atm/ocn/ice resolution export ATMRES=C384 @@ -100,8 +106,10 @@ export DT_CICE=${DT_ATMOS} export DT_DYNAM_MOM6=900 export DT_THERM_MOM6=1800 +export CPLCHM=.true. + # nems.configure -export NEMS_CONFIGURE=nems.configure.cpld_wave.IN +export NEMS_CONFIGURE=nems.configure.cpld_aero_wave.IN export coupling_interval_slow_sec=${DT_THERM_MOM6} export coupling_interval_fast_sec=${DT_ATMOS} @@ -143,3 +151,5 @@ export RST_END=$RUN_END export RST_2_END=$RUN_END export FV3_RUN=cpld_control_run.IN +export FIELD_TABLE=field_table_thompson_noaero_tke_GOCART +export DIAG_TABLE=diag_table_p7.2_template diff --git a/tests/tests/cpld_control_c192_p8 b/tests/tests/cpld_control_c192_p8 index 9341f472eb..07038679d7 100644 --- a/tests/tests/cpld_control_c192_p8 +++ b/tests/tests/cpld_control_c192_p8 @@ -1,9 +1,9 @@ # -# cpld_control_c192_p8 test +# cpld_control_c192_p8 aero test # -export TEST_DESCR="Fully coupled FV3-CCPP-MOM6-CICE-CMEPS system - C192 MX050 - P8 test" +export TEST_DESCR="Fully coupled FV3-CCPP-GOCART-MOM6-CICE-CMEPS system - C192 MX050 - P8 test" -export CNTL_DIR="cpld_control_c192_p8" +export CNTL_DIR="cpld_control_c192_p8_aero" export LIST_FILES="sfcf036.tile1.nc \ sfcf036.tile2.nc \ @@ -17,6 +17,7 @@ export LIST_FILES="sfcf036.tile1.nc \ atmf036.tile4.nc \ atmf036.tile5.nc \ atmf036.tile6.nc \ + gocart.inst_aod.20210323_1800z.nc4 \ RESTART/coupler.res \ RESTART/fv_core.res.nc \ RESTART/fv_core.res.tile1.nc \ @@ -61,6 +62,8 @@ export FHMAX=36 export RESTART_N=12 export RESTART_INTERVAL="${RESTART_N} -1" +export DOMAINS_STACK_SIZE=16000000 + export TASKS=$TASKS_cpl_c192 export TPN=$TPN_cpl_c192 export INPES=$INPES_cpl_c192 @@ -70,6 +73,7 @@ export WRTTASK_PER_GROUP=$WPG_cpl_c192 export med_petlist_bounds=$MPB_cpl_c192 export atm_petlist_bounds=$APB_cpl_c192 +export chm_petlist_bounds=$CHM_cpl_c192 export ocn_petlist_bounds=$OPB_cpl_c192 export ice_petlist_bounds=$IPB_cpl_c192 @@ -127,6 +131,9 @@ export CPLWAV=.false. export CPLWAV2ATM=.false. export MOM6_USE_WAVES=False -export NEMS_CONFIGURE=nems.configure.cpld.IN +export CPLCHM=.true. +export NEMS_CONFIGURE=nems.configure.cpld_aero.IN +export FIELD_TABLE=field_table_thompson_noaero_tke_GOCART +export DIAG_TABLE=diag_table_p7.2_template export FV3_RUN=cpld_control_run.IN diff --git a/tests/tests/cpld_control_c384_p8 b/tests/tests/cpld_control_c384_p8 index 9faa24c753..3c35423538 100644 --- a/tests/tests/cpld_control_c384_p8 +++ b/tests/tests/cpld_control_c384_p8 @@ -1,12 +1,13 @@ # -# cpld_control_c384_p8 test +# cpld_control_c384_p8_aero test # -export TEST_DESCR="Fully coupled FV3-CCPP-MOM6-CICE-CMEPS system - C384L127 MX025 - P8 test " +export TEST_DESCR="Fully coupled FV3-CCPP-GOCART-MOM6-CICE-CMEPS system - C384L127 MX025 - P8 test " -export CNTL_DIR="cpld_control_c384_p8" +export CNTL_DIR="cpld_control_c384_p8_aero" export LIST_FILES="sfcf006.nc \ atmf006.nc \ + gocart.inst_aod.20210322_1200z.nc4 \ RESTART/coupler.res \ RESTART/fv_core.res.nc \ RESTART/fv_core.res.tile1.nc \ @@ -56,6 +57,8 @@ export RESTART_INTERVAL="${RESTART_N} -1" export OUTPUT_FH="3 -1" export FHZERO=3 +export DOMAINS_STACK_SIZE=16000000 + export TASKS=$TASKS_cpl_c384 export TPN=$TPN_cpl_c384 export INPES=$INPES_cpl_c384 @@ -65,6 +68,7 @@ export WRTTASK_PER_GROUP=$WPG_cpl_c384 export med_petlist_bounds=$MPB_cpl_c384 export atm_petlist_bounds=$APB_cpl_c384 +export chm_petlist_bounds=$CHM_cpl_c384 export ocn_petlist_bounds=$OPB_cpl_c384 export ice_petlist_bounds=$IPB_cpl_c384 @@ -123,6 +127,9 @@ export CPLWAV=.false. export CPLWAV2ATM=.false. export MOM6_USE_WAVES=False -export NEMS_CONFIGURE=nems.configure.cpld.IN +export CPLCHM=.true. +export NEMS_CONFIGURE=nems.configure.cpld_aero.IN +export FIELD_TABLE=field_table_thompson_noaero_tke_GOCART +export DIAG_TABLE=diag_table_p7.2_template export FV3_RUN=cpld_control_run.IN diff --git a/tests/tests/cpld_control_c96_p8 b/tests/tests/cpld_control_c96_p8 index 8808fff95b..68ebade39a 100644 --- a/tests/tests/cpld_control_c96_p8 +++ b/tests/tests/cpld_control_c96_p8 @@ -1,10 +1,10 @@ # -# cpld_control C96 P8 test +# cpld_control C96 P8 aero test # -export TEST_DESCR="Fully coupled FV3-CCPP-MOM6-CICE-CMEPS system - C96MX100" +export TEST_DESCR="Fully coupled FV3-CCPP-GOCART-MOM6-CICE-CMEPS system - C96MX100" -export CNTL_DIR="cpld_control_c96_p8" +export CNTL_DIR="cpld_control_c96_p8_aero" export LIST_FILES="sfcf021.tile1.nc \ sfcf021.tile2.nc \ @@ -30,6 +30,7 @@ export LIST_FILES="sfcf021.tile1.nc \ atmf024.tile4.nc \ atmf024.tile5.nc \ atmf024.tile6.nc \ + gocart.inst_aod.20210323_0600z.nc4 \ RESTART/coupler.res \ RESTART/fv_core.res.nc \ RESTART/fv_core.res.tile1.nc \ @@ -89,6 +90,7 @@ export BLCKY=`expr $NY_GLB / 2` export med_petlist_bounds=$MPB_cpl_c96 export atm_petlist_bounds=$APB_cpl_c96 +export chm_petlist_bounds=$CHM_cpl_c96 export ocn_petlist_bounds=$OPB_cpl_c96 export ice_petlist_bounds=$IPB_cpl_c96 @@ -97,6 +99,9 @@ export CPLWAV2ATM=.false. export MOM6_USE_WAVES=False export eps_imesh=2.5e-1 -export NEMS_CONFIGURE=nems.configure.cpld.IN +export CPLCHM=.true. +export NEMS_CONFIGURE=nems.configure.cpld_aero.IN +export FIELD_TABLE=field_table_thompson_noaero_tke_GOCART +export DIAG_TABLE=diag_table_p7.2_template export FV3_RUN=cpld_control_run.IN diff --git a/tests/tests/cpld_control_p8 b/tests/tests/cpld_control_p8 index 23d7bfc350..8c5ec347a2 100644 --- a/tests/tests/cpld_control_p8 +++ b/tests/tests/cpld_control_p8 @@ -1,10 +1,10 @@ # -# cpld_control P8 test +# cpld_control P8 aero test # -export TEST_DESCR="Fully coupled FV3-CCPP-MOM6-CICE-CMEPS-WW3 system - C96MX100" +export TEST_DESCR="Fully coupled FV3-CCPP-GOCART-MOM6-CICE-CMEPS-WW3 system - C96MX100" -export CNTL_DIR="cpld_control_p8" +export CNTL_DIR="cpld_control_p8_aero" export LIST_FILES="sfcf021.tile1.nc \ sfcf021.tile2.nc \ @@ -65,6 +65,7 @@ export LIST_FILES="sfcf021.tile1.nc \ RESTART/MOM.res.nc \ RESTART/iced.2021-03-23-21600.nc \ RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc \ + gocart.inst_aod.20210323_0600z.nc4 \ 20210323.060000.out_grd.glo_1deg \ 20210323.060000.out_pnt.points \ 20210323.060000.restart.glo_1deg" @@ -76,6 +77,11 @@ export RESTART_N=12 export RESTART_INTERVAL="${RESTART_N} -1" export OUTPUT_FH='0 21 24' +export CPLCHM=.true. +export NEMS_CONFIGURE=nems.configure.cpld_aero_wave.IN +export FIELD_TABLE=field_table_thompson_noaero_tke_GOCART +export DIAG_TABLE=diag_table_p7.2_template + export eps_imesh=2.5e-1 export FV3_RUN=cpld_control_run.IN diff --git a/tests/tests/cpld_debug_p8 b/tests/tests/cpld_debug_p8 index e663ec32f5..5469cb59e4 100644 --- a/tests/tests/cpld_debug_p8 +++ b/tests/tests/cpld_debug_p8 @@ -1,10 +1,10 @@ # -# cpld_debug_p8 test +# cpld_debug_p8 aero test # -export TEST_DESCR="Fully coupled FV3-CCPP-MOM6-CICE-CMEPS system - C96MX100 - P8 debug" +export TEST_DESCR="Fully coupled FV3-CCPP-GOCART-MOM6-CICE-CMEPS system - C96MX100 - P8 debug" -export CNTL_DIR="cpld_debug_p8" +export CNTL_DIR="cpld_debug_p8_aero" export LIST_FILES="sfcf006.tile1.nc \ sfcf006.tile2.nc \ @@ -18,6 +18,7 @@ export LIST_FILES="sfcf006.tile1.nc \ atmf006.tile4.nc \ atmf006.tile5.nc \ atmf006.tile6.nc \ + gocart.inst_aod.20210322_1200z.nc4 \ RESTART/coupler.res \ RESTART/fv_core.res.nc \ RESTART/fv_core.res.tile1.nc \ @@ -79,6 +80,7 @@ export BLCKY=`expr $NY_GLB / 2` export med_petlist_bounds=$MPB_cpl_c96 export atm_petlist_bounds=$APB_cpl_c96 +export chm_petlist_bounds=$CHM_cpl_c96 export ocn_petlist_bounds=$OPB_cpl_c96 export ice_petlist_bounds=$IPB_cpl_c96 @@ -86,6 +88,9 @@ export CPLWAV=.false. export CPLWAV2ATM=.false. export MOM6_USE_WAVES=False -export NEMS_CONFIGURE=nems.configure.cpld.IN +export CPLCHM=.true. +export NEMS_CONFIGURE=nems.configure.cpld_aero.IN +export FIELD_TABLE=field_table_thompson_noaero_tke_GOCART +export DIAG_TABLE=diag_table_p7.2_template export FV3_RUN=cpld_control_run.IN diff --git a/tests/tests/cpld_decomp_p8 b/tests/tests/cpld_decomp_p8 index 7b762239fd..2e7432b3a4 100644 --- a/tests/tests/cpld_decomp_p8 +++ b/tests/tests/cpld_decomp_p8 @@ -1,10 +1,10 @@ # -# cpld_decomp P8 test +# cpld_decomp P8 aero test # -export TEST_DESCR="Fully coupled FV3-CCPP-MOM6-CICE-CMEPS-WW3 system - C96MX100 - decomp test" +export TEST_DESCR="Fully coupled FV3-CCPP-GOCART-MOM6-CICE-CMEPS-WW3 system - C96MX100 - decomp test" -export CNTL_DIR="cpld_control_p8" +export CNTL_DIR="cpld_control_p8_aero" export LIST_FILES="sfcf024.tile1.nc \ sfcf024.tile2.nc \ @@ -53,6 +53,7 @@ export LIST_FILES="sfcf024.tile1.nc \ RESTART/MOM.res.nc \ RESTART/iced.2021-03-23-21600.nc \ RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc \ + gocart.inst_aod.20210323_0600z.nc4 \ 20210323.060000.out_grd.glo_1deg \ 20210323.060000.out_pnt.points \ 20210323.060000.restart.glo_1deg" @@ -72,6 +73,7 @@ export WRTTASK_PER_GROUP=$WPG_cpl_dcmp export med_petlist_bounds=$MPB_cpl_dcmp export atm_petlist_bounds=$APB_cpl_dcmp +export chm_petlist_bounds=$CHM_cpl_dcmp export ocn_petlist_bounds=$OPB_cpl_dcmp export ice_petlist_bounds=$IPB_cpl_dcmp export wav_petlist_bounds=$WPB_cpl_dcmp @@ -81,6 +83,11 @@ export np2=`expr $NPROC_ICE / 2` export BLCKX=`expr $NX_GLB / $np2` export BLCKY=`expr $NY_GLB / 2` +export CPLCHM=.true. +export NEMS_CONFIGURE=nems.configure.cpld_aero_wave.IN +export FIELD_TABLE=field_table_thompson_noaero_tke_GOCART +export DIAG_TABLE=diag_table_p7.2_template + export eps_imesh=2.5e-1 export FV3_RUN=cpld_control_run.IN diff --git a/tests/tests/cpld_mpi_p8 b/tests/tests/cpld_mpi_p8 index 0df728fb55..f347a0ad27 100644 --- a/tests/tests/cpld_mpi_p8 +++ b/tests/tests/cpld_mpi_p8 @@ -1,10 +1,10 @@ # -# cpld_mpi P8 test +# cpld_mpi P8 aero test # -export TEST_DESCR="Fully coupled FV3-CCPP-MOM6-CICE-CMEPS-WW3 system - C96MX100 - change mpi task test" +export TEST_DESCR="Fully coupled FV3-CCPP-GOCART-MOM6-CICE-CMEPS-WW3 system - C96MX100 - change mpi task test" -export CNTL_DIR="cpld_control_p8" +export CNTL_DIR="cpld_control_p8_aero" export LIST_FILES="sfcf024.tile1.nc \ sfcf024.tile2.nc \ @@ -53,6 +53,7 @@ export LIST_FILES="sfcf024.tile1.nc \ RESTART/MOM.res.nc \ RESTART/iced.2021-03-23-21600.nc \ RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc \ + gocart.inst_aod.20210323_0600z.nc4 \ 20210323.060000.out_grd.glo_1deg \ 20210323.060000.out_pnt.points \ 20210323.060000.restart.glo_1deg" @@ -72,6 +73,7 @@ export WRTTASK_PER_GROUP=$WPG_cpl_mpi export med_petlist_bounds=$MPB_cpl_mpi export atm_petlist_bounds=$APB_cpl_mpi +export chm_petlist_bounds=$CHM_cpl_mpi export ocn_petlist_bounds=$OPB_cpl_mpi export ice_petlist_bounds=$IPB_cpl_mpi export wav_petlist_bounds=$WPB_cpl_mpi @@ -83,4 +85,9 @@ export BLCKY=`expr $NY_GLB / 2` export eps_imesh=2.5e-1 +export CPLCHM=.true. +export NEMS_CONFIGURE=nems.configure.cpld_aero_wave.IN +export FIELD_TABLE=field_table_thompson_noaero_tke_GOCART +export DIAG_TABLE=diag_table_p7.2_template + export FV3_RUN=cpld_control_run.IN diff --git a/tests/tests/cpld_restart_c192_p8 b/tests/tests/cpld_restart_c192_p8 index 7a1cc5bede..b24323a2ae 100644 --- a/tests/tests/cpld_restart_c192_p8 +++ b/tests/tests/cpld_restart_c192_p8 @@ -1,9 +1,9 @@ # -# cpld_restart_c192_p8 test +# cpld_restart_c192_p8_aero test # -export TEST_DESCR="Fully coupled FV3-CCPP-MOM6-CICE-CMEPS system - C192 MX050 - 24h P8 restart test" +export TEST_DESCR="Fully coupled FV3-CCPP-GOCART-MOM6-CICE-CMEPS system - C192 MX050 - 24h P8 restart test" -export CNTL_DIR="cpld_control_c192_p8" +export CNTL_DIR="cpld_control_c192_p8_aero" export LIST_FILES="sfcf036.tile1.nc \ sfcf036.tile2.nc \ @@ -17,6 +17,7 @@ export LIST_FILES="sfcf036.tile1.nc \ atmf036.tile4.nc \ atmf036.tile5.nc \ atmf036.tile6.nc \ + gocart.inst_aod.20210323_1800z.nc4 \ RESTART/coupler.res \ RESTART/fv_core.res.nc \ RESTART/fv_core.res.tile1.nc \ @@ -65,6 +66,8 @@ export RESTART_FILE_PREFIX="${SYEAR}${SMONTH}${SDAY}.$(printf "%02d" $(( ${FHROT export RESTART_FILE_SUFFIX_HRS="${SYEAR}-${SMONTH}-${SDAY}-$(printf "%02d" $(( ${FHROT} + ${SHOUR})))" export RESTART_FILE_SUFFIX_SECS="${SYEAR}-${SMONTH}-${SDAY}-$(printf "%02d" $(( (${FHROT}+ ${SHOUR})*3600 )))" +export DOMAINS_STACK_SIZE=16000000 + export TASKS=$TASKS_cpl_c192 export TPN=$TPN_cpl_c192 export INPES=$INPES_cpl_c192 @@ -74,6 +77,7 @@ export WRTTASK_PER_GROUP=$WPG_cpl_c192 export med_petlist_bounds=$MPB_cpl_c192 export atm_petlist_bounds=$APB_cpl_c192 +export chm_petlist_bounds=$CHM_cpl_c192 export ocn_petlist_bounds=$OPB_cpl_c192 export ice_petlist_bounds=$IPB_cpl_c192 @@ -148,6 +152,9 @@ export CPLWAV=.false. export CPLWAV2ATM=.false. export MOM6_USE_WAVES=False -export NEMS_CONFIGURE=nems.configure.cpld.IN +export CPLCHM=.true. +export NEMS_CONFIGURE=nems.configure.cpld_aero.IN +export FIELD_TABLE=field_table_thompson_noaero_tke_GOCART +export DIAG_TABLE=diag_table_p7.2_template export FV3_RUN=cpld_control_run.IN diff --git a/tests/tests/cpld_restart_c384_p8 b/tests/tests/cpld_restart_c384_p8 index 9b0e88ccb2..f6f26e0860 100644 --- a/tests/tests/cpld_restart_c384_p8 +++ b/tests/tests/cpld_restart_c384_p8 @@ -1,12 +1,13 @@ # -# cpld_restart_c384_p8 test +# cpld_restart_c384_p8_aero test # -export TEST_DESCR="Fully coupled FV3-CCPP-MOM6-CICE-CMEPS system - C384L127 MX025 - P8 restart" +export TEST_DESCR="Fully coupled FV3-CCPP-GOCART-MOM6-CICE-CMEPS system - C384L127 MX025 - P8 restart" -export CNTL_DIR="cpld_control_c384_p8" +export CNTL_DIR="cpld_control_c384_p8_aero" export LIST_FILES="sfcf006.nc \ atmf006.nc \ + gocart.inst_aod.20210322_1200z.nc4 \ RESTART/coupler.res \ RESTART/fv_core.res.nc \ RESTART/fv_core.res.tile1.nc \ @@ -56,6 +57,8 @@ export RESTART_N=$((FHMAX-$FHROT)) export OUTPUT_FH="3 -1" export FHZERO=3 +export DOMAINS_STACK_SIZE=16000000 + export RESTART_FILE_PREFIX="${SYEAR}${SMONTH}${SDAY}.$(printf "%02d" $(( ${FHROT} + ${SHOUR} )))0000" export RESTART_FILE_SUFFIX_HRS="${SYEAR}-${SMONTH}-${SDAY}-$(printf "%02d" $(( ${FHROT} + ${SHOUR})))" export RESTART_FILE_SUFFIX_SECS="${SYEAR}-${SMONTH}-${SDAY}-$(printf "%02d" $(( (${FHROT}+ ${SHOUR})*3600 )))" @@ -69,6 +72,7 @@ export WRTTASK_PER_GROUP=$WPG_cpl_c384 export med_petlist_bounds=$MPB_cpl_c384 export atm_petlist_bounds=$APB_cpl_c384 +export chm_petlist_bounds=$CHM_cpl_c384 export ocn_petlist_bounds=$OPB_cpl_c384 export ice_petlist_bounds=$IPB_cpl_c384 @@ -144,6 +148,9 @@ export CPLWAV=.false. export CPLWAV2ATM=.false. export MOM6_USE_WAVES=False -export NEMS_CONFIGURE=nems.configure.cpld.IN +export CPLCHM=.true. +export NEMS_CONFIGURE=nems.configure.cpld_aero.IN +export FIELD_TABLE=field_table_thompson_noaero_tke_GOCART +export DIAG_TABLE=diag_table_p7.2_template export FV3_RUN=cpld_control_run.IN diff --git a/tests/tests/cpld_restart_c96_p8 b/tests/tests/cpld_restart_c96_p8 index a443d844e4..a17fc0f916 100644 --- a/tests/tests/cpld_restart_c96_p8 +++ b/tests/tests/cpld_restart_c96_p8 @@ -1,10 +1,10 @@ # -# cpld_restart_c96_p8 test +# cpld_restart_c96_p8_aero test # -export TEST_DESCR="Fully coupled FV3-CCPP-MOM6-CICE-CMEPS system - C96MX100 - P8 restart" +export TEST_DESCR="Fully coupled FV3-CCPP-GOCART-MOM6-CICE-CMEPS system - C96MX100 - P8 restart" -export CNTL_DIR="cpld_control_c96_p8" +export CNTL_DIR="cpld_control_c96_p8_aero" export LIST_FILES="sfcf024.tile1.nc \ sfcf024.tile2.nc \ @@ -18,6 +18,7 @@ export LIST_FILES="sfcf024.tile1.nc \ atmf024.tile4.nc \ atmf024.tile5.nc \ atmf024.tile6.nc \ + gocart.inst_aod.20210323_0600z.nc4 \ RESTART/coupler.res \ RESTART/fv_core.res.nc \ RESTART/fv_core.res.tile1.nc \ @@ -95,6 +96,7 @@ export BLCKY=`expr $NY_GLB / 2` export med_petlist_bounds=$MPB_cpl_c96 export atm_petlist_bounds=$APB_cpl_c96 +export chm_petlist_bounds=$CHM_cpl_c96 export ocn_petlist_bounds=$OPB_cpl_c96 export ice_petlist_bounds=$IPB_cpl_c96 @@ -103,6 +105,9 @@ export CPLWAV2ATM=.false. export MOM6_USE_WAVES=False export eps_imesh=2.5e-1 -export NEMS_CONFIGURE=nems.configure.cpld.IN +export CPLCHM=.true. +export NEMS_CONFIGURE=nems.configure.cpld_aero.IN +export FIELD_TABLE=field_table_thompson_noaero_tke_GOCART +export DIAG_TABLE=diag_table_p7.2_template export FV3_RUN=cpld_control_run.IN From 742a6f0c321c0e4dbb83207345128799accea479 Mon Sep 17 00:00:00 2001 From: Jessica Meixner Date: Mon, 28 Feb 2022 16:34:55 +0000 Subject: [PATCH 054/106] remove cpl_*_aero tests as these are now just the cpl_* tests --- tests/tests/cpld_2threads_p8_aero | 93 --------------- tests/tests/cpld_bmark_p8_aero | 155 ------------------------- tests/tests/cpld_control_c192_p8_aero | 139 ---------------------- tests/tests/cpld_control_c384_p8_aero | 135 ---------------------- tests/tests/cpld_control_c96_p8_aero | 107 ----------------- tests/tests/cpld_control_p8_aero | 87 -------------- tests/tests/cpld_debug_p8_aero | 96 ---------------- tests/tests/cpld_decomp_p8_aero | 93 --------------- tests/tests/cpld_mpi_p8_aero | 93 --------------- tests/tests/cpld_restart_c192_p8_aero | 160 -------------------------- tests/tests/cpld_restart_c384_p8_aero | 156 ------------------------- tests/tests/cpld_restart_c96_p8_aero | 113 ------------------ 12 files changed, 1427 deletions(-) delete mode 100644 tests/tests/cpld_2threads_p8_aero delete mode 100644 tests/tests/cpld_bmark_p8_aero delete mode 100644 tests/tests/cpld_control_c192_p8_aero delete mode 100644 tests/tests/cpld_control_c384_p8_aero delete mode 100644 tests/tests/cpld_control_c96_p8_aero delete mode 100644 tests/tests/cpld_control_p8_aero delete mode 100644 tests/tests/cpld_debug_p8_aero delete mode 100644 tests/tests/cpld_decomp_p8_aero delete mode 100644 tests/tests/cpld_mpi_p8_aero delete mode 100644 tests/tests/cpld_restart_c192_p8_aero delete mode 100644 tests/tests/cpld_restart_c384_p8_aero delete mode 100644 tests/tests/cpld_restart_c96_p8_aero diff --git a/tests/tests/cpld_2threads_p8_aero b/tests/tests/cpld_2threads_p8_aero deleted file mode 100644 index ac53f3a24b..0000000000 --- a/tests/tests/cpld_2threads_p8_aero +++ /dev/null @@ -1,93 +0,0 @@ -# -# cpld_2threads P8 aero test -# - -export TEST_DESCR="Fully coupled FV3-CCPP-GOCART-MOM6-CICE-CMEPS-WW3 system - C96MX100 - 2 threads" - -export CNTL_DIR="cpld_control_p8_aero" - -export LIST_FILES="sfcf024.tile1.nc \ - sfcf024.tile2.nc \ - sfcf024.tile3.nc \ - sfcf024.tile4.nc \ - sfcf024.tile5.nc \ - sfcf024.tile6.nc \ - atmf024.tile1.nc \ - atmf024.tile2.nc \ - atmf024.tile3.nc \ - atmf024.tile4.nc \ - atmf024.tile5.nc \ - atmf024.tile6.nc \ - RESTART/coupler.res \ - RESTART/fv_core.res.nc \ - RESTART/fv_core.res.tile1.nc \ - RESTART/fv_core.res.tile2.nc \ - RESTART/fv_core.res.tile3.nc \ - RESTART/fv_core.res.tile4.nc \ - RESTART/fv_core.res.tile5.nc \ - RESTART/fv_core.res.tile6.nc \ - RESTART/fv_srf_wnd.res.tile1.nc \ - RESTART/fv_srf_wnd.res.tile2.nc \ - RESTART/fv_srf_wnd.res.tile3.nc \ - RESTART/fv_srf_wnd.res.tile4.nc \ - RESTART/fv_srf_wnd.res.tile5.nc \ - RESTART/fv_srf_wnd.res.tile6.nc \ - RESTART/fv_tracer.res.tile1.nc \ - RESTART/fv_tracer.res.tile2.nc \ - RESTART/fv_tracer.res.tile3.nc \ - RESTART/fv_tracer.res.tile4.nc \ - RESTART/fv_tracer.res.tile5.nc \ - RESTART/fv_tracer.res.tile6.nc \ - RESTART/phy_data.tile1.nc \ - RESTART/phy_data.tile2.nc \ - RESTART/phy_data.tile3.nc \ - RESTART/phy_data.tile4.nc \ - RESTART/phy_data.tile5.nc \ - RESTART/phy_data.tile6.nc \ - RESTART/sfc_data.tile1.nc \ - RESTART/sfc_data.tile2.nc \ - RESTART/sfc_data.tile3.nc \ - RESTART/sfc_data.tile4.nc \ - RESTART/sfc_data.tile5.nc \ - RESTART/sfc_data.tile6.nc \ - RESTART/MOM.res.nc \ - RESTART/iced.2021-03-23-21600.nc \ - RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc \ - gocart.inst_aod.20210323_0600z.nc4 \ - 20210323.060000.out_grd.glo_1deg \ - 20210323.060000.out_pnt.points \ - 20210323.060000.restart.glo_1deg" - -export_fv3 -export_cpl - -export RESTART_N=12 -export RESTART_INTERVAL="${RESTART_N} -1" - -export TASKS=$TASKS_cpl_thrd -export TPN=$TPN_cpl_thrd -export INPES=$INPES_cpl_thrd -export JNPES=$JNPES_cpl_thrd -export THRD=$THRD_cpl_thrd -export WRTTASK_PER_GROUP=$WPG_cpl_thrd - -export med_petlist_bounds=$MPB_cpl_thrd -export atm_petlist_bounds=$APB_cpl_thrd -export chm_petlist_bounds=$CHM_cpl_thrd -export ocn_petlist_bounds=$OPB_cpl_thrd -export ice_petlist_bounds=$IPB_cpl_thrd -export wav_petlist_bounds=$WPB_cpl_thrd - -export NPROC_ICE=$NPROC_ICE_cpl_thrd -export np2=`expr $NPROC_ICE / 2` -export BLCKX=`expr $NX_GLB / $np2` -export BLCKY=`expr $NY_GLB / 2` - -export eps_imesh=2.5e-1 - -export CPLCHM=.true. -export NEMS_CONFIGURE=nems.configure.cpld_aero_wave.IN -export FIELD_TABLE=field_table_thompson_noaero_tke_GOCART -export DIAG_TABLE=diag_table_p7.2_template - -export FV3_RUN=cpld_control_run.IN diff --git a/tests/tests/cpld_bmark_p8_aero b/tests/tests/cpld_bmark_p8_aero deleted file mode 100644 index 881a974872..0000000000 --- a/tests/tests/cpld_bmark_p8_aero +++ /dev/null @@ -1,155 +0,0 @@ -# -# cpld_bmark_p8_aero test -# -export TEST_DESCR="Fully coupled FV3-CCPP-MOM6-CICE-CMEPS-GOCART-WW3 system - C384L127 MX025 - Benchmark P8 test" - -export CNTL_DIR="cpld_bmark_p8_aero" - -export LIST_FILES="sfcf006.nc \ - atmf006.nc \ - gocart.inst_aod.20130401_0600z.nc4 \ - 20130401.060000.out_grd.gwes_30m \ - 20130401.060000.out_pnt.points \ - RESTART/coupler.res \ - RESTART/fv_core.res.nc \ - RESTART/fv_core.res.tile1.nc \ - RESTART/fv_core.res.tile2.nc \ - RESTART/fv_core.res.tile3.nc \ - RESTART/fv_core.res.tile4.nc \ - RESTART/fv_core.res.tile5.nc \ - RESTART/fv_core.res.tile6.nc \ - RESTART/fv_srf_wnd.res.tile1.nc \ - RESTART/fv_srf_wnd.res.tile2.nc \ - RESTART/fv_srf_wnd.res.tile3.nc \ - RESTART/fv_srf_wnd.res.tile4.nc \ - RESTART/fv_srf_wnd.res.tile5.nc \ - RESTART/fv_srf_wnd.res.tile6.nc \ - RESTART/fv_tracer.res.tile1.nc \ - RESTART/fv_tracer.res.tile2.nc \ - RESTART/fv_tracer.res.tile3.nc \ - RESTART/fv_tracer.res.tile4.nc \ - RESTART/fv_tracer.res.tile5.nc \ - RESTART/fv_tracer.res.tile6.nc \ - RESTART/phy_data.tile1.nc \ - RESTART/phy_data.tile2.nc \ - RESTART/phy_data.tile3.nc \ - RESTART/phy_data.tile4.nc \ - RESTART/phy_data.tile5.nc \ - RESTART/phy_data.tile6.nc \ - RESTART/sfc_data.tile1.nc \ - RESTART/sfc_data.tile2.nc \ - RESTART/sfc_data.tile3.nc \ - RESTART/sfc_data.tile4.nc \ - RESTART/sfc_data.tile5.nc \ - RESTART/sfc_data.tile6.nc \ - RESTART/MOM.res.nc \ - RESTART/MOM.res_1.nc \ - RESTART/MOM.res_2.nc \ - RESTART/MOM.res_3.nc \ - RESTART/iced.2013-04-01-21600.nc \ - RESTART/ufs.cpld.cpl.r.2013-04-01-21600.nc" - -export_fv3 -export_cpl - -export SYEAR=2013 -export SMONTH=04 -export SDAY=01 -export SHOUR=00 -export SECS=`expr $SHOUR \* 3600` -export BMIC=.true. - -export DAYS=0.25 -export FHMAX=6 -export RESTART_N=`expr ${FHMAX} - ${FHROT}` -export RESTART_INTERVAL="${RESTART_N} -1" - -export WLCLK=45 - -export DOMAINS_STACK_SIZE=16000000 - -export TASKS=$TASKS_cpl_bmrk_aero -export TPN=$TPN_cpl_bmrk_aero -export INPES=$INPES_cpl_bmrk_aero -export JNPES=$JNPES_cpl_bmrk_aero -export THRD=$THRD_cpl_bmrk_aero -export WRTTASK_PER_GROUP=$WPG_cpl_bmrk_aero - -export med_petlist_bounds=$MPB_cpl_bmrk_aero -export atm_petlist_bounds=$APB_cpl_bmrk_aero -export chm_petlist_bounds=$CHM_cpl_bmrk_aero -export ocn_petlist_bounds=$OPB_cpl_bmrk_aero -export ice_petlist_bounds=$IPB_cpl_bmrk_aero -export wav_petlist_bounds=$WPB_cpl_bmrk_aero - -# atm/ocn/ice resolution -export ATMRES=C384 -export NPX=385 -export NPY=385 -export IMO=1536 -export JMO=768 -export OUTPUT_GRID="'gaussian_grid'" -export ATMTILESIZE=`expr $NPX - 1` - -export OCNRES=025 -export ICERES=0.25 -export NX_GLB=1440 -export NY_GLB=1080 -export NPROC_ICE=$NPROC_ICE_cpl_bmrk -export np2=`expr $NPROC_ICE / 2` -export BLCKX=`expr $NX_GLB / $np2` -export BLCKY=`expr $NY_GLB / 2` - -# set component and coupling timesteps -export DT_ATMOS=300 -export DT_CICE=${DT_ATMOS} -export DT_DYNAM_MOM6=900 -export DT_THERM_MOM6=1800 - -export CPLCHM=.true. - -# nems.configure -export NEMS_CONFIGURE=nems.configure.cpld_aero_wave.IN -export coupling_interval_slow_sec=${DT_THERM_MOM6} -export coupling_interval_fast_sec=${DT_ATMOS} - -# resolution dependent files -export MOM_INPUT=MOM_input_template_${OCNRES} -export MESHOCN_ICE=mesh.mx${OCNRES}.nc -export CICEGRID=grid_cice_NEMS_mx${OCNRES}.nc -export CICEMASK=kmtu_cice_NEMS_mx${OCNRES}.nc -export CHLCLIM=seawifs-clim-1997-2010.${NX_GLB}x${NY_GLB}.v20180328.nc -export FRUNOFF=runoff.daitren.clim.${NX_GLB}x${NY_GLB}.v20180328.nc - -export FNALBC="'C384.snowfree_albedo.tileX.nc'" -export FNALBC2="'C384.facsf.tileX.nc'" -export FNTG3C="'C384.substrate_temperature.tileX.nc'" -export FNVEGC="'C384.vegetation_greenness.tileX.nc'" -export FNVETC="'C384.vegetation_type.tileX.nc'" -export FNSOTC="'C384.soil_type.tileX.nc'" -export FNVMNC="'C384.vegetation_greenness.tileX.nc'" -export FNVMXC="'C384.vegetation_greenness.tileX.nc'" -export FNSLPC="'C384.slope_type.tileX.nc'" -export FNABSC="'C384.maximum_snow_albedo.tileX.nc'" - -export CDMBWD=${CDMBWD_c384} -export DT_INNER=${DT_INNER_c384} - -export MOM6_RIVER_RUNOFF=True -export MOM6_RESTART_SETTING=r - -export WW3GRIDLINE="'gwes_30m' 'no' 'CPL:native' 'CPL:native' 'CPL:native' 'no' 'no' 'no' 'no' 'no' 1 1 0.00 1.00 F" -export WW3RSTDTHR=${FHMAX} -export DT_2_RST="$(printf "%02d" $(( ${WW3RSTDTHR}*3600 )))" -export RUN_BEG="${SYEAR}${SMONTH}${SDAY} $(printf "%02d" $(( ${SHOUR} )))0000" -export RUN_END="2100${SMONTH}${SDAY} $(printf "%02d" $(( ${SHOUR} )))0000" -export OUT_BEG=$RUN_BEG -export OUT_END=$RUN_END -export RST_BEG=$RUN_BEG -export RST_2_BEG=$RUN_BEG -export RST_END=$RUN_END -export RST_2_END=$RUN_END - -export FV3_RUN=cpld_control_run.IN -export FIELD_TABLE=field_table_thompson_noaero_tke_GOCART -export DIAG_TABLE=diag_table_p7.2_template diff --git a/tests/tests/cpld_control_c192_p8_aero b/tests/tests/cpld_control_c192_p8_aero deleted file mode 100644 index 07038679d7..0000000000 --- a/tests/tests/cpld_control_c192_p8_aero +++ /dev/null @@ -1,139 +0,0 @@ -# -# cpld_control_c192_p8 aero test -# -export TEST_DESCR="Fully coupled FV3-CCPP-GOCART-MOM6-CICE-CMEPS system - C192 MX050 - P8 test" - -export CNTL_DIR="cpld_control_c192_p8_aero" - -export LIST_FILES="sfcf036.tile1.nc \ - sfcf036.tile2.nc \ - sfcf036.tile3.nc \ - sfcf036.tile4.nc \ - sfcf036.tile5.nc \ - sfcf036.tile6.nc \ - atmf036.tile1.nc \ - atmf036.tile2.nc \ - atmf036.tile3.nc \ - atmf036.tile4.nc \ - atmf036.tile5.nc \ - atmf036.tile6.nc \ - gocart.inst_aod.20210323_1800z.nc4 \ - RESTART/coupler.res \ - RESTART/fv_core.res.nc \ - RESTART/fv_core.res.tile1.nc \ - RESTART/fv_core.res.tile2.nc \ - RESTART/fv_core.res.tile3.nc \ - RESTART/fv_core.res.tile4.nc \ - RESTART/fv_core.res.tile5.nc \ - RESTART/fv_core.res.tile6.nc \ - RESTART/fv_srf_wnd.res.tile1.nc \ - RESTART/fv_srf_wnd.res.tile2.nc \ - RESTART/fv_srf_wnd.res.tile3.nc \ - RESTART/fv_srf_wnd.res.tile4.nc \ - RESTART/fv_srf_wnd.res.tile5.nc \ - RESTART/fv_srf_wnd.res.tile6.nc \ - RESTART/fv_tracer.res.tile1.nc \ - RESTART/fv_tracer.res.tile2.nc \ - RESTART/fv_tracer.res.tile3.nc \ - RESTART/fv_tracer.res.tile4.nc \ - RESTART/fv_tracer.res.tile5.nc \ - RESTART/fv_tracer.res.tile6.nc \ - RESTART/phy_data.tile1.nc \ - RESTART/phy_data.tile2.nc \ - RESTART/phy_data.tile3.nc \ - RESTART/phy_data.tile4.nc \ - RESTART/phy_data.tile5.nc \ - RESTART/phy_data.tile6.nc \ - RESTART/sfc_data.tile1.nc \ - RESTART/sfc_data.tile2.nc \ - RESTART/sfc_data.tile3.nc \ - RESTART/sfc_data.tile4.nc \ - RESTART/sfc_data.tile5.nc \ - RESTART/sfc_data.tile6.nc \ - RESTART/MOM.res.nc \ - RESTART/iced.2021-03-23-64800.nc \ - RESTART/ufs.cpld.cpl.r.2021-03-23-64800.nc" - -export_fv3 -export_cpl - -export DAYS=1.5 -export FHMAX=36 -export RESTART_N=12 -export RESTART_INTERVAL="${RESTART_N} -1" - -export DOMAINS_STACK_SIZE=16000000 - -export TASKS=$TASKS_cpl_c192 -export TPN=$TPN_cpl_c192 -export INPES=$INPES_cpl_c192 -export JNPES=$JNPES_cpl_c192 -export THRD=$THRD_cpl_c192 -export WRTTASK_PER_GROUP=$WPG_cpl_c192 - -export med_petlist_bounds=$MPB_cpl_c192 -export atm_petlist_bounds=$APB_cpl_c192 -export chm_petlist_bounds=$CHM_cpl_c192 -export ocn_petlist_bounds=$OPB_cpl_c192 -export ice_petlist_bounds=$IPB_cpl_c192 - -# atm/ocn/ice resolution -export ATMRES=C192 -export NPX=193 -export NPY=193 -export IMO=768 -export JMO=384 -export ATMTILESIZE=`expr $NPX - 1` - -export OCNRES=050 -export ICERES=0.50 -export NX_GLB=720 -export NY_GLB=576 -export NPROC_ICE=$NPROC_ICE_cpl_c192 -export np2=`expr $NPROC_ICE / 2` -export BLCKX=`expr $NX_GLB / $np2` -export BLCKY=`expr $NY_GLB / 2` - -# set component and coupling timesteps -export DT_ATMOS=600 -export DT_CICE=${DT_ATMOS} -export DT_DYNAM_MOM6=1800 -export DT_THERM_MOM6=3600 - -# nems.configure -export coupling_interval_slow_sec=${DT_THERM_MOM6} -export coupling_interval_fast_sec=${DT_ATMOS} - -# resolution dependent files -export MOM_INPUT=MOM_input_template_${OCNRES} -export MESHOCN_ICE=mesh.mx${OCNRES}.nc -export CICEGRID=grid_cice_NEMS_mx${OCNRES}.nc -export CICEMASK=kmtu_cice_NEMS_mx${OCNRES}.nc -export CHLCLIM=seawifs-clim-1997-2010.${NX_GLB}x${NY_GLB}.v20180328.nc -export FRUNOFF=runoff.daitren.clim.${NX_GLB}x${NY_GLB}.v20180328.nc -export MOM6_RIVER_RUNOFF=True - -export FNALBC="'C192.snowfree_albedo.tileX.nc'" -export FNALBC2="'C192.facsf.tileX.nc'" -export FNTG3C="'C192.substrate_temperature.tileX.nc'" -export FNVEGC="'C192.vegetation_greenness.tileX.nc'" -export FNVETC="'C192.vegetation_type.tileX.nc'" -export FNSOTC="'C192.soil_type.tileX.nc'" -export FNVMNC="'C192.vegetation_greenness.tileX.nc'" -export FNVMXC="'C192.vegetation_greenness.tileX.nc'" -export FNSLPC="'C192.slope_type.tileX.nc'" -export FNABSC="'C192.maximum_snow_albedo.tileX.nc'" - -export CDMBWD=${CDMBWD_c192} -export DT_INNER=${DT_INNER_c384} - -export CPLWAV=.false. -export CPLWAV2ATM=.false. -export MOM6_USE_WAVES=False - -export CPLCHM=.true. -export NEMS_CONFIGURE=nems.configure.cpld_aero.IN -export FIELD_TABLE=field_table_thompson_noaero_tke_GOCART -export DIAG_TABLE=diag_table_p7.2_template - -export FV3_RUN=cpld_control_run.IN diff --git a/tests/tests/cpld_control_c384_p8_aero b/tests/tests/cpld_control_c384_p8_aero deleted file mode 100644 index 3c35423538..0000000000 --- a/tests/tests/cpld_control_c384_p8_aero +++ /dev/null @@ -1,135 +0,0 @@ -# -# cpld_control_c384_p8_aero test -# -export TEST_DESCR="Fully coupled FV3-CCPP-GOCART-MOM6-CICE-CMEPS system - C384L127 MX025 - P8 test " - -export CNTL_DIR="cpld_control_c384_p8_aero" - -export LIST_FILES="sfcf006.nc \ - atmf006.nc \ - gocart.inst_aod.20210322_1200z.nc4 \ - RESTART/coupler.res \ - RESTART/fv_core.res.nc \ - RESTART/fv_core.res.tile1.nc \ - RESTART/fv_core.res.tile2.nc \ - RESTART/fv_core.res.tile3.nc \ - RESTART/fv_core.res.tile4.nc \ - RESTART/fv_core.res.tile5.nc \ - RESTART/fv_core.res.tile6.nc \ - RESTART/fv_srf_wnd.res.tile1.nc \ - RESTART/fv_srf_wnd.res.tile2.nc \ - RESTART/fv_srf_wnd.res.tile3.nc \ - RESTART/fv_srf_wnd.res.tile4.nc \ - RESTART/fv_srf_wnd.res.tile5.nc \ - RESTART/fv_srf_wnd.res.tile6.nc \ - RESTART/fv_tracer.res.tile1.nc \ - RESTART/fv_tracer.res.tile2.nc \ - RESTART/fv_tracer.res.tile3.nc \ - RESTART/fv_tracer.res.tile4.nc \ - RESTART/fv_tracer.res.tile5.nc \ - RESTART/fv_tracer.res.tile6.nc \ - RESTART/phy_data.tile1.nc \ - RESTART/phy_data.tile2.nc \ - RESTART/phy_data.tile3.nc \ - RESTART/phy_data.tile4.nc \ - RESTART/phy_data.tile5.nc \ - RESTART/phy_data.tile6.nc \ - RESTART/sfc_data.tile1.nc \ - RESTART/sfc_data.tile2.nc \ - RESTART/sfc_data.tile3.nc \ - RESTART/sfc_data.tile4.nc \ - RESTART/sfc_data.tile5.nc \ - RESTART/sfc_data.tile6.nc \ - RESTART/MOM.res.nc \ - RESTART/MOM.res_1.nc \ - RESTART/MOM.res_2.nc \ - RESTART/MOM.res_3.nc \ - RESTART/iced.2021-03-22-43200.nc \ - RESTART/ufs.cpld.cpl.r.2021-03-22-43200.nc" - -export_fv3 -export_cpl - -export DAYS=0.25 -export FHMAX=6 -export RESTART_N=3 -export RESTART_INTERVAL="${RESTART_N} -1" -export OUTPUT_FH="3 -1" -export FHZERO=3 - -export DOMAINS_STACK_SIZE=16000000 - -export TASKS=$TASKS_cpl_c384 -export TPN=$TPN_cpl_c384 -export INPES=$INPES_cpl_c384 -export JNPES=$JNPES_cpl_c384 -export THRD=$THRD_cpl_c384 -export WRTTASK_PER_GROUP=$WPG_cpl_c384 - -export med_petlist_bounds=$MPB_cpl_c384 -export atm_petlist_bounds=$APB_cpl_c384 -export chm_petlist_bounds=$CHM_cpl_c384 -export ocn_petlist_bounds=$OPB_cpl_c384 -export ice_petlist_bounds=$IPB_cpl_c384 - -# atm/ocn/ice resolution -export ATMRES=C384 -export NPX=385 -export NPY=385 -export IMO=1536 -export JMO=768 -export OUTPUT_GRID="'gaussian_grid'" -export ATMTILESIZE=`expr $NPX - 1` - -export OCNRES=025 -export ICERES=0.25 -export NX_GLB=1440 -export NY_GLB=1080 -export NPROC_ICE=$NPROC_ICE_cpl_c384 -export np2=`expr $NPROC_ICE / 2` -export BLCKX=`expr $NX_GLB / $np2` -export BLCKY=`expr $NY_GLB / 2` - -# set component and coupling timesteps -export DT_ATMOS=300 -export DT_CICE=${DT_ATMOS} -export DT_DYNAM_MOM6=900 -export DT_THERM_MOM6=1800 - -# nems.configure -export coupling_interval_slow_sec=${DT_THERM_MOM6} -export coupling_interval_fast_sec=${DT_ATMOS} - -# resolution dependent files -export MOM_INPUT=MOM_input_template_${OCNRES} -export MESHOCN_ICE=mesh.mx${OCNRES}.nc -export CICEGRID=grid_cice_NEMS_mx${OCNRES}.nc -export CICEMASK=kmtu_cice_NEMS_mx${OCNRES}.nc -export CHLCLIM=seawifs-clim-1997-2010.${NX_GLB}x${NY_GLB}.v20180328.nc -export FRUNOFF=runoff.daitren.clim.${NX_GLB}x${NY_GLB}.v20180328.nc -export MOM6_RIVER_RUNOFF=True - -export FNALBC="'C384.snowfree_albedo.tileX.nc'" -export FNALBC2="'C384.facsf.tileX.nc'" -export FNTG3C="'C384.substrate_temperature.tileX.nc'" -export FNVEGC="'C384.vegetation_greenness.tileX.nc'" -export FNVETC="'C384.vegetation_type.tileX.nc'" -export FNSOTC="'C384.soil_type.tileX.nc'" -export FNVMNC="'C384.vegetation_greenness.tileX.nc'" -export FNVMXC="'C384.vegetation_greenness.tileX.nc'" -export FNSLPC="'C384.slope_type.tileX.nc'" -export FNABSC="'C384.maximum_snow_albedo.tileX.nc'" - -export CDMBWD=${CDMBWD_c384} -export DT_INNER=${DT_INNER_c384} - -export CPLWAV=.false. -export CPLWAV2ATM=.false. -export MOM6_USE_WAVES=False - -export CPLCHM=.true. -export NEMS_CONFIGURE=nems.configure.cpld_aero.IN -export FIELD_TABLE=field_table_thompson_noaero_tke_GOCART -export DIAG_TABLE=diag_table_p7.2_template - -export FV3_RUN=cpld_control_run.IN diff --git a/tests/tests/cpld_control_c96_p8_aero b/tests/tests/cpld_control_c96_p8_aero deleted file mode 100644 index 68ebade39a..0000000000 --- a/tests/tests/cpld_control_c96_p8_aero +++ /dev/null @@ -1,107 +0,0 @@ -# -# cpld_control C96 P8 aero test -# - -export TEST_DESCR="Fully coupled FV3-CCPP-GOCART-MOM6-CICE-CMEPS system - C96MX100" - -export CNTL_DIR="cpld_control_c96_p8_aero" - -export LIST_FILES="sfcf021.tile1.nc \ - sfcf021.tile2.nc \ - sfcf021.tile3.nc \ - sfcf021.tile4.nc \ - sfcf021.tile5.nc \ - sfcf021.tile6.nc \ - atmf021.tile1.nc \ - atmf021.tile2.nc \ - atmf021.tile3.nc \ - atmf021.tile4.nc \ - atmf021.tile5.nc \ - atmf021.tile6.nc \ - sfcf024.tile1.nc \ - sfcf024.tile2.nc \ - sfcf024.tile3.nc \ - sfcf024.tile4.nc \ - sfcf024.tile5.nc \ - sfcf024.tile6.nc \ - atmf024.tile1.nc \ - atmf024.tile2.nc \ - atmf024.tile3.nc \ - atmf024.tile4.nc \ - atmf024.tile5.nc \ - atmf024.tile6.nc \ - gocart.inst_aod.20210323_0600z.nc4 \ - RESTART/coupler.res \ - RESTART/fv_core.res.nc \ - RESTART/fv_core.res.tile1.nc \ - RESTART/fv_core.res.tile2.nc \ - RESTART/fv_core.res.tile3.nc \ - RESTART/fv_core.res.tile4.nc \ - RESTART/fv_core.res.tile5.nc \ - RESTART/fv_core.res.tile6.nc \ - RESTART/fv_srf_wnd.res.tile1.nc \ - RESTART/fv_srf_wnd.res.tile2.nc \ - RESTART/fv_srf_wnd.res.tile3.nc \ - RESTART/fv_srf_wnd.res.tile4.nc \ - RESTART/fv_srf_wnd.res.tile5.nc \ - RESTART/fv_srf_wnd.res.tile6.nc \ - RESTART/fv_tracer.res.tile1.nc \ - RESTART/fv_tracer.res.tile2.nc \ - RESTART/fv_tracer.res.tile3.nc \ - RESTART/fv_tracer.res.tile4.nc \ - RESTART/fv_tracer.res.tile5.nc \ - RESTART/fv_tracer.res.tile6.nc \ - RESTART/phy_data.tile1.nc \ - RESTART/phy_data.tile2.nc \ - RESTART/phy_data.tile3.nc \ - RESTART/phy_data.tile4.nc \ - RESTART/phy_data.tile5.nc \ - RESTART/phy_data.tile6.nc \ - RESTART/sfc_data.tile1.nc \ - RESTART/sfc_data.tile2.nc \ - RESTART/sfc_data.tile3.nc \ - RESTART/sfc_data.tile4.nc \ - RESTART/sfc_data.tile5.nc \ - RESTART/sfc_data.tile6.nc \ - RESTART/MOM.res.nc \ - RESTART/iced.2021-03-23-21600.nc \ - RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc" - -#TODO: add comparison of CA restart files? - -export_fv3 -export_cpl - -export RESTART_N=12 -export RESTART_INTERVAL="${RESTART_N} -1" -export OUTPUT_FH='0 21 24' - -export TASKS=$TASKS_cpl_c96 -export TPN=$TPN_cpl_c96 -export INPES=$INPES_cpl_c96 -export JNPES=$JNPES_cpl_c96 -export THRD=$THRD_cpl_c96 -export WRTTASK_PER_GROUP=$WPG_cpl_c96 - -export NPROC_ICE=$NPROC_ICE_cpl_c96 -export np2=`expr $NPROC_ICE / 2` -export BLCKX=`expr $NX_GLB / $np2` -export BLCKY=`expr $NY_GLB / 2` - -export med_petlist_bounds=$MPB_cpl_c96 -export atm_petlist_bounds=$APB_cpl_c96 -export chm_petlist_bounds=$CHM_cpl_c96 -export ocn_petlist_bounds=$OPB_cpl_c96 -export ice_petlist_bounds=$IPB_cpl_c96 - -export CPLWAV=.false. -export CPLWAV2ATM=.false. -export MOM6_USE_WAVES=False -export eps_imesh=2.5e-1 - -export CPLCHM=.true. -export NEMS_CONFIGURE=nems.configure.cpld_aero.IN -export FIELD_TABLE=field_table_thompson_noaero_tke_GOCART -export DIAG_TABLE=diag_table_p7.2_template - -export FV3_RUN=cpld_control_run.IN diff --git a/tests/tests/cpld_control_p8_aero b/tests/tests/cpld_control_p8_aero deleted file mode 100644 index 8c5ec347a2..0000000000 --- a/tests/tests/cpld_control_p8_aero +++ /dev/null @@ -1,87 +0,0 @@ -# -# cpld_control P8 aero test -# - -export TEST_DESCR="Fully coupled FV3-CCPP-GOCART-MOM6-CICE-CMEPS-WW3 system - C96MX100" - -export CNTL_DIR="cpld_control_p8_aero" - -export LIST_FILES="sfcf021.tile1.nc \ - sfcf021.tile2.nc \ - sfcf021.tile3.nc \ - sfcf021.tile4.nc \ - sfcf021.tile5.nc \ - sfcf021.tile6.nc \ - atmf021.tile1.nc \ - atmf021.tile2.nc \ - atmf021.tile3.nc \ - atmf021.tile4.nc \ - atmf021.tile5.nc \ - atmf021.tile6.nc \ - sfcf024.tile1.nc \ - sfcf024.tile2.nc \ - sfcf024.tile3.nc \ - sfcf024.tile4.nc \ - sfcf024.tile5.nc \ - sfcf024.tile6.nc \ - atmf024.tile1.nc \ - atmf024.tile2.nc \ - atmf024.tile3.nc \ - atmf024.tile4.nc \ - atmf024.tile5.nc \ - atmf024.tile6.nc \ - RESTART/coupler.res \ - RESTART/fv_core.res.nc \ - RESTART/fv_core.res.tile1.nc \ - RESTART/fv_core.res.tile2.nc \ - RESTART/fv_core.res.tile3.nc \ - RESTART/fv_core.res.tile4.nc \ - RESTART/fv_core.res.tile5.nc \ - RESTART/fv_core.res.tile6.nc \ - RESTART/fv_srf_wnd.res.tile1.nc \ - RESTART/fv_srf_wnd.res.tile2.nc \ - RESTART/fv_srf_wnd.res.tile3.nc \ - RESTART/fv_srf_wnd.res.tile4.nc \ - RESTART/fv_srf_wnd.res.tile5.nc \ - RESTART/fv_srf_wnd.res.tile6.nc \ - RESTART/fv_tracer.res.tile1.nc \ - RESTART/fv_tracer.res.tile2.nc \ - RESTART/fv_tracer.res.tile3.nc \ - RESTART/fv_tracer.res.tile4.nc \ - RESTART/fv_tracer.res.tile5.nc \ - RESTART/fv_tracer.res.tile6.nc \ - RESTART/phy_data.tile1.nc \ - RESTART/phy_data.tile2.nc \ - RESTART/phy_data.tile3.nc \ - RESTART/phy_data.tile4.nc \ - RESTART/phy_data.tile5.nc \ - RESTART/phy_data.tile6.nc \ - RESTART/sfc_data.tile1.nc \ - RESTART/sfc_data.tile2.nc \ - RESTART/sfc_data.tile3.nc \ - RESTART/sfc_data.tile4.nc \ - RESTART/sfc_data.tile5.nc \ - RESTART/sfc_data.tile6.nc \ - RESTART/MOM.res.nc \ - RESTART/iced.2021-03-23-21600.nc \ - RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc \ - gocart.inst_aod.20210323_0600z.nc4 \ - 20210323.060000.out_grd.glo_1deg \ - 20210323.060000.out_pnt.points \ - 20210323.060000.restart.glo_1deg" - -export_fv3 -export_cpl - -export RESTART_N=12 -export RESTART_INTERVAL="${RESTART_N} -1" -export OUTPUT_FH='0 21 24' - -export CPLCHM=.true. -export NEMS_CONFIGURE=nems.configure.cpld_aero_wave.IN -export FIELD_TABLE=field_table_thompson_noaero_tke_GOCART -export DIAG_TABLE=diag_table_p7.2_template - -export eps_imesh=2.5e-1 - -export FV3_RUN=cpld_control_run.IN diff --git a/tests/tests/cpld_debug_p8_aero b/tests/tests/cpld_debug_p8_aero deleted file mode 100644 index 5469cb59e4..0000000000 --- a/tests/tests/cpld_debug_p8_aero +++ /dev/null @@ -1,96 +0,0 @@ -# -# cpld_debug_p8 aero test -# - -export TEST_DESCR="Fully coupled FV3-CCPP-GOCART-MOM6-CICE-CMEPS system - C96MX100 - P8 debug" - -export CNTL_DIR="cpld_debug_p8_aero" - -export LIST_FILES="sfcf006.tile1.nc \ - sfcf006.tile2.nc \ - sfcf006.tile3.nc \ - sfcf006.tile4.nc \ - sfcf006.tile5.nc \ - sfcf006.tile6.nc \ - atmf006.tile1.nc \ - atmf006.tile2.nc \ - atmf006.tile3.nc \ - atmf006.tile4.nc \ - atmf006.tile5.nc \ - atmf006.tile6.nc \ - gocart.inst_aod.20210322_1200z.nc4 \ - RESTART/coupler.res \ - RESTART/fv_core.res.nc \ - RESTART/fv_core.res.tile1.nc \ - RESTART/fv_core.res.tile2.nc \ - RESTART/fv_core.res.tile3.nc \ - RESTART/fv_core.res.tile4.nc \ - RESTART/fv_core.res.tile5.nc \ - RESTART/fv_core.res.tile6.nc \ - RESTART/fv_srf_wnd.res.tile1.nc \ - RESTART/fv_srf_wnd.res.tile2.nc \ - RESTART/fv_srf_wnd.res.tile3.nc \ - RESTART/fv_srf_wnd.res.tile4.nc \ - RESTART/fv_srf_wnd.res.tile5.nc \ - RESTART/fv_srf_wnd.res.tile6.nc \ - RESTART/fv_tracer.res.tile1.nc \ - RESTART/fv_tracer.res.tile2.nc \ - RESTART/fv_tracer.res.tile3.nc \ - RESTART/fv_tracer.res.tile4.nc \ - RESTART/fv_tracer.res.tile5.nc \ - RESTART/fv_tracer.res.tile6.nc \ - RESTART/phy_data.tile1.nc \ - RESTART/phy_data.tile2.nc \ - RESTART/phy_data.tile3.nc \ - RESTART/phy_data.tile4.nc \ - RESTART/phy_data.tile5.nc \ - RESTART/phy_data.tile6.nc \ - RESTART/sfc_data.tile1.nc \ - RESTART/sfc_data.tile2.nc \ - RESTART/sfc_data.tile3.nc \ - RESTART/sfc_data.tile4.nc \ - RESTART/sfc_data.tile5.nc \ - RESTART/sfc_data.tile6.nc \ - RESTART/MOM.res.nc \ - RESTART/iced.2021-03-22-43200.nc \ - RESTART/ufs.cpld.cpl.r.2021-03-22-43200.nc" - -export_fv3 -export_cpl - -export WLCLK=180 - -export DAYS=0.25 -export FHMAX=6 - -export RESTART_N=${FHMAX} -export eps_imesh=2.5e-1 - -export TASKS=$TASKS_cpl_c96 -export TPN=$TPN_cpl_c96 -export INPES=$INPES_cpl_c96 -export JNPES=$JNPES_cpl_c96 -export THRD=$THRD_cpl_c96 -export WRTTASK_PER_GROUP=$WPG_cpl_c96 - -export NPROC_ICE=$NPROC_ICE_cpl_c96 -export np2=`expr $NPROC_ICE / 2` -export BLCKX=`expr $NX_GLB / $np2` -export BLCKY=`expr $NY_GLB / 2` - -export med_petlist_bounds=$MPB_cpl_c96 -export atm_petlist_bounds=$APB_cpl_c96 -export chm_petlist_bounds=$CHM_cpl_c96 -export ocn_petlist_bounds=$OPB_cpl_c96 -export ice_petlist_bounds=$IPB_cpl_c96 - -export CPLWAV=.false. -export CPLWAV2ATM=.false. -export MOM6_USE_WAVES=False - -export CPLCHM=.true. -export NEMS_CONFIGURE=nems.configure.cpld_aero.IN -export FIELD_TABLE=field_table_thompson_noaero_tke_GOCART -export DIAG_TABLE=diag_table_p7.2_template - -export FV3_RUN=cpld_control_run.IN diff --git a/tests/tests/cpld_decomp_p8_aero b/tests/tests/cpld_decomp_p8_aero deleted file mode 100644 index 2e7432b3a4..0000000000 --- a/tests/tests/cpld_decomp_p8_aero +++ /dev/null @@ -1,93 +0,0 @@ -# -# cpld_decomp P8 aero test -# - -export TEST_DESCR="Fully coupled FV3-CCPP-GOCART-MOM6-CICE-CMEPS-WW3 system - C96MX100 - decomp test" - -export CNTL_DIR="cpld_control_p8_aero" - -export LIST_FILES="sfcf024.tile1.nc \ - sfcf024.tile2.nc \ - sfcf024.tile3.nc \ - sfcf024.tile4.nc \ - sfcf024.tile5.nc \ - sfcf024.tile6.nc \ - atmf024.tile1.nc \ - atmf024.tile2.nc \ - atmf024.tile3.nc \ - atmf024.tile4.nc \ - atmf024.tile5.nc \ - atmf024.tile6.nc \ - RESTART/coupler.res \ - RESTART/fv_core.res.nc \ - RESTART/fv_core.res.tile1.nc \ - RESTART/fv_core.res.tile2.nc \ - RESTART/fv_core.res.tile3.nc \ - RESTART/fv_core.res.tile4.nc \ - RESTART/fv_core.res.tile5.nc \ - RESTART/fv_core.res.tile6.nc \ - RESTART/fv_srf_wnd.res.tile1.nc \ - RESTART/fv_srf_wnd.res.tile2.nc \ - RESTART/fv_srf_wnd.res.tile3.nc \ - RESTART/fv_srf_wnd.res.tile4.nc \ - RESTART/fv_srf_wnd.res.tile5.nc \ - RESTART/fv_srf_wnd.res.tile6.nc \ - RESTART/fv_tracer.res.tile1.nc \ - RESTART/fv_tracer.res.tile2.nc \ - RESTART/fv_tracer.res.tile3.nc \ - RESTART/fv_tracer.res.tile4.nc \ - RESTART/fv_tracer.res.tile5.nc \ - RESTART/fv_tracer.res.tile6.nc \ - RESTART/phy_data.tile1.nc \ - RESTART/phy_data.tile2.nc \ - RESTART/phy_data.tile3.nc \ - RESTART/phy_data.tile4.nc \ - RESTART/phy_data.tile5.nc \ - RESTART/phy_data.tile6.nc \ - RESTART/sfc_data.tile1.nc \ - RESTART/sfc_data.tile2.nc \ - RESTART/sfc_data.tile3.nc \ - RESTART/sfc_data.tile4.nc \ - RESTART/sfc_data.tile5.nc \ - RESTART/sfc_data.tile6.nc \ - RESTART/MOM.res.nc \ - RESTART/iced.2021-03-23-21600.nc \ - RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc \ - gocart.inst_aod.20210323_0600z.nc4 \ - 20210323.060000.out_grd.glo_1deg \ - 20210323.060000.out_pnt.points \ - 20210323.060000.restart.glo_1deg" - -export_fv3 -export_cpl - -export RESTART_N=12 -export RESTART_INTERVAL="${RESTART_N} -1" - -export TASKS=$TASKS_cpl_dcmp -export TPN=$TPN_cpl_dcmp -export INPES=$INPES_cpl_dcmp -export JNPES=$JNPES_cpl_dcmp -export THRD=$THRD_cpl_dcmp -export WRTTASK_PER_GROUP=$WPG_cpl_dcmp - -export med_petlist_bounds=$MPB_cpl_dcmp -export atm_petlist_bounds=$APB_cpl_dcmp -export chm_petlist_bounds=$CHM_cpl_dcmp -export ocn_petlist_bounds=$OPB_cpl_dcmp -export ice_petlist_bounds=$IPB_cpl_dcmp -export wav_petlist_bounds=$WPB_cpl_dcmp - -export NPROC_ICE=$NPROC_ICE_cpl_dcmp -export np2=`expr $NPROC_ICE / 2` -export BLCKX=`expr $NX_GLB / $np2` -export BLCKY=`expr $NY_GLB / 2` - -export CPLCHM=.true. -export NEMS_CONFIGURE=nems.configure.cpld_aero_wave.IN -export FIELD_TABLE=field_table_thompson_noaero_tke_GOCART -export DIAG_TABLE=diag_table_p7.2_template - -export eps_imesh=2.5e-1 - -export FV3_RUN=cpld_control_run.IN diff --git a/tests/tests/cpld_mpi_p8_aero b/tests/tests/cpld_mpi_p8_aero deleted file mode 100644 index f347a0ad27..0000000000 --- a/tests/tests/cpld_mpi_p8_aero +++ /dev/null @@ -1,93 +0,0 @@ -# -# cpld_mpi P8 aero test -# - -export TEST_DESCR="Fully coupled FV3-CCPP-GOCART-MOM6-CICE-CMEPS-WW3 system - C96MX100 - change mpi task test" - -export CNTL_DIR="cpld_control_p8_aero" - -export LIST_FILES="sfcf024.tile1.nc \ - sfcf024.tile2.nc \ - sfcf024.tile3.nc \ - sfcf024.tile4.nc \ - sfcf024.tile5.nc \ - sfcf024.tile6.nc \ - atmf024.tile1.nc \ - atmf024.tile2.nc \ - atmf024.tile3.nc \ - atmf024.tile4.nc \ - atmf024.tile5.nc \ - atmf024.tile6.nc \ - RESTART/coupler.res \ - RESTART/fv_core.res.nc \ - RESTART/fv_core.res.tile1.nc \ - RESTART/fv_core.res.tile2.nc \ - RESTART/fv_core.res.tile3.nc \ - RESTART/fv_core.res.tile4.nc \ - RESTART/fv_core.res.tile5.nc \ - RESTART/fv_core.res.tile6.nc \ - RESTART/fv_srf_wnd.res.tile1.nc \ - RESTART/fv_srf_wnd.res.tile2.nc \ - RESTART/fv_srf_wnd.res.tile3.nc \ - RESTART/fv_srf_wnd.res.tile4.nc \ - RESTART/fv_srf_wnd.res.tile5.nc \ - RESTART/fv_srf_wnd.res.tile6.nc \ - RESTART/fv_tracer.res.tile1.nc \ - RESTART/fv_tracer.res.tile2.nc \ - RESTART/fv_tracer.res.tile3.nc \ - RESTART/fv_tracer.res.tile4.nc \ - RESTART/fv_tracer.res.tile5.nc \ - RESTART/fv_tracer.res.tile6.nc \ - RESTART/phy_data.tile1.nc \ - RESTART/phy_data.tile2.nc \ - RESTART/phy_data.tile3.nc \ - RESTART/phy_data.tile4.nc \ - RESTART/phy_data.tile5.nc \ - RESTART/phy_data.tile6.nc \ - RESTART/sfc_data.tile1.nc \ - RESTART/sfc_data.tile2.nc \ - RESTART/sfc_data.tile3.nc \ - RESTART/sfc_data.tile4.nc \ - RESTART/sfc_data.tile5.nc \ - RESTART/sfc_data.tile6.nc \ - RESTART/MOM.res.nc \ - RESTART/iced.2021-03-23-21600.nc \ - RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc \ - gocart.inst_aod.20210323_0600z.nc4 \ - 20210323.060000.out_grd.glo_1deg \ - 20210323.060000.out_pnt.points \ - 20210323.060000.restart.glo_1deg" - -export_fv3 -export_cpl - -export RESTART_N=12 -export RESTART_INTERVAL="${RESTART_N} -1" - -export TASKS=$TASKS_cpl_mpi -export TPN=$TPN_cpl_mpi -export INPES=$INPES_cpl_mpi -export JNPES=$JNPES_cpl_mpi -export THRD=$THRD_cpl_mpi -export WRTTASK_PER_GROUP=$WPG_cpl_mpi - -export med_petlist_bounds=$MPB_cpl_mpi -export atm_petlist_bounds=$APB_cpl_mpi -export chm_petlist_bounds=$CHM_cpl_mpi -export ocn_petlist_bounds=$OPB_cpl_mpi -export ice_petlist_bounds=$IPB_cpl_mpi -export wav_petlist_bounds=$WPB_cpl_mpi - -export NPROC_ICE=$NPROC_ICE_cpl_mpi -export np2=`expr $NPROC_ICE / 2` -export BLCKX=`expr $NX_GLB / $np2` -export BLCKY=`expr $NY_GLB / 2` - -export eps_imesh=2.5e-1 - -export CPLCHM=.true. -export NEMS_CONFIGURE=nems.configure.cpld_aero_wave.IN -export FIELD_TABLE=field_table_thompson_noaero_tke_GOCART -export DIAG_TABLE=diag_table_p7.2_template - -export FV3_RUN=cpld_control_run.IN diff --git a/tests/tests/cpld_restart_c192_p8_aero b/tests/tests/cpld_restart_c192_p8_aero deleted file mode 100644 index b24323a2ae..0000000000 --- a/tests/tests/cpld_restart_c192_p8_aero +++ /dev/null @@ -1,160 +0,0 @@ -# -# cpld_restart_c192_p8_aero test -# -export TEST_DESCR="Fully coupled FV3-CCPP-GOCART-MOM6-CICE-CMEPS system - C192 MX050 - 24h P8 restart test" - -export CNTL_DIR="cpld_control_c192_p8_aero" - -export LIST_FILES="sfcf036.tile1.nc \ - sfcf036.tile2.nc \ - sfcf036.tile3.nc \ - sfcf036.tile4.nc \ - sfcf036.tile5.nc \ - sfcf036.tile6.nc \ - atmf036.tile1.nc \ - atmf036.tile2.nc \ - atmf036.tile3.nc \ - atmf036.tile4.nc \ - atmf036.tile5.nc \ - atmf036.tile6.nc \ - gocart.inst_aod.20210323_1800z.nc4 \ - RESTART/coupler.res \ - RESTART/fv_core.res.nc \ - RESTART/fv_core.res.tile1.nc \ - RESTART/fv_core.res.tile2.nc \ - RESTART/fv_core.res.tile3.nc \ - RESTART/fv_core.res.tile4.nc \ - RESTART/fv_core.res.tile5.nc \ - RESTART/fv_core.res.tile6.nc \ - RESTART/fv_srf_wnd.res.tile1.nc \ - RESTART/fv_srf_wnd.res.tile2.nc \ - RESTART/fv_srf_wnd.res.tile3.nc \ - RESTART/fv_srf_wnd.res.tile4.nc \ - RESTART/fv_srf_wnd.res.tile5.nc \ - RESTART/fv_srf_wnd.res.tile6.nc \ - RESTART/fv_tracer.res.tile1.nc \ - RESTART/fv_tracer.res.tile2.nc \ - RESTART/fv_tracer.res.tile3.nc \ - RESTART/fv_tracer.res.tile4.nc \ - RESTART/fv_tracer.res.tile5.nc \ - RESTART/fv_tracer.res.tile6.nc \ - RESTART/phy_data.tile1.nc \ - RESTART/phy_data.tile2.nc \ - RESTART/phy_data.tile3.nc \ - RESTART/phy_data.tile4.nc \ - RESTART/phy_data.tile5.nc \ - RESTART/phy_data.tile6.nc \ - RESTART/sfc_data.tile1.nc \ - RESTART/sfc_data.tile2.nc \ - RESTART/sfc_data.tile3.nc \ - RESTART/sfc_data.tile4.nc \ - RESTART/sfc_data.tile5.nc \ - RESTART/sfc_data.tile6.nc \ - RESTART/MOM.res.nc \ - RESTART/iced.2021-03-23-64800.nc \ - RESTART/ufs.cpld.cpl.r.2021-03-23-64800.nc" - -export_fv3 -export_cpl - -export DAYS=1.5 -export FHMAX=36 -export FHROT=12 -export RESTART_N=$((FHMAX-$FHROT)) - -export RESTART_FILE_PREFIX="${SYEAR}${SMONTH}${SDAY}.$(printf "%02d" $(( ${FHROT} + ${SHOUR} )))0000" -export RESTART_FILE_SUFFIX_HRS="${SYEAR}-${SMONTH}-${SDAY}-$(printf "%02d" $(( ${FHROT} + ${SHOUR})))" -export RESTART_FILE_SUFFIX_SECS="${SYEAR}-${SMONTH}-${SDAY}-$(printf "%02d" $(( (${FHROT}+ ${SHOUR})*3600 )))" - -export DOMAINS_STACK_SIZE=16000000 - -export TASKS=$TASKS_cpl_c192 -export TPN=$TPN_cpl_c192 -export INPES=$INPES_cpl_c192 -export JNPES=$JNPES_cpl_c192 -export THRD=$THRD_cpl_c192 -export WRTTASK_PER_GROUP=$WPG_cpl_c192 - -export med_petlist_bounds=$MPB_cpl_c192 -export atm_petlist_bounds=$APB_cpl_c192 -export chm_petlist_bounds=$CHM_cpl_c192 -export ocn_petlist_bounds=$OPB_cpl_c192 -export ice_petlist_bounds=$IPB_cpl_c192 - -# atm/ocn/ice resolution -export ATMRES=C192 -export NPX=193 -export NPY=193 -export IMO=768 -export JMO=384 -export ATMTILESIZE=`expr $NPX - 1` - -export OCNRES=050 -export ICERES=0.50 -export NX_GLB=720 -export NY_GLB=576 -export NPROC_ICE=$NPROC_ICE_cpl_c192 -export np2=`expr $NPROC_ICE / 2` -export BLCKX=`expr $NX_GLB / $np2` -export BLCKY=`expr $NY_GLB / 2` - -# set component and coupling timesteps -export DT_ATMOS=600 -export DT_CICE=${DT_ATMOS} -export DT_DYNAM_MOM6=1800 -export DT_THERM_MOM6=3600 - -# nems.configure -export coupling_interval_slow_sec=${DT_THERM_MOM6} -export coupling_interval_fast_sec=${DT_ATMOS} - -# resolution dependent files -export MOM_INPUT=MOM_input_template_${OCNRES} -export MESHOCN_ICE=mesh.mx${OCNRES}.nc -export CICEGRID=grid_cice_NEMS_mx${OCNRES}.nc -export CICEMASK=kmtu_cice_NEMS_mx${OCNRES}.nc -export CHLCLIM=seawifs-clim-1997-2010.${NX_GLB}x${NY_GLB}.v20180328.nc -export FRUNOFF=runoff.daitren.clim.${NX_GLB}x${NY_GLB}.v20180328.nc -export MOM6_RIVER_RUNOFF=True - -export FNALBC="'C192.snowfree_albedo.tileX.nc'" -export FNALBC2="'C192.facsf.tileX.nc'" -export FNTG3C="'C192.substrate_temperature.tileX.nc'" -export FNVEGC="'C192.vegetation_greenness.tileX.nc'" -export FNVETC="'C192.vegetation_type.tileX.nc'" -export FNSOTC="'C192.soil_type.tileX.nc'" -export FNVMNC="'C192.vegetation_greenness.tileX.nc'" -export FNVMXC="'C192.vegetation_greenness.tileX.nc'" -export FNSLPC="'C192.slope_type.tileX.nc'" -export FNABSC="'C192.maximum_snow_albedo.tileX.nc'" - -export CDMBWD=${CDMBWD_c192} -export DT_INNER=${DT_INNER_c384} - -# ATM warm start -export WARM_START=.true. -export MAKE_NH=.false. -export NA_INIT=0 -export EXTERNAL_IC=.false. -export NGGPS_IC=.false. -export MOUNTAIN=.true. -export NSTF_NAME=2,0,0,0,0 - -# ICE warm start -export CICERUNTYPE=continue -export RUNTYPE=continue -export USE_RESTART_TIME=.true. - -# MOM6 warm start -export MOM6_RESTART_SETTING=r - -export CPLWAV=.false. -export CPLWAV2ATM=.false. -export MOM6_USE_WAVES=False - -export CPLCHM=.true. -export NEMS_CONFIGURE=nems.configure.cpld_aero.IN -export FIELD_TABLE=field_table_thompson_noaero_tke_GOCART -export DIAG_TABLE=diag_table_p7.2_template - -export FV3_RUN=cpld_control_run.IN diff --git a/tests/tests/cpld_restart_c384_p8_aero b/tests/tests/cpld_restart_c384_p8_aero deleted file mode 100644 index f6f26e0860..0000000000 --- a/tests/tests/cpld_restart_c384_p8_aero +++ /dev/null @@ -1,156 +0,0 @@ -# -# cpld_restart_c384_p8_aero test -# -export TEST_DESCR="Fully coupled FV3-CCPP-GOCART-MOM6-CICE-CMEPS system - C384L127 MX025 - P8 restart" - -export CNTL_DIR="cpld_control_c384_p8_aero" - -export LIST_FILES="sfcf006.nc \ - atmf006.nc \ - gocart.inst_aod.20210322_1200z.nc4 \ - RESTART/coupler.res \ - RESTART/fv_core.res.nc \ - RESTART/fv_core.res.tile1.nc \ - RESTART/fv_core.res.tile2.nc \ - RESTART/fv_core.res.tile3.nc \ - RESTART/fv_core.res.tile4.nc \ - RESTART/fv_core.res.tile5.nc \ - RESTART/fv_core.res.tile6.nc \ - RESTART/fv_srf_wnd.res.tile1.nc \ - RESTART/fv_srf_wnd.res.tile2.nc \ - RESTART/fv_srf_wnd.res.tile3.nc \ - RESTART/fv_srf_wnd.res.tile4.nc \ - RESTART/fv_srf_wnd.res.tile5.nc \ - RESTART/fv_srf_wnd.res.tile6.nc \ - RESTART/fv_tracer.res.tile1.nc \ - RESTART/fv_tracer.res.tile2.nc \ - RESTART/fv_tracer.res.tile3.nc \ - RESTART/fv_tracer.res.tile4.nc \ - RESTART/fv_tracer.res.tile5.nc \ - RESTART/fv_tracer.res.tile6.nc \ - RESTART/phy_data.tile1.nc \ - RESTART/phy_data.tile2.nc \ - RESTART/phy_data.tile3.nc \ - RESTART/phy_data.tile4.nc \ - RESTART/phy_data.tile5.nc \ - RESTART/phy_data.tile6.nc \ - RESTART/sfc_data.tile1.nc \ - RESTART/sfc_data.tile2.nc \ - RESTART/sfc_data.tile3.nc \ - RESTART/sfc_data.tile4.nc \ - RESTART/sfc_data.tile5.nc \ - RESTART/sfc_data.tile6.nc \ - RESTART/MOM.res.nc \ - RESTART/MOM.res_1.nc \ - RESTART/MOM.res_2.nc \ - RESTART/MOM.res_3.nc \ - RESTART/iced.2021-03-22-43200.nc \ - RESTART/ufs.cpld.cpl.r.2021-03-22-43200.nc" - -export_fv3 -export_cpl - -export DAYS=0.25 -export FHMAX=6 -export FHROT=3 -export RESTART_N=$((FHMAX-$FHROT)) -export OUTPUT_FH="3 -1" -export FHZERO=3 - -export DOMAINS_STACK_SIZE=16000000 - -export RESTART_FILE_PREFIX="${SYEAR}${SMONTH}${SDAY}.$(printf "%02d" $(( ${FHROT} + ${SHOUR} )))0000" -export RESTART_FILE_SUFFIX_HRS="${SYEAR}-${SMONTH}-${SDAY}-$(printf "%02d" $(( ${FHROT} + ${SHOUR})))" -export RESTART_FILE_SUFFIX_SECS="${SYEAR}-${SMONTH}-${SDAY}-$(printf "%02d" $(( (${FHROT}+ ${SHOUR})*3600 )))" - -export TASKS=$TASKS_cpl_c384 -export TPN=$TPN_cpl_c384 -export INPES=$INPES_cpl_c384 -export JNPES=$JNPES_cpl_c384 -export THRD=$THRD_cpl_c384 -export WRTTASK_PER_GROUP=$WPG_cpl_c384 - -export med_petlist_bounds=$MPB_cpl_c384 -export atm_petlist_bounds=$APB_cpl_c384 -export chm_petlist_bounds=$CHM_cpl_c384 -export ocn_petlist_bounds=$OPB_cpl_c384 -export ice_petlist_bounds=$IPB_cpl_c384 - -# atm/ocn/ice resolution -export ATMRES=C384 -export NPX=385 -export NPY=385 -export IMO=1536 -export JMO=768 -export OUTPUT_GRID="'gaussian_grid'" -export ATMTILESIZE=`expr $NPX - 1` - -export OCNRES=025 -export ICERES=0.25 -export NX_GLB=1440 -export NY_GLB=1080 -export NPROC_ICE=$NPROC_ICE_cpl_c384 -export np2=`expr $NPROC_ICE / 2` -export BLCKX=`expr $NX_GLB / $np2` -export BLCKY=`expr $NY_GLB / 2` - -# set component and coupling timesteps -export DT_ATMOS=300 -export DT_CICE=${DT_ATMOS} -export DT_DYNAM_MOM6=900 -export DT_THERM_MOM6=1800 - -# nems.configure -export coupling_interval_slow_sec=${DT_THERM_MOM6} -export coupling_interval_fast_sec=${DT_ATMOS} - -# resolution dependent files -export MOM_INPUT=MOM_input_template_${OCNRES} -export MESHOCN_ICE=mesh.mx${OCNRES}.nc -export CICEGRID=grid_cice_NEMS_mx${OCNRES}.nc -export CICEMASK=kmtu_cice_NEMS_mx${OCNRES}.nc -export CHLCLIM=seawifs-clim-1997-2010.${NX_GLB}x${NY_GLB}.v20180328.nc -export FRUNOFF=runoff.daitren.clim.${NX_GLB}x${NY_GLB}.v20180328.nc -export MOM6_RIVER_RUNOFF=True - -export FNALBC="'C384.snowfree_albedo.tileX.nc'" -export FNALBC2="'C384.facsf.tileX.nc'" -export FNTG3C="'C384.substrate_temperature.tileX.nc'" -export FNVEGC="'C384.vegetation_greenness.tileX.nc'" -export FNVETC="'C384.vegetation_type.tileX.nc'" -export FNSOTC="'C384.soil_type.tileX.nc'" -export FNVMNC="'C384.vegetation_greenness.tileX.nc'" -export FNVMXC="'C384.vegetation_greenness.tileX.nc'" -export FNSLPC="'C384.slope_type.tileX.nc'" -export FNABSC="'C384.maximum_snow_albedo.tileX.nc'" - -export CDMBWD=${CDMBWD_c384} -export DT_INNER=${DT_INNER_c384} - -# ATM warm start -export WARM_START=.true. -export MAKE_NH=.false. -export NA_INIT=0 -export EXTERNAL_IC=.false. -export NGGPS_IC=.false. -export MOUNTAIN=.true. -export NSTF_NAME=2,0,0,0,0 - -# ICE warm start -export CICERUNTYPE=continue -export RUNTYPE=continue -export USE_RESTART_TIME=.true. - -# MOM6 warm start -export MOM6_RESTART_SETTING=r - -export CPLWAV=.false. -export CPLWAV2ATM=.false. -export MOM6_USE_WAVES=False - -export CPLCHM=.true. -export NEMS_CONFIGURE=nems.configure.cpld_aero.IN -export FIELD_TABLE=field_table_thompson_noaero_tke_GOCART -export DIAG_TABLE=diag_table_p7.2_template - -export FV3_RUN=cpld_control_run.IN diff --git a/tests/tests/cpld_restart_c96_p8_aero b/tests/tests/cpld_restart_c96_p8_aero deleted file mode 100644 index a17fc0f916..0000000000 --- a/tests/tests/cpld_restart_c96_p8_aero +++ /dev/null @@ -1,113 +0,0 @@ -# -# cpld_restart_c96_p8_aero test -# - -export TEST_DESCR="Fully coupled FV3-CCPP-GOCART-MOM6-CICE-CMEPS system - C96MX100 - P8 restart" - -export CNTL_DIR="cpld_control_c96_p8_aero" - -export LIST_FILES="sfcf024.tile1.nc \ - sfcf024.tile2.nc \ - sfcf024.tile3.nc \ - sfcf024.tile4.nc \ - sfcf024.tile5.nc \ - sfcf024.tile6.nc \ - atmf024.tile1.nc \ - atmf024.tile2.nc \ - atmf024.tile3.nc \ - atmf024.tile4.nc \ - atmf024.tile5.nc \ - atmf024.tile6.nc \ - gocart.inst_aod.20210323_0600z.nc4 \ - RESTART/coupler.res \ - RESTART/fv_core.res.nc \ - RESTART/fv_core.res.tile1.nc \ - RESTART/fv_core.res.tile2.nc \ - RESTART/fv_core.res.tile3.nc \ - RESTART/fv_core.res.tile4.nc \ - RESTART/fv_core.res.tile5.nc \ - RESTART/fv_core.res.tile6.nc \ - RESTART/fv_srf_wnd.res.tile1.nc \ - RESTART/fv_srf_wnd.res.tile2.nc \ - RESTART/fv_srf_wnd.res.tile3.nc \ - RESTART/fv_srf_wnd.res.tile4.nc \ - RESTART/fv_srf_wnd.res.tile5.nc \ - RESTART/fv_srf_wnd.res.tile6.nc \ - RESTART/fv_tracer.res.tile1.nc \ - RESTART/fv_tracer.res.tile2.nc \ - RESTART/fv_tracer.res.tile3.nc \ - RESTART/fv_tracer.res.tile4.nc \ - RESTART/fv_tracer.res.tile5.nc \ - RESTART/fv_tracer.res.tile6.nc \ - RESTART/phy_data.tile1.nc \ - RESTART/phy_data.tile2.nc \ - RESTART/phy_data.tile3.nc \ - RESTART/phy_data.tile4.nc \ - RESTART/phy_data.tile5.nc \ - RESTART/phy_data.tile6.nc \ - RESTART/sfc_data.tile1.nc \ - RESTART/sfc_data.tile2.nc \ - RESTART/sfc_data.tile3.nc \ - RESTART/sfc_data.tile4.nc \ - RESTART/sfc_data.tile5.nc \ - RESTART/sfc_data.tile6.nc \ - RESTART/MOM.res.nc \ - RESTART/iced.2021-03-23-21600.nc \ - RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc" - -export_fv3 -export_cpl - -export FHROT=12 -export RESTART_N=$((FHMAX-$FHROT)) - -export RESTART_FILE_PREFIX="${SYEAR}${SMONTH}${SDAY}.$(printf "%02d" $(( ${FHROT} + ${SHOUR} )))0000" -export RESTART_FILE_SUFFIX_HRS="${SYEAR}-${SMONTH}-${SDAY}-$(printf "%02d" $(( ${FHROT} + ${SHOUR})))" -export RESTART_FILE_SUFFIX_SECS="${SYEAR}-${SMONTH}-${SDAY}-$(printf "%02d" $(( (${FHROT}+ ${SHOUR})*3600 )))" - -# ATM warm start -export WARM_START=.true. -export MAKE_NH=.false. -export NA_INIT=0 -export EXTERNAL_IC=.false. -export NGGPS_IC=.false. -export MOUNTAIN=.true. -export NSTF_NAME=2,0,0,0,0 - -# ICE warm start -export CICERUNTYPE=continue -export RUNTYPE=continue -export USE_RESTART_TIME=.true. - -# MOM6 warm start -export MOM6_RESTART_SETTING=r - -export TASKS=$TASKS_cpl_c96 -export TPN=$TPN_cpl_c96 -export INPES=$INPES_cpl_c96 -export JNPES=$JNPES_cpl_c96 -export THRD=$THRD_cpl_c96 -export WRTTASK_PER_GROUP=$WPG_cpl_c96 - -export NPROC_ICE=$NPROC_ICE_cpl_c96 -export np2=`expr $NPROC_ICE / 2` -export BLCKX=`expr $NX_GLB / $np2` -export BLCKY=`expr $NY_GLB / 2` - -export med_petlist_bounds=$MPB_cpl_c96 -export atm_petlist_bounds=$APB_cpl_c96 -export chm_petlist_bounds=$CHM_cpl_c96 -export ocn_petlist_bounds=$OPB_cpl_c96 -export ice_petlist_bounds=$IPB_cpl_c96 - -export CPLWAV=.false. -export CPLWAV2ATM=.false. -export MOM6_USE_WAVES=False -export eps_imesh=2.5e-1 - -export CPLCHM=.true. -export NEMS_CONFIGURE=nems.configure.cpld_aero.IN -export FIELD_TABLE=field_table_thompson_noaero_tke_GOCART -export DIAG_TABLE=diag_table_p7.2_template - -export FV3_RUN=cpld_control_run.IN From eccb5b4c630f2275fe337cac8c33e508ca412911 Mon Sep 17 00:00:00 2001 From: Jessica Meixner Date: Mon, 28 Feb 2022 16:37:39 +0000 Subject: [PATCH 055/106] remove _aero from control name --- tests/tests/cpld_2threads_p8 | 2 +- tests/tests/cpld_bmark_p8 | 2 +- tests/tests/cpld_control_c192_p8 | 2 +- tests/tests/cpld_control_c384_p8 | 2 +- tests/tests/cpld_control_c96_p8 | 2 +- tests/tests/cpld_control_p8 | 2 +- tests/tests/cpld_debug_p8 | 2 +- tests/tests/cpld_decomp_p8 | 2 +- tests/tests/cpld_mpi_p8 | 2 +- tests/tests/cpld_restart_c192_p8 | 2 +- tests/tests/cpld_restart_c384_p8 | 2 +- tests/tests/cpld_restart_c96_p8 | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) diff --git a/tests/tests/cpld_2threads_p8 b/tests/tests/cpld_2threads_p8 index ac53f3a24b..e272fd6fcb 100644 --- a/tests/tests/cpld_2threads_p8 +++ b/tests/tests/cpld_2threads_p8 @@ -4,7 +4,7 @@ export TEST_DESCR="Fully coupled FV3-CCPP-GOCART-MOM6-CICE-CMEPS-WW3 system - C96MX100 - 2 threads" -export CNTL_DIR="cpld_control_p8_aero" +export CNTL_DIR="cpld_control_p8" export LIST_FILES="sfcf024.tile1.nc \ sfcf024.tile2.nc \ diff --git a/tests/tests/cpld_bmark_p8 b/tests/tests/cpld_bmark_p8 index 881a974872..1c7749228a 100644 --- a/tests/tests/cpld_bmark_p8 +++ b/tests/tests/cpld_bmark_p8 @@ -3,7 +3,7 @@ # export TEST_DESCR="Fully coupled FV3-CCPP-MOM6-CICE-CMEPS-GOCART-WW3 system - C384L127 MX025 - Benchmark P8 test" -export CNTL_DIR="cpld_bmark_p8_aero" +export CNTL_DIR="cpld_bmark_p8" export LIST_FILES="sfcf006.nc \ atmf006.nc \ diff --git a/tests/tests/cpld_control_c192_p8 b/tests/tests/cpld_control_c192_p8 index 07038679d7..0a03451969 100644 --- a/tests/tests/cpld_control_c192_p8 +++ b/tests/tests/cpld_control_c192_p8 @@ -3,7 +3,7 @@ # export TEST_DESCR="Fully coupled FV3-CCPP-GOCART-MOM6-CICE-CMEPS system - C192 MX050 - P8 test" -export CNTL_DIR="cpld_control_c192_p8_aero" +export CNTL_DIR="cpld_control_c192_p8" export LIST_FILES="sfcf036.tile1.nc \ sfcf036.tile2.nc \ diff --git a/tests/tests/cpld_control_c384_p8 b/tests/tests/cpld_control_c384_p8 index 3c35423538..6112185332 100644 --- a/tests/tests/cpld_control_c384_p8 +++ b/tests/tests/cpld_control_c384_p8 @@ -3,7 +3,7 @@ # export TEST_DESCR="Fully coupled FV3-CCPP-GOCART-MOM6-CICE-CMEPS system - C384L127 MX025 - P8 test " -export CNTL_DIR="cpld_control_c384_p8_aero" +export CNTL_DIR="cpld_control_c384_p8" export LIST_FILES="sfcf006.nc \ atmf006.nc \ diff --git a/tests/tests/cpld_control_c96_p8 b/tests/tests/cpld_control_c96_p8 index 68ebade39a..573310abc7 100644 --- a/tests/tests/cpld_control_c96_p8 +++ b/tests/tests/cpld_control_c96_p8 @@ -4,7 +4,7 @@ export TEST_DESCR="Fully coupled FV3-CCPP-GOCART-MOM6-CICE-CMEPS system - C96MX100" -export CNTL_DIR="cpld_control_c96_p8_aero" +export CNTL_DIR="cpld_control_c96_p8" export LIST_FILES="sfcf021.tile1.nc \ sfcf021.tile2.nc \ diff --git a/tests/tests/cpld_control_p8 b/tests/tests/cpld_control_p8 index 8c5ec347a2..89471fa28a 100644 --- a/tests/tests/cpld_control_p8 +++ b/tests/tests/cpld_control_p8 @@ -4,7 +4,7 @@ export TEST_DESCR="Fully coupled FV3-CCPP-GOCART-MOM6-CICE-CMEPS-WW3 system - C96MX100" -export CNTL_DIR="cpld_control_p8_aero" +export CNTL_DIR="cpld_control_p8" export LIST_FILES="sfcf021.tile1.nc \ sfcf021.tile2.nc \ diff --git a/tests/tests/cpld_debug_p8 b/tests/tests/cpld_debug_p8 index 5469cb59e4..c76e113085 100644 --- a/tests/tests/cpld_debug_p8 +++ b/tests/tests/cpld_debug_p8 @@ -4,7 +4,7 @@ export TEST_DESCR="Fully coupled FV3-CCPP-GOCART-MOM6-CICE-CMEPS system - C96MX100 - P8 debug" -export CNTL_DIR="cpld_debug_p8_aero" +export CNTL_DIR="cpld_debug_p8" export LIST_FILES="sfcf006.tile1.nc \ sfcf006.tile2.nc \ diff --git a/tests/tests/cpld_decomp_p8 b/tests/tests/cpld_decomp_p8 index 2e7432b3a4..b760c86dfd 100644 --- a/tests/tests/cpld_decomp_p8 +++ b/tests/tests/cpld_decomp_p8 @@ -4,7 +4,7 @@ export TEST_DESCR="Fully coupled FV3-CCPP-GOCART-MOM6-CICE-CMEPS-WW3 system - C96MX100 - decomp test" -export CNTL_DIR="cpld_control_p8_aero" +export CNTL_DIR="cpld_control_p8" export LIST_FILES="sfcf024.tile1.nc \ sfcf024.tile2.nc \ diff --git a/tests/tests/cpld_mpi_p8 b/tests/tests/cpld_mpi_p8 index f347a0ad27..fb45624e41 100644 --- a/tests/tests/cpld_mpi_p8 +++ b/tests/tests/cpld_mpi_p8 @@ -4,7 +4,7 @@ export TEST_DESCR="Fully coupled FV3-CCPP-GOCART-MOM6-CICE-CMEPS-WW3 system - C96MX100 - change mpi task test" -export CNTL_DIR="cpld_control_p8_aero" +export CNTL_DIR="cpld_control_p8" export LIST_FILES="sfcf024.tile1.nc \ sfcf024.tile2.nc \ diff --git a/tests/tests/cpld_restart_c192_p8 b/tests/tests/cpld_restart_c192_p8 index b24323a2ae..8213d546a0 100644 --- a/tests/tests/cpld_restart_c192_p8 +++ b/tests/tests/cpld_restart_c192_p8 @@ -3,7 +3,7 @@ # export TEST_DESCR="Fully coupled FV3-CCPP-GOCART-MOM6-CICE-CMEPS system - C192 MX050 - 24h P8 restart test" -export CNTL_DIR="cpld_control_c192_p8_aero" +export CNTL_DIR="cpld_control_c192_p8" export LIST_FILES="sfcf036.tile1.nc \ sfcf036.tile2.nc \ diff --git a/tests/tests/cpld_restart_c384_p8 b/tests/tests/cpld_restart_c384_p8 index f6f26e0860..c20eb53ed1 100644 --- a/tests/tests/cpld_restart_c384_p8 +++ b/tests/tests/cpld_restart_c384_p8 @@ -3,7 +3,7 @@ # export TEST_DESCR="Fully coupled FV3-CCPP-GOCART-MOM6-CICE-CMEPS system - C384L127 MX025 - P8 restart" -export CNTL_DIR="cpld_control_c384_p8_aero" +export CNTL_DIR="cpld_control_c384_p8" export LIST_FILES="sfcf006.nc \ atmf006.nc \ diff --git a/tests/tests/cpld_restart_c96_p8 b/tests/tests/cpld_restart_c96_p8 index a17fc0f916..38b8454c26 100644 --- a/tests/tests/cpld_restart_c96_p8 +++ b/tests/tests/cpld_restart_c96_p8 @@ -4,7 +4,7 @@ export TEST_DESCR="Fully coupled FV3-CCPP-GOCART-MOM6-CICE-CMEPS system - C96MX100 - P8 restart" -export CNTL_DIR="cpld_control_c96_p8_aero" +export CNTL_DIR="cpld_control_c96_p8" export LIST_FILES="sfcf024.tile1.nc \ sfcf024.tile2.nc \ From 8721d374d02be2179c90a5ce65cfe8df98244cd2 Mon Sep 17 00:00:00 2001 From: Jessica Meixner Date: Mon, 28 Feb 2022 22:27:13 +0000 Subject: [PATCH 056/106] update gnu --- tests/tests/cpld_control_c96_noaero_p8 | 102 +++++++++++++++++++++++++ tests/tests/cpld_debug_noaero_p8 | 91 ++++++++++++++++++++++ 2 files changed, 193 insertions(+) create mode 100644 tests/tests/cpld_control_c96_noaero_p8 create mode 100644 tests/tests/cpld_debug_noaero_p8 diff --git a/tests/tests/cpld_control_c96_noaero_p8 b/tests/tests/cpld_control_c96_noaero_p8 new file mode 100644 index 0000000000..8808fff95b --- /dev/null +++ b/tests/tests/cpld_control_c96_noaero_p8 @@ -0,0 +1,102 @@ +# +# cpld_control C96 P8 test +# + +export TEST_DESCR="Fully coupled FV3-CCPP-MOM6-CICE-CMEPS system - C96MX100" + +export CNTL_DIR="cpld_control_c96_p8" + +export LIST_FILES="sfcf021.tile1.nc \ + sfcf021.tile2.nc \ + sfcf021.tile3.nc \ + sfcf021.tile4.nc \ + sfcf021.tile5.nc \ + sfcf021.tile6.nc \ + atmf021.tile1.nc \ + atmf021.tile2.nc \ + atmf021.tile3.nc \ + atmf021.tile4.nc \ + atmf021.tile5.nc \ + atmf021.tile6.nc \ + sfcf024.tile1.nc \ + sfcf024.tile2.nc \ + sfcf024.tile3.nc \ + sfcf024.tile4.nc \ + sfcf024.tile5.nc \ + sfcf024.tile6.nc \ + atmf024.tile1.nc \ + atmf024.tile2.nc \ + atmf024.tile3.nc \ + atmf024.tile4.nc \ + atmf024.tile5.nc \ + atmf024.tile6.nc \ + RESTART/coupler.res \ + RESTART/fv_core.res.nc \ + RESTART/fv_core.res.tile1.nc \ + RESTART/fv_core.res.tile2.nc \ + RESTART/fv_core.res.tile3.nc \ + RESTART/fv_core.res.tile4.nc \ + RESTART/fv_core.res.tile5.nc \ + RESTART/fv_core.res.tile6.nc \ + RESTART/fv_srf_wnd.res.tile1.nc \ + RESTART/fv_srf_wnd.res.tile2.nc \ + RESTART/fv_srf_wnd.res.tile3.nc \ + RESTART/fv_srf_wnd.res.tile4.nc \ + RESTART/fv_srf_wnd.res.tile5.nc \ + RESTART/fv_srf_wnd.res.tile6.nc \ + RESTART/fv_tracer.res.tile1.nc \ + RESTART/fv_tracer.res.tile2.nc \ + RESTART/fv_tracer.res.tile3.nc \ + RESTART/fv_tracer.res.tile4.nc \ + RESTART/fv_tracer.res.tile5.nc \ + RESTART/fv_tracer.res.tile6.nc \ + RESTART/phy_data.tile1.nc \ + RESTART/phy_data.tile2.nc \ + RESTART/phy_data.tile3.nc \ + RESTART/phy_data.tile4.nc \ + RESTART/phy_data.tile5.nc \ + RESTART/phy_data.tile6.nc \ + RESTART/sfc_data.tile1.nc \ + RESTART/sfc_data.tile2.nc \ + RESTART/sfc_data.tile3.nc \ + RESTART/sfc_data.tile4.nc \ + RESTART/sfc_data.tile5.nc \ + RESTART/sfc_data.tile6.nc \ + RESTART/MOM.res.nc \ + RESTART/iced.2021-03-23-21600.nc \ + RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc" + +#TODO: add comparison of CA restart files? + +export_fv3 +export_cpl + +export RESTART_N=12 +export RESTART_INTERVAL="${RESTART_N} -1" +export OUTPUT_FH='0 21 24' + +export TASKS=$TASKS_cpl_c96 +export TPN=$TPN_cpl_c96 +export INPES=$INPES_cpl_c96 +export JNPES=$JNPES_cpl_c96 +export THRD=$THRD_cpl_c96 +export WRTTASK_PER_GROUP=$WPG_cpl_c96 + +export NPROC_ICE=$NPROC_ICE_cpl_c96 +export np2=`expr $NPROC_ICE / 2` +export BLCKX=`expr $NX_GLB / $np2` +export BLCKY=`expr $NY_GLB / 2` + +export med_petlist_bounds=$MPB_cpl_c96 +export atm_petlist_bounds=$APB_cpl_c96 +export ocn_petlist_bounds=$OPB_cpl_c96 +export ice_petlist_bounds=$IPB_cpl_c96 + +export CPLWAV=.false. +export CPLWAV2ATM=.false. +export MOM6_USE_WAVES=False +export eps_imesh=2.5e-1 + +export NEMS_CONFIGURE=nems.configure.cpld.IN + +export FV3_RUN=cpld_control_run.IN diff --git a/tests/tests/cpld_debug_noaero_p8 b/tests/tests/cpld_debug_noaero_p8 new file mode 100644 index 0000000000..e663ec32f5 --- /dev/null +++ b/tests/tests/cpld_debug_noaero_p8 @@ -0,0 +1,91 @@ +# +# cpld_debug_p8 test +# + +export TEST_DESCR="Fully coupled FV3-CCPP-MOM6-CICE-CMEPS system - C96MX100 - P8 debug" + +export CNTL_DIR="cpld_debug_p8" + +export LIST_FILES="sfcf006.tile1.nc \ + sfcf006.tile2.nc \ + sfcf006.tile3.nc \ + sfcf006.tile4.nc \ + sfcf006.tile5.nc \ + sfcf006.tile6.nc \ + atmf006.tile1.nc \ + atmf006.tile2.nc \ + atmf006.tile3.nc \ + atmf006.tile4.nc \ + atmf006.tile5.nc \ + atmf006.tile6.nc \ + RESTART/coupler.res \ + RESTART/fv_core.res.nc \ + RESTART/fv_core.res.tile1.nc \ + RESTART/fv_core.res.tile2.nc \ + RESTART/fv_core.res.tile3.nc \ + RESTART/fv_core.res.tile4.nc \ + RESTART/fv_core.res.tile5.nc \ + RESTART/fv_core.res.tile6.nc \ + RESTART/fv_srf_wnd.res.tile1.nc \ + RESTART/fv_srf_wnd.res.tile2.nc \ + RESTART/fv_srf_wnd.res.tile3.nc \ + RESTART/fv_srf_wnd.res.tile4.nc \ + RESTART/fv_srf_wnd.res.tile5.nc \ + RESTART/fv_srf_wnd.res.tile6.nc \ + RESTART/fv_tracer.res.tile1.nc \ + RESTART/fv_tracer.res.tile2.nc \ + RESTART/fv_tracer.res.tile3.nc \ + RESTART/fv_tracer.res.tile4.nc \ + RESTART/fv_tracer.res.tile5.nc \ + RESTART/fv_tracer.res.tile6.nc \ + RESTART/phy_data.tile1.nc \ + RESTART/phy_data.tile2.nc \ + RESTART/phy_data.tile3.nc \ + RESTART/phy_data.tile4.nc \ + RESTART/phy_data.tile5.nc \ + RESTART/phy_data.tile6.nc \ + RESTART/sfc_data.tile1.nc \ + RESTART/sfc_data.tile2.nc \ + RESTART/sfc_data.tile3.nc \ + RESTART/sfc_data.tile4.nc \ + RESTART/sfc_data.tile5.nc \ + RESTART/sfc_data.tile6.nc \ + RESTART/MOM.res.nc \ + RESTART/iced.2021-03-22-43200.nc \ + RESTART/ufs.cpld.cpl.r.2021-03-22-43200.nc" + +export_fv3 +export_cpl + +export WLCLK=180 + +export DAYS=0.25 +export FHMAX=6 + +export RESTART_N=${FHMAX} +export eps_imesh=2.5e-1 + +export TASKS=$TASKS_cpl_c96 +export TPN=$TPN_cpl_c96 +export INPES=$INPES_cpl_c96 +export JNPES=$JNPES_cpl_c96 +export THRD=$THRD_cpl_c96 +export WRTTASK_PER_GROUP=$WPG_cpl_c96 + +export NPROC_ICE=$NPROC_ICE_cpl_c96 +export np2=`expr $NPROC_ICE / 2` +export BLCKX=`expr $NX_GLB / $np2` +export BLCKY=`expr $NY_GLB / 2` + +export med_petlist_bounds=$MPB_cpl_c96 +export atm_petlist_bounds=$APB_cpl_c96 +export ocn_petlist_bounds=$OPB_cpl_c96 +export ice_petlist_bounds=$IPB_cpl_c96 + +export CPLWAV=.false. +export CPLWAV2ATM=.false. +export MOM6_USE_WAVES=False + +export NEMS_CONFIGURE=nems.configure.cpld.IN + +export FV3_RUN=cpld_control_run.IN From 7dfacd353418a5c6dbb47000dd0ff540c04aea68 Mon Sep 17 00:00:00 2001 From: JessicaMeixner-NOAA Date: Tue, 1 Mar 2022 08:00:54 -0600 Subject: [PATCH 057/106] fix typo --- tests/default_vars.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/default_vars.sh b/tests/default_vars.sh index 78ec6db230..d62552e2e0 100755 --- a/tests/default_vars.sh +++ b/tests/default_vars.sh @@ -63,7 +63,7 @@ elif [[ $MACHINE_ID = wcoss_dell_p3 ]]; then TASKS_cpl_bmrk=560; TPN_cpl_bmrk=28; INPES_cpl_bmrk=6; JNPES_cpl_bmrk=8 THRD_cpl_bmrk=1; WPG_cpl_bmrk=24; MPB_cpl_bmrk="0 287"; APB_cpl_bmrk="0 311" - MPB_cpl_bmrk="0 287"; OPB_cpl_bmrk="312 431"; IPB_cpl_bmrk="432 479"; WPB_cpl_bmrk="480 559" + CHM_cpl_bmrk="0 287"; OPB_cpl_bmrk="312 431"; IPB_cpl_bmrk="432 479"; WPB_cpl_bmrk="480 559" NPROC_ICE_cpl_bmrk=48 TASKS_cpl_bmrk_aero=560; TPN_cpl_bmrk_aero=14; INPES_cpl_bmrk_aero=6; JNPES_cpl_bmrk_aero=8 From a6940594228ff494bbf3d237a0d6cf8b2db6904f Mon Sep 17 00:00:00 2001 From: JessicaMeixner-NOAA Date: Tue, 1 Mar 2022 08:01:31 -0600 Subject: [PATCH 058/106] remove single quote --- tests/default_vars.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/default_vars.sh b/tests/default_vars.sh index d62552e2e0..a220efb889 100755 --- a/tests/default_vars.sh +++ b/tests/default_vars.sh @@ -880,10 +880,10 @@ export CDMBWD_c384='1.1,0.72,1.0,1.0' export CDMBWD_c768='4.0,0.15,1.0,1.0' #DT_INNER=(Time step)/2 -export DT_INNER_c96='350' -export DT_INNER_c192='300' -export DT_INNER_c384='150' -export DT_INNER_c768='75' +export DT_INNER_c96=350 +export DT_INNER_c192=300 +export DT_INNER_c384=150 +export DT_INNER_c768=75 # set default export CDMBWD=${CDMBWD_c96} From 37f83d03708b05211efa5781841b14b6e64120e5 Mon Sep 17 00:00:00 2001 From: JessicaMeixner-NOAA Date: Tue, 1 Mar 2022 10:21:32 -0600 Subject: [PATCH 059/106] set WRITE_NSFLIP default to .true. --- tests/default_vars.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/default_vars.sh b/tests/default_vars.sh index a220efb889..1d129ce15f 100755 --- a/tests/default_vars.sh +++ b/tests/default_vars.sh @@ -1322,7 +1322,7 @@ export FHMAX=24 export THRD=1 export FHROT=0 export WARM_START=.false. -export WRITE_NSFLIP=.false. +export WRITE_NSFLIP=.true. # atm/ocn/ice resolution export IATM=1760 From 1e6b291d4c6a251487e28c3da6f5f7516ad023d9 Mon Sep 17 00:00:00 2001 From: JessicaMeixner-NOAA Date: Tue, 1 Mar 2022 10:27:29 -0600 Subject: [PATCH 060/106] update to dt_innter for c96 to 360 --- tests/default_vars.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/default_vars.sh b/tests/default_vars.sh index 1d129ce15f..2ebd959514 100755 --- a/tests/default_vars.sh +++ b/tests/default_vars.sh @@ -880,7 +880,7 @@ export CDMBWD_c384='1.1,0.72,1.0,1.0' export CDMBWD_c768='4.0,0.15,1.0,1.0' #DT_INNER=(Time step)/2 -export DT_INNER_c96=350 +export DT_INNER_c96=360 export DT_INNER_c192=300 export DT_INNER_c384=150 export DT_INNER_c768=75 From 68109d3e74550c51f202b4087b4a36248ae6e578 Mon Sep 17 00:00:00 2001 From: JessicaMeixner-NOAA Date: Tue, 1 Mar 2022 11:19:41 -0600 Subject: [PATCH 061/106] update name of SDF --- FV3 | 2 +- tests/default_vars.sh | 2 +- tests/rt.conf | 8 ++++---- tests/rt_35d.conf | 2 +- tests/rt_gnu.conf | 6 +++--- tests/rt_weekly.conf | 2 +- tests/tests/control_2threads_p8 | 2 +- tests/tests/control_debug_p8 | 2 +- tests/tests/control_decomp_p8 | 2 +- tests/tests/control_p8 | 2 +- tests/tests/control_restart_p8 | 2 +- 11 files changed, 16 insertions(+), 16 deletions(-) diff --git a/FV3 b/FV3 index b5a2d78536..d37ec5b4ee 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit b5a2d785367ed870a0c0332ef5836933621ad7b8 +Subproject commit d37ec5b4eeacfc8ff8bbda42c3a1feaf29b3e7c6 diff --git a/tests/default_vars.sh b/tests/default_vars.sh index 2ebd959514..c852aee339 100755 --- a/tests/default_vars.sh +++ b/tests/default_vars.sh @@ -1127,7 +1127,7 @@ export ATMTILESIZE=`expr $NPX - 1` # FV3 defaults export FRAC_GRID=.true. -export CCPP_SUITE=FV3_GFS_v17_coupled_p8b +export CCPP_SUITE=FV3_GFS_v17_coupled_p8 export INPUT_NML=cpld_control.nml.IN export FIELD_TABLE=field_table_thompson_noaero_tke export DIAG_TABLE=diag_table_template diff --git a/tests/rt.conf b/tests/rt.conf index 9fc99e155d..3c0c92236b 100644 --- a/tests/rt.conf +++ b/tests/rt.conf @@ -2,7 +2,7 @@ # S2S tests # ################################################################################################################################################################################### -COMPILE | -DAPP=S2SW -DUFS_GOCART=ON -DCCPP_SUITES=FV3_GFS_v16_coupled_nsstNoahmpUGWPv1,FV3_GFS_v16_coupled_p7_rrtmgp,FV3_GFS_v17_coupled_p8b | - wcoss_cray | fv3 | +COMPILE | -DAPP=S2SW -DUFS_GOCART=ON -DCCPP_SUITES=FV3_GFS_v16_coupled_nsstNoahmpUGWPv1,FV3_GFS_v16_coupled_p7_rrtmgp,FV3_GFS_v17_coupled_p8 | - wcoss_cray | fv3 | RUN | cpld_control_p8 | - wcoss_cray | fv3 | RUN | cpld_2threads_p8 | - wcoss_cray | | RUN | cpld_decomp_p8 | - wcoss_cray jet.intel | | @@ -24,14 +24,14 @@ RUN | cpld_restart_c192_p8 RUN | cpld_control_c384_p8 | - wcoss_cray | fv3 | RUN | cpld_restart_c384_p8 | - wcoss_cray | | cpld_control_c384_p8 -COMPILE | -DAPP=S2S -DDEBUG=ON -DUFS_GOCART=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8b | - wcoss_cray | fv3 | +COMPILE | -DAPP=S2S -DDEBUG=ON -DUFS_GOCART=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 | - wcoss_cray | fv3 | RUN | cpld_debug_p8 | - wcoss_cray | fv3 | ################################################################################################################################################################################### # PROD tests # ################################################################################################################################################################################### -COMPILE | -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_v17_p8b -D32BIT=ON | | fv3 | +COMPILE | -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_v17_p8 -D32BIT=ON | | fv3 | RUN | control | | fv3 | RUN | control_decomp | | | RUN | control_2dwrtdecomp | | | @@ -105,7 +105,7 @@ RUN | control_wam # DEBUG tests # ################################################################################################################################################################################### -COMPILE | -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_v17_p8b -D32BIT=ON | | fv3 | +COMPILE | -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_v17_p8 -D32BIT=ON | | fv3 | RUN | control_debug | | fv3 | RUN | control_2threads_debug | - wcoss_cray | | diff --git a/tests/rt_35d.conf b/tests/rt_35d.conf index 2a6176f827..d8e500daea 100644 --- a/tests/rt_35d.conf +++ b/tests/rt_35d.conf @@ -2,7 +2,7 @@ # CPLD Benchmark 35d tests # ############################################################################################################################################################################### -COMPILE | -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v17_coupled_p8b | + hera.intel | fv3 | | +COMPILE | -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 | + hera.intel | fv3 | | RUN | cpld_bmark_p8_35d | | fv3 | | 2012010100 RUN | cpld_bmark_p8_35d | | fv3 | | 2012040100 RUN | cpld_bmark_p8_35d | | fv3 | | 2012070100 diff --git a/tests/rt_gnu.conf b/tests/rt_gnu.conf index 213fa9afc0..b003e2cdf6 100644 --- a/tests/rt_gnu.conf +++ b/tests/rt_gnu.conf @@ -2,7 +2,7 @@ # CCPP PROD tests # ################################################################################################################################################################## -COMPILE | -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v16_flake,FV3_GFS_v16_RRTMGP,FV3_GFS_v16_thompson,FV3_GFS_v16_ras,FV3_GFS_v17_p8b | | fv3 | +COMPILE | -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_v17_p8 | | fv3 | RUN | control | | fv3 | RUN | control_restart | | | control @@ -62,8 +62,8 @@ RUN | control_wam_debug ################################################################################################################################################################## # Waves off -COMPILE | -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8b | | fv3 | +COMPILE | -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 | | fv3 | RUN | cpld_control_c96_p8 | | fv3 | -COMPILE | -DAPP=S2S -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8b | | fv3 | +COMPILE | -DAPP=S2S -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 | | fv3 | RUN | cpld_debug_p8 | | fv3 | diff --git a/tests/rt_weekly.conf b/tests/rt_weekly.conf index b020fa5427..f9ee64b719 100644 --- a/tests/rt_weekly.conf +++ b/tests/rt_weekly.conf @@ -7,7 +7,7 @@ RUN | control_c768 # CPLD Benchmark 35d tests # The length of forecast is 5 days for the weekly tests. -COMPILE | -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v17_coupled_p8b | + hera.intel | fv3 | | +COMPILE | -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 | + hera.intel | fv3 | | RUN | cpld_bmark_p8_35d | | fv3 | | 2012010100 RUN | cpld_bmark_p8_35d | | fv3 | | 2012040100 RUN | cpld_bmark_p8_35d | | fv3 | | 2012070100 diff --git a/tests/tests/control_2threads_p8 b/tests/tests/control_2threads_p8 index def1c4e3e7..d8535abbe3 100644 --- a/tests/tests/control_2threads_p8 +++ b/tests/tests/control_2threads_p8 @@ -157,7 +157,7 @@ export USE_CICE_ALB=.false. export WRITE_NSFLIP=.true. export FV3_RUN=control_run.IN -export CCPP_SUITE=FV3_GFS_v17_p8b +export CCPP_SUITE=FV3_GFS_v17_p8 export FIELD_TABLE=field_table_thompson_noaero_tke export DIAG_TABLE=diag_table_gfsv16_merra2 # use same namelist for standalone,coupled P7 diff --git a/tests/tests/control_debug_p8 b/tests/tests/control_debug_p8 index 106d638414..61d5c7f5ae 100644 --- a/tests/tests/control_debug_p8 +++ b/tests/tests/control_debug_p8 @@ -116,7 +116,7 @@ export USE_CICE_ALB=.false. export WRITE_NSFLIP=.true. export FV3_RUN=control_run.IN -export CCPP_SUITE=FV3_GFS_v17_p8b +export CCPP_SUITE=FV3_GFS_v17_p8 export FIELD_TABLE=field_table_thompson_noaero_tke export DIAG_TABLE=diag_table_gfsv16_merra2 # use same namelist for standalone,coupled P7 diff --git a/tests/tests/control_decomp_p8 b/tests/tests/control_decomp_p8 index 950f44ba33..bb4b9ad1d6 100644 --- a/tests/tests/control_decomp_p8 +++ b/tests/tests/control_decomp_p8 @@ -154,7 +154,7 @@ export USE_CICE_ALB=.false. export WRITE_NSFLIP=.true. export FV3_RUN=control_run.IN -export CCPP_SUITE=FV3_GFS_v17_p8b +export CCPP_SUITE=FV3_GFS_v17_p8 export FIELD_TABLE=field_table_thompson_noaero_tke export DIAG_TABLE=diag_table_gfsv16_merra2 # use same namelist for standalone,coupled P7 diff --git a/tests/tests/control_p8 b/tests/tests/control_p8 index 4809afd18a..ff77fcf768 100644 --- a/tests/tests/control_p8 +++ b/tests/tests/control_p8 @@ -156,7 +156,7 @@ export USE_CICE_ALB=.false. export WRITE_NSFLIP=.true. export FV3_RUN=control_run.IN -export CCPP_SUITE=FV3_GFS_v17_p8b +export CCPP_SUITE=FV3_GFS_v17_p8 export FIELD_TABLE=field_table_thompson_noaero_tke export DIAG_TABLE=diag_table_gfsv16_merra2 # use same namelist for standalone,coupled P7 diff --git a/tests/tests/control_restart_p8 b/tests/tests/control_restart_p8 index 9a50807e45..1998919c0e 100644 --- a/tests/tests/control_restart_p8 +++ b/tests/tests/control_restart_p8 @@ -154,7 +154,7 @@ export USE_CICE_ALB=.false. export WRITE_NSFLIP=.true. export FV3_RUN=control_run.IN -export CCPP_SUITE=FV3_GFS_v17_p8b +export CCPP_SUITE=FV3_GFS_v17_p8 export FIELD_TABLE=field_table_thompson_noaero_tke export DIAG_TABLE=diag_table_gfsv16_merra2 # use same namelist for standalone,coupled P7 From f149e357c959f7ed3533c1a9f25f456fc18672e8 Mon Sep 17 00:00:00 2001 From: JessicaMeixner-NOAA Date: Tue, 1 Mar 2022 11:29:16 -0600 Subject: [PATCH 062/106] change coupled default diag table --- tests/default_vars.sh | 2 +- tests/tests/cpld_2threads_p8 | 1 - tests/tests/cpld_bmark_p7 | 2 ++ tests/tests/cpld_bmark_p8 | 1 - tests/tests/cpld_bmark_p8_35d | 2 ++ tests/tests/cpld_control_c192_p8 | 1 - tests/tests/cpld_control_c384_p8 | 1 - tests/tests/cpld_control_c96_noaero_p8 | 1 + tests/tests/cpld_control_c96_p8 | 1 - tests/tests/cpld_control_p7_rrtmgp | 2 ++ tests/tests/cpld_control_p8 | 1 - tests/tests/cpld_debug_noaero_p8 | 1 + tests/tests/cpld_debug_p8 | 1 - tests/tests/cpld_decomp_p8 | 1 - tests/tests/cpld_mpi_p8 | 1 - tests/tests/cpld_restart_c192_p8 | 1 - tests/tests/cpld_restart_c384_p8 | 1 - tests/tests/cpld_restart_c96_p8 | 1 - 18 files changed, 9 insertions(+), 13 deletions(-) diff --git a/tests/default_vars.sh b/tests/default_vars.sh index c852aee339..e52b183e98 100755 --- a/tests/default_vars.sh +++ b/tests/default_vars.sh @@ -1130,7 +1130,7 @@ export FRAC_GRID=.true. export CCPP_SUITE=FV3_GFS_v17_coupled_p8 export INPUT_NML=cpld_control.nml.IN export FIELD_TABLE=field_table_thompson_noaero_tke -export DIAG_TABLE=diag_table_template +export DIAG_TABLE=diag_table_p7.2_template export DIAG_TABLE_ADDITIONAL='' diff --git a/tests/tests/cpld_2threads_p8 b/tests/tests/cpld_2threads_p8 index e272fd6fcb..70780306bd 100644 --- a/tests/tests/cpld_2threads_p8 +++ b/tests/tests/cpld_2threads_p8 @@ -88,6 +88,5 @@ export eps_imesh=2.5e-1 export CPLCHM=.true. export NEMS_CONFIGURE=nems.configure.cpld_aero_wave.IN export FIELD_TABLE=field_table_thompson_noaero_tke_GOCART -export DIAG_TABLE=diag_table_p7.2_template export FV3_RUN=cpld_control_run.IN diff --git a/tests/tests/cpld_bmark_p7 b/tests/tests/cpld_bmark_p7 index 87942583d1..f5352ccb3d 100644 --- a/tests/tests/cpld_bmark_p7 +++ b/tests/tests/cpld_bmark_p7 @@ -157,5 +157,7 @@ export RST_2_BEG=$RUN_BEG export RST_END=$RUN_END export RST_2_END=$RUN_END +export DIAG_TABLE=diag_table_template + export FV3_RUN=cpld_control_run.IN export INPUT_NML=cpld_control_p7.nml.IN diff --git a/tests/tests/cpld_bmark_p8 b/tests/tests/cpld_bmark_p8 index 1c7749228a..71a6e11a8c 100644 --- a/tests/tests/cpld_bmark_p8 +++ b/tests/tests/cpld_bmark_p8 @@ -152,4 +152,3 @@ export RST_2_END=$RUN_END export FV3_RUN=cpld_control_run.IN export FIELD_TABLE=field_table_thompson_noaero_tke_GOCART -export DIAG_TABLE=diag_table_p7.2_template diff --git a/tests/tests/cpld_bmark_p8_35d b/tests/tests/cpld_bmark_p8_35d index c425b76f29..7f1243f209 100644 --- a/tests/tests/cpld_bmark_p8_35d +++ b/tests/tests/cpld_bmark_p8_35d @@ -101,4 +101,6 @@ export RST_2_BEG=$RUN_BEG export RST_END=$RUN_END export RST_2_END=$RUN_END +export DIAG_TABLE=diag_table_template + export FV3_RUN=cpld_control_run.IN diff --git a/tests/tests/cpld_control_c192_p8 b/tests/tests/cpld_control_c192_p8 index 0a03451969..338816f62a 100644 --- a/tests/tests/cpld_control_c192_p8 +++ b/tests/tests/cpld_control_c192_p8 @@ -134,6 +134,5 @@ export MOM6_USE_WAVES=False export CPLCHM=.true. export NEMS_CONFIGURE=nems.configure.cpld_aero.IN export FIELD_TABLE=field_table_thompson_noaero_tke_GOCART -export DIAG_TABLE=diag_table_p7.2_template export FV3_RUN=cpld_control_run.IN diff --git a/tests/tests/cpld_control_c384_p8 b/tests/tests/cpld_control_c384_p8 index 6112185332..7cac66b58c 100644 --- a/tests/tests/cpld_control_c384_p8 +++ b/tests/tests/cpld_control_c384_p8 @@ -130,6 +130,5 @@ export MOM6_USE_WAVES=False export CPLCHM=.true. export NEMS_CONFIGURE=nems.configure.cpld_aero.IN export FIELD_TABLE=field_table_thompson_noaero_tke_GOCART -export DIAG_TABLE=diag_table_p7.2_template export FV3_RUN=cpld_control_run.IN diff --git a/tests/tests/cpld_control_c96_noaero_p8 b/tests/tests/cpld_control_c96_noaero_p8 index 8808fff95b..7e071e011a 100644 --- a/tests/tests/cpld_control_c96_noaero_p8 +++ b/tests/tests/cpld_control_c96_noaero_p8 @@ -97,6 +97,7 @@ export CPLWAV2ATM=.false. export MOM6_USE_WAVES=False export eps_imesh=2.5e-1 +export DIAG_TABLE=diag_table_template export NEMS_CONFIGURE=nems.configure.cpld.IN export FV3_RUN=cpld_control_run.IN diff --git a/tests/tests/cpld_control_c96_p8 b/tests/tests/cpld_control_c96_p8 index 573310abc7..93eaec449c 100644 --- a/tests/tests/cpld_control_c96_p8 +++ b/tests/tests/cpld_control_c96_p8 @@ -102,6 +102,5 @@ export eps_imesh=2.5e-1 export CPLCHM=.true. export NEMS_CONFIGURE=nems.configure.cpld_aero.IN export FIELD_TABLE=field_table_thompson_noaero_tke_GOCART -export DIAG_TABLE=diag_table_p7.2_template export FV3_RUN=cpld_control_run.IN diff --git a/tests/tests/cpld_control_p7_rrtmgp b/tests/tests/cpld_control_p7_rrtmgp index 456d77ea7b..859b99c165 100644 --- a/tests/tests/cpld_control_p7_rrtmgp +++ b/tests/tests/cpld_control_p7_rrtmgp @@ -78,6 +78,8 @@ export FSICL=99999 export FSICS=99999 export CDMBWD='1.0,2.2,1.0,1.0' +export DIAG_TABLE=diag_table_template + export FV3_RUN=cpld_control_run.IN export DO_RRTMGP=.true. export CCPP_SUITE=FV3_GFS_v16_coupled_p7_rrtmgp diff --git a/tests/tests/cpld_control_p8 b/tests/tests/cpld_control_p8 index 89471fa28a..fdd4799388 100644 --- a/tests/tests/cpld_control_p8 +++ b/tests/tests/cpld_control_p8 @@ -80,7 +80,6 @@ export OUTPUT_FH='0 21 24' export CPLCHM=.true. export NEMS_CONFIGURE=nems.configure.cpld_aero_wave.IN export FIELD_TABLE=field_table_thompson_noaero_tke_GOCART -export DIAG_TABLE=diag_table_p7.2_template export eps_imesh=2.5e-1 diff --git a/tests/tests/cpld_debug_noaero_p8 b/tests/tests/cpld_debug_noaero_p8 index e663ec32f5..865af1aa6a 100644 --- a/tests/tests/cpld_debug_noaero_p8 +++ b/tests/tests/cpld_debug_noaero_p8 @@ -86,6 +86,7 @@ export CPLWAV=.false. export CPLWAV2ATM=.false. export MOM6_USE_WAVES=False +export DIAG_TABLE=diag_table_template export NEMS_CONFIGURE=nems.configure.cpld.IN export FV3_RUN=cpld_control_run.IN diff --git a/tests/tests/cpld_debug_p8 b/tests/tests/cpld_debug_p8 index c76e113085..468451962c 100644 --- a/tests/tests/cpld_debug_p8 +++ b/tests/tests/cpld_debug_p8 @@ -91,6 +91,5 @@ export MOM6_USE_WAVES=False export CPLCHM=.true. export NEMS_CONFIGURE=nems.configure.cpld_aero.IN export FIELD_TABLE=field_table_thompson_noaero_tke_GOCART -export DIAG_TABLE=diag_table_p7.2_template export FV3_RUN=cpld_control_run.IN diff --git a/tests/tests/cpld_decomp_p8 b/tests/tests/cpld_decomp_p8 index b760c86dfd..021d373129 100644 --- a/tests/tests/cpld_decomp_p8 +++ b/tests/tests/cpld_decomp_p8 @@ -86,7 +86,6 @@ export BLCKY=`expr $NY_GLB / 2` export CPLCHM=.true. export NEMS_CONFIGURE=nems.configure.cpld_aero_wave.IN export FIELD_TABLE=field_table_thompson_noaero_tke_GOCART -export DIAG_TABLE=diag_table_p7.2_template export eps_imesh=2.5e-1 diff --git a/tests/tests/cpld_mpi_p8 b/tests/tests/cpld_mpi_p8 index fb45624e41..34082833ec 100644 --- a/tests/tests/cpld_mpi_p8 +++ b/tests/tests/cpld_mpi_p8 @@ -88,6 +88,5 @@ export eps_imesh=2.5e-1 export CPLCHM=.true. export NEMS_CONFIGURE=nems.configure.cpld_aero_wave.IN export FIELD_TABLE=field_table_thompson_noaero_tke_GOCART -export DIAG_TABLE=diag_table_p7.2_template export FV3_RUN=cpld_control_run.IN diff --git a/tests/tests/cpld_restart_c192_p8 b/tests/tests/cpld_restart_c192_p8 index 8213d546a0..26e8060672 100644 --- a/tests/tests/cpld_restart_c192_p8 +++ b/tests/tests/cpld_restart_c192_p8 @@ -155,6 +155,5 @@ export MOM6_USE_WAVES=False export CPLCHM=.true. export NEMS_CONFIGURE=nems.configure.cpld_aero.IN export FIELD_TABLE=field_table_thompson_noaero_tke_GOCART -export DIAG_TABLE=diag_table_p7.2_template export FV3_RUN=cpld_control_run.IN diff --git a/tests/tests/cpld_restart_c384_p8 b/tests/tests/cpld_restart_c384_p8 index c20eb53ed1..b76bd5590a 100644 --- a/tests/tests/cpld_restart_c384_p8 +++ b/tests/tests/cpld_restart_c384_p8 @@ -151,6 +151,5 @@ export MOM6_USE_WAVES=False export CPLCHM=.true. export NEMS_CONFIGURE=nems.configure.cpld_aero.IN export FIELD_TABLE=field_table_thompson_noaero_tke_GOCART -export DIAG_TABLE=diag_table_p7.2_template export FV3_RUN=cpld_control_run.IN diff --git a/tests/tests/cpld_restart_c96_p8 b/tests/tests/cpld_restart_c96_p8 index 38b8454c26..e43046c1c5 100644 --- a/tests/tests/cpld_restart_c96_p8 +++ b/tests/tests/cpld_restart_c96_p8 @@ -108,6 +108,5 @@ export eps_imesh=2.5e-1 export CPLCHM=.true. export NEMS_CONFIGURE=nems.configure.cpld_aero.IN export FIELD_TABLE=field_table_thompson_noaero_tke_GOCART -export DIAG_TABLE=diag_table_p7.2_template export FV3_RUN=cpld_control_run.IN From 244fee6bfeca3e01a907935efe8b2099fef0a386 Mon Sep 17 00:00:00 2001 From: "jessica.meixner" Date: Tue, 1 Mar 2022 18:29:21 +0000 Subject: [PATCH 063/106] fix typo for dell --- tests/default_vars.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/default_vars.sh b/tests/default_vars.sh index e52b183e98..7282da0209 100755 --- a/tests/default_vars.sh +++ b/tests/default_vars.sh @@ -68,7 +68,7 @@ elif [[ $MACHINE_ID = wcoss_dell_p3 ]]; then TASKS_cpl_bmrk_aero=560; TPN_cpl_bmrk_aero=14; INPES_cpl_bmrk_aero=6; JNPES_cpl_bmrk_aero=8 THRD_cpl_bmrk_aero=2; WPG_cpl_bmrk_aero=24; MPB_cpl_bmrk_aero="0 287"; APB_cpl_bmrk_aero="0 311" - MPB_cpl_bmrk_aero="0 287"; OPB_cpl_bmrk_aero="312 431"; IPB_cpl_bmrk_aero="432 479"; WPB_cpl_bmrk_aero="480 559" + CHM_cpl_bmrk_aero="0 287"; OPB_cpl_bmrk_aero="312 431"; IPB_cpl_bmrk_aero="432 479"; WPB_cpl_bmrk_aero="480 559" NPROC_ICE_cpl_bmrk_aero=48 TASKS_cpl_bmrk_mpi=600; TPN_cpl_bmrk_mpi=28; INPES_cpl_bmrk_mpi=6; JNPES_cpl_bmrk_mpi=8 From ba3b32773ace3f572d60cd74ac45211f3eed06c8 Mon Sep 17 00:00:00 2001 From: "jessica.meixner" Date: Tue, 1 Mar 2022 18:36:55 +0000 Subject: [PATCH 064/106] updates to cpld test details --- tests/tests/cpld_2threads_p8 | 2 +- tests/tests/cpld_bmark_p8 | 2 +- tests/tests/cpld_control_c192_p8 | 2 +- tests/tests/cpld_control_c384_p8 | 2 +- tests/tests/cpld_control_c96_noaero_p8 | 4 ++-- tests/tests/cpld_control_c96_p8 | 2 +- tests/tests/cpld_control_p8 | 2 +- tests/tests/cpld_debug_noaero_p8 | 4 ++-- tests/tests/cpld_debug_p8 | 2 +- tests/tests/cpld_decomp_p8 | 2 +- tests/tests/cpld_mpi_p8 | 2 +- 11 files changed, 13 insertions(+), 13 deletions(-) diff --git a/tests/tests/cpld_2threads_p8 b/tests/tests/cpld_2threads_p8 index 70780306bd..1e65b14c00 100644 --- a/tests/tests/cpld_2threads_p8 +++ b/tests/tests/cpld_2threads_p8 @@ -1,5 +1,5 @@ # -# cpld_2threads P8 aero test +# cpld_2threads P8 test # export TEST_DESCR="Fully coupled FV3-CCPP-GOCART-MOM6-CICE-CMEPS-WW3 system - C96MX100 - 2 threads" diff --git a/tests/tests/cpld_bmark_p8 b/tests/tests/cpld_bmark_p8 index 71a6e11a8c..f3ef5e484c 100644 --- a/tests/tests/cpld_bmark_p8 +++ b/tests/tests/cpld_bmark_p8 @@ -1,5 +1,5 @@ # -# cpld_bmark_p8_aero test +# cpld_bmark_p8 test # export TEST_DESCR="Fully coupled FV3-CCPP-MOM6-CICE-CMEPS-GOCART-WW3 system - C384L127 MX025 - Benchmark P8 test" diff --git a/tests/tests/cpld_control_c192_p8 b/tests/tests/cpld_control_c192_p8 index 338816f62a..2117c599b1 100644 --- a/tests/tests/cpld_control_c192_p8 +++ b/tests/tests/cpld_control_c192_p8 @@ -1,5 +1,5 @@ # -# cpld_control_c192_p8 aero test +# cpld_control_c192_p8 test # export TEST_DESCR="Fully coupled FV3-CCPP-GOCART-MOM6-CICE-CMEPS system - C192 MX050 - P8 test" diff --git a/tests/tests/cpld_control_c384_p8 b/tests/tests/cpld_control_c384_p8 index 7cac66b58c..eb040ac670 100644 --- a/tests/tests/cpld_control_c384_p8 +++ b/tests/tests/cpld_control_c384_p8 @@ -1,5 +1,5 @@ # -# cpld_control_c384_p8_aero test +# cpld_control_c384_p8 test # export TEST_DESCR="Fully coupled FV3-CCPP-GOCART-MOM6-CICE-CMEPS system - C384L127 MX025 - P8 test " diff --git a/tests/tests/cpld_control_c96_noaero_p8 b/tests/tests/cpld_control_c96_noaero_p8 index 7e071e011a..8990703ff2 100644 --- a/tests/tests/cpld_control_c96_noaero_p8 +++ b/tests/tests/cpld_control_c96_noaero_p8 @@ -1,10 +1,10 @@ # -# cpld_control C96 P8 test +# cpld_control C96 noaero P8 test # export TEST_DESCR="Fully coupled FV3-CCPP-MOM6-CICE-CMEPS system - C96MX100" -export CNTL_DIR="cpld_control_c96_p8" +export CNTL_DIR="cpld_control_c96_noaero_p8" export LIST_FILES="sfcf021.tile1.nc \ sfcf021.tile2.nc \ diff --git a/tests/tests/cpld_control_c96_p8 b/tests/tests/cpld_control_c96_p8 index 93eaec449c..299cb265bd 100644 --- a/tests/tests/cpld_control_c96_p8 +++ b/tests/tests/cpld_control_c96_p8 @@ -1,5 +1,5 @@ # -# cpld_control C96 P8 aero test +# cpld_control C96 P8 test # export TEST_DESCR="Fully coupled FV3-CCPP-GOCART-MOM6-CICE-CMEPS system - C96MX100" diff --git a/tests/tests/cpld_control_p8 b/tests/tests/cpld_control_p8 index fdd4799388..c68ce14016 100644 --- a/tests/tests/cpld_control_p8 +++ b/tests/tests/cpld_control_p8 @@ -1,5 +1,5 @@ # -# cpld_control P8 aero test +# cpld_control P8 test # export TEST_DESCR="Fully coupled FV3-CCPP-GOCART-MOM6-CICE-CMEPS-WW3 system - C96MX100" diff --git a/tests/tests/cpld_debug_noaero_p8 b/tests/tests/cpld_debug_noaero_p8 index 865af1aa6a..2656d2e092 100644 --- a/tests/tests/cpld_debug_noaero_p8 +++ b/tests/tests/cpld_debug_noaero_p8 @@ -1,10 +1,10 @@ # -# cpld_debug_p8 test +# cpld_debug_noaero_p8 test # export TEST_DESCR="Fully coupled FV3-CCPP-MOM6-CICE-CMEPS system - C96MX100 - P8 debug" -export CNTL_DIR="cpld_debug_p8" +export CNTL_DIR="cpld_debug_noaero_p8" export LIST_FILES="sfcf006.tile1.nc \ sfcf006.tile2.nc \ diff --git a/tests/tests/cpld_debug_p8 b/tests/tests/cpld_debug_p8 index 468451962c..6ef58edbaa 100644 --- a/tests/tests/cpld_debug_p8 +++ b/tests/tests/cpld_debug_p8 @@ -1,5 +1,5 @@ # -# cpld_debug_p8 aero test +# cpld_debug_p8 test # export TEST_DESCR="Fully coupled FV3-CCPP-GOCART-MOM6-CICE-CMEPS system - C96MX100 - P8 debug" diff --git a/tests/tests/cpld_decomp_p8 b/tests/tests/cpld_decomp_p8 index 021d373129..cbf1b68f8f 100644 --- a/tests/tests/cpld_decomp_p8 +++ b/tests/tests/cpld_decomp_p8 @@ -1,5 +1,5 @@ # -# cpld_decomp P8 aero test +# cpld_decomp P8 test # export TEST_DESCR="Fully coupled FV3-CCPP-GOCART-MOM6-CICE-CMEPS-WW3 system - C96MX100 - decomp test" diff --git a/tests/tests/cpld_mpi_p8 b/tests/tests/cpld_mpi_p8 index 34082833ec..994ae73c89 100644 --- a/tests/tests/cpld_mpi_p8 +++ b/tests/tests/cpld_mpi_p8 @@ -1,5 +1,5 @@ # -# cpld_mpi P8 aero test +# cpld_mpi P8 test # export TEST_DESCR="Fully coupled FV3-CCPP-GOCART-MOM6-CICE-CMEPS-WW3 system - C96MX100 - change mpi task test" From 73b0c5624e03a52c5342f35e2faddd9de9e605b0 Mon Sep 17 00:00:00 2001 From: JessicaMeixner-NOAA Date: Tue, 1 Mar 2022 13:02:48 -0600 Subject: [PATCH 065/106] update SDF names in the files --- FV3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FV3 b/FV3 index d37ec5b4ee..fa098a3f18 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit d37ec5b4eeacfc8ff8bbda42c3a1feaf29b3e7c6 +Subproject commit fa098a3f186364a59dfedfea99e8c88cfab773e0 From 65a44226b1b5d5f12646915d0af766f356440271 Mon Sep 17 00:00:00 2001 From: JessicaMeixner-NOAA Date: Tue, 1 Mar 2022 15:30:47 -0600 Subject: [PATCH 066/106] clean-up and fix the conrol*p8 tests --- tests/tests/control_2threads_p8 | 4 +--- tests/tests/control_debug_p8 | 4 +--- tests/tests/control_decomp_p8 | 5 ++--- tests/tests/control_restart_p8 | 3 +-- 4 files changed, 5 insertions(+), 11 deletions(-) diff --git a/tests/tests/control_2threads_p8 b/tests/tests/control_2threads_p8 index d8535abbe3..9d1730eb7e 100644 --- a/tests/tests/control_2threads_p8 +++ b/tests/tests/control_2threads_p8 @@ -58,7 +58,6 @@ export SMONTH=03 export SDAY=22 export SHOUR=06 export OUTPUT_GRID='gaussian_grid' -export NSTF_NAME='2,0,0,0,0' export WRITE_DOPOST=.true. export THRD=2 @@ -86,7 +85,6 @@ export D2_BG_K2=0.04 export PSM_BC=1 # P8 export DDDMP=0.1 -export LGFDLMPRAD=.false. # P7 Merra2 Aerosols & NSST export USE_MERRA2=.true. @@ -144,7 +142,7 @@ export FSICS=0 export IMP_PHYSICS=8 export LGFDLMPRAD=.false. export DO_SAT_ADJ=.false. -export DNATS=0 +export DNATS=2 export DZ_MIN=6 #required for NML.IN sharing diff --git a/tests/tests/control_debug_p8 b/tests/tests/control_debug_p8 index 61d5c7f5ae..9fd31539b2 100644 --- a/tests/tests/control_debug_p8 +++ b/tests/tests/control_debug_p8 @@ -22,7 +22,6 @@ export SMONTH=03 export SDAY=22 export SHOUR=06 export OUTPUT_GRID='gaussian_grid' -export NSTF_NAME='2,0,0,0,0' export FHMAX=1 export OUTPUT_FH="0 1" #export WRITE_DOPOST=.true. @@ -45,7 +44,6 @@ export D2_BG_K2=0.04 export PSM_BC=1 # P8 export DDDMP=0.1 -export LGFDLMPRAD=.false. # P7 Merra2 Aerosols & NSST export USE_MERRA2=.true. @@ -103,7 +101,7 @@ export FSICS=0 export IMP_PHYSICS=8 export LGFDLMPRAD=.false. export DO_SAT_ADJ=.false. -export DNATS=0 +export DNATS=2 export DZ_MIN=6 #required for NML.IN sharing diff --git a/tests/tests/control_decomp_p8 b/tests/tests/control_decomp_p8 index bb4b9ad1d6..a231a761de 100644 --- a/tests/tests/control_decomp_p8 +++ b/tests/tests/control_decomp_p8 @@ -59,8 +59,8 @@ export SDAY=22 export SHOUR=06 export RESTART_INTERVAL=0 export OUTPUT_GRID='gaussian_grid' -export NSTF_NAME='2,0,0,0,0' export WRITE_DOPOST=.true. +export OUTPUT_FH='0 21 24' export INPES=6 export JNPES=4 @@ -83,7 +83,6 @@ export D2_BG_K2=0.04 export PSM_BC=1 # P8 export DDDMP=0.1 -export LGFDLMPRAD=.false. # P7 Merra2 Aerosols & NSST export USE_MERRA2=.true. @@ -141,7 +140,7 @@ export FSICS=0 export IMP_PHYSICS=8 export LGFDLMPRAD=.false. export DO_SAT_ADJ=.false. -export DNATS=0 +export DNATS=2 export DZ_MIN=6 #required for NML.IN sharing diff --git a/tests/tests/control_restart_p8 b/tests/tests/control_restart_p8 index 1998919c0e..89489f131b 100644 --- a/tests/tests/control_restart_p8 +++ b/tests/tests/control_restart_p8 @@ -83,7 +83,6 @@ export D2_BG_K2=0.04 export PSM_BC=1 # P8 export DDDMP=0.1 -export LGFDLMPRAD=.false. # P7 Merra2 Aerosols & NSST export USE_MERRA2=.true. @@ -141,7 +140,7 @@ export FSICS=0 export IMP_PHYSICS=8 export LGFDLMPRAD=.false. export DO_SAT_ADJ=.false. -export DNATS=0 +export DNATS=2 export DZ_MIN=6 #required for NML.IN sharing From 158332234244fba94c6135f2eecffd1d6df1343a Mon Sep 17 00:00:00 2001 From: "jessica.meixner" Date: Tue, 1 Mar 2022 16:43:26 -0500 Subject: [PATCH 067/106] updates for memory issues on gaea/cheyenne --- tests/default_vars.sh | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/tests/default_vars.sh b/tests/default_vars.sh index 7282da0209..6825b45b10 100755 --- a/tests/default_vars.sh +++ b/tests/default_vars.sh @@ -526,9 +526,9 @@ elif [[ $MACHINE_ID = gaea.* ]]; then CHM_cpl_bmrk="0 287"; OPB_cpl_bmrk="312 431"; IPB_cpl_bmrk="432 479"; WPB_cpl_bmrk="480 559" NPROC_ICE_cpl_bmrk=48 - TASKS_cpl_bmrk_aero=560; TPN_cpl_bmrk_aero=36; INPES_cpl_bmrk_aero=6; JNPES_cpl_bmrk_aero=8 + TASKS_cpl_bmrk_aero=576; TPN_cpl_bmrk_aero=18; INPES_cpl_bmrk_aero=6; JNPES_cpl_bmrk_aero=8 THRD_cpl_bmrk_aero=2; WPG_cpl_bmrk_aero=24; MPB_cpl_bmrk_aero="0 287"; APB_cpl_bmrk_aero="0 311" - CHM_cpl_bmrk_aero="0 287"; OPB_cpl_bmrk_aero="312 431"; IPB_cpl_bmrk_aero="432 479"; WPB_cpl_bmrk_aero="480 559" + CHM_cpl_bmrk_aero="0 287"; OPB_cpl_bmrk_aero="312 431"; IPB_cpl_bmrk_aero="432 479"; WPB_cpl_bmrk_aero="480 575" NPROC_ICE_cpl_bmrk_aero=48 TASKS_cpl_bmrk_mpi=600; TPN_cpl_bmrk_mpi=36; INPES_cpl_bmrk_mpi=6; JNPES_cpl_bmrk_mpi=8 @@ -589,8 +589,8 @@ elif [[ $MACHINE_ID = cheyenne.* ]]; then CHM_cpl_mpi="0 191"; OPB_cpl_mpi="198 231"; IPB_cpl_mpi="232 251"; WPB_cpl_mpi="252 279" NPROC_ICE_cpl_mpi=20 - TASKS_cpl_c384=480; TPN_cpl_c384=18; INPES_cpl_c384=6; JNPES_cpl_c384=8 - THRD_cpl_c384=2; WPG_cpl_c384=24; MPB_cpl_c384="0 287"; APB_cpl_c384="0 311" + TASKS_cpl_c384=480; TPN_cpl_c384=12; INPES_cpl_c384=6; JNPES_cpl_c384=8 + THRD_cpl_c384=3; WPG_cpl_c384=24; MPB_cpl_c384="0 287"; APB_cpl_c384="0 311" CHM_cpl_c384="0 287"; OPB_cpl_c384="312 431"; IPB_cpl_c384="432 479" NPROC_ICE_cpl_c384=48 @@ -599,9 +599,9 @@ elif [[ $MACHINE_ID = cheyenne.* ]]; then CHM_cpl_bmrk="0 287"; OPB_cpl_bmrk="312 431"; IPB_cpl_bmrk="432 479"; WPB_cpl_bmrk="480 559" NPROC_ICE_cpl_bmrk=48 - TASKS_cpl_bmrk_aero=560; TPN_cpl_bmrk_aero=36; INPES_cpl_bmrk_aero=6; JNPES_cpl_bmrk_aero=8 + TASKS_cpl_bmrk_aero=576; TPN_cpl_bmrk_aero=18; INPES_cpl_bmrk_aero=6; JNPES_cpl_bmrk_aero=8 THRD_cpl_bmrk_aero=2; WPG_cpl_bmrk_aero=24; MPB_cpl_bmrk_aero="0 287"; APB_cpl_bmrk_aero="0 311" - CHM_cpl_bmrk_aero="0 287"; OPB_cpl_bmrk_aero="312 431"; IPB_cpl_bmrk_aero="432 479"; WPB_cpl_bmrk_aero="480 559" + CHM_cpl_bmrk_aero="0 287"; OPB_cpl_bmrk_aero="312 431"; IPB_cpl_bmrk_aero="432 479"; WPB_cpl_bmrk_aero="480 575" NPROC_ICE_cpl_bmrk_aero=48 TASKS_cpl_bmrk_mpi=600; TPN_cpl_bmrk_mpi=36; INPES_cpl_bmrk_mpi=6; JNPES_cpl_bmrk_mpi=8 From 857b87aa5a5e833353fc318ecc5417c1f643338f Mon Sep 17 00:00:00 2001 From: JessicaMeixner-NOAA Date: Tue, 1 Mar 2022 15:45:25 -0600 Subject: [PATCH 068/106] clean up contorl_p8 --- tests/tests/control_p8 | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/tests/control_p8 b/tests/tests/control_p8 index ff77fcf768..07598e5537 100644 --- a/tests/tests/control_p8 +++ b/tests/tests/control_p8 @@ -63,7 +63,6 @@ export SDAY=22 export SHOUR=06 export RESTART_INTERVAL="12 -1" export OUTPUT_GRID='gaussian_grid' -export NSTF_NAME='2,0,0,0,0' export WRITE_DOPOST=.true. export OUTPUT_FH='0 21 24' @@ -85,7 +84,6 @@ export D2_BG_K2=0.04 export PSM_BC=1 # P8 export DDDMP=0.1 -export LGFDLMPRAD=.false. # P7 Merra2 Aerosols & NSST export USE_MERRA2=.true. From 5493625acb6608006bb266e483a1918c1fcc1cce Mon Sep 17 00:00:00 2001 From: "jessica.meixner" Date: Wed, 2 Mar 2022 00:19:42 +0000 Subject: [PATCH 069/106] wcoss-cray log --- tests/RegressionTests_wcoss_cray.log | 660 +++++++++++++-------------- 1 file changed, 330 insertions(+), 330 deletions(-) diff --git a/tests/RegressionTests_wcoss_cray.log b/tests/RegressionTests_wcoss_cray.log index d4caa4b779..e96f37ad4f 100644 --- a/tests/RegressionTests_wcoss_cray.log +++ b/tests/RegressionTests_wcoss_cray.log @@ -1,17 +1,17 @@ -Thu Feb 24 20:52:43 UTC 2022 +Tue Mar 1 22:53:12 UTC 2022 Start Regression test -Compile 001 elapsed time 779 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 741 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 787 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 740 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 538 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 517 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 483 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 811 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-20220224/control -working dir = /gpfs/hps3/stmp/Denise.Worthen/FV3_RT/rt_24627/control +Compile 001 elapsed time 757 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_v17_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 002 elapsed time 774 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 775 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 784 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 523 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_v17_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 006 elapsed time 494 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 475 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 792 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/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/control +working dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/rt_29228/control Checking test 001 control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -58,14 +58,14 @@ Checking test 001 control results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 140.608133 -The maximum resident set size (KB) = 422720 +The total amount of wall time = 141.571735 +The maximum resident set size (KB) = 423044 Test 001 control PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/control -working dir = /gpfs/hps3/stmp/Denise.Worthen/FV3_RT/rt_24627/control_decomp +baseline dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/control +working dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/rt_29228/control_decomp Checking test 002 control_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -108,28 +108,28 @@ 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 = 144.854621 -The maximum resident set size (KB) = 421996 +The total amount of wall time = 142.711981 +The maximum resident set size (KB) = 421920 Test 002 control_decomp PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/control -working dir = /gpfs/hps3/stmp/Denise.Worthen/FV3_RT/rt_24627/control_2dwrtdecomp +baseline dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/control +working dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/rt_29228/control_2dwrtdecomp Checking test 003 control_2dwrtdecomp results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK Comparing atmf024.nc .........OK -The total amount of wall time = 131.580521 -The maximum resident set size (KB) = 422820 +The total amount of wall time = 131.126403 +The maximum resident set size (KB) = 422920 Test 003 control_2dwrtdecomp PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/control -working dir = /gpfs/hps3/stmp/Denise.Worthen/FV3_RT/rt_24627/control_restart +baseline dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/control +working dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/rt_29228/control_restart Checking test 004 control_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -168,14 +168,14 @@ Checking test 004 control_restart results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 76.263082 -The maximum resident set size (KB) = 156856 +The total amount of wall time = 77.818333 +The maximum resident set size (KB) = 156600 Test 004 control_restart PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/control -working dir = /gpfs/hps3/stmp/Denise.Worthen/FV3_RT/rt_24627/control_fhzero +baseline dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/control +working dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/rt_29228/control_fhzero Checking test 005 control_fhzero results .... Comparing sfcf000.nc ............ALT CHECK......OK Comparing sfcf021.nc ............ALT CHECK......OK @@ -218,14 +218,14 @@ Checking test 005 control_fhzero results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 131.183176 -The maximum resident set size (KB) = 422856 +The total amount of wall time = 130.110166 +The maximum resident set size (KB) = 422624 Test 005 control_fhzero PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/control_CubedSphereGrid -working dir = /gpfs/hps3/stmp/Denise.Worthen/FV3_RT/rt_24627/control_CubedSphereGrid +baseline dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/control_CubedSphereGrid +working dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/rt_29228/control_CubedSphereGrid Checking test 006 control_CubedSphereGrid results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK @@ -252,14 +252,14 @@ Checking test 006 control_CubedSphereGrid results .... Comparing atmf024.tile5.nc .........OK Comparing atmf024.tile6.nc .........OK -The total amount of wall time = 133.132860 -The maximum resident set size (KB) = 422904 +The total amount of wall time = 131.561109 +The maximum resident set size (KB) = 423080 Test 006 control_CubedSphereGrid PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/control_latlon -working dir = /gpfs/hps3/stmp/Denise.Worthen/FV3_RT/rt_24627/control_latlon +baseline dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/control_latlon +working dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/rt_29228/control_latlon Checking test 007 control_latlon results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -270,14 +270,14 @@ Checking test 007 control_latlon results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -The total amount of wall time = 136.152314 -The maximum resident set size (KB) = 422812 +The total amount of wall time = 136.322790 +The maximum resident set size (KB) = 422840 Test 007 control_latlon PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/control_wrtGauss_netcdf_parallel -working dir = /gpfs/hps3/stmp/Denise.Worthen/FV3_RT/rt_24627/control_wrtGauss_netcdf_parallel +baseline dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/control_wrtGauss_netcdf_parallel +working dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/rt_29228/control_wrtGauss_netcdf_parallel Checking test 008 control_wrtGauss_netcdf_parallel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -288,14 +288,14 @@ Checking test 008 control_wrtGauss_netcdf_parallel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -The total amount of wall time = 139.556653 -The maximum resident set size (KB) = 422880 +The total amount of wall time = 136.679360 +The maximum resident set size (KB) = 422952 Test 008 control_wrtGauss_netcdf_parallel PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/control_c48 -working dir = /gpfs/hps3/stmp/Denise.Worthen/FV3_RT/rt_24627/control_c48 +baseline dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/control_c48 +working dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/rt_29228/control_c48 Checking test 009 control_c48 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -334,14 +334,14 @@ Checking test 009 control_c48 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 429.766148 -The maximum resident set size (KB) = 630520 +The total amount of wall time = 430.727717 +The maximum resident set size (KB) = 630584 Test 009 control_c48 PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/control_c192 -working dir = /gpfs/hps3/stmp/Denise.Worthen/FV3_RT/rt_24627/control_c192 +baseline dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/control_c192 +working dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/rt_29228/control_c192 Checking test 010 control_c192 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -352,14 +352,14 @@ Checking test 010 control_c192 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -The total amount of wall time = 532.174859 -The maximum resident set size (KB) = 522684 +The total amount of wall time = 532.146647 +The maximum resident set size (KB) = 524216 Test 010 control_c192 PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/control_stochy -working dir = /gpfs/hps3/stmp/Denise.Worthen/FV3_RT/rt_24627/control_stochy +baseline dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/control_stochy +working dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/rt_29228/control_stochy Checking test 011 control_stochy results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -370,28 +370,28 @@ Checking test 011 control_stochy results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK -The total amount of wall time = 93.141877 -The maximum resident set size (KB) = 426576 +The total amount of wall time = 94.111426 +The maximum resident set size (KB) = 426696 Test 011 control_stochy PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/control_stochy -working dir = /gpfs/hps3/stmp/Denise.Worthen/FV3_RT/rt_24627/control_stochy_restart +baseline dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/control_stochy +working dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/rt_29228/control_stochy_restart Checking test 012 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 = 53.282892 -The maximum resident set size (KB) = 173744 +The total amount of wall time = 53.565901 +The maximum resident set size (KB) = 172644 Test 012 control_stochy_restart PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/control_lndp -working dir = /gpfs/hps3/stmp/Denise.Worthen/FV3_RT/rt_24627/control_lndp +baseline dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/control_lndp +working dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/rt_29228/control_lndp Checking test 013 control_lndp results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -402,14 +402,14 @@ Checking test 013 control_lndp results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK -The total amount of wall time = 85.482063 -The maximum resident set size (KB) = 427244 +The total amount of wall time = 84.608617 +The maximum resident set size (KB) = 427552 Test 013 control_lndp PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/control_iovr4 -working dir = /gpfs/hps3/stmp/Denise.Worthen/FV3_RT/rt_24627/control_iovr4 +baseline dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/control_iovr4 +working dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/rt_29228/control_iovr4 Checking test 014 control_iovr4 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -424,14 +424,14 @@ Checking test 014 control_iovr4 results .... Comparing GFSPRS.GrbF21 .........OK Comparing GFSPRS.GrbF24 .........OK -The total amount of wall time = 140.279724 -The maximum resident set size (KB) = 422672 +The total amount of wall time = 138.737854 +The maximum resident set size (KB) = 422768 Test 014 control_iovr4 PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/control_iovr5 -working dir = /gpfs/hps3/stmp/Denise.Worthen/FV3_RT/rt_24627/control_iovr5 +baseline dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/control_iovr5 +working dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/rt_29228/control_iovr5 Checking test 015 control_iovr5 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -446,14 +446,14 @@ Checking test 015 control_iovr5 results .... Comparing GFSPRS.GrbF21 .........OK Comparing GFSPRS.GrbF24 .........OK -The total amount of wall time = 139.822716 -The maximum resident set size (KB) = 422680 +The total amount of wall time = 139.381288 +The maximum resident set size (KB) = 423004 Test 015 control_iovr5 PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/control_p8 -working dir = /gpfs/hps3/stmp/Denise.Worthen/FV3_RT/rt_24627/control_p8 +baseline dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/control_p8 +working dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/rt_29228/control_p8 Checking test 016 control_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -500,14 +500,14 @@ Checking test 016 control_p8 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 160.068871 -The maximum resident set size (KB) = 455724 +The total amount of wall time = 174.704393 +The maximum resident set size (KB) = 805908 Test 016 control_p8 PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/control_p8 -working dir = /gpfs/hps3/stmp/Denise.Worthen/FV3_RT/rt_24627/control_restart_p8 +baseline dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/control_p8 +working dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/rt_29228/control_restart_p8 Checking test 017 control_restart_p8 results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -546,14 +546,14 @@ Checking test 017 control_restart_p8 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 90.226493 -The maximum resident set size (KB) = 264456 +The total amount of wall time = 100.786460 +The maximum resident set size (KB) = 545420 Test 017 control_restart_p8 PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/control_p8 -working dir = /gpfs/hps3/stmp/Denise.Worthen/FV3_RT/rt_24627/control_decomp_p8 +baseline dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/control_p8 +working dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/rt_29228/control_decomp_p8 Checking test 018 control_decomp_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -596,14 +596,14 @@ Checking test 018 control_decomp_p8 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 162.636552 -The maximum resident set size (KB) = 448872 +The total amount of wall time = 172.906676 +The maximum resident set size (KB) = 801068 Test 018 control_decomp_p8 PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/control_p7_rrtmgp -working dir = /gpfs/hps3/stmp/Denise.Worthen/FV3_RT/rt_24627/control_p7_rrtmgp +baseline dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/control_p7_rrtmgp +working dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/rt_29228/control_p7_rrtmgp Checking test 019 control_p7_rrtmgp results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -650,14 +650,14 @@ Checking test 019 control_p7_rrtmgp results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 201.526782 -The maximum resident set size (KB) = 549800 +The total amount of wall time = 213.861765 +The maximum resident set size (KB) = 552020 Test 019 control_p7_rrtmgp PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/fv3_regional_control -working dir = /gpfs/hps3/stmp/Denise.Worthen/FV3_RT/rt_24627/regional_control +baseline dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/fv3_regional_control +working dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/rt_29228/regional_control Checking test 020 regional_control results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK @@ -668,42 +668,42 @@ Checking test 020 regional_control results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF24 .........OK -The total amount of wall time = 340.152010 -The maximum resident set size (KB) = 531912 +The total amount of wall time = 340.610223 +The maximum resident set size (KB) = 531988 Test 020 regional_control PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/fv3_regional_control -working dir = /gpfs/hps3/stmp/Denise.Worthen/FV3_RT/rt_24627/regional_restart +baseline dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/fv3_regional_control +working dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/rt_29228/regional_restart Checking test 021 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 = 207.540965 -The maximum resident set size (KB) = 526768 +The total amount of wall time = 206.047964 +The maximum resident set size (KB) = 526764 Test 021 regional_restart PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/fv3_regional_control -working dir = /gpfs/hps3/stmp/Denise.Worthen/FV3_RT/rt_24627/regional_control_2dwrtdecomp +baseline dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/fv3_regional_control +working dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/rt_29228/regional_control_2dwrtdecomp Checking test 022 regional_control_2dwrtdecomp results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK Comparing phyf000.nc .........OK Comparing phyf024.nc .........OK -The total amount of wall time = 341.861943 -The maximum resident set size (KB) = 531904 +The total amount of wall time = 342.322246 +The maximum resident set size (KB) = 532032 Test 022 regional_control_2dwrtdecomp PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/fv3_regional_noquilt -working dir = /gpfs/hps3/stmp/Denise.Worthen/FV3_RT/rt_24627/regional_noquilt +baseline dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/fv3_regional_noquilt +working dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/rt_29228/regional_noquilt Checking test 023 regional_noquilt results .... Comparing atmos_4xdaily.nc .........OK Comparing fv3_history2d.nc .........OK @@ -711,14 +711,14 @@ Checking test 023 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 = 371.313270 -The maximum resident set size (KB) = 534880 +The total amount of wall time = 373.055900 +The maximum resident set size (KB) = 534892 Test 023 regional_noquilt PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/fv3_regional_hafs -working dir = /gpfs/hps3/stmp/Denise.Worthen/FV3_RT/rt_24627/regional_hafs +baseline dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/fv3_regional_hafs +working dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/rt_29228/regional_hafs Checking test 024 regional_hafs results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK @@ -727,28 +727,28 @@ Checking test 024 regional_hafs results .... Comparing HURPRS.GrbF00 .........OK Comparing HURPRS.GrbF24 .........OK -The total amount of wall time = 336.653411 -The maximum resident set size (KB) = 527412 +The total amount of wall time = 339.272025 +The maximum resident set size (KB) = 527736 Test 024 regional_hafs PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/fv3_regional_netcdf_parallel -working dir = /gpfs/hps3/stmp/Denise.Worthen/FV3_RT/rt_24627/regional_netcdf_parallel +baseline dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/fv3_regional_netcdf_parallel +working dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/rt_29228/regional_netcdf_parallel Checking test 025 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 = 335.438062 -The maximum resident set size (KB) = 526548 +The total amount of wall time = 336.961568 +The maximum resident set size (KB) = 526500 Test 025 regional_netcdf_parallel PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/fv3_regional_RRTMGP -working dir = /gpfs/hps3/stmp/Denise.Worthen/FV3_RT/rt_24627/regional_RRTMGP +baseline dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/fv3_regional_RRTMGP +working dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/rt_29228/regional_RRTMGP Checking test 026 regional_RRTMGP results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK @@ -759,14 +759,14 @@ Checking test 026 regional_RRTMGP results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF24 .........OK -The total amount of wall time = 427.974797 -The maximum resident set size (KB) = 654068 +The total amount of wall time = 428.481962 +The maximum resident set size (KB) = 654176 Test 026 regional_RRTMGP PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/rap_control -working dir = /gpfs/hps3/stmp/Denise.Worthen/FV3_RT/rt_24627/rap_control +baseline dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/rap_control +working dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/rt_29228/rap_control Checking test 027 rap_control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -813,14 +813,14 @@ Checking test 027 rap_control results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 381.670234 -The maximum resident set size (KB) = 789624 +The total amount of wall time = 380.848371 +The maximum resident set size (KB) = 789392 Test 027 rap_control PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/regional_spp_sppt_shum_skeb -working dir = /gpfs/hps3/stmp/Denise.Worthen/FV3_RT/rt_24627/regional_spp_sppt_shum_skeb +baseline dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/regional_spp_sppt_shum_skeb +working dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/rt_29228/regional_spp_sppt_shum_skeb Checking test 028 regional_spp_sppt_shum_skeb results .... Comparing dynf000.nc .........OK Comparing dynf001.nc .........OK @@ -831,14 +831,14 @@ Checking test 028 regional_spp_sppt_shum_skeb results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF01 .........OK -The total amount of wall time = 319.888947 -The maximum resident set size (KB) = 853996 +The total amount of wall time = 316.125678 +The maximum resident set size (KB) = 854872 Test 028 regional_spp_sppt_shum_skeb PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/rap_control -working dir = /gpfs/hps3/stmp/Denise.Worthen/FV3_RT/rt_24627/rap_restart +baseline dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/rap_control +working dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/rt_29228/rap_restart Checking test 029 rap_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -877,14 +877,14 @@ Checking test 029 rap_restart results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 203.152378 -The maximum resident set size (KB) = 529220 +The total amount of wall time = 198.303664 +The maximum resident set size (KB) = 528992 Test 029 rap_restart PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/rap_sfcdiff -working dir = /gpfs/hps3/stmp/Denise.Worthen/FV3_RT/rt_24627/rap_sfcdiff +baseline dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/rap_sfcdiff +working dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/rt_29228/rap_sfcdiff Checking test 030 rap_sfcdiff results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -931,14 +931,14 @@ Checking test 030 rap_sfcdiff results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 379.792644 -The maximum resident set size (KB) = 789600 +The total amount of wall time = 379.048429 +The maximum resident set size (KB) = 789636 Test 030 rap_sfcdiff PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/rap_sfcdiff -working dir = /gpfs/hps3/stmp/Denise.Worthen/FV3_RT/rt_24627/rap_sfcdiff_restart +baseline dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/rap_sfcdiff +working dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/rt_29228/rap_sfcdiff_restart Checking test 031 rap_sfcdiff_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -977,14 +977,14 @@ Checking test 031 rap_sfcdiff_restart results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 204.904830 -The maximum resident set size (KB) = 529000 +The total amount of wall time = 199.980120 +The maximum resident set size (KB) = 529040 Test 031 rap_sfcdiff_restart PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/hrrr_control -working dir = /gpfs/hps3/stmp/Denise.Worthen/FV3_RT/rt_24627/hrrr_control +baseline dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/hrrr_control +working dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/rt_29228/hrrr_control Checking test 032 hrrr_control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1031,14 +1031,14 @@ Checking test 032 hrrr_control results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 368.644909 -The maximum resident set size (KB) = 787372 +The total amount of wall time = 370.413483 +The maximum resident set size (KB) = 787324 Test 032 hrrr_control PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/rrfs_v1beta -working dir = /gpfs/hps3/stmp/Denise.Worthen/FV3_RT/rt_24627/rrfs_v1beta +baseline dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/rrfs_v1beta +working dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/rt_29228/rrfs_v1beta Checking test 033 rrfs_v1beta results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1085,14 +1085,14 @@ Checking test 033 rrfs_v1beta results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 374.924916 -The maximum resident set size (KB) = 787548 +The total amount of wall time = 378.401563 +The maximum resident set size (KB) = 787420 Test 033 rrfs_v1beta PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/rrfs_conus13km_hrrr_warm -working dir = /gpfs/hps3/stmp/Denise.Worthen/FV3_RT/rt_24627/rrfs_conus13km_hrrr_warm +baseline dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/rrfs_conus13km_hrrr_warm +working dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/rt_29228/rrfs_conus13km_hrrr_warm Checking test 034 rrfs_conus13km_hrrr_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -1101,14 +1101,14 @@ Checking test 034 rrfs_conus13km_hrrr_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK -The total amount of wall time = 242.469414 -The maximum resident set size (KB) = 597944 +The total amount of wall time = 242.463997 +The maximum resident set size (KB) = 599408 Test 034 rrfs_conus13km_hrrr_warm PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/rrfs_conus13km_radar_tten_warm -working dir = /gpfs/hps3/stmp/Denise.Worthen/FV3_RT/rt_24627/rrfs_conus13km_radar_tten_warm +baseline dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/rrfs_conus13km_radar_tten_warm +working dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/rt_29228/rrfs_conus13km_radar_tten_warm Checking test 035 rrfs_conus13km_radar_tten_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -1117,14 +1117,14 @@ Checking test 035 rrfs_conus13km_radar_tten_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK -The total amount of wall time = 247.878483 -The maximum resident set size (KB) = 599972 +The total amount of wall time = 247.780124 +The maximum resident set size (KB) = 600124 Test 035 rrfs_conus13km_radar_tten_warm PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/control_rrtmgp -working dir = /gpfs/hps3/stmp/Denise.Worthen/FV3_RT/rt_24627/control_rrtmgp +baseline dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/control_rrtmgp +working dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/rt_29228/control_rrtmgp Checking test 036 control_rrtmgp results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1135,14 +1135,14 @@ Checking test 036 control_rrtmgp results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -The total amount of wall time = 214.306399 -The maximum resident set size (KB) = 548692 +The total amount of wall time = 214.083826 +The maximum resident set size (KB) = 548716 Test 036 control_rrtmgp PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/control_rrtmgp_c192 -working dir = /gpfs/hps3/stmp/Denise.Worthen/FV3_RT/rt_24627/control_rrtmgp_c192 +baseline dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/control_rrtmgp_c192 +working dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/rt_29228/control_rrtmgp_c192 Checking test 037 control_rrtmgp_c192 results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -1153,14 +1153,14 @@ Checking test 037 control_rrtmgp_c192 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK -The total amount of wall time = 586.578636 -The maximum resident set size (KB) = 760672 +The total amount of wall time = 588.904048 +The maximum resident set size (KB) = 760720 Test 037 control_rrtmgp_c192 PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/control_csawmg -working dir = /gpfs/hps3/stmp/Denise.Worthen/FV3_RT/rt_24627/control_csawmg +baseline dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/control_csawmg +working dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/rt_29228/control_csawmg Checking test 038 control_csawmg results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1171,14 +1171,14 @@ Checking test 038 control_csawmg results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -The total amount of wall time = 352.785856 -The maximum resident set size (KB) = 490572 +The total amount of wall time = 351.692234 +The maximum resident set size (KB) = 490520 Test 038 control_csawmg PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/control_csawmgt -working dir = /gpfs/hps3/stmp/Denise.Worthen/FV3_RT/rt_24627/control_csawmgt +baseline dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/control_csawmgt +working dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/rt_29228/control_csawmgt Checking test 039 control_csawmgt results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1189,14 +1189,14 @@ Checking test 039 control_csawmgt results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -The total amount of wall time = 350.062084 -The maximum resident set size (KB) = 491060 +The total amount of wall time = 347.695244 +The maximum resident set size (KB) = 490384 Test 039 control_csawmgt PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/control_flake -working dir = /gpfs/hps3/stmp/Denise.Worthen/FV3_RT/rt_24627/control_flake +baseline dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/control_flake +working dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/rt_29228/control_flake Checking test 040 control_flake results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1207,14 +1207,14 @@ Checking test 040 control_flake results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -The total amount of wall time = 229.624876 -The maximum resident set size (KB) = 492020 +The total amount of wall time = 225.963607 +The maximum resident set size (KB) = 491860 Test 040 control_flake PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/control_ras -working dir = /gpfs/hps3/stmp/Denise.Worthen/FV3_RT/rt_24627/control_ras +baseline dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/control_ras +working dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/rt_29228/control_ras Checking test 041 control_ras results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1225,40 +1225,40 @@ Checking test 041 control_ras results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -The total amount of wall time = 187.835116 -The maximum resident set size (KB) = 456344 +The total amount of wall time = 188.741268 +The maximum resident set size (KB) = 456464 Test 041 control_ras PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/control_wam_repro -working dir = /gpfs/hps3/stmp/Denise.Worthen/FV3_RT/rt_24627/control_wam_repro +baseline dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/control_wam_repro +working dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/rt_29228/control_wam_repro Checking test 042 control_wam results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK -The total amount of wall time = 117.781700 -The maximum resident set size (KB) = 167860 +The total amount of wall time = 119.030512 +The maximum resident set size (KB) = 167864 Test 042 control_wam PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/control_debug -working dir = /gpfs/hps3/stmp/Denise.Worthen/FV3_RT/rt_24627/control_debug +baseline dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/control_debug +working dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/rt_29228/control_debug Checking test 043 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 = 145.188453 -The maximum resident set size (KB) = 489004 +The total amount of wall time = 140.410191 +The maximum resident set size (KB) = 488736 Test 043 control_debug PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/control_CubedSphereGrid_debug -working dir = /gpfs/hps3/stmp/Denise.Worthen/FV3_RT/rt_24627/control_CubedSphereGrid_debug +baseline dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/control_CubedSphereGrid_debug +working dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/rt_29228/control_CubedSphereGrid_debug Checking test 044 control_CubedSphereGrid_debug results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK @@ -1285,428 +1285,428 @@ Checking test 044 control_CubedSphereGrid_debug results .... Comparing atmf001.tile5.nc .........OK Comparing atmf001.tile6.nc .........OK -The total amount of wall time = 154.371120 -The maximum resident set size (KB) = 489244 +The total amount of wall time = 148.966408 +The maximum resident set size (KB) = 489136 Test 044 control_CubedSphereGrid_debug PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/control_wrtGauss_netcdf_parallel_debug -working dir = /gpfs/hps3/stmp/Denise.Worthen/FV3_RT/rt_24627/control_wrtGauss_netcdf_parallel_debug +baseline dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/control_wrtGauss_netcdf_parallel_debug +working dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/rt_29228/control_wrtGauss_netcdf_parallel_debug Checking test 045 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 = 147.282503 +The total amount of wall time = 141.936466 The maximum resident set size (KB) = 488912 Test 045 control_wrtGauss_netcdf_parallel_debug PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/control_stochy_debug -working dir = /gpfs/hps3/stmp/Denise.Worthen/FV3_RT/rt_24627/control_stochy_debug +baseline dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/control_stochy_debug +working dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/rt_29228/control_stochy_debug Checking test 046 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 = 167.452675 -The maximum resident set size (KB) = 494308 +The total amount of wall time = 162.216176 +The maximum resident set size (KB) = 494348 Test 046 control_stochy_debug PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/control_lndp_debug -working dir = /gpfs/hps3/stmp/Denise.Worthen/FV3_RT/rt_24627/control_lndp_debug +baseline dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/control_lndp_debug +working dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/rt_29228/control_lndp_debug Checking test 047 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 = 148.434736 -The maximum resident set size (KB) = 494240 +The total amount of wall time = 145.869212 +The maximum resident set size (KB) = 494036 Test 047 control_lndp_debug PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/control_rrtmgp_debug -working dir = /gpfs/hps3/stmp/Denise.Worthen/FV3_RT/rt_24627/control_rrtmgp_debug +baseline dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/control_rrtmgp_debug +working dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/rt_29228/control_rrtmgp_debug Checking test 048 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 = 160.602347 -The maximum resident set size (KB) = 594820 +The total amount of wall time = 155.580134 +The maximum resident set size (KB) = 594772 Test 048 control_rrtmgp_debug PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/control_csawmg_debug -working dir = /gpfs/hps3/stmp/Denise.Worthen/FV3_RT/rt_24627/control_csawmg_debug +baseline dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/control_csawmg_debug +working dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/rt_29228/control_csawmg_debug Checking test 049 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 = 230.521714 -The maximum resident set size (KB) = 531268 +The total amount of wall time = 232.557508 +The maximum resident set size (KB) = 531428 Test 049 control_csawmg_debug PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/control_csawmgt_debug -working dir = /gpfs/hps3/stmp/Denise.Worthen/FV3_RT/rt_24627/control_csawmgt_debug +baseline dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/control_csawmgt_debug +working dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/rt_29228/control_csawmgt_debug Checking test 050 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 = 226.622986 -The maximum resident set size (KB) = 531092 +The total amount of wall time = 231.732474 +The maximum resident set size (KB) = 531172 Test 050 control_csawmgt_debug PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/control_ras_debug -working dir = /gpfs/hps3/stmp/Denise.Worthen/FV3_RT/rt_24627/control_ras_debug +baseline dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/control_ras_debug +working dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/rt_29228/control_ras_debug Checking test 051 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 = 150.804391 -The maximum resident set size (KB) = 502004 +The total amount of wall time = 147.405566 +The maximum resident set size (KB) = 501696 Test 051 control_ras_debug PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/control_diag_debug -working dir = /gpfs/hps3/stmp/Denise.Worthen/FV3_RT/rt_24627/control_diag_debug +baseline dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/control_diag_debug +working dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/rt_29228/control_diag_debug Checking test 052 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 = 153.166505 -The maximum resident set size (KB) = 546512 +The total amount of wall time = 151.023719 +The maximum resident set size (KB) = 546552 Test 052 control_diag_debug PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/control_debug_p8 -working dir = /gpfs/hps3/stmp/Denise.Worthen/FV3_RT/rt_24627/control_debug_p8 +baseline dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/control_debug_p8 +working dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/rt_29228/control_debug_p8 Checking test 053 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 = 154.992142 -The maximum resident set size (KB) = 515160 +The total amount of wall time = 162.103836 +The maximum resident set size (KB) = 870064 Test 053 control_debug_p8 PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/control_thompson_debug -working dir = /gpfs/hps3/stmp/Denise.Worthen/FV3_RT/rt_24627/control_thompson_debug +baseline dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/control_thompson_debug +working dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/rt_29228/control_thompson_debug Checking test 054 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 = 173.243343 -The maximum resident set size (KB) = 850608 +The total amount of wall time = 171.386753 +The maximum resident set size (KB) = 850548 Test 054 control_thompson_debug PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/control_thompson_no_aero_debug -working dir = /gpfs/hps3/stmp/Denise.Worthen/FV3_RT/rt_24627/control_thompson_no_aero_debug +baseline dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/control_thompson_no_aero_debug +working dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/rt_29228/control_thompson_no_aero_debug Checking test 055 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 = 164.267520 -The maximum resident set size (KB) = 844592 +The total amount of wall time = 160.309338 +The maximum resident set size (KB) = 844520 Test 055 control_thompson_no_aero_debug PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/control_thompson_debug_extdiag -working dir = /gpfs/hps3/stmp/Denise.Worthen/FV3_RT/rt_24627/control_thompson_extdiag_debug +baseline dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/control_thompson_debug_extdiag +working dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/rt_29228/control_thompson_extdiag_debug Checking test 056 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 = 181.174184 -The maximum resident set size (KB) = 878636 +The total amount of wall time = 179.314900 +The maximum resident set size (KB) = 878496 Test 056 control_thompson_extdiag_debug PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/control_thompson_progcld_thompson_debug -working dir = /gpfs/hps3/stmp/Denise.Worthen/FV3_RT/rt_24627/control_thompson_progcld_thompson_debug +baseline dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/control_thompson_progcld_thompson_debug +working dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/rt_29228/control_thompson_progcld_thompson_debug Checking test 057 control_thompson_progcld_thompson_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 172.728796 -The maximum resident set size (KB) = 850652 +The total amount of wall time = 172.168957 +The maximum resident set size (KB) = 849652 Test 057 control_thompson_progcld_thompson_debug PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/fv3_regional_debug -working dir = /gpfs/hps3/stmp/Denise.Worthen/FV3_RT/rt_24627/regional_debug +baseline dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/fv3_regional_debug +working dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/rt_29228/regional_debug Checking test 058 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 = 248.694231 -The maximum resident set size (KB) = 553540 +The total amount of wall time = 247.879132 +The maximum resident set size (KB) = 553392 Test 058 regional_debug PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/rap_control_debug -working dir = /gpfs/hps3/stmp/Denise.Worthen/FV3_RT/rt_24627/rap_control_debug +baseline dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/rap_control_debug +working dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/rt_29228/rap_control_debug Checking test 059 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 = 266.872414 -The maximum resident set size (KB) = 857304 +The total amount of wall time = 265.318809 +The maximum resident set size (KB) = 857024 Test 059 rap_control_debug PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/rap_control_debug -working dir = /gpfs/hps3/stmp/Denise.Worthen/FV3_RT/rt_24627/rap_unified_drag_suite_debug +baseline dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/rap_control_debug +working dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/rt_29228/rap_unified_drag_suite_debug Checking test 060 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 = 265.960651 -The maximum resident set size (KB) = 857064 +The total amount of wall time = 265.076123 +The maximum resident set size (KB) = 857036 Test 060 rap_unified_drag_suite_debug PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/rap_diag_debug -working dir = /gpfs/hps3/stmp/Denise.Worthen/FV3_RT/rt_24627/rap_diag_debug +baseline dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/rap_diag_debug +working dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/rt_29228/rap_diag_debug Checking test 061 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 = 283.521020 -The maximum resident set size (KB) = 939220 +The total amount of wall time = 281.162126 +The maximum resident set size (KB) = 939264 Test 061 rap_diag_debug PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/rap_cires_ugwp_debug -working dir = /gpfs/hps3/stmp/Denise.Worthen/FV3_RT/rt_24627/rap_cires_ugwp_debug +baseline dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/rap_cires_ugwp_debug +working dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/rt_29228/rap_cires_ugwp_debug Checking test 062 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 = 270.146017 -The maximum resident set size (KB) = 857944 +The total amount of wall time = 270.132009 +The maximum resident set size (KB) = 857848 Test 062 rap_cires_ugwp_debug PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/rap_cires_ugwp_debug -working dir = /gpfs/hps3/stmp/Denise.Worthen/FV3_RT/rt_24627/rap_unified_ugwp_debug +baseline dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/rap_cires_ugwp_debug +working dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/rt_29228/rap_unified_ugwp_debug Checking test 063 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 = 270.299915 -The maximum resident set size (KB) = 857148 +The total amount of wall time = 269.688000 +The maximum resident set size (KB) = 857132 Test 063 rap_unified_ugwp_debug PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/rap_noah_debug -working dir = /gpfs/hps3/stmp/Denise.Worthen/FV3_RT/rt_24627/rap_noah_debug +baseline dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/rap_noah_debug +working dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/rt_29228/rap_noah_debug Checking test 064 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 = 262.042386 -The maximum resident set size (KB) = 855744 +The total amount of wall time = 260.282071 +The maximum resident set size (KB) = 855572 Test 064 rap_noah_debug PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/rap_rrtmgp_debug -working dir = /gpfs/hps3/stmp/Denise.Worthen/FV3_RT/rt_24627/rap_rrtmgp_debug +baseline dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/rap_rrtmgp_debug +working dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/rt_29228/rap_rrtmgp_debug Checking test 065 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 = 446.745452 -The maximum resident set size (KB) = 963656 +The total amount of wall time = 448.566086 +The maximum resident set size (KB) = 963208 Test 065 rap_rrtmgp_debug PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/rap_lndp_debug -working dir = /gpfs/hps3/stmp/Denise.Worthen/FV3_RT/rt_24627/rap_lndp_debug +baseline dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/rap_lndp_debug +working dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/rt_29228/rap_lndp_debug Checking test 066 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 = 266.455901 -The maximum resident set size (KB) = 857824 +The total amount of wall time = 266.565169 +The maximum resident set size (KB) = 858160 Test 066 rap_lndp_debug PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/rap_sfcdiff_debug -working dir = /gpfs/hps3/stmp/Denise.Worthen/FV3_RT/rt_24627/rap_sfcdiff_debug +baseline dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/rap_sfcdiff_debug +working dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/rt_29228/rap_sfcdiff_debug Checking test 067 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 = 265.925222 -The maximum resident set size (KB) = 857216 +The total amount of wall time = 263.915129 +The maximum resident set size (KB) = 856980 Test 067 rap_sfcdiff_debug PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/rap_flake_debug -working dir = /gpfs/hps3/stmp/Denise.Worthen/FV3_RT/rt_24627/rap_flake_debug +baseline dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/rap_flake_debug +working dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/rt_29228/rap_flake_debug Checking test 068 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 = 265.236555 -The maximum resident set size (KB) = 857364 +The total amount of wall time = 264.329546 +The maximum resident set size (KB) = 856864 Test 068 rap_flake_debug PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/rap_noah_sfcdiff_cires_ugwp_debug -working dir = /gpfs/hps3/stmp/Denise.Worthen/FV3_RT/rt_24627/rap_noah_sfcdiff_cires_ugwp_debug +baseline dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/rap_noah_sfcdiff_cires_ugwp_debug +working dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/rt_29228/rap_noah_sfcdiff_cires_ugwp_debug Checking test 069 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 = 435.251565 -The maximum resident set size (KB) = 855644 +The total amount of wall time = 433.755203 +The maximum resident set size (KB) = 855512 Test 069 rap_noah_sfcdiff_cires_ugwp_debug PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/rap_progcld_thompson_debug -working dir = /gpfs/hps3/stmp/Denise.Worthen/FV3_RT/rt_24627/rap_progcld_thompson_debug +baseline dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/rap_progcld_thompson_debug +working dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/rt_29228/rap_progcld_thompson_debug Checking test 070 rap_progcld_thompson_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 265.560574 -The maximum resident set size (KB) = 857356 +The total amount of wall time = 263.995785 +The maximum resident set size (KB) = 856888 Test 070 rap_progcld_thompson_debug PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/rrfs_v1beta_debug -working dir = /gpfs/hps3/stmp/Denise.Worthen/FV3_RT/rt_24627/rrfs_v1beta_debug +baseline dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/rrfs_v1beta_debug +working dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/rt_29228/rrfs_v1beta_debug Checking test 071 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 = 264.474764 -The maximum resident set size (KB) = 854672 +The total amount of wall time = 261.469751 +The maximum resident set size (KB) = 854224 Test 071 rrfs_v1beta_debug PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/control_wam_debug -working dir = /gpfs/hps3/stmp/Denise.Worthen/FV3_RT/rt_24627/control_wam_debug +baseline dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/control_wam_debug +working dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/rt_29228/control_wam_debug Checking test 072 control_wam_debug results .... Comparing sfcf019.nc .........OK Comparing atmf019.nc .........OK -The total amount of wall time = 271.506195 -The maximum resident set size (KB) = 197928 +The total amount of wall time = 270.948410 +The maximum resident set size (KB) = 197540 Test 072 control_wam_debug PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/hafs_regional_atm -working dir = /gpfs/hps3/stmp/Denise.Worthen/FV3_RT/rt_24627/hafs_regional_atm +baseline dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/hafs_regional_atm +working dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/rt_29228/hafs_regional_atm Checking test 073 hafs_regional_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK -The total amount of wall time = 332.511151 -The maximum resident set size (KB) = 643072 +The total amount of wall time = 324.811210 +The maximum resident set size (KB) = 642852 Test 073 hafs_regional_atm PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/hafs_regional_atm_thompson_gfdlsf -working dir = /gpfs/hps3/stmp/Denise.Worthen/FV3_RT/rt_24627/hafs_regional_atm_thompson_gfdlsf +baseline dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/hafs_regional_atm_thompson_gfdlsf +working dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/rt_29228/hafs_regional_atm_thompson_gfdlsf Checking test 074 hafs_regional_atm_thompson_gfdlsf results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK -The total amount of wall time = 379.506250 -The maximum resident set size (KB) = 994648 +The total amount of wall time = 373.905119 +The maximum resident set size (KB) = 1002408 Test 074 hafs_regional_atm_thompson_gfdlsf PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/hafs_regional_atm_ocn -working dir = /gpfs/hps3/stmp/Denise.Worthen/FV3_RT/rt_24627/hafs_regional_atm_ocn +baseline dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/hafs_regional_atm_ocn +working dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/rt_29228/hafs_regional_atm_ocn Checking test 075 hafs_regional_atm_ocn results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -1715,28 +1715,28 @@ Checking test 075 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 = 507.847713 -The maximum resident set size (KB) = 642636 +The total amount of wall time = 509.358738 +The maximum resident set size (KB) = 642456 Test 075 hafs_regional_atm_ocn PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/hafs_regional_atm_wav -working dir = /gpfs/hps3/stmp/Denise.Worthen/FV3_RT/rt_24627/hafs_regional_atm_wav +baseline dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/hafs_regional_atm_wav +working dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/rt_29228/hafs_regional_atm_wav Checking test 076 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 = 911.737837 +The total amount of wall time = 913.466620 The maximum resident set size (KB) = 643176 Test 076 hafs_regional_atm_wav PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/hafs_regional_atm_ocn_wav -working dir = /gpfs/hps3/stmp/Denise.Worthen/FV3_RT/rt_24627/hafs_regional_atm_ocn_wav +baseline dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/hafs_regional_atm_ocn_wav +working dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/rt_29228/hafs_regional_atm_ocn_wav Checking test 077 hafs_regional_atm_ocn_wav results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -1745,28 +1745,28 @@ Checking test 077 hafs_regional_atm_ocn_wav results .... Comparing out_grd.ww3 .........OK Comparing out_pnt.ww3 .........OK -The total amount of wall time = 1025.247719 -The maximum resident set size (KB) = 644464 +The total amount of wall time = 998.786640 +The maximum resident set size (KB) = 644248 Test 077 hafs_regional_atm_ocn_wav PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/hafs_regional_1nest_atm -working dir = /gpfs/hps3/stmp/Denise.Worthen/FV3_RT/rt_24627/hafs_regional_1nest_atm +baseline dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/hafs_regional_1nest_atm +working dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/rt_29228/hafs_regional_1nest_atm Checking test 078 hafs_regional_1nest_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK Comparing sfc.nest02.f006.nc .........OK -The total amount of wall time = 358.787502 -The maximum resident set size (KB) = 244908 +The total amount of wall time = 361.082133 +The maximum resident set size (KB) = 245008 Test 078 hafs_regional_1nest_atm PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/hafs_regional_telescopic_2nests_atm -working dir = /gpfs/hps3/stmp/Denise.Worthen/FV3_RT/rt_24627/hafs_regional_telescopic_2nests_atm +baseline dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/hafs_regional_telescopic_2nests_atm +working dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/rt_29228/hafs_regional_telescopic_2nests_atm Checking test 079 hafs_regional_telescopic_2nests_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -1775,26 +1775,26 @@ Checking test 079 hafs_regional_telescopic_2nests_atm results .... Comparing atm.nest03.f006.nc .........OK Comparing sfc.nest03.f006.nc .........OK -The total amount of wall time = 376.468858 -The maximum resident set size (KB) = 246304 +The total amount of wall time = 377.946358 +The maximum resident set size (KB) = 246488 Test 079 hafs_regional_telescopic_2nests_atm PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/hafs_global_1nest_atm -working dir = /gpfs/hps3/stmp/Denise.Worthen/FV3_RT/rt_24627/hafs_global_1nest_atm +baseline dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/hafs_global_1nest_atm +working dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/rt_29228/hafs_global_1nest_atm Checking test 080 hafs_global_1nest_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK Comparing sfc.nest02.f006.nc .........OK -The total amount of wall time = 162.286436 -The maximum resident set size (KB) = 149824 +The total amount of wall time = 163.912388 +The maximum resident set size (KB) = 148320 Test 080 hafs_global_1nest_atm PASS REGRESSION TEST WAS SUCCESSFUL -Thu Feb 24 21:31:56 UTC 2022 -Elapsed time: 00h:39m:14s. Have a nice day! +Tue Mar 1 23:31:13 UTC 2022 +Elapsed time: 00h:38m:01s. Have a nice day! From c8f2f1ba8012106c9d4448ccfffd9c283b8f4a2d Mon Sep 17 00:00:00 2001 From: "jessica.meixner" Date: Tue, 1 Mar 2022 19:20:19 -0500 Subject: [PATCH 070/106] gaea log --- tests/RegressionTests_gaea.intel.log | 3264 +------------------------- 1 file changed, 15 insertions(+), 3249 deletions(-) diff --git a/tests/RegressionTests_gaea.intel.log b/tests/RegressionTests_gaea.intel.log index f57bc802e3..185715b10a 100644 --- a/tests/RegressionTests_gaea.intel.log +++ b/tests/RegressionTests_gaea.intel.log @@ -1,3257 +1,23 @@ -Thu Feb 24 19:09:04 EST 2022 +Tue Mar 1 17:51:57 EST 2022 Start Regression test -Compile 001 elapsed time 607 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 243 seconds. -DAPP=S2S -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v16_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile 003 elapsed time 525 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 490 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 526 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 510 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 232 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 230 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 236 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 497 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 503 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 298 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 013 elapsed time 160 seconds. -DAPP=NG-GODAS -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile 014 elapsed time 457 seconds. -DAPP=ATMW -DCCPP_SUITES=FV3_GFS_v16 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 001 elapsed time 246 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_v17_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/cpld_control_p8 -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_27128/cpld_control_p8 -Checking test 001 cpld_control_p8 results .... - Comparing sfcf021.tile1.nc .........OK - Comparing sfcf021.tile2.nc .........OK - Comparing sfcf021.tile3.nc .........OK - Comparing sfcf021.tile4.nc .........OK - Comparing sfcf021.tile5.nc .........OK - Comparing sfcf021.tile6.nc .........OK - Comparing atmf021.tile1.nc .........OK - Comparing atmf021.tile2.nc .........OK - Comparing atmf021.tile3.nc .........OK - Comparing atmf021.tile4.nc .........OK - Comparing atmf021.tile5.nc .........OK - Comparing atmf021.tile6.nc .........OK - Comparing sfcf024.tile1.nc .........OK - Comparing sfcf024.tile2.nc .........OK - Comparing sfcf024.tile3.nc .........OK - Comparing sfcf024.tile4.nc .........OK - Comparing sfcf024.tile5.nc .........OK - Comparing sfcf024.tile6.nc .........OK - Comparing atmf024.tile1.nc .........OK - Comparing atmf024.tile2.nc .........OK - Comparing atmf024.tile3.nc .........OK - Comparing atmf024.tile4.nc .........OK - Comparing atmf024.tile5.nc .........OK - Comparing atmf024.tile6.nc .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - Comparing RESTART/MOM.res.nc .........OK - Comparing RESTART/iced.2021-03-23-21600.nc .........OK - Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK - Comparing 20210323.060000.out_grd.glo_1deg .........OK - Comparing 20210323.060000.out_pnt.points .........OK - Comparing 20210323.060000.restart.glo_1deg .........OK +baseline dir = /lustre/f2/scratch/ncep/Jessica.Meixner/FV3_RT/REGRESSION_TEST_INTEL/control_debug_p8 +working dir = /lustre/f2/scratch/Jessica.Meixner/FV3_RT/rt_16044/control_debug_p8 +Checking test 001 control_debug_p8 results .... +Moving baseline 001 control_debug_p8 files .... + Moving sfcf000.nc .........OK + Moving sfcf001.nc .........OK + Moving atmf000.nc .........OK + Moving atmf001.nc .........OK - 0: The total amount of wall time = 244.894843 - 0: The maximum resident set size (KB) = 490696 + 0: The total amount of wall time = 164.388712 + 0: The maximum resident set size (KB) = 881356 -Test 001 cpld_control_p8 PASS - - -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/cpld_control_p8 -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_27128/cpld_2threads_p8 -Checking test 002 cpld_2threads_p8 results .... - Comparing sfcf024.tile1.nc .........OK - Comparing sfcf024.tile2.nc .........OK - Comparing sfcf024.tile3.nc .........OK - Comparing sfcf024.tile4.nc .........OK - Comparing sfcf024.tile5.nc .........OK - Comparing sfcf024.tile6.nc .........OK - Comparing atmf024.tile1.nc .........OK - Comparing atmf024.tile2.nc .........OK - Comparing atmf024.tile3.nc .........OK - Comparing atmf024.tile4.nc .........OK - Comparing atmf024.tile5.nc .........OK - Comparing atmf024.tile6.nc .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - Comparing RESTART/MOM.res.nc .........OK - Comparing RESTART/iced.2021-03-23-21600.nc .........OK - Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK - Comparing 20210323.060000.out_grd.glo_1deg .........OK - Comparing 20210323.060000.out_pnt.points .........OK - Comparing 20210323.060000.restart.glo_1deg .........OK - - 0: The total amount of wall time = 300.853657 - 0: The maximum resident set size (KB) = 610564 - -Test 002 cpld_2threads_p8 PASS - - -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/cpld_control_p8 -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_27128/cpld_decomp_p8 -Checking test 003 cpld_decomp_p8 results .... - Comparing sfcf024.tile1.nc .........OK - Comparing sfcf024.tile2.nc .........OK - Comparing sfcf024.tile3.nc .........OK - Comparing sfcf024.tile4.nc .........OK - Comparing sfcf024.tile5.nc .........OK - Comparing sfcf024.tile6.nc .........OK - Comparing atmf024.tile1.nc .........OK - Comparing atmf024.tile2.nc .........OK - Comparing atmf024.tile3.nc .........OK - Comparing atmf024.tile4.nc .........OK - Comparing atmf024.tile5.nc .........OK - Comparing atmf024.tile6.nc .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - Comparing RESTART/MOM.res.nc .........OK - Comparing RESTART/iced.2021-03-23-21600.nc .........OK - Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK - Comparing 20210323.060000.out_grd.glo_1deg .........OK - Comparing 20210323.060000.out_pnt.points .........OK - Comparing 20210323.060000.restart.glo_1deg .........OK - - 0: The total amount of wall time = 247.100486 - 0: The maximum resident set size (KB) = 506904 - -Test 003 cpld_decomp_p8 PASS - - -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/cpld_control_p8 -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_27128/cpld_mpi_p8 -Checking test 004 cpld_mpi_p8 results .... - Comparing sfcf024.tile1.nc .........OK - Comparing sfcf024.tile2.nc .........OK - Comparing sfcf024.tile3.nc .........OK - Comparing sfcf024.tile4.nc .........OK - Comparing sfcf024.tile5.nc .........OK - Comparing sfcf024.tile6.nc .........OK - Comparing atmf024.tile1.nc .........OK - Comparing atmf024.tile2.nc .........OK - Comparing atmf024.tile3.nc .........OK - Comparing atmf024.tile4.nc .........OK - Comparing atmf024.tile5.nc .........OK - Comparing atmf024.tile6.nc .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - Comparing RESTART/MOM.res.nc .........OK - Comparing RESTART/iced.2021-03-23-21600.nc .........OK - Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK - Comparing 20210323.060000.out_grd.glo_1deg .........OK - Comparing 20210323.060000.out_pnt.points .........OK - Comparing 20210323.060000.restart.glo_1deg .........OK - - 0: The total amount of wall time = 220.894076 - 0: The maximum resident set size (KB) = 472900 - -Test 004 cpld_mpi_p8 PASS - - -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/cpld_control_p7_rrtmgp -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_27128/cpld_control_p7_rrtmgp -Checking test 005 cpld_control_p7_rrtmgp results .... - Comparing sfcf024.tile1.nc .........OK - Comparing sfcf024.tile2.nc .........OK - Comparing sfcf024.tile3.nc .........OK - Comparing sfcf024.tile4.nc .........OK - Comparing sfcf024.tile5.nc .........OK - Comparing sfcf024.tile6.nc .........OK - Comparing atmf024.tile1.nc .........OK - Comparing atmf024.tile2.nc .........OK - Comparing atmf024.tile3.nc .........OK - Comparing atmf024.tile4.nc .........OK - Comparing atmf024.tile5.nc .........OK - Comparing atmf024.tile6.nc .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - Comparing RESTART/MOM.res.nc .........OK - Comparing RESTART/iced.2021-03-23-21600.nc .........OK - Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK - Comparing 20210323.060000.out_grd.glo_1deg .........OK - Comparing 20210323.060000.out_pnt.points .........OK - Comparing 20210323.060000.restart.glo_1deg .........OK - - 0: The total amount of wall time = 293.321313 - 0: The maximum resident set size (KB) = 587800 - -Test 005 cpld_control_p7_rrtmgp PASS - - -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/cpld_bmark_p7 -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_27128/cpld_bmark_p7 -Checking test 006 cpld_bmark_p7 results .... - Comparing sfcf006.nc .........OK - Comparing atmf006.nc .........OK - Comparing 20130401.060000.out_grd.gwes_30m .........OK - Comparing 20130401.060000.out_pnt.points .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - Comparing RESTART/MOM.res.nc .........OK - Comparing RESTART/MOM.res_1.nc .........OK - Comparing RESTART/MOM.res_2.nc .........OK - Comparing RESTART/MOM.res_3.nc .........OK - Comparing RESTART/iced.2013-04-01-21600.nc .........OK - Comparing RESTART/ufs.cpld.cpl.r.2013-04-01-21600.nc .........OK - - 0: The total amount of wall time = 1005.699782 - 0: The maximum resident set size (KB) = 1161368 - -Test 006 cpld_bmark_p7 PASS - - -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/cpld_bmark_p8 -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_27128/cpld_bmark_p8 -Checking test 007 cpld_bmark_p8 results .... - Comparing sfcf006.nc .........OK - Comparing atmf006.nc .........OK - Comparing 20130401.060000.out_grd.gwes_30m .........OK - Comparing 20130401.060000.out_pnt.points .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - Comparing RESTART/MOM.res.nc .........OK - Comparing RESTART/MOM.res_1.nc .........OK - Comparing RESTART/MOM.res_2.nc .........OK - Comparing RESTART/MOM.res_3.nc .........OK - Comparing RESTART/iced.2013-04-01-21600.nc .........OK - Comparing RESTART/ufs.cpld.cpl.r.2013-04-01-21600.nc .........OK - - 0: The total amount of wall time = 1000.727651 - 0: The maximum resident set size (KB) = 1158680 - -Test 007 cpld_bmark_p8 PASS - - -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/cpld_bmark_p8 -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_27128/cpld_bmark_mpi_p8 -Checking test 008 cpld_bmark_mpi_p8 results .... - Comparing sfcf006.nc .........OK - Comparing atmf006.nc .........OK - Comparing 20130401.060000.out_grd.gwes_30m .........OK - Comparing 20130401.060000.out_pnt.points .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - Comparing RESTART/MOM.res.nc .........OK - Comparing RESTART/MOM.res_1.nc .........OK - Comparing RESTART/MOM.res_2.nc .........OK - Comparing RESTART/MOM.res_3.nc .........OK - Comparing RESTART/iced.2013-04-01-21600.nc .........OK - Comparing RESTART/ufs.cpld.cpl.r.2013-04-01-21600.nc .........OK - - 0: The total amount of wall time = 954.079672 - 0: The maximum resident set size (KB) = 1160180 - -Test 008 cpld_bmark_mpi_p8 PASS - - -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/cpld_control_c96_p8 -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_27128/cpld_control_c96_p8 -Checking test 009 cpld_control_c96_p8 results .... - Comparing sfcf021.tile1.nc .........OK - Comparing sfcf021.tile2.nc .........OK - Comparing sfcf021.tile3.nc .........OK - Comparing sfcf021.tile4.nc .........OK - Comparing sfcf021.tile5.nc .........OK - Comparing sfcf021.tile6.nc .........OK - Comparing atmf021.tile1.nc .........OK - Comparing atmf021.tile2.nc .........OK - Comparing atmf021.tile3.nc .........OK - Comparing atmf021.tile4.nc .........OK - Comparing atmf021.tile5.nc .........OK - Comparing atmf021.tile6.nc .........OK - Comparing sfcf024.tile1.nc .........OK - Comparing sfcf024.tile2.nc .........OK - Comparing sfcf024.tile3.nc .........OK - Comparing sfcf024.tile4.nc .........OK - Comparing sfcf024.tile5.nc .........OK - Comparing sfcf024.tile6.nc .........OK - Comparing atmf024.tile1.nc .........OK - Comparing atmf024.tile2.nc .........OK - Comparing atmf024.tile3.nc .........OK - Comparing atmf024.tile4.nc .........OK - Comparing atmf024.tile5.nc .........OK - Comparing atmf024.tile6.nc .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - Comparing RESTART/MOM.res.nc .........OK - Comparing RESTART/iced.2021-03-23-21600.nc .........OK - Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK - - 0: The total amount of wall time = 227.557226 - 0: The maximum resident set size (KB) = 515812 - -Test 009 cpld_control_c96_p8 PASS - - -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/cpld_control_c96_p8 -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_27128/cpld_restart_c96_p8 -Checking test 010 cpld_restart_c96_p8 results .... - Comparing sfcf024.tile1.nc .........OK - Comparing sfcf024.tile2.nc .........OK - Comparing sfcf024.tile3.nc .........OK - Comparing sfcf024.tile4.nc .........OK - Comparing sfcf024.tile5.nc .........OK - Comparing sfcf024.tile6.nc .........OK - Comparing atmf024.tile1.nc .........OK - Comparing atmf024.tile2.nc .........OK - Comparing atmf024.tile3.nc .........OK - Comparing atmf024.tile4.nc .........OK - Comparing atmf024.tile5.nc .........OK - Comparing atmf024.tile6.nc .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - Comparing RESTART/MOM.res.nc .........OK - Comparing RESTART/iced.2021-03-23-21600.nc .........OK - Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK - - 0: The total amount of wall time = 155.004318 - 0: The maximum resident set size (KB) = 305532 - -Test 010 cpld_restart_c96_p8 PASS - - -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/cpld_control_c192_p8 -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_27128/cpld_control_c192_p8 -Checking test 011 cpld_control_c192_p8 results .... - Comparing sfcf036.tile1.nc .........OK - Comparing sfcf036.tile2.nc .........OK - Comparing sfcf036.tile3.nc .........OK - Comparing sfcf036.tile4.nc .........OK - Comparing sfcf036.tile5.nc .........OK - Comparing sfcf036.tile6.nc .........OK - Comparing atmf036.tile1.nc .........OK - Comparing atmf036.tile2.nc .........OK - Comparing atmf036.tile3.nc .........OK - Comparing atmf036.tile4.nc .........OK - Comparing atmf036.tile5.nc .........OK - Comparing atmf036.tile6.nc .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - Comparing RESTART/MOM.res.nc .........OK - Comparing RESTART/iced.2021-03-23-64800.nc .........OK - Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-64800.nc .........OK - - 0: The total amount of wall time = 1002.271823 - 0: The maximum resident set size (KB) = 684960 - -Test 011 cpld_control_c192_p8 PASS - - -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/cpld_control_c192_p8 -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_27128/cpld_restart_c192_p8 -Checking test 012 cpld_restart_c192_p8 results .... - Comparing sfcf036.tile1.nc .........OK - Comparing sfcf036.tile2.nc .........OK - Comparing sfcf036.tile3.nc .........OK - Comparing sfcf036.tile4.nc .........OK - Comparing sfcf036.tile5.nc .........OK - Comparing sfcf036.tile6.nc .........OK - Comparing atmf036.tile1.nc .........OK - Comparing atmf036.tile2.nc .........OK - Comparing atmf036.tile3.nc .........OK - Comparing atmf036.tile4.nc .........OK - Comparing atmf036.tile5.nc .........OK - Comparing atmf036.tile6.nc .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - Comparing RESTART/MOM.res.nc .........OK - Comparing RESTART/iced.2021-03-23-64800.nc .........OK - Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-64800.nc .........OK - - 0: The total amount of wall time = 641.557771 - 0: The maximum resident set size (KB) = 757128 - -Test 012 cpld_restart_c192_p8 PASS - - -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/cpld_control_c384_p8 -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_27128/cpld_control_c384_p8 -Checking test 013 cpld_control_c384_p8 results .... - Comparing sfcf006.nc .........OK - Comparing atmf006.nc .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - Comparing RESTART/MOM.res.nc .........OK - Comparing RESTART/MOM.res_1.nc .........OK - Comparing RESTART/MOM.res_2.nc .........OK - Comparing RESTART/MOM.res_3.nc .........OK - Comparing RESTART/iced.2021-03-22-43200.nc .........OK - Comparing RESTART/ufs.cpld.cpl.r.2021-03-22-43200.nc .........OK - - 0: The total amount of wall time = 1098.236827 - 0: The maximum resident set size (KB) = 1187276 - -Test 013 cpld_control_c384_p8 PASS - - -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/cpld_control_c384_p8 -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_27128/cpld_restart_c384_p8 -Checking test 014 cpld_restart_c384_p8 results .... - Comparing sfcf006.nc .........OK - Comparing atmf006.nc .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - Comparing RESTART/MOM.res.nc .........OK - Comparing RESTART/MOM.res_1.nc .........OK - Comparing RESTART/MOM.res_2.nc .........OK - Comparing RESTART/MOM.res_3.nc .........OK - Comparing RESTART/iced.2021-03-22-43200.nc .........OK - Comparing RESTART/ufs.cpld.cpl.r.2021-03-22-43200.nc .........OK - - 0: The total amount of wall time = 669.680343 - 0: The maximum resident set size (KB) = 1147120 - -Test 014 cpld_restart_c384_p8 PASS - - -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/cpld_debug_p8 -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_27128/cpld_debug_p8 -Checking test 015 cpld_debug_p8 results .... - Comparing sfcf006.tile1.nc .........OK - Comparing sfcf006.tile2.nc .........OK - Comparing sfcf006.tile3.nc .........OK - Comparing sfcf006.tile4.nc .........OK - Comparing sfcf006.tile5.nc .........OK - Comparing sfcf006.tile6.nc .........OK - Comparing atmf006.tile1.nc .........OK - Comparing atmf006.tile2.nc .........OK - Comparing atmf006.tile3.nc .........OK - Comparing atmf006.tile4.nc .........OK - Comparing atmf006.tile5.nc .........OK - Comparing atmf006.tile6.nc .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - Comparing RESTART/MOM.res.nc .........OK - Comparing RESTART/iced.2021-03-22-43200.nc .........OK - Comparing RESTART/ufs.cpld.cpl.r.2021-03-22-43200.nc .........OK - - 0: The total amount of wall time = 641.569397 - 0: The maximum resident set size (KB) = 574984 - -Test 015 cpld_debug_p8 PASS - - -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/control -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_27128/control -Checking test 016 control results .... - Comparing sfcf000.nc .........OK - Comparing sfcf021.nc .........OK - Comparing sfcf024.nc .........OK - Comparing atmf000.nc .........OK - Comparing atmf021.nc .........OK - Comparing atmf024.nc .........OK - Comparing GFSFLX.GrbF00 .........OK - Comparing GFSFLX.GrbF21 .........OK - Comparing GFSFLX.GrbF24 .........OK - Comparing GFSPRS.GrbF00 .........OK - Comparing GFSPRS.GrbF21 .........OK - Comparing GFSPRS.GrbF24 .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - - 0: The total amount of wall time = 135.671057 - 0: The maximum resident set size (KB) = 436604 - -Test 016 control PASS - - -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/control -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_27128/control_decomp -Checking test 017 control_decomp results .... - Comparing sfcf000.nc .........OK - Comparing sfcf024.nc .........OK - Comparing atmf000.nc .........OK - Comparing atmf024.nc .........OK - Comparing GFSFLX.GrbF00 .........OK - Comparing GFSFLX.GrbF24 .........OK - Comparing GFSPRS.GrbF00 .........OK - Comparing GFSPRS.GrbF24 .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - - 0: The total amount of wall time = 141.761620 - 0: The maximum resident set size (KB) = 435912 - -Test 017 control_decomp PASS - - -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/control -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_27128/control_2dwrtdecomp -Checking test 018 control_2dwrtdecomp results .... - Comparing sfcf000.nc .........OK - Comparing sfcf024.nc .........OK - Comparing atmf000.nc .........OK - Comparing atmf024.nc .........OK - - 0: The total amount of wall time = 130.451828 - 0: The maximum resident set size (KB) = 436844 - -Test 018 control_2dwrtdecomp PASS - - -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/control -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_27128/control_2threads -Checking test 019 control_2threads results .... - Comparing sfcf000.nc .........OK - Comparing sfcf024.nc .........OK - Comparing atmf000.nc .........OK - Comparing atmf024.nc .........OK - Comparing GFSFLX.GrbF00 .........OK - Comparing GFSFLX.GrbF24 .........OK - Comparing GFSPRS.GrbF00 .........OK - Comparing GFSPRS.GrbF24 .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - - 0: The total amount of wall time = 168.245571 - 0: The maximum resident set size (KB) = 489608 - -Test 019 control_2threads PASS - - -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/control -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_27128/control_restart -Checking test 020 control_restart results .... - Comparing sfcf024.nc .........OK - Comparing atmf024.nc .........OK - Comparing GFSFLX.GrbF24 .........OK - Comparing GFSPRS.GrbF24 .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - - 0: The total amount of wall time = 71.085151 - 0: The maximum resident set size (KB) = 172560 - -Test 020 control_restart PASS - - -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/control -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_27128/control_fhzero -Checking test 021 control_fhzero results .... - Comparing sfcf000.nc ............ALT CHECK......OK - Comparing sfcf021.nc ............ALT CHECK......OK - Comparing atmf000.nc .........OK - Comparing atmf021.nc .........OK - Comparing GFSFLX.GrbF00 .........OK - Comparing GFSFLX.GrbF21 .........OK - Comparing GFSPRS.GrbF00 .........OK - Comparing GFSPRS.GrbF21 .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - - 0: The total amount of wall time = 123.363324 - 0: The maximum resident set size (KB) = 436756 - -Test 021 control_fhzero PASS - - -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/control_CubedSphereGrid -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_27128/control_CubedSphereGrid -Checking test 022 control_CubedSphereGrid results .... - Comparing sfcf000.tile1.nc .........OK - Comparing sfcf000.tile2.nc .........OK - Comparing sfcf000.tile3.nc .........OK - Comparing sfcf000.tile4.nc .........OK - Comparing sfcf000.tile5.nc .........OK - Comparing sfcf000.tile6.nc .........OK - Comparing sfcf024.tile1.nc .........OK - Comparing sfcf024.tile2.nc .........OK - Comparing sfcf024.tile3.nc .........OK - Comparing sfcf024.tile4.nc .........OK - Comparing sfcf024.tile5.nc .........OK - Comparing sfcf024.tile6.nc .........OK - Comparing atmf000.tile1.nc .........OK - Comparing atmf000.tile2.nc .........OK - Comparing atmf000.tile3.nc .........OK - Comparing atmf000.tile4.nc .........OK - Comparing atmf000.tile5.nc .........OK - Comparing atmf000.tile6.nc .........OK - Comparing atmf024.tile1.nc .........OK - Comparing atmf024.tile2.nc .........OK - Comparing atmf024.tile3.nc .........OK - Comparing atmf024.tile4.nc .........OK - Comparing atmf024.tile5.nc .........OK - Comparing atmf024.tile6.nc .........OK - - 0: The total amount of wall time = 126.425930 - 0: The maximum resident set size (KB) = 436792 - -Test 022 control_CubedSphereGrid PASS - - -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/control_latlon -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_27128/control_latlon -Checking test 023 control_latlon results .... - Comparing sfcf000.nc .........OK - Comparing sfcf024.nc .........OK - Comparing atmf000.nc .........OK - Comparing atmf024.nc .........OK - Comparing GFSFLX.GrbF00 .........OK - Comparing GFSFLX.GrbF24 .........OK - Comparing GFSPRS.GrbF00 .........OK - Comparing GFSPRS.GrbF24 .........OK - - 0: The total amount of wall time = 127.732037 - 0: The maximum resident set size (KB) = 436616 - -Test 023 control_latlon PASS - - -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/control_wrtGauss_netcdf_parallel -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_27128/control_wrtGauss_netcdf_parallel -Checking test 024 control_wrtGauss_netcdf_parallel results .... - Comparing sfcf000.nc ............ALT CHECK......OK - Comparing sfcf024.nc .........OK - Comparing atmf000.nc .........OK - Comparing atmf024.nc .........OK - Comparing GFSFLX.GrbF00 .........OK - Comparing GFSFLX.GrbF24 .........OK - Comparing GFSPRS.GrbF00 .........OK - Comparing GFSPRS.GrbF24 .........OK - - 0: The total amount of wall time = 135.589869 - 0: The maximum resident set size (KB) = 437408 - -Test 024 control_wrtGauss_netcdf_parallel PASS - - -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/control_c48 -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_27128/control_c48 -Checking test 025 control_c48 results .... - Comparing sfcf000.nc .........OK - Comparing sfcf024.nc .........OK - Comparing atmf000.nc .........OK - Comparing atmf024.nc .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - -0: The total amount of wall time = 352.368565 -0: The maximum resident set size (KB) = 632268 - -Test 025 control_c48 PASS - - -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/control_c192 -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_27128/control_c192 -Checking test 026 control_c192 results .... - Comparing sfcf000.nc .........OK - Comparing sfcf024.nc .........OK - Comparing atmf000.nc .........OK - Comparing atmf024.nc .........OK - Comparing GFSFLX.GrbF00 .........OK - Comparing GFSFLX.GrbF24 .........OK - Comparing GFSPRS.GrbF00 .........OK - Comparing GFSPRS.GrbF24 .........OK - - 0: The total amount of wall time = 537.055678 - 0: The maximum resident set size (KB) = 540348 - -Test 026 control_c192 PASS - - -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/control_c384 -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_27128/control_c384 -Checking test 027 control_c384 results .... - Comparing sfcf000.nc .........OK - Comparing sfcf012.nc .........OK - Comparing atmf000.nc .........OK - Comparing atmf012.nc .........OK - Comparing GFSFLX.GrbF00 .........OK - Comparing GFSFLX.GrbF12 .........OK - Comparing GFSPRS.GrbF00 .........OK - Comparing GFSPRS.GrbF12 .........OK - - 0: The total amount of wall time = 928.185583 - 0: The maximum resident set size (KB) = 802688 - -Test 027 control_c384 PASS - - -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/control_c384gdas -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_27128/control_c384gdas -Checking test 028 control_c384gdas results .... - Comparing sfcf000.nc .........OK - Comparing sfcf006.nc .........OK - Comparing atmf000.nc .........OK - Comparing atmf006.nc .........OK - Comparing GFSFLX.GrbF00 .........OK - Comparing GFSFLX.GrbF06 .........OK - Comparing GFSPRS.GrbF00 .........OK - Comparing GFSPRS.GrbF06 .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - - 0: The total amount of wall time = 848.672916 - 0: The maximum resident set size (KB) = 937948 - -Test 028 control_c384gdas PASS - - -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/control_stochy -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_27128/control_stochy -Checking test 029 control_stochy results .... - Comparing sfcf000.nc .........OK - Comparing sfcf012.nc .........OK - Comparing atmf000.nc .........OK - Comparing atmf012.nc .........OK - Comparing GFSFLX.GrbF00 .........OK - Comparing GFSFLX.GrbF12 .........OK - Comparing GFSPRS.GrbF00 .........OK - Comparing GFSPRS.GrbF12 .........OK - - 0: The total amount of wall time = 114.388717 - 0: The maximum resident set size (KB) = 439920 - -Test 029 control_stochy PASS - - -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/control_stochy -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_27128/control_stochy_restart -Checking test 030 control_stochy_restart results .... - Comparing sfcf012.nc .........OK - Comparing atmf012.nc .........OK - Comparing GFSFLX.GrbF12 .........OK - Comparing GFSPRS.GrbF12 .........OK - - 0: The total amount of wall time = 48.630475 - 0: The maximum resident set size (KB) = 190656 - -Test 030 control_stochy_restart PASS - - -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/control_lndp -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_27128/control_lndp -Checking test 031 control_lndp results .... - Comparing sfcf000.nc .........OK - Comparing sfcf012.nc .........OK - Comparing atmf000.nc .........OK - Comparing atmf012.nc .........OK - Comparing GFSFLX.GrbF00 .........OK - Comparing GFSFLX.GrbF12 .........OK - Comparing GFSPRS.GrbF00 .........OK - Comparing GFSPRS.GrbF12 .........OK - - 0: The total amount of wall time = 106.139021 - 0: The maximum resident set size (KB) = 443196 - -Test 031 control_lndp PASS - - -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/control_iovr4 -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_27128/control_iovr4 -Checking test 032 control_iovr4 results .... - Comparing sfcf000.nc .........OK - Comparing sfcf021.nc .........OK - Comparing sfcf024.nc .........OK - Comparing atmf000.nc .........OK - Comparing atmf021.nc .........OK - Comparing atmf024.nc .........OK - Comparing GFSFLX.GrbF00 .........OK - Comparing GFSFLX.GrbF21 .........OK - Comparing GFSFLX.GrbF24 .........OK - Comparing GFSPRS.GrbF00 .........OK - Comparing GFSPRS.GrbF21 .........OK - Comparing GFSPRS.GrbF24 .........OK - - 0: The total amount of wall time = 135.056302 - 0: The maximum resident set size (KB) = 436856 - -Test 032 control_iovr4 PASS - - -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/control_iovr5 -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_27128/control_iovr5 -Checking test 033 control_iovr5 results .... - Comparing sfcf000.nc .........OK - Comparing sfcf021.nc .........OK - Comparing sfcf024.nc .........OK - Comparing atmf000.nc .........OK - Comparing atmf021.nc .........OK - Comparing atmf024.nc .........OK - Comparing GFSFLX.GrbF00 .........OK - Comparing GFSFLX.GrbF21 .........OK - Comparing GFSFLX.GrbF24 .........OK - Comparing GFSPRS.GrbF00 .........OK - Comparing GFSPRS.GrbF21 .........OK - Comparing GFSPRS.GrbF24 .........OK - - 0: The total amount of wall time = 141.048748 - 0: The maximum resident set size (KB) = 436704 - -Test 033 control_iovr5 PASS - - -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/control_p8 -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_27128/control_p8 -Checking test 034 control_p8 results .... - Comparing sfcf000.nc .........OK - Comparing sfcf021.nc .........OK - Comparing sfcf024.nc .........OK - Comparing atmf000.nc .........OK - Comparing atmf021.nc .........OK - Comparing atmf024.nc .........OK - Comparing GFSFLX.GrbF00 .........OK - Comparing GFSFLX.GrbF21 .........OK - Comparing GFSFLX.GrbF24 .........OK - Comparing GFSPRS.GrbF00 .........OK - Comparing GFSPRS.GrbF21 .........OK - Comparing GFSPRS.GrbF24 .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - - 0: The total amount of wall time = 172.003284 - 0: The maximum resident set size (KB) = 469172 - -Test 034 control_p8 PASS - - -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/control_p8 -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_27128/control_restart_p8 -Checking test 035 control_restart_p8 results .... - Comparing sfcf024.nc .........OK - Comparing atmf024.nc .........OK - Comparing GFSFLX.GrbF24 .........OK - Comparing GFSPRS.GrbF24 .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - - 0: The total amount of wall time = 102.374259 - 0: The maximum resident set size (KB) = 278196 - -Test 035 control_restart_p8 PASS - - -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/control_p8 -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_27128/control_decomp_p8 -Checking test 036 control_decomp_p8 results .... - Comparing sfcf000.nc .........OK - Comparing sfcf024.nc .........OK - Comparing atmf000.nc .........OK - Comparing atmf024.nc .........OK - Comparing GFSFLX.GrbF00 .........OK - Comparing GFSFLX.GrbF24 .........OK - Comparing GFSPRS.GrbF00 .........OK - Comparing GFSPRS.GrbF24 .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - - 0: The total amount of wall time = 167.106732 - 0: The maximum resident set size (KB) = 462360 - -Test 036 control_decomp_p8 PASS - - -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/control_p8 -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_27128/control_2threads_p8 -Checking test 037 control_2threads_p8 results .... - Comparing sfcf000.nc .........OK - Comparing sfcf024.nc .........OK - Comparing atmf000.nc .........OK - Comparing atmf024.nc .........OK - Comparing GFSFLX.GrbF00 .........OK - Comparing GFSFLX.GrbF24 .........OK - Comparing GFSPRS.GrbF00 .........OK - Comparing GFSPRS.GrbF24 .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - - 0: The total amount of wall time = 201.724205 - 0: The maximum resident set size (KB) = 547004 - -Test 037 control_2threads_p8 PASS - - -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/control_p7_rrtmgp -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_27128/control_p7_rrtmgp -Checking test 038 control_p7_rrtmgp results .... - Comparing sfcf000.nc .........OK - Comparing sfcf021.nc .........OK - Comparing sfcf024.nc .........OK - Comparing atmf000.nc .........OK - Comparing atmf021.nc .........OK - Comparing atmf024.nc .........OK - Comparing GFSFLX.GrbF00 .........OK - Comparing GFSFLX.GrbF21 .........OK - Comparing GFSFLX.GrbF24 .........OK - Comparing GFSPRS.GrbF00 .........OK - Comparing GFSPRS.GrbF21 .........OK - Comparing GFSPRS.GrbF24 .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - - 0: The total amount of wall time = 205.172022 - 0: The maximum resident set size (KB) = 567600 - -Test 038 control_p7_rrtmgp PASS - - -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/fv3_regional_control -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_27128/regional_control -Checking test 039 regional_control results .... - Comparing dynf000.nc .........OK - Comparing dynf024.nc .........OK - Comparing phyf000.nc .........OK - Comparing phyf024.nc .........OK - Comparing PRSLEV.GrbF00 .........OK - Comparing PRSLEV.GrbF24 .........OK - Comparing NATLEV.GrbF00 .........OK - Comparing NATLEV.GrbF24 .........OK - - 0: The total amount of wall time = 369.326292 - 0: The maximum resident set size (KB) = 540852 - -Test 039 regional_control PASS - - -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/fv3_regional_control -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_27128/regional_restart -Checking test 040 regional_restart results .... - Comparing dynf024.nc .........OK - Comparing phyf024.nc .........OK - Comparing PRSLEV.GrbF24 .........OK - Comparing NATLEV.GrbF24 .........OK - - 0: The total amount of wall time = 183.895483 - 0: The maximum resident set size (KB) = 538572 - -Test 040 regional_restart PASS - - -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/fv3_regional_control -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_27128/regional_control_2dwrtdecomp -Checking test 041 regional_control_2dwrtdecomp results .... - Comparing dynf000.nc .........OK - Comparing dynf024.nc .........OK - Comparing phyf000.nc .........OK - Comparing phyf024.nc .........OK - - 0: The total amount of wall time = 330.894347 - 0: The maximum resident set size (KB) = 540916 - -Test 041 regional_control_2dwrtdecomp PASS - - -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/fv3_regional_noquilt -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_27128/regional_noquilt -Checking test 042 regional_noquilt results .... - Comparing atmos_4xdaily.nc .........OK - Comparing fv3_history2d.nc .........OK - Comparing fv3_history.nc .........OK - Comparing RESTART/fv_core.res.tile1_new.nc .........OK - Comparing RESTART/fv_tracer.res.tile1_new.nc .........OK - - 0: The total amount of wall time = 376.719382 - 0: The maximum resident set size (KB) = 548180 - -Test 042 regional_noquilt PASS - - -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/fv3_regional_control -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_27128/regional_2threads -Checking test 043 regional_2threads results .... - Comparing dynf000.nc .........OK - Comparing dynf024.nc .........OK - Comparing phyf000.nc .........OK - Comparing phyf024.nc .........OK - Comparing PRSLEV.GrbF00 .........OK - Comparing PRSLEV.GrbF24 .........OK - Comparing NATLEV.GrbF00 .........OK - Comparing NATLEV.GrbF24 .........OK - - 0: The total amount of wall time = 264.979947 - 0: The maximum resident set size (KB) = 543104 - -Test 043 regional_2threads PASS - - -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/fv3_regional_hafs -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_27128/regional_hafs -Checking test 044 regional_hafs results .... - Comparing dynf000.nc .........OK - Comparing dynf024.nc .........OK - Comparing phyf000.nc .........OK - Comparing phyf024.nc .........OK - Comparing HURPRS.GrbF00 .........OK - Comparing HURPRS.GrbF24 .........OK - - 0: The total amount of wall time = 329.771782 - 0: The maximum resident set size (KB) = 540396 - -Test 044 regional_hafs PASS - - -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/fv3_regional_netcdf_parallel -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_27128/regional_netcdf_parallel -Checking test 045 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 = 332.772510 - 0: The maximum resident set size (KB) = 539176 - -Test 045 regional_netcdf_parallel PASS - - -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/fv3_regional_RRTMGP -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_27128/regional_RRTMGP -Checking test 046 regional_RRTMGP results .... - Comparing dynf000.nc .........OK - Comparing dynf024.nc .........OK - Comparing phyf000.nc .........OK - Comparing phyf024.nc .........OK - Comparing PRSLEV.GrbF00 .........OK - Comparing PRSLEV.GrbF24 .........OK - Comparing NATLEV.GrbF00 .........OK - Comparing NATLEV.GrbF24 .........OK - - 0: The total amount of wall time = 448.497988 - 0: The maximum resident set size (KB) = 666400 - -Test 046 regional_RRTMGP PASS - - -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/rap_control -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_27128/rap_control -Checking test 047 rap_control results .... - Comparing sfcf000.nc .........OK - Comparing sfcf021.nc .........OK - Comparing sfcf024.nc .........OK - Comparing atmf000.nc .........OK - Comparing atmf021.nc .........OK - Comparing atmf024.nc .........OK - Comparing GFSFLX.GrbF00 .........OK - Comparing GFSFLX.GrbF21 .........OK - Comparing GFSFLX.GrbF24 .........OK - Comparing GFSPRS.GrbF00 .........OK - Comparing GFSPRS.GrbF21 .........OK - Comparing GFSPRS.GrbF24 .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - - 0: The total amount of wall time = 371.117962 - 0: The maximum resident set size (KB) = 805308 - -Test 047 rap_control PASS - - -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/regional_spp_sppt_shum_skeb -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_27128/regional_spp_sppt_shum_skeb -Checking test 048 regional_spp_sppt_shum_skeb results .... - Comparing dynf000.nc .........OK - Comparing dynf001.nc .........OK - Comparing phyf000.nc .........OK - Comparing phyf001.nc .........OK - Comparing PRSLEV.GrbF00 .........OK - Comparing PRSLEV.GrbF01 .........OK - Comparing NATLEV.GrbF00 .........OK - Comparing NATLEV.GrbF01 .........OK - - 0: The total amount of wall time = 344.452087 - 0: The maximum resident set size (KB) = 873620 - -Test 048 regional_spp_sppt_shum_skeb PASS - - -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/rap_control -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_27128/rap_2threads -Checking test 049 rap_2threads results .... - Comparing sfcf000.nc .........OK - Comparing sfcf021.nc .........OK - Comparing sfcf024.nc .........OK - Comparing atmf000.nc .........OK - Comparing atmf021.nc .........OK - Comparing atmf024.nc .........OK - Comparing GFSFLX.GrbF00 .........OK - Comparing GFSFLX.GrbF21 .........OK - Comparing GFSFLX.GrbF24 .........OK - Comparing GFSPRS.GrbF00 .........OK - Comparing GFSPRS.GrbF21 .........OK - Comparing GFSPRS.GrbF24 .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - - 0: The total amount of wall time = 493.409562 - 0: The maximum resident set size (KB) = 867312 - -Test 049 rap_2threads PASS - - -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/rap_control -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_27128/rap_restart -Checking test 050 rap_restart results .... - Comparing sfcf024.nc .........OK - Comparing atmf024.nc .........OK - Comparing GFSFLX.GrbF24 .........OK - Comparing GFSPRS.GrbF24 .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - - 0: The total amount of wall time = 193.578420 - 0: The maximum resident set size (KB) = 543440 - -Test 050 rap_restart PASS - - -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/rap_sfcdiff -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_27128/rap_sfcdiff -Checking test 051 rap_sfcdiff results .... - Comparing sfcf000.nc .........OK - Comparing sfcf021.nc .........OK - Comparing sfcf024.nc .........OK - Comparing atmf000.nc .........OK - Comparing atmf021.nc .........OK - Comparing atmf024.nc .........OK - Comparing GFSFLX.GrbF00 .........OK - Comparing GFSFLX.GrbF21 .........OK - Comparing GFSFLX.GrbF24 .........OK - Comparing GFSPRS.GrbF00 .........OK - Comparing GFSPRS.GrbF21 .........OK - Comparing GFSPRS.GrbF24 .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - - 0: The total amount of wall time = 380.164750 - 0: The maximum resident set size (KB) = 805004 - -Test 051 rap_sfcdiff PASS - - -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/rap_sfcdiff -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_27128/rap_sfcdiff_restart -Checking test 052 rap_sfcdiff_restart results .... - Comparing sfcf024.nc .........OK - Comparing atmf024.nc .........OK - Comparing GFSFLX.GrbF24 .........OK - Comparing GFSPRS.GrbF24 .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - - 0: The total amount of wall time = 191.497936 - 0: The maximum resident set size (KB) = 543336 - -Test 052 rap_sfcdiff_restart PASS - - -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/hrrr_control -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_27128/hrrr_control -Checking test 053 hrrr_control results .... - Comparing sfcf000.nc .........OK - Comparing sfcf021.nc .........OK - Comparing sfcf024.nc .........OK - Comparing atmf000.nc .........OK - Comparing atmf021.nc .........OK - Comparing atmf024.nc .........OK - Comparing GFSFLX.GrbF00 .........OK - Comparing GFSFLX.GrbF21 .........OK - Comparing GFSFLX.GrbF24 .........OK - Comparing GFSPRS.GrbF00 .........OK - Comparing GFSPRS.GrbF21 .........OK - Comparing GFSPRS.GrbF24 .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - - 0: The total amount of wall time = 364.065551 - 0: The maximum resident set size (KB) = 802740 - -Test 053 hrrr_control PASS - - -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/rrfs_v1beta -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_27128/rrfs_v1beta -Checking test 054 rrfs_v1beta results .... - Comparing sfcf000.nc .........OK - Comparing sfcf021.nc .........OK - Comparing sfcf024.nc .........OK - Comparing atmf000.nc .........OK - Comparing atmf021.nc .........OK - Comparing atmf024.nc .........OK - Comparing GFSFLX.GrbF00 .........OK - Comparing GFSFLX.GrbF21 .........OK - Comparing GFSFLX.GrbF24 .........OK - Comparing GFSPRS.GrbF00 .........OK - Comparing GFSPRS.GrbF21 .........OK - Comparing GFSPRS.GrbF24 .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - - 0: The total amount of wall time = 393.754243 - 0: The maximum resident set size (KB) = 801940 - -Test 054 rrfs_v1beta PASS - - -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/rrfs_conus13km_hrrr_warm -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_27128/rrfs_conus13km_hrrr_warm -Checking test 055 rrfs_conus13km_hrrr_warm results .... - Comparing sfcf000.nc .........OK - Comparing sfcf001.nc .........OK - Comparing sfcf002.nc .........OK - Comparing atmf000.nc .........OK - Comparing atmf001.nc .........OK - Comparing atmf002.nc .........OK - - 0: The total amount of wall time = 192.740920 - 0: The maximum resident set size (KB) = 613528 - -Test 055 rrfs_conus13km_hrrr_warm PASS - - -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/rrfs_conus13km_radar_tten_warm -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_27128/rrfs_conus13km_radar_tten_warm -Checking test 056 rrfs_conus13km_radar_tten_warm results .... - Comparing sfcf000.nc .........OK - Comparing sfcf001.nc .........OK - Comparing sfcf002.nc .........OK - Comparing atmf000.nc .........OK - Comparing atmf001.nc .........OK - Comparing atmf002.nc .........OK - - 0: The total amount of wall time = 195.625789 - 0: The maximum resident set size (KB) = 615740 - -Test 056 rrfs_conus13km_radar_tten_warm PASS - - -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/control_rrtmgp -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_27128/control_rrtmgp -Checking test 057 control_rrtmgp results .... - Comparing sfcf000.nc .........OK - Comparing sfcf024.nc .........OK - Comparing atmf000.nc .........OK - Comparing atmf024.nc .........OK - Comparing GFSFLX.GrbF00 .........OK - Comparing GFSFLX.GrbF24 .........OK - Comparing GFSPRS.GrbF00 .........OK - Comparing GFSPRS.GrbF24 .........OK - - 0: The total amount of wall time = 215.214634 - 0: The maximum resident set size (KB) = 562740 - -Test 057 control_rrtmgp PASS - - -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/control_rrtmgp_c192 -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_27128/control_rrtmgp_c192 -Checking test 058 control_rrtmgp_c192 results .... - Comparing sfcf000.nc .........OK - Comparing sfcf012.nc .........OK - Comparing atmf000.nc .........OK - Comparing atmf012.nc .........OK - Comparing GFSFLX.GrbF00 .........OK - Comparing GFSFLX.GrbF12 .........OK - Comparing GFSPRS.GrbF00 .........OK - Comparing GFSPRS.GrbF12 .........OK - - 0: The total amount of wall time = 594.082493 - 0: The maximum resident set size (KB) = 774836 - -Test 058 control_rrtmgp_c192 PASS - - -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/control_csawmgt -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_27128/control_csawmgt -Checking test 059 control_csawmgt results .... - Comparing sfcf000.nc .........OK - Comparing sfcf024.nc .........OK - Comparing atmf000.nc .........OK - Comparing atmf024.nc .........OK - Comparing GFSFLX.GrbF00 .........OK - Comparing GFSFLX.GrbF24 .........OK - Comparing GFSPRS.GrbF00 .........OK - Comparing GFSPRS.GrbF24 .........OK - - 0: The total amount of wall time = 370.415332 - 0: The maximum resident set size (KB) = 504016 - -Test 059 control_csawmgt PASS - - -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/control_flake -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_27128/control_flake -Checking test 060 control_flake results .... - Comparing sfcf000.nc .........OK - Comparing sfcf024.nc .........OK - Comparing atmf000.nc .........OK - Comparing atmf024.nc .........OK - Comparing GFSFLX.GrbF00 .........OK - Comparing GFSFLX.GrbF24 .........OK - Comparing GFSPRS.GrbF00 .........OK - Comparing GFSPRS.GrbF24 .........OK - - 0: The total amount of wall time = 257.615690 - 0: The maximum resident set size (KB) = 508436 - -Test 060 control_flake PASS - - -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/control_ras -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_27128/control_ras -Checking test 061 control_ras results .... - Comparing sfcf000.nc .........OK - Comparing sfcf024.nc .........OK - Comparing atmf000.nc .........OK - Comparing atmf024.nc .........OK - Comparing GFSFLX.GrbF00 .........OK - Comparing GFSFLX.GrbF24 .........OK - Comparing GFSPRS.GrbF00 .........OK - Comparing GFSPRS.GrbF24 .........OK - - 0: The total amount of wall time = 208.441440 - 0: The maximum resident set size (KB) = 471420 - -Test 061 control_ras PASS - - -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/control_thompson -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_27128/control_thompson -Checking test 062 control_thompson results .... - Comparing sfcf000.nc .........OK - Comparing sfcf024.nc .........OK - Comparing atmf000.nc .........OK - Comparing atmf024.nc .........OK - Comparing GFSFLX.GrbF00 .........OK - Comparing GFSFLX.GrbF24 .........OK - Comparing GFSPRS.GrbF00 .........OK - Comparing GFSPRS.GrbF24 .........OK - - 0: The total amount of wall time = 253.915125 - 0: The maximum resident set size (KB) = 820596 - -Test 062 control_thompson PASS - - -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/control_thompson_no_aero -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_27128/control_thompson_no_aero -Checking test 063 control_thompson_no_aero results .... - Comparing sfcf000.nc .........OK - Comparing sfcf024.nc .........OK - Comparing atmf000.nc .........OK - Comparing atmf024.nc .........OK - Comparing GFSFLX.GrbF00 .........OK - Comparing GFSFLX.GrbF24 .........OK - Comparing GFSPRS.GrbF00 .........OK - Comparing GFSPRS.GrbF24 .........OK - - 0: The total amount of wall time = 222.791990 - 0: The maximum resident set size (KB) = 815108 - -Test 063 control_thompson_no_aero PASS - - -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/control_wam_repro -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_27128/control_wam_repro -Checking test 064 control_wam results .... - Comparing sfcf024.nc .........OK - Comparing atmf024.nc .........OK - - 0: The total amount of wall time = 116.107728 - 0: The maximum resident set size (KB) = 181592 - -Test 064 control_wam PASS - - -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/control_debug -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_27128/control_debug -Checking test 065 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.784218 - 0: The maximum resident set size (KB) = 503316 - -Test 065 control_debug PASS - - -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/control_debug -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_27128/control_2threads_debug -Checking test 066 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.659225 - 0: The maximum resident set size (KB) = 554312 - -Test 066 control_2threads_debug PASS - - -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/control_CubedSphereGrid_debug -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_27128/control_CubedSphereGrid_debug -Checking test 067 control_CubedSphereGrid_debug results .... - Comparing sfcf000.tile1.nc .........OK - Comparing sfcf000.tile2.nc .........OK - Comparing sfcf000.tile3.nc .........OK - Comparing sfcf000.tile4.nc .........OK - Comparing sfcf000.tile5.nc .........OK - Comparing sfcf000.tile6.nc .........OK - Comparing sfcf001.tile1.nc .........OK - Comparing sfcf001.tile2.nc .........OK - Comparing sfcf001.tile3.nc .........OK - Comparing sfcf001.tile4.nc .........OK - Comparing sfcf001.tile5.nc .........OK - Comparing sfcf001.tile6.nc .........OK - Comparing atmf000.tile1.nc .........OK - Comparing atmf000.tile2.nc .........OK - Comparing atmf000.tile3.nc .........OK - Comparing atmf000.tile4.nc .........OK - Comparing atmf000.tile5.nc .........OK - Comparing atmf000.tile6.nc .........OK - Comparing atmf001.tile1.nc .........OK - Comparing atmf001.tile2.nc .........OK - Comparing atmf001.tile3.nc .........OK - Comparing atmf001.tile4.nc .........OK - Comparing atmf001.tile5.nc .........OK - Comparing atmf001.tile6.nc .........OK - - 0: The total amount of wall time = 157.415343 - 0: The maximum resident set size (KB) = 503568 - -Test 067 control_CubedSphereGrid_debug PASS - - -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/control_wrtGauss_netcdf_parallel_debug -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_27128/control_wrtGauss_netcdf_parallel_debug -Checking test 068 control_wrtGauss_netcdf_parallel_debug results .... - Comparing sfcf000.nc .........OK - Comparing sfcf001.nc .........OK - Comparing atmf000.nc .........OK - Comparing atmf001.nc .........OK - - 0: The total amount of wall time = 153.083047 - 0: The maximum resident set size (KB) = 503116 - -Test 068 control_wrtGauss_netcdf_parallel_debug PASS - - -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/control_stochy_debug -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_27128/control_stochy_debug -Checking test 069 control_stochy_debug results .... - Comparing sfcf000.nc .........OK - Comparing sfcf001.nc .........OK - Comparing atmf000.nc .........OK - Comparing atmf001.nc .........OK - - 0: The total amount of wall time = 170.312520 - 0: The maximum resident set size (KB) = 508712 - -Test 069 control_stochy_debug PASS - - -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/control_lndp_debug -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_27128/control_lndp_debug -Checking test 070 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 = 152.566837 - 0: The maximum resident set size (KB) = 509744 - -Test 070 control_lndp_debug PASS - - -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/control_rrtmgp_debug -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_27128/control_rrtmgp_debug -Checking test 071 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 = 163.378185 - 0: The maximum resident set size (KB) = 609156 - -Test 071 control_rrtmgp_debug PASS - - -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/control_csawmg_debug -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_27128/control_csawmg_debug -Checking test 072 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.826426 - 0: The maximum resident set size (KB) = 545440 - -Test 072 control_csawmg_debug PASS - - -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/control_csawmgt_debug -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_27128/control_csawmgt_debug -Checking test 073 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 = 247.442482 - 0: The maximum resident set size (KB) = 545448 - -Test 073 control_csawmgt_debug PASS - - -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/control_ras_debug -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_27128/control_ras_debug -Checking test 074 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 = 156.166364 - 0: The maximum resident set size (KB) = 516012 - -Test 074 control_ras_debug PASS - - -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/control_diag_debug -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_27128/control_diag_debug -Checking test 075 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.547320 - 0: The maximum resident set size (KB) = 561420 - -Test 075 control_diag_debug PASS - - -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/control_debug_p8 -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_27128/control_debug_p8 -Checking test 076 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 = 175.660622 - 0: The maximum resident set size (KB) = 530012 - -Test 076 control_debug_p8 PASS - - -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/control_thompson_debug -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_27128/control_thompson_debug -Checking test 077 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 = 177.213083 - 0: The maximum resident set size (KB) = 864240 - -Test 077 control_thompson_debug PASS - - -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/control_thompson_no_aero_debug -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_27128/control_thompson_no_aero_debug -Checking test 078 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 = 192.632064 - 0: The maximum resident set size (KB) = 859756 - -Test 078 control_thompson_no_aero_debug PASS - - -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/control_thompson_debug_extdiag -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_27128/control_thompson_extdiag_debug -Checking test 079 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 = 188.686493 - 0: The maximum resident set size (KB) = 892844 - -Test 079 control_thompson_extdiag_debug PASS - - -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/control_thompson_progcld_thompson_debug -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_27128/control_thompson_progcld_thompson_debug -Checking test 080 control_thompson_progcld_thompson_debug results .... - Comparing sfcf000.nc .........OK - Comparing sfcf001.nc .........OK - Comparing atmf000.nc .........OK - Comparing atmf001.nc .........OK - - 0: The total amount of wall time = 176.271746 - 0: The maximum resident set size (KB) = 864764 - -Test 080 control_thompson_progcld_thompson_debug PASS - - -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/fv3_regional_debug -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_27128/regional_debug -Checking test 081 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.339007 - 0: The maximum resident set size (KB) = 566964 - -Test 081 regional_debug PASS - - -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/rap_control_debug -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_27128/rap_control_debug -Checking test 082 rap_control_debug results .... - Comparing sfcf000.nc .........OK - Comparing sfcf001.nc .........OK - Comparing atmf000.nc .........OK - Comparing atmf001.nc .........OK - - 0: The total amount of wall time = 274.556035 - 0: The maximum resident set size (KB) = 871924 - -Test 082 rap_control_debug PASS - - -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/rap_control_debug -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_27128/rap_unified_drag_suite_debug -Checking test 083 rap_unified_drag_suite_debug results .... - Comparing sfcf000.nc .........OK - Comparing sfcf001.nc .........OK - Comparing atmf000.nc .........OK - Comparing atmf001.nc .........OK - - 0: The total amount of wall time = 280.182072 - 0: The maximum resident set size (KB) = 871700 - -Test 083 rap_unified_drag_suite_debug PASS - - -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/rap_diag_debug -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_27128/rap_diag_debug -Checking test 084 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.778681 - 0: The maximum resident set size (KB) = 954628 - -Test 084 rap_diag_debug PASS - - -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/rap_cires_ugwp_debug -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_27128/rap_cires_ugwp_debug -Checking test 085 rap_cires_ugwp_debug results .... - Comparing sfcf000.nc .........OK - Comparing sfcf001.nc .........OK - Comparing atmf000.nc .........OK - Comparing atmf001.nc .........OK - - 0: The total amount of wall time = 282.318014 - 0: The maximum resident set size (KB) = 874580 - -Test 085 rap_cires_ugwp_debug PASS - - -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/rap_cires_ugwp_debug -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_27128/rap_unified_ugwp_debug -Checking test 086 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 = 281.171984 - 0: The maximum resident set size (KB) = 871864 - -Test 086 rap_unified_ugwp_debug PASS - - -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/rap_noah_debug -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_27128/rap_noah_debug -Checking test 087 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 = 271.881327 - 0: The maximum resident set size (KB) = 870676 - -Test 087 rap_noah_debug PASS - - -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/rap_rrtmgp_debug -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_27128/rap_rrtmgp_debug -Checking test 088 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.848092 - 0: The maximum resident set size (KB) = 977960 - -Test 088 rap_rrtmgp_debug PASS - - -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/rap_lndp_debug -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_27128/rap_lndp_debug -Checking test 089 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 = 277.141823 - 0: The maximum resident set size (KB) = 872520 - -Test 089 rap_lndp_debug PASS - - -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/rap_sfcdiff_debug -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_27128/rap_sfcdiff_debug -Checking test 090 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 = 274.508643 - 0: The maximum resident set size (KB) = 871516 - -Test 090 rap_sfcdiff_debug PASS - - -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/rap_flake_debug -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_27128/rap_flake_debug -Checking test 091 rap_flake_debug results .... - Comparing sfcf000.nc .........OK - Comparing sfcf001.nc .........OK - Comparing atmf000.nc .........OK - Comparing atmf001.nc .........OK - - 0: The total amount of wall time = 276.941979 - 0: The maximum resident set size (KB) = 871712 - -Test 091 rap_flake_debug PASS - - -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/rap_noah_sfcdiff_cires_ugwp_debug -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_27128/rap_noah_sfcdiff_cires_ugwp_debug -Checking test 092 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 = 461.582265 - 0: The maximum resident set size (KB) = 870448 - -Test 092 rap_noah_sfcdiff_cires_ugwp_debug PASS - - -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/rap_progcld_thompson_debug -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_27128/rap_progcld_thompson_debug -Checking test 093 rap_progcld_thompson_debug results .... - Comparing sfcf000.nc .........OK - Comparing sfcf001.nc .........OK - Comparing atmf000.nc .........OK - Comparing atmf001.nc .........OK - - 0: The total amount of wall time = 276.371771 - 0: The maximum resident set size (KB) = 871860 - -Test 093 rap_progcld_thompson_debug PASS - - -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/rrfs_v1beta_debug -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_27128/rrfs_v1beta_debug -Checking test 094 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.794846 - 0: The maximum resident set size (KB) = 869264 - -Test 094 rrfs_v1beta_debug PASS - - -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/control_wam_debug -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_27128/control_wam_debug -Checking test 095 control_wam_debug results .... - Comparing sfcf019.nc .........OK - Comparing atmf019.nc .........OK - - 0: The total amount of wall time = 290.965572 - 0: The maximum resident set size (KB) = 212140 - -Test 095 control_wam_debug PASS - - -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/hafs_regional_atm -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_27128/hafs_regional_atm -Checking test 096 hafs_regional_atm results .... - Comparing atmf006.nc .........OK - Comparing sfcf006.nc .........OK - - 0: The total amount of wall time = 297.859319 - 0: The maximum resident set size (KB) = 657372 - -Test 096 hafs_regional_atm PASS - - -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/hafs_regional_atm_thompson_gfdlsf -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_27128/hafs_regional_atm_thompson_gfdlsf -Checking test 097 hafs_regional_atm_thompson_gfdlsf results .... - Comparing atmf006.nc .........OK - Comparing sfcf006.nc .........OK - - 0: The total amount of wall time = 366.508002 - 0: The maximum resident set size (KB) = 1018828 - -Test 097 hafs_regional_atm_thompson_gfdlsf PASS - - -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/hafs_regional_atm_ocn -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_27128/hafs_regional_atm_ocn -Checking test 098 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 = 419.397077 - 0: The maximum resident set size (KB) = 662088 - -Test 098 hafs_regional_atm_ocn PASS - - -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/hafs_regional_atm_wav -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_27128/hafs_regional_atm_wav -Checking test 099 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 = 882.793152 - 0: The maximum resident set size (KB) = 665712 - -Test 099 hafs_regional_atm_wav PASS - - -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/hafs_regional_atm_ocn_wav -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_27128/hafs_regional_atm_ocn_wav -Checking test 100 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 = 975.653939 - 0: The maximum resident set size (KB) = 667112 - -Test 100 hafs_regional_atm_ocn_wav PASS - - -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/hafs_regional_1nest_atm -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_27128/hafs_regional_1nest_atm -Checking test 101 hafs_regional_1nest_atm results .... - Comparing atmf006.nc .........OK - Comparing sfcf006.nc .........OK - Comparing atm.nest02.f006.nc .........OK - Comparing sfc.nest02.f006.nc .........OK - - 0: The total amount of wall time = 521.884132 - 0: The maximum resident set size (KB) = 261108 - -Test 101 hafs_regional_1nest_atm PASS - - -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/hafs_regional_telescopic_2nests_atm -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_27128/hafs_regional_telescopic_2nests_atm -Checking test 102 hafs_regional_telescopic_2nests_atm results .... - Comparing atmf006.nc .........OK - Comparing sfcf006.nc .........OK - Comparing atm.nest02.f006.nc .........OK - Comparing sfc.nest02.f006.nc .........OK - Comparing atm.nest03.f006.nc .........OK - Comparing sfc.nest03.f006.nc .........OK - - 0: The total amount of wall time = 531.421722 - 0: The maximum resident set size (KB) = 263792 - -Test 102 hafs_regional_telescopic_2nests_atm PASS - - -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/hafs_global_1nest_atm -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_27128/hafs_global_1nest_atm -Checking test 103 hafs_global_1nest_atm results .... - Comparing atmf006.nc .........OK - Comparing sfcf006.nc .........OK - Comparing atm.nest02.f006.nc .........OK - Comparing sfc.nest02.f006.nc .........OK - - 0: The total amount of wall time = 235.791514 - 0: The maximum resident set size (KB) = 162528 - -Test 103 hafs_global_1nest_atm PASS - - -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/hafs_global_multiple_4nests_atm -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_27128/hafs_global_multiple_4nests_atm -Checking test 104 hafs_global_multiple_4nests_atm results .... - Comparing atmf006.nc .........OK - Comparing sfcf006.nc .........OK - Comparing atm.nest02.f006.nc .........OK - Comparing sfc.nest02.f006.nc .........OK - Comparing atm.nest03.f006.nc .........OK - Comparing atm.nest03.f006.nc .........OK - Comparing sfc.nest04.f006.nc .........OK - Comparing sfc.nest04.f006.nc .........OK - Comparing atm.nest05.f006.nc .........OK - Comparing sfc.nest05.f006.nc .........OK - - 0: The total amount of wall time = 668.449323 - 0: The maximum resident set size (KB) = 218808 - -Test 104 hafs_global_multiple_4nests_atm PASS - - -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/hafs_regional_docn -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_27128/hafs_regional_docn -Checking test 105 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 = 348.617805 - 0: The maximum resident set size (KB) = 661984 - -Test 105 hafs_regional_docn PASS - - -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/hafs_regional_docn_oisst -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_27128/hafs_regional_docn_oisst -Checking test 106 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 = 361.325713 - 0: The maximum resident set size (KB) = 662056 - -Test 106 hafs_regional_docn_oisst PASS - - -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/hafs_regional_datm_cdeps -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_27128/hafs_regional_datm_cdeps -Checking test 107 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 = 1042.320448 - 0: The maximum resident set size (KB) = 807056 - -Test 107 hafs_regional_datm_cdeps PASS - - -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/datm_cdeps_control_cfsr -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_27128/datm_cdeps_control_cfsr -Checking test 108 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 = 149.863893 - 0: The maximum resident set size (KB) = 683188 - -Test 108 datm_cdeps_control_cfsr PASS - - -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/datm_cdeps_control_cfsr -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_27128/datm_cdeps_restart_cfsr -Checking test 109 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 = 122.264196 - 0: The maximum resident set size (KB) = 683232 - -Test 109 datm_cdeps_restart_cfsr PASS - - -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/datm_cdeps_control_gefs -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_27128/datm_cdeps_control_gefs -Checking test 110 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 = 149.291784 - 0: The maximum resident set size (KB) = 565576 - -Test 110 datm_cdeps_control_gefs PASS - - -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/datm_cdeps_stochy_gefs -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_27128/datm_cdeps_stochy_gefs -Checking test 111 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.055151 - 0: The maximum resident set size (KB) = 563664 - -Test 111 datm_cdeps_stochy_gefs PASS - - -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/datm_cdeps_bulk_cfsr -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_27128/datm_cdeps_bulk_cfsr -Checking test 112 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.901094 - 0: The maximum resident set size (KB) = 683156 - -Test 112 datm_cdeps_bulk_cfsr PASS - - -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/datm_cdeps_bulk_gefs -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_27128/datm_cdeps_bulk_gefs -Checking test 113 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 = 145.804015 - 0: The maximum resident set size (KB) = 563792 - -Test 113 datm_cdeps_bulk_gefs PASS - - -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/datm_cdeps_mx025_cfsr -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_27128/datm_cdeps_mx025_cfsr -Checking test 114 datm_cdeps_mx025_cfsr results .... - Comparing RESTART/MOM.res.nc .........OK - Comparing RESTART/MOM.res_1.nc .........OK - Comparing RESTART/MOM.res_2.nc .........OK - Comparing RESTART/MOM.res_3.nc .........OK - Comparing RESTART/iced.2011-10-01-43200.nc .........OK - Comparing RESTART/DATM_CFSR.cpl.r.2011-10-01-43200.nc .........OK - - 0: The total amount of wall time = 384.123120 - 0: The maximum resident set size (KB) = 482600 - -Test 114 datm_cdeps_mx025_cfsr PASS - - -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/datm_cdeps_mx025_gefs -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_27128/datm_cdeps_mx025_gefs -Checking test 115 datm_cdeps_mx025_gefs results .... - Comparing RESTART/MOM.res.nc .........OK - Comparing RESTART/MOM.res_1.nc .........OK - Comparing RESTART/MOM.res_2.nc .........OK - Comparing RESTART/MOM.res_3.nc .........OK - Comparing RESTART/iced.2011-10-01-43200.nc .........OK - Comparing RESTART/DATM_GEFS.cpl.r.2011-10-01-43200.nc .........OK - - 0: The total amount of wall time = 354.208997 - 0: The maximum resident set size (KB) = 451328 - -Test 115 datm_cdeps_mx025_gefs PASS - - -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/datm_cdeps_control_cfsr -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_27128/datm_cdeps_multiple_files_cfsr -Checking test 116 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.601575 - 0: The maximum resident set size (KB) = 683208 - -Test 116 datm_cdeps_multiple_files_cfsr PASS - - -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/datm_cdeps_3072x1536_cfsr -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_27128/datm_cdeps_3072x1536_cfsr -Checking test 117 datm_cdeps_3072x1536_cfsr results .... - Comparing RESTART/MOM.res.nc .........OK - Comparing RESTART/iced.2011-10-02-00000.nc .........OK - Comparing RESTART/DATM_CFSR3072x1536.cpl.r.2011-10-02-00000.nc .........OK - - 0: The total amount of wall time = 206.857378 - 0: The maximum resident set size (KB) = 1835656 - -Test 117 datm_cdeps_3072x1536_cfsr PASS - - -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/datm_cdeps_debug_cfsr -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_27128/datm_cdeps_debug_cfsr -Checking test 118 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 = 368.067970 - 0: The maximum resident set size (KB) = 669368 - -Test 118 datm_cdeps_debug_cfsr PASS - - -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/control_atmwav -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_27128/control_atmwav -Checking test 119 control_atmwav results .... - Comparing sfcf000.nc .........OK - Comparing sfcf012.nc .........OK - Comparing atmf000.nc .........OK - Comparing atmf012.nc .........OK - Comparing GFSFLX.GrbF00 .........OK - Comparing GFSFLX.GrbF12 .........OK - Comparing GFSPRS.GrbF00 .........OK - Comparing GFSPRS.GrbF12 .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - Comparing 20210322.180000.restart.glo_1deg .........OK - - 0: The total amount of wall time = 112.917267 - 0: The maximum resident set size (KB) = 449368 - -Test 119 control_atmwav PASS - - -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/control_c384gdas_wav -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_27128/control_c384gdas_wav -Checking test 120 control_c384gdas_wav results .... - Comparing sfcf000.nc .........OK - Comparing sfcf003.nc .........OK - Comparing atmf000.nc .........OK - Comparing atmf003.nc .........OK - Comparing GFSFLX.GrbF00 .........OK - Comparing GFSFLX.GrbF03 .........OK - Comparing GFSPRS.GrbF00 .........OK - Comparing GFSPRS.GrbF03 .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - Comparing 20210322.030000.restart.aoc_9km .........OK - Comparing 20210322.030000.restart.gnh_10m .........OK - Comparing 20210322.030000.restart.gsh_15m .........OK - - 0: The total amount of wall time = 1524.793994 - 0: The maximum resident set size (KB) = 954948 - -Test 120 control_c384gdas_wav PASS +Test 001 control_debug_p8 PASS REGRESSION TEST WAS SUCCESSFUL -Thu Feb 24 20:48:35 EST 2022 -Elapsed time: 01h:39m:31s. Have a nice day! +Tue Mar 1 18:05:22 EST 2022 +Elapsed time: 00h:13m:26s. Have a nice day! From 9714bd5ca7cde52e333c7507ae8f1ed8fd5d11d8 Mon Sep 17 00:00:00 2001 From: Jessica Meixner Date: Wed, 2 Mar 2022 00:34:53 +0000 Subject: [PATCH 071/106] gnu --- tests/rt_gnu.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/rt_gnu.conf b/tests/rt_gnu.conf index b003e2cdf6..7dd4fc2f1d 100644 --- a/tests/rt_gnu.conf +++ b/tests/rt_gnu.conf @@ -63,7 +63,7 @@ RUN | control_wam_debug # Waves off COMPILE | -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 | | fv3 | -RUN | cpld_control_c96_p8 | | fv3 | +RUN | cpld_control_c96_noaero_p8 | | fv3 | COMPILE | -DAPP=S2S -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 | | fv3 | -RUN | cpld_debug_p8 | | fv3 | +RUN | cpld_debug_noaero_p8 | | fv3 | From a841afed42730473995ec034ac8ecdebfcabc7c7 Mon Sep 17 00:00:00 2001 From: JessicaMeixner-NOAA Date: Tue, 1 Mar 2022 19:04:52 -0600 Subject: [PATCH 072/106] orion log --- tests/RegressionTests_orion.intel.log | 1522 ++++++++++++------------- 1 file changed, 741 insertions(+), 781 deletions(-) diff --git a/tests/RegressionTests_orion.intel.log b/tests/RegressionTests_orion.intel.log index 564dc2dbf8..a1fa805512 100644 --- a/tests/RegressionTests_orion.intel.log +++ b/tests/RegressionTests_orion.intel.log @@ -1,23 +1,23 @@ -Thu Feb 24 18:36:43 CST 2022 +Tue Mar 1 16:51:40 CST 2022 Start Regression test -Compile 001 elapsed time 523 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 180 seconds. -DAPP=S2S -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v16_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile 003 elapsed time 431 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 411 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 449 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 371 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 181 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 180 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 454 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 459 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 196 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 013 elapsed time 96 seconds. -DAPP=NG-GODAS -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile 014 elapsed time 422 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-20220224/INTEL/cpld_control_p8 -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_176078/cpld_control_p8 +Compile 001 elapsed time 583 seconds. -DAPP=S2SW -DUFS_GOCART=ON -DCCPP_SUITES=FV3_GFS_v16_coupled_nsstNoahmpUGWPv1,FV3_GFS_v16_coupled_p7_rrtmgp,FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 002 elapsed time 225 seconds. -DAPP=S2S -DDEBUG=ON -DUFS_GOCART=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile 003 elapsed time 398 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_v17_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 509 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 446 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 215 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_v17_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 008 elapsed time 205 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 153 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 421 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 432 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 236 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 013 elapsed time 107 seconds. -DAPP=NG-GODAS -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile 014 elapsed time 445 seconds. -DAPP=ATMW -DCCPP_SUITES=FV3_GFS_v16 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release + +baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/cpld_control_p8 +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/cpld_control_p8 Checking test 001 cpld_control_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -78,18 +78,19 @@ Checking test 001 cpld_control_p8 results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2021-03-23-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK + Comparing gocart.inst_aod.20210323_0600z.nc4 .........OK Comparing 20210323.060000.out_grd.glo_1deg .........OK Comparing 20210323.060000.out_pnt.points .........OK Comparing 20210323.060000.restart.glo_1deg .........OK - 0: The total amount of wall time = 219.156121 - 0: The maximum resident set size (KB) = 646720 + 0: The total amount of wall time = 335.817472 + 0: The maximum resident set size (KB) = 1109648 Test 001 cpld_control_p8 PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/cpld_control_p8 -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_176078/cpld_2threads_p8 +baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/cpld_control_p8 +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/cpld_2threads_p8 Checking test 002 cpld_2threads_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -138,18 +139,19 @@ Checking test 002 cpld_2threads_p8 results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2021-03-23-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK + Comparing gocart.inst_aod.20210323_0600z.nc4 .........OK Comparing 20210323.060000.out_grd.glo_1deg .........OK Comparing 20210323.060000.out_pnt.points .........OK Comparing 20210323.060000.restart.glo_1deg .........OK - 0: The total amount of wall time = 242.879439 - 0: The maximum resident set size (KB) = 696988 + 0: The total amount of wall time = 419.986711 + 0: The maximum resident set size (KB) = 1689920 Test 002 cpld_2threads_p8 PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/cpld_control_p8 -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_176078/cpld_decomp_p8 +baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/cpld_control_p8 +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/cpld_decomp_p8 Checking test 003 cpld_decomp_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -198,18 +200,19 @@ Checking test 003 cpld_decomp_p8 results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2021-03-23-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK + Comparing gocart.inst_aod.20210323_0600z.nc4 .........OK Comparing 20210323.060000.out_grd.glo_1deg .........OK Comparing 20210323.060000.out_pnt.points .........OK Comparing 20210323.060000.restart.glo_1deg .........OK - 0: The total amount of wall time = 216.293392 - 0: The maximum resident set size (KB) = 642916 + 0: The total amount of wall time = 344.874087 + 0: The maximum resident set size (KB) = 1100280 Test 003 cpld_decomp_p8 PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/cpld_control_p8 -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_176078/cpld_mpi_p8 +baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/cpld_control_p8 +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/cpld_mpi_p8 Checking test 004 cpld_mpi_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -258,18 +261,19 @@ Checking test 004 cpld_mpi_p8 results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2021-03-23-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK + Comparing gocart.inst_aod.20210323_0600z.nc4 .........OK Comparing 20210323.060000.out_grd.glo_1deg .........OK Comparing 20210323.060000.out_pnt.points .........OK Comparing 20210323.060000.restart.glo_1deg .........OK - 0: The total amount of wall time = 187.336787 - 0: The maximum resident set size (KB) = 651852 + 0: The total amount of wall time = 286.324160 + 0: The maximum resident set size (KB) = 1021812 Test 004 cpld_mpi_p8 PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/cpld_control_p7_rrtmgp -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_176078/cpld_control_p7_rrtmgp +baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/cpld_control_p7_rrtmgp +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/cpld_control_p7_rrtmgp Checking test 005 cpld_control_p7_rrtmgp results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -322,14 +326,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 = 252.220280 - 0: The maximum resident set size (KB) = 746204 + 0: The total amount of wall time = 256.645658 + 0: The maximum resident set size (KB) = 660612 Test 005 cpld_control_p7_rrtmgp PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/cpld_bmark_p7 -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_176078/cpld_bmark_p7 +baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/cpld_bmark_p7 +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/cpld_bmark_p7 Checking test 006 cpld_bmark_p7 results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK @@ -374,17 +378,18 @@ 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 = 890.487720 - 0: The maximum resident set size (KB) = 1473560 + 0: The total amount of wall time = 875.576562 + 0: The maximum resident set size (KB) = 1254868 Test 006 cpld_bmark_p7 PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/cpld_bmark_p8 -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_176078/cpld_bmark_p8 +baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/cpld_bmark_p8 +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/cpld_bmark_p8 Checking test 007 cpld_bmark_p8 results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK + Comparing gocart.inst_aod.20130401_0600z.nc4 .........OK Comparing 20130401.060000.out_grd.gwes_30m .........OK Comparing 20130401.060000.out_pnt.points .........OK Comparing RESTART/coupler.res .........OK @@ -426,67 +431,15 @@ 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 = 880.105265 - 0: The maximum resident set size (KB) = 1472196 + 0: The total amount of wall time = 1229.785063 + 0: The maximum resident set size (KB) = 2815916 Test 007 cpld_bmark_p8 PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/cpld_bmark_p8 -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_176078/cpld_bmark_mpi_p8 -Checking test 008 cpld_bmark_mpi_p8 results .... - Comparing sfcf006.nc .........OK - Comparing atmf006.nc .........OK - Comparing 20130401.060000.out_grd.gwes_30m .........OK - Comparing 20130401.060000.out_pnt.points .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - Comparing RESTART/MOM.res.nc .........OK - Comparing RESTART/MOM.res_1.nc .........OK - Comparing RESTART/MOM.res_2.nc .........OK - Comparing RESTART/MOM.res_3.nc .........OK - Comparing RESTART/iced.2013-04-01-21600.nc .........OK - Comparing RESTART/ufs.cpld.cpl.r.2013-04-01-21600.nc .........OK - - 0: The total amount of wall time = 890.120899 - 0: The maximum resident set size (KB) = 1494584 - -Test 008 cpld_bmark_mpi_p8 PASS - - -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/cpld_control_c96_p8 -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_176078/cpld_control_c96_p8 -Checking test 009 cpld_control_c96_p8 results .... +baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/cpld_control_c96_p8 +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/cpld_control_c96_p8 +Checking test 008 cpld_control_c96_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK Comparing sfcf021.tile3.nc .........OK @@ -511,6 +464,7 @@ Checking test 009 cpld_control_c96_p8 results .... Comparing atmf024.tile4.nc .........OK Comparing atmf024.tile5.nc .........OK Comparing atmf024.tile6.nc .........OK + Comparing gocart.inst_aod.20210323_0600z.nc4 .........OK Comparing RESTART/coupler.res .........OK Comparing RESTART/fv_core.res.nc .........OK Comparing RESTART/fv_core.res.tile1.nc .........OK @@ -547,15 +501,15 @@ 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 = 206.362705 - 0: The maximum resident set size (KB) = 630708 + 0: The total amount of wall time = 332.124138 + 0: The maximum resident set size (KB) = 1125364 -Test 009 cpld_control_c96_p8 PASS +Test 008 cpld_control_c96_p8 PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/cpld_control_c96_p8 -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_176078/cpld_restart_c96_p8 -Checking test 010 cpld_restart_c96_p8 results .... +baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/cpld_control_c96_p8 +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/cpld_restart_c96_p8 +Checking test 009 cpld_restart_c96_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK Comparing sfcf024.tile3.nc .........OK @@ -568,6 +522,7 @@ Checking test 010 cpld_restart_c96_p8 results .... Comparing atmf024.tile4.nc .........OK Comparing atmf024.tile5.nc .........OK Comparing atmf024.tile6.nc .........OK + Comparing gocart.inst_aod.20210323_0600z.nc4 .........OK Comparing RESTART/coupler.res .........OK Comparing RESTART/fv_core.res.nc .........OK Comparing RESTART/fv_core.res.tile1.nc .........OK @@ -604,15 +559,15 @@ 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 = 114.976703 - 0: The maximum resident set size (KB) = 390584 + 0: The total amount of wall time = 189.578528 + 0: The maximum resident set size (KB) = 1086712 -Test 010 cpld_restart_c96_p8 PASS +Test 009 cpld_restart_c96_p8 PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/cpld_control_c192_p8 -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_176078/cpld_control_c192_p8 -Checking test 011 cpld_control_c192_p8 results .... +baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/cpld_control_c192_p8 +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/cpld_control_c192_p8 +Checking test 010 cpld_control_c192_p8 results .... Comparing sfcf036.tile1.nc .........OK Comparing sfcf036.tile2.nc .........OK Comparing sfcf036.tile3.nc .........OK @@ -625,6 +580,7 @@ Checking test 011 cpld_control_c192_p8 results .... Comparing atmf036.tile4.nc .........OK Comparing atmf036.tile5.nc .........OK Comparing atmf036.tile6.nc .........OK + Comparing gocart.inst_aod.20210323_1800z.nc4 .........OK Comparing RESTART/coupler.res .........OK Comparing RESTART/fv_core.res.nc .........OK Comparing RESTART/fv_core.res.tile1.nc .........OK @@ -661,15 +617,15 @@ 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 = 873.572575 - 0: The maximum resident set size (KB) = 847492 + 0: The total amount of wall time = 1435.389910 + 0: The maximum resident set size (KB) = 1559468 -Test 011 cpld_control_c192_p8 PASS +Test 010 cpld_control_c192_p8 PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/cpld_control_c192_p8 -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_176078/cpld_restart_c192_p8 -Checking test 012 cpld_restart_c192_p8 results .... +baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/cpld_control_c192_p8 +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/cpld_restart_c192_p8 +Checking test 011 cpld_restart_c192_p8 results .... Comparing sfcf036.tile1.nc .........OK Comparing sfcf036.tile2.nc .........OK Comparing sfcf036.tile3.nc .........OK @@ -682,6 +638,7 @@ Checking test 012 cpld_restart_c192_p8 results .... Comparing atmf036.tile4.nc .........OK Comparing atmf036.tile5.nc .........OK Comparing atmf036.tile6.nc .........OK + Comparing gocart.inst_aod.20210323_1800z.nc4 .........OK Comparing RESTART/coupler.res .........OK Comparing RESTART/fv_core.res.nc .........OK Comparing RESTART/fv_core.res.tile1.nc .........OK @@ -718,17 +675,18 @@ 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 = 617.362403 - 0: The maximum resident set size (KB) = 918980 + 0: The total amount of wall time = 1174.594879 + 0: The maximum resident set size (KB) = 1730588 -Test 012 cpld_restart_c192_p8 PASS +Test 011 cpld_restart_c192_p8 PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/cpld_control_c384_p8 -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_176078/cpld_control_c384_p8 -Checking test 013 cpld_control_c384_p8 results .... +baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/cpld_control_c384_p8 +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/cpld_control_c384_p8 +Checking test 012 cpld_control_c384_p8 results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK + Comparing gocart.inst_aod.20210322_1200z.nc4 .........OK Comparing RESTART/coupler.res .........OK Comparing RESTART/fv_core.res.nc .........OK Comparing RESTART/fv_core.res.tile1.nc .........OK @@ -768,17 +726,18 @@ 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 = 1015.173130 - 0: The maximum resident set size (KB) = 1442220 + 0: The total amount of wall time = 1169.363598 + 0: The maximum resident set size (KB) = 2801112 -Test 013 cpld_control_c384_p8 PASS +Test 012 cpld_control_c384_p8 PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/cpld_control_c384_p8 -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_176078/cpld_restart_c384_p8 -Checking test 014 cpld_restart_c384_p8 results .... +baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/cpld_control_c384_p8 +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/cpld_restart_c384_p8 +Checking test 013 cpld_restart_c384_p8 results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK + Comparing gocart.inst_aod.20210322_1200z.nc4 .........OK Comparing RESTART/coupler.res .........OK Comparing RESTART/fv_core.res.nc .........OK Comparing RESTART/fv_core.res.tile1.nc .........OK @@ -818,15 +777,15 @@ 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 = 545.024539 - 0: The maximum resident set size (KB) = 1400620 + 0: The total amount of wall time = 681.943024 + 0: The maximum resident set size (KB) = 2773432 -Test 014 cpld_restart_c384_p8 PASS +Test 013 cpld_restart_c384_p8 PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/cpld_debug_p8 -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_176078/cpld_debug_p8 -Checking test 015 cpld_debug_p8 results .... +baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/cpld_debug_p8 +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/cpld_debug_p8 +Checking test 014 cpld_debug_p8 results .... Comparing sfcf006.tile1.nc .........OK Comparing sfcf006.tile2.nc .........OK Comparing sfcf006.tile3.nc .........OK @@ -839,6 +798,7 @@ Checking test 015 cpld_debug_p8 results .... Comparing atmf006.tile4.nc .........OK Comparing atmf006.tile5.nc .........OK Comparing atmf006.tile6.nc .........OK + Comparing gocart.inst_aod.20210322_1200z.nc4 .........OK Comparing RESTART/coupler.res .........OK Comparing RESTART/fv_core.res.nc .........OK Comparing RESTART/fv_core.res.tile1.nc .........OK @@ -875,15 +835,15 @@ 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 = 635.461948 - 0: The maximum resident set size (KB) = 692520 + 0: The total amount of wall time = 1093.701378 + 0: The maximum resident set size (KB) = 1189016 -Test 015 cpld_debug_p8 PASS +Test 014 cpld_debug_p8 PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/control -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_176078/control -Checking test 016 control results .... +baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/control +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/control +Checking test 015 control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -929,15 +889,15 @@ 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 = 119.842043 - 0: The maximum resident set size (KB) = 484196 + 0: The total amount of wall time = 127.893187 + 0: The maximum resident set size (KB) = 467932 -Test 016 control PASS +Test 015 control PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/control -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_176078/control_decomp -Checking test 017 control_decomp results .... +baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/control +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/control_decomp +Checking test 016 control_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -979,29 +939,29 @@ 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 = 127.856508 - 0: The maximum resident set size (KB) = 483016 + 0: The total amount of wall time = 137.112275 + 0: The maximum resident set size (KB) = 466968 -Test 017 control_decomp PASS +Test 016 control_decomp PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/control -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_176078/control_2dwrtdecomp -Checking test 018 control_2dwrtdecomp results .... +baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/control +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/control_2dwrtdecomp +Checking test 017 control_2dwrtdecomp results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK Comparing atmf024.nc .........OK - 0: The total amount of wall time = 116.020436 - 0: The maximum resident set size (KB) = 484784 + 0: The total amount of wall time = 122.466295 + 0: The maximum resident set size (KB) = 464420 -Test 018 control_2dwrtdecomp PASS +Test 017 control_2dwrtdecomp PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/control -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_176078/control_2threads -Checking test 019 control_2threads results .... +baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/control +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/control_2threads +Checking test 018 control_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -1043,15 +1003,15 @@ Checking test 019 control_2threads results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 145.675218 - 0: The maximum resident set size (KB) = 528804 + 0: The total amount of wall time = 153.566391 + 0: The maximum resident set size (KB) = 519092 -Test 019 control_2threads PASS +Test 018 control_2threads PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/control -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_176078/control_restart -Checking test 020 control_restart results .... +baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/control +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/control_restart +Checking test 019 control_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK Comparing GFSFLX.GrbF24 .........OK @@ -1089,15 +1049,15 @@ Checking test 020 control_restart results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 65.710976 - 0: The maximum resident set size (KB) = 227128 + 0: The total amount of wall time = 69.176877 + 0: The maximum resident set size (KB) = 206904 -Test 020 control_restart PASS +Test 019 control_restart PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/control -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_176078/control_fhzero -Checking test 021 control_fhzero results .... +baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/control +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/control_fhzero +Checking test 020 control_fhzero results .... Comparing sfcf000.nc ............ALT CHECK......OK Comparing sfcf021.nc ............ALT CHECK......OK Comparing atmf000.nc .........OK @@ -1139,15 +1099,15 @@ Checking test 021 control_fhzero results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 113.335030 - 0: The maximum resident set size (KB) = 482208 + 0: The total amount of wall time = 124.656767 + 0: The maximum resident set size (KB) = 462400 -Test 021 control_fhzero PASS +Test 020 control_fhzero PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/control_CubedSphereGrid -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_176078/control_CubedSphereGrid -Checking test 022 control_CubedSphereGrid results .... +baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/control_CubedSphereGrid +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/control_CubedSphereGrid +Checking test 021 control_CubedSphereGrid results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK Comparing sfcf000.tile3.nc .........OK @@ -1173,15 +1133,15 @@ Checking test 022 control_CubedSphereGrid results .... Comparing atmf024.tile5.nc .........OK Comparing atmf024.tile6.nc .........OK - 0: The total amount of wall time = 116.630464 - 0: The maximum resident set size (KB) = 473972 + 0: The total amount of wall time = 128.054618 + 0: The maximum resident set size (KB) = 465196 -Test 022 control_CubedSphereGrid PASS +Test 021 control_CubedSphereGrid PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/control_latlon -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_176078/control_latlon -Checking test 023 control_latlon results .... +baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/control_latlon +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/control_latlon +Checking test 022 control_latlon results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -1191,15 +1151,15 @@ Checking test 023 control_latlon results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 119.214368 - 0: The maximum resident set size (KB) = 481320 + 0: The total amount of wall time = 125.345486 + 0: The maximum resident set size (KB) = 468200 -Test 023 control_latlon PASS +Test 022 control_latlon PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/control_wrtGauss_netcdf_parallel -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_176078/control_wrtGauss_netcdf_parallel -Checking test 024 control_wrtGauss_netcdf_parallel results .... +baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/control_wrtGauss_netcdf_parallel +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/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 .........OK @@ -1209,15 +1169,15 @@ Checking test 024 control_wrtGauss_netcdf_parallel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 121.720294 - 0: The maximum resident set size (KB) = 485320 + 0: The total amount of wall time = 127.121658 + 0: The maximum resident set size (KB) = 465888 -Test 024 control_wrtGauss_netcdf_parallel PASS +Test 023 control_wrtGauss_netcdf_parallel PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/control_c48 -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_176078/control_c48 -Checking test 025 control_c48 results .... +baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/control_c48 +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/control_c48 +Checking test 024 control_c48 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -1255,15 +1215,15 @@ Checking test 025 control_c48 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0: The total amount of wall time = 306.725763 -0: The maximum resident set size (KB) = 653172 +0: The total amount of wall time = 307.389972 +0: The maximum resident set size (KB) = 656308 -Test 025 control_c48 PASS +Test 024 control_c48 PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/control_c192 -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_176078/control_c192 -Checking test 026 control_c192 results .... +baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/control_c192 +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/control_c192 +Checking test 025 control_c192 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -1273,15 +1233,15 @@ Checking test 026 control_c192 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 485.226572 - 0: The maximum resident set size (KB) = 584680 + 0: The total amount of wall time = 467.161817 + 0: The maximum resident set size (KB) = 555720 -Test 026 control_c192 PASS +Test 025 control_c192 PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/control_c384 -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_176078/control_c384 -Checking test 027 control_c384 results .... +baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/control_c384 +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/control_c384 +Checking test 026 control_c384 results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK Comparing atmf000.nc .........OK @@ -1291,15 +1251,15 @@ Checking test 027 control_c384 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 801.266641 - 0: The maximum resident set size (KB) = 879396 + 0: The total amount of wall time = 778.143902 + 0: The maximum resident set size (KB) = 819172 -Test 027 control_c384 PASS +Test 026 control_c384 PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/control_c384gdas -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_176078/control_c384gdas -Checking test 028 control_c384gdas results .... +baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/control_c384gdas +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/control_c384gdas +Checking test 027 control_c384gdas results .... Comparing sfcf000.nc .........OK Comparing sfcf006.nc .........OK Comparing atmf000.nc .........OK @@ -1341,15 +1301,15 @@ Checking test 028 control_c384gdas results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 702.391162 - 0: The maximum resident set size (KB) = 1000100 + 0: The total amount of wall time = 673.781804 + 0: The maximum resident set size (KB) = 933712 -Test 028 control_c384gdas PASS +Test 027 control_c384gdas PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/control_stochy -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_176078/control_stochy -Checking test 029 control_stochy results .... +baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/control_stochy +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/control_stochy +Checking test 028 control_stochy results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK Comparing atmf000.nc .........OK @@ -1359,29 +1319,29 @@ Checking test 029 control_stochy results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 78.758042 - 0: The maximum resident set size (KB) = 479316 + 0: The total amount of wall time = 84.183481 + 0: The maximum resident set size (KB) = 461536 -Test 029 control_stochy PASS +Test 028 control_stochy PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/control_stochy -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_176078/control_stochy_restart -Checking test 030 control_stochy_restart results .... +baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/control_stochy +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/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.492269 - 0: The maximum resident set size (KB) = 263884 + 0: The total amount of wall time = 46.856430 + 0: The maximum resident set size (KB) = 244440 -Test 030 control_stochy_restart PASS +Test 029 control_stochy_restart PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/control_lndp -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_176078/control_lndp -Checking test 031 control_lndp results .... +baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/control_lndp +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/control_lndp +Checking test 030 control_lndp results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK Comparing atmf000.nc .........OK @@ -1391,15 +1351,15 @@ Checking test 031 control_lndp results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 74.618855 - 0: The maximum resident set size (KB) = 486204 + 0: The total amount of wall time = 78.037045 + 0: The maximum resident set size (KB) = 469516 -Test 031 control_lndp PASS +Test 030 control_lndp PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/control_iovr4 -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_176078/control_iovr4 -Checking test 032 control_iovr4 results .... +baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/control_iovr4 +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/control_iovr4 +Checking test 031 control_iovr4 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -1413,15 +1373,15 @@ Checking test 032 control_iovr4 results .... Comparing GFSPRS.GrbF21 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 120.926622 - 0: The maximum resident set size (KB) = 484564 + 0: The total amount of wall time = 127.780899 + 0: The maximum resident set size (KB) = 464396 -Test 032 control_iovr4 PASS +Test 031 control_iovr4 PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/control_iovr5 -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_176078/control_iovr5 -Checking test 033 control_iovr5 results .... +baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/control_iovr5 +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/control_iovr5 +Checking test 032 control_iovr5 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -1435,15 +1395,15 @@ Checking test 033 control_iovr5 results .... Comparing GFSPRS.GrbF21 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 120.044488 - 0: The maximum resident set size (KB) = 484880 + 0: The total amount of wall time = 128.586146 + 0: The maximum resident set size (KB) = 464808 -Test 033 control_iovr5 PASS +Test 032 control_iovr5 PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/control_p8 -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_176078/control_p8 -Checking test 034 control_p8 results .... +baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/control_p8 +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/control_p8 +Checking test 033 control_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -1489,15 +1449,15 @@ Checking test 034 control_p8 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 134.205610 - 0: The maximum resident set size (KB) = 509300 + 0: The total amount of wall time = 155.324011 + 0: The maximum resident set size (KB) = 851124 -Test 034 control_p8 PASS +Test 033 control_p8 PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/control_p8 -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_176078/control_restart_p8 -Checking test 035 control_restart_p8 results .... +baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/control_p8 +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/control_restart_p8 +Checking test 034 control_restart_p8 results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK Comparing GFSFLX.GrbF24 .........OK @@ -1535,15 +1495,15 @@ Checking test 035 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 = 76.976663 - 0: The maximum resident set size (KB) = 288904 + 0: The total amount of wall time = 83.942794 + 0: The maximum resident set size (KB) = 599340 -Test 035 control_restart_p8 PASS +Test 034 control_restart_p8 PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/control_p8 -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_176078/control_decomp_p8 -Checking test 036 control_decomp_p8 results .... +baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/control_p8 +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/control_decomp_p8 +Checking test 035 control_decomp_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -1585,15 +1545,15 @@ Checking test 036 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 = 142.746242 - 0: The maximum resident set size (KB) = 507836 + 0: The total amount of wall time = 160.750461 + 0: The maximum resident set size (KB) = 847504 -Test 036 control_decomp_p8 PASS +Test 035 control_decomp_p8 PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/control_p8 -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_176078/control_2threads_p8 -Checking test 037 control_2threads_p8 results .... +baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/control_p8 +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/control_2threads_p8 +Checking test 036 control_2threads_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -1635,15 +1595,15 @@ Checking test 037 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 = 166.408443 - 0: The maximum resident set size (KB) = 577080 + 0: The total amount of wall time = 179.774808 + 0: The maximum resident set size (KB) = 929128 -Test 037 control_2threads_p8 PASS +Test 036 control_2threads_p8 PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/control_p7_rrtmgp -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_176078/control_p7_rrtmgp -Checking test 038 control_p7_rrtmgp results .... +baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/control_p7_rrtmgp +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/control_p7_rrtmgp +Checking test 037 control_p7_rrtmgp results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -1689,15 +1649,15 @@ Checking test 038 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 = 170.357510 - 0: The maximum resident set size (KB) = 607484 + 0: The total amount of wall time = 176.673674 + 0: The maximum resident set size (KB) = 595560 -Test 038 control_p7_rrtmgp PASS +Test 037 control_p7_rrtmgp PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/fv3_regional_control -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_176078/regional_control -Checking test 039 regional_control results .... +baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/fv3_regional_control +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/regional_control +Checking test 038 regional_control results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK Comparing phyf000.nc .........OK @@ -1707,58 +1667,58 @@ Checking test 039 regional_control results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF24 .........OK - 0: The total amount of wall time = 325.254610 - 0: The maximum resident set size (KB) = 593704 + 0: The total amount of wall time = 300.701412 + 0: The maximum resident set size (KB) = 579916 -Test 039 regional_control PASS +Test 038 regional_control PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/fv3_regional_control -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_176078/regional_restart -Checking test 040 regional_restart results .... +baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/fv3_regional_control +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/regional_restart +Checking test 039 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.421215 - 0: The maximum resident set size (KB) = 593768 + 0: The total amount of wall time = 171.323725 + 0: The maximum resident set size (KB) = 580112 -Test 040 regional_restart PASS +Test 039 regional_restart PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/fv3_regional_control -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_176078/regional_control_2dwrtdecomp -Checking test 041 regional_control_2dwrtdecomp results .... +baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/fv3_regional_control +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/regional_control_2dwrtdecomp +Checking test 040 regional_control_2dwrtdecomp results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK Comparing phyf000.nc .........OK Comparing phyf024.nc .........OK - 0: The total amount of wall time = 300.677333 - 0: The maximum resident set size (KB) = 587868 + 0: The total amount of wall time = 299.404807 + 0: The maximum resident set size (KB) = 574372 -Test 041 regional_control_2dwrtdecomp PASS +Test 040 regional_control_2dwrtdecomp PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/fv3_regional_noquilt -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_176078/regional_noquilt -Checking test 042 regional_noquilt results .... +baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/fv3_regional_noquilt +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/regional_noquilt +Checking test 041 regional_noquilt results .... Comparing atmos_4xdaily.nc .........OK Comparing fv3_history2d.nc .........OK Comparing fv3_history.nc .........OK Comparing RESTART/fv_core.res.tile1_new.nc .........OK Comparing RESTART/fv_tracer.res.tile1_new.nc .........OK - 0: The total amount of wall time = 314.345081 - 0: The maximum resident set size (KB) = 606732 + 0: The total amount of wall time = 305.102283 + 0: The maximum resident set size (KB) = 605636 -Test 042 regional_noquilt PASS +Test 041 regional_noquilt PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/fv3_regional_control -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_176078/regional_2threads -Checking test 043 regional_2threads results .... +baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/fv3_regional_control +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/regional_2threads +Checking test 042 regional_2threads results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK Comparing phyf000.nc .........OK @@ -1768,15 +1728,15 @@ Checking test 043 regional_2threads results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF24 .........OK - 0: The total amount of wall time = 238.718735 - 0: The maximum resident set size (KB) = 612044 + 0: The total amount of wall time = 235.751796 + 0: The maximum resident set size (KB) = 586620 -Test 043 regional_2threads PASS +Test 042 regional_2threads PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/fv3_regional_hafs -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_176078/regional_hafs -Checking test 044 regional_hafs results .... +baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/fv3_regional_hafs +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/regional_hafs +Checking test 043 regional_hafs results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK Comparing phyf000.nc .........OK @@ -1784,29 +1744,29 @@ Checking test 044 regional_hafs results .... Comparing HURPRS.GrbF00 .........OK Comparing HURPRS.GrbF24 .........OK - 0: The total amount of wall time = 326.805659 - 0: The maximum resident set size (KB) = 593920 + 0: The total amount of wall time = 301.600704 + 0: The maximum resident set size (KB) = 574352 -Test 044 regional_hafs PASS +Test 043 regional_hafs PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/fv3_regional_netcdf_parallel -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_176078/regional_netcdf_parallel -Checking test 045 regional_netcdf_parallel results .... +baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/fv3_regional_netcdf_parallel +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/regional_netcdf_parallel +Checking test 044 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 = 318.813777 - 0: The maximum resident set size (KB) = 591680 + 0: The total amount of wall time = 299.803828 + 0: The maximum resident set size (KB) = 573236 -Test 045 regional_netcdf_parallel PASS +Test 044 regional_netcdf_parallel PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/fv3_regional_RRTMGP -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_176078/regional_RRTMGP -Checking test 046 regional_RRTMGP results .... +baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/fv3_regional_RRTMGP +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/regional_RRTMGP +Checking test 045 regional_RRTMGP results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK Comparing phyf000.nc .........OK @@ -1816,15 +1776,15 @@ Checking test 046 regional_RRTMGP results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF24 .........OK - 0: The total amount of wall time = 411.520505 - 0: The maximum resident set size (KB) = 715472 + 0: The total amount of wall time = 376.921978 + 0: The maximum resident set size (KB) = 701428 -Test 046 regional_RRTMGP PASS +Test 045 regional_RRTMGP PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/rap_control -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_176078/rap_control -Checking test 047 rap_control results .... +baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/rap_control +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/rap_control +Checking test 046 rap_control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -1870,15 +1830,15 @@ Checking test 047 rap_control results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 340.715963 - 0: The maximum resident set size (KB) = 850916 + 0: The total amount of wall time = 356.176305 + 0: The maximum resident set size (KB) = 830928 -Test 047 rap_control PASS +Test 046 rap_control PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/regional_spp_sppt_shum_skeb -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_176078/regional_spp_sppt_shum_skeb -Checking test 048 regional_spp_sppt_shum_skeb results .... +baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/regional_spp_sppt_shum_skeb +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/regional_spp_sppt_shum_skeb +Checking test 047 regional_spp_sppt_shum_skeb results .... Comparing dynf000.nc .........OK Comparing dynf001.nc .........OK Comparing phyf000.nc .........OK @@ -1888,15 +1848,15 @@ Checking test 048 regional_spp_sppt_shum_skeb results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF01 .........OK - 0: The total amount of wall time = 279.381548 - 0: The maximum resident set size (KB) = 1013272 + 0: The total amount of wall time = 289.096513 + 0: The maximum resident set size (KB) = 921560 -Test 048 regional_spp_sppt_shum_skeb PASS +Test 047 regional_spp_sppt_shum_skeb PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/rap_control -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_176078/rap_2threads -Checking test 049 rap_2threads results .... +baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/rap_control +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/rap_2threads +Checking test 048 rap_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -1942,15 +1902,15 @@ Checking test 049 rap_2threads results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 409.777780 - 0: The maximum resident set size (KB) = 912996 + 0: The total amount of wall time = 423.962416 + 0: The maximum resident set size (KB) = 896444 -Test 049 rap_2threads PASS +Test 048 rap_2threads PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/rap_control -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_176078/rap_restart -Checking test 050 rap_restart results .... +baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/rap_control +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/rap_restart +Checking test 049 rap_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK Comparing GFSFLX.GrbF24 .........OK @@ -1988,15 +1948,15 @@ Checking test 050 rap_restart results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 199.962522 - 0: The maximum resident set size (KB) = 604540 + 0: The total amount of wall time = 183.170991 + 0: The maximum resident set size (KB) = 584516 -Test 050 rap_restart PASS +Test 049 rap_restart PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/rap_sfcdiff -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_176078/rap_sfcdiff -Checking test 051 rap_sfcdiff results .... +baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/rap_sfcdiff +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/rap_sfcdiff +Checking test 050 rap_sfcdiff results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -2042,15 +2002,15 @@ Checking test 051 rap_sfcdiff results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 366.401652 - 0: The maximum resident set size (KB) = 853452 + 0: The total amount of wall time = 350.995467 + 0: The maximum resident set size (KB) = 832924 -Test 051 rap_sfcdiff PASS +Test 050 rap_sfcdiff PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/rap_sfcdiff -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_176078/rap_sfcdiff_restart -Checking test 052 rap_sfcdiff_restart results .... +baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/rap_sfcdiff +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/rap_sfcdiff_restart +Checking test 051 rap_sfcdiff_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK Comparing GFSFLX.GrbF24 .........OK @@ -2088,15 +2048,15 @@ Checking test 052 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.807765 - 0: The maximum resident set size (KB) = 604328 + 0: The total amount of wall time = 183.871752 + 0: The maximum resident set size (KB) = 585804 -Test 052 rap_sfcdiff_restart PASS +Test 051 rap_sfcdiff_restart PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/hrrr_control -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_176078/hrrr_control -Checking test 053 hrrr_control results .... +baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/hrrr_control +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/hrrr_control +Checking test 052 hrrr_control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -2142,15 +2102,15 @@ Checking test 053 hrrr_control results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 339.892384 - 0: The maximum resident set size (KB) = 846716 + 0: The total amount of wall time = 352.659424 + 0: The maximum resident set size (KB) = 827720 -Test 053 hrrr_control PASS +Test 052 hrrr_control PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/rrfs_v1beta -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_176078/rrfs_v1beta -Checking test 054 rrfs_v1beta results .... +baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/rrfs_v1beta +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/rrfs_v1beta +Checking test 053 rrfs_v1beta results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -2196,15 +2156,15 @@ Checking test 054 rrfs_v1beta results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 364.816905 - 0: The maximum resident set size (KB) = 851092 + 0: The total amount of wall time = 351.813470 + 0: The maximum resident set size (KB) = 829272 -Test 054 rrfs_v1beta PASS +Test 053 rrfs_v1beta PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/rrfs_conus13km_hrrr_warm -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_176078/rrfs_conus13km_hrrr_warm -Checking test 055 rrfs_conus13km_hrrr_warm results .... +baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/rrfs_conus13km_hrrr_warm +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/rrfs_conus13km_hrrr_warm +Checking test 054 rrfs_conus13km_hrrr_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing sfcf002.nc .........OK @@ -2212,15 +2172,15 @@ Checking test 055 rrfs_conus13km_hrrr_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 176.266162 - 0: The maximum resident set size (KB) = 712176 + 0: The total amount of wall time = 169.693797 + 0: The maximum resident set size (KB) = 665580 -Test 055 rrfs_conus13km_hrrr_warm PASS +Test 054 rrfs_conus13km_hrrr_warm PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/rrfs_conus13km_radar_tten_warm -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_176078/rrfs_conus13km_radar_tten_warm -Checking test 056 rrfs_conus13km_radar_tten_warm results .... +baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/rrfs_conus13km_radar_tten_warm +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/rrfs_conus13km_radar_tten_warm +Checking test 055 rrfs_conus13km_radar_tten_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing sfcf002.nc .........OK @@ -2228,15 +2188,15 @@ Checking test 056 rrfs_conus13km_radar_tten_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 169.427050 - 0: The maximum resident set size (KB) = 718740 + 0: The total amount of wall time = 171.682047 + 0: The maximum resident set size (KB) = 665580 -Test 056 rrfs_conus13km_radar_tten_warm PASS +Test 055 rrfs_conus13km_radar_tten_warm PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/control_rrtmgp -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_176078/control_rrtmgp -Checking test 057 control_rrtmgp results .... +baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/control_rrtmgp +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/control_rrtmgp +Checking test 056 control_rrtmgp results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -2246,15 +2206,15 @@ Checking test 057 control_rrtmgp results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 191.908233 - 0: The maximum resident set size (KB) = 601568 + 0: The total amount of wall time = 197.468029 + 0: The maximum resident set size (KB) = 583732 -Test 057 control_rrtmgp PASS +Test 056 control_rrtmgp PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/control_rrtmgp_c192 -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_176078/control_rrtmgp_c192 -Checking test 058 control_rrtmgp_c192 results .... +baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/control_rrtmgp_c192 +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/control_rrtmgp_c192 +Checking test 057 control_rrtmgp_c192 results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK Comparing atmf000.nc .........OK @@ -2264,15 +2224,15 @@ Checking test 058 control_rrtmgp_c192 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 506.046540 - 0: The maximum resident set size (KB) = 805852 + 0: The total amount of wall time = 508.944228 + 0: The maximum resident set size (KB) = 791504 -Test 058 control_rrtmgp_c192 PASS +Test 057 control_rrtmgp_c192 PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/control_csawmg -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_176078/control_csawmg -Checking test 059 control_csawmg results .... +baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/control_csawmg +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/control_csawmg +Checking test 058 control_csawmg results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -2282,15 +2242,15 @@ Checking test 059 control_csawmg results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 307.007557 - 0: The maximum resident set size (KB) = 544692 + 0: The total amount of wall time = 319.320879 + 0: The maximum resident set size (KB) = 527392 -Test 059 control_csawmg PASS +Test 058 control_csawmg PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/control_csawmgt -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_176078/control_csawmgt -Checking test 060 control_csawmgt results .... +baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/control_csawmgt +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/control_csawmgt +Checking test 059 control_csawmgt results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -2300,15 +2260,15 @@ Checking test 060 control_csawmgt results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 310.346845 - 0: The maximum resident set size (KB) = 535788 + 0: The total amount of wall time = 316.319379 + 0: The maximum resident set size (KB) = 530036 -Test 060 control_csawmgt PASS +Test 059 control_csawmgt PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/control_flake -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_176078/control_flake -Checking test 061 control_flake results .... +baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/control_flake +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/control_flake +Checking test 060 control_flake results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -2318,15 +2278,15 @@ Checking test 061 control_flake results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 216.933827 - 0: The maximum resident set size (KB) = 554664 + 0: The total amount of wall time = 232.693320 + 0: The maximum resident set size (KB) = 535568 -Test 061 control_flake PASS +Test 060 control_flake PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/control_ras -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_176078/control_ras -Checking test 062 control_ras results .... +baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/control_ras +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/control_ras +Checking test 061 control_ras results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -2336,15 +2296,15 @@ Checking test 062 control_ras results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 164.589166 - 0: The maximum resident set size (KB) = 515336 + 0: The total amount of wall time = 173.221108 + 0: The maximum resident set size (KB) = 490220 -Test 062 control_ras PASS +Test 061 control_ras PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/control_thompson -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_176078/control_thompson -Checking test 063 control_thompson results .... +baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/control_thompson +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/control_thompson +Checking test 062 control_thompson results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -2354,15 +2314,15 @@ Checking test 063 control_thompson results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 209.506436 - 0: The maximum resident set size (KB) = 866300 + 0: The total amount of wall time = 213.437069 + 0: The maximum resident set size (KB) = 849300 -Test 063 control_thompson PASS +Test 062 control_thompson PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/control_thompson_no_aero -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_176078/control_thompson_no_aero -Checking test 064 control_thompson_no_aero results .... +baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/control_thompson_no_aero +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/control_thompson_no_aero +Checking test 063 control_thompson_no_aero results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -2372,55 +2332,55 @@ Checking test 064 control_thompson_no_aero results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 198.766042 - 0: The maximum resident set size (KB) = 861080 + 0: The total amount of wall time = 199.332043 + 0: The maximum resident set size (KB) = 843192 -Test 064 control_thompson_no_aero PASS +Test 063 control_thompson_no_aero PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/control_wam_repro -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_176078/control_wam_repro -Checking test 065 control_wam results .... +baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/control_wam_repro +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/control_wam_repro +Checking test 064 control_wam results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK - 0: The total amount of wall time = 113.579531 - 0: The maximum resident set size (KB) = 248728 + 0: The total amount of wall time = 119.545495 + 0: The maximum resident set size (KB) = 228584 -Test 065 control_wam PASS +Test 064 control_wam PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/control_debug -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_176078/control_debug -Checking test 066 control_debug results .... +baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/control_debug +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/control_debug +Checking test 065 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 = 153.075693 - 0: The maximum resident set size (KB) = 545136 + 0: The total amount of wall time = 161.406020 + 0: The maximum resident set size (KB) = 525408 -Test 066 control_debug PASS +Test 065 control_debug PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/control_debug -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_176078/control_2threads_debug -Checking test 067 control_2threads_debug results .... +baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/control_debug +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/control_2threads_debug +Checking test 066 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.012305 - 0: The maximum resident set size (KB) = 591228 + 0: The total amount of wall time = 229.192855 + 0: The maximum resident set size (KB) = 576368 -Test 067 control_2threads_debug PASS +Test 066 control_2threads_debug PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/control_CubedSphereGrid_debug -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_176078/control_CubedSphereGrid_debug -Checking test 068 control_CubedSphereGrid_debug results .... +baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/control_CubedSphereGrid_debug +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/control_CubedSphereGrid_debug +Checking test 067 control_CubedSphereGrid_debug results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK Comparing sfcf000.tile3.nc .........OK @@ -2446,429 +2406,429 @@ Checking test 068 control_CubedSphereGrid_debug results .... Comparing atmf001.tile5.nc .........OK Comparing atmf001.tile6.nc .........OK - 0: The total amount of wall time = 171.418087 - 0: The maximum resident set size (KB) = 543600 + 0: The total amount of wall time = 161.455539 + 0: The maximum resident set size (KB) = 522912 -Test 068 control_CubedSphereGrid_debug PASS +Test 067 control_CubedSphereGrid_debug PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/control_wrtGauss_netcdf_parallel_debug -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_176078/control_wrtGauss_netcdf_parallel_debug -Checking test 069 control_wrtGauss_netcdf_parallel_debug results .... +baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/control_wrtGauss_netcdf_parallel_debug +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/control_wrtGauss_netcdf_parallel_debug +Checking test 068 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 = 153.733228 - 0: The maximum resident set size (KB) = 544900 + 0: The total amount of wall time = 153.437899 + 0: The maximum resident set size (KB) = 525112 -Test 069 control_wrtGauss_netcdf_parallel_debug PASS +Test 068 control_wrtGauss_netcdf_parallel_debug PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/control_stochy_debug -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_176078/control_stochy_debug -Checking test 070 control_stochy_debug results .... +baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/control_stochy_debug +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/control_stochy_debug +Checking test 069 control_stochy_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 170.078799 - 0: The maximum resident set size (KB) = 546796 + 0: The total amount of wall time = 170.711661 + 0: The maximum resident set size (KB) = 526272 -Test 070 control_stochy_debug PASS +Test 069 control_stochy_debug PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/control_lndp_debug -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_176078/control_lndp_debug -Checking test 071 control_lndp_debug results .... +baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/control_lndp_debug +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/control_lndp_debug +Checking test 070 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 = 151.827943 - 0: The maximum resident set size (KB) = 558224 + 0: The total amount of wall time = 155.392972 + 0: The maximum resident set size (KB) = 537048 -Test 071 control_lndp_debug PASS +Test 070 control_lndp_debug PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/control_rrtmgp_debug -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_176078/control_rrtmgp_debug -Checking test 072 control_rrtmgp_debug results .... +baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/control_rrtmgp_debug +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/control_rrtmgp_debug +Checking test 071 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 = 164.530497 - 0: The maximum resident set size (KB) = 639008 + 0: The total amount of wall time = 170.451256 + 0: The maximum resident set size (KB) = 627432 -Test 072 control_rrtmgp_debug PASS +Test 071 control_rrtmgp_debug PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/control_csawmg_debug -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_176078/control_csawmg_debug -Checking test 073 control_csawmg_debug results .... +baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/control_csawmg_debug +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/control_csawmg_debug +Checking test 072 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 = 232.692975 - 0: The maximum resident set size (KB) = 574652 + 0: The total amount of wall time = 236.603267 + 0: The maximum resident set size (KB) = 561172 -Test 073 control_csawmg_debug PASS +Test 072 control_csawmg_debug PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/control_csawmgt_debug -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_176078/control_csawmgt_debug -Checking test 074 control_csawmgt_debug results .... +baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/control_csawmgt_debug +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/control_csawmgt_debug +Checking test 073 control_csawmgt_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 227.324938 - 0: The maximum resident set size (KB) = 574952 + 0: The total amount of wall time = 236.880839 + 0: The maximum resident set size (KB) = 561292 -Test 074 control_csawmgt_debug PASS +Test 073 control_csawmgt_debug PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/control_ras_debug -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_176078/control_ras_debug -Checking test 075 control_ras_debug results .... +baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/control_ras_debug +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/control_ras_debug +Checking test 074 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 = 156.392769 - 0: The maximum resident set size (KB) = 555864 + 0: The total amount of wall time = 156.245673 + 0: The maximum resident set size (KB) = 535876 -Test 075 control_ras_debug PASS +Test 074 control_ras_debug PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/control_diag_debug -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_176078/control_diag_debug -Checking test 076 control_diag_debug results .... +baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/control_diag_debug +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/control_diag_debug +Checking test 075 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 = 160.631719 - 0: The maximum resident set size (KB) = 604952 + 0: The total amount of wall time = 163.501840 + 0: The maximum resident set size (KB) = 583372 -Test 076 control_diag_debug PASS +Test 075 control_diag_debug PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/control_debug_p8 -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_176078/control_debug_p8 -Checking test 077 control_debug_p8 results .... +baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/control_debug_p8 +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/control_debug_p8 +Checking test 076 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 = 162.527066 - 0: The maximum resident set size (KB) = 571012 + 0: The total amount of wall time = 166.796251 + 0: The maximum resident set size (KB) = 912240 -Test 077 control_debug_p8 PASS +Test 076 control_debug_p8 PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/control_thompson_debug -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_176078/control_thompson_debug -Checking test 078 control_thompson_debug results .... +baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/control_thompson_debug +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/control_thompson_debug +Checking test 077 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 = 175.996509 - 0: The maximum resident set size (KB) = 907380 + 0: The total amount of wall time = 178.203333 + 0: The maximum resident set size (KB) = 881948 -Test 078 control_thompson_debug PASS +Test 077 control_thompson_debug PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/control_thompson_no_aero_debug -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_176078/control_thompson_no_aero_debug -Checking test 079 control_thompson_no_aero_debug results .... +baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/control_thompson_no_aero_debug +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/control_thompson_no_aero_debug +Checking test 078 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.582177 - 0: The maximum resident set size (KB) = 903108 + 0: The total amount of wall time = 170.999510 + 0: The maximum resident set size (KB) = 878896 -Test 079 control_thompson_no_aero_debug PASS +Test 078 control_thompson_no_aero_debug PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/control_thompson_debug_extdiag -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_176078/control_thompson_extdiag_debug -Checking test 080 control_thompson_extdiag_debug results .... +baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/control_thompson_debug_extdiag +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/control_thompson_extdiag_debug +Checking test 079 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 = 193.170365 - 0: The maximum resident set size (KB) = 935508 + 0: The total amount of wall time = 188.654488 + 0: The maximum resident set size (KB) = 913728 -Test 080 control_thompson_extdiag_debug PASS +Test 079 control_thompson_extdiag_debug PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/control_thompson_progcld_thompson_debug -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_176078/control_thompson_progcld_thompson_debug -Checking test 081 control_thompson_progcld_thompson_debug results .... +baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/control_thompson_progcld_thompson_debug +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/control_thompson_progcld_thompson_debug +Checking test 080 control_thompson_progcld_thompson_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 174.668909 - 0: The maximum resident set size (KB) = 907116 + 0: The total amount of wall time = 179.127180 + 0: The maximum resident set size (KB) = 884292 -Test 081 control_thompson_progcld_thompson_debug PASS +Test 080 control_thompson_progcld_thompson_debug PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/fv3_regional_debug -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_176078/regional_debug -Checking test 082 regional_debug results .... +baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/fv3_regional_debug +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/regional_debug +Checking test 081 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 = 247.429192 - 0: The maximum resident set size (KB) = 614748 + 0: The total amount of wall time = 251.550579 + 0: The maximum resident set size (KB) = 612400 -Test 082 regional_debug PASS +Test 081 regional_debug PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/rap_control_debug -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_176078/rap_control_debug -Checking test 083 rap_control_debug results .... +baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/rap_control_debug +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/rap_control_debug +Checking test 082 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 = 268.221142 - 0: The maximum resident set size (KB) = 910584 + 0: The total amount of wall time = 270.450888 + 0: The maximum resident set size (KB) = 893000 -Test 083 rap_control_debug PASS +Test 082 rap_control_debug PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/rap_control_debug -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_176078/rap_unified_drag_suite_debug -Checking test 084 rap_unified_drag_suite_debug results .... +baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/rap_control_debug +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/rap_unified_drag_suite_debug +Checking test 083 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.730322 - 0: The maximum resident set size (KB) = 909732 + 0: The total amount of wall time = 269.010824 + 0: The maximum resident set size (KB) = 891144 -Test 084 rap_unified_drag_suite_debug PASS +Test 083 rap_unified_drag_suite_debug PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/rap_diag_debug -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_176078/rap_diag_debug -Checking test 085 rap_diag_debug results .... +baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/rap_diag_debug +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/rap_diag_debug +Checking test 084 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 = 289.608970 - 0: The maximum resident set size (KB) = 1006260 + 0: The total amount of wall time = 290.542192 + 0: The maximum resident set size (KB) = 987000 -Test 085 rap_diag_debug PASS +Test 084 rap_diag_debug PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/rap_cires_ugwp_debug -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_176078/rap_cires_ugwp_debug -Checking test 086 rap_cires_ugwp_debug results .... +baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/rap_cires_ugwp_debug +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/rap_cires_ugwp_debug +Checking test 085 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 = 276.674205 - 0: The maximum resident set size (KB) = 916184 + 0: The total amount of wall time = 275.794534 + 0: The maximum resident set size (KB) = 895664 -Test 086 rap_cires_ugwp_debug PASS +Test 085 rap_cires_ugwp_debug PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/rap_cires_ugwp_debug -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_176078/rap_unified_ugwp_debug -Checking test 087 rap_unified_ugwp_debug results .... +baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/rap_cires_ugwp_debug +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/rap_unified_ugwp_debug +Checking test 086 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 = 279.679635 - 0: The maximum resident set size (KB) = 913316 + 0: The total amount of wall time = 273.939088 + 0: The maximum resident set size (KB) = 895740 -Test 087 rap_unified_ugwp_debug PASS +Test 086 rap_unified_ugwp_debug PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/rap_noah_debug -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_176078/rap_noah_debug -Checking test 088 rap_noah_debug results .... +baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/rap_noah_debug +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/rap_noah_debug +Checking test 087 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 = 270.703405 - 0: The maximum resident set size (KB) = 904880 + 0: The total amount of wall time = 266.169205 + 0: The maximum resident set size (KB) = 889788 -Test 088 rap_noah_debug PASS +Test 087 rap_noah_debug PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/rap_rrtmgp_debug -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_176078/rap_rrtmgp_debug -Checking test 089 rap_rrtmgp_debug results .... +baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/rap_rrtmgp_debug +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/rap_rrtmgp_debug +Checking test 088 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 = 462.186083 - 0: The maximum resident set size (KB) = 1011696 + 0: The total amount of wall time = 453.627030 + 0: The maximum resident set size (KB) = 996904 -Test 089 rap_rrtmgp_debug PASS +Test 088 rap_rrtmgp_debug PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/rap_lndp_debug -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_176078/rap_lndp_debug -Checking test 090 rap_lndp_debug results .... +baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/rap_lndp_debug +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/rap_lndp_debug +Checking test 089 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 = 279.763244 - 0: The maximum resident set size (KB) = 908404 + 0: The total amount of wall time = 273.827610 + 0: The maximum resident set size (KB) = 893340 -Test 090 rap_lndp_debug PASS +Test 089 rap_lndp_debug PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/rap_sfcdiff_debug -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_176078/rap_sfcdiff_debug -Checking test 091 rap_sfcdiff_debug results .... +baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/rap_sfcdiff_debug +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/rap_sfcdiff_debug +Checking test 090 rap_sfcdiff_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 269.998779 - 0: The maximum resident set size (KB) = 909756 + 0: The total amount of wall time = 273.771221 + 0: The maximum resident set size (KB) = 893808 -Test 091 rap_sfcdiff_debug PASS +Test 090 rap_sfcdiff_debug PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/rap_flake_debug -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_176078/rap_flake_debug -Checking test 092 rap_flake_debug results .... +baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/rap_flake_debug +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/rap_flake_debug +Checking test 091 rap_flake_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 275.849523 - 0: The maximum resident set size (KB) = 908004 + 0: The total amount of wall time = 274.684081 + 0: The maximum resident set size (KB) = 890256 -Test 092 rap_flake_debug PASS +Test 091 rap_flake_debug PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/rap_noah_sfcdiff_cires_ugwp_debug -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_176078/rap_noah_sfcdiff_cires_ugwp_debug -Checking test 093 rap_noah_sfcdiff_cires_ugwp_debug results .... +baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/rap_noah_sfcdiff_cires_ugwp_debug +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/rap_noah_sfcdiff_cires_ugwp_debug +Checking test 092 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 = 443.149764 - 0: The maximum resident set size (KB) = 907960 + 0: The total amount of wall time = 459.106984 + 0: The maximum resident set size (KB) = 894076 -Test 093 rap_noah_sfcdiff_cires_ugwp_debug PASS +Test 092 rap_noah_sfcdiff_cires_ugwp_debug PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/rap_progcld_thompson_debug -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_176078/rap_progcld_thompson_debug -Checking test 094 rap_progcld_thompson_debug results .... +baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/rap_progcld_thompson_debug +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/rap_progcld_thompson_debug +Checking test 093 rap_progcld_thompson_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 270.525024 - 0: The maximum resident set size (KB) = 908588 + 0: The total amount of wall time = 278.633569 + 0: The maximum resident set size (KB) = 890436 -Test 094 rap_progcld_thompson_debug PASS +Test 093 rap_progcld_thompson_debug PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/rrfs_v1beta_debug -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_176078/rrfs_v1beta_debug -Checking test 095 rrfs_v1beta_debug results .... +baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/rrfs_v1beta_debug +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/rrfs_v1beta_debug +Checking test 094 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 = 266.656257 - 0: The maximum resident set size (KB) = 907608 + 0: The total amount of wall time = 270.778351 + 0: The maximum resident set size (KB) = 890188 -Test 095 rrfs_v1beta_debug PASS +Test 094 rrfs_v1beta_debug PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/control_wam_debug -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_176078/control_wam_debug -Checking test 096 control_wam_debug results .... +baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/control_wam_debug +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/control_wam_debug +Checking test 095 control_wam_debug results .... Comparing sfcf019.nc .........OK Comparing atmf019.nc .........OK - 0: The total amount of wall time = 287.556546 - 0: The maximum resident set size (KB) = 272784 + 0: The total amount of wall time = 289.288260 + 0: The maximum resident set size (KB) = 253900 -Test 096 control_wam_debug PASS +Test 095 control_wam_debug PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/hafs_regional_atm -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_176078/hafs_regional_atm -Checking test 097 hafs_regional_atm results .... - Comparing atmf006.nc .........OK +baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/hafs_regional_atm +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/hafs_regional_atm +Checking test 096 hafs_regional_atm results .... + Comparing atmf006.nc ............ALT CHECK......OK Comparing sfcf006.nc .........OK - 0: The total amount of wall time = 258.756030 - 0: The maximum resident set size (KB) = 846616 + 0: The total amount of wall time = 253.390064 + 0: The maximum resident set size (KB) = 699100 -Test 097 hafs_regional_atm PASS +Test 096 hafs_regional_atm PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/hafs_regional_atm_thompson_gfdlsf -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_176078/hafs_regional_atm_thompson_gfdlsf -Checking test 098 hafs_regional_atm_thompson_gfdlsf results .... +baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/hafs_regional_atm_thompson_gfdlsf +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/hafs_regional_atm_thompson_gfdlsf +Checking test 097 hafs_regional_atm_thompson_gfdlsf results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK - 0: The total amount of wall time = 310.632750 - 0: The maximum resident set size (KB) = 1202624 + 0: The total amount of wall time = 307.197390 + 0: The maximum resident set size (KB) = 1065308 -Test 098 hafs_regional_atm_thompson_gfdlsf PASS +Test 097 hafs_regional_atm_thompson_gfdlsf PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/hafs_regional_atm_ocn -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_176078/hafs_regional_atm_ocn -Checking test 099 hafs_regional_atm_ocn results .... +baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/hafs_regional_atm_ocn +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/hafs_regional_atm_ocn +Checking test 098 hafs_regional_atm_ocn results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing archv.2019_241_06.a .........OK @@ -2876,89 +2836,89 @@ Checking test 099 hafs_regional_atm_ocn results .... Comparing ufs.hafs.cpl.hi.2019-08-29-21600.nc .........OK Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK - 0: The total amount of wall time = 352.983791 - 0: The maximum resident set size (KB) = 886684 + 0: The total amount of wall time = 345.012353 + 0: The maximum resident set size (KB) = 721108 -Test 099 hafs_regional_atm_ocn PASS +Test 098 hafs_regional_atm_ocn PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/hafs_regional_atm_wav -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_176078/hafs_regional_atm_wav -Checking test 100 hafs_regional_atm_wav results .... +baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/hafs_regional_atm_wav +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/hafs_regional_atm_wav +Checking test 099 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 = 757.675895 - 0: The maximum resident set size (KB) = 886764 + 0: The total amount of wall time = 838.621086 + 0: The maximum resident set size (KB) = 715152 -Test 100 hafs_regional_atm_wav PASS +Test 099 hafs_regional_atm_wav PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/hafs_regional_atm_ocn_wav -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_176078/hafs_regional_atm_ocn_wav -Checking test 101 hafs_regional_atm_ocn_wav results .... - Comparing atmf006.nc ............ALT CHECK......OK +baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/hafs_regional_atm_ocn_wav +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/hafs_regional_atm_ocn_wav +Checking test 100 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 = 848.335609 - 0: The maximum resident set size (KB) = 888992 + 0: The total amount of wall time = 913.425127 + 0: The maximum resident set size (KB) = 720252 -Test 101 hafs_regional_atm_ocn_wav PASS +Test 100 hafs_regional_atm_ocn_wav PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/hafs_regional_1nest_atm -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_176078/hafs_regional_1nest_atm -Checking test 102 hafs_regional_1nest_atm results .... +baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/hafs_regional_1nest_atm +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/hafs_regional_1nest_atm +Checking test 101 hafs_regional_1nest_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK - Comparing sfc.nest02.f006.nc .........OK + Comparing sfc.nest02.f006.nc ............ALT CHECK......OK - 0: The total amount of wall time = 1257.643810 - 0: The maximum resident set size (KB) = 384620 + 0: The total amount of wall time = 406.410054 + 0: The maximum resident set size (KB) = 321440 -Test 102 hafs_regional_1nest_atm PASS +Test 101 hafs_regional_1nest_atm PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/hafs_regional_telescopic_2nests_atm -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_176078/hafs_regional_telescopic_2nests_atm -Checking test 103 hafs_regional_telescopic_2nests_atm results .... +baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/hafs_regional_telescopic_2nests_atm +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/hafs_regional_telescopic_2nests_atm +Checking test 102 hafs_regional_telescopic_2nests_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK - Comparing atm.nest02.f006.nc ............ALT CHECK......OK + Comparing atm.nest02.f006.nc .........OK Comparing sfc.nest02.f006.nc .........OK Comparing atm.nest03.f006.nc .........OK Comparing sfc.nest03.f006.nc .........OK - 0: The total amount of wall time = 414.633575 - 0: The maximum resident set size (KB) = 427764 + 0: The total amount of wall time = 455.361722 + 0: The maximum resident set size (KB) = 327720 -Test 103 hafs_regional_telescopic_2nests_atm PASS Tries: 2 +Test 102 hafs_regional_telescopic_2nests_atm PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/hafs_global_1nest_atm -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_176078/hafs_global_1nest_atm -Checking test 104 hafs_global_1nest_atm results .... +baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/hafs_global_1nest_atm +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/hafs_global_1nest_atm +Checking test 103 hafs_global_1nest_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK - Comparing sfc.nest02.f006.nc ............ALT CHECK......OK + Comparing sfc.nest02.f006.nc .........OK - 0: The total amount of wall time = 183.897837 - 0: The maximum resident set size (KB) = 272672 + 0: The total amount of wall time = 190.848680 + 0: The maximum resident set size (KB) = 197552 -Test 104 hafs_global_1nest_atm PASS +Test 103 hafs_global_1nest_atm PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/hafs_global_multiple_4nests_atm -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_176078/hafs_global_multiple_4nests_atm -Checking test 105 hafs_global_multiple_4nests_atm results .... +baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/hafs_global_multiple_4nests_atm +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/hafs_global_multiple_4nests_atm +Checking test 104 hafs_global_multiple_4nests_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK @@ -2970,136 +2930,136 @@ Checking test 105 hafs_global_multiple_4nests_atm results .... Comparing atm.nest05.f006.nc .........OK Comparing sfc.nest05.f006.nc .........OK - 0: The total amount of wall time = 524.309223 - 0: The maximum resident set size (KB) = 456996 + 0: The total amount of wall time = 521.478256 + 0: The maximum resident set size (KB) = 268064 -Test 105 hafs_global_multiple_4nests_atm PASS +Test 104 hafs_global_multiple_4nests_atm PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/hafs_regional_docn -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_176078/hafs_regional_docn -Checking test 106 hafs_regional_docn results .... +baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/hafs_regional_docn +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/hafs_regional_docn +Checking test 105 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 = 335.783870 - 0: The maximum resident set size (KB) = 888900 + 0: The total amount of wall time = 329.408111 + 0: The maximum resident set size (KB) = 720736 -Test 106 hafs_regional_docn PASS +Test 105 hafs_regional_docn PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/hafs_regional_docn_oisst -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_176078/hafs_regional_docn_oisst -Checking test 107 hafs_regional_docn_oisst results .... +baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/hafs_regional_docn_oisst +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/hafs_regional_docn_oisst +Checking test 106 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 = 334.848140 - 0: The maximum resident set size (KB) = 888984 + 0: The total amount of wall time = 329.053394 + 0: The maximum resident set size (KB) = 728204 -Test 107 hafs_regional_docn_oisst PASS +Test 106 hafs_regional_docn_oisst PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/hafs_regional_datm_cdeps -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_176078/hafs_regional_datm_cdeps -Checking test 108 hafs_regional_datm_cdeps results .... +baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/hafs_regional_datm_cdeps +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/hafs_regional_datm_cdeps +Checking test 107 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 = 923.563594 - 0: The maximum resident set size (KB) = 870608 + 0: The total amount of wall time = 928.504787 + 0: The maximum resident set size (KB) = 855476 -Test 108 hafs_regional_datm_cdeps PASS +Test 107 hafs_regional_datm_cdeps PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/datm_cdeps_control_cfsr -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_176078/datm_cdeps_control_cfsr -Checking test 109 datm_cdeps_control_cfsr results .... +baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/datm_cdeps_control_cfsr +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/datm_cdeps_control_cfsr +Checking test 108 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 = 143.586521 - 0: The maximum resident set size (KB) = 736800 + 0: The total amount of wall time = 143.005555 + 0: The maximum resident set size (KB) = 720048 -Test 109 datm_cdeps_control_cfsr PASS +Test 108 datm_cdeps_control_cfsr PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/datm_cdeps_control_cfsr -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_176078/datm_cdeps_restart_cfsr -Checking test 110 datm_cdeps_restart_cfsr results .... +baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/datm_cdeps_control_cfsr +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/datm_cdeps_restart_cfsr +Checking test 109 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 = 97.223692 - 0: The maximum resident set size (KB) = 718776 + 0: The total amount of wall time = 98.312383 + 0: The maximum resident set size (KB) = 719772 -Test 110 datm_cdeps_restart_cfsr PASS +Test 109 datm_cdeps_restart_cfsr PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/datm_cdeps_control_gefs -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_176078/datm_cdeps_control_gefs -Checking test 111 datm_cdeps_control_gefs results .... +baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/datm_cdeps_control_gefs +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/datm_cdeps_control_gefs +Checking test 110 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 = 138.291395 - 0: The maximum resident set size (KB) = 623328 + 0: The total amount of wall time = 140.792872 + 0: The maximum resident set size (KB) = 621420 -Test 111 datm_cdeps_control_gefs PASS +Test 110 datm_cdeps_control_gefs PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/datm_cdeps_stochy_gefs -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_176078/datm_cdeps_stochy_gefs -Checking test 112 datm_cdeps_stochy_gefs results .... +baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/datm_cdeps_stochy_gefs +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/datm_cdeps_stochy_gefs +Checking test 111 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 = 140.374816 - 0: The maximum resident set size (KB) = 619876 + 0: The total amount of wall time = 145.298465 + 0: The maximum resident set size (KB) = 622576 -Test 112 datm_cdeps_stochy_gefs PASS +Test 111 datm_cdeps_stochy_gefs PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/datm_cdeps_bulk_cfsr -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_176078/datm_cdeps_bulk_cfsr -Checking test 113 datm_cdeps_bulk_cfsr results .... +baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/datm_cdeps_bulk_cfsr +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/datm_cdeps_bulk_cfsr +Checking test 112 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 = 145.114860 - 0: The maximum resident set size (KB) = 716724 + 0: The total amount of wall time = 144.951157 + 0: The maximum resident set size (KB) = 717720 -Test 113 datm_cdeps_bulk_cfsr PASS +Test 112 datm_cdeps_bulk_cfsr PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/datm_cdeps_bulk_gefs -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_176078/datm_cdeps_bulk_gefs -Checking test 114 datm_cdeps_bulk_gefs results .... +baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/datm_cdeps_bulk_gefs +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/datm_cdeps_bulk_gefs +Checking test 113 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 = 140.919893 - 0: The maximum resident set size (KB) = 623044 + 0: The total amount of wall time = 144.339065 + 0: The maximum resident set size (KB) = 621104 -Test 114 datm_cdeps_bulk_gefs PASS +Test 113 datm_cdeps_bulk_gefs PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/datm_cdeps_mx025_cfsr -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_176078/datm_cdeps_mx025_cfsr -Checking test 115 datm_cdeps_mx025_cfsr results .... +baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/datm_cdeps_mx025_cfsr +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/datm_cdeps_mx025_cfsr +Checking test 114 datm_cdeps_mx025_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/MOM.res_1.nc .........OK Comparing RESTART/MOM.res_2.nc .........OK @@ -3107,15 +3067,15 @@ Checking test 115 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 = 298.616716 - 0: The maximum resident set size (KB) = 633444 + 0: The total amount of wall time = 304.121919 + 0: The maximum resident set size (KB) = 567560 -Test 115 datm_cdeps_mx025_cfsr PASS +Test 114 datm_cdeps_mx025_cfsr PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/datm_cdeps_mx025_gefs -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_176078/datm_cdeps_mx025_gefs -Checking test 116 datm_cdeps_mx025_gefs results .... +baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/datm_cdeps_mx025_gefs +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/datm_cdeps_mx025_gefs +Checking test 115 datm_cdeps_mx025_gefs results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/MOM.res_1.nc .........OK Comparing RESTART/MOM.res_2.nc .........OK @@ -3123,52 +3083,52 @@ Checking test 116 datm_cdeps_mx025_gefs results .... Comparing RESTART/iced.2011-10-01-43200.nc .........OK Comparing RESTART/DATM_GEFS.cpl.r.2011-10-01-43200.nc .........OK - 0: The total amount of wall time = 296.890073 - 0: The maximum resident set size (KB) = 593700 + 0: The total amount of wall time = 293.097098 + 0: The maximum resident set size (KB) = 530200 -Test 116 datm_cdeps_mx025_gefs PASS +Test 115 datm_cdeps_mx025_gefs PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/datm_cdeps_control_cfsr -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_176078/datm_cdeps_multiple_files_cfsr -Checking test 117 datm_cdeps_multiple_files_cfsr results .... +baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/datm_cdeps_control_cfsr +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/datm_cdeps_multiple_files_cfsr +Checking test 116 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 = 141.484435 - 0: The maximum resident set size (KB) = 721092 + 0: The total amount of wall time = 141.839456 + 0: The maximum resident set size (KB) = 739316 -Test 117 datm_cdeps_multiple_files_cfsr PASS +Test 116 datm_cdeps_multiple_files_cfsr PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/datm_cdeps_3072x1536_cfsr -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_176078/datm_cdeps_3072x1536_cfsr -Checking test 118 datm_cdeps_3072x1536_cfsr results .... +baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/datm_cdeps_3072x1536_cfsr +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/datm_cdeps_3072x1536_cfsr +Checking test 117 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 = 190.886386 - 0: The maximum resident set size (KB) = 1830520 + 0: The total amount of wall time = 187.849153 + 0: The maximum resident set size (KB) = 1835124 -Test 118 datm_cdeps_3072x1536_cfsr PASS +Test 117 datm_cdeps_3072x1536_cfsr PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/datm_cdeps_debug_cfsr -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_176078/datm_cdeps_debug_cfsr -Checking test 119 datm_cdeps_debug_cfsr results .... +baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/datm_cdeps_debug_cfsr +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/datm_cdeps_debug_cfsr +Checking test 118 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 = 450.180252 - 0: The maximum resident set size (KB) = 729956 + 0: The total amount of wall time = 441.499541 + 0: The maximum resident set size (KB) = 747164 -Test 119 datm_cdeps_debug_cfsr PASS +Test 118 datm_cdeps_debug_cfsr PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/control_atmwav -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_176078/control_atmwav -Checking test 120 control_atmwav results .... +baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/control_atmwav +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/control_atmwav +Checking test 119 control_atmwav results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK Comparing atmf000.nc .........OK @@ -3211,15 +3171,15 @@ Checking test 120 control_atmwav results .... Comparing RESTART/sfc_data.tile6.nc .........OK Comparing 20210322.180000.restart.glo_1deg .........OK - 0: The total amount of wall time = 79.638319 - 0: The maximum resident set size (KB) = 567052 + 0: The total amount of wall time = 79.969018 + 0: The maximum resident set size (KB) = 494908 -Test 120 control_atmwav PASS +Test 119 control_atmwav PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/control_c384gdas_wav -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_176078/control_c384gdas_wav -Checking test 121 control_c384gdas_wav results .... +baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/control_c384gdas_wav +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/control_c384gdas_wav +Checking test 120 control_c384gdas_wav results .... Comparing sfcf000.nc .........OK Comparing sfcf003.nc .........OK Comparing atmf000.nc .........OK @@ -3264,12 +3224,12 @@ Checking test 121 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 = 676.387456 - 0: The maximum resident set size (KB) = 1224640 + 0: The total amount of wall time = 678.444309 + 0: The maximum resident set size (KB) = 1021892 -Test 121 control_c384gdas_wav PASS +Test 120 control_c384gdas_wav PASS REGRESSION TEST WAS SUCCESSFUL -Thu Feb 24 19:44:53 CST 2022 -Elapsed time: 01h:08m:11s. Have a nice day! +Tue Mar 1 18:36:13 CST 2022 +Elapsed time: 01h:44m:38s. Have a nice day! From d521676bf0c3590f2e8a062c77e5eebeeca73366 Mon Sep 17 00:00:00 2001 From: Jessica Meixner Date: Wed, 2 Mar 2022 13:59:08 +0000 Subject: [PATCH 073/106] hera log --- tests/RegressionTests_hera.intel.log | 1534 +++++++++++++------------- 1 file changed, 747 insertions(+), 787 deletions(-) diff --git a/tests/RegressionTests_hera.intel.log b/tests/RegressionTests_hera.intel.log index 3e8c5c42d9..44db79b0fc 100644 --- a/tests/RegressionTests_hera.intel.log +++ b/tests/RegressionTests_hera.intel.log @@ -1,24 +1,24 @@ -Fri Feb 25 03:05:57 UTC 2022 +Wed Mar 2 02:16:36 UTC 2022 Start Regression test -Compile 001 elapsed time 462 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 178 seconds. -DAPP=S2S -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v16_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile 003 elapsed time 386 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 377 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 392 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 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 202 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 143 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 412 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 412 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 197 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 013 elapsed time 92 seconds. -DAPP=NG-GODAS -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile 014 elapsed time 388 seconds. -DAPP=ATMW -DCCPP_SUITES=FV3_GFS_v16 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 015 elapsed time 418 seconds. -DAPP=ATMAERO -DCCPP_SUITES=FV3_GFS_v16 -DMPI=ON -DCMAKE_BUILD_TYPE=Release - -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/cpld_control_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10488/cpld_control_p8 +Compile 001 elapsed time 467 seconds. -DAPP=S2SW -DUFS_GOCART=ON -DCCPP_SUITES=FV3_GFS_v16_coupled_nsstNoahmpUGWPv1,FV3_GFS_v16_coupled_p7_rrtmgp,FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 002 elapsed time 191 seconds. -DAPP=S2S -DDEBUG=ON -DUFS_GOCART=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile 003 elapsed time 378 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_v17_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 004 elapsed time 371 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 385 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 350 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 175 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_v17_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 008 elapsed time 173 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 153 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 423 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 431 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 193 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 013 elapsed time 91 seconds. -DAPP=NG-GODAS -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile 014 elapsed time 412 seconds. -DAPP=ATMW -DCCPP_SUITES=FV3_GFS_v16 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 015 elapsed time 420 seconds. -DAPP=ATMAERO -DCCPP_SUITES=FV3_GFS_v16 -DMPI=ON -DCMAKE_BUILD_TYPE=Release + +baseline dir = /scratch1/NCEPDEV/stmp4/Jessica.Meixner/FV3_RT/REGRESSION_TEST_INTEL/cpld_control_p8 +working dir = /scratch1/NCEPDEV/stmp2/Jessica.Meixner/FV3_RT/rt_23324/cpld_control_p8 Checking test 001 cpld_control_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -79,18 +79,19 @@ Checking test 001 cpld_control_p8 results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2021-03-23-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK + Comparing gocart.inst_aod.20210323_0600z.nc4 .........OK Comparing 20210323.060000.out_grd.glo_1deg .........OK Comparing 20210323.060000.out_pnt.points .........OK Comparing 20210323.060000.restart.glo_1deg .........OK - 0: The total amount of wall time = 213.088036 - 0: The maximum resident set size (KB) = 560360 + 0: The total amount of wall time = 327.042633 + 0: The maximum resident set size (KB) = 1106748 Test 001 cpld_control_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/cpld_control_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10488/cpld_2threads_p8 +baseline dir = /scratch1/NCEPDEV/stmp4/Jessica.Meixner/FV3_RT/REGRESSION_TEST_INTEL/cpld_control_p8 +working dir = /scratch1/NCEPDEV/stmp2/Jessica.Meixner/FV3_RT/rt_23324/cpld_2threads_p8 Checking test 002 cpld_2threads_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -139,18 +140,19 @@ Checking test 002 cpld_2threads_p8 results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2021-03-23-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK + Comparing gocart.inst_aod.20210323_0600z.nc4 .........OK Comparing 20210323.060000.out_grd.glo_1deg .........OK Comparing 20210323.060000.out_pnt.points .........OK Comparing 20210323.060000.restart.glo_1deg .........OK - 0: The total amount of wall time = 242.587649 - 0: The maximum resident set size (KB) = 646540 + 0: The total amount of wall time = 410.830794 + 0: The maximum resident set size (KB) = 1685776 Test 002 cpld_2threads_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/cpld_control_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10488/cpld_decomp_p8 +baseline dir = /scratch1/NCEPDEV/stmp4/Jessica.Meixner/FV3_RT/REGRESSION_TEST_INTEL/cpld_control_p8 +working dir = /scratch1/NCEPDEV/stmp2/Jessica.Meixner/FV3_RT/rt_23324/cpld_decomp_p8 Checking test 003 cpld_decomp_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -199,18 +201,19 @@ Checking test 003 cpld_decomp_p8 results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2021-03-23-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK + Comparing gocart.inst_aod.20210323_0600z.nc4 .........OK Comparing 20210323.060000.out_grd.glo_1deg .........OK Comparing 20210323.060000.out_pnt.points .........OK Comparing 20210323.060000.restart.glo_1deg .........OK - 0: The total amount of wall time = 217.518275 - 0: The maximum resident set size (KB) = 564368 + 0: The total amount of wall time = 327.435225 + 0: The maximum resident set size (KB) = 1097052 Test 003 cpld_decomp_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/cpld_control_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10488/cpld_mpi_p8 +baseline dir = /scratch1/NCEPDEV/stmp4/Jessica.Meixner/FV3_RT/REGRESSION_TEST_INTEL/cpld_control_p8 +working dir = /scratch1/NCEPDEV/stmp2/Jessica.Meixner/FV3_RT/rt_23324/cpld_mpi_p8 Checking test 004 cpld_mpi_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -259,18 +262,19 @@ Checking test 004 cpld_mpi_p8 results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2021-03-23-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK + Comparing gocart.inst_aod.20210323_0600z.nc4 .........OK Comparing 20210323.060000.out_grd.glo_1deg .........OK Comparing 20210323.060000.out_pnt.points .........OK Comparing 20210323.060000.restart.glo_1deg .........OK - 0: The total amount of wall time = 184.885548 - 0: The maximum resident set size (KB) = 540584 + 0: The total amount of wall time = 275.400742 + 0: The maximum resident set size (KB) = 1017436 Test 004 cpld_mpi_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/cpld_control_p7_rrtmgp -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10488/cpld_control_p7_rrtmgp +baseline dir = /scratch1/NCEPDEV/stmp4/Jessica.Meixner/FV3_RT/REGRESSION_TEST_INTEL/cpld_control_p7_rrtmgp +working dir = /scratch1/NCEPDEV/stmp2/Jessica.Meixner/FV3_RT/rt_23324/cpld_control_p7_rrtmgp Checking test 005 cpld_control_p7_rrtmgp results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -323,14 +327,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 = 254.045040 - 0: The maximum resident set size (KB) = 664948 + 0: The total amount of wall time = 245.347660 + 0: The maximum resident set size (KB) = 662392 Test 005 cpld_control_p7_rrtmgp PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/cpld_bmark_p7 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10488/cpld_bmark_p7 +baseline dir = /scratch1/NCEPDEV/stmp4/Jessica.Meixner/FV3_RT/REGRESSION_TEST_INTEL/cpld_bmark_p7 +working dir = /scratch1/NCEPDEV/stmp2/Jessica.Meixner/FV3_RT/rt_23324/cpld_bmark_p7 Checking test 006 cpld_bmark_p7 results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK @@ -375,17 +379,18 @@ 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 = 863.289327 - 0: The maximum resident set size (KB) = 1234276 + 0: The total amount of wall time = 858.895611 + 0: The maximum resident set size (KB) = 1228052 Test 006 cpld_bmark_p7 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/cpld_bmark_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10488/cpld_bmark_p8 +baseline dir = /scratch1/NCEPDEV/stmp4/Jessica.Meixner/FV3_RT/REGRESSION_TEST_INTEL/cpld_bmark_p8 +working dir = /scratch1/NCEPDEV/stmp2/Jessica.Meixner/FV3_RT/rt_23324/cpld_bmark_p8 Checking test 007 cpld_bmark_p8 results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK + Comparing gocart.inst_aod.20130401_0600z.nc4 .........OK Comparing 20130401.060000.out_grd.gwes_30m .........OK Comparing 20130401.060000.out_pnt.points .........OK Comparing RESTART/coupler.res .........OK @@ -427,67 +432,15 @@ 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 = 863.835812 - 0: The maximum resident set size (KB) = 1233204 + 0: The total amount of wall time = 1000.938804 + 0: The maximum resident set size (KB) = 2809736 Test 007 cpld_bmark_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/cpld_bmark_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10488/cpld_bmark_mpi_p8 -Checking test 008 cpld_bmark_mpi_p8 results .... - Comparing sfcf006.nc .........OK - Comparing atmf006.nc .........OK - Comparing 20130401.060000.out_grd.gwes_30m .........OK - Comparing 20130401.060000.out_pnt.points .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - Comparing RESTART/MOM.res.nc .........OK - Comparing RESTART/MOM.res_1.nc .........OK - Comparing RESTART/MOM.res_2.nc .........OK - Comparing RESTART/MOM.res_3.nc .........OK - Comparing RESTART/iced.2013-04-01-21600.nc .........OK - Comparing RESTART/ufs.cpld.cpl.r.2013-04-01-21600.nc .........OK - - 0: The total amount of wall time = 845.186900 - 0: The maximum resident set size (KB) = 1232556 - -Test 008 cpld_bmark_mpi_p8 PASS - - -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/cpld_control_c96_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10488/cpld_control_c96_p8 -Checking test 009 cpld_control_c96_p8 results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Jessica.Meixner/FV3_RT/REGRESSION_TEST_INTEL/cpld_control_c96_p8 +working dir = /scratch1/NCEPDEV/stmp2/Jessica.Meixner/FV3_RT/rt_23324/cpld_control_c96_p8 +Checking test 008 cpld_control_c96_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK Comparing sfcf021.tile3.nc .........OK @@ -512,6 +465,7 @@ Checking test 009 cpld_control_c96_p8 results .... Comparing atmf024.tile4.nc .........OK Comparing atmf024.tile5.nc .........OK Comparing atmf024.tile6.nc .........OK + Comparing gocart.inst_aod.20210323_0600z.nc4 .........OK Comparing RESTART/coupler.res .........OK Comparing RESTART/fv_core.res.nc .........OK Comparing RESTART/fv_core.res.tile1.nc .........OK @@ -548,15 +502,15 @@ 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 = 208.688108 - 0: The maximum resident set size (KB) = 557552 + 0: The total amount of wall time = 320.001746 + 0: The maximum resident set size (KB) = 1118048 -Test 009 cpld_control_c96_p8 PASS +Test 008 cpld_control_c96_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/cpld_control_c96_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10488/cpld_restart_c96_p8 -Checking test 010 cpld_restart_c96_p8 results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Jessica.Meixner/FV3_RT/REGRESSION_TEST_INTEL/cpld_control_c96_p8 +working dir = /scratch1/NCEPDEV/stmp2/Jessica.Meixner/FV3_RT/rt_23324/cpld_restart_c96_p8 +Checking test 009 cpld_restart_c96_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK Comparing sfcf024.tile3.nc .........OK @@ -569,6 +523,7 @@ Checking test 010 cpld_restart_c96_p8 results .... Comparing atmf024.tile4.nc .........OK Comparing atmf024.tile5.nc .........OK Comparing atmf024.tile6.nc .........OK + Comparing gocart.inst_aod.20210323_0600z.nc4 .........OK Comparing RESTART/coupler.res .........OK Comparing RESTART/fv_core.res.nc .........OK Comparing RESTART/fv_core.res.tile1.nc .........OK @@ -605,15 +560,15 @@ 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 = 110.575302 - 0: The maximum resident set size (KB) = 328420 + 0: The total amount of wall time = 176.994915 + 0: The maximum resident set size (KB) = 1082448 -Test 010 cpld_restart_c96_p8 PASS +Test 009 cpld_restart_c96_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/cpld_control_c192_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10488/cpld_control_c192_p8 -Checking test 011 cpld_control_c192_p8 results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Jessica.Meixner/FV3_RT/REGRESSION_TEST_INTEL/cpld_control_c192_p8 +working dir = /scratch1/NCEPDEV/stmp2/Jessica.Meixner/FV3_RT/rt_23324/cpld_control_c192_p8 +Checking test 010 cpld_control_c192_p8 results .... Comparing sfcf036.tile1.nc .........OK Comparing sfcf036.tile2.nc .........OK Comparing sfcf036.tile3.nc .........OK @@ -626,6 +581,7 @@ Checking test 011 cpld_control_c192_p8 results .... Comparing atmf036.tile4.nc .........OK Comparing atmf036.tile5.nc .........OK Comparing atmf036.tile6.nc .........OK + Comparing gocart.inst_aod.20210323_1800z.nc4 .........OK Comparing RESTART/coupler.res .........OK Comparing RESTART/fv_core.res.nc .........OK Comparing RESTART/fv_core.res.tile1.nc .........OK @@ -662,15 +618,15 @@ 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 = 845.484279 - 0: The maximum resident set size (KB) = 728828 + 0: The total amount of wall time = 1424.589363 + 0: The maximum resident set size (KB) = 1568540 -Test 011 cpld_control_c192_p8 PASS +Test 010 cpld_control_c192_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/cpld_control_c192_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10488/cpld_restart_c192_p8 -Checking test 012 cpld_restart_c192_p8 results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Jessica.Meixner/FV3_RT/REGRESSION_TEST_INTEL/cpld_control_c192_p8 +working dir = /scratch1/NCEPDEV/stmp2/Jessica.Meixner/FV3_RT/rt_23324/cpld_restart_c192_p8 +Checking test 011 cpld_restart_c192_p8 results .... Comparing sfcf036.tile1.nc .........OK Comparing sfcf036.tile2.nc .........OK Comparing sfcf036.tile3.nc .........OK @@ -683,6 +639,7 @@ Checking test 012 cpld_restart_c192_p8 results .... Comparing atmf036.tile4.nc .........OK Comparing atmf036.tile5.nc .........OK Comparing atmf036.tile6.nc .........OK + Comparing gocart.inst_aod.20210323_1800z.nc4 .........OK Comparing RESTART/coupler.res .........OK Comparing RESTART/fv_core.res.nc .........OK Comparing RESTART/fv_core.res.tile1.nc .........OK @@ -719,17 +676,18 @@ 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 = 569.490167 - 0: The maximum resident set size (KB) = 832948 + 0: The total amount of wall time = 934.039696 + 0: The maximum resident set size (KB) = 1793996 -Test 012 cpld_restart_c192_p8 PASS +Test 011 cpld_restart_c192_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/cpld_control_c384_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10488/cpld_control_c384_p8 -Checking test 013 cpld_control_c384_p8 results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Jessica.Meixner/FV3_RT/REGRESSION_TEST_INTEL/cpld_control_c384_p8 +working dir = /scratch1/NCEPDEV/stmp2/Jessica.Meixner/FV3_RT/rt_23324/cpld_control_c384_p8 +Checking test 012 cpld_control_c384_p8 results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK + Comparing gocart.inst_aod.20210322_1200z.nc4 .........OK Comparing RESTART/coupler.res .........OK Comparing RESTART/fv_core.res.nc .........OK Comparing RESTART/fv_core.res.tile1.nc .........OK @@ -769,17 +727,18 @@ 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 = 1027.470915 - 0: The maximum resident set size (KB) = 1246124 + 0: The total amount of wall time = 1135.568468 + 0: The maximum resident set size (KB) = 2789440 -Test 013 cpld_control_c384_p8 PASS +Test 012 cpld_control_c384_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/cpld_control_c384_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10488/cpld_restart_c384_p8 -Checking test 014 cpld_restart_c384_p8 results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Jessica.Meixner/FV3_RT/REGRESSION_TEST_INTEL/cpld_control_c384_p8 +working dir = /scratch1/NCEPDEV/stmp2/Jessica.Meixner/FV3_RT/rt_23324/cpld_restart_c384_p8 +Checking test 013 cpld_restart_c384_p8 results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK + Comparing gocart.inst_aod.20210322_1200z.nc4 .........OK Comparing RESTART/coupler.res .........OK Comparing RESTART/fv_core.res.nc .........OK Comparing RESTART/fv_core.res.tile1.nc .........OK @@ -819,15 +778,15 @@ 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 = 540.078403 - 0: The maximum resident set size (KB) = 1205716 + 0: The total amount of wall time = 648.539742 + 0: The maximum resident set size (KB) = 2761892 -Test 014 cpld_restart_c384_p8 PASS +Test 013 cpld_restart_c384_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/cpld_debug_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10488/cpld_debug_p8 -Checking test 015 cpld_debug_p8 results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Jessica.Meixner/FV3_RT/REGRESSION_TEST_INTEL/cpld_debug_p8 +working dir = /scratch1/NCEPDEV/stmp2/Jessica.Meixner/FV3_RT/rt_23324/cpld_debug_p8 +Checking test 014 cpld_debug_p8 results .... Comparing sfcf006.tile1.nc .........OK Comparing sfcf006.tile2.nc .........OK Comparing sfcf006.tile3.nc .........OK @@ -840,6 +799,7 @@ Checking test 015 cpld_debug_p8 results .... Comparing atmf006.tile4.nc .........OK Comparing atmf006.tile5.nc .........OK Comparing atmf006.tile6.nc .........OK + Comparing gocart.inst_aod.20210322_1200z.nc4 .........OK Comparing RESTART/coupler.res .........OK Comparing RESTART/fv_core.res.nc .........OK Comparing RESTART/fv_core.res.tile1.nc .........OK @@ -876,15 +836,15 @@ 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 = 604.530917 - 0: The maximum resident set size (KB) = 614980 + 0: The total amount of wall time = 1030.653140 + 0: The maximum resident set size (KB) = 1185868 -Test 015 cpld_debug_p8 PASS +Test 014 cpld_debug_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10488/control -Checking test 016 control results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Jessica.Meixner/FV3_RT/REGRESSION_TEST_INTEL/control +working dir = /scratch1/NCEPDEV/stmp2/Jessica.Meixner/FV3_RT/rt_23324/control +Checking test 015 control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -930,15 +890,15 @@ 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 = 128.794973 - 0: The maximum resident set size (KB) = 463452 + 0: The total amount of wall time = 127.332354 + 0: The maximum resident set size (KB) = 462100 -Test 016 control PASS +Test 015 control PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10488/control_decomp -Checking test 017 control_decomp results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Jessica.Meixner/FV3_RT/REGRESSION_TEST_INTEL/control +working dir = /scratch1/NCEPDEV/stmp2/Jessica.Meixner/FV3_RT/rt_23324/control_decomp +Checking test 016 control_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -980,29 +940,29 @@ 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.635605 - 0: The maximum resident set size (KB) = 463356 + 0: The total amount of wall time = 126.932091 + 0: The maximum resident set size (KB) = 464256 -Test 017 control_decomp PASS +Test 016 control_decomp PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10488/control_2dwrtdecomp -Checking test 018 control_2dwrtdecomp results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Jessica.Meixner/FV3_RT/REGRESSION_TEST_INTEL/control +working dir = /scratch1/NCEPDEV/stmp2/Jessica.Meixner/FV3_RT/rt_23324/control_2dwrtdecomp +Checking test 017 control_2dwrtdecomp results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK Comparing atmf024.nc .........OK - 0: The total amount of wall time = 116.570974 - 0: The maximum resident set size (KB) = 462080 + 0: The total amount of wall time = 116.033991 + 0: The maximum resident set size (KB) = 463564 -Test 018 control_2dwrtdecomp PASS +Test 017 control_2dwrtdecomp PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10488/control_2threads -Checking test 019 control_2threads results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Jessica.Meixner/FV3_RT/REGRESSION_TEST_INTEL/control +working dir = /scratch1/NCEPDEV/stmp2/Jessica.Meixner/FV3_RT/rt_23324/control_2threads +Checking test 018 control_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -1044,15 +1004,15 @@ Checking test 019 control_2threads results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 151.226473 - 0: The maximum resident set size (KB) = 515444 + 0: The total amount of wall time = 150.479956 + 0: The maximum resident set size (KB) = 515984 -Test 019 control_2threads PASS +Test 018 control_2threads PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10488/control_restart -Checking test 020 control_restart results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Jessica.Meixner/FV3_RT/REGRESSION_TEST_INTEL/control +working dir = /scratch1/NCEPDEV/stmp2/Jessica.Meixner/FV3_RT/rt_23324/control_restart +Checking test 019 control_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK Comparing GFSFLX.GrbF24 .........OK @@ -1090,15 +1050,15 @@ Checking test 020 control_restart results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 64.440513 - 0: The maximum resident set size (KB) = 202688 + 0: The total amount of wall time = 64.225367 + 0: The maximum resident set size (KB) = 203712 -Test 020 control_restart PASS +Test 019 control_restart PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10488/control_fhzero -Checking test 021 control_fhzero results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Jessica.Meixner/FV3_RT/REGRESSION_TEST_INTEL/control +working dir = /scratch1/NCEPDEV/stmp2/Jessica.Meixner/FV3_RT/rt_23324/control_fhzero +Checking test 020 control_fhzero results .... Comparing sfcf000.nc ............ALT CHECK......OK Comparing sfcf021.nc ............ALT CHECK......OK Comparing atmf000.nc .........OK @@ -1140,15 +1100,15 @@ Checking test 021 control_fhzero results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 121.855296 - 0: The maximum resident set size (KB) = 460164 + 0: The total amount of wall time = 116.845310 + 0: The maximum resident set size (KB) = 464332 -Test 021 control_fhzero PASS +Test 020 control_fhzero PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/control_CubedSphereGrid -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10488/control_CubedSphereGrid -Checking test 022 control_CubedSphereGrid results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Jessica.Meixner/FV3_RT/REGRESSION_TEST_INTEL/control_CubedSphereGrid +working dir = /scratch1/NCEPDEV/stmp2/Jessica.Meixner/FV3_RT/rt_23324/control_CubedSphereGrid +Checking test 021 control_CubedSphereGrid results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK Comparing sfcf000.tile3.nc .........OK @@ -1174,15 +1134,15 @@ Checking test 022 control_CubedSphereGrid results .... Comparing atmf024.tile5.nc .........OK Comparing atmf024.tile6.nc .........OK - 0: The total amount of wall time = 123.147577 - 0: The maximum resident set size (KB) = 462588 + 0: The total amount of wall time = 117.731665 + 0: The maximum resident set size (KB) = 460904 -Test 022 control_CubedSphereGrid PASS +Test 021 control_CubedSphereGrid PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/control_latlon -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10488/control_latlon -Checking test 023 control_latlon results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Jessica.Meixner/FV3_RT/REGRESSION_TEST_INTEL/control_latlon +working dir = /scratch1/NCEPDEV/stmp2/Jessica.Meixner/FV3_RT/rt_23324/control_latlon +Checking test 022 control_latlon results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -1192,15 +1152,15 @@ Checking test 023 control_latlon results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 119.391946 - 0: The maximum resident set size (KB) = 461524 + 0: The total amount of wall time = 120.213916 + 0: The maximum resident set size (KB) = 465736 -Test 023 control_latlon PASS +Test 022 control_latlon PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/control_wrtGauss_netcdf_parallel -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10488/control_wrtGauss_netcdf_parallel -Checking test 024 control_wrtGauss_netcdf_parallel results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Jessica.Meixner/FV3_RT/REGRESSION_TEST_INTEL/control_wrtGauss_netcdf_parallel +working dir = /scratch1/NCEPDEV/stmp2/Jessica.Meixner/FV3_RT/rt_23324/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 .........OK @@ -1210,15 +1170,15 @@ Checking test 024 control_wrtGauss_netcdf_parallel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 123.839879 - 0: The maximum resident set size (KB) = 461776 + 0: The total amount of wall time = 122.361912 + 0: The maximum resident set size (KB) = 461420 -Test 024 control_wrtGauss_netcdf_parallel PASS +Test 023 control_wrtGauss_netcdf_parallel PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/control_c48 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10488/control_c48 -Checking test 025 control_c48 results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Jessica.Meixner/FV3_RT/REGRESSION_TEST_INTEL/control_c48 +working dir = /scratch1/NCEPDEV/stmp2/Jessica.Meixner/FV3_RT/rt_23324/control_c48 +Checking test 024 control_c48 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -1256,15 +1216,15 @@ Checking test 025 control_c48 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0: The total amount of wall time = 310.238669 -0: The maximum resident set size (KB) = 655688 +0: The total amount of wall time = 309.596060 +0: The maximum resident set size (KB) = 661760 -Test 025 control_c48 PASS +Test 024 control_c48 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/control_c192 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10488/control_c192 -Checking test 026 control_c192 results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Jessica.Meixner/FV3_RT/REGRESSION_TEST_INTEL/control_c192 +working dir = /scratch1/NCEPDEV/stmp2/Jessica.Meixner/FV3_RT/rt_23324/control_c192 +Checking test 025 control_c192 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -1274,15 +1234,15 @@ Checking test 026 control_c192 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 462.941632 - 0: The maximum resident set size (KB) = 559732 + 0: The total amount of wall time = 460.463927 + 0: The maximum resident set size (KB) = 560396 -Test 026 control_c192 PASS +Test 025 control_c192 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/control_c384 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10488/control_c384 -Checking test 027 control_c384 results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Jessica.Meixner/FV3_RT/REGRESSION_TEST_INTEL/control_c384 +working dir = /scratch1/NCEPDEV/stmp2/Jessica.Meixner/FV3_RT/rt_23324/control_c384 +Checking test 026 control_c384 results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK Comparing atmf000.nc .........OK @@ -1292,15 +1252,15 @@ Checking test 027 control_c384 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 777.835939 - 0: The maximum resident set size (KB) = 807784 + 0: The total amount of wall time = 750.305339 + 0: The maximum resident set size (KB) = 824984 -Test 027 control_c384 PASS +Test 026 control_c384 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/control_c384gdas -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10488/control_c384gdas -Checking test 028 control_c384gdas results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Jessica.Meixner/FV3_RT/REGRESSION_TEST_INTEL/control_c384gdas +working dir = /scratch1/NCEPDEV/stmp2/Jessica.Meixner/FV3_RT/rt_23324/control_c384gdas +Checking test 027 control_c384gdas results .... Comparing sfcf000.nc .........OK Comparing sfcf006.nc .........OK Comparing atmf000.nc .........OK @@ -1342,15 +1302,15 @@ Checking test 028 control_c384gdas results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 675.697239 - 0: The maximum resident set size (KB) = 968080 + 0: The total amount of wall time = 666.638164 + 0: The maximum resident set size (KB) = 967520 -Test 028 control_c384gdas PASS +Test 027 control_c384gdas PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/control_stochy -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10488/control_stochy -Checking test 029 control_stochy results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Jessica.Meixner/FV3_RT/REGRESSION_TEST_INTEL/control_stochy +working dir = /scratch1/NCEPDEV/stmp2/Jessica.Meixner/FV3_RT/rt_23324/control_stochy +Checking test 028 control_stochy results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK Comparing atmf000.nc .........OK @@ -1360,29 +1320,29 @@ Checking test 029 control_stochy results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 83.489769 - 0: The maximum resident set size (KB) = 463636 + 0: The total amount of wall time = 81.388414 + 0: The maximum resident set size (KB) = 467240 -Test 029 control_stochy PASS +Test 028 control_stochy PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/control_stochy -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10488/control_stochy_restart -Checking test 030 control_stochy_restart results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Jessica.Meixner/FV3_RT/REGRESSION_TEST_INTEL/control_stochy +working dir = /scratch1/NCEPDEV/stmp2/Jessica.Meixner/FV3_RT/rt_23324/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 = 44.439652 - 0: The maximum resident set size (KB) = 240428 + 0: The total amount of wall time = 44.006161 + 0: The maximum resident set size (KB) = 245660 -Test 030 control_stochy_restart PASS +Test 029 control_stochy_restart PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/control_lndp -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10488/control_lndp -Checking test 031 control_lndp results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Jessica.Meixner/FV3_RT/REGRESSION_TEST_INTEL/control_lndp +working dir = /scratch1/NCEPDEV/stmp2/Jessica.Meixner/FV3_RT/rt_23324/control_lndp +Checking test 030 control_lndp results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK Comparing atmf000.nc .........OK @@ -1392,15 +1352,15 @@ Checking test 031 control_lndp results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 76.406776 - 0: The maximum resident set size (KB) = 470724 + 0: The total amount of wall time = 72.460150 + 0: The maximum resident set size (KB) = 470120 -Test 031 control_lndp PASS +Test 030 control_lndp PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/control_iovr4 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10488/control_iovr4 -Checking test 032 control_iovr4 results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Jessica.Meixner/FV3_RT/REGRESSION_TEST_INTEL/control_iovr4 +working dir = /scratch1/NCEPDEV/stmp2/Jessica.Meixner/FV3_RT/rt_23324/control_iovr4 +Checking test 031 control_iovr4 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -1414,15 +1374,15 @@ Checking test 032 control_iovr4 results .... Comparing GFSPRS.GrbF21 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 124.694259 - 0: The maximum resident set size (KB) = 465320 + 0: The total amount of wall time = 120.912510 + 0: The maximum resident set size (KB) = 463952 -Test 032 control_iovr4 PASS +Test 031 control_iovr4 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/control_iovr5 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10488/control_iovr5 -Checking test 033 control_iovr5 results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Jessica.Meixner/FV3_RT/REGRESSION_TEST_INTEL/control_iovr5 +working dir = /scratch1/NCEPDEV/stmp2/Jessica.Meixner/FV3_RT/rt_23324/control_iovr5 +Checking test 032 control_iovr5 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -1436,15 +1396,15 @@ Checking test 033 control_iovr5 results .... Comparing GFSPRS.GrbF21 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 125.920879 - 0: The maximum resident set size (KB) = 461208 + 0: The total amount of wall time = 122.926049 + 0: The maximum resident set size (KB) = 463280 -Test 033 control_iovr5 PASS +Test 032 control_iovr5 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/control_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10488/control_p8 -Checking test 034 control_p8 results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Jessica.Meixner/FV3_RT/REGRESSION_TEST_INTEL/control_p8 +working dir = /scratch1/NCEPDEV/stmp2/Jessica.Meixner/FV3_RT/rt_23324/control_p8 +Checking test 033 control_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -1490,15 +1450,15 @@ Checking test 034 control_p8 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 140.940979 - 0: The maximum resident set size (KB) = 487288 + 0: The total amount of wall time = 146.114197 + 0: The maximum resident set size (KB) = 846796 -Test 034 control_p8 PASS +Test 033 control_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/control_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10488/control_restart_p8 -Checking test 035 control_restart_p8 results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Jessica.Meixner/FV3_RT/REGRESSION_TEST_INTEL/control_p8 +working dir = /scratch1/NCEPDEV/stmp2/Jessica.Meixner/FV3_RT/rt_23324/control_restart_p8 +Checking test 034 control_restart_p8 results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK Comparing GFSFLX.GrbF24 .........OK @@ -1536,15 +1496,15 @@ Checking test 035 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 = 73.945886 - 0: The maximum resident set size (KB) = 292908 + 0: The total amount of wall time = 78.795336 + 0: The maximum resident set size (KB) = 597752 -Test 035 control_restart_p8 PASS +Test 034 control_restart_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/control_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10488/control_decomp_p8 -Checking test 036 control_decomp_p8 results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Jessica.Meixner/FV3_RT/REGRESSION_TEST_INTEL/control_p8 +working dir = /scratch1/NCEPDEV/stmp2/Jessica.Meixner/FV3_RT/rt_23324/control_decomp_p8 +Checking test 035 control_decomp_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -1586,15 +1546,15 @@ Checking test 036 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 = 149.608920 - 0: The maximum resident set size (KB) = 490052 + 0: The total amount of wall time = 153.292831 + 0: The maximum resident set size (KB) = 843108 -Test 036 control_decomp_p8 PASS +Test 035 control_decomp_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/control_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10488/control_2threads_p8 -Checking test 037 control_2threads_p8 results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Jessica.Meixner/FV3_RT/REGRESSION_TEST_INTEL/control_p8 +working dir = /scratch1/NCEPDEV/stmp2/Jessica.Meixner/FV3_RT/rt_23324/control_2threads_p8 +Checking test 036 control_2threads_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -1636,15 +1596,15 @@ Checking test 037 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 = 170.529233 - 0: The maximum resident set size (KB) = 570032 + 0: The total amount of wall time = 181.104261 + 0: The maximum resident set size (KB) = 921744 -Test 037 control_2threads_p8 PASS +Test 036 control_2threads_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/control_p7_rrtmgp -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10488/control_p7_rrtmgp -Checking test 038 control_p7_rrtmgp results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Jessica.Meixner/FV3_RT/REGRESSION_TEST_INTEL/control_p7_rrtmgp +working dir = /scratch1/NCEPDEV/stmp2/Jessica.Meixner/FV3_RT/rt_23324/control_p7_rrtmgp +Checking test 037 control_p7_rrtmgp results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -1690,15 +1650,15 @@ Checking test 038 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 = 177.292354 - 0: The maximum resident set size (KB) = 594716 + 0: The total amount of wall time = 171.951877 + 0: The maximum resident set size (KB) = 596008 -Test 038 control_p7_rrtmgp PASS +Test 037 control_p7_rrtmgp PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/fv3_regional_control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10488/regional_control -Checking test 039 regional_control results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Jessica.Meixner/FV3_RT/REGRESSION_TEST_INTEL/fv3_regional_control +working dir = /scratch1/NCEPDEV/stmp2/Jessica.Meixner/FV3_RT/rt_23324/regional_control +Checking test 038 regional_control results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK Comparing phyf000.nc .........OK @@ -1708,58 +1668,58 @@ Checking test 039 regional_control results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF24 .........OK - 0: The total amount of wall time = 301.834648 - 0: The maximum resident set size (KB) = 580424 + 0: The total amount of wall time = 302.225029 + 0: The maximum resident set size (KB) = 576196 -Test 039 regional_control PASS +Test 038 regional_control PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/fv3_regional_control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10488/regional_restart -Checking test 040 regional_restart results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Jessica.Meixner/FV3_RT/REGRESSION_TEST_INTEL/fv3_regional_control +working dir = /scratch1/NCEPDEV/stmp2/Jessica.Meixner/FV3_RT/rt_23324/regional_restart +Checking test 039 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 = 166.751970 - 0: The maximum resident set size (KB) = 580568 + 0: The total amount of wall time = 167.960961 + 0: The maximum resident set size (KB) = 579380 -Test 040 regional_restart PASS +Test 039 regional_restart PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/fv3_regional_control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10488/regional_control_2dwrtdecomp -Checking test 041 regional_control_2dwrtdecomp results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Jessica.Meixner/FV3_RT/REGRESSION_TEST_INTEL/fv3_regional_control +working dir = /scratch1/NCEPDEV/stmp2/Jessica.Meixner/FV3_RT/rt_23324/regional_control_2dwrtdecomp +Checking test 040 regional_control_2dwrtdecomp results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK Comparing phyf000.nc .........OK Comparing phyf024.nc .........OK - 0: The total amount of wall time = 300.736953 - 0: The maximum resident set size (KB) = 579872 + 0: The total amount of wall time = 298.732317 + 0: The maximum resident set size (KB) = 574704 -Test 041 regional_control_2dwrtdecomp PASS +Test 040 regional_control_2dwrtdecomp PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/fv3_regional_noquilt -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10488/regional_noquilt -Checking test 042 regional_noquilt results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Jessica.Meixner/FV3_RT/REGRESSION_TEST_INTEL/fv3_regional_noquilt +working dir = /scratch1/NCEPDEV/stmp2/Jessica.Meixner/FV3_RT/rt_23324/regional_noquilt +Checking test 041 regional_noquilt results .... Comparing atmos_4xdaily.nc .........OK Comparing fv3_history2d.nc .........OK Comparing fv3_history.nc .........OK Comparing RESTART/fv_core.res.tile1_new.nc .........OK Comparing RESTART/fv_tracer.res.tile1_new.nc .........OK - 0: The total amount of wall time = 312.065891 - 0: The maximum resident set size (KB) = 594148 + 0: The total amount of wall time = 312.854106 + 0: The maximum resident set size (KB) = 590792 -Test 042 regional_noquilt PASS +Test 041 regional_noquilt PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/fv3_regional_control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10488/regional_2threads -Checking test 043 regional_2threads results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Jessica.Meixner/FV3_RT/REGRESSION_TEST_INTEL/fv3_regional_control +working dir = /scratch1/NCEPDEV/stmp2/Jessica.Meixner/FV3_RT/rt_23324/regional_2threads +Checking test 042 regional_2threads results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK Comparing phyf000.nc .........OK @@ -1769,15 +1729,15 @@ Checking test 043 regional_2threads results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF24 .........OK - 0: The total amount of wall time = 225.286459 - 0: The maximum resident set size (KB) = 577460 + 0: The total amount of wall time = 233.893691 + 0: The maximum resident set size (KB) = 580892 -Test 043 regional_2threads PASS +Test 042 regional_2threads PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/fv3_regional_hafs -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10488/regional_hafs -Checking test 044 regional_hafs results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Jessica.Meixner/FV3_RT/REGRESSION_TEST_INTEL/fv3_regional_hafs +working dir = /scratch1/NCEPDEV/stmp2/Jessica.Meixner/FV3_RT/rt_23324/regional_hafs +Checking test 043 regional_hafs results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK Comparing phyf000.nc .........OK @@ -1785,29 +1745,29 @@ Checking test 044 regional_hafs results .... Comparing HURPRS.GrbF00 .........OK Comparing HURPRS.GrbF24 .........OK - 0: The total amount of wall time = 296.241318 - 0: The maximum resident set size (KB) = 576704 + 0: The total amount of wall time = 295.604622 + 0: The maximum resident set size (KB) = 573712 -Test 044 regional_hafs PASS +Test 043 regional_hafs PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/fv3_regional_netcdf_parallel -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10488/regional_netcdf_parallel -Checking test 045 regional_netcdf_parallel results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Jessica.Meixner/FV3_RT/REGRESSION_TEST_INTEL/fv3_regional_netcdf_parallel +working dir = /scratch1/NCEPDEV/stmp2/Jessica.Meixner/FV3_RT/rt_23324/regional_netcdf_parallel +Checking test 044 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 = 298.648330 - 0: The maximum resident set size (KB) = 580344 + 0: The total amount of wall time = 295.292418 + 0: The maximum resident set size (KB) = 579424 -Test 045 regional_netcdf_parallel PASS +Test 044 regional_netcdf_parallel PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/fv3_regional_RRTMGP -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10488/regional_RRTMGP -Checking test 046 regional_RRTMGP results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Jessica.Meixner/FV3_RT/REGRESSION_TEST_INTEL/fv3_regional_RRTMGP +working dir = /scratch1/NCEPDEV/stmp2/Jessica.Meixner/FV3_RT/rt_23324/regional_RRTMGP +Checking test 045 regional_RRTMGP results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK Comparing phyf000.nc .........OK @@ -1817,15 +1777,15 @@ Checking test 046 regional_RRTMGP results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF24 .........OK - 0: The total amount of wall time = 374.657090 - 0: The maximum resident set size (KB) = 699692 + 0: The total amount of wall time = 374.556441 + 0: The maximum resident set size (KB) = 698524 -Test 046 regional_RRTMGP PASS +Test 045 regional_RRTMGP PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/rap_control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10488/rap_control -Checking test 047 rap_control results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Jessica.Meixner/FV3_RT/REGRESSION_TEST_INTEL/rap_control +working dir = /scratch1/NCEPDEV/stmp2/Jessica.Meixner/FV3_RT/rt_23324/rap_control +Checking test 046 rap_control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -1871,15 +1831,15 @@ Checking test 047 rap_control results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 359.608370 - 0: The maximum resident set size (KB) = 829800 + 0: The total amount of wall time = 352.035651 + 0: The maximum resident set size (KB) = 829680 -Test 047 rap_control PASS +Test 046 rap_control PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/regional_spp_sppt_shum_skeb -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10488/regional_spp_sppt_shum_skeb -Checking test 048 regional_spp_sppt_shum_skeb results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Jessica.Meixner/FV3_RT/REGRESSION_TEST_INTEL/regional_spp_sppt_shum_skeb +working dir = /scratch1/NCEPDEV/stmp2/Jessica.Meixner/FV3_RT/rt_23324/regional_spp_sppt_shum_skeb +Checking test 047 regional_spp_sppt_shum_skeb results .... Comparing dynf000.nc .........OK Comparing dynf001.nc .........OK Comparing phyf000.nc .........OK @@ -1889,15 +1849,15 @@ Checking test 048 regional_spp_sppt_shum_skeb results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF01 .........OK - 0: The total amount of wall time = 291.781489 - 0: The maximum resident set size (KB) = 919920 + 0: The total amount of wall time = 285.972623 + 0: The maximum resident set size (KB) = 922748 -Test 048 regional_spp_sppt_shum_skeb PASS +Test 047 regional_spp_sppt_shum_skeb PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/rap_control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10488/rap_2threads -Checking test 049 rap_2threads results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Jessica.Meixner/FV3_RT/REGRESSION_TEST_INTEL/rap_control +working dir = /scratch1/NCEPDEV/stmp2/Jessica.Meixner/FV3_RT/rt_23324/rap_2threads +Checking test 048 rap_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -1943,15 +1903,15 @@ Checking test 049 rap_2threads results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 433.901353 - 0: The maximum resident set size (KB) = 900492 + 0: The total amount of wall time = 435.709902 + 0: The maximum resident set size (KB) = 898200 -Test 049 rap_2threads PASS +Test 048 rap_2threads PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/rap_control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10488/rap_restart -Checking test 050 rap_restart results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Jessica.Meixner/FV3_RT/REGRESSION_TEST_INTEL/rap_control +working dir = /scratch1/NCEPDEV/stmp2/Jessica.Meixner/FV3_RT/rt_23324/rap_restart +Checking test 049 rap_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK Comparing GFSFLX.GrbF24 .........OK @@ -1989,15 +1949,15 @@ Checking test 050 rap_restart results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 182.669067 - 0: The maximum resident set size (KB) = 580880 + 0: The total amount of wall time = 178.786107 + 0: The maximum resident set size (KB) = 581692 -Test 050 rap_restart PASS +Test 049 rap_restart PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/rap_sfcdiff -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10488/rap_sfcdiff -Checking test 051 rap_sfcdiff results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Jessica.Meixner/FV3_RT/REGRESSION_TEST_INTEL/rap_sfcdiff +working dir = /scratch1/NCEPDEV/stmp2/Jessica.Meixner/FV3_RT/rt_23324/rap_sfcdiff +Checking test 050 rap_sfcdiff results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -2043,15 +2003,15 @@ Checking test 051 rap_sfcdiff results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 357.278907 - 0: The maximum resident set size (KB) = 831800 + 0: The total amount of wall time = 356.870262 + 0: The maximum resident set size (KB) = 830896 -Test 051 rap_sfcdiff PASS +Test 050 rap_sfcdiff PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/rap_sfcdiff -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10488/rap_sfcdiff_restart -Checking test 052 rap_sfcdiff_restart results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Jessica.Meixner/FV3_RT/REGRESSION_TEST_INTEL/rap_sfcdiff +working dir = /scratch1/NCEPDEV/stmp2/Jessica.Meixner/FV3_RT/rt_23324/rap_sfcdiff_restart +Checking test 051 rap_sfcdiff_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK Comparing GFSFLX.GrbF24 .........OK @@ -2089,15 +2049,15 @@ Checking test 052 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 = 181.787770 - 0: The maximum resident set size (KB) = 580924 + 0: The total amount of wall time = 175.622559 + 0: The maximum resident set size (KB) = 584120 -Test 052 rap_sfcdiff_restart PASS +Test 051 rap_sfcdiff_restart PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/hrrr_control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10488/hrrr_control -Checking test 053 hrrr_control results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Jessica.Meixner/FV3_RT/REGRESSION_TEST_INTEL/hrrr_control +working dir = /scratch1/NCEPDEV/stmp2/Jessica.Meixner/FV3_RT/rt_23324/hrrr_control +Checking test 052 hrrr_control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -2143,15 +2103,15 @@ Checking test 053 hrrr_control results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 344.359649 - 0: The maximum resident set size (KB) = 830644 + 0: The total amount of wall time = 348.649210 + 0: The maximum resident set size (KB) = 832468 -Test 053 hrrr_control PASS +Test 052 hrrr_control PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/rrfs_v1beta -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10488/rrfs_v1beta -Checking test 054 rrfs_v1beta results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Jessica.Meixner/FV3_RT/REGRESSION_TEST_INTEL/rrfs_v1beta +working dir = /scratch1/NCEPDEV/stmp2/Jessica.Meixner/FV3_RT/rt_23324/rrfs_v1beta +Checking test 053 rrfs_v1beta results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -2197,15 +2157,15 @@ Checking test 054 rrfs_v1beta results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 351.811263 - 0: The maximum resident set size (KB) = 828488 + 0: The total amount of wall time = 354.025181 + 0: The maximum resident set size (KB) = 827052 -Test 054 rrfs_v1beta PASS +Test 053 rrfs_v1beta PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/rrfs_conus13km_hrrr_warm -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10488/rrfs_conus13km_hrrr_warm -Checking test 055 rrfs_conus13km_hrrr_warm results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Jessica.Meixner/FV3_RT/REGRESSION_TEST_INTEL/rrfs_conus13km_hrrr_warm +working dir = /scratch1/NCEPDEV/stmp2/Jessica.Meixner/FV3_RT/rt_23324/rrfs_conus13km_hrrr_warm +Checking test 054 rrfs_conus13km_hrrr_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing sfcf002.nc .........OK @@ -2213,15 +2173,15 @@ Checking test 055 rrfs_conus13km_hrrr_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 175.703641 - 0: The maximum resident set size (KB) = 663856 + 0: The total amount of wall time = 160.240856 + 0: The maximum resident set size (KB) = 662568 -Test 055 rrfs_conus13km_hrrr_warm PASS +Test 054 rrfs_conus13km_hrrr_warm PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/rrfs_conus13km_radar_tten_warm -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10488/rrfs_conus13km_radar_tten_warm -Checking test 056 rrfs_conus13km_radar_tten_warm results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Jessica.Meixner/FV3_RT/REGRESSION_TEST_INTEL/rrfs_conus13km_radar_tten_warm +working dir = /scratch1/NCEPDEV/stmp2/Jessica.Meixner/FV3_RT/rt_23324/rrfs_conus13km_radar_tten_warm +Checking test 055 rrfs_conus13km_radar_tten_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing sfcf002.nc .........OK @@ -2229,15 +2189,15 @@ Checking test 056 rrfs_conus13km_radar_tten_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 179.800925 - 0: The maximum resident set size (KB) = 665600 + 0: The total amount of wall time = 163.299285 + 0: The maximum resident set size (KB) = 666496 -Test 056 rrfs_conus13km_radar_tten_warm PASS +Test 055 rrfs_conus13km_radar_tten_warm PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/control_rrtmgp -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10488/control_rrtmgp -Checking test 057 control_rrtmgp results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Jessica.Meixner/FV3_RT/REGRESSION_TEST_INTEL/control_rrtmgp +working dir = /scratch1/NCEPDEV/stmp2/Jessica.Meixner/FV3_RT/rt_23324/control_rrtmgp +Checking test 056 control_rrtmgp results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -2247,15 +2207,15 @@ Checking test 057 control_rrtmgp results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 188.261049 - 0: The maximum resident set size (KB) = 592632 + 0: The total amount of wall time = 187.816865 + 0: The maximum resident set size (KB) = 591792 -Test 057 control_rrtmgp PASS +Test 056 control_rrtmgp PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/control_rrtmgp_c192 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10488/control_rrtmgp_c192 -Checking test 058 control_rrtmgp_c192 results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Jessica.Meixner/FV3_RT/REGRESSION_TEST_INTEL/control_rrtmgp_c192 +working dir = /scratch1/NCEPDEV/stmp2/Jessica.Meixner/FV3_RT/rt_23324/control_rrtmgp_c192 +Checking test 057 control_rrtmgp_c192 results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK Comparing atmf000.nc .........OK @@ -2265,15 +2225,15 @@ Checking test 058 control_rrtmgp_c192 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 509.034142 - 0: The maximum resident set size (KB) = 801340 + 0: The total amount of wall time = 503.746869 + 0: The maximum resident set size (KB) = 800996 -Test 058 control_rrtmgp_c192 PASS +Test 057 control_rrtmgp_c192 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/control_csawmg -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10488/control_csawmg -Checking test 059 control_csawmg results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Jessica.Meixner/FV3_RT/REGRESSION_TEST_INTEL/control_csawmg +working dir = /scratch1/NCEPDEV/stmp2/Jessica.Meixner/FV3_RT/rt_23324/control_csawmg +Checking test 058 control_csawmg results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -2283,15 +2243,15 @@ Checking test 059 control_csawmg results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 317.617779 - 0: The maximum resident set size (KB) = 533052 + 0: The total amount of wall time = 316.270281 + 0: The maximum resident set size (KB) = 534216 -Test 059 control_csawmg PASS +Test 058 control_csawmg PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/control_csawmgt -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10488/control_csawmgt -Checking test 060 control_csawmgt results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Jessica.Meixner/FV3_RT/REGRESSION_TEST_INTEL/control_csawmgt +working dir = /scratch1/NCEPDEV/stmp2/Jessica.Meixner/FV3_RT/rt_23324/control_csawmgt +Checking test 059 control_csawmgt results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -2301,15 +2261,15 @@ Checking test 060 control_csawmgt results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 311.853369 - 0: The maximum resident set size (KB) = 532288 + 0: The total amount of wall time = 308.330051 + 0: The maximum resident set size (KB) = 531564 -Test 060 control_csawmgt PASS +Test 059 control_csawmgt PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/control_flake -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10488/control_flake -Checking test 061 control_flake results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Jessica.Meixner/FV3_RT/REGRESSION_TEST_INTEL/control_flake +working dir = /scratch1/NCEPDEV/stmp2/Jessica.Meixner/FV3_RT/rt_23324/control_flake +Checking test 060 control_flake results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -2319,15 +2279,15 @@ Checking test 061 control_flake results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 229.578724 - 0: The maximum resident set size (KB) = 534952 + 0: The total amount of wall time = 232.573913 + 0: The maximum resident set size (KB) = 535256 -Test 061 control_flake PASS +Test 060 control_flake PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/control_ras -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10488/control_ras -Checking test 062 control_ras results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Jessica.Meixner/FV3_RT/REGRESSION_TEST_INTEL/control_ras +working dir = /scratch1/NCEPDEV/stmp2/Jessica.Meixner/FV3_RT/rt_23324/control_ras +Checking test 061 control_ras results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -2337,15 +2297,15 @@ Checking test 062 control_ras results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 170.685121 - 0: The maximum resident set size (KB) = 493044 + 0: The total amount of wall time = 166.464060 + 0: The maximum resident set size (KB) = 495752 -Test 062 control_ras PASS +Test 061 control_ras PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/control_thompson -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10488/control_thompson -Checking test 063 control_thompson results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Jessica.Meixner/FV3_RT/REGRESSION_TEST_INTEL/control_thompson +working dir = /scratch1/NCEPDEV/stmp2/Jessica.Meixner/FV3_RT/rt_23324/control_thompson +Checking test 062 control_thompson results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -2355,15 +2315,15 @@ Checking test 063 control_thompson results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 215.166609 - 0: The maximum resident set size (KB) = 846848 + 0: The total amount of wall time = 212.826076 + 0: The maximum resident set size (KB) = 848352 -Test 063 control_thompson PASS +Test 062 control_thompson PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/control_thompson_no_aero -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10488/control_thompson_no_aero -Checking test 064 control_thompson_no_aero results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Jessica.Meixner/FV3_RT/REGRESSION_TEST_INTEL/control_thompson_no_aero +working dir = /scratch1/NCEPDEV/stmp2/Jessica.Meixner/FV3_RT/rt_23324/control_thompson_no_aero +Checking test 063 control_thompson_no_aero results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -2373,55 +2333,55 @@ Checking test 064 control_thompson_no_aero results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 199.364518 - 0: The maximum resident set size (KB) = 839356 + 0: The total amount of wall time = 199.317616 + 0: The maximum resident set size (KB) = 842464 -Test 064 control_thompson_no_aero PASS +Test 063 control_thompson_no_aero PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/control_wam_repro -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10488/control_wam_repro -Checking test 065 control_wam results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Jessica.Meixner/FV3_RT/REGRESSION_TEST_INTEL/control_wam_repro +working dir = /scratch1/NCEPDEV/stmp2/Jessica.Meixner/FV3_RT/rt_23324/control_wam_repro +Checking test 064 control_wam results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK - 0: The total amount of wall time = 116.950522 - 0: The maximum resident set size (KB) = 223644 + 0: The total amount of wall time = 114.057325 + 0: The maximum resident set size (KB) = 225996 -Test 065 control_wam PASS +Test 064 control_wam PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/control_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10488/control_debug -Checking test 066 control_debug results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Jessica.Meixner/FV3_RT/REGRESSION_TEST_INTEL/control_debug +working dir = /scratch1/NCEPDEV/stmp2/Jessica.Meixner/FV3_RT/rt_23324/control_debug +Checking test 065 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 = 141.881350 - 0: The maximum resident set size (KB) = 533524 + 0: The total amount of wall time = 140.267193 + 0: The maximum resident set size (KB) = 533396 -Test 066 control_debug PASS +Test 065 control_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/control_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10488/control_2threads_debug -Checking test 067 control_2threads_debug results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Jessica.Meixner/FV3_RT/REGRESSION_TEST_INTEL/control_debug +working dir = /scratch1/NCEPDEV/stmp2/Jessica.Meixner/FV3_RT/rt_23324/control_2threads_debug +Checking test 066 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 = 210.771438 - 0: The maximum resident set size (KB) = 581664 + 0: The total amount of wall time = 210.735818 + 0: The maximum resident set size (KB) = 582652 -Test 067 control_2threads_debug PASS +Test 066 control_2threads_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/control_CubedSphereGrid_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10488/control_CubedSphereGrid_debug -Checking test 068 control_CubedSphereGrid_debug results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Jessica.Meixner/FV3_RT/REGRESSION_TEST_INTEL/control_CubedSphereGrid_debug +working dir = /scratch1/NCEPDEV/stmp2/Jessica.Meixner/FV3_RT/rt_23324/control_CubedSphereGrid_debug +Checking test 067 control_CubedSphereGrid_debug results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK Comparing sfcf000.tile3.nc .........OK @@ -2447,429 +2407,429 @@ Checking test 068 control_CubedSphereGrid_debug results .... Comparing atmf001.tile5.nc .........OK Comparing atmf001.tile6.nc .........OK - 0: The total amount of wall time = 156.899146 - 0: The maximum resident set size (KB) = 528892 + 0: The total amount of wall time = 156.000231 + 0: The maximum resident set size (KB) = 534880 -Test 068 control_CubedSphereGrid_debug PASS +Test 067 control_CubedSphereGrid_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/control_wrtGauss_netcdf_parallel_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10488/control_wrtGauss_netcdf_parallel_debug -Checking test 069 control_wrtGauss_netcdf_parallel_debug results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Jessica.Meixner/FV3_RT/REGRESSION_TEST_INTEL/control_wrtGauss_netcdf_parallel_debug +working dir = /scratch1/NCEPDEV/stmp2/Jessica.Meixner/FV3_RT/rt_23324/control_wrtGauss_netcdf_parallel_debug +Checking test 068 control_wrtGauss_netcdf_parallel_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc ............ALT CHECK......OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 146.824243 - 0: The maximum resident set size (KB) = 532252 + 0: The total amount of wall time = 140.618105 + 0: The maximum resident set size (KB) = 530384 -Test 069 control_wrtGauss_netcdf_parallel_debug PASS +Test 068 control_wrtGauss_netcdf_parallel_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/control_stochy_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10488/control_stochy_debug -Checking test 070 control_stochy_debug results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Jessica.Meixner/FV3_RT/REGRESSION_TEST_INTEL/control_stochy_debug +working dir = /scratch1/NCEPDEV/stmp2/Jessica.Meixner/FV3_RT/rt_23324/control_stochy_debug +Checking test 069 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 = 159.888714 - 0: The maximum resident set size (KB) = 539324 + 0: The total amount of wall time = 161.204088 + 0: The maximum resident set size (KB) = 536724 -Test 070 control_stochy_debug PASS +Test 069 control_stochy_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/control_lndp_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10488/control_lndp_debug -Checking test 071 control_lndp_debug results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Jessica.Meixner/FV3_RT/REGRESSION_TEST_INTEL/control_lndp_debug +working dir = /scratch1/NCEPDEV/stmp2/Jessica.Meixner/FV3_RT/rt_23324/control_lndp_debug +Checking test 070 control_lndp_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 142.767357 - 0: The maximum resident set size (KB) = 534812 + 0: The total amount of wall time = 142.544812 + 0: The maximum resident set size (KB) = 537780 -Test 071 control_lndp_debug PASS +Test 070 control_lndp_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/control_rrtmgp_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10488/control_rrtmgp_debug -Checking test 072 control_rrtmgp_debug results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Jessica.Meixner/FV3_RT/REGRESSION_TEST_INTEL/control_rrtmgp_debug +working dir = /scratch1/NCEPDEV/stmp2/Jessica.Meixner/FV3_RT/rt_23324/control_rrtmgp_debug +Checking test 071 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.532630 - 0: The maximum resident set size (KB) = 639200 + 0: The total amount of wall time = 157.708390 + 0: The maximum resident set size (KB) = 633712 -Test 072 control_rrtmgp_debug PASS +Test 071 control_rrtmgp_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/control_csawmg_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10488/control_csawmg_debug -Checking test 073 control_csawmg_debug results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Jessica.Meixner/FV3_RT/REGRESSION_TEST_INTEL/control_csawmg_debug +working dir = /scratch1/NCEPDEV/stmp2/Jessica.Meixner/FV3_RT/rt_23324/control_csawmg_debug +Checking test 072 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.763964 - 0: The maximum resident set size (KB) = 574060 + 0: The total amount of wall time = 217.691933 + 0: The maximum resident set size (KB) = 573144 -Test 073 control_csawmg_debug PASS +Test 072 control_csawmg_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/control_csawmgt_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10488/control_csawmgt_debug -Checking test 074 control_csawmgt_debug results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Jessica.Meixner/FV3_RT/REGRESSION_TEST_INTEL/control_csawmgt_debug +working dir = /scratch1/NCEPDEV/stmp2/Jessica.Meixner/FV3_RT/rt_23324/control_csawmgt_debug +Checking test 073 control_csawmgt_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 223.531928 - 0: The maximum resident set size (KB) = 577476 + 0: The total amount of wall time = 215.581762 + 0: The maximum resident set size (KB) = 572400 -Test 074 control_csawmgt_debug PASS +Test 073 control_csawmgt_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/control_ras_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10488/control_ras_debug -Checking test 075 control_ras_debug results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Jessica.Meixner/FV3_RT/REGRESSION_TEST_INTEL/control_ras_debug +working dir = /scratch1/NCEPDEV/stmp2/Jessica.Meixner/FV3_RT/rt_23324/control_ras_debug +Checking test 074 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 = 145.386060 - 0: The maximum resident set size (KB) = 547660 + 0: The total amount of wall time = 145.989154 + 0: The maximum resident set size (KB) = 545940 -Test 075 control_ras_debug PASS +Test 074 control_ras_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/control_diag_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10488/control_diag_debug -Checking test 076 control_diag_debug results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Jessica.Meixner/FV3_RT/REGRESSION_TEST_INTEL/control_diag_debug +working dir = /scratch1/NCEPDEV/stmp2/Jessica.Meixner/FV3_RT/rt_23324/control_diag_debug +Checking test 075 control_diag_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 151.648638 - 0: The maximum resident set size (KB) = 591176 + 0: The total amount of wall time = 151.471706 + 0: The maximum resident set size (KB) = 591788 -Test 076 control_diag_debug PASS +Test 075 control_diag_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/control_debug_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10488/control_debug_p8 -Checking test 077 control_debug_p8 results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Jessica.Meixner/FV3_RT/REGRESSION_TEST_INTEL/control_debug_p8 +working dir = /scratch1/NCEPDEV/stmp2/Jessica.Meixner/FV3_RT/rt_23324/control_debug_p8 +Checking test 076 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 = 155.800153 - 0: The maximum resident set size (KB) = 559720 + 0: The total amount of wall time = 155.173718 + 0: The maximum resident set size (KB) = 909888 -Test 077 control_debug_p8 PASS +Test 076 control_debug_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/control_thompson_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10488/control_thompson_debug -Checking test 078 control_thompson_debug results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Jessica.Meixner/FV3_RT/REGRESSION_TEST_INTEL/control_thompson_debug +working dir = /scratch1/NCEPDEV/stmp2/Jessica.Meixner/FV3_RT/rt_23324/control_thompson_debug +Checking test 077 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 = 166.312599 - 0: The maximum resident set size (KB) = 891956 + 0: The total amount of wall time = 164.009484 + 0: The maximum resident set size (KB) = 887564 -Test 078 control_thompson_debug PASS +Test 077 control_thompson_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/control_thompson_no_aero_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10488/control_thompson_no_aero_debug -Checking test 079 control_thompson_no_aero_debug results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Jessica.Meixner/FV3_RT/REGRESSION_TEST_INTEL/control_thompson_no_aero_debug +working dir = /scratch1/NCEPDEV/stmp2/Jessica.Meixner/FV3_RT/rt_23324/control_thompson_no_aero_debug +Checking test 078 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 = 161.437836 - 0: The maximum resident set size (KB) = 886100 + 0: The total amount of wall time = 161.439361 + 0: The maximum resident set size (KB) = 890288 -Test 079 control_thompson_no_aero_debug PASS +Test 078 control_thompson_no_aero_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/control_thompson_debug_extdiag -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10488/control_thompson_extdiag_debug -Checking test 080 control_thompson_extdiag_debug results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Jessica.Meixner/FV3_RT/REGRESSION_TEST_INTEL/control_thompson_debug_extdiag +working dir = /scratch1/NCEPDEV/stmp2/Jessica.Meixner/FV3_RT/rt_23324/control_thompson_extdiag_debug +Checking test 079 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 = 183.287406 - 0: The maximum resident set size (KB) = 925868 + 0: The total amount of wall time = 173.875735 + 0: The maximum resident set size (KB) = 922276 -Test 080 control_thompson_extdiag_debug PASS +Test 079 control_thompson_extdiag_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/control_thompson_progcld_thompson_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10488/control_thompson_progcld_thompson_debug -Checking test 081 control_thompson_progcld_thompson_debug results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Jessica.Meixner/FV3_RT/REGRESSION_TEST_INTEL/control_thompson_progcld_thompson_debug +working dir = /scratch1/NCEPDEV/stmp2/Jessica.Meixner/FV3_RT/rt_23324/control_thompson_progcld_thompson_debug +Checking test 080 control_thompson_progcld_thompson_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 171.131743 - 0: The maximum resident set size (KB) = 888192 + 0: The total amount of wall time = 164.343883 + 0: The maximum resident set size (KB) = 893876 -Test 081 control_thompson_progcld_thompson_debug PASS +Test 080 control_thompson_progcld_thompson_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/fv3_regional_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10488/regional_debug -Checking test 082 regional_debug results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Jessica.Meixner/FV3_RT/REGRESSION_TEST_INTEL/fv3_regional_debug +working dir = /scratch1/NCEPDEV/stmp2/Jessica.Meixner/FV3_RT/rt_23324/regional_debug +Checking test 081 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 = 239.634553 - 0: The maximum resident set size (KB) = 606940 + 0: The total amount of wall time = 236.421967 + 0: The maximum resident set size (KB) = 602556 -Test 082 regional_debug PASS +Test 081 regional_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/rap_control_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10488/rap_control_debug -Checking test 083 rap_control_debug results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Jessica.Meixner/FV3_RT/REGRESSION_TEST_INTEL/rap_control_debug +working dir = /scratch1/NCEPDEV/stmp2/Jessica.Meixner/FV3_RT/rt_23324/rap_control_debug +Checking test 082 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 = 256.503365 - 0: The maximum resident set size (KB) = 901016 + 0: The total amount of wall time = 260.044395 + 0: The maximum resident set size (KB) = 894636 -Test 083 rap_control_debug PASS +Test 082 rap_control_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/rap_control_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10488/rap_unified_drag_suite_debug -Checking test 084 rap_unified_drag_suite_debug results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Jessica.Meixner/FV3_RT/REGRESSION_TEST_INTEL/rap_control_debug +working dir = /scratch1/NCEPDEV/stmp2/Jessica.Meixner/FV3_RT/rt_23324/rap_unified_drag_suite_debug +Checking test 083 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 = 258.188210 - 0: The maximum resident set size (KB) = 901132 + 0: The total amount of wall time = 253.121462 + 0: The maximum resident set size (KB) = 898432 -Test 084 rap_unified_drag_suite_debug PASS +Test 083 rap_unified_drag_suite_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/rap_diag_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10488/rap_diag_debug -Checking test 085 rap_diag_debug results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Jessica.Meixner/FV3_RT/REGRESSION_TEST_INTEL/rap_diag_debug +working dir = /scratch1/NCEPDEV/stmp2/Jessica.Meixner/FV3_RT/rt_23324/rap_diag_debug +Checking test 084 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 = 269.561603 - 0: The maximum resident set size (KB) = 986496 + 0: The total amount of wall time = 273.162512 + 0: The maximum resident set size (KB) = 982376 -Test 085 rap_diag_debug PASS +Test 084 rap_diag_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/rap_cires_ugwp_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10488/rap_cires_ugwp_debug -Checking test 086 rap_cires_ugwp_debug results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Jessica.Meixner/FV3_RT/REGRESSION_TEST_INTEL/rap_cires_ugwp_debug +working dir = /scratch1/NCEPDEV/stmp2/Jessica.Meixner/FV3_RT/rt_23324/rap_cires_ugwp_debug +Checking test 085 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 = 267.998377 - 0: The maximum resident set size (KB) = 901400 + 0: The total amount of wall time = 263.152653 + 0: The maximum resident set size (KB) = 898948 -Test 086 rap_cires_ugwp_debug PASS +Test 085 rap_cires_ugwp_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/rap_cires_ugwp_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10488/rap_unified_ugwp_debug -Checking test 087 rap_unified_ugwp_debug results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Jessica.Meixner/FV3_RT/REGRESSION_TEST_INTEL/rap_cires_ugwp_debug +working dir = /scratch1/NCEPDEV/stmp2/Jessica.Meixner/FV3_RT/rt_23324/rap_unified_ugwp_debug +Checking test 086 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 = 261.740309 - 0: The maximum resident set size (KB) = 901528 + 0: The total amount of wall time = 260.112514 + 0: The maximum resident set size (KB) = 897988 -Test 087 rap_unified_ugwp_debug PASS +Test 086 rap_unified_ugwp_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/rap_noah_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10488/rap_noah_debug -Checking test 088 rap_noah_debug results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Jessica.Meixner/FV3_RT/REGRESSION_TEST_INTEL/rap_noah_debug +working dir = /scratch1/NCEPDEV/stmp2/Jessica.Meixner/FV3_RT/rt_23324/rap_noah_debug +Checking test 087 rap_noah_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 255.070244 - 0: The maximum resident set size (KB) = 898520 + 0: The total amount of wall time = 252.416065 + 0: The maximum resident set size (KB) = 900084 -Test 088 rap_noah_debug PASS +Test 087 rap_noah_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/rap_rrtmgp_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10488/rap_rrtmgp_debug -Checking test 089 rap_rrtmgp_debug results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Jessica.Meixner/FV3_RT/REGRESSION_TEST_INTEL/rap_rrtmgp_debug +working dir = /scratch1/NCEPDEV/stmp2/Jessica.Meixner/FV3_RT/rt_23324/rap_rrtmgp_debug +Checking test 088 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 = 441.925149 - 0: The maximum resident set size (KB) = 1005308 + 0: The total amount of wall time = 433.840263 + 0: The maximum resident set size (KB) = 1006220 -Test 089 rap_rrtmgp_debug PASS +Test 088 rap_rrtmgp_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/rap_lndp_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10488/rap_lndp_debug -Checking test 090 rap_lndp_debug results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Jessica.Meixner/FV3_RT/REGRESSION_TEST_INTEL/rap_lndp_debug +working dir = /scratch1/NCEPDEV/stmp2/Jessica.Meixner/FV3_RT/rt_23324/rap_lndp_debug +Checking test 089 rap_lndp_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 261.341442 - 0: The maximum resident set size (KB) = 899464 + 0: The total amount of wall time = 261.885712 + 0: The maximum resident set size (KB) = 902456 -Test 090 rap_lndp_debug PASS +Test 089 rap_lndp_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/rap_sfcdiff_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10488/rap_sfcdiff_debug -Checking test 091 rap_sfcdiff_debug results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Jessica.Meixner/FV3_RT/REGRESSION_TEST_INTEL/rap_sfcdiff_debug +working dir = /scratch1/NCEPDEV/stmp2/Jessica.Meixner/FV3_RT/rt_23324/rap_sfcdiff_debug +Checking test 090 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 = 258.513342 - 0: The maximum resident set size (KB) = 901332 + 0: The total amount of wall time = 254.751837 + 0: The maximum resident set size (KB) = 897784 -Test 091 rap_sfcdiff_debug PASS +Test 090 rap_sfcdiff_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/rap_flake_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10488/rap_flake_debug -Checking test 092 rap_flake_debug results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Jessica.Meixner/FV3_RT/REGRESSION_TEST_INTEL/rap_flake_debug +working dir = /scratch1/NCEPDEV/stmp2/Jessica.Meixner/FV3_RT/rt_23324/rap_flake_debug +Checking test 091 rap_flake_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 253.755623 - 0: The maximum resident set size (KB) = 896416 + 0: The total amount of wall time = 260.043346 + 0: The maximum resident set size (KB) = 899672 -Test 092 rap_flake_debug PASS +Test 091 rap_flake_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/rap_noah_sfcdiff_cires_ugwp_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10488/rap_noah_sfcdiff_cires_ugwp_debug -Checking test 093 rap_noah_sfcdiff_cires_ugwp_debug results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Jessica.Meixner/FV3_RT/REGRESSION_TEST_INTEL/rap_noah_sfcdiff_cires_ugwp_debug +working dir = /scratch1/NCEPDEV/stmp2/Jessica.Meixner/FV3_RT/rt_23324/rap_noah_sfcdiff_cires_ugwp_debug +Checking test 092 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 = 430.474865 - 0: The maximum resident set size (KB) = 900008 + 0: The total amount of wall time = 426.630902 + 0: The maximum resident set size (KB) = 898424 -Test 093 rap_noah_sfcdiff_cires_ugwp_debug PASS +Test 092 rap_noah_sfcdiff_cires_ugwp_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/rap_progcld_thompson_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10488/rap_progcld_thompson_debug -Checking test 094 rap_progcld_thompson_debug results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Jessica.Meixner/FV3_RT/REGRESSION_TEST_INTEL/rap_progcld_thompson_debug +working dir = /scratch1/NCEPDEV/stmp2/Jessica.Meixner/FV3_RT/rt_23324/rap_progcld_thompson_debug +Checking test 093 rap_progcld_thompson_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 254.821931 - 0: The maximum resident set size (KB) = 899556 + 0: The total amount of wall time = 260.162140 + 0: The maximum resident set size (KB) = 899512 -Test 094 rap_progcld_thompson_debug PASS +Test 093 rap_progcld_thompson_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/rrfs_v1beta_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10488/rrfs_v1beta_debug -Checking test 095 rrfs_v1beta_debug results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Jessica.Meixner/FV3_RT/REGRESSION_TEST_INTEL/rrfs_v1beta_debug +working dir = /scratch1/NCEPDEV/stmp2/Jessica.Meixner/FV3_RT/rt_23324/rrfs_v1beta_debug +Checking test 094 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.549972 - 0: The maximum resident set size (KB) = 897468 + 0: The total amount of wall time = 259.575299 + 0: The maximum resident set size (KB) = 891932 -Test 095 rrfs_v1beta_debug PASS +Test 094 rrfs_v1beta_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/control_wam_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10488/control_wam_debug -Checking test 096 control_wam_debug results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Jessica.Meixner/FV3_RT/REGRESSION_TEST_INTEL/control_wam_debug +working dir = /scratch1/NCEPDEV/stmp2/Jessica.Meixner/FV3_RT/rt_23324/control_wam_debug +Checking test 095 control_wam_debug results .... Comparing sfcf019.nc .........OK Comparing atmf019.nc .........OK - 0: The total amount of wall time = 274.578658 - 0: The maximum resident set size (KB) = 252336 + 0: The total amount of wall time = 274.346540 + 0: The maximum resident set size (KB) = 250604 -Test 096 control_wam_debug PASS +Test 095 control_wam_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/hafs_regional_atm -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10488/hafs_regional_atm -Checking test 097 hafs_regional_atm results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Jessica.Meixner/FV3_RT/REGRESSION_TEST_INTEL/hafs_regional_atm +working dir = /scratch1/NCEPDEV/stmp2/Jessica.Meixner/FV3_RT/rt_23324/hafs_regional_atm +Checking test 096 hafs_regional_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 = 272.058193 - 0: The maximum resident set size (KB) = 699352 + 0: The total amount of wall time = 276.403929 + 0: The maximum resident set size (KB) = 704212 -Test 097 hafs_regional_atm PASS +Test 096 hafs_regional_atm PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/hafs_regional_atm_thompson_gfdlsf -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10488/hafs_regional_atm_thompson_gfdlsf -Checking test 098 hafs_regional_atm_thompson_gfdlsf results .... - Comparing atmf006.nc ............ALT CHECK......OK +baseline dir = /scratch1/NCEPDEV/stmp4/Jessica.Meixner/FV3_RT/REGRESSION_TEST_INTEL/hafs_regional_atm_thompson_gfdlsf +working dir = /scratch1/NCEPDEV/stmp2/Jessica.Meixner/FV3_RT/rt_23324/hafs_regional_atm_thompson_gfdlsf +Checking test 097 hafs_regional_atm_thompson_gfdlsf results .... + Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK - 0: The total amount of wall time = 325.888974 - 0: The maximum resident set size (KB) = 1058940 + 0: The total amount of wall time = 324.385824 + 0: The maximum resident set size (KB) = 1055512 -Test 098 hafs_regional_atm_thompson_gfdlsf PASS +Test 097 hafs_regional_atm_thompson_gfdlsf PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/hafs_regional_atm_ocn -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10488/hafs_regional_atm_ocn -Checking test 099 hafs_regional_atm_ocn results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Jessica.Meixner/FV3_RT/REGRESSION_TEST_INTEL/hafs_regional_atm_ocn +working dir = /scratch1/NCEPDEV/stmp2/Jessica.Meixner/FV3_RT/rt_23324/hafs_regional_atm_ocn +Checking test 098 hafs_regional_atm_ocn results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing archv.2019_241_06.a .........OK @@ -2877,29 +2837,29 @@ Checking test 099 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.842573 - 0: The maximum resident set size (KB) = 715336 + 0: The total amount of wall time = 361.236820 + 0: The maximum resident set size (KB) = 713028 -Test 099 hafs_regional_atm_ocn PASS +Test 098 hafs_regional_atm_ocn PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/hafs_regional_atm_wav -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10488/hafs_regional_atm_wav -Checking test 100 hafs_regional_atm_wav results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Jessica.Meixner/FV3_RT/REGRESSION_TEST_INTEL/hafs_regional_atm_wav +working dir = /scratch1/NCEPDEV/stmp2/Jessica.Meixner/FV3_RT/rt_23324/hafs_regional_atm_wav +Checking test 099 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 = 858.317808 - 0: The maximum resident set size (KB) = 715608 + 0: The total amount of wall time = 855.805977 + 0: The maximum resident set size (KB) = 720372 -Test 100 hafs_regional_atm_wav PASS +Test 099 hafs_regional_atm_wav PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/hafs_regional_atm_ocn_wav -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10488/hafs_regional_atm_ocn_wav -Checking test 101 hafs_regional_atm_ocn_wav results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Jessica.Meixner/FV3_RT/REGRESSION_TEST_INTEL/hafs_regional_atm_ocn_wav +working dir = /scratch1/NCEPDEV/stmp2/Jessica.Meixner/FV3_RT/rt_23324/hafs_regional_atm_ocn_wav +Checking test 100 hafs_regional_atm_ocn_wav results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing archv.2019_241_06.a .........OK @@ -2907,29 +2867,29 @@ Checking test 101 hafs_regional_atm_ocn_wav results .... Comparing out_grd.ww3 .........OK Comparing out_pnt.ww3 .........OK - 0: The total amount of wall time = 929.772696 - 0: The maximum resident set size (KB) = 714112 + 0: The total amount of wall time = 948.462262 + 0: The maximum resident set size (KB) = 719252 -Test 101 hafs_regional_atm_ocn_wav PASS +Test 100 hafs_regional_atm_ocn_wav PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/hafs_regional_1nest_atm -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10488/hafs_regional_1nest_atm -Checking test 102 hafs_regional_1nest_atm results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Jessica.Meixner/FV3_RT/REGRESSION_TEST_INTEL/hafs_regional_1nest_atm +working dir = /scratch1/NCEPDEV/stmp2/Jessica.Meixner/FV3_RT/rt_23324/hafs_regional_1nest_atm +Checking test 101 hafs_regional_1nest_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK - Comparing sfc.nest02.f006.nc .........OK + Comparing sfc.nest02.f006.nc ............ALT CHECK......OK - 0: The total amount of wall time = 415.347629 - 0: The maximum resident set size (KB) = 310904 + 0: The total amount of wall time = 407.145376 + 0: The maximum resident set size (KB) = 309056 -Test 102 hafs_regional_1nest_atm PASS +Test 101 hafs_regional_1nest_atm PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/hafs_regional_telescopic_2nests_atm -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10488/hafs_regional_telescopic_2nests_atm -Checking test 103 hafs_regional_telescopic_2nests_atm results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Jessica.Meixner/FV3_RT/REGRESSION_TEST_INTEL/hafs_regional_telescopic_2nests_atm +working dir = /scratch1/NCEPDEV/stmp2/Jessica.Meixner/FV3_RT/rt_23324/hafs_regional_telescopic_2nests_atm +Checking test 102 hafs_regional_telescopic_2nests_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc ............ALT CHECK......OK @@ -2937,29 +2897,29 @@ Checking test 103 hafs_regional_telescopic_2nests_atm results .... Comparing atm.nest03.f006.nc .........OK Comparing sfc.nest03.f006.nc .........OK - 0: The total amount of wall time = 428.224233 - 0: The maximum resident set size (KB) = 320464 + 0: The total amount of wall time = 423.640250 + 0: The maximum resident set size (KB) = 318596 -Test 103 hafs_regional_telescopic_2nests_atm PASS +Test 102 hafs_regional_telescopic_2nests_atm PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/hafs_global_1nest_atm -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10488/hafs_global_1nest_atm -Checking test 104 hafs_global_1nest_atm results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Jessica.Meixner/FV3_RT/REGRESSION_TEST_INTEL/hafs_global_1nest_atm +working dir = /scratch1/NCEPDEV/stmp2/Jessica.Meixner/FV3_RT/rt_23324/hafs_global_1nest_atm +Checking test 103 hafs_global_1nest_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK Comparing sfc.nest02.f006.nc ............ALT CHECK......OK - 0: The total amount of wall time = 192.889170 - 0: The maximum resident set size (KB) = 200360 + 0: The total amount of wall time = 195.204607 + 0: The maximum resident set size (KB) = 198928 -Test 104 hafs_global_1nest_atm PASS +Test 103 hafs_global_1nest_atm PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/hafs_global_multiple_4nests_atm -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10488/hafs_global_multiple_4nests_atm -Checking test 105 hafs_global_multiple_4nests_atm results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Jessica.Meixner/FV3_RT/REGRESSION_TEST_INTEL/hafs_global_multiple_4nests_atm +working dir = /scratch1/NCEPDEV/stmp2/Jessica.Meixner/FV3_RT/rt_23324/hafs_global_multiple_4nests_atm +Checking test 104 hafs_global_multiple_4nests_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK @@ -2971,136 +2931,136 @@ Checking test 105 hafs_global_multiple_4nests_atm results .... Comparing atm.nest05.f006.nc .........OK Comparing sfc.nest05.f006.nc .........OK - 0: The total amount of wall time = 531.060378 - 0: The maximum resident set size (KB) = 254988 + 0: The total amount of wall time = 527.825821 + 0: The maximum resident set size (KB) = 277564 -Test 105 hafs_global_multiple_4nests_atm PASS +Test 104 hafs_global_multiple_4nests_atm PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/hafs_regional_docn -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10488/hafs_regional_docn -Checking test 106 hafs_regional_docn results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Jessica.Meixner/FV3_RT/REGRESSION_TEST_INTEL/hafs_regional_docn +working dir = /scratch1/NCEPDEV/stmp2/Jessica.Meixner/FV3_RT/rt_23324/hafs_regional_docn +Checking test 105 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 = 351.297993 - 0: The maximum resident set size (KB) = 716648 + 0: The total amount of wall time = 337.108196 + 0: The maximum resident set size (KB) = 715672 -Test 106 hafs_regional_docn PASS +Test 105 hafs_regional_docn PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/hafs_regional_docn_oisst -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10488/hafs_regional_docn_oisst -Checking test 107 hafs_regional_docn_oisst results .... - Comparing atmf006.nc .........OK +baseline dir = /scratch1/NCEPDEV/stmp4/Jessica.Meixner/FV3_RT/REGRESSION_TEST_INTEL/hafs_regional_docn_oisst +working dir = /scratch1/NCEPDEV/stmp2/Jessica.Meixner/FV3_RT/rt_23324/hafs_regional_docn_oisst +Checking test 106 hafs_regional_docn_oisst results .... + Comparing atmf006.nc ............ALT CHECK......OK Comparing sfcf006.nc .........OK Comparing ufs.hafs.cpl.hi.2019-08-29-21600.nc .........OK Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK Comparing ufs.hafs.docn.r.2019-08-29-21600.nc .........OK - 0: The total amount of wall time = 345.714025 - 0: The maximum resident set size (KB) = 713712 + 0: The total amount of wall time = 341.507988 + 0: The maximum resident set size (KB) = 714684 -Test 107 hafs_regional_docn_oisst PASS +Test 106 hafs_regional_docn_oisst PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/hafs_regional_datm_cdeps -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10488/hafs_regional_datm_cdeps -Checking test 108 hafs_regional_datm_cdeps results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Jessica.Meixner/FV3_RT/REGRESSION_TEST_INTEL/hafs_regional_datm_cdeps +working dir = /scratch1/NCEPDEV/stmp2/Jessica.Meixner/FV3_RT/rt_23324/hafs_regional_datm_cdeps +Checking test 107 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 = 943.127022 - 0: The maximum resident set size (KB) = 856196 + 0: The total amount of wall time = 951.495647 + 0: The maximum resident set size (KB) = 852712 -Test 108 hafs_regional_datm_cdeps PASS +Test 107 hafs_regional_datm_cdeps PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/datm_cdeps_control_cfsr -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10488/datm_cdeps_control_cfsr -Checking test 109 datm_cdeps_control_cfsr results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Jessica.Meixner/FV3_RT/REGRESSION_TEST_INTEL/datm_cdeps_control_cfsr +working dir = /scratch1/NCEPDEV/stmp2/Jessica.Meixner/FV3_RT/rt_23324/datm_cdeps_control_cfsr +Checking test 108 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 = 148.489022 - 0: The maximum resident set size (KB) = 718660 + 0: The total amount of wall time = 141.671815 + 0: The maximum resident set size (KB) = 717892 -Test 109 datm_cdeps_control_cfsr PASS +Test 108 datm_cdeps_control_cfsr PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/datm_cdeps_control_cfsr -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10488/datm_cdeps_restart_cfsr -Checking test 110 datm_cdeps_restart_cfsr results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Jessica.Meixner/FV3_RT/REGRESSION_TEST_INTEL/datm_cdeps_control_cfsr +working dir = /scratch1/NCEPDEV/stmp2/Jessica.Meixner/FV3_RT/rt_23324/datm_cdeps_restart_cfsr +Checking test 109 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 = 90.937877 - 0: The maximum resident set size (KB) = 720764 + 0: The total amount of wall time = 85.983908 + 0: The maximum resident set size (KB) = 717684 -Test 110 datm_cdeps_restart_cfsr PASS +Test 109 datm_cdeps_restart_cfsr PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/datm_cdeps_control_gefs -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10488/datm_cdeps_control_gefs -Checking test 111 datm_cdeps_control_gefs results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Jessica.Meixner/FV3_RT/REGRESSION_TEST_INTEL/datm_cdeps_control_gefs +working dir = /scratch1/NCEPDEV/stmp2/Jessica.Meixner/FV3_RT/rt_23324/datm_cdeps_control_gefs +Checking test 110 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 = 138.636582 - 0: The maximum resident set size (KB) = 621464 + 0: The total amount of wall time = 141.111443 + 0: The maximum resident set size (KB) = 618992 -Test 111 datm_cdeps_control_gefs PASS +Test 110 datm_cdeps_control_gefs PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/datm_cdeps_stochy_gefs -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10488/datm_cdeps_stochy_gefs -Checking test 112 datm_cdeps_stochy_gefs results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Jessica.Meixner/FV3_RT/REGRESSION_TEST_INTEL/datm_cdeps_stochy_gefs +working dir = /scratch1/NCEPDEV/stmp2/Jessica.Meixner/FV3_RT/rt_23324/datm_cdeps_stochy_gefs +Checking test 111 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 = 142.445047 - 0: The maximum resident set size (KB) = 619812 + 0: The total amount of wall time = 141.733506 + 0: The maximum resident set size (KB) = 618212 -Test 112 datm_cdeps_stochy_gefs PASS +Test 111 datm_cdeps_stochy_gefs PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/datm_cdeps_bulk_cfsr -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10488/datm_cdeps_bulk_cfsr -Checking test 113 datm_cdeps_bulk_cfsr results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Jessica.Meixner/FV3_RT/REGRESSION_TEST_INTEL/datm_cdeps_bulk_cfsr +working dir = /scratch1/NCEPDEV/stmp2/Jessica.Meixner/FV3_RT/rt_23324/datm_cdeps_bulk_cfsr +Checking test 112 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 = 148.973399 - 0: The maximum resident set size (KB) = 718580 + 0: The total amount of wall time = 141.314179 + 0: The maximum resident set size (KB) = 717956 -Test 113 datm_cdeps_bulk_cfsr PASS +Test 112 datm_cdeps_bulk_cfsr PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/datm_cdeps_bulk_gefs -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10488/datm_cdeps_bulk_gefs -Checking test 114 datm_cdeps_bulk_gefs results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Jessica.Meixner/FV3_RT/REGRESSION_TEST_INTEL/datm_cdeps_bulk_gefs +working dir = /scratch1/NCEPDEV/stmp2/Jessica.Meixner/FV3_RT/rt_23324/datm_cdeps_bulk_gefs +Checking test 113 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 = 142.490700 - 0: The maximum resident set size (KB) = 619892 + 0: The total amount of wall time = 136.207523 + 0: The maximum resident set size (KB) = 620472 -Test 114 datm_cdeps_bulk_gefs PASS +Test 113 datm_cdeps_bulk_gefs PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/datm_cdeps_mx025_cfsr -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10488/datm_cdeps_mx025_cfsr -Checking test 115 datm_cdeps_mx025_cfsr results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Jessica.Meixner/FV3_RT/REGRESSION_TEST_INTEL/datm_cdeps_mx025_cfsr +working dir = /scratch1/NCEPDEV/stmp2/Jessica.Meixner/FV3_RT/rt_23324/datm_cdeps_mx025_cfsr +Checking test 114 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 @@ -3108,15 +3068,15 @@ Checking test 115 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 = 312.622927 - 0: The maximum resident set size (KB) = 562808 + 0: The total amount of wall time = 304.059025 + 0: The maximum resident set size (KB) = 562444 -Test 115 datm_cdeps_mx025_cfsr PASS +Test 114 datm_cdeps_mx025_cfsr PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/datm_cdeps_mx025_gefs -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10488/datm_cdeps_mx025_gefs -Checking test 116 datm_cdeps_mx025_gefs results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Jessica.Meixner/FV3_RT/REGRESSION_TEST_INTEL/datm_cdeps_mx025_gefs +working dir = /scratch1/NCEPDEV/stmp2/Jessica.Meixner/FV3_RT/rt_23324/datm_cdeps_mx025_gefs +Checking test 115 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 @@ -3124,52 +3084,52 @@ Checking test 116 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 = 304.009505 - 0: The maximum resident set size (KB) = 530372 + 0: The total amount of wall time = 300.306135 + 0: The maximum resident set size (KB) = 528948 -Test 116 datm_cdeps_mx025_gefs PASS +Test 115 datm_cdeps_mx025_gefs PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/datm_cdeps_control_cfsr -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10488/datm_cdeps_multiple_files_cfsr -Checking test 117 datm_cdeps_multiple_files_cfsr results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Jessica.Meixner/FV3_RT/REGRESSION_TEST_INTEL/datm_cdeps_control_cfsr +working dir = /scratch1/NCEPDEV/stmp2/Jessica.Meixner/FV3_RT/rt_23324/datm_cdeps_multiple_files_cfsr +Checking test 116 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 = 141.576764 - 0: The maximum resident set size (KB) = 720772 + 0: The total amount of wall time = 140.977284 + 0: The maximum resident set size (KB) = 718112 -Test 117 datm_cdeps_multiple_files_cfsr PASS +Test 116 datm_cdeps_multiple_files_cfsr PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/datm_cdeps_3072x1536_cfsr -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10488/datm_cdeps_3072x1536_cfsr -Checking test 118 datm_cdeps_3072x1536_cfsr results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Jessica.Meixner/FV3_RT/REGRESSION_TEST_INTEL/datm_cdeps_3072x1536_cfsr +working dir = /scratch1/NCEPDEV/stmp2/Jessica.Meixner/FV3_RT/rt_23324/datm_cdeps_3072x1536_cfsr +Checking test 117 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 = 190.108126 - 0: The maximum resident set size (KB) = 1833784 + 0: The total amount of wall time = 192.288961 + 0: The maximum resident set size (KB) = 1832752 -Test 118 datm_cdeps_3072x1536_cfsr PASS +Test 117 datm_cdeps_3072x1536_cfsr PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/datm_cdeps_debug_cfsr -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10488/datm_cdeps_debug_cfsr -Checking test 119 datm_cdeps_debug_cfsr results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Jessica.Meixner/FV3_RT/REGRESSION_TEST_INTEL/datm_cdeps_debug_cfsr +working dir = /scratch1/NCEPDEV/stmp2/Jessica.Meixner/FV3_RT/rt_23324/datm_cdeps_debug_cfsr +Checking test 118 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 = 436.921581 - 0: The maximum resident set size (KB) = 727268 + 0: The total amount of wall time = 438.531347 + 0: The maximum resident set size (KB) = 725316 -Test 119 datm_cdeps_debug_cfsr PASS +Test 118 datm_cdeps_debug_cfsr PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/control_atmwav -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10488/control_atmwav -Checking test 120 control_atmwav results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Jessica.Meixner/FV3_RT/REGRESSION_TEST_INTEL/control_atmwav +working dir = /scratch1/NCEPDEV/stmp2/Jessica.Meixner/FV3_RT/rt_23324/control_atmwav +Checking test 119 control_atmwav results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK Comparing atmf000.nc .........OK @@ -3212,15 +3172,15 @@ Checking test 120 control_atmwav results .... Comparing RESTART/sfc_data.tile6.nc .........OK Comparing 20210322.180000.restart.glo_1deg .........OK - 0: The total amount of wall time = 80.724473 - 0: The maximum resident set size (KB) = 492084 + 0: The total amount of wall time = 80.562989 + 0: The maximum resident set size (KB) = 492312 -Test 120 control_atmwav PASS +Test 119 control_atmwav PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/control_c384gdas_wav -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10488/control_c384gdas_wav -Checking test 121 control_c384gdas_wav results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Jessica.Meixner/FV3_RT/REGRESSION_TEST_INTEL/control_c384gdas_wav +working dir = /scratch1/NCEPDEV/stmp2/Jessica.Meixner/FV3_RT/rt_23324/control_c384gdas_wav +Checking test 120 control_c384gdas_wav results .... Comparing sfcf000.nc .........OK Comparing sfcf003.nc .........OK Comparing atmf000.nc .........OK @@ -3265,15 +3225,15 @@ Checking test 121 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 = 694.732034 - 0: The maximum resident set size (KB) = 1044560 + 0: The total amount of wall time = 704.567749 + 0: The maximum resident set size (KB) = 1052308 -Test 121 control_c384gdas_wav PASS +Test 120 control_c384gdas_wav PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/control_atm_aerosols -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10488/control_atm_aerosols -Checking test 122 control_atm_aerosols results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Jessica.Meixner/FV3_RT/REGRESSION_TEST_INTEL/control_atm_aerosols +working dir = /scratch1/NCEPDEV/stmp2/Jessica.Meixner/FV3_RT/rt_23324/control_atm_aerosols +Checking test 121 control_atm_aerosols results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -3319,12 +3279,12 @@ Checking test 122 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 = 277.799912 - 0: The maximum resident set size (KB) = 900260 + 0: The total amount of wall time = 276.254536 + 0: The maximum resident set size (KB) = 898064 -Test 122 control_atm_aerosols PASS +Test 121 control_atm_aerosols PASS REGRESSION TEST WAS SUCCESSFUL -Fri Feb 25 06:31:02 UTC 2022 -Elapsed time: 03h:25m:05s. Have a nice day! +Wed Mar 2 03:14:57 UTC 2022 +Elapsed time: 00h:58m:22s. Have a nice day! From 334e6f4f265ce581085067852a6bbb2395e1f09d Mon Sep 17 00:00:00 2001 From: JessicaMeixner-NOAA Date: Wed, 2 Mar 2022 08:25:45 -0600 Subject: [PATCH 074/106] ensure that the cpld_bmark_p7 passes existing baselines --- tests/default_vars.sh | 2 ++ tests/fv3_conf/cpld_control_run.IN | 2 +- tests/tests/cpld_bmark_p7 | 3 +++ 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/tests/default_vars.sh b/tests/default_vars.sh index 6825b45b10..334a0a9447 100755 --- a/tests/default_vars.sh +++ b/tests/default_vars.sh @@ -1057,6 +1057,8 @@ export HAFS=false export DATM_CDEPS=false export DOCN_CDEPS=false +export FV3BMIC='gfs_p8a' + export SYEAR=2021 export SMONTH=03 export SDAY=22 diff --git a/tests/fv3_conf/cpld_control_run.IN b/tests/fv3_conf/cpld_control_run.IN index c93e693682..f5a8b0d1ff 100644 --- a/tests/fv3_conf/cpld_control_run.IN +++ b/tests/fv3_conf/cpld_control_run.IN @@ -9,7 +9,7 @@ fi ICERES=${OCNRES:0:1}.${OCNRES:1} if [[ $BMIC == .true. ]]; then - FV3_IC=@[INPUTDATA_ROOT_BMIC]/${SYEAR}${SMONTH}${SDAY}${SHOUR}/gfs_p8a/@[ATMRES]_L@[NPZ]/INPUT + FV3_IC=@[INPUTDATA_ROOT_BMIC]/${SYEAR}${SMONTH}${SDAY}${SHOUR}/@[FV3BMIC]/@[ATMRES]_L@[NPZ]/INPUT MOM_IC=@[INPUTDATA_ROOT_BMIC]/${SYEAR}${SMONTH}${SDAY}${SHOUR}/mom6_da ICE_IC=@[INPUTDATA_ROOT_BMIC]/${SYEAR}${SMONTH}${SDAY}${SHOUR}/cpc else diff --git a/tests/tests/cpld_bmark_p7 b/tests/tests/cpld_bmark_p7 index f5352ccb3d..81969139ef 100644 --- a/tests/tests/cpld_bmark_p7 +++ b/tests/tests/cpld_bmark_p7 @@ -144,6 +144,9 @@ export FSICL=99999 export FSICS=99999 export DO_SAT_ADJ=.true. export CDMBWD='1.0,2.2,1.0,1.0' +export DZ_MIN=2 +export WRITE_NSFLIP=.false. +export FV3BMIC='gfs_p7' export WW3GRIDLINE="'gwes_30m' 'no' 'CPL:native' 'CPL:native' 'CPL:native' 'no' 'no' 'no' 'no' 'no' 1 1 0.00 1.00 F" export WW3RSTDTHR=${FHMAX} From 7b9bd456f3e3efde915aa896acbbfb40f931911f Mon Sep 17 00:00:00 2001 From: JessicaMeixner-NOAA Date: Wed, 2 Mar 2022 08:26:42 -0600 Subject: [PATCH 075/106] update cheyenne for p8 bmark test --- tests/default_vars.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/default_vars.sh b/tests/default_vars.sh index 334a0a9447..f219c87517 100755 --- a/tests/default_vars.sh +++ b/tests/default_vars.sh @@ -599,8 +599,8 @@ elif [[ $MACHINE_ID = cheyenne.* ]]; then CHM_cpl_bmrk="0 287"; OPB_cpl_bmrk="312 431"; IPB_cpl_bmrk="432 479"; WPB_cpl_bmrk="480 559" NPROC_ICE_cpl_bmrk=48 - TASKS_cpl_bmrk_aero=576; TPN_cpl_bmrk_aero=18; INPES_cpl_bmrk_aero=6; JNPES_cpl_bmrk_aero=8 - THRD_cpl_bmrk_aero=2; WPG_cpl_bmrk_aero=24; MPB_cpl_bmrk_aero="0 287"; APB_cpl_bmrk_aero="0 311" + TASKS_cpl_bmrk_aero=576; TPN_cpl_bmrk_aero=12; INPES_cpl_bmrk_aero=6; JNPES_cpl_bmrk_aero=8 + THRD_cpl_bmrk_aero=3; WPG_cpl_bmrk_aero=24; MPB_cpl_bmrk_aero="0 287"; APB_cpl_bmrk_aero="0 311" CHM_cpl_bmrk_aero="0 287"; OPB_cpl_bmrk_aero="312 431"; IPB_cpl_bmrk_aero="432 479"; WPB_cpl_bmrk_aero="480 575" NPROC_ICE_cpl_bmrk_aero=48 From 7b01aee05be5f1813850d661e021b38b60406804 Mon Sep 17 00:00:00 2001 From: JessicaMeixner-NOAA Date: Wed, 2 Mar 2022 10:00:22 -0600 Subject: [PATCH 076/106] orion log file comparing with existing baseline showing that the changed baselines are just the *p8 tests --- tests/RegressionTests_orion.intel.log | 2536 ++++++++++++------------- 1 file changed, 1175 insertions(+), 1361 deletions(-) diff --git a/tests/RegressionTests_orion.intel.log b/tests/RegressionTests_orion.intel.log index a1fa805512..4e5e1edcaf 100644 --- a/tests/RegressionTests_orion.intel.log +++ b/tests/RegressionTests_orion.intel.log @@ -1,692 +1,292 @@ -Tue Mar 1 16:51:40 CST 2022 +Wed Mar 2 08:28:04 CST 2022 Start Regression test -Compile 001 elapsed time 583 seconds. -DAPP=S2SW -DUFS_GOCART=ON -DCCPP_SUITES=FV3_GFS_v16_coupled_nsstNoahmpUGWPv1,FV3_GFS_v16_coupled_p7_rrtmgp,FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 002 elapsed time 225 seconds. -DAPP=S2S -DDEBUG=ON -DUFS_GOCART=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile 003 elapsed time 398 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_v17_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 509 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 446 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 215 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_v17_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 008 elapsed time 205 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 153 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 421 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 432 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 236 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 013 elapsed time 107 seconds. -DAPP=NG-GODAS -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile 014 elapsed time 445 seconds. -DAPP=ATMW -DCCPP_SUITES=FV3_GFS_v16 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release - -baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/cpld_control_p8 -working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/cpld_control_p8 +Compile 001 elapsed time 506 seconds. -DAPP=S2SW -DUFS_GOCART=ON -DCCPP_SUITES=FV3_GFS_v16_coupled_nsstNoahmpUGWPv1,FV3_GFS_v16_coupled_p7_rrtmgp,FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 002 elapsed time 203 seconds. -DAPP=S2S -DDEBUG=ON -DUFS_GOCART=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile 003 elapsed time 421 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_v17_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 004 elapsed time 414 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 461 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 388 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 182 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_v17_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 008 elapsed time 192 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 161 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 417 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 425 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 222 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 013 elapsed time 92 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 + +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/cpld_control_p8 +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_216471/cpld_control_p8 Checking test 001 cpld_control_p8 results .... - Comparing sfcf021.tile1.nc .........OK - Comparing sfcf021.tile2.nc .........OK - Comparing sfcf021.tile3.nc .........OK - Comparing sfcf021.tile4.nc .........OK - Comparing sfcf021.tile5.nc .........OK - Comparing sfcf021.tile6.nc .........OK - Comparing atmf021.tile1.nc .........OK - Comparing atmf021.tile2.nc .........OK - Comparing atmf021.tile3.nc .........OK - Comparing atmf021.tile4.nc .........OK - Comparing atmf021.tile5.nc .........OK - Comparing atmf021.tile6.nc .........OK - Comparing sfcf024.tile1.nc .........OK - Comparing sfcf024.tile2.nc .........OK - Comparing sfcf024.tile3.nc .........OK - Comparing sfcf024.tile4.nc .........OK - Comparing sfcf024.tile5.nc .........OK - Comparing sfcf024.tile6.nc .........OK - Comparing atmf024.tile1.nc .........OK - Comparing atmf024.tile2.nc .........OK - Comparing atmf024.tile3.nc .........OK - Comparing atmf024.tile4.nc .........OK - Comparing atmf024.tile5.nc .........OK - Comparing atmf024.tile6.nc .........OK + Comparing sfcf021.tile1.nc ............ALT CHECK......NOT OK + Comparing sfcf021.tile2.nc ............ALT CHECK......NOT OK + Comparing sfcf021.tile3.nc ............ALT CHECK......NOT OK + Comparing sfcf021.tile4.nc ............ALT CHECK......NOT OK + Comparing sfcf021.tile5.nc ............ALT CHECK......NOT OK + Comparing sfcf021.tile6.nc ............ALT CHECK......NOT OK + Comparing atmf021.tile1.nc ............ALT CHECK......NOT OK + Comparing atmf021.tile2.nc ............ALT CHECK......NOT OK + Comparing atmf021.tile3.nc ............ALT CHECK......NOT OK + Comparing atmf021.tile4.nc ............ALT CHECK......NOT OK + Comparing atmf021.tile5.nc ............ALT CHECK......NOT OK + Comparing atmf021.tile6.nc ............ALT CHECK......NOT OK + Comparing sfcf024.tile1.nc ............ALT CHECK......NOT OK + Comparing sfcf024.tile2.nc ............ALT CHECK......NOT OK + Comparing sfcf024.tile3.nc ............ALT CHECK......NOT OK + Comparing sfcf024.tile4.nc ............ALT CHECK......NOT OK + Comparing sfcf024.tile5.nc ............ALT CHECK......NOT OK + Comparing sfcf024.tile6.nc ............ALT CHECK......NOT OK + Comparing atmf024.tile1.nc ............ALT CHECK......NOT OK + Comparing atmf024.tile2.nc ............ALT CHECK......NOT OK + Comparing atmf024.tile3.nc ............ALT CHECK......NOT OK + Comparing atmf024.tile4.nc ............ALT CHECK......NOT OK + Comparing atmf024.tile5.nc ............ALT CHECK......NOT OK + Comparing atmf024.tile6.nc ............ALT CHECK......NOT OK Comparing RESTART/coupler.res .........OK Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - Comparing RESTART/MOM.res.nc .........OK - Comparing RESTART/iced.2021-03-23-21600.nc .........OK - Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK - Comparing gocart.inst_aod.20210323_0600z.nc4 .........OK - Comparing 20210323.060000.out_grd.glo_1deg .........OK - Comparing 20210323.060000.out_pnt.points .........OK - Comparing 20210323.060000.restart.glo_1deg .........OK - - 0: The total amount of wall time = 335.817472 - 0: The maximum resident set size (KB) = 1109648 - -Test 001 cpld_control_p8 PASS - - -baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/cpld_control_p8 -working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/cpld_2threads_p8 + Comparing RESTART/fv_core.res.tile1.nc ............ALT CHECK......NOT OK + Comparing RESTART/fv_core.res.tile2.nc ............ALT CHECK......NOT OK + Comparing RESTART/fv_core.res.tile3.nc ............ALT CHECK......NOT OK + Comparing RESTART/fv_core.res.tile4.nc ............ALT CHECK......NOT OK + Comparing RESTART/fv_core.res.tile5.nc ............ALT CHECK......NOT OK + Comparing RESTART/fv_core.res.tile6.nc ............ALT CHECK......NOT OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc ............ALT CHECK......NOT OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc ............ALT CHECK......NOT OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc ............ALT CHECK......NOT OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc ............ALT CHECK......NOT OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc ............ALT CHECK......NOT OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc ............ALT CHECK......NOT OK + Comparing RESTART/fv_tracer.res.tile1.nc ............ALT CHECK......NOT OK + Comparing RESTART/fv_tracer.res.tile2.nc ............ALT CHECK......NOT OK + Comparing RESTART/fv_tracer.res.tile3.nc ............ALT CHECK......NOT OK + Comparing RESTART/fv_tracer.res.tile4.nc ............ALT CHECK......NOT OK + Comparing RESTART/fv_tracer.res.tile5.nc ............ALT CHECK......NOT OK + Comparing RESTART/fv_tracer.res.tile6.nc ............ALT CHECK......NOT OK + Comparing RESTART/phy_data.tile1.nc ............ALT CHECK......NOT OK + Comparing RESTART/phy_data.tile2.nc ............ALT CHECK......NOT OK + Comparing RESTART/phy_data.tile3.nc ............ALT CHECK......NOT OK + Comparing RESTART/phy_data.tile4.nc ............ALT CHECK......NOT OK + Comparing RESTART/phy_data.tile5.nc ............ALT CHECK......NOT OK + Comparing RESTART/phy_data.tile6.nc ............ALT CHECK......NOT OK + Comparing RESTART/sfc_data.tile1.nc ............ALT CHECK......NOT OK + Comparing RESTART/sfc_data.tile2.nc ............ALT CHECK......NOT OK + Comparing RESTART/sfc_data.tile3.nc ............ALT CHECK......NOT OK + Comparing RESTART/sfc_data.tile4.nc ............ALT CHECK......NOT OK + Comparing RESTART/sfc_data.tile5.nc ............ALT CHECK......NOT OK + Comparing RESTART/sfc_data.tile6.nc ............ALT CHECK......NOT OK + Comparing RESTART/MOM.res.nc ............ALT CHECK......NOT OK + Comparing RESTART/iced.2021-03-23-21600.nc ............ALT CHECK......NOT OK + Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc ............ALT CHECK......NOT OK + Comparing gocart.inst_aod.20210323_0600z.nc4 ............MISSING baseline + Comparing 20210323.060000.out_grd.glo_1deg .........NOT OK + Comparing 20210323.060000.out_pnt.points .........NOT OK + Comparing 20210323.060000.restart.glo_1deg .........NOT OK + + 0: The total amount of wall time = 338.084637 + 0: The maximum resident set size (KB) = 1113636 + +Test 001 cpld_control_p8 FAIL Tries: 2 + + +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/cpld_control_p8 +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_216471/cpld_2threads_p8 Checking test 002 cpld_2threads_p8 results .... - Comparing sfcf024.tile1.nc .........OK - Comparing sfcf024.tile2.nc .........OK - Comparing sfcf024.tile3.nc .........OK - Comparing sfcf024.tile4.nc .........OK - Comparing sfcf024.tile5.nc .........OK - Comparing sfcf024.tile6.nc .........OK - Comparing atmf024.tile1.nc .........OK - Comparing atmf024.tile2.nc .........OK - Comparing atmf024.tile3.nc .........OK - Comparing atmf024.tile4.nc .........OK - Comparing atmf024.tile5.nc .........OK - Comparing atmf024.tile6.nc .........OK + Comparing sfcf024.tile1.nc ............ALT CHECK......NOT OK + Comparing sfcf024.tile2.nc ............ALT CHECK......NOT OK + Comparing sfcf024.tile3.nc ............ALT CHECK......NOT OK + Comparing sfcf024.tile4.nc ............ALT CHECK......NOT OK + Comparing sfcf024.tile5.nc ............ALT CHECK......NOT OK + Comparing sfcf024.tile6.nc ............ALT CHECK......NOT OK + Comparing atmf024.tile1.nc ............ALT CHECK......NOT OK + Comparing atmf024.tile2.nc ............ALT CHECK......NOT OK + Comparing atmf024.tile3.nc ............ALT CHECK......NOT OK + Comparing atmf024.tile4.nc ............ALT CHECK......NOT OK + Comparing atmf024.tile5.nc ............ALT CHECK......NOT OK + Comparing atmf024.tile6.nc ............ALT CHECK......NOT OK Comparing RESTART/coupler.res .........OK Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - Comparing RESTART/MOM.res.nc .........OK - Comparing RESTART/iced.2021-03-23-21600.nc .........OK - Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK - Comparing gocart.inst_aod.20210323_0600z.nc4 .........OK - Comparing 20210323.060000.out_grd.glo_1deg .........OK - Comparing 20210323.060000.out_pnt.points .........OK - Comparing 20210323.060000.restart.glo_1deg .........OK - - 0: The total amount of wall time = 419.986711 - 0: The maximum resident set size (KB) = 1689920 - -Test 002 cpld_2threads_p8 PASS - - -baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/cpld_control_p8 -working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/cpld_decomp_p8 + Comparing RESTART/fv_core.res.tile1.nc ............ALT CHECK......NOT OK + Comparing RESTART/fv_core.res.tile2.nc ............ALT CHECK......NOT OK + Comparing RESTART/fv_core.res.tile3.nc ............ALT CHECK......NOT OK + Comparing RESTART/fv_core.res.tile4.nc ............ALT CHECK......NOT OK + Comparing RESTART/fv_core.res.tile5.nc ............ALT CHECK......NOT OK + Comparing RESTART/fv_core.res.tile6.nc ............ALT CHECK......NOT OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc ............ALT CHECK......NOT OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc ............ALT CHECK......NOT OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc ............ALT CHECK......NOT OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc ............ALT CHECK......NOT OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc ............ALT CHECK......NOT OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc ............ALT CHECK......NOT OK + Comparing RESTART/fv_tracer.res.tile1.nc ............ALT CHECK......NOT OK + Comparing RESTART/fv_tracer.res.tile2.nc ............ALT CHECK......NOT OK + Comparing RESTART/fv_tracer.res.tile3.nc ............ALT CHECK......NOT OK + Comparing RESTART/fv_tracer.res.tile4.nc ............ALT CHECK......NOT OK + Comparing RESTART/fv_tracer.res.tile5.nc ............ALT CHECK......NOT OK + Comparing RESTART/fv_tracer.res.tile6.nc ............ALT CHECK......NOT OK + Comparing RESTART/phy_data.tile1.nc ............ALT CHECK......NOT OK + Comparing RESTART/phy_data.tile2.nc ............ALT CHECK......NOT OK + Comparing RESTART/phy_data.tile3.nc ............ALT CHECK......NOT OK + Comparing RESTART/phy_data.tile4.nc ............ALT CHECK......NOT OK + Comparing RESTART/phy_data.tile5.nc ............ALT CHECK......NOT OK + Comparing RESTART/phy_data.tile6.nc ............ALT CHECK......NOT OK + Comparing RESTART/sfc_data.tile1.nc ............ALT CHECK......NOT OK + Comparing RESTART/sfc_data.tile2.nc ............ALT CHECK......NOT OK + Comparing RESTART/sfc_data.tile3.nc ............ALT CHECK......NOT OK + Comparing RESTART/sfc_data.tile4.nc ............ALT CHECK......NOT OK + Comparing RESTART/sfc_data.tile5.nc ............ALT CHECK......NOT OK + Comparing RESTART/sfc_data.tile6.nc ............ALT CHECK......NOT OK + Comparing RESTART/MOM.res.nc ............ALT CHECK......NOT OK + Comparing RESTART/iced.2021-03-23-21600.nc ............ALT CHECK......NOT OK + Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc ............ALT CHECK......NOT OK + Comparing gocart.inst_aod.20210323_0600z.nc4 ............MISSING baseline + Comparing 20210323.060000.out_grd.glo_1deg .........NOT OK + Comparing 20210323.060000.out_pnt.points .........NOT OK + Comparing 20210323.060000.restart.glo_1deg .........NOT OK + + 0: The total amount of wall time = 418.419847 + 0: The maximum resident set size (KB) = 1692156 + +Test 002 cpld_2threads_p8 FAIL Tries: 2 + + +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/cpld_control_p8 +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_216471/cpld_decomp_p8 Checking test 003 cpld_decomp_p8 results .... - Comparing sfcf024.tile1.nc .........OK - Comparing sfcf024.tile2.nc .........OK - Comparing sfcf024.tile3.nc .........OK - Comparing sfcf024.tile4.nc .........OK - Comparing sfcf024.tile5.nc .........OK - Comparing sfcf024.tile6.nc .........OK - Comparing atmf024.tile1.nc .........OK - Comparing atmf024.tile2.nc .........OK - Comparing atmf024.tile3.nc .........OK - Comparing atmf024.tile4.nc .........OK - Comparing atmf024.tile5.nc .........OK - Comparing atmf024.tile6.nc .........OK + Comparing sfcf024.tile1.nc ............ALT CHECK......NOT OK + Comparing sfcf024.tile2.nc ............ALT CHECK......NOT OK + Comparing sfcf024.tile3.nc ............ALT CHECK......NOT OK + Comparing sfcf024.tile4.nc ............ALT CHECK......NOT OK + Comparing sfcf024.tile5.nc ............ALT CHECK......NOT OK + Comparing sfcf024.tile6.nc ............ALT CHECK......NOT OK + Comparing atmf024.tile1.nc ............ALT CHECK......NOT OK + Comparing atmf024.tile2.nc ............ALT CHECK......NOT OK + Comparing atmf024.tile3.nc ............ALT CHECK......NOT OK + Comparing atmf024.tile4.nc ............ALT CHECK......NOT OK + Comparing atmf024.tile5.nc ............ALT CHECK......NOT OK + Comparing atmf024.tile6.nc ............ALT CHECK......NOT OK Comparing RESTART/coupler.res .........OK Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - Comparing RESTART/MOM.res.nc .........OK - Comparing RESTART/iced.2021-03-23-21600.nc .........OK - Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK - Comparing gocart.inst_aod.20210323_0600z.nc4 .........OK - Comparing 20210323.060000.out_grd.glo_1deg .........OK - Comparing 20210323.060000.out_pnt.points .........OK - Comparing 20210323.060000.restart.glo_1deg .........OK - - 0: The total amount of wall time = 344.874087 - 0: The maximum resident set size (KB) = 1100280 - -Test 003 cpld_decomp_p8 PASS - - -baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/cpld_control_p8 -working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/cpld_mpi_p8 + Comparing RESTART/fv_core.res.tile1.nc ............ALT CHECK......NOT OK + Comparing RESTART/fv_core.res.tile2.nc ............ALT CHECK......NOT OK + Comparing RESTART/fv_core.res.tile3.nc ............ALT CHECK......NOT OK + Comparing RESTART/fv_core.res.tile4.nc ............ALT CHECK......NOT OK + Comparing RESTART/fv_core.res.tile5.nc ............ALT CHECK......NOT OK + Comparing RESTART/fv_core.res.tile6.nc ............ALT CHECK......NOT OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc ............ALT CHECK......NOT OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc ............ALT CHECK......NOT OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc ............ALT CHECK......NOT OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc ............ALT CHECK......NOT OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc ............ALT CHECK......NOT OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc ............ALT CHECK......NOT OK + Comparing RESTART/fv_tracer.res.tile1.nc ............ALT CHECK......NOT OK + Comparing RESTART/fv_tracer.res.tile2.nc ............ALT CHECK......NOT OK + Comparing RESTART/fv_tracer.res.tile3.nc ............ALT CHECK......NOT OK + Comparing RESTART/fv_tracer.res.tile4.nc ............ALT CHECK......NOT OK + Comparing RESTART/fv_tracer.res.tile5.nc ............ALT CHECK......NOT OK + Comparing RESTART/fv_tracer.res.tile6.nc ............ALT CHECK......NOT OK + Comparing RESTART/phy_data.tile1.nc ............ALT CHECK......NOT OK + Comparing RESTART/phy_data.tile2.nc ............ALT CHECK......NOT OK + Comparing RESTART/phy_data.tile3.nc ............ALT CHECK......NOT OK + Comparing RESTART/phy_data.tile4.nc ............ALT CHECK......NOT OK + Comparing RESTART/phy_data.tile5.nc ............ALT CHECK......NOT OK + Comparing RESTART/phy_data.tile6.nc ............ALT CHECK......NOT OK + Comparing RESTART/sfc_data.tile1.nc ............ALT CHECK......NOT OK + Comparing RESTART/sfc_data.tile2.nc ............ALT CHECK......NOT OK + Comparing RESTART/sfc_data.tile3.nc ............ALT CHECK......NOT OK + Comparing RESTART/sfc_data.tile4.nc ............ALT CHECK......NOT OK + Comparing RESTART/sfc_data.tile5.nc ............ALT CHECK......NOT OK + Comparing RESTART/sfc_data.tile6.nc ............ALT CHECK......NOT OK + Comparing RESTART/MOM.res.nc ............ALT CHECK......NOT OK + Comparing RESTART/iced.2021-03-23-21600.nc ............ALT CHECK......NOT OK + Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc ............ALT CHECK......NOT OK + Comparing gocart.inst_aod.20210323_0600z.nc4 ............MISSING baseline + Comparing 20210323.060000.out_grd.glo_1deg .........NOT OK + Comparing 20210323.060000.out_pnt.points .........NOT OK + Comparing 20210323.060000.restart.glo_1deg .........NOT OK + + 0: The total amount of wall time = 339.341265 + 0: The maximum resident set size (KB) = 1106876 + +Test 003 cpld_decomp_p8 FAIL Tries: 2 + + +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/cpld_control_p8 +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_216471/cpld_mpi_p8 Checking test 004 cpld_mpi_p8 results .... - Comparing sfcf024.tile1.nc .........OK - Comparing sfcf024.tile2.nc .........OK - Comparing sfcf024.tile3.nc .........OK - Comparing sfcf024.tile4.nc .........OK - Comparing sfcf024.tile5.nc .........OK - Comparing sfcf024.tile6.nc .........OK - Comparing atmf024.tile1.nc .........OK - Comparing atmf024.tile2.nc .........OK - Comparing atmf024.tile3.nc .........OK - Comparing atmf024.tile4.nc .........OK - Comparing atmf024.tile5.nc .........OK - Comparing atmf024.tile6.nc .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - Comparing RESTART/MOM.res.nc .........OK - Comparing RESTART/iced.2021-03-23-21600.nc .........OK - Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK - Comparing gocart.inst_aod.20210323_0600z.nc4 .........OK - Comparing 20210323.060000.out_grd.glo_1deg .........OK - Comparing 20210323.060000.out_pnt.points .........OK - Comparing 20210323.060000.restart.glo_1deg .........OK - - 0: The total amount of wall time = 286.324160 - 0: The maximum resident set size (KB) = 1021812 - -Test 004 cpld_mpi_p8 PASS - - -baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/cpld_control_p7_rrtmgp -working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/cpld_control_p7_rrtmgp -Checking test 005 cpld_control_p7_rrtmgp results .... - Comparing sfcf024.tile1.nc .........OK - Comparing sfcf024.tile2.nc .........OK - Comparing sfcf024.tile3.nc .........OK - Comparing sfcf024.tile4.nc .........OK - Comparing sfcf024.tile5.nc .........OK - Comparing sfcf024.tile6.nc .........OK - Comparing atmf024.tile1.nc .........OK - Comparing atmf024.tile2.nc .........OK - Comparing atmf024.tile3.nc .........OK - Comparing atmf024.tile4.nc .........OK - Comparing atmf024.tile5.nc .........OK - Comparing atmf024.tile6.nc .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - Comparing RESTART/MOM.res.nc .........OK - Comparing RESTART/iced.2021-03-23-21600.nc .........OK - Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK - Comparing 20210323.060000.out_grd.glo_1deg .........OK - Comparing 20210323.060000.out_pnt.points .........OK - Comparing 20210323.060000.restart.glo_1deg .........OK - - 0: The total amount of wall time = 256.645658 - 0: The maximum resident set size (KB) = 660612 - -Test 005 cpld_control_p7_rrtmgp PASS - - -baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/cpld_bmark_p7 -working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/cpld_bmark_p7 -Checking test 006 cpld_bmark_p7 results .... - Comparing sfcf006.nc .........OK - Comparing atmf006.nc .........OK - Comparing 20130401.060000.out_grd.gwes_30m .........OK - Comparing 20130401.060000.out_pnt.points .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - Comparing RESTART/MOM.res.nc .........OK - Comparing RESTART/MOM.res_1.nc .........OK - Comparing RESTART/MOM.res_2.nc .........OK - Comparing RESTART/MOM.res_3.nc .........OK - Comparing RESTART/iced.2013-04-01-21600.nc .........OK - Comparing RESTART/ufs.cpld.cpl.r.2013-04-01-21600.nc .........OK - - 0: The total amount of wall time = 875.576562 - 0: The maximum resident set size (KB) = 1254868 - -Test 006 cpld_bmark_p7 PASS - - -baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/cpld_bmark_p8 -working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/cpld_bmark_p8 -Checking test 007 cpld_bmark_p8 results .... - Comparing sfcf006.nc .........OK - Comparing atmf006.nc .........OK - Comparing gocart.inst_aod.20130401_0600z.nc4 .........OK - Comparing 20130401.060000.out_grd.gwes_30m .........OK - Comparing 20130401.060000.out_pnt.points .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - Comparing RESTART/MOM.res.nc .........OK - Comparing RESTART/MOM.res_1.nc .........OK - Comparing RESTART/MOM.res_2.nc .........OK - Comparing RESTART/MOM.res_3.nc .........OK - Comparing RESTART/iced.2013-04-01-21600.nc .........OK - Comparing RESTART/ufs.cpld.cpl.r.2013-04-01-21600.nc .........OK - - 0: The total amount of wall time = 1229.785063 - 0: The maximum resident set size (KB) = 2815916 - -Test 007 cpld_bmark_p8 PASS - - -baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/cpld_control_c96_p8 -working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/cpld_control_c96_p8 -Checking test 008 cpld_control_c96_p8 results .... - Comparing sfcf021.tile1.nc .........OK - Comparing sfcf021.tile2.nc .........OK - Comparing sfcf021.tile3.nc .........OK - Comparing sfcf021.tile4.nc .........OK - Comparing sfcf021.tile5.nc .........OK - Comparing sfcf021.tile6.nc .........OK - Comparing atmf021.tile1.nc .........OK - Comparing atmf021.tile2.nc .........OK - Comparing atmf021.tile3.nc .........OK - Comparing atmf021.tile4.nc .........OK - Comparing atmf021.tile5.nc .........OK - Comparing atmf021.tile6.nc .........OK - Comparing sfcf024.tile1.nc .........OK - Comparing sfcf024.tile2.nc .........OK - Comparing sfcf024.tile3.nc .........OK - Comparing sfcf024.tile4.nc .........OK - Comparing sfcf024.tile5.nc .........OK - Comparing sfcf024.tile6.nc .........OK - Comparing atmf024.tile1.nc .........OK - Comparing atmf024.tile2.nc .........OK - Comparing atmf024.tile3.nc .........OK - Comparing atmf024.tile4.nc .........OK - Comparing atmf024.tile5.nc .........OK - Comparing atmf024.tile6.nc .........OK - Comparing gocart.inst_aod.20210323_0600z.nc4 .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - Comparing RESTART/MOM.res.nc .........OK - Comparing RESTART/iced.2021-03-23-21600.nc .........OK - Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK - - 0: The total amount of wall time = 332.124138 - 0: The maximum resident set size (KB) = 1125364 - -Test 008 cpld_control_c96_p8 PASS - - -baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/cpld_control_c96_p8 -working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/cpld_restart_c96_p8 -Checking test 009 cpld_restart_c96_p8 results .... - Comparing sfcf024.tile1.nc .........OK - Comparing sfcf024.tile2.nc .........OK - Comparing sfcf024.tile3.nc .........OK - Comparing sfcf024.tile4.nc .........OK - Comparing sfcf024.tile5.nc .........OK - Comparing sfcf024.tile6.nc .........OK - Comparing atmf024.tile1.nc .........OK - Comparing atmf024.tile2.nc .........OK - Comparing atmf024.tile3.nc .........OK - Comparing atmf024.tile4.nc .........OK - Comparing atmf024.tile5.nc .........OK - Comparing atmf024.tile6.nc .........OK - Comparing gocart.inst_aod.20210323_0600z.nc4 .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - Comparing RESTART/MOM.res.nc .........OK - Comparing RESTART/iced.2021-03-23-21600.nc .........OK - Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK - - 0: The total amount of wall time = 189.578528 - 0: The maximum resident set size (KB) = 1086712 - -Test 009 cpld_restart_c96_p8 PASS - - -baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/cpld_control_c192_p8 -working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/cpld_control_c192_p8 -Checking test 010 cpld_control_c192_p8 results .... - Comparing sfcf036.tile1.nc .........OK - Comparing sfcf036.tile2.nc .........OK - Comparing sfcf036.tile3.nc .........OK - Comparing sfcf036.tile4.nc .........OK - Comparing sfcf036.tile5.nc .........OK - Comparing sfcf036.tile6.nc .........OK - Comparing atmf036.tile1.nc .........OK - Comparing atmf036.tile2.nc .........OK - Comparing atmf036.tile3.nc .........OK - Comparing atmf036.tile4.nc .........OK - Comparing atmf036.tile5.nc .........OK - Comparing atmf036.tile6.nc .........OK - Comparing gocart.inst_aod.20210323_1800z.nc4 .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - Comparing RESTART/MOM.res.nc .........OK - Comparing RESTART/iced.2021-03-23-64800.nc .........OK - Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-64800.nc .........OK - - 0: The total amount of wall time = 1435.389910 - 0: The maximum resident set size (KB) = 1559468 - -Test 010 cpld_control_c192_p8 PASS - - -baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/cpld_control_c192_p8 -working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/cpld_restart_c192_p8 -Checking test 011 cpld_restart_c192_p8 results .... - Comparing sfcf036.tile1.nc .........OK - Comparing sfcf036.tile2.nc .........OK - Comparing sfcf036.tile3.nc .........OK - Comparing sfcf036.tile4.nc .........OK - Comparing sfcf036.tile5.nc .........OK - Comparing sfcf036.tile6.nc .........OK - Comparing atmf036.tile1.nc .........OK - Comparing atmf036.tile2.nc .........OK - Comparing atmf036.tile3.nc .........OK - Comparing atmf036.tile4.nc .........OK - Comparing atmf036.tile5.nc .........OK - Comparing atmf036.tile6.nc .........OK - Comparing gocart.inst_aod.20210323_1800z.nc4 .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - Comparing RESTART/MOM.res.nc .........OK - Comparing RESTART/iced.2021-03-23-64800.nc .........OK - Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-64800.nc .........OK - - 0: The total amount of wall time = 1174.594879 - 0: The maximum resident set size (KB) = 1730588 - -Test 011 cpld_restart_c192_p8 PASS - - -baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/cpld_control_c384_p8 -working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/cpld_control_c384_p8 -Checking test 012 cpld_control_c384_p8 results .... - Comparing sfcf006.nc .........OK - Comparing atmf006.nc .........OK - Comparing gocart.inst_aod.20210322_1200z.nc4 .........OK + Comparing sfcf024.tile1.nc ............ALT CHECK......NOT OK + Comparing sfcf024.tile2.nc ............ALT CHECK......NOT OK + Comparing sfcf024.tile3.nc ............ALT CHECK......NOT OK + Comparing sfcf024.tile4.nc ............ALT CHECK......NOT OK + Comparing sfcf024.tile5.nc ............ALT CHECK......NOT OK + Comparing sfcf024.tile6.nc ............ALT CHECK......NOT OK + Comparing atmf024.tile1.nc ............ALT CHECK......NOT OK + Comparing atmf024.tile2.nc ............ALT CHECK......NOT OK + Comparing atmf024.tile3.nc ............ALT CHECK......NOT OK + Comparing atmf024.tile4.nc ............ALT CHECK......NOT OK + Comparing atmf024.tile5.nc ............ALT CHECK......NOT OK + Comparing atmf024.tile6.nc ............ALT CHECK......NOT OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc ............ALT CHECK......NOT OK + Comparing RESTART/fv_core.res.tile2.nc ............ALT CHECK......NOT OK + Comparing RESTART/fv_core.res.tile3.nc ............ALT CHECK......NOT OK + Comparing RESTART/fv_core.res.tile4.nc ............ALT CHECK......NOT OK + Comparing RESTART/fv_core.res.tile5.nc ............ALT CHECK......NOT OK + Comparing RESTART/fv_core.res.tile6.nc ............ALT CHECK......NOT OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc ............ALT CHECK......NOT OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc ............ALT CHECK......NOT OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc ............ALT CHECK......NOT OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc ............ALT CHECK......NOT OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc ............ALT CHECK......NOT OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc ............ALT CHECK......NOT OK + Comparing RESTART/fv_tracer.res.tile1.nc ............ALT CHECK......NOT OK + Comparing RESTART/fv_tracer.res.tile2.nc ............ALT CHECK......NOT OK + Comparing RESTART/fv_tracer.res.tile3.nc ............ALT CHECK......NOT OK + Comparing RESTART/fv_tracer.res.tile4.nc ............ALT CHECK......NOT OK + Comparing RESTART/fv_tracer.res.tile5.nc ............ALT CHECK......NOT OK + Comparing RESTART/fv_tracer.res.tile6.nc ............ALT CHECK......NOT OK + Comparing RESTART/phy_data.tile1.nc ............ALT CHECK......NOT OK + Comparing RESTART/phy_data.tile2.nc ............ALT CHECK......NOT OK + Comparing RESTART/phy_data.tile3.nc ............ALT CHECK......NOT OK + Comparing RESTART/phy_data.tile4.nc ............ALT CHECK......NOT OK + Comparing RESTART/phy_data.tile5.nc ............ALT CHECK......NOT OK + Comparing RESTART/phy_data.tile6.nc ............ALT CHECK......NOT OK + Comparing RESTART/sfc_data.tile1.nc ............ALT CHECK......NOT OK + Comparing RESTART/sfc_data.tile2.nc ............ALT CHECK......NOT OK + Comparing RESTART/sfc_data.tile3.nc ............ALT CHECK......NOT OK + Comparing RESTART/sfc_data.tile4.nc ............ALT CHECK......NOT OK + Comparing RESTART/sfc_data.tile5.nc ............ALT CHECK......NOT OK + Comparing RESTART/sfc_data.tile6.nc ............ALT CHECK......NOT OK + Comparing RESTART/MOM.res.nc ............ALT CHECK......NOT OK + Comparing RESTART/iced.2021-03-23-21600.nc ............ALT CHECK......NOT OK + Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc ............ALT CHECK......NOT OK + Comparing gocart.inst_aod.20210323_0600z.nc4 ............MISSING baseline + Comparing 20210323.060000.out_grd.glo_1deg .........NOT OK + Comparing 20210323.060000.out_pnt.points .........NOT OK + Comparing 20210323.060000.restart.glo_1deg .........NOT OK + + 0: The total amount of wall time = 281.090792 + 0: The maximum resident set size (KB) = 1021188 + +Test 004 cpld_mpi_p8 FAIL Tries: 2 + + +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/cpld_control_p7_rrtmgp +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_216471/cpld_control_p7_rrtmgp +Checking test 005 cpld_control_p7_rrtmgp results .... + Comparing sfcf024.tile1.nc .........OK + Comparing sfcf024.tile2.nc .........OK + Comparing sfcf024.tile3.nc .........OK + Comparing sfcf024.tile4.nc .........OK + Comparing sfcf024.tile5.nc .........OK + Comparing sfcf024.tile6.nc .........OK + Comparing atmf024.tile1.nc .........OK + Comparing atmf024.tile2.nc .........OK + Comparing atmf024.tile3.nc .........OK + Comparing atmf024.tile4.nc .........OK + Comparing atmf024.tile5.nc .........OK + Comparing atmf024.tile6.nc .........OK Comparing RESTART/coupler.res .........OK Comparing RESTART/fv_core.res.nc .........OK Comparing RESTART/fv_core.res.tile1.nc .........OK @@ -720,24 +320,25 @@ Checking test 012 cpld_control_c384_p8 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK Comparing RESTART/MOM.res.nc .........OK - Comparing RESTART/MOM.res_1.nc .........OK - Comparing RESTART/MOM.res_2.nc .........OK - Comparing RESTART/MOM.res_3.nc .........OK - Comparing RESTART/iced.2021-03-22-43200.nc .........OK - Comparing RESTART/ufs.cpld.cpl.r.2021-03-22-43200.nc .........OK + Comparing RESTART/iced.2021-03-23-21600.nc .........OK + Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK + Comparing 20210323.060000.out_grd.glo_1deg .........OK + Comparing 20210323.060000.out_pnt.points .........OK + Comparing 20210323.060000.restart.glo_1deg .........OK - 0: The total amount of wall time = 1169.363598 - 0: The maximum resident set size (KB) = 2801112 + 0: The total amount of wall time = 256.106540 + 0: The maximum resident set size (KB) = 658192 -Test 012 cpld_control_c384_p8 PASS +Test 005 cpld_control_p7_rrtmgp PASS -baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/cpld_control_c384_p8 -working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/cpld_restart_c384_p8 -Checking test 013 cpld_restart_c384_p8 results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/cpld_bmark_p7 +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_216471/cpld_bmark_p7 +Checking test 006 cpld_bmark_p7 results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK - Comparing gocart.inst_aod.20210322_1200z.nc4 .........OK + Comparing 20130401.060000.out_grd.gwes_30m .........OK + Comparing 20130401.060000.out_pnt.points .........OK Comparing RESTART/coupler.res .........OK Comparing RESTART/fv_core.res.nc .........OK Comparing RESTART/fv_core.res.tile1.nc .........OK @@ -774,75 +375,307 @@ Checking test 013 cpld_restart_c384_p8 results .... Comparing RESTART/MOM.res_1.nc .........OK Comparing RESTART/MOM.res_2.nc .........OK Comparing RESTART/MOM.res_3.nc .........OK - Comparing RESTART/iced.2021-03-22-43200.nc .........OK - Comparing RESTART/ufs.cpld.cpl.r.2021-03-22-43200.nc .........OK + 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 = 681.943024 - 0: The maximum resident set size (KB) = 2773432 + 0: The total amount of wall time = 876.098329 + 0: The maximum resident set size (KB) = 1230960 -Test 013 cpld_restart_c384_p8 PASS +Test 006 cpld_bmark_p7 PASS -baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/cpld_debug_p8 -working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/cpld_debug_p8 +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/cpld_bmark_p8 +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_216471/cpld_bmark_p8 +Checking test 007 cpld_bmark_p8 results .... + Comparing sfcf006.nc ............ALT CHECK......NOT OK + Comparing atmf006.nc ............ALT CHECK......NOT OK + Comparing gocart.inst_aod.20130401_0600z.nc4 ............MISSING baseline + Comparing 20130401.060000.out_grd.gwes_30m .........NOT OK + Comparing 20130401.060000.out_pnt.points .........NOT OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc ............ALT CHECK......NOT OK + Comparing RESTART/fv_core.res.tile2.nc ............ALT CHECK......NOT OK + Comparing RESTART/fv_core.res.tile3.nc ............ALT CHECK......NOT OK + Comparing RESTART/fv_core.res.tile4.nc ............ALT CHECK......NOT OK + Comparing RESTART/fv_core.res.tile5.nc ............ALT CHECK......NOT OK + Comparing RESTART/fv_core.res.tile6.nc ............ALT CHECK......NOT OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc ............ALT CHECK......NOT OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc ............ALT CHECK......NOT OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc ............ALT CHECK......NOT OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc ............ALT CHECK......NOT OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc ............ALT CHECK......NOT OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc ............ALT CHECK......NOT OK + Comparing RESTART/fv_tracer.res.tile1.nc ............ALT CHECK......NOT OK + Comparing RESTART/fv_tracer.res.tile2.nc ............ALT CHECK......NOT OK + Comparing RESTART/fv_tracer.res.tile3.nc ............ALT CHECK......NOT OK + Comparing RESTART/fv_tracer.res.tile4.nc ............ALT CHECK......NOT OK + Comparing RESTART/fv_tracer.res.tile5.nc ............ALT CHECK......NOT OK + Comparing RESTART/fv_tracer.res.tile6.nc ............ALT CHECK......NOT OK + Comparing RESTART/phy_data.tile1.nc ............ALT CHECK......NOT OK + Comparing RESTART/phy_data.tile2.nc ............ALT CHECK......NOT OK + Comparing RESTART/phy_data.tile3.nc ............ALT CHECK......NOT OK + Comparing RESTART/phy_data.tile4.nc ............ALT CHECK......NOT OK + Comparing RESTART/phy_data.tile5.nc ............ALT CHECK......NOT OK + Comparing RESTART/phy_data.tile6.nc ............ALT CHECK......NOT OK + Comparing RESTART/sfc_data.tile1.nc ............ALT CHECK......NOT OK + Comparing RESTART/sfc_data.tile2.nc ............ALT CHECK......NOT OK + Comparing RESTART/sfc_data.tile3.nc ............ALT CHECK......NOT OK + Comparing RESTART/sfc_data.tile4.nc ............ALT CHECK......NOT OK + Comparing RESTART/sfc_data.tile5.nc ............ALT CHECK......NOT OK + Comparing RESTART/sfc_data.tile6.nc ............ALT CHECK......NOT OK + Comparing RESTART/MOM.res.nc ............ALT CHECK......NOT OK + Comparing RESTART/MOM.res_1.nc ............ALT CHECK......NOT OK + Comparing RESTART/MOM.res_2.nc ............ALT CHECK......NOT OK + Comparing RESTART/MOM.res_3.nc ............ALT CHECK......NOT OK + Comparing RESTART/iced.2013-04-01-21600.nc ............ALT CHECK......NOT OK + Comparing RESTART/ufs.cpld.cpl.r.2013-04-01-21600.nc ............ALT CHECK......NOT OK + + 0: The total amount of wall time = 1099.123911 + 0: The maximum resident set size (KB) = 2811792 + +Test 007 cpld_bmark_p8 FAIL Tries: 2 + + +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/cpld_control_c96_p8 +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_216471/cpld_control_c96_p8 +Checking test 008 cpld_control_c96_p8 results .... + Comparing sfcf021.tile1.nc ............ALT CHECK......NOT OK + Comparing sfcf021.tile2.nc ............ALT CHECK......NOT OK + Comparing sfcf021.tile3.nc ............ALT CHECK......NOT OK + Comparing sfcf021.tile4.nc ............ALT CHECK......NOT OK + Comparing sfcf021.tile5.nc ............ALT CHECK......NOT OK + Comparing sfcf021.tile6.nc ............ALT CHECK......NOT OK + Comparing atmf021.tile1.nc ............ALT CHECK......NOT OK + Comparing atmf021.tile2.nc ............ALT CHECK......NOT OK + Comparing atmf021.tile3.nc ............ALT CHECK......NOT OK + Comparing atmf021.tile4.nc ............ALT CHECK......NOT OK + Comparing atmf021.tile5.nc ............ALT CHECK......NOT OK + Comparing atmf021.tile6.nc ............ALT CHECK......NOT OK + Comparing sfcf024.tile1.nc ............ALT CHECK......NOT OK + Comparing sfcf024.tile2.nc ............ALT CHECK......NOT OK + Comparing sfcf024.tile3.nc ............ALT CHECK......NOT OK + Comparing sfcf024.tile4.nc ............ALT CHECK......NOT OK + Comparing sfcf024.tile5.nc ............ALT CHECK......NOT OK + Comparing sfcf024.tile6.nc ............ALT CHECK......NOT OK + Comparing atmf024.tile1.nc ............ALT CHECK......NOT OK + Comparing atmf024.tile2.nc ............ALT CHECK......NOT OK + Comparing atmf024.tile3.nc ............ALT CHECK......NOT OK + Comparing atmf024.tile4.nc ............ALT CHECK......NOT OK + Comparing atmf024.tile5.nc ............ALT CHECK......NOT OK + Comparing atmf024.tile6.nc ............ALT CHECK......NOT OK + Comparing gocart.inst_aod.20210323_0600z.nc4 ............MISSING baseline + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc ............ALT CHECK......NOT OK + Comparing RESTART/fv_core.res.tile2.nc ............ALT CHECK......NOT OK + Comparing RESTART/fv_core.res.tile3.nc ............ALT CHECK......NOT OK + Comparing RESTART/fv_core.res.tile4.nc ............ALT CHECK......NOT OK + Comparing RESTART/fv_core.res.tile5.nc ............ALT CHECK......NOT OK + Comparing RESTART/fv_core.res.tile6.nc ............ALT CHECK......NOT OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc ............ALT CHECK......NOT OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc ............ALT CHECK......NOT OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc ............ALT CHECK......NOT OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc ............ALT CHECK......NOT OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc ............ALT CHECK......NOT OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc ............ALT CHECK......NOT OK + Comparing RESTART/fv_tracer.res.tile1.nc ............ALT CHECK......NOT OK + Comparing RESTART/fv_tracer.res.tile2.nc ............ALT CHECK......NOT OK + Comparing RESTART/fv_tracer.res.tile3.nc ............ALT CHECK......NOT OK + Comparing RESTART/fv_tracer.res.tile4.nc ............ALT CHECK......NOT OK + Comparing RESTART/fv_tracer.res.tile5.nc ............ALT CHECK......NOT OK + Comparing RESTART/fv_tracer.res.tile6.nc ............ALT CHECK......NOT OK + Comparing RESTART/phy_data.tile1.nc ............ALT CHECK......NOT OK + Comparing RESTART/phy_data.tile2.nc ............ALT CHECK......NOT OK + Comparing RESTART/phy_data.tile3.nc ............ALT CHECK......NOT OK + Comparing RESTART/phy_data.tile4.nc ............ALT CHECK......NOT OK + Comparing RESTART/phy_data.tile5.nc ............ALT CHECK......NOT OK + Comparing RESTART/phy_data.tile6.nc ............ALT CHECK......NOT OK + Comparing RESTART/sfc_data.tile1.nc ............ALT CHECK......NOT OK + Comparing RESTART/sfc_data.tile2.nc ............ALT CHECK......NOT OK + Comparing RESTART/sfc_data.tile3.nc ............ALT CHECK......NOT OK + Comparing RESTART/sfc_data.tile4.nc ............ALT CHECK......NOT OK + Comparing RESTART/sfc_data.tile5.nc ............ALT CHECK......NOT OK + Comparing RESTART/sfc_data.tile6.nc ............ALT CHECK......NOT OK + Comparing RESTART/MOM.res.nc ............ALT CHECK......NOT OK + Comparing RESTART/iced.2021-03-23-21600.nc ............ALT CHECK......NOT OK + Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc ............ALT CHECK......NOT OK + + 0: The total amount of wall time = 329.428609 + 0: The maximum resident set size (KB) = 1127544 + +Test 008 cpld_control_c96_p8 FAIL Tries: 2 + + +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/cpld_control_c192_p8 +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_216471/cpld_control_c192_p8 +Checking test 010 cpld_control_c192_p8 results .... + Comparing sfcf036.tile1.nc ............ALT CHECK......NOT OK + Comparing sfcf036.tile2.nc ............ALT CHECK......NOT OK + Comparing sfcf036.tile3.nc ............ALT CHECK......NOT OK + Comparing sfcf036.tile4.nc ............ALT CHECK......NOT OK + Comparing sfcf036.tile5.nc ............ALT CHECK......NOT OK + Comparing sfcf036.tile6.nc ............ALT CHECK......NOT OK + Comparing atmf036.tile1.nc ............ALT CHECK......NOT OK + Comparing atmf036.tile2.nc ............ALT CHECK......NOT OK + Comparing atmf036.tile3.nc ............ALT CHECK......NOT OK + Comparing atmf036.tile4.nc ............ALT CHECK......NOT OK + Comparing atmf036.tile5.nc ............ALT CHECK......NOT OK + Comparing atmf036.tile6.nc ............ALT CHECK......NOT OK + Comparing gocart.inst_aod.20210323_1800z.nc4 ............MISSING baseline + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc ............ALT CHECK......NOT OK + Comparing RESTART/fv_core.res.tile2.nc ............ALT CHECK......NOT OK + Comparing RESTART/fv_core.res.tile3.nc ............ALT CHECK......NOT OK + Comparing RESTART/fv_core.res.tile4.nc ............ALT CHECK......NOT OK + Comparing RESTART/fv_core.res.tile5.nc ............ALT CHECK......NOT OK + Comparing RESTART/fv_core.res.tile6.nc ............ALT CHECK......NOT OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc ............ALT CHECK......NOT OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc ............ALT CHECK......NOT OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc ............ALT CHECK......NOT OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc ............ALT CHECK......NOT OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc ............ALT CHECK......NOT OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc ............ALT CHECK......NOT OK + Comparing RESTART/fv_tracer.res.tile1.nc ............ALT CHECK......NOT OK + Comparing RESTART/fv_tracer.res.tile2.nc ............ALT CHECK......NOT OK + Comparing RESTART/fv_tracer.res.tile3.nc ............ALT CHECK......NOT OK + Comparing RESTART/fv_tracer.res.tile4.nc ............ALT CHECK......NOT OK + Comparing RESTART/fv_tracer.res.tile5.nc ............ALT CHECK......NOT OK + Comparing RESTART/fv_tracer.res.tile6.nc ............ALT CHECK......NOT OK + Comparing RESTART/phy_data.tile1.nc ............ALT CHECK......NOT OK + Comparing RESTART/phy_data.tile2.nc ............ALT CHECK......NOT OK + Comparing RESTART/phy_data.tile3.nc ............ALT CHECK......NOT OK + Comparing RESTART/phy_data.tile4.nc ............ALT CHECK......NOT OK + Comparing RESTART/phy_data.tile5.nc ............ALT CHECK......NOT OK + Comparing RESTART/phy_data.tile6.nc ............ALT CHECK......NOT OK + Comparing RESTART/sfc_data.tile1.nc ............ALT CHECK......NOT OK + Comparing RESTART/sfc_data.tile2.nc ............ALT CHECK......NOT OK + Comparing RESTART/sfc_data.tile3.nc ............ALT CHECK......NOT OK + Comparing RESTART/sfc_data.tile4.nc ............ALT CHECK......NOT OK + Comparing RESTART/sfc_data.tile5.nc ............ALT CHECK......NOT OK + Comparing RESTART/sfc_data.tile6.nc ............ALT CHECK......NOT OK + Comparing RESTART/MOM.res.nc ............ALT CHECK......NOT OK + Comparing RESTART/iced.2021-03-23-64800.nc ............ALT CHECK......NOT OK + Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-64800.nc ............ALT CHECK......NOT OK + + 0: The total amount of wall time = 1447.552034 + 0: The maximum resident set size (KB) = 1562284 + +Test 010 cpld_control_c192_p8 FAIL Tries: 2 + + +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/cpld_control_c384_p8 +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_216471/cpld_control_c384_p8 +Checking test 012 cpld_control_c384_p8 results .... + Comparing sfcf006.nc ............ALT CHECK......NOT OK + Comparing atmf006.nc ............ALT CHECK......NOT OK + Comparing gocart.inst_aod.20210322_1200z.nc4 ............MISSING baseline + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc ............ALT CHECK......NOT OK + Comparing RESTART/fv_core.res.tile2.nc ............ALT CHECK......NOT OK + Comparing RESTART/fv_core.res.tile3.nc ............ALT CHECK......NOT OK + Comparing RESTART/fv_core.res.tile4.nc ............ALT CHECK......NOT OK + Comparing RESTART/fv_core.res.tile5.nc ............ALT CHECK......NOT OK + Comparing RESTART/fv_core.res.tile6.nc ............ALT CHECK......NOT OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc ............ALT CHECK......NOT OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc ............ALT CHECK......NOT OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc ............ALT CHECK......NOT OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc ............ALT CHECK......NOT OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc ............ALT CHECK......NOT OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc ............ALT CHECK......NOT OK + Comparing RESTART/fv_tracer.res.tile1.nc ............ALT CHECK......NOT OK + Comparing RESTART/fv_tracer.res.tile2.nc ............ALT CHECK......NOT OK + Comparing RESTART/fv_tracer.res.tile3.nc ............ALT CHECK......NOT OK + Comparing RESTART/fv_tracer.res.tile4.nc ............ALT CHECK......NOT OK + Comparing RESTART/fv_tracer.res.tile5.nc ............ALT CHECK......NOT OK + Comparing RESTART/fv_tracer.res.tile6.nc ............ALT CHECK......NOT OK + Comparing RESTART/phy_data.tile1.nc ............ALT CHECK......NOT OK + Comparing RESTART/phy_data.tile2.nc ............ALT CHECK......NOT OK + Comparing RESTART/phy_data.tile3.nc ............ALT CHECK......NOT OK + Comparing RESTART/phy_data.tile4.nc ............ALT CHECK......NOT OK + Comparing RESTART/phy_data.tile5.nc ............ALT CHECK......NOT OK + Comparing RESTART/phy_data.tile6.nc ............ALT CHECK......NOT OK + Comparing RESTART/sfc_data.tile1.nc ............ALT CHECK......NOT OK + Comparing RESTART/sfc_data.tile2.nc ............ALT CHECK......NOT OK + Comparing RESTART/sfc_data.tile3.nc ............ALT CHECK......NOT OK + Comparing RESTART/sfc_data.tile4.nc ............ALT CHECK......NOT OK + Comparing RESTART/sfc_data.tile5.nc ............ALT CHECK......NOT OK + Comparing RESTART/sfc_data.tile6.nc ............ALT CHECK......NOT OK + Comparing RESTART/MOM.res.nc ............ALT CHECK......NOT OK + Comparing RESTART/MOM.res_1.nc ............ALT CHECK......NOT OK + Comparing RESTART/MOM.res_2.nc ............ALT CHECK......NOT OK + Comparing RESTART/MOM.res_3.nc ............ALT CHECK......NOT OK + Comparing RESTART/iced.2021-03-22-43200.nc ............ALT CHECK......NOT OK + Comparing RESTART/ufs.cpld.cpl.r.2021-03-22-43200.nc ............ALT CHECK......NOT OK + + 0: The total amount of wall time = 1211.181810 + 0: The maximum resident set size (KB) = 2800692 + +Test 012 cpld_control_c384_p8 FAIL Tries: 2 + + +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/cpld_debug_p8 +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_216471/cpld_debug_p8 Checking test 014 cpld_debug_p8 results .... - Comparing sfcf006.tile1.nc .........OK - Comparing sfcf006.tile2.nc .........OK - Comparing sfcf006.tile3.nc .........OK - Comparing sfcf006.tile4.nc .........OK - Comparing sfcf006.tile5.nc .........OK - Comparing sfcf006.tile6.nc .........OK - Comparing atmf006.tile1.nc .........OK - Comparing atmf006.tile2.nc .........OK - Comparing atmf006.tile3.nc .........OK - Comparing atmf006.tile4.nc .........OK - Comparing atmf006.tile5.nc .........OK - Comparing atmf006.tile6.nc .........OK - Comparing gocart.inst_aod.20210322_1200z.nc4 .........OK + Comparing sfcf006.tile1.nc ............ALT CHECK......NOT OK + Comparing sfcf006.tile2.nc ............ALT CHECK......NOT OK + Comparing sfcf006.tile3.nc ............ALT CHECK......NOT OK + Comparing sfcf006.tile4.nc ............ALT CHECK......NOT OK + Comparing sfcf006.tile5.nc ............ALT CHECK......NOT OK + Comparing sfcf006.tile6.nc ............ALT CHECK......NOT OK + Comparing atmf006.tile1.nc ............ALT CHECK......NOT OK + Comparing atmf006.tile2.nc ............ALT CHECK......NOT OK + Comparing atmf006.tile3.nc ............ALT CHECK......NOT OK + Comparing atmf006.tile4.nc ............ALT CHECK......NOT OK + Comparing atmf006.tile5.nc ............ALT CHECK......NOT OK + Comparing atmf006.tile6.nc ............ALT CHECK......NOT OK + Comparing gocart.inst_aod.20210322_1200z.nc4 ............MISSING baseline Comparing RESTART/coupler.res .........OK Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - Comparing RESTART/MOM.res.nc .........OK - Comparing RESTART/iced.2021-03-22-43200.nc .........OK - Comparing RESTART/ufs.cpld.cpl.r.2021-03-22-43200.nc .........OK - - 0: The total amount of wall time = 1093.701378 - 0: The maximum resident set size (KB) = 1189016 - -Test 014 cpld_debug_p8 PASS - - -baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/control -working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/control + Comparing RESTART/fv_core.res.tile1.nc ............ALT CHECK......NOT OK + Comparing RESTART/fv_core.res.tile2.nc ............ALT CHECK......NOT OK + Comparing RESTART/fv_core.res.tile3.nc ............ALT CHECK......NOT OK + Comparing RESTART/fv_core.res.tile4.nc ............ALT CHECK......NOT OK + Comparing RESTART/fv_core.res.tile5.nc ............ALT CHECK......NOT OK + Comparing RESTART/fv_core.res.tile6.nc ............ALT CHECK......NOT OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc ............ALT CHECK......NOT OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc ............ALT CHECK......NOT OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc ............ALT CHECK......NOT OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc ............ALT CHECK......NOT OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc ............ALT CHECK......NOT OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc ............ALT CHECK......NOT OK + Comparing RESTART/fv_tracer.res.tile1.nc ............ALT CHECK......NOT OK + Comparing RESTART/fv_tracer.res.tile2.nc ............ALT CHECK......NOT OK + Comparing RESTART/fv_tracer.res.tile3.nc ............ALT CHECK......NOT OK + Comparing RESTART/fv_tracer.res.tile4.nc ............ALT CHECK......NOT OK + Comparing RESTART/fv_tracer.res.tile5.nc ............ALT CHECK......NOT OK + Comparing RESTART/fv_tracer.res.tile6.nc ............ALT CHECK......NOT OK + Comparing RESTART/phy_data.tile1.nc ............ALT CHECK......NOT OK + Comparing RESTART/phy_data.tile2.nc ............ALT CHECK......NOT OK + Comparing RESTART/phy_data.tile3.nc ............ALT CHECK......NOT OK + Comparing RESTART/phy_data.tile4.nc ............ALT CHECK......NOT OK + Comparing RESTART/phy_data.tile5.nc ............ALT CHECK......NOT OK + Comparing RESTART/phy_data.tile6.nc ............ALT CHECK......NOT OK + Comparing RESTART/sfc_data.tile1.nc ............ALT CHECK......NOT OK + Comparing RESTART/sfc_data.tile2.nc ............ALT CHECK......NOT OK + Comparing RESTART/sfc_data.tile3.nc ............ALT CHECK......NOT OK + Comparing RESTART/sfc_data.tile4.nc ............ALT CHECK......NOT OK + Comparing RESTART/sfc_data.tile5.nc ............ALT CHECK......NOT OK + Comparing RESTART/sfc_data.tile6.nc ............ALT CHECK......NOT OK + Comparing RESTART/MOM.res.nc ............ALT CHECK......NOT OK + Comparing RESTART/iced.2021-03-22-43200.nc ............ALT CHECK......NOT OK + Comparing RESTART/ufs.cpld.cpl.r.2021-03-22-43200.nc ............ALT CHECK......NOT OK + + 0: The total amount of wall time = 1051.420343 + 0: The maximum resident set size (KB) = 1191336 + +Test 014 cpld_debug_p8 FAIL Tries: 2 + + +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/control +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_216471/control Checking test 015 control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -889,14 +722,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 = 127.893187 - 0: The maximum resident set size (KB) = 467932 + 0: The total amount of wall time = 131.448454 + 0: The maximum resident set size (KB) = 463648 Test 015 control PASS -baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/control -working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/control_decomp +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/control +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_216471/control_decomp Checking test 016 control_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -939,28 +772,28 @@ 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 = 137.112275 - 0: The maximum resident set size (KB) = 466968 + 0: The total amount of wall time = 137.183391 + 0: The maximum resident set size (KB) = 464588 Test 016 control_decomp PASS -baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/control -working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/control_2dwrtdecomp +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/control +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_216471/control_2dwrtdecomp Checking test 017 control_2dwrtdecomp results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK Comparing atmf024.nc .........OK - 0: The total amount of wall time = 122.466295 - 0: The maximum resident set size (KB) = 464420 + 0: The total amount of wall time = 121.628114 + 0: The maximum resident set size (KB) = 465672 Test 017 control_2dwrtdecomp PASS -baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/control -working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/control_2threads +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/control +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_216471/control_2threads Checking test 018 control_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1003,14 +836,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 = 153.566391 - 0: The maximum resident set size (KB) = 519092 + 0: The total amount of wall time = 150.231086 + 0: The maximum resident set size (KB) = 515416 Test 018 control_2threads PASS -baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/control -working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/control_restart +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/control +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_216471/control_restart Checking test 019 control_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -1049,14 +882,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 = 69.176877 - 0: The maximum resident set size (KB) = 206904 + 0: The total amount of wall time = 68.510742 + 0: The maximum resident set size (KB) = 206368 Test 019 control_restart PASS -baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/control -working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/control_fhzero +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/control +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_216471/control_fhzero Checking test 020 control_fhzero results .... Comparing sfcf000.nc ............ALT CHECK......OK Comparing sfcf021.nc ............ALT CHECK......OK @@ -1099,14 +932,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 = 124.656767 - 0: The maximum resident set size (KB) = 462400 + 0: The total amount of wall time = 117.927061 + 0: The maximum resident set size (KB) = 465684 Test 020 control_fhzero PASS -baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/control_CubedSphereGrid -working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/control_CubedSphereGrid +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/control_CubedSphereGrid +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_216471/control_CubedSphereGrid Checking test 021 control_CubedSphereGrid results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK @@ -1133,14 +966,14 @@ Checking test 021 control_CubedSphereGrid results .... Comparing atmf024.tile5.nc .........OK Comparing atmf024.tile6.nc .........OK - 0: The total amount of wall time = 128.054618 - 0: The maximum resident set size (KB) = 465196 + 0: The total amount of wall time = 127.548524 + 0: The maximum resident set size (KB) = 465012 Test 021 control_CubedSphereGrid PASS -baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/control_latlon -working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/control_latlon +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/control_latlon +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_216471/control_latlon Checking test 022 control_latlon results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1151,14 +984,14 @@ Checking test 022 control_latlon results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 125.345486 - 0: The maximum resident set size (KB) = 468200 + 0: The total amount of wall time = 124.532075 + 0: The maximum resident set size (KB) = 466260 Test 022 control_latlon PASS -baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/control_wrtGauss_netcdf_parallel -working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/control_wrtGauss_netcdf_parallel +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/control_wrtGauss_netcdf_parallel +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_216471/control_wrtGauss_netcdf_parallel Checking test 023 control_wrtGauss_netcdf_parallel results .... Comparing sfcf000.nc ............ALT CHECK......OK Comparing sfcf024.nc .........OK @@ -1169,14 +1002,14 @@ Checking test 023 control_wrtGauss_netcdf_parallel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 127.121658 - 0: The maximum resident set size (KB) = 465888 + 0: The total amount of wall time = 130.674019 + 0: The maximum resident set size (KB) = 463652 Test 023 control_wrtGauss_netcdf_parallel PASS -baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/control_c48 -working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/control_c48 +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/control_c48 +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_216471/control_c48 Checking test 024 control_c48 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1215,14 +1048,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.389972 -0: The maximum resident set size (KB) = 656308 +0: The total amount of wall time = 304.084094 +0: The maximum resident set size (KB) = 654612 Test 024 control_c48 PASS -baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/control_c192 -working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/control_c192 +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/control_c192 +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_216471/control_c192 Checking test 025 control_c192 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1233,14 +1066,14 @@ Checking test 025 control_c192 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 467.161817 - 0: The maximum resident set size (KB) = 555720 + 0: The total amount of wall time = 465.183295 + 0: The maximum resident set size (KB) = 555772 Test 025 control_c192 PASS -baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/control_c384 -working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/control_c384 +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/control_c384 +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_216471/control_c384 Checking test 026 control_c384 results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -1251,14 +1084,14 @@ Checking test 026 control_c384 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 778.143902 - 0: The maximum resident set size (KB) = 819172 + 0: The total amount of wall time = 802.598763 + 0: The maximum resident set size (KB) = 817188 Test 026 control_c384 PASS -baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/control_c384gdas -working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/control_c384gdas +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/control_c384gdas +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_216471/control_c384gdas Checking test 027 control_c384gdas results .... Comparing sfcf000.nc .........OK Comparing sfcf006.nc .........OK @@ -1301,14 +1134,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 = 673.781804 - 0: The maximum resident set size (KB) = 933712 + 0: The total amount of wall time = 737.931147 + 0: The maximum resident set size (KB) = 932396 Test 027 control_c384gdas PASS -baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/control_stochy -working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/control_stochy +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/control_stochy +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_216471/control_stochy Checking test 028 control_stochy results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -1319,28 +1152,28 @@ Checking test 028 control_stochy results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 84.183481 - 0: The maximum resident set size (KB) = 461536 + 0: The total amount of wall time = 84.417746 + 0: The maximum resident set size (KB) = 461236 Test 028 control_stochy PASS -baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/control_stochy -working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/control_stochy_restart +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/control_stochy +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_216471/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 = 46.856430 - 0: The maximum resident set size (KB) = 244440 + 0: The total amount of wall time = 47.180582 + 0: The maximum resident set size (KB) = 243552 Test 029 control_stochy_restart PASS -baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/control_lndp -working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/control_lndp +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/control_lndp +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_216471/control_lndp Checking test 030 control_lndp results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -1351,14 +1184,14 @@ Checking test 030 control_lndp results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 78.037045 - 0: The maximum resident set size (KB) = 469516 + 0: The total amount of wall time = 76.024667 + 0: The maximum resident set size (KB) = 469604 Test 030 control_lndp PASS -baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/control_iovr4 -working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/control_iovr4 +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/control_iovr4 +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_216471/control_iovr4 Checking test 031 control_iovr4 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1373,14 +1206,14 @@ Checking test 031 control_iovr4 results .... Comparing GFSPRS.GrbF21 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 127.780899 - 0: The maximum resident set size (KB) = 464396 + 0: The total amount of wall time = 126.267343 + 0: The maximum resident set size (KB) = 462132 Test 031 control_iovr4 PASS -baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/control_iovr5 -working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/control_iovr5 +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/control_iovr5 +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_216471/control_iovr5 Checking test 032 control_iovr5 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1395,214 +1228,168 @@ Checking test 032 control_iovr5 results .... Comparing GFSPRS.GrbF21 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 128.586146 - 0: The maximum resident set size (KB) = 464808 + 0: The total amount of wall time = 130.734890 + 0: The maximum resident set size (KB) = 465924 Test 032 control_iovr5 PASS -baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/control_p8 -working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/control_p8 +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/control_p8 +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_216471/control_p8 Checking test 033 control_p8 results .... - Comparing sfcf000.nc .........OK - Comparing sfcf021.nc .........OK - Comparing sfcf024.nc .........OK - Comparing atmf000.nc .........OK - Comparing atmf021.nc .........OK - Comparing atmf024.nc .........OK - Comparing GFSFLX.GrbF00 .........OK - Comparing GFSFLX.GrbF21 .........OK - Comparing GFSFLX.GrbF24 .........OK - Comparing GFSPRS.GrbF00 .........OK - Comparing GFSPRS.GrbF21 .........OK - Comparing GFSPRS.GrbF24 .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - - 0: The total amount of wall time = 155.324011 - 0: The maximum resident set size (KB) = 851124 - -Test 033 control_p8 PASS - - -baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/control_p8 -working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/control_restart_p8 -Checking test 034 control_restart_p8 results .... - Comparing sfcf024.nc .........OK - Comparing atmf024.nc .........OK - Comparing GFSFLX.GrbF24 .........OK - Comparing GFSPRS.GrbF24 .........OK + Comparing sfcf000.nc ............ALT CHECK......NOT OK + Comparing sfcf021.nc ............ALT CHECK......NOT OK + Comparing sfcf024.nc ............ALT CHECK......NOT OK + Comparing atmf000.nc ............ALT CHECK......NOT OK + Comparing atmf021.nc ............ALT CHECK......NOT OK + Comparing atmf024.nc ............ALT CHECK......NOT OK + Comparing GFSFLX.GrbF00 .........NOT OK + Comparing GFSFLX.GrbF21 .........NOT OK + Comparing GFSFLX.GrbF24 .........NOT OK + Comparing GFSPRS.GrbF00 .........NOT OK + Comparing GFSPRS.GrbF21 .........NOT OK + Comparing GFSPRS.GrbF24 .........NOT OK Comparing RESTART/coupler.res .........OK Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - - 0: The total amount of wall time = 83.942794 - 0: The maximum resident set size (KB) = 599340 - -Test 034 control_restart_p8 PASS - - -baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/control_p8 -working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/control_decomp_p8 + Comparing RESTART/fv_core.res.tile1.nc ............ALT CHECK......NOT OK + Comparing RESTART/fv_core.res.tile2.nc ............ALT CHECK......NOT OK + Comparing RESTART/fv_core.res.tile3.nc ............ALT CHECK......NOT OK + Comparing RESTART/fv_core.res.tile4.nc ............ALT CHECK......NOT OK + Comparing RESTART/fv_core.res.tile5.nc ............ALT CHECK......NOT OK + Comparing RESTART/fv_core.res.tile6.nc ............ALT CHECK......NOT OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc ............ALT CHECK......NOT OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc ............ALT CHECK......NOT OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc ............ALT CHECK......NOT OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc ............ALT CHECK......NOT OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc ............ALT CHECK......NOT OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc ............ALT CHECK......NOT OK + Comparing RESTART/fv_tracer.res.tile1.nc ............ALT CHECK......NOT OK + Comparing RESTART/fv_tracer.res.tile2.nc ............ALT CHECK......NOT OK + Comparing RESTART/fv_tracer.res.tile3.nc ............ALT CHECK......NOT OK + Comparing RESTART/fv_tracer.res.tile4.nc ............ALT CHECK......NOT OK + Comparing RESTART/fv_tracer.res.tile5.nc ............ALT CHECK......NOT OK + Comparing RESTART/fv_tracer.res.tile6.nc ............ALT CHECK......NOT OK + Comparing RESTART/phy_data.tile1.nc ............ALT CHECK......NOT OK + Comparing RESTART/phy_data.tile2.nc ............ALT CHECK......NOT OK + Comparing RESTART/phy_data.tile3.nc ............ALT CHECK......NOT OK + Comparing RESTART/phy_data.tile4.nc ............ALT CHECK......NOT OK + Comparing RESTART/phy_data.tile5.nc ............ALT CHECK......NOT OK + Comparing RESTART/phy_data.tile6.nc ............ALT CHECK......NOT OK + Comparing RESTART/sfc_data.tile1.nc ............ALT CHECK......NOT OK + Comparing RESTART/sfc_data.tile2.nc ............ALT CHECK......NOT OK + Comparing RESTART/sfc_data.tile3.nc ............ALT CHECK......NOT OK + Comparing RESTART/sfc_data.tile4.nc ............ALT CHECK......NOT OK + Comparing RESTART/sfc_data.tile5.nc ............ALT CHECK......NOT OK + Comparing RESTART/sfc_data.tile6.nc ............ALT CHECK......NOT OK + + 0: The total amount of wall time = 149.461460 + 0: The maximum resident set size (KB) = 852412 + +Test 033 control_p8 FAIL Tries: 2 + + +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/control_p8 +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_216471/control_decomp_p8 Checking test 035 control_decomp_p8 results .... - Comparing sfcf000.nc .........OK - Comparing sfcf024.nc .........OK - Comparing atmf000.nc .........OK - Comparing atmf024.nc .........OK - Comparing GFSFLX.GrbF00 .........OK - Comparing GFSFLX.GrbF24 .........OK - Comparing GFSPRS.GrbF00 .........OK - Comparing GFSPRS.GrbF24 .........OK + Comparing sfcf000.nc ............ALT CHECK......NOT OK + Comparing sfcf024.nc ............ALT CHECK......NOT OK + Comparing atmf000.nc ............ALT CHECK......NOT OK + Comparing atmf024.nc ............ALT CHECK......NOT OK + Comparing GFSFLX.GrbF00 .........NOT OK + Comparing GFSFLX.GrbF24 .........NOT OK + Comparing GFSPRS.GrbF00 .........NOT OK + Comparing GFSPRS.GrbF24 .........NOT OK Comparing RESTART/coupler.res .........OK Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - - 0: The total amount of wall time = 160.750461 - 0: The maximum resident set size (KB) = 847504 - -Test 035 control_decomp_p8 PASS - - -baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/control_p8 -working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/control_2threads_p8 + Comparing RESTART/fv_core.res.tile1.nc ............ALT CHECK......NOT OK + Comparing RESTART/fv_core.res.tile2.nc ............ALT CHECK......NOT OK + Comparing RESTART/fv_core.res.tile3.nc ............ALT CHECK......NOT OK + Comparing RESTART/fv_core.res.tile4.nc ............ALT CHECK......NOT OK + Comparing RESTART/fv_core.res.tile5.nc ............ALT CHECK......NOT OK + Comparing RESTART/fv_core.res.tile6.nc ............ALT CHECK......NOT OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc ............ALT CHECK......NOT OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc ............ALT CHECK......NOT OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc ............ALT CHECK......NOT OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc ............ALT CHECK......NOT OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc ............ALT CHECK......NOT OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc ............ALT CHECK......NOT OK + Comparing RESTART/fv_tracer.res.tile1.nc ............ALT CHECK......NOT OK + Comparing RESTART/fv_tracer.res.tile2.nc ............ALT CHECK......NOT OK + Comparing RESTART/fv_tracer.res.tile3.nc ............ALT CHECK......NOT OK + Comparing RESTART/fv_tracer.res.tile4.nc ............ALT CHECK......NOT OK + Comparing RESTART/fv_tracer.res.tile5.nc ............ALT CHECK......NOT OK + Comparing RESTART/fv_tracer.res.tile6.nc ............ALT CHECK......NOT OK + Comparing RESTART/phy_data.tile1.nc ............ALT CHECK......NOT OK + Comparing RESTART/phy_data.tile2.nc ............ALT CHECK......NOT OK + Comparing RESTART/phy_data.tile3.nc ............ALT CHECK......NOT OK + Comparing RESTART/phy_data.tile4.nc ............ALT CHECK......NOT OK + Comparing RESTART/phy_data.tile5.nc ............ALT CHECK......NOT OK + Comparing RESTART/phy_data.tile6.nc ............ALT CHECK......NOT OK + Comparing RESTART/sfc_data.tile1.nc ............ALT CHECK......NOT OK + Comparing RESTART/sfc_data.tile2.nc ............ALT CHECK......NOT OK + Comparing RESTART/sfc_data.tile3.nc ............ALT CHECK......NOT OK + Comparing RESTART/sfc_data.tile4.nc ............ALT CHECK......NOT OK + Comparing RESTART/sfc_data.tile5.nc ............ALT CHECK......NOT OK + Comparing RESTART/sfc_data.tile6.nc ............ALT CHECK......NOT OK + + 0: The total amount of wall time = 157.932429 + 0: The maximum resident set size (KB) = 844172 + +Test 035 control_decomp_p8 FAIL Tries: 2 + + +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/control_p8 +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_216471/control_2threads_p8 Checking test 036 control_2threads_p8 results .... - Comparing sfcf000.nc .........OK - Comparing sfcf024.nc .........OK - Comparing atmf000.nc .........OK - Comparing atmf024.nc .........OK - Comparing GFSFLX.GrbF00 .........OK - Comparing GFSFLX.GrbF24 .........OK - Comparing GFSPRS.GrbF00 .........OK - Comparing GFSPRS.GrbF24 .........OK + Comparing sfcf000.nc ............ALT CHECK......NOT OK + Comparing sfcf024.nc ............ALT CHECK......NOT OK + Comparing atmf000.nc ............ALT CHECK......NOT OK + Comparing atmf024.nc ............ALT CHECK......NOT OK + Comparing GFSFLX.GrbF00 .........NOT OK + Comparing GFSFLX.GrbF24 .........NOT OK + Comparing GFSPRS.GrbF00 .........NOT OK + Comparing GFSPRS.GrbF24 .........NOT OK Comparing RESTART/coupler.res .........OK Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - - 0: The total amount of wall time = 179.774808 - 0: The maximum resident set size (KB) = 929128 - -Test 036 control_2threads_p8 PASS - - -baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/control_p7_rrtmgp -working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/control_p7_rrtmgp + Comparing RESTART/fv_core.res.tile1.nc ............ALT CHECK......NOT OK + Comparing RESTART/fv_core.res.tile2.nc ............ALT CHECK......NOT OK + Comparing RESTART/fv_core.res.tile3.nc ............ALT CHECK......NOT OK + Comparing RESTART/fv_core.res.tile4.nc ............ALT CHECK......NOT OK + Comparing RESTART/fv_core.res.tile5.nc ............ALT CHECK......NOT OK + Comparing RESTART/fv_core.res.tile6.nc ............ALT CHECK......NOT OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc ............ALT CHECK......NOT OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc ............ALT CHECK......NOT OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc ............ALT CHECK......NOT OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc ............ALT CHECK......NOT OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc ............ALT CHECK......NOT OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc ............ALT CHECK......NOT OK + Comparing RESTART/fv_tracer.res.tile1.nc ............ALT CHECK......NOT OK + Comparing RESTART/fv_tracer.res.tile2.nc ............ALT CHECK......NOT OK + Comparing RESTART/fv_tracer.res.tile3.nc ............ALT CHECK......NOT OK + Comparing RESTART/fv_tracer.res.tile4.nc ............ALT CHECK......NOT OK + Comparing RESTART/fv_tracer.res.tile5.nc ............ALT CHECK......NOT OK + Comparing RESTART/fv_tracer.res.tile6.nc ............ALT CHECK......NOT OK + Comparing RESTART/phy_data.tile1.nc ............ALT CHECK......NOT OK + Comparing RESTART/phy_data.tile2.nc ............ALT CHECK......NOT OK + Comparing RESTART/phy_data.tile3.nc ............ALT CHECK......NOT OK + Comparing RESTART/phy_data.tile4.nc ............ALT CHECK......NOT OK + Comparing RESTART/phy_data.tile5.nc ............ALT CHECK......NOT OK + Comparing RESTART/phy_data.tile6.nc ............ALT CHECK......NOT OK + Comparing RESTART/sfc_data.tile1.nc ............ALT CHECK......NOT OK + Comparing RESTART/sfc_data.tile2.nc ............ALT CHECK......NOT OK + Comparing RESTART/sfc_data.tile3.nc ............ALT CHECK......NOT OK + Comparing RESTART/sfc_data.tile4.nc ............ALT CHECK......NOT OK + Comparing RESTART/sfc_data.tile5.nc ............ALT CHECK......NOT OK + Comparing RESTART/sfc_data.tile6.nc ............ALT CHECK......NOT OK + + 0: The total amount of wall time = 180.404715 + 0: The maximum resident set size (KB) = 924632 + +Test 036 control_2threads_p8 FAIL Tries: 2 + + +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/control_p7_rrtmgp +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_216471/control_p7_rrtmgp Checking test 037 control_p7_rrtmgp results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1649,14 +1436,14 @@ Checking test 037 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 = 176.673674 - 0: The maximum resident set size (KB) = 595560 + 0: The total amount of wall time = 176.209064 + 0: The maximum resident set size (KB) = 594328 Test 037 control_p7_rrtmgp PASS -baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/fv3_regional_control -working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/regional_control +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/fv3_regional_control +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_216471/regional_control Checking test 038 regional_control results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK @@ -1667,42 +1454,42 @@ Checking test 038 regional_control results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF24 .........OK - 0: The total amount of wall time = 300.701412 - 0: The maximum resident set size (KB) = 579916 + 0: The total amount of wall time = 301.161845 + 0: The maximum resident set size (KB) = 589256 Test 038 regional_control PASS -baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/fv3_regional_control -working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/regional_restart +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/fv3_regional_control +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_216471/regional_restart Checking test 039 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.323725 - 0: The maximum resident set size (KB) = 580112 + 0: The total amount of wall time = 170.538013 + 0: The maximum resident set size (KB) = 580800 Test 039 regional_restart PASS -baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/fv3_regional_control -working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/regional_control_2dwrtdecomp +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/fv3_regional_control +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_216471/regional_control_2dwrtdecomp Checking test 040 regional_control_2dwrtdecomp results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK Comparing phyf000.nc .........OK Comparing phyf024.nc .........OK - 0: The total amount of wall time = 299.404807 - 0: The maximum resident set size (KB) = 574372 + 0: The total amount of wall time = 298.943719 + 0: The maximum resident set size (KB) = 580144 Test 040 regional_control_2dwrtdecomp PASS -baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/fv3_regional_noquilt -working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/regional_noquilt +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/fv3_regional_noquilt +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_216471/regional_noquilt Checking test 041 regional_noquilt results .... Comparing atmos_4xdaily.nc .........OK Comparing fv3_history2d.nc .........OK @@ -1710,14 +1497,14 @@ Checking test 041 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 = 305.102283 - 0: The maximum resident set size (KB) = 605636 + 0: The total amount of wall time = 304.013627 + 0: The maximum resident set size (KB) = 594932 Test 041 regional_noquilt PASS -baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/fv3_regional_control -working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/regional_2threads +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/fv3_regional_control +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_216471/regional_2threads Checking test 042 regional_2threads results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK @@ -1728,14 +1515,14 @@ Checking test 042 regional_2threads results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF24 .........OK - 0: The total amount of wall time = 235.751796 - 0: The maximum resident set size (KB) = 586620 + 0: The total amount of wall time = 233.136062 + 0: The maximum resident set size (KB) = 575472 Test 042 regional_2threads PASS -baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/fv3_regional_hafs -working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/regional_hafs +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/fv3_regional_hafs +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_216471/regional_hafs Checking test 043 regional_hafs results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK @@ -1744,28 +1531,28 @@ Checking test 043 regional_hafs results .... Comparing HURPRS.GrbF00 .........OK Comparing HURPRS.GrbF24 .........OK - 0: The total amount of wall time = 301.600704 - 0: The maximum resident set size (KB) = 574352 + 0: The total amount of wall time = 301.358981 + 0: The maximum resident set size (KB) = 580940 Test 043 regional_hafs PASS -baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/fv3_regional_netcdf_parallel -working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/regional_netcdf_parallel +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/fv3_regional_netcdf_parallel +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_216471/regional_netcdf_parallel Checking test 044 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 = 299.803828 - 0: The maximum resident set size (KB) = 573236 + 0: The total amount of wall time = 298.571975 + 0: The maximum resident set size (KB) = 578384 Test 044 regional_netcdf_parallel PASS -baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/fv3_regional_RRTMGP -working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/regional_RRTMGP +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/fv3_regional_RRTMGP +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_216471/regional_RRTMGP Checking test 045 regional_RRTMGP results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK @@ -1776,14 +1563,14 @@ Checking test 045 regional_RRTMGP results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF24 .........OK - 0: The total amount of wall time = 376.921978 - 0: The maximum resident set size (KB) = 701428 + 0: The total amount of wall time = 377.813223 + 0: The maximum resident set size (KB) = 701892 Test 045 regional_RRTMGP PASS -baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/rap_control -working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/rap_control +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/rap_control +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_216471/rap_control Checking test 046 rap_control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1830,14 +1617,14 @@ Checking test 046 rap_control results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 356.176305 - 0: The maximum resident set size (KB) = 830928 + 0: The total amount of wall time = 349.360041 + 0: The maximum resident set size (KB) = 829260 Test 046 rap_control PASS -baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/regional_spp_sppt_shum_skeb -working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/regional_spp_sppt_shum_skeb +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/regional_spp_sppt_shum_skeb +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_216471/regional_spp_sppt_shum_skeb Checking test 047 regional_spp_sppt_shum_skeb results .... Comparing dynf000.nc .........OK Comparing dynf001.nc .........OK @@ -1848,14 +1635,14 @@ Checking test 047 regional_spp_sppt_shum_skeb results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF01 .........OK - 0: The total amount of wall time = 289.096513 - 0: The maximum resident set size (KB) = 921560 + 0: The total amount of wall time = 297.979569 + 0: The maximum resident set size (KB) = 926440 Test 047 regional_spp_sppt_shum_skeb PASS -baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/rap_control -working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/rap_2threads +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/rap_control +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_216471/rap_2threads Checking test 048 rap_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1902,14 +1689,14 @@ Checking test 048 rap_2threads results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 423.962416 - 0: The maximum resident set size (KB) = 896444 + 0: The total amount of wall time = 425.670423 + 0: The maximum resident set size (KB) = 900080 Test 048 rap_2threads PASS -baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/rap_control -working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/rap_restart +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/rap_control +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_216471/rap_restart Checking test 049 rap_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -1948,14 +1735,14 @@ Checking test 049 rap_restart results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 183.170991 - 0: The maximum resident set size (KB) = 584516 + 0: The total amount of wall time = 183.493712 + 0: The maximum resident set size (KB) = 581272 Test 049 rap_restart PASS -baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/rap_sfcdiff -working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/rap_sfcdiff +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/rap_sfcdiff +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_216471/rap_sfcdiff Checking test 050 rap_sfcdiff results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -2002,14 +1789,14 @@ Checking test 050 rap_sfcdiff results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 350.995467 - 0: The maximum resident set size (KB) = 832924 + 0: The total amount of wall time = 351.188884 + 0: The maximum resident set size (KB) = 828580 Test 050 rap_sfcdiff PASS -baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/rap_sfcdiff -working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/rap_sfcdiff_restart +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/rap_sfcdiff +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_216471/rap_sfcdiff_restart Checking test 051 rap_sfcdiff_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -2048,14 +1835,14 @@ Checking test 051 rap_sfcdiff_restart results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 183.871752 - 0: The maximum resident set size (KB) = 585804 + 0: The total amount of wall time = 185.254364 + 0: The maximum resident set size (KB) = 583736 Test 051 rap_sfcdiff_restart PASS -baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/hrrr_control -working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/hrrr_control +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/hrrr_control +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_216471/hrrr_control Checking test 052 hrrr_control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -2102,14 +1889,14 @@ Checking test 052 hrrr_control results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 352.659424 - 0: The maximum resident set size (KB) = 827720 + 0: The total amount of wall time = 339.783884 + 0: The maximum resident set size (KB) = 830024 Test 052 hrrr_control PASS -baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/rrfs_v1beta -working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/rrfs_v1beta +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/rrfs_v1beta +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_216471/rrfs_v1beta Checking test 053 rrfs_v1beta results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -2156,14 +1943,14 @@ Checking test 053 rrfs_v1beta results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 351.813470 - 0: The maximum resident set size (KB) = 829272 + 0: The total amount of wall time = 351.056002 + 0: The maximum resident set size (KB) = 828460 Test 053 rrfs_v1beta PASS -baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/rrfs_conus13km_hrrr_warm -working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/rrfs_conus13km_hrrr_warm +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/rrfs_conus13km_hrrr_warm +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_216471/rrfs_conus13km_hrrr_warm Checking test 054 rrfs_conus13km_hrrr_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -2172,14 +1959,14 @@ Checking test 054 rrfs_conus13km_hrrr_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 169.693797 - 0: The maximum resident set size (KB) = 665580 + 0: The total amount of wall time = 169.999617 + 0: The maximum resident set size (KB) = 659076 Test 054 rrfs_conus13km_hrrr_warm PASS -baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/rrfs_conus13km_radar_tten_warm -working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/rrfs_conus13km_radar_tten_warm +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/rrfs_conus13km_radar_tten_warm +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_216471/rrfs_conus13km_radar_tten_warm Checking test 055 rrfs_conus13km_radar_tten_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -2188,14 +1975,14 @@ Checking test 055 rrfs_conus13km_radar_tten_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 171.682047 - 0: The maximum resident set size (KB) = 665580 + 0: The total amount of wall time = 171.046673 + 0: The maximum resident set size (KB) = 667748 Test 055 rrfs_conus13km_radar_tten_warm PASS -baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/control_rrtmgp -working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/control_rrtmgp +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/control_rrtmgp +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_216471/control_rrtmgp Checking test 056 control_rrtmgp results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2206,14 +1993,14 @@ Checking test 056 control_rrtmgp results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 197.468029 - 0: The maximum resident set size (KB) = 583732 + 0: The total amount of wall time = 196.600170 + 0: The maximum resident set size (KB) = 581984 Test 056 control_rrtmgp PASS -baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/control_rrtmgp_c192 -working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/control_rrtmgp_c192 +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/control_rrtmgp_c192 +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_216471/control_rrtmgp_c192 Checking test 057 control_rrtmgp_c192 results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -2224,14 +2011,14 @@ Checking test 057 control_rrtmgp_c192 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 508.944228 - 0: The maximum resident set size (KB) = 791504 + 0: The total amount of wall time = 504.317213 + 0: The maximum resident set size (KB) = 792888 Test 057 control_rrtmgp_c192 PASS -baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/control_csawmg -working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/control_csawmg +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/control_csawmg +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_216471/control_csawmg Checking test 058 control_csawmg results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2242,14 +2029,14 @@ Checking test 058 control_csawmg results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 319.320879 - 0: The maximum resident set size (KB) = 527392 + 0: The total amount of wall time = 318.597265 + 0: The maximum resident set size (KB) = 528824 Test 058 control_csawmg PASS -baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/control_csawmgt -working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/control_csawmgt +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/control_csawmgt +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_216471/control_csawmgt Checking test 059 control_csawmgt results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2260,14 +2047,14 @@ Checking test 059 control_csawmgt results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 316.319379 - 0: The maximum resident set size (KB) = 530036 + 0: The total amount of wall time = 313.931713 + 0: The maximum resident set size (KB) = 530100 Test 059 control_csawmgt PASS -baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/control_flake -working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/control_flake +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/control_flake +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_216471/control_flake Checking test 060 control_flake results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2278,14 +2065,14 @@ Checking test 060 control_flake results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 232.693320 - 0: The maximum resident set size (KB) = 535568 + 0: The total amount of wall time = 231.374954 + 0: The maximum resident set size (KB) = 533876 Test 060 control_flake PASS -baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/control_ras -working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/control_ras +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/control_ras +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_216471/control_ras Checking test 061 control_ras results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2296,14 +2083,14 @@ Checking test 061 control_ras results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 173.221108 - 0: The maximum resident set size (KB) = 490220 + 0: The total amount of wall time = 172.640560 + 0: The maximum resident set size (KB) = 494448 Test 061 control_ras PASS -baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/control_thompson -working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/control_thompson +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/control_thompson +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_216471/control_thompson Checking test 062 control_thompson results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2314,14 +2101,14 @@ Checking test 062 control_thompson results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 213.437069 - 0: The maximum resident set size (KB) = 849300 + 0: The total amount of wall time = 212.156289 + 0: The maximum resident set size (KB) = 847724 Test 062 control_thompson PASS -baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/control_thompson_no_aero -working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/control_thompson_no_aero +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/control_thompson_no_aero +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_216471/control_thompson_no_aero Checking test 063 control_thompson_no_aero results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2332,54 +2119,54 @@ Checking test 063 control_thompson_no_aero results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 199.332043 - 0: The maximum resident set size (KB) = 843192 + 0: The total amount of wall time = 206.042786 + 0: The maximum resident set size (KB) = 844080 Test 063 control_thompson_no_aero PASS -baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/control_wam_repro -working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/control_wam_repro +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/control_wam_repro +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_216471/control_wam_repro Checking test 064 control_wam results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK - 0: The total amount of wall time = 119.545495 - 0: The maximum resident set size (KB) = 228584 + 0: The total amount of wall time = 119.311926 + 0: The maximum resident set size (KB) = 227012 Test 064 control_wam PASS -baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/control_debug -working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/control_debug +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/control_debug +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_216471/control_debug Checking test 065 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 = 161.406020 - 0: The maximum resident set size (KB) = 525408 + 0: The total amount of wall time = 151.225832 + 0: The maximum resident set size (KB) = 526048 Test 065 control_debug PASS -baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/control_debug -working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/control_2threads_debug +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/control_debug +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_216471/control_2threads_debug Checking test 066 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 = 229.192855 - 0: The maximum resident set size (KB) = 576368 + 0: The total amount of wall time = 225.205138 + 0: The maximum resident set size (KB) = 583852 Test 066 control_2threads_debug PASS -baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/control_CubedSphereGrid_debug -working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/control_CubedSphereGrid_debug +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/control_CubedSphereGrid_debug +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_216471/control_CubedSphereGrid_debug Checking test 067 control_CubedSphereGrid_debug results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK @@ -2406,428 +2193,428 @@ Checking test 067 control_CubedSphereGrid_debug results .... Comparing atmf001.tile5.nc .........OK Comparing atmf001.tile6.nc .........OK - 0: The total amount of wall time = 161.455539 - 0: The maximum resident set size (KB) = 522912 + 0: The total amount of wall time = 162.626484 + 0: The maximum resident set size (KB) = 525168 Test 067 control_CubedSphereGrid_debug PASS -baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/control_wrtGauss_netcdf_parallel_debug -working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/control_wrtGauss_netcdf_parallel_debug +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/control_wrtGauss_netcdf_parallel_debug +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_216471/control_wrtGauss_netcdf_parallel_debug Checking test 068 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 = 153.437899 - 0: The maximum resident set size (KB) = 525112 + 0: The total amount of wall time = 159.282510 + 0: The maximum resident set size (KB) = 525552 Test 068 control_wrtGauss_netcdf_parallel_debug PASS -baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/control_stochy_debug -working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/control_stochy_debug +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/control_stochy_debug +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_216471/control_stochy_debug Checking test 069 control_stochy_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 170.711661 - 0: The maximum resident set size (KB) = 526272 + 0: The total amount of wall time = 179.409899 + 0: The maximum resident set size (KB) = 531672 Test 069 control_stochy_debug PASS -baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/control_lndp_debug -working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/control_lndp_debug +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/control_lndp_debug +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_216471/control_lndp_debug Checking test 070 control_lndp_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 155.392972 - 0: The maximum resident set size (KB) = 537048 + 0: The total amount of wall time = 153.058660 + 0: The maximum resident set size (KB) = 537992 Test 070 control_lndp_debug PASS -baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/control_rrtmgp_debug -working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/control_rrtmgp_debug +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/control_rrtmgp_debug +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_216471/control_rrtmgp_debug Checking test 071 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 = 170.451256 - 0: The maximum resident set size (KB) = 627432 + 0: The total amount of wall time = 170.140282 + 0: The maximum resident set size (KB) = 625496 Test 071 control_rrtmgp_debug PASS -baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/control_csawmg_debug -working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/control_csawmg_debug +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/control_csawmg_debug +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_216471/control_csawmg_debug Checking test 072 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 = 236.603267 - 0: The maximum resident set size (KB) = 561172 + 0: The total amount of wall time = 232.671262 + 0: The maximum resident set size (KB) = 561976 Test 072 control_csawmg_debug PASS -baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/control_csawmgt_debug -working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/control_csawmgt_debug +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/control_csawmgt_debug +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_216471/control_csawmgt_debug Checking test 073 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 = 236.880839 - 0: The maximum resident set size (KB) = 561292 + 0: The total amount of wall time = 235.812812 + 0: The maximum resident set size (KB) = 561996 Test 073 control_csawmgt_debug PASS -baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/control_ras_debug -working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/control_ras_debug +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/control_ras_debug +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_216471/control_ras_debug Checking test 074 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 = 156.245673 - 0: The maximum resident set size (KB) = 535876 + 0: The total amount of wall time = 158.489207 + 0: The maximum resident set size (KB) = 531800 Test 074 control_ras_debug PASS -baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/control_diag_debug -working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/control_diag_debug +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/control_diag_debug +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_216471/control_diag_debug Checking test 075 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.501840 - 0: The maximum resident set size (KB) = 583372 + 0: The total amount of wall time = 159.876147 + 0: The maximum resident set size (KB) = 582192 Test 075 control_diag_debug PASS -baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/control_debug_p8 -working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/control_debug_p8 +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/control_debug_p8 +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_216471/control_debug_p8 Checking test 076 control_debug_p8 results .... - Comparing sfcf000.nc .........OK - Comparing sfcf001.nc .........OK - Comparing atmf000.nc .........OK - Comparing atmf001.nc .........OK + Comparing sfcf000.nc ............ALT CHECK......NOT OK + Comparing sfcf001.nc ............ALT CHECK......NOT OK + Comparing atmf000.nc ............ALT CHECK......NOT OK + Comparing atmf001.nc ............ALT CHECK......NOT OK - 0: The total amount of wall time = 166.796251 - 0: The maximum resident set size (KB) = 912240 + 0: The total amount of wall time = 169.248375 + 0: The maximum resident set size (KB) = 911432 -Test 076 control_debug_p8 PASS +Test 076 control_debug_p8 FAIL Tries: 2 -baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/control_thompson_debug -working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/control_thompson_debug +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/control_thompson_debug +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_216471/control_thompson_debug Checking test 077 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 = 178.203333 - 0: The maximum resident set size (KB) = 881948 + 0: The total amount of wall time = 177.649391 + 0: The maximum resident set size (KB) = 885264 Test 077 control_thompson_debug PASS -baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/control_thompson_no_aero_debug -working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/control_thompson_no_aero_debug +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/control_thompson_no_aero_debug +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_216471/control_thompson_no_aero_debug Checking test 078 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 = 170.999510 - 0: The maximum resident set size (KB) = 878896 + 0: The total amount of wall time = 171.244702 + 0: The maximum resident set size (KB) = 879208 Test 078 control_thompson_no_aero_debug PASS -baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/control_thompson_debug_extdiag -working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/control_thompson_extdiag_debug +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/control_thompson_debug_extdiag +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_216471/control_thompson_extdiag_debug Checking test 079 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 = 188.654488 - 0: The maximum resident set size (KB) = 913728 + 0: The total amount of wall time = 186.489190 + 0: The maximum resident set size (KB) = 915192 Test 079 control_thompson_extdiag_debug PASS -baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/control_thompson_progcld_thompson_debug -working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/control_thompson_progcld_thompson_debug +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/control_thompson_progcld_thompson_debug +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_216471/control_thompson_progcld_thompson_debug Checking test 080 control_thompson_progcld_thompson_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 179.127180 - 0: The maximum resident set size (KB) = 884292 + 0: The total amount of wall time = 177.482666 + 0: The maximum resident set size (KB) = 882592 Test 080 control_thompson_progcld_thompson_debug PASS -baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/fv3_regional_debug -working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/regional_debug +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/fv3_regional_debug +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_216471/regional_debug Checking test 081 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 = 251.550579 - 0: The maximum resident set size (KB) = 612400 + 0: The total amount of wall time = 249.078775 + 0: The maximum resident set size (KB) = 609060 Test 081 regional_debug PASS -baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/rap_control_debug -working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/rap_control_debug +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/rap_control_debug +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_216471/rap_control_debug Checking test 082 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.450888 - 0: The maximum resident set size (KB) = 893000 + 0: The total amount of wall time = 270.871001 + 0: The maximum resident set size (KB) = 890420 Test 082 rap_control_debug PASS -baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/rap_control_debug -working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/rap_unified_drag_suite_debug +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/rap_control_debug +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_216471/rap_unified_drag_suite_debug Checking test 083 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 = 269.010824 - 0: The maximum resident set size (KB) = 891144 + 0: The total amount of wall time = 270.416774 + 0: The maximum resident set size (KB) = 886460 Test 083 rap_unified_drag_suite_debug PASS -baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/rap_diag_debug -working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/rap_diag_debug +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/rap_diag_debug +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_216471/rap_diag_debug Checking test 084 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.542192 - 0: The maximum resident set size (KB) = 987000 + 0: The total amount of wall time = 291.415746 + 0: The maximum resident set size (KB) = 989740 Test 084 rap_diag_debug PASS -baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/rap_cires_ugwp_debug -working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/rap_cires_ugwp_debug +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/rap_cires_ugwp_debug +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_216471/rap_cires_ugwp_debug Checking test 085 rap_cires_ugwp_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 275.794534 - 0: The maximum resident set size (KB) = 895664 + 0: The total amount of wall time = 276.608900 + 0: The maximum resident set size (KB) = 900044 Test 085 rap_cires_ugwp_debug PASS -baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/rap_cires_ugwp_debug -working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/rap_unified_ugwp_debug +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/rap_cires_ugwp_debug +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_216471/rap_unified_ugwp_debug Checking test 086 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 = 273.939088 - 0: The maximum resident set size (KB) = 895740 + 0: The total amount of wall time = 280.645232 + 0: The maximum resident set size (KB) = 891692 Test 086 rap_unified_ugwp_debug PASS -baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/rap_noah_debug -working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/rap_noah_debug +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/rap_noah_debug +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_216471/rap_noah_debug Checking test 087 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 = 266.169205 - 0: The maximum resident set size (KB) = 889788 + 0: The total amount of wall time = 271.231010 + 0: The maximum resident set size (KB) = 890064 Test 087 rap_noah_debug PASS -baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/rap_rrtmgp_debug -working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/rap_rrtmgp_debug +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/rap_rrtmgp_debug +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_216471/rap_rrtmgp_debug Checking test 088 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 = 453.627030 - 0: The maximum resident set size (KB) = 996904 + 0: The total amount of wall time = 452.724679 + 0: The maximum resident set size (KB) = 995776 Test 088 rap_rrtmgp_debug PASS -baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/rap_lndp_debug -working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/rap_lndp_debug +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/rap_lndp_debug +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_216471/rap_lndp_debug Checking test 089 rap_lndp_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 273.827610 - 0: The maximum resident set size (KB) = 893340 + 0: The total amount of wall time = 277.578438 + 0: The maximum resident set size (KB) = 891868 Test 089 rap_lndp_debug PASS -baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/rap_sfcdiff_debug -working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/rap_sfcdiff_debug +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/rap_sfcdiff_debug +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_216471/rap_sfcdiff_debug Checking test 090 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.771221 - 0: The maximum resident set size (KB) = 893808 + 0: The total amount of wall time = 267.807225 + 0: The maximum resident set size (KB) = 892116 Test 090 rap_sfcdiff_debug PASS -baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/rap_flake_debug -working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/rap_flake_debug +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/rap_flake_debug +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_216471/rap_flake_debug Checking test 091 rap_flake_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 274.684081 - 0: The maximum resident set size (KB) = 890256 + 0: The total amount of wall time = 275.249781 + 0: The maximum resident set size (KB) = 890520 Test 091 rap_flake_debug PASS -baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/rap_noah_sfcdiff_cires_ugwp_debug -working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/rap_noah_sfcdiff_cires_ugwp_debug +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/rap_noah_sfcdiff_cires_ugwp_debug +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_216471/rap_noah_sfcdiff_cires_ugwp_debug Checking test 092 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 = 459.106984 - 0: The maximum resident set size (KB) = 894076 + 0: The total amount of wall time = 447.970318 + 0: The maximum resident set size (KB) = 891532 Test 092 rap_noah_sfcdiff_cires_ugwp_debug PASS -baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/rap_progcld_thompson_debug -working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/rap_progcld_thompson_debug +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/rap_progcld_thompson_debug +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_216471/rap_progcld_thompson_debug Checking test 093 rap_progcld_thompson_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 278.633569 - 0: The maximum resident set size (KB) = 890436 + 0: The total amount of wall time = 270.650073 + 0: The maximum resident set size (KB) = 887312 Test 093 rap_progcld_thompson_debug PASS -baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/rrfs_v1beta_debug -working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/rrfs_v1beta_debug +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/rrfs_v1beta_debug +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_216471/rrfs_v1beta_debug Checking test 094 rrfs_v1beta_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 270.778351 - 0: The maximum resident set size (KB) = 890188 + 0: The total amount of wall time = 266.635231 + 0: The maximum resident set size (KB) = 891568 Test 094 rrfs_v1beta_debug PASS -baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/control_wam_debug -working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/control_wam_debug +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/control_wam_debug +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_216471/control_wam_debug Checking test 095 control_wam_debug results .... Comparing sfcf019.nc .........OK Comparing atmf019.nc .........OK - 0: The total amount of wall time = 289.288260 - 0: The maximum resident set size (KB) = 253900 + 0: The total amount of wall time = 290.817199 + 0: The maximum resident set size (KB) = 252196 Test 095 control_wam_debug PASS -baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/hafs_regional_atm -working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/hafs_regional_atm +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/hafs_regional_atm +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_216471/hafs_regional_atm Checking test 096 hafs_regional_atm results .... Comparing atmf006.nc ............ALT CHECK......OK Comparing sfcf006.nc .........OK - 0: The total amount of wall time = 253.390064 - 0: The maximum resident set size (KB) = 699100 + 0: The total amount of wall time = 251.901103 + 0: The maximum resident set size (KB) = 703336 Test 096 hafs_regional_atm PASS -baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/hafs_regional_atm_thompson_gfdlsf -working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/hafs_regional_atm_thompson_gfdlsf +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/hafs_regional_atm_thompson_gfdlsf +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_216471/hafs_regional_atm_thompson_gfdlsf Checking test 097 hafs_regional_atm_thompson_gfdlsf results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK - 0: The total amount of wall time = 307.197390 - 0: The maximum resident set size (KB) = 1065308 + 0: The total amount of wall time = 304.228654 + 0: The maximum resident set size (KB) = 1068260 Test 097 hafs_regional_atm_thompson_gfdlsf PASS -baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/hafs_regional_atm_ocn -working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/hafs_regional_atm_ocn +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/hafs_regional_atm_ocn +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_216471/hafs_regional_atm_ocn Checking test 098 hafs_regional_atm_ocn results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -2836,88 +2623,88 @@ Checking test 098 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 = 345.012353 - 0: The maximum resident set size (KB) = 721108 + 0: The total amount of wall time = 346.142429 + 0: The maximum resident set size (KB) = 720268 Test 098 hafs_regional_atm_ocn PASS -baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/hafs_regional_atm_wav -working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/hafs_regional_atm_wav +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/hafs_regional_atm_wav +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_216471/hafs_regional_atm_wav Checking test 099 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 = 838.621086 - 0: The maximum resident set size (KB) = 715152 + 0: The total amount of wall time = 832.828417 + 0: The maximum resident set size (KB) = 721128 Test 099 hafs_regional_atm_wav PASS -baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/hafs_regional_atm_ocn_wav -working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/hafs_regional_atm_ocn_wav +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/hafs_regional_atm_ocn_wav +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_216471/hafs_regional_atm_ocn_wav Checking test 100 hafs_regional_atm_ocn_wav results .... - Comparing atmf006.nc .........OK + Comparing atmf006.nc ............ALT CHECK......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 = 913.425127 - 0: The maximum resident set size (KB) = 720252 + 0: The total amount of wall time = 918.801085 + 0: The maximum resident set size (KB) = 718352 Test 100 hafs_regional_atm_ocn_wav PASS -baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/hafs_regional_1nest_atm -working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/hafs_regional_1nest_atm +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/hafs_regional_1nest_atm +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_216471/hafs_regional_1nest_atm Checking test 101 hafs_regional_1nest_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK - Comparing atm.nest02.f006.nc .........OK + Comparing atm.nest02.f006.nc ............ALT CHECK......OK Comparing sfc.nest02.f006.nc ............ALT CHECK......OK - 0: The total amount of wall time = 406.410054 - 0: The maximum resident set size (KB) = 321440 + 0: The total amount of wall time = 409.718644 + 0: The maximum resident set size (KB) = 312808 Test 101 hafs_regional_1nest_atm PASS -baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/hafs_regional_telescopic_2nests_atm -working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/hafs_regional_telescopic_2nests_atm +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/hafs_regional_telescopic_2nests_atm +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_216471/hafs_regional_telescopic_2nests_atm Checking test 102 hafs_regional_telescopic_2nests_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK - Comparing atm.nest02.f006.nc .........OK + Comparing atm.nest02.f006.nc ............ALT CHECK......OK Comparing sfc.nest02.f006.nc .........OK Comparing atm.nest03.f006.nc .........OK - Comparing sfc.nest03.f006.nc .........OK + Comparing sfc.nest03.f006.nc ............ALT CHECK......OK - 0: The total amount of wall time = 455.361722 - 0: The maximum resident set size (KB) = 327720 + 0: The total amount of wall time = 419.399114 + 0: The maximum resident set size (KB) = 320360 Test 102 hafs_regional_telescopic_2nests_atm PASS -baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/hafs_global_1nest_atm -working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/hafs_global_1nest_atm +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/hafs_global_1nest_atm +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_216471/hafs_global_1nest_atm Checking test 103 hafs_global_1nest_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK Comparing sfc.nest02.f006.nc .........OK - 0: The total amount of wall time = 190.848680 - 0: The maximum resident set size (KB) = 197552 + 0: The total amount of wall time = 223.059684 + 0: The maximum resident set size (KB) = 202296 Test 103 hafs_global_1nest_atm PASS -baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/hafs_global_multiple_4nests_atm -working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/hafs_global_multiple_4nests_atm +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/hafs_global_multiple_4nests_atm +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_216471/hafs_global_multiple_4nests_atm Checking test 104 hafs_global_multiple_4nests_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -2930,14 +2717,14 @@ Checking test 104 hafs_global_multiple_4nests_atm results .... Comparing atm.nest05.f006.nc .........OK Comparing sfc.nest05.f006.nc .........OK - 0: The total amount of wall time = 521.478256 - 0: The maximum resident set size (KB) = 268064 + 0: The total amount of wall time = 519.417109 + 0: The maximum resident set size (KB) = 270488 Test 104 hafs_global_multiple_4nests_atm PASS -baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/hafs_regional_docn -working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/hafs_regional_docn +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/hafs_regional_docn +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_216471/hafs_regional_docn Checking test 105 hafs_regional_docn results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -2945,14 +2732,14 @@ Checking test 105 hafs_regional_docn results .... Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK Comparing ufs.hafs.docn.r.2019-08-29-21600.nc .........OK - 0: The total amount of wall time = 329.408111 - 0: The maximum resident set size (KB) = 720736 + 0: The total amount of wall time = 333.430720 + 0: The maximum resident set size (KB) = 722880 Test 105 hafs_regional_docn PASS -baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/hafs_regional_docn_oisst -working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/hafs_regional_docn_oisst +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/hafs_regional_docn_oisst +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_216471/hafs_regional_docn_oisst Checking test 106 hafs_regional_docn_oisst results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -2960,105 +2747,105 @@ Checking test 106 hafs_regional_docn_oisst results .... Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK Comparing ufs.hafs.docn.r.2019-08-29-21600.nc .........OK - 0: The total amount of wall time = 329.053394 - 0: The maximum resident set size (KB) = 728204 + 0: The total amount of wall time = 347.561553 + 0: The maximum resident set size (KB) = 721028 Test 106 hafs_regional_docn_oisst PASS -baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/hafs_regional_datm_cdeps -working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/hafs_regional_datm_cdeps +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/hafs_regional_datm_cdeps +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_216471/hafs_regional_datm_cdeps Checking test 107 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 = 928.504787 - 0: The maximum resident set size (KB) = 855476 + 0: The total amount of wall time = 925.755065 + 0: The maximum resident set size (KB) = 853812 Test 107 hafs_regional_datm_cdeps PASS -baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/datm_cdeps_control_cfsr -working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/datm_cdeps_control_cfsr +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/datm_cdeps_control_cfsr +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_216471/datm_cdeps_control_cfsr Checking test 108 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 = 143.005555 - 0: The maximum resident set size (KB) = 720048 + 0: The total amount of wall time = 144.657459 + 0: The maximum resident set size (KB) = 718564 Test 108 datm_cdeps_control_cfsr PASS -baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/datm_cdeps_control_cfsr -working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/datm_cdeps_restart_cfsr +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/datm_cdeps_control_cfsr +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_216471/datm_cdeps_restart_cfsr Checking test 109 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 = 98.312383 - 0: The maximum resident set size (KB) = 719772 + 0: The total amount of wall time = 99.620418 + 0: The maximum resident set size (KB) = 721304 Test 109 datm_cdeps_restart_cfsr PASS -baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/datm_cdeps_control_gefs -working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/datm_cdeps_control_gefs +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/datm_cdeps_control_gefs +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_216471/datm_cdeps_control_gefs Checking test 110 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 = 140.792872 - 0: The maximum resident set size (KB) = 621420 + 0: The total amount of wall time = 140.000991 + 0: The maximum resident set size (KB) = 619876 Test 110 datm_cdeps_control_gefs PASS -baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/datm_cdeps_stochy_gefs -working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/datm_cdeps_stochy_gefs +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/datm_cdeps_stochy_gefs +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_216471/datm_cdeps_stochy_gefs Checking test 111 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 = 145.298465 - 0: The maximum resident set size (KB) = 622576 + 0: The total amount of wall time = 141.251198 + 0: The maximum resident set size (KB) = 618804 Test 111 datm_cdeps_stochy_gefs PASS -baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/datm_cdeps_bulk_cfsr -working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/datm_cdeps_bulk_cfsr +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/datm_cdeps_bulk_cfsr +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_216471/datm_cdeps_bulk_cfsr Checking test 112 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 = 144.951157 - 0: The maximum resident set size (KB) = 717720 + 0: The total amount of wall time = 145.554981 + 0: The maximum resident set size (KB) = 719060 Test 112 datm_cdeps_bulk_cfsr PASS -baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/datm_cdeps_bulk_gefs -working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/datm_cdeps_bulk_gefs +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/datm_cdeps_bulk_gefs +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_216471/datm_cdeps_bulk_gefs Checking test 113 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 = 144.339065 - 0: The maximum resident set size (KB) = 621104 + 0: The total amount of wall time = 139.530169 + 0: The maximum resident set size (KB) = 622724 Test 113 datm_cdeps_bulk_gefs PASS -baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/datm_cdeps_mx025_cfsr -working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/datm_cdeps_mx025_cfsr +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/datm_cdeps_mx025_cfsr +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_216471/datm_cdeps_mx025_cfsr Checking test 114 datm_cdeps_mx025_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/MOM.res_1.nc .........OK @@ -3067,14 +2854,14 @@ Checking test 114 datm_cdeps_mx025_cfsr results .... Comparing RESTART/iced.2011-10-01-43200.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-01-43200.nc .........OK - 0: The total amount of wall time = 304.121919 - 0: The maximum resident set size (KB) = 567560 + 0: The total amount of wall time = 296.250181 + 0: The maximum resident set size (KB) = 571212 Test 114 datm_cdeps_mx025_cfsr PASS -baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/datm_cdeps_mx025_gefs -working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/datm_cdeps_mx025_gefs +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/datm_cdeps_mx025_gefs +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_216471/datm_cdeps_mx025_gefs Checking test 115 datm_cdeps_mx025_gefs results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/MOM.res_1.nc .........OK @@ -3083,51 +2870,51 @@ Checking test 115 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 = 293.097098 - 0: The maximum resident set size (KB) = 530200 + 0: The total amount of wall time = 293.505203 + 0: The maximum resident set size (KB) = 533716 Test 115 datm_cdeps_mx025_gefs PASS -baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/datm_cdeps_control_cfsr -working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/datm_cdeps_multiple_files_cfsr +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/datm_cdeps_control_cfsr +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_216471/datm_cdeps_multiple_files_cfsr Checking test 116 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 = 141.839456 - 0: The maximum resident set size (KB) = 739316 + 0: The total amount of wall time = 141.376763 + 0: The maximum resident set size (KB) = 719268 Test 116 datm_cdeps_multiple_files_cfsr PASS -baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/datm_cdeps_3072x1536_cfsr -working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/datm_cdeps_3072x1536_cfsr +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/datm_cdeps_3072x1536_cfsr +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_216471/datm_cdeps_3072x1536_cfsr Checking test 117 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 = 187.849153 - 0: The maximum resident set size (KB) = 1835124 + 0: The total amount of wall time = 191.480680 + 0: The maximum resident set size (KB) = 1833792 Test 117 datm_cdeps_3072x1536_cfsr PASS -baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/datm_cdeps_debug_cfsr -working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/datm_cdeps_debug_cfsr +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/datm_cdeps_debug_cfsr +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_216471/datm_cdeps_debug_cfsr Checking test 118 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 = 441.499541 - 0: The maximum resident set size (KB) = 747164 + 0: The total amount of wall time = 454.577959 + 0: The maximum resident set size (KB) = 726500 Test 118 datm_cdeps_debug_cfsr PASS -baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/control_atmwav -working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/control_atmwav +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/control_atmwav +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_216471/control_atmwav Checking test 119 control_atmwav results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -3171,14 +2958,14 @@ Checking test 119 control_atmwav results .... Comparing RESTART/sfc_data.tile6.nc .........OK Comparing 20210322.180000.restart.glo_1deg .........OK - 0: The total amount of wall time = 79.969018 - 0: The maximum resident set size (KB) = 494908 + 0: The total amount of wall time = 79.401464 + 0: The maximum resident set size (KB) = 491040 Test 119 control_atmwav PASS -baseline dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/REGRESSION_TEST_INTEL/control_c384gdas_wav -working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_11192/control_c384gdas_wav +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/INTEL/control_c384gdas_wav +working dir = /work/noaa/stmp/jmeixner/stmp/jmeixner/FV3_RT/rt_216471/control_c384gdas_wav Checking test 120 control_c384gdas_wav results .... Comparing sfcf000.nc .........OK Comparing sfcf003.nc .........OK @@ -3224,12 +3011,39 @@ Checking test 120 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.444309 - 0: The maximum resident set size (KB) = 1021892 + 0: The total amount of wall time = 680.689123 + 0: The maximum resident set size (KB) = 1017996 Test 120 control_c384gdas_wav PASS - -REGRESSION TEST WAS SUCCESSFUL -Tue Mar 1 18:36:13 CST 2022 -Elapsed time: 01h:44m:38s. Have a nice day! +FAILED TESTS: +Test cpld_control_p8 001 failed in check_result failed +Test cpld_control_p8 001 failed in run_test failed +Test cpld_2threads_p8 002 failed in check_result failed +Test cpld_2threads_p8 002 failed in run_test failed +Test cpld_decomp_p8 003 failed in check_result failed +Test cpld_decomp_p8 003 failed in run_test failed +Test cpld_mpi_p8 004 failed in check_result failed +Test cpld_mpi_p8 004 failed in run_test failed +Test cpld_bmark_p8 007 failed in check_result failed +Test cpld_bmark_p8 007 failed in run_test failed +Test cpld_control_c96_p8 008 failed in check_result failed +Test cpld_control_c96_p8 008 failed in run_test failed +Test cpld_control_c192_p8 010 failed in check_result failed +Test cpld_control_c192_p8 010 failed in run_test failed +Test cpld_control_c384_p8 012 failed in check_result failed +Test cpld_control_c384_p8 012 failed in run_test failed +Test cpld_debug_p8 014 failed in check_result failed +Test cpld_debug_p8 014 failed in run_test failed +Test control_p8 033 failed in check_result failed +Test control_p8 033 failed in run_test failed +Test control_decomp_p8 035 failed in check_result failed +Test control_decomp_p8 035 failed in run_test failed +Test control_2threads_p8 036 failed in check_result failed +Test control_2threads_p8 036 failed in run_test failed +Test control_debug_p8 076 failed in check_result failed +Test control_debug_p8 076 failed in run_test failed + +REGRESSION TEST FAILED +Wed Mar 2 09:43:56 CST 2022 +Elapsed time: 01h:15m:53s. Have a nice day! From ba172f77a45d054be1167dbc0a10148ea78053f2 Mon Sep 17 00:00:00 2001 From: "jessica.meixner" Date: Thu, 3 Mar 2022 13:26:33 +0000 Subject: [PATCH 077/106] dell logs (2 of them) each time I run on wcoss dell something different does not run, but it's not reproducible and all the tests pass in the end, so? --- tests/RegressionTests_wcoss_dell_p3.log | 3956 ++++++++++++++++++----- 1 file changed, 3101 insertions(+), 855 deletions(-) diff --git a/tests/RegressionTests_wcoss_dell_p3.log b/tests/RegressionTests_wcoss_dell_p3.log index f8cd0422f5..9cba9d5962 100644 --- a/tests/RegressionTests_wcoss_dell_p3.log +++ b/tests/RegressionTests_wcoss_dell_p3.log @@ -1,23 +1,2362 @@ -Thu Feb 24 22:05:38 UTC 2022 +Wed Mar 2 14:27:47 UTC 2022 Start Regression test -Compile 001 elapsed time 1994 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 516 seconds. -DAPP=S2S -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v16_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile 003 elapsed time 1171 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 1124 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 1310 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 899 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 517 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 425 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 278 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 1236 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 1261 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 789 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 013 elapsed time 406 seconds. -DAPP=NG-GODAS -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile 014 elapsed time 951 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-20220224/cpld_control_p8 -working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_39634/cpld_control_p8 +Compile 001 elapsed time 1878 seconds. -DAPP=S2SW -DUFS_GOCART=ON -DCCPP_SUITES=FV3_GFS_v16_coupled_nsstNoahmpUGWPv1,FV3_GFS_v16_coupled_p7_rrtmgp,FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 002 elapsed time 808 seconds. -DAPP=S2S -DDEBUG=ON -DUFS_GOCART=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile 003 elapsed time 1187 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_v17_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 004 elapsed time 1110 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 1330 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 007 elapsed time 491 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_v17_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 008 elapsed time 420 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 281 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 1261 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 1230 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 795 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 013 elapsed time 374 seconds. -DAPP=NG-GODAS -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile 014 elapsed time 957 seconds. -DAPP=ATMW -DCCPP_SUITES=FV3_GFS_v16 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release + +baseline dir = /gpfs/dell2/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/cpld_control_p8 +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_44669/cpld_control_p8 +Checking test 001 cpld_control_p8 results .... +Moving baseline 001 cpld_control_p8 files .... + Moving sfcf021.tile1.nc .........OK + Moving sfcf021.tile2.nc .........OK + Moving sfcf021.tile3.nc .........OK + Moving sfcf021.tile4.nc .........OK + Moving sfcf021.tile5.nc .........OK + Moving sfcf021.tile6.nc .........OK + Moving atmf021.tile1.nc .........OK + Moving atmf021.tile2.nc .........OK + Moving atmf021.tile3.nc .........OK + Moving atmf021.tile4.nc .........OK + Moving atmf021.tile5.nc .........OK + Moving atmf021.tile6.nc .........OK + Moving sfcf024.tile1.nc .........OK + Moving sfcf024.tile2.nc .........OK + Moving sfcf024.tile3.nc .........OK + Moving sfcf024.tile4.nc .........OK + Moving sfcf024.tile5.nc .........OK + Moving sfcf024.tile6.nc .........OK + Moving atmf024.tile1.nc .........OK + Moving atmf024.tile2.nc .........OK + Moving atmf024.tile3.nc .........OK + Moving atmf024.tile4.nc .........OK + Moving atmf024.tile5.nc .........OK + Moving atmf024.tile6.nc .........OK + Moving RESTART/coupler.res .........OK + Moving RESTART/fv_core.res.nc .........OK + Moving RESTART/fv_core.res.tile1.nc .........OK + Moving RESTART/fv_core.res.tile2.nc .........OK + Moving RESTART/fv_core.res.tile3.nc .........OK + Moving RESTART/fv_core.res.tile4.nc .........OK + Moving RESTART/fv_core.res.tile5.nc .........OK + Moving RESTART/fv_core.res.tile6.nc .........OK + Moving RESTART/fv_srf_wnd.res.tile1.nc .........OK + Moving RESTART/fv_srf_wnd.res.tile2.nc .........OK + Moving RESTART/fv_srf_wnd.res.tile3.nc .........OK + Moving RESTART/fv_srf_wnd.res.tile4.nc .........OK + Moving RESTART/fv_srf_wnd.res.tile5.nc .........OK + Moving RESTART/fv_srf_wnd.res.tile6.nc .........OK + Moving RESTART/fv_tracer.res.tile1.nc .........OK + Moving RESTART/fv_tracer.res.tile2.nc .........OK + Moving RESTART/fv_tracer.res.tile3.nc .........OK + Moving RESTART/fv_tracer.res.tile4.nc .........OK + Moving RESTART/fv_tracer.res.tile5.nc .........OK + Moving RESTART/fv_tracer.res.tile6.nc .........OK + Moving RESTART/phy_data.tile1.nc .........OK + Moving RESTART/phy_data.tile2.nc .........OK + Moving RESTART/phy_data.tile3.nc .........OK + Moving RESTART/phy_data.tile4.nc .........OK + Moving RESTART/phy_data.tile5.nc .........OK + Moving RESTART/phy_data.tile6.nc .........OK + Moving RESTART/sfc_data.tile1.nc .........OK + Moving RESTART/sfc_data.tile2.nc .........OK + Moving RESTART/sfc_data.tile3.nc .........OK + Moving RESTART/sfc_data.tile4.nc .........OK + Moving RESTART/sfc_data.tile5.nc .........OK + Moving RESTART/sfc_data.tile6.nc .........OK + Moving RESTART/MOM.res.nc .........OK + Moving RESTART/iced.2021-03-23-21600.nc .........OK + Moving RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK + Moving gocart.inst_aod.20210323_0600z.nc4 .........OK + Moving 20210323.060000.out_grd.glo_1deg .........OK + Moving 20210323.060000.out_pnt.points .........OK + Moving 20210323.060000.restart.glo_1deg .........OK + +[0] The total amount of wall time = 375.763307 +[0] The maximum resident set size (KB) = 1146620 + +Test 001 cpld_control_p8 PASS + + +baseline dir = /gpfs/dell2/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/cpld_control_p7_rrtmgp +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_44669/cpld_control_p7_rrtmgp +Checking test 002 cpld_control_p7_rrtmgp results .... +Moving baseline 002 cpld_control_p7_rrtmgp files .... + Moving sfcf024.tile1.nc .........OK + Moving sfcf024.tile2.nc .........OK + Moving sfcf024.tile3.nc .........OK + Moving sfcf024.tile4.nc .........OK + Moving sfcf024.tile5.nc .........OK + Moving sfcf024.tile6.nc .........OK + Moving atmf024.tile1.nc .........OK + Moving atmf024.tile2.nc .........OK + Moving atmf024.tile3.nc .........OK + Moving atmf024.tile4.nc .........OK + Moving atmf024.tile5.nc .........OK + Moving atmf024.tile6.nc .........OK + Moving RESTART/coupler.res .........OK + Moving RESTART/fv_core.res.nc .........OK + Moving RESTART/fv_core.res.tile1.nc .........OK + Moving RESTART/fv_core.res.tile2.nc .........OK + Moving RESTART/fv_core.res.tile3.nc .........OK + Moving RESTART/fv_core.res.tile4.nc .........OK + Moving RESTART/fv_core.res.tile5.nc .........OK + Moving RESTART/fv_core.res.tile6.nc .........OK + Moving RESTART/fv_srf_wnd.res.tile1.nc .........OK + Moving RESTART/fv_srf_wnd.res.tile2.nc .........OK + Moving RESTART/fv_srf_wnd.res.tile3.nc .........OK + Moving RESTART/fv_srf_wnd.res.tile4.nc .........OK + Moving RESTART/fv_srf_wnd.res.tile5.nc .........OK + Moving RESTART/fv_srf_wnd.res.tile6.nc .........OK + Moving RESTART/fv_tracer.res.tile1.nc .........OK + Moving RESTART/fv_tracer.res.tile2.nc .........OK + Moving RESTART/fv_tracer.res.tile3.nc .........OK + Moving RESTART/fv_tracer.res.tile4.nc .........OK + Moving RESTART/fv_tracer.res.tile5.nc .........OK + Moving RESTART/fv_tracer.res.tile6.nc .........OK + Moving RESTART/phy_data.tile1.nc .........OK + Moving RESTART/phy_data.tile2.nc .........OK + Moving RESTART/phy_data.tile3.nc .........OK + Moving RESTART/phy_data.tile4.nc .........OK + Moving RESTART/phy_data.tile5.nc .........OK + Moving RESTART/phy_data.tile6.nc .........OK + Moving RESTART/sfc_data.tile1.nc .........OK + Moving RESTART/sfc_data.tile2.nc .........OK + Moving RESTART/sfc_data.tile3.nc .........OK + Moving RESTART/sfc_data.tile4.nc .........OK + Moving RESTART/sfc_data.tile5.nc .........OK + Moving RESTART/sfc_data.tile6.nc .........OK + Moving RESTART/MOM.res.nc .........OK + Moving RESTART/iced.2021-03-23-21600.nc .........OK + Moving RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK + Moving 20210323.060000.out_grd.glo_1deg .........OK + Moving 20210323.060000.out_pnt.points .........OK + Moving 20210323.060000.restart.glo_1deg .........OK + +[0] The total amount of wall time = 289.598027 +[0] The maximum resident set size (KB) = 654120 + +Test 002 cpld_control_p7_rrtmgp PASS + + +baseline dir = /gpfs/dell2/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/cpld_bmark_p7 +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_44669/cpld_bmark_p7 +Checking test 003 cpld_bmark_p7 results .... +Moving baseline 003 cpld_bmark_p7 files .... + Moving sfcf006.nc .........OK + Moving atmf006.nc .........OK + Moving 20130401.060000.out_grd.gwes_30m .........OK + Moving 20130401.060000.out_pnt.points .........OK + Moving RESTART/coupler.res .........OK + Moving RESTART/fv_core.res.nc .........OK + Moving RESTART/fv_core.res.tile1.nc .........OK + Moving RESTART/fv_core.res.tile2.nc .........OK + Moving RESTART/fv_core.res.tile3.nc .........OK + Moving RESTART/fv_core.res.tile4.nc .........OK + Moving RESTART/fv_core.res.tile5.nc .........OK + Moving RESTART/fv_core.res.tile6.nc .........OK + Moving RESTART/fv_srf_wnd.res.tile1.nc .........OK + Moving RESTART/fv_srf_wnd.res.tile2.nc .........OK + Moving RESTART/fv_srf_wnd.res.tile3.nc .........OK + Moving RESTART/fv_srf_wnd.res.tile4.nc .........OK + Moving RESTART/fv_srf_wnd.res.tile5.nc .........OK + Moving RESTART/fv_srf_wnd.res.tile6.nc .........OK + Moving RESTART/fv_tracer.res.tile1.nc .........OK + Moving RESTART/fv_tracer.res.tile2.nc .........OK + Moving RESTART/fv_tracer.res.tile3.nc .........OK + Moving RESTART/fv_tracer.res.tile4.nc .........OK + Moving RESTART/fv_tracer.res.tile5.nc .........OK + Moving RESTART/fv_tracer.res.tile6.nc .........OK + Moving RESTART/phy_data.tile1.nc .........OK + Moving RESTART/phy_data.tile2.nc .........OK + Moving RESTART/phy_data.tile3.nc .........OK + Moving RESTART/phy_data.tile4.nc .........OK + Moving RESTART/phy_data.tile5.nc .........OK + Moving RESTART/phy_data.tile6.nc .........OK + Moving RESTART/sfc_data.tile1.nc .........OK + Moving RESTART/sfc_data.tile2.nc .........OK + Moving RESTART/sfc_data.tile3.nc .........OK + Moving RESTART/sfc_data.tile4.nc .........OK + Moving RESTART/sfc_data.tile5.nc .........OK + Moving RESTART/sfc_data.tile6.nc .........OK + Moving RESTART/MOM.res.nc .........OK + Moving RESTART/MOM.res_1.nc .........OK + Moving RESTART/MOM.res_2.nc .........OK + Moving RESTART/MOM.res_3.nc .........OK + Moving RESTART/iced.2013-04-01-21600.nc .........OK + Moving RESTART/ufs.cpld.cpl.r.2013-04-01-21600.nc .........OK + +[0] The total amount of wall time = 1025.001520 +[0] The maximum resident set size (KB) = 1273420 + +Test 003 cpld_bmark_p7 PASS + + +baseline dir = /gpfs/dell2/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/cpld_bmark_p8 +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_44669/cpld_bmark_p8 +Checking test 004 cpld_bmark_p8 results .... +Moving baseline 004 cpld_bmark_p8 files .... + Moving sfcf006.nc .........OK + Moving atmf006.nc .........OK + Moving gocart.inst_aod.20130401_0600z.nc4 .........OK + Moving 20130401.060000.out_grd.gwes_30m .........OK + Moving 20130401.060000.out_pnt.points .........OK + Moving RESTART/coupler.res .........OK + Moving RESTART/fv_core.res.nc .........OK + Moving RESTART/fv_core.res.tile1.nc .........OK + Moving RESTART/fv_core.res.tile2.nc .........OK + Moving RESTART/fv_core.res.tile3.nc .........OK + Moving RESTART/fv_core.res.tile4.nc .........OK + Moving RESTART/fv_core.res.tile5.nc .........OK + Moving RESTART/fv_core.res.tile6.nc .........OK + Moving RESTART/fv_srf_wnd.res.tile1.nc .........OK + Moving RESTART/fv_srf_wnd.res.tile2.nc .........OK + Moving RESTART/fv_srf_wnd.res.tile3.nc .........OK + Moving RESTART/fv_srf_wnd.res.tile4.nc .........OK + Moving RESTART/fv_srf_wnd.res.tile5.nc .........OK + Moving RESTART/fv_srf_wnd.res.tile6.nc .........OK + Moving RESTART/fv_tracer.res.tile1.nc .........OK + Moving RESTART/fv_tracer.res.tile2.nc .........OK + Moving RESTART/fv_tracer.res.tile3.nc .........OK + Moving RESTART/fv_tracer.res.tile4.nc .........OK + Moving RESTART/fv_tracer.res.tile5.nc .........OK + Moving RESTART/fv_tracer.res.tile6.nc .........OK + Moving RESTART/phy_data.tile1.nc .........OK + Moving RESTART/phy_data.tile2.nc .........OK + Moving RESTART/phy_data.tile3.nc .........OK + Moving RESTART/phy_data.tile4.nc .........OK + Moving RESTART/phy_data.tile5.nc .........OK + Moving RESTART/phy_data.tile6.nc .........OK + Moving RESTART/sfc_data.tile1.nc .........OK + Moving RESTART/sfc_data.tile2.nc .........OK + Moving RESTART/sfc_data.tile3.nc .........OK + Moving RESTART/sfc_data.tile4.nc .........OK + Moving RESTART/sfc_data.tile5.nc .........OK + Moving RESTART/sfc_data.tile6.nc .........OK + Moving RESTART/MOM.res.nc .........OK + Moving RESTART/MOM.res_1.nc .........OK + Moving RESTART/MOM.res_2.nc .........OK + Moving RESTART/MOM.res_3.nc .........OK + Moving RESTART/iced.2013-04-01-21600.nc .........OK + Moving RESTART/ufs.cpld.cpl.r.2013-04-01-21600.nc .........OK + +[0] The total amount of wall time = 1145.261453 +[0] The maximum resident set size (KB) = 2866152 + +Test 004 cpld_bmark_p8 PASS + + +baseline dir = /gpfs/dell2/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/cpld_control_c96_p8 +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_44669/cpld_control_c96_p8 +Checking test 005 cpld_control_c96_p8 results .... +Moving baseline 005 cpld_control_c96_p8 files .... + Moving sfcf021.tile1.nc .........OK + Moving sfcf021.tile2.nc .........OK + Moving sfcf021.tile3.nc .........OK + Moving sfcf021.tile4.nc .........OK + Moving sfcf021.tile5.nc .........OK + Moving sfcf021.tile6.nc .........OK + Moving atmf021.tile1.nc .........OK + Moving atmf021.tile2.nc .........OK + Moving atmf021.tile3.nc .........OK + Moving atmf021.tile4.nc .........OK + Moving atmf021.tile5.nc .........OK + Moving atmf021.tile6.nc .........OK + Moving sfcf024.tile1.nc .........OK + Moving sfcf024.tile2.nc .........OK + Moving sfcf024.tile3.nc .........OK + Moving sfcf024.tile4.nc .........OK + Moving sfcf024.tile5.nc .........OK + Moving sfcf024.tile6.nc .........OK + Moving atmf024.tile1.nc .........OK + Moving atmf024.tile2.nc .........OK + Moving atmf024.tile3.nc .........OK + Moving atmf024.tile4.nc .........OK + Moving atmf024.tile5.nc .........OK + Moving atmf024.tile6.nc .........OK + Moving gocart.inst_aod.20210323_0600z.nc4 .........OK + Moving RESTART/coupler.res .........OK + Moving RESTART/fv_core.res.nc .........OK + Moving RESTART/fv_core.res.tile1.nc .........OK + Moving RESTART/fv_core.res.tile2.nc .........OK + Moving RESTART/fv_core.res.tile3.nc .........OK + Moving RESTART/fv_core.res.tile4.nc .........OK + Moving RESTART/fv_core.res.tile5.nc .........OK + Moving RESTART/fv_core.res.tile6.nc .........OK + Moving RESTART/fv_srf_wnd.res.tile1.nc .........OK + Moving RESTART/fv_srf_wnd.res.tile2.nc .........OK + Moving RESTART/fv_srf_wnd.res.tile3.nc .........OK + Moving RESTART/fv_srf_wnd.res.tile4.nc .........OK + Moving RESTART/fv_srf_wnd.res.tile5.nc .........OK + Moving RESTART/fv_srf_wnd.res.tile6.nc .........OK + Moving RESTART/fv_tracer.res.tile1.nc .........OK + Moving RESTART/fv_tracer.res.tile2.nc .........OK + Moving RESTART/fv_tracer.res.tile3.nc .........OK + Moving RESTART/fv_tracer.res.tile4.nc .........OK + Moving RESTART/fv_tracer.res.tile5.nc .........OK + Moving RESTART/fv_tracer.res.tile6.nc .........OK + Moving RESTART/phy_data.tile1.nc .........OK + Moving RESTART/phy_data.tile2.nc .........OK + Moving RESTART/phy_data.tile3.nc .........OK + Moving RESTART/phy_data.tile4.nc .........OK + Moving RESTART/phy_data.tile5.nc .........OK + Moving RESTART/phy_data.tile6.nc .........OK + Moving RESTART/sfc_data.tile1.nc .........OK + Moving RESTART/sfc_data.tile2.nc .........OK + Moving RESTART/sfc_data.tile3.nc .........OK + Moving RESTART/sfc_data.tile4.nc .........OK + Moving RESTART/sfc_data.tile5.nc .........OK + Moving RESTART/sfc_data.tile6.nc .........OK + Moving RESTART/MOM.res.nc .........OK + Moving RESTART/iced.2021-03-23-21600.nc .........OK + Moving RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK + +[0] The total amount of wall time = 368.742406 +[0] The maximum resident set size (KB) = 1145480 + +Test 005 cpld_control_c96_p8 PASS + + +baseline dir = /gpfs/dell2/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/cpld_control_c192_p8 +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_44669/cpld_control_c192_p8 +Checking test 006 cpld_control_c192_p8 results .... +Moving baseline 006 cpld_control_c192_p8 files .... + Moving sfcf036.tile1.nc .........OK + Moving sfcf036.tile2.nc .........OK + Moving sfcf036.tile3.nc .........OK + Moving sfcf036.tile4.nc .........OK + Moving sfcf036.tile5.nc .........OK + Moving sfcf036.tile6.nc .........OK + Moving atmf036.tile1.nc .........OK + Moving atmf036.tile2.nc .........OK + Moving atmf036.tile3.nc .........OK + Moving atmf036.tile4.nc .........OK + Moving atmf036.tile5.nc .........OK + Moving atmf036.tile6.nc .........OK + Moving gocart.inst_aod.20210323_1800z.nc4 .........OK + Moving RESTART/coupler.res .........OK + Moving RESTART/fv_core.res.nc .........OK + Moving RESTART/fv_core.res.tile1.nc .........OK + Moving RESTART/fv_core.res.tile2.nc .........OK + Moving RESTART/fv_core.res.tile3.nc .........OK + Moving RESTART/fv_core.res.tile4.nc .........OK + Moving RESTART/fv_core.res.tile5.nc .........OK + Moving RESTART/fv_core.res.tile6.nc .........OK + Moving RESTART/fv_srf_wnd.res.tile1.nc .........OK + Moving RESTART/fv_srf_wnd.res.tile2.nc .........OK + Moving RESTART/fv_srf_wnd.res.tile3.nc .........OK + Moving RESTART/fv_srf_wnd.res.tile4.nc .........OK + Moving RESTART/fv_srf_wnd.res.tile5.nc .........OK + Moving RESTART/fv_srf_wnd.res.tile6.nc .........OK + Moving RESTART/fv_tracer.res.tile1.nc .........OK + Moving RESTART/fv_tracer.res.tile2.nc .........OK + Moving RESTART/fv_tracer.res.tile3.nc .........OK + Moving RESTART/fv_tracer.res.tile4.nc .........OK + Moving RESTART/fv_tracer.res.tile5.nc .........OK + Moving RESTART/fv_tracer.res.tile6.nc .........OK + Moving RESTART/phy_data.tile1.nc .........OK + Moving RESTART/phy_data.tile2.nc .........OK + Moving RESTART/phy_data.tile3.nc .........OK + Moving RESTART/phy_data.tile4.nc .........OK + Moving RESTART/phy_data.tile5.nc .........OK + Moving RESTART/phy_data.tile6.nc .........OK + Moving RESTART/sfc_data.tile1.nc .........OK + Moving RESTART/sfc_data.tile2.nc .........OK + Moving RESTART/sfc_data.tile3.nc .........OK + Moving RESTART/sfc_data.tile4.nc .........OK + Moving RESTART/sfc_data.tile5.nc .........OK + Moving RESTART/sfc_data.tile6.nc .........OK + Moving RESTART/MOM.res.nc .........OK + Moving RESTART/iced.2021-03-23-64800.nc .........OK + Moving RESTART/ufs.cpld.cpl.r.2021-03-23-64800.nc .........OK + +[0] The total amount of wall time = 1643.174397 +[0] The maximum resident set size (KB) = 1540108 + +Test 006 cpld_control_c192_p8 PASS + + +baseline dir = /gpfs/dell2/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/cpld_control_c384_p8 +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_44669/cpld_control_c384_p8 +Checking test 007 cpld_control_c384_p8 results .... +Moving baseline 007 cpld_control_c384_p8 files .... + Moving sfcf006.nc .........OK + Moving atmf006.nc .........OK + Moving gocart.inst_aod.20210322_1200z.nc4 .........OK + Moving RESTART/coupler.res .........OK + Moving RESTART/fv_core.res.nc .........OK + Moving RESTART/fv_core.res.tile1.nc .........OK + Moving RESTART/fv_core.res.tile2.nc .........OK + Moving RESTART/fv_core.res.tile3.nc .........OK + Moving RESTART/fv_core.res.tile4.nc .........OK + Moving RESTART/fv_core.res.tile5.nc .........OK + Moving RESTART/fv_core.res.tile6.nc .........OK + Moving RESTART/fv_srf_wnd.res.tile1.nc .........OK + Moving RESTART/fv_srf_wnd.res.tile2.nc .........OK + Moving RESTART/fv_srf_wnd.res.tile3.nc .........OK + Moving RESTART/fv_srf_wnd.res.tile4.nc .........OK + Moving RESTART/fv_srf_wnd.res.tile5.nc .........OK + Moving RESTART/fv_srf_wnd.res.tile6.nc .........OK + Moving RESTART/fv_tracer.res.tile1.nc .........OK + Moving RESTART/fv_tracer.res.tile2.nc .........OK + Moving RESTART/fv_tracer.res.tile3.nc .........OK + Moving RESTART/fv_tracer.res.tile4.nc .........OK + Moving RESTART/fv_tracer.res.tile5.nc .........OK + Moving RESTART/fv_tracer.res.tile6.nc .........OK + Moving RESTART/phy_data.tile1.nc .........OK + Moving RESTART/phy_data.tile2.nc .........OK + Moving RESTART/phy_data.tile3.nc .........OK + Moving RESTART/phy_data.tile4.nc .........OK + Moving RESTART/phy_data.tile5.nc .........OK + Moving RESTART/phy_data.tile6.nc .........OK + Moving RESTART/sfc_data.tile1.nc .........OK + Moving RESTART/sfc_data.tile2.nc .........OK + Moving RESTART/sfc_data.tile3.nc .........OK + Moving RESTART/sfc_data.tile4.nc .........OK + Moving RESTART/sfc_data.tile5.nc .........OK + Moving RESTART/sfc_data.tile6.nc .........OK + Moving RESTART/MOM.res.nc .........OK + Moving RESTART/MOM.res_1.nc .........OK + Moving RESTART/MOM.res_2.nc .........OK + Moving RESTART/MOM.res_3.nc .........OK + Moving RESTART/iced.2021-03-22-43200.nc .........OK + Moving RESTART/ufs.cpld.cpl.r.2021-03-22-43200.nc .........OK + +[0] The total amount of wall time = 1268.123211 +[0] The maximum resident set size (KB) = 2840764 + +Test 007 cpld_control_c384_p8 PASS + + +baseline dir = /gpfs/dell2/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/cpld_debug_p8 +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_44669/cpld_debug_p8 +Checking test 008 cpld_debug_p8 results .... +Moving baseline 008 cpld_debug_p8 files .... + Moving sfcf006.tile1.nc .........OK + Moving sfcf006.tile2.nc .........OK + Moving sfcf006.tile3.nc .........OK + Moving sfcf006.tile4.nc .........OK + Moving sfcf006.tile5.nc .........OK + Moving sfcf006.tile6.nc .........OK + Moving atmf006.tile1.nc .........OK + Moving atmf006.tile2.nc .........OK + Moving atmf006.tile3.nc .........OK + Moving atmf006.tile4.nc .........OK + Moving atmf006.tile5.nc .........OK + Moving atmf006.tile6.nc .........OK + Moving gocart.inst_aod.20210322_1200z.nc4 .........OK + Moving RESTART/coupler.res .........OK + Moving RESTART/fv_core.res.nc .........OK + Moving RESTART/fv_core.res.tile1.nc .........OK + Moving RESTART/fv_core.res.tile2.nc .........OK + Moving RESTART/fv_core.res.tile3.nc .........OK + Moving RESTART/fv_core.res.tile4.nc .........OK + Moving RESTART/fv_core.res.tile5.nc .........OK + Moving RESTART/fv_core.res.tile6.nc .........OK + Moving RESTART/fv_srf_wnd.res.tile1.nc .........OK + Moving RESTART/fv_srf_wnd.res.tile2.nc .........OK + Moving RESTART/fv_srf_wnd.res.tile3.nc .........OK + Moving RESTART/fv_srf_wnd.res.tile4.nc .........OK + Moving RESTART/fv_srf_wnd.res.tile5.nc .........OK + Moving RESTART/fv_srf_wnd.res.tile6.nc .........OK + Moving RESTART/fv_tracer.res.tile1.nc .........OK + Moving RESTART/fv_tracer.res.tile2.nc .........OK + Moving RESTART/fv_tracer.res.tile3.nc .........OK + Moving RESTART/fv_tracer.res.tile4.nc .........OK + Moving RESTART/fv_tracer.res.tile5.nc .........OK + Moving RESTART/fv_tracer.res.tile6.nc .........OK + Moving RESTART/phy_data.tile1.nc .........OK + Moving RESTART/phy_data.tile2.nc .........OK + Moving RESTART/phy_data.tile3.nc .........OK + Moving RESTART/phy_data.tile4.nc .........OK + Moving RESTART/phy_data.tile5.nc .........OK + Moving RESTART/phy_data.tile6.nc .........OK + Moving RESTART/sfc_data.tile1.nc .........OK + Moving RESTART/sfc_data.tile2.nc .........OK + Moving RESTART/sfc_data.tile3.nc .........OK + Moving RESTART/sfc_data.tile4.nc .........OK + Moving RESTART/sfc_data.tile5.nc .........OK + Moving RESTART/sfc_data.tile6.nc .........OK + Moving RESTART/MOM.res.nc .........OK + Moving RESTART/iced.2021-03-22-43200.nc .........OK + Moving RESTART/ufs.cpld.cpl.r.2021-03-22-43200.nc .........OK + +[0] The total amount of wall time = 1167.788706 +[0] The maximum resident set size (KB) = 1212648 + +Test 008 cpld_debug_p8 PASS + + +baseline dir = /gpfs/dell2/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/control +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_44669/control +Checking test 009 control results .... +Moving baseline 009 control files .... + Moving sfcf000.nc .........OK + Moving sfcf021.nc .........OK + Moving sfcf024.nc .........OK + Moving atmf000.nc .........OK + Moving atmf021.nc .........OK + Moving atmf024.nc .........OK + Moving GFSFLX.GrbF00 .........OK + Moving GFSFLX.GrbF21 .........OK + Moving GFSFLX.GrbF24 .........OK + Moving GFSPRS.GrbF00 .........OK + Moving GFSPRS.GrbF21 .........OK + Moving GFSPRS.GrbF24 .........OK + Moving RESTART/coupler.res .........OK + Moving RESTART/fv_core.res.nc .........OK + Moving RESTART/fv_core.res.tile1.nc .........OK + Moving RESTART/fv_core.res.tile2.nc .........OK + Moving RESTART/fv_core.res.tile3.nc .........OK + Moving RESTART/fv_core.res.tile4.nc .........OK + Moving RESTART/fv_core.res.tile5.nc .........OK + Moving RESTART/fv_core.res.tile6.nc .........OK + Moving RESTART/fv_srf_wnd.res.tile1.nc .........OK + Moving RESTART/fv_srf_wnd.res.tile2.nc .........OK + Moving RESTART/fv_srf_wnd.res.tile3.nc .........OK + Moving RESTART/fv_srf_wnd.res.tile4.nc .........OK + Moving RESTART/fv_srf_wnd.res.tile5.nc .........OK + Moving RESTART/fv_srf_wnd.res.tile6.nc .........OK + Moving RESTART/fv_tracer.res.tile1.nc .........OK + Moving RESTART/fv_tracer.res.tile2.nc .........OK + Moving RESTART/fv_tracer.res.tile3.nc .........OK + Moving RESTART/fv_tracer.res.tile4.nc .........OK + Moving RESTART/fv_tracer.res.tile5.nc .........OK + Moving RESTART/fv_tracer.res.tile6.nc .........OK + Moving RESTART/phy_data.tile1.nc .........OK + Moving RESTART/phy_data.tile2.nc .........OK + Moving RESTART/phy_data.tile3.nc .........OK + Moving RESTART/phy_data.tile4.nc .........OK + Moving RESTART/phy_data.tile5.nc .........OK + Moving RESTART/phy_data.tile6.nc .........OK + Moving RESTART/sfc_data.tile1.nc .........OK + Moving RESTART/sfc_data.tile2.nc .........OK + Moving RESTART/sfc_data.tile3.nc .........OK + Moving RESTART/sfc_data.tile4.nc .........OK + Moving RESTART/sfc_data.tile5.nc .........OK + Moving RESTART/sfc_data.tile6.nc .........OK + +[0] The total amount of wall time = 147.807856 +[0] The maximum resident set size (KB) = 478080 + +Test 009 control PASS + + +baseline dir = /gpfs/dell2/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/control_CubedSphereGrid +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_44669/control_CubedSphereGrid +Checking test 010 control_CubedSphereGrid results .... +Moving baseline 010 control_CubedSphereGrid files .... + Moving sfcf000.tile1.nc .........OK + Moving sfcf000.tile2.nc .........OK + Moving sfcf000.tile3.nc .........OK + Moving sfcf000.tile4.nc .........OK + Moving sfcf000.tile5.nc .........OK + Moving sfcf000.tile6.nc .........OK + Moving sfcf024.tile1.nc .........OK + Moving sfcf024.tile2.nc .........OK + Moving sfcf024.tile3.nc .........OK + Moving sfcf024.tile4.nc .........OK + Moving sfcf024.tile5.nc .........OK + Moving sfcf024.tile6.nc .........OK + Moving atmf000.tile1.nc .........OK + Moving atmf000.tile2.nc .........OK + Moving atmf000.tile3.nc .........OK + Moving atmf000.tile4.nc .........OK + Moving atmf000.tile5.nc .........OK + Moving atmf000.tile6.nc .........OK + Moving atmf024.tile1.nc .........OK + Moving atmf024.tile2.nc .........OK + Moving atmf024.tile3.nc .........OK + Moving atmf024.tile4.nc .........OK + Moving atmf024.tile5.nc .........OK + Moving atmf024.tile6.nc .........OK + +[0] The total amount of wall time = 145.528659 +[0] The maximum resident set size (KB) = 475128 + +Test 010 control_CubedSphereGrid PASS + + +baseline dir = /gpfs/dell2/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/control_latlon +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_44669/control_latlon +Checking test 011 control_latlon results .... +Moving baseline 011 control_latlon files .... + Moving sfcf000.nc .........OK + Moving sfcf024.nc .........OK + Moving atmf000.nc .........OK + Moving atmf024.nc .........OK + Moving GFSFLX.GrbF00 .........OK + Moving GFSFLX.GrbF24 .........OK + Moving GFSPRS.GrbF00 .........OK + Moving GFSPRS.GrbF24 .........OK + +[0] The total amount of wall time = 145.336481 +[0] The maximum resident set size (KB) = 476932 + +Test 011 control_latlon PASS + + +baseline dir = /gpfs/dell2/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/control_wrtGauss_netcdf_parallel +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_44669/control_wrtGauss_netcdf_parallel +Checking test 012 control_wrtGauss_netcdf_parallel results .... +Moving baseline 012 control_wrtGauss_netcdf_parallel files .... + Moving sfcf000.nc .........OK + Moving sfcf024.nc .........OK + Moving atmf000.nc .........OK + Moving atmf024.nc .........OK + Moving GFSFLX.GrbF00 .........OK + Moving GFSFLX.GrbF24 .........OK + Moving GFSPRS.GrbF00 .........OK + Moving GFSPRS.GrbF24 .........OK + +[0] The total amount of wall time = 144.289656 +[0] The maximum resident set size (KB) = 474372 + +Test 012 control_wrtGauss_netcdf_parallel PASS + + +baseline dir = /gpfs/dell2/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/control_c48 +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_44669/control_c48 +Checking test 013 control_c48 results .... +Moving baseline 013 control_c48 files .... + Moving sfcf000.nc .........OK + Moving sfcf024.nc .........OK + Moving atmf000.nc .........OK + Moving atmf024.nc .........OK + Moving RESTART/coupler.res .........OK + Moving RESTART/fv_core.res.nc .........OK + Moving RESTART/fv_core.res.tile1.nc .........OK + Moving RESTART/fv_core.res.tile2.nc .........OK + Moving RESTART/fv_core.res.tile3.nc .........OK + Moving RESTART/fv_core.res.tile4.nc .........OK + Moving RESTART/fv_core.res.tile5.nc .........OK + Moving RESTART/fv_core.res.tile6.nc .........OK + Moving RESTART/fv_srf_wnd.res.tile1.nc .........OK + Moving RESTART/fv_srf_wnd.res.tile2.nc .........OK + Moving RESTART/fv_srf_wnd.res.tile3.nc .........OK + Moving RESTART/fv_srf_wnd.res.tile4.nc .........OK + Moving RESTART/fv_srf_wnd.res.tile5.nc .........OK + Moving RESTART/fv_srf_wnd.res.tile6.nc .........OK + Moving RESTART/fv_tracer.res.tile1.nc .........OK + Moving RESTART/fv_tracer.res.tile2.nc .........OK + Moving RESTART/fv_tracer.res.tile3.nc .........OK + Moving RESTART/fv_tracer.res.tile4.nc .........OK + Moving RESTART/fv_tracer.res.tile5.nc .........OK + Moving RESTART/fv_tracer.res.tile6.nc .........OK + Moving RESTART/phy_data.tile1.nc .........OK + Moving RESTART/phy_data.tile2.nc .........OK + Moving RESTART/phy_data.tile3.nc .........OK + Moving RESTART/phy_data.tile4.nc .........OK + Moving RESTART/phy_data.tile5.nc .........OK + Moving RESTART/phy_data.tile6.nc .........OK + Moving RESTART/sfc_data.tile1.nc .........OK + Moving RESTART/sfc_data.tile2.nc .........OK + Moving RESTART/sfc_data.tile3.nc .........OK + Moving RESTART/sfc_data.tile4.nc .........OK + Moving RESTART/sfc_data.tile5.nc .........OK + Moving RESTART/sfc_data.tile6.nc .........OK + +[0] The total amount of wall time = 441.549115 +[0] The maximum resident set size (KB) = 664628 + +Test 013 control_c48 PASS + + +baseline dir = /gpfs/dell2/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/control_c192 +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_44669/control_c192 +Checking test 014 control_c192 results .... +Moving baseline 014 control_c192 files .... + Moving sfcf000.nc .........OK + Moving sfcf024.nc .........OK + Moving atmf000.nc .........OK + Moving atmf024.nc .........OK + Moving GFSFLX.GrbF00 .........OK + Moving GFSFLX.GrbF24 .........OK + Moving GFSPRS.GrbF00 .........OK + Moving GFSPRS.GrbF24 .........OK + +[0] The total amount of wall time = 551.819028 +[0] The maximum resident set size (KB) = 579396 + +Test 014 control_c192 PASS + + +baseline dir = /gpfs/dell2/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/control_c384 +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_44669/control_c384 +Checking test 015 control_c384 results .... +Moving baseline 015 control_c384 files .... + Moving sfcf000.nc .........OK + Moving sfcf012.nc .........OK + Moving atmf000.nc .........OK + Moving atmf012.nc .........OK + Moving GFSFLX.GrbF00 .........OK + Moving GFSFLX.GrbF12 .........OK + Moving GFSPRS.GrbF00 .........OK + Moving GFSPRS.GrbF12 .........OK + +[0] The total amount of wall time = 1037.872741 +[0] The maximum resident set size (KB) = 863976 + +Test 015 control_c384 PASS + + +baseline dir = /gpfs/dell2/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/control_c384gdas +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_44669/control_c384gdas +Checking test 016 control_c384gdas results .... +Moving baseline 016 control_c384gdas files .... + Moving sfcf000.nc .........OK + Moving sfcf006.nc .........OK + Moving atmf000.nc .........OK + Moving atmf006.nc .........OK + Moving GFSFLX.GrbF00 .........OK + Moving GFSFLX.GrbF06 .........OK + Moving GFSPRS.GrbF00 .........OK + Moving GFSPRS.GrbF06 .........OK + Moving RESTART/coupler.res .........OK + Moving RESTART/fv_core.res.nc .........OK + Moving RESTART/fv_core.res.tile1.nc .........OK + Moving RESTART/fv_core.res.tile2.nc .........OK + Moving RESTART/fv_core.res.tile3.nc .........OK + Moving RESTART/fv_core.res.tile4.nc .........OK + Moving RESTART/fv_core.res.tile5.nc .........OK + Moving RESTART/fv_core.res.tile6.nc .........OK + Moving RESTART/fv_srf_wnd.res.tile1.nc .........OK + Moving RESTART/fv_srf_wnd.res.tile2.nc .........OK + Moving RESTART/fv_srf_wnd.res.tile3.nc .........OK + Moving RESTART/fv_srf_wnd.res.tile4.nc .........OK + Moving RESTART/fv_srf_wnd.res.tile5.nc .........OK + Moving RESTART/fv_srf_wnd.res.tile6.nc .........OK + Moving RESTART/fv_tracer.res.tile1.nc .........OK + Moving RESTART/fv_tracer.res.tile2.nc .........OK + Moving RESTART/fv_tracer.res.tile3.nc .........OK + Moving RESTART/fv_tracer.res.tile4.nc .........OK + Moving RESTART/fv_tracer.res.tile5.nc .........OK + Moving RESTART/fv_tracer.res.tile6.nc .........OK + Moving RESTART/phy_data.tile1.nc .........OK + Moving RESTART/phy_data.tile2.nc .........OK + Moving RESTART/phy_data.tile3.nc .........OK + Moving RESTART/phy_data.tile4.nc .........OK + Moving RESTART/phy_data.tile5.nc .........OK + Moving RESTART/phy_data.tile6.nc .........OK + Moving RESTART/sfc_data.tile1.nc .........OK + Moving RESTART/sfc_data.tile2.nc .........OK + Moving RESTART/sfc_data.tile3.nc .........OK + Moving RESTART/sfc_data.tile4.nc .........OK + Moving RESTART/sfc_data.tile5.nc .........OK + Moving RESTART/sfc_data.tile6.nc .........OK + +[0] The total amount of wall time = 909.974271 +[0] The maximum resident set size (KB) = 996584 + +Test 016 control_c384gdas PASS + + +baseline dir = /gpfs/dell2/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/control_stochy +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_44669/control_stochy +Checking test 017 control_stochy results .... +Moving baseline 017 control_stochy files .... + Moving sfcf000.nc .........OK + Moving sfcf012.nc .........OK + Moving atmf000.nc .........OK + Moving atmf012.nc .........OK + Moving GFSFLX.GrbF00 .........OK + Moving GFSFLX.GrbF12 .........OK + Moving GFSPRS.GrbF00 .........OK + Moving GFSPRS.GrbF12 .........OK + +[0] The total amount of wall time = 93.092947 +[0] The maximum resident set size (KB) = 481448 + +Test 017 control_stochy PASS + + +baseline dir = /gpfs/dell2/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/control_lndp +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_44669/control_lndp +Checking test 018 control_lndp results .... +Moving baseline 018 control_lndp files .... + Moving sfcf000.nc .........OK + Moving sfcf012.nc .........OK + Moving atmf000.nc .........OK + Moving atmf012.nc .........OK + Moving GFSFLX.GrbF00 .........OK + Moving GFSFLX.GrbF12 .........OK + Moving GFSPRS.GrbF00 .........OK + Moving GFSPRS.GrbF12 .........OK + +[0] The total amount of wall time = 88.729660 +[0] The maximum resident set size (KB) = 477636 + +Test 018 control_lndp PASS + + +baseline dir = /gpfs/dell2/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/control_iovr4 +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_44669/control_iovr4 +Checking test 019 control_iovr4 results .... +Moving baseline 019 control_iovr4 files .... + Moving sfcf000.nc .........OK + Moving sfcf021.nc .........OK + Moving sfcf024.nc .........OK + Moving atmf000.nc .........OK + Moving atmf021.nc .........OK + Moving atmf024.nc .........OK + Moving GFSFLX.GrbF00 .........OK + Moving GFSFLX.GrbF21 .........OK + Moving GFSFLX.GrbF24 .........OK + Moving GFSPRS.GrbF00 .........OK + Moving GFSPRS.GrbF21 .........OK + Moving GFSPRS.GrbF24 .........OK + +[0] The total amount of wall time = 141.512562 +[0] The maximum resident set size (KB) = 471984 + +Test 019 control_iovr4 PASS + + +baseline dir = /gpfs/dell2/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/control_iovr5 +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_44669/control_iovr5 +Checking test 020 control_iovr5 results .... +Moving baseline 020 control_iovr5 files .... + Moving sfcf000.nc .........OK + Moving sfcf021.nc .........OK + Moving sfcf024.nc .........OK + Moving atmf000.nc .........OK + Moving atmf021.nc .........OK + Moving atmf024.nc .........OK + Moving GFSFLX.GrbF00 .........OK + Moving GFSFLX.GrbF21 .........OK + Moving GFSFLX.GrbF24 .........OK + Moving GFSPRS.GrbF00 .........OK + Moving GFSPRS.GrbF21 .........OK + Moving GFSPRS.GrbF24 .........OK + +[0] The total amount of wall time = 147.706000 +[0] The maximum resident set size (KB) = 476432 + +Test 020 control_iovr5 PASS + + +baseline dir = /gpfs/dell2/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/control_p8 +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_44669/control_p8 +Checking test 021 control_p8 results .... +Moving baseline 021 control_p8 files .... + Moving sfcf000.nc .........OK + Moving sfcf021.nc .........OK + Moving sfcf024.nc .........OK + Moving atmf000.nc .........OK + Moving atmf021.nc .........OK + Moving atmf024.nc .........OK + Moving GFSFLX.GrbF00 .........OK + Moving GFSFLX.GrbF21 .........OK + Moving GFSFLX.GrbF24 .........OK + Moving GFSPRS.GrbF00 .........OK + Moving GFSPRS.GrbF21 .........OK + Moving GFSPRS.GrbF24 .........OK + Moving RESTART/coupler.res .........OK + Moving RESTART/fv_core.res.nc .........OK + Moving RESTART/fv_core.res.tile1.nc .........OK + Moving RESTART/fv_core.res.tile2.nc .........OK + Moving RESTART/fv_core.res.tile3.nc .........OK + Moving RESTART/fv_core.res.tile4.nc .........OK + Moving RESTART/fv_core.res.tile5.nc .........OK + Moving RESTART/fv_core.res.tile6.nc .........OK + Moving RESTART/fv_srf_wnd.res.tile1.nc .........OK + Moving RESTART/fv_srf_wnd.res.tile2.nc .........OK + Moving RESTART/fv_srf_wnd.res.tile3.nc .........OK + Moving RESTART/fv_srf_wnd.res.tile4.nc .........OK + Moving RESTART/fv_srf_wnd.res.tile5.nc .........OK + Moving RESTART/fv_srf_wnd.res.tile6.nc .........OK + Moving RESTART/fv_tracer.res.tile1.nc .........OK + Moving RESTART/fv_tracer.res.tile2.nc .........OK + Moving RESTART/fv_tracer.res.tile3.nc .........OK + Moving RESTART/fv_tracer.res.tile4.nc .........OK + Moving RESTART/fv_tracer.res.tile5.nc .........OK + Moving RESTART/fv_tracer.res.tile6.nc .........OK + Moving RESTART/phy_data.tile1.nc .........OK + Moving RESTART/phy_data.tile2.nc .........OK + Moving RESTART/phy_data.tile3.nc .........OK + Moving RESTART/phy_data.tile4.nc .........OK + Moving RESTART/phy_data.tile5.nc .........OK + Moving RESTART/phy_data.tile6.nc .........OK + Moving RESTART/sfc_data.tile1.nc .........OK + Moving RESTART/sfc_data.tile2.nc .........OK + Moving RESTART/sfc_data.tile3.nc .........OK + Moving RESTART/sfc_data.tile4.nc .........OK + Moving RESTART/sfc_data.tile5.nc .........OK + Moving RESTART/sfc_data.tile6.nc .........OK + +[0] The total amount of wall time = 164.931054 +[0] The maximum resident set size (KB) = 851112 + +Test 021 control_p8 PASS + + +baseline dir = /gpfs/dell2/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/control_p7_rrtmgp +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_44669/control_p7_rrtmgp +Checking test 022 control_p7_rrtmgp results .... +Moving baseline 022 control_p7_rrtmgp files .... + Moving sfcf000.nc .........OK + Moving sfcf021.nc .........OK + Moving sfcf024.nc .........OK + Moving atmf000.nc .........OK + Moving atmf021.nc .........OK + Moving atmf024.nc .........OK + Moving GFSFLX.GrbF00 .........OK + Moving GFSFLX.GrbF21 .........OK + Moving GFSFLX.GrbF24 .........OK + Moving GFSPRS.GrbF00 .........OK + Moving GFSPRS.GrbF21 .........OK + Moving GFSPRS.GrbF24 .........OK + Moving RESTART/coupler.res .........OK + Moving RESTART/fv_core.res.nc .........OK + Moving RESTART/fv_core.res.tile1.nc .........OK + Moving RESTART/fv_core.res.tile2.nc .........OK + Moving RESTART/fv_core.res.tile3.nc .........OK + Moving RESTART/fv_core.res.tile4.nc .........OK + Moving RESTART/fv_core.res.tile5.nc .........OK + Moving RESTART/fv_core.res.tile6.nc .........OK + Moving RESTART/fv_srf_wnd.res.tile1.nc .........OK + Moving RESTART/fv_srf_wnd.res.tile2.nc .........OK + Moving RESTART/fv_srf_wnd.res.tile3.nc .........OK + Moving RESTART/fv_srf_wnd.res.tile4.nc .........OK + Moving RESTART/fv_srf_wnd.res.tile5.nc .........OK + Moving RESTART/fv_srf_wnd.res.tile6.nc .........OK + Moving RESTART/fv_tracer.res.tile1.nc .........OK + Moving RESTART/fv_tracer.res.tile2.nc .........OK + Moving RESTART/fv_tracer.res.tile3.nc .........OK + Moving RESTART/fv_tracer.res.tile4.nc .........OK + Moving RESTART/fv_tracer.res.tile5.nc .........OK + Moving RESTART/fv_tracer.res.tile6.nc .........OK + Moving RESTART/phy_data.tile1.nc .........OK + Moving RESTART/phy_data.tile2.nc .........OK + Moving RESTART/phy_data.tile3.nc .........OK + Moving RESTART/phy_data.tile4.nc .........OK + Moving RESTART/phy_data.tile5.nc .........OK + Moving RESTART/phy_data.tile6.nc .........OK + Moving RESTART/sfc_data.tile1.nc .........OK + Moving RESTART/sfc_data.tile2.nc .........OK + Moving RESTART/sfc_data.tile3.nc .........OK + Moving RESTART/sfc_data.tile4.nc .........OK + Moving RESTART/sfc_data.tile5.nc .........OK + Moving RESTART/sfc_data.tile6.nc .........OK + +[0] The total amount of wall time = 203.746590 +[0] The maximum resident set size (KB) = 598956 + +Test 022 control_p7_rrtmgp PASS + + +baseline dir = /gpfs/dell2/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/fv3_regional_control +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_44669/regional_control +Checking test 023 regional_control results .... +Moving baseline 023 regional_control files .... + Moving dynf000.nc .........OK + Moving dynf024.nc .........OK + Moving phyf000.nc .........OK + Moving phyf024.nc .........OK + Moving PRSLEV.GrbF00 .........OK + Moving PRSLEV.GrbF24 .........OK + Moving NATLEV.GrbF00 .........OK + Moving NATLEV.GrbF24 .........OK + +[0] The total amount of wall time = 346.579077 +[0] The maximum resident set size (KB) = 574336 + +Test 023 regional_control PASS + + +baseline dir = /gpfs/dell2/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/fv3_regional_noquilt +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_44669/regional_noquilt +Checking test 024 regional_noquilt results .... +Moving baseline 024 regional_noquilt files .... + Moving atmos_4xdaily.nc .........OK + Moving fv3_history2d.nc .........OK + Moving fv3_history.nc .........OK + Moving RESTART/fv_core.res.tile1_new.nc .........OK + Moving RESTART/fv_tracer.res.tile1_new.nc .........OK + +[0] The total amount of wall time = 371.132001 +[0] The maximum resident set size (KB) = 612292 + +Test 024 regional_noquilt PASS + + +baseline dir = /gpfs/dell2/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/fv3_regional_hafs +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_44669/regional_hafs +Checking test 025 regional_hafs results .... +Moving baseline 025 regional_hafs files .... + Moving dynf000.nc .........OK + Moving dynf024.nc .........OK + Moving phyf000.nc .........OK + Moving phyf024.nc .........OK + Moving HURPRS.GrbF00 .........OK + Moving HURPRS.GrbF24 .........OK + +[0] The total amount of wall time = 346.234743 +[0] The maximum resident set size (KB) = 573256 + +Test 025 regional_hafs PASS + + +baseline dir = /gpfs/dell2/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/fv3_regional_netcdf_parallel +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_44669/regional_netcdf_parallel +Checking test 026 regional_netcdf_parallel results .... +Moving baseline 026 regional_netcdf_parallel files .... + Moving dynf000.nc .........OK + Moving dynf024.nc .........OK + Moving phyf000.nc .........OK + Moving phyf024.nc .........OK + +[0] The total amount of wall time = 349.642468 +[0] The maximum resident set size (KB) = 573020 + +Test 026 regional_netcdf_parallel PASS + + +baseline dir = /gpfs/dell2/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/fv3_regional_RRTMGP +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_44669/regional_RRTMGP +Checking test 027 regional_RRTMGP results .... +Moving baseline 027 regional_RRTMGP files .... + Moving dynf000.nc .........OK + Moving dynf024.nc .........OK + Moving phyf000.nc .........OK + Moving phyf024.nc .........OK + Moving PRSLEV.GrbF00 .........OK + Moving PRSLEV.GrbF24 .........OK + Moving NATLEV.GrbF00 .........OK + Moving NATLEV.GrbF24 .........OK + +[0] The total amount of wall time = 455.082401 +[0] The maximum resident set size (KB) = 700508 + +Test 027 regional_RRTMGP PASS + + +baseline dir = /gpfs/dell2/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/rap_control +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_44669/rap_control +Checking test 028 rap_control results .... +Moving baseline 028 rap_control files .... + Moving sfcf000.nc .........OK + Moving sfcf021.nc .........OK + Moving sfcf024.nc .........OK + Moving atmf000.nc .........OK + Moving atmf021.nc .........OK + Moving atmf024.nc .........OK + Moving GFSFLX.GrbF00 .........OK + Moving GFSFLX.GrbF21 .........OK + Moving GFSFLX.GrbF24 .........OK + Moving GFSPRS.GrbF00 .........OK + Moving GFSPRS.GrbF21 .........OK + Moving GFSPRS.GrbF24 .........OK + Moving RESTART/coupler.res .........OK + Moving RESTART/fv_core.res.nc .........OK + Moving RESTART/fv_core.res.tile1.nc .........OK + Moving RESTART/fv_core.res.tile2.nc .........OK + Moving RESTART/fv_core.res.tile3.nc .........OK + Moving RESTART/fv_core.res.tile4.nc .........OK + Moving RESTART/fv_core.res.tile5.nc .........OK + Moving RESTART/fv_core.res.tile6.nc .........OK + Moving RESTART/fv_srf_wnd.res.tile1.nc .........OK + Moving RESTART/fv_srf_wnd.res.tile2.nc .........OK + Moving RESTART/fv_srf_wnd.res.tile3.nc .........OK + Moving RESTART/fv_srf_wnd.res.tile4.nc .........OK + Moving RESTART/fv_srf_wnd.res.tile5.nc .........OK + Moving RESTART/fv_srf_wnd.res.tile6.nc .........OK + Moving RESTART/fv_tracer.res.tile1.nc .........OK + Moving RESTART/fv_tracer.res.tile2.nc .........OK + Moving RESTART/fv_tracer.res.tile3.nc .........OK + Moving RESTART/fv_tracer.res.tile4.nc .........OK + Moving RESTART/fv_tracer.res.tile5.nc .........OK + Moving RESTART/fv_tracer.res.tile6.nc .........OK + Moving RESTART/phy_data.tile1.nc .........OK + Moving RESTART/phy_data.tile2.nc .........OK + Moving RESTART/phy_data.tile3.nc .........OK + Moving RESTART/phy_data.tile4.nc .........OK + Moving RESTART/phy_data.tile5.nc .........OK + Moving RESTART/phy_data.tile6.nc .........OK + Moving RESTART/sfc_data.tile1.nc .........OK + Moving RESTART/sfc_data.tile2.nc .........OK + Moving RESTART/sfc_data.tile3.nc .........OK + Moving RESTART/sfc_data.tile4.nc .........OK + Moving RESTART/sfc_data.tile5.nc .........OK + Moving RESTART/sfc_data.tile6.nc .........OK + +[0] The total amount of wall time = 396.183506 +[0] The maximum resident set size (KB) = 841312 + +Test 028 rap_control PASS + + +baseline dir = /gpfs/dell2/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/regional_spp_sppt_shum_skeb +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_44669/regional_spp_sppt_shum_skeb +Checking test 029 regional_spp_sppt_shum_skeb results .... +Moving baseline 029 regional_spp_sppt_shum_skeb files .... + Moving dynf000.nc .........OK + Moving dynf001.nc .........OK + Moving phyf000.nc .........OK + Moving phyf001.nc .........OK + Moving PRSLEV.GrbF00 .........OK + Moving PRSLEV.GrbF01 .........OK + Moving NATLEV.GrbF00 .........OK + Moving NATLEV.GrbF01 .........OK + +[0] The total amount of wall time = 248.227737 +[0] The maximum resident set size (KB) = 937988 + +Test 029 regional_spp_sppt_shum_skeb PASS + + +baseline dir = /gpfs/dell2/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/rap_sfcdiff +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_44669/rap_sfcdiff +Checking test 030 rap_sfcdiff results .... +Moving baseline 030 rap_sfcdiff files .... + Moving sfcf000.nc .........OK + Moving sfcf021.nc .........OK + Moving sfcf024.nc .........OK + Moving atmf000.nc .........OK + Moving atmf021.nc .........OK + Moving atmf024.nc .........OK + Moving GFSFLX.GrbF00 .........OK + Moving GFSFLX.GrbF21 .........OK + Moving GFSFLX.GrbF24 .........OK + Moving GFSPRS.GrbF00 .........OK + Moving GFSPRS.GrbF21 .........OK + Moving GFSPRS.GrbF24 .........OK + Moving RESTART/coupler.res .........OK + Moving RESTART/fv_core.res.nc .........OK + Moving RESTART/fv_core.res.tile1.nc .........OK + Moving RESTART/fv_core.res.tile2.nc .........OK + Moving RESTART/fv_core.res.tile3.nc .........OK + Moving RESTART/fv_core.res.tile4.nc .........OK + Moving RESTART/fv_core.res.tile5.nc .........OK + Moving RESTART/fv_core.res.tile6.nc .........OK + Moving RESTART/fv_srf_wnd.res.tile1.nc .........OK + Moving RESTART/fv_srf_wnd.res.tile2.nc .........OK + Moving RESTART/fv_srf_wnd.res.tile3.nc .........OK + Moving RESTART/fv_srf_wnd.res.tile4.nc .........OK + Moving RESTART/fv_srf_wnd.res.tile5.nc .........OK + Moving RESTART/fv_srf_wnd.res.tile6.nc .........OK + Moving RESTART/fv_tracer.res.tile1.nc .........OK + Moving RESTART/fv_tracer.res.tile2.nc .........OK + Moving RESTART/fv_tracer.res.tile3.nc .........OK + Moving RESTART/fv_tracer.res.tile4.nc .........OK + Moving RESTART/fv_tracer.res.tile5.nc .........OK + Moving RESTART/fv_tracer.res.tile6.nc .........OK + Moving RESTART/phy_data.tile1.nc .........OK + Moving RESTART/phy_data.tile2.nc .........OK + Moving RESTART/phy_data.tile3.nc .........OK + Moving RESTART/phy_data.tile4.nc .........OK + Moving RESTART/phy_data.tile5.nc .........OK + Moving RESTART/phy_data.tile6.nc .........OK + Moving RESTART/sfc_data.tile1.nc .........OK + Moving RESTART/sfc_data.tile2.nc .........OK + Moving RESTART/sfc_data.tile3.nc .........OK + Moving RESTART/sfc_data.tile4.nc .........OK + Moving RESTART/sfc_data.tile5.nc .........OK + Moving RESTART/sfc_data.tile6.nc .........OK + +[0] The total amount of wall time = 396.157768 +[0] The maximum resident set size (KB) = 842100 + +Test 030 rap_sfcdiff PASS + + +baseline dir = /gpfs/dell2/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/hrrr_control +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_44669/hrrr_control +Checking test 031 hrrr_control results .... +Moving baseline 031 hrrr_control files .... + Moving sfcf000.nc .........OK + Moving sfcf021.nc .........OK + Moving sfcf024.nc .........OK + Moving atmf000.nc .........OK + Moving atmf021.nc .........OK + Moving atmf024.nc .........OK + Moving GFSFLX.GrbF00 .........OK + Moving GFSFLX.GrbF21 .........OK + Moving GFSFLX.GrbF24 .........OK + Moving GFSPRS.GrbF00 .........OK + Moving GFSPRS.GrbF21 .........OK + Moving GFSPRS.GrbF24 .........OK + Moving RESTART/coupler.res .........OK + Moving RESTART/fv_core.res.nc .........OK + Moving RESTART/fv_core.res.tile1.nc .........OK + Moving RESTART/fv_core.res.tile2.nc .........OK + Moving RESTART/fv_core.res.tile3.nc .........OK + Moving RESTART/fv_core.res.tile4.nc .........OK + Moving RESTART/fv_core.res.tile5.nc .........OK + Moving RESTART/fv_core.res.tile6.nc .........OK + Moving RESTART/fv_srf_wnd.res.tile1.nc .........OK + Moving RESTART/fv_srf_wnd.res.tile2.nc .........OK + Moving RESTART/fv_srf_wnd.res.tile3.nc .........OK + Moving RESTART/fv_srf_wnd.res.tile4.nc .........OK + Moving RESTART/fv_srf_wnd.res.tile5.nc .........OK + Moving RESTART/fv_srf_wnd.res.tile6.nc .........OK + Moving RESTART/fv_tracer.res.tile1.nc .........OK + Moving RESTART/fv_tracer.res.tile2.nc .........OK + Moving RESTART/fv_tracer.res.tile3.nc .........OK + Moving RESTART/fv_tracer.res.tile4.nc .........OK + Moving RESTART/fv_tracer.res.tile5.nc .........OK + Moving RESTART/fv_tracer.res.tile6.nc .........OK + Moving RESTART/phy_data.tile1.nc .........OK + Moving RESTART/phy_data.tile2.nc .........OK + Moving RESTART/phy_data.tile3.nc .........OK + Moving RESTART/phy_data.tile4.nc .........OK + Moving RESTART/phy_data.tile5.nc .........OK + Moving RESTART/phy_data.tile6.nc .........OK + Moving RESTART/sfc_data.tile1.nc .........OK + Moving RESTART/sfc_data.tile2.nc .........OK + Moving RESTART/sfc_data.tile3.nc .........OK + Moving RESTART/sfc_data.tile4.nc .........OK + Moving RESTART/sfc_data.tile5.nc .........OK + Moving RESTART/sfc_data.tile6.nc .........OK + +[0] The total amount of wall time = 381.320704 +[0] The maximum resident set size (KB) = 835824 + +Test 031 hrrr_control PASS + + +baseline dir = /gpfs/dell2/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/rrfs_v1beta +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_44669/rrfs_v1beta +Checking test 032 rrfs_v1beta results .... +Moving baseline 032 rrfs_v1beta files .... + Moving sfcf000.nc .........OK + Moving sfcf021.nc .........OK + Moving sfcf024.nc .........OK + Moving atmf000.nc .........OK + Moving atmf021.nc .........OK + Moving atmf024.nc .........OK + Moving GFSFLX.GrbF00 .........OK + Moving GFSFLX.GrbF21 .........OK + Moving GFSFLX.GrbF24 .........OK + Moving GFSPRS.GrbF00 .........OK + Moving GFSPRS.GrbF21 .........OK + Moving GFSPRS.GrbF24 .........OK + Moving RESTART/coupler.res .........OK + Moving RESTART/fv_core.res.nc .........OK + Moving RESTART/fv_core.res.tile1.nc .........OK + Moving RESTART/fv_core.res.tile2.nc .........OK + Moving RESTART/fv_core.res.tile3.nc .........OK + Moving RESTART/fv_core.res.tile4.nc .........OK + Moving RESTART/fv_core.res.tile5.nc .........OK + Moving RESTART/fv_core.res.tile6.nc .........OK + Moving RESTART/fv_srf_wnd.res.tile1.nc .........OK + Moving RESTART/fv_srf_wnd.res.tile2.nc .........OK + Moving RESTART/fv_srf_wnd.res.tile3.nc .........OK + Moving RESTART/fv_srf_wnd.res.tile4.nc .........OK + Moving RESTART/fv_srf_wnd.res.tile5.nc .........OK + Moving RESTART/fv_srf_wnd.res.tile6.nc .........OK + Moving RESTART/fv_tracer.res.tile1.nc .........OK + Moving RESTART/fv_tracer.res.tile2.nc .........OK + Moving RESTART/fv_tracer.res.tile3.nc .........OK + Moving RESTART/fv_tracer.res.tile4.nc .........OK + Moving RESTART/fv_tracer.res.tile5.nc .........OK + Moving RESTART/fv_tracer.res.tile6.nc .........OK + Moving RESTART/phy_data.tile1.nc .........OK + Moving RESTART/phy_data.tile2.nc .........OK + Moving RESTART/phy_data.tile3.nc .........OK + Moving RESTART/phy_data.tile4.nc .........OK + Moving RESTART/phy_data.tile5.nc .........OK + Moving RESTART/phy_data.tile6.nc .........OK + Moving RESTART/sfc_data.tile1.nc .........OK + Moving RESTART/sfc_data.tile2.nc .........OK + Moving RESTART/sfc_data.tile3.nc .........OK + Moving RESTART/sfc_data.tile4.nc .........OK + Moving RESTART/sfc_data.tile5.nc .........OK + Moving RESTART/sfc_data.tile6.nc .........OK + +[0] The total amount of wall time = 390.203439 +[0] The maximum resident set size (KB) = 837796 + +Test 032 rrfs_v1beta PASS + + +baseline dir = /gpfs/dell2/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/rrfs_conus13km_hrrr_warm +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_44669/rrfs_conus13km_hrrr_warm +Checking test 033 rrfs_conus13km_hrrr_warm results .... +Moving baseline 033 rrfs_conus13km_hrrr_warm files .... + Moving sfcf000.nc .........OK + Moving sfcf001.nc .........OK + Moving sfcf002.nc .........OK + Moving atmf000.nc .........OK + Moving atmf001.nc .........OK + Moving atmf002.nc .........OK + +[0] The total amount of wall time = 186.398200 +[0] The maximum resident set size (KB) = 661744 + +Test 033 rrfs_conus13km_hrrr_warm PASS + + +baseline dir = /gpfs/dell2/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/rrfs_conus13km_radar_tten_warm +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_44669/rrfs_conus13km_radar_tten_warm +Checking test 034 rrfs_conus13km_radar_tten_warm results .... +Moving baseline 034 rrfs_conus13km_radar_tten_warm files .... + Moving sfcf000.nc .........OK + Moving sfcf001.nc .........OK + Moving sfcf002.nc .........OK + Moving atmf000.nc .........OK + Moving atmf001.nc .........OK + Moving atmf002.nc .........OK + +[0] The total amount of wall time = 187.448710 +[0] The maximum resident set size (KB) = 666356 + +Test 034 rrfs_conus13km_radar_tten_warm PASS + + +baseline dir = /gpfs/dell2/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/control_rrtmgp +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_44669/control_rrtmgp +Checking test 035 control_rrtmgp results .... +Moving baseline 035 control_rrtmgp files .... + Moving sfcf000.nc .........OK + Moving sfcf024.nc .........OK + Moving atmf000.nc .........OK + Moving atmf024.nc .........OK + Moving GFSFLX.GrbF00 .........OK + Moving GFSFLX.GrbF24 .........OK + Moving GFSPRS.GrbF00 .........OK + Moving GFSPRS.GrbF24 .........OK + +[0] The total amount of wall time = 224.371028 +[0] The maximum resident set size (KB) = 584756 + +Test 035 control_rrtmgp PASS + + +baseline dir = /gpfs/dell2/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/control_rrtmgp_c192 +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_44669/control_rrtmgp_c192 +Checking test 036 control_rrtmgp_c192 results .... +Moving baseline 036 control_rrtmgp_c192 files .... + Moving sfcf000.nc .........OK + Moving sfcf012.nc .........OK + Moving atmf000.nc .........OK + Moving atmf012.nc .........OK + Moving GFSFLX.GrbF00 .........OK + Moving GFSFLX.GrbF12 .........OK + Moving GFSPRS.GrbF00 .........OK + Moving GFSPRS.GrbF12 .........OK + +[0] The total amount of wall time = 609.479065 +[0] The maximum resident set size (KB) = 802128 + +Test 036 control_rrtmgp_c192 PASS + + +baseline dir = /gpfs/dell2/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/control_csawmg +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_44669/control_csawmg +Checking test 037 control_csawmg results .... +Moving baseline 037 control_csawmg files .... + Moving sfcf000.nc .........OK + Moving sfcf024.nc .........OK + Moving atmf000.nc .........OK + Moving atmf024.nc .........OK + Moving GFSFLX.GrbF00 .........OK + Moving GFSFLX.GrbF24 .........OK + Moving GFSPRS.GrbF00 .........OK + Moving GFSPRS.GrbF24 .........OK + +[0] The total amount of wall time = 364.063262 +[0] The maximum resident set size (KB) = 531832 + +Test 037 control_csawmg PASS + + +baseline dir = /gpfs/dell2/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/control_csawmgt +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_44669/control_csawmgt +Checking test 038 control_csawmgt results .... +Moving baseline 038 control_csawmgt files .... + Moving sfcf000.nc .........OK + Moving sfcf024.nc .........OK + Moving atmf000.nc .........OK + Moving atmf024.nc .........OK + Moving GFSFLX.GrbF00 .........OK + Moving GFSFLX.GrbF24 .........OK + Moving GFSPRS.GrbF00 .........OK + Moving GFSPRS.GrbF24 .........OK + +[0] The total amount of wall time = 359.663057 +[0] The maximum resident set size (KB) = 527168 + +Test 038 control_csawmgt PASS + + +baseline dir = /gpfs/dell2/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/control_flake +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_44669/control_flake +Checking test 039 control_flake results .... +Moving baseline 039 control_flake files .... + Moving sfcf000.nc .........OK + Moving sfcf024.nc .........OK + Moving atmf000.nc .........OK + Moving atmf024.nc .........OK + Moving GFSFLX.GrbF00 .........OK + Moving GFSFLX.GrbF24 .........OK + Moving GFSPRS.GrbF00 .........OK + Moving GFSPRS.GrbF24 .........OK + +[0] The total amount of wall time = 246.039817 +[0] The maximum resident set size (KB) = 542972 + +Test 039 control_flake PASS + + +baseline dir = /gpfs/dell2/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/control_ras +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_44669/control_ras +Checking test 040 control_ras results .... +Moving baseline 040 control_ras files .... + Moving sfcf000.nc .........OK + Moving sfcf024.nc .........OK + Moving atmf000.nc .........OK + Moving atmf024.nc .........OK + Moving GFSFLX.GrbF00 .........OK + Moving GFSFLX.GrbF24 .........OK + Moving GFSPRS.GrbF00 .........OK + Moving GFSPRS.GrbF24 .........OK + +[0] The total amount of wall time = 191.913509 +[0] The maximum resident set size (KB) = 500728 + +Test 040 control_ras PASS + + +baseline dir = /gpfs/dell2/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/control_thompson +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_44669/control_thompson +Checking test 041 control_thompson results .... +Moving baseline 041 control_thompson files .... + Moving sfcf000.nc .........OK + Moving sfcf024.nc .........OK + Moving atmf000.nc .........OK + Moving atmf024.nc .........OK + Moving GFSFLX.GrbF00 .........OK + Moving GFSFLX.GrbF24 .........OK + Moving GFSPRS.GrbF00 .........OK + Moving GFSPRS.GrbF24 .........OK + +[0] The total amount of wall time = 241.087932 +[0] The maximum resident set size (KB) = 855728 + +Test 041 control_thompson PASS + + +baseline dir = /gpfs/dell2/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/control_thompson_no_aero +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_44669/control_thompson_no_aero +Checking test 042 control_thompson_no_aero results .... +Moving baseline 042 control_thompson_no_aero files .... + Moving sfcf000.nc .........OK + Moving sfcf024.nc .........OK + Moving atmf000.nc .........OK + Moving atmf024.nc .........OK + Moving GFSFLX.GrbF00 .........OK + Moving GFSFLX.GrbF24 .........OK + Moving GFSPRS.GrbF00 .........OK + Moving GFSPRS.GrbF24 .........OK + +[0] The total amount of wall time = 230.415767 +[0] The maximum resident set size (KB) = 850084 + +Test 042 control_thompson_no_aero PASS + + +baseline dir = /gpfs/dell2/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/control_debug +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_44669/control_debug +Checking test 044 control_debug results .... +Moving baseline 044 control_debug files .... + Moving sfcf000.nc .........OK + Moving sfcf001.nc .........OK + Moving atmf000.nc .........OK + Moving atmf001.nc .........OK + +[0] The total amount of wall time = 167.471061 +[0] The maximum resident set size (KB) = 539796 + +Test 044 control_debug PASS + + +baseline dir = /gpfs/dell2/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/control_CubedSphereGrid_debug +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_44669/control_CubedSphereGrid_debug +Checking test 045 control_CubedSphereGrid_debug results .... +Moving baseline 045 control_CubedSphereGrid_debug files .... + Moving sfcf000.tile1.nc .........OK + Moving sfcf000.tile2.nc .........OK + Moving sfcf000.tile3.nc .........OK + Moving sfcf000.tile4.nc .........OK + Moving sfcf000.tile5.nc .........OK + Moving sfcf000.tile6.nc .........OK + Moving sfcf001.tile1.nc .........OK + Moving sfcf001.tile2.nc .........OK + Moving sfcf001.tile3.nc .........OK + Moving sfcf001.tile4.nc .........OK + Moving sfcf001.tile5.nc .........OK + Moving sfcf001.tile6.nc .........OK + Moving atmf000.tile1.nc .........OK + Moving atmf000.tile2.nc .........OK + Moving atmf000.tile3.nc .........OK + Moving atmf000.tile4.nc .........OK + Moving atmf000.tile5.nc .........OK + Moving atmf000.tile6.nc .........OK + Moving atmf001.tile1.nc .........OK + Moving atmf001.tile2.nc .........OK + Moving atmf001.tile3.nc .........OK + Moving atmf001.tile4.nc .........OK + Moving atmf001.tile5.nc .........OK + Moving atmf001.tile6.nc .........OK + +[0] The total amount of wall time = 182.213486 +[0] The maximum resident set size (KB) = 540536 + +Test 045 control_CubedSphereGrid_debug PASS + + +baseline dir = /gpfs/dell2/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/control_wrtGauss_netcdf_parallel_debug +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_44669/control_wrtGauss_netcdf_parallel_debug +Checking test 046 control_wrtGauss_netcdf_parallel_debug results .... +Moving baseline 046 control_wrtGauss_netcdf_parallel_debug files .... + Moving sfcf000.nc .........OK + Moving sfcf001.nc .........OK + Moving atmf000.nc .........OK + Moving atmf001.nc .........OK + +[0] The total amount of wall time = 171.060714 +[0] The maximum resident set size (KB) = 541452 + +Test 046 control_wrtGauss_netcdf_parallel_debug PASS + + +baseline dir = /gpfs/dell2/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/control_stochy_debug +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_44669/control_stochy_debug +Checking test 047 control_stochy_debug results .... +Moving baseline 047 control_stochy_debug files .... + Moving sfcf000.nc .........OK + Moving sfcf001.nc .........OK + Moving atmf000.nc .........OK + Moving atmf001.nc .........OK + +[0] The total amount of wall time = 191.670745 +[0] The maximum resident set size (KB) = 544072 + +Test 047 control_stochy_debug PASS + + +baseline dir = /gpfs/dell2/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/control_lndp_debug +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_44669/control_lndp_debug +Checking test 048 control_lndp_debug results .... +Moving baseline 048 control_lndp_debug files .... + Moving sfcf000.nc .........OK + Moving sfcf001.nc .........OK + Moving atmf000.nc .........OK + Moving atmf001.nc .........OK + +[0] The total amount of wall time = 172.242236 +[0] The maximum resident set size (KB) = 542496 + +Test 048 control_lndp_debug PASS + + +baseline dir = /gpfs/dell2/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/control_rrtmgp_debug +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_44669/control_rrtmgp_debug +Checking test 049 control_rrtmgp_debug results .... +Moving baseline 049 control_rrtmgp_debug files .... + Moving sfcf000.nc .........OK + Moving sfcf001.nc .........OK + Moving atmf000.nc .........OK + Moving atmf001.nc .........OK + +[0] The total amount of wall time = 186.622062 +[0] The maximum resident set size (KB) = 636308 + +Test 049 control_rrtmgp_debug PASS + + +baseline dir = /gpfs/dell2/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/control_csawmg_debug +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_44669/control_csawmg_debug +Checking test 050 control_csawmg_debug results .... +Moving baseline 050 control_csawmg_debug files .... + Moving sfcf000.nc .........OK + Moving sfcf001.nc .........OK + Moving atmf000.nc .........OK + Moving atmf001.nc .........OK + +[0] The total amount of wall time = 269.216569 +[0] The maximum resident set size (KB) = 573304 + +Test 050 control_csawmg_debug PASS + + +baseline dir = /gpfs/dell2/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/control_csawmgt_debug +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_44669/control_csawmgt_debug +Checking test 051 control_csawmgt_debug results .... +Moving baseline 051 control_csawmgt_debug files .... + Moving sfcf000.nc .........OK + Moving sfcf001.nc .........OK + Moving atmf000.nc .........OK + Moving atmf001.nc .........OK + +[0] The total amount of wall time = 264.382754 +[0] The maximum resident set size (KB) = 574260 + +Test 051 control_csawmgt_debug PASS + + +baseline dir = /gpfs/dell2/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/control_ras_debug +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_44669/control_ras_debug +Checking test 052 control_ras_debug results .... +Moving baseline 052 control_ras_debug files .... + Moving sfcf000.nc .........OK + Moving sfcf001.nc .........OK + Moving atmf000.nc .........OK + Moving atmf001.nc .........OK + +[0] The total amount of wall time = 174.620603 +[0] The maximum resident set size (KB) = 553580 + +Test 052 control_ras_debug PASS + + +baseline dir = /gpfs/dell2/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/control_diag_debug +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_44669/control_diag_debug +Checking test 053 control_diag_debug results .... +Moving baseline 053 control_diag_debug files .... + Moving sfcf000.nc .........OK + Moving sfcf001.nc .........OK + Moving atmf000.nc .........OK + Moving atmf001.nc .........OK + +[0] The total amount of wall time = 177.346497 +[0] The maximum resident set size (KB) = 594848 + +Test 053 control_diag_debug PASS + + +baseline dir = /gpfs/dell2/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/control_debug_p8 +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_44669/control_debug_p8 +Checking test 054 control_debug_p8 results .... +Moving baseline 054 control_debug_p8 files .... + Moving sfcf000.nc .........OK + Moving sfcf001.nc .........OK + Moving atmf000.nc .........OK + Moving atmf001.nc .........OK + +[0] The total amount of wall time = 186.300618 +[0] The maximum resident set size (KB) = 911156 + +Test 054 control_debug_p8 PASS + + +baseline dir = /gpfs/dell2/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/control_thompson_debug +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_44669/control_thompson_debug +Checking test 055 control_thompson_debug results .... +Moving baseline 055 control_thompson_debug files .... + Moving sfcf000.nc .........OK + Moving sfcf001.nc .........OK + Moving atmf000.nc .........OK + Moving atmf001.nc .........OK + +[0] The total amount of wall time = 196.889370 +[0] The maximum resident set size (KB) = 896956 + +Test 055 control_thompson_debug PASS + + +baseline dir = /gpfs/dell2/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/control_thompson_no_aero_debug +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_44669/control_thompson_no_aero_debug +Checking test 056 control_thompson_no_aero_debug results .... +Moving baseline 056 control_thompson_no_aero_debug files .... + Moving sfcf000.nc .........OK + Moving sfcf001.nc .........OK + Moving atmf000.nc .........OK + Moving atmf001.nc .........OK + +[0] The total amount of wall time = 189.557012 +[0] The maximum resident set size (KB) = 895668 + +Test 056 control_thompson_no_aero_debug PASS + + +baseline dir = /gpfs/dell2/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/control_thompson_debug_extdiag +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_44669/control_thompson_extdiag_debug +Checking test 057 control_thompson_extdiag_debug results .... +Moving baseline 057 control_thompson_extdiag_debug files .... + Moving sfcf000.nc .........OK + Moving sfcf001.nc .........OK + Moving atmf000.nc .........OK + Moving atmf001.nc .........OK + +[0] The total amount of wall time = 207.701107 +[0] The maximum resident set size (KB) = 929992 + +Test 057 control_thompson_extdiag_debug PASS + + +baseline dir = /gpfs/dell2/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/control_thompson_progcld_thompson_debug +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_44669/control_thompson_progcld_thompson_debug +Checking test 058 control_thompson_progcld_thompson_debug results .... +Moving baseline 058 control_thompson_progcld_thompson_debug files .... + Moving sfcf000.nc .........OK + Moving sfcf001.nc .........OK + Moving atmf000.nc .........OK + Moving atmf001.nc .........OK + +[0] The total amount of wall time = 198.371276 +[0] The maximum resident set size (KB) = 897128 + +Test 058 control_thompson_progcld_thompson_debug PASS + + +baseline dir = /gpfs/dell2/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/fv3_regional_debug +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_44669/regional_debug +Checking test 059 regional_debug results .... +Moving baseline 059 regional_debug files .... + Moving dynf000.nc .........OK + Moving dynf001.nc .........OK + Moving phyf000.nc .........OK + Moving phyf001.nc .........OK + +[0] The total amount of wall time = 282.884660 +[0] The maximum resident set size (KB) = 598872 + +Test 059 regional_debug PASS + + +baseline dir = /gpfs/dell2/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/rap_control_debug +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_44669/rap_control_debug +Checking test 060 rap_control_debug results .... +Moving baseline 060 rap_control_debug files .... + Moving sfcf000.nc .........OK + Moving sfcf001.nc .........OK + Moving atmf000.nc .........OK + Moving atmf001.nc .........OK + +[0] The total amount of wall time = 304.815341 +[0] The maximum resident set size (KB) = 904376 + +Test 060 rap_control_debug PASS + + +baseline dir = /gpfs/dell2/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/rap_diag_debug +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_44669/rap_diag_debug +Checking test 061 rap_diag_debug results .... +Moving baseline 061 rap_diag_debug files .... + Moving sfcf000.nc .........OK + Moving sfcf001.nc .........OK + Moving atmf000.nc .........OK + Moving atmf001.nc .........OK + +[0] The total amount of wall time = 320.237054 +[0] The maximum resident set size (KB) = 991356 + +Test 061 rap_diag_debug PASS + + +baseline dir = /gpfs/dell2/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/rap_cires_ugwp_debug +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_44669/rap_cires_ugwp_debug +Checking test 062 rap_cires_ugwp_debug results .... +Moving baseline 062 rap_cires_ugwp_debug files .... + Moving sfcf000.nc .........OK + Moving sfcf001.nc .........OK + Moving atmf000.nc .........OK + Moving atmf001.nc .........OK + +[0] The total amount of wall time = 311.710177 +[0] The maximum resident set size (KB) = 905004 + +Test 062 rap_cires_ugwp_debug PASS + + +baseline dir = /gpfs/dell2/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/rap_noah_debug +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_44669/rap_noah_debug +Checking test 063 rap_noah_debug results .... +Moving baseline 063 rap_noah_debug files .... + Moving sfcf000.nc .........OK + Moving sfcf001.nc .........OK + Moving atmf000.nc .........OK + Moving atmf001.nc .........OK + +[0] The total amount of wall time = 302.490869 +[0] The maximum resident set size (KB) = 904900 + +Test 063 rap_noah_debug PASS + + +baseline dir = /gpfs/dell2/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/rap_rrtmgp_debug +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_44669/rap_rrtmgp_debug +Checking test 064 rap_rrtmgp_debug results .... +Moving baseline 064 rap_rrtmgp_debug files .... + Moving sfcf000.nc .........OK + Moving sfcf001.nc .........OK + Moving atmf000.nc .........OK + Moving atmf001.nc .........OK + +[0] The total amount of wall time = 519.456997 +[0] The maximum resident set size (KB) = 1004964 + +Test 064 rap_rrtmgp_debug PASS + + +baseline dir = /gpfs/dell2/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/rap_lndp_debug +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_44669/rap_lndp_debug +Checking test 065 rap_lndp_debug results .... +Moving baseline 065 rap_lndp_debug files .... + Moving sfcf000.nc .........OK + Moving sfcf001.nc .........OK + Moving atmf000.nc .........OK + Moving atmf001.nc .........OK + +[0] The total amount of wall time = 307.390971 +[0] The maximum resident set size (KB) = 905488 + +Test 065 rap_lndp_debug PASS + + +baseline dir = /gpfs/dell2/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/rap_sfcdiff_debug +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_44669/rap_sfcdiff_debug +Checking test 066 rap_sfcdiff_debug results .... +Moving baseline 066 rap_sfcdiff_debug files .... + Moving sfcf000.nc .........OK + Moving sfcf001.nc .........OK + Moving atmf000.nc .........OK + Moving atmf001.nc .........OK + +[0] The total amount of wall time = 305.180792 +[0] The maximum resident set size (KB) = 908244 + +Test 066 rap_sfcdiff_debug PASS + + +baseline dir = /gpfs/dell2/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/rap_flake_debug +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_44669/rap_flake_debug +Checking test 067 rap_flake_debug results .... +Moving baseline 067 rap_flake_debug files .... + Moving sfcf000.nc .........OK + Moving sfcf001.nc .........OK + Moving atmf000.nc .........OK + Moving atmf001.nc .........OK + +[0] The total amount of wall time = 306.143520 +[0] The maximum resident set size (KB) = 905200 + +Test 067 rap_flake_debug PASS + + +baseline dir = /gpfs/dell2/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/rap_noah_sfcdiff_cires_ugwp_debug +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_44669/rap_noah_sfcdiff_cires_ugwp_debug +Checking test 068 rap_noah_sfcdiff_cires_ugwp_debug results .... +Moving baseline 068 rap_noah_sfcdiff_cires_ugwp_debug files .... + Moving sfcf000.nc .........OK + Moving sfcf001.nc .........OK + Moving atmf000.nc .........OK + Moving atmf001.nc .........OK + +[0] The total amount of wall time = 508.266085 +[0] The maximum resident set size (KB) = 904492 + +Test 068 rap_noah_sfcdiff_cires_ugwp_debug PASS + + +baseline dir = /gpfs/dell2/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/rap_progcld_thompson_debug +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_44669/rap_progcld_thompson_debug +Checking test 069 rap_progcld_thompson_debug results .... +Moving baseline 069 rap_progcld_thompson_debug files .... + Moving sfcf000.nc .........OK + Moving sfcf001.nc .........OK + Moving atmf000.nc .........OK + Moving atmf001.nc .........OK + +[0] The total amount of wall time = 304.542694 +[0] The maximum resident set size (KB) = 904864 + +Test 069 rap_progcld_thompson_debug PASS + + +baseline dir = /gpfs/dell2/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/rrfs_v1beta_debug +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_44669/rrfs_v1beta_debug +Checking test 070 rrfs_v1beta_debug results .... +Moving baseline 070 rrfs_v1beta_debug files .... + Moving sfcf000.nc .........OK + Moving sfcf001.nc .........OK + Moving atmf000.nc .........OK + Moving atmf001.nc .........OK + +[0] The total amount of wall time = 303.981451 +[0] The maximum resident set size (KB) = 902480 + +Test 070 rrfs_v1beta_debug PASS + + +baseline dir = /gpfs/dell2/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/control_wam_debug +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_44669/control_wam_debug +Checking test 071 control_wam_debug results .... +Moving baseline 071 control_wam_debug files .... + Moving sfcf019.nc .........OK + Moving atmf019.nc .........OK + +[0] The total amount of wall time = 323.925700 +[0] The maximum resident set size (KB) = 260568 + +Test 071 control_wam_debug PASS + + +baseline dir = /gpfs/dell2/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/hafs_regional_atm +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_44669/hafs_regional_atm +Checking test 072 hafs_regional_atm results .... +Moving baseline 072 hafs_regional_atm files .... + Moving atmf006.nc .........OK + Moving sfcf006.nc .........OK + +[0] The total amount of wall time = 605.517512 +[0] The maximum resident set size (KB) = 720268 + +Test 072 hafs_regional_atm PASS + + +baseline dir = /gpfs/dell2/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/hafs_regional_atm_thompson_gfdlsf +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_44669/hafs_regional_atm_thompson_gfdlsf +Checking test 073 hafs_regional_atm_thompson_gfdlsf results .... +Moving baseline 073 hafs_regional_atm_thompson_gfdlsf files .... + Moving atmf006.nc .........OK + Moving sfcf006.nc .........OK + +[0] The total amount of wall time = 275.534222 +[0] The maximum resident set size (KB) = 1086180 + +Test 073 hafs_regional_atm_thompson_gfdlsf PASS + + +baseline dir = /gpfs/dell2/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/hafs_regional_atm_ocn +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_44669/hafs_regional_atm_ocn +Checking test 074 hafs_regional_atm_ocn results .... +Moving baseline 074 hafs_regional_atm_ocn files .... + Moving atmf006.nc .........OK + Moving sfcf006.nc .........OK + Moving archv.2019_241_06.a .........OK + Moving archs.2019_241_06.a .........OK + Moving ufs.hafs.cpl.hi.2019-08-29-21600.nc .........OK + Moving ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK + +[0] The total amount of wall time = 391.723931 +[0] The maximum resident set size (KB) = 736992 + +Test 074 hafs_regional_atm_ocn PASS + + +baseline dir = /gpfs/dell2/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/hafs_regional_atm_wav +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_44669/hafs_regional_atm_wav +Checking test 075 hafs_regional_atm_wav results .... +Moving baseline 075 hafs_regional_atm_wav files .... + Moving atmf006.nc .........OK + Moving sfcf006.nc .........OK + Moving out_grd.ww3 .........OK + Moving out_pnt.ww3 .........OK + +[0] The total amount of wall time = 824.058347 +[0] The maximum resident set size (KB) = 740860 + +Test 075 hafs_regional_atm_wav PASS + + +baseline dir = /gpfs/dell2/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/hafs_regional_atm_ocn_wav +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_44669/hafs_regional_atm_ocn_wav +Checking test 076 hafs_regional_atm_ocn_wav results .... +Moving baseline 076 hafs_regional_atm_ocn_wav files .... + Moving atmf006.nc .........OK + Moving sfcf006.nc .........OK + Moving archv.2019_241_06.a .........OK + Moving archs.2019_241_06.a .........OK + Moving out_grd.ww3 .........OK + Moving out_pnt.ww3 .........OK + +[0] The total amount of wall time = 905.455227 +[0] The maximum resident set size (KB) = 741148 + +Test 076 hafs_regional_atm_ocn_wav PASS + + +baseline dir = /gpfs/dell2/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/hafs_regional_1nest_atm +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_44669/hafs_regional_1nest_atm +Checking test 077 hafs_regional_1nest_atm results .... +Moving baseline 077 hafs_regional_1nest_atm files .... + Moving atmf006.nc .........OK + Moving sfcf006.nc .........OK + Moving atm.nest02.f006.nc .........OK + Moving sfc.nest02.f006.nc .........OK + +[0] The total amount of wall time = 655.787127 +[0] The maximum resident set size (KB) = 309848 + +Test 077 hafs_regional_1nest_atm PASS + + +baseline dir = /gpfs/dell2/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/hafs_regional_telescopic_2nests_atm +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_44669/hafs_regional_telescopic_2nests_atm +Checking test 078 hafs_regional_telescopic_2nests_atm results .... +Moving baseline 078 hafs_regional_telescopic_2nests_atm files .... + Moving atmf006.nc .........OK + Moving sfcf006.nc .........OK + Moving atm.nest02.f006.nc .........OK + Moving sfc.nest02.f006.nc .........OK + Moving atm.nest03.f006.nc .........OK + Moving sfc.nest03.f006.nc .........OK + +[0] The total amount of wall time = 792.375990 +[0] The maximum resident set size (KB) = 335476 + +Test 078 hafs_regional_telescopic_2nests_atm PASS + + +baseline dir = /gpfs/dell2/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/hafs_global_1nest_atm +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_44669/hafs_global_1nest_atm +Checking test 079 hafs_global_1nest_atm results .... +Moving baseline 079 hafs_global_1nest_atm files .... + Moving atmf006.nc .........OK + Moving sfcf006.nc .........OK + Moving atm.nest02.f006.nc .........OK + Moving sfc.nest02.f006.nc .........OK + +[0] The total amount of wall time = 658.949841 +[0] The maximum resident set size (KB) = 222008 + +Test 079 hafs_global_1nest_atm PASS + + +baseline dir = /gpfs/dell2/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/hafs_global_multiple_4nests_atm +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_44669/hafs_global_multiple_4nests_atm +Checking test 080 hafs_global_multiple_4nests_atm results .... +Moving baseline 080 hafs_global_multiple_4nests_atm files .... + Moving atmf006.nc .........OK + Moving sfcf006.nc .........OK + Moving atm.nest02.f006.nc .........OK + Moving sfc.nest02.f006.nc .........OK + Moving atm.nest03.f006.nc .........OK + Moving atm.nest03.f006.nc .........OK + Moving sfc.nest04.f006.nc .........OK + Moving sfc.nest04.f006.nc .........OK + Moving atm.nest05.f006.nc .........OK + Moving sfc.nest05.f006.nc .........OK + +[0] The total amount of wall time = 1314.906173 +[0] The maximum resident set size (KB) = 297820 + +Test 080 hafs_global_multiple_4nests_atm PASS + + +baseline dir = /gpfs/dell2/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/hafs_regional_docn +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_44669/hafs_regional_docn +Checking test 081 hafs_regional_docn results .... +Moving baseline 081 hafs_regional_docn files .... + Moving atmf006.nc .........OK + Moving sfcf006.nc .........OK + Moving ufs.hafs.cpl.hi.2019-08-29-21600.nc .........OK + Moving ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK + Moving ufs.hafs.docn.r.2019-08-29-21600.nc .........OK + +[0] The total amount of wall time = 372.958269 +[0] The maximum resident set size (KB) = 739996 + +Test 081 hafs_regional_docn PASS + + +baseline dir = /gpfs/dell2/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/hafs_regional_docn_oisst +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_44669/hafs_regional_docn_oisst +Checking test 082 hafs_regional_docn_oisst results .... +Moving baseline 082 hafs_regional_docn_oisst files .... + Moving atmf006.nc .........OK + Moving sfcf006.nc .........OK + Moving ufs.hafs.cpl.hi.2019-08-29-21600.nc .........OK + Moving ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK + Moving ufs.hafs.docn.r.2019-08-29-21600.nc .........OK + +[0] The total amount of wall time = 372.379580 +[0] The maximum resident set size (KB) = 739508 + +Test 082 hafs_regional_docn_oisst PASS + + +baseline dir = /gpfs/dell2/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/hafs_regional_datm_cdeps +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_44669/hafs_regional_datm_cdeps +Checking test 083 hafs_regional_datm_cdeps results .... +Moving baseline 083 hafs_regional_datm_cdeps files .... + Moving ufs.hafs.cpl.hi.2019-08-30-00000.nc .........OK + Moving ufs.hafs.cpl.r.2019-08-30-00000.nc .........OK + Moving ufs.hafs.datm.r.2019-08-30-00000.nc .........OK + +[0] The total amount of wall time = 1084.075097 +[0] The maximum resident set size (KB) = 893156 + +Test 083 hafs_regional_datm_cdeps PASS + + +baseline dir = /gpfs/dell2/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/datm_cdeps_control_cfsr +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_44669/datm_cdeps_control_cfsr +Checking test 084 datm_cdeps_control_cfsr results .... +Moving baseline 084 datm_cdeps_control_cfsr files .... + Moving RESTART/MOM.res.nc .........OK + Moving RESTART/iced.2011-10-02-00000.nc .........OK + Moving RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK + +[0] The total amount of wall time = 174.541895 +[0] The maximum resident set size (KB) = 719464 + +Test 084 datm_cdeps_control_cfsr PASS + + +baseline dir = /gpfs/dell2/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/datm_cdeps_control_gefs +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_44669/datm_cdeps_control_gefs +Checking test 085 datm_cdeps_control_gefs results .... +Moving baseline 085 datm_cdeps_control_gefs files .... + Moving RESTART/MOM.res.nc .........OK + Moving RESTART/iced.2011-10-02-00000.nc .........OK + Moving RESTART/DATM_GEFS.cpl.r.2011-10-02-00000.nc .........OK + +[0] The total amount of wall time = 172.013624 +[0] The maximum resident set size (KB) = 625108 + +Test 085 datm_cdeps_control_gefs PASS + + +baseline dir = /gpfs/dell2/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/datm_cdeps_stochy_gefs +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_44669/datm_cdeps_stochy_gefs +Checking test 086 datm_cdeps_stochy_gefs results .... +Moving baseline 086 datm_cdeps_stochy_gefs files .... + Moving RESTART/MOM.res.nc .........OK + Moving RESTART/iced.2011-10-02-00000.nc .........OK + Moving RESTART/DATM_GEFS.cpl.r.2011-10-02-00000.nc .........OK + +[0] The total amount of wall time = 173.408469 +[0] The maximum resident set size (KB) = 623468 + +Test 086 datm_cdeps_stochy_gefs PASS + + +baseline dir = /gpfs/dell2/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/datm_cdeps_bulk_cfsr +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_44669/datm_cdeps_bulk_cfsr +Checking test 087 datm_cdeps_bulk_cfsr results .... +Moving baseline 087 datm_cdeps_bulk_cfsr files .... + Moving RESTART/MOM.res.nc .........OK + Moving RESTART/iced.2011-10-02-00000.nc .........OK + Moving RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK + +[0] The total amount of wall time = 176.110966 +[0] The maximum resident set size (KB) = 722312 + +Test 087 datm_cdeps_bulk_cfsr PASS + + +baseline dir = /gpfs/dell2/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/datm_cdeps_bulk_gefs +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_44669/datm_cdeps_bulk_gefs +Checking test 088 datm_cdeps_bulk_gefs results .... +Moving baseline 088 datm_cdeps_bulk_gefs files .... + Moving RESTART/MOM.res.nc .........OK + Moving RESTART/iced.2011-10-02-00000.nc .........OK + Moving RESTART/DATM_GEFS.cpl.r.2011-10-02-00000.nc .........OK + +[0] The total amount of wall time = 168.938445 +[0] The maximum resident set size (KB) = 623076 + +Test 088 datm_cdeps_bulk_gefs PASS + + +baseline dir = /gpfs/dell2/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/datm_cdeps_mx025_cfsr +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_44669/datm_cdeps_mx025_cfsr +Checking test 089 datm_cdeps_mx025_cfsr results .... +Moving baseline 089 datm_cdeps_mx025_cfsr files .... + Moving RESTART/MOM.res.nc .........OK + Moving RESTART/MOM.res_1.nc .........OK + Moving RESTART/MOM.res_2.nc .........OK + Moving RESTART/MOM.res_3.nc .........OK + Moving RESTART/iced.2011-10-01-43200.nc .........OK + Moving RESTART/DATM_CFSR.cpl.r.2011-10-01-43200.nc .........OK + +[0] The total amount of wall time = 401.936540 +[0] The maximum resident set size (KB) = 572568 + +Test 089 datm_cdeps_mx025_cfsr PASS + + +baseline dir = /gpfs/dell2/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/datm_cdeps_mx025_gefs +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_44669/datm_cdeps_mx025_gefs +Checking test 090 datm_cdeps_mx025_gefs results .... +Moving baseline 090 datm_cdeps_mx025_gefs files .... + Moving RESTART/MOM.res.nc .........OK + Moving RESTART/MOM.res_1.nc .........OK + Moving RESTART/MOM.res_2.nc .........OK + Moving RESTART/MOM.res_3.nc .........OK + Moving RESTART/iced.2011-10-01-43200.nc .........OK + Moving RESTART/DATM_GEFS.cpl.r.2011-10-01-43200.nc .........OK + +[0] The total amount of wall time = 389.589851 +[0] The maximum resident set size (KB) = 537760 + +Test 090 datm_cdeps_mx025_gefs PASS + + +baseline dir = /gpfs/dell2/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/datm_cdeps_3072x1536_cfsr +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_44669/datm_cdeps_3072x1536_cfsr +Checking test 091 datm_cdeps_3072x1536_cfsr results .... +Moving baseline 091 datm_cdeps_3072x1536_cfsr files .... + Moving RESTART/MOM.res.nc .........OK + Moving RESTART/iced.2011-10-02-00000.nc .........OK + Moving RESTART/DATM_CFSR3072x1536.cpl.r.2011-10-02-00000.nc .........OK + +[0] The total amount of wall time = 253.202610 +[0] The maximum resident set size (KB) = 1898248 + +Test 091 datm_cdeps_3072x1536_cfsr PASS + + +baseline dir = /gpfs/dell2/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/datm_cdeps_debug_cfsr +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_44669/datm_cdeps_debug_cfsr +Checking test 092 datm_cdeps_debug_cfsr results .... +Moving baseline 092 datm_cdeps_debug_cfsr files .... + Moving RESTART/MOM.res.nc .........OK + Moving RESTART/iced.2011-10-01-21600.nc .........OK + Moving RESTART/DATM_CFSR.cpl.r.2011-10-01-21600.nc .........OK + +[0] The total amount of wall time = 501.560588 +[0] The maximum resident set size (KB) = 731900 + +Test 092 datm_cdeps_debug_cfsr PASS + + +baseline dir = /gpfs/dell2/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/control_atmwav +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_44669/control_atmwav +Checking test 093 control_atmwav results .... +Moving baseline 093 control_atmwav files .... + Moving sfcf000.nc .........OK + Moving sfcf012.nc .........OK + Moving atmf000.nc .........OK + Moving atmf012.nc .........OK + Moving GFSFLX.GrbF00 .........OK + Moving GFSFLX.GrbF12 .........OK + Moving GFSPRS.GrbF00 .........OK + Moving GFSPRS.GrbF12 .........OK + Moving RESTART/coupler.res .........OK + Moving RESTART/fv_core.res.nc .........OK + Moving RESTART/fv_core.res.tile1.nc .........OK + Moving RESTART/fv_core.res.tile2.nc .........OK + Moving RESTART/fv_core.res.tile3.nc .........OK + Moving RESTART/fv_core.res.tile4.nc .........OK + Moving RESTART/fv_core.res.tile5.nc .........OK + Moving RESTART/fv_core.res.tile6.nc .........OK + Moving RESTART/fv_srf_wnd.res.tile1.nc .........OK + Moving RESTART/fv_srf_wnd.res.tile2.nc .........OK + Moving RESTART/fv_srf_wnd.res.tile3.nc .........OK + Moving RESTART/fv_srf_wnd.res.tile4.nc .........OK + Moving RESTART/fv_srf_wnd.res.tile5.nc .........OK + Moving RESTART/fv_srf_wnd.res.tile6.nc .........OK + Moving RESTART/fv_tracer.res.tile1.nc .........OK + Moving RESTART/fv_tracer.res.tile2.nc .........OK + Moving RESTART/fv_tracer.res.tile3.nc .........OK + Moving RESTART/fv_tracer.res.tile4.nc .........OK + Moving RESTART/fv_tracer.res.tile5.nc .........OK + Moving RESTART/fv_tracer.res.tile6.nc .........OK + Moving RESTART/phy_data.tile1.nc .........OK + Moving RESTART/phy_data.tile2.nc .........OK + Moving RESTART/phy_data.tile3.nc .........OK + Moving RESTART/phy_data.tile4.nc .........OK + Moving RESTART/phy_data.tile5.nc .........OK + Moving RESTART/phy_data.tile6.nc .........OK + Moving RESTART/sfc_data.tile1.nc .........OK + Moving RESTART/sfc_data.tile2.nc .........OK + Moving RESTART/sfc_data.tile3.nc .........OK + Moving RESTART/sfc_data.tile4.nc .........OK + Moving RESTART/sfc_data.tile5.nc .........OK + Moving RESTART/sfc_data.tile6.nc .........OK + Moving 20210322.180000.restart.glo_1deg .........OK + +[0] The total amount of wall time = 93.239743 +[0] The maximum resident set size (KB) = 487776 + +Test 093 control_atmwav PASS + + +baseline dir = /gpfs/dell2/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/control_c384gdas_wav +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_44669/control_c384gdas_wav +Checking test 094 control_c384gdas_wav results .... +Moving baseline 094 control_c384gdas_wav files .... + Moving sfcf000.nc .........OK + Moving sfcf003.nc .........OK + Moving atmf000.nc .........OK + Moving atmf003.nc .........OK + Moving GFSFLX.GrbF00 .........OK + Moving GFSFLX.GrbF03 .........OK + Moving GFSPRS.GrbF00 .........OK + Moving GFSPRS.GrbF03 .........OK + Moving RESTART/coupler.res .........OK + Moving RESTART/fv_core.res.nc .........OK + Moving RESTART/fv_core.res.tile1.nc .........OK + Moving RESTART/fv_core.res.tile2.nc .........OK + Moving RESTART/fv_core.res.tile3.nc .........OK + Moving RESTART/fv_core.res.tile4.nc .........OK + Moving RESTART/fv_core.res.tile5.nc .........OK + Moving RESTART/fv_core.res.tile6.nc .........OK + Moving RESTART/fv_srf_wnd.res.tile1.nc .........OK + Moving RESTART/fv_srf_wnd.res.tile2.nc .........OK + Moving RESTART/fv_srf_wnd.res.tile3.nc .........OK + Moving RESTART/fv_srf_wnd.res.tile4.nc .........OK + Moving RESTART/fv_srf_wnd.res.tile5.nc .........OK + Moving RESTART/fv_srf_wnd.res.tile6.nc .........OK + Moving RESTART/fv_tracer.res.tile1.nc .........OK + Moving RESTART/fv_tracer.res.tile2.nc .........OK + Moving RESTART/fv_tracer.res.tile3.nc .........OK + Moving RESTART/fv_tracer.res.tile4.nc .........OK + Moving RESTART/fv_tracer.res.tile5.nc .........OK + Moving RESTART/fv_tracer.res.tile6.nc .........OK + Moving RESTART/phy_data.tile1.nc .........OK + Moving RESTART/phy_data.tile2.nc .........OK + Moving RESTART/phy_data.tile3.nc .........OK + Moving RESTART/phy_data.tile4.nc .........OK + Moving RESTART/phy_data.tile5.nc .........OK + Moving RESTART/phy_data.tile6.nc .........OK + Moving RESTART/sfc_data.tile1.nc .........OK + Moving RESTART/sfc_data.tile2.nc .........OK + Moving RESTART/sfc_data.tile3.nc .........OK + Moving RESTART/sfc_data.tile4.nc .........OK + Moving RESTART/sfc_data.tile5.nc .........OK + Moving RESTART/sfc_data.tile6.nc .........OK + Moving 20210322.030000.restart.aoc_9km .........OK + Moving 20210322.030000.restart.gnh_10m .........OK + Moving 20210322.030000.restart.gsh_15m .........OK + +[0] The total amount of wall time = 638.990753 +[0] The maximum resident set size (KB) = 1048020 + +Test 094 control_c384gdas_wav PASS + +FAILED TESTS: +Test compile_006 failed in run_compile failed + +REGRESSION TEST FAILED +Wed Mar 2 16:15:56 UTC 2022 +Elapsed time: 01h:48m:11s. Have a nice day! +Wed Mar 2 20:17:39 UTC 2022 +Start Regression test + +Compile 001 elapsed time 1866 seconds. -DAPP=S2SW -DUFS_GOCART=ON -DCCPP_SUITES=FV3_GFS_v16_coupled_nsstNoahmpUGWPv1,FV3_GFS_v16_coupled_p7_rrtmgp,FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 002 elapsed time 774 seconds. -DAPP=S2S -DDEBUG=ON -DUFS_GOCART=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile 003 elapsed time 1205 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_v17_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 004 elapsed time 1114 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 1466 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 888 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 567 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_v17_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 008 elapsed time 423 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 364 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 1254 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 1239 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 788 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 013 elapsed time 307 seconds. -DAPP=NG-GODAS -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile 014 elapsed time 956 seconds. -DAPP=ATMW -DCCPP_SUITES=FV3_GFS_v16 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release + +baseline dir = /gpfs/dell2/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/cpld_control_p8 +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_34981/cpld_control_p8 Checking test 001 cpld_control_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -78,78 +2417,21 @@ Checking test 001 cpld_control_p8 results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2021-03-23-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK + Comparing gocart.inst_aod.20210323_0600z.nc4 .........OK Comparing 20210323.060000.out_grd.glo_1deg .........OK Comparing 20210323.060000.out_pnt.points .........OK Comparing 20210323.060000.restart.glo_1deg .........OK -[0] The total amount of wall time = 246.730003 -[0] The maximum resident set size (KB) = 556176 +[0] The total amount of wall time = 379.454870 +[0] The maximum resident set size (KB) = 1146432 Test 001 cpld_control_p8 PASS +Test 002 cpld_2threads_p8 FAIL -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/cpld_control_p8 -working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_39634/cpld_2threads_p8 -Checking test 002 cpld_2threads_p8 results .... - Comparing sfcf024.tile1.nc .........OK - Comparing sfcf024.tile2.nc .........OK - Comparing sfcf024.tile3.nc .........OK - Comparing sfcf024.tile4.nc .........OK - Comparing sfcf024.tile5.nc .........OK - Comparing sfcf024.tile6.nc .........OK - Comparing atmf024.tile1.nc .........OK - Comparing atmf024.tile2.nc .........OK - Comparing atmf024.tile3.nc .........OK - Comparing atmf024.tile4.nc .........OK - Comparing atmf024.tile5.nc .........OK - Comparing atmf024.tile6.nc .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - Comparing RESTART/MOM.res.nc .........OK - Comparing RESTART/iced.2021-03-23-21600.nc .........OK - Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK - Comparing 20210323.060000.out_grd.glo_1deg .........OK - Comparing 20210323.060000.out_pnt.points .........OK - Comparing 20210323.060000.restart.glo_1deg .........OK - -[0] The total amount of wall time = 233.402299 -[0] The maximum resident set size (KB) = 647104 - -Test 002 cpld_2threads_p8 PASS - -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/cpld_control_p8 -working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_39634/cpld_decomp_p8 +baseline dir = /gpfs/dell2/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/cpld_control_p8 +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_34981/cpld_decomp_p8 Checking test 003 cpld_decomp_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -198,18 +2480,19 @@ Checking test 003 cpld_decomp_p8 results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2021-03-23-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK + Comparing gocart.inst_aod.20210323_0600z.nc4 .........OK Comparing 20210323.060000.out_grd.glo_1deg .........OK Comparing 20210323.060000.out_pnt.points .........OK Comparing 20210323.060000.restart.glo_1deg .........OK -[0] The total amount of wall time = 247.751396 -[0] The maximum resident set size (KB) = 558804 +[0] The total amount of wall time = 379.602668 +[0] The maximum resident set size (KB) = 1140536 Test 003 cpld_decomp_p8 PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/cpld_control_p8 -working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_39634/cpld_mpi_p8 +baseline dir = /gpfs/dell2/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/cpld_control_p8 +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_34981/cpld_mpi_p8 Checking test 004 cpld_mpi_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -258,18 +2541,19 @@ Checking test 004 cpld_mpi_p8 results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2021-03-23-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK + Comparing gocart.inst_aod.20210323_0600z.nc4 .........OK Comparing 20210323.060000.out_grd.glo_1deg .........OK Comparing 20210323.060000.out_pnt.points .........OK Comparing 20210323.060000.restart.glo_1deg .........OK -[0] The total amount of wall time = 211.320746 -[0] The maximum resident set size (KB) = 543220 +[0] The total amount of wall time = 317.055293 +[0] The maximum resident set size (KB) = 1047428 Test 004 cpld_mpi_p8 PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/cpld_control_p7_rrtmgp -working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_39634/cpld_control_p7_rrtmgp +baseline dir = /gpfs/dell2/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/cpld_control_p7_rrtmgp +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_34981/cpld_control_p7_rrtmgp Checking test 005 cpld_control_p7_rrtmgp results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -322,14 +2606,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.143941 -[0] The maximum resident set size (KB) = 658908 +[0] The total amount of wall time = 290.485265 +[0] The maximum resident set size (KB) = 655268 Test 005 cpld_control_p7_rrtmgp PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/cpld_bmark_p7 -working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_39634/cpld_bmark_p7 +baseline dir = /gpfs/dell2/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/cpld_bmark_p7 +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_34981/cpld_bmark_p7 Checking test 006 cpld_bmark_p7 results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK @@ -374,17 +2658,18 @@ 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 = 1033.321400 -[0] The maximum resident set size (KB) = 1272528 +[0] The total amount of wall time = 1037.134344 +[0] The maximum resident set size (KB) = 1269480 Test 006 cpld_bmark_p7 PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/cpld_bmark_p8 -working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_39634/cpld_bmark_p8 +baseline dir = /gpfs/dell2/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/cpld_bmark_p8 +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_34981/cpld_bmark_p8 Checking test 007 cpld_bmark_p8 results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK + Comparing gocart.inst_aod.20130401_0600z.nc4 .........OK Comparing 20130401.060000.out_grd.gwes_30m .........OK Comparing 20130401.060000.out_pnt.points .........OK Comparing RESTART/coupler.res .........OK @@ -426,67 +2711,15 @@ 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 = 1040.069713 -[0] The maximum resident set size (KB) = 1275676 +[0] The total amount of wall time = 1181.517033 +[0] The maximum resident set size (KB) = 2869736 Test 007 cpld_bmark_p8 PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/cpld_bmark_p8 -working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_39634/cpld_bmark_mpi_p8 -Checking test 008 cpld_bmark_mpi_p8 results .... - Comparing sfcf006.nc .........OK - Comparing atmf006.nc .........OK - Comparing 20130401.060000.out_grd.gwes_30m .........OK - Comparing 20130401.060000.out_pnt.points .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - Comparing RESTART/MOM.res.nc .........OK - Comparing RESTART/MOM.res_1.nc .........OK - Comparing RESTART/MOM.res_2.nc .........OK - Comparing RESTART/MOM.res_3.nc .........OK - Comparing RESTART/iced.2013-04-01-21600.nc .........OK - Comparing RESTART/ufs.cpld.cpl.r.2013-04-01-21600.nc .........OK - -[0] The total amount of wall time = 1017.991120 -[0] The maximum resident set size (KB) = 1283576 - -Test 008 cpld_bmark_mpi_p8 PASS - - -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/cpld_control_c96_p8 -working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_39634/cpld_control_c96_p8 -Checking test 009 cpld_control_c96_p8 results .... +baseline dir = /gpfs/dell2/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/cpld_control_c96_p8 +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_34981/cpld_control_c96_p8 +Checking test 008 cpld_control_c96_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK Comparing sfcf021.tile3.nc .........OK @@ -511,6 +2744,7 @@ Checking test 009 cpld_control_c96_p8 results .... Comparing atmf024.tile4.nc .........OK Comparing atmf024.tile5.nc .........OK Comparing atmf024.tile6.nc .........OK + Comparing gocart.inst_aod.20210323_0600z.nc4 .........OK Comparing RESTART/coupler.res .........OK Comparing RESTART/fv_core.res.nc .........OK Comparing RESTART/fv_core.res.tile1.nc .........OK @@ -547,15 +2781,15 @@ 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 = 234.648241 -[0] The maximum resident set size (KB) = 558896 +[0] The total amount of wall time = 369.192360 +[0] The maximum resident set size (KB) = 1144084 -Test 009 cpld_control_c96_p8 PASS +Test 008 cpld_control_c96_p8 PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/cpld_control_c96_p8 -working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_39634/cpld_restart_c96_p8 -Checking test 010 cpld_restart_c96_p8 results .... +baseline dir = /gpfs/dell2/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/cpld_control_c96_p8 +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_34981/cpld_restart_c96_p8 +Checking test 009 cpld_restart_c96_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK Comparing sfcf024.tile3.nc .........OK @@ -568,6 +2802,7 @@ Checking test 010 cpld_restart_c96_p8 results .... Comparing atmf024.tile4.nc .........OK Comparing atmf024.tile5.nc .........OK Comparing atmf024.tile6.nc .........OK + Comparing gocart.inst_aod.20210323_0600z.nc4 .........OK Comparing RESTART/coupler.res .........OK Comparing RESTART/fv_core.res.nc .........OK Comparing RESTART/fv_core.res.tile1.nc .........OK @@ -604,15 +2839,15 @@ 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.965456 -[0] The maximum resident set size (KB) = 344896 +[0] The total amount of wall time = 206.694713 +[0] The maximum resident set size (KB) = 1108252 -Test 010 cpld_restart_c96_p8 PASS +Test 009 cpld_restart_c96_p8 PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/cpld_control_c192_p8 -working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_39634/cpld_control_c192_p8 -Checking test 011 cpld_control_c192_p8 results .... +baseline dir = /gpfs/dell2/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/cpld_control_c192_p8 +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_34981/cpld_control_c192_p8 +Checking test 010 cpld_control_c192_p8 results .... Comparing sfcf036.tile1.nc .........OK Comparing sfcf036.tile2.nc .........OK Comparing sfcf036.tile3.nc .........OK @@ -625,6 +2860,7 @@ Checking test 011 cpld_control_c192_p8 results .... Comparing atmf036.tile4.nc .........OK Comparing atmf036.tile5.nc .........OK Comparing atmf036.tile6.nc .........OK + Comparing gocart.inst_aod.20210323_1800z.nc4 .........OK Comparing RESTART/coupler.res .........OK Comparing RESTART/fv_core.res.nc .........OK Comparing RESTART/fv_core.res.tile1.nc .........OK @@ -661,15 +2897,15 @@ 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 = 993.083347 -[0] The maximum resident set size (KB) = 743876 +[0] The total amount of wall time = 1651.085216 +[0] The maximum resident set size (KB) = 1543792 -Test 011 cpld_control_c192_p8 PASS +Test 010 cpld_control_c192_p8 PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/cpld_control_c192_p8 -working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_39634/cpld_restart_c192_p8 -Checking test 012 cpld_restart_c192_p8 results .... +baseline dir = /gpfs/dell2/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/cpld_control_c192_p8 +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_34981/cpld_restart_c192_p8 +Checking test 011 cpld_restart_c192_p8 results .... Comparing sfcf036.tile1.nc .........OK Comparing sfcf036.tile2.nc .........OK Comparing sfcf036.tile3.nc .........OK @@ -682,6 +2918,7 @@ Checking test 012 cpld_restart_c192_p8 results .... Comparing atmf036.tile4.nc .........OK Comparing atmf036.tile5.nc .........OK Comparing atmf036.tile6.nc .........OK + Comparing gocart.inst_aod.20210323_1800z.nc4 .........OK Comparing RESTART/coupler.res .........OK Comparing RESTART/fv_core.res.nc .........OK Comparing RESTART/fv_core.res.tile1.nc .........OK @@ -718,17 +2955,18 @@ 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 = 626.902454 -[0] The maximum resident set size (KB) = 830484 +[0] The total amount of wall time = 1088.963857 +[0] The maximum resident set size (KB) = 1765116 -Test 012 cpld_restart_c192_p8 PASS +Test 011 cpld_restart_c192_p8 PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/cpld_control_c384_p8 -working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_39634/cpld_control_c384_p8 -Checking test 013 cpld_control_c384_p8 results .... +baseline dir = /gpfs/dell2/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/cpld_control_c384_p8 +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_34981/cpld_control_c384_p8 +Checking test 012 cpld_control_c384_p8 results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK + Comparing gocart.inst_aod.20210322_1200z.nc4 .........OK Comparing RESTART/coupler.res .........OK Comparing RESTART/fv_core.res.nc .........OK Comparing RESTART/fv_core.res.tile1.nc .........OK @@ -768,17 +3006,18 @@ 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 = 1121.644863 -[0] The maximum resident set size (KB) = 1278516 +[0] The total amount of wall time = 1260.363813 +[0] The maximum resident set size (KB) = 2845536 -Test 013 cpld_control_c384_p8 PASS +Test 012 cpld_control_c384_p8 PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/cpld_control_c384_p8 -working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_39634/cpld_restart_c384_p8 -Checking test 014 cpld_restart_c384_p8 results .... +baseline dir = /gpfs/dell2/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/cpld_control_c384_p8 +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_34981/cpld_restart_c384_p8 +Checking test 013 cpld_restart_c384_p8 results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK + Comparing gocart.inst_aod.20210322_1200z.nc4 .........OK Comparing RESTART/coupler.res .........OK Comparing RESTART/fv_core.res.nc .........OK Comparing RESTART/fv_core.res.tile1.nc .........OK @@ -818,15 +3057,15 @@ 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 = 600.679838 -[0] The maximum resident set size (KB) = 1238476 +[0] The total amount of wall time = 765.199362 +[0] The maximum resident set size (KB) = 2813592 -Test 014 cpld_restart_c384_p8 PASS +Test 013 cpld_restart_c384_p8 PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/cpld_debug_p8 -working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_39634/cpld_debug_p8 -Checking test 015 cpld_debug_p8 results .... +baseline dir = /gpfs/dell2/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/cpld_debug_p8 +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_34981/cpld_debug_p8 +Checking test 014 cpld_debug_p8 results .... Comparing sfcf006.tile1.nc .........OK Comparing sfcf006.tile2.nc .........OK Comparing sfcf006.tile3.nc .........OK @@ -839,6 +3078,7 @@ Checking test 015 cpld_debug_p8 results .... Comparing atmf006.tile4.nc .........OK Comparing atmf006.tile5.nc .........OK Comparing atmf006.tile6.nc .........OK + Comparing gocart.inst_aod.20210322_1200z.nc4 .........OK Comparing RESTART/coupler.res .........OK Comparing RESTART/fv_core.res.nc .........OK Comparing RESTART/fv_core.res.tile1.nc .........OK @@ -875,15 +3115,15 @@ 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 = 707.493073 -[0] The maximum resident set size (KB) = 609908 +[0] The total amount of wall time = 1160.828615 +[0] The maximum resident set size (KB) = 1209020 -Test 015 cpld_debug_p8 PASS +Test 014 cpld_debug_p8 PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/control -working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_39634/control -Checking test 016 control results .... +baseline dir = /gpfs/dell2/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/control +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_34981/control +Checking test 015 control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -929,15 +3169,15 @@ 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 = 139.699757 -[0] The maximum resident set size (KB) = 471708 +[0] The total amount of wall time = 141.391771 +[0] The maximum resident set size (KB) = 471324 -Test 016 control PASS +Test 015 control PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/control -working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_39634/control_decomp -Checking test 017 control_decomp results .... +baseline dir = /gpfs/dell2/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/control +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_34981/control_decomp +Checking test 016 control_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -979,29 +3219,29 @@ 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 = 146.046568 -[0] The maximum resident set size (KB) = 471168 +[0] The total amount of wall time = 147.152774 +[0] The maximum resident set size (KB) = 472272 -Test 017 control_decomp PASS +Test 016 control_decomp PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/control -working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_39634/control_2dwrtdecomp -Checking test 018 control_2dwrtdecomp results .... +baseline dir = /gpfs/dell2/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/control +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_34981/control_2dwrtdecomp +Checking test 017 control_2dwrtdecomp results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK Comparing atmf024.nc .........OK -[0] The total amount of wall time = 133.372160 -[0] The maximum resident set size (KB) = 468592 +[0] The total amount of wall time = 132.991635 +[0] The maximum resident set size (KB) = 471788 -Test 018 control_2dwrtdecomp PASS +Test 017 control_2dwrtdecomp PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/control -working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_39634/control_2threads -Checking test 019 control_2threads results .... +baseline dir = /gpfs/dell2/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/control +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_34981/control_2threads +Checking test 018 control_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -1043,15 +3283,15 @@ Checking test 019 control_2threads results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -[0] The total amount of wall time = 129.953438 -[0] The maximum resident set size (KB) = 518888 +[0] The total amount of wall time = 130.700298 +[0] The maximum resident set size (KB) = 514532 -Test 019 control_2threads PASS +Test 018 control_2threads PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/control -working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_39634/control_restart -Checking test 020 control_restart results .... +baseline dir = /gpfs/dell2/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/control +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_34981/control_restart +Checking test 019 control_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK Comparing GFSFLX.GrbF24 .........OK @@ -1089,15 +3329,15 @@ Checking test 020 control_restart results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -[0] The total amount of wall time = 74.324165 -[0] The maximum resident set size (KB) = 212480 +[0] The total amount of wall time = 76.329390 +[0] The maximum resident set size (KB) = 216836 -Test 020 control_restart PASS +Test 019 control_restart PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/control -working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_39634/control_fhzero -Checking test 021 control_fhzero results .... +baseline dir = /gpfs/dell2/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/control +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_34981/control_fhzero +Checking test 020 control_fhzero results .... Comparing sfcf000.nc ............ALT CHECK......OK Comparing sfcf021.nc ............ALT CHECK......OK Comparing atmf000.nc .........OK @@ -1139,15 +3379,15 @@ Checking test 021 control_fhzero results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -[0] The total amount of wall time = 132.931330 -[0] The maximum resident set size (KB) = 475932 +[0] The total amount of wall time = 131.705318 +[0] The maximum resident set size (KB) = 473880 -Test 021 control_fhzero PASS +Test 020 control_fhzero PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/control_CubedSphereGrid -working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_39634/control_CubedSphereGrid -Checking test 022 control_CubedSphereGrid results .... +baseline dir = /gpfs/dell2/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/control_CubedSphereGrid +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_34981/control_CubedSphereGrid +Checking test 021 control_CubedSphereGrid results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK Comparing sfcf000.tile3.nc .........OK @@ -1173,15 +3413,15 @@ Checking test 022 control_CubedSphereGrid results .... Comparing atmf024.tile5.nc .........OK Comparing atmf024.tile6.nc .........OK -[0] The total amount of wall time = 134.176127 -[0] The maximum resident set size (KB) = 470140 +[0] The total amount of wall time = 134.412601 +[0] The maximum resident set size (KB) = 476392 -Test 022 control_CubedSphereGrid PASS +Test 021 control_CubedSphereGrid PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/control_latlon -working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_39634/control_latlon -Checking test 023 control_latlon results .... +baseline dir = /gpfs/dell2/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/control_latlon +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_34981/control_latlon +Checking test 022 control_latlon results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -1191,33 +3431,33 @@ Checking test 023 control_latlon results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -[0] The total amount of wall time = 137.352856 -[0] The maximum resident set size (KB) = 475560 +[0] The total amount of wall time = 137.730864 +[0] The maximum resident set size (KB) = 472364 -Test 023 control_latlon PASS +Test 022 control_latlon PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/control_wrtGauss_netcdf_parallel -working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_39634/control_wrtGauss_netcdf_parallel -Checking test 024 control_wrtGauss_netcdf_parallel results .... - Comparing sfcf000.nc .........OK +baseline dir = /gpfs/dell2/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/control_wrtGauss_netcdf_parallel +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_34981/control_wrtGauss_netcdf_parallel +Checking test 023 control_wrtGauss_netcdf_parallel results .... + Comparing sfcf000.nc ............ALT CHECK......OK Comparing sfcf024.nc ............ALT CHECK......OK - Comparing atmf000.nc .........OK + Comparing atmf000.nc ............ALT CHECK......OK Comparing atmf024.nc ............ALT CHECK......OK Comparing GFSFLX.GrbF00 .........OK Comparing GFSFLX.GrbF24 .........OK Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -[0] The total amount of wall time = 142.487534 -[0] The maximum resident set size (KB) = 471876 +[0] The total amount of wall time = 143.494172 +[0] The maximum resident set size (KB) = 473652 -Test 024 control_wrtGauss_netcdf_parallel PASS +Test 023 control_wrtGauss_netcdf_parallel PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/control_c48 -working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_39634/control_c48 -Checking test 025 control_c48 results .... +baseline dir = /gpfs/dell2/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/control_c48 +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_34981/control_c48 +Checking test 024 control_c48 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -1255,15 +3495,15 @@ Checking test 025 control_c48 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -[0] The total amount of wall time = 440.852932 -[0] The maximum resident set size (KB) = 660476 +[0] The total amount of wall time = 436.350361 +[0] The maximum resident set size (KB) = 665052 -Test 025 control_c48 PASS +Test 024 control_c48 PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/control_c192 -working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_39634/control_c192 -Checking test 026 control_c192 results .... +baseline dir = /gpfs/dell2/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/control_c192 +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_34981/control_c192 +Checking test 025 control_c192 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -1273,33 +3513,33 @@ Checking test 026 control_c192 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -[0] The total amount of wall time = 550.483786 -[0] The maximum resident set size (KB) = 576560 +[0] The total amount of wall time = 555.784982 +[0] The maximum resident set size (KB) = 579836 -Test 026 control_c192 PASS +Test 025 control_c192 PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/control_c384 -working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_39634/control_c384 -Checking test 027 control_c384 results .... +baseline dir = /gpfs/dell2/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/control_c384 +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_34981/control_c384 +Checking test 026 control_c384 results .... Comparing sfcf000.nc .........OK - Comparing sfcf012.nc .........OK + Comparing sfcf012.nc ............ALT CHECK......NOT OK Comparing atmf000.nc .........OK - Comparing atmf012.nc .........OK + Comparing atmf012.nc ............ALT CHECK......NOT OK Comparing GFSFLX.GrbF00 .........OK - Comparing GFSFLX.GrbF12 .........OK + Comparing GFSFLX.GrbF12 .........NOT OK Comparing GFSPRS.GrbF00 .........OK - Comparing GFSPRS.GrbF12 .........OK + Comparing GFSPRS.GrbF12 .........NOT OK -[0] The total amount of wall time = 1034.248116 -[0] The maximum resident set size (KB) = 861556 +[0] The total amount of wall time = 1036.408679 +[0] The maximum resident set size (KB) = 862412 -Test 027 control_c384 PASS +Test 026 control_c384 FAIL -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/control_c384gdas -working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_39634/control_c384gdas -Checking test 028 control_c384gdas results .... +baseline dir = /gpfs/dell2/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/control_c384gdas +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_34981/control_c384gdas +Checking test 027 control_c384gdas results .... Comparing sfcf000.nc .........OK Comparing sfcf006.nc .........OK Comparing atmf000.nc .........OK @@ -1341,15 +3581,15 @@ Checking test 028 control_c384gdas results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -[0] The total amount of wall time = 905.483160 -[0] The maximum resident set size (KB) = 996876 +[0] The total amount of wall time = 909.161639 +[0] The maximum resident set size (KB) = 996580 -Test 028 control_c384gdas PASS +Test 027 control_c384gdas PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/control_stochy -working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_39634/control_stochy -Checking test 029 control_stochy results .... +baseline dir = /gpfs/dell2/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/control_stochy +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_34981/control_stochy +Checking test 028 control_stochy results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK Comparing atmf000.nc .........OK @@ -1359,29 +3599,29 @@ Checking test 029 control_stochy results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK -[0] The total amount of wall time = 92.211211 -[0] The maximum resident set size (KB) = 477180 +[0] The total amount of wall time = 92.320776 +[0] The maximum resident set size (KB) = 475436 -Test 029 control_stochy PASS +Test 028 control_stochy PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/control_stochy -working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_39634/control_stochy_restart -Checking test 030 control_stochy_restart results .... +baseline dir = /gpfs/dell2/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/control_stochy +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_34981/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.526146 -[0] The maximum resident set size (KB) = 274868 +[0] The total amount of wall time = 50.464137 +[0] The maximum resident set size (KB) = 275124 -Test 030 control_stochy_restart PASS +Test 029 control_stochy_restart PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/control_lndp -working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_39634/control_lndp -Checking test 031 control_lndp results .... +baseline dir = /gpfs/dell2/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/control_lndp +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_34981/control_lndp +Checking test 030 control_lndp results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK Comparing atmf000.nc .........OK @@ -1391,15 +3631,15 @@ Checking test 031 control_lndp results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK -[0] The total amount of wall time = 83.647943 -[0] The maximum resident set size (KB) = 477948 +[0] The total amount of wall time = 85.178664 +[0] The maximum resident set size (KB) = 478912 -Test 031 control_lndp PASS +Test 030 control_lndp PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/control_iovr4 -working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_39634/control_iovr4 -Checking test 032 control_iovr4 results .... +baseline dir = /gpfs/dell2/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/control_iovr4 +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_34981/control_iovr4 +Checking test 031 control_iovr4 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -1413,15 +3653,15 @@ Checking test 032 control_iovr4 results .... Comparing GFSPRS.GrbF21 .........OK Comparing GFSPRS.GrbF24 .........OK -[0] The total amount of wall time = 141.352570 -[0] The maximum resident set size (KB) = 472248 +[0] The total amount of wall time = 140.956319 +[0] The maximum resident set size (KB) = 474676 -Test 032 control_iovr4 PASS +Test 031 control_iovr4 PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/control_iovr5 -working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_39634/control_iovr5 -Checking test 033 control_iovr5 results .... +baseline dir = /gpfs/dell2/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/control_iovr5 +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_34981/control_iovr5 +Checking test 032 control_iovr5 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -1435,15 +3675,15 @@ Checking test 033 control_iovr5 results .... Comparing GFSPRS.GrbF21 .........OK Comparing GFSPRS.GrbF24 .........OK -[0] The total amount of wall time = 140.720845 -[0] The maximum resident set size (KB) = 476512 +[0] The total amount of wall time = 140.911732 +[0] The maximum resident set size (KB) = 477428 -Test 033 control_iovr5 PASS +Test 032 control_iovr5 PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/control_p8 -working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_39634/control_p8 -Checking test 034 control_p8 results .... +baseline dir = /gpfs/dell2/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/control_p8 +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_34981/control_p8 +Checking test 033 control_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -1489,15 +3729,15 @@ Checking test 034 control_p8 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -[0] The total amount of wall time = 153.651254 -[0] The maximum resident set size (KB) = 495496 +[0] The total amount of wall time = 164.784680 +[0] The maximum resident set size (KB) = 853760 -Test 034 control_p8 PASS +Test 033 control_p8 PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/control_p8 -working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_39634/control_restart_p8 -Checking test 035 control_restart_p8 results .... +baseline dir = /gpfs/dell2/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/control_p8 +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_34981/control_restart_p8 +Checking test 034 control_restart_p8 results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK Comparing GFSFLX.GrbF24 .........OK @@ -1535,15 +3775,15 @@ Checking test 035 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 = 84.346105 -[0] The maximum resident set size (KB) = 312364 +[0] The total amount of wall time = 90.643389 +[0] The maximum resident set size (KB) = 601852 -Test 035 control_restart_p8 PASS +Test 034 control_restart_p8 PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/control_p8 -working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_39634/control_decomp_p8 -Checking test 036 control_decomp_p8 results .... +baseline dir = /gpfs/dell2/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/control_p8 +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_34981/control_decomp_p8 +Checking test 035 control_decomp_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -1585,15 +3825,15 @@ Checking test 036 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 = 160.453369 -[0] The maximum resident set size (KB) = 490668 +[0] The total amount of wall time = 171.941572 +[0] The maximum resident set size (KB) = 843964 -Test 036 control_decomp_p8 PASS +Test 035 control_decomp_p8 PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/control_p8 -working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_39634/control_2threads_p8 -Checking test 037 control_2threads_p8 results .... +baseline dir = /gpfs/dell2/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/control_p8 +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_34981/control_2threads_p8 +Checking test 036 control_2threads_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -1635,15 +3875,15 @@ Checking test 037 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 = 144.371571 -[0] The maximum resident set size (KB) = 569720 +[0] The total amount of wall time = 156.652776 +[0] The maximum resident set size (KB) = 920472 -Test 037 control_2threads_p8 PASS +Test 036 control_2threads_p8 PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/control_p7_rrtmgp -working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_39634/control_p7_rrtmgp -Checking test 038 control_p7_rrtmgp results .... +baseline dir = /gpfs/dell2/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/control_p7_rrtmgp +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_34981/control_p7_rrtmgp +Checking test 037 control_p7_rrtmgp results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -1689,15 +3929,15 @@ Checking test 038 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 = 204.807685 -[0] The maximum resident set size (KB) = 598468 +[0] The total amount of wall time = 202.966517 +[0] The maximum resident set size (KB) = 601552 -Test 038 control_p7_rrtmgp PASS +Test 037 control_p7_rrtmgp PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/fv3_regional_control -working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_39634/regional_control -Checking test 039 regional_control results .... +baseline dir = /gpfs/dell2/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/fv3_regional_control +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_34981/regional_control +Checking test 038 regional_control results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK Comparing phyf000.nc .........OK @@ -1707,58 +3947,58 @@ Checking test 039 regional_control results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF24 .........OK -[0] The total amount of wall time = 346.518711 -[0] The maximum resident set size (KB) = 572516 +[0] The total amount of wall time = 347.926524 +[0] The maximum resident set size (KB) = 576816 -Test 039 regional_control PASS +Test 038 regional_control PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/fv3_regional_control -working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_39634/regional_restart -Checking test 040 regional_restart results .... +baseline dir = /gpfs/dell2/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/fv3_regional_control +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_34981/regional_restart +Checking test 039 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 = 190.966397 -[0] The maximum resident set size (KB) = 575124 +[0] The total amount of wall time = 190.193668 +[0] The maximum resident set size (KB) = 572276 -Test 040 regional_restart PASS +Test 039 regional_restart PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/fv3_regional_control -working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_39634/regional_control_2dwrtdecomp -Checking test 041 regional_control_2dwrtdecomp results .... +baseline dir = /gpfs/dell2/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/fv3_regional_control +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_34981/regional_control_2dwrtdecomp +Checking test 040 regional_control_2dwrtdecomp results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK Comparing phyf000.nc .........OK Comparing phyf024.nc .........OK -[0] The total amount of wall time = 343.292086 -[0] The maximum resident set size (KB) = 571152 +[0] The total amount of wall time = 343.746697 +[0] The maximum resident set size (KB) = 574848 -Test 041 regional_control_2dwrtdecomp PASS +Test 040 regional_control_2dwrtdecomp PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/fv3_regional_noquilt -working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_39634/regional_noquilt -Checking test 042 regional_noquilt results .... +baseline dir = /gpfs/dell2/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/fv3_regional_noquilt +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_34981/regional_noquilt +Checking test 041 regional_noquilt results .... Comparing atmos_4xdaily.nc .........OK Comparing fv3_history2d.nc .........OK Comparing fv3_history.nc .........OK Comparing RESTART/fv_core.res.tile1_new.nc .........OK Comparing RESTART/fv_tracer.res.tile1_new.nc .........OK -[0] The total amount of wall time = 369.478441 -[0] The maximum resident set size (KB) = 609528 +[0] The total amount of wall time = 372.843997 +[0] The maximum resident set size (KB) = 614380 -Test 042 regional_noquilt PASS +Test 041 regional_noquilt PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/fv3_regional_control -working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_39634/regional_2threads -Checking test 043 regional_2threads results .... +baseline dir = /gpfs/dell2/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/fv3_regional_control +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_34981/regional_2threads +Checking test 042 regional_2threads results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK Comparing phyf000.nc .........OK @@ -1768,15 +4008,15 @@ Checking test 043 regional_2threads results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF24 .........OK -[0] The total amount of wall time = 195.949199 -[0] The maximum resident set size (KB) = 581404 +[0] The total amount of wall time = 196.008149 +[0] The maximum resident set size (KB) = 581812 -Test 043 regional_2threads PASS +Test 042 regional_2threads PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/fv3_regional_hafs -working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_39634/regional_hafs -Checking test 044 regional_hafs results .... +baseline dir = /gpfs/dell2/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/fv3_regional_hafs +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_34981/regional_hafs +Checking test 043 regional_hafs results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK Comparing phyf000.nc .........OK @@ -1784,29 +4024,29 @@ Checking test 044 regional_hafs results .... Comparing HURPRS.GrbF00 .........OK Comparing HURPRS.GrbF24 .........OK -[0] The total amount of wall time = 346.945991 -[0] The maximum resident set size (KB) = 572416 +[0] The total amount of wall time = 346.100883 +[0] The maximum resident set size (KB) = 579788 -Test 044 regional_hafs PASS +Test 043 regional_hafs PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/fv3_regional_netcdf_parallel -working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_39634/regional_netcdf_parallel -Checking test 045 regional_netcdf_parallel results .... - Comparing dynf000.nc .........OK +baseline dir = /gpfs/dell2/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/fv3_regional_netcdf_parallel +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_34981/regional_netcdf_parallel +Checking test 044 regional_netcdf_parallel results .... + 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 = 342.814929 -[0] The maximum resident set size (KB) = 572352 +[0] The total amount of wall time = 346.314880 +[0] The maximum resident set size (KB) = 574264 -Test 045 regional_netcdf_parallel PASS +Test 044 regional_netcdf_parallel PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/fv3_regional_RRTMGP -working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_39634/regional_RRTMGP -Checking test 046 regional_RRTMGP results .... +baseline dir = /gpfs/dell2/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/fv3_regional_RRTMGP +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_34981/regional_RRTMGP +Checking test 045 regional_RRTMGP results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK Comparing phyf000.nc .........OK @@ -1816,15 +4056,15 @@ Checking test 046 regional_RRTMGP results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF24 .........OK -[0] The total amount of wall time = 452.853068 -[0] The maximum resident set size (KB) = 699460 +[0] The total amount of wall time = 454.543106 +[0] The maximum resident set size (KB) = 697576 -Test 046 regional_RRTMGP PASS +Test 045 regional_RRTMGP PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/rap_control -working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_39634/rap_control -Checking test 047 rap_control results .... +baseline dir = /gpfs/dell2/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/rap_control +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_34981/rap_control +Checking test 046 rap_control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -1870,15 +4110,15 @@ Checking test 047 rap_control results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -[0] The total amount of wall time = 395.748231 -[0] The maximum resident set size (KB) = 841256 +[0] The total amount of wall time = 394.587962 +[0] The maximum resident set size (KB) = 839360 -Test 047 rap_control PASS +Test 046 rap_control PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/regional_spp_sppt_shum_skeb -working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_39634/regional_spp_sppt_shum_skeb -Checking test 048 regional_spp_sppt_shum_skeb results .... +baseline dir = /gpfs/dell2/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/regional_spp_sppt_shum_skeb +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_34981/regional_spp_sppt_shum_skeb +Checking test 047 regional_spp_sppt_shum_skeb results .... Comparing dynf000.nc .........OK Comparing dynf001.nc .........OK Comparing phyf000.nc .........OK @@ -1888,15 +4128,15 @@ Checking test 048 regional_spp_sppt_shum_skeb results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF01 .........OK -[0] The total amount of wall time = 243.406791 -[0] The maximum resident set size (KB) = 937028 +[0] The total amount of wall time = 245.359578 +[0] The maximum resident set size (KB) = 935380 -Test 048 regional_spp_sppt_shum_skeb PASS +Test 047 regional_spp_sppt_shum_skeb PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/rap_control -working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_39634/rap_2threads -Checking test 049 rap_2threads results .... +baseline dir = /gpfs/dell2/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/rap_control +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_34981/rap_2threads +Checking test 048 rap_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -1942,15 +4182,15 @@ Checking test 049 rap_2threads results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -[0] The total amount of wall time = 371.193337 -[0] The maximum resident set size (KB) = 895004 +[0] The total amount of wall time = 372.276097 +[0] The maximum resident set size (KB) = 897492 -Test 049 rap_2threads PASS +Test 048 rap_2threads PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/rap_control -working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_39634/rap_restart -Checking test 050 rap_restart results .... +baseline dir = /gpfs/dell2/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/rap_control +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_34981/rap_restart +Checking test 049 rap_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK Comparing GFSFLX.GrbF24 .........OK @@ -1988,15 +4228,15 @@ Checking test 050 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.430929 -[0] The maximum resident set size (KB) = 589964 +[0] The total amount of wall time = 201.333762 +[0] The maximum resident set size (KB) = 591184 -Test 050 rap_restart PASS +Test 049 rap_restart PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/rap_sfcdiff -working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_39634/rap_sfcdiff -Checking test 051 rap_sfcdiff results .... +baseline dir = /gpfs/dell2/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/rap_sfcdiff +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_34981/rap_sfcdiff +Checking test 050 rap_sfcdiff results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -2042,15 +4282,15 @@ Checking test 051 rap_sfcdiff results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -[0] The total amount of wall time = 393.845055 -[0] The maximum resident set size (KB) = 843012 +[0] The total amount of wall time = 397.859912 +[0] The maximum resident set size (KB) = 837852 -Test 051 rap_sfcdiff PASS +Test 050 rap_sfcdiff PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/rap_sfcdiff -working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_39634/rap_sfcdiff_restart -Checking test 052 rap_sfcdiff_restart results .... +baseline dir = /gpfs/dell2/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/rap_sfcdiff +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_34981/rap_sfcdiff_restart +Checking test 051 rap_sfcdiff_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK Comparing GFSFLX.GrbF24 .........OK @@ -2088,15 +4328,15 @@ Checking test 052 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 = 201.136199 -[0] The maximum resident set size (KB) = 587744 +[0] The total amount of wall time = 202.668789 +[0] The maximum resident set size (KB) = 592292 -Test 052 rap_sfcdiff_restart PASS +Test 051 rap_sfcdiff_restart PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/hrrr_control -working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_39634/hrrr_control -Checking test 053 hrrr_control results .... +baseline dir = /gpfs/dell2/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/hrrr_control +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_34981/hrrr_control +Checking test 052 hrrr_control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -2142,15 +4382,15 @@ Checking test 053 hrrr_control results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -[0] The total amount of wall time = 380.625425 -[0] The maximum resident set size (KB) = 841432 +[0] The total amount of wall time = 382.082101 +[0] The maximum resident set size (KB) = 837784 -Test 053 hrrr_control PASS +Test 052 hrrr_control PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/rrfs_v1beta -working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_39634/rrfs_v1beta -Checking test 054 rrfs_v1beta results .... +baseline dir = /gpfs/dell2/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/rrfs_v1beta +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_34981/rrfs_v1beta +Checking test 053 rrfs_v1beta results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -2196,15 +4436,15 @@ Checking test 054 rrfs_v1beta results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -[0] The total amount of wall time = 392.376854 -[0] The maximum resident set size (KB) = 840992 +[0] The total amount of wall time = 389.449842 +[0] The maximum resident set size (KB) = 834620 -Test 054 rrfs_v1beta PASS +Test 053 rrfs_v1beta PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/rrfs_conus13km_hrrr_warm -working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_39634/rrfs_conus13km_hrrr_warm -Checking test 055 rrfs_conus13km_hrrr_warm results .... +baseline dir = /gpfs/dell2/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/rrfs_conus13km_hrrr_warm +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_34981/rrfs_conus13km_hrrr_warm +Checking test 054 rrfs_conus13km_hrrr_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing sfcf002.nc .........OK @@ -2212,15 +4452,15 @@ Checking test 055 rrfs_conus13km_hrrr_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK -[0] The total amount of wall time = 179.005589 -[0] The maximum resident set size (KB) = 664052 +[0] The total amount of wall time = 182.424455 +[0] The maximum resident set size (KB) = 663448 -Test 055 rrfs_conus13km_hrrr_warm PASS +Test 054 rrfs_conus13km_hrrr_warm PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/rrfs_conus13km_radar_tten_warm -working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_39634/rrfs_conus13km_radar_tten_warm -Checking test 056 rrfs_conus13km_radar_tten_warm results .... +baseline dir = /gpfs/dell2/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/rrfs_conus13km_radar_tten_warm +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_34981/rrfs_conus13km_radar_tten_warm +Checking test 055 rrfs_conus13km_radar_tten_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing sfcf002.nc .........OK @@ -2228,15 +4468,15 @@ Checking test 056 rrfs_conus13km_radar_tten_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK -[0] The total amount of wall time = 181.998327 -[0] The maximum resident set size (KB) = 665124 +[0] The total amount of wall time = 183.175590 +[0] The maximum resident set size (KB) = 668148 -Test 056 rrfs_conus13km_radar_tten_warm PASS +Test 055 rrfs_conus13km_radar_tten_warm PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/control_rrtmgp -working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_39634/control_rrtmgp -Checking test 057 control_rrtmgp results .... +baseline dir = /gpfs/dell2/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/control_rrtmgp +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_34981/control_rrtmgp +Checking test 056 control_rrtmgp results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -2246,15 +4486,15 @@ Checking test 057 control_rrtmgp results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -[0] The total amount of wall time = 224.128315 -[0] The maximum resident set size (KB) = 587824 +[0] The total amount of wall time = 223.516200 +[0] The maximum resident set size (KB) = 591760 -Test 057 control_rrtmgp PASS +Test 056 control_rrtmgp PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/control_rrtmgp_c192 -working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_39634/control_rrtmgp_c192 -Checking test 058 control_rrtmgp_c192 results .... +baseline dir = /gpfs/dell2/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/control_rrtmgp_c192 +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_34981/control_rrtmgp_c192 +Checking test 057 control_rrtmgp_c192 results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK Comparing atmf000.nc .........OK @@ -2264,15 +4504,15 @@ Checking test 058 control_rrtmgp_c192 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK -[0] The total amount of wall time = 610.064026 -[0] The maximum resident set size (KB) = 800928 +[0] The total amount of wall time = 609.830500 +[0] The maximum resident set size (KB) = 800260 -Test 058 control_rrtmgp_c192 PASS +Test 057 control_rrtmgp_c192 PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/control_csawmg -working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_39634/control_csawmg -Checking test 059 control_csawmg results .... +baseline dir = /gpfs/dell2/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/control_csawmg +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_34981/control_csawmg +Checking test 058 control_csawmg results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -2282,15 +4522,15 @@ Checking test 059 control_csawmg results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -[0] The total amount of wall time = 364.930127 -[0] The maximum resident set size (KB) = 531392 +[0] The total amount of wall time = 364.441630 +[0] The maximum resident set size (KB) = 530700 -Test 059 control_csawmg PASS +Test 058 control_csawmg PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/control_csawmgt -working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_39634/control_csawmgt -Checking test 060 control_csawmgt results .... +baseline dir = /gpfs/dell2/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/control_csawmgt +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_34981/control_csawmgt +Checking test 059 control_csawmgt results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -2300,15 +4540,15 @@ Checking test 060 control_csawmgt results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -[0] The total amount of wall time = 360.922732 -[0] The maximum resident set size (KB) = 528048 +[0] The total amount of wall time = 359.579966 +[0] The maximum resident set size (KB) = 529996 -Test 060 control_csawmgt PASS +Test 059 control_csawmgt PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/control_flake -working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_39634/control_flake -Checking test 061 control_flake results .... +baseline dir = /gpfs/dell2/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/control_flake +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_34981/control_flake +Checking test 060 control_flake results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -2318,15 +4558,15 @@ Checking test 061 control_flake results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -[0] The total amount of wall time = 246.117938 -[0] The maximum resident set size (KB) = 542516 +[0] The total amount of wall time = 246.482465 +[0] The maximum resident set size (KB) = 542120 -Test 061 control_flake PASS +Test 060 control_flake PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/control_ras -working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_39634/control_ras -Checking test 062 control_ras results .... +baseline dir = /gpfs/dell2/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/control_ras +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_34981/control_ras +Checking test 061 control_ras results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -2336,15 +4576,15 @@ Checking test 062 control_ras results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -[0] The total amount of wall time = 190.932272 -[0] The maximum resident set size (KB) = 499236 +[0] The total amount of wall time = 191.270891 +[0] The maximum resident set size (KB) = 499904 -Test 062 control_ras PASS +Test 061 control_ras PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/control_thompson -working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_39634/control_thompson -Checking test 063 control_thompson results .... +baseline dir = /gpfs/dell2/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/control_thompson +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_34981/control_thompson +Checking test 062 control_thompson results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -2354,15 +4594,15 @@ Checking test 063 control_thompson results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -[0] The total amount of wall time = 243.344555 -[0] The maximum resident set size (KB) = 853504 +[0] The total amount of wall time = 240.664395 +[0] The maximum resident set size (KB) = 853168 -Test 063 control_thompson PASS +Test 062 control_thompson PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/control_thompson_no_aero -working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_39634/control_thompson_no_aero -Checking test 064 control_thompson_no_aero results .... +baseline dir = /gpfs/dell2/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/control_thompson_no_aero +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_34981/control_thompson_no_aero +Checking test 063 control_thompson_no_aero results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -2372,55 +4612,55 @@ Checking test 064 control_thompson_no_aero results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -[0] The total amount of wall time = 230.829920 -[0] The maximum resident set size (KB) = 850692 +[0] The total amount of wall time = 231.031093 +[0] The maximum resident set size (KB) = 850508 -Test 064 control_thompson_no_aero PASS +Test 063 control_thompson_no_aero PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/control_wam_repro -working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_39634/control_wam_repro -Checking test 065 control_wam results .... - Comparing sfcf024.nc .........OK - Comparing atmf024.nc .........OK +baseline dir = /gpfs/dell2/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/control_wam_repro +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_34981/control_wam_repro +Checking test 064 control_wam results .... + Comparing sfcf024.nc ............MISSING baseline + Comparing atmf024.nc ............MISSING baseline -[0] The total amount of wall time = 127.385764 -[0] The maximum resident set size (KB) = 235140 +[0] The total amount of wall time = 126.549242 +[0] The maximum resident set size (KB) = 233652 -Test 065 control_wam PASS +Test 064 control_wam FAIL -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/control_debug -working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_39634/control_debug -Checking test 066 control_debug results .... +baseline dir = /gpfs/dell2/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/control_debug +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_34981/control_debug +Checking test 065 control_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -[0] The total amount of wall time = 169.171717 -[0] The maximum resident set size (KB) = 537616 +[0] The total amount of wall time = 167.339305 +[0] The maximum resident set size (KB) = 543068 -Test 066 control_debug PASS +Test 065 control_debug PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/control_debug -working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_39634/control_2threads_debug -Checking test 067 control_2threads_debug results .... +baseline dir = /gpfs/dell2/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/control_debug +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_34981/control_2threads_debug +Checking test 066 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.119073 -[0] The maximum resident set size (KB) = 579952 +[0] The total amount of wall time = 155.217552 +[0] The maximum resident set size (KB) = 582936 -Test 067 control_2threads_debug PASS +Test 066 control_2threads_debug PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/control_CubedSphereGrid_debug -working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_39634/control_CubedSphereGrid_debug -Checking test 068 control_CubedSphereGrid_debug results .... +baseline dir = /gpfs/dell2/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/control_CubedSphereGrid_debug +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_34981/control_CubedSphereGrid_debug +Checking test 067 control_CubedSphereGrid_debug results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK Comparing sfcf000.tile3.nc .........OK @@ -2446,520 +4686,520 @@ Checking test 068 control_CubedSphereGrid_debug results .... Comparing atmf001.tile5.nc .........OK Comparing atmf001.tile6.nc .........OK -[0] The total amount of wall time = 182.412618 -[0] The maximum resident set size (KB) = 538828 +[0] The total amount of wall time = 182.160720 +[0] The maximum resident set size (KB) = 537168 -Test 068 control_CubedSphereGrid_debug PASS +Test 067 control_CubedSphereGrid_debug PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/control_wrtGauss_netcdf_parallel_debug -working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_39634/control_wrtGauss_netcdf_parallel_debug -Checking test 069 control_wrtGauss_netcdf_parallel_debug results .... - Comparing sfcf000.nc .........OK +baseline dir = /gpfs/dell2/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/control_wrtGauss_netcdf_parallel_debug +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_34981/control_wrtGauss_netcdf_parallel_debug +Checking test 068 control_wrtGauss_netcdf_parallel_debug results .... + Comparing sfcf000.nc ............ALT CHECK......OK Comparing sfcf001.nc .........OK Comparing atmf000.nc ............ALT CHECK......OK - Comparing atmf001.nc .........OK + Comparing atmf001.nc ............ALT CHECK......OK -[0] The total amount of wall time = 170.415966 -[0] The maximum resident set size (KB) = 539452 +[0] The total amount of wall time = 170.320091 +[0] The maximum resident set size (KB) = 544568 -Test 069 control_wrtGauss_netcdf_parallel_debug PASS +Test 068 control_wrtGauss_netcdf_parallel_debug PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/control_stochy_debug -working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_39634/control_stochy_debug -Checking test 070 control_stochy_debug results .... +baseline dir = /gpfs/dell2/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/control_stochy_debug +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_34981/control_stochy_debug +Checking test 069 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 = 193.151759 -[0] The maximum resident set size (KB) = 547812 +[0] The total amount of wall time = 191.185195 +[0] The maximum resident set size (KB) = 542264 -Test 070 control_stochy_debug PASS +Test 069 control_stochy_debug PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/control_lndp_debug -working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_39634/control_lndp_debug -Checking test 071 control_lndp_debug results .... +baseline dir = /gpfs/dell2/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/control_lndp_debug +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_34981/control_lndp_debug +Checking test 070 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 = 173.775778 -[0] The maximum resident set size (KB) = 547148 +[0] The total amount of wall time = 172.213747 +[0] The maximum resident set size (KB) = 546280 -Test 071 control_lndp_debug PASS +Test 070 control_lndp_debug PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/control_rrtmgp_debug -working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_39634/control_rrtmgp_debug -Checking test 072 control_rrtmgp_debug results .... +baseline dir = /gpfs/dell2/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/control_rrtmgp_debug +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_34981/control_rrtmgp_debug +Checking test 071 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.869852 -[0] The maximum resident set size (KB) = 639744 +[0] The total amount of wall time = 186.036778 +[0] The maximum resident set size (KB) = 640108 -Test 072 control_rrtmgp_debug PASS +Test 071 control_rrtmgp_debug PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/control_csawmg_debug -working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_39634/control_csawmg_debug -Checking test 073 control_csawmg_debug results .... +baseline dir = /gpfs/dell2/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/control_csawmg_debug +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_34981/control_csawmg_debug +Checking test 072 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 = 271.830364 -[0] The maximum resident set size (KB) = 573700 +[0] The total amount of wall time = 268.216534 +[0] The maximum resident set size (KB) = 575108 -Test 073 control_csawmg_debug PASS +Test 072 control_csawmg_debug PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/control_csawmgt_debug -working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_39634/control_csawmgt_debug -Checking test 074 control_csawmgt_debug results .... +baseline dir = /gpfs/dell2/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/control_csawmgt_debug +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_34981/control_csawmgt_debug +Checking test 073 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 = 267.356466 -[0] The maximum resident set size (KB) = 573308 +[0] The total amount of wall time = 263.929563 +[0] The maximum resident set size (KB) = 571668 -Test 074 control_csawmgt_debug PASS +Test 073 control_csawmgt_debug PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/control_ras_debug -working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_39634/control_ras_debug -Checking test 075 control_ras_debug results .... +baseline dir = /gpfs/dell2/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/control_ras_debug +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_34981/control_ras_debug +Checking test 074 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.996286 -[0] The maximum resident set size (KB) = 556296 +[0] The total amount of wall time = 174.449988 +[0] The maximum resident set size (KB) = 552228 -Test 075 control_ras_debug PASS +Test 074 control_ras_debug PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/control_diag_debug -working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_39634/control_diag_debug -Checking test 076 control_diag_debug results .... +baseline dir = /gpfs/dell2/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/control_diag_debug +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_34981/control_diag_debug +Checking test 075 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 = 178.752580 -[0] The maximum resident set size (KB) = 598132 +[0] The total amount of wall time = 176.987679 +[0] The maximum resident set size (KB) = 598492 -Test 076 control_diag_debug PASS +Test 075 control_diag_debug PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/control_debug_p8 -working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_39634/control_debug_p8 -Checking test 077 control_debug_p8 results .... +baseline dir = /gpfs/dell2/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/control_debug_p8 +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_34981/control_debug_p8 +Checking test 076 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.723780 -[0] The maximum resident set size (KB) = 556536 +[0] The total amount of wall time = 186.639927 +[0] The maximum resident set size (KB) = 912244 -Test 077 control_debug_p8 PASS +Test 076 control_debug_p8 PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/control_thompson_debug -working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_39634/control_thompson_debug -Checking test 078 control_thompson_debug results .... +baseline dir = /gpfs/dell2/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/control_thompson_debug +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_34981/control_thompson_debug +Checking test 077 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.319556 -[0] The maximum resident set size (KB) = 899212 +[0] The total amount of wall time = 196.046823 +[0] The maximum resident set size (KB) = 900356 -Test 078 control_thompson_debug PASS +Test 077 control_thompson_debug PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/control_thompson_no_aero_debug -working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_39634/control_thompson_no_aero_debug -Checking test 079 control_thompson_no_aero_debug results .... +baseline dir = /gpfs/dell2/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/control_thompson_no_aero_debug +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_34981/control_thompson_no_aero_debug +Checking test 078 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 = 191.628384 -[0] The maximum resident set size (KB) = 896052 +[0] The total amount of wall time = 190.094777 +[0] The maximum resident set size (KB) = 895116 -Test 079 control_thompson_no_aero_debug PASS +Test 078 control_thompson_no_aero_debug PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/control_thompson_debug_extdiag -working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_39634/control_thompson_extdiag_debug -Checking test 080 control_thompson_extdiag_debug results .... +baseline dir = /gpfs/dell2/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/control_thompson_debug_extdiag +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_34981/control_thompson_extdiag_debug +Checking test 079 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 = 208.531874 -[0] The maximum resident set size (KB) = 929160 +[0] The total amount of wall time = 206.598069 +[0] The maximum resident set size (KB) = 928720 -Test 080 control_thompson_extdiag_debug PASS +Test 079 control_thompson_extdiag_debug PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/control_thompson_progcld_thompson_debug -working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_39634/control_thompson_progcld_thompson_debug -Checking test 081 control_thompson_progcld_thompson_debug results .... +baseline dir = /gpfs/dell2/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/control_thompson_progcld_thompson_debug +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_34981/control_thompson_progcld_thompson_debug +Checking test 080 control_thompson_progcld_thompson_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -[0] The total amount of wall time = 197.833796 -[0] The maximum resident set size (KB) = 899448 +[0] The total amount of wall time = 198.069793 +[0] The maximum resident set size (KB) = 899896 -Test 081 control_thompson_progcld_thompson_debug PASS +Test 080 control_thompson_progcld_thompson_debug PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/fv3_regional_debug -working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_39634/regional_debug -Checking test 082 regional_debug results .... +baseline dir = /gpfs/dell2/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/fv3_regional_debug +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_34981/regional_debug +Checking test 081 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 = 284.262145 -[0] The maximum resident set size (KB) = 599584 +[0] The total amount of wall time = 283.594680 +[0] The maximum resident set size (KB) = 599476 -Test 082 regional_debug PASS +Test 081 regional_debug PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/rap_control_debug -working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_39634/rap_control_debug -Checking test 083 rap_control_debug results .... +baseline dir = /gpfs/dell2/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/rap_control_debug +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_34981/rap_control_debug +Checking test 082 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.393840 -[0] The maximum resident set size (KB) = 906500 +[0] The total amount of wall time = 305.294505 +[0] The maximum resident set size (KB) = 903916 -Test 083 rap_control_debug PASS +Test 082 rap_control_debug PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/rap_control_debug -working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_39634/rap_unified_drag_suite_debug -Checking test 084 rap_unified_drag_suite_debug results .... +baseline dir = /gpfs/dell2/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/rap_control_debug +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_34981/rap_unified_drag_suite_debug +Checking test 083 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 = 306.639002 -[0] The maximum resident set size (KB) = 907288 +[0] The total amount of wall time = 304.197718 +[0] The maximum resident set size (KB) = 910796 -Test 084 rap_unified_drag_suite_debug PASS +Test 083 rap_unified_drag_suite_debug PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/rap_diag_debug -working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_39634/rap_diag_debug -Checking test 085 rap_diag_debug results .... +baseline dir = /gpfs/dell2/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/rap_diag_debug +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_34981/rap_diag_debug +Checking test 084 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 = 322.253396 -[0] The maximum resident set size (KB) = 990824 +[0] The total amount of wall time = 320.640634 +[0] The maximum resident set size (KB) = 990392 -Test 085 rap_diag_debug PASS +Test 084 rap_diag_debug PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/rap_cires_ugwp_debug -working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_39634/rap_cires_ugwp_debug -Checking test 086 rap_cires_ugwp_debug results .... +baseline dir = /gpfs/dell2/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/rap_cires_ugwp_debug +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_34981/rap_cires_ugwp_debug +Checking test 085 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.484961 -[0] The maximum resident set size (KB) = 905292 +[0] The total amount of wall time = 310.528477 +[0] The maximum resident set size (KB) = 903760 -Test 086 rap_cires_ugwp_debug PASS +Test 085 rap_cires_ugwp_debug PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/rap_cires_ugwp_debug -working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_39634/rap_unified_ugwp_debug -Checking test 087 rap_unified_ugwp_debug results .... +baseline dir = /gpfs/dell2/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/rap_cires_ugwp_debug +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_34981/rap_unified_ugwp_debug +Checking test 086 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 = 313.085864 -[0] The maximum resident set size (KB) = 907660 +[0] The total amount of wall time = 311.205264 +[0] The maximum resident set size (KB) = 905336 -Test 087 rap_unified_ugwp_debug PASS +Test 086 rap_unified_ugwp_debug PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/rap_noah_debug -working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_39634/rap_noah_debug -Checking test 088 rap_noah_debug results .... +baseline dir = /gpfs/dell2/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/rap_noah_debug +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_34981/rap_noah_debug +Checking test 087 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.515212 -[0] The maximum resident set size (KB) = 904052 +[0] The total amount of wall time = 301.561699 +[0] The maximum resident set size (KB) = 904148 -Test 088 rap_noah_debug PASS +Test 087 rap_noah_debug PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/rap_rrtmgp_debug -working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_39634/rap_rrtmgp_debug -Checking test 089 rap_rrtmgp_debug results .... +baseline dir = /gpfs/dell2/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/rap_rrtmgp_debug +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_34981/rap_rrtmgp_debug +Checking test 088 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 = 521.096947 -[0] The maximum resident set size (KB) = 1003728 +[0] The total amount of wall time = 519.369283 +[0] The maximum resident set size (KB) = 1007032 -Test 089 rap_rrtmgp_debug PASS +Test 088 rap_rrtmgp_debug PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/rap_lndp_debug -working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_39634/rap_lndp_debug -Checking test 090 rap_lndp_debug results .... +baseline dir = /gpfs/dell2/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/rap_lndp_debug +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_34981/rap_lndp_debug +Checking test 089 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 = 308.554718 -[0] The maximum resident set size (KB) = 908836 +[0] The total amount of wall time = 307.137690 +[0] The maximum resident set size (KB) = 906360 -Test 090 rap_lndp_debug PASS +Test 089 rap_lndp_debug PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/rap_sfcdiff_debug -working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_39634/rap_sfcdiff_debug -Checking test 091 rap_sfcdiff_debug results .... +baseline dir = /gpfs/dell2/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/rap_sfcdiff_debug +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_34981/rap_sfcdiff_debug +Checking test 090 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 = 306.451436 -[0] The maximum resident set size (KB) = 905760 +[0] The total amount of wall time = 306.725211 +[0] The maximum resident set size (KB) = 905568 -Test 091 rap_sfcdiff_debug PASS +Test 090 rap_sfcdiff_debug PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/rap_flake_debug -working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_39634/rap_flake_debug -Checking test 092 rap_flake_debug results .... +baseline dir = /gpfs/dell2/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/rap_flake_debug +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_34981/rap_flake_debug +Checking test 091 rap_flake_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -[0] The total amount of wall time = 306.448385 -[0] The maximum resident set size (KB) = 906448 +[0] The total amount of wall time = 304.489172 +[0] The maximum resident set size (KB) = 905144 -Test 092 rap_flake_debug PASS +Test 091 rap_flake_debug PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/rap_noah_sfcdiff_cires_ugwp_debug -working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_39634/rap_noah_sfcdiff_cires_ugwp_debug -Checking test 093 rap_noah_sfcdiff_cires_ugwp_debug results .... +baseline dir = /gpfs/dell2/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/rap_noah_sfcdiff_cires_ugwp_debug +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_34981/rap_noah_sfcdiff_cires_ugwp_debug +Checking test 092 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 = 508.746234 -[0] The maximum resident set size (KB) = 904172 +[0] The total amount of wall time = 508.207868 +[0] The maximum resident set size (KB) = 904924 -Test 093 rap_noah_sfcdiff_cires_ugwp_debug PASS +Test 092 rap_noah_sfcdiff_cires_ugwp_debug PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/rap_progcld_thompson_debug -working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_39634/rap_progcld_thompson_debug -Checking test 094 rap_progcld_thompson_debug results .... +baseline dir = /gpfs/dell2/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/rap_progcld_thompson_debug +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_34981/rap_progcld_thompson_debug +Checking test 093 rap_progcld_thompson_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -[0] The total amount of wall time = 306.485985 -[0] The maximum resident set size (KB) = 903452 +[0] The total amount of wall time = 305.114614 +[0] The maximum resident set size (KB) = 906252 -Test 094 rap_progcld_thompson_debug PASS +Test 093 rap_progcld_thompson_debug PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/rrfs_v1beta_debug -working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_39634/rrfs_v1beta_debug -Checking test 095 rrfs_v1beta_debug results .... +baseline dir = /gpfs/dell2/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/rrfs_v1beta_debug +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_34981/rrfs_v1beta_debug +Checking test 094 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 = 305.456242 -[0] The maximum resident set size (KB) = 907132 +[0] The total amount of wall time = 304.017919 +[0] The maximum resident set size (KB) = 904712 -Test 095 rrfs_v1beta_debug PASS +Test 094 rrfs_v1beta_debug PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/control_wam_debug -working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_39634/control_wam_debug -Checking test 096 control_wam_debug results .... +baseline dir = /gpfs/dell2/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/control_wam_debug +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_34981/control_wam_debug +Checking test 095 control_wam_debug results .... Comparing sfcf019.nc .........OK Comparing atmf019.nc .........OK -[0] The total amount of wall time = 325.225193 -[0] The maximum resident set size (KB) = 258812 +[0] The total amount of wall time = 324.335920 +[0] The maximum resident set size (KB) = 261176 -Test 096 control_wam_debug PASS +Test 095 control_wam_debug PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/hafs_regional_atm -working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_39634/hafs_regional_atm -Checking test 097 hafs_regional_atm results .... - Comparing atmf006.nc .........OK +baseline dir = /gpfs/dell2/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/hafs_regional_atm +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_34981/hafs_regional_atm +Checking test 096 hafs_regional_atm results .... + Comparing atmf006.nc ............ALT CHECK......OK Comparing sfcf006.nc ............ALT CHECK......OK -[0] The total amount of wall time = 636.372532 -[0] The maximum resident set size (KB) = 733056 +[0] The total amount of wall time = 607.688202 +[0] The maximum resident set size (KB) = 730028 -Test 097 hafs_regional_atm PASS +Test 096 hafs_regional_atm PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/hafs_regional_atm_thompson_gfdlsf -working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_39634/hafs_regional_atm_thompson_gfdlsf -Checking test 098 hafs_regional_atm_thompson_gfdlsf results .... - Comparing atmf006.nc ............ALT CHECK......OK +baseline dir = /gpfs/dell2/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/hafs_regional_atm_thompson_gfdlsf +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_34981/hafs_regional_atm_thompson_gfdlsf +Checking test 097 hafs_regional_atm_thompson_gfdlsf results .... + Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK -[0] The total amount of wall time = 276.037526 -[0] The maximum resident set size (KB) = 1079944 +[0] The total amount of wall time = 275.272076 +[0] The maximum resident set size (KB) = 1088136 -Test 098 hafs_regional_atm_thompson_gfdlsf PASS +Test 097 hafs_regional_atm_thompson_gfdlsf PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/hafs_regional_atm_ocn -working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_39634/hafs_regional_atm_ocn -Checking test 099 hafs_regional_atm_ocn results .... - Comparing atmf006.nc .........OK +baseline dir = /gpfs/dell2/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/hafs_regional_atm_ocn +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_34981/hafs_regional_atm_ocn +Checking test 098 hafs_regional_atm_ocn results .... + Comparing atmf006.nc ............ALT CHECK......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 = 392.162199 -[0] The maximum resident set size (KB) = 740660 +[0] The total amount of wall time = 404.957199 +[0] The maximum resident set size (KB) = 738396 -Test 099 hafs_regional_atm_ocn PASS +Test 098 hafs_regional_atm_ocn PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/hafs_regional_atm_wav -working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_39634/hafs_regional_atm_wav -Checking test 100 hafs_regional_atm_wav results .... +baseline dir = /gpfs/dell2/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/hafs_regional_atm_wav +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_34981/hafs_regional_atm_wav +Checking test 099 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 = 821.724660 -[0] The maximum resident set size (KB) = 741764 +[0] The total amount of wall time = 823.362878 +[0] The maximum resident set size (KB) = 739224 -Test 100 hafs_regional_atm_wav PASS +Test 099 hafs_regional_atm_wav PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/hafs_regional_atm_ocn_wav -working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_39634/hafs_regional_atm_ocn_wav -Checking test 101 hafs_regional_atm_ocn_wav results .... - Comparing atmf006.nc .........OK +baseline dir = /gpfs/dell2/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/hafs_regional_atm_ocn_wav +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_34981/hafs_regional_atm_ocn_wav +Checking test 100 hafs_regional_atm_ocn_wav results .... + Comparing atmf006.nc ............ALT CHECK......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 = 898.934104 -[0] The maximum resident set size (KB) = 742944 +[0] The total amount of wall time = 908.756154 +[0] The maximum resident set size (KB) = 743248 -Test 101 hafs_regional_atm_ocn_wav PASS +Test 100 hafs_regional_atm_ocn_wav PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/hafs_regional_1nest_atm -working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_39634/hafs_regional_1nest_atm -Checking test 102 hafs_regional_1nest_atm results .... +baseline dir = /gpfs/dell2/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/hafs_regional_1nest_atm +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_34981/hafs_regional_1nest_atm +Checking test 101 hafs_regional_1nest_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc ............ALT CHECK......OK - Comparing sfc.nest02.f006.nc .........OK + Comparing sfc.nest02.f006.nc ............ALT CHECK......OK -[0] The total amount of wall time = 660.401593 -[0] The maximum resident set size (KB) = 315916 +[0] The total amount of wall time = 658.015291 +[0] The maximum resident set size (KB) = 313528 -Test 102 hafs_regional_1nest_atm PASS +Test 101 hafs_regional_1nest_atm PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/hafs_regional_telescopic_2nests_atm -working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_39634/hafs_regional_telescopic_2nests_atm -Checking test 103 hafs_regional_telescopic_2nests_atm results .... - Comparing atmf006.nc ............ALT CHECK......OK +baseline dir = /gpfs/dell2/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/hafs_regional_telescopic_2nests_atm +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_34981/hafs_regional_telescopic_2nests_atm +Checking test 102 hafs_regional_telescopic_2nests_atm results .... + Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK - Comparing atm.nest02.f006.nc ............ALT CHECK......OK + Comparing atm.nest02.f006.nc .........OK Comparing sfc.nest02.f006.nc .........OK Comparing atm.nest03.f006.nc .........OK - Comparing sfc.nest03.f006.nc ............ALT CHECK......OK + Comparing sfc.nest03.f006.nc .........OK -[0] The total amount of wall time = 795.279725 -[0] The maximum resident set size (KB) = 330232 +[0] The total amount of wall time = 801.987596 +[0] The maximum resident set size (KB) = 327764 -Test 103 hafs_regional_telescopic_2nests_atm PASS +Test 102 hafs_regional_telescopic_2nests_atm PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/hafs_global_1nest_atm -working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_39634/hafs_global_1nest_atm -Checking test 104 hafs_global_1nest_atm results .... +baseline dir = /gpfs/dell2/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/hafs_global_1nest_atm +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_34981/hafs_global_1nest_atm +Checking test 103 hafs_global_1nest_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK - Comparing atm.nest02.f006.nc .........OK + Comparing atm.nest02.f006.nc ............ALT CHECK......OK Comparing sfc.nest02.f006.nc ............ALT CHECK......OK -[0] The total amount of wall time = 662.470821 -[0] The maximum resident set size (KB) = 222804 +[0] The total amount of wall time = 661.429937 +[0] The maximum resident set size (KB) = 223880 -Test 104 hafs_global_1nest_atm PASS +Test 103 hafs_global_1nest_atm PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/hafs_global_multiple_4nests_atm -working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_39634/hafs_global_multiple_4nests_atm -Checking test 105 hafs_global_multiple_4nests_atm results .... - Comparing atmf006.nc .........OK +baseline dir = /gpfs/dell2/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/hafs_global_multiple_4nests_atm +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_34981/hafs_global_multiple_4nests_atm +Checking test 104 hafs_global_multiple_4nests_atm results .... + Comparing atmf006.nc ............ALT CHECK......OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK Comparing sfc.nest02.f006.nc .........OK @@ -2970,136 +5210,136 @@ Checking test 105 hafs_global_multiple_4nests_atm results .... Comparing atm.nest05.f006.nc .........OK Comparing sfc.nest05.f006.nc ............ALT CHECK......OK -[0] The total amount of wall time = 1325.849782 -[0] The maximum resident set size (KB) = 298420 +[0] The total amount of wall time = 1342.865902 +[0] The maximum resident set size (KB) = 299928 -Test 105 hafs_global_multiple_4nests_atm PASS +Test 104 hafs_global_multiple_4nests_atm PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/hafs_regional_docn -working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_39634/hafs_regional_docn -Checking test 106 hafs_regional_docn results .... - Comparing atmf006.nc ............ALT CHECK......OK +baseline dir = /gpfs/dell2/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/hafs_regional_docn +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_34981/hafs_regional_docn +Checking test 105 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 = 375.656862 -[0] The maximum resident set size (KB) = 738684 +[0] The total amount of wall time = 379.917762 +[0] The maximum resident set size (KB) = 740412 -Test 106 hafs_regional_docn PASS +Test 105 hafs_regional_docn PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/hafs_regional_docn_oisst -working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_39634/hafs_regional_docn_oisst -Checking test 107 hafs_regional_docn_oisst results .... +baseline dir = /gpfs/dell2/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/hafs_regional_docn_oisst +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_34981/hafs_regional_docn_oisst +Checking test 106 hafs_regional_docn_oisst results .... Comparing atmf006.nc ............ALT CHECK......OK Comparing sfcf006.nc .........OK Comparing ufs.hafs.cpl.hi.2019-08-29-21600.nc .........OK Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK Comparing ufs.hafs.docn.r.2019-08-29-21600.nc .........OK -[0] The total amount of wall time = 373.549983 -[0] The maximum resident set size (KB) = 745828 +[0] The total amount of wall time = 378.294462 +[0] The maximum resident set size (KB) = 742828 -Test 107 hafs_regional_docn_oisst PASS +Test 106 hafs_regional_docn_oisst PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/hafs_regional_datm_cdeps -working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_39634/hafs_regional_datm_cdeps -Checking test 108 hafs_regional_datm_cdeps results .... +baseline dir = /gpfs/dell2/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/hafs_regional_datm_cdeps +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_34981/hafs_regional_datm_cdeps +Checking test 107 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.006704 -[0] The maximum resident set size (KB) = 896144 +[0] The total amount of wall time = 1092.212520 +[0] The maximum resident set size (KB) = 895900 -Test 108 hafs_regional_datm_cdeps PASS +Test 107 hafs_regional_datm_cdeps PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/datm_cdeps_control_cfsr -working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_39634/datm_cdeps_control_cfsr -Checking test 109 datm_cdeps_control_cfsr results .... +baseline dir = /gpfs/dell2/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/datm_cdeps_control_cfsr +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_34981/datm_cdeps_control_cfsr +Checking test 108 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 = 179.556508 -[0] The maximum resident set size (KB) = 722344 +[0] The total amount of wall time = 174.241530 +[0] The maximum resident set size (KB) = 722792 -Test 109 datm_cdeps_control_cfsr PASS +Test 108 datm_cdeps_control_cfsr PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/datm_cdeps_control_cfsr -working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_39634/datm_cdeps_restart_cfsr -Checking test 110 datm_cdeps_restart_cfsr results .... +baseline dir = /gpfs/dell2/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/datm_cdeps_control_cfsr +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_34981/datm_cdeps_restart_cfsr +Checking test 109 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.696109 -[0] The maximum resident set size (KB) = 720976 +[0] The total amount of wall time = 117.319580 +[0] The maximum resident set size (KB) = 719784 -Test 110 datm_cdeps_restart_cfsr PASS +Test 109 datm_cdeps_restart_cfsr PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/datm_cdeps_control_gefs -working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_39634/datm_cdeps_control_gefs -Checking test 111 datm_cdeps_control_gefs results .... +baseline dir = /gpfs/dell2/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/datm_cdeps_control_gefs +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_34981/datm_cdeps_control_gefs +Checking test 110 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 = 171.760015 -[0] The maximum resident set size (KB) = 625964 +[0] The total amount of wall time = 169.948723 +[0] The maximum resident set size (KB) = 622880 -Test 111 datm_cdeps_control_gefs PASS +Test 110 datm_cdeps_control_gefs PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/datm_cdeps_stochy_gefs -working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_39634/datm_cdeps_stochy_gefs -Checking test 112 datm_cdeps_stochy_gefs results .... +baseline dir = /gpfs/dell2/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/datm_cdeps_stochy_gefs +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_34981/datm_cdeps_stochy_gefs +Checking test 111 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 = 174.146258 -[0] The maximum resident set size (KB) = 623156 +[0] The total amount of wall time = 173.378237 +[0] The maximum resident set size (KB) = 624992 -Test 112 datm_cdeps_stochy_gefs PASS +Test 111 datm_cdeps_stochy_gefs PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/datm_cdeps_bulk_cfsr -working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_39634/datm_cdeps_bulk_cfsr -Checking test 113 datm_cdeps_bulk_cfsr results .... +baseline dir = /gpfs/dell2/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/datm_cdeps_bulk_cfsr +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_34981/datm_cdeps_bulk_cfsr +Checking test 112 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 = 176.533270 -[0] The maximum resident set size (KB) = 719552 +[0] The total amount of wall time = 176.248023 +[0] The maximum resident set size (KB) = 740128 -Test 113 datm_cdeps_bulk_cfsr PASS +Test 112 datm_cdeps_bulk_cfsr PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/datm_cdeps_bulk_gefs -working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_39634/datm_cdeps_bulk_gefs -Checking test 114 datm_cdeps_bulk_gefs results .... +baseline dir = /gpfs/dell2/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/datm_cdeps_bulk_gefs +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_34981/datm_cdeps_bulk_gefs +Checking test 113 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 = 170.501938 -[0] The maximum resident set size (KB) = 625396 +[0] The total amount of wall time = 169.567891 +[0] The maximum resident set size (KB) = 625384 -Test 114 datm_cdeps_bulk_gefs PASS +Test 113 datm_cdeps_bulk_gefs PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/datm_cdeps_mx025_cfsr -working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_39634/datm_cdeps_mx025_cfsr -Checking test 115 datm_cdeps_mx025_cfsr results .... +baseline dir = /gpfs/dell2/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/datm_cdeps_mx025_cfsr +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_34981/datm_cdeps_mx025_cfsr +Checking test 114 datm_cdeps_mx025_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/MOM.res_1.nc .........OK Comparing RESTART/MOM.res_2.nc .........OK @@ -3107,15 +5347,15 @@ Checking test 115 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 = 345.058105 -[0] The maximum resident set size (KB) = 563320 +[0] The total amount of wall time = 357.729409 +[0] The maximum resident set size (KB) = 573364 -Test 115 datm_cdeps_mx025_cfsr PASS +Test 114 datm_cdeps_mx025_cfsr PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/datm_cdeps_mx025_gefs -working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_39634/datm_cdeps_mx025_gefs -Checking test 116 datm_cdeps_mx025_gefs results .... +baseline dir = /gpfs/dell2/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/datm_cdeps_mx025_gefs +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_34981/datm_cdeps_mx025_gefs +Checking test 115 datm_cdeps_mx025_gefs results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/MOM.res_1.nc .........OK Comparing RESTART/MOM.res_2.nc .........OK @@ -3123,52 +5363,52 @@ Checking test 116 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 = 342.950039 -[0] The maximum resident set size (KB) = 537732 +[0] The total amount of wall time = 350.325049 +[0] The maximum resident set size (KB) = 539900 -Test 116 datm_cdeps_mx025_gefs PASS +Test 115 datm_cdeps_mx025_gefs PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/datm_cdeps_control_cfsr -working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_39634/datm_cdeps_multiple_files_cfsr -Checking test 117 datm_cdeps_multiple_files_cfsr results .... +baseline dir = /gpfs/dell2/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/datm_cdeps_control_cfsr +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_34981/datm_cdeps_multiple_files_cfsr +Checking test 116 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 = 174.110604 -[0] The maximum resident set size (KB) = 722612 +[0] The total amount of wall time = 174.607641 +[0] The maximum resident set size (KB) = 721956 -Test 117 datm_cdeps_multiple_files_cfsr PASS +Test 116 datm_cdeps_multiple_files_cfsr PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/datm_cdeps_3072x1536_cfsr -working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_39634/datm_cdeps_3072x1536_cfsr -Checking test 118 datm_cdeps_3072x1536_cfsr results .... +baseline dir = /gpfs/dell2/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/datm_cdeps_3072x1536_cfsr +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_34981/datm_cdeps_3072x1536_cfsr +Checking test 117 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 = 252.945669 -[0] The maximum resident set size (KB) = 1833068 +[0] The total amount of wall time = 250.258368 +[0] The maximum resident set size (KB) = 1833196 -Test 118 datm_cdeps_3072x1536_cfsr PASS +Test 117 datm_cdeps_3072x1536_cfsr PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/datm_cdeps_debug_cfsr -working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_39634/datm_cdeps_debug_cfsr -Checking test 119 datm_cdeps_debug_cfsr results .... +baseline dir = /gpfs/dell2/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/datm_cdeps_debug_cfsr +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_34981/datm_cdeps_debug_cfsr +Checking test 118 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 = 504.006672 -[0] The maximum resident set size (KB) = 730124 +[0] The total amount of wall time = 500.854996 +[0] The maximum resident set size (KB) = 730768 -Test 119 datm_cdeps_debug_cfsr PASS +Test 118 datm_cdeps_debug_cfsr PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/control_atmwav -working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_39634/control_atmwav -Checking test 120 control_atmwav results .... +baseline dir = /gpfs/dell2/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/control_atmwav +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_34981/control_atmwav +Checking test 119 control_atmwav results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK Comparing atmf000.nc .........OK @@ -3211,15 +5451,15 @@ Checking test 120 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.212998 -[0] The maximum resident set size (KB) = 490380 +[0] The total amount of wall time = 92.328743 +[0] The maximum resident set size (KB) = 486672 -Test 120 control_atmwav PASS +Test 119 control_atmwav PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220224/control_c384gdas_wav -working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_39634/control_c384gdas_wav -Checking test 121 control_c384gdas_wav results .... +baseline dir = /gpfs/dell2/stmp/Jessica.Meixner/FV3_RT/REGRESSION_TEST/control_c384gdas_wav +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_34981/control_c384gdas_wav +Checking test 120 control_c384gdas_wav results .... Comparing sfcf000.nc .........OK Comparing sfcf003.nc .........OK Comparing atmf000.nc .........OK @@ -3264,12 +5504,18 @@ Checking test 121 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 = 612.153583 -[0] The maximum resident set size (KB) = 1047092 +[0] The total amount of wall time = 635.177512 +[0] The maximum resident set size (KB) = 1045036 -Test 121 control_c384gdas_wav PASS +Test 120 control_c384gdas_wav PASS +FAILED TESTS: +Test cpld_2threads_p8 002 failed in run_test failed +Test control_c384 026 failed in check_result failed +Test control_c384 026 failed in run_test failed +Test control_wam 064 failed in check_result failed +Test control_wam 064 failed in run_test failed -REGRESSION TEST WAS SUCCESSFUL -Thu Feb 24 23:53:06 UTC 2022 -Elapsed time: 01h:47m:31s. Have a nice day! +REGRESSION TEST FAILED +Wed Mar 2 23:22:46 UTC 2022 +Elapsed time: 03h:05m:08s. Have a nice day! From 670dd78b64584a3917d1eedd0ceaebc9fff2c96c Mon Sep 17 00:00:00 2001 From: Jessica Meixner Date: Thu, 3 Mar 2022 16:00:25 +0000 Subject: [PATCH 078/106] add aero to ice --- tests/tests/cpld_bmark_p8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/tests/cpld_bmark_p8 b/tests/tests/cpld_bmark_p8 index f3ef5e484c..c877d006aa 100644 --- a/tests/tests/cpld_bmark_p8 +++ b/tests/tests/cpld_bmark_p8 @@ -95,7 +95,7 @@ export OCNRES=025 export ICERES=0.25 export NX_GLB=1440 export NY_GLB=1080 -export NPROC_ICE=$NPROC_ICE_cpl_bmrk +export NPROC_ICE=$NPROC_ICE_cpl_bmrk_aero export np2=`expr $NPROC_ICE / 2` export BLCKX=`expr $NX_GLB / $np2` export BLCKY=`expr $NY_GLB / 2` From 73c13c22ff5bb3de30c7e81c92d6d69c41b1da5f Mon Sep 17 00:00:00 2001 From: Jessica Meixner Date: Fri, 4 Mar 2022 18:36:21 +0000 Subject: [PATCH 079/106] update with changes from Jun --- FV3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FV3 b/FV3 index fa098a3f18..c6dfdb4f57 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit fa098a3f186364a59dfedfea99e8c88cfab773e0 +Subproject commit c6dfdb4f57533f986903b22ad323c25eaf5a232b From 98aeecf285ea9f02a56ea64490dbbabc5e607ee4 Mon Sep 17 00:00:00 2001 From: Jessica Meixner Date: Fri, 4 Mar 2022 18:37:47 +0000 Subject: [PATCH 080/106] merge FV3 w/develop --- FV3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FV3 b/FV3 index c6dfdb4f57..7b89fb4e60 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit c6dfdb4f57533f986903b22ad323c25eaf5a232b +Subproject commit 7b89fb4e6006efbd00ecfeba5f75112cee34e856 From e5b7735579c3ade4a31123165b2e75242a91770e Mon Sep 17 00:00:00 2001 From: Jessica Meixner Date: Fri, 4 Mar 2022 18:47:54 +0000 Subject: [PATCH 081/106] update baseline date --- tests/rt.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/rt.sh b/tests/rt.sh index ed14913111..c5ab9a749b 100755 --- a/tests/rt.sh +++ b/tests/rt.sh @@ -485,7 +485,7 @@ if [[ $TESTS_FILE =~ '35d' ]] || [[ $TESTS_FILE =~ 'weekly' ]]; then TEST_35D=true fi -BL_DATE=20220228 +BL_DATE=20220304 if [[ $MACHINE_ID = hera.* ]] || [[ $MACHINE_ID = orion.* ]] || [[ $MACHINE_ID = cheyenne.* ]] || [[ $MACHINE_ID = gaea.* ]] || [[ $MACHINE_ID = jet.* ]] || [[ $MACHINE_ID = s4.* ]]; then RTPWD=${RTPWD:-$DISKNM/NEMSfv3gfs/develop-${BL_DATE}/${RT_COMPILER^^}} else From 5332545875137790245f458acf0ea6c54dafb6f5 Mon Sep 17 00:00:00 2001 From: Jessica Meixner Date: Fri, 4 Mar 2022 20:01:29 +0000 Subject: [PATCH 082/106] update na to n_atmospher --- FV3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FV3 b/FV3 index 7b89fb4e60..ba507244e7 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit 7b89fb4e6006efbd00ecfeba5f75112cee34e856 +Subproject commit ba507244e7fa5bf7a1b6d71f2bbdc663c1be8af3 From cec8e589ad87e704fef3d6e27af83f337bec5864 Mon Sep 17 00:00:00 2001 From: Brian Curtis Date: Fri, 4 Mar 2022 14:20:23 -0700 Subject: [PATCH 083/106] [AutoRT] cheyenne.gnu Job Completed. on-behalf-of @ufs-community --- tests/RegressionTests_cheyenne.gnu.log | 330 ++++++++++++------------- 1 file changed, 165 insertions(+), 165 deletions(-) diff --git a/tests/RegressionTests_cheyenne.gnu.log b/tests/RegressionTests_cheyenne.gnu.log index 277dc49359..1d55055cef 100644 --- a/tests/RegressionTests_cheyenne.gnu.log +++ b/tests/RegressionTests_cheyenne.gnu.log @@ -1,15 +1,15 @@ -Thu Mar 3 12:46:18 MST 2022 +Fri Mar 4 13:49:24 MST 2022 Start Regression test -Compile 001 elapsed time 404 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 382 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 777 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 487 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v16_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 006 elapsed time 266 seconds. -DAPP=S2S -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v16_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile 001 elapsed time 406 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_v17_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 002 elapsed time 384 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 781 seconds. -DAPP=ATM -D32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 004 elapsed time 193 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 487 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 006 elapsed time 268 seconds. -DAPP=S2S -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220228/GNU/control -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_34433/control +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220304/GNU/control +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_60450/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.168479 -0:The maximum resident set size (KB) = 432840 +0:The total amount of wall time = 274.610115 +0:The maximum resident set size (KB) = 432784 Test 001 control PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220228/GNU/control -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_34433/control_restart +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220304/GNU/control +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_60450/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 = 138.671450 -0:The maximum resident set size (KB) = 182540 +0:The total amount of wall time = 137.900311 +0:The maximum resident set size (KB) = 182376 Test 002 control_restart PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220228/GNU/control_c48 -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_34433/control_c48 +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220304/GNU/control_c48 +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_60450/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 = 817.021695 -0:The maximum resident set size (KB) = 669120 +0:The total amount of wall time = 818.655974 +0:The maximum resident set size (KB) = 669056 Test 003 control_c48 PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220228/GNU/control_stochy -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_34433/control_stochy +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220304/GNU/control_stochy +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_60450/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 = 175.334692 -0:The maximum resident set size (KB) = 427012 +0:The total amount of wall time = 174.666023 +0:The maximum resident set size (KB) = 426852 Test 004 control_stochy PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220228/GNU/control_flake -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_34433/control_flake +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220304/GNU/control_flake +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_60450/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 = 338.870325 -0:The maximum resident set size (KB) = 485520 +0:The total amount of wall time = 337.373487 +0:The maximum resident set size (KB) = 485592 Test 005 control_flake PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220228/GNU/control_rrtmgp -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_34433/control_rrtmgp +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220304/GNU/control_rrtmgp +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_60450/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 = 339.347706 -0:The maximum resident set size (KB) = 529484 +0:The total amount of wall time = 339.661884 +0:The maximum resident set size (KB) = 529496 Test 006 control_rrtmgp PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220228/GNU/control_thompson -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_34433/control_thompson +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220304/GNU/control_thompson +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_60450/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 = 363.627091 -0:The maximum resident set size (KB) = 794880 +0:The total amount of wall time = 363.574239 +0:The maximum resident set size (KB) = 794828 Test 007 control_thompson PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220228/GNU/control_thompson_no_aero -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_34433/control_thompson_no_aero +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220304/GNU/control_thompson_no_aero +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_60450/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 = 348.559924 -0:The maximum resident set size (KB) = 788748 +0:The total amount of wall time = 347.516539 +0:The maximum resident set size (KB) = 788744 Test 008 control_thompson_no_aero PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220228/GNU/control_ras -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_34433/control_ras +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220304/GNU/control_ras +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_60450/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 = 291.157831 -0:The maximum resident set size (KB) = 445616 +0:The total amount of wall time = 290.350422 +0:The maximum resident set size (KB) = 445508 Test 009 control_ras PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220228/GNU/control_p8 -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_34433/control_p8 +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220304/GNU/control_p8 +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_60450/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 = 288.976102 -0:The maximum resident set size (KB) = 490456 +0:The total amount of wall time = 306.863117 +0:The maximum resident set size (KB) = 817304 Test 010 control_p8 PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220228/GNU/rap_control -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_34433/rap_control +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220304/GNU/rap_control +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_60450/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 = 689.093527 -0:The maximum resident set size (KB) = 773284 +0:The total amount of wall time = 682.325528 +0:The maximum resident set size (KB) = 773228 Test 011 rap_control PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220228/GNU/rap_control -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_34433/rap_2threads +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220304/GNU/rap_control +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_60450/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 = 1207.833990 -0:The maximum resident set size (KB) = 839876 +0:The total amount of wall time = 1208.253084 +0:The maximum resident set size (KB) = 839896 Test 012 rap_2threads PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220228/GNU/rap_control -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_34433/rap_restart +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220304/GNU/rap_control +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_60450/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 = 343.380254 -0:The maximum resident set size (KB) = 520948 +0:The total amount of wall time = 345.589759 +0:The maximum resident set size (KB) = 520740 Test 013 rap_restart PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220228/GNU/rap_sfcdiff -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_34433/rap_sfcdiff +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220304/GNU/rap_sfcdiff +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_60450/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 = 690.263723 -0:The maximum resident set size (KB) = 773172 +0:The total amount of wall time = 687.862392 +0:The maximum resident set size (KB) = 773156 Test 014 rap_sfcdiff PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220228/GNU/rap_sfcdiff -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_34433/rap_sfcdiff_restart +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220304/GNU/rap_sfcdiff +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_60450/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 = 345.325999 -0:The maximum resident set size (KB) = 520728 +0:The total amount of wall time = 343.585475 +0:The maximum resident set size (KB) = 520628 Test 015 rap_sfcdiff_restart PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220228/GNU/hrrr_control -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_34433/hrrr_control +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220304/GNU/hrrr_control +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_60450/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 = 665.297711 -0:The maximum resident set size (KB) = 771160 +0:The total amount of wall time = 668.163573 +0:The maximum resident set size (KB) = 771128 Test 016 hrrr_control PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220228/GNU/rrfs_v1beta -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_34433/rrfs_v1beta +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220304/GNU/rrfs_v1beta +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_60450/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 = 680.733237 -0:The maximum resident set size (KB) = 770768 +0:The total amount of wall time = 681.612005 +0:The maximum resident set size (KB) = 770720 Test 017 rrfs_v1beta PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220228/GNU/rrfs_conus13km_hrrr_warm -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_34433/rrfs_conus13km_hrrr_warm +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220304/GNU/rrfs_conus13km_hrrr_warm +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_60450/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 = 318.492279 -0:The maximum resident set size (KB) = 591540 +0:The total amount of wall time = 315.447891 +0:The maximum resident set size (KB) = 591504 Test 018 rrfs_conus13km_hrrr_warm PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220228/GNU/rrfs_conus13km_radar_tten_warm -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_34433/rrfs_conus13km_radar_tten_warm +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220304/GNU/rrfs_conus13km_radar_tten_warm +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_60450/rrfs_conus13km_radar_tten_warm Checking test 019 rrfs_conus13km_radar_tten_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -704,251 +704,251 @@ Checking test 019 rrfs_conus13km_radar_tten_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK -0:The total amount of wall time = 319.013002 -0:The maximum resident set size (KB) = 594176 +0:The total amount of wall time = 319.407507 +0:The maximum resident set size (KB) = 594812 Test 019 rrfs_conus13km_radar_tten_warm PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220228/GNU/control_debug -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_34433/control_debug +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220304/GNU/control_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_60450/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 = 83.165759 -0:The maximum resident set size (KB) = 423728 +0:The total amount of wall time = 80.319175 +0:The maximum resident set size (KB) = 423684 Test 020 control_debug PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220228/GNU/control_diag_debug -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_34433/control_diag_debug +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220304/GNU/control_diag_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_60450/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 = 88.291664 -0:The maximum resident set size (KB) = 481088 +0:The total amount of wall time = 86.236997 +0:The maximum resident set size (KB) = 481080 Test 021 control_diag_debug PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220228/GNU/fv3_regional_debug -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_34433/regional_debug +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220304/GNU/fv3_regional_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_60450/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 = 131.990676 -0:The maximum resident set size (KB) = 534576 +0:The total amount of wall time = 131.108910 +0:The maximum resident set size (KB) = 535408 Test 022 regional_debug PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220228/GNU/rap_control_debug -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_34433/rap_control_debug +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220304/GNU/rap_control_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_60450/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 = 149.760405 -0:The maximum resident set size (KB) = 795644 +0:The total amount of wall time = 144.857898 +0:The maximum resident set size (KB) = 795640 Test 023 rap_control_debug PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220228/GNU/rap_diag_debug -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_34433/rap_diag_debug +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220304/GNU/rap_diag_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_60450/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 = 155.464057 -0:The maximum resident set size (KB) = 878336 +0:The total amount of wall time = 153.599007 +0:The maximum resident set size (KB) = 878320 Test 024 rap_diag_debug PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220228/GNU/rap_noah_sfcdiff_cires_ugwp_debug -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_34433/rap_noah_sfcdiff_cires_ugwp_debug +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220304/GNU/rap_noah_sfcdiff_cires_ugwp_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_60450/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 = 238.613921 -0:The maximum resident set size (KB) = 794184 +0:The total amount of wall time = 234.050103 +0:The maximum resident set size (KB) = 794196 Test 025 rap_noah_sfcdiff_cires_ugwp_debug PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220228/GNU/rap_progcld_thompson_debug -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_34433/rap_progcld_thompson_debug +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220304/GNU/rap_progcld_thompson_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_60450/rap_progcld_thompson_debug Checking test 026 rap_progcld_thompson_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 146.876141 -0:The maximum resident set size (KB) = 795652 +0:The total amount of wall time = 145.943125 +0:The maximum resident set size (KB) = 795668 Test 026 rap_progcld_thompson_debug PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220228/GNU/rrfs_v1beta_debug -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_34433/rrfs_v1beta_debug +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220304/GNU/rrfs_v1beta_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_60450/rrfs_v1beta_debug Checking test 027 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 = 144.628914 -0:The maximum resident set size (KB) = 790528 +0:The total amount of wall time = 143.403445 +0:The maximum resident set size (KB) = 790504 Test 027 rrfs_v1beta_debug PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220228/GNU/control_thompson_debug -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_34433/control_thompson_debug +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220304/GNU/control_thompson_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_60450/control_thompson_debug Checking test 028 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 = 97.053489 -0:The maximum resident set size (KB) = 781668 +0:The total amount of wall time = 94.524879 +0:The maximum resident set size (KB) = 781588 Test 028 control_thompson_debug PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220228/GNU/control_thompson_no_aero_debug -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_34433/control_thompson_no_aero_debug +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220304/GNU/control_thompson_no_aero_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_60450/control_thompson_no_aero_debug Checking test 029 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 = 92.450736 -0:The maximum resident set size (KB) = 776988 +0:The total amount of wall time = 92.893156 +0:The maximum resident set size (KB) = 777008 Test 029 control_thompson_no_aero_debug PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220228/GNU/control_thompson_debug_extdiag -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_34433/control_thompson_extdiag_debug +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220304/GNU/control_thompson_debug_extdiag +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_60450/control_thompson_extdiag_debug Checking test 030 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 = 102.062052 -0:The maximum resident set size (KB) = 823320 +0:The total amount of wall time = 102.183215 +0:The maximum resident set size (KB) = 823300 Test 030 control_thompson_extdiag_debug PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220228/GNU/control_thompson_progcld_thompson_debug -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_34433/control_thompson_progcld_thompson_debug +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220304/GNU/control_thompson_progcld_thompson_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_60450/control_thompson_progcld_thompson_debug Checking test 031 control_thompson_progcld_thompson_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 93.868862 -0:The maximum resident set size (KB) = 781624 +0:The total amount of wall time = 94.995780 +0:The maximum resident set size (KB) = 781604 Test 031 control_thompson_progcld_thompson_debug PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220228/GNU/control_rrtmgp_debug -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_34433/control_rrtmgp_debug +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220304/GNU/control_rrtmgp_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_60450/control_rrtmgp_debug Checking test 032 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 = 88.794424 -0:The maximum resident set size (KB) = 518964 +0:The total amount of wall time = 86.540507 +0:The maximum resident set size (KB) = 519048 Test 032 control_rrtmgp_debug PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220228/GNU/control_ras_debug -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_34433/control_ras_debug +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220304/GNU/control_ras_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_60450/control_ras_debug Checking test 033 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 = 86.518829 -0:The maximum resident set size (KB) = 433620 +0:The total amount of wall time = 83.121373 +0:The maximum resident set size (KB) = 433572 Test 033 control_ras_debug PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220228/GNU/control_stochy_debug -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_34433/control_stochy_debug +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220304/GNU/control_stochy_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_60450/control_stochy_debug Checking test 034 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 = 91.817075 -0:The maximum resident set size (KB) = 427744 +0:The total amount of wall time = 90.757762 +0:The maximum resident set size (KB) = 427732 Test 034 control_stochy_debug PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220228/GNU/control_debug_p8 -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_34433/control_debug_p8 +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220304/GNU/control_debug_p8 +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_60450/control_debug_p8 Checking test 035 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 = 88.987578 -0:The maximum resident set size (KB) = 484048 +0:The total amount of wall time = 91.374871 +0:The maximum resident set size (KB) = 807052 Test 035 control_debug_p8 PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220228/GNU/control_wam_debug -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_34433/control_wam_debug +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220304/GNU/control_wam_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_60450/control_wam_debug Checking test 036 control_wam_debug results .... Comparing sfcf019.nc .........OK Comparing atmf019.nc .........OK -0:The total amount of wall time = 143.478638 -0:The maximum resident set size (KB) = 170124 +0:The total amount of wall time = 145.919600 +0:The maximum resident set size (KB) = 170512 Test 036 control_wam_debug PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220228/GNU/cpld_control_c96_p8 -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_34433/cpld_control_c96_p8 -Checking test 037 cpld_control_c96_p8 results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220304/GNU/cpld_control_c96_noaero_p8 +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_60450/cpld_control_c96_noaero_p8 +Checking test 037 cpld_control_c96_noaero_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK Comparing sfcf021.tile3.nc .........OK @@ -1009,15 +1009,15 @@ Checking test 037 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 = 369.582266 -0:The maximum resident set size (KB) = 517596 +0:The total amount of wall time = 392.106035 +0:The maximum resident set size (KB) = 841184 -Test 037 cpld_control_c96_p8 PASS +Test 037 cpld_control_c96_noaero_p8 PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220228/GNU/cpld_debug_p8 -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_34433/cpld_debug_p8 -Checking test 038 cpld_debug_p8 results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220304/GNU/cpld_debug_noaero_p8 +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_60450/cpld_debug_noaero_p8 +Checking test 038 cpld_debug_noaero_p8 results .... Comparing sfcf006.tile1.nc .........OK Comparing sfcf006.tile2.nc .........OK Comparing sfcf006.tile3.nc .........OK @@ -1066,12 +1066,12 @@ Checking test 038 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 = 335.017258 -0:The maximum resident set size (KB) = 535864 +0:The total amount of wall time = 345.192254 +0:The maximum resident set size (KB) = 860224 -Test 038 cpld_debug_p8 PASS +Test 038 cpld_debug_noaero_p8 PASS REGRESSION TEST WAS SUCCESSFUL -Thu Mar 3 13:18:24 MST 2022 -Elapsed time: 00h:32m:07s. Have a nice day! +Fri Mar 4 14:20:21 MST 2022 +Elapsed time: 00h:30m:57s. Have a nice day! From 9c822bf2ee1117bd92b0d2baa1166557ac876ffc Mon Sep 17 00:00:00 2001 From: Brian Curtis Date: Fri, 4 Mar 2022 21:52:53 +0000 Subject: [PATCH 084/106] [AutoRT] hera.gnu Job Completed. on-behalf-of @ufs-community --- tests/RegressionTests_hera.gnu.log | 330 ++++++++++++++--------------- 1 file changed, 165 insertions(+), 165 deletions(-) diff --git a/tests/RegressionTests_hera.gnu.log b/tests/RegressionTests_hera.gnu.log index 06969b46eb..20ca8bd2e1 100644 --- a/tests/RegressionTests_hera.gnu.log +++ b/tests/RegressionTests_hera.gnu.log @@ -1,15 +1,15 @@ -Fri Mar 4 02:03:16 UTC 2022 +Fri Mar 4 21:06:40 UTC 2022 Start Regression test -Compile 001 elapsed time 192 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v16_flake,FV3_GFS_v16_RRTMGP,FV3_GFS_v16_thompson,FV3_GFS_v16_ras,FV3_GFS_v16_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 002 elapsed time 190 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 292 seconds. -DAPP=ATM -D32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +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_v17_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 002 elapsed time 189 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_RRFS_v1beta -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 003 elapsed time 291 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 218 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 005 elapsed time 223 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 006 elapsed time 114 seconds. -DAPP=S2S -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/GNU/control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_1701/control +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/GNU/control +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_12268/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 = 799.099834 - 0: The maximum resident set size (KB) = 437608 + 0: The total amount of wall time = 797.632137 + 0: The maximum resident set size (KB) = 440304 Test 001 control PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/GNU/control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_1701/control_restart +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/GNU/control +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_12268/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 = 384.881764 - 0: The maximum resident set size (KB) = 175464 + 0: The total amount of wall time = 388.667470 + 0: The maximum resident set size (KB) = 179640 Test 002 control_restart PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/GNU/control_c48 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_1701/control_c48 +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/GNU/control_c48 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_12268/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 = 672.009546 -0: The maximum resident set size (KB) = 689536 +0: The total amount of wall time = 670.744209 +0: The maximum resident set size (KB) = 691548 Test 003 control_c48 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/GNU/control_stochy -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_1701/control_stochy +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/GNU/control_stochy +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_12268/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 = 624.754491 - 0: The maximum resident set size (KB) = 445096 + 0: The total amount of wall time = 632.584053 + 0: The maximum resident set size (KB) = 445820 Test 004 control_stochy PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/GNU/control_flake -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_1701/control_flake +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/GNU/control_flake +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_12268/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 = 1377.013230 - 0: The maximum resident set size (KB) = 493816 + 0: The total amount of wall time = 1333.390740 + 0: The maximum resident set size (KB) = 490480 Test 005 control_flake PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/GNU/control_rrtmgp -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_1701/control_rrtmgp +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/GNU/control_rrtmgp +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_12268/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 = 829.553752 - 0: The maximum resident set size (KB) = 543164 + 0: The total amount of wall time = 842.079151 + 0: The maximum resident set size (KB) = 539464 Test 006 control_rrtmgp PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/GNU/control_thompson -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_1701/control_thompson +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/GNU/control_thompson +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_12268/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 = 1006.621061 - 0: The maximum resident set size (KB) = 800052 + 0: The total amount of wall time = 978.505446 + 0: The maximum resident set size (KB) = 800592 Test 007 control_thompson PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/GNU/control_thompson_no_aero -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_1701/control_thompson_no_aero +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/GNU/control_thompson_no_aero +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_12268/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 = 987.114040 - 0: The maximum resident set size (KB) = 798612 + 0: The total amount of wall time = 981.610785 + 0: The maximum resident set size (KB) = 795864 Test 008 control_thompson_no_aero PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/GNU/control_ras -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_1701/control_ras +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/GNU/control_ras +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_12268/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 = 818.693173 - 0: The maximum resident set size (KB) = 448960 + 0: The total amount of wall time = 804.888364 + 0: The maximum resident set size (KB) = 452632 Test 009 control_ras PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/GNU/control_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_1701/control_p8 +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/GNU/control_p8 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_12268/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 = 814.971476 - 0: The maximum resident set size (KB) = 480700 + 0: The total amount of wall time = 842.594960 + 0: The maximum resident set size (KB) = 830960 Test 010 control_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/GNU/rap_control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_1701/rap_control +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/GNU/rap_control +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_12268/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 = 1401.152991 - 0: The maximum resident set size (KB) = 791148 + 0: The total amount of wall time = 1374.223505 + 0: The maximum resident set size (KB) = 786888 Test 011 rap_control PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/GNU/rap_control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_1701/rap_2threads +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/GNU/rap_control +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_12268/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 = 1415.072335 - 0: The maximum resident set size (KB) = 848708 + 0: The total amount of wall time = 1413.631365 + 0: The maximum resident set size (KB) = 850180 Test 012 rap_2threads PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/GNU/rap_control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_1701/rap_restart +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/GNU/rap_control +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_12268/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 = 668.450830 - 0: The maximum resident set size (KB) = 534148 + 0: The total amount of wall time = 670.306333 + 0: The maximum resident set size (KB) = 531164 Test 013 rap_restart PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/GNU/rap_sfcdiff -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_1701/rap_sfcdiff +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/GNU/rap_sfcdiff +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_12268/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 = 1365.379499 - 0: The maximum resident set size (KB) = 788176 + 0: The total amount of wall time = 1356.414865 + 0: The maximum resident set size (KB) = 785848 Test 014 rap_sfcdiff PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/GNU/rap_sfcdiff -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_1701/rap_sfcdiff_restart +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/GNU/rap_sfcdiff +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_12268/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 = 679.431212 - 0: The maximum resident set size (KB) = 532804 + 0: The total amount of wall time = 678.473838 + 0: The maximum resident set size (KB) = 535728 Test 015 rap_sfcdiff_restart PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/GNU/hrrr_control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_1701/hrrr_control +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/GNU/hrrr_control +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_12268/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 = 1357.232873 - 0: The maximum resident set size (KB) = 784968 + 0: The total amount of wall time = 1337.430758 + 0: The maximum resident set size (KB) = 786436 Test 016 hrrr_control PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/GNU/rrfs_v1beta -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_1701/rrfs_v1beta +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/GNU/rrfs_v1beta +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_12268/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 = 1376.027060 - 0: The maximum resident set size (KB) = 787100 + 0: The total amount of wall time = 1376.430390 + 0: The maximum resident set size (KB) = 784340 Test 017 rrfs_v1beta PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/GNU/rrfs_conus13km_hrrr_warm -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_1701/rrfs_conus13km_hrrr_warm +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/GNU/rrfs_conus13km_hrrr_warm +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_12268/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 = 1485.861661 - 0: The maximum resident set size (KB) = 627268 + 0: The total amount of wall time = 1530.267856 + 0: The maximum resident set size (KB) = 627276 Test 018 rrfs_conus13km_hrrr_warm PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/GNU/rrfs_conus13km_radar_tten_warm -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_1701/rrfs_conus13km_radar_tten_warm +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/GNU/rrfs_conus13km_radar_tten_warm +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_12268/rrfs_conus13km_radar_tten_warm Checking test 019 rrfs_conus13km_radar_tten_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -704,251 +704,251 @@ Checking test 019 rrfs_conus13km_radar_tten_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 1587.610277 - 0: The maximum resident set size (KB) = 631808 + 0: The total amount of wall time = 1619.388643 + 0: The maximum resident set size (KB) = 633296 Test 019 rrfs_conus13km_radar_tten_warm PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/GNU/control_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_1701/control_debug +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/GNU/control_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_12268/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 = 97.325571 - 0: The maximum resident set size (KB) = 438744 + 0: The total amount of wall time = 100.603049 + 0: The maximum resident set size (KB) = 435212 Test 020 control_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/GNU/control_diag_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_1701/control_diag_debug +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/GNU/control_diag_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_12268/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 = 122.957939 - 0: The maximum resident set size (KB) = 495732 + 0: The total amount of wall time = 122.208561 + 0: The maximum resident set size (KB) = 497260 Test 021 control_diag_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/GNU/fv3_regional_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_1701/regional_debug +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/GNU/fv3_regional_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_12268/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.118856 - 0: The maximum resident set size (KB) = 546472 + 0: The total amount of wall time = 124.177586 + 0: The maximum resident set size (KB) = 544220 Test 022 regional_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/GNU/rap_control_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_1701/rap_control_debug +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/GNU/rap_control_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_12268/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 = 164.785586 - 0: The maximum resident set size (KB) = 803068 + 0: The total amount of wall time = 165.055194 + 0: The maximum resident set size (KB) = 803396 Test 023 rap_control_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/GNU/rap_diag_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_1701/rap_diag_debug +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/GNU/rap_diag_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_12268/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 = 202.271933 - 0: The maximum resident set size (KB) = 888124 + 0: The total amount of wall time = 203.630943 + 0: The maximum resident set size (KB) = 889612 Test 024 rap_diag_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/GNU/rap_noah_sfcdiff_cires_ugwp_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_1701/rap_noah_sfcdiff_cires_ugwp_debug +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/GNU/rap_noah_sfcdiff_cires_ugwp_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_12268/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 = 263.341656 - 0: The maximum resident set size (KB) = 804044 + 0: The total amount of wall time = 264.866786 + 0: The maximum resident set size (KB) = 803500 Test 025 rap_noah_sfcdiff_cires_ugwp_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/GNU/rap_progcld_thompson_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_1701/rap_progcld_thompson_debug +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/GNU/rap_progcld_thompson_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_12268/rap_progcld_thompson_debug Checking test 026 rap_progcld_thompson_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 164.122645 - 0: The maximum resident set size (KB) = 807888 + 0: The total amount of wall time = 164.114523 + 0: The maximum resident set size (KB) = 802904 Test 026 rap_progcld_thompson_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/GNU/rrfs_v1beta_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_1701/rrfs_v1beta_debug +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/GNU/rrfs_v1beta_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_12268/rrfs_v1beta_debug Checking test 027 rrfs_v1beta_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 165.734738 - 0: The maximum resident set size (KB) = 805032 + 0: The total amount of wall time = 166.275762 + 0: The maximum resident set size (KB) = 803100 Test 027 rrfs_v1beta_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/GNU/control_thompson_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_1701/control_thompson_debug +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/GNU/control_thompson_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_12268/control_thompson_debug Checking test 028 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.519253 - 0: The maximum resident set size (KB) = 800172 + 0: The total amount of wall time = 113.138011 + 0: The maximum resident set size (KB) = 793620 Test 028 control_thompson_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/GNU/control_thompson_no_aero_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_1701/control_thompson_no_aero_debug +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/GNU/control_thompson_no_aero_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_12268/control_thompson_no_aero_debug Checking test 029 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 = 112.381287 - 0: The maximum resident set size (KB) = 793440 + 0: The total amount of wall time = 106.263889 + 0: The maximum resident set size (KB) = 793180 Test 029 control_thompson_no_aero_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/GNU/control_thompson_debug_extdiag -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_1701/control_thompson_extdiag_debug +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/GNU/control_thompson_debug_extdiag +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_12268/control_thompson_extdiag_debug Checking test 030 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 = 130.142252 - 0: The maximum resident set size (KB) = 827320 + 0: The total amount of wall time = 128.592000 + 0: The maximum resident set size (KB) = 820304 Test 030 control_thompson_extdiag_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/GNU/control_thompson_progcld_thompson_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_1701/control_thompson_progcld_thompson_debug +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/GNU/control_thompson_progcld_thompson_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_12268/control_thompson_progcld_thompson_debug Checking test 031 control_thompson_progcld_thompson_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 112.277672 - 0: The maximum resident set size (KB) = 797384 + 0: The total amount of wall time = 113.433648 + 0: The maximum resident set size (KB) = 797132 Test 031 control_thompson_progcld_thompson_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/GNU/control_rrtmgp_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_1701/control_rrtmgp_debug +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/GNU/control_rrtmgp_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_12268/control_rrtmgp_debug Checking test 032 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 = 103.241555 - 0: The maximum resident set size (KB) = 537048 + 0: The total amount of wall time = 104.390862 + 0: The maximum resident set size (KB) = 535252 Test 032 control_rrtmgp_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/GNU/control_ras_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_1701/control_ras_debug +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/GNU/control_ras_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_12268/control_ras_debug Checking test 033 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 = 100.873428 - 0: The maximum resident set size (KB) = 451424 + 0: The total amount of wall time = 104.684965 + 0: The maximum resident set size (KB) = 445620 Test 033 control_ras_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/GNU/control_stochy_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_1701/control_stochy_debug +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/GNU/control_stochy_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_12268/control_stochy_debug Checking test 034 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 = 114.401835 - 0: The maximum resident set size (KB) = 447584 + 0: The total amount of wall time = 115.566436 + 0: The maximum resident set size (KB) = 440508 Test 034 control_stochy_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/GNU/control_debug_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_1701/control_debug_p8 +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/GNU/control_debug_p8 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_12268/control_debug_p8 Checking test 035 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 = 103.343804 - 0: The maximum resident set size (KB) = 478264 + 0: The total amount of wall time = 110.027203 + 0: The maximum resident set size (KB) = 829764 Test 035 control_debug_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/GNU/control_wam_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_1701/control_wam_debug +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/GNU/control_wam_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_12268/control_wam_debug Checking test 036 control_wam_debug results .... Comparing sfcf019.nc .........OK Comparing atmf019.nc .........OK - 0: The total amount of wall time = 180.239670 - 0: The maximum resident set size (KB) = 189976 + 0: The total amount of wall time = 181.737690 + 0: The maximum resident set size (KB) = 189388 -Test 036 control_wam_debug PASS Tries: 2 +Test 036 control_wam_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/GNU/cpld_control_c96_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_1701/cpld_control_c96_p8 -Checking test 037 cpld_control_c96_p8 results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/GNU/cpld_control_c96_noaero_p8 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_12268/cpld_control_c96_noaero_p8 +Checking test 037 cpld_control_c96_noaero_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK Comparing sfcf021.tile3.nc .........OK @@ -1009,15 +1009,15 @@ Checking test 037 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 = 1081.587478 - 0: The maximum resident set size (KB) = 501292 + 0: The total amount of wall time = 1130.112998 + 0: The maximum resident set size (KB) = 856808 -Test 037 cpld_control_c96_p8 PASS +Test 037 cpld_control_c96_noaero_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/GNU/cpld_debug_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_1701/cpld_debug_p8 -Checking test 038 cpld_debug_p8 results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/GNU/cpld_debug_noaero_p8 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_12268/cpld_debug_noaero_p8 +Checking test 038 cpld_debug_noaero_p8 results .... Comparing sfcf006.tile1.nc .........OK Comparing sfcf006.tile2.nc .........OK Comparing sfcf006.tile3.nc .........OK @@ -1066,12 +1066,12 @@ Checking test 038 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 = 564.726741 - 0: The maximum resident set size (KB) = 513372 + 0: The total amount of wall time = 575.318504 + 0: The maximum resident set size (KB) = 862484 -Test 038 cpld_debug_p8 PASS +Test 038 cpld_debug_noaero_p8 PASS REGRESSION TEST WAS SUCCESSFUL -Fri Mar 4 02:49:37 UTC 2022 -Elapsed time: 00h:46m:21s. Have a nice day! +Fri Mar 4 21:52:50 UTC 2022 +Elapsed time: 00h:46m:11s. Have a nice day! From b6c5466928d87e99f050bc95914e6addd8a047b2 Mon Sep 17 00:00:00 2001 From: Brian Curtis Date: Fri, 4 Mar 2022 22:37:32 +0000 Subject: [PATCH 085/106] [AutoRT] hera.intel Job Completed. on-behalf-of @ufs-community --- tests/RegressionTests_hera.intel.log | 1554 +++++++++++++------------- 1 file changed, 757 insertions(+), 797 deletions(-) diff --git a/tests/RegressionTests_hera.intel.log b/tests/RegressionTests_hera.intel.log index 0e47568bd6..8369fe9f1b 100644 --- a/tests/RegressionTests_hera.intel.log +++ b/tests/RegressionTests_hera.intel.log @@ -1,24 +1,24 @@ -Fri Mar 4 01:47:47 UTC 2022 +Fri Mar 4 21:39:20 UTC 2022 Start Regression test -Compile 001 elapsed time 393 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 178 seconds. -DAPP=S2S -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v16_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile 003 elapsed time 304 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 420 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_RRFS_v1beta,FV3_RRFS_v1nssl -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 005 elapsed time 318 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 271 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 214 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 174 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 156 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 330 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 001 elapsed time 429 seconds. -DAPP=S2SW -DUFS_GOCART=ON -DCCPP_SUITES=FV3_GFS_v16_coupled_nsstNoahmpUGWPv1,FV3_GFS_v16_coupled_p7_rrtmgp,FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 002 elapsed time 190 seconds. -DAPP=S2S -DDEBUG=ON -DUFS_GOCART=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile 003 elapsed time 308 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_v17_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 004 elapsed time 333 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_RRFS_v1beta,FV3_RRFS_v1nssl -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 005 elapsed time 312 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 282 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 175 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_v17_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 008 elapsed time 260 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 147 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 335 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 336 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 210 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 013 elapsed time 93 seconds. -DAPP=NG-GODAS -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile 014 elapsed time 298 seconds. -DAPP=ATMW -DCCPP_SUITES=FV3_GFS_v16 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 015 elapsed time 337 seconds. -DAPP=ATMAERO -DCCPP_SUITES=FV3_GFS_v16 -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 012 elapsed time 184 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 013 elapsed time 98 seconds. -DAPP=NG-GODAS -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile 014 elapsed time 300 seconds. -DAPP=ATMW -DCCPP_SUITES=FV3_GFS_v16 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 015 elapsed time 319 seconds. -DAPP=ATMAERO -DCCPP_SUITES=FV3_GFS_v16 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/cpld_control_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_16541/cpld_control_p8 +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/cpld_control_p8 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_18347/cpld_control_p8 Checking test 001 cpld_control_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -79,18 +79,19 @@ Checking test 001 cpld_control_p8 results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2021-03-23-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK + Comparing gocart.inst_aod.20210323_0600z.nc4 .........OK Comparing 20210323.060000.out_grd.glo_1deg .........OK Comparing 20210323.060000.out_pnt.points .........OK Comparing 20210323.060000.restart.glo_1deg .........OK - 0: The total amount of wall time = 215.815926 - 0: The maximum resident set size (KB) = 562548 + 0: The total amount of wall time = 333.359805 + 0: The maximum resident set size (KB) = 1113004 Test 001 cpld_control_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/cpld_control_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_16541/cpld_2threads_p8 +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/cpld_control_p8 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_18347/cpld_2threads_p8 Checking test 002 cpld_2threads_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -139,18 +140,19 @@ Checking test 002 cpld_2threads_p8 results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2021-03-23-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK + Comparing gocart.inst_aod.20210323_0600z.nc4 .........OK Comparing 20210323.060000.out_grd.glo_1deg .........OK Comparing 20210323.060000.out_pnt.points .........OK Comparing 20210323.060000.restart.glo_1deg .........OK - 0: The total amount of wall time = 251.444976 - 0: The maximum resident set size (KB) = 642108 + 0: The total amount of wall time = 427.891214 + 0: The maximum resident set size (KB) = 1687604 Test 002 cpld_2threads_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/cpld_control_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_16541/cpld_decomp_p8 +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/cpld_control_p8 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_18347/cpld_decomp_p8 Checking test 003 cpld_decomp_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -199,18 +201,19 @@ Checking test 003 cpld_decomp_p8 results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2021-03-23-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK + Comparing gocart.inst_aod.20210323_0600z.nc4 .........OK Comparing 20210323.060000.out_grd.glo_1deg .........OK Comparing 20210323.060000.out_pnt.points .........OK Comparing 20210323.060000.restart.glo_1deg .........OK - 0: The total amount of wall time = 218.802132 - 0: The maximum resident set size (KB) = 558480 + 0: The total amount of wall time = 335.826384 + 0: The maximum resident set size (KB) = 1103552 Test 003 cpld_decomp_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/cpld_control_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_16541/cpld_mpi_p8 +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/cpld_control_p8 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_18347/cpld_mpi_p8 Checking test 004 cpld_mpi_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -259,18 +262,19 @@ Checking test 004 cpld_mpi_p8 results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2021-03-23-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK + Comparing gocart.inst_aod.20210323_0600z.nc4 .........OK Comparing 20210323.060000.out_grd.glo_1deg .........OK Comparing 20210323.060000.out_pnt.points .........OK Comparing 20210323.060000.restart.glo_1deg .........OK - 0: The total amount of wall time = 187.050434 - 0: The maximum resident set size (KB) = 535980 + 0: The total amount of wall time = 280.133100 + 0: The maximum resident set size (KB) = 1022836 Test 004 cpld_mpi_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/cpld_control_p7_rrtmgp -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_16541/cpld_control_p7_rrtmgp +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/cpld_control_p7_rrtmgp +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_18347/cpld_control_p7_rrtmgp Checking test 005 cpld_control_p7_rrtmgp results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -323,14 +327,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 = 259.763953 - 0: The maximum resident set size (KB) = 661780 + 0: The total amount of wall time = 257.202803 + 0: The maximum resident set size (KB) = 663988 Test 005 cpld_control_p7_rrtmgp PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/cpld_bmark_p7 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_16541/cpld_bmark_p7 +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/cpld_bmark_p7 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_18347/cpld_bmark_p7 Checking test 006 cpld_bmark_p7 results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK @@ -375,17 +379,18 @@ 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 = 855.090366 - 0: The maximum resident set size (KB) = 1231140 + 0: The total amount of wall time = 854.223664 + 0: The maximum resident set size (KB) = 1224328 Test 006 cpld_bmark_p7 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/cpld_bmark_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_16541/cpld_bmark_p8 +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/cpld_bmark_p8 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_18347/cpld_bmark_p8 Checking test 007 cpld_bmark_p8 results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK + Comparing gocart.inst_aod.20130401_0600z.nc4 .........OK Comparing 20130401.060000.out_grd.gwes_30m .........OK Comparing 20130401.060000.out_pnt.points .........OK Comparing RESTART/coupler.res .........OK @@ -427,67 +432,15 @@ 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 = 855.787413 - 0: The maximum resident set size (KB) = 1231876 + 0: The total amount of wall time = 1027.022203 + 0: The maximum resident set size (KB) = 2811924 Test 007 cpld_bmark_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/cpld_bmark_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_16541/cpld_bmark_mpi_p8 -Checking test 008 cpld_bmark_mpi_p8 results .... - Comparing sfcf006.nc .........OK - Comparing atmf006.nc .........OK - Comparing 20130401.060000.out_grd.gwes_30m .........OK - Comparing 20130401.060000.out_pnt.points .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - Comparing RESTART/MOM.res.nc .........OK - Comparing RESTART/MOM.res_1.nc .........OK - Comparing RESTART/MOM.res_2.nc .........OK - Comparing RESTART/MOM.res_3.nc .........OK - Comparing RESTART/iced.2013-04-01-21600.nc .........OK - Comparing RESTART/ufs.cpld.cpl.r.2013-04-01-21600.nc .........OK - - 0: The total amount of wall time = 837.702444 - 0: The maximum resident set size (KB) = 1229412 - -Test 008 cpld_bmark_mpi_p8 PASS - - -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/cpld_control_c96_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_16541/cpld_control_c96_p8 -Checking test 009 cpld_control_c96_p8 results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/cpld_control_c96_p8 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_18347/cpld_control_c96_p8 +Checking test 008 cpld_control_c96_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK Comparing sfcf021.tile3.nc .........OK @@ -512,6 +465,7 @@ Checking test 009 cpld_control_c96_p8 results .... Comparing atmf024.tile4.nc .........OK Comparing atmf024.tile5.nc .........OK Comparing atmf024.tile6.nc .........OK + Comparing gocart.inst_aod.20210323_0600z.nc4 .........OK Comparing RESTART/coupler.res .........OK Comparing RESTART/fv_core.res.nc .........OK Comparing RESTART/fv_core.res.tile1.nc .........OK @@ -548,15 +502,15 @@ 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 = 204.985174 - 0: The maximum resident set size (KB) = 553444 + 0: The total amount of wall time = 324.772018 + 0: The maximum resident set size (KB) = 1124088 -Test 009 cpld_control_c96_p8 PASS +Test 008 cpld_control_c96_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/cpld_control_c96_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_16541/cpld_restart_c96_p8 -Checking test 010 cpld_restart_c96_p8 results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/cpld_control_c96_p8 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_18347/cpld_restart_c96_p8 +Checking test 009 cpld_restart_c96_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK Comparing sfcf024.tile3.nc .........OK @@ -569,6 +523,7 @@ Checking test 010 cpld_restart_c96_p8 results .... Comparing atmf024.tile4.nc .........OK Comparing atmf024.tile5.nc .........OK Comparing atmf024.tile6.nc .........OK + Comparing gocart.inst_aod.20210323_0600z.nc4 .........OK Comparing RESTART/coupler.res .........OK Comparing RESTART/fv_core.res.nc .........OK Comparing RESTART/fv_core.res.tile1.nc .........OK @@ -605,15 +560,15 @@ 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 = 113.945471 - 0: The maximum resident set size (KB) = 323424 + 0: The total amount of wall time = 182.317836 + 0: The maximum resident set size (KB) = 1085840 -Test 010 cpld_restart_c96_p8 PASS +Test 009 cpld_restart_c96_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/cpld_control_c192_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_16541/cpld_control_c192_p8 -Checking test 011 cpld_control_c192_p8 results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/cpld_control_c192_p8 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_18347/cpld_control_c192_p8 +Checking test 010 cpld_control_c192_p8 results .... Comparing sfcf036.tile1.nc .........OK Comparing sfcf036.tile2.nc .........OK Comparing sfcf036.tile3.nc .........OK @@ -626,6 +581,7 @@ Checking test 011 cpld_control_c192_p8 results .... Comparing atmf036.tile4.nc .........OK Comparing atmf036.tile5.nc .........OK Comparing atmf036.tile6.nc .........OK + Comparing gocart.inst_aod.20210323_1800z.nc4 .........OK Comparing RESTART/coupler.res .........OK Comparing RESTART/fv_core.res.nc .........OK Comparing RESTART/fv_core.res.tile1.nc .........OK @@ -662,15 +618,15 @@ 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 = 860.147161 - 0: The maximum resident set size (KB) = 724660 + 0: The total amount of wall time = 1461.406834 + 0: The maximum resident set size (KB) = 1560884 -Test 011 cpld_control_c192_p8 PASS +Test 010 cpld_control_c192_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/cpld_control_c192_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_16541/cpld_restart_c192_p8 -Checking test 012 cpld_restart_c192_p8 results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/cpld_control_c192_p8 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_18347/cpld_restart_c192_p8 +Checking test 011 cpld_restart_c192_p8 results .... Comparing sfcf036.tile1.nc .........OK Comparing sfcf036.tile2.nc .........OK Comparing sfcf036.tile3.nc .........OK @@ -683,6 +639,7 @@ Checking test 012 cpld_restart_c192_p8 results .... Comparing atmf036.tile4.nc .........OK Comparing atmf036.tile5.nc .........OK Comparing atmf036.tile6.nc .........OK + Comparing gocart.inst_aod.20210323_1800z.nc4 .........OK Comparing RESTART/coupler.res .........OK Comparing RESTART/fv_core.res.nc .........OK Comparing RESTART/fv_core.res.tile1.nc .........OK @@ -719,17 +676,18 @@ 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 = 535.413266 - 0: The maximum resident set size (KB) = 831260 + 0: The total amount of wall time = 956.013301 + 0: The maximum resident set size (KB) = 1785912 -Test 012 cpld_restart_c192_p8 PASS +Test 011 cpld_restart_c192_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/cpld_control_c384_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_16541/cpld_control_c384_p8 -Checking test 013 cpld_control_c384_p8 results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/cpld_control_c384_p8 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_18347/cpld_control_c384_p8 +Checking test 012 cpld_control_c384_p8 results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK + Comparing gocart.inst_aod.20210322_1200z.nc4 .........OK Comparing RESTART/coupler.res .........OK Comparing RESTART/fv_core.res.nc .........OK Comparing RESTART/fv_core.res.tile1.nc .........OK @@ -769,17 +727,18 @@ 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 = 987.969583 - 0: The maximum resident set size (KB) = 1240180 + 0: The total amount of wall time = 1166.377969 + 0: The maximum resident set size (KB) = 2795436 -Test 013 cpld_control_c384_p8 PASS +Test 012 cpld_control_c384_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/cpld_control_c384_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_16541/cpld_restart_c384_p8 -Checking test 014 cpld_restart_c384_p8 results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/cpld_control_c384_p8 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_18347/cpld_restart_c384_p8 +Checking test 013 cpld_restart_c384_p8 results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK + Comparing gocart.inst_aod.20210322_1200z.nc4 .........OK Comparing RESTART/coupler.res .........OK Comparing RESTART/fv_core.res.nc .........OK Comparing RESTART/fv_core.res.tile1.nc .........OK @@ -819,15 +778,15 @@ 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 = 554.604552 - 0: The maximum resident set size (KB) = 1202988 + 0: The total amount of wall time = 656.473758 + 0: The maximum resident set size (KB) = 2772408 -Test 014 cpld_restart_c384_p8 PASS +Test 013 cpld_restart_c384_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/cpld_debug_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_16541/cpld_debug_p8 -Checking test 015 cpld_debug_p8 results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/cpld_debug_p8 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_18347/cpld_debug_p8 +Checking test 014 cpld_debug_p8 results .... Comparing sfcf006.tile1.nc .........OK Comparing sfcf006.tile2.nc .........OK Comparing sfcf006.tile3.nc .........OK @@ -840,6 +799,7 @@ Checking test 015 cpld_debug_p8 results .... Comparing atmf006.tile4.nc .........OK Comparing atmf006.tile5.nc .........OK Comparing atmf006.tile6.nc .........OK + Comparing gocart.inst_aod.20210322_1200z.nc4 .........OK Comparing RESTART/coupler.res .........OK Comparing RESTART/fv_core.res.nc .........OK Comparing RESTART/fv_core.res.tile1.nc .........OK @@ -876,15 +836,15 @@ 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.789734 - 0: The maximum resident set size (KB) = 610940 + 0: The total amount of wall time = 1016.200327 + 0: The maximum resident set size (KB) = 1186388 -Test 015 cpld_debug_p8 PASS +Test 014 cpld_debug_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_16541/control -Checking test 016 control results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_18347/control +Checking test 015 control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -930,15 +890,15 @@ 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 = 127.738575 - 0: The maximum resident set size (KB) = 463248 + 0: The total amount of wall time = 127.271558 + 0: The maximum resident set size (KB) = 467708 -Test 016 control PASS +Test 015 control PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_16541/control_decomp -Checking test 017 control_decomp results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_18347/control_decomp +Checking test 016 control_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -980,29 +940,29 @@ 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 = 136.471569 - 0: The maximum resident set size (KB) = 469068 + 0: The total amount of wall time = 137.104151 + 0: The maximum resident set size (KB) = 466632 -Test 017 control_decomp PASS +Test 016 control_decomp PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_16541/control_2dwrtdecomp -Checking test 018 control_2dwrtdecomp results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_18347/control_2dwrtdecomp +Checking test 017 control_2dwrtdecomp results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK Comparing atmf024.nc .........OK - 0: The total amount of wall time = 119.117872 - 0: The maximum resident set size (KB) = 466728 + 0: The total amount of wall time = 122.544059 + 0: The maximum resident set size (KB) = 469616 -Test 018 control_2dwrtdecomp PASS +Test 017 control_2dwrtdecomp PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_16541/control_2threads -Checking test 019 control_2threads results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_18347/control_2threads +Checking test 018 control_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -1044,15 +1004,15 @@ Checking test 019 control_2threads results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 155.741460 - 0: The maximum resident set size (KB) = 514124 + 0: The total amount of wall time = 157.289986 + 0: The maximum resident set size (KB) = 519268 -Test 019 control_2threads PASS +Test 018 control_2threads PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_16541/control_restart -Checking test 020 control_restart results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_18347/control_restart +Checking test 019 control_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK Comparing GFSFLX.GrbF24 .........OK @@ -1090,15 +1050,15 @@ Checking test 020 control_restart results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 66.209933 - 0: The maximum resident set size (KB) = 210296 + 0: The total amount of wall time = 67.443683 + 0: The maximum resident set size (KB) = 204832 -Test 020 control_restart PASS +Test 019 control_restart PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_16541/control_fhzero -Checking test 021 control_fhzero results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_18347/control_fhzero +Checking test 020 control_fhzero results .... Comparing sfcf000.nc ............ALT CHECK......OK Comparing sfcf021.nc ............ALT CHECK......OK Comparing atmf000.nc .........OK @@ -1140,15 +1100,15 @@ Checking test 021 control_fhzero results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 122.218697 - 0: The maximum resident set size (KB) = 464968 + 0: The total amount of wall time = 121.362007 + 0: The maximum resident set size (KB) = 467264 -Test 021 control_fhzero PASS +Test 020 control_fhzero PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/control_CubedSphereGrid -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_16541/control_CubedSphereGrid -Checking test 022 control_CubedSphereGrid results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_CubedSphereGrid +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_18347/control_CubedSphereGrid +Checking test 021 control_CubedSphereGrid results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK Comparing sfcf000.tile3.nc .........OK @@ -1174,15 +1134,15 @@ Checking test 022 control_CubedSphereGrid results .... Comparing atmf024.tile5.nc .........OK Comparing atmf024.tile6.nc .........OK - 0: The total amount of wall time = 127.099135 - 0: The maximum resident set size (KB) = 465456 + 0: The total amount of wall time = 124.806162 + 0: The maximum resident set size (KB) = 466512 -Test 022 control_CubedSphereGrid PASS +Test 021 control_CubedSphereGrid PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/control_latlon -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_16541/control_latlon -Checking test 023 control_latlon results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_latlon +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_18347/control_latlon +Checking test 022 control_latlon results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -1192,15 +1152,15 @@ Checking test 023 control_latlon results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 127.060563 - 0: The maximum resident set size (KB) = 468160 + 0: The total amount of wall time = 126.711360 + 0: The maximum resident set size (KB) = 464932 -Test 023 control_latlon PASS +Test 022 control_latlon PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/control_wrtGauss_netcdf_parallel -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_16541/control_wrtGauss_netcdf_parallel -Checking test 024 control_wrtGauss_netcdf_parallel results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_wrtGauss_netcdf_parallel +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_18347/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 .........OK @@ -1210,15 +1170,15 @@ Checking test 024 control_wrtGauss_netcdf_parallel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 137.283344 - 0: The maximum resident set size (KB) = 463552 + 0: The total amount of wall time = 131.974387 + 0: The maximum resident set size (KB) = 466828 -Test 024 control_wrtGauss_netcdf_parallel PASS +Test 023 control_wrtGauss_netcdf_parallel PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/control_c48 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_16541/control_c48 -Checking test 025 control_c48 results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_c48 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_18347/control_c48 +Checking test 024 control_c48 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -1256,15 +1216,15 @@ Checking test 025 control_c48 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0: The total amount of wall time = 324.793232 -0: The maximum resident set size (KB) = 662996 +0: The total amount of wall time = 328.599558 +0: The maximum resident set size (KB) = 665912 -Test 025 control_c48 PASS +Test 024 control_c48 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/control_c192 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_16541/control_c192 -Checking test 026 control_c192 results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_c192 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_18347/control_c192 +Checking test 025 control_c192 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -1274,15 +1234,15 @@ Checking test 026 control_c192 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 475.814474 - 0: The maximum resident set size (KB) = 565988 + 0: The total amount of wall time = 482.884902 + 0: The maximum resident set size (KB) = 568096 -Test 026 control_c192 PASS +Test 025 control_c192 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/control_c384 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_16541/control_c384 -Checking test 027 control_c384 results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_c384 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_18347/control_c384 +Checking test 026 control_c384 results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK Comparing atmf000.nc .........OK @@ -1292,15 +1252,15 @@ Checking test 027 control_c384 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 788.156197 - 0: The maximum resident set size (KB) = 828140 + 0: The total amount of wall time = 791.986830 + 0: The maximum resident set size (KB) = 828976 -Test 027 control_c384 PASS +Test 026 control_c384 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/control_c384gdas -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_16541/control_c384gdas -Checking test 028 control_c384gdas results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_c384gdas +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_18347/control_c384gdas +Checking test 027 control_c384gdas results .... Comparing sfcf000.nc .........OK Comparing sfcf006.nc .........OK Comparing atmf000.nc .........OK @@ -1342,15 +1302,15 @@ Checking test 028 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.684218 - 0: The maximum resident set size (KB) = 970140 + 0: The total amount of wall time = 701.215635 + 0: The maximum resident set size (KB) = 970148 -Test 028 control_c384gdas PASS +Test 027 control_c384gdas PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/control_stochy -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_16541/control_stochy -Checking test 029 control_stochy results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_stochy +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_18347/control_stochy +Checking test 028 control_stochy results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK Comparing atmf000.nc .........OK @@ -1360,29 +1320,29 @@ Checking test 029 control_stochy results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 83.687850 - 0: The maximum resident set size (KB) = 467168 + 0: The total amount of wall time = 85.344257 + 0: The maximum resident set size (KB) = 468840 -Test 029 control_stochy PASS +Test 028 control_stochy PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/control_stochy -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_16541/control_stochy_restart -Checking test 030 control_stochy_restart results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_stochy +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_18347/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.666115 - 0: The maximum resident set size (KB) = 251576 + 0: The total amount of wall time = 44.615420 + 0: The maximum resident set size (KB) = 248556 -Test 030 control_stochy_restart PASS +Test 029 control_stochy_restart PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/control_lndp -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_16541/control_lndp -Checking test 031 control_lndp results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_lndp +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_18347/control_lndp +Checking test 030 control_lndp results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK Comparing atmf000.nc .........OK @@ -1392,15 +1352,15 @@ Checking test 031 control_lndp results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 77.343747 - 0: The maximum resident set size (KB) = 471852 + 0: The total amount of wall time = 74.491255 + 0: The maximum resident set size (KB) = 468944 -Test 031 control_lndp PASS +Test 030 control_lndp PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/control_iovr4 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_16541/control_iovr4 -Checking test 032 control_iovr4 results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_iovr4 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_18347/control_iovr4 +Checking test 031 control_iovr4 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -1414,15 +1374,15 @@ Checking test 032 control_iovr4 results .... Comparing GFSPRS.GrbF21 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 129.378715 - 0: The maximum resident set size (KB) = 467228 + 0: The total amount of wall time = 126.657493 + 0: The maximum resident set size (KB) = 467960 -Test 032 control_iovr4 PASS +Test 031 control_iovr4 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/control_iovr5 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_16541/control_iovr5 -Checking test 033 control_iovr5 results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_iovr5 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_18347/control_iovr5 +Checking test 032 control_iovr5 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -1436,15 +1396,15 @@ Checking test 033 control_iovr5 results .... Comparing GFSPRS.GrbF21 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 132.769313 - 0: The maximum resident set size (KB) = 467740 + 0: The total amount of wall time = 129.173486 + 0: The maximum resident set size (KB) = 462260 -Test 033 control_iovr5 PASS +Test 032 control_iovr5 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/control_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_16541/control_p8 -Checking test 034 control_p8 results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_p8 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_18347/control_p8 +Checking test 033 control_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -1490,15 +1450,15 @@ Checking test 034 control_p8 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 140.503220 - 0: The maximum resident set size (KB) = 499320 + 0: The total amount of wall time = 149.227236 + 0: The maximum resident set size (KB) = 851324 -Test 034 control_p8 PASS +Test 033 control_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/control_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_16541/control_restart_p8 -Checking test 035 control_restart_p8 results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_p8 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_18347/control_restart_p8 +Checking test 034 control_restart_p8 results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK Comparing GFSFLX.GrbF24 .........OK @@ -1536,15 +1496,15 @@ Checking test 035 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 = 75.298297 - 0: The maximum resident set size (KB) = 299512 + 0: The total amount of wall time = 78.659865 + 0: The maximum resident set size (KB) = 598032 -Test 035 control_restart_p8 PASS +Test 034 control_restart_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/control_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_16541/control_decomp_p8 -Checking test 036 control_decomp_p8 results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_p8 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_18347/control_decomp_p8 +Checking test 035 control_decomp_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -1586,15 +1546,15 @@ Checking test 036 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 = 149.312137 - 0: The maximum resident set size (KB) = 494040 + 0: The total amount of wall time = 153.943008 + 0: The maximum resident set size (KB) = 842648 -Test 036 control_decomp_p8 PASS +Test 035 control_decomp_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/control_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_16541/control_2threads_p8 -Checking test 037 control_2threads_p8 results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_p8 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_18347/control_2threads_p8 +Checking test 036 control_2threads_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -1636,15 +1596,15 @@ Checking test 037 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 = 175.278333 - 0: The maximum resident set size (KB) = 568848 + 0: The total amount of wall time = 187.441339 + 0: The maximum resident set size (KB) = 926420 -Test 037 control_2threads_p8 PASS +Test 036 control_2threads_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/control_p7_rrtmgp -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_16541/control_p7_rrtmgp -Checking test 038 control_p7_rrtmgp results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_p7_rrtmgp +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_18347/control_p7_rrtmgp +Checking test 037 control_p7_rrtmgp results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -1690,15 +1650,15 @@ Checking test 038 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 = 183.432613 - 0: The maximum resident set size (KB) = 599936 + 0: The total amount of wall time = 187.009091 + 0: The maximum resident set size (KB) = 601024 -Test 038 control_p7_rrtmgp PASS +Test 037 control_p7_rrtmgp PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/fv3_regional_control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_16541/regional_control -Checking test 039 regional_control results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/fv3_regional_control +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_18347/regional_control +Checking test 038 regional_control results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK Comparing phyf000.nc .........OK @@ -1708,58 +1668,58 @@ Checking test 039 regional_control results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF24 .........OK - 0: The total amount of wall time = 309.714026 - 0: The maximum resident set size (KB) = 584192 + 0: The total amount of wall time = 311.739691 + 0: The maximum resident set size (KB) = 584584 -Test 039 regional_control PASS +Test 038 regional_control PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/fv3_regional_control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_16541/regional_restart -Checking test 040 regional_restart results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/fv3_regional_control +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_18347/regional_restart +Checking test 039 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 = 170.708650 - 0: The maximum resident set size (KB) = 577700 + 0: The total amount of wall time = 170.909410 + 0: The maximum resident set size (KB) = 579816 -Test 040 regional_restart PASS +Test 039 regional_restart PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/fv3_regional_control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_16541/regional_control_2dwrtdecomp -Checking test 041 regional_control_2dwrtdecomp results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/fv3_regional_control +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_18347/regional_control_2dwrtdecomp +Checking test 040 regional_control_2dwrtdecomp results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK Comparing phyf000.nc .........OK Comparing phyf024.nc .........OK - 0: The total amount of wall time = 309.735625 - 0: The maximum resident set size (KB) = 581440 + 0: The total amount of wall time = 310.646848 + 0: The maximum resident set size (KB) = 581276 -Test 041 regional_control_2dwrtdecomp PASS +Test 040 regional_control_2dwrtdecomp PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/fv3_regional_noquilt -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_16541/regional_noquilt -Checking test 042 regional_noquilt results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/fv3_regional_noquilt +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_18347/regional_noquilt +Checking test 041 regional_noquilt results .... Comparing atmos_4xdaily.nc .........OK Comparing fv3_history2d.nc .........OK Comparing fv3_history.nc .........OK Comparing RESTART/fv_core.res.tile1_new.nc .........OK Comparing RESTART/fv_tracer.res.tile1_new.nc .........OK - 0: The total amount of wall time = 322.816813 - 0: The maximum resident set size (KB) = 592128 + 0: The total amount of wall time = 323.053072 + 0: The maximum resident set size (KB) = 595448 -Test 042 regional_noquilt PASS +Test 041 regional_noquilt PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/fv3_regional_control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_16541/regional_2threads -Checking test 043 regional_2threads results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/fv3_regional_control +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_18347/regional_2threads +Checking test 042 regional_2threads results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK Comparing phyf000.nc .........OK @@ -1769,15 +1729,15 @@ Checking test 043 regional_2threads results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF24 .........OK - 0: The total amount of wall time = 235.085322 - 0: The maximum resident set size (KB) = 579388 + 0: The total amount of wall time = 238.048710 + 0: The maximum resident set size (KB) = 578012 -Test 043 regional_2threads PASS +Test 042 regional_2threads PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/fv3_regional_hafs -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_16541/regional_hafs -Checking test 044 regional_hafs results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/fv3_regional_hafs +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_18347/regional_hafs +Checking test 043 regional_hafs results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK Comparing phyf000.nc .........OK @@ -1785,29 +1745,29 @@ Checking test 044 regional_hafs results .... Comparing HURPRS.GrbF00 .........OK Comparing HURPRS.GrbF24 .........OK - 0: The total amount of wall time = 313.048735 - 0: The maximum resident set size (KB) = 580060 + 0: The total amount of wall time = 306.772569 + 0: The maximum resident set size (KB) = 578768 -Test 044 regional_hafs PASS +Test 043 regional_hafs PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/fv3_regional_netcdf_parallel -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_16541/regional_netcdf_parallel -Checking test 045 regional_netcdf_parallel results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/fv3_regional_netcdf_parallel +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_18347/regional_netcdf_parallel +Checking test 044 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 = 307.731540 - 0: The maximum resident set size (KB) = 579716 + 0: The total amount of wall time = 309.128662 + 0: The maximum resident set size (KB) = 579000 -Test 045 regional_netcdf_parallel PASS +Test 044 regional_netcdf_parallel PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/fv3_regional_RRTMGP -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_16541/regional_RRTMGP -Checking test 046 regional_RRTMGP results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/fv3_regional_RRTMGP +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_18347/regional_RRTMGP +Checking test 045 regional_RRTMGP results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK Comparing phyf000.nc .........OK @@ -1817,15 +1777,15 @@ Checking test 046 regional_RRTMGP results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF24 .........OK - 0: The total amount of wall time = 407.338933 - 0: The maximum resident set size (KB) = 704368 + 0: The total amount of wall time = 409.698878 + 0: The maximum resident set size (KB) = 702612 -Test 046 regional_RRTMGP PASS +Test 045 regional_RRTMGP PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/rap_control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_16541/rap_control -Checking test 047 rap_control results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/rap_control +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_18347/rap_control +Checking test 046 rap_control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -1871,15 +1831,15 @@ Checking test 047 rap_control results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 366.921144 - 0: The maximum resident set size (KB) = 829640 + 0: The total amount of wall time = 353.964729 + 0: The maximum resident set size (KB) = 831624 -Test 047 rap_control PASS +Test 046 rap_control PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/regional_spp_sppt_shum_skeb -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_16541/regional_spp_sppt_shum_skeb -Checking test 048 regional_spp_sppt_shum_skeb results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/regional_spp_sppt_shum_skeb +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_18347/regional_spp_sppt_shum_skeb +Checking test 047 regional_spp_sppt_shum_skeb results .... Comparing dynf000.nc .........OK Comparing dynf001.nc .........OK Comparing phyf000.nc .........OK @@ -1889,15 +1849,15 @@ Checking test 048 regional_spp_sppt_shum_skeb results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF01 .........OK - 0: The total amount of wall time = 299.306403 - 0: The maximum resident set size (KB) = 921908 + 0: The total amount of wall time = 297.305170 + 0: The maximum resident set size (KB) = 922068 -Test 048 regional_spp_sppt_shum_skeb PASS +Test 047 regional_spp_sppt_shum_skeb PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/rap_control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_16541/rap_2threads -Checking test 049 rap_2threads results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/rap_control +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_18347/rap_2threads +Checking test 048 rap_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -1943,15 +1903,15 @@ Checking test 049 rap_2threads results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 450.934280 - 0: The maximum resident set size (KB) = 895084 + 0: The total amount of wall time = 445.433766 + 0: The maximum resident set size (KB) = 895208 -Test 049 rap_2threads PASS +Test 048 rap_2threads PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/rap_control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_16541/rap_restart -Checking test 050 rap_restart results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/rap_control +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_18347/rap_restart +Checking test 049 rap_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK Comparing GFSFLX.GrbF24 .........OK @@ -1989,15 +1949,15 @@ Checking test 050 rap_restart results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 186.301387 - 0: The maximum resident set size (KB) = 584920 + 0: The total amount of wall time = 184.771287 + 0: The maximum resident set size (KB) = 580600 -Test 050 rap_restart PASS +Test 049 rap_restart PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/rap_sfcdiff -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_16541/rap_sfcdiff -Checking test 051 rap_sfcdiff results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/rap_sfcdiff +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_18347/rap_sfcdiff +Checking test 050 rap_sfcdiff results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -2043,15 +2003,15 @@ Checking test 051 rap_sfcdiff results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 356.023300 - 0: The maximum resident set size (KB) = 835192 + 0: The total amount of wall time = 355.767267 + 0: The maximum resident set size (KB) = 835372 -Test 051 rap_sfcdiff PASS +Test 050 rap_sfcdiff PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/rap_sfcdiff -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_16541/rap_sfcdiff_restart -Checking test 052 rap_sfcdiff_restart results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/rap_sfcdiff +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_18347/rap_sfcdiff_restart +Checking test 051 rap_sfcdiff_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK Comparing GFSFLX.GrbF24 .........OK @@ -2089,15 +2049,15 @@ Checking test 052 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 = 187.348698 - 0: The maximum resident set size (KB) = 581832 + 0: The total amount of wall time = 187.071235 + 0: The maximum resident set size (KB) = 580084 -Test 052 rap_sfcdiff_restart PASS +Test 051 rap_sfcdiff_restart PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/hrrr_control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_16541/hrrr_control -Checking test 053 hrrr_control results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/hrrr_control +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_18347/hrrr_control +Checking test 052 hrrr_control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -2143,15 +2103,15 @@ Checking test 053 hrrr_control results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 351.242126 - 0: The maximum resident set size (KB) = 830400 + 0: The total amount of wall time = 346.655947 + 0: The maximum resident set size (KB) = 833536 -Test 053 hrrr_control PASS +Test 052 hrrr_control PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/rrfs_v1beta -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_16541/rrfs_v1beta -Checking test 054 rrfs_v1beta results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/rrfs_v1beta +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_18347/rrfs_v1beta +Checking test 053 rrfs_v1beta results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -2197,15 +2157,15 @@ Checking test 054 rrfs_v1beta results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 361.905175 - 0: The maximum resident set size (KB) = 829276 + 0: The total amount of wall time = 354.468472 + 0: The maximum resident set size (KB) = 829440 -Test 054 rrfs_v1beta PASS +Test 053 rrfs_v1beta PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/rrfs_v1nssl -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_16541/rrfs_v1nssl -Checking test 055 rrfs_v1nssl results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/rrfs_v1nssl +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_18347/rrfs_v1nssl +Checking test 054 rrfs_v1nssl results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -2219,15 +2179,15 @@ Checking test 055 rrfs_v1nssl results .... Comparing GFSPRS.GrbF21 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 442.141956 - 0: The maximum resident set size (KB) = 515528 + 0: The total amount of wall time = 433.267782 + 0: The maximum resident set size (KB) = 521024 -Test 055 rrfs_v1nssl PASS +Test 054 rrfs_v1nssl PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/rrfs_v1nssl_nohailnoccn -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_16541/rrfs_v1nssl_nohailnoccn -Checking test 056 rrfs_v1nssl_nohailnoccn results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/rrfs_v1nssl_nohailnoccn +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_18347/rrfs_v1nssl_nohailnoccn +Checking test 055 rrfs_v1nssl_nohailnoccn results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -2241,15 +2201,15 @@ Checking test 056 rrfs_v1nssl_nohailnoccn results .... Comparing GFSPRS.GrbF21 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 431.071614 - 0: The maximum resident set size (KB) = 512012 + 0: The total amount of wall time = 429.272181 + 0: The maximum resident set size (KB) = 507088 -Test 056 rrfs_v1nssl_nohailnoccn PASS +Test 055 rrfs_v1nssl_nohailnoccn PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/rrfs_conus13km_hrrr_warm -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_16541/rrfs_conus13km_hrrr_warm -Checking test 057 rrfs_conus13km_hrrr_warm results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/rrfs_conus13km_hrrr_warm +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_18347/rrfs_conus13km_hrrr_warm +Checking test 056 rrfs_conus13km_hrrr_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing sfcf002.nc .........OK @@ -2257,15 +2217,15 @@ Checking test 057 rrfs_conus13km_hrrr_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 163.079305 - 0: The maximum resident set size (KB) = 662828 + 0: The total amount of wall time = 163.269699 + 0: The maximum resident set size (KB) = 663188 -Test 057 rrfs_conus13km_hrrr_warm PASS +Test 056 rrfs_conus13km_hrrr_warm PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/rrfs_conus13km_radar_tten_warm -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_16541/rrfs_conus13km_radar_tten_warm -Checking test 058 rrfs_conus13km_radar_tten_warm results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/rrfs_conus13km_radar_tten_warm +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_18347/rrfs_conus13km_radar_tten_warm +Checking test 057 rrfs_conus13km_radar_tten_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing sfcf002.nc .........OK @@ -2273,15 +2233,15 @@ Checking test 058 rrfs_conus13km_radar_tten_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 163.228508 - 0: The maximum resident set size (KB) = 666588 + 0: The total amount of wall time = 169.293098 + 0: The maximum resident set size (KB) = 665324 -Test 058 rrfs_conus13km_radar_tten_warm PASS +Test 057 rrfs_conus13km_radar_tten_warm PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/control_rrtmgp -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_16541/control_rrtmgp -Checking test 059 control_rrtmgp results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_rrtmgp +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_18347/control_rrtmgp +Checking test 058 control_rrtmgp results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -2291,15 +2251,15 @@ Checking test 059 control_rrtmgp results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 203.042576 - 0: The maximum resident set size (KB) = 587904 + 0: The total amount of wall time = 202.795375 + 0: The maximum resident set size (KB) = 590900 -Test 059 control_rrtmgp PASS +Test 058 control_rrtmgp PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/control_rrtmgp_c192 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_16541/control_rrtmgp_c192 -Checking test 060 control_rrtmgp_c192 results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_rrtmgp_c192 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_18347/control_rrtmgp_c192 +Checking test 059 control_rrtmgp_c192 results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK Comparing atmf000.nc .........OK @@ -2309,15 +2269,15 @@ Checking test 060 control_rrtmgp_c192 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 533.104414 - 0: The maximum resident set size (KB) = 800664 + 0: The total amount of wall time = 542.454024 + 0: The maximum resident set size (KB) = 802180 -Test 060 control_rrtmgp_c192 PASS +Test 059 control_rrtmgp_c192 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/control_csawmg -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_16541/control_csawmg -Checking test 061 control_csawmg results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_csawmg +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_18347/control_csawmg +Checking test 060 control_csawmg results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -2327,15 +2287,15 @@ Checking test 061 control_csawmg results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 322.097643 - 0: The maximum resident set size (KB) = 529512 + 0: The total amount of wall time = 313.204794 + 0: The maximum resident set size (KB) = 532856 -Test 061 control_csawmg PASS +Test 060 control_csawmg PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/control_csawmgt -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_16541/control_csawmgt -Checking test 062 control_csawmgt results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_csawmgt +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_18347/control_csawmgt +Checking test 061 control_csawmgt results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -2345,15 +2305,15 @@ Checking test 062 control_csawmgt results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 320.227147 - 0: The maximum resident set size (KB) = 532224 + 0: The total amount of wall time = 318.250808 + 0: The maximum resident set size (KB) = 527148 -Test 062 control_csawmgt PASS +Test 061 control_csawmgt PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/control_flake -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_16541/control_flake -Checking test 063 control_flake results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_flake +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_18347/control_flake +Checking test 062 control_flake results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -2363,15 +2323,15 @@ Checking test 063 control_flake results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 225.843738 - 0: The maximum resident set size (KB) = 535280 + 0: The total amount of wall time = 231.384454 + 0: The maximum resident set size (KB) = 535300 -Test 063 control_flake PASS +Test 062 control_flake PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/control_ras -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_16541/control_ras -Checking test 064 control_ras results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_ras +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_18347/control_ras +Checking test 063 control_ras results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -2381,15 +2341,15 @@ Checking test 064 control_ras results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 176.893543 - 0: The maximum resident set size (KB) = 494424 + 0: The total amount of wall time = 169.545839 + 0: The maximum resident set size (KB) = 497288 -Test 064 control_ras PASS +Test 063 control_ras PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/control_thompson -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_16541/control_thompson -Checking test 065 control_thompson results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_thompson +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_18347/control_thompson +Checking test 064 control_thompson results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -2399,15 +2359,15 @@ Checking test 065 control_thompson results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 211.131296 - 0: The maximum resident set size (KB) = 847344 + 0: The total amount of wall time = 213.238708 + 0: The maximum resident set size (KB) = 849480 -Test 065 control_thompson PASS +Test 064 control_thompson PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/control_thompson_no_aero -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_16541/control_thompson_no_aero -Checking test 066 control_thompson_no_aero results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_thompson_no_aero +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_18347/control_thompson_no_aero +Checking test 065 control_thompson_no_aero results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -2417,55 +2377,55 @@ Checking test 066 control_thompson_no_aero results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 205.164749 - 0: The maximum resident set size (KB) = 840984 + 0: The total amount of wall time = 199.799011 + 0: The maximum resident set size (KB) = 843040 -Test 066 control_thompson_no_aero PASS +Test 065 control_thompson_no_aero PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/control_wam_repro -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_16541/control_wam_repro -Checking test 067 control_wam results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_wam_repro +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_18347/control_wam_repro +Checking test 066 control_wam results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK - 0: The total amount of wall time = 118.853305 - 0: The maximum resident set size (KB) = 227624 + 0: The total amount of wall time = 118.995098 + 0: The maximum resident set size (KB) = 227916 -Test 067 control_wam PASS +Test 066 control_wam PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/control_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_16541/control_debug -Checking test 068 control_debug results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_18347/control_debug +Checking test 067 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 = 138.177564 - 0: The maximum resident set size (KB) = 530812 + 0: The total amount of wall time = 139.668392 + 0: The maximum resident set size (KB) = 532792 -Test 068 control_debug PASS +Test 067 control_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/control_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_16541/control_2threads_debug -Checking test 069 control_2threads_debug results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_18347/control_2threads_debug +Checking test 068 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 = 208.763994 - 0: The maximum resident set size (KB) = 580656 + 0: The total amount of wall time = 211.400880 + 0: The maximum resident set size (KB) = 582820 -Test 069 control_2threads_debug PASS +Test 068 control_2threads_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/control_CubedSphereGrid_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_16541/control_CubedSphereGrid_debug -Checking test 070 control_CubedSphereGrid_debug results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_CubedSphereGrid_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_18347/control_CubedSphereGrid_debug +Checking test 069 control_CubedSphereGrid_debug results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK Comparing sfcf000.tile3.nc .........OK @@ -2491,429 +2451,429 @@ Checking test 070 control_CubedSphereGrid_debug results .... Comparing atmf001.tile5.nc .........OK Comparing atmf001.tile6.nc .........OK - 0: The total amount of wall time = 156.140185 - 0: The maximum resident set size (KB) = 533384 + 0: The total amount of wall time = 155.528393 + 0: The maximum resident set size (KB) = 529624 -Test 070 control_CubedSphereGrid_debug PASS +Test 069 control_CubedSphereGrid_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/control_wrtGauss_netcdf_parallel_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_16541/control_wrtGauss_netcdf_parallel_debug -Checking test 071 control_wrtGauss_netcdf_parallel_debug results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_wrtGauss_netcdf_parallel_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_18347/control_wrtGauss_netcdf_parallel_debug +Checking test 070 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 = 141.108231 - 0: The maximum resident set size (KB) = 534712 + 0: The total amount of wall time = 140.254827 + 0: The maximum resident set size (KB) = 531924 -Test 071 control_wrtGauss_netcdf_parallel_debug PASS +Test 070 control_wrtGauss_netcdf_parallel_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/control_stochy_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_16541/control_stochy_debug -Checking test 072 control_stochy_debug results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_stochy_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_18347/control_stochy_debug +Checking test 071 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 = 162.098817 - 0: The maximum resident set size (KB) = 539612 + 0: The total amount of wall time = 159.366896 + 0: The maximum resident set size (KB) = 535180 -Test 072 control_stochy_debug PASS +Test 071 control_stochy_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/control_lndp_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_16541/control_lndp_debug -Checking test 073 control_lndp_debug results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_lndp_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_18347/control_lndp_debug +Checking test 072 control_lndp_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 144.646439 - 0: The maximum resident set size (KB) = 542340 + 0: The total amount of wall time = 143.922954 + 0: The maximum resident set size (KB) = 533820 -Test 073 control_lndp_debug PASS +Test 072 control_lndp_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/control_rrtmgp_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_16541/control_rrtmgp_debug -Checking test 074 control_rrtmgp_debug results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_rrtmgp_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_18347/control_rrtmgp_debug +Checking test 073 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 = 153.565370 - 0: The maximum resident set size (KB) = 634768 + 0: The total amount of wall time = 158.748628 + 0: The maximum resident set size (KB) = 640248 -Test 074 control_rrtmgp_debug PASS +Test 073 control_rrtmgp_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/control_csawmg_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_16541/control_csawmg_debug -Checking test 075 control_csawmg_debug results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_csawmg_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_18347/control_csawmg_debug +Checking test 074 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 = 220.225171 - 0: The maximum resident set size (KB) = 573024 + 0: The total amount of wall time = 225.551404 + 0: The maximum resident set size (KB) = 569452 -Test 075 control_csawmg_debug PASS +Test 074 control_csawmg_debug PASS Tries: 2 -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/control_csawmgt_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_16541/control_csawmgt_debug -Checking test 076 control_csawmgt_debug results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_csawmgt_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_18347/control_csawmgt_debug +Checking test 075 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 = 217.317397 - 0: The maximum resident set size (KB) = 573836 + 0: The total amount of wall time = 220.526954 + 0: The maximum resident set size (KB) = 572280 -Test 076 control_csawmgt_debug PASS +Test 075 control_csawmgt_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/control_ras_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_16541/control_ras_debug -Checking test 077 control_ras_debug results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_ras_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_18347/control_ras_debug +Checking test 076 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 = 144.171861 - 0: The maximum resident set size (KB) = 546572 + 0: The total amount of wall time = 144.140075 + 0: The maximum resident set size (KB) = 544200 -Test 077 control_ras_debug PASS +Test 076 control_ras_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/control_diag_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_16541/control_diag_debug -Checking test 078 control_diag_debug results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_diag_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_18347/control_diag_debug +Checking test 077 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 = 147.963687 - 0: The maximum resident set size (KB) = 588236 + 0: The total amount of wall time = 150.738837 + 0: The maximum resident set size (KB) = 587340 -Test 078 control_diag_debug PASS +Test 077 control_diag_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/control_debug_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_16541/control_debug_p8 -Checking test 079 control_debug_p8 results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_debug_p8 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_18347/control_debug_p8 +Checking test 078 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 = 152.449157 - 0: The maximum resident set size (KB) = 557032 + 0: The total amount of wall time = 156.843952 + 0: The maximum resident set size (KB) = 907980 -Test 079 control_debug_p8 PASS +Test 078 control_debug_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/control_thompson_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_16541/control_thompson_debug -Checking test 080 control_thompson_debug results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_thompson_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_18347/control_thompson_debug +Checking test 079 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 = 166.710699 - 0: The maximum resident set size (KB) = 889724 + 0: The total amount of wall time = 164.464830 + 0: The maximum resident set size (KB) = 892620 -Test 080 control_thompson_debug PASS +Test 079 control_thompson_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/control_thompson_no_aero_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_16541/control_thompson_no_aero_debug -Checking test 081 control_thompson_no_aero_debug results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_thompson_no_aero_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_18347/control_thompson_no_aero_debug +Checking test 080 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 = 158.218910 - 0: The maximum resident set size (KB) = 887104 + 0: The total amount of wall time = 160.365555 + 0: The maximum resident set size (KB) = 886844 -Test 081 control_thompson_no_aero_debug PASS +Test 080 control_thompson_no_aero_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/control_thompson_debug_extdiag -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_16541/control_thompson_extdiag_debug -Checking test 082 control_thompson_extdiag_debug results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_thompson_debug_extdiag +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_18347/control_thompson_extdiag_debug +Checking test 081 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 = 172.961283 - 0: The maximum resident set size (KB) = 919440 + 0: The total amount of wall time = 174.850032 + 0: The maximum resident set size (KB) = 922184 -Test 082 control_thompson_extdiag_debug PASS Tries: 2 +Test 081 control_thompson_extdiag_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/control_thompson_progcld_thompson_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_16541/control_thompson_progcld_thompson_debug -Checking test 083 control_thompson_progcld_thompson_debug results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_thompson_progcld_thompson_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_18347/control_thompson_progcld_thompson_debug +Checking test 082 control_thompson_progcld_thompson_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 163.813986 - 0: The maximum resident set size (KB) = 893076 + 0: The total amount of wall time = 167.252198 + 0: The maximum resident set size (KB) = 891328 -Test 083 control_thompson_progcld_thompson_debug PASS +Test 082 control_thompson_progcld_thompson_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/fv3_regional_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_16541/regional_debug -Checking test 084 regional_debug results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/fv3_regional_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_18347/regional_debug +Checking test 083 regional_debug results .... Comparing dynf000.nc .........OK Comparing dynf001.nc .........OK Comparing phyf000.nc .........OK Comparing phyf001.nc .........OK - 0: The total amount of wall time = 234.293013 - 0: The maximum resident set size (KB) = 604668 + 0: The total amount of wall time = 236.017156 + 0: The maximum resident set size (KB) = 601156 -Test 084 regional_debug PASS +Test 083 regional_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/rap_control_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_16541/rap_control_debug -Checking test 085 rap_control_debug results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/rap_control_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_18347/rap_control_debug +Checking test 084 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 = 256.429032 - 0: The maximum resident set size (KB) = 901440 + 0: The total amount of wall time = 255.444473 + 0: The maximum resident set size (KB) = 897964 -Test 085 rap_control_debug PASS +Test 084 rap_control_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/rap_control_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_16541/rap_unified_drag_suite_debug -Checking test 086 rap_unified_drag_suite_debug results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/rap_control_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_18347/rap_unified_drag_suite_debug +Checking test 085 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 = 258.427027 - 0: The maximum resident set size (KB) = 902948 + 0: The total amount of wall time = 260.098749 + 0: The maximum resident set size (KB) = 902820 -Test 086 rap_unified_drag_suite_debug PASS +Test 085 rap_unified_drag_suite_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/rap_diag_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_16541/rap_diag_debug -Checking test 087 rap_diag_debug results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/rap_diag_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_18347/rap_diag_debug +Checking test 086 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 = 272.025284 - 0: The maximum resident set size (KB) = 984816 + 0: The total amount of wall time = 273.887511 + 0: The maximum resident set size (KB) = 986208 -Test 087 rap_diag_debug PASS +Test 086 rap_diag_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/rap_cires_ugwp_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_16541/rap_cires_ugwp_debug -Checking test 088 rap_cires_ugwp_debug results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/rap_cires_ugwp_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_18347/rap_cires_ugwp_debug +Checking test 087 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 = 258.202302 - 0: The maximum resident set size (KB) = 900360 + 0: The total amount of wall time = 262.513961 + 0: The maximum resident set size (KB) = 905772 -Test 088 rap_cires_ugwp_debug PASS +Test 087 rap_cires_ugwp_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/rap_cires_ugwp_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_16541/rap_unified_ugwp_debug -Checking test 089 rap_unified_ugwp_debug results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/rap_cires_ugwp_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_18347/rap_unified_ugwp_debug +Checking test 088 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 = 265.405295 - 0: The maximum resident set size (KB) = 902644 + 0: The total amount of wall time = 262.481266 + 0: The maximum resident set size (KB) = 901936 -Test 089 rap_unified_ugwp_debug PASS +Test 088 rap_unified_ugwp_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/rap_noah_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_16541/rap_noah_debug -Checking test 090 rap_noah_debug results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/rap_noah_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_18347/rap_noah_debug +Checking test 089 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 = 256.399445 - 0: The maximum resident set size (KB) = 899744 + 0: The total amount of wall time = 254.449290 + 0: The maximum resident set size (KB) = 897760 -Test 090 rap_noah_debug PASS +Test 089 rap_noah_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/rap_rrtmgp_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_16541/rap_rrtmgp_debug -Checking test 091 rap_rrtmgp_debug results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/rap_rrtmgp_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_18347/rap_rrtmgp_debug +Checking test 090 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 = 433.070096 - 0: The maximum resident set size (KB) = 1007572 + 0: The total amount of wall time = 442.055355 + 0: The maximum resident set size (KB) = 1008512 -Test 091 rap_rrtmgp_debug PASS +Test 090 rap_rrtmgp_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/rap_lndp_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_16541/rap_lndp_debug -Checking test 092 rap_lndp_debug results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/rap_lndp_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_18347/rap_lndp_debug +Checking test 091 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 = 256.513725 - 0: The maximum resident set size (KB) = 904812 + 0: The total amount of wall time = 262.689625 + 0: The maximum resident set size (KB) = 905932 -Test 092 rap_lndp_debug PASS +Test 091 rap_lndp_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/rap_sfcdiff_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_16541/rap_sfcdiff_debug -Checking test 093 rap_sfcdiff_debug results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/rap_sfcdiff_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_18347/rap_sfcdiff_debug +Checking test 092 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.543668 - 0: The maximum resident set size (KB) = 902904 + 0: The total amount of wall time = 259.375740 + 0: The maximum resident set size (KB) = 902336 -Test 093 rap_sfcdiff_debug PASS +Test 092 rap_sfcdiff_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/rap_flake_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_16541/rap_flake_debug -Checking test 094 rap_flake_debug results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/rap_flake_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_18347/rap_flake_debug +Checking test 093 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 = 254.000582 - 0: The maximum resident set size (KB) = 904228 + 0: The total amount of wall time = 257.416332 + 0: The maximum resident set size (KB) = 904020 -Test 094 rap_flake_debug PASS +Test 093 rap_flake_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/rap_noah_sfcdiff_cires_ugwp_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_16541/rap_noah_sfcdiff_cires_ugwp_debug -Checking test 095 rap_noah_sfcdiff_cires_ugwp_debug results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/rap_noah_sfcdiff_cires_ugwp_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_18347/rap_noah_sfcdiff_cires_ugwp_debug +Checking test 094 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 = 427.669404 - 0: The maximum resident set size (KB) = 902292 + 0: The total amount of wall time = 429.717110 + 0: The maximum resident set size (KB) = 901544 -Test 095 rap_noah_sfcdiff_cires_ugwp_debug PASS +Test 094 rap_noah_sfcdiff_cires_ugwp_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/rap_progcld_thompson_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_16541/rap_progcld_thompson_debug -Checking test 096 rap_progcld_thompson_debug results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/rap_progcld_thompson_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_18347/rap_progcld_thompson_debug +Checking test 095 rap_progcld_thompson_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 257.538457 - 0: The maximum resident set size (KB) = 904772 + 0: The total amount of wall time = 260.598143 + 0: The maximum resident set size (KB) = 907552 -Test 096 rap_progcld_thompson_debug PASS +Test 095 rap_progcld_thompson_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/rrfs_v1beta_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_16541/rrfs_v1beta_debug -Checking test 097 rrfs_v1beta_debug results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/rrfs_v1beta_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_18347/rrfs_v1beta_debug +Checking test 096 rrfs_v1beta_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 257.237822 - 0: The maximum resident set size (KB) = 899644 + 0: The total amount of wall time = 260.531540 + 0: The maximum resident set size (KB) = 899628 -Test 097 rrfs_v1beta_debug PASS +Test 096 rrfs_v1beta_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/control_wam_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_16541/control_wam_debug -Checking test 098 control_wam_debug results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_wam_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_18347/control_wam_debug +Checking test 097 control_wam_debug results .... Comparing sfcf019.nc .........OK Comparing atmf019.nc .........OK - 0: The total amount of wall time = 276.512110 - 0: The maximum resident set size (KB) = 250568 + 0: The total amount of wall time = 272.416384 + 0: The maximum resident set size (KB) = 252560 -Test 098 control_wam_debug PASS +Test 097 control_wam_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/hafs_regional_atm -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_16541/hafs_regional_atm -Checking test 099 hafs_regional_atm results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/hafs_regional_atm +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_18347/hafs_regional_atm +Checking test 098 hafs_regional_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 = 276.243071 - 0: The maximum resident set size (KB) = 704908 + 0: The total amount of wall time = 274.337200 + 0: The maximum resident set size (KB) = 704352 -Test 099 hafs_regional_atm PASS +Test 098 hafs_regional_atm PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/hafs_regional_atm_thompson_gfdlsf -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_16541/hafs_regional_atm_thompson_gfdlsf -Checking test 100 hafs_regional_atm_thompson_gfdlsf results .... - Comparing atmf006.nc ............ALT CHECK......OK +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/hafs_regional_atm_thompson_gfdlsf +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_18347/hafs_regional_atm_thompson_gfdlsf +Checking test 099 hafs_regional_atm_thompson_gfdlsf results .... + Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK - 0: The total amount of wall time = 332.096522 - 0: The maximum resident set size (KB) = 1064156 + 0: The total amount of wall time = 331.676487 + 0: The maximum resident set size (KB) = 1061116 -Test 100 hafs_regional_atm_thompson_gfdlsf PASS +Test 099 hafs_regional_atm_thompson_gfdlsf PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/hafs_regional_atm_ocn -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_16541/hafs_regional_atm_ocn -Checking test 101 hafs_regional_atm_ocn results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/hafs_regional_atm_ocn +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_18347/hafs_regional_atm_ocn +Checking test 100 hafs_regional_atm_ocn results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing archv.2019_241_06.a .........OK @@ -2921,29 +2881,29 @@ Checking test 101 hafs_regional_atm_ocn results .... Comparing ufs.hafs.cpl.hi.2019-08-29-21600.nc .........OK Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK - 0: The total amount of wall time = 362.010541 - 0: The maximum resident set size (KB) = 715084 + 0: The total amount of wall time = 366.175982 + 0: The maximum resident set size (KB) = 716680 -Test 101 hafs_regional_atm_ocn PASS +Test 100 hafs_regional_atm_ocn PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/hafs_regional_atm_wav -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_16541/hafs_regional_atm_wav -Checking test 102 hafs_regional_atm_wav results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/hafs_regional_atm_wav +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_18347/hafs_regional_atm_wav +Checking test 101 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 = 818.916464 - 0: The maximum resident set size (KB) = 714076 + 0: The total amount of wall time = 862.012937 + 0: The maximum resident set size (KB) = 714420 -Test 102 hafs_regional_atm_wav PASS +Test 101 hafs_regional_atm_wav PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/hafs_regional_atm_ocn_wav -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_16541/hafs_regional_atm_ocn_wav -Checking test 103 hafs_regional_atm_ocn_wav results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/hafs_regional_atm_ocn_wav +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_18347/hafs_regional_atm_ocn_wav +Checking test 102 hafs_regional_atm_ocn_wav results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing archv.2019_241_06.a .........OK @@ -2951,59 +2911,59 @@ Checking test 103 hafs_regional_atm_ocn_wav results .... Comparing out_grd.ww3 .........OK Comparing out_pnt.ww3 .........OK - 0: The total amount of wall time = 932.517090 - 0: The maximum resident set size (KB) = 717656 + 0: The total amount of wall time = 931.465386 + 0: The maximum resident set size (KB) = 714528 -Test 103 hafs_regional_atm_ocn_wav PASS +Test 102 hafs_regional_atm_ocn_wav PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/hafs_regional_1nest_atm -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_16541/hafs_regional_1nest_atm -Checking test 104 hafs_regional_1nest_atm results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/hafs_regional_1nest_atm +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_18347/hafs_regional_1nest_atm +Checking test 103 hafs_regional_1nest_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc ............ALT CHECK......OK Comparing sfc.nest02.f006.nc ............ALT CHECK......OK - 0: The total amount of wall time = 423.387351 - 0: The maximum resident set size (KB) = 308096 + 0: The total amount of wall time = 425.785952 + 0: The maximum resident set size (KB) = 304420 -Test 104 hafs_regional_1nest_atm PASS +Test 103 hafs_regional_1nest_atm PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/hafs_regional_telescopic_2nests_atm -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_16541/hafs_regional_telescopic_2nests_atm -Checking test 105 hafs_regional_telescopic_2nests_atm results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/hafs_regional_telescopic_2nests_atm +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_18347/hafs_regional_telescopic_2nests_atm +Checking test 104 hafs_regional_telescopic_2nests_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK - Comparing atm.nest02.f006.nc ............ALT CHECK......OK + Comparing atm.nest02.f006.nc .........OK Comparing sfc.nest02.f006.nc .........OK Comparing atm.nest03.f006.nc .........OK Comparing sfc.nest03.f006.nc .........OK - 0: The total amount of wall time = 445.252935 - 0: The maximum resident set size (KB) = 317000 + 0: The total amount of wall time = 441.167825 + 0: The maximum resident set size (KB) = 314404 -Test 105 hafs_regional_telescopic_2nests_atm PASS +Test 104 hafs_regional_telescopic_2nests_atm PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/hafs_global_1nest_atm -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_16541/hafs_global_1nest_atm -Checking test 106 hafs_global_1nest_atm results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/hafs_global_1nest_atm +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_18347/hafs_global_1nest_atm +Checking test 105 hafs_global_1nest_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK Comparing sfc.nest02.f006.nc ............ALT CHECK......OK - 0: The total amount of wall time = 200.826421 - 0: The maximum resident set size (KB) = 196324 + 0: The total amount of wall time = 198.897498 + 0: The maximum resident set size (KB) = 195748 -Test 106 hafs_global_1nest_atm PASS +Test 105 hafs_global_1nest_atm PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/hafs_global_multiple_4nests_atm -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_16541/hafs_global_multiple_4nests_atm -Checking test 107 hafs_global_multiple_4nests_atm results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/hafs_global_multiple_4nests_atm +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_18347/hafs_global_multiple_4nests_atm +Checking test 106 hafs_global_multiple_4nests_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK @@ -3015,136 +2975,136 @@ Checking test 107 hafs_global_multiple_4nests_atm results .... Comparing atm.nest05.f006.nc .........OK Comparing sfc.nest05.f006.nc .........OK - 0: The total amount of wall time = 540.470904 - 0: The maximum resident set size (KB) = 265212 + 0: The total amount of wall time = 541.733278 + 0: The maximum resident set size (KB) = 267936 -Test 107 hafs_global_multiple_4nests_atm PASS +Test 106 hafs_global_multiple_4nests_atm PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/hafs_regional_docn -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_16541/hafs_regional_docn -Checking test 108 hafs_regional_docn results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/hafs_regional_docn +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_18347/hafs_regional_docn +Checking test 107 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 = 355.138157 - 0: The maximum resident set size (KB) = 717132 + 0: The total amount of wall time = 356.937227 + 0: The maximum resident set size (KB) = 717920 -Test 108 hafs_regional_docn PASS +Test 107 hafs_regional_docn PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/hafs_regional_docn_oisst -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_16541/hafs_regional_docn_oisst -Checking test 109 hafs_regional_docn_oisst results .... - Comparing atmf006.nc ............ALT CHECK......OK +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/hafs_regional_docn_oisst +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_18347/hafs_regional_docn_oisst +Checking test 108 hafs_regional_docn_oisst results .... + Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing ufs.hafs.cpl.hi.2019-08-29-21600.nc .........OK Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK Comparing ufs.hafs.docn.r.2019-08-29-21600.nc .........OK - 0: The total amount of wall time = 356.412803 - 0: The maximum resident set size (KB) = 716120 + 0: The total amount of wall time = 351.388674 + 0: The maximum resident set size (KB) = 718092 -Test 109 hafs_regional_docn_oisst PASS +Test 108 hafs_regional_docn_oisst PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/hafs_regional_datm_cdeps -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_16541/hafs_regional_datm_cdeps -Checking test 110 hafs_regional_datm_cdeps results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/hafs_regional_datm_cdeps +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_18347/hafs_regional_datm_cdeps +Checking test 109 hafs_regional_datm_cdeps results .... Comparing ufs.hafs.cpl.hi.2019-08-30-00000.nc .........OK Comparing ufs.hafs.cpl.r.2019-08-30-00000.nc .........OK Comparing ufs.hafs.datm.r.2019-08-30-00000.nc .........OK - 0: The total amount of wall time = 948.016034 - 0: The maximum resident set size (KB) = 853892 + 0: The total amount of wall time = 946.047305 + 0: The maximum resident set size (KB) = 850692 -Test 110 hafs_regional_datm_cdeps PASS +Test 109 hafs_regional_datm_cdeps PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/datm_cdeps_control_cfsr -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_16541/datm_cdeps_control_cfsr -Checking test 111 datm_cdeps_control_cfsr results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/datm_cdeps_control_cfsr +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_18347/datm_cdeps_control_cfsr +Checking test 110 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 = 143.218189 - 0: The maximum resident set size (KB) = 718924 + 0: The total amount of wall time = 140.800844 + 0: The maximum resident set size (KB) = 719964 -Test 111 datm_cdeps_control_cfsr PASS +Test 110 datm_cdeps_control_cfsr PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/datm_cdeps_control_cfsr -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_16541/datm_cdeps_restart_cfsr -Checking test 112 datm_cdeps_restart_cfsr results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/datm_cdeps_control_cfsr +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_18347/datm_cdeps_restart_cfsr +Checking test 111 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 = 86.696708 - 0: The maximum resident set size (KB) = 719776 + 0: The total amount of wall time = 85.098098 + 0: The maximum resident set size (KB) = 718736 -Test 112 datm_cdeps_restart_cfsr PASS +Test 111 datm_cdeps_restart_cfsr PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/datm_cdeps_control_gefs -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_16541/datm_cdeps_control_gefs -Checking test 113 datm_cdeps_control_gefs results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/datm_cdeps_control_gefs +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_18347/datm_cdeps_control_gefs +Checking test 112 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 = 139.904609 - 0: The maximum resident set size (KB) = 623420 + 0: The total amount of wall time = 138.432613 + 0: The maximum resident set size (KB) = 620644 -Test 113 datm_cdeps_control_gefs PASS +Test 112 datm_cdeps_control_gefs PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/datm_cdeps_stochy_gefs -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_16541/datm_cdeps_stochy_gefs -Checking test 114 datm_cdeps_stochy_gefs results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/datm_cdeps_stochy_gefs +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_18347/datm_cdeps_stochy_gefs +Checking test 113 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 = 143.086772 - 0: The maximum resident set size (KB) = 620784 + 0: The total amount of wall time = 138.729976 + 0: The maximum resident set size (KB) = 621064 -Test 114 datm_cdeps_stochy_gefs PASS +Test 113 datm_cdeps_stochy_gefs PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/datm_cdeps_bulk_cfsr -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_16541/datm_cdeps_bulk_cfsr -Checking test 115 datm_cdeps_bulk_cfsr results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/datm_cdeps_bulk_cfsr +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_18347/datm_cdeps_bulk_cfsr +Checking test 114 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.241718 - 0: The maximum resident set size (KB) = 721276 + 0: The total amount of wall time = 141.203024 + 0: The maximum resident set size (KB) = 739528 -Test 115 datm_cdeps_bulk_cfsr PASS +Test 114 datm_cdeps_bulk_cfsr PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/datm_cdeps_bulk_gefs -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_16541/datm_cdeps_bulk_gefs -Checking test 116 datm_cdeps_bulk_gefs results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/datm_cdeps_bulk_gefs +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_18347/datm_cdeps_bulk_gefs +Checking test 115 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 = 140.536365 - 0: The maximum resident set size (KB) = 621600 + 0: The total amount of wall time = 136.520565 + 0: The maximum resident set size (KB) = 621788 -Test 116 datm_cdeps_bulk_gefs PASS +Test 115 datm_cdeps_bulk_gefs PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/datm_cdeps_mx025_cfsr -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_16541/datm_cdeps_mx025_cfsr -Checking test 117 datm_cdeps_mx025_cfsr results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/datm_cdeps_mx025_cfsr +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_18347/datm_cdeps_mx025_cfsr +Checking test 116 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 @@ -3152,15 +3112,15 @@ Checking test 117 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 = 310.313818 - 0: The maximum resident set size (KB) = 557384 + 0: The total amount of wall time = 306.111350 + 0: The maximum resident set size (KB) = 570716 -Test 117 datm_cdeps_mx025_cfsr PASS +Test 116 datm_cdeps_mx025_cfsr PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/datm_cdeps_mx025_gefs -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_16541/datm_cdeps_mx025_gefs -Checking test 118 datm_cdeps_mx025_gefs results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/datm_cdeps_mx025_gefs +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_18347/datm_cdeps_mx025_gefs +Checking test 117 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 @@ -3168,52 +3128,52 @@ Checking test 118 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 = 300.670001 - 0: The maximum resident set size (KB) = 532840 + 0: The total amount of wall time = 297.560398 + 0: The maximum resident set size (KB) = 530692 -Test 118 datm_cdeps_mx025_gefs PASS +Test 117 datm_cdeps_mx025_gefs PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/datm_cdeps_control_cfsr -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_16541/datm_cdeps_multiple_files_cfsr -Checking test 119 datm_cdeps_multiple_files_cfsr results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/datm_cdeps_control_cfsr +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_18347/datm_cdeps_multiple_files_cfsr +Checking test 118 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 = 141.162592 - 0: The maximum resident set size (KB) = 718912 + 0: The total amount of wall time = 141.948509 + 0: The maximum resident set size (KB) = 719824 -Test 119 datm_cdeps_multiple_files_cfsr PASS +Test 118 datm_cdeps_multiple_files_cfsr PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/datm_cdeps_3072x1536_cfsr -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_16541/datm_cdeps_3072x1536_cfsr -Checking test 120 datm_cdeps_3072x1536_cfsr results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/datm_cdeps_3072x1536_cfsr +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_18347/datm_cdeps_3072x1536_cfsr +Checking test 119 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 = 192.687522 - 0: The maximum resident set size (KB) = 1834896 + 0: The total amount of wall time = 185.965730 + 0: The maximum resident set size (KB) = 1830260 -Test 120 datm_cdeps_3072x1536_cfsr PASS +Test 119 datm_cdeps_3072x1536_cfsr PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/datm_cdeps_debug_cfsr -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_16541/datm_cdeps_debug_cfsr -Checking test 121 datm_cdeps_debug_cfsr results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/datm_cdeps_debug_cfsr +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_18347/datm_cdeps_debug_cfsr +Checking test 120 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 = 448.704852 - 0: The maximum resident set size (KB) = 726732 + 0: The total amount of wall time = 440.738092 + 0: The maximum resident set size (KB) = 726708 -Test 121 datm_cdeps_debug_cfsr PASS +Test 120 datm_cdeps_debug_cfsr PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/control_atmwav -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_16541/control_atmwav -Checking test 122 control_atmwav results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_atmwav +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_18347/control_atmwav +Checking test 121 control_atmwav results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK Comparing atmf000.nc .........OK @@ -3256,15 +3216,15 @@ Checking test 122 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.022758 - 0: The maximum resident set size (KB) = 492144 + 0: The total amount of wall time = 78.354074 + 0: The maximum resident set size (KB) = 496680 -Test 122 control_atmwav PASS +Test 121 control_atmwav PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/control_c384gdas_wav -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_16541/control_c384gdas_wav -Checking test 123 control_c384gdas_wav results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_c384gdas_wav +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_18347/control_c384gdas_wav +Checking test 122 control_c384gdas_wav results .... Comparing sfcf000.nc .........OK Comparing sfcf003.nc .........OK Comparing atmf000.nc .........OK @@ -3309,15 +3269,15 @@ Checking test 123 control_c384gdas_wav results .... Comparing 20210322.030000.restart.gnh_10m .........OK Comparing 20210322.030000.restart.gsh_15m .........OK - 0: The total amount of wall time = 697.723738 - 0: The maximum resident set size (KB) = 1045936 + 0: The total amount of wall time = 701.319748 + 0: The maximum resident set size (KB) = 1046148 -Test 123 control_c384gdas_wav PASS +Test 122 control_c384gdas_wav PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/control_atm_aerosols -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_16541/control_atm_aerosols -Checking test 124 control_atm_aerosols results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_atm_aerosols +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_18347/control_atm_aerosols +Checking test 123 control_atm_aerosols results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -3363,12 +3323,12 @@ Checking test 124 control_atm_aerosols results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 280.440117 - 0: The maximum resident set size (KB) = 889916 + 0: The total amount of wall time = 283.174241 + 0: The maximum resident set size (KB) = 889272 -Test 124 control_atm_aerosols PASS +Test 123 control_atm_aerosols PASS REGRESSION TEST WAS SUCCESSFUL -Fri Mar 4 02:38:19 UTC 2022 -Elapsed time: 00h:50m:32s. Have a nice day! +Fri Mar 4 22:37:30 UTC 2022 +Elapsed time: 00h:58m:11s. Have a nice day! From a4c7c7aa876922b824800af16843fd14d8f3079c Mon Sep 17 00:00:00 2001 From: Brian Curtis Date: Fri, 4 Mar 2022 22:55:23 +0000 Subject: [PATCH 086/106] [AutoRT] gaea.intel Job Completed. on-behalf-of @ufs-community --- tests/RegressionTests_gaea.intel.log | 1524 +++++++++++++------------- 1 file changed, 742 insertions(+), 782 deletions(-) diff --git a/tests/RegressionTests_gaea.intel.log b/tests/RegressionTests_gaea.intel.log index 5de17a9d7b..ad0ca8d6e8 100644 --- a/tests/RegressionTests_gaea.intel.log +++ b/tests/RegressionTests_gaea.intel.log @@ -1,23 +1,23 @@ -Thu Mar 3 14:45:20 EST 2022 +Fri Mar 4 16:39:50 EST 2022 Start Regression test -Compile 001 elapsed time 518 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 236 seconds. -DAPP=S2S -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v16_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile 003 elapsed time 398 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 404 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_RRFS_v1beta,FV3_RRFS_v1nssl -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 005 elapsed time 424 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 384 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 238 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 226 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 215 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 415 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 280 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 013 elapsed time 144 seconds. -DAPP=NG-GODAS -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile 014 elapsed time 368 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-20220228/INTEL/cpld_control_p8 -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_17385/cpld_control_p8 +Compile 001 elapsed time 546 seconds. -DAPP=S2SW -DUFS_GOCART=ON -DCCPP_SUITES=FV3_GFS_v16_coupled_nsstNoahmpUGWPv1,FV3_GFS_v16_coupled_p7_rrtmgp,FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 002 elapsed time 285 seconds. -DAPP=S2S -DDEBUG=ON -DUFS_GOCART=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile 003 elapsed time 397 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_v17_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 004 elapsed time 407 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_RRFS_v1beta,FV3_RRFS_v1nssl -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 005 elapsed time 413 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 423 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 231 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_v17_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 008 elapsed time 223 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 202 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 439 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 428 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 321 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 013 elapsed time 151 seconds. -DAPP=NG-GODAS -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile 014 elapsed time 399 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-20220304/INTEL/cpld_control_p8 +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/cpld_control_p8 Checking test 001 cpld_control_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -78,18 +78,19 @@ Checking test 001 cpld_control_p8 results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2021-03-23-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK + Comparing gocart.inst_aod.20210323_0600z.nc4 .........OK Comparing 20210323.060000.out_grd.glo_1deg .........OK Comparing 20210323.060000.out_pnt.points .........OK Comparing 20210323.060000.restart.glo_1deg .........OK - 0: The total amount of wall time = 236.991345 - 0: The maximum resident set size (KB) = 490900 + 0: The total amount of wall time = 378.497561 + 0: The maximum resident set size (KB) = 1071364 Test 001 cpld_control_p8 PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/cpld_control_p8 -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_17385/cpld_2threads_p8 +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/cpld_control_p8 +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/cpld_2threads_p8 Checking test 002 cpld_2threads_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -138,18 +139,19 @@ Checking test 002 cpld_2threads_p8 results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2021-03-23-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK + Comparing gocart.inst_aod.20210323_0600z.nc4 .........OK Comparing 20210323.060000.out_grd.glo_1deg .........OK Comparing 20210323.060000.out_pnt.points .........OK Comparing 20210323.060000.restart.glo_1deg .........OK - 0: The total amount of wall time = 295.207386 - 0: The maximum resident set size (KB) = 611072 + 0: The total amount of wall time = 538.869812 + 0: The maximum resident set size (KB) = 1464572 Test 002 cpld_2threads_p8 PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/cpld_control_p8 -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_17385/cpld_decomp_p8 +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/cpld_control_p8 +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/cpld_decomp_p8 Checking test 003 cpld_decomp_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -198,18 +200,19 @@ Checking test 003 cpld_decomp_p8 results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2021-03-23-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK + Comparing gocart.inst_aod.20210323_0600z.nc4 .........OK Comparing 20210323.060000.out_grd.glo_1deg .........OK Comparing 20210323.060000.out_pnt.points .........OK Comparing 20210323.060000.restart.glo_1deg .........OK - 0: The total amount of wall time = 239.482267 - 0: The maximum resident set size (KB) = 490816 + 0: The total amount of wall time = 409.500356 + 0: The maximum resident set size (KB) = 1202092 Test 003 cpld_decomp_p8 PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/cpld_control_p8 -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_17385/cpld_mpi_p8 +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/cpld_control_p8 +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/cpld_mpi_p8 Checking test 004 cpld_mpi_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -258,18 +261,19 @@ Checking test 004 cpld_mpi_p8 results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2021-03-23-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK + Comparing gocart.inst_aod.20210323_0600z.nc4 .........OK Comparing 20210323.060000.out_grd.glo_1deg .........OK Comparing 20210323.060000.out_pnt.points .........OK Comparing 20210323.060000.restart.glo_1deg .........OK - 0: The total amount of wall time = 203.350975 - 0: The maximum resident set size (KB) = 472460 + 0: The total amount of wall time = 384.102598 + 0: The maximum resident set size (KB) = 943368 Test 004 cpld_mpi_p8 PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/cpld_control_p7_rrtmgp -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_17385/cpld_control_p7_rrtmgp +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/cpld_control_p7_rrtmgp +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/cpld_control_p7_rrtmgp Checking test 005 cpld_control_p7_rrtmgp results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -322,14 +326,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 = 306.232580 - 0: The maximum resident set size (KB) = 587888 + 0: The total amount of wall time = 325.241884 + 0: The maximum resident set size (KB) = 614516 Test 005 cpld_control_p7_rrtmgp PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/cpld_bmark_p7 -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_17385/cpld_bmark_p7 +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/cpld_bmark_p7 +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/cpld_bmark_p7 Checking test 006 cpld_bmark_p7 results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK @@ -374,17 +378,18 @@ 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 = 966.389936 - 0: The maximum resident set size (KB) = 1161272 + 0: The total amount of wall time = 968.903712 + 0: The maximum resident set size (KB) = 1162712 Test 006 cpld_bmark_p7 PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/cpld_bmark_p8 -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_17385/cpld_bmark_p8 +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/cpld_bmark_p8 +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/cpld_bmark_p8 Checking test 007 cpld_bmark_p8 results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK + Comparing gocart.inst_aod.20130401_0600z.nc4 .........OK Comparing 20130401.060000.out_grd.gwes_30m .........OK Comparing 20130401.060000.out_pnt.points .........OK Comparing RESTART/coupler.res .........OK @@ -426,67 +431,15 @@ 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 = 974.773911 - 0: The maximum resident set size (KB) = 1159556 + 0: The total amount of wall time = 1252.545550 + 0: The maximum resident set size (KB) = 2715220 Test 007 cpld_bmark_p8 PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/cpld_bmark_p8 -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_17385/cpld_bmark_mpi_p8 -Checking test 008 cpld_bmark_mpi_p8 results .... - Comparing sfcf006.nc .........OK - Comparing atmf006.nc .........OK - Comparing 20130401.060000.out_grd.gwes_30m .........OK - Comparing 20130401.060000.out_pnt.points .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - Comparing RESTART/MOM.res.nc .........OK - Comparing RESTART/MOM.res_1.nc .........OK - Comparing RESTART/MOM.res_2.nc .........OK - Comparing RESTART/MOM.res_3.nc .........OK - Comparing RESTART/iced.2013-04-01-21600.nc .........OK - Comparing RESTART/ufs.cpld.cpl.r.2013-04-01-21600.nc .........OK - - 0: The total amount of wall time = 940.307577 - 0: The maximum resident set size (KB) = 1160972 - -Test 008 cpld_bmark_mpi_p8 PASS - - -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/cpld_control_c96_p8 -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_17385/cpld_control_c96_p8 -Checking test 009 cpld_control_c96_p8 results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/cpld_control_c96_p8 +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/cpld_control_c96_p8 +Checking test 008 cpld_control_c96_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK Comparing sfcf021.tile3.nc .........OK @@ -511,6 +464,7 @@ Checking test 009 cpld_control_c96_p8 results .... Comparing atmf024.tile4.nc .........OK Comparing atmf024.tile5.nc .........OK Comparing atmf024.tile6.nc .........OK + Comparing gocart.inst_aod.20210323_0600z.nc4 .........OK Comparing RESTART/coupler.res .........OK Comparing RESTART/fv_core.res.nc .........OK Comparing RESTART/fv_core.res.tile1.nc .........OK @@ -547,15 +501,15 @@ 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.881241 - 0: The maximum resident set size (KB) = 515888 + 0: The total amount of wall time = 392.094387 + 0: The maximum resident set size (KB) = 1047904 -Test 009 cpld_control_c96_p8 PASS +Test 008 cpld_control_c96_p8 PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/cpld_control_c96_p8 -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_17385/cpld_restart_c96_p8 -Checking test 010 cpld_restart_c96_p8 results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/cpld_control_c96_p8 +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/cpld_restart_c96_p8 +Checking test 009 cpld_restart_c96_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK Comparing sfcf024.tile3.nc .........OK @@ -568,6 +522,7 @@ Checking test 010 cpld_restart_c96_p8 results .... Comparing atmf024.tile4.nc .........OK Comparing atmf024.tile5.nc .........OK Comparing atmf024.tile6.nc .........OK + Comparing gocart.inst_aod.20210323_0600z.nc4 .........OK Comparing RESTART/coupler.res .........OK Comparing RESTART/fv_core.res.nc .........OK Comparing RESTART/fv_core.res.tile1.nc .........OK @@ -604,15 +559,15 @@ 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 = 158.713150 - 0: The maximum resident set size (KB) = 305884 + 0: The total amount of wall time = 232.942638 + 0: The maximum resident set size (KB) = 1017836 -Test 010 cpld_restart_c96_p8 PASS +Test 009 cpld_restart_c96_p8 PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/cpld_control_c192_p8 -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_17385/cpld_control_c192_p8 -Checking test 011 cpld_control_c192_p8 results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/cpld_control_c192_p8 +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/cpld_control_c192_p8 +Checking test 010 cpld_control_c192_p8 results .... Comparing sfcf036.tile1.nc .........OK Comparing sfcf036.tile2.nc .........OK Comparing sfcf036.tile3.nc .........OK @@ -625,6 +580,7 @@ Checking test 011 cpld_control_c192_p8 results .... Comparing atmf036.tile4.nc .........OK Comparing atmf036.tile5.nc .........OK Comparing atmf036.tile6.nc .........OK + Comparing gocart.inst_aod.20210323_1800z.nc4 .........OK Comparing RESTART/coupler.res .........OK Comparing RESTART/fv_core.res.nc .........OK Comparing RESTART/fv_core.res.tile1.nc .........OK @@ -661,15 +617,15 @@ 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 = 1008.488798 - 0: The maximum resident set size (KB) = 685160 + 0: The total amount of wall time = 1726.949750 + 0: The maximum resident set size (KB) = 1450504 -Test 011 cpld_control_c192_p8 PASS +Test 010 cpld_control_c192_p8 PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/cpld_control_c192_p8 -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_17385/cpld_restart_c192_p8 -Checking test 012 cpld_restart_c192_p8 results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/cpld_control_c192_p8 +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/cpld_restart_c192_p8 +Checking test 011 cpld_restart_c192_p8 results .... Comparing sfcf036.tile1.nc .........OK Comparing sfcf036.tile2.nc .........OK Comparing sfcf036.tile3.nc .........OK @@ -682,6 +638,7 @@ Checking test 012 cpld_restart_c192_p8 results .... Comparing atmf036.tile4.nc .........OK Comparing atmf036.tile5.nc .........OK Comparing atmf036.tile6.nc .........OK + Comparing gocart.inst_aod.20210323_1800z.nc4 .........OK Comparing RESTART/coupler.res .........OK Comparing RESTART/fv_core.res.nc .........OK Comparing RESTART/fv_core.res.tile1.nc .........OK @@ -718,17 +675,18 @@ 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 = 688.020898 - 0: The maximum resident set size (KB) = 785820 + 0: The total amount of wall time = 1124.789037 + 0: The maximum resident set size (KB) = 1653956 -Test 012 cpld_restart_c192_p8 PASS +Test 011 cpld_restart_c192_p8 PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/cpld_control_c384_p8 -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_17385/cpld_control_c384_p8 -Checking test 013 cpld_control_c384_p8 results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/cpld_control_c384_p8 +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/cpld_control_c384_p8 +Checking test 012 cpld_control_c384_p8 results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK + Comparing gocart.inst_aod.20210322_1200z.nc4 .........OK Comparing RESTART/coupler.res .........OK Comparing RESTART/fv_core.res.nc .........OK Comparing RESTART/fv_core.res.tile1.nc .........OK @@ -768,17 +726,18 @@ 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 = 1150.948503 - 0: The maximum resident set size (KB) = 1187684 + 0: The total amount of wall time = 1424.584330 + 0: The maximum resident set size (KB) = 2741056 -Test 013 cpld_control_c384_p8 PASS +Test 012 cpld_control_c384_p8 PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/cpld_control_c384_p8 -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_17385/cpld_restart_c384_p8 -Checking test 014 cpld_restart_c384_p8 results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/cpld_control_c384_p8 +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/cpld_restart_c384_p8 +Checking test 013 cpld_restart_c384_p8 results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK + Comparing gocart.inst_aod.20210322_1200z.nc4 .........OK Comparing RESTART/coupler.res .........OK Comparing RESTART/fv_core.res.nc .........OK Comparing RESTART/fv_core.res.tile1.nc .........OK @@ -818,15 +777,15 @@ 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 = 594.256211 - 0: The maximum resident set size (KB) = 1147480 + 0: The total amount of wall time = 832.406647 + 0: The maximum resident set size (KB) = 2711860 -Test 014 cpld_restart_c384_p8 PASS +Test 013 cpld_restart_c384_p8 PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/cpld_debug_p8 -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_17385/cpld_debug_p8 -Checking test 015 cpld_debug_p8 results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/cpld_debug_p8 +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/cpld_debug_p8 +Checking test 014 cpld_debug_p8 results .... Comparing sfcf006.tile1.nc .........OK Comparing sfcf006.tile2.nc .........OK Comparing sfcf006.tile3.nc .........OK @@ -839,6 +798,7 @@ Checking test 015 cpld_debug_p8 results .... Comparing atmf006.tile4.nc .........OK Comparing atmf006.tile5.nc .........OK Comparing atmf006.tile6.nc .........OK + Comparing gocart.inst_aod.20210322_1200z.nc4 .........OK Comparing RESTART/coupler.res .........OK Comparing RESTART/fv_core.res.nc .........OK Comparing RESTART/fv_core.res.tile1.nc .........OK @@ -875,15 +835,15 @@ 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 = 629.769602 - 0: The maximum resident set size (KB) = 574756 + 0: The total amount of wall time = 1001.749907 + 0: The maximum resident set size (KB) = 1094408 -Test 015 cpld_debug_p8 PASS +Test 014 cpld_debug_p8 PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/control -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_17385/control -Checking test 016 control results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/control +Checking test 015 control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -929,15 +889,15 @@ 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 = 134.578774 - 0: The maximum resident set size (KB) = 436980 + 0: The total amount of wall time = 134.482247 + 0: The maximum resident set size (KB) = 438056 -Test 016 control PASS +Test 015 control PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/control -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_17385/control_decomp -Checking test 017 control_decomp results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/control_decomp +Checking test 016 control_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -979,29 +939,29 @@ 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 = 140.562850 - 0: The maximum resident set size (KB) = 436172 + 0: The total amount of wall time = 142.566336 + 0: The maximum resident set size (KB) = 436856 -Test 017 control_decomp PASS +Test 016 control_decomp PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/control -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_17385/control_2dwrtdecomp -Checking test 018 control_2dwrtdecomp results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/control_2dwrtdecomp +Checking test 017 control_2dwrtdecomp results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK Comparing atmf024.nc .........OK - 0: The total amount of wall time = 128.398912 - 0: The maximum resident set size (KB) = 436968 + 0: The total amount of wall time = 128.231631 + 0: The maximum resident set size (KB) = 437780 -Test 018 control_2dwrtdecomp PASS +Test 017 control_2dwrtdecomp PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/control -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_17385/control_2threads -Checking test 019 control_2threads results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/control_2threads +Checking test 018 control_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -1043,15 +1003,15 @@ Checking test 019 control_2threads results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 175.797781 - 0: The maximum resident set size (KB) = 489824 + 0: The total amount of wall time = 175.330441 + 0: The maximum resident set size (KB) = 489480 -Test 019 control_2threads PASS +Test 018 control_2threads PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/control -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_17385/control_restart -Checking test 020 control_restart results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/control_restart +Checking test 019 control_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK Comparing GFSFLX.GrbF24 .........OK @@ -1089,15 +1049,15 @@ Checking test 020 control_restart results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 72.587464 - 0: The maximum resident set size (KB) = 172776 + 0: The total amount of wall time = 98.986809 + 0: The maximum resident set size (KB) = 170860 -Test 020 control_restart PASS +Test 019 control_restart PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/control -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_17385/control_fhzero -Checking test 021 control_fhzero results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/control_fhzero +Checking test 020 control_fhzero results .... Comparing sfcf000.nc ............ALT CHECK......OK Comparing sfcf021.nc ............ALT CHECK......OK Comparing atmf000.nc .........OK @@ -1139,15 +1099,15 @@ Checking test 021 control_fhzero results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 159.731130 - 0: The maximum resident set size (KB) = 437000 + 0: The total amount of wall time = 126.955694 + 0: The maximum resident set size (KB) = 437884 -Test 021 control_fhzero PASS +Test 020 control_fhzero PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/control_CubedSphereGrid -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_17385/control_CubedSphereGrid -Checking test 022 control_CubedSphereGrid results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_CubedSphereGrid +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/control_CubedSphereGrid +Checking test 021 control_CubedSphereGrid results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK Comparing sfcf000.tile3.nc .........OK @@ -1173,15 +1133,15 @@ Checking test 022 control_CubedSphereGrid results .... Comparing atmf024.tile5.nc .........OK Comparing atmf024.tile6.nc .........OK - 0: The total amount of wall time = 130.153171 - 0: The maximum resident set size (KB) = 438008 + 0: The total amount of wall time = 130.220608 + 0: The maximum resident set size (KB) = 437176 -Test 022 control_CubedSphereGrid PASS +Test 021 control_CubedSphereGrid PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/control_latlon -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_17385/control_latlon -Checking test 023 control_latlon results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_latlon +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/control_latlon +Checking test 022 control_latlon results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -1191,15 +1151,15 @@ Checking test 023 control_latlon results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 160.641828 - 0: The maximum resident set size (KB) = 436968 + 0: The total amount of wall time = 132.010727 + 0: The maximum resident set size (KB) = 437992 -Test 023 control_latlon PASS +Test 022 control_latlon PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/control_wrtGauss_netcdf_parallel -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_17385/control_wrtGauss_netcdf_parallel -Checking test 024 control_wrtGauss_netcdf_parallel results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_wrtGauss_netcdf_parallel +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/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 .........OK @@ -1209,15 +1169,15 @@ Checking test 024 control_wrtGauss_netcdf_parallel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 178.864405 - 0: The maximum resident set size (KB) = 436956 + 0: The total amount of wall time = 138.937659 + 0: The maximum resident set size (KB) = 438096 -Test 024 control_wrtGauss_netcdf_parallel PASS +Test 023 control_wrtGauss_netcdf_parallel PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/control_c48 -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_17385/control_c48 -Checking test 025 control_c48 results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_c48 +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/control_c48 +Checking test 024 control_c48 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -1255,15 +1215,15 @@ Checking test 025 control_c48 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0: The total amount of wall time = 367.055949 -0: The maximum resident set size (KB) = 632484 +0: The total amount of wall time = 371.058197 +0: The maximum resident set size (KB) = 632368 -Test 025 control_c48 PASS +Test 024 control_c48 PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/control_c192 -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_17385/control_c192 -Checking test 026 control_c192 results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_c192 +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/control_c192 +Checking test 025 control_c192 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -1273,15 +1233,15 @@ Checking test 026 control_c192 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 573.856070 - 0: The maximum resident set size (KB) = 540444 + 0: The total amount of wall time = 575.051366 + 0: The maximum resident set size (KB) = 541128 -Test 026 control_c192 PASS +Test 025 control_c192 PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/control_c384 -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_17385/control_c384 -Checking test 027 control_c384 results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_c384 +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/control_c384 +Checking test 026 control_c384 results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK Comparing atmf000.nc .........OK @@ -1291,15 +1251,15 @@ Checking test 027 control_c384 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 956.698104 - 0: The maximum resident set size (KB) = 803508 + 0: The total amount of wall time = 954.700882 + 0: The maximum resident set size (KB) = 803460 -Test 027 control_c384 PASS +Test 026 control_c384 PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/control_c384gdas -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_17385/control_c384gdas -Checking test 028 control_c384gdas results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_c384gdas +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/control_c384gdas +Checking test 027 control_c384gdas results .... Comparing sfcf000.nc .........OK Comparing sfcf006.nc .........OK Comparing atmf000.nc .........OK @@ -1341,15 +1301,15 @@ Checking test 028 control_c384gdas results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 838.399837 - 0: The maximum resident set size (KB) = 938172 + 0: The total amount of wall time = 835.699732 + 0: The maximum resident set size (KB) = 938136 -Test 028 control_c384gdas PASS +Test 027 control_c384gdas PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/control_stochy -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_17385/control_stochy -Checking test 029 control_stochy results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_stochy +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/control_stochy +Checking test 028 control_stochy results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK Comparing atmf000.nc .........OK @@ -1359,29 +1319,29 @@ Checking test 029 control_stochy results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 129.197001 - 0: The maximum resident set size (KB) = 439900 + 0: The total amount of wall time = 94.248800 + 0: The maximum resident set size (KB) = 440836 -Test 029 control_stochy PASS +Test 028 control_stochy PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/control_stochy -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_17385/control_stochy_restart -Checking test 030 control_stochy_restart results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_stochy +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/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 = 68.802055 - 0: The maximum resident set size (KB) = 190488 + 0: The total amount of wall time = 76.470529 + 0: The maximum resident set size (KB) = 190356 -Test 030 control_stochy_restart PASS +Test 029 control_stochy_restart PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/control_lndp -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_17385/control_lndp -Checking test 031 control_lndp results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_lndp +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/control_lndp +Checking test 030 control_lndp results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK Comparing atmf000.nc .........OK @@ -1391,15 +1351,15 @@ Checking test 031 control_lndp results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 103.048342 - 0: The maximum resident set size (KB) = 443420 + 0: The total amount of wall time = 80.327365 + 0: The maximum resident set size (KB) = 441732 -Test 031 control_lndp PASS +Test 030 control_lndp PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/control_iovr4 -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_17385/control_iovr4 -Checking test 032 control_iovr4 results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_iovr4 +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/control_iovr4 +Checking test 031 control_iovr4 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -1413,15 +1373,15 @@ Checking test 032 control_iovr4 results .... Comparing GFSPRS.GrbF21 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 134.783666 - 0: The maximum resident set size (KB) = 437004 + 0: The total amount of wall time = 135.378770 + 0: The maximum resident set size (KB) = 437968 -Test 032 control_iovr4 PASS +Test 031 control_iovr4 PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/control_iovr5 -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_17385/control_iovr5 -Checking test 033 control_iovr5 results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_iovr5 +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/control_iovr5 +Checking test 032 control_iovr5 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -1435,15 +1395,15 @@ Checking test 033 control_iovr5 results .... Comparing GFSPRS.GrbF21 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 134.688846 - 0: The maximum resident set size (KB) = 436972 + 0: The total amount of wall time = 137.093747 + 0: The maximum resident set size (KB) = 437916 -Test 033 control_iovr5 PASS +Test 032 control_iovr5 PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/control_p8 -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_17385/control_p8 -Checking test 034 control_p8 results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_p8 +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/control_p8 +Checking test 033 control_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -1489,15 +1449,15 @@ Checking test 034 control_p8 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 148.724991 - 0: The maximum resident set size (KB) = 469408 + 0: The total amount of wall time = 164.471626 + 0: The maximum resident set size (KB) = 821652 -Test 034 control_p8 PASS +Test 033 control_p8 PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/control_p8 -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_17385/control_restart_p8 -Checking test 035 control_restart_p8 results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_p8 +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/control_restart_p8 +Checking test 034 control_restart_p8 results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK Comparing GFSFLX.GrbF24 .........OK @@ -1535,15 +1495,15 @@ Checking test 035 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 = 108.866633 - 0: The maximum resident set size (KB) = 278524 + 0: The total amount of wall time = 119.361179 + 0: The maximum resident set size (KB) = 560260 -Test 035 control_restart_p8 PASS +Test 034 control_restart_p8 PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/control_p8 -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_17385/control_decomp_p8 -Checking test 036 control_decomp_p8 results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_p8 +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/control_decomp_p8 +Checking test 035 control_decomp_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -1585,15 +1545,15 @@ Checking test 036 control_decomp_p8 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 176.746424 - 0: The maximum resident set size (KB) = 462064 + 0: The total amount of wall time = 168.096842 + 0: The maximum resident set size (KB) = 816308 -Test 036 control_decomp_p8 PASS +Test 035 control_decomp_p8 PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/control_p8 -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_17385/control_2threads_p8 -Checking test 037 control_2threads_p8 results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_p8 +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/control_2threads_p8 +Checking test 036 control_2threads_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -1635,15 +1595,15 @@ Checking test 037 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 = 223.296559 - 0: The maximum resident set size (KB) = 547184 + 0: The total amount of wall time = 214.610221 + 0: The maximum resident set size (KB) = 893064 -Test 037 control_2threads_p8 PASS +Test 036 control_2threads_p8 PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/control_p7_rrtmgp -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_17385/control_p7_rrtmgp -Checking test 038 control_p7_rrtmgp results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_p7_rrtmgp +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/control_p7_rrtmgp +Checking test 037 control_p7_rrtmgp results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -1689,15 +1649,15 @@ Checking test 038 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 = 208.681448 - 0: The maximum resident set size (KB) = 558452 + 0: The total amount of wall time = 223.487616 + 0: The maximum resident set size (KB) = 567940 -Test 038 control_p7_rrtmgp PASS +Test 037 control_p7_rrtmgp PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/fv3_regional_control -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_17385/regional_control -Checking test 039 regional_control results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/fv3_regional_control +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/regional_control +Checking test 038 regional_control results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK Comparing phyf000.nc .........OK @@ -1707,58 +1667,58 @@ Checking test 039 regional_control results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF24 .........OK - 0: The total amount of wall time = 346.981503 - 0: The maximum resident set size (KB) = 541124 + 0: The total amount of wall time = 346.643973 + 0: The maximum resident set size (KB) = 540724 -Test 039 regional_control PASS +Test 038 regional_control PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/fv3_regional_control -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_17385/regional_restart -Checking test 040 regional_restart results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/fv3_regional_control +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/regional_restart +Checking test 039 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 = 188.878609 - 0: The maximum resident set size (KB) = 539432 + 0: The total amount of wall time = 190.390235 + 0: The maximum resident set size (KB) = 538968 -Test 040 regional_restart PASS +Test 039 regional_restart PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/fv3_regional_control -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_17385/regional_control_2dwrtdecomp -Checking test 041 regional_control_2dwrtdecomp results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/fv3_regional_control +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/regional_control_2dwrtdecomp +Checking test 040 regional_control_2dwrtdecomp results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK Comparing phyf000.nc .........OK Comparing phyf024.nc .........OK - 0: The total amount of wall time = 374.924097 - 0: The maximum resident set size (KB) = 541148 + 0: The total amount of wall time = 348.830463 + 0: The maximum resident set size (KB) = 540740 -Test 041 regional_control_2dwrtdecomp PASS +Test 040 regional_control_2dwrtdecomp PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/fv3_regional_noquilt -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_17385/regional_noquilt -Checking test 042 regional_noquilt results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/fv3_regional_noquilt +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/regional_noquilt +Checking test 041 regional_noquilt results .... Comparing atmos_4xdaily.nc .........OK Comparing fv3_history2d.nc .........OK Comparing fv3_history.nc .........OK Comparing RESTART/fv_core.res.tile1_new.nc .........OK Comparing RESTART/fv_tracer.res.tile1_new.nc .........OK - 0: The total amount of wall time = 364.919564 - 0: The maximum resident set size (KB) = 551092 + 0: The total amount of wall time = 362.689828 + 0: The maximum resident set size (KB) = 551180 -Test 042 regional_noquilt PASS +Test 041 regional_noquilt PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/fv3_regional_control -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_17385/regional_2threads -Checking test 043 regional_2threads results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/fv3_regional_control +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/regional_2threads +Checking test 042 regional_2threads results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK Comparing phyf000.nc .........OK @@ -1768,15 +1728,15 @@ Checking test 043 regional_2threads results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF24 .........OK - 0: The total amount of wall time = 275.623036 - 0: The maximum resident set size (KB) = 543088 + 0: The total amount of wall time = 280.139838 + 0: The maximum resident set size (KB) = 544052 -Test 043 regional_2threads PASS +Test 042 regional_2threads PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/fv3_regional_hafs -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_17385/regional_hafs -Checking test 044 regional_hafs results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/fv3_regional_hafs +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/regional_hafs +Checking test 043 regional_hafs results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK Comparing phyf000.nc .........OK @@ -1784,29 +1744,29 @@ Checking test 044 regional_hafs results .... Comparing HURPRS.GrbF00 .........OK Comparing HURPRS.GrbF24 .........OK - 0: The total amount of wall time = 343.377639 - 0: The maximum resident set size (KB) = 540712 + 0: The total amount of wall time = 343.085365 + 0: The maximum resident set size (KB) = 540276 -Test 044 regional_hafs PASS +Test 043 regional_hafs PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/fv3_regional_netcdf_parallel -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_17385/regional_netcdf_parallel -Checking test 045 regional_netcdf_parallel results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/fv3_regional_netcdf_parallel +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/regional_netcdf_parallel +Checking test 044 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 = 365.466469 - 0: The maximum resident set size (KB) = 539528 + 0: The total amount of wall time = 344.099095 + 0: The maximum resident set size (KB) = 539120 -Test 045 regional_netcdf_parallel PASS +Test 044 regional_netcdf_parallel PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/fv3_regional_RRTMGP -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_17385/regional_RRTMGP -Checking test 046 regional_RRTMGP results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/fv3_regional_RRTMGP +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/regional_RRTMGP +Checking test 045 regional_RRTMGP results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK Comparing phyf000.nc .........OK @@ -1816,15 +1776,15 @@ Checking test 046 regional_RRTMGP results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF24 .........OK - 0: The total amount of wall time = 479.832243 - 0: The maximum resident set size (KB) = 666868 + 0: The total amount of wall time = 483.196490 + 0: The maximum resident set size (KB) = 666472 -Test 046 regional_RRTMGP PASS +Test 045 regional_RRTMGP PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/rap_control -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_17385/rap_control -Checking test 047 rap_control results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/rap_control +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/rap_control +Checking test 046 rap_control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -1870,15 +1830,15 @@ Checking test 047 rap_control results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 381.343719 - 0: The maximum resident set size (KB) = 805560 + 0: The total amount of wall time = 404.481560 + 0: The maximum resident set size (KB) = 804376 -Test 047 rap_control PASS +Test 046 rap_control PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/regional_spp_sppt_shum_skeb -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_17385/regional_spp_sppt_shum_skeb -Checking test 048 regional_spp_sppt_shum_skeb results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/regional_spp_sppt_shum_skeb +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/regional_spp_sppt_shum_skeb +Checking test 047 regional_spp_sppt_shum_skeb results .... Comparing dynf000.nc .........OK Comparing dynf001.nc .........OK Comparing phyf000.nc .........OK @@ -1888,15 +1848,15 @@ Checking test 048 regional_spp_sppt_shum_skeb results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF01 .........OK - 0: The total amount of wall time = 327.178204 - 0: The maximum resident set size (KB) = 873824 + 0: The total amount of wall time = 338.247582 + 0: The maximum resident set size (KB) = 874036 -Test 048 regional_spp_sppt_shum_skeb PASS +Test 047 regional_spp_sppt_shum_skeb PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/rap_control -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_17385/rap_2threads -Checking test 049 rap_2threads results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/rap_control +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/rap_2threads +Checking test 048 rap_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -1942,15 +1902,15 @@ Checking test 049 rap_2threads results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 533.556935 - 0: The maximum resident set size (KB) = 867416 + 0: The total amount of wall time = 513.377699 + 0: The maximum resident set size (KB) = 867956 -Test 049 rap_2threads PASS +Test 048 rap_2threads PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/rap_control -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_17385/rap_restart -Checking test 050 rap_restart results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/rap_control +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/rap_restart +Checking test 049 rap_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK Comparing GFSFLX.GrbF24 .........OK @@ -1988,15 +1948,15 @@ Checking test 050 rap_restart results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 247.732749 - 0: The maximum resident set size (KB) = 543656 + 0: The total amount of wall time = 223.357769 + 0: The maximum resident set size (KB) = 544244 -Test 050 rap_restart PASS +Test 049 rap_restart PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/rap_sfcdiff -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_17385/rap_sfcdiff -Checking test 051 rap_sfcdiff results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/rap_sfcdiff +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/rap_sfcdiff +Checking test 050 rap_sfcdiff results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -2042,15 +2002,15 @@ Checking test 051 rap_sfcdiff results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 384.236672 - 0: The maximum resident set size (KB) = 805228 + 0: The total amount of wall time = 403.233672 + 0: The maximum resident set size (KB) = 804304 -Test 051 rap_sfcdiff PASS +Test 050 rap_sfcdiff PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/rap_sfcdiff -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_17385/rap_sfcdiff_restart -Checking test 052 rap_sfcdiff_restart results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/rap_sfcdiff +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/rap_sfcdiff_restart +Checking test 051 rap_sfcdiff_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK Comparing GFSFLX.GrbF24 .........OK @@ -2088,15 +2048,15 @@ Checking test 052 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 = 200.294356 - 0: The maximum resident set size (KB) = 543560 + 0: The total amount of wall time = 196.464121 + 0: The maximum resident set size (KB) = 543720 -Test 052 rap_sfcdiff_restart PASS +Test 051 rap_sfcdiff_restart PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/hrrr_control -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_17385/hrrr_control -Checking test 053 hrrr_control results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/hrrr_control +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/hrrr_control +Checking test 052 hrrr_control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -2142,15 +2102,15 @@ Checking test 053 hrrr_control results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 391.427554 - 0: The maximum resident set size (KB) = 803004 + 0: The total amount of wall time = 394.296045 + 0: The maximum resident set size (KB) = 802548 -Test 053 hrrr_control PASS +Test 052 hrrr_control PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/rrfs_v1beta -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_17385/rrfs_v1beta -Checking test 054 rrfs_v1beta results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/rrfs_v1beta +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/rrfs_v1beta +Checking test 053 rrfs_v1beta results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -2196,15 +2156,15 @@ Checking test 054 rrfs_v1beta results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 393.698026 - 0: The maximum resident set size (KB) = 801944 + 0: The total amount of wall time = 377.918946 + 0: The maximum resident set size (KB) = 801524 -Test 054 rrfs_v1beta PASS +Test 053 rrfs_v1beta PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/rrfs_v1nssl -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_17385/rrfs_v1nssl -Checking test 055 rrfs_v1nssl results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/rrfs_v1nssl +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/rrfs_v1nssl +Checking test 054 rrfs_v1nssl results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -2218,15 +2178,15 @@ Checking test 055 rrfs_v1nssl results .... Comparing GFSPRS.GrbF21 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 487.667790 - 0: The maximum resident set size (KB) = 491840 + 0: The total amount of wall time = 518.057001 + 0: The maximum resident set size (KB) = 491460 -Test 055 rrfs_v1nssl PASS +Test 054 rrfs_v1nssl PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/rrfs_v1nssl_nohailnoccn -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_17385/rrfs_v1nssl_nohailnoccn -Checking test 056 rrfs_v1nssl_nohailnoccn results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/rrfs_v1nssl_nohailnoccn +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/rrfs_v1nssl_nohailnoccn +Checking test 055 rrfs_v1nssl_nohailnoccn results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -2240,15 +2200,15 @@ Checking test 056 rrfs_v1nssl_nohailnoccn results .... Comparing GFSPRS.GrbF21 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 467.166857 - 0: The maximum resident set size (KB) = 485092 + 0: The total amount of wall time = 488.391430 + 0: The maximum resident set size (KB) = 484340 -Test 056 rrfs_v1nssl_nohailnoccn PASS +Test 055 rrfs_v1nssl_nohailnoccn PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/rrfs_conus13km_hrrr_warm -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_17385/rrfs_conus13km_hrrr_warm -Checking test 057 rrfs_conus13km_hrrr_warm results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/rrfs_conus13km_hrrr_warm +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/rrfs_conus13km_hrrr_warm +Checking test 056 rrfs_conus13km_hrrr_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing sfcf002.nc .........OK @@ -2256,15 +2216,15 @@ Checking test 057 rrfs_conus13km_hrrr_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 205.880653 - 0: The maximum resident set size (KB) = 613656 + 0: The total amount of wall time = 179.290671 + 0: The maximum resident set size (KB) = 613188 -Test 057 rrfs_conus13km_hrrr_warm PASS +Test 056 rrfs_conus13km_hrrr_warm PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/rrfs_conus13km_radar_tten_warm -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_17385/rrfs_conus13km_radar_tten_warm -Checking test 058 rrfs_conus13km_radar_tten_warm results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/rrfs_conus13km_radar_tten_warm +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/rrfs_conus13km_radar_tten_warm +Checking test 057 rrfs_conus13km_radar_tten_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing sfcf002.nc .........OK @@ -2272,15 +2232,15 @@ Checking test 058 rrfs_conus13km_radar_tten_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 185.647065 - 0: The maximum resident set size (KB) = 615892 + 0: The total amount of wall time = 190.583073 + 0: The maximum resident set size (KB) = 616228 -Test 058 rrfs_conus13km_radar_tten_warm PASS +Test 057 rrfs_conus13km_radar_tten_warm PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/control_rrtmgp -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_17385/control_rrtmgp -Checking test 059 control_rrtmgp results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_rrtmgp +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/control_rrtmgp +Checking test 058 control_rrtmgp results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -2290,15 +2250,15 @@ Checking test 059 control_rrtmgp results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 223.064296 - 0: The maximum resident set size (KB) = 563128 + 0: The total amount of wall time = 249.628485 + 0: The maximum resident set size (KB) = 565656 -Test 059 control_rrtmgp PASS +Test 058 control_rrtmgp PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/control_rrtmgp_c192 -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_17385/control_rrtmgp_c192 -Checking test 060 control_rrtmgp_c192 results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_rrtmgp_c192 +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/control_rrtmgp_c192 +Checking test 059 control_rrtmgp_c192 results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK Comparing atmf000.nc .........OK @@ -2308,15 +2268,15 @@ Checking test 060 control_rrtmgp_c192 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 613.867065 - 0: The maximum resident set size (KB) = 775228 + 0: The total amount of wall time = 614.295452 + 0: The maximum resident set size (KB) = 776008 -Test 060 control_rrtmgp_c192 PASS +Test 059 control_rrtmgp_c192 PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/control_csawmgt -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_17385/control_csawmgt -Checking test 061 control_csawmgt results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_csawmgt +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/control_csawmgt +Checking test 060 control_csawmgt results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -2326,15 +2286,15 @@ Checking test 061 control_csawmgt results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 368.651037 - 0: The maximum resident set size (KB) = 504416 + 0: The total amount of wall time = 349.899495 + 0: The maximum resident set size (KB) = 505308 -Test 061 control_csawmgt PASS +Test 060 control_csawmgt PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/control_flake -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_17385/control_flake -Checking test 062 control_flake results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_flake +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/control_flake +Checking test 061 control_flake results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -2344,15 +2304,15 @@ Checking test 062 control_flake results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 248.096776 - 0: The maximum resident set size (KB) = 508820 + 0: The total amount of wall time = 250.427481 + 0: The maximum resident set size (KB) = 509176 -Test 062 control_flake PASS +Test 061 control_flake PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/control_ras -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_17385/control_ras -Checking test 063 control_ras results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_ras +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/control_ras +Checking test 062 control_ras results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -2362,15 +2322,15 @@ Checking test 063 control_ras results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 184.166260 - 0: The maximum resident set size (KB) = 471816 + 0: The total amount of wall time = 212.188652 + 0: The maximum resident set size (KB) = 472368 -Test 063 control_ras PASS +Test 062 control_ras PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/control_thompson -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_17385/control_thompson -Checking test 064 control_thompson results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_thompson +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/control_thompson +Checking test 063 control_thompson results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -2380,15 +2340,15 @@ Checking test 064 control_thompson results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 257.898963 - 0: The maximum resident set size (KB) = 821224 + 0: The total amount of wall time = 238.457103 + 0: The maximum resident set size (KB) = 821796 -Test 064 control_thompson PASS +Test 063 control_thompson PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/control_thompson_no_aero -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_17385/control_thompson_no_aero -Checking test 065 control_thompson_no_aero results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_thompson_no_aero +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/control_thompson_no_aero +Checking test 064 control_thompson_no_aero results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -2398,55 +2358,55 @@ Checking test 065 control_thompson_no_aero results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 246.849405 - 0: The maximum resident set size (KB) = 815412 + 0: The total amount of wall time = 222.857506 + 0: The maximum resident set size (KB) = 815656 -Test 065 control_thompson_no_aero PASS +Test 064 control_thompson_no_aero PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/control_wam_repro -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_17385/control_wam_repro -Checking test 066 control_wam results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_wam_repro +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/control_wam_repro +Checking test 065 control_wam results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK - 0: The total amount of wall time = 117.612016 - 0: The maximum resident set size (KB) = 181928 + 0: The total amount of wall time = 146.938200 + 0: The maximum resident set size (KB) = 182288 -Test 066 control_wam PASS +Test 065 control_wam PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/control_debug -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_17385/control_debug -Checking test 067 control_debug results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_debug +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/control_debug +Checking test 066 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 = 146.253778 - 0: The maximum resident set size (KB) = 503236 + 0: The total amount of wall time = 145.780340 + 0: The maximum resident set size (KB) = 503756 -Test 067 control_debug PASS +Test 066 control_debug PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/control_debug -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_17385/control_2threads_debug -Checking test 068 control_2threads_debug results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_debug +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/control_2threads_debug +Checking test 067 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 = 252.630218 - 0: The maximum resident set size (KB) = 554660 + 0: The total amount of wall time = 252.521389 + 0: The maximum resident set size (KB) = 553824 -Test 068 control_2threads_debug PASS +Test 067 control_2threads_debug PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/control_CubedSphereGrid_debug -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_17385/control_CubedSphereGrid_debug -Checking test 069 control_CubedSphereGrid_debug results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_CubedSphereGrid_debug +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/control_CubedSphereGrid_debug +Checking test 068 control_CubedSphereGrid_debug results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK Comparing sfcf000.tile3.nc .........OK @@ -2472,429 +2432,429 @@ Checking test 069 control_CubedSphereGrid_debug results .... Comparing atmf001.tile5.nc .........OK Comparing atmf001.tile6.nc .........OK - 0: The total amount of wall time = 155.973523 - 0: The maximum resident set size (KB) = 504188 + 0: The total amount of wall time = 186.371877 + 0: The maximum resident set size (KB) = 504320 -Test 069 control_CubedSphereGrid_debug PASS +Test 068 control_CubedSphereGrid_debug PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/control_wrtGauss_netcdf_parallel_debug -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_17385/control_wrtGauss_netcdf_parallel_debug -Checking test 070 control_wrtGauss_netcdf_parallel_debug results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_wrtGauss_netcdf_parallel_debug +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/control_wrtGauss_netcdf_parallel_debug +Checking test 069 control_wrtGauss_netcdf_parallel_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 167.480482 - 0: The maximum resident set size (KB) = 503208 + 0: The total amount of wall time = 160.781812 + 0: The maximum resident set size (KB) = 503660 -Test 070 control_wrtGauss_netcdf_parallel_debug PASS +Test 069 control_wrtGauss_netcdf_parallel_debug PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/control_stochy_debug -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_17385/control_stochy_debug -Checking test 071 control_stochy_debug results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_stochy_debug +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/control_stochy_debug +Checking test 070 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.080635 - 0: The maximum resident set size (KB) = 508472 + 0: The total amount of wall time = 168.526773 + 0: The maximum resident set size (KB) = 508828 -Test 071 control_stochy_debug PASS +Test 070 control_stochy_debug PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/control_lndp_debug -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_17385/control_lndp_debug -Checking test 072 control_lndp_debug results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_lndp_debug +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/control_lndp_debug +Checking test 071 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 = 150.096060 - 0: The maximum resident set size (KB) = 509600 + 0: The total amount of wall time = 153.974114 + 0: The maximum resident set size (KB) = 509476 -Test 072 control_lndp_debug PASS +Test 071 control_lndp_debug PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/control_rrtmgp_debug -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_17385/control_rrtmgp_debug -Checking test 073 control_rrtmgp_debug results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_rrtmgp_debug +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/control_rrtmgp_debug +Checking test 072 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 = 163.218688 - 0: The maximum resident set size (KB) = 609180 + 0: The total amount of wall time = 167.523663 + 0: The maximum resident set size (KB) = 609424 -Test 073 control_rrtmgp_debug PASS +Test 072 control_rrtmgp_debug PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/control_csawmg_debug -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_17385/control_csawmg_debug -Checking test 074 control_csawmg_debug results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_csawmg_debug +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/control_csawmg_debug +Checking test 073 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 = 239.753297 - 0: The maximum resident set size (KB) = 545440 + 0: The total amount of wall time = 239.981147 + 0: The maximum resident set size (KB) = 546340 -Test 074 control_csawmg_debug PASS +Test 073 control_csawmg_debug PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/control_csawmgt_debug -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_17385/control_csawmgt_debug -Checking test 075 control_csawmgt_debug results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_csawmgt_debug +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/control_csawmgt_debug +Checking test 074 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 = 235.487119 - 0: The maximum resident set size (KB) = 545492 + 0: The total amount of wall time = 257.927276 + 0: The maximum resident set size (KB) = 545812 -Test 075 control_csawmgt_debug PASS +Test 074 control_csawmgt_debug PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/control_ras_debug -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_17385/control_ras_debug -Checking test 076 control_ras_debug results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_ras_debug +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/control_ras_debug +Checking test 075 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 = 151.789807 - 0: The maximum resident set size (KB) = 516104 + 0: The total amount of wall time = 153.911899 + 0: The maximum resident set size (KB) = 517028 -Test 076 control_ras_debug PASS +Test 075 control_ras_debug PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/control_diag_debug -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_17385/control_diag_debug -Checking test 077 control_diag_debug results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_diag_debug +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/control_diag_debug +Checking test 076 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 = 181.408440 - 0: The maximum resident set size (KB) = 561424 + 0: The total amount of wall time = 159.385881 + 0: The maximum resident set size (KB) = 561200 -Test 077 control_diag_debug PASS +Test 076 control_diag_debug PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/control_debug_p8 -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_17385/control_debug_p8 -Checking test 078 control_debug_p8 results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_debug_p8 +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/control_debug_p8 +Checking test 077 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 = 160.236202 - 0: The maximum resident set size (KB) = 530304 + 0: The total amount of wall time = 163.056294 + 0: The maximum resident set size (KB) = 881168 -Test 078 control_debug_p8 PASS +Test 077 control_debug_p8 PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/control_thompson_debug -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_17385/control_thompson_debug -Checking test 079 control_thompson_debug results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_thompson_debug +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/control_thompson_debug +Checking test 078 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 = 173.075734 - 0: The maximum resident set size (KB) = 865124 + 0: The total amount of wall time = 202.326778 + 0: The maximum resident set size (KB) = 865092 -Test 079 control_thompson_debug PASS +Test 078 control_thompson_debug PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/control_thompson_no_aero_debug -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_17385/control_thompson_no_aero_debug -Checking test 080 control_thompson_no_aero_debug results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_thompson_no_aero_debug +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/control_thompson_no_aero_debug +Checking test 079 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 = 166.219633 - 0: The maximum resident set size (KB) = 859736 + 0: The total amount of wall time = 166.739619 + 0: The maximum resident set size (KB) = 859016 -Test 080 control_thompson_no_aero_debug PASS +Test 079 control_thompson_no_aero_debug PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/control_thompson_debug_extdiag -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_17385/control_thompson_extdiag_debug -Checking test 081 control_thompson_extdiag_debug results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_thompson_debug_extdiag +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/control_thompson_extdiag_debug +Checking test 080 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 = 212.486296 - 0: The maximum resident set size (KB) = 893204 + 0: The total amount of wall time = 181.296380 + 0: The maximum resident set size (KB) = 892944 -Test 081 control_thompson_extdiag_debug PASS +Test 080 control_thompson_extdiag_debug PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/control_thompson_progcld_thompson_debug -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_17385/control_thompson_progcld_thompson_debug -Checking test 082 control_thompson_progcld_thompson_debug results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_thompson_progcld_thompson_debug +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/control_thompson_progcld_thompson_debug +Checking test 081 control_thompson_progcld_thompson_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 172.140656 - 0: The maximum resident set size (KB) = 864472 + 0: The total amount of wall time = 173.134048 + 0: The maximum resident set size (KB) = 864228 -Test 082 control_thompson_progcld_thompson_debug PASS +Test 081 control_thompson_progcld_thompson_debug PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/fv3_regional_debug -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_17385/regional_debug -Checking test 083 regional_debug results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/fv3_regional_debug +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/regional_debug +Checking test 082 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 = 257.785634 - 0: The maximum resident set size (KB) = 567160 + 0: The total amount of wall time = 290.657052 + 0: The maximum resident set size (KB) = 567072 -Test 083 regional_debug PASS +Test 082 regional_debug PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/rap_control_debug -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_17385/rap_control_debug -Checking test 084 rap_control_debug results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/rap_control_debug +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/rap_control_debug +Checking test 083 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 = 272.380374 - 0: The maximum resident set size (KB) = 871760 + 0: The total amount of wall time = 276.014285 + 0: The maximum resident set size (KB) = 871360 -Test 084 rap_control_debug PASS +Test 083 rap_control_debug PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/rap_control_debug -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_17385/rap_unified_drag_suite_debug -Checking test 085 rap_unified_drag_suite_debug results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/rap_control_debug +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/rap_unified_drag_suite_debug +Checking test 084 rap_unified_drag_suite_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 272.730328 - 0: The maximum resident set size (KB) = 871852 + 0: The total amount of wall time = 272.725946 + 0: The maximum resident set size (KB) = 871424 -Test 085 rap_unified_drag_suite_debug PASS +Test 084 rap_unified_drag_suite_debug PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/rap_diag_debug -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_17385/rap_diag_debug -Checking test 086 rap_diag_debug results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/rap_diag_debug +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/rap_diag_debug +Checking test 085 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 = 287.612218 - 0: The maximum resident set size (KB) = 954760 + 0: The total amount of wall time = 287.487552 + 0: The maximum resident set size (KB) = 954404 -Test 086 rap_diag_debug PASS +Test 085 rap_diag_debug PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/rap_cires_ugwp_debug -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_17385/rap_cires_ugwp_debug -Checking test 087 rap_cires_ugwp_debug results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/rap_cires_ugwp_debug +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/rap_cires_ugwp_debug +Checking test 086 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 = 283.053604 - 0: The maximum resident set size (KB) = 874412 + 0: The total amount of wall time = 278.682738 + 0: The maximum resident set size (KB) = 873156 -Test 087 rap_cires_ugwp_debug PASS +Test 086 rap_cires_ugwp_debug PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/rap_cires_ugwp_debug -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_17385/rap_unified_ugwp_debug -Checking test 088 rap_unified_ugwp_debug results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/rap_cires_ugwp_debug +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/rap_unified_ugwp_debug +Checking test 087 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.109770 - 0: The maximum resident set size (KB) = 872028 + 0: The total amount of wall time = 308.015634 + 0: The maximum resident set size (KB) = 871516 -Test 088 rap_unified_ugwp_debug PASS +Test 087 rap_unified_ugwp_debug PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/rap_noah_debug -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_17385/rap_noah_debug -Checking test 089 rap_noah_debug results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/rap_noah_debug +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/rap_noah_debug +Checking test 088 rap_noah_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 269.481648 - 0: The maximum resident set size (KB) = 870964 + 0: The total amount of wall time = 269.714593 + 0: The maximum resident set size (KB) = 870552 -Test 089 rap_noah_debug PASS +Test 088 rap_noah_debug PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/rap_rrtmgp_debug -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_17385/rap_rrtmgp_debug -Checking test 090 rap_rrtmgp_debug results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/rap_rrtmgp_debug +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/rap_rrtmgp_debug +Checking test 089 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 = 470.036103 - 0: The maximum resident set size (KB) = 977960 + 0: The total amount of wall time = 470.517947 + 0: The maximum resident set size (KB) = 977796 -Test 090 rap_rrtmgp_debug PASS +Test 089 rap_rrtmgp_debug PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/rap_lndp_debug -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_17385/rap_lndp_debug -Checking test 091 rap_lndp_debug results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/rap_lndp_debug +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/rap_lndp_debug +Checking test 090 rap_lndp_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 273.819391 - 0: The maximum resident set size (KB) = 872620 + 0: The total amount of wall time = 275.017417 + 0: The maximum resident set size (KB) = 872204 -Test 091 rap_lndp_debug PASS +Test 090 rap_lndp_debug PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/rap_sfcdiff_debug -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_17385/rap_sfcdiff_debug -Checking test 092 rap_sfcdiff_debug results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/rap_sfcdiff_debug +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/rap_sfcdiff_debug +Checking test 091 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 = 272.313670 - 0: The maximum resident set size (KB) = 871600 + 0: The total amount of wall time = 272.349398 + 0: The maximum resident set size (KB) = 871728 -Test 092 rap_sfcdiff_debug PASS +Test 091 rap_sfcdiff_debug PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/rap_flake_debug -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_17385/rap_flake_debug -Checking test 093 rap_flake_debug results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/rap_flake_debug +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/rap_flake_debug +Checking test 092 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 = 272.207699 - 0: The maximum resident set size (KB) = 871672 + 0: The total amount of wall time = 273.156168 + 0: The maximum resident set size (KB) = 871436 -Test 093 rap_flake_debug PASS +Test 092 rap_flake_debug PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/rap_noah_sfcdiff_cires_ugwp_debug -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_17385/rap_noah_sfcdiff_cires_ugwp_debug -Checking test 094 rap_noah_sfcdiff_cires_ugwp_debug results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/rap_noah_sfcdiff_cires_ugwp_debug +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/rap_noah_sfcdiff_cires_ugwp_debug +Checking test 093 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 = 459.370218 - 0: The maximum resident set size (KB) = 870520 + 0: The total amount of wall time = 489.757895 + 0: The maximum resident set size (KB) = 870264 -Test 094 rap_noah_sfcdiff_cires_ugwp_debug PASS +Test 093 rap_noah_sfcdiff_cires_ugwp_debug PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/rap_progcld_thompson_debug -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_17385/rap_progcld_thompson_debug -Checking test 095 rap_progcld_thompson_debug results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/rap_progcld_thompson_debug +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/rap_progcld_thompson_debug +Checking test 094 rap_progcld_thompson_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 274.239033 - 0: The maximum resident set size (KB) = 872088 + 0: The total amount of wall time = 276.503075 + 0: The maximum resident set size (KB) = 871420 -Test 095 rap_progcld_thompson_debug PASS +Test 094 rap_progcld_thompson_debug PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/rrfs_v1beta_debug -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_17385/rrfs_v1beta_debug -Checking test 096 rrfs_v1beta_debug results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/rrfs_v1beta_debug +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/rrfs_v1beta_debug +Checking test 095 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.978697 - 0: The maximum resident set size (KB) = 869188 + 0: The total amount of wall time = 271.803682 + 0: The maximum resident set size (KB) = 868980 -Test 096 rrfs_v1beta_debug PASS +Test 095 rrfs_v1beta_debug PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/control_wam_debug -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_17385/control_wam_debug -Checking test 097 control_wam_debug results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_wam_debug +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/control_wam_debug +Checking test 096 control_wam_debug results .... Comparing sfcf019.nc .........OK Comparing atmf019.nc .........OK - 0: The total amount of wall time = 349.091647 - 0: The maximum resident set size (KB) = 212144 + 0: The total amount of wall time = 292.433847 + 0: The maximum resident set size (KB) = 211524 -Test 097 control_wam_debug PASS +Test 096 control_wam_debug PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/hafs_regional_atm -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_17385/hafs_regional_atm -Checking test 098 hafs_regional_atm results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/hafs_regional_atm +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/hafs_regional_atm +Checking test 097 hafs_regional_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK - 0: The total amount of wall time = 323.145440 - 0: The maximum resident set size (KB) = 657976 + 0: The total amount of wall time = 289.032791 + 0: The maximum resident set size (KB) = 664136 -Test 098 hafs_regional_atm PASS +Test 097 hafs_regional_atm PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/hafs_regional_atm_thompson_gfdlsf -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_17385/hafs_regional_atm_thompson_gfdlsf -Checking test 099 hafs_regional_atm_thompson_gfdlsf results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/hafs_regional_atm_thompson_gfdlsf +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/hafs_regional_atm_thompson_gfdlsf +Checking test 098 hafs_regional_atm_thompson_gfdlsf results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK - 0: The total amount of wall time = 356.658593 - 0: The maximum resident set size (KB) = 1024044 + 0: The total amount of wall time = 351.931870 + 0: The maximum resident set size (KB) = 1019184 -Test 099 hafs_regional_atm_thompson_gfdlsf PASS +Test 098 hafs_regional_atm_thompson_gfdlsf PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/hafs_regional_atm_ocn -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_17385/hafs_regional_atm_ocn -Checking test 100 hafs_regional_atm_ocn results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/hafs_regional_atm_ocn +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/hafs_regional_atm_ocn +Checking test 099 hafs_regional_atm_ocn results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing archv.2019_241_06.a .........OK @@ -2902,29 +2862,29 @@ Checking test 100 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 = 443.394618 - 0: The maximum resident set size (KB) = 662708 + 0: The total amount of wall time = 387.939708 + 0: The maximum resident set size (KB) = 662704 -Test 100 hafs_regional_atm_ocn PASS +Test 099 hafs_regional_atm_ocn PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/hafs_regional_atm_wav -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_17385/hafs_regional_atm_wav -Checking test 101 hafs_regional_atm_wav results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/hafs_regional_atm_wav +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/hafs_regional_atm_wav +Checking test 100 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 = 876.443815 - 0: The maximum resident set size (KB) = 666136 + 0: The total amount of wall time = 865.405359 + 0: The maximum resident set size (KB) = 666176 -Test 101 hafs_regional_atm_wav PASS +Test 100 hafs_regional_atm_wav PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/hafs_regional_atm_ocn_wav -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_17385/hafs_regional_atm_ocn_wav -Checking test 102 hafs_regional_atm_ocn_wav results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/hafs_regional_atm_ocn_wav +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/hafs_regional_atm_ocn_wav +Checking test 101 hafs_regional_atm_ocn_wav results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing archv.2019_241_06.a .........OK @@ -2932,29 +2892,29 @@ Checking test 102 hafs_regional_atm_ocn_wav results .... Comparing out_grd.ww3 .........OK Comparing out_pnt.ww3 .........OK - 0: The total amount of wall time = 1031.423768 - 0: The maximum resident set size (KB) = 667476 + 0: The total amount of wall time = 960.877355 + 0: The maximum resident set size (KB) = 667432 -Test 102 hafs_regional_atm_ocn_wav PASS +Test 101 hafs_regional_atm_ocn_wav PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/hafs_regional_1nest_atm -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_17385/hafs_regional_1nest_atm -Checking test 103 hafs_regional_1nest_atm results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/hafs_regional_1nest_atm +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/hafs_regional_1nest_atm +Checking test 102 hafs_regional_1nest_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK Comparing sfc.nest02.f006.nc .........OK - 0: The total amount of wall time = 568.627528 - 0: The maximum resident set size (KB) = 260292 + 0: The total amount of wall time = 537.206621 + 0: The maximum resident set size (KB) = 260740 -Test 103 hafs_regional_1nest_atm PASS +Test 102 hafs_regional_1nest_atm PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/hafs_regional_telescopic_2nests_atm -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_17385/hafs_regional_telescopic_2nests_atm -Checking test 104 hafs_regional_telescopic_2nests_atm results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/hafs_regional_telescopic_2nests_atm +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/hafs_regional_telescopic_2nests_atm +Checking test 103 hafs_regional_telescopic_2nests_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK @@ -2962,29 +2922,29 @@ Checking test 104 hafs_regional_telescopic_2nests_atm results .... Comparing atm.nest03.f006.nc .........OK Comparing sfc.nest03.f006.nc .........OK - 0: The total amount of wall time = 595.534004 - 0: The maximum resident set size (KB) = 263796 + 0: The total amount of wall time = 548.824159 + 0: The maximum resident set size (KB) = 263628 -Test 104 hafs_regional_telescopic_2nests_atm PASS +Test 103 hafs_regional_telescopic_2nests_atm PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/hafs_global_1nest_atm -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_17385/hafs_global_1nest_atm -Checking test 105 hafs_global_1nest_atm results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/hafs_global_1nest_atm +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/hafs_global_1nest_atm +Checking test 104 hafs_global_1nest_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK Comparing sfc.nest02.f006.nc .........OK - 0: The total amount of wall time = 274.816562 - 0: The maximum resident set size (KB) = 162932 + 0: The total amount of wall time = 248.151279 + 0: The maximum resident set size (KB) = 162552 -Test 105 hafs_global_1nest_atm PASS +Test 104 hafs_global_1nest_atm PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/hafs_global_multiple_4nests_atm -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_17385/hafs_global_multiple_4nests_atm -Checking test 106 hafs_global_multiple_4nests_atm results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/hafs_global_multiple_4nests_atm +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/hafs_global_multiple_4nests_atm +Checking test 105 hafs_global_multiple_4nests_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK @@ -2996,136 +2956,136 @@ Checking test 106 hafs_global_multiple_4nests_atm results .... Comparing atm.nest05.f006.nc .........OK Comparing sfc.nest05.f006.nc .........OK - 0: The total amount of wall time = 704.682931 - 0: The maximum resident set size (KB) = 231704 + 0: The total amount of wall time = 674.041266 + 0: The maximum resident set size (KB) = 233588 -Test 106 hafs_global_multiple_4nests_atm PASS +Test 105 hafs_global_multiple_4nests_atm PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/hafs_regional_docn -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_17385/hafs_regional_docn -Checking test 107 hafs_regional_docn results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/hafs_regional_docn +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/hafs_regional_docn +Checking test 106 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 = 376.959443 - 0: The maximum resident set size (KB) = 662632 + 0: The total amount of wall time = 352.724158 + 0: The maximum resident set size (KB) = 662372 -Test 107 hafs_regional_docn PASS +Test 106 hafs_regional_docn PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/hafs_regional_docn_oisst -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_17385/hafs_regional_docn_oisst -Checking test 108 hafs_regional_docn_oisst results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/hafs_regional_docn_oisst +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/hafs_regional_docn_oisst +Checking test 107 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 = 392.589770 - 0: The maximum resident set size (KB) = 662276 + 0: The total amount of wall time = 354.661677 + 0: The maximum resident set size (KB) = 662296 -Test 108 hafs_regional_docn_oisst PASS +Test 107 hafs_regional_docn_oisst PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/hafs_regional_datm_cdeps -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_17385/hafs_regional_datm_cdeps -Checking test 109 hafs_regional_datm_cdeps results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/hafs_regional_datm_cdeps +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/hafs_regional_datm_cdeps +Checking test 108 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 = 1065.294826 - 0: The maximum resident set size (KB) = 807092 + 0: The total amount of wall time = 1041.647433 + 0: The maximum resident set size (KB) = 807140 -Test 109 hafs_regional_datm_cdeps PASS +Test 108 hafs_regional_datm_cdeps PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/datm_cdeps_control_cfsr -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_17385/datm_cdeps_control_cfsr -Checking test 110 datm_cdeps_control_cfsr results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/datm_cdeps_control_cfsr +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/datm_cdeps_control_cfsr +Checking test 109 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 = 164.637817 - 0: The maximum resident set size (KB) = 664148 + 0: The total amount of wall time = 180.432245 + 0: The maximum resident set size (KB) = 683172 -Test 110 datm_cdeps_control_cfsr PASS +Test 109 datm_cdeps_control_cfsr PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/datm_cdeps_control_cfsr -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_17385/datm_cdeps_restart_cfsr -Checking test 111 datm_cdeps_restart_cfsr results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/datm_cdeps_control_cfsr +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/datm_cdeps_restart_cfsr +Checking test 110 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.164465 - 0: The maximum resident set size (KB) = 688912 + 0: The total amount of wall time = 85.501934 + 0: The maximum resident set size (KB) = 683424 -Test 111 datm_cdeps_restart_cfsr PASS +Test 110 datm_cdeps_restart_cfsr PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/datm_cdeps_control_gefs -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_17385/datm_cdeps_control_gefs -Checking test 112 datm_cdeps_control_gefs results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/datm_cdeps_control_gefs +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/datm_cdeps_control_gefs +Checking test 111 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 = 171.824369 - 0: The maximum resident set size (KB) = 565396 + 0: The total amount of wall time = 143.188295 + 0: The maximum resident set size (KB) = 563520 -Test 112 datm_cdeps_control_gefs PASS +Test 111 datm_cdeps_control_gefs PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/datm_cdeps_stochy_gefs -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_17385/datm_cdeps_stochy_gefs -Checking test 113 datm_cdeps_stochy_gefs results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/datm_cdeps_stochy_gefs +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/datm_cdeps_stochy_gefs +Checking test 112 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 = 145.946846 - 0: The maximum resident set size (KB) = 574444 + 0: The total amount of wall time = 146.668039 + 0: The maximum resident set size (KB) = 563412 -Test 113 datm_cdeps_stochy_gefs PASS +Test 112 datm_cdeps_stochy_gefs PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/datm_cdeps_bulk_cfsr -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_17385/datm_cdeps_bulk_cfsr -Checking test 114 datm_cdeps_bulk_cfsr results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/datm_cdeps_bulk_cfsr +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/datm_cdeps_bulk_cfsr +Checking test 113 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 = 154.349268 - 0: The maximum resident set size (KB) = 683320 + 0: The total amount of wall time = 150.338308 + 0: The maximum resident set size (KB) = 683192 -Test 114 datm_cdeps_bulk_cfsr PASS +Test 113 datm_cdeps_bulk_cfsr PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/datm_cdeps_bulk_gefs -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_17385/datm_cdeps_bulk_gefs -Checking test 115 datm_cdeps_bulk_gefs results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/datm_cdeps_bulk_gefs +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/datm_cdeps_bulk_gefs +Checking test 114 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 = 147.270970 - 0: The maximum resident set size (KB) = 563592 + 0: The total amount of wall time = 142.705025 + 0: The maximum resident set size (KB) = 563560 -Test 115 datm_cdeps_bulk_gefs PASS +Test 114 datm_cdeps_bulk_gefs PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/datm_cdeps_mx025_cfsr -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_17385/datm_cdeps_mx025_cfsr -Checking test 116 datm_cdeps_mx025_cfsr results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/datm_cdeps_mx025_cfsr +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/datm_cdeps_mx025_cfsr +Checking test 115 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 @@ -3133,15 +3093,15 @@ Checking test 116 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 = 331.434968 - 0: The maximum resident set size (KB) = 487464 + 0: The total amount of wall time = 329.442802 + 0: The maximum resident set size (KB) = 482572 -Test 116 datm_cdeps_mx025_cfsr PASS +Test 115 datm_cdeps_mx025_cfsr PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/datm_cdeps_mx025_gefs -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_17385/datm_cdeps_mx025_gefs -Checking test 117 datm_cdeps_mx025_gefs results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/datm_cdeps_mx025_gefs +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/datm_cdeps_mx025_gefs +Checking test 116 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 @@ -3149,52 +3109,52 @@ Checking test 117 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 = 329.703243 - 0: The maximum resident set size (KB) = 451388 + 0: The total amount of wall time = 359.896132 + 0: The maximum resident set size (KB) = 451268 -Test 117 datm_cdeps_mx025_gefs PASS +Test 116 datm_cdeps_mx025_gefs PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/datm_cdeps_control_cfsr -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_17385/datm_cdeps_multiple_files_cfsr -Checking test 118 datm_cdeps_multiple_files_cfsr results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/datm_cdeps_control_cfsr +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/datm_cdeps_multiple_files_cfsr +Checking test 117 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 = 148.485808 - 0: The maximum resident set size (KB) = 683288 + 0: The total amount of wall time = 148.268994 + 0: The maximum resident set size (KB) = 683184 -Test 118 datm_cdeps_multiple_files_cfsr PASS +Test 117 datm_cdeps_multiple_files_cfsr PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/datm_cdeps_3072x1536_cfsr -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_17385/datm_cdeps_3072x1536_cfsr -Checking test 119 datm_cdeps_3072x1536_cfsr results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/datm_cdeps_3072x1536_cfsr +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/datm_cdeps_3072x1536_cfsr +Checking test 118 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 = 200.252839 - 0: The maximum resident set size (KB) = 1835804 + 0: The total amount of wall time = 200.844387 + 0: The maximum resident set size (KB) = 1835676 -Test 119 datm_cdeps_3072x1536_cfsr PASS +Test 118 datm_cdeps_3072x1536_cfsr PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/datm_cdeps_debug_cfsr -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_17385/datm_cdeps_debug_cfsr -Checking test 120 datm_cdeps_debug_cfsr results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/datm_cdeps_debug_cfsr +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/datm_cdeps_debug_cfsr +Checking test 119 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 = 395.893327 - 0: The maximum resident set size (KB) = 688540 + 0: The total amount of wall time = 366.344401 + 0: The maximum resident set size (KB) = 688516 -Test 120 datm_cdeps_debug_cfsr PASS +Test 119 datm_cdeps_debug_cfsr PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/control_atmwav -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_17385/control_atmwav -Checking test 121 control_atmwav results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_atmwav +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/control_atmwav +Checking test 120 control_atmwav results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK Comparing atmf000.nc .........OK @@ -3237,15 +3197,15 @@ Checking test 121 control_atmwav results .... Comparing RESTART/sfc_data.tile6.nc .........OK Comparing 20210322.180000.restart.glo_1deg .........OK - 0: The total amount of wall time = 165.211830 - 0: The maximum resident set size (KB) = 449784 + 0: The total amount of wall time = 116.868440 + 0: The maximum resident set size (KB) = 449216 -Test 121 control_atmwav PASS +Test 120 control_atmwav PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/control_c384gdas_wav -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_17385/control_c384gdas_wav -Checking test 122 control_c384gdas_wav results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_c384gdas_wav +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/control_c384gdas_wav +Checking test 121 control_c384gdas_wav results .... Comparing sfcf000.nc .........OK Comparing sfcf003.nc .........OK Comparing atmf000.nc .........OK @@ -3290,12 +3250,12 @@ Checking test 122 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 = 1481.850565 - 0: The maximum resident set size (KB) = 955284 + 0: The total amount of wall time = 1531.570797 + 0: The maximum resident set size (KB) = 958924 -Test 122 control_c384gdas_wav PASS +Test 121 control_c384gdas_wav PASS REGRESSION TEST WAS SUCCESSFUL -Thu Mar 3 15:54:38 EST 2022 -Elapsed time: 01h:09m:19s. Have a nice day! +Fri Mar 4 17:55:20 EST 2022 +Elapsed time: 01h:15m:30s. Have a nice day! From 757854f021315009cec14497a7841c45521ddac9 Mon Sep 17 00:00:00 2001 From: Brian Curtis Date: Sun, 6 Mar 2022 19:31:47 -0600 Subject: [PATCH 087/106] [AutoRT] orion.intel Job Completed. on-behalf-of @ufs-community --- tests/RegressionTests_orion.intel.log | 1552 ++++++++++++------------- 1 file changed, 756 insertions(+), 796 deletions(-) diff --git a/tests/RegressionTests_orion.intel.log b/tests/RegressionTests_orion.intel.log index 82a3b7ff36..c0fcdbf9cd 100644 --- a/tests/RegressionTests_orion.intel.log +++ b/tests/RegressionTests_orion.intel.log @@ -1,23 +1,23 @@ -Thu Mar 3 13:31:56 CST 2022 +Sun Mar 6 18:16:46 CST 2022 Start Regression test -Compile 001 elapsed time 604 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 541 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 323 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_RRFS_v1beta,FV3_RRFS_v1nssl -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 005 elapsed time 365 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 302 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 205 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 179 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 155 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 336 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 335 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 210 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 013 elapsed time 96 seconds. -DAPP=NG-GODAS -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile 014 elapsed time 337 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-20220228/INTEL/cpld_control_p8 -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_168663/cpld_control_p8 +Compile 001 elapsed time 561 seconds. -DAPP=S2SW -DUFS_GOCART=ON -DCCPP_SUITES=FV3_GFS_v16_coupled_nsstNoahmpUGWPv1,FV3_GFS_v16_coupled_p7_rrtmgp,FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 002 elapsed time 207 seconds. -DAPP=S2S -DDEBUG=ON -DUFS_GOCART=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile 003 elapsed time 349 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_v17_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 004 elapsed time 345 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_RRFS_v1beta,FV3_RRFS_v1nssl -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 005 elapsed time 364 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 313 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 207 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_v17_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 167 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 430 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 441 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 202 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 013 elapsed time 165 seconds. -DAPP=NG-GODAS -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile 014 elapsed time 412 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-20220304/INTEL/cpld_control_p8 +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_51701/cpld_control_p8 Checking test 001 cpld_control_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -78,18 +78,19 @@ Checking test 001 cpld_control_p8 results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2021-03-23-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK + Comparing gocart.inst_aod.20210323_0600z.nc4 .........OK Comparing 20210323.060000.out_grd.glo_1deg .........OK Comparing 20210323.060000.out_pnt.points .........OK Comparing 20210323.060000.restart.glo_1deg .........OK - 0: The total amount of wall time = 217.771763 - 0: The maximum resident set size (KB) = 642708 + 0: The total amount of wall time = 367.838020 + 0: The maximum resident set size (KB) = 1121816 Test 001 cpld_control_p8 PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/cpld_control_p8 -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_168663/cpld_2threads_p8 +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/cpld_control_p8 +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_51701/cpld_2threads_p8 Checking test 002 cpld_2threads_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -138,18 +139,19 @@ Checking test 002 cpld_2threads_p8 results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2021-03-23-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK + Comparing gocart.inst_aod.20210323_0600z.nc4 .........OK Comparing 20210323.060000.out_grd.glo_1deg .........OK Comparing 20210323.060000.out_pnt.points .........OK Comparing 20210323.060000.restart.glo_1deg .........OK - 0: The total amount of wall time = 250.302495 - 0: The maximum resident set size (KB) = 698748 + 0: The total amount of wall time = 456.858580 + 0: The maximum resident set size (KB) = 1696780 Test 002 cpld_2threads_p8 PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/cpld_control_p8 -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_168663/cpld_decomp_p8 +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/cpld_control_p8 +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_51701/cpld_decomp_p8 Checking test 003 cpld_decomp_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -198,18 +200,19 @@ Checking test 003 cpld_decomp_p8 results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2021-03-23-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK + Comparing gocart.inst_aod.20210323_0600z.nc4 .........OK Comparing 20210323.060000.out_grd.glo_1deg .........OK Comparing 20210323.060000.out_pnt.points .........OK Comparing 20210323.060000.restart.glo_1deg .........OK - 0: The total amount of wall time = 217.682199 - 0: The maximum resident set size (KB) = 641580 + 0: The total amount of wall time = 386.367031 + 0: The maximum resident set size (KB) = 1112928 Test 003 cpld_decomp_p8 PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/cpld_control_p8 -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_168663/cpld_mpi_p8 +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/cpld_control_p8 +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_51701/cpld_mpi_p8 Checking test 004 cpld_mpi_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -258,18 +261,19 @@ Checking test 004 cpld_mpi_p8 results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2021-03-23-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK + Comparing gocart.inst_aod.20210323_0600z.nc4 .........OK Comparing 20210323.060000.out_grd.glo_1deg .........OK Comparing 20210323.060000.out_pnt.points .........OK Comparing 20210323.060000.restart.glo_1deg .........OK - 0: The total amount of wall time = 189.523202 - 0: The maximum resident set size (KB) = 653888 + 0: The total amount of wall time = 324.661343 + 0: The maximum resident set size (KB) = 1029212 Test 004 cpld_mpi_p8 PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/cpld_control_p7_rrtmgp -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_168663/cpld_control_p7_rrtmgp +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/cpld_control_p7_rrtmgp +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_51701/cpld_control_p7_rrtmgp Checking test 005 cpld_control_p7_rrtmgp results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -322,14 +326,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 = 258.955457 - 0: The maximum resident set size (KB) = 739056 + 0: The total amount of wall time = 279.364100 + 0: The maximum resident set size (KB) = 666824 Test 005 cpld_control_p7_rrtmgp PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/cpld_bmark_p7 -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_168663/cpld_bmark_p7 +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/cpld_bmark_p7 +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_51701/cpld_bmark_p7 Checking test 006 cpld_bmark_p7 results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK @@ -374,17 +378,18 @@ 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 = 948.647563 - 0: The maximum resident set size (KB) = 1468672 + 0: The total amount of wall time = 971.824152 + 0: The maximum resident set size (KB) = 1262064 Test 006 cpld_bmark_p7 PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/cpld_bmark_p8 -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_168663/cpld_bmark_p8 +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/cpld_bmark_p8 +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_51701/cpld_bmark_p8 Checking test 007 cpld_bmark_p8 results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK + Comparing gocart.inst_aod.20130401_0600z.nc4 .........OK Comparing 20130401.060000.out_grd.gwes_30m .........OK Comparing 20130401.060000.out_pnt.points .........OK Comparing RESTART/coupler.res .........OK @@ -426,67 +431,15 @@ 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 = 916.897108 - 0: The maximum resident set size (KB) = 1471864 + 0: The total amount of wall time = 1282.453919 + 0: The maximum resident set size (KB) = 2821168 Test 007 cpld_bmark_p8 PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/cpld_bmark_p8 -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_168663/cpld_bmark_mpi_p8 -Checking test 008 cpld_bmark_mpi_p8 results .... - Comparing sfcf006.nc .........OK - Comparing atmf006.nc .........OK - Comparing 20130401.060000.out_grd.gwes_30m .........OK - Comparing 20130401.060000.out_pnt.points .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - Comparing RESTART/MOM.res.nc .........OK - Comparing RESTART/MOM.res_1.nc .........OK - Comparing RESTART/MOM.res_2.nc .........OK - Comparing RESTART/MOM.res_3.nc .........OK - Comparing RESTART/iced.2013-04-01-21600.nc .........OK - Comparing RESTART/ufs.cpld.cpl.r.2013-04-01-21600.nc .........OK - - 0: The total amount of wall time = 900.169112 - 0: The maximum resident set size (KB) = 1487436 - -Test 008 cpld_bmark_mpi_p8 PASS - - -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/cpld_control_c96_p8 -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_168663/cpld_control_c96_p8 -Checking test 009 cpld_control_c96_p8 results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/cpld_control_c96_p8 +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_51701/cpld_control_c96_p8 +Checking test 008 cpld_control_c96_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK Comparing sfcf021.tile3.nc .........OK @@ -511,6 +464,7 @@ Checking test 009 cpld_control_c96_p8 results .... Comparing atmf024.tile4.nc .........OK Comparing atmf024.tile5.nc .........OK Comparing atmf024.tile6.nc .........OK + Comparing gocart.inst_aod.20210323_0600z.nc4 .........OK Comparing RESTART/coupler.res .........OK Comparing RESTART/fv_core.res.nc .........OK Comparing RESTART/fv_core.res.tile1.nc .........OK @@ -547,15 +501,15 @@ 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 = 209.183376 - 0: The maximum resident set size (KB) = 627784 + 0: The total amount of wall time = 370.553231 + 0: The maximum resident set size (KB) = 1103624 -Test 009 cpld_control_c96_p8 PASS +Test 008 cpld_control_c96_p8 PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/cpld_control_c96_p8 -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_168663/cpld_restart_c96_p8 -Checking test 010 cpld_restart_c96_p8 results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/cpld_control_c96_p8 +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_51701/cpld_restart_c96_p8 +Checking test 009 cpld_restart_c96_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK Comparing sfcf024.tile3.nc .........OK @@ -568,6 +522,7 @@ Checking test 010 cpld_restart_c96_p8 results .... Comparing atmf024.tile4.nc .........OK Comparing atmf024.tile5.nc .........OK Comparing atmf024.tile6.nc .........OK + Comparing gocart.inst_aod.20210323_0600z.nc4 .........OK Comparing RESTART/coupler.res .........OK Comparing RESTART/fv_core.res.nc .........OK Comparing RESTART/fv_core.res.tile1.nc .........OK @@ -604,15 +559,15 @@ 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 = 117.022077 - 0: The maximum resident set size (KB) = 390144 + 0: The total amount of wall time = 219.302052 + 0: The maximum resident set size (KB) = 1092900 -Test 010 cpld_restart_c96_p8 PASS +Test 009 cpld_restart_c96_p8 PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/cpld_control_c192_p8 -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_168663/cpld_control_c192_p8 -Checking test 011 cpld_control_c192_p8 results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/cpld_control_c192_p8 +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_51701/cpld_control_c192_p8 +Checking test 010 cpld_control_c192_p8 results .... Comparing sfcf036.tile1.nc .........OK Comparing sfcf036.tile2.nc .........OK Comparing sfcf036.tile3.nc .........OK @@ -625,6 +580,7 @@ Checking test 011 cpld_control_c192_p8 results .... Comparing atmf036.tile4.nc .........OK Comparing atmf036.tile5.nc .........OK Comparing atmf036.tile6.nc .........OK + Comparing gocart.inst_aod.20210323_1800z.nc4 .........OK Comparing RESTART/coupler.res .........OK Comparing RESTART/fv_core.res.nc .........OK Comparing RESTART/fv_core.res.tile1.nc .........OK @@ -661,15 +617,15 @@ 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 = 914.304792 - 0: The maximum resident set size (KB) = 846052 + 0: The total amount of wall time = 1511.900592 + 0: The maximum resident set size (KB) = 1564756 -Test 011 cpld_control_c192_p8 PASS +Test 010 cpld_control_c192_p8 PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/cpld_control_c192_p8 -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_168663/cpld_restart_c192_p8 -Checking test 012 cpld_restart_c192_p8 results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/cpld_control_c192_p8 +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_51701/cpld_restart_c192_p8 +Checking test 011 cpld_restart_c192_p8 results .... Comparing sfcf036.tile1.nc .........OK Comparing sfcf036.tile2.nc .........OK Comparing sfcf036.tile3.nc .........OK @@ -682,6 +638,7 @@ Checking test 012 cpld_restart_c192_p8 results .... Comparing atmf036.tile4.nc .........OK Comparing atmf036.tile5.nc .........OK Comparing atmf036.tile6.nc .........OK + Comparing gocart.inst_aod.20210323_1800z.nc4 .........OK Comparing RESTART/coupler.res .........OK Comparing RESTART/fv_core.res.nc .........OK Comparing RESTART/fv_core.res.tile1.nc .........OK @@ -718,17 +675,18 @@ 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 = 614.598620 - 0: The maximum resident set size (KB) = 927588 + 0: The total amount of wall time = 1275.856800 + 0: The maximum resident set size (KB) = 1757004 -Test 012 cpld_restart_c192_p8 PASS +Test 011 cpld_restart_c192_p8 PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/cpld_control_c384_p8 -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_168663/cpld_control_c384_p8 -Checking test 013 cpld_control_c384_p8 results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/cpld_control_c384_p8 +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_51701/cpld_control_c384_p8 +Checking test 012 cpld_control_c384_p8 results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK + Comparing gocart.inst_aod.20210322_1200z.nc4 .........OK Comparing RESTART/coupler.res .........OK Comparing RESTART/fv_core.res.nc .........OK Comparing RESTART/fv_core.res.tile1.nc .........OK @@ -768,17 +726,18 @@ 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 = 1068.353474 - 0: The maximum resident set size (KB) = 1436944 + 0: The total amount of wall time = 1266.695427 + 0: The maximum resident set size (KB) = 2808344 -Test 013 cpld_control_c384_p8 PASS +Test 012 cpld_control_c384_p8 PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/cpld_control_c384_p8 -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_168663/cpld_restart_c384_p8 -Checking test 014 cpld_restart_c384_p8 results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/cpld_control_c384_p8 +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_51701/cpld_restart_c384_p8 +Checking test 013 cpld_restart_c384_p8 results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK + Comparing gocart.inst_aod.20210322_1200z.nc4 .........OK Comparing RESTART/coupler.res .........OK Comparing RESTART/fv_core.res.nc .........OK Comparing RESTART/fv_core.res.tile1.nc .........OK @@ -818,15 +777,15 @@ 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.364423 - 0: The maximum resident set size (KB) = 1395872 + 0: The total amount of wall time = 833.302704 + 0: The maximum resident set size (KB) = 2778248 -Test 014 cpld_restart_c384_p8 PASS +Test 013 cpld_restart_c384_p8 PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/cpld_debug_p8 -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_168663/cpld_debug_p8 -Checking test 015 cpld_debug_p8 results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/cpld_debug_p8 +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_51701/cpld_debug_p8 +Checking test 014 cpld_debug_p8 results .... Comparing sfcf006.tile1.nc .........OK Comparing sfcf006.tile2.nc .........OK Comparing sfcf006.tile3.nc .........OK @@ -839,6 +798,7 @@ Checking test 015 cpld_debug_p8 results .... Comparing atmf006.tile4.nc .........OK Comparing atmf006.tile5.nc .........OK Comparing atmf006.tile6.nc .........OK + Comparing gocart.inst_aod.20210322_1200z.nc4 .........OK Comparing RESTART/coupler.res .........OK Comparing RESTART/fv_core.res.nc .........OK Comparing RESTART/fv_core.res.tile1.nc .........OK @@ -875,15 +835,15 @@ 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 = 617.435638 - 0: The maximum resident set size (KB) = 685856 + 0: The total amount of wall time = 1111.347657 + 0: The maximum resident set size (KB) = 1192272 -Test 015 cpld_debug_p8 PASS +Test 014 cpld_debug_p8 PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/control -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_168663/control -Checking test 016 control results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_51701/control +Checking test 015 control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -929,15 +889,15 @@ 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 = 126.343210 - 0: The maximum resident set size (KB) = 489204 + 0: The total amount of wall time = 135.116879 + 0: The maximum resident set size (KB) = 456192 -Test 016 control PASS +Test 015 control PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/control -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_168663/control_decomp -Checking test 017 control_decomp results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_51701/control_decomp +Checking test 016 control_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -979,29 +939,29 @@ 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 = 132.830237 - 0: The maximum resident set size (KB) = 491388 + 0: The total amount of wall time = 147.195847 + 0: The maximum resident set size (KB) = 468200 -Test 017 control_decomp PASS +Test 016 control_decomp PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/control -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_168663/control_2dwrtdecomp -Checking test 018 control_2dwrtdecomp results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_51701/control_2dwrtdecomp +Checking test 017 control_2dwrtdecomp results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK Comparing atmf024.nc .........OK - 0: The total amount of wall time = 120.067128 - 0: The maximum resident set size (KB) = 489008 + 0: The total amount of wall time = 130.836506 + 0: The maximum resident set size (KB) = 468484 -Test 018 control_2dwrtdecomp PASS +Test 017 control_2dwrtdecomp PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/control -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_168663/control_2threads -Checking test 019 control_2threads results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_51701/control_2threads +Checking test 018 control_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -1043,15 +1003,15 @@ Checking test 019 control_2threads results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 153.137735 - 0: The maximum resident set size (KB) = 538592 + 0: The total amount of wall time = 160.148970 + 0: The maximum resident set size (KB) = 525360 -Test 019 control_2threads PASS +Test 018 control_2threads PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/control -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_168663/control_restart -Checking test 020 control_restart results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_51701/control_restart +Checking test 019 control_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK Comparing GFSFLX.GrbF24 .........OK @@ -1089,15 +1049,15 @@ Checking test 020 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.769943 - 0: The maximum resident set size (KB) = 230432 + 0: The total amount of wall time = 74.902916 + 0: The maximum resident set size (KB) = 210768 -Test 020 control_restart PASS +Test 019 control_restart PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/control -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_168663/control_fhzero -Checking test 021 control_fhzero results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_51701/control_fhzero +Checking test 020 control_fhzero results .... Comparing sfcf000.nc ............ALT CHECK......OK Comparing sfcf021.nc ............ALT CHECK......OK Comparing atmf000.nc .........OK @@ -1139,15 +1099,15 @@ Checking test 021 control_fhzero results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 117.509942 - 0: The maximum resident set size (KB) = 488000 + 0: The total amount of wall time = 127.940335 + 0: The maximum resident set size (KB) = 467648 -Test 021 control_fhzero PASS +Test 020 control_fhzero PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/control_CubedSphereGrid -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_168663/control_CubedSphereGrid -Checking test 022 control_CubedSphereGrid results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_CubedSphereGrid +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_51701/control_CubedSphereGrid +Checking test 021 control_CubedSphereGrid results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK Comparing sfcf000.tile3.nc .........OK @@ -1173,15 +1133,15 @@ Checking test 022 control_CubedSphereGrid results .... Comparing atmf024.tile5.nc .........OK Comparing atmf024.tile6.nc .........OK - 0: The total amount of wall time = 120.434164 - 0: The maximum resident set size (KB) = 484556 + 0: The total amount of wall time = 136.134164 + 0: The maximum resident set size (KB) = 469748 -Test 022 control_CubedSphereGrid PASS +Test 021 control_CubedSphereGrid PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/control_latlon -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_168663/control_latlon -Checking test 023 control_latlon results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_latlon +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_51701/control_latlon +Checking test 022 control_latlon results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -1191,17 +1151,17 @@ Checking test 023 control_latlon results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 122.279710 - 0: The maximum resident set size (KB) = 488104 + 0: The total amount of wall time = 134.892848 + 0: The maximum resident set size (KB) = 469092 -Test 023 control_latlon PASS +Test 022 control_latlon PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/control_wrtGauss_netcdf_parallel -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_168663/control_wrtGauss_netcdf_parallel -Checking test 024 control_wrtGauss_netcdf_parallel results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_wrtGauss_netcdf_parallel +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_51701/control_wrtGauss_netcdf_parallel +Checking test 023 control_wrtGauss_netcdf_parallel results .... Comparing sfcf000.nc ............ALT CHECK......OK - Comparing sfcf024.nc .........OK + Comparing sfcf024.nc ............ALT CHECK......OK Comparing atmf000.nc .........OK Comparing atmf024.nc .........OK Comparing GFSFLX.GrbF00 .........OK @@ -1209,15 +1169,15 @@ Checking test 024 control_wrtGauss_netcdf_parallel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 124.312941 - 0: The maximum resident set size (KB) = 490836 + 0: The total amount of wall time = 137.459304 + 0: The maximum resident set size (KB) = 467432 -Test 024 control_wrtGauss_netcdf_parallel PASS +Test 023 control_wrtGauss_netcdf_parallel PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/control_c48 -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_168663/control_c48 -Checking test 025 control_c48 results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_c48 +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_51701/control_c48 +Checking test 024 control_c48 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -1255,15 +1215,15 @@ Checking test 025 control_c48 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0: The total amount of wall time = 318.942604 -0: The maximum resident set size (KB) = 658048 +0: The total amount of wall time = 323.989738 +0: The maximum resident set size (KB) = 653952 -Test 025 control_c48 PASS +Test 024 control_c48 PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/control_c192 -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_168663/control_c192 -Checking test 026 control_c192 results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_c192 +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_51701/control_c192 +Checking test 025 control_c192 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -1273,15 +1233,15 @@ Checking test 026 control_c192 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 523.319872 - 0: The maximum resident set size (KB) = 588716 + 0: The total amount of wall time = 498.879580 + 0: The maximum resident set size (KB) = 556632 -Test 026 control_c192 PASS +Test 025 control_c192 PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/control_c384 -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_168663/control_c384 -Checking test 027 control_c384 results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_c384 +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_51701/control_c384 +Checking test 026 control_c384 results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK Comparing atmf000.nc .........OK @@ -1291,15 +1251,15 @@ Checking test 027 control_c384 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 848.199511 - 0: The maximum resident set size (KB) = 884540 + 0: The total amount of wall time = 870.514831 + 0: The maximum resident set size (KB) = 822252 -Test 027 control_c384 PASS +Test 026 control_c384 PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/control_c384gdas -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_168663/control_c384gdas -Checking test 028 control_c384gdas results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_c384gdas +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_51701/control_c384gdas +Checking test 027 control_c384gdas results .... Comparing sfcf000.nc .........OK Comparing sfcf006.nc .........OK Comparing atmf000.nc .........OK @@ -1341,15 +1301,15 @@ Checking test 028 control_c384gdas results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 733.051682 - 0: The maximum resident set size (KB) = 997208 + 0: The total amount of wall time = 759.153443 + 0: The maximum resident set size (KB) = 936452 -Test 028 control_c384gdas PASS +Test 027 control_c384gdas PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/control_stochy -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_168663/control_stochy -Checking test 029 control_stochy results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_stochy +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_51701/control_stochy +Checking test 028 control_stochy results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK Comparing atmf000.nc .........OK @@ -1359,29 +1319,29 @@ Checking test 029 control_stochy results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 82.376386 - 0: The maximum resident set size (KB) = 484008 + 0: The total amount of wall time = 92.935239 + 0: The maximum resident set size (KB) = 465248 -Test 029 control_stochy PASS +Test 028 control_stochy PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/control_stochy -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_168663/control_stochy_restart -Checking test 030 control_stochy_restart results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_stochy +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_51701/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 = 49.698658 - 0: The maximum resident set size (KB) = 263844 + 0: The total amount of wall time = 48.550398 + 0: The maximum resident set size (KB) = 246024 -Test 030 control_stochy_restart PASS +Test 029 control_stochy_restart PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/control_lndp -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_168663/control_lndp -Checking test 031 control_lndp results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_lndp +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_51701/control_lndp +Checking test 030 control_lndp results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK Comparing atmf000.nc .........OK @@ -1391,15 +1351,15 @@ Checking test 031 control_lndp results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 76.860286 - 0: The maximum resident set size (KB) = 494684 + 0: The total amount of wall time = 80.517669 + 0: The maximum resident set size (KB) = 473448 -Test 031 control_lndp PASS +Test 030 control_lndp PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/control_iovr4 -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_168663/control_iovr4 -Checking test 032 control_iovr4 results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_iovr4 +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_51701/control_iovr4 +Checking test 031 control_iovr4 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -1413,15 +1373,15 @@ Checking test 032 control_iovr4 results .... Comparing GFSPRS.GrbF21 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 124.200016 - 0: The maximum resident set size (KB) = 488172 + 0: The total amount of wall time = 133.901106 + 0: The maximum resident set size (KB) = 468684 -Test 032 control_iovr4 PASS +Test 031 control_iovr4 PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/control_iovr5 -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_168663/control_iovr5 -Checking test 033 control_iovr5 results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_iovr5 +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_51701/control_iovr5 +Checking test 032 control_iovr5 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -1435,15 +1395,15 @@ Checking test 033 control_iovr5 results .... Comparing GFSPRS.GrbF21 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 124.481136 - 0: The maximum resident set size (KB) = 487764 + 0: The total amount of wall time = 145.649970 + 0: The maximum resident set size (KB) = 467404 -Test 033 control_iovr5 PASS +Test 032 control_iovr5 PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/control_p8 -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_168663/control_p8 -Checking test 034 control_p8 results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_p8 +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_51701/control_p8 +Checking test 033 control_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -1489,15 +1449,15 @@ Checking test 034 control_p8 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 137.951495 - 0: The maximum resident set size (KB) = 512232 + 0: The total amount of wall time = 165.442297 + 0: The maximum resident set size (KB) = 847668 -Test 034 control_p8 PASS +Test 033 control_p8 PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/control_p8 -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_168663/control_restart_p8 -Checking test 035 control_restart_p8 results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_p8 +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_51701/control_restart_p8 +Checking test 034 control_restart_p8 results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK Comparing GFSFLX.GrbF24 .........OK @@ -1535,15 +1495,15 @@ Checking test 035 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 = 124.137316 - 0: The maximum resident set size (KB) = 296224 + 0: The total amount of wall time = 93.135392 + 0: The maximum resident set size (KB) = 600728 -Test 035 control_restart_p8 PASS +Test 034 control_restart_p8 PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/control_p8 -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_168663/control_decomp_p8 -Checking test 036 control_decomp_p8 results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_p8 +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_51701/control_decomp_p8 +Checking test 035 control_decomp_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -1585,15 +1545,15 @@ Checking test 036 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 = 145.708412 - 0: The maximum resident set size (KB) = 507280 + 0: The total amount of wall time = 166.952254 + 0: The maximum resident set size (KB) = 845664 -Test 036 control_decomp_p8 PASS +Test 035 control_decomp_p8 PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/control_p8 -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_168663/control_2threads_p8 -Checking test 037 control_2threads_p8 results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_p8 +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_51701/control_2threads_p8 +Checking test 036 control_2threads_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -1635,15 +1595,15 @@ Checking test 037 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 = 169.267801 - 0: The maximum resident set size (KB) = 582280 + 0: The total amount of wall time = 193.601307 + 0: The maximum resident set size (KB) = 927168 -Test 037 control_2threads_p8 PASS +Test 036 control_2threads_p8 PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/control_p7_rrtmgp -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_168663/control_p7_rrtmgp -Checking test 038 control_p7_rrtmgp results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_p7_rrtmgp +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_51701/control_p7_rrtmgp +Checking test 037 control_p7_rrtmgp results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -1689,15 +1649,15 @@ Checking test 038 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 = 180.746708 - 0: The maximum resident set size (KB) = 609628 + 0: The total amount of wall time = 198.636953 + 0: The maximum resident set size (KB) = 595228 -Test 038 control_p7_rrtmgp PASS +Test 037 control_p7_rrtmgp PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/fv3_regional_control -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_168663/regional_control -Checking test 039 regional_control results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/fv3_regional_control +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_51701/regional_control +Checking test 038 regional_control results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK Comparing phyf000.nc .........OK @@ -1707,58 +1667,58 @@ Checking test 039 regional_control results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF24 .........OK - 0: The total amount of wall time = 343.808133 - 0: The maximum resident set size (KB) = 595128 + 0: The total amount of wall time = 320.326405 + 0: The maximum resident set size (KB) = 582256 -Test 039 regional_control PASS +Test 038 regional_control PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/fv3_regional_control -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_168663/regional_restart -Checking test 040 regional_restart results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/fv3_regional_control +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_51701/regional_restart +Checking test 039 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 = 177.490787 - 0: The maximum resident set size (KB) = 594356 + 0: The total amount of wall time = 182.262048 + 0: The maximum resident set size (KB) = 587288 -Test 040 regional_restart PASS +Test 039 regional_restart PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/fv3_regional_control -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_168663/regional_control_2dwrtdecomp -Checking test 041 regional_control_2dwrtdecomp results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/fv3_regional_control +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_51701/regional_control_2dwrtdecomp +Checking test 040 regional_control_2dwrtdecomp results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK Comparing phyf000.nc .........OK Comparing phyf024.nc .........OK - 0: The total amount of wall time = 323.937623 - 0: The maximum resident set size (KB) = 593456 + 0: The total amount of wall time = 322.262311 + 0: The maximum resident set size (KB) = 580704 -Test 041 regional_control_2dwrtdecomp PASS +Test 040 regional_control_2dwrtdecomp PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/fv3_regional_noquilt -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_168663/regional_noquilt -Checking test 042 regional_noquilt results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/fv3_regional_noquilt +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_51701/regional_noquilt +Checking test 041 regional_noquilt results .... Comparing atmos_4xdaily.nc .........OK Comparing fv3_history2d.nc .........OK Comparing fv3_history.nc .........OK Comparing RESTART/fv_core.res.tile1_new.nc .........OK Comparing RESTART/fv_tracer.res.tile1_new.nc .........OK - 0: The total amount of wall time = 347.780568 - 0: The maximum resident set size (KB) = 605184 + 0: The total amount of wall time = 325.128741 + 0: The maximum resident set size (KB) = 594256 -Test 042 regional_noquilt PASS +Test 041 regional_noquilt PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/fv3_regional_control -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_168663/regional_2threads -Checking test 043 regional_2threads results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/fv3_regional_control +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_51701/regional_2threads +Checking test 042 regional_2threads results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK Comparing phyf000.nc .........OK @@ -1768,15 +1728,15 @@ Checking test 043 regional_2threads results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF24 .........OK - 0: The total amount of wall time = 225.093725 - 0: The maximum resident set size (KB) = 604856 + 0: The total amount of wall time = 250.403914 + 0: The maximum resident set size (KB) = 578264 -Test 043 regional_2threads PASS +Test 042 regional_2threads PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/fv3_regional_hafs -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_168663/regional_hafs -Checking test 044 regional_hafs results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/fv3_regional_hafs +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_51701/regional_hafs +Checking test 043 regional_hafs results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK Comparing phyf000.nc .........OK @@ -1784,29 +1744,29 @@ Checking test 044 regional_hafs results .... Comparing HURPRS.GrbF00 .........OK Comparing HURPRS.GrbF24 .........OK - 0: The total amount of wall time = 332.983267 - 0: The maximum resident set size (KB) = 587088 + 0: The total amount of wall time = 315.795971 + 0: The maximum resident set size (KB) = 580012 -Test 044 regional_hafs PASS +Test 043 regional_hafs PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/fv3_regional_netcdf_parallel -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_168663/regional_netcdf_parallel -Checking test 045 regional_netcdf_parallel results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/fv3_regional_netcdf_parallel +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_51701/regional_netcdf_parallel +Checking test 044 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 = 348.542337 - 0: The maximum resident set size (KB) = 593528 + 0: The total amount of wall time = 316.625554 + 0: The maximum resident set size (KB) = 568120 -Test 045 regional_netcdf_parallel PASS +Test 044 regional_netcdf_parallel PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/fv3_regional_RRTMGP -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_168663/regional_RRTMGP -Checking test 046 regional_RRTMGP results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/fv3_regional_RRTMGP +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_51701/regional_RRTMGP +Checking test 045 regional_RRTMGP results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK Comparing phyf000.nc .........OK @@ -1816,15 +1776,15 @@ Checking test 046 regional_RRTMGP results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF24 .........OK - 0: The total amount of wall time = 447.760567 - 0: The maximum resident set size (KB) = 715892 + 0: The total amount of wall time = 419.055811 + 0: The maximum resident set size (KB) = 681856 -Test 046 regional_RRTMGP PASS +Test 045 regional_RRTMGP PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/rap_control -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_168663/rap_control -Checking test 047 rap_control results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/rap_control +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_51701/rap_control +Checking test 046 rap_control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -1870,15 +1830,15 @@ Checking test 047 rap_control results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 350.297593 - 0: The maximum resident set size (KB) = 854188 + 0: The total amount of wall time = 387.851625 + 0: The maximum resident set size (KB) = 831556 -Test 047 rap_control PASS +Test 046 rap_control PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/regional_spp_sppt_shum_skeb -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_168663/regional_spp_sppt_shum_skeb -Checking test 048 regional_spp_sppt_shum_skeb results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/regional_spp_sppt_shum_skeb +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_51701/regional_spp_sppt_shum_skeb +Checking test 047 regional_spp_sppt_shum_skeb results .... Comparing dynf000.nc .........OK Comparing dynf001.nc .........OK Comparing phyf000.nc .........OK @@ -1888,15 +1848,15 @@ Checking test 048 regional_spp_sppt_shum_skeb results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF01 .........OK - 0: The total amount of wall time = 288.506106 - 0: The maximum resident set size (KB) = 1017608 + 0: The total amount of wall time = 331.582554 + 0: The maximum resident set size (KB) = 925508 -Test 048 regional_spp_sppt_shum_skeb PASS +Test 047 regional_spp_sppt_shum_skeb PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/rap_control -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_168663/rap_2threads -Checking test 049 rap_2threads results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/rap_control +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_51701/rap_2threads +Checking test 048 rap_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -1942,15 +1902,15 @@ Checking test 049 rap_2threads results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 432.378188 - 0: The maximum resident set size (KB) = 912612 + 0: The total amount of wall time = 450.959269 + 0: The maximum resident set size (KB) = 900908 -Test 049 rap_2threads PASS +Test 048 rap_2threads PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/rap_control -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_168663/rap_restart -Checking test 050 rap_restart results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/rap_control +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_51701/rap_restart +Checking test 049 rap_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK Comparing GFSFLX.GrbF24 .........OK @@ -1988,15 +1948,15 @@ Checking test 050 rap_restart results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 233.379008 - 0: The maximum resident set size (KB) = 607196 + 0: The total amount of wall time = 192.670610 + 0: The maximum resident set size (KB) = 586516 -Test 050 rap_restart PASS +Test 049 rap_restart PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/rap_sfcdiff -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_168663/rap_sfcdiff -Checking test 051 rap_sfcdiff results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/rap_sfcdiff +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_51701/rap_sfcdiff +Checking test 050 rap_sfcdiff results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -2042,15 +2002,15 @@ Checking test 051 rap_sfcdiff results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 349.211770 - 0: The maximum resident set size (KB) = 853240 + 0: The total amount of wall time = 387.201528 + 0: The maximum resident set size (KB) = 826060 -Test 051 rap_sfcdiff PASS +Test 050 rap_sfcdiff PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/rap_sfcdiff -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_168663/rap_sfcdiff_restart -Checking test 052 rap_sfcdiff_restart results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/rap_sfcdiff +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_51701/rap_sfcdiff_restart +Checking test 051 rap_sfcdiff_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK Comparing GFSFLX.GrbF24 .........OK @@ -2088,15 +2048,15 @@ Checking test 052 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 = 181.465515 - 0: The maximum resident set size (KB) = 603664 + 0: The total amount of wall time = 190.731586 + 0: The maximum resident set size (KB) = 583140 -Test 052 rap_sfcdiff_restart PASS +Test 051 rap_sfcdiff_restart PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/hrrr_control -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_168663/hrrr_control -Checking test 053 hrrr_control results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/hrrr_control +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_51701/hrrr_control +Checking test 052 hrrr_control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -2142,15 +2102,15 @@ Checking test 053 hrrr_control results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 382.582248 - 0: The maximum resident set size (KB) = 849832 + 0: The total amount of wall time = 374.369251 + 0: The maximum resident set size (KB) = 830768 -Test 053 hrrr_control PASS +Test 052 hrrr_control PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/rrfs_v1beta -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_168663/rrfs_v1beta -Checking test 054 rrfs_v1beta results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/rrfs_v1beta +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_51701/rrfs_v1beta +Checking test 053 rrfs_v1beta results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -2196,15 +2156,15 @@ Checking test 054 rrfs_v1beta results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 383.265744 - 0: The maximum resident set size (KB) = 847552 + 0: The total amount of wall time = 380.912569 + 0: The maximum resident set size (KB) = 829484 -Test 054 rrfs_v1beta PASS +Test 053 rrfs_v1beta PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/rrfs_v1nssl -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_168663/rrfs_v1nssl -Checking test 055 rrfs_v1nssl results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/rrfs_v1nssl +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_51701/rrfs_v1nssl +Checking test 054 rrfs_v1nssl results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -2218,15 +2178,15 @@ Checking test 055 rrfs_v1nssl results .... Comparing GFSPRS.GrbF21 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 474.254679 - 0: The maximum resident set size (KB) = 536240 + 0: The total amount of wall time = 446.785400 + 0: The maximum resident set size (KB) = 516236 -Test 055 rrfs_v1nssl PASS +Test 054 rrfs_v1nssl PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/rrfs_v1nssl_nohailnoccn -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_168663/rrfs_v1nssl_nohailnoccn -Checking test 056 rrfs_v1nssl_nohailnoccn results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/rrfs_v1nssl_nohailnoccn +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_51701/rrfs_v1nssl_nohailnoccn +Checking test 055 rrfs_v1nssl_nohailnoccn results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -2240,15 +2200,15 @@ Checking test 056 rrfs_v1nssl_nohailnoccn results .... Comparing GFSPRS.GrbF21 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 465.891862 - 0: The maximum resident set size (KB) = 527304 + 0: The total amount of wall time = 455.814083 + 0: The maximum resident set size (KB) = 510872 -Test 056 rrfs_v1nssl_nohailnoccn PASS +Test 055 rrfs_v1nssl_nohailnoccn PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/rrfs_conus13km_hrrr_warm -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_168663/rrfs_conus13km_hrrr_warm -Checking test 057 rrfs_conus13km_hrrr_warm results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/rrfs_conus13km_hrrr_warm +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_51701/rrfs_conus13km_hrrr_warm +Checking test 056 rrfs_conus13km_hrrr_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing sfcf002.nc .........OK @@ -2256,15 +2216,15 @@ Checking test 057 rrfs_conus13km_hrrr_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 208.019663 - 0: The maximum resident set size (KB) = 715312 + 0: The total amount of wall time = 201.420003 + 0: The maximum resident set size (KB) = 662844 -Test 057 rrfs_conus13km_hrrr_warm PASS +Test 056 rrfs_conus13km_hrrr_warm PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/rrfs_conus13km_radar_tten_warm -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_168663/rrfs_conus13km_radar_tten_warm -Checking test 058 rrfs_conus13km_radar_tten_warm results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/rrfs_conus13km_radar_tten_warm +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_51701/rrfs_conus13km_radar_tten_warm +Checking test 057 rrfs_conus13km_radar_tten_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing sfcf002.nc .........OK @@ -2272,15 +2232,15 @@ Checking test 058 rrfs_conus13km_radar_tten_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 211.577391 - 0: The maximum resident set size (KB) = 722024 + 0: The total amount of wall time = 183.733069 + 0: The maximum resident set size (KB) = 667756 -Test 058 rrfs_conus13km_radar_tten_warm PASS +Test 057 rrfs_conus13km_radar_tten_warm PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/control_rrtmgp -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_168663/control_rrtmgp -Checking test 059 control_rrtmgp results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_rrtmgp +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_51701/control_rrtmgp +Checking test 058 control_rrtmgp results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -2290,15 +2250,15 @@ Checking test 059 control_rrtmgp results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 247.251651 - 0: The maximum resident set size (KB) = 603632 + 0: The total amount of wall time = 216.685618 + 0: The maximum resident set size (KB) = 588040 -Test 059 control_rrtmgp PASS +Test 058 control_rrtmgp PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/control_rrtmgp_c192 -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_168663/control_rrtmgp_c192 -Checking test 060 control_rrtmgp_c192 results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_rrtmgp_c192 +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_51701/control_rrtmgp_c192 +Checking test 059 control_rrtmgp_c192 results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK Comparing atmf000.nc .........OK @@ -2308,15 +2268,15 @@ Checking test 060 control_rrtmgp_c192 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 562.672688 - 0: The maximum resident set size (KB) = 806908 + 0: The total amount of wall time = 541.194543 + 0: The maximum resident set size (KB) = 794556 -Test 060 control_rrtmgp_c192 PASS +Test 059 control_rrtmgp_c192 PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/control_csawmg -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_168663/control_csawmg -Checking test 061 control_csawmg results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_csawmg +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_51701/control_csawmg +Checking test 060 control_csawmg results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -2326,15 +2286,15 @@ Checking test 061 control_csawmg results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 313.156422 - 0: The maximum resident set size (KB) = 540888 + 0: The total amount of wall time = 330.891063 + 0: The maximum resident set size (KB) = 527716 -Test 061 control_csawmg PASS +Test 060 control_csawmg PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/control_csawmgt -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_168663/control_csawmgt -Checking test 062 control_csawmgt results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_csawmgt +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_51701/control_csawmgt +Checking test 061 control_csawmgt results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -2344,15 +2304,15 @@ Checking test 062 control_csawmgt results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 310.747541 - 0: The maximum resident set size (KB) = 543668 + 0: The total amount of wall time = 329.246397 + 0: The maximum resident set size (KB) = 530324 -Test 062 control_csawmgt PASS +Test 061 control_csawmgt PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/control_flake -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_168663/control_flake -Checking test 063 control_flake results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_flake +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_51701/control_flake +Checking test 062 control_flake results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -2362,15 +2322,15 @@ Checking test 063 control_flake results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 219.865866 - 0: The maximum resident set size (KB) = 555528 + 0: The total amount of wall time = 240.226749 + 0: The maximum resident set size (KB) = 535956 -Test 063 control_flake PASS +Test 062 control_flake PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/control_ras -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_168663/control_ras -Checking test 064 control_ras results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_ras +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_51701/control_ras +Checking test 063 control_ras results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -2380,15 +2340,15 @@ Checking test 064 control_ras results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 169.804348 - 0: The maximum resident set size (KB) = 513980 + 0: The total amount of wall time = 178.643542 + 0: The maximum resident set size (KB) = 496688 -Test 064 control_ras PASS +Test 063 control_ras PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/control_thompson -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_168663/control_thompson -Checking test 065 control_thompson results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_thompson +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_51701/control_thompson +Checking test 064 control_thompson results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -2398,15 +2358,15 @@ Checking test 065 control_thompson results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 211.533768 - 0: The maximum resident set size (KB) = 866824 + 0: The total amount of wall time = 225.564117 + 0: The maximum resident set size (KB) = 846748 -Test 065 control_thompson PASS +Test 064 control_thompson PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/control_thompson_no_aero -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_168663/control_thompson_no_aero -Checking test 066 control_thompson_no_aero results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_thompson_no_aero +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_51701/control_thompson_no_aero +Checking test 065 control_thompson_no_aero results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -2416,55 +2376,55 @@ Checking test 066 control_thompson_no_aero results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 201.827889 - 0: The maximum resident set size (KB) = 865744 + 0: The total amount of wall time = 213.661755 + 0: The maximum resident set size (KB) = 844552 -Test 066 control_thompson_no_aero PASS +Test 065 control_thompson_no_aero PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/control_wam_repro -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_168663/control_wam_repro -Checking test 067 control_wam results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_wam_repro +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_51701/control_wam_repro +Checking test 066 control_wam results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK - 0: The total amount of wall time = 114.597095 - 0: The maximum resident set size (KB) = 247632 + 0: The total amount of wall time = 127.546470 + 0: The maximum resident set size (KB) = 227660 -Test 067 control_wam PASS +Test 066 control_wam PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/control_debug -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_168663/control_debug -Checking test 068 control_debug results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_debug +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_51701/control_debug +Checking test 067 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 = 150.661293 - 0: The maximum resident set size (KB) = 545076 + 0: The total amount of wall time = 154.222417 + 0: The maximum resident set size (KB) = 524836 -Test 068 control_debug PASS +Test 067 control_debug PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/control_debug -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_168663/control_2threads_debug -Checking test 069 control_2threads_debug results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_debug +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_51701/control_2threads_debug +Checking test 068 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 = 227.083441 - 0: The maximum resident set size (KB) = 596552 + 0: The total amount of wall time = 238.862092 + 0: The maximum resident set size (KB) = 576760 -Test 069 control_2threads_debug PASS +Test 068 control_2threads_debug PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/control_CubedSphereGrid_debug -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_168663/control_CubedSphereGrid_debug -Checking test 070 control_CubedSphereGrid_debug results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_CubedSphereGrid_debug +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_51701/control_CubedSphereGrid_debug +Checking test 069 control_CubedSphereGrid_debug results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK Comparing sfcf000.tile3.nc .........OK @@ -2490,429 +2450,429 @@ Checking test 070 control_CubedSphereGrid_debug results .... Comparing atmf001.tile5.nc .........OK Comparing atmf001.tile6.nc .........OK - 0: The total amount of wall time = 162.499570 - 0: The maximum resident set size (KB) = 543380 + 0: The total amount of wall time = 173.813902 + 0: The maximum resident set size (KB) = 527144 -Test 070 control_CubedSphereGrid_debug PASS +Test 069 control_CubedSphereGrid_debug PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/control_wrtGauss_netcdf_parallel_debug -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_168663/control_wrtGauss_netcdf_parallel_debug -Checking test 071 control_wrtGauss_netcdf_parallel_debug results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_wrtGauss_netcdf_parallel_debug +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_51701/control_wrtGauss_netcdf_parallel_debug +Checking test 070 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 = 156.016483 - 0: The maximum resident set size (KB) = 543504 + 0: The total amount of wall time = 179.150412 + 0: The maximum resident set size (KB) = 526924 -Test 071 control_wrtGauss_netcdf_parallel_debug PASS +Test 070 control_wrtGauss_netcdf_parallel_debug PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/control_stochy_debug -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_168663/control_stochy_debug -Checking test 072 control_stochy_debug results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_stochy_debug +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_51701/control_stochy_debug +Checking test 071 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.901192 - 0: The maximum resident set size (KB) = 545276 + 0: The total amount of wall time = 180.000672 + 0: The maximum resident set size (KB) = 525236 -Test 072 control_stochy_debug PASS +Test 071 control_stochy_debug PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/control_lndp_debug -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_168663/control_lndp_debug -Checking test 073 control_lndp_debug results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_lndp_debug +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_51701/control_lndp_debug +Checking test 072 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 = 160.783455 - 0: The maximum resident set size (KB) = 559460 + 0: The total amount of wall time = 167.588405 + 0: The maximum resident set size (KB) = 539444 -Test 073 control_lndp_debug PASS +Test 072 control_lndp_debug PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/control_rrtmgp_debug -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_168663/control_rrtmgp_debug -Checking test 074 control_rrtmgp_debug results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_rrtmgp_debug +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_51701/control_rrtmgp_debug +Checking test 073 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 = 166.272004 - 0: The maximum resident set size (KB) = 641588 + 0: The total amount of wall time = 181.315491 + 0: The maximum resident set size (KB) = 628024 -Test 074 control_rrtmgp_debug PASS +Test 073 control_rrtmgp_debug PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/control_csawmg_debug -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_168663/control_csawmg_debug -Checking test 075 control_csawmg_debug results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_csawmg_debug +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_51701/control_csawmg_debug +Checking test 074 control_csawmg_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 231.933019 - 0: The maximum resident set size (KB) = 575652 + 0: The total amount of wall time = 247.905447 + 0: The maximum resident set size (KB) = 563472 -Test 075 control_csawmg_debug PASS +Test 074 control_csawmg_debug PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/control_csawmgt_debug -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_168663/control_csawmgt_debug -Checking test 076 control_csawmgt_debug results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_csawmgt_debug +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_51701/control_csawmgt_debug +Checking test 075 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 = 229.161605 - 0: The maximum resident set size (KB) = 577760 + 0: The total amount of wall time = 246.706345 + 0: The maximum resident set size (KB) = 562304 -Test 076 control_csawmgt_debug PASS +Test 075 control_csawmgt_debug PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/control_ras_debug -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_168663/control_ras_debug -Checking test 077 control_ras_debug results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_ras_debug +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_51701/control_ras_debug +Checking test 076 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 = 170.857272 - 0: The maximum resident set size (KB) = 553508 + 0: The total amount of wall time = 168.051643 + 0: The maximum resident set size (KB) = 539676 -Test 077 control_ras_debug PASS +Test 076 control_ras_debug PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/control_diag_debug -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_168663/control_diag_debug -Checking test 078 control_diag_debug results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_diag_debug +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_51701/control_diag_debug +Checking test 077 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.909390 - 0: The maximum resident set size (KB) = 602572 + 0: The total amount of wall time = 173.222775 + 0: The maximum resident set size (KB) = 579672 -Test 078 control_diag_debug PASS +Test 077 control_diag_debug PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/control_debug_p8 -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_168663/control_debug_p8 -Checking test 079 control_debug_p8 results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_debug_p8 +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_51701/control_debug_p8 +Checking test 078 control_debug_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 166.560374 - 0: The maximum resident set size (KB) = 571820 + 0: The total amount of wall time = 174.940243 + 0: The maximum resident set size (KB) = 913256 -Test 079 control_debug_p8 PASS +Test 078 control_debug_p8 PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/control_thompson_debug -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_168663/control_thompson_debug -Checking test 080 control_thompson_debug results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_thompson_debug +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_51701/control_thompson_debug +Checking test 079 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.744770 - 0: The maximum resident set size (KB) = 905388 + 0: The total amount of wall time = 186.744735 + 0: The maximum resident set size (KB) = 884024 -Test 080 control_thompson_debug PASS +Test 079 control_thompson_debug PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/control_thompson_no_aero_debug -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_168663/control_thompson_no_aero_debug -Checking test 081 control_thompson_no_aero_debug results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_thompson_no_aero_debug +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_51701/control_thompson_no_aero_debug +Checking test 080 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 = 173.822116 - 0: The maximum resident set size (KB) = 896360 + 0: The total amount of wall time = 191.586098 + 0: The maximum resident set size (KB) = 878708 -Test 081 control_thompson_no_aero_debug PASS +Test 080 control_thompson_no_aero_debug PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/control_thompson_debug_extdiag -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_168663/control_thompson_extdiag_debug -Checking test 082 control_thompson_extdiag_debug results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_thompson_debug_extdiag +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_51701/control_thompson_extdiag_debug +Checking test 081 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 = 183.861190 - 0: The maximum resident set size (KB) = 932364 + 0: The total amount of wall time = 198.403526 + 0: The maximum resident set size (KB) = 913924 -Test 082 control_thompson_extdiag_debug PASS +Test 081 control_thompson_extdiag_debug PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/control_thompson_progcld_thompson_debug -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_168663/control_thompson_progcld_thompson_debug -Checking test 083 control_thompson_progcld_thompson_debug results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_thompson_progcld_thompson_debug +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_51701/control_thompson_progcld_thompson_debug +Checking test 082 control_thompson_progcld_thompson_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 175.764546 - 0: The maximum resident set size (KB) = 902412 + 0: The total amount of wall time = 204.365548 + 0: The maximum resident set size (KB) = 880580 -Test 083 control_thompson_progcld_thompson_debug PASS +Test 082 control_thompson_progcld_thompson_debug PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/fv3_regional_debug -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_168663/regional_debug -Checking test 084 regional_debug results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/fv3_regional_debug +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_51701/regional_debug +Checking test 083 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 = 245.564863 - 0: The maximum resident set size (KB) = 612520 + 0: The total amount of wall time = 256.748231 + 0: The maximum resident set size (KB) = 604008 -Test 084 regional_debug PASS +Test 083 regional_debug PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/rap_control_debug -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_168663/rap_control_debug -Checking test 085 rap_control_debug results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/rap_control_debug +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_51701/rap_control_debug +Checking test 084 rap_control_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 279.652471 - 0: The maximum resident set size (KB) = 912700 + 0: The total amount of wall time = 279.700478 + 0: The maximum resident set size (KB) = 892176 -Test 085 rap_control_debug PASS +Test 084 rap_control_debug PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/rap_control_debug -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_168663/rap_unified_drag_suite_debug -Checking test 086 rap_unified_drag_suite_debug results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/rap_control_debug +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_51701/rap_unified_drag_suite_debug +Checking test 085 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.755210 - 0: The maximum resident set size (KB) = 910460 + 0: The total amount of wall time = 287.663340 + 0: The maximum resident set size (KB) = 888056 -Test 086 rap_unified_drag_suite_debug PASS +Test 085 rap_unified_drag_suite_debug PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/rap_diag_debug -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_168663/rap_diag_debug -Checking test 087 rap_diag_debug results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/rap_diag_debug +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_51701/rap_diag_debug +Checking test 086 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 = 289.137541 - 0: The maximum resident set size (KB) = 1008568 + 0: The total amount of wall time = 300.294775 + 0: The maximum resident set size (KB) = 990064 -Test 087 rap_diag_debug PASS +Test 086 rap_diag_debug PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/rap_cires_ugwp_debug -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_168663/rap_cires_ugwp_debug -Checking test 088 rap_cires_ugwp_debug results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/rap_cires_ugwp_debug +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_51701/rap_cires_ugwp_debug +Checking test 087 rap_cires_ugwp_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 275.916881 - 0: The maximum resident set size (KB) = 916640 + 0: The total amount of wall time = 288.664168 + 0: The maximum resident set size (KB) = 893672 -Test 088 rap_cires_ugwp_debug PASS +Test 087 rap_cires_ugwp_debug PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/rap_cires_ugwp_debug -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_168663/rap_unified_ugwp_debug -Checking test 089 rap_unified_ugwp_debug results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/rap_cires_ugwp_debug +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_51701/rap_unified_ugwp_debug +Checking test 088 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 = 279.091470 - 0: The maximum resident set size (KB) = 911232 + 0: The total amount of wall time = 284.770782 + 0: The maximum resident set size (KB) = 894684 -Test 089 rap_unified_ugwp_debug PASS +Test 088 rap_unified_ugwp_debug PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/rap_noah_debug -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_168663/rap_noah_debug -Checking test 090 rap_noah_debug results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/rap_noah_debug +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_51701/rap_noah_debug +Checking test 089 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 = 276.372014 - 0: The maximum resident set size (KB) = 911816 + 0: The total amount of wall time = 289.489280 + 0: The maximum resident set size (KB) = 891568 -Test 090 rap_noah_debug PASS +Test 089 rap_noah_debug PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/rap_rrtmgp_debug -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_168663/rap_rrtmgp_debug -Checking test 091 rap_rrtmgp_debug results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/rap_rrtmgp_debug +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_51701/rap_rrtmgp_debug +Checking test 090 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 = 458.900171 - 0: The maximum resident set size (KB) = 1009568 + 0: The total amount of wall time = 474.061079 + 0: The maximum resident set size (KB) = 997396 -Test 091 rap_rrtmgp_debug PASS +Test 090 rap_rrtmgp_debug PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/rap_lndp_debug -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_168663/rap_lndp_debug -Checking test 092 rap_lndp_debug results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/rap_lndp_debug +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_51701/rap_lndp_debug +Checking test 091 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 = 277.589900 - 0: The maximum resident set size (KB) = 914764 + 0: The total amount of wall time = 287.329509 + 0: The maximum resident set size (KB) = 891960 -Test 092 rap_lndp_debug PASS +Test 091 rap_lndp_debug PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/rap_sfcdiff_debug -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_168663/rap_sfcdiff_debug -Checking test 093 rap_sfcdiff_debug results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/rap_sfcdiff_debug +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_51701/rap_sfcdiff_debug +Checking test 092 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 = 270.985501 - 0: The maximum resident set size (KB) = 911268 + 0: The total amount of wall time = 300.351079 + 0: The maximum resident set size (KB) = 890828 -Test 093 rap_sfcdiff_debug PASS +Test 092 rap_sfcdiff_debug PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/rap_flake_debug -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_168663/rap_flake_debug -Checking test 094 rap_flake_debug results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/rap_flake_debug +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_51701/rap_flake_debug +Checking test 093 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.527801 - 0: The maximum resident set size (KB) = 910960 + 0: The total amount of wall time = 284.657571 + 0: The maximum resident set size (KB) = 891584 -Test 094 rap_flake_debug PASS +Test 093 rap_flake_debug PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/rap_noah_sfcdiff_cires_ugwp_debug -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_168663/rap_noah_sfcdiff_cires_ugwp_debug -Checking test 095 rap_noah_sfcdiff_cires_ugwp_debug results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/rap_noah_sfcdiff_cires_ugwp_debug +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_51701/rap_noah_sfcdiff_cires_ugwp_debug +Checking test 094 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 = 441.501953 - 0: The maximum resident set size (KB) = 909988 + 0: The total amount of wall time = 462.904343 + 0: The maximum resident set size (KB) = 890908 -Test 095 rap_noah_sfcdiff_cires_ugwp_debug PASS +Test 094 rap_noah_sfcdiff_cires_ugwp_debug PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/rap_progcld_thompson_debug -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_168663/rap_progcld_thompson_debug -Checking test 096 rap_progcld_thompson_debug results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/rap_progcld_thompson_debug +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_51701/rap_progcld_thompson_debug +Checking test 095 rap_progcld_thompson_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 271.769465 - 0: The maximum resident set size (KB) = 907700 + 0: The total amount of wall time = 293.446996 + 0: The maximum resident set size (KB) = 886312 -Test 096 rap_progcld_thompson_debug PASS +Test 095 rap_progcld_thompson_debug PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/rrfs_v1beta_debug -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_168663/rrfs_v1beta_debug -Checking test 097 rrfs_v1beta_debug results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/rrfs_v1beta_debug +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_51701/rrfs_v1beta_debug +Checking test 096 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.746641 - 0: The maximum resident set size (KB) = 912752 + 0: The total amount of wall time = 274.719718 + 0: The maximum resident set size (KB) = 890180 -Test 097 rrfs_v1beta_debug PASS +Test 096 rrfs_v1beta_debug PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/control_wam_debug -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_168663/control_wam_debug -Checking test 098 control_wam_debug results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_wam_debug +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_51701/control_wam_debug +Checking test 097 control_wam_debug results .... Comparing sfcf019.nc .........OK Comparing atmf019.nc .........OK - 0: The total amount of wall time = 287.946634 - 0: The maximum resident set size (KB) = 274624 + 0: The total amount of wall time = 299.289338 + 0: The maximum resident set size (KB) = 256600 -Test 098 control_wam_debug PASS +Test 097 control_wam_debug PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/hafs_regional_atm -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_168663/hafs_regional_atm -Checking test 099 hafs_regional_atm results .... - Comparing atmf006.nc .........OK +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/hafs_regional_atm +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_51701/hafs_regional_atm +Checking test 098 hafs_regional_atm results .... + Comparing atmf006.nc ............ALT CHECK......OK Comparing sfcf006.nc .........OK - 0: The total amount of wall time = 261.799502 - 0: The maximum resident set size (KB) = 853604 + 0: The total amount of wall time = 281.163752 + 0: The maximum resident set size (KB) = 704740 -Test 099 hafs_regional_atm PASS +Test 098 hafs_regional_atm PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/hafs_regional_atm_thompson_gfdlsf -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_168663/hafs_regional_atm_thompson_gfdlsf -Checking test 100 hafs_regional_atm_thompson_gfdlsf results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/hafs_regional_atm_thompson_gfdlsf +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_51701/hafs_regional_atm_thompson_gfdlsf +Checking test 099 hafs_regional_atm_thompson_gfdlsf results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK - 0: The total amount of wall time = 318.376849 - 0: The maximum resident set size (KB) = 1198636 + 0: The total amount of wall time = 333.558614 + 0: The maximum resident set size (KB) = 1068516 -Test 100 hafs_regional_atm_thompson_gfdlsf PASS +Test 099 hafs_regional_atm_thompson_gfdlsf PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/hafs_regional_atm_ocn -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_168663/hafs_regional_atm_ocn -Checking test 101 hafs_regional_atm_ocn results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/hafs_regional_atm_ocn +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_51701/hafs_regional_atm_ocn +Checking test 100 hafs_regional_atm_ocn results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing archv.2019_241_06.a .........OK @@ -2920,89 +2880,89 @@ Checking test 101 hafs_regional_atm_ocn results .... Comparing ufs.hafs.cpl.hi.2019-08-29-21600.nc .........OK Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK - 0: The total amount of wall time = 361.827288 - 0: The maximum resident set size (KB) = 887868 + 0: The total amount of wall time = 374.913896 + 0: The maximum resident set size (KB) = 704404 -Test 101 hafs_regional_atm_ocn PASS +Test 100 hafs_regional_atm_ocn PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/hafs_regional_atm_wav -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_168663/hafs_regional_atm_wav -Checking test 102 hafs_regional_atm_wav results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/hafs_regional_atm_wav +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_51701/hafs_regional_atm_wav +Checking test 101 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 = 761.605803 - 0: The maximum resident set size (KB) = 883176 + 0: The total amount of wall time = 854.094834 + 0: The maximum resident set size (KB) = 715508 -Test 102 hafs_regional_atm_wav PASS +Test 101 hafs_regional_atm_wav PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/hafs_regional_atm_ocn_wav -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_168663/hafs_regional_atm_ocn_wav -Checking test 103 hafs_regional_atm_ocn_wav results .... - Comparing atmf006.nc .........OK +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/hafs_regional_atm_ocn_wav +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_51701/hafs_regional_atm_ocn_wav +Checking test 102 hafs_regional_atm_ocn_wav results .... + Comparing atmf006.nc ............ALT CHECK......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 = 850.422391 - 0: The maximum resident set size (KB) = 886872 + 0: The total amount of wall time = 959.727450 + 0: The maximum resident set size (KB) = 721616 -Test 103 hafs_regional_atm_ocn_wav PASS +Test 102 hafs_regional_atm_ocn_wav PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/hafs_regional_1nest_atm -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_168663/hafs_regional_1nest_atm -Checking test 104 hafs_regional_1nest_atm results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/hafs_regional_1nest_atm +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_51701/hafs_regional_1nest_atm +Checking test 103 hafs_regional_1nest_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK - Comparing atm.nest02.f006.nc .........OK - Comparing sfc.nest02.f006.nc .........OK + Comparing atm.nest02.f006.nc ............ALT CHECK......OK + Comparing sfc.nest02.f006.nc ............ALT CHECK......OK - 0: The total amount of wall time = 1264.623710 - 0: The maximum resident set size (KB) = 385828 + 0: The total amount of wall time = 429.401855 + 0: The maximum resident set size (KB) = 306432 -Test 104 hafs_regional_1nest_atm PASS +Test 103 hafs_regional_1nest_atm PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/hafs_regional_telescopic_2nests_atm -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_168663/hafs_regional_telescopic_2nests_atm -Checking test 105 hafs_regional_telescopic_2nests_atm results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/hafs_regional_telescopic_2nests_atm +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_51701/hafs_regional_telescopic_2nests_atm +Checking test 104 hafs_regional_telescopic_2nests_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc ............ALT CHECK......OK Comparing sfc.nest02.f006.nc .........OK Comparing atm.nest03.f006.nc .........OK - Comparing sfc.nest03.f006.nc .........OK + Comparing sfc.nest03.f006.nc ............ALT CHECK......OK - 0: The total amount of wall time = 423.311180 - 0: The maximum resident set size (KB) = 447176 + 0: The total amount of wall time = 445.460704 + 0: The maximum resident set size (KB) = 320516 -Test 105 hafs_regional_telescopic_2nests_atm PASS +Test 104 hafs_regional_telescopic_2nests_atm PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/hafs_global_1nest_atm -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_168663/hafs_global_1nest_atm -Checking test 106 hafs_global_1nest_atm results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/hafs_global_1nest_atm +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_51701/hafs_global_1nest_atm +Checking test 105 hafs_global_1nest_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK - Comparing sfc.nest02.f006.nc .........OK + Comparing sfc.nest02.f006.nc ............ALT CHECK......OK - 0: The total amount of wall time = 190.271862 - 0: The maximum resident set size (KB) = 278880 + 0: The total amount of wall time = 201.136965 + 0: The maximum resident set size (KB) = 202336 -Test 106 hafs_global_1nest_atm PASS +Test 105 hafs_global_1nest_atm PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/hafs_global_multiple_4nests_atm -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_168663/hafs_global_multiple_4nests_atm -Checking test 107 hafs_global_multiple_4nests_atm results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/hafs_global_multiple_4nests_atm +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_51701/hafs_global_multiple_4nests_atm +Checking test 106 hafs_global_multiple_4nests_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK @@ -3014,136 +2974,136 @@ Checking test 107 hafs_global_multiple_4nests_atm results .... Comparing atm.nest05.f006.nc .........OK Comparing sfc.nest05.f006.nc .........OK - 0: The total amount of wall time = 605.785526 - 0: The maximum resident set size (KB) = 456432 + 0: The total amount of wall time = 557.995227 + 0: The maximum resident set size (KB) = 248324 -Test 107 hafs_global_multiple_4nests_atm PASS +Test 106 hafs_global_multiple_4nests_atm PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/hafs_regional_docn -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_168663/hafs_regional_docn -Checking test 108 hafs_regional_docn results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/hafs_regional_docn +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_51701/hafs_regional_docn +Checking test 107 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 = 351.593304 - 0: The maximum resident set size (KB) = 890136 + 0: The total amount of wall time = 356.717975 + 0: The maximum resident set size (KB) = 723284 -Test 108 hafs_regional_docn PASS +Test 107 hafs_regional_docn PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/hafs_regional_docn_oisst -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_168663/hafs_regional_docn_oisst -Checking test 109 hafs_regional_docn_oisst results .... - Comparing atmf006.nc ............ALT CHECK......OK +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/hafs_regional_docn_oisst +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_51701/hafs_regional_docn_oisst +Checking test 108 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 = 350.011279 - 0: The maximum resident set size (KB) = 889712 + 0: The total amount of wall time = 368.184231 + 0: The maximum resident set size (KB) = 721880 -Test 109 hafs_regional_docn_oisst PASS +Test 108 hafs_regional_docn_oisst PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/hafs_regional_datm_cdeps -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_168663/hafs_regional_datm_cdeps -Checking test 110 hafs_regional_datm_cdeps results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/hafs_regional_datm_cdeps +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_51701/hafs_regional_datm_cdeps +Checking test 109 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 = 915.268081 - 0: The maximum resident set size (KB) = 867692 + 0: The total amount of wall time = 932.609374 + 0: The maximum resident set size (KB) = 851700 -Test 110 hafs_regional_datm_cdeps PASS +Test 109 hafs_regional_datm_cdeps PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/datm_cdeps_control_cfsr -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_168663/datm_cdeps_control_cfsr -Checking test 111 datm_cdeps_control_cfsr results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/datm_cdeps_control_cfsr +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_51701/datm_cdeps_control_cfsr +Checking test 110 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 = 145.479037 - 0: The maximum resident set size (KB) = 716212 + 0: The total amount of wall time = 150.967193 + 0: The maximum resident set size (KB) = 716752 -Test 111 datm_cdeps_control_cfsr PASS +Test 110 datm_cdeps_control_cfsr PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/datm_cdeps_control_cfsr -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_168663/datm_cdeps_restart_cfsr -Checking test 112 datm_cdeps_restart_cfsr results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/datm_cdeps_control_cfsr +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_51701/datm_cdeps_restart_cfsr +Checking test 111 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 = 99.036432 - 0: The maximum resident set size (KB) = 716668 + 0: The total amount of wall time = 107.888882 + 0: The maximum resident set size (KB) = 735340 -Test 112 datm_cdeps_restart_cfsr PASS +Test 111 datm_cdeps_restart_cfsr PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/datm_cdeps_control_gefs -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_168663/datm_cdeps_control_gefs -Checking test 113 datm_cdeps_control_gefs results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/datm_cdeps_control_gefs +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_51701/datm_cdeps_control_gefs +Checking test 112 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 = 136.906706 - 0: The maximum resident set size (KB) = 620448 + 0: The total amount of wall time = 143.537651 + 0: The maximum resident set size (KB) = 621020 -Test 113 datm_cdeps_control_gefs PASS +Test 112 datm_cdeps_control_gefs PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/datm_cdeps_stochy_gefs -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_168663/datm_cdeps_stochy_gefs -Checking test 114 datm_cdeps_stochy_gefs results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/datm_cdeps_stochy_gefs +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_51701/datm_cdeps_stochy_gefs +Checking test 113 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 = 141.910417 - 0: The maximum resident set size (KB) = 620684 + 0: The total amount of wall time = 144.152041 + 0: The maximum resident set size (KB) = 618388 -Test 114 datm_cdeps_stochy_gefs PASS +Test 113 datm_cdeps_stochy_gefs PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/datm_cdeps_bulk_cfsr -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_168663/datm_cdeps_bulk_cfsr -Checking test 115 datm_cdeps_bulk_cfsr results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/datm_cdeps_bulk_cfsr +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_51701/datm_cdeps_bulk_cfsr +Checking test 114 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 = 144.185350 - 0: The maximum resident set size (KB) = 722228 + 0: The total amount of wall time = 151.974563 + 0: The maximum resident set size (KB) = 719828 -Test 115 datm_cdeps_bulk_cfsr PASS +Test 114 datm_cdeps_bulk_cfsr PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/datm_cdeps_bulk_gefs -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_168663/datm_cdeps_bulk_gefs -Checking test 116 datm_cdeps_bulk_gefs results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/datm_cdeps_bulk_gefs +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_51701/datm_cdeps_bulk_gefs +Checking test 115 datm_cdeps_bulk_gefs results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 138.389791 - 0: The maximum resident set size (KB) = 621636 + 0: The total amount of wall time = 160.462093 + 0: The maximum resident set size (KB) = 621576 -Test 116 datm_cdeps_bulk_gefs PASS +Test 115 datm_cdeps_bulk_gefs PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/datm_cdeps_mx025_cfsr -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_168663/datm_cdeps_mx025_cfsr -Checking test 117 datm_cdeps_mx025_cfsr results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/datm_cdeps_mx025_cfsr +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_51701/datm_cdeps_mx025_cfsr +Checking test 116 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 @@ -3151,15 +3111,15 @@ Checking test 117 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.050395 - 0: The maximum resident set size (KB) = 628500 + 0: The total amount of wall time = 315.933259 + 0: The maximum resident set size (KB) = 559156 -Test 117 datm_cdeps_mx025_cfsr PASS +Test 116 datm_cdeps_mx025_cfsr PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/datm_cdeps_mx025_gefs -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_168663/datm_cdeps_mx025_gefs -Checking test 118 datm_cdeps_mx025_gefs results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/datm_cdeps_mx025_gefs +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_51701/datm_cdeps_mx025_gefs +Checking test 117 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 @@ -3167,52 +3127,52 @@ Checking test 118 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 = 297.621139 - 0: The maximum resident set size (KB) = 590632 + 0: The total amount of wall time = 320.005512 + 0: The maximum resident set size (KB) = 531604 -Test 118 datm_cdeps_mx025_gefs PASS +Test 117 datm_cdeps_mx025_gefs PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/datm_cdeps_control_cfsr -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_168663/datm_cdeps_multiple_files_cfsr -Checking test 119 datm_cdeps_multiple_files_cfsr results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/datm_cdeps_control_cfsr +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_51701/datm_cdeps_multiple_files_cfsr +Checking test 118 datm_cdeps_multiple_files_cfsr results .... Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 143.664712 - 0: The maximum resident set size (KB) = 716684 + 0: The total amount of wall time = 148.647380 + 0: The maximum resident set size (KB) = 719596 -Test 119 datm_cdeps_multiple_files_cfsr PASS +Test 118 datm_cdeps_multiple_files_cfsr PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/datm_cdeps_3072x1536_cfsr -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_168663/datm_cdeps_3072x1536_cfsr -Checking test 120 datm_cdeps_3072x1536_cfsr results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/datm_cdeps_3072x1536_cfsr +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_51701/datm_cdeps_3072x1536_cfsr +Checking test 119 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 = 190.151528 - 0: The maximum resident set size (KB) = 1829280 + 0: The total amount of wall time = 211.531312 + 0: The maximum resident set size (KB) = 1833296 -Test 120 datm_cdeps_3072x1536_cfsr PASS +Test 119 datm_cdeps_3072x1536_cfsr PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/datm_cdeps_debug_cfsr -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_168663/datm_cdeps_debug_cfsr -Checking test 121 datm_cdeps_debug_cfsr results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/datm_cdeps_debug_cfsr +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_51701/datm_cdeps_debug_cfsr +Checking test 120 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 = 443.189060 - 0: The maximum resident set size (KB) = 727096 + 0: The total amount of wall time = 466.789357 + 0: The maximum resident set size (KB) = 729144 -Test 121 datm_cdeps_debug_cfsr PASS +Test 120 datm_cdeps_debug_cfsr PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/control_atmwav -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_168663/control_atmwav -Checking test 122 control_atmwav results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_atmwav +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_51701/control_atmwav +Checking test 121 control_atmwav results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK Comparing atmf000.nc .........OK @@ -3255,15 +3215,15 @@ Checking test 122 control_atmwav results .... Comparing RESTART/sfc_data.tile6.nc .........OK Comparing 20210322.180000.restart.glo_1deg .........OK - 0: The total amount of wall time = 83.113622 - 0: The maximum resident set size (KB) = 567760 + 0: The total amount of wall time = 92.169755 + 0: The maximum resident set size (KB) = 491064 -Test 122 control_atmwav PASS +Test 121 control_atmwav PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/control_c384gdas_wav -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_168663/control_c384gdas_wav -Checking test 123 control_c384gdas_wav results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_c384gdas_wav +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_51701/control_c384gdas_wav +Checking test 122 control_c384gdas_wav results .... Comparing sfcf000.nc .........OK Comparing sfcf003.nc .........OK Comparing atmf000.nc .........OK @@ -3308,12 +3268,12 @@ Checking test 123 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 = 669.892947 - 0: The maximum resident set size (KB) = 1226000 + 0: The total amount of wall time = 714.124263 + 0: The maximum resident set size (KB) = 1020812 -Test 123 control_c384gdas_wav PASS +Test 122 control_c384gdas_wav PASS REGRESSION TEST WAS SUCCESSFUL -Thu Mar 3 14:52:53 CST 2022 -Elapsed time: 01h:20m:58s. Have a nice day! +Sun Mar 6 19:31:43 CST 2022 +Elapsed time: 01h:14m:58s. Have a nice day! From cde4f298904359be0acba5e4495cf6a156143bd6 Mon Sep 17 00:00:00 2001 From: "jessica.meixner" Date: Mon, 7 Mar 2022 16:29:18 +0000 Subject: [PATCH 088/106] wcoss_cray log --- tests/RegressionTests_wcoss_cray.log | 678 +++++++++++++-------------- 1 file changed, 339 insertions(+), 339 deletions(-) diff --git a/tests/RegressionTests_wcoss_cray.log b/tests/RegressionTests_wcoss_cray.log index 7836b7ed5e..bedc8c09c8 100644 --- a/tests/RegressionTests_wcoss_cray.log +++ b/tests/RegressionTests_wcoss_cray.log @@ -1,17 +1,17 @@ -Thu Mar 3 20:12:17 UTC 2022 +Mon Mar 7 15:44:33 UTC 2022 Start Regression test -Compile 001 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 002 elapsed time 673 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_RRFS_v1beta,FV3_RRFS_v1nssl -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 003 elapsed time 713 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 657 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 573 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 513 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 477 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-20220228/control -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_35725/control +Compile 001 elapsed time 732 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_v17_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 002 elapsed time 740 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_RRFS_v1beta,FV3_RRFS_v1nssl -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 003 elapsed time 718 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 638 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 516 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_v17_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 006 elapsed time 493 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 470 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 740 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-20220304/control +working dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/rt_35735/control Checking test 001 control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -58,14 +58,14 @@ Checking test 001 control results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 143.012432 -The maximum resident set size (KB) = 422940 +The total amount of wall time = 144.428569 +The maximum resident set size (KB) = 423064 Test 001 control PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/control -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_35725/control_decomp +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/control +working dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/rt_35735/control_decomp Checking test 002 control_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -108,28 +108,28 @@ 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 = 147.674415 -The maximum resident set size (KB) = 422108 +The total amount of wall time = 156.564737 +The maximum resident set size (KB) = 422300 Test 002 control_decomp PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/control -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_35725/control_2dwrtdecomp +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/control +working dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/rt_35735/control_2dwrtdecomp Checking test 003 control_2dwrtdecomp results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK Comparing atmf024.nc .........OK -The total amount of wall time = 135.011633 -The maximum resident set size (KB) = 423088 +The total amount of wall time = 152.010786 +The maximum resident set size (KB) = 422912 Test 003 control_2dwrtdecomp PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/control -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_35725/control_restart +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/control +working dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/rt_35735/control_restart Checking test 004 control_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -168,14 +168,14 @@ Checking test 004 control_restart results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 89.382524 -The maximum resident set size (KB) = 157000 +The total amount of wall time = 78.511645 +The maximum resident set size (KB) = 157020 Test 004 control_restart PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/control -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_35725/control_fhzero +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/control +working dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/rt_35735/control_fhzero Checking test 005 control_fhzero results .... Comparing sfcf000.nc ............ALT CHECK......OK Comparing sfcf021.nc ............ALT CHECK......OK @@ -218,14 +218,14 @@ Checking test 005 control_fhzero results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 144.979046 -The maximum resident set size (KB) = 422892 +The total amount of wall time = 146.226238 +The maximum resident set size (KB) = 422920 Test 005 control_fhzero PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/control_CubedSphereGrid -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_35725/control_CubedSphereGrid +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/control_CubedSphereGrid +working dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/rt_35735/control_CubedSphereGrid Checking test 006 control_CubedSphereGrid results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK @@ -252,14 +252,14 @@ Checking test 006 control_CubedSphereGrid results .... Comparing atmf024.tile5.nc .........OK Comparing atmf024.tile6.nc .........OK -The total amount of wall time = 136.950323 -The maximum resident set size (KB) = 423152 +The total amount of wall time = 144.755471 +The maximum resident set size (KB) = 423132 Test 006 control_CubedSphereGrid PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/control_latlon -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_35725/control_latlon +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/control_latlon +working dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/rt_35735/control_latlon Checking test 007 control_latlon results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -270,14 +270,14 @@ Checking test 007 control_latlon results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -The total amount of wall time = 139.165316 -The maximum resident set size (KB) = 423264 +The total amount of wall time = 139.651640 +The maximum resident set size (KB) = 423224 Test 007 control_latlon PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/control_wrtGauss_netcdf_parallel -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_35725/control_wrtGauss_netcdf_parallel +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/control_wrtGauss_netcdf_parallel +working dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/rt_35735/control_wrtGauss_netcdf_parallel Checking test 008 control_wrtGauss_netcdf_parallel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -288,14 +288,14 @@ Checking test 008 control_wrtGauss_netcdf_parallel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -The total amount of wall time = 144.082920 -The maximum resident set size (KB) = 422932 +The total amount of wall time = 140.856384 +The maximum resident set size (KB) = 423124 Test 008 control_wrtGauss_netcdf_parallel PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/control_c48 -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_35725/control_c48 +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/control_c48 +working dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/rt_35735/control_c48 Checking test 009 control_c48 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -334,14 +334,14 @@ Checking test 009 control_c48 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 448.662742 -The maximum resident set size (KB) = 630792 +The total amount of wall time = 452.325782 +The maximum resident set size (KB) = 630732 Test 009 control_c48 PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/control_c192 -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_35725/control_c192 +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/control_c192 +working dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/rt_35735/control_c192 Checking test 010 control_c192 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -352,14 +352,14 @@ Checking test 010 control_c192 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -The total amount of wall time = 553.002330 -The maximum resident set size (KB) = 524652 +The total amount of wall time = 551.977918 +The maximum resident set size (KB) = 524488 Test 010 control_c192 PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/control_stochy -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_35725/control_stochy +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/control_stochy +working dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/rt_35735/control_stochy Checking test 011 control_stochy results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -370,28 +370,28 @@ Checking test 011 control_stochy results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK -The total amount of wall time = 94.047727 -The maximum resident set size (KB) = 426104 +The total amount of wall time = 96.152999 +The maximum resident set size (KB) = 426796 Test 011 control_stochy PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/control_stochy -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_35725/control_stochy_restart +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/control_stochy +working dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/rt_35735/control_stochy_restart Checking test 012 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 = 66.544456 -The maximum resident set size (KB) = 172732 +The total amount of wall time = 57.986011 +The maximum resident set size (KB) = 172572 Test 012 control_stochy_restart PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/control_lndp -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_35725/control_lndp +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/control_lndp +working dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/rt_35735/control_lndp Checking test 013 control_lndp results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -402,14 +402,14 @@ Checking test 013 control_lndp results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK -The total amount of wall time = 91.363853 -The maximum resident set size (KB) = 427672 +The total amount of wall time = 87.357158 +The maximum resident set size (KB) = 427688 Test 013 control_lndp PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/control_iovr4 -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_35725/control_iovr4 +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/control_iovr4 +working dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/rt_35735/control_iovr4 Checking test 014 control_iovr4 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -424,14 +424,14 @@ Checking test 014 control_iovr4 results .... Comparing GFSPRS.GrbF21 .........OK Comparing GFSPRS.GrbF24 .........OK -The total amount of wall time = 142.034822 -The maximum resident set size (KB) = 423176 +The total amount of wall time = 143.892927 +The maximum resident set size (KB) = 422916 Test 014 control_iovr4 PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/control_iovr5 -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_35725/control_iovr5 +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/control_iovr5 +working dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/rt_35735/control_iovr5 Checking test 015 control_iovr5 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -446,14 +446,14 @@ Checking test 015 control_iovr5 results .... Comparing GFSPRS.GrbF21 .........OK Comparing GFSPRS.GrbF24 .........OK -The total amount of wall time = 142.444759 -The maximum resident set size (KB) = 422928 +The total amount of wall time = 143.833874 +The maximum resident set size (KB) = 423208 Test 015 control_iovr5 PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/control_p8 -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_35725/control_p8 +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/control_p8 +working dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/rt_35735/control_p8 Checking test 016 control_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -500,14 +500,14 @@ Checking test 016 control_p8 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 163.561850 -The maximum resident set size (KB) = 454948 +The total amount of wall time = 175.008344 +The maximum resident set size (KB) = 806040 Test 016 control_p8 PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/control_p8 -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_35725/control_restart_p8 +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/control_p8 +working dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/rt_35735/control_restart_p8 Checking test 017 control_restart_p8 results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -546,14 +546,14 @@ Checking test 017 control_restart_p8 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 93.280244 -The maximum resident set size (KB) = 264684 +The total amount of wall time = 99.768454 +The maximum resident set size (KB) = 545492 Test 017 control_restart_p8 PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/control_p8 -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_35725/control_decomp_p8 +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/control_p8 +working dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/rt_35735/control_decomp_p8 Checking test 018 control_decomp_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -596,14 +596,14 @@ Checking test 018 control_decomp_p8 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 174.335276 -The maximum resident set size (KB) = 449104 +The total amount of wall time = 176.299974 +The maximum resident set size (KB) = 801988 Test 018 control_decomp_p8 PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/control_p7_rrtmgp -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_35725/control_p7_rrtmgp +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/control_p7_rrtmgp +working dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/rt_35735/control_p7_rrtmgp Checking test 019 control_p7_rrtmgp results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -650,14 +650,14 @@ Checking test 019 control_p7_rrtmgp results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 221.693022 -The maximum resident set size (KB) = 552304 +The total amount of wall time = 217.048442 +The maximum resident set size (KB) = 549968 Test 019 control_p7_rrtmgp PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/fv3_regional_control -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_35725/regional_control +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/fv3_regional_control +working dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/rt_35735/regional_control Checking test 020 regional_control results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK @@ -668,42 +668,42 @@ Checking test 020 regional_control results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF24 .........OK -The total amount of wall time = 351.897026 -The maximum resident set size (KB) = 532188 +The total amount of wall time = 384.125141 +The maximum resident set size (KB) = 532068 Test 020 regional_control PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/fv3_regional_control -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_35725/regional_restart +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/fv3_regional_control +working dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/rt_35735/regional_restart Checking test 021 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 = 218.861711 -The maximum resident set size (KB) = 526940 +The total amount of wall time = 223.957507 +The maximum resident set size (KB) = 526852 Test 021 regional_restart PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/fv3_regional_control -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_35725/regional_control_2dwrtdecomp +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/fv3_regional_control +working dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/rt_35735/regional_control_2dwrtdecomp Checking test 022 regional_control_2dwrtdecomp results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK Comparing phyf000.nc .........OK Comparing phyf024.nc .........OK -The total amount of wall time = 351.445389 +The total amount of wall time = 389.962111 The maximum resident set size (KB) = 532136 Test 022 regional_control_2dwrtdecomp PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/fv3_regional_noquilt -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_35725/regional_noquilt +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/fv3_regional_noquilt +working dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/rt_35735/regional_noquilt Checking test 023 regional_noquilt results .... Comparing atmos_4xdaily.nc .........OK Comparing fv3_history2d.nc .........OK @@ -711,14 +711,14 @@ Checking test 023 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 = 387.794293 -The maximum resident set size (KB) = 535076 +The total amount of wall time = 396.105874 +The maximum resident set size (KB) = 534992 Test 023 regional_noquilt PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/fv3_regional_hafs -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_35725/regional_hafs +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/fv3_regional_hafs +working dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/rt_35735/regional_hafs Checking test 024 regional_hafs results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK @@ -727,28 +727,28 @@ Checking test 024 regional_hafs results .... Comparing HURPRS.GrbF00 .........OK Comparing HURPRS.GrbF24 .........OK -The total amount of wall time = 354.832672 -The maximum resident set size (KB) = 527632 +The total amount of wall time = 381.726448 +The maximum resident set size (KB) = 528084 Test 024 regional_hafs PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/fv3_regional_netcdf_parallel -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_35725/regional_netcdf_parallel +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/fv3_regional_netcdf_parallel +working dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/rt_35735/regional_netcdf_parallel Checking test 025 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 = 351.320781 -The maximum resident set size (KB) = 526712 +The total amount of wall time = 379.660669 +The maximum resident set size (KB) = 526600 Test 025 regional_netcdf_parallel PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/fv3_regional_RRTMGP -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_35725/regional_RRTMGP +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/fv3_regional_RRTMGP +working dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/rt_35735/regional_RRTMGP Checking test 026 regional_RRTMGP results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK @@ -759,14 +759,14 @@ Checking test 026 regional_RRTMGP results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF24 .........OK -The total amount of wall time = 465.352876 -The maximum resident set size (KB) = 654336 +The total amount of wall time = 467.282115 +The maximum resident set size (KB) = 654268 Test 026 regional_RRTMGP PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/rap_control -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_35725/rap_control +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/rap_control +working dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/rt_35735/rap_control Checking test 027 rap_control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -813,14 +813,14 @@ Checking test 027 rap_control results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 387.279643 -The maximum resident set size (KB) = 789800 +The total amount of wall time = 390.794249 +The maximum resident set size (KB) = 789620 Test 027 rap_control PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/regional_spp_sppt_shum_skeb -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_35725/regional_spp_sppt_shum_skeb +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/regional_spp_sppt_shum_skeb +working dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/rt_35735/regional_spp_sppt_shum_skeb Checking test 028 regional_spp_sppt_shum_skeb results .... Comparing dynf000.nc .........OK Comparing dynf001.nc .........OK @@ -831,14 +831,14 @@ Checking test 028 regional_spp_sppt_shum_skeb results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF01 .........OK -The total amount of wall time = 327.435285 -The maximum resident set size (KB) = 855636 +The total amount of wall time = 352.691197 +The maximum resident set size (KB) = 855060 Test 028 regional_spp_sppt_shum_skeb PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/rap_control -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_35725/rap_restart +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/rap_control +working dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/rt_35735/rap_restart Checking test 029 rap_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -877,14 +877,14 @@ Checking test 029 rap_restart results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 202.851632 -The maximum resident set size (KB) = 529200 +The total amount of wall time = 216.508932 +The maximum resident set size (KB) = 529488 Test 029 rap_restart PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/rap_sfcdiff -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_35725/rap_sfcdiff +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/rap_sfcdiff +working dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/rt_35735/rap_sfcdiff Checking test 030 rap_sfcdiff results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -931,14 +931,14 @@ Checking test 030 rap_sfcdiff results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 387.808010 -The maximum resident set size (KB) = 789916 +The total amount of wall time = 398.638325 +The maximum resident set size (KB) = 789748 Test 030 rap_sfcdiff PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/rap_sfcdiff -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_35725/rap_sfcdiff_restart +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/rap_sfcdiff +working dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/rt_35735/rap_sfcdiff_restart Checking test 031 rap_sfcdiff_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -977,14 +977,14 @@ Checking test 031 rap_sfcdiff_restart results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 202.448742 -The maximum resident set size (KB) = 529032 +The total amount of wall time = 215.131628 +The maximum resident set size (KB) = 528992 Test 031 rap_sfcdiff_restart PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/hrrr_control -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_35725/hrrr_control +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/hrrr_control +working dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/rt_35735/hrrr_control Checking test 032 hrrr_control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1031,14 +1031,14 @@ Checking test 032 hrrr_control results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 374.768076 -The maximum resident set size (KB) = 787628 +The total amount of wall time = 383.395268 +The maximum resident set size (KB) = 787584 Test 032 hrrr_control PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/rrfs_v1beta -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_35725/rrfs_v1beta +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/rrfs_v1beta +working dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/rt_35735/rrfs_v1beta Checking test 033 rrfs_v1beta results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1085,14 +1085,14 @@ Checking test 033 rrfs_v1beta results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 383.039115 -The maximum resident set size (KB) = 787964 +The total amount of wall time = 385.137801 +The maximum resident set size (KB) = 787768 Test 033 rrfs_v1beta PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/rrfs_v1nssl -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_35725/rrfs_v1nssl +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/rrfs_v1nssl +working dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/rt_35735/rrfs_v1nssl Checking test 034 rrfs_v1nssl results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1107,14 +1107,14 @@ Checking test 034 rrfs_v1nssl results .... Comparing GFSPRS.GrbF21 .........OK Comparing GFSPRS.GrbF24 .........OK -The total amount of wall time = 484.282270 -The maximum resident set size (KB) = 477292 +The total amount of wall time = 485.648484 +The maximum resident set size (KB) = 477124 Test 034 rrfs_v1nssl PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/rrfs_v1nssl_nohailnoccn -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_35725/rrfs_v1nssl_nohailnoccn +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/rrfs_v1nssl_nohailnoccn +working dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/rt_35735/rrfs_v1nssl_nohailnoccn Checking test 035 rrfs_v1nssl_nohailnoccn results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1129,14 +1129,14 @@ Checking test 035 rrfs_v1nssl_nohailnoccn results .... Comparing GFSPRS.GrbF21 .........OK Comparing GFSPRS.GrbF24 .........OK -The total amount of wall time = 482.521034 -The maximum resident set size (KB) = 471072 +The total amount of wall time = 471.999791 +The maximum resident set size (KB) = 470992 Test 035 rrfs_v1nssl_nohailnoccn PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/rrfs_conus13km_hrrr_warm -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_35725/rrfs_conus13km_hrrr_warm +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/rrfs_conus13km_hrrr_warm +working dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/rt_35735/rrfs_conus13km_hrrr_warm Checking test 036 rrfs_conus13km_hrrr_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -1145,14 +1145,14 @@ Checking test 036 rrfs_conus13km_hrrr_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK -The total amount of wall time = 253.358792 -The maximum resident set size (KB) = 598236 +The total amount of wall time = 248.962705 +The maximum resident set size (KB) = 598192 Test 036 rrfs_conus13km_hrrr_warm PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/rrfs_conus13km_radar_tten_warm -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_35725/rrfs_conus13km_radar_tten_warm +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/rrfs_conus13km_radar_tten_warm +working dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/rt_35735/rrfs_conus13km_radar_tten_warm Checking test 037 rrfs_conus13km_radar_tten_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -1161,14 +1161,14 @@ Checking test 037 rrfs_conus13km_radar_tten_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK -The total amount of wall time = 261.748627 -The maximum resident set size (KB) = 600828 +The total amount of wall time = 261.137991 +The maximum resident set size (KB) = 600172 Test 037 rrfs_conus13km_radar_tten_warm PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/control_rrtmgp -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_35725/control_rrtmgp +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/control_rrtmgp +working dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/rt_35735/control_rrtmgp Checking test 038 control_rrtmgp results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1179,14 +1179,14 @@ Checking test 038 control_rrtmgp results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -The total amount of wall time = 223.808400 -The maximum resident set size (KB) = 549032 +The total amount of wall time = 223.539396 +The maximum resident set size (KB) = 549100 Test 038 control_rrtmgp PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/control_rrtmgp_c192 -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_35725/control_rrtmgp_c192 +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/control_rrtmgp_c192 +working dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/rt_35735/control_rrtmgp_c192 Checking test 039 control_rrtmgp_c192 results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -1197,14 +1197,14 @@ Checking test 039 control_rrtmgp_c192 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK -The total amount of wall time = 622.250772 -The maximum resident set size (KB) = 761436 +The total amount of wall time = 616.120493 +The maximum resident set size (KB) = 760852 Test 039 control_rrtmgp_c192 PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/control_csawmg -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_35725/control_csawmg +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/control_csawmg +working dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/rt_35735/control_csawmg Checking test 040 control_csawmg results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1215,14 +1215,14 @@ Checking test 040 control_csawmg results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -The total amount of wall time = 360.326779 -The maximum resident set size (KB) = 491032 +The total amount of wall time = 362.586683 +The maximum resident set size (KB) = 491028 Test 040 control_csawmg PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/control_csawmgt -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_35725/control_csawmgt +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/control_csawmgt +working dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/rt_35735/control_csawmgt Checking test 041 control_csawmgt results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1233,14 +1233,14 @@ Checking test 041 control_csawmgt results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -The total amount of wall time = 356.229033 -The maximum resident set size (KB) = 490756 +The total amount of wall time = 355.084113 +The maximum resident set size (KB) = 490796 Test 041 control_csawmgt PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/control_flake -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_35725/control_flake +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/control_flake +working dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/rt_35735/control_flake Checking test 042 control_flake results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1251,14 +1251,14 @@ Checking test 042 control_flake results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -The total amount of wall time = 233.231811 -The maximum resident set size (KB) = 492144 +The total amount of wall time = 248.140903 +The maximum resident set size (KB) = 492320 Test 042 control_flake PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/control_ras -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_35725/control_ras +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/control_ras +working dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/rt_35735/control_ras Checking test 043 control_ras results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1269,40 +1269,40 @@ Checking test 043 control_ras results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -The total amount of wall time = 193.478285 -The maximum resident set size (KB) = 456772 +The total amount of wall time = 211.238147 +The maximum resident set size (KB) = 456896 Test 043 control_ras PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/control_wam_repro -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_35725/control_wam_repro +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/control_wam_repro +working dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/rt_35735/control_wam_repro Checking test 044 control_wam results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK -The total amount of wall time = 119.759781 -The maximum resident set size (KB) = 168008 +The total amount of wall time = 128.441460 +The maximum resident set size (KB) = 168092 Test 044 control_wam PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/control_debug -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_35725/control_debug +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/control_debug +working dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/rt_35735/control_debug Checking test 045 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 = 140.771978 -The maximum resident set size (KB) = 489080 +The total amount of wall time = 141.570762 +The maximum resident set size (KB) = 488936 Test 045 control_debug PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/control_CubedSphereGrid_debug -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_35725/control_CubedSphereGrid_debug +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/control_CubedSphereGrid_debug +working dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/rt_35735/control_CubedSphereGrid_debug Checking test 046 control_CubedSphereGrid_debug results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK @@ -1329,428 +1329,428 @@ Checking test 046 control_CubedSphereGrid_debug results .... Comparing atmf001.tile5.nc .........OK Comparing atmf001.tile6.nc .........OK -The total amount of wall time = 149.023453 -The maximum resident set size (KB) = 489388 +The total amount of wall time = 149.544969 +The maximum resident set size (KB) = 489240 Test 046 control_CubedSphereGrid_debug PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/control_wrtGauss_netcdf_parallel_debug -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_35725/control_wrtGauss_netcdf_parallel_debug +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/control_wrtGauss_netcdf_parallel_debug +working dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/rt_35735/control_wrtGauss_netcdf_parallel_debug Checking test 047 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 = 141.720151 -The maximum resident set size (KB) = 489056 +The total amount of wall time = 141.307154 +The maximum resident set size (KB) = 489012 Test 047 control_wrtGauss_netcdf_parallel_debug PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/control_stochy_debug -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_35725/control_stochy_debug +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/control_stochy_debug +working dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/rt_35735/control_stochy_debug Checking test 048 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 = 160.062220 -The maximum resident set size (KB) = 494456 +The total amount of wall time = 160.273861 +The maximum resident set size (KB) = 494480 Test 048 control_stochy_debug PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/control_lndp_debug -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_35725/control_lndp_debug +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/control_lndp_debug +working dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/rt_35735/control_lndp_debug Checking test 049 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 = 144.092061 -The maximum resident set size (KB) = 494204 +The total amount of wall time = 143.443859 +The maximum resident set size (KB) = 494172 Test 049 control_lndp_debug PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/control_rrtmgp_debug -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_35725/control_rrtmgp_debug +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/control_rrtmgp_debug +working dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/rt_35735/control_rrtmgp_debug Checking test 050 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 = 156.175070 -The maximum resident set size (KB) = 594388 +The total amount of wall time = 155.059725 +The maximum resident set size (KB) = 594432 Test 050 control_rrtmgp_debug PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/control_csawmg_debug -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_35725/control_csawmg_debug +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/control_csawmg_debug +working dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/rt_35735/control_csawmg_debug Checking test 051 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 = 229.741820 -The maximum resident set size (KB) = 531696 +The total amount of wall time = 233.783598 +The maximum resident set size (KB) = 531508 Test 051 control_csawmg_debug PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/control_csawmgt_debug -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_35725/control_csawmgt_debug +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/control_csawmgt_debug +working dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/rt_35735/control_csawmgt_debug Checking test 052 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 = 226.031724 -The maximum resident set size (KB) = 531512 +The total amount of wall time = 231.359080 +The maximum resident set size (KB) = 531156 Test 052 control_csawmgt_debug PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/control_ras_debug -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_35725/control_ras_debug +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/control_ras_debug +working dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/rt_35735/control_ras_debug Checking test 053 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 = 145.698437 -The maximum resident set size (KB) = 502172 +The total amount of wall time = 147.175524 +The maximum resident set size (KB) = 502052 Test 053 control_ras_debug PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/control_diag_debug -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_35725/control_diag_debug +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/control_diag_debug +working dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/rt_35735/control_diag_debug Checking test 054 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 = 148.141005 -The maximum resident set size (KB) = 546536 +The total amount of wall time = 147.576580 +The maximum resident set size (KB) = 546720 Test 054 control_diag_debug PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/control_debug_p8 -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_35725/control_debug_p8 +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/control_debug_p8 +working dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/rt_35735/control_debug_p8 Checking test 055 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 = 154.284378 -The maximum resident set size (KB) = 515196 +The total amount of wall time = 160.619340 +The maximum resident set size (KB) = 870180 Test 055 control_debug_p8 PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/control_thompson_debug -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_35725/control_thompson_debug +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/control_thompson_debug +working dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/rt_35735/control_thompson_debug Checking test 056 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 = 170.028404 -The maximum resident set size (KB) = 849768 +The total amount of wall time = 171.703294 +The maximum resident set size (KB) = 849792 Test 056 control_thompson_debug PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/control_thompson_no_aero_debug -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_35725/control_thompson_no_aero_debug +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/control_thompson_no_aero_debug +working dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/rt_35735/control_thompson_no_aero_debug Checking test 057 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 = 160.045881 -The maximum resident set size (KB) = 844772 +The total amount of wall time = 159.853743 +The maximum resident set size (KB) = 844784 Test 057 control_thompson_no_aero_debug PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/control_thompson_debug_extdiag -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_35725/control_thompson_extdiag_debug +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/control_thompson_debug_extdiag +working dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/rt_35735/control_thompson_extdiag_debug Checking test 058 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 = 183.344524 -The maximum resident set size (KB) = 878612 +The total amount of wall time = 178.598665 +The maximum resident set size (KB) = 878540 Test 058 control_thompson_extdiag_debug PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/control_thompson_progcld_thompson_debug -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_35725/control_thompson_progcld_thompson_debug +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/control_thompson_progcld_thompson_debug +working dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/rt_35735/control_thompson_progcld_thompson_debug Checking test 059 control_thompson_progcld_thompson_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 171.179184 -The maximum resident set size (KB) = 849768 +The total amount of wall time = 171.936213 +The maximum resident set size (KB) = 850736 Test 059 control_thompson_progcld_thompson_debug PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/fv3_regional_debug -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_35725/regional_debug +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/fv3_regional_debug +working dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/rt_35735/regional_debug Checking test 060 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 = 248.088921 -The maximum resident set size (KB) = 553708 +The total amount of wall time = 249.248490 +The maximum resident set size (KB) = 553596 Test 060 regional_debug PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/rap_control_debug -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_35725/rap_control_debug +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/rap_control_debug +working dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/rt_35735/rap_control_debug Checking test 061 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 = 279.533772 -The maximum resident set size (KB) = 857124 +The total amount of wall time = 264.036811 +The maximum resident set size (KB) = 856968 Test 061 rap_control_debug PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/rap_control_debug -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_35725/rap_unified_drag_suite_debug +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/rap_control_debug +working dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/rt_35735/rap_unified_drag_suite_debug Checking test 062 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 = 262.869559 -The maximum resident set size (KB) = 857032 +The total amount of wall time = 266.720561 +The maximum resident set size (KB) = 857088 Test 062 rap_unified_drag_suite_debug PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/rap_diag_debug -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_35725/rap_diag_debug +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/rap_diag_debug +working dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/rt_35735/rap_diag_debug Checking test 063 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 = 281.208495 -The maximum resident set size (KB) = 939400 +The total amount of wall time = 282.461524 +The maximum resident set size (KB) = 939540 Test 063 rap_diag_debug PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/rap_cires_ugwp_debug -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_35725/rap_cires_ugwp_debug +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/rap_cires_ugwp_debug +working dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/rt_35735/rap_cires_ugwp_debug Checking test 064 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 = 280.358362 -The maximum resident set size (KB) = 858052 +The total amount of wall time = 270.824563 +The maximum resident set size (KB) = 857644 Test 064 rap_cires_ugwp_debug PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/rap_cires_ugwp_debug -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_35725/rap_unified_ugwp_debug +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/rap_cires_ugwp_debug +working dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/rt_35735/rap_unified_ugwp_debug Checking test 065 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 = 281.541983 -The maximum resident set size (KB) = 857444 +The total amount of wall time = 270.115134 +The maximum resident set size (KB) = 857376 Test 065 rap_unified_ugwp_debug PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/rap_noah_debug -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_35725/rap_noah_debug +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/rap_noah_debug +working dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/rt_35735/rap_noah_debug Checking test 066 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 = 259.891555 -The maximum resident set size (KB) = 855716 +The total amount of wall time = 262.983111 +The maximum resident set size (KB) = 855740 Test 066 rap_noah_debug PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/rap_rrtmgp_debug -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_35725/rap_rrtmgp_debug +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/rap_rrtmgp_debug +working dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/rt_35735/rap_rrtmgp_debug Checking test 067 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 = 445.112119 -The maximum resident set size (KB) = 963472 +The total amount of wall time = 445.554006 +The maximum resident set size (KB) = 963368 Test 067 rap_rrtmgp_debug PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/rap_lndp_debug -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_35725/rap_lndp_debug +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/rap_lndp_debug +working dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/rt_35735/rap_lndp_debug Checking test 068 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 = 281.250320 -The maximum resident set size (KB) = 858448 +The total amount of wall time = 268.629080 +The maximum resident set size (KB) = 858396 Test 068 rap_lndp_debug PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/rap_sfcdiff_debug -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_35725/rap_sfcdiff_debug +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/rap_sfcdiff_debug +working dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/rt_35735/rap_sfcdiff_debug Checking test 069 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 = 265.328086 -The maximum resident set size (KB) = 857224 +The total amount of wall time = 266.000167 +The maximum resident set size (KB) = 857184 Test 069 rap_sfcdiff_debug PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/rap_flake_debug -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_35725/rap_flake_debug +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/rap_flake_debug +working dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/rt_35735/rap_flake_debug Checking test 070 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 = 263.346442 -The maximum resident set size (KB) = 857248 +The total amount of wall time = 267.017204 +The maximum resident set size (KB) = 857120 Test 070 rap_flake_debug PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/rap_noah_sfcdiff_cires_ugwp_debug -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_35725/rap_noah_sfcdiff_cires_ugwp_debug +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/rap_noah_sfcdiff_cires_ugwp_debug +working dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/rt_35735/rap_noah_sfcdiff_cires_ugwp_debug Checking test 071 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 = 435.412640 -The maximum resident set size (KB) = 855776 +The total amount of wall time = 435.038680 +The maximum resident set size (KB) = 855788 Test 071 rap_noah_sfcdiff_cires_ugwp_debug PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/rap_progcld_thompson_debug -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_35725/rap_progcld_thompson_debug +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/rap_progcld_thompson_debug +working dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/rt_35735/rap_progcld_thompson_debug Checking test 072 rap_progcld_thompson_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 276.189526 -The maximum resident set size (KB) = 857176 +The total amount of wall time = 266.495767 +The maximum resident set size (KB) = 856972 Test 072 rap_progcld_thompson_debug PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/rrfs_v1beta_debug -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_35725/rrfs_v1beta_debug +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/rrfs_v1beta_debug +working dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/rt_35735/rrfs_v1beta_debug Checking test 073 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 = 260.221543 -The maximum resident set size (KB) = 854744 +The total amount of wall time = 264.480961 +The maximum resident set size (KB) = 854324 Test 073 rrfs_v1beta_debug PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/control_wam_debug -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_35725/control_wam_debug +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/control_wam_debug +working dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/rt_35735/control_wam_debug Checking test 074 control_wam_debug results .... Comparing sfcf019.nc .........OK Comparing atmf019.nc .........OK -The total amount of wall time = 271.167323 -The maximum resident set size (KB) = 197524 +The total amount of wall time = 272.749903 +The maximum resident set size (KB) = 197748 Test 074 control_wam_debug PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/hafs_regional_atm -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_35725/hafs_regional_atm +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/hafs_regional_atm +working dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/rt_35735/hafs_regional_atm Checking test 075 hafs_regional_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK -The total amount of wall time = 345.291913 -The maximum resident set size (KB) = 643176 +The total amount of wall time = 344.070330 +The maximum resident set size (KB) = 641340 Test 075 hafs_regional_atm PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/hafs_regional_atm_thompson_gfdlsf -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_35725/hafs_regional_atm_thompson_gfdlsf +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/hafs_regional_atm_thompson_gfdlsf +working dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/rt_35735/hafs_regional_atm_thompson_gfdlsf Checking test 076 hafs_regional_atm_thompson_gfdlsf results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK -The total amount of wall time = 394.570915 -The maximum resident set size (KB) = 1003576 +The total amount of wall time = 418.860934 +The maximum resident set size (KB) = 994500 Test 076 hafs_regional_atm_thompson_gfdlsf PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/hafs_regional_atm_ocn -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_35725/hafs_regional_atm_ocn +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/hafs_regional_atm_ocn +working dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/rt_35735/hafs_regional_atm_ocn Checking test 077 hafs_regional_atm_ocn results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -1759,28 +1759,28 @@ Checking test 077 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 = 523.181800 -The maximum resident set size (KB) = 642760 +The total amount of wall time = 577.166202 +The maximum resident set size (KB) = 643060 Test 077 hafs_regional_atm_ocn PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/hafs_regional_atm_wav -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_35725/hafs_regional_atm_wav +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/hafs_regional_atm_wav +working dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/rt_35735/hafs_regional_atm_wav Checking test 078 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 = 942.128688 -The maximum resident set size (KB) = 643436 +The total amount of wall time = 972.549652 +The maximum resident set size (KB) = 643576 Test 078 hafs_regional_atm_wav PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/hafs_regional_atm_ocn_wav -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_35725/hafs_regional_atm_ocn_wav +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/hafs_regional_atm_ocn_wav +working dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/rt_35735/hafs_regional_atm_ocn_wav Checking test 079 hafs_regional_atm_ocn_wav results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -1789,28 +1789,28 @@ Checking test 079 hafs_regional_atm_ocn_wav results .... Comparing out_grd.ww3 .........OK Comparing out_pnt.ww3 .........OK -The total amount of wall time = 978.610818 -The maximum resident set size (KB) = 644640 +The total amount of wall time = 1067.107856 +The maximum resident set size (KB) = 644876 Test 079 hafs_regional_atm_ocn_wav PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/hafs_regional_1nest_atm -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_35725/hafs_regional_1nest_atm +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/hafs_regional_1nest_atm +working dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/rt_35735/hafs_regional_1nest_atm Checking test 080 hafs_regional_1nest_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK Comparing sfc.nest02.f006.nc .........OK -The total amount of wall time = 376.624946 -The maximum resident set size (KB) = 245272 +The total amount of wall time = 371.761477 +The maximum resident set size (KB) = 243032 Test 080 hafs_regional_1nest_atm PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/hafs_regional_telescopic_2nests_atm -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_35725/hafs_regional_telescopic_2nests_atm +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/hafs_regional_telescopic_2nests_atm +working dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/rt_35735/hafs_regional_telescopic_2nests_atm Checking test 081 hafs_regional_telescopic_2nests_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -1819,26 +1819,26 @@ Checking test 081 hafs_regional_telescopic_2nests_atm results .... Comparing atm.nest03.f006.nc .........OK Comparing sfc.nest03.f006.nc .........OK -The total amount of wall time = 388.273398 -The maximum resident set size (KB) = 246860 +The total amount of wall time = 391.108204 +The maximum resident set size (KB) = 246228 Test 081 hafs_regional_telescopic_2nests_atm PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/hafs_global_1nest_atm -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_35725/hafs_global_1nest_atm +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/hafs_global_1nest_atm +working dir = /gpfs/hps3/stmp/Jessica.Meixner/FV3_RT/rt_35735/hafs_global_1nest_atm Checking test 082 hafs_global_1nest_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK Comparing sfc.nest02.f006.nc .........OK -The total amount of wall time = 164.586750 -The maximum resident set size (KB) = 149096 +The total amount of wall time = 169.562598 +The maximum resident set size (KB) = 149128 Test 082 hafs_global_1nest_atm PASS REGRESSION TEST WAS SUCCESSFUL -Thu Mar 3 20:50:34 UTC 2022 -Elapsed time: 00h:38m:17s. Have a nice day! +Mon Mar 7 16:25:09 UTC 2022 +Elapsed time: 00h:40m:37s. Have a nice day! From 4944420f4fb2a0ae01b2f3ca80398092329aafd0 Mon Sep 17 00:00:00 2001 From: "jessica.meixner" Date: Mon, 7 Mar 2022 22:22:34 +0000 Subject: [PATCH 089/106] update setenv I_MPI_DAPL_UD 1 on wcoss_dell and jet --- modulefiles/ufs_jet.intel | 2 ++ modulefiles/ufs_jet.intel_debug | 2 ++ modulefiles/ufs_wcoss_dell_p3 | 2 ++ modulefiles/ufs_wcoss_dell_p3_debug | 1 + 4 files changed, 7 insertions(+) diff --git a/modulefiles/ufs_jet.intel b/modulefiles/ufs_jet.intel index c495f4ba25..f31a5945b4 100644 --- a/modulefiles/ufs_jet.intel +++ b/modulefiles/ufs_jet.intel @@ -19,6 +19,8 @@ module load hpc-impi/2018.4.274 module load ufs_common +setenv I_MPI_DAPL_UD 1 + setenv CC mpiicc setenv CXX mpiicpc setenv FC mpiifort diff --git a/modulefiles/ufs_jet.intel_debug b/modulefiles/ufs_jet.intel_debug index f5c16f7f0f..8c1e67fb41 100644 --- a/modulefiles/ufs_jet.intel_debug +++ b/modulefiles/ufs_jet.intel_debug @@ -19,6 +19,8 @@ module load hpc-impi/2018.4.274 module load ufs_common_debug +setenv I_MPI_DAPL_UD 1 + setenv CC mpiicc setenv CXX mpiicpc setenv FC mpiifort diff --git a/modulefiles/ufs_wcoss_dell_p3 b/modulefiles/ufs_wcoss_dell_p3 index fc688d439e..817339afa3 100644 --- a/modulefiles/ufs_wcoss_dell_p3 +++ b/modulefiles/ufs_wcoss_dell_p3 @@ -20,6 +20,8 @@ module load hpc-impi/18.0.1 module load ufs_common +setenv I_MPI_DAPL_UD 1 + setenv CC mpiicc setenv CXX mpiicpc setenv FC mpiifort diff --git a/modulefiles/ufs_wcoss_dell_p3_debug b/modulefiles/ufs_wcoss_dell_p3_debug index 81bd3cbc5d..75a4678a67 100644 --- a/modulefiles/ufs_wcoss_dell_p3_debug +++ b/modulefiles/ufs_wcoss_dell_p3_debug @@ -20,6 +20,7 @@ module load hpc-impi/18.0.1 module load ufs_common_debug +setenv I_MPI_DAPL_UD 1 setenv CC mpiicc setenv CXX mpiicpc setenv FC mpiifort From a90b515f2b6496582dede6e26930a8af5bdf2040 Mon Sep 17 00:00:00 2001 From: Jessica Meixner Date: Mon, 7 Mar 2022 22:41:10 +0000 Subject: [PATCH 090/106] add setenv I_MPI_DAPL_UD 1 to gaea modules --- modulefiles/ufs_gaea.intel | 2 ++ modulefiles/ufs_gaea.intel_debug | 2 ++ 2 files changed, 4 insertions(+) diff --git a/modulefiles/ufs_gaea.intel b/modulefiles/ufs_gaea.intel index b505d42b9b..e9dfa639d6 100644 --- a/modulefiles/ufs_gaea.intel +++ b/modulefiles/ufs_gaea.intel @@ -30,6 +30,8 @@ module load hpc-cray-mpich/7.7.11 module load ufs_common +setenv I_MPI_DAPL_UD 1 + setenv CC cc setenv CXX CC setenv FC ftn diff --git a/modulefiles/ufs_gaea.intel_debug b/modulefiles/ufs_gaea.intel_debug index 2a51bf3208..a2e573739a 100644 --- a/modulefiles/ufs_gaea.intel_debug +++ b/modulefiles/ufs_gaea.intel_debug @@ -27,6 +27,8 @@ module load hpc-cray-mpich/7.7.11 module load ufs_common_debug +setenv I_MPI_DAPL_UD 1 + setenv CC cc setenv CXX CC setenv FC ftn From 59fc5a16651e196188c840603b0570821ef56b91 Mon Sep 17 00:00:00 2001 From: Brian Curtis Date: Tue, 8 Mar 2022 04:01:37 +0000 Subject: [PATCH 091/106] [AutoRT] gaea.intel Job Completed. on-behalf-of @ufs-community --- tests/RegressionTests_gaea.intel.log | 760 +++++++++++++-------------- 1 file changed, 380 insertions(+), 380 deletions(-) diff --git a/tests/RegressionTests_gaea.intel.log b/tests/RegressionTests_gaea.intel.log index ad0ca8d6e8..b24c3bfd02 100644 --- a/tests/RegressionTests_gaea.intel.log +++ b/tests/RegressionTests_gaea.intel.log @@ -1,23 +1,23 @@ -Fri Mar 4 16:39:50 EST 2022 +Mon Mar 7 21:18:16 EST 2022 Start Regression test -Compile 001 elapsed time 546 seconds. -DAPP=S2SW -DUFS_GOCART=ON -DCCPP_SUITES=FV3_GFS_v16_coupled_nsstNoahmpUGWPv1,FV3_GFS_v16_coupled_p7_rrtmgp,FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 002 elapsed time 285 seconds. -DAPP=S2S -DDEBUG=ON -DUFS_GOCART=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile 003 elapsed time 397 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_v17_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 004 elapsed time 407 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_RRFS_v1beta,FV3_RRFS_v1nssl -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 005 elapsed time 413 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 423 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 231 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_v17_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 008 elapsed time 223 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 202 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 439 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 428 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 321 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 013 elapsed time 151 seconds. -DAPP=NG-GODAS -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile 014 elapsed time 399 seconds. -DAPP=ATMW -DCCPP_SUITES=FV3_GFS_v16 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 001 elapsed time 582 seconds. -DAPP=S2SW -DUFS_GOCART=ON -DCCPP_SUITES=FV3_GFS_v16_coupled_nsstNoahmpUGWPv1,FV3_GFS_v16_coupled_p7_rrtmgp,FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 002 elapsed time 311 seconds. -DAPP=S2S -DDEBUG=ON -DUFS_GOCART=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile 003 elapsed time 450 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_v17_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 004 elapsed time 441 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_RRFS_v1beta,FV3_RRFS_v1nssl -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 005 elapsed time 431 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 406 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 256 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_v17_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 008 elapsed time 246 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 237 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 417 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 422 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 291 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 013 elapsed time 140 seconds. -DAPP=NG-GODAS -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile 014 elapsed time 377 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-20220304/INTEL/cpld_control_p8 -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/cpld_control_p8 +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_6902/cpld_control_p8 Checking test 001 cpld_control_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -83,14 +83,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 = 378.497561 - 0: The maximum resident set size (KB) = 1071364 + 0: The total amount of wall time = 423.546604 + 0: The maximum resident set size (KB) = 1052520 Test 001 cpld_control_p8 PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/cpld_control_p8 -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/cpld_2threads_p8 +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_6902/cpld_2threads_p8 Checking test 002 cpld_2threads_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -144,14 +144,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 = 538.869812 - 0: The maximum resident set size (KB) = 1464572 + 0: The total amount of wall time = 528.011603 + 0: The maximum resident set size (KB) = 1486368 Test 002 cpld_2threads_p8 PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/cpld_control_p8 -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/cpld_decomp_p8 +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_6902/cpld_decomp_p8 Checking test 003 cpld_decomp_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -205,14 +205,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 = 409.500356 - 0: The maximum resident set size (KB) = 1202092 + 0: The total amount of wall time = 418.928479 + 0: The maximum resident set size (KB) = 1201908 Test 003 cpld_decomp_p8 PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/cpld_control_p8 -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/cpld_mpi_p8 +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_6902/cpld_mpi_p8 Checking test 004 cpld_mpi_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -266,14 +266,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 = 384.102598 - 0: The maximum resident set size (KB) = 943368 + 0: The total amount of wall time = 330.987584 + 0: The maximum resident set size (KB) = 943076 Test 004 cpld_mpi_p8 PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/cpld_control_p7_rrtmgp -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/cpld_control_p7_rrtmgp +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_6902/cpld_control_p7_rrtmgp Checking test 005 cpld_control_p7_rrtmgp results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -326,14 +326,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 = 325.241884 - 0: The maximum resident set size (KB) = 614516 + 0: The total amount of wall time = 310.291066 + 0: The maximum resident set size (KB) = 587672 Test 005 cpld_control_p7_rrtmgp PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/cpld_bmark_p7 -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/cpld_bmark_p7 +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_6902/cpld_bmark_p7 Checking test 006 cpld_bmark_p7 results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK @@ -378,14 +378,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 = 968.903712 - 0: The maximum resident set size (KB) = 1162712 + 0: The total amount of wall time = 963.886231 + 0: The maximum resident set size (KB) = 1162732 Test 006 cpld_bmark_p7 PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/cpld_bmark_p8 -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/cpld_bmark_p8 +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_6902/cpld_bmark_p8 Checking test 007 cpld_bmark_p8 results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK @@ -431,14 +431,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 = 1252.545550 - 0: The maximum resident set size (KB) = 2715220 + 0: The total amount of wall time = 1302.414941 + 0: The maximum resident set size (KB) = 2731936 Test 007 cpld_bmark_p8 PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/cpld_control_c96_p8 -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/cpld_control_c96_p8 +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_6902/cpld_control_c96_p8 Checking test 008 cpld_control_c96_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -501,14 +501,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 = 392.094387 - 0: The maximum resident set size (KB) = 1047904 + 0: The total amount of wall time = 409.362297 + 0: The maximum resident set size (KB) = 1047988 Test 008 cpld_control_c96_p8 PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/cpld_control_c96_p8 -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/cpld_restart_c96_p8 +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_6902/cpld_restart_c96_p8 Checking test 009 cpld_restart_c96_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -559,14 +559,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 = 232.942638 - 0: The maximum resident set size (KB) = 1017836 + 0: The total amount of wall time = 249.132030 + 0: The maximum resident set size (KB) = 1018260 Test 009 cpld_restart_c96_p8 PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/cpld_control_c192_p8 -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/cpld_control_c192_p8 +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_6902/cpld_control_c192_p8 Checking test 010 cpld_control_c192_p8 results .... Comparing sfcf036.tile1.nc .........OK Comparing sfcf036.tile2.nc .........OK @@ -617,14 +617,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 = 1726.949750 - 0: The maximum resident set size (KB) = 1450504 + 0: The total amount of wall time = 1718.044889 + 0: The maximum resident set size (KB) = 1455420 Test 010 cpld_control_c192_p8 PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/cpld_control_c192_p8 -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/cpld_restart_c192_p8 +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_6902/cpld_restart_c192_p8 Checking test 011 cpld_restart_c192_p8 results .... Comparing sfcf036.tile1.nc .........OK Comparing sfcf036.tile2.nc .........OK @@ -675,14 +675,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 = 1124.789037 - 0: The maximum resident set size (KB) = 1653956 + 0: The total amount of wall time = 1197.796663 + 0: The maximum resident set size (KB) = 1653796 Test 011 cpld_restart_c192_p8 PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/cpld_control_c384_p8 -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/cpld_control_c384_p8 +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_6902/cpld_control_c384_p8 Checking test 012 cpld_control_c384_p8 results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK @@ -726,14 +726,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 = 1424.584330 - 0: The maximum resident set size (KB) = 2741056 + 0: The total amount of wall time = 1437.481541 + 0: The maximum resident set size (KB) = 2735452 Test 012 cpld_control_c384_p8 PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/cpld_control_c384_p8 -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/cpld_restart_c384_p8 +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_6902/cpld_restart_c384_p8 Checking test 013 cpld_restart_c384_p8 results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK @@ -777,14 +777,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 = 832.406647 - 0: The maximum resident set size (KB) = 2711860 + 0: The total amount of wall time = 883.397365 + 0: The maximum resident set size (KB) = 2707584 Test 013 cpld_restart_c384_p8 PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/cpld_debug_p8 -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/cpld_debug_p8 +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_6902/cpld_debug_p8 Checking test 014 cpld_debug_p8 results .... Comparing sfcf006.tile1.nc .........OK Comparing sfcf006.tile2.nc .........OK @@ -835,14 +835,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 = 1001.749907 - 0: The maximum resident set size (KB) = 1094408 + 0: The total amount of wall time = 1018.131139 + 0: The maximum resident set size (KB) = 1094824 Test 014 cpld_debug_p8 PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/control +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_6902/control Checking test 015 control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -889,14 +889,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 = 134.482247 - 0: The maximum resident set size (KB) = 438056 + 0: The total amount of wall time = 161.966246 + 0: The maximum resident set size (KB) = 437068 Test 015 control PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/control_decomp +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_6902/control_decomp Checking test 016 control_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -939,28 +939,28 @@ 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 = 142.566336 - 0: The maximum resident set size (KB) = 436856 + 0: The total amount of wall time = 170.117598 + 0: The maximum resident set size (KB) = 436140 Test 016 control_decomp PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/control_2dwrtdecomp +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_6902/control_2dwrtdecomp Checking test 017 control_2dwrtdecomp results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK Comparing atmf024.nc .........OK - 0: The total amount of wall time = 128.231631 - 0: The maximum resident set size (KB) = 437780 + 0: The total amount of wall time = 158.722707 + 0: The maximum resident set size (KB) = 436944 Test 017 control_2dwrtdecomp PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/control_2threads +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_6902/control_2threads Checking test 018 control_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1003,14 +1003,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 = 175.330441 - 0: The maximum resident set size (KB) = 489480 + 0: The total amount of wall time = 179.307022 + 0: The maximum resident set size (KB) = 490112 Test 018 control_2threads PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/control_restart +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_6902/control_restart Checking test 019 control_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -1049,14 +1049,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 = 98.986809 - 0: The maximum resident set size (KB) = 170860 + 0: The total amount of wall time = 102.108086 + 0: The maximum resident set size (KB) = 172880 Test 019 control_restart PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/control_fhzero +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_6902/control_fhzero Checking test 020 control_fhzero results .... Comparing sfcf000.nc ............ALT CHECK......OK Comparing sfcf021.nc ............ALT CHECK......OK @@ -1099,14 +1099,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 = 126.955694 - 0: The maximum resident set size (KB) = 437884 + 0: The total amount of wall time = 129.647621 + 0: The maximum resident set size (KB) = 436916 Test 020 control_fhzero PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_CubedSphereGrid -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/control_CubedSphereGrid +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_6902/control_CubedSphereGrid Checking test 021 control_CubedSphereGrid results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK @@ -1133,14 +1133,14 @@ Checking test 021 control_CubedSphereGrid results .... Comparing atmf024.tile5.nc .........OK Comparing atmf024.tile6.nc .........OK - 0: The total amount of wall time = 130.220608 - 0: The maximum resident set size (KB) = 437176 + 0: The total amount of wall time = 171.753778 + 0: The maximum resident set size (KB) = 438084 Test 021 control_CubedSphereGrid PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_latlon -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/control_latlon +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_6902/control_latlon Checking test 022 control_latlon results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1151,14 +1151,14 @@ Checking test 022 control_latlon results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 132.010727 - 0: The maximum resident set size (KB) = 437992 + 0: The total amount of wall time = 173.190940 + 0: The maximum resident set size (KB) = 437044 Test 022 control_latlon PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_wrtGauss_netcdf_parallel -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/control_wrtGauss_netcdf_parallel +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_6902/control_wrtGauss_netcdf_parallel Checking test 023 control_wrtGauss_netcdf_parallel results .... Comparing sfcf000.nc ............ALT CHECK......OK Comparing sfcf024.nc .........OK @@ -1169,14 +1169,14 @@ Checking test 023 control_wrtGauss_netcdf_parallel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 138.937659 - 0: The maximum resident set size (KB) = 438096 + 0: The total amount of wall time = 143.546201 + 0: The maximum resident set size (KB) = 437112 Test 023 control_wrtGauss_netcdf_parallel PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_c48 -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/control_c48 +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_6902/control_c48 Checking test 024 control_c48 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1215,14 +1215,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 = 371.058197 -0: The maximum resident set size (KB) = 632368 +0: The total amount of wall time = 369.034431 +0: The maximum resident set size (KB) = 632384 Test 024 control_c48 PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_c192 -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/control_c192 +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_6902/control_c192 Checking test 025 control_c192 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1233,14 +1233,14 @@ Checking test 025 control_c192 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 575.051366 - 0: The maximum resident set size (KB) = 541128 + 0: The total amount of wall time = 579.641653 + 0: The maximum resident set size (KB) = 540636 Test 025 control_c192 PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_c384 -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/control_c384 +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_6902/control_c384 Checking test 026 control_c384 results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -1251,14 +1251,14 @@ Checking test 026 control_c384 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 954.700882 - 0: The maximum resident set size (KB) = 803460 + 0: The total amount of wall time = 963.720168 + 0: The maximum resident set size (KB) = 803348 Test 026 control_c384 PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_c384gdas -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/control_c384gdas +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_6902/control_c384gdas Checking test 027 control_c384gdas results .... Comparing sfcf000.nc .........OK Comparing sfcf006.nc .........OK @@ -1301,14 +1301,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 = 835.699732 - 0: The maximum resident set size (KB) = 938136 + 0: The total amount of wall time = 878.242181 + 0: The maximum resident set size (KB) = 938036 Test 027 control_c384gdas PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_stochy -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/control_stochy +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_6902/control_stochy Checking test 028 control_stochy results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -1319,28 +1319,28 @@ Checking test 028 control_stochy results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 94.248800 - 0: The maximum resident set size (KB) = 440836 + 0: The total amount of wall time = 116.806818 + 0: The maximum resident set size (KB) = 440112 Test 028 control_stochy PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_stochy -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/control_stochy_restart +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_6902/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 = 76.470529 - 0: The maximum resident set size (KB) = 190356 + 0: The total amount of wall time = 49.716439 + 0: The maximum resident set size (KB) = 190828 Test 029 control_stochy_restart PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_lndp -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/control_lndp +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_6902/control_lndp Checking test 030 control_lndp results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -1351,14 +1351,14 @@ Checking test 030 control_lndp results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 80.327365 - 0: The maximum resident set size (KB) = 441732 + 0: The total amount of wall time = 82.663813 + 0: The maximum resident set size (KB) = 443576 Test 030 control_lndp PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_iovr4 -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/control_iovr4 +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_6902/control_iovr4 Checking test 031 control_iovr4 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1373,14 +1373,14 @@ Checking test 031 control_iovr4 results .... Comparing GFSPRS.GrbF21 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 135.378770 - 0: The maximum resident set size (KB) = 437968 + 0: The total amount of wall time = 160.161711 + 0: The maximum resident set size (KB) = 436864 Test 031 control_iovr4 PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_iovr5 -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/control_iovr5 +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_6902/control_iovr5 Checking test 032 control_iovr5 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1395,14 +1395,14 @@ Checking test 032 control_iovr5 results .... Comparing GFSPRS.GrbF21 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 137.093747 - 0: The maximum resident set size (KB) = 437916 + 0: The total amount of wall time = 138.272850 + 0: The maximum resident set size (KB) = 436992 Test 032 control_iovr5 PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_p8 -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/control_p8 +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_6902/control_p8 Checking test 033 control_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1449,14 +1449,14 @@ Checking test 033 control_p8 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 164.471626 - 0: The maximum resident set size (KB) = 821652 + 0: The total amount of wall time = 180.120501 + 0: The maximum resident set size (KB) = 821660 Test 033 control_p8 PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_p8 -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/control_restart_p8 +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_6902/control_restart_p8 Checking test 034 control_restart_p8 results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -1495,14 +1495,14 @@ Checking test 034 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 = 119.361179 - 0: The maximum resident set size (KB) = 560260 + 0: The total amount of wall time = 114.278785 + 0: The maximum resident set size (KB) = 560972 Test 034 control_restart_p8 PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_p8 -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/control_decomp_p8 +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_6902/control_decomp_p8 Checking test 035 control_decomp_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1545,14 +1545,14 @@ Checking test 035 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 = 168.096842 - 0: The maximum resident set size (KB) = 816308 + 0: The total amount of wall time = 181.694731 + 0: The maximum resident set size (KB) = 816304 Test 035 control_decomp_p8 PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_p8 -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/control_2threads_p8 +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_6902/control_2threads_p8 Checking test 036 control_2threads_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1595,14 +1595,14 @@ Checking test 036 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.610221 - 0: The maximum resident set size (KB) = 893064 + 0: The total amount of wall time = 229.031543 + 0: The maximum resident set size (KB) = 893484 Test 036 control_2threads_p8 PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_p7_rrtmgp -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/control_p7_rrtmgp +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_6902/control_p7_rrtmgp Checking test 037 control_p7_rrtmgp results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1649,14 +1649,14 @@ Checking test 037 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 = 223.487616 - 0: The maximum resident set size (KB) = 567940 + 0: The total amount of wall time = 224.126780 + 0: The maximum resident set size (KB) = 567704 Test 037 control_p7_rrtmgp PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/fv3_regional_control -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/regional_control +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_6902/regional_control Checking test 038 regional_control results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK @@ -1667,42 +1667,42 @@ Checking test 038 regional_control results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF24 .........OK - 0: The total amount of wall time = 346.643973 - 0: The maximum resident set size (KB) = 540724 + 0: The total amount of wall time = 346.217551 + 0: The maximum resident set size (KB) = 541280 Test 038 regional_control PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/fv3_regional_control -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/regional_restart +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_6902/regional_restart Checking test 039 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 = 190.390235 - 0: The maximum resident set size (KB) = 538968 + 0: The total amount of wall time = 215.149883 + 0: The maximum resident set size (KB) = 539656 Test 039 regional_restart PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/fv3_regional_control -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/regional_control_2dwrtdecomp +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_6902/regional_control_2dwrtdecomp Checking test 040 regional_control_2dwrtdecomp results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK Comparing phyf000.nc .........OK Comparing phyf024.nc .........OK - 0: The total amount of wall time = 348.830463 - 0: The maximum resident set size (KB) = 540740 + 0: The total amount of wall time = 345.546431 + 0: The maximum resident set size (KB) = 541316 Test 040 regional_control_2dwrtdecomp PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/fv3_regional_noquilt -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/regional_noquilt +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_6902/regional_noquilt Checking test 041 regional_noquilt results .... Comparing atmos_4xdaily.nc .........OK Comparing fv3_history2d.nc .........OK @@ -1710,14 +1710,14 @@ Checking test 041 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 = 362.689828 - 0: The maximum resident set size (KB) = 551180 + 0: The total amount of wall time = 365.134613 + 0: The maximum resident set size (KB) = 548468 Test 041 regional_noquilt PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/fv3_regional_control -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/regional_2threads +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_6902/regional_2threads Checking test 042 regional_2threads results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK @@ -1728,14 +1728,14 @@ Checking test 042 regional_2threads results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF24 .........OK - 0: The total amount of wall time = 280.139838 - 0: The maximum resident set size (KB) = 544052 + 0: The total amount of wall time = 283.316634 + 0: The maximum resident set size (KB) = 543216 Test 042 regional_2threads PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/fv3_regional_hafs -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/regional_hafs +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_6902/regional_hafs Checking test 043 regional_hafs results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK @@ -1744,28 +1744,28 @@ Checking test 043 regional_hafs results .... Comparing HURPRS.GrbF00 .........OK Comparing HURPRS.GrbF24 .........OK - 0: The total amount of wall time = 343.085365 - 0: The maximum resident set size (KB) = 540276 + 0: The total amount of wall time = 346.733396 + 0: The maximum resident set size (KB) = 540776 Test 043 regional_hafs PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/fv3_regional_netcdf_parallel -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/regional_netcdf_parallel +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_6902/regional_netcdf_parallel Checking test 044 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 = 344.099095 - 0: The maximum resident set size (KB) = 539120 + 0: The total amount of wall time = 376.484259 + 0: The maximum resident set size (KB) = 539436 Test 044 regional_netcdf_parallel PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/fv3_regional_RRTMGP -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/regional_RRTMGP +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_6902/regional_RRTMGP Checking test 045 regional_RRTMGP results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK @@ -1776,14 +1776,14 @@ Checking test 045 regional_RRTMGP results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF24 .........OK - 0: The total amount of wall time = 483.196490 - 0: The maximum resident set size (KB) = 666472 + 0: The total amount of wall time = 486.322817 + 0: The maximum resident set size (KB) = 666956 Test 045 regional_RRTMGP PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/rap_control -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/rap_control +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_6902/rap_control Checking test 046 rap_control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1830,14 +1830,14 @@ Checking test 046 rap_control results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 404.481560 - 0: The maximum resident set size (KB) = 804376 + 0: The total amount of wall time = 415.298367 + 0: The maximum resident set size (KB) = 805760 Test 046 rap_control PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/regional_spp_sppt_shum_skeb -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/regional_spp_sppt_shum_skeb +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_6902/regional_spp_sppt_shum_skeb Checking test 047 regional_spp_sppt_shum_skeb results .... Comparing dynf000.nc .........OK Comparing dynf001.nc .........OK @@ -1848,14 +1848,14 @@ Checking test 047 regional_spp_sppt_shum_skeb results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF01 .........OK - 0: The total amount of wall time = 338.247582 - 0: The maximum resident set size (KB) = 874036 + 0: The total amount of wall time = 367.840582 + 0: The maximum resident set size (KB) = 874144 Test 047 regional_spp_sppt_shum_skeb PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/rap_control -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/rap_2threads +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_6902/rap_2threads Checking test 048 rap_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1902,14 +1902,14 @@ Checking test 048 rap_2threads results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 513.377699 - 0: The maximum resident set size (KB) = 867956 + 0: The total amount of wall time = 537.939713 + 0: The maximum resident set size (KB) = 867768 Test 048 rap_2threads PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/rap_control -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/rap_restart +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_6902/rap_restart Checking test 049 rap_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -1948,14 +1948,14 @@ Checking test 049 rap_restart results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 223.357769 - 0: The maximum resident set size (KB) = 544244 + 0: The total amount of wall time = 225.696744 + 0: The maximum resident set size (KB) = 543848 Test 049 rap_restart PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/rap_sfcdiff -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/rap_sfcdiff +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_6902/rap_sfcdiff Checking test 050 rap_sfcdiff results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -2002,14 +2002,14 @@ Checking test 050 rap_sfcdiff results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 403.233672 - 0: The maximum resident set size (KB) = 804304 + 0: The total amount of wall time = 414.770165 + 0: The maximum resident set size (KB) = 805208 Test 050 rap_sfcdiff PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/rap_sfcdiff -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/rap_sfcdiff_restart +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_6902/rap_sfcdiff_restart Checking test 051 rap_sfcdiff_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -2048,14 +2048,14 @@ Checking test 051 rap_sfcdiff_restart results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 196.464121 - 0: The maximum resident set size (KB) = 543720 + 0: The total amount of wall time = 221.029944 + 0: The maximum resident set size (KB) = 543496 Test 051 rap_sfcdiff_restart PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/hrrr_control -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/hrrr_control +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_6902/hrrr_control Checking test 052 hrrr_control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -2102,14 +2102,14 @@ Checking test 052 hrrr_control results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 394.296045 - 0: The maximum resident set size (KB) = 802548 + 0: The total amount of wall time = 398.959622 + 0: The maximum resident set size (KB) = 802572 Test 052 hrrr_control PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/rrfs_v1beta -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/rrfs_v1beta +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_6902/rrfs_v1beta Checking test 053 rrfs_v1beta results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -2156,14 +2156,14 @@ Checking test 053 rrfs_v1beta results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 377.918946 - 0: The maximum resident set size (KB) = 801524 + 0: The total amount of wall time = 404.855698 + 0: The maximum resident set size (KB) = 802072 Test 053 rrfs_v1beta PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/rrfs_v1nssl -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/rrfs_v1nssl +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_6902/rrfs_v1nssl Checking test 054 rrfs_v1nssl results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -2178,14 +2178,14 @@ Checking test 054 rrfs_v1nssl results .... Comparing GFSPRS.GrbF21 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 518.057001 - 0: The maximum resident set size (KB) = 491460 + 0: The total amount of wall time = 516.294212 + 0: The maximum resident set size (KB) = 491948 Test 054 rrfs_v1nssl PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/rrfs_v1nssl_nohailnoccn -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/rrfs_v1nssl_nohailnoccn +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_6902/rrfs_v1nssl_nohailnoccn Checking test 055 rrfs_v1nssl_nohailnoccn results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -2200,14 +2200,14 @@ Checking test 055 rrfs_v1nssl_nohailnoccn results .... Comparing GFSPRS.GrbF21 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 488.391430 - 0: The maximum resident set size (KB) = 484340 + 0: The total amount of wall time = 497.942383 + 0: The maximum resident set size (KB) = 485156 Test 055 rrfs_v1nssl_nohailnoccn PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/rrfs_conus13km_hrrr_warm -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/rrfs_conus13km_hrrr_warm +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_6902/rrfs_conus13km_hrrr_warm Checking test 056 rrfs_conus13km_hrrr_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -2216,14 +2216,14 @@ Checking test 056 rrfs_conus13km_hrrr_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 179.290671 - 0: The maximum resident set size (KB) = 613188 + 0: The total amount of wall time = 188.250569 + 0: The maximum resident set size (KB) = 613844 Test 056 rrfs_conus13km_hrrr_warm PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/rrfs_conus13km_radar_tten_warm -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/rrfs_conus13km_radar_tten_warm +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_6902/rrfs_conus13km_radar_tten_warm Checking test 057 rrfs_conus13km_radar_tten_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -2232,14 +2232,14 @@ Checking test 057 rrfs_conus13km_radar_tten_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 190.583073 - 0: The maximum resident set size (KB) = 616228 + 0: The total amount of wall time = 198.591824 + 0: The maximum resident set size (KB) = 615896 Test 057 rrfs_conus13km_radar_tten_warm PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_rrtmgp -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/control_rrtmgp +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_6902/control_rrtmgp Checking test 058 control_rrtmgp results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2250,14 +2250,14 @@ Checking test 058 control_rrtmgp results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 249.628485 - 0: The maximum resident set size (KB) = 565656 + 0: The total amount of wall time = 224.771534 + 0: The maximum resident set size (KB) = 563196 Test 058 control_rrtmgp PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_rrtmgp_c192 -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/control_rrtmgp_c192 +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_6902/control_rrtmgp_c192 Checking test 059 control_rrtmgp_c192 results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -2268,14 +2268,14 @@ Checking test 059 control_rrtmgp_c192 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 614.295452 - 0: The maximum resident set size (KB) = 776008 + 0: The total amount of wall time = 613.657104 + 0: The maximum resident set size (KB) = 775244 Test 059 control_rrtmgp_c192 PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_csawmgt -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/control_csawmgt +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_6902/control_csawmgt Checking test 060 control_csawmgt results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2286,14 +2286,14 @@ Checking test 060 control_csawmgt results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 349.899495 - 0: The maximum resident set size (KB) = 505308 + 0: The total amount of wall time = 370.960819 + 0: The maximum resident set size (KB) = 504528 Test 060 control_csawmgt PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_flake -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/control_flake +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_6902/control_flake Checking test 061 control_flake results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2304,14 +2304,14 @@ Checking test 061 control_flake results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 250.427481 - 0: The maximum resident set size (KB) = 509176 + 0: The total amount of wall time = 250.922412 + 0: The maximum resident set size (KB) = 508688 Test 061 control_flake PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_ras -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/control_ras +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_6902/control_ras Checking test 062 control_ras results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2322,14 +2322,14 @@ Checking test 062 control_ras results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 212.188652 - 0: The maximum resident set size (KB) = 472368 + 0: The total amount of wall time = 212.892732 + 0: The maximum resident set size (KB) = 471892 Test 062 control_ras PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_thompson -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/control_thompson +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_6902/control_thompson Checking test 063 control_thompson results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2340,14 +2340,14 @@ Checking test 063 control_thompson results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 238.457103 - 0: The maximum resident set size (KB) = 821796 + 0: The total amount of wall time = 262.847842 + 0: The maximum resident set size (KB) = 820980 Test 063 control_thompson PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_thompson_no_aero -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/control_thompson_no_aero +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_6902/control_thompson_no_aero Checking test 064 control_thompson_no_aero results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2358,54 +2358,54 @@ Checking test 064 control_thompson_no_aero results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 222.857506 - 0: The maximum resident set size (KB) = 815656 + 0: The total amount of wall time = 249.281007 + 0: The maximum resident set size (KB) = 815628 Test 064 control_thompson_no_aero PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_wam_repro -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/control_wam_repro +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_6902/control_wam_repro Checking test 065 control_wam results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK - 0: The total amount of wall time = 146.938200 - 0: The maximum resident set size (KB) = 182288 + 0: The total amount of wall time = 145.575258 + 0: The maximum resident set size (KB) = 181840 Test 065 control_wam PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_debug -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/control_debug +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_6902/control_debug Checking test 066 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.780340 - 0: The maximum resident set size (KB) = 503756 + 0: The total amount of wall time = 149.909974 + 0: The maximum resident set size (KB) = 503164 Test 066 control_debug PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_debug -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/control_2threads_debug +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_6902/control_2threads_debug Checking test 067 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 = 252.521389 - 0: The maximum resident set size (KB) = 553824 + 0: The total amount of wall time = 255.652562 + 0: The maximum resident set size (KB) = 554244 Test 067 control_2threads_debug PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_CubedSphereGrid_debug -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/control_CubedSphereGrid_debug +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_6902/control_CubedSphereGrid_debug Checking test 068 control_CubedSphereGrid_debug results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK @@ -2432,428 +2432,428 @@ Checking test 068 control_CubedSphereGrid_debug results .... Comparing atmf001.tile5.nc .........OK Comparing atmf001.tile6.nc .........OK - 0: The total amount of wall time = 186.371877 - 0: The maximum resident set size (KB) = 504320 + 0: The total amount of wall time = 163.180050 + 0: The maximum resident set size (KB) = 503908 Test 068 control_CubedSphereGrid_debug PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_wrtGauss_netcdf_parallel_debug -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/control_wrtGauss_netcdf_parallel_debug +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_6902/control_wrtGauss_netcdf_parallel_debug Checking test 069 control_wrtGauss_netcdf_parallel_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 160.781812 - 0: The maximum resident set size (KB) = 503660 + 0: The total amount of wall time = 165.860121 + 0: The maximum resident set size (KB) = 503156 Test 069 control_wrtGauss_netcdf_parallel_debug PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_stochy_debug -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/control_stochy_debug +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_6902/control_stochy_debug Checking test 070 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.526773 - 0: The maximum resident set size (KB) = 508828 + 0: The total amount of wall time = 172.521814 + 0: The maximum resident set size (KB) = 508616 Test 070 control_stochy_debug PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_lndp_debug -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/control_lndp_debug +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_6902/control_lndp_debug Checking test 071 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.974114 - 0: The maximum resident set size (KB) = 509476 + 0: The total amount of wall time = 152.738496 + 0: The maximum resident set size (KB) = 509484 Test 071 control_lndp_debug PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_rrtmgp_debug -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/control_rrtmgp_debug +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_6902/control_rrtmgp_debug Checking test 072 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.523663 - 0: The maximum resident set size (KB) = 609424 + 0: The total amount of wall time = 167.189020 + 0: The maximum resident set size (KB) = 609168 Test 072 control_rrtmgp_debug PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_csawmg_debug -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/control_csawmg_debug +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_6902/control_csawmg_debug Checking test 073 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 = 239.981147 - 0: The maximum resident set size (KB) = 546340 + 0: The total amount of wall time = 249.752459 + 0: The maximum resident set size (KB) = 545400 Test 073 control_csawmg_debug PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_csawmgt_debug -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/control_csawmgt_debug +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_6902/control_csawmgt_debug Checking test 074 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 = 257.927276 - 0: The maximum resident set size (KB) = 545812 + 0: The total amount of wall time = 246.257195 + 0: The maximum resident set size (KB) = 545320 Test 074 control_csawmgt_debug PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_ras_debug -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/control_ras_debug +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_6902/control_ras_debug Checking test 075 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.911899 - 0: The maximum resident set size (KB) = 517028 + 0: The total amount of wall time = 162.611161 + 0: The maximum resident set size (KB) = 516116 Test 075 control_ras_debug PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_diag_debug -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/control_diag_debug +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_6902/control_diag_debug Checking test 076 control_diag_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 159.385881 - 0: The maximum resident set size (KB) = 561200 + 0: The total amount of wall time = 157.438478 + 0: The maximum resident set size (KB) = 561636 Test 076 control_diag_debug PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_debug_p8 -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/control_debug_p8 +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_6902/control_debug_p8 Checking test 077 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 = 163.056294 - 0: The maximum resident set size (KB) = 881168 + 0: The total amount of wall time = 181.117727 + 0: The maximum resident set size (KB) = 881296 Test 077 control_debug_p8 PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_thompson_debug -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/control_thompson_debug +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_6902/control_thompson_debug Checking test 078 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 = 202.326778 - 0: The maximum resident set size (KB) = 865092 + 0: The total amount of wall time = 179.148708 + 0: The maximum resident set size (KB) = 864304 Test 078 control_thompson_debug PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_thompson_no_aero_debug -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/control_thompson_no_aero_debug +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_6902/control_thompson_no_aero_debug Checking test 079 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 = 166.739619 - 0: The maximum resident set size (KB) = 859016 + 0: The total amount of wall time = 172.152682 + 0: The maximum resident set size (KB) = 859660 Test 079 control_thompson_no_aero_debug PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_thompson_debug_extdiag -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/control_thompson_extdiag_debug +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_6902/control_thompson_extdiag_debug Checking test 080 control_thompson_extdiag_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 181.296380 - 0: The maximum resident set size (KB) = 892944 + 0: The total amount of wall time = 185.697515 + 0: The maximum resident set size (KB) = 892920 Test 080 control_thompson_extdiag_debug PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_thompson_progcld_thompson_debug -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/control_thompson_progcld_thompson_debug +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_6902/control_thompson_progcld_thompson_debug Checking test 081 control_thompson_progcld_thompson_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 173.134048 - 0: The maximum resident set size (KB) = 864228 + 0: The total amount of wall time = 177.198367 + 0: The maximum resident set size (KB) = 864312 Test 081 control_thompson_progcld_thompson_debug PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/fv3_regional_debug -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/regional_debug +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_6902/regional_debug Checking test 082 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 = 290.657052 - 0: The maximum resident set size (KB) = 567072 + 0: The total amount of wall time = 265.197839 + 0: The maximum resident set size (KB) = 566992 Test 082 regional_debug PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/rap_control_debug -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/rap_control_debug +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_6902/rap_control_debug Checking test 083 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.014285 - 0: The maximum resident set size (KB) = 871360 + 0: The total amount of wall time = 276.534543 + 0: The maximum resident set size (KB) = 871736 Test 083 rap_control_debug PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/rap_control_debug -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/rap_unified_drag_suite_debug +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_6902/rap_unified_drag_suite_debug Checking test 084 rap_unified_drag_suite_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 272.725946 - 0: The maximum resident set size (KB) = 871424 + 0: The total amount of wall time = 272.725950 + 0: The maximum resident set size (KB) = 871616 Test 084 rap_unified_drag_suite_debug PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/rap_diag_debug -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/rap_diag_debug +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_6902/rap_diag_debug Checking test 085 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 = 287.487552 - 0: The maximum resident set size (KB) = 954404 + 0: The total amount of wall time = 293.187298 + 0: The maximum resident set size (KB) = 954652 Test 085 rap_diag_debug PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/rap_cires_ugwp_debug -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/rap_cires_ugwp_debug +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_6902/rap_cires_ugwp_debug Checking test 086 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 = 278.682738 - 0: The maximum resident set size (KB) = 873156 + 0: The total amount of wall time = 316.291350 + 0: The maximum resident set size (KB) = 874836 Test 086 rap_cires_ugwp_debug PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/rap_cires_ugwp_debug -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/rap_unified_ugwp_debug +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_6902/rap_unified_ugwp_debug Checking test 087 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 = 308.015634 - 0: The maximum resident set size (KB) = 871516 + 0: The total amount of wall time = 314.472149 + 0: The maximum resident set size (KB) = 871976 Test 087 rap_unified_ugwp_debug PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/rap_noah_debug -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/rap_noah_debug +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_6902/rap_noah_debug Checking test 088 rap_noah_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 269.714593 - 0: The maximum resident set size (KB) = 870552 + 0: The total amount of wall time = 270.768216 + 0: The maximum resident set size (KB) = 870944 Test 088 rap_noah_debug PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/rap_rrtmgp_debug -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/rap_rrtmgp_debug +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_6902/rap_rrtmgp_debug Checking test 089 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 = 470.517947 - 0: The maximum resident set size (KB) = 977796 + 0: The total amount of wall time = 476.166868 + 0: The maximum resident set size (KB) = 978088 Test 089 rap_rrtmgp_debug PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/rap_lndp_debug -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/rap_lndp_debug +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_6902/rap_lndp_debug Checking test 090 rap_lndp_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 275.017417 - 0: The maximum resident set size (KB) = 872204 + 0: The total amount of wall time = 280.071485 + 0: The maximum resident set size (KB) = 872924 Test 090 rap_lndp_debug PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/rap_sfcdiff_debug -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/rap_sfcdiff_debug +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_6902/rap_sfcdiff_debug Checking test 091 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 = 272.349398 - 0: The maximum resident set size (KB) = 871728 + 0: The total amount of wall time = 272.691429 + 0: The maximum resident set size (KB) = 871636 Test 091 rap_sfcdiff_debug PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/rap_flake_debug -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/rap_flake_debug +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_6902/rap_flake_debug Checking test 092 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 = 273.156168 - 0: The maximum resident set size (KB) = 871436 + 0: The total amount of wall time = 279.433278 + 0: The maximum resident set size (KB) = 871904 Test 092 rap_flake_debug PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/rap_noah_sfcdiff_cires_ugwp_debug -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/rap_noah_sfcdiff_cires_ugwp_debug +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_6902/rap_noah_sfcdiff_cires_ugwp_debug Checking test 093 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 = 489.757895 - 0: The maximum resident set size (KB) = 870264 + 0: The total amount of wall time = 460.699909 + 0: The maximum resident set size (KB) = 870472 Test 093 rap_noah_sfcdiff_cires_ugwp_debug PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/rap_progcld_thompson_debug -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/rap_progcld_thompson_debug +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_6902/rap_progcld_thompson_debug Checking test 094 rap_progcld_thompson_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 276.503075 - 0: The maximum resident set size (KB) = 871420 + 0: The total amount of wall time = 276.375508 + 0: The maximum resident set size (KB) = 871328 Test 094 rap_progcld_thompson_debug PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/rrfs_v1beta_debug -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/rrfs_v1beta_debug +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_6902/rrfs_v1beta_debug Checking test 095 rrfs_v1beta_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 271.803682 - 0: The maximum resident set size (KB) = 868980 + 0: The total amount of wall time = 271.346439 + 0: The maximum resident set size (KB) = 869380 Test 095 rrfs_v1beta_debug PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_wam_debug -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/control_wam_debug +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_6902/control_wam_debug Checking test 096 control_wam_debug results .... Comparing sfcf019.nc .........OK Comparing atmf019.nc .........OK - 0: The total amount of wall time = 292.433847 - 0: The maximum resident set size (KB) = 211524 + 0: The total amount of wall time = 311.938364 + 0: The maximum resident set size (KB) = 212548 Test 096 control_wam_debug PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/hafs_regional_atm -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/hafs_regional_atm +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_6902/hafs_regional_atm Checking test 097 hafs_regional_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK - 0: The total amount of wall time = 289.032791 - 0: The maximum resident set size (KB) = 664136 + 0: The total amount of wall time = 287.031572 + 0: The maximum resident set size (KB) = 657668 Test 097 hafs_regional_atm PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/hafs_regional_atm_thompson_gfdlsf -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/hafs_regional_atm_thompson_gfdlsf +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_6902/hafs_regional_atm_thompson_gfdlsf Checking test 098 hafs_regional_atm_thompson_gfdlsf results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK - 0: The total amount of wall time = 351.931870 - 0: The maximum resident set size (KB) = 1019184 + 0: The total amount of wall time = 359.453146 + 0: The maximum resident set size (KB) = 1022916 Test 098 hafs_regional_atm_thompson_gfdlsf PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/hafs_regional_atm_ocn -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/hafs_regional_atm_ocn +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_6902/hafs_regional_atm_ocn Checking test 099 hafs_regional_atm_ocn results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -2862,28 +2862,28 @@ Checking test 099 hafs_regional_atm_ocn results .... Comparing ufs.hafs.cpl.hi.2019-08-29-21600.nc .........OK Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK - 0: The total amount of wall time = 387.939708 - 0: The maximum resident set size (KB) = 662704 + 0: The total amount of wall time = 392.811608 + 0: The maximum resident set size (KB) = 662576 Test 099 hafs_regional_atm_ocn PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/hafs_regional_atm_wav -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/hafs_regional_atm_wav +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_6902/hafs_regional_atm_wav Checking test 100 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 = 865.405359 - 0: The maximum resident set size (KB) = 666176 + 0: The total amount of wall time = 859.231108 + 0: The maximum resident set size (KB) = 666256 Test 100 hafs_regional_atm_wav PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/hafs_regional_atm_ocn_wav -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/hafs_regional_atm_ocn_wav +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_6902/hafs_regional_atm_ocn_wav Checking test 101 hafs_regional_atm_ocn_wav results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -2892,28 +2892,28 @@ Checking test 101 hafs_regional_atm_ocn_wav results .... Comparing out_grd.ww3 .........OK Comparing out_pnt.ww3 .........OK - 0: The total amount of wall time = 960.877355 - 0: The maximum resident set size (KB) = 667432 + 0: The total amount of wall time = 970.253142 + 0: The maximum resident set size (KB) = 667308 Test 101 hafs_regional_atm_ocn_wav PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/hafs_regional_1nest_atm -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/hafs_regional_1nest_atm +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_6902/hafs_regional_1nest_atm Checking test 102 hafs_regional_1nest_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK Comparing sfc.nest02.f006.nc .........OK - 0: The total amount of wall time = 537.206621 - 0: The maximum resident set size (KB) = 260740 + 0: The total amount of wall time = 528.101682 + 0: The maximum resident set size (KB) = 261812 Test 102 hafs_regional_1nest_atm PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/hafs_regional_telescopic_2nests_atm -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/hafs_regional_telescopic_2nests_atm +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_6902/hafs_regional_telescopic_2nests_atm Checking test 103 hafs_regional_telescopic_2nests_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -2922,28 +2922,28 @@ Checking test 103 hafs_regional_telescopic_2nests_atm results .... Comparing atm.nest03.f006.nc .........OK Comparing sfc.nest03.f006.nc .........OK - 0: The total amount of wall time = 548.824159 - 0: The maximum resident set size (KB) = 263628 + 0: The total amount of wall time = 543.111548 + 0: The maximum resident set size (KB) = 264652 Test 103 hafs_regional_telescopic_2nests_atm PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/hafs_global_1nest_atm -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/hafs_global_1nest_atm +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_6902/hafs_global_1nest_atm Checking test 104 hafs_global_1nest_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK Comparing sfc.nest02.f006.nc .........OK - 0: The total amount of wall time = 248.151279 - 0: The maximum resident set size (KB) = 162552 + 0: The total amount of wall time = 241.827226 + 0: The maximum resident set size (KB) = 162448 Test 104 hafs_global_1nest_atm PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/hafs_global_multiple_4nests_atm -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/hafs_global_multiple_4nests_atm +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_6902/hafs_global_multiple_4nests_atm Checking test 105 hafs_global_multiple_4nests_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -2956,14 +2956,14 @@ Checking test 105 hafs_global_multiple_4nests_atm results .... Comparing atm.nest05.f006.nc .........OK Comparing sfc.nest05.f006.nc .........OK - 0: The total amount of wall time = 674.041266 - 0: The maximum resident set size (KB) = 233588 + 0: The total amount of wall time = 671.940439 + 0: The maximum resident set size (KB) = 233280 Test 105 hafs_global_multiple_4nests_atm PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/hafs_regional_docn -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/hafs_regional_docn +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_6902/hafs_regional_docn Checking test 106 hafs_regional_docn results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -2971,14 +2971,14 @@ Checking test 106 hafs_regional_docn results .... Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK Comparing ufs.hafs.docn.r.2019-08-29-21600.nc .........OK - 0: The total amount of wall time = 352.724158 - 0: The maximum resident set size (KB) = 662372 + 0: The total amount of wall time = 353.060001 + 0: The maximum resident set size (KB) = 662512 Test 106 hafs_regional_docn PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/hafs_regional_docn_oisst -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/hafs_regional_docn_oisst +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_6902/hafs_regional_docn_oisst Checking test 107 hafs_regional_docn_oisst results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -2986,105 +2986,105 @@ Checking test 107 hafs_regional_docn_oisst results .... Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK Comparing ufs.hafs.docn.r.2019-08-29-21600.nc .........OK - 0: The total amount of wall time = 354.661677 - 0: The maximum resident set size (KB) = 662296 + 0: The total amount of wall time = 361.185841 + 0: The maximum resident set size (KB) = 662496 Test 107 hafs_regional_docn_oisst PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/hafs_regional_datm_cdeps -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/hafs_regional_datm_cdeps +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_6902/hafs_regional_datm_cdeps Checking test 108 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 = 1041.647433 - 0: The maximum resident set size (KB) = 807140 + 0: The total amount of wall time = 1038.168927 + 0: The maximum resident set size (KB) = 807136 Test 108 hafs_regional_datm_cdeps PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/datm_cdeps_control_cfsr -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/datm_cdeps_control_cfsr +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_6902/datm_cdeps_control_cfsr Checking test 109 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 = 180.432245 - 0: The maximum resident set size (KB) = 683172 + 0: The total amount of wall time = 179.958627 + 0: The maximum resident set size (KB) = 683248 Test 109 datm_cdeps_control_cfsr PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/datm_cdeps_control_cfsr -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/datm_cdeps_restart_cfsr +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_6902/datm_cdeps_restart_cfsr Checking test 110 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 = 85.501934 - 0: The maximum resident set size (KB) = 683424 + 0: The total amount of wall time = 119.046094 + 0: The maximum resident set size (KB) = 683336 Test 110 datm_cdeps_restart_cfsr PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/datm_cdeps_control_gefs -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/datm_cdeps_control_gefs +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_6902/datm_cdeps_control_gefs Checking test 111 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 = 143.188295 - 0: The maximum resident set size (KB) = 563520 + 0: The total amount of wall time = 147.863393 + 0: The maximum resident set size (KB) = 568012 Test 111 datm_cdeps_control_gefs PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/datm_cdeps_stochy_gefs -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/datm_cdeps_stochy_gefs +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_6902/datm_cdeps_stochy_gefs Checking test 112 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 = 146.668039 - 0: The maximum resident set size (KB) = 563412 + 0: The total amount of wall time = 152.322151 + 0: The maximum resident set size (KB) = 563616 Test 112 datm_cdeps_stochy_gefs PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/datm_cdeps_bulk_cfsr -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/datm_cdeps_bulk_cfsr +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_6902/datm_cdeps_bulk_cfsr Checking test 113 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.338308 - 0: The maximum resident set size (KB) = 683192 + 0: The total amount of wall time = 161.289055 + 0: The maximum resident set size (KB) = 683368 Test 113 datm_cdeps_bulk_cfsr PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/datm_cdeps_bulk_gefs -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/datm_cdeps_bulk_gefs +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_6902/datm_cdeps_bulk_gefs Checking test 114 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 = 142.705025 - 0: The maximum resident set size (KB) = 563560 + 0: The total amount of wall time = 145.239391 + 0: The maximum resident set size (KB) = 570748 Test 114 datm_cdeps_bulk_gefs PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/datm_cdeps_mx025_cfsr -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/datm_cdeps_mx025_cfsr +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_6902/datm_cdeps_mx025_cfsr Checking test 115 datm_cdeps_mx025_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/MOM.res_1.nc .........OK @@ -3093,14 +3093,14 @@ Checking test 115 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 = 329.442802 - 0: The maximum resident set size (KB) = 482572 + 0: The total amount of wall time = 367.022245 + 0: The maximum resident set size (KB) = 482448 Test 115 datm_cdeps_mx025_cfsr PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/datm_cdeps_mx025_gefs -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/datm_cdeps_mx025_gefs +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_6902/datm_cdeps_mx025_gefs Checking test 116 datm_cdeps_mx025_gefs results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/MOM.res_1.nc .........OK @@ -3109,51 +3109,51 @@ Checking test 116 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 = 359.896132 - 0: The maximum resident set size (KB) = 451268 + 0: The total amount of wall time = 371.076785 + 0: The maximum resident set size (KB) = 455976 Test 116 datm_cdeps_mx025_gefs PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/datm_cdeps_control_cfsr -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/datm_cdeps_multiple_files_cfsr +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_6902/datm_cdeps_multiple_files_cfsr Checking test 117 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 = 148.268994 - 0: The maximum resident set size (KB) = 683184 + 0: The total amount of wall time = 160.028818 + 0: The maximum resident set size (KB) = 683248 Test 117 datm_cdeps_multiple_files_cfsr PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/datm_cdeps_3072x1536_cfsr -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/datm_cdeps_3072x1536_cfsr +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_6902/datm_cdeps_3072x1536_cfsr Checking test 118 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 = 200.844387 - 0: The maximum resident set size (KB) = 1835676 + 0: The total amount of wall time = 205.260171 + 0: The maximum resident set size (KB) = 1835720 Test 118 datm_cdeps_3072x1536_cfsr PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/datm_cdeps_debug_cfsr -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/datm_cdeps_debug_cfsr +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_6902/datm_cdeps_debug_cfsr Checking test 119 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 = 366.344401 - 0: The maximum resident set size (KB) = 688516 + 0: The total amount of wall time = 372.313818 + 0: The maximum resident set size (KB) = 688432 Test 119 datm_cdeps_debug_cfsr PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_atmwav -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/control_atmwav +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_6902/control_atmwav Checking test 120 control_atmwav results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -3197,14 +3197,14 @@ Checking test 120 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.868440 - 0: The maximum resident set size (KB) = 449216 + 0: The total amount of wall time = 121.966016 + 0: The maximum resident set size (KB) = 449628 Test 120 control_atmwav PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_c384gdas_wav -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_41018/control_c384gdas_wav +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_6902/control_c384gdas_wav Checking test 121 control_c384gdas_wav results .... Comparing sfcf000.nc .........OK Comparing sfcf003.nc .........OK @@ -3250,12 +3250,12 @@ Checking test 121 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 = 1531.570797 - 0: The maximum resident set size (KB) = 958924 + 0: The total amount of wall time = 1518.109847 + 0: The maximum resident set size (KB) = 953008 Test 121 control_c384gdas_wav PASS REGRESSION TEST WAS SUCCESSFUL -Fri Mar 4 17:55:20 EST 2022 -Elapsed time: 01h:15m:30s. Have a nice day! +Mon Mar 7 23:01:34 EST 2022 +Elapsed time: 01h:43m:19s. Have a nice day! From 586a127b57353943cbcdc647081c53fa1472bcd5 Mon Sep 17 00:00:00 2001 From: "jessica.meixner" Date: Tue, 8 Mar 2022 12:55:43 +0000 Subject: [PATCH 092/106] update jet resources --- tests/default_vars.sh | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/tests/default_vars.sh b/tests/default_vars.sh index 48cfaff7f0..f17aa5f446 100755 --- a/tests/default_vars.sh +++ b/tests/default_vars.sh @@ -370,9 +370,9 @@ elif [[ $MACHINE_ID = jet.* ]]; then CHM_cpl_mpi="0 191"; OPB_cpl_mpi="198 231"; IPB_cpl_mpi="232 251"; WPB_cpl_mpi="252 279" NPROC_ICE_cpl_mpi=20 - TASKS_cpl_c384=480; TPN_cpl_c384=12; INPES_cpl_c384=6; JNPES_cpl_c384=8 - THRD_cpl_c384=2; WPG_cpl_c384=24; MPB_cpl_c384="0 287"; APB_cpl_c384="0 311" - CHM_cpl_c384="0 287"; OPB_cpl_c384="312 431"; IPB_cpl_c384="432 479" + TASKS_cpl_c384=576; TPN_cpl_c384=12; INPES_cpl_c384=8; JNPES_cpl_c384=8 + THRD_cpl_c384=2; WPG_cpl_c384=24; MPB_cpl_c384="0 299"; APB_cpl_c384="0 407" + CHM_cpl_c384="0 383"; OPB_cpl_c384="408 527"; IPB_cpl_c384="528 575" NPROC_ICE_cpl_c384=48 TASKS_cpl_bmrk=560; TPN_cpl_bmrk=24; INPES_cpl_bmrk=6; JNPES_cpl_bmrk=8 @@ -380,9 +380,9 @@ elif [[ $MACHINE_ID = jet.* ]]; then CHM_cpl_bmrk="0 287"; OPB_cpl_bmrk="312 431"; IPB_cpl_bmrk="432 479"; WPB_cpl_bmrk="480 559" NPROC_ICE_cpl_bmrk=48 - TASKS_cpl_bmrk_aero=560; TPN_cpl_bmrk_aero=12; INPES_cpl_bmrk_aero=6; JNPES_cpl_bmrk_aero=8 - THRD_cpl_bmrk_aero=2; WPG_cpl_bmrk_aero=24; MPB_cpl_bmrk_aero="0 287"; APB_cpl_bmrk_aero="0 311" - CHM_cpl_bmrk_aero="0 287"; OPB_cpl_bmrk_aero="312 431"; IPB_cpl_bmrk_aero="432 479"; WPB_cpl_bmrk_aero="480 559" + TASKS_cpl_bmrk_aero=672; TPN_cpl_bmrk_aero=12; INPES_cpl_bmrk_aero=8; JNPES_cpl_bmrk_aero=8 + THRD_cpl_bmrk_aero=2; WPG_cpl_bmrk_aero=24; MPB_cpl_bmrk_aero="0 299"; APB_cpl_bmrk_aero="0 407" + CHM_cpl_bmrk_aero="0 383"; OPB_cpl_bmrk_aero="408 527"; IPB_cpl_bmrk_aero="528 575"; WPB_cpl_bmrk_aero="576 671" NPROC_ICE_cpl_bmrk_aero=48 TASKS_cpl_bmrk_mpi=600; TPN_cpl_bmrk_mpi=24; INPES_cpl_bmrk_mpi=6; JNPES_cpl_bmrk_mpi=8 From 3408a22012858ed161e9754269f049add3eddf70 Mon Sep 17 00:00:00 2001 From: "jessica.meixner" Date: Tue, 8 Mar 2022 16:36:26 +0000 Subject: [PATCH 093/106] update of rt.conf from Jun --- tests/rt.conf | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/tests/rt.conf b/tests/rt.conf index dcafceea5c..167e197ca3 100644 --- a/tests/rt.conf +++ b/tests/rt.conf @@ -130,20 +130,22 @@ RUN | control_thompson_progcld_thompson_debug RUN | regional_debug | | fv3 | -COMPILE | -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 | | fv3 | +COMPILE | -DAPP=ATM -DDEBUG=ON -DCCPP_SUITES=FV3_RAP,FV3_RAP_cires_ugwp,FV3_RAP_unified_ugwp,FV3_RAP_flake -D32BIT=ON | | fv3 | RUN | rap_control_debug | | fv3 | RUN | rap_unified_drag_suite_debug | | | RUN | rap_diag_debug | | fv3 | RUN | rap_cires_ugwp_debug | | fv3 | RUN | rap_unified_ugwp_debug | | | +RUN | rap_lndp_debug | | fv3 | +RUN | rap_flake_debug | | fv3 | +RUN | rap_progcld_thompson_debug | | fv3 | + +COMPILE | -DAPP=ATM -DDEBUG=ON -DCCPP_SUITES=FV3_RAP_noah,FV3_RAP_RRTMGP,FV3_RAP_sfcdiff,FV3_RAP_noah_sfcdiff_cires_ugwp,FV3_RRFS_v1beta -D32BIT=ON | | fv3 | RUN | rap_noah_debug | | fv3 | RUN | rap_rrtmgp_debug | | fv3 | -RUN | rap_lndp_debug | | fv3 | RUN | rap_sfcdiff_debug | | fv3 | -RUN | rap_flake_debug | | fv3 | RUN | rap_noah_sfcdiff_cires_ugwp_debug | | fv3 | -RUN | rap_progcld_thompson_debug | | fv3 | RUN | rrfs_v1beta_debug | | fv3 | COMPILE | -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DDEBUG=ON | | fv3 | From 23032c3c267dbdb3a1e54031928bbf4b8206f16c Mon Sep 17 00:00:00 2001 From: Jessica Meixner Date: Tue, 8 Mar 2022 16:51:42 +0000 Subject: [PATCH 094/106] Cheyenne settings from Denise --- tests/default_vars.sh | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/tests/default_vars.sh b/tests/default_vars.sh index f17aa5f446..516df8a9df 100755 --- a/tests/default_vars.sh +++ b/tests/default_vars.sh @@ -589,9 +589,9 @@ elif [[ $MACHINE_ID = cheyenne.* ]]; then CHM_cpl_mpi="0 191"; OPB_cpl_mpi="198 231"; IPB_cpl_mpi="232 251"; WPB_cpl_mpi="252 279" NPROC_ICE_cpl_mpi=20 - TASKS_cpl_c384=480; TPN_cpl_c384=12; INPES_cpl_c384=6; JNPES_cpl_c384=8 - THRD_cpl_c384=3; WPG_cpl_c384=24; MPB_cpl_c384="0 287"; APB_cpl_c384="0 311" - CHM_cpl_c384="0 287"; OPB_cpl_c384="312 431"; IPB_cpl_c384="432 479" + TASKS_cpl_c384=576; TPN_cpl_c384=12; INPES_cpl_c384=8; JNPES_cpl_c384=8 + THRD_cpl_c384=3; WPG_cpl_c384=24; MPB_cpl_c384="0 287"; APB_cpl_c384="0 407" + CHM_cpl_c384="0 383"; OPB_cpl_c384="408 527"; IPB_cpl_c384="528 575" NPROC_ICE_cpl_c384=48 TASKS_cpl_bmrk=560; TPN_cpl_bmrk=36; INPES_cpl_bmrk=6; JNPES_cpl_bmrk=8 @@ -599,9 +599,9 @@ elif [[ $MACHINE_ID = cheyenne.* ]]; then CHM_cpl_bmrk="0 287"; OPB_cpl_bmrk="312 431"; IPB_cpl_bmrk="432 479"; WPB_cpl_bmrk="480 559" NPROC_ICE_cpl_bmrk=48 - TASKS_cpl_bmrk_aero=576; TPN_cpl_bmrk_aero=12; INPES_cpl_bmrk_aero=6; JNPES_cpl_bmrk_aero=8 - THRD_cpl_bmrk_aero=3; WPG_cpl_bmrk_aero=24; MPB_cpl_bmrk_aero="0 287"; APB_cpl_bmrk_aero="0 311" - CHM_cpl_bmrk_aero="0 287"; OPB_cpl_bmrk_aero="312 431"; IPB_cpl_bmrk_aero="432 479"; WPB_cpl_bmrk_aero="480 575" + TASKS_cpl_bmrk_aero=672; TPN_cpl_bmrk_aero=12; INPES_cpl_bmrk_aero=8; JNPES_cpl_bmrk_aero=8 + THRD_cpl_bmrk_aero=3; WPG_cpl_bmrk_aero=24; MPB_cpl_bmrk_aero="0 287"; APB_cpl_bmrk_aero="0 407" + CHM_cpl_bmrk_aero="0 383"; OPB_cpl_bmrk_aero="408 527"; IPB_cpl_bmrk_aero="528 575"; WPB_cpl_bmrk_aero="576 671" NPROC_ICE_cpl_bmrk_aero=48 TASKS_cpl_bmrk_mpi=600; TPN_cpl_bmrk_mpi=36; INPES_cpl_bmrk_mpi=6; JNPES_cpl_bmrk_mpi=8 @@ -609,9 +609,9 @@ elif [[ $MACHINE_ID = cheyenne.* ]]; then CHM_cpl_bmrk_mpi="0 287"; OPB_cpl_bmrk_mpi="312 431"; IPB_cpl_bmrk_mpi="432 479"; WPB_cpl_bmrk_mpi="480 599" NPROC_ICE_cpl_bmrk_mpi=48 - TASKS_cpl_c192=288; TPN_cpl_c192=36; INPES_cpl_c192=4; JNPES_cpl_c192=8 - THRD_cpl_c192=1; WPG_cpl_c192=12; MPB_cpl_c192="0 191"; APB_cpl_c192="0 203" - CHM_cpl_c192="0 191"; OPB_cpl_c192="204 263"; IPB_cpl_c192="264 287" + TASKS_cpl_c192=384; TPN_cpl_c192=18; INPES_cpl_c192=6; JNPES_cpl_c192=8 + THRD_cpl_c192=2; WPG_cpl_c192=12; MPB_cpl_c192="0 287"; APB_cpl_c192="0 299" + CHM_cpl_c192="0 287"; OPB_cpl_c192="300 359" ; IPB_cpl_c192="360 383" NPROC_ICE_cpl_c192=24 TASKS_cdeps_100=40; TPN_cdeps_100=36 From 3ce909bd86b89c4b4f81228c4ca9fba05f53db15 Mon Sep 17 00:00:00 2001 From: Jessica Meixner Date: Tue, 8 Mar 2022 18:15:40 +0000 Subject: [PATCH 095/106] update jet and cheyenne settings --- tests/default_vars.sh | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/tests/default_vars.sh b/tests/default_vars.sh index 516df8a9df..d24f6f6924 100755 --- a/tests/default_vars.sh +++ b/tests/default_vars.sh @@ -370,9 +370,9 @@ elif [[ $MACHINE_ID = jet.* ]]; then CHM_cpl_mpi="0 191"; OPB_cpl_mpi="198 231"; IPB_cpl_mpi="232 251"; WPB_cpl_mpi="252 279" NPROC_ICE_cpl_mpi=20 - TASKS_cpl_c384=576; TPN_cpl_c384=12; INPES_cpl_c384=8; JNPES_cpl_c384=8 - THRD_cpl_c384=2; WPG_cpl_c384=24; MPB_cpl_c384="0 299"; APB_cpl_c384="0 407" - CHM_cpl_c384="0 383"; OPB_cpl_c384="408 527"; IPB_cpl_c384="528 575" + TASKS_cpl_c384=704; TPN_cpl_c384=12; INPES_cpl_c384=8; JNPES_cpl_c384=12 + THRD_cpl_c384=3; WPG_cpl_c384=24; MPB_cpl_c384="0 287"; APB_cpl_c384="0 599" + CHM_cpl_c384="0 575"; OPB_cpl_c384="600 679"; IPB_cpl_c384="680 703" NPROC_ICE_cpl_c384=48 TASKS_cpl_bmrk=560; TPN_cpl_bmrk=24; INPES_cpl_bmrk=6; JNPES_cpl_bmrk=8 @@ -380,9 +380,9 @@ elif [[ $MACHINE_ID = jet.* ]]; then CHM_cpl_bmrk="0 287"; OPB_cpl_bmrk="312 431"; IPB_cpl_bmrk="432 479"; WPB_cpl_bmrk="480 559" NPROC_ICE_cpl_bmrk=48 - TASKS_cpl_bmrk_aero=672; TPN_cpl_bmrk_aero=12; INPES_cpl_bmrk_aero=8; JNPES_cpl_bmrk_aero=8 - THRD_cpl_bmrk_aero=2; WPG_cpl_bmrk_aero=24; MPB_cpl_bmrk_aero="0 299"; APB_cpl_bmrk_aero="0 407" - CHM_cpl_bmrk_aero="0 383"; OPB_cpl_bmrk_aero="408 527"; IPB_cpl_bmrk_aero="528 575"; WPB_cpl_bmrk_aero="576 671" + TASKS_cpl_bmrk_aero=804; TPN_cpl_bmrk_aero=12; INPES_cpl_bmrk_aero=8; JNPES_cpl_bmrk_aero=23 + THRD_cpl_bmrk_aero=3; WPG_cpl_bmrk_aero=24; MPB_cpl_bmrk_aero="0 287"; APB_cpl_bmrk_aero="0 599" + CHM_cpl_bmrk_aero="0 575"; OPB_cpl_bmrk_aero="600 679"; IPB_cpl_bmrk_aero="680 703"; WPB_cpl_bmrk_aero="704 803" NPROC_ICE_cpl_bmrk_aero=48 TASKS_cpl_bmrk_mpi=600; TPN_cpl_bmrk_mpi=24; INPES_cpl_bmrk_mpi=6; JNPES_cpl_bmrk_mpi=8 @@ -589,9 +589,9 @@ elif [[ $MACHINE_ID = cheyenne.* ]]; then CHM_cpl_mpi="0 191"; OPB_cpl_mpi="198 231"; IPB_cpl_mpi="232 251"; WPB_cpl_mpi="252 279" NPROC_ICE_cpl_mpi=20 - TASKS_cpl_c384=576; TPN_cpl_c384=12; INPES_cpl_c384=8; JNPES_cpl_c384=8 - THRD_cpl_c384=3; WPG_cpl_c384=24; MPB_cpl_c384="0 287"; APB_cpl_c384="0 407" - CHM_cpl_c384="0 383"; OPB_cpl_c384="408 527"; IPB_cpl_c384="528 575" + TASKS_cpl_c384=704; TPN_cpl_c384=12; INPES_cpl_c384=8; JNPES_cpl_c384=12 + THRD_cpl_c384=3; WPG_cpl_c384=24; MPB_cpl_c384="0 287"; APB_cpl_c384="0 599" + CHM_cpl_c384="0 575"; OPB_cpl_c384="600 679"; IPB_cpl_c384="680 703" NPROC_ICE_cpl_c384=48 TASKS_cpl_bmrk=560; TPN_cpl_bmrk=36; INPES_cpl_bmrk=6; JNPES_cpl_bmrk=8 @@ -599,9 +599,9 @@ elif [[ $MACHINE_ID = cheyenne.* ]]; then CHM_cpl_bmrk="0 287"; OPB_cpl_bmrk="312 431"; IPB_cpl_bmrk="432 479"; WPB_cpl_bmrk="480 559" NPROC_ICE_cpl_bmrk=48 - TASKS_cpl_bmrk_aero=672; TPN_cpl_bmrk_aero=12; INPES_cpl_bmrk_aero=8; JNPES_cpl_bmrk_aero=8 - THRD_cpl_bmrk_aero=3; WPG_cpl_bmrk_aero=24; MPB_cpl_bmrk_aero="0 287"; APB_cpl_bmrk_aero="0 407" - CHM_cpl_bmrk_aero="0 383"; OPB_cpl_bmrk_aero="408 527"; IPB_cpl_bmrk_aero="528 575"; WPB_cpl_bmrk_aero="576 671" + TASKS_cpl_bmrk_aero=804; TPN_cpl_bmrk_aero=12; INPES_cpl_bmrk_aero=8; JNPES_cpl_bmrk_aero=23 + THRD_cpl_bmrk_aero=3; WPG_cpl_bmrk_aero=24; MPB_cpl_bmrk_aero="0 287"; APB_cpl_bmrk_aero="0 599" + CHM_cpl_bmrk_aero="0 575"; OPB_cpl_bmrk_aero="600 679"; IPB_cpl_bmrk_aero="680 703"; WPB_cpl_bmrk_aero="704 803" NPROC_ICE_cpl_bmrk_aero=48 TASKS_cpl_bmrk_mpi=600; TPN_cpl_bmrk_mpi=36; INPES_cpl_bmrk_mpi=6; JNPES_cpl_bmrk_mpi=8 @@ -609,9 +609,9 @@ elif [[ $MACHINE_ID = cheyenne.* ]]; then CHM_cpl_bmrk_mpi="0 287"; OPB_cpl_bmrk_mpi="312 431"; IPB_cpl_bmrk_mpi="432 479"; WPB_cpl_bmrk_mpi="480 599" NPROC_ICE_cpl_bmrk_mpi=48 - TASKS_cpl_c192=384; TPN_cpl_c192=18; INPES_cpl_c192=6; JNPES_cpl_c192=8 - THRD_cpl_c192=2; WPG_cpl_c192=12; MPB_cpl_c192="0 287"; APB_cpl_c192="0 299" - CHM_cpl_c192="0 287"; OPB_cpl_c192="300 359" ; IPB_cpl_c192="360 383" + TASKS_cpl_c192=576; TPN_cpl_c192=18; INPES_cpl_c192=8; JNPES_cpl_c192=8 + THRD_cpl_c192=2; WPG_cpl_c192=12; MPB_cpl_c192="0 287"; APB_cpl_c192="0 407" + CHM_cpl_c192="0 383"; OPB_cpl_c192="408 527" ; IPB_cpl_c192="528 575" NPROC_ICE_cpl_c192=24 TASKS_cdeps_100=40; TPN_cdeps_100=36 From 7c54660f71440d944491207b18807b5205aac353 Mon Sep 17 00:00:00 2001 From: "jessica.meixner" Date: Tue, 8 Mar 2022 18:53:26 +0000 Subject: [PATCH 096/106] wcoss-dell logs --- tests/RegressionTests_wcoss_dell_p3.log | 1770 +++++++++++------------ 1 file changed, 860 insertions(+), 910 deletions(-) diff --git a/tests/RegressionTests_wcoss_dell_p3.log b/tests/RegressionTests_wcoss_dell_p3.log index 61a893a13f..1394fd96f6 100644 --- a/tests/RegressionTests_wcoss_dell_p3.log +++ b/tests/RegressionTests_wcoss_dell_p3.log @@ -1,24 +1,24 @@ -Thu Mar 3 19:27:21 UTC 2022 +Tue Mar 8 16:36:49 UTC 2022 Start Regression test -Test 008 compile FAIL - -Compile 001 elapsed time 1907 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 518 seconds. -DAPP=S2S -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v16_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile 003 elapsed time 1082 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 1805 seconds. -DAPP=S2SW -DUFS_GOCART=ON -DCCPP_SUITES=FV3_GFS_v16_coupled_nsstNoahmpUGWPv1,FV3_GFS_v16_coupled_p7_rrtmgp,FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 002 elapsed time 592 seconds. -DAPP=S2S -DDEBUG=ON -DUFS_GOCART=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile 003 elapsed time 1078 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_v17_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release Compile 004 elapsed time 1107 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_RRFS_v1beta,FV3_RRFS_v1nssl -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 005 elapsed time 1230 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 794 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 462 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 009 elapsed time 283 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 1157 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 1139 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 807 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 013 elapsed time 314 seconds. -DAPP=NG-GODAS -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile 014 elapsed time 850 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-20220228/cpld_control_p8 -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_30406/cpld_control_p8 +Compile 005 elapsed time 1221 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 809 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 469 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_v17_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 008 elapsed time 403 seconds. -DAPP=ATM -DDEBUG=ON -DCCPP_SUITES=FV3_RAP,FV3_RAP_cires_ugwp,FV3_RAP_unified_ugwp,FV3_RAP_flake -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 009 elapsed time 370 seconds. -DAPP=ATM -DDEBUG=ON -DCCPP_SUITES=FV3_RAP_noah,FV3_RAP_RRTMGP,FV3_RAP_sfcdiff,FV3_RAP_noah_sfcdiff_cires_ugwp,FV3_RRFS_v1beta -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 010 elapsed time 288 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 011 elapsed time 1411 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 012 elapsed time 1133 seconds. -DAPP=HAFS-ALL -DCCPP_SUITES=FV3_HAFS_v0_gfdlmp_tedmf,FV3_HAFS_v0_gfdlmp_tedmf_nonsst -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 013 elapsed time 800 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 014 elapsed time 315 seconds. -DAPP=NG-GODAS -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile 015 elapsed time 855 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-20220304/cpld_control_p8 +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_28594/cpld_control_p8 Checking test 001 cpld_control_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -79,18 +79,19 @@ Checking test 001 cpld_control_p8 results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2021-03-23-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK + Comparing gocart.inst_aod.20210323_0600z.nc4 .........OK Comparing 20210323.060000.out_grd.glo_1deg .........OK Comparing 20210323.060000.out_pnt.points .........OK Comparing 20210323.060000.restart.glo_1deg .........OK -[0] The total amount of wall time = 250.250432 -[0] The maximum resident set size (KB) = 552508 +[0] The total amount of wall time = 386.353794 +[0] The maximum resident set size (KB) = 1134856 Test 001 cpld_control_p8 PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/cpld_control_p8 -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_30406/cpld_2threads_p8 +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/cpld_control_p8 +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_28594/cpld_2threads_p8 Checking test 002 cpld_2threads_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -139,18 +140,19 @@ Checking test 002 cpld_2threads_p8 results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2021-03-23-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK + Comparing gocart.inst_aod.20210323_0600z.nc4 .........OK Comparing 20210323.060000.out_grd.glo_1deg .........OK Comparing 20210323.060000.out_pnt.points .........OK Comparing 20210323.060000.restart.glo_1deg .........OK -[0] The total amount of wall time = 236.336318 -[0] The maximum resident set size (KB) = 641820 +[0] The total amount of wall time = 418.569306 +[0] The maximum resident set size (KB) = 1548296 Test 002 cpld_2threads_p8 PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/cpld_control_p8 -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_30406/cpld_decomp_p8 +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/cpld_control_p8 +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_28594/cpld_decomp_p8 Checking test 003 cpld_decomp_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -199,18 +201,19 @@ Checking test 003 cpld_decomp_p8 results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2021-03-23-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK + Comparing gocart.inst_aod.20210323_0600z.nc4 .........OK Comparing 20210323.060000.out_grd.glo_1deg .........OK Comparing 20210323.060000.out_pnt.points .........OK Comparing 20210323.060000.restart.glo_1deg .........OK -[0] The total amount of wall time = 251.545269 -[0] The maximum resident set size (KB) = 554944 +[0] The total amount of wall time = 388.394038 +[0] The maximum resident set size (KB) = 1127004 Test 003 cpld_decomp_p8 PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/cpld_control_p8 -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_30406/cpld_mpi_p8 +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/cpld_control_p8 +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_28594/cpld_mpi_p8 Checking test 004 cpld_mpi_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -259,18 +262,19 @@ Checking test 004 cpld_mpi_p8 results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2021-03-23-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK + Comparing gocart.inst_aod.20210323_0600z.nc4 .........OK Comparing 20210323.060000.out_grd.glo_1deg .........OK Comparing 20210323.060000.out_pnt.points .........OK Comparing 20210323.060000.restart.glo_1deg .........OK -[0] The total amount of wall time = 216.087701 -[0] The maximum resident set size (KB) = 538896 +[0] The total amount of wall time = 319.265420 +[0] The maximum resident set size (KB) = 1026856 Test 004 cpld_mpi_p8 PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/cpld_control_p7_rrtmgp -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_30406/cpld_control_p7_rrtmgp +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/cpld_control_p7_rrtmgp +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_28594/cpld_control_p7_rrtmgp Checking test 005 cpld_control_p7_rrtmgp results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -323,14 +327,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 = 301.540976 -[0] The maximum resident set size (KB) = 658636 +[0] The total amount of wall time = 302.968322 +[0] The maximum resident set size (KB) = 641112 Test 005 cpld_control_p7_rrtmgp PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/cpld_bmark_p7 -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_30406/cpld_bmark_p7 +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/cpld_bmark_p7 +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_28594/cpld_bmark_p7 Checking test 006 cpld_bmark_p7 results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK @@ -375,17 +379,18 @@ 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 = 1071.881102 -[0] The maximum resident set size (KB) = 1273444 +[0] The total amount of wall time = 1031.492982 +[0] The maximum resident set size (KB) = 1209380 Test 006 cpld_bmark_p7 PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/cpld_bmark_p8 -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_30406/cpld_bmark_p8 +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/cpld_bmark_p8 +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_28594/cpld_bmark_p8 Checking test 007 cpld_bmark_p8 results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK + Comparing gocart.inst_aod.20130401_0600z.nc4 .........OK Comparing 20130401.060000.out_grd.gwes_30m .........OK Comparing 20130401.060000.out_pnt.points .........OK Comparing RESTART/coupler.res .........OK @@ -427,67 +432,15 @@ 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 = 1038.423685 -[0] The maximum resident set size (KB) = 1270596 +[0] The total amount of wall time = 1469.468427 +[0] The maximum resident set size (KB) = 2805128 Test 007 cpld_bmark_p8 PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/cpld_bmark_p8 -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_30406/cpld_bmark_mpi_p8 -Checking test 008 cpld_bmark_mpi_p8 results .... - Comparing sfcf006.nc .........OK - Comparing atmf006.nc .........OK - Comparing 20130401.060000.out_grd.gwes_30m .........OK - Comparing 20130401.060000.out_pnt.points .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - Comparing RESTART/MOM.res.nc .........OK - Comparing RESTART/MOM.res_1.nc .........OK - Comparing RESTART/MOM.res_2.nc .........OK - Comparing RESTART/MOM.res_3.nc .........OK - Comparing RESTART/iced.2013-04-01-21600.nc .........OK - Comparing RESTART/ufs.cpld.cpl.r.2013-04-01-21600.nc .........OK - -[0] The total amount of wall time = 1033.032707 -[0] The maximum resident set size (KB) = 1277152 - -Test 008 cpld_bmark_mpi_p8 PASS - - -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/cpld_control_c96_p8 -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_30406/cpld_control_c96_p8 -Checking test 009 cpld_control_c96_p8 results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/cpld_control_c96_p8 +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_28594/cpld_control_c96_p8 +Checking test 008 cpld_control_c96_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK Comparing sfcf021.tile3.nc .........OK @@ -512,6 +465,7 @@ Checking test 009 cpld_control_c96_p8 results .... Comparing atmf024.tile4.nc .........OK Comparing atmf024.tile5.nc .........OK Comparing atmf024.tile6.nc .........OK + Comparing gocart.inst_aod.20210323_0600z.nc4 .........OK Comparing RESTART/coupler.res .........OK Comparing RESTART/fv_core.res.nc .........OK Comparing RESTART/fv_core.res.tile1.nc .........OK @@ -548,15 +502,15 @@ 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 = 239.993548 -[0] The maximum resident set size (KB) = 552144 +[0] The total amount of wall time = 381.186281 +[0] The maximum resident set size (KB) = 1134972 -Test 009 cpld_control_c96_p8 PASS +Test 008 cpld_control_c96_p8 PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/cpld_control_c96_p8 -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_30406/cpld_restart_c96_p8 -Checking test 010 cpld_restart_c96_p8 results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/cpld_control_c96_p8 +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_28594/cpld_restart_c96_p8 +Checking test 009 cpld_restart_c96_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK Comparing sfcf024.tile3.nc .........OK @@ -569,6 +523,7 @@ Checking test 010 cpld_restart_c96_p8 results .... Comparing atmf024.tile4.nc .........OK Comparing atmf024.tile5.nc .........OK Comparing atmf024.tile6.nc .........OK + Comparing gocart.inst_aod.20210323_0600z.nc4 .........OK Comparing RESTART/coupler.res .........OK Comparing RESTART/fv_core.res.nc .........OK Comparing RESTART/fv_core.res.tile1.nc .........OK @@ -605,15 +560,15 @@ 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 = 132.536728 -[0] The maximum resident set size (KB) = 339816 +[0] The total amount of wall time = 208.804976 +[0] The maximum resident set size (KB) = 1094932 -Test 010 cpld_restart_c96_p8 PASS +Test 009 cpld_restart_c96_p8 PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/cpld_control_c192_p8 -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_30406/cpld_control_c192_p8 -Checking test 011 cpld_control_c192_p8 results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/cpld_control_c192_p8 +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_28594/cpld_control_c192_p8 +Checking test 010 cpld_control_c192_p8 results .... Comparing sfcf036.tile1.nc .........OK Comparing sfcf036.tile2.nc .........OK Comparing sfcf036.tile3.nc .........OK @@ -626,6 +581,7 @@ Checking test 011 cpld_control_c192_p8 results .... Comparing atmf036.tile4.nc .........OK Comparing atmf036.tile5.nc .........OK Comparing atmf036.tile6.nc .........OK + Comparing gocart.inst_aod.20210323_1800z.nc4 .........OK Comparing RESTART/coupler.res .........OK Comparing RESTART/fv_core.res.nc .........OK Comparing RESTART/fv_core.res.tile1.nc .........OK @@ -662,15 +618,15 @@ 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 = 1017.019578 -[0] The maximum resident set size (KB) = 738712 +[0] The total amount of wall time = 1700.895245 +[0] The maximum resident set size (KB) = 1539112 -Test 011 cpld_control_c192_p8 PASS +Test 010 cpld_control_c192_p8 PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/cpld_control_c192_p8 -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_30406/cpld_restart_c192_p8 -Checking test 012 cpld_restart_c192_p8 results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/cpld_control_c192_p8 +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_28594/cpld_restart_c192_p8 +Checking test 011 cpld_restart_c192_p8 results .... Comparing sfcf036.tile1.nc .........OK Comparing sfcf036.tile2.nc .........OK Comparing sfcf036.tile3.nc .........OK @@ -683,6 +639,7 @@ Checking test 012 cpld_restart_c192_p8 results .... Comparing atmf036.tile4.nc .........OK Comparing atmf036.tile5.nc .........OK Comparing atmf036.tile6.nc .........OK + Comparing gocart.inst_aod.20210323_1800z.nc4 .........OK Comparing RESTART/coupler.res .........OK Comparing RESTART/fv_core.res.nc .........OK Comparing RESTART/fv_core.res.tile1.nc .........OK @@ -719,17 +676,18 @@ 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 = 642.959790 -[0] The maximum resident set size (KB) = 827064 +[0] The total amount of wall time = 1150.345018 +[0] The maximum resident set size (KB) = 1771784 -Test 012 cpld_restart_c192_p8 PASS +Test 011 cpld_restart_c192_p8 PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/cpld_control_c384_p8 -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_30406/cpld_control_c384_p8 -Checking test 013 cpld_control_c384_p8 results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/cpld_control_c384_p8 +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_28594/cpld_control_c384_p8 +Checking test 012 cpld_control_c384_p8 results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK + Comparing gocart.inst_aod.20210322_1200z.nc4 .........OK Comparing RESTART/coupler.res .........OK Comparing RESTART/fv_core.res.nc .........OK Comparing RESTART/fv_core.res.tile1.nc .........OK @@ -769,17 +727,18 @@ 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 = 1135.462780 -[0] The maximum resident set size (KB) = 1275960 +[0] The total amount of wall time = 1677.824043 +[0] The maximum resident set size (KB) = 2792428 -Test 013 cpld_control_c384_p8 PASS +Test 012 cpld_control_c384_p8 PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/cpld_control_c384_p8 -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_30406/cpld_restart_c384_p8 -Checking test 014 cpld_restart_c384_p8 results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/cpld_control_c384_p8 +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_28594/cpld_restart_c384_p8 +Checking test 013 cpld_restart_c384_p8 results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK + Comparing gocart.inst_aod.20210322_1200z.nc4 .........OK Comparing RESTART/coupler.res .........OK Comparing RESTART/fv_core.res.nc .........OK Comparing RESTART/fv_core.res.tile1.nc .........OK @@ -819,15 +778,15 @@ 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 = 618.517715 -[0] The maximum resident set size (KB) = 1230708 +[0] The total amount of wall time = 836.880629 +[0] The maximum resident set size (KB) = 2762828 -Test 014 cpld_restart_c384_p8 PASS +Test 013 cpld_restart_c384_p8 PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/cpld_debug_p8 -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_30406/cpld_debug_p8 -Checking test 015 cpld_debug_p8 results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/cpld_debug_p8 +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_28594/cpld_debug_p8 +Checking test 014 cpld_debug_p8 results .... Comparing sfcf006.tile1.nc .........OK Comparing sfcf006.tile2.nc .........OK Comparing sfcf006.tile3.nc .........OK @@ -840,6 +799,7 @@ Checking test 015 cpld_debug_p8 results .... Comparing atmf006.tile4.nc .........OK Comparing atmf006.tile5.nc .........OK Comparing atmf006.tile6.nc .........OK + Comparing gocart.inst_aod.20210322_1200z.nc4 .........OK Comparing RESTART/coupler.res .........OK Comparing RESTART/fv_core.res.nc .........OK Comparing RESTART/fv_core.res.tile1.nc .........OK @@ -876,15 +836,15 @@ 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 = 708.491737 -[0] The maximum resident set size (KB) = 606452 +[0] The total amount of wall time = 1165.934672 +[0] The maximum resident set size (KB) = 1212644 -Test 015 cpld_debug_p8 PASS +Test 014 cpld_debug_p8 PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/control -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_30406/control -Checking test 016 control results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/control +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_28594/control +Checking test 015 control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -930,15 +890,15 @@ 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.097240 -[0] The maximum resident set size (KB) = 474100 +[0] The total amount of wall time = 148.078448 +[0] The maximum resident set size (KB) = 468840 -Test 016 control PASS +Test 015 control PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/control -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_30406/control_decomp -Checking test 017 control_decomp results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/control +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_28594/control_decomp +Checking test 016 control_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -980,29 +940,29 @@ 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 = 151.685187 -[0] The maximum resident set size (KB) = 471764 +[0] The total amount of wall time = 157.807365 +[0] The maximum resident set size (KB) = 464852 -Test 017 control_decomp PASS +Test 016 control_decomp PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/control -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_30406/control_2dwrtdecomp -Checking test 018 control_2dwrtdecomp results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/control +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_28594/control_2dwrtdecomp +Checking test 017 control_2dwrtdecomp results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK Comparing atmf024.nc .........OK -[0] The total amount of wall time = 139.731695 -[0] The maximum resident set size (KB) = 475240 +[0] The total amount of wall time = 143.288497 +[0] The maximum resident set size (KB) = 462108 -Test 018 control_2dwrtdecomp PASS +Test 017 control_2dwrtdecomp PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/control -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_30406/control_2threads -Checking test 019 control_2threads results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/control +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_28594/control_2threads +Checking test 018 control_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -1044,15 +1004,15 @@ Checking test 019 control_2threads results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -[0] The total amount of wall time = 134.527473 -[0] The maximum resident set size (KB) = 521800 +[0] The total amount of wall time = 139.023360 +[0] The maximum resident set size (KB) = 518604 -Test 019 control_2threads PASS +Test 018 control_2threads PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/control -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_30406/control_restart -Checking test 020 control_restart results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/control +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_28594/control_restart +Checking test 019 control_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK Comparing GFSFLX.GrbF24 .........OK @@ -1090,15 +1050,15 @@ Checking test 020 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.921251 -[0] The maximum resident set size (KB) = 216416 +[0] The total amount of wall time = 76.815551 +[0] The maximum resident set size (KB) = 206152 -Test 020 control_restart PASS +Test 019 control_restart PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/control -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_30406/control_fhzero -Checking test 021 control_fhzero results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/control +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_28594/control_fhzero +Checking test 020 control_fhzero results .... Comparing sfcf000.nc ............ALT CHECK......OK Comparing sfcf021.nc ............ALT CHECK......OK Comparing atmf000.nc .........OK @@ -1140,15 +1100,15 @@ Checking test 021 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.979868 -[0] The maximum resident set size (KB) = 473748 +[0] The total amount of wall time = 139.737235 +[0] The maximum resident set size (KB) = 462960 -Test 021 control_fhzero PASS +Test 020 control_fhzero PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/control_CubedSphereGrid -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_30406/control_CubedSphereGrid -Checking test 022 control_CubedSphereGrid results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/control_CubedSphereGrid +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_28594/control_CubedSphereGrid +Checking test 021 control_CubedSphereGrid results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK Comparing sfcf000.tile3.nc .........OK @@ -1174,15 +1134,15 @@ Checking test 022 control_CubedSphereGrid results .... Comparing atmf024.tile5.nc .........OK Comparing atmf024.tile6.nc .........OK -[0] The total amount of wall time = 140.812122 -[0] The maximum resident set size (KB) = 473688 +[0] The total amount of wall time = 146.658119 +[0] The maximum resident set size (KB) = 460816 -Test 022 control_CubedSphereGrid PASS +Test 021 control_CubedSphereGrid PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/control_latlon -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_30406/control_latlon -Checking test 023 control_latlon results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/control_latlon +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_28594/control_latlon +Checking test 022 control_latlon results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -1192,33 +1152,33 @@ Checking test 023 control_latlon results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -[0] The total amount of wall time = 141.740132 -[0] The maximum resident set size (KB) = 473220 +[0] The total amount of wall time = 147.565290 +[0] The maximum resident set size (KB) = 462376 -Test 023 control_latlon PASS +Test 022 control_latlon PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/control_wrtGauss_netcdf_parallel -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_30406/control_wrtGauss_netcdf_parallel -Checking test 024 control_wrtGauss_netcdf_parallel results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/control_wrtGauss_netcdf_parallel +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_28594/control_wrtGauss_netcdf_parallel +Checking test 023 control_wrtGauss_netcdf_parallel results .... Comparing sfcf000.nc ............ALT CHECK......OK Comparing sfcf024.nc ............ALT CHECK......OK - Comparing atmf000.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 = 145.799716 -[0] The maximum resident set size (KB) = 477860 +[0] The total amount of wall time = 148.492765 +[0] The maximum resident set size (KB) = 469220 -Test 024 control_wrtGauss_netcdf_parallel PASS +Test 023 control_wrtGauss_netcdf_parallel PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/control_c48 -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_30406/control_c48 -Checking test 025 control_c48 results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/control_c48 +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_28594/control_c48 +Checking test 024 control_c48 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -1256,15 +1216,15 @@ Checking test 025 control_c48 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -[0] The total amount of wall time = 457.776381 -[0] The maximum resident set size (KB) = 664424 +[0] The total amount of wall time = 458.027252 +[0] The maximum resident set size (KB) = 666068 -Test 025 control_c48 PASS +Test 024 control_c48 PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/control_c192 -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_30406/control_c192 -Checking test 026 control_c192 results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/control_c192 +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_28594/control_c192 +Checking test 025 control_c192 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -1274,15 +1234,15 @@ Checking test 026 control_c192 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -[0] The total amount of wall time = 575.547852 -[0] The maximum resident set size (KB) = 581364 +[0] The total amount of wall time = 576.989067 +[0] The maximum resident set size (KB) = 563008 -Test 026 control_c192 PASS +Test 025 control_c192 PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/control_c384 -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_30406/control_c384 -Checking test 027 control_c384 results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/control_c384 +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_28594/control_c384 +Checking test 026 control_c384 results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK Comparing atmf000.nc .........OK @@ -1292,15 +1252,15 @@ Checking test 027 control_c384 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK -[0] The total amount of wall time = 1075.400849 -[0] The maximum resident set size (KB) = 862572 +[0] The total amount of wall time = 1081.375903 +[0] The maximum resident set size (KB) = 827208 -Test 027 control_c384 PASS +Test 026 control_c384 PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/control_c384gdas -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_30406/control_c384gdas -Checking test 028 control_c384gdas results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/control_c384gdas +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_28594/control_c384gdas +Checking test 027 control_c384gdas results .... Comparing sfcf000.nc .........OK Comparing sfcf006.nc .........OK Comparing atmf000.nc .........OK @@ -1342,15 +1302,15 @@ Checking test 028 control_c384gdas results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -[0] The total amount of wall time = 942.200672 -[0] The maximum resident set size (KB) = 998788 +[0] The total amount of wall time = 934.387185 +[0] The maximum resident set size (KB) = 963760 -Test 028 control_c384gdas PASS +Test 027 control_c384gdas PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/control_stochy -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_30406/control_stochy -Checking test 029 control_stochy results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/control_stochy +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_28594/control_stochy +Checking test 028 control_stochy results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK Comparing atmf000.nc .........OK @@ -1360,29 +1320,29 @@ Checking test 029 control_stochy results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK -[0] The total amount of wall time = 94.427672 -[0] The maximum resident set size (KB) = 476796 +[0] The total amount of wall time = 100.276264 +[0] The maximum resident set size (KB) = 465156 -Test 029 control_stochy PASS +Test 028 control_stochy PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/control_stochy -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_30406/control_stochy_restart -Checking test 030 control_stochy_restart results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/control_stochy +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_28594/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.415484 -[0] The maximum resident set size (KB) = 275368 +[0] The total amount of wall time = 52.589170 +[0] The maximum resident set size (KB) = 259368 -Test 030 control_stochy_restart PASS +Test 029 control_stochy_restart PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/control_lndp -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_30406/control_lndp -Checking test 031 control_lndp results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/control_lndp +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_28594/control_lndp +Checking test 030 control_lndp results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK Comparing atmf000.nc .........OK @@ -1392,15 +1352,15 @@ Checking test 031 control_lndp results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK -[0] The total amount of wall time = 87.210465 -[0] The maximum resident set size (KB) = 480212 +[0] The total amount of wall time = 88.773853 +[0] The maximum resident set size (KB) = 466488 -Test 031 control_lndp PASS +Test 030 control_lndp PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/control_iovr4 -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_30406/control_iovr4 -Checking test 032 control_iovr4 results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/control_iovr4 +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_28594/control_iovr4 +Checking test 031 control_iovr4 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -1414,15 +1374,15 @@ Checking test 032 control_iovr4 results .... Comparing GFSPRS.GrbF21 .........OK Comparing GFSPRS.GrbF24 .........OK -[0] The total amount of wall time = 144.307117 -[0] The maximum resident set size (KB) = 477356 +[0] The total amount of wall time = 151.776836 +[0] The maximum resident set size (KB) = 463336 -Test 032 control_iovr4 PASS +Test 031 control_iovr4 PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/control_iovr5 -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_30406/control_iovr5 -Checking test 033 control_iovr5 results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/control_iovr5 +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_28594/control_iovr5 +Checking test 032 control_iovr5 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -1436,15 +1396,15 @@ Checking test 033 control_iovr5 results .... Comparing GFSPRS.GrbF21 .........OK Comparing GFSPRS.GrbF24 .........OK -[0] The total amount of wall time = 144.270456 -[0] The maximum resident set size (KB) = 476244 +[0] The total amount of wall time = 148.594075 +[0] The maximum resident set size (KB) = 462920 -Test 033 control_iovr5 PASS +Test 032 control_iovr5 PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/control_p8 -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_30406/control_p8 -Checking test 034 control_p8 results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/control_p8 +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_28594/control_p8 +Checking test 033 control_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -1490,15 +1450,15 @@ Checking test 034 control_p8 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -[0] The total amount of wall time = 158.747411 -[0] The maximum resident set size (KB) = 501444 +[0] The total amount of wall time = 177.623453 +[0] The maximum resident set size (KB) = 843028 -Test 034 control_p8 PASS +Test 033 control_p8 PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/control_p8 -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_30406/control_restart_p8 -Checking test 035 control_restart_p8 results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/control_p8 +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_28594/control_restart_p8 +Checking test 034 control_restart_p8 results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK Comparing GFSFLX.GrbF24 .........OK @@ -1536,15 +1496,15 @@ Checking test 035 control_restart_p8 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -[0] The total amount of wall time = 86.356474 -[0] The maximum resident set size (KB) = 312396 +[0] The total amount of wall time = 96.758190 +[0] The maximum resident set size (KB) = 592356 -Test 035 control_restart_p8 PASS +Test 034 control_restart_p8 PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/control_p8 -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_30406/control_decomp_p8 -Checking test 036 control_decomp_p8 results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/control_p8 +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_28594/control_decomp_p8 +Checking test 035 control_decomp_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -1586,15 +1546,15 @@ Checking test 036 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.031676 -[0] The maximum resident set size (KB) = 493280 +[0] The total amount of wall time = 180.748379 +[0] The maximum resident set size (KB) = 834612 -Test 036 control_decomp_p8 PASS +Test 035 control_decomp_p8 PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/control_p8 -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_30406/control_2threads_p8 -Checking test 037 control_2threads_p8 results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/control_p8 +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_28594/control_2threads_p8 +Checking test 036 control_2threads_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -1636,15 +1596,15 @@ Checking test 037 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 = 149.490829 -[0] The maximum resident set size (KB) = 569036 +[0] The total amount of wall time = 164.144211 +[0] The maximum resident set size (KB) = 916768 -Test 037 control_2threads_p8 PASS +Test 036 control_2threads_p8 PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/control_p7_rrtmgp -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_30406/control_p7_rrtmgp -Checking test 038 control_p7_rrtmgp results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/control_p7_rrtmgp +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_28594/control_p7_rrtmgp +Checking test 037 control_p7_rrtmgp results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -1690,15 +1650,15 @@ Checking test 038 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 = 214.812815 -[0] The maximum resident set size (KB) = 596180 +[0] The total amount of wall time = 220.490688 +[0] The maximum resident set size (KB) = 591736 -Test 038 control_p7_rrtmgp PASS +Test 037 control_p7_rrtmgp PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/fv3_regional_control -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_30406/regional_control -Checking test 039 regional_control results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/fv3_regional_control +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_28594/regional_control +Checking test 038 regional_control results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK Comparing phyf000.nc .........OK @@ -1708,58 +1668,58 @@ Checking test 039 regional_control results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF24 .........OK -[0] The total amount of wall time = 359.285188 -[0] The maximum resident set size (KB) = 573924 +[0] The total amount of wall time = 367.371431 +[0] The maximum resident set size (KB) = 577920 -Test 039 regional_control PASS +Test 038 regional_control PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/fv3_regional_control -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_30406/regional_restart -Checking test 040 regional_restart results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/fv3_regional_control +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_28594/regional_restart +Checking test 039 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 = 197.582050 -[0] The maximum resident set size (KB) = 576136 +[0] The total amount of wall time = 200.993833 +[0] The maximum resident set size (KB) = 579144 -Test 040 regional_restart PASS +Test 039 regional_restart PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/fv3_regional_control -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_30406/regional_control_2dwrtdecomp -Checking test 041 regional_control_2dwrtdecomp results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/fv3_regional_control +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_28594/regional_control_2dwrtdecomp +Checking test 040 regional_control_2dwrtdecomp results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK Comparing phyf000.nc .........OK Comparing phyf024.nc .........OK -[0] The total amount of wall time = 360.329729 -[0] The maximum resident set size (KB) = 574596 +[0] The total amount of wall time = 366.798977 +[0] The maximum resident set size (KB) = 581464 -Test 041 regional_control_2dwrtdecomp PASS +Test 040 regional_control_2dwrtdecomp PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/fv3_regional_noquilt -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_30406/regional_noquilt -Checking test 042 regional_noquilt results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/fv3_regional_noquilt +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_28594/regional_noquilt +Checking test 041 regional_noquilt results .... Comparing atmos_4xdaily.nc .........OK Comparing fv3_history2d.nc .........OK Comparing fv3_history.nc .........OK Comparing RESTART/fv_core.res.tile1_new.nc .........OK Comparing RESTART/fv_tracer.res.tile1_new.nc .........OK -[0] The total amount of wall time = 384.789258 -[0] The maximum resident set size (KB) = 609512 +[0] The total amount of wall time = 390.831363 +[0] The maximum resident set size (KB) = 604544 -Test 042 regional_noquilt PASS +Test 041 regional_noquilt PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/fv3_regional_control -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_30406/regional_2threads -Checking test 043 regional_2threads results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/fv3_regional_control +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_28594/regional_2threads +Checking test 042 regional_2threads results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK Comparing phyf000.nc .........OK @@ -1769,15 +1729,15 @@ Checking test 043 regional_2threads results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF24 .........OK -[0] The total amount of wall time = 204.146651 -[0] The maximum resident set size (KB) = 580568 +[0] The total amount of wall time = 215.981175 +[0] The maximum resident set size (KB) = 578728 -Test 043 regional_2threads PASS +Test 042 regional_2threads PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/fv3_regional_hafs -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_30406/regional_hafs -Checking test 044 regional_hafs results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/fv3_regional_hafs +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_28594/regional_hafs +Checking test 043 regional_hafs results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK Comparing phyf000.nc .........OK @@ -1785,29 +1745,29 @@ Checking test 044 regional_hafs results .... Comparing HURPRS.GrbF00 .........OK Comparing HURPRS.GrbF24 .........OK -[0] The total amount of wall time = 355.825086 -[0] The maximum resident set size (KB) = 572892 +[0] The total amount of wall time = 366.687937 +[0] The maximum resident set size (KB) = 580736 -Test 044 regional_hafs PASS +Test 043 regional_hafs PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/fv3_regional_netcdf_parallel -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_30406/regional_netcdf_parallel -Checking test 045 regional_netcdf_parallel results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/fv3_regional_netcdf_parallel +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_28594/regional_netcdf_parallel +Checking test 044 regional_netcdf_parallel results .... Comparing dynf000.nc ............ALT CHECK......OK Comparing dynf024.nc ............ALT CHECK......OK - Comparing phyf000.nc ............ALT CHECK......OK + Comparing phyf000.nc .........OK Comparing phyf024.nc ............ALT CHECK......OK -[0] The total amount of wall time = 357.057170 -[0] The maximum resident set size (KB) = 576400 +[0] The total amount of wall time = 366.228457 +[0] The maximum resident set size (KB) = 573532 -Test 045 regional_netcdf_parallel PASS +Test 044 regional_netcdf_parallel PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/fv3_regional_RRTMGP -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_30406/regional_RRTMGP -Checking test 046 regional_RRTMGP results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/fv3_regional_RRTMGP +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_28594/regional_RRTMGP +Checking test 045 regional_RRTMGP results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK Comparing phyf000.nc .........OK @@ -1817,15 +1777,15 @@ Checking test 046 regional_RRTMGP results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF24 .........OK -[0] The total amount of wall time = 497.789296 -[0] The maximum resident set size (KB) = 698040 +[0] The total amount of wall time = 503.152185 +[0] The maximum resident set size (KB) = 698896 -Test 046 regional_RRTMGP PASS +Test 045 regional_RRTMGP PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/rap_control -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_30406/rap_control -Checking test 047 rap_control results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/rap_control +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_28594/rap_control +Checking test 046 rap_control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -1871,15 +1831,15 @@ Checking test 047 rap_control results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -[0] The total amount of wall time = 410.054465 -[0] The maximum resident set size (KB) = 838192 +[0] The total amount of wall time = 428.770973 +[0] The maximum resident set size (KB) = 827992 -Test 047 rap_control PASS +Test 046 rap_control PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/regional_spp_sppt_shum_skeb -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_30406/regional_spp_sppt_shum_skeb -Checking test 048 regional_spp_sppt_shum_skeb results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/regional_spp_sppt_shum_skeb +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_28594/regional_spp_sppt_shum_skeb +Checking test 047 regional_spp_sppt_shum_skeb results .... Comparing dynf000.nc .........OK Comparing dynf001.nc .........OK Comparing phyf000.nc .........OK @@ -1889,15 +1849,15 @@ Checking test 048 regional_spp_sppt_shum_skeb results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF01 .........OK -[0] The total amount of wall time = 248.711136 -[0] The maximum resident set size (KB) = 936432 +[0] The total amount of wall time = 260.029123 +[0] The maximum resident set size (KB) = 920868 -Test 048 regional_spp_sppt_shum_skeb PASS +Test 047 regional_spp_sppt_shum_skeb PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/rap_control -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_30406/rap_2threads -Checking test 049 rap_2threads results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/rap_control +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_28594/rap_2threads +Checking test 048 rap_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -1943,15 +1903,15 @@ Checking test 049 rap_2threads results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -[0] The total amount of wall time = 383.943960 -[0] The maximum resident set size (KB) = 899152 +[0] The total amount of wall time = 392.625493 +[0] The maximum resident set size (KB) = 896396 -Test 049 rap_2threads PASS +Test 048 rap_2threads PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/rap_control -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_30406/rap_restart -Checking test 050 rap_restart results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/rap_control +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_28594/rap_restart +Checking test 049 rap_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK Comparing GFSFLX.GrbF24 .........OK @@ -1989,15 +1949,15 @@ Checking test 050 rap_restart results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -[0] The total amount of wall time = 208.409856 -[0] The maximum resident set size (KB) = 588136 +[0] The total amount of wall time = 215.069424 +[0] The maximum resident set size (KB) = 580056 -Test 050 rap_restart PASS +Test 049 rap_restart PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/rap_sfcdiff -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_30406/rap_sfcdiff -Checking test 051 rap_sfcdiff results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/rap_sfcdiff +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_28594/rap_sfcdiff +Checking test 050 rap_sfcdiff results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -2043,15 +2003,15 @@ Checking test 051 rap_sfcdiff results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -[0] The total amount of wall time = 406.729134 -[0] The maximum resident set size (KB) = 839068 +[0] The total amount of wall time = 414.820221 +[0] The maximum resident set size (KB) = 829908 -Test 051 rap_sfcdiff PASS +Test 050 rap_sfcdiff PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/rap_sfcdiff -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_30406/rap_sfcdiff_restart -Checking test 052 rap_sfcdiff_restart results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/rap_sfcdiff +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_28594/rap_sfcdiff_restart +Checking test 051 rap_sfcdiff_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK Comparing GFSFLX.GrbF24 .........OK @@ -2089,15 +2049,15 @@ Checking test 052 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 = 208.987922 -[0] The maximum resident set size (KB) = 589756 +[0] The total amount of wall time = 211.257177 +[0] The maximum resident set size (KB) = 577772 -Test 052 rap_sfcdiff_restart PASS +Test 051 rap_sfcdiff_restart PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/hrrr_control -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_30406/hrrr_control -Checking test 053 hrrr_control results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/hrrr_control +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_28594/hrrr_control +Checking test 052 hrrr_control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -2143,15 +2103,15 @@ Checking test 053 hrrr_control results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -[0] The total amount of wall time = 394.892606 -[0] The maximum resident set size (KB) = 837300 +[0] The total amount of wall time = 403.489338 +[0] The maximum resident set size (KB) = 826164 -Test 053 hrrr_control PASS +Test 052 hrrr_control PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/rrfs_v1beta -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_30406/rrfs_v1beta -Checking test 054 rrfs_v1beta results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/rrfs_v1beta +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_28594/rrfs_v1beta +Checking test 053 rrfs_v1beta results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -2197,15 +2157,15 @@ Checking test 054 rrfs_v1beta results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -[0] The total amount of wall time = 400.545005 -[0] The maximum resident set size (KB) = 836420 +[0] The total amount of wall time = 414.474633 +[0] The maximum resident set size (KB) = 827440 -Test 054 rrfs_v1beta PASS +Test 053 rrfs_v1beta PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/rrfs_v1nssl -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_30406/rrfs_v1nssl -Checking test 055 rrfs_v1nssl results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/rrfs_v1nssl +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_28594/rrfs_v1nssl +Checking test 054 rrfs_v1nssl results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -2219,15 +2179,15 @@ Checking test 055 rrfs_v1nssl results .... Comparing GFSPRS.GrbF21 .........OK Comparing GFSPRS.GrbF24 .........OK -[0] The total amount of wall time = 503.775967 -[0] The maximum resident set size (KB) = 526148 +[0] The total amount of wall time = 513.540429 +[0] The maximum resident set size (KB) = 516576 -Test 055 rrfs_v1nssl PASS +Test 054 rrfs_v1nssl PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/rrfs_v1nssl_nohailnoccn -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_30406/rrfs_v1nssl_nohailnoccn -Checking test 056 rrfs_v1nssl_nohailnoccn results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/rrfs_v1nssl_nohailnoccn +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_28594/rrfs_v1nssl_nohailnoccn +Checking test 055 rrfs_v1nssl_nohailnoccn results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -2241,15 +2201,15 @@ Checking test 056 rrfs_v1nssl_nohailnoccn results .... Comparing GFSPRS.GrbF21 .........OK Comparing GFSPRS.GrbF24 .........OK -[0] The total amount of wall time = 494.087889 -[0] The maximum resident set size (KB) = 520632 +[0] The total amount of wall time = 495.503005 +[0] The maximum resident set size (KB) = 506716 -Test 056 rrfs_v1nssl_nohailnoccn PASS +Test 055 rrfs_v1nssl_nohailnoccn PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/rrfs_conus13km_hrrr_warm -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_30406/rrfs_conus13km_hrrr_warm -Checking test 057 rrfs_conus13km_hrrr_warm results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/rrfs_conus13km_hrrr_warm +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_28594/rrfs_conus13km_hrrr_warm +Checking test 056 rrfs_conus13km_hrrr_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing sfcf002.nc .........OK @@ -2257,15 +2217,15 @@ Checking test 057 rrfs_conus13km_hrrr_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK -[0] The total amount of wall time = 184.753317 -[0] The maximum resident set size (KB) = 661796 +[0] The total amount of wall time = 195.197900 +[0] The maximum resident set size (KB) = 656872 -Test 057 rrfs_conus13km_hrrr_warm PASS +Test 056 rrfs_conus13km_hrrr_warm PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/rrfs_conus13km_radar_tten_warm -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_30406/rrfs_conus13km_radar_tten_warm -Checking test 058 rrfs_conus13km_radar_tten_warm results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/rrfs_conus13km_radar_tten_warm +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_28594/rrfs_conus13km_radar_tten_warm +Checking test 057 rrfs_conus13km_radar_tten_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing sfcf002.nc .........OK @@ -2273,15 +2233,15 @@ Checking test 058 rrfs_conus13km_radar_tten_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK -[0] The total amount of wall time = 184.401935 -[0] The maximum resident set size (KB) = 666720 +[0] The total amount of wall time = 192.722010 +[0] The maximum resident set size (KB) = 659824 -Test 058 rrfs_conus13km_radar_tten_warm PASS +Test 057 rrfs_conus13km_radar_tten_warm PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/control_rrtmgp -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_30406/control_rrtmgp -Checking test 059 control_rrtmgp results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/control_rrtmgp +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_28594/control_rrtmgp +Checking test 058 control_rrtmgp results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -2291,15 +2251,15 @@ Checking test 059 control_rrtmgp results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -[0] The total amount of wall time = 235.897828 -[0] The maximum resident set size (KB) = 591688 +[0] The total amount of wall time = 242.724863 +[0] The maximum resident set size (KB) = 581632 -Test 059 control_rrtmgp PASS +Test 058 control_rrtmgp PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/control_rrtmgp_c192 -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_30406/control_rrtmgp_c192 -Checking test 060 control_rrtmgp_c192 results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/control_rrtmgp_c192 +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_28594/control_rrtmgp_c192 +Checking test 059 control_rrtmgp_c192 results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK Comparing atmf000.nc .........OK @@ -2309,15 +2269,15 @@ Checking test 060 control_rrtmgp_c192 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK -[0] The total amount of wall time = 639.073870 -[0] The maximum resident set size (KB) = 804004 +[0] The total amount of wall time = 639.332391 +[0] The maximum resident set size (KB) = 794024 -Test 060 control_rrtmgp_c192 PASS +Test 059 control_rrtmgp_c192 PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/control_csawmg -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_30406/control_csawmg -Checking test 061 control_csawmg results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/control_csawmg +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_28594/control_csawmg +Checking test 060 control_csawmg results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -2327,15 +2287,15 @@ Checking test 061 control_csawmg results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -[0] The total amount of wall time = 371.486073 -[0] The maximum resident set size (KB) = 531728 +[0] The total amount of wall time = 388.334988 +[0] The maximum resident set size (KB) = 522772 -Test 061 control_csawmg PASS +Test 060 control_csawmg PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/control_csawmgt -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_30406/control_csawmgt -Checking test 062 control_csawmgt results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/control_csawmgt +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_28594/control_csawmgt +Checking test 061 control_csawmgt results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -2345,15 +2305,15 @@ Checking test 062 control_csawmgt results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -[0] The total amount of wall time = 368.659222 -[0] The maximum resident set size (KB) = 532644 +[0] The total amount of wall time = 371.466367 +[0] The maximum resident set size (KB) = 522296 -Test 062 control_csawmgt PASS +Test 061 control_csawmgt PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/control_flake -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_30406/control_flake -Checking test 063 control_flake results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/control_flake +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_28594/control_flake +Checking test 062 control_flake results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -2363,15 +2323,15 @@ Checking test 063 control_flake results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -[0] The total amount of wall time = 250.793678 -[0] The maximum resident set size (KB) = 543704 +[0] The total amount of wall time = 264.321793 +[0] The maximum resident set size (KB) = 529200 -Test 063 control_flake PASS +Test 062 control_flake PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/control_ras -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_30406/control_ras -Checking test 064 control_ras results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/control_ras +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_28594/control_ras +Checking test 063 control_ras results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -2381,15 +2341,15 @@ Checking test 064 control_ras results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -[0] The total amount of wall time = 196.143828 -[0] The maximum resident set size (KB) = 503644 +[0] The total amount of wall time = 203.002817 +[0] The maximum resident set size (KB) = 491732 -Test 064 control_ras PASS +Test 063 control_ras PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/control_thompson -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_30406/control_thompson -Checking test 065 control_thompson results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/control_thompson +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_28594/control_thompson +Checking test 064 control_thompson results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -2399,15 +2359,15 @@ Checking test 065 control_thompson results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -[0] The total amount of wall time = 247.629607 -[0] The maximum resident set size (KB) = 852744 +[0] The total amount of wall time = 248.757929 +[0] The maximum resident set size (KB) = 844548 -Test 065 control_thompson PASS +Test 064 control_thompson PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/control_thompson_no_aero -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_30406/control_thompson_no_aero -Checking test 066 control_thompson_no_aero results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/control_thompson_no_aero +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_28594/control_thompson_no_aero +Checking test 065 control_thompson_no_aero results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -2417,55 +2377,55 @@ Checking test 066 control_thompson_no_aero results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -[0] The total amount of wall time = 234.574989 -[0] The maximum resident set size (KB) = 847868 +[0] The total amount of wall time = 243.138672 +[0] The maximum resident set size (KB) = 839308 -Test 066 control_thompson_no_aero PASS +Test 065 control_thompson_no_aero PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/control_wam_repro -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_30406/control_wam_repro -Checking test 067 control_wam results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/control_wam_repro +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_28594/control_wam_repro +Checking test 066 control_wam results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK -[0] The total amount of wall time = 131.591813 -[0] The maximum resident set size (KB) = 233868 +[0] The total amount of wall time = 141.263173 +[0] The maximum resident set size (KB) = 220092 -Test 067 control_wam PASS +Test 066 control_wam PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/control_debug -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_30406/control_debug -Checking test 068 control_debug results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/control_debug +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_28594/control_debug +Checking test 067 control_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -[0] The total amount of wall time = 168.111588 -[0] The maximum resident set size (KB) = 542532 +[0] The total amount of wall time = 167.033058 +[0] The maximum resident set size (KB) = 535792 -Test 068 control_debug PASS +Test 067 control_debug PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/control_debug -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_30406/control_2threads_debug -Checking test 069 control_2threads_debug results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/control_debug +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_28594/control_2threads_debug +Checking test 068 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.358655 -[0] The maximum resident set size (KB) = 579484 +[0] The total amount of wall time = 157.646123 +[0] The maximum resident set size (KB) = 578604 -Test 069 control_2threads_debug PASS +Test 068 control_2threads_debug PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/control_CubedSphereGrid_debug -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_30406/control_CubedSphereGrid_debug -Checking test 070 control_CubedSphereGrid_debug results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/control_CubedSphereGrid_debug +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_28594/control_CubedSphereGrid_debug +Checking test 069 control_CubedSphereGrid_debug results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK Comparing sfcf000.tile3.nc .........OK @@ -2491,247 +2451,429 @@ Checking test 070 control_CubedSphereGrid_debug results .... Comparing atmf001.tile5.nc .........OK Comparing atmf001.tile6.nc .........OK -[0] The total amount of wall time = 182.470901 -[0] The maximum resident set size (KB) = 540280 +[0] The total amount of wall time = 182.573424 +[0] The maximum resident set size (KB) = 530256 -Test 070 control_CubedSphereGrid_debug PASS +Test 069 control_CubedSphereGrid_debug PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/control_wrtGauss_netcdf_parallel_debug -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_30406/control_wrtGauss_netcdf_parallel_debug -Checking test 071 control_wrtGauss_netcdf_parallel_debug results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/control_wrtGauss_netcdf_parallel_debug +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_28594/control_wrtGauss_netcdf_parallel_debug +Checking test 070 control_wrtGauss_netcdf_parallel_debug results .... Comparing sfcf000.nc .........OK - Comparing sfcf001.nc .........OK - Comparing atmf000.nc ............ALT CHECK......OK + Comparing sfcf001.nc ............ALT CHECK......OK + Comparing atmf000.nc .........OK Comparing atmf001.nc ............ALT CHECK......OK -[0] The total amount of wall time = 170.275172 -[0] The maximum resident set size (KB) = 540560 +[0] The total amount of wall time = 172.378557 +[0] The maximum resident set size (KB) = 533180 -Test 071 control_wrtGauss_netcdf_parallel_debug PASS +Test 070 control_wrtGauss_netcdf_parallel_debug PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/control_stochy_debug -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_30406/control_stochy_debug -Checking test 072 control_stochy_debug results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/control_stochy_debug +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_28594/control_stochy_debug +Checking test 071 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 = 192.284906 -[0] The maximum resident set size (KB) = 542548 +[0] The total amount of wall time = 192.175221 +[0] The maximum resident set size (KB) = 533832 -Test 072 control_stochy_debug PASS +Test 071 control_stochy_debug PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/control_lndp_debug -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_30406/control_lndp_debug -Checking test 073 control_lndp_debug results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/control_lndp_debug +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_28594/control_lndp_debug +Checking test 072 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.758610 -[0] The maximum resident set size (KB) = 543344 +[0] The total amount of wall time = 170.842887 +[0] The maximum resident set size (KB) = 536288 -Test 073 control_lndp_debug PASS +Test 072 control_lndp_debug PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/control_rrtmgp_debug -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_30406/control_rrtmgp_debug -Checking test 074 control_rrtmgp_debug results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/control_rrtmgp_debug +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_28594/control_rrtmgp_debug +Checking test 073 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 = 187.103342 -[0] The maximum resident set size (KB) = 640768 +[0] The total amount of wall time = 187.709661 +[0] The maximum resident set size (KB) = 633560 -Test 074 control_rrtmgp_debug PASS +Test 073 control_rrtmgp_debug PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/control_csawmg_debug -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_30406/control_csawmg_debug -Checking test 075 control_csawmg_debug results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/control_csawmg_debug +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_28594/control_csawmg_debug +Checking test 074 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.289831 -[0] The maximum resident set size (KB) = 573336 +[0] The total amount of wall time = 267.641344 +[0] The maximum resident set size (KB) = 568628 -Test 075 control_csawmg_debug PASS +Test 074 control_csawmg_debug PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/control_csawmgt_debug -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_30406/control_csawmgt_debug -Checking test 076 control_csawmgt_debug results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/control_csawmgt_debug +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_28594/control_csawmgt_debug +Checking test 075 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 = 267.452304 -[0] The maximum resident set size (KB) = 574644 +[0] The total amount of wall time = 265.188059 +[0] The maximum resident set size (KB) = 568356 -Test 076 control_csawmgt_debug PASS +Test 075 control_csawmgt_debug PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/control_ras_debug -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_30406/control_ras_debug -Checking test 077 control_ras_debug results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/control_ras_debug +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_28594/control_ras_debug +Checking test 076 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 = 173.667281 -[0] The maximum resident set size (KB) = 554156 +[0] The total amount of wall time = 173.703760 +[0] The maximum resident set size (KB) = 542928 -Test 077 control_ras_debug PASS +Test 076 control_ras_debug PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/control_diag_debug -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_30406/control_diag_debug -Checking test 078 control_diag_debug results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/control_diag_debug +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_28594/control_diag_debug +Checking test 077 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 = 178.539340 -[0] The maximum resident set size (KB) = 594148 +[0] The total amount of wall time = 178.913987 +[0] The maximum resident set size (KB) = 585880 -Test 078 control_diag_debug PASS +Test 077 control_diag_debug PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/control_debug_p8 -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_30406/control_debug_p8 -Checking test 079 control_debug_p8 results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/control_debug_p8 +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_28594/control_debug_p8 +Checking test 078 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.258753 -[0] The maximum resident set size (KB) = 556224 +[0] The total amount of wall time = 186.366785 +[0] The maximum resident set size (KB) = 900740 -Test 079 control_debug_p8 PASS +Test 078 control_debug_p8 PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/control_thompson_debug -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_30406/control_thompson_debug -Checking test 080 control_thompson_debug results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/control_thompson_debug +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_28594/control_thompson_debug +Checking test 079 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 = 198.022421 -[0] The maximum resident set size (KB) = 899080 +[0] The total amount of wall time = 196.581741 +[0] The maximum resident set size (KB) = 889980 -Test 080 control_thompson_debug PASS +Test 079 control_thompson_debug PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/control_thompson_no_aero_debug -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_30406/control_thompson_no_aero_debug -Checking test 081 control_thompson_no_aero_debug results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/control_thompson_no_aero_debug +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_28594/control_thompson_no_aero_debug +Checking test 080 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 = 190.960743 -[0] The maximum resident set size (KB) = 896060 +[0] The total amount of wall time = 189.564103 +[0] The maximum resident set size (KB) = 889524 -Test 081 control_thompson_no_aero_debug PASS +Test 080 control_thompson_no_aero_debug PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/control_thompson_debug_extdiag -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_30406/control_thompson_extdiag_debug -Checking test 082 control_thompson_extdiag_debug results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/control_thompson_debug_extdiag +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_28594/control_thompson_extdiag_debug +Checking test 081 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 = 208.553846 -[0] The maximum resident set size (KB) = 929476 +[0] The total amount of wall time = 206.670866 +[0] The maximum resident set size (KB) = 920964 -Test 082 control_thompson_extdiag_debug PASS +Test 081 control_thompson_extdiag_debug PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/control_thompson_progcld_thompson_debug -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_30406/control_thompson_progcld_thompson_debug -Checking test 083 control_thompson_progcld_thompson_debug results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/control_thompson_progcld_thompson_debug +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_28594/control_thompson_progcld_thompson_debug +Checking test 082 control_thompson_progcld_thompson_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -[0] The total amount of wall time = 198.300996 -[0] The maximum resident set size (KB) = 896588 +[0] The total amount of wall time = 197.155972 +[0] The maximum resident set size (KB) = 893916 -Test 083 control_thompson_progcld_thompson_debug PASS +Test 082 control_thompson_progcld_thompson_debug PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/fv3_regional_debug -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_30406/regional_debug -Checking test 084 regional_debug results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/fv3_regional_debug +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_28594/regional_debug +Checking test 083 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 = 282.219881 -[0] The maximum resident set size (KB) = 600492 +[0] The total amount of wall time = 284.599640 +[0] The maximum resident set size (KB) = 603692 + +Test 083 regional_debug PASS + + +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/rap_control_debug +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_28594/rap_control_debug +Checking test 084 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 = 308.666068 +[0] The maximum resident set size (KB) = 895368 + +Test 084 rap_control_debug PASS + + +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/rap_control_debug +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_28594/rap_unified_drag_suite_debug +Checking test 085 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 = 303.936120 +[0] The maximum resident set size (KB) = 898140 + +Test 085 rap_unified_drag_suite_debug PASS + + +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/rap_diag_debug +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_28594/rap_diag_debug +Checking test 086 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 = 320.361017 +[0] The maximum resident set size (KB) = 982504 + +Test 086 rap_diag_debug PASS + + +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/rap_cires_ugwp_debug +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_28594/rap_cires_ugwp_debug +Checking test 087 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 = 310.360878 +[0] The maximum resident set size (KB) = 895756 + +Test 087 rap_cires_ugwp_debug PASS + + +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/rap_cires_ugwp_debug +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_28594/rap_unified_ugwp_debug +Checking test 088 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 = 313.421633 +[0] The maximum resident set size (KB) = 896604 + +Test 088 rap_unified_ugwp_debug PASS + + +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/rap_lndp_debug +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_28594/rap_lndp_debug +Checking test 089 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 = 306.711719 +[0] The maximum resident set size (KB) = 897860 + +Test 089 rap_lndp_debug PASS + + +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/rap_flake_debug +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_28594/rap_flake_debug +Checking test 090 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 = 305.705443 +[0] The maximum resident set size (KB) = 895780 + +Test 090 rap_flake_debug PASS + + +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/rap_progcld_thompson_debug +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_28594/rap_progcld_thompson_debug +Checking test 091 rap_progcld_thompson_debug results .... + Comparing sfcf000.nc .........OK + Comparing sfcf001.nc .........OK + Comparing atmf000.nc .........OK + Comparing atmf001.nc .........OK + +[0] The total amount of wall time = 303.593886 +[0] The maximum resident set size (KB) = 894300 + +Test 091 rap_progcld_thompson_debug PASS + + +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/rap_noah_debug +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_28594/rap_noah_debug +Checking test 092 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 = 300.896560 +[0] The maximum resident set size (KB) = 898396 + +Test 092 rap_noah_debug PASS + + +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/rap_rrtmgp_debug +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_28594/rap_rrtmgp_debug +Checking test 093 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 = 518.944943 +[0] The maximum resident set size (KB) = 998616 + +Test 093 rap_rrtmgp_debug PASS + + +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/rap_sfcdiff_debug +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_28594/rap_sfcdiff_debug +Checking test 094 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 = 308.543829 +[0] The maximum resident set size (KB) = 898048 + +Test 094 rap_sfcdiff_debug PASS + + +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/rap_noah_sfcdiff_cires_ugwp_debug +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_28594/rap_noah_sfcdiff_cires_ugwp_debug +Checking test 095 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.828327 +[0] The maximum resident set size (KB) = 899376 + +Test 095 rap_noah_sfcdiff_cires_ugwp_debug PASS + + +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/rrfs_v1beta_debug +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_28594/rrfs_v1beta_debug +Checking test 096 rrfs_v1beta_debug results .... + Comparing sfcf000.nc .........OK + Comparing sfcf001.nc .........OK + Comparing atmf000.nc .........OK + Comparing atmf001.nc .........OK -Test 084 regional_debug PASS +[0] The total amount of wall time = 301.668351 +[0] The maximum resident set size (KB) = 898012 +Test 096 rrfs_v1beta_debug PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/control_wam_debug -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_30406/control_wam_debug -Checking test 098 control_wam_debug results .... + +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/control_wam_debug +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_28594/control_wam_debug +Checking test 097 control_wam_debug results .... Comparing sfcf019.nc .........OK Comparing atmf019.nc .........OK -[0] The total amount of wall time = 324.286321 -[0] The maximum resident set size (KB) = 256544 +[0] The total amount of wall time = 323.597868 +[0] The maximum resident set size (KB) = 248228 -Test 098 control_wam_debug PASS +Test 097 control_wam_debug PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/hafs_regional_atm -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_30406/hafs_regional_atm -Checking test 099 hafs_regional_atm results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/hafs_regional_atm +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_28594/hafs_regional_atm +Checking test 098 hafs_regional_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc ............ALT CHECK......OK -[0] The total amount of wall time = 611.174188 -[0] The maximum resident set size (KB) = 729408 +[0] The total amount of wall time = 241.087399 +[0] The maximum resident set size (KB) = 695008 -Test 099 hafs_regional_atm PASS +Test 098 hafs_regional_atm PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/hafs_regional_atm_thompson_gfdlsf -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_30406/hafs_regional_atm_thompson_gfdlsf -Checking test 100 hafs_regional_atm_thompson_gfdlsf results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/hafs_regional_atm_thompson_gfdlsf +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_28594/hafs_regional_atm_thompson_gfdlsf +Checking test 099 hafs_regional_atm_thompson_gfdlsf results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK -[0] The total amount of wall time = 284.397505 -[0] The maximum resident set size (KB) = 1083768 +[0] The total amount of wall time = 326.706358 +[0] The maximum resident set size (KB) = 1059132 -Test 100 hafs_regional_atm_thompson_gfdlsf PASS +Test 099 hafs_regional_atm_thompson_gfdlsf PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/hafs_regional_atm_ocn -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_30406/hafs_regional_atm_ocn -Checking test 101 hafs_regional_atm_ocn results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/hafs_regional_atm_ocn +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_28594/hafs_regional_atm_ocn +Checking test 100 hafs_regional_atm_ocn results .... Comparing atmf006.nc ............ALT CHECK......OK Comparing sfcf006.nc .........OK Comparing archv.2019_241_06.a .........OK @@ -2739,29 +2881,29 @@ Checking test 101 hafs_regional_atm_ocn results .... Comparing ufs.hafs.cpl.hi.2019-08-29-21600.nc .........OK Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK -[0] The total amount of wall time = 399.670818 -[0] The maximum resident set size (KB) = 738368 +[0] The total amount of wall time = 384.527268 +[0] The maximum resident set size (KB) = 706688 -Test 101 hafs_regional_atm_ocn PASS +Test 100 hafs_regional_atm_ocn PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/hafs_regional_atm_wav -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_30406/hafs_regional_atm_wav -Checking test 102 hafs_regional_atm_wav results .... - Comparing atmf006.nc .........OK +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/hafs_regional_atm_wav +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_28594/hafs_regional_atm_wav +Checking test 101 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 = 826.717057 -[0] The maximum resident set size (KB) = 738380 +[0] The total amount of wall time = 916.732364 +[0] The maximum resident set size (KB) = 706524 -Test 102 hafs_regional_atm_wav PASS +Test 101 hafs_regional_atm_wav PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/hafs_regional_atm_ocn_wav -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_30406/hafs_regional_atm_ocn_wav -Checking test 103 hafs_regional_atm_ocn_wav results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/hafs_regional_atm_ocn_wav +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_28594/hafs_regional_atm_ocn_wav +Checking test 102 hafs_regional_atm_ocn_wav results .... Comparing atmf006.nc ............ALT CHECK......OK Comparing sfcf006.nc .........OK Comparing archv.2019_241_06.a .........OK @@ -2769,59 +2911,59 @@ Checking test 103 hafs_regional_atm_ocn_wav results .... Comparing out_grd.ww3 .........OK Comparing out_pnt.ww3 .........OK -[0] The total amount of wall time = 902.880323 -[0] The maximum resident set size (KB) = 738052 +[0] The total amount of wall time = 1054.960185 +[0] The maximum resident set size (KB) = 710300 -Test 103 hafs_regional_atm_ocn_wav PASS +Test 102 hafs_regional_atm_ocn_wav PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/hafs_regional_1nest_atm -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_30406/hafs_regional_1nest_atm -Checking test 104 hafs_regional_1nest_atm results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/hafs_regional_1nest_atm +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_28594/hafs_regional_1nest_atm +Checking test 103 hafs_regional_1nest_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK - Comparing atm.nest02.f006.nc .........OK + Comparing atm.nest02.f006.nc ............ALT CHECK......OK Comparing sfc.nest02.f006.nc .........OK -[0] The total amount of wall time = 660.122794 -[0] The maximum resident set size (KB) = 314204 +[0] The total amount of wall time = 399.648228 +[0] The maximum resident set size (KB) = 305664 -Test 104 hafs_regional_1nest_atm PASS +Test 103 hafs_regional_1nest_atm PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/hafs_regional_telescopic_2nests_atm -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_30406/hafs_regional_telescopic_2nests_atm -Checking test 105 hafs_regional_telescopic_2nests_atm results .... - Comparing atmf006.nc .........OK +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/hafs_regional_telescopic_2nests_atm +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_28594/hafs_regional_telescopic_2nests_atm +Checking test 104 hafs_regional_telescopic_2nests_atm results .... + Comparing atmf006.nc ............ALT CHECK......OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc ............ALT CHECK......OK Comparing sfc.nest02.f006.nc .........OK Comparing atm.nest03.f006.nc .........OK - Comparing sfc.nest03.f006.nc ............ALT CHECK......OK + Comparing sfc.nest03.f006.nc .........OK -[0] The total amount of wall time = 803.187176 -[0] The maximum resident set size (KB) = 328128 +[0] The total amount of wall time = 406.399777 +[0] The maximum resident set size (KB) = 318348 -Test 105 hafs_regional_telescopic_2nests_atm PASS +Test 104 hafs_regional_telescopic_2nests_atm PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/hafs_global_1nest_atm -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_30406/hafs_global_1nest_atm -Checking test 106 hafs_global_1nest_atm results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/hafs_global_1nest_atm +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_28594/hafs_global_1nest_atm +Checking test 105 hafs_global_1nest_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc ............ALT CHECK......OK Comparing sfc.nest02.f006.nc ............ALT CHECK......OK -[0] The total amount of wall time = 662.310696 -[0] The maximum resident set size (KB) = 223176 +[0] The total amount of wall time = 185.717367 +[0] The maximum resident set size (KB) = 197064 -Test 106 hafs_global_1nest_atm PASS +Test 105 hafs_global_1nest_atm PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/hafs_global_multiple_4nests_atm -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_30406/hafs_global_multiple_4nests_atm -Checking test 107 hafs_global_multiple_4nests_atm results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/hafs_global_multiple_4nests_atm +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_28594/hafs_global_multiple_4nests_atm +Checking test 106 hafs_global_multiple_4nests_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK @@ -2833,136 +2975,136 @@ Checking test 107 hafs_global_multiple_4nests_atm results .... Comparing atm.nest05.f006.nc .........OK Comparing sfc.nest05.f006.nc .........OK -[0] The total amount of wall time = 1323.625160 -[0] The maximum resident set size (KB) = 296428 +[0] The total amount of wall time = 551.505783 +[0] The maximum resident set size (KB) = 250956 -Test 107 hafs_global_multiple_4nests_atm PASS +Test 106 hafs_global_multiple_4nests_atm PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/hafs_regional_docn -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_30406/hafs_regional_docn -Checking test 108 hafs_regional_docn results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/hafs_regional_docn +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_28594/hafs_regional_docn +Checking test 107 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 = 389.919707 -[0] The maximum resident set size (KB) = 740356 +[0] The total amount of wall time = 371.377430 +[0] The maximum resident set size (KB) = 712140 -Test 108 hafs_regional_docn PASS +Test 107 hafs_regional_docn PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/hafs_regional_docn_oisst -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_30406/hafs_regional_docn_oisst -Checking test 109 hafs_regional_docn_oisst results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/hafs_regional_docn_oisst +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_28594/hafs_regional_docn_oisst +Checking test 108 hafs_regional_docn_oisst results .... Comparing atmf006.nc ............ALT CHECK......OK Comparing sfcf006.nc .........OK Comparing ufs.hafs.cpl.hi.2019-08-29-21600.nc .........OK Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK Comparing ufs.hafs.docn.r.2019-08-29-21600.nc .........OK -[0] The total amount of wall time = 390.907091 -[0] The maximum resident set size (KB) = 739060 +[0] The total amount of wall time = 373.965566 +[0] The maximum resident set size (KB) = 707304 -Test 109 hafs_regional_docn_oisst PASS +Test 108 hafs_regional_docn_oisst PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/hafs_regional_datm_cdeps -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_30406/hafs_regional_datm_cdeps -Checking test 110 hafs_regional_datm_cdeps results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/hafs_regional_datm_cdeps +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_28594/hafs_regional_datm_cdeps +Checking test 109 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 = 1087.465579 -[0] The maximum resident set size (KB) = 895980 +[0] The total amount of wall time = 1091.426060 +[0] The maximum resident set size (KB) = 889708 -Test 110 hafs_regional_datm_cdeps PASS +Test 109 hafs_regional_datm_cdeps PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/datm_cdeps_control_cfsr -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_30406/datm_cdeps_control_cfsr -Checking test 111 datm_cdeps_control_cfsr results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/datm_cdeps_control_cfsr +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_28594/datm_cdeps_control_cfsr +Checking test 110 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 = 175.997743 -[0] The maximum resident set size (KB) = 720128 +[0] The total amount of wall time = 177.738302 +[0] The maximum resident set size (KB) = 721368 -Test 111 datm_cdeps_control_cfsr PASS +Test 110 datm_cdeps_control_cfsr PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/datm_cdeps_control_cfsr -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_30406/datm_cdeps_restart_cfsr -Checking test 112 datm_cdeps_restart_cfsr results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/datm_cdeps_control_cfsr +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_28594/datm_cdeps_restart_cfsr +Checking test 111 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 = 120.059163 -[0] The maximum resident set size (KB) = 720568 +[0] The total amount of wall time = 117.351584 +[0] The maximum resident set size (KB) = 741504 -Test 112 datm_cdeps_restart_cfsr PASS +Test 111 datm_cdeps_restart_cfsr PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/datm_cdeps_control_gefs -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_30406/datm_cdeps_control_gefs -Checking test 113 datm_cdeps_control_gefs results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/datm_cdeps_control_gefs +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_28594/datm_cdeps_control_gefs +Checking test 112 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 = 170.060261 -[0] The maximum resident set size (KB) = 625708 +[0] The total amount of wall time = 172.379980 +[0] The maximum resident set size (KB) = 626168 -Test 113 datm_cdeps_control_gefs PASS +Test 112 datm_cdeps_control_gefs PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/datm_cdeps_stochy_gefs -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_30406/datm_cdeps_stochy_gefs -Checking test 114 datm_cdeps_stochy_gefs results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/datm_cdeps_stochy_gefs +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_28594/datm_cdeps_stochy_gefs +Checking test 113 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 = 172.681141 -[0] The maximum resident set size (KB) = 626792 +[0] The total amount of wall time = 173.730230 +[0] The maximum resident set size (KB) = 623220 -Test 114 datm_cdeps_stochy_gefs PASS +Test 113 datm_cdeps_stochy_gefs PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/datm_cdeps_bulk_cfsr -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_30406/datm_cdeps_bulk_cfsr -Checking test 115 datm_cdeps_bulk_cfsr results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/datm_cdeps_bulk_cfsr +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_28594/datm_cdeps_bulk_cfsr +Checking test 114 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 = 178.837947 -[0] The maximum resident set size (KB) = 718328 +[0] The total amount of wall time = 178.401380 +[0] The maximum resident set size (KB) = 723976 -Test 115 datm_cdeps_bulk_cfsr PASS +Test 114 datm_cdeps_bulk_cfsr PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/datm_cdeps_bulk_gefs -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_30406/datm_cdeps_bulk_gefs -Checking test 116 datm_cdeps_bulk_gefs results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/datm_cdeps_bulk_gefs +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_28594/datm_cdeps_bulk_gefs +Checking test 115 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 = 170.847498 -[0] The maximum resident set size (KB) = 626316 +[0] The total amount of wall time = 174.174429 +[0] The maximum resident set size (KB) = 623776 -Test 116 datm_cdeps_bulk_gefs PASS +Test 115 datm_cdeps_bulk_gefs PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/datm_cdeps_mx025_cfsr -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_30406/datm_cdeps_mx025_cfsr -Checking test 117 datm_cdeps_mx025_cfsr results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/datm_cdeps_mx025_cfsr +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_28594/datm_cdeps_mx025_cfsr +Checking test 116 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 @@ -2970,15 +3112,15 @@ Checking test 117 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 = 359.299366 -[0] The maximum resident set size (KB) = 575464 +[0] The total amount of wall time = 364.733737 +[0] The maximum resident set size (KB) = 550604 -Test 117 datm_cdeps_mx025_cfsr PASS +Test 116 datm_cdeps_mx025_cfsr PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/datm_cdeps_mx025_gefs -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_30406/datm_cdeps_mx025_gefs -Checking test 118 datm_cdeps_mx025_gefs results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/datm_cdeps_mx025_gefs +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_28594/datm_cdeps_mx025_gefs +Checking test 117 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 @@ -2986,52 +3128,52 @@ Checking test 118 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 = 359.257770 -[0] The maximum resident set size (KB) = 541156 +[0] The total amount of wall time = 349.002917 +[0] The maximum resident set size (KB) = 520588 -Test 118 datm_cdeps_mx025_gefs PASS +Test 117 datm_cdeps_mx025_gefs PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/datm_cdeps_control_cfsr -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_30406/datm_cdeps_multiple_files_cfsr -Checking test 119 datm_cdeps_multiple_files_cfsr results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/datm_cdeps_control_cfsr +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_28594/datm_cdeps_multiple_files_cfsr +Checking test 118 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 = 175.806282 -[0] The maximum resident set size (KB) = 722500 +[0] The total amount of wall time = 175.074309 +[0] The maximum resident set size (KB) = 721064 -Test 119 datm_cdeps_multiple_files_cfsr PASS +Test 118 datm_cdeps_multiple_files_cfsr PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/datm_cdeps_3072x1536_cfsr -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_30406/datm_cdeps_3072x1536_cfsr -Checking test 120 datm_cdeps_3072x1536_cfsr results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/datm_cdeps_3072x1536_cfsr +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_28594/datm_cdeps_3072x1536_cfsr +Checking test 119 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 = 253.129999 -[0] The maximum resident set size (KB) = 1832420 +[0] The total amount of wall time = 250.966960 +[0] The maximum resident set size (KB) = 1840060 -Test 120 datm_cdeps_3072x1536_cfsr PASS +Test 119 datm_cdeps_3072x1536_cfsr PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/datm_cdeps_debug_cfsr -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_30406/datm_cdeps_debug_cfsr -Checking test 121 datm_cdeps_debug_cfsr results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/datm_cdeps_debug_cfsr +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_28594/datm_cdeps_debug_cfsr +Checking test 120 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 = 504.632651 -[0] The maximum resident set size (KB) = 726512 +[0] The total amount of wall time = 504.106468 +[0] The maximum resident set size (KB) = 731148 -Test 121 datm_cdeps_debug_cfsr PASS +Test 120 datm_cdeps_debug_cfsr PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/control_atmwav -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_30406/control_atmwav -Checking test 122 control_atmwav results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/control_atmwav +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_28594/control_atmwav +Checking test 121 control_atmwav results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK Comparing atmf000.nc .........OK @@ -3074,15 +3216,15 @@ Checking test 122 control_atmwav results .... Comparing RESTART/sfc_data.tile6.nc .........OK Comparing 20210322.180000.restart.glo_1deg .........OK -[0] The total amount of wall time = 96.035478 -[0] The maximum resident set size (KB) = 487000 +[0] The total amount of wall time = 96.999683 +[0] The maximum resident set size (KB) = 473704 -Test 122 control_atmwav PASS +Test 121 control_atmwav PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/control_c384gdas_wav -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_30406/control_c384gdas_wav -Checking test 123 control_c384gdas_wav results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/control_c384gdas_wav +working dir = /gpfs/dell2/ptmp/Jessica.Meixner/FV3_RT/rt_28594/control_c384gdas_wav +Checking test 122 control_c384gdas_wav results .... Comparing sfcf000.nc .........OK Comparing sfcf003.nc .........OK Comparing atmf000.nc .........OK @@ -3127,204 +3269,12 @@ Checking test 123 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 = 628.487932 -[0] The maximum resident set size (KB) = 1044636 - -Test 123 control_c384gdas_wav PASS - -FAILED TESTS: -Test compile_008 failed in run_compile failed - -REGRESSION TEST FAILED -Thu Mar 3 21:19:34 UTC 2022 -Elapsed time: 01h:52m:15s. Have a nice day! -Fri Mar 4 01:51:13 UTC 2022 -Start Regression test - -Compile 001 elapsed time 434 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 - -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/rap_control_debug -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_40832/rap_control_debug -Checking test 001 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 = 304.807358 -[0] The maximum resident set size (KB) = 906224 - -Test 001 rap_control_debug PASS - - -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/rap_control_debug -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_40832/rap_unified_drag_suite_debug -Checking test 002 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 = 304.751992 -[0] The maximum resident set size (KB) = 904816 - -Test 002 rap_unified_drag_suite_debug PASS - - -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/rap_diag_debug -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_40832/rap_diag_debug -Checking test 003 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 = 320.057666 -[0] The maximum resident set size (KB) = 990940 - -Test 003 rap_diag_debug PASS - - -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/rap_cires_ugwp_debug -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_40832/rap_cires_ugwp_debug -Checking test 004 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.297737 -[0] The maximum resident set size (KB) = 906576 - -Test 004 rap_cires_ugwp_debug PASS - - -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/rap_cires_ugwp_debug -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_40832/rap_unified_ugwp_debug -Checking test 005 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 = 312.359208 -[0] The maximum resident set size (KB) = 908520 - -Test 005 rap_unified_ugwp_debug PASS - - -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/rap_noah_debug -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_40832/rap_noah_debug -Checking test 006 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 = 303.068740 -[0] The maximum resident set size (KB) = 905960 - -Test 006 rap_noah_debug PASS - - -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/rap_rrtmgp_debug -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_40832/rap_rrtmgp_debug -Checking test 007 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 = 519.831047 -[0] The maximum resident set size (KB) = 1004972 - -Test 007 rap_rrtmgp_debug PASS - - -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/rap_lndp_debug -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_40832/rap_lndp_debug -Checking test 008 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.850291 -[0] The maximum resident set size (KB) = 908936 - -Test 008 rap_lndp_debug PASS - - -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/rap_sfcdiff_debug -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_40832/rap_sfcdiff_debug -Checking test 009 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 = 306.331254 -[0] The maximum resident set size (KB) = 909836 - -Test 009 rap_sfcdiff_debug PASS - - -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/rap_flake_debug -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_40832/rap_flake_debug -Checking test 010 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.387533 -[0] The maximum resident set size (KB) = 908084 - -Test 010 rap_flake_debug PASS - - -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/rap_noah_sfcdiff_cires_ugwp_debug -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_40832/rap_noah_sfcdiff_cires_ugwp_debug -Checking test 011 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 = 509.188666 -[0] The maximum resident set size (KB) = 903712 - -Test 011 rap_noah_sfcdiff_cires_ugwp_debug PASS - - -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/rap_progcld_thompson_debug -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_40832/rap_progcld_thompson_debug -Checking test 012 rap_progcld_thompson_debug results .... - Comparing sfcf000.nc .........OK - Comparing sfcf001.nc .........OK - Comparing atmf000.nc .........OK - Comparing atmf001.nc .........OK - -[0] The total amount of wall time = 305.677526 -[0] The maximum resident set size (KB) = 907092 - -Test 012 rap_progcld_thompson_debug PASS - - -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/rrfs_v1beta_debug -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_40832/rrfs_v1beta_debug -Checking test 013 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 = 304.127825 -[0] The maximum resident set size (KB) = 905312 +[0] The total amount of wall time = 624.067072 +[0] The maximum resident set size (KB) = 981084 -Test 013 rrfs_v1beta_debug PASS +Test 122 control_c384gdas_wav PASS REGRESSION TEST WAS SUCCESSFUL -Fri Mar 4 03:32:21 UTC 2022 -Elapsed time: 01h:41m:10s. Have a nice day! +Tue Mar 8 18:35:32 UTC 2022 +Elapsed time: 01h:58m:44s. Have a nice day! From c8c279dc4df49433fdf598b8816ad005253dea6e Mon Sep 17 00:00:00 2001 From: Jessica Meixner Date: Tue, 8 Mar 2022 21:55:11 +0000 Subject: [PATCH 097/106] fix typo 23->12 --- tests/default_vars.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/default_vars.sh b/tests/default_vars.sh index d24f6f6924..e89e6671bc 100755 --- a/tests/default_vars.sh +++ b/tests/default_vars.sh @@ -380,7 +380,7 @@ elif [[ $MACHINE_ID = jet.* ]]; then CHM_cpl_bmrk="0 287"; OPB_cpl_bmrk="312 431"; IPB_cpl_bmrk="432 479"; WPB_cpl_bmrk="480 559" NPROC_ICE_cpl_bmrk=48 - TASKS_cpl_bmrk_aero=804; TPN_cpl_bmrk_aero=12; INPES_cpl_bmrk_aero=8; JNPES_cpl_bmrk_aero=23 + TASKS_cpl_bmrk_aero=804; TPN_cpl_bmrk_aero=12; INPES_cpl_bmrk_aero=8; JNPES_cpl_bmrk_aero=12 THRD_cpl_bmrk_aero=3; WPG_cpl_bmrk_aero=24; MPB_cpl_bmrk_aero="0 287"; APB_cpl_bmrk_aero="0 599" CHM_cpl_bmrk_aero="0 575"; OPB_cpl_bmrk_aero="600 679"; IPB_cpl_bmrk_aero="680 703"; WPB_cpl_bmrk_aero="704 803" NPROC_ICE_cpl_bmrk_aero=48 From 5b06f94ca593c4b51ffa92c88a3d102861759bae Mon Sep 17 00:00:00 2001 From: Jessica Meixner Date: Tue, 8 Mar 2022 21:58:27 +0000 Subject: [PATCH 098/106] fix ice pet counts --- tests/default_vars.sh | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/tests/default_vars.sh b/tests/default_vars.sh index e89e6671bc..8d551fbb24 100755 --- a/tests/default_vars.sh +++ b/tests/default_vars.sh @@ -370,9 +370,9 @@ elif [[ $MACHINE_ID = jet.* ]]; then CHM_cpl_mpi="0 191"; OPB_cpl_mpi="198 231"; IPB_cpl_mpi="232 251"; WPB_cpl_mpi="252 279" NPROC_ICE_cpl_mpi=20 - TASKS_cpl_c384=704; TPN_cpl_c384=12; INPES_cpl_c384=8; JNPES_cpl_c384=12 + TASKS_cpl_c384=728; TPN_cpl_c384=12; INPES_cpl_c384=8; JNPES_cpl_c384=12 THRD_cpl_c384=3; WPG_cpl_c384=24; MPB_cpl_c384="0 287"; APB_cpl_c384="0 599" - CHM_cpl_c384="0 575"; OPB_cpl_c384="600 679"; IPB_cpl_c384="680 703" + CHM_cpl_c384="0 575"; OPB_cpl_c384="600 679"; IPB_cpl_c384="680 727" NPROC_ICE_cpl_c384=48 TASKS_cpl_bmrk=560; TPN_cpl_bmrk=24; INPES_cpl_bmrk=6; JNPES_cpl_bmrk=8 @@ -380,9 +380,9 @@ elif [[ $MACHINE_ID = jet.* ]]; then CHM_cpl_bmrk="0 287"; OPB_cpl_bmrk="312 431"; IPB_cpl_bmrk="432 479"; WPB_cpl_bmrk="480 559" NPROC_ICE_cpl_bmrk=48 - TASKS_cpl_bmrk_aero=804; TPN_cpl_bmrk_aero=12; INPES_cpl_bmrk_aero=8; JNPES_cpl_bmrk_aero=12 + TASKS_cpl_bmrk_aero=828; TPN_cpl_bmrk_aero=12; INPES_cpl_bmrk_aero=8; JNPES_cpl_bmrk_aero=12 THRD_cpl_bmrk_aero=3; WPG_cpl_bmrk_aero=24; MPB_cpl_bmrk_aero="0 287"; APB_cpl_bmrk_aero="0 599" - CHM_cpl_bmrk_aero="0 575"; OPB_cpl_bmrk_aero="600 679"; IPB_cpl_bmrk_aero="680 703"; WPB_cpl_bmrk_aero="704 803" + CHM_cpl_bmrk_aero="0 575"; OPB_cpl_bmrk_aero="600 679"; IPB_cpl_bmrk_aero="680 727"; WPB_cpl_bmrk_aero="728 827" NPROC_ICE_cpl_bmrk_aero=48 TASKS_cpl_bmrk_mpi=600; TPN_cpl_bmrk_mpi=24; INPES_cpl_bmrk_mpi=6; JNPES_cpl_bmrk_mpi=8 @@ -589,9 +589,9 @@ elif [[ $MACHINE_ID = cheyenne.* ]]; then CHM_cpl_mpi="0 191"; OPB_cpl_mpi="198 231"; IPB_cpl_mpi="232 251"; WPB_cpl_mpi="252 279" NPROC_ICE_cpl_mpi=20 - TASKS_cpl_c384=704; TPN_cpl_c384=12; INPES_cpl_c384=8; JNPES_cpl_c384=12 + TASKS_cpl_c384=728; TPN_cpl_c384=12; INPES_cpl_c384=8; JNPES_cpl_c384=12 THRD_cpl_c384=3; WPG_cpl_c384=24; MPB_cpl_c384="0 287"; APB_cpl_c384="0 599" - CHM_cpl_c384="0 575"; OPB_cpl_c384="600 679"; IPB_cpl_c384="680 703" + CHM_cpl_c384="0 575"; OPB_cpl_c384="600 679"; IPB_cpl_c384="680 727" NPROC_ICE_cpl_c384=48 TASKS_cpl_bmrk=560; TPN_cpl_bmrk=36; INPES_cpl_bmrk=6; JNPES_cpl_bmrk=8 @@ -599,9 +599,9 @@ elif [[ $MACHINE_ID = cheyenne.* ]]; then CHM_cpl_bmrk="0 287"; OPB_cpl_bmrk="312 431"; IPB_cpl_bmrk="432 479"; WPB_cpl_bmrk="480 559" NPROC_ICE_cpl_bmrk=48 - TASKS_cpl_bmrk_aero=804; TPN_cpl_bmrk_aero=12; INPES_cpl_bmrk_aero=8; JNPES_cpl_bmrk_aero=23 + TASKS_cpl_bmrk_aero=828; TPN_cpl_bmrk_aero=12; INPES_cpl_bmrk_aero=8; JNPES_cpl_bmrk_aero=12 THRD_cpl_bmrk_aero=3; WPG_cpl_bmrk_aero=24; MPB_cpl_bmrk_aero="0 287"; APB_cpl_bmrk_aero="0 599" - CHM_cpl_bmrk_aero="0 575"; OPB_cpl_bmrk_aero="600 679"; IPB_cpl_bmrk_aero="680 703"; WPB_cpl_bmrk_aero="704 803" + CHM_cpl_bmrk_aero="0 575"; OPB_cpl_bmrk_aero="600 679"; IPB_cpl_bmrk_aero="680 727"; WPB_cpl_bmrk_aero="728 827" NPROC_ICE_cpl_bmrk_aero=48 TASKS_cpl_bmrk_mpi=600; TPN_cpl_bmrk_mpi=36; INPES_cpl_bmrk_mpi=6; JNPES_cpl_bmrk_mpi=8 From e93519063a5dc2b0bf5cbab5619a87ff0b27d97c Mon Sep 17 00:00:00 2001 From: "jessica.meixner" Date: Tue, 8 Mar 2022 23:51:19 +0000 Subject: [PATCH 099/106] fix NPROC_ICE_cpl_c192 for cheyenne --- tests/default_vars.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/default_vars.sh b/tests/default_vars.sh index 8d551fbb24..87cf653989 100755 --- a/tests/default_vars.sh +++ b/tests/default_vars.sh @@ -612,7 +612,7 @@ elif [[ $MACHINE_ID = cheyenne.* ]]; then TASKS_cpl_c192=576; TPN_cpl_c192=18; INPES_cpl_c192=8; JNPES_cpl_c192=8 THRD_cpl_c192=2; WPG_cpl_c192=12; MPB_cpl_c192="0 287"; APB_cpl_c192="0 407" CHM_cpl_c192="0 383"; OPB_cpl_c192="408 527" ; IPB_cpl_c192="528 575" - NPROC_ICE_cpl_c192=24 + NPROC_ICE_cpl_c192=48 TASKS_cdeps_100=40; TPN_cdeps_100=36 MPB_cdeps_100="0 11"; APB_cdeps_100="0 11" From da71109e0fc6ce5b7576f35bdbd6123c40a1291d Mon Sep 17 00:00:00 2001 From: JessicaMeixner-NOAA Date: Wed, 9 Mar 2022 08:07:28 -0600 Subject: [PATCH 100/106] updates to jet and cheyenne resources --- tests/default_vars.sh | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/tests/default_vars.sh b/tests/default_vars.sh index 87cf653989..7706e12184 100755 --- a/tests/default_vars.sh +++ b/tests/default_vars.sh @@ -370,9 +370,9 @@ elif [[ $MACHINE_ID = jet.* ]]; then CHM_cpl_mpi="0 191"; OPB_cpl_mpi="198 231"; IPB_cpl_mpi="232 251"; WPB_cpl_mpi="252 279" NPROC_ICE_cpl_mpi=20 - TASKS_cpl_c384=728; TPN_cpl_c384=12; INPES_cpl_c384=8; JNPES_cpl_c384=12 - THRD_cpl_c384=3; WPG_cpl_c384=24; MPB_cpl_c384="0 287"; APB_cpl_c384="0 599" - CHM_cpl_c384="0 575"; OPB_cpl_c384="600 679"; IPB_cpl_c384="680 727" + TASKS_cpl_c384=1324; TPN_cpl_c384=12; INPES_cpl_c384=12; JNPES_cpl_c384=16 + THRD_cpl_c384=3; WPG_cpl_c384=24; MPB_cpl_c384="0 287"; APB_cpl_c384="0 1175" + CHM_cpl_c384="0 1151"; OPB_cpl_c384="1176 1275"; IPB_cpl_c384="1276 1323" NPROC_ICE_cpl_c384=48 TASKS_cpl_bmrk=560; TPN_cpl_bmrk=24; INPES_cpl_bmrk=6; JNPES_cpl_bmrk=8 @@ -380,9 +380,9 @@ elif [[ $MACHINE_ID = jet.* ]]; then CHM_cpl_bmrk="0 287"; OPB_cpl_bmrk="312 431"; IPB_cpl_bmrk="432 479"; WPB_cpl_bmrk="480 559" NPROC_ICE_cpl_bmrk=48 - TASKS_cpl_bmrk_aero=828; TPN_cpl_bmrk_aero=12; INPES_cpl_bmrk_aero=8; JNPES_cpl_bmrk_aero=12 - THRD_cpl_bmrk_aero=3; WPG_cpl_bmrk_aero=24; MPB_cpl_bmrk_aero="0 287"; APB_cpl_bmrk_aero="0 599" - CHM_cpl_bmrk_aero="0 575"; OPB_cpl_bmrk_aero="600 679"; IPB_cpl_bmrk_aero="680 727"; WPB_cpl_bmrk_aero="728 827" + TASKS_cpl_bmrk_aero=1424; TPN_cpl_bmrk_aero=12; INPES_cpl_bmrk_aero=12; JNPES_cpl_bmrk_aero=16 + THRD_cpl_bmrk_aero=3; WPG_cpl_bmrk_aero=24; MPB_cpl_bmrk_aero="0 287"; APB_cpl_bmrk_aero="0 1175" + CHM_cpl_bmrk_aero="0 1151"; OPB_cpl_bmrk_aero="1176 1275"; IPB_cpl_bmrk_aero="1276 1323"; WPB_cpl_bmrk_aero="1324 1423" NPROC_ICE_cpl_bmrk_aero=48 TASKS_cpl_bmrk_mpi=600; TPN_cpl_bmrk_mpi=24; INPES_cpl_bmrk_mpi=6; JNPES_cpl_bmrk_mpi=8 @@ -390,10 +390,10 @@ elif [[ $MACHINE_ID = jet.* ]]; then OPB_cpl_bmrk_mpi="312 431"; IPB_cpl_bmrk_mpi="432 479"; WPB_cpl_bmrk_mpi="480 599" NPROC_ICE_cpl_bmrk_mpi=48 - TASKS_cpl_c192=288; TPN_cpl_c192=24; INPES_cpl_c192=4; JNPES_cpl_c192=8 - THRD_cpl_c192=1; WPG_cpl_c192=12; MPB_cpl_c192="0 191"; APB_cpl_c192="0 203" - CHM_cpl_c192="0 191"; OPB_cpl_c192="204 263"; IPB_cpl_c192="264 287" - NPROC_ICE_cpl_c192=24 + TASKS_cpl_c192=564; TPN_cpl_c192=12; INPES_cpl_c192=8; JNPES_cpl_c192=8 + THRD_cpl_c192=2; WPG_cpl_c192=12; MPB_cpl_c192="0 287"; APB_cpl_c192="0 395" + CHM_cpl_c192="0 383"; OPB_cpl_c192="396 515"; IPB_cpl_c192="516 563" + NPROC_ICE_cpl_c192=48 TASKS_cdeps_100=40; TPN_cdeps_100=24 MPB_cdeps_100="0 11"; APB_cdeps_100="0 11" @@ -609,9 +609,9 @@ elif [[ $MACHINE_ID = cheyenne.* ]]; then CHM_cpl_bmrk_mpi="0 287"; OPB_cpl_bmrk_mpi="312 431"; IPB_cpl_bmrk_mpi="432 479"; WPB_cpl_bmrk_mpi="480 599" NPROC_ICE_cpl_bmrk_mpi=48 - TASKS_cpl_c192=576; TPN_cpl_c192=18; INPES_cpl_c192=8; JNPES_cpl_c192=8 - THRD_cpl_c192=2; WPG_cpl_c192=12; MPB_cpl_c192="0 287"; APB_cpl_c192="0 407" - CHM_cpl_c192="0 383"; OPB_cpl_c192="408 527" ; IPB_cpl_c192="528 575" + TASKS_cpl_c192=564; TPN_cpl_c192=18; INPES_cpl_c192=8; JNPES_cpl_c192=8 + THRD_cpl_c192=2; WPG_cpl_c192=12; MPB_cpl_c192="0 287"; APB_cpl_c192="0 395" + CHM_cpl_c192="0 383"; OPB_cpl_c192="396 515"; IPB_cpl_c192="516 563" NPROC_ICE_cpl_c192=48 TASKS_cdeps_100=40; TPN_cdeps_100=36 From a3744a893990c9f8c0080f2b4733b2ee2de14ff8 Mon Sep 17 00:00:00 2001 From: Jessica Meixner Date: Wed, 9 Mar 2022 16:44:31 +0000 Subject: [PATCH 101/106] remove 180 wallclock (don't remember why it was added, probably testing?) --- tests/tests/cpld_debug_noaero_p8 | 2 -- tests/tests/cpld_debug_p8 | 2 -- 2 files changed, 4 deletions(-) diff --git a/tests/tests/cpld_debug_noaero_p8 b/tests/tests/cpld_debug_noaero_p8 index 2656d2e092..562e4f31ed 100644 --- a/tests/tests/cpld_debug_noaero_p8 +++ b/tests/tests/cpld_debug_noaero_p8 @@ -57,8 +57,6 @@ export LIST_FILES="sfcf006.tile1.nc \ export_fv3 export_cpl -export WLCLK=180 - export DAYS=0.25 export FHMAX=6 diff --git a/tests/tests/cpld_debug_p8 b/tests/tests/cpld_debug_p8 index 6ef58edbaa..a7ed5eb860 100644 --- a/tests/tests/cpld_debug_p8 +++ b/tests/tests/cpld_debug_p8 @@ -58,8 +58,6 @@ export LIST_FILES="sfcf006.tile1.nc \ export_fv3 export_cpl -export WLCLK=180 - export DAYS=0.25 export FHMAX=6 From d88dbef2002972539a4939b4aa72ca90c8943e03 Mon Sep 17 00:00:00 2001 From: Jessica Meixner Date: Wed, 9 Mar 2022 16:46:03 +0000 Subject: [PATCH 102/106] do not test C192 or C384 +aero on jet --- tests/rt.conf | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/tests/rt.conf b/tests/rt.conf index 167e197ca3..52cef3278e 100644 --- a/tests/rt.conf +++ b/tests/rt.conf @@ -11,18 +11,18 @@ RUN | cpld_control_p7_rrtmgp RUN | cpld_bmark_p7 | - wcoss_cray | fv3 | -RUN | cpld_bmark_p8 | - wcoss_cray | fv3 | +RUN | cpld_bmark_p8 | - wcoss_cray jet.intel | fv3 | # Waves off for restart and debug tests RUN | cpld_control_c96_p8 | - wcoss_cray | fv3 | RUN | cpld_restart_c96_p8 | - wcoss_cray | | cpld_control_c96_p8 -RUN | cpld_control_c192_p8 | - wcoss_cray | fv3 | -RUN | cpld_restart_c192_p8 | - wcoss_cray | | cpld_control_c192_p8 +RUN | cpld_control_c192_p8 | - wcoss_cray jet.intel | fv3 | +RUN | cpld_restart_c192_p8 | - wcoss_cray jet.intel | | cpld_control_c192_p8 -RUN | cpld_control_c384_p8 | - wcoss_cray | fv3 | -RUN | cpld_restart_c384_p8 | - wcoss_cray | | cpld_control_c384_p8 +RUN | cpld_control_c384_p8 | - wcoss_cray jet.intel | fv3 | +RUN | cpld_restart_c384_p8 | - wcoss_cray jet.intel | | cpld_control_c384_p8 COMPILE | -DAPP=S2S -DDEBUG=ON -DUFS_GOCART=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 | - wcoss_cray | fv3 | RUN | cpld_debug_p8 | - wcoss_cray | fv3 | From 684963be13a1aed3af59c50e6ff040a9a98aa6b1 Mon Sep 17 00:00:00 2001 From: Brian Curtis Date: Wed, 9 Mar 2022 11:33:12 -0700 Subject: [PATCH 103/106] [AutoRT] cheyenne.gnu Job Completed. on-behalf-of @ufs-community --- tests/RegressionTests_cheyenne.gnu.log | 246 ++++++++++++------------- 1 file changed, 123 insertions(+), 123 deletions(-) diff --git a/tests/RegressionTests_cheyenne.gnu.log b/tests/RegressionTests_cheyenne.gnu.log index 1d55055cef..6e930047b5 100644 --- a/tests/RegressionTests_cheyenne.gnu.log +++ b/tests/RegressionTests_cheyenne.gnu.log @@ -1,15 +1,15 @@ -Fri Mar 4 13:49:24 MST 2022 +Wed Mar 9 11:01:16 MST 2022 Start Regression test -Compile 001 elapsed time 406 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_v17_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 002 elapsed time 384 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 781 seconds. -DAPP=ATM -D32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 004 elapsed time 193 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 487 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 006 elapsed time 268 seconds. -DAPP=S2S -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile 001 elapsed time 401 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_v17_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 002 elapsed time 383 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 780 seconds. -DAPP=ATM -D32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 004 elapsed time 187 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 005 elapsed time 491 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 006 elapsed time 263 seconds. -DAPP=S2S -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220304/GNU/control -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_60450/control +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_71638/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.610115 -0:The maximum resident set size (KB) = 432784 +0:The total amount of wall time = 277.390652 +0:The maximum resident set size (KB) = 432832 Test 001 control PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220304/GNU/control -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_60450/control_restart +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_71638/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.900311 -0:The maximum resident set size (KB) = 182376 +0:The total amount of wall time = 137.502220 +0:The maximum resident set size (KB) = 182336 Test 002 control_restart PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220304/GNU/control_c48 -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_60450/control_c48 +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_71638/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.655974 -0:The maximum resident set size (KB) = 669056 +0:The total amount of wall time = 817.929783 +0:The maximum resident set size (KB) = 669052 Test 003 control_c48 PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220304/GNU/control_stochy -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_60450/control_stochy +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_71638/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.666023 -0:The maximum resident set size (KB) = 426852 +0:The total amount of wall time = 177.633725 +0:The maximum resident set size (KB) = 427024 Test 004 control_stochy PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220304/GNU/control_flake -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_60450/control_flake +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_71638/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 = 337.373487 -0:The maximum resident set size (KB) = 485592 +0:The total amount of wall time = 337.675593 +0:The maximum resident set size (KB) = 485692 Test 005 control_flake PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220304/GNU/control_rrtmgp -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_60450/control_rrtmgp +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_71638/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 = 339.661884 -0:The maximum resident set size (KB) = 529496 +0:The total amount of wall time = 340.941457 +0:The maximum resident set size (KB) = 529452 Test 006 control_rrtmgp PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220304/GNU/control_thompson -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_60450/control_thompson +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_71638/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 = 363.574239 -0:The maximum resident set size (KB) = 794828 +0:The total amount of wall time = 357.226044 +0:The maximum resident set size (KB) = 794784 Test 007 control_thompson PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220304/GNU/control_thompson_no_aero -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_60450/control_thompson_no_aero +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_71638/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 = 347.516539 -0:The maximum resident set size (KB) = 788744 +0:The total amount of wall time = 348.134935 +0:The maximum resident set size (KB) = 788724 Test 008 control_thompson_no_aero PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220304/GNU/control_ras -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_60450/control_ras +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_71638/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 = 290.350422 -0:The maximum resident set size (KB) = 445508 +0:The total amount of wall time = 292.544463 +0:The maximum resident set size (KB) = 445560 Test 009 control_ras PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220304/GNU/control_p8 -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_60450/control_p8 +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_71638/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 = 306.863117 -0:The maximum resident set size (KB) = 817304 +0:The total amount of wall time = 307.570535 +0:The maximum resident set size (KB) = 817352 Test 010 control_p8 PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220304/GNU/rap_control -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_60450/rap_control +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_71638/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 = 682.325528 -0:The maximum resident set size (KB) = 773228 +0:The total amount of wall time = 691.637852 +0:The maximum resident set size (KB) = 773232 Test 011 rap_control PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220304/GNU/rap_control -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_60450/rap_2threads +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_71638/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 = 1208.253084 -0:The maximum resident set size (KB) = 839896 +0:The total amount of wall time = 1211.145722 +0:The maximum resident set size (KB) = 839812 Test 012 rap_2threads PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220304/GNU/rap_control -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_60450/rap_restart +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_71638/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.589759 -0:The maximum resident set size (KB) = 520740 +0:The total amount of wall time = 344.839118 +0:The maximum resident set size (KB) = 520892 Test 013 rap_restart PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220304/GNU/rap_sfcdiff -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_60450/rap_sfcdiff +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_71638/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 = 687.862392 -0:The maximum resident set size (KB) = 773156 +0:The total amount of wall time = 690.976375 +0:The maximum resident set size (KB) = 773176 Test 014 rap_sfcdiff PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220304/GNU/rap_sfcdiff -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_60450/rap_sfcdiff_restart +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_71638/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.585475 -0:The maximum resident set size (KB) = 520628 +0:The total amount of wall time = 345.292405 +0:The maximum resident set size (KB) = 520788 Test 015 rap_sfcdiff_restart PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220304/GNU/hrrr_control -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_60450/hrrr_control +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_71638/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 = 668.163573 -0:The maximum resident set size (KB) = 771128 +0:The total amount of wall time = 666.534900 +0:The maximum resident set size (KB) = 771144 Test 016 hrrr_control PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220304/GNU/rrfs_v1beta -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_60450/rrfs_v1beta +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_71638/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 = 681.612005 -0:The maximum resident set size (KB) = 770720 +0:The total amount of wall time = 683.306000 +0:The maximum resident set size (KB) = 770752 Test 017 rrfs_v1beta PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220304/GNU/rrfs_conus13km_hrrr_warm -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_60450/rrfs_conus13km_hrrr_warm +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_71638/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.447891 -0:The maximum resident set size (KB) = 591504 +0:The total amount of wall time = 319.509309 +0:The maximum resident set size (KB) = 591596 Test 018 rrfs_conus13km_hrrr_warm PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220304/GNU/rrfs_conus13km_radar_tten_warm -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_60450/rrfs_conus13km_radar_tten_warm +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_71638/rrfs_conus13km_radar_tten_warm Checking test 019 rrfs_conus13km_radar_tten_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -704,250 +704,250 @@ Checking test 019 rrfs_conus13km_radar_tten_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK -0:The total amount of wall time = 319.407507 -0:The maximum resident set size (KB) = 594812 +0:The total amount of wall time = 322.348155 +0:The maximum resident set size (KB) = 593996 Test 019 rrfs_conus13km_radar_tten_warm PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220304/GNU/control_debug -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_60450/control_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_71638/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 = 80.319175 -0:The maximum resident set size (KB) = 423684 +0:The total amount of wall time = 81.278848 +0:The maximum resident set size (KB) = 423692 Test 020 control_debug PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220304/GNU/control_diag_debug -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_60450/control_diag_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_71638/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.236997 -0:The maximum resident set size (KB) = 481080 +0:The total amount of wall time = 87.998178 +0:The maximum resident set size (KB) = 481076 Test 021 control_diag_debug PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220304/GNU/fv3_regional_debug -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_60450/regional_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_71638/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 = 131.108910 -0:The maximum resident set size (KB) = 535408 +0:The total amount of wall time = 132.117685 +0:The maximum resident set size (KB) = 534588 Test 022 regional_debug PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220304/GNU/rap_control_debug -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_60450/rap_control_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_71638/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 = 144.857898 -0:The maximum resident set size (KB) = 795640 +0:The total amount of wall time = 145.335965 +0:The maximum resident set size (KB) = 795592 Test 023 rap_control_debug PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220304/GNU/rap_diag_debug -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_60450/rap_diag_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_71638/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 = 153.599007 -0:The maximum resident set size (KB) = 878320 +0:The total amount of wall time = 154.477116 +0:The maximum resident set size (KB) = 878240 Test 024 rap_diag_debug PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220304/GNU/rap_noah_sfcdiff_cires_ugwp_debug -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_60450/rap_noah_sfcdiff_cires_ugwp_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_71638/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 = 234.050103 -0:The maximum resident set size (KB) = 794196 +0:The total amount of wall time = 235.982148 +0:The maximum resident set size (KB) = 794224 Test 025 rap_noah_sfcdiff_cires_ugwp_debug PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220304/GNU/rap_progcld_thompson_debug -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_60450/rap_progcld_thompson_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_71638/rap_progcld_thompson_debug Checking test 026 rap_progcld_thompson_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 145.943125 -0:The maximum resident set size (KB) = 795668 +0:The total amount of wall time = 146.723936 +0:The maximum resident set size (KB) = 795676 Test 026 rap_progcld_thompson_debug PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220304/GNU/rrfs_v1beta_debug -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_60450/rrfs_v1beta_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_71638/rrfs_v1beta_debug Checking test 027 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 = 143.403445 -0:The maximum resident set size (KB) = 790504 +0:The total amount of wall time = 145.731514 +0:The maximum resident set size (KB) = 790508 Test 027 rrfs_v1beta_debug PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220304/GNU/control_thompson_debug -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_60450/control_thompson_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_71638/control_thompson_debug Checking test 028 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 = 94.524879 -0:The maximum resident set size (KB) = 781588 +0:The total amount of wall time = 95.251655 +0:The maximum resident set size (KB) = 781596 Test 028 control_thompson_debug PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220304/GNU/control_thompson_no_aero_debug -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_60450/control_thompson_no_aero_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_71638/control_thompson_no_aero_debug Checking test 029 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 = 92.893156 -0:The maximum resident set size (KB) = 777008 +0:The total amount of wall time = 91.506581 +0:The maximum resident set size (KB) = 776984 Test 029 control_thompson_no_aero_debug PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220304/GNU/control_thompson_debug_extdiag -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_60450/control_thompson_extdiag_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_71638/control_thompson_extdiag_debug Checking test 030 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 = 102.183215 -0:The maximum resident set size (KB) = 823300 +0:The total amount of wall time = 104.043440 +0:The maximum resident set size (KB) = 823288 Test 030 control_thompson_extdiag_debug PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220304/GNU/control_thompson_progcld_thompson_debug -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_60450/control_thompson_progcld_thompson_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_71638/control_thompson_progcld_thompson_debug Checking test 031 control_thompson_progcld_thompson_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 94.995780 -0:The maximum resident set size (KB) = 781604 +0:The total amount of wall time = 96.196495 +0:The maximum resident set size (KB) = 781580 Test 031 control_thompson_progcld_thompson_debug PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220304/GNU/control_rrtmgp_debug -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_60450/control_rrtmgp_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_71638/control_rrtmgp_debug Checking test 032 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 = 86.540507 -0:The maximum resident set size (KB) = 519048 +0:The total amount of wall time = 87.965923 +0:The maximum resident set size (KB) = 519144 Test 032 control_rrtmgp_debug PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220304/GNU/control_ras_debug -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_60450/control_ras_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_71638/control_ras_debug Checking test 033 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 = 83.121373 -0:The maximum resident set size (KB) = 433572 +0:The total amount of wall time = 84.322663 +0:The maximum resident set size (KB) = 433532 Test 033 control_ras_debug PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220304/GNU/control_stochy_debug -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_60450/control_stochy_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_71638/control_stochy_debug Checking test 034 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 = 90.757762 -0:The maximum resident set size (KB) = 427732 +0:The total amount of wall time = 93.163529 +0:The maximum resident set size (KB) = 427764 Test 034 control_stochy_debug PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220304/GNU/control_debug_p8 -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_60450/control_debug_p8 +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_71638/control_debug_p8 Checking test 035 control_debug_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 91.374871 -0:The maximum resident set size (KB) = 807052 +0:The total amount of wall time = 92.375701 +0:The maximum resident set size (KB) = 807020 Test 035 control_debug_p8 PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220304/GNU/control_wam_debug -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_60450/control_wam_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_71638/control_wam_debug Checking test 036 control_wam_debug results .... Comparing sfcf019.nc .........OK Comparing atmf019.nc .........OK -0:The total amount of wall time = 145.919600 -0:The maximum resident set size (KB) = 170512 +0:The total amount of wall time = 144.794837 +0:The maximum resident set size (KB) = 170156 Test 036 control_wam_debug PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220304/GNU/cpld_control_c96_noaero_p8 -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_60450/cpld_control_c96_noaero_p8 +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_71638/cpld_control_c96_noaero_p8 Checking test 037 cpld_control_c96_noaero_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -1009,14 +1009,14 @@ Checking test 037 cpld_control_c96_noaero_p8 results .... Comparing RESTART/iced.2021-03-23-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK -0:The total amount of wall time = 392.106035 -0:The maximum resident set size (KB) = 841184 +0:The total amount of wall time = 391.574381 +0:The maximum resident set size (KB) = 840892 Test 037 cpld_control_c96_noaero_p8 PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220304/GNU/cpld_debug_noaero_p8 -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_60450/cpld_debug_noaero_p8 +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_71638/cpld_debug_noaero_p8 Checking test 038 cpld_debug_noaero_p8 results .... Comparing sfcf006.tile1.nc .........OK Comparing sfcf006.tile2.nc .........OK @@ -1066,12 +1066,12 @@ Checking test 038 cpld_debug_noaero_p8 results .... Comparing RESTART/iced.2021-03-22-43200.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-22-43200.nc .........OK -0:The total amount of wall time = 345.192254 -0:The maximum resident set size (KB) = 860224 +0:The total amount of wall time = 343.565395 +0:The maximum resident set size (KB) = 859460 Test 038 cpld_debug_noaero_p8 PASS REGRESSION TEST WAS SUCCESSFUL -Fri Mar 4 14:20:21 MST 2022 -Elapsed time: 00h:30m:57s. Have a nice day! +Wed Mar 9 11:33:10 MST 2022 +Elapsed time: 00h:31m:55s. Have a nice day! From 972e4b2fcb118980ce14f7ea736d37914ebc8e51 Mon Sep 17 00:00:00 2001 From: Brian Curtis Date: Wed, 9 Mar 2022 15:13:42 -0700 Subject: [PATCH 104/106] [AutoRT] cheyenne.intel Job Completed. on-behalf-of @ufs-community --- tests/RegressionTests_cheyenne.intel.log | 1555 +++++++++++----------- 1 file changed, 758 insertions(+), 797 deletions(-) diff --git a/tests/RegressionTests_cheyenne.intel.log b/tests/RegressionTests_cheyenne.intel.log index e345e0fa01..26609b625f 100644 --- a/tests/RegressionTests_cheyenne.intel.log +++ b/tests/RegressionTests_cheyenne.intel.log @@ -1,23 +1,24 @@ -Thu Mar 3 12:31:18 MST 2022 +Wed Mar 9 11:56:36 MST 2022 Start Regression test -Compile 001 elapsed time 941 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 407 seconds. -DAPP=S2S -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v16_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile 003 elapsed time 666 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 678 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_RRFS_v1beta,FV3_RRFS_v1nssl -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 005 elapsed time 723 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 512 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 376 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 361 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 283 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 652 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 663 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 442 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 013 elapsed time 225 seconds. -DAPP=NG-GODAS -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile 014 elapsed time 538 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-20220228/INTEL/cpld_control_p8 -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_60657/cpld_control_p8 +Compile 001 elapsed time 1025 seconds. -DAPP=S2SW -DUFS_GOCART=ON -DCCPP_SUITES=FV3_GFS_v16_coupled_nsstNoahmpUGWPv1,FV3_GFS_v16_coupled_p7_rrtmgp,FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 002 elapsed time 453 seconds. -DAPP=S2S -DDEBUG=ON -DUFS_GOCART=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile 003 elapsed time 671 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_v17_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 004 elapsed time 677 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_RRFS_v1beta,FV3_RRFS_v1nssl -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 005 elapsed time 735 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 514 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 395 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_v17_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 008 elapsed time 325 seconds. -DAPP=ATM -DDEBUG=ON -DCCPP_SUITES=FV3_RAP,FV3_RAP_cires_ugwp,FV3_RAP_unified_ugwp,FV3_RAP_flake -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 009 elapsed time 332 seconds. -DAPP=ATM -DDEBUG=ON -DCCPP_SUITES=FV3_RAP_noah,FV3_RAP_RRTMGP,FV3_RAP_sfcdiff,FV3_RAP_noah_sfcdiff_cires_ugwp,FV3_RRFS_v1beta -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 010 elapsed time 290 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 011 elapsed time 647 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 012 elapsed time 653 seconds. -DAPP=HAFS-ALL -DCCPP_SUITES=FV3_HAFS_v0_gfdlmp_tedmf,FV3_HAFS_v0_gfdlmp_tedmf_nonsst -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 013 elapsed time 434 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 014 elapsed time 227 seconds. -DAPP=NG-GODAS -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile 015 elapsed time 528 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-20220304/INTEL/cpld_control_p8 +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_37115/cpld_control_p8 Checking test 001 cpld_control_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -78,18 +79,19 @@ Checking test 001 cpld_control_p8 results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2021-03-23-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK + Comparing gocart.inst_aod.20210323_0600z.nc4 .........OK Comparing 20210323.060000.out_grd.glo_1deg .........OK Comparing 20210323.060000.out_pnt.points .........OK Comparing 20210323.060000.restart.glo_1deg .........OK -0:The total amount of wall time = 252.850104 -0:The maximum resident set size (KB) = 535868 +0:The total amount of wall time = 412.988229 +0:The maximum resident set size (KB) = 2759324 Test 001 cpld_control_p8 PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220228/INTEL/cpld_control_p8 -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_60657/cpld_2threads_p8 +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220304/INTEL/cpld_control_p8 +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_37115/cpld_2threads_p8 Checking test 002 cpld_2threads_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -138,18 +140,19 @@ Checking test 002 cpld_2threads_p8 results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2021-03-23-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK + Comparing gocart.inst_aod.20210323_0600z.nc4 .........OK Comparing 20210323.060000.out_grd.glo_1deg .........OK Comparing 20210323.060000.out_pnt.points .........OK Comparing 20210323.060000.restart.glo_1deg .........OK -0:The total amount of wall time = 483.702457 -0:The maximum resident set size (KB) = 631000 +0:The total amount of wall time = 835.053464 +0:The maximum resident set size (KB) = 3086824 Test 002 cpld_2threads_p8 PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220228/INTEL/cpld_control_p8 -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_60657/cpld_decomp_p8 +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220304/INTEL/cpld_control_p8 +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_37115/cpld_decomp_p8 Checking test 003 cpld_decomp_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -198,18 +201,19 @@ Checking test 003 cpld_decomp_p8 results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2021-03-23-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK + Comparing gocart.inst_aod.20210323_0600z.nc4 .........OK Comparing 20210323.060000.out_grd.glo_1deg .........OK Comparing 20210323.060000.out_pnt.points .........OK Comparing 20210323.060000.restart.glo_1deg .........OK -0:The total amount of wall time = 250.303472 -0:The maximum resident set size (KB) = 532140 +0:The total amount of wall time = 408.675733 +0:The maximum resident set size (KB) = 2750604 Test 003 cpld_decomp_p8 PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220228/INTEL/cpld_control_p8 -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_60657/cpld_mpi_p8 +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220304/INTEL/cpld_control_p8 +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_37115/cpld_mpi_p8 Checking test 004 cpld_mpi_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -258,18 +262,19 @@ Checking test 004 cpld_mpi_p8 results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2021-03-23-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK + Comparing gocart.inst_aod.20210323_0600z.nc4 .........OK Comparing 20210323.060000.out_grd.glo_1deg .........OK Comparing 20210323.060000.out_pnt.points .........OK Comparing 20210323.060000.restart.glo_1deg .........OK -0:The total amount of wall time = 215.792792 -0:The maximum resident set size (KB) = 506308 +0:The total amount of wall time = 344.497496 +0:The maximum resident set size (KB) = 2672856 Test 004 cpld_mpi_p8 PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220228/INTEL/cpld_control_p7_rrtmgp -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_60657/cpld_control_p7_rrtmgp +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220304/INTEL/cpld_control_p7_rrtmgp +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_37115/cpld_control_p7_rrtmgp Checking test 005 cpld_control_p7_rrtmgp results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -322,14 +327,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 = 320.422422 -0:The maximum resident set size (KB) = 631736 +0:The total amount of wall time = 322.180273 +0:The maximum resident set size (KB) = 632060 Test 005 cpld_control_p7_rrtmgp PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220228/INTEL/cpld_bmark_p7 -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_60657/cpld_bmark_p7 +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220304/INTEL/cpld_bmark_p7 +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_37115/cpld_bmark_p7 Checking test 006 cpld_bmark_p7 results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK @@ -374,17 +379,18 @@ 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 = 990.191505 -0:The maximum resident set size (KB) = 1208048 +0:The total amount of wall time = 988.183163 +0:The maximum resident set size (KB) = 1206972 Test 006 cpld_bmark_p7 PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220228/INTEL/cpld_bmark_p8 -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_60657/cpld_bmark_p8 +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220304/INTEL/cpld_bmark_p8 +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_37115/cpld_bmark_p8 Checking test 007 cpld_bmark_p8 results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK + Comparing gocart.inst_aod.20130401_0600z.nc4 .........OK Comparing 20130401.060000.out_grd.gwes_30m .........OK Comparing 20130401.060000.out_pnt.points .........OK Comparing RESTART/coupler.res .........OK @@ -426,67 +432,15 @@ 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 = 981.436149 -0:The maximum resident set size (KB) = 1206164 +0:The total amount of wall time = 1292.843413 +0:The maximum resident set size (KB) = 3654152 Test 007 cpld_bmark_p8 PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220228/INTEL/cpld_bmark_p8 -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_60657/cpld_bmark_mpi_p8 -Checking test 008 cpld_bmark_mpi_p8 results .... - Comparing sfcf006.nc .........OK - Comparing atmf006.nc .........OK - Comparing 20130401.060000.out_grd.gwes_30m .........OK - Comparing 20130401.060000.out_pnt.points .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - Comparing RESTART/MOM.res.nc .........OK - Comparing RESTART/MOM.res_1.nc .........OK - Comparing RESTART/MOM.res_2.nc .........OK - Comparing RESTART/MOM.res_3.nc .........OK - Comparing RESTART/iced.2013-04-01-21600.nc .........OK - Comparing RESTART/ufs.cpld.cpl.r.2013-04-01-21600.nc .........OK - -0:The total amount of wall time = 962.793115 -0:The maximum resident set size (KB) = 1207700 - -Test 008 cpld_bmark_mpi_p8 PASS - - -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220228/INTEL/cpld_control_c96_p8 -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_60657/cpld_control_c96_p8 -Checking test 009 cpld_control_c96_p8 results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220304/INTEL/cpld_control_c96_p8 +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_37115/cpld_control_c96_p8 +Checking test 008 cpld_control_c96_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK Comparing sfcf021.tile3.nc .........OK @@ -511,6 +465,7 @@ Checking test 009 cpld_control_c96_p8 results .... Comparing atmf024.tile4.nc .........OK Comparing atmf024.tile5.nc .........OK Comparing atmf024.tile6.nc .........OK + Comparing gocart.inst_aod.20210323_0600z.nc4 .........OK Comparing RESTART/coupler.res .........OK Comparing RESTART/fv_core.res.nc .........OK Comparing RESTART/fv_core.res.tile1.nc .........OK @@ -547,15 +502,15 @@ 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 = 249.973175 -0:The maximum resident set size (KB) = 522936 +0:The total amount of wall time = 404.261253 +0:The maximum resident set size (KB) = 2755104 -Test 009 cpld_control_c96_p8 PASS +Test 008 cpld_control_c96_p8 PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220228/INTEL/cpld_control_c96_p8 -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_60657/cpld_restart_c96_p8 -Checking test 010 cpld_restart_c96_p8 results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220304/INTEL/cpld_control_c96_p8 +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_37115/cpld_restart_c96_p8 +Checking test 009 cpld_restart_c96_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK Comparing sfcf024.tile3.nc .........OK @@ -568,6 +523,7 @@ Checking test 010 cpld_restart_c96_p8 results .... Comparing atmf024.tile4.nc .........OK Comparing atmf024.tile5.nc .........OK Comparing atmf024.tile6.nc .........OK + Comparing gocart.inst_aod.20210323_0600z.nc4 .........OK Comparing RESTART/coupler.res .........OK Comparing RESTART/fv_core.res.nc .........OK Comparing RESTART/fv_core.res.tile1.nc .........OK @@ -604,15 +560,15 @@ 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 = 133.087634 -0:The maximum resident set size (KB) = 313964 +0:The total amount of wall time = 225.134919 +0:The maximum resident set size (KB) = 2717916 -Test 010 cpld_restart_c96_p8 PASS +Test 009 cpld_restart_c96_p8 PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220228/INTEL/cpld_control_c192_p8 -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_60657/cpld_control_c192_p8 -Checking test 011 cpld_control_c192_p8 results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220304/INTEL/cpld_control_c192_p8 +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_37115/cpld_control_c192_p8 +Checking test 010 cpld_control_c192_p8 results .... Comparing sfcf036.tile1.nc .........OK Comparing sfcf036.tile2.nc .........OK Comparing sfcf036.tile3.nc .........OK @@ -625,6 +581,7 @@ Checking test 011 cpld_control_c192_p8 results .... Comparing atmf036.tile4.nc .........OK Comparing atmf036.tile5.nc .........OK Comparing atmf036.tile6.nc .........OK + Comparing gocart.inst_aod.20210323_1800z.nc4 .........OK Comparing RESTART/coupler.res .........OK Comparing RESTART/fv_core.res.nc .........OK Comparing RESTART/fv_core.res.tile1.nc .........OK @@ -661,15 +618,15 @@ 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 = 1011.010901 -0:The maximum resident set size (KB) = 692700 +0:The total amount of wall time = 1350.760635 +0:The maximum resident set size (KB) = 2810920 -Test 011 cpld_control_c192_p8 PASS +Test 010 cpld_control_c192_p8 PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220228/INTEL/cpld_control_c192_p8 -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_60657/cpld_restart_c192_p8 -Checking test 012 cpld_restart_c192_p8 results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220304/INTEL/cpld_control_c192_p8 +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_37115/cpld_restart_c192_p8 +Checking test 011 cpld_restart_c192_p8 results .... Comparing sfcf036.tile1.nc .........OK Comparing sfcf036.tile2.nc .........OK Comparing sfcf036.tile3.nc .........OK @@ -682,6 +639,7 @@ Checking test 012 cpld_restart_c192_p8 results .... Comparing atmf036.tile4.nc .........OK Comparing atmf036.tile5.nc .........OK Comparing atmf036.tile6.nc .........OK + Comparing gocart.inst_aod.20210323_1800z.nc4 .........OK Comparing RESTART/coupler.res .........OK Comparing RESTART/fv_core.res.nc .........OK Comparing RESTART/fv_core.res.tile1.nc .........OK @@ -718,17 +676,18 @@ 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 = 659.790957 -0:The maximum resident set size (KB) = 754636 +0:The total amount of wall time = 904.736353 +0:The maximum resident set size (KB) = 2766924 -Test 012 cpld_restart_c192_p8 PASS +Test 011 cpld_restart_c192_p8 PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220228/INTEL/cpld_control_c384_p8 -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_60657/cpld_control_c384_p8 -Checking test 013 cpld_control_c384_p8 results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220304/INTEL/cpld_control_c384_p8 +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_37115/cpld_control_c384_p8 +Checking test 012 cpld_control_c384_p8 results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK + Comparing gocart.inst_aod.20210322_1200z.nc4 .........OK Comparing RESTART/coupler.res .........OK Comparing RESTART/fv_core.res.nc .........OK Comparing RESTART/fv_core.res.tile1.nc .........OK @@ -768,17 +727,18 @@ 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 = 1109.856987 -0:The maximum resident set size (KB) = 1231816 +0:The total amount of wall time = 1444.924675 +0:The maximum resident set size (KB) = 3655824 -Test 013 cpld_control_c384_p8 PASS +Test 012 cpld_control_c384_p8 PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220228/INTEL/cpld_control_c384_p8 -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_60657/cpld_restart_c384_p8 -Checking test 014 cpld_restart_c384_p8 results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220304/INTEL/cpld_control_c384_p8 +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_37115/cpld_restart_c384_p8 +Checking test 013 cpld_restart_c384_p8 results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK + Comparing gocart.inst_aod.20210322_1200z.nc4 .........OK Comparing RESTART/coupler.res .........OK Comparing RESTART/fv_core.res.nc .........OK Comparing RESTART/fv_core.res.tile1.nc .........OK @@ -818,15 +778,15 @@ 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 = 583.188971 -0:The maximum resident set size (KB) = 1181076 +0:The total amount of wall time = 865.885624 +0:The maximum resident set size (KB) = 3622136 -Test 014 cpld_restart_c384_p8 PASS +Test 013 cpld_restart_c384_p8 PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220228/INTEL/cpld_debug_p8 -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_60657/cpld_debug_p8 -Checking test 015 cpld_debug_p8 results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220304/INTEL/cpld_debug_p8 +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_37115/cpld_debug_p8 +Checking test 014 cpld_debug_p8 results .... Comparing sfcf006.tile1.nc .........OK Comparing sfcf006.tile2.nc .........OK Comparing sfcf006.tile3.nc .........OK @@ -839,6 +799,7 @@ Checking test 015 cpld_debug_p8 results .... Comparing atmf006.tile4.nc .........OK Comparing atmf006.tile5.nc .........OK Comparing atmf006.tile6.nc .........OK + Comparing gocart.inst_aod.20210322_1200z.nc4 .........OK Comparing RESTART/coupler.res .........OK Comparing RESTART/fv_core.res.nc .........OK Comparing RESTART/fv_core.res.tile1.nc .........OK @@ -875,15 +836,15 @@ 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 = 651.082929 -0:The maximum resident set size (KB) = 585360 +0:The total amount of wall time = 1070.239982 +0:The maximum resident set size (KB) = 2825364 -Test 015 cpld_debug_p8 PASS +Test 014 cpld_debug_p8 PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220228/INTEL/control -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_60657/control -Checking test 016 control results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220304/INTEL/control +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_37115/control +Checking test 015 control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -929,15 +890,15 @@ 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 = 148.535766 -0:The maximum resident set size (KB) = 445832 +0:The total amount of wall time = 150.526875 +0:The maximum resident set size (KB) = 445900 -Test 016 control PASS +Test 015 control PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220228/INTEL/control -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_60657/control_decomp -Checking test 017 control_decomp results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220304/INTEL/control +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_37115/control_decomp +Checking test 016 control_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -979,29 +940,29 @@ 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 = 151.969401 -0:The maximum resident set size (KB) = 443976 +0:The total amount of wall time = 154.358475 +0:The maximum resident set size (KB) = 443988 -Test 017 control_decomp PASS +Test 016 control_decomp PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220228/INTEL/control -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_60657/control_2dwrtdecomp -Checking test 018 control_2dwrtdecomp results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220304/INTEL/control +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_37115/control_2dwrtdecomp +Checking test 017 control_2dwrtdecomp results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK Comparing atmf024.nc .........OK -0:The total amount of wall time = 143.491291 -0:The maximum resident set size (KB) = 446364 +0:The total amount of wall time = 143.123381 +0:The maximum resident set size (KB) = 446368 -Test 018 control_2dwrtdecomp PASS +Test 017 control_2dwrtdecomp PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220228/INTEL/control -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_60657/control_2threads -Checking test 019 control_2threads results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220304/INTEL/control +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_37115/control_2threads +Checking test 018 control_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -1043,15 +1004,15 @@ Checking test 019 control_2threads results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 323.375054 -0:The maximum resident set size (KB) = 492724 +0:The total amount of wall time = 326.168176 +0:The maximum resident set size (KB) = 492492 -Test 019 control_2threads PASS +Test 018 control_2threads PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220228/INTEL/control -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_60657/control_restart -Checking test 020 control_restart results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220304/INTEL/control +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_37115/control_restart +Checking test 019 control_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK Comparing GFSFLX.GrbF24 .........OK @@ -1089,15 +1050,15 @@ Checking test 020 control_restart results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 77.420520 -0:The maximum resident set size (KB) = 189576 +0:The total amount of wall time = 77.377962 +0:The maximum resident set size (KB) = 189672 -Test 020 control_restart PASS +Test 019 control_restart PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220228/INTEL/control -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_60657/control_fhzero -Checking test 021 control_fhzero results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220304/INTEL/control +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_37115/control_fhzero +Checking test 020 control_fhzero results .... Comparing sfcf000.nc ............ALT CHECK......OK Comparing sfcf021.nc ............ALT CHECK......OK Comparing atmf000.nc .........OK @@ -1139,15 +1100,15 @@ Checking test 021 control_fhzero results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 142.264318 -0:The maximum resident set size (KB) = 445860 +0:The total amount of wall time = 142.975304 +0:The maximum resident set size (KB) = 445848 -Test 021 control_fhzero PASS +Test 020 control_fhzero PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220228/INTEL/control_CubedSphereGrid -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_60657/control_CubedSphereGrid -Checking test 022 control_CubedSphereGrid results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220304/INTEL/control_CubedSphereGrid +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_37115/control_CubedSphereGrid +Checking test 021 control_CubedSphereGrid results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK Comparing sfcf000.tile3.nc .........OK @@ -1173,15 +1134,15 @@ Checking test 022 control_CubedSphereGrid results .... Comparing atmf024.tile5.nc .........OK Comparing atmf024.tile6.nc .........OK -0:The total amount of wall time = 145.952959 -0:The maximum resident set size (KB) = 446120 +0:The total amount of wall time = 145.607592 +0:The maximum resident set size (KB) = 446128 -Test 022 control_CubedSphereGrid PASS +Test 021 control_CubedSphereGrid PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220228/INTEL/control_latlon -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_60657/control_latlon -Checking test 023 control_latlon results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220304/INTEL/control_latlon +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_37115/control_latlon +Checking test 022 control_latlon results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -1191,16 +1152,16 @@ Checking test 023 control_latlon results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -0:The total amount of wall time = 147.977055 -0:The maximum resident set size (KB) = 445968 +0:The total amount of wall time = 147.981925 +0:The maximum resident set size (KB) = 445912 -Test 023 control_latlon PASS +Test 022 control_latlon PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220228/INTEL/control_wrtGauss_netcdf_parallel -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_60657/control_wrtGauss_netcdf_parallel -Checking test 024 control_wrtGauss_netcdf_parallel results .... - Comparing sfcf000.nc ............ALT CHECK......OK +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220304/INTEL/control_wrtGauss_netcdf_parallel +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_37115/control_wrtGauss_netcdf_parallel +Checking test 023 control_wrtGauss_netcdf_parallel results .... + Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK Comparing atmf024.nc .........OK @@ -1209,15 +1170,15 @@ Checking test 024 control_wrtGauss_netcdf_parallel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -0:The total amount of wall time = 147.906360 -0:The maximum resident set size (KB) = 445764 +0:The total amount of wall time = 151.411751 +0:The maximum resident set size (KB) = 445820 -Test 024 control_wrtGauss_netcdf_parallel PASS +Test 023 control_wrtGauss_netcdf_parallel PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220228/INTEL/control_c48 -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_60657/control_c48 -Checking test 025 control_c48 results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220304/INTEL/control_c48 +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_37115/control_c48 +Checking test 024 control_c48 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -1255,15 +1216,15 @@ Checking test 025 control_c48 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 441.396296 -0:The maximum resident set size (KB) = 629460 +0:The total amount of wall time = 441.147511 +0:The maximum resident set size (KB) = 629196 -Test 025 control_c48 PASS +Test 024 control_c48 PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220228/INTEL/control_c192 -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_60657/control_c192 -Checking test 026 control_c192 results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220304/INTEL/control_c192 +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_37115/control_c192 +Checking test 025 control_c192 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -1273,15 +1234,15 @@ Checking test 026 control_c192 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -0:The total amount of wall time = 607.464312 -0:The maximum resident set size (KB) = 540560 +0:The total amount of wall time = 607.826378 +0:The maximum resident set size (KB) = 540392 -Test 026 control_c192 PASS +Test 025 control_c192 PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220228/INTEL/control_c384 -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_60657/control_c384 -Checking test 027 control_c384 results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220304/INTEL/control_c384 +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_37115/control_c384 +Checking test 026 control_c384 results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK Comparing atmf000.nc .........OK @@ -1291,15 +1252,15 @@ Checking test 027 control_c384 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK -0:The total amount of wall time = 1117.609457 -0:The maximum resident set size (KB) = 796156 +0:The total amount of wall time = 1118.518905 +0:The maximum resident set size (KB) = 796340 -Test 027 control_c384 PASS +Test 026 control_c384 PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220228/INTEL/control_c384gdas -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_60657/control_c384gdas -Checking test 028 control_c384gdas results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220304/INTEL/control_c384gdas +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_37115/control_c384gdas +Checking test 027 control_c384gdas results .... Comparing sfcf000.nc .........OK Comparing sfcf006.nc .........OK Comparing atmf000.nc .........OK @@ -1341,15 +1302,15 @@ Checking test 028 control_c384gdas results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 965.232323 -0:The maximum resident set size (KB) = 948320 +0:The total amount of wall time = 969.687667 +0:The maximum resident set size (KB) = 948436 -Test 028 control_c384gdas PASS +Test 027 control_c384gdas PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220228/INTEL/control_stochy -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_60657/control_stochy -Checking test 029 control_stochy results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220304/INTEL/control_stochy +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_37115/control_stochy +Checking test 028 control_stochy results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK Comparing atmf000.nc .........OK @@ -1359,29 +1320,29 @@ Checking test 029 control_stochy results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK -0:The total amount of wall time = 97.982695 -0:The maximum resident set size (KB) = 443012 +0:The total amount of wall time = 98.301380 +0:The maximum resident set size (KB) = 442988 -Test 029 control_stochy PASS +Test 028 control_stochy PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220228/INTEL/control_stochy -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_60657/control_stochy_restart -Checking test 030 control_stochy_restart results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220304/INTEL/control_stochy +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_37115/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 = 51.596476 -0:The maximum resident set size (KB) = 221724 +0:The total amount of wall time = 51.822925 +0:The maximum resident set size (KB) = 221996 -Test 030 control_stochy_restart PASS +Test 029 control_stochy_restart PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220228/INTEL/control_lndp -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_60657/control_lndp -Checking test 031 control_lndp results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220304/INTEL/control_lndp +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_37115/control_lndp +Checking test 030 control_lndp results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK Comparing atmf000.nc .........OK @@ -1391,15 +1352,15 @@ Checking test 031 control_lndp results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK -0:The total amount of wall time = 88.654630 -0:The maximum resident set size (KB) = 450632 +0:The total amount of wall time = 89.179525 +0:The maximum resident set size (KB) = 450576 -Test 031 control_lndp PASS +Test 030 control_lndp PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220228/INTEL/control_iovr4 -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_60657/control_iovr4 -Checking test 032 control_iovr4 results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220304/INTEL/control_iovr4 +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_37115/control_iovr4 +Checking test 031 control_iovr4 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -1413,15 +1374,15 @@ Checking test 032 control_iovr4 results .... Comparing GFSPRS.GrbF21 .........OK Comparing GFSPRS.GrbF24 .........OK -0:The total amount of wall time = 151.267617 -0:The maximum resident set size (KB) = 445844 +0:The total amount of wall time = 150.368348 +0:The maximum resident set size (KB) = 445888 -Test 032 control_iovr4 PASS +Test 031 control_iovr4 PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220228/INTEL/control_iovr5 -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_60657/control_iovr5 -Checking test 033 control_iovr5 results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220304/INTEL/control_iovr5 +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_37115/control_iovr5 +Checking test 032 control_iovr5 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -1435,15 +1396,15 @@ Checking test 033 control_iovr5 results .... Comparing GFSPRS.GrbF21 .........OK Comparing GFSPRS.GrbF24 .........OK -0:The total amount of wall time = 150.268657 -0:The maximum resident set size (KB) = 445660 +0:The total amount of wall time = 151.254903 +0:The maximum resident set size (KB) = 445908 -Test 033 control_iovr5 PASS +Test 032 control_iovr5 PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220228/INTEL/control_p8 -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_60657/control_p8 -Checking test 034 control_p8 results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220304/INTEL/control_p8 +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_37115/control_p8 +Checking test 033 control_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -1489,15 +1450,15 @@ Checking test 034 control_p8 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 165.856088 -0:The maximum resident set size (KB) = 485436 +0:The total amount of wall time = 178.560449 +0:The maximum resident set size (KB) = 838552 -Test 034 control_p8 PASS +Test 033 control_p8 PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220228/INTEL/control_p8 -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_60657/control_restart_p8 -Checking test 035 control_restart_p8 results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220304/INTEL/control_p8 +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_37115/control_restart_p8 +Checking test 034 control_restart_p8 results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK Comparing GFSFLX.GrbF24 .........OK @@ -1535,15 +1496,15 @@ Checking test 035 control_restart_p8 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 88.295520 -0:The maximum resident set size (KB) = 291448 +0:The total amount of wall time = 95.176668 +0:The maximum resident set size (KB) = 576252 -Test 035 control_restart_p8 PASS +Test 034 control_restart_p8 PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220228/INTEL/control_p8 -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_60657/control_decomp_p8 -Checking test 036 control_decomp_p8 results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220304/INTEL/control_p8 +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_37115/control_decomp_p8 +Checking test 035 control_decomp_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -1585,15 +1546,15 @@ Checking test 036 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 = 169.179523 -0:The maximum resident set size (KB) = 480000 +0:The total amount of wall time = 181.603241 +0:The maximum resident set size (KB) = 831676 -Test 036 control_decomp_p8 PASS +Test 035 control_decomp_p8 PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220228/INTEL/control_p8 -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_60657/control_2threads_p8 -Checking test 037 control_2threads_p8 results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220304/INTEL/control_p8 +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_37115/control_2threads_p8 +Checking test 036 control_2threads_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -1635,15 +1596,15 @@ Checking test 037 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 = 364.638296 -0:The maximum resident set size (KB) = 569872 +0:The total amount of wall time = 431.807916 +0:The maximum resident set size (KB) = 910688 -Test 037 control_2threads_p8 PASS +Test 036 control_2threads_p8 PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220228/INTEL/control_p7_rrtmgp -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_60657/control_p7_rrtmgp -Checking test 038 control_p7_rrtmgp results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220304/INTEL/control_p7_rrtmgp +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_37115/control_p7_rrtmgp +Checking test 037 control_p7_rrtmgp results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -1689,15 +1650,15 @@ Checking test 038 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 = 236.428018 -0:The maximum resident set size (KB) = 583612 +0:The total amount of wall time = 237.280152 +0:The maximum resident set size (KB) = 583660 -Test 038 control_p7_rrtmgp PASS +Test 037 control_p7_rrtmgp PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220228/INTEL/fv3_regional_control -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_60657/regional_control -Checking test 039 regional_control results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220304/INTEL/fv3_regional_control +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_37115/regional_control +Checking test 038 regional_control results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK Comparing phyf000.nc .........OK @@ -1707,58 +1668,58 @@ Checking test 039 regional_control results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF24 .........OK -0:The total amount of wall time = 355.968191 -0:The maximum resident set size (KB) = 569252 +0:The total amount of wall time = 363.837713 +0:The maximum resident set size (KB) = 569616 -Test 039 regional_control PASS +Test 038 regional_control PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220228/INTEL/fv3_regional_control -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_60657/regional_restart -Checking test 040 regional_restart results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220304/INTEL/fv3_regional_control +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_37115/regional_restart +Checking test 039 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 = 200.242045 -0:The maximum resident set size (KB) = 558968 +0:The total amount of wall time = 198.111393 +0:The maximum resident set size (KB) = 559180 -Test 040 regional_restart PASS +Test 039 regional_restart PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220228/INTEL/fv3_regional_control -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_60657/regional_control_2dwrtdecomp -Checking test 041 regional_control_2dwrtdecomp results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220304/INTEL/fv3_regional_control +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_37115/regional_control_2dwrtdecomp +Checking test 040 regional_control_2dwrtdecomp results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK Comparing phyf000.nc .........OK Comparing phyf024.nc .........OK -0:The total amount of wall time = 353.815617 -0:The maximum resident set size (KB) = 567888 +0:The total amount of wall time = 360.046224 +0:The maximum resident set size (KB) = 568916 -Test 041 regional_control_2dwrtdecomp PASS +Test 040 regional_control_2dwrtdecomp PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220228/INTEL/fv3_regional_noquilt -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_60657/regional_noquilt -Checking test 042 regional_noquilt results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220304/INTEL/fv3_regional_noquilt +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_37115/regional_noquilt +Checking test 041 regional_noquilt results .... Comparing atmos_4xdaily.nc .........OK Comparing fv3_history2d.nc .........OK Comparing fv3_history.nc .........OK Comparing RESTART/fv_core.res.tile1_new.nc .........OK Comparing RESTART/fv_tracer.res.tile1_new.nc .........OK -0:The total amount of wall time = 374.538063 -0:The maximum resident set size (KB) = 575808 +0:The total amount of wall time = 385.314897 +0:The maximum resident set size (KB) = 576496 -Test 042 regional_noquilt PASS +Test 041 regional_noquilt PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220228/INTEL/fv3_regional_control -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_60657/regional_2threads -Checking test 043 regional_2threads results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220304/INTEL/fv3_regional_control +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_37115/regional_2threads +Checking test 042 regional_2threads results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK Comparing phyf000.nc .........OK @@ -1768,15 +1729,15 @@ Checking test 043 regional_2threads results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF24 .........OK -0:The total amount of wall time = 943.940898 -0:The maximum resident set size (KB) = 555448 +0:The total amount of wall time = 943.085880 +0:The maximum resident set size (KB) = 555240 -Test 043 regional_2threads PASS +Test 042 regional_2threads PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220228/INTEL/fv3_regional_hafs -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_60657/regional_hafs -Checking test 044 regional_hafs results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220304/INTEL/fv3_regional_hafs +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_37115/regional_hafs +Checking test 043 regional_hafs results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK Comparing phyf000.nc .........OK @@ -1784,29 +1745,29 @@ Checking test 044 regional_hafs results .... Comparing HURPRS.GrbF00 .........OK Comparing HURPRS.GrbF24 .........OK -0:The total amount of wall time = 361.982411 -0:The maximum resident set size (KB) = 558140 +0:The total amount of wall time = 363.153251 +0:The maximum resident set size (KB) = 557860 -Test 044 regional_hafs PASS +Test 043 regional_hafs PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220228/INTEL/fv3_regional_netcdf_parallel -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_60657/regional_netcdf_parallel -Checking test 045 regional_netcdf_parallel results .... - Comparing dynf000.nc ............ALT CHECK......OK +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220304/INTEL/fv3_regional_netcdf_parallel +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_37115/regional_netcdf_parallel +Checking test 044 regional_netcdf_parallel results .... + Comparing dynf000.nc .........OK Comparing dynf024.nc ............ALT CHECK......OK - Comparing phyf000.nc .........OK - Comparing phyf024.nc ............ALT CHECK......OK + Comparing phyf000.nc ............ALT CHECK......OK + Comparing phyf024.nc .........OK -0:The total amount of wall time = 360.408675 -0:The maximum resident set size (KB) = 558460 +0:The total amount of wall time = 362.757177 +0:The maximum resident set size (KB) = 558656 -Test 045 regional_netcdf_parallel PASS +Test 044 regional_netcdf_parallel PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220228/INTEL/fv3_regional_RRTMGP -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_60657/regional_RRTMGP -Checking test 046 regional_RRTMGP results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220304/INTEL/fv3_regional_RRTMGP +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_37115/regional_RRTMGP +Checking test 045 regional_RRTMGP results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK Comparing phyf000.nc .........OK @@ -1816,15 +1777,15 @@ Checking test 046 regional_RRTMGP results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF24 .........OK -0:The total amount of wall time = 526.675149 -0:The maximum resident set size (KB) = 682244 +0:The total amount of wall time = 530.122336 +0:The maximum resident set size (KB) = 682228 -Test 046 regional_RRTMGP PASS +Test 045 regional_RRTMGP PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220228/INTEL/rap_control -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_60657/rap_control -Checking test 047 rap_control results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220304/INTEL/rap_control +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_37115/rap_control +Checking test 046 rap_control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -1870,15 +1831,15 @@ Checking test 047 rap_control results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 414.992694 -0:The maximum resident set size (KB) = 808888 +0:The total amount of wall time = 423.544791 +0:The maximum resident set size (KB) = 808784 -Test 047 rap_control PASS +Test 046 rap_control PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220228/INTEL/regional_spp_sppt_shum_skeb -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_60657/regional_spp_sppt_shum_skeb -Checking test 048 regional_spp_sppt_shum_skeb results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220304/INTEL/regional_spp_sppt_shum_skeb +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_37115/regional_spp_sppt_shum_skeb +Checking test 047 regional_spp_sppt_shum_skeb results .... Comparing dynf000.nc .........OK Comparing dynf001.nc .........OK Comparing phyf000.nc .........OK @@ -1888,15 +1849,15 @@ Checking test 048 regional_spp_sppt_shum_skeb results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF01 .........OK -0:The total amount of wall time = 647.188191 -0:The maximum resident set size (KB) = 940356 +0:The total amount of wall time = 649.880749 +0:The maximum resident set size (KB) = 940368 -Test 048 regional_spp_sppt_shum_skeb PASS +Test 047 regional_spp_sppt_shum_skeb PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220228/INTEL/rap_control -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_60657/rap_2threads -Checking test 049 rap_2threads results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220304/INTEL/rap_control +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_37115/rap_2threads +Checking test 048 rap_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -1942,15 +1903,15 @@ Checking test 049 rap_2threads results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 896.408554 -0:The maximum resident set size (KB) = 873616 +0:The total amount of wall time = 897.246790 +0:The maximum resident set size (KB) = 873736 -Test 049 rap_2threads PASS +Test 048 rap_2threads PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220228/INTEL/rap_control -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_60657/rap_restart -Checking test 050 rap_restart results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220304/INTEL/rap_control +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_37115/rap_restart +Checking test 049 rap_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK Comparing GFSFLX.GrbF24 .........OK @@ -1988,15 +1949,15 @@ Checking test 050 rap_restart results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 212.233596 -0:The maximum resident set size (KB) = 562448 +0:The total amount of wall time = 213.484425 +0:The maximum resident set size (KB) = 562048 -Test 050 rap_restart PASS +Test 049 rap_restart PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220228/INTEL/rap_sfcdiff -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_60657/rap_sfcdiff -Checking test 051 rap_sfcdiff results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220304/INTEL/rap_sfcdiff +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_37115/rap_sfcdiff +Checking test 050 rap_sfcdiff results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -2042,15 +2003,15 @@ Checking test 051 rap_sfcdiff results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 421.402963 -0:The maximum resident set size (KB) = 808844 +0:The total amount of wall time = 422.886507 +0:The maximum resident set size (KB) = 808776 -Test 051 rap_sfcdiff PASS +Test 050 rap_sfcdiff PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220228/INTEL/rap_sfcdiff -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_60657/rap_sfcdiff_restart -Checking test 052 rap_sfcdiff_restart results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220304/INTEL/rap_sfcdiff +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_37115/rap_sfcdiff_restart +Checking test 051 rap_sfcdiff_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK Comparing GFSFLX.GrbF24 .........OK @@ -2088,15 +2049,15 @@ Checking test 052 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 = 213.407282 -0:The maximum resident set size (KB) = 562900 +0:The total amount of wall time = 214.617672 +0:The maximum resident set size (KB) = 562088 -Test 052 rap_sfcdiff_restart PASS +Test 051 rap_sfcdiff_restart PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220228/INTEL/hrrr_control -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_60657/hrrr_control -Checking test 053 hrrr_control results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220304/INTEL/hrrr_control +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_37115/hrrr_control +Checking test 052 hrrr_control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -2142,15 +2103,15 @@ Checking test 053 hrrr_control results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 407.040502 -0:The maximum resident set size (KB) = 807060 +0:The total amount of wall time = 408.025455 +0:The maximum resident set size (KB) = 806892 -Test 053 hrrr_control PASS +Test 052 hrrr_control PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220228/INTEL/rrfs_v1beta -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_60657/rrfs_v1beta -Checking test 054 rrfs_v1beta results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220304/INTEL/rrfs_v1beta +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_37115/rrfs_v1beta +Checking test 053 rrfs_v1beta results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -2196,15 +2157,15 @@ Checking test 054 rrfs_v1beta results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 414.409069 -0:The maximum resident set size (KB) = 805820 +0:The total amount of wall time = 416.333567 +0:The maximum resident set size (KB) = 805840 -Test 054 rrfs_v1beta PASS +Test 053 rrfs_v1beta PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220228/INTEL/rrfs_v1nssl -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_60657/rrfs_v1nssl -Checking test 055 rrfs_v1nssl results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220304/INTEL/rrfs_v1nssl +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_37115/rrfs_v1nssl +Checking test 054 rrfs_v1nssl results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -2218,15 +2179,15 @@ Checking test 055 rrfs_v1nssl results .... Comparing GFSPRS.GrbF21 .........OK Comparing GFSPRS.GrbF24 .........OK -0:The total amount of wall time = 529.144996 -0:The maximum resident set size (KB) = 498072 +0:The total amount of wall time = 530.139263 +0:The maximum resident set size (KB) = 497756 -Test 055 rrfs_v1nssl PASS +Test 054 rrfs_v1nssl PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220228/INTEL/rrfs_v1nssl_nohailnoccn -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_60657/rrfs_v1nssl_nohailnoccn -Checking test 056 rrfs_v1nssl_nohailnoccn results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220304/INTEL/rrfs_v1nssl_nohailnoccn +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_37115/rrfs_v1nssl_nohailnoccn +Checking test 055 rrfs_v1nssl_nohailnoccn results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -2240,15 +2201,15 @@ Checking test 056 rrfs_v1nssl_nohailnoccn results .... Comparing GFSPRS.GrbF21 .........OK Comparing GFSPRS.GrbF24 .........OK -0:The total amount of wall time = 513.062606 -0:The maximum resident set size (KB) = 489020 +0:The total amount of wall time = 506.168429 +0:The maximum resident set size (KB) = 488996 -Test 056 rrfs_v1nssl_nohailnoccn PASS +Test 055 rrfs_v1nssl_nohailnoccn PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220228/INTEL/rrfs_conus13km_hrrr_warm -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_60657/rrfs_conus13km_hrrr_warm -Checking test 057 rrfs_conus13km_hrrr_warm results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220304/INTEL/rrfs_conus13km_hrrr_warm +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_37115/rrfs_conus13km_hrrr_warm +Checking test 056 rrfs_conus13km_hrrr_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing sfcf002.nc .........OK @@ -2256,15 +2217,15 @@ Checking test 057 rrfs_conus13km_hrrr_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK -0:The total amount of wall time = 187.436573 -0:The maximum resident set size (KB) = 638884 +0:The total amount of wall time = 185.401120 +0:The maximum resident set size (KB) = 638712 -Test 057 rrfs_conus13km_hrrr_warm PASS +Test 056 rrfs_conus13km_hrrr_warm PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220228/INTEL/rrfs_conus13km_radar_tten_warm -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_60657/rrfs_conus13km_radar_tten_warm -Checking test 058 rrfs_conus13km_radar_tten_warm results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220304/INTEL/rrfs_conus13km_radar_tten_warm +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_37115/rrfs_conus13km_radar_tten_warm +Checking test 057 rrfs_conus13km_radar_tten_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing sfcf002.nc .........OK @@ -2272,15 +2233,15 @@ Checking test 058 rrfs_conus13km_radar_tten_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK -0:The total amount of wall time = 188.054623 -0:The maximum resident set size (KB) = 641268 +0:The total amount of wall time = 189.710255 +0:The maximum resident set size (KB) = 641340 -Test 058 rrfs_conus13km_radar_tten_warm PASS +Test 057 rrfs_conus13km_radar_tten_warm PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220228/INTEL/control_rrtmgp -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_60657/control_rrtmgp -Checking test 059 control_rrtmgp results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220304/INTEL/control_rrtmgp +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_37115/control_rrtmgp +Checking test 058 control_rrtmgp results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -2290,15 +2251,15 @@ Checking test 059 control_rrtmgp results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -0:The total amount of wall time = 267.113606 -0:The maximum resident set size (KB) = 577864 +0:The total amount of wall time = 266.976973 +0:The maximum resident set size (KB) = 578112 -Test 059 control_rrtmgp PASS +Test 058 control_rrtmgp PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220228/INTEL/control_rrtmgp_c192 -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_60657/control_rrtmgp_c192 -Checking test 060 control_rrtmgp_c192 results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220304/INTEL/control_rrtmgp_c192 +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_37115/control_rrtmgp_c192 +Checking test 059 control_rrtmgp_c192 results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK Comparing atmf000.nc .........OK @@ -2308,15 +2269,15 @@ Checking test 060 control_rrtmgp_c192 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK -0:The total amount of wall time = 699.313532 -0:The maximum resident set size (KB) = 781684 +0:The total amount of wall time = 714.493019 +0:The maximum resident set size (KB) = 781760 -Test 060 control_rrtmgp_c192 PASS +Test 059 control_rrtmgp_c192 PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220228/INTEL/control_csawmg -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_60657/control_csawmg -Checking test 061 control_csawmg results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220304/INTEL/control_csawmg +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_37115/control_csawmg +Checking test 060 control_csawmg results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -2326,15 +2287,15 @@ Checking test 061 control_csawmg results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -0:The total amount of wall time = 411.242253 -0:The maximum resident set size (KB) = 518848 +0:The total amount of wall time = 410.011586 +0:The maximum resident set size (KB) = 518892 -Test 061 control_csawmg PASS +Test 060 control_csawmg PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220228/INTEL/control_csawmgt -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_60657/control_csawmgt -Checking test 062 control_csawmgt results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220304/INTEL/control_csawmgt +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_37115/control_csawmgt +Checking test 061 control_csawmgt results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -2344,15 +2305,15 @@ Checking test 062 control_csawmgt results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -0:The total amount of wall time = 406.931891 -0:The maximum resident set size (KB) = 519772 +0:The total amount of wall time = 405.409607 +0:The maximum resident set size (KB) = 519816 -Test 062 control_csawmgt PASS +Test 061 control_csawmgt PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220228/INTEL/control_flake -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_60657/control_flake -Checking test 063 control_flake results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220304/INTEL/control_flake +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_37115/control_flake +Checking test 062 control_flake results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -2362,15 +2323,15 @@ Checking test 063 control_flake results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -0:The total amount of wall time = 268.822136 -0:The maximum resident set size (KB) = 515460 +0:The total amount of wall time = 268.969049 +0:The maximum resident set size (KB) = 515512 -Test 063 control_flake PASS +Test 062 control_flake PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220228/INTEL/control_ras -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_60657/control_ras -Checking test 064 control_ras results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220304/INTEL/control_ras +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_37115/control_ras +Checking test 063 control_ras results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -2380,15 +2341,15 @@ Checking test 064 control_ras results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -0:The total amount of wall time = 209.696693 -0:The maximum resident set size (KB) = 477352 +0:The total amount of wall time = 211.734504 +0:The maximum resident set size (KB) = 477152 -Test 064 control_ras PASS +Test 063 control_ras PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220228/INTEL/control_thompson -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_60657/control_thompson -Checking test 065 control_thompson results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220304/INTEL/control_thompson +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_37115/control_thompson +Checking test 064 control_thompson results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -2398,15 +2359,15 @@ Checking test 065 control_thompson results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -0:The total amount of wall time = 267.814193 -0:The maximum resident set size (KB) = 826448 +0:The total amount of wall time = 270.446718 +0:The maximum resident set size (KB) = 826620 -Test 065 control_thompson PASS +Test 064 control_thompson PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220228/INTEL/control_thompson_no_aero -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_60657/control_thompson_no_aero -Checking test 066 control_thompson_no_aero results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220304/INTEL/control_thompson_no_aero +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_37115/control_thompson_no_aero +Checking test 065 control_thompson_no_aero results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -2416,55 +2377,55 @@ Checking test 066 control_thompson_no_aero results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -0:The total amount of wall time = 254.118354 -0:The maximum resident set size (KB) = 822024 +0:The total amount of wall time = 254.308324 +0:The maximum resident set size (KB) = 821680 -Test 066 control_thompson_no_aero PASS +Test 065 control_thompson_no_aero PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220228/INTEL/control_wam_repro -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_60657/control_wam_repro -Checking test 067 control_wam results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220304/INTEL/control_wam_repro +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_37115/control_wam_repro +Checking test 066 control_wam results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK -0:The total amount of wall time = 141.093771 -0:The maximum resident set size (KB) = 201620 +0:The total amount of wall time = 138.308311 +0:The maximum resident set size (KB) = 201448 -Test 067 control_wam PASS +Test 066 control_wam PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220228/INTEL/control_debug -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_60657/control_debug -Checking test 068 control_debug results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220304/INTEL/control_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_37115/control_debug +Checking test 067 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 = 156.338753 -0:The maximum resident set size (KB) = 507552 +0:The total amount of wall time = 154.874780 +0:The maximum resident set size (KB) = 507800 -Test 068 control_debug PASS +Test 067 control_debug PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220228/INTEL/control_debug -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_60657/control_2threads_debug -Checking test 069 control_2threads_debug results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220304/INTEL/control_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_37115/control_2threads_debug +Checking test 068 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 = 274.438047 -0:The maximum resident set size (KB) = 558416 +0:The total amount of wall time = 272.981509 +0:The maximum resident set size (KB) = 558208 -Test 069 control_2threads_debug PASS +Test 068 control_2threads_debug PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220228/INTEL/control_CubedSphereGrid_debug -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_60657/control_CubedSphereGrid_debug -Checking test 070 control_CubedSphereGrid_debug results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220304/INTEL/control_CubedSphereGrid_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_37115/control_CubedSphereGrid_debug +Checking test 069 control_CubedSphereGrid_debug results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK Comparing sfcf000.tile3.nc .........OK @@ -2490,429 +2451,429 @@ Checking test 070 control_CubedSphereGrid_debug results .... Comparing atmf001.tile5.nc .........OK Comparing atmf001.tile6.nc .........OK -0:The total amount of wall time = 168.795184 -0:The maximum resident set size (KB) = 507556 +0:The total amount of wall time = 169.003050 +0:The maximum resident set size (KB) = 507624 -Test 070 control_CubedSphereGrid_debug PASS +Test 069 control_CubedSphereGrid_debug PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220228/INTEL/control_wrtGauss_netcdf_parallel_debug -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_60657/control_wrtGauss_netcdf_parallel_debug -Checking test 071 control_wrtGauss_netcdf_parallel_debug results .... - Comparing sfcf000.nc ............ALT CHECK......OK +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220304/INTEL/control_wrtGauss_netcdf_parallel_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_37115/control_wrtGauss_netcdf_parallel_debug +Checking test 070 control_wrtGauss_netcdf_parallel_debug results .... + Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 157.725687 -0:The maximum resident set size (KB) = 507768 +0:The total amount of wall time = 158.541647 +0:The maximum resident set size (KB) = 507712 -Test 071 control_wrtGauss_netcdf_parallel_debug PASS +Test 070 control_wrtGauss_netcdf_parallel_debug PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220228/INTEL/control_stochy_debug -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_60657/control_stochy_debug -Checking test 072 control_stochy_debug results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220304/INTEL/control_stochy_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_37115/control_stochy_debug +Checking test 071 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.428714 -0:The maximum resident set size (KB) = 509680 +0:The total amount of wall time = 177.720651 +0:The maximum resident set size (KB) = 509548 -Test 072 control_stochy_debug PASS +Test 071 control_stochy_debug PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220228/INTEL/control_lndp_debug -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_60657/control_lndp_debug -Checking test 073 control_lndp_debug results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220304/INTEL/control_lndp_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_37115/control_lndp_debug +Checking test 072 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.920837 -0:The maximum resident set size (KB) = 519872 +0:The total amount of wall time = 160.045574 +0:The maximum resident set size (KB) = 519884 -Test 073 control_lndp_debug PASS +Test 072 control_lndp_debug PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220228/INTEL/control_rrtmgp_debug -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_60657/control_rrtmgp_debug -Checking test 074 control_rrtmgp_debug results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220304/INTEL/control_rrtmgp_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_37115/control_rrtmgp_debug +Checking test 073 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 = 174.923473 -0:The maximum resident set size (KB) = 616436 +0:The total amount of wall time = 175.158962 +0:The maximum resident set size (KB) = 616212 -Test 074 control_rrtmgp_debug PASS +Test 073 control_rrtmgp_debug PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220228/INTEL/control_csawmg_debug -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_60657/control_csawmg_debug -Checking test 075 control_csawmg_debug results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220304/INTEL/control_csawmg_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_37115/control_csawmg_debug +Checking test 074 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.419012 -0:The maximum resident set size (KB) = 553688 +0:The total amount of wall time = 250.412255 +0:The maximum resident set size (KB) = 553604 -Test 075 control_csawmg_debug PASS +Test 074 control_csawmg_debug PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220228/INTEL/control_csawmgt_debug -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_60657/control_csawmgt_debug -Checking test 076 control_csawmgt_debug results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220304/INTEL/control_csawmgt_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_37115/control_csawmgt_debug +Checking test 075 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 = 246.697485 -0:The maximum resident set size (KB) = 553580 +0:The total amount of wall time = 249.521616 +0:The maximum resident set size (KB) = 553688 -Test 076 control_csawmgt_debug PASS +Test 075 control_csawmgt_debug PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220228/INTEL/control_ras_debug -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_60657/control_ras_debug -Checking test 077 control_ras_debug results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220304/INTEL/control_ras_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_37115/control_ras_debug +Checking test 076 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.276670 -0:The maximum resident set size (KB) = 517100 +0:The total amount of wall time = 160.817578 +0:The maximum resident set size (KB) = 517168 -Test 077 control_ras_debug PASS +Test 076 control_ras_debug PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220228/INTEL/control_diag_debug -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_60657/control_diag_debug -Checking test 078 control_diag_debug results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220304/INTEL/control_diag_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_37115/control_diag_debug +Checking test 077 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.223091 -0:The maximum resident set size (KB) = 562000 +0:The total amount of wall time = 163.407531 +0:The maximum resident set size (KB) = 562016 -Test 078 control_diag_debug PASS +Test 077 control_diag_debug PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220228/INTEL/control_debug_p8 -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_60657/control_debug_p8 -Checking test 079 control_debug_p8 results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220304/INTEL/control_debug_p8 +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_37115/control_debug_p8 +Checking test 078 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.680954 -0:The maximum resident set size (KB) = 547948 +0:The total amount of wall time = 172.504111 +0:The maximum resident set size (KB) = 900892 -Test 079 control_debug_p8 PASS +Test 078 control_debug_p8 PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220228/INTEL/control_thompson_debug -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_60657/control_thompson_debug -Checking test 080 control_thompson_debug results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220304/INTEL/control_thompson_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_37115/control_thompson_debug +Checking test 079 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 = 182.612328 +0:The total amount of wall time = 181.978902 0:The maximum resident set size (KB) = 864296 -Test 080 control_thompson_debug PASS +Test 079 control_thompson_debug PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220228/INTEL/control_thompson_no_aero_debug -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_60657/control_thompson_no_aero_debug -Checking test 081 control_thompson_no_aero_debug results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220304/INTEL/control_thompson_no_aero_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_37115/control_thompson_no_aero_debug +Checking test 080 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 = 178.330360 -0:The maximum resident set size (KB) = 860540 +0:The total amount of wall time = 175.392165 +0:The maximum resident set size (KB) = 860632 -Test 081 control_thompson_no_aero_debug PASS +Test 080 control_thompson_no_aero_debug PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220228/INTEL/control_thompson_debug_extdiag -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_60657/control_thompson_extdiag_debug -Checking test 082 control_thompson_extdiag_debug results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220304/INTEL/control_thompson_debug_extdiag +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_37115/control_thompson_extdiag_debug +Checking test 081 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.469688 -0:The maximum resident set size (KB) = 894996 +0:The total amount of wall time = 191.257057 +0:The maximum resident set size (KB) = 895280 -Test 082 control_thompson_extdiag_debug PASS +Test 081 control_thompson_extdiag_debug PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220228/INTEL/control_thompson_progcld_thompson_debug -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_60657/control_thompson_progcld_thompson_debug -Checking test 083 control_thompson_progcld_thompson_debug results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220304/INTEL/control_thompson_progcld_thompson_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_37115/control_thompson_progcld_thompson_debug +Checking test 082 control_thompson_progcld_thompson_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 182.358722 -0:The maximum resident set size (KB) = 864292 +0:The total amount of wall time = 182.227827 +0:The maximum resident set size (KB) = 864336 -Test 083 control_thompson_progcld_thompson_debug PASS +Test 082 control_thompson_progcld_thompson_debug PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220228/INTEL/fv3_regional_debug -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_60657/regional_debug -Checking test 084 regional_debug results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220304/INTEL/fv3_regional_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_37115/regional_debug +Checking test 083 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 = 258.625439 -0:The maximum resident set size (KB) = 591372 +0:The total amount of wall time = 258.849225 +0:The maximum resident set size (KB) = 591300 -Test 084 regional_debug PASS +Test 083 regional_debug PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220228/INTEL/rap_control_debug -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_60657/rap_control_debug -Checking test 085 rap_control_debug results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220304/INTEL/rap_control_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_37115/rap_control_debug +Checking test 084 rap_control_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 281.564738 -0:The maximum resident set size (KB) = 871140 +0:The total amount of wall time = 282.073198 +0:The maximum resident set size (KB) = 871064 -Test 085 rap_control_debug PASS +Test 084 rap_control_debug PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220228/INTEL/rap_control_debug -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_60657/rap_unified_drag_suite_debug -Checking test 086 rap_unified_drag_suite_debug results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220304/INTEL/rap_control_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_37115/rap_unified_drag_suite_debug +Checking test 085 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 = 283.847268 -0:The maximum resident set size (KB) = 871204 +0:The total amount of wall time = 282.297356 +0:The maximum resident set size (KB) = 871220 -Test 086 rap_unified_drag_suite_debug PASS +Test 085 rap_unified_drag_suite_debug PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220228/INTEL/rap_diag_debug -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_60657/rap_diag_debug -Checking test 087 rap_diag_debug results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220304/INTEL/rap_diag_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_37115/rap_diag_debug +Checking test 086 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 = 295.982043 -0:The maximum resident set size (KB) = 966016 +0:The total amount of wall time = 297.674343 +0:The maximum resident set size (KB) = 966052 -Test 087 rap_diag_debug PASS +Test 086 rap_diag_debug PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220228/INTEL/rap_cires_ugwp_debug -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_60657/rap_cires_ugwp_debug -Checking test 088 rap_cires_ugwp_debug results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220304/INTEL/rap_cires_ugwp_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_37115/rap_cires_ugwp_debug +Checking test 087 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 = 288.659872 -0:The maximum resident set size (KB) = 875988 +0:The total amount of wall time = 287.625345 +0:The maximum resident set size (KB) = 876028 -Test 088 rap_cires_ugwp_debug PASS +Test 087 rap_cires_ugwp_debug PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220228/INTEL/rap_cires_ugwp_debug -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_60657/rap_unified_ugwp_debug -Checking test 089 rap_unified_ugwp_debug results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220304/INTEL/rap_cires_ugwp_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_37115/rap_unified_ugwp_debug +Checking test 088 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 = 288.382458 -0:The maximum resident set size (KB) = 871316 +0:The total amount of wall time = 287.512790 +0:The maximum resident set size (KB) = 871324 -Test 089 rap_unified_ugwp_debug PASS +Test 088 rap_unified_ugwp_debug PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220228/INTEL/rap_noah_debug -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_60657/rap_noah_debug -Checking test 090 rap_noah_debug results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220304/INTEL/rap_lndp_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_37115/rap_lndp_debug +Checking test 089 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 = 277.354065 -0:The maximum resident set size (KB) = 871020 +0:The total amount of wall time = 283.652145 +0:The maximum resident set size (KB) = 871836 -Test 090 rap_noah_debug PASS +Test 089 rap_lndp_debug PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220228/INTEL/rap_rrtmgp_debug -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_60657/rap_rrtmgp_debug -Checking test 091 rap_rrtmgp_debug results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220304/INTEL/rap_flake_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_37115/rap_flake_debug +Checking test 090 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 = 478.830291 -0:The maximum resident set size (KB) = 986748 +0:The total amount of wall time = 280.897157 +0:The maximum resident set size (KB) = 871028 -Test 091 rap_rrtmgp_debug PASS +Test 090 rap_flake_debug PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220228/INTEL/rap_lndp_debug -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_60657/rap_lndp_debug -Checking test 092 rap_lndp_debug results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220304/INTEL/rap_progcld_thompson_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_37115/rap_progcld_thompson_debug +Checking test 091 rap_progcld_thompson_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 283.908512 -0:The maximum resident set size (KB) = 872148 +0:The total amount of wall time = 282.679428 +0:The maximum resident set size (KB) = 871340 -Test 092 rap_lndp_debug PASS +Test 091 rap_progcld_thompson_debug PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220228/INTEL/rap_sfcdiff_debug -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_60657/rap_sfcdiff_debug -Checking test 093 rap_sfcdiff_debug results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220304/INTEL/rap_noah_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_37115/rap_noah_debug +Checking test 092 rap_noah_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 282.077940 -0:The maximum resident set size (KB) = 871056 +0:The total amount of wall time = 279.375746 +0:The maximum resident set size (KB) = 870792 -Test 093 rap_sfcdiff_debug PASS +Test 092 rap_noah_debug PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220228/INTEL/rap_flake_debug -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_60657/rap_flake_debug -Checking test 094 rap_flake_debug results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220304/INTEL/rap_rrtmgp_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_37115/rap_rrtmgp_debug +Checking test 093 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 = 284.958838 -0:The maximum resident set size (KB) = 871412 +0:The total amount of wall time = 480.443386 +0:The maximum resident set size (KB) = 986684 -Test 094 rap_flake_debug PASS +Test 093 rap_rrtmgp_debug PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220228/INTEL/rap_noah_sfcdiff_cires_ugwp_debug -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_60657/rap_noah_sfcdiff_cires_ugwp_debug -Checking test 095 rap_noah_sfcdiff_cires_ugwp_debug results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220304/INTEL/rap_sfcdiff_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_37115/rap_sfcdiff_debug +Checking test 094 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 = 467.765103 -0:The maximum resident set size (KB) = 870264 +0:The total amount of wall time = 283.108553 +0:The maximum resident set size (KB) = 871064 -Test 095 rap_noah_sfcdiff_cires_ugwp_debug PASS +Test 094 rap_sfcdiff_debug PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220228/INTEL/rap_progcld_thompson_debug -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_60657/rap_progcld_thompson_debug -Checking test 096 rap_progcld_thompson_debug results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220304/INTEL/rap_noah_sfcdiff_cires_ugwp_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_37115/rap_noah_sfcdiff_cires_ugwp_debug +Checking test 095 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 = 281.670645 -0:The maximum resident set size (KB) = 871424 +0:The total amount of wall time = 468.821700 +0:The maximum resident set size (KB) = 870012 -Test 096 rap_progcld_thompson_debug PASS +Test 095 rap_noah_sfcdiff_cires_ugwp_debug PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220228/INTEL/rrfs_v1beta_debug -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_60657/rrfs_v1beta_debug -Checking test 097 rrfs_v1beta_debug results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220304/INTEL/rrfs_v1beta_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_37115/rrfs_v1beta_debug +Checking test 096 rrfs_v1beta_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 281.514468 -0:The maximum resident set size (KB) = 869080 +0:The total amount of wall time = 281.590138 +0:The maximum resident set size (KB) = 868844 -Test 097 rrfs_v1beta_debug PASS +Test 096 rrfs_v1beta_debug PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220228/INTEL/control_wam_debug -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_60657/control_wam_debug -Checking test 098 control_wam_debug results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220304/INTEL/control_wam_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_37115/control_wam_debug +Checking test 097 control_wam_debug results .... Comparing sfcf019.nc .........OK Comparing atmf019.nc .........OK -0:The total amount of wall time = 295.829547 -0:The maximum resident set size (KB) = 232532 +0:The total amount of wall time = 296.014852 +0:The maximum resident set size (KB) = 232700 -Test 098 control_wam_debug PASS +Test 097 control_wam_debug PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220228/INTEL/hafs_regional_atm -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_60657/hafs_regional_atm -Checking test 099 hafs_regional_atm results .... - Comparing atmf006.nc .........OK +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220304/INTEL/hafs_regional_atm +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_37115/hafs_regional_atm +Checking test 098 hafs_regional_atm results .... + Comparing atmf006.nc ............ALT CHECK......OK Comparing sfcf006.nc .........OK -0:The total amount of wall time = 515.295793 -0:The maximum resident set size (KB) = 670944 +0:The total amount of wall time = 517.585678 +0:The maximum resident set size (KB) = 670548 -Test 099 hafs_regional_atm PASS +Test 098 hafs_regional_atm PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220228/INTEL/hafs_regional_atm_thompson_gfdlsf -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_60657/hafs_regional_atm_thompson_gfdlsf -Checking test 100 hafs_regional_atm_thompson_gfdlsf results .... - Comparing atmf006.nc .........OK +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220304/INTEL/hafs_regional_atm_thompson_gfdlsf +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_37115/hafs_regional_atm_thompson_gfdlsf +Checking test 099 hafs_regional_atm_thompson_gfdlsf results .... + Comparing atmf006.nc ............ALT CHECK......OK Comparing sfcf006.nc .........OK -0:The total amount of wall time = 594.321267 -0:The maximum resident set size (KB) = 1027080 +0:The total amount of wall time = 597.226832 +0:The maximum resident set size (KB) = 1026992 -Test 100 hafs_regional_atm_thompson_gfdlsf PASS +Test 099 hafs_regional_atm_thompson_gfdlsf PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220228/INTEL/hafs_regional_atm_ocn -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_60657/hafs_regional_atm_ocn -Checking test 101 hafs_regional_atm_ocn results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220304/INTEL/hafs_regional_atm_ocn +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_37115/hafs_regional_atm_ocn +Checking test 100 hafs_regional_atm_ocn results .... Comparing atmf006.nc ............ALT CHECK......OK Comparing sfcf006.nc .........OK Comparing archv.2019_241_06.a .........OK @@ -2920,90 +2881,90 @@ Checking test 101 hafs_regional_atm_ocn results .... Comparing ufs.hafs.cpl.hi.2019-08-29-21600.nc .........OK Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK -0:The total amount of wall time = 414.167480 -0:The maximum resident set size (KB) = 685860 +0:The total amount of wall time = 415.417069 +0:The maximum resident set size (KB) = 687012 -Test 101 hafs_regional_atm_ocn PASS +Test 100 hafs_regional_atm_ocn PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220228/INTEL/hafs_regional_atm_wav -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_60657/hafs_regional_atm_wav -Checking test 102 hafs_regional_atm_wav results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220304/INTEL/hafs_regional_atm_wav +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_37115/hafs_regional_atm_wav +Checking test 101 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 = 964.188268 -0:The maximum resident set size (KB) = 685104 +0:The total amount of wall time = 940.533842 +0:The maximum resident set size (KB) = 685480 -Test 102 hafs_regional_atm_wav PASS +Test 101 hafs_regional_atm_wav PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220228/INTEL/hafs_regional_atm_ocn_wav -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_60657/hafs_regional_atm_ocn_wav -Checking test 103 hafs_regional_atm_ocn_wav results .... - Comparing atmf006.nc .........OK +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220304/INTEL/hafs_regional_atm_ocn_wav +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_37115/hafs_regional_atm_ocn_wav +Checking test 102 hafs_regional_atm_ocn_wav results .... + Comparing atmf006.nc ............ALT CHECK......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 = 1040.696705 -0:The maximum resident set size (KB) = 685892 +0:The total amount of wall time = 1039.847195 +0:The maximum resident set size (KB) = 685992 -Test 103 hafs_regional_atm_ocn_wav PASS +Test 102 hafs_regional_atm_ocn_wav PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220228/INTEL/hafs_regional_1nest_atm -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_60657/hafs_regional_1nest_atm -Checking test 104 hafs_regional_1nest_atm results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220304/INTEL/hafs_regional_1nest_atm +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_37115/hafs_regional_1nest_atm +Checking test 103 hafs_regional_1nest_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK - Comparing atm.nest02.f006.nc .........OK + Comparing atm.nest02.f006.nc ............ALT CHECK......OK Comparing sfc.nest02.f006.nc .........OK -0:The total amount of wall time = 1035.367269 -0:The maximum resident set size (KB) = 271144 +0:The total amount of wall time = 1039.384091 +0:The maximum resident set size (KB) = 271100 -Test 104 hafs_regional_1nest_atm PASS +Test 103 hafs_regional_1nest_atm PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220228/INTEL/hafs_regional_telescopic_2nests_atm -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_60657/hafs_regional_telescopic_2nests_atm -Checking test 105 hafs_regional_telescopic_2nests_atm results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220304/INTEL/hafs_regional_telescopic_2nests_atm +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_37115/hafs_regional_telescopic_2nests_atm +Checking test 104 hafs_regional_telescopic_2nests_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK - Comparing atm.nest02.f006.nc ............ALT CHECK......OK + Comparing atm.nest02.f006.nc .........OK Comparing sfc.nest02.f006.nc .........OK Comparing atm.nest03.f006.nc .........OK - Comparing sfc.nest03.f006.nc ............ALT CHECK......OK + Comparing sfc.nest03.f006.nc .........OK -0:The total amount of wall time = 1078.960581 -0:The maximum resident set size (KB) = 280000 +0:The total amount of wall time = 1077.953229 +0:The maximum resident set size (KB) = 279964 -Test 105 hafs_regional_telescopic_2nests_atm PASS +Test 104 hafs_regional_telescopic_2nests_atm PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220228/INTEL/hafs_global_1nest_atm -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_60657/hafs_global_1nest_atm -Checking test 106 hafs_global_1nest_atm results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220304/INTEL/hafs_global_1nest_atm +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_37115/hafs_global_1nest_atm +Checking test 105 hafs_global_1nest_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK - Comparing atm.nest02.f006.nc ............ALT CHECK......OK + Comparing atm.nest02.f006.nc .........OK Comparing sfc.nest02.f006.nc ............ALT CHECK......OK -0:The total amount of wall time = 678.231612 -0:The maximum resident set size (KB) = 167860 +0:The total amount of wall time = 676.409621 +0:The maximum resident set size (KB) = 167528 -Test 106 hafs_global_1nest_atm PASS +Test 105 hafs_global_1nest_atm PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220228/INTEL/hafs_global_multiple_4nests_atm -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_60657/hafs_global_multiple_4nests_atm -Checking test 107 hafs_global_multiple_4nests_atm results .... - Comparing atmf006.nc .........OK +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220304/INTEL/hafs_global_multiple_4nests_atm +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_37115/hafs_global_multiple_4nests_atm +Checking test 106 hafs_global_multiple_4nests_atm results .... + Comparing atmf006.nc ............ALT CHECK......OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK Comparing sfc.nest02.f006.nc .........OK @@ -3012,138 +2973,138 @@ Checking test 107 hafs_global_multiple_4nests_atm results .... Comparing sfc.nest04.f006.nc .........OK Comparing sfc.nest04.f006.nc .........OK Comparing atm.nest05.f006.nc .........OK - Comparing sfc.nest05.f006.nc .........OK + Comparing sfc.nest05.f006.nc ............ALT CHECK......OK -0:The total amount of wall time = 1255.027740 -0:The maximum resident set size (KB) = 235980 +0:The total amount of wall time = 1250.937881 +0:The maximum resident set size (KB) = 235292 -Test 107 hafs_global_multiple_4nests_atm PASS +Test 106 hafs_global_multiple_4nests_atm PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220228/INTEL/hafs_regional_docn -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_60657/hafs_regional_docn -Checking test 108 hafs_regional_docn results .... - Comparing atmf006.nc .........OK +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220304/INTEL/hafs_regional_docn +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_37115/hafs_regional_docn +Checking test 107 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 = 371.016957 -0:The maximum resident set size (KB) = 687884 +0:The total amount of wall time = 368.563739 +0:The maximum resident set size (KB) = 688224 -Test 108 hafs_regional_docn PASS +Test 107 hafs_regional_docn PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220228/INTEL/hafs_regional_docn_oisst -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_60657/hafs_regional_docn_oisst -Checking test 109 hafs_regional_docn_oisst results .... - Comparing atmf006.nc .........OK +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220304/INTEL/hafs_regional_docn_oisst +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_37115/hafs_regional_docn_oisst +Checking test 108 hafs_regional_docn_oisst results .... + Comparing atmf006.nc ............ALT CHECK......OK Comparing sfcf006.nc .........OK Comparing ufs.hafs.cpl.hi.2019-08-29-21600.nc .........OK Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK Comparing ufs.hafs.docn.r.2019-08-29-21600.nc .........OK -0:The total amount of wall time = 369.300994 -0:The maximum resident set size (KB) = 687460 +0:The total amount of wall time = 368.908226 +0:The maximum resident set size (KB) = 687800 -Test 109 hafs_regional_docn_oisst PASS +Test 108 hafs_regional_docn_oisst PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220228/INTEL/hafs_regional_datm_cdeps -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_60657/hafs_regional_datm_cdeps -Checking test 110 hafs_regional_datm_cdeps results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220304/INTEL/hafs_regional_datm_cdeps +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_37115/hafs_regional_datm_cdeps +Checking test 109 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 = 1301.458930 -0:The maximum resident set size (KB) = 866628 +0:The total amount of wall time = 1299.788391 +0:The maximum resident set size (KB) = 868292 -Test 110 hafs_regional_datm_cdeps PASS +Test 109 hafs_regional_datm_cdeps PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220228/INTEL/datm_cdeps_control_cfsr -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_60657/datm_cdeps_control_cfsr -Checking test 111 datm_cdeps_control_cfsr results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220304/INTEL/datm_cdeps_control_cfsr +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_37115/datm_cdeps_control_cfsr +Checking test 110 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 = 165.869848 -0:The maximum resident set size (KB) = 691644 +0:The total amount of wall time = 166.226383 +0:The maximum resident set size (KB) = 691648 -Test 111 datm_cdeps_control_cfsr PASS +Test 110 datm_cdeps_control_cfsr PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220228/INTEL/datm_cdeps_control_cfsr -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_60657/datm_cdeps_restart_cfsr -Checking test 112 datm_cdeps_restart_cfsr results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220304/INTEL/datm_cdeps_control_cfsr +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_37115/datm_cdeps_restart_cfsr +Checking test 111 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 = 100.703630 -0:The maximum resident set size (KB) = 691304 +0:The total amount of wall time = 101.968145 +0:The maximum resident set size (KB) = 692000 -Test 112 datm_cdeps_restart_cfsr PASS +Test 111 datm_cdeps_restart_cfsr PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220228/INTEL/datm_cdeps_control_gefs -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_60657/datm_cdeps_control_gefs -Checking test 113 datm_cdeps_control_gefs results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220304/INTEL/datm_cdeps_control_gefs +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_37115/datm_cdeps_control_gefs +Checking test 112 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 = 160.836637 -0:The maximum resident set size (KB) = 589576 +0:The total amount of wall time = 160.578375 +0:The maximum resident set size (KB) = 589580 -Test 113 datm_cdeps_control_gefs PASS +Test 112 datm_cdeps_control_gefs PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220228/INTEL/datm_cdeps_stochy_gefs -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_60657/datm_cdeps_stochy_gefs -Checking test 114 datm_cdeps_stochy_gefs results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220304/INTEL/datm_cdeps_stochy_gefs +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_37115/datm_cdeps_stochy_gefs +Checking test 113 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 = 156.791283 -0:The maximum resident set size (KB) = 588916 +0:The total amount of wall time = 163.633648 +0:The maximum resident set size (KB) = 589952 -Test 114 datm_cdeps_stochy_gefs PASS +Test 113 datm_cdeps_stochy_gefs PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220228/INTEL/datm_cdeps_bulk_cfsr -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_60657/datm_cdeps_bulk_cfsr -Checking test 115 datm_cdeps_bulk_cfsr results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220304/INTEL/datm_cdeps_bulk_cfsr +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_37115/datm_cdeps_bulk_cfsr +Checking test 114 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 = 166.921371 -0:The maximum resident set size (KB) = 702912 +0:The total amount of wall time = 166.670709 +0:The maximum resident set size (KB) = 691788 -Test 115 datm_cdeps_bulk_cfsr PASS +Test 114 datm_cdeps_bulk_cfsr PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220228/INTEL/datm_cdeps_bulk_gefs -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_60657/datm_cdeps_bulk_gefs -Checking test 116 datm_cdeps_bulk_gefs results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220304/INTEL/datm_cdeps_bulk_gefs +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_37115/datm_cdeps_bulk_gefs +Checking test 115 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 = 160.502525 -0:The maximum resident set size (KB) = 589812 +0:The total amount of wall time = 155.890044 +0:The maximum resident set size (KB) = 589556 -Test 116 datm_cdeps_bulk_gefs PASS +Test 115 datm_cdeps_bulk_gefs PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220228/INTEL/datm_cdeps_mx025_cfsr -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_60657/datm_cdeps_mx025_cfsr -Checking test 117 datm_cdeps_mx025_cfsr results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220304/INTEL/datm_cdeps_mx025_cfsr +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_37115/datm_cdeps_mx025_cfsr +Checking test 116 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 @@ -3151,15 +3112,15 @@ Checking test 117 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 = 353.759946 -0:The maximum resident set size (KB) = 528504 +0:The total amount of wall time = 355.227465 +0:The maximum resident set size (KB) = 520436 -Test 117 datm_cdeps_mx025_cfsr PASS +Test 116 datm_cdeps_mx025_cfsr PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220228/INTEL/datm_cdeps_mx025_gefs -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_60657/datm_cdeps_mx025_gefs -Checking test 118 datm_cdeps_mx025_gefs results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220304/INTEL/datm_cdeps_mx025_gefs +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_37115/datm_cdeps_mx025_gefs +Checking test 117 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 @@ -3167,52 +3128,52 @@ Checking test 118 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 = 345.903657 -0:The maximum resident set size (KB) = 492716 +0:The total amount of wall time = 352.703272 +0:The maximum resident set size (KB) = 492516 -Test 118 datm_cdeps_mx025_gefs PASS +Test 117 datm_cdeps_mx025_gefs PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220228/INTEL/datm_cdeps_control_cfsr -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_60657/datm_cdeps_multiple_files_cfsr -Checking test 119 datm_cdeps_multiple_files_cfsr results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220304/INTEL/datm_cdeps_control_cfsr +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_37115/datm_cdeps_multiple_files_cfsr +Checking test 118 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 = 161.215443 -0:The maximum resident set size (KB) = 691412 +0:The total amount of wall time = 166.073534 +0:The maximum resident set size (KB) = 691140 -Test 119 datm_cdeps_multiple_files_cfsr PASS +Test 118 datm_cdeps_multiple_files_cfsr PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220228/INTEL/datm_cdeps_3072x1536_cfsr -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_60657/datm_cdeps_3072x1536_cfsr -Checking test 120 datm_cdeps_3072x1536_cfsr results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220304/INTEL/datm_cdeps_3072x1536_cfsr +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_37115/datm_cdeps_3072x1536_cfsr +Checking test 119 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 = 252.362488 -0:The maximum resident set size (KB) = 1843640 +0:The total amount of wall time = 252.818791 +0:The maximum resident set size (KB) = 1843504 -Test 120 datm_cdeps_3072x1536_cfsr PASS +Test 119 datm_cdeps_3072x1536_cfsr PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220228/INTEL/datm_cdeps_debug_cfsr -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_60657/datm_cdeps_debug_cfsr -Checking test 121 datm_cdeps_debug_cfsr results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220304/INTEL/datm_cdeps_debug_cfsr +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_37115/datm_cdeps_debug_cfsr +Checking test 120 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 = 455.253539 -0:The maximum resident set size (KB) = 699456 +0:The total amount of wall time = 455.330043 +0:The maximum resident set size (KB) = 699972 -Test 121 datm_cdeps_debug_cfsr PASS +Test 120 datm_cdeps_debug_cfsr PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220228/INTEL/control_atmwav -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_60657/control_atmwav -Checking test 122 control_atmwav results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220304/INTEL/control_atmwav +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_37115/control_atmwav +Checking test 121 control_atmwav results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK Comparing atmf000.nc .........OK @@ -3255,12 +3216,12 @@ Checking test 122 control_atmwav results .... Comparing RESTART/sfc_data.tile6.nc .........OK Comparing 20210322.180000.restart.glo_1deg .........OK -0:The total amount of wall time = 137.019782 -0:The maximum resident set size (KB) = 462940 +0:The total amount of wall time = 137.412981 +0:The maximum resident set size (KB) = 463192 -Test 122 control_atmwav PASS +Test 121 control_atmwav PASS REGRESSION TEST WAS SUCCESSFUL -Thu Mar 3 13:35:27 MST 2022 -Elapsed time: 01h:04m:09s. Have a nice day! +Wed Mar 9 15:13:39 MST 2022 +Elapsed time: 03h:17m:03s. Have a nice day! From 536a6838941fdcd7014d2b71dcb1a18b7f838a80 Mon Sep 17 00:00:00 2001 From: Brian Curtis Date: Wed, 9 Mar 2022 22:18:29 +0000 Subject: [PATCH 105/106] [AutoRT] jet.intel Job Completed. on-behalf-of @ufs-community --- tests/RegressionTests_jet.intel.log | 1655 +++++++++++---------------- 1 file changed, 672 insertions(+), 983 deletions(-) diff --git a/tests/RegressionTests_jet.intel.log b/tests/RegressionTests_jet.intel.log index bbb45c0ea3..ee59d17289 100644 --- a/tests/RegressionTests_jet.intel.log +++ b/tests/RegressionTests_jet.intel.log @@ -1,23 +1,24 @@ -Thu Mar 3 19:31:58 GMT 2022 +Wed Mar 9 20:22:52 GMT 2022 Start Regression test -Compile 001 elapsed time 1347 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 238 seconds. -DAPP=S2S -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v16_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile 003 elapsed time 1242 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 1292 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_RRFS_v1beta,FV3_RRFS_v1nssl -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -Compile 005 elapsed time 1308 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 722 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 247 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 241 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 224 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 1218 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 1219 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 280 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -DMOM6SOLO=ON -Compile 013 elapsed time 129 seconds. -DAPP=NG-GODAS -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile 014 elapsed time 1193 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-20220228/INTEL/cpld_control_p8 -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_24607/cpld_control_p8 +Compile 001 elapsed time 1410 seconds. -DAPP=S2SW -DUFS_GOCART=ON -DCCPP_SUITES=FV3_GFS_v16_coupled_nsstNoahmpUGWPv1,FV3_GFS_v16_coupled_p7_rrtmgp,FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -DMOM6SOLO=ON +Compile 002 elapsed time 246 seconds. -DAPP=S2S -DDEBUG=ON -DUFS_GOCART=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile 003 elapsed time 1216 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_v17_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON +Compile 004 elapsed time 1265 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_RRFS_v1beta,FV3_RRFS_v1nssl -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON +Compile 005 elapsed time 1243 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 704 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 242 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_v17_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 008 elapsed time 213 seconds. -DAPP=ATM -DDEBUG=ON -DCCPP_SUITES=FV3_RAP,FV3_RAP_cires_ugwp,FV3_RAP_unified_ugwp,FV3_RAP_flake -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 009 elapsed time 267 seconds. -DAPP=ATM -DDEBUG=ON -DCCPP_SUITES=FV3_RAP_noah,FV3_RAP_RRTMGP,FV3_RAP_sfcdiff,FV3_RAP_noah_sfcdiff_cires_ugwp,FV3_RRFS_v1beta -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 010 elapsed time 208 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 011 elapsed time 1211 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 012 elapsed time 1210 seconds. -DAPP=HAFS-ALL -DCCPP_SUITES=FV3_HAFS_v0_gfdlmp_tedmf,FV3_HAFS_v0_gfdlmp_tedmf_nonsst -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON +Compile 013 elapsed time 272 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -DMOM6SOLO=ON +Compile 014 elapsed time 124 seconds. -DAPP=NG-GODAS -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile 015 elapsed time 1187 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-20220304/INTEL/cpld_control_p8 +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_13875/cpld_control_p8 Checking test 001 cpld_control_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -78,18 +79,19 @@ Checking test 001 cpld_control_p8 results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2021-03-23-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK + Comparing gocart.inst_aod.20210323_0600z.nc4 .........OK Comparing 20210323.060000.out_grd.glo_1deg .........OK Comparing 20210323.060000.out_pnt.points .........OK Comparing 20210323.060000.restart.glo_1deg .........OK - 0: The total amount of wall time = 301.094781 - 0: The maximum resident set size (KB) = 599912 + 0: The total amount of wall time = 455.070609 + 0: The maximum resident set size (KB) = 1142084 Test 001 cpld_control_p8 PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/cpld_control_p8 -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_24607/cpld_2threads_p8 +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/cpld_control_p8 +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_13875/cpld_2threads_p8 Checking test 002 cpld_2threads_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -138,18 +140,19 @@ Checking test 002 cpld_2threads_p8 results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2021-03-23-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK + Comparing gocart.inst_aod.20210323_0600z.nc4 .........OK Comparing 20210323.060000.out_grd.glo_1deg .........OK Comparing 20210323.060000.out_pnt.points .........OK Comparing 20210323.060000.restart.glo_1deg .........OK - 0: The total amount of wall time = 881.560167 - 0: The maximum resident set size (KB) = 662816 + 0: The total amount of wall time = 1370.785659 + 0: The maximum resident set size (KB) = 1735644 Test 002 cpld_2threads_p8 PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/cpld_control_p8 -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_24607/cpld_mpi_p8 +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/cpld_control_p8 +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_13875/cpld_mpi_p8 Checking test 003 cpld_mpi_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -198,18 +201,19 @@ Checking test 003 cpld_mpi_p8 results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2021-03-23-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK + Comparing gocart.inst_aod.20210323_0600z.nc4 .........OK Comparing 20210323.060000.out_grd.glo_1deg .........OK Comparing 20210323.060000.out_pnt.points .........OK Comparing 20210323.060000.restart.glo_1deg .........OK - 0: The total amount of wall time = 260.912927 - 0: The maximum resident set size (KB) = 592052 + 0: The total amount of wall time = 387.335929 + 0: The maximum resident set size (KB) = 1275100 Test 003 cpld_mpi_p8 PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/cpld_control_p7_rrtmgp -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_24607/cpld_control_p7_rrtmgp +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/cpld_control_p7_rrtmgp +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_13875/cpld_control_p7_rrtmgp Checking test 004 cpld_control_p7_rrtmgp results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -262,14 +266,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 = 353.664187 - 0: The maximum resident set size (KB) = 701640 + 0: The total amount of wall time = 354.621689 + 0: The maximum resident set size (KB) = 660028 Test 004 cpld_control_p7_rrtmgp PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/cpld_bmark_p7 -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_24607/cpld_bmark_p7 +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/cpld_bmark_p7 +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_13875/cpld_bmark_p7 Checking test 005 cpld_bmark_p7 results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK @@ -314,119 +318,15 @@ 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 = 1187.909050 - 0: The maximum resident set size (KB) = 1354672 + 0: The total amount of wall time = 1153.616172 + 0: The maximum resident set size (KB) = 1227924 Test 005 cpld_bmark_p7 PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/cpld_bmark_p8 -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_24607/cpld_bmark_p8 -Checking test 006 cpld_bmark_p8 results .... - Comparing sfcf006.nc .........OK - Comparing atmf006.nc .........OK - Comparing 20130401.060000.out_grd.gwes_30m .........OK - Comparing 20130401.060000.out_pnt.points .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - Comparing RESTART/MOM.res.nc .........OK - Comparing RESTART/MOM.res_1.nc .........OK - Comparing RESTART/MOM.res_2.nc .........OK - Comparing RESTART/MOM.res_3.nc .........OK - Comparing RESTART/iced.2013-04-01-21600.nc .........OK - Comparing RESTART/ufs.cpld.cpl.r.2013-04-01-21600.nc .........OK - - 0: The total amount of wall time = 1200.445212 - 0: The maximum resident set size (KB) = 1358036 - -Test 006 cpld_bmark_p8 PASS - - -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/cpld_bmark_p8 -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_24607/cpld_bmark_mpi_p8 -Checking test 007 cpld_bmark_mpi_p8 results .... - Comparing sfcf006.nc .........OK - Comparing atmf006.nc .........OK - Comparing 20130401.060000.out_grd.gwes_30m .........OK - Comparing 20130401.060000.out_pnt.points .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - Comparing RESTART/MOM.res.nc .........OK - Comparing RESTART/MOM.res_1.nc .........OK - Comparing RESTART/MOM.res_2.nc .........OK - Comparing RESTART/MOM.res_3.nc .........OK - Comparing RESTART/iced.2013-04-01-21600.nc .........OK - Comparing RESTART/ufs.cpld.cpl.r.2013-04-01-21600.nc .........OK - - 0: The total amount of wall time = 1196.553082 - 0: The maximum resident set size (KB) = 1361788 - -Test 007 cpld_bmark_mpi_p8 PASS - - -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/cpld_control_c96_p8 -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_24607/cpld_control_c96_p8 -Checking test 008 cpld_control_c96_p8 results .... +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/cpld_control_c96_p8 +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_13875/cpld_control_c96_p8 +Checking test 006 cpld_control_c96_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK Comparing sfcf021.tile3.nc .........OK @@ -451,6 +351,7 @@ Checking test 008 cpld_control_c96_p8 results .... Comparing atmf024.tile4.nc .........OK Comparing atmf024.tile5.nc .........OK Comparing atmf024.tile6.nc .........OK + Comparing gocart.inst_aod.20210323_0600z.nc4 .........OK Comparing RESTART/coupler.res .........OK Comparing RESTART/fv_core.res.nc .........OK Comparing RESTART/fv_core.res.tile1.nc .........OK @@ -487,15 +388,15 @@ 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 = 293.649638 - 0: The maximum resident set size (KB) = 591656 + 0: The total amount of wall time = 446.990847 + 0: The maximum resident set size (KB) = 1350424 -Test 008 cpld_control_c96_p8 PASS +Test 006 cpld_control_c96_p8 PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/cpld_control_c96_p8 -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_24607/cpld_restart_c96_p8 -Checking test 009 cpld_restart_c96_p8 results .... +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/cpld_control_c96_p8 +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_13875/cpld_restart_c96_p8 +Checking test 007 cpld_restart_c96_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK Comparing sfcf024.tile3.nc .........OK @@ -508,6 +409,7 @@ Checking test 009 cpld_restart_c96_p8 results .... Comparing atmf024.tile4.nc .........OK Comparing atmf024.tile5.nc .........OK Comparing atmf024.tile6.nc .........OK + Comparing gocart.inst_aod.20210323_0600z.nc4 .........OK Comparing RESTART/coupler.res .........OK Comparing RESTART/fv_core.res.nc .........OK Comparing RESTART/fv_core.res.tile1.nc .........OK @@ -544,229 +446,15 @@ 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 = 163.397473 - 0: The maximum resident set size (KB) = 352516 - -Test 009 cpld_restart_c96_p8 PASS - - -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/cpld_control_c192_p8 -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_24607/cpld_control_c192_p8 -Checking test 010 cpld_control_c192_p8 results .... - Comparing sfcf036.tile1.nc .........OK - Comparing sfcf036.tile2.nc .........OK - Comparing sfcf036.tile3.nc .........OK - Comparing sfcf036.tile4.nc .........OK - Comparing sfcf036.tile5.nc .........OK - Comparing sfcf036.tile6.nc .........OK - Comparing atmf036.tile1.nc .........OK - Comparing atmf036.tile2.nc .........OK - Comparing atmf036.tile3.nc .........OK - Comparing atmf036.tile4.nc .........OK - Comparing atmf036.tile5.nc .........OK - Comparing atmf036.tile6.nc .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - Comparing RESTART/MOM.res.nc .........OK - Comparing RESTART/iced.2021-03-23-64800.nc .........OK - Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-64800.nc .........OK - - 0: The total amount of wall time = 1233.296611 - 0: The maximum resident set size (KB) = 780108 - -Test 010 cpld_control_c192_p8 PASS - - -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/cpld_control_c192_p8 -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_24607/cpld_restart_c192_p8 -Checking test 011 cpld_restart_c192_p8 results .... - Comparing sfcf036.tile1.nc .........OK - Comparing sfcf036.tile2.nc .........OK - Comparing sfcf036.tile3.nc .........OK - Comparing sfcf036.tile4.nc .........OK - Comparing sfcf036.tile5.nc .........OK - Comparing sfcf036.tile6.nc .........OK - Comparing atmf036.tile1.nc .........OK - Comparing atmf036.tile2.nc .........OK - Comparing atmf036.tile3.nc .........OK - Comparing atmf036.tile4.nc .........OK - Comparing atmf036.tile5.nc .........OK - Comparing atmf036.tile6.nc .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - Comparing RESTART/MOM.res.nc .........OK - Comparing RESTART/iced.2021-03-23-64800.nc .........OK - Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-64800.nc .........OK - - 0: The total amount of wall time = 772.277246 - 0: The maximum resident set size (KB) = 875120 - -Test 011 cpld_restart_c192_p8 PASS - - -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/cpld_control_c384_p8 -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_24607/cpld_control_c384_p8 -Checking test 012 cpld_control_c384_p8 results .... - Comparing sfcf006.nc .........OK - Comparing atmf006.nc .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - Comparing RESTART/MOM.res.nc .........OK - Comparing RESTART/MOM.res_1.nc .........OK - Comparing RESTART/MOM.res_2.nc .........OK - Comparing RESTART/MOM.res_3.nc .........OK - Comparing RESTART/iced.2021-03-22-43200.nc .........OK - Comparing RESTART/ufs.cpld.cpl.r.2021-03-22-43200.nc .........OK - - 0: The total amount of wall time = 1368.670864 - 0: The maximum resident set size (KB) = 1323896 + 0: The total amount of wall time = 252.435052 + 0: The maximum resident set size (KB) = 1297520 -Test 012 cpld_control_c384_p8 PASS +Test 007 cpld_restart_c96_p8 PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/cpld_control_c384_p8 -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_24607/cpld_restart_c384_p8 -Checking test 013 cpld_restart_c384_p8 results .... - Comparing sfcf006.nc .........OK - Comparing atmf006.nc .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - Comparing RESTART/MOM.res.nc .........OK - Comparing RESTART/MOM.res_1.nc .........OK - Comparing RESTART/MOM.res_2.nc .........OK - Comparing RESTART/MOM.res_3.nc .........OK - Comparing RESTART/iced.2021-03-22-43200.nc .........OK - Comparing RESTART/ufs.cpld.cpl.r.2021-03-22-43200.nc .........OK - - 0: The total amount of wall time = 747.427916 - 0: The maximum resident set size (KB) = 1285460 - -Test 013 cpld_restart_c384_p8 PASS - - -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/cpld_debug_p8 -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_24607/cpld_debug_p8 -Checking test 014 cpld_debug_p8 results .... +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/cpld_debug_p8 +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_13875/cpld_debug_p8 +Checking test 008 cpld_debug_p8 results .... Comparing sfcf006.tile1.nc .........OK Comparing sfcf006.tile2.nc .........OK Comparing sfcf006.tile3.nc .........OK @@ -779,6 +467,7 @@ Checking test 014 cpld_debug_p8 results .... Comparing atmf006.tile4.nc .........OK Comparing atmf006.tile5.nc .........OK Comparing atmf006.tile6.nc .........OK + Comparing gocart.inst_aod.20210322_1200z.nc4 .........OK Comparing RESTART/coupler.res .........OK Comparing RESTART/fv_core.res.nc .........OK Comparing RESTART/fv_core.res.tile1.nc .........OK @@ -815,15 +504,15 @@ 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 = 803.894187 - 0: The maximum resident set size (KB) = 646052 + 0: The total amount of wall time = 1312.875044 + 0: The maximum resident set size (KB) = 1410532 -Test 014 cpld_debug_p8 PASS +Test 008 cpld_debug_p8 PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/control -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_24607/control -Checking test 015 control results .... +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_13875/control +Checking test 009 control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -869,15 +558,15 @@ 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 = 173.421301 - 0: The maximum resident set size (KB) = 480432 + 0: The total amount of wall time = 182.621396 + 0: The maximum resident set size (KB) = 465260 -Test 015 control PASS +Test 009 control PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/control -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_24607/control_decomp -Checking test 016 control_decomp results .... +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_13875/control_decomp +Checking test 010 control_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -919,29 +608,29 @@ 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 = 178.478156 - 0: The maximum resident set size (KB) = 477544 + 0: The total amount of wall time = 187.400001 + 0: The maximum resident set size (KB) = 467440 -Test 016 control_decomp PASS +Test 010 control_decomp PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/control -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_24607/control_2dwrtdecomp -Checking test 017 control_2dwrtdecomp results .... +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_13875/control_2dwrtdecomp +Checking test 011 control_2dwrtdecomp results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK Comparing atmf024.nc .........OK - 0: The total amount of wall time = 165.816995 - 0: The maximum resident set size (KB) = 477972 + 0: The total amount of wall time = 172.111273 + 0: The maximum resident set size (KB) = 469920 -Test 017 control_2dwrtdecomp PASS +Test 011 control_2dwrtdecomp PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/control -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_24607/control_2threads -Checking test 018 control_2threads results .... +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_13875/control_2threads +Checking test 012 control_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -983,15 +672,15 @@ 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 = 762.462361 - 0: The maximum resident set size (KB) = 529596 + 0: The total amount of wall time = 757.054373 + 0: The maximum resident set size (KB) = 518972 -Test 018 control_2threads PASS +Test 012 control_2threads PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/control -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_24607/control_restart -Checking test 019 control_restart results .... +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_13875/control_restart +Checking test 013 control_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK Comparing GFSFLX.GrbF24 .........OK @@ -1029,15 +718,15 @@ 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 = 93.694171 - 0: The maximum resident set size (KB) = 218944 + 0: The total amount of wall time = 96.635530 + 0: The maximum resident set size (KB) = 205548 -Test 019 control_restart PASS +Test 013 control_restart PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/control -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_24607/control_fhzero -Checking test 020 control_fhzero results .... +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_13875/control_fhzero +Checking test 014 control_fhzero results .... Comparing sfcf000.nc ............ALT CHECK......OK Comparing sfcf021.nc ............ALT CHECK......OK Comparing atmf000.nc .........OK @@ -1079,15 +768,15 @@ 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 = 166.856066 - 0: The maximum resident set size (KB) = 478396 + 0: The total amount of wall time = 172.229533 + 0: The maximum resident set size (KB) = 467344 -Test 020 control_fhzero PASS +Test 014 control_fhzero PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/control_CubedSphereGrid -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_24607/control_CubedSphereGrid -Checking test 021 control_CubedSphereGrid results .... +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_CubedSphereGrid +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_13875/control_CubedSphereGrid +Checking test 015 control_CubedSphereGrid results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK Comparing sfcf000.tile3.nc .........OK @@ -1113,15 +802,15 @@ Checking test 021 control_CubedSphereGrid results .... Comparing atmf024.tile5.nc .........OK Comparing atmf024.tile6.nc .........OK - 0: The total amount of wall time = 163.484081 - 0: The maximum resident set size (KB) = 481012 + 0: The total amount of wall time = 173.651304 + 0: The maximum resident set size (KB) = 469668 -Test 021 control_CubedSphereGrid PASS +Test 015 control_CubedSphereGrid PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/control_latlon -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_24607/control_latlon -Checking test 022 control_latlon results .... +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_latlon +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_13875/control_latlon +Checking test 016 control_latlon results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -1131,15 +820,15 @@ Checking test 022 control_latlon results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 169.448188 - 0: The maximum resident set size (KB) = 480788 + 0: The total amount of wall time = 176.461223 + 0: The maximum resident set size (KB) = 467908 -Test 022 control_latlon PASS +Test 016 control_latlon PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/control_wrtGauss_netcdf_parallel -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_24607/control_wrtGauss_netcdf_parallel -Checking test 023 control_wrtGauss_netcdf_parallel results .... +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_wrtGauss_netcdf_parallel +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_13875/control_wrtGauss_netcdf_parallel +Checking test 017 control_wrtGauss_netcdf_parallel results .... Comparing sfcf000.nc ............ALT CHECK......OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -1149,15 +838,15 @@ Checking test 023 control_wrtGauss_netcdf_parallel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 176.015714 - 0: The maximum resident set size (KB) = 481192 + 0: The total amount of wall time = 181.205599 + 0: The maximum resident set size (KB) = 468344 -Test 023 control_wrtGauss_netcdf_parallel PASS +Test 017 control_wrtGauss_netcdf_parallel PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/control_c48 -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_24607/control_c48 -Checking test 024 control_c48 results .... +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_c48 +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_13875/control_c48 +Checking test 018 control_c48 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -1195,15 +884,15 @@ 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 = 559.135240 -0: The maximum resident set size (KB) = 665704 +0: The total amount of wall time = 558.976032 +0: The maximum resident set size (KB) = 662012 -Test 024 control_c48 PASS +Test 018 control_c48 PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/control_c192 -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_24607/control_c192 -Checking test 025 control_c192 results .... +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_c192 +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_13875/control_c192 +Checking test 019 control_c192 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -1213,15 +902,15 @@ Checking test 025 control_c192 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 674.027298 - 0: The maximum resident set size (KB) = 585612 + 0: The total amount of wall time = 685.339204 + 0: The maximum resident set size (KB) = 563368 -Test 025 control_c192 PASS +Test 019 control_c192 PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/control_c384 -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_24607/control_c384 -Checking test 026 control_c384 results .... +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_c384 +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_13875/control_c384 +Checking test 020 control_c384 results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK Comparing atmf000.nc .........OK @@ -1231,15 +920,15 @@ Checking test 026 control_c384 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 834.603062 - 0: The maximum resident set size (KB) = 752836 + 0: The total amount of wall time = 836.738447 + 0: The maximum resident set size (KB) = 696532 -Test 026 control_c384 PASS +Test 020 control_c384 PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/control_c384gdas -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_24607/control_c384gdas -Checking test 027 control_c384gdas results .... +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_c384gdas +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_13875/control_c384gdas +Checking test 021 control_c384gdas results .... Comparing sfcf000.nc .........OK Comparing sfcf006.nc .........OK Comparing atmf000.nc .........OK @@ -1281,15 +970,15 @@ 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 = 787.593359 - 0: The maximum resident set size (KB) = 833404 + 0: The total amount of wall time = 766.389405 + 0: The maximum resident set size (KB) = 774324 -Test 027 control_c384gdas PASS +Test 021 control_c384gdas PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/control_stochy -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_24607/control_stochy -Checking test 028 control_stochy results .... +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_stochy +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_13875/control_stochy +Checking test 022 control_stochy results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK Comparing atmf000.nc .........OK @@ -1299,29 +988,29 @@ Checking test 028 control_stochy results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 112.966916 - 0: The maximum resident set size (KB) = 478900 + 0: The total amount of wall time = 121.842787 + 0: The maximum resident set size (KB) = 468964 -Test 028 control_stochy PASS +Test 022 control_stochy PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/control_stochy -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_24607/control_stochy_restart -Checking test 029 control_stochy_restart results .... +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_stochy +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_13875/control_stochy_restart +Checking test 023 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 = 65.447017 - 0: The maximum resident set size (KB) = 242388 + 0: The total amount of wall time = 66.390284 + 0: The maximum resident set size (KB) = 230372 -Test 029 control_stochy_restart PASS +Test 023 control_stochy_restart PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/control_lndp -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_24607/control_lndp -Checking test 030 control_lndp results .... +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_lndp +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_13875/control_lndp +Checking test 024 control_lndp results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK Comparing atmf000.nc .........OK @@ -1331,15 +1020,15 @@ Checking test 030 control_lndp results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 101.442751 - 0: The maximum resident set size (KB) = 486096 + 0: The total amount of wall time = 105.410534 + 0: The maximum resident set size (KB) = 472288 -Test 030 control_lndp PASS +Test 024 control_lndp PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/control_iovr4 -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_24607/control_iovr4 -Checking test 031 control_iovr4 results .... +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_iovr4 +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_13875/control_iovr4 +Checking test 025 control_iovr4 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -1353,15 +1042,15 @@ Checking test 031 control_iovr4 results .... Comparing GFSPRS.GrbF21 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 172.123297 - 0: The maximum resident set size (KB) = 480956 + 0: The total amount of wall time = 180.960308 + 0: The maximum resident set size (KB) = 461728 -Test 031 control_iovr4 PASS +Test 025 control_iovr4 PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/control_iovr5 -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_24607/control_iovr5 -Checking test 032 control_iovr5 results .... +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_iovr5 +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_13875/control_iovr5 +Checking test 026 control_iovr5 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -1375,15 +1064,15 @@ Checking test 032 control_iovr5 results .... Comparing GFSPRS.GrbF21 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 174.179382 - 0: The maximum resident set size (KB) = 475664 + 0: The total amount of wall time = 182.877380 + 0: The maximum resident set size (KB) = 467284 -Test 032 control_iovr5 PASS +Test 026 control_iovr5 PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/control_p8 -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_24607/control_p8 -Checking test 033 control_p8 results .... +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_p8 +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_13875/control_p8 +Checking test 027 control_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -1429,15 +1118,15 @@ Checking test 033 control_p8 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 198.496214 - 0: The maximum resident set size (KB) = 506236 + 0: The total amount of wall time = 216.028891 + 0: The maximum resident set size (KB) = 844268 -Test 033 control_p8 PASS +Test 027 control_p8 PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/control_p8 -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_24607/control_restart_p8 -Checking test 034 control_restart_p8 results .... +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_p8 +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_13875/control_restart_p8 +Checking test 028 control_restart_p8 results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK Comparing GFSFLX.GrbF24 .........OK @@ -1475,15 +1164,15 @@ Checking test 034 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 = 109.543095 - 0: The maximum resident set size (KB) = 293844 + 0: The total amount of wall time = 114.540346 + 0: The maximum resident set size (KB) = 595468 -Test 034 control_restart_p8 PASS +Test 028 control_restart_p8 PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/control_p8 -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_24607/control_decomp_p8 -Checking test 035 control_decomp_p8 results .... +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_p8 +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_13875/control_decomp_p8 +Checking test 029 control_decomp_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -1525,15 +1214,15 @@ Checking test 035 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 = 197.368425 - 0: The maximum resident set size (KB) = 499452 + 0: The total amount of wall time = 218.718214 + 0: The maximum resident set size (KB) = 841812 -Test 035 control_decomp_p8 PASS +Test 029 control_decomp_p8 PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/control_p8 -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_24607/control_2threads_p8 -Checking test 036 control_2threads_p8 results .... +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_p8 +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_13875/control_2threads_p8 +Checking test 030 control_2threads_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -1575,15 +1264,15 @@ Checking test 036 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 = 736.320975 - 0: The maximum resident set size (KB) = 572844 + 0: The total amount of wall time = 880.812073 + 0: The maximum resident set size (KB) = 924432 -Test 036 control_2threads_p8 PASS +Test 030 control_2threads_p8 PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/control_p7_rrtmgp -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_24607/control_p7_rrtmgp -Checking test 037 control_p7_rrtmgp results .... +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_p7_rrtmgp +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_13875/control_p7_rrtmgp +Checking test 031 control_p7_rrtmgp results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -1629,15 +1318,15 @@ Checking test 037 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 = 252.102851 - 0: The maximum resident set size (KB) = 601364 + 0: The total amount of wall time = 259.019681 + 0: The maximum resident set size (KB) = 597736 -Test 037 control_p7_rrtmgp PASS +Test 031 control_p7_rrtmgp PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/fv3_regional_control -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_24607/regional_control -Checking test 038 regional_control results .... +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/fv3_regional_control +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_13875/regional_control +Checking test 032 regional_control results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK Comparing phyf000.nc .........OK @@ -1647,58 +1336,58 @@ Checking test 038 regional_control results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF24 .........OK - 0: The total amount of wall time = 433.853659 - 0: The maximum resident set size (KB) = 587156 + 0: The total amount of wall time = 459.613850 + 0: The maximum resident set size (KB) = 577720 -Test 038 regional_control PASS +Test 032 regional_control PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/fv3_regional_control -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_24607/regional_restart -Checking test 039 regional_restart results .... +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/fv3_regional_control +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_13875/regional_restart +Checking test 033 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 = 241.042072 - 0: The maximum resident set size (KB) = 578344 + 0: The total amount of wall time = 252.085034 + 0: The maximum resident set size (KB) = 576660 -Test 039 regional_restart PASS +Test 033 regional_restart PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/fv3_regional_control -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_24607/regional_control_2dwrtdecomp -Checking test 040 regional_control_2dwrtdecomp results .... +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/fv3_regional_control +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_13875/regional_control_2dwrtdecomp +Checking test 034 regional_control_2dwrtdecomp results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK Comparing phyf000.nc .........OK Comparing phyf024.nc .........OK - 0: The total amount of wall time = 429.374431 - 0: The maximum resident set size (KB) = 580800 + 0: The total amount of wall time = 454.227874 + 0: The maximum resident set size (KB) = 575284 -Test 040 regional_control_2dwrtdecomp PASS +Test 034 regional_control_2dwrtdecomp PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/fv3_regional_noquilt -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_24607/regional_noquilt -Checking test 041 regional_noquilt results .... +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/fv3_regional_noquilt +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_13875/regional_noquilt +Checking test 035 regional_noquilt results .... Comparing atmos_4xdaily.nc .........OK Comparing fv3_history2d.nc .........OK Comparing fv3_history.nc .........OK Comparing RESTART/fv_core.res.tile1_new.nc .........OK Comparing RESTART/fv_tracer.res.tile1_new.nc .........OK - 0: The total amount of wall time = 460.725791 - 0: The maximum resident set size (KB) = 591868 + 0: The total amount of wall time = 480.001636 + 0: The maximum resident set size (KB) = 584244 -Test 041 regional_noquilt PASS +Test 035 regional_noquilt PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/fv3_regional_hafs -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_24607/regional_hafs -Checking test 042 regional_hafs results .... +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/fv3_regional_hafs +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_13875/regional_hafs +Checking test 036 regional_hafs results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK Comparing phyf000.nc .........OK @@ -1706,29 +1395,29 @@ Checking test 042 regional_hafs results .... Comparing HURPRS.GrbF00 .........OK Comparing HURPRS.GrbF24 .........OK - 0: The total amount of wall time = 425.843772 - 0: The maximum resident set size (KB) = 580184 + 0: The total amount of wall time = 454.953899 + 0: The maximum resident set size (KB) = 583724 -Test 042 regional_hafs PASS +Test 036 regional_hafs PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/fv3_regional_netcdf_parallel -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_24607/regional_netcdf_parallel -Checking test 043 regional_netcdf_parallel results .... +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/fv3_regional_netcdf_parallel +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_13875/regional_netcdf_parallel +Checking test 037 regional_netcdf_parallel results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK Comparing phyf000.nc .........OK - Comparing phyf024.nc .........OK + Comparing phyf024.nc ............ALT CHECK......OK - 0: The total amount of wall time = 435.514525 - 0: The maximum resident set size (KB) = 583236 + 0: The total amount of wall time = 453.755638 + 0: The maximum resident set size (KB) = 576708 -Test 043 regional_netcdf_parallel PASS +Test 037 regional_netcdf_parallel PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/fv3_regional_RRTMGP -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_24607/regional_RRTMGP -Checking test 044 regional_RRTMGP results .... +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/fv3_regional_RRTMGP +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_13875/regional_RRTMGP +Checking test 038 regional_RRTMGP results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK Comparing phyf000.nc .........OK @@ -1738,15 +1427,15 @@ Checking test 044 regional_RRTMGP results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF24 .........OK - 0: The total amount of wall time = 575.119906 - 0: The maximum resident set size (KB) = 708340 + 0: The total amount of wall time = 597.935948 + 0: The maximum resident set size (KB) = 701060 -Test 044 regional_RRTMGP PASS +Test 038 regional_RRTMGP PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/rap_control -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_24607/rap_control -Checking test 045 rap_control results .... +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/rap_control +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_13875/rap_control +Checking test 039 rap_control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -1792,15 +1481,15 @@ Checking test 045 rap_control results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 478.597764 - 0: The maximum resident set size (KB) = 841220 + 0: The total amount of wall time = 501.051550 + 0: The maximum resident set size (KB) = 832088 -Test 045 rap_control PASS +Test 039 rap_control PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/regional_spp_sppt_shum_skeb -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_24607/regional_spp_sppt_shum_skeb -Checking test 046 regional_spp_sppt_shum_skeb results .... +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/regional_spp_sppt_shum_skeb +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_13875/regional_spp_sppt_shum_skeb +Checking test 040 regional_spp_sppt_shum_skeb results .... Comparing dynf000.nc .........OK Comparing dynf001.nc .........OK Comparing phyf000.nc .........OK @@ -1810,15 +1499,15 @@ Checking test 046 regional_spp_sppt_shum_skeb results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF01 .........OK - 0: The total amount of wall time = 1256.426596 - 0: The maximum resident set size (KB) = 959568 + 0: The total amount of wall time = 1342.302188 + 0: The maximum resident set size (KB) = 920892 -Test 046 regional_spp_sppt_shum_skeb PASS +Test 040 regional_spp_sppt_shum_skeb PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/rap_control -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_24607/rap_restart -Checking test 047 rap_restart results .... +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/rap_control +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_13875/rap_restart +Checking test 041 rap_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK Comparing GFSFLX.GrbF24 .........OK @@ -1856,15 +1545,15 @@ Checking test 047 rap_restart results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 245.005901 - 0: The maximum resident set size (KB) = 594028 + 0: The total amount of wall time = 255.263427 + 0: The maximum resident set size (KB) = 579860 -Test 047 rap_restart PASS +Test 041 rap_restart PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/rap_sfcdiff -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_24607/rap_sfcdiff -Checking test 048 rap_sfcdiff results .... +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/rap_sfcdiff +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_13875/rap_sfcdiff +Checking test 042 rap_sfcdiff results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -1910,15 +1599,15 @@ Checking test 048 rap_sfcdiff results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 480.566431 - 0: The maximum resident set size (KB) = 843488 + 0: The total amount of wall time = 501.747007 + 0: The maximum resident set size (KB) = 833680 -Test 048 rap_sfcdiff PASS +Test 042 rap_sfcdiff PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/rap_sfcdiff -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_24607/rap_sfcdiff_restart -Checking test 049 rap_sfcdiff_restart results .... +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/rap_sfcdiff +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_13875/rap_sfcdiff_restart +Checking test 043 rap_sfcdiff_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK Comparing GFSFLX.GrbF24 .........OK @@ -1956,15 +1645,15 @@ Checking test 049 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 = 248.322355 - 0: The maximum resident set size (KB) = 598624 + 0: The total amount of wall time = 257.204143 + 0: The maximum resident set size (KB) = 579236 -Test 049 rap_sfcdiff_restart PASS +Test 043 rap_sfcdiff_restart PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/hrrr_control -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_24607/hrrr_control -Checking test 050 hrrr_control results .... +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/hrrr_control +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_13875/hrrr_control +Checking test 044 hrrr_control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -2010,15 +1699,15 @@ Checking test 050 hrrr_control results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 461.956706 - 0: The maximum resident set size (KB) = 844416 + 0: The total amount of wall time = 485.533065 + 0: The maximum resident set size (KB) = 829560 -Test 050 hrrr_control PASS +Test 044 hrrr_control PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/rrfs_v1beta -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_24607/rrfs_v1beta -Checking test 051 rrfs_v1beta results .... +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/rrfs_v1beta +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_13875/rrfs_v1beta +Checking test 045 rrfs_v1beta results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -2064,15 +1753,15 @@ Checking test 051 rrfs_v1beta results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 474.351006 - 0: The maximum resident set size (KB) = 847296 + 0: The total amount of wall time = 497.802449 + 0: The maximum resident set size (KB) = 831060 -Test 051 rrfs_v1beta PASS +Test 045 rrfs_v1beta PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/rrfs_v1nssl -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_24607/rrfs_v1nssl -Checking test 052 rrfs_v1nssl results .... +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/rrfs_v1nssl +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_13875/rrfs_v1nssl +Checking test 046 rrfs_v1nssl results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -2086,15 +1775,15 @@ Checking test 052 rrfs_v1nssl results .... Comparing GFSPRS.GrbF21 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 587.952918 - 0: The maximum resident set size (KB) = 531068 + 0: The total amount of wall time = 619.250016 + 0: The maximum resident set size (KB) = 522520 -Test 052 rrfs_v1nssl PASS +Test 046 rrfs_v1nssl PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/rrfs_v1nssl_nohailnoccn -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_24607/rrfs_v1nssl_nohailnoccn -Checking test 053 rrfs_v1nssl_nohailnoccn results .... +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/rrfs_v1nssl_nohailnoccn +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_13875/rrfs_v1nssl_nohailnoccn +Checking test 047 rrfs_v1nssl_nohailnoccn results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -2108,15 +1797,15 @@ Checking test 053 rrfs_v1nssl_nohailnoccn results .... Comparing GFSPRS.GrbF21 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 569.699443 - 0: The maximum resident set size (KB) = 526000 + 0: The total amount of wall time = 593.491985 + 0: The maximum resident set size (KB) = 508772 -Test 053 rrfs_v1nssl_nohailnoccn PASS +Test 047 rrfs_v1nssl_nohailnoccn PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/rrfs_conus13km_hrrr_warm -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_24607/rrfs_conus13km_hrrr_warm -Checking test 054 rrfs_conus13km_hrrr_warm results .... +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/rrfs_conus13km_hrrr_warm +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_13875/rrfs_conus13km_hrrr_warm +Checking test 048 rrfs_conus13km_hrrr_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing sfcf002.nc .........OK @@ -2124,15 +1813,15 @@ Checking test 054 rrfs_conus13km_hrrr_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 216.614043 - 0: The maximum resident set size (KB) = 693968 + 0: The total amount of wall time = 235.642893 + 0: The maximum resident set size (KB) = 653428 -Test 054 rrfs_conus13km_hrrr_warm PASS +Test 048 rrfs_conus13km_hrrr_warm PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/rrfs_conus13km_radar_tten_warm -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_24607/rrfs_conus13km_radar_tten_warm -Checking test 055 rrfs_conus13km_radar_tten_warm results .... +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/rrfs_conus13km_radar_tten_warm +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_13875/rrfs_conus13km_radar_tten_warm +Checking test 049 rrfs_conus13km_radar_tten_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing sfcf002.nc .........OK @@ -2140,15 +1829,15 @@ Checking test 055 rrfs_conus13km_radar_tten_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 217.320565 - 0: The maximum resident set size (KB) = 692924 + 0: The total amount of wall time = 238.031069 + 0: The maximum resident set size (KB) = 656464 -Test 055 rrfs_conus13km_radar_tten_warm PASS +Test 049 rrfs_conus13km_radar_tten_warm PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/control_rrtmgp -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_24607/control_rrtmgp -Checking test 056 control_rrtmgp results .... +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_rrtmgp +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_13875/control_rrtmgp +Checking test 050 control_rrtmgp results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -2158,15 +1847,15 @@ Checking test 056 control_rrtmgp results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 268.211211 - 0: The maximum resident set size (KB) = 595252 + 0: The total amount of wall time = 279.007726 + 0: The maximum resident set size (KB) = 589016 -Test 056 control_rrtmgp PASS +Test 050 control_rrtmgp PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/control_rrtmgp_c192 -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_24607/control_rrtmgp_c192 -Checking test 057 control_rrtmgp_c192 results .... +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_rrtmgp_c192 +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_13875/control_rrtmgp_c192 +Checking test 051 control_rrtmgp_c192 results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK Comparing atmf000.nc .........OK @@ -2176,15 +1865,15 @@ Checking test 057 control_rrtmgp_c192 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 730.926073 - 0: The maximum resident set size (KB) = 805408 + 0: The total amount of wall time = 734.016584 + 0: The maximum resident set size (KB) = 797724 -Test 057 control_rrtmgp_c192 PASS +Test 051 control_rrtmgp_c192 PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/control_csawmg -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_24607/control_csawmg -Checking test 058 control_csawmg results .... +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_csawmg +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_13875/control_csawmg +Checking test 052 control_csawmg results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -2194,15 +1883,15 @@ Checking test 058 control_csawmg results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 430.173517 - 0: The maximum resident set size (KB) = 540676 + 0: The total amount of wall time = 446.405524 + 0: The maximum resident set size (KB) = 532004 -Test 058 control_csawmg PASS +Test 052 control_csawmg PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/control_csawmgt -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_24607/control_csawmgt -Checking test 059 control_csawmgt results .... +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_csawmgt +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_13875/control_csawmgt +Checking test 053 control_csawmgt results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -2212,15 +1901,15 @@ Checking test 059 control_csawmgt results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 424.999611 - 0: The maximum resident set size (KB) = 538904 + 0: The total amount of wall time = 438.413743 + 0: The maximum resident set size (KB) = 529200 -Test 059 control_csawmgt PASS +Test 053 control_csawmgt PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/control_flake -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_24607/control_flake -Checking test 060 control_flake results .... +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_flake +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_13875/control_flake +Checking test 054 control_flake results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -2230,15 +1919,15 @@ Checking test 060 control_flake results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 282.346557 - 0: The maximum resident set size (KB) = 547212 + 0: The total amount of wall time = 323.299064 + 0: The maximum resident set size (KB) = 535160 -Test 060 control_flake PASS +Test 054 control_flake PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/control_ras -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_24607/control_ras -Checking test 061 control_ras results .... +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_ras +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_13875/control_ras +Checking test 055 control_ras results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -2248,15 +1937,15 @@ Checking test 061 control_ras results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 231.832603 - 0: The maximum resident set size (KB) = 506620 + 0: The total amount of wall time = 240.295341 + 0: The maximum resident set size (KB) = 493936 -Test 061 control_ras PASS +Test 055 control_ras PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/control_thompson -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_24607/control_thompson -Checking test 062 control_thompson results .... +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_thompson +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_13875/control_thompson +Checking test 056 control_thompson results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -2266,15 +1955,15 @@ Checking test 062 control_thompson results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 291.836611 - 0: The maximum resident set size (KB) = 859848 + 0: The total amount of wall time = 302.873591 + 0: The maximum resident set size (KB) = 842280 -Test 062 control_thompson PASS +Test 056 control_thompson PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/control_thompson_no_aero -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_24607/control_thompson_no_aero -Checking test 063 control_thompson_no_aero results .... +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_thompson_no_aero +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_13875/control_thompson_no_aero +Checking test 057 control_thompson_no_aero results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -2284,55 +1973,55 @@ Checking test 063 control_thompson_no_aero results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 276.342024 - 0: The maximum resident set size (KB) = 847312 + 0: The total amount of wall time = 288.685110 + 0: The maximum resident set size (KB) = 837784 -Test 063 control_thompson_no_aero PASS +Test 057 control_thompson_no_aero PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/control_wam_repro -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_24607/control_wam_repro -Checking test 064 control_wam results .... +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_wam_repro +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_13875/control_wam_repro +Checking test 058 control_wam results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK - 0: The total amount of wall time = 152.098830 - 0: The maximum resident set size (KB) = 238004 + 0: The total amount of wall time = 166.493747 + 0: The maximum resident set size (KB) = 226052 -Test 064 control_wam PASS +Test 058 control_wam PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/control_debug -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_24607/control_debug -Checking test 065 control_debug results .... +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_debug +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_13875/control_debug +Checking test 059 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 = 191.439331 - 0: The maximum resident set size (KB) = 543876 + 0: The total amount of wall time = 188.019168 + 0: The maximum resident set size (KB) = 531472 -Test 065 control_debug PASS +Test 059 control_debug PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/control_debug -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_24607/control_2threads_debug -Checking test 066 control_2threads_debug results .... +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_debug +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_13875/control_2threads_debug +Checking test 060 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 = 364.255880 - 0: The maximum resident set size (KB) = 592268 + 0: The total amount of wall time = 367.297802 + 0: The maximum resident set size (KB) = 584260 -Test 066 control_2threads_debug PASS +Test 060 control_2threads_debug PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/control_CubedSphereGrid_debug -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_24607/control_CubedSphereGrid_debug -Checking test 067 control_CubedSphereGrid_debug results .... +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_CubedSphereGrid_debug +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_13875/control_CubedSphereGrid_debug +Checking test 061 control_CubedSphereGrid_debug results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK Comparing sfcf000.tile3.nc .........OK @@ -2358,459 +2047,459 @@ Checking test 067 control_CubedSphereGrid_debug results .... Comparing atmf001.tile5.nc .........OK Comparing atmf001.tile6.nc .........OK - 0: The total amount of wall time = 206.801017 - 0: The maximum resident set size (KB) = 541736 + 0: The total amount of wall time = 204.992899 + 0: The maximum resident set size (KB) = 529448 -Test 067 control_CubedSphereGrid_debug PASS +Test 061 control_CubedSphereGrid_debug PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/control_wrtGauss_netcdf_parallel_debug -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_24607/control_wrtGauss_netcdf_parallel_debug -Checking test 068 control_wrtGauss_netcdf_parallel_debug results .... +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_wrtGauss_netcdf_parallel_debug +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_13875/control_wrtGauss_netcdf_parallel_debug +Checking test 062 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.290036 - 0: The maximum resident set size (KB) = 543296 + 0: The total amount of wall time = 189.514768 + 0: The maximum resident set size (KB) = 531408 -Test 068 control_wrtGauss_netcdf_parallel_debug PASS +Test 062 control_wrtGauss_netcdf_parallel_debug PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/control_stochy_debug -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_24607/control_stochy_debug -Checking test 069 control_stochy_debug results .... +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_stochy_debug +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_13875/control_stochy_debug +Checking test 063 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 = 217.554289 - 0: The maximum resident set size (KB) = 543728 + 0: The total amount of wall time = 214.048203 + 0: The maximum resident set size (KB) = 535060 -Test 069 control_stochy_debug PASS +Test 063 control_stochy_debug PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/control_lndp_debug -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_24607/control_lndp_debug -Checking test 070 control_lndp_debug results .... +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_lndp_debug +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_13875/control_lndp_debug +Checking test 064 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 = 197.468050 - 0: The maximum resident set size (KB) = 549120 + 0: The total amount of wall time = 191.032186 + 0: The maximum resident set size (KB) = 537724 -Test 070 control_lndp_debug PASS +Test 064 control_lndp_debug PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/control_rrtmgp_debug -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_24607/control_rrtmgp_debug -Checking test 071 control_rrtmgp_debug results .... +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_rrtmgp_debug +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_13875/control_rrtmgp_debug +Checking test 065 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 = 212.611529 - 0: The maximum resident set size (KB) = 641588 + 0: The total amount of wall time = 208.622026 + 0: The maximum resident set size (KB) = 637624 -Test 071 control_rrtmgp_debug PASS +Test 065 control_rrtmgp_debug PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/control_csawmg_debug -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_24607/control_csawmg_debug -Checking test 072 control_csawmg_debug results .... +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_csawmg_debug +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_13875/control_csawmg_debug +Checking test 066 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 = 305.871527 - 0: The maximum resident set size (KB) = 575464 + 0: The total amount of wall time = 301.123593 + 0: The maximum resident set size (KB) = 569672 -Test 072 control_csawmg_debug PASS +Test 066 control_csawmg_debug PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/control_csawmgt_debug -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_24607/control_csawmgt_debug -Checking test 073 control_csawmgt_debug results .... +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_csawmgt_debug +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_13875/control_csawmgt_debug +Checking test 067 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 = 300.221803 - 0: The maximum resident set size (KB) = 572068 + 0: The total amount of wall time = 298.696199 + 0: The maximum resident set size (KB) = 571572 -Test 073 control_csawmgt_debug PASS +Test 067 control_csawmgt_debug PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/control_ras_debug -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_24607/control_ras_debug -Checking test 074 control_ras_debug results .... +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_ras_debug +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_13875/control_ras_debug +Checking test 068 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 = 196.235046 - 0: The maximum resident set size (KB) = 553764 + 0: The total amount of wall time = 193.657092 + 0: The maximum resident set size (KB) = 543344 -Test 074 control_ras_debug PASS +Test 068 control_ras_debug PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/control_diag_debug -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_24607/control_diag_debug -Checking test 075 control_diag_debug results .... +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_diag_debug +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_13875/control_diag_debug +Checking test 069 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 = 202.503956 - 0: The maximum resident set size (KB) = 598924 + 0: The total amount of wall time = 199.582841 + 0: The maximum resident set size (KB) = 587644 -Test 075 control_diag_debug PASS +Test 069 control_diag_debug PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/control_debug_p8 -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_24607/control_debug_p8 -Checking test 076 control_debug_p8 results .... +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_debug_p8 +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_13875/control_debug_p8 +Checking test 070 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 = 206.814749 - 0: The maximum resident set size (KB) = 558592 + 0: The total amount of wall time = 210.230641 + 0: The maximum resident set size (KB) = 906048 -Test 076 control_debug_p8 PASS +Test 070 control_debug_p8 PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/control_thompson_debug -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_24607/control_thompson_debug -Checking test 077 control_thompson_debug results .... +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_thompson_debug +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_13875/control_thompson_debug +Checking test 071 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 = 223.593259 - 0: The maximum resident set size (KB) = 898580 + 0: The total amount of wall time = 220.170841 + 0: The maximum resident set size (KB) = 888624 -Test 077 control_thompson_debug PASS +Test 071 control_thompson_debug PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/control_thompson_no_aero_debug -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_24607/control_thompson_no_aero_debug -Checking test 078 control_thompson_no_aero_debug results .... +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_thompson_no_aero_debug +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_13875/control_thompson_no_aero_debug +Checking test 072 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 = 219.623374 - 0: The maximum resident set size (KB) = 897700 + 0: The total amount of wall time = 211.961224 + 0: The maximum resident set size (KB) = 897632 -Test 078 control_thompson_no_aero_debug PASS +Test 072 control_thompson_no_aero_debug PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/control_thompson_debug_extdiag -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_24607/control_thompson_extdiag_debug -Checking test 079 control_thompson_extdiag_debug results .... +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_thompson_debug_extdiag +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_13875/control_thompson_extdiag_debug +Checking test 073 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 = 239.301853 - 0: The maximum resident set size (KB) = 931664 + 0: The total amount of wall time = 232.347336 + 0: The maximum resident set size (KB) = 921364 -Test 079 control_thompson_extdiag_debug PASS +Test 073 control_thompson_extdiag_debug PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/control_thompson_progcld_thompson_debug -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_24607/control_thompson_progcld_thompson_debug -Checking test 080 control_thompson_progcld_thompson_debug results .... +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_thompson_progcld_thompson_debug +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_13875/control_thompson_progcld_thompson_debug +Checking test 074 control_thompson_progcld_thompson_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 225.750056 - 0: The maximum resident set size (KB) = 898540 + 0: The total amount of wall time = 221.099975 + 0: The maximum resident set size (KB) = 890868 -Test 080 control_thompson_progcld_thompson_debug PASS +Test 074 control_thompson_progcld_thompson_debug PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/fv3_regional_debug -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_24607/regional_debug -Checking test 081 regional_debug results .... +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/fv3_regional_debug +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_13875/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 = 322.226661 - 0: The maximum resident set size (KB) = 609320 + 0: The total amount of wall time = 321.003820 + 0: The maximum resident set size (KB) = 605896 -Test 081 regional_debug PASS +Test 075 regional_debug PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/rap_control_debug -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_24607/rap_control_debug -Checking test 082 rap_control_debug results .... +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/rap_control_debug +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_13875/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 = 344.764206 - 0: The maximum resident set size (KB) = 906920 + 0: The total amount of wall time = 341.260900 + 0: The maximum resident set size (KB) = 896236 -Test 082 rap_control_debug PASS +Test 076 rap_control_debug PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/rap_control_debug -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_24607/rap_unified_drag_suite_debug -Checking test 083 rap_unified_drag_suite_debug results .... +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/rap_control_debug +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_13875/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 = 345.355498 - 0: The maximum resident set size (KB) = 909164 + 0: The total amount of wall time = 344.562955 + 0: The maximum resident set size (KB) = 894776 -Test 083 rap_unified_drag_suite_debug PASS +Test 077 rap_unified_drag_suite_debug PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/rap_diag_debug -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_24607/rap_diag_debug -Checking test 084 rap_diag_debug results .... +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/rap_diag_debug +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_13875/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 = 364.438097 - 0: The maximum resident set size (KB) = 992872 + 0: The total amount of wall time = 364.131696 + 0: The maximum resident set size (KB) = 981736 -Test 084 rap_diag_debug PASS +Test 078 rap_diag_debug PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/rap_cires_ugwp_debug -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_24607/rap_cires_ugwp_debug -Checking test 085 rap_cires_ugwp_debug results .... +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/rap_cires_ugwp_debug +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_13875/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 = 351.154022 - 0: The maximum resident set size (KB) = 909916 + 0: The total amount of wall time = 350.625901 + 0: The maximum resident set size (KB) = 895412 -Test 085 rap_cires_ugwp_debug PASS +Test 079 rap_cires_ugwp_debug PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/rap_cires_ugwp_debug -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_24607/rap_unified_ugwp_debug -Checking test 086 rap_unified_ugwp_debug results .... +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/rap_cires_ugwp_debug +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_13875/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 = 352.583424 - 0: The maximum resident set size (KB) = 905712 + 0: The total amount of wall time = 348.936904 + 0: The maximum resident set size (KB) = 897312 -Test 086 rap_unified_ugwp_debug PASS +Test 080 rap_unified_ugwp_debug PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/rap_noah_debug -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_24607/rap_noah_debug -Checking test 087 rap_noah_debug results .... +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/rap_lndp_debug +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_13875/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 = 343.784720 - 0: The maximum resident set size (KB) = 907128 + 0: The total amount of wall time = 344.590636 + 0: The maximum resident set size (KB) = 896436 -Test 087 rap_noah_debug PASS +Test 081 rap_lndp_debug PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/rap_rrtmgp_debug -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_24607/rap_rrtmgp_debug -Checking test 088 rap_rrtmgp_debug results .... +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/rap_flake_debug +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_13875/rap_flake_debug +Checking test 082 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 = 585.035415 - 0: The maximum resident set size (KB) = 1005884 + 0: The total amount of wall time = 343.287071 + 0: The maximum resident set size (KB) = 894768 -Test 088 rap_rrtmgp_debug PASS +Test 082 rap_flake_debug PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/rap_lndp_debug -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_24607/rap_lndp_debug -Checking test 089 rap_lndp_debug results .... +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/rap_progcld_thompson_debug +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_13875/rap_progcld_thompson_debug +Checking test 083 rap_progcld_thompson_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 351.738924 - 0: The maximum resident set size (KB) = 909760 + 0: The total amount of wall time = 343.629800 + 0: The maximum resident set size (KB) = 897036 -Test 089 rap_lndp_debug PASS +Test 083 rap_progcld_thompson_debug PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/rap_sfcdiff_debug -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_24607/rap_sfcdiff_debug -Checking test 090 rap_sfcdiff_debug results .... +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/rap_noah_debug +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_13875/rap_noah_debug +Checking test 084 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 = 347.684209 - 0: The maximum resident set size (KB) = 912336 + 0: The total amount of wall time = 337.208664 + 0: The maximum resident set size (KB) = 897236 -Test 090 rap_sfcdiff_debug PASS +Test 084 rap_noah_debug PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/rap_flake_debug -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_24607/rap_flake_debug -Checking test 091 rap_flake_debug results .... +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/rap_rrtmgp_debug +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_13875/rap_rrtmgp_debug +Checking test 085 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 = 345.230148 - 0: The maximum resident set size (KB) = 911948 + 0: The total amount of wall time = 585.778112 + 0: The maximum resident set size (KB) = 1005144 -Test 091 rap_flake_debug PASS +Test 085 rap_rrtmgp_debug PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/rap_noah_sfcdiff_cires_ugwp_debug -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_24607/rap_noah_sfcdiff_cires_ugwp_debug -Checking test 092 rap_noah_sfcdiff_cires_ugwp_debug results .... +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/rap_sfcdiff_debug +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_13875/rap_sfcdiff_debug +Checking test 086 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 = 577.200611 - 0: The maximum resident set size (KB) = 909092 + 0: The total amount of wall time = 342.031881 + 0: The maximum resident set size (KB) = 897716 -Test 092 rap_noah_sfcdiff_cires_ugwp_debug PASS +Test 086 rap_sfcdiff_debug PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/rap_progcld_thompson_debug -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_24607/rap_progcld_thompson_debug -Checking test 093 rap_progcld_thompson_debug results .... +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/rap_noah_sfcdiff_cires_ugwp_debug +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_13875/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 = 345.086822 - 0: The maximum resident set size (KB) = 908620 + 0: The total amount of wall time = 572.722496 + 0: The maximum resident set size (KB) = 895100 -Test 093 rap_progcld_thompson_debug PASS +Test 087 rap_noah_sfcdiff_cires_ugwp_debug PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/rrfs_v1beta_debug -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_24607/rrfs_v1beta_debug -Checking test 094 rrfs_v1beta_debug results .... +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/rrfs_v1beta_debug +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_13875/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 = 344.096053 - 0: The maximum resident set size (KB) = 909300 + 0: The total amount of wall time = 340.898279 + 0: The maximum resident set size (KB) = 892444 -Test 094 rrfs_v1beta_debug PASS +Test 088 rrfs_v1beta_debug PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/control_wam_debug -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_24607/control_wam_debug -Checking test 095 control_wam_debug results .... +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_wam_debug +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_13875/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 = 372.768698 - 0: The maximum resident set size (KB) = 261660 + 0: The total amount of wall time = 365.239907 + 0: The maximum resident set size (KB) = 249752 -Test 095 control_wam_debug PASS +Test 089 control_wam_debug PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/hafs_regional_atm -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_24607/hafs_regional_atm -Checking test 096 hafs_regional_atm results .... +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/hafs_regional_atm +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_13875/hafs_regional_atm +Checking test 090 hafs_regional_atm results .... Comparing atmf006.nc ............ALT CHECK......OK Comparing sfcf006.nc .........OK - 0: The total amount of wall time = 1097.877160 - 0: The maximum resident set size (KB) = 790832 + 0: The total amount of wall time = 1155.414310 + 0: The maximum resident set size (KB) = 686968 -Test 096 hafs_regional_atm PASS +Test 090 hafs_regional_atm PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/hafs_regional_atm_thompson_gfdlsf -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_24607/hafs_regional_atm_thompson_gfdlsf -Checking test 097 hafs_regional_atm_thompson_gfdlsf results .... +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/hafs_regional_atm_thompson_gfdlsf +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_13875/hafs_regional_atm_thompson_gfdlsf +Checking test 091 hafs_regional_atm_thompson_gfdlsf results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK - 0: The total amount of wall time = 1253.505566 - 0: The maximum resident set size (KB) = 1141136 + 0: The total amount of wall time = 1307.404704 + 0: The maximum resident set size (KB) = 1057940 -Test 097 hafs_regional_atm_thompson_gfdlsf PASS +Test 091 hafs_regional_atm_thompson_gfdlsf PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/hafs_regional_atm_ocn -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_24607/hafs_regional_atm_ocn -Checking test 098 hafs_regional_atm_ocn results .... - Comparing atmf006.nc .........OK +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/hafs_regional_atm_ocn +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_13875/hafs_regional_atm_ocn +Checking test 092 hafs_regional_atm_ocn results .... + Comparing atmf006.nc ............ALT CHECK......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 = 472.368189 - 0: The maximum resident set size (KB) = 817068 + 0: The total amount of wall time = 458.906364 + 0: The maximum resident set size (KB) = 713656 -Test 098 hafs_regional_atm_ocn PASS +Test 092 hafs_regional_atm_ocn PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/hafs_regional_atm_wav -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_24607/hafs_regional_atm_wav -Checking test 099 hafs_regional_atm_wav results .... +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/hafs_regional_atm_wav +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_13875/hafs_regional_atm_wav +Checking test 093 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 = 943.192812 - 0: The maximum resident set size (KB) = 811740 + 0: The total amount of wall time = 1130.744393 + 0: The maximum resident set size (KB) = 714112 -Test 099 hafs_regional_atm_wav PASS +Test 093 hafs_regional_atm_wav PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/hafs_regional_atm_ocn_wav -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_24607/hafs_regional_atm_ocn_wav -Checking test 100 hafs_regional_atm_ocn_wav results .... +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/hafs_regional_atm_ocn_wav +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_13875/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 @@ -2818,136 +2507,136 @@ Checking test 100 hafs_regional_atm_ocn_wav results .... Comparing out_grd.ww3 .........OK Comparing out_pnt.ww3 .........OK - 0: The total amount of wall time = 1044.203911 - 0: The maximum resident set size (KB) = 809768 + 0: The total amount of wall time = 1232.991253 + 0: The maximum resident set size (KB) = 716392 -Test 100 hafs_regional_atm_ocn_wav PASS +Test 094 hafs_regional_atm_ocn_wav PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/hafs_regional_docn -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_24607/hafs_regional_docn -Checking test 101 hafs_regional_docn results .... - Comparing atmf006.nc .........OK +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/hafs_regional_docn +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_13875/hafs_regional_docn +Checking test 095 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 = 464.639750 - 0: The maximum resident set size (KB) = 818196 + 0: The total amount of wall time = 455.515014 + 0: The maximum resident set size (KB) = 712708 -Test 101 hafs_regional_docn PASS +Test 095 hafs_regional_docn PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/hafs_regional_docn_oisst -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_24607/hafs_regional_docn_oisst -Checking test 102 hafs_regional_docn_oisst results .... +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/hafs_regional_docn_oisst +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_13875/hafs_regional_docn_oisst +Checking test 096 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 = 462.698919 - 0: The maximum resident set size (KB) = 815896 + 0: The total amount of wall time = 451.403233 + 0: The maximum resident set size (KB) = 714812 -Test 102 hafs_regional_docn_oisst PASS +Test 096 hafs_regional_docn_oisst PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/hafs_regional_datm_cdeps -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_24607/hafs_regional_datm_cdeps -Checking test 103 hafs_regional_datm_cdeps results .... +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/hafs_regional_datm_cdeps +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_13875/hafs_regional_datm_cdeps +Checking test 097 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 = 1231.438015 - 0: The maximum resident set size (KB) = 859712 + 0: The total amount of wall time = 1239.885523 + 0: The maximum resident set size (KB) = 847552 -Test 103 hafs_regional_datm_cdeps PASS +Test 097 hafs_regional_datm_cdeps PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/datm_cdeps_control_cfsr -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_24607/datm_cdeps_control_cfsr -Checking test 104 datm_cdeps_control_cfsr results .... +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/datm_cdeps_control_cfsr +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_13875/datm_cdeps_control_cfsr +Checking test 098 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 = 193.495169 - 0: The maximum resident set size (KB) = 746920 + 0: The total amount of wall time = 195.387974 + 0: The maximum resident set size (KB) = 726616 -Test 104 datm_cdeps_control_cfsr PASS +Test 098 datm_cdeps_control_cfsr PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/datm_cdeps_control_cfsr -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_24607/datm_cdeps_restart_cfsr -Checking test 105 datm_cdeps_restart_cfsr results .... +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/datm_cdeps_control_cfsr +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_13875/datm_cdeps_restart_cfsr +Checking test 099 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.311168 - 0: The maximum resident set size (KB) = 725464 + 0: The total amount of wall time = 115.632525 + 0: The maximum resident set size (KB) = 725900 -Test 105 datm_cdeps_restart_cfsr PASS +Test 099 datm_cdeps_restart_cfsr PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/datm_cdeps_control_gefs -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_24607/datm_cdeps_control_gefs -Checking test 106 datm_cdeps_control_gefs results .... +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/datm_cdeps_control_gefs +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_13875/datm_cdeps_control_gefs +Checking test 100 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 = 191.016044 - 0: The maximum resident set size (KB) = 625572 + 0: The total amount of wall time = 192.420942 + 0: The maximum resident set size (KB) = 625600 -Test 106 datm_cdeps_control_gefs PASS +Test 100 datm_cdeps_control_gefs PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/datm_cdeps_stochy_gefs -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_24607/datm_cdeps_stochy_gefs -Checking test 107 datm_cdeps_stochy_gefs results .... +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/datm_cdeps_stochy_gefs +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_13875/datm_cdeps_stochy_gefs +Checking test 101 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 = 193.180336 - 0: The maximum resident set size (KB) = 623540 + 0: The total amount of wall time = 193.157024 + 0: The maximum resident set size (KB) = 624972 -Test 107 datm_cdeps_stochy_gefs PASS +Test 101 datm_cdeps_stochy_gefs PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/datm_cdeps_bulk_cfsr -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_24607/datm_cdeps_bulk_cfsr -Checking test 108 datm_cdeps_bulk_cfsr results .... +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/datm_cdeps_bulk_cfsr +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_13875/datm_cdeps_bulk_cfsr +Checking test 102 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 = 196.545461 - 0: The maximum resident set size (KB) = 726320 + 0: The total amount of wall time = 195.880365 + 0: The maximum resident set size (KB) = 723580 -Test 108 datm_cdeps_bulk_cfsr PASS +Test 102 datm_cdeps_bulk_cfsr PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/datm_cdeps_bulk_gefs -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_24607/datm_cdeps_bulk_gefs -Checking test 109 datm_cdeps_bulk_gefs results .... +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/datm_cdeps_bulk_gefs +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_13875/datm_cdeps_bulk_gefs +Checking test 103 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 = 194.642441 - 0: The maximum resident set size (KB) = 623424 + 0: The total amount of wall time = 190.700241 + 0: The maximum resident set size (KB) = 625916 -Test 109 datm_cdeps_bulk_gefs PASS +Test 103 datm_cdeps_bulk_gefs PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/datm_cdeps_mx025_cfsr -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_24607/datm_cdeps_mx025_cfsr -Checking test 110 datm_cdeps_mx025_cfsr results .... +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/datm_cdeps_mx025_cfsr +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_13875/datm_cdeps_mx025_cfsr +Checking test 104 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 @@ -2955,15 +2644,15 @@ Checking test 110 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 = 418.838450 - 0: The maximum resident set size (KB) = 601032 + 0: The total amount of wall time = 409.163290 + 0: The maximum resident set size (KB) = 554424 -Test 110 datm_cdeps_mx025_cfsr PASS +Test 104 datm_cdeps_mx025_cfsr PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/datm_cdeps_mx025_gefs -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_24607/datm_cdeps_mx025_gefs -Checking test 111 datm_cdeps_mx025_gefs results .... +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/datm_cdeps_mx025_gefs +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_13875/datm_cdeps_mx025_gefs +Checking test 105 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 @@ -2971,52 +2660,52 @@ Checking test 111 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 = 414.054932 - 0: The maximum resident set size (KB) = 564256 + 0: The total amount of wall time = 405.210500 + 0: The maximum resident set size (KB) = 526312 -Test 111 datm_cdeps_mx025_gefs PASS +Test 105 datm_cdeps_mx025_gefs PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/datm_cdeps_control_cfsr -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_24607/datm_cdeps_multiple_files_cfsr -Checking test 112 datm_cdeps_multiple_files_cfsr results .... +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/datm_cdeps_control_cfsr +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_13875/datm_cdeps_multiple_files_cfsr +Checking test 106 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 = 198.696724 - 0: The maximum resident set size (KB) = 725848 + 0: The total amount of wall time = 195.690630 + 0: The maximum resident set size (KB) = 725044 -Test 112 datm_cdeps_multiple_files_cfsr PASS +Test 106 datm_cdeps_multiple_files_cfsr PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/datm_cdeps_3072x1536_cfsr -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_24607/datm_cdeps_3072x1536_cfsr -Checking test 113 datm_cdeps_3072x1536_cfsr results .... +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/datm_cdeps_3072x1536_cfsr +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_13875/datm_cdeps_3072x1536_cfsr +Checking test 107 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 = 271.738900 - 0: The maximum resident set size (KB) = 1838276 + 0: The total amount of wall time = 267.463947 + 0: The maximum resident set size (KB) = 1836944 -Test 113 datm_cdeps_3072x1536_cfsr PASS +Test 107 datm_cdeps_3072x1536_cfsr PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/datm_cdeps_debug_cfsr -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_24607/datm_cdeps_debug_cfsr -Checking test 114 datm_cdeps_debug_cfsr results .... +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/datm_cdeps_debug_cfsr +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_13875/datm_cdeps_debug_cfsr +Checking test 108 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 = 575.123424 - 0: The maximum resident set size (KB) = 736924 + 0: The total amount of wall time = 571.584555 + 0: The maximum resident set size (KB) = 755376 -Test 114 datm_cdeps_debug_cfsr PASS +Test 108 datm_cdeps_debug_cfsr PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220228/INTEL/control_atmwav -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_24607/control_atmwav -Checking test 115 control_atmwav results .... +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220304/INTEL/control_atmwav +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_13875/control_atmwav +Checking test 109 control_atmwav results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK Comparing atmf000.nc .........OK @@ -3059,12 +2748,12 @@ Checking test 115 control_atmwav results .... Comparing RESTART/sfc_data.tile6.nc .........OK Comparing 20210322.180000.restart.glo_1deg .........OK - 0: The total amount of wall time = 114.384121 - 0: The maximum resident set size (KB) = 526644 + 0: The total amount of wall time = 112.290708 + 0: The maximum resident set size (KB) = 488688 -Test 115 control_atmwav PASS +Test 109 control_atmwav PASS REGRESSION TEST WAS SUCCESSFUL -Thu Mar 3 22:03:23 GMT 2022 -Elapsed time: 02h:31m:25s. Have a nice day! +Wed Mar 9 22:18:24 GMT 2022 +Elapsed time: 01h:55m:33s. Have a nice day! From 43f11911b363d5020729334d9a559fc68f720a93 Mon Sep 17 00:00:00 2001 From: Jessica Meixner Date: Thu, 10 Mar 2022 14:38:48 +0000 Subject: [PATCH 106/106] revert FV3 submodule --- .gitmodules | 6 ++---- FV3 | 2 +- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/.gitmodules b/.gitmodules index 865d71424b..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/Jessicameixner-NOAA/fv3atm - branch = feature/p8b-aero + url = https://github.com/NOAA-EMC/fv3atm + branch = develop [submodule "WW3"] path = WW3 url = https://github.com/NOAA-EMC/WW3 diff --git a/FV3 b/FV3 index ba507244e7..3bcba51622 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit ba507244e7fa5bf7a1b6d71f2bbdc663c1be8af3 +Subproject commit 3bcba5162232745cd0d500c2da0bd5e5c09d814e