Skip to content

Commit

Permalink
Add MOS modules for WCOSS2
Browse files Browse the repository at this point in the history
- Add mos_* module versions to run.wcoss2.ver
- Add mos_shared module load to module_base.wcoss2.lua

Refs NOAA-EMC#2068
  • Loading branch information
KateFriedman-NOAA committed Dec 12, 2023
1 parent ba88b81 commit 9b26bf0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions modulefiles/module_base.wcoss2.lua
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,7 @@ load(pathJoin("prepobs", os.getenv("prepobs_run_ver")))
prepend_path("MODULEPATH", pathJoin("/lfs/h2/emc/global/save/emc.global/git/Fit2Obs/v" .. os.getenv("fit2obs_ver"), "modulefiles"))
load(pathJoin("fit2obs", os.getenv("fit2obs_ver")))

append_path("MODULEPATH", pathJoin("/apps/ops/prod/nco/models/modulefiles"))
load(pathJoin("mos_shared", os.getenv("mos_shared_ver")))

whatis("Description: GFS run environment")
2 changes: 2 additions & 0 deletions versions/run.wcoss2.ver
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,5 @@ export prepobs_run_ver=1.0.1

export ens_tracker_ver=feature-GFSv17_com_reorg
export fit2obs_ver=1.0.0
export mos_ver=5.4.3
export mos_shared_ver=2.7.2

0 comments on commit 9b26bf0

Please sign in to comment.