uataq / stilt

Stochastic Time-Inverted Lagrangian Transport model
https://uataq.github.io/stilt/
49 stars 17 forks source link

following problem when running multiple receptors #91

Closed XIR-art closed 1 year ago

XIR-art commented 1 year ago

Hello, I have the following problem when running multiple receptors: Error in r_run_time + layers * interval : non-numeric argument to binary operator. Here is my code, receptors <- data.frame( run_time=c("2015-12-10 00:00:00","2015-12-10 03:00:00"), lati = c(40.766189,40.81235), long = c(-111.847672,-111.754683), zagl = c(25,25), stringsAsFactors=FALSE )