Skip to content

Commit 41d42e2

Browse files
Updating the key feature tiles
1 parent 7527dcd commit 41d42e2

1 file changed

Lines changed: 16 additions & 17 deletions

File tree

src/data/features.js

Lines changed: 16 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,34 @@
11
export const Features = [
2-
// TODO: Update this data
32
{
4-
title: 'Feature 1',
5-
text: 'Laboris incididunt proident pariatur eiusmod sunt aliquip.',
3+
title: 'Use data from any rectilinear or curvilinear horizontal grid',
4+
text: 'Parcels works on model outputs including NEMO, POP, MITgcm, and more.',
65
},
76
{
8-
title: 'Feature 1',
9-
text: 'Sit elit excepteur non dolor elit excepteur reprehenderit nisi.',
7+
title: 'Combine data on different grids',
8+
text: 'Create a single Parcels FieldSet from multiple different model outputs.',
109
},
1110
{
12-
title: 'Feature 1',
13-
text: 'Quis ea reprehenderit tempor Lorem in ut labore amet adipisicing deserunt ad est.',
11+
title: 'Define and execute custom kernels',
12+
text: 'Encode custom advection, diffusion, and other particle operations.',
1413
},
1514
{
16-
title: 'Feature 1',
17-
text: 'Tempor velit velit dolore qui incididunt Lorem pariatur laborum magna qui magna in tempor.',
15+
title: 'Advection of particles in 2D and 3D',
16+
text: 'Using built-in kernels for Runge-Kutta4 and Runge-Kutta45.',
1817
},
1918
{
20-
title: 'Feature 1',
21-
text: 'Irure laboris nostrud irure quis irure ex id fugiat magna.',
19+
title: 'Horizontal diffusion of particles',
20+
text: 'Through built-in kernels using the Milstein and Euler-Maruyama schemes.',
2221
},
2322
{
24-
title: 'Feature 1',
25-
text: 'Laboris cupidatat in duis eiusmod nulla et deserunt anim labore amet.',
23+
title: 'Start and remove Particles during execution',
24+
text: 'For example, to simulate oil spills or fish spawning.',
2625
},
2726
{
28-
title: 'Feature 1',
29-
text: 'Reprehenderit pariatur eu magna commodo cupidatat consectetur est irure laborum amet sunt.',
27+
title: 'Particle-particle interactions',
28+
text: 'Simulate particle-particle interactions, such as aggregation and mortality.',
3029
},
3130
{
32-
title: 'Feature 1',
33-
text: 'Occaecat culpa nulla magna aliqua nostrud duis reprehenderit laborum duis quis laborum magna sunt in.',
31+
title: 'Output particle data in zarr format',
32+
text: 'For highly efficient output of particle data.',
3433
},
3534
]

0 commit comments

Comments
 (0)