Skip to content

Commit bb176f1

Browse files
Pointing the production location for python/3.12.0 on WCOSS2(renaming hafs_ve_ver to ve_hafs_ver)
1 parent d3c76a2 commit bb176f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modulefiles/gsi_wcoss2.intel.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@ local wrf_io_ver=os.getenv("wrf_io_ver") or "1.2.0"
2121
local ncio_ver=os.getenv("ncio_ver") or "1.1.2"
2222
local crtm_ver=os.getenv("crtm_ver") or "2.4.0.1"
2323
local ncdiag_ver=os.getenv("ncdiag_ver") or "1.1.2"
24-
local hafs_ve_ver=os.getenv("hafs_ve_ver") or "2.1"
24+
local ve_hafs_ver=os.getenv("ve_hafs_ver") or "2.1"
2525

2626
load(pathJoin("PrgEnv-intel", PrgEnv_intel_ver))
2727
load(pathJoin("intel", intel_ver))
2828
load(pathJoin("craype", craype_ver))
2929
load(pathJoin("cray-mpich", cray_mpich_ver))
3030
load(pathJoin("cmake", cmake_ver))
31-
load(pathJoin("ve/hafs", hafs_ve_ver))
31+
load(pathJoin("ve/hafs", ve_hafs_ver))
3232

3333
load(pathJoin("prod_util", prod_util_ver))
3434
load(pathJoin("hdf5-A", hdf5_ver))

0 commit comments

Comments
 (0)