91³Ô¹ÏÍø

Watch CBS News

Winter storm doesn't disprove climate change, despite Trump's claim. Scientists explain why.

President Trump cited a major winter storm forecast to impact about two-thirds of the United States as evidence to suggest that global warming does not exist, repeating a misleading claim that has been consistently debunked by climate experts.

In a on Friday, he said, "Record Cold Wave expected to hit 40 States. Rarely seen anything like it before. Could the Environmental Insurrectionists please explain — WHATEVER HAPPENED TO GLOBAL WARMING???"

Climate scientists say Mr. Trump's statement conflates short-term weather trends with long-term climate changes. 

The unusually cold air spilling into the United States is an example of weather, while climate is  an average of temperatures across the world over time that shows warm areas outweighing cold ones, according to Dr. Steven Decker, director of Rutgers University's Meteorology Undergraduate Program.

Global warming, which refers to the overall rise in global temperatures due to increased greenhouse gases in the atmosphere, is one aspect of climate change, according to the .

Heavy ice accumulations are more likely to happen when there is a considerable amount of warm air next to cold Arctic air, Dr. Daniel L. Swain, a climate scientist at the University of California Agriculture and Natural Resources, told CBS News. The accumulations require a substantial amount of the atmosphere to have warmer-than-freezing temperatures to ensure that precipitation melts instead of falling as snow.

Mr. Trump has a history of repeating false claims about global warming, including in during a widespread .

"Global warming continues and has in fact been progressing at an increased rate in recent years," Swain said.

The National Oceanic and Atmospheric Administration recently 2025 as the third-warmest year since 1850. "Notably, the 10 warmest years in the 176-year record have all occurred since 2015," NOAA said in its .

Historical data from NOAA shows that the eastern U.S. has seen a winter warming trend over the past century. 

winter-temps-chart.jpg
Historical data from NOAA shows that the eastern U.S. has seen a winter warming trend over the past century. NOAA NCEI

Meanwhile, most of the western U.S. has been experiencing record-warm winter temperatures, according to a database created by the University of California, Merced.

temps-90days.jpg
Most of the western U.S. is experiencing record-warm winter temperatures, according to a database created by the University of California, Merced. Climate Toolbox/CBS News

There is evidence that warm air can weaken the polar vortex, a mass of strong winds that normally keeps frigid Arctic air locked in around the North Pole, and send outbreaks of cold air southward.

Incoming cold air from the polar vortex is expected to play a part in the winter storm continuing through the weekend. Some states have already been experiencing extreme cold temperatures and wind chills, and the plummeting temperatures will stretch as far south as Texas.

Swain also pointed out that Mr. Trump's description of this weekend's winter storm forecast was not exactly correct.  

"'Record cold wave' is an objectively inaccurate way to describe what is currently unfolding," Swain said in an email. "It is possible, however, that some locations could see record-breaking ice accumulations from this storm."

View CBS News In
CBS News App Open
Chrome Safari Continue
const link = doc.createElement('link'); link.rel = 'stylesheet'; link.href = '/fly/fly/bundles/cbsnewscontent/css/cmp-banner.min.css?v=296763317a51cab90faa73f1bb146d5c'; doc.head.appendChild(link); doc.body.innerHTML = CONSENT_MESSAGE; } else { el.insertAdjacentHTML('afterend', CONSENT_MESSAGE); } }); } function hidePrivacyMessage() { // Remove from the main document document.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); // Remove from inside any iframes document.querySelectorAll('iframe').forEach(iframe => { const doc = iframe.contentDocument || iframe.contentWindow.document; doc.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); }); } function activateGatedScripts() { // Handle both new format (cmp-gated-script) and old OneTrust/Ketch format (optanon-category-4) const gatedScripts = Array.from(document.querySelectorAll('script.cmp-gated-script, script.optanon-category-4')); // Activate scripts sequentially with a small delay to avoid timing issues let delay = 0; gatedScripts.forEach(function(placeholder, index) { setTimeout(function() { // Skip if already processed if (placeholder.hasAttribute('data-cmp-processed')) { return; } placeholder.setAttribute('data-cmp-processed', 'true'); const newScript = document.createElement('script'); newScript.type = 'text/javascript'; // Try new format first (data-cmp-src), then fall back to old format (data-src) const src = placeholder.getAttribute('data-cmp-src') || placeholder.getAttribute('data-src'); if (src) { newScript.src = src; } else if (placeholder.textContent) { // Inline script - just copy the content newScript.textContent = placeholder.textContent; } // Handle new format attributes (data-cmp-attrs) - for both inline and external scripts const attrs = placeholder.getAttribute('data-cmp-attrs'); if (attrs) { const tempDiv = document.createElement('div'); tempDiv.innerHTML = '
<\/div>'; const tempAttrs = tempDiv.firstChild.attributes; for (let i = 0; i < tempAttrs.length; i++) { // For external scripts, allow defer/async. For inline scripts, skip them (not valid) if (src || (tempAttrs[i].name !== 'async' && tempAttrs[i].name !== 'defer')) { newScript.setAttribute(tempAttrs[i].name, tempAttrs[i].value); } } } // Copy other attributes from old OneTrust format for (let i = 0; i < placeholder.attributes.length; i++) { const attr = placeholder.attributes[i]; // Skip attributes we've already handled or don't want to copy if (!['class', 'data-src', 'data-type', 'data-cmp-src', 'data-cmp-attrs', 'data-cmp-processed', 'type', 'async', 'defer', 'src'].includes(attr.name)) { newScript.setAttribute(attr.name, attr.value); } } placeholder.parentNode.replaceChild(newScript, placeholder); // If external script, manually trigger window.onload handlers after it loads // This handles widgets that use window.onload for initialization if (src) { newScript.addEventListener('load', function() { // If page already loaded and script set a new onload handler, trigger it if (document.readyState === 'complete' && window.onload) { const originalOnload = window.onload; window.onload = null; // Clear temporarily to prevent loops originalOnload(); // Execute the handler } }); } }, delay); delay += 500; // 500ms delay between each script to allow full loading }); } cbsoptanon.onScriptsReady(function(cmp) { cmp.ot.targetingAllowed(function(allowed) { if (!allowed) { showPrivacyMessage(); } else { activateGatedScripts(); } }); cmp.ot.awaitInitialConsent(function(consent_model) { cmp.ot.addOnConsentChangedHandler(function() { cmp.ot.targetingAllowed(function(allowed) { if (allowed) { hidePrivacyMessage(); activateGatedScripts(); } else { showPrivacyMessage(); } }); }); }); });