Skip to content

Commit

Permalink
Bump up w3emc and ip versions on WCOSS2. (#1048)
Browse files Browse the repository at this point in the history
  • Loading branch information
WenMeng-NOAA committed Sep 20, 2024
1 parent aa7cdd0 commit a482226
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modulefiles/wcoss2.lua
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ load(pathJoin("zlib", zlib_ver))
g2_ver=os.getenv("g2_ver") or "3.5.1"
g2tmpl_ver=os.getenv("g2tmpl_ver") or "1.13.0"
bacio_ver=os.getenv("bacio_ver") or "2.4.1"
ip_ver=os.getenv("ip_ver") or "3.3.3"
ip_ver=os.getenv("ip_ver") or "4.0.0"
sp_ver=os.getenv("sp_ver") or "2.3.3"
crtm_ver=os.getenv("crtm_ver") or "2.4.0.1"
w3emc_ver=os.getenv("w3emc_ver") or "2.9.2"
w3emc_ver=os.getenv("w3emc_ver") or "2.12.0"
load(pathJoin("g2", g2_ver))
load(pathJoin("g2tmpl", g2tmpl_ver))
load(pathJoin("bacio", bacio_ver))
Expand Down

0 comments on commit a482226

Please sign in to comment.