control_df: Control options

View source: R/control_df.R

control_dfR Documentation

Control options

Description

Create a data frame of AERMOD control options.

Usage

control_df(
  title = as.character(NA),
  subtitle = as.character(NA),
  model_opt = c("DFAULT", "CONC"),
  avg_time = c("1", "24", "ANNUAL"),
  pollutant_id = "OTHER",
  flagpole = as.character(NA),
  event_file = as.character(NA),
  error_file = as.character(NA),
  multi_year = as.character(NA),
  debug_opt = as.character(NA)
)

Arguments

title

Title of modeling run. 'TITLEONE' of AERMOD input file.

subtitle

Subtitle of modeling run. 'TITLETWO' of AERMOD input file.

model_opt

Model run options. Enter multiple options as a vector: c("DFAULT", "CONC"). For a complete list of options, see 'MODELOPT' in the AERMOD reference guide at https://www3.epa.gov/ttn/scram/models/aermod/aermod_quick-reference-guide.pdf.

avg_time

Dispersion factor averaging times. Enter multiple options as a vector: c("1", "24", "ANNUAL").

pollutant_id

Pollutant ID. Options: (1) "NO2" (2) "SO2" (3) "OTHER"...

flagpole

Flagpole options.

event_file

File to write AERMOD 'events' to.

error_file

File to write AERMOD errors to.

multi_year

Options for performing multiple "year" AERMOD runs. Use for identifying the highest annual value across multiple years of met data.

debug_opt

"Y" or "N". Turns on automatic debugging routines performed by AERMOD.

Examples

control_df(title         = "Demo Energy Station",
           subtitle      = "Default Run: Hour, Day, Annual",
           model_opt     = c("DFAULT", "CONC"),
           avg_time      = c("1", "ANNUAL"),
           pollutant_id  = "NO2")


dKvale/aermod documentation built on July 5, 2023, 4:25 a.m.