WeChat Mini Program
Old Version Features

Revisiting Machine Learning Approaches for Short- and Longwave Radiation Inference in Weather and Climate Models, Part II: Online Performance

openalex(2025)

Columbia University

Cited 0|Views8
Abstract
This paper continues the exploration of Machine Learning (ML) parameterization for radiative transfer for the ICOsahedral Nonhydrostatic weather and climate model (ICON). Three ML models, developed in Part I of this study, are coupled to ICON. More specifically, a UNet model and a bidirectional recurrent neural network (RNN) with long short-term memory (LSTM) are compared against a random forest. The ML parameterizations are coupled to the ICON code that includes OpenACC compiler directives to enable GPUs support. The coupling is done through Infero, developed by ECMWF, and PyTorch-Fortran. The most accurate model is the bidirectional RNN with physics-informed normalization strategy and heating rate penalty, but the fluxes above 15 km height are computed with a simplified formula for numerical stability reasons. The presented setup enables stable aquaplanet simulations with ICON for several weeks at a resolution of about 80 km and compare well with the physics-based radiative transfer solver ecRad. However, the achieved speed up when using the emulators and the minimum required memory usage relative to the GPU-enabled ecRad depend strongly on the Neural Network (NN) architecture. Future studies may explore physics-constraint emulators that predict heating rates inside the atmospheric model and fluxes at the top.
More
Translated text
Key words
Climate Modeling,Radiative Transfer Model,Convective Parameterization,Hydrological Model
求助PDF
上传PDF
Bibtex
AI Read Science
AI Summary
AI Summary is the key point extracted automatically understanding the full text of the paper, including the background, methods, results, conclusions, icons and other key content, so that you can get the outline of the paper at a glance.
Example
Background
Key content
Introduction
Methods
Results
Related work
Fund
Key content
  • Pretraining has recently greatly promoted the development of natural language processing (NLP)
  • We show that M6 outperforms the baselines in multimodal downstream tasks, and the large M6 with 10 parameters can reach a better performance
  • We propose a method called M6 that is able to process information of multiple modalities and perform both single-modal and cross-modal understanding and generation
  • The model is scaled to large model with 10 billion parameters with sophisticated deployment, and the 10 -parameter M6-large is the largest pretrained model in Chinese
  • Experimental results show that our proposed M6 outperforms the baseline in a number of downstream tasks concerning both single modality and multiple modalities We will continue the pretraining of extremely large models by increasing data to explore the limit of its performance
Upload PDF to Generate Summary
Must-Reading Tree
Example
Generate MRT to find the research sequence of this paper
Data Disclaimer
The page data are from open Internet sources, cooperative publishers and automatic analysis results through AI technology. We do not make any commitments and guarantees for the validity, accuracy, correctness, reliability, completeness and timeliness of the page data. If you have any questions, please contact us by email: report@aminer.cn
Chat Paper

要点:本论文研究了如何将机器学习方法运用于气象和气候模型中的短波和长波辐射推断,并探讨了如何在基于机器学习的辐射参数化中引入物理约束,以及不同神经网络设计和输出归一化对预测性能的影响。

方法:采用随机森林作为基准方法,以欧洲中期天气预报中心的ecRad模型作为培训数据。遗憾的是,所有神经网络(如MLP、CNN、UNet、RNN)在本研究和之前发表的研究中都存在顶层大气偏差,但随机森林不受影响。在较低的大气层中,随机森林可以与所有神经网络竞争,但其内存要求很快变得不可接受。对于固定的内存大小,大多数神经网络都优于随机森林,除了顶层大气层。最准确的仿真器是一种循环神经网络结构,它与所仿真的物理过程非常相似。

实验:将短波和长波通量归一化,以减少对太阳角度和地表温度的依赖,并在损失函数中加入了附加的加热率惩罚项。使用欧洲中期天气预报中心的ecRad模型进行训练。