Skip to content

Commit

Permalink
Revert buggy optimization for finding IBP points
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidHuber-NOAA committed Jun 7, 2024
1 parent fbf73b5 commit 670a7ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/exgfs_wave_post_pnt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ source "${USHgfs}/preamble.sh"
cp -f ${PARMgfs}/wave/wave_${NET}.buoys buoy.loc.temp
if [ "$DOBNDPNT_WAV" = YES ]; then
#only do boundary points
sed -n '/^\$.*IBP.*/!p' buoy.loc.temp > buoy.loc || {
sed -n '/^\$.*/!p' buoy.loc.temp | grep IBP > buoy.loc || {
echo "WARNING: No boundary points found in buoy file ${PARMgfs}/wave/wave_${NET}.buoys"
echo " Ending job without doing anything."
exit 0
Expand Down

0 comments on commit 670a7ef

Please sign in to comment.