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

runhysplit not running with GDAS0p5 or GFS0p025 #330

Open
bsinha1 opened this issue Mar 4, 2023 · 0 comments
Open

runhysplit not running with GDAS0p5 or GFS0p025 #330

bsinha1 opened this issue Mar 4, 2023 · 0 comments
Labels
bug Bugs in the current release of openair hysplit 🌐 HYSPLIT trajectories & associated openair functions

Comments

@bsinha1
Copy link

bsinha1 commented Mar 4, 2023

I am trying to execute run hysplit with higher resolution meteorological files. When I execute the same command using the reanalysis met file it works

data_out <- run_hysplit(latitude = 30.665704, longitude = 76.729382, runtime = -120, start_height = 50, model_height = 10000, start = 2019, end = "2019-01-05", hysplit_exec = "C:/hysplit/exec", hysplit_input = "E:/reanalysis", hysplit_output = "C:/hysplit/working", site = "Mohali")

but with the other meteorological set it does not

data_out <- run_hysplit(latitude = 30.665704, longitude = 76.729382, runtime = -120, start_height = 50, model_height = 10000, start = 2019, end = "2019-01-05", hysplit_exec = "C:/hysplit/exec", hysplit_input = "E:/GDAS05", hysplit_output = "C:/hysplit/working", site = "Mohali")

It is not a problem of the met files not being there because hysplit desktop is running them and creating the tdump files.
If this can't work for some reason then is there some code to read in the tdump outputs of the hysplit desktop?

@jack-davison jack-davison added bug Bugs in the current release of openair hysplit 🌐 HYSPLIT trajectories & associated openair functions labels Mar 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Bugs in the current release of openair hysplit 🌐 HYSPLIT trajectories & associated openair functions
Projects
None yet
Development

No branches or pull requests

2 participants