Mellissa S. C. Warner

Results 30 comments of Mellissa S. C. Warner

Thanks for the questions! 1. Putting the trajectories in a list called `moisture` wasn't strictly necessary. There was no sorting or winnowing of trajectories going on, just a calculation applied...

The backwards geometry will be fixed in #33 . The midpoint issue is a relic from an older version of pysplit and will also be fixed in that PR. In...

Actually, there is no midpoint error. Here's how this algorithm works: You have a back trajectory; time steps range from 0 to -30. You choose a 6 hour `interval`. The...

`PySPLIT` calculates moisture uptake starting at the end of the trajectory and moving forwards towards time 0. If your trajectory length is not evenly divisible by your interval, it stops...

since you're missing 'Cumulative_Dist' in your trajectory, have you tried running `traj.calculate_distance()`?

Total attributed fraction (i.e., the total attributed to surface uptake) is `below_total`. 'Below' as a descriptor refers to being under the `vlim` used to define what is surface uptake and...

When file loading fails here, that means you have a file that has a header and at most one line of data: The loader found "PRESSURE" at line `ind`, and...

It's been a while- if you have any ideas you've implemented I'd welcome a PR. In my experience I have not noticed the trajectories imported in any order but either...

Thanks for the question, Nirav! I'm planning to add all the remaining trajectory modes- Trajectory matrices (like in your script), meteorological grid offset ensembles, and multiple trajectories in both space...

It should be possible to plot either the mean at each timestep (so the color changes along the path of the cluster mean), or the overall mean value (so the...