This dataset contains the raw lidar measurements from the Trans experiment which was part of the EU FLOW project [1]. It covers the entire span of the campaign and includes all data from all range gates of each lidar. Data from all the five lidars has been segregated and the corresponding files are named according to the aliases in read_me.txt
Due to the large size, the archive of each lidar has been split into parts of 4 GB.
We recommend the following steps in order to read/access the data:
Download all the tar files into a local repository. (Note that after decompressing, the total size of the dataset will be approximately 2 TB).
Run cat .tar.xz.part* > .tar.xz
tar -xJf .tar.xz
Use the functions from the notebook WES_data_paper_NB.ipynb (here) to read data for a particular range gate and period of time. Since the data storage format differs based on the lidar model, there are three different functions pertaining to the three different lidar models used in the experiment.
Reference:
Mann, Jakob, Sjöholm, Mikael, Patel, Ansh, Thorsen, Gunhild Rolighed, Simon, Elliot, Hung, Lin-Ya & Gottschall, Julia 2025 Lidar measurements of turbulence in the marine atmospheric boundary layer. Under consideration for publication in the Wind Energy Science journal.