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

Query regarding the usage of Hysplit to generate back trajectory data for analysis #342

Open
gokulbalagopal opened this issue May 11, 2023 · 6 comments
Labels
hysplit 🌐 HYSPLIT trajectories & associated openair functions question Questions about function use or interpretation

Comments

@gokulbalagopal
Copy link

Please ask your question about openair. This could be about how to properly use openair functions, interpret plots, or something else entirely.

Before you submit your issue, it may be useful to check through the openair book just to make sure your question hasn't already been answered!

Feel free to delete these instructions before you submit your issue.


Your question, with example code/reprex if appropriate.

@gokulbalagopal gokulbalagopal added the question Questions about function use or interpretation label May 11, 2023
@gokulbalagopal gokulbalagopal changed the title Hi, I am having some issue with using the hysplit Query regarding the usage of Hysplit to generate back trajectory data for analysis May 11, 2023
@gokulbalagopal
Copy link
Author

gokulbalagopal commented May 11, 2023

Hi, I am having some issue with the hysplit function. I downloaded the run_hysplit.R code, installed the hysplit software for windows. I gave the path to my trajData (input data) and also the path to store the output file. The trajData, I am using is the "gdas1.jan23.w5". When I run the code, the data_out variable is empty and I am not getting any errors. I have attached the pics to my hysplit exec directory , trajData directory and the comments after the code is ran. The code is given below:

library(devtools) source_gist("https://gist.github.com/davidcarslaw/c67e33a04ff6e1be0cd7357796e4bdf5", filename = "run_hysplit.R") library(run_hysplit) data_out <- run_hysplit( latitude = 36.134, longitude = -5.347, interval = "3 hour", runtime = -96, start_height = 10, model_height = 10000, start = "2023-01-29", end = "2023-01-31", hysplit_exec = "C://hysplit//exec", hysplit_input = "C://Users//usr_name//OneDrive//Documents//trajData", hysplit_output = "C://Users//usr_name//OneDrive//Documents//temp", site = "gibraltar")
after running the code
hysplit_exec
hysplit_trajdata

I am new to hysplit trajectory analysis, so please kindly my naïve mistakes and let me know how I can undo them.
Thanks,
Gokul

@masabhathini
Copy link

Hi Gokul,

hysplit_input = "C://Users//usr_name//OneDrive//Documents//trajData"
Pls, check. Have you changed your directory path ?
Regards,
M. Sateesh

@gokulbalagopal
Copy link
Author

gokulbalagopal commented May 11, 2023

@masabhathini , I didn't want to display my user name in here, that's why I gave it as usr_name. I am not getting any path error
Thanks,
Gokul

@jack-davison jack-davison added the hysplit 🌐 HYSPLIT trajectories & associated openair functions label May 14, 2023
@gokulbalagopal
Copy link
Author

If any one could help me with this, it would be really appreciated

@Harriet723
Copy link

Hi, I am having some issue with the hysplit function. I downloaded the run_hysplit.R code, installed the hysplit software for windows. I gave the path to my trajData (input data) and also the path to store the output file. The trajData, I am using is the "gdas1.jan23.w5". When I run the code, the data_out variable is empty and I am not getting any errors. I have attached the pics to my hysplit exec directory , trajData directory and the comments after the code is ran. The code is given below:

library(devtools) source_gist("https://gist.github.com/davidcarslaw/c67e33a04ff6e1be0cd7357796e4bdf5", filename = "run_hysplit.R") library(run_hysplit) data_out <- run_hysplit( latitude = 36.134, longitude = -5.347, interval = "3 hour", runtime = -96, start_height = 10, model_height = 10000, start = "2023-01-29", end = "2023-01-31", hysplit_exec = "C://hysplit//exec", hysplit_input = "C://Users//usr_name//OneDrive//Documents//trajData", hysplit_output = "C://Users//usr_name//OneDrive//Documents//temp", site = "gibraltar") after running the code hysplit_exec hysplit_trajdata

I am new to hysplit trajectory analysis, so please kindly my naïve mistakes and let me know how I can undo them. Thanks, Gokul

Hi, have you solved this problem yet, I'm having the same problem as you, can I ask how you solved it? Thank you in advance.

@gokulbalagopal
Copy link
Author

Hi Harriet723, sorry for the delayed response. I started using Pysplit package for my analysis

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hysplit 🌐 HYSPLIT trajectories & associated openair functions question Questions about function use or interpretation
Projects
None yet
Development

No branches or pull requests

4 participants