Skip to content
Merged
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
5 changes: 5 additions & 0 deletions .zenodo.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,11 @@
"affiliation": "University of Bremen, Germany",
"name": "Adeniyi, Kemisola"
},
{
"affiliation": "University of Bremen, Germany",
"name": "Castellani, Giulia",
"orcid": "0000-0001-6151-015X"
},
{
"affiliation": "ISAC-CNR, Italy",
"name": "Arnone, Enrico",
Expand Down
4 changes: 4 additions & 0 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,10 @@ authors:
affiliation: "University of Bremen, Germany"
family-names: Gier
given-names: Bettina
-
affiliation: "University of Bremen, Germany"
family-names: Castellani
given-names: Giulia
-
affiliation: "Met Office, UK"
family-names: Gillett
Expand Down
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 @@ -20,6 +20,7 @@ Recipes are stored in `recipes/monitor`

* recipe_monitor.yml
* recipe_monitor_with_refs.yml
* recipe_monitor_sanity_checks.yml

Diagnostics are stored in `diag_scripts/monitor/`

Expand Down Expand Up @@ -137,6 +138,14 @@ Variables

Any, but the variables' number of dimensions should match the ones expected by each plot.

Sanity checks
-------------

The sanity_checks recipe is supposed to select a subset of variables (so far it deals only with 2D + time variables) to check whether the model is performing in reasonable way. The recipe plots the monthly mean of the selected variables as well as maximum and minimum, where the maximum and minimum are search along ach grid cell.
The monthly mean is plot in comparison with reasonable maximum and reasonable minimum (red lines) taken from observations and computed with recipe ###.yml.

Variables: list to be completed

Example plots
-------------

Expand Down
6 changes: 6 additions & 0 deletions esmvaltool/config-references.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@ authors:
email: [email protected]
github: diegokam
orcid:
castellani_giulia:
name: Castellani, Giulia
institute: University of Bremen
email: [email protected]
github: giuliacast
orcid: https://orcid.org/0000-0001-6151-015X
debeire_kevin:
name: Debeire, Kevin
institute: DLR, Germany
Expand Down
Loading