run_bpip: Run the BPIP downwash model

View source: R/run_bpip.R

run_bpipR Documentation

Run the BPIP downwash model

Description

Call bpip.exe and run input file.

Usage

run_bpip(input = "bpip.inp", output = "bpip_results", exe_folder = "bpip")

Arguments

input

Path to input file.

output

Filename for BPIP results.

exe_folder

Folder containing bpip.exe.

Examples

## Not run: 
run_bpip(input      = "bpip.inp", 
         output     = "bpip_results", 
         exe_folder = "EPA/bpip")

## End(Not run)

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