This repository contains code and data needed to reproduce the article:
Wu N. C., Villada-Cadavid, T., Welbergen J. A., & Turbill C. (Accepted) Seasonal fattening among bat populations globally: storing energy for survival in a changing world. Ecology Letters,
When using the data or code from this project, please cite it as:
Wu N. C., Villada-Cadavid, T., Welbergen J. A., & Turbill C. (2025) Accepted version of paper data and code of manuscript: Seasonal fattening among bat populations globally: storing energy for survival in a changing world. Zenodo. DOI:
Raw data
raw_dat.csv
- Raw data used for the analysis.mass_fat_relationship.csv
- Data used for validating the relationship between body mass and body fat.
R code
batmass_analysis.R
- Data cleaning, analysis and figure production.
External files
wc2.1_2.5m_bio_1.tif
- WorldClim bio1 - Mean annual surface temperature.wc2.1_2.5m_bio_4.tif
- WorldClim bio4 - Temperature seasonality.wc2.1_2.5m_bio_15.tif
- WorldClim bio15 - Rainfall seasonality.NIRv_sd_rast.tif
- Gross primary production seasonality as NIRv.bat_all_sr.rds
- Bat species distribution map for Fig. 4.
Seasonality is a fundamental challenge for life on Earth and energy storage prior to colder and drier periods by fattening is a common strategy for survival. Fattening should reflect a trade-off between an expected seasonal energy deficit and the costs of increased body mass, which are particularly important to flying endotherms. We examined body mass change (ΔMb), a proxy of fat storage, among bat populations over low productivity periods with global variation in yearly average and seasonality of local climates. We found that ΔMb increased with decreasing mean annual surface temperature (MAST) but ΔMb also increased at higher MAST with higher seasonality of rainfall. Seasonal use of body energy reserves by bats is predicted to be widespread in warm, seasonal climates at low latitudes but is poorly studied compared to cold temperate regions. In colder climates only, females lost less mass than males over winter, supporting the 'thrifty females' hypothesis, and ΔMb has increased with year of study in warm climates, possibly linked to effects of global climate change on their energetics. Our quantitative synthesis highlights how intrinsic and environmental factors shape seasonal fattening in bats, and its global importance for survival in this diverse and widespread mammal group.
Keywords: Chiroptera, hibernation, life-history, reproduction, torpor, energetics, migration
Column descriptors for raw_dat.csv
are as follows:
- pub_ID: Unique identifier of the study.
- pub_year: Year of the publication
- first_author: Last name of the first author.
- source: Where values were taken (text, figures, tables, raw data).
- suborder: Suborder of the species.
- family: Family of the species.
- species: Full species name as stated in the study.
- species_OTL: Full species name as stated in the Open Tree of Life.
- roost_type: Recorded wintering roost of the study site (cave, tree, broad).
- pd: Whether the fungal pathogen, Pseudogymnoascus destructans, was detected (yes, blank).
- country: Location of the study site at country level.
- hemisphere: Location of the study site relative to the equator (northern, southern)
- lat: Latitude of the study site (decimal degrees).
- long: Longitude of the study site. (decimal degrees).
- clim_ID: Unique identifier of the study site climate following the Köppen climate classification.
- study_year: The year/s when the study was conducted.
- mean_year_study: The average year when the study was conducted (for studies with multiple years).
- sex: Sex of the species (Female, Male, Both).
- age: Age of the species (Adult, Juvenile).
- date_pre: The approximate date when the pre-winter body mass was taken.
- date_max: The approximate date when the maximum body mass was taken.
- date_post: The approximate date when the post-winter body mass was taken.
- month_num_pre: The month when the pre-winter body mass was taken (numeric).
- month_num_max: The month when the maximum body mass was taken (numeric).
- month_num_post: The month when the post-winter body mass was taken (numeric).
- days_dif: The number of days between measurements.
- month_pre: The month when the pre-winter body mass was taken (Gregorian).
- month_max: The month when the maximum body mass was taken (Gregorian).
- month_post: The month when the post-winter body mass was taken (Gregorian).
- value_pre_mean: Average body mass value pre-winter (grams).
- value_pre_SD: Standard deviation of the body mass value pre-winter.
- pre_n: Sample size when the pre-winter body mass was taken (numeric).
- value_max_mean: Average body mass value at the start of winter (grams).
- value_max_SD: Standard deviation of the body mass value at the start of winter.
- max_n: Sample size when the maximum body mass was taken (numeric).
- value_post_mean: Average body mass value post-winter (grams).
- value_post_SD: Standard deviation of the body mass value post-winter.
- post_n: Sample size when the post-winter body mass was taken (numeric).
- pre_post: Categorised name whether change in body mass was pre-winter or post-winter (pre, post).
- mass_g: Average body mass value post-winter (grams).
- abs_diff: The absolute difference between value_max_mean and either value_pre_mean or value_post_mean.
- abs_vi: The absolute variance between value_max_mean and either value_pre_mean or value_post_mean.
- rel_diff: The relative difference between value_max_mean and either value_pre_mean or value_post_mean.
- lnRR: The log response ratio between value_max_mean and either value_pre_mean or value_post_mean.
- lnRR_vi: The log response ratio variance between value_max_mean and either value_pre_mean or value_post_mean.
- notes: Extra notes regarding the study.
- title: Title of the study.
- ref: Link to the study.
Column descriptors for mass_fat_relationship.csv
are as follows:
- pub_ID: Unique identifier of the study.
- source: Where values were taken (text, figures, tables, raw data).
- r2: The R-sqaured values obtained from the study
- species: Full species name as stated in the study.
- sex: Sex of the species (female, male).
- title: Title of the study.
- ref: Link to the study.
This repository is provided by the authors under the MIT License (MIT).