RClimate Script: NINO 3.4 SST Anomaly Trends

This RClimate Script lets users retrieve and plot the weekly NOAA NINO 3.4 SST  anomaly data for 1990 to the most recent value.  Links to the NOAA data file and my RClimate script are included. Users can run my script with a simple R source() statement.

NINO 3.4 SST Anomaly

I’ve discussed ENSO and NINO 3.4 in this earlier post.

SST’s in 4 equatorial Pacific zones are closely monitored to assess the status of El Nino – Southern Oscillation (ENSO).

NINO 3.4 SST anomaly provides a quick and effective indication of ENSO conditions. NOAA updates the NINO 1,2,3,3.4 and 4 SST and SSTA series weekly.

Here’s the weekly NINO 3.4 trend from 1990 to the most recent weekly reading. Click image to enlarge.

Here are the data and RClimate Script links:

About these ads

8 Responses to RClimate Script: NINO 3.4 SST Anomaly Trends

  1. Pingback: Volcanic Solar Dimming, ENSO and Temperature Anomalies | Climate Charts & Graphs

  2. Pingback: The Blackboard » R Plotting Questions

  3. Pingback: The Blackboard » How Strong Was the 2007 El Nino?

  4. Hi Kelly,
    Thanks for this. The online text file has a small bug. I cahnged:

    points(la_nina$yr_frac, lanina$ssta, col = “blue”, type = “h”)
    points(el_nino$yr_frac, elnino$ssta, col = “red”, type = “h”)

    to
    points(la_nina$yr_frac, la_nina$ssta, col = “blue”, type = “h”)
    points(el_nino$yr_frac, el_nino$ssta, col = “red”, type = “h”)

  5. Pingback: Checking Do-It-Yourself Climate Science | Climate Charts & Graphs

  6. Pingback: Area Plots with Intensity Coloring ~ el nino SST anomalies w/ ggplot2 « mind of a Markov chain

  7. Pingback: RClimate Script: NINO 3.4 SST Anomaly Trends « Climate Charts amp; Graphs « Script

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s