-
When running the following script I am getting this error. I am on the current version of parcels and have tried with and without netcdf_engine = 'scipy'. Any advice would be much appreciated.
`
…
-
hello! I am new to using lagragian analysis to simulate the currents. I have read your article `Lagrangian ocean analysis: Fundamentals and practices`, which is very detail. and I am interested, also …
-
I'm experiencing issues with using the RNG (which I want to use for JIT mode).
Here's a minimal example:
```python
# standard imports
from parcels import Field, FieldSet, ErrorCode, ParticleSet,…
-
Hello, I'm running a model for ocean litter and because it takes days to finish I am trying to use MPI. After some tests, I realized that the time that takes to finish doesn't improve while running it…
-
I have a problem running oceanparcels with Mercator 1/12 global data (which is run on the NEMO ocean model) with their tri-polar grid.
Importantly, we only downloaded the top 36 levels of data. We…
-
As reported by @phand on https://gitter.im/OceanPARCELS/parcels_running, `Field.show()` does not always correctly determine the extent of the domain for curvilinear grids. This was kind of known, as t…
-
I noticed it was not possible to use functions inside kernels, even though it would be really useful in some cases. Does anyone has any idea to implement this?
-
Hi,
I use Parcels 2.1.4 and I'm getting an error while importing Field at line 16: `from py import path`. Honestly, I didn't understand really what is the module py... I tried to create a new envir…
-
Hi! I had similar problem than #658. Following @delandmeterp suggestions I set `deferred_load=False` . A short simulation was working for parcels version 2.1.2 but not for version 2.1.4, where fieldse…
-
Hello,
I'm fairly new to parcels, so apologies if such error has been dealt before, but I could not see it amongst the previous issues raised.
I have a problem with parcels when loading a large nu…