Processing your ADCP data using structure function techniques: Difference between revisions
From Atomix
Yuengdjern (talk | contribs) No edit summary |
Yuengdjern (talk | contribs) No edit summary |
||
Line 17: | Line 17: | ||
# Solve for ε using Cv<sup>2</sup> = 2.1 | # Solve for ε using Cv<sup>2</sup> = 2.1 | ||
# Repeat the steps in (5) – (9) for each bin until z<sub>b</sub> + r<sub>max</sub>/2 >= end of profile | # Repeat the steps in (5) – (9) for each bin until z<sub>b</sub> + r<sub>max</sub>/2 >= end of profile | ||
Return to [[ADCP structure function flow chart| ADCP Flow Chart front page]] |
Revision as of 13:34, 22 September 2021
Structure Function Processing Steps
- Extract or compute the along-beam distance of the center of each bin [zb] and bin center separation [r0]
- Calculate the along-beam velocity fluctuations in each bin [v’(zb)]
- If using burst sampling, calculations are done over the length of the burst if stationary
- If using continuous sampling, a time interval must be selected in which the flow can assumed to be stationary
- You can calculate the fluctuations around:
- The mean of the time interval
- A linear detrend of the time interval
- A low pass filtered signal
- Select the maximum distance over which to compute the structure function based on conditions of the flow (e.g., expected max overturn) [rmax]
- Start at the first bin where zb >= rmax/2
- Compute the centered difference of v’ along the beam for the first pair of bins on either side: v’(z+r0)-v’(z-r0)
- Compute the second order structure function D(z,r) = mean-square of the velocity fluctuation difference: D(z,2*r0) = mean(v’(z+r0)-v’(z-r0))2
- Repeat steps 5-6 for all pairs of bins where the separation distance between bins r <= rmax
- With these data points, fit a line to the form D(z,r) = N + Ar2/3 to estimate values for A and N where A = Cv2ε2/3 and N is an estimate of the uncertainty due to noise.
- Solve for ε using Cv2 = 2.1
- Repeat the steps in (5) – (9) for each bin until zb + rmax/2 >= end of profile
Return to ADCP Flow Chart front page