// StartMathJax Script window.MathJax = {loader: {load: [ 'input/asciimath', 'ui/lazy', 'output/chtml', 'ui/menu']} }; (function() { var script = document.createElement('script'); script.src = "https://cdn.jsdelivr.net/npm/mathjax@3/es5/startup.js"; script.async = true; document.head.appendChild(script); })(); ---------- (Different files) ---------- // UpdateTypeset Script config = { attributes: true, childList: true, subtree: true }; // Callback function to execute when mutations are observed callback = (mutationList, observer) => { for (mutation of mutationList) { if (mutation.type === 'childList') { console.log('A child node has been added or removed.'); MathJax.typeset(); } else if (mutation.type === 'attributes') { console.log(`The ${mutation.attributeName} attribute was modified.`); } } }; // Create an observer instance linked to the callback function observer = new MutationObserver(callback); document.onreadystatechange = () => { if (document.readyState === 'complete') { console.log("Loaded fully according to readyState") targetNode = document.getElementById('content-wrapper') console.log(targetNode) // Start observing the target node for configured mutations observer.observe(targetNode, config); } }
top of page

Medieval Misery: The Little Ice Age

Updated: Jul 21, 2023

#30 Science in History


02 February 1046


On this day, in 1046, monks record the onset of a cold snap that may have heralded the onset of a cooling period known as the Little Ice Age.

The Frozen Thames 1677

"And that winter was so severe, that the Thames and the Medway were frozen so hard, that people crossed over them as if on dry land."

Anglo-Saxon Chronicles entry for the year 1068-69


The Anglo-Saxon Chronicles record events in Anglo-Saxon England from the 9th to the 11th centuries. Although written before the Little Ice Age, they do mention events consistent with the effects of the Little Ice Age.


The Little Ice Age (LIA) was a period of cooling, lasting from around 1250 to 1650. Evidence suggests it was localised to Northern Europe and so was not a true, global ice age. Several factors contributed to the LIA, including changes in solar radiation, volcanic eruptions and changes to weather patterns. During this time, the advance and retreat of glaciers is seen, as well as increased frequency of damaging weather events – flooding, droughts and severe cold resulting in several famines and widespread disruption.


The LIA has been extensively studied by scientists, and there is a wealth of information available on the subject. Some of the key sources of information on the LIA include historical records, such as shipping logs, diaries, and government records, as well as scientific studies, including ice core and tree ring studies, and analyses of temperature data.






bottom of page