write_aerscreen: Write a data frame to an AERSCREEN input file

View source: R/write_aerscreen.R

write_aerscreenR Documentation

Write a data frame to an AERSCREEN input file

Description

Output an AERSCREEN input file from a data frame of AERSCREEN parameters.

Usage

write_aerscreen(data = NULL, path = NULL, out_file = "aerscreen.out",
  control = NULL, sources = NULL, buildings = NULL, surface = NULL)

Arguments

data

Data frame of AERSCREEN modeling parameters.

path

Path to write input file to. If blank, returns a character string. Defaults to "aerscreen.inp".

out_file

File to save AERSCREEN modeling results to. Defaults to "aerscreen.out".

control

Data frame of control parameters. If blank, control parameters from data are used.

sources

Data frame of source parameters. If blank, source parameters from data are used.

buildings

Data frame of building parameters for BPIP. If blank, building parameters from data are used.

surface

Data frame of surface characteristics. If blank, surface characteristics from data are used.

Examples

aerscreen_inp <- new_aerscreen()

write_aerscreen(data = aerscreen_inp, path = "aerscreen.inp")

dKvale/aerscreen documentation built on Aug. 30, 2022, 2:05 a.m.