parcels icon indicating copy to clipboard operation
parcels copied to clipboard

Main code for Parcels (Probably A Really Computationally Efficient Lagrangian Simulator)

Results 110 parcels issues
Sort by recently updated
recently updated
newest added

Currently `parcels` doesn't have the capability to read `Delf3D Flow` simulation NetCDF flow output. Writing a function like `FieldSet.from_nemo()` that parses the NetCDF file from `Flow` into a `parcels` fieldset...

feature
good first issue
oceanography
coding/Python

Hello! as per a previous issue I cant download parcels through conda so using the dev version. Im having an issue when trying to execute a paticle move / kernel....

Hello, I am loading in a NetCDF of ocean currents into a fieldset but getting the following error ``` ------------------------------------------------------------------------- AttributeError Traceback (most recent call last) Input In [47], in...

Hello. I've been looking through the codebase and found the `from_xarray` method has a parameter `time_periodic` that is unused in the logic (despite the docstring indicating that it has a...

Hi Everyone, I've not been successfully validating the output from OceanParcel with the hydrodynamic. When I'm comparing the velocity field from the hydrodynamic and the velocity coming from OceanParcel, they...

With this PR, we are implementing directly saving Parcels trajectory output data in [`zarr`](https://zarr.readthedocs.io/en/stable/) format. With the merging of #1165 in v2.3.1, it was already possible to store the output...

Following the fix in #1175, this now fixes sampling of SummedVectorFields too; see also https://github.com/OceanParcels/parcels/issues/1172#issuecomment-1190315161

Hi Eric and team ! I tried to sample UV velocities with a SummedField field and leaned on an error. ``` In [70]: ksample_UV = pset.Kernel(Sample_Velocity) In [71]: pset.execute(ksample_UV, dt=0)...

Small inconsistency that I found when installing a new development version of Parcels. `_version_setup.py` contains: ``` __version__ = version = '2.3.1.dev239+g31f81d51' __version_tuple__ = version_tuple = (2, 3, 1, 'dev239', 'g31f81d51')...

Locally as well as on cluster, user may have - next to the original storage location of the fieldset files - another storage location for cached, high-speed file access (e.g....