parcels
parcels copied to clipboard
Main code for Parcels (Probably A Really Computationally Efficient Lagrangian Simulator)
Hello I'm testing OceanParcels' NestedField function as I have two fields with different resolutions from a FieldSet.from_nemo field. Until now, when I run the code with the structure suggested in...
I am making some large runs, with a total of 664,798,647 particles, of which roughly 1/7th are active at any one time. (Curious why? Check out https://github.com/JamiePringle/EZfate ). Every 12...
I am running a 3D simulation using NEMO fields, in which I also sample temperature and salinity. One of my temperature files was corrupt and causes Parcels to break, so...
`pyproject.toml` is missing dependencies. These are present in `environment.yml`. See the following list: ``` cgen dask cftime psutil netCDF4 zarr tqdm pymbolic (not sure but I think this is actually...
Adding a note to the kernel loop notebook about naming of the `particle_dlon`, `particle_dlat`, and `particle_ddepth` variables This follows from a conversation with @surgura about confusion why `particle_dlon` etc did...
Following on from the RK45 update (#1539), it might be good to create a tutorial that helps users identify which Advection kernels are most appropriate for their work. This could...
When nearest neighbor interpolation is specified, parcels still runs an iterative procedure, which deviates if a curved grid is used: `fieldset = FieldSet.from_netcdf(filenames, variables, dimensions, interp_method='nearest')` The logger gives: ```...
This PR attempts to implement vertical velocity support for CROCO model output. Note it's still in draft, until it has been thoroughly checked To do - [ ] Conform (with...
`xarray.Dataset.dims` currently returns a dictionary mapping from dimension names to lengths. However, `xarray` developers are [seeking to change that behavior](https://github.com/pydata/xarray/pull/8980), instead returning a set with only dimension names and keeping...
I'm trying to use MPI to speed up a simulation. I'm using Python 3.12 and Parcels 3.0 The simulations halts with the error: File ".../envs/parcels/lib/python3.12/site-packages/parcels/particledata.py", line 40, in partitionParticlesMPI_default mpiProcs...