Skip to content

Commit 9e24b51

Browse files
authored
Add an HPC configuration file for SMHI (NSC) machine (Freja) (#3028)
1 parent 3730d98 commit 9e24b51

File tree

1 file changed

+75
-0
lines changed

1 file changed

+75
-0
lines changed
Lines changed: 75 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,75 @@
1+
# Read CMIP, CORDEX, obs4MIPs, ana4MIPs, native6, OBS6, and OBS data from the filesystem of Freja at SMHI/NSC.
2+
projects:
3+
CMIP6:
4+
data:
5+
data_lib:
6+
type: esmvalcore.io.local.LocalDataSource
7+
rootpath: /home/rossby/data_lib/esgf
8+
dirname_template: "{project}/{activity}/{institute}/{dataset}/{exp}/{ensemble}/{mip}/{short_name}/{grid}/{version}"
9+
filename_template: "{short_name}_{mip}_{dataset}_{exp}_{ensemble}_{grid}*.nc"
10+
esgf-cache:
11+
type: esmvalcore.io.local.LocalDataSource
12+
rootpath: /home/rossby/share/data/ESMValTool
13+
dirname_template: "{project}/{activity}/{institute}/{dataset}/{exp}/{ensemble}/{mip}/{short_name}/{grid}/{version}"
14+
filename_template: "{short_name}_{mip}_{dataset}_{exp}_{ensemble}_{grid}*.nc"
15+
CMIP5:
16+
data:
17+
esgf-cache:
18+
type: esmvalcore.io.local.LocalDataSource
19+
rootpath: /home/rossby/share/data/ESMValTool
20+
dirname_template: "{project.lower}/{product}/{institute}/{dataset}/{exp}/{frequency}/{modeling_realm}/{mip}/{ensemble}/{version}"
21+
filename_template: "{short_name}_{mip}_{dataset}_{exp}_{ensemble}*.nc"
22+
CMIP3:
23+
data:
24+
esgf-cache:
25+
type: esmvalcore.io.local.LocalDataSource
26+
rootpath: /home/rossby/share/data/ESMValTool
27+
dirname_template: "{project.lower}/{institute}/{dataset}/{exp}/{frequency}/{modeling_realm}/{ensemble}/{short_name}/{version}"
28+
filename_template: "{short_name}_*.nc"
29+
CORDEX:
30+
data:
31+
data_lib:
32+
type: esmvalcore.io.local.LocalDataSource
33+
rootpath: /home/rossby/data_lib/esgf
34+
dirname_template: "{domain}/{institute}/{driver}/{exp}/{ensemble}/{institute}-{dataset}/{rcm_version}/{mip}/{short_name}/{version}"
35+
filename_template: "{short_name}_{domain}_{driver}_{exp}_{ensemble}_{institute}-{dataset}_{rcm_version}_{mip}*.nc"
36+
esgf-cache:
37+
type: esmvalcore.io.local.LocalDataSource
38+
rootpath: /home/rossby/share/data/ESMValTool
39+
dirname_template: "{domain}/{institute}/{driver}/{exp}/{ensemble}/{institute}-{dataset}/{rcm_version}/{mip}/{short_name}/{version}"
40+
filename_template: "{short_name}_{domain}_{driver}_{exp}_{ensemble}_{institute}-{dataset}_{rcm_version}_{mip}*.nc"
41+
obs4MIPs:
42+
data:
43+
freja:
44+
type: esmvalcore.io.local.LocalDataSource
45+
rootpath: /home/rossby/share/data/ESMValTool/OBS
46+
dirname_template: "Tier{tier}/{dataset}"
47+
filename_template: "{short_name}_*.nc"
48+
ana4MIPs:
49+
data:
50+
freja:
51+
type: esmvalcore.io.local.LocalDataSource
52+
rootpath: /home/rossby/share/data/ESMValTool/OBS
53+
dirname_template: "Tier{tier}/{dataset}"
54+
filename_template: "{short_name}_{mip}_{type}_{dataset}_*.nc"
55+
native6:
56+
data:
57+
freja:
58+
type: esmvalcore.io.local.LocalDataSource
59+
rootpath: /home/rossby/share/data/ESMValTool/RAWOBS
60+
dirname_template: "Tier{tier}/{dataset}/{version}/{frequency}/{short_name}"
61+
filename_template: "*.nc"
62+
OBS6:
63+
data:
64+
freja:
65+
type: esmvalcore.io.local.LocalDataSource
66+
rootpath: /home/rossby/share/data/ESMValTool/OBS
67+
dirname_template: "Tier{tier}/{dataset}"
68+
filename_template: "{project}_{dataset}_{type}_{version}_{mip}_{short_name}[_.]*nc"
69+
OBS:
70+
data:
71+
freja:
72+
type: esmvalcore.io.local.LocalDataSource
73+
rootpath: /home/rossby/share/data/ESMValTool/OBS
74+
dirname_template: "Tier{tier}/{dataset}"
75+
filename_template: "{project}_{dataset}_{type}_{version}_{mip}_{short_name}[_.]*nc"

0 commit comments

Comments
 (0)