Skip to content

Commit 21ce35a

Browse files
authored
Fix documentation build and broken link (#2519)
1 parent 2247a29 commit 21ce35a

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

doc/quickstart/find_data.rst

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ unstructured grids, which is required by many software packages or tools to
401401
work correctly and specifically by Iris to interpret the grid as a
402402
:ref:`mesh <iris:ugrid>`.
403403
An example is the horizontal regridding of native ICON data to a regular grid.
404-
While the :ref:`built-in regridding schemes <built-in regridding schemes>`
404+
While the :ref:`built-in regridding schemes <default regridding schemes>`
405405
`linear` and `nearest` can handle unstructured grids (i.e., not UGRID-compliant) and meshes (i.e., UGRID-compliant),
406406
the `area_weighted` scheme requires the input data in UGRID format.
407407
This automatic UGRIDization is enabled by default, but can be switched off with
@@ -559,7 +559,7 @@ model output.
559559

560560
.. warning::
561561

562-
This is the first version of ACCESS-ESM CMORizer for ESMValCore. Currently,
562+
This is the first version of ACCESS-ESM CMORizer for ESMValCore. Currently,
563563
Supported variables: ``pr``, ``ps``, ``psl``, ``rlds``, ``tas``, ``ta``, ``va``,
564564
``ua``, ``zg``, ``hus``, ``clt``, ``rsus``, ``rlus``.
565565

@@ -570,7 +570,7 @@ The default naming conventions for input directories and files for ACCESS output
570570

571571
.. hint::
572572

573-
We only provide one default `input_dir` since this is how ACCESS-ESM native data was
573+
We only provide one default `input_dir` since this is how ACCESS-ESM native data was
574574
stored on NCI. Users can modify this path in the :ref:`config-developer` to match their local file structure.
575575

576576

@@ -579,7 +579,7 @@ Thus, example dataset entries could look like this:
579579
.. code-block:: yaml
580580
581581
dataset:
582-
- {project: ACCESS, mip: Amon, dataset:ACCESS_ESM1_5, sub_dataset: HI-CN-05,
582+
- {project: ACCESS, mip: Amon, dataset:ACCESS_ESM1_5, sub_dataset: HI-CN-05,
583583
exp: history, modeling_realm: atm, special_attr: pa, start_year: 1986, end_year: 1986}
584584
585585
@@ -597,15 +597,15 @@ Key Description Default value if not
597597
==================== ====================================== =================================
598598
``raw_name`` Variable name of the variable in the CMOR variable name of the
599599
raw input file corresponding variable
600-
``modeling_realm`` Realm attribute include `atm`, `ice` No default (needs to be
600+
``modeling_realm`` Realm attribute include `atm`, `ice` No default (needs to be
601601
and `oce` specified in extra facets or
602602
recipe if default DRS is used)
603603
```special_attr`` A special attribute in the filename No default
604-
`ACCESS-ESM` raw data, it's related to
604+
`ACCESS-ESM` raw data, it's related to
605605
frquency of raw data
606606
``sub_dataset`` Part of the ACCESS-ESM raw dataset No default
607607
root, need to specify if you want to
608-
use the cmoriser
608+
use the cmoriser
609609
==================== ====================================== =================================
610610

611611
.. _data-retrieval:
@@ -845,7 +845,7 @@ about this since we can point the user to the specific functionality
845845
`here <https://scitools-iris.readthedocs.io/en/latest/userguide/loading_iris_cubes.html>`_ but we will underline
846846
that the initial loading is done by adhering to the CF Conventions that `iris` operates by as well (see
847847
`CF Conventions Document <http://cfconventions.org/cf-conventions/cf-conventions.html>`_ and the search
848-
page for CF `standard names <http://cfconventions.org/standard-names.html>`_).
848+
page for CF `standard names <https://cfconventions.org/Data/cf-standard-names/current/build/cf-standard-name-table.html>`_).
849849

850850
Data concatenation from multiple sources
851851
========================================

0 commit comments

Comments
 (0)