Skip to content

Commit

Permalink
Update ush/forecast_predet.sh
Browse files Browse the repository at this point in the history
Co-authored-by: Rahul Mahajan <aerorahul@users.noreply.github.com>
  • Loading branch information
JessicaMeixner-NOAA and aerorahul authored Jan 6, 2025
1 parent 7fa1b76 commit f5a61ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ush/forecast_predet.sh
Original file line number Diff line number Diff line change
Expand Up @@ -607,7 +607,7 @@ WW3_predet(){
${NCP} "${COMIN_WAVE_PREP}/${RUN}wave.mod_def.${waveGRD}" "${DATA}/mod_def.ww3" \
|| ( echo "FATAL ERROR: Failed to copy '${RUN}wave.mod_def.${waveGRD}' from '${COMIN_WAVE_PREP}'"; exit 1 )
# copy point weights file for unstructured grid if it exists
local wavpntwghtfile=${FIXgfs}/wave/pnt_wght.${waveGRD}.nc
local wavpntwghtfile="${FIXgfs}/wave/pnt_wght.${waveGRD}.nc"
if [[ -f "${wavpntwghtfile}" ]]; then
${NCP} "${wavpntwghtfile}" "${DATA}/pnt_wght.ww3.nc" \
|| ( echo "FATAL ERROR: Failed to copy '${wavpntwghtfile}'"; exit 1 )
Expand Down

0 comments on commit f5a61ab

Please sign in to comment.