Skip to content

Commit 381eb4b

Browse files
committed
Changes from #397
1 parent c981011 commit 381eb4b

File tree

2 files changed

+30
-30
lines changed

2 files changed

+30
-30
lines changed

CMEW/meta/rose-meta.conf

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,28 @@
44
[namelist:cmip6_datasets]
55
duplicate=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]
829
compulsory=false
930
description=A label to use on plots for this dataset.
1031
help=It is recommended to limit the length of this string as much as is
@@ -16,42 +37,21 @@ pattern=^".{0,25}"$
1637
sort-key=6
1738
type=quoted
1839

19-
[namelist:cmip6_datasets=dataset]
40+
[namelist:cmip6_datasets=model_id]
2041
compulsory=true
21-
description=The 'model_id' (or 'source_id') of the CMIP6 dataset.
42+
description=The 'source_id' of the CMIP6 dataset.
2243
help=For example, 'UKESM1-0-LL' or 'ACCESS-ESM1-5'.
2344
sort-key=1
2445
type=quoted
2546

26-
[namelist:cmip6_datasets=ensemble]
47+
[namelist:cmip6_datasets=variant_label]
2748
compulsory=true
28-
description=Also known as 'variant label'.
49+
description=Also known as 'ensemble'.
2950
help=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
3152
pattern=^"r[0-9]+i[0-9]+p[0-9]+f[0-9]+"$
3253
sort-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]
5656
duplicate=true
5757

CMEW/rose-suite.conf

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ source=(namelist:cmip6_datasets(:))
88
source=(namelist:model_runs(:))
99

1010
[namelist:cmip6_datasets(1)]
11-
alias="CMIP6 dataset 001"
12-
dataset="UKESM1-0-LL"
13-
ensemble="r5i1p1f3"
14-
exp="historical"
11+
experiment_id="historical"
1512
grid="gn"
1613
institute="MOHC"
14+
label_for_plots="CMIP6 dataset 001"
15+
model_id="UKESM1-0-LL"
16+
variant_label="r5i1p1f3"
1717

1818
[namelist:model_runs(1)]
1919
calendar="gregorian"

0 commit comments

Comments
 (0)