From 6dd52fad6d7af7de6a63001a58ec0d64a44ea1df Mon Sep 17 00:00:00 2001 From: Samuel Trahan Date: Wed, 14 Aug 2024 13:15:24 -0500 Subject: [PATCH] update g2 and g2tmpl versions --- modulefiles/ufs_common.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modulefiles/ufs_common.lua b/modulefiles/ufs_common.lua index 9b87678986..a1c4fcfd18 100644 --- a/modulefiles/ufs_common.lua +++ b/modulefiles/ufs_common.lua @@ -14,8 +14,8 @@ local ufs_modules = { {["fms"] = "2023.04"}, {["bacio"] = "2.4.1"}, {["crtm"] = "2.4.0"}, - {["g2"] = "3.4.5"}, - {["g2tmpl"] = "1.12.0"}, + {["g2"] = "3.5.1"}, + {["g2tmpl"] = "1.13.0"}, {["ip"] = "4.3.0"}, {["sp"] = "2.5.0"}, {["w3emc"] = "2.10.0"},