Skip to content

Commit

Permalink
Adjust FMS location and bump ufs_common.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianCurtis-NOAA committed Sep 20, 2024
1 parent cfbb044 commit d76f526
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion modulefiles/ufs_common.lua
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ local ufs_modules = {
{["netcdf-fortran"] = "4.6.1"},
{["parallelio"] = "2.5.10"},
{["esmf"] = "8.6.0"},
{["fms"] = "2023.04"},
{["fms"] = "2024.01"},
{["bacio"] = "2.4.1"},
{["crtm"] = "2.4.0"},
{["g2"] = "3.5.1"},
Expand Down
6 changes: 1 addition & 5 deletions modulefiles/ufs_wcoss2.intel.lua
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ local ufs_modules = {
{["netcdf-C"] = "4.9.2"},
{["pio-C"] = "2.5.10"},
{["esmf-C"] = "8.6.0"},
{["fms"] = "2024.01"},
{["bacio"] = "2.4.1"},
{["crtm"] = "2.4.0"},
{["g2"] = "3.5.1"},
Expand All @@ -46,11 +47,6 @@ for i = 1, #ufs_modules do
end
end

append_path("MODULEPATH","/apps/ops/prod/libs/modulefiles/mpi/intel/19.1.3.304/cray-mpich/8.1.9")
fms_ver=os.getenv("fms_ver") or "2024.01"
load(pathJoin("fms", fms_ver))


setenv("CC", "cc")
setenv("CXX", "CC")
setenv("FC", "ftn")
Expand Down

0 comments on commit d76f526

Please sign in to comment.