Learn R Programming

SplitR (version 0.3)

hysplit_dispersion_config: Create config file for dispersion runs

Description

This function creates a default SETUP.CFG configuration file and places it in the user-specified 'working' folder. This file must be located in the working directory before any HYSPLIT dispersion models can be run.

Usage

hysplit_dispersion_config(path_wd)

Arguments

path_wd

a full path should be provided for the HYSPLIT working directory.

Examples

Run this code
# NOT RUN {
# Create a default SETUP.CFG file for dispersion runs
hysplit_dispersion_config(path_wd = "C://hysplit//working//")
# }

Run the code above in your browser using DataLab