Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Adjust lua mods for missing prod_util on wcoss2.
  • Loading branch information
EdwardSafford-NOAA committed Aug 11, 2022
1 parent ca73786 commit 17e5a21
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions modulefiles/common-run.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Load common modules to run GSI Monitoring on all machines
]])

local wgrib2_ver=os.getenv("wgrib2_ver") or "2.0.8"
local prod_util_ver=os.getenv("prod_util_ver") or "1.2.2"
--local prod_util_ver=os.getenv("prod_util_ver") or "1.2.2"

load(pathJoin("wgrib2", wgrib2_ver))
load(pathJoin("prod_util", prod_util_ver))
--load(pathJoin("prod_util", prod_util_ver))

2 changes: 2 additions & 0 deletions modulefiles/wcoss2-run.lua
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ load(pathJoin("intel", intel_ver))
prepend_path("MODULEPATH", "/apps/test/lmodules/core/")
load ("GrADS/2.2.2")

prepend_path("MODULEPATH", "/apps/ops/para/nco/modulefiles/core/")
load ("prod_util/2.0.13")

load("common-run")

Expand Down
4 changes: 2 additions & 2 deletions parm/Mon_config
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ case $MY_MACHINE in
export SUB="qsub"

tankdir="/lfs/h2/emc/da/noscrub/$USER/nbns"
ptmp="/lfs/h2/emc/ptmp/$USER}"
stmp="/lfs/h2/emc/stmp/$USER}"
ptmp="/lfs/h2/emc/ptmp/$USER"
stmp="/lfs/h2/emc/stmp/$USER"
queue="dev"
project="GDAS-DEV"
account="GFS-DEV"
Expand Down

0 comments on commit 17e5a21

Please sign in to comment.