Skip to content

Commit

Permalink
Update pyenv on Hera and Orion (NOAA-EMC#1661)
Browse files Browse the repository at this point in the history
Switches the runtime pyenv from ufswm to gfs_workflow on Hera and
Orion. gfs_workflow is the new one created just for workflow and is
the target going forward. CI modules have already been using it.
  • Loading branch information
WalterKolczynski-NOAA authored Jun 2, 2023
1 parent 1c40edf commit 72650dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modulefiles/module_base.hera.lua
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ prepend_path("MODULEPATH", "/scratch2/NCEPDEV/ensemble/save/Walter.Kolczynski/hp
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("gfs_workflow", "1.0.0"))
load(pathJoin("met", "9.1"))
load(pathJoin("metplus", "3.1"))

Expand Down
2 changes: 1 addition & 1 deletion modulefiles/module_base.orion.lua
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ prepend_path("MODULEPATH", "/work2/noaa/global/wkolczyn/save/hpc-stack/modulefil
load(pathJoin("hpc", "1.2.0"))
load(pathJoin("hpc-intel", "2018.4"))
load(pathJoin("hpc-miniconda3", "4.6.14"))
load(pathJoin("ufswm", "1.0.0"))
load(pathJoin("gfs_workflow", "1.0.0"))
load(pathJoin("met", "9.1"))
load(pathJoin("metplus", "3.1"))

Expand Down

0 comments on commit 72650dd

Please sign in to comment.