Skip to content

Commit

Permalink
Quiet UFS build module load
Browse files Browse the repository at this point in the history
Module loading in the UFS build script now sets +x first to turn off
the command trace.

Refs: NOAA-EMC#366, NOAA-EMC#368, NOAA-EMC#374
  • Loading branch information
WalterKolczynski-NOAA committed Jul 29, 2021
1 parent adb561c commit 6bf34cd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sorc/build_ufs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,10 @@ MOD_PATH=$cwd/ufs_model.fd/modulefiles
module purge

cd ufs_model.fd/
set +x
module use ${MOD_PATH}
module load ufs_${target}
set -x

# Remove previous build directory if it exists
if [ -d build ]; then
Expand Down

0 comments on commit 6bf34cd

Please sign in to comment.