Atmospheric Measurement Techniques (Aug 2024)

ampycloud: an open-source algorithm to determine cloud base heights and sky coverage fractions from ceilometer data

  • F. P. A. Vogt,
  • L. Foresti,
  • D. Regenass,
  • S. Réthoré,
  • N. Tarin Burriel,
  • M. Bibby,
  • P. Juda,
  • S. Balmelli,
  • T. Hanselmann,
  • P. du Preez,
  • D. Furrer

DOI
https://doi.org/10.5194/amt-17-4891-2024
Journal volume & issue
Vol. 17
pp. 4891 – 4914

Abstract

Read online

Ceilometers are used routinely at aerodromes worldwide to derive the height and sky coverage fraction of cloud layers. This information, possibly combined with direct observations by human observers, contributes to the production of meteorological aerodrome reports (METARs). Here, we present ampycloud, a new algorithm, and its associated Python package for automatic processing of ceilometer data with the aim of determining the sky coverage fraction and base height of cloud layers above aerodromes. The ampycloud algorithm was developed at the Swiss Federal Office of Meteorology and Climatology (MeteoSwiss) as part of the AMAROC (AutoMETAR/AutoReport rOund the Clock) program to help in the fully automatic production of METARs at Swiss civil aerodromes. ampycloud is designed to work with no direct human supervision. The algorithm consists of three distinct, sequential steps that rely on agglomerative clustering methods and Gaussian mixture models to identify distinct cloud layers from individual cloud base hits reported by ceilometers. The robustness of the ampycloud algorithm stems from the first processing step, which is simple and reliable. It constrains the two subsequent processing steps that are more sensitive but also better suited to handling complex cloud distributions. The software implementation of the ampycloud algorithm takes the form of an eponymous, pip-installable Python package developed on GitHub and made publicly accessible.