Skip to content

jeonghwan723/A_CNN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 

Repository files navigation

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 (1.8GB): https://168.131.122.201/OCL/Data/A_CNN/A_CNN_dataset.zip.

  • 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)

About

CNN based ENSO all season forecast model

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages