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

Update obs4MIPs names in flatoipcc recipes #3328

Merged
merged 4 commits into from
Nov 9, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -267,10 +267,10 @@ diagnostics:
variables:
pr:
preprocessor: clim
reference_dataset: GPCP-SG
reference_dataset: GPCP-V2.2
mip: Amon
additional_datasets:
- {dataset: GPCP-SG, project: obs4MIPs, level: L3, version: v2.2,
- {dataset: GPCP-V2.2, project: obs4MIPs, level: L3,
start_year: 1986, end_year: 2005, tier: 1}
- {dataset: ACCESS1-0, project: CMIP5, exp: historical, ensemble: r1i1p1,
start_year: 1986, end_year: 2005}
Expand Down Expand Up @@ -385,7 +385,7 @@ diagnostics:
mip: Amon
derive: true
additional_datasets:
- {dataset: CERES-EBAF, project: obs4MIPs, level: L3B, version: Ed2-7,
- {dataset: CERES-EBAF, project: obs4MIPs, level: L3B,
start_year: 2001, end_year: 2010, tier: 1}
- {dataset: ACCESS1-0, project: CMIP5, exp: historical, ensemble: r1i1p1,
start_year: 1986, end_year: 2005}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -322,13 +322,13 @@ diagnostics:
variables:
pr:
preprocessor: clima_nomask_pr
reference_dataset: GPCP-SG
reference_dataset: GPCP-V2.2
mip: Amon
ensemble: r1i1p1
start_year: 1980
end_year: 2005
additional_datasets:
- {dataset: GPCP-SG, project: OBS, project: obs4MIPs, level: L3, version: v2.2, tier: 1}
- {dataset: GPCP-V2.2, project: OBS, level: L3, tier: 1}
rbeucher marked this conversation as resolved.
Show resolved Hide resolved
# - {dataset: CRU, project: OBS, type: reanaly, version: TS4.02, tier: 2}
scripts:
clim:
Expand Down