Skip to content

Commit

Permalink
Merge branch 'dev-sci' into ejh_doc1
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewPyle-NOAA authored Sep 19, 2024
2 parents ba3116c + d596883 commit bba60d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modulefiles/wflow_hera.lua
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ load(pathJoin("stack-intel", os.getenv("stack_intel_ver") or "2021.5.0"))
load(pathJoin("stack-intel-oneapi-mpi", os.getenv("stack_impi_ver") or "2021.5.1"))
load(pathJoin("crtm", os.getenv("crtm_ver") or "2.4.0"))

prepend_path("MODULEPATH","/scratch1/NCEPDEV/nems/role.epic/miniconda3/modulefiles")
prepend_path("MODULEPATH","/contrib/miniconda3/modulefiles")
load(pathJoin("miniconda3", os.getenv("miniconda3_ver") or "4.12.0"))

if mode() == "load" then
LmodMsgRaw([===[Please do the following to activate conda:
> conda activate workflow_tools
> conda activate regional_workflow
]===])
end

0 comments on commit bba60d0

Please sign in to comment.