Skip to content

Commit

Permalink
EPIC hpc-stack updates for Hera module_base
Browse files Browse the repository at this point in the history
  • Loading branch information
KateFriedman-NOAA committed May 5, 2023
1 parent 79edfea commit 1266c36
Showing 1 changed file with 20 additions and 14 deletions.
34 changes: 20 additions & 14 deletions modulefiles/module_base.hera.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,24 @@ help([[
Load environment to run GFS on Hera
]])

prepend_path("MODULEPATH", "/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/modulefiles/stack")
prepend_path("MODULEPATH", "/scratch1/NCEPDEV/nems/role.epic/miniconda3/modulefiles")

load(pathJoin("hpc", "1.1.0"))
load(pathJoin("hpc-intel", "18.0.5.274"))
load(pathJoin("hpc-impi", "2018.0.4"))
load(pathJoin("miniconda3", "4.12.0"))

load(pathJoin("intel", "2022.1.2"))
load(pathJoin("impi", "2022.1.2"))

prepend_path("MODULEPATH", "/scratch1/NCEPDEV/nems/role.epic/hpc-stack/libs/intel-2022.1.2/modulefiles/stack")

load(pathJoin("hpc", "1.2.0"))
load(pathJoin("hpc-intel", "2022.1.2"))
load(pathJoin("hpc-impi", "2022.1.2"))

load(pathJoin("hpss", "hpss"))
load(pathJoin("gempak", "7.4.2"))
load(pathJoin("ncl", "6.6.2"))
load(pathJoin("jasper", "2.0.25"))
load(pathJoin("png", "1.6.35"))
load(pathJoin("libpng", "1.6.37"))
load(pathJoin("cdo", "1.9.5"))
load(pathJoin("R", "3.5.0"))

Expand All @@ -21,12 +28,11 @@ load(pathJoin("netcdf", "4.7.4"))

load(pathJoin("nco", "4.9.1"))
load(pathJoin("prod_util", "1.2.2"))
load(pathJoin("grib_util", "1.2.2"))
load(pathJoin("grib_util", "1.2.4"))
load(pathJoin("g2tmpl", "1.10.0"))
load(pathJoin("ncdiag", "1.0.0"))
load(pathJoin("crtm", "2.4.0"))
load(pathJoin("wgrib2", "2.0.8"))
setenv("WGRIB2","wgrib2")

prepend_path("MODULEPATH", pathJoin("/scratch1/NCEPDEV/global/glopara/git/prepobs/feature-GFSv17_com_reorg_log_update/modulefiles"))
load(pathJoin("prepobs", "1.0.1"))
Expand All @@ -35,12 +41,12 @@ prepend_path("MODULEPATH", pathJoin("/scratch1/NCEPDEV/global/glopara/git/Fit2Ob
load(pathJoin("fit2obs", "1.0.0"))

-- Temporary until official hpc-stack is updated
prepend_path("MODULEPATH", "/scratch2/NCEPDEV/ensemble/save/Walter.Kolczynski/hpc-stack/modulefiles/stack")
load(pathJoin("hpc", "1.2.0"))
load(pathJoin("hpc-intel", "18.0.5.274"))
load(pathJoin("hpc-miniconda3", "4.6.14"))
load(pathJoin("ufswm", "1.0.0"))
load(pathJoin("met", "9.1"))
load(pathJoin("metplus", "3.1"))
--prepend_path("MODULEPATH", "/scratch2/NCEPDEV/ensemble/save/Walter.Kolczynski/hpc-stack/modulefiles/stack")
--load(pathJoin("hpc", "1.2.0"))
--load(pathJoin("hpc-intel", "18.0.5.274"))
--load(pathJoin("hpc-miniconda3", "4.6.14"))
--load(pathJoin("ufswm", "1.0.0"))
--load(pathJoin("met", "9.1"))
--load(pathJoin("metplus", "3.1"))

whatis("Description: GFS run environment")

0 comments on commit 1266c36

Please sign in to comment.