pyrcel.activation.lognormal_activation

pyrcel.activation.lognormal_activation(smax, mu, sigma, N, kappa, sgi=None, T=None, approx=True)

Compute the activated number/fraction from a lognormal mode

Parameters:
smaxfloat

Maximum parcel supersaturation

mu, sigma, Nfloats

Lognormal mode parameters; mu should be in meters

kappafloat

Hygroscopicity of material in aerosol mode

sgi :float, optional

Modal critical supersaturation; if not provided, this method will go ahead and compute them, but a temperature T must also be passed

Tfloat, optional

Parcel temperature; only necessary if no sgi was passed

approxboolean, optional (default=False)

If computing modal critical supersaturations, use the approximated Kohler theory

Returns:
N_act, act_fracfloats

Activated number concentration and fraction for the given mode