Skip to content

Commit

Permalink
Rollback rdbfmsua build
Browse files Browse the repository at this point in the history
Turns off the loading of the gempak module on all machines, disabling
rdbfmsua. The gempak module creates conflicts with the bufr executable.
An alternative solution will need to be found to build both. Issue NOAA-EMC#54
has been opened to reenable rdbfmsua.

Resolves NOAA-EMC#53
Refs NOAA-EMC#54
  • Loading branch information
WalterKolczynski-NOAA committed Mar 18, 2024
1 parent ecabf5a commit 0d55a52
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion modulefiles/gfsutils_hera.intel.lua
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ load(pathJoin("cmake", cmake_ver))
load("gfsutils_common")

local gempak_ver=os.getenv("gempak_ver") or "7.4.2"
load(pathJoin("gempak", gempak_ver))
-- load(pathJoin("gempak", gempak_ver))

-- Used in rdbfmsua.f
setenv("gfortran_ROOT", "/apps/gnu/gcc-9.2.0")
Expand Down
2 changes: 1 addition & 1 deletion modulefiles/gfsutils_orion.intel.lua
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ load(pathJoin("cmake", cmake_ver))
load("gfsutils_common")

local gempak_ver=os.getenv("gempak_ver") or "7.5.1"
load(pathJoin("gempak", gempak_ver))
-- load(pathJoin("gempak", gempak_ver))

-- Used in rdbfmsua.f
setenv("gfortran_ROOT", "/apps/gcc-8/gcc-8.3.0")
Expand Down
2 changes: 1 addition & 1 deletion modulefiles/gfsutils_wcoss2.intel.lua
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ load(pathJoin("nemsio", nemsio_ver))
load(pathJoin("wrf_io", wrf_io_ver))
load(pathJoin("g2", g2_ver))
load(pathJoin("landsfcutil", landsfcutil_ver))
load(pathJoin("gempak", gempak_ver))
-- load(pathJoin("gempak", gempak_ver))
load(pathJoin("wgrib2", wgrib2_ver))

-- Used in rdbfmsua.f
Expand Down

0 comments on commit 0d55a52

Please sign in to comment.