Skip to content

Commit

Permalink
Comment met/metplus out from Hera modulefile. NOAA-EMC#2123
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidHuber-NOAA committed Jan 11, 2024
1 parent 8c32f8b commit 94c9937
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions modulefiles/module_base.hera.lua
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,9 @@ load(pathJoin("py-netcdf4", (os.getenv("py_netcdf4_ver") or "None")))
load(pathJoin("py-pyyaml", (os.getenv("py_pyyaml_ver") or "None")))
load(pathJoin("py-jinja2", (os.getenv("py_jinja2_ver") or "None")))

load(pathJoin("met", (os.getenv("met_ver") or "None")))
load(pathJoin("metplus", (os.getenv("metplus_ver") or "None")))
-- MET/METplus are not available for use with spack-stack, yet
--load(pathJoin("met", (os.getenv("met_ver") or "None")))
--load(pathJoin("metplus", (os.getenv("metplus_ver") or "None")))

setenv("WGRIB2","wgrib2")
setenv("UTILROOT",(os.getenv("prod_util_ROOT") or "None"))
Expand Down

0 comments on commit 94c9937

Please sign in to comment.