Aerosol#

class grs.acutils.Aerosol[source]#

Bases: object

aerosol parameters and parameterizations

fit_aero(nCext_f, nCext_c, naot)[source]#

Call to get fine mode coefficient based on fitting on AOT data.

Arguments:
  • nCext_f – Normalized extinction coefficient of the fine mode aerosols

  • nCext_c – Normalized extinction coefficient of the coarse mode aerosols

  • naot – Normalized spectral aerosol optical thickness

Return values:

The mixing ratio of the fine mode aerosol

Notes:

.

fit_spectral_aot(wl, aot)[source]#

call to get fitting results on AOT data

func(lnwl, a, b, c)[source]#

function for spectral variation of AOT

func_aero(Cext, fcoef)[source]#

function to fit spectral behavior of bimodal aerosols onto aeronet optical thickness

get_spectral_aot(wl)[source]#

set aot for a given set of wavelengths