HyProcess: Process HYSPLIT files and save coordinates to table

Description Usage Arguments Examples

View source: R/HyProcess.R

Description

Process HYSPLIT files and save coordinates to table

Usage

1
HyProcess(loc, year_select, hy_alt, nHours, alt.adj=0, ...)

Arguments

loc

character. Name of location, starting point, used in naming subdirectories and files

year_select

numeric vector. Years to be run

hy_alt

character string or vector. Name(s) of hysplit heights to be run

nHours

numeric. Total hours in back trajectories

alt.adj

numeric. Adjustment if more than one location [default is 0]

...

see global arguments: hyDir, pointDir, ask_home

Examples

1
2
#Process all available HYSPLIT downloads and organizes the extracted coordinates of the back trajectories into tables 
HyProcess(loc="delhi",year_select=2007:2013,hy_alt="0.5km",nHours=72)

tianjialiu/HyAirshed-RPackage documentation built on Sept. 24, 2020, 5:13 a.m.