Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix recipe_check_obs to be aligned with DKRZ #3673

Merged
merged 1 commit into from
Jun 21, 2024
Merged
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
34 changes: 17 additions & 17 deletions esmvaltool/recipes/examples/recipe_check_obs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ diagnostics:
variables:
pr:
additional_datasets:
- {project: OBS6, dataset: AGCD, mip: Amon, tier: 3,
- {project: OBS6, dataset: AGCD, mip: Amon, tier: 2,
type: ground, version: v2-0-1}
scripts: null

Expand Down Expand Up @@ -539,7 +539,7 @@ diagnostics:
rsutcs:
additional_datasets:
- {dataset: JRA-25, project: OBS6, mip: Amon, tier: 2,
type: reanaly, version: 1, start_year: 1979, end_year: 2013}
type: reanaly, version: 1, start_year: 1979, end_year: 2007}
scripts: null

Kadow2020:
Expand Down Expand Up @@ -932,7 +932,7 @@ diagnostics:
variables:
od440aer:
additional_datasets:
- {dataset: AERONET, project: OBS6, mip: AERmon, tier: 3, type: atmos, version: 20231021}
- {dataset: AERONET, project: OBS6, mip: AERmon, tier: 3, type: atmos, version: 20240406}
scripts: null

ANUClimate:
Expand Down Expand Up @@ -1481,10 +1481,10 @@ diagnostics:
short_name: rlns
mip: E1hr
frequency: 1hr
rlus_E1hr:
short_name: rlus
mip: E1hr
frequency: 1hr
#rlus_E1hr:
# short_name: rlus
# mip: E1hr
# frequency: 1hr
rsds_E1hr:
short_name: rsds
mip: E1hr
Expand All @@ -1495,10 +1495,10 @@ diagnostics:
short_name: rsns
mip: E1hr
frequency: 1hr
rsus_E1hr:
short_name: rsus
mip: E1hr
frequency: 1hr
#rsus_E1hr:
# short_name: rsus
# mip: E1hr
# frequency: 1hr
rss_E1hr:
short_name: rss
mip: E1hr
Expand Down Expand Up @@ -1565,9 +1565,9 @@ diagnostics:
rlns_Amon:
short_name: rlns
mip: Amon
rlus_Amon:
short_name: rlus
mip: Amon
#rlus_Amon:
# short_name: rlus
# mip: Amon
rsds_Amon:
short_name: rsds
mip: Amon
Expand All @@ -1577,9 +1577,9 @@ diagnostics:
rsns_Amon:
short_name: rsns
mip: Amon
rsus_Amon:
short_name: rsus
mip: Amon
#rsus_Amon:
# short_name: rsus
# mip: Amon
rss_Amon:
short_name: rss
mip: Amon
Expand Down