From 2415b7b4f3e6c376aca27707510001141cc9dd92 Mon Sep 17 00:00:00 2001 From: David Huber Date: Thu, 15 Feb 2024 19:21:17 +0000 Subject: [PATCH] Load default rocoto on Jet. --- modulefiles/module_gwsetup.jet.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modulefiles/module_gwsetup.jet.lua b/modulefiles/module_gwsetup.jet.lua index 8dcab67d2b..72c40469e4 100644 --- a/modulefiles/module_gwsetup.jet.lua +++ b/modulefiles/module_gwsetup.jet.lua @@ -2,7 +2,7 @@ help([[ Load environment to run GFS workflow setup scripts on Jet ]]) -load(pathJoin("rocoto", "1.3.3")) +load(pathJoin("rocoto")) prepend_path("MODULEPATH", "/mnt/lfs4/HFIP/hfv3gfs/role.epic/spack-stack/spack-stack-1.6.0/envs/gsi-addon-dev/install/modulefiles/Core")