schoolFor Educators

Teacher Resources

Everything you need to bring El Nino and ENSO education into your classroom.

Lesson Plans

1

Introduction to ENSO

schedule45 mingroupsGrades 6-8
2

Ocean-Atmosphere Connection

schedule50 mingroupsGrades 7-9
3

Global Climate Impacts

schedule55 mingroupsGrades 8-10
4

Reading Real-Time Data

schedule60 mingroupsGrades 9-11
5

Prediction & Preparedness

schedule65 mingroupsGrades 10-12

scienceNGSS Standards

  • • ESS2.D: Weather and Climate
  • • ESS2.A: Earth Materials and Systems
  • • ESS3.D: Global Climate Change
  • • Analyzing and Interpreting Data

downloadQuick Downloads

Module Overview & Learning Objectives

The Investigating El Niño module provides progressive, scaffolded instruction spanning from middle school through advanced high school levels. Students develop understanding of ENSO as a natural climate oscillation, learn to analyze real oceanographic and atmospheric data, and apply machine learning to climate pattern recognition.

Overall learning arc: Students progress from reading SST maps to implementing neural networks. Each level builds on previous knowledge while introducing new analytical techniques and deeper scientific content.

Core learning objectives: - Understand ENSO as coupled ocean-atmosphere phenomenon - Read and interpret sea surface temperature anomaly maps - Analyze multi-variable climate datasets - Understand how scientists define and measure ENSO - Apply statistical methods to climate analysis - Understand machine learning applications in climate science - Design and conduct original climate research - Communicate findings clearly

Student skills developed: - Data literacy and interpretation - Computational thinking - Scientific reasoning and hypothesis testing - Quantitative analysis - Communication of complex scientific concepts - Understanding of AI and machine learning

NGSS Standards Alignment

The module aligns with multiple NGSS performance expectations:

Middle School (Grades 6-8): - MS-ESS2-6: Develop and use a model to describe how unequal heating and rotation of Earth cause patterns of atmospheric and oceanic circulation that determine regional climates. - MS-ETS1-1: Define the criteria and constraints of a design problem with sufficient precision to ensure a successful solution. - MS-LS2-1: Analyze and interpret data to provide evidence for the effects of resource availability on organisms and populations.

High School (Grades 9-12): - HS-ESS2-4: Use a model to describe how variations in the flow of energy into and out of Earth's systems result in changes to the climate. - HS-LS2-1: Use mathematical and/or computational representations to support explanations of factors that affect carrying capacity of ecosystems. - HS-ETS1-2: Design a solution to a complex real-world problem by breaking it down into smaller, manageable problems.

Science and Engineering Practices: Analyzing data, modeling, constructing explanations, engaging in argument, planning investigations, using mathematics.

Crosscutting Concepts: Systems and system models, patterns, energy and matter, cause and effect, scale/proportion/quantity, stability and change.

Lesson Plan: Level-by-Level Walkthrough

Level 1 (2-3 class periods, grades 6-9)

Period 1: What is ENSO? - Introduce El Niño with current event examples. Show photos of 1997-1998 Super El Niño impacts—coral bleaching, floods, droughts. - Define El Niño, La Niña, and neutral conditions using analogies. Think of the Pacific like a bathtub: normally, hot water pools on one end and cold on the other. During El Niño, hot water spreads toward the drain. During La Niña, the contrast strengthens. - Discuss why ENSO matters: billions of dollars in economic impacts, affects food security, triggers extreme weather. - Distribute maps showing SST during strong El Niño. Have students identify warm regions and note their geographic location.

Period 2: Reading SST Maps - Introduce absolute SST maps and anomaly maps. Explain why anomalies are more useful (account for seasonal variation). - Provide color-coded SST anomaly maps from different months. Have students identify El Niño (red in central Pacific), La Niña (blue), and neutral (mixed colors). - Practice with real satellite maps from the past year. Ask: "What ENSO phase is this month in? What do you predict next month will be?" - Introduce the ONI index. Show a time series graph. Identify El Niño and La Niña periods visually.

Period 3: Why ENSO Matters - Show case studies of ENSO impacts: Australian droughts during El Niño, Indonesian floods during La Niña, Pacific island rainfall shifts. - Connect to human systems: agriculture, water supplies, fishing, disaster preparedness. - Have students research and present one El Niño or La Niña event and its documented impacts.

Assessment: Students identify ENSO phase from SST maps with 80%+ accuracy. Can explain why ENSO matters using at least two regional examples.

Level 2 (3-4 class periods, grades 8-10)

Period 1-2: Advanced SST Analysis - Review anomaly maps and ONI from Level 1. - Introduce ONI definition: warm/cool phase when anomalies exceed ±0.5°C for 3 consecutive overlapping three-month periods. - Provide 70 years of ONI data. Have students create a time series plot, shade El Niño and La Niña periods, measure event strength. - Calculate statistics: frequency of events per decade, average duration, average peak strength.

Period 3: Comparing El Niño and La Niña - Display maps from strong El Niño and strong La Niña years side-by-side. - Identify differences in spatial patterns, intensity, regional variations. - Discuss why patterns are not simply opposites—asymmetries exist. - Explore how El Niño and La Niña affect specific regions differently.

Period 4: Teleconnections - Introduce teleconnections—weather pattern impacts thousands of kilometers from the Pacific. - Show maps of typical rainfall anomalies during strong El Niño. Regions where it rains more, regions where it rains less. - Have students research impacts for their geographic region specifically. - Discuss mechanisms: how tropical Pacific warmth affects the jet stream and global weather patterns.

Assessment: Students plot ONI index accurately. Identify peak El Niño and La Niña events correctly. Predict typical rainfall impacts for given region during El Niño.

Level 3 (4-5 class periods, grades 9-11)

Period 1-2: Machine Learning Basics - Introduce pattern recognition. Ask: how do you identify El Niño from a map? What patterns matter? - Explain that neural networks learn to recognize patterns by seeing thousands of examples. - Walk through simplified neural network architecture: inputs (SST values) → layers (feature extraction) → outputs (classification). - Show how networks learn: training on historical data, testing on unseen data.

Period 3: Training a Simple Classifier - Provide Python notebooks (or equivalent) implementing neural networks. - Guide students through: loading SST data, creating train/test splits, building network, training, evaluating. - Students train networks and check accuracy on test data. Typical target: 85%+ accuracy. - Discuss what the network learned: do learned features match known ENSO patterns?

Period 4-5: Comparing Approaches - Compare AI classification to traditional ONI index approach. - Discuss advantages (AI uses more data) and disadvantages (less interpretable). - Evaluate ensemble approaches: averaging multiple models' predictions. - Apply to recent year: train on data through 2023, try to classify 2024 data in real-time.

Assessment: Students successfully train a neural network achieving 85%+ test accuracy. Explain (in writing) why their network made specific predictions, referencing what patterns it identified.

Level 4 (4-5 class periods, grades 10-12)

Period 1-2: ENSO Forecasting - Introduce forecasting concepts. Why is forecasting harder than classification? - Explain skill metrics: correlation, categorical accuracy, progression of skill decline with lead time. - Show real ENSO forecasts from NOAA and other sources issued 3-6 months ago.

Period 3: The Spring Predictability Barrier - Investigate real forecast data focusing on spring-issued predictions. - Compare forecast skill for spring-issued vs. autumn-issued forecasts. - Discuss why spring is challenging: transition to seasonal thermocline, weak constraints on future evolution. - Explore ideas for improving spring barrier forecasting.

Period 4-5: Building a Forecast Model - Guide students through building LSTM (recurrent neural network) for forecasting. - Train networks on historical data, evaluate skill at various lead times. - Compare network skill to statistical models and ensemble approaches. - Apply to real-time forecasting if possible.

Assessment: Students build working forecast models. Write analysis comparing skill across lead times, explaining why longer-lead predictions are harder.

Level 5 (Capstone Project, 6-8 weeks)

Weeks 1-2: Research Question and Literature Review - Students identify their research question focusing on ENSO impacts or predictability. - Conduct literature review: read scientific papers, understand existing knowledge. - Write research proposal (3-5 pages) including question, hypothesis, methods.

Weeks 3-4: Data Collection and Exploratory Analysis - Gather ENSO data, regional climate data, and other relevant variables. - Create exploratory plots: time series, anomaly maps, simple correlations. - Document data sources and quality checks.

Weeks 5-6: Statistical and AI Analysis - Perform regression analysis, significance testing, and AI modeling. - Validate results on test data, compare to baseline models. - Refine analyses based on results.

Week 7: Results and Interpretation - Synthesize findings into clear written presentation. - Create figures and tables explaining results. - Connect back to research question and real-world implications.

Week 8: Final Presentations - Students present findings to class. - Peers and instructor provide feedback. - Poster session showing methodology and results.

Assessment: Capstone project rubric assessing research quality, analytical rigor, data interpretation, and communication (see rubric section).

Classroom Activities & Discussion Prompts

Activity 1: SST Map Interpretation StationsSet up stations with printed SST maps from different months. Students rotate through, identifying El Niño/La Niña/neutral phases, predicting next month, noting geographic patterns. Discuss as a class which patterns are most obvious.

Activity 2: Correlation Scavenger HuntProvide rainfall data for 5-10 locations globally. Students compute correlations with ONI. Which locations show strong El Niño impacts? Which are independent? Plot results on a world map. Discuss why patterns match known geography.

Activity 3: El Nino Prediction ChallengeIssue ONI data through November. Students predict December-February average using any method (statistical, pattern matching, ensemble). Record predictions. Reveal actual result. Discuss what worked, what didn't.

Activity 4: Forecast EvaluationProvide real forecasts issued 3 months ago from different organizations. Compare to actual ENSO conditions. Calculate accuracy. Discuss which methods worked best and why.

Activity 5: Neural Network VisualizationAfter training networks, visualize learned features. What patterns did the network identify as "El Niño"? Are they physical? Discuss how scientists validate that AI learned meaningful patterns rather than artifacts.

Discussion Prompt 1: Climate Change and ENSOAs global temperatures warm, does El Niño behavior change? Do events become stronger, more frequent, or different in pattern? Review recent papers on this topic. What remains uncertain?

Discussion Prompt 2: ENSO Predictability LimitsWhy can't we predict El Niño perfectly years in advance? Discuss physical limits to predictability. Is this related to chaos theory? Are some ENSO aspects more predictable than others?

Discussion Prompt 3: Indigenous Knowledge and ENSOMany Pacific Islander and coastal communities have long histories with ENSO-related impacts. How did societies develop knowledge of this oscillation before modern instruments? How might indigenous knowledge complement scientific understanding?

Discussion Prompt 4: ENSO and Food SecurityExplore how El Niño affects global food production. Why do some agricultural regions benefit while others suffer? How do farmers currently adapt? How might better forecasting improve adaptation?

Assessment Rubrics

Level 1 Assessment Rubric (SST Map Reading)

Excellent (A): Correctly identifies ENSO phase from anomaly maps. Can explain why specific regions show warm/cool colors. Predicts El Niño or La Niña development 1-2 months ahead. Shows understanding of geographic patterns.

Proficient (B): Usually identifies ENSO phase correctly. Explains color patterns with some guidance. Predictions sometimes accurate. Understands basic patterns.

Developing (C): Sometimes identifies ENSO phase. Limited explanation of patterns. Predictions often incorrect. Basic understanding present but incomplete.

Beginning (D): Rarely identifies ENSO phase correctly. Cannot explain patterns. Predictions not meaningful. Lacks foundational understanding.

Level 3 Assessment Rubric (Neural Network Training)

Excellent (A): Trains network achieving 90%+ test accuracy. Explains learned features in terms of ENSO physics. Compares approaches thoughtfully. Identifies strengths and limitations of AI methods.

Proficient (B): Trains network achieving 85-90% accuracy. Explains learned features with some connection to ENSO. Compares approaches with reasonable insight.

Developing (C): Trains network achieving 80-85% accuracy. Limited explanation of learned features. Comparison of approaches incomplete.

Beginning (D): Cannot successfully train network. No meaningful explanation of methods. No comparison.

Level 5 Capstone Rubric (30 points)

Research Question (5 points): Clear, answerable, specific, geographically and temporally bounded. Addresses real-world relevance.

Data and Methods (5 points): Appropriate data sources documented. Methodology clearly explained. Statistical and/or AI techniques applied correctly. Validation performed.

Analysis and Interpretation (8 points): Results clearly presented with appropriate figures and tables. Findings explained in context of climate physics. Strengths and limitations discussed.

Significance and Implications (5 points): Connection to real-world applications clear. Implications for forecasting or decision-making explained. Broader climate science context provided.

Communication (7 points): Writing is clear and well-organized. Figures are labeled and explained. No major errors. Professional presentation quality.

Differentiation Strategies

For Advanced Students: - Skip Level 1-2, move directly to Level 3 - Extend Level 4 to multi-model ensemble approaches - Complete full Level 5 capstone - Mentor other students - Explore publishing research-quality findings - Investigate advanced topics: ENSO diversity, predictability limits, coupling mechanisms

For Struggling Students: - Spend additional time on Level 1 fundamentals - Use guided worksheets rather than open-ended analysis - Focus on qualitative pattern recognition before quantitative analysis - Reduce technical requirements (fewer lines of code required) - Pair with peer mentors - Provide worked examples of each type of analysis - Use simplified AI models rather than full neural networks

For ELL Students: - Provide glossaries of scientific terms in multiple languages - Use visual representations prominently - Read weather/climate case studies aloud - Provide sentence frames for discussion - Focus on visual pattern recognition before technical analysis

For Students with Different Interests: - Agriculture-focused: Explore ENSO impacts on specific crops in their region - Art/design: Create visualizations of ENSO teleconnections, design infographics - Public health: Research health impacts of ENSO-driven extreme events - Technology: Deep dive into neural network architectures and optimization - Policy: Explore ENSO applications in water management and disaster preparedness

Additional Resources

Real Data Sources: - NOAA Climate Prediction Center (ONI index, forecasts) - Copernicus Climate Data Store (satellite SST data) - IRI Data Library (various climate datasets) - Pacific Fishery Information Network (fisheries data affected by ENSO)

Visualization Tools: - NOAA's ENSO monitoring page (maps and updates) - Python libraries (Matplotlib, Xarray for climate data analysis) - Google Earth Engine (satellite data visualization)

Scientific Papers (accessible for high school level): - NOAA ENSO overview and research summaries - Review articles on ENSO mechanisms and impacts - Papers on AI applications in climate science

Professional Resources for Teachers: - NOAA Education resources and lesson plans - American Meteorological Society K-12 education resources - Join NOAA's Education listserv for updates and support