From 5c52594e66608f61d25c2fee97f04a65c7ca083a Mon Sep 17 00:00:00 2001 From: David Huber Date: Tue, 12 Nov 2024 16:44:12 +0000 Subject: [PATCH] module_gwci.wcoss2.lua Load Python module for WCOSS2 setup --- modulefiles/module_gwsetup.wcoss2.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modulefiles/module_gwsetup.wcoss2.lua b/modulefiles/module_gwsetup.wcoss2.lua index a2440569db..86bdad3c56 100644 --- a/modulefiles/module_gwsetup.wcoss2.lua +++ b/modulefiles/module_gwsetup.wcoss2.lua @@ -4,5 +4,8 @@ Load environment to run GFS workflow ci scripts on WCOSS2 prepend_path("MODULEPATH", "/apps/ops/test/nco/modulefiles/core") load(pathJoin("rocoto","1.3.5")) +load(pathJoin("PrgEnv-intel")) +load(pathJoin("intel","19.1.3.304")) +load(pathJoin("python", "3.8.6")) whatis("Description: GFS run setup environment")