From 66ebf8a2bb449e69c88acefda601f7a894390e37 Mon Sep 17 00:00:00 2001 From: Luis Aleixo Date: Tue, 21 Sep 2021 17:16:01 +0200 Subject: [PATCH] Correct Cn values for B and L factors --- cara/monte_carlo/data.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cara/monte_carlo/data.py b/cara/monte_carlo/data.py index 115020f6..ea6a2349 100644 --- a/cara/monte_carlo/data.py +++ b/cara/monte_carlo/data.py @@ -32,7 +32,7 @@ class BLOmodel: #: cn (cm^-3) for resp. the B, L and O modes. Corresponds to the # total concentration of aerosols for each mode. - cn: typing.Tuple[float, float, float] = (0.1, 1., 0.0010008) + cn: typing.Tuple[float, float, float] = (0.06, 0.2, 0.0010008) # mean of the underlying normal distributions (represents the log of a # diameter in microns), for resp. the B, L and O modes.