add_emissions: Add emissions parameters to a dispersion model

Description Usage Arguments

View source: R/add_emissions.R

Description

Add a set of emissions parameters to a dispersion model object. Multiple sets of emissions parameters can can be added to a single dispersion model object.

Usage

1
2
add_emissions(model, rate = NULL, duration = NULL, start_day = NULL,
  start_hour = NULL, name = NULL)

Arguments

model

a splitr modeling object.

rate

the rate of emissions for the pollutant in mass units per hour.

duration

the duration of emissions in hours.

start_day

the day that the emissions will begin. This should take the form of a single-length vector for a day ("YYYY-MM-DD").

start_hour

a single daily hour as an integer hour (from 0 to 23).

name

an identifier for the group of emissions parameters.


rich-iannone/splitr documentation built on Nov. 3, 2021, 6:51 a.m.