<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>climate science &#8211; Science</title>
	<atom:link href="https://scienmag.com/tag/climate-science/feed/" rel="self" type="application/rss+xml" />
	<link>https://scienmag.com</link>
	<description></description>
	<lastBuildDate>Sat, 12 Sep 2026 02:21:52 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.1</generator>

<image>
	<url>https://scienmag.com/wp-content/uploads/2024/07/cropped-scienmag_ico-32x32.jpg</url>
	<title>climate science &#8211; Science</title>
	<link>https://scienmag.com</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">73899611</site>	<item>
		<title>Scientists Draw a Roadmap for Trustworthy AI-Driven Earth System Models</title>
		<link>https://scienmag.com/scientists-draw-a-roadmap-for-trustworthy-ai-driven-earth-system-models/</link>
		
		<dc:creator><![CDATA[Blake Davidson]]></dc:creator>
		<pubDate>Sat, 12 Sep 2026 02:21:52 +0000</pubDate>
				<category><![CDATA[Technology and Engineering]]></category>
		<category><![CDATA[AI and physical equations in Earth system simulations]]></category>
		<category><![CDATA[Artificial Intelligence]]></category>
		<category><![CDATA[best practices for documenting AI components in climate science]]></category>
		<category><![CDATA[challenges of transparency in AI-enhanced climate models]]></category>
		<category><![CDATA[climate risk]]></category>
		<category><![CDATA[climate science]]></category>
		<category><![CDATA[computational reproducibility]]></category>
		<category><![CDATA[Earth System Models]]></category>
		<category><![CDATA[hybrid modelling]]></category>
		<category><![CDATA[implications of opaque learned components in Earth system models]]></category>
		<category><![CDATA[international collaboration in developing reliable climate models]]></category>
		<category><![CDATA[Machine learning]]></category>
		<category><![CDATA[model documentation]]></category>
		<category><![CDATA[Nature Machine Intelligence]]></category>
		<category><![CDATA[numerical instability in AI-integrated Earth system simulations]]></category>
		<category><![CDATA[reproducibility]]></category>
		<category><![CDATA[reproducibility in hybrid climate modeling]]></category>
		<category><![CDATA[RHEM framework]]></category>
		<category><![CDATA[risks of non-reproducibility for climate policy]]></category>
		<category><![CDATA[scientific transparency]]></category>
		<category><![CDATA[stochastic training procedures in climate modeling]]></category>
		<category><![CDATA[trustworthy AI-driven Earth system models]]></category>
		<category><![CDATA[version control and dataset management in hybrid climate models]]></category>
		<guid isPermaLink="false">https://scienmag.com/?p=193486</guid>

					<description><![CDATA[An international team proposes the RHEM framework to make AI-infused hybrid Earth system models transparent, trustworthy and reproducible.]]></description>
										<content:encoded><![CDATA[<p>Artificial intelligence has transformed the way scientists simulate the planet. Machine learning now sits inside Earth system models that once relied purely on physical equations, accelerating predictions of weather extremes, carbon cycles and climate risk. But a new Perspective published in Nature Machine Intelligence warns that this powerful fusion of physics and data-driven computing carries a hidden liability: many hybrid models can no longer be reliably reproduced by independent researchers, threatening the evidential foundation on which climate policy rests.</p>
<p>The international team, led by Min Chen and Zhiyi Zhu of Nanjing Normal University together with Thorsten Wagener, Niklas Boers and more than twenty colleagues across Europe, Asia, Australia and North America, argues that reproducibility must be rethought for the artificial intelligence era. In traditional Earth system modelling, reproducibility largely meant running the same code, on comparable hardware, with the same inputs, and obtaining the same outputs. Hybrid models break that tidy picture. Their numerical behaviour depends not only on deterministic physical solvers but also on stochastic training procedures, opaque learned components, versioned datasets and specialized computing environments that are difficult to document and share.</p>
<p>The authors identify three compounding problems. The first is numerical instability: neural network components embedded in climate and hydrological simulations can behave chaotically across tiny changes in hardware, software libraries or floating-point precision, so that two nominally identical runs produce divergent results. The second is procedural opacity: when a deep learning module replaces a physically derived parameterization of clouds, convection or runoff, the reasoning behind a prediction can become effectively inaccessible, making verification and error diagnosis far harder. The third is asymmetric access to computational resources: training frontier models demands GPU clusters and curated datasets that many institutions, particularly in lower-income countries, simply cannot obtain, narrowing who can check and extend published work.</p>
<p>The stakes extend beyond academic housekeeping. Hybrid Earth system models increasingly inform climate risk assessments, disaster early-warning systems and national adaptation strategies. If their results cannot be traced, tested and re-derived, the authors contend, the models risk becoming weakly verifiable black boxes. That would erode model traceability, weaken the cumulative build-up of knowledge across research communities and ultimately narrow the evidential basis available to bodies such as the Intergovernmental Panel on Climate Change and the policymakers who rely on its assessments.</p>
<p>At the core of the Perspective is a conceptual reframing. Rather than treating reproducibility as a post hoc checklist applied when a paper is published, the team proposes that it should be understood as a structural property of the modelling process itself. They argue for a theory of reproducibility assessment calibrated to the epistemology of hybrid systems, in which the question is not merely whether a numerical output can be replicated bit-for-bit, but whether the full chain of evidence — data provenance, training procedure, physical coupling, uncertainty characterization and code environment — can be independently reconstructed and evaluated.</p>
<p>To translate that principle into practice, the researchers introduce RHEM, short for Reproducibility in hybrid Earth system models, a reference guideline intended to govern transparent, trustworthy and reproducible model development. RHEM is conceived as a shared framework against which modelling groups can design, document and audit their workflows. Its criteria cover the life cycle of a hybrid model, from the definition of research questions and the curation of training data through the coupling of machine learning components with physical cores, and finally to release, versioning and community reuse.</p>
<p>Complementing the framework, the Perspective lays out practical pathways that operationalize its criteria into actionable measures. These include comprehensive documentation strategies for geosimulation experiments, provenance capture using standards such as W3C PROV, containerized software environments that pin library versions and hardware assumptions, and modular architectures that clearly separate learned components from physical ones so each can be tested independently. The authors also highlight physically informed constraints on neural networks, which enforce conservation laws and other analytic requirements to stabilize learned parameterizations, and benchmark datasets such as WeatherBench that allow head-to-head comparison of competing forecasting approaches.</p>
<p>The proposal draws on a wide body of prior work in computational science. The authors situate their argument in the broader reproducibility crisis documented across disciplines, citing surveys in which a majority of surveyed scientists reported failing to reproduce others&#8217; experiments, along with manifestos for reproducible science, guidelines for artificial intelligence transparency, and studies showing that much computational hydrology has historically resisted independent replication. They also note existing community infrastructure — component-based modelling frameworks, virtual laboratories, FAIR principles for research software and open modelling portals — as building blocks on which RHEM-style governance can be constructed rather than starting from scratch.</p>
<p>What distinguishes the new contribution, the authors argue, is the explicit coupling of a conceptual structure with operational guidance tailored to hybrid systems. Earlier reproducibility efforts addressed either classical numerical models or machine learning research in isolation. Hybrid Earth system models inherit the pathologies of both: the chaos sensitivity and tuning culture of climate simulation, and the nondeterminism, dataset dependence and interpretability gaps of deep learning. By treating these as an integrated design problem, the team hopes reproducibility can move from an aspirational virtue to an engineered characteristic, embedded in how models are built, tested and documented.</p>
<p>The Perspective closes with a call for coordinated community action. Modelling centres, funding agencies, journals and cyberinfrastructure providers each hold part of the solution, from mandating reproducibility statements at submission to sustaining shared computing resources that level the field between well-funded and resource-constrained groups. If such measures take hold, the authors conclude, reproducibility can be established as a foundational principle of Earth system science in the artificial intelligence era — ensuring that as models grow more powerful, they also grow more accountable, traceable and worthy of the public trust placed in the climate science they support.</p>
<p>The reproducibility dilemma confronting hybrid models has deep historical roots in Earth science. As early as 1994, philosophers and modellers cautioned that numerical models of the Earth could never be verified in the strict sense familiar from laboratory science, because the systems they describe are open, unique and only partially observable. That insight, once confined to philosophical debates about validation, has acquired new urgency now that learned components trained on finite observational records sit inside simulation codes whose outputs shape billion-dollar adaptation decisions. The Perspective effectively extends an old epistemological caution into the computational present, arguing that the looseness of verification once tolerated in physical modelling cannot be compounded by the additional opacity of machine learning.</p>
<p>Computational studies illustrate how fragile reproducibility can be even without neural networks. Research on the EC-Earth3 climate model showed that a change in computing environment could alter simulation outputs in ways that complicated replication, while work on atmospheric regional modelling identified hydrodynamic noise as a fundamental limit on reproducibility, distinguishing irreducible chaos from avoidable procedural failures. These findings matter for the hybrid era because they supply a baseline: some divergence between runs is physically expected, and a sensible reproducibility standard must therefore separate meaningful nondeterminism from instability introduced by sloppy engineering, unstated library versions or uncontrolled floating-point behaviour. The roadmap proposed by Chen and colleagues builds directly on this distinction, seeking to pin down everything that is controllable so that remaining variability can be interpreted scientifically rather than dismissed as noise.</p>
<p>The timing of the Perspective reflects how quickly artificial intelligence has penetrated the field. Differentiable programming frameworks now allow entire Earth system processes to be embedded in gradient-based training loops, generative adversarial networks constrained by physics have been used to sharpen precipitation fields, and scale-adaptive generative models can downscale coarse model output with quantified uncertainty. Commercial and academic systems alike have demonstrated skillful medium-range global weather forecasting learned purely from data, and a foundation model for the Earth system has been proposed as a general-purpose substrate for downstream tasks. Each of these advances widens the surface area of reproducibility risk: more pretrained weights, more data pipelines, more hardware dependencies and more points at which undocumented choices silently enter the scientific record.</p>
<p>The authors&#8217; emphasis on asymmetric access also connects to a broader equity conversation in geospatial and climate research. Surveys of reproducibility practices across the sciences have repeatedly found that most researchers regard replication as difficult, and geospatial researchers have documented how data licensing, proprietary platforms and uneven computational capacity compound the problem in their field. Explainable artificial intelligence for Earth observation has been examined partly through regulatory and societal lenses, underscoring that transparency is not merely a technical preference but increasingly a governance expectation. Framing reproducibility as a structural property rather than a publication-time obligation aligns with these developments, since transparency measures embedded early in a workflow are far cheaper and more effective than forensic reconstruction after the fact.</p>
<p>There is also a constructive reading of the moment. The same machine learning techniques that create reproducibility hazards can support the remedy: automated provenance capture, differentiable pipelines that make couplings explicit, and uncertainty-aware generative methods that state their own limitations. The Perspective&#8217;s insistence on coupling a theory of assessment with practical pathways acknowledges this duality. By treating documentation, containerization, modular separation of learned and physical components, and physically informed constraints as parts of a single design discipline, the framework aims to make trustworthiness a property that can be engineered, audited and incrementally improved — a stance the authors present as essential if the accelerating capabilities of hybrid Earth system models are to translate into durable, verifiable scientific knowledge.</p>
<p><strong>Subject of Research:</strong> Reproducibility challenges and governance frameworks for hybrid Earth system models that integrate artificial intelligence</p>
<p><strong>Article Title:</strong> Enhancing reproducibility in hybrid Earth system models</p>
<p><strong>Article References:</strong> Chen, M., Zhu, Z., Wagener, T., Boers, N., Müller, R. D., Strobl, J., Camps-Valls, G., Batty, M., Jakeman, A. J., Kolditz, O., Nativi, S., Brovelli, M. A., Creutzig, F., Kumar, P., Whitehead, P., Barton, C. M., Liu, D., Ma, P., Ma, Z., &#8230; Lü, G. (2026). Enhancing reproducibility in hybrid Earth system models. <em>Nature Machine Intelligence</em>. <a href="https://doi.org/10.1038/s42256-026-01299-5" rel="noopener noreferrer">https://doi.org/10.1038/s42256-026-01299-5</a></p>
<p><strong>Image Credits:</strong> AI Generated</p>
<p><strong>DOI:</strong> <a href="https://doi.org/10.1038/s42256-026-01299-5" rel="noopener noreferrer">10.1038/s42256-026-01299-5</a></p>
<p><strong>Keywords:</strong> Earth system models, artificial intelligence, reproducibility, hybrid modelling, machine learning, climate science, Nature Machine Intelligence, RHEM framework, scientific transparency, model documentation, climate risk, computational reproducibility</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">193486</post-id>	</item>
	</channel>
</rss>
