Skip to content

Commit

Permalink
GitHub Issue NOAA-EMC#423. Replace ncio/1.0.0 with ncio/1.1.2 in gsi_…
Browse files Browse the repository at this point in the history
…common.lua and add commands to load ncio/1.1.2 from para for WCOSS2 in gsi_wcoss2.lua. Updated ncio version in ci/spack.yaml from 1.0.0 to 1.1.2.
  • Loading branch information
MichaelLueken committed Jul 8, 2022
1 parent 4949fcd commit 62320f7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci/spack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spack:
- sfcio@1.4.1
- nemsio@2.5.2
- wrf-io@1.2.0
- ncio@1.0.0
- ncio@1.1.2
- crtm@2.3.0
- gsi-ncdiag@1.0.0
view: true
Expand Down
2 changes: 1 addition & 1 deletion modulefiles/gsi_common.lua
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ local sigio_ver=os.getenv("sigio_ver") or "2.3.2"
local sfcio_ver=os.getenv("sfcio_ver") or "1.4.1"
local nemsio_ver=os.getenv("nemsio_ver") or "2.5.2"
local wrf_io_ver=os.getenv("wrf_io_ver") or "1.2.0"
local ncio_ver=os.getenv("ncio_ver") or "1.0.0"
local ncio_ver=os.getenv("ncio_ver") or "1.1.2"
local crtm_ver=os.getenv("crtm_ver") or "2.3.0"

load(pathJoin("netcdf", netcdf_ver))
Expand Down
7 changes: 7 additions & 0 deletions modulefiles/gsi_wcoss2.lua
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,12 @@ load(pathJoin("python", python_ver))
load(pathJoin("prod_util", prod_util_ver))

load("gsi_common")
unload("ncio")

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

load("ncio/1.1.2")

whatis("Description: GSI environment on WCOSS2")

0 comments on commit 62320f7

Please sign in to comment.