[Paper] An Ocean Model Ported by a Large Language Model: Experience and Lessons from FESOM2 (Fortran to C to C++/Kokkos)

Published: (June 9, 2026 at 02:32 PM EDT)
2 min read
Source: arXiv

Source: arXiv - 2606.11356v1

Overview

Large language models (LLMs) can translate and modify source code, and have been shown to do so for codes of different complexity. Whether they can port a complete, production geophysical model to a different language without degrading its physics has not been established. We demonstrate that LLM-assisted code translation can preserve the physics of a complete production ocean model while moving it into a modern performance-portable form. We report our experience using an agentic LLM coding assistant, directed by domain experts, to port the FESOM2 unstructured mesh ocean—sea-ice model (about 74000 lines of core Fortran) first to C and then to C++/Kokkos for performance portability across CPUs and GPUs. We describe the practices that proved necessary, what worked and what did not, and the failure modes that we encountered. Three practices mattered most: translating in two stages that separate reproducing the numerics (Fortran to a clean C reference) from introducing parallelism (C to Kokkos); requiring a strictly literal translation in which the assistant was not permitted to “improve” the source; and validating each stage against an acceptance criterion suited to it. The C port reproduces the original Fortran at the level of long-term simulation statistics over five years. The Kokkos port is bit-for-bit identical to the C reference on CPU and statistically close on GPU over multi-year runs. On eddy-rich meshes up to 7.4 million surface vertices a single A100 GPU node runs 1.6—3.7 times faster than a CPU node, reaching the 1-2 simulated-years-per-day required for production integrations. The result is more than a single GPU port: by following a clear validation procedure, an LLM moved a full Fortran ocean model into another language and onto accelerators while preserving its physics in a matter of weeks.

Key Contributions

This paper presents research in the following areas:

  • physics.ao-ph
  • cs.DC
  • cs.SE
  • physics.comp-ph

Methodology

Please refer to the full paper for detailed methodology.

Practical Implications

This research contributes to the advancement of physics.ao-ph.

Authors

  • Nikolay V. Koldunov
  • Suvarchal K. Cheedela
  • Sergey Danilov
  • Dmitry Sidorenko
  • Sebastian Beyer
  • Thomas Jung

Paper Information

  • arXiv ID: 2606.11356v1
  • Categories: physics.ao-ph, cs.DC, cs.SE, physics.comp-ph
  • Published: June 9, 2026
  • PDF: Download PDF
0 views
Back to Blog

Related posts

Read more »