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

Adding Hovmoeller time vs latlon plots to monitoring recipes (for Changelog v2.10: authors: @lukruh and @jeremykraftdlr) #3341

Merged
merged 28 commits into from
Sep 7, 2023
Merged
Show file tree
Hide file tree
Changes from 23 commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
dac74ef
WIP adding time vs latlon plots
lukruh Sep 5, 2023
e5bee10
changes jeremy
lukruh Sep 5, 2023
7abdec6
fix path to diagnostic
lukruh Sep 5, 2023
7d083ca
add docs, remove stats, fix labels
lukruh Sep 5, 2023
bdb9b62
reorder fix docs
lukruh Sep 5, 2023
db69135
add reference datasets
lukruh Sep 5, 2023
436f3b5
clean up recipe, all blocks running
lukruh Sep 5, 2023
10d16eb
Add authors
jeremykraftdlr Sep 6, 2023
3aa3cb5
add author to recipe
lukruh Sep 6, 2023
e53363f
fixed axis bug in bias
lukruh Sep 6, 2023
d894e42
documentation
lukruh Sep 6, 2023
81b8c29
ran linters
lukruh Sep 6, 2023
1fd84dc
Change the logger info of the Hovmoeller methods.
jeremykraftdlr Sep 6, 2023
08ed5f1
switch icon to cmip data
lukruh Sep 6, 2023
00dc5d2
delete extra recipe
lukruh Sep 6, 2023
3667629
Fix a line too short for the sphinx documentation
jeremykraftdlr Sep 6, 2023
e2eb393
Merge branch 'hovmoeller_time_vs_latlon' of https://github.com/ESMVal…
jeremykraftdlr Sep 6, 2023
0189a04
Delete config-user.yml
lukruh Sep 6, 2023
cae94a9
small fixes
lukruh Sep 6, 2023
e8c8672
Merge branch 'hovmoeller_time_vs_latlon' of github.com:ESMValGroup/ES…
lukruh Sep 6, 2023
74ac2c8
Merge branch 'main' into hovmoeller_time_vs_latlon
lukruh Sep 6, 2023
50d16bd
Delete pip
helgehr Sep 6, 2023
026e4e1
Delete conf.py
helgehr Sep 6, 2023
f7eeefc
Fixes from the review: change the axe getting method.
jeremykraftdlr Sep 6, 2023
e328a4c
Revert "Fixes from the review: change the axe getting method."
schlunma Sep 7, 2023
4a662f1
Changed method to get axis from axes
schlunma Sep 7, 2023
f0cc3a2
Merge remote-tracking branch 'public/main' into hovmoeller_time_vs_la…
schlunma Sep 7, 2023
da64e0b
Minor optimizations
schlunma Sep 7, 2023
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 @@ -338,6 +338,15 @@
"affiliation": "DLR, Germany",
"name": "Kazeroni, RΓ©mi",
"orcid": "0000-0001-7205-9528"
},
{
"affiliation": "DLR, Germany",
"name": "Kraft, Jeremy"
},
{
"affiliation": "University of Bremen, Germany",
"name": "Ruhe, Lukas",
"orcid": "0000-0001-6349-9118"
}
],
"description": "ESMValTool: A community diagnostic and performance metrics tool for routine evaluation of Earth system models in CMIP.",
Expand Down
9 changes: 9 additions & 0 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -354,6 +354,15 @@ authors:
family-names: Beucher
given-names: Romain
orcid: "https://orcid.org/0000-0003-3891-5444"
-
affiliation: "DLR, Germany"
family-names: Kraft
given-names: Jeremy
-
affiliation: "University of Bremen, Germany"
family-names: Ruhe
given-names: Lukas
orcid: "https://orcid.org/0000-0001-6349-9118"

cff-version: 1.2.0
date-released: 2023-07-06
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 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,12 @@ Zonal mean profile of ta including a reference dataset.
:width: 14cm

1D profile of ta including a reference dataset.


.. _fig_hovmoeller_time_vs_lot_with_ref:
.. figure:: /recipes/figures/monitor/hovmoeller_time_vs_lat_with_ref.png
:align: center
:width: 14cm

Hovmoeller diagram (time vs latitude) of near surface temperature including a
reference dataset and biases.
5 changes: 5 additions & 0 deletions esmvaltool/config-references.yml
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,11 @@ authors:
name: Koirala, Sujan
institute: MPI-BGC, Germany
orcid: https://orcid.org/0000-0001-5681-1986
kraft_jeremy:
name: Kraft, Jeremy
institute: DLR, Germany
orcid:
github: jeremykraftdlr
krasting_john:
name: Krasting, John
institute: NOAA, USA
Expand Down
Loading