Articles | Volume 17, issue 18
https://doi.org/10.5194/gmd-17-6987-2024
https://doi.org/10.5194/gmd-17-6987-2024
Model description paper
 | 
19 Sep 2024
Model description paper |  | 19 Sep 2024

Design and performance of ELSA v2.0: an isochronal model for ice-sheet layer tracing

Therese Rieckh, Andreas Born, Alexander Robinson, Robert Law, and Gerrit Gülle
Abstract

We provide a detailed description of the ice-sheet layer age tracer Englacial Layer Simulation Architecture (ELSA) – a model that uses a straightforward method to simulate the englacial stratification of large ice sheets – as an alternative to Eulerian or Lagrangian tracer schemes. ELSA's vertical axis is time, and individual layers of accumulation are modeled explicitly and are isochronal. ELSA is not a standalone ice-sheet model but requires unidirectional coupling to another model providing ice physics and dynamics (the “host model”). Via ELSA's layer tracing, the host model’s output can be evaluated throughout the interior using ice core or radiostratigraphy data. We describe the stability and resolution dependence of this coupled modeling system using simulations of the last glacial cycle of the Greenland ice sheet using one specific host model. Key questions concern ELSA's design to maximize usability, which includes making it computationally efficient enough for ensemble runs, as well as exploring the requirements for offline forcing of ELSA with output from a range of existing ice-sheet models. ELSA is an open source and collaborative project, and this work provides the foundation for a well-documented, flexible, and easily adaptable model code to effectively force ELSA with (any) existing full ice-sheet model via a clear interface.

1 Introduction

Large ice sheets preserve climate–cryosphere interactions of the past, such as accumulation or melt rates, which result in isochronal layers (i.e., layers of same age) with particular characteristics in the ice sheets' interiors. These records are accessible via, e.g., ice cores, which have been used extensively to study the climate of the past and climate–ice interactions (e.g., North Greenland Ice Core Project members2004; EPICA Community Members2006; Dahl-Jensen et al.2013). However, ice core data are limited to specific locations and are sparsely available due to their high cost and time consumption. Radar observations, on the other hand, provide three-dimensional englacial stratigraphy data of the Greenland and Antarctic ice sheets (MacGregor et al.2015; Cavitte et al.2021). While further data acquisition and processing are required for the Antarctic ice sheet (AntArchitecture2017), isochrones have been traced and dated over the majority of the Greenland ice sheet. This high-quality data set, although currently under-exploited, is the ideal tool to evaluate ice-sheet model output with reconstructions based on observations throughout the ice sheet's interior, provided that the model used features an age tracer.

But how can the englacial stratigraphy be modeled accurately? Standard passive tracer tools in glaciology are Eulerian and Lagrangian tracer schemes. However, the Eulerian approach suffers from instability and numerical diffusion effects, while in the Lagrangian approach dispersion of the discrete trace particles causes errors and loss of information with depth (Rybak and Huybrechts2003). Semi-Lagrangian schemes – where new particles are spawned at every time step, thereby avoiding some of the drawbacks of regular Lagrangian schemes – have been increasingly used for age tracing with good results (Clarke and Marshall2002; Clarke et al.2005; Lhomme et al.2005; Goelles et al.2014). However, semi-Lagrangian schemes require perpetual three-dimensional interpolation to determine the values at the location of newly created particles, which is costly and may deteriorate the solution over time.

More recently, Born (2017) developed an alternative, straightforward approach: an isochronal model where the englacial stratigraphy is modeled explicitly with individual layers of accumulation, driven by surface mass balance. Each layer added is isochronal, i.e., has a fixed timestamp. As time passes and more layers accumulate, ice of older layers flows towards the margin of the ice sheet, and the layers become thinner. This approach faithfully represents the englacial stratification and eliminates unwanted diffusion in the vertical direction as layers never exchange mass. In Born (2017), the isochronal model is a two-dimensional ice-sheet model including ice flow description and parameterization. Born and Robinson (2021) isolated the layer tracer scheme into a separate module and coupled it to the full ice-sheet model Yelmo (described in Robinson et al.2020), which provides the necessary parameters for the layer tracing. Born and Robinson (2021) then applied this isochronal model to the Greenland ice sheet over the last glacial cycle, demonstrating that it produces a more reliable simulation of the englacial age profile than Eulerian age tracers.

Here we provide the full description of this isochronal model, Englacial Layer Simulation Architecture (ELSA) version 2.0, as an independent tool and with an improved layer accumulation scheme and more parameter choice for flexibility. The workflow of the model and key features are presented in Sect. 2. In Sect. 3, we provide a description and results of the control run with the coupled ELSA–Yelmo setup and the reference radiostratigraphy data set. Section 4 contains the description and results of running ELSA with decreased resolution to decrease its computational requirements, which enables large ensemble runs for ice-sheet model parameter tuning. Section 5 provides a summary and conclusion.

2 Model design and description

ELSA is not a standalone ice-sheet model but requires unidirectional coupling to a full ice-sheet model (the “host model”) providing the boundary conditions related to ice physics (surface mass balance, SMB; basal mass balance, BMB; ice thickness) and ice dynamics (horizontal ice velocities). This setup makes ELSA's layer tracing feature widely applicable, as ultimately any ice-sheet model can be used as the host model.

2.1 Key features

  • ELSA explicitly represents individual layers of accumulation, each of which has a fixed timestamp (i.e., each layer is isochronal). Horizontal flow is Eulerian and exclusive to each layer, while vertical change is Lagrangian. Layers never exchange mass; they only become thinner as ice flows towards the margin of the ice sheet and calves or melts. This approach avoids advection across the vertical grid interfaces and eliminates numerical diffusion by design.

  • While the vertical grid of ice-sheet models is commonly defined in space, ELSA's vertical grid is defined in time (Born2017). The vertical resolution of ELSA is given by how frequently a new layer is added. The isochronal scheme therefore defines depositional age as the grid and layer thickness as an advected property, which is opposite to an Eulerian scheme. Note that layers are not required to be equidistant in time or space.

  • ELSA simulates its own layered ice sheet independently of the host model and based entirely on the ice physics and dynamics of the host model. ELSA does not alter the simulation of the host model in any way; it simply adds the feature of tracing the age and thickness of the individual layers comprising the ice sheet. ELSA's ice sheet evolves on the host model's horizontal grid with the same temporal resolution as the host model's.

  • It is possible to force ELSA offline by providing input data to ELSA after the host model has completed its simulation. A prerequisite for offline forcing is that the required input data are stored with sufficiently high temporal resolution.

  • ELSA's resolution can be controlled with the following parameters: (1) setting the vertical resolution via the parameter layer_resolution for a regular grid or via layer_file for customized isochrones; (2) reducing the horizontal resolution with respect to the host model via the parameter grid_factor; and (3) controlling the coupling period (CP) between the host model and ELSA via the parameter update_factor, i.e., setting ELSA's temporal resolution. Table 1 provides a description of all of ELSA's parameters.

  • ELSA is currently available in Fortran 2003, and it is object oriented. Its only dependency is the Library of Iterative Solvers for linear systems (https://www.ssisc.org/lis/, last access: 24 March 2023) (Nishida2010), which is used for solving the advection equation.

  • ELSA's code is open source and published under the GNU General Public License v3 at https://git.app.uib.no/melt-team-bergen/elsa (last access: 12 September 2024, continuously updated).

Table 1ELSA's parameters.

Download Print Version | Download XLSX

https://gmd.copernicus.org/articles/17/6987/2024/gmd-17-6987-2024-f01

Figure 1ELSA's workflow and interaction with the host model. The dashed square boxes describe the host model's actions, and the solid square boxes describe ELSA's actions. The dashed oval boxes mark parameters required as input from the host model to ELSA. The diamond-shaped boxes mark decision points in ELSA at temporal and vertical resolutions (see Sect. 2.2.1 for details).

Download

2.2 Design and workflow

The interface between ELSA and the host model is concise and well defined. Over the entire simulation, ELSA requires only surface and basal mass balances, three-dimensional horizontal velocity fields, and ice thickness from the host model. The workflow of the coupled model setup is depicted in Fig. 1 and is executed as follows.

At the beginning of the simulation, ELSA's ice sheet is initialized with 10 equally thick layers (initialization layers). These are typically much thicker than the layers added to the ice sheet during the simulation and do not represent specific isochrones of interest.

After the host model's equilibration and spin-up, the regular model run starts with its defined time step size dt. ELSA can be updated at every time step of the host model (update factor (UF) =1, coupling period (CP) =dt) or less frequently (UF>1, CP=UFdt). Whenever ELSA is updated using the host model's parameters, the following happens:

  1. Using the host model's SMB and BMB, the thickness of the top and bottom layers is adjusted. Positive SMB represents snow accumulation and is added to the top layer. Negative SMB represents melt, and the top layer is thinned accordingly. If the top layer is thinner than the amount of melt, its thickness is reduced to zero, and the layer or layers below are thinned accordingly. The host model's BMB is used to adjust the thickness of the bottom layer exclusively (which is an initialization layer). Negative BMB represents melt, and the bottom layer is thinned accordingly. If the host model allows positive BMB, ELSA's flag allow_pos_bmb controls whether the bottom layer can gain thickness.

  2. ELSA's individual layers are advected in the horizontal dimension using an Eulerian description of flow (see Appendix B). The passive tracer variable is the layer thickness d, which is advected using an implicit upstream scheme and the host model's horizontal velocities, which are linearly interpolated in the vertical from the original host model's vertical grid of the ice sheet onto the isochronal grid. All layers are advected, where advection is strictly two-dimensional within each isochrone. Therefore, vertical velocities from the host model are not required, and vertical movement in ELSA strictly results from changes in the individual layers' thickness. Layers change thickness due to advection, but they never exchange mass.

  3. ELSA's ice-sheet thickness is normalized to the host model ice-sheet thickness to avoid drifting away from the host model state. While this can change layer thickness, the relative thickness of the layers stays constant.

At the end of the ELSA update, a new layer may be added on top of the ice sheet depending on ELSA's vertical resolution, which is either determined by the layer resolution (regular grid) or by manually setting isochrone timestamps. The new top layer is then filled according to the host model's SMB until the next layer is added.

The simulation returns to the host model, where output may be written to file, before the host model proceeds to the next time step to continue the simulation.

In summary, fluxes of mass from the host model are used to dynamically adjust ELSA's top and bottom layer thickness, host model horizontal velocities are used to advect ELSA's layers, and host model ice-sheet thickness is used to normalize ELSA's ice sheet to avoid drifting away from the host model state.

2.2.1 Lowering ELSA's resolution

In the default setup, ELSA solves the advection equation for every layer at every host model grid point and time step, which is computationally costly. Here we describe various ways to decrease the computational cost of ELSA by reducing the spatiotemporal resolution of input data, which is also important for assessing the feasibility of offline simulations. ELSA's spatiotemporal resolution is controlled by the following parameters:

The model parameter layer_resolution (LR) adjusts the vertical resolution in ELSA (how often a new layer is added) for regular vertical grids. A lower vertical resolution means that fewer but thicker layers are advected at every time step. A lower vertical resolution may be acceptable in cases where only a few or selected isochrones are of interest, for example in comparisons with reconstructions. For that, instead of prescribing layer_resolution, the desired isochrones can be set directly with the model parameter layer_file, which is the path to a text file listing all desired isochrone ages.

The model parameter grid_factor (GF) changes the horizontal resolution in ELSA without changing the horizontal resolution of the host model. If set to a value greater than 1, the GF number of host model grid boxes is averaged over both the x direction and the y direction to one ELSA grid box. For example, for GF=3, the average is computed over a total of 9 host model grid boxes to determine 1 ELSA grid box. Values of GF>1 are useful when the horizontal resolution of the host model is much higher than that of, e.g., a data set of reconstructions. Note that GF has to be an integer ≥1.

The model parameter update_factor (UF) controls the coupling period CP=UFdt between the host model and ELSA, i.e., how often ELSA is updated with the host model's ice parameters. The effect of less frequent coupling is twofold and impacts both accumulated mass balance and advection. The most recent host model SMB and BMB, scaled in time with CP, are used to update the thickness of ELSA's top and bottom layers. In the same manner, the most recent host model horizontal velocities are used to advect all layers in ELSA. While UF>1 decreases run time, it also demonstrates the effect of tracing layers with less information, as would be the case in an offline application of ELSA, fed with less output saved from an ice-sheet model. Note that UF has to be an integer ≥1.

3 Control run setup and results

3.1 Host model setup

We run ELSA online coupled with the open-source thermomechanical ice-sheet model Yelmo. Yelmo solves for the coupled velocity and temperature solutions of the ice sheet (Robinson et al.2020), where the ice dynamics are solved with a depth-integrated-viscosity approximation (DIVA) approach. Yelmo fully resolves the three-dimensional velocity field, with the three-dimensional shear stress fully represented within the solver. To calculate the three-dimensional field of the effective viscosity, the longitudinal strain rate terms (dudx, dvdy) are approximated by the two-dimensional depth-averaged fields, which turns out to be a reasonable approach. A model like Yelmo using the DIVA velocity solver cannot resolve more complex flow like ice folding but can otherwise be expected to represent large-scale continental ice flow with high fidelity.

The model uses Glen's flow law with an exponent of 3. Yelmo can employ an internal adaptive time stepping scheme but is controlled in our experiments by an outer time loop set with a value of dt=10a. The horizontal grid is an evenly spaced Cartesian grid. We chose to run simulations at a resolution of 16 km as a compromise between speed and output detail for the experiments. The vertical grid is a sigma-coordinate grid (Greve and Blatter2009) with 10 layers, which are of higher resolution at the base of the ice sheet. The geothermal heat flux field is prescribed using Shapiro and Ritzwoller (2004). Bedrock and ice topography are taken from Morlighem et al. (2017). The present-day climate is from Fettweis et al. (2017). The past climate is determined transiently using a glacial index method (e.g., Tabone et al.2018), with the climate interpolated between a present-day and Last Glacial Maximum (LGM) climate field. The LGM climate field is defined as 2 °C colder than the climatological average of several global circulation models from the PMIP3 project (Kageyama et al.2021), as basal ice temperatures were consistently too warm without the 2 °C adjustment. Surface mass balance is computed using the positive-degree-day (PDD) scheme with a snowmelt factor of 3 mmK-1d-1 water equivalent and ice melt factor of 8 mmK-1d-1 water equivalent. Basal friction is exponentially scaled with bedrock elevation.

https://gmd.copernicus.org/articles/17/6987/2024/gmd-17-6987-2024-f02

Figure 2Layer depth differences between modeled and reconstructed isochrones: (a–d) cross sections of the Greenland ice sheet at four different latitudes. The dashed colored lines mark the ice-sheet surface and four isochrones from MacGregor et al. (2015); the equivalent modeled isochrones of the same age are colored accordingly. The thin grey lines mark ELSA's isochrones every 200 a. The thin dotted lines in panels (e)(l) mark the approximate latitudes of the cross sections. (e–h) Layer depth difference (m) between modeled and reconstructed isochrones. (i–l) Layer depth difference between modeled and reconstructed isochrones, normalized with reconstructed isochrone uncertainty (according to MacGregor et al.2015).

We used a 700-member ensemble to tune Yelmo parameters and evaluated Eemian ice extent, LGM ice extent, present-day ice extent and thickness, present-day surface velocities, and ice bed properties (frozen versus thawed) to find a suitable Yelmo control (CTRL) run (see Fig. A1). The overall development of the ice-sheet area and volume over the last glacial cycle agrees well enough with previous estimates (e.g., Vasskog et al.2015), and the present-day bed property state (frozen vs. thawed) is similar to the one assembled by MacGregor et al. (2022).

3.2 ELSA setup

ELSA's parameter UF is set to 1 for this simulation, meaning that advection is updated every 10 years (the same as Yelmo's outer time loop). Simulations are run from 160 kyr BCE until the year 2000 CE (Common Era) with ELSA’s default vertical (layer) resolution of 200a. Thus the isochronal grid contains a total of 820 layers (10 initialization layers and 810 isochrones) at the end of the simulation. The horizontal grid of the layer tracing scheme is the same as in Yelmo. The ELSA parameter allow_pos_bmb is set to True.

3.3 Isochrone reconstructions

Isochrone reconstructions derived from radiostratigraphy data by MacGregor et al. (2015) can be used to evaluate ELSA's output from the coupled CTRL run. The isochrone dating is based on the Greenland Ice Core Chronology 2005 extended timescale, where age is defined as the year before 2000 CE. For the remainder of the paper, dates and ages with the unit kyr b2k refer to thousands of years before 2000 CE.

MacGregor et al. (2015) provide the depth below the surface and layer depth uncertainty of four dated isochrones of the Greenland ice sheet, as well as ice thickness. The ages of the four reconstructed isochrones are 11.7, 29, 57, and 115 kyr b2k. Isochrone depth uncertainty is a combination of the true depth uncertainty for traced reflections (about 10 m), age uncertainty of the ice core data at the appropriate depth, age uncertainty due to radar range resolution, and uncertainty due to interpolation errors (MacGregor et al.2015). Layer depth uncertainty for the 11.7 kyr b2k isochrone is mostly below 30 m in the southeast and below 60 m in the northwest of Greenland, for the 29 kyr b2k isochrone mostly below 40 m, for the 57 kyr b2k isochrone mostly below 50 m, and for the 115 kyr b2k isochrone mostly below 100 m (MacGregor et al.2015).

3.4 Control run results

Comparisons of ELSA's modeled layers with reconstructed ones highlight the areas of isochrone mismatch. In combination with ensemble runs, this evaluation tool provides valuable information to tune the host model's parameters or adjust boundary conditions (e.g., climate forcing) and can be used to find a more realistic representation of ice dynamics and physics in the model simulation.

Cross sections through the present-day ice sheet provide an intuitive way to compare modeled and reconstructed isochrone depth for multiple isochrones at once and demonstrate the value of ELSA's layer tracing. For the Yelmo parameter choice in the CTRL run, these cross sections show that, overall, the isochrones modeled by ELSA match the reconstructed isochrones adequately, where the best agreement is found in the western and central parts of the ice sheet (Fig. 2a–d). In the northeastern part of the ice sheet the three younger modeled isochrones tend to be too high, likely caused by too little precipitation during the Holocene (Ilaria Tabone, personal communication, 2023). Furthermore, the 115 kyr b2k isochrone is consistently too low throughout the entire ice sheet. Note that folding of layers at the base of the ice sheet can present an issue. Layer folding is not modeled by Yelmo or ELSA. Since the reconstructed data we use are processed and quality controlled, we assume that where the 115 kyr b2k isochrone is defined by MacGregor et al. (2015), the presence of folding disturbances has not notably influenced the isochrone's large-scale characteristics. Furthermore, the gridded part of the dated radiostratigraphy data set defines the 115 kyr b2k isochrone only in the north, where accumulation is lower, and the 115 kyr b2k isochrone is thus further away from the base of the ice sheet and closer to the surface. Nevertheless, the specific shortcomings of the 115 kyr b2k isochrone should be kept in mind when using it for model–reconstruction comparison.

As an alternative to cross sections, layer depth differences can be computed for specific isochrones (Fig. 2e–h), which reveals that modeled isochrones tend to be too high in the southern parts of the ice sheet and at the eastern and western margins. Modeled isochrone depths are mostly within 400 m compared to the reconstructed ones and often even within 200 m. While the modeled 115 kyr b2k isochrone is depicted as too low in the panels showing cross sections (Fig. 2a–d), the layer depth difference shows less than 100 m difference (Fig. 2h). This is because modeled isochrone depth is based on the height from the bedrock upwards for the cross sections, while layer depths are computed from the ice-sheet surface downwards, and the different ice thicknesses of the modeled and observed ice sheets are part of the calculation (see also Sect. 3.5).

The difference between modeled and reconstructed isochrone depth normalized with reconstructed layer depth uncertainty provides a third perspective (Fig. 2i–l). Values for normalized isochrone depth difference range from less than −10 to more than 10. A value between −1 and 1 would be ideal, where the modeled and reconstructed isochrone depth difference is less than the uncertainty in the reconstructed isochrones.

Both the parameterization of the ice dynamics and the climatic boundary conditions (mass balance) can be underlying causes of the layer depth difference patterns. The isochrone depth discrepancy in the northeastern part is likely caused by too little precipitation during the Holocene (Ilaria Tabone, personal communication, 2023). Basal friction parameterization, which is still a large source of uncertainty in any ice-sheet model (e.g., Brondex et al.2019; Choi et al.2022), influences ice flow throughout the simulation and can therefore contribute to model–reconstruction mismatch in all layers. Note that the comparison with the reconstructed data relies on the ability of Yelmo to simulate the ice sheet well over the last glacial cycle. Our goal in this study is not to evaluate this fit but rather to present the capabilities of ELSA in adding accurate layer tracking to such a model. For the remainder of the study, the above CTRL run can be assumed to be the target for ELSA.

3.5 Limitations

The Library of Iterative Solvers for linear systems, used for solving the advection equation, shows occasional instability where layer thickness can become unrealistically large during one advection step. This error only occurs occasionally and for a few isolated grid cells, often at the ice-sheet boundaries where velocities are large. It is countered by adding a criterion of maximum allowed layer thickness change per advection step (see Appendix B).

Discrepancies between the BedMachine v3 bedrock and true bedrock cause a spiky ice-sheet surface when projecting the ice-sheet thickness from MacGregor et al. (2015) onto the modeled bedrock (Fig. 2b–c, dashed dark blue line particularly on the eastern part). Additionally, the vertical position of the isochrones is affected when visualized from the bedrock upwards, as discussed in Sect. 3.4.

4 ELSA's results for decreased temporal, vertical, and horizontal resolution

We tested numerical strategies in ELSA to decrease run time, and we present how this affects the results. In the following sections, we show the dependence of isochrone depth on the choice of vertical, horizontal, and temporal resolution in ELSA and determine the error introduced compared to the CTRL run described above. To show the horizontal patterns of error magnitudes, we compare layer depths between a simulation with decreased resolution and the CTRL for two specific layers: the 29 kyr b2k isochrone and 115 kyr b2k isochrone. To display the relationship between error magnitude and isochrone age (i.e., depth in the ice sheet), we show the RMSE computed over individual isochrones for every 10 kyr b2k of layer age.

https://gmd.copernicus.org/articles/17/6987/2024/gmd-17-6987-2024-f03

Figure 3Layer depth difference (m) between model experiments with a coarser ELSA vertical grid and CTRL: LR=500a for (a) the 29 kyr b2k isochrone and (b) the 115 kyr b2k isochrone; LR=2000a for (c) the 29 kyr b2k isochrone and (d) the 115 kyr b2k isochrone. The bottom row shows layer depth difference between a simulation with customized isochrone ages and CTRL for the isochrones that match the reconstructed isochrone ages.

4.1 Decreasing the vertical resolution in ELSA

A straightforward way to decrease ELSA's computational cost is by decreasing its vertical resolution; i.e., new layers are added less frequently, and layers are thus thicker. In the CTRL setup, Yelmo runs with 10 vertical levels, which are linearly interpolated in the vertical dimension to provide horizontal velocities for ELSA at the required layers in the ice sheet. ELSA's default vertical resolution is 200 a, which is much finer than the original Yelmo grid for paleo-simulations of several tens of thousands of years.

For decreased vertical resolution in ELSA, layer depth differences are positive over the majority of the ice sheet and generally small: less than 2 m for a layer resolution of 500 a instead of 200 a (Fig. 3a–b) and between 5 and 20 m for a layer resolution of 2000 a instead of 200 a (Fig. 3c–d). These differences occur due to the interpolation of Yelmo velocities onto the finer vertical grid of ELSA and the movement of the isochrones through the vertical velocity profile over the simulation. In the southern part of the ice sheet, where surface mass balance is much larger and deeper layers are consequently much thinner, these interpolation effects show up as dramatic differences in layer depth among neighboring grid cells and downstream effects in the direction of flow. For comparisons with reconstructed data, only the 11.7 kyr b2k isochrone is affected as the older reconstructed layers do not cover the southern area of Greenland.

Instead of setting a fixed vertical resolution and thus a regular vertical grid (in age) for ELSA, the desired isochrone ages, e.g., to match the isochrone ages of the reconstructed data, can be prescribed in a text file, whose path is passed to the parameter layer_file. This is the most effective way to decrease computational cost (see Sect. 4.4). The simulation using only 13 customized isochrone ages (in addition to the 10 initialization layers) shows similar results to the previous experiment: layer depth errors are mostly positive and within 20 m (Fig. 3e–h). The interpolation and downstream effects in the southern part of the ice sheet are more pronounced.

The RMSE computed for several isochrones throughout the ice sheet ranges from less than 0.5 m for LR=400a to about 4 m for LR=2000a (Fig. 4). The overall error introduced by decreasing the layer resolution is much smaller than the magnitude of the isochrone depth uncertainty in the reconstructions, and reducing the vertical resolution in ELSA is a good option for decreasing simulation computing time.

https://gmd.copernicus.org/articles/17/6987/2024/gmd-17-6987-2024-f04

Figure 4RMSE computed for layer depth difference between model experiments with a coarser vertical ELSA grid and CTRL.

Download

https://gmd.copernicus.org/articles/17/6987/2024/gmd-17-6987-2024-f05

Figure 5Layer depth difference (m) between model experiments with a coarser ELSA horizontal grid and CTRL: GF=2 for (a) the 29 kyr b2k isochrone and (b) the 115 kyr b2k isochrone; GF=4 for (c) the 29 kyr b2k isochrone and (d) the 115 kyr b2k isochrone. The bottom row shows results for the same settings as the top row but with ELSA output linearly interpolated back to the original grid.

https://gmd.copernicus.org/articles/17/6987/2024/gmd-17-6987-2024-f06

Figure 6RMSE computed for layer depth difference between model experiments with coarser ELSA horizontal grid and CTRL. The solid lines are the RMSEs on the resulting coarser grid, and dashed lines are the RMSEs for linear interpolation back to the original grid.

Download

4.2 Decreasing the horizontal resolution in ELSA

We decreased the horizontal resolution of ELSA by averaging over an integer number of host model grid cells. We varied GF from 1 (default, 16 km×16 km grid) to 4 (64 km × 64 km grid). As a result, ice thickness and isochrone depth in an ELSA grid box show less horizontal variability compared to ELSA output from the original host model grid (Fig. 5a–d). This effect is much greater at locations with a steeper ice thickness or isochrone depth gradient, i.e., at the ice-sheet margins, with larger values of GF increasing the magnitude of this effect. The overall error pattern does not seem to be related to mass balance or dynamics of the ice sheets.

In the ice-sheet center, the errors range from −50 to 40 m for GF=2 (Fig. 5a–b) and from −120 to 50 m for GF=4 (Fig. 5c–d). At the margins, the errors reach values of more than 500 m. Linearly interpolating the final results from the coarser grid back to the original grid particularly smooths the error in the center of the ice sheet and reduces them to the values around 30 m (Fig. 5e–h). The errors at the margins are mostly unaffected by the interpolation and remain large.

In summary, the overall error introduced by increasing GF is about 0.5–3 times the magnitude of the reconstructed isochrone depth uncertainty, depending on the location. The larger errors at the margins for increased GF are not that relevant to isochrone applications as the radiostratigraphy data are only available for the ice-sheet center, and the issues at the margins do not propagate backwards to the ice-sheet center.

https://gmd.copernicus.org/articles/17/6987/2024/gmd-17-6987-2024-f07

Figure 7Layer depth difference (m) between model experiments with less frequent coupling of ELSA and Yelmo: CP=50a for (a) the 29 kyr b2k isochrone and (b) the 115 kyr b2k isochrone; CP=200a for (c) the 29 kyr b2k isochrone and (d) the 115 kyr b2k isochrone.

The RMSE computed for several isochrones throughout the ice sheet ranges from about 120 m for GF=2 to 200 m for GF=4 (Fig. 6, solid lines). These large RMSEs are strongly influenced by large differences at the ice-sheet margins between the GF experiments and CTRL. Over isochrone age, the RMSE stays mostly constant. The exceptions are the youngest few layers, where the RMSE reduces by about 25 % due to smaller differences at the ice-sheet margins, particularly in the northeast (not shown).

Interpolation to the original grid reduces the RMSE to about 100 m for GF=2 and about 160 m for GF=4 (Fig. 6, dashed lines). Since the interpolation mainly smooths differences in the ice-sheet center but does not significantly improve the results at the margins, the RMSE remains high overall.

4.3 Decreasing the temporal resolution of ELSA

The temporal resolution of ELSA can be reduced by increasing the coupling period (CP) between the host model and ELSA, as would also be the case in an offline application of ELSA using saved host model output. We varied CP from 10 a (default) to 200 a (UF from 1 to 20).

Layer depth differences for a coupling period of 50 a range from −25 to 5 m (Fig. 7a–b), while differences for a coupling period of 200 a are primarily positive and mostly range from 5 to 45 m (Fig. 7c–d). These errors are smaller than or comparable to reconstructed isochrone depth uncertainty.

The RMSE computed for several isochrones throughout the ice sheet depicts the instability of varying coupling periods: for values of CP except for CP=40a, the RMSE is below 40 m and is close to constant with isochrone age. For CP=40a, however, the RMSE increases up to 80 m, and the two-dimensional layer depth difference over specific isochrones is very irregular (not shown).

This model instability is relevant when using ELSA offline and forcing it with ice-sheet model output if the temporal resolution of the saved host model output is not sufficiently high. Further investigation of offline setup with specific host models is recommended.

https://gmd.copernicus.org/articles/17/6987/2024/gmd-17-6987-2024-f08

Figure 8RMSE computed for layer depth difference between model experiments with longer coupling periods between ELSA and Yelmo compared to CTRL.

Download

4.4 Resolution and model speed

With the right setup, it is computationally quite cheap to add ELSA to an ice-sheet model run, with the added benefit of enabling the evaluation of the run using ELSA's output and reconstructed isochrone data. Computational cost is evaluated through model run speed (kiloyear simulation time per computational hour) on a compute node using Intel Xeon Gold 6136 CPUs. The run speed of Yelmo itself is 20.8 kyr h−1 (Fig. 9, dashed black line) in our single thread setup. When customized to only 13 specific isochrones, the coupled ELSA–Yelmo model setup runs with 18.9 kyr h−1, almost as fast as the Yelmo standalone speed. Run speed drops to 4.4 kyr h−1 for the coupled ELSA–Yelmo setup with the CTRL parameter settings (dark blue bars). Decreasing the vertical, horizontal, and temporal resolutions increases run speed, but gain in run speed is not linearly proportional to the decrease in resolution; instead, it is logarithmic. Furthermore, a decrease in horizontal and temporal resolutions introduces errors.

Picking a few specific isochrones of interest is therefore by far the fastest and most accurate coupled model run. Adding isochrones on a regular vertical grid may be necessary for runs on shorter timescales to investigate flow patterns within the ice sheet. Reduced temporal resolution is most likely necessary when using ELSA offline and when host model output is not available at every model time step.

https://gmd.copernicus.org/articles/17/6987/2024/gmd-17-6987-2024-f09

Figure 9Run speed (kyr h−1) for different parameterizations of ELSA's vertical (a), horizontal (b), and temporal (c) resolutions, as used in the experiments in Sect. 4. The solid black line shows run speed for the Yelmo standalone run. The greatest increase in run speed is achieved when choosing a few specific isochrones of interest. Initialization layers are not included in the number of layers noted in the figure.

Download

5 Conclusions

We described the workflow and features of Englacial Layer Simulation Architecture (ELSA), an isochronal model that can be coupled to a full ice-sheet model (host model) for layer age tracing in an ice sheet's interior. ELSA models individual layers of accumulation explicitly, driven by surface mass balance. Each layer added is isochronal, i.e., has a fixed timestamp. As time passes and more layers accumulate, the ice of older layers flows towards the margin of the ice sheet, and the layers become thinner. This straightforward approach to modeling the englacial stratigraphy avoids issues present in alternative layer age tracers, such as numerical diffusion.

ELSA's computational cost can be decreased by reducing its vertical, horizontal, or temporal resolution. The fastest and preferred way is specifying a number of isochrones instead of a regular vertical grid, which not only increases run speed, but also introduces only a very small error. Decreasing the horizontal resolution of ELSA with respect to the host model also leads to an increase in run speed but introduces errors of the order of tens to hundreds of meters, depending on the degree of resolution depreciation and location. Decreasing the temporal resolution of ELSA with respect to the host model (i.e., less frequent coupling) introduces an error magnitude comparable to reconstructed isochrone depth uncertainty; however, the model runs are not stable in all configurations.

To our knowledge, this is currently the only isochronal model for ice sheets and will thus be a valuable comparison tool with Eulerian, Lagrangian, and semi-Lagrangian layer tracers. Applicability also includes the usage of ELSA for a host model's parameter tuning via ensemble runs (Born and Robinson2021). Lastly, this work is the foundation for an offline application of ELSA, further increasing opportunities to evaluate any given ice-sheet model based on its englacial stratigraphy.

Appendix A: Control run results

Figure A1 shows the Yelmo results of the CTRL run (described in Sect. 3): ice thickness and extent at the end of the simulation (year 2000 CE), ice thickness and extent during the Last Glacial Maximum, ice thickness and extent during the Eemian, the difference in present-day ice thickness with respect to BedMachine v3, the difference in present-day ice surface velocity with respect to Joughin et al. (2018), and bed properties at the end of the simulation.

https://gmd.copernicus.org/articles/17/6987/2024/gmd-17-6987-2024-f10

Figure A1Model CTRL run results: (a) present-day ice thickness (the pink line marks the BedMachine v3 outline, Morlighem et al.2017), (b) ice thickness and extent during the Last Glacial Maximum, (c) ice thickness and extent during the Eemian, (d) present-day ice thickness difference compared to BedMachine v3, (e) present-day velocity difference compared to Joughin et al. (2018), (f) present-day bed properties.

Appendix B: Layer advection

ELSA uses a Lagrangian description of flow in the vertical dimension but the computationally cheaper Eulerian description of flow in the horizontal dimension within the individual layers. With this approach, numerical diffusion is eliminated by design in the vertical as layers never exchange mass. In the horizontal, numerical diffusion does affect the flow as it uses a finite-difference scheme. However, numerical diffusion comes about in the presence of steep gradients, and natural tracers in ice sheets generally vary smoothly in the horizontal (see also Born2017).

The change in the layer thickness d in the x and y directions over time t is given by the divergence of the flow of volume F:

(B1) d t = - F = - ( x , y ) F ( x , y ) = - x u d - y v d ,

where u and v are the horizontal ice velocities in the x and y directions, respectively.

Equation (B1) is discretized forward in time and upstream in space to

(B2) d i , j t + 1 - d i , j t Δ t = - u i - 1 / 2 , j t d i , j t + 1 - d i - 1 , j t + 1 Δ x - d i , j t + 1 u i + 1 / 2 , j t - u i - 1 / 2 , j t Δ x - v i , j - 1 / 2 t d i , j t + 1 - d i , j - 1 t + 1 Δ y - d i , j t + 1 v i , j + 1 / 2 t - v i , j - 1 / 2 t Δ y

for positive values of u and v and

(B3) d i , j t + 1 - d i , j t Δ t = - u i + 1 / 2 , j t d i + 1 , j t + 1 - d i , j t + 1 Δ x - d i , j t + 1 u i + 1 / 2 , j t - u i - 1 / 2 , j t Δ x - v i , j + 1 / 2 t d i , j + 1 t + 1 - d i , j t + 1 Δ y - d i , j t + 1 v i , j + 1 / 2 t - v i , j - 1 / 2 t Δ y

for negative values of u and v. Velocities are used at the faces of the grid cells.

We solve implicitly for dt+1 with

(B4) d t = A d t + 1 ,

where the main and secondary diagonals of A are filled using Eqs. (B2) and (B3) and are given as

(B5)di,jt=di,jt+1(1+ΔtΔxui+1/2,jt+ΔtΔyvi+1/2,jt)-di-1,jt+1ΔtΔxui-1/2,jt-di,j-1t+1ΔtΔyvi-1/2,jtfor ui,j>0.1,vi,j>0.1,(B6)di,jt=di,jt+1(1-ΔtΔxui-1/2,jt-ΔtΔyvi-1/2,jt)+di+1,jt+1ΔtΔxui+1/2,jt+di,j+1t+1ΔtΔyvi+1/2,jtfor ui,j<-0.1,vi,j<-0.1,(B7)di,jt=di,jt+1(1+ΔtΔxui+1/2,jt-ΔtΔyvi-1/2,jt)-di-1,jt+1ΔtΔxui-1/2,jt+di,j+1t+1ΔtΔyvi+1/2,jtfor ui,j>0.1,vi,j<-0.1,(B8)di,jt=di,jt+1(1-ΔtΔxui-1/2,jt+ΔtΔyvi+1/2,jt)+di+1,jt+1ΔtΔxui+1/2,jt-di,j+1t+1ΔtΔyvi-1/2,jtfor ui,j<-0.1,vi,j>0.1.

At the domain boundaries as well as for -0.1<u<0.1 and -0.1<v<0.1m a−1, layer thickness is unchanged.

The Library of Iterative Solvers for linear systems shows occasional instabilities where layer thickness becomes unrealistically large during one advection step. We introduced a maximum allowed layer thickness change per advection step, ddiff (m), which is defined as

(B9) d max = 100 + 10 update_factor + layer_resolution / 10 .

For the default settings of update_factor = 1 and layer_resolution = 200, ddiff=130m.

Code and data availability

ELSA's source code is available at https://git.app.uib.no/melt-team-bergen/elsa (last access: 12 September 2024, continuously updated) under the license GPL-3.0, including instructions for the ELSA and Yelmo coupling. The version for this paper is the tagged version 2.0. The source code of Yelmo and Yelmox is available at https://github.com/palma-ice/yelmo (last access: 1 December 2023) and https://github.com/palma-ice/yelmox (last access: 1 December 2023) under the license GPL-3.0. We used version 1.801 (tag v1.801) for both Yelmo and Yelmox for this paper. The exact version of all three models and necessary input data to produce the results presented in this paper, as well as the output data themselves, are archived on Zenodo at https://doi.org/10.5281/zenodo.10590358 (Rieckh2024).

Author contributions

TR designed the study with contributions from AB and AR. TR ran all experiments, performed the analysis, and wrote the paper with input from AB. AR provided support regarding the Yelmo setup, input data, and structure of the study. AB, TR, and RL wrote and published the ELSA code. GG contributed to the data evaluation and plotting code.

Competing interests

The contact author has declared that none of the authors has any competing interests.

Disclaimer

Publisher's note: Copernicus Publications remains neutral with regard to jurisdictional claims made in the text, published maps, institutional affiliations, or any other geographical representation in this paper. While Copernicus Publications makes every effort to include appropriate place names, the final responsibility lies with the authors.

Acknowledgements

Therese Rieckh, Andreas Born, and Robert Law received funding from the Research Council of Norway (grant 314614) (Simulating Ice Cores and Englacial Tracers in the Greenland Ice Sheet). Alexander Robinson received funding from the European Research Council (grant 101044247) (FORCLIMA). Gerrit Gülle was supported by the German Academic Exchange Service. We sincerely thank Ilaria Tabone, who provided advice on the parameterization of Yelmo, and Philipp Voigt for his input on the ELSA code.

Financial support

This research has been supported by the Research Council of Norway (grant no. 314614) and Horizon Europe under the European Research Council (grant no. 101044247).

Review statement

This paper was edited by Philippe Huybrechts and reviewed by Joseph MacGregor and one anonymous referee.

References

AntArchitecture: Archiving and interrogating Antarctica's internal structure from radar sounding, in: Workshop to establish scientific goals, working practices, and funding routes, Tech. rep., School of GeoSciences, 2017. a

Born, A.: Tracer transport in an isochronal ice sheet model, J. Glaciol., 63, 22–38, https://doi.org/10.1017/jog.2016.111, 2017. a, b, c, d

Born, A. and Robinson, A.: Modeling the Greenland englacial stratigraphy, The Cryosphere, 15, 4539–4556, https://doi.org/10.5194/tc-15-4539-2021, 2021. a, b, c

Brondex, J., Gillet-Chaulet, F., and Gagliardini, O.: Sensitivity of centennial mass loss projections of the Amundsen basin to the friction law, The Cryosphere, 13, 177–195, https://doi.org/10.5194/tc-13-177-2019, 2019. a

Cavitte, M. G. P., Young, D. A., Mulvaney, R., Ritz, C., Greenbaum, J. S., Ng, G., Kempf, S. D., Quartini, E., Muldoon, G. R., Paden, J., Frezzotti, M., Roberts, J. L., Tozer, C. R., Schroeder, D. M., and Blankenship, D. D.: A detailed radiostratigraphic data set for the central East Antarctic Plateau spanning from the Holocene to the mid-Pleistocene, Earth Syst. Sci. Data, 13, 4759–4777, https://doi.org/10.5194/essd-13-4759-2021, 2021. a

Choi, Y., Seroussi, H., Gardner, A., and Schlegel, N.-J.: Uncovering basal friction in Northwest Greenland using an ice flow model and observations of the past decade, J. Geophy. Res.-Earth Surf., 127, e2022JF006710, https://doi.org/10.1029/2022JF006710, 2022. a

Clarke, G. K. and Marshall, S. J.: Isotopic balance of the Greenland Ice Sheet : modelled concentrations of water isotopes from 30,000 BP to present, Quaternary Sci. Rev., 21, 419–430, https://doi.org/10.1016/S0277-3791(01)00111-1, 2002. a

Clarke, G. K., Lhomme, N., and Marshall, S. J.: Tracer transport in the Greenland ice sheet: three-dimensional isotopic stratigraphy, Quaternary Sci. Rev., 24, 155–171, https://doi.org/10.1016/j.quascirev.2004.08.021, 2005. a

Dahl-Jensen, D., Albert, M. R., Aldahan, A., Azuma, N., Balslev-Clausen, D., Baumgartner, M., Berggren, A. M., Bigler, M., Binder, T., Blunier, T., Bourgeois, J. C., Brook, E. J., Buchardt, S. L., Buizert, C., Capron, E., Chappellaz, J., Chung, J., Clausen, H. B., Cvijanovic, I., Davies, S. M., Ditlevsen, P., Eicher, O., Fischer, H., Fisher, D. A., Fleet, L. G., Gfeller, G., Gkinis, V., Gogineni, S., Goto-Azuma, K., Grinsted, A., Gudlaugsdottir, H., Guillevic, M., Hansen, S. B., Hansson, M., Hirabayashi, M., Hong, S., Hur, S. D., Huybrechts, P., Hvidberg, C. S., Iizuka, Y., Jenk, T., Johnsen, S. J., Jones, T. R., Jouzel, J., Karlsson, N. B., Kawamura, K., Keegan, K., Kettner, E., Kipfstuhl, S., Kjær, H. A., Koutnik, M., Kuramoto, T., Köhler, P., Laepple, T., Landais, A., Langen, P. L., Larsen, L. B., Leuenberger, D., Leuenberger, M., Leuschen, C., Li, J., Lipenkov, V., Martinerie, P., Maselli, O. J., Masson-Delmotte, V., McConnell, J. R., Miller, H., Mini, O., Miyamoto, a., Montagnat-Rentier, M., Mulvaney, R., Muscheler, R., Orsi, A. J., Paden, J., Panton, C., Pattyn, F., Petit, J.-R., Pol, K., Popp, T., Possnert, G., Prié, F., Prokopiou, M., Quiquet, A., Rasmussen, S. O., Raynaud, D., Ren, J., Reutenauer, C., Ritz, C., Röckmann, T., Rosen, J. L., Rubino, M., Rybak, O., Samyn, D., Sapart, C. J., Schilt, A., Schmidt, a. M. Z., Schwander, J., Schüpbach, S., Seierstad, I., Severinghaus, J. P., Sheldon, S., Simonsen, S. B., Sjolte, J., Solgaard, A. M., Sowers, T., Sperlich, P., Steen-Larsen, H. C., Steffen, K., Steffensen, J. P., Steinhage, D., Stocker, T. F., Stowasser, C., Sturevik, A. S., Sturges, W. T., Sveinbjörnsdottir, A., Svensson, A., Tison, J.-L., Uetake, J., Vallelonga, P., van de Wal, R. S. W., van der Wel, G., Vaughn, B. H., Vinther, B., Waddington, E., Wegner, A., Weikusat, I., White, J. W. C., Wilhelms, F., Winstrup, M., Witrant, E., Wolff, E. W., Xiao, C., and Zheng, J.: Eemian interglacial reconstructed from a Greenland folded ice core, Nature, 493, 489–494, https://doi.org/10.1038/nature11789, 2013. a

EPICA Community Members: One-to-one coupling of glacial climate variability in Greenland and Antarctica, Nature, 444, 195–198, https://doi.org/10.1038/nature05301, 2006. a

Fettweis, X., Box, J. E., Agosta, C., Amory, C., Kittel, C., Lang, C., van As, D., Machguth, H., and Gallée, H.: Reconstructions of the 1900–2015 Greenland ice sheet surface mass balance using the regional climate MAR model, The Cryosphere, 11, 1015–1033, https://doi.org/10.5194/tc-11-1015-2017, 2017. a

Goelles, T., Grosfeld, K., and Lohmann, G.: Semi-Lagrangian transport of oxygen isotopes in polythermal ice sheets: implementation and first results, Geosci. Model Dev., 7, 1395–1408, https://doi.org/10.5194/gmd-7-1395-2014, 2014. a

Greve, R. and Blatter, H.: Dynamics of ice sheets and glaciers, Springer Verlag, Berlin Heidelberg New York, https://doi.org/10.1007/978-3-642-03415-2, 2009. a

Joughin, I., Smith, B., and Howat, I.: A complete map of Greenland ice velocity derived from satellite data collected over 20 years, J. Glaciol., 64, 1–11, https://doi.org/10.1017/jog.2017.73, 2018. a, b

Kageyama, M., Harrison, S. P., Kapsch, M.-L., Lofverstrom, M., Lora, J. M., Mikolajewicz, U., Sherriff-Tadano, S., Vadsaria, T., Abe-Ouchi, A., Bouttes, N., Chandan, D., Gregoire, L. J., Ivanovic, R. F., Izumi, K., LeGrande, A. N., Lhardy, F., Lohmann, G., Morozova, P. A., Ohgaito, R., Paul, A., Peltier, W. R., Poulsen, C. J., Quiquet, A., Roche, D. M., Shi, X., Tierney, J. E., Valdes, P. J., Volodin, E., and Zhu, J.: The PMIP4 Last Glacial Maximum experiments: preliminary results and comparison with the PMIP3 simulations, Clim. Past, 17, 1065–1089, https://doi.org/10.5194/cp-17-1065-2021, 2021. a

Lhomme, N., Clarke, G. K. C., and Marshall, S. J.: Tracer transport in the Greenland Ice Sheet: constraints on ice cores and glacial history, Quaternary Sci. Rev., 24, 173–194, https://doi.org/10.1016/j.quascirev.2004.08.020, 2005. a

MacGregor, J. A., Fahnestock, M. A., Catania, G. A., Paden, J. D., Gogineni, S., Young, S. K., Rybarski, S. C., Mabrey, A. N., Wagman, B. M., and Morlighem, M.: Radiostratigraphy and age structure of the Greenland Ice Sheet, J. Geophys. Res., 120, 212–241, https://doi.org/10.1002/2014JF003215, 2015. a, b, c, d, e, f, g, h, i

MacGregor, J. A., Chu, W., Colgan, W. T., Fahnestock, M. A., Felikson, D., Karlsson, N. B., Nowicki, S. M. J., and Studinger, M.: GBaTSv2: a revised synthesis of the likely basal thermal state of the Greenland Ice Sheet, The Cryosphere, 16, 3033–3049, https://doi.org/10.5194/tc-16-3033-2022, 2022. a

Morlighem, M., Williams, C. N., Rignot, E., An, L., Arndt, J. E., Bamber, J. L., Catania, G., Chauché, N., Dowdeswell, J. A., Dorschel, B., Fenty, I., Hogan, K., Howat, I., Hubbard, A., Jakobsson, M., Jordan, T. M., Kjeldsen, K. K., Millan, R., Mayer, L., Mouginot, J., Noël, B. P. Y., O'Cofaigh, C., Palmer, S., Rysgaard, S., Seroussi, H., Siegert, M. J., Slabon, P., Straneo, F., van den Broeke, M. R., Weinrebe, W., Wood, M., and Zinglersen, K. B.: BedMachine v3: Complete Bed Topography and Ocean Bathymetry Mapping of Greenland From Multibeam Echo Sounding Combined With Mass Conservation, Geophys. Res. Lett., 44, 11051–11061, https://doi.org/10.1002/2017GL074954, 2017.  a, b

Nishida, A.: Experience in Developing an Open Source Scalable Software Infrastructure in Japan. In: Computational Science and Its Applications – ICCSA 2010, edited by D. Taniar and O. Gervasi and B. Murgante and E. Pardede and B. O. Apduhan, Springer Berlin Heidelberg, Berlin, Heidelberg, 2010. a

North Greenland Ice Core Project members: High-resolution record of Norhtern Hemisphere climate extending into the last interglacial period, Nature, 431, 147–151, https://doi.org/10.1038/nature02805, 2004. a

Rieckh, T.: Code and data for “Introducing ELSA v2.0: an isochronal model for ice-sheet layer tracing”, Zenodo [code and data set], https://doi.org/10.5281/zenodo.10590358, 2024. a

Robinson, A., Alvarez-Solas, J., Montoya, M., Goelzer, H., Greve, R., and Ritz, C.: Description and validation of the ice-sheet model Yelmo (version 1.0), Geosci. Model Dev., 13, 2805–2823, https://doi.org/10.5194/gmd-13-2805-2020, 2020. a, b

Rybak, O. and Huybrechts, P.: A comparison of Eulerian and Lagrangian methods for dating in numerical ice-sheet models, Ann. Glaciol., 37, 150–158, https://doi.org/10.3189/172756403781815393, 2003. a

Shapiro, N. M. and Ritzwoller, M. H.: Inferring surface heat flux distributions guided by a global seismic model: Particular application to Antarctica, Earth Planet. Sc. Lett., 223, 213–224, https://doi.org/10.1016/j.epsl.2004.04.011, 2004. a

Tabone, I., Blasco, J., Robinson, A., Alvarez-Solas, J., and Montoya, M.: The sensitivity of the Greenland Ice Sheet to glacial–interglacial oceanic forcing, Clim. Past, 14, 455–472, https://doi.org/10.5194/cp-14-455-2018, 2018. a

Vasskog, K., Langebroek, P. M., Andrews, J. T., Nilsen, J. E. Ø., and Nesje, A.: The Greenland Ice Sheet during the last glacial cycle: Current ice loss and contribution to sea-level rise from a palaeoclimatic perspective, Earth-Sci. Rev., 150, 45–67, https://doi.org/10.1016/j.earscirev.2015.07.006, 2015. a

Download
Short summary
We present the open-source model ELSA, which simulates the internal age structure of large ice sheets. It creates layers of snow accumulation at fixed times during the simulation, which are used to model the internal stratification of the ice sheet. Together with reconstructed isochrones from radiostratigraphy data, ELSA can be used to assess ice sheet models and to improve their parameterization. ELSA can be used coupled to an ice sheet model or forced with its output.