-
I installed parcels via conda-forge and tqdm was not installed resulting in a:
```
---------------------------------------------------------------------------
ModuleNotFoundError …
-
Using the abs() function in parcels kernels leads to unexpected behavior for me. It does not work for floats, I made a small notebook to reproduce the problem:
https://github.com/OceanParcels/Global_…
-
Sorry, this issue can be closed, I have seen your answer in the closed issue section.
Best,
Arthur
-
Hi,
I'm trying to add the wind fields to my fieldset in order to implement the windage; this is the code that I'm using:
`data_current = "20180101_h-CMCC--RFVL-MFSe3r1-MED-b20200901_re-sv01.00.nc"…
-
Thanks so much for producing OceanParcels! It's a wonderful tool.
I have been receiving a persistent OutofBoundsError, and I'm not sure why. I use a 'DeleteParticle' command to delete my particles …
-
**Steps to reproduce problem:**
```
conda create -n parcels_test -c conda-forge parcels jupyter cartopy ffmpeg
conda activate parcels_test
conda remove --force parcels
pip install git+https://…
-
I'm getting this `DeprecationWarning`:
```
DeprecationWarning: In future, it will be an error for 'np.bool_' scalars to be interpreted as an index
self.cstruct = CStructuredGrid(self.xdim, se…
-
- [ ] I read [the conda-forge documentation](https://conda-forge.org/docs/user/introduction.html#how-can-i-install-packages-from-conda-forge) and could not find the solution for my problem there.
…
-
follows OceanParcels/parcels#548
Could xgcm be leveraged to generate expanded DataArrays that contain halo points from other faces (I am typically thinking about llc type grids)?
Or does it go aga…
-
I have run into a problem where Parcels is returning a `OutOfTimeError` when a negative time step is used. It is possible that this error is related to the error described in #1069 (I discovered this …