Skip to content

Commit

Permalink
Remove "bump" from gdas_sub list in link setup
Browse files Browse the repository at this point in the history
- No longer need to link bump fix files under /fix
directory via sorc/link_workflow.sh.

Refs NOAA-EMC#1552
  • Loading branch information
KateFriedman-NOAA committed May 1, 2023
1 parent a1d93de commit 1a2ad5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sorc/link_workflow.sh
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ if [[ -d "${script_dir}/gdas.cd" ]]; then
cd "${top_dir}/fix" || exit 1
[[ ! -d gdas ]] && mkdir -p gdas
cd gdas || exit 1
for gdas_sub in bump crtm fv3jedi gsibec; do
for gdas_sub in crtm fv3jedi gsibec; do
if [[ -d "${gdas_sub}" ]]; then
rm -rf "${gdas_sub}"
fi
Expand Down

0 comments on commit 1a2ad5f

Please sign in to comment.