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
 
(55 intermediate revisions by 5 users not shown)
Line 1: Line 1:
== Structure Function Processing Steps ==
To calculate the dissipation rate at a specific range bin and a specific time ensemble:


# Extract or compute the along-beam distance of the center of each bin [z<sub>b</sub>] and bin center separation [r0]
[[File:ADCPschematic SF.png|thumb|Schematic showing along-beam distance <math> r </math> and radial velocities. ]]
# Calculate the along-beam velocity fluctuations in each bin [v’(z<sub>b</sub>)]  
 
## If using burst sampling, calculations are done over the length of the burst if stationary 
# Extract or compute the [[along-beam bin center separation]] [<math>\delta r_0</math>] based on the instrument geometry
## If using continuous sampling, a time interval must be selected in which the flow can assumed to be stationary
# Calculate the [[along-beam velocity fluctuation]] time-series in each bin <math>n</math>, where [<math>b’(n, t_s)</math>] from the along-beam velocity data that has met the QC criteria (i.e. the data in Level 2 of the netcdf file).  Note <math> t_s </math> is the timeseries index within a segment.
## You can calculate the fluctuations around:
# Select the maximum distance (<math>r_{max}</math>) over which to compute the structure function based on conditions of the flow (e.g., expected max overturn, spectral range corresponding to <math> k^{-5/3} </math>). The corresponding number of bins is [<math>n_{\text{rmax}} = r_{max} / \delta r_0</math>]
### ''The mean of the time interval''
# Calculate the structure function <math>D_{ll}</math> for all possible bin separations <math>\delta</math> within <math>r_{max}</math> using either a [[bin-centred difference scheme]] or a [[forward-difference]] scheme.
### ''A linear detrend of the time interval''
# Perform a regression of <math>D_{ll}(n,\delta)</math> against <math>(\delta r)^{2/3}</math> for the appropriate range of bins and <math>\delta</math>r</sub> separation distances. Be aware of [[Regressing structure function against bin separation | special considerations for forward-difference, center-difference schemes]] in setting up the regression calculation.  The regression is typically done as a least-squares fit, either as: <br /><br /> <math>D_{ll} = a_0 + a_1 (\delta r)^{2/3}</math>;
### ''A low pass filtered signal''
:: or as
# Select the maximum distance over which to compute the structure function based on conditions of the flow (e.g., expected max overturn) [r<sub>max</sub>]  
:: <math>D_{ll} = a_0 + a_1 (\delta r)^{2/3}+a_3((\delta r)^{2/3})^3 </math> <br /><br /> the former being the [[canonical structure function method | canonical method]] that excludes non-turbulent velocity differences between bins, whereas the latter is a [[modified structure function method | modified method]] that includes non-turbulent velocity differences between bins due to any oscillatory signal (e.g. surface waves, motion of the ADCP on a mooring).
# Start at the first bin where z<sub>b</sub> >= r<sub>max</sub>/2
<ol type="1" start=6>
# Compute the centered difference of v’ along the beam for the first pair of bins on either side: v’(z+r<sub>0</sub>)-v’(z-r<sub>0</sub>)
<li> Use the coefficient <math>a_1</math> to calculate <math>\varepsilon</math> as <br /><br /> <math>\varepsilon = \left(\frac{a_1}{C_2}\right)^{2/3}</math> <br /><br /> where <math>C_2</math> is an [[ Structure function empirical constant | empirical constant]], typically taken as 2.0 or 2.1.  
# Compute the second order structure function D(z,r) = mean-square of the velocity fluctuation difference: D(z,2*r0) = mean(v’(z+r<sub>0</sub>)-v’(z-r<sub>0</sub>))2
</ol>
# Repeat steps 5-6 for all pairs of bins where the separation distance between bins r <= r<sub>max</sub>  
 
# With these data points, fit a line to the form D(z,r) = N + Ar<sup>2</sup>/3 to estimate values for A and N where A = Cv<sup>2</sup>ε<sup>2</sup>/3  and N is an estimate of the uncertainty due to noise.  
 
# 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
----
Next step:  [[Final data review (QA2) | Apply quality-control on dissipation rates (QA2)]] <br></br>
Previous step:[[Raw data review (QA1) | Apply quality-control on velocity time series data (QA1)]]<br></br>
Return to [[ADCP structure function flow chart| ADCP Flow Chart front page]]
 
 
[[Category:Velocity profilers]]

Latest revision as of 15:51, 30 May 2022

To calculate the dissipation rate at a specific range bin and a specific time ensemble:

Schematic showing along-beam distance [math]\displaystyle{ r }[/math] and radial velocities.
  1. Extract or compute the along-beam bin center separation [[math]\displaystyle{ \delta r_0 }[/math]] based on the instrument geometry
  2. Calculate the along-beam velocity fluctuation time-series in each bin [math]\displaystyle{ n }[/math], where [[math]\displaystyle{ b’(n, t_s) }[/math]] from the along-beam velocity data that has met the QC criteria (i.e. the data in Level 2 of the netcdf file). Note [math]\displaystyle{ t_s }[/math] is the timeseries index within a segment.
  3. Select the maximum distance ([math]\displaystyle{ r_{max} }[/math]) over which to compute the structure function based on conditions of the flow (e.g., expected max overturn, spectral range corresponding to [math]\displaystyle{ k^{-5/3} }[/math]). The corresponding number of bins is [[math]\displaystyle{ n_{\text{rmax}} = r_{max} / \delta r_0 }[/math]]
  4. Calculate the structure function [math]\displaystyle{ D_{ll} }[/math] for all possible bin separations [math]\displaystyle{ \delta }[/math] within [math]\displaystyle{ r_{max} }[/math] using either a bin-centred difference scheme or a forward-difference scheme.
  5. Perform a regression of [math]\displaystyle{ D_{ll}(n,\delta) }[/math] against [math]\displaystyle{ (\delta r)^{2/3} }[/math] for the appropriate range of bins and [math]\displaystyle{ \delta }[/math]r separation distances. Be aware of special considerations for forward-difference, center-difference schemes in setting up the regression calculation. The regression is typically done as a least-squares fit, either as:

    [math]\displaystyle{ D_{ll} = a_0 + a_1 (\delta r)^{2/3} }[/math];
or as
[math]\displaystyle{ D_{ll} = a_0 + a_1 (\delta r)^{2/3}+a_3((\delta r)^{2/3})^3 }[/math]

the former being the canonical method that excludes non-turbulent velocity differences between bins, whereas the latter is a modified method that includes non-turbulent velocity differences between bins due to any oscillatory signal (e.g. surface waves, motion of the ADCP on a mooring).
  1. Use the coefficient [math]\displaystyle{ a_1 }[/math] to calculate [math]\displaystyle{ \varepsilon }[/math] as

    [math]\displaystyle{ \varepsilon = \left(\frac{a_1}{C_2}\right)^{2/3} }[/math]

    where [math]\displaystyle{ C_2 }[/math] is an empirical constant, typically taken as 2.0 or 2.1.



Next step: Apply quality-control on dissipation rates (QA2)

Previous step: Apply quality-control on velocity time series data (QA1)

Return to ADCP Flow Chart front page