Skip to content

Predicting how Actic vegetation types distribution in 2050 based on CAVM and CMIP6 climate models

Notifications You must be signed in to change notification settings

PlekhanovaElena/Arctic_vegetation_prediction

Repository files navigation

Arctic vegetation prediction and refugia analysis

Predicting how Arctic vegetation will look in 2050 based on CAVM and CMIP6 climate data based on Pearson et. al. (2013) methodology. This is code for the paper

M. R. Chacko, J. Oehri, E. Plekhanova, G. Schaepman-Strub Will current protected areas harbor refugia for threatened Arctic vegetation types until 2050? A first assessment (2023) Arctic, Antarctic, and Alpine Research https://doi.org/10.1080/15230430.2023.2203478

Data

Before running the code, please download the

Code

The code has the following structure

  1. Preparing predictors

    1.0 Cropping bioclimate variables to the Arctic extent - above 60 latitude

    1.1a Masking bioclimate variables with CAVM

    1.1b Masking bioclimate variables with CAVM leaving 100 km buffer with trees

    1.2 Stacking 19 bioclimate variables with CAVM and converting the raster to the dataframe

    1.3 Process substrate - converting to 1 and 0 for acidic and non-acidic soils and expanding to 100 km buffer, assigning random acidity there

    1.4 Preparing the vegetation file with trees - adding GLC2000 tree classes to 100km buffer of CAVM

    1.5 Combining substrate, bioclimatic variables and vegetation data in the final dataset for RF classification and prediction

  2. Classification using Random Forest

    2a Training RF on substrate and bioclimatic variables to classify CAVM vegetation

    2b The same on the larger area with 100km buffer with trees

  3. Prediction using Random Forest

    3a making prediction for 6 datasets (3 climate models, 2 emission scenarios)

    3b prediction for CAVM area only - which we use as an input in restricted scenarios

  4. Restricted tree dispersal scenarios

    4 combining predictions made in 3a and 3b for restricted tree scenarios (5 km and 20 km disperal).

  5. Analysis and figures

    5.0 using the results of the zonal histogram (see paper methods) to calculate a) abundance of vegetation types in the present circumpolar Arctic, within and outside of protected areas b) abundance of vegetation types in the future predictions of the circumpolar Arctic, within and outside of protected areas c) classify the vulnerability of Arctic vegetation types using the Red List of Ecosystems Criteria

About

Predicting how Actic vegetation types distribution in 2050 based on CAVM and CMIP6 climate models

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages