rich-iannone / splitr

Use the HYSPLIT model from inside R and do more with it
Other
141 stars 60 forks source link

hysplit_trajectory Error: object 'run_type' not found #18

Closed lyggd closed 6 years ago

lyggd commented 6 years ago

I am running SplitR an here is my code:

trajectory <- 
  hysplit_trajectory(
    lat = 32.6903,
    lon = -114.6144,
    height = 10,
    duration = 48,
    run_period = c(2015, 2016, 2017),
    daily_hours = c(0, 6, 12, 18),
    direction = "backward",
    met_type = "narr",
    extended_met = FALSE)