BenWalleshauser / Predicting-SST-w-.-Coupled-RCs

MIT License
3 stars 0 forks source link

Predicting Sea Surface Temperatures with Coupled Reservoir Computers

Reservoir computing is a type of neural net that uses randomly generated input and middle weights, which effectively reduces training time compared to a traditional RNN. In these files, coupled reservoir computers are utilized in order to predict global sea surface temperatures (SST). In order to create a trained model which will then subsequently forecast SSTs around the globe, download the processed dataset (see section below) then simply open the file in the Code folder titled Main and hit run.

If you'd like to see previously collected results, watch the video below!

https://user-images.githubusercontent.com/72924413/147812076-44962675-0551-44ef-8d2a-bde70d571dc6.mp4

Code:

Data:

The dataset used to train and validate the model is titled “GHRSST Level 4 MUR 0.25deg Global Foundation Sea Surface Temperature Analysis (v4.2)” which contains sea surface temperature data in degrees Kelvin on a global 0.25° grid from 2002 to 2021 in one day increments. This version is based on nighttime GHRSST L2P skin and sub skin SST observations from several instruments, and is publicly available online via PODAAC [1]. The data was downloaded with the use of OPENDAP on 10/10/2021. The years 2003 to 2020 of the dataset were selected to form the training and validation dataset. The data is given in an equirectangular format, which is used throughout the modelling process for simplification purposes even though this implicitly leads to a more refined mesh near the pole.

The dataset was downloaded and then processed such that the grid-size was now 1.50°x1.50°. The files used to download and discretize the data are found above in the DataProcessing folder, though these are only important if one wishes to re-process the data to their own liking.

To download the processed dataset:\ Go to the shared Google Drive folder here, and download the file titled SST_Data.mat, which you could then save to the same path as Main.

References:

[1]: JPL MUR MEaSUREs Project. 2019. GHRSST Level 4 MUR 0.25 deg Global Foundation Sea Surface Temperature Analysis. Ver. 4.2. PO.DAAC, CA, USA. Dataset accessed [2021- 10-10] at https://doi.org/10.5067/GHM25-4FJ42.