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
5 changes: 3 additions & 2 deletions doc/quickstart/find_data.rst
Original file line number Diff line number Diff line change
Expand Up @@ -547,8 +547,9 @@ is always disabled.

.. warning::

To get all desired time points, do **not** use ``start_year`` and
``end_year`` in the recipe, but rather ``timerange`` with at least 8 digits.
If ``shift_time: true`` (i.e., the default) is used, do **not** use
``start_year`` and ``end_year`` in the recipe, but rather ``timerange`` with
at least 8 digits.
For example, to get data for the years 2000 and 2001, use ``timerange:
20000101/20020101`` instead of ``timerange: 2000/2001`` or ``start_year:
2000``, ``end_year: 2001``.
Expand Down