Skip to content

Commit

Permalink
Remove para module paths for ncdiag on WCOSS2 (NOAA-EMC#1437)
Browse files Browse the repository at this point in the history
The ncdiag/1.0.0 module moved from para to prod on WCOSS2 on March 27th (RFC 10769).

* Remove para module paths for ncdiag on WCOSS2 in global-workflow module_base.wcoss2.lua
* Update GSI-EnKF hash to update ncio and ncdiag
* Update GSI-Monitor hash to update ncdiag

Refs NOAA-EMC#1426
  • Loading branch information
KateFriedman-NOAA authored Mar 31, 2023
1 parent 88e091a commit 0d1e993
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 11 deletions.
4 changes: 2 additions & 2 deletions Externals.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ protocol = git
required = True

[GSI-EnKF]
hash = 31b8b29
hash = 113e307
local_path = sorc/gsi_enkf.fd
repo_url = https://github.com/NOAA-EMC/GSI.git
protocol = git
Expand All @@ -43,7 +43,7 @@ protocol = git
required = False

[GSI-Monitor]
hash = c64cc47
hash = 8cf16de
local_path = sorc/gsi_monitor.fd
repo_url = https://github.com/NOAA-EMC/GSI-monitor.git
protocol = git
Expand Down
9 changes: 2 additions & 7 deletions modulefiles/module_base.wcoss2.lua
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,11 @@ load(pathJoin("prod_util", "2.0.9"))
load(pathJoin("grib_util", "1.2.3"))
load(pathJoin("bufr_dump", "1.0.0"))
load(pathJoin("util_shared", "1.4.0"))
load(pathJoin("crtm", "2.4.0"))
load(pathJoin("g2tmpl", "1.9.1"))
load(pathJoin("ncdiag", "1.0.0"))
load(pathJoin("crtm", "2.4.0"))
load(pathJoin("wgrib2", "2.0.7"))

pushenv("HPC_OPT", "/apps/ops/para/libs")
append_path("MODULEPATH", "/apps/ops/para/libs/modulefiles/compiler/intel/19.1.3.304")
append_path("MODULEPATH", "/apps/ops/para/libs/modulefiles/mpi/intel/19.1.3.304/cray-mpich/8.1.7")

load("ncdiag/1.0.0")

prepend_path("MODULEPATH", pathJoin("/lfs/h2/emc/global/save/emc.global/git/prepobs/v1.0.1/modulefiles"))
load(pathJoin("prepobs", "1.0.1"))

Expand Down
4 changes: 2 additions & 2 deletions sorc/checkout.sh
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ checkout "ufs_model.fd" "https://github.com/ufs-community/ufs-weather-model"
checkout "verif-global.fd" "https://github.com/NOAA-EMC/EMC_verif-global.git" "c267780" ; errs=$((errs + $?))

if [[ ${checkout_gsi} == "YES" ]]; then
checkout "gsi_enkf.fd" "https://github.com/NOAA-EMC/GSI.git" "31b8b29" "NO"; errs=$((errs + $?))
checkout "gsi_enkf.fd" "https://github.com/NOAA-EMC/GSI.git" "113e307" "NO"; errs=$((errs + $?))
fi

if [[ ${checkout_gdas} == "YES" ]]; then
Expand All @@ -170,7 +170,7 @@ fi

if [[ ${checkout_gsi} == "YES" || ${checkout_gdas} == "YES" ]]; then
checkout "gsi_utils.fd" "https://github.com/NOAA-EMC/GSI-Utils.git" "322cc7b"; errs=$((errs + $?))
checkout "gsi_monitor.fd" "https://github.com/NOAA-EMC/GSI-Monitor.git" "c64cc47"; errs=$((errs + $?))
checkout "gsi_monitor.fd" "https://github.com/NOAA-EMC/GSI-Monitor.git" "8cf16de"; errs=$((errs + $?))
checkout "gldas.fd" "https://github.com/NOAA-EMC/GLDAS.git" "fd8ba62"; errs=$((errs + $?))
fi

Expand Down

0 comments on commit 0d1e993

Please sign in to comment.