N2O_tier2: Tier 2 N2O emissions

Description Usage Arguments Details Value Note Author(s) References See Also Examples

Description

This function computes IPCC Tier 2 N2O emissions given two data frames: one for variables (areas and quantities) and one for emission factors. If upper and lower bound estimates of emission factors are provided, upper and lower bound estimates of emissions will be calculated.

IPCC equation 11.2

Usage

1
N2O_tier2(v, p)

Arguments

v

a data.frame containing the the variables, in this case land areas and quantities of emitting substances (e.g. manure), see help file for vars_N2Otier2

p

a data frame containing the emission factors (and their high and low values) corresponding to the emission sources in v, see help file for vars_N2Otier2

Details

The tier 2 IPCC methodology for calculating N2O emissions is simply an extension of the tier 1 methodology. In the tier 1 methodology, each emission source type has one and only one emission factor. Tier 2 methodology assumes arbitrary levels of disaggregation for each source type. For example, if temperate cropland/grassland is a major emission source for a country and spans a large area, this land use type may be dissagregated into different geographic regions, with a corresponding emission factors for each region. As such, it is expected that you will have multiple emission source sub-categories (and corresponding emission factors), whereas if you used tier 1 methodology, your emission source categories would be fully aggregated (with one emission factor each). This is reflected in the example data frames vars_N2Otier1 and EF_N2Otier1. Please see the help files for each of these example data frames.

Value

numeric

Note

No further notes

Author(s)

Joshua Perlman and Robert Hijmans

References

2006 IPCC Guidelines for National Greenhouse Gas Inventories, Volume 4 Agriculture, Forestry and Other Land Use http://www.ipcc-nggip.iges.or.jp/public/2006gl/index.html

See Also

vars_N2Otier2 EF_N2Otier2 N2O_tier1 vars_N2Otier1 EF_N2Otier1

Examples

1
2
3
data("vars_N2Otier2")
data("EF_N2Otier2")
N2O_tier2(vars_N2Otier2, EF_N2Otier2)

emissions documentation built on May 2, 2019, 6:09 p.m.