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

Running PySPLIT without HYSPLIT #94

Open
H0omaN opened this issue Apr 15, 2022 · 5 comments
Open

Running PySPLIT without HYSPLIT #94

H0omaN opened this issue Apr 15, 2022 · 5 comments

Comments

@H0omaN
Copy link

H0omaN commented Apr 15, 2022

Hi everyone,

I am new in using PySPLIT. I am wondering if it is possible to run PySPLIT without having the HYSPLIT installed. I would like to do a baktrajectory analysis over the big size data on a server and its not possible to get the HYSPLIT installed on it.

Thanks,
Hooman

@zhanghan12345
Copy link

Hi H0omaN, I would like to do the same thing as you, if you have a solution please let me know, thank you very much.

1 similar comment
@zhanghan12345
Copy link

Hi H0omaN, I would like to do the same thing as you, if you have a solution please let me know, thank you very much.

@zhanghan12345
Copy link

I have successfully run it under linux.
Firstly, you should download the HYSPLIT FOR LINUX (https://www.ready.noaa.gov/ready2-bin/getlinuxtrial.pl).
Then, decompressing it.
At last, Installing the pysplit in a conda virtual environment(https://github.com/mscross/pysplit#installing-in-a-conda-virtual-environment).
You can find the hyts_std in /user/hysplit/exec/. load it
Hope this is helpful for all of you who are confused

@vwgeiser
Copy link

vwgeiser commented Apr 5, 2024

@mscross It says in bulk_trajgen_example.py:

Trajectory Generation

PySPLIT includes a method that calls HYSPLIT to generate trajectories
launched from a single location over as many months and years as desired in
a single comprehensive batch.

Requirements

HYSPLIT installation

Unlike the majority of PySPLIT, this feature requires a local installation
of HYSPLIT, which can be acquired from the NOAA ARL
herehttp://ready.arl.noaa.gov/HYSPLIT.php_.

The location of the hyts_std executable must be known.

Is there any way to run PySPLIT AND still be able to use the generate_bulktraj() function without a local HYSPLIT installation?

or is this something I can help you develop?

@amsmith1109
Copy link

Is there any way to run PySPLIT AND still be able to use the generate_bulktraj() function without a local HYSPLIT installation?

or is this something I can help you develop?

Pysplit is just a wrapper for hysplit. Running pysplit without hysplit would mean re-inventing hysplit.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants