diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md
index 37214bf9aa..f287387a35 100644
--- a/.github/pull_request_template.md
+++ b/.github/pull_request_template.md
@@ -1,93 +1,144 @@
## Commit Queue Requirements:
-
+
- [ ] Fill out all sections of this template.
- [ ] All sub component pull requests have been reviewed by their code managers.
-- [ ] Run the full RT suite (compared to current baselines) on either Hera/Derecho/Hercules AND have committed the log to my PR branch.
-- [ ] Add list of all failed regression tests in "Regression Tests" section.
-
-## PR Information
+- [ ] Run the full Intel+GNU RT suite (compared to current baselines) on either Hera/Derecho/Hercules
+- [ ] Commit 'test_changes.list' from previous step
+---
+## Description:
+
-### Description
-
-### Commit Message
+### Commit Message:
+```
+* UFSWM -
+ * AQM -
+ * CDEPS -
+ * CICE -
+ * CMEPS -
+ * CMakeModules -
+ * FV3 -
+ * ccpp-physics -
+ * atmos_cubed_sphere -
+ * GOCART -
+ * HYCOM -
+ * MOM6 -
+ * NOAHMP -
+ * WW3 -
+ * stochastic_physics -
+```
+### Priority:
+
+* Critical Bugfix: Reason
+* High: Reason
+* Normal
-### Priority
-- [ ] Critical Bugfix (This PR contains a critical bug fix and should be prioritized.)
-- [ ] High (This PR contains a feature or fix needed for a time-sensitive project (eg, retrospectives, implementations))
-- [ ] Normal
-
-### Blocking Dependencies
-
+## Git Tracking
+### UFSWM:
+
+* Closes #
+* None
-### Git Issues Fixed By This PR
-
+### Sub component Pull Requests:
+
+* AQM:
+* CDEPS:
+* CICE:
+* CMEPS:
+* CMakeModules:
+* FV3:
+ * ccpp-physics:
+ * atmos_cubed_sphere:
+* GOCART:
+* HYCOM:
+* MOM6:
+* NOAHMP:
+* WW3:
+* stochastic_physics:
+* None
+### UFSWM Blocking Dependencies:
+
+* Blocked by #
+* None
+---
## Changes
-
-### Subcomponent (with links)
-
-
-- [ ] AQM
-- [ ] CDEPS
-- [ ] CICE
-- [ ] CMEPS
-- [ ] CMakeModules
-- [ ] FV3
-- [ ] GOCART
-- [ ] HYCOM
-- [ ] MOM6
-- [ ] NOAHMP
-- [ ] WW3
-- [ ] stochastic_physics
-- [ ] none
+* PR Adds New Tests/Baselines.
+* PR Updates/Changes Baselines.
+* No Baseline Changes.
-### Input data
-- [ ] No changes are expected to input data.
-- [ ] Changes are expected to input data:
- - [ ] New input data.
- - [ ] Updated input data.
-
-### Regression Tests:
-- [ ] No changes are expected to any regression test.
-- [ ] Changes are expected to the following tests:
-FAILED REGRESSION TESTS
-
-
-
+### Input data Changes:
+
+* None.
+* New input data.
+* Updated input data.
-### Libraries
-
-- [ ] Not Needed
-- [ ] Needed
- - [ ] Create separate issue in [JCSDA/spack-stack](https://github.com/JCSDA/spack-stack) asking for update to library. Include library name, library version.
- - [ ] Add issue link from JCSDA/spack-stack following this item
+### Library Changes/Upgrades:
+
+* Required
+ * Library names w/versions:
+ * Git Stack Issue (JCSDA/spack-stack#)
+* No Updates
+
+---
-### Testing Log:
+## Testing Log:
- RDHPCS
- [ ] Hera
- [ ] Orion
@@ -98,8 +149,5 @@ Please list all individual issue titles addressed with github links at the end i
- WCOSS2
- [ ] Dogwood/Cactus
- [ ] Acorn
-- CI
- - [ ] Completed
-- opnReqTest
- - [ ] N/A
- - [ ] Log attached to comment
\ No newline at end of file
+- [ ] CI
+- [ ] opnReqTest (complete task if unnecessary)
\ No newline at end of file
diff --git a/CDEPS-interface/CDEPS b/CDEPS-interface/CDEPS
index 89603d16f3..3d7067a523 160000
--- a/CDEPS-interface/CDEPS
+++ b/CDEPS-interface/CDEPS
@@ -1 +1 @@
-Subproject commit 89603d16f39675624fc8518da50d9515cd5f18c6
+Subproject commit 3d7067a523b8557058755289e4275f5f5c985daf
diff --git a/CDEPS-interface/cdeps_files.cmake b/CDEPS-interface/cdeps_files.cmake
index 1348eadf7e..56d66d5cb7 100644
--- a/CDEPS-interface/cdeps_files.cmake
+++ b/CDEPS-interface/cdeps_files.cmake
@@ -12,8 +12,10 @@ list(APPEND cdeps_share_files
CDEPS/share/shr_assert.h
CDEPS/share/shr_cal_mod.F90
CDEPS/share/shr_const_mod.F90
+ CDEPS/share/shr_file_mod.F90
CDEPS/share/shr_kind_mod.F90
CDEPS/share/shr_log_mod.F90
+ CDEPS/share/shr_nl_mod.F90
CDEPS/share/shr_orb_mod.F90
CDEPS/share/shr_precip_mod.F90
CDEPS/share/shr_strconvert_mod.F90
diff --git a/CMEPS-interface/CMEPS b/CMEPS-interface/CMEPS
index 8cd4a32809..624920ddbd 160000
--- a/CMEPS-interface/CMEPS
+++ b/CMEPS-interface/CMEPS
@@ -1 +1 @@
-Subproject commit 8cd4a32809a68102b38b4001fc9d55b31bf5c1c1
+Subproject commit 624920ddbd819c76ec37591c24e872308201810e
diff --git a/CMEPS-interface/CMakeLists.txt b/CMEPS-interface/CMakeLists.txt
index cc8ce183d5..efbd585acc 100644
--- a/CMEPS-interface/CMakeLists.txt
+++ b/CMEPS-interface/CMakeLists.txt
@@ -81,6 +81,11 @@ list(APPEND _mediator_files
CMEPS/mediator/med_phases_post_rof_mod.F90
CMEPS/mediator/med_phases_post_wav_mod.F90)
+if(CDEPS_INLINE)
+ list(APPEND _mediator_files CMEPS/mediator/med_phases_cdeps_mod.F90)
+ add_definitions(-DCDEPS_INLINE)
+endif()
+
###############################################################################
### Host model for CCPP
###############################################################################
@@ -184,6 +189,12 @@ if(OpenMP_Fortran_FOUND)
target_link_libraries(cmeps PRIVATE OpenMP::OpenMP_Fortran)
endif()
+### Set dependency for CDEPS if inline capability is requested
+if(CDEPS_INLINE)
+ add_dependencies(cmeps cdeps::cdeps)
+ target_link_libraries(cmeps PUBLIC cdeps::cdeps)
+endif()
+
###############################################################################
### Install
###############################################################################
diff --git a/CMakeLists.txt b/CMakeLists.txt
index da6e16fbb7..9e9c8ccd39 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-ALL NG-GODAS)
+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)
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}")
@@ -66,11 +66,13 @@ set(DISABLE_FMA OFF CACHE BOOL "Disable Fused Multiply-Add instructions (wor
set(INLINE_POST ON CACHE BOOL "Enable inline post")
set(MULTI_GASES OFF CACHE BOOL "Enable MULTI_GASES")
set(MOVING_NEST OFF CACHE BOOL "Enable moving nest code")
+set(REGIONAL_MOM6 OFF CACHE BOOL "Enable Regional MOM6")
set(OPENMP ON CACHE BOOL "Enable OpenMP threading")
set(PARALLEL_NETCDF OFF CACHE BOOL "Enable parallel NetCDF")
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(CMAKE_Platform $ENV{CMAKE_Platform})
if(CMAKE_Platform)
@@ -114,10 +116,12 @@ message("DEBUG ............ ${DEBUG}")
message("INLINE_POST ...... ${INLINE_POST}")
message("MULTI_GASES ...... ${MULTI_GASES}")
message("MOVING_NEST ...... ${MOVING_NEST}")
+message("REGIONAL_MOM6..... ${REGIONAL_MOM6}")
message("OPENMP ........... ${OPENMP}")
message("PARALLEL_NETCDF .. ${PARALLEL_NETCDF}")
message("JEDI_DRIVER ...... ${JEDI_DRIVER}")
message("CMEPS_AOFLUX ..... ${CMEPS_AOFLUX}")
+message("CDEPS_INLINE ..... ${CDEPS_INLINE}")
message("")
@@ -146,7 +150,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)$")
+ elseif (APP MATCHES "^(S2S|S2SA|S2SW|S2SWA|S2SWAL|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)$")
diff --git a/FV3 b/FV3
index 743e2c04a2..0307bdc8d0 160000
--- a/FV3
+++ b/FV3
@@ -1 +1 @@
-Subproject commit 743e2c04a2e24699c0b4054e0055478ed2169d5f
+Subproject commit 0307bdc8d0d75b811c6d64fac2071c84a322c4e0
diff --git a/LICENSE.md b/LICENSE.md
index ba11b8537c..a3a10c4366 100644
--- a/LICENSE.md
+++ b/LICENSE.md
@@ -10,19 +10,32 @@ This project includes a mix of the following:
This project utilizes the following unmodified works under various licenses, as shown below.
-- Atmos cube sphere dycore: [GNU Lesser General Public License 3.0](https://www.gnu.org/licenses/lgpl-3.0.en.html) (LGPL)
+- [atmos_cubed_sphere dycore](https://github.com/NOAA-GFDL/GFDL_atmos_cubed_sphere): GNU Lesser General Public License 3.0 ([LGPL](https://www.gnu.org/licenses/lgpl-3.0.en.html))
-- FV3 Atm: [GNU Lesser General Public License 3.0](https://www.gnu.org/licenses/lgpl-3.0.en.html) (LGPL)
+- [fv3atm](https://github.com/NOAA-EMC/fv3atm): GNU Lesser General Public License 3.0 ([LGPL](https://www.gnu.org/licenses/lgpl-3.0.en.html))
-- NEMS: [GNU Lesser General Public License 3.0](https://www.gnu.org/licenses/lgpl-3.0.en.html) (LGPL)
+- [Stochastic Physics](https://github.com/NOAA-PSL/stochastic_physics): GNU Lesser General Public License 3.0 ([LGPL](https://www.gnu.org/licenses/lgpl-3.0.en.html))
-- FMS: [GNU Lesser General Public License 3.0](https://www.gnu.org/licenses/lgpl-3.0.en.html) (LGPL)
+- [CCPP Physics](https://github.com/ufs-community/ccpp-physics): [Apache-2.0](https://www.apache.org/licenses/LICENSE-2.0)
-- Stochastic Physics: [GNU Lesser General Public License 3.0](https://www.gnu.org/licenses/lgpl-3.0.en.html) (LGPL)
+- [CCPP Framework](https://github.com/NCAR/ccpp-framework): [Apache-2.0](https://www.apache.org/licenses/LICENSE-2.0)
-- CCPP Physics: [Apache 2.0](https://www.apache.org/licenses/LICENSE-2.0)
+- [AQM](https://github.com/NOAA-EMC/AQM): GNU General Public License 3.0 ([GPL](https://www.gnu.org/licenses/gpl-3.0.en.html))
+
+- [CICE](https://github.com/NOAA-EMC/CICE): CICE Consortium license ([LICENSE.pdf](https://github.com/NOAA-EMC/CICE/blob/emc/develop/LICENSE.pdf))
+
+- [CMakeModules](https://github.com/NOAA-EMC/CMakeModules): GNU Lesser General Public License 3.0 ([LGPL](https://www.gnu.org/licenses/lgpl-3.0.en.html))
+
+- [GOCART](https://github.com/GEOS-ESM/GOCART): [Apache-2.0](https://www.apache.org/licenses/LICENSE-2.0)
+
+- [HYCOM](https://github.com/NOAA-EMC/HYCOM-src): [MIT License](https://opensource.org/license/mit/)
+
+- [MOM6](https://github.com/NOAA-EMC/MOM6): GNU Lesser General Public License 3.0 ([LGPL](https://www.gnu.org/licenses/lgpl-3.0.en.html))
+
+- [WW3](https://github.com/NOAA-EMC/WW3): GNU Lesser General Public License 3.0 ([LGPL](https://www.gnu.org/licenses/lgpl-3.0.en.html))
+
+- [Unified Post Processor](https://github.com/NOAA-EMC/UPP): GNU Lesser General Public License 3.0 ([LGPL](https://www.gnu.org/licenses/lgpl-3.0.en.html))
-- CCPP Framework: [Apache 2.0](https://www.apache.org/licenses/LICENSE-2.0)
## The rest of this project is in the worldwide public domain
diff --git a/MOM6-interface/CMakeLists.txt b/MOM6-interface/CMakeLists.txt
index 8a32f4722e..f3cf811ec2 100644
--- a/MOM6-interface/CMakeLists.txt
+++ b/MOM6-interface/CMakeLists.txt
@@ -28,8 +28,14 @@ include("mom6_files.cmake")
add_library(mom6_obj OBJECT ${mom6_src_files})
set_target_properties(mom6_obj PROPERTIES Fortran_MODULE_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/mod)
target_include_directories(mom6_obj PRIVATE $)
-target_include_directories(mom6_obj PRIVATE $
- $)
+
+if(REGIONAL_MOM6)
+ target_include_directories(mom6_obj PRIVATE $
+ $)
+else()
+ target_include_directories(mom6_obj PRIVATE $
+ $)
+endif()
target_link_libraries(mom6_obj PRIVATE fms
esmf
stochastic_physics
@@ -42,8 +48,13 @@ target_link_libraries(mom6_obj PRIVATE fms
add_library(mom6_nuopc_obj OBJECT ${mom6_nuopc_src_files})
set_target_properties(mom6_nuopc_obj PROPERTIES Fortran_MODULE_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/mod)
target_include_directories(mom6_nuopc_obj PRIVATE $)
-target_include_directories(mom6_nuopc_obj PRIVATE $
- $)
+if(REGIONAL_MOM6)
+ target_include_directories(mom6_nuopc_obj PRIVATE $
+ $)
+else()
+ target_include_directories(mom6_nuopc_obj PRIVATE $
+ $)
+endif()
target_link_libraries(mom6_nuopc_obj PRIVATE mom6_obj
fms
stochastic_physics
diff --git a/README.md b/README.md
index 311fec3b65..cd17b6afc2 100644
--- a/README.md
+++ b/README.md
@@ -18,18 +18,21 @@ The top level directory structure groups source code and input files as follow:
| -------------- | ------- |
| ```LICENSE.md``` | A copy of the GNU Lesser General Public License, Version 3. |
| ```README.md``` | This file with basic pointers to more information. |
-| ```NEMS/``` | Contains NOAA Environmental Modeling System source code and nems compset run scripts. |
+| ```AQM/``` | Contains air quality modeling component |
| ```CMEPS-interface/``` | Contains CMEPS mediator |
+| ```CICE-interface/``` | Contains CICE sea-ice model component including CICE6 and Icepack |
+| ```CDEPS-interface/``` | Contains CDEPS data components, including data-atmosphere (DATM) and data-ocean (DOCN) model components|
| ```FV3/``` | Contains FV3 atmosphere model component including FV3 dynamical core, dynamics to physics driver, physics and IO. |
-| ```DATM/``` | Contains Data Atmosphere model component |
-| ```WW3/``` | Contains community wave modeling framework WW3. |
+| ```GOCART/``` | Contains GOCART aerosol model component |
+| ```HYCOM-interface/``` | Contains HYCOM ocean model component |
| ```MOM6-interface/``` | Contains MOM6 ocean model component |
-| ```CICE-interface/``` | Contains CICE sea-ice model component including CICE6 and Icepack |
-| ```stochastic_physics/``` | Contains the stochastic physics source code. |
+| ```NOAHMP-interface/``` | Contains Noah-MP land model component |
+| ```WW3/``` | Contains community wave modeling framework WW3 |
+| ```stochastic_physics/``` | Contains the stochastic physics source code |
| ```cmake/``` | Contains compile option files on various platforms. |
| ```modulefiles/``` | Contains module files on various platforms. |
| ```tests/``` | Regression and unit testing framework scripts. |
-| ```build.sh``` | Script to build the model executable. (also used by `tests/`) |
+| ```build.sh``` | Script to build the model executable (also used by `tests/`) |
E.g. use of `build.sh` to build the coupled model with `FV3_GFS_v15p2` as the CCPP suite.
```
diff --git a/cmake/GNU.cmake b/cmake/GNU.cmake
index 4069d922d7..a427e8f053 100644
--- a/cmake/GNU.cmake
+++ b/cmake/GNU.cmake
@@ -11,6 +11,9 @@ endif()
if(DEBUG)
add_definitions(-DDEBUG)
set(CMAKE_Fortran_FLAGS_DEBUG "${CMAKE_Fortran_FLAGS_DEBUG} -O0 -fno-unsafe-math-optimizations -frounding-math -fsignaling-nans -ffpe-trap=invalid,zero,overflow -fbounds-check")
+ if(CMAKE_Platform STREQUAL "hercules.gnu")
+ set(CMAKE_Fortran_FLAGS_DEBUG "${CMAKE_Fortran_FLAGS_DEBUG} -mcmodel=medium")
+ endif()
set(CMAKE_C_FLAGS_DEBUG "${CMAKE_C_FLAGS_DEBUG} -O0")
else()
set(CMAKE_Fortran_FLAGS_RELEASE "-O2")
diff --git a/cmake/configure_apps.cmake b/cmake/configure_apps.cmake
index d8ad21319c..17ebb9de58 100644
--- a/cmake/configure_apps.cmake
+++ b/cmake/configure_apps.cmake
@@ -68,17 +68,19 @@ if(APP MATCHES "^(S2S|S2SA|S2SW|S2SWA|S2SWAL)$")
message("${APP_MSG} mode")
endif()
-if(APP MATCHES "^(HAFS|HAFSW|HAFS-ALL)$")
+if(APP MATCHES "^(HAFS|HAFSW|HAFS-MOM6|HAFS-MOM6W|HAFS-ALL)$")
set(CMEPS ON CACHE BOOL "Enable CMEPS" FORCE)
- if(APP MATCHES "^(HAFS-ALL)$")
- set(CDEPS ON CACHE BOOL "Enable CDEPS" FORCE)
- message("Configuring UFS app in HAFS with CDEPS mode")
- endif()
+ set(CDEPS ON CACHE BOOL "Enable CDEPS" 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(HYCOM ON CACHE BOOL "Enable HYCOM" FORCE)
- if(APP MATCHES "^(HAFSW|HAFS-ALL)$")
+ if(APP MATCHES "^(HAFS-MOM6|HAFS-MOM6W)$")
+ set(MOM6 ON CACHE BOOL "Enable MOM6" FORCE)
+ endif()
+ if(APP MATCHES "^(HAFS|HAFSW|HAFS-ALL)$")
+ set(HYCOM ON CACHE BOOL "Enable HYCOM" FORCE)
+ endif()
+ if(APP MATCHES "^(HAFSW|HAFS-MOM6W|HAFS-ALL)$")
set(WW3 ON CACHE BOOL "Enable WAVEWATCH III" FORCE)
message("Configuring UFS app in HAFS with Waves mode")
endif()
diff --git a/cmake/configure_gaea-c5.intel.cmake b/cmake/configure_gaea.intel.cmake
similarity index 100%
rename from cmake/configure_gaea-c5.intel.cmake
rename to cmake/configure_gaea.intel.cmake
diff --git a/doc/UsersGuide/Makefile b/doc/UsersGuide/Makefile
index d0c3cbf102..a883b1dda4 100644
--- a/doc/UsersGuide/Makefile
+++ b/doc/UsersGuide/Makefile
@@ -3,16 +3,20 @@
# You can set these variables from the command line, and also
# from the environment for the first two.
-SPHINXOPTS ?=
-SPHINXBUILD ?= sphinx-build
+SPHINXOPTS = -a -n
+SPHINXBUILD = sphinx-build
SOURCEDIR = source
BUILDDIR = build
+LINKCHECKDIR = $(BUILDDIR)/linkcheck
# Put it first so that "make" without argument is like "make help".
help:
@$(SPHINXBUILD) -M help "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
-.PHONY: help Makefile
+.PHONY: help Makefile linkcheck
+
+linkcheck:
+ $(SPHINXBUILD) -b linkcheck $(SPHINXOPTS) $(SOURCEDIR) $(LINKCHECKDIR)
# Catch-all target: route all unknown targets to Sphinx using the new
# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
diff --git a/doc/UsersGuide/requirements.in b/doc/UsersGuide/requirements.in
new file mode 100644
index 0000000000..26c778f4aa
--- /dev/null
+++ b/doc/UsersGuide/requirements.in
@@ -0,0 +1,3 @@
+sphinx>=6.0.0
+sphinx_rtd_theme
+sphinxcontrib-bibtex
diff --git a/doc/UsersGuide/requirements.txt b/doc/UsersGuide/requirements.txt
index 7be32f526d..b4642f5872 100644
--- a/doc/UsersGuide/requirements.txt
+++ b/doc/UsersGuide/requirements.txt
@@ -1,3 +1,82 @@
-sphinxcontrib-bibtex
-sphinx_rtd_theme
-docutils==0.16
\ No newline at end of file
+#
+# This file is autogenerated by pip-compile with Python 3.9
+# by the following command:
+#
+# pip-compile requirements.in
+#
+alabaster==0.7.16
+ # via sphinx
+babel==2.14.0
+ # via sphinx
+certifi==2024.2.2
+ # via requests
+charset-normalizer==3.3.2
+ # via requests
+docutils==0.20.1
+ # via
+ # pybtex-docutils
+ # sphinx
+ # sphinx-rtd-theme
+ # sphinxcontrib-bibtex
+idna==3.6
+ # via requests
+imagesize==1.4.1
+ # via sphinx
+importlib-metadata==7.0.1
+ # via
+ # sphinx
+ # sphinxcontrib-bibtex
+jinja2==3.1.3
+ # via sphinx
+latexcodec==2.0.1
+ # via pybtex
+markupsafe==2.1.5
+ # via jinja2
+packaging==23.2
+ # via sphinx
+pybtex==0.24.0
+ # via
+ # pybtex-docutils
+ # sphinxcontrib-bibtex
+pybtex-docutils==1.0.3
+ # via sphinxcontrib-bibtex
+pygments==2.17.2
+ # via sphinx
+pyyaml==6.0.1
+ # via pybtex
+requests==2.31.0
+ # via sphinx
+six==1.16.0
+ # via
+ # latexcodec
+ # pybtex
+snowballstemmer==2.2.0
+ # via sphinx
+sphinx==7.2.6
+ # via
+ # -r requirements.in
+ # sphinx-rtd-theme
+ # sphinxcontrib-bibtex
+ # sphinxcontrib-jquery
+sphinx-rtd-theme==2.0.0
+ # via -r requirements.in
+sphinxcontrib-applehelp==1.0.8
+ # via sphinx
+sphinxcontrib-bibtex==2.6.2
+ # via -r requirements.in
+sphinxcontrib-devhelp==1.0.6
+ # via sphinx
+sphinxcontrib-htmlhelp==2.0.5
+ # via sphinx
+sphinxcontrib-jquery==4.1
+ # via sphinx-rtd-theme
+sphinxcontrib-jsmath==1.0.1
+ # via sphinx
+sphinxcontrib-qthelp==1.0.7
+ # via sphinx
+sphinxcontrib-serializinghtml==1.1.10
+ # via sphinx
+urllib3==2.2.1
+ # via requests
+zipp==3.17.0
+ # via importlib-metadata
diff --git a/doc/UsersGuide/source/CodeOverview.rst b/doc/UsersGuide/source/CodeOverview.rst
index a479309aab..a8594bce14 100644
--- a/doc/UsersGuide/source/CodeOverview.rst
+++ b/doc/UsersGuide/source/CodeOverview.rst
@@ -67,7 +67,7 @@ The UFS :term:`WM` repository supports the :term:`UFS` short- and medium-range w
* - :term:`FV3` dynamical core
- https://github.com/NOAA-GFDL/GFDL_atmos_cubed_sphere
* - Stochastic physics pattern generator
- - https://github.com/noaa-psd/stochastic_physics
+ - https://github.com/NOAA-PSL/stochastic_physics
* - Modular Ocean Model (:term:`MOM6`)
- https://github.com/NOAA-EMC/MOM6
* - HYbrid Coordinate Ocean Model (:term:`HYCOM`)
diff --git a/doc/UsersGuide/source/Configurations.rst b/doc/UsersGuide/source/Configurations.rst
index 0ad596002a..7ac2cf6034 100644
--- a/doc/UsersGuide/source/Configurations.rst
+++ b/doc/UsersGuide/source/Configurations.rst
@@ -335,7 +335,7 @@ Each test file lists the input files required for a given test. Input files requ
Information on ``ufs.configure`` files is available in :numref:`Section %s `. The supported RRFS WM RTs use the same ``ufs.configure`` file that ATM-only tests do (``ufs.configure.atm.IN``). This file can be viewed in the ``ufs-weather-model/tests/parm`` `directory `__.
-Additionally, users can find examples of various RRFS configuration files in the ``ufs-weather-model/tests/parm`` `directory `__. These files include ``model_configure_*``, ``*_run.IN`` (input run), ``*.nml.IN`` (input namelist), ``field_table_*``, and ``diag_table_*`` files.
+Additionally, users can find examples of various RRFS configuration files in the ``ufs-weather-model/tests/parm`` `directory `__. These files include ``model_configure_*``, ``*_run.IN`` (input run), ``*.nml.IN`` (input namelist), ``field_table_*``, and ``diag_table_*`` files.
.. _lnd-documented:
diff --git a/doc/UsersGuide/source/Glossary.rst b/doc/UsersGuide/source/Glossary.rst
index b30a242867..4b54f0ae3c 100644
--- a/doc/UsersGuide/source/Glossary.rst
+++ b/doc/UsersGuide/source/Glossary.rst
@@ -120,7 +120,7 @@ Glossary
NCEPLIBS
The software libraries created and maintained by :term:`NCEP` that are required for running
- :term:`chgres_cube`, the UFS Weather Model, and the :term:`UPP`. They are included in `spack-stack `__ and `HPC-Stack `__.
+ :term:`chgres_cube`, the UFS Weather Model, and the :term:`UPP`. They are included in `spack-stack `__ and `HPC-Stack `__.
NCEPLIBS-external
A collection of third-party libraries required to build :term:`NCEPLIBS`, :term:`chgres_cube`,
@@ -167,7 +167,7 @@ Glossary
The `Short-Range Weather Application `__ is a UFS Application that targets predictions of atmospheric behavior on a limited spatial domain and on time scales from minutes out to about two days. It packages a prognostic atmospheric model (the UFS Weather Model), pre- and post-processing tools, and a community workflow.
spack-stack
- The `spack-stack `__ is a collaborative effort between the NOAA Environmental Modeling Center (EMC), the UCAR Joint Center for Satellite Data Assimilation (JCSDA), and the Earth Prediction Innovation Center (EPIC). *spack-stack* is a repository that provides a Spack-based method for building the software stack required for numerical weather prediction (NWP) tools such as the `Unified Forecast System (UFS) `__ and the `Joint Effort for Data assimilation Integration (JEDI) `__ framework. *spack-stack* uses the Spack package manager along with custom Spack configuration files and Python scripts to simplify installation of the libraries required to run various applications. The *spack-stack* can be installed on a range of platforms and comes pre-configured for many systems. Users can install the necessary packages for a particular application and later add the missing packages for another application without having to rebuild the entire stack.
+ The `spack-stack `__ is a collaborative effort between the NOAA Environmental Modeling Center (EMC), the UCAR Joint Center for Satellite Data Assimilation (JCSDA), and the Earth Prediction Innovation Center (EPIC). *spack-stack* is a repository that provides a Spack-based method for building the software stack required for numerical weather prediction (NWP) tools such as the `Unified Forecast System (UFS) `__ and the `Joint Effort for Data assimilation Integration (JEDI) `__ framework. *spack-stack* uses the Spack package manager along with custom Spack configuration files and Python scripts to simplify installation of the libraries required to run various applications. The *spack-stack* can be installed on a range of platforms and comes pre-configured for many systems. Users can install the necessary packages for a particular application and later add the missing packages for another application without having to rebuild the entire stack.
Suite Definition File (SDF)
An external file containing information about the
diff --git a/doc/UsersGuide/source/InputsOutputs.rst b/doc/UsersGuide/source/InputsOutputs.rst
index 534d173579..b3b7567fda 100644
--- a/doc/UsersGuide/source/InputsOutputs.rst
+++ b/doc/UsersGuide/source/InputsOutputs.rst
@@ -1639,7 +1639,7 @@ A sample of the file contents is shown below:
However, ``ufs.configure`` files for other configurations of the Weather Model are more complex. A full set of ``ufs.configure`` templates is available in the ``ufs-weather-model/tests/parm/`` directory `here `__. Template names follow the pattern ``ufs.configure.*.IN``. A number of samples are available below:
* `ATMAQ `__ configuration
- * `S2S `__ (fully coupled ``S2S`` configuration that receives atmosphere-ocean fluxes from a mediator)
+ * `S2S `__ (fully coupled ``S2S`` configuration that receives atmosphere-ocean fluxes from a mediator)
* `S2SW `__ (fully coupled ``S2SW`` configuration)
* `S2SWA `__ (coupled GOCART in the S2SAW configuration)
* `ATM-LND `__ (ATML configuration)
diff --git a/doc/UsersGuide/source/conf.py b/doc/UsersGuide/source/conf.py
index bbe458cf54..e7c00bd318 100644
--- a/doc/UsersGuide/source/conf.py
+++ b/doc/UsersGuide/source/conf.py
@@ -69,12 +69,9 @@
# The master toctree document.
master_doc = 'index'
-# The language for content autogenerated by Sphinx. Refer to documentation
-# for a list of supported languages.
-#
-# This is also used if you do content translation via gettext catalogs.
-# Usually you set "language" from the command line for these cases.
-language = None
+# The language for content autogenerated by Sphinx.
+# Not set because default is 'en'.
+# language = 'en'
# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
@@ -84,6 +81,15 @@
# The name of the Pygments (syntax highlighting) style to use.
pygments_style = 'sphinx'
+# Avoid a 403 Forbidden error when accessing certain links (e.g., noaa.gov)
+user_agent = "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36"
+
+# Ignore anchor tags for links that show Not Found even when they exist.
+linkcheck_anchors_ignore = [r"L\d*",
+ ]
+# Ignore working links that cause a linkcheck 403 error.
+linkcheck_ignore = [r'https://agupubs\.onlinelibrary\.wiley\.com/doi/10\.1029/2020MS002260',
+ ]
# -- Options for HTML output -------------------------------------------------
@@ -100,6 +106,7 @@
#
# html_theme_options = {}
html_theme_options = {"body_max_width": "none"}
+html_logo="https://github.com/ufs-community/ufs/wiki/images/ufs-epic-logo.png"
# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
diff --git a/doc/UsersGuide/source/references.bib b/doc/UsersGuide/source/references.bib
index 92a6d96b98..0015b43304 100644
--- a/doc/UsersGuide/source/references.bib
+++ b/doc/UsersGuide/source/references.bib
@@ -16,6 +16,6 @@ @article{BengtssonEtAl2020
title={A Stochastic Parameterization of Organized Tropical Convection Using Cellular Automata for Global Forecasts in NOAA's Unified Forecast System},
author={L. Bengtsson and J. Dias and S. Tulich and M. Gehne and J. Bao},
journal={Journal of Advances in Modeling Earth Systems},
- url={https://agupubs.onlinelibrary.wiley.com/doi/full/10.1029/2020MS002260},
+ url={https://agupubs.onlinelibrary.wiley.com/doi/10.1029/2020MS002260},
year={2020},
}
diff --git a/modulefiles/ufs_derecho.intel.lua b/modulefiles/ufs_derecho.intel.lua
index 3bf89ee9fe..a7998b036e 100644
--- a/modulefiles/ufs_derecho.intel.lua
+++ b/modulefiles/ufs_derecho.intel.lua
@@ -3,7 +3,7 @@ loads UFS Model prerequisites for NOAA Parallelworks/Intel
]])
setenv("LMOD_TMOD_FIND_FIRST","yes")
-prepend_path("MODULEPATH", "/lustre/desc1/scratch/epicufsrt/contrib/modulefiles")
+prepend_path("MODULEPATH", "/glade/work/epicufsrt/contrib/spack-stack/derecho/modulefiles")
load("ecflow/5.8.4")
load("mysql/8.0.33")
diff --git a/modulefiles/ufs_gaea-c5.intel.lua b/modulefiles/ufs_gaea.intel.lua
similarity index 75%
rename from modulefiles/ufs_gaea-c5.intel.lua
rename to modulefiles/ufs_gaea.intel.lua
index 0162442940..b6f7ae2f67 100644
--- a/modulefiles/ufs_gaea-c5.intel.lua
+++ b/modulefiles/ufs_gaea.intel.lua
@@ -10,8 +10,8 @@ load("intel-classic/2023.1.0")
load("cray-mpich/8.1.25")
load("python/3.9.12")
-prepend_path("MODULEPATH", "/lustre/f2/dev/wpo/role.epic/contrib/spack-stack/c5/spack-stack-1.5.1/envs/unified-env/install/modulefiles/Core")
-prepend_path("MODULEPATH", "/lustre/f2/dev/wpo/role.epic/contrib/spack-stack/c5/modulefiles")
+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")
stack_intel_ver=os.getenv("stack_intel_ver") or "2023.1.0"
load(pathJoin("stack-intel", stack_intel_ver))
@@ -31,4 +31,4 @@ unload("cray-libsci")
setenv("CC","cc")
setenv("CXX","CC")
setenv("FC","ftn")
-setenv("CMAKE_Platform","gaea-c5.intel")
+setenv("CMAKE_Platform","gaea.intel")
diff --git a/tests/bl_date.conf b/tests/bl_date.conf
index cceb7d2ba7..4462101f2c 100644
--- a/tests/bl_date.conf
+++ b/tests/bl_date.conf
@@ -1 +1 @@
-export BL_DATE=20240126
+export BL_DATE=20240227
diff --git a/tests/ci/Dockerfile b/tests/ci/Dockerfile
index 6b8f76d2a3..966b94aa3b 100644
--- a/tests/ci/Dockerfile
+++ b/tests/ci/Dockerfile
@@ -13,7 +13,7 @@ ENV test_name=$test_name
ENV run_case=$run_case
ENV CI_TEST=true
ENV RT_COMPILER=gnu
-ENV RT_MACHINE=linux
+ENV MACHINE=linux
ENV MACHINE_ID=linux
# ACCNR CAN BE ANYTHING; DOCKER DOES NOT NEED THIS
ENV ACCNR=nems
diff --git a/tests/compile.sh b/tests/compile.sh
index 567c80c756..3cf536428b 100755
--- a/tests/compile.sh
+++ b/tests/compile.sh
@@ -24,20 +24,20 @@ fi
readonly ARGC=$#
if [[ $ARGC -lt 2 ]]; then
- echo "Usage: $0 MACHINE_ID [ MAKE_OPT [ COMPILE_NR ] [ RT_COMPILER ] [ clean_before ] [ clean_after ] ]"
+ echo "Usage: $0 MACHINE_ID [ MAKE_OPT [ COMPILE_ID ] [ RT_COMPILER ] [ clean_before ] [ clean_after ] ]"
echo Valid MACHINE_IDs:
echo $( ls -1 ../cmake/configure_* | sed s:.*configure_::g | sed s:\.cmake:: ) | fold -sw72
exit 1
else
MACHINE_ID=$1
MAKE_OPT=${2:-}
- COMPILE_NR=${3:+_$3}
+ COMPILE_ID=${3:+_$3}
RT_COMPILER=${4:-intel}
clean_before=${5:-YES}
clean_after=${6:-YES}
fi
-BUILD_NAME=fv3${COMPILE_NR}
+BUILD_NAME=fv3${COMPILE_ID}
PATHTR=${PATHTR:-$( cd ${MYDIR}/.. && pwd )}
BUILD_DIR=${BUILD_DIR:-$(pwd)/build_${BUILD_NAME}}
@@ -58,8 +58,8 @@ if [[ $MACHINE_ID == macosx ]] || [[ $MACHINE_ID == linux ]]; then
source $PATHTR/modulefiles/ufs_${MACHINE_ID}.${RT_COMPILER}
else
# Activate lua environment for gaea c5
- if [[ $MACHINE_ID == gaea-c5 ]]; then
- source /lustre/f2/dev/role.epic/contrib/Lmod_init_C5.sh
+ if [[ $MACHINE_ID == gaea ]]; then
+ module reset
fi
# Load fv3 module
module use $PATHTR/modulefiles
@@ -131,4 +131,4 @@ fi
elapsed=$SECONDS
echo "Elapsed time $elapsed seconds. Compiling ${CMAKE_FLAGS} finished"
-echo "Compile ${COMPILE_NR/#_} elapsed time $elapsed seconds. ${CMAKE_FLAGS}" > compile${COMPILE_NR}_time.log
+echo "Compile ${COMPILE_ID/#_} elapsed time $elapsed seconds. ${CMAKE_FLAGS}" > compile${COMPILE_ID}_time.log
diff --git a/tests/default_vars.sh b/tests/default_vars.sh
index f3e4a7441d..e712fd7a90 100755
--- a/tests/default_vars.sh
+++ b/tests/default_vars.sh
@@ -216,7 +216,7 @@ elif [[ $MACHINE_ID = s4 ]]; then
ICE_tasks_cpl_bmrk=48
WAV_tasks_cpl_bmrk=80
-elif [[ $MACHINE_ID = gaea-c5 ]]; then
+elif [[ $MACHINE_ID = gaea ]]; then
TPN=128
@@ -318,6 +318,7 @@ export HAFS=false
export AQM=false
export DATM_CDEPS=false
export DOCN_CDEPS=false
+export CDEPS_INLINE=false
export POSTAPP='global'
export USE_MERRA2=.false.
@@ -769,6 +770,7 @@ export HAFS=false
export AQM=false
export DATM_CDEPS=false
export DOCN_CDEPS=false
+export CDEPS_INLINE=false
export FV3BMIC='p8c'
export BMIC=.false.
export DAYS=1
@@ -966,6 +968,7 @@ export HAFS=false
export AQM=false
export DATM_CDEPS=true
export DOCN_CDEPS=false
+export CDEPS_INLINE=false
export DAYS=1
# model configure
@@ -1041,6 +1044,7 @@ export HAFS=true
export AQM=false
export DATM_CDEPS=true
export DOCN_CDEPS=false
+export CDEPS_INLINE=false
export INPES=$INPES_dflt
export JNPES=$JNPES_dflt
export NTILES=1
@@ -1057,6 +1061,7 @@ export S2S=false
export HAFS=true
export AQM=false
export DOCN_CDEPS=true
+export CDEPS_INLINE=false
export INPES=$INPES_dflt
export JNPES=$JNPES_dflt
export NTILES=1
@@ -1075,6 +1080,7 @@ export HAFS=true
export AQM=false
export DATM_CDEPS=false
export DOCN_CDEPS=false
+export CDEPS_INLINE=false
export INPES=$INPES_dflt
export JNPES=$JNPES_dflt
export NTILES=1
@@ -1146,6 +1152,7 @@ export HAFS=true
export AQM=false
export DATM_CDEPS=false
export DOCN_CDEPS=false
+export CDEPS_INLINE=false
export INPES=$INPES_dflt
export JNPES=$JNPES_dflt
export NTILES=1
diff --git a/tests/detect_machine.sh b/tests/detect_machine.sh
index 09607c46ba..98839e2c70 100755
--- a/tests/detect_machine.sh
+++ b/tests/detect_machine.sh
@@ -1,73 +1,41 @@
#!/bin/bash
-# Do not set ACCNR here or it will break the per-system defaults in rt.sh.
-
+# The authoritative copy of this script lives in the ufs-weather-model at:
+# https://github.com/ufs-community/ufs-weather-model/blob/develop/tests/detect_machine.sh
+# If any local modifications are made or new platform support added,
+# please consider opening an issue and a PR to the ufs-weather-model
+# so that this copy remains in sync with its authoritative source
+#
+# Thank you for your contribution
+
+# If the MACHINE_ID variable is set, skip this script.
+[[ -n ${MACHINE_ID:-} ]] && return
+
+# First detect w/ hostname
case $(hostname -f) in
- clogin01.cactus.wcoss2.ncep.noaa.gov) MACHINE_ID=wcoss2 ;; ### cactus
- clogin02.cactus.wcoss2.ncep.noaa.gov) MACHINE_ID=wcoss2 ;; ### cactus
- clogin03.cactus.wcoss2.ncep.noaa.gov) MACHINE_ID=wcoss2 ;; ### cactus
- clogin04.cactus.wcoss2.ncep.noaa.gov) MACHINE_ID=wcoss2 ;; ### cactus
- clogin05.cactus.wcoss2.ncep.noaa.gov) MACHINE_ID=wcoss2 ;; ### cactus
- clogin06.cactus.wcoss2.ncep.noaa.gov) MACHINE_ID=wcoss2 ;; ### cactus
- clogin07.cactus.wcoss2.ncep.noaa.gov) MACHINE_ID=wcoss2 ;; ### cactus
- clogin08.cactus.wcoss2.ncep.noaa.gov) MACHINE_ID=wcoss2 ;; ### cactus
- clogin09.cactus.wcoss2.ncep.noaa.gov) MACHINE_ID=wcoss2 ;; ### cactus
-
- dlogin01.dogwood.wcoss2.ncep.noaa.gov) MACHINE_ID=wcoss2 ;; ### dogwood
- dlogin02.dogwood.wcoss2.ncep.noaa.gov) MACHINE_ID=wcoss2 ;; ### dogwood
- dlogin03.dogwood.wcoss2.ncep.noaa.gov) MACHINE_ID=wcoss2 ;; ### dogwood
- dlogin04.dogwood.wcoss2.ncep.noaa.gov) MACHINE_ID=wcoss2 ;; ### dogwood
- dlogin05.dogwood.wcoss2.ncep.noaa.gov) MACHINE_ID=wcoss2 ;; ### dogwood
- dlogin06.dogwood.wcoss2.ncep.noaa.gov) MACHINE_ID=wcoss2 ;; ### dogwood
- dlogin07.dogwood.wcoss2.ncep.noaa.gov) MACHINE_ID=wcoss2 ;; ### dogwood
- dlogin08.dogwood.wcoss2.ncep.noaa.gov) MACHINE_ID=wcoss2 ;; ### dogwood
- dlogin09.dogwood.wcoss2.ncep.noaa.gov) MACHINE_ID=wcoss2 ;; ### dogwood
-
- alogin01.acorn.wcoss2.ncep.noaa.gov) MACHINE_ID=acorn ;; ### acorn
- alogin02.acorn.wcoss2.ncep.noaa.gov) MACHINE_ID=acorn ;; ### acorn
- alogin03.acorn.wcoss2.ncep.noaa.gov) MACHINE_ID=acorn ;; ### acorn
-
- gaea51.ncrc.gov) MACHINE_ID=gaea-c5 ;; ### gaea51
- gaea52.ncrc.gov) MACHINE_ID=gaea-c5 ;; ### gaea52
- gaea53.ncrc.gov) MACHINE_ID=gaea-c5 ;; ### gaea53
- gaea54.ncrc.gov) MACHINE_ID=gaea-c5 ;; ### gaea54
- gaea55.ncrc.gov) MACHINE_ID=gaea-c5 ;; ### gaea55
- gaea56.ncrc.gov) MACHINE_ID=gaea-c5 ;; ### gaea56
- gaea57.ncrc.gov) MACHINE_ID=gaea-c5 ;; ### gaea57
- gaea58.ncrc.gov) MACHINE_ID=gaea-c5 ;; ### gaea58
-
- hfe01) MACHINE_ID=hera ;; ### hera01
- hfe02) MACHINE_ID=hera ;; ### hera02
- hfe03) MACHINE_ID=hera ;; ### hera03
- hfe04) MACHINE_ID=hera ;; ### hera04
- hfe05) MACHINE_ID=hera ;; ### hera05
- hfe06) MACHINE_ID=hera ;; ### hera06
- hfe07) MACHINE_ID=hera ;; ### hera07
- hfe08) MACHINE_ID=hera ;; ### hera08
- hfe09) MACHINE_ID=hera ;; ### hera09
- hfe10) MACHINE_ID=hera ;; ### hera10
- hfe11) MACHINE_ID=hera ;; ### hera11
- hfe12) MACHINE_ID=hera ;; ### hera12
- hecflow01) MACHINE_ID=hera ;; ### heraecflow01
+ adecflow0[12].acorn.wcoss2.ncep.noaa.gov) MACHINE_ID=acorn ;; ### acorn
+ alogin0[123].acorn.wcoss2.ncep.noaa.gov) MACHINE_ID=acorn ;; ### acorn
+ clogin0[1-9].cactus.wcoss2.ncep.noaa.gov) MACHINE_ID=wcoss2 ;; ### cactus01-9
+ clogin10.cactus.wcoss2.ncep.noaa.gov) MACHINE_ID=wcoss2 ;; ### cactus10
+ dlogin0[1-9].dogwood.wcoss2.ncep.noaa.gov) MACHINE_ID=wcoss2 ;; ### dogwood01-9
+ dlogin10.dogwood.wcoss2.ncep.noaa.gov) MACHINE_ID=wcoss2 ;; ### dogwood10
+
+ gaea5[1-8]) MACHINE_ID=gaea ;; ### gaea51-58
+ gaea5[1-8].ncrc.gov) MACHINE_ID=gaea ;; ### gaea51-58
+
+ hfe0[1-9]) MACHINE_ID=hera ;; ### hera01-09
+ hfe1[0-2]) MACHINE_ID=hera ;; ### hera10-12
+ hecflow01) MACHINE_ID=hera ;; ### heraecflow01
s4-submit.ssec.wisc.edu) MACHINE_ID=s4 ;; ### s4
- fe1) MACHINE_ID=jet ;; ### jet01
- fe2) MACHINE_ID=jet ;; ### jet02
- fe3) MACHINE_ID=jet ;; ### jet03
- fe4) MACHINE_ID=jet ;; ### jet04
- fe5) MACHINE_ID=jet ;; ### jet05
- fe6) MACHINE_ID=jet ;; ### jet06
- fe7) MACHINE_ID=jet ;; ### jet07
- fe8) MACHINE_ID=jet ;; ### jet08
- tfe1) MACHINE_ID=jet ;; ### jet09
- tfe2) MACHINE_ID=jet ;; ### jet10
-
- Orion-login-1.HPC.MsState.Edu) MACHINE_ID=orion ;; ### orion1
- Orion-login-2.HPC.MsState.Edu) MACHINE_ID=orion ;; ### orion2
- Orion-login-3.HPC.MsState.Edu) MACHINE_ID=orion ;; ### orion3
- Orion-login-4.HPC.MsState.Edu) MACHINE_ID=orion ;; ### orion4
+ fe[1-8]) MACHINE_ID=jet ;; ### jet01-8
+ tfe[12]) MACHINE_ID=jet ;; ### tjet1-2
+
+ Orion-login-[1-4].HPC.MsState.Edu) MACHINE_ID=orion ;; ### orion1-4
+
+ [Hh]ercules-login-[1-4].[Hh][Pp][Cc].[Mm]s[Ss]tate.[Ee]du) MACHINE_ID=hercules ;; ### hercules1-4
derecho1.hsn.de.hpc.ucar.edu) MACHINE_ID=derecho ;; ### derecho1
derecho2.hsn.de.hpc.ucar.edu) MACHINE_ID=derecho ;; ### derecho2
@@ -77,31 +45,57 @@ case $(hostname -f) in
derecho6.hsn.de.hpc.ucar.edu) MACHINE_ID=derecho ;; ### derecho6
derecho7.hsn.de.hpc.ucar.edu) MACHINE_ID=derecho ;; ### derecho7
derecho8.hsn.de.hpc.ucar.edu) MACHINE_ID=derecho ;; ### derecho8
-
- Hercules-login-1.HPC.MsState.Edu) MACHINE_ID=hercules;; ### hercules1
- Hercules-login-2.HPC.MsState.Edu) MACHINE_ID=hercules;; ### hercules2
- Hercules-login-3.HPC.MsState.Edu) MACHINE_ID=hercules;; ### hercules3
- Hercules-login-4.HPC.MsState.Edu) MACHINE_ID=hercules;; ### hercules4
-
- login1.stampede2.tacc.utexas.edu) MACHINE_ID=stampede ;; ### stampede1
- login2.stampede2.tacc.utexas.edu) MACHINE_ID=stampede ;; ### stampede2
- login3.stampede2.tacc.utexas.edu) MACHINE_ID=stampede ;; ### stampede3
- login4.stampede2.tacc.utexas.edu) MACHINE_ID=stampede ;; ### stampede4
-
-
- login01.expanse.sdsc.edu) MACHINE_ID=expanse ;; ### expanse1
- login02.expanse.sdsc.edu) MACHINE_ID=expanse ;; ### expanse2
-esac
+ login[1-4].stampede2.tacc.utexas.edu) MACHINE_ID=stampede ;; ### stampede1-4
-case $(echo ${PW_CSP:-nono}) in
+ login0[1-2].expanse.sdsc.edu) MACHINE_ID=expanse ;; ### expanse1-2
- aws) MACHINE_ID=aws ;; ### parallelworks aws
- google) MACHINE_ID=gcp ;; ### parallelworks gcp
- azure) MACHINE_ID=azure ;; ### parallelworks azure
-
+ discover3[1-5].prv.cube) MACHINE_ID=discover ;; ### discover31-35
+ *) MACHINE_ID=UNKNOWN ;; # Unknown platform
esac
-[[ ${MACHINE_ID} =~ "aws" || ${MACHINE_ID} =~ "gcp" || ${MACHINE_ID} =~ "azure" ]] && MACHINE_ID=noaacloud
-# Overwrite auto-detect with RT_MACHINE if set
-MACHINE_ID=${RT_MACHINE:-${MACHINE_ID}}
+if [[ ${MACHINE_ID} == "UNKNOWN" ]]; then
+ case ${PW_CSP:-} in
+ "aws" | "google" | "azure") MACHINE_ID=noaacloud ;;
+ *) PW_CSP="UNKNOWN"
+ esac
+fi
+
+# Overwrite auto-detect with MACHINE if set
+MACHINE_ID=${MACHINE:-${MACHINE_ID}}
+
+# If MACHINE_ID is no longer UNKNNOWN, return it
+if [[ "${MACHINE_ID}" != "UNKNOWN" ]]; then
+ return
+fi
+
+# Try searching based on paths since hostname may not match on compute nodes
+if [[ -d /lfs/h3 ]]; then
+ # We are on NOAA Cactus or Dogwood
+ MACHINE_ID=wcoss2
+elif [[ -d /lfs/h1 && ! -d /lfs/h3 ]]; then
+ # We are on NOAA TDS Acorn
+ MACHINE_ID=acorn
+elif [[ -d /mnt/lfs1 ]]; then
+ # We are on NOAA Jet
+ MACHINE_ID=jet
+elif [[ -d /scratch1 ]]; then
+ # We are on NOAA Hera
+ MACHINE_ID=hera
+elif [[ -d /work ]]; then
+ # We are on MSU Orion or Hercules
+ if [[ -d /apps/other ]]; then
+ # We are on Hercules
+ MACHINE_ID=hercules
+ else
+ MACHINE_ID=orion
+ fi
+elif [[ -d /gpfs && -d /ncrc ]]; then
+ # We are on GAEA.
+ MACHINE_ID=gaea
+elif [[ -d /data/prod ]]; then
+ # We are on SSEC's S4
+ MACHINE_ID=s4
+else
+ echo WARNING: UNKNOWN PLATFORM 1>&2
+fi
diff --git a/tests/fv3_conf/compile_qsub.IN_acorn b/tests/fv3_conf/compile_qsub.IN_acorn
index 12aaa9247f..feb553c13f 100644
--- a/tests/fv3_conf/compile_qsub.IN_acorn
+++ b/tests/fv3_conf/compile_qsub.IN_acorn
@@ -15,7 +15,7 @@ cd $PBS_O_WORKDIR
echo -n " $( date +%s )," > job_timestamp.txt
echo "Compile started: " `date`
-@[PATHRT]/compile.sh @[MACHINE_ID] "@[MAKE_OPT]" @[COMPILE_NR] @[RT_COMPILER]
+@[PATHRT]/compile.sh @[MACHINE_ID] "@[MAKE_OPT]" @[COMPILE_ID] @[RT_COMPILER]
echo "Compile ended: " `date`
echo -n " $( date +%s )," >> job_timestamp.txt
diff --git a/tests/fv3_conf/compile_qsub.IN_derecho b/tests/fv3_conf/compile_qsub.IN_derecho
index 08b4629ffd..47121964bb 100644
--- a/tests/fv3_conf/compile_qsub.IN_derecho
+++ b/tests/fv3_conf/compile_qsub.IN_derecho
@@ -13,7 +13,7 @@ echo -n " $( date +%s )," > job_timestamp.txt
echo "Compile started: " `date`
module purge
-@[PATHRT]/compile.sh @[MACHINE_ID] "@[MAKE_OPT]" @[COMPILE_NR] @[RT_COMPILER]
+@[PATHRT]/compile.sh @[MACHINE_ID] "@[MAKE_OPT]" @[COMPILE_ID] @[RT_COMPILER]
echo "Compile ended: " `date`
echo -n " $( date +%s )," >> job_timestamp.txt
diff --git a/tests/fv3_conf/compile_qsub.IN_wcoss2 b/tests/fv3_conf/compile_qsub.IN_wcoss2
index 12aaa9247f..feb553c13f 100644
--- a/tests/fv3_conf/compile_qsub.IN_wcoss2
+++ b/tests/fv3_conf/compile_qsub.IN_wcoss2
@@ -15,7 +15,7 @@ cd $PBS_O_WORKDIR
echo -n " $( date +%s )," > job_timestamp.txt
echo "Compile started: " `date`
-@[PATHRT]/compile.sh @[MACHINE_ID] "@[MAKE_OPT]" @[COMPILE_NR] @[RT_COMPILER]
+@[PATHRT]/compile.sh @[MACHINE_ID] "@[MAKE_OPT]" @[COMPILE_ID] @[RT_COMPILER]
echo "Compile ended: " `date`
echo -n " $( date +%s )," >> job_timestamp.txt
diff --git a/tests/fv3_conf/compile_slurm.IN_gaea-c5 b/tests/fv3_conf/compile_slurm.IN_gaea
similarity index 87%
rename from tests/fv3_conf/compile_slurm.IN_gaea-c5
rename to tests/fv3_conf/compile_slurm.IN_gaea
index 8c942053fc..97aceeebae 100644
--- a/tests/fv3_conf/compile_slurm.IN_gaea-c5
+++ b/tests/fv3_conf/compile_slurm.IN_gaea
@@ -15,7 +15,7 @@ set -eux
echo -n " $( date +%s )," > job_timestamp.txt
echo "Compile started: " `date`
-@[PATHRT]/compile.sh @[MACHINE_ID] "@[MAKE_OPT]" @[COMPILE_NR] @[RT_COMPILER]
+@[PATHRT]/compile.sh @[MACHINE_ID] "@[MAKE_OPT]" @[COMPILE_ID] @[RT_COMPILER]
echo "Compile ended: " `date`
echo -n " $( date +%s )," >> job_timestamp.txt
diff --git a/tests/fv3_conf/compile_slurm.IN_hera b/tests/fv3_conf/compile_slurm.IN_hera
index 0c1fb4dbff..aa84ba5b00 100644
--- a/tests/fv3_conf/compile_slurm.IN_hera
+++ b/tests/fv3_conf/compile_slurm.IN_hera
@@ -13,7 +13,7 @@ set -eux
echo -n " $( date +%s )," > job_timestamp.txt
echo "Compile started: " `date`
-@[PATHRT]/compile.sh @[MACHINE_ID] "@[MAKE_OPT]" @[COMPILE_NR] @[RT_COMPILER]
+@[PATHRT]/compile.sh @[MACHINE_ID] "@[MAKE_OPT]" @[COMPILE_ID] @[RT_COMPILER]
echo "Compile ended: " `date`
echo -n " $( date +%s )," >> job_timestamp.txt
diff --git a/tests/fv3_conf/compile_slurm.IN_hercules b/tests/fv3_conf/compile_slurm.IN_hercules
index f0eeee484b..619ca76905 100644
--- a/tests/fv3_conf/compile_slurm.IN_hercules
+++ b/tests/fv3_conf/compile_slurm.IN_hercules
@@ -14,7 +14,7 @@ set -eux
echo -n " $( date +%s )," > job_timestamp.txt
echo "Compile started: " `date`
-@[PATHRT]/compile.sh @[MACHINE_ID] "@[MAKE_OPT]" @[COMPILE_NR] @[RT_COMPILER]
+@[PATHRT]/compile.sh @[MACHINE_ID] "@[MAKE_OPT]" @[COMPILE_ID] @[RT_COMPILER]
echo "Compile ended: " `date`
echo -n " $( date +%s )," >> job_timestamp.txt
diff --git a/tests/fv3_conf/compile_slurm.IN_jet b/tests/fv3_conf/compile_slurm.IN_jet
index e0e4591e2a..88149c43ac 100644
--- a/tests/fv3_conf/compile_slurm.IN_jet
+++ b/tests/fv3_conf/compile_slurm.IN_jet
@@ -14,7 +14,7 @@ set -eux
echo -n " $( date +%s )," > job_timestamp.txt
echo "Compile started: " `date`
-@[PATHRT]/compile.sh @[MACHINE_ID] "@[MAKE_OPT]" @[COMPILE_NR] @[RT_COMPILER]
+@[PATHRT]/compile.sh @[MACHINE_ID] "@[MAKE_OPT]" @[COMPILE_ID] @[RT_COMPILER]
echo "Compile ended: " `date`
echo -n " $( date +%s )," >> job_timestamp.txt
diff --git a/tests/fv3_conf/compile_slurm.IN_noaacloud b/tests/fv3_conf/compile_slurm.IN_noaacloud
index b9c4ca4146..c5a08095c4 100644
--- a/tests/fv3_conf/compile_slurm.IN_noaacloud
+++ b/tests/fv3_conf/compile_slurm.IN_noaacloud
@@ -11,7 +11,7 @@ set -eux
echo -n " $( date +%s )," > job_timestamp.txt
echo "Compile started: " `date`
-@[PATHRT]/compile.sh @[MACHINE_ID] "@[MAKE_OPT]" @[COMPILE_NR]
+@[PATHRT]/compile.sh @[MACHINE_ID] "@[MAKE_OPT]" @[COMPILE_ID]
echo "Compile ended: " `date`
echo -n " $( date +%s )," >> job_timestamp.txt
diff --git a/tests/fv3_conf/compile_slurm.IN_orion b/tests/fv3_conf/compile_slurm.IN_orion
index f0eeee484b..619ca76905 100644
--- a/tests/fv3_conf/compile_slurm.IN_orion
+++ b/tests/fv3_conf/compile_slurm.IN_orion
@@ -14,7 +14,7 @@ set -eux
echo -n " $( date +%s )," > job_timestamp.txt
echo "Compile started: " `date`
-@[PATHRT]/compile.sh @[MACHINE_ID] "@[MAKE_OPT]" @[COMPILE_NR] @[RT_COMPILER]
+@[PATHRT]/compile.sh @[MACHINE_ID] "@[MAKE_OPT]" @[COMPILE_ID] @[RT_COMPILER]
echo "Compile ended: " `date`
echo -n " $( date +%s )," >> job_timestamp.txt
diff --git a/tests/fv3_conf/compile_slurm.IN_s4 b/tests/fv3_conf/compile_slurm.IN_s4
index 0c1fb4dbff..aa84ba5b00 100644
--- a/tests/fv3_conf/compile_slurm.IN_s4
+++ b/tests/fv3_conf/compile_slurm.IN_s4
@@ -13,7 +13,7 @@ set -eux
echo -n " $( date +%s )," > job_timestamp.txt
echo "Compile started: " `date`
-@[PATHRT]/compile.sh @[MACHINE_ID] "@[MAKE_OPT]" @[COMPILE_NR] @[RT_COMPILER]
+@[PATHRT]/compile.sh @[MACHINE_ID] "@[MAKE_OPT]" @[COMPILE_ID] @[RT_COMPILER]
echo "Compile ended: " `date`
echo -n " $( date +%s )," >> job_timestamp.txt
diff --git a/tests/fv3_conf/control_run.IN b/tests/fv3_conf/control_run.IN
index a0dfe69b2c..30634250d8 100644
--- a/tests/fv3_conf/control_run.IN
+++ b/tests/fv3_conf/control_run.IN
@@ -13,10 +13,15 @@ fi
echo "inputdir=$inputdir,NPX=$NPX"
OPNREQ_TEST=${OPNREQ_TEST:-false}
+V2_SFC_FILE=${V2_SFC_FILE:-false}
SUFFIX=${RT_SUFFIX}
if [ $WARM_START = .false. ]; then
mkdir INPUT RESTART
- cp -r @[INPUTDATA_ROOT]/${inputdir}/INPUT_L127/* ./INPUT/.
+ if [ "$V2_SFC_FILE" = "true" ]; then
+ cp -r @[INPUTDATA_ROOT]/${inputdir}/INPUT_L127_v2_sfc/* ./INPUT/.
+ else
+ cp -r @[INPUTDATA_ROOT]/${inputdir}/INPUT_L127/* ./INPUT/.
+ fi
else
mkdir INPUT RESTART
diff --git a/tests/fv3_conf/cpld_control_run.IN b/tests/fv3_conf/cpld_control_run.IN
index 9d5534e371..d497771d0b 100644
--- a/tests/fv3_conf/cpld_control_run.IN
+++ b/tests/fv3_conf/cpld_control_run.IN
@@ -15,6 +15,8 @@ fi
ICERES=${OCNRES:0:1}.${OCNRES:1}
+V2_SFC_FILE=${V2_SFC_FILE:-false}
+
if [[ $BMIC == .true. ]]; then
FV3_IC=@[INPUTDATA_ROOT_BMIC]/${SYEAR}${SMONTH}${SDAY}${SHOUR}/@[FV3BMIC]/@[ATMRES]_L@[NPZ]/INPUT
MOM_IC=@[INPUTDATA_ROOT_BMIC]/${SYEAR}${SMONTH}${SDAY}${SHOUR}/mom6_da
@@ -25,7 +27,11 @@ else
MOM_IC=@[INPUTDATA_ROOT]/MOM6_IC/${OCNRES}/${SYEAR}${SMONTH}${SDAY}${SHOUR}
ICE_IC=@[INPUTDATA_ROOT]/CICE_IC/${OCNRES}/${SYEAR}${SMONTH}${SDAY}${SHOUR}
else
- FV3_IC=@[INPUTDATA_ROOT]/${FV3_DIR}/INPUT_L127_mx${OCNRES}
+ if [ "$V2_SFC_FILE" = "true" ]; then
+ FV3_IC=@[INPUTDATA_ROOT]/${FV3_DIR}/INPUT_L127_mx${OCNRES}_v2_sfc
+ else
+ FV3_IC=@[INPUTDATA_ROOT]/${FV3_DIR}/INPUT_L127_mx${OCNRES}
+ fi
MOM_IC=@[INPUTDATA_ROOT]/MOM6_IC
ICE_IC=@[INPUTDATA_ROOT]/CICE_IC/${OCNRES}
fi
diff --git a/tests/fv3_conf/fv3_slurm.IN_gaea-c5 b/tests/fv3_conf/fv3_slurm.IN_gaea
similarity index 97%
rename from tests/fv3_conf/fv3_slurm.IN_gaea-c5
rename to tests/fv3_conf/fv3_slurm.IN_gaea
index 1d703cb712..8545e689e6 100644
--- a/tests/fv3_conf/fv3_slurm.IN_gaea-c5
+++ b/tests/fv3_conf/fv3_slurm.IN_gaea
@@ -14,7 +14,7 @@ set -eux
echo -n " $( date +%s )," > job_timestamp.txt
set +x
-MACHINE_ID=gaea-c5
+MACHINE_ID=gaea
source ./module-setup.sh
module use --prepend $PWD/modulefiles
module load modules.fv3
diff --git a/tests/fv3_conf/hafs_fv3_run.IN b/tests/fv3_conf/hafs_fv3_run.IN
index ceaf43195d..f5374e7506 100644
--- a/tests/fv3_conf/hafs_fv3_run.IN
+++ b/tests/fv3_conf/hafs_fv3_run.IN
@@ -17,6 +17,8 @@ elif [ ${CNTL_DIR} = "hafs_regional_storm_following_1nest_atm" ] || \
[ ${CNTL_DIR} = "hafs_regional_specified_moving_1nest_atm" ] || \
[ ${CNTL_DIR} = "hafs_regional_storm_following_1nest_atm_ocn" ] || \
[ ${CNTL_DIR} = "hafs_regional_storm_following_1nest_atm_ocn_debug" ] || \
+ [ ${CNTL_DIR} = "hafs_regional_storm_following_1nest_atm_ocn_wav_inline" ] || \
+ [ ${CNTL_DIR} = "hafs_regional_storm_following_1nest_atm_ocn_wav_mom6" ] || \
[ ${CNTL_DIR} = "hafs_regional_storm_following_1nest_atm_ocn_wav" ]; then
cp -r @[INPUTDATA_ROOT]/FV3_hafs_input_data/INPUT_hafs_regional_storm_following_1nest_atm/* ./INPUT/
elif [ ${CNTL_DIR} = "hafs_regional_1nest_atm" ] || \
@@ -49,3 +51,16 @@ if [[ $POSTAPP = 'hafs' ]]; then
cp ${PATHRT}/parm/postxconfig-NT-hafs.txt postxconfig-NT_FH00.txt
cp ${PATHRT}/parm/params_grib2_tbl_new params_grib2_tbl_new
fi
+
+if [ ${CNTL_DIR} = "hafs_regional_storm_following_1nest_atm_ocn_wav_mom6" ]; then
+ rm -rf OUTPUT
+ mkdir OUTPUT
+ cp -r @[INPUTDATA_ROOT]/FV3_hafs_input_data/MOM6_regional_input_data/* ./INPUT/
+ cp ${PATHRT}/parm/MOM_input_hafs ./MOM_input
+ cp ${PATHRT}/parm/MOM6_data_table_hafs ./data_table
+fi
+if [ ${CNTL_DIR} = "hafs_regional_storm_following_1nest_atm_ocn_wav_inline" ] || \
+ [ ${CNTL_DIR} = "hafs_regional_storm_following_1nest_atm_ocn_wav_mom6" ]; then
+ cp @[INPUTDATA_ROOT]/FV3_hafs_input_data/CDEPS_input_data/gfs_mesh.nc ./INPUT/
+ cp @[INPUTDATA_ROOT]/FV3_hafs_input_data/CDEPS_input_data/gfs_forcings.nc ./INPUT/
+fi
diff --git a/tests/fv3_conf/hafs_ww3_run.IN b/tests/fv3_conf/hafs_ww3_run.IN
index 62539911de..9378744d1f 100644
--- a/tests/fv3_conf/hafs_ww3_run.IN
+++ b/tests/fv3_conf/hafs_ww3_run.IN
@@ -1,10 +1,14 @@
if [ ${CNTL_DIR} = "hafs_regional_atm_wav" ] || \
[ ${CNTL_DIR} = "hafs_regional_atm_ocn_wav" ] || \
+ [ ${CNTL_DIR} = "hafs_regional_storm_following_1nest_atm_ocn_wav_inline" ] || \
+ [ ${CNTL_DIR} = "hafs_regional_storm_following_1nest_atm_ocn_wav_mom6" ] || \
[ ${CNTL_DIR} = "hafs_regional_storm_following_1nest_atm_ocn_wav" ]; then
cp @[INPUTDATA_ROOT_WW3]/@[WW3_MODDEF] ./mod_def.ww3
cp @[INPUTDATA_ROOT_WW3]/@[MESH_WAV] ./mesh.hafs.nc
- if [ ${CNTL_DIR} = "hafs_regional_storm_following_1nest_atm_ocn_wav" ]; then
+ if [ ${CNTL_DIR} = "hafs_regional_storm_following_1nest_atm_ocn_wav_inline" ] || \
+ [ ${CNTL_DIR} = "hafs_regional_storm_following_1nest_atm_ocn_wav_mom6" ] || \
+ [ ${CNTL_DIR} = "hafs_regional_storm_following_1nest_atm_ocn_wav" ]; then
cp @[INPUTDATA_ROOT]/FV3_hafs_input_data/WW3_hafs_regional_input_data/wind.natl_6m_2020082512 ./wind.ww3
else
cp @[INPUTDATA_ROOT_WW3]/wind.natl_6m ./wind.ww3
diff --git a/tests/fv3_conf/hycom_hat10_run.IN b/tests/fv3_conf/hycom_hat10_run.IN
index 740e65bbfd..68a8980fb9 100644
--- a/tests/fv3_conf/hycom_hat10_run.IN
+++ b/tests/fv3_conf/hycom_hat10_run.IN
@@ -1,6 +1,7 @@
if [ ${CNTL_DIR} = "hafs_regional_storm_following_1nest_atm_ocn" ] || \
[ ${CNTL_DIR} = "hafs_regional_storm_following_1nest_atm_ocn_debug" ] || \
+ [ ${CNTL_DIR} = "hafs_regional_storm_following_1nest_atm_ocn_wav_inline" ] || \
[ ${CNTL_DIR} = "hafs_regional_storm_following_1nest_atm_ocn_wav" ]; then
rsync -arv @[INPUTDATA_ROOT]/FV3_hafs_input_data/HYCOM_hafs_regional_input_data/. ./
else
diff --git a/tests/logs/OpnReqTests_control_p8_hera.log b/tests/logs/OpnReqTests_control_p8_hera.log
index 9b25fd6a40..3fc2ff7201 100644
--- a/tests/logs/OpnReqTests_control_p8_hera.log
+++ b/tests/logs/OpnReqTests_control_p8_hera.log
@@ -1,11 +1,11 @@
-Wed Jan 31 19:20:35 UTC 2024
+Wed Feb 28 15:14:11 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_24457/control_p8_gnu_bit_base
-Checking test bit_base control_p8_gnu results ....
-Moving baseline bit_base control_p8_gnu files ....
+working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_165959/bit_base_bit_base
+Checking test bit_base results ....
+Moving baseline bit_base files ....
Moving sfcf000.nc .........OK
Moving sfcf021.nc .........OK
Moving sfcf024.nc .........OK
@@ -51,16 +51,16 @@ Moving baseline bit_base control_p8_gnu 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 = 283.367920
- 0: The maximum resident set size (KB) = 1304280
+ 0: The total amount of wall time = 281.461889
+ 0: The maximum resident set size (KB) = 1300600
-Test bit_base control_p8_gnu PASS
+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_24457/control_p8_gnu_dbg_base
-Checking test dbg_base control_p8_gnu results ....
-Moving baseline dbg_base control_p8_gnu files ....
+working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_165959/dbg_base_dbg_base
+Checking test dbg_base results ....
+Moving baseline dbg_base files ....
Moving sfcf000.nc .........OK
Moving sfcf021.nc .........OK
Moving sfcf024.nc .........OK
@@ -106,178 +106,178 @@ Moving baseline dbg_base control_p8_gnu 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 = 925.385783
- 0: The maximum resident set size (KB) = 1289116
+ 0: The total amount of wall time = 901.527002
+ 0: The maximum resident set size (KB) = 1282896
-Test dbg_base control_p8_gnu PASS
+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_24457/control_p8_gnu_dcp
-Checking test dcp control_p8_gnu results ....
- Comparing sfcf000.nc .........OK
- Comparing sfcf021.nc .........OK
- Comparing sfcf024.nc .........OK
- Comparing atmf000.nc .........OK
- Comparing atmf021.nc .........OK
- Comparing atmf024.nc .........OK
- Comparing GFSFLX.GrbF00 .........OK
- Comparing GFSFLX.GrbF21 .........OK
- Comparing GFSFLX.GrbF24 .........OK
- Comparing GFSPRS.GrbF00 .........OK
- Comparing GFSPRS.GrbF21 .........OK
- Comparing GFSPRS.GrbF24 .........OK
- Comparing RESTART/20210323.060000.coupler.res .........OK
- Comparing RESTART/20210323.060000.fv_core.res.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile1.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile2.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile3.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile4.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile5.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile6.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile1.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile2.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile3.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile4.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile5.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile6.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile1.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile2.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile3.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile4.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile5.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile6.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile1.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile2.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile3.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile4.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK
+working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_165959/dcp_dcp
+Checking test dcp results ....
+ Comparing sfcf000.nc .....USING NCCMP......OK
+ Comparing sfcf021.nc .....USING NCCMP......OK
+ Comparing sfcf024.nc .....USING NCCMP......OK
+ Comparing atmf000.nc .....USING NCCMP......OK
+ Comparing atmf021.nc .....USING NCCMP......OK
+ Comparing atmf024.nc .....USING NCCMP......OK
+ Comparing GFSFLX.GrbF00 .....USING CMP......OK
+ Comparing GFSFLX.GrbF21 .....USING CMP......OK
+ Comparing GFSFLX.GrbF24 .....USING CMP......OK
+ Comparing GFSPRS.GrbF00 .....USING CMP......OK
+ Comparing GFSPRS.GrbF21 .....USING CMP......OK
+ Comparing GFSPRS.GrbF24 .....USING CMP......OK
+ Comparing RESTART/20210323.060000.coupler.res .....USING CMP......OK
+ Comparing RESTART/20210323.060000.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
- 0: The total amount of wall time = 251.670387
- 0: The maximum resident set size (KB) = 1281048
+ 0: The total amount of wall time = 249.770627
+ 0: The maximum resident set size (KB) = 1280800
-Test dcp control_p8_gnu PASS
+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_24457/control_p8_gnu_mpi
-Checking test mpi control_p8_gnu results ....
- Comparing sfcf000.nc .........OK
- Comparing sfcf021.nc .........OK
- Comparing sfcf024.nc .........OK
- Comparing atmf000.nc .........OK
- Comparing atmf021.nc .........OK
- Comparing atmf024.nc .........OK
- Comparing GFSFLX.GrbF00 .........OK
- Comparing GFSFLX.GrbF21 .........OK
- Comparing GFSFLX.GrbF24 .........OK
- Comparing GFSPRS.GrbF00 .........OK
- Comparing GFSPRS.GrbF21 .........OK
- Comparing GFSPRS.GrbF24 .........OK
- Comparing RESTART/20210323.060000.coupler.res .........OK
- Comparing RESTART/20210323.060000.fv_core.res.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile1.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile2.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile3.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile4.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile5.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile6.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile1.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile2.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile3.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile4.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile5.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile6.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile1.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile2.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile3.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile4.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile5.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile6.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile1.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile2.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile3.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile4.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK
+working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_165959/mpi_mpi
+Checking test mpi results ....
+ Comparing sfcf000.nc .....USING NCCMP......OK
+ Comparing sfcf021.nc .....USING NCCMP......OK
+ Comparing sfcf024.nc .....USING NCCMP......OK
+ Comparing atmf000.nc .....USING NCCMP......OK
+ Comparing atmf021.nc .....USING NCCMP......OK
+ Comparing atmf024.nc .....USING NCCMP......OK
+ Comparing GFSFLX.GrbF00 .....USING CMP......OK
+ Comparing GFSFLX.GrbF21 .....USING CMP......OK
+ Comparing GFSFLX.GrbF24 .....USING CMP......OK
+ Comparing GFSPRS.GrbF00 .....USING CMP......OK
+ Comparing GFSPRS.GrbF21 .....USING CMP......OK
+ Comparing GFSPRS.GrbF24 .....USING CMP......OK
+ Comparing RESTART/20210323.060000.coupler.res .....USING CMP......OK
+ Comparing RESTART/20210323.060000.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
- 0: The total amount of wall time = 252.393805
- 0: The maximum resident set size (KB) = 1280764
+ 0: The total amount of wall time = 252.183005
+ 0: The maximum resident set size (KB) = 1280256
-Test mpi control_p8_gnu PASS
+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_24457/control_p8_gnu_rst
-Checking test rst control_p8_gnu results ....
- Comparing sfcf000.nc .........OK
- Comparing sfcf021.nc .........OK
- Comparing sfcf024.nc .........OK
- Comparing atmf000.nc .........OK
- Comparing atmf021.nc .........OK
- Comparing atmf024.nc .........OK
- Comparing GFSFLX.GrbF00 .........OK
- Comparing GFSFLX.GrbF21 .........OK
- Comparing GFSFLX.GrbF24 .........OK
- Comparing GFSPRS.GrbF00 .........OK
- Comparing GFSPRS.GrbF21 .........OK
- Comparing GFSPRS.GrbF24 .........OK
- Comparing RESTART/20210323.060000.coupler.res .........OK
- Comparing RESTART/20210323.060000.fv_core.res.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile1.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile2.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile3.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile4.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile5.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile6.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile1.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile2.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile3.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile4.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile5.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile6.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile1.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile2.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile3.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile4.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile5.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile6.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile1.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile2.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile3.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile4.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK
+working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_165959/rst_rst
+Checking test rst results ....
+ Comparing sfcf000.nc .....USING NCCMP......OK
+ Comparing sfcf021.nc .....USING NCCMP......OK
+ Comparing sfcf024.nc .....USING NCCMP......OK
+ Comparing atmf000.nc .....USING NCCMP......OK
+ Comparing atmf021.nc .....USING NCCMP......OK
+ Comparing atmf024.nc .....USING NCCMP......OK
+ Comparing GFSFLX.GrbF00 .....USING CMP......OK
+ Comparing GFSFLX.GrbF21 .....USING CMP......OK
+ Comparing GFSFLX.GrbF24 .....USING CMP......OK
+ Comparing GFSPRS.GrbF00 .....USING CMP......OK
+ Comparing GFSPRS.GrbF21 .....USING CMP......OK
+ Comparing GFSPRS.GrbF24 .....USING CMP......OK
+ Comparing RESTART/20210323.060000.coupler.res .....USING CMP......OK
+ Comparing RESTART/20210323.060000.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
- 0: The total amount of wall time = 253.888089
- 0: The maximum resident set size (KB) = 1285060
+ 0: The total amount of wall time = 249.439187
+ 0: The maximum resident set size (KB) = 1279912
-Test rst control_p8_gnu PASS
+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_24457/control_p8_gnu_std_base
-Checking test std_base control_p8_gnu results ....
-Moving baseline std_base control_p8_gnu files ....
+working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_165959/std_base_std_base
+Checking test std_base results ....
+Moving baseline std_base files ....
Moving sfcf000.nc .........OK
Moving sfcf021.nc .........OK
Moving sfcf024.nc .........OK
@@ -323,65 +323,65 @@ Moving baseline std_base control_p8_gnu 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 = 249.734159
- 0: The maximum resident set size (KB) = 1283704
+ 0: The total amount of wall time = 255.032590
+ 0: The maximum resident set size (KB) = 1278480
-Test std_base control_p8_gnu PASS
+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_24457/control_p8_gnu_thr
-Checking test thr control_p8_gnu results ....
- Comparing sfcf000.nc .........OK
- Comparing sfcf021.nc .........OK
- Comparing sfcf024.nc .........OK
- Comparing atmf000.nc .........OK
- Comparing atmf021.nc .........OK
- Comparing atmf024.nc .........OK
- Comparing GFSFLX.GrbF00 .........OK
- Comparing GFSFLX.GrbF21 .........OK
- Comparing GFSFLX.GrbF24 .........OK
- Comparing GFSPRS.GrbF00 .........OK
- Comparing GFSPRS.GrbF21 .........OK
- Comparing GFSPRS.GrbF24 .........OK
- Comparing RESTART/20210323.060000.coupler.res .........OK
- Comparing RESTART/20210323.060000.fv_core.res.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile1.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile2.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile3.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile4.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile5.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile6.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile1.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile2.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile3.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile4.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile5.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile6.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile1.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile2.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile3.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile4.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile5.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile6.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile1.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile2.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile3.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile4.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK
+working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_165959/thr_thr
+Checking test thr results ....
+ Comparing sfcf000.nc .....USING NCCMP......OK
+ Comparing sfcf021.nc .....USING NCCMP......OK
+ Comparing sfcf024.nc .....USING NCCMP......OK
+ Comparing atmf000.nc .....USING NCCMP......OK
+ Comparing atmf021.nc .....USING NCCMP......OK
+ Comparing atmf024.nc .....USING NCCMP......OK
+ Comparing GFSFLX.GrbF00 .....USING CMP......OK
+ Comparing GFSFLX.GrbF21 .....USING CMP......OK
+ Comparing GFSFLX.GrbF24 .....USING CMP......OK
+ Comparing GFSPRS.GrbF00 .....USING CMP......OK
+ Comparing GFSPRS.GrbF21 .....USING CMP......OK
+ Comparing GFSPRS.GrbF24 .....USING CMP......OK
+ Comparing RESTART/20210323.060000.coupler.res .....USING CMP......OK
+ Comparing RESTART/20210323.060000.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
- 0: The total amount of wall time = 247.695087
- 0: The maximum resident set size (KB) = 1280276
+ 0: The total amount of wall time = 251.992809
+ 0: The maximum resident set size (KB) = 1280792
-Test thr control_p8_gnu PASS
+Test thr PASS
OPERATION REQUIREMENT TEST WAS SUCCESSFUL
-Wed Jan 31 22:36:38 UTC 2024
-Elapsed time: 03h:16m:04s. Have a nice day!
+Wed Feb 28 16:27:22 UTC 2024
+Elapsed time: 01h:13m:11s. 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 b5f4b9de4f..27ff848110 100644
--- a/tests/logs/OpnReqTests_cpld_control_nowave_noaero_p8_hera.log
+++ b/tests/logs/OpnReqTests_cpld_control_nowave_noaero_p8_hera.log
@@ -1,11 +1,11 @@
-Thu Feb 1 02:24:12 UTC 2024
+Wed Feb 28 18:25:43 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_208866/cpld_control_nowave_noaero_p8_gnu_dbg_base
-Checking test dbg_base cpld_control_nowave_noaero_p8_gnu results ....
-Moving baseline dbg_base cpld_control_nowave_noaero_p8_gnu files ....
+working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_114547/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
@@ -66,85 +66,85 @@ Moving baseline dbg_base cpld_control_nowave_noaero_p8_gnu 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 = 1241.703813
- 0: The maximum resident set size (KB) = 1409892
+ 0: The total amount of wall time = 1260.280333
+ 0: The maximum resident set size (KB) = 1412828
-Test dbg_base cpld_control_nowave_noaero_p8_gnu PASS
+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_208866/cpld_control_nowave_noaero_p8_gnu_rst
-Checking test rst cpld_control_nowave_noaero_p8_gnu results ....
- Comparing sfcf021.tile1.nc .........OK
- Comparing sfcf021.tile2.nc .........OK
- Comparing sfcf021.tile3.nc .........OK
- Comparing sfcf021.tile4.nc .........OK
- Comparing sfcf021.tile5.nc .........OK
- Comparing sfcf021.tile6.nc .........OK
- Comparing atmf021.tile1.nc .........OK
- Comparing atmf021.tile2.nc .........OK
- Comparing atmf021.tile3.nc .........OK
- Comparing atmf021.tile4.nc .........OK
- Comparing atmf021.tile5.nc .........OK
- Comparing atmf021.tile6.nc .........OK
- Comparing sfcf024.tile1.nc .........OK
- Comparing sfcf024.tile2.nc .........OK
- Comparing sfcf024.tile3.nc .........OK
- Comparing sfcf024.tile4.nc .........OK
- Comparing sfcf024.tile5.nc .........OK
- Comparing sfcf024.tile6.nc .........OK
- Comparing atmf024.tile1.nc .........OK
- Comparing atmf024.tile2.nc .........OK
- Comparing atmf024.tile3.nc .........OK
- Comparing atmf024.tile4.nc .........OK
- Comparing atmf024.tile5.nc .........OK
- Comparing atmf024.tile6.nc .........OK
- Comparing RESTART/20210323.060000.coupler.res .........OK
- Comparing RESTART/20210323.060000.fv_core.res.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile1.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile2.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile3.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile4.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile5.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile6.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile1.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile2.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile3.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile4.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile5.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile6.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile1.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile2.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile3.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile4.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile5.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile6.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile1.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile2.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile3.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile4.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK
- Comparing RESTART/20210323.060000.MOM.res.nc .........OK
- Comparing RESTART/iced.2021-03-23-21600.nc .........OK
- Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK
+working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_114547/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 = 397.708785
- 0: The maximum resident set size (KB) = 1402992
+ 0: The total amount of wall time = 384.587401
+ 0: The maximum resident set size (KB) = 1391428
-Test rst cpld_control_nowave_noaero_p8_gnu PASS
+Test rst PASS
baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/cpld_control_c96_noaero_p8_std_base_gnu
-working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_208866/cpld_control_nowave_noaero_p8_gnu_std_base
-Checking test std_base cpld_control_nowave_noaero_p8_gnu results ....
-Moving baseline std_base cpld_control_nowave_noaero_p8_gnu files ....
+working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_114547/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
@@ -205,11 +205,11 @@ Moving baseline std_base cpld_control_nowave_noaero_p8_gnu 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 = 385.291097
- 0: The maximum resident set size (KB) = 1402388
+ 0: The total amount of wall time = 383.528966
+ 0: The maximum resident set size (KB) = 1394880
-Test std_base cpld_control_nowave_noaero_p8_gnu PASS
+Test std_base PASS
OPERATION REQUIREMENT TEST WAS SUCCESSFUL
-Thu Feb 1 03:44:26 UTC 2024
-Elapsed time: 01h:20m:14s. Have a nice day!
+Wed Feb 28 21:03:16 UTC 2024
+Elapsed time: 02h:37m:33s. Have a nice day!
diff --git a/tests/logs/OpnReqTests_regional_control_hera.log b/tests/logs/OpnReqTests_regional_control_hera.log
index 2663075317..b38e4a5e4d 100644
--- a/tests/logs/OpnReqTests_regional_control_hera.log
+++ b/tests/logs/OpnReqTests_regional_control_hera.log
@@ -1,29 +1,29 @@
-Wed Jan 31 23:59:22 UTC 2024
+Wed Feb 28 17:31:35 UTC 2024
Start Operation Requirement Test
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_160200/regional_control_gnu_dcp
-Checking test dcp regional_control_gnu results ....
- Comparing dynf000.nc .........OK
- Comparing dynf006.nc .........OK
- Comparing phyf000.nc .........OK
- Comparing phyf006.nc .........OK
- Comparing PRSLEV.GrbF00 .........OK
- Comparing PRSLEV.GrbF06 .........OK
- Comparing NATLEV.GrbF00 .........OK
- Comparing NATLEV.GrbF06 .........OK
+working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_90229/dcp_dcp
+Checking test dcp 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 = 528.769334
- 0: The maximum resident set size (KB) = 590976
+ 0: The total amount of wall time = 516.796008
+ 0: The maximum resident set size (KB) = 590124
-Test dcp regional_control_gnu PASS
+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_160200/regional_control_gnu_std_base
-Checking test std_base regional_control_gnu results ....
-Moving baseline std_base regional_control_gnu files ....
+working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_90229/std_base_std_base
+Checking test std_base results ....
+Moving baseline std_base files ....
Moving dynf000.nc .........OK
Moving dynf006.nc .........OK
Moving phyf000.nc .........OK
@@ -33,29 +33,29 @@ Moving baseline std_base regional_control_gnu files ....
Moving NATLEV.GrbF00 .........OK
Moving NATLEV.GrbF06 .........OK
- 0: The total amount of wall time = 515.226916
- 0: The maximum resident set size (KB) = 590664
+ 0: The total amount of wall time = 512.332064
+ 0: The maximum resident set size (KB) = 590524
-Test std_base regional_control_gnu PASS
+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_160200/regional_control_gnu_thr
-Checking test thr regional_control_gnu results ....
- Comparing dynf000.nc .........OK
- Comparing dynf006.nc .........OK
- Comparing phyf000.nc .........OK
- Comparing phyf006.nc .........OK
- Comparing PRSLEV.GrbF00 .........OK
- Comparing PRSLEV.GrbF06 .........OK
- Comparing NATLEV.GrbF00 .........OK
- Comparing NATLEV.GrbF06 .........OK
-
- 0: The total amount of wall time = 507.542534
- 0: The maximum resident set size (KB) = 589080
-
-Test thr regional_control_gnu PASS
+working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_90229/thr_thr
+Checking test thr 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 = 517.910868
+ 0: The maximum resident set size (KB) = 586524
+
+Test thr PASS
OPERATION REQUIREMENT TEST WAS SUCCESSFUL
-Thu Feb 1 01:39:48 UTC 2024
-Elapsed time: 01h:40m:27s. Have a nice day!
+Wed Feb 28 18:13:30 UTC 2024
+Elapsed time: 00h:41m:55s. Have a nice day!
diff --git a/tests/logs/RegressionTests_gaea.log b/tests/logs/RegressionTests_gaea.log
new file mode 100755
index 0000000000..77b60b1745
--- /dev/null
+++ b/tests/logs/RegressionTests_gaea.log
@@ -0,0 +1,307 @@
+====START OF GAEA REGRESSION TESTING LOG====
+
+UFSWM hash used in testing:
+ee6612850685d9e2b9b0858845eeb3df2dd44e49
+
+Submodule hashes used in testing:
+ 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d)
+ 3d7067a523b8557058755289e4275f5f5c985daf CDEPS-interface/CDEPS (cdeps0.4.17-40-g3d7067a)
+ 620e48fe75d92aa607af7e21f2d8691baddd2851 CICE-interface/CICE (CICE6.0.0-445-g620e48f)
+ 624920ddbd819c76ec37591c24e872308201810e CMEPS-interface/CMEPS (cmeps_v0.4.1-2304-g624920d)
+ cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775)
+ c2a0c34db714ddbc0e650913a9835dfa8f05180c FV3 (remotes/origin/bugfix_tisfc_20240213)
+ 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229)
+ 35789c757766e07f688b4c0c7c5229816f224b09 HYCOM-interface/HYCOM (2.3.00-121-g35789c7)
+ c8a7325c040b4cb1327c55c8248e8e66972239a5 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-9878-gc8a7325c0)
+ 0cd3e23ae5d35ef93e205e4d0c3b13ccc0d851f5 NOAHMP-interface/noahmp (v3.7.1-423-g0cd3e23)
+ 4ffc47e10e3d3f3bbee50251aacb28b7e0165b92 WW3 (6.07.1-344-g4ffc47e1)
+ a5561802021d89a9a1e2b52cb69393efcdc6f71c stochastic_physics (ufs-v2.0.0-199-ga556180)
+
+
+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-20240227
+COMPARISON DIRECTORY: /gpfs/f5/epic/scratch/Jong.Kim/FV3_RT/rt_218944
+
+RT.SH OPTIONS USED:
+* (-a) - HPC PROJECT ACCOUNT: epic
+* (-e) - USE ECFLOW
+
+PASS -- COMPILE 's2swa_32bit_intel' [15:09, 13:10]
+PASS -- TEST 'cpld_control_p8_mixedmode_intel' [08:02, 05:13](3071 MB)
+
+PASS -- COMPILE 's2swa_32bit_pdlib_intel' [22:11, 19:47]
+PASS -- TEST 'cpld_control_gfsv17_intel' [16:04, 13:33](1697 MB)
+PASS -- TEST 'cpld_control_gfsv17_iau_intel' [17:08, 14:19](1813 MB)
+PASS -- TEST 'cpld_restart_gfsv17_intel' [09:07, 06:26](950 MB)
+PASS -- TEST 'cpld_mpi_gfsv17_intel' [16:58, 14:33](1665 MB)
+
+PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [10:08, 07:31]
+PASS -- TEST 'cpld_debug_gfsv17_intel' [28:05, 25:48](1698 MB)
+
+PASS -- COMPILE 's2swa_intel' [16:09, 13:24]
+PASS -- TEST 'cpld_control_p8_intel' [08:12, 06:00](3097 MB)
+PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [08:20, 06:02](3096 MB)
+PASS -- TEST 'cpld_restart_p8_intel' [06:00, 03:34](3155 MB)
+PASS -- TEST 'cpld_control_qr_p8_intel' [09:11, 06:04](3123 MB)
+PASS -- TEST 'cpld_restart_qr_p8_intel' [05:55, 03:39](3176 MB)
+PASS -- TEST 'cpld_2threads_p8_intel' [08:06, 05:26](3412 MB)
+PASS -- TEST 'cpld_decomp_p8_intel' [08:07, 05:53](3097 MB)
+PASS -- TEST 'cpld_mpi_p8_intel' [07:13, 05:05](3021 MB)
+PASS -- TEST 'cpld_control_ciceC_p8_intel' [08:21, 06:02](3097 MB)
+PASS -- TEST 'cpld_control_c192_p8_intel' [13:06, 09:50](3270 MB)
+PASS -- TEST 'cpld_restart_c192_p8_intel' [09:50, 06:49](3599 MB)
+PASS -- TEST 'cpld_bmark_p8_intel' [17:25, 12:14](4035 MB)
+PASS -- TEST 'cpld_restart_bmark_p8_intel' [13:53, 08:31](4343 MB)
+PASS -- TEST 'cpld_s2sa_p8_intel' [08:13, 05:46](3066 MB)
+
+PASS -- COMPILE 's2sw_intel' [14:09, 12:13]
+PASS -- TEST 'cpld_control_noaero_p8_intel' [07:00, 04:29](1682 MB)
+PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [07:03, 04:37](1730 MB)
+
+PASS -- COMPILE 's2swa_debug_intel' [10:08, 07:22]
+PASS -- TEST 'cpld_debug_p8_intel' [11:01, 08:19](3127 MB)
+
+PASS -- COMPILE 's2sw_debug_intel' [09:08, 07:02]
+PASS -- TEST 'cpld_debug_noaero_p8_intel' [07:59, 05:31](1694 MB)
+
+PASS -- COMPILE 's2s_aoflux_intel' [13:08, 11:13]
+PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [07:02, 04:37](1731 MB)
+
+PASS -- COMPILE 's2s_intel' [13:08, 10:55]
+PASS -- TEST 'cpld_control_c48_intel' [08:46, 06:55](2662 MB)
+
+PASS -- COMPILE 's2swa_faster_intel' [18:10, 16:01]
+PASS -- TEST 'cpld_control_p8_faster_intel' [08:04, 05:54](3099 MB)
+
+PASS -- COMPILE 's2sw_pdlib_intel' [20:10, 18:07]
+PASS -- TEST 'cpld_control_pdlib_p8_intel' [17:09, 14:30](1703 MB)
+PASS -- TEST 'cpld_restart_pdlib_p8_intel' [10:09, 07:09](1001 MB)
+PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [19:10, 16:52](1679 MB)
+
+PASS -- COMPILE 's2sw_pdlib_debug_intel' [09:07, 07:06]
+PASS -- TEST 'cpld_debug_pdlib_p8_intel' [29:08, 26:50](1711 MB)
+
+PASS -- COMPILE 'atm_dyn32_intel' [13:08, 11:19]
+PASS -- TEST 'control_flake_intel' [05:24, 03:29](673 MB)
+PASS -- TEST 'control_CubedSphereGrid_intel' [04:29, 02:20](619 MB)
+PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [04:30, 02:24](627 MB)
+PASS -- TEST 'control_latlon_intel' [04:23, 02:20](622 MB)
+PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [04:32, 02:21](623 MB)
+PASS -- TEST 'control_c48_intel' [07:34, 05:39](727 MB)
+PASS -- TEST 'control_c48.v2.sfc_intel' [07:34, 05:36](728 MB)
+PASS -- TEST 'control_c192_intel' [10:30, 08:38](738 MB)
+PASS -- TEST 'control_c384_intel' [18:48, 16:22](1042 MB)
+PASS -- TEST 'control_c384gdas_intel' [17:40, 14:04](1185 MB)
+PASS -- TEST 'control_stochy_intel' [03:23, 01:39](629 MB)
+PASS -- TEST 'control_stochy_restart_intel' [02:19, 01:00](429 MB)
+PASS -- TEST 'control_lndp_intel' [03:23, 01:33](627 MB)
+PASS -- TEST 'control_iovr4_intel' [04:25, 02:19](623 MB)
+PASS -- TEST 'control_iovr5_intel' [04:25, 02:21](623 MB)
+PASS -- TEST 'control_p8_intel' [04:51, 02:42](1606 MB)
+PASS -- TEST 'control_p8.v2.sfc_intel' [04:57, 02:47](1609 MB)
+PASS -- TEST 'control_p8_ugwpv1_intel' [04:46, 02:40](1609 MB)
+PASS -- TEST 'control_restart_p8_intel' [03:38, 01:34](790 MB)
+PASS -- TEST 'control_noqr_p8_intel' [04:42, 02:42](1596 MB)
+PASS -- TEST 'control_restart_noqr_p8_intel' [03:39, 01:34](792 MB)
+PASS -- TEST 'control_decomp_p8_intel' [04:42, 02:49](1594 MB)
+PASS -- TEST 'control_2threads_p8_intel' [04:41, 02:26](1685 MB)
+PASS -- TEST 'control_p8_lndp_intel' [06:36, 04:44](1607 MB)
+PASS -- TEST 'control_p8_rrtmgp_intel' [05:43, 03:37](1657 MB)
+PASS -- TEST 'control_p8_mynn_intel' [04:45, 02:47](1615 MB)
+PASS -- TEST 'merra2_thompson_intel' [05:44, 03:17](1615 MB)
+PASS -- TEST 'regional_control_intel' [06:31, 04:35](615 MB)
+PASS -- TEST 'regional_restart_intel' [04:26, 02:29](789 MB)
+PASS -- TEST 'regional_decomp_intel' [06:30, 04:46](615 MB)
+PASS -- TEST 'regional_2threads_intel' [04:30, 02:49](758 MB)
+PASS -- TEST 'regional_noquilt_intel' [06:33, 04:29](1153 MB)
+PASS -- TEST 'regional_netcdf_parallel_intel' [06:37, 04:36](615 MB)
+PASS -- TEST 'regional_2dwrtdecomp_intel' [06:28, 04:36](615 MB)
+PASS -- TEST 'regional_wofs_intel' [07:29, 05:54](1591 MB)
+
+PASS -- COMPILE 'rrfs_intel' [12:08, 09:47]
+PASS -- TEST 'rap_control_intel' [08:37, 06:35](1010 MB)
+PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [05:50, 03:57](1183 MB)
+PASS -- TEST 'rap_decomp_intel' [08:41, 06:49](1009 MB)
+PASS -- TEST 'rap_2threads_intel' [07:40, 06:01](1093 MB)
+PASS -- TEST 'rap_restart_intel' [05:36, 03:24](880 MB)
+PASS -- TEST 'rap_sfcdiff_intel' [08:43, 06:23](1007 MB)
+PASS -- TEST 'rap_sfcdiff_decomp_intel' [08:42, 06:39](1006 MB)
+PASS -- TEST 'rap_sfcdiff_restart_intel' [06:41, 04:55](879 MB)
+PASS -- TEST 'hrrr_control_intel' [05:34, 03:28](1005 MB)
+PASS -- TEST 'hrrr_control_decomp_intel' [05:35, 03:33](1006 MB)
+PASS -- TEST 'hrrr_control_2threads_intel' [04:41, 02:59](1078 MB)
+PASS -- TEST 'hrrr_control_restart_intel' [03:21, 01:55](837 MB)
+PASS -- TEST 'rrfs_v1beta_intel' [08:44, 06:25](1002 MB)
+PASS -- TEST 'rrfs_v1nssl_intel' [09:26, 07:53](1967 MB)
+PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [09:25, 07:32](1948 MB)
+
+PASS -- COMPILE 'csawmg_intel' [11:08, 09:22]
+PASS -- TEST 'control_csawmg_intel' [07:28, 05:34](695 MB)
+PASS -- TEST 'control_csawmgt_intel' [07:27, 05:34](693 MB)
+PASS -- TEST 'control_ras_intel' [05:21, 03:10](657 MB)
+
+PASS -- COMPILE 'wam_intel' [11:08, 09:07]
+PASS -- TEST 'control_wam_intel' [04:20, 02:08](369 MB)
+
+PASS -- COMPILE 'atm_faster_dyn32_intel' [14:09, 12:05]
+PASS -- TEST 'control_p8_faster_intel' [04:46, 02:36](1607 MB)
+PASS -- TEST 'regional_control_faster_intel' [06:30, 04:26](614 MB)
+
+PASS -- COMPILE 'atm_debug_dyn32_intel' [09:07, 07:02]
+PASS -- TEST 'control_CubedSphereGrid_debug_intel' [04:27, 02:46](780 MB)
+PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [04:29, 02:43](784 MB)
+PASS -- TEST 'control_stochy_debug_intel' [04:20, 03:03](788 MB)
+PASS -- TEST 'control_lndp_debug_intel' [04:20, 02:46](792 MB)
+PASS -- TEST 'control_csawmg_debug_intel' [05:28, 04:03](827 MB)
+PASS -- TEST 'control_csawmgt_debug_intel' [06:28, 04:07](828 MB)
+PASS -- TEST 'control_ras_debug_intel' [04:20, 02:45](798 MB)
+PASS -- TEST 'control_diag_debug_intel' [04:25, 02:50](846 MB)
+PASS -- TEST 'control_debug_p8_intel' [04:36, 02:48](1622 MB)
+PASS -- TEST 'regional_debug_intel' [18:42, 16:14](638 MB)
+PASS -- TEST 'rap_control_debug_intel' [06:25, 04:58](1169 MB)
+PASS -- TEST 'hrrr_control_debug_intel' [06:24, 04:43](1168 MB)
+PASS -- TEST 'hrrr_gf_debug_intel' [06:25, 04:59](1170 MB)
+PASS -- TEST 'hrrr_c3_debug_intel' [06:24, 04:53](1170 MB)
+PASS -- TEST 'rap_unified_drag_suite_debug_intel' [06:23, 04:53](1169 MB)
+PASS -- TEST 'rap_diag_debug_intel' [07:30, 05:08](1254 MB)
+PASS -- TEST 'rap_cires_ugwp_debug_intel' [06:23, 05:02](1169 MB)
+PASS -- TEST 'rap_unified_ugwp_debug_intel' [06:22, 04:59](1170 MB)
+PASS -- TEST 'rap_lndp_debug_intel' [06:24, 04:59](1171 MB)
+PASS -- TEST 'rap_progcld_thompson_debug_intel' [06:24, 04:55](1169 MB)
+PASS -- TEST 'rap_noah_debug_intel' [07:24, 05:28](1169 MB)
+PASS -- TEST 'rap_sfcdiff_debug_intel' [06:23, 04:55](1168 MB)
+PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [09:24, 08:01](1169 MB)
+PASS -- TEST 'rrfs_v1beta_debug_intel' [06:23, 04:52](1166 MB)
+PASS -- TEST 'rap_clm_lake_debug_intel' [07:22, 05:49](1171 MB)
+PASS -- TEST 'rap_flake_debug_intel' [06:21, 04:55](1169 MB)
+PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [10:40, 08:23](1174 MB)
+
+PASS -- COMPILE 'wam_debug_intel' [07:07, 05:22]
+PASS -- TEST 'control_wam_debug_intel' [06:19, 04:53](396 MB)
+
+PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [11:08, 09:07]
+PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [05:49, 03:48](1053 MB)
+PASS -- TEST 'rap_control_dyn32_phy32_intel' [07:35, 05:27](888 MB)
+PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [04:38, 03:01](884 MB)
+PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [06:39, 05:04](948 MB)
+PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [04:40, 02:38](936 MB)
+PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [05:36, 03:08](886 MB)
+PASS -- TEST 'rap_restart_dyn32_phy32_intel' [06:39, 04:06](782 MB)
+PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [03:21, 01:42](764 MB)
+
+PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [13:08, 11:27]
+PASS -- TEST 'conus13km_control_intel' [03:41, 01:57](1094 MB)
+PASS -- TEST 'conus13km_2threads_intel' [04:32, 01:03](1074 MB)
+PASS -- TEST 'conus13km_restart_mismatch_intel' [03:28, 01:16](974 MB)
+
+PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [11:08, 09:18]
+PASS -- TEST 'rap_control_dyn64_phy32_intel' [05:42, 03:53](904 MB)
+
+PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [07:07, 05:33]
+PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [06:22, 04:53](1048 MB)
+PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [06:21, 04:39](1048 MB)
+PASS -- TEST 'conus13km_debug_intel' [15:43, 13:37](1129 MB)
+PASS -- TEST 'conus13km_debug_qr_intel' [15:42, 13:56](803 MB)
+PASS -- TEST 'conus13km_debug_2threads_intel' [09:36, 08:02](1110 MB)
+PASS -- TEST 'conus13km_radar_tten_debug_intel' [15:39, 13:57](1196 MB)
+
+PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [07:07, 05:30]
+PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [07:24, 05:21](1067 MB)
+
+PASS -- COMPILE 'hafsw_intel' [13:08, 11:15]
+PASS -- TEST 'hafs_regional_atm_intel' [08:06, 05:18](708 MB)
+PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [06:25, 04:26](1056 MB)
+PASS -- TEST 'hafs_regional_atm_ocn_intel' [10:17, 07:31](752 MB)
+PASS -- TEST 'hafs_regional_atm_wav_intel' [14:08, 11:43](784 MB)
+PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [15:18, 12:48](791 MB)
+PASS -- TEST 'hafs_regional_1nest_atm_intel' [07:58, 05:16](473 MB)
+PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [09:19, 06:43](500 MB)
+PASS -- TEST 'hafs_global_1nest_atm_intel' [04:51, 02:55](373 MB)
+PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [12:06, 08:00](435 MB)
+PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [06:47, 03:44](509 MB)
+PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [05:54, 03:30](509 MB)
+PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [06:51, 04:41](573 MB)
+PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [03:29, 01:45](401 MB)
+PASS -- TEST 'gnv1_nested_intel' [05:55, 03:59](762 MB)
+
+PASS -- COMPILE 'hafsw_debug_intel' [09:08, 06:34]
+PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [14:54, 13:06](585 MB)
+
+PASS -- COMPILE 'hafsw_faster_intel' [16:09, 14:24]
+PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [09:56, 07:41](613 MB)
+PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [09:58, 07:44](784 MB)
+
+PASS -- COMPILE 'hafs_mom6w_intel' [14:09, 12:02]
+PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [07:55, 06:01](787 MB)
+
+PASS -- COMPILE 'hafs_all_intel' [13:09, 11:08]
+PASS -- TEST 'hafs_regional_docn_intel' [08:09, 05:58](746 MB)
+PASS -- TEST 'hafs_regional_docn_oisst_intel' [08:07, 06:02](730 MB)
+PASS -- TEST 'hafs_regional_datm_cdeps_intel' [22:04, 20:06](893 MB)
+
+PASS -- COMPILE 'datm_cdeps_intel' [12:08, 10:07]
+PASS -- TEST 'datm_cdeps_control_cfsr_intel' [04:19, 02:33](745 MB)
+PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [03:18, 01:33](747 MB)
+PASS -- TEST 'datm_cdeps_control_gefs_intel' [04:18, 02:24](639 MB)
+PASS -- TEST 'datm_cdeps_iau_gefs_intel' [04:18, 02:24](639 MB)
+PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [04:18, 02:26](635 MB)
+PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [04:18, 02:31](758 MB)
+PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [04:18, 02:32](759 MB)
+PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [04:18, 02:23](639 MB)
+PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [07:43, 05:55](692 MB)
+PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [07:42, 05:51](675 MB)
+PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [04:16, 02:33](758 MB)
+PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [06:20, 04:33](2014 MB)
+PASS -- TEST 'datm_cdeps_gfs_intel' [06:20, 04:33](2013 MB)
+
+PASS -- COMPILE 'datm_cdeps_debug_intel' [07:07, 05:18]
+PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [07:19, 05:17](741 MB)
+
+PASS -- COMPILE 'datm_cdeps_faster_intel' [12:08, 10:05]
+PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [04:18, 02:31](758 MB)
+
+PASS -- COMPILE 'datm_cdeps_land_intel' [04:06, 02:03]
+PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [03:38, 01:22](309 MB)
+PASS -- TEST 'datm_cdeps_lnd_era5_intel' [03:32, 01:09](456 MB)
+PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [02:31, 00:56](456 MB)
+
+PASS -- COMPILE 'atml_intel' [13:09, 11:22]
+PASS -- TEST 'control_p8_atmlnd_sbs_intel' [09:05, 06:17](1640 MB)
+PASS -- TEST 'control_p8_atmlnd_intel' [09:02, 06:15](1640 MB)
+PASS -- TEST 'control_restart_p8_atmlnd_intel' [05:33, 03:24](835 MB)
+
+PASS -- COMPILE 'atmw_intel' [12:09, 10:26]
+PASS -- TEST 'atmwav_control_noaero_p8_intel' [03:43, 01:45](1647 MB)
+
+PASS -- COMPILE 'atmwm_intel' [12:09, 10:26]
+PASS -- TEST 'control_atmwav_intel' [03:35, 01:39](640 MB)
+
+PASS -- COMPILE 'atmaero_intel' [11:08, 09:47]
+PASS -- TEST 'atmaero_control_p8_intel' [05:47, 04:02](2946 MB)
+PASS -- TEST 'atmaero_control_p8_rad_intel' [06:48, 04:35](3012 MB)
+PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [06:41, 04:52](3019 MB)
+
+PASS -- COMPILE 'atmaq_intel' [11:08, 09:48]
+
+PASS -- COMPILE 'atmaq_debug_intel' [08:08, 06:07]
+PASS -- TEST 'regional_atmaq_debug_intel' [20:16, 18:11](4485 MB)
+
+SYNOPSIS:
+Starting Date/Time: 20240229 11:15:07
+Ending Date/Time: 20240229 12:38:47
+Total Time: 01h:24m:02s
+Compiles Completed: 39/39
+Tests Completed: 182/182
+
+NOTES:
+A file 'test_changes.list' was generated but is empty.
+If you are using this log as a pull request verification, please commit 'test_changes.list'.
+
+Result: SUCCESS
+
+====END OF GAEA REGRESSION TESTING LOG====
diff --git a/tests/logs/RegressionTests_hercules.log b/tests/logs/RegressionTests_hercules.log
index 4645313e57..98d94e2a3e 100644
--- a/tests/logs/RegressionTests_hercules.log
+++ b/tests/logs/RegressionTests_hercules.log
@@ -1,7755 +1,388 @@
-Wed Jan 31 14:48:57 CST 2024
-Start Regression test
+====START OF HERCULES REGRESSION TESTING LOG====
-Testing UFSWM Hash: 2d9959c5ab71b771c51e1d5995792df7c00e0a9c
-Testing With Submodule Hashes:
- 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d)
- 89603d16f39675624fc8518da50d9515cd5f18c6 CDEPS-interface/CDEPS (cdeps0.4.17-39-g89603d1)
- 620e48fe75d92aa607af7e21f2d8691baddd2851 CICE-interface/CICE (CICE6.0.0-445-g620e48f)
- 7437f73df4b43e8924b6493c5067544af097ad78 CMEPS-interface/CMEPS (cmeps_v0.4.1-2305-g7437f73)
- cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775)
- b7587dfeacd95f43da0595dee42b78a2d78653e9 FV3 (remotes/origin/feature/hafsv2_baseline_with_ssc)
- 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229)
- 35789c757766e07f688b4c0c7c5229816f224b09 HYCOM-interface/HYCOM (2.3.00-121-g35789c7)
- c8a7325c040b4cb1327c55c8248e8e66972239a5 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-9878-gc8a7325c0)
- 0cd3e23ae5d35ef93e205e4d0c3b13ccc0d851f5 NOAHMP-interface/noahmp (v3.7.1-423-g0cd3e23)
- 4ffc47e10e3d3f3bbee50251aacb28b7e0165b92 WW3 (6.07.1-344-g4ffc47e1)
- a5561802021d89a9a1e2b52cb69393efcdc6f71c stochastic_physics (ufs-v2.0.0-199-ga556180)
-Compile atm_debug_dyn32_intel elapsed time 237 seconds. -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 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug
-Compile atm_dyn32_debug_gnu elapsed time 397 seconds. -DAPP=ATM -D32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug
-Compile atm_dyn32_intel elapsed time 418 seconds. -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 -DMPI=ON -DCMAKE_BUILD_TYPE=Release
-Compile atm_dyn32_phy32_debug_gnu elapsed time 672 seconds. -DAPP=ATM -D32BIT=ON -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug
-Compile atm_dyn64_phy32_debug_gnu elapsed time 693 seconds. -DAPP=ATM -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug
-Compile atm_dyn64_phy32_gnu elapsed time 479 seconds. -DAPP=ATM -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release
-Compile atm_faster_dyn32_intel elapsed time 550 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v17_p8,FV3_GFS_v15_thompson_mynn_lam3km -D32BIT=ON -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release
-Compile atm_gnu elapsed time 267 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v16_flake,FV3_GFS_v16_ras,FV3_GFS_v17_p8,FV3_GFS_v17_p8_ugwpv1 -DMPI=ON -DCMAKE_BUILD_TYPE=Release
-Compile atmaero_intel elapsed time 414 seconds. -DAPP=ATMAERO -DCCPP_SUITES=FV3_GFS_v17_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release
-Compile atmaq_debug_intel elapsed time 202 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -DDEBUG=ON -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug
-Compile atmaq_intel elapsed time 410 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release
-Compile atml_intel elapsed time 477 seconds. -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 -DMPI=ON -DCMAKE_BUILD_TYPE=Release
-Compile atmw_intel elapsed time 530 seconds. -DAPP=ATMW -DCCPP_SUITES=FV3_GFS_v17_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release
-Compile atmwm_intel elapsed time 604 seconds. -DAPP=ATMWM -DCCPP_SUITES=FV3_GFS_v16 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release
-Compile csawmg_intel elapsed time 406 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_csawmg,FV3_GFS_v16_ras -DMPI=ON -DCMAKE_BUILD_TYPE=Release
-Compile datm_cdeps_debug_intel elapsed time 198 seconds. -DAPP=NG-GODAS -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON
-Compile datm_cdeps_faster_intel elapsed time 314 seconds. -DAPP=NG-GODAS -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON
-Compile datm_cdeps_gnu elapsed time 955 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON
-Compile datm_cdeps_intel elapsed time 301 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON
-Compile datm_cdeps_land_intel elapsed time 48 seconds. -DAPP=LND -DMPI=ON -DCMAKE_BUILD_TYPE=Release
-Compile hafs_all_intel elapsed time 584 seconds. -DAPP=HAFS-ALL -DCCPP_SUITES=FV3_HAFS_v1_gfdlmp_tedmf,FV3_HAFS_v1_gfdlmp_tedmf_nonsst -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release
-Compile hafsw_debug_intel elapsed time 250 seconds. -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v1_gfdlmp_tedmf_nonsst -D32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug
-Compile hafsw_faster_intel elapsed time 647 seconds. -DAPP=HAFSW -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 -DMPI=ON -DCMAKE_BUILD_TYPE=Release
-Compile hafsw_intel elapsed time 634 seconds. -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 -DMPI=ON -DCMAKE_BUILD_TYPE=Release
-Compile rrfs_dyn32_phy32_debug_intel elapsed time 224 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR,FV3_HRRR_gf -D32BIT=ON -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug
-Compile rrfs_dyn32_phy32_faster_intel elapsed time 542 seconds. -DAPP=ATM -DFASTER=ON -DCCPP_SUITES=FV3_HRRR -D32BIT=ON -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release
-Compile rrfs_dyn32_phy32_gnu elapsed time 286 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -D32BIT=ON -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release
-Compile rrfs_dyn32_phy32_intel elapsed time 408 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -D32BIT=ON -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release
-Compile rrfs_dyn64_phy32_debug_intel elapsed time 223 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug
-Compile rrfs_dyn64_phy32_intel elapsed time 416 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release
-Compile rrfs_gnu elapsed time 268 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_RRFS_v1beta -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release
-Compile rrfs_intel elapsed time 409 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_RRFS_v1beta,FV3_RRFS_v1nssl -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release
-Compile s2s_aoflux_intel elapsed time 532 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8_sfcocn -DCMEPS_AOFLUX=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON
-Compile s2s_gnu elapsed time 943 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON
-Compile s2s_intel elapsed time 540 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON
-Compile s2sw_debug_intel elapsed time 329 seconds. -DAPP=S2SW -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON
-Compile s2sw_intel elapsed time 632 seconds. -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON
-Compile s2sw_pdlib_debug_gnu elapsed time 502 seconds. -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DPDLIB=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON
-Compile s2sw_pdlib_debug_intel elapsed time 244 seconds. -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DPDLIB=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON
-Compile s2sw_pdlib_gnu elapsed time 979 seconds. -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DPDLIB=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON
-Compile s2sw_pdlib_intel elapsed time 934 seconds. -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DPDLIB=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON
-Compile s2swa_32bit_intel elapsed time 683 seconds. -DAPP=S2SWA -D32BIT=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_v17_coupled_p8_ugwpv1 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON
-Compile s2swa_32bit_pdlib_debug_intel elapsed time 347 seconds. -DAPP=S2SWA -D32BIT=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8_ugwpv1 -DPDLIB=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON
-Compile s2swa_32bit_pdlib_intel elapsed time 1028 seconds. -DAPP=S2SWA -D32BIT=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8_ugwpv1 -DPDLIB=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON
-Compile s2swa_debug_gnu elapsed time 711 seconds. -DAPP=S2SWA -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON
-Compile s2swa_debug_intel elapsed time 266 seconds. -DAPP=S2SWA -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON
-Compile s2swa_faster_intel elapsed time 777 seconds. -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON
-Compile s2swa_gnu elapsed time 1125 seconds. -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON
-Compile s2swa_intel elapsed time 631 seconds. -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON
-Compile wam_debug_gnu elapsed time 245 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug
-Compile wam_debug_intel elapsed time 187 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug
-Compile wam_intel elapsed time 384 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/cpld_control_p8_mixedmode_intel
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/cpld_control_p8_mixedmode_intel
-Checking test 001 cpld_control_p8_mixedmode_intel results ....
- Comparing sfcf021.tile1.nc .........OK
- Comparing sfcf021.tile2.nc .........OK
- Comparing sfcf021.tile3.nc .........OK
- Comparing sfcf021.tile4.nc .........OK
- Comparing sfcf021.tile5.nc .........OK
- Comparing sfcf021.tile6.nc .........OK
- Comparing atmf021.tile1.nc .........OK
- Comparing atmf021.tile2.nc .........OK
- Comparing atmf021.tile3.nc .........OK
- Comparing atmf021.tile4.nc .........OK
- Comparing atmf021.tile5.nc .........OK
- Comparing atmf021.tile6.nc .........OK
- Comparing sfcf024.tile1.nc .........OK
- Comparing sfcf024.tile2.nc .........OK
- Comparing sfcf024.tile3.nc .........OK
- Comparing sfcf024.tile4.nc .........OK
- Comparing sfcf024.tile5.nc .........OK
- Comparing sfcf024.tile6.nc .........OK
- Comparing atmf024.tile1.nc .........OK
- Comparing atmf024.tile2.nc .........OK
- Comparing atmf024.tile3.nc .........OK
- Comparing atmf024.tile4.nc .........OK
- Comparing atmf024.tile5.nc .........OK
- Comparing atmf024.tile6.nc .........OK
- Comparing gocart.inst_aod.20210323_0600z.nc4 .........OK
- Comparing RESTART/20210323.060000.coupler.res .........OK
- Comparing RESTART/20210323.060000.fv_core.res.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile1.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile2.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile3.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile4.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile5.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile6.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile1.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile2.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile3.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile4.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile5.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile6.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile1.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile2.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile3.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile4.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile5.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile6.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile1.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile2.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile3.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile4.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK
- Comparing RESTART/20210323.060000.MOM.res.nc .........OK
- Comparing RESTART/iced.2021-03-23-21600.nc .........OK
- Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK
- Comparing 20210323.060000.out_pnt.ww3 .........OK
- Comparing 20210323.060000.out_grd.ww3 .........OK
-
- 0: The total amount of wall time = 476.076373
- 0: The maximum resident set size (KB) = 1891652
-
-Test 001 cpld_control_p8_mixedmode_intel PASS Tries: 2
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/cpld_control_gfsv17_intel
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/cpld_control_gfsv17_intel
-Checking test 002 cpld_control_gfsv17_intel results ....
- Comparing sfcf021.tile1.nc .........OK
- Comparing sfcf021.tile2.nc .........OK
- Comparing sfcf021.tile3.nc .........OK
- Comparing sfcf021.tile4.nc .........OK
- Comparing sfcf021.tile5.nc .........OK
- Comparing sfcf021.tile6.nc .........OK
- Comparing atmf021.tile1.nc .........OK
- Comparing atmf021.tile2.nc .........OK
- Comparing atmf021.tile3.nc .........OK
- Comparing atmf021.tile4.nc .........OK
- Comparing atmf021.tile5.nc .........OK
- Comparing atmf021.tile6.nc .........OK
- Comparing sfcf024.tile1.nc .........OK
- Comparing sfcf024.tile2.nc .........OK
- Comparing sfcf024.tile3.nc .........OK
- Comparing sfcf024.tile4.nc .........OK
- Comparing sfcf024.tile5.nc .........OK
- Comparing sfcf024.tile6.nc .........OK
- Comparing atmf024.tile1.nc .........OK
- Comparing atmf024.tile2.nc .........OK
- Comparing atmf024.tile3.nc .........OK
- Comparing atmf024.tile4.nc .........OK
- Comparing atmf024.tile5.nc .........OK
- Comparing atmf024.tile6.nc .........OK
- Comparing RESTART/20210323.060000.coupler.res .........OK
- Comparing RESTART/20210323.060000.fv_core.res.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile1.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile2.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile3.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile4.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile5.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile6.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile1.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile2.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile3.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile4.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile5.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile6.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile1.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile2.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile3.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile4.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile5.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile6.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile1.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile2.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile3.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile4.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK
- Comparing RESTART/20210323.060000.MOM.res.nc .........OK
- Comparing RESTART/iced.2021-03-23-21600.nc .........OK
- Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK
- Comparing 20210323.060000.out_pnt.ww3 .........OK
- Comparing 20210323.060000.out_grd.ww3 .........OK
-
- 0: The total amount of wall time = 797.084049
- 0: The maximum resident set size (KB) = 1765172
-
-Test 002 cpld_control_gfsv17_intel PASS
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/cpld_control_gfsv17_iau_intel
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/cpld_control_gfsv17_iau_intel
-Checking test 003 cpld_control_gfsv17_iau_intel results ....
- Comparing sfcf024.nc .........OK
- Comparing atmf024.nc .........OK
- Comparing GFSFLX.GrbF24 .........OK
- Comparing GFSPRS.GrbF24 .........OK
- Comparing RESTART/20210323.120000.coupler.res .........OK
- Comparing RESTART/20210323.120000.fv_core.res.nc .........OK
- Comparing RESTART/20210323.120000.fv_core.res.tile1.nc .........OK
- Comparing RESTART/20210323.120000.fv_core.res.tile2.nc .........OK
- Comparing RESTART/20210323.120000.fv_core.res.tile3.nc .........OK
- Comparing RESTART/20210323.120000.fv_core.res.tile4.nc .........OK
- Comparing RESTART/20210323.120000.fv_core.res.tile5.nc .........OK
- Comparing RESTART/20210323.120000.fv_core.res.tile6.nc .........OK
- Comparing RESTART/20210323.120000.fv_srf_wnd.res.tile1.nc .........OK
- Comparing RESTART/20210323.120000.fv_srf_wnd.res.tile2.nc .........OK
- Comparing RESTART/20210323.120000.fv_srf_wnd.res.tile3.nc .........OK
- Comparing RESTART/20210323.120000.fv_srf_wnd.res.tile4.nc .........OK
- Comparing RESTART/20210323.120000.fv_srf_wnd.res.tile5.nc .........OK
- Comparing RESTART/20210323.120000.fv_srf_wnd.res.tile6.nc .........OK
- Comparing RESTART/20210323.120000.fv_tracer.res.tile1.nc .........OK
- Comparing RESTART/20210323.120000.fv_tracer.res.tile2.nc .........OK
- Comparing RESTART/20210323.120000.fv_tracer.res.tile3.nc .........OK
- Comparing RESTART/20210323.120000.fv_tracer.res.tile4.nc .........OK
- Comparing RESTART/20210323.120000.fv_tracer.res.tile5.nc .........OK
- Comparing RESTART/20210323.120000.fv_tracer.res.tile6.nc .........OK
- Comparing RESTART/20210323.120000.phy_data.tile1.nc .........OK
- Comparing RESTART/20210323.120000.phy_data.tile2.nc .........OK
- Comparing RESTART/20210323.120000.phy_data.tile3.nc .........OK
- Comparing RESTART/20210323.120000.phy_data.tile4.nc .........OK
- Comparing RESTART/20210323.120000.phy_data.tile5.nc .........OK
- Comparing RESTART/20210323.120000.phy_data.tile6.nc .........OK
- Comparing RESTART/20210323.120000.sfc_data.tile1.nc .........OK
- Comparing RESTART/20210323.120000.sfc_data.tile2.nc .........OK
- Comparing RESTART/20210323.120000.sfc_data.tile3.nc .........OK
- Comparing RESTART/20210323.120000.sfc_data.tile4.nc .........OK
- Comparing RESTART/20210323.120000.sfc_data.tile5.nc .........OK
- Comparing RESTART/20210323.120000.sfc_data.tile6.nc .........OK
- Comparing RESTART/20210323.120000.MOM.res.nc .........OK
- Comparing RESTART/iced.2021-03-23-43200.nc .........OK
- Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-43200.nc .........OK
- Comparing MOM6_OUTPUT/ocn_2021_03_23_09.nc .........OK
- Comparing history/iceh_06h.2021-03-23-43200.nc ............ALT CHECK......OK
- Comparing 20210323.120000.out_pnt.ww3 .........OK
- Comparing 20210323.120000.out_grd.ww3 .........OK
-
- 0: The total amount of wall time = 835.153360
- 0: The maximum resident set size (KB) = 2189972
-
-Test 003 cpld_control_gfsv17_iau_intel PASS
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/cpld_control_gfsv17_intel
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/cpld_restart_gfsv17_intel
-Checking test 004 cpld_restart_gfsv17_intel results ....
- Comparing sfcf024.tile1.nc .........OK
- Comparing sfcf024.tile1.nc .........OK
- Comparing sfcf024.tile2.nc .........OK
- Comparing sfcf024.tile3.nc .........OK
- Comparing sfcf024.tile4.nc .........OK
- Comparing sfcf024.tile5.nc .........OK
- Comparing sfcf024.tile6.nc .........OK
- Comparing atmf024.tile1.nc .........OK
- Comparing atmf024.tile2.nc .........OK
- Comparing atmf024.tile3.nc .........OK
- Comparing atmf024.tile4.nc .........OK
- Comparing atmf024.tile5.nc .........OK
- Comparing atmf024.tile6.nc .........OK
- Comparing RESTART/20210323.060000.coupler.res .........OK
- Comparing RESTART/20210323.060000.fv_core.res.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile1.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile2.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile3.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile4.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile5.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile6.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile1.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile2.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile3.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile4.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile5.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile6.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile1.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile2.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile3.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile4.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile5.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile6.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile1.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile2.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile3.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile4.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK
- Comparing RESTART/20210323.060000.MOM.res.nc .........OK
- Comparing RESTART/iced.2021-03-23-21600.nc .........OK
- Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK
- Comparing 20210323.060000.out_pnt.ww3 .........OK
- Comparing 20210323.060000.out_grd.ww3 .........OK
-
- 0: The total amount of wall time = 387.471422
- 0: The maximum resident set size (KB) = 1180200
-
-Test 004 cpld_restart_gfsv17_intel PASS
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/cpld_control_gfsv17_intel
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/cpld_mpi_gfsv17_intel
-Checking test 005 cpld_mpi_gfsv17_intel results ....
- Comparing sfcf021.tile1.nc .........OK
- Comparing sfcf021.tile2.nc .........OK
- Comparing sfcf021.tile3.nc .........OK
- Comparing sfcf021.tile4.nc .........OK
- Comparing sfcf021.tile5.nc .........OK
- Comparing sfcf021.tile6.nc .........OK
- Comparing atmf021.tile1.nc .........OK
- Comparing atmf021.tile2.nc .........OK
- Comparing atmf021.tile3.nc .........OK
- Comparing atmf021.tile4.nc .........OK
- Comparing atmf021.tile5.nc .........OK
- Comparing atmf021.tile6.nc .........OK
- Comparing sfcf024.tile1.nc .........OK
- Comparing sfcf024.tile2.nc .........OK
- Comparing sfcf024.tile3.nc .........OK
- Comparing sfcf024.tile4.nc .........OK
- Comparing sfcf024.tile5.nc .........OK
- Comparing sfcf024.tile6.nc .........OK
- Comparing atmf024.tile1.nc .........OK
- Comparing atmf024.tile2.nc .........OK
- Comparing atmf024.tile3.nc .........OK
- Comparing atmf024.tile4.nc .........OK
- Comparing atmf024.tile5.nc .........OK
- Comparing atmf024.tile6.nc .........OK
- Comparing RESTART/20210323.060000.coupler.res .........OK
- Comparing RESTART/20210323.060000.fv_core.res.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile1.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile2.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile3.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile4.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile5.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile6.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile1.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile2.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile3.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile4.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile5.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile6.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile1.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile2.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile3.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile4.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile5.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile6.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile1.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile2.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile3.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile4.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK
- Comparing RESTART/20210323.060000.MOM.res.nc .........OK
- Comparing RESTART/iced.2021-03-23-21600.nc .........OK
- Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK
- Comparing 20210323.060000.out_pnt.ww3 .........OK
- Comparing 20210323.060000.out_grd.ww3 .........OK
-
- 0: The total amount of wall time = 896.751138
- 0: The maximum resident set size (KB) = 1685012
-
-Test 005 cpld_mpi_gfsv17_intel PASS
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/cpld_debug_gfsv17_intel
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/cpld_debug_gfsv17_intel
-Checking test 006 cpld_debug_gfsv17_intel results ....
- Comparing sfcf003.tile1.nc .........OK
- Comparing sfcf003.tile2.nc .........OK
- Comparing sfcf003.tile3.nc .........OK
- Comparing sfcf003.tile4.nc .........OK
- Comparing sfcf003.tile5.nc .........OK
- Comparing sfcf003.tile6.nc .........OK
- Comparing atmf003.tile1.nc .........OK
- Comparing atmf003.tile2.nc .........OK
- Comparing atmf003.tile3.nc .........OK
- Comparing atmf003.tile4.nc .........OK
- Comparing atmf003.tile5.nc .........OK
- Comparing atmf003.tile6.nc .........OK
- Comparing RESTART/20210322.090000.coupler.res .........OK
- Comparing RESTART/20210322.090000.fv_core.res.nc .........OK
- Comparing RESTART/20210322.090000.fv_core.res.tile1.nc .........OK
- Comparing RESTART/20210322.090000.fv_core.res.tile2.nc .........OK
- Comparing RESTART/20210322.090000.fv_core.res.tile3.nc .........OK
- Comparing RESTART/20210322.090000.fv_core.res.tile4.nc .........OK
- Comparing RESTART/20210322.090000.fv_core.res.tile5.nc .........OK
- Comparing RESTART/20210322.090000.fv_core.res.tile6.nc .........OK
- Comparing RESTART/20210322.090000.fv_srf_wnd.res.tile1.nc .........OK
- Comparing RESTART/20210322.090000.fv_srf_wnd.res.tile2.nc .........OK
- Comparing RESTART/20210322.090000.fv_srf_wnd.res.tile3.nc .........OK
- Comparing RESTART/20210322.090000.fv_srf_wnd.res.tile4.nc .........OK
- Comparing RESTART/20210322.090000.fv_srf_wnd.res.tile5.nc .........OK
- Comparing RESTART/20210322.090000.fv_srf_wnd.res.tile6.nc .........OK
- Comparing RESTART/20210322.090000.fv_tracer.res.tile1.nc .........OK
- Comparing RESTART/20210322.090000.fv_tracer.res.tile2.nc .........OK
- Comparing RESTART/20210322.090000.fv_tracer.res.tile3.nc .........OK
- Comparing RESTART/20210322.090000.fv_tracer.res.tile4.nc .........OK
- Comparing RESTART/20210322.090000.fv_tracer.res.tile5.nc .........OK
- Comparing RESTART/20210322.090000.fv_tracer.res.tile6.nc .........OK
- Comparing RESTART/20210322.090000.phy_data.tile1.nc .........OK
- Comparing RESTART/20210322.090000.phy_data.tile2.nc .........OK
- Comparing RESTART/20210322.090000.phy_data.tile3.nc .........OK
- Comparing RESTART/20210322.090000.phy_data.tile4.nc .........OK
- Comparing RESTART/20210322.090000.phy_data.tile5.nc .........OK
- Comparing RESTART/20210322.090000.phy_data.tile6.nc .........OK
- Comparing RESTART/20210322.090000.sfc_data.tile1.nc .........OK
- Comparing RESTART/20210322.090000.sfc_data.tile2.nc .........OK
- Comparing RESTART/20210322.090000.sfc_data.tile3.nc .........OK
- Comparing RESTART/20210322.090000.sfc_data.tile4.nc .........OK
- Comparing RESTART/20210322.090000.sfc_data.tile5.nc .........OK
- Comparing RESTART/20210322.090000.sfc_data.tile6.nc .........OK
- Comparing RESTART/20210322.090000.MOM.res.nc .........OK
- Comparing RESTART/iced.2021-03-22-32400.nc .........OK
- Comparing RESTART/ufs.cpld.cpl.r.2021-03-22-32400.nc .........OK
- Comparing 20210322.090000.out_pnt.ww3 .........OK
- Comparing 20210322.090000.out_grd.ww3 .........OK
-
- 0: The total amount of wall time = 1212.767373
- 0: The maximum resident set size (KB) = 1725936
-
-Test 006 cpld_debug_gfsv17_intel PASS
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/cpld_control_p8_intel
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/cpld_control_p8_intel
-Checking test 007 cpld_control_p8_intel results ....
- Comparing sfcf021.tile1.nc .........OK
- Comparing sfcf021.tile2.nc .........OK
- Comparing sfcf021.tile3.nc .........OK
- Comparing sfcf021.tile4.nc .........OK
- Comparing sfcf021.tile5.nc .........OK
- Comparing sfcf021.tile6.nc .........OK
- Comparing atmf021.tile1.nc .........OK
- Comparing atmf021.tile2.nc .........OK
- Comparing atmf021.tile3.nc .........OK
- Comparing atmf021.tile4.nc .........OK
- Comparing atmf021.tile5.nc .........OK
- Comparing atmf021.tile6.nc .........OK
- Comparing sfcf024.tile1.nc .........OK
- Comparing sfcf024.tile2.nc .........OK
- Comparing sfcf024.tile3.nc .........OK
- Comparing sfcf024.tile4.nc .........OK
- Comparing sfcf024.tile5.nc .........OK
- Comparing sfcf024.tile6.nc .........OK
- Comparing atmf024.tile1.nc .........OK
- Comparing atmf024.tile2.nc .........OK
- Comparing atmf024.tile3.nc .........OK
- Comparing atmf024.tile4.nc .........OK
- Comparing atmf024.tile5.nc .........OK
- Comparing atmf024.tile6.nc .........OK
- Comparing gocart.inst_aod.20210323_0600z.nc4 .........OK
- Comparing RESTART/20210323.060000.coupler.res .........OK
- Comparing RESTART/20210323.060000.fv_core.res.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile1.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile2.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile3.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile4.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile5.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile6.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile1.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile2.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile3.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile4.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile5.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile6.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile1.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile2.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile3.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile4.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile5.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile6.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile1.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile2.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile3.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile4.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK
- Comparing RESTART/20210323.060000.MOM.res.nc .........OK
- Comparing RESTART/iced.2021-03-23-21600.nc .........OK
- Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK
- Comparing 20210323.060000.out_pnt.ww3 .........OK
- Comparing 20210323.060000.out_grd.ww3 .........OK
-
- 0: The total amount of wall time = 443.764221
- 0: The maximum resident set size (KB) = 2083176
-
-Test 007 cpld_control_p8_intel PASS
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/cpld_control_p8_intel
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/cpld_restart_p8_intel
-Checking test 008 cpld_restart_p8_intel results ....
- Comparing sfcf024.tile1.nc .........OK
- Comparing sfcf024.tile2.nc .........OK
- Comparing sfcf024.tile3.nc .........OK
- Comparing sfcf024.tile4.nc .........OK
- Comparing sfcf024.tile5.nc .........OK
- Comparing sfcf024.tile6.nc .........OK
- Comparing atmf024.tile1.nc .........OK
- Comparing atmf024.tile2.nc .........OK
- Comparing atmf024.tile3.nc .........OK
- Comparing atmf024.tile4.nc .........OK
- Comparing atmf024.tile5.nc .........OK
- Comparing atmf024.tile6.nc .........OK
- Comparing gocart.inst_aod.20210323_0600z.nc4 .........OK
- Comparing RESTART/20210323.060000.coupler.res .........OK
- Comparing RESTART/20210323.060000.fv_core.res.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile1.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile2.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile3.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile4.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile5.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile6.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile1.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile2.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile3.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile4.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile5.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile6.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile1.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile2.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile3.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile4.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile5.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile6.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile1.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile2.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile3.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile4.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK
- Comparing RESTART/20210323.060000.MOM.res.nc .........OK
- Comparing RESTART/iced.2021-03-23-21600.nc .........OK
- Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK
- Comparing 20210323.060000.out_pnt.ww3 .........OK
- Comparing 20210323.060000.out_grd.ww3 .........OK
-
- 0: The total amount of wall time = 246.372286
- 0: The maximum resident set size (KB) = 1980968
-
-Test 008 cpld_restart_p8_intel PASS
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/cpld_control_p8_intel
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/cpld_control_qr_p8_intel
-Checking test 009 cpld_control_qr_p8_intel results ....
- Comparing sfcf021.tile1.nc .........OK
- Comparing sfcf021.tile2.nc .........OK
- Comparing sfcf021.tile3.nc .........OK
- Comparing sfcf021.tile4.nc .........OK
- Comparing sfcf021.tile5.nc .........OK
- Comparing sfcf021.tile6.nc .........OK
- Comparing atmf021.tile1.nc .........OK
- Comparing atmf021.tile2.nc .........OK
- Comparing atmf021.tile3.nc .........OK
- Comparing atmf021.tile4.nc .........OK
- Comparing atmf021.tile5.nc .........OK
- Comparing atmf021.tile6.nc .........OK
- Comparing sfcf024.tile1.nc .........OK
- Comparing sfcf024.tile2.nc .........OK
- Comparing sfcf024.tile3.nc .........OK
- Comparing sfcf024.tile4.nc .........OK
- Comparing sfcf024.tile5.nc .........OK
- Comparing sfcf024.tile6.nc .........OK
- Comparing atmf024.tile1.nc .........OK
- Comparing atmf024.tile2.nc .........OK
- Comparing atmf024.tile3.nc .........OK
- Comparing atmf024.tile4.nc .........OK
- Comparing atmf024.tile5.nc .........OK
- Comparing atmf024.tile6.nc .........OK
- Comparing gocart.inst_aod.20210323_0600z.nc4 .........OK
- Comparing RESTART/20210323.060000.coupler.res .........OK
- Comparing RESTART/20210323.060000.fv_core.res.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile1.nc ............ALT CHECK......OK
- Comparing RESTART/20210323.060000.fv_core.res.tile2.nc ............ALT CHECK......OK
- Comparing RESTART/20210323.060000.fv_core.res.tile3.nc ............ALT CHECK......OK
- Comparing RESTART/20210323.060000.fv_core.res.tile4.nc ............ALT CHECK......OK
- Comparing RESTART/20210323.060000.fv_core.res.tile5.nc ............ALT CHECK......OK
- Comparing RESTART/20210323.060000.fv_core.res.tile6.nc ............ALT CHECK......OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc ............ALT CHECK......OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc ............ALT CHECK......OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc ............ALT CHECK......OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc ............ALT CHECK......OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc ............ALT CHECK......OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc ............ALT CHECK......OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile1.nc ............ALT CHECK......OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile2.nc ............ALT CHECK......OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile3.nc ............ALT CHECK......OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile4.nc ............ALT CHECK......OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile5.nc ............ALT CHECK......OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile6.nc ............ALT CHECK......OK
- Comparing RESTART/20210323.060000.phy_data.tile1.nc ............ALT CHECK......OK
- Comparing RESTART/20210323.060000.phy_data.tile2.nc ............ALT CHECK......OK
- Comparing RESTART/20210323.060000.phy_data.tile3.nc ............ALT CHECK......OK
- Comparing RESTART/20210323.060000.phy_data.tile4.nc ............ALT CHECK......OK
- Comparing RESTART/20210323.060000.phy_data.tile5.nc ............ALT CHECK......OK
- Comparing RESTART/20210323.060000.phy_data.tile6.nc ............ALT CHECK......OK
- Comparing RESTART/20210323.060000.sfc_data.tile1.nc ............ALT CHECK......OK
- Comparing RESTART/20210323.060000.sfc_data.tile2.nc ............ALT CHECK......OK
- Comparing RESTART/20210323.060000.sfc_data.tile3.nc ............ALT CHECK......OK
- Comparing RESTART/20210323.060000.sfc_data.tile4.nc ............ALT CHECK......OK
- Comparing RESTART/20210323.060000.sfc_data.tile5.nc ............ALT CHECK......OK
- Comparing RESTART/20210323.060000.sfc_data.tile6.nc ............ALT CHECK......OK
- Comparing RESTART/20210323.060000.MOM.res.nc .........OK
- Comparing RESTART/iced.2021-03-23-21600.nc .........OK
- Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK
- Comparing 20210323.060000.out_pnt.ww3 .........OK
- Comparing 20210323.060000.out_grd.ww3 .........OK
-
- 0: The total amount of wall time = 454.457720
- 0: The maximum resident set size (KB) = 1988052
-
-Test 009 cpld_control_qr_p8_intel PASS
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/cpld_control_p8_intel
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/cpld_restart_qr_p8_intel
-Checking test 010 cpld_restart_qr_p8_intel results ....
- Comparing sfcf024.tile1.nc .........OK
- Comparing sfcf024.tile2.nc .........OK
- Comparing sfcf024.tile3.nc .........OK
- Comparing sfcf024.tile4.nc .........OK
- Comparing sfcf024.tile5.nc .........OK
- Comparing sfcf024.tile6.nc .........OK
- Comparing atmf024.tile1.nc .........OK
- Comparing atmf024.tile2.nc .........OK
- Comparing atmf024.tile3.nc .........OK
- Comparing atmf024.tile4.nc .........OK
- Comparing atmf024.tile5.nc .........OK
- Comparing atmf024.tile6.nc .........OK
- Comparing gocart.inst_aod.20210323_0600z.nc4 .........OK
- Comparing RESTART/20210323.060000.coupler.res .........OK
- Comparing RESTART/20210323.060000.fv_core.res.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile1.nc ............ALT CHECK......OK
- Comparing RESTART/20210323.060000.fv_core.res.tile2.nc ............ALT CHECK......OK
- Comparing RESTART/20210323.060000.fv_core.res.tile3.nc ............ALT CHECK......OK
- Comparing RESTART/20210323.060000.fv_core.res.tile4.nc ............ALT CHECK......OK
- Comparing RESTART/20210323.060000.fv_core.res.tile5.nc ............ALT CHECK......OK
- Comparing RESTART/20210323.060000.fv_core.res.tile6.nc ............ALT CHECK......OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc ............ALT CHECK......OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc ............ALT CHECK......OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc ............ALT CHECK......OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc ............ALT CHECK......OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc ............ALT CHECK......OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc ............ALT CHECK......OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile1.nc ............ALT CHECK......OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile2.nc ............ALT CHECK......OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile3.nc ............ALT CHECK......OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile4.nc ............ALT CHECK......OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile5.nc ............ALT CHECK......OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile6.nc ............ALT CHECK......OK
- Comparing RESTART/20210323.060000.phy_data.tile1.nc ............ALT CHECK......OK
- Comparing RESTART/20210323.060000.phy_data.tile2.nc ............ALT CHECK......OK
- Comparing RESTART/20210323.060000.phy_data.tile3.nc ............ALT CHECK......OK
- Comparing RESTART/20210323.060000.phy_data.tile4.nc ............ALT CHECK......OK
- Comparing RESTART/20210323.060000.phy_data.tile5.nc ............ALT CHECK......OK
- Comparing RESTART/20210323.060000.phy_data.tile6.nc ............ALT CHECK......OK
- Comparing RESTART/20210323.060000.sfc_data.tile1.nc ............ALT CHECK......OK
- Comparing RESTART/20210323.060000.sfc_data.tile2.nc ............ALT CHECK......OK
- Comparing RESTART/20210323.060000.sfc_data.tile3.nc ............ALT CHECK......OK
- Comparing RESTART/20210323.060000.sfc_data.tile4.nc ............ALT CHECK......OK
- Comparing RESTART/20210323.060000.sfc_data.tile5.nc ............ALT CHECK......OK
- Comparing RESTART/20210323.060000.sfc_data.tile6.nc ............ALT CHECK......OK
- Comparing RESTART/20210323.060000.MOM.res.nc .........OK
- Comparing RESTART/iced.2021-03-23-21600.nc .........OK
- Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK
- Comparing 20210323.060000.out_pnt.ww3 .........OK
- Comparing 20210323.060000.out_grd.ww3 .........OK
-
- 0: The total amount of wall time = 246.249140
- 0: The maximum resident set size (KB) = 1735208
-
-Test 010 cpld_restart_qr_p8_intel PASS
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/cpld_control_p8_intel
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/cpld_2threads_p8_intel
-Checking test 011 cpld_2threads_p8_intel results ....
- Comparing sfcf024.tile1.nc .........OK
- Comparing sfcf024.tile2.nc .........OK
- Comparing sfcf024.tile3.nc .........OK
- Comparing sfcf024.tile4.nc .........OK
- Comparing sfcf024.tile5.nc .........OK
- Comparing sfcf024.tile6.nc .........OK
- Comparing atmf024.tile1.nc .........OK
- Comparing atmf024.tile2.nc .........OK
- Comparing atmf024.tile3.nc .........OK
- Comparing atmf024.tile4.nc .........OK
- Comparing atmf024.tile5.nc .........OK
- Comparing atmf024.tile6.nc .........OK
- Comparing gocart.inst_aod.20210323_0600z.nc4 .........OK
- Comparing RESTART/20210323.060000.coupler.res .........OK
- Comparing RESTART/20210323.060000.fv_core.res.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile1.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile2.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile3.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile4.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile5.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile6.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile1.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile2.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile3.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile4.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile5.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile6.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile1.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile2.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile3.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile4.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile5.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile6.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile1.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile2.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile3.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile4.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK
- Comparing RESTART/20210323.060000.MOM.res.nc .........OK
- Comparing RESTART/iced.2021-03-23-21600.nc .........OK
- Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK
- Comparing 20210323.060000.out_pnt.ww3 .........OK
- Comparing 20210323.060000.out_grd.ww3 .........OK
-
- 0: The total amount of wall time = 521.841303
- 0: The maximum resident set size (KB) = 2502488
-
-Test 011 cpld_2threads_p8_intel PASS
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/cpld_control_p8_intel
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/cpld_decomp_p8_intel
-Checking test 012 cpld_decomp_p8_intel results ....
- Comparing sfcf024.tile1.nc .........OK
- Comparing sfcf024.tile2.nc .........OK
- Comparing sfcf024.tile3.nc .........OK
- Comparing sfcf024.tile4.nc .........OK
- Comparing sfcf024.tile5.nc .........OK
- Comparing sfcf024.tile6.nc .........OK
- Comparing atmf024.tile1.nc .........OK
- Comparing atmf024.tile2.nc .........OK
- Comparing atmf024.tile3.nc .........OK
- Comparing atmf024.tile4.nc .........OK
- Comparing atmf024.tile5.nc .........OK
- Comparing atmf024.tile6.nc .........OK
- Comparing gocart.inst_aod.20210323_0600z.nc4 .........OK
- Comparing RESTART/20210323.060000.coupler.res .........OK
- Comparing RESTART/20210323.060000.fv_core.res.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile1.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile2.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile3.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile4.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile5.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile6.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile1.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile2.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile3.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile4.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile5.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile6.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile1.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile2.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile3.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile4.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile5.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile6.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile1.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile2.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile3.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile4.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK
- Comparing RESTART/20210323.060000.MOM.res.nc .........OK
- Comparing RESTART/iced.2021-03-23-21600.nc .........OK
- Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK
- Comparing 20210323.060000.out_pnt.ww3 .........OK
- Comparing 20210323.060000.out_grd.ww3 .........OK
-
- 0: The total amount of wall time = 476.854177
- 0: The maximum resident set size (KB) = 2059988
-
-Test 012 cpld_decomp_p8_intel PASS Tries: 2
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/cpld_control_p8_intel
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/cpld_mpi_p8_intel
-Checking test 013 cpld_mpi_p8_intel results ....
- Comparing sfcf024.tile1.nc .........OK
- Comparing sfcf024.tile2.nc .........OK
- Comparing sfcf024.tile3.nc .........OK
- Comparing sfcf024.tile4.nc .........OK
- Comparing sfcf024.tile5.nc .........OK
- Comparing sfcf024.tile6.nc .........OK
- Comparing atmf024.tile1.nc .........OK
- Comparing atmf024.tile2.nc .........OK
- Comparing atmf024.tile3.nc .........OK
- Comparing atmf024.tile4.nc .........OK
- Comparing atmf024.tile5.nc .........OK
- Comparing atmf024.tile6.nc .........OK
- Comparing gocart.inst_aod.20210323_0600z.nc4 .........OK
- Comparing RESTART/20210323.060000.coupler.res .........OK
- Comparing RESTART/20210323.060000.fv_core.res.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile1.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile2.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile3.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile4.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile5.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile6.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile1.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile2.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile3.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile4.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile5.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile6.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile1.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile2.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile3.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile4.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile5.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile6.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile1.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile2.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile3.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile4.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK
- Comparing RESTART/20210323.060000.MOM.res.nc .........OK
- Comparing RESTART/iced.2021-03-23-21600.nc .........OK
- Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK
- Comparing 20210323.060000.out_pnt.ww3 .........OK
- Comparing 20210323.060000.out_grd.ww3 .........OK
-
- 0: The total amount of wall time = 408.125857
- 0: The maximum resident set size (KB) = 1900564
-
-Test 013 cpld_mpi_p8_intel PASS Tries: 2
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/cpld_control_ciceC_p8_intel
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/cpld_control_ciceC_p8_intel
-Checking test 014 cpld_control_ciceC_p8_intel results ....
- Comparing sfcf021.tile1.nc .........OK
- Comparing sfcf021.tile2.nc .........OK
- Comparing sfcf021.tile3.nc .........OK
- Comparing sfcf021.tile4.nc .........OK
- Comparing sfcf021.tile5.nc .........OK
- Comparing sfcf021.tile6.nc .........OK
- Comparing atmf021.tile1.nc .........OK
- Comparing atmf021.tile2.nc .........OK
- Comparing atmf021.tile3.nc .........OK
- Comparing atmf021.tile4.nc .........OK
- Comparing atmf021.tile5.nc .........OK
- Comparing atmf021.tile6.nc .........OK
- Comparing sfcf024.tile1.nc .........OK
- Comparing sfcf024.tile2.nc .........OK
- Comparing sfcf024.tile3.nc .........OK
- Comparing sfcf024.tile4.nc .........OK
- Comparing sfcf024.tile5.nc .........OK
- Comparing sfcf024.tile6.nc .........OK
- Comparing atmf024.tile1.nc .........OK
- Comparing atmf024.tile2.nc .........OK
- Comparing atmf024.tile3.nc .........OK
- Comparing atmf024.tile4.nc .........OK
- Comparing atmf024.tile5.nc .........OK
- Comparing atmf024.tile6.nc .........OK
- Comparing gocart.inst_aod.20210323_0600z.nc4 .........OK
- Comparing RESTART/20210323.060000.coupler.res .........OK
- Comparing RESTART/20210323.060000.fv_core.res.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile1.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile2.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile3.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile4.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile5.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile6.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile1.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile2.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile3.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile4.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile5.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile6.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile1.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile2.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile3.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile4.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile5.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile6.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile1.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile2.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile3.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile4.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK
- Comparing RESTART/20210323.060000.MOM.res.nc .........OK
- Comparing RESTART/iced.2021-03-23-21600.nc .........OK
- Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK
- Comparing 20210323.060000.out_pnt.ww3 .........OK
- Comparing 20210323.060000.out_grd.ww3 .........OK
-
- 0: The total amount of wall time = 476.541673
- 0: The maximum resident set size (KB) = 2078536
-
-Test 014 cpld_control_ciceC_p8_intel PASS Tries: 2
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/cpld_control_c192_p8_intel
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/cpld_control_c192_p8_intel
-Checking test 015 cpld_control_c192_p8_intel results ....
- Comparing sfcf030.tile1.nc .........OK
- Comparing sfcf030.tile2.nc .........OK
- Comparing sfcf030.tile3.nc .........OK
- Comparing sfcf030.tile4.nc .........OK
- Comparing sfcf030.tile5.nc .........OK
- Comparing sfcf030.tile6.nc .........OK
- Comparing atmf030.tile1.nc .........OK
- Comparing atmf030.tile2.nc .........OK
- Comparing atmf030.tile3.nc .........OK
- Comparing atmf030.tile4.nc .........OK
- Comparing atmf030.tile5.nc .........OK
- Comparing atmf030.tile6.nc .........OK
- Comparing gocart.inst_aod.20210323_1200z.nc4 .........OK
- Comparing RESTART/20210323.120000.coupler.res .........OK
- Comparing RESTART/20210323.120000.fv_core.res.nc .........OK
- Comparing RESTART/20210323.120000.fv_core.res.tile1.nc .........OK
- Comparing RESTART/20210323.120000.fv_core.res.tile2.nc .........OK
- Comparing RESTART/20210323.120000.fv_core.res.tile3.nc .........OK
- Comparing RESTART/20210323.120000.fv_core.res.tile4.nc .........OK
- Comparing RESTART/20210323.120000.fv_core.res.tile5.nc .........OK
- Comparing RESTART/20210323.120000.fv_core.res.tile6.nc .........OK
- Comparing RESTART/20210323.120000.fv_srf_wnd.res.tile1.nc .........OK
- Comparing RESTART/20210323.120000.fv_srf_wnd.res.tile2.nc .........OK
- Comparing RESTART/20210323.120000.fv_srf_wnd.res.tile3.nc .........OK
- Comparing RESTART/20210323.120000.fv_srf_wnd.res.tile4.nc .........OK
- Comparing RESTART/20210323.120000.fv_srf_wnd.res.tile5.nc .........OK
- Comparing RESTART/20210323.120000.fv_srf_wnd.res.tile6.nc .........OK
- Comparing RESTART/20210323.120000.fv_tracer.res.tile1.nc .........OK
- Comparing RESTART/20210323.120000.fv_tracer.res.tile2.nc .........OK
- Comparing RESTART/20210323.120000.fv_tracer.res.tile3.nc .........OK
- Comparing RESTART/20210323.120000.fv_tracer.res.tile4.nc .........OK
- Comparing RESTART/20210323.120000.fv_tracer.res.tile5.nc .........OK
- Comparing RESTART/20210323.120000.fv_tracer.res.tile6.nc .........OK
- Comparing RESTART/20210323.120000.phy_data.tile1.nc .........OK
- Comparing RESTART/20210323.120000.phy_data.tile2.nc .........OK
- Comparing RESTART/20210323.120000.phy_data.tile3.nc .........OK
- Comparing RESTART/20210323.120000.phy_data.tile4.nc .........OK
- Comparing RESTART/20210323.120000.phy_data.tile5.nc .........OK
- Comparing RESTART/20210323.120000.phy_data.tile6.nc .........OK
- Comparing RESTART/20210323.120000.sfc_data.tile1.nc .........OK
- Comparing RESTART/20210323.120000.sfc_data.tile2.nc .........OK
- Comparing RESTART/20210323.120000.sfc_data.tile3.nc .........OK
- Comparing RESTART/20210323.120000.sfc_data.tile4.nc .........OK
- Comparing RESTART/20210323.120000.sfc_data.tile5.nc .........OK
- Comparing RESTART/20210323.120000.sfc_data.tile6.nc .........OK
- Comparing RESTART/20210323.120000.MOM.res.nc .........OK
- Comparing RESTART/iced.2021-03-23-43200.nc .........OK
- Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-43200.nc .........OK
- Comparing 20210323.120000.out_grd.ww3 .........OK
- Comparing 20210323.120000.out_pnt.ww3 .........OK
-
- 0: The total amount of wall time = 914.200222
- 0: The maximum resident set size (KB) = 2805352
-
-Test 015 cpld_control_c192_p8_intel PASS
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/cpld_control_c192_p8_intel
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/cpld_restart_c192_p8_intel
-Checking test 016 cpld_restart_c192_p8_intel results ....
- Comparing sfcf030.tile1.nc .........OK
- Comparing sfcf030.tile2.nc .........OK
- Comparing sfcf030.tile3.nc .........OK
- Comparing sfcf030.tile4.nc .........OK
- Comparing sfcf030.tile5.nc .........OK
- Comparing sfcf030.tile6.nc .........OK
- Comparing atmf030.tile1.nc .........OK
- Comparing atmf030.tile2.nc .........OK
- Comparing atmf030.tile3.nc .........OK
- Comparing atmf030.tile4.nc .........OK
- Comparing atmf030.tile5.nc .........OK
- Comparing atmf030.tile6.nc .........OK
- Comparing gocart.inst_aod.20210323_1200z.nc4 .........OK
- Comparing RESTART/20210323.120000.coupler.res .........OK
- Comparing RESTART/20210323.120000.fv_core.res.nc .........OK
- Comparing RESTART/20210323.120000.fv_core.res.tile1.nc .........OK
- Comparing RESTART/20210323.120000.fv_core.res.tile2.nc .........OK
- Comparing RESTART/20210323.120000.fv_core.res.tile3.nc .........OK
- Comparing RESTART/20210323.120000.fv_core.res.tile4.nc .........OK
- Comparing RESTART/20210323.120000.fv_core.res.tile5.nc .........OK
- Comparing RESTART/20210323.120000.fv_core.res.tile6.nc .........OK
- Comparing RESTART/20210323.120000.fv_srf_wnd.res.tile1.nc .........OK
- Comparing RESTART/20210323.120000.fv_srf_wnd.res.tile2.nc .........OK
- Comparing RESTART/20210323.120000.fv_srf_wnd.res.tile3.nc .........OK
- Comparing RESTART/20210323.120000.fv_srf_wnd.res.tile4.nc .........OK
- Comparing RESTART/20210323.120000.fv_srf_wnd.res.tile5.nc .........OK
- Comparing RESTART/20210323.120000.fv_srf_wnd.res.tile6.nc .........OK
- Comparing RESTART/20210323.120000.fv_tracer.res.tile1.nc .........OK
- Comparing RESTART/20210323.120000.fv_tracer.res.tile2.nc .........OK
- Comparing RESTART/20210323.120000.fv_tracer.res.tile3.nc .........OK
- Comparing RESTART/20210323.120000.fv_tracer.res.tile4.nc .........OK
- Comparing RESTART/20210323.120000.fv_tracer.res.tile5.nc .........OK
- Comparing RESTART/20210323.120000.fv_tracer.res.tile6.nc .........OK
- Comparing RESTART/20210323.120000.phy_data.tile1.nc .........OK
- Comparing RESTART/20210323.120000.phy_data.tile2.nc .........OK
- Comparing RESTART/20210323.120000.phy_data.tile3.nc .........OK
- Comparing RESTART/20210323.120000.phy_data.tile4.nc .........OK
- Comparing RESTART/20210323.120000.phy_data.tile5.nc .........OK
- Comparing RESTART/20210323.120000.phy_data.tile6.nc .........OK
- Comparing RESTART/20210323.120000.sfc_data.tile1.nc .........OK
- Comparing RESTART/20210323.120000.sfc_data.tile2.nc .........OK
- Comparing RESTART/20210323.120000.sfc_data.tile3.nc .........OK
- Comparing RESTART/20210323.120000.sfc_data.tile4.nc .........OK
- Comparing RESTART/20210323.120000.sfc_data.tile5.nc .........OK
- Comparing RESTART/20210323.120000.sfc_data.tile6.nc .........OK
- Comparing RESTART/20210323.120000.MOM.res.nc .........OK
- Comparing RESTART/iced.2021-03-23-43200.nc .........OK
- Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-43200.nc .........OK
- Comparing 20210323.120000.out_grd.ww3 .........OK
- Comparing 20210323.120000.out_pnt.ww3 .........OK
-
- 0: The total amount of wall time = 338.460128
- 0: The maximum resident set size (KB) = 2923900
-
-Test 016 cpld_restart_c192_p8_intel PASS
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/cpld_bmark_p8_intel
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/cpld_bmark_p8_intel
-Checking test 017 cpld_bmark_p8_intel results ....
- Comparing sfcf006.nc .........OK
- Comparing atmf006.nc .........OK
- Comparing GFSFLX.GrbF06 .........OK
- Comparing GFSPRS.GrbF06 .........OK
- Comparing gocart.inst_aod.20130401_0600z.nc4 .........OK
- Comparing RESTART/20130401.060000.coupler.res .........OK
- Comparing RESTART/20130401.060000.fv_core.res.nc .........OK
- Comparing RESTART/20130401.060000.fv_core.res.tile1.nc .........OK
- Comparing RESTART/20130401.060000.fv_core.res.tile2.nc .........OK
- Comparing RESTART/20130401.060000.fv_core.res.tile3.nc .........OK
- Comparing RESTART/20130401.060000.fv_core.res.tile4.nc .........OK
- Comparing RESTART/20130401.060000.fv_core.res.tile5.nc .........OK
- Comparing RESTART/20130401.060000.fv_core.res.tile6.nc .........OK
- Comparing RESTART/20130401.060000.fv_srf_wnd.res.tile1.nc .........OK
- Comparing RESTART/20130401.060000.fv_srf_wnd.res.tile2.nc .........OK
- Comparing RESTART/20130401.060000.fv_srf_wnd.res.tile3.nc .........OK
- Comparing RESTART/20130401.060000.fv_srf_wnd.res.tile4.nc .........OK
- Comparing RESTART/20130401.060000.fv_srf_wnd.res.tile5.nc .........OK
- Comparing RESTART/20130401.060000.fv_srf_wnd.res.tile6.nc .........OK
- Comparing RESTART/20130401.060000.fv_tracer.res.tile1.nc .........OK
- Comparing RESTART/20130401.060000.fv_tracer.res.tile2.nc .........OK
- Comparing RESTART/20130401.060000.fv_tracer.res.tile3.nc .........OK
- Comparing RESTART/20130401.060000.fv_tracer.res.tile4.nc .........OK
- Comparing RESTART/20130401.060000.fv_tracer.res.tile5.nc .........OK
- Comparing RESTART/20130401.060000.fv_tracer.res.tile6.nc .........OK
- Comparing RESTART/20130401.060000.phy_data.tile1.nc .........OK
- Comparing RESTART/20130401.060000.phy_data.tile2.nc .........OK
- Comparing RESTART/20130401.060000.phy_data.tile3.nc .........OK
- Comparing RESTART/20130401.060000.phy_data.tile4.nc .........OK
- Comparing RESTART/20130401.060000.phy_data.tile5.nc .........OK
- Comparing RESTART/20130401.060000.phy_data.tile6.nc .........OK
- Comparing RESTART/20130401.060000.sfc_data.tile1.nc .........OK
- Comparing RESTART/20130401.060000.sfc_data.tile2.nc .........OK
- Comparing RESTART/20130401.060000.sfc_data.tile3.nc .........OK
- Comparing RESTART/20130401.060000.sfc_data.tile4.nc .........OK
- Comparing RESTART/20130401.060000.sfc_data.tile5.nc .........OK
- Comparing RESTART/20130401.060000.sfc_data.tile6.nc .........OK
- Comparing RESTART/20130401.060000.MOM.res.nc .........OK
- Comparing RESTART/20130401.060000.MOM.res_1.nc .........OK
- Comparing RESTART/20130401.060000.MOM.res_2.nc .........OK
- Comparing RESTART/20130401.060000.MOM.res_3.nc .........OK
- Comparing RESTART/iced.2013-04-01-21600.nc .........OK
- Comparing RESTART/ufs.cpld.cpl.r.2013-04-01-21600.nc .........OK
- Comparing 20130401.060000.out_pnt.ww3 .........OK
- Comparing 20130401.060000.out_grd.ww3 .........OK
-
- 0: The total amount of wall time = 519.021838
- 0: The maximum resident set size (KB) = 3627388
-
-Test 017 cpld_bmark_p8_intel PASS
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/cpld_bmark_p8_intel
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/cpld_restart_bmark_p8_intel
-Checking test 018 cpld_restart_bmark_p8_intel results ....
- Comparing sfcf006.nc .........OK
- Comparing atmf006.nc .........OK
- Comparing GFSFLX.GrbF06 .........OK
- Comparing GFSPRS.GrbF06 .........OK
- Comparing gocart.inst_aod.20130401_0600z.nc4 .........OK
- Comparing RESTART/20130401.060000.coupler.res .........OK
- Comparing RESTART/20130401.060000.fv_core.res.nc .........OK
- Comparing RESTART/20130401.060000.fv_core.res.tile1.nc .........OK
- Comparing RESTART/20130401.060000.fv_core.res.tile2.nc .........OK
- Comparing RESTART/20130401.060000.fv_core.res.tile3.nc .........OK
- Comparing RESTART/20130401.060000.fv_core.res.tile4.nc .........OK
- Comparing RESTART/20130401.060000.fv_core.res.tile5.nc .........OK
- Comparing RESTART/20130401.060000.fv_core.res.tile6.nc .........OK
- Comparing RESTART/20130401.060000.fv_srf_wnd.res.tile1.nc .........OK
- Comparing RESTART/20130401.060000.fv_srf_wnd.res.tile2.nc .........OK
- Comparing RESTART/20130401.060000.fv_srf_wnd.res.tile3.nc .........OK
- Comparing RESTART/20130401.060000.fv_srf_wnd.res.tile4.nc .........OK
- Comparing RESTART/20130401.060000.fv_srf_wnd.res.tile5.nc .........OK
- Comparing RESTART/20130401.060000.fv_srf_wnd.res.tile6.nc .........OK
- Comparing RESTART/20130401.060000.fv_tracer.res.tile1.nc .........OK
- Comparing RESTART/20130401.060000.fv_tracer.res.tile2.nc .........OK
- Comparing RESTART/20130401.060000.fv_tracer.res.tile3.nc .........OK
- Comparing RESTART/20130401.060000.fv_tracer.res.tile4.nc .........OK
- Comparing RESTART/20130401.060000.fv_tracer.res.tile5.nc .........OK
- Comparing RESTART/20130401.060000.fv_tracer.res.tile6.nc .........OK
- Comparing RESTART/20130401.060000.phy_data.tile1.nc .........OK
- Comparing RESTART/20130401.060000.phy_data.tile2.nc .........OK
- Comparing RESTART/20130401.060000.phy_data.tile3.nc .........OK
- Comparing RESTART/20130401.060000.phy_data.tile4.nc .........OK
- Comparing RESTART/20130401.060000.phy_data.tile5.nc .........OK
- Comparing RESTART/20130401.060000.phy_data.tile6.nc .........OK
- Comparing RESTART/20130401.060000.sfc_data.tile1.nc .........OK
- Comparing RESTART/20130401.060000.sfc_data.tile2.nc .........OK
- Comparing RESTART/20130401.060000.sfc_data.tile3.nc .........OK
- Comparing RESTART/20130401.060000.sfc_data.tile4.nc .........OK
- Comparing RESTART/20130401.060000.sfc_data.tile5.nc .........OK
- Comparing RESTART/20130401.060000.sfc_data.tile6.nc .........OK
- Comparing RESTART/20130401.060000.MOM.res.nc .........OK
- Comparing RESTART/20130401.060000.MOM.res_1.nc .........OK
- Comparing RESTART/20130401.060000.MOM.res_2.nc .........OK
- Comparing RESTART/20130401.060000.MOM.res_3.nc .........OK
- Comparing RESTART/iced.2013-04-01-21600.nc .........OK
- Comparing RESTART/ufs.cpld.cpl.r.2013-04-01-21600.nc .........OK
- Comparing 20130401.060000.out_pnt.ww3 .........OK
- Comparing 20130401.060000.out_grd.ww3 .........OK
-
- 0: The total amount of wall time = 346.137727
- 0: The maximum resident set size (KB) = 3614712
-
-Test 018 cpld_restart_bmark_p8_intel PASS
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/cpld_s2sa_p8_intel
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/cpld_s2sa_p8_intel
-Checking test 019 cpld_s2sa_p8_intel results ....
- Comparing sfcf024.tile1.nc .........OK
- Comparing sfcf024.tile2.nc .........OK
- Comparing sfcf024.tile3.nc .........OK
- Comparing sfcf024.tile4.nc .........OK
- Comparing sfcf024.tile5.nc .........OK
- Comparing sfcf024.tile6.nc .........OK
- Comparing atmf024.tile1.nc .........OK
- Comparing atmf024.tile2.nc .........OK
- Comparing atmf024.tile3.nc .........OK
- Comparing atmf024.tile4.nc .........OK
- Comparing atmf024.tile5.nc .........OK
- Comparing atmf024.tile6.nc .........OK
- Comparing gocart.inst_aod.20210323_0600z.nc4 .........OK
- Comparing RESTART/20210323.060000.coupler.res .........OK
- Comparing RESTART/20210323.060000.fv_core.res.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile1.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile2.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile3.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile4.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile5.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile6.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile1.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile2.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile3.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile4.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile5.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile6.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile1.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile2.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile3.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile4.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile5.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile6.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile1.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile2.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile3.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile4.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK
- Comparing RESTART/20210323.060000.MOM.res.nc .........OK
- Comparing RESTART/iced.2021-03-23-21600.nc .........OK
- Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK
-
- 0: The total amount of wall time = 287.933326
- 0: The maximum resident set size (KB) = 2031440
-
-Test 019 cpld_s2sa_p8_intel PASS Tries: 2
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/cpld_control_noaero_p8_intel
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/cpld_control_noaero_p8_intel
-Checking test 020 cpld_control_noaero_p8_intel results ....
- Comparing sfcf021.tile1.nc .........OK
- Comparing sfcf021.tile2.nc .........OK
- Comparing sfcf021.tile3.nc .........OK
- Comparing sfcf021.tile4.nc .........OK
- Comparing sfcf021.tile5.nc .........OK
- Comparing sfcf021.tile6.nc .........OK
- Comparing atmf021.tile1.nc .........OK
- Comparing atmf021.tile2.nc .........OK
- Comparing atmf021.tile3.nc .........OK
- Comparing atmf021.tile4.nc .........OK
- Comparing atmf021.tile5.nc .........OK
- Comparing atmf021.tile6.nc .........OK
- Comparing sfcf024.tile1.nc .........OK
- Comparing sfcf024.tile2.nc .........OK
- Comparing sfcf024.tile3.nc .........OK
- Comparing sfcf024.tile4.nc .........OK
- Comparing sfcf024.tile5.nc .........OK
- Comparing sfcf024.tile6.nc .........OK
- Comparing atmf024.tile1.nc .........OK
- Comparing atmf024.tile2.nc .........OK
- Comparing atmf024.tile3.nc .........OK
- Comparing atmf024.tile4.nc .........OK
- Comparing atmf024.tile5.nc .........OK
- Comparing atmf024.tile6.nc .........OK
- Comparing RESTART/20210323.060000.coupler.res .........OK
- Comparing RESTART/20210323.060000.fv_core.res.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile1.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile2.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile3.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile4.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile5.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile6.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile1.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile2.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile3.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile4.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile5.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile6.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile1.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile2.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile3.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile4.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile5.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile6.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile1.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile2.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile3.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile4.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK
- Comparing RESTART/20210323.060000.MOM.res.nc .........OK
- Comparing RESTART/iced.2021-03-23-21600.nc .........OK
- Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK
- Comparing 20210323.060000.out_pnt.ww3 .........OK
- Comparing 20210323.060000.out_grd.ww3 .........OK
-
- 0: The total amount of wall time = 411.970893
- 0: The maximum resident set size (KB) = 1763084
-
-Test 020 cpld_control_noaero_p8_intel PASS
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/cpld_control_c96_noaero_p8_intel
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/cpld_control_nowave_noaero_p8_intel
-Checking test 021 cpld_control_nowave_noaero_p8_intel results ....
- Comparing sfcf021.tile1.nc .........OK
- Comparing sfcf021.tile2.nc .........OK
- Comparing sfcf021.tile3.nc .........OK
- Comparing sfcf021.tile4.nc .........OK
- Comparing sfcf021.tile5.nc .........OK
- Comparing sfcf021.tile6.nc .........OK
- Comparing atmf021.tile1.nc .........OK
- Comparing atmf021.tile2.nc .........OK
- Comparing atmf021.tile3.nc .........OK
- Comparing atmf021.tile4.nc .........OK
- Comparing atmf021.tile5.nc .........OK
- Comparing atmf021.tile6.nc .........OK
- Comparing sfcf024.tile1.nc .........OK
- Comparing sfcf024.tile2.nc .........OK
- Comparing sfcf024.tile3.nc .........OK
- Comparing sfcf024.tile4.nc .........OK
- Comparing sfcf024.tile5.nc .........OK
- Comparing sfcf024.tile6.nc .........OK
- Comparing atmf024.tile1.nc .........OK
- Comparing atmf024.tile2.nc .........OK
- Comparing atmf024.tile3.nc .........OK
- Comparing atmf024.tile4.nc .........OK
- Comparing atmf024.tile5.nc .........OK
- Comparing atmf024.tile6.nc .........OK
- Comparing RESTART/20210323.060000.coupler.res .........OK
- Comparing RESTART/20210323.060000.fv_core.res.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile1.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile2.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile3.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile4.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile5.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile6.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile1.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile2.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile3.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile4.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile5.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile6.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile1.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile2.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile3.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile4.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile5.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile6.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile1.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile2.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile3.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile4.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK
- Comparing RESTART/20210323.060000.MOM.res.nc .........OK
- Comparing RESTART/iced.2021-03-23-21600.nc .........OK
- Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK
-
- 0: The total amount of wall time = 232.350037
- 0: The maximum resident set size (KB) = 1827540
-
-Test 021 cpld_control_nowave_noaero_p8_intel PASS
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/cpld_debug_p8_intel
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/cpld_debug_p8_intel
-Checking test 022 cpld_debug_p8_intel results ....
- Comparing sfcf003.tile1.nc .........OK
- Comparing sfcf003.tile2.nc .........OK
- Comparing sfcf003.tile3.nc .........OK
- Comparing sfcf003.tile4.nc .........OK
- Comparing sfcf003.tile5.nc .........OK
- Comparing sfcf003.tile6.nc .........OK
- Comparing atmf003.tile1.nc .........OK
- Comparing atmf003.tile2.nc .........OK
- Comparing atmf003.tile3.nc .........OK
- Comparing atmf003.tile4.nc .........OK
- Comparing atmf003.tile5.nc .........OK
- Comparing atmf003.tile6.nc .........OK
- Comparing gocart.inst_aod.20210322_0900z.nc4 .........OK
- Comparing RESTART/20210322.090000.coupler.res .........OK
- Comparing RESTART/20210322.090000.fv_core.res.nc .........OK
- Comparing RESTART/20210322.090000.fv_core.res.tile1.nc .........OK
- Comparing RESTART/20210322.090000.fv_core.res.tile2.nc .........OK
- Comparing RESTART/20210322.090000.fv_core.res.tile3.nc .........OK
- Comparing RESTART/20210322.090000.fv_core.res.tile4.nc .........OK
- Comparing RESTART/20210322.090000.fv_core.res.tile5.nc .........OK
- Comparing RESTART/20210322.090000.fv_core.res.tile6.nc .........OK
- Comparing RESTART/20210322.090000.fv_srf_wnd.res.tile1.nc .........OK
- Comparing RESTART/20210322.090000.fv_srf_wnd.res.tile2.nc .........OK
- Comparing RESTART/20210322.090000.fv_srf_wnd.res.tile3.nc .........OK
- Comparing RESTART/20210322.090000.fv_srf_wnd.res.tile4.nc .........OK
- Comparing RESTART/20210322.090000.fv_srf_wnd.res.tile5.nc .........OK
- Comparing RESTART/20210322.090000.fv_srf_wnd.res.tile6.nc .........OK
- Comparing RESTART/20210322.090000.fv_tracer.res.tile1.nc .........OK
- Comparing RESTART/20210322.090000.fv_tracer.res.tile2.nc .........OK
- Comparing RESTART/20210322.090000.fv_tracer.res.tile3.nc .........OK
- Comparing RESTART/20210322.090000.fv_tracer.res.tile4.nc .........OK
- Comparing RESTART/20210322.090000.fv_tracer.res.tile5.nc .........OK
- Comparing RESTART/20210322.090000.fv_tracer.res.tile6.nc .........OK
- Comparing RESTART/20210322.090000.phy_data.tile1.nc .........OK
- Comparing RESTART/20210322.090000.phy_data.tile2.nc .........OK
- Comparing RESTART/20210322.090000.phy_data.tile3.nc .........OK
- Comparing RESTART/20210322.090000.phy_data.tile4.nc .........OK
- Comparing RESTART/20210322.090000.phy_data.tile5.nc .........OK
- Comparing RESTART/20210322.090000.phy_data.tile6.nc .........OK
- Comparing RESTART/20210322.090000.sfc_data.tile1.nc .........OK
- Comparing RESTART/20210322.090000.sfc_data.tile2.nc .........OK
- Comparing RESTART/20210322.090000.sfc_data.tile3.nc .........OK
- Comparing RESTART/20210322.090000.sfc_data.tile4.nc .........OK
- Comparing RESTART/20210322.090000.sfc_data.tile5.nc .........OK
- Comparing RESTART/20210322.090000.sfc_data.tile6.nc .........OK
- Comparing RESTART/20210322.090000.MOM.res.nc .........OK
- Comparing RESTART/iced.2021-03-22-32400.nc .........OK
- Comparing RESTART/ufs.cpld.cpl.r.2021-03-22-32400.nc .........OK
- Comparing 20210322.090000.out_pnt.ww3 .........OK
- Comparing 20210322.090000.out_grd.ww3 .........OK
-
- 0: The total amount of wall time = 398.536000
- 0: The maximum resident set size (KB) = 2054648
-
-Test 022 cpld_debug_p8_intel PASS
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/cpld_debug_noaero_p8_intel
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/cpld_debug_noaero_p8_intel
-Checking test 023 cpld_debug_noaero_p8_intel results ....
- Comparing sfcf003.tile1.nc .........OK
- Comparing sfcf003.tile2.nc .........OK
- Comparing sfcf003.tile3.nc .........OK
- Comparing sfcf003.tile4.nc .........OK
- Comparing sfcf003.tile5.nc .........OK
- Comparing sfcf003.tile6.nc .........OK
- Comparing atmf003.tile1.nc .........OK
- Comparing atmf003.tile2.nc .........OK
- Comparing atmf003.tile3.nc .........OK
- Comparing atmf003.tile4.nc .........OK
- Comparing atmf003.tile5.nc .........OK
- Comparing atmf003.tile6.nc .........OK
- Comparing RESTART/20210322.090000.coupler.res .........OK
- Comparing RESTART/20210322.090000.fv_core.res.nc .........OK
- Comparing RESTART/20210322.090000.fv_core.res.tile1.nc .........OK
- Comparing RESTART/20210322.090000.fv_core.res.tile2.nc .........OK
- Comparing RESTART/20210322.090000.fv_core.res.tile3.nc .........OK
- Comparing RESTART/20210322.090000.fv_core.res.tile4.nc .........OK
- Comparing RESTART/20210322.090000.fv_core.res.tile5.nc .........OK
- Comparing RESTART/20210322.090000.fv_core.res.tile6.nc .........OK
- Comparing RESTART/20210322.090000.fv_srf_wnd.res.tile1.nc .........OK
- Comparing RESTART/20210322.090000.fv_srf_wnd.res.tile2.nc .........OK
- Comparing RESTART/20210322.090000.fv_srf_wnd.res.tile3.nc .........OK
- Comparing RESTART/20210322.090000.fv_srf_wnd.res.tile4.nc .........OK
- Comparing RESTART/20210322.090000.fv_srf_wnd.res.tile5.nc .........OK
- Comparing RESTART/20210322.090000.fv_srf_wnd.res.tile6.nc .........OK
- Comparing RESTART/20210322.090000.fv_tracer.res.tile1.nc .........OK
- Comparing RESTART/20210322.090000.fv_tracer.res.tile2.nc .........OK
- Comparing RESTART/20210322.090000.fv_tracer.res.tile3.nc .........OK
- Comparing RESTART/20210322.090000.fv_tracer.res.tile4.nc .........OK
- Comparing RESTART/20210322.090000.fv_tracer.res.tile5.nc .........OK
- Comparing RESTART/20210322.090000.fv_tracer.res.tile6.nc .........OK
- Comparing RESTART/20210322.090000.phy_data.tile1.nc .........OK
- Comparing RESTART/20210322.090000.phy_data.tile2.nc .........OK
- Comparing RESTART/20210322.090000.phy_data.tile3.nc .........OK
- Comparing RESTART/20210322.090000.phy_data.tile4.nc .........OK
- Comparing RESTART/20210322.090000.phy_data.tile5.nc .........OK
- Comparing RESTART/20210322.090000.phy_data.tile6.nc .........OK
- Comparing RESTART/20210322.090000.sfc_data.tile1.nc .........OK
- Comparing RESTART/20210322.090000.sfc_data.tile2.nc .........OK
- Comparing RESTART/20210322.090000.sfc_data.tile3.nc .........OK
- Comparing RESTART/20210322.090000.sfc_data.tile4.nc .........OK
- Comparing RESTART/20210322.090000.sfc_data.tile5.nc .........OK
- Comparing RESTART/20210322.090000.sfc_data.tile6.nc .........OK
- Comparing RESTART/20210322.090000.MOM.res.nc .........OK
- Comparing RESTART/iced.2021-03-22-32400.nc .........OK
- Comparing RESTART/ufs.cpld.cpl.r.2021-03-22-32400.nc .........OK
- Comparing 20210322.090000.out_pnt.ww3 .........OK
- Comparing 20210322.090000.out_grd.ww3 .........OK
-
- 0: The total amount of wall time = 269.208683
- 0: The maximum resident set size (KB) = 1799664
-
-Test 023 cpld_debug_noaero_p8_intel PASS
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/cpld_control_noaero_p8_agrid_intel
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/cpld_control_noaero_p8_agrid_intel
-Checking test 024 cpld_control_noaero_p8_agrid_intel results ....
- Comparing sfcf021.tile1.nc .........OK
- Comparing sfcf021.tile2.nc .........OK
- Comparing sfcf021.tile3.nc .........OK
- Comparing sfcf021.tile4.nc .........OK
- Comparing sfcf021.tile5.nc .........OK
- Comparing sfcf021.tile6.nc .........OK
- Comparing atmf021.tile1.nc .........OK
- Comparing atmf021.tile2.nc .........OK
- Comparing atmf021.tile3.nc .........OK
- Comparing atmf021.tile4.nc .........OK
- Comparing atmf021.tile5.nc .........OK
- Comparing atmf021.tile6.nc .........OK
- Comparing sfcf024.tile1.nc .........OK
- Comparing sfcf024.tile2.nc .........OK
- Comparing sfcf024.tile3.nc .........OK
- Comparing sfcf024.tile4.nc .........OK
- Comparing sfcf024.tile5.nc .........OK
- Comparing sfcf024.tile6.nc .........OK
- Comparing atmf024.tile1.nc .........OK
- Comparing atmf024.tile2.nc .........OK
- Comparing atmf024.tile3.nc .........OK
- Comparing atmf024.tile4.nc .........OK
- Comparing atmf024.tile5.nc .........OK
- Comparing atmf024.tile6.nc .........OK
- Comparing RESTART/20210323.060000.coupler.res .........OK
- Comparing RESTART/20210323.060000.fv_core.res.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile1.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile2.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile3.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile4.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile5.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile6.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile1.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile2.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile3.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile4.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile5.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile6.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile1.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile2.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile3.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile4.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile5.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile6.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile1.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile2.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile3.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile4.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK
- Comparing RESTART/20210323.060000.MOM.res.nc .........OK
- Comparing RESTART/iced.2021-03-23-21600.nc .........OK
- Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK
-
- 0: The total amount of wall time = 229.858121
- 0: The maximum resident set size (KB) = 1827756
-
-Test 024 cpld_control_noaero_p8_agrid_intel PASS
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/cpld_control_c48_intel
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/cpld_control_c48_intel
-Checking test 025 cpld_control_c48_intel results ....
- Comparing sfcf024.tile1.nc .........OK
- Comparing sfcf024.tile2.nc .........OK
- Comparing sfcf024.tile3.nc .........OK
- Comparing sfcf024.tile4.nc .........OK
- Comparing sfcf024.tile5.nc .........OK
- Comparing sfcf024.tile6.nc .........OK
- Comparing atmf024.tile1.nc .........OK
- Comparing atmf024.tile2.nc .........OK
- Comparing atmf024.tile3.nc .........OK
- Comparing atmf024.tile4.nc .........OK
- Comparing atmf024.tile5.nc .........OK
- Comparing atmf024.tile6.nc .........OK
- Comparing RESTART/20210323.060000.coupler.res .........OK
- Comparing RESTART/20210323.060000.fv_core.res.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile1.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile2.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile3.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile4.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile5.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile6.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile1.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile2.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile3.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile4.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile5.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile6.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile1.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile2.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile3.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile4.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile5.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile6.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile1.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile2.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile3.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile4.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK
- Comparing RESTART/20210323.060000.MOM.res.nc .........OK
- Comparing RESTART/iced.2021-03-23-21600.nc .........OK
- Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK
-
- 0: The total amount of wall time = 428.843639
- 0: The maximum resident set size (KB) = 2841080
-
-Test 025 cpld_control_c48_intel PASS
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/cpld_control_p8_faster_intel
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/cpld_control_p8_faster_intel
-Checking test 026 cpld_control_p8_faster_intel results ....
- Comparing sfcf021.tile1.nc .........OK
- Comparing sfcf021.tile2.nc .........OK
- Comparing sfcf021.tile3.nc .........OK
- Comparing sfcf021.tile4.nc .........OK
- Comparing sfcf021.tile5.nc .........OK
- Comparing sfcf021.tile6.nc .........OK
- Comparing atmf021.tile1.nc .........OK
- Comparing atmf021.tile2.nc .........OK
- Comparing atmf021.tile3.nc .........OK
- Comparing atmf021.tile4.nc .........OK
- Comparing atmf021.tile5.nc .........OK
- Comparing atmf021.tile6.nc .........OK
- Comparing sfcf024.tile1.nc .........OK
- Comparing sfcf024.tile2.nc .........OK
- Comparing sfcf024.tile3.nc .........OK
- Comparing sfcf024.tile4.nc .........OK
- Comparing sfcf024.tile5.nc .........OK
- Comparing sfcf024.tile6.nc .........OK
- Comparing atmf024.tile1.nc .........OK
- Comparing atmf024.tile2.nc .........OK
- Comparing atmf024.tile3.nc .........OK
- Comparing atmf024.tile4.nc .........OK
- Comparing atmf024.tile5.nc .........OK
- Comparing atmf024.tile6.nc .........OK
- Comparing gocart.inst_aod.20210323_0600z.nc4 .........OK
- Comparing RESTART/20210323.060000.coupler.res .........OK
- Comparing RESTART/20210323.060000.fv_core.res.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile1.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile2.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile3.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile4.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile5.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile6.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile1.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile2.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile3.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile4.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile5.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile6.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile1.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile2.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile3.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile4.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile5.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile6.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile1.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile2.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile3.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile4.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK
- Comparing RESTART/20210323.060000.MOM.res.nc .........OK
- Comparing RESTART/iced.2021-03-23-21600.nc .........OK
- Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK
- Comparing 20210323.060000.out_pnt.ww3 .........OK
- Comparing 20210323.060000.out_grd.ww3 .........OK
-
- 0: The total amount of wall time = 477.014058
- 0: The maximum resident set size (KB) = 2094876
-
-Test 026 cpld_control_p8_faster_intel PASS Tries: 2
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/cpld_control_pdlib_p8_intel
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/cpld_control_pdlib_p8_intel
-Checking test 027 cpld_control_pdlib_p8_intel results ....
- 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
- Comparing 20210323.060000.out_pnt.ww3 ............MISSING file
- Comparing 20210323.060000.out_grd.ww3 ............MISSING file
-
-Test 027 cpld_control_pdlib_p8_intel FAIL
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/cpld_debug_pdlib_p8_intel
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/cpld_debug_pdlib_p8_intel
-Checking test 030 cpld_debug_pdlib_p8_intel results ....
- Comparing sfcf003.tile1.nc .........OK
- Comparing sfcf003.tile2.nc .........OK
- Comparing sfcf003.tile3.nc .........OK
- Comparing sfcf003.tile4.nc .........OK
- Comparing sfcf003.tile5.nc .........OK
- Comparing sfcf003.tile6.nc .........OK
- Comparing atmf003.tile1.nc .........OK
- Comparing atmf003.tile2.nc .........OK
- Comparing atmf003.tile3.nc .........OK
- Comparing atmf003.tile4.nc .........OK
- Comparing atmf003.tile5.nc .........OK
- Comparing atmf003.tile6.nc .........OK
- Comparing RESTART/20210322.090000.coupler.res .........OK
- Comparing RESTART/20210322.090000.fv_core.res.nc .........OK
- Comparing RESTART/20210322.090000.fv_core.res.tile1.nc .........OK
- Comparing RESTART/20210322.090000.fv_core.res.tile2.nc .........OK
- Comparing RESTART/20210322.090000.fv_core.res.tile3.nc .........OK
- Comparing RESTART/20210322.090000.fv_core.res.tile4.nc .........OK
- Comparing RESTART/20210322.090000.fv_core.res.tile5.nc .........OK
- Comparing RESTART/20210322.090000.fv_core.res.tile6.nc .........OK
- Comparing RESTART/20210322.090000.fv_srf_wnd.res.tile1.nc .........OK
- Comparing RESTART/20210322.090000.fv_srf_wnd.res.tile2.nc .........OK
- Comparing RESTART/20210322.090000.fv_srf_wnd.res.tile3.nc .........OK
- Comparing RESTART/20210322.090000.fv_srf_wnd.res.tile4.nc .........OK
- Comparing RESTART/20210322.090000.fv_srf_wnd.res.tile5.nc .........OK
- Comparing RESTART/20210322.090000.fv_srf_wnd.res.tile6.nc .........OK
- Comparing RESTART/20210322.090000.fv_tracer.res.tile1.nc .........OK
- Comparing RESTART/20210322.090000.fv_tracer.res.tile2.nc .........OK
- Comparing RESTART/20210322.090000.fv_tracer.res.tile3.nc .........OK
- Comparing RESTART/20210322.090000.fv_tracer.res.tile4.nc .........OK
- Comparing RESTART/20210322.090000.fv_tracer.res.tile5.nc .........OK
- Comparing RESTART/20210322.090000.fv_tracer.res.tile6.nc .........OK
- Comparing RESTART/20210322.090000.phy_data.tile1.nc .........OK
- Comparing RESTART/20210322.090000.phy_data.tile2.nc .........OK
- Comparing RESTART/20210322.090000.phy_data.tile3.nc .........OK
- Comparing RESTART/20210322.090000.phy_data.tile4.nc .........OK
- Comparing RESTART/20210322.090000.phy_data.tile5.nc .........OK
- Comparing RESTART/20210322.090000.phy_data.tile6.nc .........OK
- Comparing RESTART/20210322.090000.sfc_data.tile1.nc .........OK
- Comparing RESTART/20210322.090000.sfc_data.tile2.nc .........OK
- Comparing RESTART/20210322.090000.sfc_data.tile3.nc .........OK
- Comparing RESTART/20210322.090000.sfc_data.tile4.nc .........OK
- Comparing RESTART/20210322.090000.sfc_data.tile5.nc .........OK
- Comparing RESTART/20210322.090000.sfc_data.tile6.nc .........OK
- Comparing RESTART/20210322.090000.MOM.res.nc .........OK
- Comparing RESTART/iced.2021-03-22-32400.nc .........OK
- Comparing RESTART/ufs.cpld.cpl.r.2021-03-22-32400.nc .........OK
- Comparing 20210322.090000.out_pnt.ww3 .........OK
- Comparing 20210322.090000.out_grd.ww3 .........OK
-
- 0: The total amount of wall time = 1287.936420
- 0: The maximum resident set size (KB) = 1786016
-
-Test 030 cpld_debug_pdlib_p8_intel PASS
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/control_flake_intel
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/control_flake_intel
-Checking test 031 control_flake_intel results ....
- Comparing sfcf000.nc .........OK
- Comparing sfcf024.nc .........OK
- Comparing atmf000.nc .........OK
- Comparing atmf024.nc .........OK
- Comparing GFSFLX.GrbF00 .........OK
- Comparing GFSFLX.GrbF24 .........OK
- Comparing GFSPRS.GrbF00 .........OK
- Comparing GFSPRS.GrbF24 .........OK
-
- 0: The total amount of wall time = 164.658387
- 0: The maximum resident set size (KB) = 716736
-
-Test 031 control_flake_intel PASS Tries: 2
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/control_CubedSphereGrid_intel
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/control_CubedSphereGrid_intel
-Checking test 032 control_CubedSphereGrid_intel results ....
- Comparing sfcf000.tile1.nc .........OK
- Comparing sfcf000.tile2.nc .........OK
- Comparing sfcf000.tile3.nc .........OK
- Comparing sfcf000.tile4.nc .........OK
- Comparing sfcf000.tile5.nc .........OK
- Comparing sfcf000.tile6.nc .........OK
- Comparing sfcf024.tile1.nc .........OK
- Comparing sfcf024.tile2.nc .........OK
- Comparing sfcf024.tile3.nc .........OK
- Comparing sfcf024.tile4.nc .........OK
- Comparing sfcf024.tile5.nc .........OK
- Comparing sfcf024.tile6.nc .........OK
- Comparing atmf000.tile1.nc .........OK
- Comparing atmf000.tile2.nc .........OK
- Comparing atmf000.tile3.nc .........OK
- Comparing atmf000.tile4.nc .........OK
- Comparing atmf000.tile5.nc .........OK
- Comparing atmf000.tile6.nc .........OK
- Comparing atmf024.tile1.nc .........OK
- Comparing atmf024.tile2.nc .........OK
- Comparing atmf024.tile3.nc .........OK
- Comparing atmf024.tile4.nc .........OK
- Comparing atmf024.tile5.nc .........OK
- Comparing atmf024.tile6.nc .........OK
-
- 0: The total amount of wall time = 115.209942
- 0: The maximum resident set size (KB) = 658928
-
-Test 032 control_CubedSphereGrid_intel PASS
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/control_CubedSphereGrid_parallel_intel
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/control_CubedSphereGrid_parallel_intel
-Checking test 033 control_CubedSphereGrid_parallel_intel results ....
- Comparing sfcf000.nc .........OK
- Comparing sfcf024.nc .........OK
- Comparing atmf000.nc ............ALT CHECK......OK
- Comparing atmf024.nc ............ALT CHECK......OK
- Comparing cubed_sphere_grid_sfcf000.nc .........OK
- Comparing cubed_sphere_grid_sfcf024.nc .........OK
- Comparing cubed_sphere_grid_atmf000.nc ............ALT CHECK......OK
- Comparing cubed_sphere_grid_atmf024.nc .........OK
- Comparing GFSFLX.GrbF00 .........OK
- Comparing GFSFLX.GrbF24 .........OK
- Comparing GFSPRS.GrbF00 .........OK
- Comparing GFSPRS.GrbF24 .........OK
-
- 0: The total amount of wall time = 121.703668
- 0: The maximum resident set size (KB) = 674704
-
-Test 033 control_CubedSphereGrid_parallel_intel PASS Tries: 2
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/control_latlon_intel
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/control_latlon_intel
-Checking test 034 control_latlon_intel results ....
- Comparing sfcf000.nc .........OK
- Comparing sfcf024.nc .........OK
- Comparing atmf000.nc .........OK
- Comparing atmf024.nc .........OK
- Comparing GFSFLX.GrbF00 .........OK
- Comparing GFSFLX.GrbF24 .........OK
- Comparing GFSPRS.GrbF00 .........OK
- Comparing GFSPRS.GrbF24 .........OK
-
- 0: The total amount of wall time = 117.605991
- 0: The maximum resident set size (KB) = 666480
-
-Test 034 control_latlon_intel PASS Tries: 2
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/control_wrtGauss_netcdf_parallel_intel
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/control_wrtGauss_netcdf_parallel_intel
-Checking test 035 control_wrtGauss_netcdf_parallel_intel results ....
- Comparing sfcf000.nc ............ALT CHECK......OK
- Comparing sfcf024.nc .........OK
- Comparing atmf000.nc ............ALT CHECK......OK
- Comparing atmf024.nc .........OK
- Comparing GFSFLX.GrbF00 .........OK
- Comparing GFSFLX.GrbF24 .........OK
- Comparing GFSPRS.GrbF00 .........OK
- Comparing GFSPRS.GrbF24 .........OK
-
- 0: The total amount of wall time = 119.904135
- 0: The maximum resident set size (KB) = 667832
-
-Test 035 control_wrtGauss_netcdf_parallel_intel PASS
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/control_c48_intel
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/control_c48_intel
-Checking test 036 control_c48_intel results ....
- Comparing sfcf000.nc .........OK
- Comparing sfcf024.nc .........OK
- Comparing atmf000.nc .........OK
- Comparing atmf024.nc .........OK
- Comparing RESTART/20210323.060000.coupler.res .........OK
- Comparing RESTART/20210323.060000.fv_core.res.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile1.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile2.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile3.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile4.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile5.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile6.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile1.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile2.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile3.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile4.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile5.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile6.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile1.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile2.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile3.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile4.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile5.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile6.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile1.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile2.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile3.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile4.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK
-
-0: The total amount of wall time = 339.835754
-0: The maximum resident set size (KB) = 853932
-
-Test 036 control_c48_intel PASS Tries: 2
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/control_c192_intel
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/control_c192_intel
-Checking test 037 control_c192_intel results ....
- Comparing sfcf000.nc .........OK
- Comparing sfcf024.nc .........OK
- Comparing atmf000.nc .........OK
- Comparing atmf024.nc .........OK
- Comparing GFSFLX.GrbF00 .........OK
- Comparing GFSFLX.GrbF24 .........OK
- Comparing GFSPRS.GrbF00 .........OK
- Comparing GFSPRS.GrbF24 .........OK
-
- 0: The total amount of wall time = 461.206964
- 0: The maximum resident set size (KB) = 988552
-
-Test 037 control_c192_intel PASS
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/control_c384_intel
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/control_c384_intel
-Checking test 038 control_c384_intel results ....
- Comparing sfcf000.nc .........OK
- Comparing sfcf012.nc .........OK
- Comparing atmf000.nc .........OK
- Comparing atmf012.nc .........OK
- Comparing GFSFLX.GrbF00 .........OK
- Comparing GFSFLX.GrbF12 .........OK
- Comparing GFSPRS.GrbF00 .........OK
- Comparing GFSPRS.GrbF12 .........OK
-
- 0: The total amount of wall time = 541.734376
- 0: The maximum resident set size (KB) = 1447776
-
-Test 038 control_c384_intel PASS Tries: 2
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/control_c384gdas_intel
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/control_c384gdas_intel
-Checking test 039 control_c384gdas_intel results ....
- Comparing sfcf000.nc .........OK
- Comparing sfcf006.nc .........OK
- Comparing atmf000.nc .........OK
- Comparing atmf006.nc .........OK
- Comparing GFSFLX.GrbF00 .........OK
- Comparing GFSFLX.GrbF06 .........OK
- Comparing GFSPRS.GrbF00 .........OK
- Comparing GFSPRS.GrbF06 .........OK
- Comparing RESTART/20210322.060000.coupler.res .........OK
- Comparing RESTART/20210322.060000.fv_core.res.nc .........OK
- Comparing RESTART/20210322.060000.fv_core.res.tile1.nc .........OK
- Comparing RESTART/20210322.060000.fv_core.res.tile2.nc .........OK
- Comparing RESTART/20210322.060000.fv_core.res.tile3.nc .........OK
- Comparing RESTART/20210322.060000.fv_core.res.tile4.nc .........OK
- Comparing RESTART/20210322.060000.fv_core.res.tile5.nc .........OK
- Comparing RESTART/20210322.060000.fv_core.res.tile6.nc .........OK
- Comparing RESTART/20210322.060000.fv_srf_wnd.res.tile1.nc .........OK
- Comparing RESTART/20210322.060000.fv_srf_wnd.res.tile2.nc .........OK
- Comparing RESTART/20210322.060000.fv_srf_wnd.res.tile3.nc .........OK
- Comparing RESTART/20210322.060000.fv_srf_wnd.res.tile4.nc .........OK
- Comparing RESTART/20210322.060000.fv_srf_wnd.res.tile5.nc .........OK
- Comparing RESTART/20210322.060000.fv_srf_wnd.res.tile6.nc .........OK
- Comparing RESTART/20210322.060000.fv_tracer.res.tile1.nc .........OK
- Comparing RESTART/20210322.060000.fv_tracer.res.tile2.nc .........OK
- Comparing RESTART/20210322.060000.fv_tracer.res.tile3.nc .........OK
- Comparing RESTART/20210322.060000.fv_tracer.res.tile4.nc .........OK
- Comparing RESTART/20210322.060000.fv_tracer.res.tile5.nc .........OK
- Comparing RESTART/20210322.060000.fv_tracer.res.tile6.nc .........OK
- Comparing RESTART/20210322.060000.phy_data.tile1.nc .........OK
- Comparing RESTART/20210322.060000.phy_data.tile2.nc .........OK
- Comparing RESTART/20210322.060000.phy_data.tile3.nc .........OK
- Comparing RESTART/20210322.060000.phy_data.tile4.nc .........OK
- Comparing RESTART/20210322.060000.phy_data.tile5.nc .........OK
- Comparing RESTART/20210322.060000.phy_data.tile6.nc .........OK
- Comparing RESTART/20210322.060000.sfc_data.tile1.nc .........OK
- Comparing RESTART/20210322.060000.sfc_data.tile2.nc .........OK
- Comparing RESTART/20210322.060000.sfc_data.tile3.nc .........OK
- Comparing RESTART/20210322.060000.sfc_data.tile4.nc .........OK
- Comparing RESTART/20210322.060000.sfc_data.tile5.nc .........OK
- Comparing RESTART/20210322.060000.sfc_data.tile6.nc .........OK
-
- 0: The total amount of wall time = 431.325190
- 0: The maximum resident set size (KB) = 1526816
-
-Test 039 control_c384gdas_intel PASS Tries: 2
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/control_stochy_intel
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/control_stochy_intel
-Checking test 040 control_stochy_intel results ....
- Comparing sfcf000.nc .........OK
- Comparing sfcf012.nc .........OK
- Comparing atmf000.nc .........OK
- Comparing atmf012.nc .........OK
- Comparing GFSFLX.GrbF00 .........OK
- Comparing GFSFLX.GrbF12 .........OK
- Comparing GFSPRS.GrbF00 .........OK
- Comparing GFSPRS.GrbF12 .........OK
-
- 0: The total amount of wall time = 78.350487
- 0: The maximum resident set size (KB) = 670048
-
-Test 040 control_stochy_intel PASS
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/control_stochy_intel
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/control_stochy_restart_intel
-Checking test 041 control_stochy_restart_intel results ....
- Comparing sfcf012.nc .........OK
- Comparing atmf012.nc .........OK
- Comparing GFSFLX.GrbF12 .........OK
- Comparing GFSPRS.GrbF12 .........OK
-
- 0: The total amount of wall time = 44.074196
- 0: The maximum resident set size (KB) = 548808
-
-Test 041 control_stochy_restart_intel PASS
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/control_lndp_intel
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/control_lndp_intel
-Checking test 042 control_lndp_intel results ....
- Comparing sfcf000.nc .........OK
- Comparing sfcf012.nc .........OK
- Comparing atmf000.nc .........OK
- Comparing atmf012.nc .........OK
- Comparing GFSFLX.GrbF00 .........OK
- Comparing GFSFLX.GrbF12 .........OK
- Comparing GFSPRS.GrbF00 .........OK
- Comparing GFSPRS.GrbF12 .........OK
-
- 0: The total amount of wall time = 74.531921
- 0: The maximum resident set size (KB) = 667064
-
-Test 042 control_lndp_intel PASS Tries: 2
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/control_iovr4_intel
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/control_iovr4_intel
-Checking test 043 control_iovr4_intel results ....
- Comparing sfcf000.nc .........OK
- Comparing sfcf021.nc .........OK
- Comparing sfcf024.nc .........OK
- Comparing atmf000.nc .........OK
- Comparing atmf021.nc .........OK
- Comparing atmf024.nc .........OK
- Comparing GFSFLX.GrbF00 .........OK
- Comparing GFSFLX.GrbF21 .........OK
- Comparing GFSFLX.GrbF24 .........OK
- Comparing GFSPRS.GrbF00 .........OK
- Comparing GFSPRS.GrbF21 .........OK
- Comparing GFSPRS.GrbF24 .........OK
-
- 0: The total amount of wall time = 118.342063
- 0: The maximum resident set size (KB) = 675472
-
-Test 043 control_iovr4_intel PASS
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/control_iovr5_intel
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/control_iovr5_intel
-Checking test 044 control_iovr5_intel results ....
- Comparing sfcf000.nc .........OK
- Comparing sfcf021.nc .........OK
- Comparing sfcf024.nc .........OK
- Comparing atmf000.nc .........OK
- Comparing atmf021.nc .........OK
- Comparing atmf024.nc .........OK
- Comparing GFSFLX.GrbF00 .........OK
- Comparing GFSFLX.GrbF21 .........OK
- Comparing GFSFLX.GrbF24 .........OK
- Comparing GFSPRS.GrbF00 .........OK
- Comparing GFSPRS.GrbF21 .........OK
- Comparing GFSPRS.GrbF24 .........OK
-
- 0: The total amount of wall time = 119.458364
- 0: The maximum resident set size (KB) = 671368
-
-Test 044 control_iovr5_intel PASS
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/control_p8_intel
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/control_p8_intel
-Checking test 045 control_p8_intel results ....
- Comparing sfcf000.nc .........OK
- Comparing sfcf021.nc .........OK
- Comparing sfcf024.nc .........OK
- Comparing atmf000.nc .........OK
- Comparing atmf021.nc .........OK
- Comparing atmf024.nc .........OK
- Comparing GFSFLX.GrbF00 .........OK
- Comparing GFSFLX.GrbF21 .........OK
- Comparing GFSFLX.GrbF24 .........OK
- Comparing GFSPRS.GrbF00 .........OK
- Comparing GFSPRS.GrbF21 .........OK
- Comparing GFSPRS.GrbF24 .........OK
- Comparing RESTART/20210323.060000.coupler.res .........OK
- Comparing RESTART/20210323.060000.fv_core.res.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile1.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile2.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile3.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile4.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile5.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile6.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile1.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile2.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile3.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile4.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile5.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile6.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile1.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile2.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile3.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile4.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile5.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile6.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile1.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile2.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile3.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile4.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK
-
- 0: The total amount of wall time = 147.597150
- 0: The maximum resident set size (KB) = 1640124
-
-Test 045 control_p8_intel PASS Tries: 2
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/control_p8_ugwpv1_intel
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/control_p8_ugwpv1_intel
-Checking test 046 control_p8_ugwpv1_intel results ....
- Comparing sfcf000.nc .........OK
- Comparing sfcf021.nc .........OK
- Comparing sfcf024.nc .........OK
- Comparing atmf000.nc .........OK
- Comparing atmf021.nc .........OK
- Comparing atmf024.nc .........OK
- Comparing GFSFLX.GrbF00 .........OK
- Comparing GFSFLX.GrbF21 .........OK
- Comparing GFSFLX.GrbF24 .........OK
- Comparing GFSPRS.GrbF00 .........OK
- Comparing GFSPRS.GrbF21 .........OK
- Comparing GFSPRS.GrbF24 .........OK
- Comparing RESTART/20210323.060000.coupler.res .........OK
- Comparing RESTART/20210323.060000.fv_core.res.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile1.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile2.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile3.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile4.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile5.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile6.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile1.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile2.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile3.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile4.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile5.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile6.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile1.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile2.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile3.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile4.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile5.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile6.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile1.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile2.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile3.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile4.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK
-
- 0: The total amount of wall time = 140.086114
- 0: The maximum resident set size (KB) = 1645976
-
-Test 046 control_p8_ugwpv1_intel PASS Tries: 2
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/control_p8_intel
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/control_restart_p8_intel
-Checking test 047 control_restart_p8_intel results ....
- Comparing sfcf024.nc ............ALT CHECK......OK
- Comparing atmf024.nc ............ALT CHECK......OK
- Comparing GFSFLX.GrbF24 .........OK
- Comparing GFSPRS.GrbF24 .........OK
- Comparing RESTART/20210323.060000.coupler.res .........OK
- Comparing RESTART/20210323.060000.fv_core.res.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile1.nc ............ALT CHECK......OK
- Comparing RESTART/20210323.060000.fv_core.res.tile2.nc ............ALT CHECK......OK
- Comparing RESTART/20210323.060000.fv_core.res.tile3.nc ............ALT CHECK......OK
- Comparing RESTART/20210323.060000.fv_core.res.tile4.nc ............ALT CHECK......OK
- Comparing RESTART/20210323.060000.fv_core.res.tile5.nc ............ALT CHECK......OK
- Comparing RESTART/20210323.060000.fv_core.res.tile6.nc ............ALT CHECK......OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc ............ALT CHECK......OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc ............ALT CHECK......OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc ............ALT CHECK......OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc ............ALT CHECK......OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc ............ALT CHECK......OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc ............ALT CHECK......OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile1.nc ............ALT CHECK......OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile2.nc ............ALT CHECK......OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile3.nc ............ALT CHECK......OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile4.nc ............ALT CHECK......OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile5.nc ............ALT CHECK......OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile6.nc ............ALT CHECK......OK
- Comparing RESTART/20210323.060000.phy_data.tile1.nc ............ALT CHECK......OK
- Comparing RESTART/20210323.060000.phy_data.tile2.nc ............ALT CHECK......OK
- Comparing RESTART/20210323.060000.phy_data.tile3.nc ............ALT CHECK......OK
- Comparing RESTART/20210323.060000.phy_data.tile4.nc ............ALT CHECK......OK
- Comparing RESTART/20210323.060000.phy_data.tile5.nc ............ALT CHECK......OK
- Comparing RESTART/20210323.060000.phy_data.tile6.nc ............ALT CHECK......OK
- Comparing RESTART/20210323.060000.sfc_data.tile1.nc ............ALT CHECK......OK
- Comparing RESTART/20210323.060000.sfc_data.tile2.nc ............ALT CHECK......OK
- Comparing RESTART/20210323.060000.sfc_data.tile3.nc ............ALT CHECK......OK
- Comparing RESTART/20210323.060000.sfc_data.tile4.nc ............ALT CHECK......OK
- Comparing RESTART/20210323.060000.sfc_data.tile5.nc ............ALT CHECK......OK
- Comparing RESTART/20210323.060000.sfc_data.tile6.nc ............ALT CHECK......OK
-
- 0: The total amount of wall time = 76.727423
- 0: The maximum resident set size (KB) = 917688
-
-Test 047 control_restart_p8_intel PASS
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/control_p8_intel
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/control_noqr_p8_intel
-Checking test 048 control_noqr_p8_intel results ....
- Comparing sfcf000.nc ............ALT CHECK......OK
- Comparing sfcf021.nc ............ALT CHECK......OK
- Comparing sfcf024.nc ............ALT CHECK......OK
- Comparing atmf000.nc ............ALT CHECK......OK
- Comparing atmf021.nc ............ALT CHECK......OK
- Comparing atmf024.nc ............ALT CHECK......OK
- Comparing GFSFLX.GrbF00 .........OK
- Comparing GFSFLX.GrbF21 .........OK
- Comparing GFSFLX.GrbF24 .........OK
- Comparing GFSPRS.GrbF00 .........OK
- Comparing GFSPRS.GrbF21 .........OK
- Comparing GFSPRS.GrbF24 .........OK
- Comparing RESTART/20210323.060000.coupler.res .........OK
- Comparing RESTART/20210323.060000.fv_core.res.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile1.nc ............ALT CHECK......OK
- Comparing RESTART/20210323.060000.fv_core.res.tile2.nc ............ALT CHECK......OK
- Comparing RESTART/20210323.060000.fv_core.res.tile3.nc ............ALT CHECK......OK
- Comparing RESTART/20210323.060000.fv_core.res.tile4.nc ............ALT CHECK......OK
- Comparing RESTART/20210323.060000.fv_core.res.tile5.nc ............ALT CHECK......OK
- Comparing RESTART/20210323.060000.fv_core.res.tile6.nc ............ALT CHECK......OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc ............ALT CHECK......OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc ............ALT CHECK......OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc ............ALT CHECK......OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc ............ALT CHECK......OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc ............ALT CHECK......OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc ............ALT CHECK......OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile1.nc ............ALT CHECK......OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile2.nc ............ALT CHECK......OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile3.nc ............ALT CHECK......OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile4.nc ............ALT CHECK......OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile5.nc ............ALT CHECK......OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile6.nc ............ALT CHECK......OK
- Comparing RESTART/20210323.060000.phy_data.tile1.nc ............ALT CHECK......OK
- Comparing RESTART/20210323.060000.phy_data.tile2.nc ............ALT CHECK......OK
- Comparing RESTART/20210323.060000.phy_data.tile3.nc ............ALT CHECK......OK
- Comparing RESTART/20210323.060000.phy_data.tile4.nc ............ALT CHECK......OK
- Comparing RESTART/20210323.060000.phy_data.tile5.nc ............ALT CHECK......OK
- Comparing RESTART/20210323.060000.phy_data.tile6.nc ............ALT CHECK......OK
- Comparing RESTART/20210323.060000.sfc_data.tile1.nc ............ALT CHECK......OK
- Comparing RESTART/20210323.060000.sfc_data.tile2.nc ............ALT CHECK......OK
- Comparing RESTART/20210323.060000.sfc_data.tile3.nc ............ALT CHECK......OK
- Comparing RESTART/20210323.060000.sfc_data.tile4.nc ............ALT CHECK......OK
- Comparing RESTART/20210323.060000.sfc_data.tile5.nc ............ALT CHECK......OK
- Comparing RESTART/20210323.060000.sfc_data.tile6.nc ............ALT CHECK......OK
-
- 0: The total amount of wall time = 141.223084
- 0: The maximum resident set size (KB) = 1631348
-
-Test 048 control_noqr_p8_intel PASS
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/control_p8_intel
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/control_restart_noqr_p8_intel
-Checking test 049 control_restart_noqr_p8_intel results ....
- Comparing sfcf024.nc ............ALT CHECK......OK
- Comparing atmf024.nc ............ALT CHECK......OK
- Comparing GFSFLX.GrbF24 .........OK
- Comparing GFSPRS.GrbF24 .........OK
- Comparing RESTART/20210323.060000.coupler.res .........OK
- Comparing RESTART/20210323.060000.fv_core.res.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile1.nc ............ALT CHECK......OK
- Comparing RESTART/20210323.060000.fv_core.res.tile2.nc ............ALT CHECK......OK
- Comparing RESTART/20210323.060000.fv_core.res.tile3.nc ............ALT CHECK......OK
- Comparing RESTART/20210323.060000.fv_core.res.tile4.nc ............ALT CHECK......OK
- Comparing RESTART/20210323.060000.fv_core.res.tile5.nc ............ALT CHECK......OK
- Comparing RESTART/20210323.060000.fv_core.res.tile6.nc ............ALT CHECK......OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc ............ALT CHECK......OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc ............ALT CHECK......OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc ............ALT CHECK......OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc ............ALT CHECK......OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc ............ALT CHECK......OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc ............ALT CHECK......OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile1.nc ............ALT CHECK......OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile2.nc ............ALT CHECK......OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile3.nc ............ALT CHECK......OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile4.nc ............ALT CHECK......OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile5.nc ............ALT CHECK......OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile6.nc ............ALT CHECK......OK
- Comparing RESTART/20210323.060000.phy_data.tile1.nc ............ALT CHECK......OK
- Comparing RESTART/20210323.060000.phy_data.tile2.nc ............ALT CHECK......OK
- Comparing RESTART/20210323.060000.phy_data.tile3.nc ............ALT CHECK......OK
- Comparing RESTART/20210323.060000.phy_data.tile4.nc ............ALT CHECK......OK
- Comparing RESTART/20210323.060000.phy_data.tile5.nc ............ALT CHECK......OK
- Comparing RESTART/20210323.060000.phy_data.tile6.nc ............ALT CHECK......OK
- Comparing RESTART/20210323.060000.sfc_data.tile1.nc ............ALT CHECK......OK
- Comparing RESTART/20210323.060000.sfc_data.tile2.nc ............ALT CHECK......OK
- Comparing RESTART/20210323.060000.sfc_data.tile3.nc ............ALT CHECK......OK
- Comparing RESTART/20210323.060000.sfc_data.tile4.nc ............ALT CHECK......OK
- Comparing RESTART/20210323.060000.sfc_data.tile5.nc ............ALT CHECK......OK
- Comparing RESTART/20210323.060000.sfc_data.tile6.nc ............ALT CHECK......OK
-
- 0: The total amount of wall time = 74.300565
- 0: The maximum resident set size (KB) = 983800
-
-Test 049 control_restart_noqr_p8_intel PASS
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/control_p8_intel
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/control_decomp_p8_intel
-Checking test 050 control_decomp_p8_intel results ....
- Comparing sfcf000.nc ............ALT CHECK......OK
- Comparing sfcf024.nc ............ALT CHECK......OK
- Comparing atmf000.nc ............ALT CHECK......OK
- Comparing atmf024.nc ............ALT CHECK......OK
- Comparing GFSFLX.GrbF00 .........OK
- Comparing GFSFLX.GrbF24 .........OK
- Comparing GFSPRS.GrbF00 .........OK
- Comparing GFSPRS.GrbF24 .........OK
- Comparing RESTART/20210323.060000.coupler.res .........OK
- Comparing RESTART/20210323.060000.fv_core.res.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile1.nc ............ALT CHECK......OK
- Comparing RESTART/20210323.060000.fv_core.res.tile2.nc ............ALT CHECK......OK
- Comparing RESTART/20210323.060000.fv_core.res.tile3.nc ............ALT CHECK......OK
- Comparing RESTART/20210323.060000.fv_core.res.tile4.nc ............ALT CHECK......OK
- Comparing RESTART/20210323.060000.fv_core.res.tile5.nc ............ALT CHECK......OK
- Comparing RESTART/20210323.060000.fv_core.res.tile6.nc ............ALT CHECK......OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc ............ALT CHECK......OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc ............ALT CHECK......OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc ............ALT CHECK......OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc ............ALT CHECK......OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc ............ALT CHECK......OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc ............ALT CHECK......OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile1.nc ............ALT CHECK......OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile2.nc ............ALT CHECK......OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile3.nc ............ALT CHECK......OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile4.nc ............ALT CHECK......OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile5.nc ............ALT CHECK......OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile6.nc ............ALT CHECK......OK
- Comparing RESTART/20210323.060000.phy_data.tile1.nc ............ALT CHECK......OK
- Comparing RESTART/20210323.060000.phy_data.tile2.nc ............ALT CHECK......OK
- Comparing RESTART/20210323.060000.phy_data.tile3.nc ............ALT CHECK......OK
- Comparing RESTART/20210323.060000.phy_data.tile4.nc ............ALT CHECK......OK
- Comparing RESTART/20210323.060000.phy_data.tile5.nc ............ALT CHECK......OK
- Comparing RESTART/20210323.060000.phy_data.tile6.nc ............ALT CHECK......OK
- Comparing RESTART/20210323.060000.sfc_data.tile1.nc ............ALT CHECK......OK
- Comparing RESTART/20210323.060000.sfc_data.tile2.nc ............ALT CHECK......OK
- Comparing RESTART/20210323.060000.sfc_data.tile3.nc ............ALT CHECK......OK
- Comparing RESTART/20210323.060000.sfc_data.tile4.nc ............ALT CHECK......OK
- Comparing RESTART/20210323.060000.sfc_data.tile5.nc ............ALT CHECK......OK
- Comparing RESTART/20210323.060000.sfc_data.tile6.nc ............ALT CHECK......OK
-
- 0: The total amount of wall time = 146.930899
- 0: The maximum resident set size (KB) = 1639976
-
-Test 050 control_decomp_p8_intel PASS
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/control_p8_intel
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/control_2threads_p8_intel
-Checking test 051 control_2threads_p8_intel results ....
- Comparing sfcf000.nc ............ALT CHECK......OK
- Comparing sfcf024.nc ............ALT CHECK......OK
- Comparing atmf000.nc ............ALT CHECK......OK
- Comparing atmf024.nc ............ALT CHECK......OK
- Comparing GFSFLX.GrbF00 .........OK
- Comparing GFSFLX.GrbF24 .........OK
- Comparing GFSPRS.GrbF00 .........OK
- Comparing GFSPRS.GrbF24 .........OK
- Comparing RESTART/20210323.060000.coupler.res .........OK
- Comparing RESTART/20210323.060000.fv_core.res.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile1.nc ............ALT CHECK......OK
- Comparing RESTART/20210323.060000.fv_core.res.tile2.nc ............ALT CHECK......OK
- Comparing RESTART/20210323.060000.fv_core.res.tile3.nc ............ALT CHECK......OK
- Comparing RESTART/20210323.060000.fv_core.res.tile4.nc ............ALT CHECK......OK
- Comparing RESTART/20210323.060000.fv_core.res.tile5.nc ............ALT CHECK......OK
- Comparing RESTART/20210323.060000.fv_core.res.tile6.nc ............ALT CHECK......OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc ............ALT CHECK......OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc ............ALT CHECK......OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc ............ALT CHECK......OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc ............ALT CHECK......OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc ............ALT CHECK......OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc ............ALT CHECK......OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile1.nc ............ALT CHECK......OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile2.nc ............ALT CHECK......OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile3.nc ............ALT CHECK......OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile4.nc ............ALT CHECK......OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile5.nc ............ALT CHECK......OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile6.nc ............ALT CHECK......OK
- Comparing RESTART/20210323.060000.phy_data.tile1.nc ............ALT CHECK......OK
- Comparing RESTART/20210323.060000.phy_data.tile2.nc ............ALT CHECK......OK
- Comparing RESTART/20210323.060000.phy_data.tile3.nc ............ALT CHECK......OK
- Comparing RESTART/20210323.060000.phy_data.tile4.nc ............ALT CHECK......OK
- Comparing RESTART/20210323.060000.phy_data.tile5.nc ............ALT CHECK......OK
- Comparing RESTART/20210323.060000.phy_data.tile6.nc ............ALT CHECK......OK
- Comparing RESTART/20210323.060000.sfc_data.tile1.nc ............ALT CHECK......OK
- Comparing RESTART/20210323.060000.sfc_data.tile2.nc ............ALT CHECK......OK
- Comparing RESTART/20210323.060000.sfc_data.tile3.nc ............ALT CHECK......OK
- Comparing RESTART/20210323.060000.sfc_data.tile4.nc ............ALT CHECK......OK
- Comparing RESTART/20210323.060000.sfc_data.tile5.nc ............ALT CHECK......OK
- Comparing RESTART/20210323.060000.sfc_data.tile6.nc ............ALT CHECK......OK
-
- 0: The total amount of wall time = 134.342971
- 0: The maximum resident set size (KB) = 1733264
-
-Test 051 control_2threads_p8_intel PASS
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/control_p8_lndp_intel
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/control_p8_lndp_intel
-Checking test 052 control_p8_lndp_intel results ....
- Comparing sfcf000.nc .........OK
- Comparing sfcf021.nc .........OK
- Comparing sfcf024.nc .........OK
- Comparing sfcf048.nc .........OK
- Comparing atmf000.nc .........OK
- Comparing atmf021.nc .........OK
- Comparing atmf024.nc .........OK
- Comparing atmf048.nc .........OK
- Comparing GFSFLX.GrbF00 .........OK
- Comparing GFSFLX.GrbF21 .........OK
- Comparing GFSFLX.GrbF24 .........OK
- Comparing GFSFLX.GrbF48 .........OK
- Comparing GFSPRS.GrbF00 .........OK
- Comparing GFSPRS.GrbF21 .........OK
- Comparing GFSPRS.GrbF24 .........OK
- Comparing GFSPRS.GrbF48 .........OK
-
- 0: The total amount of wall time = 258.237944
- 0: The maximum resident set size (KB) = 1637068
-
-Test 052 control_p8_lndp_intel PASS
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/control_p8_rrtmgp_intel
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/control_p8_rrtmgp_intel
-Checking test 053 control_p8_rrtmgp_intel results ....
- Comparing sfcf000.nc .........OK
- Comparing sfcf021.nc .........OK
- Comparing sfcf024.nc .........OK
- Comparing atmf000.nc .........OK
- Comparing atmf021.nc .........OK
- Comparing atmf024.nc .........OK
- Comparing GFSFLX.GrbF00 .........OK
- Comparing GFSFLX.GrbF21 .........OK
- Comparing GFSFLX.GrbF24 .........OK
- Comparing GFSPRS.GrbF00 .........OK
- Comparing GFSPRS.GrbF21 .........OK
- Comparing GFSPRS.GrbF24 .........OK
- Comparing RESTART/20210323.060000.coupler.res .........OK
- Comparing RESTART/20210323.060000.fv_core.res.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile1.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile2.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile3.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile4.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile5.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile6.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile1.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile2.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile3.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile4.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile5.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile6.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile1.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile2.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile3.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile4.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile5.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile6.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile1.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile2.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile3.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile4.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK
-
- 0: The total amount of wall time = 197.576495
- 0: The maximum resident set size (KB) = 1720568
-
-Test 053 control_p8_rrtmgp_intel PASS
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/control_p8_mynn_intel
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/control_p8_mynn_intel
-Checking test 054 control_p8_mynn_intel results ....
- Comparing sfcf000.nc .........OK
- Comparing sfcf021.nc .........OK
- Comparing sfcf024.nc .........OK
- Comparing atmf000.nc .........OK
- Comparing atmf021.nc .........OK
- Comparing atmf024.nc .........OK
- Comparing GFSFLX.GrbF00 .........OK
- Comparing GFSFLX.GrbF21 .........OK
- Comparing GFSFLX.GrbF24 .........OK
- Comparing GFSPRS.GrbF00 .........OK
- Comparing GFSPRS.GrbF21 .........OK
- Comparing GFSPRS.GrbF24 .........OK
- Comparing RESTART/20210323.060000.coupler.res .........OK
- Comparing RESTART/20210323.060000.fv_core.res.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile1.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile2.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile3.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile4.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile5.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile6.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile1.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile2.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile3.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile4.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile5.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile6.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile1.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile2.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile3.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile4.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile5.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile6.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile1.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile2.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile3.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile4.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK
-
- 0: The total amount of wall time = 145.308880
- 0: The maximum resident set size (KB) = 1660080
-
-Test 054 control_p8_mynn_intel PASS
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/merra2_thompson_intel
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/merra2_thompson_intel
-Checking test 055 merra2_thompson_intel results ....
- Comparing sfcf000.nc .........OK
- Comparing sfcf021.nc .........OK
- Comparing sfcf024.nc .........OK
- Comparing atmf000.nc .........OK
- Comparing atmf021.nc .........OK
- Comparing atmf024.nc .........OK
- Comparing GFSFLX.GrbF00 .........OK
- Comparing GFSFLX.GrbF21 .........OK
- Comparing GFSFLX.GrbF24 .........OK
- Comparing GFSPRS.GrbF00 .........OK
- Comparing GFSPRS.GrbF21 .........OK
- Comparing GFSPRS.GrbF24 .........OK
- Comparing RESTART/20210323.060000.coupler.res .........OK
- Comparing RESTART/20210323.060000.fv_core.res.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile1.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile2.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile3.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile4.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile5.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile6.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile1.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile2.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile3.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile4.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile5.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile6.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile1.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile2.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile3.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile4.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile5.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile6.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile1.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile2.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile3.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile4.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK
-
- 0: The total amount of wall time = 170.290448
- 0: The maximum resident set size (KB) = 1656636
-
-Test 055 merra2_thompson_intel PASS
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/regional_control_intel
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/regional_control_intel
-Checking test 056 regional_control_intel results ....
- Comparing dynf000.nc .........OK
- Comparing dynf006.nc .........OK
- Comparing phyf000.nc .........OK
- Comparing phyf006.nc .........OK
- Comparing PRSLEV.GrbF00 .........OK
- Comparing PRSLEV.GrbF06 .........OK
- Comparing NATLEV.GrbF00 .........OK
- Comparing NATLEV.GrbF06 .........OK
-
- 0: The total amount of wall time = 262.726147
- 0: The maximum resident set size (KB) = 959656
-
-Test 056 regional_control_intel PASS
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/regional_control_intel
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/regional_restart_intel
-Checking test 057 regional_restart_intel results ....
- Comparing dynf006.nc .........OK
- Comparing phyf006.nc .........OK
- Comparing PRSLEV.GrbF06 .........OK
- Comparing NATLEV.GrbF06 .........OK
-
- 0: The total amount of wall time = 141.499937
- 0: The maximum resident set size (KB) = 1107916
-
-Test 057 regional_restart_intel PASS
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/regional_control_intel
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/regional_decomp_intel
-Checking test 058 regional_decomp_intel results ....
- Comparing dynf000.nc .........OK
- Comparing dynf006.nc .........OK
- Comparing phyf000.nc .........OK
- Comparing phyf006.nc .........OK
- Comparing PRSLEV.GrbF00 .........OK
- Comparing PRSLEV.GrbF06 .........OK
- Comparing NATLEV.GrbF00 .........OK
- Comparing NATLEV.GrbF06 .........OK
-
- 0: The total amount of wall time = 272.393541
- 0: The maximum resident set size (KB) = 953328
-
-Test 058 regional_decomp_intel PASS
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/regional_control_intel
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/regional_2threads_intel
-Checking test 059 regional_2threads_intel results ....
- Comparing dynf000.nc .........OK
- Comparing dynf006.nc .........OK
- Comparing phyf000.nc .........OK
- Comparing phyf006.nc .........OK
- Comparing PRSLEV.GrbF00 .........OK
- Comparing PRSLEV.GrbF06 .........OK
- Comparing NATLEV.GrbF00 .........OK
- Comparing NATLEV.GrbF06 .........OK
-
- 0: The total amount of wall time = 165.225023
- 0: The maximum resident set size (KB) = 922692
-
-Test 059 regional_2threads_intel PASS
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/regional_noquilt_intel
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/regional_noquilt_intel
-Checking test 060 regional_noquilt_intel results ....
- Comparing atmos_4xdaily.nc .........OK
- Comparing fv3_history2d.nc .........OK
- Comparing fv3_history.nc .........OK
- Comparing RESTART/fv_core.res.tile1_new.nc .........OK
- Comparing RESTART/fv_tracer.res.tile1_new.nc .........OK
-
- 0: The total amount of wall time = 251.330694
- 0: The maximum resident set size (KB) = 1493716
-
-Test 060 regional_noquilt_intel PASS
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/regional_netcdf_parallel_intel
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/regional_netcdf_parallel_intel
-Checking test 061 regional_netcdf_parallel_intel results ....
- Comparing dynf000.nc .........OK
- Comparing dynf006.nc .........OK
- Comparing phyf000.nc .........OK
- Comparing phyf006.nc .........OK
-
- 0: The total amount of wall time = 260.104307
- 0: The maximum resident set size (KB) = 963956
-
-Test 061 regional_netcdf_parallel_intel PASS
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/regional_control_intel
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/regional_2dwrtdecomp_intel
-Checking test 062 regional_2dwrtdecomp_intel results ....
- Comparing dynf000.nc .........OK
- Comparing dynf006.nc .........OK
- Comparing phyf000.nc .........OK
- Comparing phyf006.nc .........OK
- Comparing PRSLEV.GrbF00 .........OK
- Comparing PRSLEV.GrbF06 .........OK
- Comparing NATLEV.GrbF00 .........OK
- Comparing NATLEV.GrbF06 .........OK
-
- 0: The total amount of wall time = 261.192835
- 0: The maximum resident set size (KB) = 955600
-
-Test 062 regional_2dwrtdecomp_intel PASS
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/fv3_regional_wofs_intel
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/regional_wofs_intel
-Checking test 063 regional_wofs_intel results ....
- Comparing dynf000.nc .........OK
- Comparing dynf006.nc .........OK
- Comparing phyf000.nc .........OK
- Comparing phyf006.nc .........OK
- Comparing PRSLEV.GrbF00 .........OK
- Comparing PRSLEV.GrbF06 .........OK
- Comparing NATLEV.GrbF00 .........OK
- Comparing NATLEV.GrbF06 .........OK
-
- 0: The total amount of wall time = 327.101789
- 0: The maximum resident set size (KB) = 2071620
-
-Test 063 regional_wofs_intel PASS
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/rap_control_intel
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/rap_control_intel
-Checking test 064 rap_control_intel results ....
- Comparing sfcf000.nc .........OK
- Comparing sfcf021.nc .........OK
- Comparing sfcf024.nc .........OK
- Comparing atmf000.nc .........OK
- Comparing atmf021.nc .........OK
- Comparing atmf024.nc .........OK
- Comparing GFSFLX.GrbF00 .........OK
- Comparing GFSFLX.GrbF21 .........OK
- Comparing GFSFLX.GrbF24 .........OK
- Comparing GFSPRS.GrbF00 .........OK
- Comparing GFSPRS.GrbF21 .........OK
- Comparing GFSPRS.GrbF24 .........OK
- Comparing RESTART/20210323.060000.coupler.res .........OK
- Comparing RESTART/20210323.060000.fv_core.res.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile1.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile2.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile3.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile4.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile5.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile6.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile1.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile2.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile3.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile4.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile5.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile6.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile1.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile2.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile3.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile4.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile5.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile6.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile1.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile2.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile3.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile4.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK
-
- 0: The total amount of wall time = 384.903284
- 0: The maximum resident set size (KB) = 1213264
-
-Test 064 rap_control_intel PASS
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/regional_spp_sppt_shum_skeb_intel
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/regional_spp_sppt_shum_skeb_intel
-Checking test 065 regional_spp_sppt_shum_skeb_intel results ....
- Comparing dynf000.nc .........OK
- Comparing dynf001.nc .........OK
- Comparing phyf000.nc .........OK
- Comparing phyf001.nc .........OK
- Comparing PRSLEV.GrbF00 .........OK
- Comparing PRSLEV.GrbF01 .........OK
- Comparing NATLEV.GrbF00 .........OK
- Comparing NATLEV.GrbF01 .........OK
-
- 0: The total amount of wall time = 208.305294
- 0: The maximum resident set size (KB) = 1413476
-
-Test 065 regional_spp_sppt_shum_skeb_intel PASS
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/rap_control_intel
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/rap_decomp_intel
-Checking test 066 rap_decomp_intel results ....
- Comparing sfcf000.nc .........OK
- Comparing sfcf021.nc .........OK
- Comparing sfcf024.nc .........OK
- Comparing atmf000.nc .........OK
- Comparing atmf021.nc .........OK
- Comparing atmf024.nc .........OK
- Comparing GFSFLX.GrbF00 .........OK
- Comparing GFSFLX.GrbF21 .........OK
- Comparing GFSFLX.GrbF24 .........OK
- Comparing GFSPRS.GrbF00 .........OK
- Comparing GFSPRS.GrbF21 .........OK
- Comparing GFSPRS.GrbF24 .........OK
- Comparing RESTART/20210323.060000.coupler.res .........OK
- Comparing RESTART/20210323.060000.fv_core.res.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile1.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile2.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile3.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile4.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile5.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile6.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile1.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile2.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile3.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile4.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile5.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile6.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile1.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile2.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile3.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile4.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile5.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile6.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile1.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile2.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile3.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile4.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK
-
- 0: The total amount of wall time = 406.682532
- 0: The maximum resident set size (KB) = 1127808
-
-Test 066 rap_decomp_intel PASS
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/rap_control_intel
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/rap_2threads_intel
-Checking test 067 rap_2threads_intel results ....
- Comparing sfcf000.nc .........OK
- Comparing sfcf021.nc .........OK
- Comparing sfcf024.nc .........OK
- Comparing atmf000.nc .........OK
- Comparing atmf021.nc .........OK
- Comparing atmf024.nc .........OK
- Comparing GFSFLX.GrbF00 .........OK
- Comparing GFSFLX.GrbF21 .........OK
- Comparing GFSFLX.GrbF24 .........OK
- Comparing GFSPRS.GrbF00 .........OK
- Comparing GFSPRS.GrbF21 .........OK
- Comparing GFSPRS.GrbF24 .........OK
- Comparing RESTART/20210323.060000.coupler.res .........OK
- Comparing RESTART/20210323.060000.fv_core.res.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile1.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile2.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile3.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile4.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile5.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile6.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile1.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile2.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile3.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile4.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile5.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile6.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile1.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile2.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile3.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile4.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile5.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile6.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile1.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile2.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile3.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile4.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK
-
- 0: The total amount of wall time = 363.557570
- 0: The maximum resident set size (KB) = 1371072
-
-Test 067 rap_2threads_intel PASS
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/rap_control_intel
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/rap_restart_intel
-Checking test 068 rap_restart_intel results ....
- Comparing sfcf024.nc .........OK
- Comparing atmf024.nc .........OK
- Comparing GFSFLX.GrbF24 .........OK
- Comparing GFSPRS.GrbF24 .........OK
- Comparing RESTART/20210323.060000.coupler.res .........OK
- Comparing RESTART/20210323.060000.fv_core.res.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile1.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile2.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile3.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile4.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile5.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile6.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile1.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile2.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile3.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile4.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile5.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile6.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile1.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile2.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile3.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile4.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile5.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile6.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile1.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile2.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile3.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile4.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK
-
- 0: The total amount of wall time = 195.364241
- 0: The maximum resident set size (KB) = 1134996
-
-Test 068 rap_restart_intel PASS
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/rap_sfcdiff_intel
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/rap_sfcdiff_intel
-Checking test 069 rap_sfcdiff_intel results ....
- Comparing sfcf000.nc .........OK
- Comparing sfcf009.nc .........OK
- Comparing sfcf012.nc .........OK
- Comparing atmf000.nc .........OK
- Comparing atmf009.nc .........OK
- Comparing atmf012.nc .........OK
- Comparing GFSFLX.GrbF00 .........OK
- Comparing GFSFLX.GrbF09 .........OK
- Comparing GFSFLX.GrbF12 .........OK
- Comparing GFSPRS.GrbF00 .........OK
- Comparing GFSPRS.GrbF09 .........OK
- Comparing GFSPRS.GrbF12 .........OK
- Comparing RESTART/20210323.060000.coupler.res .........OK
- Comparing RESTART/20210323.060000.fv_core.res.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile1.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile2.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile3.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile4.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile5.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile6.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile1.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile2.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile3.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile4.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile5.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile6.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile1.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile2.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile3.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile4.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile5.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile6.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile1.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile2.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile3.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile4.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK
-
- 0: The total amount of wall time = 381.516146
- 0: The maximum resident set size (KB) = 1206612
-
-Test 069 rap_sfcdiff_intel PASS
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/rap_sfcdiff_intel
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/rap_sfcdiff_decomp_intel
-Checking test 070 rap_sfcdiff_decomp_intel results ....
- Comparing sfcf000.nc .........OK
- Comparing sfcf009.nc .........OK
- Comparing sfcf012.nc .........OK
- Comparing atmf000.nc .........OK
- Comparing atmf009.nc .........OK
- Comparing atmf012.nc .........OK
- Comparing GFSFLX.GrbF00 .........OK
- Comparing GFSFLX.GrbF09 .........OK
- Comparing GFSFLX.GrbF12 .........OK
- Comparing GFSPRS.GrbF00 .........OK
- Comparing GFSPRS.GrbF09 .........OK
- Comparing GFSPRS.GrbF12 .........OK
- Comparing RESTART/20210323.060000.coupler.res .........OK
- Comparing RESTART/20210323.060000.fv_core.res.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile1.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile2.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile3.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile4.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile5.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile6.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile1.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile2.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile3.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile4.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile5.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile6.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile1.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile2.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile3.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile4.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile5.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile6.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile1.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile2.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile3.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile4.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK
-
- 0: The total amount of wall time = 406.194509
- 0: The maximum resident set size (KB) = 1128436
-
-Test 070 rap_sfcdiff_decomp_intel PASS
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/rap_sfcdiff_intel
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/rap_sfcdiff_restart_intel
-Checking test 071 rap_sfcdiff_restart_intel results ....
- Comparing sfcf012.nc .........OK
- Comparing atmf012.nc .........OK
- Comparing GFSFLX.GrbF12 .........OK
- Comparing GFSPRS.GrbF12 .........OK
- Comparing RESTART/20210323.060000.coupler.res .........OK
- Comparing RESTART/20210323.060000.fv_core.res.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile1.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile2.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile3.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile4.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile5.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile6.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile1.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile2.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile3.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile4.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile5.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile6.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile1.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile2.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile3.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile4.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile5.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile6.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile1.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile2.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile3.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile4.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK
-
- 0: The total amount of wall time = 287.191052
- 0: The maximum resident set size (KB) = 1189684
-
-Test 071 rap_sfcdiff_restart_intel PASS
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/hrrr_control_intel
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/hrrr_control_intel
-Checking test 072 hrrr_control_intel results ....
- Comparing sfcf000.nc .........OK
- Comparing sfcf009.nc .........OK
- Comparing sfcf012.nc .........OK
- Comparing atmf000.nc .........OK
- Comparing atmf009.nc .........OK
- Comparing atmf012.nc .........OK
- Comparing GFSFLX.GrbF00 .........OK
- Comparing GFSFLX.GrbF09 .........OK
- Comparing GFSFLX.GrbF12 .........OK
- Comparing GFSPRS.GrbF00 .........OK
- Comparing GFSPRS.GrbF09 .........OK
- Comparing GFSPRS.GrbF12 .........OK
- Comparing RESTART/20210322.120000.coupler.res .........OK
- Comparing RESTART/20210322.120000.fv_core.res.nc .........OK
- Comparing RESTART/20210322.120000.fv_core.res.tile1.nc .........OK
- Comparing RESTART/20210322.120000.fv_core.res.tile2.nc .........OK
- Comparing RESTART/20210322.120000.fv_core.res.tile3.nc .........OK
- Comparing RESTART/20210322.120000.fv_core.res.tile4.nc .........OK
- Comparing RESTART/20210322.120000.fv_core.res.tile5.nc .........OK
- Comparing RESTART/20210322.120000.fv_core.res.tile6.nc .........OK
- Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile1.nc .........OK
- Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile2.nc .........OK
- Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile3.nc .........OK
- Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile4.nc .........OK
- Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile5.nc .........OK
- Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile6.nc .........OK
- Comparing RESTART/20210322.120000.fv_tracer.res.tile1.nc .........OK
- Comparing RESTART/20210322.120000.fv_tracer.res.tile2.nc .........OK
- Comparing RESTART/20210322.120000.fv_tracer.res.tile3.nc .........OK
- Comparing RESTART/20210322.120000.fv_tracer.res.tile4.nc .........OK
- Comparing RESTART/20210322.120000.fv_tracer.res.tile5.nc .........OK
- Comparing RESTART/20210322.120000.fv_tracer.res.tile6.nc .........OK
- Comparing RESTART/20210322.120000.phy_data.tile1.nc .........OK
- Comparing RESTART/20210322.120000.phy_data.tile2.nc .........OK
- Comparing RESTART/20210322.120000.phy_data.tile3.nc .........OK
- Comparing RESTART/20210322.120000.phy_data.tile4.nc .........OK
- Comparing RESTART/20210322.120000.phy_data.tile5.nc .........OK
- Comparing RESTART/20210322.120000.phy_data.tile6.nc .........OK
- Comparing RESTART/20210322.120000.sfc_data.tile1.nc .........OK
- Comparing RESTART/20210322.120000.sfc_data.tile2.nc .........OK
- Comparing RESTART/20210322.120000.sfc_data.tile3.nc .........OK
- Comparing RESTART/20210322.120000.sfc_data.tile4.nc .........OK
- Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK
- Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK
-
- 0: The total amount of wall time = 195.807382
- 0: The maximum resident set size (KB) = 1075168
-
-Test 072 hrrr_control_intel PASS
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/hrrr_control_intel
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/hrrr_control_decomp_intel
-Checking test 073 hrrr_control_decomp_intel results ....
- Comparing sfcf000.nc .........OK
- Comparing sfcf009.nc .........OK
- Comparing sfcf012.nc .........OK
- Comparing atmf000.nc .........OK
- Comparing atmf009.nc .........OK
- Comparing atmf012.nc .........OK
- Comparing GFSFLX.GrbF00 .........OK
- Comparing GFSFLX.GrbF09 .........OK
- Comparing GFSFLX.GrbF12 .........OK
- Comparing GFSPRS.GrbF00 .........OK
- Comparing GFSPRS.GrbF09 .........OK
- Comparing GFSPRS.GrbF12 .........OK
- Comparing RESTART/20210322.120000.coupler.res .........OK
- Comparing RESTART/20210322.120000.fv_core.res.nc .........OK
- Comparing RESTART/20210322.120000.fv_core.res.tile1.nc .........OK
- Comparing RESTART/20210322.120000.fv_core.res.tile2.nc .........OK
- Comparing RESTART/20210322.120000.fv_core.res.tile3.nc .........OK
- Comparing RESTART/20210322.120000.fv_core.res.tile4.nc .........OK
- Comparing RESTART/20210322.120000.fv_core.res.tile5.nc .........OK
- Comparing RESTART/20210322.120000.fv_core.res.tile6.nc .........OK
- Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile1.nc .........OK
- Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile2.nc .........OK
- Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile3.nc .........OK
- Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile4.nc .........OK
- Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile5.nc .........OK
- Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile6.nc .........OK
- Comparing RESTART/20210322.120000.fv_tracer.res.tile1.nc .........OK
- Comparing RESTART/20210322.120000.fv_tracer.res.tile2.nc .........OK
- Comparing RESTART/20210322.120000.fv_tracer.res.tile3.nc .........OK
- Comparing RESTART/20210322.120000.fv_tracer.res.tile4.nc .........OK
- Comparing RESTART/20210322.120000.fv_tracer.res.tile5.nc .........OK
- Comparing RESTART/20210322.120000.fv_tracer.res.tile6.nc .........OK
- Comparing RESTART/20210322.120000.phy_data.tile1.nc .........OK
- Comparing RESTART/20210322.120000.phy_data.tile2.nc .........OK
- Comparing RESTART/20210322.120000.phy_data.tile3.nc .........OK
- Comparing RESTART/20210322.120000.phy_data.tile4.nc .........OK
- Comparing RESTART/20210322.120000.phy_data.tile5.nc .........OK
- Comparing RESTART/20210322.120000.phy_data.tile6.nc .........OK
- Comparing RESTART/20210322.120000.sfc_data.tile1.nc .........OK
- Comparing RESTART/20210322.120000.sfc_data.tile2.nc .........OK
- Comparing RESTART/20210322.120000.sfc_data.tile3.nc .........OK
- Comparing RESTART/20210322.120000.sfc_data.tile4.nc .........OK
- Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK
- Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK
-
- 0: The total amount of wall time = 201.138737
- 0: The maximum resident set size (KB) = 1058192
-
-Test 073 hrrr_control_decomp_intel PASS
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/hrrr_control_intel
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/hrrr_control_2threads_intel
-Checking test 074 hrrr_control_2threads_intel results ....
- Comparing sfcf000.nc .........OK
- Comparing sfcf009.nc .........OK
- Comparing sfcf012.nc .........OK
- Comparing atmf000.nc .........OK
- Comparing atmf009.nc .........OK
- Comparing atmf012.nc .........OK
- Comparing GFSFLX.GrbF00 .........OK
- Comparing GFSFLX.GrbF09 .........OK
- Comparing GFSFLX.GrbF12 .........OK
- Comparing GFSPRS.GrbF00 .........OK
- Comparing GFSPRS.GrbF09 .........OK
- Comparing GFSPRS.GrbF12 .........OK
- Comparing RESTART/20210322.120000.coupler.res .........OK
- Comparing RESTART/20210322.120000.fv_core.res.nc .........OK
- Comparing RESTART/20210322.120000.fv_core.res.tile1.nc .........OK
- Comparing RESTART/20210322.120000.fv_core.res.tile2.nc .........OK
- Comparing RESTART/20210322.120000.fv_core.res.tile3.nc .........OK
- Comparing RESTART/20210322.120000.fv_core.res.tile4.nc .........OK
- Comparing RESTART/20210322.120000.fv_core.res.tile5.nc .........OK
- Comparing RESTART/20210322.120000.fv_core.res.tile6.nc .........OK
- Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile1.nc .........OK
- Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile2.nc .........OK
- Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile3.nc .........OK
- Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile4.nc .........OK
- Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile5.nc .........OK
- Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile6.nc .........OK
- Comparing RESTART/20210322.120000.fv_tracer.res.tile1.nc .........OK
- Comparing RESTART/20210322.120000.fv_tracer.res.tile2.nc .........OK
- Comparing RESTART/20210322.120000.fv_tracer.res.tile3.nc .........OK
- Comparing RESTART/20210322.120000.fv_tracer.res.tile4.nc .........OK
- Comparing RESTART/20210322.120000.fv_tracer.res.tile5.nc .........OK
- Comparing RESTART/20210322.120000.fv_tracer.res.tile6.nc .........OK
- Comparing RESTART/20210322.120000.phy_data.tile1.nc .........OK
- Comparing RESTART/20210322.120000.phy_data.tile2.nc .........OK
- Comparing RESTART/20210322.120000.phy_data.tile3.nc .........OK
- Comparing RESTART/20210322.120000.phy_data.tile4.nc .........OK
- Comparing RESTART/20210322.120000.phy_data.tile5.nc .........OK
- Comparing RESTART/20210322.120000.phy_data.tile6.nc .........OK
- Comparing RESTART/20210322.120000.sfc_data.tile1.nc .........OK
- Comparing RESTART/20210322.120000.sfc_data.tile2.nc .........OK
- Comparing RESTART/20210322.120000.sfc_data.tile3.nc .........OK
- Comparing RESTART/20210322.120000.sfc_data.tile4.nc .........OK
- Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK
- Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK
-
- 0: The total amount of wall time = 176.578821
- 0: The maximum resident set size (KB) = 1122964
-
-Test 074 hrrr_control_2threads_intel PASS
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/hrrr_control_intel
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/hrrr_control_restart_intel
-Checking test 075 hrrr_control_restart_intel results ....
- Comparing sfcf012.nc .........OK
- Comparing atmf012.nc .........OK
- Comparing GFSFLX.GrbF12 .........OK
- Comparing GFSPRS.GrbF12 .........OK
-
- 0: The total amount of wall time = 104.443347
- 0: The maximum resident set size (KB) = 1035476
-
-Test 075 hrrr_control_restart_intel PASS
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/rrfs_v1beta_intel
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/rrfs_v1beta_intel
-Checking test 076 rrfs_v1beta_intel results ....
- Comparing sfcf000.nc .........OK
- Comparing sfcf009.nc .........OK
- Comparing sfcf012.nc .........OK
- Comparing atmf000.nc .........OK
- Comparing atmf009.nc .........OK
- Comparing atmf012.nc .........OK
- Comparing GFSFLX.GrbF00 .........OK
- Comparing GFSFLX.GrbF09 .........OK
- Comparing GFSFLX.GrbF12 .........OK
- Comparing GFSPRS.GrbF00 .........OK
- Comparing GFSPRS.GrbF09 .........OK
- Comparing GFSPRS.GrbF12 .........OK
- Comparing RESTART/20210323.060000.coupler.res .........OK
- Comparing RESTART/20210323.060000.fv_core.res.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile1.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile2.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile3.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile4.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile5.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile6.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile1.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile2.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile3.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile4.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile5.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile6.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile1.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile2.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile3.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile4.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile5.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile6.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile1.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile2.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile3.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile4.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK
-
- 0: The total amount of wall time = 372.427836
- 0: The maximum resident set size (KB) = 1200228
-
-Test 076 rrfs_v1beta_intel PASS
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/rrfs_v1nssl_intel
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/rrfs_v1nssl_intel
-Checking test 077 rrfs_v1nssl_intel results ....
- Comparing sfcf000.nc .........OK
- Comparing sfcf009.nc .........OK
- Comparing sfcf012.nc .........OK
- Comparing atmf000.nc .........OK
- Comparing atmf009.nc .........OK
- Comparing atmf012.nc .........OK
- Comparing GFSFLX.GrbF00 .........OK
- Comparing GFSFLX.GrbF09 .........OK
- Comparing GFSFLX.GrbF12 .........OK
- Comparing GFSPRS.GrbF00 .........OK
- Comparing GFSPRS.GrbF09 .........OK
- Comparing GFSPRS.GrbF12 .........OK
-
- 0: The total amount of wall time = 450.047371
- 0: The maximum resident set size (KB) = 2009708
-
-Test 077 rrfs_v1nssl_intel PASS
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/rrfs_v1nssl_nohailnoccn_intel
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/rrfs_v1nssl_nohailnoccn_intel
-Checking test 078 rrfs_v1nssl_nohailnoccn_intel results ....
- Comparing sfcf000.nc .........OK
- Comparing sfcf009.nc .........OK
- Comparing sfcf012.nc .........OK
- Comparing atmf000.nc .........OK
- Comparing atmf009.nc .........OK
- Comparing atmf012.nc .........OK
- Comparing GFSFLX.GrbF00 .........OK
- Comparing GFSFLX.GrbF09 .........OK
- Comparing GFSFLX.GrbF12 .........OK
- Comparing GFSPRS.GrbF00 .........OK
- Comparing GFSPRS.GrbF09 .........OK
- Comparing GFSPRS.GrbF12 .........OK
-
- 0: The total amount of wall time = 440.724624
- 0: The maximum resident set size (KB) = 2182668
-
-Test 078 rrfs_v1nssl_nohailnoccn_intel PASS
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/control_csawmg_intel
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/control_csawmg_intel
-Checking test 079 control_csawmg_intel results ....
- Comparing sfcf000.nc .........OK
- Comparing sfcf024.nc .........OK
- Comparing atmf000.nc .........OK
- Comparing atmf024.nc .........OK
- Comparing GFSFLX.GrbF00 .........OK
- Comparing GFSFLX.GrbF24 .........OK
- Comparing GFSPRS.GrbF00 .........OK
- Comparing GFSPRS.GrbF24 .........OK
-
- 0: The total amount of wall time = 300.082030
- 0: The maximum resident set size (KB) = 823988
-
-Test 079 control_csawmg_intel PASS
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/control_csawmgt_intel
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/control_csawmgt_intel
-Checking test 080 control_csawmgt_intel results ....
- Comparing sfcf000.nc .........OK
- Comparing sfcf024.nc .........OK
- Comparing atmf000.nc .........OK
- Comparing atmf024.nc .........OK
- Comparing GFSFLX.GrbF00 .........OK
- Comparing GFSFLX.GrbF24 .........OK
- Comparing GFSPRS.GrbF00 .........OK
- Comparing GFSPRS.GrbF24 .........OK
-
- 0: The total amount of wall time = 294.086778
- 0: The maximum resident set size (KB) = 843556
-
-Test 080 control_csawmgt_intel PASS
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/control_ras_intel
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/control_ras_intel
-Checking test 081 control_ras_intel results ....
- Comparing sfcf000.nc .........OK
- Comparing sfcf024.nc .........OK
- Comparing atmf000.nc .........OK
- Comparing atmf024.nc .........OK
- Comparing GFSFLX.GrbF00 .........OK
- Comparing GFSFLX.GrbF24 .........OK
- Comparing GFSPRS.GrbF00 .........OK
- Comparing GFSPRS.GrbF24 .........OK
-
- 0: The total amount of wall time = 162.130203
- 0: The maximum resident set size (KB) = 808704
-
-Test 081 control_ras_intel PASS
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/control_wam_intel
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/control_wam_intel
-Checking test 082 control_wam_intel results ....
- Comparing sfcf024.nc .........OK
- Comparing atmf024.nc .........OK
-
- 0: The total amount of wall time = 100.606517
- 0: The maximum resident set size (KB) = 797592
-
-Test 082 control_wam_intel PASS
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/control_p8_faster_intel
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/control_p8_faster_intel
-Checking test 083 control_p8_faster_intel results ....
- Comparing sfcf000.nc .........OK
- Comparing sfcf021.nc .........OK
- Comparing sfcf024.nc .........OK
- Comparing atmf000.nc .........OK
- Comparing atmf021.nc .........OK
- Comparing atmf024.nc .........OK
- Comparing GFSFLX.GrbF00 .........OK
- Comparing GFSFLX.GrbF21 .........OK
- Comparing GFSFLX.GrbF24 .........OK
- Comparing GFSPRS.GrbF00 .........OK
- Comparing GFSPRS.GrbF21 .........OK
- Comparing GFSPRS.GrbF24 .........OK
- Comparing RESTART/20210323.060000.coupler.res .........OK
- Comparing RESTART/20210323.060000.fv_core.res.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile1.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile2.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile3.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile4.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile5.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile6.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile1.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile2.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile3.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile4.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile5.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile6.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile1.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile2.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile3.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile4.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile5.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile6.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile1.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile2.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile3.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile4.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK
-
- 0: The total amount of wall time = 127.972396
- 0: The maximum resident set size (KB) = 1636296
-
-Test 083 control_p8_faster_intel PASS
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/regional_control_faster_intel
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/regional_control_faster_intel
-Checking test 084 regional_control_faster_intel results ....
- Comparing dynf000.nc .........OK
- Comparing dynf006.nc .........OK
- Comparing phyf000.nc .........OK
- Comparing phyf006.nc .........OK
- Comparing PRSLEV.GrbF00 .........OK
- Comparing PRSLEV.GrbF06 .........OK
- Comparing NATLEV.GrbF00 .........OK
- Comparing NATLEV.GrbF06 .........OK
-
- 0: The total amount of wall time = 238.558492
- 0: The maximum resident set size (KB) = 952760
-
-Test 084 regional_control_faster_intel PASS
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/control_CubedSphereGrid_debug_intel
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/control_CubedSphereGrid_debug_intel
-Checking test 085 control_CubedSphereGrid_debug_intel results ....
- Comparing sfcf000.tile1.nc .........OK
- Comparing sfcf000.tile2.nc .........OK
- Comparing sfcf000.tile3.nc .........OK
- Comparing sfcf000.tile4.nc .........OK
- Comparing sfcf000.tile5.nc .........OK
- Comparing sfcf000.tile6.nc .........OK
- Comparing sfcf001.tile1.nc .........OK
- Comparing sfcf001.tile2.nc .........OK
- Comparing sfcf001.tile3.nc .........OK
- Comparing sfcf001.tile4.nc .........OK
- Comparing sfcf001.tile5.nc .........OK
- Comparing sfcf001.tile6.nc .........OK
- Comparing atmf000.tile1.nc .........OK
- Comparing atmf000.tile2.nc .........OK
- Comparing atmf000.tile3.nc .........OK
- Comparing atmf000.tile4.nc .........OK
- Comparing atmf000.tile5.nc .........OK
- Comparing atmf000.tile6.nc .........OK
- Comparing atmf001.tile1.nc .........OK
- Comparing atmf001.tile2.nc .........OK
- Comparing atmf001.tile3.nc .........OK
- Comparing atmf001.tile4.nc .........OK
- Comparing atmf001.tile5.nc .........OK
- Comparing atmf001.tile6.nc .........OK
-
- 0: The total amount of wall time = 126.888170
- 0: The maximum resident set size (KB) = 830124
-
-Test 085 control_CubedSphereGrid_debug_intel PASS
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/control_wrtGauss_netcdf_parallel_debug_intel
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/control_wrtGauss_netcdf_parallel_debug_intel
-Checking test 086 control_wrtGauss_netcdf_parallel_debug_intel results ....
- Comparing sfcf000.nc ............ALT CHECK......OK
- Comparing sfcf001.nc .........OK
- Comparing atmf000.nc ............ALT CHECK......OK
- Comparing atmf001.nc ............ALT CHECK......OK
-
- 0: The total amount of wall time = 124.835124
- 0: The maximum resident set size (KB) = 835952
-
-Test 086 control_wrtGauss_netcdf_parallel_debug_intel PASS
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/control_stochy_debug_intel
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/control_stochy_debug_intel
-Checking test 087 control_stochy_debug_intel results ....
- Comparing sfcf000.nc .........OK
- Comparing sfcf001.nc .........OK
- Comparing atmf000.nc .........OK
- Comparing atmf001.nc .........OK
-
- 0: The total amount of wall time = 142.957425
- 0: The maximum resident set size (KB) = 834384
-
-Test 087 control_stochy_debug_intel PASS
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/control_lndp_debug_intel
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/control_lndp_debug_intel
-Checking test 088 control_lndp_debug_intel results ....
- Comparing sfcf000.nc .........OK
- Comparing sfcf001.nc .........OK
- Comparing atmf000.nc .........OK
- Comparing atmf001.nc .........OK
-
- 0: The total amount of wall time = 127.340528
- 0: The maximum resident set size (KB) = 821296
-
-Test 088 control_lndp_debug_intel PASS
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/control_csawmg_debug_intel
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/control_csawmg_debug_intel
-Checking test 089 control_csawmg_debug_intel results ....
- Comparing sfcf000.nc .........OK
- Comparing sfcf001.nc .........OK
- Comparing atmf000.nc .........OK
- Comparing atmf001.nc .........OK
-
- 0: The total amount of wall time = 193.192196
- 0: The maximum resident set size (KB) = 884260
-
-Test 089 control_csawmg_debug_intel PASS
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/control_csawmgt_debug_intel
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/control_csawmgt_debug_intel
-Checking test 090 control_csawmgt_debug_intel results ....
- Comparing sfcf000.nc .........OK
- Comparing sfcf001.nc .........OK
- Comparing atmf000.nc .........OK
- Comparing atmf001.nc .........OK
-
- 0: The total amount of wall time = 190.907104
- 0: The maximum resident set size (KB) = 868600
-
-Test 090 control_csawmgt_debug_intel PASS
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/control_ras_debug_intel
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/control_ras_debug_intel
-Checking test 091 control_ras_debug_intel results ....
- Comparing sfcf000.nc .........OK
- Comparing sfcf001.nc .........OK
- Comparing atmf000.nc .........OK
- Comparing atmf001.nc .........OK
-
- 0: The total amount of wall time = 128.785064
- 0: The maximum resident set size (KB) = 835496
-
-Test 091 control_ras_debug_intel PASS
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/control_diag_debug_intel
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/control_diag_debug_intel
-Checking test 092 control_diag_debug_intel results ....
- Comparing sfcf000.nc .........OK
- Comparing sfcf001.nc .........OK
- Comparing atmf000.nc .........OK
- Comparing atmf001.nc .........OK
-
- 0: The total amount of wall time = 130.079542
- 0: The maximum resident set size (KB) = 877800
-
-Test 092 control_diag_debug_intel PASS
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/control_debug_p8_intel
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/control_debug_p8_intel
-Checking test 093 control_debug_p8_intel results ....
- Comparing sfcf000.nc .........OK
- Comparing sfcf001.nc .........OK
- Comparing atmf000.nc .........OK
- Comparing atmf001.nc .........OK
-
- 0: The total amount of wall time = 134.337989
- 0: The maximum resident set size (KB) = 1674152
-
-Test 093 control_debug_p8_intel PASS
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/regional_debug_intel
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/regional_debug_intel
-Checking test 094 regional_debug_intel results ....
- Comparing dynf000.nc .........OK
- Comparing dynf001.nc .........OK
- Comparing phyf000.nc .........OK
- Comparing phyf001.nc .........OK
-
- 0: The total amount of wall time = 839.333055
- 0: The maximum resident set size (KB) = 900736
-
-Test 094 regional_debug_intel PASS
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/rap_control_debug_intel
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/rap_control_debug_intel
-Checking test 095 rap_control_debug_intel results ....
- Comparing sfcf000.nc .........OK
- Comparing sfcf001.nc .........OK
- Comparing atmf000.nc .........OK
- Comparing atmf001.nc .........OK
-
- 0: The total amount of wall time = 234.381773
- 0: The maximum resident set size (KB) = 1216324
-
-Test 095 rap_control_debug_intel PASS
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/hrrr_control_debug_intel
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/hrrr_control_debug_intel
-Checking test 096 hrrr_control_debug_intel results ....
- Comparing sfcf000.nc .........OK
- Comparing sfcf001.nc .........OK
- Comparing atmf000.nc .........OK
- Comparing atmf001.nc .........OK
-
- 0: The total amount of wall time = 226.944232
- 0: The maximum resident set size (KB) = 1219120
-
-Test 096 hrrr_control_debug_intel PASS
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/hrrr_gf_debug_intel
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/hrrr_gf_debug_intel
-Checking test 097 hrrr_gf_debug_intel results ....
- Comparing sfcf000.nc .........OK
- Comparing sfcf001.nc .........OK
- Comparing atmf000.nc .........OK
- Comparing atmf001.nc .........OK
-
- 0: The total amount of wall time = 230.843397
- 0: The maximum resident set size (KB) = 1210664
-
-Test 097 hrrr_gf_debug_intel PASS
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/hrrr_c3_debug_intel
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/hrrr_c3_debug_intel
-Checking test 098 hrrr_c3_debug_intel results ....
- Comparing sfcf000.nc .........OK
- Comparing sfcf001.nc .........OK
- Comparing atmf000.nc .........OK
- Comparing atmf001.nc .........OK
-
- 0: The total amount of wall time = 228.161106
- 0: The maximum resident set size (KB) = 1210332
-
-Test 098 hrrr_c3_debug_intel PASS
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/rap_control_debug_intel
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/rap_unified_drag_suite_debug_intel
-Checking test 099 rap_unified_drag_suite_debug_intel results ....
- Comparing sfcf000.nc .........OK
- Comparing sfcf001.nc .........OK
- Comparing atmf000.nc .........OK
- Comparing atmf001.nc .........OK
-
- 0: The total amount of wall time = 232.745199
- 0: The maximum resident set size (KB) = 1213624
-
-Test 099 rap_unified_drag_suite_debug_intel PASS
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/rap_diag_debug_intel
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/rap_diag_debug_intel
-Checking test 100 rap_diag_debug_intel results ....
- Comparing sfcf000.nc .........OK
- Comparing sfcf001.nc .........OK
- Comparing atmf000.nc .........OK
- Comparing atmf001.nc .........OK
-
- 0: The total amount of wall time = 243.468888
- 0: The maximum resident set size (KB) = 1298912
-
-Test 100 rap_diag_debug_intel PASS
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/rap_cires_ugwp_debug_intel
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/rap_cires_ugwp_debug_intel
-Checking test 101 rap_cires_ugwp_debug_intel results ....
- Comparing sfcf000.nc .........OK
- Comparing sfcf001.nc .........OK
- Comparing atmf000.nc .........OK
- Comparing atmf001.nc .........OK
-
- 0: The total amount of wall time = 236.993301
- 0: The maximum resident set size (KB) = 1217228
-
-Test 101 rap_cires_ugwp_debug_intel PASS
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/rap_cires_ugwp_debug_intel
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/rap_unified_ugwp_debug_intel
-Checking test 102 rap_unified_ugwp_debug_intel results ....
- Comparing sfcf000.nc .........OK
- Comparing sfcf001.nc .........OK
- Comparing atmf000.nc .........OK
- Comparing atmf001.nc .........OK
-
- 0: The total amount of wall time = 235.920274
- 0: The maximum resident set size (KB) = 1215824
-
-Test 102 rap_unified_ugwp_debug_intel PASS
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/rap_lndp_debug_intel
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/rap_lndp_debug_intel
-Checking test 103 rap_lndp_debug_intel results ....
- Comparing sfcf000.nc .........OK
- Comparing sfcf001.nc .........OK
- Comparing atmf000.nc .........OK
- Comparing atmf001.nc .........OK
-
- 0: The total amount of wall time = 232.246463
- 0: The maximum resident set size (KB) = 1214152
-
-Test 103 rap_lndp_debug_intel PASS
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/rap_progcld_thompson_debug_intel
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/rap_progcld_thompson_debug_intel
-Checking test 104 rap_progcld_thompson_debug_intel results ....
- Comparing sfcf000.nc .........OK
- Comparing sfcf001.nc .........OK
- Comparing atmf000.nc .........OK
- Comparing atmf001.nc .........OK
-
- 0: The total amount of wall time = 232.206598
- 0: The maximum resident set size (KB) = 1212532
-
-Test 104 rap_progcld_thompson_debug_intel PASS
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/rap_noah_debug_intel
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/rap_noah_debug_intel
-Checking test 105 rap_noah_debug_intel results ....
- Comparing sfcf000.nc .........OK
- Comparing sfcf001.nc .........OK
- Comparing atmf000.nc .........OK
- Comparing atmf001.nc .........OK
-
- 0: The total amount of wall time = 230.341978
- 0: The maximum resident set size (KB) = 1224036
-
-Test 105 rap_noah_debug_intel PASS
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/rap_sfcdiff_debug_intel
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/rap_sfcdiff_debug_intel
-Checking test 106 rap_sfcdiff_debug_intel results ....
- Comparing sfcf000.nc .........OK
- Comparing sfcf001.nc .........OK
- Comparing atmf000.nc .........OK
- Comparing atmf001.nc .........OK
-
- 0: The total amount of wall time = 231.989994
- 0: The maximum resident set size (KB) = 1216636
-
-Test 106 rap_sfcdiff_debug_intel PASS
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/rap_noah_sfcdiff_cires_ugwp_debug_intel
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/rap_noah_sfcdiff_cires_ugwp_debug_intel
-Checking test 107 rap_noah_sfcdiff_cires_ugwp_debug_intel results ....
- Comparing sfcf000.nc .........OK
- Comparing sfcf001.nc .........OK
- Comparing atmf000.nc .........OK
- Comparing atmf001.nc .........OK
-
- 0: The total amount of wall time = 379.022396
- 0: The maximum resident set size (KB) = 1213916
-
-Test 107 rap_noah_sfcdiff_cires_ugwp_debug_intel PASS
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/rrfs_v1beta_debug_intel
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/rrfs_v1beta_debug_intel
-Checking test 108 rrfs_v1beta_debug_intel results ....
- Comparing sfcf000.nc .........OK
- Comparing sfcf001.nc .........OK
- Comparing atmf000.nc .........OK
- Comparing atmf001.nc .........OK
-
- 0: The total amount of wall time = 231.127133
- 0: The maximum resident set size (KB) = 1220928
-
-Test 108 rrfs_v1beta_debug_intel PASS
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/rap_clm_lake_debug_intel
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/rap_clm_lake_debug_intel
-Checking test 109 rap_clm_lake_debug_intel results ....
- Comparing sfcf000.nc .........OK
- Comparing sfcf001.nc .........OK
- Comparing atmf000.nc .........OK
- Comparing atmf001.nc .........OK
-
- 0: The total amount of wall time = 282.438861
- 0: The maximum resident set size (KB) = 1214000
-
-Test 109 rap_clm_lake_debug_intel PASS
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/rap_flake_debug_intel
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/rap_flake_debug_intel
-Checking test 110 rap_flake_debug_intel results ....
- Comparing sfcf000.nc .........OK
- Comparing sfcf001.nc .........OK
- Comparing atmf000.nc .........OK
- Comparing atmf001.nc .........OK
-
- 0: The total amount of wall time = 236.288404
- 0: The maximum resident set size (KB) = 1212436
-
-Test 110 rap_flake_debug_intel PASS
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/gnv1_c96_no_nest_debug_intel
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/gnv1_c96_no_nest_debug_intel
-Checking test 111 gnv1_c96_no_nest_debug_intel results ....
- Comparing sfcf000.nc .........OK
- Comparing sfcf001.nc .........OK
- Comparing sfcf002.nc .........OK
- Comparing atmf000.nc .........OK
- Comparing atmf001.nc .........OK
- Comparing atmf002.nc .........OK
- Comparing RESTART/20210322.070000.coupler.res .........OK
- Comparing RESTART/20210322.070000.fv_core.res.nc .........OK
- Comparing RESTART/20210322.070000.fv_core.res.tile1.nc .........OK
- Comparing RESTART/20210322.070000.fv_core.res.tile2.nc .........OK
- Comparing RESTART/20210322.070000.fv_core.res.tile3.nc .........OK
- Comparing RESTART/20210322.070000.fv_core.res.tile4.nc .........OK
- Comparing RESTART/20210322.070000.fv_core.res.tile5.nc .........OK
- Comparing RESTART/20210322.070000.fv_core.res.tile6.nc .........OK
- Comparing RESTART/20210322.070000.fv_srf_wnd.res.tile1.nc .........OK
- Comparing RESTART/20210322.070000.fv_srf_wnd.res.tile2.nc .........OK
- Comparing RESTART/20210322.070000.fv_srf_wnd.res.tile3.nc .........OK
- Comparing RESTART/20210322.070000.fv_srf_wnd.res.tile4.nc .........OK
- Comparing RESTART/20210322.070000.fv_srf_wnd.res.tile5.nc .........OK
- Comparing RESTART/20210322.070000.fv_srf_wnd.res.tile6.nc .........OK
- Comparing RESTART/20210322.070000.fv_tracer.res.tile1.nc .........OK
- Comparing RESTART/20210322.070000.fv_tracer.res.tile2.nc .........OK
- Comparing RESTART/20210322.070000.fv_tracer.res.tile3.nc .........OK
- Comparing RESTART/20210322.070000.fv_tracer.res.tile4.nc .........OK
- Comparing RESTART/20210322.070000.fv_tracer.res.tile5.nc .........OK
- Comparing RESTART/20210322.070000.fv_tracer.res.tile6.nc .........OK
- Comparing RESTART/20210322.070000.phy_data.tile1.nc .........OK
- Comparing RESTART/20210322.070000.phy_data.tile2.nc .........OK
- Comparing RESTART/20210322.070000.phy_data.tile3.nc .........OK
- Comparing RESTART/20210322.070000.phy_data.tile4.nc .........OK
- Comparing RESTART/20210322.070000.phy_data.tile5.nc .........OK
- Comparing RESTART/20210322.070000.phy_data.tile6.nc .........OK
- Comparing RESTART/20210322.070000.sfc_data.tile1.nc .........OK
- Comparing RESTART/20210322.070000.sfc_data.tile2.nc .........OK
- Comparing RESTART/20210322.070000.sfc_data.tile3.nc .........OK
- Comparing RESTART/20210322.070000.sfc_data.tile4.nc .........OK
- Comparing RESTART/20210322.070000.sfc_data.tile5.nc .........OK
- Comparing RESTART/20210322.070000.sfc_data.tile6.nc .........OK
-
- 0: The total amount of wall time = 403.085612
- 0: The maximum resident set size (KB) = 1223832
-
-Test 111 gnv1_c96_no_nest_debug_intel PASS
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/regional_spp_sppt_shum_skeb_dyn32_phy32_intel
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/regional_spp_sppt_shum_skeb_dyn32_phy32_intel
-Checking test 112 regional_spp_sppt_shum_skeb_dyn32_phy32_intel results ....
- Comparing dynf000.nc .........OK
- Comparing dynf001.nc .........OK
- Comparing phyf000.nc .........OK
- Comparing phyf001.nc .........OK
- Comparing PRSLEV.GrbF00 .........OK
- Comparing PRSLEV.GrbF01 .........OK
- Comparing NATLEV.GrbF00 .........OK
- Comparing NATLEV.GrbF01 .........OK
-
- 0: The total amount of wall time = 197.607985
- 0: The maximum resident set size (KB) = 1276428
-
-Test 112 regional_spp_sppt_shum_skeb_dyn32_phy32_intel PASS
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/rap_control_dyn32_phy32_intel
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/rap_control_dyn32_phy32_intel
-Checking test 113 rap_control_dyn32_phy32_intel results ....
- Comparing sfcf000.nc .........OK
- Comparing sfcf009.nc .........OK
- Comparing sfcf012.nc .........OK
- Comparing atmf000.nc .........OK
- Comparing atmf009.nc .........OK
- Comparing atmf012.nc .........OK
- Comparing GFSFLX.GrbF00 .........OK
- Comparing GFSFLX.GrbF09 .........OK
- Comparing GFSFLX.GrbF12 .........OK
- Comparing GFSPRS.GrbF00 .........OK
- Comparing GFSPRS.GrbF09 .........OK
- Comparing GFSPRS.GrbF12 .........OK
- Comparing RESTART/20210323.060000.coupler.res .........OK
- Comparing RESTART/20210323.060000.fv_core.res.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile1.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile2.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile3.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile4.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile5.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile6.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile1.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile2.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile3.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile4.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile5.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile6.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile1.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile2.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile3.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile4.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile5.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile6.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile1.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile2.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile3.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile4.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK
-
- 0: The total amount of wall time = 313.760880
- 0: The maximum resident set size (KB) = 1131740
-
-Test 113 rap_control_dyn32_phy32_intel PASS
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/hrrr_control_dyn32_phy32_intel
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/hrrr_control_dyn32_phy32_intel
-Checking test 114 hrrr_control_dyn32_phy32_intel results ....
- Comparing sfcf000.nc .........OK
- Comparing sfcf009.nc .........OK
- Comparing sfcf012.nc .........OK
- Comparing atmf000.nc .........OK
- Comparing atmf009.nc .........OK
- Comparing atmf012.nc .........OK
- Comparing GFSFLX.GrbF00 .........OK
- Comparing GFSFLX.GrbF09 .........OK
- Comparing GFSFLX.GrbF12 .........OK
- Comparing GFSPRS.GrbF00 .........OK
- Comparing GFSPRS.GrbF09 .........OK
- Comparing GFSPRS.GrbF12 .........OK
- Comparing RESTART/20210322.120000.coupler.res .........OK
- Comparing RESTART/20210322.120000.fv_core.res.nc .........OK
- Comparing RESTART/20210322.120000.fv_core.res.tile1.nc .........OK
- Comparing RESTART/20210322.120000.fv_core.res.tile2.nc .........OK
- Comparing RESTART/20210322.120000.fv_core.res.tile3.nc .........OK
- Comparing RESTART/20210322.120000.fv_core.res.tile4.nc .........OK
- Comparing RESTART/20210322.120000.fv_core.res.tile5.nc .........OK
- Comparing RESTART/20210322.120000.fv_core.res.tile6.nc .........OK
- Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile1.nc .........OK
- Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile2.nc .........OK
- Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile3.nc .........OK
- Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile4.nc .........OK
- Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile5.nc .........OK
- Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile6.nc .........OK
- Comparing RESTART/20210322.120000.fv_tracer.res.tile1.nc .........OK
- Comparing RESTART/20210322.120000.fv_tracer.res.tile2.nc .........OK
- Comparing RESTART/20210322.120000.fv_tracer.res.tile3.nc .........OK
- Comparing RESTART/20210322.120000.fv_tracer.res.tile4.nc .........OK
- Comparing RESTART/20210322.120000.fv_tracer.res.tile5.nc .........OK
- Comparing RESTART/20210322.120000.fv_tracer.res.tile6.nc .........OK
- Comparing RESTART/20210322.120000.phy_data.tile1.nc .........OK
- Comparing RESTART/20210322.120000.phy_data.tile2.nc .........OK
- Comparing RESTART/20210322.120000.phy_data.tile3.nc .........OK
- Comparing RESTART/20210322.120000.phy_data.tile4.nc .........OK
- Comparing RESTART/20210322.120000.phy_data.tile5.nc .........OK
- Comparing RESTART/20210322.120000.phy_data.tile6.nc .........OK
- Comparing RESTART/20210322.120000.sfc_data.tile1.nc .........OK
- Comparing RESTART/20210322.120000.sfc_data.tile2.nc .........OK
- Comparing RESTART/20210322.120000.sfc_data.tile3.nc .........OK
- Comparing RESTART/20210322.120000.sfc_data.tile4.nc .........OK
- Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK
- Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK
-
- 0: The total amount of wall time = 164.718473
- 0: The maximum resident set size (KB) = 1029100
-
-Test 114 hrrr_control_dyn32_phy32_intel PASS
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/rap_control_dyn32_phy32_intel
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/rap_2threads_dyn32_phy32_intel
-Checking test 115 rap_2threads_dyn32_phy32_intel results ....
- Comparing sfcf000.nc .........OK
- Comparing sfcf009.nc .........OK
- Comparing sfcf012.nc .........OK
- Comparing atmf000.nc .........OK
- Comparing atmf009.nc .........OK
- Comparing atmf012.nc .........OK
- Comparing GFSFLX.GrbF00 .........OK
- Comparing GFSFLX.GrbF09 .........OK
- Comparing GFSFLX.GrbF12 .........OK
- Comparing GFSPRS.GrbF00 .........OK
- Comparing GFSPRS.GrbF09 .........OK
- Comparing GFSPRS.GrbF12 .........OK
- Comparing RESTART/20210323.060000.coupler.res .........OK
- Comparing RESTART/20210323.060000.fv_core.res.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile1.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile2.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile3.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile4.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile5.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile6.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile1.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile2.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile3.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile4.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile5.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile6.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile1.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile2.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile3.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile4.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile5.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile6.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile1.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile2.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile3.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile4.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK
-
- 0: The total amount of wall time = 294.707507
- 0: The maximum resident set size (KB) = 1283492
-
-Test 115 rap_2threads_dyn32_phy32_intel PASS
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/hrrr_control_dyn32_phy32_intel
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/hrrr_control_2threads_dyn32_phy32_intel
-Checking test 116 hrrr_control_2threads_dyn32_phy32_intel results ....
- Comparing sfcf000.nc .........OK
- Comparing sfcf009.nc .........OK
- Comparing sfcf012.nc .........OK
- Comparing atmf000.nc .........OK
- Comparing atmf009.nc .........OK
- Comparing atmf012.nc .........OK
- Comparing GFSFLX.GrbF00 .........OK
- Comparing GFSFLX.GrbF09 .........OK
- Comparing GFSFLX.GrbF12 .........OK
- Comparing GFSPRS.GrbF00 .........OK
- Comparing GFSPRS.GrbF09 .........OK
- Comparing GFSPRS.GrbF12 .........OK
- Comparing RESTART/20210322.120000.coupler.res .........OK
- Comparing RESTART/20210322.120000.fv_core.res.nc .........OK
- Comparing RESTART/20210322.120000.fv_core.res.tile1.nc .........OK
- Comparing RESTART/20210322.120000.fv_core.res.tile2.nc .........OK
- Comparing RESTART/20210322.120000.fv_core.res.tile3.nc .........OK
- Comparing RESTART/20210322.120000.fv_core.res.tile4.nc .........OK
- Comparing RESTART/20210322.120000.fv_core.res.tile5.nc .........OK
- Comparing RESTART/20210322.120000.fv_core.res.tile6.nc .........OK
- Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile1.nc .........OK
- Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile2.nc .........OK
- Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile3.nc .........OK
- Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile4.nc .........OK
- Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile5.nc .........OK
- Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile6.nc .........OK
- Comparing RESTART/20210322.120000.fv_tracer.res.tile1.nc .........OK
- Comparing RESTART/20210322.120000.fv_tracer.res.tile2.nc .........OK
- Comparing RESTART/20210322.120000.fv_tracer.res.tile3.nc .........OK
- Comparing RESTART/20210322.120000.fv_tracer.res.tile4.nc .........OK
- Comparing RESTART/20210322.120000.fv_tracer.res.tile5.nc .........OK
- Comparing RESTART/20210322.120000.fv_tracer.res.tile6.nc .........OK
- Comparing RESTART/20210322.120000.phy_data.tile1.nc .........OK
- Comparing RESTART/20210322.120000.phy_data.tile2.nc .........OK
- Comparing RESTART/20210322.120000.phy_data.tile3.nc .........OK
- Comparing RESTART/20210322.120000.phy_data.tile4.nc .........OK
- Comparing RESTART/20210322.120000.phy_data.tile5.nc .........OK
- Comparing RESTART/20210322.120000.phy_data.tile6.nc .........OK
- Comparing RESTART/20210322.120000.sfc_data.tile1.nc .........OK
- Comparing RESTART/20210322.120000.sfc_data.tile2.nc .........OK
- Comparing RESTART/20210322.120000.sfc_data.tile3.nc .........OK
- Comparing RESTART/20210322.120000.sfc_data.tile4.nc .........OK
- Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK
- Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK
-
- 0: The total amount of wall time = 155.297684
- 0: The maximum resident set size (KB) = 1038164
-
-Test 116 hrrr_control_2threads_dyn32_phy32_intel PASS
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/hrrr_control_dyn32_phy32_intel
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/hrrr_control_decomp_dyn32_phy32_intel
-Checking test 117 hrrr_control_decomp_dyn32_phy32_intel results ....
- Comparing sfcf000.nc .........OK
- Comparing sfcf009.nc .........OK
- Comparing sfcf012.nc .........OK
- Comparing atmf000.nc .........OK
- Comparing atmf009.nc .........OK
- Comparing atmf012.nc .........OK
- Comparing GFSFLX.GrbF00 .........OK
- Comparing GFSFLX.GrbF09 .........OK
- Comparing GFSFLX.GrbF12 .........OK
- Comparing GFSPRS.GrbF00 .........OK
- Comparing GFSPRS.GrbF09 .........OK
- Comparing GFSPRS.GrbF12 .........OK
- Comparing RESTART/20210322.120000.coupler.res .........OK
- Comparing RESTART/20210322.120000.fv_core.res.nc .........OK
- Comparing RESTART/20210322.120000.fv_core.res.tile1.nc .........OK
- Comparing RESTART/20210322.120000.fv_core.res.tile2.nc .........OK
- Comparing RESTART/20210322.120000.fv_core.res.tile3.nc .........OK
- Comparing RESTART/20210322.120000.fv_core.res.tile4.nc .........OK
- Comparing RESTART/20210322.120000.fv_core.res.tile5.nc .........OK
- Comparing RESTART/20210322.120000.fv_core.res.tile6.nc .........OK
- Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile1.nc .........OK
- Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile2.nc .........OK
- Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile3.nc .........OK
- Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile4.nc .........OK
- Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile5.nc .........OK
- Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile6.nc .........OK
- Comparing RESTART/20210322.120000.fv_tracer.res.tile1.nc .........OK
- Comparing RESTART/20210322.120000.fv_tracer.res.tile2.nc .........OK
- Comparing RESTART/20210322.120000.fv_tracer.res.tile3.nc .........OK
- Comparing RESTART/20210322.120000.fv_tracer.res.tile4.nc .........OK
- Comparing RESTART/20210322.120000.fv_tracer.res.tile5.nc .........OK
- Comparing RESTART/20210322.120000.fv_tracer.res.tile6.nc .........OK
- Comparing RESTART/20210322.120000.phy_data.tile1.nc .........OK
- Comparing RESTART/20210322.120000.phy_data.tile2.nc .........OK
- Comparing RESTART/20210322.120000.phy_data.tile3.nc .........OK
- Comparing RESTART/20210322.120000.phy_data.tile4.nc .........OK
- Comparing RESTART/20210322.120000.phy_data.tile5.nc .........OK
- Comparing RESTART/20210322.120000.phy_data.tile6.nc .........OK
- Comparing RESTART/20210322.120000.sfc_data.tile1.nc .........OK
- Comparing RESTART/20210322.120000.sfc_data.tile2.nc .........OK
- Comparing RESTART/20210322.120000.sfc_data.tile3.nc .........OK
- Comparing RESTART/20210322.120000.sfc_data.tile4.nc .........OK
- Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK
- Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK
-
- 0: The total amount of wall time = 172.198837
- 0: The maximum resident set size (KB) = 991592
-
-Test 117 hrrr_control_decomp_dyn32_phy32_intel PASS
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/rap_control_dyn32_phy32_intel
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/rap_restart_dyn32_phy32_intel
-Checking test 118 rap_restart_dyn32_phy32_intel results ....
- Comparing sfcf012.nc .........OK
- Comparing atmf012.nc .........OK
- Comparing GFSFLX.GrbF12 .........OK
- Comparing GFSPRS.GrbF12 .........OK
- Comparing RESTART/20210323.060000.coupler.res .........OK
- Comparing RESTART/20210323.060000.fv_core.res.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile1.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile2.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile3.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile4.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile5.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile6.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile1.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile2.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile3.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile4.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile5.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile6.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile1.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile2.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile3.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile4.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile5.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile6.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile1.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile2.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile3.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile4.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK
-
- 0: The total amount of wall time = 235.434206
- 0: The maximum resident set size (KB) = 1107128
-
-Test 118 rap_restart_dyn32_phy32_intel PASS
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/hrrr_control_dyn32_phy32_intel
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/hrrr_control_restart_dyn32_phy32_intel
-Checking test 119 hrrr_control_restart_dyn32_phy32_intel results ....
- Comparing sfcf012.nc .........OK
- Comparing atmf012.nc .........OK
- Comparing GFSFLX.GrbF12 .........OK
- Comparing GFSPRS.GrbF12 .........OK
-
- 0: The total amount of wall time = 85.848379
- 0: The maximum resident set size (KB) = 977196
-
-Test 119 hrrr_control_restart_dyn32_phy32_intel PASS
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/conus13km_control_intel
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/conus13km_control_intel
-Checking test 120 conus13km_control_intel results ....
- Comparing sfcf000.nc .........OK
- Comparing sfcf001.nc .........OK
- Comparing sfcf002.nc .........OK
- Comparing atmf000.nc .........OK
- Comparing atmf001.nc .........OK
- Comparing atmf002.nc .........OK
- Comparing RESTART/20210512.170000.coupler.res .........OK
- Comparing RESTART/20210512.170000.fv_core.res.nc .........OK
- Comparing RESTART/20210512.170000.fv_core.res.tile1.nc .........OK
- Comparing RESTART/20210512.170000.fv_srf_wnd.res.tile1.nc .........OK
- Comparing RESTART/20210512.170000.fv_tracer.res.tile1.nc .........OK
- Comparing RESTART/20210512.170000.phy_data.nc .........OK
- Comparing RESTART/20210512.170000.sfc_data.nc .........OK
-
- 0: The total amount of wall time = 102.169098
- 0: The maximum resident set size (KB) = 1293252
-
-Test 120 conus13km_control_intel PASS
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/conus13km_control_intel
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/conus13km_2threads_intel
-Checking test 121 conus13km_2threads_intel results ....
- Comparing sfcf000.nc .........OK
- Comparing sfcf001.nc .........OK
- Comparing atmf000.nc .........OK
- Comparing atmf001.nc .........OK
-
- 0: The total amount of wall time = 43.568493
- 0: The maximum resident set size (KB) = 1209568
-
-Test 121 conus13km_2threads_intel PASS
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/conus13km_restart_mismatch_intel
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/conus13km_restart_mismatch_intel
-Checking test 122 conus13km_restart_mismatch_intel results ....
- Comparing sfcf002.nc .........OK
- Comparing atmf002.nc .........OK
-
- 0: The total amount of wall time = 57.840616
- 0: The maximum resident set size (KB) = 1148928
-
-Test 122 conus13km_restart_mismatch_intel PASS
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/rap_control_dyn64_phy32_intel
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/rap_control_dyn64_phy32_intel
-Checking test 123 rap_control_dyn64_phy32_intel results ....
- Comparing sfcf000.nc .........OK
- Comparing sfcf009.nc .........OK
- Comparing sfcf012.nc .........OK
- Comparing atmf000.nc .........OK
- Comparing atmf009.nc .........OK
- Comparing atmf012.nc .........OK
- Comparing GFSFLX.GrbF00 .........OK
- Comparing GFSFLX.GrbF09 .........OK
- Comparing GFSFLX.GrbF12 .........OK
- Comparing GFSPRS.GrbF00 .........OK
- Comparing GFSPRS.GrbF09 .........OK
- Comparing GFSPRS.GrbF12 .........OK
- Comparing RESTART/20210322.180000.coupler.res .........OK
- Comparing RESTART/20210322.180000.fv_core.res.nc .........OK
- Comparing RESTART/20210322.180000.fv_core.res.tile1.nc .........OK
- Comparing RESTART/20210322.180000.fv_core.res.tile2.nc .........OK
- Comparing RESTART/20210322.180000.fv_core.res.tile3.nc .........OK
- Comparing RESTART/20210322.180000.fv_core.res.tile4.nc .........OK
- Comparing RESTART/20210322.180000.fv_core.res.tile5.nc .........OK
- Comparing RESTART/20210322.180000.fv_core.res.tile6.nc .........OK
- Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile1.nc .........OK
- Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile2.nc .........OK
- Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile3.nc .........OK
- Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile4.nc .........OK
- Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile5.nc .........OK
- Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile6.nc .........OK
- Comparing RESTART/20210322.180000.fv_tracer.res.tile1.nc .........OK
- Comparing RESTART/20210322.180000.fv_tracer.res.tile2.nc .........OK
- Comparing RESTART/20210322.180000.fv_tracer.res.tile3.nc .........OK
- Comparing RESTART/20210322.180000.fv_tracer.res.tile4.nc .........OK
- Comparing RESTART/20210322.180000.fv_tracer.res.tile5.nc .........OK
- Comparing RESTART/20210322.180000.fv_tracer.res.tile6.nc .........OK
- Comparing RESTART/20210322.180000.phy_data.tile1.nc .........OK
- Comparing RESTART/20210322.180000.phy_data.tile2.nc .........OK
- Comparing RESTART/20210322.180000.phy_data.tile3.nc .........OK
- Comparing RESTART/20210322.180000.phy_data.tile4.nc .........OK
- Comparing RESTART/20210322.180000.phy_data.tile5.nc .........OK
- Comparing RESTART/20210322.180000.phy_data.tile6.nc .........OK
- Comparing RESTART/20210322.180000.sfc_data.tile1.nc .........OK
- Comparing RESTART/20210322.180000.sfc_data.tile2.nc .........OK
- Comparing RESTART/20210322.180000.sfc_data.tile3.nc .........OK
- Comparing RESTART/20210322.180000.sfc_data.tile4.nc .........OK
- Comparing RESTART/20210322.180000.sfc_data.tile5.nc .........OK
- Comparing RESTART/20210322.180000.sfc_data.tile6.nc .........OK
-
- 0: The total amount of wall time = 212.309497
- 0: The maximum resident set size (KB) = 1066912
-
-Test 123 rap_control_dyn64_phy32_intel PASS
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/rap_control_debug_dyn32_phy32_intel
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/rap_control_debug_dyn32_phy32_intel
-Checking test 124 rap_control_debug_dyn32_phy32_intel results ....
- Comparing sfcf000.nc .........OK
- Comparing sfcf001.nc .........OK
- Comparing atmf000.nc .........OK
- Comparing atmf001.nc .........OK
-
- 0: The total amount of wall time = 226.445342
- 0: The maximum resident set size (KB) = 1094156
-
-Test 124 rap_control_debug_dyn32_phy32_intel PASS
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/hrrr_control_debug_dyn32_phy32_intel
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/hrrr_control_debug_dyn32_phy32_intel
-Checking test 125 hrrr_control_debug_dyn32_phy32_intel results ....
- Comparing sfcf000.nc .........OK
- Comparing sfcf001.nc .........OK
- Comparing atmf000.nc .........OK
- Comparing atmf001.nc .........OK
-
- 0: The total amount of wall time = 222.621117
- 0: The maximum resident set size (KB) = 1094760
-
-Test 125 hrrr_control_debug_dyn32_phy32_intel PASS
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/conus13km_debug_intel
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/conus13km_debug_intel
-Checking test 126 conus13km_debug_intel results ....
- Comparing sfcf000.nc .........OK
- Comparing sfcf001.nc .........OK
- Comparing atmf000.nc .........OK
- Comparing atmf001.nc .........OK
- Comparing RESTART/20210512.170000.coupler.res .........OK
- Comparing RESTART/20210512.170000.fv_core.res.nc .........OK
- Comparing RESTART/20210512.170000.fv_core.res.tile1.nc .........OK
- Comparing RESTART/20210512.170000.fv_srf_wnd.res.tile1.nc .........OK
- Comparing RESTART/20210512.170000.fv_tracer.res.tile1.nc .........OK
- Comparing RESTART/20210512.170000.phy_data.nc .........OK
- Comparing RESTART/20210512.170000.sfc_data.nc .........OK
-
- 0: The total amount of wall time = 700.223625
- 0: The maximum resident set size (KB) = 1351836
-
-Test 126 conus13km_debug_intel PASS
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/conus13km_debug_intel
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/conus13km_debug_qr_intel
-Checking test 127 conus13km_debug_qr_intel results ....
- Comparing sfcf000.nc .........OK
- Comparing sfcf001.nc .........OK
- Comparing atmf000.nc .........OK
- Comparing atmf001.nc .........OK
- Comparing RESTART/20210512.170000.coupler.res .........OK
- Comparing RESTART/20210512.170000.fv_core.res.nc .........OK
- Comparing RESTART/20210512.170000.fv_core.res.tile1.nc ............ALT CHECK......OK
- Comparing RESTART/20210512.170000.fv_srf_wnd.res.tile1.nc ............ALT CHECK......OK
- Comparing RESTART/20210512.170000.fv_tracer.res.tile1.nc ............ALT CHECK......OK
- Comparing RESTART/20210512.170000.phy_data.nc ............ALT CHECK......OK
- Comparing RESTART/20210512.170000.sfc_data.nc ............ALT CHECK......OK
-
- 0: The total amount of wall time = 710.224736
- 0: The maximum resident set size (KB) = 985456
-
-Test 127 conus13km_debug_qr_intel PASS
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/conus13km_debug_intel
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/conus13km_debug_2threads_intel
-Checking test 128 conus13km_debug_2threads_intel results ....
- Comparing sfcf000.nc .........OK
- Comparing sfcf001.nc .........OK
- Comparing atmf000.nc .........OK
- Comparing atmf001.nc .........OK
-
- 0: The total amount of wall time = 398.438495
- 0: The maximum resident set size (KB) = 1238812
-
-Test 128 conus13km_debug_2threads_intel PASS
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/conus13km_radar_tten_debug_intel
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/conus13km_radar_tten_debug_intel
-Checking test 129 conus13km_radar_tten_debug_intel results ....
- Comparing sfcf000.nc .........OK
- Comparing sfcf001.nc .........OK
- Comparing atmf000.nc .........OK
- Comparing atmf001.nc .........OK
-
- 0: The total amount of wall time = 697.101146
- 0: The maximum resident set size (KB) = 1413152
-
-Test 129 conus13km_radar_tten_debug_intel PASS
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/rap_control_debug_dyn64_phy32_intel
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/rap_control_dyn64_phy32_debug_intel
-Checking test 130 rap_control_dyn64_phy32_debug_intel results ....
- Comparing sfcf000.nc .........OK
- Comparing sfcf001.nc .........OK
- Comparing atmf000.nc .........OK
- Comparing atmf001.nc .........OK
-
- 0: The total amount of wall time = 230.387083
- 0: The maximum resident set size (KB) = 1158072
-
-Test 130 rap_control_dyn64_phy32_debug_intel PASS
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/hafs_regional_atm_intel
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/hafs_regional_atm_intel
-Checking test 131 hafs_regional_atm_intel results ....
- Comparing atmf006.nc .........OK
- Comparing sfcf006.nc .........OK
- Comparing HURPRS.GrbF06 .........OK
-
- 0: The total amount of wall time = 318.219404
- 0: The maximum resident set size (KB) = 880756
-
-Test 131 hafs_regional_atm_intel PASS
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/hafs_regional_atm_thompson_gfdlsf_intel
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/hafs_regional_atm_thompson_gfdlsf_intel
-Checking test 132 hafs_regional_atm_thompson_gfdlsf_intel results ....
- Comparing atmf006.nc .........OK
- Comparing sfcf006.nc .........OK
-
- 0: The total amount of wall time = 294.264579
- 0: The maximum resident set size (KB) = 1275120
-
-Test 132 hafs_regional_atm_thompson_gfdlsf_intel PASS
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/hafs_regional_atm_ocn_intel
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/hafs_regional_atm_ocn_intel
-Checking test 133 hafs_regional_atm_ocn_intel results ....
- Comparing atmf006.nc .........OK
- Comparing sfcf006.nc .........OK
- Comparing archv.2019_241_06.a .........OK
- Comparing archs.2019_241_06.a .........OK
- Comparing ufs.hafs.cpl.hi.2019-08-29-21600.nc .........OK
- Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK
-
- 0: The total amount of wall time = 386.882521
- 0: The maximum resident set size (KB) = 937016
-
-Test 133 hafs_regional_atm_ocn_intel PASS
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/hafs_regional_atm_wav_intel
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/hafs_regional_atm_wav_intel
-Checking test 134 hafs_regional_atm_wav_intel results ....
- Comparing atmf006.nc .........OK
- Comparing sfcf006.nc .........OK
- Comparing 20190829.060000.out_grd.ww3 .........OK
- Comparing 20190829.060000.out_pnt.ww3 .........OK
- Comparing ufs.hafs.ww3.r.2019-08-29-21600 .........OK
- Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK
-
- 0: The total amount of wall time = 834.985586
- 0: The maximum resident set size (KB) = 986208
-
-Test 134 hafs_regional_atm_wav_intel PASS
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/hafs_regional_atm_ocn_wav_intel
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/hafs_regional_atm_ocn_wav_intel
-Checking test 135 hafs_regional_atm_ocn_wav_intel results ....
- Comparing atmf006.nc .........OK
- Comparing sfcf006.nc .........OK
- Comparing archv.2019_241_06.a .........OK
- Comparing archs.2019_241_06.a .........OK
- Comparing 20190829.060000.out_grd.ww3 .........OK
- Comparing 20190829.060000.out_pnt.ww3 .........OK
- Comparing ufs.hafs.ww3.r.2019-08-29-21600 .........OK
- Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK
-
- 0: The total amount of wall time = 895.923168
- 0: The maximum resident set size (KB) = 1013300
-
-Test 135 hafs_regional_atm_ocn_wav_intel PASS
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/hafs_regional_1nest_atm_intel
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/hafs_regional_1nest_atm_intel
-Checking test 136 hafs_regional_1nest_atm_intel results ....
- Comparing atmf006.nc .........OK
- Comparing sfcf006.nc .........OK
- Comparing atm.nest02.f006.nc .........OK
- Comparing sfc.nest02.f006.nc .........OK
- Comparing RESTART/20200825.180000.coupler.res .........OK
- Comparing RESTART/20200825.180000.fv_core.res.nc .........OK
- Comparing RESTART/20200825.180000.fv_core.res.nest02.nc .........OK
- Comparing RESTART/20200825.180000.fv_core.res.nest02.tile2.nc .........OK
- Comparing RESTART/20200825.180000.fv_core.res.tile1.nc .........OK
- Comparing RESTART/20200825.180000.fv_srf_wnd.res.nest02.tile2.nc .........OK
- Comparing RESTART/20200825.180000.fv_srf_wnd.res.tile1.nc .........OK
- Comparing RESTART/20200825.180000.fv_tracer.res.nest02.tile2.nc .........OK
- Comparing RESTART/20200825.180000.fv_tracer.res.tile1.nc .........OK
- Comparing RESTART/20200825.180000.phy_data.nc .........OK
- Comparing RESTART/20200825.180000.phy_data.nest02.tile2.nc ............ALT CHECK......OK
- Comparing RESTART/20200825.180000.sfc_data.nc ............ALT CHECK......OK
- Comparing RESTART/20200825.180000.sfc_data.nest02.tile2.nc ............ALT CHECK......OK
- Comparing RESTART/fv_BC_ne.res.nest02.nc .........OK
- Comparing RESTART/fv_BC_sw.res.nest02.nc .........OK
-
- 0: The total amount of wall time = 316.310829
- 0: The maximum resident set size (KB) = 606100
-
-Test 136 hafs_regional_1nest_atm_intel PASS
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/hafs_regional_telescopic_2nests_atm_intel
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/hafs_regional_telescopic_2nests_atm_intel
-Checking test 137 hafs_regional_telescopic_2nests_atm_intel results ....
- Comparing atmf006.nc .........OK
- Comparing sfcf006.nc .........OK
- Comparing atm.nest02.f006.nc .........OK
- Comparing sfc.nest02.f006.nc .........OK
- Comparing atm.nest03.f006.nc .........OK
- Comparing sfc.nest03.f006.nc .........OK
-
- 0: The total amount of wall time = 408.365739
- 0: The maximum resident set size (KB) = 618356
-
-Test 137 hafs_regional_telescopic_2nests_atm_intel PASS
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/hafs_global_1nest_atm_intel
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/hafs_global_1nest_atm_intel
-Checking test 138 hafs_global_1nest_atm_intel results ....
- Comparing atmf006.nc .........OK
- Comparing sfcf006.nc .........OK
- Comparing atm.nest02.f006.nc .........OK
- Comparing sfc.nest02.f006.nc .........OK
- Comparing RESTART/20200825.180000.coupler.res .........OK
- Comparing RESTART/20200825.180000.fv_core.res.nc .........OK
- Comparing RESTART/20200825.180000.fv_core.res.nest02.nc .........OK
- Comparing RESTART/20200825.180000.fv_core.res.nest02.tile7.nc .........OK
- Comparing RESTART/20200825.180000.fv_core.res.tile1.nc .........OK
- Comparing RESTART/20200825.180000.fv_core.res.tile2.nc .........OK
- Comparing RESTART/20200825.180000.fv_core.res.tile3.nc .........OK
- Comparing RESTART/20200825.180000.fv_core.res.tile4.nc .........OK
- Comparing RESTART/20200825.180000.fv_core.res.tile5.nc .........OK
- Comparing RESTART/20200825.180000.fv_core.res.tile6.nc .........OK
- Comparing RESTART/20200825.180000.fv_srf_wnd.res.nest02.tile7.nc .........OK
- Comparing RESTART/20200825.180000.fv_srf_wnd.res.tile1.nc .........OK
- Comparing RESTART/20200825.180000.fv_srf_wnd.res.tile2.nc .........OK
- Comparing RESTART/20200825.180000.fv_srf_wnd.res.tile3.nc ............ALT CHECK......OK
- Comparing RESTART/20200825.180000.fv_srf_wnd.res.tile4.nc ............ALT CHECK......OK
- Comparing RESTART/20200825.180000.fv_srf_wnd.res.tile5.nc .........OK
- Comparing RESTART/20200825.180000.fv_srf_wnd.res.tile6.nc .........OK
- Comparing RESTART/20200825.180000.fv_tracer.res.nest02.tile7.nc ............ALT CHECK......OK
- Comparing RESTART/20200825.180000.fv_tracer.res.tile1.nc .........OK
- Comparing RESTART/20200825.180000.fv_tracer.res.tile2.nc .........OK
- Comparing RESTART/20200825.180000.fv_tracer.res.tile3.nc .........OK
- Comparing RESTART/20200825.180000.fv_tracer.res.tile4.nc ............ALT CHECK......OK
- Comparing RESTART/20200825.180000.fv_tracer.res.tile5.nc .........OK
- Comparing RESTART/20200825.180000.fv_tracer.res.tile6.nc .........OK
- Comparing RESTART/20200825.180000.phy_data.nest02.tile7.nc .........OK
- Comparing RESTART/20200825.180000.phy_data.tile1.nc .........OK
- Comparing RESTART/20200825.180000.phy_data.tile2.nc .........OK
- Comparing RESTART/20200825.180000.phy_data.tile3.nc .........OK
- Comparing RESTART/20200825.180000.phy_data.tile4.nc .........OK
- Comparing RESTART/20200825.180000.phy_data.tile5.nc .........OK
- Comparing RESTART/20200825.180000.phy_data.tile6.nc ............ALT CHECK......OK
- Comparing RESTART/20200825.180000.sfc_data.nest02.tile7.nc .........OK
- Comparing RESTART/20200825.180000.sfc_data.tile1.nc ............ALT CHECK......OK
- Comparing RESTART/20200825.180000.sfc_data.tile2.nc .........OK
- Comparing RESTART/20200825.180000.sfc_data.tile3.nc .........OK
- Comparing RESTART/20200825.180000.sfc_data.tile4.nc .........OK
- Comparing RESTART/20200825.180000.sfc_data.tile5.nc .........OK
- Comparing RESTART/20200825.180000.sfc_data.tile6.nc ............ALT CHECK......OK
- Comparing RESTART/fv_BC_ne.res.nest02.nc .........OK
- Comparing RESTART/fv_BC_sw.res.nest02.nc .........OK
-
- 0: The total amount of wall time = 166.042718
- 0: The maximum resident set size (KB) = 438292
-
-Test 138 hafs_global_1nest_atm_intel PASS
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/hafs_global_multiple_4nests_atm_intel
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/hafs_global_multiple_4nests_atm_intel
-Checking test 139 hafs_global_multiple_4nests_atm_intel results ....
- Comparing atmf006.nc .........OK
- Comparing sfcf006.nc .........OK
- Comparing atm.nest02.f006.nc .........OK
- Comparing sfc.nest02.f006.nc .........OK
- Comparing atm.nest03.f006.nc .........OK
- Comparing sfc.nest03.f006.nc .........OK
- Comparing atm.nest04.f006.nc .........OK
- Comparing sfc.nest04.f006.nc .........OK
- Comparing atm.nest05.f006.nc .........OK
- Comparing sfc.nest05.f006.nc .........OK
- Comparing HURPRS.GrbF06 .........OK
- Comparing HURPRS.GrbF06.nest02 .........OK
- Comparing HURPRS.GrbF06.nest03 .........OK
- Comparing HURPRS.GrbF06.nest04 .........OK
- Comparing HURPRS.GrbF06.nest05 .........OK
- Comparing RESTART/20200825.180000.coupler.res .........OK
- Comparing RESTART/20200825.180000.fv_core.res.nc .........OK
- Comparing RESTART/20200825.180000.fv_core.res.nest02.nc .........OK
- Comparing RESTART/20200825.180000.fv_core.res.nest02.tile7.nc .........OK
- Comparing RESTART/20200825.180000.fv_core.res.nest03.nc .........OK
- Comparing RESTART/20200825.180000.fv_core.res.nest03.tile8.nc .........OK
- Comparing RESTART/20200825.180000.fv_core.res.nest04.nc .........OK
- Comparing RESTART/20200825.180000.fv_core.res.nest04.tile9.nc .........OK
- Comparing RESTART/20200825.180000.fv_core.res.nest05.nc .........OK
- Comparing RESTART/20200825.180000.fv_core.res.nest05.tile10.nc .........OK
- Comparing RESTART/20200825.180000.fv_core.res.tile1.nc .........OK
- Comparing RESTART/20200825.180000.fv_core.res.tile2.nc .........OK
- Comparing RESTART/20200825.180000.fv_core.res.tile3.nc .........OK
- Comparing RESTART/20200825.180000.fv_core.res.tile4.nc .........OK
- Comparing RESTART/20200825.180000.fv_core.res.tile5.nc .........OK
- Comparing RESTART/20200825.180000.fv_core.res.tile6.nc .........OK
- Comparing RESTART/20200825.180000.fv_srf_wnd.res.nest02.tile7.nc ............ALT CHECK......OK
- Comparing RESTART/20200825.180000.fv_srf_wnd.res.nest03.tile8.nc ............ALT CHECK......OK
- Comparing RESTART/20200825.180000.fv_srf_wnd.res.nest04.tile9.nc .........OK
- Comparing RESTART/20200825.180000.fv_srf_wnd.res.nest05.tile10.nc .........OK
- Comparing RESTART/20200825.180000.fv_srf_wnd.res.tile1.nc ............ALT CHECK......OK
- Comparing RESTART/20200825.180000.fv_srf_wnd.res.tile2.nc ............ALT CHECK......OK
- Comparing RESTART/20200825.180000.fv_srf_wnd.res.tile3.nc ............ALT CHECK......OK
- Comparing RESTART/20200825.180000.fv_srf_wnd.res.tile4.nc ............ALT CHECK......OK
- Comparing RESTART/20200825.180000.fv_srf_wnd.res.tile5.nc ............ALT CHECK......OK
- Comparing RESTART/20200825.180000.fv_srf_wnd.res.tile6.nc .........OK
- Comparing RESTART/20200825.180000.fv_tracer.res.nest02.tile7.nc .........OK
- Comparing RESTART/20200825.180000.fv_tracer.res.nest03.tile8.nc .........OK
- Comparing RESTART/20200825.180000.fv_tracer.res.nest04.tile9.nc ............ALT CHECK......OK
- Comparing RESTART/20200825.180000.fv_tracer.res.nest05.tile10.nc .........OK
- Comparing RESTART/20200825.180000.fv_tracer.res.tile1.nc .........OK
- Comparing RESTART/20200825.180000.fv_tracer.res.tile2.nc ............ALT CHECK......OK
- Comparing RESTART/20200825.180000.fv_tracer.res.tile3.nc ............ALT CHECK......OK
- Comparing RESTART/20200825.180000.fv_tracer.res.tile4.nc ............ALT CHECK......OK
- Comparing RESTART/20200825.180000.fv_tracer.res.tile5.nc .........OK
- Comparing RESTART/20200825.180000.fv_tracer.res.tile6.nc .........OK
- Comparing RESTART/20200825.180000.phy_data.nest02.tile7.nc .........OK
- Comparing RESTART/20200825.180000.phy_data.nest03.tile8.nc ............ALT CHECK......OK
- Comparing RESTART/20200825.180000.phy_data.nest04.tile9.nc .........OK
- Comparing RESTART/20200825.180000.phy_data.nest05.tile10.nc ............ALT CHECK......OK
- Comparing RESTART/20200825.180000.phy_data.tile1.nc ............ALT CHECK......OK
- Comparing RESTART/20200825.180000.phy_data.tile2.nc .........OK
- Comparing RESTART/20200825.180000.phy_data.tile3.nc ............ALT CHECK......OK
- Comparing RESTART/20200825.180000.phy_data.tile4.nc .........OK
- Comparing RESTART/20200825.180000.phy_data.tile5.nc ............ALT CHECK......OK
- Comparing RESTART/20200825.180000.phy_data.tile6.nc .........OK
- Comparing RESTART/20200825.180000.sfc_data.nest02.tile7.nc .........OK
- Comparing RESTART/20200825.180000.sfc_data.nest03.tile8.nc .........OK
- Comparing RESTART/20200825.180000.sfc_data.nest04.tile9.nc .........OK
- Comparing RESTART/20200825.180000.sfc_data.nest05.tile10.nc .........OK
- Comparing RESTART/20200825.180000.sfc_data.tile1.nc ............ALT CHECK......OK
- Comparing RESTART/20200825.180000.sfc_data.tile2.nc .........OK
- Comparing RESTART/20200825.180000.sfc_data.tile3.nc ............ALT CHECK......OK
- Comparing RESTART/20200825.180000.sfc_data.tile4.nc .........OK
- Comparing RESTART/20200825.180000.sfc_data.tile5.nc .........OK
- Comparing RESTART/20200825.180000.sfc_data.tile6.nc .........OK
- Comparing RESTART/fv_BC_ne.res.nest02.nc .........OK
- Comparing RESTART/fv_BC_ne.res.nest03.nc .........OK
- Comparing RESTART/fv_BC_ne.res.nest04.nc .........OK
- Comparing RESTART/fv_BC_ne.res.nest05.nc .........OK
- Comparing RESTART/fv_BC_sw.res.nest02.nc .........OK
- Comparing RESTART/fv_BC_sw.res.nest03.nc .........OK
- Comparing RESTART/fv_BC_sw.res.nest04.nc .........OK
- Comparing RESTART/fv_BC_sw.res.nest05.nc .........OK
-
- 0: The total amount of wall time = 453.332607
- 0: The maximum resident set size (KB) = 537604
-
-Test 139 hafs_global_multiple_4nests_atm_intel PASS
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/hafs_regional_specified_moving_1nest_atm_intel
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/hafs_regional_specified_moving_1nest_atm_intel
-Checking test 140 hafs_regional_specified_moving_1nest_atm_intel results ....
- Comparing atmf006.nc .........OK
- Comparing sfcf006.nc .........OK
- Comparing atm.nest02.f006.nc .........OK
- Comparing sfc.nest02.f006.nc .........OK
- Comparing HURPRS.GrbF06 .........OK
- Comparing HURPRS.GrbF06.nest02 .........OK
-
- 0: The total amount of wall time = 226.879802
- 0: The maximum resident set size (KB) = 620332
-
-Test 140 hafs_regional_specified_moving_1nest_atm_intel PASS
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/hafs_regional_storm_following_1nest_atm_intel
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/hafs_regional_storm_following_1nest_atm_intel
-Checking test 141 hafs_regional_storm_following_1nest_atm_intel results ....
- Comparing atmf006.nc .........OK
- Comparing sfcf006.nc .........OK
- Comparing atm.nest02.f006.nc .........OK
- Comparing sfc.nest02.f006.nc .........OK
- Comparing RESTART/20200825.180000.coupler.res .........OK
- Comparing RESTART/20200825.180000.fv_core.res.nc .........OK
- Comparing RESTART/20200825.180000.fv_core.res.nest02.nc .........OK
- Comparing RESTART/20200825.180000.fv_core.res.nest02.tile2.nc .........OK
- Comparing RESTART/20200825.180000.fv_core.res.tile1.nc .........OK
- Comparing RESTART/20200825.180000.fv_srf_wnd.res.nest02.tile2.nc .........OK
- Comparing RESTART/20200825.180000.fv_srf_wnd.res.tile1.nc .........OK
- Comparing RESTART/20200825.180000.fv_tracer.res.nest02.tile2.nc .........OK
- Comparing RESTART/20200825.180000.fv_tracer.res.tile1.nc .........OK
- Comparing RESTART/20200825.180000.phy_data.nc .........OK
- Comparing RESTART/20200825.180000.phy_data.nest02.tile2.nc ............ALT CHECK......OK
- Comparing RESTART/20200825.180000.sfc_data.nc ............ALT CHECK......OK
- Comparing RESTART/20200825.180000.sfc_data.nest02.tile2.nc .........OK
- Comparing RESTART/fv_BC_ne.res.nest02.nc .........OK
- Comparing RESTART/fv_BC_sw.res.nest02.nc .........OK
-
- 0: The total amount of wall time = 216.933118
- 0: The maximum resident set size (KB) = 619076
-
-Test 141 hafs_regional_storm_following_1nest_atm_intel PASS
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/hafs_regional_storm_following_1nest_atm_ocn_intel
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/hafs_regional_storm_following_1nest_atm_ocn_intel
-Checking test 142 hafs_regional_storm_following_1nest_atm_ocn_intel results ....
- Comparing atmf006.nc .........OK
- Comparing sfcf006.nc .........OK
- Comparing atm.nest02.f006.nc .........OK
- Comparing sfc.nest02.f006.nc .........OK
- Comparing archv.2020_238_18.a .........OK
- Comparing archs.2020_238_18.a .........OK
-
- 0: The total amount of wall time = 283.978888
- 0: The maximum resident set size (KB) = 679916
-
-Test 142 hafs_regional_storm_following_1nest_atm_ocn_intel PASS
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/hafs_global_storm_following_1nest_atm_intel
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/hafs_global_storm_following_1nest_atm_intel
-Checking test 143 hafs_global_storm_following_1nest_atm_intel results ....
- Comparing atmf006.nc .........OK
- Comparing sfcf006.nc .........OK
- Comparing atm.nest02.f006.nc .........OK
- Comparing sfc.nest02.f006.nc .........OK
-
- 0: The total amount of wall time = 74.304153
- 0: The maximum resident set size (KB) = 452716
-
-Test 143 hafs_global_storm_following_1nest_atm_intel PASS
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/gnv1_nested_intel
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/gnv1_nested_intel
-Checking test 144 gnv1_nested_intel results ....
- Comparing atmf006.nc ............ALT CHECK......NOT OK
- Comparing sfcf006.nc ............ALT CHECK......NOT OK
- Comparing atm.nest02.f006.nc ............ALT CHECK......NOT OK
- Comparing sfc.nest02.f006.nc ............ALT CHECK......NOT OK
- Comparing RESTART/20200825.180000.coupler.res .........OK
- Comparing RESTART/20200825.180000.fv_core.res.nc .........OK
- Comparing RESTART/20200825.180000.fv_core.res.nest02.nc .........OK
- Comparing RESTART/20200825.180000.fv_core.res.nest02.tile7.nc ............ALT CHECK......NOT OK
- Comparing RESTART/20200825.180000.fv_core.res.tile1.nc ............ALT CHECK......NOT OK
- Comparing RESTART/20200825.180000.fv_core.res.tile2.nc ............ALT CHECK......NOT OK
- Comparing RESTART/20200825.180000.fv_core.res.tile3.nc ............ALT CHECK......NOT OK
- Comparing RESTART/20200825.180000.fv_core.res.tile4.nc ............ALT CHECK......NOT OK
- Comparing RESTART/20200825.180000.fv_core.res.tile5.nc ............ALT CHECK......NOT OK
- Comparing RESTART/20200825.180000.fv_core.res.tile6.nc ............ALT CHECK......NOT OK
- Comparing RESTART/20200825.180000.fv_srf_wnd.res.nest02.tile7.nc ............ALT CHECK......NOT OK
- Comparing RESTART/20200825.180000.fv_srf_wnd.res.tile1.nc ............ALT CHECK......NOT OK
- Comparing RESTART/20200825.180000.fv_srf_wnd.res.tile2.nc ............ALT CHECK......NOT OK
- Comparing RESTART/20200825.180000.fv_srf_wnd.res.tile3.nc ............ALT CHECK......NOT OK
- Comparing RESTART/20200825.180000.fv_srf_wnd.res.tile4.nc ............ALT CHECK......NOT OK
- Comparing RESTART/20200825.180000.fv_srf_wnd.res.tile5.nc ............ALT CHECK......NOT OK
- Comparing RESTART/20200825.180000.fv_srf_wnd.res.tile6.nc ............ALT CHECK......NOT OK
- Comparing RESTART/20200825.180000.fv_tracer.res.nest02.tile7.nc ............ALT CHECK......NOT OK
- Comparing RESTART/20200825.180000.fv_tracer.res.tile1.nc ............ALT CHECK......NOT OK
- Comparing RESTART/20200825.180000.fv_tracer.res.tile2.nc ............ALT CHECK......NOT OK
- Comparing RESTART/20200825.180000.fv_tracer.res.tile3.nc ............ALT CHECK......NOT OK
- Comparing RESTART/20200825.180000.fv_tracer.res.tile4.nc ............ALT CHECK......NOT OK
- Comparing RESTART/20200825.180000.fv_tracer.res.tile5.nc ............ALT CHECK......NOT OK
- Comparing RESTART/20200825.180000.fv_tracer.res.tile6.nc ............ALT CHECK......NOT OK
- Comparing RESTART/20200825.180000.phy_data.nest02.tile7.nc ............ALT CHECK......NOT OK
- Comparing RESTART/20200825.180000.phy_data.tile1.nc ............ALT CHECK......NOT OK
- Comparing RESTART/20200825.180000.phy_data.tile2.nc ............ALT CHECK......NOT OK
- Comparing RESTART/20200825.180000.phy_data.tile3.nc ............ALT CHECK......NOT OK
- Comparing RESTART/20200825.180000.phy_data.tile4.nc ............ALT CHECK......NOT OK
- Comparing RESTART/20200825.180000.phy_data.tile5.nc ............ALT CHECK......NOT OK
- Comparing RESTART/20200825.180000.phy_data.tile6.nc ............ALT CHECK......NOT OK
- Comparing RESTART/20200825.180000.sfc_data.nest02.tile7.nc ............ALT CHECK......NOT OK
- Comparing RESTART/20200825.180000.sfc_data.tile1.nc ............ALT CHECK......NOT OK
- Comparing RESTART/20200825.180000.sfc_data.tile2.nc ............ALT CHECK......NOT OK
- Comparing RESTART/20200825.180000.sfc_data.tile3.nc ............ALT CHECK......NOT OK
- Comparing RESTART/20200825.180000.sfc_data.tile4.nc ............ALT CHECK......NOT OK
- Comparing RESTART/20200825.180000.sfc_data.tile5.nc ............ALT CHECK......NOT OK
- Comparing RESTART/20200825.180000.sfc_data.tile6.nc ............ALT CHECK......NOT OK
- Comparing RESTART/fv_BC_ne.res.nest02.nc ............ALT CHECK......NOT OK
- Comparing RESTART/fv_BC_sw.res.nest02.nc ............ALT CHECK......NOT OK
-
- 0: The total amount of wall time = 239.021405
- 0: The maximum resident set size (KB) = 899060
-
-Test 144 gnv1_nested_intel FAIL Tries: 2
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/hafs_regional_storm_following_1nest_atm_ocn_debug_intel
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/hafs_regional_storm_following_1nest_atm_ocn_debug_intel
-Checking test 145 hafs_regional_storm_following_1nest_atm_ocn_debug_intel results ....
- Comparing atmf001.nc .........OK
- Comparing sfcf001.nc .........OK
- Comparing atm.nest02.f001.nc .........OK
- Comparing sfc.nest02.f001.nc .........OK
-
- 0: The total amount of wall time = 666.547921
- 0: The maximum resident set size (KB) = 637352
-
-Test 145 hafs_regional_storm_following_1nest_atm_ocn_debug_intel PASS
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/hafs_regional_storm_following_1nest_atm_ocn_wav_intel
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/hafs_regional_storm_following_1nest_atm_ocn_wav_intel
-Checking test 146 hafs_regional_storm_following_1nest_atm_ocn_wav_intel results ....
- Comparing atmf006.nc .........OK
- Comparing sfcf006.nc .........OK
- Comparing atm.nest02.f006.nc .........OK
- Comparing sfc.nest02.f006.nc .........OK
- Comparing archv.2020_238_18.a .........OK
- Comparing archs.2020_238_18.a .........OK
- Comparing 20200825.180000.out_grd.ww3 .........OK
- Comparing 20200825.180000.out_pnt.ww3 .........OK
-
- 0: The total amount of wall time = 966.169377
- 0: The maximum resident set size (KB) = 740944
-
-Test 146 hafs_regional_storm_following_1nest_atm_ocn_wav_intel PASS
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/hafs_regional_docn_intel
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/hafs_regional_docn_intel
-Checking test 147 hafs_regional_docn_intel results ....
- Comparing atmf006.nc .........OK
- Comparing sfcf006.nc .........OK
- Comparing ufs.hafs.cpl.hi.2019-08-29-21600.nc .........OK
- Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK
- Comparing ufs.hafs.docn.r.2019-08-29-21600.nc .........OK
-
- 0: The total amount of wall time = 326.177224
- 0: The maximum resident set size (KB) = 932164
-
-Test 147 hafs_regional_docn_intel PASS
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/hafs_regional_docn_oisst_intel
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/hafs_regional_docn_oisst_intel
-Checking test 148 hafs_regional_docn_oisst_intel results ....
- Comparing atmf006.nc .........OK
- Comparing sfcf006.nc .........OK
- Comparing ufs.hafs.cpl.hi.2019-08-29-21600.nc .........OK
- Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK
- Comparing ufs.hafs.docn.r.2019-08-29-21600.nc .........OK
-
- 0: The total amount of wall time = 332.027398
- 0: The maximum resident set size (KB) = 936888
-
-Test 148 hafs_regional_docn_oisst_intel PASS
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/hafs_regional_datm_cdeps_intel
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/hafs_regional_datm_cdeps_intel
-Checking test 149 hafs_regional_datm_cdeps_intel results ....
- Comparing ufs.hafs.cpl.hi.2019-08-30-00000.nc .........OK
- Comparing ufs.hafs.cpl.r.2019-08-30-00000.nc .........OK
- Comparing ufs.hafs.datm.r.2019-08-30-00000.nc .........OK
-
- 0: The total amount of wall time = 985.430466
- 0: The maximum resident set size (KB) = 1341000
-
-Test 149 hafs_regional_datm_cdeps_intel PASS
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/datm_cdeps_control_cfsr_intel
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/datm_cdeps_control_cfsr_intel
-Checking test 150 datm_cdeps_control_cfsr_intel results ....
- Comparing RESTART/20111002.000000.MOM.res.nc .........OK
- Comparing RESTART/iced.2011-10-02-00000.nc .........OK
- Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK
-
- 0: The total amount of wall time = 121.405192
- 0: The maximum resident set size (KB) = 1146844
-
-Test 150 datm_cdeps_control_cfsr_intel PASS
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/datm_cdeps_control_cfsr_intel
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/datm_cdeps_restart_cfsr_intel
-Checking test 151 datm_cdeps_restart_cfsr_intel results ....
- Comparing RESTART/20111002.000000.MOM.res.nc .........OK
- Comparing RESTART/iced.2011-10-02-00000.nc .........OK
- Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK
-
- 0: The total amount of wall time = 74.563422
- 0: The maximum resident set size (KB) = 1084108
-
-Test 151 datm_cdeps_restart_cfsr_intel PASS
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/datm_cdeps_control_gefs_intel
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/datm_cdeps_control_gefs_intel
-Checking test 152 datm_cdeps_control_gefs_intel results ....
- Comparing RESTART/20111002.000000.MOM.res.nc .........OK
- Comparing RESTART/iced.2011-10-02-00000.nc .........OK
- Comparing RESTART/DATM_GEFS_NEW.cpl.r.2011-10-02-00000.nc .........OK
-
- 0: The total amount of wall time = 116.800618
- 0: The maximum resident set size (KB) = 1003336
-
-Test 152 datm_cdeps_control_gefs_intel PASS
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/datm_cdeps_iau_gefs_intel
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/datm_cdeps_iau_gefs_intel
-Checking test 153 datm_cdeps_iau_gefs_intel results ....
- Comparing RESTART/20111002.000000.MOM.res.nc .........OK
- Comparing RESTART/iced.2011-10-02-00000.nc .........OK
- Comparing RESTART/DATM_GEFS_NEW.cpl.r.2011-10-02-00000.nc .........OK
-
- 0: The total amount of wall time = 118.520018
- 0: The maximum resident set size (KB) = 1005620
-
-Test 153 datm_cdeps_iau_gefs_intel PASS
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/datm_cdeps_stochy_gefs_intel
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/datm_cdeps_stochy_gefs_intel
-Checking test 154 datm_cdeps_stochy_gefs_intel results ....
- Comparing RESTART/20111002.000000.MOM.res.nc .........OK
- Comparing RESTART/iced.2011-10-02-00000.nc .........OK
- Comparing RESTART/DATM_GEFS_NEW.cpl.r.2011-10-02-00000.nc .........OK
-
- 0: The total amount of wall time = 119.550527
- 0: The maximum resident set size (KB) = 1015604
-
-Test 154 datm_cdeps_stochy_gefs_intel PASS
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/datm_cdeps_ciceC_cfsr_intel
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/datm_cdeps_ciceC_cfsr_intel
-Checking test 155 datm_cdeps_ciceC_cfsr_intel results ....
- Comparing RESTART/20111002.000000.MOM.res.nc .........OK
- Comparing RESTART/iced.2011-10-02-00000.nc .........OK
- Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK
-
- 0: The total amount of wall time = 121.609648
- 0: The maximum resident set size (KB) = 1141840
-
-Test 155 datm_cdeps_ciceC_cfsr_intel PASS
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/datm_cdeps_bulk_cfsr_intel
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/datm_cdeps_bulk_cfsr_intel
-Checking test 156 datm_cdeps_bulk_cfsr_intel results ....
- Comparing RESTART/20111002.000000.MOM.res.nc .........OK
- Comparing RESTART/iced.2011-10-02-00000.nc .........OK
- Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK
-
- 0: The total amount of wall time = 122.662698
- 0: The maximum resident set size (KB) = 1136156
-
-Test 156 datm_cdeps_bulk_cfsr_intel PASS
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/datm_cdeps_bulk_gefs_intel
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/datm_cdeps_bulk_gefs_intel
-Checking test 157 datm_cdeps_bulk_gefs_intel results ....
- Comparing RESTART/20111002.000000.MOM.res.nc .........OK
- Comparing RESTART/iced.2011-10-02-00000.nc .........OK
- Comparing RESTART/DATM_GEFS_NEW.cpl.r.2011-10-02-00000.nc .........OK
-
- 0: The total amount of wall time = 115.934917
- 0: The maximum resident set size (KB) = 1005968
-
-Test 157 datm_cdeps_bulk_gefs_intel PASS
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/datm_cdeps_mx025_cfsr_intel
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/datm_cdeps_mx025_cfsr_intel
-Checking test 158 datm_cdeps_mx025_cfsr_intel results ....
- Comparing RESTART/20111001.120000.MOM.res.nc .........OK
- Comparing RESTART/20111001.120000.MOM.res_1.nc .........OK
- Comparing RESTART/20111001.120000.MOM.res_2.nc .........OK
- Comparing RESTART/20111001.120000.MOM.res_3.nc .........OK
- Comparing RESTART/iced.2011-10-01-43200.nc .........OK
- Comparing RESTART/DATM_CFSR.cpl.r.2011-10-01-43200.nc .........OK
-
- 0: The total amount of wall time = 283.119849
- 0: The maximum resident set size (KB) = 1149372
-
-Test 158 datm_cdeps_mx025_cfsr_intel PASS
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/datm_cdeps_mx025_gefs_intel
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/datm_cdeps_mx025_gefs_intel
-Checking test 159 datm_cdeps_mx025_gefs_intel results ....
- Comparing RESTART/20111001.120000.MOM.res.nc .........OK
- Comparing RESTART/20111001.120000.MOM.res_1.nc .........OK
- Comparing RESTART/20111001.120000.MOM.res_2.nc .........OK
- Comparing RESTART/20111001.120000.MOM.res_3.nc .........OK
- Comparing RESTART/iced.2011-10-01-43200.nc .........OK
- Comparing RESTART/DATM_GEFS_NEW.cpl.r.2011-10-01-43200.nc .........OK
-
- 0: The total amount of wall time = 276.128497
- 0: The maximum resident set size (KB) = 1144856
-
-Test 159 datm_cdeps_mx025_gefs_intel PASS
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/datm_cdeps_control_cfsr_intel
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/datm_cdeps_multiple_files_cfsr_intel
-Checking test 160 datm_cdeps_multiple_files_cfsr_intel results ....
- Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK
-
- 0: The total amount of wall time = 120.498847
- 0: The maximum resident set size (KB) = 1146488
-
-Test 160 datm_cdeps_multiple_files_cfsr_intel PASS
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/datm_cdeps_3072x1536_cfsr_intel
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/datm_cdeps_3072x1536_cfsr_intel
-Checking test 161 datm_cdeps_3072x1536_cfsr_intel results ....
- Comparing RESTART/20111002.000000.MOM.res.nc .........OK
- Comparing RESTART/iced.2011-10-02-00000.nc .........OK
- Comparing RESTART/DATM_CFSR3072x1536.cpl.r.2011-10-02-00000.nc .........OK
-
- 0: The total amount of wall time = 173.841622
- 0: The maximum resident set size (KB) = 2406480
-
-Test 161 datm_cdeps_3072x1536_cfsr_intel PASS
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/datm_cdeps_gfs_intel
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/datm_cdeps_gfs_intel
-Checking test 162 datm_cdeps_gfs_intel results ....
- Comparing RESTART/20210323.060000.MOM.res.nc .........OK
- Comparing RESTART/iced.2021-03-23-21600.nc .........OK
- Comparing RESTART/DATM_GFS.cpl.r.2021-03-23-21600.nc .........OK
-
- 0: The total amount of wall time = 174.889112
- 0: The maximum resident set size (KB) = 2417812
-
-Test 162 datm_cdeps_gfs_intel PASS
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/datm_cdeps_debug_cfsr_intel
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/datm_cdeps_debug_cfsr_intel
-Checking test 163 datm_cdeps_debug_cfsr_intel results ....
- Comparing RESTART/20111001.060000.MOM.res.nc .........OK
- Comparing RESTART/iced.2011-10-01-21600.nc .........OK
- Comparing RESTART/DATM_CFSR.cpl.r.2011-10-01-21600.nc .........OK
-
- 0: The total amount of wall time = 294.582664
- 0: The maximum resident set size (KB) = 1062116
-
-Test 163 datm_cdeps_debug_cfsr_intel PASS
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/datm_cdeps_control_cfsr_faster_intel
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/datm_cdeps_control_cfsr_faster_intel
-Checking test 164 datm_cdeps_control_cfsr_faster_intel results ....
- Comparing RESTART/20111002.000000.MOM.res.nc .........OK
- Comparing RESTART/iced.2011-10-02-00000.nc .........OK
- Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK
-
- 0: The total amount of wall time = 124.149305
- 0: The maximum resident set size (KB) = 1147500
-
-Test 164 datm_cdeps_control_cfsr_faster_intel PASS
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/datm_cdeps_lnd_gswp3_intel
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/datm_cdeps_lnd_gswp3_intel
-Checking test 165 datm_cdeps_lnd_gswp3_intel results ....
- Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile1.nc .........OK
- Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile2.nc .........OK
- Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile3.nc .........OK
- Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile4.nc .........OK
- Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile5.nc .........OK
- Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile6.nc .........OK
-
- 0: The total amount of wall time = 46.415124
- 0: The maximum resident set size (KB) = 336564
-
-Test 165 datm_cdeps_lnd_gswp3_intel PASS
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/datm_cdeps_lnd_era5_intel
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/datm_cdeps_lnd_era5_intel
-Checking test 166 datm_cdeps_lnd_era5_intel results ....
- Comparing ufs.cpld.lnd.out.2011-01-01-43200.tile1.nc .........OK
- Comparing ufs.cpld.lnd.out.2011-01-01-43200.tile2.nc .........OK
- Comparing ufs.cpld.lnd.out.2011-01-01-43200.tile3.nc .........OK
- Comparing ufs.cpld.lnd.out.2011-01-01-43200.tile4.nc .........OK
- Comparing ufs.cpld.lnd.out.2011-01-01-43200.tile5.nc .........OK
- Comparing ufs.cpld.lnd.out.2011-01-01-43200.tile6.nc .........OK
-
- 0: The total amount of wall time = 50.697348
- 0: The maximum resident set size (KB) = 562340
-
-Test 166 datm_cdeps_lnd_era5_intel PASS
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/datm_cdeps_lnd_era5_intel
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/datm_cdeps_lnd_era5_rst_intel
-Checking test 167 datm_cdeps_lnd_era5_rst_intel results ....
- Comparing ufs.cpld.lnd.out.2011-01-01-43200.tile1.nc .........OK
- Comparing ufs.cpld.lnd.out.2011-01-01-43200.tile2.nc .........OK
- Comparing ufs.cpld.lnd.out.2011-01-01-43200.tile3.nc .........OK
- Comparing ufs.cpld.lnd.out.2011-01-01-43200.tile4.nc .........OK
- Comparing ufs.cpld.lnd.out.2011-01-01-43200.tile5.nc .........OK
- Comparing ufs.cpld.lnd.out.2011-01-01-43200.tile6.nc .........OK
-
- 0: The total amount of wall time = 29.969523
- 0: The maximum resident set size (KB) = 559460
-
-Test 167 datm_cdeps_lnd_era5_rst_intel PASS
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/control_p8_atmlnd_sbs_intel
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/control_p8_atmlnd_sbs_intel
-Checking test 168 control_p8_atmlnd_sbs_intel results ....
- Comparing sfcf000.tile1.nc .........OK
- Comparing sfcf000.tile2.nc .........OK
- Comparing sfcf000.tile3.nc .........OK
- Comparing sfcf000.tile4.nc .........OK
- Comparing sfcf000.tile5.nc .........OK
- Comparing sfcf000.tile6.nc .........OK
- Comparing sfcf012.tile1.nc .........OK
- Comparing sfcf012.tile2.nc .........OK
- Comparing sfcf012.tile3.nc .........OK
- Comparing sfcf012.tile4.nc .........OK
- Comparing sfcf012.tile5.nc .........OK
- Comparing sfcf012.tile6.nc .........OK
- Comparing sfcf024.tile1.nc .........OK
- Comparing sfcf024.tile2.nc .........OK
- Comparing sfcf024.tile3.nc .........OK
- Comparing sfcf024.tile4.nc .........OK
- Comparing sfcf024.tile5.nc .........OK
- Comparing sfcf024.tile6.nc .........OK
- Comparing atmf000.tile1.nc .........OK
- Comparing atmf000.tile2.nc .........OK
- Comparing atmf000.tile3.nc .........OK
- Comparing atmf000.tile4.nc .........OK
- Comparing atmf000.tile5.nc .........OK
- Comparing atmf000.tile6.nc .........OK
- Comparing atmf012.tile1.nc .........OK
- Comparing atmf012.tile2.nc .........OK
- Comparing atmf012.tile3.nc .........OK
- Comparing atmf012.tile4.nc .........OK
- Comparing atmf012.tile5.nc .........OK
- Comparing atmf012.tile6.nc .........OK
- Comparing atmf024.tile1.nc .........OK
- Comparing atmf024.tile2.nc .........OK
- Comparing atmf024.tile3.nc .........OK
- Comparing atmf024.tile4.nc .........OK
- Comparing atmf024.tile5.nc .........OK
- Comparing atmf024.tile6.nc .........OK
- Comparing RESTART/20210323.060000.ca_data.tile1.nc .........OK
- Comparing RESTART/20210323.060000.ca_data.tile2.nc .........OK
- Comparing RESTART/20210323.060000.ca_data.tile3.nc .........OK
- Comparing RESTART/20210323.060000.ca_data.tile4.nc .........OK
- Comparing RESTART/20210323.060000.ca_data.tile5.nc .........OK
- Comparing RESTART/20210323.060000.ca_data.tile6.nc .........OK
- Comparing RESTART/20210323.060000.coupler.res .........OK
- Comparing RESTART/20210323.060000.fv_core.res.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile1.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile2.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile3.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile4.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile5.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile6.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile1.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile2.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile3.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile4.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile5.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile6.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile1.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile2.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile3.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile4.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile5.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile6.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile1.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile2.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile3.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile4.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK
- Comparing ufs.cpld.lnd.out.2021-03-22-64800.tile1.nc .........OK
- Comparing ufs.cpld.lnd.out.2021-03-22-64800.tile2.nc .........OK
- Comparing ufs.cpld.lnd.out.2021-03-22-64800.tile3.nc .........OK
- Comparing ufs.cpld.lnd.out.2021-03-22-64800.tile4.nc .........OK
- Comparing ufs.cpld.lnd.out.2021-03-22-64800.tile5.nc .........OK
- Comparing ufs.cpld.lnd.out.2021-03-22-64800.tile6.nc .........OK
- Comparing ufs.cpld.lnd.out.2021-03-23-21600.tile1.nc .........OK
- Comparing ufs.cpld.lnd.out.2021-03-23-21600.tile2.nc .........OK
- Comparing ufs.cpld.lnd.out.2021-03-23-21600.tile3.nc .........OK
- Comparing ufs.cpld.lnd.out.2021-03-23-21600.tile4.nc .........OK
- Comparing ufs.cpld.lnd.out.2021-03-23-21600.tile5.nc .........OK
- Comparing ufs.cpld.lnd.out.2021-03-23-21600.tile6.nc .........OK
-
- 0: The total amount of wall time = 367.894193
- 0: The maximum resident set size (KB) = 1632544
-
-Test 168 control_p8_atmlnd_sbs_intel PASS
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/control_p8_atmlnd_intel
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/control_p8_atmlnd_intel
-Checking test 169 control_p8_atmlnd_intel results ....
- Comparing sfcf000.tile1.nc .........OK
- Comparing sfcf000.tile2.nc .........OK
- Comparing sfcf000.tile3.nc .........OK
- Comparing sfcf000.tile4.nc .........OK
- Comparing sfcf000.tile5.nc .........OK
- Comparing sfcf000.tile6.nc .........OK
- Comparing sfcf012.tile1.nc .........OK
- Comparing sfcf012.tile2.nc .........OK
- Comparing sfcf012.tile3.nc .........OK
- Comparing sfcf012.tile4.nc .........OK
- Comparing sfcf012.tile5.nc .........OK
- Comparing sfcf012.tile6.nc .........OK
- Comparing sfcf024.tile1.nc .........OK
- Comparing sfcf024.tile2.nc .........OK
- Comparing sfcf024.tile3.nc .........OK
- Comparing sfcf024.tile4.nc .........OK
- Comparing sfcf024.tile5.nc .........OK
- Comparing sfcf024.tile6.nc .........OK
- Comparing atmf000.tile1.nc .........OK
- Comparing atmf000.tile2.nc .........OK
- Comparing atmf000.tile3.nc .........OK
- Comparing atmf000.tile4.nc .........OK
- Comparing atmf000.tile5.nc .........OK
- Comparing atmf000.tile6.nc .........OK
- Comparing atmf012.tile1.nc .........OK
- Comparing atmf012.tile2.nc .........OK
- Comparing atmf012.tile3.nc .........OK
- Comparing atmf012.tile4.nc .........OK
- Comparing atmf012.tile5.nc .........OK
- Comparing atmf012.tile6.nc .........OK
- Comparing atmf024.tile1.nc .........OK
- Comparing atmf024.tile2.nc .........OK
- Comparing atmf024.tile3.nc .........OK
- Comparing atmf024.tile4.nc .........OK
- Comparing atmf024.tile5.nc .........OK
- Comparing atmf024.tile6.nc .........OK
- Comparing RESTART/20210323.060000.ca_data.tile1.nc .........OK
- Comparing RESTART/20210323.060000.ca_data.tile2.nc .........OK
- Comparing RESTART/20210323.060000.ca_data.tile3.nc .........OK
- Comparing RESTART/20210323.060000.ca_data.tile4.nc .........OK
- Comparing RESTART/20210323.060000.ca_data.tile5.nc .........OK
- Comparing RESTART/20210323.060000.ca_data.tile6.nc .........OK
- Comparing RESTART/20210323.060000.coupler.res .........OK
- Comparing RESTART/20210323.060000.fv_core.res.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile1.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile2.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile3.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile4.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile5.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile6.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile1.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile2.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile3.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile4.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile5.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile6.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile1.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile2.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile3.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile4.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile5.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile6.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile1.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile2.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile3.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile4.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK
- Comparing ufs.cpld.lnd.out.2021-03-22-64800.tile1.nc .........OK
- Comparing ufs.cpld.lnd.out.2021-03-22-64800.tile2.nc .........OK
- Comparing ufs.cpld.lnd.out.2021-03-22-64800.tile3.nc .........OK
- Comparing ufs.cpld.lnd.out.2021-03-22-64800.tile4.nc .........OK
- Comparing ufs.cpld.lnd.out.2021-03-22-64800.tile5.nc .........OK
- Comparing ufs.cpld.lnd.out.2021-03-22-64800.tile6.nc .........OK
- Comparing ufs.cpld.lnd.out.2021-03-23-21600.tile1.nc .........OK
- Comparing ufs.cpld.lnd.out.2021-03-23-21600.tile2.nc .........OK
- Comparing ufs.cpld.lnd.out.2021-03-23-21600.tile3.nc .........OK
- Comparing ufs.cpld.lnd.out.2021-03-23-21600.tile4.nc .........OK
- Comparing ufs.cpld.lnd.out.2021-03-23-21600.tile5.nc .........OK
- Comparing ufs.cpld.lnd.out.2021-03-23-21600.tile6.nc .........OK
-
- 0: The total amount of wall time = 361.224426
- 0: The maximum resident set size (KB) = 1659532
-
-Test 169 control_p8_atmlnd_intel PASS
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/control_p8_atmlnd_intel
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/control_restart_p8_atmlnd_intel
-Checking test 170 control_restart_p8_atmlnd_intel results ....
- Comparing sfcf024.tile1.nc .........OK
- Comparing sfcf024.tile2.nc .........OK
- Comparing sfcf024.tile3.nc .........OK
- Comparing sfcf024.tile4.nc .........OK
- Comparing sfcf024.tile5.nc .........OK
- Comparing sfcf024.tile6.nc .........OK
- Comparing atmf024.tile1.nc .........OK
- Comparing atmf024.tile2.nc .........OK
- Comparing atmf024.tile3.nc .........OK
- Comparing atmf024.tile4.nc .........OK
- Comparing atmf024.tile5.nc .........OK
- Comparing atmf024.tile6.nc .........OK
- Comparing ufs.cpld.lnd.out.2021-03-23-21600.tile1.nc .........OK
- Comparing ufs.cpld.lnd.out.2021-03-23-21600.tile2.nc .........OK
- Comparing ufs.cpld.lnd.out.2021-03-23-21600.tile3.nc .........OK
- Comparing ufs.cpld.lnd.out.2021-03-23-21600.tile4.nc .........OK
- Comparing ufs.cpld.lnd.out.2021-03-23-21600.tile5.nc .........OK
- Comparing ufs.cpld.lnd.out.2021-03-23-21600.tile6.nc .........OK
-
- 0: The total amount of wall time = 184.975986
- 0: The maximum resident set size (KB) = 951944
-
-Test 170 control_restart_p8_atmlnd_intel PASS
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/atmwav_control_noaero_p8_intel
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/atmwav_control_noaero_p8_intel
-Checking test 171 atmwav_control_noaero_p8_intel results ....
- Comparing sfcf000.nc .........OK
- Comparing sfcf012.nc .........OK
- Comparing atmf000.nc .........OK
- Comparing atmf012.nc .........OK
- Comparing RESTART/20210322.180000.coupler.res .........OK
- Comparing RESTART/20210322.180000.fv_core.res.nc .........OK
- Comparing RESTART/20210322.180000.fv_core.res.tile1.nc .........OK
- Comparing RESTART/20210322.180000.fv_core.res.tile2.nc .........OK
- Comparing RESTART/20210322.180000.fv_core.res.tile3.nc .........OK
- Comparing RESTART/20210322.180000.fv_core.res.tile4.nc .........OK
- Comparing RESTART/20210322.180000.fv_core.res.tile5.nc .........OK
- Comparing RESTART/20210322.180000.fv_core.res.tile6.nc .........OK
- Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile1.nc .........OK
- Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile2.nc .........OK
- Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile3.nc .........OK
- Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile4.nc .........OK
- Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile5.nc .........OK
- Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile6.nc .........OK
- Comparing RESTART/20210322.180000.fv_tracer.res.tile1.nc .........OK
- Comparing RESTART/20210322.180000.fv_tracer.res.tile2.nc .........OK
- Comparing RESTART/20210322.180000.fv_tracer.res.tile3.nc .........OK
- Comparing RESTART/20210322.180000.fv_tracer.res.tile4.nc .........OK
- Comparing RESTART/20210322.180000.fv_tracer.res.tile5.nc .........OK
- Comparing RESTART/20210322.180000.fv_tracer.res.tile6.nc .........OK
- Comparing RESTART/20210322.180000.phy_data.tile1.nc .........OK
- Comparing RESTART/20210322.180000.phy_data.tile2.nc .........OK
- Comparing RESTART/20210322.180000.phy_data.tile3.nc .........OK
- Comparing RESTART/20210322.180000.phy_data.tile4.nc .........OK
- Comparing RESTART/20210322.180000.phy_data.tile5.nc .........OK
- Comparing RESTART/20210322.180000.phy_data.tile6.nc .........OK
- Comparing RESTART/20210322.180000.sfc_data.tile1.nc .........OK
- Comparing RESTART/20210322.180000.sfc_data.tile2.nc .........OK
- Comparing RESTART/20210322.180000.sfc_data.tile3.nc .........OK
- Comparing RESTART/20210322.180000.sfc_data.tile4.nc .........OK
- Comparing RESTART/20210322.180000.sfc_data.tile5.nc .........OK
- Comparing RESTART/20210322.180000.sfc_data.tile6.nc .........OK
- Comparing RESTART/ufs.atmw.cpl.r.2021-03-22-64800.nc .........OK
- Comparing 20210322.180000.out_pnt.ww3 .........OK
- Comparing 20210322.180000.out_grd.ww3 .........OK
- Comparing ufs.atmw.ww3.r.2021-03-22-64800 .........OK
-
- 0: The total amount of wall time = 83.183729
- 0: The maximum resident set size (KB) = 1695132
-
-Test 171 atmwav_control_noaero_p8_intel PASS
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/control_atmwav_intel
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/control_atmwav_intel
-Checking test 172 control_atmwav_intel results ....
- Comparing sfcf000.nc .........OK
- Comparing sfcf012.nc .........OK
- Comparing atmf000.nc .........OK
- Comparing atmf012.nc .........OK
- Comparing GFSFLX.GrbF00 .........OK
- Comparing GFSFLX.GrbF12 .........OK
- Comparing GFSPRS.GrbF00 .........OK
- Comparing GFSPRS.GrbF12 .........OK
- Comparing RESTART/20210322.180000.coupler.res .........OK
- Comparing RESTART/20210322.180000.fv_core.res.nc .........OK
- Comparing RESTART/20210322.180000.fv_core.res.tile1.nc .........OK
- Comparing RESTART/20210322.180000.fv_core.res.tile2.nc .........OK
- Comparing RESTART/20210322.180000.fv_core.res.tile3.nc .........OK
- Comparing RESTART/20210322.180000.fv_core.res.tile4.nc .........OK
- Comparing RESTART/20210322.180000.fv_core.res.tile5.nc .........OK
- Comparing RESTART/20210322.180000.fv_core.res.tile6.nc .........OK
- Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile1.nc .........OK
- Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile2.nc .........OK
- Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile3.nc .........OK
- Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile4.nc .........OK
- Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile5.nc .........OK
- Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile6.nc .........OK
- Comparing RESTART/20210322.180000.fv_tracer.res.tile1.nc .........OK
- Comparing RESTART/20210322.180000.fv_tracer.res.tile2.nc .........OK
- Comparing RESTART/20210322.180000.fv_tracer.res.tile3.nc .........OK
- Comparing RESTART/20210322.180000.fv_tracer.res.tile4.nc .........OK
- Comparing RESTART/20210322.180000.fv_tracer.res.tile5.nc .........OK
- Comparing RESTART/20210322.180000.fv_tracer.res.tile6.nc .........OK
- Comparing RESTART/20210322.180000.phy_data.tile1.nc .........OK
- Comparing RESTART/20210322.180000.phy_data.tile2.nc .........OK
- Comparing RESTART/20210322.180000.phy_data.tile3.nc .........OK
- Comparing RESTART/20210322.180000.phy_data.tile4.nc .........OK
- Comparing RESTART/20210322.180000.phy_data.tile5.nc .........OK
- Comparing RESTART/20210322.180000.phy_data.tile6.nc .........OK
- Comparing RESTART/20210322.180000.sfc_data.tile1.nc .........OK
- Comparing RESTART/20210322.180000.sfc_data.tile2.nc .........OK
- Comparing RESTART/20210322.180000.sfc_data.tile3.nc .........OK
- Comparing RESTART/20210322.180000.sfc_data.tile4.nc .........OK
- Comparing RESTART/20210322.180000.sfc_data.tile5.nc .........OK
- Comparing RESTART/20210322.180000.sfc_data.tile6.nc .........OK
- Comparing 20210322.180000.restart.glo_1deg .........OK
-
- 0: The total amount of wall time = 79.938286
- 0: The maximum resident set size (KB) = 695312
-
-Test 172 control_atmwav_intel PASS
+UFSWM hash used in testing:
+3951b805f6c6071a13b4686f8fd00e93840f5040
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/atmaero_control_p8_intel
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/atmaero_control_p8_intel
-Checking test 173 atmaero_control_p8_intel results ....
- Comparing sfcf000.nc .........OK
- Comparing sfcf024.nc .........OK
- Comparing atmf000.nc .........OK
- Comparing atmf024.nc .........OK
- Comparing GFSFLX.GrbF00 .........OK
- Comparing GFSFLX.GrbF24 .........OK
- Comparing GFSPRS.GrbF00 .........OK
- Comparing GFSPRS.GrbF24 .........OK
- Comparing gocart.inst_aod.20210323_0600z.nc4 .........OK
- Comparing RESTART/20210323.060000.coupler.res .........OK
- Comparing RESTART/20210323.060000.fv_core.res.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile1.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile2.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile3.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile4.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile5.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile6.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile1.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile2.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile3.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile4.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile5.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile6.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile1.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile2.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile3.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile4.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile5.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile6.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile1.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile2.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile3.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile4.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK
-
- 0: The total amount of wall time = 201.814338
- 0: The maximum resident set size (KB) = 1801204
-
-Test 173 atmaero_control_p8_intel PASS
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/atmaero_control_p8_rad_intel
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/atmaero_control_p8_rad_intel
-Checking test 174 atmaero_control_p8_rad_intel results ....
- Comparing sfcf000.nc .........OK
- Comparing sfcf024.nc .........OK
- Comparing atmf000.nc .........OK
- Comparing atmf024.nc .........OK
- Comparing GFSFLX.GrbF00 .........OK
- Comparing GFSFLX.GrbF24 .........OK
- Comparing GFSPRS.GrbF00 .........OK
- Comparing GFSPRS.GrbF24 .........OK
- Comparing gocart.inst_aod.20210323_0600z.nc4 .........OK
- Comparing RESTART/20210323.060000.coupler.res .........OK
- Comparing RESTART/20210323.060000.fv_core.res.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile1.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile2.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile3.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile4.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile5.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile6.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile1.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile2.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile3.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile4.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile5.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile6.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile1.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile2.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile3.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile4.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile5.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile6.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile1.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile2.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile3.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile4.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK
-
- 0: The total amount of wall time = 245.843407
- 0: The maximum resident set size (KB) = 1812472
-
-Test 174 atmaero_control_p8_rad_intel PASS
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/atmaero_control_p8_rad_micro_intel
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/atmaero_control_p8_rad_micro_intel
-Checking test 175 atmaero_control_p8_rad_micro_intel results ....
- Comparing sfcf000.nc .........OK
- Comparing sfcf024.nc .........OK
- Comparing atmf000.nc .........OK
- Comparing atmf024.nc .........OK
- Comparing GFSFLX.GrbF00 .........OK
- Comparing GFSFLX.GrbF24 .........OK
- Comparing GFSPRS.GrbF00 .........OK
- Comparing GFSPRS.GrbF24 .........OK
- Comparing gocart.inst_aod.20210323_0600z.nc4 .........OK
- Comparing RESTART/20210323.060000.coupler.res .........OK
- Comparing RESTART/20210323.060000.fv_core.res.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile1.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile2.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile3.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile4.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile5.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile6.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile1.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile2.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile3.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile4.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile5.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile6.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile1.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile2.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile3.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile4.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile5.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile6.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile1.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile2.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile3.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile4.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK
-
- 0: The total amount of wall time = 262.772364
- 0: The maximum resident set size (KB) = 1825644
-
-Test 175 atmaero_control_p8_rad_micro_intel PASS
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/regional_atmaq_debug_intel
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/regional_atmaq_debug_intel
-Checking test 176 regional_atmaq_debug_intel results ....
- Comparing sfcf000.nc .........OK
- Comparing sfcf001.nc .........OK
- Comparing atmf000.nc .........OK
- Comparing atmf001.nc .........OK
- Comparing RESTART/20190801.130000.coupler.res .........OK
- Comparing RESTART/20190801.130000.fv_core.res.nc .........OK
- Comparing RESTART/20190801.130000.fv_core.res.tile1.nc .........OK
- Comparing RESTART/20190801.130000.fv_srf_wnd.res.tile1.nc .........OK
- Comparing RESTART/20190801.130000.fv_tracer.res.tile1.nc .........OK
- Comparing RESTART/20190801.130000.phy_data.nc .........OK
- Comparing RESTART/20190801.130000.sfc_data.nc .........OK
-
- 0: The total amount of wall time = 989.584118
- 0: The maximum resident set size (KB) = 4601816
-
-Test 176 regional_atmaq_debug_intel PASS
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/control_c48_gnu
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/control_c48_gnu
-Checking test 177 control_c48_gnu results ....
- Comparing sfcf000.nc .........OK
- Comparing sfcf024.nc .........OK
- Comparing atmf000.nc .........OK
- Comparing atmf024.nc .........OK
- Comparing RESTART/20210323.060000.coupler.res .........OK
- Comparing RESTART/20210323.060000.fv_core.res.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile1.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile2.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile3.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile4.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile5.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile6.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile1.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile2.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile3.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile4.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile5.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile6.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile1.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile2.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile3.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile4.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile5.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile6.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile1.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile2.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile3.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile4.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK
-
-0: The total amount of wall time = 563.363008
-0: The maximum resident set size (KB) = 856940
-
-Test 177 control_c48_gnu PASS
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/control_stochy_gnu
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/control_stochy_gnu
-Checking test 178 control_stochy_gnu results ....
- Comparing sfcf000.nc .........OK
- Comparing sfcf012.nc .........OK
- Comparing atmf000.nc .........OK
- Comparing atmf012.nc .........OK
- Comparing GFSFLX.GrbF00 .........OK
- Comparing GFSFLX.GrbF12 .........OK
- Comparing GFSPRS.GrbF00 .........OK
- Comparing GFSPRS.GrbF12 .........OK
-
- 0: The total amount of wall time = 127.169942
- 0: The maximum resident set size (KB) = 727048
-
-Test 178 control_stochy_gnu PASS
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/control_ras_gnu
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/control_ras_gnu
-Checking test 179 control_ras_gnu results ....
- Comparing sfcf000.nc .........OK
- Comparing sfcf024.nc .........OK
- Comparing atmf000.nc .........OK
- Comparing atmf024.nc .........OK
- Comparing GFSFLX.GrbF00 .........OK
- Comparing GFSFLX.GrbF24 .........OK
- Comparing GFSPRS.GrbF00 .........OK
- Comparing GFSPRS.GrbF24 .........OK
-
- 0: The total amount of wall time = 213.899428
- 0: The maximum resident set size (KB) = 729820
-
-Test 179 control_ras_gnu PASS
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/control_p8_gnu
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/control_p8_gnu
-Checking test 180 control_p8_gnu results ....
- Comparing sfcf000.nc .........OK
- Comparing sfcf021.nc .........OK
- Comparing sfcf024.nc .........OK
- Comparing atmf000.nc .........OK
- Comparing atmf021.nc .........OK
- Comparing atmf024.nc .........OK
- Comparing GFSFLX.GrbF00 .........OK
- Comparing GFSFLX.GrbF21 .........OK
- Comparing GFSFLX.GrbF24 .........OK
- Comparing GFSPRS.GrbF00 .........OK
- Comparing GFSPRS.GrbF21 .........OK
- Comparing GFSPRS.GrbF24 .........OK
- Comparing RESTART/20210323.060000.coupler.res .........OK
- Comparing RESTART/20210323.060000.fv_core.res.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile1.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile2.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile3.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile4.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile5.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile6.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile1.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile2.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile3.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile4.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile5.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile6.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile1.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile2.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile3.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile4.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile5.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile6.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile1.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile2.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile3.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile4.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK
-
- 0: The total amount of wall time = 207.214420
- 0: The maximum resident set size (KB) = 1510056
-
-Test 180 control_p8_gnu PASS
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/control_p8_ugwpv1_gnu
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/control_p8_ugwpv1_gnu
-Checking test 181 control_p8_ugwpv1_gnu results ....
- Comparing sfcf000.nc .........OK
- Comparing sfcf021.nc .........OK
- Comparing sfcf024.nc .........OK
- Comparing atmf000.nc .........OK
- Comparing atmf021.nc .........OK
- Comparing atmf024.nc .........OK
- Comparing GFSFLX.GrbF00 .........OK
- Comparing GFSFLX.GrbF21 .........OK
- Comparing GFSFLX.GrbF24 .........OK
- Comparing GFSPRS.GrbF00 .........OK
- Comparing GFSPRS.GrbF21 .........OK
- Comparing GFSPRS.GrbF24 .........OK
- Comparing RESTART/20210323.060000.coupler.res .........OK
- Comparing RESTART/20210323.060000.fv_core.res.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile1.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile2.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile3.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile4.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile5.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile6.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile1.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile2.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile3.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile4.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile5.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile6.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile1.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile2.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile3.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile4.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile5.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile6.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile1.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile2.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile3.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile4.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK
-
- 0: The total amount of wall time = 202.623402
- 0: The maximum resident set size (KB) = 1513160
-
-Test 181 control_p8_ugwpv1_gnu PASS
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/control_flake_gnu
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/control_flake_gnu
-Checking test 182 control_flake_gnu results ....
- Comparing sfcf000.nc .........OK
- Comparing sfcf024.nc .........OK
- Comparing atmf000.nc .........OK
- Comparing atmf024.nc .........OK
- Comparing GFSFLX.GrbF00 .........OK
- Comparing GFSFLX.GrbF24 .........OK
- Comparing GFSPRS.GrbF00 .........OK
- Comparing GFSPRS.GrbF24 .........OK
-
- 0: The total amount of wall time = 255.239272
- 0: The maximum resident set size (KB) = 807620
-
-Test 182 control_flake_gnu PASS
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/rap_control_gnu
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/rap_control_gnu
-Checking test 183 rap_control_gnu results ....
- Comparing sfcf000.nc .........OK
- Comparing sfcf021.nc .........OK
- Comparing sfcf024.nc .........OK
- Comparing atmf000.nc .........OK
- Comparing atmf021.nc .........OK
- Comparing atmf024.nc .........OK
- Comparing GFSFLX.GrbF00 .........OK
- Comparing GFSFLX.GrbF21 .........OK
- Comparing GFSFLX.GrbF24 .........OK
- Comparing GFSPRS.GrbF00 .........OK
- Comparing GFSPRS.GrbF21 .........OK
- Comparing GFSPRS.GrbF24 .........OK
- Comparing RESTART/20210323.060000.coupler.res .........OK
- Comparing RESTART/20210323.060000.fv_core.res.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile1.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile2.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile3.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile4.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile5.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile6.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile1.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile2.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile3.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile4.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile5.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile6.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile1.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile2.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile3.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile4.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile5.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile6.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile1.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile2.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile3.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile4.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK
-
- 0: The total amount of wall time = 447.589669
- 0: The maximum resident set size (KB) = 1085004
-
-Test 183 rap_control_gnu PASS
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/rap_control_gnu
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/rap_decomp_gnu
-Checking test 184 rap_decomp_gnu results ....
- Comparing sfcf000.nc .........OK
- Comparing sfcf021.nc .........OK
- Comparing sfcf024.nc .........OK
- Comparing atmf000.nc .........OK
- Comparing atmf021.nc .........OK
- Comparing atmf024.nc .........OK
- Comparing GFSFLX.GrbF00 .........OK
- Comparing GFSFLX.GrbF21 .........OK
- Comparing GFSFLX.GrbF24 .........OK
- Comparing GFSPRS.GrbF00 .........OK
- Comparing GFSPRS.GrbF21 .........OK
- Comparing GFSPRS.GrbF24 .........OK
- Comparing RESTART/20210323.060000.coupler.res .........OK
- Comparing RESTART/20210323.060000.fv_core.res.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile1.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile2.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile3.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile4.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile5.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile6.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile1.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile2.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile3.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile4.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile5.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile6.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile1.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile2.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile3.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile4.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile5.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile6.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile1.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile2.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile3.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile4.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK
-
- 0: The total amount of wall time = 467.814268
- 0: The maximum resident set size (KB) = 1084780
-
-Test 184 rap_decomp_gnu PASS
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/rap_control_gnu
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/rap_2threads_gnu
-Checking test 185 rap_2threads_gnu results ....
- Comparing sfcf000.nc .........OK
- Comparing sfcf021.nc .........OK
- Comparing sfcf024.nc .........OK
- Comparing atmf000.nc .........OK
- Comparing atmf021.nc .........OK
- Comparing atmf024.nc .........OK
- Comparing GFSFLX.GrbF00 .........OK
- Comparing GFSFLX.GrbF21 .........OK
- Comparing GFSFLX.GrbF24 .........OK
- Comparing GFSPRS.GrbF00 .........OK
- Comparing GFSPRS.GrbF21 .........OK
- Comparing GFSPRS.GrbF24 .........OK
- Comparing RESTART/20210323.060000.coupler.res .........OK
- Comparing RESTART/20210323.060000.fv_core.res.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile1.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile2.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile3.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile4.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile5.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile6.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile1.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile2.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile3.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile4.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile5.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile6.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile1.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile2.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile3.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile4.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile5.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile6.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile1.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile2.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile3.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile4.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK
-
- 0: The total amount of wall time = 417.404534
- 0: The maximum resident set size (KB) = 1123048
-
-Test 185 rap_2threads_gnu PASS
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/rap_control_gnu
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/rap_restart_gnu
-Checking test 186 rap_restart_gnu results ....
- Comparing sfcf024.nc .........OK
- Comparing atmf024.nc .........OK
- Comparing GFSFLX.GrbF24 .........OK
- Comparing GFSPRS.GrbF24 .........OK
- Comparing RESTART/20210323.060000.coupler.res .........OK
- Comparing RESTART/20210323.060000.fv_core.res.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile1.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile2.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile3.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile4.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile5.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile6.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile1.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile2.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile3.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile4.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile5.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile6.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile1.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile2.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile3.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile4.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile5.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile6.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile1.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile2.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile3.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile4.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK
-
- 0: The total amount of wall time = 230.359238
- 0: The maximum resident set size (KB) = 889836
-
-Test 186 rap_restart_gnu PASS
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/rap_sfcdiff_gnu
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/rap_sfcdiff_gnu
-Checking test 187 rap_sfcdiff_gnu results ....
- Comparing sfcf000.nc .........OK
- Comparing sfcf009.nc .........OK
- Comparing sfcf012.nc .........OK
- Comparing atmf000.nc .........OK
- Comparing atmf009.nc .........OK
- Comparing atmf012.nc .........OK
- Comparing GFSFLX.GrbF00 .........OK
- Comparing GFSFLX.GrbF09 .........OK
- Comparing GFSFLX.GrbF12 .........OK
- Comparing GFSPRS.GrbF00 .........OK
- Comparing GFSPRS.GrbF09 .........OK
- Comparing GFSPRS.GrbF12 .........OK
- Comparing RESTART/20210323.060000.coupler.res .........OK
- Comparing RESTART/20210323.060000.fv_core.res.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile1.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile2.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile3.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile4.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile5.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile6.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile1.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile2.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile3.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile4.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile5.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile6.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile1.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile2.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile3.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile4.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile5.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile6.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile1.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile2.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile3.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile4.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK
-
- 0: The total amount of wall time = 452.149754
- 0: The maximum resident set size (KB) = 1086356
-
-Test 187 rap_sfcdiff_gnu PASS
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/rap_sfcdiff_gnu
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/rap_sfcdiff_decomp_gnu
-Checking test 188 rap_sfcdiff_decomp_gnu results ....
- Comparing sfcf000.nc .........OK
- Comparing sfcf009.nc .........OK
- Comparing sfcf012.nc .........OK
- Comparing atmf000.nc .........OK
- Comparing atmf009.nc .........OK
- Comparing atmf012.nc .........OK
- Comparing GFSFLX.GrbF00 .........OK
- Comparing GFSFLX.GrbF09 .........OK
- Comparing GFSFLX.GrbF12 .........OK
- Comparing GFSPRS.GrbF00 .........OK
- Comparing GFSPRS.GrbF09 .........OK
- Comparing GFSPRS.GrbF12 .........OK
- Comparing RESTART/20210323.060000.coupler.res .........OK
- Comparing RESTART/20210323.060000.fv_core.res.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile1.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile2.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile3.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile4.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile5.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile6.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile1.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile2.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile3.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile4.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile5.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile6.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile1.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile2.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile3.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile4.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile5.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile6.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile1.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile2.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile3.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile4.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK
-
- 0: The total amount of wall time = 456.735775
- 0: The maximum resident set size (KB) = 1087128
-
-Test 188 rap_sfcdiff_decomp_gnu PASS
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/rap_sfcdiff_gnu
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/rap_sfcdiff_restart_gnu
-Checking test 189 rap_sfcdiff_restart_gnu results ....
- Comparing sfcf012.nc .........OK
- Comparing atmf012.nc .........OK
- Comparing GFSFLX.GrbF12 .........OK
- Comparing GFSPRS.GrbF12 .........OK
- Comparing RESTART/20210323.060000.coupler.res .........OK
- Comparing RESTART/20210323.060000.fv_core.res.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile1.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile2.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile3.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile4.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile5.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile6.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile1.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile2.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile3.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile4.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile5.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile6.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile1.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile2.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile3.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile4.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile5.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile6.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile1.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile2.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile3.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile4.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK
-
- 0: The total amount of wall time = 335.816234
- 0: The maximum resident set size (KB) = 883520
-
-Test 189 rap_sfcdiff_restart_gnu PASS
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/hrrr_control_gnu
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/hrrr_control_gnu
-Checking test 190 hrrr_control_gnu results ....
- Comparing sfcf000.nc .........OK
- Comparing sfcf009.nc .........OK
- Comparing sfcf012.nc .........OK
- Comparing atmf000.nc .........OK
- Comparing atmf009.nc .........OK
- Comparing atmf012.nc .........OK
- Comparing GFSFLX.GrbF00 .........OK
- Comparing GFSFLX.GrbF09 .........OK
- Comparing GFSFLX.GrbF12 .........OK
- Comparing GFSPRS.GrbF00 .........OK
- Comparing GFSPRS.GrbF09 .........OK
- Comparing GFSPRS.GrbF12 .........OK
- Comparing RESTART/20210322.120000.coupler.res .........OK
- Comparing RESTART/20210322.120000.fv_core.res.nc .........OK
- Comparing RESTART/20210322.120000.fv_core.res.tile1.nc .........OK
- Comparing RESTART/20210322.120000.fv_core.res.tile2.nc .........OK
- Comparing RESTART/20210322.120000.fv_core.res.tile3.nc .........OK
- Comparing RESTART/20210322.120000.fv_core.res.tile4.nc .........OK
- Comparing RESTART/20210322.120000.fv_core.res.tile5.nc .........OK
- Comparing RESTART/20210322.120000.fv_core.res.tile6.nc .........OK
- Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile1.nc .........OK
- Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile2.nc .........OK
- Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile3.nc .........OK
- Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile4.nc .........OK
- Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile5.nc .........OK
- Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile6.nc .........OK
- Comparing RESTART/20210322.120000.fv_tracer.res.tile1.nc .........OK
- Comparing RESTART/20210322.120000.fv_tracer.res.tile2.nc .........OK
- Comparing RESTART/20210322.120000.fv_tracer.res.tile3.nc .........OK
- Comparing RESTART/20210322.120000.fv_tracer.res.tile4.nc .........OK
- Comparing RESTART/20210322.120000.fv_tracer.res.tile5.nc .........OK
- Comparing RESTART/20210322.120000.fv_tracer.res.tile6.nc .........OK
- Comparing RESTART/20210322.120000.phy_data.tile1.nc .........OK
- Comparing RESTART/20210322.120000.phy_data.tile2.nc .........OK
- Comparing RESTART/20210322.120000.phy_data.tile3.nc .........OK
- Comparing RESTART/20210322.120000.phy_data.tile4.nc .........OK
- Comparing RESTART/20210322.120000.phy_data.tile5.nc .........OK
- Comparing RESTART/20210322.120000.phy_data.tile6.nc .........OK
- Comparing RESTART/20210322.120000.sfc_data.tile1.nc .........OK
- Comparing RESTART/20210322.120000.sfc_data.tile2.nc .........OK
- Comparing RESTART/20210322.120000.sfc_data.tile3.nc .........OK
- Comparing RESTART/20210322.120000.sfc_data.tile4.nc .........OK
- Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK
- Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK
-
- 0: The total amount of wall time = 231.761842
- 0: The maximum resident set size (KB) = 1070200
-
-Test 190 hrrr_control_gnu PASS
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/hrrr_control_gnu
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/hrrr_control_noqr_gnu
-Checking test 191 hrrr_control_noqr_gnu results ....
- Comparing sfcf000.nc .........OK
- Comparing sfcf009.nc .........OK
- Comparing sfcf012.nc .........OK
- Comparing atmf000.nc .........OK
- Comparing atmf009.nc .........OK
- Comparing atmf012.nc .........OK
- Comparing GFSFLX.GrbF00 .........OK
- Comparing GFSFLX.GrbF09 .........OK
- Comparing GFSFLX.GrbF12 .........OK
- Comparing GFSPRS.GrbF00 .........OK
- Comparing GFSPRS.GrbF09 .........OK
- Comparing GFSPRS.GrbF12 .........OK
- Comparing RESTART/20210322.120000.coupler.res .........OK
- Comparing RESTART/20210322.120000.fv_core.res.nc .........OK
- Comparing RESTART/20210322.120000.fv_core.res.tile1.nc ............ALT CHECK......OK
- Comparing RESTART/20210322.120000.fv_core.res.tile2.nc ............ALT CHECK......OK
- Comparing RESTART/20210322.120000.fv_core.res.tile3.nc ............ALT CHECK......OK
- Comparing RESTART/20210322.120000.fv_core.res.tile4.nc ............ALT CHECK......OK
- Comparing RESTART/20210322.120000.fv_core.res.tile5.nc ............ALT CHECK......OK
- Comparing RESTART/20210322.120000.fv_core.res.tile6.nc ............ALT CHECK......OK
- Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile1.nc ............ALT CHECK......OK
- Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile2.nc ............ALT CHECK......OK
- Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile3.nc ............ALT CHECK......OK
- Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile4.nc ............ALT CHECK......OK
- Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile5.nc ............ALT CHECK......OK
- Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile6.nc ............ALT CHECK......OK
- Comparing RESTART/20210322.120000.fv_tracer.res.tile1.nc ............ALT CHECK......OK
- Comparing RESTART/20210322.120000.fv_tracer.res.tile2.nc ............ALT CHECK......OK
- Comparing RESTART/20210322.120000.fv_tracer.res.tile3.nc ............ALT CHECK......OK
- Comparing RESTART/20210322.120000.fv_tracer.res.tile4.nc ............ALT CHECK......OK
- Comparing RESTART/20210322.120000.fv_tracer.res.tile5.nc ............ALT CHECK......OK
- Comparing RESTART/20210322.120000.fv_tracer.res.tile6.nc ............ALT CHECK......OK
- Comparing RESTART/20210322.120000.phy_data.tile1.nc ............ALT CHECK......OK
- Comparing RESTART/20210322.120000.phy_data.tile2.nc ............ALT CHECK......OK
- Comparing RESTART/20210322.120000.phy_data.tile3.nc ............ALT CHECK......OK
- Comparing RESTART/20210322.120000.phy_data.tile4.nc ............ALT CHECK......OK
- Comparing RESTART/20210322.120000.phy_data.tile5.nc ............ALT CHECK......OK
- Comparing RESTART/20210322.120000.phy_data.tile6.nc ............ALT CHECK......OK
- Comparing RESTART/20210322.120000.sfc_data.tile1.nc ............ALT CHECK......OK
- Comparing RESTART/20210322.120000.sfc_data.tile2.nc ............ALT CHECK......OK
- Comparing RESTART/20210322.120000.sfc_data.tile3.nc ............ALT CHECK......OK
- Comparing RESTART/20210322.120000.sfc_data.tile4.nc ............ALT CHECK......OK
- Comparing RESTART/20210322.120000.sfc_data.tile5.nc ............ALT CHECK......OK
- Comparing RESTART/20210322.120000.sfc_data.tile6.nc ............ALT CHECK......OK
-
- 0: The total amount of wall time = 235.102477
- 0: The maximum resident set size (KB) = 1135128
-
-Test 191 hrrr_control_noqr_gnu PASS
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/hrrr_control_gnu
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/hrrr_control_2threads_gnu
-Checking test 192 hrrr_control_2threads_gnu results ....
- Comparing sfcf000.nc .........OK
- Comparing sfcf009.nc .........OK
- Comparing sfcf012.nc .........OK
- Comparing atmf000.nc .........OK
- Comparing atmf009.nc .........OK
- Comparing atmf012.nc .........OK
- Comparing GFSFLX.GrbF00 .........OK
- Comparing GFSFLX.GrbF09 .........OK
- Comparing GFSFLX.GrbF12 .........OK
- Comparing GFSPRS.GrbF00 .........OK
- Comparing GFSPRS.GrbF09 .........OK
- Comparing GFSPRS.GrbF12 .........OK
- Comparing RESTART/20210322.120000.coupler.res .........OK
- Comparing RESTART/20210322.120000.fv_core.res.nc .........OK
- Comparing RESTART/20210322.120000.fv_core.res.tile1.nc .........OK
- Comparing RESTART/20210322.120000.fv_core.res.tile2.nc .........OK
- Comparing RESTART/20210322.120000.fv_core.res.tile3.nc .........OK
- Comparing RESTART/20210322.120000.fv_core.res.tile4.nc .........OK
- Comparing RESTART/20210322.120000.fv_core.res.tile5.nc .........OK
- Comparing RESTART/20210322.120000.fv_core.res.tile6.nc .........OK
- Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile1.nc .........OK
- Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile2.nc .........OK
- Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile3.nc .........OK
- Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile4.nc .........OK
- Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile5.nc .........OK
- Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile6.nc .........OK
- Comparing RESTART/20210322.120000.fv_tracer.res.tile1.nc .........OK
- Comparing RESTART/20210322.120000.fv_tracer.res.tile2.nc .........OK
- Comparing RESTART/20210322.120000.fv_tracer.res.tile3.nc .........OK
- Comparing RESTART/20210322.120000.fv_tracer.res.tile4.nc .........OK
- Comparing RESTART/20210322.120000.fv_tracer.res.tile5.nc .........OK
- Comparing RESTART/20210322.120000.fv_tracer.res.tile6.nc .........OK
- Comparing RESTART/20210322.120000.phy_data.tile1.nc .........OK
- Comparing RESTART/20210322.120000.phy_data.tile2.nc .........OK
- Comparing RESTART/20210322.120000.phy_data.tile3.nc .........OK
- Comparing RESTART/20210322.120000.phy_data.tile4.nc .........OK
- Comparing RESTART/20210322.120000.phy_data.tile5.nc .........OK
- Comparing RESTART/20210322.120000.phy_data.tile6.nc .........OK
- Comparing RESTART/20210322.120000.sfc_data.tile1.nc .........OK
- Comparing RESTART/20210322.120000.sfc_data.tile2.nc .........OK
- Comparing RESTART/20210322.120000.sfc_data.tile3.nc .........OK
- Comparing RESTART/20210322.120000.sfc_data.tile4.nc .........OK
- Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK
- Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK
-
- 0: The total amount of wall time = 212.740428
- 0: The maximum resident set size (KB) = 1021000
-
-Test 192 hrrr_control_2threads_gnu PASS
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/hrrr_control_gnu
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/hrrr_control_decomp_gnu
-Checking test 193 hrrr_control_decomp_gnu results ....
- Comparing sfcf000.nc .........OK
- Comparing sfcf009.nc .........OK
- Comparing sfcf012.nc .........OK
- Comparing atmf000.nc .........OK
- Comparing atmf009.nc .........OK
- Comparing atmf012.nc .........OK
- Comparing GFSFLX.GrbF00 .........OK
- Comparing GFSFLX.GrbF09 .........OK
- Comparing GFSFLX.GrbF12 .........OK
- Comparing GFSPRS.GrbF00 .........OK
- Comparing GFSPRS.GrbF09 .........OK
- Comparing GFSPRS.GrbF12 .........OK
- Comparing RESTART/20210322.120000.coupler.res .........OK
- Comparing RESTART/20210322.120000.fv_core.res.nc .........OK
- Comparing RESTART/20210322.120000.fv_core.res.tile1.nc .........OK
- Comparing RESTART/20210322.120000.fv_core.res.tile2.nc .........OK
- Comparing RESTART/20210322.120000.fv_core.res.tile3.nc .........OK
- Comparing RESTART/20210322.120000.fv_core.res.tile4.nc .........OK
- Comparing RESTART/20210322.120000.fv_core.res.tile5.nc .........OK
- Comparing RESTART/20210322.120000.fv_core.res.tile6.nc .........OK
- Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile1.nc .........OK
- Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile2.nc .........OK
- Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile3.nc .........OK
- Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile4.nc .........OK
- Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile5.nc .........OK
- Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile6.nc .........OK
- Comparing RESTART/20210322.120000.fv_tracer.res.tile1.nc .........OK
- Comparing RESTART/20210322.120000.fv_tracer.res.tile2.nc .........OK
- Comparing RESTART/20210322.120000.fv_tracer.res.tile3.nc .........OK
- Comparing RESTART/20210322.120000.fv_tracer.res.tile4.nc .........OK
- Comparing RESTART/20210322.120000.fv_tracer.res.tile5.nc .........OK
- Comparing RESTART/20210322.120000.fv_tracer.res.tile6.nc .........OK
- Comparing RESTART/20210322.120000.phy_data.tile1.nc .........OK
- Comparing RESTART/20210322.120000.phy_data.tile2.nc .........OK
- Comparing RESTART/20210322.120000.phy_data.tile3.nc .........OK
- Comparing RESTART/20210322.120000.phy_data.tile4.nc .........OK
- Comparing RESTART/20210322.120000.phy_data.tile5.nc .........OK
- Comparing RESTART/20210322.120000.phy_data.tile6.nc .........OK
- Comparing RESTART/20210322.120000.sfc_data.tile1.nc .........OK
- Comparing RESTART/20210322.120000.sfc_data.tile2.nc .........OK
- Comparing RESTART/20210322.120000.sfc_data.tile3.nc .........OK
- Comparing RESTART/20210322.120000.sfc_data.tile4.nc .........OK
- Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK
- Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK
-
- 0: The total amount of wall time = 234.833548
- 0: The maximum resident set size (KB) = 1072664
-
-Test 193 hrrr_control_decomp_gnu PASS
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/hrrr_control_gnu
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/hrrr_control_restart_gnu
-Checking test 194 hrrr_control_restart_gnu results ....
- Comparing sfcf012.nc .........OK
- Comparing atmf012.nc .........OK
- Comparing GFSFLX.GrbF12 .........OK
- Comparing GFSPRS.GrbF12 .........OK
-
- 0: The total amount of wall time = 117.324844
- 0: The maximum resident set size (KB) = 883224
-
-Test 194 hrrr_control_restart_gnu PASS
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/hrrr_control_gnu
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/hrrr_control_restart_noqr_gnu
-Checking test 195 hrrr_control_restart_noqr_gnu results ....
- Comparing sfcf012.nc .........OK
- Comparing atmf012.nc .........OK
- Comparing GFSFLX.GrbF12 .........OK
- Comparing GFSPRS.GrbF12 .........OK
-
- 0: The total amount of wall time = 116.833400
- 0: The maximum resident set size (KB) = 932104
-
-Test 195 hrrr_control_restart_noqr_gnu PASS
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/rrfs_v1beta_gnu
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/rrfs_v1beta_gnu
-Checking test 196 rrfs_v1beta_gnu results ....
- Comparing sfcf000.nc .........OK
- Comparing sfcf009.nc .........OK
- Comparing sfcf012.nc .........OK
- Comparing atmf000.nc .........OK
- Comparing atmf009.nc .........OK
- Comparing atmf012.nc .........OK
- Comparing GFSFLX.GrbF00 .........OK
- Comparing GFSFLX.GrbF09 .........OK
- Comparing GFSFLX.GrbF12 .........OK
- Comparing GFSPRS.GrbF00 .........OK
- Comparing GFSPRS.GrbF09 .........OK
- Comparing GFSPRS.GrbF12 .........OK
- Comparing RESTART/20210323.060000.coupler.res .........OK
- Comparing RESTART/20210323.060000.fv_core.res.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile1.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile2.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile3.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile4.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile5.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile6.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile1.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile2.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile3.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile4.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile5.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile6.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile1.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile2.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile3.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile4.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile5.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile6.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile1.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile2.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile3.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile4.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK
-
- 0: The total amount of wall time = 443.078496
- 0: The maximum resident set size (KB) = 1078552
-
-Test 196 rrfs_v1beta_gnu PASS
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/control_diag_debug_gnu
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/control_diag_debug_gnu
-Checking test 197 control_diag_debug_gnu results ....
- Comparing sfcf000.nc .........OK
- Comparing sfcf001.nc .........OK
- Comparing atmf000.nc .........OK
- Comparing atmf001.nc .........OK
-
- 0: The total amount of wall time = 69.728979
- 0: The maximum resident set size (KB) = 774764
-
-Test 197 control_diag_debug_gnu PASS
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/regional_debug_gnu
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/regional_debug_gnu
-Checking test 198 regional_debug_gnu results ....
- Comparing dynf000.nc .........OK
- Comparing dynf001.nc .........OK
- Comparing phyf000.nc .........OK
- Comparing phyf001.nc .........OK
-
- 0: The total amount of wall time = 373.963624
- 0: The maximum resident set size (KB) = 924724
-
-Test 198 regional_debug_gnu PASS
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/rap_control_debug_gnu
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/rap_control_debug_gnu
-Checking test 199 rap_control_debug_gnu results ....
- Comparing sfcf000.nc .........OK
- Comparing sfcf001.nc .........OK
- Comparing atmf000.nc .........OK
- Comparing atmf001.nc .........OK
-
- 0: The total amount of wall time = 114.131489
- 0: The maximum resident set size (KB) = 1094064
-
-Test 199 rap_control_debug_gnu PASS
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/hrrr_control_debug_gnu
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/hrrr_control_debug_gnu
-Checking test 200 hrrr_control_debug_gnu results ....
- Comparing sfcf000.nc .........OK
- Comparing sfcf001.nc .........OK
- Comparing atmf000.nc .........OK
- Comparing atmf001.nc .........OK
-
- 0: The total amount of wall time = 112.117421
- 0: The maximum resident set size (KB) = 1085720
-
-Test 200 hrrr_control_debug_gnu PASS
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/hrrr_gf_debug_gnu
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/hrrr_gf_debug_gnu
-Checking test 201 hrrr_gf_debug_gnu results ....
- Comparing sfcf000.nc .........OK
- Comparing sfcf001.nc .........OK
- Comparing atmf000.nc .........OK
- Comparing atmf001.nc .........OK
-
- 0: The total amount of wall time = 115.130499
- 0: The maximum resident set size (KB) = 1092380
-
-Test 201 hrrr_gf_debug_gnu PASS
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/hrrr_c3_debug_gnu
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/hrrr_c3_debug_gnu
-Checking test 202 hrrr_c3_debug_gnu results ....
- Comparing sfcf000.nc .........OK
- Comparing sfcf001.nc .........OK
- Comparing atmf000.nc .........OK
- Comparing atmf001.nc .........OK
-
- 0: The total amount of wall time = 115.411421
- 0: The maximum resident set size (KB) = 1095272
-
-Test 202 hrrr_c3_debug_gnu PASS
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/rap_diag_debug_gnu
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/rap_diag_debug_gnu
-Checking test 203 rap_diag_debug_gnu results ....
- Comparing sfcf000.nc .........OK
- Comparing sfcf001.nc .........OK
- Comparing atmf000.nc .........OK
- Comparing atmf001.nc .........OK
-
- 0: The total amount of wall time = 121.725097
- 0: The maximum resident set size (KB) = 1268624
-
-Test 203 rap_diag_debug_gnu PASS
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/rap_noah_sfcdiff_cires_ugwp_debug_gnu
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/rap_noah_sfcdiff_cires_ugwp_debug_gnu
-Checking test 204 rap_noah_sfcdiff_cires_ugwp_debug_gnu results ....
- Comparing sfcf000.nc .........OK
- Comparing sfcf001.nc .........OK
- Comparing atmf000.nc .........OK
- Comparing atmf001.nc .........OK
-
- 0: The total amount of wall time = 183.175762
- 0: The maximum resident set size (KB) = 1093948
-
-Test 204 rap_noah_sfcdiff_cires_ugwp_debug_gnu PASS
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/rap_progcld_thompson_debug_gnu
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/rap_progcld_thompson_debug_gnu
-Checking test 205 rap_progcld_thompson_debug_gnu results ....
- Comparing sfcf000.nc .........OK
- Comparing sfcf001.nc .........OK
- Comparing atmf000.nc .........OK
- Comparing atmf001.nc .........OK
-
- 0: The total amount of wall time = 113.847477
- 0: The maximum resident set size (KB) = 1099812
-
-Test 205 rap_progcld_thompson_debug_gnu PASS
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/rrfs_v1beta_debug_gnu
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/rrfs_v1beta_debug_gnu
-Checking test 206 rrfs_v1beta_debug_gnu results ....
- Comparing sfcf000.nc .........OK
- Comparing sfcf001.nc .........OK
- Comparing atmf000.nc .........OK
- Comparing atmf001.nc .........OK
-
- 0: The total amount of wall time = 113.472798
- 0: The maximum resident set size (KB) = 1092056
-
-Test 206 rrfs_v1beta_debug_gnu PASS
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/control_ras_debug_gnu
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/control_ras_debug_gnu
-Checking test 207 control_ras_debug_gnu results ....
- Comparing sfcf000.nc .........OK
- Comparing sfcf001.nc .........OK
- Comparing atmf000.nc .........OK
- Comparing atmf001.nc .........OK
-
- 0: The total amount of wall time = 68.697168
- 0: The maximum resident set size (KB) = 724584
-
-Test 207 control_ras_debug_gnu PASS
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/control_stochy_debug_gnu
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/control_stochy_debug_gnu
-Checking test 208 control_stochy_debug_gnu results ....
- Comparing sfcf000.nc .........OK
- Comparing sfcf001.nc .........OK
- Comparing atmf000.nc .........OK
- Comparing atmf001.nc .........OK
-
- 0: The total amount of wall time = 72.184677
- 0: The maximum resident set size (KB) = 720112
-
-Test 208 control_stochy_debug_gnu PASS
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/control_debug_p8_gnu
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/control_debug_p8_gnu
-Checking test 209 control_debug_p8_gnu results ....
- Comparing sfcf000.nc .........OK
- Comparing sfcf001.nc .........OK
- Comparing atmf000.nc .........OK
- Comparing atmf001.nc .........OK
-
- 0: The total amount of wall time = 74.029948
- 0: The maximum resident set size (KB) = 1505856
-
-Test 209 control_debug_p8_gnu PASS
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/rap_flake_debug_gnu
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/rap_flake_debug_gnu
-Checking test 210 rap_flake_debug_gnu results ....
- Comparing sfcf000.nc .........OK
- Comparing sfcf001.nc .........OK
- Comparing atmf000.nc .........OK
- Comparing atmf001.nc .........OK
-
- 0: The total amount of wall time = 113.880336
- 0: The maximum resident set size (KB) = 1094716
-
-Test 210 rap_flake_debug_gnu PASS
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/rap_clm_lake_debug_gnu
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/rap_clm_lake_debug_gnu
-Checking test 211 rap_clm_lake_debug_gnu results ....
- Comparing sfcf000.nc .........OK
- Comparing sfcf001.nc .........OK
- Comparing atmf000.nc .........OK
- Comparing atmf001.nc .........OK
-
- 0: The total amount of wall time = 125.509647
- 0: The maximum resident set size (KB) = 1099588
-
-Test 211 rap_clm_lake_debug_gnu PASS
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/gnv1_c96_no_nest_debug_gnu
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/gnv1_c96_no_nest_debug_gnu
-Checking test 212 gnv1_c96_no_nest_debug_gnu results ....
- Comparing sfcf000.nc .........OK
- Comparing sfcf001.nc .........OK
- Comparing sfcf002.nc .........OK
- Comparing atmf000.nc .........OK
- Comparing atmf001.nc .........OK
- Comparing atmf002.nc .........OK
- Comparing RESTART/20210322.070000.coupler.res .........OK
- Comparing RESTART/20210322.070000.fv_core.res.nc .........OK
- Comparing RESTART/20210322.070000.fv_core.res.tile1.nc .........OK
- Comparing RESTART/20210322.070000.fv_core.res.tile2.nc .........OK
- Comparing RESTART/20210322.070000.fv_core.res.tile3.nc .........OK
- Comparing RESTART/20210322.070000.fv_core.res.tile4.nc .........OK
- Comparing RESTART/20210322.070000.fv_core.res.tile5.nc .........OK
- Comparing RESTART/20210322.070000.fv_core.res.tile6.nc .........OK
- Comparing RESTART/20210322.070000.fv_srf_wnd.res.tile1.nc .........OK
- Comparing RESTART/20210322.070000.fv_srf_wnd.res.tile2.nc .........OK
- Comparing RESTART/20210322.070000.fv_srf_wnd.res.tile3.nc .........OK
- Comparing RESTART/20210322.070000.fv_srf_wnd.res.tile4.nc .........OK
- Comparing RESTART/20210322.070000.fv_srf_wnd.res.tile5.nc .........OK
- Comparing RESTART/20210322.070000.fv_srf_wnd.res.tile6.nc .........OK
- Comparing RESTART/20210322.070000.fv_tracer.res.tile1.nc .........OK
- Comparing RESTART/20210322.070000.fv_tracer.res.tile2.nc .........OK
- Comparing RESTART/20210322.070000.fv_tracer.res.tile3.nc .........OK
- Comparing RESTART/20210322.070000.fv_tracer.res.tile4.nc .........OK
- Comparing RESTART/20210322.070000.fv_tracer.res.tile5.nc .........OK
- Comparing RESTART/20210322.070000.fv_tracer.res.tile6.nc .........OK
- Comparing RESTART/20210322.070000.phy_data.tile1.nc .........OK
- Comparing RESTART/20210322.070000.phy_data.tile2.nc .........OK
- Comparing RESTART/20210322.070000.phy_data.tile3.nc .........OK
- Comparing RESTART/20210322.070000.phy_data.tile4.nc .........OK
- Comparing RESTART/20210322.070000.phy_data.tile5.nc .........OK
- Comparing RESTART/20210322.070000.phy_data.tile6.nc .........OK
- Comparing RESTART/20210322.070000.sfc_data.tile1.nc .........OK
- Comparing RESTART/20210322.070000.sfc_data.tile2.nc .........OK
- Comparing RESTART/20210322.070000.sfc_data.tile3.nc .........OK
- Comparing RESTART/20210322.070000.sfc_data.tile4.nc .........OK
- Comparing RESTART/20210322.070000.sfc_data.tile5.nc .........OK
- Comparing RESTART/20210322.070000.sfc_data.tile6.nc .........OK
-
- 0: The total amount of wall time = 190.853079
- 0: The maximum resident set size (KB) = 1102260
-
-Test 212 gnv1_c96_no_nest_debug_gnu PASS
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/rap_control_dyn32_phy32_gnu
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/rap_control_dyn32_phy32_gnu
-Checking test 213 rap_control_dyn32_phy32_gnu results ....
- Comparing sfcf000.nc .........OK
- Comparing sfcf009.nc .........OK
- Comparing sfcf012.nc .........OK
- Comparing atmf000.nc .........OK
- Comparing atmf009.nc .........OK
- Comparing atmf012.nc .........OK
- Comparing GFSFLX.GrbF00 .........OK
- Comparing GFSFLX.GrbF09 .........OK
- Comparing GFSFLX.GrbF12 .........OK
- Comparing GFSPRS.GrbF00 .........OK
- Comparing GFSPRS.GrbF09 .........OK
- Comparing GFSPRS.GrbF12 .........OK
- Comparing RESTART/20210323.060000.coupler.res .........OK
- Comparing RESTART/20210323.060000.fv_core.res.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile1.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile2.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile3.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile4.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile5.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile6.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile1.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile2.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile3.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile4.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile5.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile6.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile1.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile2.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile3.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile4.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile5.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile6.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile1.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile2.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile3.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile4.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK
-
- 0: The total amount of wall time = 423.031689
- 0: The maximum resident set size (KB) = 965536
-
-Test 213 rap_control_dyn32_phy32_gnu PASS
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/hrrr_control_dyn32_phy32_gnu
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/hrrr_control_dyn32_phy32_gnu
-Checking test 214 hrrr_control_dyn32_phy32_gnu results ....
- Comparing sfcf000.nc .........OK
- Comparing sfcf009.nc .........OK
- Comparing sfcf012.nc .........OK
- Comparing atmf000.nc .........OK
- Comparing atmf009.nc .........OK
- Comparing atmf012.nc .........OK
- Comparing GFSFLX.GrbF00 .........OK
- Comparing GFSFLX.GrbF09 .........OK
- Comparing GFSFLX.GrbF12 .........OK
- Comparing GFSPRS.GrbF00 .........OK
- Comparing GFSPRS.GrbF09 .........OK
- Comparing GFSPRS.GrbF12 .........OK
- Comparing RESTART/20210322.120000.coupler.res .........OK
- Comparing RESTART/20210322.120000.fv_core.res.nc .........OK
- Comparing RESTART/20210322.120000.fv_core.res.tile1.nc .........OK
- Comparing RESTART/20210322.120000.fv_core.res.tile2.nc .........OK
- Comparing RESTART/20210322.120000.fv_core.res.tile3.nc .........OK
- Comparing RESTART/20210322.120000.fv_core.res.tile4.nc .........OK
- Comparing RESTART/20210322.120000.fv_core.res.tile5.nc .........OK
- Comparing RESTART/20210322.120000.fv_core.res.tile6.nc .........OK
- Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile1.nc .........OK
- Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile2.nc .........OK
- Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile3.nc .........OK
- Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile4.nc .........OK
- Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile5.nc .........OK
- Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile6.nc .........OK
- Comparing RESTART/20210322.120000.fv_tracer.res.tile1.nc .........OK
- Comparing RESTART/20210322.120000.fv_tracer.res.tile2.nc .........OK
- Comparing RESTART/20210322.120000.fv_tracer.res.tile3.nc .........OK
- Comparing RESTART/20210322.120000.fv_tracer.res.tile4.nc .........OK
- Comparing RESTART/20210322.120000.fv_tracer.res.tile5.nc .........OK
- Comparing RESTART/20210322.120000.fv_tracer.res.tile6.nc .........OK
- Comparing RESTART/20210322.120000.phy_data.tile1.nc .........OK
- Comparing RESTART/20210322.120000.phy_data.tile2.nc .........OK
- Comparing RESTART/20210322.120000.phy_data.tile3.nc .........OK
- Comparing RESTART/20210322.120000.phy_data.tile4.nc .........OK
- Comparing RESTART/20210322.120000.phy_data.tile5.nc .........OK
- Comparing RESTART/20210322.120000.phy_data.tile6.nc .........OK
- Comparing RESTART/20210322.120000.sfc_data.tile1.nc .........OK
- Comparing RESTART/20210322.120000.sfc_data.tile2.nc .........OK
- Comparing RESTART/20210322.120000.sfc_data.tile3.nc .........OK
- Comparing RESTART/20210322.120000.sfc_data.tile4.nc .........OK
- Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK
- Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK
-
- 0: The total amount of wall time = 224.577202
- 0: The maximum resident set size (KB) = 950672
-
-Test 214 hrrr_control_dyn32_phy32_gnu PASS
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/rap_control_dyn32_phy32_gnu
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/rap_2threads_dyn32_phy32_gnu
-Checking test 215 rap_2threads_dyn32_phy32_gnu results ....
- Comparing sfcf000.nc .........OK
- Comparing sfcf009.nc .........OK
- Comparing sfcf012.nc .........OK
- Comparing atmf000.nc .........OK
- Comparing atmf009.nc .........OK
- Comparing atmf012.nc .........OK
- Comparing GFSFLX.GrbF00 .........OK
- Comparing GFSFLX.GrbF09 .........OK
- Comparing GFSFLX.GrbF12 .........OK
- Comparing GFSPRS.GrbF00 .........OK
- Comparing GFSPRS.GrbF09 .........OK
- Comparing GFSPRS.GrbF12 .........OK
- Comparing RESTART/20210323.060000.coupler.res .........OK
- Comparing RESTART/20210323.060000.fv_core.res.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile1.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile2.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile3.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile4.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile5.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile6.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile1.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile2.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile3.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile4.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile5.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile6.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile1.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile2.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile3.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile4.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile5.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile6.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile1.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile2.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile3.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile4.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK
-
- 0: The total amount of wall time = 395.803328
- 0: The maximum resident set size (KB) = 972176
-
-Test 215 rap_2threads_dyn32_phy32_gnu PASS
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/hrrr_control_dyn32_phy32_gnu
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/hrrr_control_2threads_dyn32_phy32_gnu
-Checking test 216 hrrr_control_2threads_dyn32_phy32_gnu results ....
- Comparing sfcf000.nc .........OK
- Comparing sfcf009.nc .........OK
- Comparing sfcf012.nc .........OK
- Comparing atmf000.nc .........OK
- Comparing atmf009.nc .........OK
- Comparing atmf012.nc .........OK
- Comparing GFSFLX.GrbF00 .........OK
- Comparing GFSFLX.GrbF09 .........OK
- Comparing GFSFLX.GrbF12 .........OK
- Comparing GFSPRS.GrbF00 .........OK
- Comparing GFSPRS.GrbF09 .........OK
- Comparing GFSPRS.GrbF12 .........OK
- Comparing RESTART/20210322.120000.coupler.res .........OK
- Comparing RESTART/20210322.120000.fv_core.res.nc .........OK
- Comparing RESTART/20210322.120000.fv_core.res.tile1.nc .........OK
- Comparing RESTART/20210322.120000.fv_core.res.tile2.nc .........OK
- Comparing RESTART/20210322.120000.fv_core.res.tile3.nc .........OK
- Comparing RESTART/20210322.120000.fv_core.res.tile4.nc .........OK
- Comparing RESTART/20210322.120000.fv_core.res.tile5.nc .........OK
- Comparing RESTART/20210322.120000.fv_core.res.tile6.nc .........OK
- Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile1.nc .........OK
- Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile2.nc .........OK
- Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile3.nc .........OK
- Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile4.nc .........OK
- Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile5.nc .........OK
- Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile6.nc .........OK
- Comparing RESTART/20210322.120000.fv_tracer.res.tile1.nc .........OK
- Comparing RESTART/20210322.120000.fv_tracer.res.tile2.nc .........OK
- Comparing RESTART/20210322.120000.fv_tracer.res.tile3.nc .........OK
- Comparing RESTART/20210322.120000.fv_tracer.res.tile4.nc .........OK
- Comparing RESTART/20210322.120000.fv_tracer.res.tile5.nc .........OK
- Comparing RESTART/20210322.120000.fv_tracer.res.tile6.nc .........OK
- Comparing RESTART/20210322.120000.phy_data.tile1.nc .........OK
- Comparing RESTART/20210322.120000.phy_data.tile2.nc .........OK
- Comparing RESTART/20210322.120000.phy_data.tile3.nc .........OK
- Comparing RESTART/20210322.120000.phy_data.tile4.nc .........OK
- Comparing RESTART/20210322.120000.phy_data.tile5.nc .........OK
- Comparing RESTART/20210322.120000.phy_data.tile6.nc .........OK
- Comparing RESTART/20210322.120000.sfc_data.tile1.nc .........OK
- Comparing RESTART/20210322.120000.sfc_data.tile2.nc .........OK
- Comparing RESTART/20210322.120000.sfc_data.tile3.nc .........OK
- Comparing RESTART/20210322.120000.sfc_data.tile4.nc .........OK
- Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK
- Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK
-
- 0: The total amount of wall time = 200.065231
- 0: The maximum resident set size (KB) = 878732
-
-Test 216 hrrr_control_2threads_dyn32_phy32_gnu PASS
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/hrrr_control_dyn32_phy32_gnu
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/hrrr_control_decomp_dyn32_phy32_gnu
-Checking test 217 hrrr_control_decomp_dyn32_phy32_gnu results ....
- Comparing sfcf000.nc .........OK
- Comparing sfcf009.nc .........OK
- Comparing sfcf012.nc .........OK
- Comparing atmf000.nc .........OK
- Comparing atmf009.nc .........OK
- Comparing atmf012.nc .........OK
- Comparing GFSFLX.GrbF00 .........OK
- Comparing GFSFLX.GrbF09 .........OK
- Comparing GFSFLX.GrbF12 .........OK
- Comparing GFSPRS.GrbF00 .........OK
- Comparing GFSPRS.GrbF09 .........OK
- Comparing GFSPRS.GrbF12 .........OK
- Comparing RESTART/20210322.120000.coupler.res .........OK
- Comparing RESTART/20210322.120000.fv_core.res.nc .........OK
- Comparing RESTART/20210322.120000.fv_core.res.tile1.nc .........OK
- Comparing RESTART/20210322.120000.fv_core.res.tile2.nc .........OK
- Comparing RESTART/20210322.120000.fv_core.res.tile3.nc .........OK
- Comparing RESTART/20210322.120000.fv_core.res.tile4.nc .........OK
- Comparing RESTART/20210322.120000.fv_core.res.tile5.nc .........OK
- Comparing RESTART/20210322.120000.fv_core.res.tile6.nc .........OK
- Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile1.nc .........OK
- Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile2.nc .........OK
- Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile3.nc .........OK
- Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile4.nc .........OK
- Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile5.nc .........OK
- Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile6.nc .........OK
- Comparing RESTART/20210322.120000.fv_tracer.res.tile1.nc .........OK
- Comparing RESTART/20210322.120000.fv_tracer.res.tile2.nc .........OK
- Comparing RESTART/20210322.120000.fv_tracer.res.tile3.nc .........OK
- Comparing RESTART/20210322.120000.fv_tracer.res.tile4.nc .........OK
- Comparing RESTART/20210322.120000.fv_tracer.res.tile5.nc .........OK
- Comparing RESTART/20210322.120000.fv_tracer.res.tile6.nc .........OK
- Comparing RESTART/20210322.120000.phy_data.tile1.nc .........OK
- Comparing RESTART/20210322.120000.phy_data.tile2.nc .........OK
- Comparing RESTART/20210322.120000.phy_data.tile3.nc .........OK
- Comparing RESTART/20210322.120000.phy_data.tile4.nc .........OK
- Comparing RESTART/20210322.120000.phy_data.tile5.nc .........OK
- Comparing RESTART/20210322.120000.phy_data.tile6.nc .........OK
- Comparing RESTART/20210322.120000.sfc_data.tile1.nc .........OK
- Comparing RESTART/20210322.120000.sfc_data.tile2.nc .........OK
- Comparing RESTART/20210322.120000.sfc_data.tile3.nc .........OK
- Comparing RESTART/20210322.120000.sfc_data.tile4.nc .........OK
- Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK
- Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK
-
- 0: The total amount of wall time = 226.874609
- 0: The maximum resident set size (KB) = 960524
-
-Test 217 hrrr_control_decomp_dyn32_phy32_gnu PASS
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/rap_control_dyn32_phy32_gnu
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/rap_restart_dyn32_phy32_gnu
-Checking test 218 rap_restart_dyn32_phy32_gnu results ....
- Comparing sfcf012.nc .........OK
- Comparing atmf012.nc .........OK
- Comparing GFSFLX.GrbF12 .........OK
- Comparing GFSPRS.GrbF12 .........OK
- Comparing RESTART/20210323.060000.coupler.res .........OK
- Comparing RESTART/20210323.060000.fv_core.res.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile1.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile2.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile3.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile4.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile5.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile6.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile1.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile2.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile3.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile4.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile5.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile6.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile1.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile2.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile3.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile4.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile5.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile6.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile1.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile2.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile3.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile4.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK
-
- 0: The total amount of wall time = 316.379568
- 0: The maximum resident set size (KB) = 860268
-
-Test 218 rap_restart_dyn32_phy32_gnu PASS
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/hrrr_control_dyn32_phy32_gnu
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/hrrr_control_restart_dyn32_phy32_gnu
-Checking test 219 hrrr_control_restart_dyn32_phy32_gnu results ....
- Comparing sfcf012.nc .........OK
- Comparing atmf012.nc .........OK
- Comparing GFSFLX.GrbF12 .........OK
- Comparing GFSPRS.GrbF12 .........OK
-
- 0: The total amount of wall time = 112.735366
- 0: The maximum resident set size (KB) = 859816
-
-Test 219 hrrr_control_restart_dyn32_phy32_gnu PASS
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/conus13km_control_gnu
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/conus13km_control_gnu
-Checking test 220 conus13km_control_gnu results ....
- Comparing sfcf000.nc .........OK
- Comparing sfcf001.nc .........OK
- Comparing sfcf002.nc .........OK
- Comparing atmf000.nc .........OK
- Comparing atmf001.nc .........OK
- Comparing atmf002.nc .........OK
- Comparing RESTART/20210512.170000.coupler.res .........OK
- Comparing RESTART/20210512.170000.fv_core.res.nc .........OK
- Comparing RESTART/20210512.170000.fv_core.res.tile1.nc .........OK
- Comparing RESTART/20210512.170000.fv_srf_wnd.res.tile1.nc .........OK
- Comparing RESTART/20210512.170000.fv_tracer.res.tile1.nc .........OK
- Comparing RESTART/20210512.170000.phy_data.nc .........OK
- Comparing RESTART/20210512.170000.sfc_data.nc .........OK
-
- 0: The total amount of wall time = 154.448872
- 0: The maximum resident set size (KB) = 1266768
-
-Test 220 conus13km_control_gnu PASS
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/conus13km_control_gnu
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/conus13km_2threads_gnu
-Checking test 221 conus13km_2threads_gnu results ....
- Comparing sfcf000.nc .........OK
- Comparing sfcf001.nc .........OK
- Comparing atmf000.nc .........OK
- Comparing atmf001.nc .........OK
-
- 0: The total amount of wall time = 59.416812
- 0: The maximum resident set size (KB) = 1175628
-
-Test 221 conus13km_2threads_gnu PASS
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/conus13km_restart_mismatch_gnu
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/conus13km_restart_mismatch_gnu
-Checking test 222 conus13km_restart_mismatch_gnu results ....
- Comparing sfcf002.nc .........OK
- Comparing atmf002.nc .........OK
-
- 0: The total amount of wall time = 79.485099
- 0: The maximum resident set size (KB) = 938804
-
-Test 222 conus13km_restart_mismatch_gnu PASS
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/rap_control_dyn64_phy32_gnu
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/rap_control_dyn64_phy32_gnu
-Checking test 223 rap_control_dyn64_phy32_gnu results ....
- Comparing sfcf000.nc .........OK
- Comparing sfcf009.nc .........OK
- Comparing sfcf012.nc .........OK
- Comparing atmf000.nc .........OK
- Comparing atmf009.nc .........OK
- Comparing atmf012.nc .........OK
- Comparing GFSFLX.GrbF00 .........OK
- Comparing GFSFLX.GrbF09 .........OK
- Comparing GFSFLX.GrbF12 .........OK
- Comparing GFSPRS.GrbF00 .........OK
- Comparing GFSPRS.GrbF09 .........OK
- Comparing GFSPRS.GrbF12 .........OK
- Comparing RESTART/20210322.180000.coupler.res .........OK
- Comparing RESTART/20210322.180000.fv_core.res.nc .........OK
- Comparing RESTART/20210322.180000.fv_core.res.tile1.nc .........OK
- Comparing RESTART/20210322.180000.fv_core.res.tile2.nc .........OK
- Comparing RESTART/20210322.180000.fv_core.res.tile3.nc .........OK
- Comparing RESTART/20210322.180000.fv_core.res.tile4.nc .........OK
- Comparing RESTART/20210322.180000.fv_core.res.tile5.nc .........OK
- Comparing RESTART/20210322.180000.fv_core.res.tile6.nc .........OK
- Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile1.nc .........OK
- Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile2.nc .........OK
- Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile3.nc .........OK
- Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile4.nc .........OK
- Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile5.nc .........OK
- Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile6.nc .........OK
- Comparing RESTART/20210322.180000.fv_tracer.res.tile1.nc .........OK
- Comparing RESTART/20210322.180000.fv_tracer.res.tile2.nc .........OK
- Comparing RESTART/20210322.180000.fv_tracer.res.tile3.nc .........OK
- Comparing RESTART/20210322.180000.fv_tracer.res.tile4.nc .........OK
- Comparing RESTART/20210322.180000.fv_tracer.res.tile5.nc .........OK
- Comparing RESTART/20210322.180000.fv_tracer.res.tile6.nc .........OK
- Comparing RESTART/20210322.180000.phy_data.tile1.nc .........OK
- Comparing RESTART/20210322.180000.phy_data.tile2.nc .........OK
- Comparing RESTART/20210322.180000.phy_data.tile3.nc .........OK
- Comparing RESTART/20210322.180000.phy_data.tile4.nc .........OK
- Comparing RESTART/20210322.180000.phy_data.tile5.nc .........OK
- Comparing RESTART/20210322.180000.phy_data.tile6.nc .........OK
- Comparing RESTART/20210322.180000.sfc_data.tile1.nc .........OK
- Comparing RESTART/20210322.180000.sfc_data.tile2.nc .........OK
- Comparing RESTART/20210322.180000.sfc_data.tile3.nc .........OK
- Comparing RESTART/20210322.180000.sfc_data.tile4.nc .........OK
- Comparing RESTART/20210322.180000.sfc_data.tile5.nc .........OK
- Comparing RESTART/20210322.180000.sfc_data.tile6.nc .........OK
-
- 0: The total amount of wall time = 252.828581
- 0: The maximum resident set size (KB) = 990068
-
-Test 223 rap_control_dyn64_phy32_gnu PASS
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/rap_control_debug_dyn32_phy32_gnu
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/rap_control_debug_dyn32_phy32_gnu
-Checking test 224 rap_control_debug_dyn32_phy32_gnu results ....
- Comparing sfcf000.nc .........OK
- Comparing sfcf001.nc .........OK
- Comparing atmf000.nc .........OK
- Comparing atmf001.nc .........OK
-
- 0: The total amount of wall time = 111.566293
- 0: The maximum resident set size (KB) = 974912
-
-Test 224 rap_control_debug_dyn32_phy32_gnu PASS
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/hrrr_control_debug_dyn32_phy32_gnu
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/hrrr_control_debug_dyn32_phy32_gnu
-Checking test 225 hrrr_control_debug_dyn32_phy32_gnu results ....
- Comparing sfcf000.nc .........OK
- Comparing sfcf001.nc .........OK
- Comparing atmf000.nc .........OK
- Comparing atmf001.nc .........OK
-
- 0: The total amount of wall time = 111.162339
- 0: The maximum resident set size (KB) = 969444
-
-Test 225 hrrr_control_debug_dyn32_phy32_gnu PASS
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/conus13km_debug_gnu
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/conus13km_debug_gnu
-Checking test 226 conus13km_debug_gnu results ....
- Comparing sfcf000.nc .........OK
- Comparing sfcf001.nc .........OK
- Comparing atmf000.nc .........OK
- Comparing atmf001.nc .........OK
- Comparing RESTART/20210512.170000.coupler.res .........OK
- Comparing RESTART/20210512.170000.fv_core.res.nc .........OK
- Comparing RESTART/20210512.170000.fv_core.res.tile1.nc .........OK
- Comparing RESTART/20210512.170000.fv_srf_wnd.res.tile1.nc .........OK
- Comparing RESTART/20210512.170000.fv_tracer.res.tile1.nc .........OK
- Comparing RESTART/20210512.170000.phy_data.nc .........OK
- Comparing RESTART/20210512.170000.sfc_data.nc .........OK
-
- 0: The total amount of wall time = 324.177594
- 0: The maximum resident set size (KB) = 1280308
-
-Test 226 conus13km_debug_gnu PASS
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/conus13km_debug_gnu
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/conus13km_debug_qr_gnu
-Checking test 227 conus13km_debug_qr_gnu results ....
- Comparing sfcf000.nc .........OK
- Comparing sfcf001.nc .........OK
- Comparing atmf000.nc .........OK
- Comparing atmf001.nc .........OK
- Comparing RESTART/20210512.170000.coupler.res .........OK
- Comparing RESTART/20210512.170000.fv_core.res.nc .........OK
- Comparing RESTART/20210512.170000.fv_core.res.tile1.nc ............ALT CHECK......OK
- Comparing RESTART/20210512.170000.fv_srf_wnd.res.tile1.nc ............ALT CHECK......OK
- Comparing RESTART/20210512.170000.fv_tracer.res.tile1.nc ............ALT CHECK......OK
- Comparing RESTART/20210512.170000.phy_data.nc ............ALT CHECK......OK
- Comparing RESTART/20210512.170000.sfc_data.nc ............ALT CHECK......OK
-
- 0: The total amount of wall time = 333.405763
- 0: The maximum resident set size (KB) = 968820
-
-Test 227 conus13km_debug_qr_gnu PASS
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/conus13km_debug_gnu
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/conus13km_debug_2threads_gnu
-Checking test 228 conus13km_debug_2threads_gnu results ....
- Comparing sfcf000.nc .........OK
- Comparing sfcf001.nc .........OK
- Comparing atmf000.nc .........OK
- Comparing atmf001.nc .........OK
-
- 0: The total amount of wall time = 193.984855
- 0: The maximum resident set size (KB) = 1189888
-
-Test 228 conus13km_debug_2threads_gnu PASS
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/conus13km_radar_tten_debug_gnu
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/conus13km_radar_tten_debug_gnu
-Checking test 229 conus13km_radar_tten_debug_gnu results ....
- Comparing sfcf000.nc .........OK
- Comparing sfcf001.nc .........OK
- Comparing atmf000.nc .........OK
- Comparing atmf001.nc .........OK
-
- 0: The total amount of wall time = 330.890413
- 0: The maximum resident set size (KB) = 1350312
-
-Test 229 conus13km_radar_tten_debug_gnu PASS
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/rap_control_debug_dyn64_phy32_gnu
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_159854/rap_control_dyn64_phy32_debug_gnu
-Checking test 230 rap_control_dyn64_phy32_debug_gnu results ....
- Comparing sfcf000.nc .........OK
- Comparing sfcf001.nc .........OK
- Comparing atmf000.nc .........OK
- Comparing atmf001.nc .........OK
-
- 0: The total amount of wall time = 115.546808
- 0: The maximum resident set size (KB) = 997780
-
-Test 230 rap_control_dyn64_phy32_debug_gnu PASS
-
-FAILED TESTS:
-cpld_control_pdlib_p8_intel 027 failed in run_test
-144 gnv1_nested_intel failed in check_result
-gnv1_nested_intel 144 failed in run_test
-
-REGRESSION TEST FAILED
-Thu Feb 1 00:58:03 CST 2024
-Elapsed time: 10h:09m:07s. Have a nice day!
-Thu Feb 1 08:01:44 CST 2024
-Start Regression test
-
-Testing UFSWM Hash: 2d9959c5ab71b771c51e1d5995792df7c00e0a9c
-Testing With Submodule Hashes:
- 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d)
- 89603d16f39675624fc8518da50d9515cd5f18c6 CDEPS-interface/CDEPS (cdeps0.4.17-39-g89603d1)
- 620e48fe75d92aa607af7e21f2d8691baddd2851 CICE-interface/CICE (CICE6.0.0-445-g620e48f)
- 7437f73df4b43e8924b6493c5067544af097ad78 CMEPS-interface/CMEPS (cmeps_v0.4.1-2305-g7437f73)
- cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775)
- b7587dfeacd95f43da0595dee42b78a2d78653e9 FV3 (remotes/origin/feature/hafsv2_baseline_with_ssc)
- 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229)
- 35789c757766e07f688b4c0c7c5229816f224b09 HYCOM-interface/HYCOM (2.3.00-121-g35789c7)
- c8a7325c040b4cb1327c55c8248e8e66972239a5 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-9878-gc8a7325c0)
- 0cd3e23ae5d35ef93e205e4d0c3b13ccc0d851f5 NOAHMP-interface/noahmp (v3.7.1-423-g0cd3e23)
- 4ffc47e10e3d3f3bbee50251aacb28b7e0165b92 WW3 (6.07.1-344-g4ffc47e1)
- a5561802021d89a9a1e2b52cb69393efcdc6f71c stochastic_physics (ufs-v2.0.0-199-ga556180)
-Compile hafsw_intel elapsed time 593 seconds. -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 -DMPI=ON -DCMAKE_BUILD_TYPE=Release
-Compile s2sw_pdlib_intel elapsed time 1106 seconds. -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DPDLIB=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/cpld_control_pdlib_p8_intel
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1314058/cpld_control_pdlib_p8_intel
-Checking test 001 cpld_control_pdlib_p8_intel results ....
- Comparing sfcf021.tile1.nc .........OK
- Comparing sfcf021.tile2.nc .........OK
- Comparing sfcf021.tile3.nc .........OK
- Comparing sfcf021.tile4.nc .........OK
- Comparing sfcf021.tile5.nc .........OK
- Comparing sfcf021.tile6.nc .........OK
- Comparing atmf021.tile1.nc .........OK
- Comparing atmf021.tile2.nc .........OK
- Comparing atmf021.tile3.nc .........OK
- Comparing atmf021.tile4.nc .........OK
- Comparing atmf021.tile5.nc .........OK
- Comparing atmf021.tile6.nc .........OK
- Comparing sfcf024.tile1.nc .........OK
- Comparing sfcf024.tile2.nc .........OK
- Comparing sfcf024.tile3.nc .........OK
- Comparing sfcf024.tile4.nc .........OK
- Comparing sfcf024.tile5.nc .........OK
- Comparing sfcf024.tile6.nc .........OK
- Comparing atmf024.tile1.nc .........OK
- Comparing atmf024.tile2.nc .........OK
- Comparing atmf024.tile3.nc .........OK
- Comparing atmf024.tile4.nc .........OK
- Comparing atmf024.tile5.nc .........OK
- Comparing atmf024.tile6.nc .........OK
- Comparing RESTART/20210323.060000.coupler.res .........OK
- Comparing RESTART/20210323.060000.fv_core.res.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile1.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile2.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile3.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile4.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile5.nc .........OK
- Comparing RESTART/20210323.060000.fv_core.res.tile6.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc .........OK
- Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile1.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile2.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile3.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile4.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile5.nc .........OK
- Comparing RESTART/20210323.060000.fv_tracer.res.tile6.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile1.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile2.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile3.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile4.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile5.nc .........OK
- Comparing RESTART/20210323.060000.phy_data.tile6.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile1.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile2.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile3.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile4.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK
- Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK
- Comparing RESTART/20210323.060000.MOM.res.nc .........OK
- Comparing RESTART/iced.2021-03-23-21600.nc .........OK
- Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK
- Comparing 20210323.060000.out_pnt.ww3 .........OK
- Comparing 20210323.060000.out_grd.ww3 .........OK
-
- 0: The total amount of wall time = 830.409917
- 0: The maximum resident set size (KB) = 1821180
-
-Test 001 cpld_control_pdlib_p8_intel PASS
-
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/gnv1_nested_intel
-working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1314058/gnv1_nested_intel
-Checking test 002 gnv1_nested_intel results ....
- Comparing atmf006.nc ............ALT CHECK......NOT OK
- Comparing sfcf006.nc ............ALT CHECK......NOT OK
- Comparing atm.nest02.f006.nc ............ALT CHECK......NOT OK
- Comparing sfc.nest02.f006.nc ............ALT CHECK......NOT OK
- Comparing RESTART/20200825.180000.coupler.res .........OK
- Comparing RESTART/20200825.180000.fv_core.res.nc .........OK
- Comparing RESTART/20200825.180000.fv_core.res.nest02.nc .........OK
- Comparing RESTART/20200825.180000.fv_core.res.nest02.tile7.nc ............ALT CHECK......NOT OK
- Comparing RESTART/20200825.180000.fv_core.res.tile1.nc ............ALT CHECK......NOT OK
- Comparing RESTART/20200825.180000.fv_core.res.tile2.nc ............ALT CHECK......NOT OK
- Comparing RESTART/20200825.180000.fv_core.res.tile3.nc ............ALT CHECK......NOT OK
- Comparing RESTART/20200825.180000.fv_core.res.tile4.nc ............ALT CHECK......NOT OK
- Comparing RESTART/20200825.180000.fv_core.res.tile5.nc ............ALT CHECK......NOT OK
- Comparing RESTART/20200825.180000.fv_core.res.tile6.nc ............ALT CHECK......NOT OK
- Comparing RESTART/20200825.180000.fv_srf_wnd.res.nest02.tile7.nc ............ALT CHECK......NOT OK
- Comparing RESTART/20200825.180000.fv_srf_wnd.res.tile1.nc ............ALT CHECK......NOT OK
- Comparing RESTART/20200825.180000.fv_srf_wnd.res.tile2.nc ............ALT CHECK......NOT OK
- Comparing RESTART/20200825.180000.fv_srf_wnd.res.tile3.nc ............ALT CHECK......NOT OK
- Comparing RESTART/20200825.180000.fv_srf_wnd.res.tile4.nc ............ALT CHECK......NOT OK
- Comparing RESTART/20200825.180000.fv_srf_wnd.res.tile5.nc ............ALT CHECK......NOT OK
- Comparing RESTART/20200825.180000.fv_srf_wnd.res.tile6.nc ............ALT CHECK......NOT OK
- Comparing RESTART/20200825.180000.fv_tracer.res.nest02.tile7.nc ............ALT CHECK......NOT OK
- Comparing RESTART/20200825.180000.fv_tracer.res.tile1.nc ............ALT CHECK......NOT OK
- Comparing RESTART/20200825.180000.fv_tracer.res.tile2.nc ............ALT CHECK......NOT OK
- Comparing RESTART/20200825.180000.fv_tracer.res.tile3.nc ............ALT CHECK......NOT OK
- Comparing RESTART/20200825.180000.fv_tracer.res.tile4.nc ............ALT CHECK......NOT OK
- Comparing RESTART/20200825.180000.fv_tracer.res.tile5.nc ............ALT CHECK......NOT OK
- Comparing RESTART/20200825.180000.fv_tracer.res.tile6.nc ............ALT CHECK......NOT OK
- Comparing RESTART/20200825.180000.phy_data.nest02.tile7.nc ............ALT CHECK......NOT OK
- Comparing RESTART/20200825.180000.phy_data.tile1.nc ............ALT CHECK......NOT OK
- Comparing RESTART/20200825.180000.phy_data.tile2.nc ............ALT CHECK......NOT OK
- Comparing RESTART/20200825.180000.phy_data.tile3.nc ............ALT CHECK......NOT OK
- Comparing RESTART/20200825.180000.phy_data.tile4.nc ............ALT CHECK......NOT OK
- Comparing RESTART/20200825.180000.phy_data.tile5.nc ............ALT CHECK......NOT OK
- Comparing RESTART/20200825.180000.phy_data.tile6.nc ............ALT CHECK......NOT OK
- Comparing RESTART/20200825.180000.sfc_data.nest02.tile7.nc ............ALT CHECK......NOT OK
- Comparing RESTART/20200825.180000.sfc_data.tile1.nc ............ALT CHECK......NOT OK
- Comparing RESTART/20200825.180000.sfc_data.tile2.nc ............ALT CHECK......NOT OK
- Comparing RESTART/20200825.180000.sfc_data.tile3.nc ............ALT CHECK......NOT OK
- Comparing RESTART/20200825.180000.sfc_data.tile4.nc ............ALT CHECK......NOT OK
- Comparing RESTART/20200825.180000.sfc_data.tile5.nc ............ALT CHECK......NOT OK
- Comparing RESTART/20200825.180000.sfc_data.tile6.nc ............ALT CHECK......NOT OK
- Comparing RESTART/fv_BC_ne.res.nest02.nc ............ALT CHECK......NOT OK
- Comparing RESTART/fv_BC_sw.res.nest02.nc ............ALT CHECK......NOT OK
-
- 0: The total amount of wall time = 244.033190
- 0: The maximum resident set size (KB) = 894344
-
-Test 002 gnv1_nested_intel FAIL
-
-FAILED TESTS:
-002 gnv1_nested_intel failed in check_result
-
-REGRESSION TEST FAILED
-Thu Feb 1 08:58:55 CST 2024
-Elapsed time: 00h:57m:12s. Have a nice day!
-Thu Feb 1 11:44:01 CST 2024
-Start Regression test
-
-Testing UFSWM Hash: 2e11465479217c0751804666044de9f1368a4649
-Testing With Submodule Hashes:
+Submodule hashes used in testing:
37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d)
- 89603d16f39675624fc8518da50d9515cd5f18c6 CDEPS-interface/CDEPS (cdeps0.4.17-39-g89603d1)
+ 3d7067a523b8557058755289e4275f5f5c985daf CDEPS-interface/CDEPS (cdeps0.4.17-40-g3d7067a)
620e48fe75d92aa607af7e21f2d8691baddd2851 CICE-interface/CICE (CICE6.0.0-445-g620e48f)
- 7437f73df4b43e8924b6493c5067544af097ad78 CMEPS-interface/CMEPS (cmeps_v0.4.1-2305-g7437f73)
+ 624920ddbd819c76ec37591c24e872308201810e CMEPS-interface/CMEPS (cmeps_v0.4.1-2304-g624920d)
cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775)
- b7587dfeacd95f43da0595dee42b78a2d78653e9 FV3 (remotes/origin/feature/hafsv2_baseline_with_ssc)
+ c2a0c34db714ddbc0e650913a9835dfa8f05180c FV3 (remotes/origin/bugfix_tisfc_20240213)
041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229)
35789c757766e07f688b4c0c7c5229816f224b09 HYCOM-interface/HYCOM (2.3.00-121-g35789c7)
c8a7325c040b4cb1327c55c8248e8e66972239a5 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-9878-gc8a7325c0)
0cd3e23ae5d35ef93e205e4d0c3b13ccc0d851f5 NOAHMP-interface/noahmp (v3.7.1-423-g0cd3e23)
4ffc47e10e3d3f3bbee50251aacb28b7e0165b92 WW3 (6.07.1-344-g4ffc47e1)
a5561802021d89a9a1e2b52cb69393efcdc6f71c stochastic_physics (ufs-v2.0.0-199-ga556180)
-Compile hafsw_intel elapsed time 576 seconds. -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 -DMPI=ON -DCMAKE_BUILD_TYPE=Release
-
-baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240126/gnv1_nested_intel
-working dir = /work2/noaa/stmp/jongkim/stmp/jongkim/FV3_RT/rt_2226321/gnv1_nested_intel
-Checking test 001 gnv1_nested_intel results ....
- Comparing atmf006.nc .........OK
- Comparing sfcf006.nc .........OK
- Comparing atm.nest02.f006.nc .........OK
- Comparing sfc.nest02.f006.nc .........OK
- Comparing RESTART/20200825.180000.coupler.res .........OK
- Comparing RESTART/20200825.180000.fv_core.res.nc .........OK
- Comparing RESTART/20200825.180000.fv_core.res.nest02.nc .........OK
- Comparing RESTART/20200825.180000.fv_core.res.nest02.tile7.nc .........OK
- Comparing RESTART/20200825.180000.fv_core.res.tile1.nc .........OK
- Comparing RESTART/20200825.180000.fv_core.res.tile2.nc .........OK
- Comparing RESTART/20200825.180000.fv_core.res.tile3.nc .........OK
- Comparing RESTART/20200825.180000.fv_core.res.tile4.nc .........OK
- Comparing RESTART/20200825.180000.fv_core.res.tile5.nc .........OK
- Comparing RESTART/20200825.180000.fv_core.res.tile6.nc .........OK
- Comparing RESTART/20200825.180000.fv_srf_wnd.res.nest02.tile7.nc ............ALT CHECK......OK
- Comparing RESTART/20200825.180000.fv_srf_wnd.res.tile1.nc ............ALT CHECK......OK
- Comparing RESTART/20200825.180000.fv_srf_wnd.res.tile2.nc .........OK
- Comparing RESTART/20200825.180000.fv_srf_wnd.res.tile3.nc ............ALT CHECK......OK
- Comparing RESTART/20200825.180000.fv_srf_wnd.res.tile4.nc .........OK
- Comparing RESTART/20200825.180000.fv_srf_wnd.res.tile5.nc .........OK
- Comparing RESTART/20200825.180000.fv_srf_wnd.res.tile6.nc .........OK
- Comparing RESTART/20200825.180000.fv_tracer.res.nest02.tile7.nc .........OK
- Comparing RESTART/20200825.180000.fv_tracer.res.tile1.nc .........OK
- Comparing RESTART/20200825.180000.fv_tracer.res.tile2.nc .........OK
- Comparing RESTART/20200825.180000.fv_tracer.res.tile3.nc .........OK
- Comparing RESTART/20200825.180000.fv_tracer.res.tile4.nc .........OK
- Comparing RESTART/20200825.180000.fv_tracer.res.tile5.nc .........OK
- Comparing RESTART/20200825.180000.fv_tracer.res.tile6.nc .........OK
- Comparing RESTART/20200825.180000.phy_data.nest02.tile7.nc ............ALT CHECK......OK
- Comparing RESTART/20200825.180000.phy_data.tile1.nc .........OK
- Comparing RESTART/20200825.180000.phy_data.tile2.nc .........OK
- Comparing RESTART/20200825.180000.phy_data.tile3.nc .........OK
- Comparing RESTART/20200825.180000.phy_data.tile4.nc .........OK
- Comparing RESTART/20200825.180000.phy_data.tile5.nc .........OK
- Comparing RESTART/20200825.180000.phy_data.tile6.nc .........OK
- Comparing RESTART/20200825.180000.sfc_data.nest02.tile7.nc .........OK
- Comparing RESTART/20200825.180000.sfc_data.tile1.nc .........OK
- Comparing RESTART/20200825.180000.sfc_data.tile2.nc .........OK
- Comparing RESTART/20200825.180000.sfc_data.tile3.nc .........OK
- Comparing RESTART/20200825.180000.sfc_data.tile4.nc .........OK
- Comparing RESTART/20200825.180000.sfc_data.tile5.nc .........OK
- Comparing RESTART/20200825.180000.sfc_data.tile6.nc .........OK
- Comparing RESTART/fv_BC_ne.res.nest02.nc .........OK
- Comparing RESTART/fv_BC_sw.res.nest02.nc .........OK
-
- 0: The total amount of wall time = 247.443272
- 0: The maximum resident set size (KB) = 899684
-
-Test 001 gnv1_nested_intel PASS Tries: 2
-REGRESSION TEST WAS SUCCESSFUL
-Thu Feb 1 12:14:38 CST 2024
-Elapsed time: 00h:30m:38s. Have a nice day!
+NOTES:
+[Times](Memory) are at the end of each compile/test in format [MM:SS](Size).
+The first time is for the full script (prep+run+finalize).
+The second time is specifically for the run phase.
+Times/Memory will be empty for failed tests.
+
+BASELINE DIRECTORY: /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240227
+COMPARISON DIRECTORY: /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_4072729
+
+RT.SH OPTIONS USED:
+* (-a) - HPC PROJECT ACCOUNT: epic
+* (-l) - USE CONFIG FILE: rt.conf
+* (-e) - USE ECFLOW
+
+PASS -- COMPILE 's2swa_32bit_intel' [13:07, 11:21]
+PASS -- TEST 'cpld_control_p8_mixedmode_intel' [10:08, 07:37](1904 MB)
+
+PASS -- COMPILE 's2swa_32bit_pdlib_intel' [17:07, 15:11]
+PASS -- TEST 'cpld_control_gfsv17_intel' [16:02, 13:49](1777 MB)
+PASS -- TEST 'cpld_control_gfsv17_iau_intel' [16:25, 14:05](2193 MB)
+PASS -- TEST 'cpld_restart_gfsv17_intel' [09:22, 06:38](1175 MB)
+PASS -- TEST 'cpld_mpi_gfsv17_intel' [18:03, 15:12](1693 MB)
+
+PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [06:06, 04:54]
+PASS -- TEST 'cpld_debug_gfsv17_intel' [23:09, 20:29](1734 MB)
+
+PASS -- COMPILE 's2swa_intel' [13:06, 11:12]
+PASS -- TEST 'cpld_control_p8_intel' [09:58, 07:38](2079 MB)
+PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [10:10, 07:28](2076 MB)
+PASS -- TEST 'cpld_restart_p8_intel' [07:12, 04:15](1972 MB)
+PASS -- TEST 'cpld_control_qr_p8_intel' [09:57, 07:32](1974 MB)
+PASS -- TEST 'cpld_restart_qr_p8_intel' [07:14, 04:21](1733 MB)
+PASS -- TEST 'cpld_2threads_p8_intel' [10:51, 08:46](2487 MB)
+PASS -- TEST 'cpld_decomp_p8_intel' [09:51, 07:38](2059 MB)
+PASS -- TEST 'cpld_mpi_p8_intel' [09:01, 06:24](1894 MB)
+PASS -- TEST 'cpld_control_ciceC_p8_intel' [10:04, 07:40](2076 MB)
+PASS -- TEST 'cpld_control_c192_p8_intel' [18:50, 15:17](2808 MB)
+PASS -- TEST 'cpld_restart_c192_p8_intel' [09:04, 05:38](2921 MB)
+PASS -- TEST 'cpld_bmark_p8_intel' [15:34, 08:59](3632 MB)
+PASS -- TEST 'cpld_restart_bmark_p8_intel' [13:58, 05:45](3615 MB)
+PASS -- TEST 'cpld_s2sa_p8_intel' [06:56, 04:57](2060 MB)
+
+PASS -- COMPILE 's2sw_intel' [13:08, 11:17]
+PASS -- TEST 'cpld_control_noaero_p8_intel' [09:54, 07:06](1771 MB)
+PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [06:03, 03:58](1819 MB)
+
+PASS -- COMPILE 's2swa_debug_intel' [06:06, 04:52]
+PASS -- TEST 'cpld_debug_p8_intel' [09:10, 06:57](2147 MB)
+
+PASS -- COMPILE 's2sw_debug_intel' [06:06, 04:25]
+PASS -- TEST 'cpld_debug_noaero_p8_intel' [07:20, 04:40](1793 MB)
+
+PASS -- COMPILE 's2s_aoflux_intel' [11:06, 09:18]
+PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [06:01, 03:57](1835 MB)
+
+PASS -- COMPILE 's2s_intel' [10:06, 08:28]
+PASS -- TEST 'cpld_control_c48_intel' [09:38, 07:12](2820 MB)
+
+PASS -- COMPILE 's2swa_faster_intel' [14:06, 12:55]
+PASS -- TEST 'cpld_control_p8_faster_intel' [09:59, 07:16](2088 MB)
+
+PASS -- COMPILE 's2sw_pdlib_intel' [18:06, 16:37]
+PASS -- TEST 'cpld_control_pdlib_p8_intel' [17:02, 14:06](1807 MB)
+PASS -- TEST 'cpld_restart_pdlib_p8_intel' [09:01, 06:37](1278 MB)
+PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [17:47, 15:16](1732 MB)
+
+PASS -- COMPILE 's2sw_pdlib_debug_intel' [06:05, 04:27]
+PASS -- TEST 'cpld_debug_pdlib_p8_intel' [23:56, 21:48](1786 MB)
+
+PASS -- COMPILE 'atm_dyn32_intel' [10:05, 08:56]
+PASS -- TEST 'control_flake_intel' [04:15, 02:52](712 MB)
+PASS -- TEST 'control_CubedSphereGrid_intel' [04:17, 02:04](666 MB)
+PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [04:21, 02:08](680 MB)
+PASS -- TEST 'control_latlon_intel' [04:15, 02:06](677 MB)
+PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [04:21, 02:09](666 MB)
+PASS -- TEST 'control_c48_intel' [07:22, 05:44](856 MB)
+PASS -- TEST 'control_c48.v2.sfc_intel' [07:22, 05:42](863 MB)
+PASS -- TEST 'control_c192_intel' [09:28, 07:47](957 MB)
+PASS -- TEST 'control_c384_intel' [10:17, 08:01](1454 MB)
+PASS -- TEST 'control_c384gdas_intel' [09:57, 07:03](1504 MB)
+PASS -- TEST 'control_stochy_intel' [03:15, 01:28](670 MB)
+PASS -- TEST 'control_stochy_restart_intel' [02:23, 00:49](545 MB)
+PASS -- TEST 'control_lndp_intel' [03:15, 01:23](666 MB)
+PASS -- TEST 'control_iovr4_intel' [03:25, 02:04](673 MB)
+PASS -- TEST 'control_iovr5_intel' [03:16, 02:02](671 MB)
+PASS -- TEST 'control_p8_intel' [04:52, 02:33](1633 MB)
+PASS -- TEST 'control_p8.v2.sfc_intel' [05:02, 02:32](1629 MB)
+PASS -- TEST 'control_p8_ugwpv1_intel' [05:06, 02:22](1639 MB)
+PASS -- TEST 'control_restart_p8_intel' [03:50, 01:25](908 MB)
+PASS -- TEST 'control_noqr_p8_intel' [04:52, 02:24](1620 MB)
+PASS -- TEST 'control_restart_noqr_p8_intel' [03:48, 01:24](983 MB)
+PASS -- TEST 'control_decomp_p8_intel' [04:48, 02:30](1626 MB)
+PASS -- TEST 'control_2threads_p8_intel' [04:48, 02:16](1721 MB)
+PASS -- TEST 'control_p8_lndp_intel' [06:40, 04:20](1643 MB)
+PASS -- TEST 'control_p8_rrtmgp_intel' [05:54, 03:22](1708 MB)
+PASS -- TEST 'control_p8_mynn_intel' [04:58, 02:29](1648 MB)
+PASS -- TEST 'merra2_thompson_intel' [04:57, 02:59](1648 MB)
+PASS -- TEST 'regional_control_intel' [06:27, 04:33](959 MB)
+PASS -- TEST 'regional_restart_intel' [04:37, 02:27](1109 MB)
+PASS -- TEST 'regional_decomp_intel' [06:29, 04:43](945 MB)
+PASS -- TEST 'regional_2threads_intel' [04:29, 02:48](907 MB)
+PASS -- TEST 'regional_noquilt_intel' [06:26, 04:21](1488 MB)
+PASS -- TEST 'regional_netcdf_parallel_intel' [06:27, 04:27](956 MB)
+PASS -- TEST 'regional_2dwrtdecomp_intel' [06:28, 04:33](962 MB)
+PASS -- TEST 'regional_wofs_intel' [07:26, 05:51](2076 MB)
+
+PASS -- COMPILE 'rrfs_intel' [09:05, 07:26]
+PASS -- TEST 'rap_control_intel' [08:51, 06:36](1189 MB)
+PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [05:52, 03:23](1412 MB)
+PASS -- TEST 'rap_decomp_intel' [08:35, 06:50](1129 MB)
+PASS -- TEST 'rap_2threads_intel' [08:32, 06:16](1367 MB)
+PASS -- TEST 'rap_restart_intel' [05:50, 03:25](1148 MB)
+PASS -- TEST 'rap_sfcdiff_intel' [08:41, 06:33](1182 MB)
+PASS -- TEST 'rap_sfcdiff_decomp_intel' [08:35, 06:54](1139 MB)
+PASS -- TEST 'rap_sfcdiff_restart_intel' [06:52, 04:57](1176 MB)
+PASS -- TEST 'hrrr_control_intel' [05:53, 03:22](1083 MB)
+PASS -- TEST 'hrrr_control_decomp_intel' [05:35, 03:26](1044 MB)
+PASS -- TEST 'hrrr_control_2threads_intel' [05:32, 03:07](1134 MB)
+PASS -- TEST 'hrrr_control_restart_intel' [03:16, 01:50](1028 MB)
+PASS -- TEST 'rrfs_v1beta_intel' [08:49, 06:15](1186 MB)
+PASS -- TEST 'rrfs_v1nssl_intel' [09:22, 07:35](2009 MB)
+PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [09:20, 07:24](2168 MB)
+
+PASS -- COMPILE 'csawmg_intel' [09:06, 07:29]
+PASS -- TEST 'control_csawmg_intel' [07:25, 05:09](837 MB)
+PASS -- TEST 'control_csawmgt_intel' [06:24, 04:59](793 MB)
+PASS -- TEST 'control_ras_intel' [04:16, 02:50](825 MB)
+
+PASS -- COMPILE 'wam_intel' [09:06, 07:52]
+PASS -- TEST 'control_wam_intel' [03:23, 01:49](775 MB)
+
+PASS -- COMPILE 'atm_faster_dyn32_intel' [12:09, 10:12]
+PASS -- TEST 'control_p8_faster_intel' [04:53, 02:22](1627 MB)
+PASS -- TEST 'regional_control_faster_intel' [05:32, 04:02](955 MB)
+
+PASS -- COMPILE 'atm_debug_dyn32_intel' [06:06, 04:08]
+PASS -- TEST 'control_CubedSphereGrid_debug_intel' [04:22, 02:20](825 MB)
+PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [04:21, 02:11](822 MB)
+PASS -- TEST 'control_stochy_debug_intel' [04:14, 02:32](826 MB)
+PASS -- TEST 'control_lndp_debug_intel' [04:13, 02:20](824 MB)
+PASS -- TEST 'control_csawmg_debug_intel' [05:29, 03:20](865 MB)
+PASS -- TEST 'control_csawmgt_debug_intel' [05:31, 03:20](869 MB)
+PASS -- TEST 'control_ras_debug_intel' [04:12, 02:16](842 MB)
+PASS -- TEST 'control_diag_debug_intel' [04:22, 02:17](885 MB)
+PASS -- TEST 'control_debug_p8_intel' [04:28, 02:18](1658 MB)
+PASS -- TEST 'regional_debug_intel' [16:25, 14:13](893 MB)
+PASS -- TEST 'rap_control_debug_intel' [05:15, 03:58](1218 MB)
+PASS -- TEST 'hrrr_control_debug_intel' [05:14, 03:55](1210 MB)
+PASS -- TEST 'hrrr_gf_debug_intel' [06:14, 04:05](1217 MB)
+PASS -- TEST 'hrrr_c3_debug_intel' [05:17, 04:03](1217 MB)
+PASS -- TEST 'rap_unified_drag_suite_debug_intel' [06:16, 04:04](1211 MB)
+PASS -- TEST 'rap_diag_debug_intel' [06:25, 04:15](1301 MB)
+PASS -- TEST 'rap_cires_ugwp_debug_intel' [06:19, 04:05](1217 MB)
+PASS -- TEST 'rap_unified_ugwp_debug_intel' [05:16, 04:01](1217 MB)
+PASS -- TEST 'rap_lndp_debug_intel' [05:21, 04:04](1214 MB)
+PASS -- TEST 'rap_progcld_thompson_debug_intel' [05:16, 03:59](1211 MB)
+PASS -- TEST 'rap_noah_debug_intel' [05:16, 04:01](1213 MB)
+PASS -- TEST 'rap_sfcdiff_debug_intel' [05:16, 04:03](1207 MB)
+PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [08:23, 06:24](1213 MB)
+PASS -- TEST 'rrfs_v1beta_debug_intel' [05:16, 03:55](1206 MB)
+PASS -- TEST 'rap_clm_lake_debug_intel' [07:16, 05:10](1220 MB)
+PASS -- TEST 'rap_flake_debug_intel' [05:19, 03:59](1222 MB)
+PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [08:55, 06:53](1225 MB)
+
+PASS -- COMPILE 'wam_debug_intel' [05:13, 03:12]
+
+PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [08:06, 06:40]
+PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [05:44, 03:12](1281 MB)
+PASS -- TEST 'rap_control_dyn32_phy32_intel' [07:40, 05:22](1133 MB)
+PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [04:56, 02:56](1014 MB)
+PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [07:31, 05:09](1287 MB)
+PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [04:32, 02:42](1042 MB)
+PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [04:51, 03:00](976 MB)
+PASS -- TEST 'rap_restart_dyn32_phy32_intel' [06:52, 04:07](1092 MB)
+PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [03:19, 01:34](966 MB)
+
+PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [11:11, 09:35]
+PASS -- TEST 'conus13km_control_intel' [03:36, 01:46](1289 MB)
+PASS -- TEST 'conus13km_2threads_intel' [02:32, 00:42](1197 MB)
+PASS -- TEST 'conus13km_restart_mismatch_intel' [02:25, 01:02](1154 MB)
+
+PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [08:05, 06:39]
+PASS -- TEST 'rap_control_dyn64_phy32_intel' [05:32, 03:40](1065 MB)
+
+PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [04:05, 02:38]
+PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [05:18, 03:56](1095 MB)
+PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [05:15, 03:50](1088 MB)
+PASS -- TEST 'conus13km_debug_intel' [13:39, 11:42](1326 MB)
+PASS -- TEST 'conus13km_debug_qr_intel' [13:30, 11:49](993 MB)
+PASS -- TEST 'conus13km_debug_2threads_intel' [08:26, 06:37](1243 MB)
+PASS -- TEST 'conus13km_radar_tten_debug_intel' [13:32, 11:42](1412 MB)
+
+PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [04:05, 02:35]
+PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [05:17, 03:58](1150 MB)
+
+PASS -- COMPILE 'hafsw_intel' [11:11, 09:47]
+PASS -- TEST 'hafs_regional_atm_intel' [08:03, 05:26](878 MB)
+PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [06:16, 05:02](1270 MB)
+PASS -- TEST 'hafs_regional_atm_ocn_intel' [09:08, 06:18](949 MB)
+PASS -- TEST 'hafs_regional_atm_wav_intel' [16:01, 13:37](978 MB)
+PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [18:09, 15:13](990 MB)
+PASS -- TEST 'hafs_regional_1nest_atm_intel' [07:49, 05:39](608 MB)
+PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [09:17, 06:55](621 MB)
+PASS -- TEST 'hafs_global_1nest_atm_intel' [04:41, 02:53](438 MB)
+PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [10:59, 07:40](544 MB)
+PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [05:41, 03:54](611 MB)
+PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [05:38, 03:36](622 MB)
+PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [07:44, 05:56](683 MB)
+PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [03:23, 01:19](450 MB)
+
+PASS -- COMPILE 'hafsw_debug_intel' [04:05, 02:53]
+PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [13:41, 11:16](637 MB)
+
+PASS -- COMPILE 'hafsw_faster_intel' [12:06, 10:56]
+PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [18:51, 16:07](740 MB)
+PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [18:49, 17:02](841 MB)
+
+PASS -- COMPILE 'hafs_mom6w_intel' [11:07, 09:55]
+PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [11:52, 10:01](829 MB)
+
+PASS -- COMPILE 'hafs_all_intel' [11:08, 09:08]
+PASS -- TEST 'hafs_regional_docn_intel' [08:00, 05:18](958 MB)
+PASS -- TEST 'hafs_regional_docn_oisst_intel' [07:58, 05:23](943 MB)
+PASS -- TEST 'hafs_regional_datm_cdeps_intel' [18:39, 16:26](1342 MB)
+
+PASS -- COMPILE 'datm_cdeps_intel' [08:05, 06:48]
+PASS -- TEST 'datm_cdeps_control_cfsr_intel' [04:10, 02:07](1154 MB)
+PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [03:10, 01:20](1093 MB)
+PASS -- TEST 'datm_cdeps_control_gefs_intel' [03:09, 02:02](1018 MB)
+PASS -- TEST 'datm_cdeps_iau_gefs_intel' [04:12, 02:05](1012 MB)
+PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [03:09, 02:05](1022 MB)
+PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [04:09, 02:08](1156 MB)
+PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [04:10, 02:07](1154 MB)
+PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [03:10, 02:01](1003 MB)
+PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [06:48, 04:56](1163 MB)
+PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [06:46, 04:44](1149 MB)
+PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [04:08, 02:07](1132 MB)
+PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [04:11, 02:59](2436 MB)
+PASS -- TEST 'datm_cdeps_gfs_intel' [04:16, 03:02](2437 MB)
+
+PASS -- COMPILE 'datm_cdeps_debug_intel' [04:06, 02:56]
+PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [07:10, 05:10](1079 MB)
+
+PASS -- COMPILE 'datm_cdeps_faster_intel' [06:06, 04:49]
+PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [04:11, 02:07](1147 MB)
+
+PASS -- COMPILE 'datm_cdeps_land_intel' [02:05, 00:56]
+PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [02:23, 00:53](332 MB)
+PASS -- TEST 'datm_cdeps_lnd_era5_intel' [02:21, 00:50](561 MB)
+PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [02:18, 00:31](561 MB)
+
+PASS -- COMPILE 'atml_intel' [09:06, 07:51]
+PASS -- TEST 'control_p8_atmlnd_sbs_intel' [08:57, 06:34](1657 MB)
+PASS -- TEST 'control_p8_atmlnd_intel' [08:53, 06:13](1645 MB)
+PASS -- TEST 'control_restart_p8_atmlnd_intel' [05:35, 03:05](952 MB)
+
+PASS -- COMPILE 'atmw_intel' [11:05, 09:30]
+PASS -- TEST 'atmwav_control_noaero_p8_intel' [03:46, 01:30](1692 MB)
+
+PASS -- COMPILE 'atmwm_intel' [10:05, 09:03]
+PASS -- TEST 'control_atmwav_intel' [03:39, 01:29](691 MB)
+
+PASS -- COMPILE 'atmaero_intel' [09:06, 07:14]
+PASS -- TEST 'atmaero_control_p8_intel' [05:47, 03:35](1803 MB)
+PASS -- TEST 'atmaero_control_p8_rad_intel' [06:45, 04:20](1806 MB)
+PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [06:36, 04:35](1812 MB)
+
+PASS -- COMPILE 'atmaq_intel' [08:05, 06:56]
+
+PASS -- COMPILE 'atmaq_debug_intel' [04:07, 02:35]
+PASS -- TEST 'regional_atmaq_debug_intel' [19:29, 16:49](4598 MB)
+
+PASS -- COMPILE 'atm_gnu' [05:05, 03:59]
+PASS -- TEST 'control_c48_gnu' [11:24, 09:25](867 MB)
+PASS -- TEST 'control_stochy_gnu' [04:18, 02:19](731 MB)
+PASS -- TEST 'control_ras_gnu' [05:13, 03:41](733 MB)
+PASS -- TEST 'control_p8_gnu' [05:47, 03:35](1515 MB)
+PASS -- TEST 'control_p8_ugwpv1_gnu' [05:39, 03:29](1515 MB)
+PASS -- TEST 'control_flake_gnu' [06:14, 04:17](809 MB)
+
+PASS -- COMPILE 'rrfs_gnu' [05:05, 04:02]
+PASS -- TEST 'rap_control_gnu' [09:49, 07:43](1089 MB)
+PASS -- TEST 'rap_decomp_gnu' [09:37, 07:47](1088 MB)
+PASS -- TEST 'rap_2threads_gnu' [09:37, 07:08](1154 MB)
+PASS -- TEST 'rap_restart_gnu' [06:38, 04:05](885 MB)
+PASS -- TEST 'rap_sfcdiff_gnu' [09:48, 07:39](1088 MB)
+PASS -- TEST 'rap_sfcdiff_decomp_gnu' [09:35, 07:51](1085 MB)
+PASS -- TEST 'rap_sfcdiff_restart_gnu' [07:41, 05:50](883 MB)
+PASS -- TEST 'hrrr_control_gnu' [05:39, 03:53](1072 MB)
+PASS -- TEST 'hrrr_control_noqr_gnu' [05:30, 04:02](1137 MB)
+PASS -- TEST 'hrrr_control_2threads_gnu' [05:30, 03:36](1042 MB)
+PASS -- TEST 'hrrr_control_decomp_gnu' [05:29, 03:58](1071 MB)
+PASS -- TEST 'hrrr_control_restart_gnu' [03:13, 02:01](879 MB)
+PASS -- TEST 'hrrr_control_restart_noqr_gnu' [03:13, 02:00](932 MB)
+PASS -- TEST 'rrfs_v1beta_gnu' [09:51, 07:26](1080 MB)
+
+PASS -- COMPILE 'atm_dyn32_debug_gnu' [07:06, 05:44]
+PASS -- TEST 'control_diag_debug_gnu' [03:18, 01:15](776 MB)
+PASS -- TEST 'regional_debug_gnu' [08:27, 06:16](925 MB)
+PASS -- TEST 'rap_control_debug_gnu' [03:14, 02:00](1107 MB)
+PASS -- TEST 'hrrr_control_debug_gnu' [03:13, 01:53](1089 MB)
+PASS -- TEST 'hrrr_gf_debug_gnu' [03:12, 01:55](1093 MB)
+PASS -- TEST 'hrrr_c3_debug_gnu' [03:14, 01:53](1097 MB)
+PASS -- TEST 'rap_diag_debug_gnu' [04:22, 02:06](1268 MB)
+PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_gnu' [04:15, 03:03](1106 MB)
+PASS -- TEST 'rap_progcld_thompson_debug_gnu' [03:15, 01:55](1096 MB)
+PASS -- TEST 'rrfs_v1beta_debug_gnu' [03:16, 01:54](1092 MB)
+PASS -- TEST 'control_ras_debug_gnu' [03:13, 01:08](722 MB)
+PASS -- TEST 'control_stochy_debug_gnu' [03:14, 01:17](725 MB)
+PASS -- TEST 'control_debug_p8_gnu' [03:28, 01:12](1503 MB)
+PASS -- TEST 'rap_flake_debug_gnu' [03:15, 01:59](1099 MB)
+PASS -- TEST 'rap_clm_lake_debug_gnu' [04:17, 02:06](1100 MB)
+PASS -- TEST 'gnv1_c96_no_nest_debug_gnu' [05:46, 03:12](1104 MB)
+
+PASS -- COMPILE 'wam_debug_gnu' [04:06, 02:30]
+
+PASS -- COMPILE 'rrfs_dyn32_phy32_gnu' [05:06, 03:50]
+PASS -- TEST 'rap_control_dyn32_phy32_gnu' [09:29, 07:11](963 MB)
+PASS -- TEST 'hrrr_control_dyn32_phy32_gnu' [05:47, 03:56](950 MB)
+PASS -- TEST 'rap_2threads_dyn32_phy32_gnu' [08:45, 06:43](970 MB)
+PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_gnu' [05:33, 03:44](872 MB)
+PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_gnu' [05:33, 03:50](948 MB)
+PASS -- TEST 'rap_restart_dyn32_phy32_gnu' [07:56, 05:34](862 MB)
+PASS -- TEST 'hrrr_control_restart_dyn32_phy32_gnu' [03:16, 01:58](856 MB)
+PASS -- TEST 'conus13km_control_gnu' [04:38, 02:30](1266 MB)
+PASS -- TEST 'conus13km_2threads_gnu' [03:25, 01:07](1174 MB)
+PASS -- TEST 'conus13km_restart_mismatch_gnu' [03:25, 01:40](942 MB)
+
+PASS -- COMPILE 'atm_dyn64_phy32_gnu' [09:07, 08:00]
+PASS -- TEST 'rap_control_dyn64_phy32_gnu' [06:30, 04:22](993 MB)
+
+PASS -- COMPILE 'atm_dyn32_phy32_debug_gnu' [07:05, 05:38]
+PASS -- TEST 'rap_control_debug_dyn32_phy32_gnu' [04:16, 02:07](976 MB)
+PASS -- TEST 'hrrr_control_debug_dyn32_phy32_gnu' [03:17, 01:58](975 MB)
+PASS -- TEST 'conus13km_debug_gnu' [07:31, 05:26](1283 MB)
+PASS -- TEST 'conus13km_debug_qr_gnu' [07:30, 05:38](954 MB)
+PASS -- TEST 'conus13km_debug_2threads_gnu' [05:30, 03:12](1193 MB)
+PASS -- TEST 'conus13km_radar_tten_debug_gnu' [07:29, 05:28](1350 MB)
+
+PASS -- COMPILE 'atm_dyn64_phy32_debug_gnu' [07:10, 05:52]
+PASS -- TEST 'rap_control_dyn64_phy32_debug_gnu' [03:18, 01:58](1001 MB)
+
+PASS -- COMPILE 's2swa_gnu' [18:07, 16:26]
+
+PASS -- COMPILE 's2s_gnu' [17:06, 15:44]
+
+PASS -- COMPILE 's2swa_debug_gnu' [05:05, 03:07]
+
+PASS -- COMPILE 's2sw_pdlib_gnu' [15:06, 14:01]
+
+PASS -- COMPILE 's2sw_pdlib_debug_gnu' [04:08, 03:01]
+
+PASS -- COMPILE 'datm_cdeps_gnu' [17:07, 15:17]
+
+SYNOPSIS:
+Starting Date/Time: 20240229 07:55:18
+Ending Date/Time: 20240229 09:15:49
+Total Time: 01h:20m:52s
+Compiles Completed: 53/53
+Tests Completed: 234/234
+
+NOTES:
+A file 'test_changes.list' was generated but is empty.
+If you are using this log as a pull request verification, please commit 'test_changes.list'.
+
+Result: SUCCESS
+
+====END OF HERCULES REGRESSION TESTING LOG====
diff --git a/tests/module-setup.sh b/tests/module-setup.sh
index f0daa24cdb..f392a6c084 100755
--- a/tests/module-setup.sh
+++ b/tests/module-setup.sh
@@ -65,8 +65,8 @@ elif [[ $MACHINE_ID = stampede ]] ; then
fi
module purge
-elif [[ $MACHINE_ID = gaea-c5 ]] ; then
- # We are on GAEA C5
+elif [[ $MACHINE_ID = gaea ]] ; then
+ # We are on GAEA
if ( ! eval module help > /dev/null 2>&1 ) ; then
# We cannot simply load the module command. The GAEA
# /etc/profile modifies a number of module-related variables
@@ -75,7 +75,7 @@ elif [[ $MACHINE_ID = gaea-c5 ]] ; then
# /etc/profile here.
source /etc/profile
fi
- source /lustre/f2/dev/role.epic/contrib/Lmod_init_C5.sh
+ module reset
elif [[ $MACHINE_ID = expanse ]]; then
# We are on SDSC Expanse
diff --git a/tests/opnReqTest b/tests/opnReqTest
index f7cded2d64..b9a003b706 100755
--- a/tests/opnReqTest
+++ b/tests/opnReqTest
@@ -104,12 +104,12 @@ build_opnReqTests() {
;;
esac
MAKE_OPT=$(echo $MAKE_OPT | sed -e 's/^ *//' -e 's/ *$//')
- export COMPILE_NR=${name}
+ export COMPILE_ID=${name}
cat <<-EOF > ${RUNDIR_ROOT}/compile_${name}.env
export MACHINE_ID=${MACHINE_ID}
- export JOB_NR=${COMPILE_NR}
- export COMPILE_NR=${COMPILE_NR}
+ export JOB_NR=${COMPILE_ID}
+ export COMPILE_ID=${COMPILE_ID}
export PATHRT=${PATHRT}
export PATHTR=${PATHTR}
export SCHEDULER=${SCHEDULER}
@@ -124,7 +124,7 @@ build_opnReqTests() {
EOF
if [[ $ECFLOW == true ]]; then
- COMPILE_NR=$name
+ COMPILE_ID=$name
ecflow_create_compile_task
else
echo "compiling $name with compile option $MAKE_OPT"
@@ -252,8 +252,8 @@ run_opnReqTests() {
EOF
if [[ $ECFLOW == true ]]; then
- TEST_NR=${RT_SUFFIX:1}
- COMPILE_NR=$comp_nm
+ TEST_ID=${RT_SUFFIX:1}
+ COMPILE_ID=$comp_nm
RT_COMPILER=${RT_COMPILER:-intel}
DEP_RUN=
if [[ ${RT_SUFFIX} == _std || ${RT_SUFFIX} == _thr || ${RT_SUFFIX} == _mpi || ${RT_SUFFIX} == _dcp || ${RT_SUFFIX} == _rst || ${RT_SUFFIX} == _fhz ]]; then
@@ -269,8 +269,8 @@ run_opnReqTests() {
else
echo "Running test for $rc"
echo " THRD: $THRD; INPES: $INPES; JNPES: $JNPES; TPN: $TPN"
- TEST_NR=${RT_SUFFIX:1}
- ./run_test.sh $PATHRT $RUNDIR_ROOT $TEST_NAME $TEST_NR $comp_nm > $LOG_DIR/run_${TEST_NR}_${TEST_NAME}_${RT_COMPILER}${RT_SUFFIX}.log #2>&1
+ TEST_ID=${RT_SUFFIX:1}
+ ./run_test.sh $PATHRT $RUNDIR_ROOT $TEST_NAME $TEST_ID $comp_nm > $LOG_DIR/run_${TEST_ID}_${TEST_NAME}_${RT_COMPILER}${RT_SUFFIX}.log #2>&1
fi
done
@@ -307,7 +307,7 @@ export CI_TEST=${CI_TEST:-false}
# specify compiler
export RT_COMPILER=${RT_COMPILER:-intel}
# detect_machine sets MACHINE_ID
-RT_MACHINE=${RT_MACHINE:-}
+MACHINE=${MACHINE:-}
source detect_machine.sh
cd $PATHRT
diff --git a/tests/parm/MOM6_data_table_hafs b/tests/parm/MOM6_data_table_hafs
new file mode 100644
index 0000000000..89905df3a7
--- /dev/null
+++ b/tests/parm/MOM6_data_table_hafs
@@ -0,0 +1,2 @@
+"OCN", "runoff", "liq_runoff", "./INPUT/ocean_runoff_monthly.nc", "bilinear", 1.0
+"OCN", "SSS_restore", "s_an", "./INPUT/ocean_salt_restore.nc", "bilinear", 1.0
diff --git a/tests/parm/MOM_input_hafs b/tests/parm/MOM_input_hafs
new file mode 100644
index 0000000000..1eddf0054f
--- /dev/null
+++ b/tests/parm/MOM_input_hafs
@@ -0,0 +1,976 @@
+
+! Where appropriate, parameters use usually given in MKS units.
+
+! This particular file is for the example in ice_ocean_SIS2/Baltic_OM4_025.
+
+! This MOM_input file typically contains only the non-default values that are needed to reproduce this example.
+! A full list of parameters for this example can be found in the corresponding MOM_parameter_doc.all file
+! which is generated by the model at run-time.
+
+
+! === module MOM_domains ===
+REENTRANT_X = False ! [Boolean] default = True
+ ! If true, the domain is zonally reentrant.
+!SYMMETRIC_MEMORY_ = True
+!STATIC_MEMORY_ = False
+
+NIGLOBAL = 1135 !
+ ! The total number of thickness grid points in the x-direction in the physical
+ ! domain. With STATIC_MEMORY_ this is set in MOM_memory.h at compile time.
+NJGLOBAL = 633 !
+ ! The total number of thickness grid points in the y-direction in the physical
+ ! domain. With STATIC_MEMORY_ this is set in MOM_memory.h at compile time.
+!NIHALO = 4 ! default = 4
+ ! The number of halo points on each side in the x-direction. With
+ ! STATIC_MEMORY_ this is set as NIHALO_ in MOM_memory.h at compile time; without
+ ! STATIC_MEMORY_ the default is NIHALO_ in MOM_memory.h (if defined) or 2.
+!NJHALO = 4 ! default = 4
+ ! The number of halo points on each side in the y-direction. With
+ ! STATIC_MEMORY_ this is set as NJHALO_ in MOM_memory.h at compile time; without
+ ! STATIC_MEMORY_ the default is NJHALO_ in MOM_memory.h (if defined) or 2.
+! LAYOUT = 4, 4 !
+ ! The processor layout that was actually used.
+! IO_LAYOUT = 1, 1 ! default = 1
+ ! The processor layout to be used, or 0,0 to automatically set the io_layout to
+ ! be the same as the layout.
+
+! === module MOM ===
+DIABATIC_FIRST = False ! [Boolean] default = False
+ ! If true, apply diabatic and thermodynamic processes, including buoyancy
+ ! forcing and mass gain or loss, before stepping the dynamics forward.
+USE_REGRIDDING = True ! [Boolean] default = False
+ ! If True, use the ALE algorithm (regridding/remapping). If False, use the
+ ! layered isopycnal algorithm.
+THICKNESSDIFFUSE = True ! [Boolean] default = False
+ ! If true, interface heights are diffused with a coefficient of KHTH.
+THICKNESSDIFFUSE_FIRST = True ! [Boolean] default = False
+ ! If true, do thickness diffusion before dynamics. This is only used if
+ ! THICKNESSDIFFUSE is true.
+DT = 360.0 ! [s]
+ ! The (baroclinic) dynamics time step. The time-step that is actually used will
+ ! be an integer fraction of the forcing time-step (DT_FORCING in ocean-only mode
+ ! or the coupling timestep in coupled mode.)
+DT_THERM = 360.0 ! [s] default = 3600.0
+ ! The thermodynamic and tracer advection time step. Ideally DT_THERM should be
+ ! an integer multiple of DT and less than the forcing or coupling time-step,
+ ! unless THERMO_SPANS_COUPLING is true, in which case DT_THERM can be an integer
+ ! multiple of the coupling timestep. By default DT_THERM is set to DT.
+THERMO_SPANS_COUPLING = True ! [Boolean] default = False
+ ! If true, the MOM will take thermodynamic and tracer timesteps that can be
+ ! longer than the coupling timestep. The actual thermodynamic timestep that is
+ ! used in this case is the largest integer multiple of the coupling timestep
+ ! that is less than or equal to DT_THERM.
+USE_PSURF_IN_EOS = False ! [Boolean] default = False
+ ! If true, always include the surface pressure contributions in equation of
+ ! state calculations.
+FRAZIL = True ! [Boolean] default = False
+ ! If true, water freezes if it gets too cold, and the accumulated heat deficit
+ ! is returned in the surface state. FRAZIL is only used if
+ ! ENABLE_THERMODYNAMICS is true.
+DO_GEOTHERMAL = True ! [Boolean] default = False
+ ! If true, apply geothermal heating.
+BOUND_SALINITY = True ! [Boolean] default = False
+ ! If true, limit salinity to being positive. (The sea-ice model may ask for more
+ ! salt than is available and drive the salinity negative otherwise.)
+MIN_SALINITY = 0.01 ! [PPT] default = 0.01
+ ! The minimum value of salinity when BOUND_SALINITY=True. The default is 0.01
+ ! for backward compatibility but ideally should be 0.
+C_P = 3925.0 !3992.0 ! [J kg-1 K-1] default = 3991.86795711963
+ ! The heat capacity of sea water, approximated as a constant. This is only used
+ ! if ENABLE_THERMODYNAMICS is true. The default value is from the TEOS-10
+ ! definition of conservative temperature.
+CHECK_BAD_SURFACE_VALS = True ! [Boolean] default = False
+ ! If true, check the surface state for ridiculous values.
+BAD_VAL_SSH_MAX = 50.0 ! [m] default = 20.0
+ ! The value of SSH above which a bad value message is triggered, if
+ ! CHECK_BAD_SURFACE_VALS is true.
+BAD_VAL_SSS_MAX = 75.0 ! [PPT] default = 45.0
+ ! The value of SSS above which a bad value message is triggered, if
+ ! CHECK_BAD_SURFACE_VALS is true.
+BAD_VAL_SST_MAX = 55.0 ! [deg C] default = 45.0
+ ! The value of SST above which a bad value message is triggered, if
+ ! CHECK_BAD_SURFACE_VALS is true.
+BAD_VAL_SST_MIN = -3.0 ! [deg C] default = -2.1
+ ! The value of SST below which a bad value message is triggered, if
+ ! CHECK_BAD_SURFACE_VALS is true.
+DEFAULT_2018_ANSWERS = False !True ! [Boolean] default = True
+ ! This sets the default value for the various _2018_ANSWERS parameters.
+WRITE_GEOM = 0 ! default = 1
+ ! If =0, never write the geometry and vertical grid files. If =1, write the
+ ! geometry and vertical grid files only for a new simulation. If =2, always
+ ! write the geometry and vertical grid files. Other values are invalid.
+SAVE_INITIAL_CONDS = True ! [Boolean] default = False
+ ! If true, write the initial conditions to a file given by IC_OUTPUT_FILE.
+IC_OUTPUT_FILE = "MOM_IC" ! default = "MOM_IC"
+ ! The file into which to write the initial conditions.
+
+! === module MOM_hor_index ===
+! Sets the horizontal array index types.
+
+! === module MOM_fixed_initialization ===
+INPUTDIR = "INPUT" ! default = "."
+ ! The directory in which input files are found.
+
+! === module MOM_grid_init ===
+GRID_CONFIG = "mosaic" !
+ ! A character string that determines the method for defining the horizontal
+ ! grid. Current options are:
+ ! mosaic - read the grid from a mosaic (supergrid)
+ ! file set by GRID_FILE.
+ ! cartesian - use a (flat) Cartesian grid.
+ ! spherical - use a simple spherical grid.
+ ! mercator - use a Mercator spherical grid.
+GRID_FILE = "ocean_hgrid.nc" !
+ ! Name of the file from which to read horizontal grid data.
+TOPO_CONFIG = "file" !
+ ! This specifies how bathymetry is specified:
+ ! file - read bathymetric information from the file
+ ! specified by (TOPO_FILE).
+ ! flat - flat bottom set to MAXIMUM_DEPTH.
+ ! bowl - an analytically specified bowl-shaped basin
+ ! ranging between MAXIMUM_DEPTH and MINIMUM_DEPTH.
+ ! spoon - a similar shape to 'bowl', but with an vertical
+ ! wall at the southern face.
+ ! halfpipe - a zonally uniform channel with a half-sine
+ ! profile in the meridional direction.
+ ! benchmark - use the benchmark test case topography.
+ ! Neverland - use the Neverland test case topography.
+ ! DOME - use a slope and channel configuration for the
+ ! DOME sill-overflow test case.
+ ! ISOMIP - use a slope and channel configuration for the
+ ! ISOMIP test case.
+ ! DOME2D - use a shelf and slope configuration for the
+ ! DOME2D gravity current/overflow test case.
+ ! Kelvin - flat but with rotated land mask.
+ ! seamount - Gaussian bump for spontaneous motion test case.
+ ! dumbbell - Sloshing channel with reservoirs on both ends.
+ ! shelfwave - exponential slope for shelfwave test case.
+ ! Phillips - ACC-like idealized topography used in the Phillips config.
+ ! dense - Denmark Strait-like dense water formation and overflow.
+ ! USER - call a user modified routine.
+TOPO_FILE = "ocean_topog.nc" ! default = "topog.nc"
+ ! The file from which the bathymetry is read.
+MAXIMUM_DEPTH = 6500.0 ! [m]
+ ! The maximum depth of the ocean.
+MINIMUM_DEPTH = 5.0 !9.5 ! [m] default = 0.0
+ ! If MASKING_DEPTH is unspecified, then anything shallower than MINIMUM_DEPTH is
+ ! assumed to be land and all fluxes are masked out. If MASKING_DEPTH is
+ ! specified, then all depths shallower than MINIMUM_DEPTH but deeper than
+ ! MASKING_DEPTH are rounded to MINIMUM_DEPTH.
+
+! === module MOM_open_boundary ===
+! Controls where open boundaries are located, what kind of boundary condition to impose, and what data to apply,
+! if any.
+! khs_testMASKING_DEPTH = 1.0 ! [m] default = -9999.0
+MASKING_DEPTH = 5.0 ! [m] default = -9999.0
+ ! The depth below which to mask points as land points, for which all fluxes are
+ ! zeroed out. MASKING_DEPTH is ignored if negative.
+CHANNEL_CONFIG = "none" ! default = "none"
+ ! A parameter that determines which set of channels are
+ ! restricted to specific widths. Options are:
+ ! none - All channels have the grid width.
+ ! global_1deg - Sets 16 specific channels appropriate
+ ! for a 1-degree model, as used in CM2G.
+ ! list - Read the channel locations and widths from a
+ ! text file, like MOM_channel_list in the MOM_SIS
+ ! test case.
+ ! file - Read open face widths everywhere from a
+ ! NetCDF file on the model grid.
+!CHANNEL_LIST_FILE = "MOM_channels_global_025" ! default = "MOM_channel_list"
+ ! The file from which the list of narrowed channels is read.
+OBC_NUMBER_OF_SEGMENTS = 4 ! default = 0
+ ! The number of open boundary segments.
+OBC_FREESLIP_VORTICITY = True ! [Boolean] default = True
+ ! If true, sets the normal gradient of tangential velocity to zero in the
+ ! relative vorticity on open boundaries. This cannot be true if another
+ ! OBC_XXX_VORTICITY option is True.
+OBC_COMPUTED_VORTICITY = False ! [Boolean] default = False
+ ! If true, uses the external values of tangential velocity in the relative
+ ! vorticity on open boundaries. This cannot be true if another OBC_XXX_VORTICITY
+ ! option is True.
+OBC_ZERO_BIHARMONIC = False ! [Boolean] default = False
+ ! If true, zeros the Laplacian of flow on open boundaries in the biharmonic
+ ! viscosity term.
+OBC_FREESLIP_STRAIN = False ! [Boolean] default = True
+OBC_COMPUTED_STRAIN = True ! [Boolean] default = False
+OBC_SEGMENT_001 = "J=N,I=N:0,FLATHER,ORLANSKI,NUDGED,ORLANSKI_TAN,NUDGED_TAN" ! north
+OBC_SEGMENT_002 = "J=0,I=0:N,FLATHER,ORLANSKI,NUDGED,ORLANSKI_TAN,NUDGED_TAN" ! south
+OBC_SEGMENT_003 = "I=N,J=0:N,FLATHER,ORLANSKI,NUDGED,ORLANSKI_TAN,NUDGED_TAN" ! east
+OBC_SEGMENT_004 = "I=0,J=N:0,FLATHER,ORLANSKI,NUDGED,ORLANSKI_TAN,NUDGED_TAN" ! west
+ ! Documentation needs to be dynamic?????
+OBC_SEGMENT_001_VELOCITY_NUDGING_TIMESCALES = 3, 360.0 !3, 360.0 !0.3, 360.0 !3, 3600.0 !0.3, 360.0 ! [days] default = 0.0
+ ! Timescales in days for nudging along a segment, for inflow, then outflow.
+ ! Setting both to zero should behave like SIMPLE obcs for the baroclinic
+ ! velocities.
+ ! Documentation needs to be dynamic?????
+OBC_SEGMENT_002_VELOCITY_NUDGING_TIMESCALES = 3, 360.0 !3, 360.0 !0.3, 360.0 !3, 3600.0 !0.3, 360.0 ! [days] default = 0.0
+ ! Timescales in days for nudging along a segment, for inflow, then outflow.
+ ! Setting both to zero should behave like SIMPLE obcs for the baroclinic
+ ! velocities.
+OBC_SEGMENT_003_VELOCITY_NUDGING_TIMESCALES = 3, 360.0 !3, 360.0 !0.3, 360.0 !3, 3600.0 !0.3, 360.0 !3, 3600.0 ! [days] default = 0.0
+ ! Timescales in days for nudging along a segment, for inflow, then outflow.
+ ! Setting both to zero should behave like SIMPLE obcs for the baroclinic
+ ! velocities.
+ ! Documentation needs to be dynamic?????
+OBC_SEGMENT_004_VELOCITY_NUDGING_TIMESCALES = 3, 360.0 !3, 360.0 !0.3, 360.0 !3, 3600.0 !0.3, 360.0 !3, 3600.0 ! [days] default = 0.0
+ ! Timescales in days for nudging along a segment, for inflow, then outflow.
+ ! Setting both to zero should behave like SIMPLE obcs for the baroclinic
+ ! velocities.
+ ! Documentation needs to be dynamic?????
+BRUSHCUTTER_MODE = True ! [Boolean] default = False
+ ! If true, read external OBC data on the supergrid.
+OBC_SEGMENT_001_DATA = "U=file:ocean_uv_obc_north.nc(u),V=file:ocean_uv_obc_north.nc(v),SSH=file:ocean_ssh_obc_north.nc(ssh),TEMP=file:ocean_ts_obc_north.nc(temp),SALT=file:ocean_ts_obc_north.nc(salt)" !
+OBC_SEGMENT_002_DATA = "U=file:ocean_uv_obc_south.nc(u),V=file:ocean_uv_obc_south.nc(v),SSH=file:ocean_ssh_obc_south.nc(ssh),TEMP=file:ocean_ts_obc_south.nc(temp),SALT=file:ocean_ts_obc_south.nc(salt)" !
+OBC_SEGMENT_003_DATA = "U=file:ocean_uv_obc_east.nc(u),V=file:ocean_uv_obc_east.nc(v),SSH=file:ocean_ssh_obc_east.nc(ssh),TEMP=file:ocean_ts_obc_east.nc(temp),SALT=file:ocean_ts_obc_east.nc(salt)" !
+OBC_SEGMENT_004_DATA = "U=file:ocean_uv_obc_west.nc(u),V=file:ocean_uv_obc_west.nc(v),SSH=file:ocean_ssh_obc_west.nc(ssh),TEMP=file:ocean_ts_obc_west.nc(temp),SALT=file:ocean_ts_obc_west.nc(salt)" !
+OBC_TRACER_RESERVOIR_LENGTH_SCALE_OUT = 3000.0 !0.0 !3000.0 ! [m] default = 0.0
+ ! An effective length scale for restoring the tracer concentration at the
+ ! boundaries to externally imposed values when the flow is exiting the domain.
+OBC_TRACER_RESERVOIR_LENGTH_SCALE_IN = 3.0E+04 !0.0 !3.0E+04 ! [m] default = 0.0
+ ! An effective length scale for restoring the tracer concentration at the
+ ! boundaries to values from the interior when the flow is entering the domain.
+RAMP_OBCS = False ! default = False
+OBC_RAMP_TIMESCALE = 2.0 ! [days] default = 1.0
+OBC_RADIATION_MAX = 1.0 ! [nondim] default = 1.0
+
+! === module MOM_verticalGrid ===
+! Parameters providing information about the vertical grid.
+NK = 55 ! [nondim]
+ ! The number of model layers.
+
+! === module MOM_tracer_registry ===
+
+! === module MOM_EOS ===
+DTFREEZE_DP = -7.75E-08 ! [deg C Pa-1] default = 0.0
+ ! When TFREEZE_FORM=LINEAR, this is the derivative of the freezing potential
+ ! temperature with pressure.
+
+! === module MOM_restart ===
+PARALLEL_RESTARTFILES = False ! [Boolean] default = False
+ ! If true, each processor writes its own restart file, otherwise a single
+ ! restart file is generated
+RESTART_CHECKSUMS_REQUIRED = False
+
+! === module MOM_tracer_flow_control ===
+USE_IDEAL_AGE_TRACER = True ! [Boolean] default = False
+ ! If true, use the ideal_age_example tracer package.
+
+! === module ideal_age_example ===
+
+! === module MOM_coord_initialization ===
+COORD_CONFIG = "gprime" !"file" ! default = "none"
+ ! This specifies how layers are to be defined:
+ ! ALE or none - used to avoid defining layers in ALE mode
+ ! file - read coordinate information from the file
+ ! specified by (COORD_FILE).
+ ! BFB - Custom coords for buoyancy-forced basin case
+ ! based on SST_S, T_BOT and DRHO_DT.
+ ! linear - linear based on interfaces not layers
+ ! layer_ref - linear based on layer densities
+ ! ts_ref - use reference temperature and salinity
+ ! ts_range - use range of temperature and salinity
+ ! (T_REF and S_REF) to determine surface density
+ ! and GINT calculate internal densities.
+ ! gprime - use reference density (RHO_0) for surface
+ ! density and GINT calculate internal densities.
+ ! ts_profile - use temperature and salinity profiles
+ ! (read from COORD_FILE) to set layer densities.
+ ! USER - call a user modified routine.
+GINT = 0.0098 ! [m s-2]
+!COORD_FILE = "layer_coord.nc" !
+ ! The file from which the coordinate densities are read.
+REMAP_UV_USING_OLD_ALG = True ! [Boolean] default = True
+ ! If true, uses the old remapping-via-a-delta-z method for remapping u and v. If
+ ! false, uses the new method that remaps between grids described by an old and
+ ! new thickness.
+REGRIDDING_COORDINATE_MODE = "Z*" !"HYCOM1" ! default = "LAYER"
+ ! Coordinate mode for vertical regridding. Choose among the following
+ ! possibilities: LAYER - Isopycnal or stacked shallow water layers
+ ! ZSTAR, Z* - stretched geopotential z*
+ ! SIGMA_SHELF_ZSTAR - stretched geopotential z* ignoring shelf
+ ! SIGMA - terrain following coordinates
+ ! RHO - continuous isopycnal
+ ! HYCOM1 - HyCOM-like hybrid coordinate
+ ! SLIGHT - stretched coordinates above continuous isopycnal
+ ! ADAPTIVE - optimize for smooth neutral density surfaces
+BOUNDARY_EXTRAPOLATION = True ! [Boolean] default = False
+ ! When defined, a proper high-order reconstruction scheme is used within
+ ! boundary cells rather than PCM. E.g., if PPM is used for remapping, a PPM
+ ! reconstruction will also be used within boundary cells.
+ALE_COORDINATE_CONFIG = "FILE:ocean_vgrid.nc,dz" !"HYBRID:hycom1_75_800m.nc,sigma2,FNC1:2,4000,4.5,.01" ! default = "UNIFORM"
+ ! Determines how to specify the coordinate resolution. Valid options are:
+ ! PARAM - use the vector-parameter ALE_RESOLUTION
+ ! UNIFORM[:N] - uniformly distributed
+ ! FILE:string - read from a file. The string specifies
+ ! the filename and variable name, separated
+ ! by a comma or space, e.g. FILE:lev.nc,dz
+ ! or FILE:lev.nc,interfaces=zw
+ ! WOA09[:N] - the WOA09 vertical grid (approximately)
+ ! FNC1:string - FNC1:dz_min,H_total,power,precision
+ ! HYBRID:string - read from a file. The string specifies
+ ! the filename and two variable names, separated
+ ! by a comma or space, for sigma-2 and dz. e.g.
+ ! HYBRID:vgrid.nc,sigma2,dz
+!ALE_RESOLUTION = 7*2.0, 2*2.01, 2.02, 2.03, 2.05, 2.08, 2.11, 2.15, 2.21, 2.2800000000000002, 2.37, 2.48, 2.61, 2.77, 2.95, 3.17, 3.4299999999999997, 3.74, 4.09, 4.49, 4.95, 5.48, 6.07, 6.74, 7.5, 8.34, 9.280000000000001, 10.33, 11.49, 12.77, 14.19, 15.74, 17.450000000000003, 19.31, 21.35, 23.56, 25.97, 28.580000000000002, 31.41, 34.47, 37.77, 41.32, 45.14, 49.25, 53.65, 58.370000000000005, 63.42, 68.81, 74.56, 80.68, 87.21000000000001, 94.14, 101.51, 109.33, 117.62, 126.4, 135.68, 145.5, 155.87, 166.81, 178.35, 190.51, 203.31, 216.78, 230.93, 245.8, 261.42, 277.83 ! [m]
+ ! The distribution of vertical resolution for the target
+ ! grid used for Eulerian-like coordinates. For example,
+ ! in z-coordinate mode, the parameter is a list of level
+ ! thicknesses (in m). In sigma-coordinate mode, the list
+ ! is of non-dimensional fractions of the water column.
+!TARGET_DENSITIES = 1010.0, 1014.3034, 1017.8088, 1020.843, 1023.5566, 1025.813, 1027.0275, 1027.9114, 1028.6422, 1029.2795, 1029.852, 1030.3762, 1030.8626, 1031.3183, 1031.7486, 1032.1572, 1032.5471, 1032.9207, 1033.2798, 1033.6261, 1033.9608, 1034.2519, 1034.4817, 1034.6774, 1034.8508, 1035.0082, 1035.1533, 1035.2886, 1035.4159, 1035.5364, 1035.6511, 1035.7608, 1035.8661, 1035.9675, 1036.0645, 1036.1554, 1036.2411, 1036.3223, 1036.3998, 1036.4739, 1036.5451, 1036.6137, 1036.68, 1036.7441, 1036.8062, 1036.8526, 1036.8874, 1036.9164, 1036.9418, 1036.9647, 1036.9857, 1037.0052, 1037.0236, 1037.0409, 1037.0574, 1037.0738, 1037.0902, 1037.1066, 1037.123, 1037.1394, 1037.1558, 1037.1722, 1037.1887, 1037.206, 1037.2241, 1037.2435, 1037.2642, 1037.2866, 1037.3112, 1037.3389, 1037.3713, 1037.4118, 1037.475, 1037.6332, 1037.8104, 1038.0 ! [m]
+ ! HYBRID target densities for interfaces
+REGRID_COMPRESSIBILITY_FRACTION = 0.01 ! [nondim] default = 0.0
+ ! When interpolating potential density profiles we can add some artificial
+ ! compressibility solely to make homogeneous regions appear stratified.
+MAXIMUM_INT_DEPTH_CONFIG = "FNC1:5,8000.0,1.0,.01" ! default = "NONE"
+ ! Determines how to specify the maximum interface depths.
+ ! Valid options are:
+ ! NONE - there are no maximum interface depths
+ ! PARAM - use the vector-parameter MAXIMUM_INTERFACE_DEPTHS
+ ! FILE:string - read from a file. The string specifies
+ ! the filename and variable name, separated
+ ! by a comma or space, e.g. FILE:lev.nc,Z
+ ! FNC1:string - FNC1:dz_min,H_total,power,precision
+!MAXIMUM_INT_DEPTHS = 0.0, 5.0, 12.75, 23.25, 36.49, 52.480000000000004, 71.22, 92.71000000000001, 116.94000000000001, 143.92000000000002, 173.65, 206.13, 241.36, 279.33000000000004, 320.05000000000007, 363.5200000000001, 409.7400000000001, 458.7000000000001, 510.4100000000001, 564.8700000000001, 622.0800000000002, 682.0300000000002, 744.7300000000002, 810.1800000000003, 878.3800000000003, 949.3300000000004, 1023.0200000000004, 1099.4600000000005, 1178.6500000000005, 1260.5900000000006, 1345.2700000000007, 1432.7000000000007, 1522.8800000000008, 1615.8100000000009, 1711.490000000001, 1809.910000000001, 1911.080000000001, 2015.0000000000011, 2121.670000000001, 2231.080000000001, 2343.2400000000007, 2458.1500000000005, 2575.8100000000004, 2696.2200000000003, 2819.3700000000003, 2945.2700000000004, 3073.9200000000005, 3205.3200000000006, 3339.4600000000005, 3476.3500000000004, 3615.9900000000002, 3758.38, 3903.52, 4051.4, 4202.03, 4355.41, 4511.54, 4670.41, 4832.03, 4996.4, 5163.5199999999995, 5333.379999999999, 5505.989999999999, 5681.3499999999985, 5859.459999999998, 6040.319999999998, 6223.919999999998, 6410.269999999999, 6599.369999999999, 6791.219999999999, 6985.8099999999995, 7183.15, 7383.24, 7586.08, 7791.67, 8000.0
+ ! The list of maximum depths for each interface.
+MAX_LAYER_THICKNESS_CONFIG = "FNC1:400,31000.0,0.1,.01" ! default = "NONE"
+ ! Determines how to specify the maximum layer thicknesses.
+ ! Valid options are:
+ ! NONE - there are no maximum layer thicknesses
+ ! PARAM - use the vector-parameter MAX_LAYER_THICKNESS
+ ! FILE:string - read from a file. The string specifies
+ ! the filename and variable name, separated
+ ! by a comma or space, e.g. FILE:lev.nc,Z
+ ! FNC1:string - FNC1:dz_min,H_total,power,precision
+!MAX_LAYER_THICKNESS = 400.0, 409.63, 410.32, 410.75, 411.07, 411.32, 411.52, 411.7, 411.86, 412.0, 412.13, 412.24, 412.35, 412.45, 412.54, 412.63, 412.71, 412.79, 412.86, 412.93, 413.0, 413.06, 413.12, 413.18, 413.24, 413.29, 413.34, 413.39, 413.44, 413.49, 413.54, 413.58, 413.62, 413.67, 413.71, 413.75, 413.78, 413.82, 413.86, 413.9, 413.93, 413.97, 414.0, 414.03, 414.06, 414.1, 414.13, 414.16, 414.19, 414.22, 414.24, 414.27, 414.3, 414.33, 414.35, 414.38, 414.41, 414.43, 414.46, 414.48, 414.51, 414.53, 414.55, 414.58, 414.6, 414.62, 414.65, 414.67, 414.69, 414.71, 414.73, 414.75, 414.77, 414.79, 414.83 ! [m]
+ ! The list of maximum thickness for each layer.
+REMAPPING_SCHEME = "PPM_H4" ! default = "PLM"
+ ! This sets the reconstruction scheme used for vertical remapping for all
+ ! variables. It can be one of the following schemes: PCM (1st-order
+ ! accurate)
+ ! PLM (2nd-order accurate)
+ ! PPM_H4 (3rd-order accurate)
+ ! PPM_IH4 (3rd-order accurate)
+ ! PQM_IH4IH3 (4th-order accurate)
+ ! PQM_IH6IH5 (5th-order accurate)
+
+! === module MOM_grid ===
+! Parameters providing information about the lateral grid.
+
+! === module MOM_state_initialization ===
+TS_CONFIG = "file" !
+ ! A string that determines how the initial tempertures and salinities are
+ ! specified for a new run:
+ ! file - read velocities from the file specified
+ ! by (TS_FILE).
+ ! fit - find the temperatures that are consistent with
+ ! the layer densities and salinity S_REF.
+ ! TS_profile - use temperature and salinity profiles
+ ! (read from TS_FILE) to set layer densities.
+ ! benchmark - use the benchmark test case T & S.
+ ! linear - linear in logical layer space.
+ ! DOME2D - 2D DOME initialization.
+ ! ISOMIP - ISOMIP initialization.
+ ! adjustment2d - 2d lock exchange T/S ICs.
+ ! sloshing - sloshing mode T/S ICs.
+ ! seamount - no motion test with seamount ICs.
+ ! dumbbell - sloshing channel ICs.
+ ! rossby_front - a mixed layer front in thermal wind balance.
+ ! SCM_CVMix_tests - used in the SCM CVMix tests.
+ ! USER - call a user modified routine.
+TS_FILE = "ocean_ts_ic.nc" !
+ ! The initial condition file for temperature.
+
+INIT_LAYERS_FROM_Z_FILE = True ! [Boolean] default = False
+ ! If true, initialize the layer thicknesses, temperatures, and salinities from a
+ ! Z-space file on a latitude-longitude grid.
+
+
+! === module MOM_initialize_layers_from_Z ===
+TEMP_SALT_Z_INIT_FILE = "ocean_ts_ic.nc" ! default = "temp_salt_z.nc"
+ ! The name of the z-space input file used to initialize temperatures (T) and
+ ! salinities (S). If T and S are not in the same file, TEMP_Z_INIT_FILE and
+ ! SALT_Z_INIT_FILE must be set.
+!TEMP_Z_INIT_FILE = "" ! default = ""
+ ! The name of the z-space input file used to initialize temperatures, only.
+!SALT_Z_INIT_FILE = "" ! default = ""
+ ! The name of the z-space input file used to initialize temperatures, only.
+Z_INIT_FILE_PTEMP_VAR = "Temp" ! default = "ptemp"
+ ! The name of the potential temperature variable in TEMP_Z_INIT_FILE.
+Z_INIT_FILE_SALT_VAR = "Salt" ! default = "salt"
+ ! The name of the salinity variable in SALT_Z_INIT_FILE.
+Z_INIT_ALE_REMAPPING = True ! [Boolean] default = False
+ ! If True, then remap straight to model coordinate from file.
+Z_INIT_REMAP_OLD_ALG = True ! [Boolean] default = True
+ ! If false, uses the preferred remapping algorithm for initialization. If true,
+ ! use an older, less robust algorithm for remapping.
+Z_INIT_REMAP_GENERAL = True ! [Boolean] default = False
+ ! If false, only initializes to z* coordinates.
+ ! If true, allows initialization directly to general coordinates.
+Z_INIT_REMAP_FULL_COLUMN = True ! [Boolean] default = True
+ ! If false, only reconstructs profiles for valid data points.
+ ! If true, inserts vanished layers below the valid data.
+DEPRESS_INITIAL_SURFACE = True ! [Boolean] default = False
+ ! If true, depress the initial surface to avoid huge tsunamis when a large
+ ! surface pressure is applied.
+SURFACE_HEIGHT_IC_FILE = "ocean_ssh_ic.nc" !
+ ! The initial condition file for the surface height.
+SURFACE_HEIGHT_IC_VAR = "ave_ssh" ! default = "SSH"
+ ! The initial condition variable for the surface height
+VELOCITY_CONFIG = "file"
+VELOCITY_FILE = "ocean_uv_ic.nc"
+
+! === module MOM_diag_mediator ===
+NUM_DIAG_COORDS = 2 ! default = 1
+ ! The number of diagnostic vertical coordinates to use. For each coordinate, an
+ ! entry in DIAG_COORDS must be provided.
+DIAG_COORDS = "z Z ZSTAR", "rho2 RHO2 RHO" !
+ ! A list of string tuples associating diag_table modules to a coordinate
+ ! definition used for diagnostics. Each string is of the form
+ ! "MODULE_SUFFIX,PARAMETER_SUFFIX,COORDINATE_NAME".
+DIAG_COORD_DEF_RHO2 = "RFNC1:35,999.5,1028,1028.5,8.,1038.,0.0078125" ! default = "WOA09"
+ ! Determines how to specify the coordinate resolution. Valid options are:
+ ! PARAM - use the vector-parameter DIAG_COORD_RES_RHO2
+ ! UNIFORM[:N] - uniformly distributed
+ ! FILE:string - read from a file. The string specifies
+ ! the filename and variable name, separated
+ ! by a comma or space, e.g. FILE:lev.nc,dz
+ ! or FILE:lev.nc,interfaces=zw
+ ! WOA09[:N] - the WOA09 vertical grid (approximately)
+ ! FNC1:string - FNC1:dz_min,H_total,power,precision
+ ! HYBRID:string - read from a file. The string specifies
+ ! the filename and two variable names, separated
+ ! by a comma or space, for sigma-2 and dz. e.g.
+ ! HYBRID:vgrid.nc,sigma2,dz
+DIAG_COORD_DEF_Z = "FILE:ocean_vgrid.nc,interfaces=zw" ! default = "WOA09"
+ ! Determines how to specify the coordinate
+ ! resolution. Valid options are:
+ ! PARAM - use the vector-parameter DIAG_COORD_RES_RHO2
+ ! UNIFORM[:N] - uniformly distributed
+ ! FILE:string - read from a file. The string specifies
+ ! the filename and variable name, separated
+ ! by a comma or space, e.g. FILE:lev.nc,dz
+ ! or FILE:lev.nc,interfaces=zw
+ ! WOA09[:N] - the WOA09 vertical grid (approximately)
+ ! FNC1:string - FNC1:dz_min,H_total,power,precision
+ ! HYBRID:string - read from a file. The string specifies
+ ! the filename and two variable names, separated
+ ! by a comma or space, for sigma-2 and dz. e.g.
+ ! HYBRID:vgrid.nc,sigma2,dz
+
+! === module MOM_MEKE ===
+USE_MEKE = True ! [Boolean] default = False
+ ! If true, turns on the MEKE scheme which calculates a sub-grid mesoscale eddy
+ ! kinetic energy budget.
+MEKE_GMCOEFF = 1.0 ! [nondim] default = -1.0
+ ! The efficiency of the conversion of potential energy into MEKE by the
+ ! thickness mixing parameterization. If MEKE_GMCOEFF is negative, this
+ ! conversion is not used or calculated.
+MEKE_BGSRC = 1.0E-13 ! [W kg-1] default = 0.0
+ ! A background energy source for MEKE.
+MEKE_KHMEKE_FAC = 1.0 ! [nondim] default = 0.0
+ ! A factor that maps MEKE%Kh to Kh for MEKE itself.
+MEKE_ALPHA_RHINES = 0.15 ! [nondim] default = 0.05
+ ! If positive, is a coefficient weighting the Rhines scale in the expression for
+ ! mixing length used in MEKE-derived diffusivity.
+MEKE_ALPHA_EADY = 0.15 ! [nondim] default = 0.05
+ ! If positive, is a coefficient weighting the Eady length scale in the
+ ! expression for mixing length used in MEKE-derived diffusivity.
+
+! === module MOM_lateral_mixing_coeffs ===
+USE_VARIABLE_MIXING = True ! [Boolean] default = False
+ ! If true, the variable mixing code will be called. This allows diagnostics to
+ ! be created even if the scheme is not used. If KHTR_SLOPE_CFF>0 or
+ ! KhTh_Slope_Cff>0, this is set to true regardless of what is in the parameter
+ ! file.
+RESOLN_SCALED_KH = True ! [Boolean] default = False
+ ! If true, the Laplacian lateral viscosity is scaled away when the first
+ ! baroclinic deformation radius is well resolved.
+RESOLN_SCALED_KHTH = True ! [Boolean] default = False
+ ! If true, the interface depth diffusivity is scaled away when the first
+ ! baroclinic deformation radius is well resolved.
+KHTR_SLOPE_CFF = 0.25 ! [nondim] default = 0.0
+ ! The nondimensional coefficient in the Visbeck formula for the epipycnal tracer
+ ! diffusivity
+USE_STORED_SLOPES = True ! [Boolean] default = False
+ ! If true, the isopycnal slopes are calculated once and stored for re-use. This
+ ! uses more memory but avoids calling the equation of state more times than
+ ! should be necessary.
+INTERPOLATE_RES_FN = False ! [Boolean] default = True
+ ! If true, interpolate the resolution function to the velocity points from the
+ ! thickness points; otherwise interpolate the wave speed and calculate the
+ ! resolution function independently at each point.
+GILL_EQUATORIAL_LD = True ! [Boolean] default = False
+ ! If true, uses Gill's definition of the baroclinic equatorial deformation
+ ! radius, otherwise, if false, use Pedlosky's definition. These definitions
+ ! differ by a factor of 2 in front of the beta term in the denominator. Gill's
+ ! is the more appropriate definition.
+
+! === module MOM_set_visc ===
+CHANNEL_DRAG = True ! [Boolean] default = False
+ ! If true, the bottom drag is exerted directly on each layer proportional to the
+ ! fraction of the bottom it overlies.
+PRANDTL_TURB = 1.25 ! [nondim] default = 1.0
+ ! The turbulent Prandtl number applied to shear instability.
+HBBL = 10.0 ! [m]
+ ! The thickness of a bottom boundary layer with a viscosity of KVBBL if
+ ! BOTTOMDRAGLAW is not defined, or the thickness over which near-bottom
+ ! velocities are averaged for the drag law if BOTTOMDRAGLAW is defined but
+ ! LINEAR_DRAG is not.
+DRAG_BG_VEL = 0.01 ! [m s-1] default = 0.0
+ ! DRAG_BG_VEL is either the assumed bottom velocity (with LINEAR_DRAG) or an
+ ! unresolved velocity that is combined with the resolved velocity to estimate
+ ! the velocity magnitude. DRAG_BG_VEL is only used when BOTTOMDRAGLAW is
+ ! defined.
+BBL_USE_EOS = True ! [Boolean] default = False
+ ! If true, use the equation of state in determining the properties of the bottom
+ ! boundary layer. Otherwise use the layer target potential densities.
+BBL_THICK_MIN = 0.1 ! [m] default = 0.0
+ ! The minimum bottom boundary layer thickness that can be used with
+ ! BOTTOMDRAGLAW. This might be Kv/(cdrag*drag_bg_vel) to give Kv as the minimum
+ ! near-bottom viscosity.
+KV = 1.0E-06 ! [m2 s-1]
+ ! The background kinematic viscosity in the interior. The molecular value, ~1e-6
+ ! m2 s-1, may be used.
+KV_BBL_MIN = 0.0 ! [m2 s-1] default = 1.0E-04
+ ! The minimum viscosities in the bottom boundary layer.
+KV_TBL_MIN = 0.0 ! [m2 s-1] default = 1.0E-04
+ ! The minimum viscosities in the top boundary layer.
+
+! === module MOM_thickness_diffuse ===
+KHTH_MAX_CFL = 0.1 ! [nondimensional] default = 0.8
+ ! The maximum value of the local diffusive CFL ratio that is permitted for the
+ ! thickness diffusivity. 1.0 is the marginally unstable value in a pure layered
+ ! model, but much smaller numbers (e.g. 0.1) seem to work better for ALE-based
+ ! models.
+USE_GM_WORK_BUG = True ! [Boolean] default = True
+ ! If true, compute the top-layer work tendency on the u-grid with the incorrect
+ ! sign, for legacy reproducibility.
+
+! === module MOM_continuity ===
+
+! === module MOM_continuity_PPM ===
+ETA_TOLERANCE = 1.0E-06 ! [m] default = 3.75E-09
+ ! The tolerance for the differences between the barotropic and baroclinic
+ ! estimates of the sea surface height due to the fluxes through each face. The
+ ! total tolerance for SSH is 4 times this value. The default is
+ ! 0.5*NK*ANGSTROM, and this should not be set less than about
+ ! 10^-15*MAXIMUM_DEPTH.
+ETA_TOLERANCE_AUX = 0.001 ! [m] default = 1.0E-06
+ ! The tolerance for free-surface height discrepancies between the barotropic
+ ! solution and the sum of the layer thicknesses when calculating the auxiliary
+ ! corrected velocities. By default, this is the same as ETA_TOLERANCE, but can
+ ! be made larger for efficiency.
+
+! === module MOM_CoriolisAdv ===
+CORIOLIS_SCHEME = "SADOURNY75_ENSTRO" ! default = "SADOURNY75_ENERGY"
+ ! CORIOLIS_SCHEME selects the discretization for the Coriolis terms. Valid
+ ! values are:
+ ! SADOURNY75_ENERGY - Sadourny, 1975; energy cons.
+ ! ARAKAWA_HSU90 - Arakawa & Hsu, 1990
+ ! SADOURNY75_ENSTRO - Sadourny, 1975; enstrophy cons.
+ ! ARAKAWA_LAMB81 - Arakawa & Lamb, 1981; En. + Enst.
+ ! ARAKAWA_LAMB_BLEND - A blend of Arakawa & Lamb with
+ ! Arakawa & Hsu and Sadourny energy
+BOUND_CORIOLIS = True ! [Boolean] default = False
+ ! If true, the Coriolis terms at u-points are bounded by the four estimates of
+ ! (f+rv)v from the four neighboring v-points, and similarly at v-points. This
+ ! option would have no effect on the SADOURNY Coriolis scheme if it were
+ ! possible to use centered difference thickness fluxes.
+
+! === module MOM_PressureForce ===
+
+! === module MOM_PressureForce_AFV ===
+MASS_WEIGHT_IN_PRESSURE_GRADIENT = True ! [Boolean] default = False
+ ! If true, use mass weighting when interpolating T/S for integrals near the
+ ! bathymetry in AFV pressure gradient calculations.
+
+! === module MOM_hor_visc ===
+LAPLACIAN = True ! [Boolean] default = False
+ ! If true, use a Laplacian horizontal viscosity.
+AH_VEL_SCALE = 0.005 ! [m s-1] default = 0.0
+ ! The velocity scale which is multiplied by the cube of the grid spacing to
+ ! calculate the biharmonic viscosity. The final viscosity is the largest of this
+ ! scaled viscosity, the Smagorinsky and Leith viscosities, and AH.
+SMAGORINSKY_AH = False ! [Boolean] default = False
+ ! If true, use a biharmonic Smagorinsky nonlinear eddy viscosity.
+SMAG_BI_CONST = 0.06 ! [nondim] default = 0.0
+ ! The nondimensional biharmonic Smagorinsky constant, typically 0.015 - 0.06.
+USE_LAND_MASK_FOR_HVISC = False ! [Boolean] default = False
+ ! If true, use Use the land mask for the computation of thicknesses at velocity
+ ! locations. This eliminates the dependence on arbitrary values over land or
+ ! outside of the domain. Default is False in order to maintain answers with
+ ! legacy experiments but should be changed to True for new experiments.
+
+! === module MOM_vert_friction ===
+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.
+! khs_testMAXVEL = 6.0 ! [m s-1] default = 3.0E+08
+MAXVEL = 3.0E+08 ! [m s-1] default = 3.0E+08
+ ! The maximum velocity allowed before the velocity components are truncated.
+
+! === module MOM_PointAccel ===
+U_TRUNC_FILE = "U_velocity_truncations" ! default = ""
+ ! The absolute path to a file into which the accelerations leading to zonal
+ ! velocity truncations are written. Undefine this for efficiency if this
+ ! diagnostic is not needed.
+V_TRUNC_FILE = "V_velocity_truncations" ! default = ""
+ ! The absolute path to a file into which the accelerations leading to meridional
+ ! velocity truncations are written. Undefine this for efficiency if this
+ ! diagnostic is not needed.
+
+! === module MOM_barotropic ===
+BOUND_BT_CORRECTION = True ! [Boolean] default = False
+ ! If true, the corrective pseudo mass-fluxes into the barotropic solver are
+ ! limited to values that require less than maxCFL_BT_cont to be accommodated.
+BT_PROJECT_VELOCITY = True ! [Boolean] default = False
+ ! If true, step the barotropic velocity first and project out the velocity
+ ! tendency by 1+BEBT when calculating the transport. The default (false) is to
+ ! use a predictor continuity step to find the pressure field, and then to do a
+ ! corrector continuity step using a weighted average of the old and new
+ ! velocities, with weights of (1-BEBT) and BEBT.
+DYNAMIC_SURFACE_PRESSURE = True ! [Boolean] default = False
+ ! If true, add a dynamic pressure due to a viscous ice shelf, for instance.
+DT_BT_FILTER = 360 ! [sec or nondim] default = -0.25
+ ! A time-scale over which the barotropic mode solutions are filtered, in seconds
+ ! if positive, or as a fraction of DT if negative. When used this can never be
+ ! take to be longer than 2*dt. Set this to 0 to apply no filtering.
+BEBT = 0.2 ! [nondim] default = 0.1
+ ! BEBT determines whether the barotropic time stepping uses the forward-backward
+ ! time-stepping scheme or a backward Euler scheme. BEBT is valid in the range
+ ! from 0 (for a forward-backward treatment of nonrotating gravity waves) to 1
+ ! (for a backward Euler treatment). In practice, BEBT must be greater than about
+ ! 0.05.
+DTBT = -0.9 ! [s or nondim] default = -0.98
+ ! The barotropic time step, in s. DTBT is only used with the split explicit time
+ ! stepping. To set the time step automatically based the maximum stable value
+ ! use 0, or a negative value gives the fraction of the stable value. Setting
+ ! DTBT to 0 is the same as setting it to -0.98. The value of DTBT that will
+ ! actually be used is an integer fraction of DT, rounding down.
+BT_USE_OLD_CORIOLIS_BRACKET_BUG = True ! [Boolean] default = False
+ ! If True, use an order of operations that is not bitwise rotationally symmetric
+ ! in the meridional Coriolis term of the barotropic solver.
+
+! === module MOM_mixed_layer_restrat ===
+MIXEDLAYER_RESTRAT = True ! [Boolean] default = False
+ ! If true, a density-gradient dependent re-stratifying flow is imposed in the
+ ! mixed layer. Can be used in ALE mode without restriction but in layer mode can
+ ! only be used if BULKMIXEDLAYER is true.
+! FOX_KEMPER_ML_RESTRAT_COEF = 1.0 ! [nondim] default = 0.0
+ ! A nondimensional coefficient that is proportional to the ratio of the
+ ! deformation radius to the dominant lengthscale of the submesoscale mixed layer
+ ! instabilities, times the minimum of the ratio of the mesoscale eddy kinetic
+ ! energy to the large-scale geostrophic kinetic energy or 1 plus the square of
+ ! the grid spacing over the deformation radius, as detailed by Fox-Kemper et al.
+ ! (2010)
+MLE_FRONT_LENGTH = 500.0 ! [m] default = 0.0
+ ! If non-zero, is the frontal-length scale used to calculate the upscaling of
+ ! buoyancy gradients that is otherwise represented by the parameter
+ ! FOX_KEMPER_ML_RESTRAT_COEF. If MLE_FRONT_LENGTH is non-zero, it is recommended
+ ! to set FOX_KEMPER_ML_RESTRAT_COEF=1.0.
+MLE_USE_PBL_MLD = True ! [Boolean] default = False
+ ! If true, the MLE parameterization will use the mixed-layer depth provided by
+ ! the active PBL parameterization. If false, MLE will estimate a MLD based on a
+ ! density difference with the surface using the parameter MLE_DENSITY_DIFF.
+MLE_MLD_DECAY_TIME = 2.592E+06 ! [s] default = 0.0
+ ! The time-scale for a running-mean filter applied to the mixed-layer depth used
+ ! in the MLE restratification parameterization. When the MLD deepens below the
+ ! current running-mean the running-mean is instantaneously set to the current
+ ! MLD.
+
+! === module MOM_diabatic_driver ===
+! The following parameters are used for diabatic processes.
+ENERGETICS_SFC_PBL = True ! [Boolean] default = False
+ ! If true, use an implied energetics planetary boundary layer scheme to
+ ! determine the diffusivity and viscosity in the surface boundary layer.
+EPBL_IS_ADDITIVE = False ! [Boolean] default = True
+ ! If true, the diffusivity from ePBL is added to all other diffusivities.
+ ! Otherwise, the larger of kappa-shear and ePBL diffusivities are used.
+
+! === module MOM_CVMix_KPP ===
+! This is the MOM wrapper to CVMix:KPP
+! See http://cvmix.github.io/
+
+! === module MOM_tidal_mixing ===
+! Vertical Tidal Mixing Parameterization
+INT_TIDE_DISSIPATION = True ! [Boolean] default = False
+ ! If true, use an internal tidal dissipation scheme to drive diapycnal mixing,
+ ! along the lines of St. Laurent et al. (2002) and Simmons et al. (2004).
+INT_TIDE_PROFILE = "POLZIN_09" ! default = "STLAURENT_02"
+ ! INT_TIDE_PROFILE selects the vertical profile of energy dissipation with
+ ! INT_TIDE_DISSIPATION. Valid values are:
+ ! STLAURENT_02 - Use the St. Laurent et al exponential
+ ! decay profile.
+ ! POLZIN_09 - Use the Polzin WKB-stretched algebraic
+ ! decay profile.
+INT_TIDE_DECAY_SCALE = 300.3003003003003 ! [m] default = 500.0
+ ! The decay scale away from the bottom for tidal TKE with the new coding when
+ ! INT_TIDE_DISSIPATION is used.
+KAPPA_ITIDES = 6.28319E-04 ! [m-1] default = 6.283185307179586E-04
+ ! A topographic wavenumber used with INT_TIDE_DISSIPATION. The default is 2pi/10
+ ! km, as in St.Laurent et al. 2002.
+KAPPA_H2_FACTOR = 0.84 ! [nondim] default = 1.0
+ ! A scaling factor for the roughness amplitude with INT_TIDE_DISSIPATION.
+TKE_ITIDE_MAX = 0.1 ! [W m-2] default = 1000.0
+ ! The maximum internal tide energy source available to mix above the bottom
+ ! boundary layer with INT_TIDE_DISSIPATION.
+READ_TIDEAMP = True ! [Boolean] default = False
+ ! If true, read a file (given by TIDEAMP_FILE) containing the tidal amplitude
+ ! with INT_TIDE_DISSIPATION.
+TIDEAMP_FILE = "ocean_tidal_amplitude.nc" ! default = "tideamp.nc"
+ ! The path to the file containing the spatially varying tidal amplitudes with
+ ! INT_TIDE_DISSIPATION.
+H2_FILE = "ocean_topog.nc" !
+ ! The path to the file containing the sub-grid-scale topographic roughness
+ ! amplitude with INT_TIDE_DISSIPATION.
+
+! === module MOM_CVMix_conv ===
+! Parameterization of enhanced mixing due to convection via CVMix
+
+! === module MOM_geothermal ===
+GEOTHERMAL_SCALE = 1.0 ! [W m-2 or various] default = 0.0
+ ! The constant geothermal heat flux, a rescaling factor for the heat flux read
+ ! from GEOTHERMAL_FILE, or 0 to disable the geothermal heating.
+GEOTHERMAL_FILE = "ocean_geothermal.nc" ! default = ""
+ ! The file from which the geothermal heating is to be read, or blank to use a
+ ! constant heating rate.
+GEOTHERMAL_VARNAME = "geothermal_hf" ! default = "geo_heat"
+ ! The name of the geothermal heating variable in GEOTHERMAL_FILE.
+
+! === module MOM_set_diffusivity ===
+BBL_MIXING_AS_MAX = False ! [Boolean] default = True
+ ! If true, take the maximum of the diffusivity from the BBL mixing and the other
+ ! diffusivities. Otherwise, diffusivity from the BBL_mixing is simply added.
+USE_LOTW_BBL_DIFFUSIVITY = True ! [Boolean] default = False
+ ! If true, uses a simple, imprecise but non-coordinate dependent, model of BBL
+ ! mixing diffusivity based on Law of the Wall. Otherwise, uses the original BBL
+ ! scheme.
+SIMPLE_TKE_TO_KD = True ! [Boolean] default = False
+ ! If true, uses a simple estimate of Kd/TKE that will work for arbitrary
+ ! vertical coordinates. If false, calculates Kd/TKE and bounds based on exact
+ ! energetics for an isopycnal layer-formulation.
+
+! === module MOM_bkgnd_mixing ===
+! Adding static vertical background mixing coefficients
+KD = 1.5E-05 ! [m2 s-1]
+ ! The background diapycnal diffusivity of density in the interior. Zero or the
+ ! molecular value, ~1e-7 m2 s-1, may be used.
+KD_MIN = 2.0E-06 ! [m2 s-1] default = 1.5E-07
+ ! The minimum diapycnal diffusivity.
+HENYEY_IGW_BACKGROUND = True ! [Boolean] default = False
+ ! If true, use a latitude-dependent scaling for the near surface background
+ ! diffusivity, as described in Harrison & Hallberg, JPO 2008.
+KD_MAX = 0.1 ! [m2 s-1] default = -1.0
+ ! The maximum permitted increment for the diapycnal diffusivity from TKE-based
+ ! parameterizations, or a negative value for no limit.
+
+! === module MOM_kappa_shear ===
+! Parameterization of shear-driven turbulence following Jackson, Hallberg and Legg, JPO 2008
+USE_JACKSON_PARAM = True ! [Boolean] default = False
+ ! If true, use the Jackson-Hallberg-Legg (JPO 2008) shear mixing
+ ! parameterization.
+MAX_RINO_IT = 25 ! [nondim] default = 50
+ ! The maximum number of iterations that may be used to estimate the Richardson
+ ! number driven mixing.
+KAPPA_SHEAR_ITER_BUG = True ! [Boolean] default = True
+ ! If true, use an older, dimensionally inconsistent estimate of the derivative
+ ! of diffusivity with energy in the Newton's method iteration. The bug causes
+ ! undercorrections when dz > 1 m.
+KAPPA_SHEAR_ALL_LAYER_TKE_BUG = True ! [Boolean] default = True
+ ! If true, report back the latest estimate of TKE instead of the time average
+ ! TKE when there is mass in all layers. Otherwise always report the time
+ ! averaged TKE, as is currently done when there are some massless layers.
+
+! === module MOM_CVMix_shear ===
+! Parameterization of shear-driven turbulence via CVMix (various options)
+
+! === module MOM_CVMix_ddiff ===
+! Parameterization of mixing due to double diffusion processes via CVMix
+
+! === module MOM_diabatic_aux ===
+! The following parameters are used for auxiliary diabatic processes.
+PRESSURE_DEPENDENT_FRAZIL = True ! [Boolean] default = False
+ ! If true, use a pressure dependent freezing temperature when making frazil. The
+ ! default is false, which will be faster but is inappropriate with ice-shelf
+ ! cavities.
+VAR_PEN_SW = True ! [Boolean] default = False
+ ! If true, use one of the CHL_A schemes specified by OPACITY_SCHEME to determine
+ ! the e-folding depth of incoming short wave radiation.
+CHL_FILE = "ocean_chla.nc" !
+ ! CHL_FILE is the file containing chl_a concentrations in the variable CHL_A. It
+ ! is used when VAR_PEN_SW and CHL_FROM_FILE are true.
+
+EPBL_VEL_SCALE_FACTOR = 0.5 ! [nondim] default = 1.0
+ ! An overall nondimensional scaling factor for wT. Making this larger increases
+ ! the PBL diffusivity.
+
+! === module MOM_energetic_PBL ===
+ML_OMEGA_FRAC = 0.001 ! [nondim] default = 0.0
+ ! When setting the decay scale for turbulence, use this fraction of the absolute
+ ! rotation rate blended with the local value of f, as sqrt((1-of)*f^2 +
+ ! of*4*omega^2).
+TKE_DECAY = 0.01 ! [nondim] default = 2.5
+ ! TKE_DECAY relates the vertical rate of decay of the TKE available for
+ ! mechanical entrainment to the natural Ekman depth.
+EPBL_MSTAR_SCHEME = "OM4" ! default = "CONSTANT"
+ ! EPBL_MSTAR_SCHEME selects the method for setting mstar. Valid values are:
+ ! CONSTANT - Use a fixed mstar given by MSTAR
+ ! OM4 - Use L_Ekman/L_Obukhov in the sabilizing limit, as in OM4
+ ! REICHL_H18 - Use the scheme documented in Reichl & Hallberg, 2018.
+MSTAR_CAP = 10.0 ! [nondim] default = -1.0
+ ! If this value is positive, it sets the maximum value of mstar allowed in ePBL.
+ ! (This is not used if EPBL_MSTAR_SCHEME = CONSTANT).
+MSTAR2_COEF1 = 0.29 ! [nondim] default = 0.3
+ ! Coefficient in computing mstar when rotation and stabilizing effects are both
+ ! important (used if EPBL_MSTAR_SCHEME = OM4).
+MSTAR2_COEF2 = 0.152 ! [nondim] default = 0.085
+ ! Coefficient in computing mstar when only rotation limits the total mixing
+ ! (used if EPBL_MSTAR_SCHEME = OM4)
+NSTAR = 0.06 ! [nondim] default = 0.2
+ ! The portion of the buoyant potential energy imparted by surface fluxes that is
+ ! available to drive entrainment at the base of mixed layer when that energy is
+ ! positive.
+MSTAR_CONV_ADJ = 0.667 ! [nondim] default = 0.0
+ ! Coefficient used for reducing mstar during convection due to reduction of
+ ! stable density gradient.
+USE_MLD_ITERATION = True ! [Boolean] default = False
+ ! A logical that specifies whether or not to use the distance to the bottom of
+ ! the actively turbulent boundary layer to help set the EPBL length scale.
+EPBL_TRANSITION_SCALE = 0.01 ! [nondim] default = 0.1
+ ! A scale for the mixing length in the transition layer at the edge of the
+ ! boundary layer as a fraction of the boundary layer thickness.
+MIX_LEN_EXPONENT = 1.0 ! [nondim] default = 2.0
+ ! The exponent applied to the ratio of the distance to the MLD and the MLD depth
+ ! which determines the shape of the mixing length. This is only used if
+ ! USE_MLD_ITERATION is True.
+USE_LA_LI2016 = True ! [nondim] default = False
+ ! A logical to use the Li et al. 2016 (submitted) formula to determine the
+ ! Langmuir number.
+EPBL_LANGMUIR_SCHEME = "ADDITIVE" ! default = "NONE"
+ ! EPBL_LANGMUIR_SCHEME selects the method for including Langmuir turbulence.
+ ! Valid values are:
+ ! NONE - Do not do any extra mixing due to Langmuir turbulence
+ ! RESCALE - Use a multiplicative rescaling of mstar to account for Langmuir
+ ! turbulence
+ ! ADDITIVE - Add a Langmuir turblence contribution to mstar to other
+ ! contributions
+LT_ENHANCE_COEF = 0.044 ! [nondim] default = 0.447
+ ! Coefficient for Langmuir enhancement of mstar
+LT_ENHANCE_EXP = -1.5 ! [nondim] default = -1.33
+ ! Exponent for Langmuir enhancementt of mstar
+LT_MOD_LAC1 = 0.0 ! [nondim] default = -0.87
+ ! Coefficient for modification of Langmuir number due to MLD approaching Ekman
+ ! depth.
+LT_MOD_LAC4 = 0.0 ! [nondim] default = 0.95
+ ! Coefficient for modification of Langmuir number due to ratio of Ekman to
+ ! stable Obukhov depth.
+LT_MOD_LAC5 = 0.22 ! [nondim] default = 0.95
+ ! Coefficient for modification of Langmuir number due to ratio of Ekman to
+ ! unstable Obukhov depth.
+
+! === module MOM_regularize_layers ===
+
+! === module MOM_opacity ===
+PEN_SW_NBANDS = 3 ! default = 1
+ ! The number of bands of penetrating shortwave radiation.
+
+! === module MOM_tracer_advect ===
+TRACER_ADVECTION_SCHEME = "PPM:H3" ! default = "PLM"
+ ! The horizontal transport scheme for tracers:
+ ! PLM - Piecewise Linear Method
+ ! PPM:H3 - Piecewise Parabolic Method (Huyhn 3rd order)
+ ! PPM - Piecewise Parabolic Method (Colella-Woodward)
+
+! === module MOM_tracer_hor_diff ===
+CHECK_DIFFUSIVE_CFL = True ! [Boolean] default = False
+ ! If true, use enough iterations the diffusion to ensure that the diffusive
+ ! equivalent of the CFL limit is not violated. If false, always use the greater
+ ! of 1 or MAX_TR_DIFFUSION_CFL iteration.
+
+! === module MOM_neutral_diffusion ===
+! This module implements neutral diffusion of tracers
+
+! === module MOM_lateral_boundary_diffusion ===
+! This module implements lateral diffusion of tracers near boundaries
+
+! === module MOM_sum_output ===
+MAXTRUNC = 100000 ! [truncations save_interval-1] default = 0
+ ! The run will be stopped, and the day set to a very large value if the velocity
+ ! is truncated more than MAXTRUNC times between energy saves. Set MAXTRUNC to 0
+ ! to stop if there is any truncation of velocities.
+ENERGYSAVEDAYS = 0.25 ! [days] default = 1.0
+ ! The interval in units of TIMEUNIT between saves of the energies of the run and
+ ! other globally summed diagnostics.
+
+! === module ocean_model_init ===
+
+! === module MOM_surface_forcing ===
+BUOY_CONFIG = "data_override" ! default = "zero"
+ ! The character string that indicates how buoyancy forcing is specified. Valid
+ ! options include (file), (zero), (linear), (USER), (BFB) and (NONE).
+ARCHAIC_OMIP_FORCING_FILE = False ! [Boolean] default = True
+ ! If true, use the forcing variable decomposition from the old German OMIP
+ ! prescription that predated CORE. If false, use the variable groupings
+ ! available from MOM output diagnostics of forcing variables.
+MAX_P_SURF = 0.0 ! [Pa] default = -1.0
+ ! The maximum surface pressure that can be exerted by the atmosphere and
+ ! floating sea-ice or ice shelves. This is needed because the FMS coupling
+ ! structure does not limit the water that can be frozen out of the ocean and the
+ ! ice-ocean heat fluxes are treated explicitly. No limit is applied if a
+ ! negative value is used.
+CD_TIDES = 0.0018 ! [nondim] default = 1.0E-04
+ ! The drag coefficient that applies to the tides.
+WIND_CONFIG = "data_override" ! default = "zero"
+ ! The character string that indicates how wind forcing is specified. Valid
+ ! options include (file), (2gyre), (1gyre), (gyres), (zero), and (USER).
+RESTOREBUOY = True ! [Boolean] default = False
+ ! If true, the buoyancy fluxes drive the model back toward some specified
+ ! surface state with a rate given by FLUXCONST.
+LATENT_HEAT_FUSION = 3.34E+05 ! [J/kg] default = 3.34E+05
+ ! The latent heat of fusion.
+LATENT_HEAT_VAPORIZATION = 2.5E+06 ! [J/kg] default = 2.5E+06
+ ! The latent heat of fusion.
+!FLUXCONST = 0.5 ! [m day-1] default = 0.0
+ ! The constant that relates the restoring surface fluxes to the relative surface
+ ! anomalies (akin to a piston velocity). Note the non-MKS units.
+!FLUXCONST_T = 0.5 ! [m day-1] default = 0.5
+ ! The constant that relates the restoring surface temperature flux to the
+ ! relative surface anomaly (akin to a piston velocity). Note the non-MKS units.
+!FLUXCONST_S = 0.5 ! [m day-1] default = 0.5
+ ! The constant that relates the restoring surface salinity flux to the relative
+ ! surface anomaly (akin to a piston velocity). Note the non-MKS units.
+GUST_CONST = 0.0 ! [Pa] default = 0.0
+ ! The background gustiness in the winds.
+FIX_USTAR_GUSTLESS_BUG = True ! [Boolean] default = True
+ ! If true correct a bug in the time-averaging of the gustless wind friction
+ ! velocity
+
+! These parameters are used in CORE mode but should not be used in
+! the coupled model (CM4).
+RESTORE_SALINITY = False ! [Boolean] default = False
+ ! If true, the coupled driver will add a globally-balanced
+ ! fresh-water flux that drives sea-surface salinity
+ ! toward specified values.
+ADJUST_NET_FRESH_WATER_TO_ZERO = True ! [Boolean] default = False
+ ! If true, adjusts the net fresh-water forcing seen
+ ! by the ocean (including restoring) to zero.
+FLUXCONST = 0.1667 !0.500 !0.1667 ! [m day-1]
+ ! The constant that relates the restoring surface fluxes
+ ! to the relative surface anomalies (akin to a piston
+ ! velocity). Note the non-MKS units.
+SALT_RESTORE_FILE = "ocean_salt_restore.nc" !"salt_restore_correct.nc" ! default = "salt_restore.nc"
+ ! A file in which to find the surface salinity to use for restoring.
+SALT_RESTORE_VARIABLE = "SALT"
+SRESTORE_AS_SFLUX = True ! [Boolean] default = False
+ ! If true, the restoring of salinity is applied as a salt
+ ! flux instead of as a freshwater flux.
+MAX_DELTA_SRESTORE = 5.0 ! [PSU or g kg-1] default = 999.0
+ ! The maximum salinity difference used in restoring terms.
+USE_NET_FW_ADJUSTMENT_SIGN_BUG = False ! [Boolean] default = True
+ ! If true, use the wrong sign for the adjustment to
+ ! the net fresh-water.
+
+! === module MOM_restart ===
+
+! === module MOM_file_parser ===
diff --git a/tests/parm/datm.streams.era5.IN b/tests/parm/datm.streams.era5.IN
index 2f1b7c8b38..04e8050617 100644
--- a/tests/parm/datm.streams.era5.IN
+++ b/tests/parm/datm.streams.era5.IN
@@ -8,6 +8,7 @@ stream_offset01: 3600
yearFirst01: @[SDATE]
yearLast01: @[EDATE]
yearAlign01: @[SDATE]
+stream_vectors01: null
stream_mesh_file01: "INPUT/@[MESH_ATM_DATA]"
stream_lev_dimname01: null
stream_data_files01: @[DATA_ATM01]
diff --git a/tests/parm/diag_table/diag_table_gfsv16_3d_soil b/tests/parm/diag_table/diag_table_gfsv16_3d_soil
new file mode 100644
index 0000000000..cc4a869f6d
--- /dev/null
+++ b/tests/parm/diag_table/diag_table_gfsv16_3d_soil
@@ -0,0 +1,210 @@
+20210322.06Z.C96.64bit.non-mono
+2021 03 22 06 0 0
+
+"fv3_history", 0, "hours", 1, "hours", "time"
+"fv3_history2d", 0, "hours", 1, "hours", "time"
+
+#
+###
+# FV3 variabls needed for NGGPS evaluation
+###
+"gfs_dyn", "ucomp", "ugrd", "fv3_history", "all", .false., "none", 2
+"gfs_dyn", "vcomp", "vgrd", "fv3_history", "all", .false., "none", 2
+"gfs_dyn", "sphum", "spfh", "fv3_history", "all", .false., "none", 2
+"gfs_dyn", "temp", "tmp", "fv3_history", "all", .false., "none", 2
+"gfs_dyn", "liq_wat", "clwmr", "fv3_history", "all", .false., "none", 2
+"gfs_dyn", "o3mr", "o3mr", "fv3_history", "all", .false., "none", 2
+"gfs_dyn", "delp", "dpres", "fv3_history", "all", .false., "none", 2
+"gfs_dyn", "delz", "delz", "fv3_history", "all", .false., "none", 2
+"gfs_dyn", "w", "dzdt", "fv3_history", "all", .false., "none", 2
+"gfs_dyn", "ice_wat", "icmr", "fv3_history", "all", .false., "none", 2
+"gfs_dyn", "rainwat", "rwmr", "fv3_history", "all", .false., "none", 2
+"gfs_dyn", "snowwat", "snmr", "fv3_history", "all", .false., "none", 2
+"gfs_dyn", "graupel", "grle", "fv3_history", "all", .false., "none", 2
+"gfs_dyn", "ps", "pressfc", "fv3_history", "all", .false., "none", 2
+"gfs_dyn", "hs", "hgtsfc", "fv3_history", "all", .false., "none", 2
+#"gfs_dyn", "ice_nc", "nicp", "fv3_history", "all", .false., "none", 2
+#"gfs_dyn", "rain_nc", "ntrnc", "fv3_history", "all", .false., "none", 2
+
+"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", "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
+"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", "soilt", "soilt" "fv3_history2d", "all", .false., "none", 2
+"gfs_sfc", "soilw", "soilw" "fv3_history2d", "all", .false., "none", 2
+"gfs_sfc", "soill", "soill", "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
+
+#=============================================================================================
+#
+#====> 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_hafs_template b/tests/parm/diag_table/diag_table_hafs_template
index 802adbdc4b..d3ad4afbb5 100644
--- a/tests/parm/diag_table/diag_table_hafs_template
+++ b/tests/parm/diag_table/diag_table_hafs_template
@@ -13,6 +13,63 @@ ufs.hafs
#"maxmin2D", 1, "hours", 1, "hours", "time"
#
+######################
+"ocn%4yr%2mo%2dy%2hr", 3, "hours", 1, "hours", "time", 3, "hours"
+#"SST%4yr%2mo%2dy", 1, "days", 1, "days", "time", 1, "days", "1901 1 1 0 0 0"
+##############################################
+# static fields
+ "ocean_model", "geolon", "geolon", "ocn%4yr%2mo%2dy%2hr", "all", .false., "none", 2
+ "ocean_model", "geolat", "geolat", "ocn%4yr%2mo%2dy%2hr", "all", .false., "none", 2
+ "ocean_model", "geolon_c", "geolon_c", "ocn%4yr%2mo%2dy%2hr", "all", .false., "none", 2
+ "ocean_model", "geolat_c", "geolat_c", "ocn%4yr%2mo%2dy%2hr", "all", .false., "none", 2
+ "ocean_model", "geolon_u", "geolon_u", "ocn%4yr%2mo%2dy%2hr", "all", .false., "none", 2
+ "ocean_model", "geolat_u", "geolat_u", "ocn%4yr%2mo%2dy%2hr", "all", .false., "none", 2
+ "ocean_model", "geolon_v", "geolon_v", "ocn%4yr%2mo%2dy%2hr", "all", .false., "none", 2
+ "ocean_model", "geolat_v", "geolat_v", "ocn%4yr%2mo%2dy%2hr", "all", .false., "none", 2
+#"ocean_model", "depth_ocean", "depth_ocean", "ocn%4yr%2mo%2dy%2hr", "all", .false., "none", 2
+#"ocean_model", "wet", "wet", "ocn%4yr%2mo%2dy%2hr", "all", .false., "none", 2
+ "ocean_model", "wet_c", "wet_c", "ocn%4yr%2mo%2dy%2hr", "all", .false., "none", 2
+ "ocean_model", "wet_u", "wet_u", "ocn%4yr%2mo%2dy%2hr", "all", .false., "none", 2
+ "ocean_model", "wet_v", "wet_v", "ocn%4yr%2mo%2dy%2hr", "all", .false., "none", 2
+ "ocean_model", "sin_rot", "sin_rot", "ocn%4yr%2mo%2dy%2hr", "all", .false., "none", 2
+ "ocean_model", "cos_rot", "cos_rot", "ocn%4yr%2mo%2dy%2hr", "all", .false., "none", 2
+
+# ocean output TSUV and others
+ "ocean_model", "SSH", "SSH", "ocn%4yr%2mo%2dy%2hr","all",.false.,"none",2
+ "ocean_model", "SST", "SST", "ocn%4yr%2mo%2dy%2hr","all",.false.,"none",2
+ "ocean_model", "SSS", "SSS", "ocn%4yr%2mo%2dy%2hr","all",.false.,"none",2
+#"ocean_model", "speed", "speed", "ocn%4yr%2mo%2dy%2hr","all",.false.,"none",2
+#"ocean_model", "frazil", "frazil", "ocn%4yr%2mo%2dy%2hr","all",.false.,"none",2
+ "ocean_model", "ePBL_h_ML", "ePBL", "ocn%4yr%2mo%2dy%2hr","all",.false.,"none",2
+ "ocean_model", "MLD_003", "MLD_003", "ocn%4yr%2mo%2dy%2hr","all",.false.,"none",2
+ "ocean_model", "MLD_0125", "MLD_0125", "ocn%4yr%2mo%2dy%2hr","all",.false.,"none",2
+
+# save daily SST
+#"ocean_model", "geolon", "geolon", "SST%4yr%2mo%2dy", "all", .false., "none", 2
+#"ocean_model", "geolat", "geolat", "SST%4yr%2mo%2dy", "all", .false., "none", 2
+#"ocean_model", "SST", "sst", "SST%4yr%2mo%2dy", "all", .true., "none", 2
+
+# Z-Space Fields Provided for CMIP6 (CMOR Names):
+#===============================================
+ "ocean_model_z","uo","uo" ,"ocn%4yr%2mo%2dy%2hr","all",.false.,"none",2
+ "ocean_model_z","vo","vo" ,"ocn%4yr%2mo%2dy%2hr","all",.false.,"none",2
+ "ocean_model_z","so","so" ,"ocn%4yr%2mo%2dy%2hr","all",.false.,"none",2
+ "ocean_model_z","temp","temp" ,"ocn%4yr%2mo%2dy%2hr","all",.false.,"none",2
+
+# forcing
+ "ocean_model", "taux", "taux", "ocn%4yr%2mo%2dy%2hr","all",.false.,"none",2
+ "ocean_model", "tauy", "tauy", "ocn%4yr%2mo%2dy%2hr","all",.false.,"none",2
+ "ocean_model", "latent", "latent", "ocn%4yr%2mo%2dy%2hr","all",.false.,"none",2
+ "ocean_model", "sensible", "sensible", "ocn%4yr%2mo%2dy%2hr","all",.false.,"none",2
+ "ocean_model", "SW", "SW", "ocn%4yr%2mo%2dy%2hr","all",.false.,"none",2
+ "ocean_model", "LW", "LW", "ocn%4yr%2mo%2dy%2hr","all",.false.,"none",2
+ "ocean_model", "evap", "evap", "ocn%4yr%2mo%2dy%2hr","all",.false.,"none",2
+ "ocean_model", "lprec", "lprec", "ocn%4yr%2mo%2dy%2hr","all",.false.,"none",2
+ "ocean_model", "lrunoff", "lrunoff", "ocn%4yr%2mo%2dy%2hr","all",.false.,"none",2
+#"ocean_model", "frunoff", "frunoff", "ocn%4yr%2mo%2dy%2hr","all",.false.,"none",2
+ "ocean_model", "fprec", "fprec", "ocn%4yr%2mo%2dy%2hr","all",.false.,"none",2
+ "ocean_model", "LwLatSens", "LwLatSens", "ocn%4yr%2mo%2dy%2hr","all",.false.,"none",2
+ "ocean_model", "Heat_PmE", "Heat_PmE", "ocn%4yr%2mo%2dy%2hr","all",.false.,"none",2
#=======================
# ATMOSPHERE DIAGNOSTICS
#=======================
diff --git a/tests/parm/ice_in.IN b/tests/parm/ice_in.IN
index b7a3fc56f5..f82edf479d 100644
--- a/tests/parm/ice_in.IN
+++ b/tests/parm/ice_in.IN
@@ -315,6 +315,9 @@
f_fmelttn_ai = 'x'
f_flatn_ai = 'x'
f_fsensn_ai = 'x'
+ f_sitempsnic = 'mdhxx'
+ f_sitemptop = 'mdhxx'
+ f_sitempbot = 'mdhxx'
/
&icefields_mechred_nml
diff --git a/tests/parm/input_nest_hafs.nml.IN b/tests/parm/input_nest_hafs.nml.IN
index 7e909d98a1..3fdf8e7d5e 100644
--- a/tests/parm/input_nest_hafs.nml.IN
+++ b/tests/parm/input_nest_hafs.nml.IN
@@ -364,3 +364,11 @@
@[HIDE_UGWPV1] knob_ugwp_palaunch = @[KNOB_UGWP_PALAUNCH]
@[HIDE_UGWPV1] knob_ugwp_nslope = @[KNOB_UGWP_NSLOPE]
/
+
+ &MOM_input_nml
+ output_directory = 'OUTPUT',
+ input_filename = 'n'
+ restart_input_dir = 'INPUT',
+ restart_output_dir = 'RESTART',
+ parameter_filename = 'MOM_input'
+/
diff --git a/tests/parm/input_regional_hafs.nml.IN b/tests/parm/input_regional_hafs.nml.IN
index 16499d73de..d88db070ef 100644
--- a/tests/parm/input_regional_hafs.nml.IN
+++ b/tests/parm/input_regional_hafs.nml.IN
@@ -366,3 +366,11 @@
knob_ugwp_version = 0
launch_level = 25
/
+
+ &MOM_input_nml
+ output_directory = 'OUTPUT',
+ input_filename = 'n'
+ restart_input_dir = 'INPUT',
+ restart_output_dir = 'RESTART',
+ parameter_filename = 'MOM_input'
+/
diff --git a/tests/parm/stream.config_hycom.IN b/tests/parm/stream.config_hycom.IN
new file mode 100644
index 0000000000..f548739bcc
--- /dev/null
+++ b/tests/parm/stream.config_hycom.IN
@@ -0,0 +1,32 @@
+stream_info: stream01 stream02
+
+taxmode01: limit
+mapalgo01: bilinear
+tInterpAlgo01: linear
+readMode01: single
+dtlimit01: 1.5
+stream_offset01: @[STREAM_OFFSET]
+yearFirst01: @[SYEAR]
+yearLast01: @[SYEAR]
+yearAlign01: @[SYEAR]
+stream_vectors01: null
+stream_mesh_file01: @[INLINE_MESH_OCN]
+stream_lev_dimname01: null
+stream_data_files01: @[INLINE_STREAM_FILES_OCN]
+stream_data_variables01: "TMP_surface So_t"
+stream_dst_mask01: 1
+
+taxmode02: limit
+mapalgo02: bilinear
+tInterpAlgo02: linear
+readMode02: single
+dtlimit02: 1.5
+stream_offset02: @[STREAM_OFFSET]
+yearFirst02: @[SYEAR]
+yearLast02: @[SYEAR]
+yearAlign02: @[SYEAR]
+stream_vectors02: null
+stream_mesh_file02: @[INLINE_MESH_ATM]
+stream_lev_dimname02: null
+stream_data_files02: @[INLINE_STREAM_FILES_ATM]
+stream_data_variables02: "UFLX_surface Faxa_taux" "VFLX_surface Faxa_tauy" "PRATE_surface Faxa_rain" "NETSW_surface Faxa_swnet" "NETLW_surface Faxa_lwnet" "SHTFL_surface Faxa_sen" "LHTFL_surface Faxa_lat" "PRES_surface Sa_pslv" "UGRD_10maboveground Sa_u10m" "VGRD_10maboveground Sa_v10m"
diff --git a/tests/parm/stream.config_mom6.IN b/tests/parm/stream.config_mom6.IN
new file mode 100644
index 0000000000..f03563fe3c
--- /dev/null
+++ b/tests/parm/stream.config_mom6.IN
@@ -0,0 +1,32 @@
+stream_info: stream01 stream02
+
+taxmode01: limit
+mapalgo01: bilinear
+tInterpAlgo01: linear
+readMode01: single
+dtlimit01: 1.5
+stream_offset01: @[STREAM_OFFSET]
+yearFirst01: @[SYEAR]
+yearLast01: @[SYEAR]
+yearAlign01: @[SYEAR]
+stream_vectors01: null
+stream_mesh_file01: @[INLINE_MESH_OCN]
+stream_lev_dimname01: null
+stream_data_files01: @[INLINE_STREAM_FILES_OCN]
+stream_data_variables01: "TMP_surface So_t"
+stream_dst_mask01: 1
+
+taxmode02: limit
+mapalgo02: bilinear
+tInterpAlgo02: linear
+readMode02: single
+dtlimit02: 1.5
+stream_offset02: @[STREAM_OFFSET]
+yearFirst02: @[SYEAR]
+yearLast02: @[SYEAR]
+yearAlign02: @[SYEAR]
+stream_vectors02: null
+stream_mesh_file02: @[INLINE_MESH_ATM]
+stream_lev_dimname02: null
+stream_data_files02: @[INLINE_STREAM_FILES_ATM]
+stream_data_variables02: "SWVDR_surface Faxa_swvdr" "SWVDF_surface Faxa_swvdf" "SWNDR_surface Faxa_swndr" "SWNDF_surface Faxa_swndf" "NETLW_surface Faxa_lwnet" "SHTFL_surface Faxa_sen" "EVAP_surface Faxa_evap" "PRATE_surface Faxa_rain" "UFLX_surface Faxa_taux" "VFLX_surface Faxa_tauy" "PRES_surface Sa_pslv" "UGRD_10maboveground Sa_u10m" "VGRD_10maboveground Sa_v10m"
diff --git a/tests/parm/ufs.configure.hafs_atm_ocn_wav_inline.IN b/tests/parm/ufs.configure.hafs_atm_ocn_wav_inline.IN
new file mode 100644
index 0000000000..894f510fb1
--- /dev/null
+++ b/tests/parm/ufs.configure.hafs_atm_ocn_wav_inline.IN
@@ -0,0 +1,167 @@
+##############################################
+##### UFS Run-Time Configuration File ######
+##############################################
+
+# ESMF #
+logKindFlag: ESMF_LOGKIND_MULTI_ON
+globalResourceControl: true
+
+# EARTH #
+EARTH_component_list: MED ATM OCN WAV
+EARTH_attributes::
+ Verbosity = 0
+::
+
+# MED #
+MED_model: @[med_model]
+MED_petlist_bounds: @[med_petlist_bounds]
+MED_omp_num_threads: @[med_omp_num_threads]
+MED_attributes::
+ Verbosity = 0
+ Diagnostic = 0
+ ATM_model = @[atm_model]
+ OCN_model = @[ocn_model]
+ WAV_model = @[wav_model]
+ MED_model = cmeps
+ history_n = 6
+ history_option = nhours
+ history_ymd = -999
+ coupling_mode = @[CPLMODE]
+ normalization = none
+ merge_type = copy
+ pio_rearranger = @[pio_rearranger]
+ ocn_use_data_first_import = .true.
+ wav_use_data_first_import = .true.
+::
+
+# ATM #
+ATM_model: @[atm_model]
+ATM_petlist_bounds: @[atm_petlist_bounds]
+ATM_omp_num_threads: @[atm_omp_num_threads]
+ATM_attributes::
+ Verbosity = 0
+ Diagnostic = 0
+ mesh_atm = @[MESH_ATM]
+ stop_n = @[FHMAX]
+ stop_option = nhours
+ stop_ymd = -999
+ write_restart_at_endofrun = .true.
+::
+
+# OCN #
+OCN_model: @[ocn_model]
+OCN_petlist_bounds: @[ocn_petlist_bounds]
+OCN_omp_num_threads: @[ocn_omp_num_threads]
+OCN_attributes::
+ Verbosity = 0
+ Diagnostic = 0
+ cdf_impexp_freq = 3
+ cpl_hour = 0
+ cpl_min = 0
+ cpl_sec = @[coupling_interval_sec]
+ base_dtg = @[SYEAR]@[SMONTH]@[SDAY]@[SHOUR]
+ merge_import = .false.
+ skip_first_import = .false.
+ hycom_arche_output = .false.
+ hyc_esmf_exp_output = .true.
+ hyc_esmf_imp_output = .true.
+ import_diagnostics = .false.
+ import_setting = flexible
+ hyc_impexp_file = ufs.configure
+ espc_show_impexp_minmax = .true.
+ ocean_start_dtg = @[OCEAN_START_DTG]
+ start_hour = 0
+ start_min = 0
+ start_sec = 0
+ end_hour = @[FHMAX]
+ end_min = 0
+ end_sec = 0
+::
+
+# WAV #
+WAV_model: @[wav_model]
+WAV_petlist_bounds: @[wav_petlist_bounds]
+WAV_omp_num_threads: @[wav_omp_num_threads]
+WAV_attributes::
+ Verbosity = 0
+ Diagnostic = 0
+ OverwriteSlice = false
+ merge_import = .false.
+ mesh_wav = @[MESH_WAV]
+ user_sets_restname = true
+::
+
+# Run Sequence #
+runSeq::
+@@[coupling_interval_sec]
+ MED med_phases_cdeps_run
+ MED med_phases_prep_atm
+ MED med_phases_prep_ocn_accum
+ MED med_phases_prep_ocn_avg
+ MED med_phases_prep_wav_accum
+ MED med_phases_prep_wav_avg
+ MED -> ATM :remapMethod=redist
+ MED -> OCN :remapMethod=redist
+ MED -> WAV :remapMethod=redist
+ ATM
+ OCN
+ WAV
+ ATM -> MED :remapMethod=redist
+ OCN -> MED :remapMethod=redist
+ WAV -> MED :remapMethod=redist
+ MED med_phases_post_atm
+ MED med_phases_post_ocn
+ MED med_phases_post_wav
+ MED med_phases_restart_write
+ MED med_phases_history_write
+@
+::
+
+# Other Attributes #
+DRIVER_attributes::
+::
+
+ALLCOMP_attributes::
+ ATM_model = @[atm_model]
+ OCN_model = @[ocn_model]
+ WAV_model = @[wav_model]
+ MED_model = cmeps
+ ScalarFieldCount = 3
+ ScalarFieldIdxGridNX = 1
+ ScalarFieldIdxGridNY = 2
+ ScalarFieldIdxNextSwCday = 3
+ ScalarFieldName = cpl_scalars
+ start_type = startup
+ case_name = ufs.hafs
+ restart_n = 6
+ restart_option = nhours
+ restart_ymd = -999
+ dbug_flag = @[cap_dbug_flag]
+ orb_eccen = 1.e36
+ orb_iyear = 2000
+ orb_iyear_align = 2000
+ orb_mode = fixed_year
+ orb_mvelp = 1.e36
+ orb_obliq = 1.e36
+ mediator_present = true
+ stop_n = @[FHMAX]
+ stop_option = nhours
+ stop_ymd = -999
+::
+
+ocn_export_fields::
+ 'sst' 'sea_surface_temperature' 'K'
+ 'mask' 'ocean_mask' '1'
+ 'cpl_scalars' 'cpl_scalars' '1'
+::
+
+ocn_import_fields::
+ 'taux10' 'inst_zonal_moment_flx_atm' 'N_m-2'
+ 'tauy10' 'inst_merid_moment_flx_atm' 'N_m-2'
+ 'prcp' 'inst_prec_rate' 'kg_m-2_s-1'
+ 'swflxd' 'inst_net_sw_flx' 'W_m-2'
+ 'lwflxd' 'inst_net_lw_flx' 'W_m-2'
+ 'mslprs' 'inst_pres_height_surface' 'Pa'
+ 'sensflx' 'inst_sensi_heat_flx' 'W_m-2'
+ 'latflx' 'inst_laten_heat_flx' 'W_m-2'
+::
diff --git a/tests/parm/ufs.configure.hafs_atm_ocn_wav_mom6.IN b/tests/parm/ufs.configure.hafs_atm_ocn_wav_mom6.IN
new file mode 100644
index 0000000000..1ca0848395
--- /dev/null
+++ b/tests/parm/ufs.configure.hafs_atm_ocn_wav_mom6.IN
@@ -0,0 +1,136 @@
+##############################################
+##### UFS Run-Time Configuration File ######
+##############################################
+
+# ESMF #
+logKindFlag: ESMF_LOGKIND_MULTI_ON
+globalResourceControl: true
+
+# EARTH #
+EARTH_component_list: MED ATM OCN WAV
+EARTH_attributes::
+ Verbosity = 0
+::
+
+# MED #
+MED_model: @[med_model]
+MED_petlist_bounds: @[med_petlist_bounds]
+MED_omp_num_threads: @[med_omp_num_threads]
+MED_attributes::
+ Verbosity = 0
+ Diagnostic = 0
+ ATM_model = @[atm_model]
+ OCN_model = @[ocn_model]
+ WAV_model = @[wav_model]
+ MED_model = cmeps
+ history_n = 3
+ history_option = nhours
+ history_ymd = -999
+ coupling_mode = @[CPLMODE]
+ normalization = none
+ merge_type = copy
+ pio_rearranger = @[pio_rearranger]
+ ocn_use_data_first_import = .true.
+ wav_use_data_first_import = .true.
+::
+
+# ATM #
+ATM_model: @[atm_model]
+ATM_petlist_bounds: @[atm_petlist_bounds]
+ATM_omp_num_threads: @[atm_omp_num_threads]
+ATM_attributes::
+ Verbosity = 0
+ Diagnostic = 0
+ mesh_atm = @[MESH_ATM]
+ stop_n = @[FHMAX]
+ stop_option = nhours
+ stop_ymd = -999
+ write_restart_at_endofrun = .true.
+::
+
+# OCN #
+OCN_model: @[ocn_model]
+OCN_petlist_bounds: @[ocn_petlist_bounds]
+OCN_omp_num_threads: @[ocn_omp_num_threads]
+OCN_attributes::
+ Verbosity = 0
+ Diagnostic = 0
+ history_n = 3
+ history_option = nhours
+ merge_import = .false.
+ skip_first_import = .false. #.true.
+ use_mommesh = true
+ eps_imesh = 2.5e-1
+ mesh_ocn = @[MESH_OCN]
+::
+
+# WAV #
+WAV_model: @[wav_model]
+WAV_petlist_bounds: @[wav_petlist_bounds]
+WAV_omp_num_threads: @[wav_omp_num_threads]
+WAV_attributes::
+ Verbosity = 0
+ Diagnostic = 0
+ OverwriteSlice = false
+ merge_import = .false.
+ mesh_wav = @[MESH_WAV]
+ user_sets_restname = true
+::
+
+# Run Sequence #
+runSeq::
+@@[coupling_interval_sec]
+ MED med_phases_cdeps_run
+ MED med_phases_prep_atm
+ MED med_phases_ocnalb_run
+ MED med_phases_prep_ocn_accum
+ MED med_phases_prep_ocn_avg
+ MED med_phases_prep_wav_accum
+ MED med_phases_prep_wav_avg
+ MED -> ATM :remapMethod=redist
+ MED -> OCN :remapMethod=redist
+ MED -> WAV :remapMethod=redist
+ ATM
+ OCN
+ WAV
+ ATM -> MED :remapMethod=redist
+ OCN -> MED :remapMethod=redist
+ WAV -> MED :remapMethod=redist
+ MED med_phases_post_atm
+ MED med_phases_post_ocn
+ MED med_phases_post_wav
+ MED med_phases_restart_write
+ MED med_phases_history_write
+@
+::
+
+# Other Attributes #
+DRIVER_attributes::
+::
+
+ALLCOMP_attributes::
+ ATM_model = @[atm_model]
+ OCN_model = @[ocn_model]
+ WAV_model = @[wav_model]
+ MED_model = cmeps
+ ScalarFieldCount = 2
+ ScalarFieldIdxGridNX = 1
+ ScalarFieldIdxGridNY = 2
+ ScalarFieldName = cpl_scalars
+ start_type = startup
+ case_name = ufs.hafs
+ restart_n = 3
+ restart_option = nhours
+ restart_ymd = -999
+ dbug_flag = @[cap_dbug_flag]
+ orb_eccen = 1.e36
+ orb_iyear = 2000
+ orb_iyear_align = 2000
+ orb_mode = fixed_year
+ orb_mvelp = 1.e36
+ orb_obliq = 1.e36
+ mediator_present = true
+ stop_n = @[FHMAX]
+ stop_option = nhours
+ stop_ymd = -999
+::
diff --git a/tests/rt.conf b/tests/rt.conf
index 0cf29878ad..854c935c7a 100644
--- a/tests/rt.conf
+++ b/tests/rt.conf
@@ -31,11 +31,12 @@ RUN | cpld_control_gfsv17_iau | - noaacloud
RUN | cpld_restart_gfsv17 | - noaacloud | | cpld_control_gfsv17
RUN | cpld_mpi_gfsv17 | - noaacloud | |
-COMPILE | s2swa_32bit_pdlib_debug | intel | -DAPP=S2SWA -D32BIT=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8_ugwpv1 -DPDLIB=ON -DDEBUG=ON | - noaacloud | fv3 |
-RUN | cpld_debug_gfsv17 | - 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 |
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
@@ -45,8 +46,8 @@ 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 derecho acorn noaacloud | baseline |
-RUN | cpld_restart_bmark_p8 | - s4 jet derecho acorn noaacloud | | cpld_bmark_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 |
@@ -70,8 +71,8 @@ RUN | cpld_control_c48 |
#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 | - derecho noaacloud | fv3 |
-RUN | cpld_control_p8_faster | - derecho noaacloud | baseline |
+COMPILE | s2swa_faster | intel | -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DFASTER=ON | - noaacloud | fv3 |
+RUN | cpld_control_p8_faster | - noaacloud | baseline |
# Unstructured WW3 mesh
COMPILE | s2sw_pdlib | intel | -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DPDLIB=ON | - noaacloud | fv3 |
@@ -90,6 +91,7 @@ RUN | control_CubedSphereGrid_parallel | - noaacloud
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 |
@@ -99,6 +101,7 @@ RUN | control_lndp |
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 | |
@@ -213,7 +216,7 @@ COMPILE | rrfs_dyn32_phy32_debug | intel | -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_H
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 | - derecho noaacloud | |
+RUN | conus13km_debug_qr | - noaacloud | |
RUN | conus13km_debug_2threads | - derecho noaacloud | |
RUN | conus13km_radar_tten_debug | - noaacloud | baseline |
@@ -240,13 +243,17 @@ RUN | hafs_regional_storm_following_1nest_atm_ocn | - jet s4 noaacloud
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 | - 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 |
-COMPILE | hafsw_faster | intel | -DAPP=HAFSW -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 |
+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 |
+
+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 |
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 |
@@ -307,8 +314,8 @@ RUN | atmaero_control_p8_rad_micro | - noaacloud
COMPILE | atmaq | intel | -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -D32BIT=ON | - jet s4 | fv3 |
#RUN | regional_atmaq | - jet s4 | baseline |
-COMPILE | atmaq_debug | intel | -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -DDEBUG=ON -D32BIT=ON | - jet noaacloud derecho s4 | fv3 |
-RUN | regional_atmaq_debug | - jet derecho s4 noaacloud | 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 |
### GNU TESTS ###
### CCPP PROD tests ###
diff --git a/tests/rt_utils.sh b/tests/rt_utils.sh
index c9c4c01802..238f8ed695 100755
--- a/tests/rt_utils.sh
+++ b/tests/rt_utils.sh
@@ -101,9 +101,6 @@ interrupt_job() {
elif [[ $SCHEDULER = 'slurm' ]]; then
echo "run_util.sh: interrupt_job slurm_id = ${slurm_id}"
scancel ${slurm_id}
- elif [[ $SCHEDULER = 'lsf' ]]; then
- echo "run_util.sh: interrupt_job bsub_id = ${bsub_id}"
- bkill ${bsub_id}
else
echo "run_util.sh: interrupt_job unknown SCHEDULER $SCHEDULER"
fi
@@ -133,11 +130,6 @@ submit_and_wait() {
re='Submitted batch job ([0-9]+)'
[[ "${slurmout}" =~ $re ]] && slurm_id=${BASH_REMATCH[1]}
echo "Job id ${slurm_id}"
- elif [[ $SCHEDULER = 'lsf' ]]; then
- bsubout=$( bsub < $job_card )
- re='Job <([0-9]+)> is submitted to queue <(.+)>.'
- [[ "${bsubout}" =~ $re ]] && bsub_id=${BASH_REMATCH[1]}
- echo "Job id ${bsub_id}"
else
echo "Unknown SCHEDULER $SCHEDULER"
exit 1
@@ -148,14 +140,12 @@ submit_and_wait() {
local job_running=0
until [[ $job_running -eq 1 ]]
do
- echo "TEST ${TEST_NR} ${TEST_NAME}_${RT_COMPILER} is waiting to enter the queue"
+ echo "Job is waiting to enter the queue"
[[ ${ECFLOW:-false} == true ]] && ecflow_client --label=job_status "waiting to enter the queue"
if [[ $SCHEDULER = 'pbs' ]]; then
job_running=$( qstat ${qsub_id} | grep ${qsub_id} | wc -l )
elif [[ $SCHEDULER = 'slurm' ]]; then
job_running=$( squeue -u ${USER} -j ${slurm_id} | grep ${slurm_id} | wc -l)
- elif [[ $SCHEDULER = 'lsf' ]]; then
- job_running=$( bjobs ${bsub_id} | grep ${bsub_id} | wc -l)
else
echo "Unknown SCHEDULER $SCHEDULER"
exit 1
@@ -170,13 +160,11 @@ submit_and_wait() {
jobid=${qsub_id}
elif [[ $SCHEDULER = 'slurm' ]]; then
jobid=${slurm_id}
- elif [[ $SCHEDULER = 'lsf' ]]; then
- jobid=${bsub_id}
else
echo "Unknown SCHEDULER $SCHEDULER"
exit 1
fi
- echo "TEST ${TEST_NR} ${TEST_NAME}_${RT_COMPILER} is submitted "
+ echo "Job is submitted "
if [[ ${ECFLOW:-false} == true ]]; then
ecflow_client --label=job_id "${jobid}"
ecflow_client --label=job_status "submitted"
@@ -192,8 +180,6 @@ submit_and_wait() {
job_running=$( qstat ${qsub_id} | grep ${qsub_id} | wc -l )
elif [[ $SCHEDULER = 'slurm' ]]; then
job_running=$( squeue -u ${USER} -j ${slurm_id} | grep ${slurm_id} | wc -l)
- elif [[ $SCHEDULER = 'lsf' ]]; then
- job_running=$( bjobs ${bsub_id} | grep ${bsub_id} | wc -l)
else
echo "Unknown SCHEDULER $SCHEDULER"
exit 1
@@ -241,37 +227,13 @@ submit_and_wait() {
fi
fi
- elif [[ $SCHEDULER = 'lsf' ]]; then
-
- status=$( bjobs ${bsub_id} 2>/dev/null | grep ${bsub_id} | awk '{print $3}' ); status=${status:--}
- if [[ $status = 'PEND' ]]; then
- status_label='pending'
- elif [[ $status = 'RUN' ]]; then
- status_label='running'
- elif [[ $status = 'DONE' ]]; then
- status_label='finished'
- test_status='DONE'
- elif [[ $status = 'EXIT' ]]; then
- status_label='failed'
- test_status='FAIL'
- else
- echo "bsub unknown status ${status}"
- status_label='finished'
- test_status='DONE'
- exit_status=$( bjobs ${bsub_id} 2>/dev/null | grep ${bsub_id} | awk '{print $3}' ); status=${status:--}
- if [[ $exit_status = 'EXIT' ]]; then
- status_label='failed'
- test_status='FAIL'
- fi
- fi
-
else
echo "Unknown SCHEDULER $SCHEDULER"
exit 1
fi
- echo "$n min. TEST ${TEST_NR} ${TEST_NAME}_${RT_COMPILER} is ${status_label}, status: $status jobid ${jobid}"
+ echo "$n min. Job is ${status_label}, status: $status jobid ${jobid}"
[[ ${ECFLOW:-false} == true ]] && ecflow_client --label=job_status "$status_label"
if [[ $test_status = 'FAIL' || $test_status = 'DONE' ]]; then
@@ -283,9 +245,9 @@ submit_and_wait() {
done
if [[ $test_status = 'FAIL' ]]; then
- echo "Test ${TEST_NR} ${TEST_NAME}_${RT_COMPILER} FAIL" >> ${RT_LOG}
+ echo "Job FAIL" >> ${RT_LOG}
echo;echo;echo >> ${RT_LOG}
- echo "Test ${TEST_NR} ${TEST_NAME}_${RT_COMPILER} FAIL"
+ echo "Job FAIL"
if [[ $ROCOTO == true || $ECFLOW == true ]]; then
exit 1
@@ -311,11 +273,11 @@ check_results() {
echo > ${RT_LOG}
echo "baseline dir = ${RTPWD}/${CNTL_DIR}_${RT_COMPILER}" >> ${RT_LOG}
echo "working dir = ${RUNDIR}" >> ${RT_LOG}
- echo "Checking test ${TEST_NR} ${TEST_NAME}_${RT_COMPILER} results ...." >> ${RT_LOG}
+ echo "Checking test ${TEST_ID} results ...." >> ${RT_LOG}
echo
echo "baseline dir = ${RTPWD}/${CNTL_DIR}_${RT_COMPILER}"
echo "working dir = ${RUNDIR}"
- echo "Checking test ${TEST_NR} ${TEST_NAME}_${RT_COMPILER} results ...."
+ echo "Checking test ${TEST_ID} results ...."
if [[ ${CREATE_BASELINE} = false ]]; then
#
@@ -338,34 +300,36 @@ check_results() {
test_status='FAIL'
else
-
- cmp ${RTPWD}/${CNTL_DIR}_${RT_COMPILER}/$i ${RUNDIR}/$i >/dev/null 2>&1 && d=$? || d=$?
- if [[ $d -eq 2 ]]; then
- echo "....CMP ERROR" >> ${RT_LOG}
- echo "....CMP ERROR"
- exit 1
- fi
-
- if [[ $d -eq 1 && ${i##*.} == 'nc' ]] ; then
- if [[ " orion hercules hera wcoss2 acorn derecho gaea-c5 jet s4 noaacloud " =~ " ${MACHINE_ID} " ]]; then
- printf ".......ALT CHECK.." >> ${RT_LOG}
- printf ".......ALT CHECK.."
+ if [[ ${i##*.} == 'nc' ]] ; then
+ if [[ " orion hercules hera wcoss2 acorn derecho gaea jet s4 noaacloud " =~ " ${MACHINE_ID} " ]]; then
+ printf "USING NCCMP.." >> ${RT_LOG}
+ printf "USING NCCMP.."
if [[ $CMP_DATAONLY == false ]]; then
nccmp -d -S -q -f -g -B --Attribute=checksum --warn=format ${RTPWD}/${CNTL_DIR}_${RT_COMPILER}/${i} ${RUNDIR}/${i} > ${i}_nccmp.log 2>&1 && d=$? || d=$?
else
nccmp -d -S -q -f -B --Attribute=checksum --warn=format ${RTPWD}/${CNTL_DIR}_${RT_COMPILER}/${i} ${RUNDIR}/${i} > ${i}_nccmp.log 2>&1 && d=$? || d=$?
fi
if [[ $d -ne 0 && $d -ne 1 ]]; then
- echo "....ERROR" >> ${RT_LOG}
- echo "....ERROR"
- exit 1
+ printf "....ERROR" >> ${RT_LOG}
+ printf "....ERROR"
+ test_status='FAIL'
fi
fi
+ else
+ printf "USING CMP.." >> ${RT_LOG}
+ printf "USING CMP.."
+ cmp ${RTPWD}/${CNTL_DIR}_${RT_COMPILER}/$i ${RUNDIR}/$i >/dev/null 2>&1 && d=$? || d=$?
+ if [[ $d -eq 2 ]]; then
+ printf "....ERROR" >> ${RT_LOG}
+ printf "....ERROR"
+ test_status='FAIL'
+ fi
+
fi
if [[ $d -ne 0 ]]; then
- echo "....NOT OK" >> ${RT_LOG}
- echo "....NOT OK"
+ echo "....NOT IDENTICAL" >> ${RT_LOG}
+ echo "....NOT IDENTICAL"
test_status='FAIL'
else
echo "....OK" >> ${RT_LOG}
@@ -380,8 +344,8 @@ check_results() {
#
# --- create baselines
#
- echo;echo "Moving baseline ${TEST_NR} ${TEST_NAME}_${RT_COMPILER} files ...."
- echo;echo "Moving baseline ${TEST_NR} ${TEST_NAME}_${RT_COMPILER} files ...." >> ${RT_LOG}
+ echo;echo "Moving baseline ${TEST_ID} files ...."
+ echo;echo "Moving baseline ${TEST_ID} files ...." >> ${RT_LOG}
for i in ${LIST_FILES} ; do
printf %s " Moving " $i " ....."
@@ -411,13 +375,13 @@ check_results() {
TRIES=" Tries: $ECF_TRYNO"
fi
fi
- echo "Test ${TEST_NR} ${TEST_NAME}_${RT_COMPILER} ${test_status}${TRIES}" >> ${RT_LOG}
+ echo "Test ${TEST_ID} ${test_status}${TRIES}" >> ${RT_LOG}
echo >> ${RT_LOG}
- echo "Test ${TEST_NR} ${TEST_NAME}_${RT_COMPILER} ${test_status}${TRIES}"
+ echo "Test ${TEST_ID} ${test_status}${TRIES}"
echo
if [[ $test_status = 'FAIL' ]]; then
- echo "${TEST_NR} ${TEST_NAME}_${RT_COMPILER} failed in check_result" >> $PATHRT/fail_test_${TEST_NR}
+ echo "${TEST_ID} failed in check_result" >> $PATHRT/fail_test_${TEST_ID}
if [[ $ROCOTO = true || $ECFLOW == true ]]; then
exit 1
@@ -438,8 +402,6 @@ kill_job() {
qdel ${jobid}
elif [[ $SCHEDULER = 'slurm' ]]; then
scancel ${jobid}
- elif [[ $SCHEDULER = 'lsf' ]]; then
- bkill ${jobid}
fi
}
@@ -469,20 +431,20 @@ rocoto_create_compile_task() {
if [[ ${MACHINE_ID} == s4 ]]; then
BUILD_WALLTIME="01:00:00"
fi
- if [[ $MACHINE_ID == gaea-c5 ]]; then
+ if [[ $MACHINE_ID == gaea ]]; then
BUILD_WALLTIME="01:00:00"
fi
cat << EOF >> $ROCOTO_XML
-
- &PATHRT;/run_compile.sh &PATHRT; &RUNDIR_ROOT; "${MAKE_OPT}" ${COMPILE_NR}
- compile_${COMPILE_NR}
+
+ &PATHRT;/run_compile.sh &PATHRT; &RUNDIR_ROOT; "${MAKE_OPT}" ${COMPILE_ID} > &LOG;/compile_${COMPILE_ID}.log
+ compile_${COMPILE_ID}
${ACCNR}
${COMPILE_QUEUE}
EOF
- if [[ "$MACHINE_ID" == gaea-c5 ]] ; then
+ if [[ "$MACHINE_ID" == gaea ]] ; then
cat << EOF >> $ROCOTO_XML
--clusters=es
eslogin_c5
@@ -496,7 +458,7 @@ EOF
cat << EOF >> $ROCOTO_XML
${BUILD_CORES}
${BUILD_WALLTIME}
- &RUNDIR_ROOT;/compile_${COMPILE_NR}.log
+ &RUNDIR_ROOT;/compile_${COMPILE_ID}.log
${NATIVE}
EOF
@@ -505,9 +467,9 @@ EOF
rocoto_create_run_task() {
if [[ $DEP_RUN != '' ]]; then
- DEP_STRING=" "
+ DEP_STRING=" "
else
- DEP_STRING=""
+ DEP_STRING=""
fi
CORES=$(( ${TASKS} * ${THRD} ))
@@ -518,15 +480,15 @@ rocoto_create_run_task() {
NATIVE=""
cat << EOF >> $ROCOTO_XML
-
+
$DEP_STRING
- &PATHRT;/run_test.sh &PATHRT; &RUNDIR_ROOT; ${TEST_NAME} ${TEST_NR} ${COMPILE_NR}
- ${TEST_NAME}_${RT_COMPILER}${RT_SUFFIX}
+ &PATHRT;/run_test.sh &PATHRT; &RUNDIR_ROOT; ${TEST_NAME} ${TEST_ID} ${COMPILE_ID} > &LOG;/run_${TEST_ID}${RT_SUFFIX}.log
+ ${TEST_ID}${RT_SUFFIX}
${ACCNR}
${ROCOTO_NODESIZE:+$ROCOTO_NODESIZE}
EOF
- if [[ "$MACHINE_ID" == gaea-c5 ]] ; then
+ if [[ "$MACHINE_ID" == gaea ]] ; then
cat << EOF >> $ROCOTO_XML
--clusters=${PARTITION}
--partition=batch
@@ -541,8 +503,8 @@ EOF
cat << EOF >> $ROCOTO_XML
${NODES}:ppn=${TPN}
00:${WLCLK}:00
- &RUNDIR_ROOT;/${TEST_NAME}_${RT_COMPILER}${RT_SUFFIX}.out
- &RUNDIR_ROOT;/${TEST_NAME}_${RT_COMPILER}${RT_SUFFIX}.err
+ &RUNDIR_ROOT;/${TEST_ID}${RT_SUFFIX}.out
+ &RUNDIR_ROOT;/${TEST_ID}${RT_SUFFIX}.err
${NATIVE}
EOF
@@ -617,13 +579,13 @@ ecflow_create_compile_task() {
new_compile=true
- cat << EOF > ${ECFLOW_RUN}/${ECFLOW_SUITE}/compile_${COMPILE_NR}.ecf
+ cat << EOF > ${ECFLOW_RUN}/${ECFLOW_SUITE}/compile_${COMPILE_ID}.ecf
%include
-$PATHRT/run_compile.sh ${PATHRT} ${RUNDIR_ROOT} "${MAKE_OPT}" $COMPILE_NR > ${LOG_DIR}/compile_${COMPILE_NR}.log 2>&1 &
+$PATHRT/run_compile.sh ${PATHRT} ${RUNDIR_ROOT} "${MAKE_OPT}" $COMPILE_ID > ${LOG_DIR}/compile_${COMPILE_ID}.log 2>&1 &
%include
EOF
- echo " task compile_${COMPILE_NR}" >> ${ECFLOW_RUN}/${ECFLOW_SUITE}.def
+ echo " task compile_${COMPILE_ID}" >> ${ECFLOW_RUN}/${ECFLOW_SUITE}.def
echo " label build_options '${MAKE_OPT}'" >> ${ECFLOW_RUN}/${ECFLOW_SUITE}.def
echo " label job_id ''" >> ${ECFLOW_RUN}/${ECFLOW_SUITE}.def
echo " label job_status ''" >> ${ECFLOW_RUN}/${ECFLOW_SUITE}.def
@@ -632,20 +594,20 @@ EOF
ecflow_create_run_task() {
- cat << EOF > ${ECFLOW_RUN}/${ECFLOW_SUITE}/${TEST_NAME}_${RT_COMPILER}${RT_SUFFIX}.ecf
+ cat << EOF > ${ECFLOW_RUN}/${ECFLOW_SUITE}/${TEST_ID}${RT_SUFFIX}.ecf
%include
-$PATHRT/run_test.sh ${PATHRT} ${RUNDIR_ROOT} ${TEST_NAME} ${TEST_NR} ${COMPILE_NR} > ${LOG_DIR}/run_${TEST_NR}_${TEST_NAME}_${RT_COMPILER}${RT_SUFFIX}.log 2>&1 &
+$PATHRT/run_test.sh ${PATHRT} ${RUNDIR_ROOT} ${TEST_NAME} ${TEST_ID} ${COMPILE_ID} > ${LOG_DIR}/run_${TEST_ID}${RT_SUFFIX}.log 2>&1 &
%include
EOF
- echo " task ${TEST_NAME}_${RT_COMPILER}${RT_SUFFIX}" >> ${ECFLOW_RUN}/${ECFLOW_SUITE}.def
+ echo " task ${TEST_ID}${RT_SUFFIX}" >> ${ECFLOW_RUN}/${ECFLOW_SUITE}.def
echo " label job_id ''" >> ${ECFLOW_RUN}/${ECFLOW_SUITE}.def
echo " label job_status ''" >> ${ECFLOW_RUN}/${ECFLOW_SUITE}.def
echo " inlimit max_jobs" >> ${ECFLOW_RUN}/${ECFLOW_SUITE}.def
if [[ $DEP_RUN != '' ]]; then
- echo " trigger compile_${COMPILE_NR} == complete and ${DEP_RUN} == complete" >> ${ECFLOW_RUN}/${ECFLOW_SUITE}.def
+ echo " trigger compile_${COMPILE_ID} == complete and ${DEP_RUN} == complete" >> ${ECFLOW_RUN}/${ECFLOW_SUITE}.def
else
- echo " trigger compile_${COMPILE_NR} == complete" >> ${ECFLOW_RUN}/${ECFLOW_SUITE}.def
+ echo " trigger compile_${COMPILE_ID} == complete" >> ${ECFLOW_RUN}/${ECFLOW_SUITE}.def
fi
}
diff --git a/tests/run_compile.sh b/tests/run_compile.sh
index 1d8d6254f0..795353a32a 100755
--- a/tests/run_compile.sh
+++ b/tests/run_compile.sh
@@ -15,42 +15,38 @@ cleanup() {
}
write_fail_test() {
- echo "compile_${COMPILE_NR} failed in run_compile" >> $PATHRT/fail_compile_${COMPILE_NR}
+ echo "compile_${COMPILE_ID} failed in run_compile" >> $PATHRT/fail_compile_${COMPILE_ID}
exit 1
}
remove_fail_test() {
- echo "Removing test failure flag file for compile_${COMPILE_NR}"
- rm -f $PATHRT/fail_compile_${COMPILE_NR}
+ echo "Removing test failure flag file for compile_${COMPILE_ID}"
+ rm -f $PATHRT/fail_compile_${COMPILE_ID}
}
if [[ $# != 4 ]]; then
- echo "Usage: $0 PATHRT RUNDIR_ROOT MAKE_OPT COMPILE_NR"
+ echo "Usage: $0 PATHRT RUNDIR_ROOT MAKE_OPT COMPILE_ID"
exit 1
fi
export PATHRT=$1
export RUNDIR_ROOT=$2
export MAKE_OPT=$3
-export COMPILE_NR=$4
+export COMPILE_ID=$4
cd ${PATHRT}
remove_fail_test
-[[ -e ${RUNDIR_ROOT}/compile_${COMPILE_NR}.env ]] && source ${RUNDIR_ROOT}/compile_${COMPILE_NR}.env
+[[ -e ${RUNDIR_ROOT}/compile_${COMPILE_ID}.env ]] && source ${RUNDIR_ROOT}/compile_${COMPILE_ID}.env
source default_vars.sh
-[[ -e ${RUNDIR_ROOT}/compile_${COMPILE_NR}.env ]] && source ${RUNDIR_ROOT}/compile_${COMPILE_NR}.env
+[[ -e ${RUNDIR_ROOT}/compile_${COMPILE_ID}.env ]] && source ${RUNDIR_ROOT}/compile_${COMPILE_ID}.env
+export JBNME="compile_${COMPILE_ID}"
+export RUNDIR=${RUNDIR_ROOT}/compile_${COMPILE_ID}
+echo -n "${JBNME}, $( date +%s )," > ${LOG_DIR}/compile_${COMPILE_ID}_timestamp.txt
-export TEST_NAME=compile
-export TEST_NR=${COMPILE_NR}
-export JBNME="compile_${COMPILE_NR}"
-export RUNDIR=${RUNDIR_ROOT}/${TEST_NAME}_${TEST_NR}
-
-echo -n "${JBNME}, $( date +%s )," > ${LOG_DIR}/job_${JOB_NR}_timestamp.txt
-
-export RT_LOG=${LOG_DIR}/compile_${TEST_NR}.log
+export RT_LOG=${LOG_DIR}/compile_${COMPILE_ID}.log
source rt_utils.sh
source atparse.bash
@@ -96,10 +92,10 @@ else
# relying on bash-specific extensions or non-standard OS features.
fi
-ls -l ${PATHTR}/tests/fv3_${COMPILE_NR}.exe
+ls -l ${PATHTR}/tests/fv3_${COMPILE_ID}.exe
cp ${RUNDIR}/compile_*_time.log ${LOG_DIR}
-cat ${RUNDIR}/job_timestamp.txt >> ${LOG_DIR}/job_${JOB_NR}_timestamp.txt
+cat ${RUNDIR}/job_timestamp.txt >> ${LOG_DIR}/compile_${COMPILE_ID}_timestamp.txt
remove_fail_test
@@ -107,7 +103,7 @@ remove_fail_test
# End compile job
################################################################################
-echo " $( date +%s ), 1" >> ${LOG_DIR}/job_${JOB_NR}_timestamp.txt
+echo " $( date +%s ), 1" >> ${LOG_DIR}/compile_${COMPILE_ID}_timestamp.txt
elapsed=$SECONDS
-echo "Elapsed time $elapsed seconds. Compile ${COMPILE_NR}"
+echo "Elapsed time $elapsed seconds. Compile ${COMPILE_ID}"
diff --git a/tests/run_test.sh b/tests/run_test.sh
index 2b9e3ebf9d..d4ea64068c 100755
--- a/tests/run_test.sh
+++ b/tests/run_test.sh
@@ -15,31 +15,31 @@ cleanup() {
}
write_fail_test() {
- echo "${TEST_NAME}_${RT_COMPILER} ${TEST_NR} failed in run_test" >> $PATHRT/fail_test_${TEST_NR}
+ echo "${TEST_ID} failed in run_test" >> $PATHRT/fail_test_${TEST_ID}
exit 1
}
remove_fail_test() {
- echo "Removing test failure flag file for ${TEST_NAME}_${RT_COMPILER} ${TEST_NR}"
- rm -f $PATHRT/fail_test_${TEST_NR}
+ echo "Removing test failure flag file for ${TEST_ID}"
+ rm -f $PATHRT/fail_test_${TEST_ID}
}
if [[ $# != 5 ]]; then
- echo "Usage: $0 PATHRT RUNDIR_ROOT TEST_NAME TEST_NR COMPILE_NR"
+ echo "Usage: $0 PATHRT RUNDIR_ROOT TEST_NAME TEST_ID COMPILE_ID"
exit 1
fi
export PATHRT=$1
export RUNDIR_ROOT=$2
export TEST_NAME=$3
-export TEST_NR=$4
-export COMPILE_NR=$5
+export TEST_ID=$4
+export COMPILE_ID=$5
echo "PATHRT: ${PATHRT}"
echo "RUNDIR_ROOT: ${RUNDIR_ROOT}"
echo "TEST_NAME: ${TEST_NAME}"
-echo "TEST_NR: ${TEST_NR}"
-echo "COMPILE_NR: ${COMPILE_NR}"
+echo "TEST_ID: ${TEST_ID}"
+echo "COMPILE_ID: ${COMPILE_ID}"
cd ${PATHRT}
@@ -47,9 +47,9 @@ cd ${PATHRT}
unset MODEL_CONFIGURE
unset UFS_CONFIGURE
-[[ -e ${RUNDIR_ROOT}/run_test_${TEST_NR}.env ]] && source ${RUNDIR_ROOT}/run_test_${TEST_NR}.env
+[[ -e ${RUNDIR_ROOT}/run_test_${TEST_ID}.env ]] && source ${RUNDIR_ROOT}/run_test_${TEST_ID}.env
source default_vars.sh
-[[ -e ${RUNDIR_ROOT}/run_test_${TEST_NR}.env ]] && source ${RUNDIR_ROOT}/run_test_${TEST_NR}.env
+[[ -e ${RUNDIR_ROOT}/run_test_${TEST_ID}.env ]] && source ${RUNDIR_ROOT}/run_test_${TEST_ID}.env
source tests/$TEST_NAME
remove_fail_test
@@ -60,15 +60,15 @@ remove_fail_test
export INPUT_DIR=${CNTL_DIR}
# Append RT_SUFFIX to RUNDIR, and BL_SUFFIX to CNTL_DIR
-export RUNDIR=${RUNDIR_ROOT}/${TEST_NAME}_${RT_COMPILER}${RT_SUFFIX}
+export RUNDIR=${RUNDIR_ROOT}/${TEST_ID}${RT_SUFFIX}
export CNTL_DIR=${CNTL_DIR}${BL_SUFFIX}
-export JBNME=$(basename $RUNDIR_ROOT)_${TEST_NR}
+export JBNME=$(basename $RUNDIR_ROOT)_${TEST_ID}
-echo -n "${TEST_NAME}_${RT_COMPILER}, $( date +%s )," > ${LOG_DIR}/job_${JOB_NR}_timestamp.txt
+echo -n "${TEST_ID}, $( date +%s )," > ${LOG_DIR}/run_${TEST_ID}_timestamp.txt
-export RT_LOG=${LOG_DIR}/rt_${TEST_NR}_${TEST_NAME}_${RT_COMPILER}${RT_SUFFIX}.log
-echo "Test ${TEST_NR} ${TEST_NAME}_${RT_COMPILER} ${TEST_DESCR}"
+export RT_LOG=${LOG_DIR}/rt_${TEST_ID}${RT_SUFFIX}.log
+echo "Test ${TEST_ID} ${TEST_DESCR}"
source rt_utils.sh
source atparse.bash
@@ -82,14 +82,14 @@ cd $RUNDIR
###############################################################################
# FV3 executable:
-cp ${PATHRT}/fv3_${COMPILE_NR}.exe fv3.exe
+cp ${PATHRT}/fv3_${COMPILE_ID}.exe fv3.exe
# modulefile for FV3 prerequisites:
mkdir -p modulefiles
if [[ $MACHINE_ID == linux ]]; then
- cp ${PATHRT}/modules.fv3_${COMPILE_NR} ./modulefiles/modules.fv3
+ cp ${PATHRT}/modules.fv3_${COMPILE_ID} ./modulefiles/modules.fv3
else
- cp ${PATHRT}/modules.fv3_${COMPILE_NR}.lua ./modulefiles/modules.fv3.lua
+ cp ${PATHRT}/modules.fv3_${COMPILE_ID}.lua ./modulefiles/modules.fv3.lua
fi
cp ${PATHTR}/modulefiles/ufs_common* ./modulefiles/.
@@ -97,7 +97,7 @@ cp ${PATHTR}/modulefiles/ufs_common* ./modulefiles/.
cp ${PATHRT}/module-setup.sh module-setup.sh
# load nccmp module
-if [[ " s4 hera orion hercules gaea-c5 jet derecho acorn wcoss2 " =~ " $MACHINE_ID " ]]; then
+if [[ " s4 hera orion hercules gaea jet derecho acorn wcoss2 " =~ " $MACHINE_ID " ]]; then
if [[ " wcoss2 acorn " =~ " ${MACHINE_ID} " ]] ; then
module load intel/19.1.3.304 netcdf/4.7.4
module load nccmp
@@ -106,9 +106,12 @@ if [[ " s4 hera orion hercules gaea-c5 jet derecho acorn wcoss2 " =~ " $MACHINE_
module load stack-intel/2021.5.0 stack-intel-oneapi-mpi/2021.5.0
module load miniconda/3.9.12
module load nccmp/1.9.0.1
- elif [[ " hera orion hercules gaea-c5 jet " =~ " ${MACHINE_ID} " ]] ; then
+ elif [[ " hera orion hercules gaea jet " =~ " ${MACHINE_ID} " ]] ; then
module use modulefiles
module load modules.fv3
+ if [[ " gaea " =~ " ${MACHINE_ID} " ]]; then
+ module load gcc/12.2.0
+ fi
else
module load nccmp
fi
@@ -289,6 +292,10 @@ if [[ $DOCN_CDEPS = 'true' ]]; then
atparse < ${PATHRT}/parm/${DOCN_STREAM_CONFIGURE:-docn.streams.IN} > docn.streams
fi
+if [[ $CDEPS_INLINE = 'true' ]]; then
+ atparse < ${PATHRT}/parm/${CDEPS_INLINE_CONFIGURE:-stream.config.IN} > stream.config
+fi
+
TPN=$(( TPN / THRD ))
if (( TASKS < TPN )); then
TPN=${TASKS}
@@ -363,18 +370,20 @@ else
fi
if [[ $skip_check_results = false ]]; then
- check_results
+ check_results || true
+ # The above call will exit with an error on its own and does
+ # not need to cause run_test to TRAP the failure and error out itself.
else
echo >> ${RT_LOG}
grep "The total amount of wall time" ${RUNDIR}/out >> ${RT_LOG}
grep "The maximum resident set size" ${RUNDIR}/out >> ${RT_LOG}
echo >> ${RT_LOG}
- echo "Test ${TEST_NR} ${TEST_NAME}_${RT_COMPILER} RUN_SUCCESS" >> ${RT_LOG}
+ echo "Test ${TEST_ID} RUN_SUCCESS" >> ${RT_LOG}
echo;echo;echo >> ${RT_LOG}
fi
if [[ $SCHEDULER != 'none' ]]; then
- cat ${RUNDIR}/job_timestamp.txt >> ${LOG_DIR}/job_${JOB_NR}_timestamp.txt
+ cat ${RUNDIR}/job_timestamp.txt >> ${LOG_DIR}/run_${TEST_ID}_timestamp.txt
fi
if [[ $ROCOTO = true ]]; then
@@ -385,7 +394,7 @@ fi
# End test
################################################################################
-echo " $( date +%s ), ${NODES}" >> ${LOG_DIR}/job_${JOB_NR}_timestamp.txt
+echo " $( date +%s ), ${NODES}" >> ${LOG_DIR}/run_${TEST_ID}_timestamp.txt
################################################################################
# Remove RUN_DIRs if they are no longer needed by other tests
@@ -405,4 +414,4 @@ if [[ ${delete_rundir} = true ]]; then
fi
elapsed=$SECONDS
-echo "Elapsed time $elapsed seconds. Test ${TEST_NAME}_${RT_COMPILER}"
+echo "Elapsed time $elapsed seconds. Test ${TEST_ID}"
diff --git a/tests/test_changes.list b/tests/test_changes.list
new file mode 100644
index 0000000000..b5585d8b91
--- /dev/null
+++ b/tests/test_changes.list
@@ -0,0 +1,193 @@
+cpld_control_p8_mixedmode intel
+cpld_control_gfsv17 intel
+cpld_control_gfsv17_iau intel
+cpld_restart_gfsv17 intel
+cpld_mpi_gfsv17 intel
+cpld_debug_gfsv17 intel
+cpld_control_p8 intel
+cpld_control_p8.v2.sfc intel
+cpld_restart_p8 intel
+cpld_control_qr_p8 intel
+cpld_restart_qr_p8 intel
+cpld_2threads_p8 intel
+cpld_decomp_p8 intel
+cpld_mpi_p8 intel
+cpld_control_ciceC_p8 intel
+cpld_control_c192_p8 intel
+cpld_restart_c192_p8 intel
+cpld_bmark_p8 intel
+cpld_restart_bmark_p8 intel
+cpld_s2sa_p8 intel
+cpld_control_noaero_p8 intel
+cpld_control_nowave_noaero_p8 intel
+cpld_debug_p8 intel
+cpld_debug_noaero_p8 intel
+cpld_control_noaero_p8_agrid intel
+cpld_control_c48 intel
+cpld_control_p8_faster intel
+cpld_control_pdlib_p8 intel
+cpld_restart_pdlib_p8 intel
+cpld_mpi_pdlib_p8 intel
+cpld_debug_pdlib_p8 intel
+control_flake intel
+control_CubedSphereGrid intel
+control_CubedSphereGrid_parallel intel
+control_latlon intel
+control_wrtGauss_netcdf_parallel intel
+control_c48 intel
+control_c48.v2.sfc intel
+control_c192 intel
+control_c384 intel
+control_c384gdas intel
+control_stochy intel
+control_stochy_restart intel
+control_lndp intel
+control_iovr4 intel
+control_iovr5 intel
+control_p8 intel
+control_p8.v2.sfc intel
+control_p8_ugwpv1 intel
+control_restart_p8 intel
+control_noqr_p8 intel
+control_restart_noqr_p8 intel
+control_decomp_p8 intel
+control_2threads_p8 intel
+control_p8_lndp intel
+control_p8_rrtmgp intel
+control_p8_mynn intel
+merra2_thompson intel
+rap_control intel
+rap_decomp intel
+rap_2threads intel
+rap_restart intel
+rap_sfcdiff intel
+rap_sfcdiff_decomp intel
+rap_sfcdiff_restart intel
+hrrr_control intel
+hrrr_control_decomp intel
+hrrr_control_2threads intel
+hrrr_control_restart intel
+rrfs_v1beta intel
+rrfs_v1nssl intel
+rrfs_v1nssl_nohailnoccn intel
+control_csawmg intel
+control_csawmgt intel
+control_ras intel
+control_wam intel
+control_p8_faster intel
+control_CubedSphereGrid_debug intel
+control_wrtGauss_netcdf_parallel_debug intel
+control_stochy_debug intel
+control_lndp_debug intel
+control_csawmg_debug intel
+control_csawmgt_debug intel
+control_ras_debug intel
+control_diag_debug intel
+control_debug_p8 intel
+rap_control_debug intel
+hrrr_control_debug intel
+hrrr_gf_debug intel
+hrrr_c3_debug intel
+rap_unified_drag_suite_debug intel
+rap_diag_debug intel
+rap_cires_ugwp_debug intel
+rap_unified_ugwp_debug intel
+rap_lndp_debug intel
+rap_progcld_thompson_debug intel
+rap_noah_debug intel
+rap_sfcdiff_debug intel
+rap_noah_sfcdiff_cires_ugwp_debug intel
+rrfs_v1beta_debug intel
+rap_clm_lake_debug intel
+rap_flake_debug intel
+gnv1_c96_no_nest_debug intel
+control_wam_debug intel
+rap_control_dyn32_phy32 intel
+hrrr_control_dyn32_phy32 intel
+rap_2threads_dyn32_phy32 intel
+hrrr_control_2threads_dyn32_phy32 intel
+hrrr_control_decomp_dyn32_phy32 intel
+rap_restart_dyn32_phy32 intel
+hrrr_control_restart_dyn32_phy32 intel
+conus13km_control intel
+conus13km_2threads intel
+conus13km_restart_mismatch intel
+rap_control_dyn64_phy32 intel
+rap_control_debug_dyn32_phy32 intel
+hrrr_control_debug_dyn32_phy32 intel
+conus13km_debug intel
+conus13km_debug_qr intel
+conus13km_debug_2threads intel
+conus13km_radar_tten_debug intel
+rap_control_dyn64_phy32_debug intel
+hafs_global_1nest_atm intel
+hafs_global_multiple_4nests_atm intel
+hafs_global_storm_following_1nest_atm intel
+gnv1_nested intel
+control_p8_atmlnd_sbs intel
+control_p8_atmlnd intel
+control_restart_p8_atmlnd intel
+atmwav_control_noaero_p8 intel
+control_atmwav intel
+atmaero_control_p8 intel
+atmaero_control_p8_rad intel
+atmaero_control_p8_rad_micro intel
+control_c48 gnu
+control_stochy gnu
+control_ras gnu
+control_p8 gnu
+control_p8_ugwpv1 gnu
+control_flake gnu
+rap_control gnu
+rap_decomp gnu
+rap_2threads gnu
+rap_restart gnu
+rap_sfcdiff gnu
+rap_sfcdiff_decomp gnu
+rap_sfcdiff_restart gnu
+hrrr_control gnu
+hrrr_control_noqr gnu
+hrrr_control_2threads gnu
+hrrr_control_decomp gnu
+hrrr_control_restart gnu
+hrrr_control_restart_noqr gnu
+rrfs_v1beta gnu
+control_diag_debug gnu
+rap_control_debug gnu
+hrrr_control_debug gnu
+hrrr_gf_debug gnu
+hrrr_c3_debug gnu
+rap_diag_debug gnu
+rap_noah_sfcdiff_cires_ugwp_debug gnu
+rap_progcld_thompson_debug gnu
+rrfs_v1beta_debug gnu
+control_ras_debug gnu
+control_stochy_debug gnu
+control_debug_p8 gnu
+rap_flake_debug gnu
+rap_clm_lake_debug gnu
+gnv1_c96_no_nest_debug gnu
+control_wam_debug gnu
+rap_control_dyn32_phy32 gnu
+hrrr_control_dyn32_phy32 gnu
+rap_2threads_dyn32_phy32 gnu
+hrrr_control_2threads_dyn32_phy32 gnu
+hrrr_control_decomp_dyn32_phy32 gnu
+rap_restart_dyn32_phy32 gnu
+hrrr_control_restart_dyn32_phy32 gnu
+conus13km_control gnu
+conus13km_2threads gnu
+conus13km_restart_mismatch gnu
+rap_control_dyn64_phy32 gnu
+rap_control_debug_dyn32_phy32 gnu
+hrrr_control_debug_dyn32_phy32 gnu
+conus13km_debug gnu
+conus13km_debug_qr gnu
+conus13km_debug_2threads gnu
+conus13km_radar_tten_debug gnu
+rap_control_dyn64_phy32_debug gnu
+cpld_control_p8 gnu
+cpld_control_nowave_noaero_p8 gnu
+cpld_debug_p8 gnu
+cpld_control_pdlib_p8 gnu
+cpld_debug_pdlib_p8 gnu
diff --git a/tests/tests/control_CubedSphereGrid_parallel b/tests/tests/control_CubedSphereGrid_parallel
index 3063c0db11..eec8725429 100644
--- a/tests/tests/control_CubedSphereGrid_parallel
+++ b/tests/tests/control_CubedSphereGrid_parallel
@@ -42,3 +42,4 @@ export WRITE_DOPOST=.true.
export FV3_RUN=control_run.IN
export CCPP_SUITE=FV3_GFS_v16
export INPUT_NML=control.nml.IN
+export DIAG_TABLE=diag_table_gfsv16_3d_soil
diff --git a/tests/tests/control_c48.v2.sfc b/tests/tests/control_c48.v2.sfc
new file mode 100644
index 0000000000..9e435d8aaa
--- /dev/null
+++ b/tests/tests/control_c48.v2.sfc
@@ -0,0 +1,84 @@
+###############################################################################
+#
+# global control v2 surface file test: GFSv16 atmosphere only at C48L127
+#
+###############################################################################
+
+export TEST_DESCR="Compare global control C48L127 v2.sfc results with previous trunk version"
+
+export CNTL_DIR=control_c48.v2.sfc
+
+export LIST_FILES="sfcf000.nc \
+ sfcf024.nc \
+ atmf000.nc \
+ atmf024.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"
+
+export_fv3
+
+export INPES=1
+export JNPES=1
+export WRTTASK_PER_GROUP=2
+export NPZ=127
+export NPZP=128
+export NPX=49
+export NPY=49
+export DT_ATMOS=1200
+export SYEAR=2021
+export SMONTH=03
+export SDAY=22
+export SHOUR=06
+export RESTART_INTERVAL=0
+export CDMBWD=${CDMBWD_c48}
+export OUTPUT_GRID='gaussian_grid'
+export NSTF_NAME='2,0,0,0,0'
+export WRITE_DOPOST=.false.
+export OUTPUT_FH="6 -1"
+export IAER=5111
+export IOVR=3
+export IMO=192
+export JMO=94
+
+export FNALBC="'global_snowfree_albedo.bosu.t62.192.94.rg.grb',"
+export FNVETC="'global_vegtype.igbp.t62.192.94.rg.grb',"
+export FNSOTC="'global_soiltype.statsgo.t62.192.94.rg.grb',"
+export FNABSC="'global_mxsnoalb.uariz.t62.192.94.rg.grb',"
+export FNSMCC_control="'global_soilmgldas.statsgo.t92.192.94.grb',"
+export FNMSKH_control="'global_slmask.t62.192.94.grb',"
+
+
+export FV3_RUN=control_run.IN
+export CCPP_SUITE=FV3_GFS_v16
+export INPUT_NML=control.nml.IN
+export V2_SFC_FILE=true
diff --git a/tests/tests/control_p8.v2.sfc b/tests/tests/control_p8.v2.sfc
new file mode 100644
index 0000000000..3f0c360b53
--- /dev/null
+++ b/tests/tests/control_p8.v2.sfc
@@ -0,0 +1,181 @@
+###############################################################################
+#
+# Global control v2 surface file test: GFSv16 atmosphere only at C96L127,
+# P8 configuration.
+#
+###############################################################################
+
+export TEST_DESCR="Compare global control v2.sfc results with previous trunk version"
+
+export CNTL_DIR=control_p8.v2.sfc
+
+export LIST_FILES="sfcf000.nc \
+ sfcf021.nc \
+ sfcf024.nc \
+ atmf000.nc \
+ atmf021.nc \
+ atmf024.nc \
+ GFSFLX.GrbF00 \
+ GFSFLX.GrbF21 \
+ GFSFLX.GrbF24 \
+ GFSPRS.GrbF00 \
+ GFSPRS.GrbF21 \
+ GFSPRS.GrbF24 \
+ 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"
+
+export_fv3
+export NPZ=127
+export NPZP=128
+export DT_ATMOS=720
+export DT_INNER=${DT_ATMOS}
+export SYEAR=2021
+export SMONTH=03
+export SDAY=22
+export SHOUR=06
+export RESTART_INTERVAL="12 -1"
+export OUTPUT_GRID='gaussian_grid'
+export WRITE_DOPOST=.true.
+export OUTPUT_FH='0 21 24'
+
+# P7 default
+export IALB=2
+export IEMS=2
+export LSM=2
+export IOPT_DVEG=4
+export IOPT_CRS=2
+export IOPT_RAD=3
+export IOPT_ALB=1
+export IOPT_STC=3
+# P8
+export IOPT_SFC=3
+export IOPT_TRS=2
+export IOPT_DIAG=2
+
+# FV3 P7 settings
+export D2_BG_K1=0.20
+export D2_BG_K2=0.04
+export PSM_BC=1
+# P8
+export DDDMP=0.1
+
+# P7 Merra2 Aerosols & NSST
+export USE_MERRA2=.true.
+export IAER=1011
+export NSTF_NAME=2,1,0,0,0
+
+export LHEATSTRG=.false.
+export LSEASPRAY=.true.
+
+# P7 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.
+
+# P7 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
+
+# P7 settings
+export TILEDFIX=.true.
+export FNALBC="'C96.snowfree_albedo.tileX.nc'"
+export FNALBC2="'C96.facsf.tileX.nc'"
+export FNTG3C="'C96.substrate_temperature.tileX.nc'"
+export FNVEGC="'C96.vegetation_greenness.tileX.nc'"
+export FNVETC="'C96.vegetation_type.tileX.nc'"
+export FNSOTC="'C96.soil_type.tileX.nc'"
+export FNSOCC="'C96.soil_color.tileX.nc'"
+export FNSMCC=${FNSMCC_control}
+export FNMSKH=${FNMSKH_control}
+export FNVMNC="'C96.vegetation_greenness.tileX.nc'"
+export FNVMXC="'C96.vegetation_greenness.tileX.nc'"
+export FNSLPC="'C96.slope_type.tileX.nc'"
+export FNABSC="'C96.maximum_snow_albedo.tileX.nc'"
+export LANDICE=".false."
+export FSICL=0
+export FSICS=0
+
+export IMP_PHYSICS=8
+export LGFDLMPRAD=.false.
+export DO_SAT_ADJ=.false.
+export DNATS=0
+export DZ_MIN=6
+
+#required for NML.IN sharing
+export MIN_SEAICE=0.15
+export FRAC_GRID=.true.
+export MOM6_OUTPUT_DIR=./MOM6_OUTPUT
+export MOM6_RESTART_DIR=./RESTART/
+export MOM6_RESTART_SETTING=n
+# P8 (not used for standalone)
+export USE_CICE_ALB=.false.
+
+export WRITE_NSFLIP=.true.
+
+export FV3_RUN=control_run.IN
+export CCPP_SUITE=FV3_GFS_v17_p8
+export FIELD_TABLE=field_table_thompson_noaero_tke
+export DIAG_TABLE=diag_table_cpld.IN
+# use same namelist for standalone,coupled P7
+export INPUT_NML=cpld_control.nml.IN
+export V2_SFC_FILE=true
+
+# RRTMGP
+export DO_RRTMGP=.false.
+export DOGP_CLDOPTICS_LUT=.true.
+export DOGP_LWSCAT=.true.
+export DOGP_SGS_CNV=.true.
+
+export SATMEDMF=.true.
+
+if [[ " hera orion hercules gaea jet " =~ " ${MACHINE_ID} " ]] ; then
+ ZSTANDARD_LEVEL=5
+fi
diff --git a/tests/tests/cpld_control_p8.v2.sfc b/tests/tests/cpld_control_p8.v2.sfc
new file mode 100644
index 0000000000..1612b044ff
--- /dev/null
+++ b/tests/tests/cpld_control_p8.v2.sfc
@@ -0,0 +1,88 @@
+#
+# cpld_control P8 v2 surface file test
+#
+
+export TEST_DESCR="Fully coupled FV3-CCPP-GOCART-MOM6-CICE-CMEPS-WW3 system - C96MX100 with v2 sfc file"
+
+export CNTL_DIR=cpld_control_p8.v2.sfc
+
+export LIST_FILES="sfcf021.tile1.nc \
+ sfcf021.tile2.nc \
+ sfcf021.tile3.nc \
+ sfcf021.tile4.nc \
+ sfcf021.tile5.nc \
+ sfcf021.tile6.nc \
+ atmf021.tile1.nc \
+ atmf021.tile2.nc \
+ atmf021.tile3.nc \
+ atmf021.tile4.nc \
+ atmf021.tile5.nc \
+ atmf021.tile6.nc \
+ sfcf024.tile1.nc \
+ sfcf024.tile2.nc \
+ sfcf024.tile3.nc \
+ sfcf024.tile4.nc \
+ sfcf024.tile5.nc \
+ sfcf024.tile6.nc \
+ atmf024.tile1.nc \
+ atmf024.tile2.nc \
+ atmf024.tile3.nc \
+ atmf024.tile4.nc \
+ atmf024.tile5.nc \
+ atmf024.tile6.nc \
+ gocart.inst_aod.20210323_0600z.nc4 \
+ RESTART/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/20210323.060000.MOM.res.nc \
+ RESTART/iced.2021-03-23-21600.nc \
+ RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc \
+ 20210323.060000.out_pnt.ww3 \
+ 20210323.060000.out_grd.ww3 "
+
+export_fv3
+export_cpl
+
+export RESTART_N=12
+export RESTART_INTERVAL="${RESTART_N} -1"
+export OUTPUT_FH='0 21 24'
+
+export MOM6_TOPOEDITS=ufs.topo_edits_011818.nc
+export MOM6_ALLOW_LANDMASK_CHANGES=True
+export eps_imesh=2.5e-1
+
+export FV3_RUN=cpld_control_run.IN
+export V2_SFC_FILE=true
+
+if [[ $MACHINE_ID = derecho ]]; then
+ TPN=96
+fi
diff --git a/tests/tests/hafs_regional_storm_following_1nest_atm_ocn_wav_inline b/tests/tests/hafs_regional_storm_following_1nest_atm_ocn_wav_inline
new file mode 100644
index 0000000000..796c165057
--- /dev/null
+++ b/tests/tests/hafs_regional_storm_following_1nest_atm_ocn_wav_inline
@@ -0,0 +1,153 @@
+###############################################################################
+#
+# HAFS regional with 1 storm-following moving nest and atmosphere-ocean coupled with HYCOM and WW3 through CMEPS with inline CDEPS
+#
+###############################################################################
+
+export TEST_DESCR="Compare HAFS regional with 1 storm-following moving nest and atmosphere-ocean-wave cmeps_inline_cdeps coupled results with previous trunk version"
+
+export CNTL_DIR=hafs_regional_storm_following_1nest_atm_ocn_wav_inline
+
+export LIST_FILES="atmf006.nc \
+ sfcf006.nc \
+ atm.nest02.f006.nc \
+ sfc.nest02.f006.nc \
+ archv.2020_238_18.a \
+ archs.2020_238_18.a \
+ 20200825.180000.out_grd.ww3 \
+ 20200825.180000.out_pnt.ww3"
+
+export_fv3
+export_hafs
+export_hafs_regional
+
+export HAFS=true
+export FHMAX=6
+export RESTART_N=${FHMAX}
+export DT_ATMOS=180
+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 OUTPUT_GRID='rotated_latlon'
+export CEN_LON=-86.3
+export CEN_LAT=23.3
+export LON1=-45.00
+export LAT1=-40.00
+export LON2=45.00
+export LAT2=40.00
+export DLON=0.25
+export DLAT=0.25
+
+export OUTPUT_GRID_2='rotated_latlon'
+export CEN_LON_2=-86.3
+export CEN_LAT_2=23.3
+export LON1_2=-45.00
+export LAT1_2=-40.00
+export LON2_2=45.00
+export LAT2_2=40.00
+export DLON_2=0.1
+export DLAT_2=0.1
+
+export BLOCKSIZE=${BLOCKSIZE:-24}
+export CCPP_SUITE=FV3_HAFS_v1_gfdlmp_tedmf_nonsst
+export DEFLATE_LEVEL=-1
+export INPES=6
+export JNPES=10
+export NPX=241
+export NPY=241
+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.3"
+export TARGET_LON="-86.3"
+export STRETCH_FAC=1.0001
+export REGIONAL=.true.
+export BC_UPDATE_INTERVAL=3
+export NROWS_BLEND=10
+export FULL_ZS_FILTER=.false.
+export N_ZS_FILTER=0
+
+export GRID_PES="60,60"
+export TILE_COARSE="0,1"
+export NUM_TILE_TOP=1
+export NEST_REFINE="0,3"
+export NEST_IOFFSETS="999,61"
+export NEST_JOFFSETS="999,61"
+export IS_MOVING_NEST=".false.,.true."
+export VORTEX_TRACKER="0,7"
+export NTRACK="0,5"
+export MOVE_CD_X="0,0"
+export MOVE_CD_Y="0,0"
+
+export INPES_NEST02=6
+export JNPES_NEST02=10
+export NPX_NEST02=361
+export NPY_NEST02=361
+export K_SPLIT_NEST02=4
+export N_SPLIT_NEST02=5
+
+export FHCYC=0
+export FHSWR=1800
+export FHLWR=1800
+export NSTF_NAME=0,0,0,0,0
+export CPLFLX=.true.
+export CPLOCN2ATM=.true.
+export CPLWAV=.true.
+export CPLWAV2ATM=.false.
+export CPL_IMP_MRG=.true.
+
+# ufs.configure
+export med_model=cmeps
+export CAP_DBUG_FLAG=0
+export RESTART_N=${FHMAX}
+export CPLMODE=hafs
+export RUNTYPE=startup
+export USE_COLDSTART=false
+
+export CDEPS_DOCN=false
+export OCEAN_START_DTG=43702.50000
+
+export atm_model=fv3
+export ocn_model=hycom
+export wav_model=ww3
+
+ATM_compute_tasks=$(( INPES*JNPES + INPES_NEST02*JNPES_NEST02 ))
+OCN_tasks=60
+WAV_tasks=60
+
+export atm_omp_num_threads=2
+export med_omp_num_threads=2
+export ocn_omp_num_threads=2
+export wav_omp_num_threads=2
+
+export coupling_interval_sec=360
+export MESH_ATM=unset
+
+export CDEPS_INLINE=true
+export INLINE_MESH_ATM="INPUT/gfs_mesh.nc"
+export INLINE_STREAM_FILES_ATM="INPUT/gfs_forcings.nc"
+export INLINE_MESH_OCN="INPUT/gfs_mesh.nc"
+export INLINE_STREAM_FILES_OCN="INPUT/gfs_forcings.nc"
+export STREAM_OFFSET=0
+
+export FIELD_TABLE=field_table_hafs
+export DIAG_TABLE=diag_table_hafs_template
+export INPUT_NML=input_regional_hafs.nml.IN
+export INPUT_NEST02_NML=input_nest_hafs.nml.IN
+export MODEL_CONFIGURE=model_configure_hafs.IN
+export UFS_CONFIGURE=ufs.configure.hafs_atm_ocn_wav_inline.IN
+export CDEPS_INLINE_CONFIGURE=stream.config_hycom.IN
+export FV3_RUN="hafs_fv3_run.IN hycom_hat10_run.IN hafs_ww3_run.IN"
diff --git a/tests/tests/hafs_regional_storm_following_1nest_atm_ocn_wav_mom6 b/tests/tests/hafs_regional_storm_following_1nest_atm_ocn_wav_mom6
new file mode 100644
index 0000000000..60ce05b605
--- /dev/null
+++ b/tests/tests/hafs_regional_storm_following_1nest_atm_ocn_wav_mom6
@@ -0,0 +1,152 @@
+###############################################################################
+#
+# HAFS regional with 1 storm-following moving nest and atmosphere-ocean-wave coupled with MOM6 and WW3
+#
+###############################################################################
+
+export TEST_DESCR="Compare HAFS regional with 1 storm-following moving nest and fv3-mom6-ww3 coupled results with previous trunk version"
+
+export CNTL_DIR=hafs_regional_storm_following_1nest_atm_ocn_wav_mom6
+
+export LIST_FILES="atmf003.nc \
+ sfcf003.nc \
+ atm.nest02.f003.nc \
+ sfc.nest02.f003.nc \
+ ocn_2020_08_25_15.nc \
+ 20200825.150000.out_grd.ww3 \
+ 20200825.150000.out_pnt.ww3"
+
+export_fv3
+export_hafs
+export_hafs_regional
+
+export HAFS=true
+export FHMAX=3
+export RESTART_N=${FHMAX}
+export DT_ATMOS=180
+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 OUTPUT_GRID='rotated_latlon'
+export CEN_LON=-86.3
+export CEN_LAT=23.3
+export LON1=-45.00
+export LAT1=-40.00
+export LON2=45.00
+export LAT2=40.00
+export DLON=0.25
+export DLAT=0.25
+
+export OUTPUT_GRID_2='rotated_latlon'
+export CEN_LON_2=-86.3
+export CEN_LAT_2=23.3
+export LON1_2=-45.00
+export LAT1_2=-40.00
+export LON2_2=45.00
+export LAT2_2=40.00
+export DLON_2=0.1
+export DLAT_2=0.1
+
+export BLOCKSIZE=${BLOCKSIZE:-24}
+export CCPP_SUITE=FV3_HAFS_v1_gfdlmp_tedmf_nonsst
+export DEFLATE_LEVEL=-1
+export INPES=6
+export JNPES=10
+export NPX=241
+export NPY=241
+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.3"
+export TARGET_LON="-86.3"
+export STRETCH_FAC=1.0001
+export REGIONAL=.true.
+export BC_UPDATE_INTERVAL=3
+export NROWS_BLEND=10
+export FULL_ZS_FILTER=.false.
+export N_ZS_FILTER=0
+
+export GRID_PES="60,60"
+export TILE_COARSE="0,1"
+export NUM_TILE_TOP=1
+export NEST_REFINE="0,3"
+export NEST_IOFFSETS="999,61"
+export NEST_JOFFSETS="999,61"
+export IS_MOVING_NEST=".false.,.true."
+export VORTEX_TRACKER="0,7"
+export NTRACK="0,5"
+export MOVE_CD_X="0,0"
+export MOVE_CD_Y="0,0"
+
+export INPES_NEST02=6
+export JNPES_NEST02=10
+export NPX_NEST02=361
+export NPY_NEST02=361
+export K_SPLIT_NEST02=4
+export N_SPLIT_NEST02=5
+
+export FHCYC=0
+export FHSWR=1800
+export FHLWR=1800
+export NSTF_NAME=0,0,0,0,0
+export CPLFLX=.true.
+export CPLOCN2ATM=.true.
+export CPLWAV=.true.
+export CPLWAV2ATM=.false.
+export CPL_IMP_MRG=.true.
+
+# ufs.configure
+export med_model=cmeps
+export CAP_DBUG_FLAG=0
+export RESTART_N=${FHMAX}
+export CPLMODE=hafs.mom6
+export RUNTYPE=startup
+export USE_COLDSTART=false
+
+export CDEPS_DOCN=false
+
+export atm_model=fv3
+export ocn_model=mom6
+export wav_model=ww3
+
+ATM_compute_tasks=$(( INPES*JNPES + INPES_NEST02*JNPES_NEST02 ))
+OCN_tasks=60
+WAV_tasks=60
+
+export atm_omp_num_threads=2
+export med_omp_num_threads=2
+export ocn_omp_num_threads=2
+export wav_omp_num_threads=2
+
+export coupling_interval_sec=360
+export MESH_ATM=unset
+export MESH_OCN=INPUT/mom6_mesh.nc
+
+export CDEPS_INLINE=true
+export INLINE_MESH_ATM="INPUT/gfs_mesh.nc"
+export INLINE_STREAM_FILES_ATM="INPUT/gfs_forcings.nc"
+export INLINE_MESH_OCN="INPUT/gfs_mesh.nc"
+export INLINE_STREAM_FILES_OCN="INPUT/gfs_forcings.nc"
+export STREAM_OFFSET=0
+
+export FIELD_TABLE=field_table_hafs
+export DIAG_TABLE=diag_table_hafs_template
+export INPUT_NML=input_regional_hafs.nml.IN
+export INPUT_NEST02_NML=input_nest_hafs.nml.IN
+export MODEL_CONFIGURE=model_configure_hafs.IN
+export UFS_CONFIGURE=ufs.configure.hafs_atm_ocn_wav_mom6.IN
+export CDEPS_INLINE_CONFIGURE=stream.config_mom6.IN
+export FV3_RUN="hafs_fv3_run.IN hafs_ww3_run.IN"
diff --git a/tests/tests/regional_atmaq b/tests/tests/regional_atmaq
index 7b38d66ab1..54fb6f1514 100644
--- a/tests/tests/regional_atmaq
+++ b/tests/tests/regional_atmaq
@@ -101,6 +101,4 @@ if [[ $MACHINE_ID = hera ]]; then
TPN=30
elif [[ $MACHINE_ID = gaea ]]; then
TPN=16
-elif [[ $MACHINE_ID = gaea-c5 ]]; then
- TPN=16
fi
diff --git a/tests/tests/regional_atmaq_debug b/tests/tests/regional_atmaq_debug
index 03d3672033..5f74ffa8c2 100644
--- a/tests/tests/regional_atmaq_debug
+++ b/tests/tests/regional_atmaq_debug
@@ -98,6 +98,6 @@ export CCPP_SUITE=FV3_GFS_v15p2
if [[ $MACHINE_ID = hera ]]; then
TPN=30
-elif [[ $MACHINE_ID = gaea* ]]; then
+elif [[ $MACHINE_ID = gaea ]]; then
TPN=16
fi
diff --git a/tests/tests/regional_atmaq_faster b/tests/tests/regional_atmaq_faster
index c81fbfba1c..75f85debf7 100644
--- a/tests/tests/regional_atmaq_faster
+++ b/tests/tests/regional_atmaq_faster
@@ -93,6 +93,6 @@ export CCPP_SUITE=FV3_GFS_v15p2
if [[ $MACHINE_ID = hera ]]; then
TPN=30
-elif [[ $MACHINE_ID = gaea* ]]; then
+elif [[ $MACHINE_ID = gaea ]]; then
TPN=18
fi