It has felt like storms are getting worse. Does the data support that feeling?
Author
Earth & Space Science
HS-ESS2-5HS-ESS2-8HS-ESS3-5Unit Duration: 18–30 days
27 Anchor Phenomenon
27.1 🌀 It Has Felt Like Storms Are Getting Worse
Does the data support that feeling, and will it continue?
In recent years, powerful storms have battered communities across the United States. From deadly blizzards burying the Northeast under feet of snow to Category 5 hurricanes devastating coastal cities, it feels like extreme weather is getting worse. But science doesn’t run on feelings—it runs on evidence.
In this unit, you will investigate whether storms really are becoming more frequent and intense, and use climate models to argue what the future may hold for your community.
28 Unit Driving Question
28.0.1 Will there be more frequent and more intense severe storms in the future?
This question will guide your work across all four lesson sequences in this unit. By the end, you will construct an evidence-based argument about how climate change may alter storm patterns in your region.
29 Tell the Story
Before analyzing data and building models, two real events anchor what this unit is about. Watch each video and examine the data that follows — jot down observations, what surprises you, and the questions you want answered.
29.1 🌨️ Tell the Story: Blizzards
Every few years, a massive winter storm bears down on the East Coast, shutting down cities and threatening lives. The news report below captures that moment of anticipation and dread right before one such storm arrives. As you watch, consider: Where is this storm heading? Who is in danger? Does this event seem unusual or part of a pattern?
29.1.1 🎬 Watch: A Deadly Winter Storm Heads to the East Coast
▶ Open videoTip: once you find the video, your teacher can embed it directly using its YouTube ID.
29.1.2 📍 US Winter Storm Track Maps: 2018–19 & 2019–20
The maps below show where major winter storms tracked across the United States during two consecutive seasons. Study the paths carefully — notice which regions get hit most often, where storms tend to originate, and how the patterns compare year to year.
The bar chart below shows NYC’s total seasonal snowfall for each winter from 2014 to 2024. The two seasons that match your storm track maps are highlighted in blue.
In your science notebook, respond to the following:
Video: What specific dangers did the reporter describe? What regions were under the most severe warnings?
Storm Track Maps: What patterns do you notice in where storms originate and which direction they travel?
Snowfall Graph: The 2018–19 and 2019–20 seasons look very different. What might explain that dramatic difference?
Your Wonder: Write one question you have about why blizzards form or why their frequency might be changing.
29.2 🌀 Tell the Story: Tropical Storms
In September 2017, Hurricane Maria struck Puerto Rico as a Category 4 storm — one of the deadliest hurricanes in recorded US history. Years later, communities were still rebuilding. The video below documents the devastation. As you watch, consider: What made this storm so catastrophic? How does geography matter? Is this a rare event or part of a pattern?
29.2.1 🎬 Watch: Island of Puerto Rico Destroyed by Hurricane Maria
▶ Open videoTip: once you find the video, your teacher can embed it directly using its YouTube ID.
29.2.2 🗺️ North Atlantic Hurricane Tracking Charts: 2018 & 2020
The official NOAA National Hurricane Center charts below show every named storm track in the 2018 and 2020 Atlantic hurricane seasons. Each line is a different storm’s path from formation to dissipation. Compare the two years — 2020 was a record-breaking season.
Use the toggle to compare the 2018 and 2020 Atlantic hurricane seasons. Each colored line represents a named storm’s track from formation to dissipation. 2020 was a record-breaking season.
The chart below shows how many named Atlantic storms formed each year from 2015 to 2023, with the two seasons that match your tracking charts highlighted in red.
Code
hurrSeasonData = [ {year:2015,storms:11,highlight:false}, {year:2016,storms:15,highlight:false}, {year:2017,storms:17,highlight:false}, {year:2018,storms:15,highlight:true}, {year:2019,storms:18,highlight:false}, {year:2020,storms:30,highlight:true}, {year:2021,storms:21,highlight:false}, {year:2022,storms:14,highlight:false}, {year:2023,storms:20,highlight:false}]Plot.plot({title:"Named Atlantic Storms per Season (2015–2023)",subtitle:"Red bars = seasons shown on the tracking charts above",width:700,height:360,x: { label:"Year",tickFormat:"d" },y: { label:"Named Storms",domain: [0,35],grid:true },marks: [ Plot.barY(hurrSeasonData, {x:"year",y:"storms",fill: d => d.highlight?"#b71c1c":"#ef9a9a",tip:true }), Plot.ruleY([14], { stroke:"#555",strokeDasharray:"6,4" }), Plot.text([{year:2016,storms:15.5}], {x:"year",y:16.5,text: d =>"≈14 avg",fill:"#555",fontSize:11 }) ]})
In your science notebook, respond to the following:
Video: What kinds of damage did you see? Who were the most affected communities, and why?
Tracking Charts: Compare the 2018 and 2020 storm tracks. Which season was more active? Where did most storms form?
Frequency Graph: 2020 stands out dramatically. Does this mean hurricanes are definitely getting worse? What other data would you need to be sure?
Your Wonder: Write one question the tracking charts raise for you about hurricane patterns or formation.
30 What Makes This Unit Different?
This unit builds directly on Unit 4: Climate Change, where you analyzed data about Earth’s changing climate. Now you’ll apply that understanding to a question that hits close to home: how might climate change affect the storms that impact your city?
Instead of memorizing weather vocabulary, you’ll:
🔬 Build models of how storms form
📊 Analyze real data on storm frequency and intensity
🗺️ Read weather maps like a meteorologist
💬 Construct arguments about future climate impacts
31 Unit Storyline Overview
31.0.1 Four Lesson Sequences — One Big Question
Each 5E sequence below addresses part of the unit driving question. Together they build toward a final performance task where you argue how storms in your region may change in the future.
31.0.2 🌨️ Sequence 1: Blizzards (7–13 days)
Investigative Phenomenon: Winter storm Jonas produced strong enough winds and enough snow to cause significant disruptions to society, damage to property, and harm to human life.
Key Questions: How do severe winter storms form? What causes wind and precipitation?
HS-ESS2-8
31.0.3 🗺️ Sequence 2: The Paths of Severe Storms (6–11 days)
Investigative Phenomenon: Maps from 2018–2020 show that blizzards and hurricanes exhibit clear patterns in where they start and the direction in which they travel.
Key Questions: Why do severe storms follow the paths they do? How might those paths shift with warming?
HS-ESS2-8
31.0.4 🌀 Sequence 3: Hurricanes (5–6 days)
Investigative Phenomenon: In 2005, hurricanes occurred in the North Atlantic Ocean between June and November 30, just like 2018 and 2020.
Key Questions: How do hurricanes form? Why do they occur only at certain times of year?
HS-ESS2-5
31.0.5 📢 Unit Closing: Constructing Your Argument (0–2 days)
Performance Task: Construct an oral argument from data analysis explaining how storms may change in the future in your region.
HS-ESS3-5
32 Storms by the Numbers
Let’s look at some real data to start building your intuition about whether storms are changing.
Code
Plot =require("@observablehq/plot")// Named Atlantic hurricanes per yearhurricaneData = [ {year:1980,count:11}, {year:1985,count:11}, {year:1990,count:14}, {year:1995,count:19}, {year:1996,count:13}, {year:1997,count:8}, {year:1998,count:14}, {year:1999,count:12}, {year:2000,count:15}, {year:2001,count:15}, {year:2002,count:12}, {year:2003,count:16}, {year:2004,count:15}, {year:2005,count:28}, {year:2006,count:10}, {year:2007,count:15}, {year:2008,count:16}, {year:2009,count:9}, {year:2010,count:19}, {year:2011,count:19}, {year:2012,count:19}, {year:2013,count:14}, {year:2014,count:8}, {year:2015,count:11}, {year:2016,count:15}, {year:2017,count:17}, {year:2018,count:15}, {year:2019,count:18}, {year:2020,count:30}, {year:2021,count:21}, {year:2022,count:14}, {year:2023,count:20}, {year:2024,count:18}]Plot.plot({title:"Named Atlantic Storms per Year (1980–2024)",subtitle:"Has there been a trend?",width:750,height:400,x: {label:"Year",tickRotate:-25,tickSpacing:12 },y: {label:"Number of Named Storms",domain: [0,35]},marks: [ Plot.barY(hurricaneData, {x:"year",y:"count",fill: d => d.count>=20?"#e74c3c": d.count>=15?"#f39c12":"#3498db",tip:true}), Plot.ruleY([14], {stroke:"#999",strokeDasharray:"5,5"}), Plot.text([{x:1985,y:15.5}], {x:"x",y:"y",text: d =>"1991–2020 average: ~14",fill:"#999",fontSize:11}), Plot.linearRegressionY(hurricaneData, {x:"year",y:"count",stroke:"#e74c3c",strokeWidth:2,strokeDasharray:"8,4"}) ]})
32.0.1 🤔 Initial Questions — What Do You Notice? What Do You Wonder?
Take a moment to study the graph above. In your notebook, write down:
What patterns do you notice in the number of named storms over time?
What questions do you have about why the numbers vary so much from year to year?
Do you think storms are getting worse? What evidence from this graph would you use to support your claim?
What additional data would you want to see to answer the unit driving question?
32.1 🌥️ Global Cloud Cover by Season
Where the atmosphere is most active, you see clouds. Three patterns drive almost everything in this unit: the Intertropical Convergence Zone (ITCZ), mid-latitude storm tracks (where blizzards live), and monsoon systems. All three shift with the seasons — and that shift is exactly why hurricane season and blizzard season fall when they do.
Toggle through the four seasons and look for: - Where cloud cover is thickest (most active storms / deepest convection) - Which latitudes are clearest (subtropical deserts, sinking air zones) - How the cloud bands connect to when and where hurricanes and blizzards strike
Loading map…
Clear skyDense clouds
Modeled seasonal climatology (ISCCP/MODIS) · Equirectangular projection — all regions visible simultaneously
33 Connecting to Unit 4
In Unit 4, you learned that:
Human activities have increased atmospheric CO₂ from 280 ppm to over 420 ppm
This enhanced greenhouse effect is raising global temperatures
Positive feedback loops (ice-albedo, water vapor, permafrost) amplify warming
Climate models project continued warming throughout the 21st century
33.0.1 🔗 Making Connections
Now consider: How might a warmer atmosphere and warmer oceans change storm behavior?
Write a brief hypothesis in your notebook. We’ll revisit it at the end of the unit to see how your thinking has evolved.
34 What You’ll Figure Out
By the end of this unit, you will be able to:
Sequence
You Will Figure Out…
Blizzards
Wind is caused by uneven heating → pressure differences. Cold and warm air masses collide to produce precipitation. Mid-latitude cyclones become blizzards under certain conditions.
Storm Paths
Global winds driven by uneven solar heating drive storm trajectories. Wind patterns may shift as temperatures rise.
Hurricanes
Hurricanes get energy from warm ocean water. Ocean temperature seasonality explains hurricane season.
Closing
You can construct an evidence-based argument about future storm changes in your region.
35 Getting Started
In the next chapter, we’ll dive into our first investigative phenomenon: Winter Storm Jonas and the science behind blizzard formation. Get ready to think like a meteorologist! 🌨️