-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathoceanheatcontent.xml
More file actions
353 lines (352 loc) · 8.54 KB
/
oceanheatcontent.xml
File metadata and controls
353 lines (352 loc) · 8.54 KB
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
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
<?xml version="1.0"?>
<mugl>
<window border="1"/>
<ui eventhandler="saui"/>
<legend anchor="-1 1" base="-1 1" position="5 0" border="0">
<icon border="0"/>
</legend>
<horizontalaxis id="x" min="1955" max="2011" type="datetime" linewidth="0" tickmin="-4" tickmax="0" highlightstyle="labels">
<labels>
<label spacing="100Y 50Y 20Y 10Y 5Y 2Y 1Y" format="%Y"/>
<label spacing="6M 3M 2M 1M" format="%n %Y"/>
</labels>
<title position="0 -20">Year</title>
<pan min="1700" max="2200"/>
<zoom min="6M"/>
<grid color="0xeeeeee"/>
</horizontalaxis>
<verticalaxis id="y" min="-10" max="15" linewidth="0" tickmin="-4" tickmax="0" highlightstyle="labels">
<labels>
<label spacing="20 10 5 2 1" format="%1d"/>
<label spacing="0.5 0.2 0.1" format="%.1f"/>
</labels>
<title angle="90" anchor="0 -1" position="-25 0">Heat Content Anomaly (10^22 Joules)</title>
<pan min="-50" max="50"/>
<zoom min="1.0"/>
<grid color="0xeeeeee"/>
</verticalaxis>
<!--
<plot>
<legend visible="false"/>
<verticalaxis ref="y"><constant value="0"/></verticalaxis>
<renderer type="line">
<option name="linecolor" value="0x999999"/>
<option name="linewidth" value="1"/>
</renderer>
</plot>
-->
<plot>
<legend label="Yearly average"/>
<horizontalaxis ref="x"><variable ref="a_datetime"/></horizontalaxis>
<verticalaxis ref="y"><variable ref="a_ohc"/></verticalaxis>
<renderer type="line">
<option name="linecolor" value="0xff0000"/>
<option name="linewidth" value="2"/>
</renderer>
</plot>
<plot>
<legend label="3-Month average"/>
<horizontalaxis ref="x"><variable ref="s_datetime"/></horizontalaxis>
<verticalaxis ref="y"><variable ref="s_ohc"/></verticalaxis>
<renderer type="line">
<option name="linecolor" value="0x888888"/>
<option name="linewidth" value="1"/>
</renderer>
</plot>
<data>
<variables>
<variable column="0" type="datetime" id="a_datetime"/>
<variable column="1" type="number" id="a_ohc"/>
</variables>
<values>
1955,-3.201
1956,-2.608
1957,-4.613
1958,-1.533
1959,-2.190
1960,-1.442
1961,-2.115
1962,-1.075
1963,-2.272
1964,-3.121
1965,-3.060
1966,-3.944
1967,-4.361
1968,-5.728
1969,-4.481
1970,-5.298
1971,-3.768
1972,-5.239
1973,-3.519
1974,-2.775
1975,-1.551
1976,-2.604
1977,0.032
1978,0.052
1979,-0.960
1980,1.091
1981,0.122
1982,-2.306
1983,-2.763
1984,-0.459
1985,0.110
1986,-1.037
1987,-0.893
1988,1.089
1989,0.904
1990,0.178
1991,2.646
1992,0.572
1993,0.684
1994,1.510
1995,2.264
1996,4.544
1997,3.245
1998,4.304
1999,5.943
2000,5.857
2001,4.117
2002,6.789
2003,9.952
2004,10.241
2005,8.412
2006,10.430
2007,9.478
2008,10.052
2009,10.127
2010,10.075
</values>
</data>
<data>
<variables>
<variable column="0" type="datetime" id="s_datetime"/>
<variable column="1" type="number" id="s_ohc"/>
</variables>
<values>
195503,-2.870925
195506,-0.113296
195509,-1.813742
195512,-8.006910
195603,-2.414607
195606,-4.435912
195609,-2.657124
195612,-0.925465
195703,-4.127088
195706,-5.581200
195709,-3.828830
195712,-4.916498
195803,-0.855545
195806,-1.357801
195809,-0.407367
195812,-3.510767
195903,-4.332010
195906,-0.125907
195909,-2.352780
195912,-1.947408
196003,-2.228227
196006,-1.150731
196009,-0.156272
196012,-2.233837
196103,-2.596031
196106,-2.191460
196109,-0.904096
196112,-2.766685
196203,-1.934766
196206,-3.028738
196209,1.394506
196212,-0.732860
196303,-2.489068
196306,-1.974558
196309,-3.881539
196312,-0.741971
196403,-2.540313
196406,-0.999370
196409,-3.549917
196412,-5.396096
196503,-3.407796
196506,-3.651060
196509,-2.260303
196512,-2.920660
196603,-4.449966
196606,-3.878906
196609,-2.689987
196612,-4.756363
196703,-4.570507
196706,-3.258782
196709,-4.821247
196712,-4.795085
196803,-7.423230
196806,-4.560177
196809,-3.969141
196812,-6.957617
196903,-3.020220
196906,-4.897943
196909,-4.474632
196912,-5.532115
197003,-7.440534
197006,-5.943474
197009,-3.995174
197012,-3.814011
197103,-4.959818
197106,-3.910183
197109,-3.726991
197112,-2.473084
197203,-4.091886
197206,-2.546359
197209,-7.319052
197212,-6.997852
197303,-6.992775
197306,-3.276178
197309,-1.011192
197312,-2.795871
197403,-4.533430
197406,-3.247841
197409,-2.194062
197412,-1.125790
197503,-2.142713
197506,-2.137060
197509,-1.747772
197512,-0.178088
197603,-2.744268
197606,-0.842794
197609,-3.663460
197612,-3.164245
197703,0.753891
197706,1.487581
197709,-0.297367
197712,-1.816468
197803,0.659256
197806,0.187264
197809,-1.208797
197812,0.569558
197903,0.244650
197906,-1.640488
197909,-1.909762
197912,-0.533093
198003,1.621881
198006,1.814072
198009,-0.058225
198012,0.985701
198103,0.466168
198106,0.533019
198109,-1.490330
198112,0.979715
198203,-1.497088
198206,-1.675889
198209,-5.023788
198212,-1.026936
198303,-3.626007
198306,2.378404
198309,-6.587296
198312,-3.216581
198403,2.502578
198406,-2.455971
198409,-2.656800
198412,0.773362
198503,1.784262
198506,1.809035
198509,0.248802
198512,-3.403238
198603,-0.832756
198606,1.703444
198609,-1.313413
198612,-3.706943
198703,-0.207668
198706,-1.372012
198709,-2.150298
198712,0.158271
198803,0.584576
198806,0.317025
198809,1.239289
198812,2.213718
198903,1.054723
198906,2.184729
198909,0.722344
198912,-0.347162
199003,1.214564
199006,-1.215741
199009,-1.483075
199012,2.194279
199103,2.197050
199106,3.208981
199109,2.128791
199112,3.047323
199203,0.985577
199206,1.039451
199209,0.747103
199212,-0.484800
199303,1.901216
199306,0.015097
199309,0.072376
199312,0.746983
199403,1.721594
199406,-0.640212
199409,2.212776
199412,2.744155
199503,3.308967
199506,2.081990
199509,0.500178
199512,3.164957
199603,4.493011
199606,7.236841
199609,2.027310
199612,4.419474
199703,4.525420
199706,3.687227
199709,2.090730
199712,2.676816
199803,3.046485
199806,5.323545
199809,3.689739
199812,5.156975
199903,5.387740
199906,5.638496
199909,6.149894
199912,6.594871
200003,4.724419
200006,6.468111
200009,7.166307
200012,5.068066
200103,3.077063
200106,2.730582
200109,3.212115
200112,7.447919
200203,5.505382
200206,7.580402
200209,7.701295
200212,6.368768
200303,8.746428
200306,9.988827
200309,9.416799
200312,11.654599
200403,11.021895
200406,9.882969
200409,9.770131
200412,10.287180
200503,8.052967
200506,8.463543
200509,7.850172
200512,9.281549
200603,10.344161
200606,9.907475
200609,10.797197
200612,10.671215
200703,9.897107
200706,8.811687
200709,9.611671
200712,9.592865
200803,10.786921
200806,10.336898
200809,10.391636
200812,8.693643
200903,10.177031
200906,9.101593
200909,10.603754
200912,10.623687
201003,10.459173
201006,9.616077
201009,9.865697
201012,10.360248
</values>
</data>
</mugl>