Add a set of species parameters to a dispersion model object. Multiple sets of species parameters can can be added to a single dispersion model object.
add_species(model, name = 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)
a SplitR modeling object.
an identifier for the species.
the particle diameter in units of micrometers.
the particle density in units of g/cm3.
the particle shape factor as a
value in the range 0
-1
.
the dry deposition velocity in units of m/s.
the molecular weight in units of g/mol.
the dry deposition A ratio.
the dry deposition D ratio.
the Henry's Law value associated with dry deposition.
the Henry's Law value associated with wet deposition.
the in-cloud wet deposition rate in units of L/L.
the below cloud wet deposition rate in units of 1/s.
the rate of radioactive decay, in units of days.
the pollutant resuspension factor in units of 1/m.