Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Hovmoeller Z vs. time plot to monitoring diagnostic (for Changelog v2.10: authors: @cubeme and @helgehr) #3345

Merged
merged 15 commits into from
Sep 7, 2023
Merged
Show file tree
Hide file tree
Changes from 9 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
9 changes: 9 additions & 0 deletions .zenodo.json
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,11 @@
"name": "Hassler, Birgit",
"orcid": "0000-0003-2724-709X"
},
{
"affiliation": "DLR, Germany",
"name": "Heuer, Helge",
"orcid": "0000-0003-2411-7150"
},
{
"affiliation": "BSC, Spain",
"name": "Hunter, Alasdair",
Expand All @@ -194,6 +199,10 @@
"affiliation": "MPI for Biogeochemistry, Germany",
"name": "Koirala, Sujan"
},
{
"affiliation": "DLR, Germany",
"name": "Kuehbacher, Birgit"
},
{
"affiliation": "BSC, Spain",
"name": "Lledó, Llorenç"
Expand Down
9 changes: 9 additions & 0 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,11 @@ authors:
family-names: Hassler
given-names: Birgit
orcid: "https://orcid.org/0000-0003-2724-709X"
-
affiliation: "DLR, Germany"
family-names: Heuer
given-names: Helge
orcid: "https://orcid.org/0000-0003-2411-7150"
-
affiliation: "BSC, Spain"
family-names: Hunter
Expand All @@ -199,6 +204,10 @@ authors:
affiliation: "MPI for Biogeochemistry, Germany"
family-names: Koirala
given-names: Sujan
-
affiliation: "DLR, Germany"
family-names: Kuehbacher
given-names: Birgit
-
affiliation: "BSC, Spain"
family-names: LledΓ³
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions doc/sphinx/source/recipes/recipe_monitor.rst
Original file line number Diff line number Diff line change
Expand Up @@ -210,3 +210,10 @@ Zonal mean profile of ta including a reference dataset.
:width: 14cm

1D profile of ta including a reference dataset.

.. _fig_hovmoeller_z_vs_time_with_ref:
.. figure:: /recipes/figures/monitor/hovmoeller_z_vs_time_with_ref.png
:align: center
:width: 14cm

Hovmoeller plot (pressure vs time) of ta including a reference dataset.
9 changes: 9 additions & 0 deletions esmvaltool/config-references.yml
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,11 @@ authors:
name: Hempelmann, Nils
institute: IPSL, France
orcid:
heuer_helge:
name: Heuer, Helge
institute: DLR, Germany
email: helge.heuer@dlr.de
orcid: https://orcid.org/0000-0003-2411-7150
hogan_emma:
name: Hogan, Emma
institute: MetOffice, UK
Expand Down Expand Up @@ -292,6 +297,10 @@ authors:
name: Krasting, John
institute: NOAA, USA
orcid: https://orcid.org/0000-0002-4650-9844
kuehbacher_birgit:
name: Kuehbacher, Birgit
institute: DLR, Germany
email: birgit.kuehbacher@dlr.de
helgehr marked this conversation as resolved.
Show resolved Hide resolved
lejeune_quentin:
name: Lejeune, Quentin
institute: Climate Analytics, Germany
Expand Down
Loading