-
Notifications
You must be signed in to change notification settings - Fork 62
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
Backwards dispersion models don't work #81
Comments
AlFontal
changed the title
Proper calling of backwards dispersion models
Backwards dispersion models don't work
Aug 16, 2023
I think I might have noticed an issue in the Lines 68 to 89 in 4485112
|
This was referenced Aug 17, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi!
Thanks for wrapping HYSPLIT with such a nice R package!
I was able to get the last version running and did some test runs on dispersion models. Everything seems to work correctly for the 'forward' models, but I am unable to properly run 'backward' models. Just building on the example dispersion model:
However, if I now change to a 'backwards' model, and edit the time such that:
This basically generates an empty output table.
Then I thought, okay, maybe start and end time definitions are switched in the backwards case, so I test with the following:
However, again we obtain an empty output table.
Simply as a last resort, if I test simply changing the
direction
parameter with the original example (of course, start and end times in the future of the release start-end don't make sense in a backwards scenario, but just for testing purposes):This does give a result, which happens to be exactly the same as when we test with the
forward
direction.So, given this, has anyone been able to successfully run a backwards dispersion model with
splitr
?The text was updated successfully, but these errors were encountered: