Admiralty Inlet Advanced Turbulence Measurements: May 2015
Department of Energy
@usgov.doe_gov_admiralty_inlet_advanced_turbulence_measuremen_cb357d90
Department of Energy
@usgov.doe_gov_admiralty_inlet_advanced_turbulence_measuremen_cb357d90
This data is from measurements at Admiralty Head, in Admiralty Inlet (Puget Sound) in May of 2015. The measurements were made using Inertial Motion Unit (IMU) equipped ADVs mounted on a 'StableMoor' (Manufacturer: DeepWater Buoyancy) buoy and a Tidal Turbulence Mooring (TTM). These platforms position ADV heads above the seafloor to make mid-depth turbulence measurements. The inertial measurements from the IMU allows for removal of mooring motion in post processing.
The mooring and buoy motion has been removed from the stream-wise and vertical velocity signals (u, w). The lateral (v) velocity has some 'persistent motion contamination' due to mooring sway.
The TTM was deployed with one ADV, it's position was: 48 09.145', -122 41.209'
The StableMoor was deployed twice, the first time it was deployed in 'wing-mode' with two ADVs ('Port' and 'Star') at: 48 09.166', -122 41.173'
The second StableMoor deployment was in 'Nose' mode with one ADV at: 48 09.166', -122 41.174'
Motion correction and rotation into the ENU earth reference frame was performed using the Python-based open source DOLfYN library (http://lkilcher.github.io/dolfyn/). Details on motion correction can be found there.
Additional details on TTM measurements at this site can be found in the included Marine Energy Technology Symposium paper.
Organization: Department of Energy
Last updated: 2025-01-11T23:21:50.914404
Tags: acceleration, admiralty-inlet, adv, angular-rate, buoy, code, data, deepwater-buoyancy, dolfyn, effectiveness, energy, field-test, hydrokinetic, imu, marine, matlab, measurement, measurements, mhk, mid-depth-turbulence, nortek-vector, nrel, ocean, pnnl, power, pre-processed, processed-data, puget-sound, python, raw-data, resource, safety, stablemoor, technology, tidal-turbulence-mooring, ttm, turbulence, university-of-washington, vec, vector-files, water-velocity
CREATE TABLE stablemoor_nose_5min_averages (
"n__date_time_us_pacific" TIMESTAMP -- # Date+Time (US/Pacific),
"n__u_true_east_m_s" DOUBLE -- U (true East M/s),
"n__v_true_north_m_s" DOUBLE -- V (true North M/s),
"n__w_up_m_s" DOUBLE -- W (up M/s),
"n__turbulence_intensity" VARCHAR -- Turbulence Intensity
);CREATE TABLE stablemoor_starboard_adv_5min_averages (
"n__date_time_us_pacific" TIMESTAMP -- # Date+Time (US/Pacific),
"n__u_true_east_m_s" DOUBLE -- U (true East M/s),
"n__v_true_north_m_s" DOUBLE -- V (true North M/s),
"n__w_up_m_s" DOUBLE -- W (up M/s),
"n__turbulence_intensity" VARCHAR -- Turbulence Intensity
);CREATE TABLE ttm_5min_averages (
"n__date_time_us_pacific" TIMESTAMP -- # Date+Time (US/Pacific),
"n__u_true_east_m_s" DOUBLE -- U (true East M/s),
"n__v_true_north_m_s" DOUBLE -- V (true North M/s),
"n__w_up_m_s" DOUBLE -- W (up M/s),
"n__turbulence_intensity" VARCHAR -- Turbulence Intensity
);Anyone who has the link will be able to view this.