TOML

Weather Phenomena Types - TOML

Weather phenomena are classified into four main categories in the World Meteorological Organization's International Cloud Atlas: Hydrometeors, Lithometeors, Photometeors, and Electrometeors. These classifications systematically organize all atmospheric phenomena observed in the atmosphere and are widely used for weather observation, forecasting, and research. They include various weather phenomena closely related to our daily lives, such as precipitation, optical phenomena, and electrical phenomena.

weather meteorology atmospheric phenomena WMO JMA optical phenomena precipitation thunderstorm
[[items]]
code = "H-01"
slug = "rain"
name = "Rain"
description = "Precipitation in the form of liquid water droplets falling from the atmosphere."
category = "Hydrometeor (Precipitation)"

[[items]]
code = "H-02"
slug = "snow"
name = "Snow"
description = "Precipitation in the form of white, soft ice crystals."
category = "Hydrometeor (Precipitation)"

[[items]]
code = "H-03"
slug = "thunderstorm"
name = "Thunderstorm"
description = "Large-scale electrical discharge occurring within cumulonimbus clouds."
category = "Electrometeor"

[[items]]
code = "H-04"
slug = "tornado"
name = "Tornado"
description = "A violently rotating column of air extending from a cumulonimbus cloud."
category = "Wind Phenomenon"

[[items]]
code = "P-01"
slug = "rainbow"
name = "Rainbow"
description = "An optical phenomenon forming an arc caused by refraction and reflection of light in water droplets."
category = "Photometeor (Atmospheric Optical Phenomenon)"

[[items]]
code = "P-02"
slug = "halo"
name = "Halo"
description = "A ring of light around the Sun or Moon caused by refraction and reflection of light in ice crystals."
category = "Photometeor (Atmospheric Optical Phenomenon)"

[[items]]
code = "P-03"
slug = "mirage"
name = "Mirage"
description = "A phenomenon where objects appear distorted due to refraction of light by atmospheric temperature gradients."
category = "Photometeor (Atmospheric Optical Phenomenon)"

[[items]]
code = "H-05"
slug = "hail"
name = "Hail"
description = "Precipitation in the form of ice pellets or lumps with diameter of 5mm or more."
category = "Hydrometeor (Precipitation)"

[[items]]
code = "H-06"
slug = "fog"
name = "Fog"
description = "A phenomenon where visibility is reduced by tiny water droplets suspended in the atmosphere near the ground."
category = "Hydrometeor (Suspension)"

[[items]]
code = "L-01"
slug = "haze"
name = "Haze"
description = "A visibility impairment phenomenon caused by fine particles in the atmosphere."
category = "Lithometeor"