add_source: Add source parameters to a dispersion model

Description Usage Arguments

View source: R/add_source.R

Description

Add a set of source parameters to a dispersion model.

Usage

1
2
3
4
5
6
7
add_source(model, name = NULL, lat = NULL, lon = NULL,
  height = NULL, release_start = NULL, release_end = NULL,
  rate = NULL, pdiam = NULL, density = NULL, shape_factor = NULL,
  ddep_vel = NULL, ddep_mw = NULL, ddep_a_ratio = NULL,
  ddep_d_ratio = NULL, ddep_hl_coeff = NULL, wdep_hl_coeff = NULL,
  wdep_in_cloud = NULL, wdep_below_cloud = NULL, rad_decay = NULL,
  resuspension = NULL)

Arguments

model

A dispersion model object.

name

An identifier for the source

lat, lon, height

The source position in terms of latitude and longitude (both in decimal degrees), and height in meters above ground level.

release_start, release_end

The beginning and ending times for the source emissions.

rate

The particle emission rate.

pdiam

The particle diameter in units of micrometers.

density

The particle density in units of g/cm3.

shape_factor

The particle shape factor as a value in the range 0-1.

ddep_vel

The dry deposition velocity in units of m/s.

ddep_mw

The molecular weight in units of g/mol.

ddep_a_ratio

The dry deposition A ratio.

ddep_d_ratio

The dry deposition D ratio.

ddep_hl_coeff

The Henry's Law value associated with dry deposition.

wdep_hl_coeff

The Henry's Law value associated with wet deposition.

wdep_in_cloud

The in-cloud wet deposition rate in units of L/L.

wdep_below_cloud

The below cloud wet deposition rate in units of 1/s.

rad_decay

The rate of radioactive decay, in units of days.

resuspension

The pollutant resuspension factor in units of 1/m.


rich-iannone/SplitR documentation built on Nov. 2, 2021, 2:32 a.m.