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/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 9e9c8ccd39..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}") @@ -73,6 +73,7 @@ set(JEDI_DRIVER OFF CACHE BOOL "Enable JEDI as top level driver") set(CMEPS_AOFLUX OFF CACHE BOOL "Enable atmosphere-ocean flux calculation in mediator") set(PDLIB OFF CACHE BOOL "Enable Domain Decomposition in WW3 via PDLIB") set(CDEPS_INLINE OFF CACHE BOOL "Enable CDEPS inline capability") +set(HYDRO OFF CACHE BOOL "Enable hydrostatic set") set(CMAKE_Platform $ENV{CMAKE_Platform}) if(CMAKE_Platform) @@ -122,6 +123,7 @@ message("PARALLEL_NETCDF .. ${PARALLEL_NETCDF}") message("JEDI_DRIVER ...... ${JEDI_DRIVER}") message("CMEPS_AOFLUX ..... ${CMEPS_AOFLUX}") message("CDEPS_INLINE ..... ${CDEPS_INLINE}") +message("HYDRO ........... ${HYDRO}") message("") @@ -150,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)$") @@ -327,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/NOAHMP-interface/CMakeLists.txt b/NOAHMP-interface/CMakeLists.txt index fa533818fb..f8b6d99ab1 100644 --- a/NOAHMP-interface/CMakeLists.txt +++ b/NOAHMP-interface/CMakeLists.txt @@ -56,8 +56,10 @@ endif() #------------------------------------------------------------------------------ # Add model-specific flags for C/C++/Fortran preprocessor -add_definitions(-DMOIST_CAPPA -DUSE_COND -DNEMS_GSM) -add_definitions(-DINTERNAL_FILE_NML) +if (NOT HYDRO) +add_definitions(-DMOIST_CAPPA -DUSE_COND) +endif() +add_definitions(-DINTERNAL_FILE_NML -DNEMS_GSM) #------------------------------------------------------------------------------ # NOAHMP diff --git a/cmake/Intel.cmake b/cmake/Intel.cmake index a18ff15fc2..73564f1783 100644 --- a/cmake/Intel.cmake +++ b/cmake/Intel.cmake @@ -7,6 +7,9 @@ set(CMAKE_Fortran_FLAGS "${CMAKE_Fortran_FLAGS} -diag-disable 5462") # remark #7712: This variable has not been used. set(CMAKE_Fortran_FLAGS "${CMAKE_Fortran_FLAGS} -diag-disable 7712") +# remark #8291: Recommended relationship between field width 'W' and the number of fractional digits 'D' in this edit descriptor is 'W>=D+7'. +set(CMAKE_Fortran_FLAGS "${CMAKE_Fortran_FLAGS} -diag-disable 8291") + if(CMAKE_Platform STREQUAL "derecho.intel") set(CMAKE_Fortran_LINK_FLAGS "-Wl,--copy-dt-needed-entries") endif() 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 3888acb016..90efd3211e 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 @@ -22,11 +22,7 @@ idna==3.7 # via requests imagesize==1.4.1 # via sphinx -importlib-metadata==7.0.1 - # via - # sphinx - # sphinxcontrib-bibtex -jinja2==3.1.3 +jinja2==3.1.4 # via sphinx latexcodec==2.0.1 # via pybtex @@ -44,7 +40,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 @@ -76,7 +72,5 @@ sphinxcontrib-qthelp==1.0.7 # via sphinx sphinxcontrib-serializinghtml==1.1.10 # via sphinx -urllib3==2.2.1 +urllib3==2.2.2 # 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..db4a3c475b 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)) @@ -13,6 +13,9 @@ load(pathJoin("stack-intel-oneapi-mpi", stack_impi_ver)) cmake_ver=os.getenv("cmake_ver") or "3.23.1" load(pathJoin("cmake", cmake_ver)) +python_ver=os.getenv("python_ver") or "3.10.13" +load(pathJoin("python", python_ver)) + load("ufs_common") nccmp_ver=os.getenv("nccmp_ver") or "1.9.0.1" 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..1d717663ae 100644 --- a/modulefiles/ufs_orion.intel.lua +++ b/modulefiles/ufs_orion.intel.lua @@ -2,12 +2,12 @@ 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-rocky9/install/modulefiles/Core") -stack_intel_ver=os.getenv("stack_intel_ver") or "2022.0.2" +stack_intel_ver=os.getenv("stack_intel_ver") or "2021.9.0" load(pathJoin("stack-intel", stack_intel_ver)) -stack_impi_ver=os.getenv("stack_impi_ver") or "2021.5.1" +stack_impi_ver=os.getenv("stack_impi_ver") or "2021.9.0" load(pathJoin("stack-intel-oneapi-mpi", stack_impi_ver)) cmake_ver=os.getenv("cmake_ver") or "3.23.1" diff --git a/modulefiles/ufs_s4.intel.lua b/modulefiles/ufs_s4.intel.lua index 7156e57f30..e42a2ddde6 100644 --- a/modulefiles/ufs_s4.intel.lua +++ b/modulefiles/ufs_s4.intel.lua @@ -2,7 +2,7 @@ help([[ loads UFS Model prerequisites for S4/Intel ]]) -prepend_path("MODULEPATH", "/data/prod/jedi/spack-stack/spack-stack-1.5.0/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 "2021.5.0" load(pathJoin("stack-intel", stack_intel_ver)) 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 2c9c09b289..a71d6e6148 100644 --- a/tests/bl_date.conf +++ b/tests/bl_date.conf @@ -1 +1 @@ -export BL_DATE=20240419 +export BL_DATE=20240614 diff --git a/tests/ci/Jenkinsfile.combined b/tests/ci/Jenkinsfile.combined index 5b3d072320..9628cae560 100644 --- a/tests/ci/Jenkinsfile.combined +++ b/tests/ci/Jenkinsfile.combined @@ -69,6 +69,10 @@ def generateStage(nodeLabel) { cd $WORKSPACE/tests/ elif [[ $machine =~ "Orion" ]] then + cd .. + module load git/2.28.0 + git submodule update --init --recursive + cd tests echo "Creating baselines on $machine" export dprefix=/work2/noaa/$ACCNR/$USER sed -i 's|/work/noaa/stmp/${USER}|/work/noaa/epic/stmp/role-epic/|g' rt.sh @@ -214,6 +218,10 @@ def generateStage(nodeLabel) { elif [[ $machine =~ "Orion" ]] then echo "Running regression tests on $machine" + cd .. + module load git/2.28.0 + git submodule update --init --recursive + cd tests export dprefix=/work2/noaa/$ACCNR/$USER sed "s|/noaa/stmp/|/noaa/$ACCNR/stmp/|g" -i rt.sh ./rt.sh -a ${ACCNR} -e -l rt.conf | tee $WORKSPACE/tests/logs/RT-run-$machine.log diff --git a/tests/default_vars.sh b/tests/default_vars.sh index 828c97a749..bac9b696af 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} @@ -556,6 +560,14 @@ export EXTERNAL_IC=.true. export MAKE_NH=.true. export MOUNTAIN=.false. export NA_INIT=1 +export DO_VORT_DAMP=.true. +export HYDROSTATIC=.false. +export KORD_XX=9 +export KORD_TM=-9 +export D_CON=1. +export HORD_XX=5 +export HORD_DP=-5 +export HORD_TR=8 # Radiation export DO_RRTMGP=.false. @@ -896,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/ @@ -910,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 @@ -950,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 @@ -1028,6 +1043,7 @@ export_cmeps() { export RESTART_N=${FHMAX} export CMEPS_RESTART_DIR=./RESTART/ export cap_dbug_flag=0 + export WRITE_ENDOFRUN_RESTART=.false. # MOM6 attributes export use_coldstart=false export use_mommesh=true @@ -1052,6 +1068,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. @@ -1102,7 +1120,7 @@ export_mom6 # Set WW3 component defaults export_ww3 -# Set CMEPS component defauls +# Set CMEPS component defaults export_cmeps # FV3 defaults @@ -1218,6 +1236,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 () { @@ -1279,7 +1301,7 @@ export_datm_cdeps () export MOM6_USE_WAVES=False export WW3_DOMAIN='' - # Set CMEPS component defauls + # Set CMEPS component defaults export_cmeps # default configure export UFS_CONFIGURE=ufs.configure.datm_cdeps.IN diff --git a/tests/detect_machine.sh b/tests/detect_machine.sh index 98839e2c70..29f51285ca 100755 --- a/tests/detect_machine.sh +++ b/tests/detect_machine.sh @@ -84,7 +84,8 @@ elif [[ -d /scratch1 ]]; then MACHINE_ID=hera elif [[ -d /work ]]; then # We are on MSU Orion or Hercules - if [[ -d /apps/other ]]; then + mount=$(findmnt -n -o SOURCE /home) + if [[ ${mount} =~ "hercules" ]]; then # We are on Hercules MACHINE_ID=hercules else 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 1c5bcbbd00..0e3c75adcf 100644 --- a/tests/logs/OpnReqTests_control_p8_hera.log +++ b/tests/logs/OpnReqTests_control_p8_hera.log @@ -1,9 +1,9 @@ -Wed Apr 24 12:38:17 UTC 2024 +Fri Jun 28 12:40:12 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_1818248/bit_base_bit_base +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_960194/bit_base_bit_base Checking test bit_base results .... Moving baseline bit_base files .... Moving sfcf000.nc .........OK @@ -51,14 +51,14 @@ Moving baseline bit_base files .... Moving RESTART/20210323.060000.sfc_data.tile5.nc .........OK Moving RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 276.967845 - 0: The maximum resident set size (KB) = 1253216 + 0: The total amount of wall time = 278.149410 + 0: The maximum resident set size (KB) = 1448036 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_1818248/dbg_base_dbg_base +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_960194/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 = 960.176678 - 0: The maximum resident set size (KB) = 1233464 + 0: The total amount of wall time = 978.713008 + 0: The maximum resident set size (KB) = 1435680 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_1818248/dcp_dcp +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_960194/dcp_dcp Checking test dcp results .... Comparing sfcf000.nc .....USING NCCMP......OK Comparing sfcf021.nc .....USING NCCMP......OK @@ -160,14 +160,14 @@ Checking test dcp results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .....USING NCCMP......OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .....USING NCCMP......OK - 0: The total amount of wall time = 238.109868 - 0: The maximum resident set size (KB) = 1235600 + 0: The total amount of wall time = 249.442600 + 0: The maximum resident set size (KB) = 1424744 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_1818248/mpi_mpi +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_960194/mpi_mpi Checking test mpi results .... Comparing sfcf000.nc .....USING NCCMP......OK Comparing sfcf021.nc .....USING NCCMP......OK @@ -214,14 +214,14 @@ Checking test mpi results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .....USING NCCMP......OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .....USING NCCMP......OK - 0: The total amount of wall time = 239.999110 - 0: The maximum resident set size (KB) = 1231020 + 0: The total amount of wall time = 251.855654 + 0: The maximum resident set size (KB) = 1430024 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_1818248/rst_rst +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_960194/rst_rst Checking test rst results .... Comparing sfcf000.nc .....USING NCCMP......OK Comparing sfcf021.nc .....USING NCCMP......OK @@ -268,14 +268,14 @@ Checking test rst results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .....USING NCCMP......OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .....USING NCCMP......OK - 0: The total amount of wall time = 241.494846 - 0: The maximum resident set size (KB) = 1230996 + 0: The total amount of wall time = 251.841071 + 0: The maximum resident set size (KB) = 1423276 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_1818248/std_base_std_base +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_960194/std_base_std_base Checking test std_base results .... Moving baseline std_base files .... Moving sfcf000.nc .........OK @@ -323,14 +323,14 @@ Moving baseline std_base files .... Moving RESTART/20210323.060000.sfc_data.tile5.nc .........OK Moving RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 240.187367 - 0: The maximum resident set size (KB) = 1237016 + 0: The total amount of wall time = 254.210275 + 0: The maximum resident set size (KB) = 1432268 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_1818248/thr_thr +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_960194/thr_thr Checking test thr results .... Comparing sfcf000.nc .....USING NCCMP......OK Comparing sfcf021.nc .....USING NCCMP......OK @@ -377,11 +377,11 @@ Checking test thr results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .....USING NCCMP......OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .....USING NCCMP......OK - 0: The total amount of wall time = 239.880609 - 0: The maximum resident set size (KB) = 1228084 + 0: The total amount of wall time = 248.567157 + 0: The maximum resident set size (KB) = 1424576 Test thr PASS OPERATION REQUIREMENT TEST WAS SUCCESSFUL -Wed Apr 24 13:54:57 UTC 2024 -Elapsed time: 01h:16m:40s. Have a nice day! +Fri Jun 28 13:51:40 UTC 2024 +Elapsed time: 01h:11m:29s. 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 29f8955f5e..62f6e54a40 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 @@ -Wed Apr 24 14:04:01 UTC 2024 +Fri Jun 28 17:30:42 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/FV3_OPNREQ_TEST/opnReqTest_2151810/dbg_base_dbg_base +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_2363776/dbg_base_dbg_base Checking test dbg_base results .... Moving baseline dbg_base files .... Moving sfcf021.tile1.nc .........OK @@ -66,83 +66,81 @@ 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 = 1311.811572 - 0: The maximum resident set size (KB) = 1340536 + 0: The total amount of wall time = 1496.627004 + 0: The maximum resident set size (KB) = 1526796 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/FV3_OPNREQ_TEST/opnReqTest_2151810/rst_rst +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_2363776/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/20210323.060000.MOM.res.nc .....USING NCCMP......OK - 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 + Comparing sfcf021.tile1.nc ............MISSING file + Comparing sfcf021.tile2.nc ............MISSING file + Comparing sfcf021.tile3.nc ............MISSING file + Comparing sfcf021.tile4.nc ............MISSING file + Comparing sfcf021.tile5.nc ............MISSING file + Comparing sfcf021.tile6.nc ............MISSING file + Comparing atmf021.tile1.nc ............MISSING file + Comparing atmf021.tile2.nc ............MISSING file + Comparing atmf021.tile3.nc ............MISSING file + Comparing atmf021.tile4.nc ............MISSING file + Comparing atmf021.tile5.nc ............MISSING file + Comparing atmf021.tile6.nc ............MISSING file + Comparing sfcf024.tile1.nc ............MISSING file + Comparing sfcf024.tile2.nc ............MISSING file + Comparing sfcf024.tile3.nc ............MISSING file + Comparing sfcf024.tile4.nc ............MISSING file + Comparing sfcf024.tile5.nc ............MISSING file + Comparing sfcf024.tile6.nc ............MISSING file + Comparing atmf024.tile1.nc ............MISSING file + Comparing atmf024.tile2.nc ............MISSING file + Comparing atmf024.tile3.nc ............MISSING file + Comparing atmf024.tile4.nc ............MISSING file + Comparing atmf024.tile5.nc ............MISSING file + Comparing atmf024.tile6.nc ............MISSING file + Comparing RESTART/20210323.060000.coupler.res ............MISSING file + Comparing RESTART/20210323.060000.fv_core.res.nc ............MISSING file + Comparing RESTART/20210323.060000.fv_core.res.tile1.nc ............MISSING file + Comparing RESTART/20210323.060000.fv_core.res.tile2.nc ............MISSING file + Comparing RESTART/20210323.060000.fv_core.res.tile3.nc ............MISSING file + Comparing RESTART/20210323.060000.fv_core.res.tile4.nc ............MISSING file + Comparing RESTART/20210323.060000.fv_core.res.tile5.nc ............MISSING file + Comparing RESTART/20210323.060000.fv_core.res.tile6.nc ............MISSING file + Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc ............MISSING file + Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc ............MISSING file + Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc ............MISSING file + Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc ............MISSING file + Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc ............MISSING file + Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc ............MISSING file + Comparing RESTART/20210323.060000.fv_tracer.res.tile1.nc ............MISSING file + Comparing RESTART/20210323.060000.fv_tracer.res.tile2.nc ............MISSING file + Comparing RESTART/20210323.060000.fv_tracer.res.tile3.nc ............MISSING file + Comparing RESTART/20210323.060000.fv_tracer.res.tile4.nc ............MISSING file + Comparing RESTART/20210323.060000.fv_tracer.res.tile5.nc ............MISSING file + Comparing RESTART/20210323.060000.fv_tracer.res.tile6.nc ............MISSING file + Comparing RESTART/20210323.060000.phy_data.tile1.nc ............MISSING file + Comparing RESTART/20210323.060000.phy_data.tile2.nc ............MISSING file + Comparing RESTART/20210323.060000.phy_data.tile3.nc ............MISSING file + Comparing RESTART/20210323.060000.phy_data.tile4.nc ............MISSING file + Comparing RESTART/20210323.060000.phy_data.tile5.nc ............MISSING file + Comparing RESTART/20210323.060000.phy_data.tile6.nc ............MISSING file + Comparing RESTART/20210323.060000.sfc_data.tile1.nc ............MISSING file + Comparing RESTART/20210323.060000.sfc_data.tile2.nc ............MISSING file + Comparing RESTART/20210323.060000.sfc_data.tile3.nc ............MISSING file + Comparing RESTART/20210323.060000.sfc_data.tile4.nc ............MISSING file + Comparing RESTART/20210323.060000.sfc_data.tile5.nc ............MISSING file + Comparing RESTART/20210323.060000.sfc_data.tile6.nc ............MISSING file + Comparing RESTART/20210323.060000.MOM.res.nc ............MISSING file + Comparing RESTART/iced.2021-03-23-21600.nc ............MISSING file + Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc ............MISSING file - 0: The total amount of wall time = 389.794167 - 0: The maximum resident set size (KB) = 1341484 -Test rst PASS +Test rst FAIL 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/FV3_OPNREQ_TEST/opnReqTest_2151810/std_base_std_base +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_2363776/std_base_std_base Checking test std_base results .... Moving baseline std_base files .... Moving sfcf021.tile1.nc .........OK @@ -205,11 +203,88 @@ 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 = 394.333320 - 0: The maximum resident set size (KB) = 1339512 + 0: The total amount of wall time = 539.384472 + 0: The maximum resident set size (KB) = 1525632 Test std_base PASS +FAILED TESTS: +Test rst failed in check_result failed +OPERATION REQUIREMENT TEST FAILED +Fri Jun 28 20:34:15 UTC 2024 +Elapsed time: 03h:03m:34s. Have a nice day! +Sat Jun 29 15:29:53 UTC 2024 +Start Operation Requirement Test + + +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/FV3_OPNREQ_TEST/opnReqTest_1712965/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/20210323.060000.MOM.res.nc .....USING NCCMP......OK + 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 = 432.940225 + 0: The maximum resident set size (KB) = 1529388 + +Test rst PASS + OPERATION REQUIREMENT TEST WAS SUCCESSFUL -Wed Apr 24 15:05:09 UTC 2024 -Elapsed time: 01h:01m:09s. Have a nice day! +Sat Jun 29 16:08:32 UTC 2024 +Elapsed time: 00h:38m:40s. Have a nice day! diff --git a/tests/logs/OpnReqTests_cpld_sfs_hydro_hera.log b/tests/logs/OpnReqTests_cpld_sfs_hydro_hera.log new file mode 100644 index 0000000000..2372e020a4 --- /dev/null +++ b/tests/logs/OpnReqTests_cpld_sfs_hydro_hera.log @@ -0,0 +1,126 @@ + +baseline dir = /scratch1/NCEPDEV/stmp4/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/cpld_sfs_hydro_std_base_intel +working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_1959771/rst_rst +Checking test rst results .... + Comparing sfcf021.nc .....USING NCCMP......OK + Comparing sfcf024.nc .....USING NCCMP......OK + Comparing atmf021.nc .....USING NCCMP......OK + Comparing atmf024.nc .....USING NCCMP......OK + Comparing GFSFLX.GrbF21 .....USING CMP......OK + Comparing GFSFLX.GrbF24 .....USING CMP......OK + Comparing GFSPRS.GrbF21 .....USING CMP......OK + Comparing GFSPRS.GrbF24 .....USING CMP......OK + + 0: The total amount of wall time = 1001.529109 + 0: The maximum resident set size (KB) = 1728376 + +Test rst PASS + +Mon May 13 19:39:40 UTC 2024 +Start Operation Requirement Test + + +baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/cpld_sfs_hydro_bit_base_gnu +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_2311078/bit_base_bit_base +Checking test bit_base results .... +Moving baseline bit_base files .... + Moving sfcf021.nc .........OK + Moving sfcf024.nc .........OK + Moving atmf021.nc .........OK + Moving atmf024.nc .........OK + Moving GFSFLX.GrbF21 .........OK + Moving GFSFLX.GrbF24 .........OK + Moving GFSPRS.GrbF21 .........OK + Moving GFSPRS.GrbF24 .........OK + + 0: The total amount of wall time = 1277.784752 + 0: The maximum resident set size (KB) = 1309112 + +Test bit_base PASS + + +baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/cpld_sfs_hydro_dbg_base_gnu +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_2311078/dbg_base_dbg_base +Checking test dbg_base results .... +Moving baseline dbg_base files .... + Moving sfcf021.nc .........NOT OK. Missing /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_2311078/dbg_base_dbg_base/sfcf021.nc + Moving sfcf024.nc .........NOT OK. Missing /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_2311078/dbg_base_dbg_base/sfcf024.nc + Moving atmf021.nc .........NOT OK. Missing /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_2311078/dbg_base_dbg_base/atmf021.nc + Moving atmf024.nc .........NOT OK. Missing /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_2311078/dbg_base_dbg_base/atmf024.nc + Moving GFSFLX.GrbF21 .........NOT OK. Missing /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_2311078/dbg_base_dbg_base/GFSFLX.GrbF21 + Moving GFSFLX.GrbF24 .........NOT OK. Missing /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_2311078/dbg_base_dbg_base/GFSFLX.GrbF24 + Moving GFSPRS.GrbF21 .........NOT OK. Missing /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_2311078/dbg_base_dbg_base/GFSPRS.GrbF21 + Moving GFSPRS.GrbF24 .........NOT OK. Missing /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_2311078/dbg_base_dbg_base/GFSPRS.GrbF24 + + +Test dbg_base FAIL + + +baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/cpld_sfs_hydro_std_base_gnu +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_2311078/std_base_std_base +Checking test std_base results .... +Moving baseline std_base files .... + Moving sfcf021.nc .........OK + Moving sfcf024.nc .........OK + Moving atmf021.nc .........OK + Moving atmf024.nc .........OK + Moving GFSFLX.GrbF21 .........OK + Moving GFSFLX.GrbF24 .........OK + Moving GFSPRS.GrbF21 .........OK + Moving GFSPRS.GrbF24 .........OK + + 0: The total amount of wall time = 1316.780909 + 0: The maximum resident set size (KB) = 1297596 + +Test std_base PASS + +FAILED TESTS: +Test dbg_base failed in check_result failed +Test dcp failed in check_result failed +Test rst failed in check_result failed +OPERATION REQUIREMENT TEST FAILED +Mon May 13 23:18:35 UTC 2024 +Elapsed time: 03h:38m:57s. Have a nice day! +Mon May 13 23:52:01 UTC 2024 +Start Operation Requirement Test + + +baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/cpld_sfs_hydro_dbg_base_gnu +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_3335353/dbg_base_dbg_base +Checking test dbg_base results .... +Moving baseline dbg_base files .... + Moving sfcf021.nc .........OK + Moving sfcf024.nc .........OK + Moving atmf021.nc .........OK + Moving atmf024.nc .........OK + Moving GFSFLX.GrbF21 .........OK + Moving GFSFLX.GrbF24 .........OK + Moving GFSPRS.GrbF21 .........OK + Moving GFSPRS.GrbF24 .........OK + + 0: The total amount of wall time = 3225.706174 + 0: The maximum resident set size (KB) = 1322788 + +Test dbg_base PASS + +OPERATION REQUIREMENT TEST WAS SUCCESSFUL +Tue May 14 00:50:40 UTC 2024 +Elapsed time: 00h:58m:40s. Have a nice day! + +baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/cpld_sfs_hydro_std_base_gnu +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_3478207/dcp_dcp +Checking test dcp results .... + Comparing sfcf021.nc .....USING NCCMP......OK + Comparing sfcf024.nc .....USING NCCMP......OK + Comparing atmf021.nc .....USING NCCMP......OK + Comparing atmf024.nc .....USING NCCMP......OK + Comparing GFSFLX.GrbF21 .....USING CMP......OK + Comparing GFSFLX.GrbF24 .....USING CMP......OK + Comparing GFSPRS.GrbF21 .....USING CMP......OK + Comparing GFSPRS.GrbF24 .....USING CMP......OK + + 0: The total amount of wall time = 1556.575445 + 0: The maximum resident set size (KB) = 1314156 + +Test dcp PASS + diff --git a/tests/logs/OpnReqTests_regional_control_hera.log b/tests/logs/OpnReqTests_regional_control_hera.log index c62b1ed7b4..32729d9d08 100644 --- a/tests/logs/OpnReqTests_regional_control_hera.log +++ b/tests/logs/OpnReqTests_regional_control_hera.log @@ -1,9 +1,9 @@ -Wed Apr 24 19:38:47 UTC 2024 +Fri Jun 28 14:38:45 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_777322/bit_base_bit_base +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_2419427/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 = 1236.978294 - 0: The maximum resident set size (KB) = 577672 + 0: The total amount of wall time = 1446.613033 + 0: The maximum resident set size (KB) = 758248 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_777322/dcp_dcp +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_2419427/dcp_dcp Checking test dcp results .... Comparing dynf000.nc .....USING NCCMP......OK Comparing dynf006.nc .....USING NCCMP......OK @@ -33,14 +33,14 @@ Checking test dcp results .... Comparing NATLEV.GrbF00 .....USING CMP......OK Comparing NATLEV.GrbF06 .....USING CMP......OK - 0: The total amount of wall time = 2229.582684 - 0: The maximum resident set size (KB) = 541864 + 0: The total amount of wall time = 2236.224094 + 0: The maximum resident set size (KB) = 713588 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_777322/std_base_std_base +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_2419427/std_base_std_base Checking test std_base results .... Moving baseline std_base files .... Moving dynf000.nc .........OK @@ -52,32 +52,14 @@ Moving baseline std_base files .... Moving NATLEV.GrbF00 .........OK Moving NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 2186.237690 - 0: The maximum resident set size (KB) = 539180 + 0: The total amount of wall time = 2177.182992 + 0: The maximum resident set size (KB) = 711572 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_777322/std_std -Checking test std results .... - Comparing dynf000.nc .....USING NCCMP......OK - Comparing dynf006.nc .....USING NCCMP......OK - Comparing phyf000.nc .....USING NCCMP......OK - Comparing phyf006.nc .....USING NCCMP......OK - Comparing PRSLEV.GrbF00 .....USING CMP......OK - Comparing PRSLEV.GrbF06 .....USING CMP......OK - Comparing NATLEV.GrbF00 .....USING CMP......OK - Comparing NATLEV.GrbF06 .....USING CMP......OK - - 0: The total amount of wall time = 2172.179940 - 0: The maximum resident set size (KB) = 541092 - -Test std 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_777322/thr_thr +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_2419427/thr_thr Checking test thr results .... Comparing dynf000.nc .....USING NCCMP......OK Comparing dynf006.nc .....USING NCCMP......OK @@ -88,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 = 2094.600637 - 0: The maximum resident set size (KB) = 541332 + 0: The total amount of wall time = 2172.759223 + 0: The maximum resident set size (KB) = 707672 Test thr PASS OPERATION REQUIREMENT TEST WAS SUCCESSFUL -Wed Apr 24 23:19:25 UTC 2024 -Elapsed time: 03h:40m:38s. Have a nice day! +Fri Jun 28 17:13:31 UTC 2024 +Elapsed time: 02h:34m:47s. Have a nice day! diff --git a/tests/logs/RT-run-Derecho.log b/tests/logs/RT-run-Derecho.log deleted file mode 100644 index 9dae8589b0..0000000000 --- a/tests/logs/RT-run-Derecho.log +++ /dev/null @@ -1,415 +0,0 @@ -******Regression Testing Script Started****** -derecho6 -Machine: derecho -Account: nral0032 -rt.sh: Setting up derecho... -Linking /glade/derecho/scratch/epicufsrt/FV3_RT/rt_128018 to /glade/derecho/scratch/epicufsrt/jenkins/workspace/s-weather-model_pipeline_PR-2241/tests/run_dir -Run regression test in: /glade/derecho/scratch/epicufsrt/FV3_RT/rt_128018 -rt.sh: Checking & Updating test configuration... -No update needed to rt.conf -Verifying ECFLOW support... -rt_utils.sh: s2swa_32bit_intel: Creating ECFLOW compile task -rt_utils.sh: cpld_control_p8_mixedmode_intel: Computing PET bounds and tasks. -rt_utils.sh: cpld_control_p8_mixedmode_intel: Creating ECFLOW run task -rt_utils.sh: s2swa_32bit_pdlib_intel: Creating ECFLOW compile task -rt_utils.sh: cpld_control_gfsv17_intel: Computing PET bounds and tasks. -rt_utils.sh: cpld_control_gfsv17_intel: Creating ECFLOW run task -rt_utils.sh: cpld_control_gfsv17_iau_intel: Computing PET bounds and tasks. -rt_utils.sh: cpld_control_gfsv17_iau_intel: Creating ECFLOW run task -rt_utils.sh: cpld_restart_gfsv17_intel: Computing PET bounds and tasks. -rt_utils.sh: cpld_restart_gfsv17_intel: Creating ECFLOW run task -rt_utils.sh: cpld_mpi_gfsv17_intel: Computing PET bounds and tasks. -rt_utils.sh: cpld_mpi_gfsv17_intel: Creating ECFLOW run task -rt_utils.sh: s2swa_32bit_pdlib_debug_intel: Creating ECFLOW compile task -rt_utils.sh: cpld_debug_gfsv17_intel: Computing PET bounds and tasks. -rt_utils.sh: cpld_debug_gfsv17_intel: Creating ECFLOW run task -rt_utils.sh: s2swa_intel: Creating ECFLOW compile task -rt_utils.sh: cpld_control_p8_intel: Computing PET bounds and tasks. -rt_utils.sh: cpld_control_p8_intel: Creating ECFLOW run task -rt_utils.sh: cpld_control_p8.v2.sfc_intel: Computing PET bounds and tasks. -rt_utils.sh: cpld_control_p8.v2.sfc_intel: Creating ECFLOW run task -rt_utils.sh: cpld_restart_p8_intel: Computing PET bounds and tasks. -rt_utils.sh: cpld_restart_p8_intel: Creating ECFLOW run task -rt_utils.sh: cpld_control_qr_p8_intel: Computing PET bounds and tasks. -rt_utils.sh: cpld_control_qr_p8_intel: Creating ECFLOW run task -rt_utils.sh: cpld_restart_qr_p8_intel: Computing PET bounds and tasks. -rt_utils.sh: cpld_restart_qr_p8_intel: Creating ECFLOW run task -rt_utils.sh: cpld_decomp_p8_intel: Computing PET bounds and tasks. -rt_utils.sh: cpld_decomp_p8_intel: Creating ECFLOW run task -rt_utils.sh: cpld_mpi_p8_intel: Computing PET bounds and tasks. -rt_utils.sh: cpld_mpi_p8_intel: Creating ECFLOW run task -rt_utils.sh: cpld_control_ciceC_p8_intel: Computing PET bounds and tasks. -rt_utils.sh: cpld_control_ciceC_p8_intel: Creating ECFLOW run task -rt_utils.sh: cpld_control_c192_p8_intel: Computing PET bounds and tasks. -rt_utils.sh: cpld_control_c192_p8_intel: Creating ECFLOW run task -rt_utils.sh: cpld_restart_c192_p8_intel: Computing PET bounds and tasks. -rt_utils.sh: cpld_restart_c192_p8_intel: Creating ECFLOW run task -rt_utils.sh: cpld_bmark_p8_intel: Computing PET bounds and tasks. -rt_utils.sh: cpld_bmark_p8_intel: Creating ECFLOW run task -rt_utils.sh: cpld_restart_bmark_p8_intel: Computing PET bounds and tasks. -rt_utils.sh: cpld_restart_bmark_p8_intel: Creating ECFLOW run task -rt_utils.sh: cpld_s2sa_p8_intel: Computing PET bounds and tasks. -rt_utils.sh: cpld_s2sa_p8_intel: Creating ECFLOW run task -rt_utils.sh: s2sw_intel: Creating ECFLOW compile task -rt_utils.sh: cpld_control_noaero_p8_intel: Computing PET bounds and tasks. -rt_utils.sh: cpld_control_noaero_p8_intel: Creating ECFLOW run task -rt_utils.sh: cpld_control_nowave_noaero_p8_intel: Computing PET bounds and tasks. -rt_utils.sh: cpld_control_nowave_noaero_p8_intel: Creating ECFLOW run task -rt_utils.sh: s2swa_debug_intel: Creating ECFLOW compile task -rt_utils.sh: cpld_debug_p8_intel: Computing PET bounds and tasks. -rt_utils.sh: cpld_debug_p8_intel: Creating ECFLOW run task -rt_utils.sh: s2sw_debug_intel: Creating ECFLOW compile task -rt_utils.sh: cpld_debug_noaero_p8_intel: Computing PET bounds and tasks. -rt_utils.sh: cpld_debug_noaero_p8_intel: Creating ECFLOW run task -rt_utils.sh: s2s_aoflux_intel: Creating ECFLOW compile task -rt_utils.sh: cpld_control_noaero_p8_agrid_intel: Computing PET bounds and tasks. -rt_utils.sh: cpld_control_noaero_p8_agrid_intel: Creating ECFLOW run task -rt_utils.sh: s2s_intel: Creating ECFLOW compile task -rt_utils.sh: cpld_control_c48_intel: Computing PET bounds and tasks. -rt_utils.sh: cpld_control_c48_intel: Creating ECFLOW run task -rt_utils.sh: s2swa_faster_intel: Creating ECFLOW compile task -rt_utils.sh: cpld_control_p8_faster_intel: Computing PET bounds and tasks. -rt_utils.sh: cpld_control_p8_faster_intel: Creating ECFLOW run task -rt_utils.sh: s2sw_pdlib_intel: Creating ECFLOW compile task -rt_utils.sh: cpld_control_pdlib_p8_intel: Computing PET bounds and tasks. -rt_utils.sh: cpld_control_pdlib_p8_intel: Creating ECFLOW run task -rt_utils.sh: cpld_restart_pdlib_p8_intel: Computing PET bounds and tasks. -rt_utils.sh: cpld_restart_pdlib_p8_intel: Creating ECFLOW run task -rt_utils.sh: cpld_mpi_pdlib_p8_intel: Computing PET bounds and tasks. -rt_utils.sh: cpld_mpi_pdlib_p8_intel: Creating ECFLOW run task -rt_utils.sh: s2sw_pdlib_debug_intel: Creating ECFLOW compile task -rt_utils.sh: cpld_debug_pdlib_p8_intel: Computing PET bounds and tasks. -rt_utils.sh: cpld_debug_pdlib_p8_intel: Creating ECFLOW run task -rt_utils.sh: atm_dyn32_intel: Creating ECFLOW compile task -rt_utils.sh: control_flake_intel: Computing PET bounds and tasks. -rt_utils.sh: control_flake_intel: Creating ECFLOW run task -rt_utils.sh: control_CubedSphereGrid_intel: Computing PET bounds and tasks. -rt_utils.sh: control_CubedSphereGrid_intel: Creating ECFLOW run task -rt_utils.sh: control_CubedSphereGrid_parallel_intel: Computing PET bounds and tasks. -rt_utils.sh: control_CubedSphereGrid_parallel_intel: Creating ECFLOW run task -rt_utils.sh: control_latlon_intel: Computing PET bounds and tasks. -rt_utils.sh: control_latlon_intel: Creating ECFLOW run task -rt_utils.sh: control_wrtGauss_netcdf_parallel_intel: Computing PET bounds and tasks. -rt_utils.sh: control_wrtGauss_netcdf_parallel_intel: Creating ECFLOW run task -rt_utils.sh: control_c48_intel: Computing PET bounds and tasks. -rt_utils.sh: control_c48_intel: Creating ECFLOW run task -rt_utils.sh: control_c48.v2.sfc_intel: Computing PET bounds and tasks. -rt_utils.sh: control_c48.v2.sfc_intel: Creating ECFLOW run task -rt_utils.sh: control_c192_intel: Computing PET bounds and tasks. -rt_utils.sh: control_c192_intel: Creating ECFLOW run task -rt_utils.sh: control_c384_intel: Computing PET bounds and tasks. -rt_utils.sh: control_c384_intel: Creating ECFLOW run task -rt_utils.sh: control_c384gdas_intel: Computing PET bounds and tasks. -rt_utils.sh: control_c384gdas_intel: Creating ECFLOW run task -rt_utils.sh: control_stochy_intel: Computing PET bounds and tasks. -rt_utils.sh: control_stochy_intel: Creating ECFLOW run task -rt_utils.sh: control_stochy_restart_intel: Computing PET bounds and tasks. -rt_utils.sh: control_stochy_restart_intel: Creating ECFLOW run task -rt_utils.sh: control_lndp_intel: Computing PET bounds and tasks. -rt_utils.sh: control_lndp_intel: Creating ECFLOW run task -rt_utils.sh: control_iovr4_intel: Computing PET bounds and tasks. -rt_utils.sh: control_iovr4_intel: Creating ECFLOW run task -rt_utils.sh: control_iovr5_intel: Computing PET bounds and tasks. -rt_utils.sh: control_iovr5_intel: Creating ECFLOW run task -rt_utils.sh: control_p8_intel: Computing PET bounds and tasks. -rt_utils.sh: control_p8_intel: Creating ECFLOW run task -rt_utils.sh: control_p8.v2.sfc_intel: Computing PET bounds and tasks. -rt_utils.sh: control_p8.v2.sfc_intel: Creating ECFLOW run task -rt_utils.sh: control_p8_ugwpv1_intel: Computing PET bounds and tasks. -rt_utils.sh: control_p8_ugwpv1_intel: Creating ECFLOW run task -rt_utils.sh: control_restart_p8_intel: Computing PET bounds and tasks. -rt_utils.sh: control_restart_p8_intel: Creating ECFLOW run task -rt_utils.sh: control_noqr_p8_intel: Computing PET bounds and tasks. -rt_utils.sh: control_noqr_p8_intel: Creating ECFLOW run task -rt_utils.sh: control_restart_noqr_p8_intel: Computing PET bounds and tasks. -rt_utils.sh: control_restart_noqr_p8_intel: Creating ECFLOW run task -rt_utils.sh: control_decomp_p8_intel: Computing PET bounds and tasks. -rt_utils.sh: control_decomp_p8_intel: Creating ECFLOW run task -rt_utils.sh: control_p8_lndp_intel: Computing PET bounds and tasks. -rt_utils.sh: control_p8_lndp_intel: Creating ECFLOW run task -rt_utils.sh: control_p8_rrtmgp_intel: Computing PET bounds and tasks. -rt_utils.sh: control_p8_rrtmgp_intel: Creating ECFLOW run task -rt_utils.sh: control_p8_mynn_intel: Computing PET bounds and tasks. -rt_utils.sh: control_p8_mynn_intel: Creating ECFLOW run task -rt_utils.sh: merra2_thompson_intel: Computing PET bounds and tasks. -rt_utils.sh: merra2_thompson_intel: Creating ECFLOW run task -rt_utils.sh: regional_control_intel: Computing PET bounds and tasks. -rt_utils.sh: regional_control_intel: Creating ECFLOW run task -rt_utils.sh: regional_restart_intel: Computing PET bounds and tasks. -rt_utils.sh: regional_restart_intel: Creating ECFLOW run task -rt_utils.sh: regional_decomp_intel: Computing PET bounds and tasks. -rt_utils.sh: regional_decomp_intel: Creating ECFLOW run task -rt_utils.sh: regional_noquilt_intel: Computing PET bounds and tasks. -rt_utils.sh: regional_noquilt_intel: Creating ECFLOW run task -rt_utils.sh: regional_netcdf_parallel_intel: Computing PET bounds and tasks. -rt_utils.sh: regional_netcdf_parallel_intel: Creating ECFLOW run task -rt_utils.sh: regional_2dwrtdecomp_intel: Computing PET bounds and tasks. -rt_utils.sh: regional_2dwrtdecomp_intel: Creating ECFLOW run task -rt_utils.sh: regional_wofs_intel: Computing PET bounds and tasks. -rt_utils.sh: regional_wofs_intel: Creating ECFLOW run task -rt_utils.sh: rrfs_intel: Creating ECFLOW compile task -rt_utils.sh: rap_control_intel: Computing PET bounds and tasks. -rt_utils.sh: rap_control_intel: Creating ECFLOW run task -rt_utils.sh: regional_spp_sppt_shum_skeb_intel: Computing PET bounds and tasks. -rt_utils.sh: regional_spp_sppt_shum_skeb_intel: Creating ECFLOW run task -rt_utils.sh: rap_decomp_intel: Computing PET bounds and tasks. -rt_utils.sh: rap_decomp_intel: Creating ECFLOW run task -rt_utils.sh: rap_restart_intel: Computing PET bounds and tasks. -rt_utils.sh: rap_restart_intel: Creating ECFLOW run task -rt_utils.sh: rap_sfcdiff_intel: Computing PET bounds and tasks. -rt_utils.sh: rap_sfcdiff_intel: Creating ECFLOW run task -rt_utils.sh: rap_sfcdiff_decomp_intel: Computing PET bounds and tasks. -rt_utils.sh: rap_sfcdiff_decomp_intel: Creating ECFLOW run task -rt_utils.sh: rap_sfcdiff_restart_intel: Computing PET bounds and tasks. -rt_utils.sh: rap_sfcdiff_restart_intel: Creating ECFLOW run task -rt_utils.sh: hrrr_control_intel: Computing PET bounds and tasks. -rt_utils.sh: hrrr_control_intel: Creating ECFLOW run task -rt_utils.sh: hrrr_control_decomp_intel: Computing PET bounds and tasks. -rt_utils.sh: hrrr_control_decomp_intel: Creating ECFLOW run task -rt_utils.sh: hrrr_control_2threads_intel: Computing PET bounds and tasks. -rt_utils.sh: hrrr_control_2threads_intel: Creating ECFLOW run task -rt_utils.sh: hrrr_control_restart_intel: Computing PET bounds and tasks. -rt_utils.sh: hrrr_control_restart_intel: Creating ECFLOW run task -rt_utils.sh: rrfs_v1beta_intel: Computing PET bounds and tasks. -rt_utils.sh: rrfs_v1beta_intel: Creating ECFLOW run task -rt_utils.sh: rrfs_v1nssl_intel: Computing PET bounds and tasks. -rt_utils.sh: rrfs_v1nssl_intel: Creating ECFLOW run task -rt_utils.sh: rrfs_v1nssl_nohailnoccn_intel: Computing PET bounds and tasks. -rt_utils.sh: rrfs_v1nssl_nohailnoccn_intel: Creating ECFLOW run task -rt_utils.sh: csawmg_intel: Creating ECFLOW compile task -rt_utils.sh: control_csawmg_intel: Computing PET bounds and tasks. -rt_utils.sh: control_csawmg_intel: Creating ECFLOW run task -rt_utils.sh: control_ras_intel: Computing PET bounds and tasks. -rt_utils.sh: control_ras_intel: Creating ECFLOW run task -rt_utils.sh: wam_intel: Creating ECFLOW compile task -rt_utils.sh: control_wam_intel: Computing PET bounds and tasks. -rt_utils.sh: control_wam_intel: Creating ECFLOW run task -rt_utils.sh: atm_faster_dyn32_intel: Creating ECFLOW compile task -rt_utils.sh: control_p8_faster_intel: Computing PET bounds and tasks. -rt_utils.sh: control_p8_faster_intel: Creating ECFLOW run task -rt_utils.sh: regional_control_faster_intel: Computing PET bounds and tasks. -rt_utils.sh: regional_control_faster_intel: Creating ECFLOW run task -rt_utils.sh: atm_debug_dyn32_intel: Creating ECFLOW compile task -rt_utils.sh: control_CubedSphereGrid_debug_intel: Computing PET bounds and tasks. -rt_utils.sh: control_CubedSphereGrid_debug_intel: Creating ECFLOW run task -rt_utils.sh: control_wrtGauss_netcdf_parallel_debug_intel: Computing PET bounds and tasks. -rt_utils.sh: control_wrtGauss_netcdf_parallel_debug_intel: Creating ECFLOW run task -rt_utils.sh: control_stochy_debug_intel: Computing PET bounds and tasks. -rt_utils.sh: control_stochy_debug_intel: Creating ECFLOW run task -rt_utils.sh: control_lndp_debug_intel: Computing PET bounds and tasks. -rt_utils.sh: control_lndp_debug_intel: Creating ECFLOW run task -rt_utils.sh: control_csawmg_debug_intel: Computing PET bounds and tasks. -rt_utils.sh: control_csawmg_debug_intel: Creating ECFLOW run task -rt_utils.sh: control_ras_debug_intel: Computing PET bounds and tasks. -rt_utils.sh: control_ras_debug_intel: Creating ECFLOW run task -rt_utils.sh: control_diag_debug_intel: Computing PET bounds and tasks. -rt_utils.sh: control_diag_debug_intel: Creating ECFLOW run task -rt_utils.sh: control_debug_p8_intel: Computing PET bounds and tasks. -rt_utils.sh: control_debug_p8_intel: Creating ECFLOW run task -rt_utils.sh: regional_debug_intel: Computing PET bounds and tasks. -rt_utils.sh: regional_debug_intel: Creating ECFLOW run task -rt_utils.sh: rap_control_debug_intel: Computing PET bounds and tasks. -rt_utils.sh: rap_control_debug_intel: Creating ECFLOW run task -rt_utils.sh: hrrr_control_debug_intel: Computing PET bounds and tasks. -rt_utils.sh: hrrr_control_debug_intel: Creating ECFLOW run task -rt_utils.sh: hrrr_gf_debug_intel: Computing PET bounds and tasks. -rt_utils.sh: hrrr_gf_debug_intel: Creating ECFLOW run task -rt_utils.sh: hrrr_c3_debug_intel: Computing PET bounds and tasks. -rt_utils.sh: hrrr_c3_debug_intel: Creating ECFLOW run task -rt_utils.sh: rap_unified_drag_suite_debug_intel: Computing PET bounds and tasks. -rt_utils.sh: rap_unified_drag_suite_debug_intel: Creating ECFLOW run task -rt_utils.sh: rap_diag_debug_intel: Computing PET bounds and tasks. -rt_utils.sh: rap_diag_debug_intel: Creating ECFLOW run task -rt_utils.sh: rap_cires_ugwp_debug_intel: Computing PET bounds and tasks. -rt_utils.sh: rap_cires_ugwp_debug_intel: Creating ECFLOW run task -rt_utils.sh: rap_unified_ugwp_debug_intel: Computing PET bounds and tasks. -rt_utils.sh: rap_unified_ugwp_debug_intel: Creating ECFLOW run task -rt_utils.sh: rap_lndp_debug_intel: Computing PET bounds and tasks. -rt_utils.sh: rap_lndp_debug_intel: Creating ECFLOW run task -rt_utils.sh: rap_progcld_thompson_debug_intel: Computing PET bounds and tasks. -rt_utils.sh: rap_progcld_thompson_debug_intel: Creating ECFLOW run task -rt_utils.sh: rap_noah_debug_intel: Computing PET bounds and tasks. -rt_utils.sh: rap_noah_debug_intel: Creating ECFLOW run task -rt_utils.sh: rap_sfcdiff_debug_intel: Computing PET bounds and tasks. -rt_utils.sh: rap_sfcdiff_debug_intel: Creating ECFLOW run task -rt_utils.sh: rap_noah_sfcdiff_cires_ugwp_debug_intel: Computing PET bounds and tasks. -rt_utils.sh: rap_noah_sfcdiff_cires_ugwp_debug_intel: Creating ECFLOW run task -rt_utils.sh: rrfs_v1beta_debug_intel: Computing PET bounds and tasks. -rt_utils.sh: rrfs_v1beta_debug_intel: Creating ECFLOW run task -rt_utils.sh: rap_clm_lake_debug_intel: Computing PET bounds and tasks. -rt_utils.sh: rap_clm_lake_debug_intel: Creating ECFLOW run task -rt_utils.sh: rap_flake_debug_intel: Computing PET bounds and tasks. -rt_utils.sh: rap_flake_debug_intel: Creating ECFLOW run task -rt_utils.sh: gnv1_c96_no_nest_debug_intel: Computing PET bounds and tasks. -rt_utils.sh: gnv1_c96_no_nest_debug_intel: Creating ECFLOW run task -rt_utils.sh: wam_debug_intel: Creating ECFLOW compile task -rt_utils.sh: control_wam_debug_intel: Computing PET bounds and tasks. -rt_utils.sh: control_wam_debug_intel: Creating ECFLOW run task -rt_utils.sh: rrfs_dyn32_phy32_intel: Creating ECFLOW compile task -rt_utils.sh: regional_spp_sppt_shum_skeb_dyn32_phy32_intel: Computing PET bounds and tasks. -rt_utils.sh: regional_spp_sppt_shum_skeb_dyn32_phy32_intel: Creating ECFLOW run task -rt_utils.sh: rap_control_dyn32_phy32_intel: Computing PET bounds and tasks. -rt_utils.sh: rap_control_dyn32_phy32_intel: Creating ECFLOW run task -rt_utils.sh: hrrr_control_dyn32_phy32_intel: Computing PET bounds and tasks. -rt_utils.sh: hrrr_control_dyn32_phy32_intel: Creating ECFLOW run task -rt_utils.sh: hrrr_control_decomp_dyn32_phy32_intel: Computing PET bounds and tasks. -rt_utils.sh: hrrr_control_decomp_dyn32_phy32_intel: Creating ECFLOW run task -rt_utils.sh: rap_restart_dyn32_phy32_intel: Computing PET bounds and tasks. -rt_utils.sh: rap_restart_dyn32_phy32_intel: Creating ECFLOW run task -rt_utils.sh: hrrr_control_restart_dyn32_phy32_intel: Computing PET bounds and tasks. -rt_utils.sh: hrrr_control_restart_dyn32_phy32_intel: Creating ECFLOW run task -rt_utils.sh: rrfs_dyn32_phy32_faster_intel: Creating ECFLOW compile task -rt_utils.sh: conus13km_control_intel: Computing PET bounds and tasks. -rt_utils.sh: conus13km_control_intel: Creating ECFLOW run task -rt_utils.sh: conus13km_2threads_intel: Computing PET bounds and tasks. -rt_utils.sh: conus13km_2threads_intel: Creating ECFLOW run task -rt_utils.sh: conus13km_restart_mismatch_intel: Computing PET bounds and tasks. -rt_utils.sh: conus13km_restart_mismatch_intel: Creating ECFLOW run task -rt_utils.sh: rrfs_dyn64_phy32_intel: Creating ECFLOW compile task -rt_utils.sh: rap_control_dyn64_phy32_intel: Computing PET bounds and tasks. -rt_utils.sh: rap_control_dyn64_phy32_intel: Creating ECFLOW run task -rt_utils.sh: rrfs_dyn32_phy32_debug_intel: Creating ECFLOW compile task -rt_utils.sh: rap_control_debug_dyn32_phy32_intel: Computing PET bounds and tasks. -rt_utils.sh: rap_control_debug_dyn32_phy32_intel: Creating ECFLOW run task -rt_utils.sh: hrrr_control_debug_dyn32_phy32_intel: Computing PET bounds and tasks. -rt_utils.sh: hrrr_control_debug_dyn32_phy32_intel: Creating ECFLOW run task -rt_utils.sh: conus13km_debug_intel: Computing PET bounds and tasks. -rt_utils.sh: conus13km_debug_intel: Creating ECFLOW run task -rt_utils.sh: conus13km_debug_qr_intel: Computing PET bounds and tasks. -rt_utils.sh: conus13km_debug_qr_intel: Creating ECFLOW run task -rt_utils.sh: conus13km_radar_tten_debug_intel: Computing PET bounds and tasks. -rt_utils.sh: conus13km_radar_tten_debug_intel: Creating ECFLOW run task -rt_utils.sh: rrfs_dyn64_phy32_debug_intel: Creating ECFLOW compile task -rt_utils.sh: rap_control_dyn64_phy32_debug_intel: Computing PET bounds and tasks. -rt_utils.sh: rap_control_dyn64_phy32_debug_intel: Creating ECFLOW run task -rt_utils.sh: hafsw_intel: Creating ECFLOW compile task -rt_utils.sh: hafs_regional_atm_intel: Computing PET bounds and tasks. -rt_utils.sh: hafs_regional_atm_intel: Creating ECFLOW run task -rt_utils.sh: hafs_regional_atm_thompson_gfdlsf_intel: Computing PET bounds and tasks. -rt_utils.sh: hafs_regional_atm_thompson_gfdlsf_intel: Creating ECFLOW run task -rt_utils.sh: hafs_regional_atm_ocn_intel: Computing PET bounds and tasks. -rt_utils.sh: hafs_regional_atm_ocn_intel: Creating ECFLOW run task -rt_utils.sh: hafs_regional_atm_wav_intel: Computing PET bounds and tasks. -rt_utils.sh: hafs_regional_atm_wav_intel: Creating ECFLOW run task -rt_utils.sh: hafs_regional_atm_ocn_wav_intel: Computing PET bounds and tasks. -rt_utils.sh: hafs_regional_atm_ocn_wav_intel: Creating ECFLOW run task -rt_utils.sh: hafs_regional_1nest_atm_intel: Computing PET bounds and tasks. -rt_utils.sh: hafs_regional_1nest_atm_intel: Creating ECFLOW run task -rt_utils.sh: hafs_regional_telescopic_2nests_atm_intel: Computing PET bounds and tasks. -rt_utils.sh: hafs_regional_telescopic_2nests_atm_intel: Creating ECFLOW run task -rt_utils.sh: hafs_global_1nest_atm_intel: Computing PET bounds and tasks. -rt_utils.sh: hafs_global_1nest_atm_intel: Creating ECFLOW run task -rt_utils.sh: hafs_global_multiple_4nests_atm_intel: Computing PET bounds and tasks. -rt_utils.sh: hafs_global_multiple_4nests_atm_intel: Creating ECFLOW run task -rt_utils.sh: hafs_regional_specified_moving_1nest_atm_intel: Computing PET bounds and tasks. -rt_utils.sh: hafs_regional_specified_moving_1nest_atm_intel: Creating ECFLOW run task -rt_utils.sh: hafs_regional_storm_following_1nest_atm_intel: Computing PET bounds and tasks. -rt_utils.sh: hafs_regional_storm_following_1nest_atm_intel: Creating ECFLOW run task -rt_utils.sh: hafs_regional_storm_following_1nest_atm_ocn_intel: Computing PET bounds and tasks. -rt_utils.sh: hafs_regional_storm_following_1nest_atm_ocn_intel: Creating ECFLOW run task -rt_utils.sh: hafs_global_storm_following_1nest_atm_intel: Computing PET bounds and tasks. -rt_utils.sh: hafs_global_storm_following_1nest_atm_intel: Creating ECFLOW run task -rt_utils.sh: gnv1_nested_intel: Computing PET bounds and tasks. -rt_utils.sh: gnv1_nested_intel: Creating ECFLOW run task -rt_utils.sh: hafsw_debug_intel: Creating ECFLOW compile task -rt_utils.sh: hafs_regional_storm_following_1nest_atm_ocn_debug_intel: Computing PET bounds and tasks. -rt_utils.sh: hafs_regional_storm_following_1nest_atm_ocn_debug_intel: Creating ECFLOW run task -rt_utils.sh: hafsw_faster_intel: Creating ECFLOW compile task -rt_utils.sh: hafs_regional_storm_following_1nest_atm_ocn_wav_intel: Computing PET bounds and tasks. -rt_utils.sh: hafs_regional_storm_following_1nest_atm_ocn_wav_intel: Creating ECFLOW run task -rt_utils.sh: hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel: Computing PET bounds and tasks. -rt_utils.sh: hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel: Creating ECFLOW run task -rt_utils.sh: hafs_mom6w_intel: Creating ECFLOW compile task -rt_utils.sh: hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel: Computing PET bounds and tasks. -rt_utils.sh: hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel: Creating ECFLOW run task -rt_utils.sh: hafs_all_intel: Creating ECFLOW compile task -rt_utils.sh: hafs_regional_docn_intel: Computing PET bounds and tasks. -rt_utils.sh: hafs_regional_docn_intel: Creating ECFLOW run task -rt_utils.sh: hafs_regional_docn_oisst_intel: Computing PET bounds and tasks. -rt_utils.sh: hafs_regional_docn_oisst_intel: Creating ECFLOW run task -rt_utils.sh: hafs_regional_datm_cdeps_intel: Computing PET bounds and tasks. -rt_utils.sh: hafs_regional_datm_cdeps_intel: Creating ECFLOW run task -rt_utils.sh: datm_cdeps_intel: Creating ECFLOW compile task -rt_utils.sh: datm_cdeps_control_cfsr_intel: Computing PET bounds and tasks. -rt_utils.sh: datm_cdeps_control_cfsr_intel: Creating ECFLOW run task -rt_utils.sh: datm_cdeps_restart_cfsr_intel: Computing PET bounds and tasks. -rt_utils.sh: datm_cdeps_restart_cfsr_intel: Creating ECFLOW run task -rt_utils.sh: datm_cdeps_control_gefs_intel: Computing PET bounds and tasks. -rt_utils.sh: datm_cdeps_control_gefs_intel: Creating ECFLOW run task -rt_utils.sh: datm_cdeps_iau_gefs_intel: Computing PET bounds and tasks. -rt_utils.sh: datm_cdeps_iau_gefs_intel: Creating ECFLOW run task -rt_utils.sh: datm_cdeps_stochy_gefs_intel: Computing PET bounds and tasks. -rt_utils.sh: datm_cdeps_stochy_gefs_intel: Creating ECFLOW run task -rt_utils.sh: datm_cdeps_ciceC_cfsr_intel: Computing PET bounds and tasks. -rt_utils.sh: datm_cdeps_ciceC_cfsr_intel: Creating ECFLOW run task -rt_utils.sh: datm_cdeps_bulk_cfsr_intel: Computing PET bounds and tasks. -rt_utils.sh: datm_cdeps_bulk_cfsr_intel: Creating ECFLOW run task -rt_utils.sh: datm_cdeps_bulk_gefs_intel: Computing PET bounds and tasks. -rt_utils.sh: datm_cdeps_bulk_gefs_intel: Creating ECFLOW run task -rt_utils.sh: datm_cdeps_mx025_cfsr_intel: Computing PET bounds and tasks. -rt_utils.sh: datm_cdeps_mx025_cfsr_intel: Creating ECFLOW run task -rt_utils.sh: datm_cdeps_mx025_gefs_intel: Computing PET bounds and tasks. -rt_utils.sh: datm_cdeps_mx025_gefs_intel: Creating ECFLOW run task -rt_utils.sh: datm_cdeps_multiple_files_cfsr_intel: Computing PET bounds and tasks. -rt_utils.sh: datm_cdeps_multiple_files_cfsr_intel: Creating ECFLOW run task -rt_utils.sh: datm_cdeps_3072x1536_cfsr_intel: Computing PET bounds and tasks. -rt_utils.sh: datm_cdeps_3072x1536_cfsr_intel: Creating ECFLOW run task -rt_utils.sh: datm_cdeps_gfs_intel: Computing PET bounds and tasks. -rt_utils.sh: datm_cdeps_gfs_intel: Creating ECFLOW run task -rt_utils.sh: datm_cdeps_debug_intel: Creating ECFLOW compile task -rt_utils.sh: datm_cdeps_debug_cfsr_intel: Computing PET bounds and tasks. -rt_utils.sh: datm_cdeps_debug_cfsr_intel: Creating ECFLOW run task -rt_utils.sh: datm_cdeps_faster_intel: Creating ECFLOW compile task -rt_utils.sh: datm_cdeps_control_cfsr_faster_intel: Computing PET bounds and tasks. -rt_utils.sh: datm_cdeps_control_cfsr_faster_intel: Creating ECFLOW run task -rt_utils.sh: datm_cdeps_land_intel: Creating ECFLOW compile task -rt_utils.sh: datm_cdeps_lnd_gswp3_intel: Computing PET bounds and tasks. -rt_utils.sh: datm_cdeps_lnd_gswp3_intel: Creating ECFLOW run task -rt_utils.sh: datm_cdeps_lnd_era5_intel: Computing PET bounds and tasks. -rt_utils.sh: datm_cdeps_lnd_era5_intel: Creating ECFLOW run task -rt_utils.sh: datm_cdeps_lnd_era5_rst_intel: Computing PET bounds and tasks. -rt_utils.sh: datm_cdeps_lnd_era5_rst_intel: Creating ECFLOW run task -rt_utils.sh: atml_intel: Creating ECFLOW compile task -rt_utils.sh: control_p8_atmlnd_sbs_intel: Computing PET bounds and tasks. -rt_utils.sh: control_p8_atmlnd_sbs_intel: Creating ECFLOW run task -rt_utils.sh: control_p8_atmlnd_intel: Computing PET bounds and tasks. -rt_utils.sh: control_p8_atmlnd_intel: Creating ECFLOW run task -rt_utils.sh: control_restart_p8_atmlnd_intel: Computing PET bounds and tasks. -rt_utils.sh: control_restart_p8_atmlnd_intel: Creating ECFLOW run task -rt_utils.sh: atmw_intel: Creating ECFLOW compile task -rt_utils.sh: atmwav_control_noaero_p8_intel: Computing PET bounds and tasks. -rt_utils.sh: atmwav_control_noaero_p8_intel: Creating ECFLOW run task -rt_utils.sh: atmaero_intel: Creating ECFLOW compile task -rt_utils.sh: atmaero_control_p8_intel: Computing PET bounds and tasks. -rt_utils.sh: atmaero_control_p8_intel: Creating ECFLOW run task -rt_utils.sh: atmaero_control_p8_rad_intel: Computing PET bounds and tasks. -rt_utils.sh: atmaero_control_p8_rad_intel: Creating ECFLOW run task -rt_utils.sh: atmaero_control_p8_rad_micro_intel: Computing PET bounds and tasks. -rt_utils.sh: atmaero_control_p8_rad_micro_intel: Creating ECFLOW run task -rt_utils.sh: atmaq_debug_intel: Creating ECFLOW compile task -rt_utils.sh: regional_atmaq_debug_intel: Computing PET bounds and tasks. -rt_utils.sh: regional_atmaq_debug_intel: Creating ECFLOW run task -rt_utils.sh: Starting ECFLOW run -ECF_HOST: derecho6, ECF_PORT: 39982 -ecflow_server is NOT running on derecho6:39982 -Wed 24 Apr 2024 12:50:01 PM UTC - -User "38482" attempting to start ecf server on "derecho6" using ECF_PORT "39982" and with: -ECF_HOME : "/glade/derecho/scratch/epicufsrt/FV3_RT/rt_128018/ecflow_server" -ECF_LOG : "derecho6.39982.ecf.log" -ECF_CHECK : "derecho6.39982.check" -ECF_CHECKOLD : "derecho6.39982.check.b" -ECF_OUT : "/dev/null" - -client version is Ecflow version(5.8.4) boost(1.78.0) compiler(gcc 12.2.0) protocol(JSON cereal 1.3.0) openssl(enabled) Compiled on Sep 20 2023 09:36:19 -Checking if the server is already running on derecho6 and port 39982 - -Backing up check point and log files - -OK starting ecFlow server... - -Placing server into RESTART mode... -restart of server failed -rt.sh finished -rt.sh: Cleaning up... -rt_utils.sh: Stopping ECFLOW Workflow... diff --git a/tests/logs/RT-run-Hercules.log b/tests/logs/RT-run-Hercules.log deleted file mode 100644 index 393c54d52a..0000000000 --- a/tests/logs/RT-run-Hercules.log +++ /dev/null @@ -1,16 +0,0 @@ -******Regression Testing Script Started****** -hercules-login-1.hpc.msstate.edu -Machine: hercules -Account: epic -rt.sh: Setting up hercules... -Linking /work2/noaa/epic/stmp/role-epic/stmp/role-epic/FV3_RT/rt_3789786 to /work/noaa/epic/role-epic/jenkins/workspace/s-weather-model_pipeline_PR-2241/tests/run_dir -Run regression test in: /work2/noaa/epic/stmp/role-epic/stmp/role-epic/FV3_RT/rt_3789786 -rt.sh: Checking & Updating test configuration... -No update needed to rt.conf -rt.sh: Getting error information... -Exited at line 1062 having code 1 -rt.sh: Exited abnormally, killing workflow and cleaning up -rt_utils.sh: Killing ECFLOW Workflow... -rt.sh finished -rt.sh: Cleaning up... -rt_utils.sh: Stopping ECFLOW Workflow... diff --git a/tests/logs/RegressionTests_acorn.log b/tests/logs/RegressionTests_acorn.log index 19ed992c48..2d2cf63d51 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: -64df90f39f00b9682ca74b29f783bd0a37994a4a +552b40ba9030e83e8f1c6245970ad5b13769e707 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) - c9e4679f449e30bb4cc0f22164b4401a8b50f7a6 CICE-interface/CICE (CICE6.0.0-447-gc9e4679) + fbdf6843d6bde852d97f1547591d90136103f669 CDEPS-interface/CDEPS (cdeps0.4.17-41-gfbdf684) + 9452de8c3cb43fb2628f0722e6a51f79429d2160 CICE-interface/CICE (CICE6.0.0-450-g9452de8) f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) - 4e19850cb083bc474b7cde5dc2f8506ec74cc442 CMEPS-interface/CMEPS (cmeps_v0.4.1-2306-g4e19850) + 2d837b16af326b09ff4018daab4de84f4deff7ec CMEPS-interface/CMEPS (cmeps_v0.4.1-2307-g2d837b1) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - da95cc428d8b626e99250fd57a4279b4980044f8 FV3 (heads/develop) - 97114888f529c2df70ed4a350fd2428df74839ff FV3/atmos_cubed_sphere (201912_public_release-389-g9711488) - 011db4f80a02cba6d65958ace56e8efb197be62b FV3/ccpp/framework (ccpp_transition_to_vlab_master_20190705-704-g011db4f) - 9b0ac7b16a45afe5e7f1abf9571d3484158a5b43 FV3/ccpp/physics (EP4-741-g9b0ac7b1) + 81950993462af14cd53a3b5d7280014fc60d7abf FV3 (remotes/origin/cherry_pick_omga) + 57ca82d862410971889f0f0badad5a8fca89b280 FV3/atmos_cubed_sphere (remotes/origin/cherry_pick_omga) + 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) - 5faac752d9550d3570705358fa1eb3f5ac78a786 FV3/upp (upp_v10.2.0-185-g5faac75) + be0410ece28f2b5b9c089f8ca09ce0c80c79fe6c FV3/upp (upp_v10.2.0-191-gbe0410ec) -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) - 6d0150d6c212c7052e73aa8ab76418d5b28fb780 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10045-g6d0150d6c) + 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) - 6a51f0295bc1a877475b527157a33aa86eb532fe NOAHMP-interface/noahmp (v3.7.1-426-g6a51f02) + ec38ea3d902644cd4519d5fe060316859ccdc108 NOAHMP-interface/noahmp (v3.7.1-434-gec38ea3) d9b3172f4197c65d471662c6952a668152d71230 WW3 (6.07.1-345-gd9b3172f) - 31e4e3e57bad8a7cdaa0ce2d3c4efbca63b5f74a stochastic_physics (ufs-v2.0.0-216-g31e4e3e) + fad2fe9f42f6b7f744b128b4a2a9433f91e4296f stochastic_physics (ufs-v2.0.0-219-gfad2fe9) NOTES: @@ -35,327 +35,274 @@ 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-20240419 -COMPARISON DIRECTORY: /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_44890 +BASELINE DIRECTORY: /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20240614 +COMPARISON DIRECTORY: /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_196495 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: GFS-DEV * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [11:24, 10:44] -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [58:24, 01:49](3039 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [16:29, 15:52] -PASS -- TEST 'cpld_control_gfsv17_intel' [52:45, 02:03](1649 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [14:56, 03:20](1773 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [14:30, 02:29](900 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [52:17, 02:51](1622 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [05:18, 04:19] -PASS -- TEST 'cpld_debug_gfsv17_intel' [04:31, 03:10](1683 MB) - -PASS -- COMPILE 's2swa_intel' [11:24, 10:44] -PASS -- TEST 'cpld_control_p8_intel' [58:24, 01:33](3065 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [58:24, 02:02](3066 MB) -PASS -- TEST 'cpld_restart_p8_intel' [49:22, 01:39](3121 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [58:24, 01:32](3089 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [49:22, 02:16](3142 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [58:24, 01:25](3379 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [58:24, 02:01](3064 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [58:25, 01:50](2994 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [58:24, 01:57](3065 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [58:24, 02:16](3031 MB) - -PASS -- COMPILE 's2sw_intel' [10:23, 10:10] -PASS -- TEST 'cpld_control_noaero_p8_intel' [59:25, 01:06](1644 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [59:25, 01:29](1696 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [10:23, 09:33] -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [59:25, 01:30](1697 MB) - -PASS -- COMPILE 's2s_intel' [10:24, 09:33] -PASS -- TEST 'cpld_control_c48_intel' [59:23, 01:03](2672 MB) - -PASS -- COMPILE 's2swa_faster_intel' [16:30, 15:39] -PASS -- TEST 'cpld_control_p8_faster_intel' [52:15, 02:16](3068 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [16:30, 16:00] -PASS -- TEST 'cpld_control_pdlib_p8_intel' [50:41, 01:36](1667 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [12:38, 01:33](972 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [11:13, 01:17](1638 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [04:18, 04:03] -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [05:31, 01:23](1687 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [10:23, 09:51] -PASS -- TEST 'control_flake_intel' [55:07, 01:02](634 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [55:07, 00:41](1528 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [55:07, 00:47](1542 MB) -PASS -- TEST 'control_latlon_intel' [55:07, 00:44](1538 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [55:07, 00:54](1530 MB) -PASS -- TEST 'control_c48_intel' [55:06, 01:09](1611 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [55:06, 00:46](736 MB) -PASS -- TEST 'control_c192_intel' [55:07, 00:54](1649 MB) -PASS -- TEST 'control_c384_intel' [55:11, 01:52](1966 MB) -PASS -- TEST 'control_c384gdas_intel' [55:11, 02:44](1150 MB) -PASS -- TEST 'control_stochy_intel' [55:07, 00:55](590 MB) -PASS -- TEST 'control_stochy_restart_intel' [36:18, 00:21](392 MB) -PASS -- TEST 'control_lndp_intel' [55:07, 01:00](589 MB) -FAILED: RUN DID NOT COMPLETE -- TEST 'control_iovr4_intel' [, ]( MB) -PASS -- TEST 'control_iovr5_intel' [50:07, 00:25](583 MB) -PASS -- TEST 'control_p8_intel' [49:02, 01:38](1561 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [48:54, 02:13](1563 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [47:54, 02:26](1573 MB) -PASS -- TEST 'control_restart_p8_intel' [26:21, 01:57](751 MB) -PASS -- TEST 'control_noqr_p8_intel' [47:54, 02:13](1557 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [22:31, 01:59](754 MB) -PASS -- TEST 'control_decomp_p8_intel' [44:08, 02:04](1556 MB) -PASS -- TEST 'control_2threads_p8_intel' [42:21, 01:52](1657 MB) -PASS -- TEST 'control_p8_lndp_intel' [38:25, 01:06](1563 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [37:06, 02:25](1621 MB) -PASS -- TEST 'control_p8_mynn_intel' [36:18, 02:00](1572 MB) -PASS -- TEST 'merra2_thompson_intel' [33:31, 02:54](1578 MB) -PASS -- TEST 'regional_control_intel' [33:25, 00:25](630 MB) -PASS -- TEST 'regional_restart_intel' [27:21, 00:56](798 MB) -PASS -- TEST 'regional_decomp_intel' [33:14, 00:58](628 MB) -PASS -- TEST 'regional_2threads_intel' [31:23, 00:46](718 MB) -PASS -- TEST 'regional_noquilt_intel' [30:34, 01:00](1164 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [30:30, 00:52](630 MB) -PASS -- TEST 'regional_wofs_intel' [30:29, 00:27](1602 MB) - -PASS -- COMPILE 'ifi_intel' [09:22, 08:20] -PASS -- TEST 'regional_ifi_control_intel' [55:07, 00:28](630 MB) -PASS -- TEST 'regional_ifi_decomp_intel' [55:07, 00:25](628 MB) -PASS -- TEST 'regional_ifi_2threads_intel' [55:08, 01:12](725 MB) - -PASS -- COMPILE 'rrfs_intel' [09:23, 09:05] -PASS -- TEST 'rap_control_intel' [30:28, 02:41](970 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [30:17, 00:51](1146 MB) -PASS -- TEST 'rap_decomp_intel' [29:14, 02:07](974 MB) -PASS -- TEST 'rap_2threads_intel' [26:59, 02:10](1056 MB) -PASS -- TEST 'rap_restart_intel' [04:40, 02:17](843 MB) -PASS -- TEST 'rap_sfcdiff_intel' [25:53, 02:22](972 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [23:57, 02:06](971 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [48:53, 02:29](843 MB) -PASS -- TEST 'hrrr_control_intel' [23:55, 02:58](963 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [23:40, 02:52](966 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [23:35, 02:59](1045 MB) -PASS -- TEST 'hrrr_control_restart_intel' [51:39, 00:21](795 MB) -PASS -- TEST 'rrfs_v1beta_intel' [23:34, 02:41](965 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [23:24, 00:36](1929 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [23:06, 01:10](1919 MB) - -PASS -- COMPILE 'csawmg_intel' [09:23, 08:43] -PASS -- TEST 'control_csawmg_intel' [22:59, 01:11](656 MB) - -PASS -- COMPILE 'wam_intel' [09:23, 08:23] -PASS -- TEST 'control_wam_intel' [22:31, 00:26](331 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [12:26, 08:58] -PASS -- TEST 'control_p8_faster_intel' [22:16, 02:06](1561 MB) -PASS -- TEST 'regional_control_faster_intel' [21:28, 00:33](626 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [08:21, 04:24] -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [55:05, 01:01](1557 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [21:10, 00:28](1559 MB) -PASS -- TEST 'control_stochy_debug_intel' [20:26, 00:34](757 MB) -PASS -- TEST 'control_lndp_debug_intel' [53:10, 00:16](757 MB) -PASS -- TEST 'control_csawmg_debug_intel' [18:07, 00:35](798 MB) -PASS -- TEST 'control_ras_debug_intel' [17:37, 00:25](768 MB) -PASS -- TEST 'control_diag_debug_intel' [17:29, 01:04](1619 MB) -PASS -- TEST 'control_debug_p8_intel' [15:28, 01:15](1588 MB) -PASS -- TEST 'regional_debug_intel' [15:14, 00:45](687 MB) -PASS -- TEST 'rap_control_debug_intel' [04:26, 00:54](1145 MB) -PASS -- TEST 'hrrr_control_debug_intel' [03:36, 00:54](1140 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [55:40, 00:35](1140 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [54:58, 01:18](1145 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [54:39, 00:33](1145 MB) -PASS -- TEST 'rap_diag_debug_intel' [42:00, 00:42](1230 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [53:33, 00:32](1145 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [53:19, 00:44](1145 MB) -PASS -- TEST 'rap_lndp_debug_intel' [52:30, 00:32](1149 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [51:44, 01:16](1145 MB) -PASS -- TEST 'rap_noah_debug_intel' [51:39, 00:40](1148 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [50:59, 00:48](1143 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [50:46, 00:47](1142 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [36:51, 00:29](1136 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [50:03, 00:28](1144 MB) -PASS -- TEST 'rap_flake_debug_intel' [49:21, 01:16](1145 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [49:04, 03:00](1151 MB) - -PASS -- COMPILE 'wam_debug_intel' [08:20, 03:11] -PASS -- TEST 'control_wam_debug_intel' [48:53, 00:40](369 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [13:27, 08:24] -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [48:41, 01:20](1013 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [47:15, 02:26](851 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [44:36, 04:11](846 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [43:56, 02:12](908 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [42:24, 03:12](900 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [41:58, 02:28](847 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [32:46, 01:53](743 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [45:16, 01:07](730 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [16:29, 10:37] -PASS -- TEST 'conus13km_control_intel' [41:58, 01:16](1055 MB) -PASS -- TEST 'conus13km_2threads_intel' [28:24, 00:47](1036 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [26:27, 01:02](935 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [15:28, 08:32] -PASS -- TEST 'rap_control_dyn64_phy32_intel' [41:54, 01:16](875 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [12:25, 03:17] -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [41:50, 00:41](1020 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [41:45, 00:52](1023 MB) -PASS -- TEST 'conus13km_debug_intel' [41:42, 00:32](1106 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [41:36, 00:32](783 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [41:15, 00:52](1088 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [40:56, 01:07](1195 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [10:23, 03:13] -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [38:49, 00:33](1043 MB) - -PASS -- COMPILE 'hafsw_intel' [19:34, 09:48] -PASS -- TEST 'hafs_regional_atm_intel' [38:15, 01:39](673 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [38:06, 01:14](1025 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [37:59, 01:50](714 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [37:39, 02:01](753 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [36:19, 02:07](910 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [36:16, 01:35](432 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [35:41, 01:28](456 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [35:22, 01:32](330 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [34:18, 02:29](400 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [33:54, 00:57](472 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [33:01, 01:06](470 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [32:38, 01:37](532 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [30:11, 00:57](365 MB) -PASS -- TEST 'gnv1_nested_intel' [30:08, 01:11](730 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [12:26, 03:51] -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [24:31, 01:00](632 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [20:35, 10:01] -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [24:23, 01:05](577 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [23:55, 01:35](747 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [31:46, 09:53] -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [23:18, 01:20](748 MB) - -PASS -- COMPILE 'hafs_all_intel' [20:44, 09:31] -PASS -- TEST 'hafs_regional_docn_intel' [21:30, 01:49](710 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [14:15, 01:54](695 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [10:42, 00:39](894 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [17:36, 08:42] -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [23:38, 01:09](758 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [19:14, 01:04](750 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [06:13, 00:44](639 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [53:11, 00:55](642 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [51:52, 00:13](638 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [51:28, 01:09](759 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [50:31, 01:05](759 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [49:18, 00:24](638 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [49:18, 00:54](645 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [49:13, 00:52](623 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [48:32, 00:59](760 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [47:59, 01:02](2011 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [41:34, 01:00](2015 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [24:44, 08:42] -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [37:14, 01:08](760 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [16:33, 01:04] -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [31:53, 00:20](265 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [29:15, 01:05](413 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [24:42, 00:59](412 MB) - -PASS -- COMPILE 'atml_intel' [25:45, 10:08] -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [28:46, 02:10](1602 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [26:17, 02:33](1602 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [17:32, 00:50](803 MB) - -PASS -- COMPILE 'atmw_intel' [30:51, 09:03] -PASS -- TEST 'atmwav_control_noaero_p8_intel' [26:08, 02:14](1603 MB) - -PASS -- COMPILE 'atmaero_intel' [22:44, 08:58] -PASS -- TEST 'atmaero_control_p8_intel' [14:04, 02:13](2915 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [14:04, 01:46](2974 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [14:04, 02:33](2984 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [11:31, 03:27] -PASS -- TEST 'regional_atmaq_debug_intel' [18:55, 01:58](4511 MB) +PASS -- COMPILE 's2swa_32bit_intel' [11:24, 10:56] ( 2 warnings 8 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [10:55, 02:07](3166 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [16:29, 16:00] ( 2 warnings 8 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [05:50, 02:36](1882 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [44:33, 02:44](1903 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [44:33, 02:32](1040 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [05:51, 01:45](1856 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [16:29, 16:02] ( 2 warnings 8 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [05:50, 01:28](1880 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [05:18, 04:50] ( 1526 warnings 1998 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [17:01, 03:00](1909 MB) + +PASS -- COMPILE 's2swa_intel' [11:24, 10:58] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [10:54, 01:22](3196 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [10:54, 02:15](3200 MB) +PASS -- TEST 'cpld_restart_p8_intel' [01:57, 02:24](3127 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [10:54, 01:43](3217 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [55:02, 01:19](3146 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [10:54, 02:02](3428 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [10:54, 01:47](3186 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [10:55, 01:33](3141 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [10:54, 01:51](3196 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [10:54, 01:59](3176 MB) + +PASS -- COMPILE 's2sw_intel' [11:24, 10:24] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [10:54, 01:56](1890 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [10:54, 02:10](1956 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [10:24, 09:53] ( 1 warnings 1 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [11:54, 02:09](1948 MB) + +PASS -- COMPILE 's2s_intel' [10:25, 10:00] ( 1 warnings 1 remarks ) +PASS -- TEST 'cpld_control_c48_intel' [11:53, 01:29](2927 MB) +PASS -- TEST 'cpld_warmstart_c48_intel' [11:53, 01:20](2931 MB) +PASS -- TEST 'cpld_restart_c48_intel' [07:25, 00:51](2326 MB) + +PASS -- COMPILE 's2swa_faster_intel' [18:33, 18:21] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [03:45, 01:34](3196 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [15:29, 15:03] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [06:49, 01:12](1892 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [46:05, 01:34](1050 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [45:44, 01:53](1865 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [05:17, 04:32] ( 1561 warnings 1998 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [11:43, 01:09](1918 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [11:25, 10:14] ( 2 warnings 1 remarks ) +PASS -- TEST 'control_flake_intel' [58:46, 00:44](630 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [57:30, 01:18](1525 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [56:09, 00:49](1531 MB) +PASS -- TEST 'control_latlon_intel' [55:38, 01:07](1534 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [54:38, 01:03](1532 MB) +PASS -- TEST 'control_c48_intel' [54:37, 01:15](1609 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [54:33, 01:17](734 MB) +PASS -- TEST 'control_c192_intel' [54:00, 00:51](1644 MB) +PASS -- TEST 'control_c384_intel' [53:49, 02:06](1954 MB) +PASS -- TEST 'control_c384gdas_intel' [53:00, 03:01](1149 MB) +PASS -- TEST 'control_stochy_intel' [49:39, 00:38](587 MB) +PASS -- TEST 'control_stochy_restart_intel' [40:02, 01:15](392 MB) +PASS -- TEST 'control_lndp_intel' [47:35, 00:43](586 MB) +PASS -- TEST 'control_iovr4_intel' [46:44, 00:37](582 MB) +PASS -- TEST 'control_iovr5_intel' [46:38, 00:23](581 MB) +PASS -- TEST 'control_p8_intel' [46:16, 01:49](1828 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [46:16, 02:13](1829 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [46:16, 02:11](1831 MB) +PASS -- TEST 'control_restart_p8_intel' [35:03, 01:18](977 MB) +PASS -- TEST 'control_noqr_p8_intel' [45:37, 01:23](1823 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [34:57, 02:16](981 MB) +PASS -- TEST 'control_decomp_p8_intel' [45:36, 02:18](1826 MB) +PASS -- TEST 'control_2threads_p8_intel' [44:55, 02:17](1925 MB) +PASS -- TEST 'control_p8_lndp_intel' [42:24, 01:12](1829 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [42:03, 02:11](1882 MB) +PASS -- TEST 'control_p8_mynn_intel' [42:02, 01:53](1834 MB) +PASS -- TEST 'merra2_thompson_intel' [41:42, 02:31](1837 MB) +PASS -- TEST 'regional_control_intel' [40:30, 00:18](878 MB) +PASS -- TEST 'regional_restart_intel' [33:37, 00:14](872 MB) +PASS -- TEST 'regional_decomp_intel' [40:18, 01:08](876 MB) +PASS -- TEST 'regional_2threads_intel' [40:03, 00:54](964 MB) +PASS -- TEST 'regional_noquilt_intel' [40:00, 00:19](1193 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [39:22, 00:16](875 MB) +PASS -- TEST 'regional_wofs_intel' [39:16, 00:46](1602 MB) + +PASS -- COMPILE 'ifi_intel' [09:23, 08:31] ( 1 warnings ) +PASS -- TEST 'regional_ifi_control_intel' [02:30, 00:28](884 MB) +PASS -- TEST 'regional_ifi_decomp_intel' [02:30, 01:00](883 MB) +PASS -- TEST 'regional_ifi_2threads_intel' [02:31, 00:47](967 MB) + +PASS -- COMPILE 'rrfs_intel' [10:23, 09:31] ( 4 warnings 9 remarks ) +PASS -- TEST 'rap_control_intel' [01:19, 01:40](970 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [01:20, 01:23](1148 MB) +PASS -- TEST 'rap_decomp_intel' [01:19, 02:13](972 MB) +PASS -- TEST 'rap_2threads_intel' [01:19, 02:10](1054 MB) +PASS -- TEST 'rap_restart_intel' [39:09, 02:32](839 MB) +PASS -- TEST 'rap_sfcdiff_intel' [01:19, 02:12](969 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [01:19, 02:12](969 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [38:02, 02:25](836 MB) +PASS -- TEST 'hrrr_control_intel' [01:19, 03:13](960 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [01:19, 03:09](964 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [01:20, 03:00](1044 MB) +PASS -- TEST 'hrrr_control_restart_intel' [35:31, 00:50](794 MB) +PASS -- TEST 'rrfs_v1beta_intel' [01:19, 02:19](964 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [01:19, 00:22](1930 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [35:18, 00:44](1920 MB) + +PASS -- COMPILE 'csawmg_intel' [09:22, 08:51] ( 1 warnings ) +PASS -- TEST 'control_csawmg_intel' [01:33, 01:04](928 MB) +PASS -- TEST 'control_ras_intel' [01:33, 01:05](623 MB) + +PASS -- COMPILE 'wam_intel' [09:22, 08:48] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_wam_intel' [01:32, 01:12](1628 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [16:29, 16:08] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_p8_faster_intel' [35:06, 02:34](1828 MB) +PASS -- TEST 'regional_control_faster_intel' [35:02, 00:15](873 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [20:34, 05:47] ( 885 warnings 9 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [34:27, 01:10](1553 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [34:05, 01:22](1557 MB) +PASS -- TEST 'control_stochy_debug_intel' [32:37, 00:27](764 MB) +PASS -- TEST 'control_lndp_debug_intel' [32:37, 01:10](759 MB) +PASS -- TEST 'control_csawmg_debug_intel' [32:14, 00:28](1075 MB) +PASS -- TEST 'control_ras_debug_intel' [31:53, 00:48](769 MB) +PASS -- TEST 'control_diag_debug_intel' [31:48, 01:09](1615 MB) +PASS -- TEST 'control_debug_p8_intel' [31:34, 00:53](1856 MB) +PASS -- TEST 'regional_debug_intel' [30:48, 01:08](939 MB) +PASS -- TEST 'rap_control_debug_intel' [30:36, 01:06](1146 MB) +PASS -- TEST 'hrrr_control_debug_intel' [30:25, 01:13](1139 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [30:09, 01:11](1152 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [30:08, 01:05](1149 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [29:38, 00:24](1146 MB) +PASS -- TEST 'rap_diag_debug_intel' [28:49, 01:22](1228 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [28:40, 01:10](1146 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [28:35, 01:02](1151 MB) +PASS -- TEST 'rap_lndp_debug_intel' [28:07, 00:55](1152 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [28:07, 01:16](1146 MB) +PASS -- TEST 'rap_noah_debug_intel' [28:06, 01:03](1141 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [27:34, 01:08](1141 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [27:21, 00:37](1141 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [27:06, 00:58](1137 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [26:52, 01:08](1147 MB) +PASS -- TEST 'rap_flake_debug_intel' [26:44, 00:52](1151 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [26:27, 02:23](1149 MB) + +PASS -- COMPILE 'wam_debug_intel' [20:33, 03:49] ( 840 warnings 1 remarks ) +PASS -- TEST 'control_wam_debug_intel' [26:21, 01:01](1655 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [26:40, 08:53] ( 4 warnings 8 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [25:42, 01:29](1013 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [25:27, 02:13](851 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [24:15, 03:04](845 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [23:07, 02:20](908 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [23:06, 02:32](902 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [22:54, 02:28](845 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [13:56, 01:45](744 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [15:37, 01:15](726 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [57:13, 12:45] ( 4 warnings 8 remarks ) +PASS -- TEST 'conus13km_control_intel' [05:19, 00:57](1057 MB) +PASS -- TEST 'conus13km_2threads_intel' [38:47, 00:43](1040 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [38:46, 00:24](941 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [52:10, 09:01] ( 4 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [10:21, 01:09](872 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [46:03, 03:57] ( 788 warnings 8 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [15:30, 00:56](1025 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [15:30, 01:02](1025 MB) +PASS -- TEST 'conus13km_debug_intel' [12:32, 01:15](1128 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [15:30, 01:09](821 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [15:31, 00:21](1098 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [15:30, 00:38](1184 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [46:03, 03:47] ( 788 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [15:29, 00:57](1039 MB) + +PASS -- COMPILE 'hafsw_intel' [54:11, 10:33] ( 2 warnings 8 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [07:11, 02:16](670 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [07:11, 01:05](1017 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [07:09, 01:43](718 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [07:09, 01:30](747 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [07:10, 01:36](915 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [07:09, 01:42](439 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [05:02, 01:52](463 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [04:02, 01:22](338 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [04:04, 03:02](404 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [04:00, 01:07](477 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [03:59, 00:49](474 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [04:01, 00:49](535 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [04:00, 00:52](367 MB) +PASS -- TEST 'gnv1_nested_intel' [03:29, 03:33](1668 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [47:04, 04:10] ( 1468 warnings 1501 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [13:28, 01:01](627 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [54:11, 17:02] ( 1 warnings 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [58:13, 00:49](580 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [58:07, 01:43](753 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [38:54, 10:14] ( 1 warnings 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [07:22, 01:24](752 MB) + +PASS -- COMPILE 'hafs_all_intel' [37:53, 09:35] ( 1 warnings 7 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [07:23, 02:02](710 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [07:23, 01:57](698 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [07:21, 00:23](895 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [30:46, 09:01] +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [08:23, 01:10](764 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [01:54, 00:18](752 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [08:23, 00:28](648 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [08:23, 00:56](645 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [08:23, 01:12](648 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [08:23, 00:57](765 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [08:23, 01:04](765 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [08:23, 01:11](645 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [08:24, 01:28](649 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [08:24, 01:24](635 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [08:23, 00:51](753 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [08:23, 01:03](2018 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [08:23, 00:54](2020 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [10:23, 09:16] +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [01:33, 01:12](752 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [02:15, 01:04] ( 1 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [13:15, 00:37](267 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [13:15, 00:24](409 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [07:41, 00:58](411 MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [10:24, 09:32] ( 1 warnings 1 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [56:28, 01:18](1883 MB) + +PASS -- COMPILE 'atml_intel' [11:24, 10:58] ( 9 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [56:23, 02:37](1862 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [55:52, 02:48](1862 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [37:11, 00:57](992 MB) + +PASS -- COMPILE 'atml_debug_intel' [07:21, 04:32] ( 883 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [55:00, 02:10](1894 MB) + +PASS -- COMPILE 'atmw_intel' [37:51, 09:22] ( 1 warnings 8 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [30:32, 02:24](1859 MB) + +PASS -- COMPILE 'atmaero_intel' [36:50, 09:19] ( 1 warnings 1 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [30:31, 01:49](3089 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [30:31, 02:09](2972 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [30:31, 02:17](2988 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [31:47, 03:50] ( 885 warnings 6 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [35:33, 01:58](4524 MB) SYNOPSIS: -Starting Date/Time: 20240425 13:49:52 -Ending Date/Time: 20240425 17:25:30 -Total Time: 03h:36m:04s -Compiles Completed: 35/35 -Tests Completed: 172/173 -Failed Tests: -* TEST control_iovr4_intel: FAILED: RUN DID NOT COMPLETE --- LOG: /lfs/h1/emc/nems/noscrub/brian.curtis/git/jiandewang/ufs-weather-model/tests/logs/log_acorn/run_control_iovr4_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: -64df90f39f00b9682ca74b29f783bd0a37994a4a - -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) - c9e4679f449e30bb4cc0f22164b4401a8b50f7a6 CICE-interface/CICE (CICE6.0.0-447-gc9e4679) - f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) - 4e19850cb083bc474b7cde5dc2f8506ec74cc442 CMEPS-interface/CMEPS (cmeps_v0.4.1-2306-g4e19850) - cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - da95cc428d8b626e99250fd57a4279b4980044f8 FV3 (heads/develop) - 97114888f529c2df70ed4a350fd2428df74839ff FV3/atmos_cubed_sphere (201912_public_release-389-g9711488) - 011db4f80a02cba6d65958ace56e8efb197be62b FV3/ccpp/framework (ccpp_transition_to_vlab_master_20190705-704-g011db4f) - 9b0ac7b16a45afe5e7f1abf9571d3484158a5b43 FV3/ccpp/physics (EP4-741-g9b0ac7b1) - 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) - 5faac752d9550d3570705358fa1eb3f5ac78a786 FV3/upp (upp_v10.2.0-185-g5faac75) --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) - 6d0150d6c212c7052e73aa8ab76418d5b28fb780 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10045-g6d0150d6c) - 9423197f894112edfcb1502245f7d7b873d551f9 MOM6-interface/MOM6/pkg/CVMix-src (9423197) - 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) - 6a51f0295bc1a877475b527157a33aa86eb532fe NOAHMP-interface/noahmp (v3.7.1-426-g6a51f02) - d9b3172f4197c65d471662c6952a668152d71230 WW3 (6.07.1-345-gd9b3172f) - 31e4e3e57bad8a7cdaa0ce2d3c4efbca63b5f74a stochastic_physics (ufs-v2.0.0-216-g31e4e3e) - - -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-20240419 -COMPARISON DIRECTORY: /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_28522 - -RT.SH OPTIONS USED: -* (-a) - HPC PROJECT ACCOUNT: GFS-DEV -* (-b) - NEW BASELINES FROM FILE: test_changes.list - -PASS -- COMPILE 'atm_dyn32_intel' [10:23, 09:44] -PASS -- TEST 'control_iovr4_intel' [21:34, 00:52](583 MB) - -SYNOPSIS: -Starting Date/Time: 20240425 17:28:05 -Ending Date/Time: 20240425 17:42:03 -Total Time: 00h:14m:07s -Compiles Completed: 1/1 -Tests Completed: 1/1 +Starting Date/Time: 20240701 18:37:11 +Ending Date/Time: 20240701 20:52:17 +Total Time: 02h:15m:32s +Compiles Completed: 38/38 +Tests Completed: 179/179 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 614b7b6b15..6d8f65ab3b 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: -fe4bb76565de0a5f3261b276fa392d65cb046e96 +552f487a2333cfd64aa1fcbdebc380f9158b9e52 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) - c9e4679f449e30bb4cc0f22164b4401a8b50f7a6 CICE-interface/CICE (CICE6.0.0-447-gc9e4679) + fbdf6843d6bde852d97f1547591d90136103f669 CDEPS-interface/CDEPS (cdeps0.4.17-41-gfbdf684) + 9452de8c3cb43fb2628f0722e6a51f79429d2160 CICE-interface/CICE (CICE6.0.0-450-g9452de8) f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) - 4e19850cb083bc474b7cde5dc2f8506ec74cc442 CMEPS-interface/CMEPS (cmeps_v0.4.1-2306-g4e19850) + 2d837b16af326b09ff4018daab4de84f4deff7ec CMEPS-interface/CMEPS (cmeps_v0.4.1-2307-g2d837b1) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - da95cc428d8b626e99250fd57a4279b4980044f8 FV3 (heads/develop) - 97114888f529c2df70ed4a350fd2428df74839ff FV3/atmos_cubed_sphere (201912_public_release-389-g9711488) - 011db4f80a02cba6d65958ace56e8efb197be62b FV3/ccpp/framework (ccpp_transition_to_vlab_master_20190705-704-g011db4f) - 9b0ac7b16a45afe5e7f1abf9571d3484158a5b43 FV3/ccpp/physics (EP4-741-g9b0ac7b1) + 81950993462af14cd53a3b5d7280014fc60d7abf FV3 (remotes/origin/cherry_pick_omga) + 57ca82d862410971889f0f0badad5a8fca89b280 FV3/atmos_cubed_sphere (remotes/origin/cherry_pick_omga) + 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) - 5faac752d9550d3570705358fa1eb3f5ac78a786 FV3/upp (upp_v10.2.0-185-g5faac75) + be0410ece28f2b5b9c089f8ca09ce0c80c79fe6c FV3/upp (upp_v10.2.0-191-gbe0410ec) -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) - 6d0150d6c212c7052e73aa8ab76418d5b28fb780 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10045-g6d0150d6c) + 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) - 6a51f0295bc1a877475b527157a33aa86eb532fe NOAHMP-interface/noahmp (v3.7.1-426-g6a51f02) + ec38ea3d902644cd4519d5fe060316859ccdc108 NOAHMP-interface/noahmp (v3.7.1-434-gec38ea3) d9b3172f4197c65d471662c6952a668152d71230 WW3 (6.07.1-345-gd9b3172f) - 31e4e3e57bad8a7cdaa0ce2d3c4efbca63b5f74a stochastic_physics (ufs-v2.0.0-216-g31e4e3e) + fad2fe9f42f6b7f744b128b4a2a9433f91e4296f stochastic_physics (ufs-v2.0.0-219-gfad2fe9) NOTES: @@ -35,331 +35,285 @@ 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-20240419 -COMPARISON DIRECTORY: /glade/derecho/scratch/zshrader/FV3_RT/rt_68317 +BASELINE DIRECTORY: /glade/derecho/scratch/epicufsrt/ufs-weather-model/RT//NEMSfv3gfs/develop-20240614 +COMPARISON DIRECTORY: /glade/derecho/scratch/zshrader/FV3_RT/rt_86571 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: nral0032 * (-l) - USE CONFIG FILE: rt.conf * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [20:19, 19:02] -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [08:58, 04:58](3073 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [21:16, 20:24] -PASS -- TEST 'cpld_control_gfsv17_intel' [16:09, 13:47](1689 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [18:48, 15:04](1824 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [10:33, 07:07](959 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [18:06, 15:46](1665 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [10:16, 08:59] -PASS -- TEST 'cpld_debug_gfsv17_intel' [23:47, 21:22](1706 MB) - -PASS -- COMPILE 's2swa_intel' [20:17, 19:06] -PASS -- TEST 'cpld_control_p8_intel' [09:05, 05:38](3091 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [09:14, 05:33](3095 MB) -PASS -- TEST 'cpld_restart_p8_intel' [06:50, 03:17](3150 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [09:05, 05:33](3125 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [06:54, 03:20](3180 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [08:54, 05:35](3090 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [07:27, 04:37](3385 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [09:11, 05:38](3101 MB) -PASS -- TEST 'cpld_control_c192_p8_intel' [14:09, 08:43](3634 MB) -PASS -- TEST 'cpld_restart_c192_p8_intel' [14:48, 05:50](3616 MB) -PASS -- TEST 'cpld_bmark_p8_intel' [27:34, 09:39](4341 MB) -PASS -- TEST 'cpld_restart_bmark_p8_intel' [24:41, 07:03](4648 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [08:35, 05:12](3064 MB) - -PASS -- COMPILE 's2sw_intel' [19:18, 18:31] -PASS -- TEST 'cpld_control_noaero_p8_intel' [06:46, 04:09](1685 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [06:59, 04:12](1727 MB) - -PASS -- COMPILE 's2swa_debug_intel' [10:15, 09:01] -PASS -- TEST 'cpld_debug_p8_intel' [09:56, 07:36](3151 MB) - -PASS -- COMPILE 's2sw_debug_intel' [09:15, 08:28] -PASS -- TEST 'cpld_debug_noaero_p8_intel' [07:21, 05:10](1710 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [15:17, 14:05] -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [07:53, 04:12](1728 MB) - -PASS -- COMPILE 's2s_intel' [15:17, 14:02] -PASS -- TEST 'cpld_control_c48_intel' [08:14, 06:35](2670 MB) - -PASS -- COMPILE 's2swa_faster_intel' [23:20, 22:47] -PASS -- TEST 'cpld_control_p8_faster_intel' [08:27, 05:28](3102 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [20:19, 19:28] -PASS -- TEST 'cpld_control_pdlib_p8_intel' [16:55, 14:03](1708 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [10:31, 07:16](1019 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [18:56, 16:00](1666 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [09:17, 08:32] -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [25:46, 22:54](1718 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [13:18, 12:20] -PASS -- TEST 'control_flake_intel' [04:52, 03:23](667 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [04:30, 02:25](1567 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [04:54, 02:27](1572 MB) -PASS -- TEST 'control_latlon_intel' [04:31, 02:22](1572 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [04:34, 02:24](1568 MB) -PASS -- TEST 'control_c48_intel' [08:28, 06:13](1616 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [06:39, 05:17](734 MB) -PASS -- TEST 'control_c192_intel' [11:09, 08:39](1690 MB) -PASS -- TEST 'control_c384_intel' [16:38, 08:56](2011 MB) -PASS -- TEST 'control_c384gdas_intel' [17:05, 07:23](1199 MB) -PASS -- TEST 'control_stochy_intel' [02:43, 01:25](627 MB) -PASS -- TEST 'control_stochy_restart_intel' [02:45, 00:52](443 MB) -PASS -- TEST 'control_lndp_intel' [02:42, 01:22](626 MB) -PASS -- TEST 'control_iovr4_intel' [03:42, 02:05](625 MB) -PASS -- TEST 'control_iovr5_intel' [03:42, 02:06](624 MB) -PASS -- TEST 'control_p8_intel' [04:27, 02:30](1601 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [04:28, 02:30](1598 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [04:29, 02:28](1602 MB) -PASS -- TEST 'control_restart_p8_intel' [03:24, 01:24](804 MB) -PASS -- TEST 'control_noqr_p8_intel' [04:26, 02:30](1585 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [03:29, 01:23](805 MB) -PASS -- TEST 'control_decomp_p8_intel' [04:40, 02:32](1591 MB) -PASS -- TEST 'control_p8_lndp_intel' [06:28, 04:21](1605 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [05:45, 03:17](1659 MB) -PASS -- TEST 'control_p8_mynn_intel' [04:46, 02:30](1607 MB) -PASS -- TEST 'merra2_thompson_intel' [04:44, 02:48](1603 MB) -PASS -- TEST 'regional_control_intel' [06:07, 04:31](632 MB) -PASS -- TEST 'regional_restart_intel' [04:16, 02:33](800 MB) -PASS -- TEST 'regional_decomp_intel' [06:12, 04:43](629 MB) -PASS -- TEST 'regional_noquilt_intel' [06:03, 04:25](1159 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [06:04, 04:27](629 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [06:00, 04:30](627 MB) -PASS -- TEST 'regional_wofs_intel' [07:07, 05:35](1606 MB) - -PASS -- COMPILE 'rrfs_intel' [12:14, 10:56] -PASS -- TEST 'rap_control_intel' [08:21, 06:06](1008 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [07:00, 03:41](1191 MB) -PASS -- TEST 'rap_decomp_intel' [08:22, 06:23](1006 MB) -PASS -- TEST 'rap_restart_intel' [05:16, 03:11](882 MB) -PASS -- TEST 'rap_sfcdiff_intel' [08:21, 06:04](1007 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [08:15, 06:23](1003 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [06:12, 04:35](881 MB) -PASS -- TEST 'hrrr_control_intel' [05:14, 03:13](998 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [05:19, 03:18](1006 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [05:17, 02:49](1088 MB) -PASS -- TEST 'hrrr_control_restart_intel' [02:53, 01:44](832 MB) -PASS -- TEST 'rrfs_v1beta_intel' [08:05, 05:57](1001 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [08:39, 07:21](1956 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [08:40, 07:10](1950 MB) - -PASS -- COMPILE 'csawmg_intel' [11:13, 10:02] -PASS -- TEST 'control_csawmg_intel' [08:12, 05:48](695 MB) -PASS -- TEST 'control_ras_intel' [04:36, 02:51](660 MB) - -PASS -- COMPILE 'wam_intel' [10:13, 09:21] -PASS -- TEST 'control_wam_intel' [03:34, 01:53](382 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [13:20, 12:20] -PASS -- TEST 'control_p8_faster_intel' [04:52, 02:26](1606 MB) -PASS -- TEST 'regional_control_faster_intel' [06:16, 04:17](629 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [09:17, 08:31] -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [04:09, 02:29](1595 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [04:23, 02:28](1600 MB) -PASS -- TEST 'control_stochy_debug_intel' [04:32, 02:50](800 MB) -PASS -- TEST 'control_lndp_debug_intel' [03:46, 02:33](798 MB) -PASS -- TEST 'control_csawmg_debug_intel' [06:06, 03:57](840 MB) -PASS -- TEST 'control_ras_debug_intel' [03:33, 02:40](806 MB) -PASS -- TEST 'control_diag_debug_intel' [04:38, 02:32](1666 MB) -PASS -- TEST 'control_debug_p8_intel' [04:10, 02:35](1628 MB) -PASS -- TEST 'regional_debug_intel' [17:13, 15:49](665 MB) -PASS -- TEST 'rap_control_debug_intel' [05:38, 04:39](1180 MB) -PASS -- TEST 'hrrr_control_debug_intel' [05:36, 04:33](1178 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [05:32, 04:35](1182 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [06:38, 04:39](1181 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [06:34, 04:43](1181 MB) -PASS -- TEST 'rap_diag_debug_intel' [08:30, 04:51](1266 MB) -FAILED: RUN DID NOT COMPLETE -- TEST 'rap_cires_ugwp_debug_intel' [, ]( MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [05:28, 04:44](1182 MB) -PASS -- TEST 'rap_lndp_debug_intel' [06:37, 04:42](1182 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [05:35, 04:48](1184 MB) -PASS -- TEST 'rap_noah_debug_intel' [05:34, 04:30](1184 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [06:37, 04:48](1181 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [08:36, 07:27](1182 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [05:41, 04:34](1178 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [06:44, 05:30](1183 MB) -PASS -- TEST 'rap_flake_debug_intel' [05:37, 04:37](1180 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [10:03, 07:53](1187 MB) - -PASS -- COMPILE 'wam_debug_intel' [06:12, 05:11] -PASS -- TEST 'control_wam_debug_intel' [05:24, 04:36](418 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [10:17, 09:30] -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [06:45, 03:30](1059 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [07:02, 05:07](884 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [04:15, 02:45](881 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [05:05, 02:53](881 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [06:06, 03:52](796 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [02:47, 01:32](777 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [12:19, 11:44] -PASS -- TEST 'conus13km_control_intel' [04:41, 01:52](1086 MB) -PASS -- TEST 'conus13km_2threads_intel' [03:31, 00:58](1086 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [03:37, 01:07](972 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [11:13, 09:48] -PASS -- TEST 'rap_control_dyn64_phy32_intel' [05:07, 03:36](906 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [07:11, 06:04] -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [05:35, 04:29](1058 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [05:30, 04:24](1058 MB) -PASS -- TEST 'conus13km_debug_intel' [16:03, 13:24](1134 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [16:02, 13:34](818 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [15:50, 13:26](1203 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [07:19, 05:58] -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [05:34, 04:38](1081 MB) - -PASS -- COMPILE 'hafsw_intel' [17:21, 16:01] -PASS -- TEST 'hafs_regional_atm_intel' [06:57, 04:34](720 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [07:02, 05:02](1068 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [09:01, 06:24](774 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [13:48, 10:49](798 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [15:23, 12:01](819 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [06:26, 04:40](479 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [07:47, 05:46](493 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [04:08, 02:21](393 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [09:59, 06:13](458 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [05:08, 03:15](513 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [05:16, 03:02](512 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [05:37, 03:45](587 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [02:37, 01:16](427 MB) -PASS -- TEST 'gnv1_nested_intel' [05:13, 03:22](787 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [08:19, 07:08] -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [14:15, 11:58](612 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [20:20, 19:52] -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [09:38, 07:10](631 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [09:25, 07:09](688 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [17:19, 16:44] -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [07:46, 05:17](679 MB) - -PASS -- COMPILE 'hafs_all_intel' [15:19, 14:27] -PASS -- TEST 'hafs_regional_docn_intel' [07:49, 05:33](755 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [07:34, 05:33](737 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [18:21, 16:09](894 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [08:17, 07:52] -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [03:28, 02:29](760 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [02:29, 01:32](749 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [03:30, 02:20](644 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [03:24, 02:24](643 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [03:25, 02:24](648 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [03:30, 02:28](761 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [03:31, 02:29](761 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [03:25, 02:23](638 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [08:17, 05:39](692 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [08:56, 05:39](673 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [03:18, 02:28](762 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [05:35, 03:54](2016 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [05:28, 03:54](2017 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [06:18, 05:11] -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [06:29, 05:03](746 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [08:22, 07:48] -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [03:36, 02:32](759 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [03:11, 02:20] -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [02:36, 01:11](310 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [02:34, 01:05](458 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [01:37, 00:41](450 MB) - -PASS -- COMPILE 'atml_intel' [14:14, 13:00] -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [09:35, 06:59](1628 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [08:56, 06:22](1636 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [05:00, 03:31](855 MB) - -PASS -- COMPILE 'atmw_intel' [13:20, 12:36] -PASS -- TEST 'atmwav_control_noaero_p8_intel' [03:26, 01:32](1641 MB) - -PASS -- COMPILE 'atmaero_intel' [12:13, 11:05] -PASS -- TEST 'atmaero_control_p8_intel' [05:38, 03:38](2951 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [06:38, 04:15](3000 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [06:10, 04:19](3012 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [07:20, 06:30] -PASS -- TEST 'regional_atmaq_debug_intel' [25:29, 22:05](4531 MB) +PASS -- COMPILE 's2swa_32bit_intel' [23:16, 21:44] ( 6 warnings 10 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [09:03, 05:41](3197 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [24:21, 23:47] ( 6 warnings 10 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [17:16, 14:19](1914 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [18:04, 15:16](1929 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [09:49, 07:29](1079 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [19:51, 16:33](1886 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [24:21, 23:37] ( 6 warnings 10 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [16:28, 14:16](1917 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [13:17, 12:12] ( 1530 warnings 1948 remarks ) + +PASS -- COMPILE 's2swa_intel' [22:19, 21:35] ( 5 warnings 10 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [10:37, 06:24](3222 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [09:29, 06:19](3223 MB) +PASS -- TEST 'cpld_restart_p8_intel' [07:28, 03:58](3154 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [10:37, 06:18](3253 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [07:28, 03:43](3185 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [10:21, 06:02](3721 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [10:21, 06:04](3214 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [09:18, 05:21](3532 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [09:46, 06:05](3230 MB) +PASS -- TEST 'cpld_control_c192_p8_intel' [16:09, 09:36](3807 MB) +PASS -- TEST 'cpld_restart_c192_p8_intel' [14:28, 06:32](3618 MB) +PASS -- TEST 'cpld_bmark_p8_intel' [25:03, 10:36](4495 MB) +PASS -- TEST 'cpld_restart_bmark_p8_intel' [28:18, 06:58](4655 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [10:08, 06:06](3204 MB) + +PASS -- COMPILE 's2sw_intel' [21:16, 19:55] ( 5 warnings 10 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [07:25, 04:50](1930 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [07:43, 05:02](1985 MB) + +PASS -- COMPILE 's2swa_debug_intel' [13:17, 12:11] ( 1455 warnings 1209 remarks ) +PASS -- TEST 'cpld_debug_p8_intel' [12:03, 08:24](3285 MB) + +PASS -- COMPILE 's2sw_debug_intel' [12:16, 11:24] ( 1455 warnings 1209 remarks ) +PASS -- TEST 'cpld_debug_noaero_p8_intel' [08:19, 05:56](1948 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [17:18, 16:03] ( 5 warnings 3 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [07:42, 04:49](1996 MB) + +PASS -- COMPILE 's2s_intel' [17:18, 15:51] ( 5 warnings 3 remarks ) +PASS -- TEST 'cpld_control_c48_intel' [09:08, 06:58](2926 MB) +PASS -- TEST 'cpld_warmstart_c48_intel' [05:04, 02:22](2935 MB) +PASS -- TEST 'cpld_restart_c48_intel' [04:28, 01:30](2321 MB) + +PASS -- COMPILE 's2swa_faster_intel' [27:27, 26:08] ( 5 warnings 10 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [09:41, 06:10](3230 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [23:25, 22:11] ( 5 warnings 10 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [17:54, 14:24](1934 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [10:24, 07:34](1092 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [18:56, 16:26](1910 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [11:19, 10:25] ( 1565 warnings 1948 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [25:42, 23:39](1949 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [16:18, 15:17] ( 6 warnings 1 remarks ) +PASS -- TEST 'control_flake_intel' [04:36, 03:27](667 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [04:07, 02:26](1568 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [04:18, 02:26](1570 MB) +PASS -- TEST 'control_latlon_intel' [04:06, 02:25](1568 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [05:09, 02:28](1562 MB) +PASS -- TEST 'control_c48_intel' [08:08, 06:12](1618 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [06:45, 05:15](732 MB) +PASS -- TEST 'control_c192_intel' [11:43, 08:42](1687 MB) +PASS -- TEST 'control_c384_intel' [14:56, 08:42](2004 MB) +PASS -- TEST 'control_c384gdas_intel' [15:40, 07:01](1199 MB) +PASS -- TEST 'control_stochy_intel' [02:39, 01:24](626 MB) +PASS -- TEST 'control_stochy_restart_intel' [02:49, 00:59](437 MB) +PASS -- TEST 'control_lndp_intel' [03:28, 01:21](625 MB) +PASS -- TEST 'control_iovr4_intel' [03:42, 02:03](622 MB) +PASS -- TEST 'control_iovr5_intel' [03:42, 02:03](620 MB) +PASS -- TEST 'control_p8_intel' [05:24, 03:09](1871 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [05:41, 03:07](1864 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [05:52, 03:03](1871 MB) +PASS -- TEST 'control_restart_p8_intel' [03:13, 01:33](1015 MB) +PASS -- TEST 'control_noqr_p8_intel' [05:44, 03:00](1858 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [03:14, 01:36](1019 MB) +PASS -- TEST 'control_decomp_p8_intel' [05:41, 03:12](1864 MB) +PASS -- TEST 'control_2threads_p8_intel' [05:40, 03:03](1948 MB) +PASS -- TEST 'control_p8_lndp_intel' [06:29, 04:39](1863 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [05:41, 03:38](1925 MB) +PASS -- TEST 'control_p8_mynn_intel' [05:48, 03:06](1867 MB) +PASS -- TEST 'merra2_thompson_intel' [05:50, 03:17](1869 MB) +PASS -- TEST 'regional_control_intel' [07:13, 04:50](871 MB) +PASS -- TEST 'regional_restart_intel' [04:47, 02:49](877 MB) +PASS -- TEST 'regional_decomp_intel' [07:11, 04:56](874 MB) +PASS -- TEST 'regional_noquilt_intel' [05:59, 04:35](1196 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [06:55, 04:49](864 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [05:52, 04:45](873 MB) +PASS -- TEST 'regional_wofs_intel' [06:48, 05:35](1606 MB) + +PASS -- COMPILE 'rrfs_intel' [14:15, 13:13] ( 8 warnings 9 remarks ) +PASS -- TEST 'rap_control_intel' [08:22, 06:05](1009 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [07:30, 03:50](1185 MB) +PASS -- TEST 'rap_decomp_intel' [08:21, 06:21](1005 MB) +PASS -- TEST 'rap_2threads_intel' [08:21, 05:37](1099 MB) +PASS -- TEST 'rap_restart_intel' [05:14, 03:10](881 MB) +PASS -- TEST 'rap_sfcdiff_intel' [08:26, 06:05](1004 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [08:34, 06:21](1004 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [06:08, 04:33](879 MB) +PASS -- TEST 'hrrr_control_intel' [05:14, 03:11](1004 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [05:14, 03:17](1003 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [05:14, 02:47](1089 MB) +PASS -- TEST 'hrrr_control_restart_intel' [03:32, 01:43](837 MB) +PASS -- TEST 'rrfs_v1beta_intel' [08:25, 06:00](999 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [09:04, 07:25](1960 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [09:01, 07:11](1949 MB) + +PASS -- COMPILE 'csawmg_intel' [12:16, 11:11] ( 5 warnings ) +PASS -- TEST 'control_csawmg_intel' [09:06, 06:30](967 MB) +PASS -- TEST 'control_ras_intel' [04:41, 02:53](660 MB) + +PASS -- COMPILE 'wam_intel' [12:14, 10:52] ( 5 warnings 1 remarks ) +PASS -- TEST 'control_wam_intel' [12:02, 09:54](1663 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [18:19, 17:05] ( 5 warnings 1 remarks ) +PASS -- TEST 'control_p8_faster_intel' [04:33, 02:34](1869 MB) +PASS -- TEST 'regional_control_faster_intel' [06:00, 04:30](878 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [14:14, 12:32] ( 889 warnings 9 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [03:56, 02:28](1590 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [03:59, 02:28](1597 MB) +PASS -- TEST 'control_stochy_debug_intel' [04:33, 02:50](798 MB) +PASS -- TEST 'control_lndp_debug_intel' [03:34, 02:34](799 MB) +PASS -- TEST 'control_csawmg_debug_intel' [05:57, 04:34](1110 MB) +PASS -- TEST 'control_ras_debug_intel' [03:26, 02:35](801 MB) +PASS -- TEST 'control_diag_debug_intel' [04:43, 02:33](1656 MB) +PASS -- TEST 'control_debug_p8_intel' [04:53, 03:08](1894 MB) +PASS -- TEST 'regional_debug_intel' [17:54, 16:18](926 MB) +PASS -- TEST 'rap_control_debug_intel' [06:29, 04:39](1182 MB) +PASS -- TEST 'hrrr_control_debug_intel' [05:27, 04:31](1175 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [05:35, 04:36](1179 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [05:33, 04:43](1181 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [06:28, 04:43](1183 MB) +PASS -- TEST 'rap_diag_debug_intel' [07:43, 04:52](1263 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [05:34, 04:46](1181 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [06:36, 04:52](1180 MB) +PASS -- TEST 'rap_lndp_debug_intel' [05:36, 04:38](1177 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [05:40, 04:39](1178 MB) +PASS -- TEST 'rap_noah_debug_intel' [05:33, 04:31](1177 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [05:37, 04:36](1180 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [08:36, 07:28](1178 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [05:29, 04:33](1172 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [07:31, 05:49](1181 MB) +PASS -- TEST 'rap_flake_debug_intel' [06:31, 04:39](1181 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [10:09, 07:53](1183 MB) + +PASS -- COMPILE 'wam_debug_intel' [08:12, 06:41] ( 844 warnings 1 remarks ) +PASS -- TEST 'control_wam_debug_intel' [14:06, 12:12](1691 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [12:15, 11:03] ( 8 warnings 8 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [07:20, 03:28](1058 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [06:57, 05:05](882 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [04:13, 02:45](877 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [07:07, 04:45](943 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [03:53, 02:24](936 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [04:50, 02:55](877 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [05:58, 03:50](795 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [02:36, 01:31](774 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [14:22, 12:55] ( 8 warnings 8 remarks ) +PASS -- TEST 'conus13km_control_intel' [04:27, 01:49](1083 MB) +PASS -- TEST 'conus13km_2threads_intel' [03:20, 00:54](1079 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [03:17, 01:07](974 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [11:19, 10:46] ( 8 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [05:02, 03:34](915 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [07:19, 06:40] ( 792 warnings 8 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [05:36, 04:29](1061 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [05:31, 04:28](1059 MB) +PASS -- TEST 'conus13km_debug_intel' [15:38, 13:16](1140 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [16:01, 13:26](827 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [10:20, 07:44](1142 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [15:51, 13:26](1207 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [08:13, 06:50] ( 792 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [05:32, 04:31](1080 MB) + +PASS -- COMPILE 'hafsw_intel' [19:23, 18:01] ( 6 warnings 9 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [06:33, 04:24](715 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [06:44, 04:57](1068 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [08:57, 06:20](777 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [12:50, 10:47](795 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [15:16, 12:03](812 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [07:03, 04:43](479 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [08:37, 05:46](493 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [03:56, 02:15](393 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [10:15, 06:09](462 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [05:03, 03:18](517 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [05:29, 03:02](513 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [06:29, 03:53](586 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [02:29, 01:12](430 MB) +PASS -- TEST 'gnv1_nested_intel' [07:07, 04:02](1720 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [09:13, 08:22] ( 1472 warnings 1481 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [14:07, 12:08](617 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [27:30, 26:37] ( 5 warnings 8 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [09:39, 07:09](631 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [09:37, 07:15](684 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [20:20, 18:59] ( 5 warnings 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [07:27, 05:21](680 MB) + +PASS -- COMPILE 'hafs_all_intel' [16:20, 15:22] ( 5 warnings 8 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [07:26, 05:31](748 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [07:41, 05:38](738 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [18:30, 16:14](894 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [09:20, 08:29] ( 5 warnings 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [03:46, 02:30](763 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [02:47, 01:30](751 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [03:41, 02:22](642 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [03:44, 02:25](645 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [03:38, 02:24](644 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [04:28, 02:28](751 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [04:34, 02:34](751 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [03:34, 02:20](643 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [10:34, 05:39](699 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [10:27, 05:37](674 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [03:29, 02:27](764 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [05:44, 03:51](2021 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [06:10, 03:51](2018 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [07:19, 06:00] ( 7 warnings 2 remarks ) +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [06:37, 05:09](734 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [09:19, 08:09] ( 5 warnings 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [03:40, 02:27](764 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [04:17, 02:55] ( 1 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [02:42, 01:03](312 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [02:32, 00:59](451 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [02:40, 00:54](450 MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [14:23, 13:05] ( 5 warnings 3 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [07:03, 04:06](1916 MB) + +PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [13:18, 12:11] ( 5 warnings 1 remarks ) +PASS -- TEST 'atm_ds2s_docn_dice_intel' [06:46, 03:52](1899 MB) + +PASS -- COMPILE 'atml_intel' [16:13, 15:01] ( 13 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [10:03, 07:10](1888 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [10:04, 07:24](1888 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [04:53, 03:44](1037 MB) + +PASS -- COMPILE 'atml_debug_intel' [10:18, 09:50] ( 887 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [08:56, 06:37](1921 MB) + +PASS -- COMPILE 'atmw_intel' [14:21, 13:27] ( 5 warnings 8 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [04:38, 02:25](1888 MB) + +PASS -- COMPILE 'atmaero_intel' [13:22, 12:00] ( 5 warnings 1 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [06:58, 04:23](3123 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [07:05, 04:20](2999 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [06:28, 04:25](3009 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [08:14, 07:07] ( 889 warnings 6 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [25:50, 21:53](4530 MB) SYNOPSIS: -Starting Date/Time: 20240424 06:22:13 -Ending Date/Time: 20240424 07:49:24 -Total Time: 01h:27m:53s -Compiles Completed: 37/37 -Tests Completed: 171/172 -Failed Tests: -* TEST rap_cires_ugwp_debug_intel: FAILED: RUN DID NOT COMPLETE --- LOG: /glade/work/zshrader/rt-2241/tests/logs/log_derecho/run_rap_cires_ugwp_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 DERECHO REGRESSION TESTING LOG==== -====START OF DERECHO REGRESSION TESTING LOG==== - -UFSWM hash used in testing: -fe4bb76565de0a5f3261b276fa392d65cb046e96 - -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) - c9e4679f449e30bb4cc0f22164b4401a8b50f7a6 CICE-interface/CICE (CICE6.0.0-447-gc9e4679) - f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) - 4e19850cb083bc474b7cde5dc2f8506ec74cc442 CMEPS-interface/CMEPS (cmeps_v0.4.1-2306-g4e19850) - cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - da95cc428d8b626e99250fd57a4279b4980044f8 FV3 (heads/develop) - 97114888f529c2df70ed4a350fd2428df74839ff FV3/atmos_cubed_sphere (201912_public_release-389-g9711488) - 011db4f80a02cba6d65958ace56e8efb197be62b FV3/ccpp/framework (ccpp_transition_to_vlab_master_20190705-704-g011db4f) - 9b0ac7b16a45afe5e7f1abf9571d3484158a5b43 FV3/ccpp/physics (EP4-741-g9b0ac7b1) - 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) - 5faac752d9550d3570705358fa1eb3f5ac78a786 FV3/upp (upp_v10.2.0-185-g5faac75) --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) - 6d0150d6c212c7052e73aa8ab76418d5b28fb780 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10045-g6d0150d6c) - 9423197f894112edfcb1502245f7d7b873d551f9 MOM6-interface/MOM6/pkg/CVMix-src (9423197) - 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) - 6a51f0295bc1a877475b527157a33aa86eb532fe NOAHMP-interface/noahmp (v3.7.1-426-g6a51f02) - d9b3172f4197c65d471662c6952a668152d71230 WW3 (6.07.1-345-gd9b3172f) - 31e4e3e57bad8a7cdaa0ce2d3c4efbca63b5f74a stochastic_physics (ufs-v2.0.0-216-g31e4e3e) - - -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-20240419 -COMPARISON DIRECTORY: /glade/derecho/scratch/zshrader/FV3_RT/rt_96038 - -RT.SH OPTIONS USED: -* (-a) - HPC PROJECT ACCOUNT: nral0032 -* (-l) - USE CONFIG FILE: rt.conf - -PASS -- COMPILE 'atm_debug_dyn32_intel' [09:12, 08:38] -PASS -- TEST 'rap_cires_ugwp_debug_intel' [05:33, 04:42](1183 MB) - -SYNOPSIS: -Starting Date/Time: 20240424 08:20:30 -Ending Date/Time: 20240424 08:35:15 -Total Time: 00h:14m:49s -Compiles Completed: 1/1 -Tests Completed: 1/1 +Starting Date/Time: 20240628 06:32:21 +Ending Date/Time: 20240628 08:08:34 +Total Time: 01h:37m:19s +Compiles Completed: 41/41 +Tests Completed: 183/183 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 old mode 100755 new mode 100644 index fd4adb3416..0114b9759d --- 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: -7639d7a8818635cfa1836d63c56d424d895adb6d +552f487a2333cfd64aa1fcbdebc380f9158b9e52 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) - c9e4679f449e30bb4cc0f22164b4401a8b50f7a6 CICE-interface/CICE (CICE6.0.0-447-gc9e4679) + fbdf6843d6bde852d97f1547591d90136103f669 CDEPS-interface/CDEPS (cdeps0.4.17-41-gfbdf684) + 9452de8c3cb43fb2628f0722e6a51f79429d2160 CICE-interface/CICE (CICE6.0.0-450-g9452de8) f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) - 4e19850cb083bc474b7cde5dc2f8506ec74cc442 CMEPS-interface/CMEPS (cmeps_v0.4.1-2306-g4e19850) + 2d837b16af326b09ff4018daab4de84f4deff7ec CMEPS-interface/CMEPS (cmeps_v0.4.1-2307-g2d837b1) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - da95cc428d8b626e99250fd57a4279b4980044f8 FV3 (heads/develop) - 97114888f529c2df70ed4a350fd2428df74839ff FV3/atmos_cubed_sphere (201912_public_release-389-g9711488) - 011db4f80a02cba6d65958ace56e8efb197be62b FV3/ccpp/framework (ccpp_transition_to_vlab_master_20190705-704-g011db4f) - 9b0ac7b16a45afe5e7f1abf9571d3484158a5b43 FV3/ccpp/physics (EP4-741-g9b0ac7b1) + 81950993462af14cd53a3b5d7280014fc60d7abf FV3 (remotes/origin/cherry_pick_omga) + 57ca82d862410971889f0f0badad5a8fca89b280 FV3/atmos_cubed_sphere (remotes/origin/cherry_pick_omga) + 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) - 5faac752d9550d3570705358fa1eb3f5ac78a786 FV3/upp (upp_v10.2.0-185-g5faac75) + be0410ece28f2b5b9c089f8ca09ce0c80c79fe6c FV3/upp (upp_v10.2.0-191-gbe0410ec) -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) - 6d0150d6c212c7052e73aa8ab76418d5b28fb780 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10045-g6d0150d6c) + 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) - 6a51f0295bc1a877475b527157a33aa86eb532fe NOAHMP-interface/noahmp (v3.7.1-426-g6a51f02) + ec38ea3d902644cd4519d5fe060316859ccdc108 NOAHMP-interface/noahmp (v3.7.1-434-gec38ea3) d9b3172f4197c65d471662c6952a668152d71230 WW3 (6.07.1-345-gd9b3172f) - 31e4e3e57bad8a7cdaa0ce2d3c4efbca63b5f74a stochastic_physics (ufs-v2.0.0-216-g31e4e3e) + fad2fe9f42f6b7f744b128b4a2a9433f91e4296f stochastic_physics (ufs-v2.0.0-219-gfad2fe9) NOTES: @@ -35,273 +35,352 @@ 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-20240419 -COMPARISON DIRECTORY: /gpfs/f5/epic/scratch/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_155270 +BASELINE DIRECTORY: /gpfs/f5/epic/world-shared/UFS-WM_RT/NEMSfv3gfs/develop-20240614 +COMPARISON DIRECTORY: /gpfs/f5/epic/scratch/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_64571 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: epic * (-l) - USE CONFIG FILE: rt.conf * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [21:12, 20:57] -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [13:01, 07:26](3070 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [25:16, 25:05] -PASS -- TEST 'cpld_control_gfsv17_intel' [17:43, 13:45](1687 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [19:19, 14:45](1808 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [11:28, 07:11](944 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [18:22, 15:22](1669 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [14:12, 13:49] -PASS -- TEST 'cpld_debug_gfsv17_intel' [30:10, 24:28](1706 MB) - -PASS -- COMPILE 's2swa_intel' [08:20, 07:49] -PASS -- TEST 'cpld_control_p8_intel' [14:09, 08:24](3097 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [15:48, 08:27](3097 MB) -PASS -- TEST 'cpld_restart_p8_intel' [11:18, 05:14](3153 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [13:56, 08:45](3121 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [11:18, 05:44](3174 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [12:44, 07:07](3410 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [33:57, 08:19](3095 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [11:47, 07:27](3019 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [15:00, 08:19](3098 MB) -PASS -- TEST 'cpld_control_c192_p8_intel' [24:12, 10:42](3264 MB) -PASS -- TEST 'cpld_restart_c192_p8_intel' [22:41, 07:26](3601 MB) -PASS -- TEST 'cpld_bmark_p8_intel' [45:00, 13:46](4038 MB) -PASS -- TEST 'cpld_restart_bmark_p8_intel' [41:40, 09:26](4346 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [13:24, 07:52](3065 MB) - -PASS -- COMPILE 's2sw_intel' [20:16, 19:28] -PASS -- TEST 'cpld_control_noaero_p8_intel' [08:41, 05:01](1686 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [11:28, 05:29](1729 MB) - -PASS -- COMPILE 's2swa_debug_intel' [14:12, 13:24] -PASS -- TEST 'cpld_debug_p8_intel' [17:56, 10:09](3129 MB) - -PASS -- COMPILE 's2sw_debug_intel' [14:12, 13:28] -PASS -- TEST 'cpld_debug_noaero_p8_intel' [11:29, 05:58](1699 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [18:13, 17:17] -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [11:14, 05:34](1727 MB) - -PASS -- COMPILE 's2s_intel' [18:13, 17:15] -PASS -- TEST 'cpld_control_c48_intel' [09:11, 06:56](2664 MB) - -PASS -- COMPILE 's2swa_faster_intel' [23:12, 23:04] -PASS -- TEST 'cpld_control_p8_faster_intel' [14:58, 08:16](3100 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [26:14, 25:21] -PASS -- TEST 'cpld_control_pdlib_p8_intel' [20:57, 15:36](1700 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [15:21, 08:10](999 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [23:56, 17:34](1681 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [14:12, 13:59] -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [30:51, 26:32](1718 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [15:14, 15:00] -PASS -- TEST 'control_flake_intel' [05:20, 03:48](675 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [06:14, 03:11](1567 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [06:25, 03:07](1580 MB) -PASS -- TEST 'control_latlon_intel' [05:03, 03:03](1570 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [06:06, 03:08](1568 MB) -PASS -- TEST 'control_c48_intel' [09:35, 06:40](1604 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [07:45, 05:40](724 MB) -PASS -- TEST 'control_c192_intel' [13:00, 10:02](1682 MB) -PASS -- TEST 'control_c384_intel' [23:55, 18:02](1984 MB) -PASS -- TEST 'control_c384gdas_intel' [28:28, 14:13](1185 MB) -PASS -- TEST 'control_stochy_intel' [03:20, 01:57](626 MB) -PASS -- TEST 'control_stochy_restart_intel' [02:48, 01:40](431 MB) -PASS -- TEST 'control_lndp_intel' [03:20, 01:52](628 MB) -PASS -- TEST 'control_iovr4_intel' [04:33, 02:38](623 MB) -PASS -- TEST 'control_iovr5_intel' [04:33, 02:38](622 MB) -PASS -- TEST 'control_p8_intel' [06:51, 03:24](1605 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [07:31, 03:34](1607 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [08:04, 03:25](1609 MB) -PASS -- TEST 'control_restart_p8_intel' [04:31, 01:52](789 MB) -PASS -- TEST 'control_noqr_p8_intel' [06:51, 03:34](1596 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [04:31, 01:47](792 MB) -PASS -- TEST 'control_decomp_p8_intel' [06:51, 03:29](1594 MB) -PASS -- TEST 'control_2threads_p8_intel' [06:39, 02:49](1687 MB) -PASS -- TEST 'control_p8_lndp_intel' [08:25, 05:27](1606 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [09:07, 04:19](1657 MB) -PASS -- TEST 'control_p8_mynn_intel' [09:19, 03:41](1615 MB) -PASS -- TEST 'merra2_thompson_intel' [08:01, 04:01](1604 MB) -PASS -- TEST 'regional_control_intel' [07:40, 05:02](615 MB) -PASS -- TEST 'regional_restart_intel' [04:26, 02:40](789 MB) -PASS -- TEST 'regional_decomp_intel' [07:14, 05:06](615 MB) -PASS -- TEST 'regional_2threads_intel' [05:27, 02:55](756 MB) -PASS -- TEST 'regional_noquilt_intel' [07:09, 04:41](1155 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [07:02, 04:45](615 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [06:29, 04:44](615 MB) -PASS -- TEST 'regional_wofs_intel' [09:36, 06:23](1591 MB) - -PASS -- COMPILE 'rrfs_intel' [14:17, 14:07] -PASS -- TEST 'rap_control_intel' [09:22, 06:57](1010 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [12:25, 04:25](1187 MB) -PASS -- TEST 'rap_decomp_intel' [09:39, 07:08](1009 MB) -PASS -- TEST 'rap_2threads_intel' [08:56, 06:13](1097 MB) -PASS -- TEST 'rap_restart_intel' [06:15, 03:59](880 MB) -PASS -- TEST 'rap_sfcdiff_intel' [10:14, 06:49](1007 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [09:41, 07:11](1005 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [07:08, 04:52](880 MB) -PASS -- TEST 'hrrr_control_intel' [06:34, 03:53](1005 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [06:48, 04:20](1006 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [05:54, 03:13](1087 MB) -PASS -- TEST 'hrrr_control_restart_intel' [02:45, 01:58](838 MB) -PASS -- TEST 'rrfs_v1beta_intel' [10:06, 07:05](1003 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [09:04, 08:02](1967 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [09:57, 08:18](1952 MB) - -PASS -- COMPILE 'csawmg_intel' [14:17, 13:44] -PASS -- TEST 'control_csawmg_intel' [08:35, 06:51](695 MB) -PASS -- TEST 'control_ras_intel' [04:50, 03:31](657 MB) - -PASS -- COMPILE 'wam_intel' [14:13, 13:56] -PASS -- TEST 'control_wam_intel' [03:39, 02:19](369 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [17:12, 17:00] -PASS -- TEST 'control_p8_faster_intel' [06:45, 03:19](1607 MB) -PASS -- TEST 'regional_control_faster_intel' [06:22, 04:38](614 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [17:12, 17:04] -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [05:29, 03:07](1586 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [04:23, 02:56](1589 MB) -PASS -- TEST 'control_stochy_debug_intel' [04:54, 03:11](784 MB) -PASS -- TEST 'control_lndp_debug_intel' [03:50, 02:55](788 MB) -PASS -- TEST 'control_csawmg_debug_intel' [06:22, 04:32](824 MB) -PASS -- TEST 'control_ras_debug_intel' [03:51, 02:53](793 MB) -PASS -- TEST 'control_diag_debug_intel' [04:49, 03:05](1640 MB) -PASS -- TEST 'control_debug_p8_intel' [05:19, 03:18](1618 MB) -PASS -- TEST 'regional_debug_intel' [18:22, 16:20](632 MB) -PASS -- TEST 'rap_control_debug_intel' [06:46, 05:09](1166 MB) -PASS -- TEST 'hrrr_control_debug_intel' [05:42, 05:03](1164 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [05:53, 05:00](1166 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [06:52, 05:17](1166 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [06:35, 05:19](1166 MB) -PASS -- TEST 'rap_diag_debug_intel' [07:58, 05:11](1251 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [05:44, 05:06](1166 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [06:33, 05:13](1167 MB) -PASS -- TEST 'rap_lndp_debug_intel' [06:50, 05:14](1168 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [06:43, 05:09](1166 MB) -PASS -- TEST 'rap_noah_debug_intel' [05:47, 05:00](1167 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [06:54, 05:20](1164 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [09:55, 08:08](1166 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [06:49, 05:14](1163 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [06:53, 05:56](1168 MB) -PASS -- TEST 'rap_flake_debug_intel' [05:59, 05:04](1166 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [12:42, 08:28](1169 MB) - -PASS -- COMPILE 'wam_debug_intel' [15:17, 14:40] -PASS -- TEST 'control_wam_debug_intel' [09:47, 05:16](396 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [14:12, 13:22] -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [21:06, 03:47](1053 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [12:34, 05:56](888 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [09:52, 03:24](884 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [11:29, 05:21](950 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [08:10, 02:48](937 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [12:53, 03:40](886 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [09:33, 04:21](782 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [07:56, 02:07](764 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [21:13, 20:51] -PASS -- TEST 'conus13km_control_intel' [16:09, 02:09](1094 MB) -PASS -- TEST 'conus13km_2threads_intel' [05:02, 01:13](1074 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [03:21, 01:49](974 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [14:13, 13:37] -PASS -- TEST 'rap_control_dyn64_phy32_intel' [14:30, 04:40](904 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [11:12, 10:41] -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [13:53, 05:11](1048 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [14:57, 05:00](1048 MB) -PASS -- TEST 'conus13km_debug_intel' [25:53, 14:08](1129 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [25:43, 14:19](805 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [19:40, 08:24](1108 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [26:35, 14:27](1195 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [35:18, 34:50] -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [06:59, 05:07](1067 MB) - -PASS -- COMPILE 'hafsw_intel' [18:15, 17:13] -PASS -- TEST 'hafs_regional_atm_intel' [15:40, 05:21](706 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [13:44, 04:48](1059 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [17:58, 07:39](751 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [22:06, 11:30](785 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [24:16, 12:51](802 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [16:00, 05:21](478 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [16:37, 06:49](500 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [12:40, 03:02](372 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [20:39, 08:15](444 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [10:59, 03:44](510 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [12:06, 03:47](510 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [10:39, 04:51](574 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [05:07, 01:46](402 MB) -PASS -- TEST 'gnv1_nested_intel' [09:11, 04:19](766 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [12:16, 11:48] -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [24:32, 13:03](584 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [20:12, 19:57] -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [11:12, 07:51](618 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [11:15, 07:59](788 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [55:18, 54:16] -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [10:48, 06:01](787 MB) - -PASS -- COMPILE 'hafs_all_intel' [17:12, 16:22] -PASS -- TEST 'hafs_regional_docn_intel' [08:47, 06:08](745 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [09:33, 06:14](730 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [29:12, 20:07](893 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [13:11, 12:29] -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [03:50, 02:37](758 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [02:38, 01:39](734 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [03:36, 02:38](639 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [03:53, 02:37](639 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [03:39, 02:28](639 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [03:47, 02:39](757 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [03:45, 02:34](758 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [03:42, 02:26](639 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [13:46, 08:18](692 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [13:35, 08:17](676 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [03:29, 02:44](756 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [05:44, 04:46](2012 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [05:55, 04:46](2011 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [09:10, 08:26] -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [07:50, 05:40](729 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [13:14, 12:40] -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [03:37, 02:46](758 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [05:14, 04:59] -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [06:27, 02:59](310 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [05:26, 02:24](456 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [04:22, 01:23](456 MB) - -PASS -- COMPILE 'atml_intel' [38:14, 37:39] -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [12:44, 07:32](1633 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [12:44, 07:37](1633 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [07:44, 04:24](837 MB) - -PASS -- COMPILE 'atmw_intel' [16:13, 15:59] -PASS -- TEST 'atmwav_control_noaero_p8_intel' [06:21, 02:21](1648 MB) - -PASS -- COMPILE 'atmaero_intel' [16:16, 15:16] -PASS -- TEST 'atmaero_control_p8_intel' [11:03, 06:33](2946 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [11:03, 06:50](3013 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [10:55, 06:49](3019 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [12:11, 11:13] -PASS -- TEST 'regional_atmaq_debug_intel' [29:03, 18:39](4495 MB) +PASS -- COMPILE 's2swa_32bit_intel' [20:15, 19:19] ( 1 warnings 10 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [10:47, 07:10](3198 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [25:14, 24:44] ( 1 warnings 10 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [15:53, 13:30](1925 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [15:44, 14:04](1929 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [08:39, 06:39](1078 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [16:43, 14:49](1896 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [24:12, 23:26] ( 1 warnings 10 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [14:45, 13:21](1913 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [19:12, 18:25] ( 1525 warnings 2000 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [27:13, 24:10](1935 MB) + +PASS -- COMPILE 's2swa_intel' [19:12, 18:20] ( 10 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [11:14, 08:06](3224 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [10:28, 07:59](3222 MB) +PASS -- TEST 'cpld_restart_p8_intel' [08:24, 05:15](3156 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [10:29, 07:57](3243 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [08:29, 05:31](3177 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [09:15, 06:44](3455 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [10:21, 08:03](3220 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [09:15, 06:59](3167 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [10:43, 08:03](3223 MB) +PASS -- TEST 'cpld_control_c192_p8_intel' [14:24, 10:40](3439 MB) +PASS -- TEST 'cpld_restart_c192_p8_intel' [10:53, 07:25](3603 MB) +PASS -- TEST 'cpld_bmark_p8_intel' [20:28, 13:02](4190 MB) +PASS -- TEST 'cpld_restart_bmark_p8_intel' [15:20, 09:17](4342 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [10:19, 07:49](3205 MB) + +PASS -- COMPILE 's2sw_intel' [22:12, 21:45] ( 10 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [07:48, 05:12](1933 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [07:52, 05:24](1995 MB) + +PASS -- COMPILE 's2swa_debug_intel' [19:12, 18:17] ( 1450 warnings 1230 remarks ) +PASS -- TEST 'cpld_debug_p8_intel' [12:17, 09:56](3265 MB) + +PASS -- COMPILE 's2sw_debug_intel' [18:13, 17:32] ( 1450 warnings 1230 remarks ) +PASS -- TEST 'cpld_debug_noaero_p8_intel' [07:27, 06:05](1944 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [18:13, 18:03] ( 3 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [07:44, 05:16](1991 MB) + +PASS -- COMPILE 's2s_intel' [16:15, 15:49] ( 3 remarks ) +PASS -- TEST 'cpld_control_c48_intel' [08:25, 07:01](2910 MB) +PASS -- TEST 'cpld_warmstart_c48_intel' [04:36, 02:08](2912 MB) +PASS -- TEST 'cpld_restart_c48_intel' [03:20, 01:12](2310 MB) + +PASS -- COMPILE 's2swa_faster_intel' [26:12, 25:42] ( 10 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [10:41, 08:08](3224 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [26:12, 25:52] ( 10 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [16:39, 14:53](1930 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [09:34, 07:52](1104 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [19:34, 17:07](1909 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [17:12, 16:33] ( 1560 warnings 2000 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [28:40, 26:57](1946 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [15:11, 14:44] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_flake_intel' [04:39, 03:45](666 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [05:23, 03:29](1570 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [05:17, 03:33](1570 MB) +PASS -- TEST 'control_latlon_intel' [05:08, 03:21](1573 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [05:18, 03:35](1572 MB) +PASS -- TEST 'control_c48_intel' [08:24, 06:38](1595 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [07:12, 05:44](719 MB) +PASS -- TEST 'control_c192_intel' [12:19, 10:01](1682 MB) +PASS -- TEST 'control_c384_intel' [20:19, 18:16](1979 MB) +PASS -- TEST 'control_c384gdas_intel' [17:17, 14:15](1178 MB) +PASS -- TEST 'control_stochy_intel' [02:26, 01:54](624 MB) +PASS -- TEST 'control_stochy_restart_intel' [01:39, 01:02](426 MB) +PASS -- TEST 'control_lndp_intel' [02:34, 01:48](622 MB) +PASS -- TEST 'control_iovr4_intel' [03:28, 02:38](620 MB) +PASS -- TEST 'control_iovr5_intel' [03:35, 02:40](619 MB) +PASS -- TEST 'control_p8_intel' [05:11, 03:22](1860 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [05:38, 03:26](1860 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [05:28, 03:17](1865 MB) +PASS -- TEST 'control_restart_p8_intel' [03:11, 01:51](1014 MB) +PASS -- TEST 'control_noqr_p8_intel' [05:21, 03:22](1859 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [04:15, 02:11](1016 MB) +PASS -- TEST 'control_decomp_p8_intel' [05:13, 03:28](1861 MB) +PASS -- TEST 'control_2threads_p8_intel' [04:19, 02:47](1951 MB) +PASS -- TEST 'control_p8_lndp_intel' [06:53, 05:34](1860 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [06:19, 04:30](1918 MB) +PASS -- TEST 'control_p8_mynn_intel' [05:17, 03:26](1868 MB) +PASS -- TEST 'merra2_thompson_intel' [05:09, 03:42](1865 MB) +PASS -- TEST 'regional_control_intel' [05:45, 04:43](842 MB) +PASS -- TEST 'regional_restart_intel' [03:39, 02:58](860 MB) +PASS -- TEST 'regional_decomp_intel' [06:41, 05:16](860 MB) +PASS -- TEST 'regional_2threads_intel' [03:41, 03:05](999 MB) +PASS -- TEST 'regional_noquilt_intel' [05:48, 04:46](1179 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [05:50, 04:49](856 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [05:44, 04:57](858 MB) +PASS -- TEST 'regional_wofs_intel' [07:44, 06:09](1588 MB) + +PASS -- COMPILE 'rrfs_intel' [13:11, 13:07] ( 3 warnings 9 remarks ) +PASS -- TEST 'rap_control_intel' [09:32, 06:48](1010 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [06:17, 04:01](1183 MB) +PASS -- TEST 'rap_decomp_intel' [10:14, 07:01](1007 MB) +PASS -- TEST 'rap_2threads_intel' [09:32, 06:08](1100 MB) +PASS -- TEST 'rap_restart_intel' [05:13, 03:32](877 MB) +PASS -- TEST 'rap_sfcdiff_intel' [10:21, 06:52](1005 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [10:21, 07:12](1005 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [07:10, 05:13](878 MB) +PASS -- TEST 'hrrr_control_intel' [07:16, 04:08](1000 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [07:16, 04:07](1004 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [06:37, 03:05](1078 MB) +PASS -- TEST 'hrrr_control_restart_intel' [03:45, 02:20](834 MB) +PASS -- TEST 'rrfs_v1beta_intel' [09:32, 06:41](1001 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [10:52, 08:05](1963 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [08:51, 07:50](1948 MB) + +PASS -- COMPILE 'csawmg_intel' [13:11, 12:42] +PASS -- TEST 'control_csawmg_intel' [08:54, 06:40](963 MB) +PASS -- TEST 'control_ras_intel' [05:59, 03:28](657 MB) + +PASS -- COMPILE 'wam_intel' [17:15, 16:10] ( 1 remarks ) +PASS -- TEST 'control_wam_intel' [13:11, 11:41](1663 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [21:15, 20:23] ( 1 remarks ) +PASS -- TEST 'control_p8_faster_intel' [05:20, 03:19](1858 MB) +PASS -- TEST 'regional_control_faster_intel' [05:43, 04:33](857 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [13:16, 12:35] ( 884 warnings 9 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [04:58, 03:05](1574 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [03:54, 03:01](1576 MB) +PASS -- TEST 'control_stochy_debug_intel' [04:34, 03:09](786 MB) +PASS -- TEST 'control_lndp_debug_intel' [03:29, 02:49](784 MB) +PASS -- TEST 'control_csawmg_debug_intel' [05:43, 04:22](1092 MB) +PASS -- TEST 'control_ras_debug_intel' [03:28, 03:04](793 MB) +PASS -- TEST 'control_diag_debug_intel' [03:49, 03:02](1642 MB) +PASS -- TEST 'control_debug_p8_intel' [04:39, 03:19](1878 MB) +PASS -- TEST 'regional_debug_intel' [17:37, 16:19](885 MB) +PASS -- TEST 'rap_control_debug_intel' [05:34, 05:00](1168 MB) +PASS -- TEST 'hrrr_control_debug_intel' [05:26, 04:56](1161 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [05:34, 04:57](1164 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [05:33, 05:02](1164 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [06:33, 05:08](1167 MB) +PASS -- TEST 'rap_diag_debug_intel' [06:42, 05:27](1249 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [05:36, 05:03](1168 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [06:26, 05:11](1169 MB) +PASS -- TEST 'rap_lndp_debug_intel' [05:37, 05:05](1169 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [05:28, 05:01](1167 MB) +PASS -- TEST 'rap_noah_debug_intel' [05:33, 04:56](1164 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [06:27, 05:09](1165 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [08:30, 07:58](1164 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [05:36, 04:53](1159 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [06:26, 05:58](1172 MB) +PASS -- TEST 'rap_flake_debug_intel' [06:32, 05:15](1167 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [10:01, 08:31](1169 MB) + +PASS -- COMPILE 'wam_debug_intel' [12:16, 11:44] ( 839 warnings 1 remarks ) +PASS -- TEST 'control_wam_debug_intel' [14:58, 13:49](1675 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [13:11, 12:44] ( 3 warnings 8 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [05:09, 04:00](1052 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [07:09, 05:57](887 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [04:59, 03:23](885 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [07:05, 05:20](948 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [04:11, 02:47](940 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [05:01, 03:29](886 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [04:59, 04:06](785 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [02:40, 01:41](769 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [15:11, 14:46] ( 3 warnings 8 remarks ) +PASS -- TEST 'conus13km_control_intel' [04:08, 02:21](1093 MB) +PASS -- TEST 'conus13km_2threads_intel' [01:44, 01:04](1075 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [02:43, 01:24](977 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [14:12, 13:41] ( 3 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [06:11, 04:22](910 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [11:12, 11:09] ( 787 warnings 8 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [05:32, 04:56](1046 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [05:31, 04:59](1045 MB) +PASS -- TEST 'conus13km_debug_intel' [15:53, 14:12](1125 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [15:54, 14:35](804 MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'conus13km_debug_2threads_intel' [, ]( MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [15:44, 14:14](1197 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [11:17, 10:24] ( 787 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [05:32, 04:57](1071 MB) + +PASS -- COMPILE 'hafsw_intel' [19:19, 18:44] ( 1 warnings 9 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [07:27, 05:26](705 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [05:38, 04:40](1060 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [09:38, 07:38](754 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [13:16, 11:37](788 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [14:33, 12:57](802 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [07:26, 05:22](479 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [08:28, 06:47](496 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [04:31, 03:03](376 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [11:50, 08:01](436 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [04:51, 03:43](512 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [05:06, 03:35](512 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [06:12, 04:40](576 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [02:49, 01:42](403 MB) +PASS -- TEST 'gnv1_nested_intel' [09:16, 05:28](1716 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [13:21, 12:26] ( 1467 warnings 1502 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [14:24, 12:58](589 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [25:13, 24:57] ( 8 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [10:46, 07:42](607 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [10:41, 07:52](783 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [21:12, 20:45] ( 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [08:11, 06:08](783 MB) + +PASS -- COMPILE 'hafs_all_intel' [17:14, 16:39] ( 8 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [08:20, 06:13](743 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [08:19, 06:13](728 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [21:17, 20:04](892 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [17:12, 17:03] ( 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [03:25, 02:35](761 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [03:00, 01:34](734 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [03:25, 02:26](638 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [03:26, 02:32](639 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [03:24, 02:28](636 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [03:27, 02:33](760 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [03:27, 02:33](760 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [03:25, 02:26](642 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [06:59, 06:06](692 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [08:00, 06:09](671 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [03:43, 02:34](747 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [05:36, 04:34](2016 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [05:30, 04:38](2015 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [10:10, 09:48] ( 2 warnings 2 remarks ) +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [06:35, 05:32](742 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [16:17, 15:42] ( 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [03:33, 02:41](761 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [05:10, 04:49] ( 1 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [03:02, 01:57](308 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [02:54, 01:34](455 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [01:55, 01:01](455 MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [17:14, 16:54] ( 3 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [07:31, 05:16](1925 MB) + +PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [18:11, 18:07] ( 1 remarks ) +PASS -- TEST 'atm_ds2s_docn_dice_intel' [05:44, 03:59](1912 MB) + +PASS -- COMPILE 'atml_intel' [22:14, 21:32] ( 8 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [09:43, 07:09](1890 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [09:43, 07:27](1892 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [04:46, 04:03](1030 MB) + +PASS -- COMPILE 'atml_debug_intel' [16:12, 15:12] ( 882 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [08:25, 06:25](1916 MB) + +PASS -- COMPILE 'atmw_intel' [16:11, 15:36] ( 8 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [04:03, 02:22](1898 MB) + +PASS -- COMPILE 'atmaero_intel' [16:11, 15:29] ( 1 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [07:21, 05:58](3119 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [08:19, 06:41](3005 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [08:10, 06:38](3017 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [13:12, 12:12] ( 884 warnings 6 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [20:43, 18:09](4491 MB) SYNOPSIS: -Starting Date/Time: 20240423 15:27:48 -Ending Date/Time: 20240423 18:09:15 -Total Time: 02h:42m:47s -Compiles Completed: 37/37 -Tests Completed: 179/179 +Starting Date/Time: 20240628 09:52:05 +Ending Date/Time: 20240628 11:31:21 +Total Time: 01h:40m:32s +Compiles Completed: 41/41 +Tests Completed: 184/185 +Failed Tests: +* TEST conus13km_debug_2threads_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f5/epic/scratch/Zachary.Shrader/rt-2327/tests/logs/log_gaea/run_conus13km_debug_2threads_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 GAEA REGRESSION TESTING LOG==== +====START OF GAEA REGRESSION TESTING LOG==== + +UFSWM hash used in testing: +552f487a2333cfd64aa1fcbdebc380f9158b9e52 + +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) + 9452de8c3cb43fb2628f0722e6a51f79429d2160 CICE-interface/CICE (CICE6.0.0-450-g9452de8) + 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) + 81950993462af14cd53a3b5d7280014fc60d7abf FV3 (remotes/origin/cherry_pick_omga) + 57ca82d862410971889f0f0badad5a8fca89b280 FV3/atmos_cubed_sphere (remotes/origin/cherry_pick_omga) + 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-gbe0410ec) +-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: /gpfs/f5/epic/world-shared/UFS-WM_RT/NEMSfv3gfs/develop-20240614 +COMPARISON DIRECTORY: /gpfs/f5/epic/scratch/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_189085 + +RT.SH OPTIONS USED: +* (-a) - HPC PROJECT ACCOUNT: epic +* (-l) - USE CONFIG FILE: rt.conf + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [23:16, 22:29] ( 787 warnings 8 remarks ) +PASS -- TEST 'conus13km_debug_2threads_intel' [09:45, 08:25](1115 MB) + +SYNOPSIS: +Starting Date/Time: 20240628 14:40:53 +Ending Date/Time: 20240628 15:13:57 +Total Time: 00h:33m:36s +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_hera.log b/tests/logs/RegressionTests_hera.log index fac7b77819..95b52686db 100644 --- a/tests/logs/RegressionTests_hera.log +++ b/tests/logs/RegressionTests_hera.log @@ -1,21 +1,21 @@ ====START OF HERA REGRESSION TESTING LOG==== UFSWM hash used in testing: -bcc92327e9e244c4ca9db1707f4df177799426b2 +3e04c0d37a597ad74e5fe0ca22a19d8fcffef4c4 Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) - 3d7067a523b8557058755289e4275f5f5c985daf CDEPS-interface/CDEPS (cdeps0.4.17-40-g3d7067a) - c9e4679f449e30bb4cc0f22164b4401a8b50f7a6 CICE-interface/CICE (CICE6.0.0-447-gc9e4679) - 4e19850cb083bc474b7cde5dc2f8506ec74cc442 CMEPS-interface/CMEPS (cmeps_v0.4.1-2306-g4e19850) + fbdf6843d6bde852d97f1547591d90136103f669 CDEPS-interface/CDEPS (cdeps0.4.17-41-gfbdf684) + 9452de8c3cb43fb2628f0722e6a51f79429d2160 CICE-interface/CICE (CICE6.0.0-450-g9452de8) + 2d837b16af326b09ff4018daab4de84f4deff7ec CMEPS-interface/CMEPS (cmeps_v0.4.1-2307-g2d837b1) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - da95cc428d8b626e99250fd57a4279b4980044f8 FV3 (heads/develop) + 81950993462af14cd53a3b5d7280014fc60d7abf FV3 (remotes/origin/cherry_pick_omga) 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) - 35789c757766e07f688b4c0c7c5229816f224b09 HYCOM-interface/HYCOM (2.3.00-121-g35789c7) - 6d0150d6c212c7052e73aa8ab76418d5b28fb780 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10045-g6d0150d6c) - 6a51f0295bc1a877475b527157a33aa86eb532fe NOAHMP-interface/noahmp (v3.7.1-426-g6a51f02) + 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) - 31e4e3e57bad8a7cdaa0ce2d3c4efbca63b5f74a stochastic_physics (ufs-v2.0.0-216-g31e4e3e) + fad2fe9f42f6b7f744b128b4a2a9433f91e4296f stochastic_physics (ufs-v2.0.0-219-gfad2fe9) NOTES: @@ -24,365 +24,378 @@ 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-20240419 -COMPARISON DIRECTORY: /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_3337654 +BASELINE DIRECTORY: /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20240614 +COMPARISON DIRECTORY: /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_3037433 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: epic -* (-l) - USE CONFIG FILE: rt.conf * (-r) - USE ROCOTO -PASS -- COMPILE 's2swa_32bit_intel' [12:43, 12:43] -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [06:23, 05:34](3166 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [15:58, 15:58] -PASS -- TEST 'cpld_control_gfsv17_intel' [17:56, 17:09](1739 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [18:47, 17:50](2011 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [08:56, 08:04](1097 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [19:58, 19:17](1630 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [04:18, 04:18] -PASS -- TEST 'cpld_debug_gfsv17_intel' [23:43, 22:57](1691 MB) - -PASS -- COMPILE 's2swa_intel' [12:44, 12:44] -PASS -- TEST 'cpld_control_p8_intel' [06:45, 05:51](3196 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [06:40, 05:48](3208 MB) -PASS -- TEST 'cpld_restart_p8_intel' [04:29, 03:29](3257 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [06:51, 05:58](3241 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [04:44, 03:35](3243 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [06:16, 05:31](3560 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [06:40, 05:53](3192 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [05:32, 04:46](3053 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [06:37, 05:46](3189 MB) -PASS -- TEST 'cpld_control_c192_p8_intel' [11:56, 10:20](3317 MB) -PASS -- TEST 'cpld_restart_c192_p8_intel' [08:56, 06:33](3550 MB) -PASS -- TEST 'cpld_bmark_p8_intel' [15:13, 09:51](4144 MB) -PASS -- TEST 'cpld_restart_bmark_p8_intel' [13:44, 05:56](4342 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [06:27, 05:38](3150 MB) - -PASS -- COMPILE 's2sw_intel' [12:19, 12:19] -PASS -- TEST 'cpld_control_noaero_p8_intel' [05:51, 05:05](1735 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [05:30, 04:42](1767 MB) - -PASS -- COMPILE 's2swa_debug_intel' [04:19, 04:19] -PASS -- TEST 'cpld_debug_p8_intel' [09:49, 08:47](3218 MB) - -PASS -- COMPILE 's2sw_debug_intel' [03:59, 03:59] -PASS -- TEST 'cpld_debug_noaero_p8_intel' [06:38, 05:48](1765 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [11:36, 11:36] -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [05:27, 04:38](1755 MB) - -PASS -- COMPILE 's2s_intel' [11:15, 11:15] -PASS -- TEST 'cpld_control_c48_intel' [10:11, 09:40](2832 MB) - -PASS -- COMPILE 's2swa_faster_intel' [16:27, 16:27] -PASS -- TEST 'cpld_control_p8_faster_intel' [06:28, 05:33](3193 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [15:20, 15:20] -PASS -- TEST 'cpld_control_pdlib_p8_intel' [18:00, 17:11](1757 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [08:58, 08:01](1149 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [20:37, 19:49](1666 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [04:18, 04:18] -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [25:51, 25:05](1678 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [11:13, 11:13] -PASS -- TEST 'control_flake_intel' [03:33, 03:21](686 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [03:35, 02:53](1573 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [03:34, 02:58](1580 MB) -PASS -- TEST 'control_latlon_intel' [03:24, 02:56](1576 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [03:31, 02:57](1576 MB) -PASS -- TEST 'control_c48_intel' [08:16, 07:38](1744 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [06:44, 06:22](850 MB) -PASS -- TEST 'control_c192_intel' [11:19, 10:35](1712 MB) -PASS -- TEST 'control_c384_intel' [11:52, 10:30](1992 MB) -PASS -- TEST 'control_c384gdas_intel' [10:40, 08:11](1353 MB) -PASS -- TEST 'control_stochy_intel' [01:52, 01:37](643 MB) -PASS -- TEST 'control_stochy_restart_intel' [01:11, 00:58](483 MB) -PASS -- TEST 'control_lndp_intel' [01:47, 01:32](641 MB) -PASS -- TEST 'control_iovr4_intel' [02:42, 02:30](639 MB) -PASS -- TEST 'control_iovr5_intel' [02:38, 02:25](638 MB) -PASS -- TEST 'control_p8_intel' [03:40, 02:58](1609 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [03:41, 02:59](1603 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [03:31, 02:52](1611 MB) -PASS -- TEST 'control_restart_p8_intel' [02:11, 01:36](875 MB) -PASS -- TEST 'control_noqr_p8_intel' [03:34, 02:57](1584 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [02:15, 01:37](923 MB) -PASS -- TEST 'control_decomp_p8_intel' [03:39, 03:05](1578 MB) -PASS -- TEST 'control_2threads_p8_intel' [03:18, 02:44](1698 MB) -PASS -- TEST 'control_p8_lndp_intel' [05:46, 05:16](1595 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [04:36, 03:55](1678 MB) -PASS -- TEST 'control_p8_mynn_intel' [03:41, 02:58](1617 MB) -PASS -- TEST 'merra2_thompson_intel' [03:59, 03:17](1619 MB) -PASS -- TEST 'regional_control_intel' [05:39, 05:09](834 MB) -PASS -- TEST 'regional_restart_intel' [03:10, 02:45](1005 MB) -PASS -- TEST 'regional_decomp_intel' [05:58, 05:30](827 MB) -PASS -- TEST 'regional_2threads_intel' [03:44, 03:15](825 MB) -PASS -- TEST 'regional_noquilt_intel' [05:34, 05:09](1349 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [05:40, 05:13](837 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [05:37, 05:11](836 MB) -PASS -- TEST 'regional_wofs_intel' [07:07, 06:41](1897 MB) - -PASS -- COMPILE 'rrfs_intel' [10:35, 10:35] -PASS -- TEST 'rap_control_intel' [08:09, 07:41](1097 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [04:47, 04:05](1287 MB) -PASS -- TEST 'rap_decomp_intel' [08:29, 08:07](1023 MB) -PASS -- TEST 'rap_2threads_intel' [07:49, 07:26](1160 MB) -PASS -- TEST 'rap_restart_intel' [04:33, 04:01](1082 MB) -PASS -- TEST 'rap_sfcdiff_intel' [08:09, 07:43](1094 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [08:27, 08:06](1025 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [06:25, 05:56](1122 MB) -PASS -- TEST 'hrrr_control_intel' [04:18, 03:57](1039 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [04:26, 04:05](1031 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [04:04, 03:38](1103 MB) -PASS -- TEST 'hrrr_control_restart_intel' [02:29, 02:10](990 MB) -PASS -- TEST 'rrfs_v1beta_intel' [08:03, 07:35](1088 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [09:33, 09:19](1965 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [09:16, 09:02](2046 MB) - -PASS -- COMPILE 'csawmg_intel' [10:16, 10:16] -PASS -- TEST 'control_csawmg_intel' [06:31, 06:02](740 MB) -PASS -- TEST 'control_ras_intel' [03:25, 03:15](739 MB) - -PASS -- COMPILE 'csawmg_gnu' [03:34, 03:33] -PASS -- TEST 'control_csawmg_gnu' [08:53, 08:24](540 MB) - -PASS -- COMPILE 'wam_intel' [09:55, 09:55] -PASS -- TEST 'control_wam_intel' [02:12, 02:02](638 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [10:41, 10:41] -PASS -- TEST 'control_p8_faster_intel' [03:21, 02:39](1610 MB) -PASS -- TEST 'regional_control_faster_intel' [05:18, 04:47](829 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [04:47, 04:47] -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [03:20, 02:45](1570 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [03:15, 02:43](1577 MB) -PASS -- TEST 'control_stochy_debug_intel' [03:23, 03:13](780 MB) -PASS -- TEST 'control_lndp_debug_intel' [02:54, 02:43](783 MB) -PASS -- TEST 'control_csawmg_debug_intel' [04:38, 04:08](832 MB) -PASS -- TEST 'control_ras_debug_intel' [03:09, 02:57](790 MB) -PASS -- TEST 'control_diag_debug_intel' [03:23, 02:46](1635 MB) -PASS -- TEST 'control_debug_p8_intel' [03:32, 02:59](1605 MB) -PASS -- TEST 'regional_debug_intel' [17:47, 17:20](810 MB) -PASS -- TEST 'rap_control_debug_intel' [05:12, 04:58](1169 MB) -PASS -- TEST 'hrrr_control_debug_intel' [05:08, 04:54](1165 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [05:14, 04:59](1170 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [05:13, 04:59](1171 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [05:18, 05:01](1170 MB) -PASS -- TEST 'rap_diag_debug_intel' [05:44, 05:10](1253 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [05:16, 05:04](1174 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [05:32, 05:17](1182 MB) -PASS -- TEST 'rap_lndp_debug_intel' [05:37, 05:21](1171 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [05:15, 04:59](1186 MB) -PASS -- TEST 'rap_noah_debug_intel' [05:10, 04:56](1185 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [05:22, 05:08](1167 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [08:26, 08:11](1188 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [05:16, 05:00](1181 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [06:36, 06:25](1187 MB) -PASS -- TEST 'rap_flake_debug_intel' [05:18, 05:06](1190 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [08:46, 08:22](1171 MB) - -PASS -- COMPILE 'atm_debug_dyn32_gnu' [02:43, 02:43] -PASS -- TEST 'control_csawmg_debug_gnu' [02:36, 02:10](508 MB) - -PASS -- COMPILE 'wam_debug_intel' [03:16, 03:15] -PASS -- TEST 'control_wam_debug_intel' [05:11, 04:59](468 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [10:11, 10:11] -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [04:36, 03:53](1140 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [06:44, 06:24](1032 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [03:47, 03:25](985 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [06:28, 06:06](1067 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [03:38, 03:14](946 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [04:00, 03:40](916 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [05:25, 04:50](1009 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [02:13, 01:52](916 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [12:24, 12:24] -PASS -- TEST 'conus13km_control_intel' [02:54, 02:06](1187 MB) -PASS -- TEST 'conus13km_2threads_intel' [01:24, 00:53](1099 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [01:49, 01:15](1090 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [10:18, 10:18] -PASS -- TEST 'rap_control_dyn64_phy32_intel' [04:49, 04:14](969 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [03:42, 03:42] -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [05:03, 04:51](1093 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [04:59, 04:47](1087 MB) -PASS -- TEST 'conus13km_debug_intel' [15:27, 14:54](1269 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [15:16, 14:40](920 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [08:47, 08:20](1143 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [15:11, 14:44](1305 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [03:22, 03:22] -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [05:02, 04:52](1134 MB) - -PASS -- COMPILE 'hafsw_intel' [11:34, 11:33] -PASS -- TEST 'hafs_regional_atm_intel' [06:01, 05:04](742 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [06:20, 06:03](1118 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [07:59, 06:56](838 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [14:33, 13:35](863 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [16:13, 15:11](896 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [06:19, 05:39](505 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [08:00, 06:58](521 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [03:07, 02:38](376 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [09:33, 07:32](470 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [04:27, 03:54](532 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [04:19, 03:41](526 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [04:56, 04:12](592 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [01:32, 01:13](402 MB) -PASS -- TEST 'gnv1_nested_intel' [04:44, 04:12](802 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [03:50, 03:50] -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [13:29, 12:49](572 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [12:00, 12:00] -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [09:38, 08:52](672 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [09:39, 08:50](705 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [11:56, 11:56] -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [07:27, 06:40](737 MB) - -PASS -- COMPILE 'hafs_all_intel' [11:14, 11:13] -PASS -- TEST 'hafs_regional_docn_intel' [07:57, 06:49](829 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [07:57, 06:51](820 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [16:44, 16:03](1212 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [06:19, 06:18] -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [02:58, 02:49](1149 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [01:52, 01:41](1095 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [02:47, 02:38](1022 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [02:47, 02:37](1025 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [02:47, 02:39](1017 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [02:51, 02:44](1146 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [02:51, 02:43](1134 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [02:47, 02:38](1016 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [07:29, 06:25](1061 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [07:16, 06:12](1041 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [02:51, 02:45](1146 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [04:09, 03:57](2486 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [04:05, 03:56](2441 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [02:59, 02:58] -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [06:36, 06:27](1056 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [05:58, 05:56] -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [02:49, 02:40](1146 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [01:05, 01:05] -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [01:15, 00:53](262 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [01:16, 00:58](330 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [00:44, 00:31](328 MB) - -PASS -- COMPILE 'atml_intel' [11:55, 11:54] -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [05:05, 04:16](1561 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [05:00, 04:14](1589 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [03:14, 02:38](876 MB) - -PASS -- COMPILE 'atmw_intel' [10:55, 10:54] -PASS -- TEST 'atmwav_control_noaero_p8_intel' [02:24, 01:46](1647 MB) - -PASS -- COMPILE 'atmaero_intel' [10:42, 10:41] -PASS -- TEST 'atmaero_control_p8_intel' [04:46, 03:58](3039 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [05:45, 04:58](3099 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [05:33, 05:01](3093 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [03:36, 03:35] -PASS -- TEST 'regional_atmaq_debug_intel' [25:40, 24:01](4452 MB) - -PASS -- COMPILE 'atm_gnu' [03:52, 03:51] -PASS -- TEST 'control_c48_gnu' [11:48, 11:17](1544 MB) -PASS -- TEST 'control_stochy_gnu' [03:36, 03:23](507 MB) -PASS -- TEST 'control_ras_gnu' [04:52, 04:39](515 MB) -PASS -- TEST 'control_p8_gnu' [05:29, 04:40](1266 MB) -PASS -- TEST 'control_p8_ugwpv1_gnu' [05:22, 04:38](1267 MB) -PASS -- TEST 'control_flake_gnu' [10:46, 10:33](549 MB) - -PASS -- COMPILE 'rrfs_gnu' [03:52, 03:51] -PASS -- TEST 'rap_control_gnu' [11:06, 10:41](855 MB) -PASS -- TEST 'rap_decomp_gnu' [11:22, 10:59](858 MB) -PASS -- TEST 'rap_2threads_gnu' [10:06, 09:42](940 MB) -PASS -- TEST 'rap_restart_gnu' [06:21, 05:40](587 MB) -PASS -- TEST 'rap_sfcdiff_gnu' [10:55, 10:29](858 MB) -PASS -- TEST 'rap_sfcdiff_decomp_gnu' [11:27, 11:01](858 MB) -PASS -- TEST 'rap_sfcdiff_restart_gnu' [08:59, 08:19](588 MB) -PASS -- TEST 'hrrr_control_gnu' [05:52, 05:28](857 MB) -PASS -- TEST 'hrrr_control_noqr_gnu' [05:54, 05:30](847 MB) -PASS -- TEST 'hrrr_control_2threads_gnu' [05:19, 04:56](928 MB) -PASS -- TEST 'hrrr_control_decomp_gnu' [06:07, 05:41](856 MB) -PASS -- TEST 'hrrr_control_restart_gnu' [03:13, 02:54](572 MB) -PASS -- TEST 'hrrr_control_restart_noqr_gnu' [03:25, 02:56](667 MB) -PASS -- TEST 'rrfs_v1beta_gnu' [11:09, 10:33](855 MB) - -PASS -- COMPILE 'atm_dyn32_debug_gnu' [03:40, 03:39] -PASS -- TEST 'control_diag_debug_gnu' [02:26, 01:46](1285 MB) -PASS -- TEST 'regional_debug_gnu' [11:44, 11:12](568 MB) -PASS -- TEST 'rap_control_debug_gnu' [03:10, 02:54](871 MB) -PASS -- TEST 'hrrr_control_debug_gnu' [03:05, 02:47](871 MB) -PASS -- TEST 'hrrr_gf_debug_gnu' [02:47, 02:36](874 MB) -PASS -- TEST 'hrrr_c3_debug_gnu' [02:50, 02:40](878 MB) -PASS -- TEST 'rap_diag_debug_gnu' [03:14, 02:52](960 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_gnu' [04:19, 04:06](870 MB) -PASS -- TEST 'rap_progcld_thompson_debug_gnu' [02:54, 02:40](835 MB) -PASS -- TEST 'rrfs_v1beta_debug_gnu' [02:54, 02:42](867 MB) -PASS -- TEST 'control_ras_debug_gnu' [01:57, 01:42](506 MB) -PASS -- TEST 'control_stochy_debug_gnu' [02:03, 01:50](499 MB) -PASS -- TEST 'control_debug_p8_gnu' [02:22, 01:45](1253 MB) -PASS -- TEST 'rap_flake_debug_gnu' [02:58, 02:45](871 MB) -PASS -- TEST 'rap_clm_lake_debug_gnu' [03:11, 02:54](874 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_gnu' [04:46, 04:19](879 MB) - -PASS -- COMPILE 'wam_debug_gnu' [01:53, 01:52] - -PASS -- COMPILE 'rrfs_dyn32_phy32_gnu' [03:39, 03:39] -PASS -- TEST 'rap_control_dyn32_phy32_gnu' [09:55, 09:28](712 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_gnu' [05:28, 05:04](713 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_gnu' [09:04, 08:38](765 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_gnu' [04:59, 04:34](760 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_gnu' [05:35, 05:11](713 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_gnu' [07:42, 07:08](550 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_gnu' [02:59, 02:36](532 MB) -PASS -- TEST 'conus13km_control_gnu' [03:59, 03:16](869 MB) -PASS -- TEST 'conus13km_2threads_gnu' [05:38, 05:06](874 MB) -PASS -- TEST 'conus13km_restart_mismatch_gnu' [02:22, 01:52](546 MB) - -PASS -- COMPILE 'atm_dyn64_phy32_gnu' [05:27, 05:26] -PASS -- TEST 'rap_control_dyn64_phy32_gnu' [06:22, 05:53](738 MB) - -PASS -- COMPILE 'atm_dyn32_phy32_debug_gnu' [03:41, 03:40] -PASS -- TEST 'rap_control_debug_dyn32_phy32_gnu' [02:43, 02:30](696 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_gnu' [02:45, 02:32](699 MB) -PASS -- TEST 'conus13km_debug_gnu' [07:36, 06:57](870 MB) -PASS -- TEST 'conus13km_debug_qr_gnu' [07:33, 06:59](559 MB) -PASS -- TEST 'conus13km_debug_2threads_gnu' [07:30, 07:02](871 MB) -PASS -- TEST 'conus13km_radar_tten_debug_gnu' [07:30, 06:55](936 MB) - -PASS -- COMPILE 'atm_dyn64_phy32_debug_gnu' [03:41, 03:40] -PASS -- TEST 'rap_control_dyn64_phy32_debug_gnu' [02:57, 02:40](720 MB) - -PASS -- COMPILE 's2swa_gnu' [14:39, 14:38] - -PASS -- COMPILE 's2s_gnu' [14:37, 14:37] -PASS -- TEST 'cpld_control_nowave_noaero_p8_gnu' [07:44, 06:42](1341 MB) - -PASS -- COMPILE 's2swa_debug_gnu' [02:33, 02:32] - -PASS -- COMPILE 's2sw_pdlib_gnu' [14:17, 14:17] -PASS -- TEST 'cpld_control_pdlib_p8_gnu' [23:22, 22:25](1308 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_gnu' [02:23, 02:22] -PASS -- TEST 'cpld_debug_pdlib_p8_gnu' [13:52, 12:56](1306 MB) - -PASS -- COMPILE 'datm_cdeps_gnu' [14:14, 14:13] -PASS -- TEST 'datm_cdeps_control_cfsr_gnu' [03:18, 03:06](696 MB) +PASS -- COMPILE 's2swa_32bit_intel' [13:57, 13:56] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [06:47, 05:45](3284 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [16:40, 16:39] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [17:58, 17:12](1951 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [19:12, 18:08](2112 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [09:15, 08:16](1222 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [20:09, 19:25](1837 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [16:42, 16:41] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [17:43, 17:13](1941 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [05:37, 05:36] ( 1525 warnings 1998 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [23:39, 22:55](1873 MB) + +PASS -- COMPILE 's2swa_intel' [13:56, 13:55] ( 8 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [07:18, 06:09](3314 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [07:19, 06:12](3318 MB) +PASS -- TEST 'cpld_restart_p8_intel' [05:05, 03:43](3235 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [07:11, 06:11](3337 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [04:53, 03:43](3246 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [06:46, 05:56](3591 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [07:25, 06:30](3308 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [06:09, 05:08](3191 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [07:21, 06:22](3312 MB) +PASS -- TEST 'cpld_control_c192_p8_intel' [12:05, 10:24](3488 MB) +PASS -- TEST 'cpld_restart_c192_p8_intel' [08:41, 06:25](3611 MB) +PASS -- TEST 'cpld_bmark_p8_intel' [16:18, 10:07](4252 MB) +PASS -- TEST 'cpld_restart_bmark_p8_intel' [13:32, 06:21](4334 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [06:38, 05:45](3293 MB) + +PASS -- COMPILE 's2sw_intel' [13:19, 13:18] ( 8 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [05:48, 04:59](1949 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [05:34, 04:41](2019 MB) + +PASS -- COMPILE 's2swa_debug_intel' [05:36, 05:35] ( 1450 warnings 1228 remarks ) +PASS -- TEST 'cpld_debug_p8_intel' [09:46, 08:54](3309 MB) + +PASS -- COMPILE 's2sw_debug_intel' [05:11, 05:10] ( 1450 warnings 1228 remarks ) +PASS -- TEST 'cpld_debug_noaero_p8_intel' [06:48, 05:58](1957 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [12:17, 12:16] ( 1 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [05:35, 04:36](2020 MB) + +PASS -- COMPILE 's2s_intel' [12:33, 12:32] ( 1 remarks ) +PASS -- TEST 'cpld_control_c48_intel' [10:15, 09:34](3068 MB) +PASS -- TEST 'cpld_warmstart_c48_intel' [03:23, 02:48](3042 MB) +PASS -- TEST 'cpld_restart_c48_intel' [02:23, 01:45](2482 MB) + +PASS -- COMPILE 's2swa_faster_intel' [21:25, 21:23] ( 8 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [06:38, 05:44](3311 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [15:57, 15:57] ( 8 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [18:14, 17:28](1995 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [09:33, 08:26](1254 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [20:46, 19:55](1908 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [05:13, 05:12] ( 1560 warnings 1998 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [25:16, 24:30](1904 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [12:14, 12:13] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_flake_intel' [03:37, 03:22](680 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [03:25, 02:56](1583 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [03:33, 03:01](1590 MB) +PASS -- TEST 'control_latlon_intel' [03:23, 02:57](1575 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [03:32, 02:59](1583 MB) +PASS -- TEST 'control_c48_intel' [08:10, 07:41](1742 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [06:40, 06:26](847 MB) +PASS -- TEST 'control_c192_intel' [11:20, 10:37](1725 MB) +PASS -- TEST 'control_c384_intel' [12:05, 10:40](1998 MB) +PASS -- TEST 'control_c384gdas_intel' [10:18, 08:06](1389 MB) +PASS -- TEST 'control_stochy_intel' [01:52, 01:38](636 MB) +PASS -- TEST 'control_stochy_restart_intel' [01:20, 01:01](477 MB) +PASS -- TEST 'control_lndp_intel' [01:50, 01:36](644 MB) +PASS -- TEST 'control_iovr4_intel' [02:48, 02:31](632 MB) +PASS -- TEST 'control_iovr5_intel' [02:48, 02:32](637 MB) +PASS -- TEST 'control_p8_intel' [03:56, 03:12](1869 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [03:59, 03:15](1868 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [03:44, 03:08](1874 MB) +PASS -- TEST 'control_restart_p8_intel' [02:26, 01:49](1115 MB) +PASS -- TEST 'control_noqr_p8_intel' [03:50, 03:10](1856 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [02:35, 01:57](1146 MB) +PASS -- TEST 'control_decomp_p8_intel' [03:52, 03:17](1844 MB) +PASS -- TEST 'control_2threads_p8_intel' [03:32, 02:59](1969 MB) +PASS -- TEST 'control_p8_lndp_intel' [06:02, 05:29](1872 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [04:50, 04:12](1934 MB) +PASS -- TEST 'control_p8_mynn_intel' [04:02, 03:22](1875 MB) +PASS -- TEST 'merra2_thompson_intel' [04:17, 03:40](1862 MB) +PASS -- TEST 'regional_control_intel' [05:57, 05:32](1083 MB) +PASS -- TEST 'regional_restart_intel' [03:25, 02:58](1078 MB) +PASS -- TEST 'regional_decomp_intel' [06:11, 05:46](1080 MB) +PASS -- TEST 'regional_2threads_intel' [04:00, 03:30](1078 MB) +PASS -- TEST 'regional_noquilt_intel' [05:56, 05:31](1378 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [05:56, 05:28](1091 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [05:59, 05:34](1082 MB) +PASS -- TEST 'regional_wofs_intel' [07:24, 06:59](1897 MB) + +PASS -- COMPILE 'rrfs_intel' [11:18, 11:17] ( 3 warnings 9 remarks ) +PASS -- TEST 'rap_control_intel' [08:18, 07:47](1085 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [05:04, 04:16](1278 MB) +PASS -- TEST 'rap_decomp_intel' [08:45, 08:15](1017 MB) +PASS -- TEST 'rap_2threads_intel' [07:47, 07:19](1171 MB) +PASS -- TEST 'rap_restart_intel' [04:39, 04:05](1084 MB) +PASS -- TEST 'rap_sfcdiff_intel' [08:19, 07:47](1085 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [08:38, 08:12](1021 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [06:30, 05:50](1120 MB) +PASS -- TEST 'hrrr_control_intel' [04:29, 04:03](1027 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [04:33, 04:09](1003 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [04:10, 03:42](1094 MB) +PASS -- TEST 'hrrr_control_restart_intel' [02:35, 02:12](987 MB) +PASS -- TEST 'rrfs_v1beta_intel' [08:22, 07:42](1084 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [09:47, 09:26](1963 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [09:27, 09:11](2048 MB) + +PASS -- COMPILE 'csawmg_intel' [10:50, 10:50] +PASS -- TEST 'control_csawmg_intel' [06:45, 06:16](1004 MB) +PASS -- TEST 'control_ras_intel' [03:32, 03:20](726 MB) + +PASS -- COMPILE 'csawmg_gnu' [04:21, 04:20] +PASS -- TEST 'control_csawmg_gnu' [09:03, 08:38](739 MB) + +PASS -- COMPILE 'wam_intel' [10:44, 10:43] ( 1 remarks ) +PASS -- TEST 'control_wam_intel' [11:39, 11:03](1645 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [18:37, 18:36] ( 1 remarks ) +PASS -- TEST 'control_p8_faster_intel' [03:35, 02:50](1877 MB) +PASS -- TEST 'regional_control_faster_intel' [05:24, 04:55](1081 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [06:48, 06:48] ( 884 warnings 9 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [03:20, 02:48](1579 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [03:21, 02:49](1572 MB) +PASS -- TEST 'control_stochy_debug_intel' [03:20, 03:05](786 MB) +PASS -- TEST 'control_lndp_debug_intel' [03:03, 02:49](781 MB) +PASS -- TEST 'control_csawmg_debug_intel' [04:46, 04:12](1100 MB) +PASS -- TEST 'control_ras_debug_intel' [03:06, 02:53](791 MB) +PASS -- TEST 'control_diag_debug_intel' [03:21, 02:46](1636 MB) +PASS -- TEST 'control_debug_p8_intel' [03:33, 03:02](1874 MB) +PASS -- TEST 'regional_debug_intel' [18:11, 17:44](1065 MB) +PASS -- TEST 'rap_control_debug_intel' [05:13, 04:56](1165 MB) +PASS -- TEST 'hrrr_control_debug_intel' [05:07, 04:51](1164 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [05:09, 04:54](1165 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [05:10, 04:57](1169 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [05:14, 05:01](1163 MB) +PASS -- TEST 'rap_diag_debug_intel' [05:40, 05:15](1248 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [05:17, 05:03](1162 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [05:26, 05:10](1170 MB) +PASS -- TEST 'rap_lndp_debug_intel' [05:17, 05:03](1164 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [05:16, 05:02](1168 MB) +PASS -- TEST 'rap_noah_debug_intel' [05:16, 05:01](1165 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [05:16, 05:02](1167 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [08:24, 08:11](1167 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [05:08, 04:53](1159 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [06:27, 06:11](1170 MB) +PASS -- TEST 'rap_flake_debug_intel' [05:23, 05:09](1165 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [09:18, 08:46](1178 MB) + +PASS -- COMPILE 'atm_debug_dyn32_gnu' [04:53, 04:52] +PASS -- TEST 'control_csawmg_debug_gnu' [02:53, 02:24](711 MB) + +PASS -- COMPILE 'wam_debug_intel' [04:16, 04:16] ( 839 warnings 1 remarks ) +PASS -- TEST 'control_wam_debug_intel' [14:14, 13:37](1642 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [10:55, 10:54] ( 3 warnings 8 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [04:56, 04:04](1151 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [07:11, 06:44](1028 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [04:01, 03:32](969 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [06:49, 06:27](1075 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [03:51, 03:25](942 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [04:26, 03:56](907 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [05:26, 04:57](1011 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [02:23, 01:59](913 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [14:58, 14:58] ( 3 warnings 8 remarks ) +PASS -- TEST 'conus13km_control_intel' [03:06, 02:15](1189 MB) +PASS -- TEST 'conus13km_2threads_intel' [01:32, 00:57](1108 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [01:56, 01:19](1090 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [10:55, 10:54] ( 3 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [04:56, 04:23](966 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [04:17, 04:16] ( 787 warnings 8 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [05:17, 05:03](1049 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [05:10, 04:54](1047 MB) +PASS -- TEST 'conus13km_debug_intel' [14:54, 14:17](1184 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [15:13, 14:35](880 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [08:41, 08:08](1105 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [14:49, 14:16](1245 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [04:03, 04:02] ( 787 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [05:22, 05:06](1096 MB) + +PASS -- COMPILE 'hafsw_intel' [12:34, 12:33] ( 1 warnings 8 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [06:08, 05:11](720 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [07:02, 06:36](1085 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [08:04, 06:57](816 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [14:42, 13:42](846 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [16:33, 15:24](870 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [06:25, 05:40](488 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [08:05, 07:02](505 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [03:20, 02:47](358 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [09:09, 07:25](469 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [04:23, 03:52](515 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [04:19, 03:40](516 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [04:56, 04:17](569 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [01:30, 01:12](398 MB) +PASS -- TEST 'gnv1_nested_intel' [05:17, 04:04](1698 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [04:34, 04:32] ( 1467 warnings 1501 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [13:28, 12:46](530 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [20:36, 20:35] ( 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [09:41, 08:54](653 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [09:42, 08:52](699 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [12:42, 12:41] ( 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [07:21, 06:33](674 MB) + +PASS -- COMPILE 'hafs_all_intel' [11:28, 11:27] ( 7 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [07:39, 06:39](810 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [07:39, 06:41](786 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [16:53, 16:16](1224 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [06:42, 06:42] +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [02:50, 02:43](1152 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [01:49, 01:39](1081 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [02:44, 02:38](1004 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [02:42, 02:35](1017 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [02:44, 02:36](1020 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [02:48, 02:40](1149 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [02:52, 02:44](1144 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [02:40, 02:32](1016 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [07:16, 06:09](1053 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [07:14, 06:05](1052 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [02:52, 02:46](1157 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [04:09, 03:59](2444 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [04:07, 03:59](2487 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [03:33, 03:32] ( 2 warnings ) +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [06:20, 06:12](1064 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [06:40, 06:40] +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [02:57, 02:50](1140 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [01:17, 01:16] ( 1 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [01:07, 00:48](258 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [01:04, 00:51](311 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [00:44, 00:31](310 MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [11:35, 11:34] ( 1 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [04:40, 03:47](1971 MB) + +PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [11:31, 11:31] ( 1 remarks ) +PASS -- TEST 'atm_ds2s_docn_dice_intel' [04:43, 03:49](1943 MB) + +PASS -- COMPILE 'atml_intel' [12:33, 12:32] ( 8 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [05:23, 04:29](1847 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [05:12, 04:26](1846 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [03:03, 02:26](1091 MB) + +PASS -- COMPILE 'atml_debug_intel' [05:16, 05:16] ( 882 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [06:51, 06:00](1843 MB) + +PASS -- COMPILE 'atmw_intel' [11:27, 11:27] ( 8 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [02:33, 01:56](1906 MB) + +PASS -- COMPILE 'atmaero_intel' [11:38, 11:38] ( 1 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [04:56, 04:14](3172 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [05:48, 05:03](3069 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [05:35, 05:02](3080 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [04:06, 04:06] ( 884 warnings 6 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [23:16, 21:35](4298 MB) + +PASS -- COMPILE 'atm_gnu' [04:41, 04:41] +PASS -- TEST 'control_c48_gnu' [11:49, 11:21](1531 MB) +PASS -- TEST 'control_stochy_gnu' [03:37, 03:22](492 MB) +PASS -- TEST 'control_ras_gnu' [04:54, 04:43](497 MB) +PASS -- TEST 'control_p8_gnu' [05:31, 04:49](1447 MB) +PASS -- TEST 'control_p8_ugwpv1_gnu' [05:23, 04:43](1447 MB) +PASS -- TEST 'control_flake_gnu' [10:27, 10:13](535 MB) + +PASS -- COMPILE 'rrfs_gnu' [04:23, 04:23] +PASS -- TEST 'rap_control_gnu' [11:13, 10:45](815 MB) +PASS -- TEST 'rap_decomp_gnu' [11:21, 10:57](844 MB) +PASS -- TEST 'rap_2threads_gnu' [10:15, 09:51](929 MB) +PASS -- TEST 'rap_restart_gnu' [05:50, 05:24](567 MB) +PASS -- TEST 'rap_sfcdiff_gnu' [11:25, 10:59](843 MB) +PASS -- TEST 'rap_sfcdiff_decomp_gnu' [11:29, 11:07](809 MB) +PASS -- TEST 'rap_sfcdiff_restart_gnu' [08:32, 08:01](573 MB) +PASS -- TEST 'hrrr_control_gnu' [06:04, 05:37](807 MB) +PASS -- TEST 'hrrr_control_noqr_gnu' [06:05, 05:39](798 MB) +PASS -- TEST 'hrrr_control_2threads_gnu' [05:31, 05:08](918 MB) +PASS -- TEST 'hrrr_control_decomp_gnu' [05:57, 05:34](840 MB) +PASS -- TEST 'hrrr_control_restart_gnu' [03:08, 02:49](555 MB) +PASS -- TEST 'hrrr_control_restart_noqr_gnu' [03:11, 02:50](650 MB) +PASS -- TEST 'rrfs_v1beta_gnu' [10:55, 10:27](809 MB) + +PASS -- COMPILE 'atm_dyn32_debug_gnu' [07:44, 07:43] +PASS -- TEST 'control_diag_debug_gnu' [02:14, 01:42](1257 MB) +PASS -- TEST 'regional_debug_gnu' [11:44, 11:19](724 MB) +PASS -- TEST 'rap_control_debug_gnu' [02:54, 02:41](811 MB) +PASS -- TEST 'hrrr_control_debug_gnu' [02:56, 02:41](807 MB) +PASS -- TEST 'hrrr_gf_debug_gnu' [02:48, 02:38](809 MB) +PASS -- TEST 'hrrr_c3_debug_gnu' [02:52, 02:40](809 MB) +PASS -- TEST 'rap_diag_debug_gnu' [03:13, 02:50](896 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_gnu' [04:18, 04:06](806 MB) +PASS -- TEST 'rap_progcld_thompson_debug_gnu' [02:47, 02:36](811 MB) +PASS -- TEST 'rrfs_v1beta_debug_gnu' [02:45, 02:34](804 MB) +PASS -- TEST 'control_ras_debug_gnu' [01:46, 01:35](443 MB) +PASS -- TEST 'control_stochy_debug_gnu' [01:58, 01:47](435 MB) +PASS -- TEST 'control_debug_p8_gnu' [02:24, 01:55](1413 MB) +PASS -- TEST 'rap_flake_debug_gnu' [02:57, 02:38](815 MB) +PASS -- TEST 'rap_clm_lake_debug_gnu' [03:10, 02:59](815 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_gnu' [04:43, 04:17](823 MB) + +PASS -- COMPILE 'wam_debug_gnu' [02:51, 02:50] + +PASS -- COMPILE 'rrfs_dyn32_phy32_gnu' [04:24, 04:23] +PASS -- TEST 'rap_control_dyn32_phy32_gnu' [09:50, 09:22](696 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_gnu' [05:22, 04:56](699 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_gnu' [09:02, 08:38](747 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_gnu' [04:53, 04:32](736 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_gnu' [05:24, 05:03](697 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_gnu' [07:30, 07:03](543 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_gnu' [02:50, 02:35](530 MB) +PASS -- TEST 'conus13km_control_gnu' [03:55, 03:14](865 MB) +PASS -- TEST 'conus13km_2threads_gnu' [06:23, 05:52](874 MB) +PASS -- TEST 'conus13km_restart_mismatch_gnu' [02:26, 01:53](546 MB) + +PASS -- COMPILE 'atm_dyn64_phy32_gnu' [11:06, 11:06] +PASS -- TEST 'rap_control_dyn64_phy32_gnu' [06:13, 05:46](725 MB) + +PASS -- COMPILE 'atm_dyn32_phy32_debug_gnu' [07:34, 07:34] +PASS -- TEST 'rap_control_debug_dyn32_phy32_gnu' [02:47, 02:34](696 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_gnu' [02:44, 02:32](697 MB) +PASS -- TEST 'conus13km_debug_gnu' [07:37, 07:01](863 MB) +PASS -- TEST 'conus13km_debug_qr_gnu' [07:37, 07:02](564 MB) +PASS -- TEST 'conus13km_debug_2threads_gnu' [08:03, 07:34](864 MB) +PASS -- TEST 'conus13km_radar_tten_debug_gnu' [07:31, 06:56](930 MB) + +PASS -- COMPILE 'atm_dyn64_phy32_debug_gnu' [07:34, 07:34] +PASS -- TEST 'rap_control_dyn64_phy32_debug_gnu' [02:52, 02:38](718 MB) + +PASS -- COMPILE 's2swa_gnu' [16:20, 16:19] + +PASS -- COMPILE 's2s_gnu' [15:59, 15:59] +PASS -- TEST 'cpld_control_nowave_noaero_p8_gnu' [08:19, 07:26](1519 MB) + +PASS -- COMPILE 's2swa_debug_gnu' [03:23, 03:23] + +PASS -- COMPILE 's2sw_pdlib_gnu' [16:12, 16:12] +PASS -- TEST 'cpld_control_pdlib_p8_gnu' [20:14, 19:23](1436 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_gnu' [03:06, 03:06] +PASS -- TEST 'cpld_debug_pdlib_p8_gnu' [13:27, 12:40](1451 MB) + +PASS -- COMPILE 'datm_cdeps_gnu' [15:33, 15:33] +PASS -- TEST 'datm_cdeps_control_cfsr_gnu' [03:07, 02:58](687 MB) SYNOPSIS: -Starting Date/Time: 20240423 18:57:22 -Ending Date/Time: 20240424 03:03:55 -Total Time: 08h:06m:50s -Compiles Completed: 53/53 -Tests Completed: 239/239 +Starting Date/Time: 20240627 23:34:39 +Ending Date/Time: 20240628 04:36:49 +Total Time: 05h:02m:27s +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 e5677021cf..d1d9d26f71 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: -fe4bb76565de0a5f3261b276fa392d65cb046e96 +7968ca105b129742d9f3eff503cb8a62efd6cbcb 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) - c9e4679f449e30bb4cc0f22164b4401a8b50f7a6 CICE-interface/CICE (CICE6.0.0-447-gc9e4679) + fbdf6843d6bde852d97f1547591d90136103f669 CDEPS-interface/CDEPS (cdeps0.4.17-41-gfbdf684) + 9452de8c3cb43fb2628f0722e6a51f79429d2160 CICE-interface/CICE (CICE6.0.0-450-g9452de8) f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) - 4e19850cb083bc474b7cde5dc2f8506ec74cc442 CMEPS-interface/CMEPS (cmeps_v0.4.1-2306-g4e19850) + 2d837b16af326b09ff4018daab4de84f4deff7ec CMEPS-interface/CMEPS (cmeps_v0.4.1-2307-g2d837b1) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - da95cc428d8b626e99250fd57a4279b4980044f8 FV3 (heads/develop) - 97114888f529c2df70ed4a350fd2428df74839ff FV3/atmos_cubed_sphere (201912_public_release-389-g9711488) - 011db4f80a02cba6d65958ace56e8efb197be62b FV3/ccpp/framework (ccpp_transition_to_vlab_master_20190705-704-g011db4f) - 9b0ac7b16a45afe5e7f1abf9571d3484158a5b43 FV3/ccpp/physics (EP4-741-g9b0ac7b1) + 81950993462af14cd53a3b5d7280014fc60d7abf FV3 (remotes/origin/cherry_pick_omga) + 57ca82d862410971889f0f0badad5a8fca89b280 FV3/atmos_cubed_sphere (remotes/origin/cherry_pick_omga) + 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) - 5faac752d9550d3570705358fa1eb3f5ac78a786 FV3/upp (upp_v10.2.0-185-g5faac75) + be0410ece28f2b5b9c089f8ca09ce0c80c79fe6c FV3/upp (upp_v10.2.0-191-gbe0410ec) -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) - 6d0150d6c212c7052e73aa8ab76418d5b28fb780 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10045-g6d0150d6c) + 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) - 6a51f0295bc1a877475b527157a33aa86eb532fe NOAHMP-interface/noahmp (v3.7.1-426-g6a51f02) + ec38ea3d902644cd4519d5fe060316859ccdc108 NOAHMP-interface/noahmp (v3.7.1-434-gec38ea3) d9b3172f4197c65d471662c6952a668152d71230 WW3 (6.07.1-345-gd9b3172f) - 31e4e3e57bad8a7cdaa0ce2d3c4efbca63b5f74a stochastic_physics (ufs-v2.0.0-216-g31e4e3e) + fad2fe9f42f6b7f744b128b4a2a9433f91e4296f stochastic_physics (ufs-v2.0.0-219-gfad2fe9) NOTES: @@ -35,365 +35,391 @@ 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-20240419 -COMPARISON DIRECTORY: /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_12578 +BASELINE DIRECTORY: /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240614 +COMPARISON DIRECTORY: /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_118853 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: epic * (-l) - USE CONFIG FILE: rt.conf * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [12:10, 12:09] -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [08:56, 07:29](1894 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [17:10, 16:14] -PASS -- TEST 'cpld_control_gfsv17_intel' [15:08, 13:31](1767 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [15:25, 14:03](2190 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [08:11, 06:20](1175 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [15:54, 15:07](1691 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [06:10, 05:51] -PASS -- TEST 'cpld_debug_gfsv17_intel' [22:07, 20:22](1725 MB) - -PASS -- COMPILE 's2swa_intel' [11:10, 10:45] -PASS -- TEST 'cpld_control_p8_intel' [08:52, 07:30](2086 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [08:58, 07:27](2077 MB) -PASS -- TEST 'cpld_restart_p8_intel' [06:09, 04:15](1955 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [08:50, 07:40](1979 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [06:11, 04:18](1733 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [09:47, 08:51](2498 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [08:47, 07:45](2070 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [07:54, 06:14](1900 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [08:59, 07:26](2069 MB) -PASS -- TEST 'cpld_control_c192_p8_intel' [16:34, 14:53](2799 MB) -PASS -- TEST 'cpld_restart_c192_p8_intel' [08:06, 05:37](2920 MB) -PASS -- TEST 'cpld_bmark_p8_intel' [13:43, 08:20](3632 MB) -PASS -- TEST 'cpld_restart_bmark_p8_intel' [12:42, 05:10](3627 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [05:53, 04:52](2019 MB) - -PASS -- COMPILE 's2sw_intel' [12:10, 11:18] -PASS -- TEST 'cpld_control_noaero_p8_intel' [07:46, 07:07](1773 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [04:53, 03:56](1814 MB) - -PASS -- COMPILE 's2swa_debug_intel' [05:10, 04:33] -PASS -- TEST 'cpld_debug_p8_intel' [08:02, 06:55](2039 MB) - -PASS -- COMPILE 's2sw_debug_intel' [06:10, 05:25] -PASS -- TEST 'cpld_debug_noaero_p8_intel' [05:45, 04:44](1790 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [10:10, 09:30] -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [04:47, 03:57](1815 MB) - -PASS -- COMPILE 's2s_intel' [10:10, 09:35] -PASS -- TEST 'cpld_control_c48_intel' [08:37, 07:17](2833 MB) - -PASS -- COMPILE 's2swa_faster_intel' [13:10, 12:53] -PASS -- TEST 'cpld_control_p8_faster_intel' [08:58, 07:19](2055 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [15:10, 15:06] -PASS -- TEST 'cpld_control_pdlib_p8_intel' [14:47, 13:43](1812 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [08:01, 06:42](1304 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [16:56, 15:13](1726 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [05:10, 04:12] -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [22:50, 21:40](1763 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [08:10, 08:07] -PASS -- TEST 'control_flake_intel' [03:18, 02:50](716 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [03:31, 02:28](1610 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [03:35, 02:32](1621 MB) -PASS -- TEST 'control_latlon_intel' [03:30, 02:30](1611 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [03:36, 02:31](1615 MB) -PASS -- TEST 'control_c48_intel' [07:32, 06:59](1749 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [06:22, 05:42](844 MB) -PASS -- TEST 'control_c192_intel' [09:39, 08:55](1761 MB) -PASS -- TEST 'control_c384_intel' [10:14, 09:07](2038 MB) -PASS -- TEST 'control_c384gdas_intel' [09:41, 06:59](1530 MB) -PASS -- TEST 'control_stochy_intel' [02:18, 01:24](671 MB) -PASS -- TEST 'control_stochy_restart_intel' [01:27, 00:52](549 MB) -PASS -- TEST 'control_lndp_intel' [02:18, 01:19](667 MB) -PASS -- TEST 'control_iovr4_intel' [03:19, 02:05](659 MB) -PASS -- TEST 'control_iovr5_intel' [02:23, 02:06](672 MB) -PASS -- TEST 'control_p8_intel' [03:49, 02:31](1650 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [03:50, 02:31](1638 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [03:49, 02:26](1649 MB) -PASS -- TEST 'control_restart_p8_intel' [02:44, 01:22](908 MB) -PASS -- TEST 'control_noqr_p8_intel' [03:40, 02:28](1631 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [02:49, 01:21](991 MB) -PASS -- TEST 'control_decomp_p8_intel' [03:38, 02:35](1634 MB) -PASS -- TEST 'control_2threads_p8_intel' [03:38, 02:18](1728 MB) -PASS -- TEST 'control_p8_lndp_intel' [05:31, 04:21](1629 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [04:48, 03:25](1718 MB) -PASS -- TEST 'control_p8_mynn_intel' [03:47, 02:31](1646 MB) -PASS -- TEST 'merra2_thompson_intel' [03:53, 02:45](1653 MB) -PASS -- TEST 'regional_control_intel' [05:28, 04:31](956 MB) -PASS -- TEST 'regional_restart_intel' [03:27, 02:26](1101 MB) -PASS -- TEST 'regional_decomp_intel' [05:27, 04:45](949 MB) -PASS -- TEST 'regional_2threads_intel' [03:27, 02:47](912 MB) -PASS -- TEST 'regional_noquilt_intel' [05:29, 04:17](1484 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [05:30, 04:24](959 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [05:24, 04:25](959 MB) -PASS -- TEST 'regional_wofs_intel' [06:26, 05:29](2070 MB) - -PASS -- COMPILE 'rrfs_intel' [08:10, 07:14] -PASS -- TEST 'rap_control_intel' [07:32, 06:31](1208 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [04:46, 03:22](1402 MB) -PASS -- TEST 'rap_decomp_intel' [07:31, 06:47](1141 MB) -PASS -- TEST 'rap_2threads_intel' [06:46, 06:07](1352 MB) -PASS -- TEST 'rap_restart_intel' [04:41, 03:26](1148 MB) -PASS -- TEST 'rap_sfcdiff_intel' [07:46, 06:26](1196 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [07:35, 06:45](1132 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [05:53, 04:54](1193 MB) -PASS -- TEST 'hrrr_control_intel' [04:34, 03:19](1068 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [04:34, 03:23](1054 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [03:46, 03:01](1124 MB) -PASS -- TEST 'hrrr_control_restart_intel' [02:33, 01:48](1037 MB) -PASS -- TEST 'rrfs_v1beta_intel' [07:51, 06:19](1195 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [08:18, 07:48](2012 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [08:19, 07:29](2166 MB) - -PASS -- COMPILE 'csawmg_intel' [07:10, 07:03] -PASS -- TEST 'control_csawmg_intel' [06:27, 05:15](805 MB) -PASS -- TEST 'control_ras_intel' [03:18, 02:48](804 MB) - -PASS -- COMPILE 'csawmg_gnu' [04:10, 03:58] -PASS -- TEST 'control_csawmg_gnu' [07:27, 06:28](812 MB) - -PASS -- COMPILE 'wam_intel' [07:10, 06:35] -PASS -- TEST 'control_wam_intel' [02:25, 01:47](786 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [10:10, 09:17] -PASS -- TEST 'control_p8_faster_intel' [03:50, 02:14](1628 MB) -PASS -- TEST 'regional_control_faster_intel' [04:26, 04:06](960 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [04:10, 03:45] -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [03:28, 02:09](1638 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [02:32, 02:08](1627 MB) -PASS -- TEST 'control_stochy_debug_intel' [03:16, 02:28](823 MB) -PASS -- TEST 'control_lndp_debug_intel' [03:16, 02:13](820 MB) -PASS -- TEST 'control_csawmg_debug_intel' [04:25, 03:24](878 MB) -PASS -- TEST 'control_ras_debug_intel' [03:16, 02:14](835 MB) -PASS -- TEST 'control_diag_debug_intel' [03:34, 02:13](1682 MB) -PASS -- TEST 'control_debug_p8_intel' [03:30, 02:19](1662 MB) -PASS -- TEST 'regional_debug_intel' [14:27, 13:56](895 MB) -PASS -- TEST 'rap_control_debug_intel' [04:18, 03:59](1216 MB) -PASS -- TEST 'hrrr_control_debug_intel' [04:17, 03:47](1210 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [04:17, 03:55](1221 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [04:17, 03:57](1226 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [04:16, 03:54](1227 MB) -PASS -- TEST 'rap_diag_debug_intel' [05:25, 04:10](1304 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [04:17, 04:03](1216 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [04:17, 03:58](1215 MB) -PASS -- TEST 'rap_lndp_debug_intel' [04:18, 04:01](1220 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [04:18, 03:56](1217 MB) -PASS -- TEST 'rap_noah_debug_intel' [04:17, 03:53](1210 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [04:17, 03:59](1223 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [07:18, 06:17](1211 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [04:19, 03:52](1215 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [05:20, 04:48](1230 MB) -PASS -- TEST 'rap_flake_debug_intel' [04:19, 03:59](1224 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [07:49, 06:49](1222 MB) - -PASS -- COMPILE 'atm_debug_dyn32_gnu' [04:10, 03:10] -PASS -- TEST 'control_csawmg_debug_gnu' [02:27, 01:41](793 MB) - -PASS -- COMPILE 'wam_debug_intel' [03:10, 02:47] - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [07:11, 06:31] -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [04:50, 03:21](1284 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [06:31, 05:21](1170 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [03:55, 02:52](1036 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [05:42, 05:01](1288 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [03:35, 02:35](1046 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [03:34, 02:59](978 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [04:40, 04:02](1094 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [02:24, 01:34](962 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [09:11, 08:51] -PASS -- TEST 'conus13km_control_intel' [02:35, 01:40](1302 MB) -PASS -- TEST 'conus13km_2threads_intel' [01:29, 00:45](1200 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [01:26, 01:03](1145 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [07:11, 06:43] -PASS -- TEST 'rap_control_dyn64_phy32_intel' [04:27, 03:40](1096 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [03:10, 03:01] -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [04:17, 03:54](1102 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [04:17, 03:48](1088 MB) -PASS -- TEST 'conus13km_debug_intel' [12:30, 11:25](1333 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [12:31, 11:42](995 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [07:29, 06:31](1239 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [12:30, 11:30](1404 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [03:11, 03:01] -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [04:18, 03:57](1149 MB) - -PASS -- COMPILE 'hafsw_intel' [11:11, 10:11] -PASS -- TEST 'hafs_regional_atm_intel' [07:03, 05:16](880 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [05:20, 04:49](1273 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [08:11, 06:17](953 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [15:01, 13:47](980 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [17:15, 15:14](1003 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [06:46, 05:17](604 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [08:18, 06:44](614 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [03:40, 02:48](435 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [09:56, 07:28](543 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [04:38, 03:43](615 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [04:39, 03:33](614 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [05:43, 04:40](684 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [02:25, 01:23](453 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [03:11, 02:53] -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [12:39, 11:10](627 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [11:11, 10:12] -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [17:47, 16:25](764 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [16:52, 15:57](842 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [11:11, 10:19] -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [10:51, 09:44](835 MB) - -PASS -- COMPILE 'hafs_all_intel' [10:11, 10:03] -PASS -- TEST 'hafs_regional_docn_intel' [07:05, 05:18](945 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [07:03, 05:24](932 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [17:49, 16:26](1346 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [05:11, 04:40] -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [03:15, 02:08](1150 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [02:15, 01:17](1101 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [03:13, 02:05](1013 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [03:15, 02:04](1007 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [02:14, 02:06](1010 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [02:14, 02:06](1156 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [02:14, 02:06](1154 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [02:13, 02:01](1010 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [05:49, 04:52](1157 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [05:45, 04:48](1143 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [02:12, 02:06](1150 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [03:14, 02:59](2388 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [03:15, 03:01](2380 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [03:10, 03:00] -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [06:14, 05:10](1077 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [06:10, 05:57] -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [02:14, 02:07](1155 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [01:10, 00:45] -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [01:24, 00:58](329 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [01:21, 00:52](561 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [01:20, 00:29](556 MB) - -PASS -- COMPILE 'atml_intel' [08:10, 07:47] -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [07:01, 05:28](1638 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [06:56, 05:16](1648 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [03:38, 02:59](951 MB) - -PASS -- COMPILE 'atmw_intel' [10:10, 09:15] -PASS -- TEST 'atmwav_control_noaero_p8_intel' [02:46, 01:31](1686 MB) - -PASS -- COMPILE 'atmaero_intel' [08:10, 07:16] -PASS -- TEST 'atmaero_control_p8_intel' [04:48, 03:28](1797 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [05:46, 04:07](1799 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [05:39, 04:12](1832 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [03:10, 02:41] -PASS -- TEST 'regional_atmaq_debug_intel' [18:14, 16:14](4603 MB) - -PASS -- COMPILE 'atm_gnu' [04:10, 03:46] -PASS -- TEST 'control_c48_gnu' [10:35, 09:22](1558 MB) -PASS -- TEST 'control_stochy_gnu' [03:17, 02:12](733 MB) -PASS -- TEST 'control_ras_gnu' [04:16, 03:38](737 MB) -PASS -- TEST 'control_p8_gnu' [04:45, 03:29](1516 MB) -PASS -- TEST 'control_p8_ugwpv1_gnu' [04:37, 03:24](1514 MB) -PASS -- TEST 'control_flake_gnu' [05:17, 04:18](800 MB) - -PASS -- COMPILE 'rrfs_gnu' [07:10, 06:32] -PASS -- TEST 'rap_control_gnu' [08:30, 07:30](1090 MB) -PASS -- TEST 'rap_decomp_gnu' [08:30, 07:42](1088 MB) -PASS -- TEST 'rap_2threads_gnu' [07:45, 07:00](1128 MB) -PASS -- TEST 'rap_restart_gnu' [04:41, 03:53](886 MB) -PASS -- TEST 'rap_sfcdiff_gnu' [08:36, 07:33](1087 MB) -PASS -- TEST 'rap_sfcdiff_decomp_gnu' [08:34, 07:44](1086 MB) -PASS -- TEST 'rap_sfcdiff_restart_gnu' [06:39, 05:43](885 MB) -PASS -- TEST 'hrrr_control_gnu' [04:44, 03:57](1075 MB) -PASS -- TEST 'hrrr_control_noqr_gnu' [04:33, 03:55](1136 MB) -PASS -- TEST 'hrrr_control_2threads_gnu' [04:31, 03:30](1027 MB) -PASS -- TEST 'hrrr_control_decomp_gnu' [04:31, 03:53](1080 MB) -PASS -- TEST 'hrrr_control_restart_gnu' [02:19, 02:02](881 MB) -PASS -- TEST 'hrrr_control_restart_noqr_gnu' [02:19, 02:01](933 MB) -PASS -- TEST 'rrfs_v1beta_gnu' [08:52, 07:30](1084 MB) - -PASS -- COMPILE 'atm_dyn32_debug_gnu' [10:11, 09:50] -PASS -- TEST 'control_diag_debug_gnu' [01:33, 01:09](1628 MB) -PASS -- TEST 'regional_debug_gnu' [07:28, 06:20](923 MB) -PASS -- TEST 'rap_control_debug_gnu' [02:17, 01:58](1097 MB) -PASS -- TEST 'hrrr_control_debug_gnu' [02:18, 01:56](1087 MB) -PASS -- TEST 'hrrr_gf_debug_gnu' [02:17, 01:56](1094 MB) -PASS -- TEST 'hrrr_c3_debug_gnu' [02:22, 01:58](1094 MB) -PASS -- TEST 'rap_diag_debug_gnu' [02:24, 02:04](1268 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_gnu' [03:17, 03:04](1093 MB) -PASS -- TEST 'rap_progcld_thompson_debug_gnu' [02:17, 01:55](1095 MB) -PASS -- TEST 'rrfs_v1beta_debug_gnu' [02:16, 01:57](1092 MB) -PASS -- TEST 'control_ras_debug_gnu' [02:16, 01:08](724 MB) -PASS -- TEST 'control_stochy_debug_gnu' [02:16, 01:16](722 MB) -PASS -- TEST 'control_debug_p8_gnu' [02:31, 01:15](1501 MB) -PASS -- TEST 'rap_flake_debug_gnu' [02:17, 01:56](1096 MB) -PASS -- TEST 'rap_clm_lake_debug_gnu' [02:18, 02:08](1098 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_gnu' [04:52, 03:13](1095 MB) - -PASS -- COMPILE 'wam_debug_gnu' [06:11, 05:10] -PASS -- TEST 'control_wam_debug_gnu' [02:22, 01:52](499 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_gnu' [08:11, 07:25] -PASS -- TEST 'rap_control_dyn32_phy32_gnu' [08:32, 07:10](964 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_gnu' [04:43, 03:43](951 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_gnu' [07:41, 06:36](978 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_gnu' [04:36, 03:24](881 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_gnu' [04:35, 03:51](950 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_gnu' [06:40, 05:21](859 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_gnu' [02:21, 01:57](856 MB) -PASS -- TEST 'conus13km_control_gnu' [03:36, 02:32](1264 MB) -PASS -- TEST 'conus13km_2threads_gnu' [01:28, 01:05](1174 MB) -PASS -- TEST 'conus13km_restart_mismatch_gnu' [02:27, 01:25](944 MB) - -PASS -- COMPILE 'atm_dyn64_phy32_gnu' [08:11, 07:42] -PASS -- TEST 'rap_control_dyn64_phy32_gnu' [05:28, 04:21](987 MB) - -PASS -- COMPILE 'atm_dyn32_phy32_debug_gnu' [11:11, 10:58] -PASS -- TEST 'rap_control_debug_dyn32_phy32_gnu' [02:17, 01:55](974 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_gnu' [02:18, 01:51](972 MB) -PASS -- TEST 'conus13km_debug_gnu' [07:35, 05:35](1278 MB) -PASS -- TEST 'conus13km_debug_qr_gnu' [07:30, 05:32](953 MB) -PASS -- TEST 'conus13km_debug_2threads_gnu' [04:26, 03:10](1185 MB) -PASS -- TEST 'conus13km_radar_tten_debug_gnu' [06:26, 05:27](1347 MB) - -PASS -- COMPILE 'atm_dyn64_phy32_debug_gnu' [12:11, 11:57] -PASS -- TEST 'rap_control_dyn64_phy32_debug_gnu' [03:18, 01:59](1000 MB) - -PASS -- COMPILE 's2swa_gnu' [17:11, 16:24] - -PASS -- COMPILE 's2s_gnu' [17:11, 16:48] - -PASS -- COMPILE 's2swa_debug_gnu' [11:10, 10:37] - -PASS -- COMPILE 's2sw_pdlib_gnu' [17:10, 16:48] - -PASS -- COMPILE 's2sw_pdlib_debug_gnu' [10:10, 09:17] - -PASS -- COMPILE 'datm_cdeps_gnu' [14:11, 13:42] +PASS -- COMPILE 's2swa_32bit_intel' [12:10, 11:34] ( 1 warnings 10 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [08:53, 07:32](2120 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [18:11, 17:39] ( 1 warnings 10 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [14:00, 13:07](1997 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [15:23, 13:52](2303 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [08:11, 06:25](1302 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [15:46, 14:49](1915 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [18:11, 17:58] ( 1 warnings 10 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [13:24, 12:53](1986 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [07:10, 06:30] ( 1525 warnings 2000 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [22:04, 20:29](1967 MB) + +PASS -- COMPILE 's2swa_intel' [11:10, 10:42] ( 10 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [08:47, 07:37](2187 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [08:59, 07:38](2178 MB) +PASS -- TEST 'cpld_restart_p8_intel' [06:05, 04:17](1955 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [08:47, 07:38](2204 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [06:05, 04:19](1750 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [09:43, 08:52](2549 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [08:43, 07:41](2169 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [07:53, 06:20](2085 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [08:58, 07:37](2195 MB) +PASS -- TEST 'cpld_control_c192_p8_intel' [17:40, 15:23](2979 MB) +PASS -- TEST 'cpld_restart_c192_p8_intel' [08:09, 05:41](2932 MB) +PASS -- TEST 'cpld_bmark_p8_intel' [14:20, 08:33](3786 MB) +PASS -- TEST 'cpld_restart_bmark_p8_intel' [13:00, 05:25](3618 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [05:49, 04:58](2149 MB) + +PASS -- COMPILE 's2sw_intel' [11:10, 10:39] ( 10 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [07:44, 07:01](2022 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [04:50, 04:07](2082 MB) + +PASS -- COMPILE 's2swa_debug_intel' [06:10, 05:39] ( 1450 warnings 1230 remarks ) +PASS -- TEST 'cpld_debug_p8_intel' [07:52, 07:07](2203 MB) + +PASS -- COMPILE 's2sw_debug_intel' [06:10, 05:48] ( 1450 warnings 1230 remarks ) +PASS -- TEST 'cpld_debug_noaero_p8_intel' [05:46, 04:54](2027 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [09:10, 08:57] ( 3 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [04:45, 04:08](2089 MB) + +PASS -- COMPILE 's2s_intel' [09:10, 09:02] ( 3 remarks ) +PASS -- TEST 'cpld_control_c48_intel' [08:37, 07:25](3093 MB) +PASS -- TEST 'cpld_warmstart_c48_intel' [03:35, 02:11](3067 MB) +PASS -- TEST 'cpld_restart_c48_intel' [02:30, 01:14](2495 MB) + +PASS -- COMPILE 's2swa_faster_intel' [17:11, 16:52] ( 10 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [08:58, 07:22](2186 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [16:11, 15:53] ( 10 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [14:55, 13:30](2039 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [07:55, 06:40](1386 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [15:44, 15:02](1954 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [04:10, 03:32] ( 1560 warnings 2000 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [22:59, 21:41](2011 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [09:10, 08:42] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_flake_intel' [03:16, 02:52](708 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [03:24, 02:25](1601 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [03:29, 02:32](1616 MB) +PASS -- TEST 'control_latlon_intel' [03:29, 02:28](1609 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [03:34, 02:28](1613 MB) +PASS -- TEST 'control_c48_intel' [07:31, 06:59](1738 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [06:22, 05:47](860 MB) +PASS -- TEST 'control_c192_intel' [10:39, 09:10](1757 MB) +PASS -- TEST 'control_c384_intel' [10:16, 09:07](2042 MB) +PASS -- TEST 'control_c384gdas_intel' [09:48, 07:12](1530 MB) +PASS -- TEST 'control_stochy_intel' [02:20, 01:21](665 MB) +PASS -- TEST 'control_stochy_restart_intel' [01:33, 00:50](540 MB) +PASS -- TEST 'control_lndp_intel' [02:19, 01:17](661 MB) +PASS -- TEST 'control_iovr4_intel' [02:17, 02:02](656 MB) +PASS -- TEST 'control_iovr5_intel' [02:18, 02:04](667 MB) +PASS -- TEST 'control_p8_intel' [03:43, 02:38](1903 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [03:45, 02:46](1910 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [03:45, 02:40](1915 MB) +PASS -- TEST 'control_restart_p8_intel' [02:37, 01:32](1150 MB) +PASS -- TEST 'control_noqr_p8_intel' [03:42, 02:34](1908 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [02:50, 01:35](1205 MB) +PASS -- TEST 'control_decomp_p8_intel' [03:34, 02:41](1901 MB) +PASS -- TEST 'control_2threads_p8_intel' [03:39, 02:29](1998 MB) +PASS -- TEST 'control_p8_lndp_intel' [05:29, 04:40](1902 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [04:50, 03:37](1983 MB) +PASS -- TEST 'control_p8_mynn_intel' [03:45, 02:54](1920 MB) +PASS -- TEST 'merra2_thompson_intel' [03:52, 02:55](1917 MB) +PASS -- TEST 'regional_control_intel' [05:27, 04:40](1198 MB) +PASS -- TEST 'regional_restart_intel' [03:27, 02:32](1179 MB) +PASS -- TEST 'regional_decomp_intel' [05:24, 04:55](1200 MB) +PASS -- TEST 'regional_2threads_intel' [03:24, 02:59](1160 MB) +PASS -- TEST 'regional_noquilt_intel' [05:25, 04:29](1519 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [05:35, 04:46](1197 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [05:30, 04:42](1202 MB) +PASS -- TEST 'regional_wofs_intel' [06:26, 05:37](2083 MB) + +PASS -- COMPILE 'rrfs_intel' [08:10, 07:50] ( 3 warnings 9 remarks ) +PASS -- TEST 'rap_control_intel' [07:40, 06:26](1244 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [04:45, 03:22](1410 MB) +PASS -- TEST 'rap_decomp_intel' [07:40, 06:54](1147 MB) +PASS -- TEST 'rap_2threads_intel' [07:40, 06:12](1390 MB) +PASS -- TEST 'rap_restart_intel' [04:57, 03:25](1156 MB) +PASS -- TEST 'rap_sfcdiff_intel' [07:43, 06:40](1208 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [07:43, 06:59](1154 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [05:50, 04:59](1200 MB) +PASS -- TEST 'hrrr_control_intel' [04:38, 03:25](1069 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [04:38, 03:30](1041 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [03:45, 03:05](1132 MB) +PASS -- TEST 'hrrr_control_restart_intel' [02:24, 01:50](1045 MB) +PASS -- TEST 'rrfs_v1beta_intel' [07:53, 06:25](1179 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [08:22, 07:38](2019 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [08:21, 07:26](2188 MB) + +PASS -- COMPILE 'csawmg_intel' [08:10, 07:11] +PASS -- TEST 'control_csawmg_intel' [06:30, 05:31](1078 MB) +PASS -- TEST 'control_ras_intel' [03:18, 02:49](851 MB) + +PASS -- COMPILE 'csawmg_gnu' [06:10, 05:16] +PASS -- TEST 'control_csawmg_gnu' [07:30, 06:48](1070 MB) + +PASS -- COMPILE 'wam_intel' [09:11, 08:13] ( 1 remarks ) +PASS -- TEST 'control_wam_intel' [11:32, 10:19](1674 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [14:10, 13:22] ( 1 remarks ) +PASS -- TEST 'control_p8_faster_intel' [03:46, 02:24](1908 MB) +PASS -- TEST 'regional_control_faster_intel' [04:29, 04:06](1208 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [06:10, 05:44] ( 884 warnings 9 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [02:27, 02:09](1628 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [02:30, 02:07](1631 MB) +PASS -- TEST 'control_stochy_debug_intel' [03:16, 02:29](832 MB) +PASS -- TEST 'control_lndp_debug_intel' [03:17, 02:12](833 MB) +PASS -- TEST 'control_csawmg_debug_intel' [04:27, 04:01](1155 MB) +PASS -- TEST 'control_ras_debug_intel' [03:20, 02:16](838 MB) +PASS -- TEST 'control_diag_debug_intel' [03:35, 02:11](1687 MB) +PASS -- TEST 'control_debug_p8_intel' [03:28, 02:26](1921 MB) +PASS -- TEST 'regional_debug_intel' [15:27, 14:29](1175 MB) +PASS -- TEST 'rap_control_debug_intel' [04:18, 04:02](1224 MB) +PASS -- TEST 'hrrr_control_debug_intel' [04:18, 03:56](1214 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [04:17, 03:56](1227 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [04:17, 04:00](1220 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [04:16, 03:59](1225 MB) +PASS -- TEST 'rap_diag_debug_intel' [04:23, 04:09](1308 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [04:25, 03:59](1228 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [04:16, 04:07](1230 MB) +PASS -- TEST 'rap_lndp_debug_intel' [04:18, 04:05](1215 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [04:17, 04:00](1220 MB) +PASS -- TEST 'rap_noah_debug_intel' [04:17, 03:54](1222 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [04:17, 03:55](1226 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [07:17, 06:27](1214 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [04:17, 03:54](1223 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [05:17, 04:56](1218 MB) +PASS -- TEST 'rap_flake_debug_intel' [05:17, 04:14](1224 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [07:46, 06:57](1220 MB) + +PASS -- COMPILE 'atm_debug_dyn32_gnu' [04:10, 04:08] +PASS -- TEST 'control_csawmg_debug_gnu' [02:29, 01:57](1058 MB) + +PASS -- COMPILE 'wam_debug_intel' [04:10, 03:47] ( 839 warnings 1 remarks ) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [07:10, 07:02] ( 3 warnings 8 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [04:45, 03:13](1283 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [06:32, 05:22](1168 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [03:51, 02:51](1054 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [05:40, 05:02](1290 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [03:35, 02:37](1043 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [03:38, 03:02](996 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [04:38, 04:06](1075 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [02:24, 01:33](967 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [11:10, 10:14] ( 3 warnings 8 remarks ) +PASS -- TEST 'conus13km_control_intel' [02:37, 01:43](1314 MB) +PASS -- TEST 'conus13km_2threads_intel' [01:26, 00:43](1201 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [01:25, 01:02](1160 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [08:10, 07:07] ( 3 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [04:28, 03:39](1102 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [03:10, 02:58] ( 787 warnings 8 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [04:16, 04:05](1096 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [04:20, 03:53](1097 MB) +PASS -- TEST 'conus13km_debug_intel' [12:31, 12:01](1351 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [12:29, 11:57](1001 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [07:25, 06:45](1244 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [12:26, 11:40](1420 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [03:10, 02:58] ( 787 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [04:18, 04:08](1160 MB) + +PASS -- COMPILE 'hafsw_intel' [10:10, 09:53] ( 1 warnings 9 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [07:02, 05:19](878 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [05:22, 05:00](1271 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [08:10, 06:15](953 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [15:04, 13:40](998 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [16:06, 14:59](994 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [06:45, 05:28](608 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [09:17, 07:12](624 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [03:35, 02:44](439 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [09:55, 07:41](551 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [04:38, 03:55](619 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [04:41, 03:43](621 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [05:40, 04:46](673 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [02:23, 01:17](459 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [05:10, 04:24] ( 1467 warnings 1502 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [12:39, 11:42](644 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [16:10, 15:37] ( 8 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [17:49, 16:36](731 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [17:54, 16:41](814 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [11:10, 10:20] ( 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [10:46, 09:27](822 MB) + +PASS -- COMPILE 'hafs_all_intel' [10:10, 10:02] ( 8 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [07:01, 05:45](939 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [07:00, 05:49](920 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [17:39, 16:19](1341 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [08:10, 07:35] ( 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [03:15, 02:12](1157 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [02:15, 01:18](1108 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [02:14, 02:04](1015 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [03:14, 02:08](1019 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [02:14, 02:07](1015 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [03:14, 02:09](1154 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [03:14, 02:10](1151 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [02:14, 02:06](1013 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [05:53, 04:52](1167 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [05:52, 04:51](1143 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [03:13, 02:11](1139 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [03:14, 03:00](2396 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [03:15, 03:01](2394 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [03:10, 02:51] ( 2 warnings 2 remarks ) +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [05:14, 05:06](1069 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [06:10, 05:23] ( 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [02:14, 02:08](1160 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [02:10, 01:11] ( 1 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [01:27, 00:48](342 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [01:22, 00:47](581 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [01:22, 00:29](571 MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [08:10, 07:44] ( 3 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [04:47, 03:15](2024 MB) + +PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [09:10, 08:35] ( 1 remarks ) +PASS -- TEST 'atm_ds2s_docn_dice_intel' [03:49, 03:07](1993 MB) + +PASS -- COMPILE 'atml_intel' [09:10, 08:24] ( 8 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [06:56, 05:29](1905 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [06:55, 05:36](1903 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [04:35, 03:12](1164 MB) + +PASS -- COMPILE 'atml_debug_intel' [05:11, 04:29] ( 882 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [05:50, 04:54](1919 MB) + +PASS -- COMPILE 'atmw_intel' [11:11, 10:30] ( 8 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [02:45, 01:37](1965 MB) + +PASS -- COMPILE 'atmaero_intel' [08:11, 07:41] ( 1 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [04:43, 03:45](2026 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [05:42, 04:18](1804 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [05:37, 04:20](1816 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [04:11, 03:34] ( 884 warnings 6 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [18:23, 16:19](4602 MB) + +PASS -- COMPILE 'atm_gnu' [05:11, 04:53] +PASS -- TEST 'control_c48_gnu' [10:36, 09:27](1568 MB) +PASS -- TEST 'control_stochy_gnu' [03:20, 02:19](730 MB) +PASS -- TEST 'control_ras_gnu' [04:16, 03:43](738 MB) +PASS -- TEST 'control_p8_gnu' [04:44, 03:49](1715 MB) +PASS -- TEST 'control_p8_ugwpv1_gnu' [04:36, 03:43](1735 MB) +PASS -- TEST 'control_flake_gnu' [05:17, 04:30](808 MB) + +PASS -- COMPILE 'rrfs_gnu' [05:10, 04:51] +PASS -- TEST 'rap_control_gnu' [08:40, 07:51](1095 MB) +PASS -- TEST 'rap_decomp_gnu' [08:31, 07:51](1082 MB) +PASS -- TEST 'rap_2threads_gnu' [07:33, 07:02](1119 MB) +PASS -- TEST 'rap_restart_gnu' [04:38, 03:55](884 MB) +PASS -- TEST 'rap_sfcdiff_gnu' [08:36, 07:41](1082 MB) +PASS -- TEST 'rap_sfcdiff_decomp_gnu' [08:34, 07:50](1095 MB) +PASS -- TEST 'rap_sfcdiff_restart_gnu' [06:37, 05:48](883 MB) +PASS -- TEST 'hrrr_control_gnu' [04:41, 03:59](1073 MB) +PASS -- TEST 'hrrr_control_noqr_gnu' [04:41, 04:00](1134 MB) +PASS -- TEST 'hrrr_control_2threads_gnu' [04:30, 03:44](1035 MB) +PASS -- TEST 'hrrr_control_decomp_gnu' [04:36, 04:04](1074 MB) +PASS -- TEST 'hrrr_control_restart_gnu' [03:17, 02:13](880 MB) +PASS -- TEST 'hrrr_control_restart_noqr_gnu' [02:17, 02:00](934 MB) +PASS -- TEST 'rrfs_v1beta_gnu' [08:50, 07:39](1078 MB) + +PASS -- COMPILE 'atm_dyn32_debug_gnu' [07:10, 07:03] +PASS -- TEST 'control_diag_debug_gnu' [02:30, 01:09](1631 MB) +PASS -- TEST 'regional_debug_gnu' [07:25, 06:40](1119 MB) +PASS -- TEST 'rap_control_debug_gnu' [02:16, 02:03](1105 MB) +PASS -- TEST 'hrrr_control_debug_gnu' [02:17, 01:54](1101 MB) +PASS -- TEST 'hrrr_gf_debug_gnu' [02:16, 01:55](1099 MB) +PASS -- TEST 'hrrr_c3_debug_gnu' [02:16, 02:03](1103 MB) +PASS -- TEST 'rap_diag_debug_gnu' [02:22, 02:08](1273 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_gnu' [03:16, 03:03](1102 MB) +PASS -- TEST 'rap_progcld_thompson_debug_gnu' [02:16, 02:02](1105 MB) +PASS -- TEST 'rrfs_v1beta_debug_gnu' [02:16, 01:58](1097 MB) +PASS -- TEST 'control_ras_debug_gnu' [02:17, 01:15](730 MB) +PASS -- TEST 'control_stochy_debug_gnu' [02:16, 01:22](729 MB) +PASS -- TEST 'control_debug_p8_gnu' [02:29, 01:31](1729 MB) +PASS -- TEST 'rap_flake_debug_gnu' [02:17, 02:04](1106 MB) +PASS -- TEST 'rap_clm_lake_debug_gnu' [03:17, 02:11](1105 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_gnu' [04:50, 03:21](1107 MB) + +PASS -- COMPILE 'wam_debug_gnu' [03:10, 02:49] +PASS -- TEST 'control_wam_debug_gnu' [05:30, 05:06](1573 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_gnu' [04:10, 04:04] +PASS -- TEST 'rap_control_dyn32_phy32_gnu' [08:29, 07:22](967 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_gnu' [04:48, 03:48](952 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_gnu' [07:42, 06:52](997 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_gnu' [04:37, 03:29](892 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_gnu' [04:34, 03:54](951 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_gnu' [06:36, 05:27](863 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_gnu' [02:17, 01:59](856 MB) +PASS -- TEST 'conus13km_control_gnu' [03:37, 02:34](1270 MB) +PASS -- TEST 'conus13km_2threads_gnu' [01:29, 01:06](1178 MB) +PASS -- TEST 'conus13km_restart_mismatch_gnu' [02:28, 01:25](927 MB) + +PASS -- COMPILE 'atm_dyn64_phy32_gnu' [10:11, 09:35] +PASS -- TEST 'rap_control_dyn64_phy32_gnu' [05:27, 04:24](990 MB) + +PASS -- COMPILE 'atm_dyn32_phy32_debug_gnu' [12:11, 11:40] +PASS -- TEST 'rap_control_debug_dyn32_phy32_gnu' [02:17, 01:59](980 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_gnu' [02:17, 01:56](973 MB) +PASS -- TEST 'conus13km_debug_gnu' [06:28, 05:36](1290 MB) +PASS -- TEST 'conus13km_debug_qr_gnu' [06:27, 05:47](977 MB) +PASS -- TEST 'conus13km_debug_2threads_gnu' [04:25, 03:17](1198 MB) +PASS -- TEST 'conus13km_radar_tten_debug_gnu' [06:25, 05:38](1360 MB) + +PASS -- COMPILE 'atm_dyn64_phy32_debug_gnu' [12:11, 12:03] +PASS -- TEST 'rap_control_dyn64_phy32_debug_gnu' [02:16, 01:59](1008 MB) + +PASS -- COMPILE 's2swa_gnu' [20:11, 19:53] +FAILED: TEST TIMED OUT -- TEST 'cpld_control_p8_gnu' [, ]( MB) + +PASS -- COMPILE 's2s_gnu' [20:11, 19:06] +PASS -- TEST 'cpld_control_nowave_noaero_p8_gnu' [05:44, 04:46](2760 MB) + +PASS -- COMPILE 's2swa_debug_gnu' [04:10, 03:40] +FAILED: TEST TIMED OUT -- TEST 'cpld_debug_p8_gnu' [, ]( MB) + +PASS -- COMPILE 's2sw_pdlib_gnu' [15:11, 14:48] +PASS -- TEST 'cpld_control_pdlib_p8_gnu' [26:42, 25:31](2893 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_gnu' [04:10, 03:39] +PASS -- TEST 'cpld_debug_pdlib_p8_gnu' [12:36, 12:02](3042 MB) + +PASS -- COMPILE 'datm_cdeps_gnu' [16:10, 15:22] +PASS -- TEST 'datm_cdeps_control_cfsr_gnu' [03:14, 02:15](764 MB) SYNOPSIS: -Starting Date/Time: 20240425 07:05:44 -Ending Date/Time: 20240425 08:15:15 -Total Time: 01h:09m:54s -Compiles Completed: 53/53 -Tests Completed: 234/234 +Starting Date/Time: 20240629 10:38:43 +Ending Date/Time: 20240629 12:42:48 +Total Time: 02h:04m:27s +Compiles Completed: 57/57 +Tests Completed: 244/246 +Failed Tests: +* TEST cpld_control_p8_gnu: FAILED: TEST TIMED OUT +-- LOG: /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_118853/cpld_control_p8_gnu/err +* TEST cpld_debug_p8_gnu: FAILED: TEST TIMED OUT +-- LOG: /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_118853/cpld_debug_p8_gnu/err NOTES: -A file 'test_changes.list' was generated but is empty. +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: SUCCESS +Result: FAILURE ====END OF HERCULES REGRESSION TESTING LOG==== diff --git a/tests/logs/RegressionTests_jet.log b/tests/logs/RegressionTests_jet.log index 2055263dc5..ad15ed90b7 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: -59efb751087aed49bf96c2f722ba7013cbe33785 +552b40ba9030e83e8f1c6245970ad5b13769e707 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) - c9e4679f449e30bb4cc0f22164b4401a8b50f7a6 CICE-interface/CICE (CICE6.0.0-447-gc9e4679) + fbdf6843d6bde852d97f1547591d90136103f669 CDEPS-interface/CDEPS (cdeps0.4.17-41-gfbdf684) + 9452de8c3cb43fb2628f0722e6a51f79429d2160 CICE-interface/CICE (CICE6.0.0-450-g9452de8) f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) - 4e19850cb083bc474b7cde5dc2f8506ec74cc442 CMEPS-interface/CMEPS (cmeps_v0.4.1-2306-g4e19850) + 2d837b16af326b09ff4018daab4de84f4deff7ec CMEPS-interface/CMEPS (cmeps_v0.4.1-2307-g2d837b1) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - da95cc428d8b626e99250fd57a4279b4980044f8 FV3 (heads/develop) - 97114888f529c2df70ed4a350fd2428df74839ff FV3/atmos_cubed_sphere (201912_public_release-389-g9711488) - 011db4f80a02cba6d65958ace56e8efb197be62b FV3/ccpp/framework (ccpp_transition_to_vlab_master_20190705-704-g011db4f) - 9b0ac7b16a45afe5e7f1abf9571d3484158a5b43 FV3/ccpp/physics (EP4-741-g9b0ac7b1) + 81950993462af14cd53a3b5d7280014fc60d7abf FV3 (remotes/origin/cherry_pick_omga) + 57ca82d862410971889f0f0badad5a8fca89b280 FV3/atmos_cubed_sphere (remotes/origin/cherry_pick_omga) + 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) - 5faac752d9550d3570705358fa1eb3f5ac78a786 FV3/upp (upp_v10.2.0-185-g5faac75) + be0410ece28f2b5b9c089f8ca09ce0c80c79fe6c FV3/upp (upp_v10.2.0-191-gbe0410ec) -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) - 6d0150d6c212c7052e73aa8ab76418d5b28fb780 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10045-g6d0150d6c) + 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) - 6a51f0295bc1a877475b527157a33aa86eb532fe NOAHMP-interface/noahmp (v3.7.1-426-g6a51f02) + ec38ea3d902644cd4519d5fe060316859ccdc108 NOAHMP-interface/noahmp (v3.7.1-434-gec38ea3) d9b3172f4197c65d471662c6952a668152d71230 WW3 (6.07.1-345-gd9b3172f) - 31e4e3e57bad8a7cdaa0ce2d3c4efbca63b5f74a stochastic_physics (ufs-v2.0.0-216-g31e4e3e) + fad2fe9f42f6b7f744b128b4a2a9433f91e4296f stochastic_physics (ufs-v2.0.0-219-gfad2fe9) NOTES: @@ -35,318 +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-20240419 -COMPARISON DIRECTORY: /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_4037119 - -RT.SH OPTIONS USED: -* (-a) - HPC PROJECT ACCOUNT: h-nems -* (-l) - USE CONFIG FILE: rt.conf -* (-r) - USE ROCOTO - -PASS -- COMPILE 's2swa_32bit_intel' [38:58, 38:57] -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [08:16, 06:54](1772 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [48:05, 48:04] -PASS -- TEST 'cpld_control_gfsv17_intel' [22:34, 20:51](1656 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [24:16, 22:28](1871 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [12:14, 10:26](993 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [25:41, 23:57](1618 MB) - -PASS -- COMPILE 's2swa_intel' [38:54, 38:53] -PASS -- TEST 'cpld_control_p8_intel' [08:51, 07:30](1831 MB) -FAILED: TEST TIMED OUT -- TEST 'cpld_control_p8.v2.sfc_intel' [, ]( MB) -PASS -- TEST 'cpld_restart_p8_intel' [05:51, 04:24](1711 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [09:08, 07:43](1825 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [06:05, 04:31](1733 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [08:27, 07:11](2265 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [08:54, 07:36](1813 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [07:46, 06:25](1773 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [08:58, 07:37](1813 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [08:33, 07:16](1753 MB) - -PASS -- COMPILE 's2sw_intel' [36:24, 36:23] -PASS -- TEST 'cpld_control_noaero_p8_intel' [06:56, 05:52](1669 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [07:01, 05:44](1710 MB) - -PASS -- COMPILE 's2swa_debug_intel' [05:15, 05:14] -PASS -- TEST 'cpld_debug_p8_intel' [11:55, 10:36](1846 MB) - -PASS -- COMPILE 's2sw_debug_intel' [04:51, 04:50] -PASS -- TEST 'cpld_debug_noaero_p8_intel' [08:24, 07:16](1651 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [32:13, 32:12] -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [07:04, 05:44](1707 MB) - -PASS -- COMPILE 's2s_intel' [32:46, 32:46] -PASS -- TEST 'cpld_control_c48_intel' [13:29, 12:45](2799 MB) - -PASS -- COMPILE 's2swa_faster_intel' [34:23, 34:22] -PASS -- TEST 'cpld_control_p8_faster_intel' [08:40, 07:14](1821 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [53:05, 53:05] -PASS -- TEST 'cpld_control_pdlib_p8_intel' [22:01, 20:51](1669 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [11:51, 10:31](1024 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [23:01, 21:54](1646 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [05:03, 05:02] -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [33:16, 32:11](1682 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [35:04, 35:04] -PASS -- TEST 'control_flake_intel' [04:46, 04:29](646 MB) -FAILED: TEST TIMED OUT -- TEST 'control_CubedSphereGrid_intel' [, ]( MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [04:45, 04:00](1541 MB) -PASS -- TEST 'control_latlon_intel' [04:27, 03:51](1529 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [04:51, 04:07](1529 MB) -PASS -- TEST 'control_c48_intel' [12:32, 11:54](1718 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [10:27, 10:08](848 MB) -PASS -- TEST 'control_c192_intel' [15:17, 14:18](1678 MB) -PASS -- TEST 'control_c384_intel' [19:48, 18:10](1826 MB) -PASS -- TEST 'control_c384gdas_intel' [16:16, 13:36](1001 MB) -PASS -- TEST 'control_stochy_intel' [02:27, 02:11](602 MB) -PASS -- TEST 'control_stochy_restart_intel' [01:34, 01:19](434 MB) -PASS -- TEST 'control_lndp_intel' [02:23, 02:07](602 MB) -PASS -- TEST 'control_iovr4_intel' [03:31, 03:17](595 MB) -PASS -- TEST 'control_iovr5_intel' [03:31, 03:17](603 MB) -PASS -- TEST 'control_p8_intel' [05:11, 04:05](1549 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [05:05, 04:00](1579 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [05:13, 03:53](1574 MB) -PASS -- TEST 'control_restart_p8_intel' [03:09, 02:13](808 MB) -PASS -- TEST 'control_noqr_p8_intel' [05:01, 03:53](1564 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [03:15, 02:07](849 MB) -PASS -- TEST 'control_decomp_p8_intel' [05:03, 04:02](1563 MB) -PASS -- TEST 'control_2threads_p8_intel' [04:54, 03:46](1651 MB) -PASS -- TEST 'control_p8_lndp_intel' [07:40, 07:02](1573 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [06:47, 05:29](1608 MB) -PASS -- TEST 'control_p8_mynn_intel' [05:18, 04:05](1572 MB) -PASS -- TEST 'merra2_thompson_intel' [05:45, 04:19](1581 MB) -PASS -- TEST 'regional_control_intel' [07:44, 07:09](758 MB) -PASS -- TEST 'regional_restart_intel' [04:14, 03:48](930 MB) -PASS -- TEST 'regional_decomp_intel' [08:08, 07:33](759 MB) -PASS -- TEST 'regional_2threads_intel' [05:06, 04:31](757 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [07:46, 07:04](761 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [07:40, 07:04](761 MB) - -PASS -- COMPILE 'rrfs_intel' [32:59, 32:58] -PASS -- TEST 'rap_control_intel' [11:08, 10:04](991 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [06:32, 05:35](1214 MB) -PASS -- TEST 'rap_decomp_intel' [11:41, 10:35](989 MB) -PASS -- TEST 'rap_2threads_intel' [10:43, 09:38](1071 MB) -PASS -- TEST 'rap_restart_intel' [05:56, 05:17](993 MB) -PASS -- TEST 'rap_sfcdiff_intel' [11:03, 10:01](991 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [11:45, 10:42](987 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [08:17, 07:39](999 MB) -PASS -- TEST 'hrrr_control_intel' [06:19, 05:09](973 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [06:20, 05:13](980 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [05:48, 04:42](1065 MB) -PASS -- TEST 'hrrr_control_restart_intel' [03:13, 02:55](910 MB) -PASS -- TEST 'rrfs_v1beta_intel' [11:03, 09:57](989 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [12:38, 12:21](1944 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [12:22, 12:08](1921 MB) - -PASS -- COMPILE 'csawmg_intel' [31:27, 31:27] -PASS -- TEST 'control_csawmg_intel' [08:36, 08:06](693 MB) -PASS -- TEST 'control_ras_intel' [04:36, 04:24](667 MB) - -PASS -- COMPILE 'wam_intel' [29:55, 29:55] -PASS -- TEST 'control_wam_intel' [03:01, 02:50](497 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [31:50, 31:49] -PASS -- TEST 'control_p8_faster_intel' [04:52, 03:38](1568 MB) -PASS -- TEST 'regional_control_faster_intel' [07:10, 06:36](769 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [05:58, 05:58] -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [03:55, 03:19](1564 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [03:58, 03:16](1565 MB) -PASS -- TEST 'control_stochy_debug_intel' [04:03, 03:46](760 MB) -PASS -- TEST 'control_lndp_debug_intel' [03:38, 03:24](769 MB) -PASS -- TEST 'control_csawmg_debug_intel' [05:48, 05:17](811 MB) -PASS -- TEST 'control_ras_debug_intel' [03:45, 03:28](770 MB) -PASS -- TEST 'control_diag_debug_intel' [04:23, 03:44](1607 MB) -PASS -- TEST 'control_debug_p8_intel' [04:31, 03:53](1599 MB) -PASS -- TEST 'regional_debug_intel' [23:12, 22:35](783 MB) -PASS -- TEST 'rap_control_debug_intel' [06:24, 06:07](1156 MB) -PASS -- TEST 'hrrr_control_debug_intel' [06:08, 05:55](1151 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [06:21, 06:04](1149 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [06:21, 06:06](1157 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [06:21, 06:05](1160 MB) -PASS -- TEST 'rap_diag_debug_intel' [06:41, 06:19](1236 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [06:25, 06:13](1151 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [06:26, 06:14](1151 MB) -PASS -- TEST 'rap_lndp_debug_intel' [06:20, 06:07](1153 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [06:28, 06:12](1160 MB) -PASS -- TEST 'rap_noah_debug_intel' [06:18, 06:03](1144 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [06:24, 06:09](1150 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [10:12, 10:01](1153 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [06:13, 06:00](1151 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [07:36, 07:22](1151 MB) -PASS -- TEST 'rap_flake_debug_intel' [06:21, 06:04](1147 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [11:40, 10:30](1157 MB) - -PASS -- COMPILE 'wam_debug_intel' [04:00, 04:00] -PASS -- TEST 'control_wam_debug_intel' [06:22, 06:10](445 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [30:01, 30:00] -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [06:10, 05:14](1071 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [09:20, 08:19](901 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [05:53, 04:29](862 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [08:54, 07:52](957 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [05:32, 04:06](911 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [06:08, 04:42](853 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [06:48, 06:14](902 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [02:38, 02:23](848 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [42:46, 42:46] -PASS -- TEST 'conus13km_control_intel' [03:43, 03:01](1104 MB) -PASS -- TEST 'conus13km_2threads_intel' [02:04, 01:27](1054 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [02:14, 01:38](1022 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [30:43, 30:42] -PASS -- TEST 'rap_control_dyn64_phy32_intel' [06:06, 05:33](911 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [04:19, 04:19] -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [06:13, 06:00](1029 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [06:10, 05:54](1031 MB) -PASS -- TEST 'conus13km_debug_intel' [19:09, 18:30](1121 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [19:12, 18:33](884 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [11:16, 10:41](1066 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [18:57, 18:22](1205 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [04:11, 04:11] -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [06:17, 06:05](1067 MB) - -PASS -- COMPILE 'hafsw_intel' [34:28, 34:28] -PASS -- TEST 'hafs_regional_atm_intel' [08:15, 07:01](717 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [06:54, 06:31](1094 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [10:41, 09:13](776 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [17:56, 16:15](801 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [19:43, 18:12](821 MB) -PASS -- TEST 'gnv1_nested_intel' [06:36, 05:43](773 MB) - -PASS -- COMPILE 'hafs_all_intel' [32:14, 32:14] -PASS -- TEST 'hafs_regional_docn_intel' [09:58, 08:43](767 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [10:12, 08:46](756 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [08:07, 08:07] -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [03:45, 03:35](1077 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [02:26, 02:13](1039 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [03:43, 03:34](925 MB) -FAILED: TEST TIMED OUT -- TEST 'datm_cdeps_iau_gefs_intel' [, ]( MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [03:52, 03:41](931 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [03:54, 03:43](1064 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [03:42, 03:34](1056 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [03:45, 03:34](927 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [08:54, 07:54](881 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [08:48, 07:51](842 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [03:41, 03:34](1063 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [05:11, 05:01](2408 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [05:57, 05:44](2391 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [03:19, 03:19] -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [08:20, 08:10](1008 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [08:18, 08:17] -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [03:41, 03:32](1072 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [01:55, 01:55] -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [02:01, 01:36](233 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [01:37, 01:19](256 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [01:12, 00:55](256 MB) - -PASS -- COMPILE 'atml_intel' [39:04, 39:03] -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [09:05, 07:42](1597 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [09:05, 07:42](1593 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [04:36, 03:59](863 MB) - -PASS -- COMPILE 'atmw_intel' [31:47, 31:46] -PASS -- TEST 'atmwav_control_noaero_p8_intel' [03:27, 02:16](1600 MB) - -PASS -- COMPILE 'atmaero_intel' [30:44, 30:44] -PASS -- TEST 'atmaero_control_p8_intel' [06:30, 05:22](1674 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [07:31, 06:23](1706 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [07:20, 06:28](1732 MB) - -SYNOPSIS: -Starting Date/Time: 20240424 18:28:23 -Ending Date/Time: 20240425 00:58:46 -Total Time: 06h:30m:55s -Compiles Completed: 32/32 -Tests Completed: 155/158 -Failed Tests: -* TEST cpld_control_p8.v2.sfc_intel: FAILED: TEST TIMED OUT --- LOG: /mnt/lfs4/HFIP/hfv3gfs/Zachary.Shrader/rt-2241/tests/logs/log_jet/run_cpld_control_p8.v2.sfc_intel.log -* TEST control_CubedSphereGrid_intel: FAILED: TEST TIMED OUT --- LOG: /mnt/lfs4/HFIP/hfv3gfs/Zachary.Shrader/rt-2241/tests/logs/log_jet/run_control_CubedSphereGrid_intel.log -* TEST datm_cdeps_iau_gefs_intel: FAILED: TEST TIMED OUT --- LOG: /mnt/lfs4/HFIP/hfv3gfs/Zachary.Shrader/rt-2241/tests/logs/log_jet/run_datm_cdeps_iau_gefs_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 JET REGRESSION TESTING LOG==== -====START OF JET REGRESSION TESTING LOG==== - -UFSWM hash used in testing: -59efb751087aed49bf96c2f722ba7013cbe33785 - -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) - c9e4679f449e30bb4cc0f22164b4401a8b50f7a6 CICE-interface/CICE (CICE6.0.0-447-gc9e4679) - f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) - 4e19850cb083bc474b7cde5dc2f8506ec74cc442 CMEPS-interface/CMEPS (cmeps_v0.4.1-2306-g4e19850) - cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - da95cc428d8b626e99250fd57a4279b4980044f8 FV3 (heads/develop) - 97114888f529c2df70ed4a350fd2428df74839ff FV3/atmos_cubed_sphere (201912_public_release-389-g9711488) - 011db4f80a02cba6d65958ace56e8efb197be62b FV3/ccpp/framework (ccpp_transition_to_vlab_master_20190705-704-g011db4f) - 9b0ac7b16a45afe5e7f1abf9571d3484158a5b43 FV3/ccpp/physics (EP4-741-g9b0ac7b1) - 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) - 5faac752d9550d3570705358fa1eb3f5ac78a786 FV3/upp (upp_v10.2.0-185-g5faac75) --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) - 6d0150d6c212c7052e73aa8ab76418d5b28fb780 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10045-g6d0150d6c) - 9423197f894112edfcb1502245f7d7b873d551f9 MOM6-interface/MOM6/pkg/CVMix-src (9423197) - 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) - 6a51f0295bc1a877475b527157a33aa86eb532fe NOAHMP-interface/noahmp (v3.7.1-426-g6a51f02) - d9b3172f4197c65d471662c6952a668152d71230 WW3 (6.07.1-345-gd9b3172f) - 31e4e3e57bad8a7cdaa0ce2d3c4efbca63b5f74a stochastic_physics (ufs-v2.0.0-216-g31e4e3e) - - -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-20240419 -COMPARISON DIRECTORY: /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_3617777 +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_358144 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: h-nems * (-l) - USE CONFIG FILE: rt.conf * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_intel' [39:13, 38:28] -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [09:53, 07:28](1828 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [35:13, 34:41] -PASS -- TEST 'control_CubedSphereGrid_intel' [04:58, 03:57](1538 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [08:11, 07:57] -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [04:26, 03:35](923 MB) +PASS -- COMPILE 's2swa_32bit_intel' [40:15, 40:05] ( 1 warnings 1382 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [09:50, 07:30](2011 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [50:16, 49:49] ( 1 warnings 1426 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [24:04, 21:18](1889 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [26:08, 22:31](2021 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [12:45, 10:56](1132 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [26:43, 24:35](1850 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [54:17, 53:43] ( 1 warnings 1423 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [21:51, 21:02](1870 MB) + +PASS -- COMPILE 's2swa_intel' [41:15, 40:56] ( 1380 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [15:23, 08:25](2012 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [15:52, 08:31](2004 MB) +PASS -- TEST 'cpld_restart_p8_intel' [07:00, 04:57](1699 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [15:28, 08:29](2058 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [06:55, 04:59](1695 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [11:23, 08:14](2308 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [14:23, 08:12](2042 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [08:45, 07:03](2002 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [15:53, 08:27](2037 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [15:37, 08:20](1990 MB) + +PASS -- COMPILE 's2sw_intel' [39:15, 38:28] ( 1278 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [08:41, 06:18](1894 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [09:01, 06:59](1959 MB) + +PASS -- COMPILE 's2swa_debug_intel' [06:11, 05:25] ( 1450 warnings 1228 remarks ) +PASS -- TEST 'cpld_debug_p8_intel' [14:52, 11:14](2061 MB) + +PASS -- COMPILE 's2sw_debug_intel' [06:11, 05:07] ( 1450 warnings 1228 remarks ) +PASS -- TEST 'cpld_debug_noaero_p8_intel' [10:15, 07:56](1907 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [35:13, 34:18] ( 1010 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [08:49, 06:30](1964 MB) + +PASS -- COMPILE 's2s_intel' [35:16, 34:36] ( 1015 remarks ) +PASS -- TEST 'cpld_control_c48_intel' [15:07, 13:23](3059 MB) +PASS -- TEST 'cpld_warmstart_c48_intel' [06:08, 04:07](3040 MB) +PASS -- TEST 'cpld_restart_c48_intel' [04:01, 02:15](2461 MB) + +PASS -- COMPILE 's2swa_faster_intel' [35:24, 34:26] ( 1609 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [11:55, 08:02](2055 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [53:18, 52:53] ( 1338 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [27:59, 21:36](1905 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [13:49, 11:00](1134 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [26:34, 24:49](1886 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [06:11, 05:25] ( 1560 warnings 1998 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [34:44, 32:26](1894 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [38:18, 37:14] ( 1 warnings 1147 remarks ) +PASS -- TEST 'control_flake_intel' [09:35, 04:34](650 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [09:18, 03:59](1558 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [13:21, 04:10](1560 MB) +PASS -- TEST 'control_latlon_intel' [13:11, 03:48](1557 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [09:22, 04:09](1549 MB) +PASS -- TEST 'control_c48_intel' [17:29, 12:03](1736 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [15:43, 10:17](854 MB) +PASS -- TEST 'control_c192_intel' [24:36, 14:24](1679 MB) +PASS -- TEST 'control_c384_intel' [24:33, 18:05](1817 MB) +PASS -- TEST 'control_c384gdas_intel' [20:36, 13:36](1016 MB) +PASS -- TEST 'control_stochy_intel' [07:34, 02:13](606 MB) +PASS -- TEST 'control_stochy_restart_intel' [03:34, 01:23](435 MB) +PASS -- TEST 'control_lndp_intel' [06:35, 02:08](603 MB) +PASS -- TEST 'control_iovr4_intel' [08:41, 03:25](601 MB) +PASS -- TEST 'control_iovr5_intel' [08:38, 03:24](602 MB) +PASS -- TEST 'control_p8_intel' [13:42, 04:46](1814 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [15:09, 04:47](1852 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [13:59, 04:41](1848 MB) +PASS -- TEST 'control_restart_p8_intel' [13:30, 02:49](1062 MB) +PASS -- TEST 'control_noqr_p8_intel' [10:46, 04:32](1848 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [05:18, 02:56](1076 MB) +PASS -- TEST 'control_decomp_p8_intel' [10:45, 04:50](1828 MB) +PASS -- TEST 'control_2threads_p8_intel' [10:44, 04:44](1935 MB) +PASS -- TEST 'control_p8_lndp_intel' [13:17, 08:02](1838 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [11:59, 05:58](1904 MB) +PASS -- TEST 'control_p8_mynn_intel' [10:57, 04:52](1855 MB) +PASS -- TEST 'merra2_thompson_intel' [16:17, 05:15](1851 MB) +PASS -- TEST 'regional_control_intel' [15:11, 08:14](1013 MB) +PASS -- TEST 'regional_restart_intel' [05:42, 04:35](1006 MB) +PASS -- TEST 'regional_decomp_intel' [14:12, 08:33](997 MB) +PASS -- TEST 'regional_2threads_intel' [11:11, 06:43](1004 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [13:18, 08:11](1019 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [16:11, 08:20](1012 MB) + +PASS -- COMPILE 'rrfs_intel' [36:15, 34:54] ( 3 warnings 1114 remarks ) +PASS -- TEST 'rap_control_intel' [16:15, 10:09](995 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [07:27, 05:37](1225 MB) +PASS -- TEST 'rap_decomp_intel' [12:02, 10:43](987 MB) +PASS -- TEST 'rap_2threads_intel' [11:33, 09:41](1078 MB) +PASS -- TEST 'rap_restart_intel' [08:27, 05:20](992 MB) +PASS -- TEST 'rap_sfcdiff_intel' [16:14, 10:07](992 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [12:28, 10:47](986 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [11:36, 07:37](1001 MB) +PASS -- TEST 'hrrr_control_intel' [12:30, 05:17](985 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [14:11, 05:23](987 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [13:06, 04:50](1062 MB) +PASS -- TEST 'hrrr_control_restart_intel' [06:30, 02:51](927 MB) +PASS -- TEST 'rrfs_v1beta_intel' [16:36, 09:57](986 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [13:35, 12:24](1945 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [13:35, 12:14](1931 MB) + +PASS -- COMPILE 'csawmg_intel' [33:15, 32:15] ( 1095 remarks ) +PASS -- TEST 'control_csawmg_intel' [17:48, 08:53](959 MB) +PASS -- TEST 'control_ras_intel' [13:29, 04:25](668 MB) + +PASS -- COMPILE 'wam_intel' [33:15, 32:14] ( 994 remarks ) +PASS -- TEST 'control_wam_intel' [16:58, 14:20](1622 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [14:22, 13:04] ( 1298 remarks ) +PASS -- TEST 'control_p8_faster_intel' [07:44, 04:23](1843 MB) +PASS -- TEST 'regional_control_faster_intel' [09:51, 07:37](1010 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [08:10, 07:14] ( 884 warnings 9 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [08:56, 03:19](1568 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [09:02, 03:17](1561 MB) +PASS -- TEST 'control_stochy_debug_intel' [06:32, 03:49](765 MB) +PASS -- TEST 'control_lndp_debug_intel' [06:32, 03:25](768 MB) +PASS -- TEST 'control_csawmg_debug_intel' [10:54, 05:55](1082 MB) +PASS -- TEST 'control_ras_debug_intel' [05:33, 03:30](779 MB) +PASS -- TEST 'control_diag_debug_intel' [09:00, 03:26](1626 MB) +PASS -- TEST 'control_debug_p8_intel' [09:05, 04:18](1852 MB) +PASS -- TEST 'regional_debug_intel' [26:59, 22:54](1021 MB) +PASS -- TEST 'rap_control_debug_intel' [09:36, 06:06](1152 MB) +PASS -- TEST 'hrrr_control_debug_intel' [09:36, 06:00](1146 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [10:36, 06:04](1151 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [10:37, 06:05](1151 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [10:32, 06:04](1157 MB) +PASS -- TEST 'rap_diag_debug_intel' [10:42, 06:25](1239 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [10:25, 06:13](1149 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [10:25, 06:14](1155 MB) +PASS -- TEST 'rap_lndp_debug_intel' [09:28, 06:10](1155 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [10:30, 06:07](1148 MB) +PASS -- TEST 'rap_noah_debug_intel' [10:30, 05:59](1152 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [09:29, 06:05](1158 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [13:27, 09:56](1157 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [10:27, 06:02](1150 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [11:31, 07:30](1157 MB) +PASS -- TEST 'rap_flake_debug_intel' [10:32, 06:06](1153 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [15:37, 10:35](1149 MB) + +PASS -- COMPILE 'wam_debug_intel' [11:12, 04:40] ( 839 warnings 1 remarks ) +PASS -- TEST 'control_wam_debug_intel' [21:06, 16:34](1634 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [31:15, 29:53] ( 3 warnings 1027 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [11:28, 05:23](1082 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [10:02, 08:23](901 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [06:14, 04:19](881 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [09:27, 07:59](962 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [06:14, 04:07](912 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [06:15, 04:42](856 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [09:05, 06:18](903 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [03:30, 02:20](844 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [50:17, 49:52] ( 3 warnings 1197 remarks ) +PASS -- TEST 'conus13km_control_intel' [08:06, 03:03](1105 MB) +PASS -- TEST 'conus13km_2threads_intel' [02:49, 01:22](1055 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [02:49, 01:39](1022 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [31:17, 30:56] ( 3 warnings 1047 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [06:56, 05:25](909 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [05:12, 04:30] ( 787 warnings 8 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [07:31, 06:00](1031 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [06:32, 05:53](1035 MB) +PASS -- TEST 'conus13km_debug_intel' [20:07, 18:19](1176 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [20:07, 18:30](857 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [12:00, 10:38](1085 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [20:01, 18:23](1215 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [05:12, 04:14] ( 787 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [07:28, 06:15](1071 MB) + +PASS -- COMPILE 'hafsw_intel' [44:17, 38:43] ( 1 warnings 1426 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [12:28, 07:02](709 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [17:38, 06:29](1091 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [28:50, 09:18](780 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [21:31, 16:21](801 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [36:52, 18:16](820 MB) +PASS -- TEST 'gnv1_nested_intel' [39:03, 06:55](1678 MB) + +PASS -- COMPILE 'hafs_all_intel' [38:16, 33:37] ( 1267 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [10:33, 08:39](774 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [10:39, 08:42](753 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [09:12, 08:30] ( 67 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [04:27, 03:36](1065 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [05:26, 02:17](1033 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [08:25, 03:30](924 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [10:25, 03:36](927 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [08:26, 03:35](924 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [04:28, 03:37](1066 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [04:28, 03:35](1060 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [04:27, 03:33](924 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [16:26, 07:55](884 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [16:25, 07:48](842 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [07:22, 03:36](1062 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [10:27, 05:02](2337 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [06:27, 05:05](2381 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [04:10, 03:40] ( 2 warnings ) +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [11:25, 07:59](1014 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [10:11, 08:17] ( 70 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [04:24, 03:38](1061 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [03:10, 01:50] ( 60 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [04:40, 01:44](233 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [02:33, 01:24](256 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [01:28, 00:51](254 MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [36:17, 33:44] ( 1015 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [19:30, 05:46](1909 MB) + +PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [34:14, 33:16] ( 1015 remarks ) +PASS -- TEST 'atm_ds2s_docn_dice_intel' [23:41, 05:37](1888 MB) + +PASS -- COMPILE 'atml_intel' [42:16, 41:39] ( 8 warnings 1185 remarks ) +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [12:45, 08:39](1847 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [13:49, 08:47](1831 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [05:52, 04:25](1070 MB) + +PASS -- COMPILE 'atml_debug_intel' [06:12, 05:54] ( 882 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [30:51, 08:17](1875 MB) + +PASS -- COMPILE 'atmw_intel' [35:15, 34:23] ( 1259 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [05:38, 03:18](1859 MB) + +PASS -- COMPILE 'atmaero_intel' [50:19, 32:49] ( 1098 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [07:29, 05:33](1933 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [08:31, 06:27](1721 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [08:16, 06:29](1727 MB) SYNOPSIS: -Starting Date/Time: 20240425 12:08:23 -Ending Date/Time: 20240425 12:58:47 -Total Time: 00h:50m:35s -Compiles Completed: 3/3 -Tests Completed: 3/3 +Starting Date/Time: 20240630 22:41:54 +Ending Date/Time: 20240701 02:59:19 +Total Time: 04h:17m:56s +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 65abf9421d..3589f30884 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: -d47726e50be21a6b878bfb05f03b0b9fbe725775 +552f487a2333cfd64aa1fcbdebc380f9158b9e52 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) - c9e4679f449e30bb4cc0f22164b4401a8b50f7a6 CICE-interface/CICE (CICE6.0.0-447-gc9e4679) + fbdf6843d6bde852d97f1547591d90136103f669 CDEPS-interface/CDEPS (cdeps0.4.17-41-gfbdf684) + 9452de8c3cb43fb2628f0722e6a51f79429d2160 CICE-interface/CICE (CICE6.0.0-450-g9452de8) f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) - 4e19850cb083bc474b7cde5dc2f8506ec74cc442 CMEPS-interface/CMEPS (cmeps_v0.4.1-2306-g4e19850) + 2d837b16af326b09ff4018daab4de84f4deff7ec CMEPS-interface/CMEPS (cmeps_v0.4.1-2307-g2d837b1) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - da95cc428d8b626e99250fd57a4279b4980044f8 FV3 (heads/develop) - 97114888f529c2df70ed4a350fd2428df74839ff FV3/atmos_cubed_sphere (201912_public_release-389-g9711488) - 011db4f80a02cba6d65958ace56e8efb197be62b FV3/ccpp/framework (ccpp_transition_to_vlab_master_20190705-704-g011db4f) - 9b0ac7b16a45afe5e7f1abf9571d3484158a5b43 FV3/ccpp/physics (EP4-741-g9b0ac7b1) + 81950993462af14cd53a3b5d7280014fc60d7abf FV3 (remotes/origin/cherry_pick_omga) + 57ca82d862410971889f0f0badad5a8fca89b280 FV3/atmos_cubed_sphere (remotes/origin/cherry_pick_omga) + 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) - 5faac752d9550d3570705358fa1eb3f5ac78a786 FV3/upp (upp_v10.2.0-185-g5faac75) + be0410ece28f2b5b9c089f8ca09ce0c80c79fe6c FV3/upp (upp_v10.2.0-191-gbe0410ec) -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) - ab7bd14d209592d55490e75dbfaa61cb4a62df97 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10032-gab7bd14d2) + 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) - 6a51f0295bc1a877475b527157a33aa86eb532fe NOAHMP-interface/noahmp (v3.7.1-426-g6a51f02) + ec38ea3d902644cd4519d5fe060316859ccdc108 NOAHMP-interface/noahmp (v3.7.1-434-gec38ea3) d9b3172f4197c65d471662c6952a668152d71230 WW3 (6.07.1-345-gd9b3172f) - 31e4e3e57bad8a7cdaa0ce2d3c4efbca63b5f74a stochastic_physics (ufs-v2.0.0-216-g31e4e3e) + fad2fe9f42f6b7f744b128b4a2a9433f91e4296f stochastic_physics (ufs-v2.0.0-219-gfad2fe9) NOTES: @@ -35,376 +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-20240419 -COMPARISON DIRECTORY: /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_400870 +BASELINE DIRECTORY: /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20240614 +COMPARISON DIRECTORY: /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_770352 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: epic * (-l) - USE CONFIG FILE: rt.conf * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [16:11, 15:56] -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [08:22, 05:18](3112 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [21:11, 20:24] -PASS -- TEST 'cpld_control_gfsv17_intel' [18:54, 16:34](1744 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [20:01, 17:20](2026 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [10:09, 08:05](1112 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [20:51, 18:36](1644 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [06:11, 05:18] -PASS -- TEST 'cpld_debug_gfsv17_intel' [24:56, 23:09](1683 MB) - -PASS -- COMPILE 's2swa_intel' [16:11, 15:26] -PASS -- TEST 'cpld_control_p8_intel' [08:02, 05:39](3210 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [08:22, 05:41](3211 MB) -PASS -- TEST 'cpld_restart_p8_intel' [06:07, 03:18](3253 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [08:02, 05:46](3237 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [06:07, 03:21](3272 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [09:06, 06:18](3556 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [08:02, 05:44](3199 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [06:50, 04:43](3072 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [08:26, 05:46](3212 MB) -PASS -- TEST 'cpld_control_c192_p8_intel' [13:06, 10:01](3339 MB) -PASS -- TEST 'cpld_restart_c192_p8_intel' [10:35, 06:13](3626 MB) -PASS -- TEST 'cpld_bmark_p8_intel' [18:57, 11:05](4120 MB) -PASS -- TEST 'cpld_restart_bmark_p8_intel' [16:22, 07:03](4371 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [08:07, 05:19](3176 MB) - -PASS -- COMPILE 's2sw_intel' [13:11, 12:53] -PASS -- TEST 'cpld_control_noaero_p8_intel' [06:04, 04:23](1734 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [06:30, 04:18](1780 MB) - -PASS -- COMPILE 's2swa_debug_intel' [06:11, 05:16] -PASS -- TEST 'cpld_debug_p8_intel' [10:47, 08:41](3251 MB) - -PASS -- COMPILE 's2sw_debug_intel' [06:11, 05:18] -PASS -- TEST 'cpld_debug_noaero_p8_intel' [07:12, 06:02](1756 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [13:11, 13:00] -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [06:28, 04:26](1775 MB) - -PASS -- COMPILE 's2s_intel' [14:11, 14:07] -PASS -- TEST 'cpld_control_c48_intel' [10:07, 08:09](2835 MB) - -PASS -- COMPILE 's2swa_faster_intel' [20:11, 19:10] -PASS -- TEST 'cpld_control_p8_faster_intel' [07:43, 05:21](3152 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [18:11, 17:59] -PASS -- TEST 'cpld_control_pdlib_p8_intel' [18:27, 16:40](1764 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [10:27, 08:14](1177 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [20:18, 18:45](1685 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [05:10, 04:24] -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [26:12, 24:12](1720 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [13:11, 12:33] -PASS -- TEST 'control_flake_intel' [04:32, 03:30](698 MB) -FAILED: UNABLE TO RUN COMPARISON -- TEST 'control_CubedSphereGrid_intel' [, ]( MB) -FAILED: UNABLE TO RUN COMPARISON -- TEST 'control_CubedSphereGrid_parallel_intel' [, ]( MB) -FAILED: UNABLE TO RUN COMPARISON -- TEST 'control_latlon_intel' [, ]( MB) -FAILED: UNABLE TO RUN COMPARISON -- TEST 'control_wrtGauss_netcdf_parallel_intel' [, ]( MB) -FAILED: UNABLE TO RUN COMPARISON -- TEST 'control_c48_intel' [, ]( MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [06:31, 06:00](872 MB) -FAILED: UNABLE TO RUN COMPARISON -- TEST 'control_c192_intel' [, ]( MB) -FAILED: UNABLE TO RUN COMPARISON -- TEST 'control_c384_intel' [, ]( MB) -PASS -- TEST 'control_c384gdas_intel' [12:18, 08:58](1359 MB) -PASS -- TEST 'control_stochy_intel' [02:25, 01:42](658 MB) -PASS -- TEST 'control_stochy_restart_intel' [01:22, 00:59](502 MB) -PASS -- TEST 'control_lndp_intel' [02:26, 01:34](653 MB) -PASS -- TEST 'control_iovr4_intel' [03:26, 02:32](650 MB) -PASS -- TEST 'control_iovr5_intel' [03:26, 02:27](654 MB) -PASS -- TEST 'control_p8_intel' [04:43, 03:04](1626 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [04:43, 02:59](1638 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [04:40, 02:51](1626 MB) -PASS -- TEST 'control_restart_p8_intel' [03:35, 01:37](899 MB) -PASS -- TEST 'control_noqr_p8_intel' [04:36, 02:59](1619 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [03:17, 01:37](934 MB) -PASS -- TEST 'control_decomp_p8_intel' [04:20, 03:00](1608 MB) -PASS -- TEST 'control_2threads_p8_intel' [04:19, 03:03](1719 MB) -PASS -- TEST 'control_p8_lndp_intel' [06:59, 05:10](1634 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [05:45, 03:55](1691 MB) -PASS -- TEST 'control_p8_mynn_intel' [04:34, 02:59](1633 MB) -FAILED: UNABLE TO RUN COMPARISON -- TEST 'merra2_thompson_intel' [, ]( MB) -PASS -- TEST 'regional_control_intel' [06:52, 05:13](817 MB) -PASS -- TEST 'regional_restart_intel' [03:42, 02:45](987 MB) -PASS -- TEST 'regional_decomp_intel' [06:36, 05:33](851 MB) -PASS -- TEST 'regional_2threads_intel' [04:33, 03:47](847 MB) -PASS -- TEST 'regional_noquilt_intel' [05:47, 05:03](1369 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [06:50, 05:10](857 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [06:44, 05:11](858 MB) -PASS -- TEST 'regional_wofs_intel' [07:45, 06:43](1923 MB) - -PASS -- COMPILE 'rrfs_intel' [12:11, 11:29] -PASS -- TEST 'rap_control_intel' [09:34, 07:43](1106 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [06:00, 04:48](1297 MB) -PASS -- TEST 'rap_decomp_intel' [09:00, 08:06](1024 MB) -PASS -- TEST 'rap_2threads_intel' [08:57, 07:52](1183 MB) -PASS -- TEST 'rap_restart_intel' [05:21, 04:03](1102 MB) -PASS -- TEST 'rap_sfcdiff_intel' [09:33, 07:40](1106 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [10:29, 08:07](1025 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [07:21, 05:50](1129 MB) -PASS -- TEST 'hrrr_control_intel' [05:10, 04:00](1035 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [05:09, 04:08](1028 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [05:03, 03:26](1111 MB) -PASS -- TEST 'hrrr_control_restart_intel' [03:26, 02:10](994 MB) -PASS -- TEST 'rrfs_v1beta_intel' [09:22, 07:33](1091 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [10:33, 09:09](1990 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [09:27, 08:57](2071 MB) - -PASS -- COMPILE 'csawmg_intel' [11:10, 11:05] -PASS -- TEST 'control_csawmg_intel' [06:42, 05:59](750 MB) -PASS -- TEST 'control_ras_intel' [04:23, 03:21](735 MB) - -PASS -- COMPILE 'wam_intel' [11:10, 11:04] -PASS -- TEST 'control_wam_intel' [02:22, 02:03](650 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [12:11, 11:23] -PASS -- TEST 'control_p8_faster_intel' [04:29, 02:39](1623 MB) -PASS -- TEST 'regional_control_faster_intel' [05:47, 04:35](856 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [06:10, 05:17] -FAILED: UNABLE TO RUN COMPARISON -- TEST 'control_CubedSphereGrid_debug_intel' [, ]( MB) -FAILED: UNABLE TO RUN COMPARISON -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [, ]( MB) -PASS -- TEST 'control_stochy_debug_intel' [03:22, 03:01](820 MB) -PASS -- TEST 'control_lndp_debug_intel' [03:25, 02:50](819 MB) -PASS -- TEST 'control_csawmg_debug_intel' [05:46, 04:13](863 MB) -PASS -- TEST 'control_ras_debug_intel' [03:23, 02:48](830 MB) -FAILED: UNABLE TO RUN COMPARISON -- TEST 'control_diag_debug_intel' [, ]( MB) -PASS -- TEST 'control_debug_p8_intel' [03:50, 02:45](1650 MB) -PASS -- TEST 'regional_debug_intel' [18:44, 17:17](810 MB) -PASS -- TEST 'rap_control_debug_intel' [05:24, 04:58](1198 MB) -PASS -- TEST 'hrrr_control_debug_intel' [05:27, 04:51](1196 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [05:25, 04:52](1197 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [05:23, 04:57](1205 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [05:21, 05:03](1155 MB) -PASS -- TEST 'rap_diag_debug_intel' [05:37, 05:05](1280 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [05:23, 05:00](1210 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [05:21, 04:55](1203 MB) -PASS -- TEST 'rap_lndp_debug_intel' [05:23, 04:52](1204 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [05:22, 04:59](1200 MB) -PASS -- TEST 'rap_noah_debug_intel' [05:22, 04:52](1200 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [05:21, 05:00](1206 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [08:22, 08:04](1196 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [05:21, 04:51](1194 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [06:26, 06:04](1199 MB) -PASS -- TEST 'rap_flake_debug_intel' [05:23, 05:02](1205 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [10:24, 08:26](1206 MB) - -PASS -- COMPILE 'wam_debug_intel' [04:10, 03:13] -PASS -- TEST 'control_wam_debug_intel' [05:23, 05:00](507 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [11:10, 10:32] -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [06:06, 04:25](1165 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [08:15, 06:25](1051 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [05:35, 03:22](986 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [07:57, 06:39](1043 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [05:18, 03:47](959 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [05:14, 03:36](920 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [06:18, 04:51](996 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [02:27, 01:52](928 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [15:10, 14:26] -PASS -- TEST 'conus13km_control_intel' [02:55, 02:07](1203 MB) -PASS -- TEST 'conus13km_2threads_intel' [02:46, 01:23](1122 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [02:53, 01:19](1109 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [12:11, 11:26] -PASS -- TEST 'rap_control_dyn64_phy32_intel' [05:42, 04:13](998 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [04:10, 03:26] -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [05:23, 04:50](1084 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [05:23, 04:56](1075 MB) -PASS -- TEST 'conus13km_debug_intel' [14:49, 14:08](1230 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [15:47, 14:41](928 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [09:34, 08:20](1159 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [15:40, 14:21](1297 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [03:10, 03:04] -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [05:23, 05:05](1128 MB) - -PASS -- COMPILE 'hafsw_intel' [14:11, 13:30] -PASS -- TEST 'hafs_regional_atm_intel' [07:16, 05:36](744 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [06:31, 06:05](1121 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [08:32, 06:57](831 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [14:17, 12:41](862 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [16:35, 14:37](882 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [08:01, 06:21](499 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [09:24, 07:33](517 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [04:55, 03:12](375 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [10:31, 08:01](474 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [05:46, 04:10](527 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [04:52, 04:01](531 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [06:53, 05:19](588 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [02:25, 01:26](400 MB) -PASS -- TEST 'gnv1_nested_intel' [05:59, 04:35](805 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [05:11, 04:36] -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [13:58, 13:08](569 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [14:11, 14:08] -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [11:02, 09:35](656 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [11:06, 09:41](741 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [14:11, 14:00] -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [08:04, 07:03](731 MB) - -PASS -- COMPILE 'hafs_all_intel' [13:11, 12:43] -PASS -- TEST 'hafs_regional_docn_intel' [08:17, 06:19](836 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [08:14, 06:25](819 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [16:58, 15:51](1208 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [07:11, 06:37] -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [03:22, 02:44](1135 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [02:20, 01:41](1092 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [03:17, 02:36](1017 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [03:18, 02:40](1017 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [03:18, 02:40](1020 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [03:17, 02:42](1117 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [03:17, 02:45](1137 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [03:18, 02:34](1013 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [07:12, 05:54](1059 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [07:10, 05:51](1036 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [03:15, 02:40](1126 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [04:17, 03:37](2497 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [04:18, 03:41](2442 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [04:11, 03:42] -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [07:18, 06:16](1063 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [07:10, 06:30] -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [03:19, 02:40](1126 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [02:11, 01:44] -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [01:29, 00:50](258 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [01:22, 00:50](310 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [01:24, 00:33](309 MB) - -PASS -- COMPILE 'atml_intel' [15:11, 14:20] -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [06:32, 04:14](1615 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [06:29, 04:13](1601 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [03:44, 02:20](893 MB) - -PASS -- COMPILE 'atmw_intel' [13:10, 12:19] -PASS -- TEST 'atmwav_control_noaero_p8_intel' [03:18, 01:46](1661 MB) - -PASS -- COMPILE 'atmaero_intel' [12:11, 11:33] -PASS -- TEST 'atmaero_control_p8_intel' [05:11, 03:57](3019 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [06:21, 04:43](3092 MB) -FAILED: UNABLE TO RUN COMPARISON -- TEST 'atmaero_control_p8_rad_micro_intel' [, ]( MB) - -PASS -- COMPILE 'atmaq_debug_intel' [04:11, 03:33] -PASS -- TEST 'regional_atmaq_debug_intel' [22:54, 20:29](4572 MB) +PASS -- COMPILE 's2swa_32bit_intel' [19:10, 18:40] ( 1 warnings 10 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [16:47, 14:35](2087 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [26:11, 25:31] ( 1 warnings 10 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [21:23, 18:11](1962 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [21:10, 18:49](2128 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [11:05, 08:45](1198 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [22:52, 20:18](1887 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [26:11, 25:36] ( 1 warnings 10 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [19:06, 17:49](1949 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [11:36, 10:39] ( 1525 warnings 2000 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [28:54, 26:58](1928 MB) + +PASS -- COMPILE 's2swa_intel' [19:10, 18:23] ( 10 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [16:35, 14:41](2136 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [16:47, 14:18](2132 MB) +PASS -- TEST 'cpld_restart_p8_intel' [11:15, 08:23](1813 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [16:35, 14:35](2153 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [11:15, 08:18](1710 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [15:38, 13:11](2428 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [16:35, 14:39](2126 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [13:37, 11:56](2041 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [16:50, 14:37](2135 MB) +PASS -- TEST 'cpld_control_c192_p8_intel' [19:31, 16:24](2717 MB) +PASS -- TEST 'cpld_restart_c192_p8_intel' [12:56, 09:27](2727 MB) +PASS -- TEST 'cpld_bmark_p8_intel' [18:15, 11:45](3639 MB) +PASS -- TEST 'cpld_restart_bmark_p8_intel' [15:29, 07:30](3486 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [07:31, 06:01](2108 MB) + +PASS -- COMPILE 's2sw_intel' [19:10, 18:14] ( 10 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [15:25, 13:40](1981 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [06:30, 04:54](2030 MB) + +PASS -- COMPILE 's2swa_debug_intel' [11:36, 10:54] ( 1450 warnings 1230 remarks ) +PASS -- TEST 'cpld_debug_p8_intel' [10:20, 08:48](2155 MB) + +PASS -- COMPILE 's2sw_debug_intel' [11:36, 10:22] ( 1450 warnings 1230 remarks ) +PASS -- TEST 'cpld_debug_noaero_p8_intel' [07:09, 06:07](1999 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [17:10, 16:18] ( 3 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [06:16, 04:50](2045 MB) + +PASS -- COMPILE 's2s_intel' [16:10, 15:34] ( 3 remarks ) +PASS -- TEST 'cpld_control_c48_intel' [11:55, 10:26](3088 MB) +PASS -- TEST 'cpld_warmstart_c48_intel' [04:56, 03:21](3068 MB) +PASS -- TEST 'cpld_restart_c48_intel' [02:51, 02:07](2498 MB) + +PASS -- COMPILE 's2swa_faster_intel' [25:16, 24:43] ( 10 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [16:28, 15:06](2138 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [21:16, 20:20] ( 10 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [20:20, 18:41](2000 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [10:16, 08:47](1257 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [22:07, 20:17](1918 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [07:16, 07:02] ( 1560 warnings 2000 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [30:01, 28:56](1959 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [13:10, 12:41] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_flake_intel' [04:21, 03:41](689 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [04:40, 03:15](1584 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [04:46, 03:19](1599 MB) +PASS -- TEST 'control_latlon_intel' [04:41, 03:12](1589 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [04:49, 03:10](1588 MB) +PASS -- TEST 'control_c48_intel' [10:49, 09:33](1741 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [08:32, 07:53](848 MB) +PASS -- TEST 'control_c192_intel' [13:49, 11:30](1736 MB) +PASS -- TEST 'control_c384_intel' [16:02, 13:51](2008 MB) +PASS -- TEST 'control_c384gdas_intel' [14:53, 10:19](1359 MB) +PASS -- TEST 'control_stochy_intel' [02:24, 01:49](644 MB) +PASS -- TEST 'control_stochy_restart_intel' [02:00, 01:02](476 MB) +PASS -- TEST 'control_lndp_intel' [02:24, 01:43](647 MB) +PASS -- TEST 'control_iovr4_intel' [03:30, 02:52](644 MB) +PASS -- TEST 'control_iovr5_intel' [03:29, 02:37](647 MB) +PASS -- TEST 'control_p8_intel' [05:12, 03:31](1891 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [05:23, 03:28](1888 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [05:31, 03:15](1884 MB) +PASS -- TEST 'control_restart_p8_intel' [03:12, 01:59](1088 MB) +PASS -- TEST 'control_noqr_p8_intel' [05:16, 03:21](1874 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [03:13, 01:58](1128 MB) +PASS -- TEST 'control_decomp_p8_intel' [05:10, 03:23](1866 MB) +PASS -- TEST 'control_2threads_p8_intel' [05:19, 03:31](1972 MB) +PASS -- TEST 'control_p8_lndp_intel' [06:43, 05:48](1877 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [06:27, 04:45](1948 MB) +PASS -- TEST 'control_p8_mynn_intel' [05:26, 03:26](1894 MB) +PASS -- TEST 'merra2_thompson_intel' [05:39, 03:38](1888 MB) +PASS -- TEST 'regional_control_intel' [07:41, 06:17](1086 MB) +PASS -- TEST 'regional_restart_intel' [05:36, 04:57](1088 MB) +PASS -- TEST 'regional_decomp_intel' [08:16, 06:39](1085 MB) +PASS -- TEST 'regional_2threads_intel' [05:34, 04:33](1070 MB) +PASS -- TEST 'regional_noquilt_intel' [07:40, 06:52](1380 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [07:46, 06:42](1091 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [07:42, 07:06](1086 MB) +PASS -- TEST 'regional_wofs_intel' [08:39, 08:02](1910 MB) + +PASS -- COMPILE 'rrfs_intel' [12:10, 12:06] ( 3 warnings 9 remarks ) +PASS -- TEST 'rap_control_intel' [10:19, 08:23](1053 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [06:56, 05:16](1311 MB) +PASS -- TEST 'rap_decomp_intel' [10:11, 08:38](1022 MB) +PASS -- TEST 'rap_2threads_intel' [09:55, 08:28](1165 MB) +PASS -- TEST 'rap_restart_intel' [06:28, 04:15](1043 MB) +PASS -- TEST 'rap_sfcdiff_intel' [10:14, 08:25](1055 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [10:02, 08:46](1026 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [08:32, 06:12](1072 MB) +PASS -- TEST 'hrrr_control_intel' [06:18, 04:27](1030 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [06:14, 04:29](1027 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [06:04, 04:17](1101 MB) +PASS -- TEST 'hrrr_control_restart_intel' [03:34, 02:17](952 MB) +PASS -- TEST 'rrfs_v1beta_intel' [11:38, 09:32](1049 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [11:36, 10:20](1988 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [10:33, 10:03](2023 MB) + +PASS -- COMPILE 'csawmg_intel' [12:10, 11:16] +PASS -- TEST 'control_csawmg_intel' [07:37, 06:28](1021 MB) +PASS -- TEST 'control_ras_intel' [04:25, 03:23](719 MB) + +PASS -- COMPILE 'wam_intel' [12:10, 11:22] ( 1 remarks ) +PASS -- TEST 'control_wam_intel' [13:45, 12:11](1667 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [20:10, 19:18] ( 1 remarks ) +PASS -- TEST 'control_p8_faster_intel' [05:21, 03:10](1882 MB) +PASS -- TEST 'regional_control_faster_intel' [06:35, 06:00](1091 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [08:10, 07:58] ( 884 warnings 9 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [03:50, 02:43](1606 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [03:53, 02:40](1606 MB) +PASS -- TEST 'control_stochy_debug_intel' [03:22, 03:07](807 MB) +PASS -- TEST 'control_lndp_debug_intel' [03:22, 02:48](811 MB) +PASS -- TEST 'control_csawmg_debug_intel' [05:47, 04:22](1130 MB) +PASS -- TEST 'control_ras_debug_intel' [03:23, 02:49](811 MB) +PASS -- TEST 'control_diag_debug_intel' [03:51, 02:43](1675 MB) +PASS -- TEST 'control_debug_p8_intel' [03:52, 03:08](1904 MB) +PASS -- TEST 'regional_debug_intel' [19:04, 17:44](1092 MB) +PASS -- TEST 'rap_control_debug_intel' [05:25, 04:57](1202 MB) +PASS -- TEST 'hrrr_control_debug_intel' [05:26, 04:44](1197 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [05:26, 04:51](1202 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [05:26, 05:00](1203 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [05:26, 05:02](1202 MB) +PASS -- TEST 'rap_diag_debug_intel' [05:34, 05:06](1286 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [05:21, 05:06](1206 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [05:22, 04:58](1202 MB) +PASS -- TEST 'rap_lndp_debug_intel' [05:25, 04:56](1201 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [05:20, 04:52](1204 MB) +PASS -- TEST 'rap_noah_debug_intel' [05:21, 04:48](1202 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [05:24, 04:53](1194 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [08:23, 07:46](1200 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [05:24, 04:50](1189 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [06:21, 06:01](1204 MB) +PASS -- TEST 'rap_flake_debug_intel' [05:24, 04:51](1201 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [10:25, 08:25](1206 MB) + +PASS -- COMPILE 'wam_debug_intel' [06:11, 05:12] ( 839 warnings 1 remarks ) +PASS -- TEST 'control_wam_debug_intel' [14:42, 13:33](1677 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [12:11, 11:13] ( 3 warnings 8 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [05:53, 04:47](1167 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [07:59, 06:55](1005 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [05:34, 03:40](932 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [07:52, 07:06](1085 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [05:06, 03:33](957 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [05:07, 03:49](909 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [07:30, 05:14](983 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [02:32, 02:00](886 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [15:10, 14:54] ( 3 warnings 8 remarks ) +PASS -- TEST 'conus13km_control_intel' [03:55, 02:36](1182 MB) +PASS -- TEST 'conus13km_2threads_intel' [02:49, 01:10](1128 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [02:51, 01:29](1084 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [12:10, 11:36] ( 3 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [05:41, 04:26](973 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [06:10, 05:15] ( 787 warnings 8 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [05:24, 04:46](1078 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [05:20, 04:39](1073 MB) +PASS -- TEST 'conus13km_debug_intel' [15:50, 14:30](1225 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [15:48, 14:33](938 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [09:37, 08:30](1170 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [15:40, 14:14](1292 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [06:10, 05:24] ( 787 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [05:21, 04:48](1126 MB) + +PASS -- COMPILE 'hafsw_intel' [15:11, 14:15] ( 1 warnings 9 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [07:11, 05:48](757 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [06:24, 06:08](1137 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [09:20, 07:26](836 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [25:10, 23:57](872 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [27:23, 25:38](888 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [08:04, 06:57](510 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [10:31, 08:18](525 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [04:52, 03:22](378 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [12:21, 09:30](489 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [05:54, 04:38](539 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [05:54, 04:25](533 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [06:50, 05:41](596 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [02:30, 01:32](411 MB) +PASS -- TEST 'gnv1_nested_intel' [07:10, 04:13](1721 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [06:10, 05:51] ( 1467 warnings 1502 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [13:49, 13:03](586 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [22:11, 22:09] ( 8 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [14:02, 12:57](657 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [14:03, 12:32](742 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [14:11, 13:48] ( 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [10:24, 08:41](728 MB) + +PASS -- COMPILE 'hafs_all_intel' [13:11, 13:01] ( 8 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [09:19, 07:19](834 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [09:17, 07:17](815 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [17:54, 16:22](1199 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [10:11, 09:26] ( 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [03:18, 02:54](1136 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [02:19, 01:51](1106 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [03:17, 02:49](1013 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [03:17, 02:51](1020 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [03:16, 02:52](1022 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [03:16, 02:58](1148 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [03:17, 02:56](1149 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [03:17, 02:47](1013 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [08:10, 06:23](1027 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [08:07, 06:22](1004 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [03:17, 02:56](1153 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [05:17, 04:14](2438 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [05:19, 04:17](2374 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [06:14, 05:47] ( 2 warnings 2 remarks ) +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [07:17, 06:27](1073 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [10:11, 09:16] ( 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [03:17, 02:56](1144 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [02:10, 01:32] ( 1 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [01:30, 00:59](255 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [01:23, 00:54](322 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [01:27, 00:35](318 MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [13:12, 12:34] ( 3 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [05:05, 04:00](1976 MB) + +PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [13:11, 12:36] ( 1 remarks ) +PASS -- TEST 'atm_ds2s_docn_dice_intel' [05:05, 03:48](1954 MB) + +PASS -- COMPILE 'atml_intel' [15:12, 14:13] ( 8 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [06:31, 04:39](1868 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [06:22, 04:45](1872 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [03:49, 02:36](1081 MB) + +PASS -- COMPILE 'atml_debug_intel' [07:13, 07:08] ( 882 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [07:18, 05:56](1892 MB) + +PASS -- COMPILE 'atmw_intel' [12:11, 12:04] ( 8 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [03:14, 02:04](1916 MB) + +PASS -- COMPILE 'atmaero_intel' [12:10, 11:41] ( 1 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [06:09, 04:30](1993 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [07:10, 05:16](1773 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [06:59, 05:15](1782 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [05:10, 05:06] ( 884 warnings 6 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [22:55, 20:55](4551 MB) SYNOPSIS: -Starting Date/Time: 20240422 07:29:19 -Ending Date/Time: 20240422 08:52:50 -Total Time: 01h:23m:58s -Compiles Completed: 37/37 -Tests Completed: 167/179 -Failed Tests: -* TEST control_CubedSphereGrid_intel: FAILED: UNABLE TO RUN COMPARISON --- LOG: /work2/noaa/stmp/zshrader/orion/rt-2173/tests/logs/log_orion/run_control_CubedSphereGrid_intel.log -* TEST control_CubedSphereGrid_parallel_intel: FAILED: UNABLE TO RUN COMPARISON --- LOG: /work2/noaa/stmp/zshrader/orion/rt-2173/tests/logs/log_orion/run_control_CubedSphereGrid_parallel_intel.log -* TEST control_latlon_intel: FAILED: UNABLE TO RUN COMPARISON --- LOG: /work2/noaa/stmp/zshrader/orion/rt-2173/tests/logs/log_orion/run_control_latlon_intel.log -* TEST control_wrtGauss_netcdf_parallel_intel: FAILED: UNABLE TO RUN COMPARISON --- LOG: /work2/noaa/stmp/zshrader/orion/rt-2173/tests/logs/log_orion/run_control_wrtGauss_netcdf_parallel_intel.log -* TEST control_c48_intel: FAILED: UNABLE TO RUN COMPARISON --- LOG: /work2/noaa/stmp/zshrader/orion/rt-2173/tests/logs/log_orion/run_control_c48_intel.log -* TEST control_c192_intel: FAILED: UNABLE TO RUN COMPARISON --- LOG: /work2/noaa/stmp/zshrader/orion/rt-2173/tests/logs/log_orion/run_control_c192_intel.log -* TEST control_c384_intel: FAILED: UNABLE TO RUN COMPARISON --- LOG: /work2/noaa/stmp/zshrader/orion/rt-2173/tests/logs/log_orion/run_control_c384_intel.log -* TEST merra2_thompson_intel: FAILED: UNABLE TO RUN COMPARISON --- LOG: /work2/noaa/stmp/zshrader/orion/rt-2173/tests/logs/log_orion/run_merra2_thompson_intel.log -* TEST control_CubedSphereGrid_debug_intel: FAILED: UNABLE TO RUN COMPARISON --- LOG: /work2/noaa/stmp/zshrader/orion/rt-2173/tests/logs/log_orion/run_control_CubedSphereGrid_debug_intel.log -* TEST control_wrtGauss_netcdf_parallel_debug_intel: FAILED: UNABLE TO RUN COMPARISON --- LOG: /work2/noaa/stmp/zshrader/orion/rt-2173/tests/logs/log_orion/run_control_wrtGauss_netcdf_parallel_debug_intel.log -* TEST control_diag_debug_intel: FAILED: UNABLE TO RUN COMPARISON --- LOG: /work2/noaa/stmp/zshrader/orion/rt-2173/tests/logs/log_orion/run_control_diag_debug_intel.log -* TEST atmaero_control_p8_rad_micro_intel: FAILED: UNABLE TO RUN COMPARISON --- LOG: /work2/noaa/stmp/zshrader/orion/rt-2173/tests/logs/log_orion/run_atmaero_control_p8_rad_micro_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: -d47726e50be21a6b878bfb05f03b0b9fbe725775 - -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) - c9e4679f449e30bb4cc0f22164b4401a8b50f7a6 CICE-interface/CICE (CICE6.0.0-447-gc9e4679) - f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) - 4e19850cb083bc474b7cde5dc2f8506ec74cc442 CMEPS-interface/CMEPS (cmeps_v0.4.1-2306-g4e19850) - cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - da95cc428d8b626e99250fd57a4279b4980044f8 FV3 (heads/develop) - 97114888f529c2df70ed4a350fd2428df74839ff FV3/atmos_cubed_sphere (201912_public_release-389-g9711488) - 011db4f80a02cba6d65958ace56e8efb197be62b FV3/ccpp/framework (ccpp_transition_to_vlab_master_20190705-704-g011db4f) - 9b0ac7b16a45afe5e7f1abf9571d3484158a5b43 FV3/ccpp/physics (EP4-741-g9b0ac7b1) - 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) - 5faac752d9550d3570705358fa1eb3f5ac78a786 FV3/upp (upp_v10.2.0-185-g5faac75) --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) - ab7bd14d209592d55490e75dbfaa61cb4a62df97 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10032-gab7bd14d2) - 9423197f894112edfcb1502245f7d7b873d551f9 MOM6-interface/MOM6/pkg/CVMix-src (9423197) - 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) - 6a51f0295bc1a877475b527157a33aa86eb532fe NOAHMP-interface/noahmp (v3.7.1-426-g6a51f02) - d9b3172f4197c65d471662c6952a668152d71230 WW3 (6.07.1-345-gd9b3172f) - 31e4e3e57bad8a7cdaa0ce2d3c4efbca63b5f74a stochastic_physics (ufs-v2.0.0-216-g31e4e3e) - - -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-20240419 -COMPARISON DIRECTORY: /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_141822 - -RT.SH OPTIONS USED: -* (-a) - HPC PROJECT ACCOUNT: epic -* (-l) - USE CONFIG FILE: rt.conf -* (-e) - USE ECFLOW - -PASS -- COMPILE 'atm_dyn32_intel' [13:11, 12:33] -PASS -- TEST 'control_CubedSphereGrid_intel' [03:49, 02:56](1598 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [05:51, 04:16](1604 MB) -PASS -- TEST 'control_latlon_intel' [03:46, 02:54](1588 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [03:55, 03:00](1599 MB) -PASS -- TEST 'control_c48_intel' [08:50, 07:10](1774 MB) -PASS -- TEST 'control_c192_intel' [11:58, 10:27](1749 MB) -PASS -- TEST 'control_c384_intel' [13:55, 11:23](2001 MB) -PASS -- TEST 'merra2_thompson_intel' [05:39, 03:14](1640 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [05:12, 05:06] -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [03:49, 02:50](1606 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [03:54, 02:47](1612 MB) -PASS -- TEST 'control_diag_debug_intel' [03:52, 02:58](1664 MB) - -PASS -- COMPILE 'atmaero_intel' [12:11, 11:46] -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [06:03, 04:48](3109 MB) - -SYNOPSIS: -Starting Date/Time: 20240422 10:08:06 -Ending Date/Time: 20240422 10:36:28 -Total Time: 00h:28m:37s -Compiles Completed: 3/3 -Tests Completed: 12/12 +Starting Date/Time: 20240628 07:41:20 +Ending Date/Time: 20240628 09:15:26 +Total Time: 01h:34m:32s +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 f6db2418d3..cd488ea707 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: -bcc92327e9e244c4ca9db1707f4df177799426b2 +552b40ba9030e83e8f1c6245970ad5b13769e707 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) - c9e4679f449e30bb4cc0f22164b4401a8b50f7a6 CICE-interface/CICE (CICE6.0.0-447-gc9e4679) + fbdf6843d6bde852d97f1547591d90136103f669 CDEPS-interface/CDEPS (cdeps0.4.17-41-gfbdf684) + 9452de8c3cb43fb2628f0722e6a51f79429d2160 CICE-interface/CICE (CICE6.0.0-450-g9452de8) f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) - 4e19850cb083bc474b7cde5dc2f8506ec74cc442 CMEPS-interface/CMEPS (cmeps_v0.4.1-2306-g4e19850) + 2d837b16af326b09ff4018daab4de84f4deff7ec CMEPS-interface/CMEPS (cmeps_v0.4.1-2307-g2d837b1) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - da95cc428d8b626e99250fd57a4279b4980044f8 FV3 (da95cc4) - 97114888f529c2df70ed4a350fd2428df74839ff FV3/atmos_cubed_sphere (201912_public_release-389-g9711488) - 011db4f80a02cba6d65958ace56e8efb197be62b FV3/ccpp/framework (ccpp_transition_to_vlab_master_20190705-704-g011db4f) - 9b0ac7b16a45afe5e7f1abf9571d3484158a5b43 FV3/ccpp/physics (EP4-741-g9b0ac7b1) + 81950993462af14cd53a3b5d7280014fc60d7abf FV3 (remotes/origin/cherry_pick_omga) + 57ca82d862410971889f0f0badad5a8fca89b280 FV3/atmos_cubed_sphere (remotes/origin/cherry_pick_omga) + 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) - 5faac752d9550d3570705358fa1eb3f5ac78a786 FV3/upp (upp_v10.2.0-185-g5faac75) + be0410ece28f2b5b9c089f8ca09ce0c80c79fe6c FV3/upp (upp_v10.2.0-191-gbe0410ec) -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) - 6d0150d6c212c7052e73aa8ab76418d5b28fb780 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10045-g6d0150d6c) + 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) - 6a51f0295bc1a877475b527157a33aa86eb532fe NOAHMP-interface/noahmp (v3.7.1-426-g6a51f02) + ec38ea3d902644cd4519d5fe060316859ccdc108 NOAHMP-interface/noahmp (v3.7.1-434-gec38ea3) d9b3172f4197c65d471662c6952a668152d71230 WW3 (6.07.1-345-gd9b3172f) - 31e4e3e57bad8a7cdaa0ce2d3c4efbca63b5f74a stochastic_physics (ufs-v2.0.0-216-g31e4e3e) + fad2fe9f42f6b7f744b128b4a2a9433f91e4296f stochastic_physics (ufs-v2.0.0-219-gfad2fe9) NOTES: @@ -35,300 +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-20240419 -COMPARISON DIRECTORY: /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_185658 +BASELINE DIRECTORY: /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20240614 +COMPARISON DIRECTORY: /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_1727 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: GFS-DEV * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [27:46, 27:26] -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [59:19, 01:21](2970 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [12:29, 11:51] -PASS -- TEST 'cpld_control_gfsv17_intel' [14:36, 02:00](1594 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [56:37, 01:52](1717 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [56:37, 01:31](850 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [55:44, 01:30](1569 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [05:19, 04:29] -PASS -- TEST 'cpld_debug_gfsv17_intel' [21:46, 01:50](1601 MB) - -PASS -- COMPILE 's2swa_intel' [16:34, 15:27] -PASS -- TEST 'cpld_control_p8_intel' [10:29, 01:22](3007 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [10:29, 01:47](3002 MB) -PASS -- TEST 'cpld_restart_p8_intel' [02:08, 01:43](3066 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [10:29, 01:20](3027 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [02:10, 01:40](3079 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [10:29, 01:07](3314 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [10:29, 01:17](3002 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [10:30, 01:27](2928 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [10:29, 01:49](3003 MB) -PASS -- TEST 'cpld_bmark_p8_intel' [10:38, 03:00](3952 MB) -PASS -- TEST 'cpld_restart_bmark_p8_intel' [53:25, 03:56](4251 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [10:29, 01:53](2967 MB) - -PASS -- COMPILE 's2sw_intel' [14:29, 13:58] -PASS -- TEST 'cpld_control_noaero_p8_intel' [12:36, 00:47](1582 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [12:36, 01:52](1639 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [10:24, 10:10] -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [16:40, 00:56](1638 MB) - -PASS -- COMPILE 's2s_intel' [25:45, 24:32] -PASS -- TEST 'cpld_control_c48_intel' [01:18, 00:40](2654 MB) - -PASS -- COMPILE 's2swa_faster_intel' [27:46, 26:37] -PASS -- TEST 'cpld_control_p8_faster_intel' [59:19, 01:33](3003 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [12:29, 12:08] -PASS -- TEST 'cpld_control_pdlib_p8_intel' [14:35, 01:13](1605 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [57:05, 00:41](902 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [57:06, 01:40](1582 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [16:35, 15:50] -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [10:30, 01:38](1613 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [26:42, 25:46] -PASS -- TEST 'control_flake_intel' [55:02, 00:29](571 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [55:01, 00:24](1477 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [51:16, 01:19](1474 MB) -PASS -- TEST 'control_latlon_intel' [55:01, 00:22](1475 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [55:01, 00:31](1467 MB) -PASS -- TEST 'control_c48_intel' [55:00, 00:50](1594 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [55:00, 00:50](714 MB) -PASS -- TEST 'control_c192_intel' [55:01, 01:22](1584 MB) -PASS -- TEST 'control_c384_intel' [55:05, 01:59](1911 MB) -PASS -- TEST 'control_c384gdas_intel' [55:05, 02:25](1089 MB) -PASS -- TEST 'control_stochy_intel' [55:01, 00:31](527 MB) -PASS -- TEST 'control_stochy_restart_intel' [52:32, 00:56](336 MB) -PASS -- TEST 'control_lndp_intel' [55:01, 00:36](526 MB) -PASS -- TEST 'control_iovr4_intel' [55:01, 00:49](523 MB) -PASS -- TEST 'control_iovr5_intel' [55:01, 00:50](527 MB) -PASS -- TEST 'control_p8_intel' [55:01, 01:55](1502 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [55:01, 01:52](1513 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [55:01, 01:57](1511 MB) -PASS -- TEST 'control_restart_p8_intel' [49:30, 00:48](693 MB) -PASS -- TEST 'control_noqr_p8_intel' [55:01, 01:54](1499 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [49:30, 00:52](700 MB) -PASS -- TEST 'control_decomp_p8_intel' [54:34, 01:25](1499 MB) -PASS -- TEST 'control_2threads_p8_intel' [53:10, 01:22](1589 MB) -PASS -- TEST 'control_p8_lndp_intel' [52:33, 01:24](1501 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [51:35, 02:02](1556 MB) -PASS -- TEST 'control_p8_mynn_intel' [51:29, 01:57](1513 MB) -PASS -- TEST 'merra2_thompson_intel' [51:29, 01:44](1513 MB) -PASS -- TEST 'regional_control_intel' [51:20, 00:20](608 MB) -PASS -- TEST 'regional_restart_intel' [45:35, 00:13](778 MB) -PASS -- TEST 'regional_decomp_intel' [51:14, 00:54](608 MB) -PASS -- TEST 'regional_2threads_intel' [51:11, 00:56](665 MB) -PASS -- TEST 'regional_noquilt_intel' [51:03, 00:23](1141 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [50:46, 00:28](609 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [50:29, 00:22](609 MB) -PASS -- TEST 'regional_wofs_intel' [49:33, 00:58](1580 MB) - -PASS -- COMPILE 'rrfs_intel' [30:47, 30:16] -PASS -- TEST 'rap_control_intel' [45:48, 01:46](921 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [45:21, 00:33](1099 MB) -PASS -- TEST 'rap_decomp_intel' [44:57, 01:11](917 MB) -PASS -- TEST 'rap_2threads_intel' [44:56, 00:45](1012 MB) -PASS -- TEST 'rap_restart_intel' [36:22, 01:12](789 MB) -PASS -- TEST 'rap_sfcdiff_intel' [44:45, 01:26](914 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [44:32, 01:40](915 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [33:21, 01:20](783 MB) -PASS -- TEST 'hrrr_control_intel' [44:26, 01:23](910 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [43:32, 01:19](911 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [43:14, 01:36](993 MB) -PASS -- TEST 'hrrr_control_restart_intel' [36:15, 01:05](741 MB) -PASS -- TEST 'rrfs_v1beta_intel' [42:58, 01:44](912 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [42:56, 01:16](1874 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [42:27, 01:03](1863 MB) - -PASS -- COMPILE 'csawmg_intel' [15:30, 14:57] -PASS -- TEST 'control_csawmg_intel' [59:06, 00:32](602 MB) -PASS -- TEST 'control_ras_intel' [59:06, 00:51](560 MB) - -PASS -- COMPILE 'wam_intel' [09:23, 08:32] -PASS -- TEST 'control_wam_intel' [05:11, 00:58](270 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [24:39, 23:52] -PASS -- TEST 'control_p8_faster_intel' [47:51, 01:29](1507 MB) -PASS -- TEST 'regional_control_faster_intel' [46:59, 00:57](610 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [34:51, 33:49] -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [34:59, 00:41](1488 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [34:54, 00:51](1492 MB) -PASS -- TEST 'control_stochy_debug_intel' [33:54, 00:41](690 MB) -PASS -- TEST 'control_lndp_debug_intel' [33:42, 00:24](694 MB) -PASS -- TEST 'control_csawmg_debug_intel' [33:41, 01:08](733 MB) -PASS -- TEST 'control_ras_debug_intel' [33:14, 00:41](703 MB) -PASS -- TEST 'control_diag_debug_intel' [32:47, 01:14](1542 MB) -PASS -- TEST 'control_debug_p8_intel' [32:38, 01:05](1518 MB) -PASS -- TEST 'regional_debug_intel' [32:28, 00:45](630 MB) -PASS -- TEST 'rap_control_debug_intel' [32:19, 00:54](1073 MB) -PASS -- TEST 'hrrr_control_debug_intel' [32:07, 00:57](1067 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [32:00, 00:57](1075 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [31:54, 00:50](1071 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [31:36, 00:47](1075 MB) -PASS -- TEST 'rap_diag_debug_intel' [31:33, 00:44](1155 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [31:22, 00:49](1072 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [31:04, 00:50](1076 MB) -PASS -- TEST 'rap_lndp_debug_intel' [30:09, 00:53](1076 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [30:03, 00:53](1072 MB) -PASS -- TEST 'rap_noah_debug_intel' [29:55, 01:00](1076 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [29:53, 00:54](1071 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [29:28, 00:49](1076 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [29:17, 01:00](1072 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [29:17, 01:07](1075 MB) -PASS -- TEST 'rap_flake_debug_intel' [28:54, 00:52](1076 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [28:47, 01:13](1081 MB) - -PASS -- COMPILE 'wam_debug_intel' [05:18, 05:00] -PASS -- TEST 'control_wam_debug_intel' [05:10, 01:00](298 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [15:29, 15:03] -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [49:33, 01:15](955 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [49:30, 01:07](790 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [48:59, 02:19](788 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [48:22, 01:13](856 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [46:58, 01:07](837 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [46:30, 00:57](787 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [42:14, 01:36](690 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [41:50, 00:49](668 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [18:33, 17:53] -PASS -- TEST 'conus13km_control_intel' [46:28, 00:31](1006 MB) -PASS -- TEST 'conus13km_2threads_intel' [41:50, 00:30](1008 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [41:34, 00:36](881 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [13:27, 12:22] -PASS -- TEST 'rap_control_dyn64_phy32_intel' [46:22, 00:53](811 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [05:19, 04:47] -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [46:19, 00:33](953 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [46:20, 00:43](948 MB) -PASS -- TEST 'conus13km_debug_intel' [45:54, 01:09](1038 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [41:30, 01:03](709 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [41:25, 00:26](1036 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [40:38, 01:16](1103 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [06:20, 05:25] -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [28:07, 00:58](980 MB) - -PASS -- COMPILE 'hafsw_intel' [16:31, 16:09] -PASS -- TEST 'hafs_regional_atm_intel' [40:40, 02:04](618 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [40:16, 00:33](965 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [39:45, 01:29](662 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [39:45, 02:14](696 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [39:41, 02:04](712 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [39:06, 00:54](387 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [38:59, 02:13](413 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [38:56, 01:22](281 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [38:28, 02:17](370 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [37:30, 01:18](419 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [37:11, 00:49](415 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [36:58, 01:32](488 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [36:46, 01:11](312 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [06:20, 05:19] -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [36:18, 01:32](494 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [10:23, 10:01] -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [21:59, 01:35](532 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [21:59, 01:37](710 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [11:24, 10:28] -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [36:18, 00:55](709 MB) - -PASS -- COMPILE 'hafs_all_intel' [10:24, 09:42] -PASS -- TEST 'hafs_regional_docn_intel' [35:44, 01:23](665 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [28:02, 01:19](647 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [27:56, 00:25](881 MB) - -PASS -- COMPILE 'atml_intel' [22:38, 20:33] -FAILED: RUN DID NOT COMPLETE -- TEST 'control_p8_atmlnd_sbs_intel' [, ]( MB) -PASS -- TEST 'control_p8_atmlnd_intel' [25:20, 01:16](1543 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [18:46, 00:23](739 MB) - -PASS -- COMPILE 'atmaero_intel' [18:35, 16:03] -PASS -- TEST 'atmaero_control_p8_intel' [27:13, 01:30](2853 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [27:11, 00:52](2911 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [27:00, 01:50](2920 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [05:18, 04:27] -PASS -- TEST 'regional_atmaq_debug_intel' [25:58, 01:23](4432 MB) +PASS -- COMPILE 's2swa_32bit_intel' [24:41, 23:35] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [05:41, 01:54](3095 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [12:28, 11:48] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [17:54, 02:13](1819 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [59:41, 01:24](1852 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [59:41, 02:04](983 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [17:54, 01:41](1795 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [12:26, 11:56] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [17:57, 01:12](1822 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [05:19, 04:35] ( 1505 warnings 1998 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [25:04, 02:04](1831 MB) + +PASS -- COMPILE 's2swa_intel' [12:27, 11:20] ( 8 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [17:54, 01:28](3130 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [17:55, 01:52](3128 MB) +PASS -- TEST 'cpld_restart_p8_intel' [09:39, 00:56](3061 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [17:55, 01:26](3148 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [09:37, 00:52](3083 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [17:54, 00:58](3361 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [17:54, 01:25](3122 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [17:55, 01:34](3071 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [17:55, 01:43](3130 MB) +PASS -- TEST 'cpld_bmark_p8_intel' [18:03, 05:28](4110 MB) +PASS -- TEST 'cpld_restart_bmark_p8_intel' [58:01, 04:13](4253 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [17:55, 01:51](3110 MB) + +PASS -- COMPILE 's2sw_intel' [36:56, 35:48] ( 8 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [52:40, 01:28](1832 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [52:40, 01:32](1898 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [15:31, 14:46] ( 1 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [28:43, 01:14](1899 MB) + +PASS -- COMPILE 's2s_intel' [15:30, 15:08] ( 1 remarks ) +PASS -- TEST 'cpld_control_c48_intel' [14:51, 01:33](2908 MB) +PASS -- TEST 'cpld_warmstart_c48_intel' [14:51, 01:17](2906 MB) +PASS -- TEST 'cpld_restart_c48_intel' [10:52, 00:57](2310 MB) + +PASS -- COMPILE 's2swa_faster_intel' [23:42, 22:49] ( 8 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [20:33, 01:49](3128 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [17:34, 16:30] ( 8 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [12:48, 01:03](1834 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [55:30, 01:37](1002 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [52:41, 01:52](1809 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [31:47, 31:00] ( 1541 warnings 1998 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [52:20, 01:43](1839 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [29:46, 29:17] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_flake_intel' [48:10, 00:22](570 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [48:09, 00:58](1471 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [48:10, 00:54](1480 MB) +PASS -- TEST 'control_latlon_intel' [48:10, 00:52](1471 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [48:10, 01:31](1473 MB) +PASS -- TEST 'control_c48_intel' [48:08, 00:50](1597 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [48:09, 00:50](713 MB) +PASS -- TEST 'control_c192_intel' [48:10, 00:58](1590 MB) +PASS -- TEST 'control_c384_intel' [48:13, 01:55](1898 MB) +PASS -- TEST 'control_c384gdas_intel' [48:14, 02:15](1090 MB) +PASS -- TEST 'control_stochy_intel' [48:10, 00:23](531 MB) +PASS -- TEST 'control_stochy_restart_intel' [45:44, 00:45](332 MB) +PASS -- TEST 'control_lndp_intel' [48:10, 00:27](529 MB) +PASS -- TEST 'control_iovr4_intel' [48:10, 00:39](526 MB) +PASS -- TEST 'control_iovr5_intel' [48:09, 00:39](525 MB) +PASS -- TEST 'control_p8_intel' [48:10, 01:45](1771 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [48:10, 01:55](1761 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [48:10, 01:24](1775 MB) +PASS -- TEST 'control_restart_p8_intel' [42:42, 01:02](919 MB) +PASS -- TEST 'control_noqr_p8_intel' [47:52, 01:14](1758 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [42:42, 01:03](920 MB) +PASS -- TEST 'control_decomp_p8_intel' [47:33, 01:21](1760 MB) +PASS -- TEST 'control_2threads_p8_intel' [46:54, 00:58](1862 MB) +PASS -- TEST 'control_p8_lndp_intel' [45:44, 00:54](1767 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [45:32, 01:58](1818 MB) +PASS -- TEST 'control_p8_mynn_intel' [45:31, 01:56](1779 MB) +PASS -- TEST 'merra2_thompson_intel' [45:18, 02:06](1773 MB) +PASS -- TEST 'regional_control_intel' [44:56, 00:50](849 MB) +PASS -- TEST 'regional_restart_intel' [38:17, 00:24](851 MB) +PASS -- TEST 'regional_decomp_intel' [44:38, 00:39](848 MB) +PASS -- TEST 'regional_2threads_intel' [44:39, 00:36](903 MB) +PASS -- TEST 'regional_noquilt_intel' [43:35, 00:20](1175 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [43:20, 00:20](855 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [43:15, 01:10](852 MB) +PASS -- TEST 'regional_wofs_intel' [43:13, 00:51](1583 MB) + +PASS -- COMPILE 'rrfs_intel' [27:42, 26:30] ( 3 warnings 92 remarks ) +PASS -- TEST 'rap_control_intel' [04:08, 01:38](914 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [04:09, 00:42](1087 MB) +PASS -- TEST 'rap_decomp_intel' [04:08, 01:23](912 MB) +PASS -- TEST 'rap_2threads_intel' [04:08, 01:35](1000 MB) +PASS -- TEST 'rap_restart_intel' [54:03, 01:02](781 MB) +PASS -- TEST 'rap_sfcdiff_intel' [04:08, 02:19](910 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [04:08, 01:58](909 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [53:24, 01:25](782 MB) +PASS -- TEST 'hrrr_control_intel' [04:08, 01:11](905 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [04:08, 01:38](904 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [04:09, 01:41](987 MB) +PASS -- TEST 'hrrr_control_restart_intel' [57:41, 01:15](740 MB) +PASS -- TEST 'rrfs_v1beta_intel' [04:08, 02:09](901 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [04:08, 01:00](1871 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [04:08, 01:13](1860 MB) + +PASS -- COMPILE 'csawmg_intel' [12:27, 12:07] +PASS -- TEST 'control_csawmg_intel' [05:26, 00:31](875 MB) +PASS -- TEST 'control_ras_intel' [05:26, 00:52](564 MB) + +PASS -- COMPILE 'wam_intel' [10:27, 09:57] ( 1 remarks ) +PASS -- TEST 'control_wam_intel' [04:24, 00:53](1569 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [19:34, 18:35] ( 1 remarks ) +PASS -- TEST 'control_p8_faster_intel' [52:15, 01:57](1773 MB) +PASS -- TEST 'regional_control_faster_intel' [52:12, 01:10](849 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [08:21, 08:00] ( 869 warnings 92 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [57:16, 01:08](1485 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [57:16, 01:17](1487 MB) +PASS -- TEST 'control_stochy_debug_intel' [57:16, 00:49](689 MB) +PASS -- TEST 'control_lndp_debug_intel' [57:16, 00:56](690 MB) +PASS -- TEST 'control_csawmg_debug_intel' [57:16, 01:19](1002 MB) +PASS -- TEST 'control_ras_debug_intel' [57:16, 01:05](702 MB) +PASS -- TEST 'control_diag_debug_intel' [57:16, 01:01](1550 MB) +PASS -- TEST 'control_debug_p8_intel' [57:16, 00:43](1788 MB) +PASS -- TEST 'regional_debug_intel' [57:15, 00:39](881 MB) +PASS -- TEST 'rap_control_debug_intel' [57:16, 00:28](1075 MB) +PASS -- TEST 'hrrr_control_debug_intel' [57:16, 00:35](1070 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [57:16, 00:31](1071 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [57:16, 00:28](1072 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [57:16, 00:30](1072 MB) +PASS -- TEST 'rap_diag_debug_intel' [57:16, 01:26](1155 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [57:16, 00:23](1072 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [57:16, 00:23](1076 MB) +PASS -- TEST 'rap_lndp_debug_intel' [57:16, 00:26](1073 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [57:16, 00:28](1074 MB) +PASS -- TEST 'rap_noah_debug_intel' [57:16, 00:32](1073 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [57:16, 00:33](1071 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [57:16, 00:19](1069 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [57:16, 00:35](1069 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [57:16, 00:42](1079 MB) +PASS -- TEST 'rap_flake_debug_intel' [57:16, 00:37](1076 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [52:09, 02:02](1080 MB) + +PASS -- COMPILE 'wam_debug_intel' [23:38, 23:06] ( 825 warnings 1 remarks ) +PASS -- TEST 'control_wam_debug_intel' [41:48, 00:22](1582 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [24:41, 24:17] ( 3 warnings 91 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [39:39, 01:16](954 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [39:38, 01:31](790 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [39:38, 01:43](787 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [39:38, 01:33](861 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [39:39, 01:55](845 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [39:17, 01:27](788 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [31:44, 01:32](688 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [34:12, 00:19](671 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [25:41, 24:55] ( 3 warnings 91 remarks ) +PASS -- TEST 'conus13km_control_intel' [31:27, 01:00](1006 MB) +PASS -- TEST 'conus13km_2threads_intel' [27:36, 00:35](1008 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [27:35, 00:29](882 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [10:24, 08:44] ( 3 warnings 91 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [55:54, 01:16](815 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [12:26, 10:23] ( 773 warnings 91 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [40:48, 01:04](954 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [40:48, 01:09](950 MB) +PASS -- TEST 'conus13km_debug_intel' [40:48, 01:19](1041 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [40:48, 01:09](717 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [40:49, 00:26](1044 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [40:48, 01:15](1113 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [41:59, 40:25] ( 773 warnings 91 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [11:14, 00:59](984 MB) + +PASS -- COMPILE 'hafsw_intel' [16:35, 16:13] ( 1 warnings 8 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [31:30, 01:59](619 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [31:30, 01:04](965 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [31:28, 01:43](658 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [31:28, 02:21](694 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [31:29, 02:07](706 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [31:28, 00:57](642 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [31:29, 02:08](407 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [31:29, 01:30](284 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [31:32, 02:14](371 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [31:28, 01:33](412 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [31:28, 00:52](414 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [31:30, 01:43](488 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [31:29, 00:28](320 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [25:40, 25:25] ( 1449 warnings 1501 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [12:36, 01:35](510 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [29:44, 28:46] ( 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [11:07, 00:55](525 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [11:07, 01:36](711 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [19:34, 18:48] ( 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [20:06, 01:06](712 MB) + +PASS -- COMPILE 'hafs_all_intel' [23:38, 23:09] ( 7 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [07:49, 01:49](661 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [07:49, 01:46](642 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [07:47, 00:37](882 MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [20:35, 20:00] ( 1 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [10:52, 01:09](1827 MB) + +PASS -- COMPILE 'atml_intel' [22:36, 19:43] ( 8 warnings 2 remarks ) + +PASS -- COMPILE 'atml_debug_intel' [11:24, 09:43] ( 868 warnings 2 remarks ) + +PASS -- COMPILE 'atmaero_intel' [21:37, 20:26] ( 1 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [58:25, 01:23](3027 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [58:25, 01:48](2907 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [58:25, 01:37](2920 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [10:24, 07:49] ( 870 warnings 6 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [05:44, 01:39](4436 MB) SYNOPSIS: -Starting Date/Time: 20240423 18:32:37 -Ending Date/Time: 20240423 20:00:11 -Total Time: 01h:28m:12s -Compiles Completed: 30/30 -Tests Completed: 154/155 -Failed Tests: -* TEST control_p8_atmlnd_sbs_intel: FAILED: RUN DID NOT COMPLETE --- LOG: /lfs/h2/emc/nems/noscrub/brian.curtis/git/jiandewang/ufs-weather-model/tests/logs/log_wcoss2/run_control_p8_atmlnd_sbs_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 WCOSS2 REGRESSION TESTING LOG==== -====START OF WCOSS2 REGRESSION TESTING LOG==== - -UFSWM hash used in testing: -bcc92327e9e244c4ca9db1707f4df177799426b2 - -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) - c9e4679f449e30bb4cc0f22164b4401a8b50f7a6 CICE-interface/CICE (CICE6.0.0-447-gc9e4679) - f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) - 4e19850cb083bc474b7cde5dc2f8506ec74cc442 CMEPS-interface/CMEPS (cmeps_v0.4.1-2306-g4e19850) - cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - da95cc428d8b626e99250fd57a4279b4980044f8 FV3 (da95cc4) - 97114888f529c2df70ed4a350fd2428df74839ff FV3/atmos_cubed_sphere (201912_public_release-389-g9711488) - 011db4f80a02cba6d65958ace56e8efb197be62b FV3/ccpp/framework (ccpp_transition_to_vlab_master_20190705-704-g011db4f) - 9b0ac7b16a45afe5e7f1abf9571d3484158a5b43 FV3/ccpp/physics (EP4-741-g9b0ac7b1) - 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) - 5faac752d9550d3570705358fa1eb3f5ac78a786 FV3/upp (upp_v10.2.0-185-g5faac75) --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) - 6d0150d6c212c7052e73aa8ab76418d5b28fb780 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10045-g6d0150d6c) - 9423197f894112edfcb1502245f7d7b873d551f9 MOM6-interface/MOM6/pkg/CVMix-src (9423197) - 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) - 6a51f0295bc1a877475b527157a33aa86eb532fe NOAHMP-interface/noahmp (v3.7.1-426-g6a51f02) - d9b3172f4197c65d471662c6952a668152d71230 WW3 (6.07.1-345-gd9b3172f) - 31e4e3e57bad8a7cdaa0ce2d3c4efbca63b5f74a stochastic_physics (ufs-v2.0.0-216-g31e4e3e) - - -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-20240419 -COMPARISON DIRECTORY: /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_66976 - -RT.SH OPTIONS USED: -* (-a) - HPC PROJECT ACCOUNT: GFS-DEV -* (-b) - NEW BASELINES FROM FILE: test_changes.list -* (-e) - USE ECFLOW - -PASS -- COMPILE 'atml_intel' [10:25, 10:08] -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [39:51, 01:10](1543 MB) - -SYNOPSIS: -Starting Date/Time: 20240423 20:04:01 -Ending Date/Time: 20240423 20:27:55 -Total Time: 00h:24m:14s -Compiles Completed: 1/1 -Tests Completed: 1/1 +Starting Date/Time: 20240701 13:29:18 +Ending Date/Time: 20240701 15:21:40 +Total Time: 01h:52m:53s +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/opnReqTest b/tests/opnReqTest index db44db7c0b..3578f1a098 100755 --- a/tests/opnReqTest +++ b/tests/opnReqTest @@ -338,10 +338,10 @@ if [[ $MACHINE_ID = hera ]]; then PARTITION= QUEUE=batch COMPILE_QUEUE=batch - dprefix=/scratch1/NCEPDEV - DISKNM=$dprefix/nems/emc.nemspara/RT - STMP=${dprefix}/stmp4 - PTMP=${dprefix}/stmp2 + dprefix="/scratch1/NCEPDEV" + DISKNM="/scratch2/NAGAPE/epic/UFS-WM_RT" + STMP="${dprefix}/stmp4" + PTMP="${dprefix}/stmp2" SCHEDULER=slurm elif [[ $MACHINE_ID = orion ]]; then @@ -632,8 +632,8 @@ fi mkdir -p ${STMP}/${USER} NEW_BASELINE=${STMP}/${USER}/FV3_OPNREQ_TEST/OPNREQ_TEST RTPWD=${NEW_BASELINE} -INPUTDATA_ROOT=${INPUTDATA_ROOT:-$DISKNM/NEMSfv3gfs/input-data-20221101} -INPUTDATA_ROOT_WW3=${INPUTDATA_ROOT}/WW3_input_data_20220624/ +INPUTDATA_ROOT=${INPUTDATA_ROOT:-$DISKNM/NEMSfv3gfs/input-data-20240501} +INPUTDATA_ROOT_WW3=${INPUTDATA_ROOT}/WW3_input_data_20240214/ INPUTDATA_ROOT_BMIC=${INPUTDATA_ROOT_BMIC:-$DISKNM/NEMSfv3gfs/BM_IC-20220207} rm -rf $NEW_BASELINE diff --git a/tests/parm/MOM_input_025.IN b/tests/parm/MOM_input_025.IN index 58ad534ab3..0898e1def4 100644 --- a/tests/parm/MOM_input_025.IN +++ b/tests/parm/MOM_input_025.IN @@ -509,9 +509,10 @@ USE_LAND_MASK_FOR_HVISC = False ! [Boolean] default = False HMIX_FIXED = 0.5 ! [m] ! The prescribed depth over which the near-surface viscosity and diffusivity are ! elevated when the bulk mixed layer is not used. -KVML = 1.0E-04 ! [m2 s-1] default = 1.0E-04 - ! The kinematic viscosity in the mixed layer. A typical value is ~1e-2 m2 s-1. - ! KVML is not used if BULKMIXEDLAYER is true. The default is set by KV. +KV_ML_INVZ2 = 1.0E-04 ! [m2 s-1] default = 0.0 + ! An extra kinematic viscosity in a mixed layer of thickness HMIX_FIXED, with + ! the actual viscosity scaling as 1/(z*HMIX_FIXED)^2, where z is the distance + ! from the surface, to allow for finite wind stresses to be transmitted through. MAXVEL = 6.0 ! [m s-1] default = 3.0E+08 ! The maximum velocity allowed before the velocity components are truncated. diff --git a/tests/parm/MOM_input_050.IN b/tests/parm/MOM_input_050.IN index ece8b95416..3974f87cfe 100644 --- a/tests/parm/MOM_input_050.IN +++ b/tests/parm/MOM_input_050.IN @@ -539,9 +539,10 @@ USE_LAND_MASK_FOR_HVISC = False ! [Boolean] default = False HMIX_FIXED = 0.5 ! [m] ! The prescribed depth over which the near-surface viscosity and diffusivity are ! elevated when the bulk mixed layer is not used. -KVML = 1.0E-04 ! [m2 s-1] default = 1.0E-04 - ! The kinematic viscosity in the mixed layer. A typical value is ~1e-2 m2 s-1. - ! KVML is not used if BULKMIXEDLAYER is true. The default is set by KV. +KV_ML_INVZ2 = 1.0E-04 ! [m2 s-1] default = 0.0 + ! An extra kinematic viscosity in a mixed layer of thickness HMIX_FIXED, with + ! the actual viscosity scaling as 1/(z*HMIX_FIXED)^2, where z is the distance + ! from the surface, to allow for finite wind stresses to be transmitted through. MAXVEL = 6.0 ! [m s-1] default = 3.0E+08 ! The maximum velocity allowed before the velocity components are truncated. diff --git a/tests/parm/MOM_input_100.IN b/tests/parm/MOM_input_100.IN index 3c58b0cdf5..70efc8da9d 100644 --- a/tests/parm/MOM_input_100.IN +++ b/tests/parm/MOM_input_100.IN @@ -505,9 +505,10 @@ USE_KH_BG_2D = True ! [Boolean] default = False HMIX_FIXED = 0.5 ! [m] ! The prescribed depth over which the near-surface viscosity and diffusivity are ! elevated when the bulk mixed layer is not used. -KVML = 1.0E-04 ! [m2 s-1] default = 1.0E-04 - ! The kinematic viscosity in the mixed layer. A typical value is ~1e-2 m2 s-1. - ! KVML is not used if BULKMIXEDLAYER is true. The default is set by KV. +KV_ML_INVZ2 = 1.0E-04 ! [m2 s-1] default = 0.0 + ! An extra kinematic viscosity in a mixed layer of thickness HMIX_FIXED, with + ! the actual viscosity scaling as 1/(z*HMIX_FIXED)^2, where z is the distance + ! from the surface, to allow for finite wind stresses to be transmitted through. MAXVEL = 6.0 ! [m s-1] default = 3.0E+08 ! The maximum velocity allowed before the velocity components are truncated. diff --git a/tests/parm/MOM_input_500.IN b/tests/parm/MOM_input_500.IN index 16f9b59f14..bf474652ee 100644 --- a/tests/parm/MOM_input_500.IN +++ b/tests/parm/MOM_input_500.IN @@ -350,9 +350,10 @@ USE_LAND_MASK_FOR_HVISC = True ! [Boolean] default = False HMIX_FIXED = 0.5 ! [m] ! The prescribed depth over which the near-surface viscosity and diffusivity are ! elevated when the bulk mixed layer is not used. -KVML = 1.0E-04 ! [m2 s-1] default = 1.0E-04 - ! The kinematic viscosity in the mixed layer. A typical value is ~1e-2 m2 s-1. - ! KVML is not used if BULKMIXEDLAYER is true. The default is set by KV. +KV_ML_INVZ2 = 1.0E-04 ! [m2 s-1] default = 0.0 + ! An extra kinematic viscosity in a mixed layer of thickness HMIX_FIXED, with + ! the actual viscosity scaling as 1/(z*HMIX_FIXED)^2, where z is the distance + ! from the surface, to allow for finite wind stresses to be transmitted through. MAXVEL = 6.0 ! [m s-1] default = 3.0E+08 ! The maximum velocity allowed before the velocity components are truncated. 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_cpld_sfs.IN b/tests/parm/diag_table/diag_table_cpld_sfs.IN new file mode 100644 index 0000000000..9d82b7f0e7 --- /dev/null +++ b/tests/parm/diag_table/diag_table_cpld_sfs.IN @@ -0,0 +1,311 @@ +@[SYEAR]@[SMONTH]@[SDAY].@[SHOUR]Z.@[ATMRES].64bit.non-mono +@[SYEAR] @[SMONTH] @[SDAY] @[SHOUR] 0 0 + +"fv3_history", 0, "hours", 1, "hours", "time" +"fv3_history2d", 0, "hours", 1, "hours", "time" +###################### +"@[MOM6_OUTPUT_DIR]/ocn%4yr%2mo%2dy%2hr", 6, "hours", 1, "hours", "time", 6, "hours", "@[SYEAR] @[SMONTH] @[SDAY] @[CHOUR] 0 0" +"@[MOM6_OUTPUT_DIR]/SST%4yr%2mo%2dy", 1, "days", 1, "days", "time", 1, "days", "@[SYEAR] @[SMONTH] @[SDAY] @[CHOUR] 0 0" +############################################## +# static fields + "ocean_model", "geolon", "geolon", "@[MOM6_OUTPUT_DIR]/ocn%4yr%2mo%2dy%2hr", "all", .false., "none", 2 + "ocean_model", "geolat", "geolat", "@[MOM6_OUTPUT_DIR]/ocn%4yr%2mo%2dy%2hr", "all", .false., "none", 2 + "ocean_model", "geolon_c", "geolon_c", "@[MOM6_OUTPUT_DIR]/ocn%4yr%2mo%2dy%2hr", "all", .false., "none", 2 + "ocean_model", "geolat_c", "geolat_c", "@[MOM6_OUTPUT_DIR]/ocn%4yr%2mo%2dy%2hr", "all", .false., "none", 2 + "ocean_model", "geolon_u", "geolon_u", "@[MOM6_OUTPUT_DIR]/ocn%4yr%2mo%2dy%2hr", "all", .false., "none", 2 + "ocean_model", "geolat_u", "geolat_u", "@[MOM6_OUTPUT_DIR]/ocn%4yr%2mo%2dy%2hr", "all", .false., "none", 2 + "ocean_model", "geolon_v", "geolon_v", "@[MOM6_OUTPUT_DIR]/ocn%4yr%2mo%2dy%2hr", "all", .false., "none", 2 + "ocean_model", "geolat_v", "geolat_v", "@[MOM6_OUTPUT_DIR]/ocn%4yr%2mo%2dy%2hr", "all", .false., "none", 2 +# "ocean_model", "depth_ocean", "depth_ocean", "@[MOM6_OUTPUT_DIR]/ocn%4yr%2mo%2dy%2hr", "all", .false., "none", 2 +# "ocean_model", "wet", "wet", "@[MOM6_OUTPUT_DIR]/ocn%4yr%2mo%2dy%2hr", "all", .false., "none", 2 + "ocean_model", "wet_c", "wet_c", "@[MOM6_OUTPUT_DIR]/ocn%4yr%2mo%2dy%2hr", "all", .false., "none", 2 + "ocean_model", "wet_u", "wet_u", "@[MOM6_OUTPUT_DIR]/ocn%4yr%2mo%2dy%2hr", "all", .false., "none", 2 + "ocean_model", "wet_v", "wet_v", "@[MOM6_OUTPUT_DIR]/ocn%4yr%2mo%2dy%2hr", "all", .false., "none", 2 + "ocean_model", "sin_rot", "sin_rot", "@[MOM6_OUTPUT_DIR]/ocn%4yr%2mo%2dy%2hr", "all", .false., "none", 2 + "ocean_model", "cos_rot", "cos_rot", "@[MOM6_OUTPUT_DIR]/ocn%4yr%2mo%2dy%2hr", "all", .false., "none", 2 + +# ocean output TSUV and others + "ocean_model", "SSH", "SSH", "@[MOM6_OUTPUT_DIR]/ocn%4yr%2mo%2dy%2hr","all",.true.,"none",2 + "ocean_model", "SST", "SST", "@[MOM6_OUTPUT_DIR]/ocn%4yr%2mo%2dy%2hr","all",.true.,"none",2 + "ocean_model", "SSS", "SSS", "@[MOM6_OUTPUT_DIR]/ocn%4yr%2mo%2dy%2hr","all",.true.,"none",2 + "ocean_model", "speed", "speed", "@[MOM6_OUTPUT_DIR]/ocn%4yr%2mo%2dy%2hr","all",.true.,"none",2 + "ocean_model", "SSU", "SSU", "@[MOM6_OUTPUT_DIR]/ocn%4yr%2mo%2dy%2hr","all",.true.,"none",2 + "ocean_model", "SSV", "SSV", "@[MOM6_OUTPUT_DIR]/ocn%4yr%2mo%2dy%2hr","all",.true.,"none",2 + "ocean_model", "frazil", "frazil", "@[MOM6_OUTPUT_DIR]/ocn%4yr%2mo%2dy%2hr","all",.true.,"none",2 + "ocean_model", "ePBL_h_ML", "ePBL", "@[MOM6_OUTPUT_DIR]/ocn%4yr%2mo%2dy%2hr","all",.true.,"none",2 + "ocean_model", "MLD_003", "MLD_003", "@[MOM6_OUTPUT_DIR]/ocn%4yr%2mo%2dy%2hr","all",.true.,"none",2 + "ocean_model", "MLD_0125", "MLD_0125", "@[MOM6_OUTPUT_DIR]/ocn%4yr%2mo%2dy%2hr","all",.true.,"none",2 + "ocean_model", "tob", "tob", "@[MOM6_OUTPUT_DIR]/ocn%4yr%2mo%2dy%2hr","all",.true.,"none",2 + +# save daily SST + "ocean_model", "geolon", "geolon", "@[MOM6_OUTPUT_DIR]/SST%4yr%2mo%2dy", "all", .false., "none", 2 + "ocean_model", "geolat", "geolat", "@[MOM6_OUTPUT_DIR]/SST%4yr%2mo%2dy", "all", .false., "none", 2 + "ocean_model", "SST", "sst", "@[MOM6_OUTPUT_DIR]/SST%4yr%2mo%2dy", "all", .true., "none", 2 + +# Z-Space Fields Provided for CMIP6 (CMOR Names): +#=============================================== + "ocean_model_z","uo","uo" ,"@[MOM6_OUTPUT_DIR]/ocn%4yr%2mo%2dy%2hr","all",.true.,"none",2 + "ocean_model_z","vo","vo" ,"@[MOM6_OUTPUT_DIR]/ocn%4yr%2mo%2dy%2hr","all",.true.,"none",2 + "ocean_model_z","so","so" ,"@[MOM6_OUTPUT_DIR]/ocn%4yr%2mo%2dy%2hr","all",.true.,"none",2 + "ocean_model_z","temp","temp" ,"@[MOM6_OUTPUT_DIR]/ocn%4yr%2mo%2dy%2hr","all",.true.,"none",2 + +# forcing + "ocean_model", "taux", "taux", "@[MOM6_OUTPUT_DIR]/ocn%4yr%2mo%2dy%2hr","all",.true.,"none",2 + "ocean_model", "tauy", "tauy", "@[MOM6_OUTPUT_DIR]/ocn%4yr%2mo%2dy%2hr","all",.true.,"none",2 + "ocean_model", "latent", "latent", "@[MOM6_OUTPUT_DIR]/ocn%4yr%2mo%2dy%2hr","all",.true.,"none",2 + "ocean_model", "sensible", "sensible", "@[MOM6_OUTPUT_DIR]/ocn%4yr%2mo%2dy%2hr","all",.true.,"none",2 + "ocean_model", "SW", "SW", "@[MOM6_OUTPUT_DIR]/ocn%4yr%2mo%2dy%2hr","all",.true.,"none",2 + "ocean_model", "LW", "LW", "@[MOM6_OUTPUT_DIR]/ocn%4yr%2mo%2dy%2hr","all",.true.,"none",2 + "ocean_model", "evap", "evap", "@[MOM6_OUTPUT_DIR]/ocn%4yr%2mo%2dy%2hr","all",.true.,"none",2 + "ocean_model", "lprec", "lprec", "@[MOM6_OUTPUT_DIR]/ocn%4yr%2mo%2dy%2hr","all",.true.,"none",2 + "ocean_model", "lrunoff", "lrunoff", "@[MOM6_OUTPUT_DIR]/ocn%4yr%2mo%2dy%2hr","all",.true.,"none",2 +# "ocean_model", "frunoff", "frunoff", "@[MOM6_OUTPUT_DIR]/ocn%4yr%2mo%2dy%2hr","all",.true.,"none",2 + "ocean_model", "fprec", "fprec", "@[MOM6_OUTPUT_DIR]/ocn%4yr%2mo%2dy%2hr","all",.true.,"none",2 + "ocean_model", "LwLatSens", "LwLatSens", "@[MOM6_OUTPUT_DIR]/ocn%4yr%2mo%2dy%2hr","all",.true.,"none",2 + "ocean_model", "Heat_PmE", "Heat_PmE", "@[MOM6_OUTPUT_DIR]/ocn%4yr%2mo%2dy%2hr","all",.true.,"none",2 +# +### +# FV3 variabls needed for NGGPS evaluation +### +"gfs_dyn", "ucomp", "ugrd", "fv3_history", "all", .false., "none", 2 +"gfs_dyn", "vcomp", "vgrd", "fv3_history", "all", .false., "none", 2 +"gfs_dyn", "sphum", "spfh", "fv3_history", "all", .false., "none", 2 +"gfs_dyn", "temp", "tmp", "fv3_history", "all", .false., "none", 2 +"gfs_dyn", "liq_wat", "clwmr", "fv3_history", "all", .false., "none", 2 +"gfs_dyn", "o3mr", "o3mr", "fv3_history", "all", .false., "none", 2 +"gfs_dyn", "delp", "dpres", "fv3_history", "all", .false., "none", 2 +"gfs_dyn", "omga", "omga", "fv3_history", "all", .false., "none", 2 +"gfs_dyn", "ice_wat", "icmr", "fv3_history", "all", .false., "none", 2 +"gfs_dyn", "rainwat", "rwmr", "fv3_history", "all", .false., "none", 2 +"gfs_dyn", "snowwat", "snmr", "fv3_history", "all", .false., "none", 2 +"gfs_dyn", "graupel", "grle", "fv3_history", "all", .false., "none", 2 +"gfs_dyn", "ps", "pressfc", "fv3_history", "all", .false., "none", 2 +"gfs_dyn", "hs", "hgtsfc", "fv3_history", "all", .false., "none", 2 +#"gfs_dyn", "ice_nc", "nicp", "fv3_history", "all", .false., "none", 2 +#"gfs_dyn", "rain_nc", "ntrnc", "fv3_history", "all", .false., "none", 2 + +# chemical tracers advected by FV3 +"gfs_dyn", "so2", "so2", "fv3_history", "all", .false., "none", 2 +"gfs_dyn", "so4", "so4", "fv3_history", "all", .false., "none", 2 +"gfs_dyn", "dms", "dms", "fv3_history", "all", .false., "none", 2 +"gfs_dyn", "msa", "msa", "fv3_history", "all", .false., "none", 2 +"gfs_dyn", "bc1", "bc1", "fv3_history", "all", .false., "none", 2 +"gfs_dyn", "bc2", "bc2", "fv3_history", "all", .false., "none", 2 +"gfs_dyn", "oc1", "oc1", "fv3_history", "all", .false., "none", 2 +"gfs_dyn", "oc2", "oc2", "fv3_history", "all", .false., "none", 2 +"gfs_dyn", "dust1", "dust1", "fv3_history", "all", .false., "none", 2 +"gfs_dyn", "dust2", "dust2", "fv3_history", "all", .false., "none", 2 +"gfs_dyn", "dust3", "dust3", "fv3_history", "all", .false., "none", 2 +"gfs_dyn", "dust4", "dust4", "fv3_history", "all", .false., "none", 2 +"gfs_dyn", "dust5", "dust5", "fv3_history", "all", .false., "none", 2 +"gfs_dyn", "seas1", "seas1", "fv3_history", "all", .false., "none", 2 +"gfs_dyn", "seas2", "seas2", "fv3_history", "all", .false., "none", 2 +"gfs_dyn", "seas3", "seas3", "fv3_history", "all", .false., "none", 2 +"gfs_dyn", "seas4", "seas4", "fv3_history", "all", .false., "none", 2 +"gfs_dyn", "seas5", "seas5", "fv3_history", "all", .false., "none", 2 +"gfs_dyn", "nh3", "nh3", "fv3_history", "all", .false., "none", 2 +"gfs_dyn", "nh4a", "nh4a", "fv3_history", "all", .false., "none", 2 +"gfs_dyn", "no3an1", "no3an1", "fv3_history", "all", .false., "none", 2 +"gfs_dyn", "no3an2", "no3an2", "fv3_history", "all", .false., "none", 2 +"gfs_dyn", "no3an3", "no3an3", "fv3_history", "all", .false., "none", 2 +"gfs_dyn", "pm25", "pm25", "fv3_history", "all", .false., "none", 2 +"gfs_dyn", "pm10", "pm10", "fv3_history", "all", .false., "none", 2 + +"gfs_phys", "frzr", "frzr", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "frzrb", "frzrb", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "frozr", "frozr", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "frozrb", "frozrb", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "tsnowp", "tsnowp", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "tsnowpb", "tsnowpb", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "rhonewsn", "rhonewsn", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "ALBDO_ave", "albdo_ave", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "cnvprcp_ave", "cprat_ave", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "cnvprcpb_ave", "cpratb_ave", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "totprcp_ave", "prate_ave", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "totprcpb_ave", "prateb_ave", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "DLWRF", "dlwrf_ave", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "DLWRFI", "dlwrf", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "ULWRF", "ulwrf_ave", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "ULWRFI", "ulwrf", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "DSWRF", "dswrf_ave", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "DSWRFI", "dswrf", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "USWRF", "uswrf_ave", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "USWRFI", "uswrf", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "DSWRFtoa", "dswrf_avetoa","fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "USWRFtoa", "uswrf_avetoa","fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "ULWRFtoa", "ulwrf_avetoa","fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "gflux_ave", "gflux_ave", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "hpbl", "hpbl", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "lhtfl_ave", "lhtfl_ave", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "shtfl_ave", "shtfl_ave", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "pwat", "pwat", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "soilm", "soilm", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "TCDC_aveclm", "tcdc_aveclm", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "TCDC_avebndcl", "tcdc_avebndcl", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "TCDC_avehcl", "tcdc_avehcl", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "TCDC_avelcl", "tcdc_avelcl", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "TCDC_avemcl", "tcdc_avemcl", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "TCDCcnvcl", "tcdccnvcl", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "PREScnvclt", "prescnvclt", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "PREScnvclb", "prescnvclb", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "PRES_avehct", "pres_avehct", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "PRES_avehcb", "pres_avehcb", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "TEMP_avehct", "tmp_avehct", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "PRES_avemct", "pres_avemct", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "PRES_avemcb", "pres_avemcb", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "TEMP_avemct", "tmp_avemct", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "PRES_avelct", "pres_avelct", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "PRES_avelcb", "pres_avelcb", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "TEMP_avelct", "tmp_avelct", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "u-gwd_ave", "u-gwd_ave", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "v-gwd_ave", "v-gwd_ave", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "dusfc", "uflx_ave", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "dvsfc", "vflx_ave", "fv3_history2d", "all", .false., "none", 2 +#"gfs_phys", "cnvw", "cnvcldwat", "fv3_history2d", "all", .false., "none", 2 + +"gfs_phys", "psurf", "pressfc", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "u10m", "ugrd10m", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "v10m", "vgrd10m", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "cldfra", "cldfra", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "crain", "crain", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "tprcp", "tprcp", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "hgtsfc", "orog", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "weasd", "weasd", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "f10m", "f10m", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "q2m", "spfh2m", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "t2m", "tmp2m", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "tsfc", "tmpsfc", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "vtype", "vtype", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "stype", "sotyp", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "slmsksfc", "land", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "vfracsfc", "veg", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "zorlsfc", "sfcr", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "uustar", "fricv", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "soilt1", "soilt1" "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "soilt2", "soilt2" "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "soilt3", "soilt3" "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "soilt4", "soilt4" "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "soilw1", "soilw1" "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "soilw2", "soilw2" "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "soilw3", "soilw3" "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "soilw4", "soilw4" "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "slc_1", "soill1", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "slc_2", "soill2", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "slc_3", "soill3", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "slc_4", "soill4", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "slope", "sltyp", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "alnsf", "alnsf", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "alnwf", "alnwf", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "alvsf", "alvsf", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "alvwf", "alvwf", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "canopy", "cnwat", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "facsf", "facsf", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "facwf", "facwf", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "ffhh", "ffhh", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "ffmm", "ffmm", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "fice", "icec", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "hice", "icetk", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "snoalb", "snoalb", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "shdmax", "shdmax", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "shdmin", "shdmin", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "snowd", "snod", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "tg3", "tg3", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "tisfc", "tisfc", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "tref", "tref", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "z_c", "zc", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "c_0", "c0", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "c_d", "cd", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "w_0", "w0", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "w_d", "wd", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "xt", "xt", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "xz", "xz", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "dt_cool", "dtcool", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "xs", "xs", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "xu", "xu", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "xv", "xv", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "xtts", "xtts", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "xzts", "xzts", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "d_conv", "dconv", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "qrain", "qrain", "fv3_history2d", "all", .false., "none", 2 + +"gfs_phys", "acond", "acond", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "cduvb_ave", "cduvb_ave", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "cpofp", "cpofp", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "duvb_ave", "duvb_ave", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "csdlf_ave", "csdlf", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "csusf_ave", "csusf", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "csusf_avetoa", "csusftoa", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "csdsf_ave", "csdsf", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "csulf_ave", "csulf", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "csulf_avetoa", "csulftoa", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "cwork_ave", "cwork_aveclm", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "evbs_ave", "evbs_ave", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "evcw_ave", "evcw_ave", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "fldcp", "fldcp", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "hgt_hyblev1", "hgt_hyblev1", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "spfh_hyblev1", "spfh_hyblev1", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "ugrd_hyblev1", "ugrd_hyblev1", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "vgrd_hyblev1", "vgrd_hyblev1", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "tmp_hyblev1", "tmp_hyblev1", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "gfluxi", "gflux", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "lhtfl", "lhtfl", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "shtfl", "shtfl", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "pevpr", "pevpr", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "pevpr_ave", "pevpr_ave", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "sbsno_ave", "sbsno_ave", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "sfexc", "sfexc", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "snohf", "snohf", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "snowc_ave", "snowc_ave", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "spfhmax2m", "spfhmax_max2m", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "spfhmin2m", "spfhmin_min2m", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "tmpmax2m", "tmax_max2m", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "tmpmin2m", "tmin_min2m", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "ssrun_acc", "ssrun_acc", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "sunsd_acc", "sunsd_acc", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "watr_acc", "watr_acc", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "wilt", "wilt", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "vbdsf_ave", "vbdsf_ave", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "vddsf_ave", "vddsf_ave", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "nbdsf_ave", "nbdsf_ave", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "nddsf_ave", "nddsf_ave", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "trans_ave", "trans_ave", "fv3_history2d", "all", .false., "none", 2 + +"gfs_phys", "AOD_550", "aod550", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "DU_AOD_550", "du_aod550", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "SU_AOD_550", "su_aod550", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "BC_AOD_550", "bc_aod550", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "OC_AOD_550", "oc_aod550", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "SS_AOD_550", "ss_aod550", "fv3_history2d", "all", .false., "none", 2 +#============================================================================================= +# +#====> This file can be used with diag_manager/v2.0a (or higher) <==== +# +# +# FORMATS FOR FILE ENTRIES (not all input values are used) +# ------------------------ +# +#"file_name", output_freq, "output_units", format, "time_units", "long_name", +# +# +#output_freq: > 0 output frequency in "output_units" +# = 0 output frequency every time step +# =-1 output frequency at end of run +# +#output_units = units used for output frequency +# (years, months, days, minutes, hours, seconds) +# +#time_units = units used to label the time axis +# (days, minutes, hours, seconds) +# +# +# FORMAT FOR FIELD ENTRIES (not all input values are used) +# ------------------------ +# +#"module_name", "field_name", "output_name", "file_name" "time_sampling", time_avg, "other_opts", packing +# +#time_avg = .true. or .false. +# +#packing = 1 double precision +# = 2 float +# = 4 packed 16-bit integers +# = 8 packed 1-byte (not tested?) diff --git a/tests/parm/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/fd_ufs.yaml b/tests/parm/fd_ufs.yaml index a91ff96d64..c0189f0bdf 100644 --- a/tests/parm/fd_ufs.yaml +++ b/tests/parm/fd_ufs.yaml @@ -1055,43 +1055,76 @@ # - standard_name: u canonical_units: m s-1 + alias: u_component_of_native_D_grid_wind # - standard_name: v canonical_units: m s-1 + alias: v_component_of_native_D_grid_wind # - standard_name: ua canonical_units: m s-1 + alias: eastward_wind # - standard_name: va canonical_units: m s-1 + alias: northward_wind # - standard_name: t canonical_units: K + alias: air_temperature # - standard_name: delp canonical_units: Pa + alias: air_pressure_thickness + # + - standard_name: ps + canonical_units: Pa + alias: surface_pressure # - standard_name: sphum canonical_units: kg kg-1 + alias: specific_humidity # - standard_name: ice_wat canonical_units: kg kg-1 + alias: cloud_liquid_ice # - standard_name: liq_wat canonical_units: kg kg-1 + alias: cloud_liquid_water + # + - standard_name: rainwat + canonical_units: kg kg-1 + alias: rain_water + # + - standard_name: snowwat + canonical_units: kg kg-1 + alias: snow_water + # + - standard_name: graupel + canonical_units: kg kg-1 + alias: graupel # - standard_name: o3mr canonical_units: kg kg-1 + alias: ozone_mass_mixing_ratio # - standard_name: phis canonical_units: m2 s-2 + alias: sfc_geopotential_height_times_grav # - standard_name: u_srf canonical_units: m s-1 + alias: surface_eastward_wind # - standard_name: v_srf canonical_units: m s-1 + alias: surface_northward_wind + # # + - standard_name: t2m + canonical_units: K + alias: surface_temperature # - standard_name: slmsk canonical_units: flag @@ -1100,6 +1133,7 @@ - standard_name: weasd canonical_units: mm description: water equiv of acc snow depth over land and sea ice + alias: sheleg # - standard_name: tsea canonical_units: K @@ -1169,7 +1203,7 @@ - standard_name: Sl_sfrac alias: inst_snow_area_fraction_lnd canonical_units: 1 - description: land export + description: land export # - standard_name: Sl_tref alias: inst_temp_height2m_lnd @@ -1201,7 +1235,7 @@ canonical_units: W m-2 description: land export # - - standard_name: Fall_gflx + - standard_name: Fall_gflx alias: inst_upward_heat_flux_lnd canonical_units: W m-2 description: land export @@ -1222,7 +1256,7 @@ description: land export # - standard_name: Sl_chh - alias: inst_drag_mass_flux_for_heat_and_moisture + alias: inst_drag_mass_flux_for_heat_and_moisture canonical_units: kg m-2 s-1 description: land export # 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_control.nml.IN b/tests/parm/global_control.nml.IN index c2e5ec8e43..6158aa1657 100644 --- a/tests/parm/global_control.nml.IN +++ b/tests/parm/global_control.nml.IN @@ -42,11 +42,11 @@ rf_cutoff = 10. 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. + kord_tm = @[KORD_TM] + kord_mt = @[KORD_XX] + kord_wz = @[KORD_XX] + kord_tr = @[KORD_XX] + hydrostatic = @[HYDROSTATIC] phys_hydrostatic = .false. use_hydro_pressure = .false. beta = 0. @@ -66,19 +66,19 @@ vtdm4 = 0.02 delt_max = 0.002 ke_bg = 0. - do_vort_damp = .true. + 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 = 1. - hord_mt = 5 - hord_vt = 5 - hord_tm = 5 - hord_dp = -5 - hord_tr = 8 + d_con = @[D_CON] + hord_mt = @[HORD_XX] + hord_vt = @[HORD_XX] + hord_tm = @[HORD_XX] + hord_dp = @[HORD_DP] + hord_tr = @[HORD_TR] adjust_dry_mass = .false. dry_mass = 98320.0 consv_te = 1. 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 7910561fe0..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] @@ -195,6 +195,14 @@ / &icefields_nml + f_tlon = .true. + f_tlat = .true. + f_ulon = .true. + f_ulat = .true. + f_nlon = .true. + f_nlat = .true. + f_elon = .true. + f_elat = .true. f_tmask = .true. f_blkmask = .true. f_tarea = .true. @@ -377,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.datm_cdeps.IN b/tests/parm/ufs.configure.datm_cdeps.IN index b69d230f2c..afaa2f98cf 100644 --- a/tests/parm/ufs.configure.datm_cdeps.IN +++ b/tests/parm/ufs.configure.datm_cdeps.IN @@ -119,6 +119,7 @@ ALLCOMP_attributes:: restart_n = @[RESTART_N] restart_option = nhours restart_ymd = -999 + write_restart_at_endofrun = @[WRITE_ENDOFRUN_RESTART] dbug_flag = @[cap_dbug_flag] coldair_outbreak_mod = .false. flds_wiso = .false. diff --git a/tests/parm/ufs.configure.hafs_atm_docn.IN b/tests/parm/ufs.configure.hafs_atm_docn.IN index 5f5aebefc0..c5d5304eb6 100644 --- a/tests/parm/ufs.configure.hafs_atm_docn.IN +++ b/tests/parm/ufs.configure.hafs_atm_docn.IN @@ -91,6 +91,7 @@ ALLCOMP_attributes:: restart_n = 6 restart_option = nhours restart_ymd = -999 + write_restart_at_endofrun = @[WRITE_ENDOFRUN_RESTART] dbug_flag = @[cap_dbug_flag] orb_eccen = 1.e36 orb_iyear = 2000 diff --git a/tests/parm/ufs.configure.hafs_atm_ocn.IN b/tests/parm/ufs.configure.hafs_atm_ocn.IN index 04404e63a4..8b16fd5ef7 100644 --- a/tests/parm/ufs.configure.hafs_atm_ocn.IN +++ b/tests/parm/ufs.configure.hafs_atm_ocn.IN @@ -120,6 +120,7 @@ ALLCOMP_attributes:: restart_n = 6 restart_option = nhours restart_ymd = -999 + write_restart_at_endofrun = @[WRITE_ENDOFRUN_RESTART] dbug_flag = @[cap_dbug_flag] orb_eccen = 1.e36 orb_iyear = 2000 diff --git a/tests/parm/ufs.configure.hafs_atm_ocn_wav.IN b/tests/parm/ufs.configure.hafs_atm_ocn_wav.IN index a4398c369b..c9cc9d0fe2 100644 --- a/tests/parm/ufs.configure.hafs_atm_ocn_wav.IN +++ b/tests/parm/ufs.configure.hafs_atm_ocn_wav.IN @@ -133,6 +133,7 @@ ALLCOMP_attributes:: restart_n = 6 restart_option = nhours restart_ymd = -999 + write_restart_at_endofrun = @[WRITE_ENDOFRUN_RESTART] dbug_flag = @[cap_dbug_flag] orb_eccen = 1.e36 orb_iyear = 2000 diff --git a/tests/parm/ufs.configure.hafs_atm_ocn_wav_inline.IN b/tests/parm/ufs.configure.hafs_atm_ocn_wav_inline.IN index dd24683169..f1b2bd18ca 100644 --- a/tests/parm/ufs.configure.hafs_atm_ocn_wav_inline.IN +++ b/tests/parm/ufs.configure.hafs_atm_ocn_wav_inline.IN @@ -137,6 +137,7 @@ ALLCOMP_attributes:: restart_n = 6 restart_option = nhours restart_ymd = -999 + write_restart_at_endofrun = @[WRITE_ENDOFRUN_RESTART] dbug_flag = @[cap_dbug_flag] orb_eccen = 1.e36 orb_iyear = 2000 diff --git a/tests/parm/ufs.configure.hafs_atm_ocn_wav_mom6.IN b/tests/parm/ufs.configure.hafs_atm_ocn_wav_mom6.IN index 673d864573..2a57c59cf3 100644 --- a/tests/parm/ufs.configure.hafs_atm_ocn_wav_mom6.IN +++ b/tests/parm/ufs.configure.hafs_atm_ocn_wav_mom6.IN @@ -123,6 +123,7 @@ ALLCOMP_attributes:: restart_n = 3 restart_option = nhours restart_ymd = -999 + write_restart_at_endofrun = @[WRITE_ENDOFRUN_RESTART] dbug_flag = @[cap_dbug_flag] orb_eccen = 1.e36 orb_iyear = 2000 diff --git a/tests/parm/ufs.configure.hafs_atm_wav.IN b/tests/parm/ufs.configure.hafs_atm_wav.IN index b57d6c685d..9adfb9ed85 100644 --- a/tests/parm/ufs.configure.hafs_atm_wav.IN +++ b/tests/parm/ufs.configure.hafs_atm_wav.IN @@ -95,6 +95,7 @@ ALLCOMP_attributes:: restart_n = 6 restart_option = nhours restart_ymd = -999 + write_restart_at_endofrun = @[WRITE_ENDOFRUN_RESTART] dbug_flag = @[cap_dbug_flag] orb_eccen = 1.e36 orb_iyear = 2000 diff --git a/tests/parm/ufs.configure.s2s.IN b/tests/parm/ufs.configure.s2s.IN index 3efa42e6fe..9ff939a6c7 100644 --- a/tests/parm/ufs.configure.s2s.IN +++ b/tests/parm/ufs.configure.s2s.IN @@ -107,6 +107,7 @@ ALLCOMP_attributes:: restart_n = @[RESTART_N] restart_option = nhours restart_ymd = -999 + write_restart_at_endofrun = @[WRITE_ENDOFRUN_RESTART] dbug_flag = @[cap_dbug_flag] stop_n = @[FHMAX] stop_option = nhours diff --git a/tests/parm/ufs.configure.s2s_aoflux_esmf.IN b/tests/parm/ufs.configure.s2s_aoflux_esmf.IN index d1be7c7b86..c5c2705e03 100644 --- a/tests/parm/ufs.configure.s2s_aoflux_esmf.IN +++ b/tests/parm/ufs.configure.s2s_aoflux_esmf.IN @@ -122,6 +122,7 @@ ALLCOMP_attributes:: restart_n = @[RESTART_N] restart_option = nhours restart_ymd = -999 + write_restart_at_endofrun = @[WRITE_ENDOFRUN_RESTART] dbug_flag = @[cap_dbug_flag] eps_imesh = @[eps_imesh] stop_n = @[FHMAX] diff --git a/tests/parm/ufs.configure.s2s_esmf.IN b/tests/parm/ufs.configure.s2s_esmf.IN index bf17be2a5e..3161e4891f 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:: @@ -111,6 +115,7 @@ ALLCOMP_attributes:: restart_n = @[RESTART_N] restart_option = nhours restart_ymd = -999 + write_restart_at_endofrun = @[WRITE_ENDOFRUN_RESTART] dbug_flag = @[cap_dbug_flag] stop_n = @[FHMAX] stop_option = nhours diff --git a/tests/parm/ufs.configure.s2sa.IN b/tests/parm/ufs.configure.s2sa.IN index 419a11f6c5..f49831094c 100644 --- a/tests/parm/ufs.configure.s2sa.IN +++ b/tests/parm/ufs.configure.s2sa.IN @@ -118,6 +118,7 @@ ALLCOMP_attributes:: restart_n = @[RESTART_N] restart_option = nhours restart_ymd = -999 + write_restart_at_endofrun = @[WRITE_ENDOFRUN_RESTART] dbug_flag = @[cap_dbug_flag] stop_n = @[FHMAX] stop_option = nhours diff --git a/tests/parm/ufs.configure.s2sa_esmf.IN b/tests/parm/ufs.configure.s2sa_esmf.IN index bac867307e..3921f3881b 100644 --- a/tests/parm/ufs.configure.s2sa_esmf.IN +++ b/tests/parm/ufs.configure.s2sa_esmf.IN @@ -123,6 +123,7 @@ ALLCOMP_attributes:: restart_n = @[RESTART_N] restart_option = nhours restart_ymd = -999 + write_restart_at_endofrun = @[WRITE_ENDOFRUN_RESTART] dbug_flag = @[cap_dbug_flag] stop_n = @[FHMAX] stop_option = nhours diff --git a/tests/parm/ufs.configure.s2sw.IN b/tests/parm/ufs.configure.s2sw.IN index 95f35864bf..1ccf32fe09 100644 --- a/tests/parm/ufs.configure.s2sw.IN +++ b/tests/parm/ufs.configure.s2sw.IN @@ -124,6 +124,7 @@ ALLCOMP_attributes:: restart_n = @[RESTART_N] restart_option = nhours restart_ymd = -999 + write_restart_at_endofrun = @[WRITE_ENDOFRUN_RESTART] dbug_flag = @[cap_dbug_flag] stop_n = @[FHMAX] stop_option = nhours diff --git a/tests/parm/ufs.configure.s2sw_esmf.IN b/tests/parm/ufs.configure.s2sw_esmf.IN index e62fca65af..a9eed48546 100644 --- a/tests/parm/ufs.configure.s2sw_esmf.IN +++ b/tests/parm/ufs.configure.s2sw_esmf.IN @@ -127,6 +127,7 @@ ALLCOMP_attributes:: restart_n = @[RESTART_N] restart_option = nhours restart_ymd = -999 + write_restart_at_endofrun = @[WRITE_ENDOFRUN_RESTART] dbug_flag = @[cap_dbug_flag] stop_n = @[FHMAX] stop_option = nhours diff --git a/tests/parm/ufs.configure.s2sw_fast_esmf.IN b/tests/parm/ufs.configure.s2sw_fast_esmf.IN index 6338a000c8..3d7df9de69 100644 --- a/tests/parm/ufs.configure.s2sw_fast_esmf.IN +++ b/tests/parm/ufs.configure.s2sw_fast_esmf.IN @@ -127,6 +127,7 @@ ALLCOMP_attributes:: restart_n = @[RESTART_N] restart_option = nhours restart_ymd = -999 + write_restart_at_endofrun = @[WRITE_ENDOFRUN_RESTART] dbug_flag = @[cap_dbug_flag] stop_n = @[FHMAX] stop_option = nhours diff --git a/tests/parm/ufs.configure.s2swa.IN b/tests/parm/ufs.configure.s2swa.IN index 7f6627ca37..a1bb9f95a6 100644 --- a/tests/parm/ufs.configure.s2swa.IN +++ b/tests/parm/ufs.configure.s2swa.IN @@ -133,6 +133,7 @@ ALLCOMP_attributes:: restart_n = @[RESTART_N] restart_option = nhours restart_ymd = -999 + write_restart_at_endofrun = @[WRITE_ENDOFRUN_RESTART] dbug_flag = @[cap_dbug_flag] stop_n = @[FHMAX] stop_option = nhours diff --git a/tests/parm/ufs.configure.s2swa_esmf.IN b/tests/parm/ufs.configure.s2swa_esmf.IN index 69156317e3..820da8ee0f 100644 --- a/tests/parm/ufs.configure.s2swa_esmf.IN +++ b/tests/parm/ufs.configure.s2swa_esmf.IN @@ -139,6 +139,7 @@ ALLCOMP_attributes:: restart_n = @[RESTART_N] restart_option = nhours restart_ymd = -999 + write_restart_at_endofrun = @[WRITE_ENDOFRUN_RESTART] dbug_flag = @[cap_dbug_flag] stop_n = @[FHMAX] stop_option = nhours diff --git a/tests/parm/ufs.configure.s2swa_fast_esmf.IN b/tests/parm/ufs.configure.s2swa_fast_esmf.IN index ce8c6607d3..e77f9266bc 100644 --- a/tests/parm/ufs.configure.s2swa_fast_esmf.IN +++ b/tests/parm/ufs.configure.s2swa_fast_esmf.IN @@ -140,6 +140,7 @@ ALLCOMP_attributes:: restart_n = @[RESTART_N] restart_option = nhours restart_ymd = -999 + write_restart_at_endofrun = @[WRITE_ENDOFRUN_RESTART] dbug_flag = @[cap_dbug_flag] stop_n = @[FHMAX] stop_option = nhours 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 626d29a6bc..2a644b651d 100644 --- a/tests/rt.conf +++ b/tests/rt.conf @@ -22,247 +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 | 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 derecho | 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 | - derecho 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 | - derecho 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 | - derecho 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 | 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 | - derecho noaacloud | | -RUN | hrrr_control_2threads_dyn32_phy32 | - derecho 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 | - derecho 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 | @@ -288,15 +292,24 @@ RUN | datm_cdeps_control_cfsr_faster | - wcoss2 ### CDEPS Data Atmosphere tests with LND ### COMPILE | datm_cdeps_land | intel | -DAPP=LND | - wcoss2 | fv3 | -RUN | datm_cdeps_lnd_gswp3 | - wcoss2 | baseline | -RUN | datm_cdeps_lnd_era5 | - wcoss2 | baseline | -RUN | datm_cdeps_lnd_era5_rst | - wcoss2 noaacloud | | datm_cdeps_lnd_era5 +RUN | datm_cdeps_lnd_gswp3 | - wcoss2 | baseline | +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 wcoss2 | baseline | ### ATM-WAV tests ### #mediator (cmeps) @@ -314,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 ccb1580863..d7e6660056 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 @@ -36,7 +35,7 @@ usage() { update_rtconf() { echo "rt.sh: Checking & Updating test configuration..." find_match() { - # This function finds if a test in $TESTS_FILE matches one + # This function finds if a test in $TESTS_FILE matches one # in our list of tests to be run. THIS_TEST_WITH_COMPILER=$1 shift @@ -78,7 +77,7 @@ update_rtconf() { [[ -n "${line}" ]] || continue [[ ${#line} == 0 ]] && continue [[ ${line} == \#* ]] && continue - + if [[ ${line} =~ COMPILE ]] ; then MACHINES=$(cut -d'|' -f5 <<< "${line}") MACHINES=$(sed -e 's/^ *//' -e 's/ *$//' <<< "${MACHINES}") @@ -86,7 +85,7 @@ update_rtconf() { RT_COMPILER_IN=$(sed -e 's/^ *//' -e 's/ *$//' <<< "${RT_COMPILER_IN}") if [[ ${MACHINES} == '' ]]; then compile_line=${line} - COMPILE_LINE_USED=false + COMPILE_LINE_USED=false elif [[ ${MACHINES} == -* ]]; then [[ ${MACHINES} =~ ${MACHINE_ID} ]] || compile_line=${line}; COMPILE_LINE_USED=false elif [[ ${MACHINES} == +* ]]; then @@ -110,10 +109,10 @@ update_rtconf() { fi if [[ ${to_run_test} == true ]]; then TEST_IDX=$(set -e; find_match "${tmp_test} ${RT_COMPILER_IN}" "${TEST_WITH_COMPILE[@]}") - + if [[ ${TEST_IDX} != -1 ]]; then if [[ ${COMPILE_LINE_USED} == false ]]; then - echo -en '\n' >> "${RT_TEMP_CONF}" + echo -en '\n' >> "${RT_TEMP_CONF}" echo "${compile_line}" >> "${RT_TEMP_CONF}" COMPILE_LINE_USED=true @@ -121,7 +120,7 @@ update_rtconf() { dep_test=$(grep -w "${tmp_test}" <<< "${line}") dep_test=$(cut -d'|' -f5 <<< "${dep_test}") dep_test=$(sed -e 's/^ *//' -e 's/ *$//' <<< "${dep_test}") - + if [[ ${dep_test} != '' ]]; then find_match_result=$(set -e; find_match "${dep_test} ${RT_COMPILER_IN}" "${TEST_WITH_COMPILE[@]}") if [[ ${find_match_result} == -1 ]]; then @@ -131,7 +130,7 @@ update_rtconf() { dep_line=$(tr -d '\n' <<< "${dep_line}") CORRECT_LINE[1]=$(awk -F'RUN|RUN' '{print $2}' <<< "${dep_line}") CORRECT_LINE[2]=$(awk -F'RUN|RUN' '{print $3}' <<< "${dep_line}") - + if [[ ${RT_COMPILER_IN} == "intel" ]]; then echo "RUN ${CORRECT_LINE[1]}" >> "${RT_TEMP_CONF}" elif [[ ${RT_COMPILER_IN} == "gnu" ]]; then @@ -140,7 +139,7 @@ update_rtconf() { fi fi echo "${line}" >> "${RT_TEMP_CONF}" - fi + fi fi fi done < "${TESTS_FILE}" @@ -159,6 +158,7 @@ generate_log() { FAILED_COMPILES=() TEST_COUNTER=0 FAILED_TESTS=() + SKIPPED_TESTS=() FAILED_TEST_ID=() FAILED_COMPILE_LOGS=() FAILED_TEST_LOGS=() @@ -181,7 +181,7 @@ EOF fi echo; echo >> "${REGRESSIONTEST_LOG}" cd tests - + cat << EOF >> "${REGRESSIONTEST_LOG}" NOTES: @@ -222,10 +222,10 @@ EOF local valid_test=false if [[ ${line} == COMPILE* ]] ; then - + CMACHINES=$(cut -d'|' -f5 <<< "${line}") CMACHINES=$(sed -e 's/^ *//' -e 's/ *$//' <<< "${CMACHINES}") - + COMPILER=$(cut -d'|' -f3 <<< "${line}") COMPILER=$(sed -e 's/^ *//' -e 's/ *$//' <<< "${COMPILER}") @@ -233,7 +233,7 @@ EOF COMPILE_NAME=$(sed -e 's/^ *//' -e 's/ *$//' <<< "${COMPILE_NAME}") COMPILE_ID=${COMPILE_NAME}_${COMPILER} - + if [[ ${CMACHINES} == '' ]]; then valid_compile=true elif [[ ${CMACHINES} == -* ]]; then @@ -249,21 +249,32 @@ EOF TIME_FILE="" COMPILE_TIME="" RT_COMPILE_TIME="" + COMPILE_WARNINGS="" if [[ ! -f "${LOG_DIR}/compile_${COMPILE_ID}.log" ]]; then 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 + else COMPILE_RESULT="PASS" + if [[ ${COMPILER} == "intel" ]]; then + COMPILE_NUM_WARNINGS=$(grep -c ": warning #" "${RUNDIR_ROOT}/compile_${COMPILE_ID}/err" || true) + COMPILE_NUM_REMARKS=$(grep -c ": remark #" "${RUNDIR_ROOT}/compile_${COMPILE_ID}/err" || true) + if [[ ${COMPILE_NUM_WARNINGS} -gt 0 || ${COMPILE_NUM_REMARKS} -gt 0 ]]; then + COMPILE_WARNINGS+=" (" + [[ ${COMPILE_NUM_WARNINGS} -gt 0 ]] && COMPILE_WARNINGS+=" ${COMPILE_NUM_WARNINGS} warnings" + [[ ${COMPILE_NUM_REMARKS} -gt 0 ]] && COMPILE_WARNINGS+=" ${COMPILE_NUM_REMARKS} remarks" + COMPILE_WARNINGS+=" )" + fi + fi TIME_FILE="${LOG_DIR}/compile_${COMPILE_ID}_timestamp.txt" if [[ -f "${TIME_FILE}" ]]; then while read -r times || [[ -n "${times}" ]]; do @@ -278,11 +289,11 @@ EOF RT_COMPILE_TIME=$(date --date=@$((DATE4 - DATE1)) +'%M:%S') done < "${TIME_FILE}" - + fi fi echo >> "${REGRESSIONTEST_LOG}" - echo "${COMPILE_RESULT} -- COMPILE '${COMPILE_ID}' [${RT_COMPILE_TIME}, ${COMPILE_TIME}]" >> "${REGRESSIONTEST_LOG}" + echo "${COMPILE_RESULT} -- COMPILE '${COMPILE_ID}' [${RT_COMPILE_TIME}, ${COMPILE_TIME}]${COMPILE_WARNINGS}" >> "${REGRESSIONTEST_LOG}" [[ -n ${FAIL_LOG} ]] && FAILED_COMPILES+=("COMPILE ${COMPILE_ID}: ${COMPILE_RESULT}") [[ -n ${FAIL_LOG} ]] && FAILED_COMPILE_LOGS+=("${FAIL_LOG}") fi @@ -299,7 +310,7 @@ EOF TEST_NAME=$(sed -e 's/^ *//' -e 's/ *$//' <<< "${TEST_NAME}") GEN_BASELINE=$(cut -d '|' -f4 <<< "${line}") GEN_BASELINE=$(sed -e 's/^ *//' -e 's/ *$//' <<< "${GEN_BASELINE}") - + if [[ ${RMACHINES} == '' ]]; then valid_test=true elif [[ ${RMACHINES} == -* ]]; then @@ -318,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'm not sure why this can happen. + # 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 @@ -342,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" @@ -377,9 +392,9 @@ EOF fi fi done < "${TESTS_FILE}" - + elapsed_time=$( printf '%02dh:%02dm:%02ds\n' $((SECONDS%86400/3600)) $((SECONDS%3600/60)) $((SECONDS%60)) ) - + cat << EOF >> "${REGRESSIONTEST_LOG}" SYNOPSIS: @@ -387,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 @@ -397,18 +412,18 @@ EOF echo "-- LOG: ${FAILED_COMPILE_LOGS[${i}]}" >> "${REGRESSIONTEST_LOG}" done fi - + # PRINT FAILED TESTS if [[ "${#FAILED_TESTS[@]}" -ne "0" ]]; then - + echo "Failed Tests:" >> "${REGRESSIONTEST_LOG}" for j in "${!FAILED_TESTS[@]}"; do echo "* ${FAILED_TESTS[${j}]}" >> "${REGRESSIONTEST_LOG}" echo "-- LOG: ${FAILED_TEST_LOGS[${j}]}" >> "${REGRESSIONTEST_LOG}" done - + fi - + # WRITE FAILED_TEST_ID LIST TO TEST_CHANGES_LOG if [[ "${#FAILED_TESTS[@]}" -ne "0" ]]; then for item in "${FAILED_TEST_ID[@]}"; do @@ -510,6 +525,7 @@ handle_error() { rt_trap() { echo "rt.sh: Exited abnormally, killing workflow and cleaning up" + trap "" SIGINT [[ ${ROCOTO:-false} == true ]] && rocoto_kill [[ ${ECFLOW:-false} == true ]] && ecflow_kill cleanup @@ -661,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 @@ -681,23 +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 - if [[ "${ECFLOW:-false}" == true ]] ; then - # ECF_ROOT=${ECF_ROOT:-} - # ECFLOW_START="${ECF_ROOT}/scripts/server_check.sh" - # ECFLOW_STOP="${ECF_ROOT}/bin/ecflow_stop.sh" - export ECF_OUTPUTDIR="${PATHRT}/ecf_outputdir" - export ECF_COMDIR="${PATHRT}/ecf_comdir" - rm -rf "${ECF_OUTPUTDIR}" "${ECF_COMDIR}" - mkdir -p "${ECF_OUTPUTDIR}" - mkdir -p "${ECF_COMDIR}" - # export ECFLOW_START ECFLOW_STOP - fi - export colonifnco=":output" # hack DISKNM="/lfs/h2/emc/nems/noscrub/emc.nems/RT" QUEUE="dev" @@ -712,16 +711,12 @@ 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 - # ROCOTORUN=$(command -v rocotorun) - # ROCOTOSTAT=$(command -v rocotostat) - # ROCOTOCOMPLETE=$(command -v rocotocomplete) ROCOTO_SCHEDULER="slurm" fi - + export LD_PRELOAD=/opt/cray/pe/gcc/12.2.0/snos/lib64/libstdc++.so.6 module load PrgEnv-intel/8.3.3 module load intel-classic/2023.1.0 @@ -731,8 +726,6 @@ case ${MACHINE_ID} in module load gcc/12.2.0 if [[ "${ECFLOW:-false}" == true ]] ; then module load ecflow/5.8.4 - # ECFLOW_START=/ncrc/proj/epic/spack-stack/ecflow-5.8.4/bin/ecflow_start.sh - # ECFLOW_STOP=/ncrc/proj/epic/spack-stack/ecflow-5.8.4/bin/ecflow_stop.sh ECF_HOST=$(hostname) ECF_PORT=$(( $(id -u) + 1500 )) export ECF_PORT ECF_HOST @@ -751,20 +744,13 @@ case ${MACHINE_ID} in ;; hera) echo "rt.sh: Setting up hera..." - set -x if [[ "${ROCOTO:-false}" == true ]] ; then module load rocoto - # ROCOTORUN=$(command -v rocotorun) - # ROCOTOSTAT=$(command -v rocotostat) - # ROCOTOCOMPLETE=$(command -v rocotocomplete) ROCOTO_SCHEDULER=slurm fi if [[ "${ECFLOW:-false}" == true ]] ; then module load ecflow/5.11.4 - # ECFLOW_START="$(command -v ecflow_start.sh)" - # ECFLOW_STOP="$(command -v ecflow_stop.sh)" - # export ECFLOW_START ECFLOW_STOP fi QUEUE="batch" @@ -781,24 +767,15 @@ 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 if [[ "${ROCOTO:-false}" == true ]] ; then - module load contrib rocoto - # ROCOTORUN=$(command -v rocotorun) - # ROCOTOSTAT=$(command -v rocotostat) - # ROCOTOCOMPLETE=$(command -v rocotocomplete) + module load contrib ruby/3.2.3 rocoto/1.3.7 ROCOTO_SCHEDULER="slurm" fi module use /work/noaa/epic/role-epic/spack-stack/orion/modulefiles if [[ "${ECFLOW:-false}" == true ]] ; then module load ecflow/5.8.4 - # ECFLOW_START="/work/noaa/epic/role-epic/spack-stack/orion/ecflow-5.8.4/bin/ecflow_start.sh" - # ECFLOW_STOP="/work/noaa/epic/role-epic/spack-stack/orion/ecflow-5.8.4/bin/ecflow_stop.sh" ECF_HOST=$(hostname) ECF_PORT="$(( $(id -u) + 1500 ))" export ECF_PORT ECF_HOST @@ -808,29 +785,25 @@ case ${MACHINE_ID} in COMPILE_QUEUE="batch" PARTITION="orion" dprefix="/work/noaa/stmp/${USER}" - #DISKNM=/"work/noaa/epic/UFS-WM_RT" DISKNM=/"work/noaa/stmp/libin/UFS-WM_RT" + #DISKNM="/work/noaa/epic/UFS-WM_RT" STMP="${dprefix}/stmp" PTMP="${dprefix}/stmp" SCHEDULER="slurm" + cp fv3_conf/fv3_slurm.IN_orion fv3_conf/fv3_slurm.IN + cp fv3_conf/compile_slurm.IN_orion fv3_conf/compile_slurm.IN ;; hercules) echo "rt.sh: Setting up hercules..." - set -x if [[ "${ROCOTO:-false}" == true ]] ; then module load contrib rocoto - # ROCOTORUN=$(command -v rocotorun) - # ROCOTOSTAT=$(command -v rocotostat) - # ROCOTOCOMPLETE=$(command -v rocotocomplete) ROCOTO_SCHEDULER="slurm" fi module use /work/noaa/epic/role-epic/spack-stack/hercules/modulefiles if [[ "${ECFLOW:-false}" == true ]] ; then module load ecflow/5.8.4 - # ECFLOW_START="/work/noaa/epic/role-epic/spack-stack/hercules/ecflow-5.8.4/bin/ecflow_start.sh" - # ECFLOW_STOP="/work/noaa/epic/role-epic/spack-stack/hercules/ecflow-5.8.4/bin/ecflow_stop.sh" ECF_HOST=$(hostname) ECF_PORT="$(( $(id -u) + 1500 ))" export ECF_PORT ECF_HOST @@ -850,27 +823,20 @@ 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 echo "=======Please, move to Rocky8 node fe[5-8]=======" exit 1 fi - + if [[ "${ROCOTO:-false}" == true ]] ; then module load rocoto - # ROCOTORUN=$(command -v rocotorun) - # ROCOTOSTAT=$(command -v rocotostat) - # ROCOTOCOMPLETE=$(command -v rocotocomplete) ROCOTO_SCHEDULER="slurm" fi if [[ "${ECFLOW:-false}" == true ]] ; then module load ecflow/5.11.4 - # ECFLOW_START=/apps/ecflow/5.11.4/bin/ecflow_start.sh - # ECFLOW_STOP=/apps/ecflow/5.11.4/bin/ecflow_stop.sh - # export ECFLOW_START ECFLOW_STOP fi module use /mnt/lfs4/HFIP/hfv3gfs/role.epic/spack-stack/spack-stack-1.5.0/envs/unified-env-rocky8/install/modulefiles/Core @@ -889,12 +855,8 @@ case ${MACHINE_ID} in ;; s4) echo "rt.sh: Setting up s4..." - set -x if [[ "${ROCOTO:-false}" == true ]] ; then module load rocoto/1.3.2 - # ROCOTORUN=$(command -v rocotorun) - # ROCOTOSTAT=$(command -v rocotostat) - # ROCOTOCOMPLETE=$(command -v rocotocomplete) ROCOTO_SCHEDULER=slurm fi if [[ "${ECFLOW:-false}" == true ]] ; then @@ -905,8 +867,6 @@ case ${MACHINE_ID} in module use /data/prod/jedi/spack-stack/modulefiles if [[ "${ECFLOW:-false}" == true ]] ; then module load ecflow/5.8.4 - # ECFLOW_START="/data/prod/jedi/spack-stack/ecflow-5.8.4/bin/ecflow_start.sh" - # ECFLOW_STOP="/data/prod/jedi/spack-stack/ecflow-5.8.4/bin/ecflow_stop.sh" ECF_HOST=$(hostname) ECF_PORT="$(( $(id -u) + 1500 ))" export ECF_PORT ECF_HOST @@ -925,7 +885,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 @@ -940,8 +899,6 @@ case ${MACHINE_ID} in module load stack-python/3.10.8 # export PYTHONPATH=/glade/p/ral/jntp/tools/miniconda3/4.8.3/envs/ufs-weather-model/lib/python3.8/site-packages:/glade/p/ral/jntp/tools/miniconda3/4.8.3/lib/python3.8/site-packages if [[ "${ECFLOW:-false}" == true ]] ; then - # ECFLOW_START=/glade/work/epicufsrt/contrib/spack-stack/derecho/ecflow-5.8.4/bin/ecflow_start.sh - # ECFLOW_STOP=/glade/work/epicufsrt/contrib/spack-stack/derecho/ecflow-5.8.4/bin/ecflow_stop.sh ECF_HOST=$(hostname) ECF_PORT=$(( $(id -u) + 1500 )) export ECF_PORT ECF_HOST @@ -958,17 +915,13 @@ case ${MACHINE_ID} in cp fv3_conf/fv3_qsub.IN_derecho fv3_conf/fv3_qsub.IN cp fv3_conf/compile_qsub.IN_derecho fv3_conf/compile_qsub.IN - + if [[ "${ROCOTO:-false}" == true ]] ; then - # ROCOTORUN=$(command -v rocotorun) - # ROCOTOSTAT=$(command -v rocotostat) - # ROCOTOCOMPLETE=$(command -v rocotocomplete) ROCOTO_SCHEDULER="pbspro" fi ;; stampede) echo "rt.sh: Setting up stampede..." - set -x export PYTHONPATH= if [[ "${ECFLOW:-false}" == true ]] ; then ECFLOW_START= @@ -986,7 +939,6 @@ case ${MACHINE_ID} in ;; expanse) echo "rt.sh: Setting up expanse..." - set -x export PYTHONPATH= if [[ "${ECFLOW:-false}" == true ]] ; then @@ -1003,15 +955,11 @@ case ${MACHINE_ID} in ;; noaacloud) echo "rt.sh: Setting up noaacloud..." - set -x export PATH="/contrib/EPIC/bin:${PATH}" module use /apps/modules/modulefiles if [[ "${ROCOTO:-false}" == true ]] ; then module load rocoto/1.3.3 - # ROCOTORUN=$(command -v rocotorun) - # ROCOTOSTAT=$(command -v rocotostat) - # ROCOTOCOMPLETE=$(command -v rocotocomplete) ROCOTO_SCHEDULER=slurm fi @@ -1028,7 +976,6 @@ case ${MACHINE_ID} in die "Unknown machine ID, please edit detect_machine.sh file" ;; esac -eval "${set_x}" mkdir -p "${STMP}/${USER}" @@ -1074,7 +1021,7 @@ if [[ "${CREATE_BASELINE}" == false ]] ; then fi fi -INPUTDATA_ROOT=${INPUTDATA_ROOT:-${DISKNM}/NEMSfv3gfs/input-data-20221101} +INPUTDATA_ROOT=${INPUTDATA_ROOT:-${DISKNM}/NEMSfv3gfs/input-data-20240501} INPUTDATA_ROOT_WW3=${INPUTDATA_ROOT}/WW3_input_data_20240214 INPUTDATA_ROOT_BMIC=${INPUTDATA_ROOT_BMIC:-${DISKNM}/NEMSfv3gfs/BM_IC-20220207} @@ -1113,9 +1060,9 @@ rm -rf "${LOG_DIR}" mkdir -p "${LOG_DIR}" if [[ ${ROCOTO} == true ]]; then - + echo "rt.sh: Verifying ROCOTO support..." - + case ${MACHINE_ID} in wcoss2|acorn|expanse|stampede) die "Rocoto not supported on this machine, please do not use '-r'." @@ -1128,7 +1075,7 @@ if [[ ${ROCOTO} == true ]]; then ROCOTOSTAT="$(command -v rocotostat)" ROCOTOCOMPLETE="$(command -v rocotocomplete)" export ROCOTOCOMPLETE ROCOTOSTAT ROCOTORUN - + ROCOTO_XML=${PATHRT}/rocoto_workflow.xml ROCOTO_STATE=${PATHRT}/rocoto_workflow.state ROCOTO_DB=${PATHRT}/rocoto_workflow.db @@ -1159,25 +1106,20 @@ fi if [[ ${ECFLOW} == true ]]; then echo "Verifying ECFLOW support..." case ${MACHINE_ID} in - wcoss2|acorn) - ECFLOW_START="$(command -v server_check.sh)" - ECFLOW_STOP="$(command -v ecflow_stop.sh)" - ;; expanse|stampede|noaacloud) die "ECFLOW not supported on this machine, please do not use '-e'." ;; *) ECFLOW_START="$(command -v ecflow_start.sh)" - ECFLOW_STOP="$(command -v ecflow_stop.sh)" ;; esac - export ECFLOW_START ECFLOW_STOP + export ECFLOW_START - export ECF_OUTPUTDIR="${PATHRT}/ecf_outputdir" - export ECF_COMDIR="${PATHRT}/ecf_comdir" - rm -rf "${ECF_OUTPUTDIR}" "${ECF_COMDIR}" - mkdir -p "${ECF_OUTPUTDIR}" - mkdir -p "${ECF_COMDIR}" + #export ECF_OUTPUTDIR="${PATHRT}/ecf_outputdir" + #export ECF_COMDIR="${PATHRT}/ecf_comdir" + #rm -rf "${ECF_OUTPUTDIR}" "${ECF_COMDIR}" + #mkdir -p "${ECF_OUTPUTDIR}" + #mkdir -p "${ECF_COMDIR}" # Default maximum number of compile and run jobs MAX_BUILDS=10 #Max build jobs MAX_JOBS=30 #Max test/run jobs @@ -1420,5 +1362,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 24f8c8d286..403ecc4506 100755 --- a/tests/rt_utils.sh +++ b/tests/rt_utils.sh @@ -6,6 +6,8 @@ if [[ "$0" = "${BASH_SOURCE[0]}" ]]; then exit 1 fi +ECFLOW_RUNNING=false + # Note: this file must only contain subroutines, and variables that # are not dependent on the caller. Most regression test variables # (such as ACCNR) are not set until after rt.sh sources this file. @@ -13,9 +15,7 @@ fi 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. @@ -94,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}" @@ -118,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} @@ -154,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}" ) @@ -183,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}" ) @@ -226,17 +220,16 @@ 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 - E|F|TO|CA|FAILED|TIMEOUT|CANCELLED) + F|TO|CA|FAILED|TIMEOUT|CANCELLED) echo "rt_utils.sh: !!!!!!!!!!JOB TERMINATED!!!!!!!!!!" job_running=false #Trip the loop to end with these status flags interrupt_job exit 1 ;; #completed - #pbs only: C - C) + #pbs only: C-Complete E-Exiting + C|E) status_label='Completed' ;; *) @@ -251,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} @@ -269,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 ...." @@ -389,8 +378,6 @@ check_results() { exit 1 fi fi - - eval "${set_x}" } @@ -409,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}" @@ -525,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}" @@ -564,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 )) @@ -590,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 & @@ -623,7 +604,7 @@ EOF else echo " trigger compile_${COMPILE_ID} == complete" >> "${ECFLOW_RUN}/${ECFLOW_SUITE}.def" fi - + } ecflow_run() { @@ -631,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 @@ -658,51 +639,59 @@ ecflow_run() { fi # Start the ecflow_server + echo "rt_utils.sh: Checking status of the ecflow_server..." set +e ecflow_client --ping --host="${ECF_HOST}" --port="${ECF_PORT}" not_running=$? set -e - + if [[ ${not_running} -eq 1 ]]; then - echo "ecflow_server is NOT running on ${ECF_HOST}:${ECF_PORT}" - - if [[ ${MACHINE_ID} == wcoss2 || ${MACHINE_ID} == acorn ]]; then - #shellcheck disable=SC2029 - ssh "${ECF_HOST}" "bash -l -c \"module load ecflow && ${ECFLOW_START} -p ${ECF_PORT}\"" - elif [[ ${MACHINE_ID} == hera || ${MACHINE_ID} == jet ]]; then - #shellcheck disable=SC2029 - ssh "${ECF_HOST}" "bash -l -c \"module load ecflow && ${ECFLOW_START} -d ${RUNDIR_ROOT}/ecflow_server\"" - else - ${ECFLOW_START} -p "${ECF_PORT}" -d "${RUNDIR_ROOT}/ecflow_server" - fi - echo "Since this script is starting the ecflow_server, we will stop it at the end" - export STOP_ECFLOW_AT_END=true + 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 + wcoss2|acorn|hera|jet) + #shellcheck disable=SC2029 + ssh "${ECF_HOST}" "bash -l -c \"module load ecflow && ${ECFLOW_START} -p ${ECF_PORT}\"" + ;; + *) + ${ECFLOW_START} -p "${ECF_PORT}" -d "${RUNDIR_ROOT}/ecflow_server" + ;; + esac + + ECFLOW_RUNNING=true + eval "${save_traps}" # Try pinging ecflow server now, and erroring out if not there. set +e ecflow_client --ping --host="${ECF_HOST}" --port="${ECF_PORT}" not_running=$? set -e - + if [[ ${not_running} -eq 1 ]]; then - echo "ERROR: Failure to start ecflow, exiting..." + echo "rt_utils.sh: ERROR -- Failure to start ecflow. Exiting..." exit 1 fi else - echo "ecflow_server is already running on ${ECF_HOST}:${ECF_PORT}" + echo "rt_utils.sh: Confirmed: ecflow_server is running on ${ECF_HOST}:${ECF_PORT}" + ECFLOW_RUNNING=true fi - - ECFLOW_RUNNING=true + + echo "rt_utils.sh: Starting ECFLOW tasks..." set +e ecflow_client --load="${ECFLOW_RUN}/${ECFLOW_SUITE}.def" --host="${ECF_HOST}" --port="${ECF_PORT}" ecflow_client --begin="${ECFLOW_SUITE}" --host="${ECF_HOST}" --port="${ECF_PORT}" ecflow_client --restart --host="${ECF_HOST}" --port="${ECF_PORT}" set -e + sleep 10 active_tasks=1 - sleep 10 max_active_tasks=$( ecflow_client --get_state "/${ECFLOW_SUITE}" ) 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 $! @@ -711,11 +700,18 @@ 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 sleep 65 # wait one ECF_INTERVAL plus 5 seconds + echo "rt_utils.sh: ECFLOW tasks completed, cleaning up suite" set +e ecflow_client --delete=force yes "/${ECFLOW_SUITE}" set -e @@ -723,39 +719,30 @@ ecflow_run() { } ecflow_kill() { - echo "rt_utils.sh: Killing ECFLOW Workflow..." - [[ ${ECFLOW_RUNNING:-false} == true ]] || return - set +e - ecflow_client --suspend "/${ECFLOW_SUITE}" - ecflow_client --kill "/${ECFLOW_SUITE}" - sleep 20 - ecflow_client --delete=force yes "/${ECFLOW_SUITE}" - set -e + [[ ${ECFLOW_RUNNING:-false} == true ]] || return + echo "rt_utils.sh: Deleting ECFLOW suite: ${ECFLOW_SUITE}" + set +e + ecflow_client --suspend "/${ECFLOW_SUITE}" + ecflow_client --kill "/${ECFLOW_SUITE}" + sleep 20 + ecflow_client --delete=force yes "/${ECFLOW_SUITE}" + set -e } ecflow_stop() { - echo "rt_utils.sh: Stopping ECFLOW Workflow..." [[ ${ECFLOW_RUNNING:-false} == true ]] || return + echo "rt_utils.sh: Checking whether to stop ecflow_server..." set +e SUITES=$( ecflow_client --get ) SUITES=$( grep "^suite" <<< "${SUITES}" ) - echo "SUITES=${SUITES}" if [[ -z "${SUITES}" ]]; then + echo "rt_utils.sh: No other suites running, stopping ecflow_server" ecflow_client --halt=yes ecflow_client --check_pt ecflow_client --terminate=yes - fi - if [[ ${STOP_ECFLOW_AT_END} == true ]]; then - echo "rt_utils.sh: Stopping ECFLOW Server..." - case ${MACHINE_ID} in - wcoss2|acorn|hera|jet) - #shellcheck disable=SC2029 - ssh "${ECF_HOST}" "bash -l -c \"${ECFLOW_STOP} -p ${ECF_PORT}\"" - ;; - *) - ${ECFLOW_STOP} -p "${ECF_PORT}" - ;; - esac + else + echo "rt_utils.sh: Active suites running, NOT stopping ecflow_server..." + echo "SUITES are: ${SUITES}" fi set -e } 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 bce4315fbb..e69de29bb2 100644 --- a/tests/test_changes.list +++ b/tests/test_changes.list @@ -1,14 +0,0 @@ -control_c192 intel -control_c384 intel -control_c48 intel -control_CubedSphereGrid_debug intel -control_CubedSphereGrid intel -control_CubedSphereGrid_parallel intel -control_diag_debug intel -control_latlon intel -control_wrtGauss_netcdf_parallel_debug intel -control_wrtGauss_netcdf_parallel intel -merra2_thompson intel -atmaero_control_p8_rad_micro intel -control_c48 gnu -control_diag_debug gnu 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_p8_atmlnd b/tests/tests/control_p8_atmlnd index aecdf87e6f..68b65d0e5b 100644 --- a/tests/tests/control_p8_atmlnd +++ b/tests/tests/control_p8_atmlnd @@ -204,6 +204,7 @@ export CCPP_SUITE=FV3_GFS_v17_p8 export FIELD_TABLE=field_table_thompson_noaero_tke export DIAG_TABLE=diag_table_cpld.IN export INPUT_NML=global_control.nml.IN +export V2_SFC_FILE=true # RRTMGP export DO_RRTMGP=.false. diff --git a/tests/tests/control_p8_atmlnd_debug b/tests/tests/control_p8_atmlnd_debug new file mode 100644 index 0000000000..1f5d4eb2d7 --- /dev/null +++ b/tests/tests/control_p8_atmlnd_debug @@ -0,0 +1,84 @@ +############################################################################### +# +# Global control debug test GFSv16 atmosphere-land only at C96L127, P8 configuration +# +############################################################################### + +source tests/control_p8_atmlnd + +export TEST_DESCR="Compare global control results with previous trunk version" + +export CNTL_DIR=control_p8_atmlnd_debug + +export LIST_FILES="sfcf000.tile1.nc \ + sfcf000.tile2.nc \ + sfcf000.tile3.nc \ + sfcf000.tile4.nc \ + sfcf000.tile5.nc \ + sfcf000.tile6.nc \ + sfcf003.tile1.nc \ + sfcf003.tile2.nc \ + sfcf003.tile3.nc \ + sfcf003.tile4.nc \ + sfcf003.tile5.nc \ + sfcf003.tile6.nc \ + atmf000.tile1.nc \ + atmf000.tile2.nc \ + atmf000.tile3.nc \ + atmf000.tile4.nc \ + atmf000.tile5.nc \ + atmf000.tile6.nc \ + atmf003.tile1.nc \ + atmf003.tile2.nc \ + atmf003.tile3.nc \ + atmf003.tile4.nc \ + atmf003.tile5.nc \ + atmf003.tile6.nc \ + RESTART/20210322.090000.ca_data.tile1.nc \ + RESTART/20210322.090000.ca_data.tile2.nc \ + RESTART/20210322.090000.ca_data.tile3.nc \ + RESTART/20210322.090000.ca_data.tile4.nc \ + RESTART/20210322.090000.ca_data.tile5.nc \ + RESTART/20210322.090000.ca_data.tile6.nc \ + RESTART/20210322.090000.coupler.res \ + RESTART/20210322.090000.fv_core.res.nc \ + RESTART/20210322.090000.fv_core.res.tile1.nc \ + RESTART/20210322.090000.fv_core.res.tile2.nc \ + RESTART/20210322.090000.fv_core.res.tile3.nc \ + RESTART/20210322.090000.fv_core.res.tile4.nc \ + RESTART/20210322.090000.fv_core.res.tile5.nc \ + RESTART/20210322.090000.fv_core.res.tile6.nc \ + RESTART/20210322.090000.fv_srf_wnd.res.tile1.nc \ + RESTART/20210322.090000.fv_srf_wnd.res.tile2.nc \ + RESTART/20210322.090000.fv_srf_wnd.res.tile3.nc \ + RESTART/20210322.090000.fv_srf_wnd.res.tile4.nc \ + RESTART/20210322.090000.fv_srf_wnd.res.tile5.nc \ + RESTART/20210322.090000.fv_srf_wnd.res.tile6.nc \ + RESTART/20210322.090000.fv_tracer.res.tile1.nc \ + RESTART/20210322.090000.fv_tracer.res.tile2.nc \ + RESTART/20210322.090000.fv_tracer.res.tile3.nc \ + RESTART/20210322.090000.fv_tracer.res.tile4.nc \ + RESTART/20210322.090000.fv_tracer.res.tile5.nc \ + RESTART/20210322.090000.fv_tracer.res.tile6.nc \ + RESTART/20210322.090000.phy_data.tile1.nc \ + RESTART/20210322.090000.phy_data.tile2.nc \ + RESTART/20210322.090000.phy_data.tile3.nc \ + RESTART/20210322.090000.phy_data.tile4.nc \ + RESTART/20210322.090000.phy_data.tile5.nc \ + RESTART/20210322.090000.phy_data.tile6.nc \ + RESTART/20210322.090000.sfc_data.tile1.nc \ + RESTART/20210322.090000.sfc_data.tile2.nc \ + RESTART/20210322.090000.sfc_data.tile3.nc \ + RESTART/20210322.090000.sfc_data.tile4.nc \ + RESTART/20210322.090000.sfc_data.tile5.nc \ + RESTART/20210322.090000.sfc_data.tile6.nc \ + ufs.cpld.lnd.out.2021-03-22-32400.tile1.nc \ + ufs.cpld.lnd.out.2021-03-22-32400.tile2.nc \ + ufs.cpld.lnd.out.2021-03-22-32400.tile3.nc \ + ufs.cpld.lnd.out.2021-03-22-32400.tile4.nc \ + ufs.cpld.lnd.out.2021-03-22-32400.tile5.nc \ + ufs.cpld.lnd.out.2021-03-22-32400.tile6.nc" + +export RESTART_INTERVAL="3 -1" +export OUTPUT_FH='0 3' +export FHMAX=3 diff --git a/tests/tests/control_p8_atmlnd_sbs b/tests/tests/control_p8_atmlnd_sbs index 33be5a8b0c..56a3a888f8 100644 --- a/tests/tests/control_p8_atmlnd_sbs +++ b/tests/tests/control_p8_atmlnd_sbs @@ -202,6 +202,7 @@ export CCPP_SUITE=FV3_GFS_v17_p8 export FIELD_TABLE=field_table_thompson_noaero_tke export DIAG_TABLE=diag_table_cpld.IN export INPUT_NML=global_control.nml.IN +export V2_SFC_FILE=true # RRTMGP export DO_RRTMGP=.false. diff --git a/tests/tests/control_restart_p8_atmlnd b/tests/tests/control_restart_p8_atmlnd index 2eaa04f779..a52c955dbe 100644 --- a/tests/tests/control_restart_p8_atmlnd +++ b/tests/tests/control_restart_p8_atmlnd @@ -142,6 +142,7 @@ export CCPP_SUITE=FV3_GFS_v17_p8 export FIELD_TABLE=field_table_thompson_noaero_tke export DIAG_TABLE=diag_table_cpld.IN export INPUT_NML=global_control.nml.IN +export V2_SFC_FILE=true # RRTMGP export DO_RRTMGP=.false. 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/cpld_control_sfs b/tests/tests/cpld_control_sfs new file mode 100644 index 0000000000..eedbe81193 --- /dev/null +++ b/tests/tests/cpld_control_sfs @@ -0,0 +1,89 @@ +# +# cpld_control GFSv17 with UGWPv1 test, i.e., GSL orographic drag + +# version 1 non-stationary GWD, hydrostatic +# + +export TEST_DESCR="Fully coupled FV3-CCPP-MOM6-CICE-CMEPS-WW3 system hydrostatic version - C96MX100 - unst WW3" + +export CNTL_DIR=cpld_control_sfs + +export LIST_FILES="sfcf021.nc \ + sfcf024.nc \ + atmf021.nc \ + atmf024.nc \ + GFSFLX.GrbF21 \ + GFSFLX.GrbF24 \ + GFSPRS.GrbF21 \ + GFSPRS.GrbF24" + +export_fv3 +export_cpl + +export CPLCHM=.false. +export DNATS=0 +export MAKE_NH=.false. +export DDDMP=0 +export DO_VORT_DAMP=.false. +export HYDROSTATIC=.true. +export HORD_XX=10 +export HORD_DP=10 +export KORD_XX=12 +export KORD_TM=-12 +export D_CON=0 + +export RESTART_N=3 +export RESTART_INTERVAL="${RESTART_N} -1" +export OUTPUT_FH='0 21 24' +export OUTPUT_GRID="'gaussian_grid'" +export WRITE_DOPOST=.true. + +export INPES=$INPES_cpl_unstr +export JNPES=$JNPES_cpl_unstr +export WRTTASK_PER_GROUP=$(( WPG_cpl_unstr * THRD_cpl_unstr )) + +OCN_tasks=$OCN_tasks_cpl_unstr +ICE_tasks=$ICE_tasks_cpl_unstr +WAV_tasks=$WAV_tasks_cpl_unstr + +export atm_omp_num_threads=$THRD_cpl_unstr +export med_omp_num_threads=$atm_omp_num_threads + +# UGWP1 +export GWD_OPT=2 +export CDMBWD=20.0,2.5,1.0,1.0 +export DO_UGWP_V1=.true. +export KNOB_UGWP_VERSION=1 +export KNOB_UGWP_NSLOPE=1 +export DO_UGWP_V0=.false. +export DO_GSL_DRAG_LS_BL=.true. +export DO_GSL_DRAG_SS=.true. +export DO_GSL_DRAG_TOFD=.true. +export DO_UGWP_V1_OROG_ONLY=.false. +export DO_UGWP_V0_NST_ONLY=.false. +export LDIAG_UGWP=.false. +export KNOB_UGWP_DOKDIS=2 +export KNOB_UGWP_NDX4LH=4 + +export MOM6_TOPOEDITS=ufs.topo_edits_011818.nc +export MOM6_ALLOW_LANDMASK_CHANGES=True +export eps_imesh=2.5e-1 + +export WW3_DOMAIN=global_270k +export MESH_WAV=mesh.${WW3_DOMAIN}.nc +export WW3_MODDEF=mod_def.exp.${WW3_DOMAIN} + +export FV3_RUN=cpld_control_run.IN +export CCPP_SUITE=FV3_GFS_v17_coupled_p8_ugwpv1 +export FIELD_TABLE=field_table_thompson_noaero_tke_progsigma +export DIAG_TABLE=diag_table_cpld_sfs.IN +export INPUT_NML=global_control.nml.IN + +export UFS_CONFIGURE=ufs.configure.s2sw.IN + +#GFSv17 settings +export PROGSIGMA=.true. +export IOPT_DIAG=1 + +if [[ $MACHINE_ID = hera ]] && [[ $RT_COMPILER = gnu ]]; then + WLCLK=40 +fi 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 ))