Arctic terns are one of very few species in the world to spend considerable parts of time every year at both poles, migrating at least 90,000 km per year between the two,[1, 2] which is the longest recorded migration of any animal. They are particularly vulnerable to climate change, with a short window to breed in their arctic range during the boreal summer, their reliance on tailwinds to support both their south- and north- bound migrations,[3] and their use of sea ice to forage in the Southern Ocean during the austral summer. Using tracking data (from breeding arctic terns caught in Greenland[1] and Sweden[4]), and Iceland, we are interested in investigating how predicted changes over the next 100 years will impact the winds that migrating arctic terns rely on, and how the changing ice edge will affect their foraging during the non-breeding period.
- Egevang C, Stenhouse IJ, Phillips RA, Petersen A, Fox JW, Silk JR (2010) Tracking of Arctic terns Sterna paradisaea reveals longest animal migration Proc Natl Acad Sci U S A 107:2078-2081 https://doi.org/10.1073/pnas.0909493107
- Fijn RC, Hiemstra D, Phillips RA, van der Winden J (2013) Arctic Terns Sterna paradisaea from The Netherlands migrate record distances across three oceans to Wilkes Land, East Antarctica Ardea 101:3-12 https://doi.org/10.5253/078.101.0102
- Hromádková T, Pavel V, Flousek J, Briedis M (2020) Seasonally specific responses to wind patterns and ocean productivity facilitate the longest animal migration on Earth. Mar Ecol Prog Ser 638:1-12. https://doi.org/10.3354/meps13274
- Alerstam, T, Bäckman, J, Grönroos, J, Olofsson, P, Strandberg, R (2019) Hypotheses and tracking results about the longest migration: The case of the arctic tern. Ecol Evol 9: 9511– 9531. https://doi.org/10.1002/ece3.5459
-
Joanne Morten (Exeter, Project Lead)
-
Lucy Hawkes (Exeter, Project Lead)
-
Will Thurston (Met Office, Project Lead)
-
Pearce Buchanan (Liverpool) pearseb
-
Isolde Glissenaar (Bristol) IsoldeGlissenaar
-
Noam Vogt-Vincent (Oxford) nvogtvincent
-
Daniel Williams (Exeter) daw538
-
Ned Williams (Exeter) nedcw
-
Shannon Williams (Bristol) shannon-wms
-
Aleksandra Zaforemska (Newcastle) alekszaf
Our project split into three different groups to focus on different factors that may affect Arctic Terns:
- Wind (Dan, Ned, Shannon)
- Sea Ice (Aleksandra, Isolde)
- Productivity (Noam, Pearce)
[...]
We used data from the Coupled Model Intercomparison Project Phase 6 (CMIP6) project to conduct our analysis. Experiments used included the core CMIP set of experiments, DAMIP (attribution of components of climate change) and ScenarioMIP (predictions for future climate change scenarios)
The data used in our project can be downloaded directly from the CMIP 6 data portal, whilst the individual experiments and files used can be found in the iPython notebooks contained within this repository. Most of the analysis made use of the UKESM GCM.
- [...]
- [...]
- [...]
- [...]
- [...]
- [...]
There are further README
files in key directories.
- [...]
- [...]
- [...]
- [...]
- [...]
- [...]
.
├── notebooks
│ ├── [...].ipynb
│ └── [...].ipynb
│ The Jupyter Notebooks that we created
│
├── code
│ ├── [...].py
│ └── [...].py
│ Any code (Python or otherwise) that we created that doesn't
│ sit within a Notebook
│
├── results
│ ├── [...].pdf
│ └── [...].png
│ The key figures that we produced
│
├── data
│ ├── raw_data
│ │ Any data we used that didn't come from JASMIN
│ │
│ └── processed_data
│ Any output data that we produced
│
├── environment.yml
└── environment_frozen.yml
The libraries and versions that we used
- [...]
- [...]
- [...]