1.3.1. Ice sheet velocity data from satellite observations: temporal and spatial coverage and data completeness for trend analysis in glaciological applications#
Production date: 31-05-2025
Dataset version: 1.3 to 1.5
Produced by: Yoni Verhaegen and Philippe Huybrechts (Vrije Universiteit Brussel)
🌍 Use case: Monitoring surface ice flow velocity patterns over Greenland to detect the ice sheet’s dynamic response to climate change#
❓ Quality assessment question#
“Is the dataset of sufficient spatial/temporal resolution, coverage and completeness to derive multi-year trends of horizontal surface flow velocities and the associated patterns of solid ice discharge?”
Ice sheets are not static, but instead flow. The total velocity magnitude is the sum of the velocity related to internal ice deformation, and is complemented by basal sliding and bed deformation components. Mapping ice sheet surface flow velocities and their temporal changes provides key information for investigating the dynamic response of the ice sheets to climate change. Remote sensing techniques, such as the use of satellites, are an important feature to derive and study these flow velocities. Satellites are able to inspect directly and repeatedly large areas of ice, and, as such are able to detect the movement of its surface. Remote sensing techniques that use satellite data are therefore considered the only feasible manner to derive accurate surface velocities of the ice sheets on a regular basis. In this dataset, they are derived by applying offset tracking techniques using Sentinel-1 synthetic aperture radar (SAR) satellite data. The main principle of the “Ice sheet velocity for Antarctica and Greenland derived from satellite observations” dataset therefore relies on the preservation of surface features or other detectable patterns (e.g. speckle) in between multiple image acquisition periods. The extraction of these features/patterns from images acquired over different time periods is used to detect their displacements, and with further processing this information can be used to derive velocity fields [1].
This notebook investigates how well the dataset on the CDS (here we use versions 1.3 to 1.5) can be used to derive mean values, (inter/intra-)annual variability and multi-year trends of ice flow velocities and the associated patterns of solid ice discharge. More specifically, the notebook evaluates whether the dataset is of sufficient maturity and quality for that purpose in terms of its spatio-temporal coverage and resolution and its data completeness.
📢 Quality assessment statement#
These are the key outcomes of this assessment
Surface ice flow velocity (“displacement”) observation by satellites is a useful tool to grasp the overall patterns of flow dynamics of the ice sheets. The dataset exhibits a high spatial resolution, a consistent annual temporal resolution, and a nearly full ice sheet-wide coverage of the Greenland Ice Sheet (GrIS), which complies with international proposed standards. The majority of pixels also exhibit uncertainty values that fall within proposed error thresholds by GCOS. The data are therefore particularly well-suited for visualizing the spatial distribution of horizontal ice flow and for solid ice discharge calculations (i.e. dynamic ice mass loss), but additional datasets (i.e. the grounding line position, the ice thickness at those positions, and a conversion factor to derive vertically averaged horizontal velocities) are required for the latter.
When using the ice flow velocity data for the GrIS for certain applications, such as for solid ice discharge estimations, users should be aware of the typical strengths and limitations of the C3S SAR offset tracking-based velocity products. For example, the short temporal span (from 2014–2015 onwards) limits its use for detecting long-term trends or reliable climate change signals. Additionally, the ice sheet margins often suffer from higher absolute error values, and an ice mask is not available to separate ice-covered and ice-free pixels around the margins. These regions are nevertheless crucial for solid ice discharge estimates. Another limitation of this product is its yearly temporal resolution, which only captures interannual changes and misses important seasonal variations, making it less suitable for certain detailed studies. This especially holds for the Greenland Ice Sheet, where some outlet glaciers exhibit significant seasonal variations with respect to their dynamics. If desired, the C3S data can be complemented with external datasets to increase its temporal resolution and time span.
📋 Methodology#
Dataset description#
The ‘Ice sheet velocity for Antarctica and Greenland derived from satellite observations’ dataset, available on the Climate Data Store (CDS), offers annually averaged surface ice flow velocities and their easting and northing components for the Antarctic (AIS) and Greenland (GrIS) Ice Sheets. This data is provided on a spatial resolution grid of either 200 m, 250 m or 500 m, depending on the ice sheet and dataset version. The dataset includes horizontal velocity components in the east and north directions, as well as the total horizontal velocity magnitude and its uncertainty, expressed as 1-sigma precission errors. Surface flow velocities are treated as “displacements”, normalized to true meters per day, and are available for each glaciological year since 2014-2015 for the GrIS and since 2021-2022 for the AIS. The horizontal velocities and their components are derived using offset tracking techniques with Sentinel-1 synthetic aperture radar (SAR) satellite data. The data are provided in NetCDF format as gridded data fields in Polar Stereographic projection, covering the entire GrIS domain, including peripheral glaciers and ice caps.
Structure and (sub)sections#
1. Data preparation and processing
2. Spatial and temporal patterns of ice sheet surface ice flow velocities
3. Analysis of spatio-temporal resolution and extent of ice sheet velocities
4. Trends of annually averaged horizontal surface ice flow velocities
📈 Analysis and results#
1. Data preparation and processing#
1.1 Import packages#
First we load the packages:
1.2 Define request and download#
Then we define requests for download from the CDS and download the GrIS velocity data.
🚨 The files can be large! Since the data files to be downloaded have a considerable size due to the high spatial resolution, this may take a couple of minutes.
Downloading ice sheet velocity data, this may take a couple of minutes...
100%|██████████| 1/1 [00:00<00:00, 8.78it/s]
100%|██████████| 1/1 [00:00<00:00, 86.43it/s]
100%|██████████| 1/1 [00:00<00:00, 27.16it/s]
100%|██████████| 1/1 [00:00<00:00, 98.45it/s]
100%|██████████| 1/1 [00:00<00:00, 76.81it/s]
100%|██████████| 1/1 [00:00<00:00, 108.28it/s]
100%|██████████| 1/1 [00:00<00:00, 116.87it/s]
100%|██████████| 1/1 [00:00<00:00, 108.75it/s]
100%|██████████| 1/1 [00:00<00:00, 114.07it/s]
Downloading completed.
1.3 Display and inspect data structure#
We can read and inspect the data. Let us print out the data to inspect its structure:
<xarray.Dataset> Size: 19GB Dimensions: (period: 9, y: 10801, x: 5984) Coordinates: * period (period) object 72B '2014_2015' ... ... * y (y) float64 86kB -6.556e+05 ... -3.3... * x (x) float64 48kB -6.399e+05 ... 8.55... Data variables: crs (period) int32 36B -2147483647 ... -... land_ice_surface_easting_velocity (period, y, x) float32 2GB dask.array<chunksize=(1, 1351, 748), meta=np.ndarray> land_ice_surface_northing_velocity (period, y, x) float32 2GB dask.array<chunksize=(1, 1351, 748), meta=np.ndarray> land_ice_surface_vertical_velocity (period, y, x) float32 2GB dask.array<chunksize=(1, 1351, 748), meta=np.ndarray> land_ice_surface_velocity_magnitude (period, y, x) float32 2GB dask.array<chunksize=(1, 1351, 748), meta=np.ndarray> land_ice_surface_measurement_count (period, y, x) float64 5GB dask.array<chunksize=(1, 1351, 748), meta=np.ndarray> land_ice_surface_easting_stddev (period, y, x) float32 2GB dask.array<chunksize=(1, 1351, 748), meta=np.ndarray> land_ice_surface_northing_stddev (period, y, x) float32 2GB dask.array<chunksize=(1, 1351, 748), meta=np.ndarray> Attributes: (12/13) Conventions: CF-1.7 title: Ice Velocity of the Greenland Ice Sheet reference: Main: Nagler, T.; Rott, H.; Hetzenecker, M.; Wuite, J.; P... source: Copernicus Sentinel-1A and Sentinel-1B institution: Copernicus Climate Change Service contact: copernicus-support@ecmwf.int ... ... creation_date: 2024-12-12 comment: Ice velocity map of Greenland derived from Sentinel-1 SAR... history: product version 1.3 summary: Ice velocity derived for Greenland Ice Sheet gridded at 2... keywords: EARTH SCIENCE CLIMATE INDICATORS CRYOSPHERIC INDICATORS G... license: C3S general license
The versions 1.3 to 1.5 are a gridded dataset at a 250 m spatial resolution containing annually averaged values of the ice sheet horizontal surface flow velocity \(V_s\) (in m/day) of a grid cell (land_ice_surface_velocity_magnitude
) and its components (land_ice_surface_easting_velocity
(\(V_x\)) and land_ice_surface_northing_velocity
(\(V_y\))) since the 2014-2015 hydrological year. The uncertainties (reported as precision errors or standard deviations) of the horizontal components are also given as land_ice_surface_easting_stddev
(\(\sigma_{V_x}\)) and land_ice_surface_northing_stddev
(\(\sigma_{V_y}\)). Also the vertical component is given as land_ice_surface_vertical_velocity
(\(V_z\)), but without a corresponding uncertainty. Next to that, also a variable named land_ice_surface_measurement_count
is present, which quantifies the total number of valid image pairs used in the annually averaged velocity estimate for a certain pixel.
For clarification, the total horizontal surface velocity magnitude \(V_s\) and its uncertainty \(\sigma_{V_s}\) are calculated from its components as follows (with subscript ‘s’ referring to the surface):
\( V_s \) [m day⁻¹] \( = \sqrt {V_x^2 + V_y^2} \)
\( \sigma_{V_s} \) [m day⁻¹] \( = \sqrt {(\sigma_{V_x})^2 + (\sigma_{V_y})^2} \)
where \(V_x\) and \(V_y\) are respectively the easting and northing components of the horizontal velocity vector.
The flow direction of the ice can be calculated as follows:
\( \theta_{\text{V}_s} = \left( 90^\circ - \left( \arctan2(v_y, v_x) \times \left( \frac{180}{\pi} \right) \right) \right) \mod 360^\circ \)
1.4 Data handling#
Let us calculate and add the total standard deviation to the data, as well as the flow direction of the ice, so we can work with it easily later on in the notebook. We also perform some data slight manipulations to the data array to improve data handling:
Now, our dataset array only holds the most important information: the total horizontal velocity magnitude (land_ice_surface_velocity_magnitude
), the valid pixel count (land_ice_surface_measurement_count
), the calculated ice flow direction (land_ice_flow_direction
), and our calculated standard deviation (land_ice_surface_stddev
) from the northing and easting components. Let us first make the plotting function before we begin with the analysis:
2. Spatial and temporal patterns of ice sheet surface ice flow velocities#
2.1 Average horizontal ice flow velocities#
We begin by plotting the ice flow velocities averaged over every hydrological year between the beginning and end period that we selected for the velocity data with the defined plotting function.
🚨 The files can be large! Since the data files to be plotted have a considerable size, this may take a couple of minutes.

Figure 1. Magnitude of the average horizontal surface flow velocities over Greenland over the defined time period.
The corresponding data are annually averaged values, derived from all year-round observations during the glaciological balance year of the GrIS (1 October to 30 September). The horizontal velocity data effectively highlight the low-flow zones in the interior and the increased velocities near the ice sheet’s margins and outlet glaciers. This pattern aligns with findings from other GrIS velocity maps in the literature (e.g. [2, 3]). The annually averaged nature meets the minimum requirement set by the Global Climate Observing System (GCOS) [4], providing a comprehensive overview of ice flow velocities. However, there is no information given related to the time of the year during which valid pixels for the velocity calculation were acquired. Also the spatial resolution of 250 m meets the threshold value proposed by GCOS. In other words, both the spatial and temporal resolution meet the minimum requirement to ensure that data are useful for use in climatological, hydrological and glaciological studies and applications.
2.2 Average horizontal ice flow direction#
We can also plot flow directions (i.e. the direction to which the ice flows measured clockwise from the north). For that, we calculate the circular mean:

Figure 2. Average directon of the horizontal surface flow velocities over Greenland over the defined time period.
The provided image displays the average ice flow direction for Greenland averaged over all available periods. The color scale indicates the direction of ice flow in degrees, measured clockwise from north (northwards = 0°/360°, eastwards = 90°, southwards = 180°, westwards = 270°). Several ice divides are visible, of which the most prominent one is situated meriodionally over central Greenland where flow directions diverge, leading to different drainage basins. The predominant direction of the ice flow is consistent with the topographical characteristics of the ice sheet (i.e. ice flows perpendicular to the direction of the steepest surface slope).
Let us now analyze the spatial and temporal resolution and coverage of the dataset.
3. Analysis of spatio-temporal resolution and extent of ice sheet velocities#
3.1 Temporal extent of the ice sheet velocity dataset#
We begin our analysis by examining the temporal extent of the dataset:
The temporal extent of the ice sheet velocity dataset for the GrIS is 9 years.
To determine whether the temporal extent of the ice sheet velocity dataset is sufficient to capture reliable temporal trends in horizontal surface velocities and to use these trends as indicators of climatic changes, we turn to the literature. The Intergovernmental Panel on Climate Change (IPCC) often uses 30 years as a standard period for climate normals and trend analysis to ensure that the analysis captures meaningful climatic changes rather than short-term (intra/interannual) fluctuations. We therefore consider these guidelines to be likewise applicative for ice flow velocities.
When measured over a long period (> 30 years), significant trends in surface flow velocities can be considered a clear indicator of a disequilibrium of the ice sheet with the environment, for example due to climate change. Longer periods provide even more robust trend estimates and reduce the influence of short-term variability. However, the dataset (as of versions 1.3 to 1.5 with 9 years of data) is clearly not of sufficient temporal extent for this purpose.
3.2 Spatial coverage of the ice sheet velocity dataset#
To have a more extended idea of the temporal and spatial coverage of the gridded dataset, we can plot the total amount of pixels that hold non-NaN velocity data for each year. Let us have this quantified:
The total amount of pixels holding non-NaN values for the year 2014-2015 CE is 33048867 counts, which equals a surface area of 2.06555 million km².
The total amount of pixels holding non-NaN values for the year 2015-2016 CE is 34139948 counts, which equals a surface area of 2.13375 million km².
The total amount of pixels holding non-NaN values for the year 2016-2017 CE is 34195665 counts, which equals a surface area of 2.13723 million km².
The total amount of pixels holding non-NaN values for the year 2017-2018 CE is 34146643 counts, which equals a surface area of 2.13417 million km².
The total amount of pixels holding non-NaN values for the year 2018-2019 CE is 34166241 counts, which equals a surface area of 2.13539 million km².
The total amount of pixels holding non-NaN values for the year 2019-2020 CE is 34181540 counts, which equals a surface area of 2.13635 million km².
The total amount of pixels holding non-NaN values for the year 2020-2021 CE is 34210311 counts, which equals a surface area of 2.13814 million km².
The total amount of pixels holding non-NaN values for the year 2021-2022 CE is 34203801 counts, which equals a surface area of 2.13774 million km².
The total amount of pixels holding non-NaN values for the year 2022-2023 CE is 34070897 counts, which equals a surface area of 2.12943 million km².
Given that the surface area of the entire continent of Greenland roughly equals 2.165 million km² (of which ca. 80% covered by ice), it is clear that almost the entire continent is covered by the product, including ice-free areas. Let us determine what percentage of the pixels hold a time series of data with a length that is equal to the magnitude of the time
dimension of the dataset:
The number of pixels that have a time series of valid velocity data of 9 years, which is the total number of years in the dataset, is 32911734 pixels or 96.18%.
The amount of missing data can therefore be considered limited.
Let us now check where the missing pixels are. In the plot below, pixels with a time series of valid data that are lower than the time dimension of the data are colored red, else they are colored green:

Figure 3. Presence of missing data of the horizontal surface flow velocities over Greenland over the defined time period.
The dataset thus offers GrIS velocity data at regular and consistently spaced temporal intervals (e.g. annually averaged data), and there are (almost) no spatial/temporal gaps in the data that could affect a (local or ice sheet-wide) trend analysis. However, the total number of consecutive years in the dataset is too low to perform a reliable temporal trend analysis. In other words, from the above analysis it becomes clear that the dataset exhibits a consistently complete temporal and spatial coverage, with practically no data gaps, which would allow for reliable quantifications of velocity means, variability and trends if the temporal extent would have been sufficient. Moreover, an ice mask is not included and it is thus not possible to exclude non ice-covered pixels from the data. Pixels over ice-free terrain hold non-NaN data and have not been removed, implying that the data exhibits false low velocity measurements and noise over ice-free terrain.
4. Trends of annually averaged horizontal surface ice flow velocities#
4.1 Linear trends of horizontal ice flow velocities#
Although the temporal extent is not sufficient to derive reliable values for the mean, variability and trends (as discussed above), we can still plot a time series of annually averaged ice sheet-wide velocity data to get an idea of their magnitudes and their change over time in the dataset. Let us print the average values over the entire ice sheet for each hydrological year:
The annually averaged ice sheet-wide horizontal surface ice flow velocity for the year 2014-2015 CE is 0.1124 m/day.
The annually averaged ice sheet-wide horizontal surface ice flow velocity for the year 2015-2016 CE is 0.1113 m/day.
The annually averaged ice sheet-wide horizontal surface ice flow velocity for the year 2016-2017 CE is 0.1134 m/day.
The annually averaged ice sheet-wide horizontal surface ice flow velocity for the year 2017-2018 CE is 0.1172 m/day.
The annually averaged ice sheet-wide horizontal surface ice flow velocity for the year 2018-2019 CE is 0.1164 m/day.
The annually averaged ice sheet-wide horizontal surface ice flow velocity for the year 2019-2020 CE is 0.1154 m/day.
The annually averaged ice sheet-wide horizontal surface ice flow velocity for the year 2020-2021 CE is 0.1131 m/day.
The annually averaged ice sheet-wide horizontal surface ice flow velocity for the year 2021-2022 CE is 0.1132 m/day.
The annually averaged ice sheet-wide horizontal surface ice flow velocity for the year 2022-2023 CE is 0.1156 m/day.
Let us now have this plotted on a graph:

Figure 4. Linear trend of the ice sheet-wide average horizontal surface flow velocities over Greenland over the defined time period.
We can quantify the linear trend as follows:
The linear trend of the ice sheet-wide horizontal surface ice flow velocity between 2014-2015 and 2022-2023 is 0.0003 m day⁻¹ yr⁻¹.
The provided plot shows the trend of ice sheet-wide horizontal surface ice flow velocities since the period 2014-2015. The linear trend shows an increase in the ice sheet-wide horizontal surface ice flow velocity over time. This means that the ice flow has generally been speeding up over this period. This generally agrees with what can be expected (initially) from a warming climate, although the impact of climate change on the GrIS dynamic patterns is complex in both space and time. The outlet glaciers of the GrIS are currently retreating, calving more icebergs, and also flowing faster. Many major outlet glaciers in Greenland (e.g. Jakobshavn Isbræ, Helheim, and Kangerlussuaq) experienced substantial speed-ups during the last several decades. This acceleration was mainly linked to oceanic and atmospheric warming, which led to increased basal sliding and reduced backstress (buttressing), hereby enhancing flow speed (e.g. [5, 6, 7]). However, studies indicate that this ongoing acceleration cannot simply be extrapolated throughout the 21st century and beyond. In the future, the ice sheet’s thinning is expected to slow down the ice due to the inverse relationship between ice thickness and ice velocity, as expected from physical theory and confirmed by model experiments (e.g. [8, 12]).
However, it must be said that the temporal extent of the velocity data is relatively short. Longer-term observations (> 30 years) are necessary to identify persistent trends and separate short-term variability from long-term changes. Moreover, the trend in ice sheet-wide velocity data for Greenland may be influenced by the inclusion of unrealistic velocity data over ice-free terrain, whereas certain zones, such as the glacier margins, may be subject to lower data quality as well [9]. Therefore, further investigation and long-term monitoring of velocities over ice-covered areas are essential to accurately and reliably assess and interpret trends of ice flow velocities and their implications for future ice sheet behavior and sea-level rise.
4.2 Implications for deriving multi-year trends of surface flow velocities and associated patterns of solid ice discharge#
Reliable and long-term trends in ice sheet flow velocities are essential for understanding the complex dynamics of ice sheets and the impact of climate change. One of such processes for which ice flow velocities are important is the quantification of solid ice discharge.
Solid ice discharge is the transport of solid ice across the grounding line of an ice sheet. This process represents the loss of grounded ice from the ice sheet to the ocean due to ice flow. The grounding line is the boundary between the grounded ice sheet, where ice rests on bedrock, and the floating ice, which is buoyant. As ice flows from the grounded portion of the ice sheet into the ocean, it contributes to sea-level rise. Solid ice discharge \(D\) therefore is a critical component of the total mass balance of an ice sheet [10]:
\(\Delta M = SMB - D\)
where:
\(\Delta M\) is the total mass balance or the total ice mass loss or gain [Gt yr\(^{-1}\)],
\(SMB\) is surface mass balance (often also supplemented by the basal and internal mass balance) [Gt yr\(^{-1}\)],
\(D\) is the solid ice discharge (zero for land-terminating glaciers/ice sheets) [Gt yr\(^{-1}\)].
The solid discharge \(D\) can be further expressed as a mass flux as follows:
\(D = \rho_i \cdot \overline{V_P} \cdot A = \rho_i \cdot \overline{V_P} \cdot H \cdot w \)
where
\(\rho_i\) is the ice density [kg m\(^{-3}\)]
\(\overline{V_P}\) the gate-perpendicular vertically averaged horizontal ice flow velocity at the grounding line [m yr\(^{-1}\)]
≈ \(\overline{V}\cdot cos(\theta)\) with \(\theta\) the difference between ice flow and gate-perpendicular azimuths and where \(\overline{V}\) approximately equals the surface velocity \(V_s\)
\(H\) the ice thickness at the grounding line [m]
\(A\) the considered cross-sectional area [m]
\(w\) the width of the cross section across the groundling line [m].
Ice flow velocities are thus an important component to assess the solid ice discharge and its trends over time. The dataset provided for monitoring GriS surface flow velocity patterns on the CDS is a relatively mature dataset that can serve as input for solid ice discharge calculations, as it has a suitable spatial resolution for capturing detailed flow patterns, particularly near ice margins and outlet glaciers. The spatial coverage is furthermore comprehensive, encompassing the entire ice sheet, including peripheral glaciers and ice caps, with almost no gaps present. The dataset’s completeness thus appears high, with minimal missing values.
However, the temporal coverage only extends from 2014-2015 onwards, which is too short to perform a reliable long-term trend analysis. The dataset’s short temporal extent therefore poses a limitation to deduce reliable long-term trends of horizontal surface flow velocities and solid ice discharge. Furthermore, to precisely quantify the solid ice discharge, also other additional and external datasets of other variables are needed, of which the most important ones are the position of the grounding line and the ice thickness at those locations [10]. Moreover, the dataset provides horizontal surface velocities, while solid ice discharge calculations require vertically averaged horizontal velocities. However, because basal sliding is generally the dominant process that defines the ice velocity at the grounding line, velocities generally do not vary significantly with depth at these locations [10]. Next, with only yearly maps, this product can only calculate interannual changes in ice discharge, which may not be sufficient for certain users. This may be particularly true for the GrIS, where many outlet glaciers exhibit significantly distinct seasonal variations in ice velocity. The lack of information related to the time of the year of the valid data acquisitions, as well as higher standard deviations near the margins and a missing ice mask that can be used to distinguish between ice-covered and non ice-covered grid cells, further complicate the use of the data. Hence, for comprehensive glaciological studies and solid ice discharge modeling, supplementary datasets with a longer temporal extent (preferably > 30 years) and higher temporal resolution (subannual) should be considered to fully capture the changing patterns of ice flow dynamics.
5. Short summary and take-home messages#
When measured over long periods and extensive geographical scales, trends in GrIS ice sheet flow velocities and solid ice discharge are clear indicators of global climate change [9, 10]. To be able to derive such trends of ice sheet velocities and for climate change analysis/monitoring to become reliable and possible, the velocity dataset should at least exhibit a comprehensive spatial coverage (i.e. ice sheet-wide), a long and continuous temporal coverage (> 30 years), quantified and transparent pixel-by-pixel uncertainty estimates that meet international proposed thresholds [4], a validation effort or a comparison to theoretical models, and an adequate spatio-temporal resolution (cfr. the “Maturity Matrix” [11]).
The ice sheet velocity dataset on the CDS is found to exhibit a consistent suitable spatial (250 m) and temporal (annual) resolution, but a less extensive temporal coverage (< 30 years), to conduct a meaningful analysis of linear (and quadratic) trends in ice sheet surface velocities and solid ice discharge. Nevertheless, the spatial and temporal resolution/extent of the data align with international standards such as those proposed by GCOS [4] and data gaps are practically non-existent in this dataset. An even finer temporal resolution would, however, be beneficial to better capture subannual variations in flow speeds and solid ice discharge estimates. Validation efforts also show encouraging results, as shown in the PQAR. The resulting trends from the C3S dataset show a general speedup of the GrIS over the last few years.
Taking all of the above into account, the SAR offset tracking-based GrIS velocity dataset is generally considered to be relatively well-suited for use in the context of visualizing the spatial patterns of ice flow and for solid ice discharge quantifications in terms of its spatial/temporal resolution, spatial coverage and data completeness. However, the GrIS velocity data are at this stage found to be less suitable to derive corresponding long-term trends (climate change signals) and inter/intra-annual variability of the flow velocities, due to the limited temporal extent (only a few years) and resolution (not finer than annual). Moreover, noise over ice-free terrain, relatively high absolute error values around the margins and the lack of information regarding the time of valid data acquisitions impact the overall data quality. Users should thus acknowledge the above-mentioned limitations for this dataset and its impact on the derivation of (long-term) surface ice flow velocity trends from the C3S data. If one wants to proceed to derive solid ice discharge, additional data (i.e. the grounding line position, the ice thickness at those positions, and a conversion factor to derive vertically averaged horizontal velocities) are furthermore required.
ℹ️ If you want to know more#
Key resources#
“Ice sheet velocity for Antarctica and Greenland derived from satellite observations” on the CDS
Documentation on the CDS and the ECMWF Confluence Wiki (Copernicus Knowledge Base).
C3S EQC custom functions,
c3s_eqc_automatic_quality_control
prepared by B-Open.
References#
[1] Nagler, T., Rott, H., Hetzenecker, M., Wuite, J. and Potin, P. (2015). The Sentinel-1 Mission: New Opportunities for Ice Sheet Observations. Remote Sensing. 7(7):9371-9389. https://doi.org/10.3390/rs70709371
[2] Joughin, I., Smith, B. E., and Howat, I. M. (2018). 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
[3] Howat, I., Chudley, T., and Noh, M. (2022). MEaSUREs Greenland Ice Velocity: Selected Glacier Site Single-Pair Velocity Maps from Optical Images, https://doi.org/10.5067/b28fm2qvvywy
[4] GCOS (Global Climate Observing System) (2022). The 2022 GCOS ECVs Requirements (GCOS-245). World Meteorological Organization: Geneva, Switzerland. doi: https://library.wmo.int/idurl/4/58111
[5] Bevan, S. L., Luckman, A. J., and Murray, T. (2012). Glacier dynamics over the last quarter of a century at Helheim, Kangerdlugssuaq and 14 other major Greenland outlet glaciers, The Cryosphere, 6, 923–937, https://doi.org/10.5194/tc-6-923-2012
[6] Khan, S. A., Choi, Y., Morlighem, M., Rignot, E., Helm, V., Humbert, A., Mouginot, J., Millan, R., Kjær, K. H., and Bjørk, A. A. (2022). Extensive inland thinning and speed-up of Northeast Greenland Ice Stream. Nature, 611, 727–732, https://doi.org/10.1038/s41586-022-05301-z
[7] King, M. D., Howat, I. M., Candela, S. G., Noh, M. J., Jeong, S., Noël, B. P. Y., van den Broeke, M. R., Wouters, B., and Negrete, A. (2020). Dynamic ice loss from the Greenland Ice Sheet driven by sustained glacier retreat. Communications Earth & Environment, 1, Article 1. https://doi.org/10.1038/s43247-020-0001-2
[8] Fürst, J. J., Goelzer, H., and Huybrechts, P. (2015). Ice-dynamic projections of the Greenland ice sheet in response to atmospheric and oceanic warming, The Cryosphere, 9, 1039–1062, https://doi.org/10.5194/tc-9-1039-2015
[9] Paul, F., Bolch, T., Briggs, K., Kääb, A., McMillan, M., McNabb, R., Nagler, T., Nuth, C., Rastner, P., Strozzi, T., and Wuite, J. (2017). Error sources and guidelines for quality assessment of glacier area, elevation change, and velocity products derived from satellite data in the Glaciers_cci project, Remote Sensing of Environment, 203, 256-275. https://doi.org/10.1016/j.rse.2017.08.038
[10] Mankoff, K.D., Solgaard, A., Colgan, W., Ahlstrøm, A.P., Khan, S.A., and Fausto, R.S. (2020). Greenland Ice Sheet solid ice discharge from 1986 through March 2020, Earth System Science Data, 12, 1367–1383. https://doi.org/10.5194/essd-12-1367-2020
[11] Yang, C. X., Cagnazzo, C., Artale, V., Nardelli, B. B., Buontempo, C., Busatto, J., Caporaso, L., Cesarini, C., Cionni, I., Coll, J., Crezee, B., Cristofanelli, P., de Toma, V., Essa, Y. H., Eyring, V., Fierli, F., Grant, L., Hassler, B., Hirschi, M., Huybrechts, P., Le Merle, E., Leonelli, F. E., Lin, X., Madonna, F., Mason, E., Massonnet, F., Marcos, M., Marullo, S., Muller, B., Obregon, A., Organelli, E., Palacz, A., Pascual, A., Pisano, A., Putero, D., Rana, A., Sanchez-Roman, A., Seneviratne, S. I., Serva, F., Storto, A., Thiery, W., Throne, P., Van Tricht, L., Verhaegen, Y., Volpe, G., and Santoleri, R. (2022). Independent Quality Assessment of Essential Climate Variables: Lessons Learned from the Copernicus Climate Change Service, B. Am. Meteorol. Soc., 103, E2032–E2049, https://doi.org/10.1175/Bams-D-21-0109.1
[12] Greve, R. and C. Chambers (2022). Mass loss of the Greenland ice sheet until the year 3000 under a sustained late-21st-century climate. Journal of Glaciology 68 (269), 618-624, https://doi.org/10.1017/jog.2022.9