1.3.11. Sea ice drift from satellite observations: resolution and uncertainty of Arctic sea ice drift for large-scale sea ice transport analysis#
Production date: 30-04-2026
Dataset version: 1.0
Produced by: Yoni Verhaegen and Philippe Huybrechts (Vrije Universiteit Brussel)
🌍 Use case: Quantifying sea ice transport out of the Arctic Ocean through Fram Strait#
❓ Quality assessment question#
“Is the C3S sea ice drift dataset sufficiently adequate in terms of its spatio-temporal resolution, extent and uncertainty to quantify sea ice volume fluxes through Fram Strait?”
Sea ice drift derived from satellite observations is a fundamental parameter for monitoring changes in polar sea ice dynamics and understanding the impact of climate variability on the Arctic and Antarctic regions. Coinciding with the Arctic warming ratio, which is about 4 times the global average, Arctic sea ice is in decline. In this context, the ‘Sea ice drift daily gridded data derived from satellite observations’ on the Climate Data Store (CDS), provided by the Ocean and Sea Ice Satellite Application Facility (OSI SAF), offers daily sea ice drift vectors and their associated uncertainties for both hemispheres on a 75 km equal area projection grid. They can be interpreted as sea ice motion: the displacement of sea ice within a certain time period [1].
The Fram Strait, situated between Greenland and Svalbard, is the principal gateway through which sea ice exits the Arctic Ocean into the North Atlantic. It is widely recognized as the dominant pathway of freshwater export from the Arctic: approximately 90% of the total sea ice outflow occurs through this strait. On average, the annual Fram Strait export corresponds to roughly 10-15% of the total Arctic sea ice mass [2, 3]. It therefore has a central role in the sea ice mass balance and in modulating ocean-climate interactions between the central Arctic and the North Atlantic Ocean. In this notebook, we will investigate whether the quality of the C3S sea ice drift data, in terms of its spatial/temporal resolution and uncertainty, is sufficient to accurately determine the sea ice volume export through Fram Strait. More specifically, we will check the compliance of the quality indices with GCOS standards and also compare the calculated sea ice volume export with those from independent data. For that, we use the dataset version 1.0 on the CDS.
🚨 Although this notebook deals with the Arctic sea ice only, sea ice drift data for the Antarctic region are also available.
📢 Quality assessment statements#
These are the key outcomes of this assessment
The C3S sea ice drift product offers year-round daily sea ice drift vectors for both hemispheres on a 75 km equal-area projection grid and also includes pixel-level quality flags, as well as quantitative uncertainty estimates. The uncertainty magnitudes generally meet internationally recommended GCOS standards and the daily temporal resolution of the dataset, as well as the year-round and hemispheric extent, are furthermore excellent for many applications and analyses. However, the 75 km spatial resolution remains relatively coarse with respect to the minimum GCOS requirement of 50 km.
With respect to the use case, the C3S sea ice drift product is found to be highly suitable to derive sea ice volume export fluxes through Fram Strait, provided that (i) the data are supplemented with sea ice thickness and sea ice concentration data that have been regridded and resampled to a common aligned grid, and (ii) the sea ice drift vectors are rotated to obtain drift components that are expressed relative to the orientation of the gate before computing the sea ice volume flux. Due to constraints of the other C3S products and the validation data, the volume fluxes were only calculated for the winter months during the 2010-2020 period. The calculated volume fluxes align well with values from independent data over the overlapping period, and their uncertainty bounds are of a similar magnitude when compared to reported values from silimar datasets in the literature. This adds credibility to the product and supports the quality-richness of the C3S data.
📋 Methodology#
Dataset description#
The C3S OSI SAF product combines data from (1) multiple microwave radiometers using feature-tracking techniques to estimate the displacement of sea ice patterns between consecutive satellite images in the winter season, and (2) model-driven sea ice drift fields using ERA5 10 m wind data and a tuned free-drift model in the summer season. The corresponding displacements are converted into drift vectors representing sea ice motion over the time interval between satellite images. Post-processing involves, amongst others, gap-filling by interpolation. To ensure temporal consistency, data from different sensors are homogenized and merged into a continuous data record covering several decades (1991-2020). The dataset provides the zonal and meridional components of sea ice drift on an equal area projection grid, as well as their uncertainty estimates (provided as 1-sigma errors). Data are delivered in NetCDF format and include additional relevant information such as rejection and quality flags. All data follow a consistent projection with drift values expressed in km per day [1].
To calculate sea ice volume export through Fram Strait, the C3S OSI SAF sea ice drift data are in this notebook combined with C3S sea ice thickness and sea ice concentration estimates. For that, we follow the procedure outlined in Ricker et al. (2018) [2] to calculate sea ice volume export through a defined flux gate. Therefore, all data have to be aligned to a common grid and time period. Based on constraints of the other C3S sea ice data, we choose to only calculate monthly sea ice volume export values for the winter months (October to April) of the 2010-2020 period on a 75 km grid. Later on in the notebook, we also calculate the corresponding uncertainties and compare the calculated sea ice volume export values and their uncertainties with independent CMST (Combined Model and Satellite sea ice Thickness) data from Min et al. (2019) [3].
Structure and (sub)sections#
1. Data preparation and processing
2. Patterns of sea ice motion and its uncertainty
3. Calculating the winter sea ice volume export through Fram Strait between 2010-2020
4. Comparison of Fram Strait volume fluxes with independent data
📈 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 the parameters, i.e. for which years the data should be downloaded:
Then we define requests for download from the CDS and download and transform the sea ice data. We regrid and resample the data so the temporal and resolution of all datasets are aligned:
Here, we define a function that resamples all data to a common grid (75 km) and time period (monthly data):
Finally, we download the data and apply the transformation function:
collection_id = 'satellite-sea-ice-drift'
100%|██████████| 11/11 [00:00<00:00, 23.07it/s]
collection_id = 'satellite-sea-ice-thickness'
100%|██████████| 11/11 [00:00<00:00, 13.19it/s]
collection_id = 'satellite-sea-ice-concentration'
100%|██████████| 11/11 [00:00<00:00, 15.67it/s]
Downloading done.
1.3 Display and inspect data#
We can read and inspect the data. Let us print out the data to inspect its structure:
<xarray.Dataset> Size: 70MB
Dimensions: (time: 77, yc: 144, xc: 144)
Coordinates:
* time (time) datetime64[ns] 616B 2010-01-01 ... 2...
* yc (yc) float64 1kB 5.362e+03 ... -5.362e+03
* xc (xc) float64 1kB -5.362e+03 ... 5.362e+03
latitude (yc, xc) float32 83kB dask.array<chunksize=(144, 144), meta=np.ndarray>
longitude (yc, xc) float32 83kB dask.array<chunksize=(144, 144), meta=np.ndarray>
Data variables:
Lambert_Azimuthal_Equal_Area (time) float64 616B dask.array<chunksize=(7,), meta=np.ndarray>
t0 (time, yc, xc) datetime64[ns] 13MB dask.array<chunksize=(7, 144, 144), meta=np.ndarray>
t1 (time, yc, xc) datetime64[ns] 13MB dask.array<chunksize=(7, 144, 144), meta=np.ndarray>
lat1 (time, yc, xc) float32 6MB dask.array<chunksize=(7, 144, 144), meta=np.ndarray>
lon1 (time, yc, xc) float32 6MB dask.array<chunksize=(7, 144, 144), meta=np.ndarray>
dX (time, yc, xc) float32 6MB dask.array<chunksize=(7, 144, 144), meta=np.ndarray>
dY (time, yc, xc) float32 6MB dask.array<chunksize=(7, 144, 144), meta=np.ndarray>
status_flag (time, yc, xc) float64 13MB dask.array<chunksize=(7, 144, 144), meta=np.ndarray>
uncert_dX_and_dY (time, yc, xc) float32 6MB dask.array<chunksize=(7, 144, 144), meta=np.ndarray>
Attributes: (12/42)
title: Global Sea Ice Drift Climate Data Record Versi...
summary: This climate data record of sea ice drift vect...
topiccategory: Oceans ClimatologyMeteorologyAtmosphere
keywords: GCMDSK:Earth Science > Cryosphere > Sea Ice > ...
keywords_vocabulary: GCMDSK:GCMD Science Keywords:https://gcmd.eart...
geospatial_lat_max: 90.0
... ...
tracking_id: 3bb67a09-5c29-4945-8c3b-7e629280aaef
naming_authority: int.eumetsat
Conventions: CF-1.7,ACDD-1.3
standard_name_vocabulary: CF Standard Name Table (Version 78, 21 Septemb...
product_name: osi_saf_sea_ice_drift_climate_data_record
doi: 10.15770/EUM SAF OSI 0012Here, the downloaded set of the C3S OSI SAF sea ice drift data provides daily satellite and model-derived sea ice drift vectors \(D\) on a 75 km Lambert Azimuthal Equal Area grid covering the entire Arctic. The subset of the dataset used here spans the winter months only (October-April) during the 2010–2020 period with 77 time steps, as data were aggregated (averaged) from a daily to a monthly basis. Sea ice drift components (dX, dY) are provided in grid coordinates together with corresponding latitude/longitude fields and uncertainty estimates (uncert_dX_and_dY). The total drift speed (and its direction) can be computed as the Euclidean norm of (dX, dY):
\(D = \sqrt{D_x^2 + D_y^2}\)
where \(D_x\) and \(D_y\) are the zonal and meridional components of the sea ice drift (in km/day) respectively, defined within the projected grid. In this case, we also downloaded the sea ice thickness and sea ice concentration fields to use them later in this notebook for calculating the total sea ice volume export through Fram Strait. We regridded and resampled these data into a common spatial (i.e. a 75 km spatial resolution) and temporal (i.e. a monthly temporal resolution) frame so that all data align. A variable status_flag further indicates the quality of the data (see the Product User Guide).
2. Patterns of sea ice motion and its uncertainty#
2.1 Average sea ice drift velocities#
We begin by plotting the sea ice drift vectors averaged between the beginning and end period that we selected for the sea ice drift data (i.e. the winter months between 2010-2020) with a defined plotting function. Let us therefore first define a plotting function that uses the displacement components dX and dY to define a vector field:
With this function, let us plot the data:
Figure 1. Average sea ice drift vectors across the Fram Strait region (i.e. a subset of the entire domain) during the winter months (October to April) of the 2010-2020 period from the C3S data.
The figure above illustrates the mean winter (October–April) sea ice drift field for 2010–2020, showing the dominant southward export of sea ice through Fram Strait. Drift speeds accelerate markedly as the Transpolar Drift Stream approaches the strait and sea ice gets squeezed in between Greenland and Svalbard. This persistent outflow illustrates Fram Strait’s role as the primary pathway for Arctic sea ice export towards the North Atlantic [2, 3].
2.2 Sea ice drift uncertainty#
Let us now investigate the uncertainties of the sea ice drift data. We begin by plotting a time series of the reported uncertainties within the data uncert_dX_and_dY. The total error of a sea ice drift estimate is theoretically given by both a precision (random) and an accuracy (systematic) error. For the sea ice drift data, the product only deals with precision errors in the form of 1 standard deviation. In this case, the uncertainty can be expressed as \(\sigma_D\).
A time series of the spatially averaged (arithmetic mean) errors reveals the following overall values:
Figure 2. Spatially averaged (over the entire Arctic domain) sea ice drift uncertainty (expressed as 1 sigma precision errors) of the winter months (October-April) between 2010-2020 of the C3S data. Shaded intervals indicate the summer months, during which data are not calculated.
The uncertainty assessment shows that overall errors are in the order of 2 to 2.5 km/day for the winter months. Given that the recommended GCOS “threshold” value (i.e. the minimum requirement to be met to ensure that data are useful) is 5 km/day in terms of 1 sigma, the data meet this requirement [5]. However, a characteristic that catches the eye in the above figure is the consistently higher uncertainty for the month October (in the order of 4-5 km/day). This is because the sea ice drift from satellite motion tracking may still be less reliable due to surface melting and increased atmospheric wetness [1]. Let us now calculate the 2D field of these uncertainties:
Let us now plot the 2D field of uncertainties with the above function:
Figure 3. Time-averaged sea ice drift uncertainty of the winter months (October-April) near the Fram Strait area between 2010-2020 of the C3S data.
The above figure shows the spatial pattern of the time-averaged uncertainty related to the sea ice drift data near the Fram Strait area. Uncertainties are lowest north of Fram Strait over closed sea ice, but clearly increase toward the dynamically active export region with peak values along the Greenland margin and near the sea ice edge. Let us plot some statistics (i.e. its minimum, maximum and average value) of the error variable over the entire domain:
uncert_dX_and_dY -> mean: 2.3066 km/day, min: 1.5718 km/day, max: 12.8355 km/day
This shows that a substantial variation is present in the uncertainty values data, but that the overall error meets the GCOS threshold of 5 km/day, as discussed before [5]. With this in mind, we can proceed to calculate the winter sea ice volume export through Fram Strait and its corresponding uncertainty.
3. Calculating the winter sea ice volume export through Fram Strait between 2010-2020#
3.1 Defining the location of the Fram Strait gate#
We define the gate as follows, which is a location similar to that of Ricker et al. (2018) [2]. The meridional gate is located along 82°N between 12°W and 20°E. The zonal part is located along 20°E between 80.5°N and 82°N. Let us define a function that extracts pixels that define the gate:
Now we can plot those pixels:
Figure 4. The pixels that define the gate through which the sea ice volume flux is calculated. Note that the gate pixels and the actual gate are not aligned, implying that a correction has to be applied to the data to calculate the fluxes. The black lines follow the 82°N parallel and 20°E meridian, while the points denote the corresponding pixels that define the gate within the equal area projection grid.
These gate pixels are similar to the gate defined in Ricker et al. (2018) and Min et al. (2019) [2, 3]. We can now calculate the sea ice volume export through this gate by combining the C3S sea ice drift data with C3S ice thickness and ice concentration data.
3.2 Calculating winter sea ice export through the Fram Strait#
The sea ice volume flux transported through the defined gate is calculated by addressing the zonal and meridional part of the gate, similar to the procedure in Ricker et al. (2018) [2].
For the meridional part, this implies:
\( Q_V = L * H * C * D_V \)
where:
\(L\) = the length along the gate [km],
\(H*C\) = the effective sea ice thickness, as the product of the sea ice thickness \(H\) and sea ice concentration \(C\) [km],
\(D_V\) = the meridional component of the sea ice drift [km/day].
The procedure is similar for the zonal component \(Q_U\):
\( Q_U = L * H * C * D_U \)
It is important to note that the sea ice drift vector components provided in the satellite drift products are expressed relative to the native equal area grid projection rather than to true geographic directions. As a result, the reported X and Y components do not correspond directly to zonal (east-west) or meridional (north-south) motion in geographical space. To obtain physically meaningful drift components, a coordinate transformation must be applied that accounts for the grid projection geometry. Hence, the sea ice drift vectors must be rotated so that their components are expressed relative to the orientation of the gate (which is defined along a line of constant latitude and longitude) [7]:
\(D_V = D_x * sin(\lambda) - D_y * cos(\lambda)\), and
\(D_U = D_x * cos(\lambda) + D_y * sin(\lambda)\)
Also the gate length has to be corrected:
\(L = \dfrac{\Delta y}{cos(\lambda)}\) = \(\dfrac{\Delta x}{cos(\lambda)}\)
Here, \(\lambda\) is the longitude of the grid cell. The final total monthly export is then calculated as:
\(Q_{gate} = \sum\limits^{time} \sum\limits^{gate} Q_V + \sum\limits^{time} \sum\limits^{gate} Q_U\) [km\(^3\)/month]
Let us now perform this calculation:
With the calculation performed, we can now plot the data as a time series:
Figure 5. Monthly sea ice volume export through Fram Strait obtained with C3S sea ice data. Here, we define negative values as outflow or export by convention. Shaded intervals indicate the summer months, during which data are not calculated.
The monthly sea ice volume export through Fram Strait derived from the C3S dataset exhibits substantial variability over the 2010–2020 period, with typical winter outflow rates ranging between approximately −100 and −400 km³ per month (with negative values indicating outflow or export by convention). Occasional extreme events occur, such as during March 2011, reflecting periods of strong ice drift and enhanced sea ice transport. The time series, in this notebook only spanning 10 years, shows some clear variability but no obvious long term trend, indicating that short-term atmospheric/oceanic forcing and seasonal ice conditions dominantly control the volume flux through Fram Strait during this time frame.
3.3 Sea ice volume export uncertainty#
To calculate the uncertainty with respect to the sea ice volume export, we follow the procedure in Ricker et al. (2018) [2]. This study expresses the pixel-by-pixel volume flux error estimate according to the law of error propagation. For a certain pixel, this implies:
\({\sigma_{Q}} = L \sqrt{(HC{\sigma_D})^2 + (HD\sigma_C)^2 + (DC\sigma_H)^2}\)
with \(L\) the gate length (km), \(H\) the sea ice thickness (km), \(C\) the sea ice concentration (-), and \(D\) the sea ice drift on a monthly basis (km/month). These symbols are also used as a subscript to express their corresponding uncertainty \(\sigma\).
We furthermore assume that the errors are uncorrelated in neither space nor time. This implies that, in order to calculate the monthly uncertainties of the sea drift data from the daily values, we take the square root of the sum of squares across all days within a month in a certain pixel:
\({\sigma_D} = \sqrt{\sum\limits^{N}_{d=1}{(\sigma_{D,d})^2}}\)
with \(N\) the number of days in a month and \(\sigma_{D,d}\) is the uncert_dX_and_dY variable for a certain day (km/day). Because a single uncertainty estimate is given per vector, we assume that \(\sigma_{D_V} = \sigma_{D_U}\).
We then calculate the total monthly volume flux uncertainty through all pixels of the gate as:
\({{\sigma_Q}_{gate}} = \sqrt{\sum\limits^{M}_{i=1}{(\sigma_{Q})^2}}\)
where \(M\) is the number of gate pixels.
Let us plot a time series of this data:
Figure 6. Monthly sea ice volume export uncertainties through Fram Strait obtained with C3S sea ice data. Shaded intervals indicate the summer months, during which data are not calculated.
Or when plotted as error bars on top of the actual data:
Figure 7. Monthly sea ice volume export magnitudes through Fram Strait, together with their uncertainties shown as error bars, as obtained with the C3S sea ice data. Shaded intervals indicate the summer months, during which data are not calculated.
The error bars in the time series above illustrate the month-to-month uncertainty in the estimated sea ice volume export. Uncertainties typically range between roughly 10 and 50 km³ month⁻¹. The uncertainty varies over the record, which reflects changes in the quality of the underlying satellite observations. Overall, the magnitude of the error bars indicates that uncertainty represents a significant but not dominant fraction of the export signal, and that the C3S sea ice dataset quality is hence satisfactory. Moreover, since the uncertainty of the sea ice drift data are within acceptable GCOS bounds, as discussed earlier, the resulting volume export estimates can be considered robust. The error magnitude is not large enough to alter the overall variability or seasonal pattern of the export time series.
4. Comparison of Fram Strait volume fluxes with independent data#
4.1 Comparison of sea ice volume export with CMST data#
To evaluate the robustness of our calculated sea ice volume export, we compare our results with an independent dataset. Specifically, we use sea ice volume fluxes derived from the CMST product of Min et al. (2019) [3]. The CMST dataset generates spatio-temporal sea ice thickness fields in the Arctic and is produced with an Arctic regional ice–ocean model that assimilates remote sensing-derived values of sea ice thickness and concentration. In this system, grid cell-averaged sea ice thickness evolves according to the modelled thermodynamic growth and melt of sea ice and the sea ice flux divergence. Sea ice drift is needed to calculate these flux divergences, and is hence a byproduct of the model output. It is determined by the balance of internal ice stresses and wind and oceanic forcing [4]. Because the CMST framework provides modelled fields of ice drift, thickness, and concentration, its sea ice volume flux through Fram Strait offers an independent reference against which we compare our OSI SAF–based estimates.
Let us plot the comparison with data extracted from Min et al. (2019):
Figure 8. Comparison of C3S monthly sea ice volume export through Fram Strait with estimates from CMST data. The dashed line is the 1:1 line.
The comparison between monthly sea ice volume export through Fram Strait derived from C3S and CMST data shows a strong relationship, with an R\(^2\) = 0.768. Most data points cluster close to the 1:1 line, indicating that both products capture the variability and magnitude of the export fluxes quite well. The overall agreement demonstrates that the C3S retrievals provide a robust representation of monthly sea ice-related variables.
4.2 Comparison of sea ice volume export uncertainty with CMST data#
To check the credibility of the sea ice volume export uncertainties, we again compare the uncertainty estimates with those from an independent dataset. Specifically, we use sea ice volume flux uncertainties derived from the CMST product of Min et al. (2019) [3]. In CMST, uncertainties are quantified by the ensemble spread, that is, the standard deviation across ensemble members (i.e. 1 sigma precision errors, similar to our data). Let us plot the comparison with data extracted from Min et al. (2019):
Figure 9. Monthly sea ice volume export uncertainties through Fram Strait obtained with C3S and CMST data. Shaded intervals indicate the summer months, during which data are not calculated.
The order of magnitude of the uncertainty estimate derived here is broadly consistent with the uncertainty reported by Min et al. (2019). For months where both estimates are available, the two methods yield uncertainties of the same order of magnitude (typically 15–35 km³ month⁻¹). Differences between the two estimates are generally within 5–15 km³ month⁻¹, corresponding to relative differences of approximately 20–40%. Let us quantify the exact values of the order of magnitude of the uncertainties over their overlapping period:
Mean C3S uncertainty: 24.37 km³/month
Mean CMST uncertainty: 22.98 km³/month
The uncertainty of the C3S data therefore appears consistent with independent uncertainty estimates for Fram Strait sea ice export and suggests that the overall uncertainty of the C3S monthly volume export is credible. This further supports the quality richness of the C3S data that are available on the CDS.
5. Short summary and take-home messages#
To be able to label a sea ice-related dataset as “quality rich” and for climate change analysis/monitoring to become reliable and possible, the dataset should at least exhibit a comprehensive spatial coverage (i.e. hemispheric), a long and continuous temporal coverage (> 30 years), quantified and transparent pixel-by-pixel uncertainty estimates that meet international proposed thresholds, a validation effort or a comparison to (theoretical) models, and an adequate spatio-temporal resolution (cfr. the “Maturity Matrix” [6]).
In that regard, the C3S sea ice drift dataset provides daily, pixel-by-pixel estimates of sea ice drift, together with associated quality flags and quantitative uncertainty estimates in the form of 1-sigma precision errors for both the Arctic and Antarctic region. In this notebook, the dataset was combined with C3S satellite-derived sea ice concentration and sea ice thickness products to compute the monthly winter sea ice volume export through Fram Strait. For that, all data were regridded and resampled to a common spatial and temporal frame, which limited the time period with valid data to the winter months of 2010-2020. Quality-wise, it can be stated that the spatial/temporal extent, the temporal resolution and the uncertainty characteristics of the sea ice drift product meet proposed GCOS requirements, implying a quality-rich dataset with respect to those aspects [5]. However, the spatial resolution of 75 km remains slightly too coarse with respect to internationally proposed thresholds: for GCOS, for example, the minimum threshold is 50 km. Despite this minor limitation, the resulting sea ice volume export estimates and their uncertainties show a good agreement with independent CMST-derived fluxes, indicating that the C3S sea ice drift product is sufficiently robust and credible for large-scale sea ice transport studies.
We further note, however, that this notebook deals with only a specific subset of the sea ice drift data, i.e. for the Fram Strait region and for the winter months of 2010-2020. This was done due to constraints of other C3S sea ice products, as well as to align the data with the temporal window of independent data reported in the literature [3]. The full dataset spans a broader spatial and temporal extent.
ℹ️ If you want to know more#
Key resources#
“Sea ice drift daily gridded data derived from satellite observations” on the CDS
Documentation on the CDS (Copernicus Knowledge Base).
C3S EQC custom functions,
c3s_eqc_automatic_quality_controlprepared by B-Open.
References#
[1] Lavergne, T. and Down, E. (2023). A climate data record of year-round global sea-ice drift from the EUMETSAT Ocean and Sea Ice Satellite Application Facility (OSI SAF), Earth Syst. Sci. Data, 15, 5807–5834, https://doi.org/10.5194/essd-15-5807-2023
[2] Ricker, R., Girard-Ardhuin, F., Krumpen, T., and Lique, C. (2018). Satellite-derived sea ice export and its impact on Arctic ice mass balance, The Cryosphere, 12, 3017–3032, https://doi.org/10.5194/tc-12-3017-2018
[3] Min, C., Mu, L., Yang, Q., Ricker, R., Shi, Q., Han, B., Wu, R., and Liu, J. (2019). Sea ice export through the Fram Strait derived from a combined model and satellite data set, The Cryosphere, 13, 3209–3224, https://doi.org/10.5194/tc-13-3209-2019
[4] Mu, L., Losch, M., Yang, Q., Ricker, R., Losa, S. N., and Nerger, L. (2018). Arctic-Wide Sea Ice Thickness Estimates From Combining Satellite Remote Sensing Data and a Dynamic Ice-Ocean Model with Data Assimilation During the CryoSat-2 Period, J. Geophys. Res-Oceans, 123, 7763–7780, https://doi.org/10.1029/2018JC014316
[5] 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
[6] 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
[7] Lavergne, T. (2023). Transformation and Rotation of OSI SAF Sea Ice Drift vectors (v1.0.0). Zenodo. https://doi.org/10.5281/zenodo.8398399