File:Glacier advances.svg
Summary
| Description |
English: Number of glacier advances per 50yr period within the Common Era. Based upon 275 glaciers worldwide. Because of the heterogeneous methods and evidence among the reviewed papers, the number of advances should be regarded as as approximate only.
Deutsch: Anzahl der Gletschervorstöße pro 50-Jahreszeitraum seit dem Jahr 0, basierend auf Daten zu 275 Gletschern weltweit. Wegen der Heterogenität der ausgewerteten Literatur sollte die Anzahl nur als grobe Näherung betrachtet werden. |
| Date | |
| Source | Own work |
| Author | DeWikiMan |
| Other versions | File:Glacier_advances-de.svg, german version |
Based upon Olga N. Solomina et al. Glacier fluctuations during the past 2000 years. In: Quaternary Science Reviews. 2016. DOI, figure 5. Solomina et al. selected 275 individual glaciers and regional summaries that were best-dated and had the most complete time series. They prefered those that spanned the full Common Era.
Created with Gnuplot 4.4 using the following script:
set terminal svg enhanced size 1000 500 fname "Nimbus Sans L" fsize 12
set output "glacier_advances-en.svg"
set title "Glacier Advances CE" font "Nimbus Sans L, 20"
set label 'Solomina et al. (2016)' at screen 0.975,0.926 right
set datafile missing '"#N/A"'
set obj 1 rectangle behind from screen 0,0 to screen 1,1
set obj 1 fillstyle solid 1.0 fillcolor rgbcolor "white"
set key top left
set key nobox
set yrange [0:150]
set ytics out nomirror 0,20,150
set xrange [0:1950]
set xtics out nomirror 100,100,1900
set mxtics 2
set mytics 2
set grid xtics ytics lt 0 lw 0.5 lc rgb "grey95"
set xlabel 'Year'
set ylabel 'No. of Advances'
set style data lines
#set datafile separator ";"
plot 'solomina_glacier_advances.csv' using 1:(0):4 w filledcurves lt rgbcolor "light-blue" notitle, \
'solomina_glacier_advances.csv' using 1:4 lt rgbcolor "blue" lw 3 title "No. of Glacier advances per 50 yr. period"
Licensing
I, the copyright holder of this work, hereby publish it under the following licenses:
| Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the section entitled GNU Free Documentation License. |
This file is licensed under the Creative Commons Attribution-Share Alike 4.0 International, 3.0 Unported, 2.5 Generic, 2.0 Generic and 1.0 Generic license.
- You are free:
- to share – to copy, distribute and transmit the work
- to remix – to adapt the work
- Under the following conditions:
- attribution – You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
- share alike – If you remix, transform, or build upon the material, you must distribute your contributions under the same or compatible license as the original.
You may select the license of your choice.