Skip to content

Commit

Permalink
update to read pnt wght file in regtests
Browse files Browse the repository at this point in the history
  • Loading branch information
JessicaMeixner-NOAA committed Dec 13, 2024
1 parent 5435c98 commit 1a8753a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions regtests/bin/run_cmake_test
Original file line number Diff line number Diff line change
Expand Up @@ -1358,6 +1358,16 @@ fi
done
fi

# copy pnt weight files from input to work directory
pntwghtfile=`\ls $path_i/pnt_wght.*.nc 2>/dev/null`
if [ ! -z "$pntwghtfile" ]; then
for pntwghtnc in $pntwghtfile
do
cp $pntwghtnc .
echo "copying $pntwghtnc to $path_w"
done
fi

if [ $multi -ge 1 ]
then
prog=ww3_multi
Expand Down

0 comments on commit 1a8753a

Please sign in to comment.