From b221092d940c6246da67be0e794dad620ff1dcd8 Mon Sep 17 00:00:00 2001 From: "kate.friedman" Date: Wed, 28 Sep 2022 19:05:44 +0000 Subject: [PATCH] Put prepobs module load back in module_base.wcoss2 It was already in develop, put it back. Refs #419 --- modulefiles/module_base.wcoss2.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modulefiles/module_base.wcoss2.lua b/modulefiles/module_base.wcoss2.lua index 66af3fa94f..8f68e994c7 100644 --- a/modulefiles/module_base.wcoss2.lua +++ b/modulefiles/module_base.wcoss2.lua @@ -39,4 +39,7 @@ append_path("MODULEPATH", "/apps/ops/para/libs/modulefiles/mpi/intel/19.1.3.304/ load("ncdiag/1.0.0") +prepend_path("MODULEPATH", pathJoin("/lfs/h2/emc/global/save/emc.global/git/prepobs/v1.0.1/modulefiles")) +load(pathJoin("prepobs", "1.0.1")) + whatis("Description: GFS run environment")