Back to parent page - Gas-aerosol exchange
Time integration for the condensation of H\(_2\)SO\(_4\)¶
The time evolution equations presented in an earlier section describe only the condensation process. Experiences have shown that in global climate models using time steps on the order of minutes to hours, a sequential splitting between the sources and sinks of sulfric acid gas can lead to large numerical errors in the simulated tracer concentrations and process rates (Wan et al., 2013; Wang et al., 2019). Therefore, the MAM4 code embedded in EAMv1 and v2 employes a tighter numerical coupling between the production and condensation of H\(_2\)SO\(_4\) gas. The ODEs being solved in the H\(_2\)SO\(_4\) condensation parameterization are
These equations are identical to those presentd in the earlier section except for the addtion of the gas-phase chemical production term \(\mathcal{P_{\rm chem}}\) to the second equation.
Notation¶
Let us use \(\Delta t\) to denote the overall time step size used by the aerosol chemistry and microphysics parameterizations. In other words, each parameterization is calculated for a time period of \(\Delta t\) before exchanging information with other parameterizations. (Individual parameterizations might use smaller time steps implemented as sub-steps relative to \(\Delta t\).)
MAM4 calculates gas-phase chemistry before aerosol microphysics. We use the following notation to denote the mixing ratio of H\(_2\)SO\(_4\) at different locations of the time integration loop:
- \(q_{v,H_2SO_4}^n\): at time \(t = n\Delta t\) before gas-phase chemistry,
- \(q_{v,H_2SO_4}^*\): after gas-phase chemistry,
- \(q_{v,H_2SO_4}^{n+1}\): after H\(_2\)SO\(_4\) condensation.
The time-step mean chemical production rate is defined as
Linearized equations¶
The mass transfer coefficients \(C_{H_2SO_4,i} (i = 1,...,I)\) depends on aerosol particle size and hence will evolve as condensation happens. MAM4's numerical algorithm ignores this evolution within each time step and uses instead the coefficients evaluated at time \(t = n\Delta t\), denoted as \(C^n_{H_2SO_4,i}\) below. This approximation, combined with the use of time-step mean \(\mathcal{P}_{\rm chem}^*\), gives a linearized version of the ODE for the sulfric acid gas:
Numerical solution for sulfric acid gas¶
Assuming a positive chemical production rate, the numerical solution of the linearized sulfric acid gas equation is calculated as follows:
- When the mass transfer coefficient summed over all modes has an appreciable magnitude, i.e.,
use the analytical solution of the linearized equation:
- For smaller but still non-zero mass transfer coefficients, i.e., \(\Delta t\,C^n_{H_2SO_4,total} \in [10^{-20}, 10^{-3}]\), approximate the exponentional function in the analytical solution above using the Taylor series to avoid large floating-point errors caused by the small denominators. This gives
- When the mass transfer coefficient is smaller, i.e., \(\Delta t\,C^n_{H_2SO_4,total} < 10^{-20}\) , condensation is neglected.
Numerical solution for sulfate¶
The condensed amount of sulfric acid gas is
This amount is partitioned to different aersol modes and the updated sulfate mass mixing ratios are