Skip to content
/ aermod Public

R package providing a data frame interface for EPA's air dispersion model AERMOD

License

Notifications You must be signed in to change notification settings

dKvale/aermod

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dev version
0.0.0.9000

aermod

The aermod package provides a data frame interface for EPA's air dispersion modeling platform AERMOD. AERMOD is a steady-state plume model that incorporates air dispersion based on planetary boundary layer turbulence and scaling concepts. It includes treatment of both surface and elevated sources, as well as simple and complex terrain.

http://www.epa.gov/ttn/scram/dispersion_prefrec.htm#aermod


🚩 DISCLAIMER

  • The Windows operating system is required to run EPA's AERMOD .EXE file.
  • The R package is currently designed to run one emission source at a time. Multiple sources may be run as a batch within a for loop.

Install

install.packages("remotes")

remotes::install_github(c("dKvale/installEPA", 
                          "dKvale/bpip", 
                          "dKvale/receptors",
                          "dKvale/aermod"))

Examples

Let's create an AERMOD receptor file: receptors.rou. We'll set the grid to have circles of receptors at every 5 meters from 5 to 100 meters from the center point.

library(aermod)
library(receptors)

recepts <- polar_grid(radii = seq(5, 100, 5))

write_rou(recepts, "receptors.rou")

About

R package providing a data frame interface for EPA's air dispersion model AERMOD

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages