Variable eddy viscosity Ekman layer in the ABL (1D)
Ekman1D
Variable eddy viscosity Ekman layer in the ABL (1D)
Summary
Matlab implementation of the solution to the Ekman equations in the atmospheric boundary layer. The flow is assumed horizontal and homogeneous. however, a height-dependant eddy viscosity can be modelled. The solutions are provided in one-dimension.
Content
The submission includes
- The function EkmanAnalytic that provides analytics solution of Ekman's equations for a constant eddy viscosity in the atmospheric boundary layer.
- The function solveEkman that numerically solves Ekman's equations with an explicit finite difference scheme and allows the use of height-dependant eddy viscosity. The numerical implementation is partly inspired by [1].
- An example file Example0.mlx and reproduces some of the figures displayed in ref [2]
Any question, suggestion or comment is welcomed.
References:
[1] Berger, B. W., & Grisogono, B. (1998). The baroclinic, variable eddy viscosity Ekman layer. Boundary-layer meteorology, 87(3), 363-380.
[2] https://www.whoi.edu/science/PO/people/jprice/website/education_scripts.html
引用格式
E. Cheynet (2023). Variable eddy viscosity Ekman layer in the ABL (1D) (https://github.com/ECheynet/Ekman1D/releases/tag/v1.1), GitHub. 检索来源 .
E. Cheynet. ECheynet/Ekman1D: Variable Eddy Viscosity Ekman Layer in the ABL (1D). Zenodo, 2020, doi:10.5281/ZENODO.3829394.
MATLAB 版本兼容性
平台兼容性
Windows macOS Linux类别
标签
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!版本 | 已发布 | 发行说明 | |
---|---|---|---|
1.1 | See release notes for this release on GitHub: https://github.com/ECheynet/Ekman1D/releases/tag/v1.1 |
||
1.0.2 | typo |
||
1.0.1 | Typos in one figure and the illustration |
||
1.0.0 |