-
Notifications
You must be signed in to change notification settings - Fork 38
/
drs-default.yml
86 lines (76 loc) · 2.66 KB
/
drs-default.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
###############################################################################
# Default configuration file for the ESMValTool
###############################################################################
# This file retains the project- and machine-dependent directory and file name
# definitions of the input and output data
# Each dictionary is structured as follows
#
# PROJECT:
# output_file:
# data:
# - rootpath:
# input_dir:
# input_file:
#
###############################################################################
---
CMIP6:
output_file: '{project}_{dataset}_{mip}_{exp}_{ensemble}_{short_name}'
data:
- rootpath: ~/data/CMIP6
input_dir: ''
input_file: '{short_name}_{mip}_{dataset}_{exp}_{ensemble}_{grid}*.nc'
CMIP5:
output_file: '{project}_{dataset}_{mip}_{exp}_{ensemble}_{short_name}'
data:
- rootpath: ~/data/CMIP5
input_dir: ''
input_file: '{short_name}_{mip}_{dataset}_{exp}_{ensemble}*.nc'
CMIP3:
output_file: '{project}_{institute}_{dataset}_{mip}_{exp}_{ensemble}_{short_name}_{start_year}-{end_year}'
data:
- rootpath: ~/data/CMIP3
input_dir: ''
input_file: '{short_name}_*.nc'
OBS:
output_file: '{project}_{dataset}_{type}_{version}_{mip}_{short_name}'
data:
- rootpath: ~/data/OBS
input_dir: 'Tier{tier}/{dataset}'
input_file: '{project}_{dataset}_{type}_{version}_{mip}_{short_name}[_.]*nc'
OBS6:
output_file: '{project}_{dataset}_{type}_{version}_{mip}_{short_name}'
data:
- rootpath: ~/data/OBS6
input_dir: 'Tier{tier}/{dataset}'
input_file: '{project}_{dataset}_{type}_{version}_{mip}_{short_name}[_.]*nc'
native6:
output_file: '{project}_{dataset}_{type}_{version}_{mip}_{short_name}'
data:
- rootpath: ~/data/native6
input_dir: 'Tier{tier}/{dataset}/{latestversion}/{frequency}/{short_name}'
input_file: '*.nc'
obs4mips:
output_file: '{project}_{dataset}_{level}_{version}_{short_name}'
data:
- rootpath: ~/data/obs4mips
input_dir: 'Tier{tier}/{dataset}'
input_file: '{short_name}_{dataset}_{level}_{version}_*.nc'
ana4mips:
output_file: '{project}_{mip}_{type}_{dataset}_{short_name}'
data:
- rootpath: ~/data/ana4mips
input_dir: 'Tier{tier}/{dataset}'
input_file: '{short_name}_{mip}_{type}_{dataset}_*.nc'
EMAC:
output_file: '{dataset}_{ensemble}_{short_name}'
data:
- rootpath: ~/data/EMAC
input_dir: '{dataset}'
input_file: ''
CORDEX:
output_file: '{short_name}_{dataset}_{exp}_{ensemble}_{rcm_version}_{mip}'
data:
- rootpath: ~/data/CORDEX
input_dir: ''
input_file: '{short_name}_{domain}_{driver}_{exp}_{ensemble}_{dataset}_{rcm_version}_{mip}*.nc'