calcAtmosphericDeposition: calcAtmosphericDeposition

View source: R/calcAtmosphericDeposition.R

calcAtmosphericDepositionR Documentation

calcAtmosphericDeposition

Description

Computes Atmospheric (nitrogen) deposition on different land-use types. It distinguishes ammonia (Nh3) and Nitrogen oxides (NOx) as well

Usage

calcAtmosphericDeposition(
  datasource = "ACCMIP",
  glo_incl_oceans = FALSE,
  cellular = FALSE,
  cells = "lpjcell",
  emission = FALSE,
  scenario = NULL
)

Arguments

datasource

deposition inventory

glo_incl_oceans

provides global values that include oceans, as oceans are not part of the country mapping

cellular

cellular or country level emissions

cells

magpiecell (59199 cells) or lpjcell (67420 cells)

emission

if TRUE, not the deposition but the cellular emissions are reported

scenario

if dataset contains several scenarios (e.g. ACCMIP), one scenario can be selected.

Value

List of magpie objects with results on country level, weight on country level, unit and description.

Author(s)

Benjamin Leon Bodirsky

See Also

calcNitrogenBudgetCropland()

Examples

## Not run: 
calcOutput("AtmosphericDeposition")

## End(Not run)

pik-piam/mrcommons documentation built on Dec. 8, 2024, 7:23 a.m.