Skip to content

Commit d892bd2

Browse files
committed
quantisation
1 parent e382d4b commit d892bd2

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

docs/source/introduction.rst

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,7 @@ may nonetheless be modified in memory.
6161
: longitude(128) = [0.0, ..., 357.1875] degrees_east
6262
: height(1) = [2.0] m
6363
64-
The `cf` package uses :ref:`Dask <Performance>` for all of its array
65-
manipulation and can:
64+
The `cf` package can:
6665

6766
* read :term:`field constructs <field construct>` and :term:`domain
6867
constructs <domain construct>` from netCDF, CDL, PP and UM datasets
@@ -120,7 +119,10 @@ manipulation and can:
120119

121120
* apply differential operators to field constructs,
122121

123-
* create derived quantities (such as relative vorticity).
122+
* create derived quantities (such as relative vorticity),
123+
124+
* read and write that data that are quantized to eliminate false
125+
precision.
124126

125127
----
126128

@@ -146,9 +148,9 @@ of plotting possibilities with example code.
146148
**Performance**
147149
---------------
148150

149-
As of version 3.14.0 (released 2023-01-31), cf uses :ref:`Dask
150-
<Performance>` for all of its data manipulations, which provides lazy,
151-
parallelised, and out-of-core computations of array operations.
151+
The `cf` package uses :ref:`Dask <Performance>` for all of its data
152+
manipulations, which provides lazy, parallelised, and out-of-core
153+
computations of array operations.
152154

153155
----
154156

0 commit comments

Comments
 (0)