
1.6.1. Suitability of satellite sea ice thickness level 4 data for estimating sea ice volume#
Production date: 2026-06-30
Produced by: Timothy Williams, Nansen Environment and Remote Sensing Center
🌍 Use case: Assessing the suitability of the level-4 merged CryoSat-2/SMOS satellite sea ice thickness product for estimating sea ice volume#
❓ Quality assessment question#
How well can sea ice volume be estimated from the Level-4 merged CryoSat-2/SMOS (Soil Moisture and Ocean Salinity) satellite sea ice thickness product?
📢 Quality assessment statement#
These are the key outcomes of this assessment
The Level-4 sea ice thickness (SIT) product is well-suited to calculate sea ice volume in the winter months (it is not available in the summer months from May to September due to unresolved bias originating from melting snow or open melt ponds). This is mainly due to the filling of gaps between altimeter tracks (including the polar hole of latitudes exceeding 88\(^\circ\)N) having been achieved by optimal interpolation from CryoSat-2 and SMOS (Soil Moisture and Ocean Salinity) measurements.
Calculated volumes are similar to reanalysis volumes, and in fact many reanalyses actually assimilate the Level-4 SIT product. There is no significant trend apparent over the period when it is available (14 winters, beginning Octobers 2010-2023).
📋 Methodology#
We consider the sea ice thickness (SIT) dataset, which has one Level-4 product, made by using optimal interpolation (OI) to merge CryoSat-2 altimeter data with SMOS passive microwave data (Ricker et al, 2017). It dates from October 2010 to present. This dataset also has two Level-3 products based only on altimeter products, which have a lot of missing data making the calculation of sea ice volume from them much more difficult.
Note that in this analysis we use version 1.0 of the L4 product, which is no longer the latest version (currently 1.1) so results may change if the latest data are used.
To calculate the sea ice volume we also need the SSMIS (Special Sensor Microwave Imager/Sounder) data from the sea ice concentration (SIC) dataset. This data was used as auxiliary data for the Level-4 thickness product so the two products are consistent with each other. These products are both available on the same 25-km equal area grid (the EASE2 (Equal-Area Scalable Earth) grid) so once they have been downloaded, the sea ice volume in one grid cell (in km\(^3\)) is \(V=Ahc\), where \(h=\)SIT/1000 is the thickness converted from meters to kilometers, \(c=\)SIC/100 is the sea ice area fraction, and \(A=\)625 km\(^2\) is the grid cell area. The total sea ice volume can then be found by adding the volumes contained in each grid cell.
A rough estimate of the uncertainty in the volume can be obtained in a similar way, by assuming the SIT and SIC uncertainties are independent, and that spatial errors are uncorrelated between grid cells. The variance in each grid cell is given by \((\Delta V)^2 = A(c\Delta h)^2 + A(h\Delta c)^2\), and the variance of the total volume is then obtained by summing over all grid cells. The standard deviation of the total volume is then the square root of the total variance.
Time series of the volume and the uncertainties are plotted. The uncertainties estimated in the way described above are quite small in comparison to the total volume, and are likely underestimated, given the differences between it and independent thickness observations (Hendricks, 2023). The uncertainty estimation method is also inconsistent with the application of OI to make the Level-4 product, which used a correlation length scale (not provided with the product) to approximate the spatial correlation (Hendricks et al, 2023). A full uncertainty calculation could perhaps be computed with access to the individual Cryosat-2 freeboard data, and passive microwave SMOS and SIC data using a similar method to that used by Zygmontowska et al (2014), who used a Monte Carlo approach to estimate the uncertainty in sea ice volume from ICESat SIT data and SIC data. However, this would be extremely expensive computationally as the OI method would need to be run over many realisations of its input data (altimeter, SMOS, SIC, snow, ice density). Zygmontowska et al (2014) found that uncertainty in snow depth was the biggest contributor uncertainty to the volume uncertainty, although the conversion from freeboard to thickness is different for Cryosat-2 which scatters from the snow-ice interface (ICESat scatters from the snow-air interface).
The “Analysis and results” section is structured as follows:
1. Parameters, requests and functions definition
📈 Analysis and results#
1. Parameters, requests and functions definition#
Define parameters and formulate requests for downloading with the EQC toolbox.
Define functions to be applied to process and reduce the size of the downloaded data.
Define functions to post-process and visualize the data.
1.1 Import libraries#
Define code to import the required libraries
1.2 Set parameters#
Set the time range for ENVISAT data with
year_start_envisatandyear_stop_envisatSet the time range for CRYOSAT data with
year_start_cryosatandyear_stop_cryosat
1.3 Define function to cache#
download_siconc_datadownloads the required SIC data to match the time period covered by the SIT data.moving_averageapplies a moving average with a window of 7 days to get a mean SIC that matches the time period covered by the SIT data.get_siconc_datacombines the above functions to download, average and format the SIC data into a form that can be used by theget_sivolfunction, which does the volume calculation.
1.4 Download wrapper functions#
download_and_get_sivoldownloads the data for one winter and computes the sea ice volume withget_sivol, which is then stored on disk.download_examplesdownloads example records to plot maps and give a qualitative comparison between the Level-3 and Level-4 products.
1.5 Plotting functions#
get_dummy_datasetadds a dummy date in summer where the volume and its uncertainty are not numbers (numpy.nan) so that the plots of consecutive winters are split.plot_time_seriesplots times series of the sea ice volume and its uncertainty.
2. Downloading and transformation of the data#
This is where the data is downloaded, transformed into a sea ice volume time series using get_sivol and saved to disk by the EQC toolbox. If the code is rerun the transformed data is loaded from the disk.
3. Results#
Below we do a short visual comparison of the Level-3 and Level-4 products (monthly aggregations and their uncertainties). We then plot time series of the sea ice volume and an estimate of its uncertainty, as derived from the Level-4 product.
3.1 Qualitative comparison of Level-3 and Level-4 products#
Below we show the SIT for the Level-3 product using only CryoSat-2 data (this is a mean of all the altimeter tracks crossing a grid cell in a month) and the Level-4 product which merges CryoSat-2 and SMOS data (the Level-4 data, which is provided daily, is averaged over one month). The SIT are similar in the areas with thicker ice (when the altimeter is more reliable), but gaps have been filled in the Level-4 product by the optimal interpolation (OI). The OI has also made the SIT much smoother.
Below we show the uncertainty in SIT for the Level-3 product and the RMS uncertainty in the Level-4 product which merges CryoSat-2 and SMOS data. (Since the Level-4 product is provided daily, we take the RMS value over the whole month.) The OI, which partly aims to minimise uncertainty, has approximately halved the uncertainty of the Level-4 product compared to the Level-3 product.
3.2 Time series of sea ice volume and its uncertainty#
Below we plot the time series of the sea ice volume and its uncertainty (the standard deviation of the total volume) as derived from the Level-4 product.
The commonly-used reference reanalysis PIOMAS (Pan-Arctic Ice Ocean Modeling and Assimilation System) and a machine-learning product (Edel et al, 2024)) have similar volumes in 2010-2020 to the ones shown below. (Note that PIOMAS assimilates CS2-SMOS data, while the model of Edel et al (2024) use the innovations from assimilating it to correct biases in years before it became available. The paper of Edel et al (2024) shows volumes for a longer time-series (1991-2020) and shows a drop in volume over that period, while there does not seem to be a significant trend in the volume over the period where CS2-SMOS data is available (14 winters beginning in Octobers 2010-2023), and quite large interannual variability.
This raises the question of whether 14 years is too short to capture a significant trend. However, Ludwig et al (2025, under review) compared several different thickness datasets (including CS2-SMOS). They also found that there was no trend in mean thickness (a similar quantity to volume) from 2010-2023, and tested the robustness of this claim against longer time series - including the two mentioned above (PIOMAS, Edel et al, 2024) - by calculating trends for different 13-year intervals and testing their statistical significance. They found significant (downward) trends for some of these intervals, concluding that 13 years is not too short a period to detect a significant trend if one is present.
ℹ️ If you want to know more#
Key resources#
Introductory sea ice materials:
Code libraries used:
C3S EQC custom functions,
c3s_eqc_automatic_quality_control, prepared by B-Open.
References#
[1] Ricker, R., Hendricks, S., Kaleschke, L., Tian-Kunze, X., King, J., & Haas, C. (2017). A weekly Arctic sea-ice thickness data record from merged CryoSat-2 and SMOS satellite data. The Cryosphere, 11(4), 1607-1623, https://doi.org/10.5194/tc-11-1607-2017
[2] Hendricks, S., Ricker, R., Kaleschke, L., Tian-Kunze, X. (2023) Sea Ice Thickness - CryoSat-2/SMOS Version 1.0: Algorithm Theoretical Basis Document. Copernicus Climate Change Service, Document reference: WP2-FDDP-2022-09_C3S2-Lot3_ATBD-of-v1.0-SeaIceThickness-CS2SMOS-product_v1.1, https://dast.copernicus-climate.eu/documents/satellite-sea-ice-thickness/level-4/v1-0/WP2-FDDP-2022-09_C3S2-Lot3_ATBD-of-v1.0-SeaIceThickness-CS2SMOS-product_1.1_final.pdf
[3] Hendricks, S. (2023). Sea Ice Thickness – CryoSat2-2/SMOS, Version 1.0: Product Quality Assessment Report. Copernicus Climate Change Service, Document reference: WP2-FDDP-2022-09_C3S2-Lot3_PQAR-of-v1.0-SeaIceThickness-CS2SMOS-products_v1.1, https://dast.copernicus-climate.eu/documents/satellite-sea-ice-thickness/level-4/v1-0/WP2-FDDP-2022-09_C3S2-Lot3_PQAR-of-v1.0-SeaIceThickness-CS2SMOS-product_v1.1_final.pdf
[4] Ludwig, V., Ribere, C., Fleury, S., Haas, C., Tsamados, M. et al. (2026). Biases, Uncertainties, and Trends in Arctic Sea-Ice Thickness: A Cross-Product Analysis from 1995 to 2023. EGUsphere, 2026, 1-37, https://doi.org/10.5194/egusphere-2025-6201 .
[5] Zygmuntowska, M., Rampal, P., Ivanova, N., & Smedsrud, L. H. (2014). Uncertainties in Arctic sea ice thickness and volume: new estimates and implications for trends. The Cryosphere, 8(2), 705-720, https://doi.org/10.5194/tc-8-705-2014
[6] Edel, L., Xie, J., Korosov, A., Brajard, J., & Bertino, L. (2025). Reconstruction of Arctic sea ice thickness (1992–2010) based on a hybrid machine learning and data assimilation approach. The Cryosphere, 19(2), 731-752, https://doi.org/10.5194/tc-19-731-2025
[7] Soriot, C., Vancoppenolle, M., Prigent, C., Jimenez, C., & Frappart, F. (2024). Winter arctic sea ice volume decline: uncertainties reduced using passive microwave-based sea ice thickness. Scientific Reports, 14(1), 21000, https://doi.org/10.1038/s41598-024-70136-9