-
Notifications
You must be signed in to change notification settings - Fork 6
Land use Change module
Sulay Shah edited this page Aug 27, 2020
·
2 revisions
Introduction - #18
Land-use change module is to calculate the emissions N emissions occurring as a result of loss of soil carbon through change in land use or management. It is calculated based on Equation 11.8 of the IPCC document.
{
"landtype": [ "F", "C", "C", "G", "G", "G"]
},
{
"landuse": [ "", "Long term cultivated", "Perennial crop", "", "", ""]
},
{
"management": [ "", "Reduced", "Full", "High intensity grazing", "High intensity grazing", "High intensity grazing"]
},
{
"input": [ "", "Medium", "Medium", "High", "High", "High"]
},
{
"change": {
"transform": {
"allow_nulls": true,
"library": "moja.flint.example.agri",
"type": "CompositeTimeSeriesTransform",
"data_property": "data_yearly",
"vars": ["landtype", "landuse", "management", "input"]
}
}
}
soil_type
: soil type of the land-unit
LandUseModule
extracts data from change
and then calculates the change in soil carbon stock using the data in Soil_Stock_Change
table.