angstrom exponent derivations

  1. angstrom exponent from aerosol optical depth

    symbol

    description

    unit

    variable name

    \(\alpha\)

    angstrom exponent

    \(-\)

    angstrom_exponent {:}

    \(\lambda(i)\)

    wavelength

    \(nm\)

    wavelength {:,spectral}

    \(\tau(i)\)

    aerosol optical depth

    \(-\)

    aerosol_optical_depth {:,spectral}

    The pattern : for the first dimensions can represent {latitude,longitude}, {time}, {time,latitude,longitude}, or no dimensions at all.

    The algorithm is based on the linear regression of the aerosol optical depth in the logarithmic domain (for both the aerosol optical depth and the wavelength). It requires the spectral dimension to be of length 2 or higher.

    \begin{eqnarray} \tilde{\lambda} & = & \sum_{i=1}^{N}{\frac{\ln(\lambda(i))}{N}} \\ \tilde{\tau} & = & \sum_{i=1}^{N}{\frac{\ln(\tau(i))}{N}} \\ \alpha & = & -\frac{\sum_{i=1}^{N}{(\ln(\lambda(i)) - \tilde{\lambda})(\ln(\tau(i)) - \tilde{\tau})}}{\sum_{i=1}^{N}{(\ln(\lambda(i)) - \tilde{\lambda})^2}}\\ \end{eqnarray}