Skip to content
Open
Show file tree
Hide file tree
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
4 changes: 3 additions & 1 deletion _episodes/06-preprocessor.md
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,9 @@ a custom colormap.
> {: .solution}
{: .challenge}

You should now be able to run the recipe to get your own warming stripes.
You should now be able to run the recipe to get your own warming stripes. For a list of
climate variable short names in CMIP6, see
[CMIP6 CMOR Tables][cmip6-cmor-tables]{:target="_blank"}
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
[CMIP6 CMOR Tables][cmip6-cmor-tables]{:target="_blank"}
[CMIP6 CMOR Tables][cmip6-cmor-tables]{:target="_blank"}.


Note: for the purpose of simplicity in this episode, we have not added logging
or provenance tracking in the diagnostic script. Once you start to develop your
Expand Down
1 change: 1 addition & 0 deletions _includes/links.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
[cc-by-legal]: https://creativecommons.org/licenses/by/4.0/legalcode
[ci]: http://communityin.org/
[cmip5-search]: https://esgf-data.dkrz.de/search/cmip5-dkrz/
[cmip6-cmor-tables]: https://github.com/PCMDI/cmip6-cmor-tables/tree/main/Tables/
[coc-reporting]: https://docs.carpentries.org/topic_folders/policies/incident-reporting.html
[coc]: https://docs.carpentries.org/topic_folders/policies/code-of-conduct.html
[code-documentation]: https://docs.esmvaltool.org/en/latest/community/code_documentation.html
Expand Down
Loading