> For the complete documentation index, see [llms.txt](https://louisazhou.gitbook.io/notes/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://louisazhou.gitbook.io/notes/sea-ice-albedo-retrievals.md).

# Sea Ice Albedo Retrievals

sea ice physical parameters:&#x20;

brine pocket concentration effective brine pocket size,&#x20;

air bubble concentration and effective air bubble size,&#x20;

volume fraction of ice [impurities](https://www.sciencedirect.com/topics/physics-and-astronomy/impurities) and impurity [absorption coefficient](https://www.sciencedirect.com/topics/physics-and-astronomy/absorptivity), &#x20;

sea ice thickness.

angles of [illumination](https://www.sciencedirect.com/topics/chemistry/illumination) and observation

snow physical parameters (snow effective grain size, density, and impurity concentration)

generate broad-band albedo over sea ice

## Summary

> Development of surface characterization sea ice albedo

* Fitted equations that link each of the sea ice physical parameters with sea ice thickness.
* Trained a 3-layer Neural Network model to retrieve broadband sea ice albedo based on radiance data, achieving 0.3% RMSE.
* Achieved reasonable retrieval results when applied on MODIS images.
* Application of the trained model to SGLI images (and testing/validation against MODIS results

  ) -- work in progress.

## RT model for coupled atmosphere-sea ice/ocean system

#### Physical processes in the coupled atmosphere-sea ice/ocean system include:

* Absorption and scattering by atmospheric molecules, clouds, and aerosols.
* Absorption and scattering by snow.
* Absorption by pure ice, and absorption and scattering by inclusions in sea ice (brine pockets and air bubbles).
* Absorption and scattering by sea water and by hydrosols in the ocean.

#### **Radiative Transfer Equation**

#### **Isolation of Azimuth Dependence**

#### **Air-Water Interface**

#### Optical Properties and Parameterization of each stratum in the system:

* Clouds: Equivalent Radius (ER) and the Liquid Water Content (LWC) of the clouds.
* Snow: snow effective grain size, density, and impurity concentration.
* Sea ice: brine pockets, air bubbles, ice temperature, density, and salinity.&#x20;
* Ocean: chlorophyll concentration.

#### Input Parameters:

* Incident spectral radiation at the top of atmosphere.
* Profiles of temperature, pressure, gas and aerosol concentrations in the atmosphere.
* ER and LWC of clouds, cloud height, and thickness.
* Surface temperature and snow conditions.
* Profiles of temperature, salinity, and density in the ice; or profiles of volume fractions of gas and brine inclusions in the ice.
* Vertical distribution of hydrosols in ocean.

#### Output Parameters:

* Irradiances and mean intensities (scalar irradiances in Ocean Optics terminology) at specified vertical positions in the coupled system.
* Total and polarized radiances in desired directions at specified vertical positions in the coupled system.

## Generation of Synthetic Data Set

Generate angles of [illumination](https://www.sciencedirect.com/topics/chemistry/illumination) and observation

Solar zenith angle: \[20,80] degree

Sensor angle: \[0.01\~65] degree

Azimuth angle: \[0.01\~180] degree

Fit equations for sea ice physical parameters based on the table from&#x20;

![Sea ice physical properties of New Young (NY), First-Year (FY), and Multi-Year (MY) sea ice.](https://cdn.mathpix.com/snip/images/v9XMEDWr6v5Bi48phU5SOShg9pEZuGHdjm8WWy7Tg0A.original.fullsize.png)

> Table 1, Modeling of radiation transport in coupled atmosphere-snow-ice-ocean systems

Fit relations between ice thickness (m) with each of the other sea ice physical parameters based on the table.&#x20;

\
aerosol optical depths

![Comparison of ISIOP ISBRDF derived sea ice spectral albedos for New Young (NY), First-Year (FY)  ice for several ice thicknesses with observed spectral albedos.](/files/-LyRAAvxQKSK6e9YaPE5)

> Graph 9, Modeling of radiation transport in coupled atmosphere-snow-ice-ocean systems

Generate tables of radiance of bare sea ice, snow-covered sea ice, and melting-pond covered sea ice at selected bands as well as broadband albedo were generated (run with xx streams) for each combination of sea ice type (NY, FY, MY) for a range of viewing geometries and wavelengths

Wavelength:\
Aerosol Optical Depth of background aerosols:\
solar:\
sensor:\
azimuth:\
snow thickness: \[0, )\
melting pond depth: \[0, ) \
\
\* snow thickness=0 & melting pond depth=0 for bare sea ice\ <br>

## Training of Neural Network

A 3-layer Neural Network, with ReLU (a=max(0,x)) as the activation function, was trained to predict albedos from visible(), near infrared(), and short wave range.

> Graph

| Visible | Near Infrared | Short Wave |
| ------- | ------------- | ---------- |
|         |               |            |

> Graph of RMSE

## Application to Synthetic Data (sanity tests)&#x20;

> Graph cloud-masked image of broadband albedo with MODIS-channel radiance data

shows reasonable xx of xx&#x20;

## Application to real data

comparison between same day MODIS and SGLI sea ice albedo results

> wait for Nan's cloud mask / or cut the corner&#x20;

## Future Work

1. Application to SGLI images (and testing/validation against MODIS results) is currently in progress.
2. Improve the albedo retrieval for thin, New Young (formed within 1 year) sea ice.
3. Surface classification during melting and snow-falling seasons based on albedo retrievals.
4. Sea ice physical parameters retrieval based on TOA albedo.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://louisazhou.gitbook.io/notes/sea-ice-albedo-retrievals.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
