Level 3 data (shear probes): Difference between revisions
From Atomix
No edit summary |
No edit summary |
||
Line 13: | Line 13: | ||
| TIME_SPECTRA || 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. | ||
|- | |- | ||
| | | N_WAVENUMBER || length of the wavenumber array | ||
|- | |- | ||
|N_SHEAR_SENSORS || number of shear channels (shear sensors) | | N_SHEAR_SENSORS || number of shear channels (shear sensors) | ||
|- | |- | ||
|N_***_SENSORS || number of *** channels (such as ACC and VIB) | | N_***_SENSORS || number of *** channels (such as ACC and VIB) | ||
|- | |- | ||
| | | N_SH_ACC_SPEC || number of shear-acceleration cross spectra | ||
|- | |- | ||
| | | N_SH_VIB_SPEC || number of shear-vibration cross spectra | ||
|} | |} | ||
</div> | </div> | ||
Line 38: | Line 38: | ||
| PSPD_REL || platform_speed_wrt_sea_water || m s-1 || TIME_SPECTRA | | PSPD_REL || platform_speed_wrt_sea_water || m s-1 || TIME_SPECTRA | ||
|- | |- | ||
| SH_SPEC || shear_probe_spectrum || s-2 cpm-1 || [TIME_SPECTRA, | | SH_SPEC || shear_probe_spectrum || s-2 cpm-1 || [TIME_SPECTRA, N_WAVENUMBER, N_SHEAR_SENSORS] | ||
|- | |- | ||
| KCYC || cyclic_wavenumber || cpm || [TIME_SPECTRA, | | KCYC || cyclic_wavenumber || cpm || [TIME_SPECTRA, N_WAVENUMBER] | ||
|- | |- | ||
| DOF || degrees_of_freedom_of_spectrum || - || 1 | | DOF || degrees_of_freedom_of_spectrum || - || 1 | ||
|- | |- | ||
| SH_SPEC_CLEAN<math>^a</math>|| shear_probe_spectrum_clean || s-2 cpm-1 || [TIME_SPECTRA, | | SH_SPEC_CLEAN<math>^a</math>|| shear_probe_spectrum_clean || s-2 cpm-1 || [TIME_SPECTRA, N_WAVENUMBER, N_SHEAR_SENSORS] | ||
|} | |} | ||
<math>^a</math> SH_SPEC_CLEAN must be included in the file if these spectra were used to compute <math>\varepsilon</math> | <math>^a</math> SH_SPEC_CLEAN must be included in the file if these spectra were used to compute <math>\varepsilon</math> | ||
Line 60: | Line 60: | ||
| PRES || water_pressure || dbar || TIME_SPECTRA | | PRES || water_pressure || dbar || TIME_SPECTRA | ||
|- | |- | ||
| ACC_SPEC || acceleration_sensor_spectrum || m2 s-4 cpm-1 || [TIME_SPECTRA, | | ACC_SPEC || acceleration_sensor_spectrum || m2 s-4 cpm-1 || [TIME_SPECTRA, N_WAVENUMBER, N_ACCEL_SENSORS] | ||
|- | |- | ||
| VIB_SPEC || vibration_sensor_spectrum || - || [TIME_SPECTRA, WAVENUMBER, N_VIB_SENSORS] | | VIB_SPEC || vibration_sensor_spectrum || - || [TIME_SPECTRA, WAVENUMBER, N_VIB_SENSORS] | ||
|- | |- | ||
| SH_VIB_SPEC ||shear_and_vibration_cross-spectral_matrix || - || [TIME_SPECTRA, | | SH_VIB_SPEC ||shear_and_vibration_cross-spectral_matrix || - || [TIME_SPECTRA, N_WAVENUMBER, N_SH_VIB_SPEC] | ||
|- | |- | ||
| SH_ACC_SPEC ||shear_and_acceleration_cross-spectral_matrix || - || [TIME_SPECTRA, | | SH_ACC_SPEC ||shear_and_acceleration_cross-spectral_matrix || - || [TIME_SPECTRA, N_WAVENUMBER, N_SH_ACC_SPEC] | ||
|} | |} | ||
</div> | </div> |
Revision as of 08:59, 20 September 2023
Level 3 data contains the raw (and optionally cleaned) spectra derived from level 2 time series and is saved in the NetCDF group "L3_spectra". Level 3 parameters are defined along a new TIME dimension, which is the average time of the individual spectral segments. The length of the TIME dimension equals the number of spectral segments. Parameter for the calculation of the spectra, e.g. segment length, are provided in the meta data.
Dimensions
Required Variables
Optional Level 3 Variables
Return Dataset requirements for shear probes
go to previous: Level 2 data
go to next: Level 4 data.