File tree Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -210,12 +210,9 @@ Encoding options
210
210
~~~~~~~~~~~~~~~~
211
211
212
212
It is possible to control via some encoding options how Zarr stores simulation
213
- data.
214
-
215
- Those options can be set for variables declared in process classes. See the
216
- ``encoding `` parameter of :func: `~xsimlab.variable ` for all available options.
217
-
218
- Encoding options may also be set or overridden when calling
213
+ data. Those options can be set for variables declared in process classes. See
214
+ the ``encoding `` parameter of :func: `~xsimlab.variable ` for all available
215
+ options. Encoding options may also be set or overridden when calling
219
216
:func: `~xarray.Dataset.xsimlab.run `.
220
217
221
218
.. warning ::
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ Breaking changes
15
15
explicitly define another fill value in model variable encodings if ``0 `` is
16
16
expected to be a valid (non-missing) data value, or alternatively use
17
17
``mask_and_scale=False `` in the ``decoding `` options passed to
18
- :func: `xarray.Dataset.simlab .run `.
18
+ :func: `xarray.Dataset.xsimlab .run `.
19
19
20
20
Bug fixes
21
21
~~~~~~~~~
You can’t perform that action at this time.
0 commit comments