Skip to content

Commit

Permalink
Updated g2 and g2tmpl versions in WCOSS2 module files
Browse files Browse the repository at this point in the history
  • Loading branch information
lipan-NOAA committed Aug 12, 2024
1 parent 0a26d97 commit 436de2b
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 @@ -23,8 +23,8 @@ load(pathJoin("jasper", jasper_ver))
load(pathJoin("libpng", libpng_ver))
load(pathJoin("zlib", zlib_ver))

g2_ver=os.getenv("g2_ver") or "3.4.5"
g2tmpl_ver=os.getenv("g2tmpl_ver") or "1.12.0"
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"
sp_ver=os.getenv("sp_ver") or "2.3.3"
Expand Down

0 comments on commit 436de2b

Please sign in to comment.