Skip to content

Commit

Permalink
change back to Tier2
Browse files Browse the repository at this point in the history
  • Loading branch information
LisaBock committed Dec 11, 2024
1 parent 5ae0ea5 commit 1a39c69
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion doc/sphinx/source/input.rst
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ A list of the datasets for which a CMORizers is available is provided in the fol
+------------------------------+------------------------------------------------------------------------------------------------------+------+-----------------+
| ESACCI-SOILMOISTURE | sm (Eday, Lmon), smStderr (Eday) | 2 | Python |
+------------------------------+------------------------------------------------------------------------------------------------------+------+-----------------+
| ESACCI-SST | tos (Omon, Oday), tosStderr (Oday) | 3 | Python |
| ESACCI-SST | tos (Omon, Oday), tosStderr (Oday) | 2 | Python |
+------------------------------+------------------------------------------------------------------------------------------------------+------+-----------------+
| ESACCI-WATERVAPOUR | prw (Amon) | 3 | Python |
+------------------------------+------------------------------------------------------------------------------------------------------+------+-----------------+
Expand Down
2 changes: 1 addition & 1 deletion esmvaltool/cmorizers/data/cmor_config/ESACCI-SST.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
attributes:
dataset_id: ESACCI-SST
version: 3.0-L4-analysis
tier: 3
tier: 2
modeling_realm: sat
project_id: OBS6
source: 'dx.doi.org/10.5285/4a9654136a7148e39b7feb56f8bb02d2'
Expand Down
6 changes: 3 additions & 3 deletions esmvaltool/cmorizers/data/datasets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -550,9 +550,9 @@ datasets:
Put all files under a single directory (no subdirectories with years).
ESACCI-SST:
tier: 3
source: ftp3.ceda.ac.uk/neodc/eocis/data/global_and_regional/sea_surface_temperature/
last_access: 2024-07-01
tier: 2
source: data.ceda.ac.uk/neodc/eocis/data/global_and_regional/sea_surface_temperature/
last_access: 2024-12-11
info: |
Download the data from:
CDR_v3/Analysis/L4/v3.0.1/
Expand Down
16 changes: 8 additions & 8 deletions esmvaltool/cmorizers/data/formatters/datasets/esacci_sst.py
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
"""ESMValTool CMORizer for ESACCI-SST data.
Tier
Tier 3: need to register at CEDA
Tier 2: other freely-available dataset.
Source
https://catalogue.ceda.ac.uk/uuid/4a9654136a7148e39b7feb56f8bb02d2
https://catalogue.ceda.ac.uk/uuid/4a9654136a7148e39b7feb56f8bb02d2/
Last access
20240628
20241211
Download and processing instructions
A donwnloader is provided by ESMValTool. First you need
to register.
Go to https://services.ceda.ac.uk/cedasite/register/info/
and create an account at CEDA if needed.
#Download and processing instructions
# A donwnloader is provided by ESMValTool. First you need
# to register.
# Go to https://services.ceda.ac.uk/cedasite/register/info/
# and create an account at CEDA if needed.
"""

Expand Down
4 changes: 2 additions & 2 deletions esmvaltool/recipes/examples/recipe_check_obs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -329,11 +329,11 @@ diagnostics:
variables:
tos:
additional_datasets:
- {dataset: ESACCI-SST, project: OBS6, mip: Omon, tier: 3,
- {dataset: ESACCI-SST, project: OBS6, mip: Omon, tier: 2,
type: sat, version: 3.0-L4-analysis, timerange: '198001/202112'}
tosStderr:
additional_datasets:
- {dataset: ESACCI-SST, project: OBS6, mip: Oday, tier: 3,
- {dataset: ESACCI-SST, project: OBS6, mip: Oday, tier: 2,
type: sat, version: 3.0-L4-analysis, timerange: '202001/202112'}
scripts: null

Expand Down

0 comments on commit 1a39c69

Please sign in to comment.