Skip to content
Draft
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
14 changes: 14 additions & 0 deletions docs/tutorials/understanding-the-naming-conventions.py
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,20 @@
# although it serves the same purpose and has the same shape/behaviour).
# This database stores the mapping between the naming conventions
# used in different communites.
#
# At present, this covers the full set of emissions
# which are used by simple climate models.
# Whether these are supported by individual workflows
# (e.g. the AR6 workflow, see
# [here](../how-to-guides/how-to-run-the-ar6-workflowy))
# or the global-only part of the CMIP7 ScenarioMIP workflow, see
# [here](../how-to-guides/how-to-run-the-cmip7-scenariomip-workflow))
# is more complicated and nuanced.
# The pre-processors and harmonisers for these workflows
# will help guide what is actually supported via their internal validation.
# Once the infilling and simple climate model running stages are reached,
# then the full set of variables shown here
# is always supported (strictly speaking, required).

# %%
# The database in full
Expand Down
Loading