Skip to content

ruiying-ocean/quanternary_foram_niche

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Optimal temperatures of planktic foraminifera in the glacial-interglacial cycles

https://img.shields.io/badge/License-GPL%20v3-blue.svg

About

This repository is to reanalyse Antell et al. (2021) data, mostly foraminiferal optimal temperature. The reanalysed data is used to demonstrates that foraminifera optimal temperature is changing throughout glacial-interglaical cycle, and such changing is weakly but significanlty correlated to temperature change.

  • Publication: Ying, R., Monteiro, F. M., Wilson, J. D., Ödalen, M. & Schmidt, D. N. Past foraminiferal acclimatization capacity is limited during future warming. Nature (2024). https://doi.org/10.1038/s41586-024-08029-0

Original study

Gawain S. Antell, Isabel S. Fenton, Paul J. Valdes, and Erin E. Saupe (2021). “Thermal niches of planktonic foraminifera are static throughout glacial–interglacial climate change.” Proceedings of the National Academy of Sciences, 118 (DOI:10.1073/pnas.2017105118).

Github repo: https://github.com/GawainAntell/ForamNiches.

Difference

  1. We plot optimal temperature to show the ecology change, instead of focusing on the overall niche similarity
  2. We use the habitat temperature change instead of global mean temperature in asessing climatic effects.

Strucuture

tree -L 2 .
.
├── LICENSE
├── code
│   ├── BRIDGE_GCM_data_prep.R (original script to get HadCM3L data)
│   ├── Plot_renalysed_data.R (used to plot Fig.3)
│   ├── Reanalyse_data.R (used to reanalyse data)
│   ├── LGM_subset.R (used to plot Fig.S9)
│   └── raster_brick_import_fcn.R (code used in `BRIGE_GCM_data_prep.R`)
├── data
│   ├── RY_realaysis.RDS
│   ├── Rebotim2017.csv
│   ├── foram_sp_db.csv
│   ├── gcm_annual_mean
│   ├── gcm_model_codes.csv
│   ├── global-MAT_10-deg-grid_8ka.csv
│   ├── global-MAT_10-deg-grid_8ka_hl.csv
│   ├── global-MAT_10-deg-grid_8ka_ll.csv
│   ├── global-MAT_10-deg-grid_8ka_ml.csv
│   └── niche-sumry-metrics_SJ-ste_hab_2020-11-15.csv
├── output
│   ├── fig3.jpg
│   ├── figs8.png
│   └── figs9.png
├── quanternary_foram_niche.Rproj
└── readme.org

5 directories, 20 files

License

This project is under the license of GPLv3 as the original repo.