Skip to content

carlesmila/LCDE2024_wildfires

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lancet Countdown Europe 2024: Wildfire smoke indicator

This repository contains the code to generate the wildfire smoke indicators for the Lancet Countdown Europe 2024 edition, as well as the figures and tables included in the report and appendix. Please refer to the appendix file for a complete description of the methods.

Analysis

The workflow to compute the indicators is structured in a sequential set of steps that can be run from a root makefile script. Note that some of the steps were performed in a High Performance Computing (HPC) cluster due to memory usage. The steps to be run are:

Preparation

The indicator uses a set of open datasets (NUTS and regional boundaries, mortality time series, gridded population estimates) that can be easily obtained from Eurostat. Those should be placed in the folder data/raw/boundaries, data/raw/regions, data/raw/population, data/raw/mortality, respectively. These are not included in the repository due to large file sizes.

Furthermore, the indicator uses wildfire-PM2.5 exposure data derived from the Integrated System for wild-land Fires (IS4FIRES) and the System for Integrated modelling of Atmospheric composition (SILAM) models, as well as Forest fire Weather Index (FWI) information computed using ERA5 data. Please contact the authors of the indicator ([email protected], [email protected], [email protected], [email protected]) for details about how to get access to the data. SILAM data should be placed in the data/raw/SILAM folder and fire danger data should be placed in the data/raw/FWI folder.

This code was run using R version 4.2.1 with the packages specified in the makefile script for the analysis part, as well as the visualization packages included in the tables and figures script.

About

Wildfire smoke indicators for the Lancet Countdown Europe 2024 edition.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages