44[namelist:cmip6_datasets]
55duplicate=true
66
7- [namelist:cmip6_datasets=alias]
7+ [namelist:cmip6_datasets=experiment_id]
8+ compulsory=true
9+ description=The experiment ID of the dataset.
10+ help=For example, 'historical', 'piControl' or 'abrupt4xco2'.
11+ sort-key=3
12+ type=quoted
13+
14+ [namelist:cmip6_datasets=grid]
15+ compulsory=true
16+ description=Whether the data is on the native grid of the model.
17+ help=This will either be 'gn' for native grid or 'gr' for regridded.
18+ sort-key=5
19+ values="gn","gr"
20+
21+ [namelist:cmip6_datasets=institute]
22+ compulsory=true
23+ description=The institute that produced the dataset.
24+ help=For example, 'MOHC' or 'EC-Earth-Consortium'.
25+ sort-key=2
26+ type=quoted
27+
28+ [namelist:cmip6_datasets=label_for_plots]
829compulsory=false
930description=A label to use on plots for this dataset.
1031help=It is recommended to limit the length of this string as much as is
@@ -16,42 +37,21 @@ pattern=^".{0,25}"$
1637sort-key=6
1738type=quoted
1839
19- [namelist:cmip6_datasets=dataset ]
40+ [namelist:cmip6_datasets=model_id ]
2041compulsory=true
21- description=The 'model_id' (or ' source_id') of the CMIP6 dataset.
42+ description=The 'source_id' of the CMIP6 dataset.
2243help=For example, 'UKESM1-0-LL' or 'ACCESS-ESM1-5'.
2344sort-key=1
2445type=quoted
2546
26- [namelist:cmip6_datasets=ensemble ]
47+ [namelist:cmip6_datasets=variant_label ]
2748compulsory=true
28- description=Also known as 'variant label '.
49+ description=Also known as 'ensemble '.
2950help=Must adhere to CMIP6 variant label format: r<int>i<int>p<int>f<int>.
3051 =For example, 'r2i1p1f3'. https://help.ceda.ac.uk/article/4801-cmip6-data
3152pattern=^"r[0-9]+i[0-9]+p[0-9]+f[0-9]+"$
3253sort-key=4
3354
34- [namelist:cmip6_datasets=exp]
35- compulsory=true
36- description=The experiment ID of the dataset.
37- help=For example, 'historical', 'piControl' or 'abrupt4xco2'.
38- sort-key=3
39- type=quoted
40-
41- [namelist:cmip6_datasets=grid]
42- compulsory=true
43- description=Whether the data is on the native grid of the model.
44- help=This will either be 'gn' for native grid or 'gr' for regridded.
45- sort-key=5
46- values="gn","gr"
47-
48- [namelist:cmip6_datasets=institute]
49- compulsory=true
50- description=The institute that produced the dataset.
51- help=For example, 'MOHC' or 'EC-Earth-Consortium'.
52- sort-key=2
53- type=quoted
54-
5555[namelist:model_runs]
5656duplicate=true
5757
0 commit comments