Flow chart for shear probes: Difference between revisions

From Atomix
Aleboyer (talk | contribs)
No edit summary
Aleboyer (talk | contribs)
 
(23 intermediate revisions by the same user not shown)
Line 1: Line 1:


The processing of shear-probe data can be divided into the following five major steps and these steps apply to data collected with any platform or vehicle. There are many sub-steps to these major steps. The major steps are:
The processing of shear-probe data can be divided into five major steps, which apply to data collected with any platform or vehicle. There are many sub-steps to these major steps. The major steps are:


__TOC__
__TOC__


== Conversion to physical units ==
== Conversion to physical units ==
<div class="mw-collapsible" id="physical units" data-collapsetext="Collapsed" data-expandtext="Expand conditions">
<div class="mw-collapsible mw-collapsed" id="physical units" data-collapsetext="Collapse" data-expandtext="Expand">
<br>
<br>
As a first step, the raw binary data needs to be transformed into physical units.
As a first step, the raw binary data needs to be transformed into physical units.
Line 12: Line 12:
:#  [[Convert the shear probe data]] samples into physical units
:#  [[Convert the shear probe data]] samples into physical units
:#  Convert all other signals per the recommendations of the manufacturer of the sensor or instruments that produce these signals.
:#  Convert all other signals per the recommendations of the manufacturer of the sensor or instruments that produce these signals.
Please note that most choices made must be included in a data set, as described
in the [[Netcdf meta data (shear probes)|list of meta data]].
</div>
</div>




Please note that most choices made must be included in a data set, as described
== "Section" selection ==
in the [[Netcdf meta data (shear probes)|list of meta data]].
<div class="mw-collapsible mw-collapsed" id="Section" data-collapsetext="Collapse" data-expandtext="Expand">
== "Section" selection ==
<div class="mw-collapsible" id="Section" data-collapsetext="Collapse" data-expandtext="Expand">
<br>
<br>
Before you can process your shear-probe data to derive the rate of dissipation you must select the [[section]] of data that you wish to process. For a vertically profiling instrument, this is traditionnally referred to as a "profile". We adopt the term "section" as this is platform independent and will include time series for dissipation estimates along horizontal or slanted trajectories as well as from moored shear probes. You must make sure that the selection is meaningful and sensible. For example, the shear probe must be profiling through the water with a speed, direction, and orientation that is fairly stationary. The selection of data can be partially automated by requiring that the kinematics of your instrument achieve certain minimum criteria. The steps to section selection are as follows:  
Before you can process your shear-probe data to derive the rate of dissipation you must select the [[section]] of data that you wish to process. For a vertically profiling instrument, this is traditionnally referred to as a "profile". We adopt the term "section" as this is platform independent and will include time series for dissipation estimates along horizontal or slanted trajectories as well as from moored shear probes. You must make sure that the selection is meaningful and sensible. For example, the shear probe must be profiling through the water with a speed, direction, and orientation that is fairly stationary. The selection of data can be partially automated by requiring that the kinematics of your instrument achieve certain minimum criteria. The steps to section selection are as follows:  
Line 35: Line 35:




==     Choosing the [[processing parameters]] ==
== Choosing the [[processing parameters]] ==
<div class="mw-collapsible" id="processing parameters" data-collapsetext="Collapse" data-expandtext="Expand">
<div class="mw-collapsible mw-collapsed" id="processing parameters" data-collapsetext="Collapse" data-expandtext="Expand">
<br>
<br>
:* Choose the length of data (in meters) used for each dissipation estimate – [[diss-length]].  
:# Choose the lowest wavenumber of spectral estimation (as a function of the vehicle's length) – [[fft-length]].
:* Choose the lowest wavenumber of spectral estimation [[fft-length]].
:# Choose the length of data (in meters) used for each dissipation estimate – [[diss-length]].
:* Translate [[diss-length]] and [[fft-length]] into [[duration]] (time).
:# Choose a [[high-pass filter cut-off frequency]] to be consistent with duration of the [[fft-length]].
:* Round these up to [[nearest power-of-two number]] of samples.
:# Choose [[de-spiking parameters]].
:* Choose a [[high-pass filter cut-off frequency]] to be consistent with duration of the [[fft-length]].  
:# Choose [[vibration-coherent noise removal]].
:* Choose [[de-spiking parameters]].  
:# Choose [[quality-control parameters]].
:* Choose [[vibration-coherent noise removal]].




Line 52: Line 51:
</div>
</div>


==      Compute the [[dissipation rate estimates]] ==


<div class="mw-collapsible" id="estimates" data-collapsetext="Collapse" data-expandtext="Expand">
== Compute the [[dissipation rate estimates]] ==
<div class="mw-collapsible mw-collapsed" id="estimates" data-collapsetext="Collapse" data-expandtext="Expand">
<br>
<br>
The following steps are recommended to obtain estimates of the turbulent dissipation rate of kinetic energy (<math>\varepsilon</math>).   
The following steps are recommended to obtain estimates of the turbulent dissipation rate of kinetic energy (<math>\varepsilon</math>).   
Line 79: Line 78:


</div>
</div>


==      Apply [[Shear_probes_quality_control_metrics|quality-control metrics]] ==
==      Apply [[Shear_probes_quality_control_metrics|quality-control metrics]] ==


<div class="mw-collapsible" id="quality_control" data-collapsetext="Collapse" data-expandtext="Expand">
<div class="mw-collapsible mw-collapsed" id="quality_control" data-collapsetext="Collapse" data-expandtext="Expand">
<br>
<br>
Shear-probe data can be corrupted or compromised in several different ways.
Shear-probe data can be corrupted or compromised in several different ways.

Latest revision as of 20:15, 6 June 2024

The processing of shear-probe data can be divided into five major steps, which apply to data collected with any platform or vehicle. There are many sub-steps to these major steps. The major steps are:

Conversion to physical units


"Section" selection


Choosing the processing parameters


Compute the dissipation rate estimates


Apply quality-control metrics


Return to Shear Probe Welcome Page