Skip to content

Commit 94ced4c

Browse files
committed
Add support for CMIP3 and obs4MIPs
1 parent 4d410a5 commit 94ced4c

File tree

1 file changed

+48
-18
lines changed

1 file changed

+48
-18
lines changed

esmvalcore/config/configurations/intake-esgf.yml

Lines changed: 48 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -2,31 +2,31 @@ projects:
22
CMIP6:
33
data:
44
intake-esgf:
5-
type: esmvalcore.io.intake_esgf.IntakeESGFDataSource
5+
type: "esmvalcore.io.intake_esgf.IntakeESGFDataSource"
66
facets:
7-
activity: activity_drs
8-
dataset: source_id
9-
ensemble: member_id
10-
exp: experiment_id
11-
institute: institution_id
12-
grid: grid_label
13-
mip: table_id
7+
activity: "activity_drs"
8+
dataset: "source_id"
9+
ensemble: "member_id"
10+
exp: "experiment_id"
11+
institute: "institution_id"
12+
grid: "grid_label"
13+
mip: "table_id"
1414
project: "project"
15-
short_name: variable_id
15+
short_name: "variable_id"
1616
CMIP5:
1717
data:
1818
intake-esgf:
19-
type: esmvalcore.io.intake_esgf.IntakeESGFDataSource
19+
type: "esmvalcore.io.intake_esgf.IntakeESGFDataSource"
2020
facets:
21-
dataset: model
22-
ensemble: ensemble
23-
exp: experiment
24-
frequency: time_frequency
25-
institute: institute
26-
mip: cmor_table
27-
product: product
21+
dataset: "model"
22+
ensemble: "ensemble"
23+
exp: "experiment"
24+
frequency: "time_frequency"
25+
institute: "institute"
26+
mip: "cmor_table"
27+
product: "product"
2828
project: "project"
29-
short_name: variable
29+
short_name: "variable"
3030
values:
3131
dataset:
3232
"ACCESS1-0": "ACCESS1.0"
@@ -44,3 +44,33 @@ projects:
4444
"inmcm4": "INM-CM4"
4545
"MRI-AGCM3-2H": "MRI-AGCM3.2H"
4646
"MRI-AGCM3-2S": "MRI-AGCM3.2S"
47+
CMIP3:
48+
data:
49+
intake-esgf:
50+
type: "esmvalcore.io.intake_esgf.IntakeESGFDataSource"
51+
facets:
52+
dataset: "model"
53+
ensemble: "ensemble"
54+
exp: "experiment"
55+
frequency: "time_frequency"
56+
project: "project"
57+
short_name: "variable"
58+
obs4MIPs:
59+
data:
60+
intake-esgf-v2:
61+
type: "esmvalcore.io.intake_esgf.IntakeESGFDataSource"
62+
facets:
63+
dataset: "source_id"
64+
frequency: "frequency"
65+
institute: "institution_id"
66+
project: "project"
67+
short_name: "variable_id"
68+
# TODO: Add support for older ODS V1.0 obs4MIPs (CMIP5 style) data to intake-esgf
69+
# intake-esgf-v1:
70+
# type: "esmvalcore.io.intake_esgf.IntakeESGFDataSource"
71+
# facets:
72+
# dataset: "source_id"
73+
# frequency: "time_frequency"
74+
# institute: "institute"
75+
# project: "project"
76+
# short_name: "variable"

0 commit comments

Comments
 (0)