GEUS-SICE / pySICE

Python and Fortran scripts behind the SICE toolchain for albedo retrieval.
GNU General Public License v2.0
5 stars 1 forks source link

New coefficients for molecular absorption #25

Open BaptisteVandecrux opened 2 years ago

BaptisteVandecrux commented 2 years ago

Before: taumol = wls**(-4.05) * np.minimum(1, np.exp(-height / 7400)) * 0.00877 Now: taumol = 0.008735 * wls**(-4.08) * np.minimum(1, np.exp(-height / 6000))

note the new elevation reference changed from 7400 to 6000.