<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE article PUBLIC "-//NLM//DTD Journal Publishing DTD v3.0 20080202//EN" "https://jats.nlm.nih.gov/nlm-dtd/publishing/3.0/journalpublishing3.dtd">
<article xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:xlink="http://www.w3.org/1999/xlink" article-type="research-article" specific-use="SMUR" dtd-version="3.0" xml:lang="en">
<front>
<journal-meta>
<journal-id journal-id-type="publisher">EGUsphere</journal-id>
<journal-title-group>
<journal-title>EGUsphere</journal-title>
<abbrev-journal-title abbrev-type="publisher">EGUsphere</abbrev-journal-title>
<abbrev-journal-title abbrev-type="nlm-ta">EGUsphere</abbrev-journal-title>
</journal-title-group>
<issn pub-type="epub"></issn>
<publisher><publisher-name>Copernicus Publications</publisher-name>
<publisher-loc>Göttingen, Germany</publisher-loc>
</publisher>
</journal-meta>
<article-meta>
<article-id pub-id-type="doi">10.5194/egusphere-2026-3398</article-id>
<title-group>
<article-title>Mamba-Stormer v1.0: A Bidirectional Vision Mamba Backbone for Accurate and Scalable Global Weather Forecasting</article-title>
</title-group>
<contrib-group><contrib contrib-type="author" xlink:type="simple"><name name-style="western"><surname>Chao</surname>
<given-names>Jiayou</given-names>
</name>
<xref ref-type="aff" rid="aff1">
<sup>1</sup>
</xref>
</contrib>
<contrib contrib-type="author" xlink:type="simple"><name name-style="western"><surname>Tong</surname>
<given-names>Guanchao</given-names>
</name>
<xref ref-type="aff" rid="aff2">
<sup>2</sup>
</xref>
<xref ref-type="aff" rid="aff3">
<sup>3</sup>
</xref>
</contrib>
<contrib contrib-type="author" xlink:type="simple"><name name-style="western"><surname>Liu</surname>
<given-names>Zhenhua</given-names>
</name>
<xref ref-type="aff" rid="aff1">
<sup>1</sup>
</xref>
</contrib>
<contrib contrib-type="author" xlink:type="simple"><name name-style="western"><surname>Lin</surname>
<given-names>Wuyin</given-names>
</name>
<xref ref-type="aff" rid="aff4">
<sup>4</sup>
</xref>
</contrib>
<contrib contrib-type="author" xlink:type="simple"><name name-style="western"><surname>Zhang</surname>
<given-names>Minghua</given-names>
</name>
<xref ref-type="aff" rid="aff5">
<sup>5</sup>
</xref>
</contrib>
<contrib contrib-type="author" xlink:type="simple"><name name-style="western"><surname>Ma</surname>
<given-names>Merry</given-names>
</name>
<xref ref-type="aff" rid="aff6">
<sup>6</sup>
</xref>
</contrib>
<contrib contrib-type="author" xlink:type="simple"><name name-style="western"><surname>Zhu</surname>
<given-names>Wei</given-names>
</name>
<xref ref-type="aff" rid="aff1">
<sup>1</sup>
</xref>
</contrib>
</contrib-group><aff id="aff1">
<label>1</label>
<addr-line>Department of Applied Mathematics and Statistics, State University of New York at Stony Brook, Stony Brook, NY 11790, USA</addr-line>
</aff>
<aff id="aff2">
<label>2</label>
<addr-line>College of Science, Mathematics and Technology, Wenzhou-Kean University, Wenzhou, 325060, China</addr-line>
</aff>
<aff id="aff3">
<label>3</label>
<addr-line>College of Science, Mathematics and Technology, Kean University, 1000 Morris Avenue, Union, 07083, USA</addr-line>
</aff>
<aff id="aff4">
<label>4</label>
<addr-line>Environmental and Climate Sciences Department, Brookhaven National Laboratory, Upton, NY, 11973-5000, USA</addr-line>
</aff>
<aff id="aff5">
<label>5</label>
<addr-line>School of Marine and Atmospheric Sciences, State University of New York at Stony Brook, Stony Brook, NY 11790, USA</addr-line>
</aff>
<aff id="aff6">
<label>6</label>
<addr-line>Center for Data Science, New York University, New York, NY 10011, USA</addr-line>
</aff>
<pub-date pub-type="epub">
<day>13</day>
<month>08</month>
<year>2026</year>
</pub-date>
<volume>2026</volume>
<fpage>1</fpage>
<lpage>27</lpage>
<permissions>
<copyright-statement>Copyright: &#x000a9; 2026 Jiayou Chao et al.</copyright-statement>
<copyright-year>2026</copyright-year>
<license license-type="open-access">
<license-p>This work is licensed under the Creative Commons Attribution 4.0 International License. To view a copy of this licence, visit <ext-link ext-link-type="uri"  xlink:href="https://creativecommons.org/licenses/by/4.0/">https://creativecommons.org/licenses/by/4.0/</ext-link></license-p>
</license>
</permissions>
<self-uri xlink:href="https://egusphere.copernicus.org/preprints/2026/egusphere-2026-3398/">This article is available from https://egusphere.copernicus.org/preprints/2026/egusphere-2026-3398/</self-uri>
<self-uri xlink:href="https://egusphere.copernicus.org/preprints/2026/egusphere-2026-3398/egusphere-2026-3398.pdf">The full text article is available as a PDF file from https://egusphere.copernicus.org/preprints/2026/egusphere-2026-3398/egusphere-2026-3398.pdf</self-uri>
<abstract>
<p>Accurate global weather forecasting at increasing spatial resolution is a central challenge in atmospheric science. Machine learning models have recently matched or exceeded numerical weather prediction systems on standard medium-range benchmarks, with transformer-based architectures at their core. However, the self-attention mechanism underlying these models scales quadratically in memory and compute with sequence length &amp;mdash; a critical bottleneck as training and inference resolutions approach operational standards. We describe Mamba-Stormer, which replaces the transformer backbone in the Stormer architecture with a bidirectional Vision Mamba (BiMamba) backbone. Our key design contributions are: (1) bidirectional Mamba scanning applied in an alternating horizontal&amp;ndash;vertical pattern across 14 layers to capture 2D atmospheric structure, and (2) the integration of bidirectional SSMs into Stormer&amp;rsquo;s adaLN-Zero residual block by replacing the self-attention sub-block while retaining the feed-forward sub-block and zero-initialized lead-time conditioning. In a controlled local comparison on ERA5 WeatherBench 2 (240x121 grid, 69 atmospheric variables, multi-step finetuned), Mamba-Stormer outperforms the 24-layer Transformer baseline: +2.73 % mean per-variable RMSE improvement at 6h, +2.34 % at 72 h, and +1.07 % at 120 h (all &lt;em&gt;p&lt;/em&gt; &amp;lt; 0.01), with BiMamba winning on 67/69, 69/69, and 66/69 variables respectively. Simultaneously, its &lt;em&gt;O&lt;/em&gt;(&lt;em&gt;L&lt;/em&gt;) backbone delivers a 1.10x computational throughput speedup at the WeatherBench 2 1.5&amp;deg; training resolution (121x240), growing to 2.59x at 512x512 as the &lt;em&gt;O&lt;/em&gt;(&lt;em&gt;L&lt;/em&gt;&amp;sup2;) attention cost increasingly dominates. These results suggest that bidirectional Vision Mamba is a strong backbone for neural weather prediction &amp;mdash; achieving better accuracy and growing computational efficiency, consistent with a more suitable spatial inductive bias for atmospheric modeling.</p>
</abstract>
<counts><page-count count="27"/></counts>
<funding-group>
<award-group id="gs1">
<funding-source>National Science Foundation</funding-source>
<award-id>NRT-HDR 2125295</award-id>
</award-group>
</funding-group>
</article-meta>
</front>
<body/>
<back>
</back>
</article>