rich-iannone / splitr

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

Can't run trajectory at the end of the month. (last 3 days) #50

Open m-iqbal-shiddiq opened 4 years ago

m-iqbal-shiddiq commented 4 years ago

Hello..

I'm trying to run trajectory from different point for a month. But, when I try to run trajectory at the end of any month (with duration > 72 hour / 3 days). Code : trajectory1 <- hysplit_trajectory( lat = datafile$latitude[i], lon = datafile$longitude[i], height = 10, duration = 72, days = as.Date(datafile$date[i], "%m/%d/%Y"), daily_hours = 0, direction = "forward", met_type = "gdas1", vert_motion = c(0), model_height = 16000, extended_met = TRUE, met_dir = paste(getwd(),"/Data_Meteorologi/", sep = ''))

I got error message : execution failed with error code 900 Warning: Error in : This tidyselect interface doesn't support predicates yet. i Contact the package author and suggest usingeval_select(). 174: <Anonymous>

I used the latest version of splitR, according to the previous error issue. But still can't. Please help, sir.

Thank You..