YYYY |
year |
Year of observation. |
MM |
month |
Month of observation. |
DD |
day |
Date of observation. Note that there are gaps in the data
records, so you should convert date and time to a time variable without
gaps. The Matlab function datenum
can help you with this. |
hh |
hour |
Time of observation. |
ATMP |
air_temperature |
Air temperature (Celsius). Missing data are flagged
with 999. In your analysis, you'll probably want to replace
missing values with NaN.
|
WTMP |
water_temperature |
Sea surface temperature (Celsius). Missing data are
flagged with 999. In your analysis, you'll probably want to
replace missing values with NaN. |
DEWP |
dew_point |
Dewpoint temperature taken at the same height as the air
temperature measurement. |
PRES |
atmos_press |
Sea level pressure (hPa). |
WSPD |
wind_speed |
Wind speed (m/s) averaged over an eight-minute period.
Reported Hourly. Missing data are flagged 99. |
WDIR |
wind_direction |
Wind direction (the direction the wind is coming from in
degrees clockwise from true N) during the same period used for WSPD. Missing
data are flagged 999. |
GST |
gust |
Peak 5 or 8 second gust speed (m/s) measured during the
eight-minute period. |
WVHT |
wvht |
Significant wave height (meters) is calculated as the average
of the highest one-third of all of the wave heights during the
20-minute sampling period. |
APD |
apd |
Average wave period (seconds) of all waves during the
20-minute period. |
DPD |
dpd |
Dominant wave period (seconds) is the period with the maximum
wave energy. |
MWD |
mwd |
Mean wave direction corresponding to energy of the dominant
period (DOMPD). The units are degrees from true North just like wind
direction. |
VIS |
visibility |
Station visibility (statute miles). |
TIDE |
tide |
The water level in feet above or below Mean Lower Low Water
(MLLW). |