@aguacerowx/javascript-sdk 0.0.0 → 0.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,2913 @@
1
+
2
+ export const DEFAULT_COLORMAPS = {
3
+ "ptypeRefl": {
4
+ "type": "fill",
5
+ "gridded": false,
6
+ "interpolationType": "interpolate",
7
+ "units": {
8
+ "dBZ": {
9
+ "colormap": [
10
+ // --- Rain Palette (Standard Reflectivity Values: 5 to 80) ---
11
+ 5, "#00cc66",
12
+ 35, "#ffff00",
13
+ 70, "#ff8800",
14
+ 80, "#ff0000",
15
+
16
+ // --- Snow Palette (Reflectivity Values Offset by +100) ---
17
+ 105, "#33ccff",
18
+ 135, "#8800cc",
19
+ 170, "#ffccff",
20
+ 180, "#dddddd",
21
+
22
+ // --- Freezing Rain Palette (Reflectivity Values Offset by +200) ---
23
+ 205, "#ff3300",
24
+ 230, "#ffaa33",
25
+ 280, "#cc0066"
26
+ ],
27
+ "breakpoints": [
28
+ // Rain Breakpoints
29
+ 5, 10, 15, 20, 25, 30, 35, 40, 45, 50, 55, 60, 65, 70, 75, 80,
30
+ // Snow Breakpoints
31
+ 105, 110, 115, 120, 125, 130, 135, 140, 145, 150, 155, 160, 165, 170, 175, 180,
32
+ // Freezing Rain Breakpoints
33
+ 205, 210, 215, 220, 225, 230, 235, 240, 245, 250, 255, 260, 265, 270, 275, 280
34
+ ]
35
+ }
36
+ }
37
+ },
38
+ "MergedZdr_04.00" : {
39
+ type: "fill",
40
+ gridded: false,
41
+ interpolationType: "interpolate",
42
+ units : {
43
+ 'dB' : {
44
+ colormap : [
45
+ -4.0, "#404040",
46
+ -2.0, "#808080",
47
+ -0.5, "#c0c0c0",
48
+ 0.0, "#e0e0e0",
49
+ 0.3, "#9966cc",
50
+ 0.6, "#000080",
51
+ 1.0, "#0066cc",
52
+ 1.5, "#00cccc",
53
+ 2.0, "#00ff00",
54
+ 2.5, "#ffff00",
55
+ 3.0, "#ff9900",
56
+ 4.0, "#ff0000",
57
+ 5.0, "#cc0000",
58
+ 6.0, "#ff66cc",
59
+ 8.0, "#ffffff",
60
+ 20.0, "#800080",
61
+ ],
62
+ breakpoints : [
63
+ -4.0, -2.0, -0.5, 0.0, 0.3, 0.6, 1.0, 1.5, 2.0, 2.5, 3.0, 4.0, 5.0, 6.0, 8.0, 20.0
64
+ ],
65
+ },
66
+ },
67
+ },
68
+ "MergedRhoHV_04.00" : {
69
+ type: "fill",
70
+ gridded: false,
71
+ interpolationType: "interpolate",
72
+ units : {
73
+ 'None' : {
74
+ colormap : [
75
+ 0.20, "#c0c0c0",
76
+ 0.45, "#c0c0c0",
77
+ 0.65, "#000080",
78
+ 0.75, "#0000ff",
79
+ 0.80, "#8066ff",
80
+ 0.85, "#00ff00",
81
+ 0.90, "#80ff00",
82
+ 0.93, "#ffff00",
83
+ 0.95, "#ffcc00",
84
+ 0.96, "#ff9900",
85
+ 0.97, "#ff6600",
86
+ 0.98, "#ff0000",
87
+ 0.99, "#cc0000",
88
+ 1.00, "#800080",
89
+ 1.05, "#ffccff",
90
+ 3.00, "#800080",
91
+ ],
92
+ breakpoints : [
93
+ 0.20, 0.45, 0.65, 0.75, 0.80, 0.85, 0.90, 0.93, 0.95, 0.96, 0.97, 0.98, 0.99,
94
+ 1.00, 1.05, 3.00
95
+ ],
96
+ },
97
+ },
98
+ },
99
+ "rotation" : {
100
+ type: "fill",
101
+ gridded: false,
102
+ interpolationType: "interpolate",
103
+ units : {
104
+ 's⁻¹' : {
105
+ colormap : [
106
+ 0.000, "#e0e0e0",
107
+ 0.003, "#c0c0c0",
108
+ 0.004, "#a0a0a0",
109
+ 0.005, "#808080",
110
+ 0.006, "#666600",
111
+ 0.007, "#999900",
112
+ 0.008, "#cccc00",
113
+ 0.009, "#ffff00",
114
+ 0.010, "#ffff00",
115
+ 0.011, "#cc0000",
116
+ 0.012, "#cc0000",
117
+ 0.013, "#ff0000",
118
+ 0.014, "#ff0000",
119
+ 0.015, "#ff0000",
120
+ 0.020, "#00ffff",
121
+ ],
122
+ breakpoints : [
123
+ 0.000, 0.003, 0.004, 0.005, 0.006, 0.007, 0.008, 0.009, 0.010,
124
+ 0.011, 0.012, 0.013, 0.014, 0.015, 0.020
125
+ ],
126
+ },
127
+ },
128
+ },
129
+ "hail" : {
130
+ type: "fill",
131
+ gridded: false,
132
+ interpolationType: "interpolate",
133
+ units : {
134
+ 'mm' : {
135
+ colormap : [
136
+ 0, "#00ffff",
137
+ 1, "#00ffff",
138
+ 2, "#0099ff",
139
+ 4, "#0066ff",
140
+ 6, "#00ff00",
141
+ 8, "#00ff00",
142
+ 10, "#00ff00",
143
+ 15, "#ffff00",
144
+ 20, "#ffcc00",
145
+ 30, "#ff9900",
146
+ 40, "#ff0000",
147
+ 50, "#ff0000",
148
+ 75, "#ff00ff",
149
+ 100, "#8000ff",
150
+ ],
151
+ breakpoints : [
152
+ 0, 1, 2, 4, 6, 8, 10, 15, 20, 30, 40, 50, 75, 100
153
+ ],
154
+ },
155
+ 'in' : {
156
+ colormap : [
157
+ 0, "#00ffff",
158
+ 0.05, "#00ffff", // 1mm
159
+ 0.1, "#0099ff", // 2mm
160
+ 0.2, "#0066ff", // 4mm
161
+ 0.3, "#00ff00", // 6mm
162
+ 0.5, "#00ff00", // 10mm
163
+ 0.6, "#ffff00", // 15mm
164
+ 0.8, "#ffcc00", // 20mm
165
+ 1, "#ff9900", // 30mm
166
+ 1.5, "#ff0000", // 40mm
167
+ 2, "#ff0000", // 50mm
168
+ 3, "#ff00ff", // 75mm
169
+ 4, "#8000ff", // 100mm
170
+ ],
171
+ breakpoints : [
172
+ 0, 0.05, .1, .2, .3, .5, .6, .8, 1, 1.5, 2, 3, 4
173
+ ],
174
+ },
175
+ },
176
+ },
177
+ "ff_ari" : {
178
+ type: "fill",
179
+ gridded: false,
180
+ interpolationType: "interpolate",
181
+ units : {
182
+ 'year' : {
183
+ colormap : [
184
+ 0, "#e0e0e0",
185
+ 1, "#00ff00",
186
+ 2, "#00ff00",
187
+ 3, "#ffff00",
188
+ 4, "#ffff00",
189
+ 6, "#ffcc00",
190
+ 8, "#ff9900",
191
+ 10, "#ff9900",
192
+ 20, "#ff0000",
193
+ 30, "#ff0000",
194
+ 40, "#ff0000",
195
+ 50, "#ff0000",
196
+ 75, "#ff00ff",
197
+ 100, "#ff00ff",
198
+ 200, "#8000ff",
199
+ ],
200
+ breakpoints : [
201
+ 0, 1, 2, 3, 4, 6, 8, 10, 20, 30, 40, 50, 75, 100, 200
202
+ ],
203
+ },
204
+ },
205
+ },
206
+ "lightning_prob" : {
207
+ type: "fill",
208
+ gridded: false,
209
+ interpolationType: "interpolate",
210
+ units : {
211
+ '%' : {
212
+ colormap : [
213
+ 10, "#00ccff",
214
+ 20, "#0066ff",
215
+ 30, "#00ff00",
216
+ 40, "#00ff00",
217
+ 50, "#00ff00",
218
+ 60, "#ffff00",
219
+ 70, "#ff9900",
220
+ 80, "#ffccff",
221
+ 90, "#ff00ff",
222
+ 100, "#ffffff",
223
+ ],
224
+ breakpoints : [
225
+ 10, 20, 30, 40, 50, 60, 70, 80, 90, 100
226
+ ],
227
+ },
228
+ },
229
+ },
230
+ "vil" : {
231
+ type: "fill",
232
+ gridded: false,
233
+ interpolationType: "interpolate",
234
+ units : {
235
+ 'kg/m²' : {
236
+ colormap : [
237
+ 0.1, "#00ffff",
238
+ 1, "#00ffff",
239
+ 2, "#0099ff",
240
+ 3, "#0066ff",
241
+ 4, "#00ff00",
242
+ 5, "#00ff00",
243
+ 6, "#00ff00",
244
+ 7, "#ffff00",
245
+ 8, "#ffcc00",
246
+ 10, "#ff9900",
247
+ 12, "#ff0000",
248
+ 15, "#ff0000",
249
+ 18, "#ff00ff",
250
+ 25, "#8000ff",
251
+ 30, "#8000ff",
252
+ 40, "#ffffff",
253
+ 50, "#e0e0e0",
254
+ 60, "#c0c0c0",
255
+ 70, "#606060",
256
+ ],
257
+ breakpoints : [
258
+ 0.1, 1, 2, 3, 4, 5, 6, 7, 8, 10, 12, 15, 18, 25, 30, 40, 50, 60, 70
259
+ ],
260
+ },
261
+ },
262
+ },
263
+ "gh_tendency" : {
264
+ type: "fill",
265
+ gridded: false,
266
+ interpolationType: "interpolate",
267
+ units : {
268
+ 'dam' : {
269
+ colormap : [
270
+ -60, "#0000cc",
271
+ -30, "#0000cc",
272
+ 0, "#ffffff",
273
+ 30, "#e60000",
274
+ 60, "#e60000",
275
+ ],
276
+ breakpoints : [
277
+ -60, -58, -56, -54, -52, -50, -48, -46, -44, -42, -40, -38,
278
+ -36, -34, -32, -30, -28, -26, -24, -22, -20, -18, -16, -14,
279
+ -12, -10, -8, -6, -4, -2, 0, 2, 4, 6, 8, 10, 12, 14, 16, 18,
280
+ 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50,
281
+ 52, 54, 56, 58, 60
282
+ ],
283
+ },
284
+ },
285
+ },
286
+ "refc_0" : {
287
+ type: "fill",
288
+ gridded: false,
289
+ interpolationType: "interpolate",
290
+ units : {
291
+ 'dBZ' : {
292
+ colormap : [
293
+ 5, "#2980dc",
294
+ 15, "#00b2d4",
295
+ 20, "#00cc99",
296
+ 25, "#00e07f",
297
+ 30, "#8fd42a",
298
+ 35, "#ffcc00",
299
+ 40, "#ff8c00",
300
+ 45, "#ff6633",
301
+ 50, "#ff3333",
302
+ 55, "#cc3399",
303
+ 60, "#a020f0",
304
+ 65, "#8822ee",
305
+ 70, "#7425e6",
306
+ 75, "#cc33cc",
307
+ 80, "#ff66dd",
308
+ ],
309
+ breakpoints : [
310
+ 5, 10, 15, 20, 25, 30, 35,40 ,45, 50, 55, 60, 65, 70, 75, 80
311
+ ],
312
+ },
313
+ },
314
+ },
315
+ "mslma_0" : {
316
+ type: "line",
317
+ gridded: true,
318
+ interpolationType: "interpolate",
319
+ units : {
320
+ 'hPa' : {
321
+ colormap : [
322
+ 900, "#0033ff",
323
+ 1000, "#00d5ff",
324
+ 1002, "#ff6666",
325
+ 1060, "#ff0000"
326
+ ],
327
+ breakpoints : [
328
+ 870, 872, 874, 876, 878, 880, 882, 884, 886, 888, 890, 892, 894, 896, 898,
329
+ 900, 902, 904, 906, 908, 910, 912, 914, 916, 918, 920, 922, 924, 926, 928,
330
+ 930, 932, 934, 936, 938, 940, 942, 944, 946, 948, 950, 952, 954, 956, 958,
331
+ 960, 962, 964, 966, 968, 970, 972, 974, 976, 978, 980, 982, 984, 986, 988,
332
+ 990, 992, 994, 996, 998, 1000, 1002, 1004, 1006, 1008, 1010, 1012, 1014,
333
+ 1016, 1018, 1020, 1022, 1024, 1026, 1028, 1030, 1032, 1034, 1036, 1038,
334
+ 1040, 1042, 1044, 1046, 1048, 1050, 1052, 1054, 1056, 1058, 1060, 1062,
335
+ 1064, 1066, 1068, 1070, 1072, 1074, 1076, 1078, 1080, 1082, 1084, 1086,
336
+ 1088, 1090
337
+ ],
338
+ }
339
+ }
340
+ },
341
+ "pres2PVU" : {
342
+ type: "fill",
343
+ gridded: false,
344
+ interpolationType: "interpolate",
345
+ units : {
346
+ 'hPa' : {
347
+ colormap : [
348
+ 20, "#cc3333",
349
+ 150, "#ff9933",
350
+ 210, "#ffdd00",
351
+ 375, "#33cc66",
352
+ 390, "#3366cc",
353
+ 510, "#4d88ff",
354
+ 570, "#66e6ff",
355
+ 645, "#ff99ff",
356
+ 750, "#cc33cc",
357
+ ],
358
+ breakpoints : [
359
+ 30, 45, 60, 75, 90, 105, 120, 135, 150, 165, 180, 195, 210, 225, 240, 255,
360
+ 270, 285, 300, 315, 330,
361
+ 345, 360, 375, 390, 405, 420, 435, 450, 465, 480, 495, 510, 525, 540, 555,
362
+ 570, 585, 600, 615, 630, 645, 660, 675,
363
+ 690, 705, 720, 735, 750, 765, 780, 795, 810, 825, 840
364
+ ],
365
+ }
366
+ }
367
+ },
368
+ "theta2PVU" : {
369
+ type: "fill",
370
+ gridded: false,
371
+ interpolationType: "interpolate",
372
+ units : {
373
+ '°K' : {
374
+ colormap : [
375
+ 260, "#cc66cc",
376
+ 300, "#cc0066",
377
+ 320, "#66ccff",
378
+ 345, "#3366cc",
379
+ 350, "#00cc33",
380
+ 375, "#ffee00",
381
+ 450, "#ff3333",
382
+ ],
383
+ breakpoints : [
384
+ 260, 265, 270, 275, 280, 285, 290, 295, 300, 305, 310, 315, 320, 325, 330,
385
+ 335, 340, 345, 350, 355, 360, 365,
386
+ 370, 375, 380, 385, 390, 395, 400, 405,
387
+ 410, 415, 420, 425, 430, 435, 440, 445, 450, 455, 460, 465, 470, 475,
388
+ 480, 485, 490, 495
389
+ ],
390
+ }
391
+ }
392
+ },
393
+ "vo" : {
394
+ type: "fill",
395
+ gridded: false,
396
+ interpolationType: "interpolate",
397
+ units : {
398
+ 's⁻¹' : {
399
+ colormap : [
400
+ -80, "#444444",
401
+ -40, "#444444",
402
+ 0, "#dddddd",
403
+ 4, "#ffee66",
404
+ 12, "#ff9933",
405
+ 20, "#ff6600",
406
+ 32, "#cc3366",
407
+ 40, "#9933aa",
408
+ 60, "#3333ff",
409
+ 72, "#333399",
410
+ 80, "#00ffff",
411
+ 150, "#ffffffff"
412
+ ],
413
+
414
+ breakpoints : [
415
+ -80, -76, -72, -68, -64, -60, -56, -52, -48, -44, -40, -36, -32, -28, -24, -20,
416
+ -16, -12, -8, -4, 0, 4,
417
+ 8, 12, 16, 20, 24, 28, 32, 36, 40, 44, 48, 52, 56, 60, 64, 68, 72, 76, 80, 84,
418
+ 88, 92, 96, 100, 104, 108, 112,
419
+ 114, 118, 122, 126, 130, 134, 138, 142, 146, 150
420
+ ],
421
+ }
422
+ }
423
+ },
424
+ "bulk_shear_speed_upper" : {
425
+ type: "fill",
426
+ gridded: true,
427
+ interpolationType: "interpolate",
428
+ units : {
429
+ 'kts' : {
430
+ colormap : [
431
+ 20, "#99ffff",
432
+ 40, "#7733cc",
433
+ 50, "#ff66cc",
434
+ 60, "#ff3377",
435
+ 70, "#993399",
436
+ 80, "#ff3333",
437
+ 90, "#cc0000",
438
+ 100, "#ff9900",
439
+ 120, "#ffdd00",
440
+ 140, "#ff8800",
441
+ ],
442
+ breakpoints : [
443
+ 20, 30, 40, 50, 60, 70, 80, 90, 100, 110, 120, 130, 140, 150, 160, 170, 180
444
+ ],
445
+ },
446
+ 'm/s' : {
447
+ colormap : [
448
+ 10, "#99ffff",
449
+ 22, "#7733cc",
450
+ 26, "#ff66cc",
451
+ 30, "#ff3377",
452
+ 38, "#993399",
453
+ 42, "#ff3333",
454
+ 46, "#cc0000",
455
+ 50, "#ff9900",
456
+ 62, "#ffdd00",
457
+ 70, "#ff8800",
458
+ ],
459
+ breakpoints : [
460
+ 10, 14, 18, 22, 26, 30, 34, 38, 42, 46, 50, 54,
461
+ 58, 62, 66, 70, 74, 78, 82, 86, 90
462
+ ],
463
+ }
464
+ }
465
+ },
466
+ "bulk_shear_speed_lower" : {
467
+ type: "fill",
468
+ gridded: true,
469
+ interpolationType: "interpolate",
470
+ units : {
471
+ 'kts' : {
472
+ colormap : [
473
+ 10, "#99ffff",
474
+ 20, "#ff66cc",
475
+ 30, "#ff3377",
476
+ 40, "#993399",
477
+ 50, "#ff3333",
478
+ 60, "#ff9900",
479
+ 70, "#ffdd00",
480
+ 80, "#ff8800",
481
+ ],
482
+ breakpoints : [
483
+ 10, 15, 20, 25, 30, 35, 40, 45, 50, 55, 60, 65, 70, 75, 80, 85, 90
484
+ ],
485
+ },
486
+ 'm/s' : {
487
+ colormap : [
488
+ 5, "#99ffff",
489
+ 11, "#ff66cc",
490
+ 15, "#ff3377",
491
+ 21, "#993399",
492
+ 25, "#ff3333",
493
+ 31, "#ff9900",
494
+ 35, "#ffdd00",
495
+ 41, "#ff8800",
496
+ ],
497
+ breakpoints : [
498
+ 5, 7, 9, 11, 13, 15, 17, 19, 21, 23, 25, 27, 29,
499
+ 31, 33, 35, 37, 39, 41, 43, 45
500
+ ],
501
+ }
502
+ }
503
+ },
504
+ "hlcy" : {
505
+ type: "fill",
506
+ gridded: false,
507
+ interpolationType: "interpolate",
508
+ units : {
509
+ 'm²/s²' : {
510
+ colormap : [
511
+ -1000, "#33007a",
512
+ 0, "#dddddd",
513
+ 50, "#888888",
514
+ 100, "#3377cc",
515
+ 150, "#66bbff",
516
+ 200, "#ffdd00",
517
+ 300, "#ffcc00",
518
+ 350, "#ff0000",
519
+ 400, "#cc0066",
520
+ 450, "#8800cc",
521
+ 500, "#cc66ff",
522
+ 600, "#ffbbbb",
523
+ 1500, "#ff8800",
524
+ ],
525
+ breakpoints : [
526
+ -1500, -1450, -1400, -1350, -1300, -1250, -1200, -1150, -1100, -1050, -1000, -950,
527
+ -900, -850, -800, -750, -700, -650, -600, -550, -500, -450, -400, -350, -300, -250,
528
+ -200,
529
+ -150, -100, -50, 0, 50, 100, 150, 200, 250, 300, 350, 400, 450, 500, 550, 600, 650,
530
+ 700, 750, 800, 850, 900, 950,
531
+ 1000, 1050, 1100, 1150, 1200, 1250, 1300, 1350, 1400, 1450, 1500
532
+ ],
533
+ },
534
+ },
535
+ },
536
+ "mxuphl_5000" : {
537
+ type: "fill",
538
+ gridded: false,
539
+ interpolationType: "interpolate",
540
+ units : {
541
+ 'm²/s²' : {
542
+ colormap : [
543
+ 2, "#99ffff",
544
+ 90, "#0077ff",
545
+ 100, "#ffee00",
546
+ 200, "#ff66ff",
547
+ 400, "#8800ee",
548
+ ],
549
+ breakpoints : [
550
+ 2,5,10,10,20,30,40,50,60,70,80,90,100,120,140,160,180,
551
+ 200,220,240,260,280,300,320,340,360,380,400,
552
+ 440,480,520,560
553
+ ],
554
+ },
555
+ },
556
+ },
557
+ "mxuphl_3000" : {
558
+ type: "fill",
559
+ gridded: false,
560
+ interpolationType: "interpolate",
561
+ units : {
562
+ 'm²/s²' : {
563
+ colormap : [
564
+ 2, "#99ffff",
565
+ 90, "#0077ff",
566
+ 100, "#ffee00",
567
+ 200, "#ff66ff",
568
+ 300, "#8800ee",
569
+ ],
570
+ breakpoints : [
571
+ 2,5,10,10,20,30,40,50,60,70,80,90,
572
+ 100,110,120,130,140,150,160,170,180,190,200,220,240,260,280,300
573
+ ],
574
+ },
575
+ },
576
+ },
577
+ "ehi" : {
578
+ type: "fill",
579
+ gridded: false,
580
+ interpolationType: "interpolate",
581
+ units : {
582
+ 'None' : {
583
+ colormap : [
584
+ -20, "#33007a",
585
+ 0, "#dddddd",
586
+ 1, "#3377cc",
587
+ 2, "#ffee00",
588
+ 6, "#cc0066",
589
+ 8, "#8800cc",
590
+ 20, "#ffbbbb",
591
+ ],
592
+ breakpoints : [
593
+ -20.0, -19.5, -19.0, -18.5, -18.0, -17.5, -17.0, -16.5, -16.0, -15.5, -15.0, -14.5,
594
+ -14.0, -13.5, -13.0,
595
+ -12.5, -12.0, -11.5, -11.0, -10.5, -10.0, -9.5, -9.0, -8.5, -8.0, -7.5, -7.0, -6.5,
596
+ -6.0, -5.5, -5.0, -4.5, -4.0,
597
+ -3.5, -3.0, -2.5, -2.0, -1.5, -1.0, -0.5, 0.0, 0.5, 1.0, 1.5, 2.0, 2.5, 3.0, 3.5,
598
+ 4.0, 4.5, 5.0, 5.5, 6.0, 6.5,
599
+ 7.0, 7.5, 8.0, 8.5, 9.0, 9.5, 10.0, 10.5, 11.0, 11.5, 12.0, 12.5, 13.0, 13.5, 14.0,
600
+ 14.5, 15.0, 15.5, 16.0, 16.5,
601
+ 17.0, 17.5, 18.0, 18.5, 19.0, 19.5, 20.0
602
+ ],
603
+ },
604
+ },
605
+ },
606
+ "slr" : {
607
+ type: "fill",
608
+ gridded: false,
609
+ interpolationType: "interpolate",
610
+ units : {
611
+ 'in. Snow/in. Liquid' : {
612
+ colormap : [
613
+ 1, "#ccffff",
614
+ 7, "#0088ff",
615
+ 9, "#7733cc",
616
+ 10, "#ff66ff",
617
+ 15, "#ffcc99",
618
+ 50, "#ff8800",
619
+ ],
620
+ breakpoints : [
621
+ 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14,
622
+ 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29,
623
+ 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44,
624
+ 45, 46, 47, 48, 49, 50
625
+ ],
626
+ },
627
+ },
628
+ },
629
+ "2t_2" : {
630
+ type: "fill",
631
+ gridded: true,
632
+ interpolationType: "interpolate",
633
+ units : {
634
+ '°F' : {
635
+ colormap : [
636
+ -90, "#FFFFFF",
637
+ -60, "#d9c2ff",
638
+ -30, "#cc0088",
639
+ 0, "#8822ee",
640
+ 32, "#0077ff",
641
+ 33, "#00cccc",
642
+ 50, "#00dd66",
643
+ 60, "#ffbb00",
644
+ 80, "#ff5500",
645
+ 100, "#ff0066",
646
+ 120, "#cc0088",
647
+ 150, "#FFFFFF",
648
+ ],
649
+ breakpoints: [
650
+ -90, -88, -86, -84, -82, -80, -78, -76, -74,
651
+ -72, -70, -68, -66, -64, -62, -60, -58, -56, -54, -52,
652
+ -50, -48, -46, -44, -42, -40, -38, -36, -34, -32, -30,
653
+ -28, -26, -24, -22, -20, -18, -16, -14, -12, -10, -8, -6,
654
+ -4, -2, 0, 2, 4, 6, 8, 10, 12, 14, 16, 18, 20, 22, 24, 26,
655
+ 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 56,
656
+ 58, 60, 62, 64, 66, 68, 70, 72, 74, 76, 78, 80, 82, 84, 86,
657
+ 88, 90, 92, 94, 96, 98, 100, 102, 104, 106, 108, 110, 112,
658
+ 114, 116, 118, 120, 122, 124, 126, 128, 130, 132, 134, 136,
659
+ 138, 140, 142, 144, 146, 148, 150
660
+ ],
661
+ },
662
+ '°C' : {
663
+ colormap : [
664
+ -70, "#FFFFFF",
665
+ -40, "#d9c2ff",
666
+ -31, "#cc0088",
667
+ -13, "#8822ee",
668
+ 0, "#0077ff",
669
+ 1, "#00cccc",
670
+ 10, "#00dd66",
671
+ 15, "#ffbb00",
672
+ 25, "#ff5500",
673
+ 40, "#ff0066",
674
+ 50, "#cc0088",
675
+ 70, "#FFFFFF",
676
+ ],
677
+ breakpoints: [
678
+ -70, -68, -66, -64, -62, -60, -58, -56, -54, -52,
679
+ -50, -48, -46, -44, -42, -40, -38, -36, -34, -32, -30, -28,
680
+ -26, -24, -22, -20, -18, -16, -14, -12, -10, -8, -6, -4, -2,
681
+ 0, 2, 4, 6, 8, 10, 12, 14, 16, 18, 20, 22, 24, 26, 28, 30, 32,
682
+ 34, 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 56, 58, 60, 62, 64, 66, 68, 70
683
+ ],
684
+ },
685
+ },
686
+ },
687
+ "t_iso" : {
688
+ type: "line",
689
+ gridded: false,
690
+ interpolationType: "interpolate",
691
+ units : {
692
+ '°C' : {
693
+ colormap : [0, "#0033ff",],
694
+ breakpoints: [0]
695
+ },
696
+ },
697
+ },
698
+ "2d_2" : {
699
+ type: "fill",
700
+ gridded: false,
701
+ interpolationType: "interpolate",
702
+ units : {
703
+ '°F' : {
704
+ colormap : [
705
+ -80, "#ff0000",
706
+ -60, "#ff5500",
707
+ -20, "#ffaa00",
708
+ 32, "#dddddd",
709
+ 33, "#66dd88",
710
+ 50, "#00cc66",
711
+ 60, "#0077ff",
712
+ 80, "#66aaff",
713
+ 90, "#ffffff"
714
+ ],
715
+ breakpoints : [
716
+ -80, -78, -76, -74, -72, -70, -68, -66, -64,
717
+ -62, -60, -58, -56, -54, -52, -50, -48, -46, -44, -42,
718
+ -40, -38, -36, -34, -32, -30, -28, -26, -24, -22, -20,
719
+ -18, -16, -14, -12, -10, -8, -6, -4, -2, 0, 2, 4, 6, 8,
720
+ 10, 12, 14, 16, 18, 20, 22, 24, 26, 28, 30, 32, 34, 36,
721
+ 38, 40, 42, 44, 46, 48, 50, 52, 54, 56, 58, 60, 62, 64,
722
+ 66, 68, 70, 72, 74, 76, 78, 80, 82, 84, 86, 88, 90
723
+ ],
724
+ },
725
+ '°C' : {
726
+ colormap : [
727
+ -70, "#ff0000",
728
+ -50, "#ff5500",
729
+ -30, "#ffaa00",
730
+ 0, "#dddddd",
731
+ 1, "#66dd88",
732
+ 10, "#00cc66",
733
+ 20, "#0077ff",
734
+ 30, "#66aaff",
735
+ 40, "#ffffff"
736
+ ],
737
+ breakpoints : [
738
+ -70, -68, -66, -64, -62, -60, -58, -56, -54,
739
+ -52, -50, -48, -46, -44, -42, -40, -38, -36, -34, -32,
740
+ -30, -28, -26, -24, -22, -20, -18, -16, -14, -12, -10,
741
+ -8, -6, -4, -2, 0, 2, 4, 6, 8, 10, 12, 14, 16, 18, 20,
742
+ 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50
743
+ ],
744
+ },
745
+ },
746
+ },
747
+ "d" : {
748
+ type: "fill",
749
+ gridded: false,
750
+ interpolationType: "interpolate",
751
+ units : {
752
+ '°C' : {
753
+ colormap : [
754
+ -70, "#FFFFFF",
755
+ -40, "#d9c2ff",
756
+ -31, "#cc0088",
757
+ -13, "#8822ee",
758
+ 0, "#0077ff",
759
+ 1, "#00cccc",
760
+ 10, "#00dd66",
761
+ 15, "#ffbb00",
762
+ 25, "#ff5500",
763
+ 40, "#ff0066",
764
+ 50, "#cc0088",
765
+ 70, "#FFFFFF",
766
+ ],
767
+ breakpoints: [
768
+ -70, -68, -66, -64, -62, -60, -58, -56, -54, -52,
769
+ -50, -48, -46, -44, -42, -40, -38, -36, -34, -32, -30,
770
+ -28, -26, -24, -22, -20, -18, -16, -14, -12, -10, -8, -6,
771
+ -4, -2, 0, 2, 4, 6, 8, 10, 12, 14, 16, 18, 20, 22, 24, 26,
772
+ 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 56,
773
+ 58, 60, 62, 64, 66, 68, 70
774
+ ],
775
+ },
776
+ },
777
+ },
778
+ "t" : {
779
+ type: "fill",
780
+ gridded: true,
781
+ interpolationType: "interpolate",
782
+ units : {
783
+ '°C' : {
784
+ colormap : [
785
+ -50, "#ffffff",
786
+ -35, "#cc0088",
787
+ -20, "#8822ee",
788
+ 0, "#0077ff",
789
+ 1, "#00cccc",
790
+ 10, "#00dd66",
791
+ 15, "#ffbb00",
792
+ 25, "#ff5500",
793
+ 40, "#ff0066",
794
+ 50, "#cc0088"
795
+ ],
796
+ breakpoints: [
797
+ -50, -48, -46, -44, -42, -40, -38, -36, -34,
798
+ -32, -30, -28, -26, -24, -22, -20, -18, -16, -14,
799
+ -12, -10, -8, -6, -4, -2, 0, 2, 4, 6, 8, 10, 12,
800
+ 14, 16, 18, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50
801
+ ],
802
+ },
803
+ },
804
+ },
805
+ "wind_speed_10" : {
806
+ type: "fill",
807
+ gridded: true,
808
+ interpolationType: "interpolate",
809
+ units : {
810
+ 'kts' : {
811
+ colormap : [
812
+ 5, "#dddddd",
813
+ 10, "#99ccff",
814
+ 15, "#0088ff",
815
+ 35, "#8822ee",
816
+ 50, "#ff0088",
817
+ 70, "#ff8800",
818
+ 120, "#ffff00"
819
+ ],
820
+ breakpoints : [
821
+ 5, 10, 15, 20, 25, 30, 35, 40, 45, 50, 55, 60, 65,
822
+ 70, 75, 80, 85, 90, 95, 100, 105, 110, 115, 120, 125, 130, 135, 140, 145, 150
823
+ ],
824
+ },
825
+ 'mph' : {
826
+ colormap : [
827
+ 5, "#dddddd",
828
+ 10, "#99ccff",
829
+ 20, "#0088ff",
830
+ 40, "#8822ee",
831
+ 55, "#ff0088",
832
+ 80, "#ff8800",
833
+ 150, "#ffff00"
834
+ ],
835
+ breakpoints : [
836
+ 5, 10, 15, 20, 25, 30, 35, 40, 45,
837
+ 50, 55, 60, 65, 70, 75, 80, 85, 90, 95, 100, 105,
838
+ 110, 115, 120, 125, 130, 135, 140, 145, 150, 155,
839
+ 160, 165, 170, 175, 180, 185, 190, 195, 200
840
+ ],
841
+ },
842
+ 'm/s' : {
843
+ colormap : [
844
+ 2, "#dddddd",
845
+ 10, "#0088ff",
846
+ 20, "#8822ee",
847
+ 24, "#ff0088",
848
+ 36, "#ff8800",
849
+ 60, "#ffff00"
850
+ ],
851
+ breakpoints : [
852
+ 2, 4, 6, 8, 10, 12, 14, 16, 18, 20,
853
+ 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44,
854
+ 46, 48, 50, 52, 54, 56, 58, 60, 62, 64, 66, 68, 70, 72, 74, 76, 78, 80
855
+ ],
856
+ },
857
+ 'km/h' : {
858
+ colormap : [
859
+ 10, "#dddddd",
860
+ 20, "#99ccff",
861
+ 35, "#0088ff",
862
+ 70, "#8822ee",
863
+ 90, "#ff0088",
864
+ 130, "#ff8800",
865
+ 220, "#ffff00"
866
+ ],
867
+ breakpoints : [
868
+ 10, 15, 20, 25, 30, 35, 40, 45, 50, 55, 60, 65, 70, 75, 80, 85, 90, 95,
869
+ 100, 105, 110, 115, 120, 125, 130, 135, 140, 145, 150, 155, 160, 165, 170,
870
+ 175, 180, 185, 190, 195, 200, 205, 210, 215, 220, 225, 230, 235, 240, 245,
871
+ 250, 255, 260, 265, 270, 275, 280, 285, 290, 295, 300
872
+ ],
873
+ },
874
+ },
875
+ },
876
+ "wind_speed_upper" : {
877
+ type: "fill",
878
+ gridded: true,
879
+ interpolationType: "interpolate",
880
+ units : {
881
+ 'kts' : {
882
+ colormap : [
883
+ 50, "#99ffff",
884
+ 60, "#00cccc",
885
+ 70, "#00dd66",
886
+ 90, "#ffee00",
887
+ 120, "#ff9900",
888
+ 130, "#ff3333",
889
+ 140, "#9933cc",
890
+ 180, "#ff99ff",
891
+ 200, "#ff6666",
892
+ 250, "#ff0000"
893
+ ],
894
+ breakpoints : [
895
+ 10, 20, 30, 40, 50, 60, 70, 80, 90,
896
+ 100, 110, 120, 130, 140, 150, 160, 170, 180,
897
+ 190, 200, 210, 220, 230, 240, 250
898
+ ],
899
+ },
900
+ 'mph' : {
901
+ colormap : [
902
+ 55, "#99ffff",
903
+ 70, "#00cccc",
904
+ 80, "#00dd66",
905
+ 105, "#ffee00",
906
+ 140, "#ff9900",
907
+ 150, "#ff3333",
908
+ 160, "#9933cc",
909
+ 205, "#ff99ff",
910
+ 230, "#ff6666",
911
+ 290, "#ff0000"
912
+ ],
913
+ breakpoints : [
914
+ 10, 25, 35, 45, 55, 70, 80, 90, 105,
915
+ 115, 125, 140, 150, 160, 170, 185, 195, 205,
916
+ 220, 230, 240, 255, 265, 275, 290
917
+ ],
918
+ },
919
+ 'm/s' : {
920
+ colormap : [
921
+ 25, "#99ffff",
922
+ 30, "#00cccc",
923
+ 36, "#00dd66",
924
+ 46, "#ffee00",
925
+ 62, "#ff9900",
926
+ 67, "#ff3333",
927
+ 72, "#9933cc",
928
+ 93, "#ff99ff",
929
+ 103, "#ff6666",
930
+ 129, "#ff0000"
931
+ ],
932
+ breakpoints : [
933
+ 5, 10, 15, 20, 25, 30, 36, 41, 46,
934
+ 51, 57, 62, 67, 72, 77, 82, 88, 93,
935
+ 98, 103, 108, 113, 118, 124, 129
936
+ ],
937
+ },
938
+ 'km/h' : {
939
+ colormap : [
940
+ 95, "#99ffff",
941
+ 110, "#00cccc",
942
+ 130, "#00dd66",
943
+ 165, "#ffee00",
944
+ 220, "#ff9900",
945
+ 240, "#ff3333",
946
+ 260, "#9933cc",
947
+ 335, "#ff99ff",
948
+ 370, "#ff6666",
949
+ 460, "#ff0000"
950
+ ],
951
+ breakpoints : [
952
+ 20, 35, 55, 75, 95, 110, 130, 150, 165,
953
+ 185, 205, 220, 240, 260, 280, 295, 315, 335,
954
+ 350, 370, 390, 410, 425, 445, 460
955
+ ],
956
+ },
957
+ },
958
+ },
959
+ "wind_speed_mid" : {
960
+ type: "fill",
961
+ gridded: true,
962
+ interpolationType: "interpolate",
963
+ units : {
964
+ 'kts' : {
965
+ colormap : [
966
+ 10, "#ccddee",
967
+ 20, "#99ffff",
968
+ 30, "#00cccc",
969
+ 35, "#00dd66",
970
+ 45, "#ffee00",
971
+ 55, "#ff9900",
972
+ 65, "#9933cc",
973
+ 100, "#ff99ff",
974
+ 120, "#ff6666",
975
+ 155, "#ff0000"
976
+ ],
977
+ breakpoints : [
978
+ 5, 10, 15, 20, 25, 30, 35, 40, 45, 50,
979
+ 55, 60, 65, 70, 75, 80, 85, 90, 95, 100, 105, 110,
980
+ 115, 120, 125, 130, 135, 140, 145, 150, 155, 160,
981
+ 165, 170, 175, 180, 185, 190, 195, 200, 205, 210,
982
+ 215, 220, 225, 230, 235, 240, 245, 250
983
+ ],
984
+ },
985
+ 'mph' : {
986
+ colormap : [
987
+ 10, "#ccddee",
988
+ 25, "#99ffff",
989
+ 35, "#00cccc",
990
+ 40, "#00dd66",
991
+ 50, "#ffee00",
992
+ 65, "#ff9900",
993
+ 75, "#9933cc",
994
+ 115, "#ff99ff",
995
+ 140, "#ff6666",
996
+ 180, "#ff0000"
997
+ ],
998
+ breakpoints : [
999
+ 5, 10, 15, 25, 30, 35, 40, 45, 50, 55,
1000
+ 65, 70, 75, 80, 85, 90, 100, 105, 110, 115, 120, 125,
1001
+ 130, 140, 145, 150, 155, 160, 165, 170, 180, 185,
1002
+ 190, 195, 200, 205, 210, 220, 225, 230, 235, 240,
1003
+ 245, 250, 260, 265, 270, 275, 280, 285, 290
1004
+ ],
1005
+ },
1006
+ 'm/s' : {
1007
+ colormap : [
1008
+ 5, "#ccddee",
1009
+ 10, "#99ffff",
1010
+ 15, "#00cccc",
1011
+ 18, "#00dd66",
1012
+ 23, "#ffee00",
1013
+ 28, "#ff9900",
1014
+ 33, "#9933cc",
1015
+ 51, "#ff99ff",
1016
+ 62, "#ff6666",
1017
+ 80, "#ff0000"
1018
+ ],
1019
+ breakpoints : [
1020
+ 2, 5, 8, 10, 13, 15, 18, 20, 23, 26,
1021
+ 28, 31, 33, 36, 38, 41, 44, 46, 49, 51, 54, 57,
1022
+ 59, 62, 64, 67, 69, 72, 74, 77, 80, 82,
1023
+ 85, 87, 90, 92, 95, 97, 100, 103, 105, 108,
1024
+ 110, 113, 115, 118, 120, 123, 125, 128
1025
+ ],
1026
+ },
1027
+ 'km/h' : {
1028
+ colormap : [
1029
+ 20, "#ccddee",
1030
+ 35, "#99ffff",
1031
+ 55, "#00cccc",
1032
+ 65, "#00dd66",
1033
+ 85, "#ffee00",
1034
+ 100, "#ff9900",
1035
+ 120, "#9933cc",
1036
+ 185, "#ff99ff",
1037
+ 220, "#ff6666",
1038
+ 290, "#ff0000"
1039
+ ],
1040
+ breakpoints : [
1041
+ 10, 20, 25, 35, 45, 55, 65, 75, 85, 95,
1042
+ 100, 110, 120, 130, 140, 150, 160, 165, 175, 185, 195, 205,
1043
+ 210, 220, 230, 240, 250, 260, 270, 280, 290, 300,
1044
+ 310, 315, 325, 335, 345, 355, 365, 370, 380, 390,
1045
+ 395, 405, 415, 425, 435, 445, 455, 465
1046
+ ],
1047
+ },
1048
+ },
1049
+ },
1050
+ "pwat_0" : {
1051
+ type: "fill",
1052
+ gridded: true,
1053
+ interpolationType: "interpolate",
1054
+ units : {
1055
+ 'mm' : {
1056
+ colormap : [
1057
+ 0, "#ff5500",
1058
+ 10, "#ff9933",
1059
+ 25, "#ffcc99",
1060
+ 35, "#cc99ff",
1061
+ 55, "#8866ff",
1062
+ 65, "#5555ff",
1063
+ 75, "#3333aa"
1064
+ ],
1065
+ breakpoints : [
1066
+ 1, 3, 5, 7, 9, 11, 13, 15, 17, 19, 21, 23, 25,
1067
+ 27, 29, 31, 33, 35, 37, 39, 41, 43, 45, 47, 49, 51, 53, 55,
1068
+ 57, 59, 61, 63, 65, 67, 69, 71, 73, 75, 77, 79, 81, 83, 85, 87, 89
1069
+ ],
1070
+ },
1071
+ 'in' : {
1072
+ colormap : [
1073
+ 0, "#ff5500",
1074
+ 0.5, "#ff9933",
1075
+ 1, "#ffcc99",
1076
+ 1.5, "#cc99ff",
1077
+ 2, "#8866ff",
1078
+ 2.5, "#5555ff",
1079
+ 3, "#3333aa"
1080
+ ],
1081
+ breakpoints : [
1082
+ 0.25, 0.5, 0.75, 1.0, 1.25, 1.5, 1.75, 2.0, 2.25,
1083
+ 2.5, 2.75, 3.0, 3.25, 3.5, 3.75, 4.0
1084
+ ],
1085
+ },
1086
+ },
1087
+ },
1088
+ "thetaE" : {
1089
+ type: "fill",
1090
+ gridded: true,
1091
+ interpolationType: "interpolate",
1092
+ units : {
1093
+ '°K' : {
1094
+ colormap : [
1095
+ 230, "#995522",
1096
+ 300, "#ffbb77",
1097
+ 320, "#99ff66",
1098
+ 325, "#33cc00",
1099
+ 330, "#00eeff",
1100
+ 335, "#0099aa",
1101
+ 340, "#8800ff",
1102
+ 355, "#ff0000",
1103
+ 360, "#ff0088",
1104
+ 370, "#ffaaaa"
1105
+ ],
1106
+ breakpoints : [
1107
+ 230, 235, 240, 245, 250, 255, 260, 265, 270,
1108
+ 275, 280, 285, 290, 295, 300, 305, 310, 315, 320, 325, 330,
1109
+ 335, 340, 345, 350, 355, 360, 365, 370
1110
+ ],
1111
+ },
1112
+ },
1113
+ },
1114
+ "gust_0" : {
1115
+ type: "fill",
1116
+ gridded: true,
1117
+ interpolationType: "interpolate",
1118
+ units : {
1119
+ 'mph' : {
1120
+ colormap : [
1121
+ 20, "#6699ff",
1122
+ 30, "#00ffff",
1123
+ 35, "#00cc33",
1124
+ 45, "#99ff66",
1125
+ 50, "#ffdd00",
1126
+ 65, "#ff0000",
1127
+ 70, "#cc6600",
1128
+ 85, "#ffbbbb",
1129
+ 100, "#ff3333",
1130
+ 120, "#ff8800",
1131
+ 200, "#999999",
1132
+ ],
1133
+ breakpoints : [
1134
+ 20, 25, 30, 35, 40, 45, 50, 55, 60, 65, 70, 75,
1135
+ 80, 85, 90, 95, 100, 105, 110, 115, 120, 125, 130, 135, 140,
1136
+ 145, 150, 155, 160, 165, 170, 175, 180, 185, 190, 195, 200
1137
+ ],
1138
+ },
1139
+ 'kts' : {
1140
+ colormap : [
1141
+ 15, "#6699ff",
1142
+ 25, "#00ffff",
1143
+ 30, "#00cc33",
1144
+ 40, "#99ff66",
1145
+ 50, "#ffdd00",
1146
+ 55, "#ff0000",
1147
+ 60, "#cc6600",
1148
+ 70, "#ffbbbb",
1149
+ 90, "#ff3333",
1150
+ 100, "#ff8800",
1151
+ 150, "#999999",
1152
+ ],
1153
+ breakpoints : [
1154
+ 15, 20, 25, 30, 35, 40, 45, 50, 55, 60, 65, 70,
1155
+ 75, 80, 85, 90, 95, 100, 105, 110, 115, 120, 125, 130, 135, 140, 145, 150
1156
+ ],
1157
+ },
1158
+ 'm/s' : {
1159
+ colormap : [
1160
+ 10, "#6699ff",
1161
+ 14, "#00ffff",
1162
+ 16, "#00cc33",
1163
+ 20, "#99ff66",
1164
+ 24, "#ffdd00",
1165
+ 30, "#ff0000",
1166
+ 32, "#cc6600",
1167
+ 38, "#ffbbbb",
1168
+ 44, "#ff3333",
1169
+ 52, "#ff8800",
1170
+ 80, "#999999"
1171
+ ],
1172
+ breakpoints : [
1173
+ 10, 12, 14, 16, 18, 20, 22, 24, 26, 28, 30, 32,
1174
+ 34, 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 56, 58, 60,
1175
+ 62, 64, 66, 68, 70, 72, 74, 76, 78, 80
1176
+ ],
1177
+ },
1178
+ 'km/h' : {
1179
+ colormap : [
1180
+ 30, "#6699ff",
1181
+ 50, "#00ffff",
1182
+ 55, "#00cc33",
1183
+ 70, "#99ff66",
1184
+ 80, "#ffdd00",
1185
+ 105, "#ff0000",
1186
+ 115, "#cc6600",
1187
+ 135, "#ffbbbb",
1188
+ 160, "#ff3333",
1189
+ 195, "#ff8800",
1190
+ 320, "#999999"
1191
+ ],
1192
+ breakpoints : [
1193
+ 30, 40, 50, 55, 65, 70, 80, 90, 95, 105, 115, 120,
1194
+ 130, 135, 145, 150, 160, 170, 175, 185, 195, 200, 210, 215, 225,
1195
+ 235, 240, 250, 255, 265, 270, 280, 290, 295, 305, 315, 320
1196
+ ],
1197
+ },
1198
+ },
1199
+ },
1200
+ "ltng" : {
1201
+ type: "fill",
1202
+ gridded: false,
1203
+ interpolationType: "interpolate",
1204
+ units : {
1205
+ 'flashes km⁻²/5 min' : {
1206
+ colormap : [
1207
+ 0.01, "#dddddd",
1208
+ 0.75, "#ffff00",
1209
+ 1, "#ff9999",
1210
+ 2, "#ff66bb",
1211
+ 3, "#cc66cc",
1212
+ 5, "#ff66ff",
1213
+ 6, "#cc66ff",
1214
+ 15, "#ff3399",
1215
+ 21, "#ff9933"
1216
+ ],
1217
+ breakpoints : [
1218
+ .01,0.1,0.25,0.5,0.75,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,17,19,21
1219
+ ],
1220
+ },
1221
+ },
1222
+ },
1223
+ "cape_0" : {
1224
+ type: "fill",
1225
+ gridded: true,
1226
+ interpolationType: "interpolate",
1227
+ units : {
1228
+ 'J kg⁻¹' : {
1229
+ colormap : [
1230
+ 100, "#4dbb6a",
1231
+ 250, "#4dbb6a",
1232
+ 1000, "#ffca3a",
1233
+ 2000, "#ff9a3c",
1234
+ 3000, "#ff5e7d",
1235
+ 6000, "#9c3fe4"
1236
+ ],
1237
+ breakpoints : [
1238
+ 100, 250, 500, 750, 1000, 1250, 1500, 1750, 2000, 2250,
1239
+ 2500, 2750, 3000, 3250, 3500, 3750, 4000, 4250, 4500, 4750, 5000,
1240
+ 5250, 5500, 5750, 6000, 6250, 6500, 6750, 7000, 7250, 7500, 7750,
1241
+ 8000, 8250, 8500, 8750, 9000, 9250, 9500, 9750, 10000
1242
+ ],
1243
+ },
1244
+ },
1245
+ },
1246
+ "cape_0-3000" : {
1247
+ type: "fill",
1248
+ gridded: true,
1249
+ interpolationType: "interpolate",
1250
+ units : {
1251
+ 'J kg⁻¹' : {
1252
+ colormap : [
1253
+ 5, "#4dbb6a",
1254
+ 100, "#ffca3a",
1255
+ 200, "#ff9a3c",
1256
+ 300, "#ff5e7d",
1257
+ 500, "#9c3fe4"
1258
+ ],
1259
+ breakpoints : [
1260
+ 5, 25, 50,75,100,125,150,175,200,225,250,275,300,325,350,375,
1261
+ 400,425,450,475,500
1262
+ ],
1263
+ },
1264
+ },
1265
+ },
1266
+ "stp" : {
1267
+ type: "fill",
1268
+ gridded: true,
1269
+ interpolationType: "interpolate",
1270
+ units : {
1271
+ 'None' : {
1272
+ colormap : [
1273
+ 0.1, "#b3b3b3",
1274
+ 1, "#4d80b3",
1275
+ 2, "#ffaa00",
1276
+ 3, "#ff3366",
1277
+ 4, "#cc33ff",
1278
+ 5, "#ff66cc",
1279
+ 6, "#ff6633",
1280
+ 9, "#ffaa66",
1281
+ 30, "#00cccc"
1282
+ ],
1283
+ breakpoints : [
1284
+ 0.1,0.25,0.5,0.75,1,1.5,2,2.5,3,3.5,4,4.5,5,5.5,6,6.5,7,
1285
+ 7.5,8,8.5,9,9.5,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,35,40
1286
+ ],
1287
+ },
1288
+ },
1289
+ },
1290
+ "supercellComposite" : {
1291
+ type: "fill",
1292
+ gridded: true,
1293
+ interpolationType: "interpolate",
1294
+ units : {
1295
+ 'None' : {
1296
+ colormap : [
1297
+ 0.1, "#b3b3b3",
1298
+ 1, "#4d80b3",
1299
+ 2, "#ffaa00",
1300
+ 3, "#ff3366",
1301
+ 4, "#cc33ff",
1302
+ 5, "#ff66cc",
1303
+ 6, "#ff6633",
1304
+ 9, "#ffaa66",
1305
+ 20, "#00cccc",
1306
+ 50, "white"
1307
+ ],
1308
+ breakpoints : [
1309
+ 0.1,0.25,0.5,0.75,1,1.5,2,2.5,3,3.5,4,4.5,5,5.5,6,6.5,7,7.5,8,8.5,9,9.5,10,
1310
+ 11,12,13,14,15,16,17,18,19,20,22,24,26,28,30,32,34,36,38,40,42,44,46,48,50
1311
+ ],
1312
+ },
1313
+ },
1314
+ },
1315
+ "tts" : {
1316
+ type: "fill",
1317
+ gridded: true,
1318
+ interpolationType: "interpolate",
1319
+ units : {
1320
+ 'None' : {
1321
+ colormap : [
1322
+ 0.1, "#b3b3b3",
1323
+ 1, "#4d80b3",
1324
+ 2, "#ffaa00",
1325
+ 3, "#ff3366",
1326
+ 4, "#cc33ff",
1327
+ 5, "#ff66cc",
1328
+ 6, "#ff6633",
1329
+ 9, "#ffaa66",
1330
+ 30, "#00cccc"
1331
+ ],
1332
+ breakpoints : [
1333
+ 0.1,0.25,0.5,0.75,1,1.5,2,2.5,3,3.5,4,4.5,5,5.5,6,6.5,7,
1334
+ 7.5,8,8.5,9,9.5,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,35,40
1335
+ ],
1336
+ },
1337
+ },
1338
+ },
1339
+ "tehi" : {
1340
+ type: "fill",
1341
+ gridded: true,
1342
+ interpolationType: "interpolate",
1343
+ units : {
1344
+ 'None' : {
1345
+ colormap : [
1346
+ 0.1, "#b3b3b3",
1347
+ 1, "#4d80b3",
1348
+ 2, "#ffaa00",
1349
+ 3, "#ff3366",
1350
+ 4, "#cc33ff",
1351
+ 5, "#ff66cc",
1352
+ 6, "#ff6633",
1353
+ 9, "#ffaa66",
1354
+ 30, "#00cccc"
1355
+ ],
1356
+ breakpoints : [
1357
+ 0.1,0.25,0.5,0.75,1,1.5,2,2.5,3,3.5,4,4.5,5,5.5,6,6.5,7,
1358
+ 7.5,8,8.5,9,9.5,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,35,40
1359
+ ],
1360
+ },
1361
+ },
1362
+ },
1363
+ "lftx_0" : {
1364
+ type: "fill",
1365
+ gridded: true,
1366
+ interpolationType: "interpolate",
1367
+ units : {
1368
+ '°C' : {
1369
+ colormap : [
1370
+ -20, "#ffb3b3",
1371
+ -14, "#ff3300",
1372
+ -13, "#cc0000",
1373
+ -12, "#ff6699",
1374
+ -10, "#ff99ff",
1375
+ -9, "#cc66ff",
1376
+ -8, "#9933ff",
1377
+ -7, "#cc0055",
1378
+ -6, "#ff0044",
1379
+ -4, "#ffaa00",
1380
+ -3, "#ffff00",
1381
+ -2, "#6699ff",
1382
+ -1, "#0066cc"
1383
+ ],
1384
+ breakpoints : [
1385
+ -20, -19, -18, -17, -16, -15, -14, -13, -12, -11, -10, -9, -8, -7, -6,
1386
+ -5, -4, -3, -2, -1
1387
+ ],
1388
+ },
1389
+ },
1390
+ },
1391
+ "lapse_rates_500700" : {
1392
+ type: "fill",
1393
+ gridded: true,
1394
+ interpolationType: "interpolate",
1395
+ units : {
1396
+ '°C km⁻¹' : {
1397
+ colormap : [
1398
+ 1, "#cccccc",
1399
+ 5, "#666666",
1400
+ 6, "#3366cc",
1401
+ 7, "#ffff00",
1402
+ 8, "#ff9900",
1403
+ 9, "#cc33ff",
1404
+ 10, "#ff99ff",
1405
+ 15, "#cc0000"
1406
+ ],
1407
+ breakpoints : [
1408
+ 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15
1409
+ ],
1410
+ },
1411
+ },
1412
+ },
1413
+ "lcl" : {
1414
+ type: "fill",
1415
+ gridded: true,
1416
+ interpolationType: "interpolate",
1417
+ units : {
1418
+ 'm' : {
1419
+ colormap : [
1420
+ 100, "#cccccc",
1421
+ 1000, "#ffcc66",
1422
+ 2000, "#ff6633",
1423
+ 3000, "#cc0033",
1424
+ 4000, "#660033",
1425
+ 9000, "#ccccff"
1426
+ ],
1427
+ breakpoints : [
1428
+ 100, 200, 300, 400, 500, 600, 700, 800, 900, 1000, 1100, 1200,
1429
+ 1300, 1400, 1500, 1600, 1700, 1800, 1900, 2000, 2100, 2200, 2300, 2400, 2500,
1430
+ 2600, 2700, 2800, 2900, 3000, 3100, 3200, 3300, 3400, 3500, 3600, 3700, 3800,
1431
+ 3900, 4000, 4100, 4200, 4300, 4400, 4500, 4600, 4700, 4800, 4900, 5000, 5100,
1432
+ 5200, 5300, 5400, 5500, 5600, 5700, 5800, 5900, 6000, 6100, 6200, 6300, 6400,
1433
+ 6500, 6600, 6700, 6800, 6900, 7000, 7100, 7200, 7300, 7400, 7500, 7600, 7700,
1434
+ 7800, 7900, 8000, 8100, 8200, 8300, 8400, 8500, 8600, 8700, 8800, 8900, 9000,
1435
+ 9100, 9200, 9300, 9400, 9500, 9600, 9700, 9800, 9900, 10000
1436
+ ],
1437
+ },
1438
+ 'km' : {
1439
+ colormap : [
1440
+ 0.1, "#cccccc",
1441
+ 1, "#ffcc66",
1442
+ 2, "#ff6633",
1443
+ 3, "#cc0033",
1444
+ 4, "#660033",
1445
+ 9, "#ccccff"
1446
+ ],
1447
+ breakpoints : [
1448
+ 0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, 1.0, 1.1, 1.2, 1.3,
1449
+ 1.4, 1.5, 1.6, 1.7, 1.8, 1.9, 2.0, 2.1, 2.2, 2.3, 2.4, 2.5, 2.6, 2.7, 2.8, 2.9,
1450
+ 3.0, 3.1, 3.2, 3.3, 3.4, 3.5, 3.6, 3.7, 3.8, 3.9, 4.0, 4.1, 4.2, 4.3, 4.4, 4.5,
1451
+ 4.6, 4.7, 4.8, 4.9, 5.0, 5.1, 5.2, 5.3, 5.4, 5.5, 5.6, 5.7, 5.8, 5.9, 6.0, 6.1,
1452
+ 6.2, 6.3, 6.4, 6.5, 6.6, 6.7, 6.8, 6.9, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.6, 7.7,
1453
+ 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 8.5, 8.6, 8.7, 8.8, 8.9, 9.0, 9.1, 9.2, 9.3,
1454
+ 9.4, 9.5, 9.6, 9.7, 9.8, 9.9, 10.0
1455
+ ],
1456
+ },
1457
+ 'ft' : {
1458
+ colormap : [
1459
+ 500, "#cccccc",
1460
+ 3000, "#ffcc66",
1461
+ 6500, "#ff6633",
1462
+ 10000, "#cc0033",
1463
+ 13000, "#660033",
1464
+ 30000, "#ccccff"
1465
+ ],
1466
+ breakpoints : [
1467
+ 500, 1000, 1500, 2000, 2500, 3000, 3500, 4000, 4500, 5000, 5500, 6000,
1468
+ 6500, 7000, 7500, 8000, 8500, 9000, 9500, 10000, 10500, 11000, 11500, 12000,
1469
+ 12500, 13000, 13500, 14000, 14500, 15000, 15500, 16000, 16500, 17000, 17500,
1470
+ 18000, 18500, 19000, 19500, 20000, 20500, 21000, 21500, 22000, 22500, 23000,
1471
+ 23500, 24000, 24500, 25000, 25500, 26000, 26500, 27000, 27500, 28000, 28500,
1472
+ 29000, 29500, 30000
1473
+ ],
1474
+ },
1475
+ },
1476
+ },
1477
+ "cin_0" : {
1478
+ type: "fill",
1479
+ gridded: true,
1480
+ interpolationType: "interpolate",
1481
+ units: {
1482
+ "J kg⁻¹": {
1483
+ colormap : [
1484
+ -1000, "#cccccc",
1485
+ -600, "#ff9900",
1486
+ -400, "#ff99ff",
1487
+ -300, "#cc66ff",
1488
+ -200, "#cc6699",
1489
+ -50, "#ffdd00",
1490
+ ],
1491
+ breakpoints : [
1492
+ -1000, -950, -900, -850, -800, -750, -700, -650, -600, -550, -500,
1493
+ -450, -400, -350, -300, -250, -200, -150, -100, -50
1494
+ ],
1495
+ },
1496
+ },
1497
+ },
1498
+ "dgzrh" : {
1499
+ type: "fill",
1500
+ gridded: false,
1501
+ interpolationType: "interpolate",
1502
+ units: {
1503
+ "%": {
1504
+ colormap : [
1505
+ 0, "#5555dd",
1506
+ 25, "#ff9999",
1507
+ 50, "#ffcc33",
1508
+ 75, "#33cc66",
1509
+ 100, "#3399ff",
1510
+ ],
1511
+ breakpoints : [
1512
+ 0, 5, 10, 15, 20, 25, 30, 35, 40, 45, 50, 55,
1513
+ 60, 65, 70, 75, 80, 85, 90, 95, 100
1514
+ ],
1515
+ },
1516
+ },
1517
+ },
1518
+ "2r_2" : {
1519
+ type: "fill",
1520
+ gridded: true,
1521
+ interpolationType: "interpolate",
1522
+ units: {
1523
+ "%": {
1524
+ colormap : [
1525
+ 0, "#444444",
1526
+ 25, "#ff6655",
1527
+ 50, "#ffcc00",
1528
+ 75, "#33cc77",
1529
+ 100, "#3399ff",
1530
+ ],
1531
+ breakpoints : [
1532
+ 0, 5, 10, 15, 20, 25, 30, 35, 40, 45, 50,
1533
+ 55, 60, 65, 70, 75, 80, 85, 90, 95, 100
1534
+ ],
1535
+ },
1536
+ },
1537
+ },
1538
+ "r" : {
1539
+ type: "fill",
1540
+ gridded: false,
1541
+ interpolationType: "interpolate",
1542
+ units: {
1543
+ "%": {
1544
+ colormap : [
1545
+ 0, "#444444",
1546
+ 25, "#ff6655",
1547
+ 50, "#ffcc00",
1548
+ 75, "#33cc77",
1549
+ 100, "#3399ff",
1550
+ ],
1551
+ breakpoints : [
1552
+ 0, 5, 10, 15, 20, 25, 30, 35, 40, 45, 50,
1553
+ 55, 60, 65, 70, 75, 80, 85, 90, 95, 100
1554
+ ],
1555
+ },
1556
+ },
1557
+ },
1558
+ 'mean700300mbRH': {
1559
+ type: "fill",
1560
+ gridded: false,
1561
+ interpolationType: "interpolate",
1562
+ units: {
1563
+ "%": {
1564
+ colormap : [
1565
+ 0, "#444444",
1566
+ 25, "#ff6655",
1567
+ 50, "#ffcc00",
1568
+ 75, "#33cc77",
1569
+ 100, "#3399ff",
1570
+ ],
1571
+ breakpoints : [
1572
+ 0, 5, 10, 15, 20, 25, 30, 35, 40, 45, 50, 55,
1573
+ 60, 65, 70, 75, 80, 85, 90, 95, 100
1574
+ ],
1575
+ },
1576
+ },
1577
+ },
1578
+ "fgen" : {
1579
+ type: "fill",
1580
+ gridded: false,
1581
+ interpolationType: "interpolate",
1582
+ units: {
1583
+ "°C/100km/3hr": {
1584
+ colormap : [
1585
+ 1, "#cc66ff",
1586
+ 10, "#ff66ff",
1587
+ 20, "#3333ff",
1588
+ ],
1589
+ breakpoints : [
1590
+ 1,3,5,7,9,11,12,13,15,17,19,21,23,25,27,29,
1591
+ 31,33,35,37,39,41,43,45,47,49,51,53,55,57,59,61
1592
+ ],
1593
+ },
1594
+ },
1595
+ },
1596
+ "tadv": {
1597
+ "type": "fill",
1598
+ "gridded": false,
1599
+ "interpolationType": "interpolate",
1600
+ "units": {
1601
+ "°C h⁻¹": {
1602
+ "colormap": [
1603
+ -20, "#6699ff",
1604
+ -10, "#ccffff",
1605
+ -8, "#ff99ff",
1606
+ -6, "#ff66cc",
1607
+ -4, "#cc66ff",
1608
+ -2, "#66ccff",
1609
+ -1, "#ffffff",
1610
+ 1, "#ffffff",
1611
+ 2, "#ffcc66",
1612
+ 4, "#ff9933",
1613
+ 6, "#ff3333",
1614
+ 8, "#cccc00",
1615
+ 10, "#ddcc66",
1616
+ 20, "#cc9933"
1617
+ ],
1618
+ "breakpoints": [
1619
+ -20, -19, -18, -17, -16, -15, -14, -13, -12, -11, -10, -9, -8, -7, -6,
1620
+ -5, -4, -3, -2, -1, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15,
1621
+ 16, 17, 18, 19, 20
1622
+ ]
1623
+ }
1624
+ }
1625
+ },
1626
+ "ivt": {
1627
+ "type": "fill",
1628
+ "gridded": false,
1629
+ "interpolationType": "interpolate",
1630
+ "units": {
1631
+ "kg m⁻¹ s⁻¹": {
1632
+ "colormap": [
1633
+ 250, "#ffbb00",
1634
+ 800, "#ff6666",
1635
+ 1600, "#9933cc"
1636
+ ],
1637
+ "breakpoints": [
1638
+ 250, 300, 350, 400, 450, 500, 550, 600, 650, 700, 750, 800, 850, 900,
1639
+ 950, 1000, 1050, 1100, 1150, 1200, 1250, 1300, 1350, 1400, 1450, 1500,
1640
+ 1550, 1600, 1650, 1700, 1750, 1800, 1850, 1900, 1950, 2000, 2050, 2100
1641
+ ]
1642
+ }
1643
+ }
1644
+ },
1645
+ "dgzvvel": {
1646
+ "type": "fill",
1647
+ "gridded": false,
1648
+ "interpolationType": "interpolate",
1649
+ "units": {
1650
+ "Pa/s": {
1651
+ "colormap": [
1652
+ -80, "#00ccff",
1653
+ -40, "#3333aa",
1654
+ -25, "#ff66cc",
1655
+ -10, "#ff7777",
1656
+ -2, "#ffee00",
1657
+ 0, "#cccccc",
1658
+ 50, "#333333"
1659
+ ],
1660
+ "breakpoints": [
1661
+ -100, -95, -90, -85, -80, -75, -70, -65, -60, -55, -50, -45, -40, -35,
1662
+ -30, -25, -20, -15, -10, -5, 0, 5, 10, 15, 20, 25, 30, 35, 40, 45, 50,
1663
+ 55, 60, 65, 70, 75, 80, 85, 90, 95, 100
1664
+ ]
1665
+ }
1666
+ }
1667
+ },
1668
+ "w": {
1669
+ "type": "fill",
1670
+ "gridded": false,
1671
+ "interpolationType": "interpolate",
1672
+ "units": {
1673
+ "Pa/s": {
1674
+ "colormap": [
1675
+ -150, "#00ccff",
1676
+ -50, "#3333aa",
1677
+ -35, "#ff66cc",
1678
+ -20, "#ff7777",
1679
+ -5, "#ffee00",
1680
+ 0, "#cccccc",
1681
+ 50, "#333333",
1682
+ 150, 'white',
1683
+ ],
1684
+ "breakpoints": [
1685
+ -150, -145, -140, -135, -130, -125, -120, -115, -110, -105, -100, -95,
1686
+ -90, -85, -80, -75, -70, -65, -60, -55, -50, -45, -40, -35, -30, -25,
1687
+ -20, -15, -10, -5, 0, 5, 10, 15, 20, 25, 30, 35, 40, 45, 50, 55, 60, 65,
1688
+ 70, 75, 80, 85, 90, 95, 100, 105, 110, 115, 120, 125, 130, 135, 140, 145, 150
1689
+ ]
1690
+ }
1691
+ }
1692
+ },
1693
+ "crain": {
1694
+ "type": "fill",
1695
+ "gridded": false,
1696
+ "interpolationType": "interpolate",
1697
+ "units": {
1698
+ "None": {
1699
+ "colormap": [
1700
+ 0, "#000000",
1701
+ 1, "#66cc66"
1702
+ ],
1703
+ "breakpoints": []
1704
+ }
1705
+ }
1706
+ },
1707
+ "csnow": {
1708
+ "type": "fill",
1709
+ "gridded": false,
1710
+ "interpolationType": "interpolate",
1711
+ "units": {
1712
+ "None": {
1713
+ "colormap": [
1714
+ 0, "#000000",
1715
+ 1, "#6699cc"
1716
+ ],
1717
+ "breakpoints": []
1718
+ }
1719
+ }
1720
+ },
1721
+ "cicep": {
1722
+ "type": "fill",
1723
+ "gridded": false,
1724
+ "interpolationType": "interpolate",
1725
+ "units": {
1726
+ "None": {
1727
+ "colormap": [
1728
+ 0, "#000000",
1729
+ 1, "#cc66ee"
1730
+ ],
1731
+ "breakpoints": []
1732
+ }
1733
+ }
1734
+ },
1735
+ "cfrzr": {
1736
+ "type": "fill",
1737
+ "gridded": false,
1738
+ "interpolationType": "interpolate",
1739
+ "units": {
1740
+ "None": {
1741
+ "colormap": [
1742
+ 0, "#000000",
1743
+ 1, "#ff3399"
1744
+ ],
1745
+ "breakpoints": []
1746
+ }
1747
+ }
1748
+ },
1749
+ "prate": {
1750
+ "type": "fill",
1751
+ "gridded": false,
1752
+ "interpolationType": "interpolate",
1753
+ "units": {
1754
+ "in/hr": {
1755
+ "colormap": [
1756
+ 0.005, "#00cc66",
1757
+ 0.1, "#ffff00",
1758
+ 0.3, "#ff8800",
1759
+ 1, "#ff0000",
1760
+ 1.5, '#ff00cc'
1761
+ ],
1762
+ "breakpoints": [
1763
+ .005,.01,.03,.05,.07,.1,.15,.2,.3,.4,.5,.6,.7,.8,.9,1,1.25,1.5,1.75,2,2.5,3
1764
+ ]
1765
+ },
1766
+ "mm/hr": {
1767
+ "colormap": [
1768
+ 0.1, "#00cc66",
1769
+ 3, "#ffff00",
1770
+ 7, "#ff8800",
1771
+ 24, "#ff0000",
1772
+ 36, '#ff00cc'
1773
+ ],
1774
+ "breakpoints": [
1775
+ 0.1, 0.5, 1, 1.5, 2, 2.5, 3, 3.5, 4, 5, 6, 7, 8, 9,
1776
+ 10, 12, 14, 16, 18, 20, 22, 24, 30, 36,42
1777
+ ],
1778
+ }
1779
+ }
1780
+ },
1781
+ "frzrRate": {
1782
+ "type": "fill",
1783
+ "gridded": false,
1784
+ "interpolationType": "interpolate",
1785
+ "units": {
1786
+ "in/hr [QPF]": {
1787
+ "colormap": [
1788
+ 0.005, "#ff3300",
1789
+ 0.1, "#ff33ff",
1790
+ 0.6, "#cc99cc"
1791
+ ],
1792
+ "breakpoints": [
1793
+ .005,.01,.03,.05,.07,.1,.15,.2,.3,.4,.5,.6,.7,.8,.9,1,1.25,1.5,1.75,2,2.5,3
1794
+ ],
1795
+ },
1796
+ "mm/hr [QPF]": {
1797
+ "colormap": [
1798
+ 0.1, "#ff3300",
1799
+ 3, "#ff33ff",
1800
+ 14, "#cc99cc"
1801
+ ],
1802
+ "breakpoints": [
1803
+ 0.1, 0.5, 1, 1.5, 2, 2.5, 3, 3.5, 4, 5, 6, 7, 8, 9, 10, 12, 14,
1804
+ 16, 18, 20, 22, 24, 30, 36
1805
+ ],
1806
+ }
1807
+ }
1808
+ },
1809
+ "icepRate": {
1810
+ "type": "fill",
1811
+ "gridded": false,
1812
+ "interpolationType": "interpolate",
1813
+ "units": {
1814
+ "in/hr [3:1]": {
1815
+ "colormap": [
1816
+ 0.005, "#8800cc",
1817
+ 0.2, "#aa44dd",
1818
+ 0.6, "#cc88dd"
1819
+ ],
1820
+ "breakpoints": [
1821
+ .005,.01,.03,.05,.07,.1,.15,.2,.3,.4,.5,.6,.7,.8,.9,1,1.25,1.5,1.75,2,2.5,3
1822
+ ]
1823
+ },
1824
+ "mm/hr [3:1]": {
1825
+ "colormap": [
1826
+ 0.1, "#8800cc",
1827
+ 6, "#aa44dd",
1828
+ 16, "#cc88dd"
1829
+ ],
1830
+ "breakpoints": [
1831
+ 0.1, 0.5, 1, 1.5, 2, 2.5, 3, 3.5, 4, 5, 6, 7, 8, 9, 10, 12, 14,
1832
+ 16, 18, 20, 22, 24, 30, 36
1833
+ ]
1834
+ }
1835
+ }
1836
+ },
1837
+ "rainRate": {
1838
+ "type": "fill",
1839
+ "gridded": false,
1840
+ "interpolationType": "interpolate",
1841
+ "units": {
1842
+ "in/hr": {
1843
+ "colormap": [
1844
+ 0.005, "#00cc66",
1845
+ 0.1, "#ffff00",
1846
+ 0.3, "#ff8800",
1847
+ 1, "#ff0000",
1848
+ 1.5, '#ff00cc'
1849
+ ],
1850
+ "breakpoints": [
1851
+ .005,.01,.03,.05,.07,.1,.15,.2,.3,.4,.5,.6,.7,.8,.9,1,1.25,1.5,1.75,2,2.5,3
1852
+ ]
1853
+ },
1854
+ "mm/hr": {
1855
+ "colormap": [
1856
+ 0.1, "#00cc66",
1857
+ 3, "#ffff00",
1858
+ 7, "#ff8800",
1859
+ 24, "#ff0000",
1860
+ 36, '#ff00cc'
1861
+ ],
1862
+ "breakpoints": [
1863
+ 0.1, 0.5, 1, 1.5, 2, 2.5, 3, 3.5, 4, 5, 6, 7, 8, 9, 10, 12, 14, 16, 18, 20,
1864
+ 22, 24, 30, 36,42
1865
+ ]
1866
+ }
1867
+ }
1868
+ },
1869
+ "snowRate": {
1870
+ "type": "fill",
1871
+ "gridded": false,
1872
+ "interpolationType": "interpolate",
1873
+ "units": {
1874
+ "in/hr [10:1]": {
1875
+ "colormap": [
1876
+ 0.05, "#33ccff",
1877
+ 1, "#000099",
1878
+ 4, "#ff00cc"
1879
+ ],
1880
+ "breakpoints": [
1881
+ .05,.1,.3,.5,.7,1,1.5,2,3,4,5,6,7,8,9,10,12,14,16,20,25,30
1882
+ ]
1883
+ },
1884
+ "cm/hr [10:1]": {
1885
+ "colormap": [
1886
+ 0.1, "#33ccff",
1887
+ 3, "#000099",
1888
+ 10, "#ff00cc"
1889
+ ],
1890
+ "breakpoints": [
1891
+ 0.1, 0.5, 1, 1.5, 2, 2.5, 3, 3.5, 4, 5, 6, 7, 8, 9, 10, 12, 14, 16, 18, 20, 22,
1892
+ 24, 30, 36
1893
+ ]
1894
+ }
1895
+ }
1896
+ },
1897
+ "frzrRefl": {
1898
+ "type": "fill",
1899
+ "gridded": false,
1900
+ "interpolationType": "interpolate",
1901
+ "units": {
1902
+ "dBZ": {
1903
+ "colormap": [
1904
+ 5, "#ff3300",
1905
+ 30, '#ffaa33',
1906
+ 80, "#cc0066"
1907
+ ],
1908
+ "breakpoints": [
1909
+ 5, 10, 15, 20, 25, 30, 35, 40, 45, 50, 55, 60, 65, 70, 75, 80
1910
+ ]
1911
+ }
1912
+ }
1913
+ },
1914
+ "icepRefl": {
1915
+ "type": "fill",
1916
+ "gridded": false,
1917
+ "interpolationType": "interpolate",
1918
+ "units": {
1919
+ "dBZ": {
1920
+ "colormap": [
1921
+ 5, "#8800cc",
1922
+ 70, "#ffbb00",
1923
+ 80, "#dddddd"
1924
+ ],
1925
+ "breakpoints": [
1926
+ 5, 10, 15, 20, 25, 30, 35, 40, 45, 50, 55, 60, 65, 70, 75, 80
1927
+ ]
1928
+ }
1929
+ }
1930
+ },
1931
+ "snowRefl": {
1932
+ "type": "fill",
1933
+ "gridded": false,
1934
+ "interpolationType": "interpolate",
1935
+ "units": {
1936
+ "dBZ": {
1937
+ "colormap": [
1938
+ 5, "#33ccff",
1939
+ 35, "#8800cc",
1940
+ 70, "#ffccff",
1941
+ 80, "#dddddd"
1942
+ ],
1943
+ "breakpoints": [
1944
+ 5, 10, 15, 20, 25, 30, 35, 40, 45, 50, 55, 60, 65, 70, 75, 80
1945
+ ]
1946
+ }
1947
+ }
1948
+ },
1949
+ "rainRefl": {
1950
+ "type": "fill",
1951
+ "gridded": false,
1952
+ "interpolationType": "interpolate",
1953
+ "units": {
1954
+ "dBZ": {
1955
+ "colormap": [
1956
+ 5, "#00cc66",
1957
+ 35, "#ffff00",
1958
+ 70, "#ff8800",
1959
+ 80, "#ff0000"
1960
+ ],
1961
+ "breakpoints": [
1962
+ 5, 10, 15, 20, 25, 30, 35, 40, 45, 50, 55, 60, 65, 70, 75, 80
1963
+ ]
1964
+ }
1965
+ }
1966
+ },
1967
+ "csnow_total" : {
1968
+ "type": "fill",
1969
+ "gridded": false,
1970
+ "interpolationType": "interpolate",
1971
+ "units": {
1972
+ "in [10:1]": {
1973
+ "colormap": [
1974
+ 0.1, "#ccffff",
1975
+ 2, "#99cccc",
1976
+ 5, "#3399ff",
1977
+ 6, "#9966ff",
1978
+ 11, "#cc66ff",
1979
+ 12, "#ff3399",
1980
+ 20, "#ff99cc",
1981
+ 24, "#ff7788",
1982
+ 36, "#ffbb66",
1983
+ 48, "#99ccff",
1984
+ 300, "#99ffff"
1985
+ ],
1986
+ "breakpoints": [
1987
+ 0.1,0.5,1,1.5,2,2.5,3,3.5,4,4.5,5,5.5,6,7,8,9,10,11,12,14,16,18,20,24,28,32,36,40,45,
1988
+ 50,55,60,70,
1989
+ 80,90,100,150,200,300,400
1990
+ ]
1991
+ },
1992
+ "cm [10:1]": {
1993
+ "colormap": [
1994
+ 0.25, "#ccffff",
1995
+ 4, "#99cccc",
1996
+ 12, "#3399ff",
1997
+ 16, "#9966ff",
1998
+ 28, "#cc66ff",
1999
+ 36, "#ff3399",
2000
+ 48, "#ff99cc",
2001
+ 60, "#ff7788",
2002
+ 90, "#ffbb66",
2003
+ 120, "#99ccff",
2004
+ 700, "#99ffff"
2005
+ ],
2006
+ "breakpoints": [
2007
+ 0.25, .5, 1, 2, 4, 6, 8, 10, 12, 14, 16, 20, 24, 28, 32, 36, 40, 44, 48, 52, 60, 68, 76,
2008
+ 82, 90, 100,
2009
+ 120, 140, 160, 180, 200, 250, 300, 400, 500, 600, 700
2010
+ ]
2011
+ },
2012
+ "mm [10:1]": {
2013
+ "colormap": [
2014
+ 2.5, "#ccffff",
2015
+ 40, "#99cccc",
2016
+ 120, "#3399ff",
2017
+ 160, "#9966ff",
2018
+ 280, "#cc66ff",
2019
+ 360, "#ff3399",
2020
+ 480, "#ff99cc",
2021
+ 600, "#ff7788",
2022
+ 900, "#ffbb66",
2023
+ 1200, "#99ccff",
2024
+ 7000, "#99ffff"
2025
+ ],
2026
+ "breakpoints": [
2027
+ 2.5, 5, 10, 20, 40, 60, 80, 100, 120, 140, 160, 200, 240, 280, 320, 360, 400, 440, 480, 520, 600, 680, 760, 820, 900, 1000,
2028
+ 1200, 1400, 1600, 1800, 2000, 2500, 3000, 4000, 5000, 6000, 7000
2029
+ ]
2030
+ }
2031
+ }
2032
+ },
2033
+ "csnow_1" : {
2034
+ "type": "fill",
2035
+ "gridded": false,
2036
+ "interpolationType": "interpolate",
2037
+ "units": {
2038
+ "in [10:1]": {
2039
+ "colormap": [
2040
+ 0.1, "#aaaaaa",
2041
+ 0.25, "#444444",
2042
+ .5, "#66aaff",
2043
+ .75, "#0022cc",
2044
+ 1, "#99ff00",
2045
+ 1.5, "#00aa00",
2046
+ 2, "#ffee00",
2047
+ 2.5, "#ff3333",
2048
+ 3, "#ff66ff",
2049
+ 3.5, "#880066",
2050
+ 4, "#666666",
2051
+ 10, "#666666"
2052
+ ],
2053
+ "breakpoints": [
2054
+ 0.1,0.25,0.5,0.75,1,1.5,2,2.5,3,3.5,4,4.5,5,5.5,6,7,8,9,10
2055
+ ]
2056
+ },
2057
+ "cm [10:1]": {
2058
+ "colormap": [
2059
+ 0.25, "#aaaaaa",
2060
+ 0.5, "#444444",
2061
+ 1.5, "#66aaff",
2062
+ 2, "#0022cc",
2063
+ 2.5, "#99ff00",
2064
+ 4, "#00aa00",
2065
+ 5, "#ffee00",
2066
+ 6, "#ff3333",
2067
+ 8, "#ff66ff",
2068
+ 9, "#880066",
2069
+ 10, "#666666",
2070
+ 26, "#666666"
2071
+ ],
2072
+ "breakpoints": [
2073
+ .25,0.5,0.75,1,1.5,2,2.5,3,3.5,4,4.5,5,5.5,6,7,8,9,10,11,12,14,16,18,20,22,24,26
2074
+ ]
2075
+ },
2076
+ "mm [10:1]": {
2077
+ "colormap": [
2078
+ 2.5, "#aaaaaa",
2079
+ 5, "#444444",
2080
+ 15, "#66aaff",
2081
+ 20, "#0022cc",
2082
+ 25, "#99ff00",
2083
+ 40, "#00aa00",
2084
+ 50, "#ffee00",
2085
+ 60, "#ff3333",
2086
+ 80, "#ff66ff",
2087
+ 90, "#880066",
2088
+ 100, "#666666",
2089
+ 260, "#666666"
2090
+ ],
2091
+ "breakpoints": [
2092
+ 2.5, 5, 7.5, 10, 15, 20, 25, 30, 35, 40, 45, 50, 55, 60, 70, 80, 90,
2093
+ 100, 110, 120, 140, 160, 180, 200, 220, 240, 260
2094
+ ]
2095
+ }
2096
+ }
2097
+ },
2098
+ "cfrzr_total" : {
2099
+ "type": "fill",
2100
+ "gridded": false,
2101
+ "interpolationType": "interpolate",
2102
+ "units": {
2103
+ "in [QPF]": {
2104
+ "colormap": [
2105
+ 0.01, "#eeccff",
2106
+ .1, "#ff9999",
2107
+ .25, "#cc3366",
2108
+ .5, "#ff9933",
2109
+ .75, "#ffee00",
2110
+ 1, "#00cccc",
2111
+ 3, "#99ffff"
2112
+ ],
2113
+ "breakpoints": [
2114
+ 0.01,0.1,0.25,0.5,0.75,1,1.5,2,2.5,3,3.5,4,4.5,5,5.5,6,7,8,9,10
2115
+ ]
2116
+ },
2117
+ "cm": {
2118
+ "colormap": [
2119
+ 0.03, "#eeccff",
2120
+ .25, "#ff9999",
2121
+ .75, "#cc3366",
2122
+ 1, "#cc0066",
2123
+ 2, "#ffee00",
2124
+ 3, "#00cccc",
2125
+ 7, "#99ffff"
2126
+ ],
2127
+ "breakpoints": [
2128
+ .03,.25,.5,.75,1,1.25,1.5,1.75,2,2.25,2.5,2.75,3,3.25,3.5,
2129
+ 3.75,4,4.5,5,5.5,6,7,8,9,10,12,14,16,18,20,22,24,26
2130
+ ]
2131
+ },
2132
+ "mm": {
2133
+ "colormap": [
2134
+ 0.3, "#eeccff",
2135
+ 2.5, "#ff9999",
2136
+ 7.5, "#cc3366",
2137
+ 10, "#cc0066",
2138
+ 20, "#ffee00",
2139
+ 30, "#00cccc",
2140
+ 70, "#99ffff"
2141
+ ],
2142
+ "breakpoints": [
2143
+ 0.3, 2.5, 5, 7.5, 10, 12.5, 15, 17.5, 20, 22.5, 25, 27.5, 30, 32.5, 35, 37.5,
2144
+ 40, 45, 50, 55, 60, 70, 80, 90, 100, 120, 140, 160, 180, 200, 220, 240, 260
2145
+ ]
2146
+ }
2147
+ }
2148
+ },
2149
+ "cfrzr_1" : {
2150
+ "type": "fill",
2151
+ "gridded": false,
2152
+ "interpolationType": "interpolate",
2153
+ "units": {
2154
+ "in [QPF]": {
2155
+ "colormap": [
2156
+ 0.01, "#eeccff",
2157
+ .1, "#ff9999",
2158
+ .3, "#cc3366",
2159
+ .4, "#cc0033",
2160
+ .5, "#ff9933",
2161
+ .9, "#ffee00",
2162
+ 1, "#00cccc",
2163
+ 3, "#99ffff"
2164
+ ],
2165
+ "breakpoints": [
2166
+ 0.01,0.1,0.2,0.3,0.4,0.5,0.6,0.7,0.8,0.9,1,1.25,1.5,1.75,2,2.5,3
2167
+ ]
2168
+ },
2169
+ "cm": {
2170
+ "colormap": [
2171
+ 0.03, "#eeccff",
2172
+ .25, "#ff9999",
2173
+ .75, "#cc3366",
2174
+ 1, "#cc0033",
2175
+ 2, "#ffee00",
2176
+ 3, "#00cccc",
2177
+ 7, "#99ffff"
2178
+ ],
2179
+ "breakpoints": [
2180
+ .03,.25,.5,.75,1,1.25,1.5,1.75,2,2.25,2.5,2.75,3,3.25,3.5,3.75,4,4.5,5,
2181
+ 5.5,6,7,8,9,10,12,14,16
2182
+ ]
2183
+ },
2184
+ "mm": {
2185
+ "colormap": [
2186
+ 0.3, "#eeccff",
2187
+ 2.5, "#ff9999",
2188
+ 7.5, "#cc3366",
2189
+ 10, "#cc0033",
2190
+ 20, "#ffee00",
2191
+ 30, "#00cccc",
2192
+ 70, "#99ffff"
2193
+ ],
2194
+ "breakpoints": [
2195
+ 0.3, 2.5, 5, 7.5, 10, 12.5, 15, 17.5, 20, 22.5, 25, 27.5, 30, 32.5,
2196
+ 35, 37.5, 40, 45, 50, 55, 60, 70, 80, 90, 100, 120, 140, 160
2197
+ ]
2198
+ }
2199
+ }
2200
+ },
2201
+ "cicep_total": {
2202
+ "type": "fill",
2203
+ "gridded": false,
2204
+ "interpolationType": "interpolate",
2205
+ "units": {
2206
+ "in [3:1]": {
2207
+ "colormap": [
2208
+ 0.01, "#eeccff",
2209
+ 0.1, "#ff8888",
2210
+ 0.25, "#cc6699",
2211
+ 0.5, "#ff9933",
2212
+ 0.75, "#ffee99",
2213
+ 1, "#00cccc",
2214
+ 3, "#66ccff"
2215
+ ],
2216
+ "breakpoints": [
2217
+ 0.01, 0.1, 0.25, 0.5, 0.75, 1, 1.5, 2, 2.5, 3, 3.5, 4, 4.5, 5, 5.5, 6, 7, 8, 9, 10
2218
+ ]
2219
+ },
2220
+ "cm [3:1]": {
2221
+ "colormap": [
2222
+ 0.03, "#eeccff",
2223
+ 0.25, "#ff8888",
2224
+ 0.75, "#cc6699",
2225
+ 1, "#cc33cc",
2226
+ 2, "#ffee99",
2227
+ 3, "#00cccc",
2228
+ 7, "#66ccff"
2229
+ ],
2230
+ "breakpoints": [
2231
+ 0.03, 0.25, 0.5, 0.75, 1, 1.25, 1.5, 1.75, 2, 2.25, 2.5, 2.75, 3,
2232
+ 3.25, 3.5, 3.75, 4, 4.5, 5, 5.5, 6, 7, 8, 9, 10, 12, 14, 16, 18,
2233
+ 20, 22, 24, 26
2234
+ ]
2235
+ },
2236
+ "mm [3:1]": {
2237
+ "colormap": [
2238
+ 0.3, "#eeccff",
2239
+ 2.5, "#ff8888",
2240
+ 7.5, "#cc6699",
2241
+ 10, "#cc33cc",
2242
+ 20, "#ffee99",
2243
+ 30, "#00cccc",
2244
+ 70, "#66ccff"
2245
+ ],
2246
+ "breakpoints": [
2247
+ 0.3, 2.5, 5, 7.5, 10, 12.5, 15, 17.5, 20, 22.5, 25, 27.5, 30, 32.5, 35,
2248
+ 37.5, 40, 45, 50, 55, 60, 70, 80, 90, 100, 120, 140, 160, 180, 200, 220,
2249
+ 240, 260
2250
+ ]
2251
+ }
2252
+ }
2253
+ },
2254
+ "cicep_1": {
2255
+ "type": "fill",
2256
+ "gridded": false,
2257
+ "interpolationType": "interpolate",
2258
+ "units": {
2259
+ "in [3:1]": {
2260
+ "colormap": [
2261
+ 0.01, "#eeccff",
2262
+ 0.1, "#ff8888",
2263
+ 0.3, "#cc6699",
2264
+ 0.4, "#cc33cc",
2265
+ 0.5, "#ff9933",
2266
+ 0.9, "#ffee99",
2267
+ 1, "#00cccc",
2268
+ 3, "#66ccff"
2269
+ ],
2270
+ "breakpoints": [
2271
+ 0.01, 0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, 1, 1.25, 1.5, 1.75, 2, 2.5, 3
2272
+ ]
2273
+ },
2274
+ "cm": {
2275
+ "colormap": [
2276
+ 0.03, "#eeccff",
2277
+ 0.25, "#ff8888",
2278
+ 0.75, "#cc6699",
2279
+ 1, "#cc33cc",
2280
+ 2, "#ffee99",
2281
+ 3, "#00cccc",
2282
+ 7, "#66ccff"
2283
+ ],
2284
+ "breakpoints": [
2285
+ 0.03, 0.25, 0.5, 0.75, 1, 1.25, 1.5, 1.75, 2, 2.25, 2.5, 2.75, 3,
2286
+ 3.25, 3.5, 3.75, 4, 4.5, 5, 5.5, 6, 7, 8, 9, 10, 12, 14, 16
2287
+ ]
2288
+ },
2289
+ "mm": {
2290
+ "colormap": [
2291
+ 0.3, "#eeccff",
2292
+ 2.5, "#ff8888",
2293
+ 7.5, "#cc6699",
2294
+ 10, "#cc33cc",
2295
+ 20, "#ffee99",
2296
+ 30, "#00cccc",
2297
+ 70, "#66ccff"
2298
+ ],
2299
+ "breakpoints": [
2300
+ 0.3, 2.5, 5, 7.5, 10, 12.5, 15, 17.5, 20, 22.5, 25, 27.5, 30, 32.5, 35,
2301
+ 37.5, 40, 45, 50, 55, 60, 70, 80, 90, 100, 120, 140, 160
2302
+ ]
2303
+ }
2304
+ }
2305
+ },
2306
+ "crain_total": {
2307
+ "type": "fill",
2308
+ "gridded": false,
2309
+ "interpolationType": "interpolate",
2310
+ "units": {
2311
+ "in": {
2312
+ "colormap": [
2313
+ 0.01, "#dddddd",
2314
+ 0.1, "#66ff66",
2315
+ 0.4, "#00cc00",
2316
+ 0.5, "#3399ff",
2317
+ 0.9, "#66ccff",
2318
+ 1, "#ffff00",
2319
+ 1.75, "#ffcc00",
2320
+ 2, "#ff9900",
2321
+ 3.5, "#ff6600",
2322
+ 4, "#994400",
2323
+ 10, "#cc9966",
2324
+ 12, "#cc33cc",
2325
+ 50, "#ff33ff"
2326
+ ],
2327
+ "breakpoints": [
2328
+ 0.01, 0.1, 0.25, 0.5, 0.75, 1, 1.5, 2, 2.5, 3, 3.5, 4, 4.5, 5, 5.5, 6, 7, 8, 9,
2329
+ 10, 11, 12, 14, 16, 18, 20, 24, 28, 32, 36, 40, 45, 50, 55, 60, 70, 80, 90, 100
2330
+ ]
2331
+ },
2332
+ "cm": {
2333
+ "colormap": [
2334
+ 0.03, "#dddddd",
2335
+ 0.25, "#66ff66",
2336
+ 1, "#00cc00",
2337
+ 2, "#66ccff",
2338
+ 3, "#ffff00",
2339
+ 5, "#ff9900",
2340
+ 9, "#ff6600",
2341
+ 10, "#994400",
2342
+ 25, "#cc9966",
2343
+ 30, "#cc33cc",
2344
+ 100, "#ff33ff"
2345
+ ],
2346
+ "breakpoints": [
2347
+ 0.03, 0.25, 0.75, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 12, 14, 16, 18, 20,
2348
+ 22, 25, 30, 35, 40, 45, 50, 60, 70, 80, 90, 100, 110, 130, 150, 170,
2349
+ 200, 230, 250
2350
+ ]
2351
+ },
2352
+ "mm": {
2353
+ "colormap": [
2354
+ 0.3, "#dddddd",
2355
+ 2.5, "#66ff66",
2356
+ 10, "#00cc00",
2357
+ 20, "#66ccff",
2358
+ 30, "#ffff00",
2359
+ 50, "#ff9900",
2360
+ 90, "#ff6600",
2361
+ 100, "#994400",
2362
+ 250, "#cc9966",
2363
+ 300, "#cc33cc",
2364
+ 1000, "#ff33ff"
2365
+ ],
2366
+ "breakpoints": [
2367
+ 0.3, 2.5, 7.5, 10, 20, 30, 40, 50, 60, 70, 80, 90, 100,
2368
+ 120, 140, 160, 180, 200, 220, 250, 300, 350, 400, 450, 500,
2369
+ 600, 700, 800, 900, 1000, 1100, 1300, 1500, 1700, 2000, 2300, 2500
2370
+ ]
2371
+ }
2372
+ }
2373
+ },
2374
+ "crain_1": {
2375
+ "type": "fill",
2376
+ "gridded": false,
2377
+ "interpolationType": "interpolate",
2378
+ "units": {
2379
+ "in": {
2380
+ "colormap": [
2381
+ 0.01, "#dddddd",
2382
+ 0.1, "#66ff66",
2383
+ 0.4, "#00cc00",
2384
+ 0.5, "#3399ff",
2385
+ 0.9, "#66ccff",
2386
+ 1, "#ffff00",
2387
+ 1.75, "#ffcc00",
2388
+ 2, "#ff9900",
2389
+ 3.75, "#ff6600",
2390
+ 4, "#994400",
2391
+ 10, "#cc9966",
2392
+ 12, "#cc33cc"
2393
+ ],
2394
+ "breakpoints": [
2395
+ 0.1, 0.25, 0.5, 0.75, 1, 1.5, 2, 2.5, 3, 3.5, 4, 4.5,
2396
+ 5, 5.5, 6, 7, 8, 9, 10, 12
2397
+ ]
2398
+ },
2399
+ "cm": {
2400
+ "colormap": [
2401
+ 0.03, "#dddddd",
2402
+ 0.25, "#66ff66",
2403
+ 1, "#00cc00",
2404
+ 2, "#66ccff",
2405
+ 3, "#ffff00",
2406
+ 4, "#ffcc00",
2407
+ 5, "#ff9900",
2408
+ 9, "#ff6600",
2409
+ 10, "#994400",
2410
+ 25, "#cc9966",
2411
+ 30, "#cc33cc"
2412
+ ],
2413
+ "breakpoints": [
2414
+ 0.25, 0.25, 0.75, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 12, 14, 16, 18,
2415
+ 20, 22, 25, 30
2416
+ ]
2417
+ },
2418
+ "mm": {
2419
+ "colormap": [
2420
+ 0.3, "#dddddd",
2421
+ 2.5, "#66ff66",
2422
+ 10, "#00cc00",
2423
+ 20, "#66ccff",
2424
+ 30, "#ffff00",
2425
+ 40, "#ffcc00",
2426
+ 50, "#ff9900",
2427
+ 90, "#ff6600",
2428
+ 100, "#994400",
2429
+ 250, "#cc9966",
2430
+ 300, "#cc33cc"
2431
+ ],
2432
+ "breakpoints": [
2433
+ 2.5, 2.5, 7.5, 10, 20, 30, 40, 50, 60, 70, 80, 90, 100, 120,
2434
+ 140, 160, 180, 200, 220, 250, 300
2435
+ ]
2436
+ }
2437
+ }
2438
+ },
2439
+ "tp_0_total": {
2440
+ "type": "fill",
2441
+ "gridded": false,
2442
+ "interpolationType": "interpolate",
2443
+ "units": {
2444
+ "in": {
2445
+ "colormap": [
2446
+ 0.01, "#dddddd",
2447
+ 0.1, "#66ff66",
2448
+ 0.4, "#00cc00",
2449
+ 0.5, "#3399ff",
2450
+ 0.9, "#66ccff",
2451
+ 1, "#ffff00",
2452
+ 1.75, "#ffcc00",
2453
+ 2, "#ff9900",
2454
+ 3.5, "#ff6600",
2455
+ 4, "#994400",
2456
+ 10, "#cc9966",
2457
+ 12, "#cc33cc",
2458
+ 50, "#ff33ff"
2459
+ ],
2460
+ "breakpoints": [
2461
+ 0.01, 0.1, 0.25, 0.5, 0.75, 1, 1.5, 2, 2.5, 3, 3.5, 4, 4.5, 5, 5.5,
2462
+ 6, 7, 8, 9, 10, 11, 12, 14, 16, 18, 20, 24, 28, 32, 36, 40, 45, 50, 55, 60, 70,
2463
+ 80, 90, 100
2464
+ ]
2465
+ },
2466
+ "cm": {
2467
+ "colormap": [
2468
+ 0.03, "#dddddd",
2469
+ 0.25, "#66ff66",
2470
+ 1, "#00cc00",
2471
+ 2, "#66ccff",
2472
+ 3, "#ffff00",
2473
+ 5, "#ff9900",
2474
+ 9, "#ff6600",
2475
+ 10, "#994400",
2476
+ 25, "#cc9966",
2477
+ 30, "#cc33cc",
2478
+ 100, "#ff33ff"
2479
+ ],
2480
+ "breakpoints": [
2481
+ 0.03, 0.25, 0.75, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 12, 14, 16, 18, 20,
2482
+ 22, 25, 30, 35, 40, 45, 50, 60, 70, 80, 90, 100, 110, 130, 150, 170, 200, 230, 250
2483
+ ]
2484
+ },
2485
+ "mm": {
2486
+ "colormap": [
2487
+ 0.3, "#dddddd",
2488
+ 2.5, "#66ff66",
2489
+ 10, "#00cc00",
2490
+ 20, "#66ccff",
2491
+ 30, "#ffff00",
2492
+ 50, "#ff9900",
2493
+ 90, "#ff6600",
2494
+ 100, "#994400",
2495
+ 250, "#cc9966",
2496
+ 300, "#cc33cc",
2497
+ 1000, "#ff33ff"
2498
+ ],
2499
+ "breakpoints": [
2500
+ 0.3, 2.5, 7.5, 10, 20, 30, 40, 50, 60, 70, 80, 90, 100, 120, 140, 160,
2501
+ 180, 200, 220, 250, 300, 350, 400, 450, 500, 600, 700, 800, 900, 1000, 1100, 1300,
2502
+ 1500, 1700, 2000, 2300, 2500
2503
+ ]
2504
+ }
2505
+ }
2506
+ },
2507
+ "tp_0_1": {
2508
+ "type": "fill",
2509
+ "gridded": false,
2510
+ "interpolationType": "interpolate",
2511
+ "units": {
2512
+ "in": {
2513
+ "colormap": [
2514
+ 0.01, "#dddddd",
2515
+ 0.1, "#66ff66",
2516
+ 0.4, "#00cc00",
2517
+ 0.5, "#3399ff",
2518
+ 0.9, "#66ccff",
2519
+ 1, "#ffff00",
2520
+ 1.75, "#ffcc00",
2521
+ 2, "#ff9900",
2522
+ 3.5, "#ff6600",
2523
+ 4, "#994400",
2524
+ 10, "#cc9966",
2525
+ ],
2526
+ "breakpoints": [
2527
+ 0.01, 0.1, 0.25, 0.5, 0.75, 1, 1.5, 2, 2.5, 3, 3.5, 4, 4.5, 5, 5.5, 6, 7, 8, 9, 10
2528
+ ]
2529
+ },
2530
+ "cm": {
2531
+ "colormap": [
2532
+ 0.03, "#dddddd",
2533
+ 0.25, "#66ff66",
2534
+ 1, "#00cc00",
2535
+ 2, "#66ccff",
2536
+ 3, "#ffff00",
2537
+ 5, "#ff9900",
2538
+ 9, "#ff6600",
2539
+ 10, "#994400",
2540
+ 25, "#cc9966",
2541
+ ],
2542
+ "breakpoints": [
2543
+ 0.03, 0.25, 0.75, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 12, 14, 16, 18, 20, 22, 25
2544
+ ]
2545
+ },
2546
+ "mm": {
2547
+ "colormap": [
2548
+ 0.3, "#dddddd",
2549
+ 2.5, "#66ff66",
2550
+ 10, "#00cc00",
2551
+ 20, "#66ccff",
2552
+ 30, "#ffff00",
2553
+ 50, "#ff9900",
2554
+ 90, "#ff6600",
2555
+ 100, "#994400",
2556
+ 250, "#cc9966"
2557
+ ],
2558
+ "breakpoints": [
2559
+ 0.3, 2.5, 7.5, 10, 20, 30, 40, 50, 60, 70, 80, 90, 100, 120, 140, 160, 180, 200,
2560
+ 220, 250
2561
+ ]
2562
+ }
2563
+ }
2564
+ },
2565
+ "thickness": {
2566
+ "type": "line",
2567
+ "gridded": false,
2568
+ "interpolationType": "interpolate",
2569
+ "units": {
2570
+ "dam": {
2571
+ "colormap": [
2572
+ 438, "#0000ff",
2573
+ 540, "#0000ff",
2574
+ 546, "#ff0000",
2575
+ 630, "#ff0000"
2576
+ ],
2577
+ "breakpoints": [
2578
+ 438, 444, 450, 456, 462, 468, 474, 480, 486, 492, 498, 504, 510, 516, 522, 528,
2579
+ 534, 540, 546,
2580
+ 552, 558, 564, 570, 576, 582, 588, 594, 600, 606, 612, 618, 624, 630
2581
+ ]
2582
+ }
2583
+ }
2584
+ },
2585
+ "gh_10": {
2586
+ "type": "line",
2587
+ "gridded": false,
2588
+ "interpolationType": "interpolate",
2589
+ "units": {
2590
+ "dam": {
2591
+ "colormap": [
2592
+ 2600, "#0033ff",
2593
+ 2800, "#00ddff",
2594
+ 3000, "#ff6666",
2595
+ 3200, "#ff0000"
2596
+ ],
2597
+ "breakpoints": [
2598
+ 2600, 2610, 2620, 2630, 2640, 2650, 2660, 2670, 2680, 2690,
2599
+ 2700, 2710, 2720, 2730, 2740, 2750, 2760, 2770, 2780, 2790,
2600
+ 2800, 2810, 2820, 2830, 2840, 2850, 2860, 2870, 2880, 2890,
2601
+ 2900, 2910, 2920, 2930, 2940, 2950, 2960, 2970, 2980, 2990,
2602
+ 3000, 3010, 3020, 3030, 3040, 3050, 3060, 3070, 3080, 3090,
2603
+ 3100, 3110, 3120, 3130, 3140, 3150, 3160, 3170, 3180, 3190, 3200
2604
+ ]
2605
+ }
2606
+ }
2607
+ },
2608
+ "gh_200": {
2609
+ "type": "line",
2610
+ "gridded": false,
2611
+ "interpolationType": "interpolate",
2612
+ "units": {
2613
+ "dam": {
2614
+ "colormap": [
2615
+ 1080, "#0033ff",
2616
+ 1146, "#00ddff",
2617
+ 1182, "#ff6666",
2618
+ 1290, "#ff0000"
2619
+ ],
2620
+ "breakpoints": [
2621
+ 1080, 1086, 1092, 1098, 1104, 1110, 1116, 1122, 1128, 1134, 1140, 1146, 1152, 1158,
2622
+ 1164, 1170,
2623
+ 1176, 1182, 1188, 1194, 1200, 1206, 1212, 1218, 1224, 1230, 1236, 1242, 1248, 1254,
2624
+ 1260, 1266, 1272,
2625
+ 1278, 1284, 1290
2626
+ ]
2627
+ }
2628
+ }
2629
+ },
2630
+ "gh_300": {
2631
+ "type": "line",
2632
+ "gridded": false,
2633
+ "interpolationType": "interpolate",
2634
+ "units": {
2635
+ "dam": {
2636
+ "colormap": [
2637
+ 768, "#0033ff",
2638
+ 852, "#00ddff",
2639
+ 948, "#ff6666",
2640
+ 1000, "#ff0000"
2641
+ ],
2642
+ "breakpoints": [
2643
+ 768, 774, 780, 786, 792, 798, 804, 810, 816, 822, 828, 834, 840, 846, 852, 858, 864,
2644
+ 870, 876, 882,
2645
+ 888, 894, 900, 906, 912, 918, 924, 930, 936, 942, 948, 954, 960, 966, 972, 978, 984,
2646
+ 990, 996, 1000
2647
+ ]
2648
+ }
2649
+ }
2650
+ },
2651
+ "gh_500": {
2652
+ "type": "line",
2653
+ "gridded": false,
2654
+ "interpolationType": "interpolate",
2655
+ "units": {
2656
+ "dam": {
2657
+ "colormap": [
2658
+ 438, "#0033ff",
2659
+ 501, "#00ddff",
2660
+ 600, "#ff6666",
2661
+ 640, "#ff0000"
2662
+ ],
2663
+ "breakpoints": [
2664
+ 438, 441, 444, 447, 450, 453, 456, 459, 462, 465, 468, 471, 474, 477, 480, 483, 486,
2665
+ 489, 492, 495,
2666
+ 498, 501, 504, 507, 510, 513, 516, 519, 522, 525, 528, 531, 534, 537, 540, 543, 546,
2667
+ 549, 552, 555,
2668
+ 558, 561, 564, 567, 570, 573, 576, 579, 582, 585, 588, 591, 594, 597, 600, 603, 606,
2669
+ 609, 612, 615,
2670
+ 618, 621, 624, 627, 630, 633, 636, 639, 640
2671
+ ]
2672
+ }
2673
+ }
2674
+ },
2675
+ "gh_700": {
2676
+ "type": "line",
2677
+ "gridded": false,
2678
+ "interpolationType": "interpolate",
2679
+ "units": {
2680
+ "dam": {
2681
+ "colormap": [
2682
+ 249, "#0033ff",
2683
+ 282, "#00ddff",
2684
+ 321, "#ff6666",
2685
+ 350, "#ff0000"
2686
+ ],
2687
+ "breakpoints": [
2688
+ 249, 252, 255, 258, 261, 264, 267, 270, 273, 276, 279, 282, 285, 288, 291, 294,
2689
+ 297, 300, 303, 306,
2690
+ 309, 312, 315, 318, 321, 324, 327, 330, 333, 336, 339, 342, 345, 348, 350
2691
+ ]
2692
+ }
2693
+ }
2694
+ },
2695
+ "gh_850": {
2696
+ "type": "line",
2697
+ "gridded": false,
2698
+ "interpolationType": "interpolate",
2699
+ "units": {
2700
+ "dam": {
2701
+ "colormap": [
2702
+ 120, "#0033ff",
2703
+ 141, "#00ddff",
2704
+ 153, "#ff6666",
2705
+ 170, "#ff0000"
2706
+ ],
2707
+ "breakpoints": [
2708
+ 120, 123, 126, 129, 132, 135, 138, 141, 144, 147, 150, 153, 156, 159, 162, 165, 168, 170
2709
+ ]
2710
+ }
2711
+ }
2712
+ },
2713
+ "gh_925": {
2714
+ "type": "line",
2715
+ "gridded": false,
2716
+ "interpolationType": "interpolate",
2717
+ "units": {
2718
+ "dam": {
2719
+ "colormap": [
2720
+ 48, "#0033ff",
2721
+ 75, "#00ddff",
2722
+ 105, "#ff6666",
2723
+ 120, "#ff0000"
2724
+ ],
2725
+ "breakpoints": [
2726
+ 48, 51, 54, 57, 60, 63, 66, 69, 72, 75, 78, 81, 84, 87, 90, 91, 96, 99, 102,
2727
+ 105, 108, 111, 114, 117, 120
2728
+ ]
2729
+ }
2730
+ }
2731
+ },
2732
+ "moistureConvergence": {
2733
+ "type": "fill",
2734
+ "gridded": false,
2735
+ "interpolationType": "interpolate",
2736
+ "units": {
2737
+ "s⁻¹": {
2738
+ "colormap": [
2739
+ 5, "#00ffcc",
2740
+ 15, "#00ff33",
2741
+ 30, "#00cc00",
2742
+ 50, "#006600"
2743
+ ],
2744
+ "breakpoints": [
2745
+ 5, 10, 15, 20, 25, 30, 35, 40, 45, 50
2746
+ ]
2747
+ }
2748
+ }
2749
+ },
2750
+ "divergence": {
2751
+ "type": "fill",
2752
+ "gridded": false,
2753
+ "interpolationType": "interpolate",
2754
+ "units": {
2755
+ "s⁻¹": {
2756
+ "colormap": [
2757
+ -30, "#00ccff",
2758
+ -8, "#ff0000",
2759
+ -4, "#ff9900",
2760
+ -2, "#ffee33",
2761
+ 0, "#00ffcc",
2762
+ 4, "#006600",
2763
+ 8, "#00cc00",
2764
+ 30, "#222222"
2765
+ ],
2766
+ "breakpoints": [
2767
+ -30, -29, -28, -27, -26, -25, -24, -23, -22, -21, -20, -19, -18, -17, -16, -15, -14,
2768
+ -13, -12, -11,
2769
+ -10, -9, -8, -7, -6, -5, -4, -3, -2, -1, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13,
2770
+ 14, 15, 16,
2771
+ 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30
2772
+ ]
2773
+ }
2774
+ }
2775
+ },
2776
+ "irsat": {
2777
+ "type": "fill",
2778
+ "gridded": false,
2779
+ "interpolationType": "interpolate",
2780
+ "units": {
2781
+ "°C": {
2782
+ "colormap": [
2783
+ -100, "#cc66ff",
2784
+ -80, "#f0f0f0",
2785
+ -70, "#000000",
2786
+ -60, "#ff0000",
2787
+ -50, "#ffee00",
2788
+ -40, "#33ff00",
2789
+ -30, "#0033cc",
2790
+ -20, "#00ffff",
2791
+ -18, "#ffffff",
2792
+ 60, "#000000"
2793
+ ],
2794
+ "breakpoints": [
2795
+ -100, -98, -96, -94, -92, -90, -88, -86, -84, -82, -80, -78, -76, -74, -72, -70, -68,
2796
+ -66, -64, -62, -60,
2797
+ -58, -56, -54, -52, -50, -48, -46, -44, -42, -40, -38, -36, -34, -32, -30, -28, -26,
2798
+ -24, -22, -20, -18,
2799
+ -16, -14, -12, -10, -8, -6, -4, -2, 0, 2, 4, 6, 8, 10, 12, 14, 16, 18, 20, 22, 24, 26,
2800
+ 28, 30, 32, 34, 36,
2801
+ 38, 40, 42, 44, 46, 48, 50, 52, 54, 56, 58, 60
2802
+ ]
2803
+ }
2804
+ }
2805
+ },
2806
+ "vis_0": {
2807
+ "type": "fill",
2808
+ "gridded": false,
2809
+ "interpolationType": "interpolate",
2810
+ "units": {
2811
+ "mi": {
2812
+ "colormap": [
2813
+ 0, "#000000",
2814
+ 2, "#444444",
2815
+ 5, "#888888",
2816
+ 7, "#cccccc",
2817
+ 10, "#ffffff"
2818
+ ],
2819
+ "breakpoints": [
2820
+ 0, 2, 5, 7, 10
2821
+ ]
2822
+ },
2823
+ "km": {
2824
+ "colormap": [
2825
+ 0, "#ffffff",
2826
+ 2, "#cccccc",
2827
+ 5, "#888888",
2828
+ 7, "#444444",
2829
+ 10, "#000000"
2830
+ ],
2831
+ "breakpoints": [
2832
+ 0, 2, 5, 7, 10
2833
+ ]
2834
+ },
2835
+ }
2836
+ },
2837
+ "tcc_0": {
2838
+ "type": "fill",
2839
+ "gridded": false,
2840
+ "interpolationType": "interpolate",
2841
+ "units": {
2842
+ "%": {
2843
+ "colormap": [
2844
+ 0, "#ffffff",
2845
+ 20, "#cccccc",
2846
+ 50, "#888888",
2847
+ 80, "#444444",
2848
+ 100, "#000000"
2849
+ ],
2850
+ "breakpoints": [
2851
+ 0, 10, 20, 30, 40, 50, 60, 70, 80, 90, 100
2852
+ ]
2853
+ }
2854
+ }
2855
+ },
2856
+ "hcc_0": {
2857
+ "type": "fill",
2858
+ "gridded": false,
2859
+ "interpolationType": "interpolate",
2860
+ "units": {
2861
+ "%": {
2862
+ "colormap": [
2863
+ 0, "#ffffff",
2864
+ 20, "#cccccc",
2865
+ 50, "#888888",
2866
+ 80, "#444444",
2867
+ 100, "#000000"
2868
+ ],
2869
+ "breakpoints": [
2870
+ 0, 10, 20, 30, 40, 50, 60, 70, 80, 90, 100
2871
+ ]
2872
+ }
2873
+ }
2874
+ },
2875
+ "mcc_0": {
2876
+ "type": "fill",
2877
+ "gridded": false,
2878
+ "interpolationType": "interpolate",
2879
+ "units": {
2880
+ "%": {
2881
+ "colormap": [
2882
+ 0, "#ffffff",
2883
+ 20, "#cccccc",
2884
+ 50, "#888888",
2885
+ 80, "#444444",
2886
+ 100, "#000000"
2887
+ ],
2888
+ "breakpoints": [
2889
+ 0, 10, 20, 30, 40, 50, 60, 70, 80, 90, 100
2890
+ ]
2891
+ }
2892
+ }
2893
+ },
2894
+ "lcc_0": {
2895
+ "type": "fill",
2896
+ "gridded": false,
2897
+ "interpolationType": "interpolate",
2898
+ "units": {
2899
+ "%": {
2900
+ "colormap": [
2901
+ 0, "#ffffff",
2902
+ 20, "#cccccc",
2903
+ 50, "#888888",
2904
+ 80, "#444444",
2905
+ 100, "#000000"
2906
+ ],
2907
+ "breakpoints": [
2908
+ 0, 10, 20, 30, 40, 50, 60, 70, 80, 90, 100
2909
+ ]
2910
+ }
2911
+ }
2912
+ }
2913
+ };