|
1 | 1 | export const Features = [ |
2 | | - // TODO: Update this data |
3 | 2 | { |
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.', |
6 | 5 | }, |
7 | 6 | { |
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.', |
10 | 9 | }, |
11 | 10 | { |
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.', |
14 | 13 | }, |
15 | 14 | { |
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.', |
18 | 17 | }, |
19 | 18 | { |
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.', |
22 | 21 | }, |
23 | 22 | { |
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.', |
26 | 25 | }, |
27 | 26 | { |
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.', |
30 | 29 | }, |
31 | 30 | { |
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.', |
34 | 33 | }, |
35 | 34 | ] |
0 commit comments