Skip to content

Commit

Permalink
Added verif-global support back to WCOSS2.
Browse files Browse the repository at this point in the history
  • Loading branch information
David Huber committed Feb 16, 2024
1 parent 6a0b7bf commit 48b34d0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions modulefiles/module_base.wcoss2.lua
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ load(pathJoin("g2tmpl", (os.getenv("g2tmpl_ver") or "None")))
load(pathJoin("ncdiag", (os.getenv("ncdiag_ver") or "None")))
load(pathJoin("crtm", (os.getenv("crtm_ver") or "None")))
load(pathJoin("wgrib2", (os.getenv("wgrib2_ver") or "None")))

prepend_path("MODULEPATH", "/apps/ops/para/libs/modulefiles/compiler/intel/19.1.3.304")
setenv("HPC_OPT", "/apps/ops/para/libs")
load(pathJoin("met", (os.getenv("met_ver") or "None")))
load(pathJoin("metplus", (os.getenv("metplus_ver") or "None")))

Expand Down
2 changes: 1 addition & 1 deletion sorc/verif-global.fd

0 comments on commit 48b34d0

Please sign in to comment.