Skip to content

Commit 5a317f5

Browse files
authored
Add BSC data configuration (#2907)
1 parent 6a2aae7 commit 5a317f5

File tree

1 file changed

+49
-0
lines changed

1 file changed

+49
-0
lines changed
Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
# Read CMIP, CORDEX, OBS6, OBS and EC-Earth data from the filesystem at BSC.
2+
projects:
3+
CMIP6:
4+
data:
5+
esarchive:
6+
type: "esmvalcore.local.LocalDataSource"
7+
rootpath: /esarchive/exp/CMIP6
8+
dirname_template: "{exp}/{dataset}/{activity}/{institute}/{dataset}/{exp}/{ensemble}/{mip}/{short_name}/{grid}/{version}"
9+
filename_template: "{short_name}_{mip}_{dataset}_{exp}_{ensemble}_{grid}*.nc"
10+
CMIP5:
11+
data:
12+
esarchive:
13+
type: "esmvalcore.local.LocalDataSource"
14+
rootpath: /esarchive/exp/CMIP5
15+
dirname_template: "{exp}/{dataset.lower}/{project.lower}-{expid}/*/{institute}/{dataset}/{exp}/{ensemble}/{mip}/{short_name}"
16+
filename_template: "{short_name}_{mip}_{dataset}_{exp}_{ensemble}*.nc"
17+
ECEARTH:
18+
data:
19+
original_files:
20+
type: "esmvalcore.local.LocalDataSource"
21+
rootpath: /esarchive/exp/ecearth
22+
dirname_template: "{expid}/original_files/cmorfiles/{activity}/{institute}/{dataset}/{exp}/{ensemble}/{mip}/{short_name}/{grid}/{version}"
23+
filename_template: "{short_name}_{mip}_{dataset}_{exp}_{ensemble}_{grid}*.nc"
24+
cmorfiles:
25+
type: "esmvalcore.local.LocalDataSource"
26+
rootpath: /esarchive/exp/ecearth
27+
dirname_template: "{expid}/cmorfiles/{activity}/{institute}/{dataset}/{exp}/{ensemble}/{mip}/{short_name}/{grid}/{version}"
28+
filename_template: "{short_name}_{mip}_{dataset}_{exp}_{ensemble}_{grid}*.nc"
29+
CORDEX:
30+
data:
31+
esarchive:
32+
type: "esmvalcore.local.LocalDataSource"
33+
rootpath: /esarchive/exp/CORDEX
34+
dirname_template: "{exp}/{expid.lower}"
35+
filename_template: "{short_name}_{domain}_{driver}_{exp}_{ensemble}_{institute}-{dataset}_{rcm_version}_{mip}*.nc"
36+
OBS6:
37+
data:
38+
esarchive:
39+
type: "esmvalcore.local.LocalDataSource"
40+
rootpath: /esarchive
41+
dirname_template: "{type}/{institute.lower}/{dataset.lower}/{freq_folder}/{short_name}{freq_base}"
42+
filename_template: "{short_name}*.nc"
43+
OBS:
44+
data:
45+
esarchive:
46+
type: "esmvalcore.local.LocalDataSource"
47+
rootpath: /esarchive
48+
dirname_template: "{type}/{institute.lower}/{dataset.lower}/{freq_folder}/{short_name}{freq_base}"
49+
filename_template: "{short_name}*.nc"

0 commit comments

Comments
 (0)