Uh oh!
There was an error while loading. Please reload this page.
Parcels v4 paper - #2838
Conversation
@fluidnumericsJoe This is where we're writing the paper for JOSS :) . I've put a first draft together, it would be great to have your review on it. No particular rush - @erikvansebille is on leave until the 31st now - but thought I would give you a heads up. Happy to discuss when we next meet. |
VeckoTheGecko
commented
Aug 19, 2026
Looking through the section requirements for JOSS, the paper should also have a "State of the field" section. Maybe would be best if you write that @erikvansebille ? Happy to hear your thoughts too @fluidnumericsJoe of course. |
There was a problem hiding this comment.
note to self: fset=fset+fset
Uh oh!
There was an error while loading. Please reload this page.
erikvansebille
left a comment
There was a problem hiding this comment.
Some detailed textual suggestions and questions below
There was a problem hiding this comment.
In the spirit of reproducibility, is it an idea to also provide the code that created this figure? So that others can adapt it?
| @article{Hoyer2017, | ||
| title = "xarray: {N-D} labeled Arrays and Datasets in Python", | ||
| author = "Hoyer, Stephan and Hamman, Joe", | ||
| abstract = "xarray is an open source project and Python package that |
There was a problem hiding this comment.
abstracts are not needed for the references. Remove them to reduce clutter?
| index: 1 | ||
| - name: Fluid Numerics, Hickory, NC, USA | ||
| index: 2 | ||
| date: 17 August 2026 |
There was a problem hiding this comment.
Don't forget to update this just before submission
| # Summary | ||
| Parcels [@Lange2017; @Delandmeter2019] is a highly customisable Lagrangian simulation framework. | ||
| Version 4 of the software is a major update which overhauls the software internals to natively leverage Xarray [@Delandmeter2019] dataset objects. |
There was a problem hiding this comment.
Is @Delandmeter the right reference for Xarray here? Better to cite https://doi.org/10.5334/jors.148?
| Parcels [@Lange2017; @Delandmeter2019] is a highly customisable Lagrangian simulation framework. | ||
| Version 4 of the software is a major update which overhauls the software internals to natively leverage Xarray [@Delandmeter2019] dataset objects. | ||
| This makes Parcels compatable with many new data formats (e.g., Zarr, Icechunk) and execution modes (e.g., streaming data from cloud buckets or other data providers - such as the [Copernicus Marine Data Store](https://marine.copernicus.eu/)). | ||
| With this update Parcels also adds several new features, including support for unstructured grid datasets (enabling simulations on (combinations of) different grid geometries), support for custom interpolators (surfacing to scientists even more control over the numerics of their simulation), and trajectory output in Parquet format. |
There was a problem hiding this comment.
| With this update Parcels also adds several new features, including support for unstructured grid datasets (enabling simulations on (combinations of) different grid geometries), support for custom interpolators (surfacing to scientists even more control over the numerics of their simulation), and trajectory output in Parquet format. | |
| With this update, Parcels also adds several new features including support for unstructured grid datasets (enabling simulations on (combinations of) different grid geometries), support for custom interpolators (surfacing to scientists even more control over the numerics of their simulation), and trajectory output in Parquet format. |
| A key use-case of the Parcels version 4 is the combining of various model data which not only have different sources, but also very different grid geometries. | ||
| In this section we present an example simulation focused on the Dutch coast. | ||
| We combine flow data from Deltares’ 3D DCSM-FM model, SWAN Wave model data from Rijkswaterstad, and wind model data from Copernicusmarine. |
There was a problem hiding this comment.
| We combine flow data from Deltares’ 3D DCSM-FM model, SWAN Wave model data from Rijkswaterstad, and wind model data from Copernicusmarine. | |
| We combine flow data from Deltares’ 3D DCSM-FM model, SWAN Wave model data from KNMI, and wind model data from Copernicusmarine. |
| In this section we present an example simulation focused on the Dutch coast. | ||
| We combine flow data from Deltares’ 3D DCSM-FM model, SWAN Wave model data from Rijkswaterstad, and wind model data from Copernicusmarine. | ||
| The 3D DCSM-FM model is an unstructured model, while the other two use structured mesh geometries. |
There was a problem hiding this comment.
| The 3D DCSM-FM model is an unstructured model, while the other two use structured mesh geometries. | |
| The 3D DCSM-FM model is an unstructured model, SWAN has a structured curvilear grid, and Copernicusmarine provides data on a structured rectilinear grid geometry. |
| We advect the particles for a total of a month (from 2025-11-01 to 2025-12-01) with a timestep of 10 minutes. | ||
| The figure below shows the varied types of data and grid geometries that we combine, along with the resulting particle tracks. | ||
|  |
There was a problem hiding this comment.
If the caption is indeed between brackets, then for example
|  | |
|  |
| The 3D DCSM-FM model is an unstructured model, while the other two use structured mesh geometries. | ||
| We seed particles along the Dutch coast, and within estuaries facing the North Sea. | ||
| We advect the particles for a total of a month (from 2025-11-01 to 2025-12-01) with a timestep of 10 minutes. | ||
| The figure below shows the varied types of data and grid geometries that we combine, along with the resulting particle tracks. |
There was a problem hiding this comment.
| The figure below shows the varied types of data and grid geometries that we combine, along with the resulting particle tracks. | |
| Figure 2 shows the varied types of data and grid geometries that we combine, along with the resulting particle tracks. |
| # Research impact statement | ||
| Parcels has been cited in over 330 peer reviewed scientific papers so far mostly within the field of oceanography. | ||
| This software update expands the reach of Parcels both to more users within oceanography, and in other domains. |
There was a problem hiding this comment.
Perhaps move the sentences above about dropping "ocean" to here?
No description provided.