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.
add_emissions(model, rate = NULL, duration = NULL, start_day = NULL,
start_hour = NULL, name = NULL)
a SplitR modeling object.
the rate of emissions for the pollutant in mass units per hour.
the duration of emissions in hours.
the day that the emissions will
begin. This should take the form of a
single-length vector for a day ("YYYY-MM-DD"
).
a single daily hour as an
integer hour (from 0
to 23
).
an identifier for the group of emissions parameters.