Skip to content

Commit

Permalink
Merge branch '3060_add_jasmin_to_RTW' of github.com:ESMValGroup/ESMVa…
Browse files Browse the repository at this point in the history
…lTool into 3060_add_jasmin_to_RTW
  • Loading branch information
ehogan committed Oct 9, 2023
2 parents 2cb317b + cba54b2 commit 5d5cfb1
Show file tree
Hide file tree
Showing 11 changed files with 1,310 additions and 246 deletions.
4 changes: 3 additions & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,11 @@ build:
jobs:
pre_create_environment:
# update mamba just in case
- mamba update --yes --quiet --name=base mamba
- mamba update --yes --quiet --name=base mamba 'zstd=1.5.2'
- mamba --version
- mamba list --name=base
post_create_environment:
- conda run -n ${CONDA_DEFAULT_ENV} mamba list
# use conda run executable wrapper to have all env variables
- conda run -n ${CONDA_DEFAULT_ENV} mamba --version
- conda run -n ${CONDA_DEFAULT_ENV} pip install . --no-deps
Expand Down
27 changes: 27 additions & 0 deletions .zenodo.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,11 @@
"name": "Bock, Lisa",
"orcid": "0000-0001-7058-5938"
},
{
"affiliation": "DLR, Germany",
"name": "Bonnet, Pauline",
"orcid": "0000-0003-3780-0784"
},
{
"affiliation": "BSC, Spain",
"name": "Caron, Louis-Philippe",
Expand Down Expand Up @@ -176,6 +181,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 +204,10 @@
"affiliation": "MPI for Biogeochemistry, Germany",
"name": "Koirala, Sujan"
},
{
"affiliation": "DLR, Germany",
"name": "Kuehbacher, Birgit"
},
{
"affiliation": "BSC, Spain",
"name": "Lledó, Llorenç"
Expand Down Expand Up @@ -263,6 +277,10 @@
"affiliation": "CICERO, Norway",
"name": "Sandstad, Marit"
},
{
"affiliation": "DLR, Germany",
"name": "Sarauer, Ellen"
},
{
"affiliation": "MetOffice, UK",
"name": "Sellar, Alistair"
Expand Down Expand Up @@ -338,6 +356,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
27 changes: 27 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 Expand Up @@ -300,6 +309,10 @@ authors:
family-names: Weigel
given-names: Katja
orcid: "https://orcid.org/0000-0001-6133-7801"
-
affiliation: "DLR, Germany"
family-names: Sarauer
given-names: Ellen
-
affiliation: "University of Reading, UK"
family-names: Roberts
Expand Down Expand Up @@ -354,6 +367,20 @@ 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"
-
affiliation: "DLR, Germany"
family-names: Bonnet
given-names: Pauline
orcid: "https://orcid.org/0000-0003-3780-0784"

cff-version: 1.2.0
date-released: 2023-07-06
Expand Down
307 changes: 153 additions & 154 deletions conda-linux-64.lock

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 21 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,24 @@ Zonal mean profile of ta including a reference dataset.
:width: 14cm

1D profile of ta including a reference dataset.

.. _fig_variable_vs_lat_with_ref:
.. figure:: /recipes/figures/monitor/variable_vs_lat_with_ref.png
:align: center
:width: 14cm

Zonal mean pr 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.

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

Hovmoeller plot (time vs. latitude) of tas including a reference dataset
25 changes: 25 additions & 0 deletions esmvaltool/config-references.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,11 @@ authors:
name: Bojovic, Dragana
institute: BSC, Spain
orcid: https://orcid.org/0000-0001-7354-1885
bonnet_pauline:
name: Bonnet, Pauline
institute: DLR, Germany
orcid: https://orcid.org/0000-0003-3780-0784
github: Paulinebonnet111
brunner_lukas:
name: Brunner, Lukas
institute: ETH Zurich, Switzerland
Expand Down Expand Up @@ -252,6 +257,11 @@ authors:
name: Hempelmann, Nils
institute: IPSL, France
orcid:
heuer_helge:
name: Heuer, Helge
institute: DLR, Germany
email: [email protected]
orcid: https://orcid.org/0000-0003-2411-7150
hogan_emma:
name: Hogan, Emma
institute: MetOffice, UK
Expand Down Expand Up @@ -288,10 +298,20 @@ 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
orcid: https://orcid.org/0000-0002-4650-9844
kuehbacher_birgit:
name: Kuehbacher, Birgit
institute: DLR, Germany
email: [email protected]
orcid:
lejeune_quentin:
name: Lejeune, Quentin
institute: Climate Analytics, Germany
Expand Down Expand Up @@ -446,6 +466,11 @@ authors:
name: Sandstad, Marit
institute: Cicero, Norway
orcid:
sarauer_ellen:
name: Sarauer, Ellen
institute: DLR, Germany
orcid:
github: ellensarauer
serva_federico:
name: Serva, Federico
institute: CNR, Italy
Expand Down
Loading

0 comments on commit 5d5cfb1

Please sign in to comment.