Skip to content

Commit

Permalink
load("nco") for modulefiles/ufs_derecho*
Browse files Browse the repository at this point in the history
  • Loading branch information
NickSzapiro-NOAA committed Jun 8, 2024
1 parent f9ff036 commit 69b4432
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modulefiles/ufs_derecho.gnu.lua
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ load(pathJoin("cmake", cmake_ver))
stack_python_ver=os.getenv("stack_python_ver") or "3.10.8"
load(pathJoin("stack-python", stack_python_ver))

load("nco")

setenv("CMAKE_Platform", "derecho.gnu")
load("ufs-weather-model-env")

Expand Down
2 changes: 2 additions & 0 deletions modulefiles/ufs_derecho.intel.lua
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ load(pathJoin("cmake", cmake_ver))
stack_python_ver=os.getenv("stack_python_ver") or "3.10.8"
load(pathJoin("stack-python", stack_python_ver))

load("nco")

setenv("CMAKE_Platform", "derecho.intel")
load("ufs-weather-model-env")

Expand Down

0 comments on commit 69b4432

Please sign in to comment.