Terrestrial module - GLOBIO4/GlobioModelPublic GitHub Wiki
Introduction
The terrestrial module consists of 6 impact modules each quantified in terms of the mean species abundance (MSA). The impact modules are:
- impact of eradication or modification of natural habitat through land-use;
- impact of an increase in global mean temperature induced by climate change;
- impact of eutrophication induced by atmospheric nitrogen deposition;
- impact of the disturbance of natural habitat through the proximity of infrastructure;
- impact of the fragmentation of natural habitat by both land-use and infrastructure;
- impact of human encroachment, facilitated through access provided by land-use.
A combined impact effect on biodiversity is computed by multiplying the MSA values of the individual impacts. In this calculation it is assumed that the direct land-use impacts of agriculture and urban areas take precedence over all other impacts.
Calculations
Calculation: GLOBIO_CalcClimateChangeMSA.py
Description
Calculates the MSA impact of an increase in global mean temperature induced by climate change.
Data needs
FLOAT TemperatureChange = 0.637046992778778 # Degrees Celcius of temperature change since the industrial revolution
FILE WaterLookupFile = $LookupDir;\WaterAreasFilter.csv
Outputs
RASTER ClimateChangeMSA_wbvert = $OutDir;\ClimateChangeMSA_$ScenarioYear;_$ExtentStr;_wbvert.tif
RASTER ClimateChangeMSA_plants = $OutDir;\ClimateChangeMSA_$ScenarioYear;_$ExtentStr;_plants.tif
Calculation: GLOBIO_CalcDominantLanduse.py
Description
Calculates dominant land-use.
Data needs
p.m.
Outputs
p.m.
Calculation: GLOBIO_CalcHumanEncroachmentMSA.py
Description
Calculates the MSA impact of human encroachment, facilitated through access provided by land-use.
Data needs
p.m.
Outputs
p.m.
Calculation: GLOBIO_CalcHumanEncroachmentMSA_V2.py
Description
Calculates the MSA impact of human encroachment, facilitated through access provided by land-use. This version uses settlement shapefiles as input.
Data needs
p.m.
Outputs
p.m.
Calculation: GLOBIO_CalcHumanEncroachmentMSA_V3.py
Description
Calculates the MSA impact of human encroachment, facilitated through access provided by land-use. In this version the formula are updated.
Data needs
p.m.
Outputs
p.m.
Calculation: GLOBIO_CalcInfraDisturbanceMSA.py
Description
Calculates the MSA impact of the disturbance of natural habitat through the proximity of infrastructure.
Data needs
p.m.
Outputs
p.m.
Calculation: GLOBIO_CalcInfraFragmentationMSA.py
Description
Calculates the MSA impact of the fragmentation of natural habitat by both land-use and infrastructure;
Data needs
p.m.
Outputs
p.m.
Calculation: GLOBIO_CalcLanduseBiomesMSA.py
Description
Calculates the MSA impact of eradication or modification of natural habitat through land-use. Uses a one-to-one lookup file.
Data needs
p.m.
Outputs
p.m.
Calculation: GLOBIO_CalcLanduseMSA.py
Description
Calculates the MSA impact of eradication or modification of natural habitat through land-use. Uses a one-to-one lookup file.
Data needs
p.m.
Outputs
p.m.
Calculation: GLOBIO_CalcNaturalLanduse.py
Description
Calculates natural land-use.
Data needs
p.m.
Outputs
p.m.
Calculation: GLOBIO_CalcNDepositionMSA.py
Description
Calculates the MSA impact of eutrophication induced by atmospheric nitrogen deposition.
Data needs
p.m.
Outputs
p.m.
Calculation: GLOBIO_CalcSettlements.py
Description
Calculates settlements landuse.
Data needs
p.m.
Outputs
p.m.
Calculation: GLOBIO_CalcSettlementDistance.py
Description
Calculates the nearest distance to settlements.
Data needs
p.m.
Outputs
p.m.
Calculation: GLOBIO_CalcTerrestrialMSA.py
Description
Calculates the overall MSA impact.
Data needs
p.m.
Outputs
p.m.
Module folder description
Directory - Calculations
The directory \Calculations contains the following files of the Terrestrial module:
- GLOBIO_CalcClimateChangeMSA.py
- Calculates the MSA impact of an increase in global mean temperature induced by climate change.
- GLOBIO_CalcDominantLanduse.py
- Calculates dominant land-use.
- GLOBIO_CalcHumanEncroachmentMSA.py
- Calculates the MSA impact of human encroachment, facilitated through access provided by land-use.
- GLOBIO_CalcHumanEncroachmentMSA_V2.py
- Calculates the MSA impact of human encroachment, facilitated through access provided by land-use. This version uses settlement shapefiles as input.
- GLOBIO_CalcHumanEncroachmentMSA_V3.py
- Calculates the MSA impact of human encroachment, facilitated through access provided by land-use. In this version the formula are updated.
- GLOBIO_CalcInfraDisturbanceMSA.py
- Calculates the MSA impact of the disturbance of natural habitat through the proximity of infrastructure.
- GLOBIO_CalcInfraFragmentationMSA.py
- Calculates the MSA impact of the fragmentation of natural habitat by both land-use and infrastructure;
- GLOBIO_CalcLanduseBiomesMSA.py
- Calculates the MSA impact of eradication or modification of natural habitat through land-use. Uses a one-to-one lookup file.
- GLOBIO_CalcLanduseMSA.py
- Calculates the MSA impact of eradication or modification of natural habitat through land-use. Uses a one-to-one lookup file.
- GLOBIO_CalcNaturalLanduse.py
- Calculates natural land-use.
- GLOBIO_CalcNDepositionMSA.py
- Calculates the MSA impact of eutrophication induced by atmospheric nitrogen deposition.
- GLOBIO_CalcSettlements.py
- Calculates settlements landuse.
- GLOBIO_CalcSettlementDistance.py
- Calculates the nearest distance to settlements.
- GLOBIO_CalcTerrestrialMSA.py
- Calculates the overall MSA impact.