subroutine compute_bidisperse_coagulation_kernel( | | temp, | | | airfmp, | | $ | d1, | | | d2, | | | m1, | | | m2, | | | kercg | ) |
|
Computes coagulation kernels for bidispersed aerosols. 2005/3/23: cleaning (Bruno Sportisse).
Parameters
temp | temperature (Kelvin). |
airfmp | air free mean path (µm). |
d1 | diameter of the first coagulating particle (µm). |
d2 | diameter of the second coagulating particle (µm). |
m1 | mass of the first coagulating particle (µg). |
m2 | mass of the second coagulating particle (µg). |
Returns
kercg | coagulation kernel (m^3/s). |