<p> </p>
<div style="background-color: rgb(255, 255, 255); padding-top: 5px; padding-right: 5px; padding-bottom: 5px; padding-left: 5px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-family: Arial, Verdana, sans-serif; font-size: 12px; ">
<ol>
<li>Concatenate daily 1 minute files into one file for whole cruise</li>
<li>Edit file for obvious bad data, i.e., missing data, garbage characters, etc.</li>
<li>Run program which reformats data. Output parameters:<br />
Year day, lat, long, Speed made good, course made good, gyro 1 & 2, Edo speed, Edo indicator, port wind speed, starboard ws, port wind azimuth, starboard waz, air temp, relative humidity, barometric pressure, sea surface temp @5m & 1m depth, Edo depth, Chirp sonar depth.</li>
<li>Put plots of all parameters on screen and look for obvious single bad points. Edit in basic concatenated file. Except I have not edited depths.</li>
<li>Iterate steps 2-4 until no more obvious bad points.</li>
<li>Run second program which computes true wind speed and direction from speed and course made good, gyros, larger of port or starboard ws and accompanying wind azimuth. Outputs are year day, lat lon, speed and course made good, gyro, relative ws and direction, true ws and direction, air temp, relative humidity, barometric pressure, short- and long-wave radiation,5m and 1m sea surface temps, Edo depth, Chirp sonar depth, Edo speed, Edo indicator.</li>
<li>Check plots of true wind speed and direction to make sure they look ok.</li>
<li>Run vector averaging program which produces 60 minute series. The program uses 60 consecutive records and does not check for missing records. I have not carried depths since hourly averages do not seem useful nor Edo speeds since they seem pretty generally useless. Output parameters are: Year day, lat, long, true wind speed and direction, air temp, relative humidity, barometric pressure, short- and long-wave radiation, sea surface temp @ 5m & 1m.</li>
</ol>
<pre>
Edo depth error correction: replace bad value with previous value.
Cruise Exp Spds Dirs AT RH BP SST SSC SWR Prec
OC297 GLOBEC Uncor Uncor NoisyBad Good Noisy Good Good Bad </pre>
</div>