Erik van Sebille

Results 73 issues of Erik van Sebille

Capturing of `print()` statements from JIT does not work well in Python3 (and also Windows). On jupyter notebooks, the printed output ends up in the terminal, not the notebook itself....

As suggestion by @CKehl in #1009, there is a potential speed improvement in the fieldfilebuffer when no `indices` are provided for lon and lat; by avoiding the unraveling of these...

Changing the syntax for the conda [unix] selector (for MPI to install only on linux and osx), because `sel(unix)` was not widely supported and sometimes led to install problems

Following https://github.com/readthedocs/readthedocs.org/issues/10703, we need to wait for readthedocs to update to a later mamba before we can use the main `environment.yml` file in the parcels root (and thus remove the...

As discovered by @eavellashaw, `FieldSet.from_mom()` does not consider grid rotation and thus gives erroneous results in regions where the grid is not rectilinear in the lon/lat direction. This needs to...

bug
help wanted
oceanography
coding/Python

When a user writes a Kernel with a variable that has the same name as a FieldSet contestant, that throws an unclear error. E.g. ```python fieldset.add_constant('vertical_speed', 0.1) def ArgoVerticalMovement(particle, fieldset,...

The option to use the `indices` dictionary specify what part of a Field to load can be useful at times, but is not discussed anywhere in the documentation. Perhaps good...

help wanted
documentation
good first issue
oceanography

The Parcels `FieldSet.from_mom()` assumes that the data is on a B-grid; but, as @StephenGriffies pointed out, the default grid is a C-grid since MOM6. So `FieldSet.from_mom()` should be changed to...

help wanted
feature
good first issue
oceanography
coding/Python

Today we had a discussion with @VeckoTheGecko, @modhurita and @RoelBrouwer about integration of AI LLMs into Parcels documentation. This Issue is to follow up on that discussion. With the rapid...

As shown in https://github.com/OceanParcels/parcels/issues/1360#issuecomment-1738535942, Parcels can throw a confusing `OutOfBoundsError` when there are negative gradients in the longitude or latitude grids. It would be good to capture these on FieldSet...

enhancement
coding/Python