Skip to content

Commit 5ae3e93

Browse files
committed
Make CMOR tables configurable through new configuration system
1 parent f3cbe78 commit 5ae3e93

163 files changed

Lines changed: 2484 additions & 361 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

doc/reference/cmor_tables.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,10 @@ by an underscore and the ``branding_suffix``. For example, the facets
4949
``project: CMIP7, mip: atmos, short_name: tas, branding_suffix: tavg-h2m-hxy-u``
5050
select one of the near-surface air temperature variables in the CMIP7 atmos table:
5151

52-
.. literalinclude:: ../../esmvalcore/cmor/tables/cmip7/Tables/CMIP7_atmos.json
52+
.. literalinclude:: ../../esmvalcore/cmor/tables/cmip7/tables/CMIP7_atmos.json
5353
:start-at: "tas_tavg-h2m-hxy-u": {
5454
:end-at: },
55-
:caption: One of the ``tas`` variable definitions in the CMIP7 atmos table at `esmvalcore/cmor/tables/cmip7/Tables/CMIP7_atmos.json <https://github.com/ESMValGroup/ESMValCore/tree/main/esmvalcore/cmor/tables/cmip7/Tables/CMIP7_atmos.json>`__.
55+
:caption: One of the ``tas`` variable definitions in the CMIP7 atmos table at `esmvalcore/cmor/tables/cmip7/tables/CMIP7_atmos.json <https://github.com/ESMValGroup/ESMValCore/tree/main/esmvalcore/cmor/tables/cmip7/Tables/CMIP7_atmos.json>`__.
5656

5757
For other projects, the facet ``branding_suffix`` can also be used to distinguish
5858
between variables from the same CMOR table that share the same ``short_name``,

0 commit comments

Comments
 (0)