From 9b9e4955867ee08a2d6e08f8566dd252fed46c27 Mon Sep 17 00:00:00 2001 From: Xylar Asay-Davis Date: Fri, 15 Mar 2024 05:56:13 -0500 Subject: [PATCH 1/2] Switch the mesh used for Omega CTests This is necessary for the HORZMESH_TEST to pass --- utils/omega/ctest/omega_ctest.py | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/utils/omega/ctest/omega_ctest.py b/utils/omega/ctest/omega_ctest.py index 51a8744b8..df7925c09 100755 --- a/utils/omega/ctest/omega_ctest.py +++ b/utils/omega/ctest/omega_ctest.py @@ -80,13 +80,12 @@ def download_mesh(config): """ Download and symlink a mesh to use for testing. """ - base_url = config.get('download', 'server_base_url') database_root = config.get('paths', 'database_root') - filepath = 'ocean/polaris_cache/global_convergence/icos/cosine_bell/' \ - 'Icos480/mesh/mesh.230220.nc' + filepath = 'ocean/omega_ctest/ocean.QU.240km.151209.nc' - url = f'{base_url}/{filepath}' + url = 'https://web.lcrc.anl.gov/public/e3sm/inputdata/ocn/mpas-o/oQU240/' \ + 'ocean.QU.240km.151209.nc' download_path = os.path.join(database_root, filepath) download_target = download(url, download_path, config) return download_target From b547325f9ef3158561091731b08855f37af2cba5 Mon Sep 17 00:00:00 2001 From: Xylar Asay-Davis Date: Fri, 15 Mar 2024 05:58:55 -0500 Subject: [PATCH 2/2] Update Omega submodule to current develop Hash: ca19fa9 --- e3sm_submodules/Omega | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e3sm_submodules/Omega b/e3sm_submodules/Omega index 38deba036..ca19fa903 160000 --- a/e3sm_submodules/Omega +++ b/e3sm_submodules/Omega @@ -1 +1 @@ -Subproject commit 38deba03613c3545a689a71a6973d614034e8a46 +Subproject commit ca19fa90312659b8e1452490a2fcfe9eafbb1ee5