Chapter 1 Summary

The Harvested Wood Products (HWP) model calculates cumulative HWP carbon stocks and emissions using the Tier 3 Production Approach carbon estimation guidelines developed by the Intergovernmental Panel on Climate Change. It is a deterministic model which relies on optional and required user-supplied information. The model estimation methods are described in Stockmann et al. (2012). There have been several builds of the model, originally created by the U.S. Forest Service (USFS), on platforms including Microsoft Excel and C++. Through partnership with the California Department of Forestry and Fire Protection (CAL FIRE), Oregon Department of Forestry (ODF) and Groom Analytics LLC, this version of the tool (deemed HWP-C vR) builds from the previous USFS versions on the R (R Core Team 2021) platform, for use in their state-level harvested wood product carbon inventories. Another USFS effort is currently underway to construct an interactive version of the model in Python. This version (HWP-C vR) is not intended to compete with or contradict the original or ongoing USFS work, but rather complement the work by being available in a different platform and coding language. This version also includes new data visualizations.

Here we describe the HWP-C vR build of the model based on data from the U.S. west coast states of California, Oregon, and Washington. Users may explore California and Oregon data via the R Shiny web application. Users from any state or ownership may also upload their own data onto the app, run their data through the HWP model and associated Monte Carlo simulation, view and interact with figures, and download figures and tables.

Alternatively, users may access the full Shiny app R code as well as a stand-alone version of the R code for HWP model implementation. The stand-alone version allows users the opportunity to step through the code more easily, save intermediate outputs (i.e., arrays) for hand-calculation of outcomes, and alter the code to meet their own data needs. Both versions allow users to download or generate the final output tables necessary to recreate figures to their own specifications.

This document describes the model and structure of the code, explains how to generate input files, and provides instruction on accessing the code.

1.1 Acknowledgements

Many thanks to Nadia Tase (California Department of Forestry and Fire Protection - CAL FIRE) and Andrew Yost (Oregon Department of Forestry - ODF) for supporting the development of this work through feedback, discussion, and their own efforts to dive into the code and understand the model at its core. Jimmy Kagan (Oregon State University’s Institute for Natural Resources) and Amanda Reynolds (CAL FIRE) provided administrative support. This work would not be possible without the original work completed by Nate Anderson (United States Forest Service - USFS), Keith Stockmann (USFS), Dan Loeffler (University of Montana), and others. The information and feedback they shared has been invaluable. Feedback and support for an earlier iteration of the R-version of the model from Todd Morgan (University of Montana, Bureau of Business and Economic Research) has also been indespensible.

This project was funded by the California Department of Forestry and Fire Protection Purchase Order 3540-0000277546. Earlier work on the project was funded by the Oregon Department of Forestry and supported by the Institute for Natural Resources, Oregon State University.

1.2 Abbreviations

The following description uses many acronyms for brevity. Here is a list of the most common:

BBF: Billion Board Feet
BF: Board Feet
BLM: Bureau of Land Management
CCF: Hundred Cubic Feet
CF: Cubic Feet
DEC: Discard Energy Capture
EEC: Emitted with Energy Capture
EUR: End-use Product Ratios
EWOEC: Emitted without Energy Capture
HWP: Harvested Wood Products
IPCC: Intergovernmental Panel on Climate Change
MBF: Thousand Board Feet)
MMT C: Million Metric Tons of Carbon
MT: Metric Tons
PIU; Products in Use
PPR: Primary Product Ratios
SWDS: Solid Waste Disposal Sites
Tg C: Teragrams of Carbon: Tg C
Tg CO2e: Teragrams of Carbon Dioxide Equivalent
TPO: Timber Product Output
TPR: Timber Product Ratios
USFS: United States Forest Service

A note about units for carbon:
Publications from the United States have frequently described carbon storage and emissions using the metric million metric tons carbon, or MMT C. We are using the equivalent metric, teragrams of carbon (Tg C) in the HWP model and this manual to align with common scientific reporting units. Additionally, though the tool provides estimates for carbon emissions in both units of carbon and carbon dioxide equivalents, these estimates are for the biogenic carbon content in the wood only, and do not include other carbon-based greenhouse gas emissions with different global warming potentials, such as methane.

References

R Core Team. 2021. R: A Language and Environment for Statistical Computing. Vienna, Austria: R Foundation for Statistical Computing. https://www.R-project.org/.
Stockmann, Keith D., Nathaniel M. Anderson, Kenneth E. Skog, Sean P. Healey, Daniel R. Loeffler, Greg Jones, and James F. Morrison. 2012. “Estimates of Carbon Stored in Harvested Wood Products from the United States Forest Service Northern Region, 1906-2010.” Carbon Balance and Management 7 (1): 1–16.