Netcdf dimensions (shear probes): Difference between revisions

From Atomix
No edit summary
No edit summary
Line 1: Line 1:
== Netcdf dimensions (shear probes) ==
== Netcdf dimensions (shear probes) ==
<div class="mw-collapsible mw-expand" data-collapsetext="Collapse" data-expandtext="Expand">
<br>


{| class="wikitable"
{| class="wikitable"
Line 5: Line 7:
! Dimension Name !! Description
! Dimension Name !! Description
|-
|-
| TIME_FAST || The length of the record from fast data channels.
| TIME || The length of the record from turbulence (fast) data channels
|-
|-
| TIME_SLOW || The length of the record from slow data channels (if different than fast).
| TIME_*** <math>^a</math> || length of the record from slow data channels (if different than fast)
|-
|-
| TIME_SPECTRA || The length of the record of average times of spectral segments. This also equals time of dissipation estimates.
| TIME_SPECTRA || length of the record of average times of spectral segments. This also equals time of dissipation estimates.
|-
|-
| WAVENUMBER || The length of the wavenumber array.
| WAVENUMBER || length of the wavenumber array
|-
|-
| n_shear_sensors || The number of shear probes.
| N_SHEAR_SENSORS |number of shear channel (shear sensors)
|-
|-
| n_acc_sensors || The number of acceleration sensors.
|N_***_SENSORS <math>^b</math> |number of *** channel (sensors)
|-
| n_vibration_sensors || The number of vibration sensors.
|-
| n_gradT_sensors || The number of turbulence sensors for temperature gradient.
|-
| n_gradC_sensors || The number of turbulence sensors for conductivity gradient.
|}
|}
<math>^a</math> Typically we assume TIME for the fast-sampled microstructure channels, and eventually _SLOW or _CTD for slower sampled channels such as CTD and tilt sensors. If the application requires different time stamps for different sensors, this can be utilized like TIME_PITCH, TIME_ACC etc.
<br>
<math>b</math> Please use these examples for related sensors:
N_VIB_SENSORS for vibration (piezo-acceleration) sensors <br>
N_ACC_SENSORS for vibration acceleration sensors <br>
N_GRADT_SENSORS for thermistors <br>
N_GRADC_SENSORS for microconductivity sensors  <br>


</div>
<br>
<br>
Go to: [[Dataset requirements for shear probes]]
Go to: [[Dataset requirements for shear probes]]


[[Category:Shear probes]]
[[Category:Shear probes]]

Revision as of 20:15, 25 May 2022

Netcdf dimensions (shear probes)


Dimension Name Description
TIME The length of the record from turbulence (fast) data channels
TIME_*** [math]\displaystyle{ ^a }[/math] length of the record from slow data channels (if different than fast)
TIME_SPECTRA length of the record of average times of spectral segments. This also equals time of dissipation estimates.
WAVENUMBER length of the wavenumber array
number of shear channel (shear sensors)
number of *** channel (sensors)

[math]\displaystyle{ ^a }[/math] Typically we assume TIME for the fast-sampled microstructure channels, and eventually _SLOW or _CTD for slower sampled channels such as CTD and tilt sensors. If the application requires different time stamps for different sensors, this can be utilized like TIME_PITCH, TIME_ACC etc.
[math]\displaystyle{ b }[/math] Please use these examples for related sensors: N_VIB_SENSORS for vibration (piezo-acceleration) sensors
N_ACC_SENSORS for vibration acceleration sensors
N_GRADT_SENSORS for thermistors
N_GRADC_SENSORS for microconductivity sensors



Go to: Dataset requirements for shear probes