@@ -618,13 +618,13 @@ source "${USHgfs}/preamble.sh"
618
618
if [ ${CFP_MP:- " NO" } = " YES" ] && [ " $DOBLL_WAV " = " YES" ]; then
619
619
if [ " $DOBNDPNT_WAV " = YES ]; then
620
620
if [ " $DOSPC_WAV " = YES ]; then
621
- echo " $nm ${USHgfs} /wave_tar.sh $WAV_MOD_TAG ibp $Nb > ${WAV_MOD_TAG} _spec_tar .out 2>&1 " >> cmdtarfile
621
+ echo " $nm ${USHgfs} /wave_tar.sh $WAV_MOD_TAG ibp $Nb > ${WAV_MOD_TAG} _ibp_tar .out 2>&1 " >> cmdtarfile
622
622
nm=$(( nm + 1 ))
623
623
fi
624
624
if [ " $DOBLL_WAV " = YES ]; then
625
- echo " $nm ${USHgfs} /wave_tar.sh $WAV_MOD_TAG ibpbull $Nb > ${WAV_MOD_TAG} _spec_tar .out 2>&1 " >> cmdtarfile
625
+ echo " $nm ${USHgfs} /wave_tar.sh $WAV_MOD_TAG ibpbull $Nb > ${WAV_MOD_TAG} _ibpbull_tar .out 2>&1 " >> cmdtarfile
626
626
nm=$(( nm + 1 ))
627
- echo " $nm ${USHgfs} /wave_tar.sh $WAV_MOD_TAG ibpcbull $Nb > ${WAV_MOD_TAG} _spec_tar .out 2>&1 " >> cmdtarfile
627
+ echo " $nm ${USHgfs} /wave_tar.sh $WAV_MOD_TAG ibpcbull $Nb > ${WAV_MOD_TAG} _ibpcbull_tar .out 2>&1 " >> cmdtarfile
628
628
nm=$(( nm + 1 ))
629
629
fi
630
630
else
@@ -633,28 +633,28 @@ source "${USHgfs}/preamble.sh"
633
633
nm=$(( nm + 1 ))
634
634
fi
635
635
if [ " $DOBLL_WAV " = YES ]; then
636
- echo " $nm ${USHgfs} /wave_tar.sh $WAV_MOD_TAG bull $Nb > ${WAV_MOD_TAG} _spec_tar .out 2>&1 " >> cmdtarfile
636
+ echo " $nm ${USHgfs} /wave_tar.sh $WAV_MOD_TAG bull $Nb > ${WAV_MOD_TAG} _bull_tar .out 2>&1 " >> cmdtarfile
637
637
nm=$(( nm + 1 ))
638
- echo " $nm ${USHgfs} /wave_tar.sh $WAV_MOD_TAG cbull $Nb > ${WAV_MOD_TAG} _spec_tar .out 2>&1 " >> cmdtarfile
638
+ echo " $nm ${USHgfs} /wave_tar.sh $WAV_MOD_TAG cbull $Nb > ${WAV_MOD_TAG} _cbull_tar .out 2>&1 " >> cmdtarfile
639
639
nm=$(( nm + 1 ))
640
640
fi
641
641
fi
642
642
else
643
643
if [ " $DOBNDPNT_WAV " = YES ]; then
644
644
if [ " $DOSPC_WAV " = YES ]; then
645
- echo " ${USHgfs} /wave_tar.sh $WAV_MOD_TAG ibp $Nb > ${WAV_MOD_TAG} _spec_tar .out 2>&1 " >> cmdtarfile
645
+ echo " ${USHgfs} /wave_tar.sh $WAV_MOD_TAG ibp $Nb > ${WAV_MOD_TAG} _ibp_tar .out 2>&1 " >> cmdtarfile
646
646
fi
647
647
if [ " $DOBLL_WAV " = YES ]; then
648
- echo " ${USHgfs} /wave_tar.sh $WAV_MOD_TAG ibpbull $Nb > ${WAV_MOD_TAG} _spec_tar .out 2>&1 " >> cmdtarfile
649
- echo " ${USHgfs} /wave_tar.sh $WAV_MOD_TAG ibpcbull $Nb > ${WAV_MOD_TAG} _spec_tar .out 2>&1 " >> cmdtarfile
648
+ echo " ${USHgfs} /wave_tar.sh $WAV_MOD_TAG ibpbull $Nb > ${WAV_MOD_TAG} _ibpbull_tar .out 2>&1 " >> cmdtarfile
649
+ echo " ${USHgfs} /wave_tar.sh $WAV_MOD_TAG ibpcbull $Nb > ${WAV_MOD_TAG} _ibpcbull_tar .out 2>&1 " >> cmdtarfile
650
650
fi
651
651
else
652
652
if [ " $DOSPC_WAV " = YES ]; then
653
653
echo " ${USHgfs} /wave_tar.sh $WAV_MOD_TAG spec $Nb > ${WAV_MOD_TAG} _spec_tar.out 2>&1 " >> cmdtarfile
654
654
fi
655
655
if [ " $DOBLL_WAV " = YES ]; then
656
- echo " ${USHgfs} /wave_tar.sh $WAV_MOD_TAG bull $Nb > ${WAV_MOD_TAG} _spec_tar .out 2>&1 " >> cmdtarfile
657
- echo " ${USHgfs} /wave_tar.sh $WAV_MOD_TAG cbull $Nb > ${WAV_MOD_TAG} _spec_tar .out 2>&1 " >> cmdtarfile
656
+ echo " ${USHgfs} /wave_tar.sh $WAV_MOD_TAG bull $Nb > ${WAV_MOD_TAG} _bull_tar .out 2>&1 " >> cmdtarfile
657
+ echo " ${USHgfs} /wave_tar.sh $WAV_MOD_TAG cbull $Nb > ${WAV_MOD_TAG} _cbull_tar .out 2>&1 " >> cmdtarfile
658
658
fi
659
659
fi
660
660
fi
0 commit comments