Skip to content

Commit

Permalink
Update exwave_post_sbs.sh
Browse files Browse the repository at this point in the history
Removing obsolete nm variable entries
  • Loading branch information
ajhenrique committed Jun 15, 2020
1 parent 58d1139 commit 295cd05
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions scripts/exwave_post_sbs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -541,7 +541,6 @@
if [ "$DOGRI_WAV" = 'YES' ]
then
nigrd=1
if [ ${CFP_MP:-"NO"} = "YES" ]; then nm=0 ; fi # Counter for MP CFP
for grdID in $waveinterpGRD
do
case $grdID in
Expand All @@ -562,7 +561,6 @@
echo "${GRIBDATA}/${fcmdigrd}.${nigrd}" >> ${fcmdnow}
chmod 744 ${fcmdigrd}.${nigrd}
nigrd=$((nigrd+1))
if [ ${CFP_MP:-"NO"} = "YES" ]; then nm=`expr $nm + 1` ; fi # Increment counter for fcmdigrd
done
fi

Expand Down Expand Up @@ -625,7 +623,6 @@
if [ "$DOBLL_WAV" = 'YES' ]
then
export dtspec=3600.
if [ ${CFP_MP:-"NO"} = "YES" ]; then nm=0 ; fi # Counter for MP CFP
for buoy in $buoys
do
echo "$USHwave/wave_outp_spec.sh $buoy $ymdh bull > bull_$buoy.out 2>&1" >> ${fcmdnow}
Expand Down

0 comments on commit 295cd05

Please sign in to comment.