Skip to content

Commit

Permalink
Found old netcdf being loaded in run_test.sh, fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianCurtis-NOAA committed Jan 15, 2025
1 parent 646bfa1 commit 24eecc5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/run_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,8 @@ cp "${PATHRT}/module-setup.sh" "module-setup.sh"

case ${MACHINE_ID} in
wcoss2|acorn)
module load intel/19.1.3.304 netcdf/4.7.4
module load nccmp
module load intel/19.1.3.304 netcdf/4.9.2
module load nccmp/1.9.0.1
;;
s4)
module use /data/prod/jedi/spack-stack/spack-stack-1.4.1/envs/ufs-pio-2.5.10/install/modulefiles/Core
Expand Down

0 comments on commit 24eecc5

Please sign in to comment.