Skip to content

Commit

Permalink
nco in tests/fv3_conf/cpld_docn_dice.IN rather than modulefiles
Browse files Browse the repository at this point in the history
  • Loading branch information
NickSzapiro-NOAA committed Jun 10, 2024
1 parent b6d8bec commit b05325e
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 9 deletions.
2 changes: 0 additions & 2 deletions modulefiles/ufs_common.lua
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,3 @@ for i = 1, #ufs_modules do
load(pathJoin(name, os.getenv(env_version_name) or default_version))
end
end

load("nco")
2 changes: 0 additions & 2 deletions modulefiles/ufs_derecho.gnu.lua
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ 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: 0 additions & 2 deletions modulefiles/ufs_derecho.intel.lua
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ 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
2 changes: 0 additions & 2 deletions modulefiles/ufs_wcoss2.intel.lua
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@ for i = 1, #ufs_modules do
end
end

load("nco")

setenv("CC", "cc")
setenv("CXX", "CC")
setenv("FC", "ftn")
Expand Down
2 changes: 1 addition & 1 deletion tests/fv3_conf/cpld_docn_dice.IN
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ fi

#CDEPS data files
#cp @[INPUTDATA_ROOT]/DOCN_DICE_cplhist/ufs.cpld.cpl*.nc INPUT
#module load nco
module load nco
ncrcat ../${DEP_RUN}${SUFFIX}/ufs.cpld.cpl.hi.ice*nc ./INPUT/ufs.cpld.cpl.hi.ice.nc
ncrcat ../${DEP_RUN}${SUFFIX}/ufs.cpld.cpl.hi.ocn*nc ./INPUT/ufs.cpld.cpl.hi.ocn.nc

Expand Down

0 comments on commit b05325e

Please sign in to comment.