pysplit icon indicating copy to clipboard operation
pysplit copied to clipboard

A package for HYSPLIT air parcel trajectory analysis.

Results 39 pysplit issues
Sort by recently updated
recently updated
newest added

hi Mellissa! I want to plot a different color graph for each day. So I made two codes. The first one is > `import pysplit > > trajgroup = pysplit.make_trajectorygroup(r'C:\Users\lg\Desktop\trajectory\jeju06*.txt')...

![图片](https://user-images.githubusercontent.com/28124362/70374066-c81e3d80-1929-11ea-8d77-5548aeb71e63.png) Is there a method that can calculate a traj given 'lat','lon' and 'pressure'(rather rhan 'altitude')?

Hi Melissa, Would it be possible to include a `sort()` method to `TrajectoryGroup` which is sorting the trajectories based on their IDs in `trajids`? The trajectory files that I have...

HI, I am using pysplit to generate backtrajectories. When calculating the integration error, sometimes, this error comes up "Trajectory C:/Users/User/Desktop/serv_trajs/london17\london17dec0000winter20171201031.0 has a bad reverse trajectory: 120 hours instead of 51...

I'm using the 0.35 version of pysplit. I run it once without a problem, but now with another run of hysplit I get this error message: ``` File "C:\Miniconda3\envs\pysplitenv\lib\site-packages\pysplit\hy_processor.py", line...

I'm using python 3.6 in a virtual environment of anaconda to run pysplit. I use Spyder to run the scripts. I'm trying to get the pictures from a cluster run,...

In Sodemann et al. (2008), they did not discount previous dq at h = 0 (see table 1), but in the current code it did get discounted. If the current...

Hi Mellissa, I have been using the web-based version of HYSPLIT to generate many trajectories with the NAM 12 km (pressure) meteorology. Because this process is onerous, I was wondering...

I ran pysplit on mac with GDAS1 datasets. I got GDAS files from ARL FTP(/archives/gdas1) and generated bulk trajectories using generate_bulktraj as shown below. ![image](https://github.com/user-attachments/assets/767fc45d-1611-4ff6-8403-2977ba5526bb) But I realized that the...