diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index f287387a35..b154eda796 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -42,6 +42,7 @@ Please delete what is not needed. * MOM6 - * NOAHMP - * WW3 - + * fire_behavior * stochastic_physics - ``` @@ -89,6 +90,7 @@ Example: * MOM6: * NOAHMP: * WW3: +* fire_behavior: * stochastic_physics: * None diff --git a/.gitmodules b/.gitmodules index 008f6ed6f2..cedad746e6 100644 --- a/.gitmodules +++ b/.gitmodules @@ -29,7 +29,7 @@ [submodule "CICE"] path = CICE-interface/CICE url = https://github.com/NOAA-EMC/CICE - branch = emc/develop + branch = develop [submodule "CDEPS"] path = CDEPS-interface/CDEPS url = https://github.com/NOAA-EMC/CDEPS @@ -46,3 +46,7 @@ path = NOAHMP-interface/noahmp url = https://github.com/NOAA-EMC/noahmp branch = develop +[submodule "fire_behavior"] + path = fire_behavior + url = https://github.com/NOAA-EMC/fire_behavior + branch = emc/develop diff --git a/CICE-interface/CICE b/CICE-interface/CICE index 2ffee5cd48..635d9a100a 160000 --- a/CICE-interface/CICE +++ b/CICE-interface/CICE @@ -1 +1 @@ -Subproject commit 2ffee5cd48e0c389bdf75c0d910b3f6d53263563 +Subproject commit 635d9a100a736bd8d14ad091e879d5da6e4eb2bd diff --git a/CMEPS-interface/CMEPS b/CMEPS-interface/CMEPS index f13e16e414..dc977bcadd 160000 --- a/CMEPS-interface/CMEPS +++ b/CMEPS-interface/CMEPS @@ -1 +1 @@ -Subproject commit f13e16e414e115e268b2dd300b665e628e5f2429 +Subproject commit dc977bcadd1ade1a528dee75f1ad45e8bd80ca0a diff --git a/CMakeLists.txt b/CMakeLists.txt index e5fdd1e83a..042b9cf9ec 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -16,7 +16,7 @@ list(APPEND CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/CMakeModules/Modules) ############################################################################### # Valid applications and choices -list(APPEND VALID_APPS ATM ATMAERO ATMAQ ATMW ATMWM ATML LND S2S S2SA S2SW S2SWA S2SWAL ATM_DS2S ATM_DS2S-PCICE HAFS HAFSW HAFS-MOM6 HAFS-MOM6W HAFS-ALL NG-GODAS) +list(APPEND VALID_APPS ATM ATMAERO ATMAQ ATMW ATMWM ATML ATMF LND S2S S2SA S2SW S2SWA S2SWAL ATM_DS2S ATM_DS2S-PCICE HAFS HAFSW HAFS-MOM6 HAFS-MOM6W HAFS-ALL NG-GODAS) set(APP NONE CACHE BOOL "Application Name") if(NOT (APP IN_LIST VALID_APPS)) message(FATAL_ERROR "${APP} is not a valid application.\nValid Applications are: ${VALID_APPS}") @@ -34,6 +34,7 @@ set(STOCH_PHYS OFF CACHE BOOL "Enable Stochastic Physics") set(CMEPS OFF CACHE BOOL "Enable CMEPS") set(CDEPS OFF CACHE BOOL "Enable CDEPS") set(NOAHMP OFF CACHE BOOL "Enable NOAHMP") +set(FIRE_BEHAVIOR OFF CACHE BOOL "Enable Fire Behavior") # Configure selected application specific components message("") @@ -52,6 +53,7 @@ message("STOCH_PHYS ....... ${STOCH_PHYS}") message("CDEPS ............ ${CDEPS}") message("CMEPS ............ ${CMEPS}") message("NOAHMP ........... ${NOAHMP}") +message("FIRE_BEHAVIOR .... ${FIRE_BEHAVIOR}") ############################################################################### ### Build Options @@ -155,7 +157,7 @@ if(FMS) elseif (APP MATCHES "^(S2S|S2SA|S2SW|S2SWA|S2SWAL|ATM_DS2S|ATM_DS2S-PCICE|NG-GODAS|HAFS-MOM6|HAFS-MOM6W)$") add_library(fms ALIAS FMS::fms_r8) endif() - if(APP MATCHES "^(ATM|ATMAERO|ATMAQ|ATMWM|ATMW|ATML|HAFS|HAFS-ALL)$") + if(APP MATCHES "^(ATM|ATMAERO|ATMAQ|ATMWM|ATMW|ATML|ATMF|HAFS|HAFS-ALL)$") if(32BIT) add_library(fms ALIAS FMS::fms_r4) else() @@ -260,6 +262,14 @@ if(NOAHMP) add_subdirectory(NOAHMP-interface) endif() +############################################################################### +### Fire Components [FIRE_BEHAVIOR] +############################################################################### +if(FIRE_BEHAVIOR) + set(NUOPC "ON" CACHE STRING "Build fire_behavior with NUOPC cap" FORCE) + add_subdirectory(fire_behavior) +endif() + ############################################################################### ### UFS Library ############################################################################### @@ -339,6 +349,12 @@ if(NOAHMP) list(APPEND _ufs_libs_public noahmp) endif() +if(FIRE_BEHAVIOR) + add_dependencies(ufs fire_behavior_nuopc) + list(APPEND _ufs_defs_private FRONT_FIRE_BEHAVIOR=fire_behavior_nuopc) + list(APPEND _ufs_libs_public fire_behavior_nuopc) +endif() + target_compile_definitions(ufs PRIVATE "${_ufs_defs_private}") target_link_libraries(ufs PUBLIC "${_ufs_libs_public}") diff --git a/MOM6-interface/MOM6 b/MOM6-interface/MOM6 index 00f8ea2023..5e0c21f64f 160000 --- a/MOM6-interface/MOM6 +++ b/MOM6-interface/MOM6 @@ -1 +1 @@ -Subproject commit 00f8ea2023f5ed58f0605cea373094f65ee90f64 +Subproject commit 5e0c21f64fa5b20efc8f29f8709766e1e6793a79 diff --git a/cmake/configure_apps.cmake b/cmake/configure_apps.cmake index b6db3a5759..a63601f62f 100644 --- a/cmake/configure_apps.cmake +++ b/cmake/configure_apps.cmake @@ -13,7 +13,7 @@ ############################################################################### ### Configure Application Components ############################################################################### -if(APP MATCHES "^(ATM|ATMW|ATMWM|ATMAQ|ATML)$") +if(APP MATCHES "^(ATM|ATMW|ATMWM|ATMAQ|ATML|ATMF)$") set(FMS ON CACHE BOOL "Enable FMS" FORCE) set(FV3 ON CACHE BOOL "Enable FV3" FORCE) set(STOCH_PHYS ON CACHE BOOL "Enable Stochastic Physics" FORCE) @@ -31,6 +31,8 @@ if(APP MATCHES "^(ATM|ATMW|ATMWM|ATMAQ|ATML)$") set(CMEPS ON CACHE BOOL "Enable CMEPS" FORCE) set(NOAHMP ON CACHE BOOL "Enable NOAHMP" FORCE) message("Configuring UFS app in Atmosphere with Air Quality mode") + elseif(APP MATCHES "ATMF") + set(FIRE_BEHAVIOR ON CACHE BOOL "Enable Fire Behavior" FORCE) else() message("Configuring UFS app in Atmosphere Only mode") endif() diff --git a/driver/UFSDriver.F90 b/driver/UFSDriver.F90 index 53c51d818b..2b07308aa1 100644 --- a/driver/UFSDriver.F90 +++ b/driver/UFSDriver.F90 @@ -23,7 +23,7 @@ MODULE UFSDriver ! UFS Driver component ! /|\ ! / | \ -! ATM/OCN/ICE/WAV/LND/IPM/HYD .. components +! ATM/OCN/ICE/WAV/LND/IPM/HYD/FIR .. components ! | | | ! | | (CICE, etc.) ! | | @@ -81,6 +81,10 @@ MODULE UFSDriver #endif #ifdef FRONT_NOAHMP use FRONT_NOAHMP, only: NOAHMP_SS => SetServices +#endif + ! - Handle build time FIR options: +#ifdef FRONT_FIRE_BEHAVIOR + use FRONT_FIRE_BEHAVIOR, only: FIRE_BEHAVIOR_SS => SetServices #endif #ifdef FRONT_LIS use FRONT_LIS, only: LIS_SS => SetServices @@ -471,6 +475,14 @@ subroutine SetModelServices(driver, rc) found_comp = .true. end if #endif +#ifdef FRONT_FIRE_BEHAVIOR + if (trim(model) == "fire_behavior") then + call NUOPC_DriverAddComp(driver, trim(prefix), FIRE_BEHAVIOR_SS, & + petList=petList, comp=comp, rc=rc) + if (ChkErr(rc,__LINE__,u_FILE_u)) return + found_comp = .true. + end if +#endif #ifdef FRONT_LIS if (trim(model) == "lis") then !TODO: Remove bail code and pass info and SetVM to DriverAddComp diff --git a/fire_behavior b/fire_behavior new file mode 160000 index 0000000000..05cad173fe --- /dev/null +++ b/fire_behavior @@ -0,0 +1 @@ +Subproject commit 05cad173feeb598431e3ef5f17c2df6562c8d101 diff --git a/tests/bl_date.conf b/tests/bl_date.conf index 70085f0b53..a84c0c0cb8 100644 --- a/tests/bl_date.conf +++ b/tests/bl_date.conf @@ -1 +1 @@ -export BL_DATE=20240821 +export BL_DATE=20240909 diff --git a/tests/ci/Jenkinsfile.combined b/tests/ci/Jenkinsfile.combined index 18e67f1104..2f62ecfe24 100644 --- a/tests/ci/Jenkinsfile.combined +++ b/tests/ci/Jenkinsfile.combined @@ -343,12 +343,18 @@ pipeline { GIT_URL = 'https://github.com/ufs-community/ufs-weather-model.git' } stages { - stage('Run SonarQube Testing') { + stage('Launch SonarQube') { steps { script { + echo "BRANCH_NAME=${env.CHANGE_BRANCH}" + echo "FORK_NAME=${env.CHANGE_FORK}" + echo "CHANGE_URL=${env.CHANGE_URL}" + echo "CHANGE_ID=${env.CHANGE_ID}" build job: '/ufs-weather-model/ufs-wm-sonarqube', parameters: [ string(name: 'BRANCH_NAME', value: env.CHANGE_BRANCH ?: 'develop'), - string(name: 'FORK_NAME', value: env.CHANGE_FORK ?: '') + string(name: 'FORK_NAME', value: env.CHANGE_FORK ?: ''), + string(name: 'CHANGE_URL', value: env.CHANGE_URL ?: ''), + string(name: 'CHANGE_ID', value: env.CHANGE_ID ?: '') ], wait: false } } diff --git a/tests/default_vars.sh b/tests/default_vars.sh index 18bd2e1e11..9a8eb118ed 100644 --- a/tests/default_vars.sh +++ b/tests/default_vars.sh @@ -116,6 +116,7 @@ export med_omp_num_threads=1 export ocn_omp_num_threads=1 export wav_omp_num_threads=1 + export fbh_omp_num_threads=1 if [[ ${MACHINE_ID} = wcoss2 || ${MACHINE_ID} = acorn ]]; then @@ -501,6 +502,7 @@ export FV3=true export S2S=false export HAFS=false export AQM=false +export FIRE_BEHAVIOR=false export DATM_CDEPS=false export DOCN_CDEPS=false export DICE_CDEPS=false @@ -538,6 +540,14 @@ export IMO=384 export JMO=190 export WRITE_NSFLIP=.true. +# New damping coefficients made the following +# dynamic based on resolution +export N_SPLIT=5 +export K_SPLIT=2 +export TAU=0.0 +export RF_CUTOFF=10. +export FV_SG_ADJ=450 + export DZ_MIN=6 export MIN_SEAICE=0.15 export FRAC_GRID=.true. @@ -639,6 +649,7 @@ export KNOB_UGWP_NDX4LH=1 export KNOB_UGWP_VERSION=0 export KNOB_UGWP_PALAUNCH=500.e2 export KNOB_UGWP_NSLOPE=1 +export KNOB_UGWP_TAUAMP=3.0e-3 export DO_UGWP_V0_NST_ONLY=.false. # resolution dependent settings @@ -751,7 +762,6 @@ export FSICS=0 # Dynamical core export FV_CORE_TAU=0. -export RF_CUTOFF=10.0 export FAST_TAU_W_SEC=0.2 export DRY_MASS=98320.0 @@ -891,23 +901,137 @@ export FNAISC="'IMS-NIC.blended.ice.monthly.clim.grb'" # Add section for tiled grid namelist export_tiled() { -export FNSMCC_control="'global_soilmgldas.statsgo.t1534.3072.1536.grb'" -export FNMSKH_control="'global_slmask.t1534.3072.1536.grb'" -export FNALBC="'${ATMRES}.snowfree_albedo.tileX.nc'" -export FNALBC2="'${ATMRES}.facsf.tileX.nc'" -export FNTG3C="'${ATMRES}.substrate_temperature.tileX.nc'" -export FNVEGC="'${ATMRES}.vegetation_greenness.tileX.nc'" -export FNVETC="'${ATMRES}.vegetation_type.tileX.nc'" -export FNSOTC="'${ATMRES}.soil_type.tileX.nc'" -export FNSOCC="'${ATMRES}.soil_color.tileX.nc'" -export FNSMCC=${FNSMCC_control} -export FNMSKH=${FNMSKH_control} -export FNVMNC="'${ATMRES}.vegetation_greenness.tileX.nc'" -export FNVMXC="'${ATMRES}.vegetation_greenness.tileX.nc'" -export FNSLPC="'${ATMRES}.slope_type.tileX.nc'" -export FNABSC="'${ATMRES}.maximum_snow_albedo.tileX.nc'" -export LANDICE=".false." + export FNSMCC_control="'global_soilmgldas.statsgo.t1534.3072.1536.grb'" + export FNMSKH_control="'global_slmask.t1534.3072.1536.grb'" + export FNALBC="'${ATMRES}.snowfree_albedo.tileX.nc'" + export FNALBC2="'${ATMRES}.facsf.tileX.nc'" + export FNTG3C="'${ATMRES}.substrate_temperature.tileX.nc'" + export FNVEGC="'${ATMRES}.vegetation_greenness.tileX.nc'" + export FNVETC="'${ATMRES}.vegetation_type.tileX.nc'" + export FNSOTC="'${ATMRES}.soil_type.tileX.nc'" + export FNSOCC="'${ATMRES}.soil_color.tileX.nc'" + export FNSMCC=${FNSMCC_control} + export FNMSKH=${FNMSKH_control} + export FNVMNC="'${ATMRES}.vegetation_greenness.tileX.nc'" + export FNVMXC="'${ATMRES}.vegetation_greenness.tileX.nc'" + export FNSLPC="'${ATMRES}.slope_type.tileX.nc'" + export FNABSC="'${ATMRES}.maximum_snow_albedo.tileX.nc'" + export LANDICE=".false." +} + +export_ugwpv1() { + export DO_UGWP_V1=.true. + export DO_UGWP_V0=.false. + 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. + 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 KNOB_UGWP_DOKDIS=2 + export KNOB_UGWP_NDX4LH=4 + + # Add updated damping and timestep variables + case "${ATMRES}" in + "C48") + export DT_ATMOS=720 + export XR_CNVCLD=.false. + export CDMBGWD="0.071,2.1,1.0,1.0" + export CDMBGWD_GSL="40.0,1.77,1.0,1.0" + export KNOB_UGWP_TAUAMP=6.0e-3 + export K_SPLIT=1 + export N_SPLIT=4 + export TAU=10.0 + export RF_CUTOFF=100.0 + export FV_SG_ADJ=3600 + ;; + "C96") + export DT_ATMOS=720 + export XR_CNVCLD=.false. + export CDMBGWD="0.14,1.8,1.0,1.0" + export CDMBGWD_GSL="20.0,2.5,1.0,1.0" + export KNOB_UGWP_TAUAMP=3.0e-3 + export K_SPLIT=1 + export N_SPLIT=4 + export TAU=8.0 + export RF_CUTOFF=100.0 + export FV_SG_ADJ=1800 + ;; + "C192") + export DT_ATMOS=600 + export XR_CNVCLD=.true. + export CDMBGWD="0.23,1.5,1.0,1.0" + export CDMBGWD_GSL="5.0,5.0,1.0,1.0" + export KNOB_UGWP_TAUAMP=1.5e-3 + export K_SPLIT=2 + export N_SPLIT=5 + export TAU=6.0 + export RF_CUTOFF=100.0 + export FV_SG_ADJ=1800 + ;; + "C384") + export DT_ATMOS=300 + export XR_CNVCLD=.true. + export CDMBGWD="1.1,0.72,1.0,1.0" + export CDMBGWD_GSL="5.0,5.0,1.0,1.0" + export KNOB_UGWP_TAUAMP=0.8e-3 + export K_SPLIT=2 + export N_SPLIT=4 + export TAU=4.0 + export RF_CUTOFF=100.0 + export FV_SG_ADJ=900 + ;; + "C768") + export DT_ATMOS=150 + export XR_CNVCLD=.true. + export CDMBGWD="4.0,0.15,1.0,1.0" + export CDMBGWD_GSL="2.5,7.5,1.0,1.0" + export KNOB_UGWP_TAUAMP=0.5e-3 + export K_SPLIT=2 + export N_SPLIT=4 + export TAU=3.0 + export RF_CUTOFF=100.0 + export FV_SG_ADJ=450 + ;; + "C1152") + export DT_ATMOS=150 + export XR_CNVCLD=.true. + export CDMBGWD="4.0,0.10,1.0,1.0" + export CDMBGWD_GSL="1.67,8.8,1.0,1.0" + export KNOB_UGWP_TAUAMP=0.35e-3 + export K_SPLIT=2 + export N_SPLIT=6 + export TAU=2.5 + export RF_CUTOFF=100.0 + export FV_SG_ADJ=450 + ;; + "C3072") + export DT_ATMOS=90 + export XR_CNVCLD=.true. + export CDMBGWD="4.0,0.05,1.0,1.0" + export CDMBGWD_GSL="0.625,14.1,1.0,1.0" + export KNOB_UGWP_TAUAMP=0.13e-3 + export K_SPLIT=4 + export N_SPLIT=5 + export TAU=0.5 + export RF_CUTOFF=100.0 + export FV_SG_ADJ=300 + ;; + *) + echo Invalid model resolution: "${ATMRES}". Please update specified variable ATMRES. + exit 1 + ;; + esac + + if [[ ${DO_GSL_DRAG_SS} = .true. ]]; then export CDMBGWD=${CDMBGWD_GSL}; fi + if [[ ${SEDI_SEMI} = .true. ]]; then export DT_ATMOS=$((DT_ATMOS/2)); fi + export DT_INNER=${DT_ATMOS} + } + # Defaults for the CICE6 model namelist, mx100 export_cice6() { @@ -1037,6 +1161,25 @@ export_ww3() { export WW3_user_sets_restname="true" } +export_fire_behavior() { + export fbh_model=fire_behavior + export FIRE_BEHAVIOR=true + export FIRE_NML=namelist.fire.IN + export CPLFIRE=false + export DT_FIRE=${DT_ATMOS} + OUTPUT_FS="$(printf "%02d" $(( OUTPUT_FH*3600 )))" + export OUTPUT_FS + export fire_atm_feedback=1.0 + export fire_lsm_zcoupling=false + export fire_lsm_zcoupling_ref=60.0 + export fire_num_ignitions=1 + export fire_print_msg=0 + export fire_upwinding=9 + export fire_viscosity=0.4 + export fire_wind_height=5.0 +} + + # Defaults for the coupled 5-component export_cmeps() { export UFS_CONFIGURE=ufs.configure.s2swa_fast_esmf.IN @@ -1081,6 +1224,7 @@ export FV3=true export S2S=true export HAFS=false export AQM=false +export FIRE_BEHAVIOR=false export DATM_CDEPS=false export DOCN_CDEPS=false export DICE_CDEPS=false @@ -1273,6 +1417,7 @@ export_datm_cdeps () export S2S=false export HAFS=false export AQM=false + export FIRE_BEHAVIOR=false export DATM_CDEPS=true export DOCN_CDEPS=false export CDEPS_INLINE=false @@ -1350,6 +1495,7 @@ export_hafs_datm_cdeps () export S2S=false export HAFS=true export AQM=false + export FIRE_BEHAVIOR=false export DATM_CDEPS=true export DOCN_CDEPS=false export CDEPS_INLINE=false @@ -1369,6 +1515,7 @@ export_hafs_docn_cdeps () export S2S=false export HAFS=true export AQM=false + export FIRE_BEHAVIOR=false export DOCN_CDEPS=true export CDEPS_INLINE=false export INPES=${INPES_dflt} @@ -1388,6 +1535,7 @@ export_hafs_regional () export S2S=false export HAFS=true export AQM=false + export FIRE_BEHAVIOR=false export DATM_CDEPS=false export DOCN_CDEPS=false export CDEPS_INLINE=false @@ -1461,6 +1609,7 @@ export FV3=true export S2S=false export HAFS=true export AQM=false +export FIRE_BEHAVIOR=false export DATM_CDEPS=false export DOCN_CDEPS=false export CDEPS_INLINE=false diff --git a/tests/fv3_conf/cpld_docn_dice.IN b/tests/fv3_conf/cpld_docn_dice.IN index b2ad8bc18c..771b04dadb 100644 --- a/tests/fv3_conf/cpld_docn_dice.IN +++ b/tests/fv3_conf/cpld_docn_dice.IN @@ -6,10 +6,8 @@ if [[ ${OPNREQ_TEST} == true ]]; then fi #CDEPS data files -#cp @[INPUTDATA_ROOT]/DOCN_DICE_cplhist/ufs.cpld.cpl*.nc INPUT -module load nco -ncrcat ../${DEP_RUN}${SUFFIX}/ufs.cpld.cpl.hi.ice*nc ./INPUT/ufs.cpld.cpl.hi.ice.nc -ncrcat ../${DEP_RUN}${SUFFIX}/ufs.cpld.cpl.hi.ocn*nc ./INPUT/ufs.cpld.cpl.hi.ocn.nc +cp ../${DEP_RUN}${SUFFIX}/*ice.1h.aux*nc ./INPUT/ufs.cpld.cpl.hi.ice.nc +cp ../${DEP_RUN}${SUFFIX}/*ocn.1h.aux*nc ./INPUT/ufs.cpld.cpl.hi.ocn.nc #CDEPS fix files - same for ocn/ice cp @[INPUTDATA_ROOT]/CICE_FIX/@[OCNRES]/mesh.mx@[OCNRES].nc INPUT diff --git a/tests/fv3_conf/regional_fire_run.IN b/tests/fv3_conf/regional_fire_run.IN new file mode 100644 index 0000000000..10fb6e2a8c --- /dev/null +++ b/tests/fv3_conf/regional_fire_run.IN @@ -0,0 +1,12 @@ +rm -rf INPUT RESTART +mkdir INPUT RESTART + +rsync -arv @[INPUTDATA_ROOT]/FIRE_BEHAVIOR_input_data/@[FIRE_NAME]/. . +rsync -arv @[INPUTDATA_ROOT]/FV3_fire_input_data/@[FIRE_NAME]/. . + +rsync -arv @[INPUTDATA_ROOT]/FV3_regional_input_data/. . +rsync -arv @[INPUTDATA_ROOT]/FV3_fix . +ln -sf FV3_fix/* . +ln -sf FV3_fix/fix_co2_proj/* . + +touch data_table diff --git a/tests/logs/OpnReqTests_control_p8_hera.log b/tests/logs/OpnReqTests_control_p8_hera.log index e383c64f58..6edef2c7e4 100644 --- a/tests/logs/OpnReqTests_control_p8_hera.log +++ b/tests/logs/OpnReqTests_control_p8_hera.log @@ -1,9 +1,9 @@ -Mon Aug 26 19:59:54 UTC 2024 +Thu Sep 19 10:34:04 UTC 2024 Start Operation Requirement Test baseline dir = /scratch1/NCEPDEV/stmp4/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_bit_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_255239/bit_base_bit_base +working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_3253678/bit_base_bit_base Checking test bit_base results .... Moving baseline bit_base files .... Moving sfcf000.nc .........OK @@ -51,14 +51,14 @@ Moving baseline bit_base files .... Moving RESTART/20210323.060000.sfc_data.tile5.nc .........OK Moving RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 282.094574 - 0: The maximum resident set size (KB) = 1459728 + 0: The total amount of wall time = 302.407527 + 0: The maximum resident set size (KB) = 1441812 Test bit_base PASS baseline dir = /scratch1/NCEPDEV/stmp4/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_dbg_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_255239/dbg_base_dbg_base +working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_3253678/dbg_base_dbg_base Checking test dbg_base results .... Moving baseline dbg_base files .... Moving sfcf000.nc .........OK @@ -106,14 +106,14 @@ Moving baseline dbg_base files .... Moving RESTART/20210323.060000.sfc_data.tile5.nc .........OK Moving RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 985.479617 - 0: The maximum resident set size (KB) = 1417884 + 0: The total amount of wall time = 1009.311079 + 0: The maximum resident set size (KB) = 1431700 Test dbg_base PASS baseline dir = /scratch1/NCEPDEV/stmp4/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_255239/dcp_dcp +working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_3253678/dcp_dcp Checking test dcp results .... Comparing sfcf000.nc .....USING NCCMP......OK Comparing sfcf021.nc .....USING NCCMP......OK @@ -160,14 +160,14 @@ Checking test dcp results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .....USING NCCMP......OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .....USING NCCMP......OK - 0: The total amount of wall time = 248.873990 - 0: The maximum resident set size (KB) = 1437132 + 0: The total amount of wall time = 275.353504 + 0: The maximum resident set size (KB) = 1438552 Test dcp PASS baseline dir = /scratch1/NCEPDEV/stmp4/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_255239/mpi_mpi +working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_3253678/mpi_mpi Checking test mpi results .... Comparing sfcf000.nc .....USING NCCMP......OK Comparing sfcf021.nc .....USING NCCMP......OK @@ -214,14 +214,14 @@ Checking test mpi results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .....USING NCCMP......OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .....USING NCCMP......OK - 0: The total amount of wall time = 252.449329 - 0: The maximum resident set size (KB) = 1422488 + 0: The total amount of wall time = 270.526810 + 0: The maximum resident set size (KB) = 1437944 Test mpi PASS baseline dir = /scratch1/NCEPDEV/stmp4/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_255239/rst_rst +working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_3253678/rst_rst Checking test rst results .... Comparing sfcf000.nc .....USING NCCMP......OK Comparing sfcf021.nc .....USING NCCMP......OK @@ -268,14 +268,14 @@ Checking test rst results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .....USING NCCMP......OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .....USING NCCMP......OK - 0: The total amount of wall time = 252.763505 - 0: The maximum resident set size (KB) = 1423640 + 0: The total amount of wall time = 272.184977 + 0: The maximum resident set size (KB) = 1441260 Test rst PASS baseline dir = /scratch1/NCEPDEV/stmp4/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_255239/std_base_std_base +working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_3253678/std_base_std_base Checking test std_base results .... Moving baseline std_base files .... Moving sfcf000.nc .........OK @@ -323,14 +323,14 @@ Moving baseline std_base files .... Moving RESTART/20210323.060000.sfc_data.tile5.nc .........OK Moving RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 253.485325 - 0: The maximum resident set size (KB) = 1438440 + 0: The total amount of wall time = 273.007924 + 0: The maximum resident set size (KB) = 1441600 Test std_base PASS baseline dir = /scratch1/NCEPDEV/stmp4/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_255239/thr_thr +working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_3253678/thr_thr Checking test thr results .... Comparing sfcf000.nc .....USING NCCMP......OK Comparing sfcf021.nc .....USING NCCMP......OK @@ -377,11 +377,11 @@ Checking test thr results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .....USING NCCMP......OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .....USING NCCMP......OK - 0: The total amount of wall time = 247.766378 - 0: The maximum resident set size (KB) = 1411920 + 0: The total amount of wall time = 270.263073 + 0: The maximum resident set size (KB) = 1429548 Test thr PASS OPERATION REQUIREMENT TEST WAS SUCCESSFUL -Mon Aug 26 21:14:01 UTC 2024 -Elapsed time: 01h:14m:07s. Have a nice day! +Thu Sep 19 11:49:05 UTC 2024 +Elapsed time: 01h:15m:02s. Have a nice day! diff --git a/tests/logs/OpnReqTests_cpld_control_nowave_noaero_p8_hera.log b/tests/logs/OpnReqTests_cpld_control_nowave_noaero_p8_hera.log index dbc9db8a9d..409bb4bba4 100644 --- a/tests/logs/OpnReqTests_cpld_control_nowave_noaero_p8_hera.log +++ b/tests/logs/OpnReqTests_cpld_control_nowave_noaero_p8_hera.log @@ -1,9 +1,9 @@ -Mon Aug 26 18:51:21 UTC 2024 +Thu Sep 19 09:02:15 UTC 2024 Start Operation Requirement Test baseline dir = /scratch1/NCEPDEV/stmp4/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/cpld_control_c96_noaero_p8_dbg_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_2593550/dbg_base_dbg_base +working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_2883046/dbg_base_dbg_base Checking test dbg_base results .... Moving baseline dbg_base files .... Moving sfcf021.tile1.nc .........OK @@ -66,14 +66,14 @@ Moving baseline dbg_base files .... 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 = 1361.846982 - 0: The maximum resident set size (KB) = 1537900 + 0: The total amount of wall time = 2403.226127 + 0: The maximum resident set size (KB) = 1541736 Test dbg_base PASS baseline dir = /scratch1/NCEPDEV/stmp4/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/cpld_control_c96_noaero_p8_std_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_2593550/rst_rst +working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_2883046/rst_rst Checking test rst results .... Comparing sfcf021.tile1.nc .....USING NCCMP......OK Comparing sfcf021.tile2.nc .....USING NCCMP......OK @@ -135,14 +135,14 @@ Checking test rst results .... Comparing RESTART/iced.2021-03-23-21600.nc .....USING NCCMP......OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .....USING NCCMP......OK - 0: The total amount of wall time = 715.515398 - 0: The maximum resident set size (KB) = 1525500 + 0: The total amount of wall time = 652.724686 + 0: The maximum resident set size (KB) = 1530376 Test rst PASS baseline dir = /scratch1/NCEPDEV/stmp4/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/cpld_control_c96_noaero_p8_std_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_2593550/std_base_std_base +working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_2883046/std_base_std_base Checking test std_base results .... Moving baseline std_base files .... Moving sfcf021.tile1.nc .........OK @@ -205,11 +205,11 @@ Moving baseline std_base files .... 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 = 435.784809 - 0: The maximum resident set size (KB) = 1528568 + 0: The total amount of wall time = 668.735610 + 0: The maximum resident set size (KB) = 1518632 Test std_base PASS OPERATION REQUIREMENT TEST WAS SUCCESSFUL -Mon Aug 26 19:59:54 UTC 2024 -Elapsed time: 01h:08m:34s. Have a nice day! +Thu Sep 19 10:34:03 UTC 2024 +Elapsed time: 01h:31m:49s. Have a nice day! diff --git a/tests/logs/OpnReqTests_regional_control_hera.log b/tests/logs/OpnReqTests_regional_control_hera.log index e232f0ce00..7c10cbd922 100644 --- a/tests/logs/OpnReqTests_regional_control_hera.log +++ b/tests/logs/OpnReqTests_regional_control_hera.log @@ -1,9 +1,9 @@ -Mon Aug 26 16:17:09 UTC 2024 +Thu Sep 19 06:26:19 UTC 2024 Start Operation Requirement Test baseline dir = /scratch1/NCEPDEV/stmp4/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/regional_control_bit_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_3681501/bit_base_bit_base +working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_3951212/bit_base_bit_base Checking test bit_base results .... Moving baseline bit_base files .... Moving dynf000.nc .........OK @@ -15,14 +15,14 @@ Moving baseline bit_base files .... Moving NATLEV.GrbF00 .........OK Moving NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 1404.274425 - 0: The maximum resident set size (KB) = 769724 + 0: The total amount of wall time = 1487.475517 + 0: The maximum resident set size (KB) = 783772 Test bit_base PASS baseline dir = /scratch1/NCEPDEV/stmp4/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/regional_control_std_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_3681501/dcp_dcp +working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_3951212/dcp_dcp Checking test dcp results .... Comparing dynf000.nc .....USING NCCMP......OK Comparing dynf006.nc .....USING NCCMP......OK @@ -33,14 +33,14 @@ Checking test dcp results .... Comparing NATLEV.GrbF00 .....USING CMP......OK Comparing NATLEV.GrbF06 .....USING CMP......OK - 0: The total amount of wall time = 2178.286214 - 0: The maximum resident set size (KB) = 751032 + 0: The total amount of wall time = 2239.533660 + 0: The maximum resident set size (KB) = 711488 Test dcp PASS baseline dir = /scratch1/NCEPDEV/stmp4/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/regional_control_std_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_3681501/std_base_std_base +working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_3951212/std_base_std_base Checking test std_base results .... Moving baseline std_base files .... Moving dynf000.nc .........OK @@ -52,14 +52,14 @@ Moving baseline std_base files .... Moving NATLEV.GrbF00 .........OK Moving NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 2198.737097 - 0: The maximum resident set size (KB) = 734276 + 0: The total amount of wall time = 2256.857916 + 0: The maximum resident set size (KB) = 744788 Test std_base PASS baseline dir = /scratch1/NCEPDEV/stmp4/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/regional_control_std_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_3681501/thr_thr +working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_3951212/thr_thr Checking test thr results .... Comparing dynf000.nc .....USING NCCMP......OK Comparing dynf006.nc .....USING NCCMP......OK @@ -70,11 +70,11 @@ Checking test thr results .... Comparing NATLEV.GrbF00 .....USING CMP......OK Comparing NATLEV.GrbF06 .....USING CMP......OK - 0: The total amount of wall time = 2321.006507 - 0: The maximum resident set size (KB) = 742260 + 0: The total amount of wall time = 2251.197250 + 0: The maximum resident set size (KB) = 721196 Test thr PASS OPERATION REQUIREMENT TEST WAS SUCCESSFUL -Mon Aug 26 18:51:20 UTC 2024 -Elapsed time: 02h:34m:14s. Have a nice day! +Thu Sep 19 09:02:14 UTC 2024 +Elapsed time: 02h:35m:56s. Have a nice day! diff --git a/tests/logs/RegressionTests_acorn.log b/tests/logs/RegressionTests_acorn.log index e7c85ee865..2eca4ed07d 100644 --- a/tests/logs/RegressionTests_acorn.log +++ b/tests/logs/RegressionTests_acorn.log @@ -1,31 +1,32 @@ ====START OF ACORN REGRESSION TESTING LOG==== UFSWM hash used in testing: -7a3782cc2bd9c3e8bf5a34088edcff9d2cdde759 +e3bd67a093b800f028092d252373abe1b7a7602b Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) be5d28fd1b60522e6fc98aefeead20e6aac3530b AQM/src/model/CMAQ (CMAQv5.2.1_07Feb2018-198-gbe5d28fd1) - 12d0556920c11b388012c7b01e4e3c9ee7ebd93a CDEPS-interface/CDEPS (remotes/origin/simplify_datm) - 2ffee5cd48e0c389bdf75c0d910b3f6d53263563 CICE-interface/CICE (CICE6.0.0-451-g2ffee5c) - f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) - f13e16e414e115e268b2dd300b665e628e5f2429 CMEPS-interface/CMEPS (cmeps_v0.4.1-2308-gf13e16e) + 1f9eaaa142c8b07ed6b788c9f44ea02cc86d0bae CDEPS-interface/CDEPS (cdeps0.4.17-42-g1f9eaaa) + 635d9a100a736bd8d14ad091e879d5da6e4eb2bd CICE-interface/CICE (CICE6.0.0-373-g635d9a1) + 4c87095256c1c599c3ccaa857a95744158751a60 CICE-interface/CICE/icepack (Icepack1.1.0-191-g4c87095) + dc977bcadd1ade1a528dee75f1ad45e8bd80ca0a CMEPS-interface/CMEPS (cmeps_v0.4.1-2310-gdc977bc) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - 01677400f90c2aaeac4d57718b826cd0881470f4 FV3 (remotes/origin/feature/cubed_sphere_inc) - 04b336f3da7fde10f1c63ca82699fd5c1378fbf3 FV3/atmos_cubed_sphere (201912_public_release-428-g04b336f) + a9364591091c836984a40107729720705847c195 FV3 (heads/develop) + ac3055eff06099d61cd65e18bc4f0353ffd83f46 FV3/atmos_cubed_sphere (201912_public_release-405-gac3055e) 0f8232724975c13289cad390c9a71fa2c6a9bff4 FV3/ccpp/framework (2024-07-11-dev) - 1d9b076503c27cd4cfa8b22a977a71e889cbb149 FV3/ccpp/physics (EP4-851-g1d9b0765) + b6c433354394bd8ed5e46692a81149441ff4ae38 FV3/ccpp/physics (EP4-873-gb6c43335) 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) 81b38a88d860ce7e34e8507c2246151a54d96a39 FV3/upp (upp_v10.2.0-218-g81b38a88) -1ba8270870947b583cd51bc72ff8960f4c1fb36e FV3/upp/sorc/libIFI.fd -567edcc94bc418d0dcd6cdaafed448eeb5aab570 FV3/upp/sorc/ncep_post.fd/post_gtg.fd 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) bcf7777bb037ae2feb2a8a8ac51aacb3511b52d9 HYCOM-interface/HYCOM (2.3.00-122-gbcf7777) - 00f8ea2023f5ed58f0605cea373094f65ee90f64 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10197-g00f8ea202) + 5e0c21f64fa5b20efc8f29f8709766e1e6793a79 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10230-g5e0c21f64) 9423197f894112edfcb1502245f7d7b873d551f9 MOM6-interface/MOM6/pkg/CVMix-src (9423197) 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) 3ac32f0db7a2a97d930f44fa5f060c983ff31ee8 NOAHMP-interface/noahmp (v3.7.1-436-g3ac32f0) 7f548c795a348bbb0fe4967dd25692c79036dc73 WW3 (6.07.1-346-g7f548c79) + 05cad173feeb598431e3ef5f17c2df6562c8d101 fire_behavior (v0.2.0-1-g05cad17) fad2fe9f42f6b7f744b128b4a2a9433f91e4296f stochastic_physics (ufs-v2.0.0-219-gfad2fe9) @@ -35,274 +36,269 @@ The first time is for the full script (prep+run+finalize). The second time is specifically for the run phase. Times/Memory will be empty for failed tests. -BASELINE DIRECTORY: /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20240821 -COMPARISON DIRECTORY: /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_1945026 +BASELINE DIRECTORY: /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20240909 +COMPARISON DIRECTORY: /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_1860289 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: GFS-DEV * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [12:28, 10:46] ( 2 warnings 8 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [18:33, 03:27](3318 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [18:34, 16:21] ( 2 warnings 8 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [12:27, 04:20](2081 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [50:19, 03:59](2117 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [49:40, 04:19](1229 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [12:28, 03:27](2190 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [18:34, 16:24] ( 2 warnings 8 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [12:27, 01:34](2080 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [07:20, 05:51] ( 1526 warnings 1998 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [23:42, 03:33](2155 MB) - -PASS -- COMPILE 's2swa_intel' [12:28, 10:24] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [18:33, 02:32](3341 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [18:33, 03:26](3339 MB) -PASS -- TEST 'cpld_restart_p8_intel' [08:37, 03:07](3265 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [18:33, 02:35](3360 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [08:37, 02:50](3280 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [18:33, 03:01](3622 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [18:33, 02:39](3315 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [18:34, 03:23](3451 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [18:33, 03:27](3309 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [18:33, 03:02](3267 MB) - -PASS -- COMPILE 's2sw_intel' [12:28, 10:25] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [18:33, 02:48](2007 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [18:33, 03:13](2042 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [11:25, 09:48] ( 1 warnings 1 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [19:36, 03:09](2015 MB) - -PASS -- COMPILE 's2s_intel' [11:27, 09:40] ( 1 warnings 1 remarks ) -PASS -- TEST 'cpld_control_c48_intel' [19:33, 02:04](2888 MB) -PASS -- TEST 'cpld_warmstart_c48_intel' [19:33, 02:22](2893 MB) -PASS -- TEST 'cpld_restart_c48_intel' [14:06, 02:39](2310 MB) - -PASS -- COMPILE 's2swa_faster_intel' [17:32, 15:26] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [13:29, 03:05](3324 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [17:32, 15:58] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [13:29, 02:09](2108 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [52:48, 02:13](1263 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [51:53, 02:19](2199 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [07:20, 05:30] ( 1561 warnings 1998 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [16:22, 02:08](2215 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [10:23, 09:03] ( 2 warnings 1 remarks ) -PASS -- TEST 'control_flake_intel' [09:13, 01:43](647 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [09:13, 01:45](1547 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [09:13, 01:48](1554 MB) -PASS -- TEST 'control_latlon_intel' [09:13, 01:33](1548 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [09:13, 02:02](1548 MB) -PASS -- TEST 'control_c48_intel' [09:12, 01:41](1574 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [09:12, 02:29](712 MB) -PASS -- TEST 'control_c192_intel' [09:13, 02:12](1777 MB) -PASS -- TEST 'control_c384_intel' [09:17, 03:09](3085 MB) -PASS -- TEST 'control_c384gdas_intel' [09:17, 04:04](2306 MB) -PASS -- TEST 'control_stochy_intel' [08:37, 01:32](606 MB) -PASS -- TEST 'control_stochy_restart_intel' [50:51, 01:35](413 MB) -PASS -- TEST 'control_lndp_intel' [08:37, 01:55](609 MB) -PASS -- TEST 'control_iovr4_intel' [08:29, 01:49](604 MB) -PASS -- TEST 'control_iovr5_intel' [08:15, 02:03](604 MB) -PASS -- TEST 'control_p8_intel' [06:38, 02:55](1839 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [05:24, 03:05](1840 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [03:21, 03:16](1829 MB) -PASS -- TEST 'control_restart_p8_intel' [47:08, 03:34](957 MB) -PASS -- TEST 'control_noqr_p8_intel' [02:38, 02:56](1840 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [45:57, 02:32](1000 MB) -PASS -- TEST 'control_decomp_p8_intel' [02:21, 02:15](1832 MB) -PASS -- TEST 'control_2threads_p8_intel' [02:15, 02:31](1922 MB) -PASS -- TEST 'control_p8_lndp_intel' [02:12, 02:15](1826 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [01:27, 02:55](1858 MB) -PASS -- TEST 'control_p8_mynn_intel' [59:16, 02:48](1854 MB) -PASS -- TEST 'merra2_thompson_intel' [58:57, 04:13](1849 MB) -PASS -- TEST 'regional_control_intel' [56:02, 02:11](868 MB) -PASS -- TEST 'regional_restart_intel' [44:06, 01:41](866 MB) -PASS -- TEST 'regional_decomp_intel' [55:12, 01:12](864 MB) -PASS -- TEST 'regional_2threads_intel' [54:23, 01:39](1175 MB) -PASS -- TEST 'regional_noquilt_intel' [53:17, 01:23](1193 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [53:15, 01:56](861 MB) -PASS -- TEST 'regional_wofs_intel' [53:01, 01:36](1596 MB) - -PASS -- COMPILE 'ifi_intel' [09:22, 07:51] ( 1 warnings ) -PASS -- TEST 'regional_ifi_control_intel' [10:09, 01:31](873 MB) -PASS -- TEST 'regional_ifi_decomp_intel' [10:09, 02:04](861 MB) -PASS -- TEST 'regional_ifi_2threads_intel' [10:10, 01:43](1174 MB) - -PASS -- COMPILE 'rrfs_intel' [10:23, 08:29] ( 4 warnings 9 remarks ) -PASS -- TEST 'rap_control_intel' [50:52, 03:48](991 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [50:42, 01:48](1664 MB) -PASS -- TEST 'rap_decomp_intel' [49:25, 03:07](991 MB) -PASS -- TEST 'rap_2threads_intel' [49:03, 02:21](1090 MB) -PASS -- TEST 'rap_restart_intel' [37:11, 03:32](834 MB) -PASS -- TEST 'rap_sfcdiff_intel' [46:55, 03:20](990 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [46:35, 02:22](987 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [35:29, 03:54](837 MB) -PASS -- TEST 'hrrr_control_intel' [46:30, 04:00](985 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [46:13, 03:46](982 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [46:14, 03:45](1207 MB) -PASS -- TEST 'hrrr_control_restart_intel' [37:05, 02:12](782 MB) -PASS -- TEST 'rrfs_v1beta_intel' [45:58, 03:54](982 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [45:28, 01:38](1949 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [45:16, 02:03](1936 MB) - -PASS -- COMPILE 'csawmg_intel' [10:23, 08:16] ( 1 warnings ) -PASS -- TEST 'control_csawmg_intel' [44:34, 01:26](941 MB) -PASS -- TEST 'control_ras_intel' [43:34, 01:26](640 MB) - -PASS -- COMPILE 'wam_intel' [10:24, 08:17] ( 1 warnings 1 remarks ) -PASS -- TEST 'control_wam_intel' [43:26, 01:24](1635 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [11:23, 08:25] ( 1 warnings 1 remarks ) -PASS -- TEST 'control_p8_faster_intel' [42:58, 02:54](1836 MB) -PASS -- TEST 'regional_control_faster_intel' [42:36, 01:20](856 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [11:24, 07:09] ( 885 warnings 9 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [42:03, 01:59](1587 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [41:54, 01:56](1591 MB) -PASS -- TEST 'control_stochy_debug_intel' [40:59, 01:32](797 MB) -PASS -- TEST 'control_lndp_debug_intel' [39:53, 01:55](797 MB) -PASS -- TEST 'control_csawmg_debug_intel' [39:53, 01:32](1099 MB) -PASS -- TEST 'control_ras_debug_intel' [38:16, 02:13](804 MB) -PASS -- TEST 'control_diag_debug_intel' [38:00, 01:52](1656 MB) -PASS -- TEST 'control_debug_p8_intel' [37:28, 01:37](1884 MB) -PASS -- TEST 'regional_debug_intel' [37:27, 01:52](941 MB) -PASS -- TEST 'rap_control_debug_intel' [37:05, 01:41](1177 MB) -PASS -- TEST 'hrrr_control_debug_intel' [36:00, 01:55](1169 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [35:09, 01:34](1173 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [35:05, 01:31](1173 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [34:51, 01:42](1177 MB) -PASS -- TEST 'rap_diag_debug_intel' [34:24, 02:15](1261 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [34:31, 01:29](1177 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [34:27, 01:24](1178 MB) -PASS -- TEST 'rap_lndp_debug_intel' [33:49, 01:31](1180 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [33:41, 01:21](1177 MB) -PASS -- TEST 'rap_noah_debug_intel' [33:36, 01:36](1171 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [33:13, 01:35](1173 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [32:38, 02:06](1172 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [32:12, 01:54](1171 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [32:11, 01:34](1175 MB) -PASS -- TEST 'rap_flake_debug_intel' [32:03, 02:17](1176 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [32:03, 04:02](1176 MB) - -PASS -- COMPILE 'wam_debug_intel' [09:22, 04:52] ( 840 warnings 1 remarks ) -PASS -- TEST 'control_wam_debug_intel' [31:44, 01:48](1674 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [11:24, 08:09] ( 4 warnings 8 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [31:34, 01:45](1526 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [30:46, 03:14](868 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [30:30, 04:45](863 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [30:10, 02:49](938 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [29:43, 04:25](1067 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [28:53, 03:47](862 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [18:24, 03:43](766 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [19:02, 01:21](744 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [12:25, 08:16] ( 4 warnings 8 remarks ) -PASS -- TEST 'conus13km_control_intel' [28:29, 01:36](1068 MB) -PASS -- TEST 'conus13km_2threads_intel' [22:18, 02:11](1398 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [21:35, 01:44](912 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [10:24, 08:16] ( 4 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [27:44, 02:19](894 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [11:24, 04:48] ( 788 warnings 8 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [27:24, 01:57](1056 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [27:19, 01:45](1051 MB) -PASS -- TEST 'conus13km_debug_intel' [26:54, 01:32](1148 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [26:35, 01:27](815 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [26:32, 02:05](1476 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [26:18, 02:18](1232 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [12:26, 04:47] ( 788 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [25:46, 02:13](1077 MB) - -PASS -- COMPILE 'hafsw_intel' [17:33, 09:29] ( 2 warnings 8 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [25:57, 03:04](1670 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [25:16, 02:10](2013 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [25:08, 03:06](1199 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [25:03, 02:34](1224 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [25:01, 03:09](1376 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [24:40, 02:34](919 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [24:20, 02:42](1205 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [24:03, 02:02](1102 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [23:42, 03:43](1944 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [20:19, 02:23](957 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [20:26, 02:00](958 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [19:54, 02:24](1546 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [19:04, 01:32](1126 MB) -PASS -- TEST 'gnv1_nested_intel' [18:58, 04:24](1904 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [14:28, 05:25] ( 1468 warnings 1501 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [18:53, 02:03](1643 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [16:30, 09:14] ( 1 warnings 7 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [18:27, 01:51](1588 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [14:42, 02:36](1765 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [51:07, 09:06] ( 1 warnings 7 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [13:02, 02:37](1760 MB) - -PASS -- COMPILE 'hafs_all_intel' [50:04, 09:03] ( 1 warnings 7 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [11:32, 02:26](1182 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [11:28, 02:46](1169 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [09:56, 01:14](895 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [51:08, 09:26] -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [09:36, 01:38](769 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [00:08, 01:12](757 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [05:06, 01:47](651 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [03:21, 02:01](645 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [03:00, 02:08](649 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [02:22, 01:29](770 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [02:15, 01:20](771 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [01:13, 01:31](648 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [01:00, 02:00](815 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [00:29, 01:55](795 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [59:31, 01:42](769 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [58:58, 01:35](2039 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [57:50, 01:27](2035 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [50:06, 09:23] -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [57:40, 01:24](769 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [46:03, 01:04] ( 1 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [13:43, 02:09](609 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [13:43, 01:54](747 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [56:51, 01:36](751 MB) - -PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [55:11, 09:37] ( 1 warnings 1 remarks ) -PASS -- TEST 'atm_ds2s_docn_pcice_intel' [56:56, 02:50](1973 MB) - -PASS -- COMPILE 'atml_intel' [55:10, 09:08] ( 9 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [56:37, 04:00](2171 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [56:13, 03:57](2150 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [43:34, 02:05](1318 MB) - -PASS -- COMPILE 'atml_debug_intel' [08:26, 05:32] ( 883 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [45:15, 03:02](2221 MB) - -PASS -- COMPILE 'atmw_intel' [08:24, 08:47] ( 1 warnings 8 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [42:13, 03:20](1940 MB) - -PASS -- COMPILE 'atmaero_intel' [06:22, 08:36] ( 1 warnings 1 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [42:03, 02:49](3200 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [42:03, 03:17](3001 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [42:03, 03:09](3008 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [28:41, 04:50] ( 885 warnings 6 remarks ) -PASS -- TEST 'regional_atmaq_debug_intel' [45:00, 02:32](4802 MB) +PASS -- COMPILE 's2swa_32bit_intel' [12:26, 10:15] ( 2 warnings 8 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [59:44, 03:29](3362 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [17:31, 15:44] ( 2 warnings 8 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [54:39, 03:45](2154 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [31:27, 04:23](2185 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [31:24, 04:10](1300 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [54:40, 03:22](2258 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [17:31, 16:02] ( 2 warnings 8 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [54:39, 01:57](2154 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [07:20, 05:52] ( 1524 warnings 1998 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [04:50, 04:14](2242 MB) + +PASS -- COMPILE 's2swa_intel' [12:26, 10:36] ( 2 warnings 8 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [59:43, 02:43](3366 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [59:43, 03:15](3385 MB) +PASS -- TEST 'cpld_restart_p8_intel' [47:36, 02:44](3305 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [59:43, 02:42](3405 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [47:36, 02:21](3322 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [59:43, 03:21](3676 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [59:43, 02:46](3384 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [59:44, 03:32](3511 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [59:43, 02:52](3387 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [59:43, 03:05](3311 MB) + +PASS -- COMPILE 's2sw_intel' [11:25, 09:53] ( 2 warnings 8 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [00:44, 02:40](2078 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [00:44, 02:57](2091 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [11:25, 10:12] ( 1 warnings 1 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [00:44, 03:11](2056 MB) + +PASS -- COMPILE 's2s_intel' [13:28, 11:55] ( 2 warnings 1 remarks ) +PASS -- TEST 'cpld_control_c48_intel' [58:40, 02:39](2887 MB) +PASS -- TEST 'cpld_warmstart_c48_intel' [58:40, 02:42](2896 MB) +PASS -- TEST 'cpld_restart_c48_intel' [51:06, 02:51](2309 MB) + +PASS -- COMPILE 's2swa_faster_intel' [17:32, 15:40] ( 2 warnings 8 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [54:37, 03:02](3388 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [17:32, 15:44] ( 2 warnings 8 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [54:37, 02:08](2167 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [32:51, 02:24](1339 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [32:00, 02:40](2288 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [07:20, 05:33] ( 1524 warnings 1998 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [57:29, 02:06](2280 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [10:23, 09:08] ( 2 warnings 1 remarks ) +PASS -- TEST 'control_flake_intel' [50:20, 02:04](689 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [50:20, 01:57](1587 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [50:20, 02:04](1593 MB) +PASS -- TEST 'control_latlon_intel' [50:20, 01:26](1590 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [50:20, 01:54](1607 MB) +PASS -- TEST 'control_c48_intel' [50:19, 02:10](1593 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [50:19, 02:01](713 MB) +PASS -- TEST 'control_c192_intel' [50:20, 02:18](1853 MB) +PASS -- TEST 'control_c384_intel' [50:24, 02:45](3276 MB) +PASS -- TEST 'control_c384gdas_intel' [50:24, 04:01](2445 MB) +PASS -- TEST 'control_stochy_intel' [50:20, 02:07](666 MB) +PASS -- TEST 'control_stochy_restart_intel' [45:48, 01:32](465 MB) +PASS -- TEST 'control_lndp_intel' [49:37, 01:57](644 MB) +PASS -- TEST 'control_iovr4_intel' [48:44, 01:22](662 MB) +PASS -- TEST 'control_iovr5_intel' [48:22, 01:34](643 MB) +PASS -- TEST 'control_p8_intel' [47:37, 02:53](1877 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [47:36, 03:27](1856 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [47:22, 02:56](1903 MB) +PASS -- TEST 'control_restart_p8_intel' [28:00, 03:35](1033 MB) +PASS -- TEST 'control_noqr_p8_intel' [45:34, 02:04](1899 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [25:57, 02:52](1026 MB) +PASS -- TEST 'control_decomp_p8_intel' [45:21, 02:58](1875 MB) +PASS -- TEST 'control_2threads_p8_intel' [43:44, 02:57](1986 MB) +PASS -- TEST 'control_p8_lndp_intel' [42:18, 01:30](1906 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [41:56, 02:53](1958 MB) +PASS -- TEST 'control_p8_mynn_intel' [40:21, 02:50](1905 MB) +PASS -- TEST 'merra2_thompson_intel' [40:11, 03:24](1884 MB) +PASS -- TEST 'regional_control_intel' [39:27, 01:23](859 MB) +PASS -- TEST 'regional_restart_intel' [22:23, 01:57](849 MB) +PASS -- TEST 'regional_decomp_intel' [39:18, 01:35](863 MB) +PASS -- TEST 'regional_2threads_intel' [38:03, 01:37](1252 MB) +PASS -- TEST 'regional_noquilt_intel' [35:53, 01:41](1194 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [34:27, 01:12](869 MB) +PASS -- TEST 'regional_wofs_intel' [34:15, 01:44](1591 MB) + +PASS -- COMPILE 'rrfs_intel' [10:24, 08:28] ( 4 warnings 9 remarks ) +PASS -- TEST 'rap_control_intel' [33:22, 03:42](1049 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [30:35, 01:54](1732 MB) +PASS -- TEST 'rap_decomp_intel' [29:45, 03:06](1049 MB) +PASS -- TEST 'rap_2threads_intel' [29:03, 03:16](1131 MB) +PASS -- TEST 'rap_restart_intel' [16:53, 03:25](863 MB) +PASS -- TEST 'rap_sfcdiff_intel' [28:00, 03:43](1030 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [27:47, 02:42](1026 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [15:32, 03:36](863 MB) +PASS -- TEST 'hrrr_control_intel' [26:45, 04:10](1041 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [26:36, 03:45](1041 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [26:17, 03:13](1269 MB) +PASS -- TEST 'hrrr_control_restart_intel' [16:05, 01:52](815 MB) +PASS -- TEST 'rrfs_v1beta_intel' [25:36, 03:07](1042 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [25:34, 02:22](1988 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [24:37, 01:32](1977 MB) + +PASS -- COMPILE 'csawmg_intel' [10:23, 08:13] ( 1 warnings ) +PASS -- TEST 'control_csawmg_intel' [23:51, 01:23](1000 MB) +PASS -- TEST 'control_ras_intel' [23:51, 01:59](682 MB) + +PASS -- COMPILE 'wam_intel' [10:23, 08:20] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_wam_intel' [23:06, 02:06](1676 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [18:33, 08:31] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_p8_faster_intel' [22:14, 02:50](1872 MB) +PASS -- TEST 'regional_control_faster_intel' [22:07, 01:54](857 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [16:30, 07:18] ( 883 warnings 9 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [21:56, 01:43](1628 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [21:20, 01:55](1657 MB) +PASS -- TEST 'control_stochy_debug_intel' [21:17, 02:07](835 MB) +PASS -- TEST 'control_lndp_debug_intel' [21:11, 02:08](852 MB) +PASS -- TEST 'control_csawmg_debug_intel' [18:36, 01:27](1137 MB) +PASS -- TEST 'control_ras_debug_intel' [18:13, 01:55](839 MB) +PASS -- TEST 'control_diag_debug_intel' [17:01, 02:10](1711 MB) +PASS -- TEST 'control_debug_p8_intel' [16:53, 02:12](1920 MB) +PASS -- TEST 'regional_debug_intel' [16:30, 01:59](937 MB) +PASS -- TEST 'rap_control_debug_intel' [16:29, 01:24](1215 MB) +PASS -- TEST 'hrrr_control_debug_intel' [16:05, 01:41](1228 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [15:17, 01:37](1232 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [15:08, 02:01](1230 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [15:01, 02:00](1232 MB) +PASS -- TEST 'rap_diag_debug_intel' [14:18, 02:30](1316 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [14:12, 01:35](1216 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [13:51, 01:47](1215 MB) +PASS -- TEST 'rap_lndp_debug_intel' [13:44, 01:58](1216 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [13:38, 02:03](1232 MB) +PASS -- TEST 'rap_noah_debug_intel' [13:12, 01:59](1209 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [12:55, 01:23](1215 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [11:57, 01:23](1227 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [11:55, 01:43](1227 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [11:47, 01:28](1217 MB) +PASS -- TEST 'rap_flake_debug_intel' [11:41, 01:26](1215 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [11:32, 03:19](1239 MB) + +PASS -- COMPILE 'wam_debug_intel' [11:24, 04:49] ( 838 warnings 1 remarks ) +PASS -- TEST 'control_wam_debug_intel' [10:59, 02:16](1742 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [14:27, 08:12] ( 4 warnings 8 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [10:57, 01:52](1612 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [09:07, 03:26](925 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [09:07, 04:24](923 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [09:06, 03:35](982 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [08:57, 04:33](1122 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [08:29, 04:24](919 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [57:44, 03:05](796 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [58:57, 02:06](783 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [16:30, 08:19] ( 4 warnings 8 remarks ) +PASS -- TEST 'conus13km_control_intel' [07:44, 01:51](1106 MB) +PASS -- TEST 'conus13km_2threads_intel' [02:31, 01:23](1468 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [02:20, 01:34](947 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [19:33, 08:18] ( 4 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [05:57, 01:51](953 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [12:26, 04:48] ( 786 warnings 8 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [05:56, 01:27](1092 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [05:49, 02:05](1091 MB) +PASS -- TEST 'conus13km_debug_intel' [05:38, 01:30](1185 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [05:33, 01:31](869 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [05:29, 01:31](1546 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [05:20, 01:38](1282 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [14:28, 04:43] ( 786 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [05:13, 01:32](1115 MB) + +PASS -- COMPILE 'hafsw_intel' [18:32, 09:35] ( 2 warnings 8 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [05:13, 02:58](1803 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [05:07, 01:31](2153 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [04:37, 02:45](1279 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [04:34, 02:28](1434 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [04:22, 02:31](1462 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [03:43, 01:53](1002 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [02:07, 02:55](1336 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [01:13, 02:37](1200 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [00:25, 04:06](2123 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [00:04, 02:30](1037 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [59:37, 02:14](1039 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [59:35, 02:24](1668 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [59:05, 01:59](1226 MB) +PASS -- TEST 'gnv1_nested_intel' [58:57, 04:22](1953 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [16:30, 05:22] ( 1466 warnings 1501 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [58:26, 02:24](1722 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [14:27, 09:17] ( 1 warnings 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [57:47, 02:45](1713 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [54:51, 02:35](1892 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [51:07, 09:19] ( 1 warnings 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [49:54, 02:39](1893 MB) + +PASS -- COMPILE 'hafs_all_intel' [59:15, 09:05] ( 1 warnings 7 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [40:56, 02:46](1275 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [40:56, 02:46](1256 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [40:54, 01:33](898 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [00:17, 09:10] +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [39:48, 01:40](768 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [32:20, 01:24](760 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [39:48, 01:37](649 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [39:48, 01:31](651 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [39:48, 01:51](647 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [39:48, 01:31](770 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [39:48, 01:58](771 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [39:48, 01:40](648 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [39:49, 02:17](870 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [39:49, 02:06](856 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [39:48, 01:33](770 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [39:08, 01:33](2034 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [39:06, 02:14](2036 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [15:34, 09:23] +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [22:30, 01:25](769 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [07:26, 01:04] ( 1 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [30:28, 01:46](678 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [30:28, 01:43](815 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [26:56, 02:05](815 MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [14:32, 09:32] ( 1 warnings 1 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [21:19, 02:40](2012 MB) + +PASS -- COMPILE 'atml_intel' [12:31, 09:16] ( 9 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [22:33, 03:08](2263 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [22:33, 03:10](2259 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [13:04, 01:53](1409 MB) + +PASS -- COMPILE 'atml_debug_intel' [07:23, 05:29] ( 881 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [25:23, 03:05](2298 MB) + +PASS -- COMPILE 'atmw_intel' [08:27, 08:47] ( 1 warnings 8 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [22:17, 03:31](1992 MB) + +PASS -- COMPILE 'atmaero_intel' [06:24, 08:42] ( 1 warnings 1 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [22:21, 02:52](3282 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [22:21, 03:04](3055 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [22:21, 03:06](3048 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [23:37, 04:48] ( 883 warnings 6 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [26:15, 02:27](4881 MB) SYNOPSIS: -Starting Date/Time: 20240826 16:28:40 -Ending Date/Time: 20240826 18:42:51 -Total Time: 02h:14m:37s -Compiles Completed: 38/38 -Tests Completed: 179/179 +Starting Date/Time: 20240918 13:47:32 +Ending Date/Time: 20240918 16:01:35 +Total Time: 02h:14m:30s +Compiles Completed: 37/37 +Tests Completed: 176/176 NOTES: A file 'test_changes.list' was generated but is empty. diff --git a/tests/logs/RegressionTests_derecho.log b/tests/logs/RegressionTests_derecho.log index a7ef72b6eb..68df2e6d28 100644 --- a/tests/logs/RegressionTests_derecho.log +++ b/tests/logs/RegressionTests_derecho.log @@ -1,31 +1,32 @@ ====START OF DERECHO REGRESSION TESTING LOG==== UFSWM hash used in testing: -7a3782cc2bd9c3e8bf5a34088edcff9d2cdde759 +4ac63b06501f964ea8feb3cb82fe4bd948d23093 Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) be5d28fd1b60522e6fc98aefeead20e6aac3530b AQM/src/model/CMAQ (CMAQv5.2.1_07Feb2018-198-gbe5d28fd1) - 12d0556920c11b388012c7b01e4e3c9ee7ebd93a CDEPS-interface/CDEPS (remotes/origin/simplify_datm) - 2ffee5cd48e0c389bdf75c0d910b3f6d53263563 CICE-interface/CICE (CICE6.0.0-451-g2ffee5c) - f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) - f13e16e414e115e268b2dd300b665e628e5f2429 CMEPS-interface/CMEPS (cmeps_v0.4.1-2308-gf13e16e) + 1f9eaaa142c8b07ed6b788c9f44ea02cc86d0bae CDEPS-interface/CDEPS (cdeps0.4.17-42-g1f9eaaa) + 635d9a100a736bd8d14ad091e879d5da6e4eb2bd CICE-interface/CICE (CICE6.0.0-373-g635d9a1) + 4c87095256c1c599c3ccaa857a95744158751a60 CICE-interface/CICE/icepack (Icepack1.1.0-191-g4c87095) + dc977bcadd1ade1a528dee75f1ad45e8bd80ca0a CMEPS-interface/CMEPS (cmeps_v0.4.1-2310-gdc977bc) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - 01677400f90c2aaeac4d57718b826cd0881470f4 FV3 (remotes/origin/feature/cubed_sphere_inc) - 04b336f3da7fde10f1c63ca82699fd5c1378fbf3 FV3/atmos_cubed_sphere (201912_public_release-428-g04b336f) + a9364591091c836984a40107729720705847c195 FV3 (heads/develop) + ac3055eff06099d61cd65e18bc4f0353ffd83f46 FV3/atmos_cubed_sphere (201912_public_release-405-gac3055e) 0f8232724975c13289cad390c9a71fa2c6a9bff4 FV3/ccpp/framework (2024-07-11-dev) - 1d9b076503c27cd4cfa8b22a977a71e889cbb149 FV3/ccpp/physics (EP4-851-g1d9b0765) + b6c433354394bd8ed5e46692a81149441ff4ae38 FV3/ccpp/physics (EP4-873-gb6c43335) 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) 81b38a88d860ce7e34e8507c2246151a54d96a39 FV3/upp (upp_v10.2.0-218-g81b38a88) -1ba8270870947b583cd51bc72ff8960f4c1fb36e FV3/upp/sorc/libIFI.fd -567edcc94bc418d0dcd6cdaafed448eeb5aab570 FV3/upp/sorc/ncep_post.fd/post_gtg.fd 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) bcf7777bb037ae2feb2a8a8ac51aacb3511b52d9 HYCOM-interface/HYCOM (2.3.00-122-gbcf7777) - 00f8ea2023f5ed58f0605cea373094f65ee90f64 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10197-g00f8ea202) + 5e0c21f64fa5b20efc8f29f8709766e1e6793a79 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10230-g5e0c21f64) 9423197f894112edfcb1502245f7d7b873d551f9 MOM6-interface/MOM6/pkg/CVMix-src (9423197) 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) 3ac32f0db7a2a97d930f44fa5f060c983ff31ee8 NOAHMP-interface/noahmp (v3.7.1-436-g3ac32f0) 7f548c795a348bbb0fe4967dd25692c79036dc73 WW3 (6.07.1-346-g7f548c79) + 05cad173feeb598431e3ef5f17c2df6562c8d101 fire_behavior (v0.2.0-1-g05cad17) fad2fe9f42f6b7f744b128b4a2a9433f91e4296f stochastic_physics (ufs-v2.0.0-219-gfad2fe9) @@ -35,286 +36,289 @@ The first time is for the full script (prep+run+finalize). The second time is specifically for the run phase. Times/Memory will be empty for failed tests. -BASELINE DIRECTORY: /glade/derecho/scratch/epicufsrt/ufs-weather-model/RT//NEMSfv3gfs/develop-20240821 -COMPARISON DIRECTORY: /glade/derecho/scratch/zshrader/FV3_RT/rt_127037 +BASELINE DIRECTORY: /glade/derecho/scratch/epicufsrt/ufs-weather-model/RT//NEMSfv3gfs/develop-20240909 +COMPARISON DIRECTORY: /glade/derecho/scratch/zshrader/FV3_RT/rt_33930 RT.SH OPTIONS USED: -* (-a) - HPC PROJECT ACCOUNT: scsg0002 +* (-a) - HPC PROJECT ACCOUNT: nral0032 * (-l) - USE CONFIG FILE: rt.conf * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [27:22, 25:36] ( 6 warnings 10 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [14:18, 06:11](3202 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [29:23, 26:47] ( 6 warnings 10 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [25:53, 15:13](1912 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [24:15, 16:31](1940 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [15:57, 08:39](1066 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [21:50, 16:54](1887 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [29:28, 27:21] ( 6 warnings 10 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [25:06, 15:05](1908 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [17:21, 15:36] ( 1530 warnings 1948 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [32:47, 23:22](1940 MB) - -PASS -- COMPILE 's2swa_intel' [27:23, 24:56] ( 5 warnings 10 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [19:15, 06:59](3222 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [14:33, 06:56](3221 MB) -PASS -- TEST 'cpld_restart_p8_intel' [11:43, 04:57](3151 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [18:32, 06:54](3250 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [13:31, 04:49](3177 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [11:43, 06:35](3733 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [17:49, 06:59](3218 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [19:02, 06:09](3537 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [14:29, 06:41](3235 MB) -PASS -- TEST 'cpld_control_c192_p8_intel' [20:51, 10:16](3821 MB) -PASS -- TEST 'cpld_restart_c192_p8_intel' [20:05, 07:20](3618 MB) -PASS -- TEST 'cpld_bmark_p8_intel' [52:37, 11:45](4516 MB) -PASS -- TEST 'cpld_restart_bmark_p8_intel' [45:31, 08:16](4664 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [16:31, 06:38](3207 MB) - -PASS -- COMPILE 's2sw_intel' [25:24, 23:03] ( 5 warnings 10 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [12:01, 05:33](1917 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [12:16, 05:40](1983 MB) - -PASS -- COMPILE 's2swa_debug_intel' [17:18, 14:58] ( 1455 warnings 1209 remarks ) -PASS -- TEST 'cpld_debug_p8_intel' [14:12, 08:41](3303 MB) - -PASS -- COMPILE 's2sw_debug_intel' [16:20, 14:16] ( 1455 warnings 1209 remarks ) -PASS -- TEST 'cpld_debug_noaero_p8_intel' [10:21, 06:29](1955 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [22:20, 19:22] ( 5 warnings 3 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [10:33, 05:19](1982 MB) - -PASS -- COMPILE 's2s_intel' [22:20, 19:12] ( 5 warnings 3 remarks ) -PASS -- TEST 'cpld_control_c48_intel' [10:42, 07:19](2880 MB) -PASS -- TEST 'cpld_warmstart_c48_intel' [08:40, 02:59](2895 MB) -PASS -- TEST 'cpld_restart_c48_intel' [09:30, 02:12](2307 MB) - -PASS -- COMPILE 's2swa_faster_intel' [31:19, 28:20] ( 5 warnings 10 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [12:08, 06:47](3231 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [30:27, 26:41] ( 5 warnings 10 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [19:19, 15:27](1918 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [14:56, 08:43](1090 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [21:23, 17:09](1893 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [20:17, 14:53] ( 1565 warnings 1948 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [30:06, 24:43](1946 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [18:18, 16:07] ( 6 warnings 1 remarks ) -PASS -- TEST 'control_flake_intel' [13:50, 03:38](666 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [15:15, 02:59](1561 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [14:45, 02:41](1571 MB) -PASS -- TEST 'control_latlon_intel' [14:25, 02:58](1563 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [14:19, 02:54](1563 MB) -PASS -- TEST 'control_c48_intel' [09:18, 06:12](1570 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [10:56, 05:25](710 MB) -PASS -- TEST 'control_c192_intel' [18:38, 09:07](1675 MB) -PASS -- TEST 'control_c384_intel' [22:39, 09:28](1942 MB) -PASS -- TEST 'control_c384gdas_intel' [28:03, 07:33](1166 MB) -PASS -- TEST 'control_stochy_intel' [05:53, 01:40](619 MB) -PASS -- TEST 'control_stochy_restart_intel' [05:52, 01:00](437 MB) -PASS -- TEST 'control_lndp_intel' [04:50, 01:38](619 MB) -PASS -- TEST 'control_iovr4_intel' [05:06, 02:15](617 MB) -PASS -- TEST 'control_iovr5_intel' [06:01, 02:14](615 MB) -PASS -- TEST 'control_p8_intel' [07:01, 03:30](1850 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [07:13, 03:24](1854 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [08:07, 03:29](1863 MB) -PASS -- TEST 'control_restart_p8_intel' [06:49, 02:21](1003 MB) -PASS -- TEST 'control_noqr_p8_intel' [10:09, 03:27](1844 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [06:57, 02:27](1011 MB) -PASS -- TEST 'control_decomp_p8_intel' [07:48, 03:33](1845 MB) -PASS -- TEST 'control_2threads_p8_intel' [07:44, 03:26](1936 MB) -PASS -- TEST 'control_p8_lndp_intel' [11:57, 05:33](1856 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [10:59, 04:11](1911 MB) -PASS -- TEST 'control_p8_mynn_intel' [11:08, 03:24](1856 MB) -PASS -- TEST 'merra2_thompson_intel' [11:05, 03:48](1860 MB) -PASS -- TEST 'regional_control_intel' [08:21, 05:26](859 MB) -PASS -- TEST 'regional_restart_intel' [06:16, 03:26](859 MB) -PASS -- TEST 'regional_decomp_intel' [10:16, 05:44](864 MB) -PASS -- TEST 'regional_noquilt_intel' [15:11, 05:10](1189 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [12:01, 05:31](863 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [13:13, 05:27](862 MB) -PASS -- TEST 'regional_wofs_intel' [14:09, 05:44](1593 MB) - -PASS -- COMPILE 'rrfs_intel' [17:17, 14:45] ( 8 warnings 9 remarks ) -PASS -- TEST 'rap_control_intel' [15:03, 06:23](1003 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [10:21, 04:02](1160 MB) -PASS -- TEST 'rap_decomp_intel' [16:22, 06:56](1003 MB) -PASS -- TEST 'rap_2threads_intel' [13:43, 05:52](1083 MB) -PASS -- TEST 'rap_restart_intel' [07:46, 03:21](877 MB) -PASS -- TEST 'rap_sfcdiff_intel' [12:19, 06:12](1003 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [15:32, 06:34](1005 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [10:30, 04:47](878 MB) -PASS -- TEST 'hrrr_control_intel' [14:25, 03:25](999 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [14:25, 03:28](1002 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [18:13, 03:20](1076 MB) -PASS -- TEST 'hrrr_control_restart_intel' [06:01, 01:56](832 MB) -PASS -- TEST 'rrfs_v1beta_intel' [14:49, 06:15](1006 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [12:50, 07:36](1955 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [12:53, 07:20](1948 MB) - -PASS -- COMPILE 'csawmg_intel' [16:24, 13:32] ( 5 warnings ) -PASS -- TEST 'control_csawmg_intel' [11:14, 06:59](960 MB) -PASS -- TEST 'control_ras_intel' [06:49, 02:57](658 MB) - -PASS -- COMPILE 'wam_intel' [16:17, 13:23] ( 5 warnings 1 remarks ) -PASS -- TEST 'control_wam_intel' [15:02, 10:22](1650 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [16:17, 13:54] ( 5 warnings 1 remarks ) -PASS -- TEST 'control_p8_faster_intel' [07:11, 03:21](1852 MB) -PASS -- TEST 'regional_control_faster_intel' [09:23, 05:10](861 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [19:18, 16:44] ( 889 warnings 9 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [06:24, 02:43](1602 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [06:17, 02:44](1606 MB) -PASS -- TEST 'control_stochy_debug_intel' [06:41, 02:58](805 MB) -PASS -- TEST 'control_lndp_debug_intel' [05:49, 02:43](804 MB) -PASS -- TEST 'control_csawmg_debug_intel' [09:35, 04:58](1111 MB) -PASS -- TEST 'control_ras_debug_intel' [05:40, 02:45](810 MB) -PASS -- TEST 'control_diag_debug_intel' [09:12, 02:44](1660 MB) -PASS -- TEST 'control_debug_p8_intel' [08:32, 03:47](1891 MB) -PASS -- TEST 'regional_debug_intel' [20:27, 17:07](914 MB) -PASS -- TEST 'rap_control_debug_intel' [08:51, 04:47](1191 MB) -PASS -- TEST 'hrrr_control_debug_intel' [07:49, 04:47](1181 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [07:55, 05:03](1191 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [07:53, 04:49](1189 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [07:55, 04:56](1190 MB) -PASS -- TEST 'rap_diag_debug_intel' [10:27, 05:06](1270 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [07:49, 04:56](1186 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [07:48, 05:01](1186 MB) -PASS -- TEST 'rap_lndp_debug_intel' [07:47, 04:58](1189 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [08:56, 04:57](1190 MB) -PASS -- TEST 'rap_noah_debug_intel' [07:55, 04:48](1187 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [07:52, 04:54](1188 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [10:51, 07:38](1184 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [07:53, 04:52](1180 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [08:57, 05:35](1191 MB) -PASS -- TEST 'rap_flake_debug_intel' [07:49, 04:54](1186 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [11:33, 08:22](1192 MB) - -PASS -- COMPILE 'wam_debug_intel' [13:20, 09:27] ( 844 warnings 1 remarks ) -PASS -- TEST 'control_wam_debug_intel' [16:36, 12:18](1688 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [16:20, 14:15] ( 8 warnings 8 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [09:35, 03:47](1013 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [08:16, 05:19](877 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [06:28, 02:55](879 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [08:33, 04:54](934 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [06:12, 02:37](928 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [06:14, 03:06](876 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [07:23, 04:01](786 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [04:46, 01:36](771 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [16:22, 13:21] ( 8 warnings 8 remarks ) -PASS -- TEST 'conus13km_control_intel' [08:00, 02:07](1076 MB) -PASS -- TEST 'conus13km_2threads_intel' [07:29, 01:18](1073 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [06:15, 01:20](962 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [16:18, 13:28] ( 8 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [07:16, 03:47](897 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [12:19, 09:52] ( 792 warnings 8 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [07:49, 04:44](1069 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [08:49, 04:38](1063 MB) -PASS -- TEST 'conus13km_debug_intel' [19:20, 14:00](1146 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [20:21, 14:13](826 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [12:42, 08:03](1139 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [19:22, 14:22](1228 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [12:19, 10:01] ( 792 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [07:57, 04:44](1091 MB) - -PASS -- COMPILE 'hafsw_intel' [25:20, 20:46] ( 6 warnings 9 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [09:00, 04:58](698 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [11:00, 05:53](1054 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [19:13, 06:51](752 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [18:50, 11:32](769 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [19:36, 12:32](795 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [11:13, 04:57](465 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [11:06, 06:06](477 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [07:30, 02:31](386 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [14:52, 06:41](743 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [12:18, 03:38](501 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [12:16, 03:16](497 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [08:09, 04:08](573 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [07:45, 01:27](419 MB) -PASS -- TEST 'gnv1_nested_intel' [10:45, 04:40](1714 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [16:18, 11:28] ( 1472 warnings 1481 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [16:44, 12:24](628 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [23:27, 20:02] ( 5 warnings 8 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [13:19, 07:47](617 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [12:29, 07:53](679 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [25:24, 22:05] ( 5 warnings 7 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [12:10, 05:39](670 MB) - -PASS -- COMPILE 'hafs_all_intel' [22:17, 19:01] ( 5 warnings 8 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [10:11, 06:07](739 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [10:49, 06:09](723 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [21:03, 16:38](895 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [13:20, 10:52] ( 5 warnings 2 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [05:54, 02:38](757 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [05:06, 01:45](756 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [04:37, 02:30](655 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [04:59, 02:31](648 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [05:49, 02:34](645 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [05:49, 02:53](769 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [05:54, 02:56](769 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [05:50, 02:29](649 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [13:44, 05:58](695 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [13:56, 06:01](679 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [05:33, 02:39](756 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [07:03, 04:09](2032 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [07:04, 04:04](2037 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [10:19, 08:03] ( 7 warnings 2 remarks ) -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [07:39, 05:26](751 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [23:23, 11:03] ( 5 warnings 2 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [04:53, 02:33](770 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [15:17, 03:56] ( 1 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [05:06, 01:53](302 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [05:02, 01:39](454 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [05:00, 01:08](452 MB) - -PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [26:23, 16:08] ( 5 warnings 3 remarks ) -PASS -- TEST 'atm_ds2s_docn_pcice_intel' [08:34, 04:21](1912 MB) - -PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [22:22, 14:54] ( 5 warnings 1 remarks ) -PASS -- TEST 'atm_ds2s_docn_dice_intel' [08:34, 04:12](1899 MB) - -PASS -- COMPILE 'atml_intel' [24:22, 16:43] ( 13 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [13:31, 09:17](1892 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [14:32, 09:13](1880 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [08:29, 05:04](1027 MB) - -PASS -- COMPILE 'atml_debug_intel' [17:18, 12:50] ( 887 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [11:12, 06:36](1927 MB) - -PASS -- COMPILE 'atmw_intel' [19:17, 16:16] ( 5 warnings 8 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [08:03, 02:32](1876 MB) - -PASS -- COMPILE 'atmaero_intel' [18:18, 15:16] ( 5 warnings 1 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [10:40, 04:51](3122 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [10:21, 04:27](3001 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [10:04, 04:38](3017 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [13:21, 10:50] ( 889 warnings 6 remarks ) -PASS -- TEST 'regional_atmaq_debug_intel' [32:06, 22:46](4550 MB) +PASS -- COMPILE 's2swa_32bit_intel' [24:23, 23:06] ( 6 warnings 10 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [10:28, 06:38](3199 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [27:24, 25:17] ( 6 warnings 10 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [18:48, 14:50](1911 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [20:08, 16:15](1948 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [12:16, 08:06](1076 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [19:49, 16:39](1886 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [26:24, 24:59] ( 6 warnings 10 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [17:26, 14:26](1905 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [15:19, 13:22] ( 1528 warnings 1948 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [26:53, 23:43](1946 MB) + +PASS -- COMPILE 's2swa_intel' [24:23, 22:39] ( 6 warnings 10 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [12:46, 08:31](3221 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [13:05, 08:20](3236 MB) +PASS -- TEST 'cpld_restart_p8_intel' [09:28, 05:01](3148 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [12:44, 08:21](3252 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [09:29, 04:58](3181 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [11:23, 07:48](3746 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [12:37, 08:19](3217 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [11:23, 06:38](3530 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [12:55, 08:15](3235 MB) +PASS -- TEST 'cpld_control_c192_p8_intel' [15:41, 09:52](3818 MB) +PASS -- TEST 'cpld_restart_c192_p8_intel' [16:11, 06:53](3616 MB) +PASS -- TEST 'cpld_bmark_p8_intel' [29:38, 09:54](4515 MB) +PASS -- TEST 'cpld_restart_bmark_p8_intel' [30:21, 06:50](4668 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [10:11, 06:09](3210 MB) + +PASS -- COMPILE 's2sw_intel' [23:22, 20:57] ( 6 warnings 10 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [09:33, 05:54](1921 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [11:54, 08:07](1976 MB) + +PASS -- COMPILE 's2swa_debug_intel' [15:20, 13:19] ( 1418 warnings 1209 remarks ) +PASS -- TEST 'cpld_debug_p8_intel' [15:49, 12:41](3303 MB) + +PASS -- COMPILE 's2sw_debug_intel' [14:19, 12:27] ( 1418 warnings 1209 remarks ) +PASS -- TEST 'cpld_debug_noaero_p8_intel' [12:33, 08:47](1953 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [19:21, 17:42] ( 5 warnings 3 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [08:50, 05:15](1987 MB) + +PASS -- COMPILE 's2s_intel' [19:21, 17:46] ( 6 warnings 3 remarks ) +PASS -- TEST 'cpld_control_c48_intel' [09:07, 05:54](2881 MB) +PASS -- TEST 'cpld_warmstart_c48_intel' [05:10, 02:31](2890 MB) +PASS -- TEST 'cpld_restart_c48_intel' [04:36, 01:39](2306 MB) + +PASS -- COMPILE 's2swa_faster_intel' [27:20, 25:14] ( 6 warnings 10 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [12:37, 08:13](3238 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [25:19, 23:47] ( 6 warnings 10 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [18:52, 14:53](1935 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [12:01, 08:01](1092 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [20:50, 16:55](1903 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [14:16, 12:21] ( 1528 warnings 1948 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [27:31, 24:38](1948 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [16:17, 14:52] ( 6 warnings 1 remarks ) +PASS -- TEST 'control_flake_intel' [05:34, 03:27](665 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [05:09, 02:43](1561 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [06:29, 02:47](1566 MB) +PASS -- TEST 'control_latlon_intel' [05:06, 02:42](1566 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [05:08, 02:45](1562 MB) +PASS -- TEST 'control_c48_intel' [12:05, 09:14](1592 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [07:44, 05:15](712 MB) +PASS -- TEST 'control_c192_intel' [14:01, 10:00](1694 MB) +PASS -- TEST 'control_c384_intel' [18:42, 11:26](1978 MB) +PASS -- TEST 'control_c384gdas_intel' [18:27, 07:18](1172 MB) +PASS -- TEST 'control_stochy_intel' [03:46, 01:26](623 MB) +PASS -- TEST 'control_stochy_restart_intel' [03:49, 00:53](437 MB) +PASS -- TEST 'control_lndp_intel' [03:42, 01:27](625 MB) +PASS -- TEST 'control_iovr4_intel' [04:49, 02:12](617 MB) +PASS -- TEST 'control_iovr5_intel' [04:43, 02:07](622 MB) +PASS -- TEST 'control_p8_intel' [06:33, 03:35](1855 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [06:32, 03:06](1852 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [06:33, 03:38](1850 MB) +PASS -- TEST 'control_restart_p8_intel' [05:24, 02:26](1004 MB) +PASS -- TEST 'control_noqr_p8_intel' [06:37, 03:42](1856 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [05:20, 02:28](1015 MB) +PASS -- TEST 'control_decomp_p8_intel' [07:53, 03:53](1847 MB) +PASS -- TEST 'control_2threads_p8_intel' [06:47, 03:32](1936 MB) +PASS -- TEST 'control_p8_lndp_intel' [09:45, 06:04](1858 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [07:54, 04:01](1904 MB) +PASS -- TEST 'control_p8_mynn_intel' [06:55, 03:26](1866 MB) +PASS -- TEST 'merra2_thompson_intel' [06:52, 03:40](1861 MB) +PASS -- TEST 'regional_control_intel' [08:08, 04:56](858 MB) +PASS -- TEST 'regional_restart_intel' [05:56, 03:01](863 MB) +PASS -- TEST 'regional_decomp_intel' [08:05, 05:11](859 MB) +PASS -- TEST 'regional_noquilt_intel' [08:06, 04:52](1191 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [08:06, 04:56](858 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [07:50, 04:59](863 MB) +PASS -- TEST 'regional_wofs_intel' [07:52, 05:41](1590 MB) + +PASS -- COMPILE 'rrfs_intel' [15:16, 13:31] ( 8 warnings 9 remarks ) +PASS -- TEST 'rap_control_intel' [09:25, 06:14](1006 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [08:48, 03:52](1154 MB) +PASS -- TEST 'rap_decomp_intel' [09:25, 06:26](1001 MB) +PASS -- TEST 'rap_2threads_intel' [09:25, 05:46](1093 MB) +PASS -- TEST 'rap_restart_intel' [06:15, 03:15](878 MB) +PASS -- TEST 'rap_sfcdiff_intel' [09:28, 06:09](1007 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [09:28, 06:25](1004 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [07:15, 04:40](880 MB) +PASS -- TEST 'hrrr_control_intel' [06:12, 03:14](998 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [06:12, 03:20](1000 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [06:12, 02:52](1076 MB) +PASS -- TEST 'hrrr_control_restart_intel' [04:39, 01:49](832 MB) +PASS -- TEST 'rrfs_v1beta_intel' [09:29, 06:02](998 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [10:02, 07:27](1963 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [10:01, 07:13](1955 MB) + +PASS -- COMPILE 'csawmg_intel' [14:16, 12:21] ( 5 warnings ) +PASS -- TEST 'control_csawmg_intel' [09:01, 06:38](958 MB) +PASS -- TEST 'control_ras_intel' [05:40, 02:52](655 MB) + +PASS -- COMPILE 'wam_intel' [14:16, 12:01] ( 5 warnings 1 remarks ) +PASS -- TEST 'control_wam_intel' [14:04, 10:19](1648 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [14:15, 12:29] ( 5 warnings 1 remarks ) +PASS -- TEST 'control_p8_faster_intel' [06:26, 03:12](1854 MB) +PASS -- TEST 'regional_control_faster_intel' [06:55, 04:44](862 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [17:15, 15:22] ( 887 warnings 9 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [05:05, 02:13](1604 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [04:57, 02:07](1611 MB) +PASS -- TEST 'control_stochy_debug_intel' [05:35, 03:02](812 MB) +PASS -- TEST 'control_lndp_debug_intel' [04:26, 02:40](808 MB) +PASS -- TEST 'control_csawmg_debug_intel' [08:03, 04:45](1115 MB) +PASS -- TEST 'control_ras_debug_intel' [04:34, 02:40](818 MB) +PASS -- TEST 'control_diag_debug_intel' [06:21, 02:39](1669 MB) +PASS -- TEST 'control_debug_p8_intel' [06:06, 03:01](1899 MB) +PASS -- TEST 'regional_debug_intel' [19:03, 16:38](924 MB) +PASS -- TEST 'rap_control_debug_intel' [07:33, 04:57](1191 MB) +PASS -- TEST 'hrrr_control_debug_intel' [06:38, 04:38](1187 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [06:36, 04:44](1190 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [06:38, 04:44](1192 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [07:36, 04:45](1191 MB) +PASS -- TEST 'rap_diag_debug_intel' [08:41, 05:02](1272 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [07:36, 04:49](1191 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [07:39, 04:50](1193 MB) +PASS -- TEST 'rap_lndp_debug_intel' [06:39, 04:46](1194 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [06:34, 04:44](1192 MB) +PASS -- TEST 'rap_noah_debug_intel' [07:39, 04:45](1190 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [07:37, 04:42](1185 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [09:28, 07:33](1185 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [06:29, 04:43](1186 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [08:32, 05:50](1198 MB) +PASS -- TEST 'rap_flake_debug_intel' [07:34, 05:07](1185 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [11:10, 08:17](1198 MB) + +PASS -- COMPILE 'wam_debug_intel' [10:14, 08:01] ( 842 warnings 1 remarks ) +PASS -- TEST 'control_wam_debug_intel' [16:01, 12:09](1698 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [14:16, 11:56] ( 8 warnings 8 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [07:23, 03:31](1018 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [08:05, 05:11](880 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [06:03, 02:48](877 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [08:07, 04:47](937 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [05:11, 02:31](932 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [06:01, 02:55](878 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [07:07, 03:56](790 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [03:33, 01:33](771 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [13:16, 11:50] ( 8 warnings 8 remarks ) +PASS -- TEST 'conus13km_control_intel' [05:40, 01:58](1074 MB) +PASS -- TEST 'conus13km_2threads_intel' [04:24, 01:08](1070 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [04:30, 01:14](963 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [14:17, 12:00] ( 8 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [07:00, 03:42](900 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [10:16, 08:28] ( 790 warnings 8 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [07:28, 04:46](1064 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [06:28, 04:29](1064 MB) +PASS -- TEST 'conus13km_debug_intel' [18:08, 14:12](1146 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [18:05, 13:53](831 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [11:48, 08:05](1143 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [17:52, 13:47](1215 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [10:16, 08:16] ( 790 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [07:35, 05:05](1090 MB) + +PASS -- COMPILE 'hafsw_intel' [21:15, 19:04] ( 6 warnings 9 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [08:26, 04:40](700 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [07:51, 05:20](1049 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [09:52, 06:31](753 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [15:03, 10:59](772 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [16:43, 12:01](795 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [08:29, 04:43](471 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [09:38, 05:47](487 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [04:54, 02:20](386 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [11:28, 06:14](456 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [06:02, 03:24](505 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [06:38, 03:06](503 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [07:24, 03:55](576 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [03:31, 01:15](421 MB) +PASS -- TEST 'gnv1_nested_intel' [08:19, 04:13](1710 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [11:16, 09:53] ( 1470 warnings 1481 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [15:14, 12:16](623 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [20:18, 18:17] ( 5 warnings 8 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [10:28, 07:16](624 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [10:32, 07:20](682 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [21:22, 19:45] ( 5 warnings 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [09:40, 05:23](673 MB) + +PASS -- COMPILE 'hafs_all_intel' [18:15, 16:36] ( 5 warnings 8 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [09:38, 05:44](737 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [09:44, 05:43](724 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [19:15, 16:17](894 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [11:13, 09:18] ( 5 warnings 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [04:26, 02:32](756 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [03:42, 01:33](758 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [04:37, 02:23](645 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [04:38, 02:25](646 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [04:40, 02:25](651 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [04:36, 02:31](768 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [04:37, 02:30](768 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [04:31, 02:22](647 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [11:00, 05:44](698 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [11:08, 05:45](681 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [04:20, 02:31](769 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [06:49, 03:58](2032 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [06:41, 03:57](1970 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [08:13, 06:43] ( 7 warnings 2 remarks ) +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [07:29, 05:13](753 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [11:14, 09:17] ( 5 warnings 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [04:39, 02:29](756 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [05:13, 02:55] ( 1 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [03:40, 01:14](306 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [03:30, 01:13](454 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [03:34, 00:51](451 MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [16:18, 14:46] ( 5 warnings 3 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [07:52, 04:02](1914 MB) + +PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [15:17, 13:16] ( 5 warnings 1 remarks ) +PASS -- TEST 'atm_ds2s_docn_dice_intel' [07:29, 03:49](1899 MB) + +PASS -- COMPILE 'atml_intel' [17:14, 15:13] ( 13 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [10:58, 06:51](1882 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [10:51, 07:20](1886 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [07:03, 04:03](1039 MB) + +PASS -- COMPILE 'atml_debug_intel' [13:13, 11:27] ( 885 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [09:42, 06:20](1926 MB) + +PASS -- COMPILE 'atmw_intel' [16:14, 14:28] ( 5 warnings 8 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [05:26, 02:16](1884 MB) + +PASS -- COMPILE 'atmaero_intel' [15:14, 13:24] ( 5 warnings 1 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [07:31, 04:27](3128 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [07:44, 04:20](3002 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [07:07, 04:27](3014 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [11:14, 09:00] ( 887 warnings 6 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [28:06, 22:02](4553 MB) + +PASS -- COMPILE 'atm_fbh_intel' [14:14, 11:50] ( 8 warnings 8 remarks ) +PASS -- TEST 'cpld_regional_atm_fbh_intel' [10:37, 08:05](807 MB) SYNOPSIS: -Starting Date/Time: 20240826 10:16:30 -Ending Date/Time: 20240826 12:28:53 -Total Time: 02h:13m:54s -Compiles Completed: 41/41 -Tests Completed: 184/184 +Starting Date/Time: 20240919 07:53:20 +Ending Date/Time: 20240919 09:42:54 +Total Time: 01h:50m:32s +Compiles Completed: 42/42 +Tests Completed: 185/185 NOTES: A file 'test_changes.list' was generated but is empty. diff --git a/tests/logs/RegressionTests_gaea.log b/tests/logs/RegressionTests_gaea.log index 66aa06f2a1..69dff2601c 100644 --- a/tests/logs/RegressionTests_gaea.log +++ b/tests/logs/RegressionTests_gaea.log @@ -1,31 +1,32 @@ ====START OF GAEA REGRESSION TESTING LOG==== UFSWM hash used in testing: -7a3782cc2bd9c3e8bf5a34088edcff9d2cdde759 +a04244cbba4aaa7cd72d1546981457f04bea51e1 Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) be5d28fd1b60522e6fc98aefeead20e6aac3530b AQM/src/model/CMAQ (CMAQv5.2.1_07Feb2018-198-gbe5d28fd1) - 12d0556920c11b388012c7b01e4e3c9ee7ebd93a CDEPS-interface/CDEPS (remotes/origin/simplify_datm) - 2ffee5cd48e0c389bdf75c0d910b3f6d53263563 CICE-interface/CICE (CICE6.0.0-451-g2ffee5c) - f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) - f13e16e414e115e268b2dd300b665e628e5f2429 CMEPS-interface/CMEPS (cmeps_v0.4.1-2308-gf13e16e) + 1f9eaaa142c8b07ed6b788c9f44ea02cc86d0bae CDEPS-interface/CDEPS (cdeps0.4.17-42-g1f9eaaa) + 635d9a100a736bd8d14ad091e879d5da6e4eb2bd CICE-interface/CICE (CICE6.0.0-373-g635d9a1) + 4c87095256c1c599c3ccaa857a95744158751a60 CICE-interface/CICE/icepack (Icepack1.1.0-191-g4c87095) + dc977bcadd1ade1a528dee75f1ad45e8bd80ca0a CMEPS-interface/CMEPS (cmeps_v0.4.1-2310-gdc977bc) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - 01677400f90c2aaeac4d57718b826cd0881470f4 FV3 (remotes/origin/feature/cubed_sphere_inc) - 04b336f3da7fde10f1c63ca82699fd5c1378fbf3 FV3/atmos_cubed_sphere (201912_public_release-428-g04b336f) + a9364591091c836984a40107729720705847c195 FV3 (heads/develop) + ac3055eff06099d61cd65e18bc4f0353ffd83f46 FV3/atmos_cubed_sphere (201912_public_release-405-gac3055e) 0f8232724975c13289cad390c9a71fa2c6a9bff4 FV3/ccpp/framework (2024-07-11-dev) - 1d9b076503c27cd4cfa8b22a977a71e889cbb149 FV3/ccpp/physics (EP4-851-g1d9b0765) + b6c433354394bd8ed5e46692a81149441ff4ae38 FV3/ccpp/physics (EP4-873-gb6c43335) 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) 81b38a88d860ce7e34e8507c2246151a54d96a39 FV3/upp (upp_v10.2.0-218-g81b38a88) -1ba8270870947b583cd51bc72ff8960f4c1fb36e FV3/upp/sorc/libIFI.fd -567edcc94bc418d0dcd6cdaafed448eeb5aab570 FV3/upp/sorc/ncep_post.fd/post_gtg.fd 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) bcf7777bb037ae2feb2a8a8ac51aacb3511b52d9 HYCOM-interface/HYCOM (2.3.00-122-gbcf7777) - 00f8ea2023f5ed58f0605cea373094f65ee90f64 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10197-g00f8ea202) + 5e0c21f64fa5b20efc8f29f8709766e1e6793a79 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10230-g5e0c21f64) 9423197f894112edfcb1502245f7d7b873d551f9 MOM6-interface/MOM6/pkg/CVMix-src (9423197) 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) 3ac32f0db7a2a97d930f44fa5f060c983ff31ee8 NOAHMP-interface/noahmp (v3.7.1-436-g3ac32f0) 7f548c795a348bbb0fe4967dd25692c79036dc73 WW3 (6.07.1-346-g7f548c79) + 05cad173feeb598431e3ef5f17c2df6562c8d101 fire_behavior (v0.2.0-1-g05cad17) fad2fe9f42f6b7f744b128b4a2a9433f91e4296f stochastic_physics (ufs-v2.0.0-219-gfad2fe9) @@ -35,287 +36,290 @@ The first time is for the full script (prep+run+finalize). The second time is specifically for the run phase. Times/Memory will be empty for failed tests. -BASELINE DIRECTORY: /gpfs/f5/epic/world-shared/UFS-WM_RT/NEMSfv3gfs/develop-20240821 -COMPARISON DIRECTORY: /gpfs/f5/epic/scratch/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_218269 +BASELINE DIRECTORY: /gpfs/f5/epic/world-shared/UFS-WM_RT/NEMSfv3gfs/develop-20240909 +COMPARISON DIRECTORY: /gpfs/f5/epic/scratch/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_159670 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: epic * (-l) - USE CONFIG FILE: rt.conf * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [22:15, 20:27] ( 1 warnings 10 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [26:50, 07:27](3205 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [25:13, 23:23] ( 1 warnings 10 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [33:05, 13:45](1913 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [22:19, 14:12](1935 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [13:29, 06:58](1070 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [33:50, 15:00](1887 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [25:14, 23:42] ( 1 warnings 10 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [33:13, 13:52](1908 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [17:11, 15:53] ( 1525 warnings 2000 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [28:34, 25:21](1940 MB) - -PASS -- COMPILE 's2swa_intel' [21:11, 20:06] ( 10 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [13:32, 08:20](3223 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [17:29, 08:48](3222 MB) -PASS -- TEST 'cpld_restart_p8_intel' [36:20, 05:39](3157 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [15:34, 08:58](3246 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [34:17, 05:41](3172 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [11:36, 06:50](3466 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [13:23, 08:26](3223 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [12:23, 07:30](3168 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [13:39, 08:30](3224 MB) -PASS -- TEST 'cpld_control_c192_p8_intel' [20:50, 10:41](3444 MB) -PASS -- TEST 'cpld_restart_c192_p8_intel' [30:26, 06:46](3602 MB) -PASS -- TEST 'cpld_bmark_p8_intel' [35:48, 10:29](4211 MB) -PASS -- TEST 'cpld_restart_bmark_p8_intel' [20:37, 06:29](4360 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [13:29, 08:12](3212 MB) - -PASS -- COMPILE 's2sw_intel' [20:14, 19:08] ( 10 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [08:53, 05:04](1929 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [09:03, 05:38](1988 MB) - -PASS -- COMPILE 's2swa_debug_intel' [16:11, 14:48] ( 1450 warnings 1230 remarks ) -PASS -- TEST 'cpld_debug_p8_intel' [14:03, 10:11](3281 MB) - -PASS -- COMPILE 's2sw_debug_intel' [18:15, 16:51] ( 1450 warnings 1230 remarks ) -PASS -- TEST 'cpld_debug_noaero_p8_intel' [10:41, 06:16](1950 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [19:15, 17:24] ( 3 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [09:07, 05:24](1994 MB) - -PASS -- COMPILE 's2s_intel' [19:15, 17:10] ( 3 remarks ) -PASS -- TEST 'cpld_control_c48_intel' [09:32, 06:28](2871 MB) -PASS -- TEST 'cpld_warmstart_c48_intel' [04:18, 02:03](2877 MB) -PASS -- TEST 'cpld_restart_c48_intel' [06:26, 01:13](2289 MB) - -PASS -- COMPILE 's2swa_faster_intel' [23:16, 21:47] ( 10 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [28:33, 08:08](3224 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [24:12, 22:47] ( 10 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [33:30, 15:20](1928 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [13:22, 07:57](1100 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [22:09, 18:00](1906 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [16:15, 14:18] ( 1560 warnings 2000 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [58:59, 28:17](1944 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [17:11, 15:31] ( 1 warnings 1 remarks ) -PASS -- TEST 'control_flake_intel' [30:56, 03:56](665 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [32:02, 03:40](1561 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [31:53, 03:37](1566 MB) -PASS -- TEST 'control_latlon_intel' [31:28, 03:38](1565 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [31:44, 03:37](1564 MB) -PASS -- TEST 'control_c48_intel' [34:57, 06:37](1569 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [17:53, 05:46](698 MB) -PASS -- TEST 'control_c192_intel' [37:53, 10:12](1671 MB) -PASS -- TEST 'control_c384_intel' [46:11, 18:43](1929 MB) -PASS -- TEST 'control_c384gdas_intel' [44:03, 14:44](1155 MB) -PASS -- TEST 'control_stochy_intel' [29:56, 02:10](620 MB) -PASS -- TEST 'control_stochy_restart_intel' [02:50, 01:00](426 MB) -PASS -- TEST 'control_lndp_intel' [30:01, 02:11](619 MB) -PASS -- TEST 'control_iovr4_intel' [30:02, 03:01](617 MB) -PASS -- TEST 'control_iovr5_intel' [31:00, 03:07](617 MB) -PASS -- TEST 'control_p8_intel' [32:42, 03:43](1850 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [33:19, 03:50](1849 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [32:52, 03:52](1853 MB) -PASS -- TEST 'control_restart_p8_intel' [05:26, 01:47](1007 MB) -PASS -- TEST 'control_noqr_p8_intel' [32:42, 03:40](1844 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [05:26, 01:42](1016 MB) -PASS -- TEST 'control_decomp_p8_intel' [29:49, 03:35](1849 MB) -PASS -- TEST 'control_2threads_p8_intel' [14:05, 02:54](1928 MB) -PASS -- TEST 'control_p8_lndp_intel' [10:21, 05:14](1851 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [08:18, 04:07](1906 MB) -PASS -- TEST 'control_p8_mynn_intel' [06:41, 03:21](1864 MB) -PASS -- TEST 'merra2_thompson_intel' [07:10, 03:36](1857 MB) -PASS -- TEST 'regional_control_intel' [07:18, 04:38](833 MB) -PASS -- TEST 'regional_restart_intel' [04:51, 02:34](850 MB) -PASS -- TEST 'regional_decomp_intel' [07:06, 04:48](852 MB) -PASS -- TEST 'regional_2threads_intel' [05:19, 02:53](991 MB) -PASS -- TEST 'regional_noquilt_intel' [07:27, 04:28](1174 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [07:29, 04:33](857 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [07:09, 04:34](851 MB) -PASS -- TEST 'regional_wofs_intel' [09:08, 06:06](1581 MB) - -PASS -- COMPILE 'rrfs_intel' [17:11, 15:27] ( 3 warnings 9 remarks ) -PASS -- TEST 'rap_control_intel' [09:40, 06:49](1008 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [06:37, 03:43](1149 MB) -PASS -- TEST 'rap_decomp_intel' [09:50, 06:49](1005 MB) -PASS -- TEST 'rap_2threads_intel' [08:42, 05:58](1082 MB) -PASS -- TEST 'rap_restart_intel' [06:25, 03:24](875 MB) -PASS -- TEST 'rap_sfcdiff_intel' [11:27, 07:17](1002 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [11:27, 07:11](1003 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [08:55, 05:29](875 MB) -PASS -- TEST 'hrrr_control_intel' [06:21, 03:54](999 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [06:35, 03:57](995 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [06:28, 03:21](1076 MB) -PASS -- TEST 'hrrr_control_restart_intel' [03:53, 01:53](830 MB) -PASS -- TEST 'rrfs_v1beta_intel' [10:41, 07:04](998 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [10:48, 08:20](1959 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [09:52, 07:57](1945 MB) - -PASS -- COMPILE 'csawmg_intel' [16:11, 14:14] -PASS -- TEST 'control_csawmg_intel' [09:08, 06:58](957 MB) -PASS -- TEST 'control_ras_intel' [05:54, 03:32](653 MB) - -PASS -- COMPILE 'wam_intel' [15:11, 13:37] ( 1 remarks ) -PASS -- TEST 'control_wam_intel' [39:59, 12:10](1644 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [15:14, 14:06] ( 1 remarks ) -PASS -- TEST 'control_p8_faster_intel' [07:45, 03:23](1849 MB) -PASS -- TEST 'regional_control_faster_intel' [07:19, 04:30](848 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [17:11, 15:27] ( 884 warnings 9 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [06:48, 03:03](1591 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [06:24, 03:09](1594 MB) -PASS -- TEST 'control_stochy_debug_intel' [05:45, 03:13](794 MB) -PASS -- TEST 'control_lndp_debug_intel' [04:54, 02:54](795 MB) -PASS -- TEST 'control_csawmg_debug_intel' [07:06, 04:22](1100 MB) -PASS -- TEST 'control_ras_debug_intel' [06:10, 03:07](801 MB) -PASS -- TEST 'control_diag_debug_intel' [06:11, 03:07](1655 MB) -PASS -- TEST 'control_debug_p8_intel' [06:02, 03:26](1890 MB) -PASS -- TEST 'regional_debug_intel' [18:51, 16:08](891 MB) -PASS -- TEST 'rap_control_debug_intel' [07:44, 05:24](1184 MB) -PASS -- TEST 'hrrr_control_debug_intel' [07:37, 05:16](1173 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [07:46, 05:12](1178 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [07:37, 05:24](1178 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [08:05, 05:12](1184 MB) -PASS -- TEST 'rap_diag_debug_intel' [08:25, 05:22](1263 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [08:06, 05:11](1178 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [08:05, 05:19](1180 MB) -PASS -- TEST 'rap_lndp_debug_intel' [08:07, 05:10](1183 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [07:57, 05:28](1183 MB) -PASS -- TEST 'rap_noah_debug_intel' [07:57, 05:11](1180 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [08:02, 05:23](1182 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [09:48, 08:00](1177 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [07:51, 05:31](1172 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [08:49, 06:35](1183 MB) -PASS -- TEST 'rap_flake_debug_intel' [07:38, 05:18](1177 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [11:33, 08:41](1180 MB) - -PASS -- COMPILE 'wam_debug_intel' [13:13, 11:28] ( 839 warnings 1 remarks ) -PASS -- TEST 'control_wam_debug_intel' [17:21, 14:00](1672 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [15:13, 12:58] ( 3 warnings 8 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [09:17, 03:34](1012 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [11:20, 06:14](882 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [09:24, 03:48](880 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [11:21, 05:33](941 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [08:18, 02:41](925 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [09:13, 03:41](881 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [25:20, 04:26](775 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [20:48, 01:41](761 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [15:11, 13:36] ( 3 warnings 8 remarks ) -PASS -- TEST 'conus13km_control_intel' [06:40, 02:34](1086 MB) -PASS -- TEST 'conus13km_2threads_intel' [16:15, 01:15](1062 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [21:14, 01:30](964 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [16:12, 14:17] ( 3 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [09:28, 04:33](908 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [13:15, 11:10] ( 787 warnings 8 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [08:36, 05:15](1048 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [08:37, 05:13](1049 MB) -PASS -- TEST 'conus13km_debug_intel' [18:25, 14:40](1135 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [18:04, 15:04](808 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [13:18, 08:43](1111 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [19:13, 14:12](1199 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [13:10, 11:08] ( 787 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [08:46, 05:07](1080 MB) - -PASS -- COMPILE 'hafsw_intel' [18:12, 16:52] ( 1 warnings 9 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [09:27, 04:43](685 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [08:47, 03:54](1033 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [14:02, 07:37](729 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [16:29, 11:25](760 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [19:57, 12:52](782 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [10:31, 05:04](465 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [14:47, 06:16](480 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [15:31, 02:39](368 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [27:05, 07:05](441 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [23:18, 03:34](497 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [22:24, 03:15](496 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [22:25, 04:02](551 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [22:53, 01:16](398 MB) -PASS -- TEST 'gnv1_nested_intel' [27:32, 05:18](1697 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [14:14, 12:42] ( 1467 warnings 1502 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [33:21, 12:24](587 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [19:16, 17:07] ( 8 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [27:26, 07:14](600 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [27:22, 07:09](777 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [19:12, 17:18] ( 7 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [25:42, 05:25](776 MB) - -PASS -- COMPILE 'hafs_all_intel' [19:16, 17:03] ( 8 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [26:23, 06:02](722 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [25:21, 06:07](706 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [38:21, 20:06](893 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [14:13, 12:36] ( 2 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [18:30, 02:37](763 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [05:29, 01:34](753 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [19:30, 02:28](640 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [18:32, 02:28](644 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [17:25, 02:30](640 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [16:36, 02:35](763 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [15:30, 02:33](763 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [16:31, 02:26](647 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [20:22, 06:01](695 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [20:14, 05:57](677 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [16:28, 02:38](763 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [07:30, 04:38](2032 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [16:33, 04:41](2033 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [13:11, 11:50] ( 2 warnings 2 remarks ) -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [17:32, 05:45](747 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [14:12, 12:57] ( 2 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [12:31, 02:36](763 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [05:15, 03:26] ( 1 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [09:03, 02:33](308 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [07:55, 01:22](454 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [04:01, 00:57](454 MB) - -PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [18:12, 16:20] ( 3 remarks ) -PASS -- TEST 'atm_ds2s_docn_pcice_intel' [10:48, 04:02](1915 MB) - -PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [17:16, 15:44] ( 1 remarks ) -PASS -- TEST 'atm_ds2s_docn_dice_intel' [10:19, 04:26](1903 MB) - -PASS -- COMPILE 'atml_intel' [17:15, 15:25] ( 8 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [13:19, 07:20](1879 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [13:12, 07:16](1879 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [07:07, 03:47](1034 MB) - -PASS -- COMPILE 'atml_debug_intel' [13:15, 11:23] ( 882 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [11:50, 06:27](1916 MB) - -PASS -- COMPILE 'atmw_intel' [17:12, 15:17] ( 8 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [05:07, 02:49](1884 MB) - -PASS -- COMPILE 'atmaero_intel' [15:11, 13:31] ( 1 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [09:32, 06:22](3119 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [10:43, 06:55](3008 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [10:29, 07:10](3018 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [16:11, 14:32] ( 884 warnings 6 remarks ) -PASS -- TEST 'regional_atmaq_debug_intel' [33:38, 18:23](4485 MB) +PASS -- COMPILE 's2swa_32bit_intel' [20:15, 18:43] ( 1 warnings 10 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [15:25, 08:35](3201 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [23:14, 21:54] ( 1 warnings 10 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [17:41, 13:58](1915 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [17:38, 14:11](1944 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [09:35, 06:48](1070 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [18:37, 15:37](1891 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [25:12, 23:24] ( 1 warnings 10 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [15:52, 13:53](1915 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [15:14, 14:04] ( 1523 warnings 2000 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [36:36, 25:58](1941 MB) + +PASS -- COMPILE 's2swa_intel' [21:11, 19:35] ( 1 warnings 10 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [15:03, 10:24](3226 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [15:12, 10:25](3224 MB) +PASS -- TEST 'cpld_restart_p8_intel' [13:34, 06:24](3158 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [15:05, 10:19](3252 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [12:47, 06:04](3176 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [14:11, 08:59](3471 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [14:54, 10:08](3224 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [14:11, 08:51](3169 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [15:12, 10:14](3226 MB) +PASS -- TEST 'cpld_control_c192_p8_intel' [16:07, 10:05](3447 MB) +PASS -- TEST 'cpld_restart_c192_p8_intel' [13:43, 06:34](3607 MB) +PASS -- TEST 'cpld_bmark_p8_intel' [19:10, 10:00](4206 MB) +PASS -- TEST 'cpld_restart_bmark_p8_intel' [13:04, 06:04](4362 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [12:48, 08:11](3212 MB) + +PASS -- COMPILE 's2sw_intel' [20:15, 18:24] ( 1 warnings 10 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [11:43, 06:12](1923 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [15:08, 08:51](1994 MB) + +PASS -- COMPILE 's2swa_debug_intel' [15:14, 13:30] ( 1413 warnings 1230 remarks ) +PASS -- TEST 'cpld_debug_p8_intel' [25:41, 14:31](3283 MB) + +PASS -- COMPILE 's2sw_debug_intel' [14:13, 12:51] ( 1413 warnings 1230 remarks ) +PASS -- TEST 'cpld_debug_noaero_p8_intel' [12:41, 09:18](1950 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [18:14, 16:13] ( 3 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [13:53, 05:29](1992 MB) + +PASS -- COMPILE 's2s_intel' [18:14, 16:39] ( 1 warnings 3 remarks ) +PASS -- TEST 'cpld_control_c48_intel' [13:26, 05:33](2872 MB) +PASS -- TEST 'cpld_warmstart_c48_intel' [09:36, 01:57](2883 MB) +PASS -- TEST 'cpld_restart_c48_intel' [03:15, 01:07](2296 MB) + +PASS -- COMPILE 's2swa_faster_intel' [23:11, 20:54] ( 1 warnings 10 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [15:52, 10:08](3224 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [24:12, 22:38] ( 1 warnings 10 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [18:36, 15:09](1923 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [13:48, 08:07](1098 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [22:37, 17:29](1904 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [17:12, 15:25] ( 1523 warnings 2000 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [31:26, 27:50](1946 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [16:12, 14:27] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_flake_intel' [05:51, 03:45](663 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [10:23, 03:45](1562 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [10:21, 03:52](1575 MB) +PASS -- TEST 'control_latlon_intel' [08:13, 03:19](1566 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [09:23, 03:52](1565 MB) +PASS -- TEST 'control_c48_intel' [14:30, 09:52](1578 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [08:11, 05:44](699 MB) +PASS -- TEST 'control_c192_intel' [18:22, 11:33](1686 MB) +PASS -- TEST 'control_c384_intel' [31:45, 23:37](1958 MB) +PASS -- TEST 'control_c384gdas_intel' [23:37, 14:44](1153 MB) +PASS -- TEST 'control_stochy_intel' [03:51, 01:58](620 MB) +PASS -- TEST 'control_stochy_restart_intel' [05:31, 01:01](424 MB) +PASS -- TEST 'control_lndp_intel' [03:51, 02:02](619 MB) +PASS -- TEST 'control_iovr4_intel' [06:56, 02:58](618 MB) +PASS -- TEST 'control_iovr5_intel' [09:38, 02:40](618 MB) +PASS -- TEST 'control_p8_intel' [11:12, 03:41](1861 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [11:34, 03:34](1862 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [11:10, 03:44](1860 MB) +PASS -- TEST 'control_restart_p8_intel' [05:06, 02:23](1012 MB) +PASS -- TEST 'control_noqr_p8_intel' [11:02, 03:44](1853 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [05:15, 02:23](1021 MB) +PASS -- TEST 'control_decomp_p8_intel' [10:11, 03:44](1847 MB) +PASS -- TEST 'control_2threads_p8_intel' [10:11, 03:36](1942 MB) +PASS -- TEST 'control_p8_lndp_intel' [08:50, 06:23](1860 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [07:08, 04:11](1910 MB) +PASS -- TEST 'control_p8_mynn_intel' [07:11, 03:38](1859 MB) +PASS -- TEST 'merra2_thompson_intel' [08:20, 04:04](1855 MB) +PASS -- TEST 'regional_control_intel' [07:42, 04:43](849 MB) +PASS -- TEST 'regional_restart_intel' [04:44, 02:33](854 MB) +PASS -- TEST 'regional_decomp_intel' [07:37, 05:05](849 MB) +PASS -- TEST 'regional_2threads_intel' [05:44, 02:54](993 MB) +PASS -- TEST 'regional_noquilt_intel' [06:44, 04:36](1179 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [06:47, 04:35](850 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [06:34, 04:40](857 MB) +PASS -- TEST 'regional_wofs_intel' [07:45, 06:04](1582 MB) + +PASS -- COMPILE 'rrfs_intel' [16:12, 14:09] ( 3 warnings 9 remarks ) +PASS -- TEST 'rap_control_intel' [09:08, 06:50](1002 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [06:16, 03:44](1145 MB) +PASS -- TEST 'rap_decomp_intel' [10:05, 07:17](1004 MB) +PASS -- TEST 'rap_2threads_intel' [09:04, 06:23](1085 MB) +PASS -- TEST 'rap_restart_intel' [06:20, 03:27](872 MB) +PASS -- TEST 'rap_sfcdiff_intel' [09:05, 06:56](1000 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [10:12, 07:30](1002 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [08:17, 04:53](871 MB) +PASS -- TEST 'hrrr_control_intel' [06:04, 03:49](1000 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [06:03, 03:55](998 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [05:07, 03:05](1073 MB) +PASS -- TEST 'hrrr_control_restart_intel' [03:45, 02:03](827 MB) +PASS -- TEST 'rrfs_v1beta_intel' [10:12, 07:08](999 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [10:40, 08:40](1959 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [10:31, 08:25](1950 MB) + +PASS -- COMPILE 'csawmg_intel' [15:15, 13:33] +PASS -- TEST 'control_csawmg_intel' [08:41, 06:56](959 MB) +PASS -- TEST 'control_ras_intel' [06:34, 03:26](652 MB) + +PASS -- COMPILE 'wam_intel' [15:15, 12:53] ( 1 remarks ) +PASS -- TEST 'control_wam_intel' [14:24, 11:50](1657 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [16:12, 14:01] ( 1 remarks ) +PASS -- TEST 'control_p8_faster_intel' [06:27, 03:08](1861 MB) +PASS -- TEST 'regional_control_faster_intel' [06:53, 04:26](846 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [16:11, 14:50] ( 882 warnings 9 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [05:13, 02:49](1589 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [05:09, 02:41](1591 MB) +PASS -- TEST 'control_stochy_debug_intel' [05:27, 03:10](794 MB) +PASS -- TEST 'control_lndp_debug_intel' [04:32, 02:59](792 MB) +PASS -- TEST 'control_csawmg_debug_intel' [06:38, 04:13](1096 MB) +PASS -- TEST 'control_ras_debug_intel' [04:29, 02:49](800 MB) +PASS -- TEST 'control_diag_debug_intel' [04:54, 02:58](1653 MB) +PASS -- TEST 'control_debug_p8_intel' [04:45, 03:00](1890 MB) +PASS -- TEST 'regional_debug_intel' [18:44, 16:11](886 MB) +PASS -- TEST 'rap_control_debug_intel' [06:35, 05:04](1179 MB) +PASS -- TEST 'hrrr_control_debug_intel' [06:46, 04:54](1169 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [07:31, 05:12](1176 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [06:26, 05:06](1176 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [06:33, 05:04](1173 MB) +PASS -- TEST 'rap_diag_debug_intel' [07:41, 05:18](1258 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [07:33, 05:11](1173 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [07:34, 05:08](1176 MB) +PASS -- TEST 'rap_lndp_debug_intel' [07:38, 05:12](1178 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [07:37, 05:22](1173 MB) +PASS -- TEST 'rap_noah_debug_intel' [07:37, 04:56](1169 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [07:37, 05:06](1176 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [11:39, 08:24](1169 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [07:37, 05:13](1172 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [08:35, 06:25](1179 MB) +PASS -- TEST 'rap_flake_debug_intel' [08:35, 05:23](1175 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [13:10, 08:32](1178 MB) + +PASS -- COMPILE 'wam_debug_intel' [12:13, 10:48] ( 837 warnings 1 remarks ) +PASS -- TEST 'control_wam_debug_intel' [18:11, 13:33](1674 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [15:11, 13:26] ( 3 warnings 8 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [07:18, 03:41](1012 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [10:08, 05:56](881 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [07:00, 03:53](878 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [08:53, 05:27](937 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [06:08, 02:44](925 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [07:04, 03:47](881 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [09:55, 04:08](776 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [08:34, 01:38](760 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [14:11, 12:47] ( 3 warnings 8 remarks ) +PASS -- TEST 'conus13km_control_intel' [06:19, 02:34](1083 MB) +PASS -- TEST 'conus13km_2threads_intel' [07:59, 00:59](1063 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [08:00, 01:32](961 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [14:11, 12:56] ( 3 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [07:08, 04:38](906 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [12:11, 10:24] ( 785 warnings 8 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [07:31, 05:15](1052 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [07:31, 04:48](1052 MB) +PASS -- TEST 'conus13km_debug_intel' [17:15, 14:55](1135 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [17:13, 14:37](807 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [11:00, 08:12](1111 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [19:37, 14:49](1200 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [12:11, 10:09] ( 785 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [07:32, 05:18](1078 MB) + +PASS -- COMPILE 'hafsw_intel' [19:12, 17:10] ( 1 warnings 9 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [07:28, 04:47](688 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [06:46, 03:59](1036 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [12:47, 07:28](732 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [16:21, 11:35](760 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [19:45, 12:35](779 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [10:16, 05:01](462 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [12:36, 06:15](480 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [09:11, 02:30](366 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [18:03, 06:51](430 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [09:09, 03:35](498 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [11:14, 03:13](496 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [11:17, 04:08](557 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [07:46, 01:13](396 MB) +PASS -- TEST 'gnv1_nested_intel' [13:06, 05:18](1700 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [14:12, 12:13] ( 1465 warnings 1502 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [19:13, 12:14](585 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [18:14, 16:11] ( 8 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [14:20, 07:04](598 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [15:20, 07:14](775 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [18:11, 16:49] ( 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [12:07, 05:26](778 MB) + +PASS -- COMPILE 'hafs_all_intel' [17:11, 15:49] ( 8 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [12:34, 05:49](718 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [14:20, 06:10](708 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [27:17, 20:01](893 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [15:14, 13:34] ( 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [09:34, 02:36](765 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [03:24, 02:00](755 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [07:31, 02:26](645 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [07:27, 02:35](645 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [07:58, 02:29](643 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [06:28, 02:34](752 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [07:54, 02:36](765 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [06:30, 02:27](641 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [11:05, 06:08](694 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [09:10, 05:52](677 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [05:28, 02:35](765 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [07:30, 04:39](2030 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [07:33, 04:40](2031 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [10:13, 08:25] ( 2 warnings 2 remarks ) +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [07:26, 05:27](746 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [15:14, 12:58] ( 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [04:53, 02:32](766 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [05:15, 03:22] ( 1 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [04:52, 02:53](308 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [03:49, 01:26](454 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [05:55, 01:01](454 MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [17:13, 15:02] ( 3 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [07:49, 04:34](1919 MB) + +PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [16:16, 14:24] ( 1 remarks ) +PASS -- TEST 'atm_ds2s_docn_dice_intel' [08:36, 05:07](1907 MB) + +PASS -- COMPILE 'atml_intel' [16:11, 14:47] ( 8 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [10:55, 07:53](1882 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [12:34, 08:40](1882 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [16:46, 04:14](1036 MB) + +PASS -- COMPILE 'atml_debug_intel' [14:13, 11:56] ( 880 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [09:39, 07:02](1907 MB) + +PASS -- COMPILE 'atmw_intel' [17:16, 15:15] ( 8 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [05:56, 02:19](1888 MB) + +PASS -- COMPILE 'atmaero_intel' [16:14, 14:04] ( 1 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [11:04, 06:10](3122 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [11:15, 07:00](3006 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [11:03, 06:43](3018 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [13:12, 11:31] ( 882 warnings 6 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [22:49, 18:11](4486 MB) + +PASS -- COMPILE 'atm_fbh_intel' [15:14, 13:40] ( 3 warnings 8 remarks ) +PASS -- TEST 'cpld_regional_atm_fbh_intel' [11:00, 08:56](800 MB) SYNOPSIS: -Starting Date/Time: 20240826 12:28:28 -Ending Date/Time: 20240826 15:05:06 -Total Time: 02h:38m:09s -Compiles Completed: 41/41 -Tests Completed: 185/185 +Starting Date/Time: 20240918 23:35:48 +Ending Date/Time: 20240919 01:30:37 +Total Time: 01h:55m:53s +Compiles Completed: 42/42 +Tests Completed: 186/186 NOTES: A file 'test_changes.list' was generated but is empty. diff --git a/tests/logs/RegressionTests_hera.log b/tests/logs/RegressionTests_hera.log index e09b636b6f..60f1b9f054 100644 --- a/tests/logs/RegressionTests_hera.log +++ b/tests/logs/RegressionTests_hera.log @@ -1,20 +1,21 @@ ====START OF HERA REGRESSION TESTING LOG==== UFSWM hash used in testing: -7a3782cc2bd9c3e8bf5a34088edcff9d2cdde759 +9e7771572ae0e1b5f6c71e6bc0e1e8f79b7af8b5 Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) - 12d0556920c11b388012c7b01e4e3c9ee7ebd93a CDEPS-interface/CDEPS (remotes/origin/simplify_datm) - 2ffee5cd48e0c389bdf75c0d910b3f6d53263563 CICE-interface/CICE (CICE6.0.0-451-g2ffee5c) - f13e16e414e115e268b2dd300b665e628e5f2429 CMEPS-interface/CMEPS (cmeps_v0.4.1-2308-gf13e16e) + 1f9eaaa142c8b07ed6b788c9f44ea02cc86d0bae CDEPS-interface/CDEPS (cdeps0.4.17-42-g1f9eaaa) + 635d9a100a736bd8d14ad091e879d5da6e4eb2bd CICE-interface/CICE (CICE6.0.0-373-g635d9a1) + dc977bcadd1ade1a528dee75f1ad45e8bd80ca0a CMEPS-interface/CMEPS (cmeps_v0.4.1-2310-gdc977bc) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - 01677400f90c2aaeac4d57718b826cd0881470f4 FV3 (remotes/origin/feature/cubed_sphere_inc) + a9364591091c836984a40107729720705847c195 FV3 (heads/develop) 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) bcf7777bb037ae2feb2a8a8ac51aacb3511b52d9 HYCOM-interface/HYCOM (2.3.00-122-gbcf7777) - 00f8ea2023f5ed58f0605cea373094f65ee90f64 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10197-g00f8ea202) + 5e0c21f64fa5b20efc8f29f8709766e1e6793a79 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10230-g5e0c21f64) 3ac32f0db7a2a97d930f44fa5f060c983ff31ee8 NOAHMP-interface/noahmp (v3.7.1-436-g3ac32f0) 7f548c795a348bbb0fe4967dd25692c79036dc73 WW3 (6.07.1-346-g7f548c79) + 05cad173feeb598431e3ef5f17c2df6562c8d101 fire_behavior (v0.2.0-1-g05cad17) fad2fe9f42f6b7f744b128b4a2a9433f91e4296f stochastic_physics (ufs-v2.0.0-219-gfad2fe9) @@ -24,377 +25,379 @@ The first time is for the full script (prep+run+finalize). The second time is specifically for the run phase. Times/Memory will be empty for failed tests. -BASELINE DIRECTORY: /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20240821 -COMPARISON DIRECTORY: /scratch1/NCEPDEV/stmp2/role.epic/FV3_RT/rt_3692277 +BASELINE DIRECTORY: /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20240909 +COMPARISON DIRECTORY: /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_3988882 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: epic -* (-l) - USE CONFIG FILE: rt.conf -* (-r) - USE ROCOTO - -PASS -- COMPILE 's2swa_32bit_intel' [12:20, 12:20] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [06:29, 05:41](3309 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [16:17, 16:16] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [18:02, 17:19](1940 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [19:06, 18:07](2138 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [09:16, 08:21](1244 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [20:07, 19:26](1841 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [16:19, 16:18] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [17:34, 17:04](1950 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [05:42, 05:42] ( 1525 warnings 1998 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [24:13, 23:31](1888 MB) - -PASS -- COMPILE 's2swa_intel' [12:26, 12:26] ( 8 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [06:58, 06:07](3338 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [06:48, 05:57](3325 MB) -PASS -- TEST 'cpld_restart_p8_intel' [05:34, 03:47](3221 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [07:02, 06:13](3370 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [04:40, 03:38](3270 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [06:18, 05:34](3629 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [06:53, 06:10](3309 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [05:41, 04:49](3207 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [07:27, 06:33](3326 MB) -PASS -- TEST 'cpld_control_c192_p8_intel' [12:16, 10:41](3513 MB) -PASS -- TEST 'cpld_restart_c192_p8_intel' [08:46, 06:32](3617 MB) -PASS -- TEST 'cpld_bmark_p8_intel' [15:24, 09:51](4273 MB) -PASS -- TEST 'cpld_restart_bmark_p8_intel' [13:04, 05:57](4357 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [06:30, 05:42](3296 MB) - -PASS -- COMPILE 's2sw_intel' [11:38, 11:38] ( 8 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [05:51, 05:05](1992 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [05:17, 04:32](2040 MB) - -PASS -- COMPILE 's2swa_debug_intel' [05:41, 05:41] ( 1450 warnings 1228 remarks ) -PASS -- TEST 'cpld_debug_p8_intel' [09:45, 08:56](3396 MB) - -PASS -- COMPILE 's2sw_debug_intel' [05:22, 05:22] ( 1450 warnings 1228 remarks ) -PASS -- TEST 'cpld_debug_noaero_p8_intel' [06:44, 05:58](1964 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [11:00, 11:00] ( 1 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [05:10, 04:23](2017 MB) - -PASS -- COMPILE 's2s_intel' [11:03, 11:03] ( 1 remarks ) -PASS -- TEST 'cpld_control_c48_intel' [09:22, 08:56](3060 MB) -PASS -- TEST 'cpld_warmstart_c48_intel' [03:05, 02:36](3037 MB) -PASS -- TEST 'cpld_restart_c48_intel' [02:00, 01:29](2457 MB) - -PASS -- COMPILE 's2swa_faster_intel' [17:34, 17:33] ( 8 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [06:28, 05:30](3332 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [15:06, 15:05] ( 8 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [19:15, 17:41](1973 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [09:36, 08:35](1244 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [20:58, 20:09](1891 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [05:25, 05:25] ( 1560 warnings 1998 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [26:50, 26:01](1937 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [10:38, 10:37] ( 1 warnings 1 remarks ) -PASS -- TEST 'control_flake_intel' [03:34, 03:20](695 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [03:26, 02:55](1601 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [03:30, 02:59](1583 MB) -PASS -- TEST 'control_latlon_intel' [03:25, 02:58](1571 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [03:29, 02:59](1585 MB) -PASS -- TEST 'control_c48_intel' [08:22, 07:49](1706 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [06:42, 06:28](858 MB) -PASS -- TEST 'control_c192_intel' [11:24, 10:44](1727 MB) -PASS -- TEST 'control_c384_intel' [12:07, 10:45](1964 MB) -PASS -- TEST 'control_c384gdas_intel' [10:17, 08:04](1379 MB) -PASS -- TEST 'control_stochy_intel' [01:50, 01:38](658 MB) -PASS -- TEST 'control_stochy_restart_intel' [01:20, 01:02](505 MB) -PASS -- TEST 'control_lndp_intel' [01:48, 01:33](661 MB) -PASS -- TEST 'control_iovr4_intel' [02:45, 02:28](655 MB) -PASS -- TEST 'control_iovr5_intel' [02:46, 02:28](652 MB) -PASS -- TEST 'control_p8_intel' [04:01, 03:15](1870 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [03:54, 03:09](1853 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [03:39, 02:57](1897 MB) -PASS -- TEST 'control_restart_p8_intel' [02:18, 01:45](1132 MB) -PASS -- TEST 'control_noqr_p8_intel' [03:38, 03:04](1850 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [02:20, 01:43](1158 MB) -PASS -- TEST 'control_decomp_p8_intel' [03:46, 03:12](1856 MB) -PASS -- TEST 'control_2threads_p8_intel' [03:31, 02:55](1962 MB) -PASS -- TEST 'control_p8_lndp_intel' [06:49, 05:26](1892 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [04:46, 04:06](1948 MB) -PASS -- TEST 'control_p8_mynn_intel' [04:29, 03:11](1897 MB) -PASS -- TEST 'merra2_thompson_intel' [05:00, 03:26](1866 MB) -PASS -- TEST 'regional_control_intel' [06:02, 05:32](1086 MB) -PASS -- TEST 'regional_restart_intel' [03:18, 02:52](1084 MB) -PASS -- TEST 'regional_decomp_intel' [06:02, 05:35](1085 MB) -PASS -- TEST 'regional_2threads_intel' [03:51, 03:26](1081 MB) -PASS -- TEST 'regional_noquilt_intel' [05:42, 05:19](1393 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [05:46, 05:16](1089 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [06:26, 05:20](1078 MB) -PASS -- TEST 'regional_wofs_intel' [07:23, 06:56](1891 MB) - -PASS -- COMPILE 'rrfs_intel' [10:07, 10:06] ( 3 warnings 9 remarks ) -PASS -- TEST 'rap_control_intel' [08:17, 07:49](1109 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [04:50, 04:03](1257 MB) -PASS -- TEST 'rap_decomp_intel' [08:39, 08:11](1032 MB) -PASS -- TEST 'rap_2threads_intel' [07:51, 07:24](1174 MB) -PASS -- TEST 'rap_restart_intel' [04:42, 04:06](1098 MB) -PASS -- TEST 'rap_sfcdiff_intel' [08:12, 07:44](1105 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [08:42, 08:18](1039 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [06:27, 05:53](1126 MB) -PASS -- TEST 'hrrr_control_intel' [04:29, 03:59](1042 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [04:33, 04:06](1036 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [04:06, 03:43](1103 MB) -PASS -- TEST 'hrrr_control_restart_intel' [02:32, 02:10](996 MB) -PASS -- TEST 'rrfs_v1beta_intel' [08:24, 07:52](1101 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [09:36, 09:21](1983 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [09:21, 09:07](2068 MB) - -PASS -- COMPILE 'csawmg_intel' [09:43, 09:42] -PASS -- TEST 'control_csawmg_intel' [06:33, 06:07](1021 MB) -PASS -- TEST 'control_ras_intel' [03:34, 03:18](739 MB) - -PASS -- COMPILE 'csawmg_gnu' [04:17, 04:16] -PASS -- TEST 'control_csawmg_gnu' [09:11, 08:43](745 MB) - -PASS -- COMPILE 'wam_intel' [10:09, 10:08] ( 1 remarks ) -PASS -- TEST 'control_wam_intel' [11:39, 11:10](1656 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [09:56, 09:55] ( 1 remarks ) -PASS -- TEST 'control_p8_faster_intel' [03:25, 02:46](1887 MB) -PASS -- TEST 'regional_control_faster_intel' [05:21, 04:52](1086 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [07:25, 07:24] ( 884 warnings 9 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [03:13, 02:47](1624 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [03:12, 02:39](1628 MB) -PASS -- TEST 'control_stochy_debug_intel' [03:24, 03:07](829 MB) -PASS -- TEST 'control_lndp_debug_intel' [03:01, 02:49](826 MB) -PASS -- TEST 'control_csawmg_debug_intel' [04:43, 04:18](1139 MB) -PASS -- TEST 'control_ras_debug_intel' [03:11, 02:55](839 MB) -PASS -- TEST 'control_diag_debug_intel' [03:27, 02:52](1686 MB) -PASS -- TEST 'control_debug_p8_intel' [03:45, 03:12](1876 MB) -PASS -- TEST 'regional_debug_intel' [19:14, 18:44](1094 MB) -PASS -- TEST 'rap_control_debug_intel' [05:34, 05:19](1230 MB) -PASS -- TEST 'hrrr_control_debug_intel' [05:32, 05:16](1212 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [05:37, 05:20](1221 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [05:25, 05:11](1219 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [05:19, 05:06](1195 MB) -PASS -- TEST 'rap_diag_debug_intel' [05:44, 05:17](1299 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [05:23, 05:09](1219 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [05:21, 05:08](1217 MB) -PASS -- TEST 'rap_lndp_debug_intel' [05:20, 05:05](1220 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [05:15, 05:01](1221 MB) -PASS -- TEST 'rap_noah_debug_intel' [05:11, 04:57](1221 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [05:15, 05:00](1219 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [09:28, 09:13](1219 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [06:18, 06:03](1192 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [07:06, 06:50](1219 MB) -PASS -- TEST 'rap_flake_debug_intel' [06:12, 05:55](1217 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [10:32, 10:04](1224 MB) - -PASS -- COMPILE 'atm_debug_dyn32_gnu' [04:16, 04:15] -PASS -- TEST 'control_csawmg_debug_gnu' [02:52, 02:23](735 MB) - -PASS -- COMPILE 'wam_debug_intel' [04:40, 04:39] ( 839 warnings 1 remarks ) -PASS -- TEST 'control_wam_debug_intel' [14:17, 13:40](1658 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [09:45, 09:44] ( 3 warnings 8 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [05:32, 04:31](1129 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [08:22, 06:30](1052 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [04:06, 03:29](985 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [07:50, 06:23](1079 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [03:32, 03:10](966 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [04:04, 03:38](932 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [05:21, 04:51](1036 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [02:12, 01:52](930 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [09:55, 09:55] ( 3 warnings 8 remarks ) -PASS -- TEST 'conus13km_control_intel' [02:58, 02:12](1193 MB) -PASS -- TEST 'conus13km_2threads_intel' [01:30, 00:57](1112 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [01:56, 01:21](1082 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [09:48, 09:47] ( 3 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [04:43, 04:14](981 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [04:44, 04:44] ( 787 warnings 8 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [05:17, 05:03](1094 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [05:04, 04:50](1094 MB) -PASS -- TEST 'conus13km_debug_intel' [15:49, 15:10](1238 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [15:51, 15:16](909 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [09:03, 08:29](1155 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [15:31, 15:01](1305 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [04:27, 04:27] ( 787 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [05:22, 05:10](1146 MB) - -PASS -- COMPILE 'hafsw_intel' [11:22, 11:22] ( 1 warnings 8 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [06:12, 05:10](722 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [06:32, 06:13](1094 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [08:12, 07:01](813 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [14:36, 13:35](855 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [16:29, 15:20](871 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [06:22, 05:39](487 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [08:01, 06:54](503 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [03:20, 02:48](373 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [09:24, 07:38](469 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [04:18, 03:46](522 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [04:12, 03:36](520 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [04:49, 04:11](580 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [01:30, 01:12](409 MB) -PASS -- TEST 'gnv1_nested_intel' [05:19, 04:03](1719 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [05:16, 05:15] ( 1467 warnings 1501 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [13:53, 13:02](593 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [11:16, 11:16] ( 7 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [09:36, 08:51](630 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [09:42, 08:48](743 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [11:21, 11:20] ( 7 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [08:09, 06:50](722 MB) - -PASS -- COMPILE 'hafs_all_intel' [10:49, 10:48] ( 7 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [07:33, 06:36](814 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [07:34, 06:36](802 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [16:39, 16:00](1219 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [06:46, 06:46] -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [02:54, 02:43](1163 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [01:48, 01:39](1101 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [02:42, 02:34](1032 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [02:58, 02:51](1027 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [02:49, 02:42](1024 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [02:49, 02:39](1169 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [02:51, 02:44](1159 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [02:39, 02:32](1022 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [07:17, 06:14](1073 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [07:14, 06:12](1048 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [03:18, 03:14](1141 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [04:43, 04:36](2443 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [04:04, 03:53](2509 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [03:10, 03:10] ( 2 warnings ) -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [06:22, 06:14](1095 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [06:27, 06:27] -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [03:08, 03:00](1132 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [01:19, 01:19] ( 1 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [01:09, 00:51](262 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [01:00, 00:48](328 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [00:47, 00:33](325 MB) - -PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [10:21, 10:21] ( 1 remarks ) -PASS -- TEST 'atm_ds2s_docn_pcice_intel' [04:34, 03:42](1951 MB) - -PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [10:06, 10:06] ( 1 remarks ) -PASS -- TEST 'atm_ds2s_docn_dice_intel' [04:36, 03:41](1935 MB) - -PASS -- COMPILE 'atml_intel' [10:52, 10:51] ( 8 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [05:10, 04:23](1862 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [05:10, 04:20](1831 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [03:02, 02:25](1108 MB) - -PASS -- COMPILE 'atml_debug_intel' [05:34, 05:33] ( 882 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [06:47, 05:50](1846 MB) - -PASS -- COMPILE 'atmw_intel' [10:30, 10:29] ( 8 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [02:35, 01:55](1895 MB) - -PASS -- COMPILE 'atmaero_intel' [10:17, 10:17] ( 1 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [05:01, 04:16](3182 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [05:42, 05:00](3075 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [05:25, 04:53](3113 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [04:37, 04:37] ( 884 warnings 6 remarks ) - -PASS -- COMPILE 'atm_gnu' [04:35, 04:34] -PASS -- TEST 'control_c48_gnu' [11:42, 11:14](1510 MB) -PASS -- TEST 'control_stochy_gnu' [03:40, 03:24](494 MB) -PASS -- TEST 'control_ras_gnu' [05:02, 04:46](504 MB) -PASS -- TEST 'control_p8_gnu' [05:43, 04:57](1450 MB) -PASS -- TEST 'control_p8_ugwpv1_gnu' [05:23, 04:42](1452 MB) -PASS -- TEST 'control_flake_gnu' [10:42, 10:28](535 MB) - -PASS -- COMPILE 'rrfs_gnu' [04:29, 04:29] -PASS -- TEST 'rap_control_gnu' [11:26, 10:59](813 MB) -PASS -- TEST 'rap_decomp_gnu' [11:27, 11:03](816 MB) -PASS -- TEST 'rap_2threads_gnu' [10:11, 09:49](921 MB) -PASS -- TEST 'rap_restart_gnu' [06:03, 05:33](574 MB) -PASS -- TEST 'rap_sfcdiff_gnu' [11:16, 10:51](813 MB) -PASS -- TEST 'rap_sfcdiff_decomp_gnu' [11:40, 11:14](814 MB) -PASS -- TEST 'rap_sfcdiff_restart_gnu' [08:35, 08:04](580 MB) -PASS -- TEST 'hrrr_control_gnu' [06:02, 05:33](846 MB) -PASS -- TEST 'hrrr_control_noqr_gnu' [06:00, 05:37](833 MB) -PASS -- TEST 'hrrr_control_2threads_gnu' [05:24, 05:01](916 MB) -PASS -- TEST 'hrrr_control_decomp_gnu' [06:03, 05:41](808 MB) -PASS -- TEST 'hrrr_control_restart_gnu' [03:11, 02:54](564 MB) -PASS -- TEST 'hrrr_control_restart_noqr_gnu' [03:08, 02:49](655 MB) -PASS -- TEST 'rrfs_v1beta_gnu' [11:07, 10:36](840 MB) - -PASS -- COMPILE 'atm_dyn32_debug_gnu' [06:38, 06:38] -PASS -- TEST 'control_diag_debug_gnu' [02:14, 01:41](1270 MB) -PASS -- TEST 'regional_debug_gnu' [11:11, 10:45](743 MB) -PASS -- TEST 'rap_control_debug_gnu' [02:53, 02:41](819 MB) -PASS -- TEST 'hrrr_control_debug_gnu' [02:48, 02:35](816 MB) -PASS -- TEST 'hrrr_gf_debug_gnu' [02:46, 02:33](826 MB) -PASS -- TEST 'hrrr_c3_debug_gnu' [02:48, 02:36](826 MB) -PASS -- TEST 'rap_diag_debug_gnu' [03:17, 02:51](905 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_gnu' [04:19, 04:07](819 MB) -PASS -- TEST 'rap_progcld_thompson_debug_gnu' [02:49, 02:37](825 MB) -PASS -- TEST 'rrfs_v1beta_debug_gnu' [02:47, 02:35](815 MB) -PASS -- TEST 'control_ras_debug_gnu' [01:45, 01:34](455 MB) -PASS -- TEST 'control_stochy_debug_gnu' [02:03, 01:53](448 MB) -PASS -- TEST 'control_debug_p8_gnu' [02:15, 01:47](1426 MB) -PASS -- TEST 'rap_flake_debug_gnu' [02:55, 02:42](820 MB) -PASS -- TEST 'rap_clm_lake_debug_gnu' [03:10, 02:57](818 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_gnu' [04:50, 04:22](824 MB) - -PASS -- COMPILE 'wam_debug_gnu' [02:40, 02:40] - -PASS -- COMPILE 'rrfs_dyn32_phy32_gnu' [04:24, 04:23] -PASS -- TEST 'rap_control_dyn32_phy32_gnu' [09:46, 09:21](702 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_gnu' [05:31, 05:02](708 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_gnu' [09:05, 08:36](756 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_gnu' [05:01, 04:36](741 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_gnu' [05:28, 05:06](705 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_gnu' [07:30, 07:02](551 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_gnu' [02:53, 02:34](538 MB) -PASS -- TEST 'conus13km_control_gnu' [03:53, 03:14](873 MB) -PASS -- TEST 'conus13km_2threads_gnu' [06:53, 06:18](888 MB) -PASS -- TEST 'conus13km_restart_mismatch_gnu' [02:23, 01:51](558 MB) - -PASS -- COMPILE 'atm_dyn64_phy32_gnu' [09:41, 09:40] -PASS -- TEST 'rap_control_dyn64_phy32_gnu' [06:08, 05:42](727 MB) - -PASS -- COMPILE 'atm_dyn32_phy32_debug_gnu' [06:25, 06:24] -PASS -- TEST 'rap_control_debug_dyn32_phy32_gnu' [02:51, 02:34](716 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_gnu' [02:45, 02:32](714 MB) -PASS -- TEST 'conus13km_debug_gnu' [07:28, 06:55](890 MB) -PASS -- TEST 'conus13km_debug_qr_gnu' [07:40, 07:08](577 MB) -PASS -- TEST 'conus13km_debug_2threads_gnu' [08:26, 07:57](889 MB) -PASS -- TEST 'conus13km_radar_tten_debug_gnu' [07:29, 06:59](956 MB) - -PASS -- COMPILE 'atm_dyn64_phy32_debug_gnu' [06:25, 06:24] -PASS -- TEST 'rap_control_dyn64_phy32_debug_gnu' [02:56, 02:43](736 MB) - -PASS -- COMPILE 's2swa_gnu' [16:32, 16:32] - -PASS -- COMPILE 's2s_gnu' [15:52, 15:52] -PASS -- TEST 'cpld_control_nowave_noaero_p8_gnu' [08:18, 07:23](1514 MB) - -PASS -- COMPILE 's2swa_debug_gnu' [03:08, 03:07] - -PASS -- COMPILE 's2sw_pdlib_gnu' [16:16, 16:16] -PASS -- TEST 'cpld_control_pdlib_p8_gnu' [19:54, 19:07](1467 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_gnu' [03:21, 03:20] - -PASS -- COMPILE 'datm_cdeps_gnu' [15:36, 15:36] -PASS -- TEST 'datm_cdeps_control_cfsr_gnu' [03:06, 02:59](697 MB) +* (-e) - USE ECFLOW + +PASS -- COMPILE 's2swa_32bit_intel' [15:12, 12:59] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [12:23, 06:34](3332 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [19:12, 16:53] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [20:05, 17:24](1974 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [20:26, 18:09](2155 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [11:18, 08:22](1286 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [21:57, 19:41](1888 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [18:13, 16:33] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [20:44, 17:06](1962 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [07:11, 05:54] ( 1523 warnings 1998 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [26:00, 23:54](1939 MB) + +PASS -- COMPILE 's2swa_intel' [15:12, 12:57] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [13:19, 07:48](3355 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [14:26, 07:38](3339 MB) +PASS -- TEST 'cpld_restart_p8_intel' [07:22, 04:28](3271 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [13:19, 07:43](3388 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [07:22, 04:19](3291 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [13:19, 07:22](3644 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [14:15, 07:52](3326 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [10:14, 06:12](3237 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [13:24, 07:44](3370 MB) +PASS -- TEST 'cpld_control_c192_p8_intel' [17:16, 10:24](3535 MB) +PASS -- TEST 'cpld_restart_c192_p8_intel' [10:34, 06:31](3611 MB) +PASS -- TEST 'cpld_bmark_p8_intel' [18:50, 08:53](4301 MB) +PASS -- TEST 'cpld_restart_bmark_p8_intel' [17:40, 06:09](4384 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [11:13, 05:38](3342 MB) + +PASS -- COMPILE 's2sw_intel' [14:12, 12:28] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [12:59, 05:49](1979 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [14:04, 07:34](2037 MB) + +PASS -- COMPILE 's2swa_debug_intel' [08:12, 06:06] ( 1413 warnings 1228 remarks ) +PASS -- TEST 'cpld_debug_p8_intel' [15:56, 13:30](3413 MB) + +PASS -- COMPILE 's2sw_debug_intel' [07:11, 05:25] ( 1413 warnings 1228 remarks ) +PASS -- TEST 'cpld_debug_noaero_p8_intel' [12:04, 09:14](2010 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [13:12, 11:41] ( 1 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [07:58, 04:21](2053 MB) + +PASS -- COMPILE 's2s_intel' [13:12, 11:20] ( 1 warnings 1 remarks ) +PASS -- TEST 'cpld_control_c48_intel' [09:39, 07:45](3033 MB) +PASS -- TEST 'cpld_warmstart_c48_intel' [05:40, 02:45](3043 MB) +PASS -- TEST 'cpld_restart_c48_intel' [04:41, 01:34](2481 MB) + +PASS -- COMPILE 's2swa_faster_intel' [18:12, 16:51] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [10:23, 07:19](3367 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [18:12, 16:25] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [20:13, 17:33](2024 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [11:10, 08:20](1283 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [22:07, 20:01](1948 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [07:10, 05:41] ( 1523 warnings 1998 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [33:12, 26:41](1965 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [12:12, 10:51] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_flake_intel' [05:25, 03:26](706 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [06:51, 03:12](1596 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [05:50, 03:16](1597 MB) +PASS -- TEST 'control_latlon_intel' [06:44, 03:16](1598 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [05:52, 03:17](1597 MB) +PASS -- TEST 'control_c48_intel' [13:51, 11:28](1724 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [08:25, 06:29](859 MB) +PASS -- TEST 'control_c192_intel' [15:06, 12:01](1737 MB) +PASS -- TEST 'control_c384_intel' [18:13, 13:46](1987 MB) +PASS -- TEST 'control_c384gdas_intel' [12:54, 08:21](1389 MB) +PASS -- TEST 'control_stochy_intel' [03:21, 01:40](661 MB) +PASS -- TEST 'control_stochy_restart_intel' [02:24, 01:01](507 MB) +PASS -- TEST 'control_lndp_intel' [03:20, 01:35](657 MB) +PASS -- TEST 'control_iovr4_intel' [04:21, 02:31](659 MB) +PASS -- TEST 'control_iovr5_intel' [04:23, 02:29](667 MB) +PASS -- TEST 'control_p8_intel' [05:54, 03:42](1869 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [05:55, 03:09](1887 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [05:50, 03:41](1883 MB) +PASS -- TEST 'control_restart_p8_intel' [03:44, 02:01](1132 MB) +PASS -- TEST 'control_noqr_p8_intel' [05:46, 03:36](1877 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [04:56, 02:00](1166 MB) +PASS -- TEST 'control_decomp_p8_intel' [05:44, 03:43](1874 MB) +PASS -- TEST 'control_2threads_p8_intel' [05:44, 03:29](1958 MB) +PASS -- TEST 'control_p8_lndp_intel' [08:44, 06:31](1893 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [05:47, 04:03](1953 MB) +PASS -- TEST 'control_p8_mynn_intel' [05:52, 03:05](1901 MB) +PASS -- TEST 'merra2_thompson_intel' [05:51, 03:21](1902 MB) +PASS -- TEST 'regional_control_intel' [07:36, 05:20](1094 MB) +PASS -- TEST 'regional_restart_intel' [04:38, 02:54](1085 MB) +PASS -- TEST 'regional_decomp_intel' [07:35, 05:38](1092 MB) +PASS -- TEST 'regional_2threads_intel' [05:33, 03:24](1091 MB) +PASS -- TEST 'regional_noquilt_intel' [07:38, 05:18](1394 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [07:36, 05:21](1091 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [07:36, 05:25](1099 MB) +PASS -- TEST 'regional_wofs_intel' [08:35, 06:53](1914 MB) + +PASS -- COMPILE 'rrfs_intel' [12:12, 10:31] ( 3 warnings 9 remarks ) +PASS -- TEST 'rap_control_intel' [09:40, 07:49](1107 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [07:07, 04:08](1248 MB) +PASS -- TEST 'rap_decomp_intel' [10:34, 08:09](1038 MB) +PASS -- TEST 'rap_2threads_intel' [09:35, 07:23](1165 MB) +PASS -- TEST 'rap_restart_intel' [05:42, 04:03](1098 MB) +PASS -- TEST 'rap_sfcdiff_intel' [09:39, 07:46](1098 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [10:36, 08:10](1033 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [07:45, 05:53](1126 MB) +PASS -- TEST 'hrrr_control_intel' [05:46, 03:59](1044 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [05:36, 04:06](1034 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [05:32, 03:40](1105 MB) +PASS -- TEST 'hrrr_control_restart_intel' [04:28, 02:12](1002 MB) +PASS -- TEST 'rrfs_v1beta_intel' [09:43, 07:42](1095 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [11:25, 09:25](1986 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [11:24, 09:10](2055 MB) + +PASS -- COMPILE 'csawmg_intel' [11:12, 09:58] +PASS -- TEST 'control_csawmg_intel' [08:35, 06:14](1024 MB) +PASS -- TEST 'control_ras_intel' [05:22, 03:18](759 MB) + +PASS -- COMPILE 'csawmg_gnu' [08:12, 04:19] +PASS -- TEST 'control_csawmg_gnu' [11:35, 08:22](746 MB) + +PASS -- COMPILE 'wam_intel' [12:12, 10:09] ( 1 remarks ) +PASS -- TEST 'control_wam_intel' [13:48, 11:21](1678 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [15:12, 10:09] ( 1 remarks ) +PASS -- TEST 'control_p8_faster_intel' [04:48, 02:45](1891 MB) +PASS -- TEST 'regional_control_faster_intel' [06:33, 04:50](1092 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [11:11, 07:37] ( 882 warnings 9 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [04:38, 02:10](1622 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [04:39, 02:10](1619 MB) +PASS -- TEST 'control_stochy_debug_intel' [04:21, 03:05](833 MB) +PASS -- TEST 'control_lndp_debug_intel' [04:22, 02:44](831 MB) +PASS -- TEST 'control_csawmg_debug_intel' [06:37, 04:20](1140 MB) +PASS -- TEST 'control_ras_debug_intel' [04:21, 02:53](836 MB) +PASS -- TEST 'control_diag_debug_intel' [04:44, 02:51](1679 MB) +PASS -- TEST 'control_debug_p8_intel' [04:38, 02:50](1898 MB) +PASS -- TEST 'regional_debug_intel' [19:38, 17:47](1097 MB) +PASS -- TEST 'rap_control_debug_intel' [06:23, 05:01](1217 MB) +PASS -- TEST 'hrrr_control_debug_intel' [06:25, 04:49](1213 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [06:22, 04:59](1217 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [06:21, 04:55](1217 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [06:21, 04:54](1214 MB) +PASS -- TEST 'rap_diag_debug_intel' [07:35, 05:24](1302 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [06:22, 05:03](1217 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [07:21, 05:09](1216 MB) +PASS -- TEST 'rap_lndp_debug_intel' [06:21, 05:00](1222 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [06:24, 04:57](1227 MB) +PASS -- TEST 'rap_noah_debug_intel' [06:23, 04:53](1216 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [06:21, 05:03](1212 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [09:21, 08:06](1213 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [06:22, 04:56](1217 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [07:24, 05:55](1218 MB) +PASS -- TEST 'rap_flake_debug_intel' [06:24, 04:57](1217 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [11:42, 08:36](1228 MB) + +PASS -- COMPILE 'atm_debug_dyn32_gnu' [06:12, 04:00] +PASS -- TEST 'control_csawmg_debug_gnu' [04:38, 02:19](728 MB) + +PASS -- COMPILE 'wam_debug_intel' [06:11, 04:41] ( 837 warnings 1 remarks ) +PASS -- TEST 'control_wam_debug_intel' [15:49, 13:27](1695 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [11:11, 09:47] ( 3 warnings 8 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [06:04, 03:53](1125 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [08:40, 06:27](1048 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [05:38, 03:25](993 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [08:35, 06:12](1091 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [05:30, 03:13](958 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [05:29, 03:38](930 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [07:46, 05:00](1031 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [03:25, 01:54](931 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [11:11, 10:02] ( 3 warnings 8 remarks ) +PASS -- TEST 'conus13km_control_intel' [04:59, 02:10](1194 MB) +PASS -- TEST 'conus13km_2threads_intel' [02:42, 00:54](1117 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [03:40, 01:20](1098 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [12:11, 10:10] ( 3 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [06:40, 04:09](985 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [06:11, 04:57] ( 785 warnings 8 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [06:23, 04:56](1097 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [06:21, 05:02](1092 MB) +PASS -- TEST 'conus13km_debug_intel' [17:45, 15:10](1230 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [16:49, 14:59](932 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [10:41, 08:25](1164 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [16:41, 14:53](1301 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [06:11, 04:48] ( 785 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [06:22, 05:06](1147 MB) + +PASS -- COMPILE 'hafsw_intel' [13:11, 11:30] ( 1 warnings 8 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [07:20, 05:02](721 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [08:31, 06:19](1094 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [09:25, 06:59](809 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [16:19, 13:31](849 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [18:40, 15:14](867 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [08:08, 05:29](495 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [09:25, 06:43](503 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [04:49, 02:44](374 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [11:34, 07:13](473 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [05:48, 03:42](521 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [05:59, 03:32](520 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [06:53, 04:08](581 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [03:32, 01:18](400 MB) +PASS -- TEST 'gnv1_nested_intel' [07:35, 04:14](1741 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [06:11, 04:57] ( 1465 warnings 1501 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [15:54, 13:22](588 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [13:11, 11:21] ( 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [11:05, 08:55](658 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [12:09, 08:51](695 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [13:12, 11:32] ( 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [09:30, 06:32](727 MB) + +PASS -- COMPILE 'hafs_all_intel' [12:12, 10:46] ( 7 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [09:17, 06:31](811 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [09:15, 06:43](799 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [18:59, 16:18](1218 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [08:11, 06:27] +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [04:19, 02:54](1170 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [03:20, 01:40](1114 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [04:19, 02:45](1044 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [04:23, 02:39](1031 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [04:19, 02:41](1025 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [04:18, 02:44](1161 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [04:19, 02:45](1169 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [04:19, 02:38](1039 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [09:55, 06:13](1075 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [09:41, 06:29](1061 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [04:17, 02:46](1157 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [06:27, 04:13](2451 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [05:21, 03:59](2462 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [05:11, 03:14] ( 2 warnings ) +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [08:22, 06:30](1080 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [08:11, 06:46] +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [04:19, 02:46](1158 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [03:11, 01:08] ( 1 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [03:30, 00:46](264 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [03:26, 00:54](327 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [02:28, 00:36](322 MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [12:12, 10:36] ( 1 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [06:22, 03:50](1945 MB) + +PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [12:12, 10:18] ( 1 remarks ) +PASS -- TEST 'atm_ds2s_docn_dice_intel' [06:05, 03:36](1933 MB) + +PASS -- COMPILE 'atml_intel' [12:13, 10:40] ( 8 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [07:05, 04:25](1868 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [07:00, 04:29](1867 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [04:43, 02:30](1099 MB) + +PASS -- COMPILE 'atml_debug_intel' [07:12, 05:57] ( 880 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [07:57, 05:53](1902 MB) + +PASS -- COMPILE 'atmw_intel' [12:13, 10:57] ( 8 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [03:51, 01:56](1937 MB) + +PASS -- COMPILE 'atmaero_intel' [12:12, 10:42] ( 1 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [06:56, 04:24](3207 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [06:57, 04:56](3108 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [07:47, 04:58](3127 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [06:11, 04:35] ( 882 warnings 6 remarks ) + +PASS -- COMPILE 'atm_gnu' [06:11, 04:31] +PASS -- TEST 'control_c48_gnu' [11:42, 09:17](1511 MB) +PASS -- TEST 'control_stochy_gnu' [05:26, 03:34](499 MB) +PASS -- TEST 'control_ras_gnu' [06:23, 04:57](506 MB) +PASS -- TEST 'control_p8_gnu' [08:07, 05:12](1457 MB) +PASS -- TEST 'control_p8_ugwpv1_gnu' [07:59, 05:09](1458 MB) +PASS -- TEST 'control_flake_gnu' [12:25, 10:27](540 MB) + +PASS -- COMPILE 'rrfs_gnu' [06:11, 04:17] +PASS -- TEST 'rap_control_gnu' [12:33, 10:50](843 MB) +PASS -- TEST 'rap_decomp_gnu' [12:31, 11:04](812 MB) +PASS -- TEST 'rap_2threads_gnu' [11:44, 10:04](921 MB) +PASS -- TEST 'rap_restart_gnu' [07:41, 05:34](578 MB) +PASS -- TEST 'rap_sfcdiff_gnu' [12:49, 10:55](813 MB) +PASS -- TEST 'rap_sfcdiff_decomp_gnu' [13:33, 11:10](815 MB) +PASS -- TEST 'rap_sfcdiff_restart_gnu' [09:41, 07:59](580 MB) +PASS -- TEST 'hrrr_control_gnu' [07:43, 05:37](812 MB) +PASS -- TEST 'hrrr_control_noqr_gnu' [07:39, 05:45](834 MB) +PASS -- TEST 'hrrr_control_2threads_gnu' [06:50, 05:05](911 MB) +PASS -- TEST 'hrrr_control_decomp_gnu' [07:35, 05:40](813 MB) +PASS -- TEST 'hrrr_control_restart_gnu' [04:28, 02:59](564 MB) +PASS -- TEST 'hrrr_control_restart_noqr_gnu' [04:30, 02:55](659 MB) +PASS -- TEST 'rrfs_v1beta_gnu' [12:46, 10:32](809 MB) + +PASS -- COMPILE 'atm_dyn32_debug_gnu' [08:11, 06:29] +PASS -- TEST 'control_diag_debug_gnu' [03:49, 01:41](1275 MB) +PASS -- TEST 'regional_debug_gnu' [13:39, 11:26](743 MB) +PASS -- TEST 'rap_control_debug_gnu' [04:23, 02:39](827 MB) +PASS -- TEST 'hrrr_control_debug_gnu' [04:27, 02:38](825 MB) +PASS -- TEST 'hrrr_gf_debug_gnu' [04:25, 02:37](826 MB) +PASS -- TEST 'hrrr_c3_debug_gnu' [04:23, 02:36](830 MB) +PASS -- TEST 'rap_diag_debug_gnu' [04:46, 02:53](912 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_gnu' [05:25, 04:04](821 MB) +PASS -- TEST 'rap_progcld_thompson_debug_gnu' [04:24, 02:42](827 MB) +PASS -- TEST 'rrfs_v1beta_debug_gnu' [04:22, 02:38](821 MB) +PASS -- TEST 'control_ras_debug_gnu' [03:24, 01:37](461 MB) +PASS -- TEST 'control_stochy_debug_gnu' [03:22, 01:47](450 MB) +PASS -- TEST 'control_debug_p8_gnu' [03:39, 01:36](1433 MB) +PASS -- TEST 'rap_flake_debug_gnu' [04:24, 02:35](823 MB) +PASS -- TEST 'rap_clm_lake_debug_gnu' [04:23, 02:50](824 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_gnu' [06:43, 04:25](831 MB) + +PASS -- COMPILE 'wam_debug_gnu' [04:10, 02:33] + +PASS -- COMPILE 'rrfs_dyn32_phy32_gnu' [05:11, 04:06] +PASS -- TEST 'rap_control_dyn32_phy32_gnu' [11:32, 09:26](716 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_gnu' [06:42, 04:55](709 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_gnu' [10:40, 08:39](751 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_gnu' [06:33, 04:40](751 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_gnu' [07:35, 05:18](706 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_gnu' [08:36, 07:03](556 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_gnu' [04:25, 02:37](539 MB) +PASS -- TEST 'conus13km_control_gnu' [06:26, 03:15](876 MB) +PASS -- TEST 'conus13km_2threads_gnu' [07:47, 05:37](875 MB) +PASS -- TEST 'conus13km_restart_mismatch_gnu' [03:45, 01:49](559 MB) + +PASS -- COMPILE 'atm_dyn64_phy32_gnu' [11:11, 09:45] +PASS -- TEST 'rap_control_dyn64_phy32_gnu' [07:43, 05:39](728 MB) + +PASS -- COMPILE 'atm_dyn32_phy32_debug_gnu' [08:11, 06:29] +PASS -- TEST 'rap_control_debug_dyn32_phy32_gnu' [04:27, 02:32](719 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_gnu' [04:24, 02:33](718 MB) +PASS -- TEST 'conus13km_debug_gnu' [09:48, 07:06](894 MB) +PASS -- TEST 'conus13km_debug_qr_gnu' [09:43, 07:10](582 MB) +PASS -- TEST 'conus13km_debug_2threads_gnu' [09:40, 06:58](897 MB) +PASS -- TEST 'conus13km_radar_tten_debug_gnu' [09:45, 07:06](962 MB) + +PASS -- COMPILE 'atm_dyn64_phy32_debug_gnu' [08:11, 06:31] +PASS -- TEST 'rap_control_dyn64_phy32_debug_gnu' [04:28, 02:36](748 MB) + +PASS -- COMPILE 's2swa_gnu' [18:12, 16:29] + +PASS -- COMPILE 's2s_gnu' [18:11, 16:09] +PASS -- TEST 'cpld_control_nowave_noaero_p8_gnu' [17:10, 14:27](1520 MB) + +PASS -- COMPILE 's2swa_debug_gnu' [05:11, 03:08] + +PASS -- COMPILE 's2sw_pdlib_gnu' [18:12, 16:18] +PASS -- TEST 'cpld_control_pdlib_p8_gnu' [21:59, 19:49](1471 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_gnu' [04:10, 02:58] + +PASS -- COMPILE 'datm_cdeps_gnu' [17:12, 15:45] +PASS -- TEST 'datm_cdeps_control_cfsr_gnu' [04:19, 03:01](696 MB) + +PASS -- COMPILE 'atm_fbh_intel' [11:12, 09:45] ( 3 warnings 8 remarks ) +PASS -- TEST 'cpld_regional_atm_fbh_intel' [13:29, 11:20](1090 MB) SYNOPSIS: -Starting Date/Time: 20240826 16:21:26 -Ending Date/Time: 20240826 20:29:01 -Total Time: 04h:07m:50s -Compiles Completed: 57/57 -Tests Completed: 243/243 +Starting Date/Time: 20240917 23:56:35 +Ending Date/Time: 20240918 01:39:45 +Total Time: 01h:43m:27s +Compiles Completed: 58/58 +Tests Completed: 244/244 NOTES: A file 'test_changes.list' was generated but is empty. diff --git a/tests/logs/RegressionTests_hercules.log b/tests/logs/RegressionTests_hercules.log index 9093919749..82a91d427e 100644 --- a/tests/logs/RegressionTests_hercules.log +++ b/tests/logs/RegressionTests_hercules.log @@ -1,31 +1,32 @@ ====START OF HERCULES REGRESSION TESTING LOG==== UFSWM hash used in testing: -7a3782cc2bd9c3e8bf5a34088edcff9d2cdde759 +9e7771572ae0e1b5f6c71e6bc0e1e8f79b7af8b5 Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) be5d28fd1b60522e6fc98aefeead20e6aac3530b AQM/src/model/CMAQ (CMAQv5.2.1_07Feb2018-198-gbe5d28fd1) - 12d0556920c11b388012c7b01e4e3c9ee7ebd93a CDEPS-interface/CDEPS (remotes/origin/simplify_datm) - 2ffee5cd48e0c389bdf75c0d910b3f6d53263563 CICE-interface/CICE (CICE6.0.0-451-g2ffee5c) - f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) - f13e16e414e115e268b2dd300b665e628e5f2429 CMEPS-interface/CMEPS (cmeps_v0.4.1-2308-gf13e16e) + 1f9eaaa142c8b07ed6b788c9f44ea02cc86d0bae CDEPS-interface/CDEPS (cdeps0.4.17-42-g1f9eaaa) + 635d9a100a736bd8d14ad091e879d5da6e4eb2bd CICE-interface/CICE (CICE6.0.0-373-g635d9a1) + 4c87095256c1c599c3ccaa857a95744158751a60 CICE-interface/CICE/icepack (Icepack1.1.0-191-g4c87095) + dc977bcadd1ade1a528dee75f1ad45e8bd80ca0a CMEPS-interface/CMEPS (cmeps_v0.4.1-2310-gdc977bc) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - 01677400f90c2aaeac4d57718b826cd0881470f4 FV3 (remotes/origin/feature/cubed_sphere_inc) - 04b336f3da7fde10f1c63ca82699fd5c1378fbf3 FV3/atmos_cubed_sphere (201912_public_release-428-g04b336f) + a9364591091c836984a40107729720705847c195 FV3 (heads/develop) + ac3055eff06099d61cd65e18bc4f0353ffd83f46 FV3/atmos_cubed_sphere (201912_public_release-405-gac3055e) 0f8232724975c13289cad390c9a71fa2c6a9bff4 FV3/ccpp/framework (2024-07-11-dev) - 1d9b076503c27cd4cfa8b22a977a71e889cbb149 FV3/ccpp/physics (EP4-851-g1d9b0765) + b6c433354394bd8ed5e46692a81149441ff4ae38 FV3/ccpp/physics (EP4-873-gb6c43335) 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) 81b38a88d860ce7e34e8507c2246151a54d96a39 FV3/upp (upp_v10.2.0-218-g81b38a88) -1ba8270870947b583cd51bc72ff8960f4c1fb36e FV3/upp/sorc/libIFI.fd -567edcc94bc418d0dcd6cdaafed448eeb5aab570 FV3/upp/sorc/ncep_post.fd/post_gtg.fd 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) bcf7777bb037ae2feb2a8a8ac51aacb3511b52d9 HYCOM-interface/HYCOM (2.3.00-122-gbcf7777) - 00f8ea2023f5ed58f0605cea373094f65ee90f64 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10197-g00f8ea202) + 5e0c21f64fa5b20efc8f29f8709766e1e6793a79 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10230-g5e0c21f64) 9423197f894112edfcb1502245f7d7b873d551f9 MOM6-interface/MOM6/pkg/CVMix-src (9423197) 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) 3ac32f0db7a2a97d930f44fa5f060c983ff31ee8 NOAHMP-interface/noahmp (v3.7.1-436-g3ac32f0) 7f548c795a348bbb0fe4967dd25692c79036dc73 WW3 (6.07.1-346-g7f548c79) + 05cad173feeb598431e3ef5f17c2df6562c8d101 fire_behavior (v0.2.0-1-g05cad17) fad2fe9f42f6b7f744b128b4a2a9433f91e4296f stochastic_physics (ufs-v2.0.0-219-gfad2fe9) @@ -35,378 +36,380 @@ The first time is for the full script (prep+run+finalize). The second time is specifically for the run phase. Times/Memory will be empty for failed tests. -BASELINE DIRECTORY: /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240821 -COMPARISON DIRECTORY: /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_2935643 +BASELINE DIRECTORY: /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240909 +COMPARISON DIRECTORY: /work2/noaa/stmp/jongkim/stmp/jongkim/FV3_RT/rt_594867 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: epic -* (-l) - USE CONFIG FILE: rt.conf -* (-e) - USE ECFLOW - -PASS -- COMPILE 's2swa_32bit_intel' [18:10, 11:37] ( 1 warnings 10 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [13:21, 08:30](2112 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [25:11, 18:32] ( 1 warnings 10 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [16:36, 13:25](1999 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [19:32, 14:50](2320 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [11:20, 07:40](1327 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [18:24, 15:14](1913 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [23:11, 17:01] ( 1 warnings 10 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [17:57, 13:56](1991 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [12:10, 05:34] ( 1525 warnings 2000 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [25:29, 22:38](1974 MB) - -PASS -- COMPILE 's2swa_intel' [17:11, 10:28] ( 10 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [15:10, 08:46](2178 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [15:19, 08:53](2177 MB) -PASS -- TEST 'cpld_restart_p8_intel' [08:23, 04:52](1978 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [14:12, 08:42](2201 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [09:21, 05:27](1737 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [16:12, 10:20](2535 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [14:09, 08:52](2171 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [09:15, 07:00](2078 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [15:23, 08:52](2172 MB) -PASS -- TEST 'cpld_control_c192_p8_intel' [21:53, 16:00](2985 MB) -PASS -- TEST 'cpld_restart_c192_p8_intel' [13:28, 07:03](2923 MB) -PASS -- TEST 'cpld_bmark_p8_intel' [20:36, 11:06](3837 MB) -PASS -- TEST 'cpld_restart_bmark_p8_intel' [17:53, 07:19](3647 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [08:19, 05:36](2145 MB) - -PASS -- COMPILE 's2sw_intel' [19:11, 13:03] ( 10 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [12:03, 08:18](2026 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [10:07, 05:31](2076 MB) - -PASS -- COMPILE 's2swa_debug_intel' [13:10, 07:01] ( 1450 warnings 1230 remarks ) -PASS -- TEST 'cpld_debug_p8_intel' [11:32, 08:47](2205 MB) - -PASS -- COMPILE 's2sw_debug_intel' [13:10, 06:31] ( 1450 warnings 1230 remarks ) -PASS -- TEST 'cpld_debug_noaero_p8_intel' [09:09, 06:47](2049 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [17:11, 11:11] ( 3 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [07:32, 04:35](2079 MB) - -PASS -- COMPILE 's2s_intel' [17:11, 11:11] ( 3 remarks ) -PASS -- TEST 'cpld_control_c48_intel' [13:57, 08:09](3064 MB) -PASS -- TEST 'cpld_warmstart_c48_intel' [09:53, 04:01](3040 MB) -PASS -- TEST 'cpld_restart_c48_intel' [03:40, 01:19](2485 MB) - -PASS -- COMPILE 's2swa_faster_intel' [14:11, 12:37] ( 10 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [10:19, 07:27](2176 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [17:11, 15:49] ( 10 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [15:51, 13:58](2034 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [09:04, 06:48](1397 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [17:51, 15:26](1959 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [07:11, 05:10] ( 1560 warnings 2000 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [27:09, 23:52](2013 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [11:10, 09:13] ( 1 warnings 1 remarks ) -PASS -- TEST 'control_flake_intel' [07:18, 03:43](712 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [05:30, 02:31](1617 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [04:45, 02:32](1612 MB) -PASS -- TEST 'control_latlon_intel' [04:28, 02:29](1601 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [04:33, 02:31](1617 MB) -PASS -- TEST 'control_c48_intel' [09:41, 07:03](1712 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [09:25, 06:02](833 MB) -PASS -- TEST 'control_c192_intel' [12:43, 09:18](1742 MB) -PASS -- TEST 'control_c384_intel' [12:29, 09:13](1990 MB) -PASS -- TEST 'control_c384gdas_intel' [14:13, 09:55](1506 MB) -PASS -- TEST 'control_stochy_intel' [03:24, 01:47](674 MB) -PASS -- TEST 'control_stochy_restart_intel' [02:31, 01:06](548 MB) -PASS -- TEST 'control_lndp_intel' [03:22, 01:36](670 MB) -PASS -- TEST 'control_iovr4_intel' [04:21, 02:31](662 MB) -PASS -- TEST 'control_iovr5_intel' [04:21, 02:34](668 MB) -PASS -- TEST 'control_p8_intel' [05:12, 02:39](1901 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [05:12, 02:45](1903 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [05:09, 02:38](1895 MB) -PASS -- TEST 'control_restart_p8_intel' [06:55, 02:29](1153 MB) -PASS -- TEST 'control_noqr_p8_intel' [04:50, 02:36](1891 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [06:53, 02:21](1199 MB) -PASS -- TEST 'control_decomp_p8_intel' [04:47, 02:44](1883 MB) -PASS -- TEST 'control_2threads_p8_intel' [04:39, 02:26](1982 MB) -PASS -- TEST 'control_p8_lndp_intel' [06:38, 04:35](1908 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [05:52, 04:04](1968 MB) -PASS -- TEST 'control_p8_mynn_intel' [04:50, 02:46](1917 MB) -PASS -- TEST 'merra2_thompson_intel' [05:20, 02:57](1903 MB) -PASS -- TEST 'regional_control_intel' [06:31, 04:39](1188 MB) -PASS -- TEST 'regional_restart_intel' [04:24, 02:42](1169 MB) -PASS -- TEST 'regional_decomp_intel' [06:28, 04:55](1184 MB) -PASS -- TEST 'regional_2threads_intel' [08:36, 03:45](1151 MB) -PASS -- TEST 'regional_noquilt_intel' [09:39, 05:08](1521 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [10:30, 05:32](1196 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [09:22, 05:25](1206 MB) -PASS -- TEST 'regional_wofs_intel' [10:23, 05:47](2077 MB) - -PASS -- COMPILE 'rrfs_intel' [10:11, 08:32] ( 3 warnings 9 remarks ) -PASS -- TEST 'rap_control_intel' [08:49, 06:50](1198 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [08:49, 03:48](1357 MB) -PASS -- TEST 'rap_decomp_intel' [13:04, 07:02](1155 MB) -PASS -- TEST 'rap_2threads_intel' [11:53, 06:34](1366 MB) -PASS -- TEST 'rap_restart_intel' [07:59, 03:33](1156 MB) -PASS -- TEST 'rap_sfcdiff_intel' [11:52, 06:48](1203 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [10:07, 07:06](1148 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [10:04, 05:03](1195 MB) -PASS -- TEST 'hrrr_control_intel' [09:55, 03:30](1081 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [09:55, 03:38](1048 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [07:59, 03:13](1110 MB) -PASS -- TEST 'hrrr_control_restart_intel' [05:25, 01:52](1026 MB) -PASS -- TEST 'rrfs_v1beta_intel' [11:01, 06:41](1184 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [11:27, 07:45](2009 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [11:24, 07:33](2167 MB) - -PASS -- COMPILE 'csawmg_intel' [09:11, 08:04] -PASS -- TEST 'control_csawmg_intel' [07:36, 05:34](1047 MB) -PASS -- TEST 'control_ras_intel' [04:21, 02:53](817 MB) - -PASS -- COMPILE 'csawmg_gnu' [07:10, 04:23] -PASS -- TEST 'control_csawmg_gnu' [09:42, 07:20](1067 MB) - -PASS -- COMPILE 'wam_intel' [11:11, 09:21] ( 1 remarks ) -PASS -- TEST 'control_wam_intel' [13:35, 09:57](1666 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [10:10, 08:11] ( 1 remarks ) -PASS -- TEST 'control_p8_faster_intel' [05:53, 03:11](1903 MB) -PASS -- TEST 'regional_control_faster_intel' [08:34, 05:27](1197 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [07:10, 06:06] ( 884 warnings 9 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [05:33, 02:41](1644 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [05:31, 02:39](1640 MB) -PASS -- TEST 'control_stochy_debug_intel' [04:20, 03:02](841 MB) -PASS -- TEST 'control_lndp_debug_intel' [04:18, 02:50](848 MB) -PASS -- TEST 'control_csawmg_debug_intel' [07:24, 05:11](1155 MB) -PASS -- TEST 'control_ras_debug_intel' [06:19, 02:49](858 MB) -PASS -- TEST 'control_diag_debug_intel' [05:42, 02:40](1698 MB) -PASS -- TEST 'control_debug_p8_intel' [06:35, 03:38](1928 MB) -PASS -- TEST 'regional_debug_intel' [20:29, 17:18](1153 MB) -PASS -- TEST 'rap_control_debug_intel' [07:20, 04:50](1234 MB) -PASS -- TEST 'hrrr_control_debug_intel' [12:22, 04:39](1230 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [11:17, 04:34](1231 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [12:18, 04:49](1224 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [11:17, 04:36](1230 MB) -PASS -- TEST 'rap_diag_debug_intel' [11:24, 05:02](1319 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [15:17, 04:36](1235 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [15:17, 04:51](1235 MB) -PASS -- TEST 'rap_lndp_debug_intel' [15:17, 04:50](1239 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [15:17, 04:51](1242 MB) -PASS -- TEST 'rap_noah_debug_intel' [15:18, 04:52](1239 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [15:19, 04:44](1232 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [17:18, 07:28](1234 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [16:18, 04:37](1226 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [16:24, 05:35](1243 MB) -PASS -- TEST 'rap_flake_debug_intel' [14:18, 04:28](1238 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [18:52, 08:14](1238 MB) - -PASS -- COMPILE 'atm_debug_dyn32_gnu' [05:12, 03:49] -PASS -- TEST 'control_csawmg_debug_gnu' [12:32, 03:00](1053 MB) - -PASS -- COMPILE 'wam_debug_intel' [05:10, 03:48] ( 839 warnings 1 remarks ) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [10:11, 08:45] ( 3 warnings 8 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [12:48, 03:41](1240 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [14:45, 05:32](1130 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [12:35, 02:58](1039 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [14:33, 05:12](1290 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [11:39, 02:41](1018 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [10:39, 03:06](991 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [11:55, 04:06](1100 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [09:20, 01:37](963 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [09:10, 07:56] ( 3 warnings 8 remarks ) -PASS -- TEST 'conus13km_control_intel' [08:46, 01:53](1286 MB) -PASS -- TEST 'conus13km_2threads_intel' [02:27, 00:44](1200 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [02:25, 01:02](1144 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [10:11, 08:24] ( 3 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [10:31, 03:51](1075 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [06:10, 03:41] ( 787 warnings 8 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [11:17, 04:49](1112 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [11:17, 05:04](1099 MB) -PASS -- TEST 'conus13km_debug_intel' [17:31, 15:12](1332 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [16:33, 14:56](1000 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [13:30, 11:41](1246 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [17:25, 15:17](1417 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [06:12, 03:43] ( 787 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [06:20, 04:31](1161 MB) - -PASS -- COMPILE 'hafsw_intel' [13:11, 10:09] ( 1 warnings 9 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [08:07, 05:34](858 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [06:20, 05:00](1260 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [09:13, 06:21](926 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [18:02, 14:07](974 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [19:08, 15:31](1002 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [13:03, 05:34](591 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [11:16, 07:10](605 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [07:42, 02:35](433 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [10:54, 07:33](550 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [11:48, 03:52](603 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [11:50, 03:42](608 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [11:50, 04:56](647 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [09:25, 01:17](451 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [07:11, 04:02] ( 1467 warnings 1502 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [17:41, 11:58](673 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [12:12, 09:45] ( 8 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [23:12, 16:34](846 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [21:55, 16:05](837 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [12:11, 09:45] ( 7 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [15:22, 09:24](820 MB) - -PASS -- COMPILE 'hafs_all_intel' [12:11, 09:35] ( 8 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [15:04, 07:05](921 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [15:04, 07:06](895 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [23:45, 16:42](1345 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [07:11, 05:29] ( 2 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [09:17, 02:11](1142 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [03:18, 01:22](1100 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [09:17, 02:06](1022 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [08:16, 02:08](1014 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [08:17, 02:11](1013 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [06:14, 02:10](1160 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [06:15, 02:11](1147 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [04:15, 02:08](1015 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [06:54, 04:56](1161 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [06:47, 04:54](1160 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [04:13, 02:15](1172 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [04:14, 03:02](2453 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [05:15, 03:11](2456 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [04:10, 02:49] ( 2 warnings 2 remarks ) -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [07:15, 05:15](1076 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [07:11, 05:52] ( 2 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [04:16, 02:13](1165 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [02:10, 01:01] ( 1 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [02:29, 01:04](334 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [02:23, 00:55](573 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [02:23, 00:35](561 MB) - -PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [11:11, 09:30] ( 3 remarks ) -PASS -- TEST 'atm_ds2s_docn_pcice_intel' [08:01, 04:35](2012 MB) - -PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [10:10, 08:19] ( 1 remarks ) -PASS -- TEST 'atm_ds2s_docn_dice_intel' [10:03, 04:50](1986 MB) - -PASS -- COMPILE 'atml_intel' [10:11, 08:48] ( 8 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [10:11, 06:51](1902 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [09:07, 06:03](1908 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [06:38, 04:19](1154 MB) - -PASS -- COMPILE 'atml_debug_intel' [06:11, 04:52] ( 882 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [09:58, 06:10](1916 MB) - -PASS -- COMPILE 'atmw_intel' [13:11, 08:46] ( 8 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [06:51, 02:42](1938 MB) - -PASS -- COMPILE 'atmaero_intel' [12:11, 08:13] ( 1 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [09:52, 04:57](2011 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [08:50, 04:31](1807 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [08:39, 04:26](1819 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [07:11, 03:47] ( 884 warnings 6 remarks ) -PASS -- TEST 'regional_atmaq_debug_intel' [19:47, 16:41](4634 MB) - -PASS -- COMPILE 'atm_gnu' [08:11, 04:22] -PASS -- TEST 'control_c48_gnu' [12:40, 09:26](1548 MB) -PASS -- TEST 'control_stochy_gnu' [05:24, 02:27](726 MB) -PASS -- TEST 'control_ras_gnu' [06:17, 04:07](731 MB) -PASS -- TEST 'control_p8_gnu' [06:47, 04:11](1704 MB) -PASS -- TEST 'control_p8_ugwpv1_gnu' [06:39, 03:53](1726 MB) -PASS -- TEST 'control_flake_gnu' [07:21, 04:46](806 MB) - -PASS -- COMPILE 'rrfs_gnu' [07:10, 04:08] -PASS -- TEST 'rap_control_gnu' [10:41, 08:38](1082 MB) -PASS -- TEST 'rap_decomp_gnu' [10:41, 08:40](1081 MB) -PASS -- TEST 'rap_2threads_gnu' [10:34, 07:58](1110 MB) -PASS -- TEST 'rap_restart_gnu' [06:59, 04:12](884 MB) -PASS -- TEST 'rap_sfcdiff_gnu' [10:46, 08:10](1083 MB) -PASS -- TEST 'rap_sfcdiff_decomp_gnu' [10:33, 08:31](1080 MB) -PASS -- TEST 'rap_sfcdiff_restart_gnu' [07:52, 06:08](884 MB) -PASS -- TEST 'hrrr_control_gnu' [06:54, 04:22](1070 MB) -PASS -- TEST 'hrrr_control_noqr_gnu' [06:51, 04:15](1138 MB) -PASS -- TEST 'hrrr_control_2threads_gnu' [06:49, 03:54](1022 MB) -PASS -- TEST 'hrrr_control_decomp_gnu' [06:31, 04:29](1066 MB) -PASS -- TEST 'hrrr_control_restart_gnu' [04:45, 02:12](885 MB) -PASS -- TEST 'hrrr_control_restart_noqr_gnu' [04:46, 02:09](934 MB) -PASS -- TEST 'rrfs_v1beta_gnu' [09:53, 08:01](1081 MB) - -PASS -- COMPILE 'atm_dyn32_debug_gnu' [09:10, 06:11] -PASS -- TEST 'control_diag_debug_gnu' [03:30, 01:21](1624 MB) -PASS -- TEST 'regional_debug_gnu' [08:25, 06:44](1106 MB) -PASS -- TEST 'rap_control_debug_gnu' [04:28, 02:16](1097 MB) -PASS -- TEST 'hrrr_control_debug_gnu' [03:16, 02:05](1089 MB) -PASS -- TEST 'hrrr_gf_debug_gnu' [04:18, 02:11](1093 MB) -PASS -- TEST 'hrrr_c3_debug_gnu' [03:16, 02:00](1100 MB) -PASS -- TEST 'rap_diag_debug_gnu' [04:26, 02:54](1266 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_gnu' [05:18, 03:25](1093 MB) -PASS -- TEST 'rap_progcld_thompson_debug_gnu' [04:20, 02:23](1094 MB) -PASS -- TEST 'rrfs_v1beta_debug_gnu' [04:18, 02:14](1092 MB) -PASS -- TEST 'control_ras_debug_gnu' [04:17, 01:38](726 MB) -PASS -- TEST 'control_stochy_debug_gnu' [04:16, 01:46](722 MB) -PASS -- TEST 'control_debug_p8_gnu' [05:29, 03:01](1699 MB) -PASS -- TEST 'rap_flake_debug_gnu' [06:18, 02:11](1097 MB) -PASS -- TEST 'rap_clm_lake_debug_gnu' [05:18, 02:15](1097 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_gnu' [06:48, 03:32](1101 MB) - -PASS -- COMPILE 'wam_debug_gnu' [04:10, 02:25] -PASS -- TEST 'control_wam_debug_gnu' [07:51, 05:24](1559 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_gnu' [08:11, 04:48] -PASS -- TEST 'rap_control_dyn32_phy32_gnu' [10:44, 08:14](965 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_gnu' [06:36, 04:05](951 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_gnu' [08:44, 06:57](976 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_gnu' [05:54, 03:45](886 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_gnu' [06:35, 04:11](953 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_gnu' [08:44, 06:13](863 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_gnu' [04:21, 02:15](861 MB) -PASS -- TEST 'conus13km_control_gnu' [05:36, 02:47](1270 MB) -PASS -- TEST 'conus13km_2threads_gnu' [02:30, 01:09](1182 MB) -PASS -- TEST 'conus13km_restart_mismatch_gnu' [03:29, 01:28](937 MB) - -PASS -- COMPILE 'atm_dyn64_phy32_gnu' [14:10, 11:06] -PASS -- TEST 'rap_control_dyn64_phy32_gnu' [06:46, 04:39](991 MB) - -PASS -- COMPILE 'atm_dyn32_phy32_debug_gnu' [08:10, 05:53] -PASS -- TEST 'rap_control_debug_dyn32_phy32_gnu' [04:18, 02:09](978 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_gnu' [03:18, 01:58](970 MB) -PASS -- TEST 'conus13km_debug_gnu' [07:34, 05:42](1291 MB) -PASS -- TEST 'conus13km_debug_qr_gnu' [07:30, 05:59](978 MB) -PASS -- TEST 'conus13km_debug_2threads_gnu' [05:28, 03:28](1193 MB) -PASS -- TEST 'conus13km_radar_tten_debug_gnu' [07:28, 05:38](1352 MB) - -PASS -- COMPILE 'atm_dyn64_phy32_debug_gnu' [13:10, 06:29] -PASS -- TEST 'rap_control_dyn64_phy32_debug_gnu' [03:19, 02:09](1004 MB) - -PASS -- COMPILE 's2swa_gnu' [23:10, 17:09] - -PASS -- COMPILE 's2s_gnu' [22:10, 16:43] -PASS -- TEST 'cpld_control_nowave_noaero_p8_gnu' [08:03, 05:08](3072 MB) - -PASS -- COMPILE 's2swa_debug_gnu' [10:10, 04:46] - -PASS -- COMPILE 's2sw_pdlib_gnu' [21:10, 17:23] -PASS -- TEST 'cpld_control_pdlib_p8_gnu' [27:58, 25:52](2912 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_gnu' [05:10, 03:20] -PASS -- TEST 'cpld_debug_pdlib_p8_gnu' [13:46, 11:58](2946 MB) - -PASS -- COMPILE 'datm_cdeps_gnu' [22:10, 15:38] -PASS -- TEST 'datm_cdeps_control_cfsr_gnu' [04:15, 02:27](772 MB) +* (-r) - USE ROCOTO + +PASS -- COMPILE 's2swa_32bit_intel' [11:15, 11:15] ( 1 warnings 10 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [08:32, 07:47](2147 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [16:40, 16:40] ( 1 warnings 10 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [14:12, 13:24](1995 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [15:07, 14:08](2289 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [07:36, 06:52](1360 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [16:26, 15:33](1914 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [16:07, 16:07] ( 1 warnings 10 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [13:43, 13:07](1988 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [06:00, 06:00] ( 1523 warnings 2000 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [23:02, 22:07](1973 MB) + +PASS -- COMPILE 's2swa_intel' [11:16, 11:16] ( 1 warnings 10 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [08:53, 08:04](2216 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [08:51, 08:00](2225 MB) +PASS -- TEST 'cpld_restart_p8_intel' [05:10, 04:29](1957 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [09:10, 08:14](2230 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [05:50, 05:05](1739 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [10:04, 09:16](2564 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [08:44, 08:06](2196 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [07:18, 06:46](2126 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [09:46, 08:54](2223 MB) +PASS -- TEST 'cpld_control_c192_p8_intel' [16:38, 15:22](2991 MB) +PASS -- TEST 'cpld_restart_c192_p8_intel' [07:39, 05:54](2926 MB) +PASS -- TEST 'cpld_bmark_p8_intel' [13:07, 08:09](3840 MB) +PASS -- TEST 'cpld_restart_bmark_p8_intel' [11:38, 05:52](3646 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [05:44, 05:08](2164 MB) + +PASS -- COMPILE 's2sw_intel' [10:27, 10:26] ( 1 warnings 10 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [07:40, 07:10](2022 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [07:32, 06:50](2084 MB) + +PASS -- COMPILE 's2swa_debug_intel' [05:12, 05:12] ( 1413 warnings 1230 remarks ) +PASS -- TEST 'cpld_debug_p8_intel' [12:52, 12:05](2245 MB) + +PASS -- COMPILE 's2sw_debug_intel' [04:44, 04:44] ( 1413 warnings 1230 remarks ) +PASS -- TEST 'cpld_debug_noaero_p8_intel' [10:09, 09:26](2060 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [09:24, 09:23] ( 3 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [04:49, 04:07](2077 MB) + +PASS -- COMPILE 's2s_intel' [09:51, 09:51] ( 1 warnings 3 remarks ) +PASS -- TEST 'cpld_control_c48_intel' [06:23, 05:54](3039 MB) +PASS -- TEST 'cpld_warmstart_c48_intel' [02:28, 02:01](3026 MB) +PASS -- TEST 'cpld_restart_c48_intel' [01:26, 01:08](2488 MB) + +PASS -- COMPILE 's2swa_faster_intel' [12:05, 12:05] ( 1 warnings 10 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [08:39, 07:51](2212 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [15:43, 15:43] ( 1 warnings 10 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [14:31, 13:57](2078 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [07:53, 07:01](1404 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [17:06, 16:21](2008 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [05:13, 05:13] ( 1523 warnings 2000 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [23:35, 22:54](2023 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [09:25, 09:25] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_flake_intel' [03:25, 03:12](714 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [03:08, 02:41](1602 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [03:17, 02:46](1598 MB) +PASS -- TEST 'control_latlon_intel' [02:57, 02:42](1583 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [03:19, 02:50](1594 MB) +PASS -- TEST 'control_c48_intel' [10:55, 10:31](1718 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [06:01, 05:49](839 MB) +PASS -- TEST 'control_c192_intel' [10:45, 10:11](1771 MB) +PASS -- TEST 'control_c384_intel' [13:19, 12:13](2013 MB) +PASS -- TEST 'control_c384gdas_intel' [09:00, 07:23](1510 MB) +PASS -- TEST 'control_stochy_intel' [01:37, 01:25](676 MB) +PASS -- TEST 'control_stochy_restart_intel' [01:12, 00:54](553 MB) +PASS -- TEST 'control_lndp_intel' [01:32, 01:21](671 MB) +PASS -- TEST 'control_iovr4_intel' [02:17, 02:08](669 MB) +PASS -- TEST 'control_iovr5_intel' [02:26, 02:13](669 MB) +PASS -- TEST 'control_p8_intel' [03:56, 03:18](1873 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [04:18, 03:24](1906 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [03:58, 03:05](1894 MB) +PASS -- TEST 'control_restart_p8_intel' [02:18, 01:52](1150 MB) +PASS -- TEST 'control_noqr_p8_intel' [03:38, 03:03](1890 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [02:18, 01:46](1219 MB) +PASS -- TEST 'control_decomp_p8_intel' [03:56, 03:14](1886 MB) +PASS -- TEST 'control_2threads_p8_intel' [04:07, 03:18](1963 MB) +PASS -- TEST 'control_p8_lndp_intel' [06:14, 05:46](1885 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [04:18, 03:35](1980 MB) +PASS -- TEST 'control_p8_mynn_intel' [03:16, 02:43](1912 MB) +PASS -- TEST 'merra2_thompson_intel' [04:30, 03:41](1919 MB) +PASS -- TEST 'regional_control_intel' [04:49, 04:34](1209 MB) +PASS -- TEST 'regional_restart_intel' [03:03, 02:48](1179 MB) +PASS -- TEST 'regional_decomp_intel' [05:03, 04:49](1186 MB) +PASS -- TEST 'regional_2threads_intel' [03:14, 02:58](1159 MB) +PASS -- TEST 'regional_noquilt_intel' [04:54, 04:32](1523 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [04:59, 04:36](1200 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [05:11, 04:56](1199 MB) +PASS -- TEST 'regional_wofs_intel' [06:50, 06:30](2072 MB) + +PASS -- COMPILE 'rrfs_intel' [08:49, 08:49] ( 3 warnings 9 remarks ) +PASS -- TEST 'rap_control_intel' [07:38, 06:51](1198 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [04:59, 03:33](1363 MB) +PASS -- TEST 'rap_decomp_intel' [08:08, 07:28](1141 MB) +PASS -- TEST 'rap_2threads_intel' [07:11, 06:33](1355 MB) +PASS -- TEST 'rap_restart_intel' [05:34, 03:55](1142 MB) +PASS -- TEST 'rap_sfcdiff_intel' [08:33, 07:38](1206 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [10:07, 09:12](1142 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [06:53, 05:29](1185 MB) +PASS -- TEST 'hrrr_control_intel' [05:33, 04:23](1070 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [04:52, 03:44](1037 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [05:15, 04:30](1115 MB) +PASS -- TEST 'hrrr_control_restart_intel' [03:18, 02:11](1034 MB) +PASS -- TEST 'rrfs_v1beta_intel' [08:39, 07:31](1194 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [08:27, 07:55](2011 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [08:08, 07:41](2165 MB) + +PASS -- COMPILE 'csawmg_intel' [07:55, 07:55] +PASS -- TEST 'control_csawmg_intel' [06:22, 06:06](1044 MB) +PASS -- TEST 'control_ras_intel' [03:24, 03:10](830 MB) + +PASS -- COMPILE 'csawmg_gnu' [04:00, 04:00] +PASS -- TEST 'control_csawmg_gnu' [08:49, 08:33](1063 MB) + +PASS -- COMPILE 'wam_intel' [09:19, 09:19] ( 1 remarks ) +PASS -- TEST 'control_wam_intel' [10:08, 09:45](1664 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [08:46, 08:46] ( 1 remarks ) +PASS -- TEST 'control_p8_faster_intel' [03:29, 02:48](1897 MB) +PASS -- TEST 'regional_control_faster_intel' [04:41, 04:23](1194 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [06:39, 06:38] ( 882 warnings 9 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [02:43, 02:19](1621 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [02:42, 02:19](1623 MB) +PASS -- TEST 'control_stochy_debug_intel' [03:01, 02:52](845 MB) +PASS -- TEST 'control_lndp_debug_intel' [02:41, 02:32](851 MB) +PASS -- TEST 'control_csawmg_debug_intel' [04:43, 04:26](1161 MB) +PASS -- TEST 'control_ras_debug_intel' [02:43, 02:28](859 MB) +PASS -- TEST 'control_diag_debug_intel' [02:59, 02:36](1704 MB) +PASS -- TEST 'control_debug_p8_intel' [03:35, 03:08](1911 MB) +PASS -- TEST 'regional_debug_intel' [17:39, 17:17](1144 MB) +PASS -- TEST 'rap_control_debug_intel' [04:29, 04:21](1226 MB) +PASS -- TEST 'hrrr_control_debug_intel' [04:50, 04:39](1218 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [05:09, 04:57](1240 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [05:22, 05:10](1243 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [04:50, 04:41](1235 MB) +PASS -- TEST 'rap_diag_debug_intel' [04:54, 04:38](1322 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [05:06, 04:57](1229 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [05:10, 04:57](1238 MB) +PASS -- TEST 'rap_lndp_debug_intel' [05:02, 04:49](1243 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [04:46, 04:38](1233 MB) +PASS -- TEST 'rap_noah_debug_intel' [05:18, 05:07](1233 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [04:57, 04:47](1235 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [07:51, 07:44](1227 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [04:45, 04:37](1229 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [05:42, 05:31](1241 MB) +PASS -- TEST 'rap_flake_debug_intel' [04:59, 04:47](1237 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [08:50, 07:59](1228 MB) + +PASS -- COMPILE 'atm_debug_dyn32_gnu' [04:37, 04:36] +PASS -- TEST 'control_csawmg_debug_gnu' [03:29, 03:09](1048 MB) + +PASS -- COMPILE 'wam_debug_intel' [04:20, 04:20] ( 837 warnings 1 remarks ) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [08:49, 08:48] ( 3 warnings 8 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [04:01, 03:21](1239 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [06:32, 05:48](1169 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [03:48, 02:56](1032 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [06:08, 05:22](1281 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [03:33, 02:40](1040 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [03:48, 03:03](998 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [04:55, 04:08](1104 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [02:12, 01:47](958 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [08:18, 08:18] ( 3 warnings 8 remarks ) +PASS -- TEST 'conus13km_control_intel' [02:20, 01:51](1295 MB) +PASS -- TEST 'conus13km_2threads_intel' [01:19, 00:50](1194 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [01:26, 01:04](1141 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [08:28, 08:28] ( 3 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [04:12, 03:49](1084 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [04:19, 04:19] ( 785 warnings 8 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [04:21, 04:08](1109 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [04:16, 04:01](1108 MB) +PASS -- TEST 'conus13km_debug_intel' [13:01, 12:30](1358 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [12:50, 12:21](1004 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [07:31, 07:05](1249 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [12:40, 12:22](1423 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [04:07, 04:07] ( 785 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [04:41, 04:32](1163 MB) + +PASS -- COMPILE 'hafsw_intel' [10:11, 10:11] ( 1 warnings 9 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [06:14, 05:20](853 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [05:16, 05:03](1261 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [07:27, 06:23](916 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [14:54, 14:00](965 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [16:23, 15:17](990 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [06:30, 05:43](600 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [08:03, 06:57](604 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [03:09, 02:36](435 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [09:17, 07:35](545 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [04:14, 03:45](606 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [04:18, 03:38](610 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [05:35, 04:51](665 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [01:31, 01:12](446 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [04:39, 04:38] ( 1465 warnings 1502 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [12:48, 12:04](643 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [10:00, 09:59] ( 8 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [17:38, 16:44](747 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [16:41, 15:49](833 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [09:46, 09:46] ( 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [11:36, 10:22](823 MB) + +PASS -- COMPILE 'hafs_all_intel' [10:24, 10:24] ( 8 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [06:35, 05:42](920 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [06:25, 05:31](917 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [17:03, 16:29](1339 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [06:02, 06:01] ( 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [03:05, 03:00](1147 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [01:48, 01:43](1108 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [02:10, 02:05](1018 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [03:04, 02:56](1024 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [03:01, 02:54](1015 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [02:15, 02:11](1168 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [03:06, 03:00](1152 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [02:10, 02:04](1013 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [05:31, 04:55](1180 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [05:30, 04:54](1154 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [03:01, 02:58](1145 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [04:07, 03:59](2488 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [03:08, 03:03](2408 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [03:03, 03:03] ( 2 warnings 2 remarks ) +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [05:18, 05:13](1081 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [06:16, 06:16] ( 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [02:59, 02:55](1142 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [00:45, 00:44] ( 1 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [01:12, 00:56](332 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [01:04, 00:50](575 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [00:47, 00:32](573 MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [08:42, 08:42] ( 3 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [04:27, 03:46](2035 MB) + +PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [08:35, 08:35] ( 1 remarks ) +PASS -- TEST 'atm_ds2s_docn_dice_intel' [03:48, 03:13](1999 MB) + +PASS -- COMPILE 'atml_intel' [09:40, 09:40] ( 8 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [06:43, 05:55](1896 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [06:57, 06:11](1903 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [03:32, 03:09](1133 MB) + +PASS -- COMPILE 'atml_debug_intel' [05:32, 05:32] ( 880 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [06:51, 06:00](1926 MB) + +PASS -- COMPILE 'atmw_intel' [09:18, 09:17] ( 8 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [03:20, 02:34](1924 MB) + +PASS -- COMPILE 'atmaero_intel' [08:57, 08:57] ( 1 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [04:54, 04:07](2011 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [05:08, 04:29](1794 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [05:59, 05:29](1809 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [04:12, 04:12] ( 882 warnings 6 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [17:43, 16:31](4573 MB) + +PASS -- COMPILE 'atm_gnu' [04:14, 04:13] +PASS -- TEST 'control_c48_gnu' [11:38, 11:13](1530 MB) +PASS -- TEST 'control_stochy_gnu' [02:36, 02:24](726 MB) +PASS -- TEST 'control_ras_gnu' [04:01, 03:53](736 MB) +PASS -- TEST 'control_p8_gnu' [04:52, 04:12](1703 MB) +PASS -- TEST 'control_p8_ugwpv1_gnu' [04:46, 04:13](1710 MB) +PASS -- TEST 'control_flake_gnu' [04:47, 04:36](816 MB) + +PASS -- COMPILE 'rrfs_gnu' [04:31, 04:30] +PASS -- TEST 'rap_control_gnu' [08:57, 08:21](1084 MB) +PASS -- TEST 'rap_decomp_gnu' [08:50, 08:11](1086 MB) +PASS -- TEST 'rap_2threads_gnu' [07:51, 07:16](1140 MB) +PASS -- TEST 'rap_restart_gnu' [04:55, 04:16](889 MB) +PASS -- TEST 'rap_sfcdiff_gnu' [08:32, 07:58](1083 MB) +PASS -- TEST 'rap_sfcdiff_decomp_gnu' [09:07, 08:23](1084 MB) +PASS -- TEST 'rap_sfcdiff_restart_gnu' [07:02, 06:16](888 MB) +PASS -- TEST 'hrrr_control_gnu' [04:47, 04:04](1071 MB) +PASS -- TEST 'hrrr_control_noqr_gnu' [04:42, 04:10](1138 MB) +PASS -- TEST 'hrrr_control_2threads_gnu' [17:27, 16:47](1029 MB) +PASS -- TEST 'hrrr_control_decomp_gnu' [04:48, 04:09](1071 MB) +PASS -- TEST 'hrrr_control_restart_gnu' [02:20, 02:11](895 MB) +PASS -- TEST 'hrrr_control_restart_noqr_gnu' [02:29, 02:09](938 MB) +PASS -- TEST 'rrfs_v1beta_gnu' [08:43, 07:58](1079 MB) + +PASS -- COMPILE 'atm_dyn32_debug_gnu' [06:23, 06:23] +PASS -- TEST 'control_diag_debug_gnu' [01:40, 01:16](1631 MB) +PASS -- TEST 'regional_debug_gnu' [07:03, 06:48](1155 MB) +PASS -- TEST 'rap_control_debug_gnu' [02:04, 01:57](1106 MB) +PASS -- TEST 'hrrr_control_debug_gnu' [02:19, 02:04](1093 MB) +PASS -- TEST 'hrrr_gf_debug_gnu' [02:14, 02:04](1100 MB) +PASS -- TEST 'hrrr_c3_debug_gnu' [02:23, 02:11](1101 MB) +PASS -- TEST 'rap_diag_debug_gnu' [02:22, 02:08](1273 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_gnu' [03:15, 03:06](1101 MB) +PASS -- TEST 'rap_progcld_thompson_debug_gnu' [02:05, 01:56](1101 MB) +PASS -- TEST 'rrfs_v1beta_debug_gnu' [02:08, 02:01](1096 MB) +PASS -- TEST 'control_ras_debug_gnu' [01:18, 01:12](725 MB) +PASS -- TEST 'control_stochy_debug_gnu' [01:39, 01:27](723 MB) +PASS -- TEST 'control_debug_p8_gnu' [01:49, 01:23](1723 MB) +PASS -- TEST 'rap_flake_debug_gnu' [02:16, 02:07](1101 MB) +PASS -- TEST 'rap_clm_lake_debug_gnu' [02:30, 02:20](1106 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_gnu' [04:17, 03:40](1104 MB) + +PASS -- COMPILE 'wam_debug_gnu' [05:04, 05:04] +PASS -- TEST 'control_wam_debug_gnu' [05:34, 05:11](1559 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_gnu' [06:07, 06:06] +PASS -- TEST 'rap_control_dyn32_phy32_gnu' [08:25, 07:53](961 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_gnu' [04:58, 04:04](949 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_gnu' [07:45, 07:07](982 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_gnu' [04:37, 03:49](898 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_gnu' [04:57, 04:13](950 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_gnu' [06:29, 05:50](867 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_gnu' [02:30, 02:09](863 MB) +PASS -- TEST 'conus13km_control_gnu' [03:06, 02:40](1268 MB) +PASS -- TEST 'conus13km_2threads_gnu' [01:27, 01:07](1174 MB) +PASS -- TEST 'conus13km_restart_mismatch_gnu' [01:49, 01:30](936 MB) + +PASS -- COMPILE 'atm_dyn64_phy32_gnu' [11:14, 11:13] +PASS -- TEST 'rap_control_dyn64_phy32_gnu' [04:56, 04:32](987 MB) + +PASS -- COMPILE 'atm_dyn32_phy32_debug_gnu' [08:50, 08:49] +PASS -- TEST 'rap_control_debug_dyn32_phy32_gnu' [02:07, 02:00](975 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_gnu' [02:12, 01:58](969 MB) +PASS -- TEST 'conus13km_debug_gnu' [06:08, 05:41](1283 MB) +PASS -- TEST 'conus13km_debug_qr_gnu' [06:08, 05:45](958 MB) +PASS -- TEST 'conus13km_debug_2threads_gnu' [03:32, 03:18](1195 MB) +PASS -- TEST 'conus13km_radar_tten_debug_gnu' [05:50, 05:34](1357 MB) + +PASS -- COMPILE 'atm_dyn64_phy32_debug_gnu' [08:58, 08:58] +PASS -- TEST 'rap_control_dyn64_phy32_debug_gnu' [02:03, 01:57](1004 MB) + +PASS -- COMPILE 's2swa_gnu' [20:27, 20:27] + +PASS -- COMPILE 's2s_gnu' [20:03, 20:02] +PASS -- TEST 'cpld_control_nowave_noaero_p8_gnu' [09:29, 08:50](3091 MB) + +PASS -- COMPILE 's2swa_debug_gnu' [04:21, 04:21] + +PASS -- COMPILE 's2sw_pdlib_gnu' [17:40, 17:40] +PASS -- TEST 'cpld_control_pdlib_p8_gnu' [26:43, 26:02](3025 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_gnu' [03:16, 03:16] +PASS -- TEST 'cpld_debug_pdlib_p8_gnu' [12:55, 12:18](3064 MB) + +PASS -- COMPILE 'datm_cdeps_gnu' [15:45, 15:45] +PASS -- TEST 'datm_cdeps_control_cfsr_gnu' [03:29, 03:22](763 MB) + +PASS -- COMPILE 'atm_fbh_intel' [08:20, 08:19] ( 3 warnings 8 remarks ) +PASS -- TEST 'cpld_regional_atm_fbh_intel' [10:05, 09:48](1085 MB) SYNOPSIS: -Starting Date/Time: 20240826 11:16:18 -Ending Date/Time: 20240826 13:18:16 -Total Time: 02h:02m:53s -Compiles Completed: 57/57 -Tests Completed: 244/244 +Starting Date/Time: 20240917 19:00:54 +Ending Date/Time: 20240917 23:06:40 +Total Time: 04h:06m:31s +Compiles Completed: 58/58 +Tests Completed: 245/245 NOTES: A file 'test_changes.list' was generated but is empty. diff --git a/tests/logs/RegressionTests_jet.log b/tests/logs/RegressionTests_jet.log index 2559d4ea50..d7b20d75c5 100644 --- a/tests/logs/RegressionTests_jet.log +++ b/tests/logs/RegressionTests_jet.log @@ -1,31 +1,32 @@ ====START OF JET REGRESSION TESTING LOG==== UFSWM hash used in testing: -7a3782cc2bd9c3e8bf5a34088edcff9d2cdde759 +a04244cbba4aaa7cd72d1546981457f04bea51e1 Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) be5d28fd1b60522e6fc98aefeead20e6aac3530b AQM/src/model/CMAQ (CMAQv5.2.1_07Feb2018-198-gbe5d28fd1) - 12d0556920c11b388012c7b01e4e3c9ee7ebd93a CDEPS-interface/CDEPS (remotes/origin/simplify_datm) - 2ffee5cd48e0c389bdf75c0d910b3f6d53263563 CICE-interface/CICE (CICE6.0.0-451-g2ffee5c) - f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) - f13e16e414e115e268b2dd300b665e628e5f2429 CMEPS-interface/CMEPS (cmeps_v0.4.1-2308-gf13e16e) + 1f9eaaa142c8b07ed6b788c9f44ea02cc86d0bae CDEPS-interface/CDEPS (cdeps0.4.17-42-g1f9eaaa) + 635d9a100a736bd8d14ad091e879d5da6e4eb2bd CICE-interface/CICE (CICE6.0.0-373-g635d9a1) + 4c87095256c1c599c3ccaa857a95744158751a60 CICE-interface/CICE/icepack (Icepack1.1.0-191-g4c87095) + dc977bcadd1ade1a528dee75f1ad45e8bd80ca0a CMEPS-interface/CMEPS (cmeps_v0.4.1-2310-gdc977bc) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - 01677400f90c2aaeac4d57718b826cd0881470f4 FV3 (remotes/origin/feature/cubed_sphere_inc) - 04b336f3da7fde10f1c63ca82699fd5c1378fbf3 FV3/atmos_cubed_sphere (201912_public_release-428-g04b336f) + a9364591091c836984a40107729720705847c195 FV3 (heads/develop) + ac3055eff06099d61cd65e18bc4f0353ffd83f46 FV3/atmos_cubed_sphere (201912_public_release-405-gac3055e) 0f8232724975c13289cad390c9a71fa2c6a9bff4 FV3/ccpp/framework (2024-07-11-dev) - 1d9b076503c27cd4cfa8b22a977a71e889cbb149 FV3/ccpp/physics (EP4-851-g1d9b0765) + b6c433354394bd8ed5e46692a81149441ff4ae38 FV3/ccpp/physics (EP4-873-gb6c43335) 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) 81b38a88d860ce7e34e8507c2246151a54d96a39 FV3/upp (upp_v10.2.0-218-g81b38a88) -1ba8270870947b583cd51bc72ff8960f4c1fb36e FV3/upp/sorc/libIFI.fd -567edcc94bc418d0dcd6cdaafed448eeb5aab570 FV3/upp/sorc/ncep_post.fd/post_gtg.fd 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) bcf7777bb037ae2feb2a8a8ac51aacb3511b52d9 HYCOM-interface/HYCOM (2.3.00-122-gbcf7777) - 00f8ea2023f5ed58f0605cea373094f65ee90f64 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10197-g00f8ea202) + 5e0c21f64fa5b20efc8f29f8709766e1e6793a79 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10230-g5e0c21f64) 9423197f894112edfcb1502245f7d7b873d551f9 MOM6-interface/MOM6/pkg/CVMix-src (9423197) 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) 3ac32f0db7a2a97d930f44fa5f060c983ff31ee8 NOAHMP-interface/noahmp (v3.7.1-436-g3ac32f0) 7f548c795a348bbb0fe4967dd25692c79036dc73 WW3 (6.07.1-346-g7f548c79) + 05cad173feeb598431e3ef5f17c2df6562c8d101 fire_behavior (v0.2.0-1-g05cad17) fad2fe9f42f6b7f744b128b4a2a9433f91e4296f stochastic_physics (ufs-v2.0.0-219-gfad2fe9) @@ -35,256 +36,259 @@ The first time is for the full script (prep+run+finalize). The second time is specifically for the run phase. Times/Memory will be empty for failed tests. -BASELINE DIRECTORY: /lfs5/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20240821 -COMPARISON DIRECTORY: /lfs5/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_2302393 +BASELINE DIRECTORY: /lfs5/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20240909 +COMPARISON DIRECTORY: /lfs5/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_4071792 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: h-nems * (-l) - USE CONFIG FILE: rt.conf * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [54:18, 41:37] ( 1 warnings 1380 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [14:21, 06:47](2020 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [03:20, 50:38] ( 1 warnings 1427 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [55:14, 20:37](1903 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [25:44, 22:03](2014 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [13:20, 10:03](1130 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [56:18, 23:44](1849 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [00:20, 48:10] ( 1 warnings 1424 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [55:59, 20:23](1888 MB) - -PASS -- COMPILE 's2swa_intel' [54:18, 42:43] ( 1381 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [11:10, 07:13](2060 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [49:42, 07:25](2062 MB) -PASS -- TEST 'cpld_restart_p8_intel' [38:23, 04:16](1721 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [10:13, 07:25](2072 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [39:24, 04:21](1741 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [10:05, 07:00](2315 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [14:06, 07:21](2048 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [09:21, 06:13](2009 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [16:32, 07:17](2059 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [48:30, 07:06](2035 MB) - -PASS -- COMPILE 's2sw_intel' [52:18, 39:49] ( 1279 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [08:20, 05:48](1910 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [08:37, 05:44](1976 MB) - -PASS -- COMPILE 's2swa_debug_intel' [49:17, 06:28] ( 1450 warnings 1228 remarks ) -PASS -- TEST 'cpld_debug_p8_intel' [13:25, 10:31](2092 MB) - -PASS -- COMPILE 's2sw_debug_intel' [47:18, 06:09] ( 1450 warnings 1228 remarks ) -PASS -- TEST 'cpld_debug_noaero_p8_intel' [10:08, 07:18](1940 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [17:22, 36:15] ( 1010 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [08:30, 05:35](1979 MB) - -PASS -- COMPILE 's2s_intel' [12:20, 36:52] ( 1015 remarks ) -PASS -- TEST 'cpld_control_c48_intel' [13:54, 11:58](3026 MB) -PASS -- TEST 'cpld_warmstart_c48_intel' [05:55, 03:30](3017 MB) -PASS -- TEST 'cpld_restart_c48_intel' [03:49, 01:55](2462 MB) - -PASS -- COMPILE 's2swa_faster_intel' [05:29, 33:05] ( 1609 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [09:35, 06:59](2058 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [50:17, 47:53] ( 1339 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [24:21, 20:48](1915 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [13:25, 10:12](1125 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [26:18, 23:52](1892 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [08:13, 06:05] ( 1560 warnings 1998 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [36:18, 33:03](1938 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [39:13, 37:36] ( 1 warnings 1126 remarks ) -PASS -- TEST 'control_flake_intel' [06:32, 04:31](647 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [06:07, 03:53](1547 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [07:13, 04:10](1557 MB) -PASS -- TEST 'control_latlon_intel' [06:03, 03:53](1544 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [11:13, 03:53](1554 MB) -PASS -- TEST 'control_c48_intel' [17:13, 11:52](1703 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [11:39, 09:08](832 MB) -PASS -- TEST 'control_c192_intel' [17:25, 14:09](1669 MB) -PASS -- TEST 'control_c384_intel' [24:29, 17:57](1800 MB) -PASS -- TEST 'control_c384gdas_intel' [20:13, 13:16](1009 MB) -PASS -- TEST 'control_stochy_intel' [04:31, 02:11](606 MB) -PASS -- TEST 'control_stochy_restart_intel' [05:26, 01:16](436 MB) -PASS -- TEST 'control_lndp_intel' [04:31, 02:06](606 MB) -PASS -- TEST 'control_iovr4_intel' [05:34, 03:16](602 MB) -PASS -- TEST 'control_iovr5_intel' [05:32, 03:19](602 MB) -PASS -- TEST 'control_p8_intel' [07:29, 04:09](1844 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [11:41, 04:02](1844 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [06:22, 04:00](1835 MB) -PASS -- TEST 'control_restart_p8_intel' [04:54, 02:21](1053 MB) -PASS -- TEST 'control_noqr_p8_intel' [08:21, 03:49](1831 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [04:54, 02:15](1069 MB) -PASS -- TEST 'control_decomp_p8_intel' [10:19, 04:06](1826 MB) -PASS -- TEST 'control_2threads_p8_intel' [06:23, 03:54](1919 MB) -PASS -- TEST 'control_p8_lndp_intel' [10:11, 07:10](1843 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [12:25, 05:16](1902 MB) -PASS -- TEST 'control_p8_mynn_intel' [08:26, 03:58](1855 MB) -PASS -- TEST 'merra2_thompson_intel' [07:20, 04:31](1844 MB) -PASS -- TEST 'regional_control_intel' [15:01, 07:09](1010 MB) -PASS -- TEST 'regional_restart_intel' [05:37, 03:47](1004 MB) -PASS -- TEST 'regional_decomp_intel' [16:01, 07:36](1004 MB) -PASS -- TEST 'regional_2threads_intel' [07:02, 04:30](999 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [15:08, 07:02](1010 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [15:00, 07:09](1005 MB) - -PASS -- COMPILE 'rrfs_intel' [39:17, 37:24] ( 3 warnings 1102 remarks ) -PASS -- TEST 'rap_control_intel' [12:50, 10:13](990 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [08:10, 05:45](1173 MB) -PASS -- TEST 'rap_decomp_intel' [13:42, 10:51](988 MB) -PASS -- TEST 'rap_2threads_intel' [12:49, 09:50](1081 MB) -PASS -- TEST 'rap_restart_intel' [07:46, 05:16](990 MB) -PASS -- TEST 'rap_sfcdiff_intel' [12:50, 10:13](991 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [13:42, 10:45](985 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [10:46, 07:36](999 MB) -PASS -- TEST 'hrrr_control_intel' [07:48, 05:22](988 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [07:48, 05:27](977 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [07:48, 04:53](1056 MB) -PASS -- TEST 'hrrr_control_restart_intel' [04:28, 02:41](921 MB) -PASS -- TEST 'rrfs_v1beta_intel' [13:04, 10:09](983 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [14:31, 12:35](1949 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [14:32, 12:12](1948 MB) - -PASS -- COMPILE 'csawmg_intel' [36:13, 34:13] ( 1091 remarks ) -PASS -- TEST 'control_csawmg_intel' [10:40, 08:13](964 MB) -PASS -- TEST 'control_ras_intel' [06:26, 04:28](672 MB) - -PASS -- COMPILE 'wam_intel' [36:14, 34:32] ( 994 remarks ) -PASS -- TEST 'control_wam_intel' [16:49, 14:22](1621 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [40:14, 36:26] ( 1294 remarks ) -PASS -- TEST 'control_p8_faster_intel' [05:54, 03:38](1829 MB) -PASS -- TEST 'regional_control_faster_intel' [08:35, 06:33](1002 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [10:11, 08:36] ( 884 warnings 9 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [05:53, 03:22](1579 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [06:54, 03:14](1576 MB) -PASS -- TEST 'control_stochy_debug_intel' [05:29, 03:55](782 MB) -PASS -- TEST 'control_lndp_debug_intel' [05:29, 03:33](782 MB) -PASS -- TEST 'control_csawmg_debug_intel' [07:46, 05:31](1095 MB) -PASS -- TEST 'control_ras_debug_intel' [05:29, 03:34](788 MB) -PASS -- TEST 'control_diag_debug_intel' [07:53, 03:24](1631 MB) -PASS -- TEST 'control_debug_p8_intel' [07:52, 03:46](1869 MB) -PASS -- TEST 'regional_debug_intel' [25:50, 21:56](1039 MB) -PASS -- TEST 'rap_control_debug_intel' [08:33, 06:19](1170 MB) -PASS -- TEST 'hrrr_control_debug_intel' [08:32, 06:11](1160 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [08:32, 06:12](1173 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [08:32, 06:18](1172 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [08:33, 06:18](1168 MB) -PASS -- TEST 'rap_diag_debug_intel' [08:50, 06:35](1258 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [08:33, 06:25](1167 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [08:30, 06:27](1170 MB) -PASS -- TEST 'rap_lndp_debug_intel' [10:27, 06:10](1176 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [08:27, 06:14](1166 MB) -PASS -- TEST 'rap_noah_debug_intel' [08:25, 06:03](1165 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [09:27, 06:14](1166 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [12:24, 10:01](1164 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [08:24, 06:04](1166 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [10:25, 07:21](1168 MB) -PASS -- TEST 'rap_flake_debug_intel' [09:25, 06:08](1165 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [13:46, 10:44](1176 MB) - -PASS -- COMPILE 'wam_debug_intel' [07:11, 05:12] ( 839 warnings 1 remarks ) -PASS -- TEST 'control_wam_debug_intel' [18:53, 16:38](1648 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [32:13, 30:31] ( 3 warnings 1026 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [08:08, 05:24](1045 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [10:38, 08:20](907 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [06:36, 04:21](876 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [09:48, 07:52](949 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [05:44, 04:00](908 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [06:36, 04:32](864 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [08:41, 06:14](903 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [04:27, 02:22](848 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [33:13, 31:54] ( 3 warnings 1199 remarks ) -PASS -- TEST 'conus13km_control_intel' [05:49, 02:48](1105 MB) -PASS -- TEST 'conus13km_2threads_intel' [03:40, 01:23](1046 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [03:40, 01:51](1018 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [33:12, 31:03] ( 3 warnings 1046 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [07:57, 05:36](917 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [07:11, 05:12] ( 787 warnings 8 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [08:43, 05:59](1045 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [07:26, 05:53](1047 MB) -PASS -- TEST 'conus13km_debug_intel' [21:57, 19:11](1152 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [20:58, 18:51](860 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [12:52, 10:48](1105 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [20:53, 18:48](1226 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [06:10, 04:56] ( 787 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [08:25, 06:10](1083 MB) - -PASS -- COMPILE 'hafsw_intel' [40:14, 39:09] ( 1 warnings 1418 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [10:17, 06:59](704 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [09:30, 06:37](1060 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [20:36, 09:06](760 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [21:35, 16:12](788 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [22:40, 18:38](804 MB) -PASS -- TEST 'gnv1_nested_intel' [34:57, 06:21](1678 MB) - -PASS -- COMPILE 'hafs_all_intel' [37:14, 35:33] ( 1265 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [11:34, 08:37](755 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [11:34, 08:43](737 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [09:11, 08:05] ( 67 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [05:24, 03:33](1072 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [04:24, 02:11](1037 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [05:23, 03:30](935 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [05:24, 03:31](934 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [05:24, 03:34](934 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [05:24, 03:33](1055 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [05:23, 03:35](1075 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [05:24, 03:27](931 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [10:18, 07:42](900 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [11:44, 07:38](851 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [05:21, 03:35](1070 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [06:23, 05:01](2362 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [07:24, 05:06](2425 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [05:11, 03:22] ( 2 warnings ) -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [10:22, 08:07](1023 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [10:11, 08:18] ( 70 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [05:21, 03:34](1076 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [03:11, 01:52] ( 60 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [04:35, 01:23](241 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [04:30, 01:05](261 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [02:28, 00:42](261 MB) - -PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [37:14, 35:39] ( 1015 remarks ) -PASS -- TEST 'atm_ds2s_docn_pcice_intel' [14:58, 04:49](1906 MB) - -PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [37:13, 35:17] ( 1015 remarks ) -PASS -- TEST 'atm_ds2s_docn_dice_intel' [12:14, 04:38](1908 MB) - -PASS -- COMPILE 'atml_intel' [39:13, 37:31] ( 8 warnings 1167 remarks ) -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [09:24, 06:00](1864 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [09:25, 06:01](1834 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [08:44, 03:15](1070 MB) - -PASS -- COMPILE 'atml_debug_intel' [08:11, 06:24] ( 882 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [30:18, 07:26](1894 MB) - -PASS -- COMPILE 'atmw_intel' [37:13, 36:04] ( 1260 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [04:55, 02:21](1865 MB) - -PASS -- COMPILE 'atmaero_intel' [38:14, 34:56] ( 1098 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [08:00, 05:19](1930 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [09:00, 06:18](1719 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [08:49, 06:24](1739 MB) +PASS -- COMPILE 's2swa_32bit_intel' [51:30, 42:19] ( 1 warnings 1380 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [41:33, 08:12](1988 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [58:31, 48:45] ( 1 warnings 1427 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [58:22, 20:45](1895 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [25:26, 22:24](2023 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [14:08, 10:29](1141 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [58:22, 23:54](1857 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [59:31, 50:07] ( 1 warnings 1424 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [57:04, 20:22](1888 MB) + +PASS -- COMPILE 's2swa_intel' [53:30, 43:23] ( 1 warnings 1399 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [49:21, 09:55](2024 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [49:35, 09:50](2069 MB) +PASS -- TEST 'cpld_restart_p8_intel' [09:18, 05:27](1722 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [49:24, 09:49](2089 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [09:20, 05:33](1746 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [46:16, 09:15](2324 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [49:14, 10:00](2044 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [45:34, 08:17](2002 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [46:38, 09:42](2062 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [46:24, 07:01](2024 MB) + +PASS -- COMPILE 's2sw_intel' [49:30, 40:06] ( 1 warnings 1284 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [34:28, 07:29](1896 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [37:39, 09:20](1983 MB) + +PASS -- COMPILE 's2swa_debug_intel' [32:14, 06:13] ( 1413 warnings 1228 remarks ) +PASS -- TEST 'cpld_debug_p8_intel' [31:24, 16:29](2110 MB) + +PASS -- COMPILE 's2sw_debug_intel' [30:14, 05:53] ( 1413 warnings 1228 remarks ) +PASS -- TEST 'cpld_debug_noaero_p8_intel' [26:10, 11:21](1932 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [15:22, 36:28] ( 1010 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [09:37, 05:30](1983 MB) + +PASS -- COMPILE 's2s_intel' [14:21, 37:09] ( 1 warnings 1033 remarks ) +PASS -- TEST 'cpld_control_c48_intel' [12:52, 10:16](3012 MB) +PASS -- TEST 'cpld_warmstart_c48_intel' [05:54, 03:28](3004 MB) +PASS -- TEST 'cpld_restart_c48_intel' [03:47, 01:56](2458 MB) + +PASS -- COMPILE 's2swa_faster_intel' [08:32, 32:19] ( 1 warnings 1615 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [13:34, 09:22](2078 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [01:22, 47:10] ( 1 warnings 1344 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [24:19, 20:53](1932 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [14:12, 10:40](1122 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [27:17, 23:54](1909 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [20:14, 05:59] ( 1523 warnings 1998 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [36:13, 33:18](1935 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [39:15, 37:26] ( 1 warnings 1126 remarks ) +PASS -- TEST 'control_flake_intel' [07:30, 04:30](648 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [10:09, 04:24](1534 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [07:12, 04:33](1548 MB) +PASS -- TEST 'control_latlon_intel' [10:04, 04:26](1535 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [10:11, 04:32](1543 MB) +PASS -- TEST 'control_c48_intel' [26:19, 18:03](1703 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [15:38, 10:19](831 MB) +PASS -- TEST 'control_c192_intel' [18:26, 15:57](1685 MB) +PASS -- TEST 'control_c384_intel' [29:19, 23:04](1813 MB) +PASS -- TEST 'control_c384gdas_intel' [21:08, 13:25](1010 MB) +PASS -- TEST 'control_stochy_intel' [04:30, 02:15](601 MB) +PASS -- TEST 'control_stochy_restart_intel' [04:27, 01:18](438 MB) +PASS -- TEST 'control_lndp_intel' [04:30, 02:10](608 MB) +PASS -- TEST 'control_iovr4_intel' [06:33, 03:23](602 MB) +PASS -- TEST 'control_iovr5_intel' [06:32, 03:23](605 MB) +PASS -- TEST 'control_p8_intel' [11:25, 05:02](1819 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [12:36, 04:00](1843 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [11:21, 04:38](1828 MB) +PASS -- TEST 'control_restart_p8_intel' [04:54, 02:39](1054 MB) +PASS -- TEST 'control_noqr_p8_intel' [10:23, 04:52](1828 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [04:54, 02:35](1073 MB) +PASS -- TEST 'control_decomp_p8_intel' [08:26, 04:55](1821 MB) +PASS -- TEST 'control_2threads_p8_intel' [11:16, 04:29](1916 MB) +PASS -- TEST 'control_p8_lndp_intel' [14:11, 08:45](1823 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [13:23, 05:12](1886 MB) +PASS -- TEST 'control_p8_mynn_intel' [07:24, 04:08](1845 MB) +PASS -- TEST 'merra2_thompson_intel' [07:20, 04:29](1848 MB) +PASS -- TEST 'regional_control_intel' [13:03, 07:16](1016 MB) +PASS -- TEST 'regional_restart_intel' [06:35, 03:47](1010 MB) +PASS -- TEST 'regional_decomp_intel' [14:03, 07:25](998 MB) +PASS -- TEST 'regional_2threads_intel' [07:01, 04:33](993 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [13:42, 07:02](1000 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [13:37, 06:59](1003 MB) + +PASS -- COMPILE 'rrfs_intel' [38:16, 36:33] ( 3 warnings 1102 remarks ) +PASS -- TEST 'rap_control_intel' [13:49, 10:20](993 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [09:12, 05:45](1180 MB) +PASS -- TEST 'rap_decomp_intel' [13:48, 10:55](988 MB) +PASS -- TEST 'rap_2threads_intel' [12:56, 09:50](1078 MB) +PASS -- TEST 'rap_restart_intel' [07:45, 05:13](986 MB) +PASS -- TEST 'rap_sfcdiff_intel' [12:56, 10:14](995 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [13:47, 10:49](984 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [09:47, 07:31](995 MB) +PASS -- TEST 'hrrr_control_intel' [08:45, 05:22](983 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [08:47, 05:29](981 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [07:52, 04:55](1052 MB) +PASS -- TEST 'hrrr_control_restart_intel' [04:31, 02:47](913 MB) +PASS -- TEST 'rrfs_v1beta_intel' [13:04, 10:13](995 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [15:35, 12:41](1940 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [15:35, 12:19](1935 MB) + +PASS -- COMPILE 'csawmg_intel' [36:15, 34:16] ( 1091 remarks ) +PASS -- TEST 'control_csawmg_intel' [10:47, 08:03](974 MB) +PASS -- TEST 'control_ras_intel' [06:26, 04:18](672 MB) + +PASS -- COMPILE 'wam_intel' [36:15, 34:42] ( 994 remarks ) +PASS -- TEST 'control_wam_intel' [16:43, 14:13](1628 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [42:15, 36:38] ( 1294 remarks ) +PASS -- TEST 'control_p8_faster_intel' [06:55, 03:35](1842 MB) +PASS -- TEST 'regional_control_faster_intel' [08:38, 06:31](1003 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [10:11, 08:21] ( 882 warnings 9 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [06:47, 02:52](1576 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [06:52, 03:05](1570 MB) +PASS -- TEST 'control_stochy_debug_intel' [06:28, 03:43](777 MB) +PASS -- TEST 'control_lndp_debug_intel' [05:27, 03:19](784 MB) +PASS -- TEST 'control_csawmg_debug_intel' [08:41, 05:33](1095 MB) +PASS -- TEST 'control_ras_debug_intel' [06:28, 03:23](787 MB) +PASS -- TEST 'control_diag_debug_intel' [06:49, 03:30](1635 MB) +PASS -- TEST 'control_debug_p8_intel' [06:50, 03:23](1863 MB) +PASS -- TEST 'regional_debug_intel' [25:50, 22:12](1040 MB) +PASS -- TEST 'rap_control_debug_intel' [09:30, 06:16](1165 MB) +PASS -- TEST 'hrrr_control_debug_intel' [09:30, 06:07](1163 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [09:30, 06:13](1168 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [09:30, 06:18](1160 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [09:30, 06:17](1162 MB) +PASS -- TEST 'rap_diag_debug_intel' [10:41, 06:31](1258 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [09:30, 06:22](1166 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [10:28, 06:23](1163 MB) +PASS -- TEST 'rap_lndp_debug_intel' [08:26, 06:09](1168 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [07:24, 06:05](1168 MB) +PASS -- TEST 'rap_noah_debug_intel' [08:26, 06:00](1163 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [08:26, 06:08](1163 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [12:27, 10:04](1158 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [08:28, 06:01](1163 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [09:28, 07:23](1165 MB) +PASS -- TEST 'rap_flake_debug_intel' [08:25, 06:04](1163 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [12:49, 10:39](1174 MB) + +PASS -- COMPILE 'wam_debug_intel' [07:11, 05:03] ( 837 warnings 1 remarks ) +PASS -- TEST 'control_wam_debug_intel' [18:56, 16:33](1644 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [33:13, 30:22] ( 3 warnings 1026 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [08:02, 05:05](1052 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [10:39, 08:09](908 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [06:45, 04:20](877 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [10:39, 07:52](941 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [06:45, 04:02](910 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [07:38, 04:35](863 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [08:39, 06:11](898 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [05:27, 02:19](848 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [35:14, 32:00] ( 3 warnings 1199 remarks ) +PASS -- TEST 'conus13km_control_intel' [05:51, 02:48](1109 MB) +PASS -- TEST 'conus13km_2threads_intel' [03:42, 01:13](1048 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [03:42, 01:31](1022 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [34:16, 31:18] ( 3 warnings 1046 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [07:53, 05:28](914 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [07:11, 05:10] ( 785 warnings 8 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [08:26, 06:06](1045 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [08:26, 05:58](1041 MB) +PASS -- TEST 'conus13km_debug_intel' [20:57, 18:42](1153 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [21:54, 19:07](895 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [12:49, 10:52](1097 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [20:49, 18:45](1220 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [07:11, 04:53] ( 785 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [08:28, 06:06](1094 MB) + +PASS -- COMPILE 'hafsw_intel' [41:17, 38:47] ( 1 warnings 1418 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [09:22, 06:49](709 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [08:31, 06:15](1066 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [12:37, 09:11](750 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [19:29, 16:04](789 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [20:41, 17:56](807 MB) +PASS -- TEST 'gnv1_nested_intel' [10:57, 06:20](1666 MB) + +PASS -- COMPILE 'hafs_all_intel' [37:19, 35:19] ( 1265 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [11:27, 08:28](755 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [11:29, 08:25](743 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [10:11, 08:18] ( 67 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [05:21, 03:33](1071 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [04:21, 02:09](1048 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [05:24, 03:28](936 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [05:24, 03:33](941 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [05:24, 03:33](934 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [05:24, 03:33](1077 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [05:24, 03:35](1080 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [05:24, 03:30](931 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [10:20, 07:42](896 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [10:19, 07:37](856 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [05:21, 03:35](1077 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [07:23, 05:14](2426 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [07:25, 05:26](2415 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [05:10, 03:26] ( 2 warnings ) +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [10:22, 08:05](1019 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [10:15, 08:20] ( 70 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [05:21, 03:32](1070 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [04:10, 01:49] ( 60 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [04:34, 01:17](239 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [03:29, 01:04](266 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [03:26, 00:41](260 MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [38:17, 35:54] ( 1015 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [08:07, 04:48](1913 MB) + +PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [36:18, 35:03] ( 1015 remarks ) +PASS -- TEST 'atm_ds2s_docn_dice_intel' [07:12, 04:35](1895 MB) + +PASS -- COMPILE 'atml_intel' [38:17, 36:41] ( 8 warnings 1167 remarks ) +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [09:13, 05:48](1863 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [09:12, 05:47](1868 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [05:45, 03:10](1069 MB) + +PASS -- COMPILE 'atml_debug_intel' [08:11, 06:04] ( 880 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [10:12, 07:21](1882 MB) + +PASS -- COMPILE 'atmw_intel' [39:16, 37:23] ( 1260 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [05:57, 02:19](1860 MB) + +PASS -- COMPILE 'atmaero_intel' [37:15, 34:57] ( 1098 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [08:02, 05:15](1949 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [09:06, 06:18](1719 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [08:51, 06:19](1739 MB) + +PASS -- COMPILE 'atm_fbh_intel' [33:15, 31:16] ( 3 warnings 996 remarks ) +PASS -- TEST 'cpld_regional_atm_fbh_intel' [17:38, 15:13](1026 MB) SYNOPSIS: -Starting Date/Time: 20240826 15:55:56 -Ending Date/Time: 20240826 20:48:51 -Total Time: 04h:53m:24s -Compiles Completed: 36/36 -Tests Completed: 164/164 +Starting Date/Time: 20240919 03:36:02 +Ending Date/Time: 20240919 09:46:13 +Total Time: 06h:10m:46s +Compiles Completed: 37/37 +Tests Completed: 165/165 NOTES: A file 'test_changes.list' was generated but is empty. diff --git a/tests/logs/RegressionTests_orion.log b/tests/logs/RegressionTests_orion.log index cb3bd91174..70cc1e8185 100644 --- a/tests/logs/RegressionTests_orion.log +++ b/tests/logs/RegressionTests_orion.log @@ -1,31 +1,32 @@ ====START OF ORION REGRESSION TESTING LOG==== UFSWM hash used in testing: -7a3782cc2bd9c3e8bf5a34088edcff9d2cdde759 +4ac63b06501f964ea8feb3cb82fe4bd948d23093 Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) be5d28fd1b60522e6fc98aefeead20e6aac3530b AQM/src/model/CMAQ (CMAQv5.2.1_07Feb2018-198-gbe5d28fd1) - 12d0556920c11b388012c7b01e4e3c9ee7ebd93a CDEPS-interface/CDEPS (remotes/origin/simplify_datm) - 2ffee5cd48e0c389bdf75c0d910b3f6d53263563 CICE-interface/CICE (CICE6.0.0-451-g2ffee5c) - f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) - f13e16e414e115e268b2dd300b665e628e5f2429 CMEPS-interface/CMEPS (cmeps_v0.4.1-2308-gf13e16e) + 1f9eaaa142c8b07ed6b788c9f44ea02cc86d0bae CDEPS-interface/CDEPS (cdeps0.4.17-42-g1f9eaaa) + 635d9a100a736bd8d14ad091e879d5da6e4eb2bd CICE-interface/CICE (CICE6.0.0-373-g635d9a1) + 4c87095256c1c599c3ccaa857a95744158751a60 CICE-interface/CICE/icepack (Icepack1.1.0-191-g4c87095) + dc977bcadd1ade1a528dee75f1ad45e8bd80ca0a CMEPS-interface/CMEPS (cmeps_v0.4.1-2310-gdc977bc) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - 01677400f90c2aaeac4d57718b826cd0881470f4 FV3 (remotes/origin/feature/cubed_sphere_inc) - 04b336f3da7fde10f1c63ca82699fd5c1378fbf3 FV3/atmos_cubed_sphere (201912_public_release-428-g04b336f) + a9364591091c836984a40107729720705847c195 FV3 (heads/develop) + ac3055eff06099d61cd65e18bc4f0353ffd83f46 FV3/atmos_cubed_sphere (201912_public_release-405-gac3055e) 0f8232724975c13289cad390c9a71fa2c6a9bff4 FV3/ccpp/framework (2024-07-11-dev) - 1d9b076503c27cd4cfa8b22a977a71e889cbb149 FV3/ccpp/physics (EP4-851-g1d9b0765) + b6c433354394bd8ed5e46692a81149441ff4ae38 FV3/ccpp/physics (EP4-873-gb6c43335) 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) 81b38a88d860ce7e34e8507c2246151a54d96a39 FV3/upp (upp_v10.2.0-218-g81b38a88) -1ba8270870947b583cd51bc72ff8960f4c1fb36e FV3/upp/sorc/libIFI.fd -567edcc94bc418d0dcd6cdaafed448eeb5aab570 FV3/upp/sorc/ncep_post.fd/post_gtg.fd 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) bcf7777bb037ae2feb2a8a8ac51aacb3511b52d9 HYCOM-interface/HYCOM (2.3.00-122-gbcf7777) - 00f8ea2023f5ed58f0605cea373094f65ee90f64 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10197-g00f8ea202) + 5e0c21f64fa5b20efc8f29f8709766e1e6793a79 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10230-g5e0c21f64) 9423197f894112edfcb1502245f7d7b873d551f9 MOM6-interface/MOM6/pkg/CVMix-src (9423197) 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) 3ac32f0db7a2a97d930f44fa5f060c983ff31ee8 NOAHMP-interface/noahmp (v3.7.1-436-g3ac32f0) 7f548c795a348bbb0fe4967dd25692c79036dc73 WW3 (6.07.1-346-g7f548c79) + 05cad173feeb598431e3ef5f17c2df6562c8d101 fire_behavior (v0.2.0-1-g05cad17) fad2fe9f42f6b7f744b128b4a2a9433f91e4296f stochastic_physics (ufs-v2.0.0-219-gfad2fe9) @@ -35,287 +36,290 @@ The first time is for the full script (prep+run+finalize). The second time is specifically for the run phase. Times/Memory will be empty for failed tests. -BASELINE DIRECTORY: /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20240821 -COMPARISON DIRECTORY: /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_2331418 +BASELINE DIRECTORY: /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20240909 +COMPARISON DIRECTORY: /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_3988982 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: epic * (-l) - USE CONFIG FILE: rt.conf * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [20:12, 18:54] ( 1 warnings 10 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [23:07, 14:26](2077 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [24:12, 22:53] ( 1 warnings 10 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [28:39, 18:20](1961 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [22:19, 19:11](2128 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [13:17, 09:15](1185 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [28:39, 20:26](1868 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [24:12, 22:53] ( 1 warnings 10 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [26:01, 17:45](1939 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [11:11, 09:56] ( 1525 warnings 2000 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [35:47, 27:39](1930 MB) - -PASS -- COMPILE 's2swa_intel' [20:12, 18:54] ( 10 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [22:48, 14:49](2128 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [23:03, 14:37](2114 MB) -PASS -- TEST 'cpld_restart_p8_intel' [11:01, 08:03](1819 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [22:47, 14:41](2139 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [10:59, 08:08](1705 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [21:37, 13:44](2436 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [22:48, 14:42](2123 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [20:44, 12:34](2037 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [23:48, 15:08](2128 MB) -PASS -- TEST 'cpld_control_c192_p8_intel' [26:47, 17:23](2717 MB) -PASS -- TEST 'cpld_restart_c192_p8_intel' [15:23, 09:02](2726 MB) -PASS -- TEST 'cpld_bmark_p8_intel' [25:32, 12:54](3726 MB) -PASS -- TEST 'cpld_restart_bmark_p8_intel' [18:06, 07:23](3496 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [14:32, 06:02](2111 MB) - -PASS -- COMPILE 's2sw_intel' [18:11, 16:27] ( 10 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [22:28, 13:48](1977 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [14:43, 05:19](2048 MB) - -PASS -- COMPILE 's2swa_debug_intel' [11:11, 09:30] ( 1450 warnings 1230 remarks ) -PASS -- TEST 'cpld_debug_p8_intel' [16:20, 08:59](2160 MB) - -PASS -- COMPILE 's2sw_debug_intel' [10:11, 08:41] ( 1450 warnings 1230 remarks ) -PASS -- TEST 'cpld_debug_noaero_p8_intel' [09:12, 06:22](1991 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [16:11, 14:40] ( 3 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [12:35, 05:01](2028 MB) - -PASS -- COMPILE 's2s_intel' [16:11, 15:05] ( 3 remarks ) -PASS -- TEST 'cpld_control_c48_intel' [17:13, 10:19](3058 MB) -PASS -- TEST 'cpld_warmstart_c48_intel' [10:12, 03:27](3033 MB) -PASS -- TEST 'cpld_restart_c48_intel' [10:09, 02:33](2495 MB) - -PASS -- COMPILE 's2swa_faster_intel' [22:11, 20:29] ( 10 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [19:30, 15:00](2134 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [27:12, 20:54] ( 10 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [21:21, 18:40](1986 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [12:30, 09:20](1236 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [23:12, 20:55](1914 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [16:11, 09:56] ( 1560 warnings 2000 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [39:12, 29:57](1970 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [21:11, 14:57] ( 1 warnings 1 remarks ) -PASS -- TEST 'control_flake_intel' [05:34, 03:46](691 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [06:06, 03:17](1590 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [06:11, 03:15](1597 MB) -PASS -- TEST 'control_latlon_intel' [05:47, 03:11](1589 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [05:52, 03:18](1588 MB) -PASS -- TEST 'control_c48_intel' [11:51, 09:31](1709 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [10:38, 08:12](844 MB) -PASS -- TEST 'control_c192_intel' [13:58, 11:50](1729 MB) -PASS -- TEST 'control_c384_intel' [16:35, 13:10](1980 MB) -PASS -- TEST 'control_c384gdas_intel' [15:12, 10:00](1330 MB) -PASS -- TEST 'control_stochy_intel' [03:27, 01:52](646 MB) -PASS -- TEST 'control_stochy_restart_intel' [03:40, 01:06](484 MB) -PASS -- TEST 'control_lndp_intel' [04:28, 01:45](650 MB) -PASS -- TEST 'control_iovr4_intel' [05:32, 02:47](643 MB) -PASS -- TEST 'control_iovr5_intel' [04:31, 02:42](645 MB) -PASS -- TEST 'control_p8_intel' [06:25, 03:31](1876 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [06:20, 03:39](1886 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [07:35, 03:34](1886 MB) -PASS -- TEST 'control_restart_p8_intel' [04:13, 02:07](1096 MB) -PASS -- TEST 'control_noqr_p8_intel' [06:11, 03:24](1880 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [05:35, 02:12](1122 MB) -PASS -- TEST 'control_decomp_p8_intel' [07:08, 03:29](1870 MB) -PASS -- TEST 'control_2threads_p8_intel' [07:06, 03:40](1954 MB) -PASS -- TEST 'control_p8_lndp_intel' [09:03, 06:14](1884 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [07:36, 04:56](1934 MB) -PASS -- TEST 'control_p8_mynn_intel' [06:31, 03:40](1882 MB) -PASS -- TEST 'merra2_thompson_intel' [06:36, 03:48](1891 MB) -PASS -- TEST 'regional_control_intel' [08:37, 06:35](1084 MB) -PASS -- TEST 'regional_restart_intel' [05:48, 03:35](1077 MB) -PASS -- TEST 'regional_decomp_intel' [08:37, 06:52](1081 MB) -PASS -- TEST 'regional_2threads_intel' [06:35, 04:44](1066 MB) -PASS -- TEST 'regional_noquilt_intel' [08:37, 06:28](1381 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [08:40, 06:57](1079 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [08:32, 06:30](1088 MB) -PASS -- TEST 'regional_wofs_intel' [09:36, 07:53](1900 MB) - -PASS -- COMPILE 'rrfs_intel' [21:11, 14:45] ( 3 warnings 9 remarks ) -PASS -- TEST 'rap_control_intel' [11:31, 08:28](1052 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [08:02, 05:13](1251 MB) -PASS -- TEST 'rap_decomp_intel' [12:08, 08:43](1021 MB) -PASS -- TEST 'rap_2threads_intel' [12:08, 08:34](1153 MB) -PASS -- TEST 'rap_restart_intel' [07:40, 04:22](1035 MB) -PASS -- TEST 'rap_sfcdiff_intel' [12:30, 08:25](1053 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [11:31, 08:40](1018 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [09:33, 06:17](1072 MB) -PASS -- TEST 'hrrr_control_intel' [08:35, 04:24](1028 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [07:27, 04:24](1020 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [07:08, 04:11](1087 MB) -PASS -- TEST 'hrrr_control_restart_intel' [04:37, 02:20](939 MB) -PASS -- TEST 'rrfs_v1beta_intel' [11:24, 08:27](1049 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [11:25, 10:00](1982 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [12:24, 10:15](2025 MB) - -PASS -- COMPILE 'csawmg_intel' [18:11, 14:01] -PASS -- TEST 'control_csawmg_intel' [08:41, 06:40](1015 MB) -PASS -- TEST 'control_ras_intel' [05:22, 03:33](712 MB) - -PASS -- COMPILE 'wam_intel' [15:11, 13:04] ( 1 remarks ) -PASS -- TEST 'control_wam_intel' [14:51, 12:52](1656 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [16:11, 13:55] ( 1 remarks ) -PASS -- TEST 'control_p8_faster_intel' [06:41, 03:35](1873 MB) -PASS -- TEST 'regional_control_faster_intel' [08:38, 06:26](1082 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [16:11, 12:36] ( 884 warnings 9 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [04:49, 02:58](1614 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [04:56, 02:47](1613 MB) -PASS -- TEST 'control_stochy_debug_intel' [05:30, 03:22](819 MB) -PASS -- TEST 'control_lndp_debug_intel' [04:27, 02:54](818 MB) -PASS -- TEST 'control_csawmg_debug_intel' [06:44, 04:34](1131 MB) -PASS -- TEST 'control_ras_debug_intel' [04:26, 03:02](832 MB) -PASS -- TEST 'control_diag_debug_intel' [04:52, 02:54](1681 MB) -PASS -- TEST 'control_debug_p8_intel' [06:03, 03:16](1905 MB) -PASS -- TEST 'regional_debug_intel' [19:47, 17:22](1084 MB) -PASS -- TEST 'rap_control_debug_intel' [06:36, 05:02](1214 MB) -PASS -- TEST 'hrrr_control_debug_intel' [06:29, 05:06](1199 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [06:27, 04:56](1207 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [06:25, 05:03](1205 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [07:28, 05:21](1209 MB) -PASS -- TEST 'rap_diag_debug_intel' [06:40, 05:07](1292 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [06:21, 05:04](1200 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [06:20, 05:07](1209 MB) -PASS -- TEST 'rap_lndp_debug_intel' [06:25, 05:05](1213 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [06:24, 05:04](1212 MB) -PASS -- TEST 'rap_noah_debug_intel' [06:24, 04:58](1205 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [06:22, 05:02](1210 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [09:31, 08:02](1200 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [07:26, 05:13](1192 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [08:28, 06:12](1209 MB) -PASS -- TEST 'rap_flake_debug_intel' [06:28, 04:57](1205 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [11:25, 08:24](1209 MB) - -PASS -- COMPILE 'wam_debug_intel' [10:11, 06:57] ( 839 warnings 1 remarks ) -PASS -- TEST 'control_wam_debug_intel' [15:49, 13:22](1688 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [20:11, 14:43] ( 3 warnings 8 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [06:57, 04:49](1124 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [09:09, 07:07](994 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [06:38, 03:43](918 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [10:02, 07:32](1048 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [11:38, 03:36](944 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [11:10, 03:55](895 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [25:39, 05:21](974 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [22:28, 02:04](882 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [17:11, 13:06] ( 3 warnings 8 remarks ) -PASS -- TEST 'conus13km_control_intel' [08:55, 02:42](1161 MB) -PASS -- TEST 'conus13km_2threads_intel' [20:42, 01:16](1117 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [19:43, 01:32](1060 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [15:11, 13:54] ( 3 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [10:41, 04:32](979 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [09:11, 08:00] ( 787 warnings 8 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [10:26, 05:02](1081 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [15:28, 04:47](1088 MB) -PASS -- TEST 'conus13km_debug_intel' [26:57, 15:35](1235 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [25:53, 14:53](932 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [24:46, 08:41](1165 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [30:47, 14:48](1299 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [09:11, 07:19] ( 787 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [16:24, 05:22](1132 MB) - -PASS -- COMPILE 'hafsw_intel' [18:11, 16:33] ( 1 warnings 9 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [16:14, 05:59](735 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [16:33, 06:26](1108 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [24:28, 07:30](822 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [42:22, 25:55](847 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [43:33, 26:50](881 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [24:03, 07:07](494 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [31:36, 08:28](502 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [25:59, 03:29](373 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [32:34, 09:57](478 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [25:53, 04:43](523 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [25:47, 04:29](522 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [27:00, 05:47](575 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [22:31, 01:34](403 MB) -PASS -- TEST 'gnv1_nested_intel' [26:24, 04:20](1728 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [10:11, 08:29] ( 1467 warnings 1502 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [34:12, 13:18](589 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [17:11, 15:58] ( 8 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [31:18, 13:05](660 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [32:08, 13:23](727 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [17:11, 15:24] ( 7 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [27:54, 08:41](714 MB) - -PASS -- COMPILE 'hafs_all_intel' [16:11, 14:24] ( 8 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [24:19, 07:33](811 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [21:16, 07:29](797 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [27:54, 16:25](1209 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [14:11, 12:30] ( 2 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [14:19, 02:58](1160 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [06:23, 01:57](1104 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [14:18, 02:52](1013 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [13:20, 02:54](1016 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [06:18, 02:53](1021 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [06:21, 02:58](1160 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [06:18, 02:59](1159 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [05:17, 02:50](1020 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [09:08, 06:31](1013 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [10:02, 06:31](1009 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [04:17, 02:59](1154 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [10:19, 04:24](2402 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [10:22, 04:30](2448 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [08:10, 06:46] ( 2 warnings 2 remarks ) -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [12:18, 06:34](1084 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [13:11, 11:15] ( 2 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [08:24, 02:37](1149 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [03:11, 01:52] ( 1 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [06:31, 01:05](254 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [05:24, 00:58](324 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [03:33, 00:58](325 MB) - -PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [16:10, 13:53] ( 3 remarks ) -PASS -- TEST 'atm_ds2s_docn_pcice_intel' [09:28, 04:17](1972 MB) - -PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [15:10, 13:19] ( 1 remarks ) -PASS -- TEST 'atm_ds2s_docn_dice_intel' [08:30, 04:00](1948 MB) - -PASS -- COMPILE 'atml_intel' [15:11, 14:03] ( 8 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [09:46, 05:03](1870 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [09:43, 05:04](1862 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [05:00, 02:49](1068 MB) - -PASS -- COMPILE 'atml_debug_intel' [09:10, 08:07] ( 882 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [10:29, 06:05](1886 MB) - -PASS -- COMPILE 'atmw_intel' [15:11, 13:30] ( 8 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [06:49, 02:15](1902 MB) - -PASS -- COMPILE 'atmaero_intel' [14:11, 12:58] ( 1 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [10:27, 04:34](1994 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [10:15, 05:23](1768 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [10:04, 05:27](1789 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [08:10, 06:55] ( 884 warnings 6 remarks ) -PASS -- TEST 'regional_atmaq_debug_intel' [24:19, 20:33](4556 MB) +PASS -- COMPILE 's2swa_32bit_intel' [19:11, 16:39] ( 1 warnings 10 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [22:33, 14:36](2092 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [22:11, 19:54] ( 1 warnings 10 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [25:39, 18:08](1950 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [51:42, 19:56](2124 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [42:32, 10:41](1237 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [25:39, 19:59](1874 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [22:11, 20:31] ( 1 warnings 10 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [24:01, 17:46](1949 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [11:10, 09:12] ( 1523 warnings 2000 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [31:43, 28:13](1933 MB) + +PASS -- COMPILE 's2swa_intel' [18:11, 16:37] ( 1 warnings 10 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [23:35, 14:38](2155 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [23:44, 14:44](2153 MB) +PASS -- TEST 'cpld_restart_p8_intel' [34:03, 07:59](1806 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [23:35, 14:41](2169 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [35:07, 08:04](1708 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [22:32, 13:38](2428 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [23:35, 14:24](2144 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [18:32, 12:30](2047 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [23:44, 14:12](2153 MB) +PASS -- TEST 'cpld_control_c192_p8_intel' [23:35, 16:28](2720 MB) +PASS -- TEST 'cpld_restart_c192_p8_intel' [35:40, 08:55](2715 MB) +PASS -- TEST 'cpld_bmark_p8_intel' [21:49, 10:57](3685 MB) +PASS -- TEST 'cpld_restart_bmark_p8_intel' [39:31, 07:11](3508 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [15:28, 06:12](2100 MB) + +PASS -- COMPILE 's2sw_intel' [19:11, 16:46] ( 1 warnings 10 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [21:19, 13:45](1980 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [16:18, 07:54](2046 MB) + +PASS -- COMPILE 's2swa_debug_intel' [11:10, 09:12] ( 1413 warnings 1230 remarks ) +PASS -- TEST 'cpld_debug_p8_intel' [16:16, 13:36](2186 MB) + +PASS -- COMPILE 's2sw_debug_intel' [10:10, 08:24] ( 1413 warnings 1230 remarks ) +PASS -- TEST 'cpld_debug_noaero_p8_intel' [12:18, 09:09](1999 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [17:11, 14:59] ( 3 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [12:14, 04:45](2043 MB) + +PASS -- COMPILE 's2s_intel' [19:11, 16:48] ( 1 warnings 3 remarks ) +PASS -- TEST 'cpld_control_c48_intel' [16:09, 08:44](3041 MB) +PASS -- TEST 'cpld_warmstart_c48_intel' [11:06, 03:27](3032 MB) +PASS -- TEST 'cpld_restart_c48_intel' [06:02, 01:52](2487 MB) + +PASS -- COMPILE 's2swa_faster_intel' [18:10, 16:59] ( 1 warnings 10 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [21:52, 14:53](2148 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [22:11, 20:10] ( 1 warnings 10 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [21:07, 18:19](2009 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [34:44, 09:56](1240 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [42:39, 20:43](1931 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [09:10, 07:19] ( 1523 warnings 2000 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [33:11, 29:57](1971 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [18:11, 13:49] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_flake_intel' [31:34, 03:50](698 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [30:50, 03:38](1574 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [29:51, 03:40](1583 MB) +PASS -- TEST 'control_latlon_intel' [29:39, 03:36](1579 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [30:55, 03:33](1580 MB) +PASS -- TEST 'control_c48_intel' [51:56, 14:49](1715 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [43:50, 08:08](846 MB) +PASS -- TEST 'control_c192_intel' [38:59, 13:31](1750 MB) +PASS -- TEST 'control_c384_intel' [43:27, 16:58](1990 MB) +PASS -- TEST 'control_c384gdas_intel' [37:12, 09:58](1342 MB) +PASS -- TEST 'control_stochy_intel' [37:34, 02:27](649 MB) +PASS -- TEST 'control_stochy_restart_intel' [03:43, 01:25](479 MB) +PASS -- TEST 'control_lndp_intel' [34:29, 02:12](648 MB) +PASS -- TEST 'control_iovr4_intel' [31:32, 03:14](649 MB) +PASS -- TEST 'control_iovr5_intel' [30:46, 03:31](649 MB) +PASS -- TEST 'control_p8_intel' [30:14, 04:39](1859 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [29:26, 04:12](1880 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [23:33, 04:41](1876 MB) +PASS -- TEST 'control_restart_p8_intel' [11:40, 02:29](1094 MB) +PASS -- TEST 'control_noqr_p8_intel' [22:21, 04:53](1864 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [11:53, 02:41](1127 MB) +PASS -- TEST 'control_decomp_p8_intel' [18:26, 05:21](1862 MB) +PASS -- TEST 'control_2threads_p8_intel' [17:12, 04:46](1955 MB) +PASS -- TEST 'control_p8_lndp_intel' [20:42, 08:11](1869 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [18:44, 05:56](1949 MB) +PASS -- TEST 'control_p8_mynn_intel' [15:02, 04:16](1892 MB) +PASS -- TEST 'merra2_thompson_intel' [12:49, 04:25](1889 MB) +PASS -- TEST 'regional_control_intel' [14:46, 07:19](1081 MB) +PASS -- TEST 'regional_restart_intel' [07:45, 03:59](1078 MB) +PASS -- TEST 'regional_decomp_intel' [15:44, 07:41](1073 MB) +PASS -- TEST 'regional_2threads_intel' [11:51, 06:00](1071 MB) +PASS -- TEST 'regional_noquilt_intel' [10:50, 07:02](1382 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [10:16, 07:14](1068 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [09:40, 07:13](1087 MB) +PASS -- TEST 'regional_wofs_intel' [11:51, 08:18](1907 MB) + +PASS -- COMPILE 'rrfs_intel' [16:11, 13:21] ( 3 warnings 9 remarks ) +PASS -- TEST 'rap_control_intel' [37:28, 08:36](1058 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [34:04, 05:26](1250 MB) +PASS -- TEST 'rap_decomp_intel' [38:04, 08:52](1023 MB) +PASS -- TEST 'rap_2threads_intel' [23:23, 08:47](1154 MB) +PASS -- TEST 'rap_restart_intel' [08:44, 04:32](1037 MB) +PASS -- TEST 'rap_sfcdiff_intel' [37:28, 08:28](1051 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [11:02, 08:48](1028 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [09:42, 06:19](1070 MB) +PASS -- TEST 'hrrr_control_intel' [07:44, 05:08](1026 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [07:18, 04:31](1018 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [15:02, 04:17](1083 MB) +PASS -- TEST 'hrrr_control_restart_intel' [07:27, 02:29](940 MB) +PASS -- TEST 'rrfs_v1beta_intel' [18:42, 08:42](1044 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [18:38, 10:12](1983 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [18:40, 10:02](2021 MB) + +PASS -- COMPILE 'csawmg_intel' [14:11, 12:33] +PASS -- TEST 'control_csawmg_intel' [20:39, 06:37](1018 MB) +PASS -- TEST 'control_ras_intel' [18:24, 03:31](709 MB) + +PASS -- COMPILE 'wam_intel' [14:11, 12:42] ( 1 remarks ) +PASS -- TEST 'control_wam_intel' [26:48, 12:45](1653 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [15:11, 13:28] ( 1 remarks ) +PASS -- TEST 'control_p8_faster_intel' [12:24, 03:23](1873 MB) +PASS -- TEST 'regional_control_faster_intel' [12:12, 06:34](1076 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [16:11, 10:18] ( 882 warnings 9 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [10:33, 02:22](1610 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [10:14, 02:23](1602 MB) +PASS -- TEST 'control_stochy_debug_intel' [10:33, 03:14](818 MB) +PASS -- TEST 'control_lndp_debug_intel' [10:24, 02:56](818 MB) +PASS -- TEST 'control_csawmg_debug_intel' [11:43, 04:54](1132 MB) +PASS -- TEST 'control_ras_debug_intel' [09:28, 02:51](828 MB) +PASS -- TEST 'control_diag_debug_intel' [08:57, 02:56](1671 MB) +PASS -- TEST 'control_debug_p8_intel' [09:50, 04:13](1896 MB) +PASS -- TEST 'regional_debug_intel' [25:51, 18:25](1096 MB) +PASS -- TEST 'rap_control_debug_intel' [10:50, 05:00](1209 MB) +PASS -- TEST 'hrrr_control_debug_intel' [10:36, 05:28](1201 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [10:30, 05:33](1212 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [10:26, 05:42](1214 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [09:34, 05:33](1205 MB) +PASS -- TEST 'rap_diag_debug_intel' [09:37, 05:40](1285 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [09:26, 05:51](1208 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [08:23, 05:42](1213 MB) +PASS -- TEST 'rap_lndp_debug_intel' [07:27, 05:40](1210 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [07:22, 05:23](1208 MB) +PASS -- TEST 'rap_noah_debug_intel' [06:21, 04:57](1212 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [06:22, 05:09](1203 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [10:24, 08:17](1207 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [06:26, 04:49](1205 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [08:36, 06:40](1204 MB) +PASS -- TEST 'rap_flake_debug_intel' [06:32, 05:02](1217 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [17:40, 14:59](1214 MB) + +PASS -- COMPILE 'wam_debug_intel' [11:11, 06:39] ( 837 warnings 1 remarks ) +PASS -- TEST 'control_wam_debug_intel' [27:51, 13:16](1686 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [16:13, 12:23] ( 3 warnings 8 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [08:07, 05:23](1128 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [10:22, 07:29](1000 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [07:14, 04:17](928 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [09:58, 07:39](1072 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [06:53, 03:57](943 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [07:24, 04:20](888 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [11:36, 05:25](971 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [06:45, 02:06](880 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [15:11, 13:36] ( 3 warnings 8 remarks ) +PASS -- TEST 'conus13km_control_intel' [09:23, 02:48](1162 MB) +PASS -- TEST 'conus13km_2threads_intel' [03:55, 01:23](1115 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [05:45, 01:30](1063 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [17:11, 13:25] ( 3 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [09:46, 04:35](972 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [10:12, 06:47] ( 785 warnings 8 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [10:28, 04:56](1087 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [10:35, 04:46](1082 MB) +PASS -- TEST 'conus13km_debug_intel' [20:13, 14:49](1234 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [21:03, 15:14](933 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [13:55, 08:55](1168 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [19:56, 14:57](1308 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [10:12, 06:38] ( 785 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [09:35, 05:01](1137 MB) + +PASS -- COMPILE 'hafsw_intel' [18:12, 14:56] ( 1 warnings 9 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [09:30, 06:25](746 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [09:41, 07:06](1121 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [14:44, 07:46](813 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [32:31, 25:19](851 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [35:39, 29:00](868 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [13:17, 07:06](499 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [13:48, 08:30](506 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [09:01, 03:38](375 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [15:47, 09:51](481 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [09:59, 04:45](519 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [10:05, 04:35](524 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [08:03, 05:48](574 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [03:44, 01:37](399 MB) +PASS -- TEST 'gnv1_nested_intel' [09:39, 04:24](1726 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [10:12, 07:26] ( 1465 warnings 1502 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [17:05, 14:09](582 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [17:13, 14:40] ( 8 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [15:25, 12:56](642 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [16:20, 13:01](732 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [21:12, 14:33] ( 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [11:55, 08:42](718 MB) + +PASS -- COMPILE 'hafs_all_intel' [19:12, 13:56] ( 8 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [10:23, 07:42](811 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [10:18, 07:42](798 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [19:01, 16:29](1203 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [13:12, 09:49] ( 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [05:19, 03:00](1161 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [03:19, 01:59](1116 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [04:18, 02:53](1025 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [04:18, 02:57](1026 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [05:19, 02:56](1021 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [05:18, 03:01](1159 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [05:20, 03:01](1155 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [04:18, 02:59](1021 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [09:18, 06:44](1025 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [09:22, 06:28](1008 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [04:17, 03:00](1145 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [06:22, 04:26](2452 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [06:22, 04:24](2451 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [09:11, 05:38] ( 2 warnings 2 remarks ) +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [08:23, 06:38](1084 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [12:11, 08:21] ( 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [04:18, 03:03](1150 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [05:12, 01:23] ( 1 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [02:32, 01:04](253 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [02:23, 00:57](324 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [02:29, 00:39](321 MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [16:11, 13:23] ( 3 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [07:21, 04:26](1965 MB) + +PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [17:11, 13:08] ( 1 remarks ) +PASS -- TEST 'atm_ds2s_docn_dice_intel' [07:03, 04:13](1940 MB) + +PASS -- COMPILE 'atml_intel' [16:11, 13:45] ( 8 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [07:37, 05:00](1858 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [07:26, 05:00](1857 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [04:59, 02:52](1072 MB) + +PASS -- COMPILE 'atml_debug_intel' [14:11, 08:02] ( 880 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [08:35, 06:05](1888 MB) + +PASS -- COMPILE 'atmw_intel' [20:11, 14:06] ( 8 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [05:27, 02:13](1900 MB) + +PASS -- COMPILE 'atmaero_intel' [20:11, 13:25] ( 1 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [07:14, 04:37](1987 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [08:17, 05:19](1769 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [08:07, 05:29](1779 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [12:10, 06:43] ( 882 warnings 6 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [24:05, 20:23](4556 MB) + +PASS -- COMPILE 'atm_fbh_intel' [14:12, 12:17] ( 3 warnings 8 remarks ) +PASS -- TEST 'cpld_regional_atm_fbh_intel' [15:33, 13:50](1084 MB) SYNOPSIS: -Starting Date/Time: 20240826 11:14:55 -Ending Date/Time: 20240826 13:22:24 -Total Time: 02h:08m:05s -Compiles Completed: 41/41 -Tests Completed: 185/185 +Starting Date/Time: 20240919 08:53:06 +Ending Date/Time: 20240919 11:17:22 +Total Time: 02h:25m:06s +Compiles Completed: 42/42 +Tests Completed: 186/186 NOTES: A file 'test_changes.list' was generated but is empty. diff --git a/tests/logs/RegressionTests_wcoss2.log b/tests/logs/RegressionTests_wcoss2.log index 0a60125fab..f4d5157f84 100644 --- a/tests/logs/RegressionTests_wcoss2.log +++ b/tests/logs/RegressionTests_wcoss2.log @@ -1,31 +1,32 @@ ====START OF WCOSS2 REGRESSION TESTING LOG==== UFSWM hash used in testing: -7a3782cc2bd9c3e8bf5a34088edcff9d2cdde759 +e3bd67a093b800f028092d252373abe1b7a7602b Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) be5d28fd1b60522e6fc98aefeead20e6aac3530b AQM/src/model/CMAQ (CMAQv5.2.1_07Feb2018-198-gbe5d28fd1) - 12d0556920c11b388012c7b01e4e3c9ee7ebd93a CDEPS-interface/CDEPS (remotes/origin/simplify_datm) - 2ffee5cd48e0c389bdf75c0d910b3f6d53263563 CICE-interface/CICE (CICE6.0.0-451-g2ffee5c) - f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) - f13e16e414e115e268b2dd300b665e628e5f2429 CMEPS-interface/CMEPS (cmeps_v0.4.1-2308-gf13e16e) + 1f9eaaa142c8b07ed6b788c9f44ea02cc86d0bae CDEPS-interface/CDEPS (cdeps0.4.17-42-g1f9eaaa) + 635d9a100a736bd8d14ad091e879d5da6e4eb2bd CICE-interface/CICE (CICE6.0.0-373-g635d9a1) + 4c87095256c1c599c3ccaa857a95744158751a60 CICE-interface/CICE/icepack (Icepack1.1.0-191-g4c87095) + dc977bcadd1ade1a528dee75f1ad45e8bd80ca0a CMEPS-interface/CMEPS (cmeps_v0.4.1-2310-gdc977bc) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - 01677400f90c2aaeac4d57718b826cd0881470f4 FV3 (remotes/origin/feature/cubed_sphere_inc) - 04b336f3da7fde10f1c63ca82699fd5c1378fbf3 FV3/atmos_cubed_sphere (201912_public_release-428-g04b336f) + a9364591091c836984a40107729720705847c195 FV3 (heads/develop) + ac3055eff06099d61cd65e18bc4f0353ffd83f46 FV3/atmos_cubed_sphere (201912_public_release-405-gac3055e) 0f8232724975c13289cad390c9a71fa2c6a9bff4 FV3/ccpp/framework (2024-07-11-dev) - 1d9b076503c27cd4cfa8b22a977a71e889cbb149 FV3/ccpp/physics (EP4-851-g1d9b0765) + b6c433354394bd8ed5e46692a81149441ff4ae38 FV3/ccpp/physics (EP4-873-gb6c43335) 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) 81b38a88d860ce7e34e8507c2246151a54d96a39 FV3/upp (upp_v10.2.0-218-g81b38a88) -1ba8270870947b583cd51bc72ff8960f4c1fb36e FV3/upp/sorc/libIFI.fd -567edcc94bc418d0dcd6cdaafed448eeb5aab570 FV3/upp/sorc/ncep_post.fd/post_gtg.fd 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) bcf7777bb037ae2feb2a8a8ac51aacb3511b52d9 HYCOM-interface/HYCOM (2.3.00-122-gbcf7777) - 00f8ea2023f5ed58f0605cea373094f65ee90f64 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10197-g00f8ea202) + 5e0c21f64fa5b20efc8f29f8709766e1e6793a79 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10230-g5e0c21f64) 9423197f894112edfcb1502245f7d7b873d551f9 MOM6-interface/MOM6/pkg/CVMix-src (9423197) 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) 3ac32f0db7a2a97d930f44fa5f060c983ff31ee8 NOAHMP-interface/noahmp (v3.7.1-436-g3ac32f0) 7f548c795a348bbb0fe4967dd25692c79036dc73 WW3 (6.07.1-346-g7f548c79) + 05cad173feeb598431e3ef5f17c2df6562c8d101 fire_behavior (v0.2.0-1-g05cad17) fad2fe9f42f6b7f744b128b4a2a9433f91e4296f stochastic_physics (ufs-v2.0.0-219-gfad2fe9) @@ -35,239 +36,239 @@ The first time is for the full script (prep+run+finalize). The second time is specifically for the run phase. Times/Memory will be empty for failed tests. -BASELINE DIRECTORY: /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20240821 -COMPARISON DIRECTORY: /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_185170 +BASELINE DIRECTORY: /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20240909 +COMPARISON DIRECTORY: /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_3481 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: GFS-DEV * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [12:26, 11:01] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [19:53, 02:29](3099 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [13:27, 11:53] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [18:52, 02:56](1809 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [59:46, 02:45](1840 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [59:27, 02:18](975 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [18:53, 02:22](1785 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [13:27, 12:04] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [18:52, 02:11](1807 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [07:21, 05:13] ( 1505 warnings 1998 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [25:00, 02:28](1841 MB) - -PASS -- COMPILE 's2swa_intel' [12:25, 11:05] ( 8 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [19:54, 02:30](3133 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [19:54, 02:47](3130 MB) -PASS -- TEST 'cpld_restart_p8_intel' [10:41, 02:03](3061 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [19:54, 02:29](3153 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [10:41, 01:58](3078 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [19:54, 02:04](3373 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [19:54, 02:31](3128 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [19:55, 02:37](3076 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [19:54, 02:45](3134 MB) -PASS -- TEST 'cpld_bmark_p8_intel' [20:03, 05:16](4123 MB) -PASS -- TEST 'cpld_restart_bmark_p8_intel' [00:18, 05:40](4266 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [19:54, 02:49](3112 MB) - -PASS -- COMPILE 's2sw_intel' [12:25, 10:55] ( 8 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [19:54, 01:53](1822 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [19:54, 02:04](1897 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [12:27, 10:34] ( 1 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [19:52, 02:06](1889 MB) - -PASS -- COMPILE 's2s_intel' [12:26, 10:17] ( 1 remarks ) -PASS -- TEST 'cpld_control_c48_intel' [19:52, 01:58](2871 MB) -PASS -- TEST 'cpld_warmstart_c48_intel' [19:52, 02:30](2879 MB) -PASS -- TEST 'cpld_restart_c48_intel' [14:50, 02:04](2287 MB) - -PASS -- COMPILE 's2swa_faster_intel' [17:30, 16:12] ( 8 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [14:49, 02:45](3131 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [13:27, 11:46] ( 8 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [18:52, 01:55](1824 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [00:30, 02:41](988 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [00:28, 02:39](1809 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [07:21, 05:07] ( 1541 warnings 1998 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [17:38, 02:21](1856 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [10:23, 08:48] ( 1 warnings 1 remarks ) -PASS -- TEST 'control_flake_intel' [09:30, 01:19](568 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [09:30, 01:30](1468 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [09:30, 01:28](1480 MB) -PASS -- TEST 'control_latlon_intel' [09:30, 01:27](1475 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [09:30, 01:36](1470 MB) -PASS -- TEST 'control_c48_intel' [09:29, 01:58](1555 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [09:29, 01:47](693 MB) -PASS -- TEST 'control_c192_intel' [09:30, 02:13](1576 MB) -PASS -- TEST 'control_c384_intel' [09:34, 03:03](1849 MB) -PASS -- TEST 'control_c384gdas_intel' [09:34, 02:47](1065 MB) -PASS -- TEST 'control_stochy_intel' [09:30, 01:26](525 MB) -PASS -- TEST 'control_stochy_restart_intel' [06:04, 02:09](329 MB) -PASS -- TEST 'control_lndp_intel' [09:30, 01:30](527 MB) -PASS -- TEST 'control_iovr4_intel' [09:30, 01:43](518 MB) -PASS -- TEST 'control_iovr5_intel' [09:30, 01:42](516 MB) -PASS -- TEST 'control_p8_intel' [06:04, 03:09](1753 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [05:27, 02:55](1753 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [05:01, 02:51](1758 MB) -PASS -- TEST 'control_restart_p8_intel' [59:27, 02:04](910 MB) -PASS -- TEST 'control_noqr_p8_intel' [05:01, 02:58](1758 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [58:29, 01:47](916 MB) -PASS -- TEST 'control_decomp_p8_intel' [05:01, 02:51](1752 MB) -PASS -- TEST 'control_2threads_p8_intel' [04:43, 01:59](1841 MB) -PASS -- TEST 'control_p8_lndp_intel' [04:41, 02:07](1760 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [04:38, 02:59](1812 MB) -PASS -- TEST 'control_p8_mynn_intel' [04:32, 02:49](1765 MB) -PASS -- TEST 'merra2_thompson_intel' [04:11, 02:35](1769 MB) -PASS -- TEST 'regional_control_intel' [04:10, 02:12](839 MB) -PASS -- TEST 'regional_restart_intel' [56:27, 01:22](840 MB) -PASS -- TEST 'regional_decomp_intel' [04:00, 01:59](840 MB) -PASS -- TEST 'regional_2threads_intel' [04:01, 01:56](896 MB) -PASS -- TEST 'regional_noquilt_intel' [03:43, 01:18](1180 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [02:30, 01:25](842 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [01:45, 01:17](843 MB) -PASS -- TEST 'regional_wofs_intel' [01:38, 01:27](1568 MB) - -PASS -- COMPILE 'rrfs_intel' [10:23, 08:26] ( 3 warnings 92 remarks ) -PASS -- TEST 'rap_control_intel' [00:47, 02:54](906 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [59:06, 02:02](1061 MB) -PASS -- TEST 'rap_decomp_intel' [58:37, 02:16](910 MB) -PASS -- TEST 'rap_2threads_intel' [58:28, 02:12](991 MB) -PASS -- TEST 'rap_restart_intel' [50:21, 02:20](776 MB) -PASS -- TEST 'rap_sfcdiff_intel' [58:23, 03:02](907 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [58:09, 02:29](906 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [47:57, 02:47](779 MB) -PASS -- TEST 'hrrr_control_intel' [57:48, 02:19](904 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [57:45, 02:45](905 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [57:13, 02:07](983 MB) -PASS -- TEST 'hrrr_control_restart_intel' [51:22, 02:05](730 MB) -PASS -- TEST 'rrfs_v1beta_intel' [57:08, 03:02](901 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [56:59, 01:45](1863 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [56:58, 02:02](1857 MB) - -PASS -- COMPILE 'csawmg_intel' [09:23, 07:53] -PASS -- TEST 'control_csawmg_intel' [10:29, 01:26](866 MB) -PASS -- TEST 'control_ras_intel' [10:29, 01:53](561 MB) - -PASS -- COMPILE 'wam_intel' [09:23, 07:47] ( 1 remarks ) -PASS -- TEST 'control_wam_intel' [10:29, 01:27](1567 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [09:25, 08:00] ( 1 remarks ) -PASS -- TEST 'control_p8_faster_intel' [10:26, 02:59](1755 MB) -PASS -- TEST 'regional_control_faster_intel' [10:25, 01:26](836 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [09:27, 07:28] ( 869 warnings 92 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [56:53, 02:10](1491 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [56:35, 02:21](1494 MB) -PASS -- TEST 'control_stochy_debug_intel' [56:25, 01:43](703 MB) -PASS -- TEST 'control_lndp_debug_intel' [56:25, 02:03](700 MB) -PASS -- TEST 'control_csawmg_debug_intel' [56:22, 01:27](1005 MB) -PASS -- TEST 'control_ras_debug_intel' [55:39, 02:03](707 MB) -PASS -- TEST 'control_diag_debug_intel' [55:04, 02:04](1563 MB) -PASS -- TEST 'control_debug_p8_intel' [54:57, 01:40](1793 MB) -PASS -- TEST 'regional_debug_intel' [54:31, 02:13](884 MB) -PASS -- TEST 'rap_control_debug_intel' [54:24, 01:35](1085 MB) -PASS -- TEST 'hrrr_control_debug_intel' [52:58, 01:51](1075 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [51:56, 01:44](1080 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [51:51, 01:40](1080 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [51:19, 01:40](1088 MB) -PASS -- TEST 'rap_diag_debug_intel' [51:12, 01:32](1167 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [50:58, 01:38](1087 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [50:57, 01:37](1085 MB) -PASS -- TEST 'rap_lndp_debug_intel' [50:47, 01:36](1082 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [50:44, 01:37](1083 MB) -PASS -- TEST 'rap_noah_debug_intel' [50:10, 01:46](1079 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [49:43, 01:39](1083 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [49:28, 01:23](1083 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [49:14, 01:41](1079 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [49:10, 01:54](1080 MB) -PASS -- TEST 'rap_flake_debug_intel' [48:59, 01:41](1086 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [48:58, 02:57](1087 MB) - -PASS -- COMPILE 'wam_debug_intel' [06:23, 04:30] ( 825 warnings 1 remarks ) -PASS -- TEST 'control_wam_debug_intel' [12:28, 01:21](1583 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [09:26, 07:53] ( 3 warnings 91 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [48:36, 02:22](917 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [48:30, 02:15](784 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [47:57, 03:37](784 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [46:56, 02:17](844 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [46:56, 02:54](834 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [46:44, 03:12](782 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [40:04, 02:32](688 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [40:52, 01:19](666 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [09:23, 07:49] ( 3 warnings 91 remarks ) -PASS -- TEST 'conus13km_control_intel' [46:23, 02:00](992 MB) -PASS -- TEST 'conus13km_2threads_intel' [41:34, 01:57](993 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [41:31, 01:43](865 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [09:23, 07:51] ( 3 warnings 91 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [46:20, 02:24](816 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [06:20, 04:27] ( 773 warnings 91 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [45:23, 01:58](958 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [44:22, 02:01](956 MB) -PASS -- TEST 'conus13km_debug_intel' [44:20, 01:33](1038 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [43:53, 01:37](710 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [43:49, 01:48](1043 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [43:33, 02:02](1111 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [06:19, 04:20] ( 773 warnings 91 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [43:22, 01:27](990 MB) - -PASS -- COMPILE 'hafsw_intel' [11:25, 09:17] ( 1 warnings 8 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [43:25, 02:50](601 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [43:21, 01:37](945 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [43:15, 02:50](650 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [42:40, 02:47](676 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [42:20, 02:26](695 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [42:15, 02:01](379 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [41:45, 03:11](391 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [41:26, 02:16](285 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [40:57, 03:29](366 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [40:40, 02:35](400 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [39:57, 02:01](406 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [39:37, 01:50](480 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [39:32, 01:29](318 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [06:19, 04:49] ( 1449 warnings 1501 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [39:31, 02:19](514 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [10:24, 08:54] ( 7 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [39:02, 02:25](516 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [38:57, 02:26](703 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [11:25, 09:21] ( 7 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [38:55, 02:59](706 MB) - -PASS -- COMPILE 'hafs_all_intel' [10:24, 08:38] ( 7 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [37:46, 02:17](648 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [37:30, 03:04](628 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [37:25, 01:30](881 MB) - -PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [11:25, 10:04] ( 1 remarks ) -PASS -- TEST 'atm_ds2s_docn_pcice_intel' [37:23, 01:49](1825 MB) - -PASS -- COMPILE 'atml_intel' [10:24, 08:50] ( 8 warnings 2 remarks ) - -PASS -- COMPILE 'atml_debug_intel' [07:21, 05:17] ( 868 warnings 2 remarks ) - -PASS -- COMPILE 'atmaero_intel' [09:24, 08:04] ( 1 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [36:46, 02:20](3022 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [36:13, 01:53](2914 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [36:00, 02:53](2917 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [06:19, 04:27] ( 870 warnings 6 remarks ) -PASS -- TEST 'regional_atmaq_debug_intel' [35:47, 02:55](4442 MB) +PASS -- COMPILE 's2swa_32bit_intel' [12:27, 11:03] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [45:14, 02:21](3099 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [13:27, 11:54] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [44:13, 02:59](1821 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [24:41, 02:35](1843 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [24:37, 03:05](979 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [44:14, 02:29](1786 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [13:26, 11:58] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [44:14, 02:22](1815 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [07:20, 05:26] ( 1503 warnings 1998 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [50:21, 02:48](1840 MB) + +PASS -- COMPILE 's2swa_intel' [13:28, 11:35] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [44:13, 02:34](3130 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [44:13, 02:55](3128 MB) +PASS -- TEST 'cpld_restart_p8_intel' [32:35, 02:20](3057 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [44:13, 02:39](3149 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [32:35, 02:16](3074 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [44:13, 02:27](3368 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [44:13, 02:46](3123 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [44:14, 02:21](3073 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [44:13, 02:56](3128 MB) +PASS -- TEST 'cpld_bmark_p8_intel' [44:22, 06:53](4115 MB) +PASS -- TEST 'cpld_restart_bmark_p8_intel' [23:36, 05:15](4263 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [44:13, 02:53](3111 MB) + +PASS -- COMPILE 's2sw_intel' [13:28, 11:18] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [44:12, 01:47](1830 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [44:12, 02:50](1885 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [12:25, 10:15] ( 1 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [45:15, 02:57](1896 MB) + +PASS -- COMPILE 's2s_intel' [12:27, 10:15] ( 1 warnings 1 remarks ) +PASS -- TEST 'cpld_control_c48_intel' [45:13, 01:48](2864 MB) +PASS -- TEST 'cpld_warmstart_c48_intel' [45:13, 02:20](2877 MB) +PASS -- TEST 'cpld_restart_c48_intel' [40:01, 02:17](2277 MB) + +PASS -- COMPILE 's2swa_faster_intel' [18:33, 16:22] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [39:08, 03:32](3132 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [13:28, 11:34] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [44:12, 02:33](1827 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [24:57, 02:26](977 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [24:38, 02:37](1801 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [06:21, 05:02] ( 1503 warnings 1998 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [43:58, 01:57](1850 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [10:27, 09:10] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_flake_intel' [34:48, 02:21](572 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [34:48, 02:15](1467 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [34:48, 02:08](1473 MB) +PASS -- TEST 'control_latlon_intel' [34:48, 02:04](1470 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [34:48, 02:15](1475 MB) +PASS -- TEST 'control_c48_intel' [34:47, 02:29](1574 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [34:47, 02:00](690 MB) +PASS -- TEST 'control_c192_intel' [34:48, 02:09](1596 MB) +PASS -- TEST 'control_c384_intel' [34:52, 02:34](1879 MB) +PASS -- TEST 'control_c384gdas_intel' [34:25, 03:48](1063 MB) +PASS -- TEST 'control_stochy_intel' [34:19, 01:27](526 MB) +PASS -- TEST 'control_stochy_restart_intel' [30:49, 02:09](330 MB) +PASS -- TEST 'control_lndp_intel' [33:25, 01:31](523 MB) +PASS -- TEST 'control_iovr4_intel' [32:35, 01:49](520 MB) +PASS -- TEST 'control_iovr5_intel' [32:27, 01:54](521 MB) +PASS -- TEST 'control_p8_intel' [32:19, 02:39](1762 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [32:19, 03:12](1759 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [30:11, 02:30](1756 MB) +PASS -- TEST 'control_restart_p8_intel' [25:28, 02:49](910 MB) +PASS -- TEST 'control_noqr_p8_intel' [29:56, 02:25](1758 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [23:26, 02:53](925 MB) +PASS -- TEST 'control_decomp_p8_intel' [28:54, 02:26](1751 MB) +PASS -- TEST 'control_2threads_p8_intel' [28:46, 02:29](1843 MB) +PASS -- TEST 'control_p8_lndp_intel' [28:45, 01:57](1759 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [28:42, 02:59](1812 MB) +PASS -- TEST 'control_p8_mynn_intel' [28:12, 02:40](1771 MB) +PASS -- TEST 'merra2_thompson_intel' [27:53, 02:33](1767 MB) +PASS -- TEST 'regional_control_intel' [27:43, 02:09](838 MB) +PASS -- TEST 'regional_restart_intel' [19:56, 01:22](844 MB) +PASS -- TEST 'regional_decomp_intel' [27:14, 01:57](840 MB) +PASS -- TEST 'regional_2threads_intel' [26:53, 01:53](898 MB) +PASS -- TEST 'regional_noquilt_intel' [26:46, 01:21](1169 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [26:45, 02:19](839 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [25:34, 01:24](838 MB) +PASS -- TEST 'regional_wofs_intel' [25:26, 01:38](1570 MB) + +PASS -- COMPILE 'rrfs_intel' [10:27, 08:32] ( 3 warnings 92 remarks ) +PASS -- TEST 'rap_control_intel' [23:39, 02:59](911 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [22:43, 02:02](1048 MB) +PASS -- TEST 'rap_decomp_intel' [22:21, 02:16](911 MB) +PASS -- TEST 'rap_2threads_intel' [22:21, 02:19](995 MB) +PASS -- TEST 'rap_restart_intel' [13:11, 02:16](776 MB) +PASS -- TEST 'rap_sfcdiff_intel' [21:28, 03:03](909 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [21:25, 02:49](913 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [10:56, 02:49](780 MB) +PASS -- TEST 'hrrr_control_intel' [21:15, 02:02](905 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [21:08, 01:53](902 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [21:02, 02:19](976 MB) +PASS -- TEST 'hrrr_control_restart_intel' [15:04, 02:07](733 MB) +PASS -- TEST 'rrfs_v1beta_intel' [20:59, 03:07](903 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [20:46, 01:44](1862 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [20:41, 02:05](1848 MB) + +PASS -- COMPILE 'csawmg_intel' [09:26, 07:56] +PASS -- TEST 'control_csawmg_intel' [35:47, 01:39](864 MB) +PASS -- TEST 'control_ras_intel' [35:47, 01:58](559 MB) + +PASS -- COMPILE 'wam_intel' [09:25, 08:00] ( 1 remarks ) +PASS -- TEST 'control_wam_intel' [34:49, 01:36](1563 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [09:27, 08:07] ( 1 remarks ) +PASS -- TEST 'control_p8_faster_intel' [20:30, 02:58](1759 MB) +PASS -- TEST 'regional_control_faster_intel' [20:21, 01:19](840 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [09:27, 07:40] ( 867 warnings 92 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [19:59, 01:39](1495 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [19:52, 01:47](1502 MB) +PASS -- TEST 'control_stochy_debug_intel' [19:47, 01:45](702 MB) +PASS -- TEST 'control_lndp_debug_intel' [19:10, 02:04](702 MB) +PASS -- TEST 'control_csawmg_debug_intel' [18:52, 01:22](1008 MB) +PASS -- TEST 'control_ras_debug_intel' [18:26, 02:03](709 MB) +PASS -- TEST 'control_diag_debug_intel' [17:51, 02:10](1558 MB) +PASS -- TEST 'control_debug_p8_intel' [17:25, 02:17](1800 MB) +PASS -- TEST 'regional_debug_intel' [16:23, 01:27](891 MB) +PASS -- TEST 'rap_control_debug_intel' [15:32, 01:41](1089 MB) +PASS -- TEST 'hrrr_control_debug_intel' [15:21, 01:52](1081 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [15:18, 01:47](1087 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [15:05, 01:41](1084 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [15:04, 01:42](1088 MB) +PASS -- TEST 'rap_diag_debug_intel' [15:04, 01:37](1171 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [15:00, 01:38](1088 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [14:17, 01:37](1089 MB) +PASS -- TEST 'rap_lndp_debug_intel' [14:07, 01:39](1085 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [13:43, 01:40](1085 MB) +PASS -- TEST 'rap_noah_debug_intel' [13:43, 01:47](1084 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [13:18, 01:42](1082 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [13:10, 01:27](1081 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [12:55, 01:45](1080 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [12:21, 01:54](1086 MB) +PASS -- TEST 'rap_flake_debug_intel' [12:18, 01:42](1087 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [12:08, 02:52](1091 MB) + +PASS -- COMPILE 'wam_debug_intel' [06:23, 04:25] ( 823 warnings 1 remarks ) +PASS -- TEST 'control_wam_debug_intel' [37:49, 02:11](1581 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [09:26, 07:51] ( 3 warnings 91 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [12:02, 02:19](920 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [11:33, 02:12](785 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [10:56, 03:27](784 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [10:33, 02:09](842 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [10:30, 03:17](829 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [10:10, 02:49](781 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [03:07, 02:31](684 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [04:00, 01:21](668 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [09:35, 07:52] ( 3 warnings 91 remarks ) +PASS -- TEST 'conus13km_control_intel' [09:52, 02:07](994 MB) +PASS -- TEST 'conus13km_2threads_intel' [04:50, 01:57](993 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [04:48, 01:45](864 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [09:22, 07:57] ( 3 warnings 91 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [08:03, 02:23](815 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [06:20, 04:30] ( 771 warnings 91 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [07:44, 01:58](954 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [07:44, 02:08](954 MB) +PASS -- TEST 'conus13km_debug_intel' [07:35, 01:50](1043 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [07:34, 01:30](716 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [07:29, 01:18](1049 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [07:25, 01:41](1114 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [06:19, 04:23] ( 771 warnings 91 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [06:45, 01:56](989 MB) + +PASS -- COMPILE 'hafsw_intel' [11:33, 09:34] ( 1 warnings 8 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [06:47, 03:02](602 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [06:37, 02:10](945 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [06:11, 02:46](645 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [06:10, 02:39](671 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [05:57, 02:31](693 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [05:46, 02:05](461 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [05:28, 03:11](392 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [04:58, 02:38](288 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [04:08, 03:39](364 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [04:01, 02:35](408 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [03:51, 01:53](400 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [03:47, 01:53](486 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [03:05, 01:28](311 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [06:22, 04:52] ( 1447 warnings 1501 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [02:41, 02:27](506 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [10:28, 09:06] ( 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [02:36, 02:45](517 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [02:25, 02:41](704 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [11:29, 09:22] ( 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [01:16, 02:17](705 MB) + +PASS -- COMPILE 'hafs_all_intel' [10:27, 08:37] ( 7 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [00:58, 03:09](639 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [00:56, 03:09](629 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [00:29, 01:24](881 MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [11:31, 09:50] ( 1 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [00:04, 01:40](1820 MB) + +PASS -- COMPILE 'atml_intel' [10:28, 08:58] ( 8 warnings 2 remarks ) + +PASS -- COMPILE 'atml_debug_intel' [07:24, 05:23] ( 866 warnings 2 remarks ) + +PASS -- COMPILE 'atmaero_intel' [10:24, 08:13] ( 1 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [00:04, 02:20](3023 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [59:32, 02:57](2903 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [59:30, 02:51](2921 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [06:21, 04:28] ( 868 warnings 6 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [59:04, 02:29](4444 MB) SYNOPSIS: -Starting Date/Time: 20240826 16:27:24 -Ending Date/Time: 20240826 17:51:44 -Total Time: 01h:24m:52s +Starting Date/Time: 20240919 12:02:02 +Ending Date/Time: 20240919 13:28:17 +Total Time: 01h:26m:47s Compiles Completed: 33/33 Tests Completed: 156/156 diff --git a/tests/parm/diag_table/diag_table_fire b/tests/parm/diag_table/diag_table_fire new file mode 100644 index 0000000000..530377aab2 --- /dev/null +++ b/tests/parm/diag_table/diag_table_fire @@ -0,0 +1,377 @@ +20200813.18Z.C3336.32bit.non-hydro.regional +2020 08 13 18 00 00 + +"grid_spec", -1, "months", 1, "days", "time" +"atmos_static", -1, "hours", 1, "hours", "time" +#"atmos_4xdaily", 1, "hours", 1, "days", "time" +"fv3_history", 1, "years", 1, "hours", "time" +"fv3_history2d", 1, "years", 1, "hours", "time" + +# +#======================= +# ATMOSPHERE DIAGNOSTICS +#======================= +### +# grid_spec +### + "dynamics", "grid_lon", "grid_lon", "grid_spec", "all", .false., "none", 2, + "dynamics", "grid_lat", "grid_lat", "grid_spec", "all", .false., "none", 2, + "dynamics", "grid_lont", "grid_lont", "grid_spec", "all", .false., "none", 2, + "dynamics", "grid_latt", "grid_latt", "grid_spec", "all", .false., "none", 2, + "dynamics", "area", "area", "grid_spec", "all", .false., "none", 2, +### +# 4x daily output +### +# "dynamics", "slp", "slp", "atmos_4xdaily", "all", .false., "none", 2 +# "dynamics", "vort850", "vort850", "atmos_4xdaily", "all", .false., "none", 2 +# "dynamics", "vort200", "vort200", "atmos_4xdaily", "all", .false., "none", 2 +# "dynamics", "us", "us", "atmos_4xdaily", "all", .false., "none", 2 +# "dynamics", "u1000", "u1000", "atmos_4xdaily", "all", .false., "none", 2 +# "dynamics", "u850", "u850", "atmos_4xdaily", "all", .false., "none", 2 +# "dynamics", "u700", "u700", "atmos_4xdaily", "all", .false., "none", 2 +# "dynamics", "u500", "u500", "atmos_4xdaily", "all", .false., "none", 2 +# "dynamics", "u200", "u200", "atmos_4xdaily", "all", .false., "none", 2 +# "dynamics", "u100", "u100", "atmos_4xdaily", "all", .false., "none", 2 +# "dynamics", "u50", "u50", "atmos_4xdaily", "all", .false., "none", 2 +# "dynamics", "u10", "u10", "atmos_4xdaily", "all", .false., "none", 2 +# "dynamics", "vs", "vs", "atmos_4xdaily", "all", .false., "none", 2 +# "dynamics", "v1000", "v1000", "atmos_4xdaily", "all", .false., "none", 2 +# "dynamics", "v850", "v850", "atmos_4xdaily", "all", .false., "none", 2 +# "dynamics", "v700", "v700", "atmos_4xdaily", "all", .false., "none", 2 +# "dynamics", "v500", "v500", "atmos_4xdaily", "all", .false., "none", 2 +# "dynamics", "v200", "v200", "atmos_4xdaily", "all", .false., "none", 2 +# "dynamics", "v100", "v100", "atmos_4xdaily", "all", .false., "none", 2 +# "dynamics", "v50", "v50", "atmos_4xdaily", "all", .false., "none", 2 +# "dynamics", "v10", "v10", "atmos_4xdaily", "all", .false., "none", 2 +#### +# "dynamics", "tm", "tm", "atmos_4xdaily", "all", .false., "none", 2 +# "dynamics", "t1000", "t1000", "atmos_4xdaily", "all", .false., "none", 2 +# "dynamics", "t850", "t850", "atmos_4xdaily", "all", .false., "none", 2 +# "dynamics", "t700", "t700", "atmos_4xdaily", "all", .false., "none", 2 +# "dynamics", "t500", "t500", "atmos_4xdaily", "all", .false., "none", 2 +# "dynamics", "t200", "t200", "atmos_4xdaily", "all", .false., "none", 2 +# "dynamics", "t100", "t100", "atmos_4xdaily", "all", .false., "none", 2 +# "dynamics", "t50", "t50", "atmos_4xdaily", "all", .false., "none", 2 +# "dynamics", "t10", "t10", "atmos_4xdaily", "all", .false., "none", 2 +#### +# "dynamics", "z1000", "z1000", "atmos_4xdaily", "all", .false., "none", 2 +# "dynamics", "z850", "z850", "atmos_4xdaily", "all", .false., "none", 2 +# "dynamics", "z700", "z700", "atmos_4xdaily", "all", .false., "none", 2 +# "dynamics", "z500", "z500", "atmos_4xdaily", "all", .false., "none", 2 +# "dynamics", "z200", "z200", "atmos_4xdaily", "all", .false., "none", 2 +# "dynamics", "z100", "z100", "atmos_4xdaily", "all", .false., "none", 2 +# "dynamics", "z50", "z50", "atmos_4xdaily", "all", .false., "none", 2 +# "dynamics", "z10", "z10", "atmos_4xdaily", "all", .false., "none", 2 +#### +# "dynamics", "w1000", "w1000", "atmos_4xdaily", "all", .false., "none", 2 +# "dynamics", "w850", "w850", "atmos_4xdaily", "all", .false., "none", 2 +# "dynamics", "w700", "w700", "atmos_4xdaily", "all", .false., "none", 2 +# "dynamics", "w500", "w500", "atmos_4xdaily", "all", .false., "none", 2 +# "dynamics", "w200", "w200", "atmos_4xdaily", "all", .false., "none", 2 +#### +# "dynamics", "q1000", "q1000", "atmos_4xdaily", "all", .false., "none", 2 +# "dynamics", "q850", "q850", "atmos_4xdaily", "all", .false., "none", 2 +# "dynamics", "q700", "q700", "atmos_4xdaily", "all", .false., "none", 2 +# "dynamics", "q500", "q500", "atmos_4xdaily", "all", .false., "none", 2 +# "dynamics", "q200", "q200", "atmos_4xdaily", "all", .false., "none", 2 +# "dynamics", "q100", "q100", "atmos_4xdaily", "all", .false., "none", 2 +# "dynamics", "q50", "q50", "atmos_4xdaily", "all", .false., "none", 2 +# "dynamics", "q10", "q10", "atmos_4xdaily", "all", .false., "none", 2 +#### +# "dynamics", "rh1000", "rh1000", "atmos_4xdaily", "all", .false., "none", 2 +# "dynamics", "rh850", "rh850", "atmos_4xdaily", "all", .false., "none", 2 +# "dynamics", "rh700", "rh700", "atmos_4xdaily", "all", .false., "none", 2 +# "dynamics", "rh500", "rh500", "atmos_4xdaily", "all", .false., "none", 2 +# "dynamics", "rh200", "rh200", "atmos_4xdaily", "all", .false., "none", 2 +# "dynamics", "omg1000", "omg1000", "atmos_4xdaily", "all", .false., "none", 2 +# "dynamics", "omg850", "omg850", "atmos_4xdaily", "all", .false., "none", 2 +# "dynamics", "omg700", "omg700", "atmos_4xdaily", "all", .false., "none", 2 +# "dynamics", "omg500", "omg500", "atmos_4xdaily", "all", .false., "none", 2 +# "dynamics", "omg200", "omg200", "atmos_4xdaily", "all", .false., "none", 2 +# "dynamics", "omg100", "omg100", "atmos_4xdaily", "all", .false., "none", 2 +# "dynamics", "omg50", "omg50", "atmos_4xdaily", "all", .false., "none", 2 +# "dynamics", "omg10", "omg10", "atmos_4xdaily", "all", .false., "none", 2 +### +# gfs static data +### + "dynamics", "pk", "pk", "atmos_static", "all", .false., "none", 2 + "dynamics", "bk", "bk", "atmos_static", "all", .false., "none", 2 + "dynamics", "hyam", "hyam", "atmos_static", "all", .false., "none", 2 + "dynamics", "hybm", "hybm", "atmos_static", "all", .false., "none", 2 + "dynamics", "zsurf", "zsurf", "atmos_static", "all", .false., "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 +# Reflectivity from Thompson microphysics +"gfs_phys", "refl_10cm" "refl_10cm" "fv3_history", "all", .false., "none", 2 +"gfs_phys", "cldfra", "cldfra", "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 + +"gfs_dyn", "wmaxup", "upvvelmax", "fv3_history", "all", .false., "none", 2 +"gfs_dyn", "wmaxdn", "dnvvelmax", "fv3_history", "all", .false., "none", 2 +"gfs_dyn", "uhmax03", "uhmax03", "fv3_history", "all", .false., "none", 2 +"gfs_dyn", "uhmax25", "uhmax25", "fv3_history", "all", .false., "none", 2 +"gfs_dyn", "uhmin03", "uhmin03", "fv3_history", "all", .false., "none", 2 +"gfs_dyn", "uhmin25", "uhmin25", "fv3_history", "all", .false., "none", 2 +"gfs_dyn", "maxvort01", "maxvort01", "fv3_history", "all", .false., "none", 2 +"gfs_dyn", "maxvort02", "maxvort02", "fv3_history", "all", .false., "none", 2 +"gfs_dyn", "maxvorthy1", "maxvorthy1", "fv3_history", "all", .false., "none", 2 + +"gfs_phys", "frzr", "frzr", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "frzrb", "frzrb", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "frozr", "frozr", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "frozrb", "frozrb", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "tsnowp", "tsnowp", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "tsnowpb", "tsnowpb", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "rhonewsn", "rhonewsn", "fv3_history2d", "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", "pwat", "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", "soilt5", "soilt5" "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "soilt6", "soilt6" "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "soilt7", "soilt7" "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "soilt8", "soilt8" "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "soilt9", "soilt9" "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", "soilw5", "soilw5" "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "soilw6", "soilw6" "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "soilw7", "soilw7" "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "soilw8", "soilw8" "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "soilw9", "soilw9" "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", "slc_5", "soill5", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "slc_6", "soill6", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "slc_7", "soill7", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "slc_8", "soill8", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "slc_9", "soill9", "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 +# Aerosols (CCN, IN) from Thompson microphysics +"gfs_phys", "nwfa", "nwfa", "fv3_history", "all", .false., "none", 2 +"gfs_phys", "nifa", "nifa", "fv3_history", "all", .false., "none", 2 +"gfs_sfc", "nwfa2d", "nwfa2d", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "nifa2d", "nifa2d", "fv3_history2d", "all", .false., "none", 2 +# Cloud effective radii from Thompson and WSM6 microphysics +"gfs_phys", "cleffr", "cleffr", "fv3_history", "all", .false., "none", 2 +"gfs_phys", "cieffr", "cieffr", "fv3_history", "all", .false., "none", 2 +"gfs_phys", "cseffr", "cseffr", "fv3_history", "all", .false., "none", 2 +# Prognostic/diagnostic variables from MYNN +"gfs_phys", "QC_BL", "qc_bl", "fv3_history", "all", .false., "none", 2 +"gfs_phys", "CLDFRA_BL", "cldfra_bl", "fv3_history", "all", .false., "none", 2 +"gfs_phys", "EL_PBL", "el_pbl", "fv3_history", "all", .false., "none", 2 +"gfs_phys", "QKE", "qke", "fv3_history", "all", .false., "none", 2 +"gfs_sfc", "maxmf", "maxmf", "fv3_history2d", "all", .false., "none", 2 +#"gfs_sfc", "nupdraft", "nupdrafts", "fv3_history2d", "all", .false., "none", 2 +#"gfs_sfc", "ktop_shallow", "ktop_shallow", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "zol", "zol", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "flhc", "flhc", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "flqc", "flqc", "fv3_history2d", "all", .false., "none", 2 +# Prognostic/diagnostic variables from RUC LSM +"gfs_sfc", "snowfall_acc", "snowfall_acc", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "swe_snowfall_acc", "swe_snowfall_acc", "fv3_history2d", "all", .false., "none", 2 +# Stochastic physics +"gfs_phys", "sppt_wts", "sppt_wts", "fv3_history", "all", .false., "none", 2 +"gfs_phys", "skebu_wts", "skebu_wts", "fv3_history", "all", .false., "none", 2 +"gfs_phys", "skebv_wts", "skebv_wts", "fv3_history", "all", .false., "none", 2 +"gfs_phys", "shum_wts", "shum_wts", "fv3_history", "all", .false., "none", 2 +"gfs_phys", "spp_wts_pbl", "spp_wts_pbl", "fv3_history", "all", .false., "none", 2 +"gfs_phys", "spp_wts_sfc", "spp_wts_sfc", "fv3_history", "all", .false., "none", 2 +"gfs_phys", "spp_wts_mp", "spp_wts_mp", "fv3_history", "all", .false., "none", 2 +"gfs_phys", "spp_wts_rad", "spp_wts_rad", "fv3_history", "all", .false., "none", 2 +"gfs_phys", "spp_wts_gwd", "spp_wts_gwd", "fv3_history", "all", .false., "none", 2 + +# Additional entries from user-specified SRW settings (e.g. UFS-FIRE) +"gfs_phys","fsmoke","fsmoke","fv3_history","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/fd_ufs.yaml b/tests/parm/fd_ufs.yaml index edfca0beed..34602a3272 100644 --- a/tests/parm/fd_ufs.yaml +++ b/tests/parm/fd_ufs.yaml @@ -830,6 +830,8 @@ field_dictionary: canonical_units: tbd - standard_name: inst_rainfall_amount canonical_units: tbd + - standard_name: accumulated_lwe_thickness_of_precipitation_amount + canonical_units: tbd - standard_name: inst_land_sea_mask canonical_units: tbd - standard_name: inst_temp_height_surface @@ -1264,3 +1266,18 @@ field_dictionary: alias: inst_func_of_roughness_length_and_vfrac canonical_units: 1 description: land export + # + #----------------------------------- + # section: fire behavior + #----------------------------------- + # + - standard_name: hflx_fire + canonical_units: K m s-1 + description: kinematic surface upward sensible heat flux of fire + # + - standard_name: evap_fire + canonical_units: Kg Kg-1 m s-1 + description: kinematic surface upward latent heat flux of fire + # + - standard_name: smoke_fire + canonical_units: kg m-2 diff --git a/tests/parm/field_table/field_table_fire b/tests/parm/field_table/field_table_fire new file mode 100644 index 0000000000..8d340fc7fa --- /dev/null +++ b/tests/parm/field_table/field_table_fire @@ -0,0 +1,70 @@ +# 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=1.e30" / +# 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 graupel 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 + "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) + "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" / +# smoke tracer for UFS_FIRE + "TRACER", "atmos_mod", "fsmoke" + "longname", "fire smoke" + "units", "kg/kg" + "profile_type", "fixed", "surface_value=0.0" / diff --git a/tests/parm/global_control.nml.IN b/tests/parm/global_control.nml.IN index 8868906af9..675bc19739 100644 --- a/tests/parm/global_control.nml.IN +++ b/tests/parm/global_control.nml.IN @@ -37,9 +37,9 @@ n_sponge = 42 nudge_qv = .true. nudge_dz = .false. - tau = 0.0 + tau = @[TAU] fast_tau_w_sec = 0.2 - rf_cutoff = 10. + rf_cutoff = @[RF_CUTOFF] d2_bg_k1 = @[D2_BG_K1] d2_bg_k2 = @[D2_BG_K2] kord_tm = @[KORD_TM] @@ -53,13 +53,13 @@ beta = 0. a_imp = 1. p_fac = 0.1 - k_split = 2 - n_split = 5 + k_split = @[K_SPLIT] + n_split = @[N_SPLIT] nwat = 6 na_init = @[NA_INIT] d_ext = 0. dnats = @[DNATS] - fv_sg_adj = 450 + fv_sg_adj = @[FV_SG_ADJ] d2_bg = 0. nord = 2 dddmp = @[DDDMP] @@ -276,7 +276,7 @@ @[HIDE_UGWPV1] knob_ugwp_lzmin = 0.75e3 @[HIDE_UGWPV1] knob_ugwp_lzstar = 2.0e3 @[HIDE_UGWPV1] knob_ugwp_taumin = 0.25e-3 -@[HIDE_UGWPV1] knob_ugwp_tauamp = 3.0e-3 +@[HIDE_UGWPV1] knob_ugwp_tauamp = @[KNOB_UGWP_TAUAMP] @[HIDE_UGWPV1] knob_ugwp_lhmet = 200.0e3 @[HIDE_UGWPV1] knob_ugwp_orosolv = 'pss-1986' / diff --git a/tests/parm/input_regional_fire.nml.IN b/tests/parm/input_regional_fire.nml.IN new file mode 100644 index 0000000000..1b9957aa24 --- /dev/null +++ b/tests/parm/input_regional_fire.nml.IN @@ -0,0 +1,300 @@ +&amip_interp_nml + data_set = 'reynolds_oi' + date_out_of_range = 'climo' + interp_oi_sst = .true. + no_anom_sst = .false. + use_ncep_ice = .false. + use_ncep_sst = .true. +/ + +&atmos_model_nml + blocksize = @[BLOCKSIZE] + ccpp_suite = '@[CCPP_SUITE]' + chksum_debug = .false. + dycore_only = .false. +/ + +&cires_ugwp_nml + knob_ugwp_azdir = 2, 4, 4, 4 + knob_ugwp_doaxyz = 1 + knob_ugwp_doheat = 1 + knob_ugwp_dokdis = 1 + knob_ugwp_effac = 1, 1, 1, 1 + knob_ugwp_ndx4lh = 1 + knob_ugwp_solver = 2 + knob_ugwp_source = 1, 1, 0, 0 + knob_ugwp_stoch = 0, 0, 0, 0 + knob_ugwp_version = 0 + knob_ugwp_wvspec = 1, 25, 25, 25 + launch_level = 25 +/ + +&diag_manager_nml + max_output_fields = 450 + prepend_date = .false. +/ + +&external_ic_nml + checker_tr = .false. + filtered_terrain = .true. + gfs_dwinds = .true. + levp = @[NPZP] + nt_checker = 0 +/ + +&fms_io_nml + checksum_required = .false. + max_files_r = 100 + max_files_w = 100 +/ + +&fms_nml + clock_grain = 'ROUTINE' + domains_stack_size = 12000000 + print_memory_usage = .false. +/ + +&fv_core_nml + a_imp = 1.0 + adjust_dry_mass = .false. + bc_update_interval = @[BC_UPDATE_INTERVAL] + beta = 0.0 + consv_am = .false. + consv_te = 0.0 + d2_bg = 0.0 + d2_bg_k1 = 0.2 + d2_bg_k2 = 0.04 + d4_bg = 0.12 + d_con = 0.5 + d_ext = 0.0 + dddmp = 0.1 + delt_max = 0.008 + dnats = @[DNATS] + do_sat_adj = @[DO_SAT_ADJ] + do_schmidt = .true. + do_vort_damp = .true. + dwind_2d = .false. + dz_min = 2 + external_eta = .true. + external_ic = @[EXTERNAL_IC] + fill = .true. + full_zs_filter = @[FULL_ZS_FILTER] + fv_debug = .false. + fv_sg_adj = 300 + gfs_phil = .false. + hord_dp = 6 + hord_mt = 6 + hord_tm = 6 + hord_tr = 8 + hord_vt = 6 + hydrostatic = .false. + io_layout = 1, 1 + k_split = @[K_SPLIT] + ke_bg = 0.0 + kord_mt = 9 + kord_tm = -9 + kord_tr = 9 + kord_wz = 9 + layout = @[INPES], @[JNPES] + make_nh = .true. + mountain = @[MOUNTAIN] + n_split = @[N_SPLIT] + n_sponge = 9 + n_zs_filter = @[N_ZS_FILTER] + na_init = @[NA_INIT] + ncep_ic = .false. + nggps_ic = @[NGGPS_IC] + no_dycore = .false. + nord = 3 + nord_tr = 0 + npx = @[NPX] + npy = @[NPY] + npz = @[NPZ] + nrows_blend = @[NROWS_BLEND] + ntiles = @[NTILES] + nudge_qv = .false. + nwat = @[NWAT] + p_fac = 0.1 + phys_hydrostatic = .false. + print_freq = 6 + psm_bc = 1 + range_warn = .true. + read_increment = .false. + regional = @[REGIONAL] + regional_bcs_from_gsi = .false. + res_latlon_dynamics = 'fv3_increment.nc' + reset_eta = .false. + rf_cutoff = 2000.0 + stretch_fac = @[STRETCH_FAC] + target_lat = @[TARGET_LAT] + target_lon = @[TARGET_LON] + tau = 5.0 + use_hydro_pressure = .false. + vtdm4 = 0.02 + warm_start = @[WARM_START] + write_restart_with_bcs = .false. + z_tracer = .true. +/ + +&fv_grid_nml + grid_file = 'INPUT/grid_spec.nc' +/ + +&gfs_physics_nml + bl_mynn_edmf = 1 + bl_mynn_edmf_mom = 1 + bl_mynn_tkeadvect = .true. + cal_pre = .false. + cdmbgwd = 3.5, 1.0 + cnvcld = .false. + cnvgwd = .false. + cplflx = @[CPLFLX] + cpl_fire = @[CPLFIRE] + cpl_imp_mrg = @[CPL_IMP_MRG] + cpl_imp_dbg = @[CPL_IMP_DBG] + debug = .false. + diag_log = .true. + do_deep = .false. + do_gsl_drag_ls_bl = .true. + do_gsl_drag_ss = .true. + do_gsl_drag_tofd = .true. + do_mynnedmf = .true. + do_mynnsfclay = .true. + dspheat = .true. + effr_in = .true. + fhcyc = @[FHCYC] + fhlwr = @[FHLWR] + fhswr = @[FHSWR] + fhzero = 1.0 + gwd_opt = 3 + h2o_phys = .true. + hybedmf = .false. + iaer = 5111 + ialb = 2 + iau_delthrs = 6 + iau_inc_files = '' + iaufhrs = 30 + icliq_sw = 2 + icloud_bl = 1 + ico2 = 2 + iems = 2 + imfdeepcnv = -1 + imfshalcnv = -1 + imp_physics = @[IMP_PHYSICS] + iopt_alb = 2 + iopt_btr = 1 + iopt_crs = 1 + iopt_dveg = 2 + iopt_frz = 1 + iopt_inf = 1 + iopt_rad = 1 + iopt_run = 1 + iopt_sfc = 1 + iopt_snf = 4 + iopt_stc = 1 + iopt_tbot = 2 + iopt_trs = 2 + iovr = 3 + isncond_opt = 2 + isncovr_opt = 3 + isol = 2 + isot = 1 + isubc_lw = 2 + isubc_sw = 2 + ivegsrc = 1 + kice = 9 + ldiag3d = .false. + lheatstrg = .false. + lradar = .true. + lsm = 3 + lsoil = 9 + lsoil_lsm = 9 + ltaerosol = .true. + lwhtr = .true. + mosaic_lu = 0 + mosaic_soil = 0 + nsfullradar_diag = 3600 + oz_phys = .false. + oz_phys_2015 = .true. + pdfcld = .false. + pre_rad = .false. + print_diff_pgr = .false. + prslrd0 = 0.0 + random_clds = .false. + redrag = .true. + satmedmf = .false. + sfclay_compute_flux = .true. + shal_cnv = .false. + swhtr = .true. + thsfc_loc = .false. + trans_trac = .true. + ttendlim = -999 + use_ufo = .true. +/ + +&interpolator_nml + interp_method = 'conserve_great_circle' +/ + +&nam_sfcperts +/ + +&nam_sppperts +/ + +&nam_stochy +/ + +&namsfc + fabsl = 99999 + faisl = 99999 + faiss = 99999 + fnacna = '' + fnaisc = '../../../../../epicufsrt/contrib/UFS_SRW_data/develop/fix/fix_am/CFSR.SEAICE.1982.2012.monthly.clim.grb' + fnglac = '../../../../../epicufsrt/contrib/UFS_SRW_data/develop/fix/fix_am/global_glacier.2x2.grb' + fnmskh = '../../../../../epicufsrt/contrib/UFS_SRW_data/develop/fix/fix_am/seaice_newland.grb' + fnmxic = '../../../../../epicufsrt/contrib/UFS_SRW_data/develop/fix/fix_am/global_maxice.2x2.grb' + fnsmcc = '../../../../../epicufsrt/contrib/UFS_SRW_data/develop/fix/fix_am/global_soilmgldas.t126.384.190.grb' + fnsnoa = '' + fnsnoc = '../../../../../epicufsrt/contrib/UFS_SRW_data/develop/fix/fix_am/global_snoclim.1.875.grb' + fntsfa = '' + fntsfc = '../../../../../epicufsrt/contrib/UFS_SRW_data/develop/fix/fix_am/RTGSST.1982.2012.monthly.clim.grb' + fnzorc = 'igbp' + fsicl = 99999 + fsics = 99999 + fslpl = 99999 + fsmcl = 99999, 99999, 99999 + fsnol = 99999 + fsnos = 99999 + fsotl = 99999 + ftsfl = 99999 + ftsfs = 90 + fvetl = 99999 + fvmnl = 99999 + fvmxl = 99999 + ldebug = .true. +/ + +&namsfc_dict + fnabsc = '../fix_lam/C3336.maximum_snow_albedo.tileX.nc' + fnalbc = '../fix_lam/C3336.snowfree_albedo.tileX.nc' + fnalbc2 = '../fix_lam/C3336.facsf.tileX.nc' + fnslpc = '../fix_lam/C3336.slope_type.tileX.nc' + fnsotc = '../fix_lam/C3336.soil_type.tileX.nc' + fntg3c = '../fix_lam/C3336.substrate_temperature.tileX.nc' + fnvegc = '../fix_lam/C3336.vegetation_greenness.tileX.nc' + fnvetc = '../fix_lam/C3336.vegetation_type.tileX.nc' + fnvmnc = '../fix_lam/C3336.vegetation_greenness.tileX.nc' + fnvmxc = '../fix_lam/C3336.vegetation_greenness.tileX.nc' +/ + +&surf_map_nml + cd2 = -1 + cd4 = 0.12 + max_slope = 0.4 + n_del2_strong = 0 + n_del2_weak = 2 + n_del4 = 1 + peak_fac = 1.0 + zero_ocean = .false. +/ diff --git a/tests/parm/model_configure_fire.IN b/tests/parm/model_configure_fire.IN new file mode 100644 index 0000000000..61fe2986a7 --- /dev/null +++ b/tests/parm/model_configure_fire.IN @@ -0,0 +1,71 @@ +start_year: @[SYEAR] +start_month: @[SMONTH] +start_day: @[SDAY] +start_hour: @[SHOUR] +start_minute: 0 +start_second: 0 +nhours_fcst: @[FHMAX] +fhrot: 0 +RUN_CONTINUE: .false. +ENS_SPS: .false. +dt_atmos: @[DT_ATMOS] +calendar: 'julian' +memuse_verbose: .false. +restart_interval: @[RESTART_INTERVAL] +output_1st_tstep_rst: .false. +write_dopost: @[WRITE_DOPOST] +ideflate: @[IDEFLATE] +nbits: 0 +ichunk2d: -1 +jchunk2d: -1 +ichunk3d: -1 +jchunk3d: -1 +kchunk3d: -1 +itasks: 1 +quilting: @[QUILTING] + +# +# Write-component (quilting) computational parameters. +# +write_groups: @[WRITE_GROUP] +write_tasks_per_group: @[WRTTASK_PER_GROUP] +num_files: @[NUM_FILES] +filename_base: @[FILENAME_BASE] +output_file: @[OUTPUT_FILE] +# +# Write-component output frequency parameter definitions: +# +# output_fh: Output frequency in hours. +# nsout: Output frequency in time steps (positive values override "output_fh"). +# +output_fh: @[OUTPUT_FH] +nsout: -1 +# +# Coordinate system used by the output grid. +# +output_grid: @[OUTPUT_GRID] +# +# Parameter definitions for an output grid of type "lambert_conformal": +# +# cen_lon: Longitude of center of grid (degrees). +# cen_lat: Latitude of center of grid (degrees). +# stdlat1: Latitude of first standard parallel (degrees). +# stdlat2: Latitude of second standard parallel (degrees). +# nx: Number of grid cells along x-axis in Lambert conformal (x,y) plane. +# ny: Number of grid cells along y-axis in Lambert conformal (x,y) plane. +# lon1: Longitude of center of grid cell at bottom-left corner of grid (degrees). +# lat1: Latitude of center of grid cell at bottom-left corner of grid (degrees). +# dx: Grid cell size in x direction (meters). +# dy: Grid cell size in y direction (meters). +# +cen_lon: @[CEN_LON] +cen_lat: @[CEN_LAT] +stdlat1: @[STDLAT1] +stdlat2: @[STDLAT2] +nx: @[NX] +ny: @[NY] +lon1: @[LON1] +lat1: @[LAT1] +dx: @[DX] +dy: @[DY] + diff --git a/tests/parm/namelist.fire.IN b/tests/parm/namelist.fire.IN new file mode 100644 index 0000000000..aa9a71ceaa --- /dev/null +++ b/tests/parm/namelist.fire.IN @@ -0,0 +1,40 @@ +&atm + interval_atm = @[DT_ATMOS] + kde = @[NPZP] +/ + +&fire + fire_atm_feedback = @[fire_atm_feedback] + fire_ignition_end_lat1 = @[fire_ignition_end_lat1] + fire_ignition_end_lon1 = @[fire_ignition_end_lon1] + fire_ignition_end_time1 = @[fire_ignition_end_time1] + fire_ignition_radius1 = @[fire_ignition_radius1] + fire_ignition_ros1 = @[fire_ignition_ros1] + fire_ignition_start_lat1 = @[fire_ignition_start_lat1] + fire_ignition_start_lon1 = @[fire_ignition_start_lon1] + fire_ignition_start_time1 = @[fire_ignition_start_time1] + fire_lsm_zcoupling = @[fire_lsm_zcoupling] + fire_lsm_zcoupling_ref = @[fire_lsm_zcoupling_ref] + fire_num_ignitions = @[fire_num_ignitions] + fire_print_msg = @[fire_print_msg] + fire_upwinding = @[fire_upwinding] + fire_viscosity = @[fire_viscosity] + fire_wind_height = @[fire_wind_height] +/ + +&time + dt = @[DT_FIRE] + end_day = @[EDAY] + end_hour = @[EHOUR] + end_minute = 0 + end_month = @[EMONTH] + end_second = 0 + end_year = @[EYEAR] + interval_output = @[OUTPUT_FS] + start_day = @[SDAY] + start_hour = @[SHOUR] + start_minute = 0 + start_month = @[SMONTH] + start_second = 0 + start_year = @[SYEAR] +/ diff --git a/tests/parm/ufs.configure.cpld_atm_fbh.IN b/tests/parm/ufs.configure.cpld_atm_fbh.IN new file mode 100644 index 0000000000..6b586d6585 --- /dev/null +++ b/tests/parm/ufs.configure.cpld_atm_fbh.IN @@ -0,0 +1,41 @@ +############################################## +##### UFS Run-Time Configuration File ###### +############################################## + +# ESMF # +logKindFlag: ESMF_LOGKIND_MULTI +globalResourceControl: true + +# EARTH # +EARTH_component_list: ATM FBH +EARTH_attributes:: + Verbosity = 0 +:: + +# ATM # +ATM_model: @[atm_model] +ATM_petlist_bounds: @[atm_petlist_bounds] +ATM_omp_num_threads: @[atm_omp_num_threads] +ATM_attributes:: + Verbosity = 1 + Diagnostic = 0 +:: + +# FBH # +FBH_model: @[fbh_model] +FBH_petlist_bounds: @[fbh_petlist_bounds] +FBH_omp_num_threads: @[fbh_omp_num_threads] +FBH_attributes:: + Verbosity = 1 + Diagnostic = 0 +:: + +# Run Sequence # +runSeq:: +@@[coupling_interval_sec] + ATM -> FBH + FBH -> ATM :remapmethod=conserve + ATM + FBH +@ +:: diff --git a/tests/parm/ufs.configure.s2s_esmf.IN b/tests/parm/ufs.configure.s2s_esmf.IN index 3161e4891f..999731d927 100644 --- a/tests/parm/ufs.configure.s2s_esmf.IN +++ b/tests/parm/ufs.configure.s2s_esmf.IN @@ -97,10 +97,20 @@ MED_attributes:: coupling_mode = @[CPLMODE] pio_rearranger = @[pio_rearranger] ocean_albedo_limit = @[ocean_albedo_limit] - history_n_ice_inst = @[MED_history_n] - history_option_ice_inst = nhours - history_n_ocn_inst = @[MED_history_n] - history_option_ocn_inst = nhours + histaux_ice2med_file1_auxname = ice.1h.aux + histaux_ice2med_file1_doavg = .false. + histaux_ice2med_file1_enabled = .true. + histaux_ice2med_file1_flds = all + histaux_ice2med_file1_history_n = @[MED_history_n] + histaux_ice2med_file1_history_option = nhours + histaux_ice2med_file1_ntperfile = 9999 + histaux_ocn2med_file1_auxname = ocn.1h.aux + histaux_ocn2med_file1_doavg = .false. + histaux_ocn2med_file1_enabled = .true. + histaux_ocn2med_file1_flds = all + histaux_ocn2med_file1_history_n = @[MED_history_n] + histaux_ocn2med_file1_history_option = nhours + histaux_ocn2med_file1_ntperfile = 9999 :: ALLCOMP_attributes:: diff --git a/tests/rt.conf b/tests/rt.conf index 6e9f34232d..41dd3d6585 100644 --- a/tests/rt.conf +++ b/tests/rt.conf @@ -38,7 +38,7 @@ RUN | cpld_control_sfs | - noaacloud COMPILE | s2swa_32bit_pdlib_debug | intel | -DAPP=S2SWA -D32BIT=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8_ugwpv1 -DPDLIB=ON -DDEBUG=ON | - noaacloud jet | fv3 | RUN | cpld_debug_gfsv17 | - noaacloud jet | baseline | -COMPILE | s2swa | intel | -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 | | fv3 | +COMPILE | s2swa | intel | -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_v17_coupled_p8_ugwpv1 | | fv3 | RUN | cpld_control_p8 | - noaacloud | baseline | RUN | cpld_control_p8.v2.sfc | - noaacloud | baseline | RUN | cpld_restart_p8 | - noaacloud | | cpld_control_p8 @@ -56,35 +56,35 @@ RUN | cpld_restart_bmark_p8 | - s4 jet acorn noaaclo # Aerosol, no Wave RUN | cpld_s2sa_p8 | - noaacloud | baseline | -COMPILE | s2sw | intel | -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 | | fv3 | +COMPILE | s2sw | intel | -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v17_coupled_p8_ugwpv1 | | fv3 | RUN | cpld_control_noaero_p8 | | baseline | RUN | cpld_control_nowave_noaero_p8 | - noaacloud | baseline | -COMPILE | s2swa_debug | intel | -DAPP=S2SWA -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 | - wcoss2 noaacloud acorn | fv3 | +COMPILE | s2swa_debug | intel | -DAPP=S2SWA -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8_ugwpv1 | - wcoss2 noaacloud acorn | fv3 | RUN | cpld_debug_p8 | - wcoss2 acorn noaacloud | baseline | -COMPILE | s2sw_debug | intel | -DAPP=S2SW -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 | - wcoss2 noaacloud acorn | fv3 | +COMPILE | s2sw_debug | intel | -DAPP=S2SW -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8_ugwpv1 | - wcoss2 noaacloud acorn | fv3 | RUN | cpld_debug_noaero_p8 | - wcoss2 acorn noaacloud | baseline | # Waves and aerosol off for computing fluxes in mediator COMPILE | s2s_aoflux | intel | -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8_sfcocn -DCMEPS_AOFLUX=ON | | fv3 | RUN | cpld_control_noaero_p8_agrid | | baseline | -COMPILE | s2s | intel | -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 | | fv3 | +COMPILE | s2s | intel | -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_v17_coupled_p8_ugwpv1 | | fv3 | RUN | cpld_control_c48 | | baseline | RUN | cpld_warmstart_c48 | - noaacloud | baseline | RUN | cpld_restart_c48 | - noaacloud | | cpld_warmstart_c48 -COMPILE | s2swa_faster | intel | -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DFASTER=ON | - noaacloud | fv3 | +COMPILE | s2swa_faster | intel | -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8_ugwpv1 -DFASTER=ON | - noaacloud | fv3 | RUN | cpld_control_p8_faster | - noaacloud | baseline | # Unstructured WW3 mesh -COMPILE | s2sw_pdlib | intel | -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DPDLIB=ON | - noaacloud | fv3 | +COMPILE | s2sw_pdlib | intel | -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v17_coupled_p8_ugwpv1 -DPDLIB=ON | - noaacloud | fv3 | RUN | cpld_control_pdlib_p8 | - noaacloud | baseline | RUN | cpld_restart_pdlib_p8 | - noaacloud | | cpld_control_pdlib_p8 RUN | cpld_mpi_pdlib_p8 | - noaacloud | | cpld_control_pdlib_p8 -COMPILE | s2sw_pdlib_debug | intel | -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DPDLIB=ON -DDEBUG=ON | - noaacloud | fv3 | +COMPILE | s2sw_pdlib_debug | intel | -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v17_coupled_p8_ugwpv1 -DPDLIB=ON -DDEBUG=ON | - noaacloud | fv3 | RUN | cpld_debug_pdlib_p8 | - noaacloud | baseline | ### ATM tests ### @@ -126,11 +126,6 @@ RUN | regional_netcdf_parallel | - acorn RUN | regional_2dwrtdecomp | | | RUN | regional_wofs | - jet s4 | baseline | -COMPILE | ifi | intel | -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v15_thompson_mynn_lam3km -D32BIT=ON -DREQUIRE_IFI=ON | + acorn | fv3 | -RUN | regional_ifi_control | + acorn | baseline | -RUN | regional_ifi_decomp | + acorn | | -RUN | regional_ifi_2threads | + acorn | | - COMPILE | rrfs | intel | -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_RRFS_v1beta,FV3_RRFS_v1nssl -D32BIT=ON | | fv3 | RUN | rap_control | | baseline | RUN | regional_spp_sppt_shum_skeb | | baseline | @@ -164,7 +159,7 @@ RUN | control_p8_faster | - noaacloud RUN | regional_control_faster | | baseline | ### DEBUG ATM tests ### -COMPILE | atm_debug_dyn32 | intel | -DAPP=ATM -DDEBUG=ON -D32BIT=ON -DCCPP_SUITES=FV3_HRRR,FV3_GFS_v16,FV3_GFS_v16_csawmg,FV3_GFS_v16_ras,FV3_GFS_v17_p8,FV3_GFS_v15_thompson_mynn_lam3km,FV3_RAP,FV3_RAP_unified_ugwp,FV3_RAP_cires_ugwp,FV3_RAP_flake,FV3_RAP_clm_lake,FV3_RAP_noah,FV3_RAP_sfcdiff,FV3_RAP_noah_sfcdiff_cires_ugwp,FV3_RRFS_v1beta,FV3_HRRR_c3,FV3_HRRR_gf,FV3_global_nest_v1 | - noaacloud | fv3 | +COMPILE | atm_debug_dyn32 | intel | -DAPP=ATM -DDEBUG=ON -D32BIT=ON -DCCPP_SUITES=FV3_HRRR,FV3_GFS_v16,FV3_GFS_v16_csawmg,FV3_GFS_v16_ras,FV3_GFS_v17_p8,FV3_GFS_v17_p8_ugwpv1,FV3_GFS_v15_thompson_mynn_lam3km,FV3_RAP,FV3_RAP_unified_ugwp,FV3_RAP_cires_ugwp,FV3_RAP_flake,FV3_RAP_clm_lake,FV3_RAP_noah,FV3_RAP_sfcdiff,FV3_RAP_noah_sfcdiff_cires_ugwp,FV3_RRFS_v1beta,FV3_HRRR_c3,FV3_HRRR_gf,FV3_global_nest_v1 | - noaacloud | fv3 | RUN | control_CubedSphereGrid_debug | - noaacloud | baseline | RUN | control_wrtGauss_netcdf_parallel_debug | - noaacloud | baseline | RUN | control_stochy_debug | - noaacloud | baseline | @@ -419,19 +414,23 @@ RUN | rap_control_dyn64_phy32_debug | + hera hercules COMPILE | s2swa | gnu | -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 | + hera hercules | fv3 | #RUN | cpld_control_p8 | + hercules | baseline | -COMPILE | s2s | gnu | -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 | + hera hercules | fv3 | +COMPILE | s2s | gnu | -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8_ugwpv1 | + hera hercules | fv3 | RUN | cpld_control_nowave_noaero_p8 | + hera hercules | baseline | COMPILE | s2swa_debug | gnu | -DAPP=S2SWA -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 | + hera hercules | fv3 | #RUN | cpld_debug_p8 | + hercules | baseline | # Unstructured WW3 -COMPILE | s2sw_pdlib | gnu | -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DPDLIB=ON | + hera hercules | fv3 | +COMPILE | s2sw_pdlib | gnu | -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v17_coupled_p8_ugwpv1 -DPDLIB=ON | + hera hercules | fv3 | RUN | cpld_control_pdlib_p8 | + hera hercules | baseline | -COMPILE | s2sw_pdlib_debug | gnu | -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DPDLIB=ON -DDEBUG=ON | + hera hercules | fv3 | +COMPILE | s2sw_pdlib_debug | gnu | -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v17_coupled_p8_ugwpv1 -DPDLIB=ON -DDEBUG=ON | + hera hercules | fv3 | RUN | cpld_debug_pdlib_p8 | + hercules | baseline | ### CDEPS Data Atmosphere test ### COMPILE | datm_cdeps | gnu | -DAPP=NG-GODAS | + hera hercules | fv3 | RUN | datm_cdeps_control_cfsr | + hera hercules | baseline | + +### ATM-FBH test ### +COMPILE | atm_fbh | intel | -DAPP=ATMF -DCCPP_SUITES=FV3_HRRR -D32BIT=ON | - wcoss2 noaacloud acorn | fv3 | +RUN | cpld_regional_atm_fbh | - wcoss2 noaacloud acorn | baseline | diff --git a/tests/rt_utils.sh b/tests/rt_utils.sh index 3fb1070547..86df50569f 100755 --- a/tests/rt_utils.sh +++ b/tests/rt_utils.sh @@ -39,7 +39,7 @@ function compute_petbounds_and_tasks() { fi local n=0 - unset atm_petlist_bounds ocn_petlist_bounds ice_petlist_bounds wav_petlist_bounds chm_petlist_bounds med_petlist_bounds aqm_petlist_bounds + unset atm_petlist_bounds ocn_petlist_bounds ice_petlist_bounds wav_petlist_bounds chm_petlist_bounds med_petlist_bounds aqm_petlist_bounds fbh_petlist_bounds # ATM ATM_io_tasks=${ATM_io_tasks:-0} @@ -85,6 +85,13 @@ function compute_petbounds_and_tasks() { n=$((n + LND_tasks)) fi + # FBH + if [[ ${FBH_tasks:-0} -gt 0 ]]; then + FBH_tasks=$((FBH_tasks * fbh_omp_num_threads)) + fbh_petlist_bounds="${n} $((n + FBH_tasks - 1))" + n=$((n + FBH_tasks)) + fi + UFS_tasks=${n} if [[ ${RTVERBOSE} == true ]]; then @@ -96,6 +103,7 @@ function compute_petbounds_and_tasks() { echo "MED_petlist_bounds: ${med_petlist_bounds:-}" echo "AQM_petlist_bounds: ${aqm_petlist_bounds:-}" echo "LND_petlist_bounds: ${lnd_petlist_bounds:-}" + echo "FBH_petlist_bounds: ${fbh_petlist_bounds:-}" echo "UFS_tasks : ${UFS_tasks:-}" fi diff --git a/tests/run_test.sh b/tests/run_test.sh index 88e10210d6..8f5c0a02bf 100755 --- a/tests/run_test.sh +++ b/tests/run_test.sh @@ -330,6 +330,10 @@ if [[ ${CDEPS_INLINE} = 'true' ]]; then atparse < "${PATHRT}/parm/${CDEPS_INLINE_CONFIGURE:-stream.config.IN}" > stream.config fi +if [[ ${FIRE_BEHAVIOR} = 'true' ]]; then + atparse < "${PATHRT}/parm/${FIRE_NML:-namelist.fire.IN}" > namelist.fire +fi + TPN=$(( TPN / THRD )) if (( TASKS < TPN )); then TPN=${TASKS} diff --git a/tests/tests/control_2threads_p8 b/tests/tests/control_2threads_p8 index 00dfea7e15..d48022f634 100644 --- a/tests/tests/control_2threads_p8 +++ b/tests/tests/control_2threads_p8 @@ -51,10 +51,11 @@ export LIST_FILES="sfcf000.nc \ export_fv3 export_tiled +export_ugwpv1 +export CCPP_SUITE=FV3_GFS_v17_p8_ugwpv1 + export NPZ=127 export NPZP=128 -export DT_ATMOS=720 -export DT_INNER=${DT_ATMOS} export SYEAR=2021 export SMONTH=03 export SDAY=22 @@ -92,19 +93,6 @@ export NSTF_NAME=2,1,0,0,0 export LHEATSTRG=.false. export LSEASPRAY=.true. -# UGWP1 -export GWD_OPT=2 -export DO_UGWP_V1=.false. -export KNOB_UGWP_VERSION=0 -export KNOB_UGWP_NSLOPE=1 -export DO_UGWP_V0=.true. -export DO_GSL_DRAG_LS_BL=.false. -export DO_GSL_DRAG_SS=.true. -export DO_GSL_DRAG_TOFD=.false. -export DO_UGWP_V1_OROG_ONLY=.false. -export DO_UGWP_V0_NST_ONLY=.false. -export LDIAG_UGWP=.false. - # CA export DO_CA=.true. export CA_SGS=.true. @@ -155,7 +143,6 @@ export USE_CICE_ALB=.false. export WRITE_NSFLIP=.true. export FV3_RUN=control_run.IN -export CCPP_SUITE=FV3_GFS_v17_p8 export FIELD_TABLE=field_table_thompson_noaero_tke export DIAG_TABLE=diag_table_cpld.IN export INPUT_NML=global_control.nml.IN diff --git a/tests/tests/control_CubedSphereGrid b/tests/tests/control_CubedSphereGrid index 772432a196..52bf0f12c9 100644 --- a/tests/tests/control_CubedSphereGrid +++ b/tests/tests/control_CubedSphereGrid @@ -34,9 +34,11 @@ export LIST_FILES="sfcf000.tile1.nc \ atmf024.tile6.nc" export_fv3 export_tiled +export_ugwpv1 +export CCPP_SUITE=FV3_GFS_v17_p8_ugwpv1 + export NPZ=127 export NPZP=128 -export DT_ATMOS=720 export SYEAR=2021 export SMONTH=03 export SDAY=22 @@ -50,5 +52,4 @@ export IOVR=3 export WRITE_DOPOST=.false. export FV3_RUN=control_run.IN -export CCPP_SUITE=FV3_GFS_v17_p8 export INPUT_NML=global_control.nml.IN diff --git a/tests/tests/control_CubedSphereGrid_debug b/tests/tests/control_CubedSphereGrid_debug index 93681bb8a2..1789845883 100644 --- a/tests/tests/control_CubedSphereGrid_debug +++ b/tests/tests/control_CubedSphereGrid_debug @@ -35,9 +35,11 @@ export LIST_FILES="sfcf000.tile1.nc \ export_fv3 export_tiled +export_ugwpv1 +export CCPP_SUITE=FV3_GFS_v17_p8_ugwpv1 + export NPZ=127 export NPZP=128 -export DT_ATMOS=720 export SYEAR=2021 export SMONTH=03 export SDAY=22 @@ -50,5 +52,4 @@ export IOVR=3 export OUTPUT_FH="0 1" export FV3_RUN=control_run.IN -export CCPP_SUITE=FV3_GFS_v17_p8 export INPUT_NML=global_control.nml.IN diff --git a/tests/tests/control_CubedSphereGrid_parallel b/tests/tests/control_CubedSphereGrid_parallel index 45963ad8f5..6bd709a41a 100644 --- a/tests/tests/control_CubedSphereGrid_parallel +++ b/tests/tests/control_CubedSphereGrid_parallel @@ -23,9 +23,11 @@ export LIST_FILES="sfcf000.nc \ export_fv3 export_tiled +export_ugwpv1 +export CCPP_SUITE=FV3_GFS_v17_p8_ugwpv1 + export NPZ=127 export NPZP=128 -export DT_ATMOS=720 export SYEAR=2021 export SMONTH=03 export SDAY=22 @@ -41,5 +43,4 @@ export HISTORY_FILE_ON_NATIVE_GRID=.true. export WRITE_DOPOST=.true. export FV3_RUN=control_run.IN -export CCPP_SUITE=FV3_GFS_v17_p8 export INPUT_NML=global_control.nml.IN diff --git a/tests/tests/control_c192 b/tests/tests/control_c192 index 9ca7c3ace7..8ba14ae125 100644 --- a/tests/tests/control_c192 +++ b/tests/tests/control_c192 @@ -21,19 +21,20 @@ export ATMRES=C192 export_fv3 export_tiled +export_ugwpv1 +export CCPP_SUITE=FV3_GFS_v17_p8_ugwpv1 + export INPES=4 export WRTTASK_PER_GROUP=12 export NPZ=127 export NPZP=128 export NPX=193 export NPY=193 -export DT_ATMOS=360 export SYEAR=2021 export SMONTH=03 export SDAY=22 export SHOUR=06 export RESTART_INTERVAL=48 -export CDMBWD=${CDMBWD_c192} export OUTPUT_GRID='gaussian_grid' export NSTF_NAME='2,0,0,0,0' export WRITE_DOPOST=.true. @@ -43,5 +44,4 @@ export IMO=768 export JMO=384 export FV3_RUN=control_run.IN -export CCPP_SUITE=FV3_GFS_v17_p8 export INPUT_NML=global_control.nml.IN diff --git a/tests/tests/control_c384 b/tests/tests/control_c384 index ed42237a87..9619b89e3e 100644 --- a/tests/tests/control_c384 +++ b/tests/tests/control_c384 @@ -21,6 +21,9 @@ export ATMRES=C384 export_fv3 export_tiled +export_ugwpv1 +export CCPP_SUITE=FV3_GFS_v17_p8_ugwpv1 + export atm_omp_num_threads=${THRD_c384} export INPES=${INPES_c384} export JNPES=${JNPES_c384} @@ -35,9 +38,7 @@ export SYEAR=2021 export SMONTH=03 export SDAY=22 export SHOUR=06 -export DT_ATMOS=225 export RESTART_INTERVAL=0 -export CDMBWD=${CDMBWD_c384} export OUTPUT_GRID='gaussian_grid' export NSTF_NAME='2,0,0,0,0' export WRITE_DOPOST=.true. @@ -48,7 +49,6 @@ export JMO=768 export OUTPUT_FH="6 -1" export FV3_RUN=control_run.IN -export CCPP_SUITE=FV3_GFS_v17_p8 export INPUT_NML=global_control.nml.IN if [[ $MACHINE_ID = jet ]]; then diff --git a/tests/tests/control_c48 b/tests/tests/control_c48 index 9ffa2ce490..0c0313f375 100644 --- a/tests/tests/control_c48 +++ b/tests/tests/control_c48 @@ -45,8 +45,14 @@ export LIST_FILES="sfcf000.nc \ RESTART/20210323.060000.sfc_data.tile5.nc \ RESTART/20210323.060000.sfc_data.tile6.nc" +export ATMRES=C48 + export_fv3 export_tiled +if [[ $RT_COMPILER != gnu ]]; then + export_ugwpv1 + export CCPP_SUITE=FV3_GFS_v17_p8_ugwpv1 +fi export INPES=1 export JNPES=1 @@ -55,13 +61,11 @@ export NPZ=127 export NPZP=128 export NPX=49 export NPY=49 -export DT_ATMOS=1200 export SYEAR=2021 export SMONTH=03 export SDAY=22 export SHOUR=06 export RESTART_INTERVAL=0 -export CDMBWD=${CDMBWD_c48} export OUTPUT_GRID='gaussian_grid' export NSTF_NAME='2,0,0,0,0' export WRITE_DOPOST=.false. @@ -77,5 +81,4 @@ export FNSMCC=${FNSMCC_control} export FNMSKH=${FNMSKH_control} export FV3_RUN=control_run.IN -export CCPP_SUITE=FV3_GFS_v17_p8 export INPUT_NML=global_control.nml.IN diff --git a/tests/tests/control_debug_p8 b/tests/tests/control_debug_p8 index c5f823c4b2..dc8521b587 100644 --- a/tests/tests/control_debug_p8 +++ b/tests/tests/control_debug_p8 @@ -15,10 +15,11 @@ export LIST_FILES="sfcf000.nc \ export_fv3 export_tiled +export_ugwpv1 +export CCPP_SUITE=FV3_GFS_v17_p8_ugwpv1 + export NPZ=127 export NPZP=128 -export DT_ATMOS=720 -export DT_INNER=${DT_ATMOS} export SYEAR=2021 export SMONTH=03 export SDAY=22 @@ -52,19 +53,6 @@ export NSTF_NAME=2,1,0,0,0 export LHEATSTRG=.false. export LSEASPRAY=.true. -# UGWP1 -export GWD_OPT=2 -export DO_UGWP_V1=.false. -export KNOB_UGWP_VERSION=0 -export KNOB_UGWP_NSLOPE=1 -export DO_UGWP_V0=.true. -export DO_GSL_DRAG_LS_BL=.false. -export DO_GSL_DRAG_SS=.true. -export DO_GSL_DRAG_TOFD=.false. -export DO_UGWP_V1_OROG_ONLY=.false. -export DO_UGWP_V0_NST_ONLY=.false. -export LDIAG_UGWP=.false. - # CA export DO_CA=.true. export CA_SGS=.true. @@ -97,7 +85,6 @@ export USE_CICE_ALB=.false. export WRITE_NSFLIP=.true. export FV3_RUN=control_run.IN -export CCPP_SUITE=FV3_GFS_v17_p8 export FIELD_TABLE=field_table_thompson_noaero_tke export DIAG_TABLE=diag_table_cpld.IN export INPUT_NML=global_control.nml.IN diff --git a/tests/tests/control_decomp_p8 b/tests/tests/control_decomp_p8 index e9f22a92c0..867e2457c7 100644 --- a/tests/tests/control_decomp_p8 +++ b/tests/tests/control_decomp_p8 @@ -51,10 +51,11 @@ export LIST_FILES="sfcf000.nc \ export_fv3 export_tiled +export_ugwpv1 +export CCPP_SUITE=FV3_GFS_v17_p8_ugwpv1 + export NPZ=127 export NPZP=128 -export DT_ATMOS=720 -export DT_INNER=${DT_ATMOS} export SYEAR=2021 export SMONTH=03 export SDAY=22 @@ -92,19 +93,6 @@ export NSTF_NAME=2,1,0,0,0 export LHEATSTRG=.false. export LSEASPRAY=.true. -# UGWP1 -export GWD_OPT=2 -export DO_UGWP_V1=.false. -export KNOB_UGWP_VERSION=0 -export KNOB_UGWP_NSLOPE=1 -export DO_UGWP_V0=.true. -export DO_GSL_DRAG_LS_BL=.false. -export DO_GSL_DRAG_SS=.true. -export DO_GSL_DRAG_TOFD=.false. -export DO_UGWP_V1_OROG_ONLY=.false. -export DO_UGWP_V0_NST_ONLY=.false. -export LDIAG_UGWP=.false. - # CA export DO_CA=.true. export CA_SGS=.true. @@ -141,7 +129,6 @@ export USE_CICE_ALB=.false. export WRITE_NSFLIP=.true. export FV3_RUN=control_run.IN -export CCPP_SUITE=FV3_GFS_v17_p8 export FIELD_TABLE=field_table_thompson_noaero_tke export DIAG_TABLE=diag_table_cpld.IN export INPUT_NML=global_control.nml.IN diff --git a/tests/tests/control_latlon b/tests/tests/control_latlon index a46b819168..a5cbce2863 100644 --- a/tests/tests/control_latlon +++ b/tests/tests/control_latlon @@ -19,9 +19,11 @@ export LIST_FILES="sfcf000.nc \ export_fv3 export_tiled +export_ugwpv1 +export CCPP_SUITE=FV3_GFS_v17_p8_ugwpv1 + export NPZ=127 export NPZP=128 -export DT_ATMOS=720 export SYEAR=2021 export SMONTH=03 export SDAY=22 @@ -37,5 +39,4 @@ export OUTPUT_FH='0 24' export FV3_RUN=control_run.IN -export CCPP_SUITE=FV3_GFS_v17_p8 export INPUT_NML=global_control.nml.IN diff --git a/tests/tests/control_noqr_p8 b/tests/tests/control_noqr_p8 index dd3cd82113..47e065497c 100644 --- a/tests/tests/control_noqr_p8 +++ b/tests/tests/control_noqr_p8 @@ -55,10 +55,11 @@ export LIST_FILES="sfcf000.nc \ export_fv3 export_tiled +export_ugwpv1 +export CCPP_SUITE=FV3_GFS_v17_p8_ugwpv1 + export NPZ=127 export NPZP=128 -export DT_ATMOS=720 -export DT_INNER=${DT_ATMOS} export SYEAR=2021 export SMONTH=03 export SDAY=22 @@ -94,19 +95,6 @@ export NSTF_NAME=2,1,0,0,0 export LHEATSTRG=.false. export LSEASPRAY=.true. -# UGWP1 -export GWD_OPT=2 -export DO_UGWP_V1=.false. -export KNOB_UGWP_VERSION=0 -export KNOB_UGWP_NSLOPE=1 -export DO_UGWP_V0=.true. -export DO_GSL_DRAG_LS_BL=.false. -export DO_GSL_DRAG_SS=.true. -export DO_GSL_DRAG_TOFD=.false. -export DO_UGWP_V1_OROG_ONLY=.false. -export DO_UGWP_V0_NST_ONLY=.false. -export LDIAG_UGWP=.false. - # CA export DO_CA=.true. export CA_SGS=.true. @@ -139,7 +127,6 @@ export USE_CICE_ALB=.false. export WRITE_NSFLIP=.true. export FV3_RUN=control_run.IN -export CCPP_SUITE=FV3_GFS_v17_p8 export FIELD_TABLE=field_table_thompson_noaero_tke export DIAG_TABLE=diag_table_cpld.IN export INPUT_NML=global_control.nml.IN diff --git a/tests/tests/control_p8 b/tests/tests/control_p8 index 26ab79b7fb..5ef5b0acae 100644 --- a/tests/tests/control_p8 +++ b/tests/tests/control_p8 @@ -55,10 +55,11 @@ export LIST_FILES="sfcf000.nc \ export_fv3 export_tiled +export_ugwpv1 +export CCPP_SUITE=FV3_GFS_v17_p8_ugwpv1 + export NPZ=127 export NPZP=128 -export DT_ATMOS=720 -export DT_INNER=${DT_ATMOS} export SYEAR=2021 export SMONTH=03 export SDAY=22 @@ -93,19 +94,6 @@ export NSTF_NAME=2,1,0,0,0 export LHEATSTRG=.false. export LSEASPRAY=.true. -# UGWP1 -export GWD_OPT=2 -export DO_UGWP_V1=.false. -export KNOB_UGWP_VERSION=0 -export KNOB_UGWP_NSLOPE=1 -export DO_UGWP_V0=.true. -export DO_GSL_DRAG_LS_BL=.false. -export DO_GSL_DRAG_SS=.true. -export DO_GSL_DRAG_TOFD=.false. -export DO_UGWP_V1_OROG_ONLY=.false. -export DO_UGWP_V0_NST_ONLY=.false. -export LDIAG_UGWP=.false. - # CA export DO_CA=.true. export CA_SGS=.true. @@ -138,7 +126,6 @@ export USE_CICE_ALB=.false. export WRITE_NSFLIP=.true. export FV3_RUN=control_run.IN -export CCPP_SUITE=FV3_GFS_v17_p8 export FIELD_TABLE=field_table_thompson_noaero_tke export DIAG_TABLE=diag_table_cpld.IN export INPUT_NML=global_control.nml.IN diff --git a/tests/tests/control_p8_lndp b/tests/tests/control_p8_lndp index 4f5742b448..3414969d4f 100644 --- a/tests/tests/control_p8_lndp +++ b/tests/tests/control_p8_lndp @@ -27,10 +27,11 @@ export LIST_FILES="sfcf000.nc \ export_fv3 export_tiled +export_ugwpv1 +export CCPP_SUITE=FV3_GFS_v17_p8_ugwpv1 + export NPZ=127 export NPZP=128 -export DT_ATMOS=720 -export DT_INNER=${DT_ATMOS} export SYEAR=2021 export SMONTH=03 export SDAY=22 @@ -66,19 +67,6 @@ export NSTF_NAME=2,1,0,0,0 export LHEATSTRG=.false. export LSEASPRAY=.true. -# UGWP1 -export GWD_OPT=2 -export DO_UGWP_V1=.false. -export KNOB_UGWP_VERSION=0 -export KNOB_UGWP_NSLOPE=1 -export DO_UGWP_V0=.true. -export DO_GSL_DRAG_LS_BL=.false. -export DO_GSL_DRAG_SS=.true. -export DO_GSL_DRAG_TOFD=.false. -export DO_UGWP_V1_OROG_ONLY=.false. -export DO_UGWP_V0_NST_ONLY=.false. -export LDIAG_UGWP=.false. - # CA export DO_CA=.true. export CA_SGS=.true. @@ -111,7 +99,6 @@ export USE_CICE_ALB=.false. export WRITE_NSFLIP=.true. export FV3_RUN=control_run.IN -export CCPP_SUITE=FV3_GFS_v17_p8 export FIELD_TABLE=field_table_thompson_noaero_tke export DIAG_TABLE=diag_table_cpld.IN export INPUT_NML=global_control.nml.IN diff --git a/tests/tests/control_p8_mynn b/tests/tests/control_p8_mynn index 593b283f63..9eac9bb346 100644 --- a/tests/tests/control_p8_mynn +++ b/tests/tests/control_p8_mynn @@ -171,5 +171,6 @@ export LANDICE=".false." export FSICL=0 export FSICS=0 +export RF_CUTOFF=10. export IOVR=3 export ICLIQ_SW=2 diff --git a/tests/tests/control_p8_ugwpv1 b/tests/tests/control_p8_ugwpv1 index a62a9c1049..a580362248 100644 --- a/tests/tests/control_p8_ugwpv1 +++ b/tests/tests/control_p8_ugwpv1 @@ -56,10 +56,10 @@ export LIST_FILES="sfcf000.nc \ export_fv3 export_tiled +export_ugwpv1 + export NPZ=127 export NPZP=128 -export DT_ATMOS=720 -export DT_INNER=${DT_ATMOS} export SYEAR=2021 export SMONTH=03 export SDAY=22 @@ -94,22 +94,6 @@ export NSTF_NAME=2,1,0,0,0 export LHEATSTRG=.false. export LSEASPRAY=.true. -# UGWP1 -export GWD_OPT=2 -export CDMBWD=20.0,2.5,1.0,1.0 -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. -export DO_UGWP_V1_OROG_ONLY=.false. -export DO_UGWP_V0_NST_ONLY=.false. -export LDIAG_UGWP=.false. -export KNOB_UGWP_DOKDIS=2 -export KNOB_UGWP_NDX4LH=4 - # CA export DO_CA=.true. export CA_SGS=.true. diff --git a/tests/tests/control_restart_noqr_p8 b/tests/tests/control_restart_noqr_p8 index f3baca99f7..3465569ad6 100644 --- a/tests/tests/control_restart_noqr_p8 +++ b/tests/tests/control_restart_noqr_p8 @@ -47,10 +47,11 @@ export LIST_FILES="sfcf024.nc \ export_fv3 export_tiled +export_ugwpv1 +export CCPP_SUITE=FV3_GFS_v17_p8_ugwpv1 + export NPZ=127 export NPZP=128 -export DT_ATMOS=720 -export DT_INNER=${DT_ATMOS} export SYEAR=2021 export SMONTH=03 export SDAY=22 @@ -93,19 +94,6 @@ export NSTF_NAME=2,0,0,0,0 export LHEATSTRG=.false. export LSEASPRAY=.true. -# UGWP1 -export GWD_OPT=2 -export DO_UGWP_V1=.false. -export KNOB_UGWP_VERSION=0 -export KNOB_UGWP_NSLOPE=1 -export DO_UGWP_V0=.true. -export DO_GSL_DRAG_LS_BL=.false. -export DO_GSL_DRAG_SS=.true. -export DO_GSL_DRAG_TOFD=.false. -export DO_UGWP_V1_OROG_ONLY=.false. -export DO_UGWP_V0_NST_ONLY=.false. -export LDIAG_UGWP=.false. - # CA export DO_CA=.true. export CA_SGS=.true. @@ -138,7 +126,6 @@ export USE_CICE_ALB=.false. export WRITE_NSFLIP=.true. export FV3_RUN=control_run.IN -export CCPP_SUITE=FV3_GFS_v17_p8 export FIELD_TABLE=field_table_thompson_noaero_tke export DIAG_TABLE=diag_table_cpld.IN export INPUT_NML=global_control.nml.IN diff --git a/tests/tests/control_restart_p8 b/tests/tests/control_restart_p8 index 50be1ec0dd..27808b02c4 100644 --- a/tests/tests/control_restart_p8 +++ b/tests/tests/control_restart_p8 @@ -47,10 +47,11 @@ export LIST_FILES="sfcf024.nc \ export_fv3 export_tiled +export_ugwpv1 +export CCPP_SUITE=FV3_GFS_v17_p8_ugwpv1 + export NPZ=127 export NPZP=128 -export DT_ATMOS=720 -export DT_INNER=${DT_ATMOS} export SYEAR=2021 export SMONTH=03 export SDAY=22 @@ -92,19 +93,6 @@ export NSTF_NAME=2,0,0,0,0 export LHEATSTRG=.false. export LSEASPRAY=.true. -# UGWP1 -export GWD_OPT=2 -export DO_UGWP_V1=.false. -export KNOB_UGWP_VERSION=0 -export KNOB_UGWP_NSLOPE=1 -export DO_UGWP_V0=.true. -export DO_GSL_DRAG_LS_BL=.false. -export DO_GSL_DRAG_SS=.true. -export DO_GSL_DRAG_TOFD=.false. -export DO_UGWP_V1_OROG_ONLY=.false. -export DO_UGWP_V0_NST_ONLY=.false. -export LDIAG_UGWP=.false. - # CA export DO_CA=.true. export CA_SGS=.true. @@ -137,7 +125,6 @@ export USE_CICE_ALB=.false. export WRITE_NSFLIP=.true. export FV3_RUN=control_run.IN -export CCPP_SUITE=FV3_GFS_v17_p8 export FIELD_TABLE=field_table_thompson_noaero_tke export DIAG_TABLE=diag_table_cpld.IN export INPUT_NML=global_control.nml.IN diff --git a/tests/tests/control_wrtGauss_netcdf_parallel b/tests/tests/control_wrtGauss_netcdf_parallel index d90184da4d..8ee30f0ad1 100644 --- a/tests/tests/control_wrtGauss_netcdf_parallel +++ b/tests/tests/control_wrtGauss_netcdf_parallel @@ -19,9 +19,11 @@ export LIST_FILES="sfcf000.nc \ export_fv3 export_tiled +export_ugwpv1 +export CCPP_SUITE=FV3_GFS_v17_p8_ugwpv1 + export NPZ=127 export NPZP=128 -export DT_ATMOS=720 export SYEAR=2021 export SMONTH=03 export SDAY=22 @@ -36,5 +38,4 @@ export IDEFLATE=1 export QUANTIZE_NSD=14 export FV3_RUN=control_run.IN -export CCPP_SUITE=FV3_GFS_v17_p8 export INPUT_NML=global_control.nml.IN diff --git a/tests/tests/control_wrtGauss_netcdf_parallel_debug b/tests/tests/control_wrtGauss_netcdf_parallel_debug index 2988ec0782..8d29303cef 100644 --- a/tests/tests/control_wrtGauss_netcdf_parallel_debug +++ b/tests/tests/control_wrtGauss_netcdf_parallel_debug @@ -15,9 +15,11 @@ export LIST_FILES="sfcf000.nc \ export_fv3 export_tiled +export_ugwpv1 +export CCPP_SUITE=FV3_GFS_v17_p8_ugwpv1 + export NPZ=127 export NPZP=128 -export DT_ATMOS=720 export SYEAR=2021 export SMONTH=03 export SDAY=22 @@ -33,5 +35,4 @@ export QUANTIZE_NSD=14 export OUTPUT_FH="0 1" export FV3_RUN=control_run.IN -export CCPP_SUITE=FV3_GFS_v17_p8 export INPUT_NML=global_control.nml.IN diff --git a/tests/tests/cpld_2threads_p8 b/tests/tests/cpld_2threads_p8 index 66c0a88240..3612e62529 100644 --- a/tests/tests/cpld_2threads_p8 +++ b/tests/tests/cpld_2threads_p8 @@ -59,6 +59,8 @@ export LIST_FILES="sfcf024.tile1.nc \ export_fv3 export_cpl +export_ugwpv1 +export CCPP_SUITE=FV3_GFS_v17_coupled_p8_ugwpv1 export RESTART_N=12 export RESTART_INTERVAL="${RESTART_N} -1" @@ -93,10 +95,11 @@ if [[ $MACHINE_ID = derecho ]]; then TPN=96 fi +export DT_INNER=720 +export DT_ATMOS=720 +export K_SPLIT=4 +export N_SPLIT=5 + # HR4 GFSv17 GWD update -export DO_UGWP_V0=.false. -export DO_UGWP_V1=.true. -export DO_GSL_DRAG_LS_BL=.true. export DO_GWD_OPT_PSL=.true. export DO_GSL_DRAG_SS=.false. -export DO_GSL_DRAG_TOFD=.true. diff --git a/tests/tests/cpld_bmark_p8 b/tests/tests/cpld_bmark_p8 index 14f127024e..8a0229c38e 100644 --- a/tests/tests/cpld_bmark_p8 +++ b/tests/tests/cpld_bmark_p8 @@ -53,6 +53,8 @@ export LIST_FILES="sfcf006.nc \ export_fv3 export_cpl +export_ugwpv1 +export CCPP_SUITE=FV3_GFS_v17_coupled_p8_ugwpv1 export SYEAR=2013 export SMONTH=04 @@ -107,8 +109,6 @@ export MESH_WAV=mesh.${WW3_DOMAIN}.nc export WW3_MODDEF=mod_def.${WW3_DOMAIN} # set component and coupling timesteps -export DT_ATMOS=300 -export DT_INNER=${DT_ATMOS} export DT_CICE=${DT_ATMOS} export DT_DYNAM_MOM6=900 export DT_THERM_MOM6=1800 @@ -144,14 +144,11 @@ export FNABSC="'C384.maximum_snow_albedo.tileX.nc'" #BMICs do not contain NSST spinup export NSTF_NAME=2,1,0,0,0 -export CDMBWD=${CDMBWD_c384} - export FV3_RUN=cpld_control_run.IN +export K_SPLIT=2 +export N_SPLIT=5 + # HR4 GFSv17 GWD update -export DO_UGWP_V0=.false. -export DO_UGWP_V1=.true. -export DO_GSL_DRAG_LS_BL=.true. export DO_GWD_OPT_PSL=.true. export DO_GSL_DRAG_SS=.false. -export DO_GSL_DRAG_TOFD=.true. diff --git a/tests/tests/cpld_control_c48 b/tests/tests/cpld_control_c48 index 0a21f62be7..f90cad4b81 100644 --- a/tests/tests/cpld_control_c48 +++ b/tests/tests/cpld_control_c48 @@ -55,6 +55,9 @@ export LIST_FILES="sfcf024.tile1.nc \ export_fv3 export_cpl +export_ugwpv1 + +export CCPP_SUITE=FV3_GFS_v17_coupled_p8_ugwpv1 export RESTART_N=12 export RESTART_INTERVAL="${RESTART_N} -1" @@ -140,9 +143,5 @@ export UFS_CONFIGURE=ufs.configure.s2s_esmf.IN export FV3_RUN=cpld_control_run.IN # HR4 GFSv17 GWD update -export DO_UGWP_V0=.false. -export DO_UGWP_V1=.true. -export DO_GSL_DRAG_LS_BL=.true. export DO_GWD_OPT_PSL=.true. export DO_GSL_DRAG_SS=.false. -export DO_GSL_DRAG_TOFD=.true. diff --git a/tests/tests/cpld_control_ciceC_p8 b/tests/tests/cpld_control_ciceC_p8 index b99fb22832..e3c1a9f462 100644 --- a/tests/tests/cpld_control_ciceC_p8 +++ b/tests/tests/cpld_control_ciceC_p8 @@ -71,6 +71,8 @@ export LIST_FILES="sfcf021.tile1.nc \ export_fv3 export_cpl +export_ugwpv1 +export CCPP_SUITE=FV3_GFS_v17_coupled_p8_ugwpv1 export RESTART_N=12 export RESTART_INTERVAL="${RESTART_N} -1" @@ -84,10 +86,11 @@ export CICE_GRIDICE=C export FV3_RUN=cpld_control_run.IN +export DT_INNER=720 +export DT_ATMOS=720 +export K_SPLIT=4 +export N_SPLIT=5 + # HR4 GFSv17 GWD update -export DO_UGWP_V0=.false. -export DO_UGWP_V1=.true. -export DO_GSL_DRAG_LS_BL=.true. export DO_GWD_OPT_PSL=.true. export DO_GSL_DRAG_SS=.false. -export DO_GSL_DRAG_TOFD=.true. diff --git a/tests/tests/cpld_control_gfsv17 b/tests/tests/cpld_control_gfsv17 index eb1b30790d..98b9f8a077 100644 --- a/tests/tests/cpld_control_gfsv17 +++ b/tests/tests/cpld_control_gfsv17 @@ -71,6 +71,7 @@ export LIST_FILES="sfcf021.tile1.nc \ export_fv3 export_cpl +export_ugwpv1 export CPLCHM=.false. export DNATS=0 @@ -90,22 +91,6 @@ WAV_tasks=$WAV_tasks_cpl_unstr export atm_omp_num_threads=$THRD_cpl_unstr export med_omp_num_threads=$atm_omp_num_threads -# UGWP1 -export GWD_OPT=2 -export CDMBWD=20.0,2.5,1.0,1.0 -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. -export DO_UGWP_V1_OROG_ONLY=.false. -export DO_UGWP_V0_NST_ONLY=.false. -export LDIAG_UGWP=.false. -export KNOB_UGWP_DOKDIS=2 -export KNOB_UGWP_NDX4LH=4 - export MOM6_TOPOEDITS=ufs.topo_edits_011818.nc export MOM6_ALLOW_LANDMASK_CHANGES=True export eps_imesh=2.5e-1 @@ -129,10 +114,9 @@ if [[ $MACHINE_ID = hera ]] && [[ $RT_COMPILER = gnu ]]; then WLCLK=40 fi +export K_SPLIT=2 +export N_SPLIT=5 + # HR4 GFSv17 GWD update -export DO_UGWP_V0=.false. -export DO_UGWP_V1=.true. -export DO_GSL_DRAG_LS_BL=.true. export DO_GWD_OPT_PSL=.true. export DO_GSL_DRAG_SS=.false. -export DO_GSL_DRAG_TOFD=.true. diff --git a/tests/tests/cpld_control_gfsv17_iau b/tests/tests/cpld_control_gfsv17_iau index dbf82fe08c..a85cc6adad 100644 --- a/tests/tests/cpld_control_gfsv17_iau +++ b/tests/tests/cpld_control_gfsv17_iau @@ -52,6 +52,7 @@ export LIST_FILES="sfcf024.nc \ export_fv3 export_cpl +export_ugwpv1 export CPLCHM=.false. export DNATS=0 @@ -97,22 +98,6 @@ WAV_tasks=$WAV_tasks_cpl_unstr export atm_omp_num_threads=$THRD_cpl_unstr export med_omp_num_threads=$atm_omp_num_threads -# UGWP1 -export GWD_OPT=2 -export CDMBWD=20.0,2.5,1.0,1.0 -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. -export DO_UGWP_V1_OROG_ONLY=.false. -export DO_UGWP_V0_NST_ONLY=.false. -export LDIAG_UGWP=.false. -export KNOB_UGWP_DOKDIS=2 -export KNOB_UGWP_NDX4LH=4 - export WW3_DOMAIN=global_270k export MESH_WAV=mesh.${WW3_DOMAIN}.nc export WW3_MODDEF=mod_def.exp.${WW3_DOMAIN} @@ -142,9 +127,5 @@ if [[ $MACHINE_ID = hera ]] && [[ $RT_COMPILER = gnu ]]; then fi # HR4 GFSv17 GWD update -export DO_UGWP_V0=.false. -export DO_UGWP_V1=.true. -export DO_GSL_DRAG_LS_BL=.true. export DO_GWD_OPT_PSL=.true. export DO_GSL_DRAG_SS=.false. -export DO_GSL_DRAG_TOFD=.true. diff --git a/tests/tests/cpld_control_noaero_p8 b/tests/tests/cpld_control_noaero_p8 index f191cc8dd5..e918aa1f63 100644 --- a/tests/tests/cpld_control_noaero_p8 +++ b/tests/tests/cpld_control_noaero_p8 @@ -70,6 +70,8 @@ export LIST_FILES="sfcf021.tile1.nc \ export_fv3 export_cpl +export_ugwpv1 +export CCPP_SUITE=FV3_GFS_v17_coupled_p8_ugwpv1 export RESTART_N=12 export RESTART_INTERVAL="${RESTART_N} -1" @@ -87,10 +89,9 @@ export UFS_CONFIGURE=ufs.configure.s2sw_fast_esmf.IN export FV3_RUN=cpld_control_run.IN +export K_SPLIT=2 +export N_SPLIT=5 + # HR4 GFSv17 GWD update -export DO_UGWP_V0=.false. -export DO_UGWP_V1=.true. -export DO_GSL_DRAG_LS_BL=.true. export DO_GWD_OPT_PSL=.true. export DO_GSL_DRAG_SS=.false. -export DO_GSL_DRAG_TOFD=.true. diff --git a/tests/tests/cpld_control_nowave_noaero_p8 b/tests/tests/cpld_control_nowave_noaero_p8 index 34bcd8d921..0647cd8e79 100644 --- a/tests/tests/cpld_control_nowave_noaero_p8 +++ b/tests/tests/cpld_control_nowave_noaero_p8 @@ -70,6 +70,8 @@ export LIST_FILES="sfcf021.tile1.nc \ export_fv3 export_cpl +export_ugwpv1 +export CCPP_SUITE=FV3_GFS_v17_coupled_p8_ugwpv1 export RESTART_N=12 export RESTART_INTERVAL="${RESTART_N} -1" @@ -105,10 +107,9 @@ export UFS_CONFIGURE=ufs.configure.s2s_esmf.IN export FV3_RUN=cpld_control_run.IN +export K_SPLIT=2 +export N_SPLIT=5 + # HR4 GFSv17 GWD update -export DO_UGWP_V0=.false. -export DO_UGWP_V1=.true. -export DO_GSL_DRAG_LS_BL=.true. export DO_GWD_OPT_PSL=.true. export DO_GSL_DRAG_SS=.false. -export DO_GSL_DRAG_TOFD=.true. diff --git a/tests/tests/cpld_control_p8 b/tests/tests/cpld_control_p8 index 67243979f3..fcb57d70fe 100644 --- a/tests/tests/cpld_control_p8 +++ b/tests/tests/cpld_control_p8 @@ -71,6 +71,8 @@ export LIST_FILES="sfcf021.tile1.nc \ export_fv3 export_cpl +export_ugwpv1 +export CCPP_SUITE=FV3_GFS_v17_coupled_p8_ugwpv1 export RESTART_N=12 export RESTART_INTERVAL="${RESTART_N} -1" @@ -86,10 +88,11 @@ if [[ $MACHINE_ID = derecho ]]; then TPN=96 fi +export DT_INNER=720 +export DT_ATMOS=720 +export K_SPLIT=4 +export N_SPLIT=5 + # HR4 GFSv17 GWD update -export DO_UGWP_V0=.false. -export DO_UGWP_V1=.true. -export DO_GSL_DRAG_LS_BL=.true. export DO_GWD_OPT_PSL=.true. export DO_GSL_DRAG_SS=.false. -export DO_GSL_DRAG_TOFD=.true. diff --git a/tests/tests/cpld_control_p8.v2.sfc b/tests/tests/cpld_control_p8.v2.sfc index 30ed1593fb..b754f76072 100644 --- a/tests/tests/cpld_control_p8.v2.sfc +++ b/tests/tests/cpld_control_p8.v2.sfc @@ -71,6 +71,8 @@ export LIST_FILES="sfcf021.tile1.nc \ export_fv3 export_cpl +export_ugwpv1 +export CCPP_SUITE=FV3_GFS_v17_coupled_p8_ugwpv1 export RESTART_N=12 export RESTART_INTERVAL="${RESTART_N} -1" @@ -87,10 +89,11 @@ if [[ $MACHINE_ID = derecho ]]; then TPN=96 fi +export DT_INNER=720 +export DT_ATMOS=720 +export K_SPLIT=4 +export N_SPLIT=5 + # HR4 GFSv17 GWD update -export DO_UGWP_V0=.false. -export DO_UGWP_V1=.true. -export DO_GSL_DRAG_LS_BL=.true. export DO_GWD_OPT_PSL=.true. export DO_GSL_DRAG_SS=.false. -export DO_GSL_DRAG_TOFD=.true. diff --git a/tests/tests/cpld_control_p8_faster b/tests/tests/cpld_control_p8_faster index fcf93cd106..5a751b24d8 100644 --- a/tests/tests/cpld_control_p8_faster +++ b/tests/tests/cpld_control_p8_faster @@ -71,6 +71,8 @@ export LIST_FILES="sfcf021.tile1.nc \ export_fv3 export_cpl +export_ugwpv1 +export CCPP_SUITE=FV3_GFS_v17_coupled_p8_ugwpv1 export RESTART_N=12 export RESTART_INTERVAL="${RESTART_N} -1" @@ -82,6 +84,11 @@ export eps_imesh=2.5e-1 export FV3_RUN=cpld_control_run.IN +export DT_INNER=720 +export DT_ATMOS=720 +export K_SPLIT=4 +export N_SPLIT=5 + # HR4 GFSv17 GWD update export DO_UGWP_V0=.false. export DO_UGWP_V1=.true. diff --git a/tests/tests/cpld_control_p8_mixedmode b/tests/tests/cpld_control_p8_mixedmode index b01765abdf..10669918f3 100644 --- a/tests/tests/cpld_control_p8_mixedmode +++ b/tests/tests/cpld_control_p8_mixedmode @@ -71,6 +71,8 @@ export LIST_FILES="sfcf021.tile1.nc \ export_fv3 export_cpl +export_ugwpv1 +export CCPP_SUITE=FV3_GFS_v17_coupled_p8_ugwpv1 export RESTART_N=12 export RESTART_INTERVAL="${RESTART_N} -1" @@ -82,10 +84,11 @@ export eps_imesh=2.5e-1 export FV3_RUN=cpld_control_run.IN +export DT_INNER=720 +export DT_ATMOS=720 +export K_SPLIT=4 +export N_SPLIT=5 + # HR4 GFSv17 GWD update -export DO_UGWP_V0=.false. -export DO_UGWP_V1=.true. -export DO_GSL_DRAG_LS_BL=.true. export DO_GWD_OPT_PSL=.true. export DO_GSL_DRAG_SS=.false. -export DO_GSL_DRAG_TOFD=.true. diff --git a/tests/tests/cpld_control_pdlib_p8 b/tests/tests/cpld_control_pdlib_p8 index 252481a48a..7f87778cf7 100644 --- a/tests/tests/cpld_control_pdlib_p8 +++ b/tests/tests/cpld_control_pdlib_p8 @@ -70,6 +70,8 @@ export LIST_FILES="sfcf021.tile1.nc \ export_fv3 export_cpl +export_ugwpv1 +export CCPP_SUITE=FV3_GFS_v17_coupled_p8_ugwpv1 export RESTART_N=12 export RESTART_INTERVAL="${RESTART_N} -1" @@ -106,10 +108,11 @@ if [[ $MACHINE_ID = hera ]] && [[ $RT_COMPILER = gnu ]]; then WLCLK=40 fi +export DT_INNER=720 +export DT_ATMOS=720 +export K_SPLIT=4 +export N_SPLIT=5 + # HR4 GFSv17 GWD update -export DO_UGWP_V0=.false. -export DO_UGWP_V1=.true. -export DO_GSL_DRAG_LS_BL=.true. export DO_GWD_OPT_PSL=.true. export DO_GSL_DRAG_SS=.false. -export DO_GSL_DRAG_TOFD=.true. diff --git a/tests/tests/cpld_control_qr_p8 b/tests/tests/cpld_control_qr_p8 index 9618a05e6b..a79b1a6d82 100644 --- a/tests/tests/cpld_control_qr_p8 +++ b/tests/tests/cpld_control_qr_p8 @@ -71,6 +71,8 @@ export LIST_FILES="sfcf021.tile1.nc \ export_fv3 export_cpl +export_ugwpv1 +export CCPP_SUITE=FV3_GFS_v17_coupled_p8_ugwpv1 export QUILTING_RESTART=.true. export RESTART_N=12 @@ -83,10 +85,11 @@ export eps_imesh=2.5e-1 export FV3_RUN=cpld_control_run.IN +export DT_INNER=720 +export DT_ATMOS=720 +export K_SPLIT=4 +export N_SPLIT=5 + # HR4 GFSv17 GWD update -export DO_UGWP_V0=.false. -export DO_UGWP_V1=.true. -export DO_GSL_DRAG_LS_BL=.true. export DO_GWD_OPT_PSL=.true. export DO_GSL_DRAG_SS=.false. -export DO_GSL_DRAG_TOFD=.true. diff --git a/tests/tests/cpld_control_sfs b/tests/tests/cpld_control_sfs index 1d2f12753a..9f0d327e00 100644 --- a/tests/tests/cpld_control_sfs +++ b/tests/tests/cpld_control_sfs @@ -19,6 +19,7 @@ export LIST_FILES="sfcf021.nc \ export_fv3 export_cpl +export_ugwpv1 export CPLCHM=.false. export DNATS=0 @@ -56,22 +57,6 @@ export CICE_ICE_IC=cice.warmstart.nc export atm_omp_num_threads=$THRD_cpl_unstr export med_omp_num_threads=$atm_omp_num_threads -# UGWP1 -export GWD_OPT=2 -export CDMBWD=20.0,2.5,1.0,1.0 -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. -export DO_UGWP_V1_OROG_ONLY=.false. -export DO_UGWP_V0_NST_ONLY=.false. -export LDIAG_UGWP=.false. -export KNOB_UGWP_DOKDIS=2 -export KNOB_UGWP_NDX4LH=4 - export MOM6_TOPOEDITS=ufs.topo_edits_011818.nc export MOM6_ALLOW_LANDMASK_CHANGES=True export eps_imesh=2.5e-1 @@ -96,10 +81,9 @@ if [[ $MACHINE_ID = hera ]] && [[ $RT_COMPILER = gnu ]]; then WLCLK=40 fi +export K_SPLIT=2 +export N_SPLIT=5 + # HR4 GFSv17 GWD update -export DO_UGWP_V0=.false. -export DO_UGWP_V1=.true. -export DO_GSL_DRAG_LS_BL=.true. export DO_GWD_OPT_PSL=.true. export DO_GSL_DRAG_SS=.false. -export DO_GSL_DRAG_TOFD=.true. diff --git a/tests/tests/cpld_debug_gfsv17 b/tests/tests/cpld_debug_gfsv17 index 37220564ac..1f64f8b861 100644 --- a/tests/tests/cpld_debug_gfsv17 +++ b/tests/tests/cpld_debug_gfsv17 @@ -58,6 +58,7 @@ export LIST_FILES="sfcf003.tile1.nc \ export_fv3 export_cpl +export_ugwpv1 export FHMAX=3 export DAYS=0.125 @@ -85,21 +86,6 @@ export MOM6_ALLOW_LANDMASK_CHANGES=True export eps_imesh=2.5e-1 export CICE_DIAGFREQ=`expr $((FHMAX-$FHROT)) \* 3600 / $DT_CICE` -export GWD_OPT=2 -export CDMBWD=20.0,2.5,1.0,1.0 -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. -export DO_UGWP_V1_OROG_ONLY=.false. -export DO_UGWP_V0_NST_ONLY=.false. -export LDIAG_UGWP=.false. -export KNOB_UGWP_DOKDIS=2 -export KNOB_UGWP_NDX4LH=4 - #GFSv17 settings export PROGSIGMA=.true. export IOPT_DIAG=2 @@ -117,14 +103,15 @@ export UFS_CONFIGURE=ufs.configure.s2sw.IN export FV3_RUN=cpld_control_run.IN +export DT_INNER=360 +export DT_ATMOS=360 +export K_SPLIT=2 +export N_SPLIT=5 + if [[ $MACHINE_ID = hera ]] && [[ $RT_COMPILER = gnu ]]; then WLCLK=40 fi # HR4 GFSv17 GWD update -export DO_UGWP_V0=.false. -export DO_UGWP_V1=.true. -export DO_GSL_DRAG_LS_BL=.true. export DO_GWD_OPT_PSL=.true. export DO_GSL_DRAG_SS=.false. -export DO_GSL_DRAG_TOFD=.true. diff --git a/tests/tests/cpld_debug_noaero_p8 b/tests/tests/cpld_debug_noaero_p8 index ec5114a81d..befc62f92a 100644 --- a/tests/tests/cpld_debug_noaero_p8 +++ b/tests/tests/cpld_debug_noaero_p8 @@ -58,6 +58,8 @@ export LIST_FILES="sfcf003.tile1.nc \ export_fv3 export_cpl +export_ugwpv1 +export CCPP_SUITE=FV3_GFS_v17_coupled_p8_ugwpv1 export FHMAX=3 export DAYS=0.125 @@ -78,6 +80,9 @@ export UFS_CONFIGURE=ufs.configure.s2sw_fast_esmf.IN export FV3_RUN=cpld_control_run.IN +export K_SPLIT=2 +export N_SPLIT=5 + # HR4 GFSv17 GWD update export DO_UGWP_V0=.false. export DO_UGWP_V1=.true. diff --git a/tests/tests/cpld_debug_p8 b/tests/tests/cpld_debug_p8 index ed304b3b3d..9267cf6f8e 100644 --- a/tests/tests/cpld_debug_p8 +++ b/tests/tests/cpld_debug_p8 @@ -59,6 +59,8 @@ export LIST_FILES="sfcf003.tile1.nc \ export_fv3 export_cpl +export_ugwpv1 +export CCPP_SUITE=FV3_GFS_v17_coupled_p8_ugwpv1 export FHMAX=3 export DAYS=0.125 @@ -77,6 +79,11 @@ if [[ $MACHINE_ID = hera ]] && [[ $RT_COMPILER = gnu ]]; then WLCLK=40 fi +export DT_INNER=720 +export DT_ATMOS=720 +export K_SPLIT=4 +export N_SPLIT=5 + # HR4 GFSv17 GWD update export DO_UGWP_V0=.false. export DO_UGWP_V1=.true. diff --git a/tests/tests/cpld_debug_pdlib_p8 b/tests/tests/cpld_debug_pdlib_p8 index 9f577a1b92..47b41d2da9 100644 --- a/tests/tests/cpld_debug_pdlib_p8 +++ b/tests/tests/cpld_debug_pdlib_p8 @@ -58,6 +58,8 @@ export LIST_FILES="sfcf003.tile1.nc \ export_fv3 export_cpl +export_ugwpv1 +export CCPP_SUITE=FV3_GFS_v17_coupled_p8_ugwpv1 export FHMAX=3 export DAYS=0.125 @@ -100,6 +102,9 @@ if [[ $MACHINE_ID = hera && $RT_COMPILER = gnu ]] || [[ $MACHINE_ID = jet ]]; th WLCLK=50 fi +export K_SPLIT=2 +export N_SPLIT=5 + # HR4 GFSv17 GWD update export DO_UGWP_V0=.false. export DO_UGWP_V1=.true. diff --git a/tests/tests/cpld_decomp_p8 b/tests/tests/cpld_decomp_p8 index 6c44601b3f..2642cc30a2 100644 --- a/tests/tests/cpld_decomp_p8 +++ b/tests/tests/cpld_decomp_p8 @@ -59,6 +59,8 @@ export LIST_FILES="sfcf024.tile1.nc \ export_fv3 export_cpl +export_ugwpv1 +export CCPP_SUITE=FV3_GFS_v17_coupled_p8_ugwpv1 export RESTART_N=12 export RESTART_INTERVAL="${RESTART_N} -1" @@ -87,10 +89,11 @@ if [[ $MACHINE_ID = derecho ]]; then TPN=96 fi +export DT_INNER=720 +export DT_ATMOS=720 +export K_SPLIT=4 +export N_SPLIT=5 + # HR4 GFSv17 GWD update -export DO_UGWP_V0=.false. -export DO_UGWP_V1=.true. -export DO_GSL_DRAG_LS_BL=.true. export DO_GWD_OPT_PSL=.true. export DO_GSL_DRAG_SS=.false. -export DO_GSL_DRAG_TOFD=.true. diff --git a/tests/tests/cpld_mpi_gfsv17 b/tests/tests/cpld_mpi_gfsv17 index 6fc53f2686..36b1c81ea0 100644 --- a/tests/tests/cpld_mpi_gfsv17 +++ b/tests/tests/cpld_mpi_gfsv17 @@ -71,6 +71,7 @@ export LIST_FILES="sfcf021.tile1.nc \ export_fv3 export_cpl +export_ugwpv1 export CPLCHM=.false. export DNATS=0 @@ -97,22 +98,6 @@ export CICE_BLCKY=`expr $NY_GLB / 2` export atm_omp_num_threads=$THRD_cpl_unstr export med_omp_num_threads=$atm_omp_num_threads -# UGWP1 -export GWD_OPT=2 -export CDMBWD=20.0,2.5,1.0,1.0 -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. -export DO_UGWP_V1_OROG_ONLY=.false. -export DO_UGWP_V0_NST_ONLY=.false. -export LDIAG_UGWP=.false. -export KNOB_UGWP_DOKDIS=2 -export KNOB_UGWP_NDX4LH=4 - export MOM6_TOPOEDITS=ufs.topo_edits_011818.nc export MOM6_ALLOW_LANDMASK_CHANGES=True export eps_imesh=2.5e-1 @@ -132,10 +117,10 @@ export UFS_CONFIGURE=ufs.configure.s2sw.IN export PROGSIGMA=.true. export IOPT_DIAG=2 +export K_SPLIT=2 +export N_SPLIT=5 + + # HR4 GFSv17 GWD update -export DO_UGWP_V0=.false. -export DO_UGWP_V1=.true. -export DO_GSL_DRAG_LS_BL=.true. export DO_GWD_OPT_PSL=.true. export DO_GSL_DRAG_SS=.false. -export DO_GSL_DRAG_TOFD=.true. diff --git a/tests/tests/cpld_mpi_p8 b/tests/tests/cpld_mpi_p8 index 84756f04d6..fcf8316ab0 100644 --- a/tests/tests/cpld_mpi_p8 +++ b/tests/tests/cpld_mpi_p8 @@ -59,6 +59,8 @@ export LIST_FILES="sfcf024.tile1.nc \ export_fv3 export_cpl +export_ugwpv1 +export CCPP_SUITE=FV3_GFS_v17_coupled_p8_ugwpv1 export RESTART_N=12 export RESTART_INTERVAL="${RESTART_N} -1" @@ -87,10 +89,11 @@ if [[ $MACHINE_ID = derecho ]]; then TPN=96 fi +export DT_INNER=720 +export DT_ATMOS=720 +export K_SPLIT=4 +export N_SPLIT=5 + # HR4 GFSv17 GWD update -export DO_UGWP_V0=.false. -export DO_UGWP_V1=.true. -export DO_GSL_DRAG_LS_BL=.true. export DO_GWD_OPT_PSL=.true. export DO_GSL_DRAG_SS=.false. -export DO_GSL_DRAG_TOFD=.true. diff --git a/tests/tests/cpld_mpi_pdlib_p8 b/tests/tests/cpld_mpi_pdlib_p8 index cd536948d2..c3879bf706 100644 --- a/tests/tests/cpld_mpi_pdlib_p8 +++ b/tests/tests/cpld_mpi_pdlib_p8 @@ -70,6 +70,8 @@ export LIST_FILES="sfcf021.tile1.nc \ export_fv3 export_cpl +export_ugwpv1 +export CCPP_SUITE=FV3_GFS_v17_coupled_p8_ugwpv1 export RESTART_N=12 export RESTART_INTERVAL="${RESTART_N} -1" @@ -105,10 +107,11 @@ export UFS_CONFIGURE=ufs.configure.s2sw_fast_esmf.IN export FV3_RUN=cpld_control_run.IN +export DT_INNER=720 +export DT_ATMOS=720 +export K_SPLIT=4 +export N_SPLIT=5 + # HR4 GFSv17 GWD update -export DO_UGWP_V0=.false. -export DO_UGWP_V1=.true. -export DO_GSL_DRAG_LS_BL=.true. export DO_GWD_OPT_PSL=.true. export DO_GSL_DRAG_SS=.false. -export DO_GSL_DRAG_TOFD=.true. diff --git a/tests/tests/cpld_regional_atm_fbh b/tests/tests/cpld_regional_atm_fbh new file mode 100644 index 0000000000..8e995d5a43 --- /dev/null +++ b/tests/tests/cpld_regional_atm_fbh @@ -0,0 +1,136 @@ +############################################################################### +# +# FV3 regional control (hi-res 3km, small domain) test +# +############################################################################### + +export TEST_DESCR="Compare FV3 regional with FIRE BEHAVIOR control results with previous trunk version" + +export CNTL_DIR=cpld_regional_atm_fbh + +export LIST_FILES="dynf000.nc \ + dynf003.nc \ + phyf000.nc \ + phyf003.nc \ + fire_output_2020-08-13_18:00:00.nc \ + fire_output_2020-08-13_21:00:00.nc" + +# default configuration +export_fv3 +export_fire_behavior + +# models +export atm_model=fv3 +export fbh_model=fire_behavior + +# simulation window +export SYEAR=2020 +export SMONTH=8 +export SDAY=13 +export SHOUR=18 +export EYEAR=2020 +export EMONTH=8 +export EDAY=13 +export EHOUR=21 + +# time steps +export coupling_interval_sec=36 +export DT_ATMOS=36 +export DT_FIRE=0.5 + +# model configuration +export FHMAX=3 +export RESTART_INTERVAL=0 +export QUILTING=.true. +export WRITE_GROUP=1 +export WRTTASK_PER_GROUP=5 +export NUM_FILES=2 +export FILENAME_BASE="'dyn' 'phy'" +export OUTPUT_FILE="'netcdf' 'netcdf'" +export WRITE_DOPOST=.false. +export IDEFLATE=0 +export OUTPUT_GRID="'lambert_conformal'" +export CEN_LON=-105.6041 +export CEN_LAT=39.01736 +export LON1=-109.0989 +export LAT1=36.2794 +export STDLAT1=39.01736 +export STDLAT2=39.01736 +export NX=207 +export NY=197 +export DX=3000.0 +export DY=3000.0 + +# atmosphere configuration (fv3atm) +export BLOCKSIZE=40 +export CCPP_SUITE='FV3_HRRR' +export INPES='5' +export JNPES='5' +export NPX=211 +export NPY=201 +export NPZ=64 +export NTILES=1 +export K_SPLIT=2 +export N_SPLIT=5 +export NWAT=6 +export NA_INIT=1 +export DNATS=0 +export EXTERNAL_IC=.true. +export NGGPS_IC=.true. +export MOUNTAIN=.false. +export DO_SAT_ADJ=.false. +export WARM_START=.false. +export TARGET_LAT=39.01737 +export TARGET_LON=-105.6041 +export STRETCH_FAC=0.999 +export REGIONAL=.true. +export BC_UPDATE_INTERVAL=3 +export NROWS_BLEND=10 +export FULL_ZS_FILTER=.false. +export N_ZS_FILTER=0 +export NPZP=65 +export FHCYC=0.0 +export IMP_PHYSICS=8 +export FHSWR=1200.0 +export FHLWR=1200.0 +export CPLFLX=.false. +export CPL_IMP_MRG=.false. +export CPL_IMP_DBG=.false. +export CPLFIRE=.true. + +# fire configuration (fire_behavior) +export FIRE_NAME=cameron_peak_fire +export fire_atm_feedback=1.0 +export fire_ignition_end_lat1=40.609 +export fire_ignition_end_lon1=-105.879 +export fire_ignition_end_time1=7000 +export fire_ignition_radius1=250 +export fire_ignition_ros1=0.05 +export fire_ignition_start_lat1=40.609 +export fire_ignition_start_lon1=-105.879 +export fire_ignition_start_time1=6480 +export fire_lsm_zcoupling=.false. +export fire_lsm_zcoupling_ref=60.0 +export fire_num_ignitions=1 +export fire_print_msg=0 +export fire_upwinding=9 +export fire_viscosity=0.4 +export fire_wind_height=5.0 + +# output configuration +export OUTPUT_FH='1 -1' +export OUTPUT_FS=3600 + +# tasks +export ATM_compute_tasks=$(( INPES*JNPES*NTILES )) +export FBH_tasks=1 + +# configuration files +export INPUT_NML=input_regional_fire.nml.IN +export MODEL_CONFIGURE=model_configure_fire.IN +export UFS_CONFIGURE=ufs.configure.cpld_atm_fbh.IN +export FV3_RUN="regional_fire_run.IN" +export DIAG_TABLE=diag_table_fire +export FIELD_TABLE=field_table_fire +export FIRE_NML=namelist.fire.IN + diff --git a/tests/tests/cpld_restart_bmark_p8 b/tests/tests/cpld_restart_bmark_p8 index d6a3b39d2d..ca3dc70ffc 100644 --- a/tests/tests/cpld_restart_bmark_p8 +++ b/tests/tests/cpld_restart_bmark_p8 @@ -53,6 +53,8 @@ export LIST_FILES="sfcf006.nc \ export_fv3 export_cpl +export_ugwpv1 +export CCPP_SUITE=FV3_GFS_v17_coupled_p8_ugwpv1 export SYEAR=2013 export SMONTH=04 @@ -111,8 +113,6 @@ export MESH_WAV=mesh.${WW3_DOMAIN}.nc export WW3_MODDEF=mod_def.${WW3_DOMAIN} # set component and coupling timesteps -export DT_ATMOS=300 -export DT_INNER=${DT_ATMOS} export DT_CICE=${DT_ATMOS} export DT_DYNAM_MOM6=900 export DT_THERM_MOM6=1800 @@ -145,8 +145,6 @@ 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. @@ -165,10 +163,9 @@ export MOM6_RESTART_SETTING=r export FV3_RUN=cpld_control_run.IN +export K_SPLIT=2 +export N_SPLIT=5 + # HR4 GFSv17 GWD update -export DO_UGWP_V0=.false. -export DO_UGWP_V1=.true. -export DO_GSL_DRAG_LS_BL=.true. export DO_GWD_OPT_PSL=.true. export DO_GSL_DRAG_SS=.false. -export DO_GSL_DRAG_TOFD=.true. diff --git a/tests/tests/cpld_restart_gfsv17 b/tests/tests/cpld_restart_gfsv17 index 924c60a9b7..484c29da74 100644 --- a/tests/tests/cpld_restart_gfsv17 +++ b/tests/tests/cpld_restart_gfsv17 @@ -60,6 +60,7 @@ export LIST_FILES="sfcf024.tile1.nc \ export_fv3 export_cpl +export_ugwpv1 export CPLCHM=.false. export DNATS=0 @@ -98,22 +99,6 @@ WAV_tasks=$WAV_tasks_cpl_unstr export atm_omp_num_threads=$THRD_cpl_unstr export med_omp_num_threads=$atm_omp_num_threads -# UGWP1 -export GWD_OPT=2 -export CDMBWD=20.0,2.5,1.0,1.0 -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. -export DO_UGWP_V1_OROG_ONLY=.false. -export DO_UGWP_V0_NST_ONLY=.false. -export LDIAG_UGWP=.false. -export KNOB_UGWP_DOKDIS=2 -export KNOB_UGWP_NDX4LH=4 - export MOM6_TOPOEDITS=ufs.topo_edits_011818.nc export MOM6_ALLOW_LANDMASK_CHANGES=True export eps_imesh=2.5e-1 @@ -134,10 +119,9 @@ export UFS_CONFIGURE=ufs.configure.s2sw.IN export PROGSIGMA=.true. export IOPT_DIAG=2 +export K_SPLIT=2 +export N_SPLIT=5 + # HR4 GFSv17 GWD update -export DO_UGWP_V0=.false. -export DO_UGWP_V1=.true. -export DO_GSL_DRAG_LS_BL=.true. export DO_GWD_OPT_PSL=.true. export DO_GSL_DRAG_SS=.false. -export DO_GSL_DRAG_TOFD=.true. diff --git a/tests/tests/cpld_restart_p8 b/tests/tests/cpld_restart_p8 index edbba45c3e..9895fd9d99 100644 --- a/tests/tests/cpld_restart_p8 +++ b/tests/tests/cpld_restart_p8 @@ -59,6 +59,8 @@ export LIST_FILES="sfcf024.tile1.nc \ export_fv3 export_cpl +export_ugwpv1 +export CCPP_SUITE=FV3_GFS_v17_coupled_p8_ugwpv1 export FHROT=12 export RESTART_N=$((FHMAX-$FHROT)) @@ -93,10 +95,11 @@ if [[ $MACHINE_ID = derecho ]]; then TPN=96 fi +export DT_INNER=720 +export DT_ATMOS=720 +export K_SPLIT=4 +export N_SPLIT=5 + # HR4 GFSv17 GWD update -export DO_UGWP_V0=.false. -export DO_UGWP_V1=.true. -export DO_GSL_DRAG_LS_BL=.true. export DO_GWD_OPT_PSL=.true. export DO_GSL_DRAG_SS=.false. -export DO_GSL_DRAG_TOFD=.true. diff --git a/tests/tests/cpld_restart_pdlib_p8 b/tests/tests/cpld_restart_pdlib_p8 index e9e8a9d510..6097f05559 100644 --- a/tests/tests/cpld_restart_pdlib_p8 +++ b/tests/tests/cpld_restart_pdlib_p8 @@ -58,6 +58,8 @@ export LIST_FILES="sfcf024.tile1.nc \ export_fv3 export_cpl +export_ugwpv1 +export CCPP_SUITE=FV3_GFS_v17_coupled_p8_ugwpv1 export FHROT=12 export RESTART_N=$((FHMAX-$FHROT)) @@ -109,10 +111,11 @@ export UFS_CONFIGURE=ufs.configure.s2sw_fast_esmf.IN export FV3_RUN=cpld_control_run.IN +export DT_INNER=720 +export DT_ATMOS=720 +export K_SPLIT=4 +export N_SPLIT=5 + # HR4 GFSv17 GWD update -export DO_UGWP_V0=.false. -export DO_UGWP_V1=.true. -export DO_GSL_DRAG_LS_BL=.true. export DO_GWD_OPT_PSL=.true. export DO_GSL_DRAG_SS=.false. -export DO_GSL_DRAG_TOFD=.true. diff --git a/tests/tests/cpld_restart_qr_p8 b/tests/tests/cpld_restart_qr_p8 index 79ebaaf10e..33dd3e65d0 100644 --- a/tests/tests/cpld_restart_qr_p8 +++ b/tests/tests/cpld_restart_qr_p8 @@ -59,6 +59,8 @@ export LIST_FILES="sfcf024.tile1.nc \ export_fv3 export_cpl +export_ugwpv1 +export CCPP_SUITE=FV3_GFS_v17_coupled_p8_ugwpv1 export QUILTING_RESTART=.true. export FHROT=12 @@ -90,10 +92,11 @@ export CICE_DIAGFREQ=`expr $((FHMAX-$FHROT)) \* 3600 / $DT_CICE` export FV3_RUN=cpld_control_run.IN +export DT_INNER=720 +export DT_ATMOS=720 +export K_SPLIT=4 +export N_SPLIT=5 + # HR4 GFSv17 GWD update -export DO_UGWP_V0=.false. -export DO_UGWP_V1=.true. -export DO_GSL_DRAG_LS_BL=.true. export DO_GWD_OPT_PSL=.true. export DO_GSL_DRAG_SS=.false. -export DO_GSL_DRAG_TOFD=.true. diff --git a/tests/tests/regional_ifi_2threads b/tests/tests/regional_ifi_2threads deleted file mode 100644 index 8e1db314cd..0000000000 --- a/tests/tests/regional_ifi_2threads +++ /dev/null @@ -1,45 +0,0 @@ -############################################################################### -# -# FV3 regional threading test -# -############################################################################### - -export TEST_DESCR="Compare FV3 regional threading results with previous trunk version" - -export CNTL_DIR=regional_ifi_control - -export LIST_FILES="dynf000.nc \ - dynf006.nc \ - phyf000.nc \ - phyf006.nc \ - PRSLEV.GrbF00 \ - PRSLEV.GrbF06 \ - NATLEV.GrbF00 \ - NATLEV.GrbF06" - -export_fv3_v16 - -export FV3_RUN=regional_run.IN - -export OZ_PHYS_OLD=.false. -export OZ_PHYS_NEW=.true. -export H2O_PHYS=.true. -export HYBEDMF=.false. -export WRITE_DOPOST=.true. -export POSTAPP='lam' - -export CCPP_SUITE=FV3_GFS_v15_thompson_mynn_lam3km -export INPUT_NML=regional.nml.IN -export MODEL_CONFIGURE=model_configure_regional.IN -export DIAG_TABLE=diag_table_lam -export FIELD_TABLE=field_table_regional - -export WLCLK=15 -export FHMAX=6 -export INPES=10 -export JNPES=11 -export atm_omp_num_threads=2 -export OUTPUT_FH="3 -1" -WRITE_GROUP=1 -WRTTASK_PER_GROUP=10 -NTILES=1 diff --git a/tests/tests/regional_ifi_control b/tests/tests/regional_ifi_control deleted file mode 100644 index 089d372a78..0000000000 --- a/tests/tests/regional_ifi_control +++ /dev/null @@ -1,45 +0,0 @@ -############################################################################### -# -# FV3 regional control with IFI (hi-res 3km, small domain) test -# -############################################################################### - -export TEST_DESCR="Compare FV3 regional control results with IFI against previous trunk version" - -export CNTL_DIR=regional_ifi_control - -export LIST_FILES="dynf000.nc \ - dynf006.nc \ - phyf000.nc \ - phyf006.nc \ - PRSLEV.GrbF00 \ - PRSLEV.GrbF06 \ - NATLEV.GrbF00 \ - NATLEV.GrbF06" - -export_fv3_v16 - -export FV3_RUN=regional_run.IN - -export OZ_PHYS_OLD=.false. -export OZ_PHYS_NEW=.true. -export H2O_PHYS=.true. -export HYBEDMF=.false. -export RESTART_INTERVAL="3 -1" -export WRITE_DOPOST=.true. -export POSTAPP='lam' - -export CCPP_SUITE=FV3_GFS_v15_thompson_mynn_lam3km -export INPUT_NML=regional.nml.IN -export MODEL_CONFIGURE=model_configure_regional.IN -export DIAG_TABLE=diag_table_lam -export FIELD_TABLE=field_table_regional - -export WLCLK=15 -export FHMAX=6 -export INPES=10 -export JNPES=11 -export OUTPUT_FH="3 -1" -WRITE_GROUP=1 -WRTTASK_PER_GROUP=10 -NTILES=1 diff --git a/tests/tests/regional_ifi_decomp b/tests/tests/regional_ifi_decomp deleted file mode 100644 index 815587548a..0000000000 --- a/tests/tests/regional_ifi_decomp +++ /dev/null @@ -1,45 +0,0 @@ -############################################################################### -# -# FV3 regional + IFI with different MPI decomposition (hi-res 3km, small domain) test -# -############################################################################### - -export TEST_DESCR="Compare FV3 regional with IFI; different decomposition results with previous trunk version" - -export CNTL_DIR=regional_ifi_control - -export LIST_FILES="dynf000.nc \ - dynf006.nc \ - phyf000.nc \ - phyf006.nc \ - PRSLEV.GrbF00 \ - PRSLEV.GrbF06 \ - NATLEV.GrbF00 \ - NATLEV.GrbF06" - -export_fv3_v16 - -export FV3_RUN=regional_run.IN - -export OZ_PHYS_OLD=.false. -export OZ_PHYS_NEW=.true. -export H2O_PHYS=.true. -export HYBEDMF=.false. -export RESTART_INTERVAL="0" -export WRITE_DOPOST=.true. -export POSTAPP='lam' - -export CCPP_SUITE=FV3_GFS_v15_thompson_mynn_lam3km -export INPUT_NML=regional.nml.IN -export MODEL_CONFIGURE=model_configure_regional.IN -export DIAG_TABLE=diag_table_lam -export FIELD_TABLE=field_table_regional - -export WLCLK=15 -export FHMAX=6 -export INPES=11 -export JNPES=10 -export OUTPUT_FH="3 -1" -WRITE_GROUP=1 -WRTTASK_PER_GROUP=10 -NTILES=1