Skip to content

Commit

Permalink
Update sorc/link_workflow.sh
Browse files Browse the repository at this point in the history
Co-authored-by: Walter Kolczynski - NOAA <[email protected]>
  • Loading branch information
aerorahul and WalterKolczynski-NOAA authored Dec 11, 2024
1 parent c1e01f8 commit d3e76a6
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 @@ -319,7 +319,7 @@ for sys in "${!wave_systems[@]}"; do
if [[ -s "${target_ww3_exe}" ]]; then
rm -f "${target_ww3_exe}"
fi
${LINK_OR_COPY} "${HOMEgfs}/sorc/ufs_model.fd/WW3/install/${build_loc}/bin/${ww3exe}.x" "${HOMEgfs}/exec/${target_ww3_exe}"
${LINK_OR_COPY} "${HOMEgfs}/sorc/ufs_model.fd/WW3/install/${build_loc}/bin/${ww3exe}" "${HOMEgfs}/exec/${target_ww3_exe}"
done
fi
done
Expand Down

0 comments on commit d3e76a6

Please sign in to comment.