<!doctype html>
<!--[if lt IE 7]>      <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]>         <html class="no-js lt-ie9 lt-ie8">        <![endif]-->
<!--[if IE 8]>         <html class="no-js lt-ie9">               <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js">                      <!--<![endif]-->
<head>
    <meta charset="utf-8">

    <title> I've studied Larsen C and its giant iceberg for years – it's not a simple story of climate change</title>

    <link type="text/css" rel="stylesheet" href="/_assets/css/general/basic.css" />
    <link rel="canonical" href="https://www-2018.swansea.ac.uk/press-office/news-archive/2017/ivestudiedlarsencanditsgianticebergforyearsitsnotasimplestoryofclimatechange.php" /> 





<meta name="viewport" content="width=device-width, initial-scale=1.0;">
<meta property="su:page-type" content="News Item">
<meta property="su:section-id" content="112621">

    <script type="text/javascript" src="/_assets/vendor/enhance.js"></script>
    <script type="text/javascript">

        var SU =        {
                            customScripts: {
                                preRepositioning:  [],
                                postRepositioning: []
                            }
                        },

            dataLayer = [],

            styles =    [
                            '/_assets/css/general/desktop.css',
                            {
                                href: '/_assets/css/common/ie.css',
                                iecondition: 'all'
                            },
                            {
                                href: '/_assets/css/common/ie7.css',
                                iecondition: 7
                            },
                            {
                                href: '/_assets/css/common/ie8.css',
                                iecondition: 8
                            }
                        ],
        
            scripts =   [
                           '/_assets/js/common/modernizr-jquery.all.min.js'
                        ];
        

        

        

        scripts = scripts.concat([
            '/_assets/vendor/jquery-plugins/cycle2/jquery.cycle2.js',
            '/_assets/vendor/jquery-plugins/cycle2/jquery.cycle2.swipe.js',
            '/_assets/vendor/jquery-plugins/auto-complete/jquery.auto-complete.js',
            '/_assets/vendor/mustache.js',
            '/_assets/js/common/console.js',
            '/_assets/js/common/su.js',
            '/_assets/js/common/su/http/link.js',
            '/_assets/js/common/jquery-plugins/jQuery.showCookieMessage.js',
            '/_assets/vendor/jquery-plugins/ba-throttle-debounce/jquery.ba-throttle-debounce.js',
            '/_assets/js/common/jquery-plugins/jQuery.initialiseNavigation.js',
            '/_assets/js/common/jquery-plugins/jQuery.inputClear.js',
            '/_assets/js/general/desktop/enhanceFooterLinks.js',
            '/_assets/js/general/desktop/jQuery.initialiseSplashGallery.js',
            '/_assets/js/general/desktop/jQuery.initialiseFeaturedGallery.js',
            '/_assets/js/general/desktop/jQuery.initialiseTabPods.js',
            '/_assets/js/general/desktop/jQuery.initialiseQuadSliders.js',
            '/_assets/js/general/desktop/jQuery.stripeTableRows.js',
            '/_assets/vendor/jquery-plugins/ba-bbq/jquery.ba-bbq.js',
            '/_assets/js/general/desktop/jQuery.initialiseExpanders.js',
            '/_assets/vendor/jquery-plugins/cookie/jquery.cookie.js',
            '/_assets/vendor/jquery-plugins/jBreadCrumb/js/jquery.easing.1.3.js',
            '/_assets/vendor/jquery-plugins/jBreadCrumb/js/jquery.jBreadCrumb.1.1.js',
            '/_assets/js/general/desktop.js',
            '/_assets/js/precedent/coreFunctions.js'
        ]);

        enhance({
            loadStyles: styles,
            loadScripts: scripts,
            forcePassText: 'Enhanced version',
            forceFailText: 'Basic version'
        });
    </script>


</head>

<body id="content" class="layout-general-wrapper">
 

    <div id="general" class="layout-general">

        <!--noindex-->
        <div id="header" class="layout-header">
<h1 id="logo" class="logo">
    <span class="logo-text"> I've studied Larsen C and its giant iceberg for years – it's not a simple story of climate change</span>
    <a id="logo-link" href="https://www.swansea.ac.uk/">

        <img class="logo-image" src="/_assets/images/precedent/logo.en.png" alt="Swansea University Logo" />

    </a>
</h1>
            <div id="skipToContent" class="skip-to-content">
                <a class="skip-to-content-link" tabindex="1" href="#content-items" title="skip to content">Skip to content</a>
            </div>

<div id="globalNavWrapper" class="header-links">
    <ul id="globalNav" class="header-links-list">
    
        <!-- navigation object : SU_audience navigation --><li class="header-links-list-item"><a href="http://myuni.swan.ac.uk/">Current Students</a></li><li class="header-links-list-item"><a href="https://staff.swansea.ac.uk/">Staff</a></li><li class="header-links-list-item"><a href="http://www.swanseauniversity.com.cn">&#20013;&#25991;</a></li>
        
        

    </ul>
</div>
            
            <div id="globalSearch" class="global-search-form">
<div class="global-search-form">
	<form action="https://www.swansea.ac.uk/search/">
	  <div>
	    <input type="hidden" name="c" value="swansea-web" />
	    <input
           id="global-search-form-q"
	       type="text"
	       name="q"
	       placeholder="Site Search"
	       size="31"
	       class="global-search-form-query"
	    />
	    <input class="global-search-form-submit" type="submit" value="GO" />
	  </div>
	</form>
</div>

<script class="register-custom-scripts">
(function () {
    SU.customScripts.postRepositioning.push(function () {
    
        var endpoint = 'https://swansea.funnelback.co.uk/s/suggest.json',

            unique = function(arr) {
                var hash = {}, result = [];
                for ( var i = 0, l = arr.length; i < l; ++i ) {
                    if ( !hash.hasOwnProperty(arr[i]) ) {
                        hash[ arr[i] ] = true;
                        result.push(arr[i]);
                    }
                }
                return result;
            },
            
            setHandler = function() {
                $('#global-search-form-q').off().autoComplete({
                    source: function(term, response) {
                        console.log("You typed [" + term + "]");
                        $.getJSON(
                            endpoint,
                            {
                                collection:    'swansea-web',
                                partial_query: term
                            },
                            function(data) {
                                response(unique(data));
                            }
                        );
                    }
                });
            };
    
        console.group('Initialising auto complete');
        window.setTimeout(function () {
            setHandler();
        }, 500);
        
        console.groupEnd();
    });
}());
</script>
            </div>
            
            <div id="naviBar" class="main-nav">
<!-- navigation object : SU_Main_Nav -->

            </div>
        </div>
        <!--endnoindex-->
        
        <div class="layout-container">
            <div id="main" class="layout-content">
                <div id="contentHeader" class="content-header">

                    <!--noindex-->
<div class="breadCrumbHolder module">
    <div class="breadCrumb module">
        <ul>
            <li itemscope itemtype="http://data-vocabulary.org/Breadcrumb">
                <a href="https://www.swansea.ac.uk/" itemprop="url">
                    <span itemprop="title">Home</span>
                </a>
            </li>
            <li itemscope itemtype="http://data-vocabulary.org/Breadcrumb">
                <a href="https://www.swansea.ac.uk/press-office/" itemprop="url">
                    <span itemprop="title">Press Office</span>
                </a>
            </li>
	</ul>
    </div>
</div>
                    <!--endnoindex-->

                    <h1 class="content-header-heading"> I've studied Larsen C and its giant iceberg for years – it's not a simple story of climate change</h1>
                </div>

                <div id="splash-items" class="layout-splash">
                </div>

                <!--noindex-->
                <div class="layout-content-nav">
                    <div id="secondaryNavWrapper"></div>
                </div>
                <!--endnoindex-->

                <div id="content-items" class="layout-content-items content-items">
                    <div class="layout-featured-items">
                    </div>

                    <div class="layout-article-items">
  <div class="news-item-fulltext">
<p style="padding: 1.5em; text-align: center; background-color: #ffc266; font-weight: bold">
    Please note, this page has been archived and is no longer being updated.
</p>
    <p class="news-item-summary">The following article by Professor Adrian Luckman of Swansea University's College of Science was originally published in The Conversation.</p>

    <div class="news-item-content">
        <p>One of the largest icebergs ever recorded has just broken away from the Larsen C Ice Shelf in Antarctica. Over the past few years I&rsquo;ve led a team that has been studying this ice shelf and monitoring change. We spent many weeks camped on the ice investigating melt ponds and their impact &ndash; and struggling to <a href="http://www.projectmidas.org/blog/sunburn-and-spam/" style="font-size: 12px;">avoid sunburn</a><span style="font-size: 12px;"> thanks to the thin ozone layer. Our main approach, however, is to use </span><a href="https://sentinel.esa.int/web/sentinel/missions/sentinel-1" style="font-size: 12px;">satellites</a><span style="font-size: 12px;"> to keep an eye on things.</span></p>
<p>We&rsquo;ve been surprised by the level of interest in what may simply be a rare but natural occurrence. Because, despite the media and public fascination, the Larsen C rift and iceberg &ldquo;calving&rdquo; is not a warning of imminent sea level rise, and any link to climate change is far from straightforward. This event is, however, a spectacular episode in the recent history of Antarctica&rsquo;s ice shelves, involving forces beyond the human scale, in a place where few of us have been, and one which will fundamentally change the geography of this region.</p>
<p><a href="https://cdn.theconversation.com/files/177842/area14mp/file-20170712-3192-ji6svn.png"><img alt="" src="https://cdn.theconversation.com/files/177842/width754/file-20170712-3192-ji6svn.png" /></a> <span class="caption">The iceberg would barely fit inside Wales.</span>&nbsp;(Picture&nbsp;<span class="attribution"><span class="source">Adrian Luckman / MIDAS</span>, <span class="license">Author provided)</span></span></p>
<p>Ice shelves are found where glaciers meet the ocean and the climate is cold enough to sustain the ice <a href="https://nsidc.org/cryosphere/quickfacts/iceshelves.html">as it goes afloat</a>. Located mostly around Antarctica, these floating platforms of ice a few hundred meters thick form natural barriers which slow the flow of glaciers into the ocean and thereby <a href="https://www.nature.com/nature/journal/v531/n7596/full/nature17145.html">regulate sea level rise</a>. In a warming world, ice shelves are of particular scientific interest because they are susceptible both to atmospheric warming from above and ocean warming from below.</p>
<p><a href="https://cdn.theconversation.com/files/177103/area14mp/file-20170706-5026-bv7og2.png"><img alt="" src="https://cdn.theconversation.com/files/177103/width237/file-20170706-5026-bv7og2.png" /></a> <span class="caption">The ice shelves of the Antarctic peninsula. Note Larsen A and B have largely disappeared.</span> <span class="attribution"><a class="source" href="https://commons.wikimedia.org/wiki/File:Antarctic-Peninsula-Ice-Shelves.png">AJ Cook &amp; DG Vaughan, 2014</a>, <a class="license" href="http://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA</a></span></p>
<p>Back in the 1890s, a Norwegian explorer named Carl Anton Larsen sailed south down the Antarctic Peninsula, a 1,000km long branch of the continent that points towards South America. Along the east coast he discovered the huge ice shelf which took his name.</p>
<p>For the following century, the shelf, or what we now know to be a set of distinct shelves &ndash; Larsen A, B, C and D &ndash; remained fairly stable. However the <a href="http://science.sciencemag.org/content/271/5250/788">sudden disintegrations</a> of Larsen A and B in 1995 and 2002 respectively, and the <a href="http://onlinelibrary.wiley.com/doi/10.1029/2004GL020697/abstract">ongoing speed-up of glaciers</a> which fed them, focused scientific interest on their much larger neighbour, Larsen C, the fourth biggest ice shelf in Antarctica.</p>
<p><a href="https://cdn.theconversation.com/files/177086/area14mp/file-20170706-26471-1gqfx30.jpg"><img alt="" src="https://cdn.theconversation.com/files/177086/width754/file-20170706-26471-1gqfx30.jpg" /></a> <span class="caption">The author prepares to assist his colleague, Bryn Hubbard from Aberystwyth University, in drilling a borehole in Larsen C using pressurised hot water.</span> <span class="attribution"><a class="source" href="http://www.projectmidas.org/blog/boring-holes/">MIDAS</a>, <span class="license">Author provided</span></span></p>
<p>This is why colleagues and I set out in 2014 to study <a href="https://www.cambridge.org/core/journals/antarctic-science/article/surface-melt-and-ponding-on-larsen-c-ice-shelf-and-the-impact-of-fohn-winds/FE26B0AE9C8F5439DC739BC9B593187C">the role of surface melt</a> on the stability of this ice shelf. Not long into the project, the discovery by our colleague, Daniela Jansen, of <a href="http://www.the-cryosphere.net/9/1223/2015/">a rift growing rapidly through Larsen C</a>, immediately gave us something equally significant to investigate.</p>
<h2>Nature at work</h2>
<p>The development of rifts and the calving of icebergs is part of the natural cycle of an ice shelf. What makes this iceberg unusual is its size &ndash; at around 5,800 km&sup2; it&rsquo;s the size of a small US state. There is also the concern that what remains of Larsen C will be susceptible to the same fate as Larsen B, and collapse almost entirely.</p>
<p><a href="https://cdn.theconversation.com/files/177088/area14mp/file-20170706-11940-tko9ic.jpg"><img alt="" src="https://cdn.theconversation.com/files/177088/width754/file-20170706-11940-tko9ic.jpg" /></a> <span class="caption">Larsen B once extended hundreds of kilometres over the ocean. Today, one of its glaciers runs straight into the sea.</span> <span class="attribution"><span class="source">Armin Rose / shutterstock</span></span></p>
<p>Our work has highlighted <a href="https://www.nature.com/articles/ncomms4707">significant similarities</a> between the previous behaviour of Larsen B and current developments at Larsen C, and we have shown that stability may be compromised. Others, however, are confident that Larsen C <a href="https://www.nature.com/nclimate/journal/v6/n5/full/nclimate2912.html">will remain stable</a>.</p>
<p>What is not disputed by scientists is that it will take many years to know what will happen to the remainder of Larsen C as it begins to adapt to its new shape, and as <a href="https://theconversation.com/when-an-antarctic-iceberg-the-size-of-a-country-breaks-away-what-happens-next-39257">the iceberg gradually drifts away and breaks up</a>. There will certainly be no imminent collapse, and unquestionably no direct effect on sea level because the iceberg is already afloat and displacing its own weight in seawater.</p>
<p>This means that, despite <a href="https://news.vice.com/story/a-block-of-ice-the-size-of-delaware-could-trigger-a-4-inch-sea-level-rise">much speculation</a>, we would have to look years into the future for ice from Larsen C to contribute significantly to sea level rise. In 1995 Larsen B underwent <a href="https://www.nature.com/articles/ncomms4707">a similar calving event</a>. However, it took a further seven years of gradual erosion of the ice-front before the ice shelf became <a href="http://epic.awi.de/11345/1/Rac2004f.pdf">unstable enough to collapse</a>, and glaciers held back by it were able to <a href="http://onlinelibrary.wiley.com/doi/10.1029/2004GL020670/abstract">speed up</a>, and even then the collapse process may have depended on the presence of <a href="http://onlinelibrary.wiley.com/doi/10.1029/2005GL023247/abstract">surface melt ponds</a>.</p>
<p>Even if the remaining part of Larsen C were to eventually collapse, many years into the future, the <a href="http://onlinelibrary.wiley.com/doi/10.1002/2015JF003667/abstract">potential sea level</a> rise is quite modest. Taking into account only the catchments of glaciers flowing into Larsen C, the total, even after decades, will probably be <a href="https://www.igsoc.org/journal/59/215/t12J139.pdf">less than a centimetre</a>.</p>
<h2>Is this a climate change signal?</h2>
<p>This event has also been widely but over-simplistically <a href="https://www.theguardian.com/environment/climate-consensus-97-per-cent/2017/jun/12/the-larsen-c-ice-shelf-collapse-hammers-home-the-reality-of-climate-change">linked to climate change</a>. This is not surprising because notable changes in the earth&rsquo;s glaciers and ice sheets are normally associated with rising environmental temperatures. The collapses of Larsen A and B have previously been <a href="https://www.nature.com/nature/journal/v379/n6563/abs/379328a0.html">linked to regional warming</a>, and the iceberg calving will leave Larsen C at its most retreated position in records going back over a hundred years.</p>
<p>However, in satellite images from the 1980s, the rift was already clearly a long-established feature, and there is no direct evidence to link its recent growth to either atmospheric warming, which is not felt deep enough within the ice shelf, or ocean warming, which is an unlikely source of change given that most of Larsen C <a href="http://science.sciencemag.org/content/early/2015/03/25/science.aaa0940.full">has recently been thickening</a>. It is probably too early to blame this event directly on human-generated climate change.</p>
<hr />
<p><img alt="The Conversation" height="1" src="https://counter.theconversation.edu.au/content/80529/count.gif?distributor=republish-lightbox-basic" width="1" /><em>You may be interested in: <a href="https://theconversation.com/when-an-antarctic-iceberg-the-size-of-a-country-breaks-away-what-happens-next-39257">When an Antarctic iceberg the size of a country breaks away, what happens next?</a></em></p>
<p><span><a href="https://theconversation.com/profiles/adrian-luckman-388510">Adrian Luckman</a>, Professor of Glaciology and Remote Sensing, <em><a href="http://theconversation.com/institutions/swansea-university-2638">Swansea University</a></em></span></p>
<p><img src="/media/conversation-logo-3ef91e0a2031c5d9350f37bac3cf5273ef6da3660ffaf7c422b9695f09b6f171.png"
alt="The Conversation " title="The Conversation " /></p>
<p>This article was originally published on <a href="http://theconversation.com">The Conversation</a>. Read the <a href="https://theconversation.com/ive-studied-larsen-c-and-its-giant-iceberg-for-years-its-not-a-simple-story-of-climate-change-80529">original article</a>.</p>
    </div>

    <ul class="news-item-post-info-container vcard">
        <li class="news-item-post-info author">
           Posted by
            <span class="fn">Delyth Purchase</span>
            &lt;<a class="email" href="mailto:d.purchase@swansea.ac.uk">d.purchase@swansea.ac.uk</a>&gt;
        </li>

        <li class="news-item-post-info">
            <a href="/press-office/news-archive/2017/ivestudiedlarsencanditsgianticebergforyearsitsnotasimplestoryofclimatechange.php" rel="bookmark">
                <abbr class="published" title="2017-07-12T12:39:00+01:00">Wednesday 12 July 2017 12.39 BST</abbr>
            </a>
        </li>

        <li class="news-item-post-info updated-container">
            <abbr class="updated" title="2017-07-12T11:42:46+01:00">Wednesday 12 July 2017 11.42 BST</abbr>
        </li>

        <li class="news-item-post-info">
        	<span class="fn org">Swansea University</span>
        </li>
    </ul>

</div>

                    </div>

                    <div class="layout-related-items">
                    </div>
                </div>


            </div>

            <!--noindex-->
            <div id="footer" class="layout-footer">
                <ul id="footerLinks" class="footer-links">
<!-- navigation object : SU_footer navigation --><li class="footer-links-list-item"><a href="/the-university/contact/">Contact Us</a></li><li class="footer-links-list-item"><a href="/personnel/jobs/">Jobs</a></li><li class="footer-links-list-item"><a href="/the-university/colleges/">Colleges</a></li><li class="footer-links-list-item"><a href="/press-office/">Press</a></li><li class="footer-links-list-item"><a href="https://www.swansea.ac.uk/about-us/safety-and-security/health-and-safety/">Health &amp; Safety</a></li><li class="footer-links-list-item"><a href="/includes/footer/disclaimer-and-copyright/">Disclaimer &amp; Copyright</a></li><li class="footer-links-list-item"><a href="/includes/footer/site-map/">Site map</a></li><li class="footer-links-list-item"><a href="/includes/footer/privacyandcookies/">Privacy and Cookies</a></li><li class="footer-links-list-item"><a href="http://www.swan.ac.uk/course-search/">Course Search</a></li>
                </ul>

                <div id="footerDisclaimer" class="footer-disclaimer">
                    <p class="footer-disclaimer-text">Swansea University is a registered charity. No. 1138342.</p>
                </div>
            </div>
            <!--endnoindex-->

        </div>

    </div>


<script id="desktop-header-template" type="text/x-tmpl-mustache">

    <div id="header" class="layout-header">
        <div class="skip-to-content" id="skipToContent">
            {{{ skipToContent }}}
        </div>

        <h1 id="logo" class="logo">
            {{{ logo }}}
        </h1>

        <div id="globalNavWrapper" class="header-links">
            <ul id="globalNav" class="header-links-list">
                {{{ globalNav }}}
            </ul>
        </div>

        <div id="globalSearch" class="global-search-form">
            {{{ globalSearch }}}
        </div>
                    
        <div id="naviBar" class="main-nav">
            <ul id="mainNav" class="main-nav-list">
                {{{ mainNav }}}
            </ul>
        </div>
    </div>

</script>


<script id="mobile-header-template" type="text/x-tmpl-mustache">

    <div id="header" class="layout-header">
        <span class="layout-menu-bar">
            <a id="layout-menu-bar-toggle" class="layout-menu-bar-toggle" href="#">{{mobile.linksText}}</a>
        </span>

        <a id="logo-link" href="{{mobile.logoLinkHref}}">
            <img class="logo-image" alt="{{mobile.logoAlt}}" src="{{mobile.logoSrc}}" />
        </a>
    </div>

</script>


<script id="desktop-menu-template" type="text/x-tmpl-mustache">

    <div class="layout-content-nav">
        <div id="secondaryNavWrapper">
             <ul id="secondaryNav" class="content-nav content-nav-items">
                 {{{secondaryNav}}}
             </ul>
         </div>
    </div>

</script>


<script id="mobile-menu-template" type="text/x-tmpl-mustache">

    <div class="layout-content-nav">
        <div id="globalNavWrapper">
            {{{globalNav}}}
        </div>

        <div id="naviBar">
            {{{mainNav}}}
        </div>

        <div id="secondaryNavWrapper">
             <ul id="secondaryNav">
                 {{{secondaryNav}}}
             </ul>
         </div>
    </div>

</script>


<script id="desktop-tabs-pod-template" type="text/x-tmpl-mustache">

    <h2 class="tabs-pod-title">{{ podTitle }}</h2>
    <div class="tabs-pod-tabs">

        <ul class="tabs-item-list">
{{#tabs}}
            <li class="tabs-item-list-tab-item tabs-pod-tabs-tab-heading">
                <a class="tabs-item-list-tab-item-link" href="#">{{ tabHeading }}</a>
            </li>
{{/tabs}}
        </ul>

{{#tabs}}
        <div class="tabs-pod-tabs-tab">
            <div class="tabs-pod-tabs-tab-content">
                {{{ tabContent }}}
            </div>
        </div>
{{/tabs}}

    </div>

</script>


<script id="mobile-tabs-pod-template" type="text/x-tmpl-mustache">

    <h2 class="tabs-pod-title">{{ podTitle }}</h2>
    <div class="tabs-pod-tabs">
{{#tabs}}
        <div class="tabs-pod-tabs-tab">
            <h3 class="tabs-pod-tabs-tab-heading is-collapsed">
                <a href="#">{{ tabHeading }}</a>
            </h3>
            <div class="tabs-pod-tabs-tab-content" style="display: none">
                {{{ tabContent }}}
            </div>
        </div>
{{/tabs}}
    </div>

</script>


</body>

</html>
