Skip to content

Commit 0a75dd7

Browse files
Updating text on how-to-cite-parcels
1 parent 006b844 commit 0a75dd7

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/pages/papers-citing-parcels.js

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@ import { Paper } from '@/components/paper'
66
const HowToCite = () => {
77
return (
88
<Box>
9-
<Text>
10-
The main way to cite Parcels is to use the following reference:
9+
<Text mt={8}>
10+
The preferred way to cite the latest version of Parcels in your
11+
publications is to use the following reference:
1112
</Text>
1213
<Accordion allowMultiple>
1314
<Paper
@@ -19,7 +20,7 @@ const HowToCite = () => {
1920
abstract="With the increasing amount of data produced by numerical ocean models, so increases the need for efficient tools to analyse these data. One of these tools is Lagrangian ocean analysis, where a set of virtual particles are released and their dynamics is integrated in time based on fields defining the ocean state, including the hydrodynamics and biogeochemistry if available. This popular methodology needs to adapt to the large variety of models producing these fields at different formats. This is precisely the aim of Parcels, a Lagrangian ocean analysis framework designed to combine (1) a wide flexibility to model particles of different natures and (2) an efficient implementation in accordance with modern computing infrastructure. In the new Parcels v2.0, we implement a set of interpolation schemes to read various types of discretised fields, from rectilinear to curvilinear grids in the horizontal direction, from z- to s- levels in the vertical and different variable distributions such as the Arakawa's A-, B- and C- grids. In particular, we develop a new interpolation scheme for a three-dimensional curvilinear C-grid and analyse its properties. Parcels v2.0 capabilities, including a suite of meta-field objects, are then illustrated in a brief study of the distribution of floating microplastic in the North West European continental shelf and its sensitivity to different physical processes."
2021
/>
2122
</Accordion>
22-
<Text>Other papers detailing Parcels are:</Text>
23+
<Text mt={8}>Other papers that provide details about Parcels are:</Text>
2324
<Accordion allowMultiple>
2425
<Paper
2526
key='Parcels v0.9: prototyping a Lagrangian Ocean Analysis framework for the petascale age'

0 commit comments

Comments
 (0)