aerosol
index
/users/schrei_f/src/py4CAtS/art/aerosol.py

Aerosol Extinction
 
F. Yan et al., High-resolution transmission spectrum of the Earth's atmosphere, Eq. (3), IJAB 2015
Kaltenegger&Traub, Eq.(2), ApJ 2009  --->  Allen: Astrophysical Quantities (1976)
 
see also
 
deLeeuw et al. "Retrieval of Aerosol Properties" in Burrows et al. "Remote Sensing of Tropospheric Composition from Space"
Heng17, sec 2.6, eq. (2.25)
B. Toon and JB Pollack, J. Appl. Met. 15,225 (1976)

 
Functions
       
aerosol_od(vGrid, airColumn, amplitude=None, ex=1.3)
Aerosol optical depth
tau = 8.85e-33 * N * v**1.3   with N=air column density [molec/cm-2]
 
vGrid:      wavenumber [cm**-1]
airColumn:  air column
amplitude:  default 8.85e-33
            if positive, use this amplitude
            if negative, scale this default 8.85e-33 by the absolute value of this argument
ex:         Angstrom exponent, default 1.3