Skip to content

Commit 3330cd7

Browse files
Removed MET/METplus 'not available' comments
1 parent fdc638c commit 3330cd7

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

modulefiles/module_base.hera.lua

-4
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,6 @@ load(pathJoin("met", (os.getenv("met_ver") or "None")))
3838
load(pathJoin("metplus", (os.getenv("metplus_ver") or "None")))
3939
load(pathJoin("py-xarray", (os.getenv("py_xarray_ver") or "None")))
4040

41-
-- MET/METplus are not available for use with spack-stack, yet
42-
--load(pathJoin("met", (os.getenv("met_ver") or "None")))
43-
--load(pathJoin("metplus", (os.getenv("metplus_ver") or "None")))
44-
4541
setenv("WGRIB2","wgrib2")
4642
setenv("UTILROOT",(os.getenv("prod_util_ROOT") or "None"))
4743

modulefiles/module_base.orion.lua

-4
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,6 @@ load(pathJoin("met", (os.getenv("met_ver") or "None")))
3636
load(pathJoin("metplus", (os.getenv("metplus_ver") or "None")))
3737
load(pathJoin("py-xarray", (os.getenv("py_xarray_ver") or "None")))
3838

39-
-- MET/METplus are not yet supported with spack-stack
40-
--load(pathJoin("met", (os.getenv("met_ver") or "None")))
41-
--load(pathJoin("metplus", (os.getenv("metplus_ver") or "None")))
42-
4339
setenv("WGRIB2","wgrib2")
4440
setenv("UTILROOT",(os.getenv("prod_util_ROOT") or "None"))
4541

0 commit comments

Comments
 (0)