pysplit
pysplit copied to clipboard
A package for HYSPLIT air parcel trajectory analysis.
Hi all, I googled this as well. So example data and my own data from gdas are giving this error in the title. I do not know why ``` import...
Hi Mellissa, I have been trying to run the docs/examples/bulk_trajgen_example.py but I am getting this error when running it: File "C:\Users\Danny Vargas\.conda\envs\pysplitenv\lib\subprocess.py", line 1207, in _execute_child startupinfo) **FileNotFoundError: [WinError 2]...
How to deal with multiple starting locations since generate_bulktraj() only processes one tuple of coordinates?
I am still learning python, and I am trying to get back trajectories as follows: pysplit.generate_bulktraj('kor', r'C:/hysplit/working', r'E:/trajectories/kor', r'E:/gdas', [2019], [10], [21], [100, 500], (38.419, -5.083), -168, meteo_bookends=([1,2]),monthslice= slice(8,-22,1), get_clipped=...
Hello, Mellissa I had some technical questions about moisture uptake and flux parts. I see in the closed issues, Maria has raised it already (Feb 16, 2017), but I was...
Hi I'm using python 3.6 in a virtual environment of anaconda to run pysplit. I'm using JupyterLab to run the scripts. I tried to run the "bulk_trajgen_example.py" script, but I...
Hello, I can run the basic_scatterplotting.py and basic_plotting_example.py, but where is the picture, it doesn't show. I run pysplit on LINUX
Hi Mellissa I just followed your 2018 paper. And I met with this problem when running codes from line 74 to 76. ``` # Make then edit text file of...
If the pysplit can run with the hysplit on LINUX which also have "hycs_std" file.
Hi, I have been looking at using PySPLIT for handling hysplit back trajectories for volcanic plumes. These often go above 10000m so I would like to be able to raise...