-
Hello,
I have some data whose lon and lat variables are given as matrices not arrays. Whereas the projected_coordinates are arrays (see the picture).
I am trying to add field from ncdf but I don'…
-
I have two questions about ParticleFile options - firstly, is there a non-hacky way to set `to_write=False` for one of the default JITParticle variables (e.g. depth)? Secondly, is there by any chance …
-
A few changes to AST in python 3.8 break parcels' code generation. See https://github.com/OceanParcels/parcels/pull/753
-
Dear anyone,
I am a very beginner of python and working on the very beginning of the first tutorial now.
My issue is when I use hycom netCDF files at the section of "Reading in data from arbritrar…
-
Good day.
Is is possible to combine multiple fieldsets (different variables) from multiple netcdf files with different resolutions into a single fieldset? I currently have to pre-process the data t…
-
Hello all,
When running the new version of Parcels (v2.2.0) I encountered the following error, resultant from the 'fieldset.add_field' function:
```python
Traceback (most recent call last):
…
-
At the moment, we rely on a fork of parcels which has been converted to a structure of arrays for efficiency. This involves a lot of changes which makes it hard to re-integrate with upstream master. B…
-
At the moment, we make a few assumptions about things: mainly that all data is co-located on a single grid. This wouldn't hold e.g. on a C-grid, where U, V and tracers are all staggered differently fr…
-
Hello,
First off, we are excited to continue using such an efficient and customizable particle tracking software! We are using 3D advection to simulate coral larval dispersal in a high resolution d…
-
First of all, thanks for this great software piece!
We are using OceanParcels for simulating underwater objects and we would like to have the ability to stop the simulation when a certain condition…