run_aermod: Run AERMOD

View source: R/run_aermod.R

run_aermodR Documentation

Run AERMOD

Description

Call aermod.exe and run input file

Usage

run_aermod(
  input = "aermod.inp",
  out_file = "aermod.out",
  exe_folder = "aermod",
  silent = FALSE
)

Arguments

input

Path to input file.

out_file

File name for saving model output. Defaults to value of title in the provided input file.

exe_folder

Folder containing aermod.exe.

silent

Print results to screen. TRUE or FALSE

Examples

## Not run: 
run_aermod(data       = "aermod.inp", 
           out_file   = "aermod_results", 
           exe_folder = "aermod_exe")

## End(Not run)

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