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

Scaling constant changed fronm 16.3555 to 16 #23

Open BaptisteVandecrux opened 2 years ago

BaptisteVandecrux commented 2 years ago

Originally D = al/(9.2*16/9) where 9.2, 16 and 9 all came from the literature.

Now D = al/16

How come?

BaptisteVandecrux commented 2 years ago

Same thing for SSA: before:

D = al/(9.2*16/9)
ssa= 6./D/0.917

equivalent to

ssa = 107.016 * al

Now:

  area = 104.7/al