![]() |
URL: http://www.altimetry.info/html/use_cases/data_use_case_ice1_en.html |
|
Data use cases |
Ice applications | 2 |
![]()
|
2.4 Ice applications: Combined altimetry and radiometry for sea ice classificationUsing both altimeter and radiometer, ocean surfaces potentially covered by sea ice can be classified in several sea ice type and age. The cryosphere plays an important role in moderating the global climate, in part due to its high albedo. Sea ice is seawater that has frozen (not to be mistaken with icebergs, that are shed from continental ice). |
Both altimeter and radiometer data are included in Geophysical Data Records. By giving a good overview of polar regions (-82.5°S / 82.5°N), Envisat mission is well adapted. However, since the period cycle is 35-days, the sea ice distribution can vary due to processes of formation, motion or melting. Envisat altimeter (RA-2) and radiometer (MWR) data are delivered on DVD-Roms or by FTP and can be obtained from EOHelp.
This dataset has another advantage. The Envisat GDR brings the opportunity to use algorithms other than the classical ocean-oriented ones, that are better suited for non-ocean surfaces. One of them is optimized for sea ice, the so-called sea ice retracker.
We used the brightness temperature from the MWR which is a dual-channel radiometer operating at 23.8 GHz and 36.5 GHz. Its primary mission is to measure tropospheric water vapor path delay correction for RA-2 altimeter.
If earliest altimetry missions were dedicated to studying the open ocean, the ability of radar altimetry to monitor ice surfaces has been also demonstrated. We use the Basic Radar Altimetry Toolbox to observe sea ice changes with time.
We use data spanning the period of Winter 2004 (Envisat cycle 025) and Summer 2004 (Envisat cycle 029) in order to get seasonal variability.
In order to compute some statistical parameters for the brightness temperatures only on polar regions, we limit the coordinates between 50°N and 82.5°N and between 50°S and 82.5°S. We also apply the land mask here to exclude all data over continents.
In the "Datasets" tab, click on "Add Dir" to download the numerous files for cycles 025 and 029 from the DVD GDR Envisat, in the same dataset (be careful to use an meaningful name to easily identify it later on, for example, Datasets_025_029).
A specific operation is made for statistical computation on each polar region. Select
longitude for "X",
latitude for "Y"
and for the "Data Expression", make the difference between the two brightness temperature (ΔTBs = interpole_365_temp_mwr - interpole_238_temp_mwr).
In the "Selection criteria" box:
The data editing uses the formula as follows: altim_landocean_flag <= 1 , in order to apply a land mask. To compute expression on either Arctic or Antarctic region, we add (still in the selection criteria) a selection based on latitude coordinates as defined above (&& is_bounded(50,lat,82.5) , for example, for the Arctic).
Finally, click on "Compute statistics" button. A file result gives the statistical value for Number of valid data, Mean, Standard deviation, Minimum and Maximum.
For a given cycle (here we choose the cycle 025), a second operation is created with the previous mean and the standard deviation values to normalize the ΔTBs as follows: ΔTBs-norm = ( ΔTBs - mean ΔTBs) / standard_deviation ΔTBs which corresponds to our new data expression. For the Arctic region, we have ΔTBs = ( ΔTBs - 4.82) / 10.77 .
In the views menu, we plot the file with the previous operation.
To map the backscatter coefficient (sigma0) for a given cycle (here we choose the Envisat cycle 025), we choose the backscatter coefficient computed from the sea ice retracking in the Ku-band and at 18 Hz. No statistical value is computed for this parameter. So, the operation can directly be made selecting longitude for "X", latitude for "Y" and for the "Data expression": 18 Hz Ku-band sea ice backscatter coefficient. The data editing uses the formula as follows : altim_landocean_flag <= 1 && is_bounded(0,hz18_ku_seaice_bscat,45).