-
Hi @willirath,
All the students installing Parcels on a Windows machine are coming to me with the same problem. They can't download the examples using the command:
`parcels_get_examples parcels_…
-
Hello,
this more than an issue is a question, sorry if this is not the right place where to ask for.
I am using OceanParcels for my project and I can track my objects backward and forward-in-time …
-
When calling the fieldset.U.show() for a HYCOM dataset, only the positive lon values are displayed. (Hycom Lon values range from 0 to 360 deg.)
![hycom_w_oceanparcels](https://user-images.githubuse…
-
Hello,
First of all, I have to thank you for developing this tool and making everything open source! I've been able to learn and fix most issues I encountered through GitHub issues and repositories…
-
(cc: @schmidt-christina)
Currently, string comparison is done via identity checking (e.g., `interp_method is "linear"` in https://github.com/OceanParcels/parcels/blob/master/parcels/field.py#L625 f…
-
```python
kernels = pset.Kernel(AdvectionRK4) + TrackVelocity2D
```
The custom kernel `TrackVelocity2D` is to track 2D particle velocities in m/s instead of degree/s.
with `TrackVelocity2D`:
…
-
Hello, I'm trying to understand how the brownian motion kernel works.
To get an example working I've been building off of the brownian motion example here: https://github.com/OceanParcels/parcels/b…
-
Hello,
I am trying to run parcels with some Nemo outputs, but I am getting this error:
NotImplementedError Traceback (most recent call last)
in ()
21 '…
-
Hi Philippe and Eric !
I run multi independent launches of Parcels on a cluster (one submission is realized over 4 nodes of 32 processors = 128 Parcels processes at one time), and I am experienci…
-
```
UnsatisfiableError: The following specifications were found to be in conflict:
- matplotlib=2.2.0
- parcels -> matplotlib=2.0.2
```