finalCarbonContribution: Estimates U.S. HWP contribution to annual greenhouse gas...

Description Usage Arguments Details Value Examples

Description

Uses formulas described in WOODCARB II paper to calculate contribution contribution with the HWP variables.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
finalCarbonContribution(Years = 1990:2015, approach = c("Production",
  "Stock Change", "Atmospheric Flow", "Annual Harvest", "Annual CO2 Release",
  "Total Contribution"), decaydistribution = c("Exponential", "K=2", "K=10"),
  plot = FALSE, halflives = halfLives, paperHL = 2.53087281800454,
  fsp = fracstrpanels, fnsp = fracnonstrpanels, fsawn = fracsawnwood,
  swpdata, woodToCarbon = 4.535925e-07, paperToCarbon = 3.9008955e-07,
  swpSwdsNondegradable = 0.77, paperSwdsNondegradable = 0.44,
  swpLandfillDecay = 0.0300063714528115,
  paperLandfillDecay = 0.0478032538317204,
  swpDumpDecay = 0.0420089200339361, paperDumpDecay = 0.0840178400678722)

Arguments

Years

years to return carbon totals for

approach

The approach used to calculate carbon contribution. "Production" approach corresponds to '06 IPCC Tables'$R9 in the WOODCARB II spreadsheet "Stock Change" approach corresponds to '06 IPCC Tables'$P9 in the WOODCARB II spreadsheet "Atmospheric Flow" approach corresponds to '06 IPCC Tables'$Q9 in the WOODCARB II spreadsheet

decaydistribution

Type of decay method to use

plot

if true, returns a simple plot of time vs. carbon contribution.

halflives

data frame of half lives to use. Must have a column associated with each one of 13 end uses and half life values for 1900 until the maximum year of interest.

paperHL

half life value for paper

fsp

Fraction of structural panel products that go to each end use. Default can be substituted with data with a column for each end use and row for years from 1900 to latest year of interest.

fnsp

Fraction of non-structural panel products that go to each end use. Default can be substituted with data with a column for each end use and row for years from 1900 to latest year of interest.

fsawn

Fraction of sawnwood products that go to each end use. Default can be substituted with data with a column for each end use and row for years from 1900 to latest year of interest.

swpdata

Optional argument to provide swp production and trade time series for purposes of error analysis

woodToCarbon

Conversion factor to convert oven-dry tons of solid wood to Tg of Carbon.

paperToCarbon

Conversion factor to convert oven-dry tons of paper to Tg of Carbon.

swpSwdsNondegradable

Percent of solid-wood products in landfills and dumps that are not subject to decay.

paperSwdsNondegradable

Percent of paper products in landfills and dumps that are not subject to decay.

swpLandfillDecay

Decay rate of solid-wood products in landfills as a half-life in years.

paperLandfillDecay

Decay rate of paper products in landfills as a half-life in years.

swpDumpDecay

Decay rate of solid-wood products in dumps as a half-life in years.

paperDumpDecay

Decay rate of paper products in dumps as a half-life in years.

Details

Decay type and half life options allow for analysis of contribution levels under different circumstances.

The Production Approach focuses on estimating annual carbon stock change in HWP and forests where the carbon is from trees harvested in the reporting country.

The Stock Change Approach focuses on estimating annual carbon stock change in HWP and forests in a country regardless of wood origin.

The Atmospheric Flow Approach focuses on estimating annual carbon fluxes between the atmosphere and forests/HWPs within a country.

Value

A vector of carbon contributions for all Years. Plot returned is optional All units returned are in Thousand metric tons CO2 Equivalent.

Examples

1
2
3
4
finalCarbonContribution()
finalCarbonContribution(approach = "Stock Change")
finalCarbonContribution(approach = "Production",
                         decaydistribution ="Exponential")

benjones2/WOODCARB3R documentation built on May 12, 2019, 11:58 a.m.