RAIN: Reinforcement Algorithms for Improving Numerical Weather and Climate Models
Pritthijit Nath, Henry Moss, Emily Shuckburgh, Mark Webb
TL;DR
This study investigates reinforcement learning to improve climate model parameterisations in idealised settings. It frames parameterisation as a control task and evaluates eight continuous-action, model-free RL algorithms on two environments: SimpleClimateBiasCorrectionEnv and RadiativeConvectiveModelEnv built with climlab. Key findings show off-policy methods (DDPG, TD3, TQC) excel in bias correction, while on-policy methods (PPO, TRPO) perform best in the RCE environment; the RL-assisted RCE model achieves substantial improvements in mid-to-upper tropospheric temperature tracking. The work demonstrates RL as a viable path to physically consistent, scalable parameterisations in climate models and establishes a framework for broader integration with operational models.
Abstract
This study explores integrating reinforcement learning (RL) with idealised climate models to address key parameterisation challenges in climate science. Current climate models rely on complex mathematical parameterisations to represent sub-grid scale processes, which can introduce substantial uncertainties. RL offers capabilities to enhance these parameterisation schemes, including direct interaction, handling sparse or delayed feedback, continuous online learning, and long-term optimisation. We evaluate the performance of eight RL algorithms on two idealised environments: one for temperature bias correction, another for radiative-convective equilibrium (RCE) imitating real-world computational constraints. Results show different RL approaches excel in different climate scenarios with exploration algorithms performing better in bias correction, while exploitation algorithms proving more effective for RCE. These findings support the potential of RL-based parameterisation schemes to be integrated into global climate models, improving accuracy and efficiency in capturing complex climate dynamics. Overall, this work represents an important first step towards leveraging RL to enhance climate model accuracy, critical for improving climate understanding and predictions. Code accessible at https://github.com/p3jitnath/climate-rl.
