Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hysplit_trajectory error: object 'run_type' not found #19

Closed
lyggd opened this issue Apr 11, 2018 · 1 comment
Closed

hysplit_trajectory error: object 'run_type' not found #19

lyggd opened this issue Apr 11, 2018 · 1 comment
Assignees

Comments

@lyggd
Copy link

lyggd commented Apr 11, 2018

Hello
I have Error in running hysplit_trajectory for 2015 to 2017.
I download the NARR data from 12/2014 to 1/2018 and 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) 

I got the error message "Error: object 'run_type' not found".
But if I set run_period = c(2015, 2016) , it works OK.
Could you help me figure out this solution?
Thanks a lot
Yi

@rich-iannone
Copy link
Owner

The run_type argument is now gone. Now, for trajectory runs, we expect a vector of dates in the days argument.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants