-
Notifications
You must be signed in to change notification settings - Fork 1
/
variable-options.yaml
281 lines (233 loc) · 5.53 KB
/
variable-options.yaml
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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
################################################################
# variable-options.yaml - variable-specific configuration file
#
# This file supplies default display options about climate
# variables. Each variable is referred to using the name that
# appears in the netcdf variables listing.
#
# Available options are:
# - decimalPrecision
# INTEGER
# number of digits after the decimal point to display on
# graphs and map legends (default: 2)
# - overrideLogarithmicScale
# BOOLEAN
# if true, allows clipping this variable to a positive
# range and displaying with a logarithmic scale on map
# views, even when the range of the variable contains
# negative values (default: false)
# - defaultRasterPalette
# NCWMS PALETTE (see options here: http://goo.gl/J4Q5PD )
# the default colour scheme used to show this variable
# on a map. (default: seq-Greys)
# - percentageAnomalies
# BOOLEAN
# if true, projected anomalies for this variables will
# be expressed as percentages, not nominal values, in
# graphs and tables that display anomalies
# (default: false)
# - shiftAnnualCycle
# LIST OF VARIABLE NAMES
# if this variable is displayed for comparison with one
# of the variables in the list in an Annual Cycle Graph,
# their lines will be shifted apart vertically. This helps
# clarify variables whose values move in parallel over the
# course of a year, such as tasmax and tasmin.
# (default: none)
# - userFriendlyUnits
# LIST OF UNIT1: UNIT2 PAIRS
# UNIT2, an equivalent but more user-friendly version of
# UNIT1, will be substituted for UNIT1 in user-visible
# displays like graphs and tables.
# (default: no substitutions)
# - menuGroup
# INTEGER
# variables with the same menuGroup number will be
# displayed together in the variable dropdown menu
# to make it easier for the user to find related
# variables and match their descriptions to the
# help file.
# 0: model output
# 1: climdex
# 2: degree-days
# 3: return periods
# (default: MAXINT - uncategorized data is listed last)
# - seriesLegendString
# STRING
# This string appears in the legends of charts and graphs
# asociated with this variable, such as "2010-2039 STRING".
# (default: "Mean")
################################################################
#GCM output variables
tasmin:
decimalPrecision: 1
shiftAnnualCycle:
- tasmax
menuGroup: 0
tasmax:
decimalPrecision: 1
shiftAnnualCycle:
- tasmin
menuGroup: 0
pr:
overrideLogarithmicScale: true
defaultRasterPalette: seq-Greens
percentageAnomalies: true
#decimalPrecision: 0
userFriendlyUnits:
- kg m-2 d-1: mm/day
- kg d-1 m-2: mm/day
menuGroup: 0
prsn:
overrideLogarithmicScale: true
percentageAnomalies: true
menuGroup: 0
#CLIMDEX variables
altcddETCCDI:
decimalPrecision: 0
menuGroup: 1
altcsdiETCCDI:
decimalPrecision: 0
menuGroup: 1
altcwdETCCDI:
decimalPrecision: 0
menuGroup: 1
altwsdiETCCDI:
decimalPrecision: 0
menuGroup: 1
cddETCCDI:
decimalPrecision: 0
menuGroup: 1
csdiETCCDI:
decimalPrecision: 0
menuGroup: 1
cwdETCCDI:
decimalPrecision: 0
menuGroup: 1
dtrETCCDI:
decimalPrecision: 1
menuGroup: 1
fdETCCDI:
decimalPrecision: 0
menuGroup: 1
seriesLegendString: Mean Count
gslETCCDI:
decimalPrecision: 0
menuGroup: 1
idETCCDI:
decimalPrecision: 0
menuGroup: 1
prcptotETCCDI:
percentageAnomalies: true
decimalPrecision: 0
menuGroup: 1
rx1dayETCCDI:
percentageAnomalies: true
decimalPrecision: 0
menuGroup: 1
rx5dayETCCDI:
percentageAnomalies: true
decimalPrecision: 0
menuGroup: 1
r1mmETCCDI:
decimalPrecision: 0
menuGroup: 1
r10mmETCCDI:
decimalPrecision: 0
menuGroup: 1
r20mmETCCDI:
decimalPrecision: 0
menuGroup: 1
r95pETCCDI:
percentageAnomalies: true
decimalPrecision: 0
menuGroup: 1
r99pETCCDI:
percentageAnomalies: true
decimalPrecision: 0
menuGroup: 1
sdiiETCCDI:
percentageAnomalies: true
decimalPrecision: 0
menuGroup: 1
suETCCDI:
decimalPrecision: 0
menuGroup: 1
tn10pETCCDI:
decimalPrecision: 0
menuGroup: 1
tn90pETCCDI:
decimalPrecision: 0
menuGroup: 1
tnnETCCDI:
decimalPrecision: 1
menuGroup: 1
tnxETCCDI:
decimalPrecision: 1
menuGroup: 1
trETCCDI:
decimalPrecision: 1
menuGroup: 1
tx10pETCCDI:
decimalPrecision: 0
menuGroup: 1
tx90pETCCDI:
decimalPrecision: 0
menuGroup: 1
txnETCCDI:
decimalPrecision: 1
menuGroup: 1
txxETCCDI:
decimalPrecision: 1
menuGroup: 1
wsdiETCCDI:
decimalPrecision: 0
menuGroup: 1
#degree-day variables
cdd:
decimalPrecision: 0
menuGroup: 2
seriesLegendString: Mean Count
fdd:
decimalPrecision: 0
menuGroup: 2
seriesLegendString: Mean Count
gdd:
decimalPrecision: 0
menuGroup: 2
seriesLegendString: Mean Count
hdd:
decimalPrecision: 0
menuGroup: 2
seriesLegendString: Mean Count
#return period variables
rp20pr:
decimalPrecision: 0
percentageAnomalies: true
menuGroup: 3
rp20tasmax:
decimalPrecision: 1
menuGroup: 3
rp20tasmin:
decimalPrecision: 1
menuGroup: 3
rp50pr:
decimalPrecision: 0
percentageAnomalies: true
menuGroup: 3
rp50tasmax:
decimalPrecision: 1
menuGroup: 3
rp50tasmin:
decimalPrecision: 1
menuGroup: 3
rp5pr:
decimalPrecision: 0
percentageAnomalies: true
menuGroup: 3
rp5tasmax:
decimalPrecision: 1
menuGroup: 3
rp5tasmin:
decimalPrecision: 1
menuGroup: 3