Skip to content

Commit

Permalink
Update obs4MIPs dataset to the current naming scheme in recipe_smpi.y…
Browse files Browse the repository at this point in the history
…ml (#2991)
  • Loading branch information
bouweandela committed Jun 16, 2023
1 parent 81fbf42 commit 2b34d9f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions doc/sphinx/source/recipes/recipe_smpi.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Recipes are stored in recipes/
Diagnostics are stored in diag_scripts/perfmetrics/

* main.ncl: calculates and (optionally) plots annual/seasonal cycles, zonal means, lat-lon fields and time-lat-lon fields. The calculated fields can also be plotted as difference w.r.t. a given reference dataset. main.ncl also calculates RMSD, bias and taylor metrics. Input data have to be regridded to a common grid in the preprocessor. Each plot type is created by a separated routine, as detailed below.
* cycle_zonal.ncl: calculates single model perfomance index (Reichler and Kim, 2008). It requires fields precalculated by main.ncl.
* cycle_zonal.ncl: calculates single model performance index (Reichler and Kim, 2008). It requires fields precalculated by main.ncl.
* collect.ncl: collects the metrics previously calculated by cycle_latlon.ncl and passes them to the plotting functions.

User settings
Expand Down Expand Up @@ -72,11 +72,11 @@ Variables
Observations and reformat scripts
---------------------------------

The following list shows the currently used observational data sets for this recipe with their variable names and the reference to their respective reformat scripts in parentheses. Please note that obs4MIPs data can be used directly without any reformating. For non-obs4MIPs data use `esmvaltool data info DATASET` or see headers of cmorization scripts for downloading and processing instructions.
The following list shows the currently used observational data sets for this recipe with their variable names and the reference to their respective reformat scripts in parentheses. Please note that obs4MIPs data can be used directly without any reformatting. For non-obs4MIPs data use `esmvaltool data info DATASET` or see headers of cmorization scripts for downloading and processing instructions.

* ERA-Interim (hfds, hus, psl, ta, tas, tauu, tauv, ua, va - esmvaltool/data/formatters/datasets/era-interim.py)
* HadISST (sic, tos - esmvaltool/data/formatters/datasets/hadisst.ncl)
* GPCP-SG (pr - obs4MIPs)
* GPCP-V2.2 (pr - obs4MIPs)

References
----------
Expand Down
4 changes: 2 additions & 2 deletions esmvaltool/recipes/recipe_smpi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -229,9 +229,9 @@ diagnostics:
pr:
<<: *variable_settings
preprocessor: ppNOLEV
reference_dataset: GPCP-SG
reference_dataset: GPCP-V2.2
additional_datasets:
- {dataset: GPCP-SG, project: obs4MIPs, level: L3, version: v2.2, tier: 1}
- {dataset: GPCP-V2.2, project: obs4MIPs, tier: 1}
scripts:
grading:
script: perfmetrics/main.ncl
Expand Down

0 comments on commit 2b34d9f

Please sign in to comment.