Skip to content

Commit

Permalink
Update ush/forecast_predet.sh
Browse files Browse the repository at this point in the history
Co-authored-by: David Huber <[email protected]>
  • Loading branch information
JessicaMeixner-NOAA and DavidHuber-NOAA authored Dec 30, 2024
1 parent b1b7cd0 commit 521f4d3
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 @@ -629,7 +629,7 @@ WW3_predet(){
#if shel, only 1 waveGRD which is linked to mod_def.ww3
${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
# copy point weights file for unstructured grid if it exists
local wavpntwghtfile=${FIXgfs}/wave/pnt_wght.${waveGRD}.nc
if [[ -f "${wavpntwghtfile}" ]]; then
${NCP} "${wavpntwghtfile}" "${DATA}/pnt_wght.ww3.nc" \
Expand Down

0 comments on commit 521f4d3

Please sign in to comment.