https://github.com/echeynet/imaginarymast
An educational tool for processing wind turbulence data from 3D sonic anemometers mounted on a mast
https://github.com/echeynet/imaginarymast
atmosphere atmospheric-flows atmospheric-science boundary-layer-meteorology coherence eddy-covariance microscale sonic-anemometer turbulence wind wind-energy
Last synced: 7 months ago
JSON representation
An educational tool for processing wind turbulence data from 3D sonic anemometers mounted on a mast
- Host: GitHub
- URL: https://github.com/echeynet/imaginarymast
- Owner: ECheynet
- License: bsd-3-clause
- Created: 2023-09-02T12:50:35.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-02T13:08:43.000Z (about 2 years ago)
- Last Synced: 2024-01-29T10:13:56.789Z (over 1 year ago)
- Topics: atmosphere, atmospheric-flows, atmospheric-science, boundary-layer-meteorology, coherence, eddy-covariance, microscale, sonic-anemometer, turbulence, wind, wind-energy
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sonic Anemometer Toolbox: the Imaginary Mast Approach
## Summary
This toolbox provides Matlab scripts tailored for the processing of wind turbulence data acquired from 3D sonic anemometers mounted on masts. The core functionalities encompass:
1. Tilt correction algorithm
2. Stationary test
3. Gaussian fluctuation test
4. Estimation of variance and covariance of turbulence (considering three velocity fluctuations and sonic temperature data)
5. One-point spectral analysis
6. Two-point spectral analysis (examining coherence of turbulence)The unique approach of using an "Imaginary Mast" is showcased in this repository. This methodology has been applied in the study of atmospheric turbulence in various settings, including complex terrains [1][2] and offshore environments [3][4].
## Repository Structure
- **Functions Directory**: Houses the essential scripts and functions for data processing.
- **Data Directory**: Showcases dummy wind velocity data represented in 3D matrices for daily recordings. The matrix dimension is denoted as `[MxNxK]` where:
- `M` - Number of sensors
- `N` - Number of samples
- `K` - Number of time steps
- **Matlab LiveScript**: A demonstrative document detailing the function applications, utilizing a hypothetical "Imaginary Mast" as a case study.> **Note**: As this is the inaugural version of the repository, it may contain some bugs. Users are encouraged to provide feedback to facilitate enhancements.
## References
[1] Midjiyawa, Z., Cheynet, E., Reuder, J., Ágústsson, H., & Kvamsdal, T. (2021). Potential and challenges of wind measurements using met-masts in complex topography for bridge design: Part I–Integral flow characteristics. Journal of Wind Engineering and Industrial Aerodynamics, 211, 104584.
[2] Midjiyawa, Z., Cheynet, E., Reuder, J., Ágústsson, H., & Kvamsdal, T. (2021). Potential and challenges of wind measurements using met-masts in complex topography for bridge design: Part II–Spectral flow characteristics. Journal of Wind Engineering and Industrial Aerodynamics, 211, 104585.
[3] Putri, R. M., Cheynet, E., Obhrai, C., & Jakobsen, J. B. (2022). Turbulence in a coastal environment: the case of Vindeby. Wind Energy Science, 7(4), 1693-1710.
[4] Cheynet, E., Jakobsen, J. B., & Reuder, J. (2018). Velocity spectra and coherence estimates in the marine atmospheric boundary layer. Boundary-layer meteorology, 169(3), 429-460.
## Contributing
For suggestions, bug reports, or contributions, please initiate an issue or forward a pull request or leave a comment on Matlab File Exchange.