Skip to content

Commit 0ad1bc1

Browse files
committed
[feature/spack-stack-1.9.2] Update Hera run_vx.local.lua to use MET 12.0.1 and METplus 6.0.0
1 parent 4840085 commit 0ad1bc1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

modulefiles/tasks/hera/run_vx.local.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
--[[
22
Compiler-specific modules are used for met and metplus libraries
33
--]]
4-
local met_ver = (os.getenv("met_ver") or "11.1.1")
5-
local metplus_ver = (os.getenv("metplus_ver") or "5.1.0")
4+
local met_ver = (os.getenv("met_ver") or "12.0.1")
5+
local metplus_ver = (os.getenv("metplus_ver") or "6.0.0")
66
if (mode() == "load") then
77
load(pathJoin("met", met_ver))
88
load(pathJoin("metplus",metplus_ver))

0 commit comments

Comments
 (0)