diff --git a/CDEPS-interface/CDEPS b/CDEPS-interface/CDEPS index 3d7067a523..fbdf6843d6 160000 --- a/CDEPS-interface/CDEPS +++ b/CDEPS-interface/CDEPS @@ -1 +1 @@ -Subproject commit 3d7067a523b8557058755289e4275f5f5c985daf +Subproject commit fbdf6843d6bde852d97f1547591d90136103f669 diff --git a/CDEPS-interface/cdeps_files.cmake b/CDEPS-interface/cdeps_files.cmake index 56d66d5cb7..bec4d6c235 100644 --- a/CDEPS-interface/cdeps_files.cmake +++ b/CDEPS-interface/cdeps_files.cmake @@ -56,6 +56,7 @@ list(APPEND cdeps_datm_files list(APPEND cdeps_dice_files CDEPS/dice/dice_datamode_ssmi_mod.F90 CDEPS/dice/dice_flux_atmice_mod.F90 + CDEPS/dice/dice_datamode_cplhist_mod.F90 CDEPS/dice/ice_comp_nuopc.F90 ) diff --git a/CICE-interface/CICE b/CICE-interface/CICE index 9c0cd8d3ba..d406c7e205 160000 --- a/CICE-interface/CICE +++ b/CICE-interface/CICE @@ -1 +1 @@ -Subproject commit 9c0cd8d3ba5963d01711094a3c81b6358fcb8367 +Subproject commit d406c7e205bd62913eea0bc87bed1aeb63eb2f83 diff --git a/CICE-interface/CMakeLists.txt b/CICE-interface/CMakeLists.txt index 2bfb3b3e4e..c04165ab09 100644 --- a/CICE-interface/CMakeLists.txt +++ b/CICE-interface/CMakeLists.txt @@ -51,7 +51,8 @@ list(APPEND lib_src_files ${cice_shared_files_c} ${icepack_files} ${cice_mpi_comm_files} - ${cice_nuopc_cmeps_driver_files}) + ${cice_nuopc_cmeps_driver_files} + ${cice_cdeps_inline_files}) list(APPEND _cice_defs FORTRANUNDERSCORE coupled) @@ -84,6 +85,11 @@ if(OpenMP_Fortran_FOUND) target_link_libraries(cice PRIVATE OpenMP::OpenMP_Fortran) endif() +# ice prescribed +add_dependencies(cice cdeps::cdeps) +target_compile_definitions(cice PUBLIC "DISABLE_FoX") +target_link_libraries(cice PUBLIC cdeps::cdeps) + ############################################################################### ### Install ############################################################################### diff --git a/CICE-interface/cice_files.cmake b/CICE-interface/cice_files.cmake index 9047414e0d..2a62c72e30 100644 --- a/CICE-interface/cice_files.cmake +++ b/CICE-interface/cice_files.cmake @@ -150,3 +150,22 @@ list(APPEND cice_nuopc_cmeps_driver_files CICE/cicecore/drivers/nuopc/cmeps/ice_shr_methods.F90 CICE/cicecore/drivers/nuopc/cmeps/ice_mesh_mod.F90 ) + +#-- Using ice prescribed ifndef cesmcoupled +list(APPEND cice_cdeps_inline_files + ${PROJECT_SOURCE_DIR}/CDEPS-interface/CDEPS/share/shr_orb_mod.F90 + ${PROJECT_SOURCE_DIR}/CDEPS-interface/CDEPS/share/shr_const_mod.F90 + ${PROJECT_SOURCE_DIR}/CDEPS-interface/CDEPS/share/shr_abort_mod.F90 + ${PROJECT_SOURCE_DIR}/CDEPS-interface/CDEPS/share/shr_strconvert_mod.F90 + ${PROJECT_SOURCE_DIR}/CDEPS-interface/CDEPS/share/shr_log_mod.F90 + ${PROJECT_SOURCE_DIR}/CDEPS-interface/CDEPS/share/shr_sys_mod.F90 + ${PROJECT_SOURCE_DIR}/CDEPS-interface/CDEPS/share/shr_kind_mod.F90 + ${PROJECT_SOURCE_DIR}/CDEPS-interface/CDEPS/share/shr_nl_mod.F90 + ${PROJECT_SOURCE_DIR}/CDEPS-interface/CDEPS/share/shr_cal_mod.F90 + ${PROJECT_SOURCE_DIR}/CDEPS-interface/CDEPS/share/shr_string_mod.F90 + ${PROJECT_SOURCE_DIR}/CDEPS-interface/CDEPS/share/shr_timer_mod.F90 + ${PROJECT_SOURCE_DIR}/CDEPS-interface/CDEPS/streams/dshr_strdata_mod.F90 + ${PROJECT_SOURCE_DIR}/CDEPS-interface/CDEPS/streams/dshr_stream_mod.F90 + ${PROJECT_SOURCE_DIR}/CDEPS-interface/CDEPS/streams/dshr_methods_mod.F90 + ${PROJECT_SOURCE_DIR}/CDEPS-interface/CDEPS/dshr/dshr_mod.F90 +) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4f4d418862..e5fdd1e83a 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 HAFS HAFSW HAFS-MOM6 HAFS-MOM6W HAFS-ALL NG-GODAS) +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) 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}") @@ -152,7 +152,7 @@ if(FMS) find_package(FMS 2022.04 REQUIRED COMPONENTS R4 R8) if(APP MATCHES "^(HAFSW)$") add_library(fms ALIAS FMS::fms_r4) - elseif (APP MATCHES "^(S2S|S2SA|S2SW|S2SWA|S2SWAL|NG-GODAS|HAFS-MOM6|HAFS-MOM6W)$") + 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)$") @@ -329,6 +329,7 @@ if(CDEPS) add_dependencies(ufs cdeps::cdeps) list(APPEND _ufs_defs_private FRONT_CDEPS_DATM=cdeps_datm_comp) list(APPEND _ufs_defs_private FRONT_CDEPS_DOCN=cdeps_docn_comp) + list(APPEND _ufs_defs_private FRONT_CDEPS_DICE=cdeps_dice_comp) target_link_libraries(ufs PUBLIC cdeps::cdeps) endif() diff --git a/FV3 b/FV3 index d1cd59ece5..ff587f7ff2 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit d1cd59ece5e0b7e739c0e976ddb22d34872ead7e +Subproject commit ff587f7ff23c3c285c4b2243263743b5d4e01399 diff --git a/HYCOM-interface/HYCOM b/HYCOM-interface/HYCOM index 35789c7577..bcf7777bb0 160000 --- a/HYCOM-interface/HYCOM +++ b/HYCOM-interface/HYCOM @@ -1 +1 @@ -Subproject commit 35789c757766e07f688b4c0c7c5229816f224b09 +Subproject commit bcf7777bb037ae2feb2a8a8ac51aacb3511b52d9 diff --git a/cmake/configure_apps.cmake b/cmake/configure_apps.cmake index 17ebb9de58..b6db3a5759 100644 --- a/cmake/configure_apps.cmake +++ b/cmake/configure_apps.cmake @@ -53,6 +53,7 @@ if(APP MATCHES "^(S2S|S2SA|S2SW|S2SWA|S2SWAL)$") set(FV3 ON CACHE BOOL "Enable FV3" FORCE) set(MOM6 ON CACHE BOOL "Enable MOM6" FORCE) set(CICE6 ON CACHE BOOL "Enable CICE6" FORCE) + set(CDEPS ON CACHE BOOL "Enable CDEPS" FORCE) set(STOCH_PHYS ON CACHE BOOL "Enable Stochastic Physics" FORCE) if(APP MATCHES "^(S2SW|S2SWA|S2SWAL)") set(WW3 ON CACHE BOOL "Enable WAVEWATCH III" FORCE) @@ -68,6 +69,20 @@ if(APP MATCHES "^(S2S|S2SA|S2SW|S2SWA|S2SWAL)$") message("${APP_MSG} mode") endif() +if(APP MATCHES "^(ATM_DS2S|ATM_DS2S-PCICE)$") + set(APP_MSG "Configuring UFS app in ATM_DS2S with CDEPS data") + set(CMEPS ON CACHE BOOL "Enable CMEPS" FORCE) + 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) + set(CDEPS ON CACHE BOOL "Enable CDEPS" FORCE) + if (APP MATCHES "^(ATM_DS2S-PCICE)$") + set(CICE6 ON CACHE BOOL "Enable CICE6" FORCE) + string(CONCAT APP_MSG ${APP_MSG} " with prescribed ice sea ice") + endif() + message("${APP_MSG} mode") +endif() + if(APP MATCHES "^(HAFS|HAFSW|HAFS-MOM6|HAFS-MOM6W|HAFS-ALL)$") set(CMEPS ON CACHE BOOL "Enable CMEPS" FORCE) set(CDEPS ON CACHE BOOL "Enable CDEPS" FORCE) diff --git a/cmake/configure_noaacloud.intel.cmake b/cmake/configure_noaacloud.intel.cmake new file mode 100644 index 0000000000..92b8ecb75e --- /dev/null +++ b/cmake/configure_noaacloud.intel.cmake @@ -0,0 +1 @@ +set(PARALLEL_NETCDF ON CACHE BOOL "Enable parallel NetCDF" FORCE) diff --git a/doc/UsersGuide/requirements.txt b/doc/UsersGuide/requirements.txt index 7c806c7579..6ec1ab1a49 100644 --- a/doc/UsersGuide/requirements.txt +++ b/doc/UsersGuide/requirements.txt @@ -1,5 +1,5 @@ # -# This file is autogenerated by pip-compile with Python 3.9 +# This file is autogenerated by pip-compile with Python 3.11 # by the following command: # # pip-compile requirements.in @@ -12,6 +12,8 @@ certifi==2024.2.2 # via requests charset-normalizer==3.3.2 # via requests +colorama==0.4.6 + # via sphinx docutils==0.20.1 # via # pybtex-docutils @@ -22,10 +24,6 @@ idna==3.7 # via requests imagesize==1.4.1 # via sphinx -importlib-metadata==7.0.1 - # via - # sphinx - # sphinxcontrib-bibtex jinja2==3.1.4 # via sphinx latexcodec==2.0.1 @@ -44,7 +42,7 @@ pygments==2.17.2 # via sphinx pyyaml==6.0.1 # via pybtex -requests==2.31.0 +requests==2.32.0 # via sphinx six==1.16.0 # via @@ -78,5 +76,3 @@ sphinxcontrib-serializinghtml==1.1.10 # via sphinx urllib3==2.2.1 # via requests -zipp==3.17.0 - # via importlib-metadata diff --git a/doc/UsersGuide/source/BuildingAndRunning.rst b/doc/UsersGuide/source/BuildingAndRunning.rst index 9cf2282c8e..02bfb2a846 100644 --- a/doc/UsersGuide/source/BuildingAndRunning.rst +++ b/doc/UsersGuide/source/BuildingAndRunning.rst @@ -582,7 +582,9 @@ To run a single test, users can try the following command instead of creating a .. code-block:: console - ./rt.sh -r -k -n control_p8 + ./rt.sh -r -k -n "control_p8 " + +where ```` is ``gnu`` or ``intel``. Troubleshooting ^^^^^^^^^^^^^^^^^^ diff --git a/doc/UsersGuide/source/CodeOverview.rst b/doc/UsersGuide/source/CodeOverview.rst index a8594bce14..72297ea4d7 100644 --- a/doc/UsersGuide/source/CodeOverview.rst +++ b/doc/UsersGuide/source/CodeOverview.rst @@ -108,7 +108,8 @@ The umbrella repository for the UFS WM is named ``ufs-weather-model``. Under thi ├── CDEPS-interface │ └── CDEPS │ ├── (datm) -------- CDEPS DATM - │ └── (docn) -------- CDEPS DOCN + │ ├── (docn) -------- CDEPS DOCN + │ └── (dice) -------- CDEPS DICE ├── CICE-interface │ └── CICE -------- CICE6 sea ice model │ ├── (icepack) -------- Sea ice column physics @@ -161,4 +162,4 @@ The umbrella repository for the UFS WM is named ``ufs-weather-model``. Under thi │ └── fv3_conf └── WW3 └── (model) -------- WW3 model - └── (src) -------- NUOPC WW3 caps \ No newline at end of file + └── (src) -------- NUOPC WW3 caps diff --git a/doc/UsersGuide/source/Glossary.rst b/doc/UsersGuide/source/Glossary.rst index 4b54f0ae3c..0ac0044002 100644 --- a/doc/UsersGuide/source/Glossary.rst +++ b/doc/UsersGuide/source/Glossary.rst @@ -68,7 +68,7 @@ Glossary Global atmospheric model based on fluid dynamics principles, including Euler's equations of motion. EMC - The `Environmental Modeling Center `__ is one of :term:`NCEP`'s nine centers and leads the :term:`National Weather Service `'s modeling efforts. + The `Environmental Modeling Center `_ is one of :term:`NCEP`'s nine centers and leads the :term:`National Weather Service `'s modeling efforts. ESMF `Earth System Modeling Framework `__. The ESMF defines itself as "a suite of software tools for developing high-performance, multi-component Earth science modeling applications." It is a community-developed software infrastructure for building and coupling models. diff --git a/driver/UFSDriver.F90 b/driver/UFSDriver.F90 index 44a536aaed..53c51d818b 100644 --- a/driver/UFSDriver.F90 +++ b/driver/UFSDriver.F90 @@ -61,6 +61,9 @@ MODULE UFSDriver #endif #ifdef FRONT_CDEPS_DOCN use FRONT_CDEPS_DOCN, only: DOCN_SS => SetServices +#endif +#ifdef FRONT_CDEPS_DICE + use FRONT_CDEPS_DICE, only: DICE_SS => SetServices #endif ! - Handle build time ICE options: #ifdef FRONT_CICE6 @@ -410,6 +413,23 @@ subroutine SetModelServices(driver, rc) found_comp = .true. end if #endif +#ifdef FRONT_CDEPS_DICE + if (trim(model) == "dice") then + !TODO: Remove bail code and pass info and SetVM to DriverAddComp + !TODO: once component supports threading. + if (ompNumThreads > 1) then + write (msg, *) "ESMF-aware threading NOT implemented for model: "//& + trim(model) + call ESMF_LogSetError(ESMF_RC_NOT_VALID, msg=msg,line=__LINE__, & + file=__FILE__, rcToReturn=rc) + return ! bail out + endif + call NUOPC_DriverAddComp(driver, trim(prefix), DICE_SS, & + petList=petList, comp=comp, rc=rc) + if (ChkErr(rc,__LINE__,u_FILE_u)) return + found_comp = .true. + end if +#endif #ifdef FRONT_CICE6 if (trim(model) == "cice6") then call NUOPC_DriverAddComp(driver, trim(prefix), CICE6_SS, & diff --git a/modulefiles/ufs_acorn.intel.lua b/modulefiles/ufs_acorn.intel.lua index aba7519d72..4257dc8b3f 100644 --- a/modulefiles/ufs_acorn.intel.lua +++ b/modulefiles/ufs_acorn.intel.lua @@ -2,7 +2,7 @@ help([[ Load environment to build UFS on Acorn with Intel compiler ]]) -prepend_path("MODULEPATH", "/lfs/h1/emc/nceplibs/noscrub/spack-stack/spack-stack-1.5.1/envs/unified-env/install/modulefiles/Core") +prepend_path("MODULEPATH", "/lfs/h1/emc/nceplibs/noscrub/spack-stack/spack-stack-1.6.0/envs/unified-env/install/modulefiles/Core") load("stack-intel") load("stack-cray-mpich") diff --git a/modulefiles/ufs_common.lua b/modulefiles/ufs_common.lua index 1f395d9769..6e9c1f6f45 100644 --- a/modulefiles/ufs_common.lua +++ b/modulefiles/ufs_common.lua @@ -8,19 +8,19 @@ local ufs_modules = { {["libpng"] = "1.6.37"}, {["hdf5"] = "1.14.0"}, {["netcdf-c"] = "4.9.2"}, - {["netcdf-fortran"] = "4.6.0"}, + {["netcdf-fortran"] = "4.6.1"}, {["parallelio"] = "2.5.10"}, - {["esmf"] = "8.5.0"}, - {["fms"] = "2023.02.01"}, + {["esmf"] = "8.6.0"}, + {["fms"] = "2023.04"}, {["bacio"] = "2.4.1"}, {["crtm"] = "2.4.0"}, {["g2"] = "3.4.5"}, {["g2tmpl"] = "1.10.2"}, {["ip"] = "4.3.0"}, - {["sp"] = "2.3.3"}, + {["sp"] = "2.5.0"}, {["w3emc"] = "2.10.0"}, {["gftl-shared"] = "1.6.1"}, - {["mapl"] = "2.40.3-esmf-8.5.0"}, + {["mapl"] = "2.40.3-esmf-8.6.0"}, {["scotch"] = "7.0.4"}, } diff --git a/modulefiles/ufs_derecho.gnu.lua b/modulefiles/ufs_derecho.gnu.lua index 3d7b6440d8..cb70e716ab 100644 --- a/modulefiles/ufs_derecho.gnu.lua +++ b/modulefiles/ufs_derecho.gnu.lua @@ -9,7 +9,7 @@ load("mysql/8.0.33") setenv("LMOD_TMOD_FIND_FIRST","yes") prepend_path("MODULEPATH", "/lustre/desc1/scratch/epicufsrt/contrib/modulefiles_extra") -prepend_path("MODULEPATH", "/glade/work/epicufsrt/contrib/spack-stack/derecho/spack-stack-1.5.1/envs/unified-env/install/modulefiles/Core") +prepend_path("MODULEPATH", "/glade/work/epicufsrt/contrib/spack-stack/derecho/spack-stack-1.6.0/envs/unified-env/install/modulefiles/Core") unload("ncarcompilers") stack_gnu_ver=os.getenv("stack_gnu_ver") or "12.2.0" @@ -18,10 +18,10 @@ load(pathJoin("stack-gcc", stack_gnu_ver)) stack_cray_mpich_ver=os.getenv("stack_cray_mpich_ver") or "8.1.25" load(pathJoin("stack-cray-mpich", stack_cray_mpich_ver)) -cmake_ver=os.getenv("cmake_ver") or "3.26.3" +cmake_ver=os.getenv("cmake_ver") or "3.23.1" load(pathJoin("cmake", cmake_ver)) -stack_python_ver=os.getenv("stack_python_ver") or "3.10.8" +stack_python_ver=os.getenv("stack_python_ver") or "3.10.13" load(pathJoin("stack-python", stack_python_ver)) setenv("CMAKE_Platform", "derecho.gnu") diff --git a/modulefiles/ufs_derecho.intel.lua b/modulefiles/ufs_derecho.intel.lua index a7998b036e..24b93b8f19 100644 --- a/modulefiles/ufs_derecho.intel.lua +++ b/modulefiles/ufs_derecho.intel.lua @@ -9,7 +9,7 @@ load("mysql/8.0.33") setenv("LMOD_TMOD_FIND_FIRST","yes") prepend_path("MODULEPATH", "/lustre/desc1/scratch/epicufsrt/contrib/modulefiles_extra") -prepend_path("MODULEPATH", "/glade/work/epicufsrt/contrib/spack-stack/derecho/spack-stack-1.5.1/envs/unified-env/install/modulefiles/Core") +prepend_path("MODULEPATH", "/glade/work/epicufsrt/contrib/spack-stack/derecho/spack-stack-1.6.0/envs/unified-env/install/modulefiles/Core") unload("ncarcompilers") stack_intel_ver=os.getenv("stack_intel_ver") or "2021.10.0" @@ -18,10 +18,10 @@ load(pathJoin("stack-intel", stack_intel_ver)) stack_cray_mpich_ver=os.getenv("stack-cray-mpich_ver") or "8.1.25" load(pathJoin("stack-cray-mpich", stack_cray_mpich_ver)) -cmake_ver=os.getenv("cmake_ver") or "3.26.3" +cmake_ver=os.getenv("cmake_ver") or "3.23.1" load(pathJoin("cmake", cmake_ver)) -stack_python_ver=os.getenv("stack_python_ver") or "3.10.8" +stack_python_ver=os.getenv("stack_python_ver") or "3.10.13" load(pathJoin("stack-python", stack_python_ver)) setenv("CMAKE_Platform", "derecho.intel") diff --git a/modulefiles/ufs_gaea.intel.lua b/modulefiles/ufs_gaea.intel.lua index c40c1a056d..c202ad6423 100644 --- a/modulefiles/ufs_gaea.intel.lua +++ b/modulefiles/ufs_gaea.intel.lua @@ -5,13 +5,7 @@ help([[ whatis([===[Loads libraries needed for building the UFS Weather Model on Gaea ]===]) -load("PrgEnv-intel/8.3.3") -load("intel-classic/2023.1.0") -load("cray-mpich/8.1.25") -load("python/3.9.12") - -prepend_path("MODULEPATH", "/ncrc/proj/epic/spack-stack/spack-stack-1.5.1/envs/unified-env/install/modulefiles/Core") -prepend_path("MODULEPATH", "/ncrc/proj/epic/spack-stack/modulefiles") +prepend_path("MODULEPATH", "/ncrc/proj/epic/spack-stack/spack-stack-1.6.0/envs/unified-env/install/modulefiles/Core") stack_intel_ver=os.getenv("stack_intel_ver") or "2023.1.0" load(pathJoin("stack-intel", stack_intel_ver)) @@ -19,11 +13,16 @@ load(pathJoin("stack-intel", stack_intel_ver)) stack_cray_mpich_ver=os.getenv("stack_cray_mpich_ver") or "8.1.25" load(pathJoin("stack-cray-mpich", stack_cray_mpich_ver)) -stack_python_ver=os.getenv("stack_python_ver") or "3.10.8" +stack_python_ver=os.getenv("stack_python_ver") or "3.10.13" load(pathJoin("stack-python", stack_python_ver)) +cmake_ver=os.getenv("cmake_ver") or "3.23.1" +load(pathJoin("cmake", cmake_ver)) + load("ufs_common") -load("nccmp/1.9.0.1") + +nccmp_ver=os.getenv("nccmp_ver") or "1.9.0.1" +load(pathJoin("nccmp", nccmp_ver)) unload("darshan-runtime") unload("cray-libsci") diff --git a/modulefiles/ufs_hera.gnu.lua b/modulefiles/ufs_hera.gnu.lua index a67f41b678..861019fb02 100644 --- a/modulefiles/ufs_hera.gnu.lua +++ b/modulefiles/ufs_hera.gnu.lua @@ -2,12 +2,14 @@ help([[ loads UFS Model prerequisites for Hera/GNU ]]) -prepend_path("MODULEPATH", "/scratch1/NCEPDEV/nems/role.epic/spack-stack/spack-stack-1.5.1/envs/unified-env-rocky8/install/modulefiles/Core") +prepend_path("MODULEPATH", "/scratch2/NCEPDEV/stmp1/role.epic/installs/gnu/modulefiles") +prepend_path("MODULEPATH", "/scratch2/NCEPDEV/stmp1/role.epic/installs/openmpi/modulefiles") +prepend_path("MODULEPATH", "/scratch2/NCEPDEV/stmp1/role.epic/spack-stack/spack-stack-1.6.0_gnu13/envs/ufs-wm-srw-rocky8/install/modulefiles/Core") -stack_gnu_ver=os.getenv("stack_gnu_ver") or "9.2.0" +stack_gnu_ver=os.getenv("stack_gnu_ver") or "13.3.0" load(pathJoin("stack-gcc", stack_gnu_ver)) -stack_openmpi_ver=os.getenv("stack_openmpi_ver") or "4.1.5" +stack_openmpi_ver=os.getenv("stack_openmpi_ver") or "4.1.6" load(pathJoin("stack-openmpi", stack_openmpi_ver)) cmake_ver=os.getenv("cmake_ver") or "3.23.1" @@ -18,6 +20,9 @@ load("ufs_common") nccmp_ver=os.getenv("nccmp_ver") or "1.9.0.1" load(pathJoin("nccmp", nccmp_ver)) +prepend_path("CPPFLAGS", " -I/apps/slurm_hera/23.11.3/include/slurm"," ") +prepend_path("LD_LIBRARY_PATH", "/apps/slurm_hera/23.11.3/lib") + setenv("CC", "mpicc") setenv("CXX", "mpic++") setenv("FC", "mpif90") diff --git a/modulefiles/ufs_hera.intel.lua b/modulefiles/ufs_hera.intel.lua index 67a610c306..993e05372a 100644 --- a/modulefiles/ufs_hera.intel.lua +++ b/modulefiles/ufs_hera.intel.lua @@ -2,7 +2,7 @@ help([[ loads UFS Model prerequisites for Hera/Intel ]]) -prepend_path("MODULEPATH", "/scratch1/NCEPDEV/nems/role.epic/spack-stack/spack-stack-1.5.1/envs/unified-env-rocky8/install/modulefiles/Core") +prepend_path("MODULEPATH", "/scratch1/NCEPDEV/nems/role.epic/spack-stack/spack-stack-1.6.0/envs/unified-env-rocky8/install/modulefiles/Core") stack_intel_ver=os.getenv("stack_intel_ver") or "2021.5.0" load(pathJoin("stack-intel", stack_intel_ver)) diff --git a/modulefiles/ufs_hercules.gnu.lua b/modulefiles/ufs_hercules.gnu.lua index 1e4849aa5a..69534c28d8 100644 --- a/modulefiles/ufs_hercules.gnu.lua +++ b/modulefiles/ufs_hercules.gnu.lua @@ -2,7 +2,7 @@ help([[ loads UFS Model prerequisites for Hercules/GNU ]]) -prepend_path("MODULEPATH", "/work/noaa/epic/role-epic/spack-stack/hercules/spack-stack-1.5.1/envs/unified-env/install/modulefiles/Core") +prepend_path("MODULEPATH", "/work/noaa/epic/role-epic/spack-stack/hercules/spack-stack-1.6.0/envs/unified-env/install/modulefiles/Core") -- for mvapich2, need: prepend_path("MODULEPATH", "/work/noaa/epic/role-epic/spack-stack/hercules/modulefiles") diff --git a/modulefiles/ufs_hercules.intel.lua b/modulefiles/ufs_hercules.intel.lua index 605fe5792b..63cfaa989c 100644 --- a/modulefiles/ufs_hercules.intel.lua +++ b/modulefiles/ufs_hercules.intel.lua @@ -2,7 +2,7 @@ help([[ loads UFS Model prerequisites for Hercules/Intel ]]) -prepend_path("MODULEPATH", "/work/noaa/epic/role-epic/spack-stack/hercules/spack-stack-1.5.1/envs/unified-env/install/modulefiles/Core") +prepend_path("MODULEPATH", "/work/noaa/epic/role-epic/spack-stack/hercules/spack-stack-1.6.0/envs/unified-env/install/modulefiles/Core") stack_intel_ver=os.getenv("stack_intel_ver") or "2021.9.0" load(pathJoin("stack-intel", stack_intel_ver)) diff --git a/modulefiles/ufs_jet.intel.lua b/modulefiles/ufs_jet.intel.lua index e7c76783f1..b29373eec1 100644 --- a/modulefiles/ufs_jet.intel.lua +++ b/modulefiles/ufs_jet.intel.lua @@ -2,7 +2,7 @@ help([[ loads UFS Model prerequisites for Jet/Intel ]]) -prepend_path("MODULEPATH", "/mnt/lfs4/HFIP/hfv3gfs/role.epic/spack-stack/spack-stack-1.5.1/envs/unified-env-rocky8/install/modulefiles/Core") +prepend_path("MODULEPATH", "/mnt/lfs4/HFIP/hfv3gfs/role.epic/spack-stack/spack-stack-1.6.0/envs/unified-env-rocky8/install/modulefiles/Core") stack_intel_ver=os.getenv("stack_intel_ver") or "2021.5.0" load(pathJoin("stack-intel", stack_intel_ver)) @@ -10,6 +10,9 @@ load(pathJoin("stack-intel", stack_intel_ver)) stack_impi_ver=os.getenv("stack_impi_ver") or "2021.5.1" load(pathJoin("stack-intel-oneapi-mpi", stack_impi_ver)) +stack_python_ver=os.getenv("stack_python_ver") or "3.10.13" +load(pathJoin("stack-python", stack_python_ver)) + cmake_ver=os.getenv("cmake_ver") or "3.23.1" load(pathJoin("cmake", cmake_ver)) diff --git a/modulefiles/ufs_noaacloud.intel.lua b/modulefiles/ufs_noaacloud.intel.lua index 64ef71a38c..98397ef11c 100644 --- a/modulefiles/ufs_noaacloud.intel.lua +++ b/modulefiles/ufs_noaacloud.intel.lua @@ -2,8 +2,7 @@ help([[ loads UFS Model prerequisites for NOAA Parallelworks/Intel ]]) - -prepend_path("MODULEPATH", "/contrib/spack-stack/spack-stack-1.5.1/envs/unified-env/install/modulefiles/Core") +prepend_path("MODULEPATH", "/contrib/spack-stack/spack-stack-1.6.0/envs/unified-env/install/modulefiles/Core") stack_intel_ver=os.getenv("stack_intel_ver") or "2021.3.0" load(pathJoin("stack-intel", stack_intel_ver)) diff --git a/modulefiles/ufs_orion.intel.lua b/modulefiles/ufs_orion.intel.lua index fe54d07737..104d08fd29 100644 --- a/modulefiles/ufs_orion.intel.lua +++ b/modulefiles/ufs_orion.intel.lua @@ -2,7 +2,7 @@ help([[ loads UFS Model prerequisites for Orion/Intel ]]) -prepend_path("MODULEPATH", "/work/noaa/epic/role-epic/spack-stack/orion/spack-stack-1.5.1/envs/unified-env/install/modulefiles/Core") +prepend_path("MODULEPATH", "/work/noaa/epic/role-epic/spack-stack/orion/spack-stack-1.6.0/envs/unified-env/install/modulefiles/Core") stack_intel_ver=os.getenv("stack_intel_ver") or "2022.0.2" load(pathJoin("stack-intel", stack_intel_ver)) diff --git a/modulefiles/ufs_s4.intel.lua b/modulefiles/ufs_s4.intel.lua index 78a5bee36c..e42a2ddde6 100644 --- a/modulefiles/ufs_s4.intel.lua +++ b/modulefiles/ufs_s4.intel.lua @@ -2,13 +2,13 @@ help([[ loads UFS Model prerequisites for S4/Intel ]]) -prepend_path("MODULEPATH", "/data/users/dheinzeller/ufs-wm-chunked/spst151-i19/envs/unified-env/install/modulefiles/Core") +prepend_path("MODULEPATH", "/data/prod/jedi/spack-stack/spack-stack-1.6.0/envs/unified-env/install/modulefiles/Core") -stack_intel_ver=os.getenv("stack_intel_ver") or "2019.5.281" +stack_intel_ver=os.getenv("stack_intel_ver") or "2021.5.0" load(pathJoin("stack-intel", stack_intel_ver)) -stack_impi_ver=os.getenv("stack_impi_ver") or "2019.5.281" -load(pathJoin("stack-intel-mpi", stack_impi_ver)) +stack_impi_ver=os.getenv("stack_impi_ver") or "2021.5.0" +load(pathJoin("stack-intel-oneapi-mpi", stack_impi_ver)) load("ufs_common") diff --git a/modulefiles/ufs_wcoss2.intel.lua b/modulefiles/ufs_wcoss2.intel.lua index b9c94e53aa..47326f4e45 100644 --- a/modulefiles/ufs_wcoss2.intel.lua +++ b/modulefiles/ufs_wcoss2.intel.lua @@ -18,27 +18,26 @@ load(pathJoin("cray-mpich", cray_mpich_ver)) cmake_ver=os.getenv("cmake_ver") or "3.20.2" load(pathJoin("cmake", cmake_ver)) ---prepend_path("MODULEPATH", "/apps/test/hpc-stack/i-19.1.3.304__m-8.1.12__h-1.14.0__n-4.9.2__p-2.5.10__e-8.4.2/modulefiles/compiler/intel/19.1.3.304") ---prepend_path("MODULEPATH", "/apps/test/hpc-stack/i-19.1.3.304__m-8.1.12__h-1.14.0__n-4.9.2__p-2.5.10__e-8.4.2/modulefiles/mpi/intel/19.1.3.304/cray-mpich/8.1.12") - local ufs_modules = { - {["jasper"] = "2.0.25"}, - {["zlib"] = "1.2.11"}, - {["libpng"] = "1.6.37"}, - {["hdf5-B"] = "1.14.0"}, - {["netcdf-B"] = "4.9.2"}, - {["pio-B"] = "2.5.10"}, - {["esmf-B"] = "8.5.0"}, - {["fms"] = "2023.02.01"}, - {["bacio"] = "2.4.1"}, - {["crtm"] = "2.4.0"}, - {["g2"] = "3.4.5"}, - {["g2tmpl"] = "1.10.2"}, - {["ip"] = "3.3.3"}, - {["sp"] = "2.3.3"}, - {["w3emc"] = "2.9.2"}, - {["gftl-shared"] = "1.6.1"}, - {["mapl-B"] = "2.40.3"}, + {["jasper"] = "2.0.25"}, + {["zlib"] = "1.2.11"}, + {["libpng"] = "1.6.37"}, + {["hdf5-C"] = "1.14.0"}, + {["netcdf-C"] = "4.9.2"}, + {["pio-C"] = "2.5.10"}, + {["esmf-C"] = "8.6.0"}, + {["fms-C"] = "2023.04"}, + {["bacio"] = "2.4.1"}, + {["crtm"] = "2.4.0"}, + {["g2"] = "3.4.5"}, + {["g2tmpl"] = "1.10.2"}, + {["ip"] = "3.3.3"}, + {["sp"] = "2.3.3"}, + {["w3emc"] = "2.9.2"}, + {["gftl-shared"] = "1.6.1"}, + {["mapl-C"] = "2.40.3"}, + {["pnetcdf-C"] = "1.12.2"}, + {["scotch"] = "7.0.4"}, } for i = 1, #ufs_modules do @@ -48,10 +47,6 @@ for i = 1, #ufs_modules do end end -prepend_path("MODULEPATH", "/apps/prod/lmodules/INTEL_cray_mpich/19.1.3.304/cray-mpich/8.1.9") -scotch_ver=os.getenv("scotch_ver") or "7.0.4" -load(pathJoin("scotch",scotch_ver)) - setenv("CC", "cc") setenv("CXX", "CC") setenv("FC", "ftn") diff --git a/tests/bl_date.conf b/tests/bl_date.conf index 1e9296108e..a71d6e6148 100644 --- a/tests/bl_date.conf +++ b/tests/bl_date.conf @@ -1 +1 @@ -export BL_DATE=20240516 +export BL_DATE=20240614 diff --git a/tests/default_vars.sh b/tests/default_vars.sh index 7c7c71d765..0742cb3bd8 100644 --- a/tests/default_vars.sh +++ b/tests/default_vars.sh @@ -419,6 +419,7 @@ export CMP_DATAONLY=false # Defaults for ufs.configure export esmf_logkind="ESMF_LOGKIND_MULTI" export DumpFields="false" +export MED_history_n=1000000 export_fv3_v16 () { @@ -498,9 +499,12 @@ export HAFS=false export AQM=false export DATM_CDEPS=false export DOCN_CDEPS=false +export DICE_CDEPS=false +export CICE_PRESCRIBED=false export CDEPS_INLINE=false export POSTAPP='global' export USE_MERRA2=.true. +export NESTED=.false. export NTILES=6 export INPES=${INPES_dflt} @@ -904,6 +908,7 @@ export_cice6() { export DT_CICE=${DT_ATMOS} export CICE_NPT=999 export CICE_RUNTYPE=initial + export CICE_ICE_IC='cice_model.res.nc' export CICE_RUNID=unknown export CICE_USE_RESTART_TIME=.false. export CICE_RESTART_DIR=./RESTART/ @@ -918,10 +923,6 @@ export_cice6() { export CICE_RESTART_DEFLATE=0 export CICE_HISTORY_FORMAT='pnetcdf2' - if [[ ${MACHINE_ID} == wcoss2 ]]; then - export CICE_RESTART_FORMAT='hdf5' - export CICE_HISTORY_FORMAT='hdf5' - fi export CICE_HISTORY_IOTASKS=-99 export CICE_HISTORY_REARR='box' export CICE_HISTORY_ROOT=-99 @@ -958,6 +959,12 @@ export_cice6() { export CICE_BLCKX export CICE_BLCKY export CICE_DECOMP=slenderX2 + + #ds2s + export MESH_DICE=none + export stream_files_dice=none + export CICE_PRESCRIBED=false + export DICE_CDEPS=false } # Defaults for the MOM6 model namelist, mx100 @@ -1060,6 +1067,8 @@ export HAFS=false export AQM=false export DATM_CDEPS=false export DOCN_CDEPS=false +export DICE_CDEPS=false +export CICE_PRESCRIBED=false export CDEPS_INLINE=false export FV3BMIC='p8c' export BMIC=.false. @@ -1226,6 +1235,10 @@ export AOD_FRQ=060000 export RESTART_FILE_PREFIX='' export RESTART_FILE_SUFFIX_SECS='' export RT35D='' + +#CDEPS ds2s +export MESH_DICE=none +export stream_files_dice=none } export_35d_run () { diff --git a/tests/fv3_conf/control_run.IN b/tests/fv3_conf/control_run.IN index 30634250d8..e228fd2ad0 100644 --- a/tests/fv3_conf/control_run.IN +++ b/tests/fv3_conf/control_run.IN @@ -10,14 +10,17 @@ elif [ $NPX = 385 ]; then elif [ $NPX = 769 ]; then inputdir=FV3_input_data768 fi -echo "inputdir=$inputdir,NPX=$NPX" + +echo "inputdir=$inputdir,NPX=$NPX,NESTED=$NESTED" OPNREQ_TEST=${OPNREQ_TEST:-false} V2_SFC_FILE=${V2_SFC_FILE:-false} SUFFIX=${RT_SUFFIX} if [ $WARM_START = .false. ]; then mkdir INPUT RESTART - if [ "$V2_SFC_FILE" = "true" ]; then + if [ "$NESTED" = .true. ]; then + cp -r @[INPUTDATA_ROOT]/${inputdir}/INPUT_L127_nested/* ./INPUT/. + elif [ "$V2_SFC_FILE" = "true" ]; then cp -r @[INPUTDATA_ROOT]/${inputdir}/INPUT_L127_v2_sfc/* ./INPUT/. else cp -r @[INPUTDATA_ROOT]/${inputdir}/INPUT_L127/* ./INPUT/. @@ -133,7 +136,7 @@ fi #merra2 if [ $USE_MERRA2 = .true. ]; then for n in 01 02 03 04 05 06 07 08 09 10 11 12; do - cp @[INPUTDATA_ROOT]/FV3_input_data_INCCN_aeroclim/MERRA2/merra2.aerclim.2003-2014.m${n}.nc aeroclim.m${n}.nc + cp @[INPUTDATA_ROOT]/FV3_input_data_INCCN_aeroclim/MERRA2_y14_24/merra2_1423_${n}.nc aeroclim.m${n}.nc done cp @[INPUTDATA_ROOT]/FV3_input_data_INCCN_aeroclim/aer_data/LUTS/optics_BC.v1_3.dat optics_BC.dat cp @[INPUTDATA_ROOT]/FV3_input_data_INCCN_aeroclim/aer_data/LUTS/optics_OC.v1_3.dat optics_OC.dat diff --git a/tests/fv3_conf/cpld_control_run.IN b/tests/fv3_conf/cpld_control_run.IN index d497771d0b..ec731d9f4a 100644 --- a/tests/fv3_conf/cpld_control_run.IN +++ b/tests/fv3_conf/cpld_control_run.IN @@ -173,7 +173,7 @@ fi #merra2 if [ $IAER = 1011 ]; then for n in 01 02 03 04 05 06 07 08 09 10 11 12; do - cp @[INPUTDATA_ROOT]/FV3_input_data_INCCN_aeroclim/MERRA2/merra2.aerclim.2003-2014.m${n}.nc aeroclim.m${n}.nc + cp @[INPUTDATA_ROOT]/FV3_input_data_INCCN_aeroclim/MERRA2_y14_24/merra2_1423_${n}.nc aeroclim.m${n}.nc done cp @[INPUTDATA_ROOT]/FV3_input_data_INCCN_aeroclim/aer_data/LUTS/optics_BC.v1_3.dat optics_BC.dat cp @[INPUTDATA_ROOT]/FV3_input_data_INCCN_aeroclim/aer_data/LUTS/optics_OC.v1_3.dat optics_OC.dat diff --git a/tests/fv3_conf/cpld_docn_dice.IN b/tests/fv3_conf/cpld_docn_dice.IN new file mode 100644 index 0000000000..b2ad8bc18c --- /dev/null +++ b/tests/fv3_conf/cpld_docn_dice.IN @@ -0,0 +1,15 @@ +mkdir -p INPUT + +SUFFIX=${RT_SUFFIX} +if [[ ${OPNREQ_TEST} == true ]]; then + SUFFIX=${BL_SUFFIX} +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 + +#CDEPS fix files - same for ocn/ice +cp @[INPUTDATA_ROOT]/CICE_FIX/@[OCNRES]/mesh.mx@[OCNRES].nc INPUT diff --git a/tests/fv3_conf/cpld_docn_pcice.IN b/tests/fv3_conf/cpld_docn_pcice.IN new file mode 100644 index 0000000000..8a82092056 --- /dev/null +++ b/tests/fv3_conf/cpld_docn_pcice.IN @@ -0,0 +1,4 @@ +mkdir -p INPUT + +#For consistency, same CDEPS docn and CICE ice prescribed input files (data and ESMF_mesh) +cp @[INPUTDATA_ROOT]/DOCN_DICE_ERA5/* INPUT diff --git a/tests/fv3_conf/fv3_gocart.IN b/tests/fv3_conf/fv3_gocart.IN index da32ceb4a1..81bb264948 100644 --- a/tests/fv3_conf/fv3_gocart.IN +++ b/tests/fv3_conf/fv3_gocart.IN @@ -7,9 +7,8 @@ else cp -r @[INPUTDATA_ROOT]/FV3_input_data/RESTART/* ./INPUT fi cp @[INPUTDATA_ROOT]/FV3_input_data/*grb . -cp @[INPUTDATA_ROOT]/FV3_input_data_INCCN_aeroclim/MERRA2/merra2C.aerclim.2003-2014.*nc . for n in 01 02 03 04 05 06 07 08 09 10 11 12; do -ln -sf merra2C.aerclim.2003-2014.m${n}.nc aeroclim.m${n}.nc + cp @[INPUTDATA_ROOT]/FV3_input_data_INCCN_aeroclim/MERRA2_y14_24/merra2_1423_${n}.nc aeroclim.m${n}.nc done cp @[INPUTDATA_ROOT]/FV3_input_data_INCCN_aeroclim/mg2_IN_CCN/cam5_4_143_NAAI_monclimo2.nc cam5_4_143_NAAI_monclimo2.nc cp @[INPUTDATA_ROOT]/FV3_input_data_INCCN_aeroclim/mg2_IN_CCN/cam5_4_143_NPCCN_monclimo2.nc cam5_4_143_NPCCN_monclimo2.nc diff --git a/tests/fv3_conf/lake_control_run.IN b/tests/fv3_conf/lake_control_run.IN index 7d34e82e23..a84ee5dc35 100644 --- a/tests/fv3_conf/lake_control_run.IN +++ b/tests/fv3_conf/lake_control_run.IN @@ -123,7 +123,7 @@ fi #merra2 if [ $USE_MERRA2 = .true. ]; then for n in 01 02 03 04 05 06 07 08 09 10 11 12; do - cp @[INPUTDATA_ROOT]/FV3_input_data_INCCN_aeroclim/MERRA2/merra2.aerclim.2003-2014.m${n}.nc aeroclim.m${n}.nc + cp @[INPUTDATA_ROOT]/FV3_input_data_INCCN_aeroclim/MERRA2_y14_24/merra2_1423_${n}.nc aeroclim.m${n}.nc done cp @[INPUTDATA_ROOT]/FV3_input_data_INCCN_aeroclim/aer_data/LUTS/optics_BC.v1_3.dat optics_BC.dat cp @[INPUTDATA_ROOT]/FV3_input_data_INCCN_aeroclim/aer_data/LUTS/optics_OC.v1_3.dat optics_OC.dat diff --git a/tests/fv3_conf/regional_rrfs_a_run.IN b/tests/fv3_conf/regional_rrfs_a_run.IN index d41ea9cee1..41c0ab2f62 100644 --- a/tests/fv3_conf/regional_rrfs_a_run.IN +++ b/tests/fv3_conf/regional_rrfs_a_run.IN @@ -5,18 +5,9 @@ mkdir INPUT RESTART rsync -arv @[INPUTDATA_ROOT]/FV3_regional_rrfs_a/INPUT/. INPUT/. -cp @[INPUTDATA_ROOT]/FV3_input_data_INCCN_aeroclim/MERRA2/merra2.aerclim.2003-2014.m01.nc aeroclim.m01.nc -cp @[INPUTDATA_ROOT]/FV3_input_data_INCCN_aeroclim/MERRA2/merra2.aerclim.2003-2014.m02.nc aeroclim.m02.nc -cp @[INPUTDATA_ROOT]/FV3_input_data_INCCN_aeroclim/MERRA2/merra2.aerclim.2003-2014.m03.nc aeroclim.m03.nc -cp @[INPUTDATA_ROOT]/FV3_input_data_INCCN_aeroclim/MERRA2/merra2.aerclim.2003-2014.m04.nc aeroclim.m04.nc -cp @[INPUTDATA_ROOT]/FV3_input_data_INCCN_aeroclim/MERRA2/merra2.aerclim.2003-2014.m05.nc aeroclim.m05.nc -cp @[INPUTDATA_ROOT]/FV3_input_data_INCCN_aeroclim/MERRA2/merra2.aerclim.2003-2014.m06.nc aeroclim.m06.nc -cp @[INPUTDATA_ROOT]/FV3_input_data_INCCN_aeroclim/MERRA2/merra2.aerclim.2003-2014.m07.nc aeroclim.m07.nc -cp @[INPUTDATA_ROOT]/FV3_input_data_INCCN_aeroclim/MERRA2/merra2.aerclim.2003-2014.m08.nc aeroclim.m08.nc -cp @[INPUTDATA_ROOT]/FV3_input_data_INCCN_aeroclim/MERRA2/merra2.aerclim.2003-2014.m09.nc aeroclim.m09.nc -cp @[INPUTDATA_ROOT]/FV3_input_data_INCCN_aeroclim/MERRA2/merra2.aerclim.2003-2014.m10.nc aeroclim.m10.nc -cp @[INPUTDATA_ROOT]/FV3_input_data_INCCN_aeroclim/MERRA2/merra2.aerclim.2003-2014.m11.nc aeroclim.m11.nc -cp @[INPUTDATA_ROOT]/FV3_input_data_INCCN_aeroclim/MERRA2/merra2.aerclim.2003-2014.m12.nc aeroclim.m12.nc +for n in 01 02 03 04 05 06 07 08 09 10 11 12; do + cp @[INPUTDATA_ROOT]/FV3_input_data_INCCN_aeroclim/MERRA2_y14_24/merra2_1423_${n}.nc aeroclim.m${n}.nc +done cp @[INPUTDATA_ROOT]/FV3_input_data_INCCN_aeroclim/aer_data/LUTS/optics_BC.v1_3.dat optics_BC.dat cp @[INPUTDATA_ROOT]/FV3_input_data_INCCN_aeroclim/aer_data/LUTS/optics_DU.v15_3.dat optics_DU.dat diff --git a/tests/fv3_conf/regional_run.IN b/tests/fv3_conf/regional_run.IN index 6f4a8a6aaa..09aed8a45e 100644 --- a/tests/fv3_conf/regional_run.IN +++ b/tests/fv3_conf/regional_run.IN @@ -5,18 +5,10 @@ rsync -arv @[INPUTDATA_ROOT]/FV3_regional/INPUT/. INPUT/. cp @[INPUTDATA_ROOT]/FV3_fix/CCN_ACTIVATE.BIN . -cp @[INPUTDATA_ROOT]/FV3_input_data_INCCN_aeroclim/MERRA2/merra2.aerclim.2003-2014.m01.nc aeroclim.m01.nc -cp @[INPUTDATA_ROOT]/FV3_input_data_INCCN_aeroclim/MERRA2/merra2.aerclim.2003-2014.m02.nc aeroclim.m02.nc -cp @[INPUTDATA_ROOT]/FV3_input_data_INCCN_aeroclim/MERRA2/merra2.aerclim.2003-2014.m03.nc aeroclim.m03.nc -cp @[INPUTDATA_ROOT]/FV3_input_data_INCCN_aeroclim/MERRA2/merra2.aerclim.2003-2014.m04.nc aeroclim.m04.nc -cp @[INPUTDATA_ROOT]/FV3_input_data_INCCN_aeroclim/MERRA2/merra2.aerclim.2003-2014.m05.nc aeroclim.m05.nc -cp @[INPUTDATA_ROOT]/FV3_input_data_INCCN_aeroclim/MERRA2/merra2.aerclim.2003-2014.m06.nc aeroclim.m06.nc -cp @[INPUTDATA_ROOT]/FV3_input_data_INCCN_aeroclim/MERRA2/merra2.aerclim.2003-2014.m07.nc aeroclim.m07.nc -cp @[INPUTDATA_ROOT]/FV3_input_data_INCCN_aeroclim/MERRA2/merra2.aerclim.2003-2014.m08.nc aeroclim.m08.nc -cp @[INPUTDATA_ROOT]/FV3_input_data_INCCN_aeroclim/MERRA2/merra2.aerclim.2003-2014.m09.nc aeroclim.m09.nc -cp @[INPUTDATA_ROOT]/FV3_input_data_INCCN_aeroclim/MERRA2/merra2.aerclim.2003-2014.m10.nc aeroclim.m10.nc -cp @[INPUTDATA_ROOT]/FV3_input_data_INCCN_aeroclim/MERRA2/merra2.aerclim.2003-2014.m12.nc aeroclim.m11.nc -cp @[INPUTDATA_ROOT]/FV3_input_data_INCCN_aeroclim/MERRA2/merra2.aerclim.2003-2014.m12.nc aeroclim.m12.nc +for n in 01 02 03 04 05 06 07 08 09 10 11 12; do + cp @[INPUTDATA_ROOT]/FV3_input_data_INCCN_aeroclim/MERRA2_y14_24/merra2_1423_${n}.nc aeroclim.m${n}.nc +done + cp @[INPUTDATA_ROOT]/FV3_input_data_INCCN_aeroclim/aer_data/LUTS/optics_BC.v1_3.dat optics_BC.dat cp @[INPUTDATA_ROOT]/FV3_input_data_INCCN_aeroclim/aer_data/LUTS/optics_DU.v15_3.dat optics_DU.dat diff --git a/tests/fv3_conf/wam_run.IN b/tests/fv3_conf/wam_run.IN index d6a3de7838..4419929a51 100644 --- a/tests/fv3_conf/wam_run.IN +++ b/tests/fv3_conf/wam_run.IN @@ -1,10 +1,89 @@ - -inputdir=FV3_input_data_L149 -mkdir INPUT RESTART -cp -r @[INPUTDATA_ROOT]/${inputdir}/INPUT/* ./INPUT -cp @[INPUTDATA_ROOT]/${inputdir}/*grb . +inputdir=FV3_input_data_L149_wam +FV3_FIX=@[INPUTDATA_ROOT]/FV3_fix/ +if [ $WARM_START = .true. ]; then + mkdir INPUT RESTART + cp -r @[INPUTDATA_ROOT]/${inputdir}/INPUT/* ./INPUT + cp @[INPUTDATA_ROOT]/FV3_fix/*grb . +else + mkdir INPUT RESTART + cp -r @[INPUTDATA_ROOT]/${inputdir}/INPUT_C/* ./INPUT/. +fi +if [ $TILEDFIX = .true. ]; then + if [ $CPLLND == .true. ]; then + cp @[INPUTDATA_ROOT]/FV3_fix_tiled/@[ATMRES]/@[ATMRES]*.nc INPUT/. + else + cp @[INPUTDATA_ROOT]/FV3_fix_tiled/@[ATMRES]/@[ATMRES]*.nc . + fi + cp @[INPUTDATA_ROOT]/FV3_fix/global_glacier.2x2.grb . + cp @[INPUTDATA_ROOT]/FV3_fix/global_maxice.2x2.grb . + cp @[INPUTDATA_ROOT]/FV3_fix/RTGSST.1982.2012.monthly.clim.grb . + cp @[INPUTDATA_ROOT]/FV3_fix/global_snoclim.1.875.grb . + cp @[INPUTDATA_ROOT]/FV3_fix/IMS-NIC.blended.ice.monthly.clim.grb . + cp @[INPUTDATA_ROOT]/${inputdir}/@[FNSMCC] . + cp @[INPUTDATA_ROOT]/${inputdir}/@[FNMSKH_control] . +else + cp @[INPUTDATA_ROOT]/FV3_fix/*grb . +fi if [ $CPLWAV = .true. ]; then - cp @[INPUTDATA_ROOT_WW3]/mod_def.* . - cp @[INPUTDATA_ROOT_WW3]/rmp_src* . + if [ $WW3_MULTIGRID = 'true' ]; then + cp @[INPUTDATA_ROOT_WW3]/mod_def.pointsatmw mod_def.points + cp @[INPUTDATA_ROOT_WW3]/@[WW3_MODDEF] . + cp @[INPUTDATA_ROOT_WW3]/rmp_src* . + else + cp @[INPUTDATA_ROOT_WW3]/@[WW3_MODDEF] mod_def.ww3 + cp @[INPUTDATA_ROOT_WW3]/@[MESH_WAV] . + fi +fi + +#inline post +if [[ $POSTAPP = 'global' ]]; then + cp ${PATHRT}/parm/post_itag_gfs itag + cp ${PATHRT}/parm/postxconfig-NT-gfs.txt postxconfig-NT.txt + cp ${PATHRT}/parm/postxconfig-NT-gfs_FH00.txt postxconfig-NT_FH00.txt + cp ${PATHRT}/parm/params_grib2_tbl_new params_grib2_tbl_new +fi + +#rrtmgp +if [ $DO_RRTMGP = .true. ]; then + cp @[INPUTDATA_ROOT]/FV3_input_data_RRTMGP/* . +fi + +#merra2 +if [ $USE_MERRA2 = .true. ]; then + for n in 01 02 03 04 05 06 07 08 09 10 11 12; do + cp @[INPUTDATA_ROOT]/FV3_input_data_INCCN_aeroclim/MERRA2/merra2.aerclim.2003-2014.m${n}.nc aeroclim.m${n}.nc + done + cp @[INPUTDATA_ROOT]/FV3_input_data_INCCN_aeroclim/aer_data/LUTS/optics_BC.v1_3.dat optics_BC.dat + cp @[INPUTDATA_ROOT]/FV3_input_data_INCCN_aeroclim/aer_data/LUTS/optics_OC.v1_3.dat optics_OC.dat + cp @[INPUTDATA_ROOT]/FV3_input_data_INCCN_aeroclim/aer_data/LUTS/optics_DU.v15_3.dat optics_DU.dat + cp @[INPUTDATA_ROOT]/FV3_input_data_INCCN_aeroclim/aer_data/LUTS/optics_SS.v3_3.dat optics_SS.dat + cp @[INPUTDATA_ROOT]/FV3_input_data_INCCN_aeroclim/aer_data/LUTS/optics_SU.v1_3.dat optics_SU.dat +fi + +#rad_c_gocart +if [ $IAER = 2011 ]; then + cp @[INPUTDATA_ROOT]/FV3_input_data_INCCN_aeroclim/aer_data/LUTS/optics_BC.v1_3.dat optics_BC.dat + cp @[INPUTDATA_ROOT]/FV3_input_data_INCCN_aeroclim/aer_data/LUTS/optics_OC.v1_3.dat optics_OC.dat + cp @[INPUTDATA_ROOT]/FV3_input_data_INCCN_aeroclim/aer_data/LUTS/optics_DU.v15_3.dat optics_DU.dat + cp @[INPUTDATA_ROOT]/FV3_input_data_INCCN_aeroclim/aer_data/LUTS/optics_SS.v3_3.dat optics_SS.dat + cp @[INPUTDATA_ROOT]/FV3_input_data_INCCN_aeroclim/aer_data/LUTS/optics_SU.v1_3.dat optics_SU.dat +fi +#ugwpv1 +if [ $DO_UGWP_V1 = .true. ]; then + cp @[INPUTDATA_ROOT]/FV3_input_data/ugwp_c384_tau.nc ./ugwp_limb_tau.nc +fi + +#Thompson +if [ $IMP_PHYSICS = 8 ]; then + cp @[INPUTDATA_ROOT]/FV3_fix/qr_acr_qsV2.dat . + cp @[INPUTDATA_ROOT]/FV3_fix/qr_acr_qgV2.dat . + cp @[INPUTDATA_ROOT]/FV3_fix/freezeH2O.dat . + cp @[INPUTDATA_ROOT]/FV3_fix/CCN_ACTIVATE.BIN . +fi + +#prognostic aerosols +if [ $CPLCHM = .true. ]; then + cp ${PATHRT}/parm/gocart/*.rc . + ln -sf @[INPUTDATA_ROOT]/GOCART/p8/ExtData . fi diff --git a/tests/logs/OpnReqTests_atm_ds2s_docn_dice_hera.log b/tests/logs/OpnReqTests_atm_ds2s_docn_dice_hera.log new file mode 100644 index 0000000000..1c2d4a0109 --- /dev/null +++ b/tests/logs/OpnReqTests_atm_ds2s_docn_dice_hera.log @@ -0,0 +1,545 @@ +Wed Jun 5 22:28:18 UTC 2024 +Start Operation Requirement Test + + +baseline dir = /scratch1/NCEPDEV/stmp4/Nick.Szapiro/FV3_OPNREQ_TEST/OPNREQ_TEST/atm_ds2s_docn_dice_bit_base_intel +working dir = /scratch1/NCEPDEV/stmp2/Nick.Szapiro/FV3_OPNREQ_TEST/opnReqTest_63967/bit_base_bit_base +Checking test bit_base results .... +Moving baseline bit_base files .... + Moving sfcf021.tile1.nc .........OK + Moving sfcf021.tile2.nc .........OK + Moving sfcf021.tile3.nc .........OK + Moving sfcf021.tile4.nc .........OK + Moving sfcf021.tile5.nc .........OK + Moving sfcf021.tile6.nc .........OK + Moving atmf021.tile1.nc .........OK + Moving atmf021.tile2.nc .........OK + Moving atmf021.tile3.nc .........OK + Moving atmf021.tile4.nc .........OK + Moving atmf021.tile5.nc .........OK + Moving atmf021.tile6.nc .........OK + Moving sfcf024.tile1.nc .........OK + Moving sfcf024.tile2.nc .........OK + Moving sfcf024.tile3.nc .........OK + Moving sfcf024.tile4.nc .........OK + Moving sfcf024.tile5.nc .........OK + Moving sfcf024.tile6.nc .........OK + Moving atmf024.tile1.nc .........OK + Moving atmf024.tile2.nc .........OK + Moving atmf024.tile3.nc .........OK + Moving atmf024.tile4.nc .........OK + Moving atmf024.tile5.nc .........OK + Moving atmf024.tile6.nc .........OK + Moving RESTART/20210323.060000.coupler.res .........OK + Moving RESTART/20210323.060000.fv_core.res.nc .........OK + Moving RESTART/20210323.060000.fv_core.res.tile1.nc .........OK + Moving RESTART/20210323.060000.fv_core.res.tile2.nc .........OK + Moving RESTART/20210323.060000.fv_core.res.tile3.nc .........OK + Moving RESTART/20210323.060000.fv_core.res.tile4.nc .........OK + Moving RESTART/20210323.060000.fv_core.res.tile5.nc .........OK + Moving RESTART/20210323.060000.fv_core.res.tile6.nc .........OK + Moving RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc .........OK + Moving RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc .........OK + Moving RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc .........OK + Moving RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc .........OK + Moving RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc .........OK + Moving RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc .........OK + Moving RESTART/20210323.060000.fv_tracer.res.tile1.nc .........OK + Moving RESTART/20210323.060000.fv_tracer.res.tile2.nc .........OK + Moving RESTART/20210323.060000.fv_tracer.res.tile3.nc .........OK + Moving RESTART/20210323.060000.fv_tracer.res.tile4.nc .........OK + Moving RESTART/20210323.060000.fv_tracer.res.tile5.nc .........OK + Moving RESTART/20210323.060000.fv_tracer.res.tile6.nc .........OK + Moving RESTART/20210323.060000.phy_data.tile1.nc .........OK + Moving RESTART/20210323.060000.phy_data.tile2.nc .........OK + Moving RESTART/20210323.060000.phy_data.tile3.nc .........OK + Moving RESTART/20210323.060000.phy_data.tile4.nc .........OK + Moving RESTART/20210323.060000.phy_data.tile5.nc .........OK + Moving RESTART/20210323.060000.phy_data.tile6.nc .........OK + Moving RESTART/20210323.060000.sfc_data.tile1.nc .........OK + Moving RESTART/20210323.060000.sfc_data.tile2.nc .........OK + Moving RESTART/20210323.060000.sfc_data.tile3.nc .........OK + Moving RESTART/20210323.060000.sfc_data.tile4.nc .........OK + Moving RESTART/20210323.060000.sfc_data.tile5.nc .........OK + Moving RESTART/20210323.060000.sfc_data.tile6.nc .........OK + Moving RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK + + 0: The total amount of wall time = 189.281551 + 0: The maximum resident set size (KB) = 1904608 + +Test bit_base PASS + + +baseline dir = /scratch1/NCEPDEV/stmp4/Nick.Szapiro/FV3_OPNREQ_TEST/OPNREQ_TEST/atm_ds2s_docn_dice_dbg_base_intel +working dir = /scratch1/NCEPDEV/stmp2/Nick.Szapiro/FV3_OPNREQ_TEST/opnReqTest_63967/dbg_base_dbg_base +Checking test dbg_base results .... +Moving baseline dbg_base files .... + Moving sfcf021.tile1.nc .........OK + Moving sfcf021.tile2.nc .........OK + Moving sfcf021.tile3.nc .........OK + Moving sfcf021.tile4.nc .........OK + Moving sfcf021.tile5.nc .........OK + Moving sfcf021.tile6.nc .........OK + Moving atmf021.tile1.nc .........OK + Moving atmf021.tile2.nc .........OK + Moving atmf021.tile3.nc .........OK + Moving atmf021.tile4.nc .........OK + Moving atmf021.tile5.nc .........OK + Moving atmf021.tile6.nc .........OK + Moving sfcf024.tile1.nc .........OK + Moving sfcf024.tile2.nc .........OK + Moving sfcf024.tile3.nc .........OK + Moving sfcf024.tile4.nc .........OK + Moving sfcf024.tile5.nc .........OK + Moving sfcf024.tile6.nc .........OK + Moving atmf024.tile1.nc .........OK + Moving atmf024.tile2.nc .........OK + Moving atmf024.tile3.nc .........OK + Moving atmf024.tile4.nc .........OK + Moving atmf024.tile5.nc .........OK + Moving atmf024.tile6.nc .........OK + Moving RESTART/20210323.060000.coupler.res .........OK + Moving RESTART/20210323.060000.fv_core.res.nc .........OK + Moving RESTART/20210323.060000.fv_core.res.tile1.nc .........OK + Moving RESTART/20210323.060000.fv_core.res.tile2.nc .........OK + Moving RESTART/20210323.060000.fv_core.res.tile3.nc .........OK + Moving RESTART/20210323.060000.fv_core.res.tile4.nc .........OK + Moving RESTART/20210323.060000.fv_core.res.tile5.nc .........OK + Moving RESTART/20210323.060000.fv_core.res.tile6.nc .........OK + Moving RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc .........OK + Moving RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc .........OK + Moving RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc .........OK + Moving RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc .........OK + Moving RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc .........OK + Moving RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc .........OK + Moving RESTART/20210323.060000.fv_tracer.res.tile1.nc .........OK + Moving RESTART/20210323.060000.fv_tracer.res.tile2.nc .........OK + Moving RESTART/20210323.060000.fv_tracer.res.tile3.nc .........OK + Moving RESTART/20210323.060000.fv_tracer.res.tile4.nc .........OK + Moving RESTART/20210323.060000.fv_tracer.res.tile5.nc .........OK + Moving RESTART/20210323.060000.fv_tracer.res.tile6.nc .........OK + Moving RESTART/20210323.060000.phy_data.tile1.nc .........OK + Moving RESTART/20210323.060000.phy_data.tile2.nc .........OK + Moving RESTART/20210323.060000.phy_data.tile3.nc .........OK + Moving RESTART/20210323.060000.phy_data.tile4.nc .........OK + Moving RESTART/20210323.060000.phy_data.tile5.nc .........OK + Moving RESTART/20210323.060000.phy_data.tile6.nc .........OK + Moving RESTART/20210323.060000.sfc_data.tile1.nc .........OK + Moving RESTART/20210323.060000.sfc_data.tile2.nc .........OK + Moving RESTART/20210323.060000.sfc_data.tile3.nc .........OK + Moving RESTART/20210323.060000.sfc_data.tile4.nc .........OK + Moving RESTART/20210323.060000.sfc_data.tile5.nc .........OK + Moving RESTART/20210323.060000.sfc_data.tile6.nc .........OK + Moving RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK + + 0: The total amount of wall time = 1982.695161 + 0: The maximum resident set size (KB) = 1950552 + +Test dbg_base PASS + + +baseline dir = /scratch1/NCEPDEV/stmp4/Nick.Szapiro/FV3_OPNREQ_TEST/OPNREQ_TEST/atm_ds2s_docn_dice_std_base_intel +working dir = /scratch1/NCEPDEV/stmp2/Nick.Szapiro/FV3_OPNREQ_TEST/opnReqTest_63967/dcp_dcp +Checking test dcp results .... + Comparing sfcf021.tile1.nc .....USING NCCMP......OK + Comparing sfcf021.tile2.nc .....USING NCCMP......OK + Comparing sfcf021.tile3.nc .....USING NCCMP......OK + Comparing sfcf021.tile4.nc .....USING NCCMP......OK + Comparing sfcf021.tile5.nc .....USING NCCMP......OK + Comparing sfcf021.tile6.nc .....USING NCCMP......OK + Comparing atmf021.tile1.nc .....USING NCCMP......OK + Comparing atmf021.tile2.nc .....USING NCCMP......OK + Comparing atmf021.tile3.nc .....USING NCCMP......OK + Comparing atmf021.tile4.nc .....USING NCCMP......OK + Comparing atmf021.tile5.nc .....USING NCCMP......OK + Comparing atmf021.tile6.nc .....USING NCCMP......OK + Comparing sfcf024.tile1.nc .....USING NCCMP......OK + Comparing sfcf024.tile2.nc .....USING NCCMP......OK + Comparing sfcf024.tile3.nc .....USING NCCMP......OK + Comparing sfcf024.tile4.nc .....USING NCCMP......OK + Comparing sfcf024.tile5.nc .....USING NCCMP......OK + Comparing sfcf024.tile6.nc .....USING NCCMP......OK + Comparing atmf024.tile1.nc .....USING NCCMP......OK + Comparing atmf024.tile2.nc .....USING NCCMP......OK + Comparing atmf024.tile3.nc .....USING NCCMP......OK + Comparing atmf024.tile4.nc .....USING NCCMP......OK + Comparing atmf024.tile5.nc .....USING NCCMP......OK + Comparing atmf024.tile6.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.coupler.res .....USING CMP......OK + Comparing RESTART/20210323.060000.fv_core.res.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_core.res.tile1.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_core.res.tile2.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_core.res.tile3.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_core.res.tile4.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_core.res.tile5.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_core.res.tile6.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_tracer.res.tile1.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_tracer.res.tile2.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_tracer.res.tile3.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_tracer.res.tile4.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_tracer.res.tile5.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_tracer.res.tile6.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.phy_data.tile1.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.phy_data.tile2.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.phy_data.tile3.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.phy_data.tile4.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.phy_data.tile5.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.phy_data.tile6.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.sfc_data.tile1.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.sfc_data.tile2.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.sfc_data.tile3.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.sfc_data.tile4.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.sfc_data.tile5.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.sfc_data.tile6.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 = 209.980608 + 0: The maximum resident set size (KB) = 1965664 + +Test dcp PASS + + +baseline dir = /scratch1/NCEPDEV/stmp4/Nick.Szapiro/FV3_OPNREQ_TEST/OPNREQ_TEST/atm_ds2s_docn_dice_std_base_intel +working dir = /scratch1/NCEPDEV/stmp2/Nick.Szapiro/FV3_OPNREQ_TEST/opnReqTest_63967/fhz_fhz +Checking test fhz results .... + Comparing sfcf021.tile1.nc .....USING NCCMP......OK + Comparing sfcf021.tile2.nc .....USING NCCMP......OK + Comparing sfcf021.tile3.nc .....USING NCCMP......OK + Comparing sfcf021.tile4.nc .....USING NCCMP......OK + Comparing sfcf021.tile5.nc .....USING NCCMP......OK + Comparing sfcf021.tile6.nc .....USING NCCMP......OK + Comparing atmf021.tile1.nc .....USING NCCMP......OK + Comparing atmf021.tile2.nc .....USING NCCMP......OK + Comparing atmf021.tile3.nc .....USING NCCMP......OK + Comparing atmf021.tile4.nc .....USING NCCMP......OK + Comparing atmf021.tile5.nc .....USING NCCMP......OK + Comparing atmf021.tile6.nc .....USING NCCMP......OK + Comparing sfcf024.tile1.nc .....USING NCCMP......OK + Comparing sfcf024.tile2.nc .....USING NCCMP......OK + Comparing sfcf024.tile3.nc .....USING NCCMP......OK + Comparing sfcf024.tile4.nc .....USING NCCMP......OK + Comparing sfcf024.tile5.nc .....USING NCCMP......OK + Comparing sfcf024.tile6.nc .....USING NCCMP......OK + Comparing atmf024.tile1.nc .....USING NCCMP......OK + Comparing atmf024.tile2.nc .....USING NCCMP......OK + Comparing atmf024.tile3.nc .....USING NCCMP......OK + Comparing atmf024.tile4.nc .....USING NCCMP......OK + Comparing atmf024.tile5.nc .....USING NCCMP......OK + Comparing atmf024.tile6.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.coupler.res .....USING CMP......OK + Comparing RESTART/20210323.060000.fv_core.res.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_core.res.tile1.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_core.res.tile2.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_core.res.tile3.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_core.res.tile4.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_core.res.tile5.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_core.res.tile6.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_tracer.res.tile1.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_tracer.res.tile2.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_tracer.res.tile3.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_tracer.res.tile4.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_tracer.res.tile5.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_tracer.res.tile6.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.phy_data.tile1.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.phy_data.tile2.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.phy_data.tile3.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.phy_data.tile4.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.phy_data.tile5.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.phy_data.tile6.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.sfc_data.tile1.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.sfc_data.tile2.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.sfc_data.tile3.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.sfc_data.tile4.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.sfc_data.tile5.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.sfc_data.tile6.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 = 209.766817 + 0: The maximum resident set size (KB) = 1935988 + +Test fhz PASS + + +baseline dir = /scratch1/NCEPDEV/stmp4/Nick.Szapiro/FV3_OPNREQ_TEST/OPNREQ_TEST/atm_ds2s_docn_dice_std_base_intel +working dir = /scratch1/NCEPDEV/stmp2/Nick.Szapiro/FV3_OPNREQ_TEST/opnReqTest_63967/mpi_mpi +Checking test mpi results .... + Comparing sfcf021.tile1.nc .....USING NCCMP......OK + Comparing sfcf021.tile2.nc .....USING NCCMP......OK + Comparing sfcf021.tile3.nc .....USING NCCMP......OK + Comparing sfcf021.tile4.nc .....USING NCCMP......OK + Comparing sfcf021.tile5.nc .....USING NCCMP......OK + Comparing sfcf021.tile6.nc .....USING NCCMP......OK + Comparing atmf021.tile1.nc .....USING NCCMP......OK + Comparing atmf021.tile2.nc .....USING NCCMP......OK + Comparing atmf021.tile3.nc .....USING NCCMP......OK + Comparing atmf021.tile4.nc .....USING NCCMP......OK + Comparing atmf021.tile5.nc .....USING NCCMP......OK + Comparing atmf021.tile6.nc .....USING NCCMP......OK + Comparing sfcf024.tile1.nc .....USING NCCMP......OK + Comparing sfcf024.tile2.nc .....USING NCCMP......OK + Comparing sfcf024.tile3.nc .....USING NCCMP......OK + Comparing sfcf024.tile4.nc .....USING NCCMP......OK + Comparing sfcf024.tile5.nc .....USING NCCMP......OK + Comparing sfcf024.tile6.nc .....USING NCCMP......OK + Comparing atmf024.tile1.nc .....USING NCCMP......OK + Comparing atmf024.tile2.nc .....USING NCCMP......OK + Comparing atmf024.tile3.nc .....USING NCCMP......OK + Comparing atmf024.tile4.nc .....USING NCCMP......OK + Comparing atmf024.tile5.nc .....USING NCCMP......OK + Comparing atmf024.tile6.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.coupler.res .....USING CMP......OK + Comparing RESTART/20210323.060000.fv_core.res.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_core.res.tile1.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_core.res.tile2.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_core.res.tile3.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_core.res.tile4.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_core.res.tile5.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_core.res.tile6.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_tracer.res.tile1.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_tracer.res.tile2.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_tracer.res.tile3.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_tracer.res.tile4.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_tracer.res.tile5.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_tracer.res.tile6.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.phy_data.tile1.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.phy_data.tile2.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.phy_data.tile3.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.phy_data.tile4.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.phy_data.tile5.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.phy_data.tile6.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.sfc_data.tile1.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.sfc_data.tile2.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.sfc_data.tile3.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.sfc_data.tile4.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.sfc_data.tile5.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.sfc_data.tile6.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 = 207.091340 + 0: The maximum resident set size (KB) = 1941540 + +Test mpi PASS + + +baseline dir = /scratch1/NCEPDEV/stmp4/Nick.Szapiro/FV3_OPNREQ_TEST/OPNREQ_TEST/atm_ds2s_docn_dice_std_base_intel +working dir = /scratch1/NCEPDEV/stmp2/Nick.Szapiro/FV3_OPNREQ_TEST/opnReqTest_63967/rst_rst +Checking test rst results .... + Comparing sfcf021.tile1.nc .....USING NCCMP......OK + Comparing sfcf021.tile2.nc .....USING NCCMP......OK + Comparing sfcf021.tile3.nc .....USING NCCMP......OK + Comparing sfcf021.tile4.nc .....USING NCCMP......OK + Comparing sfcf021.tile5.nc .....USING NCCMP......OK + Comparing sfcf021.tile6.nc .....USING NCCMP......OK + Comparing atmf021.tile1.nc .....USING NCCMP......OK + Comparing atmf021.tile2.nc .....USING NCCMP......OK + Comparing atmf021.tile3.nc .....USING NCCMP......OK + Comparing atmf021.tile4.nc .....USING NCCMP......OK + Comparing atmf021.tile5.nc .....USING NCCMP......OK + Comparing atmf021.tile6.nc .....USING NCCMP......OK + Comparing sfcf024.tile1.nc .....USING NCCMP......OK + Comparing sfcf024.tile2.nc .....USING NCCMP......OK + Comparing sfcf024.tile3.nc .....USING NCCMP......OK + Comparing sfcf024.tile4.nc .....USING NCCMP......OK + Comparing sfcf024.tile5.nc .....USING NCCMP......OK + Comparing sfcf024.tile6.nc .....USING NCCMP......OK + Comparing atmf024.tile1.nc .....USING NCCMP......OK + Comparing atmf024.tile2.nc .....USING NCCMP......OK + Comparing atmf024.tile3.nc .....USING NCCMP......OK + Comparing atmf024.tile4.nc .....USING NCCMP......OK + Comparing atmf024.tile5.nc .....USING NCCMP......OK + Comparing atmf024.tile6.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.coupler.res .....USING CMP......OK + Comparing RESTART/20210323.060000.fv_core.res.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_core.res.tile1.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_core.res.tile2.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_core.res.tile3.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_core.res.tile4.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_core.res.tile5.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_core.res.tile6.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_tracer.res.tile1.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_tracer.res.tile2.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_tracer.res.tile3.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_tracer.res.tile4.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_tracer.res.tile5.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_tracer.res.tile6.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.phy_data.tile1.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.phy_data.tile2.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.phy_data.tile3.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.phy_data.tile4.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.phy_data.tile5.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.phy_data.tile6.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.sfc_data.tile1.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.sfc_data.tile2.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.sfc_data.tile3.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.sfc_data.tile4.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.sfc_data.tile5.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.sfc_data.tile6.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 = 204.542879 + 0: The maximum resident set size (KB) = 1933420 + +Test rst PASS + + +baseline dir = /scratch1/NCEPDEV/stmp4/Nick.Szapiro/FV3_OPNREQ_TEST/OPNREQ_TEST/atm_ds2s_docn_dice_std_base_intel +working dir = /scratch1/NCEPDEV/stmp2/Nick.Szapiro/FV3_OPNREQ_TEST/opnReqTest_63967/std_base_std_base +Checking test std_base results .... +Moving baseline std_base files .... + Moving sfcf021.tile1.nc .........OK + Moving sfcf021.tile2.nc .........OK + Moving sfcf021.tile3.nc .........OK + Moving sfcf021.tile4.nc .........OK + Moving sfcf021.tile5.nc .........OK + Moving sfcf021.tile6.nc .........OK + Moving atmf021.tile1.nc .........OK + Moving atmf021.tile2.nc .........OK + Moving atmf021.tile3.nc .........OK + Moving atmf021.tile4.nc .........OK + Moving atmf021.tile5.nc .........OK + Moving atmf021.tile6.nc .........OK + Moving sfcf024.tile1.nc .........OK + Moving sfcf024.tile2.nc .........OK + Moving sfcf024.tile3.nc .........OK + Moving sfcf024.tile4.nc .........OK + Moving sfcf024.tile5.nc .........OK + Moving sfcf024.tile6.nc .........OK + Moving atmf024.tile1.nc .........OK + Moving atmf024.tile2.nc .........OK + Moving atmf024.tile3.nc .........OK + Moving atmf024.tile4.nc .........OK + Moving atmf024.tile5.nc .........OK + Moving atmf024.tile6.nc .........OK + Moving RESTART/20210323.060000.coupler.res .........OK + Moving RESTART/20210323.060000.fv_core.res.nc .........OK + Moving RESTART/20210323.060000.fv_core.res.tile1.nc .........OK + Moving RESTART/20210323.060000.fv_core.res.tile2.nc .........OK + Moving RESTART/20210323.060000.fv_core.res.tile3.nc .........OK + Moving RESTART/20210323.060000.fv_core.res.tile4.nc .........OK + Moving RESTART/20210323.060000.fv_core.res.tile5.nc .........OK + Moving RESTART/20210323.060000.fv_core.res.tile6.nc .........OK + Moving RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc .........OK + Moving RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc .........OK + Moving RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc .........OK + Moving RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc .........OK + Moving RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc .........OK + Moving RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc .........OK + Moving RESTART/20210323.060000.fv_tracer.res.tile1.nc .........OK + Moving RESTART/20210323.060000.fv_tracer.res.tile2.nc .........OK + Moving RESTART/20210323.060000.fv_tracer.res.tile3.nc .........OK + Moving RESTART/20210323.060000.fv_tracer.res.tile4.nc .........OK + Moving RESTART/20210323.060000.fv_tracer.res.tile5.nc .........OK + Moving RESTART/20210323.060000.fv_tracer.res.tile6.nc .........OK + Moving RESTART/20210323.060000.phy_data.tile1.nc .........OK + Moving RESTART/20210323.060000.phy_data.tile2.nc .........OK + Moving RESTART/20210323.060000.phy_data.tile3.nc .........OK + Moving RESTART/20210323.060000.phy_data.tile4.nc .........OK + Moving RESTART/20210323.060000.phy_data.tile5.nc .........OK + Moving RESTART/20210323.060000.phy_data.tile6.nc .........OK + Moving RESTART/20210323.060000.sfc_data.tile1.nc .........OK + Moving RESTART/20210323.060000.sfc_data.tile2.nc .........OK + Moving RESTART/20210323.060000.sfc_data.tile3.nc .........OK + Moving RESTART/20210323.060000.sfc_data.tile4.nc .........OK + Moving RESTART/20210323.060000.sfc_data.tile5.nc .........OK + Moving RESTART/20210323.060000.sfc_data.tile6.nc .........OK + Moving RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK + + 0: The total amount of wall time = 203.918756 + 0: The maximum resident set size (KB) = 1944828 + +Test std_base PASS + + +baseline dir = /scratch1/NCEPDEV/stmp4/Nick.Szapiro/FV3_OPNREQ_TEST/OPNREQ_TEST/atm_ds2s_docn_dice_std_base_intel +working dir = /scratch1/NCEPDEV/stmp2/Nick.Szapiro/FV3_OPNREQ_TEST/opnReqTest_63967/thr_thr +Checking test thr results .... + Comparing sfcf021.tile1.nc .....USING NCCMP......OK + Comparing sfcf021.tile2.nc .....USING NCCMP......OK + Comparing sfcf021.tile3.nc .....USING NCCMP......OK + Comparing sfcf021.tile4.nc .....USING NCCMP......OK + Comparing sfcf021.tile5.nc .....USING NCCMP......OK + Comparing sfcf021.tile6.nc .....USING NCCMP......OK + Comparing atmf021.tile1.nc .....USING NCCMP......OK + Comparing atmf021.tile2.nc .....USING NCCMP......OK + Comparing atmf021.tile3.nc .....USING NCCMP......OK + Comparing atmf021.tile4.nc .....USING NCCMP......OK + Comparing atmf021.tile5.nc .....USING NCCMP......OK + Comparing atmf021.tile6.nc .....USING NCCMP......OK + Comparing sfcf024.tile1.nc .....USING NCCMP......OK + Comparing sfcf024.tile2.nc .....USING NCCMP......OK + Comparing sfcf024.tile3.nc .....USING NCCMP......OK + Comparing sfcf024.tile4.nc .....USING NCCMP......OK + Comparing sfcf024.tile5.nc .....USING NCCMP......OK + Comparing sfcf024.tile6.nc .....USING NCCMP......OK + Comparing atmf024.tile1.nc .....USING NCCMP......OK + Comparing atmf024.tile2.nc .....USING NCCMP......OK + Comparing atmf024.tile3.nc .....USING NCCMP......OK + Comparing atmf024.tile4.nc .....USING NCCMP......OK + Comparing atmf024.tile5.nc .....USING NCCMP......OK + Comparing atmf024.tile6.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.coupler.res .....USING CMP......OK + Comparing RESTART/20210323.060000.fv_core.res.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_core.res.tile1.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_core.res.tile2.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_core.res.tile3.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_core.res.tile4.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_core.res.tile5.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_core.res.tile6.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_tracer.res.tile1.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_tracer.res.tile2.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_tracer.res.tile3.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_tracer.res.tile4.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_tracer.res.tile5.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_tracer.res.tile6.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.phy_data.tile1.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.phy_data.tile2.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.phy_data.tile3.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.phy_data.tile4.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.phy_data.tile5.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.phy_data.tile6.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.sfc_data.tile1.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.sfc_data.tile2.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.sfc_data.tile3.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.sfc_data.tile4.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.sfc_data.tile5.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.sfc_data.tile6.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 = 205.614149 + 0: The maximum resident set size (KB) = 1953368 + +Test thr PASS + +OPERATION REQUIREMENT TEST WAS SUCCESSFUL +Thu Jun 6 00:07:29 UTC 2024 +Elapsed time: 01h:39m:12s. Have a nice day! diff --git a/tests/logs/OpnReqTests_atm_ds2s_docn_pcice_hera.log b/tests/logs/OpnReqTests_atm_ds2s_docn_pcice_hera.log new file mode 100644 index 0000000000..8811b89723 --- /dev/null +++ b/tests/logs/OpnReqTests_atm_ds2s_docn_pcice_hera.log @@ -0,0 +1,545 @@ +Thu Jun 6 00:22:02 UTC 2024 +Start Operation Requirement Test + + +baseline dir = /scratch1/NCEPDEV/stmp4/Nick.Szapiro/FV3_OPNREQ_TEST/OPNREQ_TEST/atm_ds2s_docn_pcice_bit_base_intel +working dir = /scratch1/NCEPDEV/stmp2/Nick.Szapiro/FV3_OPNREQ_TEST/opnReqTest_1542186/bit_base_bit_base +Checking test bit_base results .... +Moving baseline bit_base files .... + Moving sfcf021.tile1.nc .........OK + Moving sfcf021.tile2.nc .........OK + Moving sfcf021.tile3.nc .........OK + Moving sfcf021.tile4.nc .........OK + Moving sfcf021.tile5.nc .........OK + Moving sfcf021.tile6.nc .........OK + Moving atmf021.tile1.nc .........OK + Moving atmf021.tile2.nc .........OK + Moving atmf021.tile3.nc .........OK + Moving atmf021.tile4.nc .........OK + Moving atmf021.tile5.nc .........OK + Moving atmf021.tile6.nc .........OK + Moving sfcf024.tile1.nc .........OK + Moving sfcf024.tile2.nc .........OK + Moving sfcf024.tile3.nc .........OK + Moving sfcf024.tile4.nc .........OK + Moving sfcf024.tile5.nc .........OK + Moving sfcf024.tile6.nc .........OK + Moving atmf024.tile1.nc .........OK + Moving atmf024.tile2.nc .........OK + Moving atmf024.tile3.nc .........OK + Moving atmf024.tile4.nc .........OK + Moving atmf024.tile5.nc .........OK + Moving atmf024.tile6.nc .........OK + Moving RESTART/20210323.060000.coupler.res .........OK + Moving RESTART/20210323.060000.fv_core.res.nc .........OK + Moving RESTART/20210323.060000.fv_core.res.tile1.nc .........OK + Moving RESTART/20210323.060000.fv_core.res.tile2.nc .........OK + Moving RESTART/20210323.060000.fv_core.res.tile3.nc .........OK + Moving RESTART/20210323.060000.fv_core.res.tile4.nc .........OK + Moving RESTART/20210323.060000.fv_core.res.tile5.nc .........OK + Moving RESTART/20210323.060000.fv_core.res.tile6.nc .........OK + Moving RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc .........OK + Moving RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc .........OK + Moving RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc .........OK + Moving RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc .........OK + Moving RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc .........OK + Moving RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc .........OK + Moving RESTART/20210323.060000.fv_tracer.res.tile1.nc .........OK + Moving RESTART/20210323.060000.fv_tracer.res.tile2.nc .........OK + Moving RESTART/20210323.060000.fv_tracer.res.tile3.nc .........OK + Moving RESTART/20210323.060000.fv_tracer.res.tile4.nc .........OK + Moving RESTART/20210323.060000.fv_tracer.res.tile5.nc .........OK + Moving RESTART/20210323.060000.fv_tracer.res.tile6.nc .........OK + Moving RESTART/20210323.060000.phy_data.tile1.nc .........OK + Moving RESTART/20210323.060000.phy_data.tile2.nc .........OK + Moving RESTART/20210323.060000.phy_data.tile3.nc .........OK + Moving RESTART/20210323.060000.phy_data.tile4.nc .........OK + Moving RESTART/20210323.060000.phy_data.tile5.nc .........OK + Moving RESTART/20210323.060000.phy_data.tile6.nc .........OK + Moving RESTART/20210323.060000.sfc_data.tile1.nc .........OK + Moving RESTART/20210323.060000.sfc_data.tile2.nc .........OK + Moving RESTART/20210323.060000.sfc_data.tile3.nc .........OK + Moving RESTART/20210323.060000.sfc_data.tile4.nc .........OK + Moving RESTART/20210323.060000.sfc_data.tile5.nc .........OK + Moving RESTART/20210323.060000.sfc_data.tile6.nc .........OK + Moving RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK + + 0: The total amount of wall time = 184.177791 + 0: The maximum resident set size (KB) = 1931892 + +Test bit_base PASS + + +baseline dir = /scratch1/NCEPDEV/stmp4/Nick.Szapiro/FV3_OPNREQ_TEST/OPNREQ_TEST/atm_ds2s_docn_pcice_dbg_base_intel +working dir = /scratch1/NCEPDEV/stmp2/Nick.Szapiro/FV3_OPNREQ_TEST/opnReqTest_1542186/dbg_base_dbg_base +Checking test dbg_base results .... +Moving baseline dbg_base files .... + Moving sfcf021.tile1.nc .........OK + Moving sfcf021.tile2.nc .........OK + Moving sfcf021.tile3.nc .........OK + Moving sfcf021.tile4.nc .........OK + Moving sfcf021.tile5.nc .........OK + Moving sfcf021.tile6.nc .........OK + Moving atmf021.tile1.nc .........OK + Moving atmf021.tile2.nc .........OK + Moving atmf021.tile3.nc .........OK + Moving atmf021.tile4.nc .........OK + Moving atmf021.tile5.nc .........OK + Moving atmf021.tile6.nc .........OK + Moving sfcf024.tile1.nc .........OK + Moving sfcf024.tile2.nc .........OK + Moving sfcf024.tile3.nc .........OK + Moving sfcf024.tile4.nc .........OK + Moving sfcf024.tile5.nc .........OK + Moving sfcf024.tile6.nc .........OK + Moving atmf024.tile1.nc .........OK + Moving atmf024.tile2.nc .........OK + Moving atmf024.tile3.nc .........OK + Moving atmf024.tile4.nc .........OK + Moving atmf024.tile5.nc .........OK + Moving atmf024.tile6.nc .........OK + Moving RESTART/20210323.060000.coupler.res .........OK + Moving RESTART/20210323.060000.fv_core.res.nc .........OK + Moving RESTART/20210323.060000.fv_core.res.tile1.nc .........OK + Moving RESTART/20210323.060000.fv_core.res.tile2.nc .........OK + Moving RESTART/20210323.060000.fv_core.res.tile3.nc .........OK + Moving RESTART/20210323.060000.fv_core.res.tile4.nc .........OK + Moving RESTART/20210323.060000.fv_core.res.tile5.nc .........OK + Moving RESTART/20210323.060000.fv_core.res.tile6.nc .........OK + Moving RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc .........OK + Moving RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc .........OK + Moving RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc .........OK + Moving RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc .........OK + Moving RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc .........OK + Moving RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc .........OK + Moving RESTART/20210323.060000.fv_tracer.res.tile1.nc .........OK + Moving RESTART/20210323.060000.fv_tracer.res.tile2.nc .........OK + Moving RESTART/20210323.060000.fv_tracer.res.tile3.nc .........OK + Moving RESTART/20210323.060000.fv_tracer.res.tile4.nc .........OK + Moving RESTART/20210323.060000.fv_tracer.res.tile5.nc .........OK + Moving RESTART/20210323.060000.fv_tracer.res.tile6.nc .........OK + Moving RESTART/20210323.060000.phy_data.tile1.nc .........OK + Moving RESTART/20210323.060000.phy_data.tile2.nc .........OK + Moving RESTART/20210323.060000.phy_data.tile3.nc .........OK + Moving RESTART/20210323.060000.phy_data.tile4.nc .........OK + Moving RESTART/20210323.060000.phy_data.tile5.nc .........OK + Moving RESTART/20210323.060000.phy_data.tile6.nc .........OK + Moving RESTART/20210323.060000.sfc_data.tile1.nc .........OK + Moving RESTART/20210323.060000.sfc_data.tile2.nc .........OK + Moving RESTART/20210323.060000.sfc_data.tile3.nc .........OK + Moving RESTART/20210323.060000.sfc_data.tile4.nc .........OK + Moving RESTART/20210323.060000.sfc_data.tile5.nc .........OK + Moving RESTART/20210323.060000.sfc_data.tile6.nc .........OK + Moving RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK + + 0: The total amount of wall time = 2011.638869 + 0: The maximum resident set size (KB) = 1964420 + +Test dbg_base PASS + + +baseline dir = /scratch1/NCEPDEV/stmp4/Nick.Szapiro/FV3_OPNREQ_TEST/OPNREQ_TEST/atm_ds2s_docn_pcice_std_base_intel +working dir = /scratch1/NCEPDEV/stmp2/Nick.Szapiro/FV3_OPNREQ_TEST/opnReqTest_1542186/dcp_dcp +Checking test dcp results .... + Comparing sfcf021.tile1.nc .....USING NCCMP......OK + Comparing sfcf021.tile2.nc .....USING NCCMP......OK + Comparing sfcf021.tile3.nc .....USING NCCMP......OK + Comparing sfcf021.tile4.nc .....USING NCCMP......OK + Comparing sfcf021.tile5.nc .....USING NCCMP......OK + Comparing sfcf021.tile6.nc .....USING NCCMP......OK + Comparing atmf021.tile1.nc .....USING NCCMP......OK + Comparing atmf021.tile2.nc .....USING NCCMP......OK + Comparing atmf021.tile3.nc .....USING NCCMP......OK + Comparing atmf021.tile4.nc .....USING NCCMP......OK + Comparing atmf021.tile5.nc .....USING NCCMP......OK + Comparing atmf021.tile6.nc .....USING NCCMP......OK + Comparing sfcf024.tile1.nc .....USING NCCMP......OK + Comparing sfcf024.tile2.nc .....USING NCCMP......OK + Comparing sfcf024.tile3.nc .....USING NCCMP......OK + Comparing sfcf024.tile4.nc .....USING NCCMP......OK + Comparing sfcf024.tile5.nc .....USING NCCMP......OK + Comparing sfcf024.tile6.nc .....USING NCCMP......OK + Comparing atmf024.tile1.nc .....USING NCCMP......OK + Comparing atmf024.tile2.nc .....USING NCCMP......OK + Comparing atmf024.tile3.nc .....USING NCCMP......OK + Comparing atmf024.tile4.nc .....USING NCCMP......OK + Comparing atmf024.tile5.nc .....USING NCCMP......OK + Comparing atmf024.tile6.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.coupler.res .....USING CMP......OK + Comparing RESTART/20210323.060000.fv_core.res.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_core.res.tile1.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_core.res.tile2.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_core.res.tile3.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_core.res.tile4.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_core.res.tile5.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_core.res.tile6.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_tracer.res.tile1.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_tracer.res.tile2.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_tracer.res.tile3.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_tracer.res.tile4.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_tracer.res.tile5.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_tracer.res.tile6.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.phy_data.tile1.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.phy_data.tile2.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.phy_data.tile3.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.phy_data.tile4.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.phy_data.tile5.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.phy_data.tile6.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.sfc_data.tile1.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.sfc_data.tile2.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.sfc_data.tile3.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.sfc_data.tile4.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.sfc_data.tile5.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.sfc_data.tile6.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 = 214.626752 + 0: The maximum resident set size (KB) = 1978040 + +Test dcp PASS + + +baseline dir = /scratch1/NCEPDEV/stmp4/Nick.Szapiro/FV3_OPNREQ_TEST/OPNREQ_TEST/atm_ds2s_docn_pcice_std_base_intel +working dir = /scratch1/NCEPDEV/stmp2/Nick.Szapiro/FV3_OPNREQ_TEST/opnReqTest_1542186/fhz_fhz +Checking test fhz results .... + Comparing sfcf021.tile1.nc .....USING NCCMP......OK + Comparing sfcf021.tile2.nc .....USING NCCMP......OK + Comparing sfcf021.tile3.nc .....USING NCCMP......OK + Comparing sfcf021.tile4.nc .....USING NCCMP......OK + Comparing sfcf021.tile5.nc .....USING NCCMP......OK + Comparing sfcf021.tile6.nc .....USING NCCMP......OK + Comparing atmf021.tile1.nc .....USING NCCMP......OK + Comparing atmf021.tile2.nc .....USING NCCMP......OK + Comparing atmf021.tile3.nc .....USING NCCMP......OK + Comparing atmf021.tile4.nc .....USING NCCMP......OK + Comparing atmf021.tile5.nc .....USING NCCMP......OK + Comparing atmf021.tile6.nc .....USING NCCMP......OK + Comparing sfcf024.tile1.nc .....USING NCCMP......OK + Comparing sfcf024.tile2.nc .....USING NCCMP......OK + Comparing sfcf024.tile3.nc .....USING NCCMP......OK + Comparing sfcf024.tile4.nc .....USING NCCMP......OK + Comparing sfcf024.tile5.nc .....USING NCCMP......OK + Comparing sfcf024.tile6.nc .....USING NCCMP......OK + Comparing atmf024.tile1.nc .....USING NCCMP......OK + Comparing atmf024.tile2.nc .....USING NCCMP......OK + Comparing atmf024.tile3.nc .....USING NCCMP......OK + Comparing atmf024.tile4.nc .....USING NCCMP......OK + Comparing atmf024.tile5.nc .....USING NCCMP......OK + Comparing atmf024.tile6.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.coupler.res .....USING CMP......OK + Comparing RESTART/20210323.060000.fv_core.res.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_core.res.tile1.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_core.res.tile2.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_core.res.tile3.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_core.res.tile4.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_core.res.tile5.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_core.res.tile6.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_tracer.res.tile1.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_tracer.res.tile2.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_tracer.res.tile3.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_tracer.res.tile4.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_tracer.res.tile5.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_tracer.res.tile6.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.phy_data.tile1.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.phy_data.tile2.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.phy_data.tile3.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.phy_data.tile4.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.phy_data.tile5.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.phy_data.tile6.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.sfc_data.tile1.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.sfc_data.tile2.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.sfc_data.tile3.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.sfc_data.tile4.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.sfc_data.tile5.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.sfc_data.tile6.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 = 208.846961 + 0: The maximum resident set size (KB) = 1976948 + +Test fhz PASS + + +baseline dir = /scratch1/NCEPDEV/stmp4/Nick.Szapiro/FV3_OPNREQ_TEST/OPNREQ_TEST/atm_ds2s_docn_pcice_std_base_intel +working dir = /scratch1/NCEPDEV/stmp2/Nick.Szapiro/FV3_OPNREQ_TEST/opnReqTest_1542186/mpi_mpi +Checking test mpi results .... + Comparing sfcf021.tile1.nc .....USING NCCMP......OK + Comparing sfcf021.tile2.nc .....USING NCCMP......OK + Comparing sfcf021.tile3.nc .....USING NCCMP......OK + Comparing sfcf021.tile4.nc .....USING NCCMP......OK + Comparing sfcf021.tile5.nc .....USING NCCMP......OK + Comparing sfcf021.tile6.nc .....USING NCCMP......OK + Comparing atmf021.tile1.nc .....USING NCCMP......OK + Comparing atmf021.tile2.nc .....USING NCCMP......OK + Comparing atmf021.tile3.nc .....USING NCCMP......OK + Comparing atmf021.tile4.nc .....USING NCCMP......OK + Comparing atmf021.tile5.nc .....USING NCCMP......OK + Comparing atmf021.tile6.nc .....USING NCCMP......OK + Comparing sfcf024.tile1.nc .....USING NCCMP......OK + Comparing sfcf024.tile2.nc .....USING NCCMP......OK + Comparing sfcf024.tile3.nc .....USING NCCMP......OK + Comparing sfcf024.tile4.nc .....USING NCCMP......OK + Comparing sfcf024.tile5.nc .....USING NCCMP......OK + Comparing sfcf024.tile6.nc .....USING NCCMP......OK + Comparing atmf024.tile1.nc .....USING NCCMP......OK + Comparing atmf024.tile2.nc .....USING NCCMP......OK + Comparing atmf024.tile3.nc .....USING NCCMP......OK + Comparing atmf024.tile4.nc .....USING NCCMP......OK + Comparing atmf024.tile5.nc .....USING NCCMP......OK + Comparing atmf024.tile6.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.coupler.res .....USING CMP......OK + Comparing RESTART/20210323.060000.fv_core.res.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_core.res.tile1.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_core.res.tile2.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_core.res.tile3.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_core.res.tile4.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_core.res.tile5.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_core.res.tile6.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_tracer.res.tile1.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_tracer.res.tile2.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_tracer.res.tile3.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_tracer.res.tile4.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_tracer.res.tile5.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_tracer.res.tile6.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.phy_data.tile1.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.phy_data.tile2.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.phy_data.tile3.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.phy_data.tile4.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.phy_data.tile5.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.phy_data.tile6.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.sfc_data.tile1.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.sfc_data.tile2.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.sfc_data.tile3.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.sfc_data.tile4.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.sfc_data.tile5.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.sfc_data.tile6.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 = 213.709999 + 0: The maximum resident set size (KB) = 1963988 + +Test mpi PASS + + +baseline dir = /scratch1/NCEPDEV/stmp4/Nick.Szapiro/FV3_OPNREQ_TEST/OPNREQ_TEST/atm_ds2s_docn_pcice_std_base_intel +working dir = /scratch1/NCEPDEV/stmp2/Nick.Szapiro/FV3_OPNREQ_TEST/opnReqTest_1542186/rst_rst +Checking test rst results .... + Comparing sfcf021.tile1.nc .....USING NCCMP......OK + Comparing sfcf021.tile2.nc .....USING NCCMP......OK + Comparing sfcf021.tile3.nc .....USING NCCMP......OK + Comparing sfcf021.tile4.nc .....USING NCCMP......OK + Comparing sfcf021.tile5.nc .....USING NCCMP......OK + Comparing sfcf021.tile6.nc .....USING NCCMP......OK + Comparing atmf021.tile1.nc .....USING NCCMP......OK + Comparing atmf021.tile2.nc .....USING NCCMP......OK + Comparing atmf021.tile3.nc .....USING NCCMP......OK + Comparing atmf021.tile4.nc .....USING NCCMP......OK + Comparing atmf021.tile5.nc .....USING NCCMP......OK + Comparing atmf021.tile6.nc .....USING NCCMP......OK + Comparing sfcf024.tile1.nc .....USING NCCMP......OK + Comparing sfcf024.tile2.nc .....USING NCCMP......OK + Comparing sfcf024.tile3.nc .....USING NCCMP......OK + Comparing sfcf024.tile4.nc .....USING NCCMP......OK + Comparing sfcf024.tile5.nc .....USING NCCMP......OK + Comparing sfcf024.tile6.nc .....USING NCCMP......OK + Comparing atmf024.tile1.nc .....USING NCCMP......OK + Comparing atmf024.tile2.nc .....USING NCCMP......OK + Comparing atmf024.tile3.nc .....USING NCCMP......OK + Comparing atmf024.tile4.nc .....USING NCCMP......OK + Comparing atmf024.tile5.nc .....USING NCCMP......OK + Comparing atmf024.tile6.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.coupler.res .....USING CMP......OK + Comparing RESTART/20210323.060000.fv_core.res.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_core.res.tile1.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_core.res.tile2.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_core.res.tile3.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_core.res.tile4.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_core.res.tile5.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_core.res.tile6.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_tracer.res.tile1.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_tracer.res.tile2.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_tracer.res.tile3.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_tracer.res.tile4.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_tracer.res.tile5.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_tracer.res.tile6.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.phy_data.tile1.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.phy_data.tile2.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.phy_data.tile3.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.phy_data.tile4.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.phy_data.tile5.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.phy_data.tile6.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.sfc_data.tile1.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.sfc_data.tile2.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.sfc_data.tile3.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.sfc_data.tile4.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.sfc_data.tile5.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.sfc_data.tile6.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 = 209.768041 + 0: The maximum resident set size (KB) = 1962148 + +Test rst PASS + + +baseline dir = /scratch1/NCEPDEV/stmp4/Nick.Szapiro/FV3_OPNREQ_TEST/OPNREQ_TEST/atm_ds2s_docn_pcice_std_base_intel +working dir = /scratch1/NCEPDEV/stmp2/Nick.Szapiro/FV3_OPNREQ_TEST/opnReqTest_1542186/std_base_std_base +Checking test std_base results .... +Moving baseline std_base files .... + Moving sfcf021.tile1.nc .........OK + Moving sfcf021.tile2.nc .........OK + Moving sfcf021.tile3.nc .........OK + Moving sfcf021.tile4.nc .........OK + Moving sfcf021.tile5.nc .........OK + Moving sfcf021.tile6.nc .........OK + Moving atmf021.tile1.nc .........OK + Moving atmf021.tile2.nc .........OK + Moving atmf021.tile3.nc .........OK + Moving atmf021.tile4.nc .........OK + Moving atmf021.tile5.nc .........OK + Moving atmf021.tile6.nc .........OK + Moving sfcf024.tile1.nc .........OK + Moving sfcf024.tile2.nc .........OK + Moving sfcf024.tile3.nc .........OK + Moving sfcf024.tile4.nc .........OK + Moving sfcf024.tile5.nc .........OK + Moving sfcf024.tile6.nc .........OK + Moving atmf024.tile1.nc .........OK + Moving atmf024.tile2.nc .........OK + Moving atmf024.tile3.nc .........OK + Moving atmf024.tile4.nc .........OK + Moving atmf024.tile5.nc .........OK + Moving atmf024.tile6.nc .........OK + Moving RESTART/20210323.060000.coupler.res .........OK + Moving RESTART/20210323.060000.fv_core.res.nc .........OK + Moving RESTART/20210323.060000.fv_core.res.tile1.nc .........OK + Moving RESTART/20210323.060000.fv_core.res.tile2.nc .........OK + Moving RESTART/20210323.060000.fv_core.res.tile3.nc .........OK + Moving RESTART/20210323.060000.fv_core.res.tile4.nc .........OK + Moving RESTART/20210323.060000.fv_core.res.tile5.nc .........OK + Moving RESTART/20210323.060000.fv_core.res.tile6.nc .........OK + Moving RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc .........OK + Moving RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc .........OK + Moving RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc .........OK + Moving RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc .........OK + Moving RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc .........OK + Moving RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc .........OK + Moving RESTART/20210323.060000.fv_tracer.res.tile1.nc .........OK + Moving RESTART/20210323.060000.fv_tracer.res.tile2.nc .........OK + Moving RESTART/20210323.060000.fv_tracer.res.tile3.nc .........OK + Moving RESTART/20210323.060000.fv_tracer.res.tile4.nc .........OK + Moving RESTART/20210323.060000.fv_tracer.res.tile5.nc .........OK + Moving RESTART/20210323.060000.fv_tracer.res.tile6.nc .........OK + Moving RESTART/20210323.060000.phy_data.tile1.nc .........OK + Moving RESTART/20210323.060000.phy_data.tile2.nc .........OK + Moving RESTART/20210323.060000.phy_data.tile3.nc .........OK + Moving RESTART/20210323.060000.phy_data.tile4.nc .........OK + Moving RESTART/20210323.060000.phy_data.tile5.nc .........OK + Moving RESTART/20210323.060000.phy_data.tile6.nc .........OK + Moving RESTART/20210323.060000.sfc_data.tile1.nc .........OK + Moving RESTART/20210323.060000.sfc_data.tile2.nc .........OK + Moving RESTART/20210323.060000.sfc_data.tile3.nc .........OK + Moving RESTART/20210323.060000.sfc_data.tile4.nc .........OK + Moving RESTART/20210323.060000.sfc_data.tile5.nc .........OK + Moving RESTART/20210323.060000.sfc_data.tile6.nc .........OK + Moving RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK + + 0: The total amount of wall time = 213.174053 + 0: The maximum resident set size (KB) = 1970452 + +Test std_base PASS + + +baseline dir = /scratch1/NCEPDEV/stmp4/Nick.Szapiro/FV3_OPNREQ_TEST/OPNREQ_TEST/atm_ds2s_docn_pcice_std_base_intel +working dir = /scratch1/NCEPDEV/stmp2/Nick.Szapiro/FV3_OPNREQ_TEST/opnReqTest_1542186/thr_thr +Checking test thr results .... + Comparing sfcf021.tile1.nc .....USING NCCMP......OK + Comparing sfcf021.tile2.nc .....USING NCCMP......OK + Comparing sfcf021.tile3.nc .....USING NCCMP......OK + Comparing sfcf021.tile4.nc .....USING NCCMP......OK + Comparing sfcf021.tile5.nc .....USING NCCMP......OK + Comparing sfcf021.tile6.nc .....USING NCCMP......OK + Comparing atmf021.tile1.nc .....USING NCCMP......OK + Comparing atmf021.tile2.nc .....USING NCCMP......OK + Comparing atmf021.tile3.nc .....USING NCCMP......OK + Comparing atmf021.tile4.nc .....USING NCCMP......OK + Comparing atmf021.tile5.nc .....USING NCCMP......OK + Comparing atmf021.tile6.nc .....USING NCCMP......OK + Comparing sfcf024.tile1.nc .....USING NCCMP......OK + Comparing sfcf024.tile2.nc .....USING NCCMP......OK + Comparing sfcf024.tile3.nc .....USING NCCMP......OK + Comparing sfcf024.tile4.nc .....USING NCCMP......OK + Comparing sfcf024.tile5.nc .....USING NCCMP......OK + Comparing sfcf024.tile6.nc .....USING NCCMP......OK + Comparing atmf024.tile1.nc .....USING NCCMP......OK + Comparing atmf024.tile2.nc .....USING NCCMP......OK + Comparing atmf024.tile3.nc .....USING NCCMP......OK + Comparing atmf024.tile4.nc .....USING NCCMP......OK + Comparing atmf024.tile5.nc .....USING NCCMP......OK + Comparing atmf024.tile6.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.coupler.res .....USING CMP......OK + Comparing RESTART/20210323.060000.fv_core.res.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_core.res.tile1.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_core.res.tile2.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_core.res.tile3.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_core.res.tile4.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_core.res.tile5.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_core.res.tile6.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_tracer.res.tile1.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_tracer.res.tile2.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_tracer.res.tile3.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_tracer.res.tile4.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_tracer.res.tile5.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_tracer.res.tile6.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.phy_data.tile1.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.phy_data.tile2.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.phy_data.tile3.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.phy_data.tile4.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.phy_data.tile5.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.phy_data.tile6.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.sfc_data.tile1.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.sfc_data.tile2.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.sfc_data.tile3.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.sfc_data.tile4.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.sfc_data.tile5.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.sfc_data.tile6.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 = 214.969819 + 0: The maximum resident set size (KB) = 1974080 + +Test thr PASS + +OPERATION REQUIREMENT TEST WAS SUCCESSFUL +Thu Jun 6 02:02:21 UTC 2024 +Elapsed time: 01h:40m:21s. Have a nice day! diff --git a/tests/logs/OpnReqTests_control_p8_hera.log b/tests/logs/OpnReqTests_control_p8_hera.log index 439af1928e..8928c3cb87 100644 --- a/tests/logs/OpnReqTests_control_p8_hera.log +++ b/tests/logs/OpnReqTests_control_p8_hera.log @@ -1,9 +1,9 @@ -Mon May 20 18:51:03 UTC 2024 +Fri Jun 14 13:38:21 UTC 2024 Start Operation Requirement Test baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_bit_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_1703729/bit_base_bit_base +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_2452253/bit_base_bit_base Checking test bit_base results .... Moving baseline bit_base files .... Moving sfcf000.nc .........OK @@ -44,21 +44,21 @@ Moving baseline bit_base files .... Moving RESTART/20210323.060000.phy_data.tile4.nc .........OK Moving RESTART/20210323.060000.phy_data.tile5.nc .........OK Moving RESTART/20210323.060000.phy_data.tile6.nc .........OK - Moving RESTART/20210323.060000.sfc_data.tile1.nc .........OK +Moving RESTART/20210323.060000.sfc_data.tile1.nc .........OK Moving RESTART/20210323.060000.sfc_data.tile2.nc .........OK Moving RESTART/20210323.060000.sfc_data.tile3.nc .........OK Moving RESTART/20210323.060000.sfc_data.tile4.nc .........OK 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 = 276.086219 - 0: The maximum resident set size (KB) = 1266612 + 0: The total amount of wall time = 279.753384 + 0: The maximum resident set size (KB) = 1457740 Test bit_base PASS baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_dbg_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_1703729/dbg_base_dbg_base +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_2452253/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 = 967.204562 - 0: The maximum resident set size (KB) = 1252256 + 0: The total amount of wall time = 990.855056 + 0: The maximum resident set size (KB) = 1433088 Test dbg_base PASS baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_1703729/dcp_dcp +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_2452253/dcp_dcp Checking test dcp results .... Comparing sfcf000.nc .....USING NCCMP......OK Comparing sfcf021.nc .....USING NCCMP......OK @@ -135,7 +135,7 @@ Checking test dcp results .... Comparing RESTART/20210323.060000.fv_core.res.tile4.nc .....USING NCCMP......OK Comparing RESTART/20210323.060000.fv_core.res.tile5.nc .....USING NCCMP......OK Comparing RESTART/20210323.060000.fv_core.res.tile6.nc .....USING NCCMP......OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc .....USING NCCMP......OK +Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc .....USING NCCMP......OK Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc .....USING NCCMP......OK Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc .....USING NCCMP......OK Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile4.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 = 244.057605 - 0: The maximum resident set size (KB) = 1245204 + 0: The total amount of wall time = 252.537582 + 0: The maximum resident set size (KB) = 1437288 Test dcp PASS baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_1703729/mpi_mpi +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_2452253/mpi_mpi Checking test mpi results .... Comparing sfcf000.nc .....USING NCCMP......OK Comparing sfcf021.nc .....USING NCCMP......OK @@ -181,7 +181,7 @@ Checking test mpi results .... Comparing GFSPRS.GrbF00 .....USING CMP......OK Comparing GFSPRS.GrbF21 .....USING CMP......OK Comparing GFSPRS.GrbF24 .....USING CMP......OK - Comparing RESTART/20210323.060000.coupler.res .....USING CMP......OK +Comparing RESTART/20210323.060000.coupler.res .....USING CMP......OK Comparing RESTART/20210323.060000.fv_core.res.nc .....USING NCCMP......OK Comparing RESTART/20210323.060000.fv_core.res.tile1.nc .....USING NCCMP......OK Comparing RESTART/20210323.060000.fv_core.res.tile2.nc .....USING NCCMP......OK @@ -214,20 +214,20 @@ 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 = 242.281799 - 0: The maximum resident set size (KB) = 1245960 + 0: The total amount of wall time = 247.420758 + 0: The maximum resident set size (KB) = 1441056 Test mpi PASS baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_1703729/rst_rst +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_2452253/rst_rst Checking test rst results .... Comparing sfcf000.nc .....USING NCCMP......OK Comparing sfcf021.nc .....USING NCCMP......OK Comparing sfcf024.nc .....USING NCCMP......OK Comparing atmf000.nc .....USING NCCMP......OK - Comparing atmf021.nc .....USING NCCMP......OK +Comparing atmf021.nc .....USING NCCMP......OK Comparing atmf024.nc .....USING NCCMP......OK Comparing GFSFLX.GrbF00 .....USING CMP......OK Comparing GFSFLX.GrbF21 .....USING CMP......OK @@ -268,14 +268,13 @@ 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 = 242.457949 - 0: The maximum resident set size (KB) = 1245616 + 0: The total amount of wall time = 250.200015 + 0: The maximum resident set size (KB) = 1436400 Test rst PASS - baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_1703729/std_base_std_base +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_2452253/std_base_std_base Checking test std_base results .... Moving baseline std_base files .... Moving sfcf000.nc .........OK @@ -318,19 +317,19 @@ Moving baseline std_base files .... Moving RESTART/20210323.060000.phy_data.tile6.nc .........OK Moving RESTART/20210323.060000.sfc_data.tile1.nc .........OK Moving RESTART/20210323.060000.sfc_data.tile2.nc .........OK - Moving RESTART/20210323.060000.sfc_data.tile3.nc .........OK +Moving RESTART/20210323.060000.sfc_data.tile3.nc .........OK Moving RESTART/20210323.060000.sfc_data.tile4.nc .........OK 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 = 247.352735 - 0: The maximum resident set size (KB) = 1245076 + 0: The total amount of wall time = 254.595064 + 0: The maximum resident set size (KB) = 1435424 Test std_base PASS baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_1703729/thr_thr +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_2452253/thr_thr Checking test thr results .... Comparing sfcf000.nc .....USING NCCMP......OK Comparing sfcf021.nc .....USING NCCMP......OK @@ -364,7 +363,7 @@ Checking test thr results .... Comparing RESTART/20210323.060000.fv_tracer.res.tile4.nc .....USING NCCMP......OK Comparing RESTART/20210323.060000.fv_tracer.res.tile5.nc .....USING NCCMP......OK Comparing RESTART/20210323.060000.fv_tracer.res.tile6.nc .....USING NCCMP......OK - Comparing RESTART/20210323.060000.phy_data.tile1.nc .....USING NCCMP......OK +Comparing RESTART/20210323.060000.phy_data.tile1.nc .....USING NCCMP......OK Comparing RESTART/20210323.060000.phy_data.tile2.nc .....USING NCCMP......OK Comparing RESTART/20210323.060000.phy_data.tile3.nc .....USING NCCMP......OK Comparing RESTART/20210323.060000.phy_data.tile4.nc .....USING NCCMP......OK @@ -377,11 +376,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 = 242.402115 - 0: The maximum resident set size (KB) = 1245280 + 0: The total amount of wall time = 248.069137 + 0: The maximum resident set size (KB) = 1411584 Test thr PASS OPERATION REQUIREMENT TEST WAS SUCCESSFUL -Mon May 20 21:14:11 UTC 2024 -Elapsed time: 02h:23m:09s. Have a nice day! +Fri Jun 14 14:45:43 UTC 2024 +Elapsed time: 01h:07m:23s. 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 41bbda59b0..aef8864e99 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 @@ -Tue May 21 16:24:30 UTC 2024 +Fri Jun 14 20:35:52 UTC 2024 Start Operation Requirement Test baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/cpld_control_c96_noaero_p8_dbg_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/cpld/FV3_OPNREQ_TEST/opnReqTest_21842/dbg_base_dbg_base +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_2311238/dbg_base_dbg_base Checking test dbg_base results .... Moving baseline dbg_base files .... Moving sfcf021.tile1.nc .........OK @@ -44,7 +44,7 @@ Moving baseline dbg_base files .... Moving RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc .........OK Moving RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc .........OK Moving RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc .........OK - Moving RESTART/20210323.060000.fv_tracer.res.tile1.nc .........OK +Moving RESTART/20210323.060000.fv_tracer.res.tile1.nc .........OK Moving RESTART/20210323.060000.fv_tracer.res.tile2.nc .........OK Moving RESTART/20210323.060000.fv_tracer.res.tile3.nc .........OK Moving RESTART/20210323.060000.fv_tracer.res.tile4.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 = 1578.173654 - 0: The maximum resident set size (KB) = 1343768 + 0: The total amount of wall time = 1405.180294 + 0: The maximum resident set size (KB) = 1542308 Test dbg_base PASS baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/cpld_control_c96_noaero_p8_std_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/cpld/FV3_OPNREQ_TEST/opnReqTest_21842/rst_rst +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_2311238/rst_rst Checking test rst results .... Comparing sfcf021.tile1.nc .....USING NCCMP......OK Comparing sfcf021.tile2.nc .....USING NCCMP......OK @@ -90,7 +90,7 @@ Checking test rst results .... Comparing sfcf024.tile1.nc .....USING NCCMP......OK Comparing sfcf024.tile2.nc .....USING NCCMP......OK Comparing sfcf024.tile3.nc .....USING NCCMP......OK - Comparing sfcf024.tile4.nc .....USING NCCMP......OK +Comparing sfcf024.tile4.nc .....USING NCCMP......OK Comparing sfcf024.tile5.nc .....USING NCCMP......OK Comparing sfcf024.tile6.nc .....USING NCCMP......OK Comparing atmf024.tile1.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 = 550.910855 - 0: The maximum resident set size (KB) = 1339328 + 0: The total amount of wall time = 436.275245 +0: The maximum resident set size (KB) = 1538012 Test rst PASS baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/cpld_control_c96_noaero_p8_std_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/cpld/FV3_OPNREQ_TEST/opnReqTest_21842/std_base_std_base +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_2311238/std_base_std_base Checking test std_base results .... Moving baseline std_base files .... Moving sfcf021.tile1.nc .........OK @@ -182,7 +182,7 @@ Moving baseline std_base files .... Moving RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc .........OK Moving RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc .........OK Moving RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc .........OK - Moving RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc .........OK +Moving RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc .........OK Moving RESTART/20210323.060000.fv_tracer.res.tile1.nc .........OK Moving RESTART/20210323.060000.fv_tracer.res.tile2.nc .........OK Moving RESTART/20210323.060000.fv_tracer.res.tile3.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 = 608.236433 - 0: The maximum resident set size (KB) = 1338792 + 0: The total amount of wall time = 438.277374 + 0: The maximum resident set size (KB) = 1537680 Test std_base PASS OPERATION REQUIREMENT TEST WAS SUCCESSFUL -Tue May 21 17:39:42 UTC 2024 -Elapsed time: 01h:15m:12s. Have a nice day! +Fri Jun 14 21:48:17 UTC 2024 +Elapsed time: 01h:12m:25s. Have a nice day! diff --git a/tests/logs/OpnReqTests_regional_control_hera.log b/tests/logs/OpnReqTests_regional_control_hera.log index 0eeb455541..c0fd75c457 100644 --- a/tests/logs/OpnReqTests_regional_control_hera.log +++ b/tests/logs/OpnReqTests_regional_control_hera.log @@ -1,9 +1,9 @@ -Tue May 21 16:03:46 UTC 2024 +Fri Jun 14 16:16:30 UTC 2024 Start Operation Requirement Test baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/regional_control_bit_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_4148204/bit_base_bit_base +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_3354158/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 = 1256.367157 - 0: The maximum resident set size (KB) = 575888 + 0: The total amount of wall time = 1298.515455 + 0: The maximum resident set size (KB) = 765400 Test bit_base PASS baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/regional_control_std_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_4148204/dcp_dcp +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_3354158/dcp_dcp Checking test dcp results .... Comparing dynf000.nc .....USING NCCMP......OK Comparing dynf006.nc .....USING NCCMP......OK @@ -33,18 +33,18 @@ Checking test dcp results .... Comparing NATLEV.GrbF00 .....USING CMP......OK Comparing NATLEV.GrbF06 .....USING CMP......OK - 0: The total amount of wall time = 2182.888769 - 0: The maximum resident set size (KB) = 543284 + 0: The total amount of wall time = 2249.213145 + 0: The maximum resident set size (KB) = 709152 Test dcp PASS baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/regional_control_std_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_4148204/std_base_std_base +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_3354158/std_base_std_base Checking test std_base results .... Moving baseline std_base files .... Moving dynf000.nc .........OK - Moving dynf006.nc .........OK +Moving dynf006.nc .........OK Moving phyf000.nc .........OK Moving phyf006.nc .........OK Moving PRSLEV.GrbF00 .........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 = 2087.568729 - 0: The maximum resident set size (KB) = 540656 + 0: The total amount of wall time = 2183.140915 + 0: The maximum resident set size (KB) = 719576 Test std_base PASS baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/regional_control_std_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_4148204/thr_thr +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_3354158/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 = 2251.752676 - 0: The maximum resident set size (KB) = 543636 + 0: The total amount of wall time = 2191.377959 + 0: The maximum resident set size (KB) = 730668 Test thr PASS OPERATION REQUIREMENT TEST WAS SUCCESSFUL -Tue May 21 18:31:11 UTC 2024 -Elapsed time: 02h:27m:25s. Have a nice day! +Fri Jun 14 18:57:19 UTC 2024 +Elapsed time: 02h:40m:50s. Have a nice day! diff --git a/tests/logs/RegressionTests_acorn.log b/tests/logs/RegressionTests_acorn.log index 8c5464b8f5..4a67c33a7f 100644 --- a/tests/logs/RegressionTests_acorn.log +++ b/tests/logs/RegressionTests_acorn.log @@ -1,32 +1,32 @@ ====START OF ACORN REGRESSION TESTING LOG==== UFSWM hash used in testing: -3e15eaa45553e76c6aa00a66b999b6b85d2b5fb3 +cfa2f75f86e39595b43e01c4b9e6f5d4b94c2527 Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) be5d28fd1b60522e6fc98aefeead20e6aac3530b AQM/src/model/CMAQ (CMAQv5.2.1_07Feb2018-198-gbe5d28fd1) - 3d7067a523b8557058755289e4275f5f5c985daf CDEPS-interface/CDEPS (cdeps0.4.17-40-g3d7067a) - 9c0cd8d3ba5963d01711094a3c81b6358fcb8367 CICE-interface/CICE (CICE6.0.0-448-g9c0cd8d) + fbdf6843d6bde852d97f1547591d90136103f669 CDEPS-interface/CDEPS (cdeps0.4.17-41-gfbdf684) + d406c7e205bd62913eea0bc87bed1aeb63eb2f83 CICE-interface/CICE (CICE6.0.0-449-gd406c7e) f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) 2d837b16af326b09ff4018daab4de84f4deff7ec CMEPS-interface/CMEPS (cmeps_v0.4.1-2307-g2d837b1) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - 2b53b6cae4c691f1cfc8df213d7c0120ce65a81d FV3 (remotes/origin/feature/ccpp_prebuild_optarg) - 630022fdc13720b6f9376fdfb2e4298c10d6d6f2 FV3/atmos_cubed_sphere (remotes/origin/feature/ccpp_data_thrd_cnt) - c2983997d3c22832c588d150247a249f6b02425e FV3/ccpp/framework (v0.1.0-1508-gc298399) - 7e59eba2835711f7046e0b7528dc846bd875f754 FV3/ccpp/physics (master-tag-before-replacing-with-ipd-setup-step-fast-5253-g7e59eba2) + 07c26d1efae47445e4c36ff98942494788e7dc49 FV3 (heads/develop) + ab195d5026ca4c221b6cbb3888c8ae92d711f89a FV3/atmos_cubed_sphere (201912_public_release-397-gab195d5) + ccfefcd0b426e011f94137031d5f7c2a4dda2659 FV3/ccpp/framework (ccpp_transition_to_vlab_master_20190705-750-gccfefcd) + 16a1d881774d795f46db16017aeed7fc351d661a FV3/ccpp/physics (EP4-808-g16a1d881) 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) be0410ece28f2b5b9c089f8ca09ce0c80c79fe6c FV3/upp (upp_v10.2.0-191-gbe0410e) -1ba8270870947b583cd51bc72ff8960f4c1fb36e FV3/upp/sorc/libIFI.fd -7476b8f2790a47d788f79cebfdbb551567ae7cf8 FV3/upp/sorc/ncep_post.fd/post_gtg.fd 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) - 35789c757766e07f688b4c0c7c5229816f224b09 HYCOM-interface/HYCOM (2.3.00-121-g35789c7) - 86585c08d42200d6451420578ced669fa8a06df1 MOM6-interface/MOM6 (remotes/origin/feature/endofrun_restart) + bcf7777bb037ae2feb2a8a8ac51aacb3511b52d9 HYCOM-interface/HYCOM (2.3.00-122-gbcf7777) + b32aea7bf3f9e2a774afa23d3386c88156cd1182 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10051-gb32aea7bf) 9423197f894112edfcb1502245f7d7b873d551f9 MOM6-interface/MOM6/pkg/CVMix-src (9423197) 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) ec38ea3d902644cd4519d5fe060316859ccdc108 NOAHMP-interface/noahmp (v3.7.1-434-gec38ea3) d9b3172f4197c65d471662c6952a668152d71230 WW3 (6.07.1-345-gd9b3172f) - ecdff7cc6e6c3db1cd351bf0e607da78ae9efcf7 stochastic_physics (remotes/origin/feature/optional_arguments) + fad2fe9f42f6b7f744b128b4a2a9433f91e4296f stochastic_physics (ufs-v2.0.0-219-gfad2fe9) NOTES: @@ -35,270 +35,344 @@ 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-20240516 -COMPARISON DIRECTORY: /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_190946 +BASELINE DIRECTORY: /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20240614 +COMPARISON DIRECTORY: /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_201515 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: GFS-DEV * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [11:24, 10:29] ( 2 warnings 8 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [00:55, 01:18](3037 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [16:29, 15:46] ( 2 warnings 8 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [55:50, 01:35](1655 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [16:57, 01:21](1779 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [16:38, 01:17](910 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [55:51, 01:56](1633 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [16:29, 16:14] ( 2 warnings 8 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [55:50, 00:32](1658 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [05:17, 04:14] ( 1526 warnings 1998 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [07:02, 01:53](1683 MB) - -PASS -- COMPILE 's2swa_intel' [11:24, 10:29] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [00:55, 01:27](3074 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [00:55, 01:41](3071 MB) -PASS -- TEST 'cpld_restart_p8_intel' [52:28, 01:33](3132 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [00:55, 01:25](3099 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [52:28, 01:23](3148 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [00:55, 01:05](3386 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [00:55, 01:36](3068 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [00:56, 00:58](2997 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [00:55, 01:03](3073 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [00:55, 00:49](3042 MB) - -PASS -- COMPILE 's2sw_intel' [10:23, 09:56] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [01:56, 00:49](1646 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [01:56, 00:54](1692 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [10:23, 09:34] ( 1 warnings 1 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [01:56, 00:55](1698 MB) - -PASS -- COMPILE 's2s_intel' [10:23, 09:34] ( 1 warnings 1 remarks ) -PASS -- TEST 'cpld_control_c48_intel' [01:55, 00:41](2676 MB) -PASS -- TEST 'cpld_warmstart_c48_intel' [01:55, 00:25](2692 MB) -PASS -- TEST 'cpld_restart_c48_intel' [58:54, 00:57](2127 MB) - -PASS -- COMPILE 's2swa_faster_intel' [17:30, 17:12] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [54:49, 00:47](3079 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [15:29, 15:10] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [56:50, 01:06](1666 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [17:08, 01:11](964 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [16:08, 00:42](1643 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [04:16, 03:55] ( 1561 warnings 1998 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [02:45, 00:28](1682 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [10:23, 09:40] ( 2 warnings 1 remarks ) -PASS -- TEST 'control_flake_intel' [52:21, 00:36](643 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [52:21, 01:00](1535 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [52:21, 01:00](1540 MB) -PASS -- TEST 'control_latlon_intel' [52:21, 00:57](1535 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [52:21, 01:06](1541 MB) -PASS -- TEST 'control_c48_intel' [52:20, 00:39](1623 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [52:20, 00:16](742 MB) -PASS -- TEST 'control_c192_intel' [52:21, 01:07](1656 MB) -PASS -- TEST 'control_c384_intel' [52:25, 01:15](1961 MB) -PASS -- TEST 'control_c384gdas_intel' [52:25, 01:31](1154 MB) -PASS -- TEST 'control_stochy_intel' [51:46, 01:03](597 MB) -PASS -- TEST 'control_stochy_restart_intel' [24:54, 00:27](401 MB) -PASS -- TEST 'control_lndp_intel' [47:20, 00:46](596 MB) -PASS -- TEST 'control_iovr4_intel' [46:53, 00:23](589 MB) -PASS -- TEST 'control_iovr5_intel' [46:52, 00:24](590 MB) -PASS -- TEST 'control_p8_intel' [41:00, 01:10](1565 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [36:24, 01:04](1574 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [36:08, 01:16](1569 MB) -PASS -- TEST 'control_restart_p8_intel' [20:45, 01:12](755 MB) -PASS -- TEST 'control_noqr_p8_intel' [32:24, 00:55](1555 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [20:57, 01:27](761 MB) -PASS -- TEST 'control_decomp_p8_intel' [30:00, 01:23](1563 MB) -PASS -- TEST 'control_2threads_p8_intel' [29:57, 01:12](1650 MB) -PASS -- TEST 'control_p8_lndp_intel' [29:49, 00:27](1575 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [27:47, 01:14](1623 MB) -PASS -- TEST 'control_p8_mynn_intel' [26:31, 01:12](1573 MB) -PASS -- TEST 'merra2_thompson_intel' [25:51, 01:18](1577 MB) -PASS -- TEST 'regional_control_intel' [24:22, 00:27](636 MB) -PASS -- TEST 'regional_restart_intel' [18:41, 00:11](802 MB) -PASS -- TEST 'regional_decomp_intel' [24:03, 00:24](635 MB) -PASS -- TEST 'regional_2threads_intel' [23:56, 00:34](727 MB) -PASS -- TEST 'regional_noquilt_intel' [23:53, 00:53](1167 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [23:48, 00:19](635 MB) -PASS -- TEST 'regional_wofs_intel' [23:46, 00:52](1606 MB) - -PASS -- COMPILE 'ifi_intel' [08:21, 08:11] ( 1 warnings ) -PASS -- TEST 'regional_ifi_control_intel' [53:34, 00:55](635 MB) -PASS -- TEST 'regional_ifi_decomp_intel' [53:34, 00:37](632 MB) -PASS -- TEST 'regional_ifi_2threads_intel' [53:35, 01:06](729 MB) - -PASS -- COMPILE 'rrfs_intel' [10:24, 09:19] ( 4 warnings 9 remarks ) -PASS -- TEST 'rap_control_intel' [23:33, 01:41](976 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [22:13, 00:41](1156 MB) -PASS -- TEST 'rap_decomp_intel' [22:11, 01:31](975 MB) -PASS -- TEST 'rap_2threads_intel' [22:05, 01:17](1067 MB) -PASS -- TEST 'rap_restart_intel' [13:10, 01:32](843 MB) -PASS -- TEST 'rap_sfcdiff_intel' [22:03, 01:51](976 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [20:52, 01:36](975 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [10:39, 01:09](845 MB) -PASS -- TEST 'hrrr_control_intel' [20:39, 01:18](969 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [20:25, 01:18](968 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [20:15, 01:32](1050 MB) -PASS -- TEST 'hrrr_control_restart_intel' [14:23, 00:15](799 MB) -PASS -- TEST 'rrfs_v1beta_intel' [19:53, 00:48](968 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [19:52, 00:53](1935 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [18:14, 01:00](1921 MB) - -PASS -- COMPILE 'csawmg_intel' [09:23, 08:36] ( 1 warnings ) -PASS -- TEST 'control_csawmg_intel' [52:33, 00:47](658 MB) - -PASS -- COMPILE 'wam_intel' [08:21, 07:56] ( 1 warnings ) -PASS -- TEST 'control_wam_intel' [52:33, 00:59](331 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [16:31, 15:40] ( 1 warnings 1 remarks ) -PASS -- TEST 'control_p8_faster_intel' [18:12, 01:15](1562 MB) -PASS -- TEST 'regional_control_faster_intel' [17:55, 00:53](630 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [09:23, 05:24] ( 885 warnings 9 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [17:34, 01:03](1557 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [17:18, 00:39](1561 MB) -PASS -- TEST 'control_stochy_debug_intel' [17:17, 00:36](765 MB) -PASS -- TEST 'control_lndp_debug_intel' [15:35, 00:14](764 MB) -PASS -- TEST 'control_csawmg_debug_intel' [15:35, 01:05](805 MB) -PASS -- TEST 'control_ras_debug_intel' [15:27, 00:28](777 MB) -PASS -- TEST 'control_diag_debug_intel' [13:29, 00:46](1618 MB) -PASS -- TEST 'control_debug_p8_intel' [13:19, 01:00](1596 MB) -PASS -- TEST 'regional_debug_intel' [13:08, 00:33](675 MB) -PASS -- TEST 'rap_control_debug_intel' [12:55, 00:10](1145 MB) -PASS -- TEST 'hrrr_control_debug_intel' [12:51, 00:18](1141 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [12:49, 00:10](1143 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [12:27, 00:14](1143 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [12:13, 00:37](1146 MB) -PASS -- TEST 'rap_diag_debug_intel' [11:12, 00:31](1227 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [11:09, 00:29](1148 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [10:59, 00:21](1148 MB) -PASS -- TEST 'rap_lndp_debug_intel' [10:43, 00:48](1147 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [10:39, 00:52](1148 MB) -PASS -- TEST 'rap_noah_debug_intel' [09:19, 00:41](1140 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [08:56, 00:39](1145 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [08:43, 00:25](1143 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [08:15, 01:04](1144 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [08:01, 00:14](1148 MB) -PASS -- TEST 'rap_flake_debug_intel' [07:59, 00:14](1144 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [06:49, 01:35](1157 MB) - -PASS -- COMPILE 'wam_debug_intel' [06:19, 02:59] ( 856 warnings ) -PASS -- TEST 'control_wam_debug_intel' [06:49, 00:06](384 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [12:26, 08:31] ( 4 warnings 8 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [05:47, 00:34](1013 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [05:37, 01:18](853 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [05:27, 02:05](848 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [04:41, 01:04](911 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [03:35, 01:25](901 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [01:46, 01:41](846 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [44:10, 01:19](741 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [45:38, 00:28](726 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [24:37, 14:00] ( 4 warnings 8 remarks ) -PASS -- TEST 'conus13km_control_intel' [01:19, 01:11](1055 MB) -PASS -- TEST 'conus13km_2threads_intel' [44:18, 00:52](1039 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [44:17, 00:48](939 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [18:33, 08:23] ( 4 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [01:17, 00:55](870 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [10:31, 03:27] ( 788 warnings 8 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [42:02, 00:11](1028 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [42:02, 00:18](1023 MB) -PASS -- TEST 'conus13km_debug_intel' [42:02, 00:50](1120 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [42:02, 00:49](800 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [42:03, 00:22](1100 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [42:02, 00:45](1185 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [10:31, 03:13] ( 788 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [42:01, 01:01](1046 MB) - -PASS -- COMPILE 'hafsw_intel' [17:34, 09:59] ( 2 warnings 8 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [34:50, 02:12](675 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [34:50, 01:07](1026 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [34:48, 01:24](718 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [34:48, 01:22](757 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [34:49, 01:21](776 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [34:48, 01:03](442 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [34:49, 01:20](462 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [32:13, 00:50](338 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [31:43, 02:24](400 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [31:38, 00:41](480 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [31:38, 00:42](480 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [31:39, 00:37](545 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [31:38, 01:08](371 MB) -PASS -- TEST 'gnv1_nested_intel' [31:38, 01:31](737 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [10:30, 03:52] ( 1468 warnings 1501 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [41:05, 00:32](583 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [21:37, 16:42] ( 1 warnings 7 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [25:20, 01:10](580 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [25:05, 01:21](752 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [12:29, 09:45] ( 1 warnings 7 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [35:01, 00:58](747 MB) - -PASS -- COMPILE 'hafs_all_intel' [09:24, 09:09] ( 1 warnings 7 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [35:00, 01:42](713 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [35:00, 02:01](697 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [34:58, 00:46](897 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [08:23, 08:22] -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [34:59, 00:45](749 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [31:35, 00:33](751 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [34:59, 00:54](644 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [34:59, 00:51](646 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [34:59, 00:50](642 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [34:59, 00:45](750 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [34:59, 00:44](762 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [34:59, 00:51](644 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [35:00, 00:53](647 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [35:00, 01:08](631 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [34:59, 00:42](762 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [34:59, 00:49](2018 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [34:59, 00:48](2015 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [00:14, 08:40] -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [34:47, 00:20](764 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [49:02, 00:42] ( 1 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [41:09, 00:51](264 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [41:09, 00:55](413 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [38:41, 00:15](409 MB) - -PASS -- COMPILE 'atml_intel' [10:23, 10:01] ( 9 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [31:37, 01:37](1598 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [29:36, 01:28](1595 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [59:47, 00:30](801 MB) - -PASS -- COMPILE 'atml_debug_intel' [05:18, 04:22] ( 883 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [36:44, 01:18](1636 MB) - -PASS -- COMPILE 'atmw_intel' [09:22, 08:56] ( 1 warnings 8 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [29:34, 01:12](1612 MB) - -PASS -- COMPILE 'atmaero_intel' [09:22, 08:59] ( 1 warnings 1 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [29:25, 00:55](2915 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [28:17, 00:48](2976 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [28:12, 00:43](2987 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [04:17, 03:21] ( 885 warnings 6 remarks ) -PASS -- TEST 'regional_atmaq_debug_intel' [24:58, 01:40](4500 MB) +PASS -- COMPILE 's2swa_32bit_intel' [29:42, 10:42] ( 2 warnings 8 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [09:45, 01:56](3174 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [34:48, 15:54] ( 2 warnings 8 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [04:39, 03:27](1882 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [43:18, 02:24](1910 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [43:18, 03:18](1035 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [04:40, 02:21](1860 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [34:50, 15:55] ( 2 warnings 8 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [04:38, 00:31](1886 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [23:37, 04:17] ( 1526 warnings 1998 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [15:51, 02:49](1915 MB) + +PASS -- COMPILE 's2swa_intel' [29:45, 10:41] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [09:42, 01:37](3206 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [09:42, 01:32](3205 MB) +PASS -- TEST 'cpld_restart_p8_intel' [56:53, 01:37](3134 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [09:42, 01:51](3223 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [00:38, 02:02](3154 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [09:42, 01:14](3433 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [09:42, 01:57](3194 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [09:43, 02:01](3148 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [09:42, 02:11](3205 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [09:42, 01:20](3183 MB) + +PASS -- COMPILE 's2sw_intel' [28:44, 10:20] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [10:43, 01:00](1896 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [10:43, 02:23](1968 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [29:45, 10:28] ( 1 warnings 1 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [09:42, 01:29](1954 MB) + +PASS -- COMPILE 's2s_intel' [29:45, 10:39] ( 1 warnings 1 remarks ) +PASS -- TEST 'cpld_control_c48_intel' [09:41, 00:58](2927 MB) +PASS -- TEST 'cpld_warmstart_c48_intel' [09:41, 01:45](2928 MB) +PASS -- TEST 'cpld_restart_c48_intel' [05:01, 01:01](2329 MB) + +PASS -- COMPILE 's2swa_faster_intel' [36:52, 17:39] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [02:35, 02:19](3201 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [34:50, 16:10] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [04:38, 01:47](1903 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [44:47, 01:13](1068 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [44:45, 01:48](1871 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [04:16, 03:57] ( 1561 warnings 1998 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [11:34, 00:52](1918 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [10:23, 10:03] ( 2 warnings 1 remarks ) +PASS -- TEST 'control_flake_intel' [01:10, 00:18](634 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [01:10, 00:30](1528 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [01:10, 00:55](1544 MB) +PASS -- TEST 'control_latlon_intel' [01:10, 00:49](1541 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [01:10, 01:13](1533 MB) +PASS -- TEST 'control_c48_intel' [01:09, 00:42](1613 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [01:09, 01:34](735 MB) +PASS -- TEST 'control_c192_intel' [01:10, 01:14](1653 MB) +PASS -- TEST 'control_c384_intel' [01:14, 02:03](1960 MB) +PASS -- TEST 'control_c384gdas_intel' [01:14, 02:52](1152 MB) +PASS -- TEST 'control_stochy_intel' [00:59, 00:29](591 MB) +PASS -- TEST 'control_stochy_restart_intel' [54:25, 00:21](397 MB) +PASS -- TEST 'control_lndp_intel' [00:38, 01:05](590 MB) +PASS -- TEST 'control_iovr4_intel' [00:22, 01:05](588 MB) +PASS -- TEST 'control_iovr5_intel' [57:34, 00:49](585 MB) +PASS -- TEST 'control_p8_intel' [57:31, 02:41](1838 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [56:35, 02:37](1837 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [55:56, 01:57](1838 MB) +PASS -- TEST 'control_restart_p8_intel' [41:02, 01:48](980 MB) +PASS -- TEST 'control_noqr_p8_intel' [54:22, 01:42](1821 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [40:41, 01:45](985 MB) +PASS -- TEST 'control_decomp_p8_intel' [54:21, 01:37](1820 MB) +PASS -- TEST 'control_2threads_p8_intel' [53:21, 01:55](1923 MB) +PASS -- TEST 'control_p8_lndp_intel' [52:33, 01:16](1830 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [52:19, 02:44](1890 MB) +PASS -- TEST 'control_p8_mynn_intel' [51:19, 02:22](1840 MB) +PASS -- TEST 'merra2_thompson_intel' [51:05, 02:57](1832 MB) +PASS -- TEST 'regional_control_intel' [48:26, 01:07](876 MB) +PASS -- TEST 'regional_restart_intel' [38:33, 00:12](873 MB) +PASS -- TEST 'regional_decomp_intel' [47:50, 00:17](884 MB) +PASS -- TEST 'regional_2threads_intel' [47:47, 01:07](967 MB) +PASS -- TEST 'regional_noquilt_intel' [46:25, 01:09](1198 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [45:53, 00:17](878 MB) +PASS -- TEST 'regional_wofs_intel' [45:49, 00:53](1604 MB) + +PASS -- COMPILE 'ifi_intel' [09:22, 08:12] ( 1 warnings ) +PASS -- TEST 'regional_ifi_control_intel' [01:20, 00:25](885 MB) +PASS -- TEST 'regional_ifi_decomp_intel' [01:20, 00:11](871 MB) +PASS -- TEST 'regional_ifi_2threads_intel' [01:21, 00:45](966 MB) + +PASS -- COMPILE 'rrfs_intel' [10:23, 09:21] ( 4 warnings 9 remarks ) +PASS -- TEST 'rap_control_intel' [45:27, 01:55](974 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [44:49, 00:36](1150 MB) +PASS -- TEST 'rap_decomp_intel' [43:49, 01:29](975 MB) +PASS -- TEST 'rap_2threads_intel' [43:35, 02:19](1059 MB) +PASS -- TEST 'rap_restart_intel' [33:11, 02:20](846 MB) +PASS -- TEST 'rap_sfcdiff_intel' [41:24, 02:57](972 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [41:06, 02:12](972 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [30:46, 02:21](844 MB) +PASS -- TEST 'hrrr_control_intel' [41:03, 03:26](965 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [40:55, 02:42](965 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [40:46, 02:32](1042 MB) +PASS -- TEST 'hrrr_control_restart_intel' [32:20, 00:51](797 MB) +PASS -- TEST 'rrfs_v1beta_intel' [40:40, 02:38](965 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [39:28, 01:20](1935 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [39:02, 01:19](1922 MB) + +PASS -- COMPILE 'csawmg_intel' [09:22, 08:38] ( 1 warnings ) +PASS -- TEST 'control_csawmg_intel' [38:31, 00:32](934 MB) + +PASS -- COMPILE 'wam_intel' [09:23, 08:38] ( 1 warnings 1 remarks ) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'control_wam_intel' [, ]( MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [16:31, 15:55] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_p8_faster_intel' [37:59, 01:49](1827 MB) +PASS -- TEST 'regional_control_faster_intel' [37:56, 00:14](872 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [15:28, 05:14] ( 885 warnings 9 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [37:48, 01:04](1562 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [37:33, 01:27](1566 MB) +PASS -- TEST 'control_stochy_debug_intel' [36:06, 00:32](766 MB) +PASS -- TEST 'control_lndp_debug_intel' [35:17, 01:02](769 MB) +PASS -- TEST 'control_csawmg_debug_intel' [35:17, 00:27](1077 MB) +PASS -- TEST 'control_ras_debug_intel' [33:11, 01:15](780 MB) +PASS -- TEST 'control_diag_debug_intel' [33:11, 00:54](1621 MB) +PASS -- TEST 'control_debug_p8_intel' [32:54, 00:29](1858 MB) +PASS -- TEST 'regional_debug_intel' [32:53, 00:16](926 MB) +PASS -- TEST 'rap_control_debug_intel' [32:20, 00:35](1153 MB) +PASS -- TEST 'hrrr_control_debug_intel' [30:51, 01:07](1148 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [30:46, 01:03](1150 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [30:35, 00:27](1150 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [30:33, 00:22](1151 MB) +PASS -- TEST 'rap_diag_debug_intel' [30:29, 01:04](1232 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [29:57, 01:06](1150 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [29:47, 01:08](1154 MB) +PASS -- TEST 'rap_lndp_debug_intel' [29:32, 00:15](1152 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [29:16, 00:26](1151 MB) +PASS -- TEST 'rap_noah_debug_intel' [28:48, 00:46](1144 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [28:45, 00:41](1148 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [28:42, 00:39](1145 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [28:23, 00:50](1145 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [28:15, 00:36](1152 MB) +PASS -- TEST 'rap_flake_debug_intel' [28:01, 00:36](1153 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [27:23, 02:34](1152 MB) + +PASS -- COMPILE 'wam_debug_intel' [15:30, 03:22] ( 840 warnings 1 remarks ) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'control_wam_debug_intel' [, ]( MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [20:36, 08:34] ( 4 warnings 8 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [25:49, 01:23](1018 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [25:47, 02:39](852 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [24:18, 03:37](849 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [24:14, 02:26](913 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [24:03, 02:38](904 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [24:02, 03:05](848 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [15:23, 02:19](749 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [16:46, 00:26](731 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [22:38, 12:14] ( 4 warnings 8 remarks ) +PASS -- TEST 'conus13km_control_intel' [23:01, 00:37](1063 MB) +PASS -- TEST 'conus13km_2threads_intel' [17:48, 00:56](1045 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [17:47, 00:47](946 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [50:05, 08:41] ( 4 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [11:15, 01:31](875 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [46:00, 03:29] ( 788 warnings 8 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [15:09, 01:11](1025 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [15:09, 01:17](1024 MB) +PASS -- TEST 'conus13km_debug_intel' [15:09, 01:03](1129 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [15:09, 00:23](797 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [15:10, 00:36](1098 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [15:09, 00:22](1192 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [25:39, 03:22] ( 788 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [49:36, 01:03](1045 MB) + +PASS -- COMPILE 'hafsw_intel' [51:08, 09:56] ( 2 warnings 8 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [09:13, 01:38](672 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [09:13, 01:15](1024 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [09:11, 01:46](719 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [09:11, 01:21](758 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [09:12, 01:44](771 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [09:11, 01:16](446 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [09:12, 01:57](468 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [09:12, 01:54](341 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [09:15, 02:33](403 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [09:11, 01:39](478 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [09:11, 00:58](478 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [09:13, 01:35](537 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [09:12, 00:26](369 MB) +PASS -- TEST 'gnv1_nested_intel' [09:10, 03:49](1678 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [43:58, 03:41] ( 1468 warnings 1501 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [15:26, 00:46](580 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [51:10, 17:03] ( 1 warnings 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [00:00, 01:43](583 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [58:55, 00:52](755 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [40:57, 09:52] ( 1 warnings 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [08:16, 01:30](755 MB) + +PASS -- COMPILE 'hafs_all_intel' [39:57, 09:10] ( 1 warnings 7 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [09:10, 01:30](722 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [09:10, 02:08](704 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [09:08, 00:12](897 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [35:50, 08:45] +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [08:10, 00:53](768 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [58:40, 01:09](743 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [08:10, 00:19](647 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [08:10, 00:24](647 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [08:10, 00:14](644 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [04:55, 00:43](753 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [02:37, 01:02](757 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [58:44, 01:05](652 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [57:46, 00:52](652 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [57:40, 00:53](631 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [56:37, 00:11](769 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [55:35, 00:47](2028 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [54:26, 00:42](2025 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [39:56, 09:00] +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [53:09, 00:19](768 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [08:21, 00:53] ( 1 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [52:21, 00:50](273 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [52:14, 00:51](411 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [25:16, 00:20](411 MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [33:48, 09:32] ( 1 warnings 1 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [41:21, 01:29](1889 MB) + +PASS -- COMPILE 'atml_intel' [31:46, 09:57] ( 9 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [39:29, 02:13](1862 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [39:29, 01:57](1858 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [19:47, 00:25](1006 MB) + +PASS -- COMPILE 'atml_debug_intel' [24:38, 04:06] ( 883 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [44:33, 02:11](1887 MB) + +PASS -- COMPILE 'atmw_intel' [29:44, 08:56] ( 1 warnings 8 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [35:19, 01:51](1864 MB) + +PASS -- COMPILE 'atmaero_intel' [32:47, 08:56] ( 1 warnings 1 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [34:49, 01:36](3094 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [33:51, 01:59](2978 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [33:50, 01:40](2989 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [30:45, 03:30] ( 885 warnings 6 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [33:23, 01:30](4501 MB) SYNOPSIS: -Starting Date/Time: 20240520 18:47:23 -Ending Date/Time: 20240520 21:20:47 -Total Time: 02h:33m:41s -Compiles Completed: 37/37 -Tests Completed: 177/177 +Starting Date/Time: 20240617 21:20:03 +Ending Date/Time: 20240617 23:59:34 +Total Time: 02h:39m:58s +Compiles Completed: 38/38 +Tests Completed: 176/178 +Failed Tests: +* TEST control_wam_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /lfs/h1/emc/nems/noscrub/brian.curtis/git/WChen-NOAA/ufs-weather-model/tests/logs/log_acorn/run_control_wam_intel.log +* TEST control_wam_debug_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /lfs/h1/emc/nems/noscrub/brian.curtis/git/WChen-NOAA/ufs-weather-model/tests/logs/log_acorn/run_control_wam_debug_intel.log + +NOTES: +A file 'test_changes.list' was generated with list of all failed tests. +You can use './rt.sh -c -b test_changes.list' to create baselines for the failed tests. +If you are using this log as a pull request verification, please commit 'test_changes.list'. + +Result: FAILURE + +====END OF ACORN REGRESSION TESTING LOG==== +====START OF ACORN REGRESSION TESTING LOG==== + +UFSWM hash used in testing: +cfa2f75f86e39595b43e01c4b9e6f5d4b94c2527 + +Submodule hashes used in testing: + 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) + be5d28fd1b60522e6fc98aefeead20e6aac3530b AQM/src/model/CMAQ (CMAQv5.2.1_07Feb2018-198-gbe5d28fd1) + fbdf6843d6bde852d97f1547591d90136103f669 CDEPS-interface/CDEPS (cdeps0.4.17-41-gfbdf684) + d406c7e205bd62913eea0bc87bed1aeb63eb2f83 CICE-interface/CICE (CICE6.0.0-449-gd406c7e) + f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) + 2d837b16af326b09ff4018daab4de84f4deff7ec CMEPS-interface/CMEPS (cmeps_v0.4.1-2307-g2d837b1) + cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) + 07c26d1efae47445e4c36ff98942494788e7dc49 FV3 (heads/develop) + ab195d5026ca4c221b6cbb3888c8ae92d711f89a FV3/atmos_cubed_sphere (201912_public_release-397-gab195d5) + ccfefcd0b426e011f94137031d5f7c2a4dda2659 FV3/ccpp/framework (ccpp_transition_to_vlab_master_20190705-750-gccfefcd) + 16a1d881774d795f46db16017aeed7fc351d661a FV3/ccpp/physics (EP4-808-g16a1d881) + 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) + be0410ece28f2b5b9c089f8ca09ce0c80c79fe6c FV3/upp (upp_v10.2.0-191-gbe0410e) +-1ba8270870947b583cd51bc72ff8960f4c1fb36e FV3/upp/sorc/libIFI.fd +-7476b8f2790a47d788f79cebfdbb551567ae7cf8 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) + b32aea7bf3f9e2a774afa23d3386c88156cd1182 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10051-gb32aea7bf) + 9423197f894112edfcb1502245f7d7b873d551f9 MOM6-interface/MOM6/pkg/CVMix-src (9423197) + 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) + ec38ea3d902644cd4519d5fe060316859ccdc108 NOAHMP-interface/noahmp (v3.7.1-434-gec38ea3) + d9b3172f4197c65d471662c6952a668152d71230 WW3 (6.07.1-345-gd9b3172f) + fad2fe9f42f6b7f744b128b4a2a9433f91e4296f stochastic_physics (ufs-v2.0.0-219-gfad2fe9) + + +NOTES: +[Times](Memory) are at the end of each compile/test in format [MM:SS](Size). +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-20240614 +COMPARISON DIRECTORY: /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_209411 + +RT.SH OPTIONS USED: +* (-a) - HPC PROJECT ACCOUNT: GFS-DEV +* (-b) - NEW BASELINES FROM FILE: test_changes.list +* (-e) - USE ECFLOW + +PASS -- COMPILE 'wam_intel' [09:22, 08:35] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_wam_intel' [18:56, 01:01](1630 MB) + +PASS -- COMPILE 'wam_debug_intel' [04:16, 03:26] ( 840 warnings 1 remarks ) +PASS -- TEST 'control_wam_debug_intel' [24:01, 00:41](1657 MB) + +SYNOPSIS: +Starting Date/Time: 20240618 12:31:33 +Ending Date/Time: 20240618 12:55:20 +Total Time: 00h:24m:02s +Compiles Completed: 2/2 +Tests Completed: 2/2 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 9dfb63b154..ced72f1247 100644 --- a/tests/logs/RegressionTests_derecho.log +++ b/tests/logs/RegressionTests_derecho.log @@ -1,32 +1,32 @@ ====START OF DERECHO REGRESSION TESTING LOG==== UFSWM hash used in testing: -f911c00436f15ee4ba9f6fd0ef951b8d543d287f +0e00545f1ffdc0307d318d2e4f41cc243b2432de Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) be5d28fd1b60522e6fc98aefeead20e6aac3530b AQM/src/model/CMAQ (CMAQv5.2.1_07Feb2018-198-gbe5d28fd1) - 3d7067a523b8557058755289e4275f5f5c985daf CDEPS-interface/CDEPS (cdeps0.4.17-40-g3d7067a) - 9c0cd8d3ba5963d01711094a3c81b6358fcb8367 CICE-interface/CICE (CICE6.0.0-448-g9c0cd8d) + fbdf6843d6bde852d97f1547591d90136103f669 CDEPS-interface/CDEPS (cdeps0.4.17-41-gfbdf684) + d406c7e205bd62913eea0bc87bed1aeb63eb2f83 CICE-interface/CICE (CICE6.0.0-449-gd406c7e) f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) 2d837b16af326b09ff4018daab4de84f4deff7ec CMEPS-interface/CMEPS (cmeps_v0.4.1-2307-g2d837b1) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - 2b53b6cae4c691f1cfc8df213d7c0120ce65a81d FV3 (remotes/origin/feature/ccpp_prebuild_optarg) - 630022fdc13720b6f9376fdfb2e4298c10d6d6f2 FV3/atmos_cubed_sphere (remotes/origin/feature/ccpp_data_thrd_cnt) - c2983997d3c22832c588d150247a249f6b02425e FV3/ccpp/framework (v0.1.0-1508-gc298399) - 7e59eba2835711f7046e0b7528dc846bd875f754 FV3/ccpp/physics (master-tag-before-replacing-with-ipd-setup-step-fast-5253-g7e59eba2) + 07c26d1efae47445e4c36ff98942494788e7dc49 FV3 (heads/develop) + ab195d5026ca4c221b6cbb3888c8ae92d711f89a FV3/atmos_cubed_sphere (201912_public_release-397-gab195d5) + ccfefcd0b426e011f94137031d5f7c2a4dda2659 FV3/ccpp/framework (ccpp_transition_to_vlab_master_20190705-750-gccfefcd) + 16a1d881774d795f46db16017aeed7fc351d661a FV3/ccpp/physics (EP4-808-g16a1d881) 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) be0410ece28f2b5b9c089f8ca09ce0c80c79fe6c FV3/upp (upp_v10.2.0-191-gbe0410e) -1ba8270870947b583cd51bc72ff8960f4c1fb36e FV3/upp/sorc/libIFI.fd -7476b8f2790a47d788f79cebfdbb551567ae7cf8 FV3/upp/sorc/ncep_post.fd/post_gtg.fd 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) - 35789c757766e07f688b4c0c7c5229816f224b09 HYCOM-interface/HYCOM (2.3.00-121-g35789c7) - 86585c08d42200d6451420578ced669fa8a06df1 MOM6-interface/MOM6 (remotes/origin/feature/endofrun_restart) + bcf7777bb037ae2feb2a8a8ac51aacb3511b52d9 HYCOM-interface/HYCOM (2.3.00-122-gbcf7777) + b32aea7bf3f9e2a774afa23d3386c88156cd1182 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10051-gb32aea7bf) 9423197f894112edfcb1502245f7d7b873d551f9 MOM6-interface/MOM6/pkg/CVMix-src (9423197) 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) ec38ea3d902644cd4519d5fe060316859ccdc108 NOAHMP-interface/noahmp (v3.7.1-434-gec38ea3) d9b3172f4197c65d471662c6952a668152d71230 WW3 (6.07.1-345-gd9b3172f) - ecdff7cc6e6c3db1cd351bf0e607da78ae9efcf7 stochastic_physics (remotes/origin/feature/optional_arguments) + fad2fe9f42f6b7f744b128b4a2a9433f91e4296f stochastic_physics (ufs-v2.0.0-219-gfad2fe9) NOTES: @@ -35,280 +35,351 @@ 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-20240516 -COMPARISON DIRECTORY: /glade/derecho/scratch/epicufsrt/FV3_RT/rt_59871 +BASELINE DIRECTORY: /glade/derecho/scratch/epicufsrt/ufs-weather-model/RT//NEMSfv3gfs/develop-20240614 +COMPARISON DIRECTORY: /glade/derecho/scratch/zshrader/FV3_RT/rt_25733 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: nral0032 * (-l) - USE CONFIG FILE: rt.conf * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [22:21, 20:54] ( 6 warnings 10 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [11:25, 04:58](3077 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [23:21, 22:10] ( 6 warnings 10 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [19:33, 13:50](1686 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [19:05, 15:05](1829 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [10:58, 07:15](957 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [20:46, 15:44](1658 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [23:22, 22:04] ( 6 warnings 10 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [17:40, 13:39](1686 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [11:20, 10:44] ( 1530 warnings 1948 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [23:47, 21:20](1710 MB) - -PASS -- COMPILE 's2swa_intel' [21:22, 20:46] ( 5 warnings 10 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [12:58, 05:41](3095 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [09:47, 05:46](3094 MB) -PASS -- TEST 'cpld_restart_p8_intel' [06:29, 03:17](3153 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [12:58, 05:42](3126 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [06:29, 03:20](3183 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [08:38, 05:16](3680 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [12:54, 05:37](3095 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [11:34, 04:38](3401 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [11:47, 05:37](3103 MB) -PASS -- TEST 'cpld_control_c192_p8_intel' [15:59, 08:55](3639 MB) -PASS -- TEST 'cpld_restart_c192_p8_intel' [12:00, 06:19](3620 MB) -PASS -- TEST 'cpld_bmark_p8_intel' [28:21, 09:58](4345 MB) -PASS -- TEST 'cpld_restart_bmark_p8_intel' [25:10, 07:16](4653 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [10:36, 05:19](3070 MB) - -PASS -- COMPILE 's2sw_intel' [21:21, 20:14] ( 5 warnings 10 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [08:26, 04:13](1676 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [08:36, 04:23](1730 MB) - -PASS -- COMPILE 's2swa_debug_intel' [14:20, 10:48] ( 1455 warnings 1209 remarks ) -PASS -- TEST 'cpld_debug_p8_intel' [11:03, 07:48](3161 MB) - -PASS -- COMPILE 's2sw_debug_intel' [13:20, 09:51] ( 1455 warnings 1209 remarks ) -PASS -- TEST 'cpld_debug_noaero_p8_intel' [07:30, 05:13](1707 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [19:22, 15:16] ( 5 warnings 3 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [08:01, 04:18](1737 MB) - -PASS -- COMPILE 's2s_intel' [19:21, 15:24] ( 5 warnings 3 remarks ) -PASS -- TEST 'cpld_control_c48_intel' [08:13, 06:40](2670 MB) -PASS -- TEST 'cpld_warmstart_c48_intel' [04:12, 01:59](2688 MB) -PASS -- TEST 'cpld_restart_c48_intel' [04:39, 01:08](2129 MB) - -PASS -- COMPILE 's2swa_faster_intel' [26:21, 25:27] ( 5 warnings 10 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [08:15, 05:36](3103 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [22:16, 20:49] ( 5 warnings 10 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [16:58, 14:05](1708 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [10:29, 07:23](1024 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [18:56, 16:05](1678 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [12:19, 09:55] ( 1565 warnings 1948 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [25:44, 23:06](1720 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [16:14, 15:05] ( 6 warnings 1 remarks ) -PASS -- TEST 'control_flake_intel' [05:36, 03:27](668 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [04:15, 02:29](1563 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [04:35, 02:33](1569 MB) -PASS -- TEST 'control_latlon_intel' [04:15, 02:30](1562 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [04:20, 02:30](1571 MB) -PASS -- TEST 'control_c48_intel' [08:26, 06:14](1615 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [06:35, 05:18](732 MB) -PASS -- TEST 'control_c192_intel' [12:02, 08:46](1687 MB) -PASS -- TEST 'control_c384_intel' [16:52, 09:00](2010 MB) -PASS -- TEST 'control_c384gdas_intel' [21:21, 07:26](1199 MB) -PASS -- TEST 'control_stochy_intel' [03:42, 01:29](624 MB) -PASS -- TEST 'control_stochy_restart_intel' [02:48, 00:53](436 MB) -PASS -- TEST 'control_lndp_intel' [03:49, 01:24](624 MB) -PASS -- TEST 'control_iovr4_intel' [04:43, 02:07](622 MB) -PASS -- TEST 'control_iovr5_intel' [04:37, 02:07](619 MB) -PASS -- TEST 'control_p8_intel' [05:41, 02:32](1599 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [05:44, 02:28](1597 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [05:47, 02:31](1600 MB) -PASS -- TEST 'control_restart_p8_intel' [04:39, 01:26](797 MB) -PASS -- TEST 'control_noqr_p8_intel' [04:33, 02:29](1592 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [03:22, 01:22](804 MB) -PASS -- TEST 'control_decomp_p8_intel' [05:37, 02:32](1594 MB) -PASS -- TEST 'control_2threads_p8_intel' [04:25, 02:23](1692 MB) -PASS -- TEST 'control_p8_lndp_intel' [06:31, 04:23](1596 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [06:06, 03:23](1650 MB) -PASS -- TEST 'control_p8_mynn_intel' [06:00, 02:33](1604 MB) -PASS -- TEST 'merra2_thompson_intel' [06:04, 02:53](1603 MB) -PASS -- TEST 'regional_control_intel' [07:25, 04:32](625 MB) -PASS -- TEST 'regional_restart_intel' [03:55, 02:31](797 MB) -PASS -- TEST 'regional_decomp_intel' [07:25, 04:46](628 MB) -PASS -- TEST 'regional_noquilt_intel' [07:31, 04:32](1155 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [07:30, 04:33](624 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [07:14, 04:35](625 MB) -PASS -- TEST 'regional_wofs_intel' [08:09, 05:38](1598 MB) - -PASS -- COMPILE 'rrfs_intel' [14:13, 12:56] ( 8 warnings 9 remarks ) -PASS -- TEST 'rap_control_intel' [09:35, 06:10](1010 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [08:03, 03:49](1209 MB) -PASS -- TEST 'rap_decomp_intel' [09:41, 06:23](1007 MB) -PASS -- TEST 'rap_2threads_intel' [09:35, 05:40](1092 MB) -PASS -- TEST 'rap_restart_intel' [05:25, 03:13](884 MB) -PASS -- TEST 'rap_sfcdiff_intel' [09:38, 06:10](1008 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [09:38, 06:26](1004 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [07:07, 04:36](881 MB) -PASS -- TEST 'hrrr_control_intel' [06:15, 03:20](999 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [06:15, 03:21](1000 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [06:15, 02:53](1092 MB) -PASS -- TEST 'hrrr_control_restart_intel' [04:50, 01:46](834 MB) -PASS -- TEST 'rrfs_v1beta_intel' [09:41, 06:01](1000 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [10:11, 07:27](1957 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [09:10, 07:08](1950 MB) - -PASS -- COMPILE 'csawmg_intel' [12:13, 11:03] ( 5 warnings ) -PASS -- TEST 'control_csawmg_intel' [08:28, 05:48](693 MB) -PASS -- TEST 'control_ras_intel' [04:48, 02:53](656 MB) - -PASS -- COMPILE 'wam_intel' [11:13, 10:11] ( 5 warnings ) -PASS -- TEST 'control_wam_intel' [03:25, 01:54](386 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [18:15, 16:59] ( 5 warnings 1 remarks ) -PASS -- TEST 'control_p8_faster_intel' [05:51, 02:29](1602 MB) -PASS -- TEST 'regional_control_faster_intel' [06:09, 04:25](622 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [13:14, 12:22] ( 889 warnings 9 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [05:16, 02:35](1593 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [05:14, 02:34](1600 MB) -PASS -- TEST 'control_stochy_debug_intel' [05:35, 02:51](800 MB) -PASS -- TEST 'control_lndp_debug_intel' [04:40, 02:36](798 MB) -PASS -- TEST 'control_csawmg_debug_intel' [06:18, 04:06](839 MB) -PASS -- TEST 'control_ras_debug_intel' [04:33, 02:45](804 MB) -PASS -- TEST 'control_diag_debug_intel' [05:16, 02:36](1659 MB) -PASS -- TEST 'control_debug_p8_intel' [04:09, 02:36](1628 MB) -PASS -- TEST 'regional_debug_intel' [18:05, 15:51](665 MB) -PASS -- TEST 'rap_control_debug_intel' [05:31, 04:39](1181 MB) -PASS -- TEST 'hrrr_control_debug_intel' [05:31, 04:31](1178 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [06:35, 04:40](1178 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [05:41, 04:44](1180 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [06:39, 04:42](1182 MB) -PASS -- TEST 'rap_diag_debug_intel' [08:55, 05:00](1270 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [06:43, 04:48](1183 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [06:42, 04:48](1186 MB) -PASS -- TEST 'rap_lndp_debug_intel' [06:42, 04:50](1180 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [06:39, 04:47](1180 MB) -PASS -- TEST 'rap_noah_debug_intel' [05:27, 04:34](1179 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [06:40, 04:44](1179 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [08:34, 07:29](1175 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [05:38, 04:41](1173 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [07:45, 05:52](1183 MB) -PASS -- TEST 'rap_flake_debug_intel' [06:42, 04:47](1180 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [10:03, 08:02](1182 MB) - -PASS -- COMPILE 'wam_debug_intel' [10:13, 06:13] ( 860 warnings ) -PASS -- TEST 'control_wam_debug_intel' [06:45, 04:38](431 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [12:18, 10:58] ( 8 warnings 8 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [08:03, 03:39](1058 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [07:15, 05:10](887 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [05:23, 02:49](886 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [07:09, 04:49](951 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [04:27, 02:27](942 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [05:16, 02:57](886 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [06:04, 03:56](796 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [03:44, 01:32](782 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [16:15, 14:45] ( 8 warnings 8 remarks ) -PASS -- TEST 'conus13km_control_intel' [05:00, 01:59](1087 MB) -PASS -- TEST 'conus13km_2threads_intel' [07:36, 01:01](1090 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [03:27, 01:08](979 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [12:13, 10:53] ( 8 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [06:09, 03:40](914 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [08:14, 06:39] ( 792 warnings 8 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [05:39, 04:39](1058 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [05:31, 04:26](1055 MB) -PASS -- TEST 'conus13km_debug_intel' [15:58, 13:24](1140 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [15:53, 13:37](826 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [10:50, 07:44](1139 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [15:48, 13:17](1228 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [07:13, 06:37] ( 792 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [05:40, 04:35](1083 MB) - -PASS -- COMPILE 'hafsw_intel' [19:15, 17:49] ( 6 warnings 9 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [07:33, 04:41](718 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [12:13, 05:20](1069 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [13:19, 06:31](784 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [13:45, 10:59](803 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [15:42, 12:00](822 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [08:25, 04:42](479 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [10:41, 05:46](497 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [07:06, 02:24](391 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [15:21, 06:18](462 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [10:01, 03:21](513 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [09:30, 03:05](512 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [11:21, 03:57](589 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [05:31, 01:17](431 MB) -PASS -- TEST 'gnv1_nested_intel' [07:17, 03:27](785 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [09:19, 08:15] ( 1472 warnings 1481 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [20:17, 12:01](620 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [27:19, 26:27] ( 5 warnings 8 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [15:25, 07:08](632 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [14:29, 07:12](685 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [19:16, 18:37] ( 5 warnings 7 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [14:34, 05:22](677 MB) - -PASS -- COMPILE 'hafs_all_intel' [16:20, 15:25] ( 5 warnings 8 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [12:30, 05:39](749 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [12:37, 05:40](736 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [20:11, 16:13](895 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [09:13, 08:30] ( 5 warnings 2 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [07:30, 02:32](760 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [04:33, 01:34](749 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [05:29, 02:24](640 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [05:31, 02:27](647 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [06:40, 02:24](642 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [06:34, 02:29](761 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [08:25, 02:33](760 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [08:27, 02:23](638 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [09:30, 05:43](689 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [09:32, 05:44](673 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [05:23, 02:35](761 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [07:38, 03:54](2016 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [07:34, 03:55](2017 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [07:18, 05:41] ( 7 warnings 2 remarks ) -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [08:22, 05:10](736 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [09:13, 08:29] ( 5 warnings 2 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [04:28, 02:31](760 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [05:12, 02:41] ( 1 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [02:40, 01:13](310 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [02:39, 01:10](450 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [02:33, 00:49](452 MB) - -PASS -- COMPILE 'atml_intel' [17:19, 14:47] ( 13 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [09:44, 06:50](1639 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [08:54, 06:18](1633 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [05:06, 03:31](853 MB) - -PASS -- COMPILE 'atml_debug_intel' [10:17, 09:43] ( 887 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [07:41, 05:36](1660 MB) - -PASS -- COMPILE 'atmw_intel' [14:19, 13:25] ( 5 warnings 8 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [04:30, 01:35](1633 MB) - -PASS -- COMPILE 'atmaero_intel' [13:19, 12:08] ( 5 warnings 1 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [07:39, 03:41](2949 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [07:49, 04:17](2994 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [07:16, 04:22](3011 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [08:18, 07:24] ( 889 warnings 6 remarks ) -PASS -- TEST 'regional_atmaq_debug_intel' [25:54, 22:09](4532 MB) +PASS -- COMPILE 's2swa_32bit_intel' [16:35, 22:58] ( 6 warnings 10 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [09:43, 06:26](3195 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [19:36, 24:59] ( 6 warnings 10 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [18:15, 14:46](1918 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [26:46, 16:10](1949 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [18:12, 08:28](1080 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [20:59, 17:05](1886 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [20:36, 24:54] ( 6 warnings 10 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [20:09, 14:44](1917 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [03:35, 12:54] ( 1530 warnings 1948 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [26:14, 23:03](1933 MB) + +PASS -- COMPILE 's2swa_intel' [20:38, 23:15] ( 5 warnings 10 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [19:26, 07:18](3225 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [19:13, 07:04](3220 MB) +PASS -- TEST 'cpld_restart_p8_intel' [09:05, 04:12](3156 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [20:17, 07:07](3247 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [13:06, 04:36](3181 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [19:51, 06:35](3718 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [18:46, 06:55](3217 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [15:47, 06:14](3534 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [19:09, 07:00](3232 MB) +PASS -- TEST 'cpld_control_c192_p8_intel' [47:23, 11:03](3812 MB) +PASS -- TEST 'cpld_restart_c192_p8_intel' [16:12, 07:26](3617 MB) +PASS -- TEST 'cpld_bmark_p8_intel' [41:01, 12:12](4492 MB) +PASS -- TEST 'cpld_restart_bmark_p8_intel' [34:47, 08:39](4654 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [12:37, 06:39](3203 MB) + +PASS -- COMPILE 's2sw_intel' [14:37, 20:47] ( 5 warnings 10 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [08:09, 05:16](1932 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [08:16, 05:36](1990 MB) + +PASS -- COMPILE 's2swa_debug_intel' [07:32, 13:23] ( 1455 warnings 1209 remarks ) +PASS -- TEST 'cpld_debug_p8_intel' [12:12, 08:37](3286 MB) + +PASS -- COMPILE 's2sw_debug_intel' [05:35, 11:57] ( 1455 warnings 1209 remarks ) +PASS -- TEST 'cpld_debug_noaero_p8_intel' [10:07, 06:17](1955 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [10:36, 16:42] ( 5 warnings 3 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [08:04, 05:33](1994 MB) + +PASS -- COMPILE 's2s_intel' [10:33, 16:23] ( 5 warnings 3 remarks ) +PASS -- TEST 'cpld_control_c48_intel' [15:29, 07:27](2928 MB) +PASS -- TEST 'cpld_warmstart_c48_intel' [11:26, 02:59](2929 MB) +PASS -- TEST 'cpld_restart_c48_intel' [59:40, 01:55](2331 MB) + +PASS -- COMPILE 's2swa_faster_intel' [28:17, 27:07] ( 5 warnings 10 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [16:34, 06:47](3228 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [26:17, 23:56] ( 5 warnings 10 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [23:56, 14:55](1939 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [14:34, 08:55](1114 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [22:09, 17:19](1900 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [14:14, 12:44] ( 1565 warnings 1948 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [27:16, 23:53](1944 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [24:16, 15:55] ( 6 warnings 1 remarks ) +PASS -- TEST 'control_flake_intel' [13:44, 03:30](671 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [12:04, 02:42](1573 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [10:53, 02:38](1571 MB) +PASS -- TEST 'control_latlon_intel' [10:19, 02:37](1574 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [10:20, 02:38](1570 MB) +PASS -- TEST 'control_c48_intel' [04:04, 06:12](1613 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [01:52, 05:15](731 MB) +PASS -- TEST 'control_c192_intel' [16:15, 09:06](1694 MB) +PASS -- TEST 'control_c384_intel' [17:29, 09:19](2005 MB) +PASS -- TEST 'control_c384gdas_intel' [26:15, 07:58](1204 MB) +PASS -- TEST 'control_stochy_intel' [02:51, 01:30](627 MB) +PASS -- TEST 'control_stochy_restart_intel' [06:48, 01:02](441 MB) +PASS -- TEST 'control_lndp_intel' [02:51, 01:28](628 MB) +PASS -- TEST 'control_iovr4_intel' [04:00, 02:10](624 MB) +PASS -- TEST 'control_iovr5_intel' [04:04, 02:13](621 MB) +PASS -- TEST 'control_p8_intel' [06:46, 03:42](1868 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [06:59, 03:37](1861 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [06:58, 03:47](1871 MB) +PASS -- TEST 'control_restart_p8_intel' [08:36, 02:25](1007 MB) +PASS -- TEST 'control_noqr_p8_intel' [07:00, 03:38](1866 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [07:36, 02:25](1021 MB) +PASS -- TEST 'control_decomp_p8_intel' [08:38, 03:29](1860 MB) +PASS -- TEST 'control_2threads_p8_intel' [08:35, 03:29](1957 MB) +PASS -- TEST 'control_p8_lndp_intel' [11:32, 05:32](1867 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [10:48, 04:22](1918 MB) +PASS -- TEST 'control_p8_mynn_intel' [10:52, 03:42](1872 MB) +PASS -- TEST 'merra2_thompson_intel' [10:57, 03:54](1868 MB) +PASS -- TEST 'regional_control_intel' [19:09, 05:57](882 MB) +PASS -- TEST 'regional_restart_intel' [05:02, 03:35](871 MB) +PASS -- TEST 'regional_decomp_intel' [18:56, 06:21](871 MB) +PASS -- TEST 'regional_noquilt_intel' [22:16, 05:59](1195 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [21:08, 05:57](872 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [20:59, 05:57](881 MB) +PASS -- TEST 'regional_wofs_intel' [21:06, 06:17](1609 MB) + +PASS -- COMPILE 'rrfs_intel' [22:15, 13:50] ( 8 warnings 9 remarks ) +PASS -- TEST 'rap_control_intel' [18:45, 06:29](1011 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [09:23, 04:17](1198 MB) +PASS -- TEST 'rap_decomp_intel' [19:30, 06:41](1006 MB) +PASS -- TEST 'rap_2threads_intel' [17:49, 06:07](1100 MB) +PASS -- TEST 'rap_restart_intel' [09:20, 03:46](881 MB) +PASS -- TEST 'rap_sfcdiff_intel' [17:45, 06:52](1004 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [19:38, 06:53](1007 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [10:39, 04:58](882 MB) +PASS -- TEST 'hrrr_control_intel' [16:27, 03:31](1001 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [16:25, 03:26](999 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [36:31, 03:11](1088 MB) +PASS -- TEST 'hrrr_control_restart_intel' [07:00, 02:13](833 MB) +PASS -- TEST 'rrfs_v1beta_intel' [17:47, 06:32](998 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [19:58, 07:42](1963 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [12:58, 07:26](1951 MB) + +PASS -- COMPILE 'csawmg_intel' [15:22, 11:40] ( 5 warnings ) +PASS -- TEST 'control_csawmg_intel' [16:06, 07:23](964 MB) +PASS -- TEST 'control_ras_intel' [07:49, 03:09](658 MB) + +PASS -- COMPILE 'wam_intel' [13:14, 11:30] ( 5 warnings 1 remarks ) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'control_wam_intel' [, ]( MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [19:42, 17:47] ( 5 warnings 1 remarks ) +PASS -- TEST 'control_p8_faster_intel' [08:54, 03:24](1869 MB) +PASS -- TEST 'regional_control_faster_intel' [14:59, 05:29](871 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [20:21, 12:21] ( 889 warnings 9 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [17:04, 02:33](1597 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [17:06, 02:30](1599 MB) +PASS -- TEST 'control_stochy_debug_intel' [07:07, 02:52](805 MB) +PASS -- TEST 'control_lndp_debug_intel' [07:07, 02:34](800 MB) +PASS -- TEST 'control_csawmg_debug_intel' [17:52, 04:48](1108 MB) +PASS -- TEST 'control_ras_debug_intel' [06:04, 02:37](810 MB) +PASS -- TEST 'control_diag_debug_intel' [19:14, 02:45](1648 MB) +PASS -- TEST 'control_debug_p8_intel' [17:04, 03:24](1896 MB) +PASS -- TEST 'regional_debug_intel' [19:46, 16:43](916 MB) +PASS -- TEST 'rap_control_debug_intel' [11:24, 04:39](1182 MB) +PASS -- TEST 'hrrr_control_debug_intel' [17:28, 04:33](1176 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [16:31, 04:40](1179 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [16:33, 04:45](1178 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [09:14, 04:38](1179 MB) +PASS -- TEST 'rap_diag_debug_intel' [12:49, 04:54](1263 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [16:31, 04:49](1183 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [10:22, 04:47](1184 MB) +PASS -- TEST 'rap_lndp_debug_intel' [10:22, 04:43](1184 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [15:30, 04:41](1183 MB) +PASS -- TEST 'rap_noah_debug_intel' [15:29, 04:32](1181 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [11:23, 04:40](1183 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [13:19, 07:31](1177 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [10:22, 04:35](1177 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [17:31, 05:26](1181 MB) +PASS -- TEST 'rap_flake_debug_intel' [16:33, 04:40](1178 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [20:05, 07:57](1184 MB) + +PASS -- COMPILE 'wam_debug_intel' [16:18, 06:29] ( 844 warnings 1 remarks ) +PASS -- TEST 'control_wam_debug_intel' [15:07, 12:29](1688 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [19:34, 10:46] ( 8 warnings 8 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [07:23, 03:52](1059 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [21:12, 05:18](884 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [31:19, 02:48](882 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [32:05, 05:00](945 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [30:10, 02:34](934 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [29:09, 03:04](880 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [15:02, 04:06](797 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [02:40, 01:39](774 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [15:31, 12:48] ( 8 warnings 8 remarks ) +PASS -- TEST 'conus13km_control_intel' [27:26, 01:58](1084 MB) +PASS -- TEST 'conus13km_2threads_intel' [03:34, 01:04](1082 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [03:27, 01:12](972 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [15:24, 10:56] ( 8 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [27:20, 03:43](908 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [10:30, 06:50] ( 792 warnings 8 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [26:37, 04:33](1057 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [26:37, 04:24](1058 MB) +PASS -- TEST 'conus13km_debug_intel' [36:11, 13:24](1143 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [35:23, 13:32](833 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [10:14, 07:52](1142 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [35:17, 13:27](1208 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [10:30, 06:31] ( 792 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [24:37, 04:39](1081 MB) + +PASS -- COMPILE 'hafsw_intel' [21:31, 17:44] ( 6 warnings 9 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [07:21, 04:40](722 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [08:48, 05:18](1067 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [17:47, 06:45](777 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [19:44, 11:07](795 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [19:05, 12:20](823 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [08:13, 05:21](479 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [14:34, 06:28](496 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [09:03, 02:40](394 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [13:39, 06:44](461 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [14:02, 03:31](518 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [14:14, 03:31](514 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [09:21, 03:59](591 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [10:41, 01:28](433 MB) +PASS -- TEST 'gnv1_nested_intel' [19:27, 04:14](1720 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [10:31, 07:54] ( 1472 warnings 1481 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [16:19, 12:05](619 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [24:22, 26:18] ( 5 warnings 8 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [10:21, 07:17](632 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [11:39, 07:46](689 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [58:27, 18:50] ( 5 warnings 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [07:47, 05:32](679 MB) + +PASS -- COMPILE 'hafs_all_intel' [51:32, 15:40] ( 5 warnings 8 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [08:25, 05:56](751 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [08:20, 05:58](741 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [18:23, 16:14](893 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [43:25, 08:17] ( 5 warnings 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [03:41, 02:28](764 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [03:24, 01:34](753 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [04:28, 02:27](643 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [03:38, 02:23](643 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [03:43, 02:27](642 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [03:33, 02:29](765 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [03:39, 02:30](763 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [03:40, 02:20](644 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [11:15, 05:44](693 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [10:51, 05:47](676 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [03:28, 02:32](762 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [05:39, 03:58](2022 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [05:42, 03:55](1956 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [40:19, 05:54] ( 7 warnings 2 remarks ) +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [06:24, 05:12](747 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [42:19, 08:21] ( 5 warnings 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [03:21, 02:30](764 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [34:24, 02:39] ( 1 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [02:43, 01:24](311 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [02:33, 01:12](453 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [02:26, 00:49](453 MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [44:20, 12:42] ( 5 warnings 3 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [06:36, 04:07](1923 MB) + +PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [43:19, 11:48] ( 5 warnings 1 remarks ) +PASS -- TEST 'atm_ds2s_docn_dice_intel' [06:34, 04:01](1903 MB) + +PASS -- COMPILE 'atml_intel' [37:24, 14:56] ( 13 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [11:39, 08:53](1897 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [11:42, 08:43](1893 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [05:53, 03:51](1042 MB) + +PASS -- COMPILE 'atml_debug_intel' [22:15, 09:30] ( 887 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [08:40, 06:29](1914 MB) + +PASS -- COMPILE 'atmw_intel' [14:13, 13:37] ( 5 warnings 8 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [04:46, 02:16](1888 MB) + +PASS -- COMPILE 'atmaero_intel' [13:18, 12:10] ( 5 warnings 1 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [06:54, 04:30](3122 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [06:54, 04:27](2994 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [06:12, 04:25](3009 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [08:12, 07:31] ( 889 warnings 6 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [26:33, 21:58](4531 MB) SYNOPSIS: -Starting Date/Time: 20240520 21:55:09 -Ending Date/Time: 20240520 23:37:30 -Total Time: 01h:43m:26s -Compiles Completed: 39/39 -Tests Completed: 182/182 +Starting Date/Time: 20240614 08:18:23 +Ending Date/Time: 20240614 15:20:03 +Total Time: 07h:03m:08s +Compiles Completed: 41/41 +Tests Completed: 183/184 +Failed Tests: +* TEST control_wam_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /glade/work/zshrader/rt-2283/tests/logs/log_derecho/run_control_wam_intel.log + +NOTES: +A file 'test_changes.list' was generated with list of all failed tests. +You can use './rt.sh -c -b test_changes.list' to create baselines for the failed tests. +If you are using this log as a pull request verification, please commit 'test_changes.list'. + +Result: FAILURE + +====END OF DERECHO REGRESSION TESTING LOG==== +====START OF DERECHO REGRESSION TESTING LOG==== + +UFSWM hash used in testing: +0e00545f1ffdc0307d318d2e4f41cc243b2432de + +Submodule hashes used in testing: + 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) + be5d28fd1b60522e6fc98aefeead20e6aac3530b AQM/src/model/CMAQ (CMAQv5.2.1_07Feb2018-198-gbe5d28fd1) + fbdf6843d6bde852d97f1547591d90136103f669 CDEPS-interface/CDEPS (cdeps0.4.17-41-gfbdf684) + d406c7e205bd62913eea0bc87bed1aeb63eb2f83 CICE-interface/CICE (CICE6.0.0-449-gd406c7e) + f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) + 2d837b16af326b09ff4018daab4de84f4deff7ec CMEPS-interface/CMEPS (cmeps_v0.4.1-2307-g2d837b1) + cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) + 07c26d1efae47445e4c36ff98942494788e7dc49 FV3 (heads/develop) + ab195d5026ca4c221b6cbb3888c8ae92d711f89a FV3/atmos_cubed_sphere (201912_public_release-397-gab195d5) + ccfefcd0b426e011f94137031d5f7c2a4dda2659 FV3/ccpp/framework (ccpp_transition_to_vlab_master_20190705-750-gccfefcd) + 16a1d881774d795f46db16017aeed7fc351d661a FV3/ccpp/physics (EP4-808-g16a1d881) + 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) + be0410ece28f2b5b9c089f8ca09ce0c80c79fe6c FV3/upp (upp_v10.2.0-191-gbe0410e) +-1ba8270870947b583cd51bc72ff8960f4c1fb36e FV3/upp/sorc/libIFI.fd +-7476b8f2790a47d788f79cebfdbb551567ae7cf8 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) + b32aea7bf3f9e2a774afa23d3386c88156cd1182 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10051-gb32aea7bf) + 9423197f894112edfcb1502245f7d7b873d551f9 MOM6-interface/MOM6/pkg/CVMix-src (9423197) + 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) + ec38ea3d902644cd4519d5fe060316859ccdc108 NOAHMP-interface/noahmp (v3.7.1-434-gec38ea3) + d9b3172f4197c65d471662c6952a668152d71230 WW3 (6.07.1-345-gd9b3172f) + fad2fe9f42f6b7f744b128b4a2a9433f91e4296f stochastic_physics (ufs-v2.0.0-219-gfad2fe9) + + +NOTES: +[Times](Memory) are at the end of each compile/test in format [MM:SS](Size). +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-20240614 +COMPARISON DIRECTORY: /glade/derecho/scratch/zshrader/FV3_RT/rt_92706 + +RT.SH OPTIONS USED: +* (-a) - HPC PROJECT ACCOUNT: nral0032 +* (-l) - USE CONFIG FILE: rt.conf + +PASS -- COMPILE 'wam_intel' [57:17, 10:45] ( 5 warnings 1 remarks ) +PASS -- TEST 'control_wam_intel' [29:19, 09:59](1656 MB) + +SYNOPSIS: +Starting Date/Time: 20240616 12:39:08 +Ending Date/Time: 20240616 15:05:46 +Total Time: 02h:26m:48s +Compiles Completed: 1/1 +Tests Completed: 1/1 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 7da93ec909..125263706f 100755 --- a/tests/logs/RegressionTests_gaea.log +++ b/tests/logs/RegressionTests_gaea.log @@ -1,32 +1,32 @@ ====START OF GAEA REGRESSION TESTING LOG==== UFSWM hash used in testing: -3e15eaa45553e76c6aa00a66b999b6b85d2b5fb3 +6c29f3ebd18b4703ac3fcf1a3fda24821da640ef Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) be5d28fd1b60522e6fc98aefeead20e6aac3530b AQM/src/model/CMAQ (CMAQv5.2.1_07Feb2018-198-gbe5d28fd1) - 3d7067a523b8557058755289e4275f5f5c985daf CDEPS-interface/CDEPS (cdeps0.4.17-40-g3d7067a) - 9c0cd8d3ba5963d01711094a3c81b6358fcb8367 CICE-interface/CICE (CICE6.0.0-448-g9c0cd8d) + fbdf6843d6bde852d97f1547591d90136103f669 CDEPS-interface/CDEPS (cdeps0.4.17-41-gfbdf684) + d406c7e205bd62913eea0bc87bed1aeb63eb2f83 CICE-interface/CICE (CICE6.0.0-449-gd406c7e) f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) 2d837b16af326b09ff4018daab4de84f4deff7ec CMEPS-interface/CMEPS (cmeps_v0.4.1-2307-g2d837b1) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - 2b53b6cae4c691f1cfc8df213d7c0120ce65a81d FV3 (remotes/origin/feature/ccpp_prebuild_optarg) - 630022fdc13720b6f9376fdfb2e4298c10d6d6f2 FV3/atmos_cubed_sphere (remotes/origin/feature/ccpp_data_thrd_cnt) - c2983997d3c22832c588d150247a249f6b02425e FV3/ccpp/framework (v0.1.0-1508-gc298399) - 7e59eba2835711f7046e0b7528dc846bd875f754 FV3/ccpp/physics (master-tag-before-replacing-with-ipd-setup-step-fast-5253-g7e59eba2) + 07c26d1efae47445e4c36ff98942494788e7dc49 FV3 (heads/develop) + ab195d5026ca4c221b6cbb3888c8ae92d711f89a FV3/atmos_cubed_sphere (201912_public_release-397-gab195d5) + ccfefcd0b426e011f94137031d5f7c2a4dda2659 FV3/ccpp/framework (ccpp_transition_to_vlab_master_20190705-750-gccfefcd) + 16a1d881774d795f46db16017aeed7fc351d661a FV3/ccpp/physics (EP4-808-g16a1d881) 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) be0410ece28f2b5b9c089f8ca09ce0c80c79fe6c FV3/upp (upp_v10.2.0-191-gbe0410e) -1ba8270870947b583cd51bc72ff8960f4c1fb36e FV3/upp/sorc/libIFI.fd -7476b8f2790a47d788f79cebfdbb551567ae7cf8 FV3/upp/sorc/ncep_post.fd/post_gtg.fd 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) - 35789c757766e07f688b4c0c7c5229816f224b09 HYCOM-interface/HYCOM (2.3.00-121-g35789c7) - 86585c08d42200d6451420578ced669fa8a06df1 MOM6-interface/MOM6 (remotes/origin/feature/endofrun_restart) + bcf7777bb037ae2feb2a8a8ac51aacb3511b52d9 HYCOM-interface/HYCOM (2.3.00-122-gbcf7777) + b32aea7bf3f9e2a774afa23d3386c88156cd1182 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10051-gb32aea7bf) 9423197f894112edfcb1502245f7d7b873d551f9 MOM6-interface/MOM6/pkg/CVMix-src (9423197) 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) ec38ea3d902644cd4519d5fe060316859ccdc108 NOAHMP-interface/noahmp (v3.7.1-434-gec38ea3) d9b3172f4197c65d471662c6952a668152d71230 WW3 (6.07.1-345-gd9b3172f) - ecdff7cc6e6c3db1cd351bf0e607da78ae9efcf7 stochastic_physics (remotes/origin/feature/optional_arguments) + fad2fe9f42f6b7f744b128b4a2a9433f91e4296f stochastic_physics (ufs-v2.0.0-219-gfad2fe9) NOTES: @@ -35,281 +35,287 @@ 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-20240516 -COMPARISON DIRECTORY: /gpfs/f5/epic/scratch/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_203583 +BASELINE DIRECTORY: /gpfs/f5/epic/world-shared/UFS-WM_RT/NEMSfv3gfs/develop-20240613 +COMPARISON DIRECTORY: /gpfs/f5/epic/scratch/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_171425 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: epic * (-l) - USE CONFIG FILE: rt.conf * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [17:11, 16:12] ( 1 warnings 10 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [13:52, 07:04](3073 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [22:16, 20:49] ( 1 warnings 10 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [13:29, 13:38](1696 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [19:54, 17:06](1808 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [11:47, 08:54](943 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [17:46, 14:59](1668 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [22:16, 21:06] ( 1 warnings 10 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [26:09, 13:20](1684 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [12:11, 10:49] ( 1525 warnings 2000 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [26:11, 23:47](1709 MB) - -PASS -- COMPILE 's2swa_intel' [17:11, 15:54] ( 10 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [14:34, 07:55](3101 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [15:25, 07:49](3099 MB) -PASS -- TEST 'cpld_restart_p8_intel' [54:56, 04:59](3157 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [14:34, 08:05](3123 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [54:56, 05:05](3178 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [13:29, 06:32](3412 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [14:29, 07:40](3098 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [13:29, 07:01](3022 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [14:40, 07:52](3100 MB) -PASS -- TEST 'cpld_control_c192_p8_intel' [16:30, 10:33](3266 MB) -PASS -- TEST 'cpld_restart_c192_p8_intel' [12:44, 08:59](3604 MB) -PASS -- TEST 'cpld_bmark_p8_intel' [21:37, 12:57](4036 MB) -PASS -- TEST 'cpld_restart_bmark_p8_intel' [19:27, 09:12](4344 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [14:32, 07:57](3067 MB) - -PASS -- COMPILE 's2sw_intel' [16:11, 14:44] ( 10 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [07:06, 04:45](1686 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [14:04, 05:29](1735 MB) - -PASS -- COMPILE 's2swa_debug_intel' [11:11, 10:42] ( 1450 warnings 1230 remarks ) -PASS -- TEST 'cpld_debug_p8_intel' [11:56, 09:32](3138 MB) - -PASS -- COMPILE 's2sw_debug_intel' [10:11, 09:19] ( 1450 warnings 1230 remarks ) -PASS -- TEST 'cpld_debug_noaero_p8_intel' [07:16, 05:46](1701 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [14:11, 13:16] ( 3 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [09:55, 05:11](1733 MB) - -PASS -- COMPILE 's2s_intel' [14:11, 13:06] ( 3 remarks ) -PASS -- TEST 'cpld_control_c48_intel' [25:04, 06:55](2658 MB) -PASS -- TEST 'cpld_warmstart_c48_intel' [04:39, 02:00](2682 MB) -PASS -- TEST 'cpld_restart_c48_intel' [07:04, 01:06](2113 MB) - -PASS -- COMPILE 's2swa_faster_intel' [24:16, 22:59] ( 10 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [52:44, 07:49](3098 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [22:13, 21:00] ( 10 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [58:37, 15:04](1701 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [13:42, 07:18](1002 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [22:51, 16:56](1683 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [13:16, 12:50] ( 1560 warnings 2000 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [22:29, 26:15](1709 MB) +PASS -- COMPILE 's2swa_32bit_intel' [21:12, 20:24] ( 1 warnings 10 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [10:26, 07:26](3196 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [26:15, 25:35] ( 1 warnings 10 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [16:43, 13:47](1927 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [18:10, 14:31](1932 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [09:13, 06:42](1079 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [18:20, 15:10](1897 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [23:13, 22:30] ( 1 warnings 10 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [14:52, 13:08](1914 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [16:16, 15:37] ( 1525 warnings 2000 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [27:06, 24:10](1938 MB) + +PASS -- COMPILE 's2swa_intel' [21:12, 20:35] ( 10 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [11:27, 08:10](3224 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [10:45, 07:57](3222 MB) +PASS -- TEST 'cpld_restart_p8_intel' [08:38, 05:38](3156 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [11:27, 08:16](3243 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [08:36, 05:45](3176 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [09:17, 07:02](3456 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [10:56, 08:19](3221 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [10:17, 07:09](3167 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [10:45, 07:57](3224 MB) +PASS -- TEST 'cpld_control_c192_p8_intel' [14:58, 10:24](3437 MB) +PASS -- TEST 'cpld_restart_c192_p8_intel' [14:13, 07:48](3606 MB) +PASS -- TEST 'cpld_bmark_p8_intel' [20:49, 13:06](4192 MB) +PASS -- TEST 'cpld_restart_bmark_p8_intel' [17:43, 09:14](4344 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [10:56, 08:09](3206 MB) + +PASS -- COMPILE 's2sw_intel' [19:14, 18:50] ( 10 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [06:42, 04:59](1932 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [07:53, 05:34](1994 MB) + +PASS -- COMPILE 's2swa_debug_intel' [15:12, 14:49] ( 1450 warnings 1230 remarks ) +PASS -- TEST 'cpld_debug_p8_intel' [12:54, 10:16](3267 MB) + +PASS -- COMPILE 's2sw_debug_intel' [15:12, 14:41] ( 1450 warnings 1230 remarks ) +PASS -- TEST 'cpld_debug_noaero_p8_intel' [07:48, 06:04](1945 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [17:12, 17:04] ( 3 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [07:50, 05:24](1991 MB) + +PASS -- COMPILE 's2s_intel' [18:12, 17:21] ( 3 remarks ) +PASS -- TEST 'cpld_control_c48_intel' [08:23, 07:00](2913 MB) +PASS -- TEST 'cpld_warmstart_c48_intel' [03:21, 02:03](2913 MB) +PASS -- TEST 'cpld_restart_c48_intel' [03:51, 01:19](2308 MB) + +PASS -- COMPILE 's2swa_faster_intel' [28:20, 27:38] ( 10 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [11:29, 08:26](3224 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [25:19, 24:16] ( 10 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [18:00, 15:00](1929 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [11:32, 07:51](1085 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [20:39, 17:47](1909 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [15:13, 14:20] ( 1560 warnings 2000 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [29:25, 26:52](1940 MB) PASS -- COMPILE 'atm_dyn32_intel' [16:12, 15:42] ( 1 warnings 1 remarks ) -PASS -- TEST 'control_flake_intel' [54:00, 03:42](674 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [53:23, 02:57](1567 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [52:59, 03:12](1581 MB) -PASS -- TEST 'control_latlon_intel' [51:55, 03:06](1571 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [52:04, 03:02](1570 MB) -PASS -- TEST 'control_c48_intel' [36:05, 06:36](1608 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [12:48, 05:38](727 MB) -PASS -- TEST 'control_c192_intel' [58:16, 09:40](1694 MB) -PASS -- TEST 'control_c384_intel' [00:18, 18:04](1987 MB) -PASS -- TEST 'control_c384gdas_intel' [51:41, 14:13](1185 MB) -PASS -- TEST 'control_stochy_intel' [33:36, 01:42](628 MB) -PASS -- TEST 'control_stochy_restart_intel' [02:36, 01:26](433 MB) -PASS -- TEST 'control_lndp_intel' [14:29, 01:41](629 MB) -PASS -- TEST 'control_iovr4_intel' [03:33, 02:36](624 MB) -PASS -- TEST 'control_iovr5_intel' [03:50, 02:56](625 MB) -PASS -- TEST 'control_p8_intel' [06:50, 03:44](1608 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [06:53, 03:24](1608 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [06:50, 03:29](1611 MB) -PASS -- TEST 'control_restart_p8_intel' [03:43, 02:00](792 MB) -PASS -- TEST 'control_noqr_p8_intel' [06:51, 03:12](1596 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [05:06, 02:17](796 MB) -PASS -- TEST 'control_decomp_p8_intel' [06:14, 03:16](1596 MB) -PASS -- TEST 'control_2threads_p8_intel' [05:59, 02:39](1691 MB) -PASS -- TEST 'control_p8_lndp_intel' [07:10, 05:23](1608 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [07:04, 04:21](1659 MB) -PASS -- TEST 'control_p8_mynn_intel' [05:57, 03:55](1615 MB) -PASS -- TEST 'merra2_thompson_intel' [05:47, 03:49](1614 MB) -PASS -- TEST 'regional_control_intel' [06:13, 04:49](622 MB) -PASS -- TEST 'regional_restart_intel' [03:52, 02:35](790 MB) -PASS -- TEST 'regional_decomp_intel' [06:06, 04:56](620 MB) -PASS -- TEST 'regional_2threads_intel' [04:52, 03:09](762 MB) -PASS -- TEST 'regional_noquilt_intel' [06:01, 05:05](1157 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [07:31, 05:09](617 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [06:47, 04:59](621 MB) -PASS -- TEST 'regional_wofs_intel' [08:43, 06:25](1594 MB) - -PASS -- COMPILE 'rrfs_intel' [15:13, 14:51] ( 3 warnings 9 remarks ) -PASS -- TEST 'rap_control_intel' [58:40, 06:53](1013 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [55:36, 04:00](1187 MB) -PASS -- TEST 'rap_decomp_intel' [58:40, 07:03](1009 MB) -PASS -- TEST 'rap_2threads_intel' [57:59, 05:57](1094 MB) -PASS -- TEST 'rap_restart_intel' [06:29, 03:42](883 MB) -PASS -- TEST 'rap_sfcdiff_intel' [58:46, 06:47](1009 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [58:46, 06:56](1006 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [08:30, 05:14](883 MB) -PASS -- TEST 'hrrr_control_intel' [55:44, 03:41](1007 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [55:44, 03:50](1007 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [54:36, 03:06](1085 MB) -PASS -- TEST 'hrrr_control_restart_intel' [04:22, 01:57](839 MB) -PASS -- TEST 'rrfs_v1beta_intel' [58:47, 06:41](1004 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [59:22, 08:01](1967 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [57:47, 07:42](1951 MB) - -PASS -- COMPILE 'csawmg_intel' [13:13, 12:10] -PASS -- TEST 'control_csawmg_intel' [10:09, 06:54](694 MB) -PASS -- TEST 'control_ras_intel' [04:33, 03:31](655 MB) - -PASS -- COMPILE 'wam_intel' [12:13, 11:34] -PASS -- TEST 'control_wam_intel' [03:43, 02:35](368 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [18:14, 17:44] ( 1 remarks ) -PASS -- TEST 'control_p8_faster_intel' [05:38, 03:19](1608 MB) -PASS -- TEST 'regional_control_faster_intel' [07:11, 04:40](619 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [13:12, 12:44] ( 884 warnings 9 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [04:35, 03:02](1591 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [04:25, 02:56](1592 MB) -PASS -- TEST 'control_stochy_debug_intel' [04:49, 03:07](787 MB) -PASS -- TEST 'control_lndp_debug_intel' [03:50, 02:53](789 MB) -PASS -- TEST 'control_csawmg_debug_intel' [06:30, 04:24](828 MB) -PASS -- TEST 'control_ras_debug_intel' [03:39, 02:53](799 MB) -PASS -- TEST 'control_diag_debug_intel' [05:33, 03:18](1648 MB) -PASS -- TEST 'control_debug_p8_intel' [05:34, 03:24](1622 MB) -PASS -- TEST 'regional_debug_intel' [18:35, 16:23](642 MB) -PASS -- TEST 'rap_control_debug_intel' [06:16, 05:02](1172 MB) -PASS -- TEST 'hrrr_control_debug_intel' [06:44, 05:20](1170 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [05:42, 05:02](1176 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [06:42, 05:36](1176 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [06:39, 05:41](1172 MB) -PASS -- TEST 'rap_diag_debug_intel' [06:45, 05:42](1255 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [06:39, 05:38](1172 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [06:39, 05:43](1172 MB) -PASS -- TEST 'rap_lndp_debug_intel' [06:39, 05:40](1174 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [06:37, 05:37](1172 MB) -PASS -- TEST 'rap_noah_debug_intel' [06:40, 05:55](1172 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [07:36, 06:25](1170 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [10:37, 09:25](1171 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [08:34, 06:15](1169 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [11:23, 06:22](1174 MB) -PASS -- TEST 'rap_flake_debug_intel' [10:20, 05:21](1172 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [14:59, 08:44](1173 MB) - -PASS -- COMPILE 'wam_debug_intel' [10:12, 09:37] ( 855 warnings ) -PASS -- TEST 'control_wam_debug_intel' [08:57, 05:15](400 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [12:16, 11:24] ( 3 warnings 8 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [07:23, 03:51](1049 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [09:41, 06:11](889 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [06:31, 03:40](885 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [07:56, 05:20](945 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [04:08, 02:46](936 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [05:06, 03:44](883 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [06:05, 04:06](785 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [02:38, 01:42](768 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [16:11, 15:46] ( 3 warnings 8 remarks ) -PASS -- TEST 'conus13km_control_intel' [04:08, 02:14](1094 MB) -PASS -- TEST 'conus13km_2threads_intel' [05:18, 01:20](1079 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [02:41, 01:17](977 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [13:11, 12:18] ( 3 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [06:13, 04:28](904 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [08:11, 07:40] ( 787 warnings 8 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [06:36, 05:13](1051 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [05:40, 04:52](1050 MB) -PASS -- TEST 'conus13km_debug_intel' [16:12, 14:24](1134 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [16:12, 14:00](810 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [10:03, 08:12](1120 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [15:51, 14:21](1200 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [08:11, 07:36] ( 787 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [06:31, 05:08](1069 MB) - -PASS -- COMPILE 'hafsw_intel' [15:12, 13:55] ( 1 warnings 9 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [08:35, 05:20](708 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [05:57, 04:40](1056 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [09:32, 07:36](741 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [13:56, 11:53](792 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [14:32, 13:03](799 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [07:20, 05:24](475 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [08:37, 06:48](499 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [05:25, 03:39](374 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [13:40, 08:10](436 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [06:00, 03:46](511 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [06:14, 03:31](511 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [07:17, 04:54](576 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [03:53, 02:24](404 MB) -PASS -- TEST 'gnv1_nested_intel' [06:29, 04:13](770 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [10:11, 08:55] ( 1467 warnings 1502 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [15:07, 13:18](585 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [25:14, 24:06] ( 8 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [11:03, 07:45](613 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [11:07, 08:20](785 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [15:12, 15:04] ( 7 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [10:10, 05:56](786 MB) - -PASS -- COMPILE 'hafs_all_intel' [14:16, 13:02] ( 8 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [09:06, 06:12](747 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [09:29, 06:20](732 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [22:13, 20:12](895 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [13:12, 12:31] ( 2 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [04:31, 02:37](759 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [02:33, 01:36](747 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [03:26, 02:30](637 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [04:29, 02:28](639 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [04:28, 02:30](647 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [03:29, 02:36](759 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [03:28, 02:35](762 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [03:25, 02:28](639 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [07:03, 05:58](689 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [07:08, 05:56](677 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [03:24, 02:36](747 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [05:34, 04:34](2021 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [05:31, 04:35](2019 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [07:11, 06:32] ( 2 warnings 2 remarks ) -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [06:37, 05:24](743 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [13:16, 11:52] ( 2 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [03:59, 02:34](761 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [03:10, 02:39] ( 1 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [05:37, 01:50](310 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [03:50, 02:36](456 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [02:58, 01:10](456 MB) - -PASS -- COMPILE 'atml_intel' [18:12, 17:45] ( 8 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [12:01, 09:17](1640 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [10:58, 08:39](1640 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [04:59, 03:47](835 MB) - -PASS -- COMPILE 'atml_debug_intel' [13:12, 12:31] ( 882 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [09:37, 07:11](1656 MB) - -PASS -- COMPILE 'atmw_intel' [15:11, 14:01] ( 8 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [04:19, 03:07](1649 MB) - -PASS -- COMPILE 'atmaero_intel' [14:11, 13:50] ( 1 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [09:57, 06:26](2943 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [09:56, 06:57](3009 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [10:11, 07:20](3015 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [10:12, 09:28] ( 884 warnings 6 remarks ) -PASS -- TEST 'regional_atmaq_debug_intel' [21:56, 18:30](4489 MB) +PASS -- TEST 'control_flake_intel' [05:06, 03:49](666 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [05:32, 02:55](1571 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [05:33, 03:37](1570 MB) +PASS -- TEST 'control_latlon_intel' [04:59, 03:02](1573 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [05:33, 03:33](1572 MB) +PASS -- TEST 'control_c48_intel' [09:02, 06:38](1599 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [07:19, 05:44](720 MB) +PASS -- TEST 'control_c192_intel' [12:46, 10:07](1682 MB) +PASS -- TEST 'control_c384_intel' [21:16, 18:27](1979 MB) +PASS -- TEST 'control_c384gdas_intel' [17:56, 14:26](1184 MB) +PASS -- TEST 'control_stochy_intel' [02:47, 01:58](624 MB) +PASS -- TEST 'control_stochy_restart_intel' [02:58, 01:35](426 MB) +PASS -- TEST 'control_lndp_intel' [04:02, 02:11](623 MB) +PASS -- TEST 'control_iovr4_intel' [04:11, 02:43](619 MB) +PASS -- TEST 'control_iovr5_intel' [04:11, 02:42](620 MB) +PASS -- TEST 'control_p8_intel' [05:42, 03:58](1859 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [05:54, 03:59](1860 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [05:41, 03:52](1866 MB) +PASS -- TEST 'control_restart_p8_intel' [04:36, 02:07](1014 MB) +PASS -- TEST 'control_noqr_p8_intel' [05:38, 04:01](1860 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [04:53, 02:40](1006 MB) +PASS -- TEST 'control_decomp_p8_intel' [05:35, 03:40](1858 MB) +PASS -- TEST 'control_2threads_p8_intel' [04:53, 02:56](1951 MB) +PASS -- TEST 'control_p8_lndp_intel' [07:33, 05:29](1858 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [07:44, 04:25](1918 MB) +PASS -- TEST 'control_p8_mynn_intel' [07:11, 03:24](1869 MB) +PASS -- TEST 'merra2_thompson_intel' [06:58, 03:45](1866 MB) +PASS -- TEST 'regional_control_intel' [06:07, 05:03](859 MB) +PASS -- TEST 'regional_restart_intel' [03:56, 03:03](862 MB) +PASS -- TEST 'regional_decomp_intel' [07:08, 05:05](860 MB) +PASS -- TEST 'regional_2threads_intel' [04:12, 03:01](999 MB) +PASS -- TEST 'regional_noquilt_intel' [06:23, 04:48](1180 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [06:16, 04:43](857 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [07:15, 05:10](858 MB) +PASS -- TEST 'regional_wofs_intel' [08:09, 06:22](1588 MB) + +PASS -- COMPILE 'rrfs_intel' [14:12, 13:37] ( 3 warnings 9 remarks ) +PASS -- TEST 'rap_control_intel' [08:48, 06:48](1007 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [06:00, 04:01](1183 MB) +PASS -- TEST 'rap_decomp_intel' [10:09, 07:05](1007 MB) +PASS -- TEST 'rap_2threads_intel' [07:51, 06:03](1095 MB) +PASS -- TEST 'rap_restart_intel' [05:58, 03:32](877 MB) +PASS -- TEST 'rap_sfcdiff_intel' [10:07, 07:11](1005 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [10:07, 07:37](1005 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [07:20, 05:18](878 MB) +PASS -- TEST 'hrrr_control_intel' [07:04, 03:53](1000 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [07:16, 04:31](1003 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [07:04, 03:08](1085 MB) +PASS -- TEST 'hrrr_control_restart_intel' [02:53, 02:02](833 MB) +PASS -- TEST 'rrfs_v1beta_intel' [08:48, 06:48](1001 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [09:57, 08:13](1961 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [08:56, 07:49](1949 MB) + +PASS -- COMPILE 'csawmg_intel' [13:16, 13:04] +PASS -- TEST 'control_csawmg_intel' [08:11, 06:47](964 MB) +PASS -- TEST 'control_ras_intel' [05:45, 03:25](656 MB) + +PASS -- COMPILE 'wam_intel' [13:14, 12:34] ( 1 remarks ) +PASS -- TEST 'control_wam_intel' [14:27, 12:14](1663 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [22:19, 21:45] ( 1 remarks ) +PASS -- TEST 'control_p8_faster_intel' [05:39, 03:43](1859 MB) +PASS -- TEST 'regional_control_faster_intel' [05:58, 05:02](857 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [14:15, 13:35] ( 884 warnings 9 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [06:13, 03:16](1576 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [04:08, 03:01](1579 MB) +PASS -- TEST 'control_stochy_debug_intel' [04:45, 03:11](785 MB) +PASS -- TEST 'control_lndp_debug_intel' [03:36, 02:58](783 MB) +PASS -- TEST 'control_csawmg_debug_intel' [06:00, 04:30](1094 MB) +PASS -- TEST 'control_ras_debug_intel' [03:37, 02:51](792 MB) +PASS -- TEST 'control_diag_debug_intel' [05:07, 03:08](1642 MB) +PASS -- TEST 'control_debug_p8_intel' [04:59, 03:29](1878 MB) +PASS -- TEST 'regional_debug_intel' [18:25, 16:43](888 MB) +PASS -- TEST 'rap_control_debug_intel' [06:40, 05:32](1168 MB) +PASS -- TEST 'hrrr_control_debug_intel' [05:34, 04:54](1162 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [07:18, 05:19](1165 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [05:46, 05:03](1166 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [06:52, 05:18](1168 MB) +PASS -- TEST 'rap_diag_debug_intel' [06:51, 05:20](1250 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [06:38, 05:15](1169 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [06:36, 05:20](1170 MB) +PASS -- TEST 'rap_lndp_debug_intel' [06:44, 05:13](1170 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [06:35, 05:13](1168 MB) +PASS -- TEST 'rap_noah_debug_intel' [05:37, 05:01](1165 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [05:32, 05:03](1166 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [08:39, 08:04](1165 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [05:42, 04:58](1160 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [07:41, 06:15](1173 MB) +PASS -- TEST 'rap_flake_debug_intel' [06:38, 05:20](1168 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [10:34, 08:25](1172 MB) + +PASS -- COMPILE 'wam_debug_intel' [11:15, 10:11] ( 839 warnings 1 remarks ) +PASS -- TEST 'control_wam_debug_intel' [15:18, 13:43](1672 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [17:13, 16:57] ( 3 warnings 8 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [05:20, 03:56](1048 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [08:21, 06:11](886 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [05:53, 03:49](885 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [07:27, 05:27](948 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [05:33, 03:28](941 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [06:40, 04:13](885 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [06:39, 04:10](786 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [03:02, 01:43](765 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [17:13, 17:09] ( 3 warnings 8 remarks ) +PASS -- TEST 'conus13km_control_intel' [05:02, 02:40](1093 MB) +PASS -- TEST 'conus13km_2threads_intel' [03:14, 01:25](1073 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [03:04, 01:35](977 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [17:12, 16:15] ( 3 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [06:38, 04:20](912 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [12:13, 11:34] ( 787 warnings 8 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [06:45, 05:08](1044 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [06:38, 05:11](1043 MB) +PASS -- TEST 'conus13km_debug_intel' [15:25, 13:59](1126 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [16:13, 14:21](804 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [10:32, 08:18](1114 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [16:09, 14:36](1197 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [13:15, 12:07] ( 787 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [06:43, 05:23](1072 MB) + +PASS -- COMPILE 'hafsw_intel' [20:22, 19:20] ( 1 warnings 9 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [07:50, 05:26](703 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [05:53, 04:45](1057 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [10:24, 07:40](751 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [13:37, 11:43](785 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [15:14, 12:53](801 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [09:06, 05:41](482 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [09:14, 06:59](497 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [04:56, 02:55](376 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [12:25, 08:12](434 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [05:22, 03:57](511 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [05:43, 03:44](511 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [06:38, 04:53](575 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [02:54, 01:46](403 MB) +PASS -- TEST 'gnv1_nested_intel' [09:40, 06:20](1716 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [18:20, 17:16] ( 1467 warnings 1502 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [14:30, 12:55](591 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [26:12, 25:24] ( 8 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [11:08, 07:43](610 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [10:41, 07:47](789 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [21:11, 20:15] ( 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [08:29, 06:10](785 MB) + +PASS -- COMPILE 'hafs_all_intel' [19:15, 18:34] ( 8 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [08:43, 06:12](736 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [08:49, 06:19](727 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [22:55, 20:16](891 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [16:13, 15:27] ( 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [03:46, 02:52](760 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [02:34, 01:35](734 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [03:35, 02:40](636 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [03:39, 02:28](639 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [03:33, 02:42](638 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [03:33, 02:45](747 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [03:45, 02:35](760 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [03:37, 02:30](638 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [09:45, 06:19](691 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [09:02, 06:09](672 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [03:24, 02:33](760 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [05:28, 04:36](2016 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [05:35, 04:35](2015 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [10:21, 09:34] ( 2 warnings 2 remarks ) +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [06:26, 05:25](742 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [15:12, 15:06] ( 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [03:30, 02:33](761 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [05:11, 04:18] ( 1 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [02:54, 01:53](309 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [02:52, 01:33](454 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [02:51, 01:08](455 MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [17:11, 16:42] ( 3 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [06:31, 04:14](1923 MB) + +PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [17:13, 16:29] ( 1 remarks ) +PASS -- TEST 'atm_ds2s_docn_dice_intel' [07:19, 04:16](1912 MB) + +PASS -- COMPILE 'atml_intel' [21:16, 20:37] ( 8 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [11:40, 07:17](1891 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [11:40, 07:40](1891 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [04:54, 03:44](1044 MB) + +PASS -- COMPILE 'atml_debug_intel' [14:14, 13:23] ( 882 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [08:52, 06:25](1915 MB) + +PASS -- COMPILE 'atmw_intel' [17:16, 16:40] ( 8 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [04:16, 02:50](1900 MB) + +PASS -- COMPILE 'atmaero_intel' [17:12, 16:55] ( 1 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [09:32, 06:14](3120 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [09:32, 06:36](3005 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [09:16, 07:00](3018 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [13:15, 12:24] ( 884 warnings 6 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [20:39, 18:47](4495 MB) SYNOPSIS: -Starting Date/Time: 20240520 14:31:01 -Ending Date/Time: 20240520 16:53:32 -Total Time: 02h:23m:33s -Compiles Completed: 39/39 -Tests Completed: 183/183 +Starting Date/Time: 20240614 01:52:33 +Ending Date/Time: 20240614 03:31:38 +Total Time: 01h:40m:20s +Compiles Completed: 41/41 +Tests Completed: 185/185 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 75c2e649ae..6115bda82b 100644 --- a/tests/logs/RegressionTests_hera.log +++ b/tests/logs/RegressionTests_hera.log @@ -1,17 +1,17 @@ ====START OF HERA REGRESSION TESTING LOG==== UFSWM hash used in testing: -be30f6123f1f268e6fee2390d2eabee15b68c48a +6c29f3ebd18b4703ac3fcf1a3fda24821da640ef Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) - 3d7067a523b8557058755289e4275f5f5c985daf CDEPS-interface/CDEPS (cdeps0.4.17-40-g3d7067a) - 9c0cd8d3ba5963d01711094a3c81b6358fcb8367 CICE-interface/CICE (CICE6.0.0-448-g9c0cd8d) + fbdf6843d6bde852d97f1547591d90136103f669 CDEPS-interface/CDEPS (cdeps0.4.17-41-gfbdf684) + d406c7e205bd62913eea0bc87bed1aeb63eb2f83 CICE-interface/CICE (CICE6.0.0-449-gd406c7e) 2d837b16af326b09ff4018daab4de84f4deff7ec CMEPS-interface/CMEPS (cmeps_v0.4.1-2307-g2d837b1) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - 1f7164c8cdcae4d2812a7338142d2e5718ff927f FV3 (remotes/dom/feature/chunked_array_support_use_it) + 07c26d1efae47445e4c36ff98942494788e7dc49 FV3 (heads/develop) 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) - 35789c757766e07f688b4c0c7c5229816f224b09 HYCOM-interface/HYCOM (2.3.00-121-g35789c7) + bcf7777bb037ae2feb2a8a8ac51aacb3511b52d9 HYCOM-interface/HYCOM (2.3.00-122-gbcf7777) b32aea7bf3f9e2a774afa23d3386c88156cd1182 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10051-gb32aea7bf) ec38ea3d902644cd4519d5fe060316859ccdc108 NOAHMP-interface/noahmp (v3.7.1-434-gec38ea3) d9b3172f4197c65d471662c6952a668152d71230 WW3 (6.07.1-345-gd9b3172f) @@ -24,372 +24,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-20240516 -COMPARISON DIRECTORY: /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_826965 +BASELINE DIRECTORY: /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20240613 +COMPARISON DIRECTORY: /scratch1/NCEPDEV/stmp2/Fernando.Andrade-maldonado/FV3_RT/rt_2975307 RT.SH OPTIONS USED: -* (-a) - HPC PROJECT ACCOUNT: nems +* (-a) - HPC PROJECT ACCOUNT: epic +* (-l) - USE CONFIG FILE: rt.conf * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [14:12, 12:25] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [13:12, 05:38](3160 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [17:12, 16:51] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [22:14, 17:13](1721 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [19:31, 17:48](1994 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [10:22, 08:05](1091 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [24:18, 19:21](1612 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [17:12, 16:10] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [21:51, 17:02](1717 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [07:12, 05:42] ( 1525 warnings 1998 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [24:10, 22:58](1646 MB) - -PASS -- COMPILE 's2swa_intel' [13:12, 12:34] ( 8 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [14:46, 05:56](3195 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [14:48, 06:03](3178 MB) -PASS -- TEST 'cpld_restart_p8_intel' [06:24, 03:27](3216 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [14:41, 06:02](3209 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [05:33, 03:38](3227 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [11:40, 05:41](3485 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [14:41, 05:57](3192 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [07:35, 04:50](3057 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [09:38, 05:55](3189 MB) -PASS -- TEST 'cpld_control_c192_p8_intel' [16:38, 10:19](3319 MB) -PASS -- TEST 'cpld_restart_c192_p8_intel' [09:57, 06:15](3590 MB) -PASS -- TEST 'cpld_bmark_p8_intel' [23:22, 10:10](4088 MB) -PASS -- TEST 'cpld_restart_bmark_p8_intel' [19:45, 06:13](4353 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [13:35, 05:34](3162 MB) - -PASS -- COMPILE 's2sw_intel' [13:12, 12:09] ( 8 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [13:30, 04:53](1713 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [06:38, 04:25](1767 MB) - -PASS -- COMPILE 's2swa_debug_intel' [07:12, 05:47] ( 1450 warnings 1228 remarks ) -PASS -- TEST 'cpld_debug_p8_intel' [10:17, 08:18](3183 MB) - -PASS -- COMPILE 's2sw_debug_intel' [07:12, 05:26] ( 1450 warnings 1228 remarks ) -PASS -- TEST 'cpld_debug_noaero_p8_intel' [07:18, 05:48](1720 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [13:12, 11:14] ( 1 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [12:38, 04:36](1771 MB) - -PASS -- COMPILE 's2s_intel' [13:12, 11:15] ( 1 remarks ) -PASS -- TEST 'cpld_control_c48_intel' [11:12, 09:44](2752 MB) -PASS -- TEST 'cpld_warmstart_c48_intel' [04:15, 02:36](2755 MB) -PASS -- TEST 'cpld_restart_c48_intel' [02:46, 01:26](2216 MB) - -PASS -- COMPILE 's2swa_faster_intel' [18:13, 17:27] ( 8 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [07:16, 05:39](3193 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [16:13, 15:28] ( 8 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [19:08, 17:32](1748 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [10:22, 08:09](1141 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [22:11, 19:51](1650 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [06:12, 05:27] ( 1560 warnings 1998 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [33:44, 25:08](1675 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [11:12, 10:53] ( 1 warnings 1 remarks ) -PASS -- TEST 'control_flake_intel' [04:24, 03:32](690 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [04:52, 03:03](1568 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [04:57, 03:05](1586 MB) -PASS -- TEST 'control_latlon_intel' [04:47, 03:01](1581 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [04:54, 03:03](1582 MB) -PASS -- TEST 'control_c48_intel' [08:52, 07:54](1699 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [07:28, 06:30](835 MB) -PASS -- TEST 'control_c192_intel' [13:11, 11:13](1718 MB) -PASS -- TEST 'control_c384_intel' [17:16, 12:04](1944 MB) -PASS -- TEST 'control_c384gdas_intel' [14:07, 08:23](1356 MB) -PASS -- TEST 'control_stochy_intel' [02:27, 01:48](641 MB) -PASS -- TEST 'control_stochy_restart_intel' [02:29, 01:00](484 MB) -PASS -- TEST 'control_lndp_intel' [02:23, 01:44](638 MB) -PASS -- TEST 'control_iovr4_intel' [03:25, 02:32](635 MB) -PASS -- TEST 'control_iovr5_intel' [03:31, 02:32](638 MB) -PASS -- TEST 'control_p8_intel' [04:02, 03:01](1601 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [04:05, 03:00](1600 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [03:58, 02:53](1601 MB) -PASS -- TEST 'control_restart_p8_intel' [02:49, 01:38](872 MB) -PASS -- TEST 'control_noqr_p8_intel' [03:52, 02:58](1597 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [02:59, 01:38](904 MB) -PASS -- TEST 'control_decomp_p8_intel' [03:54, 03:03](1584 MB) -PASS -- TEST 'control_2threads_p8_intel' [03:53, 02:47](1688 MB) -PASS -- TEST 'control_p8_lndp_intel' [06:47, 05:17](1601 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [05:56, 03:57](1669 MB) -PASS -- TEST 'control_p8_mynn_intel' [04:56, 03:16](1595 MB) -PASS -- TEST 'merra2_thompson_intel' [04:51, 03:20](1606 MB) -PASS -- TEST 'regional_control_intel' [06:40, 05:10](824 MB) -PASS -- TEST 'regional_restart_intel' [03:44, 02:47](994 MB) -PASS -- TEST 'regional_decomp_intel' [06:41, 05:33](825 MB) -PASS -- TEST 'regional_2threads_intel' [04:41, 03:17](821 MB) -PASS -- TEST 'regional_noquilt_intel' [05:44, 05:08](1336 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [06:45, 05:08](830 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [06:42, 05:10](827 MB) -PASS -- TEST 'regional_wofs_intel' [07:41, 06:58](1896 MB) - -PASS -- COMPILE 'rrfs_intel' [11:12, 10:33] ( 3 warnings 9 remarks ) -PASS -- TEST 'rap_control_intel' [08:45, 07:51](1085 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [06:11, 04:09](1230 MB) -PASS -- TEST 'rap_decomp_intel' [09:37, 08:23](1012 MB) -PASS -- TEST 'rap_2threads_intel' [08:41, 07:25](1147 MB) -PASS -- TEST 'rap_restart_intel' [05:52, 04:05](1081 MB) -PASS -- TEST 'rap_sfcdiff_intel' [08:42, 07:49](1085 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [09:38, 08:19](1011 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [06:47, 05:56](1106 MB) -PASS -- TEST 'hrrr_control_intel' [05:43, 04:00](1027 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [05:39, 04:10](1013 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [05:41, 03:44](1077 MB) -PASS -- TEST 'hrrr_control_restart_intel' [03:40, 02:13](980 MB) -PASS -- TEST 'rrfs_v1beta_intel' [09:44, 07:46](1075 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [10:30, 09:33](1963 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [10:27, 09:18](2056 MB) - -PASS -- COMPILE 'csawmg_intel' [10:13, 09:49] -PASS -- TEST 'control_csawmg_intel' [07:46, 06:14](715 MB) -PASS -- TEST 'control_ras_intel' [04:26, 03:19](726 MB) - -PASS -- COMPILE 'csawmg_gnu' [05:12, 04:34] -PASS -- TEST 'control_csawmg_gnu' [11:40, 08:25](523 MB) - -PASS -- COMPILE 'wam_intel' [10:13, 09:27] -PASS -- TEST 'control_wam_intel' [02:24, 02:09](629 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [11:11, 10:12] ( 1 remarks ) -PASS -- TEST 'control_p8_faster_intel' [04:59, 02:42](1598 MB) -PASS -- TEST 'regional_control_faster_intel' [05:41, 04:47](826 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [10:11, 06:36] ( 884 warnings 9 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [03:51, 02:38](1574 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [03:53, 02:38](1578 MB) -PASS -- TEST 'control_stochy_debug_intel' [04:24, 03:06](781 MB) -PASS -- TEST 'control_lndp_debug_intel' [03:26, 02:50](781 MB) -PASS -- TEST 'control_csawmg_debug_intel' [05:48, 04:12](819 MB) -PASS -- TEST 'control_ras_debug_intel' [03:26, 02:45](784 MB) -PASS -- TEST 'control_diag_debug_intel' [03:56, 02:43](1633 MB) -PASS -- TEST 'control_debug_p8_intel' [03:49, 02:53](1603 MB) -PASS -- TEST 'regional_debug_intel' [17:50, 16:54](805 MB) -PASS -- TEST 'rap_control_debug_intel' [05:28, 04:48](1172 MB) -PASS -- TEST 'hrrr_control_debug_intel' [06:34, 04:58](1161 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [06:31, 04:49](1162 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [06:29, 04:48](1166 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [06:30, 04:45](1170 MB) -PASS -- TEST 'rap_diag_debug_intel' [06:47, 05:04](1243 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [05:30, 04:56](1170 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [06:26, 04:59](1166 MB) -PASS -- TEST 'rap_lndp_debug_intel' [05:31, 04:57](1169 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [05:29, 04:53](1166 MB) -PASS -- TEST 'rap_noah_debug_intel' [05:29, 05:00](1166 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [05:24, 04:53](1167 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [08:26, 08:00](1163 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [06:27, 05:01](1157 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [07:26, 06:03](1165 MB) -PASS -- TEST 'rap_flake_debug_intel' [06:25, 04:54](1170 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [09:41, 08:24](1168 MB) - -PASS -- COMPILE 'atm_debug_dyn32_gnu' [08:11, 03:50] -PASS -- TEST 'control_csawmg_debug_gnu' [03:43, 02:11](507 MB) - -PASS -- COMPILE 'wam_debug_intel' [07:11, 03:59] ( 855 warnings ) -PASS -- TEST 'control_wam_debug_intel' [06:22, 04:58](488 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [10:11, 09:38] ( 3 warnings 8 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [06:04, 03:59](1101 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [07:44, 06:29](1034 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [04:35, 03:25](966 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [07:38, 06:09](1078 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [04:37, 03:11](930 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [04:36, 03:37](906 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [06:45, 06:09](988 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [02:31, 01:54](910 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [11:12, 10:07] ( 3 warnings 8 remarks ) -PASS -- TEST 'conus13km_control_intel' [03:07, 02:05](1175 MB) -PASS -- TEST 'conus13km_2threads_intel' [01:43, 00:53](1093 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [02:47, 01:15](1090 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [10:11, 09:55] ( 3 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [05:42, 04:12](964 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [05:12, 04:18] ( 787 warnings 8 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [05:25, 04:43](1049 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [05:25, 04:39](1045 MB) -PASS -- TEST 'conus13km_debug_intel' [16:00, 14:19](1162 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [15:57, 14:17](869 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [10:49, 08:00](1087 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [16:47, 14:28](1234 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [05:12, 04:14] ( 787 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [06:29, 04:54](1085 MB) - -PASS -- COMPILE 'hafsw_intel' [12:12, 11:35] ( 1 warnings 8 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [07:22, 05:12](706 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [09:34, 06:34](1079 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [09:31, 07:08](784 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [15:15, 13:53](834 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [17:35, 15:23](845 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [06:58, 05:38](469 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [08:22, 06:57](489 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [03:43, 02:45](355 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [10:43, 07:30](464 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [04:47, 03:50](494 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [04:55, 03:38](498 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [05:57, 04:17](554 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [02:29, 01:12](377 MB) -PASS -- TEST 'gnv1_nested_intel' [05:48, 04:16](776 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [05:11, 04:52] ( 1467 warnings 1501 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [13:59, 12:40](531 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [12:11, 11:06] ( 7 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [10:07, 08:52](620 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [10:10, 08:56](705 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [12:12, 11:13] ( 7 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [08:09, 06:42](695 MB) - -PASS -- COMPILE 'hafs_all_intel' [11:13, 10:56] ( 7 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [08:21, 06:39](799 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [08:19, 06:37](781 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [18:00, 16:17](1211 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [06:12, 06:05] -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [03:20, 02:43](1140 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [02:22, 01:38](1088 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [03:19, 02:37](1016 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [03:19, 02:37](1005 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [03:20, 02:42](1005 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [03:19, 02:45](1138 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [03:18, 02:36](1149 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [03:18, 02:37](1014 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [07:28, 06:04](1054 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [08:28, 06:13](1035 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [03:17, 02:44](1152 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [04:21, 03:47](2485 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [05:21, 03:57](2421 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [03:12, 03:06] ( 2 warnings ) -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [07:21, 06:07](1069 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [07:12, 06:08] -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [03:19, 02:40](1123 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [01:11, 01:02] ( 1 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [01:32, 00:48](259 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [02:26, 00:50](311 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [01:26, 00:32](330 MB) - -PASS -- COMPILE 'atml_intel' [11:15, 10:51] ( 8 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [06:10, 04:15](1597 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [06:06, 04:17](1596 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [04:04, 02:30](879 MB) - -PASS -- COMPILE 'atml_debug_intel' [06:12, 05:20] ( 882 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [07:07, 05:34](1576 MB) - -PASS -- COMPILE 'atmw_intel' [11:12, 10:34] ( 8 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [02:54, 01:44](1644 MB) - -PASS -- COMPILE 'atmaero_intel' [10:13, 10:09] ( 1 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [06:09, 04:21](3012 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [07:06, 05:00](3078 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [05:51, 05:02](3073 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [05:16, 04:21] ( 884 warnings 6 remarks ) -PASS -- TEST 'regional_atmaq_debug_intel' [28:18, 24:38](4444 MB) - -PASS -- COMPILE 'atm_gnu' [05:14, 04:47] -PASS -- TEST 'control_c48_gnu' [12:50, 11:25](1506 MB) -PASS -- TEST 'control_stochy_gnu' [04:25, 03:25](492 MB) -PASS -- TEST 'control_ras_gnu' [06:25, 04:50](498 MB) -PASS -- TEST 'control_p8_gnu' [06:07, 04:36](1235 MB) -PASS -- TEST 'control_p8_ugwpv1_gnu' [06:02, 04:32](1243 MB) -PASS -- TEST 'control_flake_gnu' [11:25, 10:34](534 MB) - -PASS -- COMPILE 'rrfs_gnu' [05:14, 04:39] -PASS -- TEST 'rap_control_gnu' [12:41, 11:00](837 MB) -PASS -- TEST 'rap_decomp_gnu' [12:38, 11:26](839 MB) -PASS -- TEST 'rap_2threads_gnu' [11:42, 10:18](912 MB) -PASS -- TEST 'rap_restart_gnu' [06:45, 05:38](571 MB) -PASS -- TEST 'rap_sfcdiff_gnu' [12:43, 10:49](836 MB) -PASS -- TEST 'rap_sfcdiff_decomp_gnu' [12:43, 11:08](838 MB) -PASS -- TEST 'rap_sfcdiff_restart_gnu' [09:45, 08:25](571 MB) -PASS -- TEST 'hrrr_control_gnu' [06:38, 05:37](839 MB) -PASS -- TEST 'hrrr_control_noqr_gnu' [06:37, 05:37](823 MB) -PASS -- TEST 'hrrr_control_2threads_gnu' [05:43, 05:07](904 MB) -PASS -- TEST 'hrrr_control_decomp_gnu' [06:36, 05:40](841 MB) -PASS -- TEST 'hrrr_control_restart_gnu' [04:34, 02:58](559 MB) -PASS -- TEST 'hrrr_control_restart_noqr_gnu' [03:36, 02:55](649 MB) -PASS -- TEST 'rrfs_v1beta_gnu' [11:52, 10:40](837 MB) - -PASS -- COMPILE 'atm_dyn32_debug_gnu' [06:12, 05:58] -PASS -- TEST 'control_diag_debug_gnu' [02:56, 01:40](1259 MB) -PASS -- TEST 'regional_debug_gnu' [12:46, 11:17](546 MB) -PASS -- TEST 'rap_control_debug_gnu' [03:28, 02:48](845 MB) -PASS -- TEST 'hrrr_control_debug_gnu' [03:25, 02:38](841 MB) -PASS -- TEST 'hrrr_gf_debug_gnu' [03:27, 02:39](846 MB) -PASS -- TEST 'hrrr_c3_debug_gnu' [03:28, 02:38](846 MB) -PASS -- TEST 'rap_diag_debug_gnu' [03:47, 02:47](930 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_gnu' [05:26, 04:07](841 MB) -PASS -- TEST 'rap_progcld_thompson_debug_gnu' [03:26, 02:42](844 MB) -PASS -- TEST 'rrfs_v1beta_debug_gnu' [03:26, 02:40](838 MB) -PASS -- TEST 'control_ras_debug_gnu' [02:24, 01:39](482 MB) -PASS -- TEST 'control_stochy_debug_gnu' [02:26, 01:48](476 MB) -PASS -- TEST 'control_debug_p8_gnu' [03:50, 01:50](1223 MB) -PASS -- TEST 'rap_flake_debug_gnu' [03:26, 02:44](850 MB) -PASS -- TEST 'rap_clm_lake_debug_gnu' [04:27, 03:01](848 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_gnu' [05:48, 04:21](857 MB) - -PASS -- COMPILE 'wam_debug_gnu' [03:12, 02:12] - -PASS -- COMPILE 'rrfs_dyn32_phy32_gnu' [05:15, 04:43] -PASS -- TEST 'rap_control_dyn32_phy32_gnu' [10:34, 09:36](694 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_gnu' [05:40, 04:55](698 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_gnu' [09:43, 08:50](754 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_gnu' [05:35, 04:36](741 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_gnu' [05:37, 05:05](695 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_gnu' [07:44, 07:02](545 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_gnu' [03:33, 02:33](532 MB) -PASS -- TEST 'conus13km_control_gnu' [05:04, 03:13](865 MB) -PASS -- TEST 'conus13km_2threads_gnu' [06:54, 05:52](870 MB) -PASS -- TEST 'conus13km_restart_mismatch_gnu' [02:51, 01:51](552 MB) - -PASS -- COMPILE 'atm_dyn64_phy32_gnu' [11:12, 10:30] -PASS -- TEST 'rap_control_dyn64_phy32_gnu' [06:53, 05:57](729 MB) - -PASS -- COMPILE 'atm_dyn32_phy32_debug_gnu' [06:13, 06:04] -PASS -- TEST 'rap_control_debug_dyn32_phy32_gnu' [03:28, 02:36](700 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_gnu' [03:28, 02:31](701 MB) -PASS -- TEST 'conus13km_debug_gnu' [07:52, 07:01](868 MB) -PASS -- TEST 'conus13km_debug_qr_gnu' [07:50, 06:54](570 MB) -PASS -- TEST 'conus13km_debug_2threads_gnu' [08:42, 07:43](870 MB) -PASS -- TEST 'conus13km_radar_tten_debug_gnu' [08:45, 07:06](939 MB) - -PASS -- COMPILE 'atm_dyn64_phy32_debug_gnu' [06:12, 05:54] -PASS -- TEST 'rap_control_dyn64_phy32_debug_gnu' [03:26, 02:39](723 MB) - -PASS -- COMPILE 's2swa_gnu' [15:12, 14:41] - -PASS -- COMPILE 's2s_gnu' [15:13, 14:36] -PASS -- TEST 'cpld_control_nowave_noaero_p8_gnu' [08:22, 06:49](1333 MB) - -PASS -- COMPILE 's2swa_debug_gnu' [04:12, 03:01] - -PASS -- COMPILE 's2sw_pdlib_gnu' [15:12, 14:29] -PASS -- TEST 'cpld_control_pdlib_p8_gnu' [23:07, 22:03](1295 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_gnu' [03:12, 02:46] -PASS -- TEST 'cpld_debug_pdlib_p8_gnu' [20:04, 18:01](1293 MB) - -PASS -- COMPILE 'datm_cdeps_gnu' [15:12, 14:11] -PASS -- TEST 'datm_cdeps_control_cfsr_gnu' [03:24, 03:07](693 MB) +PASS -- COMPILE 's2swa_32bit_intel' [16:12, 13:52] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [08:29, 05:56](3304 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [17:12, 16:39] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [20:09, 17:20](1996 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [26:32, 18:00](2153 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [17:17, 08:09](1257 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [22:02, 19:25](1880 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [17:12, 16:43] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [19:49, 17:02](1977 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [07:11, 05:31] ( 1525 warnings 1998 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [24:58, 23:02](1917 MB) + +PASS -- COMPILE 's2swa_intel' [16:12, 13:30] ( 8 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [08:26, 06:05](3327 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [08:35, 06:08](3352 MB) +PASS -- TEST 'cpld_restart_p8_intel' [05:26, 03:36](3264 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [08:26, 06:04](3370 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [05:26, 03:41](3278 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [08:20, 05:51](3629 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [08:20, 06:03](3341 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [07:18, 05:00](3199 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [08:35, 06:05](3345 MB) +PASS -- TEST 'cpld_control_c192_p8_intel' [13:08, 10:25](3524 MB) +PASS -- TEST 'cpld_restart_c192_p8_intel' [10:34, 06:34](3632 MB) +PASS -- TEST 'cpld_bmark_p8_intel' [18:58, 09:51](4285 MB) +PASS -- TEST 'cpld_restart_bmark_p8_intel' [20:20, 06:28](4373 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [08:26, 05:42](3322 MB) + +PASS -- COMPILE 's2sw_intel' [16:12, 12:53] ( 8 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [07:12, 05:01](1994 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [07:18, 04:41](2037 MB) + +PASS -- COMPILE 's2swa_debug_intel' [06:11, 05:33] ( 1450 warnings 1228 remarks ) +PASS -- TEST 'cpld_debug_p8_intel' [11:10, 08:39](3355 MB) + +PASS -- COMPILE 's2sw_debug_intel' [08:11, 04:58] ( 1450 warnings 1228 remarks ) +PASS -- TEST 'cpld_debug_noaero_p8_intel' [07:54, 05:58](2020 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [14:12, 12:08] ( 1 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [07:02, 04:34](2056 MB) + +PASS -- COMPILE 's2s_intel' [13:12, 12:09] ( 1 remarks ) +PASS -- TEST 'cpld_control_c48_intel' [11:48, 09:44](3088 MB) +PASS -- TEST 'cpld_warmstart_c48_intel' [04:44, 02:50](3074 MB) +PASS -- TEST 'cpld_restart_c48_intel' [02:40, 01:41](2505 MB) + +PASS -- COMPILE 's2swa_faster_intel' [23:14, 21:42] ( 8 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [12:16, 06:00](3346 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [18:14, 16:21] ( 8 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [21:01, 17:16](2017 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [17:21, 08:16](1279 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [31:08, 19:48](1919 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [06:11, 05:02] ( 1560 warnings 1998 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [27:00, 25:26](1954 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [13:12, 12:01] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_flake_intel' [04:23, 03:27](709 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [04:41, 02:55](1608 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [07:48, 03:07](1608 MB) +PASS -- TEST 'control_latlon_intel' [07:40, 03:02](1607 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [06:57, 03:04](1602 MB) +PASS -- TEST 'control_c48_intel' [09:50, 07:41](1748 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [08:27, 06:26](872 MB) +PASS -- TEST 'control_c192_intel' [13:58, 10:38](1746 MB) +PASS -- TEST 'control_c384_intel' [12:53, 10:45](2017 MB) +PASS -- TEST 'control_c384gdas_intel' [13:51, 08:08](1396 MB) +PASS -- TEST 'control_stochy_intel' [05:22, 01:47](659 MB) +PASS -- TEST 'control_stochy_restart_intel' [07:30, 01:00](502 MB) +PASS -- TEST 'control_lndp_intel' [04:21, 01:43](657 MB) +PASS -- TEST 'control_iovr4_intel' [05:25, 02:36](656 MB) +PASS -- TEST 'control_iovr5_intel' [05:22, 02:35](657 MB) +PASS -- TEST 'control_p8_intel' [05:56, 03:13](1902 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [05:01, 03:13](1904 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [04:54, 03:05](1898 MB) +PASS -- TEST 'control_restart_p8_intel' [10:48, 01:48](1133 MB) +PASS -- TEST 'control_noqr_p8_intel' [07:52, 03:05](1884 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [15:54, 01:48](1166 MB) +PASS -- TEST 'control_decomp_p8_intel' [06:48, 03:17](1885 MB) +PASS -- TEST 'control_2threads_p8_intel' [06:46, 02:54](1978 MB) +PASS -- TEST 'control_p8_lndp_intel' [08:43, 05:26](1892 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [07:50, 04:14](1969 MB) +PASS -- TEST 'control_p8_mynn_intel' [06:54, 03:11](1912 MB) +PASS -- TEST 'merra2_thompson_intel' [04:52, 03:28](1915 MB) +PASS -- TEST 'regional_control_intel' [10:40, 05:44](1101 MB) +PASS -- TEST 'regional_restart_intel' [10:36, 02:57](1097 MB) +PASS -- TEST 'regional_decomp_intel' [14:49, 05:45](1094 MB) +PASS -- TEST 'regional_2threads_intel' [11:39, 03:30](1096 MB) +PASS -- TEST 'regional_noquilt_intel' [14:43, 05:30](1402 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [14:48, 05:22](1099 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [14:43, 05:22](1102 MB) +PASS -- TEST 'regional_wofs_intel' [15:41, 06:52](1914 MB) + +PASS -- COMPILE 'rrfs_intel' [13:12, 11:15] ( 3 warnings 9 remarks ) +PASS -- TEST 'rap_control_intel' [15:41, 07:49](1108 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [13:00, 04:24](1300 MB) +PASS -- TEST 'rap_decomp_intel' [16:36, 08:14](1040 MB) +PASS -- TEST 'rap_2threads_intel' [14:48, 07:21](1186 MB) +PASS -- TEST 'rap_restart_intel' [08:48, 04:05](1107 MB) +PASS -- TEST 'rap_sfcdiff_intel' [15:52, 07:55](1104 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [15:52, 08:16](1048 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [08:48, 06:03](1132 MB) +PASS -- TEST 'hrrr_control_intel' [12:38, 04:02](1043 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [15:37, 04:09](1035 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [16:37, 03:42](1117 MB) +PASS -- TEST 'hrrr_control_restart_intel' [07:29, 02:22](1002 MB) +PASS -- TEST 'rrfs_v1beta_intel' [20:52, 07:37](1100 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [22:33, 09:20](1990 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [21:31, 09:10](2064 MB) + +PASS -- COMPILE 'csawmg_intel' [12:12, 10:46] +PASS -- TEST 'control_csawmg_intel' [17:41, 06:12](1024 MB) +PASS -- TEST 'control_ras_intel' [13:26, 03:19](750 MB) + +PASS -- COMPILE 'csawmg_gnu' [05:12, 04:16] +PASS -- TEST 'control_csawmg_gnu' [09:38, 08:29](761 MB) + +PASS -- COMPILE 'wam_intel' [11:13, 10:38] ( 1 remarks ) +PASS -- TEST 'control_wam_intel' [20:51, 10:58](1672 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [19:14, 18:22] ( 1 remarks ) +PASS -- TEST 'control_p8_faster_intel' [12:50, 02:49](1901 MB) +PASS -- TEST 'regional_control_faster_intel' [13:40, 04:55](1092 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [07:11, 06:47] ( 884 warnings 9 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [06:56, 02:45](1616 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [07:56, 02:45](1614 MB) +PASS -- TEST 'control_stochy_debug_intel' [05:29, 03:01](820 MB) +PASS -- TEST 'control_lndp_debug_intel' [04:29, 02:47](817 MB) +PASS -- TEST 'control_csawmg_debug_intel' [08:49, 04:24](1139 MB) +PASS -- TEST 'control_ras_debug_intel' [04:28, 02:49](825 MB) +PASS -- TEST 'control_diag_debug_intel' [07:57, 02:51](1681 MB) +PASS -- TEST 'control_debug_p8_intel' [07:54, 03:01](1907 MB) +PASS -- TEST 'regional_debug_intel' [21:52, 17:18](1097 MB) +PASS -- TEST 'rap_control_debug_intel' [07:31, 05:00](1210 MB) +PASS -- TEST 'hrrr_control_debug_intel' [06:33, 04:51](1209 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [06:33, 04:50](1209 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [06:33, 04:51](1210 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [06:33, 04:55](1205 MB) +PASS -- TEST 'rap_diag_debug_intel' [09:40, 05:14](1290 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [09:30, 05:02](1207 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [09:27, 05:03](1206 MB) +PASS -- TEST 'rap_lndp_debug_intel' [09:27, 04:56](1206 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [09:24, 04:55](1203 MB) +PASS -- TEST 'rap_noah_debug_intel' [13:27, 04:48](1202 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [10:25, 04:51](1209 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [15:24, 08:10](1209 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [12:25, 04:59](1204 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [12:25, 05:52](1213 MB) +PASS -- TEST 'rap_flake_debug_intel' [11:26, 05:03](1210 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [14:42, 08:30](1208 MB) + +PASS -- COMPILE 'atm_debug_dyn32_gnu' [05:11, 04:35] +PASS -- TEST 'control_csawmg_debug_gnu' [03:32, 02:23](723 MB) + +PASS -- COMPILE 'wam_debug_intel' [05:12, 04:03] ( 839 warnings 1 remarks ) +PASS -- TEST 'control_wam_debug_intel' [17:49, 13:34](1681 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [12:12, 10:45] ( 3 warnings 8 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [08:07, 04:04](1162 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [10:41, 06:38](1055 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [06:35, 03:34](984 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [09:34, 06:19](1107 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [11:34, 03:11](962 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [11:31, 03:37](936 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [07:40, 04:52](1041 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [05:26, 01:58](926 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [16:15, 15:07] ( 3 warnings 8 remarks ) +PASS -- TEST 'conus13km_control_intel' [10:53, 02:14](1208 MB) +PASS -- TEST 'conus13km_2threads_intel' [04:51, 00:55](1123 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [04:49, 01:16](1117 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [12:13, 10:57] ( 3 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [11:42, 04:11](982 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [06:11, 04:32] ( 787 warnings 8 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [11:23, 04:49](1087 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [11:21, 04:52](1092 MB) +PASS -- TEST 'conus13km_debug_intel' [20:46, 14:42](1225 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [19:44, 14:44](932 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [12:40, 08:10](1163 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [18:42, 15:09](1315 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [06:11, 04:20] ( 787 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [08:22, 04:55](1132 MB) + +PASS -- COMPILE 'hafsw_intel' [15:13, 12:34] ( 1 warnings 8 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [09:14, 05:23](748 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [08:34, 06:30](1124 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [10:25, 07:17](842 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [18:27, 13:52](860 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [19:27, 15:42](886 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [09:58, 05:56](507 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [11:26, 07:10](522 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [05:39, 02:57](379 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [12:39, 07:43](484 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [06:46, 04:03](537 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [06:56, 03:38](529 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [05:48, 04:18](593 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [02:27, 01:23](403 MB) +PASS -- TEST 'gnv1_nested_intel' [07:34, 04:10](1750 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [06:11, 04:32] ( 1467 warnings 1501 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [14:56, 13:01](589 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [22:13, 20:51] ( 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [11:05, 08:55](646 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [11:10, 08:59](722 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [13:12, 12:49] ( 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [08:08, 06:47](700 MB) + +PASS -- COMPILE 'hafs_all_intel' [14:12, 11:44] ( 7 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [12:16, 06:33](834 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [12:16, 06:50](814 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [19:57, 16:24](1219 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [11:12, 06:41] +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [05:19, 02:45](1149 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [03:20, 01:44](1099 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [05:18, 02:38](1016 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [05:20, 02:37](1027 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [05:20, 02:41](1024 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [04:19, 02:45](1153 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [04:18, 02:44](1154 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [04:18, 02:35](1015 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [08:19, 06:13](1064 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [08:15, 06:21](1044 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [04:16, 02:41](1148 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [05:20, 03:58](2450 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [05:20, 03:57](2502 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [07:11, 03:39] ( 2 warnings ) +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [07:19, 06:25](1062 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [09:13, 06:38] +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [04:17, 02:45](1156 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [03:11, 01:12] ( 1 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [03:31, 00:54](259 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [02:24, 00:58](321 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [01:24, 00:35](321 MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [15:13, 11:40] ( 1 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [05:05, 03:50](1961 MB) + +PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [14:13, 11:41] ( 1 remarks ) +PASS -- TEST 'atm_ds2s_docn_dice_intel' [05:10, 03:42](1972 MB) + +PASS -- COMPILE 'atml_intel' [20:15, 12:48] ( 8 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [06:00, 04:26](1871 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [06:18, 04:26](1878 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [03:42, 02:29](1102 MB) + +PASS -- COMPILE 'atml_debug_intel' [13:12, 05:30] ( 882 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [08:00, 05:40](1888 MB) + +PASS -- COMPILE 'atmw_intel' [22:14, 11:32] ( 8 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [03:51, 01:54](1935 MB) + +PASS -- COMPILE 'atmaero_intel' [23:16, 11:39] ( 1 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [06:57, 04:14](3204 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [06:52, 04:52](3105 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [06:41, 04:56](3121 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [16:14, 04:28] ( 884 warnings 6 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [26:00, 21:49](4461 MB) + +PASS -- COMPILE 'atm_gnu' [16:14, 04:48] +PASS -- TEST 'control_c48_gnu' [13:41, 11:27](1538 MB) +PASS -- TEST 'control_stochy_gnu' [05:23, 03:25](504 MB) +PASS -- TEST 'control_ras_gnu' [07:22, 04:51](505 MB) +PASS -- TEST 'control_p8_gnu' [07:56, 04:48](1460 MB) +PASS -- TEST 'control_p8_ugwpv1_gnu' [06:50, 04:41](1461 MB) +PASS -- TEST 'control_flake_gnu' [12:23, 10:08](547 MB) + +PASS -- COMPILE 'rrfs_gnu' [14:13, 04:21] +PASS -- TEST 'rap_control_gnu' [13:37, 10:54](853 MB) +PASS -- TEST 'rap_decomp_gnu' [13:35, 10:58](855 MB) +PASS -- TEST 'rap_2threads_gnu' [11:42, 09:50](943 MB) +PASS -- TEST 'rap_restart_gnu' [07:44, 05:43](578 MB) +PASS -- TEST 'rap_sfcdiff_gnu' [11:40, 10:50](812 MB) +PASS -- TEST 'rap_sfcdiff_decomp_gnu' [12:35, 11:05](855 MB) +PASS -- TEST 'rap_sfcdiff_restart_gnu' [10:41, 07:55](581 MB) +PASS -- TEST 'hrrr_control_gnu' [06:35, 05:35](850 MB) +PASS -- TEST 'hrrr_control_noqr_gnu' [07:36, 05:47](805 MB) +PASS -- TEST 'hrrr_control_2threads_gnu' [07:33, 05:08](922 MB) +PASS -- TEST 'hrrr_control_decomp_gnu' [07:32, 05:41](850 MB) +PASS -- TEST 'hrrr_control_restart_gnu' [04:27, 02:56](566 MB) +PASS -- TEST 'hrrr_control_restart_noqr_gnu' [05:28, 02:50](660 MB) +PASS -- TEST 'rrfs_v1beta_gnu' [12:42, 10:32](814 MB) + +PASS -- COMPILE 'atm_dyn32_debug_gnu' [16:14, 07:39] +PASS -- TEST 'control_diag_debug_gnu' [03:44, 01:41](1276 MB) +PASS -- TEST 'regional_debug_gnu' [13:37, 11:59](726 MB) +PASS -- TEST 'rap_control_debug_gnu' [04:21, 02:39](829 MB) +PASS -- TEST 'hrrr_control_debug_gnu' [04:21, 02:40](825 MB) +PASS -- TEST 'hrrr_gf_debug_gnu' [04:30, 02:38](830 MB) +PASS -- TEST 'hrrr_c3_debug_gnu' [04:22, 02:38](825 MB) +PASS -- TEST 'rap_diag_debug_gnu' [04:36, 02:51](910 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_gnu' [05:22, 04:12](826 MB) +PASS -- TEST 'rap_progcld_thompson_debug_gnu' [06:22, 02:38](825 MB) +PASS -- TEST 'rrfs_v1beta_debug_gnu' [06:22, 02:38](823 MB) +PASS -- TEST 'control_ras_debug_gnu' [05:27, 01:37](491 MB) +PASS -- TEST 'control_stochy_debug_gnu' [06:22, 01:45](457 MB) +PASS -- TEST 'control_debug_p8_gnu' [05:38, 01:49](1455 MB) +PASS -- TEST 'rap_flake_debug_gnu' [06:25, 02:42](831 MB) +PASS -- TEST 'rap_clm_lake_debug_gnu' [06:22, 02:54](828 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_gnu' [07:37, 04:24](834 MB) + +PASS -- COMPILE 'wam_debug_gnu' [13:12, 02:36] + +PASS -- COMPILE 'rrfs_dyn32_phy32_gnu' [15:12, 04:13] +PASS -- TEST 'rap_control_dyn32_phy32_gnu' [12:34, 09:21](710 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_gnu' [08:33, 05:02](710 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_gnu' [11:40, 08:38](761 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_gnu' [07:34, 04:38](748 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_gnu' [07:34, 05:07](709 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_gnu' [08:47, 07:36](558 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_gnu' [03:34, 02:36](542 MB) +PASS -- TEST 'conus13km_control_gnu' [04:52, 03:16](881 MB) +PASS -- TEST 'conus13km_2threads_gnu' [07:46, 05:40](883 MB) +PASS -- TEST 'conus13km_restart_mismatch_gnu' [03:44, 01:48](560 MB) + +PASS -- COMPILE 'atm_dyn64_phy32_gnu' [20:15, 10:52] +PASS -- TEST 'rap_control_dyn64_phy32_gnu' [08:41, 05:41](727 MB) + +PASS -- COMPILE 'atm_dyn32_phy32_debug_gnu' [13:12, 07:38] +PASS -- TEST 'rap_control_debug_dyn32_phy32_gnu' [05:24, 02:35](715 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_gnu' [05:20, 02:35](719 MB) +PASS -- TEST 'conus13km_debug_gnu' [08:50, 07:09](896 MB) +PASS -- TEST 'conus13km_debug_qr_gnu' [08:46, 07:08](583 MB) +PASS -- TEST 'conus13km_debug_2threads_gnu' [08:46, 07:36](896 MB) +PASS -- TEST 'conus13km_radar_tten_debug_gnu' [09:43, 07:12](962 MB) + +PASS -- COMPILE 'atm_dyn64_phy32_debug_gnu' [13:12, 07:38] +PASS -- TEST 'rap_control_dyn64_phy32_debug_gnu' [04:26, 02:44](747 MB) + +PASS -- COMPILE 's2swa_gnu' [21:13, 16:29] + +PASS -- COMPILE 's2s_gnu' [21:14, 15:52] +PASS -- TEST 'cpld_control_nowave_noaero_p8_gnu' [39:19, 07:35](1530 MB) + +PASS -- COMPILE 's2swa_debug_gnu' [05:12, 03:20] + +PASS -- COMPILE 's2sw_pdlib_gnu' [19:13, 16:23] +PASS -- TEST 'cpld_control_pdlib_p8_gnu' [24:07, 22:56](1458 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_gnu' [06:11, 03:08] +PASS -- TEST 'cpld_debug_pdlib_p8_gnu' [14:58, 13:22](1457 MB) + +PASS -- COMPILE 'datm_cdeps_gnu' [18:14, 15:25] +PASS -- TEST 'datm_cdeps_control_cfsr_gnu' [04:20, 02:55](688 MB) SYNOPSIS: -Starting Date/Time: 20240522 15:13:10 -Ending Date/Time: 20240522 17:31:23 -Total Time: 02h:18m:35s -Compiles Completed: 55/55 -Tests Completed: 243/243 +Starting Date/Time: 20240614 05:44:55 +Ending Date/Time: 20240614 08:29:58 +Total Time: 02h:45m:20s +Compiles Completed: 57/57 +Tests Completed: 245/245 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 03711e7e21..f12a09bcd9 100644 --- a/tests/logs/RegressionTests_hercules.log +++ b/tests/logs/RegressionTests_hercules.log @@ -1,32 +1,32 @@ ====START OF HERCULES REGRESSION TESTING LOG==== UFSWM hash used in testing: -f911c00436f15ee4ba9f6fd0ef951b8d543d287f +0e00545f1ffdc0307d318d2e4f41cc243b2432de Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) be5d28fd1b60522e6fc98aefeead20e6aac3530b AQM/src/model/CMAQ (CMAQv5.2.1_07Feb2018-198-gbe5d28fd1) - 3d7067a523b8557058755289e4275f5f5c985daf CDEPS-interface/CDEPS (cdeps0.4.17-40-g3d7067a) - 9c0cd8d3ba5963d01711094a3c81b6358fcb8367 CICE-interface/CICE (CICE6.0.0-448-g9c0cd8d) + fbdf6843d6bde852d97f1547591d90136103f669 CDEPS-interface/CDEPS (cdeps0.4.17-41-gfbdf684) + d406c7e205bd62913eea0bc87bed1aeb63eb2f83 CICE-interface/CICE (CICE6.0.0-449-gd406c7e) f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) 2d837b16af326b09ff4018daab4de84f4deff7ec CMEPS-interface/CMEPS (cmeps_v0.4.1-2307-g2d837b1) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - 2b53b6cae4c691f1cfc8df213d7c0120ce65a81d FV3 (remotes/origin/feature/ccpp_prebuild_optarg) - 630022fdc13720b6f9376fdfb2e4298c10d6d6f2 FV3/atmos_cubed_sphere (remotes/origin/feature/ccpp_data_thrd_cnt) - c2983997d3c22832c588d150247a249f6b02425e FV3/ccpp/framework (v0.1.0-1508-gc298399) - 7e59eba2835711f7046e0b7528dc846bd875f754 FV3/ccpp/physics (master-tag-before-replacing-with-ipd-setup-step-fast-5253-g7e59eba2) + 07c26d1efae47445e4c36ff98942494788e7dc49 FV3 (heads/develop) + ab195d5026ca4c221b6cbb3888c8ae92d711f89a FV3/atmos_cubed_sphere (201912_public_release-397-gab195d5) + ccfefcd0b426e011f94137031d5f7c2a4dda2659 FV3/ccpp/framework (ccpp_transition_to_vlab_master_20190705-750-gccfefcd) + 16a1d881774d795f46db16017aeed7fc351d661a FV3/ccpp/physics (EP4-808-g16a1d881) 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) be0410ece28f2b5b9c089f8ca09ce0c80c79fe6c FV3/upp (upp_v10.2.0-191-gbe0410e) -1ba8270870947b583cd51bc72ff8960f4c1fb36e FV3/upp/sorc/libIFI.fd -7476b8f2790a47d788f79cebfdbb551567ae7cf8 FV3/upp/sorc/ncep_post.fd/post_gtg.fd 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) - 35789c757766e07f688b4c0c7c5229816f224b09 HYCOM-interface/HYCOM (2.3.00-121-g35789c7) - 86585c08d42200d6451420578ced669fa8a06df1 MOM6-interface/MOM6 (remotes/origin/feature/endofrun_restart) + bcf7777bb037ae2feb2a8a8ac51aacb3511b52d9 HYCOM-interface/HYCOM (2.3.00-122-gbcf7777) + b32aea7bf3f9e2a774afa23d3386c88156cd1182 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10051-gb32aea7bf) 9423197f894112edfcb1502245f7d7b873d551f9 MOM6-interface/MOM6/pkg/CVMix-src (9423197) 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) ec38ea3d902644cd4519d5fe060316859ccdc108 NOAHMP-interface/noahmp (v3.7.1-434-gec38ea3) d9b3172f4197c65d471662c6952a668152d71230 WW3 (6.07.1-345-gd9b3172f) - ecdff7cc6e6c3db1cd351bf0e607da78ae9efcf7 stochastic_physics (remotes/origin/feature/optional_arguments) + fad2fe9f42f6b7f744b128b4a2a9433f91e4296f stochastic_physics (ufs-v2.0.0-219-gfad2fe9) NOTES: @@ -35,368 +35,445 @@ 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-20240516 -COMPARISON DIRECTORY: /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_2353347 +BASELINE DIRECTORY: /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240614 +COMPARISON DIRECTORY: /work2/noaa/epic/stmp/role-epic/stmp/role-epic/FV3_RT/rt_1600979 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: epic * (-l) - USE CONFIG FILE: rt.conf * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [13:17, 12:38] ( 1 warnings 10 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [09:30, 07:47](1894 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [21:18, 20:45] ( 1 warnings 10 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [15:24, 13:26](1758 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [15:50, 14:01](2174 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [08:25, 06:44](1185 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [17:24, 15:12](1690 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [21:18, 20:35] ( 1 warnings 10 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [13:39, 13:02](1760 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [05:16, 04:11] ( 1525 warnings 2000 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [22:49, 20:56](1735 MB) - -PASS -- COMPILE 's2swa_intel' [14:17, 13:26] ( 10 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [09:20, 07:45](2084 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [09:35, 07:38](2077 MB) -PASS -- TEST 'cpld_restart_p8_intel' [06:22, 04:12](1969 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [09:14, 07:44](1991 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [06:29, 04:25](1732 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [10:14, 08:56](2495 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [09:13, 07:38](2072 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [08:26, 06:25](1878 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [09:33, 07:42](2091 MB) -PASS -- TEST 'cpld_control_c192_p8_intel' [18:20, 15:19](2809 MB) -PASS -- TEST 'cpld_restart_c192_p8_intel' [08:53, 05:44](2929 MB) -PASS -- TEST 'cpld_bmark_p8_intel' [15:50, 09:06](3639 MB) -PASS -- TEST 'cpld_restart_bmark_p8_intel' [14:28, 05:21](3622 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [06:21, 05:06](2024 MB) - -PASS -- COMPILE 's2sw_intel' [12:16, 11:45] ( 10 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [09:16, 07:18](1776 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [06:23, 04:16](1822 MB) - -PASS -- COMPILE 's2swa_debug_intel' [08:17, 07:30] ( 1450 warnings 1230 remarks ) -PASS -- TEST 'cpld_debug_p8_intel' [08:33, 06:59](2067 MB) - -PASS -- COMPILE 's2sw_debug_intel' [07:17, 06:40] ( 1450 warnings 1230 remarks ) -PASS -- TEST 'cpld_debug_noaero_p8_intel' [06:19, 04:55](1786 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [11:16, 10:45] ( 3 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [05:31, 04:06](1822 MB) - -PASS -- COMPILE 's2s_intel' [11:17, 10:52] ( 3 remarks ) -PASS -- TEST 'cpld_control_c48_intel' [09:02, 07:17](2819 MB) -PASS -- TEST 'cpld_warmstart_c48_intel' [02:59, 02:05](2828 MB) -PASS -- TEST 'cpld_restart_c48_intel' [02:05, 01:07](2307 MB) - -PASS -- COMPILE 's2swa_faster_intel' [14:13, 14:05] ( 10 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [09:31, 07:24](2060 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [17:12, 16:35] ( 10 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [15:11, 13:54](1807 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [08:24, 06:40](1291 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [17:22, 15:19](1739 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [05:11, 04:24] ( 1560 warnings 2000 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [23:10, 21:46](1772 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [09:18, 09:10] ( 1 warnings 1 remarks ) -PASS -- TEST 'control_flake_intel' [03:38, 02:52](710 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [03:55, 02:30](1609 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [03:59, 02:34](1611 MB) -PASS -- TEST 'control_latlon_intel' [03:50, 02:30](1610 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [03:57, 02:32](1604 MB) -PASS -- TEST 'control_c48_intel' [07:59, 07:02](1751 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [06:46, 05:43](865 MB) -PASS -- TEST 'control_c192_intel' [10:11, 09:06](1750 MB) -PASS -- TEST 'control_c384_intel' [11:55, 09:11](2039 MB) -PASS -- TEST 'control_c384gdas_intel' [10:50, 07:13](1539 MB) -PASS -- TEST 'control_stochy_intel' [02:41, 01:24](667 MB) -PASS -- TEST 'control_stochy_restart_intel' [01:28, 00:53](549 MB) -PASS -- TEST 'control_lndp_intel' [02:37, 01:26](664 MB) -PASS -- TEST 'control_iovr4_intel' [02:36, 02:06](677 MB) -PASS -- TEST 'control_iovr5_intel' [02:28, 02:07](678 MB) -PASS -- TEST 'control_p8_intel' [04:00, 02:35](1641 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [04:07, 02:36](1642 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [04:06, 02:28](1650 MB) -PASS -- TEST 'control_restart_p8_intel' [03:01, 01:28](927 MB) -PASS -- TEST 'control_noqr_p8_intel' [03:52, 02:33](1631 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [03:00, 01:25](984 MB) -PASS -- TEST 'control_decomp_p8_intel' [03:46, 02:40](1627 MB) -PASS -- TEST 'control_2threads_p8_intel' [03:47, 02:25](1725 MB) -PASS -- TEST 'control_p8_lndp_intel' [05:39, 04:25](1642 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [05:04, 03:29](1715 MB) -PASS -- TEST 'control_p8_mynn_intel' [04:01, 02:37](1655 MB) -PASS -- TEST 'merra2_thompson_intel' [04:06, 02:50](1652 MB) -PASS -- TEST 'regional_control_intel' [05:36, 04:39](961 MB) -PASS -- TEST 'regional_restart_intel' [03:40, 02:33](1106 MB) -PASS -- TEST 'regional_decomp_intel' [05:34, 04:59](951 MB) -PASS -- TEST 'regional_2threads_intel' [03:34, 02:56](924 MB) -PASS -- TEST 'regional_noquilt_intel' [05:41, 04:28](1495 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [05:41, 04:29](955 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [05:32, 04:32](962 MB) -PASS -- TEST 'regional_wofs_intel' [06:32, 05:38](2100 MB) - -PASS -- COMPILE 'rrfs_intel' [09:20, 08:21] ( 3 warnings 9 remarks ) -PASS -- TEST 'rap_control_intel' [07:42, 06:41](1205 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [04:50, 03:31](1401 MB) -PASS -- TEST 'rap_decomp_intel' [07:41, 06:49](1128 MB) -PASS -- TEST 'rap_2threads_intel' [07:03, 06:06](1372 MB) -PASS -- TEST 'rap_restart_intel' [05:08, 03:30](1144 MB) -PASS -- TEST 'rap_sfcdiff_intel' [07:54, 06:39](1203 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [07:46, 06:51](1146 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [06:03, 04:56](1222 MB) -PASS -- TEST 'hrrr_control_intel' [04:48, 03:25](1061 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [04:41, 03:31](1047 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [03:49, 03:03](1127 MB) -PASS -- TEST 'hrrr_control_restart_intel' [02:24, 01:53](1026 MB) -PASS -- TEST 'rrfs_v1beta_intel' [08:02, 06:18](1196 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [08:28, 07:37](2012 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [08:30, 07:28](2180 MB) - -PASS -- COMPILE 'csawmg_intel' [08:10, 07:31] -PASS -- TEST 'control_csawmg_intel' [06:58, 05:21](806 MB) -PASS -- TEST 'control_ras_intel' [03:46, 02:57](810 MB) - -PASS -- COMPILE 'csawmg_gnu' [05:16, 04:25] -PASS -- TEST 'control_csawmg_gnu' [07:55, 06:27](811 MB) - -PASS -- COMPILE 'wam_intel' [07:12, 07:00] -PASS -- TEST 'control_wam_intel' [02:35, 01:51](782 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [15:12, 14:18] ( 1 remarks ) -PASS -- TEST 'control_p8_faster_intel' [04:09, 02:17](1639 MB) -PASS -- TEST 'regional_control_faster_intel' [04:40, 04:07](963 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [06:11, 05:13] ( 884 warnings 9 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [03:47, 02:12](1643 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [02:40, 02:07](1619 MB) -PASS -- TEST 'control_stochy_debug_intel' [03:24, 02:30](839 MB) -PASS -- TEST 'control_lndp_debug_intel' [03:23, 02:16](827 MB) -PASS -- TEST 'control_csawmg_debug_intel' [04:34, 03:26](883 MB) -PASS -- TEST 'control_ras_debug_intel' [03:21, 02:25](843 MB) -PASS -- TEST 'control_diag_debug_intel' [03:41, 02:16](1692 MB) -PASS -- TEST 'control_debug_p8_intel' [03:40, 02:24](1654 MB) -PASS -- TEST 'regional_debug_intel' [15:41, 14:19](881 MB) -PASS -- TEST 'rap_control_debug_intel' [04:23, 04:01](1225 MB) -PASS -- TEST 'hrrr_control_debug_intel' [04:23, 03:56](1213 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [04:25, 04:00](1216 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [04:22, 04:00](1217 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [04:27, 04:00](1224 MB) -PASS -- TEST 'rap_diag_debug_intel' [04:31, 04:10](1309 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [04:23, 04:02](1224 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [04:20, 04:07](1216 MB) -PASS -- TEST 'rap_lndp_debug_intel' [04:23, 04:04](1212 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [04:23, 04:04](1223 MB) -PASS -- TEST 'rap_noah_debug_intel' [04:24, 03:58](1212 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [04:21, 04:02](1221 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [07:20, 06:32](1228 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [04:20, 03:55](1219 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [06:22, 05:16](1212 MB) -PASS -- TEST 'rap_flake_debug_intel' [04:23, 04:04](1231 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [08:00, 06:48](1223 MB) - -PASS -- COMPILE 'atm_debug_dyn32_gnu' [05:10, 05:07] -PASS -- TEST 'control_csawmg_debug_gnu' [02:39, 01:45](793 MB) - -PASS -- COMPILE 'wam_debug_intel' [04:11, 03:40] ( 855 warnings ) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [08:13, 07:37] ( 3 warnings 8 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [04:54, 03:17](1279 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [06:42, 05:30](1134 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [03:54, 02:56](1026 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [05:53, 04:59](1288 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [03:51, 02:43](1039 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [03:46, 03:06](974 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [05:02, 04:10](1099 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [02:30, 01:38](966 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [13:11, 12:29] ( 3 warnings 8 remarks ) -PASS -- TEST 'conus13km_control_intel' [02:48, 01:47](1313 MB) -PASS -- TEST 'conus13km_2threads_intel' [01:39, 00:46](1206 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [01:36, 01:05](1158 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [08:11, 07:42] ( 3 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [04:40, 03:44](1101 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [04:10, 03:23] ( 787 warnings 8 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [04:22, 03:57](1094 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [04:20, 03:53](1091 MB) -PASS -- TEST 'conus13km_debug_intel' [12:50, 11:59](1341 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [12:43, 12:02](1001 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [07:38, 06:38](1248 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [12:46, 11:35](1424 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [04:11, 03:13] ( 787 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [04:25, 04:00](1159 MB) - -PASS -- COMPILE 'hafsw_intel' [11:11, 10:20] ( 1 warnings 9 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [07:10, 05:26](878 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [05:25, 04:58](1281 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [08:29, 06:17](958 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [15:10, 14:02](979 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [16:22, 15:10](997 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [06:57, 05:23](604 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [08:32, 06:52](616 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [03:52, 02:41](435 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [10:38, 07:45](576 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [04:48, 03:47](619 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [04:43, 03:47](616 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [05:55, 04:52](679 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [02:28, 01:34](454 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [04:11, 03:54] ( 1467 warnings 1502 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [12:48, 11:16](637 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [16:16, 16:08] ( 8 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [18:17, 16:42](743 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [18:29, 16:52](848 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [11:12, 10:16] ( 7 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [11:58, 10:14](838 MB) - -PASS -- COMPILE 'hafs_all_intel' [10:10, 10:09] ( 8 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [07:11, 05:20](958 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [07:07, 05:25](927 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [17:52, 16:24](1365 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [07:16, 06:46] ( 2 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [02:20, 02:09](1146 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [02:19, 01:24](1104 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [02:19, 02:06](1017 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [02:20, 02:09](1011 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [02:18, 02:06](1007 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [03:19, 02:11](1148 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [03:17, 02:13](1135 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [02:19, 02:04](1016 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [06:03, 05:04](1150 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [06:01, 04:55](1147 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [02:15, 02:09](1159 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [03:18, 03:03](2384 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [03:21, 03:03](2378 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [04:10, 04:00] ( 2 warnings 2 remarks ) -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [06:20, 05:17](1080 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [07:10, 06:45] ( 2 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [03:19, 02:14](1152 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [01:10, 00:55] ( 1 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [01:38, 00:50](338 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [01:29, 00:47](560 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [01:26, 00:32](570 MB) - -PASS -- COMPILE 'atml_intel' [09:11, 09:09] ( 8 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [06:28, 05:05](1654 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [06:27, 05:09](1646 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [03:53, 02:41](947 MB) - -PASS -- COMPILE 'atml_debug_intel' [05:11, 04:15] ( 882 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [06:23, 04:36](1657 MB) - -PASS -- COMPILE 'atmw_intel' [10:12, 10:09] ( 8 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [03:13, 01:35](1684 MB) - -PASS -- COMPILE 'atmaero_intel' [08:10, 08:00] ( 1 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [05:02, 03:32](1786 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [06:07, 04:20](1814 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [05:56, 04:20](1813 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [04:10, 03:23] ( 884 warnings 6 remarks ) -PASS -- TEST 'regional_atmaq_debug_intel' [18:52, 16:37](4601 MB) - -PASS -- COMPILE 'atm_gnu' [06:11, 05:31] -PASS -- TEST 'control_c48_gnu' [11:11, 09:31](1572 MB) -PASS -- TEST 'control_stochy_gnu' [03:28, 02:18](729 MB) -PASS -- TEST 'control_ras_gnu' [04:23, 03:36](731 MB) -PASS -- TEST 'control_p8_gnu' [05:04, 03:38](1519 MB) -PASS -- TEST 'control_p8_ugwpv1_gnu' [05:00, 03:27](1516 MB) -PASS -- TEST 'control_flake_gnu' [05:22, 04:21](812 MB) - -PASS -- COMPILE 'rrfs_gnu' [07:10, 06:21] -PASS -- TEST 'rap_control_gnu' [09:27, 07:40](1086 MB) -PASS -- TEST 'rap_decomp_gnu' [08:56, 07:46](1081 MB) -PASS -- TEST 'rap_2threads_gnu' [08:07, 07:05](1157 MB) -PASS -- TEST 'rap_restart_gnu' [04:57, 03:52](886 MB) -PASS -- TEST 'rap_sfcdiff_gnu' [10:05, 07:39](1083 MB) -PASS -- TEST 'rap_sfcdiff_decomp_gnu' [09:25, 07:52](1093 MB) -PASS -- TEST 'rap_sfcdiff_restart_gnu' [07:26, 05:40](882 MB) -PASS -- TEST 'hrrr_control_gnu' [05:05, 04:07](1067 MB) -PASS -- TEST 'hrrr_control_noqr_gnu' [04:50, 03:56](1134 MB) -PASS -- TEST 'hrrr_control_2threads_gnu' [04:49, 03:38](1048 MB) -PASS -- TEST 'hrrr_control_decomp_gnu' [04:49, 03:56](1069 MB) -PASS -- TEST 'hrrr_control_restart_gnu' [02:32, 02:04](876 MB) -PASS -- TEST 'hrrr_control_restart_noqr_gnu' [02:35, 02:02](932 MB) -PASS -- TEST 'rrfs_v1beta_gnu' [09:28, 07:38](1079 MB) - -PASS -- COMPILE 'atm_dyn32_debug_gnu' [13:13, 12:49] -PASS -- TEST 'control_diag_debug_gnu' [02:43, 01:16](1627 MB) -PASS -- TEST 'regional_debug_gnu' [08:04, 06:25](934 MB) -PASS -- TEST 'rap_control_debug_gnu' [02:23, 02:02](1098 MB) -PASS -- TEST 'hrrr_control_debug_gnu' [02:23, 02:00](1093 MB) -PASS -- TEST 'hrrr_gf_debug_gnu' [02:25, 02:06](1094 MB) -PASS -- TEST 'hrrr_c3_debug_gnu' [02:24, 02:04](1099 MB) -PASS -- TEST 'rap_diag_debug_gnu' [03:28, 02:10](1272 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_gnu' [03:24, 03:07](1097 MB) -PASS -- TEST 'rap_progcld_thompson_debug_gnu' [02:22, 02:04](1101 MB) -PASS -- TEST 'rrfs_v1beta_debug_gnu' [02:23, 02:04](1094 MB) -PASS -- TEST 'control_ras_debug_gnu' [02:29, 01:11](727 MB) -PASS -- TEST 'control_stochy_debug_gnu' [02:22, 01:23](726 MB) -PASS -- TEST 'control_debug_p8_gnu' [02:41, 01:23](1506 MB) -PASS -- TEST 'rap_flake_debug_gnu' [03:44, 02:12](1100 MB) -PASS -- TEST 'rap_clm_lake_debug_gnu' [04:14, 02:12](1103 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_gnu' [05:42, 03:21](1105 MB) - -PASS -- COMPILE 'wam_debug_gnu' [05:11, 04:59] -PASS -- TEST 'control_wam_debug_gnu' [02:45, 02:01](498 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_gnu' [07:10, 06:30] -PASS -- TEST 'rap_control_dyn32_phy32_gnu' [08:40, 07:14](965 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_gnu' [05:37, 03:44](954 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_gnu' [07:59, 06:39](997 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_gnu' [05:16, 03:32](877 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_gnu' [04:58, 04:01](950 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_gnu' [07:09, 05:28](861 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_gnu' [02:27, 02:00](856 MB) -PASS -- TEST 'conus13km_control_gnu' [04:26, 02:30](1267 MB) -PASS -- TEST 'conus13km_2threads_gnu' [01:32, 01:03](1172 MB) -PASS -- TEST 'conus13km_restart_mismatch_gnu' [02:34, 01:27](930 MB) - -PASS -- COMPILE 'atm_dyn64_phy32_gnu' [14:13, 13:51] -PASS -- TEST 'rap_control_dyn64_phy32_gnu' [05:44, 04:24](989 MB) - -PASS -- COMPILE 'atm_dyn32_phy32_debug_gnu' [12:11, 11:17] -PASS -- TEST 'rap_control_debug_dyn32_phy32_gnu' [02:49, 01:59](979 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_gnu' [02:37, 01:51](971 MB) -PASS -- TEST 'conus13km_debug_gnu' [06:42, 05:27](1280 MB) -PASS -- TEST 'conus13km_debug_qr_gnu' [06:42, 05:31](974 MB) -PASS -- TEST 'conus13km_debug_2threads_gnu' [05:55, 05:21](1196 MB) -PASS -- TEST 'conus13km_radar_tten_debug_gnu' [06:50, 05:27](1360 MB) - -PASS -- COMPILE 'atm_dyn64_phy32_debug_gnu' [12:13, 12:10] -PASS -- TEST 'rap_control_dyn64_phy32_debug_gnu' [02:46, 01:56](1003 MB) - -PASS -- COMPILE 's2swa_gnu' [17:12, 17:08] - -PASS -- COMPILE 's2s_gnu' [17:12, 17:01] - -PASS -- COMPILE 's2swa_debug_gnu' [12:11, 11:37] - -PASS -- COMPILE 's2sw_pdlib_gnu' [18:11, 17:50] - -PASS -- COMPILE 's2sw_pdlib_debug_gnu' [11:16, 10:33] - -PASS -- COMPILE 'datm_cdeps_gnu' [15:16, 14:24] +PASS -- COMPILE 's2swa_32bit_intel' [13:11, 12:17] ( 1 warnings 10 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [09:05, 07:37](2119 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [20:11, 19:14] ( 1 warnings 10 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [14:58, 13:46](1996 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [16:25, 14:32](2305 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [08:10, 06:52](1311 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [16:55, 15:33](1921 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [18:11, 17:20] ( 1 warnings 10 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [13:24, 13:07](1994 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [08:11, 07:19] ( 1525 warnings 2000 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [22:03, 20:18](1966 MB) + +PASS -- COMPILE 's2swa_intel' [12:11, 11:33] ( 10 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [08:53, 07:36](2184 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [08:58, 07:42](2177 MB) +PASS -- TEST 'cpld_restart_p8_intel' [06:06, 04:23](1965 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [08:53, 07:36](2197 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [06:06, 04:17](1738 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [09:49, 08:50](2541 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [08:53, 07:37](2182 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [07:52, 06:27](2098 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [08:58, 07:32](2180 MB) +PASS -- TEST 'cpld_control_c192_p8_intel' [17:42, 15:30](2983 MB) +PASS -- TEST 'cpld_restart_c192_p8_intel' [07:53, 05:47](2924 MB) +PASS -- TEST 'cpld_bmark_p8_intel' [14:04, 08:32](3784 MB) +PASS -- TEST 'cpld_restart_bmark_p8_intel' [12:43, 05:23](3632 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [05:51, 04:59](2154 MB) + +PASS -- COMPILE 's2sw_intel' [12:11, 11:34] ( 10 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [07:44, 07:04](2040 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [04:50, 04:06](2081 MB) + +PASS -- COMPILE 's2swa_debug_intel' [08:11, 07:22] ( 1450 warnings 1230 remarks ) +PASS -- TEST 'cpld_debug_p8_intel' [08:45, 07:55](2209 MB) + +PASS -- COMPILE 's2sw_debug_intel' [07:11, 07:03] ( 1450 warnings 1230 remarks ) +PASS -- TEST 'cpld_debug_noaero_p8_intel' [05:49, 04:45](2034 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [11:11, 10:33] ( 3 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [04:44, 04:03](2076 MB) + +PASS -- COMPILE 's2s_intel' [11:11, 10:26] ( 3 remarks ) +PASS -- TEST 'cpld_control_c48_intel' [08:34, 07:20](3092 MB) +PASS -- TEST 'cpld_warmstart_c48_intel' [02:35, 02:07](3071 MB) +PASS -- TEST 'cpld_restart_c48_intel' [02:31, 01:13](2498 MB) + +PASS -- COMPILE 's2swa_faster_intel' [17:11, 16:43] ( 10 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [08:56, 07:31](2179 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [16:11, 15:16] ( 10 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [14:40, 13:56](2044 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [07:53, 06:52](1385 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [16:41, 15:28](1965 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [05:10, 04:52] ( 1560 warnings 2000 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [22:45, 21:46](2013 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [09:11, 08:57] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_flake_intel' [03:18, 02:47](708 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [03:31, 02:24](1609 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [03:35, 02:32](1621 MB) +PASS -- TEST 'control_latlon_intel' [03:28, 02:26](1614 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [03:36, 02:24](1617 MB) +PASS -- TEST 'control_c48_intel' [07:32, 06:57](1742 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [06:23, 05:40](857 MB) +PASS -- TEST 'control_c192_intel' [09:49, 08:56](1773 MB) +PASS -- TEST 'control_c384_intel' [11:21, 09:08](2031 MB) +PASS -- TEST 'control_c384gdas_intel' [08:50, 06:50](1535 MB) +PASS -- TEST 'control_stochy_intel' [02:17, 01:25](677 MB) +PASS -- TEST 'control_stochy_restart_intel' [01:27, 00:50](543 MB) +PASS -- TEST 'control_lndp_intel' [02:18, 01:20](665 MB) +PASS -- TEST 'control_iovr4_intel' [02:19, 02:04](658 MB) +PASS -- TEST 'control_iovr5_intel' [02:19, 02:03](665 MB) +PASS -- TEST 'control_p8_intel' [03:47, 02:38](1906 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [03:46, 02:39](1909 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [03:48, 02:34](1901 MB) +PASS -- TEST 'control_restart_p8_intel' [02:36, 01:31](1158 MB) +PASS -- TEST 'control_noqr_p8_intel' [03:38, 02:34](1902 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [02:42, 01:28](1210 MB) +PASS -- TEST 'control_decomp_p8_intel' [03:34, 02:43](1894 MB) +PASS -- TEST 'control_2threads_p8_intel' [03:34, 02:28](1998 MB) +PASS -- TEST 'control_p8_lndp_intel' [05:31, 04:32](1912 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [04:46, 03:31](1986 MB) +PASS -- TEST 'control_p8_mynn_intel' [03:44, 02:37](1919 MB) +PASS -- TEST 'merra2_thompson_intel' [03:56, 02:52](1918 MB) +PASS -- TEST 'regional_control_intel' [05:26, 04:37](1199 MB) +PASS -- TEST 'regional_restart_intel' [03:27, 02:35](1178 MB) +PASS -- TEST 'regional_decomp_intel' [05:23, 04:55](1201 MB) +PASS -- TEST 'regional_2threads_intel' [03:25, 03:00](1164 MB) +PASS -- TEST 'regional_noquilt_intel' [05:25, 04:28](1520 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [05:28, 04:35](1201 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [05:24, 04:36](1206 MB) +PASS -- TEST 'regional_wofs_intel' [06:23, 05:35](2077 MB) + +PASS -- COMPILE 'rrfs_intel' [09:11, 08:12] ( 3 warnings 9 remarks ) +PASS -- TEST 'rap_control_intel' [07:45, 06:29](1191 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [04:46, 03:26](1408 MB) +PASS -- TEST 'rap_decomp_intel' [07:33, 06:47](1128 MB) +PASS -- TEST 'rap_2threads_intel' [07:33, 06:11](1383 MB) +PASS -- TEST 'rap_restart_intel' [04:52, 03:20](1132 MB) +PASS -- TEST 'rap_sfcdiff_intel' [07:37, 06:25](1204 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [07:37, 06:54](1143 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [05:54, 04:50](1182 MB) +PASS -- TEST 'hrrr_control_intel' [04:33, 03:20](1072 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [04:37, 03:23](1050 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [03:47, 03:02](1126 MB) +PASS -- TEST 'hrrr_control_restart_intel' [02:23, 01:50](1037 MB) +PASS -- TEST 'rrfs_v1beta_intel' [07:52, 06:18](1186 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [08:19, 07:39](2015 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [08:18, 07:26](2178 MB) + +PASS -- COMPILE 'csawmg_intel' [08:11, 07:32] +PASS -- TEST 'control_csawmg_intel' [06:30, 05:25](1043 MB) +PASS -- TEST 'control_ras_intel' [03:16, 02:52](814 MB) + +PASS -- COMPILE 'csawmg_gnu' [04:11, 03:56] +PASS -- TEST 'control_csawmg_gnu' [07:26, 06:35](1072 MB) + +PASS -- COMPILE 'wam_intel' [07:11, 06:57] ( 1 remarks ) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'control_wam_intel' [, ]( MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [13:11, 12:40] ( 1 remarks ) +PASS -- TEST 'control_p8_faster_intel' [03:51, 02:22](1906 MB) +PASS -- TEST 'regional_control_faster_intel' [05:26, 04:15](1207 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [06:11, 05:08] ( 884 warnings 9 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [03:29, 02:12](1638 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [02:30, 02:05](1621 MB) +PASS -- TEST 'control_stochy_debug_intel' [03:17, 02:25](825 MB) +PASS -- TEST 'control_lndp_debug_intel' [03:16, 02:13](828 MB) +PASS -- TEST 'control_csawmg_debug_intel' [04:27, 03:28](1143 MB) +PASS -- TEST 'control_ras_debug_intel' [03:18, 02:14](835 MB) +PASS -- TEST 'control_diag_debug_intel' [02:28, 02:09](1688 MB) +PASS -- TEST 'control_debug_p8_intel' [03:28, 02:24](1926 MB) +PASS -- TEST 'regional_debug_intel' [15:26, 14:12](1126 MB) +PASS -- TEST 'rap_control_debug_intel' [04:16, 03:57](1215 MB) +PASS -- TEST 'hrrr_control_debug_intel' [04:16, 03:49](1209 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [04:16, 03:54](1220 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [04:17, 03:56](1212 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [04:15, 03:54](1217 MB) +PASS -- TEST 'rap_diag_debug_intel' [04:23, 04:05](1313 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [04:16, 04:00](1212 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [04:16, 03:58](1218 MB) +PASS -- TEST 'rap_lndp_debug_intel' [04:17, 03:54](1223 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [04:16, 03:52](1227 MB) +PASS -- TEST 'rap_noah_debug_intel' [04:21, 03:52](1212 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [04:17, 03:59](1217 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [07:20, 06:24](1214 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [04:18, 03:52](1217 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [05:18, 04:48](1228 MB) +PASS -- TEST 'rap_flake_debug_intel' [04:18, 03:58](1211 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [07:48, 06:44](1230 MB) + +PASS -- COMPILE 'atm_debug_dyn32_gnu' [04:11, 04:06] +PASS -- TEST 'control_csawmg_debug_gnu' [02:29, 01:45](1059 MB) + +PASS -- COMPILE 'wam_debug_intel' [04:11, 03:31] ( 839 warnings 1 remarks ) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [08:11, 08:06] ( 3 warnings 8 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [04:45, 03:14](1306 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [06:32, 05:21](1145 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [03:44, 02:53](1034 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [05:44, 05:01](1295 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [03:37, 02:37](1042 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [03:35, 03:00](977 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [05:42, 04:03](1101 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [02:19, 01:34](952 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [11:11, 10:39] ( 3 warnings 8 remarks ) +PASS -- TEST 'conus13km_control_intel' [02:35, 01:41](1307 MB) +PASS -- TEST 'conus13km_2threads_intel' [01:27, 00:43](1205 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [01:27, 01:02](1163 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [09:10, 08:24] ( 3 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [04:28, 03:39](1081 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [04:11, 03:40] ( 787 warnings 8 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [04:16, 03:51](1088 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [04:18, 03:47](1099 MB) +PASS -- TEST 'conus13km_debug_intel' [12:35, 11:41](1354 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [12:35, 12:07](995 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [07:28, 06:40](1245 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [12:28, 11:38](1406 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [04:10, 03:23] ( 787 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [04:17, 03:55](1149 MB) + +PASS -- COMPILE 'hafsw_intel' [12:10, 11:36] ( 1 warnings 9 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [07:00, 05:18](870 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [05:19, 04:58](1271 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [08:08, 06:15](933 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [14:58, 13:44](997 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [16:03, 14:56](1015 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [06:46, 05:20](615 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [08:10, 06:44](619 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [03:35, 02:28](441 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [09:48, 07:18](542 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [04:37, 03:44](624 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [04:35, 03:32](620 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [05:41, 04:42](690 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [02:23, 01:09](452 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [04:11, 04:05] ( 1467 warnings 1502 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [12:40, 11:15](640 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [17:11, 16:16] ( 8 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [16:43, 16:08](776 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [16:47, 15:46](842 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [13:11, 12:35] ( 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [11:49, 10:03](795 MB) + +PASS -- COMPILE 'hafs_all_intel' [12:11, 11:48] ( 8 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [07:01, 05:17](963 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [07:01, 05:22](929 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [17:46, 16:17](1340 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [07:11, 06:49] ( 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [02:15, 02:08](1151 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [02:16, 01:18](1110 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [02:14, 02:02](1019 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [02:15, 02:04](1014 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [02:15, 02:05](1012 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [02:14, 02:09](1160 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [02:14, 02:08](1153 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [02:14, 02:01](1015 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [05:54, 04:52](1165 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [05:50, 04:50](1137 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [02:13, 02:06](1153 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [03:15, 02:59](2390 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [03:15, 02:59](2447 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [05:11, 04:12] ( 2 warnings 2 remarks ) +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [09:15, 05:02](1083 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [11:10, 10:42] ( 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [06:15, 02:06](1145 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [01:10, 00:57] ( 1 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [03:26, 00:52](341 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [03:20, 00:50](571 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [04:19, 00:29](584 MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [13:10, 13:03] ( 3 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [07:43, 04:04](2015 MB) + +PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [12:10, 12:06] ( 1 remarks ) +PASS -- TEST 'atm_ds2s_docn_dice_intel' [08:48, 04:01](1996 MB) + +PASS -- COMPILE 'atml_intel' [10:10, 09:40] ( 8 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [09:54, 06:07](1900 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [09:54, 06:26](1905 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [03:36, 02:46](1149 MB) + +PASS -- COMPILE 'atml_debug_intel' [04:10, 04:03] ( 882 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [10:49, 05:41](1909 MB) + +PASS -- COMPILE 'atmw_intel' [12:15, 11:44] ( 8 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [07:43, 02:29](1956 MB) + +PASS -- COMPILE 'atmaero_intel' [08:10, 07:56] ( 1 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [08:42, 04:31](2029 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [08:43, 04:09](1812 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [08:37, 04:16](1825 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [03:10, 03:08] ( 884 warnings 6 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [21:17, 16:48](4588 MB) + +PASS -- COMPILE 'atm_gnu' [04:10, 03:58] +PASS -- TEST 'control_c48_gnu' [13:32, 09:25](1572 MB) +PASS -- TEST 'control_stochy_gnu' [06:18, 02:15](735 MB) +PASS -- TEST 'control_ras_gnu' [07:16, 03:38](737 MB) +PASS -- TEST 'control_p8_gnu' [08:43, 04:26](1710 MB) +PASS -- TEST 'control_p8_ugwpv1_gnu' [08:35, 04:38](1734 MB) +PASS -- TEST 'control_flake_gnu' [09:16, 04:18](817 MB) + +PASS -- COMPILE 'rrfs_gnu' [04:11, 03:43] +PASS -- TEST 'rap_control_gnu' [12:29, 07:40](1085 MB) +PASS -- TEST 'rap_decomp_gnu' [11:30, 07:39](1088 MB) +PASS -- TEST 'rap_2threads_gnu' [10:44, 07:00](1122 MB) +PASS -- TEST 'rap_restart_gnu' [04:42, 03:50](886 MB) +PASS -- TEST 'rap_sfcdiff_gnu' [10:39, 07:34](1084 MB) +PASS -- TEST 'rap_sfcdiff_decomp_gnu' [10:32, 07:36](1087 MB) +PASS -- TEST 'rap_sfcdiff_restart_gnu' [06:48, 05:41](884 MB) +PASS -- TEST 'hrrr_control_gnu' [05:43, 03:53](1075 MB) +PASS -- TEST 'hrrr_control_noqr_gnu' [05:30, 03:56](1135 MB) +PASS -- TEST 'hrrr_control_2threads_gnu' [05:29, 03:29](1043 MB) +PASS -- TEST 'hrrr_control_decomp_gnu' [05:30, 03:53](1074 MB) +PASS -- TEST 'hrrr_control_restart_gnu' [02:17, 02:04](878 MB) +PASS -- TEST 'hrrr_control_restart_noqr_gnu' [02:17, 02:01](936 MB) +PASS -- TEST 'rrfs_v1beta_gnu' [08:49, 07:27](1088 MB) + +PASS -- COMPILE 'atm_dyn32_debug_gnu' [11:10, 11:05] +PASS -- TEST 'control_diag_debug_gnu' [02:29, 01:07](1636 MB) +PASS -- TEST 'regional_debug_gnu' [07:25, 06:24](1114 MB) +PASS -- TEST 'rap_control_debug_gnu' [02:16, 01:55](1105 MB) +PASS -- TEST 'hrrr_control_debug_gnu' [02:15, 01:55](1097 MB) +PASS -- TEST 'hrrr_gf_debug_gnu' [02:16, 01:58](1103 MB) +PASS -- TEST 'hrrr_c3_debug_gnu' [02:16, 01:55](1102 MB) +PASS -- TEST 'rap_diag_debug_gnu' [02:25, 02:03](1279 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_gnu' [03:16, 03:00](1112 MB) +PASS -- TEST 'rap_progcld_thompson_debug_gnu' [02:16, 01:54](1108 MB) +PASS -- TEST 'rrfs_v1beta_debug_gnu' [02:17, 01:55](1098 MB) +PASS -- TEST 'control_ras_debug_gnu' [01:16, 01:07](732 MB) +PASS -- TEST 'control_stochy_debug_gnu' [02:16, 01:13](737 MB) +PASS -- TEST 'control_debug_p8_gnu' [02:26, 01:19](1728 MB) +PASS -- TEST 'rap_flake_debug_gnu' [02:17, 01:55](1107 MB) +PASS -- TEST 'rap_clm_lake_debug_gnu' [03:17, 02:08](1110 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_gnu' [04:45, 03:13](1111 MB) + +PASS -- COMPILE 'wam_debug_gnu' [05:10, 04:53] +PASS -- TEST 'control_wam_debug_gnu' [05:30, 04:52](1571 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_gnu' [07:10, 06:42] +PASS -- TEST 'rap_control_dyn32_phy32_gnu' [08:30, 07:12](961 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_gnu' [04:51, 03:41](950 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_gnu' [07:43, 06:36](966 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_gnu' [04:35, 03:21](892 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_gnu' [04:34, 03:44](952 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_gnu' [06:39, 05:21](857 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_gnu' [02:27, 01:56](857 MB) +PASS -- TEST 'conus13km_control_gnu' [03:36, 02:26](1267 MB) +PASS -- TEST 'conus13km_2threads_gnu' [01:26, 01:02](1174 MB) +PASS -- TEST 'conus13km_restart_mismatch_gnu' [02:27, 01:23](952 MB) + +PASS -- COMPILE 'atm_dyn64_phy32_gnu' [10:10, 10:00] +PASS -- TEST 'rap_control_dyn64_phy32_gnu' [05:28, 04:15](989 MB) + +PASS -- COMPILE 'atm_dyn32_phy32_debug_gnu' [08:15, 07:46] +PASS -- TEST 'rap_control_debug_dyn32_phy32_gnu' [02:16, 01:57](979 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_gnu' [02:16, 01:50](975 MB) +PASS -- TEST 'conus13km_debug_gnu' [06:33, 05:20](1287 MB) +PASS -- TEST 'conus13km_debug_qr_gnu' [06:29, 05:32](969 MB) +PASS -- TEST 'conus13km_debug_2threads_gnu' [04:26, 03:11](1198 MB) +PASS -- TEST 'conus13km_radar_tten_debug_gnu' [07:26, 05:23](1357 MB) + +PASS -- COMPILE 'atm_dyn64_phy32_debug_gnu' [08:15, 07:46] +PASS -- TEST 'rap_control_dyn64_phy32_debug_gnu' [04:17, 01:54](1007 MB) + +PASS -- COMPILE 's2swa_gnu' [19:10, 18:49] +PASS -- TEST 'cpld_control_p8_gnu' [08:01, 06:27](4906 MB) + +PASS -- COMPILE 's2s_gnu' [19:11, 18:36] +PASS -- TEST 'cpld_control_nowave_noaero_p8_gnu' [05:46, 04:40](2721 MB) + +PASS -- COMPILE 's2swa_debug_gnu' [03:10, 03:08] +PASS -- TEST 'cpld_debug_p8_gnu' [05:49, 03:41](4925 MB) + +PASS -- COMPILE 's2sw_pdlib_gnu' [20:11, 19:16] +PASS -- TEST 'cpld_control_pdlib_p8_gnu' [26:42, 25:34](2887 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_gnu' [04:10, 03:19] +PASS -- TEST 'cpld_debug_pdlib_p8_gnu' [13:42, 11:54](2908 MB) + +PASS -- COMPILE 'datm_cdeps_gnu' [16:11, 15:59] +PASS -- TEST 'datm_cdeps_control_cfsr_gnu' [03:15, 02:11](764 MB) SYNOPSIS: -Starting Date/Time: 20240520 23:07:45 -Ending Date/Time: 20240521 00:24:36 -Total Time: 01h:18m:01s -Compiles Completed: 55/55 -Tests Completed: 238/238 +Starting Date/Time: 20240614 09:27:03 +Ending Date/Time: 20240614 11:00:18 +Total Time: 01h:33m:30s +Compiles Completed: 57/57 +Tests Completed: 245/246 +Failed Tests: +* TEST control_wam_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /work/noaa/epic/role-epic/jenkins/workspace/s-weather-model_pipeline_PR-2283/tests/logs/log_hercules/run_control_wam_intel.log + +NOTES: +A file 'test_changes.list' was generated with list of all failed tests. +You can use './rt.sh -c -b test_changes.list' to create baselines for the failed tests. +If you are using this log as a pull request verification, please commit 'test_changes.list'. + +Result: FAILURE + +====END OF HERCULES REGRESSION TESTING LOG==== +====START OF HERCULES REGRESSION TESTING LOG==== + +UFSWM hash used in testing: +0e00545f1ffdc0307d318d2e4f41cc243b2432de + +Submodule hashes used in testing: + 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) + be5d28fd1b60522e6fc98aefeead20e6aac3530b AQM/src/model/CMAQ (CMAQv5.2.1_07Feb2018-198-gbe5d28fd1) + fbdf6843d6bde852d97f1547591d90136103f669 CDEPS-interface/CDEPS (cdeps0.4.17-41-gfbdf684) + d406c7e205bd62913eea0bc87bed1aeb63eb2f83 CICE-interface/CICE (CICE6.0.0-449-gd406c7e) + f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) + 2d837b16af326b09ff4018daab4de84f4deff7ec CMEPS-interface/CMEPS (cmeps_v0.4.1-2307-g2d837b1) + cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) + 07c26d1efae47445e4c36ff98942494788e7dc49 FV3 (heads/develop) + ab195d5026ca4c221b6cbb3888c8ae92d711f89a FV3/atmos_cubed_sphere (201912_public_release-397-gab195d5) + ccfefcd0b426e011f94137031d5f7c2a4dda2659 FV3/ccpp/framework (ccpp_transition_to_vlab_master_20190705-750-gccfefcd) + 16a1d881774d795f46db16017aeed7fc351d661a FV3/ccpp/physics (EP4-808-g16a1d881) + 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) + be0410ece28f2b5b9c089f8ca09ce0c80c79fe6c FV3/upp (upp_v10.2.0-191-gbe0410e) +-1ba8270870947b583cd51bc72ff8960f4c1fb36e FV3/upp/sorc/libIFI.fd +-7476b8f2790a47d788f79cebfdbb551567ae7cf8 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) + b32aea7bf3f9e2a774afa23d3386c88156cd1182 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10051-gb32aea7bf) + 9423197f894112edfcb1502245f7d7b873d551f9 MOM6-interface/MOM6/pkg/CVMix-src (9423197) + 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) + ec38ea3d902644cd4519d5fe060316859ccdc108 NOAHMP-interface/noahmp (v3.7.1-434-gec38ea3) + d9b3172f4197c65d471662c6952a668152d71230 WW3 (6.07.1-345-gd9b3172f) + fad2fe9f42f6b7f744b128b4a2a9433f91e4296f stochastic_physics (ufs-v2.0.0-219-gfad2fe9) + + +NOTES: +[Times](Memory) are at the end of each compile/test in format [MM:SS](Size). +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-20240614 +COMPARISON DIRECTORY: /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1919244 + +RT.SH OPTIONS USED: +* (-a) - HPC PROJECT ACCOUNT: epic +* (-l) - USE CONFIG FILE: rt.conf + +PASS -- COMPILE 'wam_intel' [08:10, 07:15] ( 1 remarks ) +PASS -- TEST 'control_wam_intel' [13:07, 09:31](1678 MB) + +SYNOPSIS: +Starting Date/Time: 20240614 10:58:37 +Ending Date/Time: 20240614 11:19:54 +Total Time: 00h:21m:21s +Compiles Completed: 1/1 +Tests Completed: 1/1 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 6eb22c8407..cef098b77b 100644 --- a/tests/logs/RegressionTests_jet.log +++ b/tests/logs/RegressionTests_jet.log @@ -1,32 +1,32 @@ ====START OF JET REGRESSION TESTING LOG==== UFSWM hash used in testing: -3e15eaa45553e76c6aa00a66b999b6b85d2b5fb3 +ccbb5203c2a005d56c2f9c9042ee733335964f35 Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) be5d28fd1b60522e6fc98aefeead20e6aac3530b AQM/src/model/CMAQ (CMAQv5.2.1_07Feb2018-198-gbe5d28fd1) - 3d7067a523b8557058755289e4275f5f5c985daf CDEPS-interface/CDEPS (cdeps0.4.17-40-g3d7067a) - 9c0cd8d3ba5963d01711094a3c81b6358fcb8367 CICE-interface/CICE (CICE6.0.0-448-g9c0cd8d) + fbdf6843d6bde852d97f1547591d90136103f669 CDEPS-interface/CDEPS (cdeps0.4.17-41-gfbdf684) + d406c7e205bd62913eea0bc87bed1aeb63eb2f83 CICE-interface/CICE (CICE6.0.0-449-gd406c7e) f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) 2d837b16af326b09ff4018daab4de84f4deff7ec CMEPS-interface/CMEPS (cmeps_v0.4.1-2307-g2d837b1) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - 2b53b6cae4c691f1cfc8df213d7c0120ce65a81d FV3 (remotes/origin/feature/ccpp_prebuild_optarg) - 630022fdc13720b6f9376fdfb2e4298c10d6d6f2 FV3/atmos_cubed_sphere (remotes/origin/feature/ccpp_data_thrd_cnt) - c2983997d3c22832c588d150247a249f6b02425e FV3/ccpp/framework (v0.1.0-1508-gc298399) - 7e59eba2835711f7046e0b7528dc846bd875f754 FV3/ccpp/physics (master-tag-before-replacing-with-ipd-setup-step-fast-5253-g7e59eba2) + 07c26d1efae47445e4c36ff98942494788e7dc49 FV3 (heads/develop) + ab195d5026ca4c221b6cbb3888c8ae92d711f89a FV3/atmos_cubed_sphere (201912_public_release-397-gab195d5) + ccfefcd0b426e011f94137031d5f7c2a4dda2659 FV3/ccpp/framework (ccpp_transition_to_vlab_master_20190705-750-gccfefcd) + 16a1d881774d795f46db16017aeed7fc351d661a FV3/ccpp/physics (EP4-808-g16a1d881) 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) be0410ece28f2b5b9c089f8ca09ce0c80c79fe6c FV3/upp (upp_v10.2.0-191-gbe0410e) -1ba8270870947b583cd51bc72ff8960f4c1fb36e FV3/upp/sorc/libIFI.fd -7476b8f2790a47d788f79cebfdbb551567ae7cf8 FV3/upp/sorc/ncep_post.fd/post_gtg.fd 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) - 35789c757766e07f688b4c0c7c5229816f224b09 HYCOM-interface/HYCOM (2.3.00-121-g35789c7) - 86585c08d42200d6451420578ced669fa8a06df1 MOM6-interface/MOM6 (remotes/origin/feature/endofrun_restart) + bcf7777bb037ae2feb2a8a8ac51aacb3511b52d9 HYCOM-interface/HYCOM (2.3.00-122-gbcf7777) + b32aea7bf3f9e2a774afa23d3386c88156cd1182 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10051-gb32aea7bf) 9423197f894112edfcb1502245f7d7b873d551f9 MOM6-interface/MOM6/pkg/CVMix-src (9423197) 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) ec38ea3d902644cd4519d5fe060316859ccdc108 NOAHMP-interface/noahmp (v3.7.1-434-gec38ea3) d9b3172f4197c65d471662c6952a668152d71230 WW3 (6.07.1-345-gd9b3172f) - ecdff7cc6e6c3db1cd351bf0e607da78ae9efcf7 stochastic_physics (remotes/origin/feature/optional_arguments) + fad2fe9f42f6b7f744b128b4a2a9433f91e4296f stochastic_physics (ufs-v2.0.0-219-gfad2fe9) NOTES: @@ -35,319 +35,256 @@ 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: /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20240516 -COMPARISON DIRECTORY: /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_3280303 +BASELINE DIRECTORY: /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20240614 +COMPARISON DIRECTORY: /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_3225026 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: h-nems * (-l) - USE CONFIG FILE: rt.conf -* (-e) - USE ECFLOW - -PASS -- COMPILE 's2swa_32bit_intel' [42:15, 41:40] ( 1 warnings 1382 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [23:20, 11:44](1754 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [50:16, 49:28] ( 1 warnings 1426 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [38:25, 24:07](1652 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [30:37, 26:02](1879 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [16:31, 12:07](990 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [40:54, 27:58](1625 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [50:16, 49:44] ( 1 warnings 1423 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [36:04, 22:35](1647 MB) - -PASS -- COMPILE 's2swa_intel' [42:15, 41:40] ( 1380 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [23:58, 13:08](1813 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [24:19, 12:52](1828 MB) -PASS -- TEST 'cpld_restart_p8_intel' [12:36, 07:11](1717 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [23:59, 12:40](1815 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [12:36, 07:31](1749 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [23:59, 12:30](2249 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [23:58, 12:23](1821 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [23:58, 12:24](1796 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [24:19, 12:46](1839 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [23:13, 11:26](1789 MB) - -PASS -- COMPILE 's2sw_intel' [40:15, 39:00] ( 1278 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [15:16, 07:54](1660 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [20:24, 08:59](1710 MB) - -PASS -- COMPILE 's2swa_debug_intel' [07:11, 06:41] ( 1450 warnings 1228 remarks ) -PASS -- TEST 'cpld_debug_p8_intel' [20:14, 11:35](1830 MB) - -PASS -- COMPILE 's2sw_debug_intel' [07:12, 06:02] ( 1450 warnings 1228 remarks ) -PASS -- TEST 'cpld_debug_noaero_p8_intel' [18:43, 07:46](1678 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [45:18, 35:07] ( 1010 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [11:11, 07:35](1674 MB) - -PASS -- COMPILE 's2s_intel' [41:16, 36:04] ( 1015 remarks ) -PASS -- TEST 'cpld_control_c48_intel' [15:25, 13:09](2800 MB) -PASS -- TEST 'cpld_warmstart_c48_intel' [06:27, 04:09](2801 MB) -PASS -- TEST 'cpld_restart_c48_intel' [04:29, 02:15](2270 MB) - -PASS -- COMPILE 's2swa_faster_intel' [39:23, 33:59] ( 1609 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [13:16, 10:15](1812 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [53:17, 48:20] ( 1338 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [44:11, 25:39](1679 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [16:41, 13:16](1038 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [31:05, 28:28](1657 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [11:11, 07:20] ( 1560 warnings 1998 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [35:13, 32:56](1690 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [40:18, 39:07] ( 1 warnings 1147 remarks ) -PASS -- TEST 'control_flake_intel' [06:44, 05:30](647 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [16:17, 05:10](1548 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [18:28, 04:51](1547 MB) -PASS -- TEST 'control_latlon_intel' [15:04, 05:03](1540 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [19:34, 04:39](1548 MB) -PASS -- TEST 'control_c48_intel' [17:16, 11:57](1734 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [12:07, 10:21](847 MB) -PASS -- TEST 'control_c192_intel' [33:45, 17:21](1680 MB) -PASS -- TEST 'control_c384_intel' [54:25, 26:14](1811 MB) -PASS -- TEST 'control_c384gdas_intel' [42:36, 20:57](1016 MB) -PASS -- TEST 'control_stochy_intel' [10:51, 03:19](601 MB) -PASS -- TEST 'control_stochy_restart_intel' [16:53, 01:42](430 MB) -PASS -- TEST 'control_lndp_intel' [10:51, 03:17](603 MB) -PASS -- TEST 'control_iovr4_intel' [11:51, 04:38](592 MB) -PASS -- TEST 'control_iovr5_intel' [05:49, 04:14](600 MB) -PASS -- TEST 'control_p8_intel' [15:47, 05:31](1567 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [28:39, 06:01](1570 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [15:04, 05:57](1577 MB) -PASS -- TEST 'control_restart_p8_intel' [14:27, 02:46](814 MB) -PASS -- TEST 'control_noqr_p8_intel' [14:54, 05:38](1563 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [15:36, 02:44](841 MB) -PASS -- TEST 'control_decomp_p8_intel' [19:53, 04:35](1564 MB) -PASS -- TEST 'control_2threads_p8_intel' [20:52, 04:25](1664 MB) -PASS -- TEST 'control_p8_lndp_intel' [25:26, 09:45](1563 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [19:10, 05:48](1630 MB) -PASS -- TEST 'control_p8_mynn_intel' [19:08, 04:29](1582 MB) -PASS -- TEST 'merra2_thompson_intel' [17:20, 05:32](1588 MB) -PASS -- TEST 'regional_control_intel' [26:06, 11:15](761 MB) -PASS -- TEST 'regional_restart_intel' [10:07, 04:54](941 MB) -PASS -- TEST 'regional_decomp_intel' [27:14, 11:32](767 MB) -PASS -- TEST 'regional_2threads_intel' [10:07, 06:53](762 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [28:33, 09:46](768 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [27:57, 08:54](764 MB) - -PASS -- COMPILE 'rrfs_intel' [36:14, 35:59] ( 3 warnings 1114 remarks ) -PASS -- TEST 'rap_control_intel' [23:28, 13:48](992 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [11:58, 06:25](1210 MB) -PASS -- TEST 'rap_decomp_intel' [22:45, 14:15](978 MB) -PASS -- TEST 'rap_2threads_intel' [22:46, 12:44](1082 MB) -PASS -- TEST 'rap_restart_intel' [08:46, 06:59](988 MB) -PASS -- TEST 'rap_sfcdiff_intel' [18:45, 13:06](987 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [19:09, 13:56](984 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [12:06, 09:57](995 MB) -PASS -- TEST 'hrrr_control_intel' [14:28, 05:55](983 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [12:27, 06:36](982 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [12:24, 05:56](1054 MB) -PASS -- TEST 'hrrr_control_restart_intel' [05:02, 04:08](921 MB) -PASS -- TEST 'rrfs_v1beta_intel' [23:23, 13:04](983 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [21:56, 16:08](1933 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [20:58, 16:08](1934 MB) - -PASS -- COMPILE 'csawmg_intel' [34:13, 33:21] ( 1095 remarks ) -PASS -- TEST 'control_csawmg_intel' [16:16, 10:21](692 MB) -PASS -- TEST 'control_ras_intel' [10:58, 05:35](670 MB) - -PASS -- COMPILE 'wam_intel' [32:15, 31:22] ( 981 remarks ) -PASS -- TEST 'control_wam_intel' [04:29, 04:05](504 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [23:22, 14:18] ( 1298 remarks ) -PASS -- TEST 'control_p8_faster_intel' [14:22, 04:48](1571 MB) -PASS -- TEST 'regional_control_faster_intel' [18:19, 09:42](765 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [09:11, 08:41] ( 884 warnings 9 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [06:14, 04:30](1561 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [05:17, 03:24](1560 MB) -PASS -- TEST 'control_stochy_debug_intel' [05:29, 04:06](765 MB) -PASS -- TEST 'control_lndp_debug_intel' [04:38, 03:36](764 MB) -PASS -- TEST 'control_csawmg_debug_intel' [07:04, 05:46](810 MB) -PASS -- TEST 'control_ras_debug_intel' [04:28, 03:41](777 MB) -PASS -- TEST 'control_diag_debug_intel' [05:05, 03:37](1629 MB) -PASS -- TEST 'control_debug_p8_intel' [06:23, 03:49](1601 MB) -PASS -- TEST 'regional_debug_intel' [24:07, 22:34](785 MB) -PASS -- TEST 'rap_control_debug_intel' [07:36, 06:24](1152 MB) -PASS -- TEST 'hrrr_control_debug_intel' [07:26, 06:36](1143 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [07:41, 06:15](1157 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [07:38, 06:34](1152 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [07:35, 06:35](1155 MB) -PASS -- TEST 'rap_diag_debug_intel' [08:43, 07:31](1234 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [07:44, 07:02](1153 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [07:36, 06:45](1153 MB) -PASS -- TEST 'rap_lndp_debug_intel' [07:34, 06:41](1149 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [07:42, 06:38](1153 MB) -PASS -- TEST 'rap_noah_debug_intel' [06:57, 06:09](1151 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [07:37, 06:43](1150 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [11:38, 10:24](1151 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [06:43, 06:05](1147 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [08:33, 07:35](1155 MB) -PASS -- TEST 'rap_flake_debug_intel' [07:38, 06:16](1158 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [12:49, 10:59](1156 MB) - -PASS -- COMPILE 'wam_debug_intel' [05:10, 04:54] ( 855 warnings ) -PASS -- TEST 'control_wam_debug_intel' [10:47, 06:33](451 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [35:21, 31:21] ( 3 warnings 1027 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [12:59, 07:53](1085 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [14:04, 12:20](904 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [09:28, 06:44](874 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [13:32, 11:32](951 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [12:32, 07:13](916 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [09:28, 07:24](855 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [12:00, 09:38](905 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [05:28, 02:46](847 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [08:20, 07:44] ( 3 warnings 1198 remarks ) -PASS -- TEST 'conus13km_control_intel' [15:18, 02:59](1102 MB) -PASS -- TEST 'conus13km_2threads_intel' [10:59, 01:30](1048 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [10:58, 01:42](1023 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [31:15, 31:11] ( 3 warnings 1047 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [11:56, 08:06](909 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [06:13, 05:57] ( 787 warnings 8 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [09:32, 06:22](1030 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [10:35, 06:07](1029 MB) -PASS -- TEST 'conus13km_debug_intel' [23:16, 18:34](1148 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [24:20, 19:32](859 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [16:05, 11:51](1092 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [23:06, 18:32](1211 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [06:11, 05:21] ( 787 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [09:06, 06:34](1071 MB) - -PASS -- COMPILE 'hafsw_intel' [40:17, 39:36] ( 1 warnings 1426 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [54:58, 07:15](716 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [14:50, 10:50](1090 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [04:32, 09:22](754 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [10:08, 16:23](804 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [13:37, 18:21](822 MB) -PASS -- TEST 'gnv1_nested_intel' [54:08, 05:49](770 MB) - -PASS -- COMPILE 'hafs_all_intel' [36:16, 35:11] ( 1267 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [21:46, 11:36](772 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [28:58, 09:57](752 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [10:12, 08:43] ( 67 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [04:30, 04:04](1065 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [04:32, 03:16](1030 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [04:34, 03:55](928 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [05:27, 04:09](920 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [05:25, 04:12](921 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [05:34, 04:21](1066 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [05:26, 04:10](1082 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [05:34, 04:19](931 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [12:40, 09:19](892 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [11:44, 08:33](848 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [05:26, 04:18](1063 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [06:29, 06:01](2332 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [08:31, 07:04](2297 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [04:12, 03:59] ( 2 warnings ) -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [09:27, 08:23](1005 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [09:11, 08:37] ( 70 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [10:35, 03:56](1066 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [10:11, 02:16] ( 60 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [04:10, 02:54](234 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [03:48, 02:24](258 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [25:51, 01:05](252 MB) - -PASS -- COMPILE 'atml_intel' [49:19, 42:49] ( 8 warnings 1185 remarks ) -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [26:58, 08:26](1606 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [27:04, 08:27](1609 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [07:44, 04:36](872 MB) - -PASS -- COMPILE 'atml_debug_intel' [10:13, 07:47] ( 882 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [29:13, 08:23](1627 MB) - -FAILED: UNABLE TO COMPILE -- COMPILE 'atmw_intel' [, ] -FAILED: UNABLE TO START RUN -- TEST 'atmwav_control_noaero_p8_intel' [, ]( MB) - -PASS -- COMPILE 'atmaero_intel' [35:16, 34:27] ( 1098 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [26:46, 05:19](1701 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [27:45, 06:26](1731 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [27:25, 06:30](1731 MB) +* (-r) - USE ROCOTO + +PASS -- COMPILE 's2swa_32bit_intel' [40:28, 40:28] ( 1 warnings 1382 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [09:21, 07:52](2002 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [54:26, 54:26] ( 1 warnings 1426 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [24:00, 22:16](1888 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [25:33, 23:36](2013 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [12:48, 10:52](1128 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [28:03, 26:19](1857 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [49:26, 49:26] ( 1 warnings 1423 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [22:04, 21:26](1892 MB) + +PASS -- COMPILE 's2swa_intel' [41:17, 41:17] ( 1380 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [10:29, 09:03](2035 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [10:14, 08:49](2013 MB) +PASS -- TEST 'cpld_restart_p8_intel' [07:21, 05:48](1704 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [10:22, 08:48](2063 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [08:59, 06:11](1713 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [10:58, 09:36](2307 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [11:32, 10:12](2050 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [09:48, 07:39](2004 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [10:07, 08:32](2054 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [09:46, 08:18](2043 MB) + +PASS -- COMPILE 's2sw_intel' [38:40, 38:40] ( 1278 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [07:55, 06:46](1909 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [08:52, 07:31](1973 MB) + +PASS -- COMPILE 's2swa_debug_intel' [05:53, 05:53] ( 1450 warnings 1228 remarks ) +PASS -- TEST 'cpld_debug_p8_intel' [12:50, 11:31](2063 MB) + +PASS -- COMPILE 's2sw_debug_intel' [05:31, 05:31] ( 1450 warnings 1228 remarks ) +PASS -- TEST 'cpld_debug_noaero_p8_intel' [09:23, 08:21](1920 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [34:44, 34:44] ( 1010 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [07:55, 06:39](1959 MB) + +PASS -- COMPILE 's2s_intel' [35:05, 35:05] ( 1015 remarks ) +PASS -- TEST 'cpld_control_c48_intel' [13:32, 12:53](3064 MB) +PASS -- TEST 'cpld_warmstart_c48_intel' [04:22, 03:41](3048 MB) +PASS -- TEST 'cpld_restart_c48_intel' [02:49, 02:01](2475 MB) + +PASS -- COMPILE 's2swa_faster_intel' [34:01, 34:01] ( 1609 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [09:51, 08:15](2038 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [52:27, 52:27] ( 1338 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [23:45, 22:38](1902 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [13:45, 11:53](1117 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [27:21, 26:04](1852 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [05:35, 05:35] ( 1560 warnings 1998 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [34:23, 32:45](1922 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [37:35, 37:34] ( 1 warnings 1147 remarks ) +PASS -- TEST 'control_flake_intel' [04:51, 04:32](645 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [04:36, 03:57](1539 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [05:00, 04:16](1531 MB) +PASS -- TEST 'control_latlon_intel' [04:39, 03:57](1550 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [05:46, 05:01](1533 MB) +PASS -- TEST 'control_c48_intel' [12:34, 11:58](1739 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [10:26, 10:08](851 MB) +PASS -- TEST 'control_c192_intel' [16:04, 15:13](1677 MB) +PASS -- TEST 'control_c384_intel' [20:40, 18:49](1826 MB) +PASS -- TEST 'control_c384gdas_intel' [17:14, 14:34](1005 MB) +PASS -- TEST 'control_stochy_intel' [03:08, 02:51](604 MB) +PASS -- TEST 'control_stochy_restart_intel' [01:39, 01:21](435 MB) +PASS -- TEST 'control_lndp_intel' [02:30, 02:12](602 MB) +PASS -- TEST 'control_iovr4_intel' [03:41, 03:22](603 MB) +PASS -- TEST 'control_iovr5_intel' [03:40, 03:21](601 MB) +PASS -- TEST 'control_p8_intel' [06:17, 05:02](1835 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [06:42, 05:27](1839 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [06:30, 05:13](1843 MB) +PASS -- TEST 'control_restart_p8_intel' [04:24, 03:16](1045 MB) +PASS -- TEST 'control_noqr_p8_intel' [06:28, 05:10](1819 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [04:10, 03:01](1070 MB) +PASS -- TEST 'control_decomp_p8_intel' [06:21, 05:10](1825 MB) +PASS -- TEST 'control_2threads_p8_intel' [05:56, 04:50](1935 MB) +PASS -- TEST 'control_p8_lndp_intel' [08:46, 08:03](1818 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [07:27, 06:07](1894 MB) +PASS -- TEST 'control_p8_mynn_intel' [06:06, 04:49](1842 MB) +PASS -- TEST 'merra2_thompson_intel' [06:20, 04:55](1839 MB) +PASS -- TEST 'regional_control_intel' [09:15, 08:49](1014 MB) +PASS -- TEST 'regional_restart_intel' [05:20, 04:43](1021 MB) +PASS -- TEST 'regional_decomp_intel' [09:39, 09:10](1017 MB) +PASS -- TEST 'regional_2threads_intel' [07:18, 06:48](997 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [09:01, 08:21](1015 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [09:02, 08:27](1011 MB) + +PASS -- COMPILE 'rrfs_intel' [34:52, 34:52] ( 3 warnings 1114 remarks ) +PASS -- TEST 'rap_control_intel' [11:42, 10:35](987 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [06:57, 05:55](1218 MB) +PASS -- TEST 'rap_decomp_intel' [12:12, 11:02](984 MB) +PASS -- TEST 'rap_2threads_intel' [11:08, 09:57](1078 MB) +PASS -- TEST 'rap_restart_intel' [06:39, 05:28](990 MB) +PASS -- TEST 'rap_sfcdiff_intel' [11:51, 10:44](982 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [12:12, 11:05](985 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [08:53, 07:45](1001 MB) +PASS -- TEST 'hrrr_control_intel' [06:37, 05:21](994 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [06:41, 05:31](982 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [06:06, 04:54](1066 MB) +PASS -- TEST 'hrrr_control_restart_intel' [03:20, 02:57](914 MB) +PASS -- TEST 'rrfs_v1beta_intel' [11:21, 10:07](980 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [13:11, 12:54](1938 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [12:44, 12:27](1937 MB) + +PASS -- COMPILE 'csawmg_intel' [32:32, 32:32] ( 1095 remarks ) +PASS -- TEST 'control_csawmg_intel' [09:36, 09:05](960 MB) +PASS -- TEST 'control_ras_intel' [04:50, 04:33](663 MB) + +PASS -- COMPILE 'wam_intel' [32:32, 32:32] ( 994 remarks ) +PASS -- TEST 'control_wam_intel' [16:02, 15:22](1624 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [16:22, 16:22] ( 1298 remarks ) +PASS -- TEST 'control_p8_faster_intel' [05:56, 04:44](1825 MB) +PASS -- TEST 'regional_control_faster_intel' [08:26, 07:54](1014 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [07:21, 07:21] ( 884 warnings 9 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [04:24, 03:41](1565 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [04:26, 03:39](1560 MB) +PASS -- TEST 'control_stochy_debug_intel' [04:09, 03:52](760 MB) +PASS -- TEST 'control_lndp_debug_intel' [03:46, 03:29](764 MB) +PASS -- TEST 'control_csawmg_debug_intel' [06:37, 06:03](1080 MB) +PASS -- TEST 'control_ras_debug_intel' [03:49, 03:30](774 MB) +PASS -- TEST 'control_diag_debug_intel' [04:16, 03:34](1613 MB) +PASS -- TEST 'control_debug_p8_intel' [05:10, 04:27](1853 MB) +PASS -- TEST 'regional_debug_intel' [23:43, 23:08](1027 MB) +PASS -- TEST 'rap_control_debug_intel' [06:48, 06:22](1152 MB) +PASS -- TEST 'hrrr_control_debug_intel' [06:24, 06:08](1145 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [06:34, 06:16](1153 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [06:36, 06:16](1155 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [06:25, 06:12](1148 MB) +PASS -- TEST 'rap_diag_debug_intel' [07:01, 06:39](1226 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [06:43, 06:24](1157 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [06:47, 06:27](1155 MB) +PASS -- TEST 'rap_lndp_debug_intel' [06:50, 06:33](1153 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [06:39, 06:18](1156 MB) +PASS -- TEST 'rap_noah_debug_intel' [06:28, 06:06](1151 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [06:35, 06:18](1149 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [10:30, 10:15](1147 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [06:21, 06:09](1147 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [07:49, 07:30](1157 MB) +PASS -- TEST 'rap_flake_debug_intel' [06:33, 06:20](1157 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [11:48, 10:39](1151 MB) + +PASS -- COMPILE 'wam_debug_intel' [05:16, 05:16] ( 839 warnings 1 remarks ) +PASS -- TEST 'control_wam_debug_intel' [17:24, 16:40](1637 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [30:18, 30:18] ( 3 warnings 1027 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [06:36, 05:29](1080 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [09:58, 08:53](903 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [06:21, 04:52](876 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [09:41, 08:34](948 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [05:48, 04:18](917 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [06:40, 05:13](855 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [07:42, 06:38](904 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [03:20, 02:59](853 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [50:40, 50:37] ( 3 warnings 1197 remarks ) +PASS -- TEST 'conus13km_control_intel' [03:57, 03:10](1100 MB) +PASS -- TEST 'conus13km_2threads_intel' [02:16, 01:35](1026 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [02:24, 01:43](1029 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [30:54, 30:54] ( 3 warnings 1047 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [06:45, 05:59](917 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [05:04, 05:04] ( 787 warnings 8 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [06:23, 06:03](1035 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [06:15, 05:55](1032 MB) +PASS -- TEST 'conus13km_debug_intel' [19:11, 18:25](1146 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [19:29, 18:41](832 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [11:54, 11:12](1079 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [19:47, 18:35](1211 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [05:16, 05:16] ( 787 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [06:38, 06:17](1070 MB) + +PASS -- COMPILE 'hafsw_intel' [38:41, 38:41] ( 1 warnings 1426 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [08:42, 07:20](719 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [08:19, 07:53](1085 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [11:38, 10:10](779 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [20:13, 18:59](804 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [21:23, 19:47](967 MB) +PASS -- TEST 'gnv1_nested_intel' [10:28, 08:03](1669 MB) + +PASS -- COMPILE 'hafs_all_intel' [33:26, 33:26] ( 1267 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [11:10, 09:51](776 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [11:09, 09:50](748 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [09:24, 09:24] ( 67 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [03:46, 03:38](1065 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [02:24, 02:12](1029 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [03:41, 03:32](933 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [03:54, 03:45](923 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [04:06, 03:58](920 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [04:02, 03:45](1070 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [03:57, 03:48](1062 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [03:58, 03:48](926 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [09:33, 08:26](898 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [09:20, 08:18](847 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [04:15, 04:09](1067 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [06:34, 06:14](2345 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [05:56, 05:45](2391 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [04:26, 04:26] ( 2 warnings ) +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [08:22, 08:12](1008 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [09:05, 09:05] ( 70 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [03:51, 03:41](1078 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [02:02, 02:02] ( 60 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [02:42, 02:14](232 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [01:50, 01:27](256 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [01:19, 00:59](256 MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [34:21, 34:21] ( 1015 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [06:47, 05:46](1910 MB) + +PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [33:10, 33:10] ( 1015 remarks ) +PASS -- TEST 'atm_ds2s_docn_dice_intel' [06:45, 05:41](1888 MB) + +PASS -- COMPILE 'atml_intel' [41:27, 41:27] ( 8 warnings 1185 remarks ) +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [11:10, 09:44](1855 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [11:22, 09:57](1854 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [06:31, 05:47](1069 MB) + +PASS -- COMPILE 'atml_debug_intel' [05:40, 05:40] ( 882 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [09:32, 08:16](1877 MB) + +PASS -- COMPILE 'atmw_intel' [34:49, 34:49] ( 1259 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [04:30, 03:15](1821 MB) + +PASS -- COMPILE 'atmaero_intel' [33:11, 33:11] ( 1098 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [07:16, 06:07](1929 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [07:37, 06:28](1730 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [07:35, 06:37](1734 MB) SYNOPSIS: -Starting Date/Time: 20240520 17:18:39 -Ending Date/Time: 20240521 00:51:01 -Total Time: 07h:33m:04s -Compiles Completed: 33/34 -Tests Completed: 161/162 -Failed Compiles: -* COMPILE atmw_intel: FAILED: UNABLE TO COMPILE --- LOG: /mnt/lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/regression-testing/wm/2205/ufs-weather-model/tests/logs/log_jet/compile_atmw_intel.log -Failed Tests: -* TEST atmwav_control_noaero_p8_intel: FAILED: UNABLE TO START RUN --- LOG: N/A - -NOTES: -A file 'test_changes.list' was generated with list of all failed tests. -You can use './rt.sh -c -b test_changes.list' to create baselines for the failed tests. -If you are using this log as a pull request verification, please commit 'test_changes.list'. - -Result: FAILURE - -====END OF JET REGRESSION TESTING LOG==== -====START OF JET REGRESSION TESTING LOG==== - -UFSWM hash used in testing: -f911c00436f15ee4ba9f6fd0ef951b8d543d287f - -Submodule hashes used in testing: - 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) - be5d28fd1b60522e6fc98aefeead20e6aac3530b AQM/src/model/CMAQ (CMAQv5.2.1_07Feb2018-198-gbe5d28fd1) - 3d7067a523b8557058755289e4275f5f5c985daf CDEPS-interface/CDEPS (cdeps0.4.17-40-g3d7067a) - 9c0cd8d3ba5963d01711094a3c81b6358fcb8367 CICE-interface/CICE (CICE6.0.0-448-g9c0cd8d) - f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) - 2d837b16af326b09ff4018daab4de84f4deff7ec CMEPS-interface/CMEPS (cmeps_v0.4.1-2307-g2d837b1) - cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - 2b53b6cae4c691f1cfc8df213d7c0120ce65a81d FV3 (remotes/origin/feature/ccpp_prebuild_optarg) - 630022fdc13720b6f9376fdfb2e4298c10d6d6f2 FV3/atmos_cubed_sphere (remotes/origin/feature/ccpp_data_thrd_cnt) - c2983997d3c22832c588d150247a249f6b02425e FV3/ccpp/framework (v0.1.0-1508-gc298399) - 7e59eba2835711f7046e0b7528dc846bd875f754 FV3/ccpp/physics (master-tag-before-replacing-with-ipd-setup-step-fast-5253-g7e59eba2) - 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) - be0410ece28f2b5b9c089f8ca09ce0c80c79fe6c FV3/upp (upp_v10.2.0-191-gbe0410e) --1ba8270870947b583cd51bc72ff8960f4c1fb36e FV3/upp/sorc/libIFI.fd --7476b8f2790a47d788f79cebfdbb551567ae7cf8 FV3/upp/sorc/ncep_post.fd/post_gtg.fd - 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) - 35789c757766e07f688b4c0c7c5229816f224b09 HYCOM-interface/HYCOM (2.3.00-121-g35789c7) - 86585c08d42200d6451420578ced669fa8a06df1 MOM6-interface/MOM6 (remotes/origin/feature/endofrun_restart) - 9423197f894112edfcb1502245f7d7b873d551f9 MOM6-interface/MOM6/pkg/CVMix-src (9423197) - 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) - ec38ea3d902644cd4519d5fe060316859ccdc108 NOAHMP-interface/noahmp (v3.7.1-434-gec38ea3) - d9b3172f4197c65d471662c6952a668152d71230 WW3 (6.07.1-345-gd9b3172f) - ecdff7cc6e6c3db1cd351bf0e607da78ae9efcf7 stochastic_physics (remotes/origin/feature/optional_arguments) - - -NOTES: -[Times](Memory) are at the end of each compile/test in format [MM:SS](Size). -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: /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20240516 -COMPARISON DIRECTORY: /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_535370 - -RT.SH OPTIONS USED: -* (-a) - HPC PROJECT ACCOUNT: h-nems -* (-n) - RUN SINGLE TEST: atmwav_control_noaero_p8 -* (-e) - USE ECFLOW - -PASS -- COMPILE 'atmw_intel' [36:13, 35:24] ( 1259 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [06:05, 02:35](1592 MB) - -SYNOPSIS: -Starting Date/Time: 20240521 03:46:08 -Ending Date/Time: 20240521 04:29:59 -Total Time: 00h:44m:14s -Compiles Completed: 1/1 -Tests Completed: 1/1 +Starting Date/Time: 20240617 23:58:25 +Ending Date/Time: 20240618 06:18:06 +Total Time: 06h:20m:19s +Compiles Completed: 36/36 +Tests Completed: 164/164 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 37f038bdcb..e43dfa3f20 100644 --- a/tests/logs/RegressionTests_orion.log +++ b/tests/logs/RegressionTests_orion.log @@ -1,32 +1,32 @@ ====START OF ORION REGRESSION TESTING LOG==== UFSWM hash used in testing: -a07258abd88d803c7ffa89a8fef9657780d579df +bb9effee25fe2b045abcd4061f0aaab9bda5a46b Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) be5d28fd1b60522e6fc98aefeead20e6aac3530b AQM/src/model/CMAQ (CMAQv5.2.1_07Feb2018-198-gbe5d28fd1) - 3d7067a523b8557058755289e4275f5f5c985daf CDEPS-interface/CDEPS (cdeps0.4.17-40-g3d7067a) - 9c0cd8d3ba5963d01711094a3c81b6358fcb8367 CICE-interface/CICE (CICE6.0.0-448-g9c0cd8d) + 42d4010d7d1116aa8c4ac322dd353cfbb3e3aaa1 CDEPS-interface/CDEPS (remotes/origin/dice_cplhist) + 180f60fd5c9f76d5656a68f8d478f0155f0dc695 CICE-interface/CICE (heads/emc/develop-11-g180f60f) f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) 2d837b16af326b09ff4018daab4de84f4deff7ec CMEPS-interface/CMEPS (cmeps_v0.4.1-2307-g2d837b1) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - 2b53b6cae4c691f1cfc8df213d7c0120ce65a81d FV3 (remotes/origin/feature/ccpp_prebuild_optarg) - 630022fdc13720b6f9376fdfb2e4298c10d6d6f2 FV3/atmos_cubed_sphere (remotes/origin/feature/ccpp_data_thrd_cnt) - c2983997d3c22832c588d150247a249f6b02425e FV3/ccpp/framework (v0.1.0-1508-gc298399) - 7e59eba2835711f7046e0b7528dc846bd875f754 FV3/ccpp/physics (master-tag-before-replacing-with-ipd-setup-step-fast-5253-g7e59eba2) + 07c26d1efae47445e4c36ff98942494788e7dc49 FV3 (heads/develop) + ab195d5026ca4c221b6cbb3888c8ae92d711f89a FV3/atmos_cubed_sphere (201912_public_release-397-gab195d5) + ccfefcd0b426e011f94137031d5f7c2a4dda2659 FV3/ccpp/framework (ccpp_transition_to_vlab_master_20190705-750-gccfefcd) + 16a1d881774d795f46db16017aeed7fc351d661a FV3/ccpp/physics (EP4-808-g16a1d881) 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) be0410ece28f2b5b9c089f8ca09ce0c80c79fe6c FV3/upp (upp_v10.2.0-191-gbe0410e) -1ba8270870947b583cd51bc72ff8960f4c1fb36e FV3/upp/sorc/libIFI.fd -7476b8f2790a47d788f79cebfdbb551567ae7cf8 FV3/upp/sorc/ncep_post.fd/post_gtg.fd 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) - 35789c757766e07f688b4c0c7c5229816f224b09 HYCOM-interface/HYCOM (2.3.00-121-g35789c7) - 86585c08d42200d6451420578ced669fa8a06df1 MOM6-interface/MOM6 (remotes/origin/feature/endofrun_restart) + bcf7777bb037ae2feb2a8a8ac51aacb3511b52d9 HYCOM-interface/HYCOM (2.3.00-122-gbcf7777) + b32aea7bf3f9e2a774afa23d3386c88156cd1182 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10051-gb32aea7bf) 9423197f894112edfcb1502245f7d7b873d551f9 MOM6-interface/MOM6/pkg/CVMix-src (9423197) 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) ec38ea3d902644cd4519d5fe060316859ccdc108 NOAHMP-interface/noahmp (v3.7.1-434-gec38ea3) d9b3172f4197c65d471662c6952a668152d71230 WW3 (6.07.1-345-gd9b3172f) - ecdff7cc6e6c3db1cd351bf0e607da78ae9efcf7 stochastic_physics (remotes/origin/feature/optional_arguments) + fad2fe9f42f6b7f744b128b4a2a9433f91e4296f stochastic_physics (ufs-v2.0.0-219-gfad2fe9) NOTES: @@ -35,420 +35,287 @@ 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-20240516 -COMPARISON DIRECTORY: /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_221858 +BASELINE DIRECTORY: /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20240607 +COMPARISON DIRECTORY: /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_154164 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: epic * (-l) - USE CONFIG FILE: rt.conf * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [15:11, 14:39] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [07:24, 05:26](3178 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [20:11, 19:46] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [19:54, 17:17](1749 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [21:17, 18:14](2020 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [11:16, 08:22](1120 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [22:05, 19:37](1652 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [19:11, 18:31] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [17:46, 17:01](1746 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [06:10, 06:00] ( 1525 warnings 1998 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [25:03, 23:03](1688 MB) - -PASS -- COMPILE 's2swa_intel' [16:11, 15:41] ( 8 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [07:44, 05:47](3210 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [08:10, 05:52](3215 MB) -PASS -- TEST 'cpld_restart_p8_intel' [06:02, 03:25](3258 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [07:44, 05:51](3239 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [06:02, 03:28](3278 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [08:46, 06:09](3555 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [07:36, 05:46](3207 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [06:38, 04:45](3074 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [08:10, 05:40](3215 MB) -PASS -- TEST 'cpld_control_c192_p8_intel' [14:04, 10:29](3340 MB) -PASS -- TEST 'cpld_restart_c192_p8_intel' [10:37, 06:30](3633 MB) -FAILED: UNABLE TO RUN COMPARISON -- TEST 'cpld_bmark_p8_intel' [, ]( MB) -FAILED: UNABLE TO START RUN -- TEST 'cpld_restart_bmark_p8_intel' [, ]( MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [07:59, 05:27](3175 MB) - -PASS -- COMPILE 's2sw_intel' [14:11, 13:15] ( 8 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [06:12, 04:44](1742 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [06:34, 04:27](1780 MB) - -PASS -- COMPILE 's2swa_debug_intel' [06:10, 06:02] ( 1450 warnings 1228 remarks ) -PASS -- TEST 'cpld_debug_p8_intel' [10:43, 08:38](3262 MB) - -PASS -- COMPILE 's2sw_debug_intel' [05:10, 04:47] ( 1450 warnings 1228 remarks ) -PASS -- TEST 'cpld_debug_noaero_p8_intel' [08:21, 06:13](1756 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [14:11, 13:23] ( 1 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [06:34, 04:20](1781 MB) - -PASS -- COMPILE 's2s_intel' [13:11, 13:08] ( 1 remarks ) -PASS -- TEST 'cpld_control_c48_intel' [09:54, 08:16](2832 MB) -PASS -- TEST 'cpld_warmstart_c48_intel' [03:57, 02:27](2837 MB) -PASS -- TEST 'cpld_restart_c48_intel' [03:04, 01:20](2307 MB) - -PASS -- COMPILE 's2swa_faster_intel' [24:11, 23:45] ( 8 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [07:45, 05:20](3212 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [16:11, 15:59] ( 8 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [19:14, 17:14](1772 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [10:30, 08:28](1170 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [21:22, 19:33](1674 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [05:10, 04:30] ( 1560 warnings 1998 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [26:21, 24:21](1715 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [14:11, 13:25] ( 1 warnings 1 remarks ) -PASS -- TEST 'control_flake_intel' [04:22, 03:28](692 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [03:42, 02:52](1596 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [03:45, 03:01](1593 MB) -PASS -- TEST 'control_latlon_intel' [03:41, 02:53](1596 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [03:51, 02:58](1594 MB) -PASS -- TEST 'control_c48_intel' [07:49, 07:08](1769 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [06:30, 06:08](829 MB) -PASS -- TEST 'control_c192_intel' [11:59, 10:30](1741 MB) -PASS -- TEST 'control_c384_intel' [14:20, 11:37](2016 MB) -PASS -- TEST 'control_c384gdas_intel' [13:19, 09:09](1347 MB) -PASS -- TEST 'control_stochy_intel' [02:27, 01:43](654 MB) -PASS -- TEST 'control_stochy_restart_intel' [01:26, 01:01](500 MB) -PASS -- TEST 'control_lndp_intel' [02:25, 01:36](658 MB) -PASS -- TEST 'control_iovr4_intel' [03:26, 02:35](648 MB) -PASS -- TEST 'control_iovr5_intel' [03:26, 02:29](651 MB) -PASS -- TEST 'control_p8_intel' [04:16, 03:02](1636 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [04:15, 02:59](1628 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [04:30, 02:53](1627 MB) -PASS -- TEST 'control_restart_p8_intel' [03:04, 01:37](889 MB) -PASS -- TEST 'control_noqr_p8_intel' [04:13, 02:53](1613 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [03:05, 01:38](927 MB) -PASS -- TEST 'control_decomp_p8_intel' [04:06, 03:00](1621 MB) -PASS -- TEST 'control_2threads_p8_intel' [04:06, 03:04](1715 MB) -PASS -- TEST 'control_p8_lndp_intel' [06:47, 05:15](1630 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [05:26, 04:01](1691 MB) -PASS -- TEST 'control_p8_mynn_intel' [04:22, 03:02](1640 MB) -PASS -- TEST 'merra2_thompson_intel' [05:40, 03:16](1644 MB) -PASS -- TEST 'regional_control_intel' [06:46, 05:13](855 MB) -PASS -- TEST 'regional_restart_intel' [03:34, 02:49](1018 MB) -PASS -- TEST 'regional_decomp_intel' [06:42, 05:33](847 MB) -PASS -- TEST 'regional_2threads_intel' [04:41, 03:46](840 MB) -PASS -- TEST 'regional_noquilt_intel' [06:42, 05:10](1369 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [06:40, 05:09](856 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [06:34, 05:10](863 MB) -PASS -- TEST 'regional_wofs_intel' [07:35, 06:39](1924 MB) - -PASS -- COMPILE 'rrfs_intel' [14:10, 13:56] ( 3 warnings 9 remarks ) -PASS -- TEST 'rap_control_intel' [09:41, 07:47](1105 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [06:02, 04:51](1245 MB) -PASS -- TEST 'rap_decomp_intel' [09:08, 08:07](1037 MB) -PASS -- TEST 'rap_2threads_intel' [09:07, 07:55](1187 MB) -PASS -- TEST 'rap_restart_intel' [05:26, 04:02](1104 MB) -PASS -- TEST 'rap_sfcdiff_intel' [09:37, 07:41](1114 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [10:20, 08:12](1029 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [07:23, 05:49](1131 MB) -PASS -- TEST 'hrrr_control_intel' [05:30, 04:02](1043 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [06:33, 04:07](1023 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [05:29, 03:26](1111 MB) -PASS -- TEST 'hrrr_control_restart_intel' [03:29, 02:11](1003 MB) -PASS -- TEST 'rrfs_v1beta_intel' [09:20, 07:38](1101 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [10:25, 09:19](2003 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [09:26, 08:57](2069 MB) - -PASS -- COMPILE 'csawmg_intel' [11:10, 11:07] -PASS -- TEST 'control_csawmg_intel' [07:40, 06:08](748 MB) -PASS -- TEST 'control_ras_intel' [04:23, 03:23](745 MB) - -PASS -- COMPILE 'wam_intel' [10:10, 10:03] -PASS -- TEST 'control_wam_intel' [03:21, 02:09](652 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [21:11, 20:58] ( 1 remarks ) -PASS -- TEST 'control_p8_faster_intel' [04:33, 02:42](1624 MB) -PASS -- TEST 'regional_control_faster_intel' [05:34, 04:42](851 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [07:10, 07:01] ( 884 warnings 9 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [04:09, 02:40](1610 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [04:12, 02:39](1612 MB) -PASS -- TEST 'control_stochy_debug_intel' [03:34, 03:05](818 MB) -PASS -- TEST 'control_lndp_debug_intel' [03:33, 02:48](820 MB) -PASS -- TEST 'control_csawmg_debug_intel' [06:05, 04:15](860 MB) -PASS -- TEST 'control_ras_debug_intel' [03:33, 02:55](828 MB) -PASS -- TEST 'control_diag_debug_intel' [04:12, 02:47](1675 MB) -PASS -- TEST 'control_debug_p8_intel' [04:10, 02:57](1647 MB) -PASS -- TEST 'regional_debug_intel' [19:08, 17:26](877 MB) -PASS -- TEST 'rap_control_debug_intel' [05:37, 04:58](1212 MB) -PASS -- TEST 'hrrr_control_debug_intel' [05:38, 04:45](1199 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [05:37, 04:49](1200 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [05:38, 04:53](1197 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [05:36, 04:47](1211 MB) -PASS -- TEST 'rap_diag_debug_intel' [05:50, 05:05](1283 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [05:28, 05:01](1212 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [05:25, 05:01](1202 MB) -PASS -- TEST 'rap_lndp_debug_intel' [05:24, 05:00](1211 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [05:24, 04:58](1201 MB) -PASS -- TEST 'rap_noah_debug_intel' [05:23, 04:46](1193 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [05:23, 04:58](1199 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [08:21, 07:57](1201 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [05:20, 04:47](1207 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [06:25, 06:01](1197 MB) -PASS -- TEST 'rap_flake_debug_intel' [05:27, 04:58](1208 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [10:36, 08:23](1204 MB) - -PASS -- COMPILE 'wam_debug_intel' [04:10, 03:49] ( 855 warnings ) -PASS -- TEST 'control_wam_debug_intel' [05:35, 04:56](508 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [12:10, 11:24] ( 3 warnings 8 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [06:08, 04:47](1167 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [08:17, 06:26](1052 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [05:16, 03:24](992 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [07:56, 06:44](1095 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [04:45, 02:58](964 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [05:04, 03:41](926 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [06:19, 04:57](1041 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [02:22, 01:52](927 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [18:12, 17:44] ( 3 warnings 8 remarks ) -PASS -- TEST 'conus13km_control_intel' [03:03, 02:05](1201 MB) -PASS -- TEST 'conus13km_2threads_intel' [01:42, 01:00](1118 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [02:45, 01:16](1109 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [11:11, 11:02] ( 3 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [05:51, 04:15](997 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [04:11, 03:57] ( 787 warnings 8 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [05:25, 04:59](1082 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [05:24, 04:46](1073 MB) -PASS -- TEST 'conus13km_debug_intel' [15:55, 14:26](1234 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [14:53, 14:07](923 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [09:42, 08:24](1153 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [15:38, 14:26](1303 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [04:10, 03:38] ( 787 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [06:22, 05:04](1128 MB) - -PASS -- COMPILE 'hafsw_intel' [13:11, 13:03] ( 1 warnings 8 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [07:12, 05:27](743 MB) -FAILED: RUN DID NOT COMPLETE -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [, ]( MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [08:32, 06:54](835 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [15:18, 13:22](865 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [16:23, 14:50](886 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [09:06, 07:08](505 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [09:26, 07:35](516 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [04:50, 03:12](371 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [11:27, 08:15](486 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [05:47, 04:14](533 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [04:50, 03:59](533 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [06:54, 05:17](585 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [02:30, 01:23](407 MB) -PASS -- TEST 'gnv1_nested_intel' [05:58, 04:34](800 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [05:10, 04:46] ( 1467 warnings 1501 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [13:53, 13:06](580 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [22:11, 21:43] ( 7 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [11:02, 09:50](638 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [11:06, 09:56](712 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [15:11, 15:08] ( 7 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [08:10, 07:06](694 MB) - -PASS -- COMPILE 'hafs_all_intel' [14:10, 13:17] ( 7 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [08:15, 06:30](835 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [08:16, 06:23](816 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [16:58, 15:58](1209 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [08:10, 07:33] -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [03:19, 02:38](1127 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [02:22, 01:37](1083 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [03:17, 02:33](1023 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [03:19, 02:46](978 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [03:18, 02:41](1014 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [03:18, 02:40](1128 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [03:17, 02:38](1139 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [03:18, 02:37](1021 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [07:25, 05:57](1057 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [07:15, 05:55](1043 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [03:16, 02:49](1097 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [04:19, 03:36](2444 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [04:20, 03:41](2489 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [04:10, 03:34] ( 2 warnings ) -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [07:19, 06:18](1065 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [09:11, 08:34] -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [03:19, 02:40](1136 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [01:11, 01:05] ( 1 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [01:34, 00:49](261 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [01:24, 00:49](323 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [01:26, 00:31](320 MB) - -PASS -- COMPILE 'atml_intel' [13:12, 12:29] ( 8 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [06:43, 04:13](1613 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [06:37, 04:14](1607 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [03:48, 02:26](895 MB) - -PASS -- COMPILE 'atml_debug_intel' [05:10, 04:52] ( 882 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [07:27, 05:39](1620 MB) - -PASS -- COMPILE 'atmw_intel' [13:10, 12:21] ( 8 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [03:24, 01:46](1665 MB) - -PASS -- COMPILE 'atmaero_intel' [12:10, 11:46] ( 1 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [05:21, 03:58](3029 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [06:21, 04:55](3100 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [06:07, 04:59](3104 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [04:10, 04:00] ( 884 warnings 6 remarks ) -PASS -- TEST 'regional_atmaq_debug_intel' [23:52, 21:26](4586 MB) +PASS -- COMPILE 's2swa_32bit_intel' [17:10, 14:59] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [39:42, 05:34](3309 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [21:11, 19:38] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [48:08, 17:21](1978 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [21:16, 18:17](2154 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [12:02, 08:33](1249 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [50:10, 19:32](1874 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [22:11, 20:11] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [44:50, 17:10](1972 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [08:10, 06:14] ( 1525 warnings 1998 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [32:42, 23:04](1926 MB) + +PASS -- COMPILE 's2swa_intel' [16:10, 14:15] ( 8 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [40:54, 05:58](3345 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [41:03, 05:52](3341 MB) +PASS -- TEST 'cpld_restart_p8_intel' [06:04, 03:58](3177 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [40:54, 05:52](3363 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [06:04, 03:53](3279 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [40:54, 06:22](3618 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [39:56, 05:56](3326 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [11:41, 04:48](3210 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [41:07, 05:51](3338 MB) +PASS -- TEST 'cpld_control_c192_p8_intel' [22:43, 10:36](3517 MB) +PASS -- TEST 'cpld_restart_c192_p8_intel' [21:52, 06:45](3625 MB) +PASS -- TEST 'cpld_bmark_p8_intel' [39:30, 11:06](4273 MB) +PASS -- TEST 'cpld_restart_bmark_p8_intel' [17:48, 07:40](4371 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [39:53, 05:35](3319 MB) + +PASS -- COMPILE 's2sw_intel' [16:11, 14:11] ( 8 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [38:37, 04:46](1979 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [38:50, 04:45](1989 MB) + +PASS -- COMPILE 's2swa_debug_intel' [08:10, 06:14] ( 1450 warnings 1228 remarks ) +PASS -- TEST 'cpld_debug_p8_intel' [18:23, 08:35](3380 MB) + +PASS -- COMPILE 's2sw_debug_intel' [07:11, 05:20] ( 1450 warnings 1228 remarks ) +PASS -- TEST 'cpld_debug_noaero_p8_intel' [16:13, 06:04](2006 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [15:11, 13:04] ( 1 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [11:22, 04:30](2039 MB) + +PASS -- COMPILE 's2s_intel' [15:11, 13:52] ( 1 remarks ) +PASS -- TEST 'cpld_control_c48_intel' [09:54, 08:23](3088 MB) +PASS -- TEST 'cpld_warmstart_c48_intel' [04:54, 02:35](3065 MB) +PASS -- TEST 'cpld_restart_c48_intel' [18:58, 01:31](2494 MB) + +PASS -- COMPILE 's2swa_faster_intel' [27:11, 23:03] ( 8 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [19:41, 05:30](3339 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [22:12, 18:34] ( 8 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [30:13, 17:27](1959 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [10:34, 08:34](1249 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [21:11, 19:37](1902 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [08:11, 04:30] ( 1560 warnings 1998 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [58:36, 24:51](1955 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [15:11, 13:05] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_flake_intel' [04:25, 03:34](703 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [03:39, 02:56](1598 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [04:39, 03:01](1610 MB) +PASS -- TEST 'control_latlon_intel' [04:29, 02:55](1599 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [03:55, 03:07](1593 MB) +PASS -- TEST 'control_c48_intel' [08:43, 07:11](1762 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [06:33, 06:01](878 MB) +PASS -- TEST 'control_c192_intel' [12:21, 10:32](1754 MB) +PASS -- TEST 'control_c384_intel' [14:16, 11:36](2004 MB) +PASS -- TEST 'control_c384gdas_intel' [13:13, 09:28](1359 MB) +PASS -- TEST 'control_stochy_intel' [02:54, 01:46](657 MB) +PASS -- TEST 'control_stochy_restart_intel' [01:27, 01:01](503 MB) +PASS -- TEST 'control_lndp_intel' [02:54, 01:37](657 MB) +PASS -- TEST 'control_iovr4_intel' [02:52, 02:28](655 MB) +PASS -- TEST 'control_iovr5_intel' [02:50, 02:30](651 MB) +PASS -- TEST 'control_p8_intel' [05:58, 03:51](1900 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [05:20, 03:05](1890 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [04:31, 03:00](1894 MB) +PASS -- TEST 'control_restart_p8_intel' [04:09, 02:06](1128 MB) +PASS -- TEST 'control_noqr_p8_intel' [04:20, 03:01](1884 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [04:09, 01:49](1154 MB) +PASS -- TEST 'control_decomp_p8_intel' [05:07, 03:08](1888 MB) +PASS -- TEST 'control_2threads_p8_intel' [05:08, 03:16](1990 MB) +PASS -- TEST 'control_p8_lndp_intel' [07:16, 05:25](1893 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [06:36, 04:10](1961 MB) +PASS -- TEST 'control_p8_mynn_intel' [05:30, 03:11](1899 MB) +PASS -- TEST 'merra2_thompson_intel' [05:45, 03:25](1899 MB) +PASS -- TEST 'regional_control_intel' [07:10, 05:21](1101 MB) +PASS -- TEST 'regional_restart_intel' [04:42, 02:53](1097 MB) +PASS -- TEST 'regional_decomp_intel' [06:32, 05:42](1095 MB) +PASS -- TEST 'regional_2threads_intel' [04:32, 03:57](1091 MB) +PASS -- TEST 'regional_noquilt_intel' [06:35, 05:20](1395 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [06:41, 05:21](1092 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [06:36, 05:39](1097 MB) +PASS -- TEST 'regional_wofs_intel' [07:35, 06:49](1918 MB) + +PASS -- COMPILE 'rrfs_intel' [13:11, 11:39] ( 3 warnings 9 remarks ) +PASS -- TEST 'rap_control_intel' [32:19, 07:49](1110 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [29:19, 04:48](1305 MB) +PASS -- TEST 'rap_decomp_intel' [33:21, 08:11](1031 MB) +PASS -- TEST 'rap_2threads_intel' [33:31, 08:18](1181 MB) +PASS -- TEST 'rap_restart_intel' [06:41, 04:37](1105 MB) +PASS -- TEST 'rap_sfcdiff_intel' [33:47, 08:17](1109 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [32:20, 08:08](1044 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [07:39, 05:57](1127 MB) +PASS -- TEST 'hrrr_control_intel' [29:17, 04:04](1039 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [29:17, 04:13](1025 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [28:39, 03:29](1119 MB) +PASS -- TEST 'hrrr_control_restart_intel' [03:28, 02:15](1004 MB) +PASS -- TEST 'rrfs_v1beta_intel' [32:11, 07:38](1094 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [32:18, 09:16](1991 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [30:30, 09:00](2075 MB) + +PASS -- COMPILE 'csawmg_intel' [12:12, 11:54] +PASS -- TEST 'control_csawmg_intel' [07:43, 06:18](1015 MB) +PASS -- TEST 'control_ras_intel' [04:23, 03:20](742 MB) + +PASS -- COMPILE 'wam_intel' [12:11, 11:18] +PASS -- TEST 'control_wam_intel' [04:22, 02:13](614 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [25:11, 20:07] ( 1 remarks ) +PASS -- TEST 'control_p8_faster_intel' [05:29, 02:50](1894 MB) +PASS -- TEST 'regional_control_faster_intel' [07:38, 05:23](1099 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [11:11, 06:05] ( 884 warnings 9 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [03:48, 02:43](1615 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [03:53, 02:39](1619 MB) +PASS -- TEST 'control_stochy_debug_intel' [04:27, 03:06](816 MB) +PASS -- TEST 'control_lndp_debug_intel' [04:25, 03:25](812 MB) +PASS -- TEST 'control_csawmg_debug_intel' [05:47, 04:50](1128 MB) +PASS -- TEST 'control_ras_debug_intel' [03:58, 02:51](822 MB) +PASS -- TEST 'control_diag_debug_intel' [03:48, 02:48](1668 MB) +PASS -- TEST 'control_debug_p8_intel' [04:45, 02:59](1907 MB) +PASS -- TEST 'regional_debug_intel' [19:40, 17:30](1089 MB) +PASS -- TEST 'rap_control_debug_intel' [06:23, 04:56](1155 MB) +PASS -- TEST 'hrrr_control_debug_intel' [05:23, 04:41](1194 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [05:28, 04:51](1199 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [05:23, 04:54](1200 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [05:25, 04:44](1197 MB) +PASS -- TEST 'rap_diag_debug_intel' [07:34, 05:04](1291 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [07:25, 04:57](1201 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [07:23, 04:58](1201 MB) +PASS -- TEST 'rap_lndp_debug_intel' [07:25, 04:54](1206 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [07:25, 04:50](1198 MB) +PASS -- TEST 'rap_noah_debug_intel' [06:24, 04:46](1195 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [06:25, 04:54](1202 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [09:21, 07:57](1202 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [06:24, 04:52](1202 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [07:24, 05:57](1193 MB) +PASS -- TEST 'rap_flake_debug_intel' [06:25, 04:59](1203 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [10:39, 08:31](1213 MB) + +PASS -- COMPILE 'wam_debug_intel' [09:11, 03:25] ( 855 warnings ) +PASS -- TEST 'control_wam_debug_intel' [06:22, 05:00](511 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [16:10, 11:38] ( 3 warnings 8 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [06:55, 04:25](1161 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [09:11, 06:30](1053 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [05:21, 03:28](933 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [09:00, 06:44](1088 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [04:46, 03:00](965 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [05:18, 03:37](926 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [07:22, 04:56](1027 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [02:27, 01:58](926 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [20:11, 16:33] ( 3 warnings 8 remarks ) +PASS -- TEST 'conus13km_control_intel' [03:54, 02:08](1204 MB) +PASS -- TEST 'conus13km_2threads_intel' [01:45, 01:00](1115 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [02:44, 01:15](1113 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [20:11, 11:36] ( 3 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [05:46, 04:13](988 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [07:10, 03:58] ( 787 warnings 8 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [05:23, 05:00](1078 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [05:20, 04:56](1029 MB) +PASS -- TEST 'conus13km_debug_intel' [15:50, 14:13](1225 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [15:48, 14:33](932 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [09:45, 08:26](1162 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [14:44, 13:57](1295 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [07:10, 03:51] ( 787 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [05:28, 05:04](1088 MB) + +PASS -- COMPILE 'hafsw_intel' [20:11, 13:38] ( 1 warnings 8 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [07:17, 05:30](742 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [06:32, 05:57](1116 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [08:33, 06:57](831 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [15:16, 13:14](862 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [16:25, 14:57](884 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [08:03, 06:21](506 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [09:23, 07:35](511 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [03:52, 03:08](372 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [11:30, 08:07](483 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [05:50, 04:09](535 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [05:00, 03:55](532 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [06:59, 05:31](539 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [03:26, 01:21](406 MB) +PASS -- TEST 'gnv1_nested_intel' [09:26, 04:05](1753 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [11:11, 04:42] ( 1467 warnings 1501 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [14:53, 13:05](567 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [24:11, 22:14] ( 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [13:00, 09:40](669 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [13:07, 09:56](742 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [15:11, 12:48] ( 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [10:11, 07:10](695 MB) + +PASS -- COMPILE 'hafs_all_intel' [23:11, 12:15] ( 7 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [09:20, 06:29](830 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [09:21, 06:31](825 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [17:58, 16:04](1213 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [23:11, 07:12] +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [04:19, 02:41](1138 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [04:20, 01:36](1088 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [03:18, 02:37](1017 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [03:17, 02:45](1011 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [03:16, 02:51](1016 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [03:17, 02:37](1132 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [03:17, 02:34](1141 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [03:18, 02:44](1017 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [07:22, 05:59](1066 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [10:22, 05:52](1030 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [03:17, 02:41](1132 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [06:20, 03:32](2484 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [06:18, 03:40](2479 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [17:10, 03:51] ( 2 warnings ) +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [09:17, 06:24](1063 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [18:11, 07:39] +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [05:17, 02:42](1125 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [11:10, 01:10] ( 1 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [02:28, 00:50](260 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [02:22, 00:49](322 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [01:26, 00:33](320 MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [15:13, 12:04] ( 1 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [06:10, 03:52](1984 MB) + +PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [15:14, 11:33] ( 1 remarks ) +PASS -- TEST 'atm_ds2s_docn_dice_intel' [06:12, 03:40](1957 MB) + +PASS -- COMPILE 'atml_intel' [16:15, 13:34] ( 8 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [06:39, 04:20](1868 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [06:32, 04:24](1853 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [03:44, 02:26](1104 MB) + +PASS -- COMPILE 'atml_debug_intel' [07:10, 05:21] ( 882 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [08:28, 05:58](1876 MB) + +PASS -- COMPILE 'atmw_intel' [12:11, 12:01] ( 8 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [04:16, 01:58](1925 MB) + +PASS -- COMPILE 'atmaero_intel' [14:22, 14:06] ( 1 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [06:21, 04:12](3192 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [07:18, 04:57](3094 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [07:07, 04:53](3104 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [04:17, 03:51] ( 884 warnings 6 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [24:46, 21:12](4580 MB) SYNOPSIS: -Starting Date/Time: 20240521 07:46:11 -Ending Date/Time: 20240521 09:09:02 -Total Time: 01h:23m:38s -Compiles Completed: 39/39 -Tests Completed: 180/183 -Failed Tests: -* TEST cpld_bmark_p8_intel: FAILED: UNABLE TO RUN COMPARISON --- LOG: /work2/noaa/stmp/zshrader/orion/rt-2205/tests/logs/log_orion/run_cpld_bmark_p8_intel.log -* TEST cpld_restart_bmark_p8_intel: FAILED: UNABLE TO START RUN --- LOG: N/A -* TEST hafs_regional_atm_thompson_gfdlsf_intel: FAILED: RUN DID NOT COMPLETE --- LOG: /work2/noaa/stmp/zshrader/orion/rt-2205/tests/logs/log_orion/run_hafs_regional_atm_thompson_gfdlsf_intel.log - -NOTES: -A file 'test_changes.list' was generated with list of all failed tests. -You can use './rt.sh -c -b test_changes.list' to create baselines for the failed tests. -If you are using this log as a pull request verification, please commit 'test_changes.list'. - -Result: FAILURE - -====END OF ORION REGRESSION TESTING LOG==== -====START OF ORION REGRESSION TESTING LOG==== - -UFSWM hash used in testing: -a07258abd88d803c7ffa89a8fef9657780d579df - -Submodule hashes used in testing: - 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) - be5d28fd1b60522e6fc98aefeead20e6aac3530b AQM/src/model/CMAQ (CMAQv5.2.1_07Feb2018-198-gbe5d28fd1) - 3d7067a523b8557058755289e4275f5f5c985daf CDEPS-interface/CDEPS (cdeps0.4.17-40-g3d7067a) - 9c0cd8d3ba5963d01711094a3c81b6358fcb8367 CICE-interface/CICE (CICE6.0.0-448-g9c0cd8d) - f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) - 2d837b16af326b09ff4018daab4de84f4deff7ec CMEPS-interface/CMEPS (cmeps_v0.4.1-2307-g2d837b1) - cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - 2b53b6cae4c691f1cfc8df213d7c0120ce65a81d FV3 (remotes/origin/feature/ccpp_prebuild_optarg) - 630022fdc13720b6f9376fdfb2e4298c10d6d6f2 FV3/atmos_cubed_sphere (remotes/origin/feature/ccpp_data_thrd_cnt) - c2983997d3c22832c588d150247a249f6b02425e FV3/ccpp/framework (v0.1.0-1508-gc298399) - 7e59eba2835711f7046e0b7528dc846bd875f754 FV3/ccpp/physics (master-tag-before-replacing-with-ipd-setup-step-fast-5253-g7e59eba2) - 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) - be0410ece28f2b5b9c089f8ca09ce0c80c79fe6c FV3/upp (upp_v10.2.0-191-gbe0410e) --1ba8270870947b583cd51bc72ff8960f4c1fb36e FV3/upp/sorc/libIFI.fd --7476b8f2790a47d788f79cebfdbb551567ae7cf8 FV3/upp/sorc/ncep_post.fd/post_gtg.fd - 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) - 35789c757766e07f688b4c0c7c5229816f224b09 HYCOM-interface/HYCOM (2.3.00-121-g35789c7) - 86585c08d42200d6451420578ced669fa8a06df1 MOM6-interface/MOM6 (remotes/origin/feature/endofrun_restart) - 9423197f894112edfcb1502245f7d7b873d551f9 MOM6-interface/MOM6/pkg/CVMix-src (9423197) - 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) - ec38ea3d902644cd4519d5fe060316859ccdc108 NOAHMP-interface/noahmp (v3.7.1-434-gec38ea3) - d9b3172f4197c65d471662c6952a668152d71230 WW3 (6.07.1-345-gd9b3172f) - ecdff7cc6e6c3db1cd351bf0e607da78ae9efcf7 stochastic_physics (remotes/origin/feature/optional_arguments) - - -NOTES: -[Times](Memory) are at the end of each compile/test in format [MM:SS](Size). -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-20240516 -COMPARISON DIRECTORY: /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_397584 - -RT.SH OPTIONS USED: -* (-a) - HPC PROJECT ACCOUNT: epic -* (-l) - USE CONFIG FILE: rt.conf -* (-e) - USE ECFLOW - -PASS -- COMPILE 's2swa_intel' [16:11, 15:36] ( 8 remarks ) -FAILED: UNABLE TO RUN COMPARISON -- TEST 'cpld_bmark_p8_intel' [, ]( MB) - -PASS -- COMPILE 'hafsw_intel' [15:11, 14:51] ( 1 warnings 8 remarks ) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [07:49, 06:52](1118 MB) - -SYNOPSIS: -Starting Date/Time: 20240521 09:36:50 -Ending Date/Time: 20240521 10:01:51 -Total Time: 00h:25m:12s -Compiles Completed: 2/2 -Tests Completed: 1/2 -Failed Tests: -* TEST cpld_bmark_p8_intel: FAILED: UNABLE TO RUN COMPARISON --- LOG: /work2/noaa/stmp/zshrader/orion/rt-2205/tests/logs/log_orion/run_cpld_bmark_p8_intel.log - -NOTES: -A file 'test_changes.list' was generated with list of all failed tests. -You can use './rt.sh -c -b test_changes.list' to create baselines for the failed tests. -If you are using this log as a pull request verification, please commit 'test_changes.list'. - -Result: FAILURE - -====END OF ORION REGRESSION TESTING LOG==== -====START OF ORION REGRESSION TESTING LOG==== - -UFSWM hash used in testing: -a07258abd88d803c7ffa89a8fef9657780d579df - -Submodule hashes used in testing: - 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) - be5d28fd1b60522e6fc98aefeead20e6aac3530b AQM/src/model/CMAQ (CMAQv5.2.1_07Feb2018-198-gbe5d28fd1) - 3d7067a523b8557058755289e4275f5f5c985daf CDEPS-interface/CDEPS (cdeps0.4.17-40-g3d7067a) - 9c0cd8d3ba5963d01711094a3c81b6358fcb8367 CICE-interface/CICE (CICE6.0.0-448-g9c0cd8d) - f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) - 2d837b16af326b09ff4018daab4de84f4deff7ec CMEPS-interface/CMEPS (cmeps_v0.4.1-2307-g2d837b1) - cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - 2b53b6cae4c691f1cfc8df213d7c0120ce65a81d FV3 (remotes/origin/feature/ccpp_prebuild_optarg) - 630022fdc13720b6f9376fdfb2e4298c10d6d6f2 FV3/atmos_cubed_sphere (remotes/origin/feature/ccpp_data_thrd_cnt) - c2983997d3c22832c588d150247a249f6b02425e FV3/ccpp/framework (v0.1.0-1508-gc298399) - 7e59eba2835711f7046e0b7528dc846bd875f754 FV3/ccpp/physics (master-tag-before-replacing-with-ipd-setup-step-fast-5253-g7e59eba2) - 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) - be0410ece28f2b5b9c089f8ca09ce0c80c79fe6c FV3/upp (upp_v10.2.0-191-gbe0410e) --1ba8270870947b583cd51bc72ff8960f4c1fb36e FV3/upp/sorc/libIFI.fd --7476b8f2790a47d788f79cebfdbb551567ae7cf8 FV3/upp/sorc/ncep_post.fd/post_gtg.fd - 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) - 35789c757766e07f688b4c0c7c5229816f224b09 HYCOM-interface/HYCOM (2.3.00-121-g35789c7) - 86585c08d42200d6451420578ced669fa8a06df1 MOM6-interface/MOM6 (remotes/origin/feature/endofrun_restart) - 9423197f894112edfcb1502245f7d7b873d551f9 MOM6-interface/MOM6/pkg/CVMix-src (9423197) - 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) - ec38ea3d902644cd4519d5fe060316859ccdc108 NOAHMP-interface/noahmp (v3.7.1-434-gec38ea3) - d9b3172f4197c65d471662c6952a668152d71230 WW3 (6.07.1-345-gd9b3172f) - ecdff7cc6e6c3db1cd351bf0e607da78ae9efcf7 stochastic_physics (remotes/origin/feature/optional_arguments) - - -NOTES: -[Times](Memory) are at the end of each compile/test in format [MM:SS](Size). -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-20240516 -COMPARISON DIRECTORY: /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_292972 - -RT.SH OPTIONS USED: -* (-a) - HPC PROJECT ACCOUNT: epic -* (-l) - USE CONFIG FILE: rt.conf -* (-e) - USE ECFLOW - -PASS -- COMPILE 's2swa_intel' [15:11, 14:49] ( 8 remarks ) -PASS -- TEST 'cpld_bmark_p8_intel' [19:00, 11:23](4129 MB) - -SYNOPSIS: -Starting Date/Time: 20240521 11:03:10 -Ending Date/Time: 20240521 11:38:48 -Total Time: 00h:35m:51s -Compiles Completed: 1/1 -Tests Completed: 1/1 +Starting Date/Time: 20240610 08:53:16 +Ending Date/Time: 20240610 10:50:24 +Total Time: 01h:57m:39s +Compiles Completed: 41/41 +Tests Completed: 185/185 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 9e57b45f80..c13d1e7a23 100644 --- a/tests/logs/RegressionTests_wcoss2.log +++ b/tests/logs/RegressionTests_wcoss2.log @@ -1,32 +1,32 @@ ====START OF WCOSS2 REGRESSION TESTING LOG==== UFSWM hash used in testing: -3e15eaa45553e76c6aa00a66b999b6b85d2b5fb3 +cfa2f75f86e39595b43e01c4b9e6f5d4b94c2527 Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) be5d28fd1b60522e6fc98aefeead20e6aac3530b AQM/src/model/CMAQ (CMAQv5.2.1_07Feb2018-198-gbe5d28fd1) - 3d7067a523b8557058755289e4275f5f5c985daf CDEPS-interface/CDEPS (cdeps0.4.17-40-g3d7067a) - 9c0cd8d3ba5963d01711094a3c81b6358fcb8367 CICE-interface/CICE (CICE6.0.0-448-g9c0cd8d) + fbdf6843d6bde852d97f1547591d90136103f669 CDEPS-interface/CDEPS (cdeps0.4.17-41-gfbdf684) + d406c7e205bd62913eea0bc87bed1aeb63eb2f83 CICE-interface/CICE (CICE6.0.0-449-gd406c7e) f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) 2d837b16af326b09ff4018daab4de84f4deff7ec CMEPS-interface/CMEPS (cmeps_v0.4.1-2307-g2d837b1) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - 2b53b6cae4c691f1cfc8df213d7c0120ce65a81d FV3 (remotes/origin/feature/ccpp_prebuild_optarg) - 630022fdc13720b6f9376fdfb2e4298c10d6d6f2 FV3/atmos_cubed_sphere (201912_public_release-393-g630022f) - c2983997d3c22832c588d150247a249f6b02425e FV3/ccpp/framework (v0.1.0-1508-gc298399) - 7e59eba2835711f7046e0b7528dc846bd875f754 FV3/ccpp/physics (EP4-807-g7e59eba2) + 07c26d1efae47445e4c36ff98942494788e7dc49 FV3 (heads/develop) + ab195d5026ca4c221b6cbb3888c8ae92d711f89a FV3/atmos_cubed_sphere (201912_public_release-397-gab195d5) + ccfefcd0b426e011f94137031d5f7c2a4dda2659 FV3/ccpp/framework (ccpp_transition_to_vlab_master_20190705-750-gccfefcd) + 16a1d881774d795f46db16017aeed7fc351d661a FV3/ccpp/physics (EP4-808-g16a1d881) 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) be0410ece28f2b5b9c089f8ca09ce0c80c79fe6c FV3/upp (upp_v10.2.0-191-gbe0410e) -1ba8270870947b583cd51bc72ff8960f4c1fb36e FV3/upp/sorc/libIFI.fd -7476b8f2790a47d788f79cebfdbb551567ae7cf8 FV3/upp/sorc/ncep_post.fd/post_gtg.fd 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) - 35789c757766e07f688b4c0c7c5229816f224b09 HYCOM-interface/HYCOM (2.3.00-121-g35789c7) - 86585c08d42200d6451420578ced669fa8a06df1 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10058-g86585c08d) + bcf7777bb037ae2feb2a8a8ac51aacb3511b52d9 HYCOM-interface/HYCOM (2.3.00-122-gbcf7777) + b32aea7bf3f9e2a774afa23d3386c88156cd1182 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10051-gb32aea7bf) 9423197f894112edfcb1502245f7d7b873d551f9 MOM6-interface/MOM6/pkg/CVMix-src (9423197) 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) ec38ea3d902644cd4519d5fe060316859ccdc108 NOAHMP-interface/noahmp (v3.7.1-434-gec38ea3) d9b3172f4197c65d471662c6952a668152d71230 WW3 (6.07.1-345-gd9b3172f) - ecdff7cc6e6c3db1cd351bf0e607da78ae9efcf7 stochastic_physics (ufs-v2.0.0-218-gecdff7c) + fad2fe9f42f6b7f744b128b4a2a9433f91e4296f stochastic_physics (ufs-v2.0.0-219-gfad2fe9) NOTES: @@ -35,242 +35,241 @@ 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-20240516 -COMPARISON DIRECTORY: /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_50681 +BASELINE DIRECTORY: /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20240614 +COMPARISON DIRECTORY: /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_67370 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: GFS-DEV * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [13:36, 12:48] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [11:36, 02:07](2975 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [28:52, 27:48] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [43:31, 01:52](1596 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [25:15, 01:56](1718 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [24:33, 02:13](848 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [43:31, 02:02](1570 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [13:35, 12:50] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [58:47, 01:05](1590 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [10:30, 09:25] ( 1505 warnings 1998 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [01:53, 01:53](1609 MB) - -PASS -- COMPILE 's2swa_intel' [12:33, 11:31] ( 8 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [59:48, 01:25](3010 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [59:48, 01:43](3004 MB) -PASS -- TEST 'cpld_restart_p8_intel' [46:20, 01:29](3064 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [59:48, 01:43](3027 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [47:23, 01:47](3085 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [59:48, 01:19](3318 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [59:48, 01:02](3004 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [59:49, 01:29](2931 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [59:48, 01:44](3008 MB) -PASS -- TEST 'cpld_bmark_p8_intel' [59:57, 04:27](3958 MB) -PASS -- TEST 'cpld_restart_bmark_p8_intel' [33:26, 05:32](4248 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [59:48, 01:21](2972 MB) - -PASS -- COMPILE 's2sw_intel' [46:14, 45:08] ( 8 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [26:03, 02:06](1592 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [26:03, 02:12](1639 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [10:30, 09:52] ( 1 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [01:52, 01:57](1635 MB) - -PASS -- COMPILE 's2s_intel' [20:42, 19:39] ( 1 remarks ) -PASS -- TEST 'cpld_control_c48_intel' [51:40, 01:31](2649 MB) -PASS -- TEST 'cpld_warmstart_c48_intel' [51:40, 01:14](2676 MB) -PASS -- TEST 'cpld_restart_c48_intel' [45:30, 01:10](2108 MB) - -PASS -- COMPILE 's2swa_faster_intel' [18:39, 18:18] ( 8 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [53:43, 01:16](3007 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [21:43, 21:19] ( 8 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [50:40, 01:45](1613 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [31:02, 01:25](907 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [31:03, 01:24](1589 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [18:36, 18:00] ( 1541 warnings 1998 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [43:17, 01:21](1620 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [25:44, 24:21] ( 1 warnings 1 remarks ) -PASS -- TEST 'control_flake_intel' [36:08, 00:28](574 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [36:08, 01:07](1473 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [36:08, 00:54](1481 MB) -PASS -- TEST 'control_latlon_intel' [36:08, 01:10](1466 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [36:08, 01:13](1469 MB) -PASS -- TEST 'control_c48_intel' [36:07, 00:42](1591 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [36:07, 00:52](714 MB) -PASS -- TEST 'control_c192_intel' [36:08, 01:33](1590 MB) -PASS -- TEST 'control_c384_intel' [36:12, 01:48](1900 MB) -PASS -- TEST 'control_c384gdas_intel' [36:12, 02:43](1091 MB) -PASS -- TEST 'control_stochy_intel' [36:08, 00:27](530 MB) -PASS -- TEST 'control_stochy_restart_intel' [33:36, 00:48](331 MB) -PASS -- TEST 'control_lndp_intel' [36:08, 00:27](528 MB) -PASS -- TEST 'control_iovr4_intel' [36:08, 00:49](523 MB) -PASS -- TEST 'control_iovr5_intel' [36:08, 00:46](523 MB) -PASS -- TEST 'control_p8_intel' [36:08, 01:07](1503 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [36:08, 01:29](1501 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [36:08, 01:33](1509 MB) -PASS -- TEST 'control_restart_p8_intel' [30:44, 01:57](689 MB) -PASS -- TEST 'control_noqr_p8_intel' [36:08, 01:24](1490 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [30:44, 01:42](695 MB) -PASS -- TEST 'control_decomp_p8_intel' [36:08, 01:13](1497 MB) -PASS -- TEST 'control_2threads_p8_intel' [36:08, 01:24](1599 MB) -PASS -- TEST 'control_p8_lndp_intel' [36:08, 00:40](1508 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [36:08, 01:37](1559 MB) -PASS -- TEST 'control_p8_mynn_intel' [35:28, 01:04](1513 MB) -PASS -- TEST 'merra2_thompson_intel' [34:36, 01:59](1507 MB) -PASS -- TEST 'regional_control_intel' [33:36, 01:09](608 MB) -PASS -- TEST 'regional_restart_intel' [26:45, 00:14](779 MB) -PASS -- TEST 'regional_decomp_intel' [32:30, 00:43](606 MB) -PASS -- TEST 'regional_2threads_intel' [32:29, 00:43](664 MB) -PASS -- TEST 'regional_noquilt_intel' [31:34, 01:18](1145 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [31:08, 01:18](608 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [31:08, 01:06](608 MB) -PASS -- TEST 'regional_wofs_intel' [31:03, 00:44](1581 MB) - -PASS -- COMPILE 'rrfs_intel' [31:51, 29:36] ( 3 warnings 92 remarks ) -PASS -- TEST 'rap_control_intel' [27:52, 02:18](914 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [27:46, 01:17](1098 MB) -PASS -- TEST 'rap_decomp_intel' [27:40, 01:52](914 MB) -PASS -- TEST 'rap_2threads_intel' [26:10, 01:13](1000 MB) -PASS -- TEST 'rap_restart_intel' [18:03, 02:09](783 MB) -PASS -- TEST 'rap_sfcdiff_intel' [26:09, 02:11](909 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [26:02, 01:35](913 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [16:32, 01:26](787 MB) -PASS -- TEST 'hrrr_control_intel' [26:02, 01:20](906 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [25:54, 01:07](906 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [25:43, 01:20](991 MB) -PASS -- TEST 'hrrr_control_restart_intel' [20:42, 00:49](741 MB) -PASS -- TEST 'rrfs_v1beta_intel' [24:20, 02:09](910 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [24:13, 00:42](1872 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [23:56, 01:07](1859 MB) - -PASS -- COMPILE 'csawmg_intel' [19:38, 13:54] -PASS -- TEST 'control_csawmg_intel' [39:08, 00:38](600 MB) -PASS -- TEST 'control_ras_intel' [39:08, 00:50](562 MB) - -PASS -- COMPILE 'wam_intel' [11:26, 09:16] -PASS -- TEST 'control_wam_intel' [42:16, 00:52](272 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [42:01, 39:13] ( 1 remarks ) -PASS -- TEST 'control_p8_faster_intel' [09:13, 02:04](1502 MB) -PASS -- TEST 'regional_control_faster_intel' [08:53, 00:43](607 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [15:28, 13:24] ( 869 warnings 92 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [31:01, 01:19](1490 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [30:58, 01:22](1490 MB) -PASS -- TEST 'control_stochy_debug_intel' [30:44, 00:47](692 MB) -PASS -- TEST 'control_lndp_debug_intel' [30:44, 00:55](693 MB) -PASS -- TEST 'control_csawmg_debug_intel' [30:25, 01:20](733 MB) -PASS -- TEST 'control_ras_debug_intel' [30:24, 01:00](703 MB) -PASS -- TEST 'control_diag_debug_intel' [29:53, 01:11](1556 MB) -PASS -- TEST 'control_debug_p8_intel' [29:22, 01:18](1526 MB) -PASS -- TEST 'regional_debug_intel' [29:19, 01:05](634 MB) -PASS -- TEST 'rap_control_debug_intel' [29:02, 01:16](1074 MB) -PASS -- TEST 'hrrr_control_debug_intel' [23:38, 00:48](1074 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [23:29, 00:45](1079 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [23:12, 01:02](1071 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [22:57, 01:14](1073 MB) -PASS -- TEST 'rap_diag_debug_intel' [22:38, 01:22](1159 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [22:31, 01:24](1076 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [21:21, 00:32](1072 MB) -PASS -- TEST 'rap_lndp_debug_intel' [21:17, 00:37](1077 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [20:55, 00:48](1074 MB) -PASS -- TEST 'rap_noah_debug_intel' [20:42, 00:50](1075 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [20:42, 00:43](1071 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [20:41, 00:29](1074 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [20:13, 00:48](1066 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [18:25, 00:44](1077 MB) -PASS -- TEST 'rap_flake_debug_intel' [18:13, 00:39](1077 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [18:05, 02:06](1078 MB) - -PASS -- COMPILE 'wam_debug_intel' [08:24, 07:11] ( 842 warnings ) -PASS -- TEST 'control_wam_debug_intel' [18:01, 00:42](302 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [17:33, 17:07] ( 3 warnings 91 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [17:10, 01:05](960 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [16:33, 01:24](794 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [16:05, 01:45](790 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [15:57, 01:22](857 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [15:41, 01:48](841 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [15:34, 01:13](793 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [08:30, 01:38](692 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [10:29, 01:12](675 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [25:44, 25:17] ( 3 warnings 91 remarks ) -PASS -- TEST 'conus13km_control_intel' [15:25, 00:55](1006 MB) -PASS -- TEST 'conus13km_2threads_intel' [11:12, 00:45](1010 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [11:05, 00:43](885 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [20:40, 20:05] ( 3 warnings 91 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [14:59, 01:29](814 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [18:41, 18:04] ( 773 warnings 91 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [14:56, 00:28](956 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [14:53, 00:50](956 MB) -PASS -- TEST 'conus13km_debug_intel' [14:39, 00:40](1046 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [14:37, 00:27](715 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [14:35, 00:53](1043 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [14:16, 00:42](1107 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [19:40, 18:32] ( 773 warnings 91 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [14:14, 01:17](978 MB) - -PASS -- COMPILE 'hafsw_intel' [18:38, 16:38] ( 1 warnings 8 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [14:15, 01:47](619 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [14:13, 00:27](968 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [13:44, 01:59](668 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [13:09, 02:17](698 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [12:39, 02:23](714 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [11:26, 01:51](391 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [11:26, 01:50](401 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [10:49, 01:01](284 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [10:52, 03:10](371 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [10:30, 00:49](417 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [10:30, 01:31](416 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [10:14, 01:38](493 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [08:32, 00:41](333 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [23:45, 22:43] ( 1449 warnings 1501 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [04:12, 01:01](512 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [26:51, 25:58] ( 7 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [59:18, 01:52](531 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [59:18, 00:58](711 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [21:40, 20:38] ( 7 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [04:05, 01:29](719 MB) - -PASS -- COMPILE 'hafs_all_intel' [16:33, 16:12] ( 7 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [01:51, 02:14](658 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [01:51, 02:14](649 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [01:49, 00:37](879 MB) - -PASS -- COMPILE 'atml_intel' [19:34, 18:00] ( 8 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [57:51, 02:02](1545 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [57:51, 01:29](1548 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [44:23, 00:59](746 MB) - -PASS -- COMPILE 'atml_debug_intel' [11:26, 10:04] ( 868 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [05:07, 02:18](1562 MB) - -PASS -- COMPILE 'atmaero_intel' [10:24, 09:05] ( 1 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [06:02, 01:43](2854 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [06:02, 01:25](2914 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [06:02, 01:18](2927 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [10:24, 09:48] ( 870 warnings 6 remarks ) -PASS -- TEST 'regional_atmaq_debug_intel' [05:06, 01:30](4437 MB) +PASS -- COMPILE 's2swa_32bit_intel' [35:56, 34:56] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [58:16, 01:33](3095 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [12:27, 12:04] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [21:46, 01:42](1823 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [03:53, 01:38](1859 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [03:53, 01:34](985 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [21:47, 02:04](1800 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [29:48, 29:26] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [04:24, 00:44](1818 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [05:19, 04:46] ( 1505 warnings 1998 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [28:54, 02:07](1832 MB) + +PASS -- COMPILE 's2swa_intel' [23:44, 23:09] ( 8 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [10:28, 01:26](3129 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [10:28, 01:42](3127 MB) +PASS -- TEST 'cpld_restart_p8_intel' [02:14, 01:49](3062 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [10:28, 01:16](3148 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [02:14, 01:50](3081 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [10:28, 01:45](3362 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [10:28, 01:22](3124 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [10:29, 01:41](3072 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [10:28, 01:44](3130 MB) +PASS -- TEST 'cpld_bmark_p8_intel' [10:37, 05:14](4102 MB) +PASS -- TEST 'cpld_restart_bmark_p8_intel' [50:13, 03:56](4252 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [10:28, 01:39](3109 MB) + +PASS -- COMPILE 's2sw_intel' [25:43, 25:15] ( 8 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [08:29, 01:20](1832 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [08:29, 01:35](1897 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [11:26, 10:58] ( 1 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [22:46, 01:53](1891 MB) + +PASS -- COMPILE 's2s_intel' [16:29, 16:00] ( 1 remarks ) +PASS -- TEST 'cpld_control_c48_intel' [17:43, 01:25](2909 MB) +PASS -- TEST 'cpld_warmstart_c48_intel' [17:43, 01:12](2907 MB) +PASS -- TEST 'cpld_restart_c48_intel' [13:46, 00:54](2304 MB) + +PASS -- COMPILE 's2swa_faster_intel' [22:42, 21:53] ( 8 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [11:31, 01:40](3127 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [33:54, 32:59] ( 8 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [00:18, 01:01](1833 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [42:53, 01:26](1006 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [42:54, 01:23](1796 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [24:41, 22:29] ( 1541 warnings 1998 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [04:12, 01:38](1850 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [30:45, 29:48] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_flake_intel' [52:00, 01:22](572 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [52:00, 00:30](1471 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [52:00, 01:25](1474 MB) +PASS -- TEST 'control_latlon_intel' [52:00, 01:21](1473 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [52:00, 01:33](1470 MB) +PASS -- TEST 'control_c48_intel' [51:59, 00:52](1589 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [51:59, 00:50](715 MB) +PASS -- TEST 'control_c192_intel' [52:00, 01:18](1584 MB) +PASS -- TEST 'control_c384_intel' [52:04, 01:16](1902 MB) +PASS -- TEST 'control_c384gdas_intel' [52:04, 02:36](1090 MB) +PASS -- TEST 'control_stochy_intel' [52:00, 01:26](568 MB) +PASS -- TEST 'control_stochy_restart_intel' [48:25, 01:01](333 MB) +PASS -- TEST 'control_lndp_intel' [52:00, 00:25](525 MB) +PASS -- TEST 'control_iovr4_intel' [52:00, 00:47](527 MB) +PASS -- TEST 'control_iovr5_intel' [52:00, 00:44](526 MB) +PASS -- TEST 'control_p8_intel' [52:00, 01:44](1768 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [52:00, 02:07](1766 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [52:00, 02:05](1766 MB) +PASS -- TEST 'control_restart_p8_intel' [46:27, 00:55](918 MB) +PASS -- TEST 'control_noqr_p8_intel' [52:00, 01:45](1762 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [46:26, 01:38](907 MB) +PASS -- TEST 'control_decomp_p8_intel' [52:00, 01:34](1761 MB) +PASS -- TEST 'control_2threads_p8_intel' [52:00, 01:55](1853 MB) +PASS -- TEST 'control_p8_lndp_intel' [52:00, 00:57](1762 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [52:00, 02:00](1829 MB) +PASS -- TEST 'control_p8_mynn_intel' [52:00, 01:55](1779 MB) +PASS -- TEST 'merra2_thompson_intel' [52:00, 01:54](1777 MB) +PASS -- TEST 'regional_control_intel' [50:31, 01:04](852 MB) +PASS -- TEST 'regional_restart_intel' [43:47, 00:17](848 MB) +PASS -- TEST 'regional_decomp_intel' [49:30, 00:36](852 MB) +PASS -- TEST 'regional_2threads_intel' [48:20, 00:46](900 MB) +PASS -- TEST 'regional_noquilt_intel' [48:18, 01:11](1174 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [47:58, 01:08](848 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [47:16, 01:06](851 MB) +PASS -- TEST 'regional_wofs_intel' [46:58, 00:48](1579 MB) + +PASS -- COMPILE 'rrfs_intel' [32:46, 32:28] ( 3 warnings 92 remarks ) +PASS -- TEST 'rap_control_intel' [46:51, 01:30](911 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [46:50, 00:59](1093 MB) +PASS -- TEST 'rap_decomp_intel' [46:27, 01:15](911 MB) +PASS -- TEST 'rap_2threads_intel' [46:27, 01:41](999 MB) +PASS -- TEST 'rap_restart_intel' [37:44, 01:11](781 MB) +PASS -- TEST 'rap_sfcdiff_intel' [46:22, 01:48](910 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [46:10, 01:17](910 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [37:01, 01:17](781 MB) +PASS -- TEST 'hrrr_control_intel' [46:09, 01:11](906 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [46:04, 00:59](906 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [45:59, 01:23](988 MB) +PASS -- TEST 'hrrr_control_restart_intel' [40:53, 01:01](735 MB) +PASS -- TEST 'rrfs_v1beta_intel' [45:39, 02:15](903 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [45:16, 01:14](1872 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [45:12, 00:22](1859 MB) + +PASS -- COMPILE 'csawmg_intel' [35:52, 34:34] +PASS -- TEST 'control_csawmg_intel' [41:52, 00:24](871 MB) +PASS -- TEST 'control_ras_intel' [41:52, 00:50](565 MB) + +PASS -- COMPILE 'wam_intel' [30:48, 29:54] ( 1 remarks ) +PASS -- TEST 'control_wam_intel' [40:43, 00:51](1568 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [28:44, 28:01] ( 1 remarks ) +PASS -- TEST 'control_p8_faster_intel' [41:43, 01:54](1771 MB) +PASS -- TEST 'regional_control_faster_intel' [41:42, 00:24](850 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [28:42, 26:58] ( 869 warnings 92 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [39:46, 01:16](1486 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [39:46, 01:24](1485 MB) +PASS -- TEST 'control_stochy_debug_intel' [39:46, 00:47](694 MB) +PASS -- TEST 'control_lndp_debug_intel' [39:46, 01:07](691 MB) +PASS -- TEST 'control_csawmg_debug_intel' [39:46, 00:27](997 MB) +PASS -- TEST 'control_ras_debug_intel' [39:46, 01:04](702 MB) +PASS -- TEST 'control_diag_debug_intel' [39:27, 01:15](1550 MB) +PASS -- TEST 'control_debug_p8_intel' [39:08, 00:53](1790 MB) +PASS -- TEST 'regional_debug_intel' [39:06, 00:32](879 MB) +PASS -- TEST 'rap_control_debug_intel' [38:59, 00:53](1074 MB) +PASS -- TEST 'hrrr_control_debug_intel' [37:58, 01:01](1065 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [37:28, 00:51](1070 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [37:25, 00:48](1073 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [37:23, 00:52](1070 MB) +PASS -- TEST 'rap_diag_debug_intel' [37:01, 00:30](1155 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [36:59, 00:34](1072 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [36:38, 00:16](1077 MB) +PASS -- TEST 'rap_lndp_debug_intel' [36:23, 00:33](1074 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [36:01, 00:51](1072 MB) +PASS -- TEST 'rap_noah_debug_intel' [35:15, 00:47](1069 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [35:15, 00:42](1081 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [35:14, 00:36](1068 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [35:05, 00:55](1068 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [34:56, 00:30](1077 MB) +PASS -- TEST 'rap_flake_debug_intel' [34:50, 00:28](1071 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [34:41, 01:38](1079 MB) + +PASS -- COMPILE 'wam_debug_intel' [17:32, 16:26] ( 825 warnings 1 remarks ) +PASS -- TEST 'control_wam_debug_intel' [45:00, 01:06](1579 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [24:44, 23:37] ( 3 warnings 91 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [34:29, 01:34](956 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [34:21, 01:37](792 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [34:11, 01:48](786 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [34:00, 01:37](855 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [33:40, 01:58](845 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [32:50, 01:23](788 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [22:54, 01:20](690 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [24:54, 01:01](670 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [32:53, 32:20] ( 3 warnings 91 remarks ) +PASS -- TEST 'conus13km_control_intel' [27:14, 00:36](1004 MB) +PASS -- TEST 'conus13km_2threads_intel' [22:16, 00:51](1012 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [22:15, 00:38](886 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [15:31, 15:13] ( 3 warnings 91 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [42:44, 01:05](809 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [22:45, 22:08] ( 773 warnings 91 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [29:15, 01:04](962 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [29:15, 01:09](952 MB) +PASS -- TEST 'conus13km_debug_intel' [29:15, 01:34](1041 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [29:15, 01:22](715 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [29:16, 00:59](1045 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [29:15, 00:35](1112 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [18:39, 17:56] ( 773 warnings 91 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [30:19, 00:46](977 MB) + +PASS -- COMPILE 'hafsw_intel' [17:37, 17:17] ( 1 warnings 8 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [29:17, 01:34](619 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [29:17, 01:00](964 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [29:15, 02:06](657 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [29:15, 02:18](691 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [29:16, 02:15](709 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [29:15, 01:19](391 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [28:07, 02:02](403 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [27:55, 01:35](285 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [27:50, 02:08](374 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [27:44, 01:19](421 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [27:35, 01:47](411 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [26:19, 01:31](493 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [24:56, 01:01](312 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [17:32, 16:53] ( 1449 warnings 1501 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [24:46, 01:23](506 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [30:48, 30:09] ( 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [11:07, 01:41](529 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [11:07, 01:32](711 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [14:29, 14:13] ( 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [24:41, 01:30](711 MB) + +PASS -- COMPILE 'hafs_all_intel' [21:35, 20:23] ( 7 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [19:08, 02:08](660 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [19:08, 02:09](648 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [19:06, 00:27](882 MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [12:27, 11:54] ( 1 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [24:15, 00:46](1830 MB) + +PASS -- COMPILE 'atml_intel' [23:37, 23:21] ( 8 warnings 2 remarks ) + +PASS -- COMPILE 'atml_debug_intel' [11:27, 09:49] ( 868 warnings 2 remarks ) + +PASS -- COMPILE 'atmaero_intel' [16:30, 14:31] ( 1 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [12:44, 01:07](3025 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [12:44, 01:32](2906 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [12:44, 01:25](2917 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [07:20, 05:52] ( 870 warnings 6 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [21:55, 00:54](4436 MB) SYNOPSIS: -Starting Date/Time: 20240520 18:47:07 -Ending Date/Time: 20240520 20:36:22 -Total Time: 01h:50m:06s -Compiles Completed: 32/32 -Tests Completed: 159/159 +Starting Date/Time: 20240617 17:25:27 +Ending Date/Time: 20240617 19:04:51 +Total Time: 01h:40m:14s +Compiles Completed: 33/33 +Tests Completed: 156/156 NOTES: A file 'test_changes.list' was generated but is empty. diff --git a/tests/module-setup.sh b/tests/module-setup.sh index 57e02965c7..01cff398b5 100755 --- a/tests/module-setup.sh +++ b/tests/module-setup.sh @@ -51,13 +51,6 @@ elif [[ ${MACHINE_ID} = derecho ]] ; then fi module purge -elif [[ ${MACHINE_ID} = noaacloud ]] ; then - # We are on NOAA Cloud - if ( ! eval module help > /dev/null 2>&1 ) ; then - source /apps/lmod/8.5.2/init/bash - fi - module purge - elif [[ ${MACHINE_ID} = stampede ]] ; then # We are on TACC Stampede if ( ! eval module help > /dev/null 2>&1 ) ; then @@ -85,6 +78,10 @@ elif [[ ${MACHINE_ID} = expanse ]]; then module purge module load slurm/expanse/20.02.3 +elif [[ ${MACHINE_ID} = noaacloud ]] ; then + # We are on NOAA Cloud + module purge + else echo WARNING: UNKNOWN PLATFORM 1>&2 fi diff --git a/tests/parm/diag_table/diag_additional_ldiag3d_ugwp b/tests/parm/diag_table/diag_additional_ldiag3d_ugwp new file mode 100644 index 0000000000..0391132f7a --- /dev/null +++ b/tests/parm/diag_table/diag_additional_ldiag3d_ugwp @@ -0,0 +1,38 @@ +# Diagnostic variables for Unified Gravity Wave Physics (UGWP) +"gfs_phys", "dws3dt_ogw", "dws3dt_ogw", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "dws3dt_obl", "dws3dt_obl", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "dws3dt_oss", "dws3dt_oss", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "dws3dt_ofd", "dws3dt_ofd", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "ldu3dt_ogw", "ldu3dt_ogw", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "ldu3dt_obl", "ldu3dt_obl", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "ldu3dt_oss", "ldu3dt_oss", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "ldu3dt_ofd", "ldu3dt_ofd", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "ldu3dt_ngw", "ldu3dt_ngw", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "ldv3dt_ngw", "ldv3dt_ngw", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "ldt3dt_ngw", "ldt3dt_ngw", "fv3_history2d", "all", .false., "none", 2 + +"gfs_phys", "dudt_ogw", "dudt_ogw", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "dvdt_ogw", "dvdt_ogw", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "dudt_obl", "dudt_obl", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "dvdt_obl", "dvdt_obl", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "dudt_oss", "dudt_oss", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "dvdt_oss", "dvdt_oss", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "dudt_ofd", "dudt_ofd", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "dvdt_ofd", "dvdt_ofd", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "du_ogwcol", "du_ogwcol", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "dv_ogwcol", "dv_ogwcol", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "du_oblcol", "du_oblcol", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "dv_oblcol", "dv_oblcol", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "du_osscol", "du_osscol", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "dv_osscol", "dv_osscol", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "du_ofdcol", "du_ofdcol", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "dv_ofdcol", "dv_ofdcol", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "du3_ogwcol", "du3_ogwcol", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "dv3_ogwcol", "dv3_ogwcol", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "du3_oblcol", "du3_oblcol", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "dv3_oblcol", "dv3_oblcol", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "du3_osscol", "du3_osscol", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "dv3_osscol", "dv3_osscol", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "du3_ofdcol", "du3_ofdcol", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "dv3_ofdcol", "dv3_ofdcol", "fv3_history2d", "all", .false., "none", 2 + diff --git a/tests/parm/diag_table/diag_table_wam b/tests/parm/diag_table/diag_table_wam index 4f55f96e4c..a86571b34e 100644 --- a/tests/parm/diag_table/diag_table_wam +++ b/tests/parm/diag_table/diag_table_wam @@ -16,9 +16,13 @@ "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", "spfo2", "spfo2", "fv3_history", "all", .false., "none", 2 -"gfs_dyn", "spfo", "spfo", "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", "spo3", "o3mr", "fv3_history", "all", .false., "none", 2 +"gfs_dyn", "spo2", "spfo2", "fv3_history", "all", .false., "none", 2 +"gfs_dyn", "spo", "spfo", "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 @@ -69,13 +73,6 @@ "gfs_phys", "dusfc", "uflx_ave", "fv3_history2d", "all", .false., "none", 2 "gfs_phys", "dvsfc", "vflx_ave", "fv3_history2d", "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", "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 @@ -181,7 +178,19 @@ "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 +# "gfs_phys", "cldfra2d", "cldfra2d", "fv3_history2d", "all", .false., "none", 2 +# "gfs_phys", "AOD_550", "aod550", "fv3_history2d", "all", .false., "none", 2 +#"gfs_phys", "cldfra", "cldfra", "fv3_history", "all", .false., "none", 2 #============================================================================================= # #====> This file can be used with diag_manager/v2.0a (or higher) <==== diff --git a/tests/parm/docn_in.IN b/tests/parm/docn_in.IN index eaa7e413c5..dd399770dd 100644 --- a/tests/parm/docn_in.IN +++ b/tests/parm/docn_in.IN @@ -7,5 +7,5 @@ restfilm = "null" sst_constant_value = -1.0 skip_restart_read = true - import_data_fields = none + import_data_fields = "none" / diff --git a/tests/parm/field_table/field_table_wam b/tests/parm/field_table/field_table_wam_noaer similarity index 68% rename from tests/parm/field_table/field_table_wam rename to tests/parm/field_table/field_table_wam_noaer index 7fecc850c4..acf347c027 100644 --- a/tests/parm/field_table/field_table_wam +++ b/tests/parm/field_table/field_table_wam_noaer @@ -10,49 +10,59 @@ "longname", "cloud water mixing ratio" "units", "kg/kg" "profile_type", "fixed", "surface_value=1.e30" / -# 3 prognostic cloud water mixing ratio +# 3 prognostic rain water mixing ratio "TRACER", "atmos_mod", "rainwat" "longname", "rain mixing ratio" "units", "kg/kg" "profile_type", "fixed", "surface_value=1.e30" / -# 4 prognostic cloud water mixing ratio +# 4 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" / -# 5 prognostic cloud water mixing ratio +# 5 prognostic snow water mixing ratio "TRACER", "atmos_mod", "snowwat" "longname", "snow mixing ratio" "units", "kg/kg" "profile_type", "fixed", "surface_value=1.e30" / -# 6 prognostic cloud water mixing ratio +# 6 prognostic graupel water mixing ratio "TRACER", "atmos_mod", "graupel" "longname", "graupel mixing ratio" "units", "kg/kg" "profile_type", "fixed", "surface_value=1.e30" / -# 7 prognostic ozone mixing ratio tracer +# 9 prognostic ozone mixing ratio tracer "TRACER", "atmos_mod", "spo3" "longname", "ozone mixing ratio" "units", "kg/kg" "profile_type", "fixed", "surface_value=1.e15" / -# 8 prognostic ozone mixing ratio tracer +# 10 prognostic ozone mixing ratio tracer "TRACER", "atmos_mod", "spo" "longname", "oxygen atom mixing ratio" "units", "kg/kg" "profile_type", "fixed", "surface_value=1.e10" / -# 9 prognostic ozone mixing ratio tracer +# 11 prognostic ozone mixing ratio tracer "TRACER", "atmos_mod", "spo2" "longname", "oxygen mixing ratio" "units", "kg/kg" "profile_type", "fixed", "surface_value=1.e15" / -# 10 prognostic subgrid scale turbulent kinetic energy +# 7 prognostic cloud ice water number concentration + "TRACER", "atmos_mod", "ice_nc" + "longname", "cloud ice water number concentration" + "units", "/kg" + "profile_type", "fixed", "surface_value=0.0" / +# 8 prognostic rain number concentration + "TRACER", "atmos_mod", "rain_nc" + "longname", "rain number concentration" + "units", "/kg" + "profile_type", "fixed", "surface_value=0.0" / +# 12 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" / -# 11 # non-prognostic cloud amount - "TRACER", "atmos_mod", "cld_amt" - "longname", "cloud amount" - "units", "1" - "profile_type", "fixed", "surface_value=0.0" / +# 13 # non-prognostic cloud amount +# "TRACER", "atmos_mod", "cld_amt" +# "longname", "cloud amount" +# "units", "1" +# "profile_type", "fixed", "surface_value=0.0" / diff --git a/tests/parm/global_dice.streams.IN b/tests/parm/global_dice.streams.IN new file mode 100644 index 0000000000..96929ec420 --- /dev/null +++ b/tests/parm/global_dice.streams.IN @@ -0,0 +1,15 @@ +stream_info: cplhist01 +taxmode01: extend +mapalgo01: bilinear +tInterpAlgo01: linear +readMode01: single +dtlimit01: 1.0E30 +stream_offset01: @[STREAM_OFFSET] +yearFirst01: @[SYEAR] +yearLast01: @[SYEAR] +yearAlign01: @[SYEAR] +stream_vectors01: null +stream_mesh_file01: "INPUT/@[MESH_ICE]" +stream_lev_dimname01: null +stream_data_files01: "@[stream_files_dice]" +stream_data_variables01: "iceImp_Si_ifrac Si_ifrac" "iceImp_Si_imask Si_imask" "iceImp_Faii_lat Faii_lat" "iceImp_Faii_sen Faii_sen" "iceImp_Faii_lwup Faii_lwup" "iceImp_Faii_evap Faii_evap" "iceImp_Faii_taux Faii_taux" "iceImp_Faii_tauy Faii_tauy" "iceImp_Si_vice Si_vice" "iceImp_Si_vsno Si_vsno" "iceImp_Si_t Si_t" "iceImp_Si_avsdr Si_avsdr" "iceImp_Si_avsdf Si_avsdf" "iceImp_Si_anidr Si_anidr" "iceImp_Si_anidf Si_anidf" diff --git a/tests/parm/global_dice_in.IN b/tests/parm/global_dice_in.IN new file mode 100644 index 0000000000..2b896b9ff8 --- /dev/null +++ b/tests/parm/global_dice_in.IN @@ -0,0 +1,13 @@ +&dice_nml + datamode = "@[ice_datamode]" + model_maskfile = "INPUT/@[MESH_ICE]" + model_meshfile = "INPUT/@[MESH_ICE]" + nx_global = @[ice_nx_global] + ny_global = @[ice_ny_global] + restfilm = "null" + flux_swpf = 0.0 + flux_Qmin = 0.0 + flux_Qacc = false + flux_Qacc0 = 0.0 + export_all = false +/ diff --git a/tests/parm/global_docn.streams.IN b/tests/parm/global_docn.streams.IN new file mode 100644 index 0000000000..0cacc9bbea --- /dev/null +++ b/tests/parm/global_docn.streams.IN @@ -0,0 +1,15 @@ +stream_info: cplhist01 +taxmode01: extend +mapalgo01: bilinear +tInterpAlgo01: linear +readMode01: single +dtlimit01: 1.0E30 +stream_offset01: @[STREAM_OFFSET] +yearFirst01: @[SYEAR] +yearLast01: @[SYEAR] +yearAlign01: @[SYEAR] +stream_vectors01: null +stream_mesh_file01: "INPUT/@[MESH_OCN]" +stream_lev_dimname01: null +stream_data_files01: "@[stream_files_docn]" +stream_data_variables01: "ocnImp_So_t So_t" "ocnImp_So_omask So_omask" diff --git a/tests/parm/global_docn_in.IN b/tests/parm/global_docn_in.IN new file mode 100644 index 0000000000..9d393a1ba7 --- /dev/null +++ b/tests/parm/global_docn_in.IN @@ -0,0 +1,12 @@ +&docn_nml + datamode = "@[ocn_datamode]" + model_maskfile = "INPUT/@[MESH_OCN]" + model_meshfile = "INPUT/@[MESH_OCN]" + nx_global = @[ocn_nx_global] + ny_global = @[ocn_ny_global] + restfilm = "null" + sst_constant_value = 273.15 + skip_restart_read = true + import_data_fields = "none" + export_all = false +/ diff --git a/tests/parm/ice_in.IN b/tests/parm/ice_in.IN index e0a29ecacb..75a8f5a33f 100644 --- a/tests/parm/ice_in.IN +++ b/tests/parm/ice_in.IN @@ -10,7 +10,7 @@ ndtd = 1 runtype = '@[CICE_RUNTYPE]' runid = '@[CICE_RUNID]' - ice_ic = 'cice_model.res.nc' + ice_ic = '@[CICE_ICE_IC]' restart = .true. restart_ext = .false. use_restart_time = @[CICE_USE_RESTART_TIME] @@ -385,3 +385,15 @@ &icefields_bgc_nml / + +&ice_prescribed_nml + prescribed_ice_mode = .@[CICE_PRESCRIBED]. + stream_yearfirst = @[SYEAR] + stream_yearlast = @[SYEAR] + stream_yearalign = @[SYEAR] + stream_varname = "ice_cov" + stream_meshfile = "INPUT/@[MESH_DICE]" + stream_datafiles = "@[stream_files_dice]" + stream_mapalgo = "bilinear" + stream_taxmode = "extend" +/ diff --git a/tests/parm/input_global_nest.nml.IN b/tests/parm/input_global_nest.nml.IN new file mode 100644 index 0000000000..affbb2af94 --- /dev/null +++ b/tests/parm/input_global_nest.nml.IN @@ -0,0 +1,396 @@ +&atmos_model_nml + blocksize = 32 + chksum_debug = .false. + dycore_only = .false. + ccpp_suite = "@[CCPP_SUITE]" + +/ + +&diag_manager_nml + prepend_date = .false. + max_output_fields = @[MAX_OUTPUT_FIELDS] + +/ + +&fms_nml + clock_grain = 'ROUTINE' + domains_stack_size = @[DOMAINS_STACK_SIZE] + print_memory_usage = .false. + +/ + +&fms2_io_nml + netcdf_default_format = "netcdf4" +/ + +&fv_core_nml + layout = @[INPES_NEST02],@[JNPES_NEST02] + io_layout = 1,1 + npx = @[NPX_NEST02] + npy = @[NPY_NEST02] + ntiles = 1 + npz = @[NPZ] + dz_min = @[DZ_MIN] + psm_bc = @[PSM_BC_NEST02] + grid_type = 0 + make_nh = @[MAKE_NH] + fv_debug = .false. + range_warn = .true. + reset_eta = .false. + n_sponge = @[N_SPONGE] + n_zs_filter = @[N_ZS_FILTER_NEST02] + nudge_qv = .false. + nudge_dz = .false. + tau = @[FV_CORE_TAU_NEST02] + rf_cutoff = @[RF_CUTOFF_NEST02] + rf_fast = @[RF_FAST] + sg_cutoff = @[SG_CUTOFF] + upoff = @[UPOFF] + d2_bg_k1 = @[D2_BG_K1_NEST02] + d2_bg_k2 = @[D2_BG_K2_NEST02] + kord_tm = -9 + kord_mt = 9 + kord_wz = 9 + kord_tr = 9 + hydrostatic = .false. + phys_hydrostatic = .false. + use_hydro_pressure = .false. + beta = 0. + a_imp = 1. + p_fac = 0.1 + k_split = 4 + n_split = 5 + nwat = @[NWAT] + na_init = @[NA_INIT] + d_ext = @[D_EXT] + dnats = @[DNATS] + fv_sg_adj = @[FV_SG_ADJ] + d2_bg = @[D2_BG_NEST02] + nord = 2 + nord_zs_filter = @[NORD_ZS_FILTER] + dddmp = @[DDDMP] + d4_bg = @[D4_BG_NEST02] + vtdm4 = @[VTDM4] + delt_max = @[DELT_MAX_NEST02] + ke_bg = 0. + do_vort_damp = .true. + external_ic = @[EXTERNAL_IC] + external_eta = .true. + gfs_phil = .false. + nggps_ic = @[NGGPS_IC] + mountain = @[MOUNTAIN] + ncep_ic = .false. + d_con = @[D_CON] + hord_mt = @[HORD_MT_NEST02] + hord_vt = @[HORD_VT_NEST02] + hord_tm = @[HORD_TM_NEST02] + hord_dp = @[HORD_DP_NEST02] + hord_tr = @[HORD_TR_NEST02] + adjust_dry_mass = .false. + dry_mass = @[DRY_MASS] + consv_te = @[CONSV_TE_NEST02] + do_sat_adj = @[DO_SAT_ADJ] + fast_tau_w_sec = @[FAST_TAU_W_SEC_NEST02] + consv_am = .false. + fill = .true. + dwind_2d = .false. + print_freq = 6 + warm_start = @[WARM_START] + no_dycore = .false. + z_tracer = .true. + agrid_vel_rst = .true. + read_increment = @[READ_INCREMENT] + res_latlon_dynamics = @[RES_LATLON_DYNAMICS] + nested = @[NESTED] + twowaynest = @[TWOWAYNEST02] + nestupdate = 7 +/ + +&external_ic_nml + filtered_terrain = .true. + levp = 128 + gfs_dwinds = .true. + checker_tr = .false. + nt_checker = 0 + +/ + +&surf_map_nml + cd2 = -1 + cd4 = 0.15 + max_slope = 0.15 + n_del2_strong = @[N_DEL2_STRONG] + n_del2_weak = @[N_DEL2_WEAK_NEST02] + n_del4 = @[N_DEL4] + peak_fac = @[PEAK_FAC] + zero_ocean = @[ZERO_OCEAN] +/ + +&gfs_physics_nml + fhzero = @[FHZERO] + h2o_phys = @[H2O_PHYS] + ldiag3d = @[LDIAG3D] + qdiag3d = @[QDIAG3D] + lightning_threat = @[LIGHTNING_THREAT] + print_diff_pgr = @[PRINT_DIFF_PGR] + fhcyc = @[FHCYC] + use_ufo = .true. + pre_rad = .false. + imp_physics = @[IMP_PHYSICS] + iovr = @[IOVR] + lcnorm = @[LCNORM] + ltaerosol = .true. + lradar = .true. + ttendlim = -999 + dt_inner = @[DT_INNER] + sedi_semi = @[SEDI_SEMI] + decfl = @[DECFL] + oz_phys = @[OZ_PHYS_NEW] + oz_phys_2015 = @[OZ_PHYS_OLD] + lsoil_lsm = @[LSOIL_LSM] + do_ca = @[DO_CA] + do_mynnedmf = @[DO_MYNNEDMF] + do_mynnsfclay = @[DO_MYNNSFCLAY] + icloud_bl = 1 + bl_mynn_edmf = 1 + bl_mynn_tkeadvect = @[BL_MYNN_TKEADVECT] + bl_mynn_edmf_mom = 1 + do_ugwp = @[DO_UGWP] + do_tofd = @[DO_TOFD] + gwd_opt = @[GWD_OPT] + do_ugwp_v0 = @[DO_UGWP_V0] + do_ugwp_v1 = @[DO_UGWP_V1] + do_ugwp_v0_orog_only = @[DO_UGWP_V0_OROG_ONLY] + do_ugwp_v0_nst_only = @[DO_UGWP_V0_NST_ONLY] + do_gsl_drag_ls_bl = @[DO_GSL_DRAG_LS_BL] + do_gsl_drag_ss = @[DO_GSL_DRAG_SS] + do_gsl_drag_tofd = @[DO_GSL_DRAG_TOFD] + do_ugwp_v1_orog_only = @[DO_UGWP_V1_OROG_ONLY] + do_ugwp_v1_w_gsldrag = @[DO_UGWP_V1_W_GSLDRAG] + min_lakeice = @[MIN_LAKEICE] + min_seaice = @[MIN_SEAICE] + use_cice_alb = @[USE_CICE_ALB] + pdfcld = .false. + fhswr = @[FHSWR] + fhlwr = @[FHLWR] + ialb = @[IALB] + iems = @[IEMS] + iaer = @[IAER] + icliq_sw = @[ICLIQ_SW] + ico2 = 2 + isubc_sw = 2 + isubc_lw = 2 + isol = 2 + lwhtr = .true. + swhtr = .true. + cnvgwd = @[CNVGWD_NEST02] + shal_cnv = @[SHAL_CNV] + cal_pre = .false. + redrag = .true. + dspheat = .true. + hybedmf = @[HYBEDMF] + satmedmf = @[SATMEDMF] + isatmedmf = @[ISATMEDMF] + lheatstrg = @[LHEATSTRG] + lseaspray = @[LSEASPRAY] + random_clds = @[RANDOM_CLDS] + trans_trac = .true. + cnvcld = @[CNVCLD] + imfshalcnv = @[IMFSHALCNV_NEST02] + imfdeepcnv = @[IMFDEEPCNV_NEST02] + do_deep = @[DO_DEEP_NEST02] + ! NOTE: progsigma should be .true. for the global_nest_v1 suite. + ! The code turns it off automatically at low resolutions. + ! This leads to an erronious situation where it is off for the globe, but on for the nest. + ! Hence, we turn it off manually, to avoid advecting a field of 0 from the nest boundary. + ! For practical global resolutions (C384 or higher) it should be turned on. + progsigma = @[PROGSIGMA_NEST02] + betascu = @[BETASCU_NEST02] + betamcu = @[BETAMCU_NEST02] + betadcu = @[BETADCU_NEST02] + ras = @[RAS] + cdmbgwd = @[CDMBWD] + prslrd0 = 0. + ivegsrc = 1 + isot = 1 + lsoil = 4 + lsm = @[LSM] + iopt_dveg = @[IOPT_DVEG] + iopt_crs = @[IOPT_CRS] + iopt_btr = 1 + iopt_run = 1 + iopt_sfc = @[IOPT_SFC] + iopt_frz = 1 + iopt_inf = 1 + iopt_rad = @[IOPT_RAD] + iopt_alb = @[IOPT_ALB] + iopt_snf = 4 + iopt_tbot = 2 + iopt_stc = @[IOPT_STC] + iopt_trs = @[IOPT_TRS] + iopt_diag = @[IOPT_DIAG] + debug = .false. + nstf_name = @[NSTF_NAME] + nst_anl = .true. + psautco = 0.0008,0.0005 + prautco = 0.00015,0.00015 + lgfdlmprad = @[LGFDLMPRAD] + effr_in = @[EFFR_IN] + ldiag_ugwp = @[LDIAG_UGWP] + do_RRTMGP = @[DO_RRTMGP] + active_gases = 'h2o_co2_o3_n2o_ch4_o2' + ngases = @[NGASES] + lw_file_gas = 'rrtmgp-data-lw-g128-210809.nc' + lw_file_clouds = 'rrtmgp-cloud-optics-coeffs-lw.nc' + sw_file_gas = 'rrtmgp-data-sw-g112-210809.nc' + sw_file_clouds = 'rrtmgp-cloud-optics-coeffs-sw.nc' + rrtmgp_nGptsSW = 112 + rrtmgp_nGptsLW = 128 + rrtmgp_nBandsLW = 16 + rrtmgp_nBandsSW = 14 + doGP_cldoptics_LUT = @[DOGP_CLDOPTICS_LUT] + doGP_lwscat = @[DOGP_LWSCAT] + do_sppt = @[DO_SPPT] + do_shum = @[DO_SHUM] + do_skeb = @[DO_SKEB] + frac_grid = @[FRAC_GRID] + cplchm = @[CPLCHM] + cplflx = @[CPLFLX] + cplice = @[CPLICE] + cplwav = @[CPLWAV] + cplwav2atm = @[CPLWAV2ATM] +/ + +&cires_ugwp_nml + knob_ugwp_solver = 2 + knob_ugwp_source = 1,1,0,0 + knob_ugwp_wvspec = 1,25,25,25 + knob_ugwp_azdir = 2,4,4,4 + knob_ugwp_stoch = 0,0,0,0 + knob_ugwp_effac = 1,1,1,1 + knob_ugwp_doaxyz = 1 + knob_ugwp_doheat = 1 + knob_ugwp_dokdis = @[KNOB_UGWP_DOKDIS] + knob_ugwp_ndx4lh = @[KNOB_UGWP_NDX4LH] + knob_ugwp_version = @[KNOB_UGWP_VERSION] + knob_ugwp_palaunch = @[KNOB_UGWP_PALAUNCH] + knob_ugwp_nslope = @[KNOB_UGWP_NSLOPE] + knob_ugwp_lzmax = 15.750e3 + knob_ugwp_lzmin = 0.75e3 + knob_ugwp_lzstar = 2.0e3 + knob_ugwp_taumin = 0.25e-3 + knob_ugwp_tauamp = @[KNOB_UGWP_TAUAMP] + knob_ugwp_lhmet = 200.0e3 + knob_ugwp_orosolv = 'pss-1986' +/ + +&gfdl_cloud_microphysics_nml + sedi_transport = .true. + do_sedi_heat = .false. + rad_snow = .true. + rad_graupel = .true. + rad_rain = .true. + const_vi = .false. + const_vs = .false. + const_vg = .false. + const_vr = .false. + vi_max = 1. + vs_max = 2. + vg_max = 12. + vr_max = 12. + qi_lim = 1. + prog_ccn = .false. + do_qa = .true. + fast_sat_adj = .true. + tau_l2v = 225. + tau_v2l = 150. + tau_g2v = 900. + rthresh = 10.e-6 ! This is a key parameter for cloud water + dw_land = 0.16 + dw_ocean = 0.10 + ql_gen = 1.0e-3 + ql_mlt = 1.0e-3 + qi0_crt = 8.0E-5 + qs0_crt = 1.0e-3 + tau_i2s = 1000. + c_psaci = 0.05 + c_pgacs = 0.01 + rh_inc = 0.30 + rh_inr = 0.30 + rh_ins = 0.30 + ccn_l = 300. + ccn_o = 100. + c_paut = 0.5 + c_cracw = 0.8 + use_ppm = .false. + use_ccn = .true. + mono_prof = .true. + z_slope_liq = .true. + z_slope_ice = .true. + de_ice = .false. + fix_negative = .true. + icloud_f = 1 + mp_time = 150. + reiflag = 2 + + +/ + +&interpolator_nml + interp_method = 'conserve_great_circle' + +/ + +&namsfc + FNGLAC = @[FNGLAC] + FNMXIC = @[FNMXIC] + FNTSFC = @[FNTSFC] + FNSNOC = @[FNSNOC] + FNZORC = @[FNZORC] + FNALBC = @[FNALBC] + FNALBC2 = @[FNALBC2] + FNAISC = @[FNAISC] + FNTG3C = @[FNTG3C] + FNVEGC = @[FNVEGC] + FNVETC = @[FNVETC] + FNSOTC = @[FNSOTC] + FNSOCC = @[FNSOCC] + FNSMCC = @[FNSMCC] + FNMSKH = @[FNMSKH] + FNTSFA = @[FNTSFA] + FNACNA = @[FNACNA] + FNSNOA = @[FNSNOA] + FNVMNC = @[FNVMNC] + FNVMXC = @[FNVMXC] + FNSLPC = @[FNSLPC] + FNABSC = @[FNABSC] + LDEBUG = .false. + FSMCL(2) = 99999 + FSMCL(3) = 99999 + FSMCL(4) = 99999 + LANDICE = @[LANDICE] + FTSFS = @[FTSFS] + FAISL = 99999 + FAISS = 99999 + FSNOL = 99999 + FSNOS = 99999 + FSICL = @[FSICL] + FSICS = @[FSICS] + FTSFL = 99999 + FVETL = 99999 + FSOTL = 99999 + FvmnL = 99999 + FvmxL = 99999 + FSLPL = 99999 + FABSL = 99999 + +/ + +&fv_grid_nml + +/ + +&nam_stochy +/ +&nam_sfcperts +/ diff --git a/tests/parm/input_global_parent.nml.IN b/tests/parm/input_global_parent.nml.IN new file mode 100644 index 0000000000..2027367087 --- /dev/null +++ b/tests/parm/input_global_parent.nml.IN @@ -0,0 +1,406 @@ +&atmos_model_nml + blocksize = @[BLOCKSIZE] + chksum_debug = .false. + dycore_only = .false. + ccpp_suite = "@[CCPP_SUITE]" + +/ + +&diag_manager_nml + prepend_date = .false. + max_output_fields = @[MAX_OUTPUT_FIELDS] + +/ + +&fms_nml + clock_grain = 'ROUTINE' + domains_stack_size = @[DOMAINS_STACK_SIZE] + print_memory_usage = .false. + +/ + +&fms2_io_nml + netcdf_default_format = "netcdf4" +/ + +&fv_core_nml + layout = @[INPES],@[JNPES] + io_layout = 1,1 + npx = @[NPX] + npy = @[NPY] + ntiles = @[NTILES] + npz = @[NPZ] + dz_min = @[DZ_MIN] + grid_type = 0 + make_nh = @[MAKE_NH] + fv_debug = .false. + range_warn = .true. + reset_eta = .false. + n_sponge = @[N_SPONGE] + n_zs_filter = @[N_ZS_FILTER] + nudge_qv = .false. + nudge_dz = .false. + tau = @[FV_CORE_TAU] + rf_cutoff = @[RF_CUTOFF] + rf_fast = @[RF_FAST] + sg_cutoff = @[SG_CUTOFF] + upoff = @[UPOFF] + d2_bg_k1 = @[D2_BG_K1] + d2_bg_k2 = @[D2_BG_K2] + kord_tm = -9 + kord_mt = 9 + kord_wz = 9 + kord_tr = 9 + hydrostatic = .false. + phys_hydrostatic = .false. + use_hydro_pressure = .false. + beta = 0. + a_imp = 1. + p_fac = 0.1 + k_split = 1 + n_split = 5 + nwat = @[NWAT] + na_init = @[NA_INIT] + d_ext = @[D_EXT] + dnats = @[DNATS] + fv_sg_adj = @[FV_SG_ADJ] + d2_bg = @[D2_BG] + nord = 2 + nord_zs_filter = @[NORD_ZS_FILTER] + dddmp = @[DDDMP] + d4_bg = @[D4_BG] + vtdm4 = @[VTDM4] + delt_max = @[DELT_MAX] + ke_bg = 0. + do_vort_damp = .true. + external_ic = @[EXTERNAL_IC] + external_eta = .true. + gfs_phil = .false. + nggps_ic = @[NGGPS_IC] + mountain = @[MOUNTAIN] + ncep_ic = .false. + d_con = @[D_CON] + hord_mt = @[HORD_MT] + hord_vt = @[HORD_VT] + hord_tm = @[HORD_TM] + hord_dp = @[HORD_DP] + hord_tr = @[HORD_TR] + adjust_dry_mass = .false. + dry_mass = @[DRY_MASS] + consv_te = @[CONSV_TE] + do_sat_adj = @[DO_SAT_ADJ] + fast_tau_w_sec = @[FAST_TAU_W_SEC] + consv_am = .false. + fill = .true. + dwind_2d = .false. + print_freq = 6 + warm_start = @[WARM_START] + no_dycore = .false. + z_tracer = .true. + agrid_vel_rst = .true. + read_increment = @[READ_INCREMENT] + res_latlon_dynamics = @[RES_LATLON_DYNAMICS] + do_schmidt = .true. + target_lat = @[TARGET_LAT] + target_lon = @[TARGET_LON] + stretch_fac = 1.0001 +/ + +&external_ic_nml + filtered_terrain = .true. + levp = 128 + gfs_dwinds = .true. + checker_tr = .false. + nt_checker = 0 + +/ + +&surf_map_nml + cd2 = -1 + cd4 = 0.15 + max_slope = 0.15 + n_del2_strong = @[N_DEL2_STRONG] + n_del2_weak = @[N_DEL2_WEAK] + n_del4 = @[N_DEL4] + peak_fac = @[PEAK_FAC] + zero_ocean = @[ZERO_OCEAN] +/ + +&gfs_physics_nml + fhzero = @[FHZERO] + h2o_phys = @[H2O_PHYS] + ldiag3d = @[LDIAG3D] + qdiag3d = @[QDIAG3D] + lightning_threat = @[LIGHTNING_THREAT] + print_diff_pgr = @[PRINT_DIFF_PGR] + fhcyc = @[FHCYC] + use_ufo = .true. + pre_rad = .false. + imp_physics = @[IMP_PHYSICS] + iovr = @[IOVR] + lcnorm = @[LCNORM] + ltaerosol = .true. + lradar = .true. + ttendlim = -999 + dt_inner = @[DT_INNER] + sedi_semi = @[SEDI_SEMI] + decfl = @[DECFL] + oz_phys = @[OZ_PHYS_NEW] + oz_phys_2015 = @[OZ_PHYS_OLD] + lsoil_lsm = @[LSOIL_LSM] + do_mynnedmf = @[DO_MYNNEDMF] + do_mynnsfclay = @[DO_MYNNSFCLAY] + icloud_bl = 1 + bl_mynn_edmf = 1 + bl_mynn_tkeadvect = @[BL_MYNN_TKEADVECT] + bl_mynn_edmf_mom = 1 + do_ugwp = @[DO_UGWP] + do_tofd = @[DO_TOFD] + do_ca = @[DO_CA] + gwd_opt = @[GWD_OPT] + do_ugwp_v0 = @[DO_UGWP_V0] + do_ugwp_v1 = @[DO_UGWP_V1] + do_ugwp_v0_orog_only = @[DO_UGWP_V0_OROG_ONLY] + do_ugwp_v0_nst_only = @[DO_UGWP_V0_NST_ONLY] + do_gsl_drag_ls_bl = @[DO_GSL_DRAG_LS_BL] + do_gsl_drag_ss = @[DO_GSL_DRAG_SS] + do_gsl_drag_tofd = @[DO_GSL_DRAG_TOFD] + do_ugwp_v1_orog_only = @[DO_UGWP_V1_OROG_ONLY] + do_ugwp_v1_w_gsldrag = @[DO_UGWP_V1_W_GSLDRAG] + min_lakeice = @[MIN_LAKEICE] + min_seaice = @[MIN_SEAICE] + use_cice_alb = @[USE_CICE_ALB] + pdfcld = .false. + fhswr = @[FHSWR] + fhlwr = @[FHLWR] + ialb = @[IALB] + iems = @[IEMS] + iaer = @[IAER] + icliq_sw = @[ICLIQ_SW] + ico2 = 2 + isubc_sw = 2 + isubc_lw = 2 + isol = 2 + lwhtr = .true. + swhtr = .true. + cnvgwd = @[CNVGWD] + shal_cnv = @[SHAL_CNV] + cal_pre = .false. + redrag = .true. + dspheat = .true. + hybedmf = @[HYBEDMF] + satmedmf = @[SATMEDMF] + isatmedmf = @[ISATMEDMF] + lheatstrg = @[LHEATSTRG] + lseaspray = @[LSEASPRAY] + random_clds = @[RANDOM_CLDS] + trans_trac = .true. + cnvcld = @[CNVCLD] + imfshalcnv = @[IMFSHALCNV] + imfdeepcnv = @[IMFDEEPCNV] + do_deep = @[DO_DEEP] + ! NOTE: progsigma should be .true. for the global_nest_v1 suite. + ! The code turns it off automatically at low resolutions. + ! This leads to an erronious situation where it is off for the globe, but on for the nest. + ! Hence, we turn it off manually, to avoid advecting a field of 0 from the nest boundary. + ! For practical resolutions (C384 globe or larger), it would be on. + progsigma = @[PROGSIGMA] + betascu = @[BETASCU] + betamcu = @[BETAMCU] + betadcu = @[BETADCU] + ras = @[RAS] + cdmbgwd = @[CDMBWD_NEST02] + prslrd0 = 0. + ivegsrc = 1 + isot = 1 + lsoil = 4 + lsm = @[LSM] + iopt_dveg = @[IOPT_DVEG] + iopt_crs = @[IOPT_CRS] + iopt_btr = 1 + iopt_run = 1 + iopt_sfc = @[IOPT_SFC] + iopt_frz = 1 + iopt_inf = 1 + iopt_rad = @[IOPT_RAD] + iopt_alb = @[IOPT_ALB] + iopt_snf = 4 + iopt_tbot = 2 + iopt_stc = @[IOPT_STC] + iopt_trs = @[IOPT_TRS] + iopt_diag = @[IOPT_DIAG] + debug = .false. + nstf_name = @[NSTF_NAME] + nst_anl = .true. + psautco = 0.0008,0.0005 + prautco = 0.00015,0.00015 + lgfdlmprad = @[LGFDLMPRAD] + effr_in = @[EFFR_IN] + ldiag_ugwp = @[LDIAG_UGWP] + do_RRTMGP = @[DO_RRTMGP] + active_gases = 'h2o_co2_o3_n2o_ch4_o2' + ngases = @[NGASES] + lw_file_gas = 'rrtmgp-data-lw-g128-210809.nc' + lw_file_clouds = 'rrtmgp-cloud-optics-coeffs-lw.nc' + sw_file_gas = 'rrtmgp-data-sw-g112-210809.nc' + sw_file_clouds = 'rrtmgp-cloud-optics-coeffs-sw.nc' + rrtmgp_nGptsSW = 112 + rrtmgp_nGptsLW = 128 + rrtmgp_nBandsLW = 16 + rrtmgp_nBandsSW = 14 + doGP_cldoptics_LUT = @[DOGP_CLDOPTICS_LUT] + doGP_lwscat = @[DOGP_LWSCAT] + do_sppt = @[DO_SPPT] + do_shum = @[DO_SHUM] + do_skeb = @[DO_SKEB] + frac_grid = @[FRAC_GRID] + cplchm = @[CPLCHM] + cplflx = @[CPLFLX] + cplice = @[CPLICE] + cplwav = @[CPLWAV] + cplwav2atm = @[CPLWAV2ATM] +/ + +&fv_nest_nml + grid_pes = @[GRID_PES] + tile_coarse = @[TILE_COARSE] + num_tile_top = @[NUM_TILE_TOP] + p_split = 1 + nest_refine = @[NEST_REFINE] + nest_ioffsets = @[NEST_IOFFSETS] + nest_joffsets = @[NEST_JOFFSETS] +/ + +&cires_ugwp_nml + knob_ugwp_solver = 2 + knob_ugwp_source = 1,1,0,0 + knob_ugwp_wvspec = 1,25,25,25 + knob_ugwp_azdir = 2,4,4,4 + knob_ugwp_stoch = 0,0,0,0 + knob_ugwp_effac = 1,1,1,1 + knob_ugwp_doaxyz = 1 + knob_ugwp_doheat = 1 + knob_ugwp_dokdis = @[KNOB_UGWP_DOKDIS] + knob_ugwp_ndx4lh = @[KNOB_UGWP_NDX4LH] + knob_ugwp_version = @[KNOB_UGWP_VERSION] + knob_ugwp_palaunch = @[KNOB_UGWP_PALAUNCH] + knob_ugwp_nslope = @[KNOB_UGWP_NSLOPE] + knob_ugwp_lzmax = 15.750e3 + knob_ugwp_lzmin = 0.75e3 + knob_ugwp_lzstar = 2.0e3 + knob_ugwp_taumin = 0.25e-3 + knob_ugwp_tauamp = @[KNOB_UGWP_TAUAMP_NEST02] + knob_ugwp_lhmet = 200.0e3 + knob_ugwp_orosolv = 'pss-1986' +/ + +&gfdl_cloud_microphysics_nml + sedi_transport = .true. + do_sedi_heat = .false. + rad_snow = .true. + rad_graupel = .true. + rad_rain = .true. + const_vi = .false. + const_vs = .false. + const_vg = .false. + const_vr = .false. + vi_max = 1. + vs_max = 2. + vg_max = 12. + vr_max = 12. + qi_lim = 1. + prog_ccn = .false. + do_qa = .true. + fast_sat_adj = .true. + tau_l2v = 225. + tau_v2l = 150. + tau_g2v = 900. + rthresh = 10.e-6 ! This is a key parameter for cloud water + dw_land = 0.16 + dw_ocean = 0.10 + ql_gen = 1.0e-3 + ql_mlt = 1.0e-3 + qi0_crt = 8.0E-5 + qs0_crt = 1.0e-3 + tau_i2s = 1000. + c_psaci = 0.05 + c_pgacs = 0.01 + rh_inc = 0.30 + rh_inr = 0.30 + rh_ins = 0.30 + ccn_l = 300. + ccn_o = 100. + c_paut = 0.5 + c_cracw = 0.8 + use_ppm = .false. + use_ccn = .true. + mono_prof = .true. + z_slope_liq = .true. + z_slope_ice = .true. + de_ice = .false. + fix_negative = .true. + icloud_f = 1 + mp_time = 150. + reiflag = 2 + + +/ + +&interpolator_nml + interp_method = 'conserve_great_circle' + +/ + +&namsfc + FNGLAC = @[FNGLAC] + FNMXIC = @[FNMXIC] + FNTSFC = @[FNTSFC] + FNSNOC = @[FNSNOC] + FNZORC = @[FNZORC] + FNALBC = @[FNALBC] + FNALBC2 = @[FNALBC2] + FNAISC = @[FNAISC] + FNTG3C = @[FNTG3C] + FNVEGC = @[FNVEGC] + FNVETC = @[FNVETC] + FNSOTC = @[FNSOTC] + FNSOCC = @[FNSOCC] + FNSMCC = @[FNSMCC] + FNMSKH = @[FNMSKH] + FNTSFA = @[FNTSFA] + FNACNA = @[FNACNA] + FNSNOA = @[FNSNOA] + FNVMNC = @[FNVMNC] + FNVMXC = @[FNVMXC] + FNSLPC = @[FNSLPC] + FNABSC = @[FNABSC] + LDEBUG = .false. + FSMCL(2) = 99999 + FSMCL(3) = 99999 + FSMCL(4) = 99999 + LANDICE = @[LANDICE] + FTSFS = @[FTSFS] + FAISL = 99999 + FAISS = 99999 + FSNOL = 99999 + FSNOS = 99999 + FSICL = @[FSICL] + FSICS = @[FSICS] + FTSFL = 99999 + FVETL = 99999 + FSOTL = 99999 + FvmnL = 99999 + FvmxL = 99999 + FSLPL = 99999 + FABSL = 99999 + +/ + +&fv_grid_nml + +/ + +&nam_stochy +/ +&nam_sfcperts +/ diff --git a/tests/parm/model_configure_gnv1.IN b/tests/parm/model_configure_gnv1.IN new file mode 100644 index 0000000000..55d10df6d2 --- /dev/null +++ b/tests/parm/model_configure_gnv1.IN @@ -0,0 +1,53 @@ +start_year: @[SYEAR] +start_month: @[SMONTH] +start_day: @[SDAY] +start_hour: @[SHOUR] +start_minute: 0 +start_second: 0 +nhours_fcst: @[FHMAX] +fhrot: @[FHROT] + +dt_atmos: @[DT_ATMOS] +restart_interval: @[RESTART_INTERVAL] + +quilting: @[QUILTING] +quilting_restart: @[QUILTING_RESTART] +write_groups: @[WRITE_GROUP] +write_tasks_per_group: @[WRTTASK_PER_GROUP] +itasks: @[ITASKS] +output_history: @[OUTPUT_HISTORY] +history_file_on_native_grid: @[HISTORY_FILE_ON_NATIVE_GRID] +write_dopost: @[WRITE_DOPOST] +write_nsflip: @[WRITE_NSFLIP] +num_files: @[NUM_FILES] +filename_base: @[FILENAME_BASE] +output_grid: @[OUTPUT_GRID] +output_file: @[OUTPUT_FILE] +zstandard_level: @[ZSTANDARD_LEVEL] +ideflate: @[IDEFLATE] +quantize_mode: 'quantize_bitround' +quantize_nsd: @[QUANTIZE_NSD] +ichunk2d: @[ICHUNK2D] +jchunk2d: @[JCHUNK2D] +ichunk3d: @[ICHUNK3D] +jchunk3d: @[JCHUNK3D] +kchunk3d: @[KCHUNK3D] +imo: @[IMO] +jmo: @[JMO] +output_fh: @[OUTPUT_FH] +iau_offset: @[IAU_OFFSET] + +# Output settings for the nest. + +output_grid: @[OUTPUT_GRID_2] +imo: @[IMO_2] +jmo: @[JMO_2] +cen_lon: @[CEN_LON_2] +cen_lat: @[CEN_LAT_2] +lon1: @[LON1_2] +lat1: @[LAT1_2] +lon2: @[LON2_2] +lat2: @[LAT2_2] +dlon: @[DLON_2] +dlat: @[DLAT_2] + diff --git a/tests/parm/ufs.configure.s2s_esmf.IN b/tests/parm/ufs.configure.s2s_esmf.IN index bf17be2a5e..1b164f1e8b 100644 --- a/tests/parm/ufs.configure.s2s_esmf.IN +++ b/tests/parm/ufs.configure.s2s_esmf.IN @@ -97,6 +97,10 @@ 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 :: ALLCOMP_attributes:: diff --git a/tests/parm/wam.nml.IN b/tests/parm/wam.nml.IN deleted file mode 100644 index 3cd15c91e8..0000000000 --- a/tests/parm/wam.nml.IN +++ /dev/null @@ -1,331 +0,0 @@ -&atmos_model_nml - blocksize = 32 - chksum_debug = .false. - dycore_only = .false. - ccpp_suite = '@[CCPP_SUITE]' -/ - -&diag_manager_nml - prepend_date = .false. -/ - -&fms_nml - clock_grain = 'ROUTINE', - domains_stack_size = 3000000, - print_memory_usage = .false. -/ - -&fv_grid_nml - grid_file = 'INPUT/grid_spec.nc' -/ - -&fms2_io_nml - netcdf_default_format = "netcdf4" -/ - -&fv_core_nml - layout = @[INPES],@[JNPES] - io_layout = 1,1 - npx = @[NPX] - npy = @[NPY] - ntiles = 6, - npz = @[NPZ] - grid_type = -1 - ncnst = 11 - make_nh = @[MAKE_NH] - fv_debug = .false. - molecular_diffusion=.true. - range_warn = .false. - reset_eta = .false. - n_sponge = -1 - nudge_qv = .true. - tau = -5.0e1 - rf_cutoff = 2.e2 - d2_bg_k1 = 0.20 - d2_bg_k2 = 0.005 - kord_tm = -9 - kord_mt = 9 - kord_wz = 9 - kord_tr = 9 - hydrostatic = .false. - phys_hydrostatic = .false. - use_hydro_pressure = .false. - beta = 0. - a_imp = 1. - p_fac = 0.1 - k_split = 2 - n_split = 6 - nwat = 6 - na_init = @[NA_INIT] - d_ext = 0.0 - dnats = 0 - fv_sg_adj = 1800 - d2_bg = 0. - nord = 1 - dddmp = 0.1 - d4_bg = 0.20 - vtdm4 = 0.07 - delt_max = 0.002 - ke_bg = 0. - do_vort_damp = .true. - external_ic = @[EXTERNAL_IC] - external_eta = .true. - gfs_phil = .false. - nggps_ic = @[NGGPS_IC] - mountain = @[MOUNTAIN] - ncep_ic = .false. - d_con = 1. - hord_mt = 6 - hord_vt = 6 - hord_tm = 6 - hord_dp = 6 - hord_tr = 8 - adjust_dry_mass = .false. - consv_te = 0. - do_sat_adj = .false. - consv_am = .false. - fill = .true. - dwind_2d = .false. - print_freq = 6 - warm_start = @[WARM_START] - no_dycore = .false. - z_tracer = .true. - read_increment = @[READ_INCREMENT] - res_latlon_dynamics = "fv3_increment.nc" -/ - -&external_ic_nml - filtered_terrain = .true. - levp = @[NPZP] - gfs_dwinds = .true. - checker_tr = .false. - nt_checker = 0 -/ - -&gfs_physics_nml - fhzero = 6. - ldiag3d = .false. - fhcyc = 24. - nst_anl = .true. - use_ufo = .true. - pre_rad = .false. - imp_physics = 11 - pdfcld = .false. - fhswr = 3600. - fhlwr = 3600. - ialb = 1 - iems = 1 - IAER = @[IAER] - ico2 = 2 - isubc_sw = 2 - isubc_lw = 2 - isol = 2 - lwhtr = .true. - swhtr = .true. - cnvgwd = .true. - shal_cnv = .true. - cal_pre = .true. - redrag = .true. - dspheat = .true. - hybedmf = .false. - satmedmf = .true. - lheatstrg = @[LHEATSTRG] - lseaspray = @[LSEASPRAY] - random_clds = .true. - trans_trac = .false. - cnvcld = .true. - imfshalcnv = 2 - imfdeepcnv = 2 - isatmedmf = 1 - cdmbgwd = 3.5,0.25 - prslrd0 = 0. - ivegsrc = 1 - isot = 1 - lsm = 1 - iopt_dveg = 2 - iopt_crs = 1 - iopt_btr = 1 - iopt_run = 1 - iopt_sfc = 1 - iopt_frz = 1 - iopt_inf = 1 - iopt_rad = 1 - iopt_alb = 2 - iopt_snf = 4 - iopt_tbot = 2 - iopt_stc = 1 - iopt_trs = 2 - iopt_diag = 2 - debug = .false. - levr = 90 - h2o_phys = @[H2O_PHYS] - nstf_name = @[NSTF_NAME] - oz_phys = .false. - oz_phys_2015 = .true. - cplflx = @[CPLFLX] - cplwav = @[CPLWAV] - iau_delthrs = 6 - iaufhrs = 30 - iau_inc_files = @[IAU_INC_FILES] - do_sppt = @[DO_SPPT] - do_shum = @[DO_SHUM] - do_skeb = @[DO_SKEB] - lndp_type = @[LNDP_TYPE] - n_var_lndp = @[N_VAR_LNDP] -/ -&gfdl_cloud_microphysics_nml - sedi_transport = .true. - do_sedi_heat = .false. - rad_snow = .true. - rad_graupel = .true. - rad_rain = .true. - const_vi = .false. - const_vs = .false. - const_vg = .false. - const_vr = .false. - vi_max = 1. - vs_max = 2. - vg_max = 12. - vr_max = 12. - qi_lim = 1. - prog_ccn = .false. - do_qa = .true. - fast_sat_adj = .true. - tau_l2v = 225. - tau_v2l = 150. - tau_g2v = 900. - rthresh = 10.e-6 ! This is a key parameter for cloud water - dw_land = 0.16 - dw_ocean = 0.10 - ql_gen = 1.0e-3 - ql_mlt = 1.0e-3 - qi0_crt = 8.0E-5 - qs0_crt = 1.0e-3 - tau_i2s = 1000. - c_psaci = 0.05 - c_pgacs = 0.01 - rh_inc = 0.30 - rh_inr = 0.30 - rh_ins = 0.30 - ccn_l = 300. - ccn_o = 100. - c_paut = 0.5 - c_cracw = 0.8 - use_ppm = .false. - use_ccn = .true. - mono_prof = .true. - z_slope_liq = .true. - z_slope_ice = .true. - de_ice = .false. - fix_negative = .true. - icloud_f = 1 - mp_time = 150. - reiflag = 2 -/ - - -&interpolator_nml - interp_method = 'conserve_great_circle' -/ - -&namsfc - FNGLAC = "global_glacier.2x2.grb", - FNMXIC = "global_maxice.2x2.grb", - FNTSFC = "RTGSST.1982.2012.monthly.clim.grb", - FNSNOC = "global_snoclim.1.875.grb", - FNZORC = "igbp", - FNALBC = @[FNALBC] - FNALBC2 = "global_albedo4.1x1.grb", - FNAISC = "CFSR.SEAICE.1982.2012.monthly.clim.grb", - FNTG3C = "global_tg3clim.2.6x1.5.grb", - FNVEGC = "global_vegfrac.0.144.decpercent.grb", - FNVETC = @[FNVETC] - FNSOTC = @[FNSOTC] - FNSMCC = @[FNSMCC] - FNMSKH = "global_slmask.t1534.3072.1536.grb", - FNTSFA = "", - FNACNA = "", - FNSNOA = "", - FNVMNC = "global_shdmin.0.144x0.144.grb", - FNVMXC = "global_shdmax.0.144x0.144.grb", - FNSLPC = "global_slope.1x1.grb", - FNABSC = @[FNABSC] - LDEBUG =.false., - FSMCL(2) = 99999 - FSMCL(3) = 99999 - FSMCL(4) = 99999 - FTSFS = 90 - FAISS = 99999 - FSNOL = 99999 - FSICL = 99999 - FTSFL = 99999, - FAISL = 99999, - FVETL = 99999, - FSOTL = 99999, - FvmnL = 99999, - FvmxL = 99999, - FSLPL = 99999, - FABSL = 99999, - FSNOS = 99999, - FSICS = 99999, -/ -&nam_stochy - lon_s=768, - lat_s=384, - ntrunc=382, - SKEBNORM=1, - SKEB_NPASS=30, - SKEB_VDOF=5, - SKEB=@[SKEB], - SKEB_TAU=2.16E4, - SKEB_LSCALE=1000.E3, - SHUM=@[SHUM], - SHUM_TAU=21600, - SHUM_LSCALE=500000, - SPPT=@[SPPT], - SPPT_TAU=21600, - SPPT_LSCALE=500000, - SPPT_LOGIT=.true., - SPPT_SFCLIMIT=.true., - ISEED_SHUM=1, - ISEED_SKEB=2, - ISEED_SPPT=3, -/ -&nam_sfcperts - lndp_type = @[LNDP_TYPE] - LNDP_TAU=21600, - LNDP_LSCALE=500000, - ISEED_LNDP=2010, -/ - -&sat_vapor_pres_nml - use_exact_qs = .true. - show_all_bad_values=.false. -/ -&cires_ugwp_nml - knob_ugwp_solver = 2 - knob_ugwp_source = 1,1,0,0 - knob_ugwp_wvspec = 1,25,25,25 - knob_ugwp_azdir = 2,4,4,4 - knob_ugwp_stoch = 0,0,0,0 - knob_ugwp_effac = 1,1,1,1 - knob_ugwp_doaxyz = 1 - knob_ugwp_doheat = 1 - knob_ugwp_dokdis = 1 - knob_ugwp_ndx4lh = 1 - knob_ugwp_version = 0 - launch_level = 25 -/ -&multi_gases_nml - ri= 295.3892, 461.50, 0., 0., 0., 0., 0., 173.2247, 519.674, 259.8370 ,0.,0. - cpi=1031.1083, 1846.00, 0., 0., 0., 0., 0., 820.2391, 1299.185, 918.0969, 0.,0. -/ -&molecular_diffusion_nml - tau_visc = 1.0 - tau_cond = 1.0 - tau_diff = 1.0 - md_layers = 70 - md_tadj_layers = 0 - md_consv_te = 1.0 - md_wait_hr = 0.0 -/ diff --git a/tests/parm/wam_v17.nml.IN b/tests/parm/wam_v17.nml.IN new file mode 100644 index 0000000000..8e5c6cb90d --- /dev/null +++ b/tests/parm/wam_v17.nml.IN @@ -0,0 +1,434 @@ +&atmos_model_nml + blocksize = 32 + chksum_debug = .false. + dycore_only = .false. + ccpp_suite = '@[CCPP_SUITE]' +/ + +&diag_manager_nml + prepend_date = .false. + max_output_fields = @[MAX_OUTPUT_FIELDS] +/ + +&fms_nml + clock_grain = 'ROUTINE' + domains_stack_size = @[DOMAINS_STACK_SIZE] + print_memory_usage = .false. +/ + +&fms2_io_nml + netcdf_default_format = "netcdf4" +/ + +&fv_core_nml + layout = @[INPES],@[JNPES] + io_layout = 1,1 + npx = @[NPX] + npy = @[NPY] + ntiles = 6 + npz = @[NPZ] + dz_min = @[DZ_MIN] + ncnst = 12 + psm_bc = @[PSM_BC] + grid_type = -1 + make_nh = @[MAKE_NH] + fv_debug = .false. + range_warn = .false. + reset_eta = .false. + n_sponge = -1 + nudge_qv = @[NUDGE_QV] + tau = @[TAU] + rf_cutoff = 2.e2 + molecular_diffusion=.true. + d2_bg_k1 = @[D2_BG_K1] + d2_bg_k2 = @[D2_BG_K2] + kord_tm = -9 + kord_mt = 9 + kord_wz = 9 + kord_tr = 9 + hydrostatic = .false. + phys_hydrostatic = .false. + use_hydro_pressure = .false. + beta = 0. + a_imp = 1. + p_fac = 0.1 + k_split = 2 + n_split = 6 + nwat = 6 + na_init = @[NA_INIT] + d_ext = 0. + dnats = @[DNATS] + fv_sg_adj = @[FV_SG_ADJ] + d2_bg = 0. + nord = 2 + dddmp = @[DDDMP] + d4_bg = @[D4_BG] + vtdm4 = @[VTDM4] + delt_max = @[DELT_MAX] + ke_bg = 0. + do_vort_damp = @[DO_VORT_DAMP] + external_ic = @[EXTERNAL_IC] + external_eta = .true. + gfs_phil = .false. + nggps_ic = @[NGGPS_IC] + mountain = @[MOUNTAIN] + ncep_ic = .false. + d_con = @[D_CON] + hord_mt = 6 + hord_vt = 6 + hord_tm = 6 + hord_dp = 6 + hord_tr = 8 + adjust_dry_mass = .false. + consv_te = 0. + do_sat_adj = @[DO_SAT_ADJ] + consv_am = .false. + fill = .true. + dwind_2d = .false. + print_freq = 6 + warm_start = @[WARM_START] + no_dycore = .false. + z_tracer = @[Z_TRACER] + inline_q = @[INLINE_Q] + agrid_vel_rst = .false. + read_increment = @[READ_INCREMENT] + res_latlon_dynamics = "fv3_increment.nc" +/ + +&external_ic_nml + filtered_terrain = .true. + levp = @[NPZP] + gfs_dwinds = .true. + checker_tr = .false. + nt_checker = 0 +/ + +&gfs_physics_nml + fhzero = @[FHZERO] + h2o_phys = .true. + ldiag3d = .true. + qdiag3d = .true. + print_diff_pgr= .false. + fhcyc = @[FHCYC] + use_ufo = .true. + pre_rad = .false. + imp_physics = @[IMP_PHYSICS] + iovr = 3 + ltaerosol = .false. + lradar = .false. + ttendlim = -999 + dt_inner = @[DT_INNER] + sedi_semi = @[SEDI_SEMI] + decfl = @[DECFL] + oz_phys = .false. + oz_phys_2015 = .true. + lsoil_lsm = 4 + do_mynnedmf = .false. + do_mynnsfclay = .false. + icloud_bl = 1 + bl_mynn_edmf = 1 + bl_mynn_tkeadvect = .true. + bl_mynn_edmf_mom = 1 + do_ugwp = .false. + do_tofd = @[DO_TOFD] + gwd_opt = @[GWD_OPT] + do_ugwp_v0 = @[DO_UGWP_V0] + do_ugwp_v1 = @[DO_UGWP_V1] + do_ugwp_v0_orog_only = .false. + do_ugwp_v0_nst_only = @[DO_UGWP_V0_NST_ONLY] + do_gsl_drag_ls_bl = @[DO_GSL_DRAG_LS_BL] + do_gsl_drag_ss = @[DO_GSL_DRAG_SS] + do_gsl_drag_tofd = @[DO_GSL_DRAG_TOFD] + do_ugwp_v1_orog_only = @[DO_UGWP_V1_OROG_ONLY] + min_lakeice = 0.15 + min_seaice = @[MIN_SEAICE] + use_cice_alb = @[USE_CICE_ALB] + ext_diag_thompson = @[EXT_DIAG_THOMPSON] + pdfcld = .false. + fhswr = 3600. + fhlwr = 3600. + ialb = 2 + iems = 2 + iaer = @[IAER] + icliq_sw = 2 + ico2 = 2 + isubc_sw = 2 + isubc_lw = 2 + isol = 2 + lwhtr = .true. + swhtr = .true. + cnvgwd = .true. + shal_cnv = @[SHAL_CNV] + cal_pre = .false. + redrag = .true. + dspheat = .true. + hybedmf = .false. + satmedmf = @[SATMEDMF] + isatmedmf = 1 + lheatstrg = @[LHEATSTRG] + lseaspray = @[LSEASPRAY] + random_clds = @[RANDOM_CLDS] + trans_trac = @[TRANS_TRAC] + cnvcld = @[CNVCLD] + imfshalcnv = @[IMFSHALCNV] + imfdeepcnv = @[IMFDEEPCNV] + ras = @[RAS] + cdmbgwd = @[CDMBWD] + prslrd0 = 0. + ivegsrc = 1 + isot = 1 + lsoil = 4 + lsm = 2 + iopt_dveg = 4 + iopt_crs = 2 + iopt_btr = 1 + iopt_run = 1 + iopt_sfc = 3 + iopt_trs = 2 + iopt_frz = 1 + iopt_inf = 1 + iopt_rad = 3 + iopt_alb = 1 + iopt_snf = 4 + iopt_tbot = 2 + iopt_stc = 3 + iopt_diag = 2 + debug = .false. + nstf_name = @[NSTF_NAME] + nst_anl = .true. + psautco = 0.0008,0.0005 + prautco = 0.00015,0.00015 + lgfdlmprad = @[LGFDLMPRAD] + effr_in = .true. + ldiag_ugwp = @[LDIAG_UGWP] + fscav_aero = @[FSCAV_AERO] + do_RRTMGP = .false. + active_gases = 'h2o_co2_o3_n2o_ch4_o2' + ngases = 6 + lw_file_gas = 'rrtmgp-data-lw-g128-210809.nc' + lw_file_clouds = 'rrtmgp-cloud-optics-coeffs-lw.nc' + sw_file_gas = 'rrtmgp-data-sw-g112-210809.nc' + sw_file_clouds = 'rrtmgp-cloud-optics-coeffs-sw.nc' + rrtmgp_nGptsSW = 112 + rrtmgp_nGptsLW = 128 + rrtmgp_nBandsLW = 16 + rrtmgp_nBandsSW = 14 + doGP_cldoptics_LUT = @[DOGP_CLDOPTICS_LUT] + doGP_lwscat = @[DOGP_LWSCAT] + do_sppt = @[DO_SPPT] + do_shum = @[DO_SHUM] + do_skeb = @[DO_SKEB] + levr = 89 + iaufhrs = 6 + iau_delthrs = 30 + iau_inc_files= '' + iau_drymassfixer = .false. + use_med_flux = @[USE_MED_FLUX] + frac_grid = @[FRAC_GRID] + cplchm = @[CPLCHM] + cplflx = @[CPLFLX] + cplice = @[CPLICE] + cplwav = @[CPLWAV] + cplwav2atm = @[CPLWAV2ATM] + cpllnd = @[CPLLND] + cpllnd2atm = @[CPLLND2ATM] + do_ca = @[DO_CA] + ca_global = @[CA_GLOBAL] + ca_sgs = @[CA_SGS] + nca = @[NCA] + ncells = @[NCELLS] + nlives = @[NLIVES] + nseed = @[NSEED] + nfracseed = @[NFRACSEED] + nthresh = @[NTHRESH] + ca_trigger = @[CA_TRIGGER] + nspinup = @[NSPINUP] + iseed_ca = @[ISEED_CA] + lndp_type = @[LNDP_TYPE] + n_var_lndp = @[N_VAR_LNDP] +/ + +&cires_ugwp_nml + knob_ugwp_solver = 2 + knob_ugwp_source = 1,1,0,0 + knob_ugwp_wvspec = 1,25,25,25 + knob_ugwp_azdir = 2,4,4,4 + knob_ugwp_stoch = 0,0,0,0 + knob_ugwp_effac = 1,1,1,1 + knob_ugwp_doaxyz = 1 + knob_ugwp_doheat = 1 + knob_ugwp_dokdis = 1 + knob_ugwp_ndx4lh = 1 + knob_ugwp_version = @[KNOB_UGWP_VERSION] + ! This is only for UGWP v0 +@[HIDE_UGWPV0] launch_level = 25 + ! These are only for UGWP v1 +@[HIDE_UGWPV1] knob_ugwp_palaunch = 275.0e2 +@[HIDE_UGWPV1] knob_ugwp_nslope = @[KNOB_UGWP_NSLOPE] +@[HIDE_UGWPV1] knob_ugwp_lzmax = 15.750e3 +@[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_lhmet = 200.0e3 +@[HIDE_UGWPV1] knob_ugwp_orosolv = 'pss-1986' +/ + +&gfdl_cloud_microphysics_nml + sedi_transport = .true. + do_sedi_heat = .false. + rad_snow = .true. + rad_graupel = .true. + rad_rain = .true. + const_vi = .false. + const_vs = .false. + const_vg = .false. + const_vr = .false. + vi_max = 1. + vs_max = 2. + vg_max = 12. + vr_max = 12. + qi_lim = 1. + prog_ccn = .false. + do_qa = .true. + fast_sat_adj = .true. + tau_l2v = 225. + tau_v2l = 150. + tau_g2v = 900. + rthresh = 10.e-6 ! This is a key parameter for cloud water + dw_land = 0.16 + dw_ocean = 0.10 + ql_gen = 1.0e-3 + ql_mlt = 1.0e-3 + qi0_crt = 8.0E-5 + qs0_crt = 1.0e-3 + tau_i2s = 1000. + c_psaci = 0.05 + c_pgacs = 0.01 + rh_inc = 0.30 + rh_inr = 0.30 + rh_ins = 0.30 + ccn_l = 300. + ccn_o = 100. + c_paut = 0.5 + c_cracw = 0.8 + use_ppm = .false. + use_ccn = .true. + mono_prof = .true. + z_slope_liq = .true. + z_slope_ice = .true. + de_ice = .false. + fix_negative = .true. + icloud_f = 1 + mp_time = 150. + reiflag = 2 +/ + +&interpolator_nml + interp_method = 'conserve_great_circle' +/ + +&namsfc + FNGLAC = 'global_glacier.2x2.grb' + FNMXIC = 'global_maxice.2x2.grb' + FNTSFC = 'RTGSST.1982.2012.monthly.clim.grb' + FNSNOC = 'global_snoclim.1.875.grb' + FNZORC = 'igbp' + FNALBC = @[FNALBC] + FNALBC2 = @[FNALBC2] + FNAISC = 'IMS-NIC.blended.ice.monthly.clim.grb' + FNTG3C = @[FNTG3C] + FNVEGC = @[FNVEGC] + FNVETC = @[FNVETC] + FNSOTC = @[FNSOTC] + FNSOCC = @[FNSOCC] + FNSMCC = @[FNSMCC] + FNMSKH = @[FNMSKH] + FNTSFA = '' + FNACNA = '' + FNSNOA = '' + FNVMNC = @[FNVMNC] + FNVMXC = @[FNVMXC] + FNSLPC = @[FNSLPC] + FNABSC = @[FNABSC] + LDEBUG =.false. + FSMCL(2) = 99999 + FSMCL(3) = 99999 + FSMCL(4) = 99999 + LANDICE = @[LANDICE] + FTSFS = 90 + FAISL = 99999 + FAISS = 99999 + FSNOL = 99999 + FSNOS = 99999 + FSICL = @[FSICL] + FSICS = @[FSICS] + FTSFL = 99999 + FVETL = 99999 + FSOTL = 99999 + FvmnL = 99999 + FvmxL = 99999 + FSLPL = 99999 + FABSL = 99999 +/ + +&fv_grid_nml + grid_file = 'INPUT/grid_spec.nc' +/ + +&nam_stochy + lon_s=768, + lat_s=384, + ntrunc=382, + SKEBNORM=1, + SKEB_NPASS=30, + SKEB_VDOF=5, + SKEB=@[SKEB], + SKEB_TAU=2.16E4, + SKEB_LSCALE=1000.E3, + SHUM=@[SHUM], + SHUM_TAU=21600, + SHUM_LSCALE=500000, + SPPT=@[SPPT], + SPPT_TAU=21600, + SPPT_LSCALE=500000, + SPPT_LOGIT=.true., + SPPT_SFCLIMIT=.true., + ISEED_SHUM=1, + ISEED_SKEB=2, + ISEED_SPPT=3, +/ + +&nam_sfcperts + lndp_type = @[LNDP_TYPE] + lndp_model_type = @[LNDP_MODEL_TYPE] + LNDP_TAU=21600, + LNDP_LSCALE=500000, + ISEED_LNDP=2010, + lndp_var_list = @[LNDP_VAR_LIST] + lndp_prt_list = @[LNDP_PRT_LIST] +/ + +&MOM_input_nml + output_directory = '@[MOM6_OUTPUT_DIR]', + input_filename = '@[MOM6_RESTART_SETTING]' + restart_input_dir = 'INPUT/', + restart_output_dir = '@[MOM6_RESTART_DIR]', + parameter_filename = 'INPUT/MOM_input', + 'INPUT/MOM_override'/ +/ + +&multi_gases_nml + ri=295.3892, 461.50, 0., 0., 0., 0., 0., 173.2247, 519.674, 259.8370 ,0.,0.,0. + cpi=1031.1083, 1846.00, 0., 0., 0., 0., 0., 820.2391, 1299.185, 918.0969, 0.,0.,0. +/ + +&molecular_diffusion_nml + tau_visc = 1.0 + tau_cond = 1.0 + tau_diff = 1.0 + md_layers = 70 + md_tadj_layers = 0 + md_consv_te = 1.0 + md_wait_hr = 0.0 +/ diff --git a/tests/rt.conf b/tests/rt.conf index eda2ad0f6f..6e731bfec2 100644 --- a/tests/rt.conf +++ b/tests/rt.conf @@ -22,251 +22,251 @@ ### Intel Tests ### ### S2S tests ### COMPILE | s2swa_32bit | intel | -DAPP=S2SWA -D32BIT=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_v17_coupled_p8_ugwpv1 | | fv3 | -RUN | cpld_control_p8_mixedmode | - noaacloud | baseline | +RUN | cpld_control_p8_mixedmode | - noaacloud | baseline | #GFS COMPILE | s2swa_32bit_pdlib | intel | -DAPP=S2SWA -D32BIT=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8_ugwpv1 -DPDLIB=ON | - noaacloud | fv3 | -RUN | cpld_control_gfsv17 | - noaacloud | baseline | -RUN | cpld_control_gfsv17_iau | - noaacloud | baseline | cpld_control_gfsv17 -RUN | cpld_restart_gfsv17 | - noaacloud | | cpld_control_gfsv17 -RUN | cpld_mpi_gfsv17 | - noaacloud | | +RUN | cpld_control_gfsv17 | - noaacloud | baseline | +RUN | cpld_control_gfsv17_iau | - noaacloud | baseline | cpld_control_gfsv17 +RUN | cpld_restart_gfsv17 | - noaacloud | | cpld_control_gfsv17 +RUN | cpld_mpi_gfsv17 | - noaacloud | | #SFS COMPILE | s2swa_32bit_pdlib_sfs | intel | -DAPP=S2SWA -D32BIT=ON -DHYDRO=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8_ugwpv1 -DPDLIB=ON | - noaacloud | fv3 | -RUN | cpld_control_sfs | - noaacloud | baseline | +RUN | cpld_control_sfs | - noaacloud | baseline | 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 | +RUN | cpld_debug_gfsv17 | - noaacloud jet | baseline | COMPILE | s2swa | intel | -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 | | fv3 | -RUN | cpld_control_p8 | - noaacloud | baseline | -RUN | cpld_control_p8.v2.sfc | - noaacloud | baseline | -RUN | cpld_restart_p8 | - noaacloud | | cpld_control_p8 -RUN | cpld_control_qr_p8 | - noaacloud | | -RUN | cpld_restart_qr_p8 | - noaacloud | | cpld_control_qr_p8 -RUN | cpld_2threads_p8 | - noaacloud | | -RUN | cpld_decomp_p8 | - noaacloud | | -RUN | cpld_mpi_p8 | - noaacloud | | -RUN | cpld_control_ciceC_p8 | - noaacloud | baseline | -RUN | cpld_control_c192_p8 | - wcoss2 jet acorn s4 noaacloud | baseline | -RUN | cpld_restart_c192_p8 | - wcoss2 jet acorn s4 noaacloud | | cpld_control_c192_p8 -RUN | cpld_bmark_p8 | - s4 jet acorn noaacloud | baseline | -RUN | cpld_restart_bmark_p8 | - s4 jet acorn noaacloud | | cpld_bmark_p8 +RUN | cpld_control_p8 | - noaacloud | baseline | +RUN | cpld_control_p8.v2.sfc | - noaacloud | baseline | +RUN | cpld_restart_p8 | - noaacloud | | cpld_control_p8 +RUN | cpld_control_qr_p8 | - noaacloud | | +RUN | cpld_restart_qr_p8 | - noaacloud | | cpld_control_qr_p8 +RUN | cpld_2threads_p8 | - noaacloud | | +RUN | cpld_decomp_p8 | - noaacloud | | +RUN | cpld_mpi_p8 | - noaacloud | | +RUN | cpld_control_ciceC_p8 | - noaacloud | baseline | +RUN | cpld_control_c192_p8 | - wcoss2 jet acorn s4 noaacloud | baseline | +RUN | cpld_restart_c192_p8 | - wcoss2 jet acorn s4 noaacloud | | cpld_control_c192_p8 +RUN | cpld_bmark_p8 | - s4 jet acorn noaacloud | baseline | +RUN | cpld_restart_bmark_p8 | - s4 jet acorn noaacloud | | cpld_bmark_p8 # Aerosol, no Wave -RUN | cpld_s2sa_p8 | - noaacloud | baseline | +RUN | cpld_s2sa_p8 | - noaacloud | baseline | COMPILE | s2sw | intel | -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 | | fv3 | -RUN | cpld_control_noaero_p8 | | baseline | -RUN | cpld_control_nowave_noaero_p8 | - noaacloud | baseline | +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 | -RUN | cpld_debug_p8 | - wcoss2 acorn noaacloud | baseline | +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 | -RUN | cpld_debug_noaero_p8 | - wcoss2 acorn noaacloud | baseline | +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 | +RUN | cpld_control_noaero_p8_agrid | | baseline | COMPILE | s2s | intel | -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 | | fv3 | -RUN | cpld_control_c48 | | baseline | -RUN | cpld_warmstart_c48 | - noaacloud | baseline | -RUN | cpld_restart_c48 | - noaacloud | | cpld_warmstart_c48 +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 | -RUN | cpld_control_p8_faster | - noaacloud | baseline | +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 | -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 +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 | -RUN | cpld_debug_pdlib_p8 | - noaacloud | baseline | +RUN | cpld_debug_pdlib_p8 | - noaacloud | baseline | ### ATM tests ### COMPILE | atm_dyn32 | intel | -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v16_flake,FV3_GFS_v17_p8,FV3_GFS_v17_p8_rrtmgp,FV3_GFS_v15_thompson_mynn_lam3km,FV3_WoFS_v0,FV3_GFS_v17_p8_mynn,FV3_GFS_v17_p8_ugwpv1 -D32BIT=ON | | fv3 | -RUN | control_flake | | baseline | -RUN | control_CubedSphereGrid | | baseline | -RUN | control_CubedSphereGrid_parallel | - noaacloud | baseline | -RUN | control_latlon | | baseline | -RUN | control_wrtGauss_netcdf_parallel | | baseline | -RUN | control_c48 | | baseline | -RUN | control_c48.v2.sfc | | baseline | -RUN | control_c192 | - noaacloud | baseline | -RUN | control_c384 | | baseline | -RUN | control_c384gdas | - noaacloud | baseline | -RUN | control_stochy | | baseline | -RUN | control_stochy_restart | - noaacloud | | control_stochy -RUN | control_lndp | | baseline | -RUN | control_iovr4 | | baseline | -RUN | control_iovr5 | | baseline | -RUN | control_p8 | - noaacloud | baseline | -RUN | control_p8.v2.sfc | - noaacloud | baseline | -RUN | control_p8_ugwpv1 | - noaacloud | baseline | -RUN | control_restart_p8 | - noaacloud | | control_p8 -RUN | control_noqr_p8 | - noaacloud | | -RUN | control_restart_noqr_p8 | - noaacloud | | control_noqr_p8 -RUN | control_decomp_p8 | - noaacloud | | -RUN | control_2threads_p8 | - noaacloud | | -RUN | control_p8_lndp | | baseline | -RUN | control_p8_rrtmgp | - noaacloud | baseline | -RUN | control_p8_mynn | - noaacloud | baseline | -RUN | merra2_thompson | - noaacloud | baseline | -RUN | regional_control | | baseline | -RUN | regional_restart | - noaacloud | | regional_control -RUN | regional_decomp | - noaacloud | | -RUN | regional_2threads | - derecho noaacloud | | -RUN | regional_noquilt | - jet s4 | baseline | -RUN | regional_netcdf_parallel | - acorn | baseline | -RUN | regional_2dwrtdecomp | | | -RUN | regional_wofs | - jet s4 | baseline | +RUN | control_flake | | baseline | +RUN | control_CubedSphereGrid | | baseline | +RUN | control_CubedSphereGrid_parallel | - noaacloud | baseline | +RUN | control_latlon | | baseline | +RUN | control_wrtGauss_netcdf_parallel | | baseline | +RUN | control_c48 | | baseline | +RUN | control_c48.v2.sfc | | baseline | +RUN | control_c192 | - noaacloud | baseline | +RUN | control_c384 | | baseline | +RUN | control_c384gdas | - noaacloud | baseline | +RUN | control_stochy | | baseline | +RUN | control_stochy_restart | - noaacloud | | control_stochy +RUN | control_lndp | | baseline | +RUN | control_iovr4 | | baseline | +RUN | control_iovr5 | | baseline | +RUN | control_p8 | - noaacloud | baseline | +RUN | control_p8.v2.sfc | - noaacloud | baseline | +RUN | control_p8_ugwpv1 | - noaacloud | baseline | +RUN | control_restart_p8 | - noaacloud | | control_p8 +RUN | control_noqr_p8 | - noaacloud | | +RUN | control_restart_noqr_p8 | - noaacloud | | control_noqr_p8 +RUN | control_decomp_p8 | - noaacloud | | +RUN | control_2threads_p8 | - noaacloud | | +RUN | control_p8_lndp | | baseline | +RUN | control_p8_rrtmgp | - noaacloud | baseline | +RUN | control_p8_mynn | - noaacloud | baseline | +RUN | merra2_thompson | - noaacloud | baseline | +RUN | regional_control | | baseline | +RUN | regional_restart | - noaacloud | | regional_control +RUN | regional_decomp | - noaacloud | | +RUN | regional_2threads | - derecho noaacloud | | +RUN | regional_noquilt | - jet s4 | baseline | +RUN | regional_netcdf_parallel | - acorn | baseline | +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 | | +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 | -RUN | rap_decomp | - noaacloud | | -RUN | rap_2threads | - noaacloud | | -RUN | rap_restart | - noaacloud | | rap_control -RUN | rap_sfcdiff | - noaacloud | baseline | -RUN | rap_sfcdiff_decomp | - noaacloud | | -RUN | rap_sfcdiff_restart | - noaacloud | | rap_sfcdiff -RUN | hrrr_control | - noaacloud | baseline | -RUN | hrrr_control_decomp | - noaacloud | | -RUN | hrrr_control_2threads | - noaacloud | | -RUN | hrrr_control_restart | - noaacloud | | hrrr_control -RUN | rrfs_v1beta | | baseline | -RUN | rrfs_v1nssl | | baseline | -RUN | rrfs_v1nssl_nohailnoccn | | baseline | +RUN | rap_control | | baseline | +RUN | regional_spp_sppt_shum_skeb | | baseline | +RUN | rap_decomp | - noaacloud | | +RUN | rap_2threads | - noaacloud | | +RUN | rap_restart | - noaacloud | | rap_control +RUN | rap_sfcdiff | - noaacloud | baseline | +RUN | rap_sfcdiff_decomp | - noaacloud | | +RUN | rap_sfcdiff_restart | - noaacloud | | rap_sfcdiff +RUN | hrrr_control | - noaacloud | baseline | +RUN | hrrr_control_decomp | - noaacloud | | +RUN | hrrr_control_2threads | - noaacloud | | +RUN | hrrr_control_restart | - noaacloud | | hrrr_control +RUN | rrfs_v1beta | | baseline | +RUN | rrfs_v1nssl | | baseline | +RUN | rrfs_v1nssl_nohailnoccn | | baseline | COMPILE | csawmg | intel | -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_csawmg,FV3_GFS_v16_ras | - noaacloud | fv3 | -RUN | control_csawmg | - noaacloud | baseline | -RUN | control_ras | - noaacloud acorn | baseline | +RUN | control_csawmg | - noaacloud | baseline | +RUN | control_ras | - noaacloud acorn | baseline | COMPILE | csawmg | gnu | -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_csawmg,FV3_GFS_v16_ras | + hera hercules | fv3 | -RUN | control_csawmg | + hera hercules | baseline | +RUN | control_csawmg | + hera hercules | baseline | # Run WAM test in REPRO mode to avoid numerical instability in the deep atmosphere -COMPILE | wam | intel | -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON | - noaacloud | fv3 | +COMPILE | wam | intel | -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v17_p8 -D32BIT=ON -DMULTI_GASES=ON | - noaacloud | fv3 | RUN | control_wam | - noaacloud | baseline | COMPILE | atm_faster_dyn32 | intel | -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v17_p8,FV3_GFS_v15_thompson_mynn_lam3km -D32BIT=ON -DFASTER=ON | | fv3 | -RUN | control_p8_faster | - noaacloud | baseline | -RUN | regional_control_faster | | baseline | +RUN | control_p8_faster | - noaacloud | baseline | +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 | -RUN | control_CubedSphereGrid_debug | - noaacloud | baseline | -RUN | control_wrtGauss_netcdf_parallel_debug | - noaacloud | baseline | -RUN | control_stochy_debug | - noaacloud | baseline | -RUN | control_lndp_debug | - noaacloud | baseline | -RUN | control_csawmg_debug | - noaacloud | baseline | -RUN | control_ras_debug | - noaacloud | baseline | -RUN | control_diag_debug | - noaacloud | baseline | -RUN | control_debug_p8 | - noaacloud | baseline | -RUN | regional_debug | - noaacloud | baseline | -RUN | rap_control_debug | - noaacloud | baseline | -RUN | hrrr_control_debug | - noaacloud | baseline | -RUN | hrrr_gf_debug | - noaacloud | baseline | -RUN | hrrr_c3_debug | - noaacloud | baseline | -RUN | rap_unified_drag_suite_debug | - noaacloud | | -RUN | rap_diag_debug | - noaacloud | baseline | -RUN | rap_cires_ugwp_debug | - noaacloud | baseline | -RUN | rap_unified_ugwp_debug | - noaacloud | | -RUN | rap_lndp_debug | - noaacloud | baseline | -RUN | rap_progcld_thompson_debug | - noaacloud | baseline | -RUN | rap_noah_debug | - noaacloud | baseline | -RUN | rap_sfcdiff_debug | - noaacloud | baseline | -RUN | rap_noah_sfcdiff_cires_ugwp_debug | - noaacloud | baseline | -RUN | rrfs_v1beta_debug | - noaacloud | baseline | -RUN | rap_clm_lake_debug | - noaacloud | baseline | -RUN | rap_flake_debug | - noaacloud | baseline | -RUN | gnv1_c96_no_nest_debug | - noaacloud | baseline | +RUN | control_CubedSphereGrid_debug | - noaacloud | baseline | +RUN | control_wrtGauss_netcdf_parallel_debug | - noaacloud | baseline | +RUN | control_stochy_debug | - noaacloud | baseline | +RUN | control_lndp_debug | - noaacloud | baseline | +RUN | control_csawmg_debug | - noaacloud | baseline | +RUN | control_ras_debug | - noaacloud | baseline | +RUN | control_diag_debug | - noaacloud | baseline | +RUN | control_debug_p8 | - noaacloud | baseline | +RUN | regional_debug | - noaacloud | baseline | +RUN | rap_control_debug | - noaacloud | baseline | +RUN | hrrr_control_debug | - noaacloud | baseline | +RUN | hrrr_gf_debug | - noaacloud | baseline | +RUN | hrrr_c3_debug | - noaacloud | baseline | +RUN | rap_unified_drag_suite_debug | - noaacloud | | +RUN | rap_diag_debug | - noaacloud | baseline | +RUN | rap_cires_ugwp_debug | - noaacloud | baseline | +RUN | rap_unified_ugwp_debug | - noaacloud | | +RUN | rap_lndp_debug | - noaacloud | baseline | +RUN | rap_progcld_thompson_debug | - noaacloud | baseline | +RUN | rap_noah_debug | - noaacloud | baseline | +RUN | rap_sfcdiff_debug | - noaacloud | baseline | +RUN | rap_noah_sfcdiff_cires_ugwp_debug | - noaacloud | baseline | +RUN | rrfs_v1beta_debug | - noaacloud | baseline | +RUN | rap_clm_lake_debug | - noaacloud | baseline | +RUN | rap_flake_debug | - noaacloud | baseline | +RUN | gnv1_c96_no_nest_debug | - noaacloud | baseline | ### DEBUG ATM tests ### COMPILE | atm_debug_dyn32 | gnu | -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 | + hera hercules | fv3 | -RUN | control_csawmg_debug | + hera hercules | baseline | +RUN | control_csawmg_debug | + hera hercules | baseline | -COMPILE | wam_debug | intel | -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DDEBUG=ON | - noaacloud | fv3 | +COMPILE | wam_debug | intel | -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v17_p8 -D32BIT=ON -DMULTI_GASES=ON -DDEBUG=ON | - noaacloud | fv3 | RUN | control_wam_debug | - noaacloud hercules | baseline | ### 32-bit physics tests ### COMPILE | rrfs_dyn32_phy32 | intel | -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -D32BIT=ON -DCCPP_32BIT=ON | - noaacloud | fv3 | -RUN | regional_spp_sppt_shum_skeb_dyn32_phy32 | - noaacloud | baseline | -RUN | rap_control_dyn32_phy32 | - noaacloud | baseline | -RUN | hrrr_control_dyn32_phy32 | - noaacloud | baseline | -RUN | rap_2threads_dyn32_phy32 | - noaacloud | | -RUN | hrrr_control_2threads_dyn32_phy32 | - noaacloud | | -RUN | hrrr_control_decomp_dyn32_phy32 | - noaacloud | | -RUN | rap_restart_dyn32_phy32 | - noaacloud | | rap_control_dyn32_phy32 -RUN | hrrr_control_restart_dyn32_phy32 | - noaacloud | | hrrr_control_dyn32_phy32 +RUN | regional_spp_sppt_shum_skeb_dyn32_phy32 | - noaacloud | baseline | +RUN | rap_control_dyn32_phy32 | - noaacloud | baseline | +RUN | hrrr_control_dyn32_phy32 | - noaacloud | baseline | +RUN | rap_2threads_dyn32_phy32 | - noaacloud | | +RUN | hrrr_control_2threads_dyn32_phy32 | - noaacloud | | +RUN | hrrr_control_decomp_dyn32_phy32 | - noaacloud | | +RUN | rap_restart_dyn32_phy32 | - noaacloud | | rap_control_dyn32_phy32 +RUN | hrrr_control_restart_dyn32_phy32 | - noaacloud | | hrrr_control_dyn32_phy32 COMPILE | rrfs_dyn32_phy32_faster | intel | -DAPP=ATM -DFASTER=ON -DCCPP_SUITES=FV3_HRRR -D32BIT=ON -DCCPP_32BIT=ON | - noaacloud | fv3 | -RUN | conus13km_control | - noaacloud | baseline | -RUN | conus13km_2threads | - noaacloud | | conus13km_control -RUN | conus13km_restart_mismatch | - noaacloud | baseline | conus13km_control +RUN | conus13km_control | - noaacloud | baseline | +RUN | conus13km_2threads | - noaacloud | | conus13km_control +RUN | conus13km_restart_mismatch | - noaacloud | baseline | conus13km_control # Expected to fail: -# RUN | conus13km_restart | - noaacloud | | conus13km_control -# RUN | conus13km_decomp | - noaacloud | | conus13km_control +# RUN | conus13km_restart | - noaacloud | | conus13km_control +# RUN | conus13km_decomp | - noaacloud | | conus13km_control COMPILE | rrfs_dyn64_phy32 | intel | -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -DCCPP_32BIT=ON | - noaacloud | fv3 | -RUN | rap_control_dyn64_phy32 | - noaacloud | baseline | +RUN | rap_control_dyn64_phy32 | - noaacloud | baseline | COMPILE | rrfs_dyn32_phy32_debug | intel | -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR,FV3_HRRR_gf -D32BIT=ON -DCCPP_32BIT=ON -DDEBUG=ON | - noaacloud | fv3 | -RUN | rap_control_debug_dyn32_phy32 | - noaacloud | baseline | -RUN | hrrr_control_debug_dyn32_phy32 | - noaacloud | baseline | -RUN | conus13km_debug | - noaacloud | baseline | -RUN | conus13km_debug_qr | - noaacloud | | -RUN | conus13km_debug_2threads | - noaacloud | | -RUN | conus13km_radar_tten_debug | - noaacloud | baseline | +RUN | rap_control_debug_dyn32_phy32 | - noaacloud | baseline | +RUN | hrrr_control_debug_dyn32_phy32 | - noaacloud | baseline | +RUN | conus13km_debug | - noaacloud | baseline | +RUN | conus13km_debug_qr | - noaacloud | | +RUN | conus13km_debug_2threads | - noaacloud | | +RUN | conus13km_radar_tten_debug | - noaacloud | baseline | # Expected to fail: -# RUN | conus13km_debug_decomp | - noaacloud | | +# RUN | conus13km_debug_decomp | - noaacloud | | COMPILE | rrfs_dyn64_phy32_debug | intel | -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -DCCPP_32BIT=ON -DDEBUG=ON | - noaacloud | fv3 | -RUN | rap_control_dyn64_phy32_debug | - noaacloud | baseline | +RUN | rap_control_dyn64_phy32_debug | - noaacloud | baseline | ### HAFS tests ### COMPILE | hafsw | intel | -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v1_gfdlmp_tedmf,FV3_HAFS_v1_gfdlmp_tedmf_nonsst,FV3_HAFS_v1_thompson_tedmf_gfdlsf,FV3_global_nest_v1 -D32BIT=ON | | fv3 | -RUN | hafs_regional_atm | | baseline | -RUN | hafs_regional_atm_thompson_gfdlsf | | baseline | -RUN | hafs_regional_atm_ocn | | baseline | -RUN | hafs_regional_atm_wav | | baseline | -RUN | hafs_regional_atm_ocn_wav | - noaacloud | baseline | -RUN | hafs_regional_1nest_atm | - jet s4 noaacloud | baseline | -RUN | hafs_regional_telescopic_2nests_atm | - jet s4 noaacloud | baseline | -RUN | hafs_global_1nest_atm | - jet s4 noaacloud | baseline | -RUN | hafs_global_multiple_4nests_atm | - jet s4 noaacloud | baseline | -RUN | hafs_regional_specified_moving_1nest_atm | - jet s4 noaacloud | baseline | -RUN | hafs_regional_storm_following_1nest_atm | - jet s4 noaacloud | baseline | -RUN | hafs_regional_storm_following_1nest_atm_ocn | - jet s4 noaacloud | baseline | -RUN | hafs_global_storm_following_1nest_atm | - jet s4 noaacloud | baseline | +RUN | hafs_regional_atm | | baseline | +RUN | hafs_regional_atm_thompson_gfdlsf | | baseline | +RUN | hafs_regional_atm_ocn | | baseline | +RUN | hafs_regional_atm_wav | | baseline | +RUN | hafs_regional_atm_ocn_wav | - noaacloud | baseline | +RUN | hafs_regional_1nest_atm | - jet s4 noaacloud | baseline | +RUN | hafs_regional_telescopic_2nests_atm | - jet s4 noaacloud | baseline | +RUN | hafs_global_1nest_atm | - jet s4 noaacloud | baseline | +RUN | hafs_global_multiple_4nests_atm | - jet s4 noaacloud | baseline | +RUN | hafs_regional_specified_moving_1nest_atm | - jet s4 noaacloud | baseline | +RUN | hafs_regional_storm_following_1nest_atm | - jet s4 noaacloud | baseline | +RUN | hafs_regional_storm_following_1nest_atm_ocn | - jet s4 noaacloud | baseline | +RUN | hafs_global_storm_following_1nest_atm | - jet s4 noaacloud | baseline | # This probably works on S4, but I cannot know for certain. I don't have access to the machine. -RUN | gnv1_nested | - hercules wcoss2 s4 noaacloud | baseline | +RUN | gnv1_nested | - hercules wcoss2 s4 noaacloud | baseline | COMPILE | hafsw_debug | intel | -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v1_gfdlmp_tedmf_nonsst -D32BIT=ON -DDEBUG=ON | - jet noaacloud s4 | fv3 | -RUN | hafs_regional_storm_following_1nest_atm_ocn_debug | - jet s4 noaacloud | baseline | +RUN | hafs_regional_storm_following_1nest_atm_ocn_debug | - jet s4 noaacloud | baseline | COMPILE | hafsw_faster | intel | -DAPP=HAFSW -DCDEPS_INLINE=ON -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v1_gfdlmp_tedmf,FV3_HAFS_v1_gfdlmp_tedmf_nonsst,FV3_HAFS_v1_thompson,FV3_HAFS_v1_thompson_nonsst -D32BIT=ON -DFASTER=ON | -jet noaacloud s4 | fv3 | -RUN | hafs_regional_storm_following_1nest_atm_ocn_wav | - jet s4 noaacloud | baseline | -RUN | hafs_regional_storm_following_1nest_atm_ocn_wav_inline | - jet s4 noaacloud | baseline | +RUN | hafs_regional_storm_following_1nest_atm_ocn_wav | - jet s4 noaacloud | baseline | +RUN | hafs_regional_storm_following_1nest_atm_ocn_wav_inline | - jet s4 noaacloud | baseline | COMPILE | hafs_mom6w | intel| -DAPP=HAFS-MOM6W -DREGIONAL_MOM6=ON -DCDEPS_INLINE=ON -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v1_gfdlmp_tedmf,FV3_HAFS_v1_gfdlmp_tedmf_nonsst,FV3_HAFS_v1_thompson,FV3_HAFS_v1_thompson_nonsst -D32BIT=ON | -jet noaacloud s4 | fv3 | -RUN | hafs_regional_storm_following_1nest_atm_ocn_wav_mom6 | - jet s4 noaacloud | baseline | +RUN | hafs_regional_storm_following_1nest_atm_ocn_wav_mom6 | - jet s4 noaacloud | baseline | COMPILE | hafs_all | intel | -DAPP=HAFS-ALL -DCCPP_SUITES=FV3_HAFS_v1_gfdlmp_tedmf,FV3_HAFS_v1_gfdlmp_tedmf_nonsst -D32BIT=ON | - noaacloud | fv3 | -RUN | hafs_regional_docn | - noaacloud | baseline | -RUN | hafs_regional_docn_oisst | - noaacloud | baseline | -RUN | hafs_regional_datm_cdeps | - jet s4 noaacloud | baseline | +RUN | hafs_regional_docn | - noaacloud | baseline | +RUN | hafs_regional_docn_oisst | - noaacloud | baseline | +RUN | hafs_regional_datm_cdeps | - jet s4 noaacloud | baseline | ### CDEPS Data Atmosphere tests ### COMPILE | datm_cdeps | intel | -DAPP=NG-GODAS | - wcoss2 | fv3 | @@ -296,14 +296,20 @@ RUN | datm_cdeps_lnd_gswp3 | - wcoss2 RUN | datm_cdeps_lnd_era5 | - wcoss2 | baseline | RUN | datm_cdeps_lnd_era5_rst | - wcoss2 noaacloud | | datm_cdeps_lnd_era5 +### AMIP+ tests ### +COMPILE | atm_ds2s_docn_pcice | intel | -DAPP=ATM_DS2S-PCICE -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 | | fv3 | +RUN | atm_ds2s_docn_pcice | - noaacloud | baseline | +COMPILE | atm_ds2s_docn_dice | intel | -DAPP=ATM_DS2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 | - wcoss2 acorn | fv3 | +RUN | atm_ds2s_docn_dice | - noaacloud wcoss2 acorn | baseline | cpld_control_nowave_noaero_p8 + ### ATM-LND tests ### COMPILE | atml | intel | -DAPP=ATML -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v16_flake,FV3_GFS_v17_p8,FV3_GFS_v17_p8_rrtmgp,FV3_GFS_v15_thompson_mynn_lam3km,FV3_WoFS_v0,FV3_GFS_v17_p8_mynn -D32BIT=ON | | fv3 | -RUN | control_p8_atmlnd_sbs | - noaacloud | baseline | -RUN | control_p8_atmlnd | - noaacloud | baseline | -RUN | control_restart_p8_atmlnd | - noaacloud | | control_p8_atmlnd +RUN | control_p8_atmlnd_sbs | - noaacloud wcoss2 | baseline | +RUN | control_p8_atmlnd | - noaacloud wcoss2 | baseline | +RUN | control_restart_p8_atmlnd | - noaacloud wcoss2 | | control_p8_atmlnd COMPILE | atml_debug | intel | -DAPP=ATML -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v16_flake,FV3_GFS_v17_p8,FV3_GFS_v17_p8_rrtmgp,FV3_GFS_v15_thompson_mynn_lam3km,FV3_WoFS_v0,FV3_GFS_v17_p8_mynn -D32BIT=ON -DDEBUG=ON | | fv3 | -RUN | control_p8_atmlnd_debug | - noaacloud | baseline | +RUN | control_p8_atmlnd_debug | - noaacloud wcoss2 | baseline | ### ATM-WAV tests ### #mediator (cmeps) @@ -321,110 +327,110 @@ RUN | atmaero_control_p8_rad_micro | - noaacloud #RUN | regional_atmaq | - jet s4 | baseline | COMPILE | atmaq_debug | intel | -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -DDEBUG=ON -D32BIT=ON | - jet noaacloud s4 | fv3 | -RUN | regional_atmaq_debug | - jet s4 noaacloud | baseline | +RUN | regional_atmaq_debug | - jet s4 noaacloud | baseline | ### GNU TESTS ### ### CCPP PROD tests ### COMPILE | atm | gnu | -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v16_flake,FV3_GFS_v16_ras,FV3_GFS_v17_p8,FV3_GFS_v17_p8_ugwpv1 | + hera hercules | fv3 | -RUN | control_c48 | + hera hercules | baseline | -RUN | control_stochy | + hera hercules | baseline | -RUN | control_ras | + hera hercules | baseline | -RUN | control_p8 | + hera hercules | baseline | -RUN | control_p8_ugwpv1 | + hera hercules | baseline | -RUN | control_flake | + hera hercules | baseline | +RUN | control_c48 | + hera hercules | baseline | +RUN | control_stochy | + hera hercules | baseline | +RUN | control_ras | + hera hercules | baseline | +RUN | control_p8 | + hera hercules | baseline | +RUN | control_p8_ugwpv1 | + hera hercules | baseline | +RUN | control_flake | + hera hercules | baseline | COMPILE | rrfs | gnu | -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_RRFS_v1beta -D32BIT=ON | + hera hercules | fv3 | -RUN | rap_control | + hera hercules | baseline | -RUN | rap_decomp | + hera hercules | | -RUN | rap_2threads | + hera hercules | | -RUN | rap_restart | + hera hercules | | rap_control -RUN | rap_sfcdiff | + hera hercules | baseline | -RUN | rap_sfcdiff_decomp | + hera hercules | | -RUN | rap_sfcdiff_restart | + hera hercules | | rap_sfcdiff -RUN | hrrr_control | + hera hercules | baseline | -RUN | hrrr_control_noqr | + hera hercules | | -RUN | hrrr_control_2threads | + hera hercules | | -RUN | hrrr_control_decomp | + hera hercules | | -RUN | hrrr_control_restart | + hera hercules | | hrrr_control -RUN | hrrr_control_restart_noqr | + hera hercules | | hrrr_control_noqr -RUN | rrfs_v1beta | + hera hercules | baseline | +RUN | rap_control | + hera hercules | baseline | +RUN | rap_decomp | + hera hercules | | +RUN | rap_2threads | + hera hercules | | +RUN | rap_restart | + hera hercules | | rap_control +RUN | rap_sfcdiff | + hera hercules | baseline | +RUN | rap_sfcdiff_decomp | + hera hercules | | +RUN | rap_sfcdiff_restart | + hera hercules | | rap_sfcdiff +RUN | hrrr_control | + hera hercules | baseline | +RUN | hrrr_control_noqr | + hera hercules | | +RUN | hrrr_control_2threads | + hera hercules | | +RUN | hrrr_control_decomp | + hera hercules | | +RUN | hrrr_control_restart | + hera hercules | | hrrr_control +RUN | hrrr_control_restart_noqr | + hera hercules | | hrrr_control_noqr +RUN | rrfs_v1beta | + hera hercules | baseline | ### CCPP DEBUG tests ### # Exercise compilation without specifying suites (i.e. compile all suites) in DEBUG mode (faster than in PROD mode) COMPILE | atm_dyn32_debug | gnu | -DAPP=ATM -D32BIT=ON -DDEBUG=ON | + hera hercules | fv3 | -RUN | control_diag_debug | + hera hercules | baseline | -RUN | regional_debug | + hera hercules | baseline | -RUN | rap_control_debug | + hera hercules | baseline | -RUN | hrrr_control_debug | + hera hercules | baseline | -RUN | hrrr_gf_debug | + hera hercules | baseline | -RUN | hrrr_c3_debug | + hera hercules | baseline | -RUN | rap_diag_debug | + hera hercules | baseline | -RUN | rap_noah_sfcdiff_cires_ugwp_debug | + hera hercules | baseline | -RUN | rap_progcld_thompson_debug | + hera hercules | baseline | -RUN | rrfs_v1beta_debug | + hera hercules | baseline | -RUN | control_ras_debug | + hera hercules | baseline | -RUN | control_stochy_debug | + hera hercules | baseline | -RUN | control_debug_p8 | + hera hercules | baseline | -RUN | rap_flake_debug | + hera hercules | baseline | -RUN | rap_clm_lake_debug | + hera hercules | baseline | -RUN | gnv1_c96_no_nest_debug | + hera hercules | baseline | - - -COMPILE | wam_debug | gnu | -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DDEBUG=ON | + hera hercules | fv3 | +RUN | control_diag_debug | + hera hercules | baseline | +RUN | regional_debug | + hera hercules | baseline | +RUN | rap_control_debug | + hera hercules | baseline | +RUN | hrrr_control_debug | + hera hercules | baseline | +RUN | hrrr_gf_debug | + hera hercules | baseline | +RUN | hrrr_c3_debug | + hera hercules | baseline | +RUN | rap_diag_debug | + hera hercules | baseline | +RUN | rap_noah_sfcdiff_cires_ugwp_debug | + hera hercules | baseline | +RUN | rap_progcld_thompson_debug | + hera hercules | baseline | +RUN | rrfs_v1beta_debug | + hera hercules | baseline | +RUN | control_ras_debug | + hera hercules | baseline | +RUN | control_stochy_debug | + hera hercules | baseline | +RUN | control_debug_p8 | + hera hercules | baseline | +RUN | rap_flake_debug | + hera hercules | baseline | +RUN | rap_clm_lake_debug | + hera hercules | baseline | +RUN | gnv1_c96_no_nest_debug | + hera hercules | baseline | + + +COMPILE | wam_debug | gnu | -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v17_p8 -D32BIT=ON -DMULTI_GASES=ON -DDEBUG=ON | + hera hercules | fv3 | RUN | control_wam_debug | + hercules | baseline | ### 32-bit physics tests ### COMPILE | rrfs_dyn32_phy32 | gnu | -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -D32BIT=ON -DCCPP_32BIT=ON | + hera hercules | fv3 | -RUN | rap_control_dyn32_phy32 | + hera hercules | baseline | -RUN | hrrr_control_dyn32_phy32 | + hera hercules | baseline | -RUN | rap_2threads_dyn32_phy32 | + hera hercules | | -RUN | hrrr_control_2threads_dyn32_phy32 | + hera hercules | | -RUN | hrrr_control_decomp_dyn32_phy32 | + hera hercules | | -RUN | rap_restart_dyn32_phy32 | + hera hercules | | rap_control_dyn32_phy32 -RUN | hrrr_control_restart_dyn32_phy32 | + hera hercules | | hrrr_control_dyn32_phy32 -RUN | conus13km_control | + hera hercules | baseline | -RUN | conus13km_2threads | + hera hercules | | conus13km_control -RUN | conus13km_restart_mismatch | + hera hercules | baseline | conus13km_control +RUN | rap_control_dyn32_phy32 | + hera hercules | baseline | +RUN | hrrr_control_dyn32_phy32 | + hera hercules | baseline | +RUN | rap_2threads_dyn32_phy32 | + hera hercules | | +RUN | hrrr_control_2threads_dyn32_phy32 | + hera hercules | | +RUN | hrrr_control_decomp_dyn32_phy32 | + hera hercules | | +RUN | rap_restart_dyn32_phy32 | + hera hercules | | rap_control_dyn32_phy32 +RUN | hrrr_control_restart_dyn32_phy32 | + hera hercules | | hrrr_control_dyn32_phy32 +RUN | conus13km_control | + hera hercules | baseline | +RUN | conus13km_2threads | + hera hercules | | conus13km_control +RUN | conus13km_restart_mismatch | + hera hercules | baseline | conus13km_control # Expected to fail: -# RUN | conus13km_restart | + hera hercules | | conus13km_control -# RUN | conus13km_decomp | + hera hercules | | conus13km_control +# RUN | conus13km_restart | + hera hercules | | conus13km_control +# RUN | conus13km_decomp | + hera hercules | | conus13km_control COMPILE | atm_dyn64_phy32 | gnu | -DAPP=ATM -DCCPP_32BIT=ON | + hera hercules | fv3 | -RUN | rap_control_dyn64_phy32 | + hera hercules | baseline | +RUN | rap_control_dyn64_phy32 | + hera hercules | baseline | COMPILE | atm_dyn32_phy32_debug | gnu | -DAPP=ATM -D32BIT=ON -DCCPP_32BIT=ON -DDEBUG=ON | + hera hercules | fv3 | -RUN | rap_control_debug_dyn32_phy32 | + hera hercules | baseline | -RUN | hrrr_control_debug_dyn32_phy32 | + hera hercules | baseline | -RUN | conus13km_debug | + hera hercules | baseline | -RUN | conus13km_debug_qr | + hera hercules | | -RUN | conus13km_debug_2threads | + hera hercules | | -RUN | conus13km_radar_tten_debug | + hera hercules | baseline | +RUN | rap_control_debug_dyn32_phy32 | + hera hercules | baseline | +RUN | hrrr_control_debug_dyn32_phy32 | + hera hercules | baseline | +RUN | conus13km_debug | + hera hercules | baseline | +RUN | conus13km_debug_qr | + hera hercules | | +RUN | conus13km_debug_2threads | + hera hercules | | +RUN | conus13km_radar_tten_debug | + hera hercules | baseline | # Expected to fail: -# RUN | conus13km_debug_decomp | + hera derecho hercules | | +# RUN | conus13km_debug_decomp | + hera derecho hercules | | COMPILE | atm_dyn64_phy32_debug | gnu | -DAPP=ATM -DCCPP_32BIT=ON -DDEBUG=ON | + hera hercules | fv3 | -RUN | rap_control_dyn64_phy32_debug | + hera hercules | baseline | +RUN | rap_control_dyn64_phy32_debug | + hera hercules | baseline | ### S2S tests ### COMPILE | s2swa | gnu | -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 | + hera hercules | fv3 | -# RUN | cpld_control_p8 | + hera | baseline | +RUN | cpld_control_p8 | + hercules | baseline | COMPILE | s2s | gnu | -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 | + hera hercules | fv3 | -RUN | cpld_control_nowave_noaero_p8 | + hera | baseline | +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 | + hera | baseline | +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 | -RUN | cpld_control_pdlib_p8 | + hera | baseline | +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 | -RUN | cpld_debug_pdlib_p8 | + hera | baseline | +RUN | cpld_debug_pdlib_p8 | + hera hercules | baseline | ### CDEPS Data Atmosphere test ### COMPILE | datm_cdeps | gnu | -DAPP=NG-GODAS | + hera hercules | fv3 | -RUN | datm_cdeps_control_cfsr | + hera | baseline | +RUN | datm_cdeps_control_cfsr | + hera hercules | baseline | diff --git a/tests/rt.sh b/tests/rt.sh index c55eeaaddb..ee899c2f17 100755 --- a/tests/rt.sh +++ b/tests/rt.sh @@ -28,7 +28,6 @@ usage() { echo " -v verbose output" echo " -w for weekly_test, skip comparing baseline results" echo - set -x } [[ $# -eq 0 ]] && usage @@ -155,11 +154,11 @@ update_rtconf() { generate_log() { echo "rt.sh: Generating Regression Testing Log..." - set -x COMPILE_COUNTER=0 FAILED_COMPILES=() TEST_COUNTER=0 FAILED_TESTS=() + SKIPPED_TESTS=() FAILED_TEST_ID=() FAILED_COMPILE_LOGS=() FAILED_TEST_LOGS=() @@ -255,14 +254,14 @@ EOF COMPILE_RESULT="FAILED: UNABLE TO START COMPILE" FAIL_LOG="N/A" elif [[ -f fail_compile_${COMPILE_ID} ]]; then - COMPILE_RESULT="FAILED: UNABLE TO COMPILE" + COMPILE_RESULT="FAILED: UNABLE TO FINISH COMPILE" FAIL_LOG="${LOG_DIR}/compile_${COMPILE_ID}.log" if grep -q "quota" "${LOG_DIR}/compile_${COMPILE_ID}.log"; then COMPILE_RESULT="FAILED: DISK QUOTA ISSUE" FAIL_LOG="${LOG_DIR}/compile_${COMPILE_ID}.log" - elif grep -q "timeout" "${LOG_DIR}/compile_${COMPILE_ID}.log"; then - COMPILE_RESULT="FAILED: TEST TIMED OUT" - FAIL_LOG="${LOG_DIR}/compile_${COMPILE_ID}.log" + elif grep -q "TIME LIMIT" "${RUNDIR_ROOT}/compile_${COMPILE_ID}/err"; then + COMPILE_RESULT="FAILED: COMPILE TIMED OUT" + FAIL_LOG="${RUNDIR_ROOT}/compile_${COMPILE_ID}/err" fi else COMPILE_RESULT="PASS" @@ -330,21 +329,25 @@ EOF RT_TEST_TIME="" RT_TEST_MEM="" if [[ ${CREATE_BASELINE} == true && ${GEN_BASELINE} != "baseline" ]]; then - TEST_RESULT="SKIPPED (TEST DOES NOT GENERATE BASELINE)" + TEST_RESULT="SKIPPED: TEST DOES NOT GENERATE BASELINE" + SKIPPED_TESTS+=("TEST ${TEST_NAME}_${COMPILER}: ${TEST_RESULT}") + elif [[ ${COMPILE_RESULT} =~ FAILED ]]; then + TEST_RESULT="SKIPPED: ASSOCIATED COMPILE FAILED" + SKIPPED_TESTS+=("TEST ${TEST_NAME}_${COMPILER}: ${TEST_RESULT}") elif [[ ! -f "${LOG_DIR}/run_${TEST_NAME}_${COMPILER}.log" ]]; then - TEST_RESULT="FAILED: UNABLE TO START RUN" + TEST_RESULT="FAILED: UNABLE TO START TEST" FAIL_LOG="N/A" elif [[ -f fail_test_${TEST_NAME}_${COMPILER} ]]; then if [[ -f "${LOG_DIR}/rt_${TEST_NAME}_${COMPILER}.log" ]]; then if grep -q "FAIL" "${LOG_DIR}/rt_${TEST_NAME}_${COMPILER}.log"; then - TEST_RESULT="FAILED: UNABLE TO RUN COMPARISON" + TEST_RESULT="FAILED: UNABLE TO COMPLETE COMPARISON" FAIL_LOG="${LOG_DIR}/run_${TEST_NAME}_${COMPILER}.log" # We need to catch a "PASS" in rt_*.log even if a fail_test_* files exists # I am not sure why this can happen. elif grep -q "PASS" "${LOG_DIR}/rt_${TEST_NAME}_${COMPILER}.log"; then TEST_RESULT="PASS" else - TEST_RESULT="FAILED: BASELINE COMPARISON" + TEST_RESULT="FAILED: UNSUCCESSFUL BASELINE COMPARISON" FAIL_LOG="${LOG_DIR}/rt_${TEST_NAME}_${COMPILER}.log" fi else @@ -354,9 +357,9 @@ EOF if grep -q "quota" "${LOG_DIR}/run_${TEST_NAME}_${COMPILER}.log"; then TEST_RESULT="FAILED: DISK QUOTA ISSUE" FAIL_LOG="${LOG_DIR}/run_${TEST_NAME}_${COMPILER}.log" - elif grep -q "timeout" "${LOG_DIR}/run_${TEST_NAME}_${COMPILER}.log"; then + elif grep -q "TIME LIMIT" "${RUNDIR_ROOT}/${TEST_NAME}_${COMPILER}/err"; then TEST_RESULT="FAILED: TEST TIMED OUT" - FAIL_LOG="${LOG_DIR}/run_${TEST_NAME}_${COMPILER}.log" + FAIL_LOG="${RUNDIR_ROOT}/${TEST_NAME}_${COMPILER}/err" fi else TEST_RESULT="PASS" @@ -399,7 +402,7 @@ Starting Date/Time: ${TEST_START_TIME} Ending Date/Time: ${TEST_END_TIME} Total Time: ${elapsed_time} Compiles Completed: $((COMPILE_COUNTER-${#FAILED_COMPILES[@]}))/${COMPILE_COUNTER} -Tests Completed: $((TEST_COUNTER-${#FAILED_TESTS[@]}))/${TEST_COUNTER} +Tests Completed: $((TEST_COUNTER-${#FAILED_TESTS[@]}-${#SKIPPED_TESTS[@]}))/${TEST_COUNTER} EOF # PRINT FAILED COMPILES if [[ "${#FAILED_COMPILES[@]}" -ne "0" ]]; then @@ -674,14 +677,10 @@ done #B&N not run together [[ ${NEW_BASELINES_FILE} != '' && ${RUN_SINGLE_TEST} == true ]] && die "-b and -n options cannot be used at the same time" -[[ -o xtrace ]] && set_x='set -x' || set_x='set +x' - if [[ ${RTVERBOSE} == true ]]; then set -x fi -[[ -o xtrace ]] && set_x='set -x' || set_x='set +x' - if [[ -z "${ACCNR}" ]]; then echo "Please use -a to set group account to use on HPC" exit 1 @@ -694,12 +693,10 @@ echo "Account: ${ACCNR}" case ${MACHINE_ID} in wcoss2|acorn) echo "rt.sh: Setting up WCOSS2/Acorn" - set -x if [[ "${ECFLOW:-false}" == true ]] ; then module load ecflow/5.6.0.13 fi module load intel/19.1.3.304 python/3.8.6 - export colonifnco=":output" # hack DISKNM="/lfs/h2/emc/nems/noscrub/emc.nems/RT" QUEUE="dev" @@ -714,7 +711,6 @@ case ${MACHINE_ID} in ;; gaea) echo "rt.sh: Setting up gaea..." - set -x if [[ "${ROCOTO:-false}" == true ]] ; then module use /ncrc/proj/epic/rocoto/modulefiles module load rocoto @@ -747,7 +743,6 @@ case ${MACHINE_ID} in ;; hera) echo "rt.sh: Setting up hera..." - set -x if [[ "${ROCOTO:-false}" == true ]] ; then module load rocoto ROCOTO_SCHEDULER=slurm @@ -770,7 +765,6 @@ case ${MACHINE_ID} in ;; orion) echo "rt.sh: Setting up orion..." - set -x module load git/2.28.0 module load gcc/10.2.0 module load python/3.9.2 @@ -800,7 +794,6 @@ case ${MACHINE_ID} in ;; hercules) echo "rt.sh: Setting up hercules..." - set -x if [[ "${ROCOTO:-false}" == true ]] ; then module load contrib rocoto ROCOTO_SCHEDULER="slurm" @@ -828,7 +821,6 @@ case ${MACHINE_ID} in ;; jet) echo "rt.sh: Setting up jet..." - set -x CurJetOS=$(lsb_release -is) echo "=======Running on ${CurJetOS}=======" if [[ ${CurJetOS} == "CentOS" ]]; then @@ -861,7 +853,6 @@ case ${MACHINE_ID} in ;; s4) echo "rt.sh: Setting up s4..." - set -x if [[ "${ROCOTO:-false}" == true ]] ; then module load rocoto/1.3.2 ROCOTO_SCHEDULER=slurm @@ -892,7 +883,6 @@ case ${MACHINE_ID} in ;; derecho) echo "rt.sh: Setting up derecho..." - set -x if [[ "${ROCOTO:-false}" == true ]] ; then module use /glade/work/epicufsrt/contrib/derecho/rocoto/modulefiles module load rocoto @@ -930,7 +920,6 @@ case ${MACHINE_ID} in ;; stampede) echo "rt.sh: Setting up stampede..." - set -x export PYTHONPATH= if [[ "${ECFLOW:-false}" == true ]] ; then ECFLOW_START= @@ -948,7 +937,6 @@ case ${MACHINE_ID} in ;; expanse) echo "rt.sh: Setting up expanse..." - set -x export PYTHONPATH= if [[ "${ECFLOW:-false}" == true ]] ; then @@ -965,7 +953,6 @@ case ${MACHINE_ID} in ;; noaacloud) echo "rt.sh: Setting up noaacloud..." - set -x export PATH="/contrib/EPIC/bin:${PATH}" module use /apps/modules/modulefiles @@ -987,7 +974,6 @@ case ${MACHINE_ID} in die "Unknown machine ID, please edit detect_machine.sh file" ;; esac -eval "${set_x}" mkdir -p "${STMP}/${USER}" @@ -1374,5 +1360,4 @@ fi ## Lets verify all tests were run and that they passed generate_log -eval "${set_x}" echo "******Regression Testing Script Completed******" diff --git a/tests/rt_utils.sh b/tests/rt_utils.sh index cc375c189c..403ecc4506 100755 --- a/tests/rt_utils.sh +++ b/tests/rt_utils.sh @@ -15,9 +15,7 @@ ECFLOW_RUNNING=false jobid=0 function compute_petbounds_and_tasks() { - echo "rt_utils.sh: ${TEST_ID}: Computing PET bounds and tasks." - [[ -o xtrace ]] && set_x='set -x' || set_x='set +x' - set +x + # each test MUST define ${COMPONENT}_tasks variable for all components it is using # and MUST NOT define those that it's not using or set the value to 0. @@ -96,13 +94,10 @@ function compute_petbounds_and_tasks() { # TASKS is now set to UFS_TASKS export TASKS=${UFS_tasks} - eval "${set_x}" } interrupt_job() { - echo "rt_utils.sh: Job ${jobid} interupted" - set -x - #echo "run_util.sh: interrupt_job called | Job#: ${jobid}" + echo "rt_utils.sh: Job ${jobid} interrupted" case ${SCHEDULER} in pbs) qdel "${jobid}" @@ -120,9 +115,6 @@ submit_and_wait() { echo "rt_utils.sh: Submitting job on scheduler: ${SCHEDULER}" [[ -z $1 ]] && exit 1 - [[ -o xtrace ]] && set_x='set -x' || set_x='set +x' - set +x - local -r job_card=$1 ROCOTO=${ROCOTO:-false} @@ -156,9 +148,9 @@ submit_and_wait() { do case ${SCHEDULER} in pbs) - set +e + set +e job_info=$( qstat "${jobid}" ) - set -e + set -e ;; slurm) job_info=$( squeue -u "${USER}" -j "${jobid}" ) @@ -185,9 +177,9 @@ submit_and_wait() { do case ${SCHEDULER} in pbs) - set +e + set +e job_info=$( qstat "${jobid}" ) - set -e + set -e ;; slurm) job_info=$( squeue -u "${USER}" -j "${jobid}" ) @@ -228,7 +220,6 @@ submit_and_wait() { echo "rt_utils.sh: *** WARNING ***: Job in a HELD state. Might want to stop manually." ;; #fail/completed cases - #pbs: E #slurm: F/FAILED TO/TIMEOUT CA/CANCELLED F|TO|CA|FAILED|TIMEOUT|CANCELLED) echo "rt_utils.sh: !!!!!!!!!!JOB TERMINATED!!!!!!!!!!" @@ -253,14 +244,10 @@ submit_and_wait() { (( n=n+1 )) sleep 60 & wait $! done - - eval "${set_x}" } check_results() { echo "rt_utils.sh: Checking results of the regression test: ${TEST_ID}" - [[ -o xtrace ]] && set_x='set -x' || set_x='set +x' - set +x ROCOTO=${ROCOTO:-false} ECFLOW=${ECFLOW:-false} @@ -271,7 +258,7 @@ check_results() { #sleep 60 { - echo + echo echo "baseline dir = ${RTPWD}/${CNTL_DIR}_${RT_COMPILER}" echo "working dir = ${RUNDIR}" echo "Checking test ${TEST_ID} results ...." @@ -391,8 +378,6 @@ check_results() { exit 1 fi fi - - eval "${set_x}" } @@ -411,7 +396,7 @@ kill_job() { rocoto_create_compile_task() { echo "rt_utils.sh: ${COMPILE_ID}: Creating ROCOTO compile task." - #new_compile=true + new_compile=true if [[ ${in_metatask} == true ]]; then in_metatask=false echo " " >> "${ROCOTO_XML}" @@ -527,8 +512,7 @@ rocoto_kill() { } rocoto_step() { - echo "rt_utils.sh: Runnung one iteration of rocotorun and rocotostat..." - set -e + echo "rt_utils.sh: Running one iteration of rocotorun and rocotostat..." echo "Unknown" > rocoto_workflow.state # Run one iteration of rocotorun and rocotostat. ${ROCOTORUN} -v 10 -w "${ROCOTO_XML}" -d "${ROCOTO_DB}" @@ -566,19 +550,15 @@ rocoto_run() { set -e if [[ "${state:-Unknown}" == Done ]] ; then - set +x echo "Rocoto workflow has completed." - set -x return 0 elif [[ ${result} == 0 ]] ; then break # rocoto_step succeeded elif (( now_time-start_time > max_time || step_attempts >= max_step_attempts )) ; then - set +x hostnamein=$(hostname) echo "Rocoto commands have failed ${step_attempts} times, for $(( (now_time-start_time+30)/60 )) minutes." echo "There may be something wrong with the ${hostnamein} node or the batch system." echo "I'm giving up. Sorry." - set -x return 2 fi sleep $(( naptime * 2**((step_attempts-1)%4) * RANDOM/32767 )) @@ -592,7 +572,6 @@ ecflow_create_compile_task() { echo "rt_utils.sh: ${COMPILE_ID}: Creating ECFLOW compile task" export new_compile=true - cat << EOF > "${ECFLOW_RUN}/${ECFLOW_SUITE}/compile_${COMPILE_ID}.ecf" %include ${PATHRT}/run_compile.sh "${PATHRT}" "${RUNDIR_ROOT}" "${MAKE_OPT}" "${COMPILE_ID}" > "${LOG_DIR}/compile_${COMPILE_ID}.log" 2>&1 & @@ -625,7 +604,7 @@ EOF else echo " trigger compile_${COMPILE_ID} == complete" >> "${ECFLOW_RUN}/${ECFLOW_SUITE}.def" fi - + } ecflow_run() { @@ -633,7 +612,7 @@ ecflow_run() { # NOTE: ECFLOW IS NOT SAFE TO RUN WITH set -e, PLEASE AVOID #ECF_HOST="${ECF_HOST:-${HOSTNAME}}" - + # Make sure ECF_HOST and ECF_PORT are set/ready on systems that have an # explicit ecflow node if [[ ${MACHINE_ID} == wcoss2 || ${MACHINE_ID} == acorn ]]; then @@ -665,11 +644,11 @@ ecflow_run() { ecflow_client --ping --host="${ECF_HOST}" --port="${ECF_PORT}" not_running=$? set -e - + if [[ ${not_running} -eq 1 ]]; then echo "rt_utils.sh: ecflow_server is not running on ${ECF_HOST}:${ECF_PORT}" echo "rt_utils.sh: attempting to start ecflow_server..." - + save_traps=$(trap) trap "" SIGINT # Ignore INT signal during ecflow startup case ${MACHINE_ID} in @@ -679,7 +658,7 @@ ecflow_run() { ;; *) ${ECFLOW_START} -p "${ECF_PORT}" -d "${RUNDIR_ROOT}/ecflow_server" - ;; + ;; esac ECFLOW_RUNNING=true @@ -689,7 +668,7 @@ ecflow_run() { ecflow_client --ping --host="${ECF_HOST}" --port="${ECF_PORT}" not_running=$? set -e - + if [[ ${not_running} -eq 1 ]]; then echo "rt_utils.sh: ERROR -- Failure to start ecflow. Exiting..." exit 1 @@ -698,7 +677,7 @@ ecflow_run() { echo "rt_utils.sh: Confirmed: ecflow_server is running on ${ECF_HOST}:${ECF_PORT}" ECFLOW_RUNNING=true fi - + echo "rt_utils.sh: Starting ECFLOW tasks..." set +e ecflow_client --load="${ECFLOW_RUN}/${ECFLOW_SUITE}.def" --host="${ECF_HOST}" --port="${ECF_PORT}" @@ -712,6 +691,7 @@ ecflow_run() { max_active_tasks=$( grep "task " <<< "${max_active_tasks}" ) max_active_tasks=$( grep -cP 'state:active|state:submitted|state:queued' <<< "${max_active_tasks}" ) echo "rt_utils.sh: Total number of tasks processed -- ${max_active_tasks}" + prev_active_tasks=${active_tasks} while [[ "${active_tasks}" -ne 0 ]] do sleep 10 & wait $! @@ -720,7 +700,13 @@ ecflow_run() { active_tasks=$( grep "task " <<< "${active_tasks}" ) active_tasks=$( grep -cP 'state:active|state:submitted|state:queued' <<< "${active_tasks}" ) set -e - echo "ECFLOW Tasks Remaining: ${active_tasks}/${max_active_tasks}" + if [[ ${active_tasks} -ne ${prev_active_tasks} ]]; then + echo + echo -n "ECFLOW Tasks Remaining: ${active_tasks}/${max_active_tasks} " + prev_active_tasks=${active_tasks} + else + echo -n "." + fi "${PATHRT}/abort_dep_tasks.py" done diff --git a/tests/run_test.sh b/tests/run_test.sh index 4735a08c4d..e2dcb31196 100755 --- a/tests/run_test.sh +++ b/tests/run_test.sh @@ -312,6 +312,15 @@ if [[ ${DOCN_CDEPS} = 'true' ]]; then atparse < "${PATHRT}/parm/${DOCN_STREAM_CONFIGURE:-docn.streams.IN}" > docn.streams fi +if [[ ${DICE_CDEPS} = 'true' ]]; then + atparse < "${PATHRT}/parm/${DICE_IN_CONFIGURE:-dice_in.IN}" > dice_in + atparse < "${PATHRT}/parm/${DICE_STREAM_CONFIGURE:-dice.streams.IN}" > dice.streams +fi + +if [[ ${CICE_PRESCRIBED} = 'true' ]]; then + atparse < "${PATHRT}"/parm/ice_in.IN > ice_in +fi + if [[ ${CDEPS_INLINE} = 'true' ]]; then atparse < "${PATHRT}/parm/${CDEPS_INLINE_CONFIGURE:-stream.config.IN}" > stream.config fi diff --git a/tests/test_changes.list b/tests/test_changes.list index e69de29bb2..5a47c8d8b2 100644 --- a/tests/test_changes.list +++ b/tests/test_changes.list @@ -0,0 +1,2 @@ +control_wam intel +control_wam_debug intel diff --git a/tests/tests/atm_ds2s_docn_dice b/tests/tests/atm_ds2s_docn_dice new file mode 100644 index 0000000000..79d81894cf --- /dev/null +++ b/tests/tests/atm_ds2s_docn_dice @@ -0,0 +1,121 @@ +# +# atm_ds2s_docn_dice P8 test +# + +export TEST_DESCR="AMIP+ FV3-CCPP-CDEPS_DOCN-CDEPS_DICE system" + +export CNTL_DIR=atm_ds2s_docn_dice + +export LIST_FILES="sfcf021.tile1.nc \ + sfcf021.tile2.nc \ + sfcf021.tile3.nc \ + sfcf021.tile4.nc \ + sfcf021.tile5.nc \ + sfcf021.tile6.nc \ + atmf021.tile1.nc \ + atmf021.tile2.nc \ + atmf021.tile3.nc \ + atmf021.tile4.nc \ + atmf021.tile5.nc \ + atmf021.tile6.nc \ + sfcf024.tile1.nc \ + sfcf024.tile2.nc \ + sfcf024.tile3.nc \ + sfcf024.tile4.nc \ + sfcf024.tile5.nc \ + sfcf024.tile6.nc \ + atmf024.tile1.nc \ + atmf024.tile2.nc \ + atmf024.tile3.nc \ + atmf024.tile4.nc \ + atmf024.tile5.nc \ + atmf024.tile6.nc \ + RESTART/20210323.060000.coupler.res \ + RESTART/20210323.060000.fv_core.res.nc \ + RESTART/20210323.060000.fv_core.res.tile1.nc \ + RESTART/20210323.060000.fv_core.res.tile2.nc \ + RESTART/20210323.060000.fv_core.res.tile3.nc \ + RESTART/20210323.060000.fv_core.res.tile4.nc \ + RESTART/20210323.060000.fv_core.res.tile5.nc \ + RESTART/20210323.060000.fv_core.res.tile6.nc \ + RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc \ + RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc \ + RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc \ + RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc \ + RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc \ + RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc \ + RESTART/20210323.060000.fv_tracer.res.tile1.nc \ + RESTART/20210323.060000.fv_tracer.res.tile2.nc \ + RESTART/20210323.060000.fv_tracer.res.tile3.nc \ + RESTART/20210323.060000.fv_tracer.res.tile4.nc \ + RESTART/20210323.060000.fv_tracer.res.tile5.nc \ + RESTART/20210323.060000.fv_tracer.res.tile6.nc \ + RESTART/20210323.060000.phy_data.tile1.nc \ + RESTART/20210323.060000.phy_data.tile2.nc \ + RESTART/20210323.060000.phy_data.tile3.nc \ + RESTART/20210323.060000.phy_data.tile4.nc \ + RESTART/20210323.060000.phy_data.tile5.nc \ + RESTART/20210323.060000.phy_data.tile6.nc \ + RESTART/20210323.060000.sfc_data.tile1.nc \ + RESTART/20210323.060000.sfc_data.tile2.nc \ + RESTART/20210323.060000.sfc_data.tile3.nc \ + RESTART/20210323.060000.sfc_data.tile4.nc \ + RESTART/20210323.060000.sfc_data.tile5.nc \ + RESTART/20210323.060000.sfc_data.tile6.nc \ + RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc" + +export_fv3 +export_cpl + +#Component settings +export CPLCHM=.false. +export DNATS=0 +export CPLWAV=.false. +export CPLWAV2ATM=.false. + +export FV3=true +export S2S=false +export AQM=false +export DOCN_CDEPS=true +export DICE_CDEPS=true +export CDEPS_INLINE=false +export ocn_model=docn +export ice_model=dice + +#task layout +export INPES=$INPES_cpl_dflt +export JNPES=$JNPES_cpl_dflt +export atm_omp_num_threads=$THRD_cpl_dflt +export WRTTASK_PER_GROUP=$WPG_cpl_dflt + +export WAV_tasks=0 + +#CDEPS settings +export ocn_datamode=cplhist +export DOCN_IN_CONFIGURE=global_docn_in.IN +export DOCN_STREAM_CONFIGURE=global_docn.streams.IN +export ice_datamode=cplhist +export DICE_IN_CONFIGURE=global_dice_in.IN +export DICE_STREAM_CONFIGURE=global_dice.streams.IN +export OCNRES=100 +export MESH_ICE=mesh.mx${OCNRES}.nc +export MESH_OCN=mesh.mx${OCNRES}.nc +export ocn_nx_global=360 +export ocn_ny_global=320 +export ice_nx_global=360 +export ice_ny_global=320 +export stream_files_docn=INPUT/ufs.cpld.cpl.hi.ocn.nc +export stream_files_dice=INPUT/ufs.cpld.cpl.hi.ice.nc +export STREAM_OFFSET=0 + +export RESTART_N=12 +export RESTART_INTERVAL="${RESTART_N} -1" +export OUTPUT_FH='0 21 24' + +export CCPP_SUITE=FV3_GFS_v17_coupled_p8 +export DIAG_TABLE=diag_table_gfsv16 +export FIELD_TABLE=field_table_thompson_noaero_tke +export INPUT_NML=global_control.nml.IN +export MODEL_CONFIGURE=model_configure.IN +export UFS_CONFIGURE=ufs.configure.s2s_esmf.IN +export FV3_RUN="cpld_control_run.IN cpld_docn_dice.IN" diff --git a/tests/tests/atm_ds2s_docn_pcice b/tests/tests/atm_ds2s_docn_pcice new file mode 100644 index 0000000000..fef8e3cdf3 --- /dev/null +++ b/tests/tests/atm_ds2s_docn_pcice @@ -0,0 +1,128 @@ +# +# atm_ds2s_docn_pcice P8 test +# + +export TEST_DESCR="AMIP+ FV3-CCPP-CDEPS_DOCN-CICE_icePrescribed system" + +export CNTL_DIR=atm_ds2s_docn_pcice + +export LIST_FILES="sfcf021.tile1.nc \ + sfcf021.tile2.nc \ + sfcf021.tile3.nc \ + sfcf021.tile4.nc \ + sfcf021.tile5.nc \ + sfcf021.tile6.nc \ + atmf021.tile1.nc \ + atmf021.tile2.nc \ + atmf021.tile3.nc \ + atmf021.tile4.nc \ + atmf021.tile5.nc \ + atmf021.tile6.nc \ + sfcf024.tile1.nc \ + sfcf024.tile2.nc \ + sfcf024.tile3.nc \ + sfcf024.tile4.nc \ + sfcf024.tile5.nc \ + sfcf024.tile6.nc \ + atmf024.tile1.nc \ + atmf024.tile2.nc \ + atmf024.tile3.nc \ + atmf024.tile4.nc \ + atmf024.tile5.nc \ + atmf024.tile6.nc \ + RESTART/20210323.060000.coupler.res \ + RESTART/20210323.060000.fv_core.res.nc \ + RESTART/20210323.060000.fv_core.res.tile1.nc \ + RESTART/20210323.060000.fv_core.res.tile2.nc \ + RESTART/20210323.060000.fv_core.res.tile3.nc \ + RESTART/20210323.060000.fv_core.res.tile4.nc \ + RESTART/20210323.060000.fv_core.res.tile5.nc \ + RESTART/20210323.060000.fv_core.res.tile6.nc \ + RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc \ + RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc \ + RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc \ + RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc \ + RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc \ + RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc \ + RESTART/20210323.060000.fv_tracer.res.tile1.nc \ + RESTART/20210323.060000.fv_tracer.res.tile2.nc \ + RESTART/20210323.060000.fv_tracer.res.tile3.nc \ + RESTART/20210323.060000.fv_tracer.res.tile4.nc \ + RESTART/20210323.060000.fv_tracer.res.tile5.nc \ + RESTART/20210323.060000.fv_tracer.res.tile6.nc \ + RESTART/20210323.060000.phy_data.tile1.nc \ + RESTART/20210323.060000.phy_data.tile2.nc \ + RESTART/20210323.060000.phy_data.tile3.nc \ + RESTART/20210323.060000.phy_data.tile4.nc \ + RESTART/20210323.060000.phy_data.tile5.nc \ + RESTART/20210323.060000.phy_data.tile6.nc \ + RESTART/20210323.060000.sfc_data.tile1.nc \ + RESTART/20210323.060000.sfc_data.tile2.nc \ + RESTART/20210323.060000.sfc_data.tile3.nc \ + RESTART/20210323.060000.sfc_data.tile4.nc \ + RESTART/20210323.060000.sfc_data.tile5.nc \ + RESTART/20210323.060000.sfc_data.tile6.nc \ + RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc" + +export_fv3 +export_cpl + +#Component settings +export CPLCHM=.false. +export DNATS=0 +export CPLWAV=.false. +export CPLWAV2ATM=.false. + +export FV3=true +export S2S=false +export AQM=false +export DOCN_CDEPS=true +export DICE_CDEPS=false +export CDEPS_INLINE=false +export ocn_model=docn +export ice_model=cice6 + +#task layout +export INPES=$INPES_cpl_dflt +export JNPES=$JNPES_cpl_dflt +export atm_omp_num_threads=$THRD_cpl_dflt +export WRTTASK_PER_GROUP=$WPG_cpl_dflt + +export WAV_tasks=0 + +#CDEPS docn settings +export ocn_datamode=sstdata +#export MESH_OCN=TX025_210327_ESMFmesh_py.nc +#export ocn_data="INPUT/oisst-avhrr-v02r01.202103.nc" +export MESH_OCN=e5.oper.an.mesh.nc +export ocn_data="INPUT/sst_siconc_skt.era5.20210321_20210331.nc" +export ocn_data_var=sst +export ocn_nx_global=1440 +export ocn_ny_global=721 +export DOCN_IN_CONFIGURE=docn_in.IN +export DOCN_STREAM_CONFIGURE=hafs_docn.streams.IN +export STREAM_OFFSET=0 + +#CICE ice prescribed settings - default res +#export OCNRES=100 +#export ICERES=1.00 +#export NX_GLB=360 +#export NY_GLB=320 +export CICE_RUNTYPE=initial +export CICE_ICE_IC=none +export CICE_PRESCRIBED=true +export stream_files_dice=$ocn_data +export MESH_DICE=$MESH_OCN +export eps_imesh=4.0e-1 + +export RESTART_N=12 +export RESTART_INTERVAL="${RESTART_N} -1" +export OUTPUT_FH='0 21 24' + +export CCPP_SUITE=FV3_GFS_v17_coupled_p8 +export DIAG_TABLE=diag_table_gfsv16 +export FIELD_TABLE=field_table_thompson_noaero_tke +export INPUT_NML=global_control.nml.IN +export MODEL_CONFIGURE=model_configure.IN +export UFS_CONFIGURE=ufs.configure.s2s_esmf.IN +export FV3_RUN="cpld_control_run.IN cpld_docn_pcice.IN" diff --git a/tests/tests/control_wam b/tests/tests/control_wam index 1b3b7d1543..5018e6208c 100644 --- a/tests/tests/control_wam +++ b/tests/tests/control_wam @@ -1,46 +1,111 @@ ############################################################################### # -# Global control multigases test +# Global control test FV3WAM atmosphere only at C96L149, P8 configuration # ############################################################################### -export TEST_DESCR="Compare global control multigases results with previous trunk version" +export TEST_DESCR="fv3 wam test" export CNTL_DIR=control_wam export LIST_FILES="sfcf024.nc \ atmf024.nc" -export_fv3_v16 +export_fv3 +export_tiled export NPZ=149 export NPZP=150 -export DT_ATMOS="225" -export SYEAR="2021" -export SMONTH="03" -export SDAY="22" -export SHOUR="06" +export DT_ATMOS=180 +export DT_INNER=${DT_ATMOS} +export SYEAR=2021 +export SMONTH=3 +export SDAY=22 +export SHOUR=6 export FHMAX=24 - -export WARM_START=.true. +export OUTPUT_GRID='gaussian_grid' +export FHROT=0 +export OUTPUT_FH='24 -1' + +#WAM settings +export TAU=1.0 +export D2_BG_K1=0.0 +export D2_BG_K2=0.0 +export D4_BG=0.16 +export PSM_BC=1 +export DDDMP=0.0 export NA_INIT=0 -export EXTERNAL_IC=.false. -export NGGPS_IC=.false. +export NUDGE_QV=.false. +export Z_TRACER=.false. +export INLINE_Q=.false. +export FV_SG_ADJ=-1 +export VTDM4=0.0 +export DELT_MAX=1.0 +export DO_VORT_DAMP=.false. +export D_CON=0.0 export MAKE_NH=.false. -export MOUNTAIN=.true. -export FDIAG=3 -export NSTF_NAME=0,0,1,0,5 -export IAER=5111 +export TRANS_TRAC=.false. +export FHZERO=1.0 +export DNATS=0 + +export USE_MERRA2=.true. +export IAER=1011 +export NSTF_NAME=2,1,0,0,0 + +#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. +export CA_GLOBAL=.false. +export NCA=1 +export NCELLS=5 +export NLIVES=12 +export NTHRESH=18 +export NSEED=1 +export NFRACSEED=0.5 +export CA_TRIGGER=.true. +export NSPINUP=1 +export ISEED_CA=12345 + +#settings +export TILEDFIX=.true. +export FSICL=0 +export FSICS=0 + +export IMP_PHYSICS=8 +export LGFDLMPRAD=.false. +export LHEATSTRG=.false. +export LSEASPRAY=.true. +export SATMEDMF=.true. export DO_SAT_ADJ=.false. +export DZ_MIN=6 + +#required for NML.IN sharing +export MIN_SEAICE=0.15 +export FRAC_GRID=.true. +export MOM6_OUTPUT_DIR=./MOM6_OUTPUT +export MOM6_RESTART_DIR=./RESTART/ +export MOM6_RESTART_SETTING=n +export USE_CICE_ALB=.false. export FV3_RUN=wam_run.IN -export CCPP_SUITE=FV3_GFS_v16_fv3wam -export INPUT_NML=wam.nml.IN +export CCPP_SUITE=FV3_GFS_v17_p8 +export FIELD_TABLE=field_table_wam_noaer export DIAG_TABLE=diag_table_wam -export FIELD_TABLE=field_table_wam - -export QUILTING=.true. -export OUTPUT_GRID="gaussian_grid" -export OZ_PHYS_OLD=.false. -export OZ_PHYS_NEW=.true. -export H2O_PHYS=.true. -export FHROT=18 + +export INPUT_NML=wam_v17.nml.IN + +if [[ " hera orion hercules gaea jet " =~ " ${MACHINE_ID} " ]] ; then + ZSTANDARD_LEVEL=5 +fi diff --git a/tests/tests/control_wam_debug b/tests/tests/control_wam_debug index 8743e90f83..4c1852e2e0 100644 --- a/tests/tests/control_wam_debug +++ b/tests/tests/control_wam_debug @@ -1,48 +1,112 @@ ############################################################################### # -# Global control multigases debug test +# Global control debug test FV3WAM atmosphere only at C96L149, P8 configuration # ############################################################################### -export TEST_DESCR="Compare global control multigases debug results with previous trunk version" +export TEST_DESCR="fv3 wam debug test" export CNTL_DIR=control_wam_debug -export LIST_FILES="sfcf019.nc \ - atmf019.nc" +export LIST_FILES="sfcf002.nc \ + atmf002.nc" -export_fv3_v16 +export_fv3 +export_tiled export NPZ=149 export NPZP=150 -export DT_ATMOS="225" -export SYEAR="2021" -export SMONTH="03" -export SDAY="22" -export SHOUR="06" +export DT_ATMOS=180 +export DT_INNER=${DT_ATMOS} +export SYEAR=2021 +export SMONTH=3 +export SDAY=22 +export SHOUR=6 +export FHMAX=2 +export OUTPUT_GRID='gaussian_grid' +export FHROT=0 +export OUTPUT_FH='1 -1' + +#WAM settings +export TAU=1.0 +export D2_BG_K1=0.0 +export D2_BG_K2=0.0 +export D4_BG=0.16 +export PSM_BC=1 +export DDDMP=0.0 -export FHMAX=19 -export OUTPUT_FH="0 19" - -export WARM_START=.true. export NA_INIT=0 -export EXTERNAL_IC=.false. -export NGGPS_IC=.false. +export NUDGE_QV=.false. +export Z_TRACER=.false. +export INLINE_Q=.false. +export FV_SG_ADJ=-1 +export VTDM4=0.0 +export DELT_MAX=1.0 +export DO_VORT_DAMP=.false. +export D_CON=0.0 export MAKE_NH=.false. -export MOUNTAIN=.true. -export FDIAG=3 -export NSTF_NAME=0,0,1,0,5 -export IAER=5111 +export TRANS_TRAC=.false. +export FHZERO=1.0 +export DNATS=0 + +export USE_MERRA2=.true. +export IAER=1011 +export NSTF_NAME=2,1,0,0,0 + +#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. +export CA_GLOBAL=.false. +export NCA=1 +export NCELLS=5 +export NLIVES=12 +export NTHRESH=18 +export NSEED=1 +export NFRACSEED=0.5 +export CA_TRIGGER=.true. +export NSPINUP=1 +export ISEED_CA=12345 + +#settings +export TILEDFIX=.true. +export FSICL=0 +export FSICS=0 + +export IMP_PHYSICS=8 +export LGFDLMPRAD=.false. +export LHEATSTRG=.false. +export LSEASPRAY=.true. +export SATMEDMF=.true. export DO_SAT_ADJ=.false. +export DZ_MIN=6 + +#required for NML.IN sharing +export MIN_SEAICE=0.15 +export FRAC_GRID=.true. +export MOM6_OUTPUT_DIR=./MOM6_OUTPUT +export MOM6_RESTART_DIR=./RESTART/ +export MOM6_RESTART_SETTING=n +export USE_CICE_ALB=.false. export FV3_RUN=wam_run.IN -export CCPP_SUITE=FV3_GFS_v16_fv3wam -export INPUT_NML=wam.nml.IN +export CCPP_SUITE=FV3_GFS_v17_p8 +export FIELD_TABLE=field_table_wam_noaer export DIAG_TABLE=diag_table_wam -export FIELD_TABLE=field_table_wam - -export QUILTING=.true. -export OUTPUT_GRID="gaussian_grid" -export OZ_PHYS_OLD=.false. -export OZ_PHYS_NEW=.true. -export H2O_PHYS=.true. -export FHROT=18 + +export INPUT_NML=wam_v17.nml.IN + +if [[ " hera orion hercules gaea jet " =~ " ${MACHINE_ID} " ]] ; then + ZSTANDARD_LEVEL=5 +fi diff --git a/tests/tests/cpld_control_nowave_noaero_p8 b/tests/tests/cpld_control_nowave_noaero_p8 index a809e89cc2..0e33289f10 100644 --- a/tests/tests/cpld_control_nowave_noaero_p8 +++ b/tests/tests/cpld_control_nowave_noaero_p8 @@ -74,6 +74,7 @@ export_cpl export RESTART_N=12 export RESTART_INTERVAL="${RESTART_N} -1" export OUTPUT_FH='0 21 24' +export MED_history_n=1 export INPES=$INPES_cpl_dflt export JNPES=$JNPES_cpl_dflt diff --git a/tests/tests/gnv1_nested b/tests/tests/gnv1_nested index e4733994c9..a35fffedf5 100644 --- a/tests/tests/gnv1_nested +++ b/tests/tests/gnv1_nested @@ -4,221 +4,336 @@ # ############################################################################### -export TEST_DESCR="Compare HAFS global with 1 nest and atmosphere only global_nest_v1 physics results with previous trunk version" +export TEST_DESCR="Compare rotated C96 global with 1 nest and atmosphere only global_nest_v1 physics results with previous version" export CNTL_DIR=gnv1_nested -export LIST_FILES="atmf006.nc \ - sfcf006.nc \ - atm.nest02.f006.nc \ - sfc.nest02.f006.nc \ - RESTART/20200825.180000.coupler.res \ - RESTART/20200825.180000.fv_core.res.nc \ - RESTART/20200825.180000.fv_core.res.nest02.nc \ - RESTART/20200825.180000.fv_core.res.nest02.tile7.nc \ - RESTART/20200825.180000.fv_core.res.tile1.nc \ - RESTART/20200825.180000.fv_core.res.tile2.nc \ - RESTART/20200825.180000.fv_core.res.tile3.nc \ - RESTART/20200825.180000.fv_core.res.tile4.nc \ - RESTART/20200825.180000.fv_core.res.tile5.nc \ - RESTART/20200825.180000.fv_core.res.tile6.nc \ - RESTART/20200825.180000.fv_srf_wnd.res.nest02.tile7.nc \ - RESTART/20200825.180000.fv_srf_wnd.res.tile1.nc \ - RESTART/20200825.180000.fv_srf_wnd.res.tile2.nc \ - RESTART/20200825.180000.fv_srf_wnd.res.tile3.nc \ - RESTART/20200825.180000.fv_srf_wnd.res.tile4.nc \ - RESTART/20200825.180000.fv_srf_wnd.res.tile5.nc \ - RESTART/20200825.180000.fv_srf_wnd.res.tile6.nc \ - RESTART/20200825.180000.fv_tracer.res.nest02.tile7.nc \ - RESTART/20200825.180000.fv_tracer.res.tile1.nc \ - RESTART/20200825.180000.fv_tracer.res.tile2.nc \ - RESTART/20200825.180000.fv_tracer.res.tile3.nc \ - RESTART/20200825.180000.fv_tracer.res.tile4.nc \ - RESTART/20200825.180000.fv_tracer.res.tile5.nc \ - RESTART/20200825.180000.fv_tracer.res.tile6.nc \ - RESTART/20200825.180000.phy_data.nest02.tile7.nc \ - RESTART/20200825.180000.phy_data.tile1.nc \ - RESTART/20200825.180000.phy_data.tile2.nc \ - RESTART/20200825.180000.phy_data.tile3.nc \ - RESTART/20200825.180000.phy_data.tile4.nc \ - RESTART/20200825.180000.phy_data.tile5.nc \ - RESTART/20200825.180000.phy_data.tile6.nc \ - RESTART/20200825.180000.sfc_data.nest02.tile7.nc \ - RESTART/20200825.180000.sfc_data.tile1.nc \ - RESTART/20200825.180000.sfc_data.tile2.nc \ - RESTART/20200825.180000.sfc_data.tile3.nc \ - RESTART/20200825.180000.sfc_data.tile4.nc \ - RESTART/20200825.180000.sfc_data.tile5.nc \ - RESTART/20200825.180000.sfc_data.tile6.nc \ +export LIST_FILES="atmf002.nc \ + sfcf002.nc \ + atm.nest02.f002.nc \ + sfc.nest02.f002.nc \ + RESTART/20230224.010000.coupler.res \ + RESTART/20230224.010000.fv_core.res.nc \ + RESTART/20230224.010000.fv_core.res.nest02.nc \ + RESTART/20230224.010000.fv_core.res.nest02.tile7.nc \ + RESTART/20230224.010000.fv_core.res.tile1.nc \ + RESTART/20230224.010000.fv_core.res.tile2.nc \ + RESTART/20230224.010000.fv_core.res.tile3.nc \ + RESTART/20230224.010000.fv_core.res.tile4.nc \ + RESTART/20230224.010000.fv_core.res.tile5.nc \ + RESTART/20230224.010000.fv_core.res.tile6.nc \ + RESTART/20230224.010000.fv_srf_wnd.res.nest02.tile7.nc \ + RESTART/20230224.010000.fv_srf_wnd.res.tile1.nc \ + RESTART/20230224.010000.fv_srf_wnd.res.tile2.nc \ + RESTART/20230224.010000.fv_srf_wnd.res.tile3.nc \ + RESTART/20230224.010000.fv_srf_wnd.res.tile4.nc \ + RESTART/20230224.010000.fv_srf_wnd.res.tile5.nc \ + RESTART/20230224.010000.fv_srf_wnd.res.tile6.nc \ + RESTART/20230224.010000.fv_tracer.res.nest02.tile7.nc \ + RESTART/20230224.010000.fv_tracer.res.tile1.nc \ + RESTART/20230224.010000.fv_tracer.res.tile2.nc \ + RESTART/20230224.010000.fv_tracer.res.tile3.nc \ + RESTART/20230224.010000.fv_tracer.res.tile4.nc \ + RESTART/20230224.010000.fv_tracer.res.tile5.nc \ + RESTART/20230224.010000.fv_tracer.res.tile6.nc \ + RESTART/20230224.010000.phy_data.nest02.tile7.nc \ + RESTART/20230224.010000.phy_data.tile1.nc \ + RESTART/20230224.010000.phy_data.tile2.nc \ + RESTART/20230224.010000.phy_data.tile3.nc \ + RESTART/20230224.010000.phy_data.tile4.nc \ + RESTART/20230224.010000.phy_data.tile5.nc \ + RESTART/20230224.010000.phy_data.tile6.nc \ + RESTART/20230224.010000.sfc_data.nest02.tile7.nc \ + RESTART/20230224.010000.sfc_data.tile1.nc \ + RESTART/20230224.010000.sfc_data.tile2.nc \ + RESTART/20230224.010000.sfc_data.tile3.nc \ + RESTART/20230224.010000.sfc_data.tile4.nc \ + RESTART/20230224.010000.sfc_data.tile5.nc \ + RESTART/20230224.010000.sfc_data.tile6.nc \ RESTART/fv_BC_ne.res.nest02.nc \ RESTART/fv_BC_sw.res.nest02.nc" +# Get all default variables for FV3 +export_fv3 # Must come before all other exports -export_fv3 -export_hafs +# Request tiled inputs in &namsfc +export_tiled # Must come second, after export_fv3, before all export statements +export TILEDFIX=.true. -export HAFS=true -export FHMAX=6 -export RESTART_N=${FHMAX} -export atm_omp_num_threads=2 -export DT_ATMOS=90 -export IDEFLATE=1 -export OUTPUT_FH='3 -1' -export OUTPUT_FILE="'netcdf' 'netcdf'" -export SDAY=25 -export SHOUR=12 -export SMONTH=08 -export SYEAR=2020 -export WRTTASK_PER_GROUP=60 -export NTILES=6 +# Select input directories in control_run.IN +export ATMRES=C96-nested -export GWD_OPT=2 -export DO_UGWP=.true. -export DO_TOFD=.false. -export DO_UGWP_V0=.false. -export DO_UGWP_V0_OROG_ONLY=.false. -export DO_GSL_DRAG_LS_BL=.false. -export DO_GSL_DRAG_SS=.false. -export DO_GSL_DRAG_TOFD=.false. -export DO_UGWP_V1=.false. -export DO_UGWP_V1_OROG_ONLY=.false. +# Master flag to enable nesting in control_run.IN. Also sent to &fv_core_nml +export NESTED=.true. -export FV_CORE_TAU=0. -export RF_CUTOFF=10. -export RF_CUTOFF_NEST=10. -export FAST_TAU_W_SEC=0.2 +# ---------------------------------------- +# model_configure +export SYEAR=2023 +export SMONTH=02 +export SDAY=24 +export SHOUR=00 +export FHMAX=3 +export FHROT=0 +export DT_ATMOS=300 +export RESTART_INTERVAL='1 -1' +export WRITE_GROUP=2 +export WRTTASK_PER_GROUP=12 +export WRITE_DOPOST=.true. +export WRITE_NSFLIP=.true. +export FILENAME_BASE="'atm' 'sfc'" +export OUTPUT_GRID=gaussian_grid +export OUTPUT_FILE="'netcdf' 'netcdf'" +export IDEFLATE=1 +export ICHUNK2D=-1 +export JCHUNK2D=-1 +export ICHUNK3D=-1 +export JCHUNK3D=-1 +export KCHUNK3D=1 +export IMO=384 +export JMO=192 +export OUTPUT_FH='1 -1' -export OUTPUT_GRID='global_latlon' -export IMO=360 -export JMO=181 - -export OUTPUT_GRID_2='rotated_latlon' -export CEN_LON_2=-86.0 -export CEN_LAT_2=23.0 -export LON1_2=-45.00 -export LAT1_2=-40.00 -export LON2_2=45.00 -export LAT2_2=40.00 +# NOTE: This script uses NTILES=6 despite having 7 tiles in total. +# This is to match the logic inside FV3, which is based on mosaics. +# The globe has one mosiac with 6 tiles, and each nest has one mosaic with 1 tile each. +# Our workflow scripts are not aware of that detail; they only know about the global mosaic. +export NTILES=6 + +export OUTPUT_GRID_2=regional_latlon +export IMO_2=361 +export JMO_2=241 +export CEN_LON_2=-135.0 +export CEN_LAT_2=32.5 +export LON1_2=-195.000000 +export LAT1_2=-7.500000 +export LON2_2=-75.000000 +export LAT2_2=72.500000 export DLON_2=0.25 export DLAT_2=0.25 -export BLOCKSIZE=${BLOCKSIZE:-24} -export CCPP_SUITE="FV3_global_nest_v1" -export DEFLATE_LEVEL=-1 -export INPES=4 -export JNPES=5 -export NPX=97 -export NPY=97 -export NPZ=64 -export NPZP=$(($NPZ + 1)) -export K_SPLIT=4 -export N_SPLIT=5 -export NWAT=6 -export NA_INIT=1 -export EXTERNAL_IC=.true. -export NGGPS_IC=.true. -export MOUNTAIN=.false. -export WARM_START=.false. -export TARGET_LAT="23.0" -export TARGET_LON="-86.0" -export STRETCH_FAC=1.0001 -export FULL_ZS_FILTER=.false. -export N_ZS_FILTER=0 +# ---------------------------------------- +# &atmos_model_nml +export BLOCKSIZE=32 +export CCPP_SUITE=FV3_global_nest_v1 + +# ---------------------------------------- +# &diag_manager_nml +export MAX_OUTPUT_FIELDS=300 + +# ---------------------------------------- +# &fms_nml +export DOMAINS_STACK_SIZE=16000000 -export GRID_PES="120,60" +# ---------------------------------------- +# &fv_nest_nml export TILE_COARSE="0,6" export NUM_TILE_TOP=6 -export NEST_REFINE="0,3" -export NEST_IOFFSETS="1,9" -export NEST_JOFFSETS="1,9" - -export FHCYC=0 -export FHSWR=1800 -export FHLWR=1800 -export NSTF_NAME=2,0,0,0,0 -export CPLFLX=.false. -export CPLOCN2ATM=.true. -export CPLWAV=.false. -export CPLWAV2ATM=.false. -export CPL_IMP_MRG=.false. +export NEST_REFINE="0,4" +export NEST_IOFFSETS="0,4" +export NEST_JOFFSETS="0,9" -export INPES_NEST02=6 +# ---------------------------------------- +# &fv_core_nml +export INPES=4 +export JNPES=4 +export INPES_NEST02=12 export JNPES_NEST02=10 -export NPX_NEST02=241 + +export NPX=97 +export NPY=97 +export NPX_NEST02=361 export NPY_NEST02=241 -export K_SPLIT_NEST02=4 -export N_SPLIT_NEST02=5 +export NPZ=127 +export DNATS=0 +export DO_SAT_ADJ=.false. -ATM_compute_tasks=$(( INPES*JNPES*NTILES + INPES_NEST02*JNPES_NEST02 )) +export FV_CORE_TAU=0. +export RF_CUTOFF=10. +export FAST_TAU_W_SEC=0.2 -export NESTED=.true. -export FULL_ZS_FILTER=.false. -export N_ZS_FILTER=0 +export FV_CORE_TAU_NEST02=$FV_CORE_TAU +export RF_CUTOFF_NEST02=$RF_CUTOFF +export FAST_TAU_W_SEC_NEST02=$FAST_TAU_W_SEC -export CMEPS=false -export RUNTYPE="startup" -export USE_COLDSTART="false" +export TARGET_LON=-135.0 +export TARGET_LAT=32.5 +export TWOWAYNEST02=.true. -export DIAG_TABLE=diag_table_hafs_template -export INPUT_NML=input_global_hafs.nml.IN -export INPUT_NEST02_NML=input_nest_hafs.nml.IN -export MODEL_CONFIGURE="model_configure_hafs.IN" -export NEMS_CONFIGURE="nems.configure.hafs_atm.IN" -export FV3_RUN="hafs_fv3_run.IN" -export FIELD_TABLE=field_table_thompson_aero_tke_progsigma +export TWOWAYNEST=.true. -export IAER=5111 -export PROGSIGMA=.true. -export BETASCU=8.0 -export BETAMCU=1.5 -export BETADCU=0.5 +# ---------------------------------------- +# &gfs_physics_nml +export LDIAG3D=.true. +export LDIAG_UGWP=.true. -export SFCLAY_COMPUTE_FLUX=.false. -export BL_MYNN_TKEADVECT=.true. -export LKM=0 +export H2O_PHYS=.true. export IMP_PHYSICS=8 -export DNATS=0 -export DO_SAT_ADJ=.false. -export HYBEDMF=.false. +export IOVR=3 +export DT_INNER=$DT_ATMOS export DO_MYNNEDMF=.true. export DO_MYNNSFCLAY=.true. -export DO_DEEP=.true. -export SHAL_CNV=.true. -export IMFSHALCNV=5 -export IMFDEEPCNV=5 -export LSM=2 -export IOPT_SFC=4 -export IOPT_DVEG=4 -export IOPT_CRS=2 -export IOPT_RAD=3 -export IOPT_ALB=1 -export IOPT_STC=3 +export BL_MYNN_TKEADVECT=.true. +export GWD_OPT=2 +export DO_UGWP_V1=.true. +export DO_UGWP_V0=.false. +export DO_GSL_DRAG_LS_BL=.true. +export DO_GSL_DRAG_TOFD=.true. +export DO_UGWP_V1_W_GSLDRAG=.false. +export IALB=2 +export IEMS=2 +export IAER=1011 +export ICLIQ_SW=1 export CNVGWD=.true. -export IOVR=3 -export LTAEROSOL=.true. -export LRADAR=.true. -export DT_INNER=45 -export SEDI_SEMI=.true. -export DECFL=10 +export CNVGWD_NEST02=.false. +export HYBEDMF=.false. export SATMEDMF=.false. export ISATMEDMF=1 +export LHEATSTRG=.false. export LSEASPRAY=.false. +export IMFDEEPCNV=5 +export IMFDEEPCNV_NEST02=5 +export IOPT_DIAG=1 +export NSTF_NAME=2,0,0,0,0 +export EFFR_IN=.true. +export RES_LATLON_DYNAMICS='""' +export DOGP_CLDOPTICS_LUT=.false. +export DOGP_LWSCAT=.false. +export DRY_MASS=98320.0 +export CONSV_TE=1. +export CONSV_TE_NEST02=0. +export D_CON=1.0 +export D_EXT=0.0 +export DELT_MAX=0.002 +export DELT_MAX_NEST02=0.008 +export NORD_ZS_FILTER=4 +export NGASES=0 -export FV_CORE_TAU=0. -export RF_CUTOFF=10. -export FAST_TAU_W_SEC=0.2 - +export IAER=5111 +export IALB=1 +export IEMS=1 +export IMFSHALCNV=-1 +export IMFSHALCNV_NEST02=-1 +export IOPT_SFC=4 +export IOPT_TRS=3 +export SHAL_CNV=.false. +export D2_BG=0. +export D2_BG_K1=0.16 +export D2_BG_K2=0.05 +export D4_BG=0.15 +export D2_BG_NEST02=0. +export D2_BG_K1_NEST02=0.20 +export D2_BG_K2_NEST02=0.15 +export D4_BG_NEST02=0.15 +export DZ_MIN=2.0 +export FV_SG_ADJ=300 +export HORD_DP=6 +export HORD_MT=6 +export HORD_TM=6 +export HORD_TR=8 +export HORD_VT=6 +export HORD_DP_NEST02=6 +export HORD_MT_NEST02=6 +export HORD_TM_NEST02=6 +export HORD_TR_NEST02=8 +export HORD_VT_NEST02=6 +export MAKE_NH=.false. +export N_ZS_FILTER=0 +export N_ZS_FILTER_NEST02=1 +export N_SPONGE=24 +export PSM_BC_NEST02=1 +export UPOFF=2 +export VTDM4=0.04 +export BETADCU=2.0 +export BETAMCU=1.0 +export BETASCU=8.0 +export BETADCU_NEST02=8.0 +export BETAMCU_NEST02=1.5 +export BETASCU_NEST02=8.0 +export BETAL_DEEP_NEST02=0.05 +export BETAS_DEEP_NEST02=0.05 export CDMBWD=20.0,2.5,1.0,1.0 +export CDMBWD_NEST02=5.0,5.0,1.0,1.0 +export DO_CA=.false. +export FHLWR=720. +export FHSWR=720. +export LCNORM=.false. +export RF_FAST=.false. +export SG_CUTOFF=-1. +export DO_DEEP=.true. +export DO_DEEP_NEST02=.true. +export FRAC_GRID=.false. +export KNOB_UGWP_TAUAMP=1.5e-3 +export KNOB_UGWP_TAUAMP_NEST02=0.8e-3 export KNOB_UGWP_DOKDIS=2 export KNOB_UGWP_NDX4LH=4 export KNOB_UGWP_VERSION=1 export KNOB_UGWP_PALAUNCH=275.0e2 +export LIGHTNING_THREAT=.true. -export GWD_OPT=2 -export DO_UGWP_V0=.false. -export DO_UGWP_V0_OROG_ONLY=.false. -export DO_GSL_DRAG_LS_BL=.true. -export DO_GSL_DRAG_SS=.true. -export DO_GSL_DRAG_TOFD=.true. -export DO_UGWP_V1=.true. -export DO_UGWP_V1_OROG_ONLY=.false. +# NOTE: progsigma should be .true. for the global_nest_v1 suite. +# The code turns it off automatically at low resolutions. +# This leads to an erronious situation where it is off for the globe, but on for the nest. +# Hence, we turn it off manually, to avoid advecting a field of 0 from the nest boundary. +# For practical resolutions (C384 or higher), it would be on. +export PROGSIGMA=.false. +export PROGSIGMA_NEST02=.false. + +# ---------------------------------------- +# &surf_map_nml +export N_DEL2_STRONG=0 # namelist default is -1 +export N_DEL2_WEAK=15 # namelist default is 12 +export N_DEL2_WEAK_NEST02=24 # namelist default is 12 +export N_DEL4=2 # namelist default is -1 +export PEAK_FAC=1. # namelist default is 1.05 +export ZERO_OCEAN=.false. # namelist default is .true. + +# ---------------------------------------- +# &namsfc +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 FNTSFA="' '" +export FNACNA="''" +export FNSNOA="''" + +export LANDICE=.false. + +# ---------------------------------------- +# Select input files and resources for the regression test system. + +# Select model_configure template: +export MODEL_CONFIGURE=model_configure_gnv1.IN + +# Select input.nml template: +export INPUT_NML=input_global_parent.nml.IN + +# Select input_nest02.nml template: +export INPUT_NEST02_NML=input_global_nest.nml.IN + +# Select the field_table. + +# NOTE: The global_nest_v1 uses prognostic sigma, so this should be +# the progsigma field table. HOWEVER, the code turns it off +# automatically for this resolution. Hence, we turn it off here so +# we're not advecting a grid of 0 + +export FIELD_TABLE=field_table_thompson_aero_tke + +# Request additional contents in diag_table for gravity wave diagnostics: +export DIAG_TABLE_ADDITIONAL=diag_additional_ldiag3d_ugwp + +# Override atmosphere compute task count to include the nest (tile 7). +# Note that NTILES=6, which is the size of the global mosaic. +export GRID_PES="$(( INPES * JNPES * 6 )),$(( INPES_NEST02 * JNPES_NEST02 ))" +ATM_compute_tasks=$(( INPES*JNPES*NTILES + INPES_NEST02*JNPES_NEST02 ))