Learn R Programming

PuffR (version 0.1)

calpuff_08_size_ddep_particles: Set the CALPUFF size parameters for dry deposition of particles

Description

This function validates and writes CALPUFF size parameters for dry deposition of particles.

Usage

calpuff_08_size_ddep_particles(calpuff_inp = "calpuff_template.txt",
  species_names = NULL, species_geom_mass_mean_diam = NULL,
  species_geom_SD = NULL)

Arguments

calpuff_inp
the absolute path and filename for the working CALPUFF input file.
species_names
a vector list of species for which dry deposition size parameters will be supplied.
species_geom_mass_mean_diam
a vector list of geometric mass mean diameters (in micron units) for each of the species provided in the 'species_names' object.
species_geom_SD
a vector list of geometric standard deviation values (in micron units) for each of the species provided in the 'species_names' object.