Skip to content

Commit 94c9937

Browse files
Comment met/metplus out from Hera modulefile. NOAA-EMC#2123
1 parent 8c32f8b commit 94c9937

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

modulefiles/module_base.hera.lua

+3-2
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,9 @@ load(pathJoin("py-netcdf4", (os.getenv("py_netcdf4_ver") or "None")))
3434
load(pathJoin("py-pyyaml", (os.getenv("py_pyyaml_ver") or "None")))
3535
load(pathJoin("py-jinja2", (os.getenv("py_jinja2_ver") or "None")))
3636

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

4041
setenv("WGRIB2","wgrib2")
4142
setenv("UTILROOT",(os.getenv("prod_util_ROOT") or "None"))

0 commit comments

Comments
 (0)