skip to main content
US FlagAn official website of the United States government
dot gov icon
Official websites use .gov
A .gov website belongs to an official government organization in the United States.
https lock icon
Secure .gov websites use HTTPS
A lock ( lock ) or https:// means you've safely connected to the .gov website. Share sensitive information only on official, secure websites.


Title: Amplified North Atlantic warming in the late Pliocene by changes in Arctic gateways: Arctic Gateways and Pliocene Climate
Award ID(s):
1504348
PAR ID:
10028494
Author(s) / Creator(s):
; ; ; ; ;
Date Published:
Journal Name:
Geophysical Research Letters
Volume:
44
Issue:
2
ISSN:
0094-8276
Page Range / eLocation ID:
957 to 964
Format(s):
Medium: X
Sponsoring Org:
National Science Foundation
More Like this
  1. null (Ed.)
    Abstract. Palaeoclimate simulations improve our understanding ofthe climate, inform us about the performance of climate models in adifferent climate scenario, and help to identify robust features of theclimate system. Here, we analyse Arctic warming in an ensemble of 16simulations of the mid-Pliocene Warm Period (mPWP), derived from thePliocene Model Intercomparison Project Phase 2 (PlioMIP2). The PlioMIP2 ensemble simulates Arctic (60–90∘ N) annual meansurface air temperature (SAT) increases of 3.7 to 11.6 ∘Ccompared to the pre-industrial period, with a multi-model mean (MMM) increase of7.2 ∘C. The Arctic warming amplification ratio relative to globalSAT anomalies in the ensemble ranges from 1.8 to 3.1 (MMM is 2.3). Sea iceextent anomalies range from −3.0 to -10.4×106 km2, with a MMManomaly of -5.6×106 km2, which constitutes a decrease of 53 %compared to the pre-industrial period. The majority (11 out of 16) of models simulatesummer sea-ice-free conditions (≤1×106 km2) in their mPWPsimulation. The ensemble tends to underestimate SAT in the Arctic whencompared to available reconstructions, although the degree of underestimationvaries strongly between the simulations. The simulations with the highestArctic SAT anomalies tend to match the proxy dataset in its current formbetter. The ensemble shows some agreement with reconstructions of sea ice,particularly with regard to seasonal sea ice. Large uncertainties limit theconfidence that can be placed in the findings and the compatibility of thedifferent proxy datasets. We show that while reducing uncertainties in thereconstructions could decrease the SAT data–model discord substantially,further improvements are likely to be found in enhanced boundary conditionsor model physics. Lastly, we compare the Arctic warming in the mPWP toprojections of future Arctic warming and find that the PlioMIP2 ensemblesimulates greater Arctic amplification than CMIP5 future climate simulationsand an increase instead of a decrease in Atlantic Meridional OverturningCirculation (AMOC) strength compared topre-industrial period. The results highlight the importance of slow feedbacks inequilibrium climate simulations, and that caution must be taken when usingsimulations of the mPWP as an analogue for future climate change. 
    more » « less
  2. This short summary presents selected results of an ongoing investigation into the feedbacks that contribute to amplified Arctic warming. The consequences of warming for Arctic biodiversity and landscape response to global warmth are currently being interpreted. Arctic North American records of large-scale landscape and paleoenvironmental change during the Pliocene are exquisitely preserved and locked in permafrost, providing an opportunity for paleoenvironmental and faunal reconstruction with unprecedented quality and resolution. During a period of mean global temperatures only ~2.5°C above modern, the Pliocene molecular, isotopic, tree-ring, paleofaunal, and paleofloral records indicate that the high Arctic mean annual temperature was 11°C–19°C above modern values, pointing to a much shallower latitudinal temperature gradient than exists today. It appears that the intense Neogene warming caused thawing and weathering to liberate sediment and create a continuous and thick (>2.5 km in places) clastic wedge from at least Banks Island to Meighen Island to form a coastal plain that provided a highway for camels and other mammals to migrate and evolve in the high Arctic. In this summary we highlight the opportunities that exist for research on these and related topics with the PoLAR-FIT community.RÉSUMÉCe bref résumé présente les résultats choisis d'une enquête en cours sur les déclencheurs qui contribuent à l’amplification du réchauffement de l'Arctique. Les conséquences du réchauffement sur la biodiversité arctique et de la réponse du paysage au réchauffement climatique sont en cours d’être interprété. Des dossiers nord-américains de paysage à grande échelle et le changement paléoenvironnementales durant le Pliocène sont exceptionnellement préservés et scellées dans un état de congélation qui fournissant une occasion pour la reconstruction paléoenvironnementale et faunistique avec une qualité et une résolution sans précédent. Pendent une période de réchauffement global seulement ~2,5°C au-dessus de moderne les dossiers, moléculaire, isotopique, annaux de croissance, paléofaunistique et paléovégétation indiquent que l'Arctique a connu une augmentation de la température annuelle moyenne de 11°C–19°C au-dessus de moderne, en montrant un inferieur gradient de température latitudinal qu'aujourd'hui. Il semble que le réchauffement intense pendent le Néogène a provoqué la décongélation et erosion pour libérer les sédiments et créer une plaine côtière continuel et épaisse (> 2,5 km dans lieux) qui a fourni une route pour les chameaux et autres mammifères pour migrer et évoluer dans l’Haut-Arctique. Dans ce résumé, nous soulignons les opportunités qui existent pour la recherche sur ces sujets et les sujets connexes avec la communauté PoLAR-FIT. 
    more » « less
  3. These are the Gateways 2024 proceedings and all accepted submissions. 
    more » « less
  4. The most recent Linux kernels have a new feature for securing applications: Landlock. Like Seccomp before it, Landlock makes it possible for a running process to give up access to resources. For applications running as Science Gateways, we want to have network access while starting up MPI, but we want to take away network access prior to the reading of parameter files in order to prevent malicious exploits of the gateway code. We explore the usefulness of this tool by modifying and locking down two mature scientific codes: The Einstein Toolkit, and Octo- Tiger. 
    more » « less
  5. Building science gateways for humanities content poses new challenges to the science gateway community. Compared with science gateways devoted to scientific content, humanities-related projects usually require 1) processing data in various formats, such as text, image, video, etc., 2) constant public access from a broad audience, and therefore 3) reliable security, ideally with low maintenance. Many traditional science gateways are monolithic in design, which makes them easier to write, but they can be computationally inefficient when integrated with numerous scientific packages for data capture and pipeline processing. Since these packages tend to be single-threaded or nonmodular, they can create traffic bottlenecks when processing large numbers of requests. Moreover, these science gateways are usually challenging to resume development on due to long gaps between funding periods and the aging of the integrated scientific packages. In this paper, we study the problem of building science gateways for humanities projects by developing a service-based architecture, and present two such science gateways: the Moving Image Research Collections (MIRC) – a science gateway focusing on image analysis for digital surrogates of historical motion picture film, and SnowVision - a science gateway for studying pottery fragments in southeastern North America. For each science gateway, we present an overview of the background of the projects, and some unique challenges in their design and implementation. These two science gateways are deployed on XSEDE’s Jetstream academic clouding computing resource and are accessed through web interfaces. Apache Airavata middleware is used to manage the interactions between the web interface and the deep-learning-based (DL) backend service running on the Bridges graphics processing unit (GPU) cluster. 
    more » « less