Skip to content

Commit

Permalink
link all subdir from fix/ to fix/nest except orog and ugwd
Browse files Browse the repository at this point in the history
  • Loading branch information
guoqing-noaa committed May 27, 2024
1 parent 7096944 commit 3cc7af4
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions sorc/link_workflow.sh
Original file line number Diff line number Diff line change
Expand Up @@ -137,14 +137,15 @@ for dir in aer \
mom6 \
sfc_climo \
verif \
wave
wave \
product \
gdas
do
if [[ -d "${dir}" ]]; then
[[ "${RUN_ENVIR}" == "nco" ]] && chmod -R 755 "${dir}"
rm -rf "${dir}"
fi
fix_ver="${dir}_ver"
${LINK_OR_COPY} "${FIX_DIR}/${dir}/${!fix_ver}" "${dir}"
ln -snf ../"${dir}" .
done
for dir in orog \
ugwd
Expand Down

0 comments on commit 3cc7af4

Please sign in to comment.