Baselight

El Nino-Southern Oscillation (ENSO) Data

ENSO Related Standardized Monthly Climate Data (1950–2023)

@kaggle.shabanamir_enso_data

Loading...
Loading...

About this Dataset

El Nino-Southern Oscillation (ENSO) Data

Context

ENSO is a periodic fluctuation (i.e., every 2–7 years) in winds and sea surface temperatures over the tropical eastern Pacific Ocean, affecting the climate of many parts of the world. It is one of the main drivers of the interannual climate variability of Earth and can cause a wide range of climate anomalies. This dataset is to store ENSO indicators (variables related to ENSO) for better understanding and prediction of ENSO.

Content

The dataset contains ENSO-related standardized climate data from 1950 to 2023, collected from NOAA & NASA sites.

ENSO indicator columns:

  • ONI
  • SOI
  • MEI.v2
  • OLR
  • TNI
  • PNA
  • Nino 1+2 SST
  • Nino 1+2 SST Anomalies
  • Nino 3 SST
  • Nino 3 SST Anomalies
  • Nino 3.4 SST
  • Nino 3.4 SST Anomalies
  • Nino 4 SST
  • Nino 4 SST Anomalies

Other columns:

  • ENSO Phase-Intensity
  • Global Temperature Anomalies
  • Date
  • Month
  • Year
  • Season (2-month)
  • Season (3-month)
  • Season (12-month)

Acknowledgements

  • NOAA – National Oceanic and Atmospheric Administration
  • NCEI – National Centers for Environmental Information
  • NCAR – National Center for Atmospheric Research

Tables

Enso

@kaggle.shabanamir_enso_data.enso
  • 50.6 KB
  • 882 rows
  • 22 columns
Loading...

CREATE TABLE enso (
  "date" TIMESTAMP,
  "year" BIGINT,
  "month" VARCHAR,
  "global_temperature_anomalies" DOUBLE,
  "nino_1_2_sst" DOUBLE,
  "nino_1_2_sst_anomalies" DOUBLE,
  "nino_3_sst" DOUBLE,
  "nino_3_sst_anomalies" DOUBLE,
  "nino_3_4_sst" DOUBLE,
  "nino_3_4_sst_anomalies" DOUBLE,
  "nino_4_sst" DOUBLE,
  "nino_4_sst_anomalies" DOUBLE,
  "tni" DOUBLE,
  "pna" DOUBLE,
  "olr" DOUBLE,
  "soi" DOUBLE,
  "season_2_month" VARCHAR,
  "mei_v2" DOUBLE,
  "season_3_month" VARCHAR,
  "oni" DOUBLE,
  "season_12_month" VARCHAR,
  "enso_phase_intensity" VARCHAR
);

Share link

Anyone who has the link will be able to view this.