rich-iannone / splitr

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

start date/times not considered in SplirR ? #41

Open elhamba opened 4 years ago

elhamba commented 4 years ago

Hi Richard, Thanks again for your great effort improving the package. I have a question:

in Hysplit_trajectory function doesn't take into account the start time(s) and day(s): for example if I wanna run hysplit at 2019-09-30 23:00 every 3 hours, the model should start its runs at the following datetimes (according to the tdump tdump.txt file (attached here) generated by running Hysplit online): Year month day hour 19 9 30 23
19 9 30 20
19 9 30 17
19 9 30 14
19 9 30 11
19 9 30 8
19 9 30 5
19 9 30 2

But SplitR starts are set at the hour intervals (i.e. daily hours) instead (e.g., 2019-9-30 00:00, 2019-9-30 03:00, 2019-9-30 06:00 etc).

I may have got this totally wrong- but please let me know if I'm missing something.