/A_CNN

CNN based ENSO all season forecast model

Primary LanguagePython

A_CNN

CNN based all-season ENSO forecast model

Processes of the Nino3.4 prediction

  • Main training with CMIP5 data (csh/1.main_training.sh)

  • Fine Tuning with SODA data (reanalysis) (csh/2.fine_tuning.sh)

  • Heatmap analysis (csh/3.heatmap.sh)

Data set (netCDF4)

  • you can download data set here: https://drive.google.com/file/d/1JxSbxu1bNHqw-FFcLnY-jXWeGxo1t45z/view?usp=sharing

  • The data set consists of the following:

    (1) Training set for main training (CMIP5): 
    
        Input: [CMIP5_tr.input.1861_2001.nc]
        Label: [CMIP5_tr.label.1863_2003.nc]
    
    (2) validation set for main training (CMIP5):
    
        Input: [CMIP5_val.input.1861_2001.nc]
        Label: [CMIP5_val.label.1861_2001.nc]
    
    (3) Training set for fine tuning (SODA):
    
        Input: [soda.input.1871_1970.nc]
        Label: [soda.label.1871_1970.nc]
    
    (4) Test set (GODAS):
    
        Input: [godas.input.1980_2017.nc]
        Label: [godas.label.1980_2017.nc]
    

References

Requirement (python packages)

Basic tutorial: https://www.tensorflow.org/tutorials/