
#

rm combo.html
more header.html > combo.html

echo "<br><center> This shows each recognized event. </center><br>" >> combo.html

echo "<br><center> .... JD169  Tuesday - June 18th 2013 .... </center><br>" >> combo.html

more M3_day.html | sed -e 's/172_C/169_A/g'  | sed -e 's/JD172_2013/JD169_2013/g'  \
		 | sed -e 's/COMMENT/A slow event in just the eastern talweg              /' >> combo.html
more M3_day.html | sed -e 's/172_C/169_B/g'  | sed -e 's/JD172_2013/JD169_2013/g'  \
		 | sed -e 's/COMMENT/A fast event in just the eastern talweg              /'  >> combo.html
more M3_day.html | sed -e 's/172_C/169_C/g'  | sed -e 's/JD172_2013/JD169_2013/g'  \
		 | sed -e 's/COMMENT/Not exactly sure if this is an event...             /'  >> combo.html
more M3_day.html | sed -e 's/172_C/169_D/g'  | sed -e 's/JD172_2013/JD169_2013/g'  \
		 | sed -e 's/COMMENT/Ditto for now....                                    /'  >> combo.html

echo "<br><center> .... JD170  Wednesday - June 19th 2013 .... </center><br>" >> combo.html

more M3_day.html | sed -e 's/172_C/170_C/g'  | sed -e 's/JD172_2013/JD170_2013/g'  \
		 | sed -e 's/COMMENT/A slow event in the middle talweg, followed by a pair of fast events in the middle and eastern talwegs       /'  >> combo.html

echo "<br><center> .... JD171  DayofWeek - June 20th 2013 .... </center><br>" >> combo.html

more M3_day.html | sed -e 's/172_C/171_A/g'  | sed -e 's/JD172_2013/JD171_2013/g'  \
		 | sed -e 's/COMMENT/                                                     /'  >> combo.html

echo "<br><center> .... JD172  DayofWeek - June 21st 2013 .... </center><br>" >> combo.html

more M3_day.html | sed -e 's/172_C/172_A/g'  | sed -e 's/JD172_2013/JD172_2013/g'  \
		 | sed -e 's/COMMENT/                                                     /'  >> combo.html
more M3_day.html | sed -e 's/172_C/172_B/g'  | sed -e 's/JD172_2013/JD172_2013/g'  \
		 | sed -e 's/COMMENT/  First of two flows that exhibit acoustic masking (=high density layer?) and a hydraulic jump. Note the second flow closely following  /'  >> combo.html
more M3_day.html | sed -e 's/172_C/172_C/g'  | sed -e 's/JD172_2013/JD172_2013/g'  \
		 | sed -e 's/COMMENT/ The second and larger of the two flows that exhibit hydraulic jumps and masking (and bedform migration) /'  >> combo.html
more M3_day.html | sed -e 's/172_C/172_D/g'  | sed -e 's/JD172_2013/JD172_2013/g'  \
		 | sed -e 's/COMMENT/                                                     /'  >> combo.html
more M3_day.html | sed -e 's/172_C/172_E/g'  | sed -e 's/JD172_2013/JD172_2013/g'  \
		 | sed -e 's/COMMENT/                                                     /'  >> combo.html
more M3_day.html | sed -e 's/172_C/172_F/g'  | sed -e 's/JD172_2013/JD172_2013/g'  \
		 | sed -e 's/COMMENT/                                                     /'  >> combo.html
more M3_day.html | sed -e 's/172_C/172_G/g'  | sed -e 's/JD172_2013/JD172_2013/g'  \
		 | sed -e 's/COMMENT/                                                     /'  >> combo.html

echo "<br><center> .... JD173  DayofWeek - June 22nd 2013 .... </center><br>" >> combo.html

more M3_day.html | sed -e 's/172_C/173_A/g'  | sed -e 's/JD172_2013/JD173_2013/g'  \
		 | sed -e 's/COMMENT/                                                     /'  >> combo.html
more M3_day.html | sed -e 's/172_C/173_B/g'  | sed -e 's/JD172_2013/JD173_2013/g'  \
		 | sed -e 's/COMMENT/                                                     /'  >> combo.html
more M3_day.html | sed -e 's/172_C/173_C/g'  | sed -e 's/JD172_2013/JD173_2013/g'  \
		 | sed -e 's/COMMENT/                                                     /'  >> combo.html
more M3_day.html | sed -e 's/172_C/173_D/g'  | sed -e 's/JD172_2013/JD173_2013/g'  \
		 | sed -e 's/COMMENT/                                                     /'  >> combo.html
more M3_day.html | sed -e 's/172_C/173_E/g'  | sed -e 's/JD172_2013/JD173_2013/g'  \
		 | sed -e 's/COMMENT/                                                     /'  >> combo.html



more trailer.html >> combo.html


cp combo.html M3_Imagery_2013.html 

