This file describes the structure of the wave and roller properties data used in the paper "Energy dissipation in the inner surf zone: new insights from LiDAR-based roller geometry measurements", submitted to Journal of Geophysical Research: Oceans. The dataset is composed of 4 .mat files, which require the MATLAB software. The description of the data structure is given below for every file of the datset. This dataset is distributed under the Creative Commons Attribution 4.0 International license. 1) The complete dataset of wave and surface roller properties used to produce Figure 4 is stored as a structure in the .mat file called "Data_Figure4.mat". In the following, nb_waves is the number of waves (38) and nb_pos is the number of cross-shore positions (981). ------------------------------------------------------------------- Field | Unit | Description ------------------------------------------------------------------- x | m | Array (1,nb_pos) - Cross-shore position H | m | Array (nb_waves,nb_pos) - Wave height T | s | Array (nb_waves,nb_pos) - Wave period L | m | Array (nb_waves,nb_pos) - Wavelength (L = cT) c | m/s | Array (nb_waves,nb_pos) - Wave celerity Lr | m | Array (nb_waves,nb_pos) - Roller length theta | ° | Array (nb_waves,nb_pos) - Roller angle h_w | m | Array (nb_waves,nb_pos) - period-averaged water depth h_tr | m | Array (nb_waves,nb_pos) - water depth below trough E | W | Array (nb_waves,nb_pos) - wave energy (integral form) tanBeta | - | Array (1,nb_pos) - beach slope ------------------------------------------------------------------- 2) The dataset of the wave group ensemble-averaged properties used to produce the Figures 5, 6, 8, 9 and A1b is stored as a structure in the .mat file called "Data_WaveGroup_EnsembleAveraged.mat". ------------------------------------------------------------------- Field | Unit | Description ------------------------------------------------------------------- x | m | Array (1,nb_pos) - Cross-shore position H | m | Array (1,nb_pos) - Wave height T | s | Real number - Wave period L | m | Array (1,nb_pos) - Wavelength c | m/s | Array (1,nb_pos) - Wave celerity Lr | m | Array (1,nb_pos) - Roller length theta | ° | Array (1,nb_pos) - Roller angle h_w | m | Array (1,nb_pos) - period-averaged water depth h_tr | m | Array (1,nb_pos) - water depth below trough E | W | Array (1,nb_pos) - wave energy (integral form) ------------------------------------------------------------------- 3) The LiDAR dataset of the wave group used to produce the Figures 7, 10, A1a and A2 is stored as a structure in the .mat file called "Data_WaveGroup_WaveByWave.mat". This dataset also includes the wave and roller properties of the 6 individual waves composing this group and used for the analysis. ------------------------------------------------------------------- Field | Unit | Description ------------------------------------------------------------------- x | m | Array (1,nb_pos) - Cross-shore position H | m | Array (6,nb_pos) - Wave height T | s | Array (6,1) - Wave period L | m | Array (6,nb_pos) - Wavelength (L = cT) c | m/s | Array (6,nb_pos) - Wave celerity Lr | m | Array (6,nb_pos) - Roller length theta | ° | Array (6,nb_pos) - Roller angle h_w | m | Array (6,nb_pos) - period-averaged water depth h_tr | m | Array (6,nb_pos) - water depth below trough E | W | Array (6,nb_pos) - wave energy (integral form) time | Matlab | Array (length(time),1) - time array of the LiDAR data (zGrid) zGrid | m | Array (length(time),nb_pos) - LiDAR elevation measurements zBed | m | Array (1,nb_pos) - Beach profile measured by the LiDAR ------------------------------------------------------------------- 4) The LiDAR dataset used to produce the Figure 3 is stored as a structure in the .mat file called "Data_Figure3.mat". This dataset also includes the wave and roller properties this wave. ------------------------------------------------------------------- Field | Unit | Description ------------------------------------------------------------------- x | m | Array (1,nb_pos) - Cross-shore position H | m | Array (1,nb_pos) - Wave height c | m/s | Array (1,nb_pos) - Wave celerity Lr | m | Array (1,nb_pos) - Roller length theta | ° | Array (1,nb_pos) - Roller angle h_tr | m | Array (6,nb_pos) - water depth below trough time | s | Array (length(time),1) - time array of the LiDAR data (zGrid) zGrid | m | Array (length(time),nb_pos) - LiDAR elevation measurements zBed | m | Array (1,nb_pos) - Beach profile measured by the LiDAR -------------------------------------------------------------------