Skip to content

Commit 78e7b75

Browse files
authored
Change OBS6 to native6 for ERA5 in recipes (#4202)
1 parent 05553ad commit 78e7b75

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

esmvaltool/recipes/bock20jgr/recipe_bock20jgr_fig_1-4.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ diagnostics:
313313
end_year: 2014
314314
additional_datasets: *cmip6_tas
315315
additional_datasets:
316-
- {dataset: ERA5, project: OBS6, type: reanaly, version: v1, tier: 3}
316+
- {dataset: ERA5, project: native6, type: reanaly, version: v1, tier: 3}
317317
scripts:
318318
model_bias: &model_bias_settings
319319
script: bock20jgr/model_bias.ncl
@@ -333,7 +333,7 @@ diagnostics:
333333
end_year: 2004
334334
additional_datasets: *cmip5_tas
335335
additional_datasets:
336-
- {dataset: ERA5, project: OBS6, type: reanaly, version: v1, tier: 3}
336+
- {dataset: ERA5, project: native6, type: reanaly, version: v1, tier: 3}
337337
scripts:
338338
model_bias:
339339
<<: *model_bias_settings
@@ -355,7 +355,7 @@ diagnostics:
355355
end_year: 1999
356356
additional_datasets: *cmip3_tas
357357
additional_datasets:
358-
- {dataset: ERA5, project: OBS6, mip: Amon, type: reanaly, version: v1,
358+
- {dataset: ERA5, project: native6, frequency: mon, type: reanaly, version: v1,
359359
tier: 3}
360360
scripts:
361361
model_bias:
@@ -370,7 +370,7 @@ diagnostics:
370370
<<: *var_cmip6_bias
371371
additional_datasets: *cmip6_highresmip_low
372372
additional_datasets:
373-
- {dataset: ERA5, project: OBS6, type: reanaly, version: v1, tier: 3}
373+
- {dataset: ERA5, project: native6, type: reanaly, version: v1, tier: 3}
374374
scripts:
375375
model_bias:
376376
<<: *model_bias_settings
@@ -384,7 +384,7 @@ diagnostics:
384384
<<: *var_cmip6_bias
385385
additional_datasets: *cmip6_highresmip_high
386386
additional_datasets:
387-
- {dataset: ERA5, project: OBS6, type: reanaly, version: v1, tier: 3}
387+
- {dataset: ERA5, project: native6, type: reanaly, version: v1, tier: 3}
388388
scripts:
389389
model_bias:
390390
<<: *model_bias_settings

esmvaltool/recipes/recipe_eyring13jgr_12.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ diagnostics:
127127
start_year: 1995
128128
end_year: 2014
129129
additional_datasets:
130-
- {dataset: ERA5, project: OBS6, type: reanaly, version: 1,
130+
- {dataset: ERA5, project: native6, type: reanaly, version: v1,
131131
start_year: 1995, end_year: 2014, tier: 3}
132132
scripts:
133133
clim: &clim_settings

esmvaltool/recipes/sanity_checks/recipe_create_ranges_obs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -515,8 +515,8 @@ diagnostics:
515515
additional_datasets:
516516
- {dataset: ISCCP-FH, project: OBS, type: sat, version: v0, tier: 2,
517517
start_year: 1984, end_year: 2016}
518-
- {dataset: ERA5, project: OBS6, type: reanaly, version: '1',
519-
tier: 3}
518+
- {dataset: ERA5, project: native6, type: reanaly, version: 'v1',
519+
tier: 3, start_year: 1995, end_year: 2014}
520520
- {dataset: MERRA2, project: OBS6, type: reanaly, version: '5.12.4', tier: 3,
521521
start_year: 1980, end_year: 2021}
522522
scripts: null

0 commit comments

Comments
 (0)