In September 2021, a significant jump in seismic activity on the island of La Palma (Canary Islands, Spain) signaled the start of a volcanic crisis that still continues at the time of writing. Earthquake data is continually collected and published by the Instituto Geográphico Nacional (IGN). …
Keywords
La Palma, Earthquakes
In [1]:
library(tidyverse)
── Attaching core tidyverse packages ──────────────────────── tidyverse 2.0.0 ──
✔ dplyr 1.1.2 ✔ readr 2.1.4
✔ forcats 1.0.0 ✔ stringr 1.5.0
✔ ggplot2 3.4.2 ✔ tibble 3.2.1
✔ lubridate 1.9.2 ✔ tidyr 1.3.0
✔ purrr 1.0.1
── Conflicts ────────────────────────────────────────── tidyverse_conflicts() ──
✖ dplyr::filter() masks stats::filter()
✖ dplyr::lag() masks stats::lag()
ℹ Use the conflicted package (<http://conflicted.r-lib.org/>) to force all conflicts to become errors
Based on data up to and including 1971, eruptions on La Palma happen every 79.8 years on average.
Studies of the magma systems feeding the volcano, such as (Marrero et al. 2019), have proposed that there are two main magma reservoirs feeding the Cumbre Vieja volcano; one in the mantle (30-40km depth) which charges and in turn feeds a shallower crustal reservoir (10-20km depth).
where \(\lambda\) is the rate of eruptions per year. Using Equation 1, the probability of an eruption in the next \(t\) years can be calculated.
Table 1: Recent historic eruptions on La Palma
Name
Year
Current
2021
Teneguía
1971
Nambroque
1949
El Charco
1712
Volcán San Antonio
1677
Volcán San Martin
1646
Tajuya near El Paso
1585
Montaña Quemada
1492
Table 1 summarizes the eruptions recorded since the colonization of the islands by Europeans in the late 1400s.
Figure 2: Map of La Palma
La Palma is one of the west most islands in the Volcanic Archipelago of the Canary Islands (Figure 2).
1 Data & Methods
References
Marrero, José M., Alicia García, Manuel Berrocoso, Ángeles Llinares, Antonio Rodríguez-Losada, and Ramón Ortiz. 2019. “Strategies for the Development of Volcanic Hazard Maps in Monogenetic Volcanic Fields: The Example of La Palma (Canary Islands).”Journal of Applied Volcanology 8 (1). https://doi.org/10.1186/s13617-019-0085-5.