Skip to content

Commit

Permalink
Update to esmf v8.4 on orion.
Browse files Browse the repository at this point in the history
Fixes #633.
  • Loading branch information
GeorgeGayno-NOAA committed Jan 31, 2023
1 parent e4b0d27 commit 220ca48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modulefiles/build.orion.intel.lua
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ load(pathJoin("netcdf", netcdf_ver))
nccmp_ver=os.getenv("nccmp_ver") or "1.8.9.0"
load(pathJoin("nccmp", nccmp_ver))

esmf_ver=os.getenv("esmf_ver") or "8.2.0"
esmf_ver=os.getenv("esmf_ver") or "8.4.0b08"
load(pathJoin("esmf", esmf_ver))

nco_ver=os.getenv("nco_ver") or "4.9.3"
Expand Down

0 comments on commit 220ca48

Please sign in to comment.