From 454d7b9d13872533cdba5e604dde24771a90681f Mon Sep 17 00:00:00 2001 From: DavidHuber Date: Mon, 9 Sep 2024 14:32:03 +0000 Subject: [PATCH] Initial update to spack-stack 1.8.0 --- FV3 | 2 +- modulefiles/ufs_common.lua | 18 +++++++++--------- modulefiles/ufs_hera.intel.lua | 4 ++-- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/FV3 b/FV3 index 66bded5b3e..ca11c702bf 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit 66bded5b3e6fefc181f7df433acd18c392267311 +Subproject commit ca11c702bfacbe5bee06f368f156006803b8ddb5 diff --git a/modulefiles/ufs_common.lua b/modulefiles/ufs_common.lua index 6e9c1f6f45..0964ea2026 100644 --- a/modulefiles/ufs_common.lua +++ b/modulefiles/ufs_common.lua @@ -4,23 +4,23 @@ help([[Load UFS Model common libraries]]) local ufs_modules = { {["jasper"] = "2.0.32"}, - {["zlib"] = "1.2.13"}, + {["zlib-ng"] = "2.1.6"}, {["libpng"] = "1.6.37"}, - {["hdf5"] = "1.14.0"}, + {["hdf5"] = "1.14.3"}, {["netcdf-c"] = "4.9.2"}, {["netcdf-fortran"] = "4.6.1"}, - {["parallelio"] = "2.5.10"}, - {["esmf"] = "8.6.0"}, + {["parallelio"] = "2.6.2"}, + {["esmf"] = "8.6.1"}, {["fms"] = "2023.04"}, {["bacio"] = "2.4.1"}, - {["crtm"] = "2.4.0"}, - {["g2"] = "3.4.5"}, + {["crtm"] = "2.4.0.1"}, + {["g2"] = "3.4.9"}, {["g2tmpl"] = "1.10.2"}, - {["ip"] = "4.3.0"}, + {["ip"] = "5.0.0"}, {["sp"] = "2.5.0"}, {["w3emc"] = "2.10.0"}, - {["gftl-shared"] = "1.6.1"}, - {["mapl"] = "2.40.3-esmf-8.6.0"}, + {["gftl-shared"] = "1.9.0"}, + {["mapl"] = "2.46.2-esmf-8.6.1"}, {["scotch"] = "7.0.4"}, } diff --git a/modulefiles/ufs_hera.intel.lua b/modulefiles/ufs_hera.intel.lua index 993e05372a..1ebff6d4c0 100644 --- a/modulefiles/ufs_hera.intel.lua +++ b/modulefiles/ufs_hera.intel.lua @@ -2,7 +2,7 @@ help([[ loads UFS Model prerequisites for Hera/Intel ]]) -prepend_path("MODULEPATH", "/scratch1/NCEPDEV/nems/role.epic/spack-stack/spack-stack-1.6.0/envs/unified-env-rocky8/install/modulefiles/Core") +prepend_path("MODULEPATH", '/scratch1/NCEPDEV/nems/Alexander.Richert/spack-stack-py311-aug24/envs/test/install/modulefiles/Core') stack_intel_ver=os.getenv("stack_intel_ver") or "2021.5.0" load(pathJoin("stack-intel", stack_intel_ver)) @@ -10,7 +10,7 @@ load(pathJoin("stack-intel", stack_intel_ver)) stack_impi_ver=os.getenv("stack_impi_ver") or "2021.5.1" load(pathJoin("stack-intel-oneapi-mpi", stack_impi_ver)) -cmake_ver=os.getenv("cmake_ver") or "3.23.1" +cmake_ver=os.getenv("cmake_ver") or "3.27.9" load(pathJoin("cmake", cmake_ver)) load("ufs_common")