## Reading layer `arctic_fires' from data source
## `/home/rstudio/shiny/Applied_Biogography/canada/data/arctic_fires.shp'
## using driver `ESRI Shapefile'
## Simple feature collection with 363073 features and 6 fields
## Geometry type: POINT
## Dimension: XY
## Bounding box: xmin: -179.7813 ymin: 66.5001 xmax: 179.9466 ymax: 85.2332
## Geodetic CRS: WGS 84
With COP26 coming up I thought it might be interesting to check the empirical data on temperature anomalies above the arctic circle (~ >66.5 degrees N). The climate records are available in R through the rnoaa package. The data set is documented here. https://www.ncei.noaa.gov/metadata/geoportal/rest/metadata/item/gov.noaa.ncdc:C00861/html
The data is used in multiple publications, and is subject to good quality controls.
The following steps were used to produce a single plot of temperature anomalies from multiple stations.
## Classes 'sf' and 'data.frame': 648 obs. of 1 variable:
## $ geometry:sfc_POLYGON of length 648; first list element: List of 1
## ..$ : num [1:23, 1:2] -145 -145 -145 -145 -145 ...
## ..- attr(*, "class")= chr [1:3] "XY" "POLYGON" "sfg"
## - attr(*, "sf_column")= chr "geometry"
## - attr(*, "agr")= Factor w/ 3 levels "constant","aggregate",..:
## ..- attr(*, "names")= chr(0)
The current warming trend in the ten year mean began to be noticeable around 2000, which implies that the change initiated in 1990. This coincides with analyses shown in IPCC reports . However there was a clear cooling trend between the 1940s and the 1970s. So over the time period analysed the amount of observed warming depends on the reference point used. If the current trend is analysed alone then the warming is around 3 degrees C. If current temperatures are compared with the peak in the 1940s the warming is around 1.5 degrees. One possible explanation for the cooling observed in the 1970s is the impact of aerosols. Clean air legislation was widely adopted in the 1980s and households switched from burning coal to burning gas. (CESS 1976; Krishnan and Ramanathan 2002; Fleming 1998; Chylek and Wong 1995; Zhou and Savijärvi 2014). However, the data alone are open to many different interpretations, including some more alarmist takes (Tollefson 2018). In particular the almost 1.5 degrees C increase in the last decade could be extrapolated to suggest that the target of restricting warming to below 1.5 C would not be feasible for the area above the arctic circle.