@ -18,7 +18,8 @@ If you want to run the code on a local computer, you need to download all files
@@ -18,7 +18,8 @@ If you want to run the code on a local computer, you need to download all files
* `rmm.txt`. Source of this text file you can [download directly](http://www.bom.gov.au/climate/mjo/graphics/rmm.74toRealtime.txt) from the Australian Bureau of Meteorology. The columns of the file represent the date (from 1974 onwards), components of the Real-time Multivariate MJO index (RMM), MJO phase and amplitude.
* `OLR_41year_NOAA.npy` This is a `numpy` array with the shape `(14976, 180, 360)`, containing daily averaged (14976 days) Outgoing Longwave Radiation flux values from NOAA PSL data set [olr.day.mean.nc](https://downloads.psl.noaa.gov/Datasets/olrcdr/olr.day.mean.nc) for every cell of a 1°×1° latitude-longitude grid (180×360) starting with 1980-1-1 and ending with 2021-12-31.
* `DAILY-ENSO34.npy`. This is a `numpy` array with the shape `(4992,)`, containing daily averaged sea surface temperature in the Niño 3.4 region. Here 4992 is the number of days when every third day in 1980–2020 is taken.
* `DAILY-IP-MAP-V4.3.npy`. This is a `numpy` array with the shape `(4992, 180, 360)`, containing daily averaged (4992 days) contributions to the ionospheric potential (IP) for every cell of a 1°×1° latitude-longitude grid (180×360) for every third day. The gird cell contributions are calculated with the Weather Research and Forecasting model (WRF) version 4.3.
* `DAILY-IP-MAP-V4.3.npy`. This is a `numpy` array with the shape `(4992, 180, 360)`, containing daily averaged (4992 days) contributions to the ionospheric potential (IP) for every cell of a 1°×1° latitude-longitude grid (180×360) for every third day. The grid cell contributions are calculated with the Weather Research and Forecasting model (WRF) version 4.3.
* `DAILY-CAPE-MAP-V4.3.npy`. This is a `numpy` array with the shape `(4992, 180, 360)`, containing daily averaged (4992 days) maximum CAPE values along the vertical axis for every cell of a 1°×1° latitude-longitude grid (180×360) for every third day. CAPE are calculated with the Weather Research and Forecasting model (WRF) version 4.3.
* `vostok_hourly <...>.txt` text files contain two columns, one of which represents the date and time (column `Datetime`) and the other, hourly averaged potential gradient (PG) values on the basis of the measurements at the Russian Antarctic station Vostok (column `Field`, the units are V/m).
* `sunspot_number_data.csv` contains information about the total sunspot number for every day of the years 1818--2022. You can download this file [here](https://www.sidc.be/silso/datafiles).
<!-- You can also download a pure Python version of the code without using the Jupyter notebook ([click here to download a zip-archive](https://git260.ipfran.ru/eee/mjo-gec-2022/archive/pure_python.zip)). With `Git 1.7.10` or later you can also clone a specific branch: -->