Friday, January 20, 2017

Weekend Rebel Science Excursion - 58

Fig.1
I became tired of the "standard deviation" (std. dev.) graph technique, so I tried to create a new technique to replace it.

I rebelled, and mind you, this took place while I was proving that the Earth is not flat (Once Upon A Time In The West - 2).

Fig. 2

If you will be so kind as to check out Fig. 1 and Fig. 2 (cursorily or perfunctorily, your choice) you can see that summer and winter no longer happen at the same time on the poles (once called edges) of the Earth.

The peak of the quantity of sea ice in the Arctic takes place at the time the lowest quantity of sea ice takes place in Antarctica.

Fig. 3
When the Earth was still flat, summer and winter levels of ice would be at their maximum and minimum at the same time.

Oh, for the simple life again, or for the return of the great Flatulence.

Fig. 4
Anyway, let's get back to the cool and informative new graph technique I want to share with you.

The "std. dev." technique is used and shown in Fig. 7 below, I added two comments "not very telling" to that graph with pointers to the edges of the typical standard deviation.

Fig. 5
The new technique is a most-and-least boundary on the high side and the low side of the main stream of data being graphed (in this case the million km2 area of sea ice).

The new Dredd Blog technique is to construct the high side line out of the high year value (highest million km2 for that day of the year, 1-366, out of all years in the database table).

Fig.6

The same for the other side of the data flow, except it is the lowest million km2 for that day of the year.

As you can see, since the values merge when the current year is the lowest or highest year of sea ice extent, trends and essential values are at once obvious when the lines approach, go away from, or merge with one another (all graphs - Fig. 1 - Fig. 6).

Fig. 7
Doing that is not as easy as it looks, or as hard as it looks either.

The thing about it is that as you go through the central values in the database (the ice extent for a particular year, month, and day) you can preserve the lowest and highest values for that day of the year quite easily.

I use variables named "lowExtent" and "highExtent" to record the low and high for that day of the year, which requires nothing more than a comparison as to which value is higher or lower as the case may be.

Both numerically and visually, just those numbers alone, in the CSV file, and on the graph, tell a story to the alert observer (see the red numbers in the 2017 data below).

Then, when you are writing the graph data to your storage medium, you can easily add the highest and lowest values, as well as the year, along with all the other data:
1(Jan),14.217,13.794,13.371,12.608,1990,14.319,2017,12.608,7.614,6.974,6.334,5.441,2015,9.393,2017,5.441
2(Jan),14.293,13.85,13.407,12.614,1979,14.997,2017,12.614,7.454,6.791,6.128,5.319,2015,9.273,2017,5.319
3(Jan),14.355,13.901,13.447,12.705,1981,14.456,2017,12.705,7.247,6.597,5.947,5.172,2015,9.154,2017,5.172
4(Jan),14.387,13.936,13.485,12.956,1979,14.922,2016,12.873,7.095,6.432,5.769,5.043,2015,8.983,2017,5.043
5(Jan),14.437,13.987,13.537,12.932,1983,14.494,2016,12.889,6.958,6.275,5.592,5.003,2015,8.821,2017,5.003
6(Jan),14.486,14.033,13.58,12.843,1979,14.929,2017,12.843,6.795,6.128,5.461,4.856,2015,8.724,2017,4.856
7(Jan),14.545,14.097,13.649,12.852,1981,14.689,2017,12.852,6.635,5.976,5.317,4.766,2015,8.544,2017,4.766
8(Jan),14.589,14.135,13.681,12.879,1982,14.993,2017,12.879,6.479,5.816,5.153,4.694,2015,8.423,2017,4.694
9(Jan),14.631,14.173,13.715,12.847,1989,14.701,2017,12.847,6.326,5.657,4.988,4.597,2015,8.216,2017,4.597
10(Jan),14.667,14.201,13.735,12.884,1979,15.19,2017,12.884,6.2,5.535,4.87,4.426,2015,8.033,2017,4.426
11(Jan),14.708,14.25,13.792,13.054,1989,14.819,2017,13.054,6.055,5.406,4.757,4.276,2015,7.849,2017,4.276
12(Jan),14.762,14.294,13.826,12.869,1979,15.327,2017,12.869,5.908,5.264,4.62,4.026,2015,7.613,2017,4.026
13(Jan),14.778,14.327,13.876,12.869,1989,14.921,2017,12.869,5.769,5.146,4.523,3.98,2015,7.492,2017,3.98
14(Jan),14.847,14.377,13.907,12.855,1979,15.352,2017,12.855,5.644,5.034,4.424,3.838,2015,7.387,2017,3.838
15(Jan),14.883,14.41,13.937,12.887,1989,15.011,2017,12.887,5.506,4.906,4.306,3.642,2015,7.193,2017,3.642
The red-numbered years are the high extent beginning and ending years for that day of the year (1-15).

They tell a story about sea ice extent highest levels being set decades ago, but they also tell a story about the global warming caused low sea ice extent records being set before our very eyes.

That is the "art" and science of rebelling and telling a big story with the usage of the fewest numbers in a dataset.

The next post in this series is here, the previous post in this series is here.



No comments:

Post a Comment