Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Parcels documentation
=====================


Welcome to the documentation of Parcels. **Parcels** (Probably A Really Computationally Efficient Lagrangian Simulator) is a set of Python classes and methods to create customisable particle tracking simulations using output from Ocean Circulation models. Parcels can be used to track passive and active particulates such as water, plankton, `plastic <http://www.topios.org/>`_ and `fish <https://github.com/Jacketless/IKAMOANA>`_.
Welcome to the documentation of Parcels. **Parcels** provides a set of Python classes and methods to create customisable particle tracking simulations using gridded output from (ocean) circulation models. Parcels can be used to track passive and active particulates such as water, plankton, `plastic <http://www.topios.org/>`_ and `fish <https://github.com/Jacketless/IKAMOANA>`_.
Copy link
Copy Markdown
Contributor

@VeckoTheGecko VeckoTheGecko Apr 17, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

set of Python classes and methods to create

A bit off-tangent for this PR, but thoughts on "modelling framework to create"?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Well, I like that we explicitly state it's a set of Python classes and methods; I always emphasise that in my presentations to oceanographers because they typically think of a modelling framework as a black-box code that you can adapt using nameless etc; while Parcels is more a toolset. So I'd prefer to keep as is

Copy link
Copy Markdown
Contributor

@VeckoTheGecko VeckoTheGecko Apr 22, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

because they typically think of a modelling framework as a black-box code

I see. From a software engineering/data science POV hearing "framework" I think of something like Pandas (dataframes) and Sklearn (fit-predict) APIs that offer a lot of flexibility but provide a structured way of thinking about the problem.

So I'd prefer to keep as is

Sounds good. Our main target demographic is oceanographers anyway :)


.. figure:: _static/homepage.gif
:class: dark-light
Expand Down
Loading