Skip to content

Commit

Permalink
adjust years
Browse files Browse the repository at this point in the history
  • Loading branch information
LisaBock committed Jul 16, 2024
1 parent c13daad commit 77de1fe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions esmvaltool/cmorizers/data/downloaders/datasets/esacci_sst.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ def download_dataset(config, dataset, dataset_info, start_date, end_date,
Overwrite already downloaded files
"""
if start_date is None:
start_date = datetime(2004, 1, 1)
start_date = datetime(1980, 1, 1)
if end_date is None:
end_date = datetime(2007, 12, 31)
end_date = datetime(2021, 12, 31)

loop_date = start_date

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 @@ -320,11 +320,11 @@ diagnostics:
tos:
additional_datasets:
- {dataset: ESACCI-SST, project: OBS6, mip: Omon, tier: 3,
type: sat, version: 3.0-L4-analysis, timerange: '200301/202112'}
type: sat, version: 3.0-L4-analysis, timerange: '198001/202112'}
tosStderr:
additional_datasets:
- {dataset: ESACCI-SST, project: OBS6, mip: Oday, tier: 3,
type: sat, version: 3.0-L4-analysis, timerange: '200301/202112'}
type: sat, version: 3.0-L4-analysis, timerange: '198001/202112'}
scripts: null


Expand Down

0 comments on commit 77de1fe

Please sign in to comment.