subroutine compute_ternary_nucleation( | | rh, | | | temp, | | | natmp, | | | mrtmp, | | $ | jnucl, | | | ntoth2so4, | | | ntotnh3, | | | dpnucl | ) |
|
Computes ternary nucleation rate. Parameterization of the nucleation rate fit in Napari et al. JGR 2002, vol 107, D19, 4381
Parameters
rh | Relative humidity 0< <1 (). |
temperature | Temperature (K). |
natmp | Gas-phase H2SO4 concentration (#molec/cm^3). |
mrtmp | Mixing ratio of NH3 (ppt). |
Returns
jnucl | Nucleation rate (#part/cm^3/s). |
ntoth2so4 | Number of molecules of H2SO4 in the critical cluster. |
ntotnh3 | Number of molecules of NH3 in the critical cluster. |
dpnucl | Nucleation diameter (nm). |