Articles | Volume 11, issue 8
https://doi.org/10.5194/gmd-11-3089-2018
https://doi.org/10.5194/gmd-11-3089-2018
Development and technical paper
 | 
01 Aug 2018
Development and technical paper |  | 01 Aug 2018

Quasi-Newton methods for atmospheric chemistry simulations: implementation in UKCA UM vn10.8

Emre Esentürk, Nathan Luke Abraham, Scott Archer-Nicholls, Christina Mitsakou, Paul Griffiths, Alex Archibald, and John Pyle

Abstract. A key and expensive part of coupled atmospheric chemistry–climate model simulations is the integration of gas-phase chemistry, which involves dozens of species and hundreds of reactions. These species and reactions form a highly coupled network of differential equations (DEs). There exist orders of magnitude variability in the lifetimes of the different species present in the atmosphere, and so solving these DEs to obtain robust numerical solutions poses a stiff problem. With newer models having more species and increased complexity, it is now becoming increasingly important to have chemistry solving schemes that reduce time but maintain accuracy. While a sound way to handle stiff systems is by using implicit DE solvers, the computational costs for such solvers are high due to internal iterative algorithms (e.g. Newton–Raphson methods). Here, we propose an approach for implicit DE solvers that improves their convergence speed and robustness with relatively small modification in the code. We achieve this by blending the existing Newton–Raphson (NR) method with quasi-Newton (QN) methods, whereby the QN routine is called only on selected iterations of the solver. We test our approach with numerical experiments on the UK Chemistry and Aerosol (UKCA) model, part of the UK Met Office Unified Model suite, run in both an idealised box-model environment and under realistic 3-D atmospheric conditions. The box-model tests reveal that the proposed method reduces the time spent in the solver routines significantly, with each QN call costing 27 % of a call to the full NR routine. A series of experiments over a range of chemical environments was conducted with the box model to find the optimal iteration steps to call the QN routine which result in the greatest reduction in the total number of NR iterations whilst minimising the chance of causing instabilities and maintaining solver accuracy. The 3-D simulations show that our moderate modification, by means of using a blended method for the chemistry solver, speeds up the chemistry routines by around 13 %, resulting in a net improvement in overall runtime of the full model by approximately 3 % with negligible loss in the accuracy. The blended QN method also improves the robustness of the solver, reducing the number of grid cells which fail to converge after 50 iterations by 40 %. The relative differences in chemical concentrations between the control run and that using the blended QN method are of order  ∼  10−7 for longer-lived species, such as ozone, and below the threshold for solver convergence (10−4) almost everywhere for shorter-lived species such as the hydroxyl radical.

Download
Short summary
An integral and expensive part of coupled climate model simulations is the gas-phase chemistry which gives rise to hundreds of coupled differential equations. We propose a method which improves the convergence and robustness properties of commonly used Newton–Raphson solvers. The method is flexible and can be appended to most algorithms. The approach can be useful for a broader community of computational scientists whose interests lie in solving systems with intensive interactive chemistry.