Skip to content

Commit

Permalink
Add loading of MET and METplus for WCOSS2
Browse files Browse the repository at this point in the history
The needed additions to load MET and METplus for WCOSS2
have been added, along with a new tag checkout of
EMC_verif-global to support it.

Refs: NOAA-EMC#1575
  • Loading branch information
malloryprow committed Nov 30, 2023
1 parent af8b90b commit 533100c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
4 changes: 4 additions & 0 deletions modulefiles/module_base.wcoss2.lua
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,8 @@ 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")))

prepend_path("MODULEPATH", "/apps/ops/para/libs/modulefiles/compiler/intel/19.1.3.304")
load(pathJoin("met", os.getenv("met_ver")))
load(pathJoin("metplus", os.getenv("metplus_ver")))

whatis("Description: GFS run environment")
2 changes: 1 addition & 1 deletion sorc/checkout.sh
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ checkout "ufs_model.fd" "https://github.com/ufs-community/ufs-weather-model"
checkout "wxflow" "https://github.com/NOAA-EMC/wxflow" "528f5ab" &
checkout "gfs_utils.fd" "https://github.com/NOAA-EMC/gfs-utils" "a283262" &
checkout "ufs_utils.fd" "https://github.com/ufs-community/UFS_UTILS.git" "72a0471" &
checkout "verif-global.fd" "https://github.com/NOAA-EMC/EMC_verif-global.git" "14a0167" &
checkout "verif-global.fd" "https://github.com/NOAA-EMC/EMC_verif-global.git" "4ce50c3" &

if [[ ${checkout_gsi} == "YES" ]]; then
checkout "gsi_enkf.fd" "https://github.com/NOAA-EMC/GSI.git" "ca19008" "1" "NO" &
Expand Down
3 changes: 3 additions & 0 deletions versions/run.wcoss2.ver
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,6 @@ export prepobs_run_ver=1.0.1

export ens_tracker_ver=feature-GFSv17_com_reorg
export fit2obs_ver=1.0.0

export met_ver=9.1.3
export metplus_ver=3.1.1

0 comments on commit 533100c

Please sign in to comment.