pysplit
pysplit copied to clipboard
A package for HYSPLIT air parcel trajectory analysis.
Dear Melissa, I recently downloaded bulk trajectories that arrive at different altitudes (500 m, 1000 m, 1500 m, and 2000 m AGL) and would like to create a graph plotting...
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...
I get the error: "ValueError: invalid literal for int() with base 10: 'L'" I am using the example script for trajectory generation with pysplit with ERA5 data. My data is...
Does any one have any global ERA5 reanalysis data converted to ARL weekly or monthly files to share? Or is there somewhere I can download them ready for use with...
I used pysplit.make_trajectorygroup to load the data files I generated through pysplit.generate_bulktraj, I definitely have them. However, although I have those data files in correct path, I successfully run the...
When using PySplit, I noticed the following description in the `generate_bulktraj` function: _meteo_bookends : tuple of lists of ints Default ([4, 5], [1]). To calculate a month of trajectories, files...
Is anyone else facing an issue with the set_rainstatus for the recent dataset, 2021-2023 (gdas1)? traj.rainy is mostly 0 for any location. Is it a data problem or pysplit?
This pull request is to add one file under the pysplit directory to expand functionality related to met data discovery. It does not alter any current functionality, but could later...
Hello all: I would like to capture some basic variables like u/v and potential vorticity along trajectories in the output file. How can I realize this? Thank you all!
Dear Mellissa, First off, great package that really facilitates my analysis ! Thank you :) I'm currently doing an analysis for which I need to estimate the back trajectories within...