Skip to content
Open
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/user_guide/examples/explanation_performance.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ This will make Parcels use `numpy` functions in the interpolation routines, whic

_Uses Parcels Backend: ChunkCachedArray_

**Best for: large Datasets (more than a few GB) and particles distributed over the entire domain**
**Best for: large Datasets (more than a few GB) and particles in only a small region of the domain**

If your Dataset is so large that it doesn't fit into memory, you can use the {py:func}`parcels.FieldSet.to_chunk_cached_arrays()`.
This constructs a cache where individual (dask) chunks of data are stored.
Expand Down