Learn R Programming

PuffR (version 0.1)

calpuff_10_wdep_params: Set the CALPUFF parameters for wet deposition

Description

This function validates and writes CALPUFF parameters for wet deposition.

Usage

calpuff_10_wdep_params(calpuff_inp = "calpuff_template.txt",
  species_names = NULL, species_scaveng_coeff_liquid_precip = NULL,
  species_scaveng_coeff_frozen_precip = NULL)

Arguments

calpuff_inp
the absolute path and filename for the working CALPUFF input file.
species_names
a vector list of species for which wet deposition parameters will be supplied.
species_scaveng_coeff_liquid_precip
a vector list of scavenging coefficients from liquid precipitation (in 1/s units) each of the species provided in the 'species_names' object.
species_scaveng_coeff_frozen_precip
a vector list of scavenging coefficients from frozen precipitation (in 1/s units) each of the species provided in the 'species_names' object.