Skip to content

Commit

Permalink
doc fixes and tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
benbovy committed Nov 16, 2020
1 parent b3e7e93 commit fbffbb8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
9 changes: 3 additions & 6 deletions doc/io_storage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -210,12 +210,9 @@ Encoding options
~~~~~~~~~~~~~~~~

It is possible to control via some encoding options how Zarr stores simulation
data.

Those options can be set for variables declared in process classes. See the
``encoding`` parameter of :func:`~xsimlab.variable` for all available options.

Encoding options may also be set or overridden when calling
data. Those options can be set for variables declared in process classes. See
the ``encoding`` parameter of :func:`~xsimlab.variable` for all available
options. Encoding options may also be set or overridden when calling
:func:`~xarray.Dataset.xsimlab.run`.

.. warning::
Expand Down
2 changes: 1 addition & 1 deletion doc/whats_new.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Breaking changes
explicitly define another fill value in model variable encodings if ``0`` is
expected to be a valid (non-missing) data value, or alternatively use
``mask_and_scale=False`` in the ``decoding`` options passed to
:func:`xarray.Dataset.simlab.run`.
:func:`xarray.Dataset.xsimlab.run`.

Bug fixes
~~~~~~~~~
Expand Down

0 comments on commit fbffbb8

Please sign in to comment.