knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/"
)

FEM

Fixed Emissions Mmodel (FEM)

A model to speciate emissions. In the future, it will include estimation methods, methods, classes and more.

It includes emissions from:

Kawashima, A. B., Martins, L. D., Abou Rafee, S. A., Rudke, A. P.,

' de Morais, M. V., & Martins, J. A. (2020).

' Development of a spatialized atmospheric emission inventory for the main

' industrial sources in Brazil. Environmental Science and Pollution Research, 1-11.

Installation

remotes::install_github("atmoschem/fem")

Use

pm <- rnorm(n = 100, mean = 400, sd = 2)
(df <- fem::spec_industry(pm, code = "01_petroleum"))

Connection with vein

FEM is designed to be used with VEIN and generate inputs for different chemical mechanisms



atmoschem/fem documentation built on Dec. 19, 2021, 5:41 a.m.